diff --git a/AppBox.xcodeproj/project.pbxproj b/AppBox.xcodeproj/project.pbxproj index 4f73904d..1592e715 100644 --- a/AppBox.xcodeproj/project.pbxproj +++ b/AppBox.xcodeproj/project.pbxproj @@ -21,6 +21,7 @@ DB425C051F8A517D008CB032 /* DefaultSettings.m in Sources */ = {isa = PBXBuildFile; fileRef = DB425C041F8A517D008CB032 /* DefaultSettings.m */; }; DB45B45B1F6EC5EE0041EB42 /* PythonServer.sh in Resources */ = {isa = PBXBuildFile; fileRef = DB3D7CC81F64501F00217096 /* PythonServer.sh */; }; DB45B45C1F6EC5F10041EB42 /* SwitchXcode.sh in Resources */ = {isa = PBXBuildFile; fileRef = DB45B4591F6EC3B80041EB42 /* SwitchXcode.sh */; }; + DB5F8E991FB880FB009C3BD0 /* XcodeVersion.sh in Resources */ = {isa = PBXBuildFile; fileRef = DB5F8E981FB87C79009C3BD0 /* XcodeVersion.sh */; }; DBDCFBBE1F99C7860022097B /* UploadManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DBDCFBBD1F99C7860022097B /* UploadManager.m */; }; DBF290D71FA64A590046D5CE /* ProvisioningDetailsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DBF290D51FA64A590046D5CE /* ProvisioningDetailsViewController.m */; }; DBF290D81FA64A590046D5CE /* ProvisioningDetailsViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = DBF290D61FA64A590046D5CE /* ProvisioningDetailsViewController.xib */; }; @@ -134,6 +135,7 @@ DB425C031F8A517D008CB032 /* DefaultSettings.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DefaultSettings.h; sourceTree = ""; }; DB425C041F8A517D008CB032 /* DefaultSettings.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DefaultSettings.m; sourceTree = ""; }; DB45B4591F6EC3B80041EB42 /* SwitchXcode.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = SwitchXcode.sh; sourceTree = ""; }; + DB5F8E981FB87C79009C3BD0 /* XcodeVersion.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = XcodeVersion.sh; sourceTree = ""; }; DBDCFBBC1F99C7860022097B /* UploadManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UploadManager.h; sourceTree = ""; }; DBDCFBBD1F99C7860022097B /* UploadManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UploadManager.m; sourceTree = ""; }; DBF290D41FA64A590046D5CE /* ProvisioningDetailsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProvisioningDetailsViewController.h; sourceTree = ""; }; @@ -672,6 +674,7 @@ E1C024721E9B9DC700C87CC9 /* InstallPrivateKey.sh */, DB3D7CC81F64501F00217096 /* PythonServer.sh */, DB45B4591F6EC3B80041EB42 /* SwitchXcode.sh */, + DB5F8E981FB87C79009C3BD0 /* XcodeVersion.sh */, ); path = Commands; sourceTree = ""; @@ -998,6 +1001,7 @@ 9740CD411E005DB100224D9F /* Main.storyboard in Resources */, E16D72E51E8912790031FB7C /* XCodePath.sh in Resources */, DB45B45C1F6EC5F10041EB42 /* SwitchXcode.sh in Resources */, + DB5F8E991FB880FB009C3BD0 /* XcodeVersion.sh in Resources */, E1D12EE81EC2F4360065E59A /* PreferencesTabViewController.xib in Resources */, DB26297D1F95F35C00C4C647 /* AppBoxIcons.xcassets in Resources */, E16437DF1D743A4E00CE8B7E /* Assets.xcassets in Resources */, @@ -1061,7 +1065,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; showEnvVarsInLog = 0; }; E1974F331E20CA770060F03F /* ShellScript */ = { diff --git a/AppBox/Base.lproj/Main.storyboard b/AppBox/Base.lproj/Main.storyboard index dfc4276e..9648c1ce 100644 --- a/AppBox/Base.lproj/Main.storyboard +++ b/AppBox/Base.lproj/Main.storyboard @@ -862,11 +862,11 @@ Gw - + - + @@ -877,7 +877,7 @@ Gw - + @@ -891,7 +891,7 @@ Gw - + @@ -902,7 +902,7 @@ Gw - + @@ -910,7 +910,7 @@ Gw - + @@ -924,7 +924,7 @@ Gw + + + + + + + + + + + + + @@ -959,16 +972,21 @@ Gw + + + + - + + @@ -984,7 +1002,7 @@ Gw - + @@ -1753,7 +1771,7 @@ Gw - + diff --git a/AppBox/Commands/XcodeVersion.sh b/AppBox/Commands/XcodeVersion.sh new file mode 100755 index 00000000..5fe0f582 --- /dev/null +++ b/AppBox/Commands/XcodeVersion.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# XcodeVersion.sh +# AppBox +# +# Created by Vineet Choudhary on 12/11/17. +# Copyright © 2017 Developer Insider. All rights reserved. + +xcodebuild -version | grep Xcode diff --git a/AppBox/Common/UploadManager/UploadManager.m b/AppBox/Common/UploadManager/UploadManager.m index 9116949d..633deccb 100644 --- a/AppBox/Common/UploadManager/UploadManager.m +++ b/AppBox/Common/UploadManager/UploadManager.m @@ -246,17 +246,18 @@ -(void)uploadUniqueLinkJsonFile{ #pragma mark - Update AppInfo.JSON file -(void)loadAppInfoMetaData{ - [[[DBClientsManager authorizedClient].filesRoutes listRevisions:self.project.dbAppInfoJSONFullPath.absoluteString limit:@1] - setResponseBlock:^(DBFILESListRevisionsResult * _Nullable response, DBFILESListRevisionsError * _Nullable routeError, DBRequestError * _Nullable error) { - //check there is any rev available - if (response && response.isDeleted.boolValue == NO && response.entries.count > 0){ - [[AppDelegate appDelegate] addSessionLog:[NSString stringWithFormat:@"Loaded Meta Data %@",response]]; - self.project.uniqueLinkJsonMetaData = [response.entries firstObject]; - } - - //handle meta data - [self handleAfterUniqueJsonMetaDataLoaded]; - }]; + DBFILESListRevisionsMode *revisionMode = [[DBFILESListRevisionsMode alloc] initWithPath]; + [[[DBClientsManager authorizedClient].filesRoutes listRevisions:self.project.dbAppInfoJSONFullPath.absoluteString mode:revisionMode limit:@1 ] setResponseBlock:^(DBFILESListRevisionsResult * _Nullable response, DBFILESListRevisionsError * _Nullable routeError, DBRequestError * _Nullable error) { + //check there is any rev available + if (response && response.isDeleted.boolValue == NO && response.entries.count > 0){ + [[AppDelegate appDelegate] addSessionLog:[NSString stringWithFormat:@"Loaded Meta Data %@",response]]; + self.project.uniqueLinkJsonMetaData = [response.entries firstObject]; + } + + //handle meta data + [self handleAfterUniqueJsonMetaDataLoaded]; + }]; + } #pragma mark - Upload Files @@ -406,19 +407,20 @@ -(void)handleSharedURLResult:(NSString *)url{ self.project.manifestFileSharableURL = [NSURL URLWithString:shareableLink]; if(self.project.isKeepSameLinkEnabled){ //Download previously uploaded appinfo - [[[DBClientsManager authorizedClient].filesRoutes listRevisions:self.project.dbAppInfoJSONFullPath.absoluteString limit:@1] - setResponseBlock:^(DBFILESListRevisionsResult * _Nullable response, DBFILESListRevisionsError * _Nullable routeError, DBRequestError * _Nullable error) { - //check there is any rev available - if (response && response.isDeleted.boolValue == NO && response.entries.count > 0){ - [[AppDelegate appDelegate] addSessionLog:[NSString stringWithFormat:@"Loaded Meta Data %@",response]]; - self.project.uniqueLinkJsonMetaData = [response.entries firstObject]; - } - - //handle meta data - [self handleAfterUniqueJsonMetaDataLoaded]; - }]; + DBFILESListRevisionsMode *revisionMode = [[DBFILESListRevisionsMode alloc] initWithPath]; + [[[DBClientsManager authorizedClient].filesRoutes listRevisions:self.project.dbAppInfoJSONFullPath.absoluteString mode:revisionMode limit:@1] setResponseBlock:^(DBFILESListRevisionsResult * _Nullable response, DBFILESListRevisionsError * _Nullable routeError, DBRequestError * _Nullable error) { + //check there is any rev available + if (response && response.isDeleted.boolValue == NO && response.entries.count > 0){ + [[AppDelegate appDelegate] addSessionLog:[NSString stringWithFormat:@"Loaded Meta Data %@",response]]; + self.project.uniqueLinkJsonMetaData = [response.entries firstObject]; + } + + //handle meta data + [self handleAfterUniqueJsonMetaDataLoaded]; + }]; }else{ - [self createManifestShortSharableUrl]; + //[self createManifestShortSharableUrl]; + [self updateUniquLinkDictinory:nil]; } } diff --git a/AppBox/Common/XcodeHandler/XCHandler.h b/AppBox/Common/XcodeHandler/XCHandler.h index 1b76aa94..b38cad68 100644 --- a/AppBox/Common/XcodeHandler/XCHandler.h +++ b/AppBox/Common/XcodeHandler/XCHandler.h @@ -8,9 +8,16 @@ #import +typedef enum : NSUInteger { + XcodeVersionNone = 0, + XcodeVersion8 = 8, + XcodeVersion9 = 9 +} XcodeVersion; + @interface XCHandler : NSObject +(void)getXCodePathWithCompletion:(void (^) (NSString *xcodePath, NSString *applicationLoaderPath))completion; +(void)changeDefaultXcodePath:(NSString *)path withCompletion:(void (^) (BOOL success, NSString *error))completion; ++(void)getXcodeVersionWithCompletion:(void (^) (BOOL success, XcodeVersion version, NSString *versionString))completion; @end diff --git a/AppBox/Common/XcodeHandler/XCHandler.m b/AppBox/Common/XcodeHandler/XCHandler.m index 0b0ce689..726f47f2 100644 --- a/AppBox/Common/XcodeHandler/XCHandler.m +++ b/AppBox/Common/XcodeHandler/XCHandler.m @@ -44,4 +44,20 @@ +(void)changeDefaultXcodePath:(NSString *)path withCompletion:(void (^) (BOOL su }]; } ++(void)getXcodeVersionWithCompletion:(void (^) (BOOL success, XcodeVersion version, NSString *versionString))completion { + [TaskHandler runTaskWithName:@"XcodeVersion" andArgument:nil taskLaunch:nil outputStream:^(NSTask *task, NSString *output) { + if (![output isEqualToString:abEmptyString] && [output.lowercaseString containsString:@"xcode"]){ + NSString *version = [output stringByReplacingOccurrencesOfString:@"Xcode " withString:@""]; + if(version){ + [[AppDelegate appDelegate] addSessionLog:[NSString stringWithFormat:@"Xcode Version - %@", version]]; + completion(YES, [version integerValue], version); + } else{ + completion(NO, XcodeVersionNone, nil); + } + } else { + completion(NO, XcodeVersionNone, nil); + } + }]; +} + @end diff --git a/AppBox/Info.plist b/AppBox/Info.plist index 9d159aec..8917c101 100644 --- a/AppBox/Info.plist +++ b/AppBox/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.0.2 + 2.1.0 CFBundleSignature ???? CFBundleURLTypes diff --git a/AppBox/Model/ProjectModel/XCProject.m b/AppBox/Model/ProjectModel/XCProject.m index 1704f43d..fdbd01f4 100644 --- a/AppBox/Model/ProjectModel/XCProject.m +++ b/AppBox/Model/ProjectModel/XCProject.m @@ -176,7 +176,12 @@ - (void)upadteDbDirectoryByBundleDirectory{ [self setDbIPAFullPath:[NSURL URLWithString:dbIPAFullPathString]]; [self setDbManifestFullPath:[NSURL URLWithString:[NSString stringWithFormat:@"%@/manifest.plist",toPath]]]; - [self setDbAppInfoJSONFullPath:[NSURL URLWithString:[NSString stringWithFormat:@"%@/%@",validBundleDirectory,abAppInfoFileName]]]; + + if (self.isKeepSameLinkEnabled){ + [self setDbAppInfoJSONFullPath:[NSURL URLWithString:[NSString stringWithFormat:@"%@/%@",validBundleDirectory,abAppInfoFileName]]]; + } else { + [self setDbAppInfoJSONFullPath:[NSURL URLWithString:[NSString stringWithFormat:@"%@/%@",toPath, abAppInfoFileName]]]; + } } - (void)setBuildListInfo:(NSDictionary *)buildListInfo{ diff --git a/AppBox/ViewController/DashboardViewController/DashboardViewController.m b/AppBox/ViewController/DashboardViewController/DashboardViewController.m index 51a786ca..746f2f7b 100644 --- a/AppBox/ViewController/DashboardViewController/DashboardViewController.m +++ b/AppBox/ViewController/DashboardViewController/DashboardViewController.m @@ -111,27 +111,33 @@ -(NSView *)tableView:(NSTableView *)tableView viewForTableColumn:(NSTableColumn //Project Name if (tableColumn == [tableView.tableColumns objectAtIndex:DashBoardColumnName]) { - [cell.textField setStringValue: uploadRecord.project.name]; + NSString *projectName = uploadRecord.project.name == nil ? @"N/A" : uploadRecord.project.name; + [cell.textField setStringValue: projectName]; } //Bundle Identifer else if (tableColumn == [tableView.tableColumns objectAtIndex:DashBoardColumnBundleIdentifer]) { - [cell.textField setStringValue:uploadRecord.project.bundleIdentifier]; + NSString *bundleIdentifer = uploadRecord.project.bundleIdentifier == nil ? @"N/A" : uploadRecord.project.bundleIdentifier; + [cell.textField setStringValue: bundleIdentifer]; } //Version and Build else if (tableColumn == [tableView.tableColumns objectAtIndex: DashBoardColumnVersion]){ - [cell.textField setStringValue:[NSString stringWithFormat:@"%@ (%@)", uploadRecord.version, uploadRecord.build]]; + NSString *version = uploadRecord.version == nil ? @"N/A" : uploadRecord.version; + NSString *build = uploadRecord.build == nil ? @"N/A" : uploadRecord.build; + [cell.textField setStringValue:[NSString stringWithFormat:@"%@ (%@)", version, build]]; } //Short URL else if (tableColumn == [tableView.tableColumns objectAtIndex:DashBoardColumnShortURL]){ - [cell.textField setStringValue:uploadRecord.shortURL]; + NSString *shortURL = uploadRecord.shortURL == nil ? @"N/A" : uploadRecord.shortURL; + [cell.textField setStringValue:shortURL]; } //Upload Date else if (tableColumn == [tableView.tableColumns objectAtIndex:DashBoardColumnDate]){ - [cell.textField setStringValue:uploadRecord.datetime.string]; + NSString *uploadDate = uploadRecord.datetime == nil ? @"N/A" : uploadRecord.datetime.string; + [cell.textField setStringValue:uploadDate]; } //Build Type diff --git a/AppBox/ViewController/DashboardViewController/ProvisioningDetailsViewController/ProvisioningDetailsViewController.m b/AppBox/ViewController/DashboardViewController/ProvisioningDetailsViewController/ProvisioningDetailsViewController.m index 982f008b..65f6bd4d 100644 --- a/AppBox/ViewController/DashboardViewController/ProvisioningDetailsViewController/ProvisioningDetailsViewController.m +++ b/AppBox/ViewController/DashboardViewController/ProvisioningDetailsViewController/ProvisioningDetailsViewController.m @@ -49,6 +49,18 @@ - (IBAction)copyAllDeviceUUIDTapped:(NSButton *)sender { [[NSPasteboard generalPasteboard] setString:devices forType:NSStringPboardType]; } +- (IBAction)showInFinderButtonTapped:(NSButton *)sender { + NSString *path = [NSString stringWithFormat:@"~/Library/MobileDevice/Provisioning Profiles/%@.mobileprovision", self.uploadRecord.provisioningProfile.uuid]; + path = [path stringByExpandingTildeInPath]; + if ([[NSFileManager defaultManager] fileExistsAtPath:path isDirectory:NO]) { + NSURL *fileURL = [NSURL fileURLWithPath:path]; + [[NSWorkspace sharedWorkspace] activateFileViewerSelectingURLs:@[fileURL]]; + } else { + [Common showAlertWithTitle:@"Error" andMessage:@"File not found."]; + } + [EventTracker logEventWithType:LogEventTypeOpenInFinder]; +} + - (IBAction)closeButtonTapped:(NSButton *)sender { [self dismissController:self]; } diff --git a/AppBox/ViewController/DashboardViewController/ProvisioningDetailsViewController/ProvisioningDetailsViewController.xib b/AppBox/ViewController/DashboardViewController/ProvisioningDetailsViewController/ProvisioningDetailsViewController.xib index 95263cb5..3659a6e0 100644 --- a/AppBox/ViewController/DashboardViewController/ProvisioningDetailsViewController/ProvisioningDetailsViewController.xib +++ b/AppBox/ViewController/DashboardViewController/ProvisioningDetailsViewController/ProvisioningDetailsViewController.xib @@ -21,7 +21,7 @@ - + @@ -36,7 +36,7 @@ - + @@ -59,7 +59,7 @@ - + @@ -82,7 +82,7 @@ - + @@ -104,7 +104,7 @@ - + @@ -126,7 +126,7 @@ - + @@ -148,7 +148,7 @@ - + @@ -159,7 +159,7 @@ - + - + - + @@ -195,10 +195,21 @@ + + @@ -236,6 +247,8 @@ + + @@ -250,7 +263,7 @@ - + diff --git a/AppBox/ViewController/HomeViewController/HomeViewController.m b/AppBox/ViewController/HomeViewController/HomeViewController.m index cda22b21..f79db2fc 100644 --- a/AppBox/ViewController/HomeViewController/HomeViewController.m +++ b/AppBox/ViewController/HomeViewController/HomeViewController.m @@ -14,6 +14,7 @@ @implementation HomeViewController{ ScriptType scriptType; NSArray *allTeamIds; UploadManager *uploadManager; + NSInteger schemeScriptRunCount; } - (void)viewDidLoad { @@ -62,6 +63,11 @@ - (void)viewDidLoad { [UserData setXCodeLocation:xcodePath]; [UserData setApplicationLoaderLocation:applicationLoaderPath]; }]; + + //Get Xcode Version + [XCHandler getXcodeVersionWithCompletion:^(BOOL success, XcodeVersion version, NSString *versionString) { + + }]; } - (void)viewWillAppear{ @@ -405,8 +411,15 @@ - (void)captureStandardOutputWithTask:(NSTask *)task{ } } }else{ - [self viewStateForProgressFinish:YES]; - [self showStatus:@"Failed to load scheme information." andShowProgressBar:NO withProgress:-1]; + if (schemeScriptRunCount == 3){ + schemeScriptRunCount = 0; + [self viewStateForProgressFinish:YES]; + [Common showAlertWithTitle:@"" andMessage:@"Failed to load scheme information. Please try again."]; + } else { + schemeScriptRunCount++; + [self runGetSchemeScript]; + [[AppDelegate appDelegate] addSessionLog:@"Failed to load scheme information."]; + } } } diff --git a/Podfile.lock b/Podfile.lock index 3db9e7a2..83802c67 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -14,14 +14,14 @@ PODS: - AFNetworking/Serialization (3.1.0) - CMDQueryStringSerialization (0.4.1): - ISO8601 - - Crashlytics (3.8.5): - - Fabric (~> 1.6.3) - - Fabric (1.6.12) + - Crashlytics (3.9.3): + - Fabric (~> 1.7.2) + - Fabric (1.7.2) - Google-Analytics-for-OS-X (1.1) - ISO8601 (0.6.0) - - ObjectiveDropboxOfficial (3.2.0) - - SAMKeychain (1.5.2) - - SSZipArchive (2.0.2) + - ObjectiveDropboxOfficial (3.3.5) + - SAMKeychain (1.5.3) + - SSZipArchive (2.1.1) - STPrivilegedTask (1.0.1) - ZXingObjC (3.2.1): - ZXingObjC/All (= 3.2.1) @@ -43,16 +43,16 @@ DEPENDENCIES: SPEC CHECKSUMS: AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67 CMDQueryStringSerialization: 4bb0a2f5e7d8d8678d911d88072274952cbef4e5 - Crashlytics: dfbae35ef22ca189240d230ad501feea4ee85d2d - Fabric: f050464eac45a2ce5a8e6e6a07e977c0df32fe28 + Crashlytics: dbb07d01876c171c5ccbdf7826410380189e452c + Fabric: 9cd6a848efcf1b8b07497e0b6a2e7d336353ba15 Google-Analytics-for-OS-X: 66376760d74d980fd81ad48b125c5496d3d4402a ISO8601: d3ea3ba9b752820cf92c6b47a9ee327e9f0e13fc - ObjectiveDropboxOfficial: 5f690e26ee7f8ec247c7259cd011d1ae41780285 - SAMKeychain: 1865333198217411f35327e8da61b43de79b635b - SSZipArchive: 5fdf578dbbb60000b23439f80fa04e81d00740ee + ObjectiveDropboxOfficial: f5f3b1099817ad319f3a72614b4d1cc082022d24 + SAMKeychain: 483e1c9f32984d50ca961e26818a534283b4cd5c + SSZipArchive: 14401ade5f8e82aba1ff03e9f88e9de60937ae60 STPrivilegedTask: 103f97827454e786074640cf89d303be344498c7 ZXingObjC: bbf7b8f0cf8933fdd33eb4f9f46e22308552869b PODFILE CHECKSUM: b803d983d7c9f4e9eee63ce665f655a1a3ff598c -COCOAPODS: 1.3.1 +COCOAPODS: 1.1.1 diff --git a/Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Crashlytics b/Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Crashlytics index f55267c7..9d91de1d 100755 Binary files a/Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Crashlytics and b/Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Crashlytics differ diff --git a/Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Headers/Answers.h b/Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Headers/Answers.h index 710eb501..8deacbee 100644 --- a/Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Headers/Answers.h +++ b/Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Headers/Answers.h @@ -72,7 +72,7 @@ NS_ASSUME_NONNULL_BEGIN * * @param itemPriceOrNil The purchased item's price. * @param currencyOrNil The ISO4217 currency code. Example: USD - * @param purchaseSucceededOrNil Was the purchase succesful or unsuccesful + * @param purchaseSucceededOrNil Was the purchase successful or unsuccessful * @param itemNameOrNil The human-readable form of the item's name. Example: * @param itemTypeOrNil The type, or genre of the item. Example: Song * @param itemIdOrNil The machine-readable, unique item identifier Example: SKU @@ -100,7 +100,7 @@ NS_ASSUME_NONNULL_BEGIN * * @param levelNameOrNil The name of the level completed, E.G. "1" or "Training" * @param scoreOrNil The score the user completed the level with. - * @param levelCompletedSuccesfullyOrNil A boolean representing whether or not the level was completed succesfully. + * @param levelCompletedSuccesfullyOrNil A boolean representing whether or not the level was completed successfully. * @param customAttributesOrNil A dictionary of custom attributes to associate with this event. */ + (void)logLevelEnd:(nullable NSString *)levelNameOrNil @@ -189,7 +189,7 @@ NS_ASSUME_NONNULL_BEGIN * * @param eventName The human-readable name for the event. * @param customAttributesOrNil A dictionary of custom attributes to associate with this event. Attribute keys - * must be NSString and and values must be NSNumber or NSString. + * must be NSString and values must be NSNumber or NSString. * @discussion How we treat NSNumbers: * We will provide information about the distribution of values over time. * diff --git a/Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Headers/CLSReport.h b/Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Headers/CLSReport.h index 5f7d3345..a8ff3b0b 100644 --- a/Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Headers/CLSReport.h +++ b/Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Headers/CLSReport.h @@ -28,7 +28,7 @@ NS_ASSUME_NONNULL_BEGIN /** * The CLSReport exposes an interface to the phsyical report that Crashlytics has created. You can * use this class to get information about the event, and can also set some values after the - * event has occured. + * event has occurred. **/ @interface CLSReport : NSObject diff --git a/Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Headers/Crashlytics.h b/Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Headers/Crashlytics.h index 734dec38..7104ca81 100644 --- a/Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Headers/Crashlytics.h +++ b/Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Headers/Crashlytics.h @@ -179,7 +179,7 @@ NS_ASSUME_NONNULL_BEGIN * Crashlytics. * * @param name The name of the custom exception - * @param reason The reason this exception occured + * @param reason The reason this exception occurred * @param frameArray An array of CLSStackFrame objects */ - (void)recordCustomExceptionName:(NSString *)name reason:(nullable NSString *)reason frameArray:(CLS_GENERIC_NSARRAY(CLSStackFrame *) *)frameArray; diff --git a/Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Resources/Info.plist b/Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Resources/Info.plist index 02a2bd31..645cb651 100644 --- a/Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Resources/Info.plist +++ b/Pods/Crashlytics/OSX/Crashlytics.framework/Versions/A/Resources/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.8.5 + 3.9.3 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,7 +25,7 @@ MacOSX CFBundleVersion - 123 + 128 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild diff --git a/Pods/Crashlytics/OSX/Crashlytics.framework/submit b/Pods/Crashlytics/OSX/Crashlytics.framework/submit index 18fdb2e1..0b07556b 100755 Binary files a/Pods/Crashlytics/OSX/Crashlytics.framework/submit and b/Pods/Crashlytics/OSX/Crashlytics.framework/submit differ diff --git a/Pods/Crashlytics/OSX/Crashlytics.framework/uploadDSYM b/Pods/Crashlytics/OSX/Crashlytics.framework/uploadDSYM index 235a9d0d..8286a0d8 100755 Binary files a/Pods/Crashlytics/OSX/Crashlytics.framework/uploadDSYM and b/Pods/Crashlytics/OSX/Crashlytics.framework/uploadDSYM differ diff --git a/Pods/Crashlytics/submit b/Pods/Crashlytics/submit index 18fdb2e1..0b07556b 100755 Binary files a/Pods/Crashlytics/submit and b/Pods/Crashlytics/submit differ diff --git a/Pods/Fabric/OSX/Fabric.framework/Versions/A/Fabric b/Pods/Fabric/OSX/Fabric.framework/Versions/A/Fabric index e15d0319..057c5fde 100755 Binary files a/Pods/Fabric/OSX/Fabric.framework/Versions/A/Fabric and b/Pods/Fabric/OSX/Fabric.framework/Versions/A/Fabric differ diff --git a/Pods/Fabric/OSX/Fabric.framework/Versions/A/Resources/Info.plist b/Pods/Fabric/OSX/Fabric.framework/Versions/A/Resources/Info.plist index 87426a0f..83b77e2f 100644 --- a/Pods/Fabric/OSX/Fabric.framework/Versions/A/Resources/Info.plist +++ b/Pods/Fabric/OSX/Fabric.framework/Versions/A/Resources/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.6.12 + 1.7.2 CFBundleSignature ???? CFBundleSupportedPlatforms @@ -25,7 +25,7 @@ MacOSX CFBundleVersion - 62 + 66 DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild diff --git a/Pods/Fabric/OSX/Fabric.framework/uploadDSYM b/Pods/Fabric/OSX/Fabric.framework/uploadDSYM index 6ac6a5e7..6e867cd9 100755 Binary files a/Pods/Fabric/OSX/Fabric.framework/uploadDSYM and b/Pods/Fabric/OSX/Fabric.framework/uploadDSYM differ diff --git a/Pods/Fabric/upload-symbols b/Pods/Fabric/upload-symbols index f0ab2518..48d1de9e 100755 Binary files a/Pods/Fabric/upload-symbols and b/Pods/Fabric/upload-symbols differ diff --git a/Pods/Fabric/uploadDSYM b/Pods/Fabric/uploadDSYM index 6ac6a5e7..6e867cd9 100755 Binary files a/Pods/Fabric/uploadDSYM and b/Pods/Fabric/uploadDSYM differ diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESAddPropertiesArg.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESAddPropertiesArg.h new file mode 120000 index 00000000..694fe6ef --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESAddPropertiesArg.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESAddPropertiesArg.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESAddPropertiesError.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESAddPropertiesError.h new file mode 120000 index 00000000..02bd594b --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESAddPropertiesError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESAddPropertiesError.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESAddTemplateArg.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESAddTemplateArg.h new file mode 120000 index 00000000..8127ac35 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESAddTemplateArg.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESAddTemplateArg.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESAddTemplateResult.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESAddTemplateResult.h new file mode 120000 index 00000000..ec151a6b --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESAddTemplateResult.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESAddTemplateResult.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESGetTemplateArg.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESGetTemplateArg.h new file mode 120000 index 00000000..0fd07708 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESGetTemplateArg.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESGetTemplateArg.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESGetTemplateResult.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESGetTemplateResult.h new file mode 120000 index 00000000..51b39881 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESGetTemplateResult.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESGetTemplateResult.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESInvalidPropertyGroupError.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESInvalidPropertyGroupError.h new file mode 120000 index 00000000..9662dd82 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESInvalidPropertyGroupError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESInvalidPropertyGroupError.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESListTemplateResult.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESListTemplateResult.h new file mode 120000 index 00000000..db6a5fee --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESListTemplateResult.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESListTemplateResult.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESLogicalOperator.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESLogicalOperator.h new file mode 120000 index 00000000..bb0d7a9c --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESLogicalOperator.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESLogicalOperator.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESLookUpPropertiesError.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESLookUpPropertiesError.h new file mode 120000 index 00000000..0120c8b0 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESLookUpPropertiesError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESLookUpPropertiesError.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESLookupError.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESLookupError.h new file mode 120000 index 00000000..ae05a81d --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESLookupError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESLookupError.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESModifyTemplateError.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESModifyTemplateError.h new file mode 120000 index 00000000..104d4bbe --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESModifyTemplateError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESModifyTemplateError.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESOverwritePropertyGroupArg.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESOverwritePropertyGroupArg.h new file mode 120000 index 00000000..3d34dd3c --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESOverwritePropertyGroupArg.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESOverwritePropertyGroupArg.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesError.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesError.h new file mode 120000 index 00000000..3ceca504 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesError.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchArg.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchArg.h new file mode 120000 index 00000000..657d098f --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchArg.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchArg.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchError.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchError.h new file mode 120000 index 00000000..9c5f121e --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchError.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchMatch.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchMatch.h new file mode 120000 index 00000000..b94ae0a6 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchMatch.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchMatch.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchMode.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchMode.h new file mode 120000 index 00000000..97253c21 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchMode.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchMode.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchQuery.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchQuery.h new file mode 120000 index 00000000..8eb94290 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchQuery.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchQuery.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchResult.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchResult.h new file mode 120000 index 00000000..f4674161 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchResult.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchResult.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyField.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyField.h new file mode 120000 index 00000000..9defe0ca --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyField.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyField.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyFieldTemplate.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyFieldTemplate.h new file mode 120000 index 00000000..2353639c --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyFieldTemplate.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyFieldTemplate.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyGroup.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyGroup.h new file mode 120000 index 00000000..99948e4b --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyGroup.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyGroup.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyGroupTemplate.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyGroupTemplate.h new file mode 120000 index 00000000..6be36210 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyGroupTemplate.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyGroupTemplate.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyGroupUpdate.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyGroupUpdate.h new file mode 120000 index 00000000..ee255709 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyGroupUpdate.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyGroupUpdate.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyType.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyType.h new file mode 120000 index 00000000..a8eb6a7a --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyType.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyType.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESRemovePropertiesArg.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESRemovePropertiesArg.h new file mode 120000 index 00000000..aa138b95 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESRemovePropertiesArg.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESRemovePropertiesArg.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESRemovePropertiesError.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESRemovePropertiesError.h new file mode 120000 index 00000000..4510a380 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESRemovePropertiesError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESRemovePropertiesError.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESRouteObjects.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESRouteObjects.h new file mode 120000 index 00000000..a3482049 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESRouteObjects.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILEPROPERTIESRouteObjects.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESTeamAuthRoutes.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESTeamAuthRoutes.h new file mode 120000 index 00000000..a79f7ee0 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESTeamAuthRoutes.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEPROPERTIESTeamAuthRoutes.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESTemplateError.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESTemplateError.h new file mode 120000 index 00000000..cd25ac80 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESTemplateError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESTemplateError.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESTemplateFilter.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESTemplateFilter.h new file mode 120000 index 00000000..765b51e7 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESTemplateFilter.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESTemplateFilter.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESTemplateOwnerType.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESTemplateOwnerType.h new file mode 120000 index 00000000..4b200168 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESTemplateOwnerType.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESTemplateOwnerType.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESUpdatePropertiesArg.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESUpdatePropertiesArg.h new file mode 120000 index 00000000..75911559 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESUpdatePropertiesArg.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESUpdatePropertiesArg.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESUpdatePropertiesError.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESUpdatePropertiesError.h new file mode 120000 index 00000000..d51524ce --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESUpdatePropertiesError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESUpdatePropertiesError.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESUpdateTemplateArg.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESUpdateTemplateArg.h new file mode 120000 index 00000000..e12351d3 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESUpdateTemplateArg.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESUpdateTemplateArg.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESUpdateTemplateResult.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESUpdateTemplateResult.h new file mode 120000 index 00000000..8b14006d --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESUpdateTemplateResult.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESUpdateTemplateResult.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESUserAuthRoutes.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESUserAuthRoutes.h new file mode 120000 index 00000000..25cc155c --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEPROPERTIESUserAuthRoutes.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEPROPERTIESUserAuthRoutes.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSCreateFileRequestArgs.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSCreateFileRequestArgs.h new file mode 120000 index 00000000..13e6e476 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSCreateFileRequestArgs.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSCreateFileRequestArgs.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSCreateFileRequestError.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSCreateFileRequestError.h new file mode 120000 index 00000000..09277712 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSCreateFileRequestError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSCreateFileRequestError.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSFileRequest.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSFileRequest.h new file mode 120000 index 00000000..99c46e30 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSFileRequest.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSFileRequest.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSFileRequestDeadline.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSFileRequestDeadline.h new file mode 120000 index 00000000..096d7f1d --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSFileRequestDeadline.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSFileRequestDeadline.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSFileRequestError.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSFileRequestError.h new file mode 120000 index 00000000..4b46cab5 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSFileRequestError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSFileRequestError.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSGeneralFileRequestsError.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSGeneralFileRequestsError.h new file mode 120000 index 00000000..1678f47a --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSGeneralFileRequestsError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSGeneralFileRequestsError.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSGetFileRequestArgs.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSGetFileRequestArgs.h new file mode 120000 index 00000000..7bea9b17 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSGetFileRequestArgs.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSGetFileRequestArgs.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSGetFileRequestError.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSGetFileRequestError.h new file mode 120000 index 00000000..e490479c --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSGetFileRequestError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSGetFileRequestError.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSGracePeriod.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSGracePeriod.h new file mode 120000 index 00000000..239fe648 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSGracePeriod.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSGracePeriod.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSListFileRequestsError.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSListFileRequestsError.h new file mode 120000 index 00000000..e7bcca97 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSListFileRequestsError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSListFileRequestsError.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSListFileRequestsResult.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSListFileRequestsResult.h new file mode 120000 index 00000000..435aa44a --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSListFileRequestsResult.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSListFileRequestsResult.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSRouteObjects.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSRouteObjects.h new file mode 120000 index 00000000..c1ce6f0e --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSRouteObjects.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILEREQUESTSRouteObjects.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSUpdateFileRequestArgs.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSUpdateFileRequestArgs.h new file mode 120000 index 00000000..f33cabed --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSUpdateFileRequestArgs.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSUpdateFileRequestArgs.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSUpdateFileRequestDeadline.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSUpdateFileRequestDeadline.h new file mode 120000 index 00000000..bda3f62e --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSUpdateFileRequestDeadline.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSUpdateFileRequestDeadline.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSUpdateFileRequestError.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSUpdateFileRequestError.h new file mode 120000 index 00000000..bb81450a --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSUpdateFileRequestError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSUpdateFileRequestError.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSUserAuthRoutes.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSUserAuthRoutes.h new file mode 120000 index 00000000..9fd74384 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILEREQUESTSUserAuthRoutes.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEREQUESTSUserAuthRoutes.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESAddPropertiesError.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESAddPropertiesError.h deleted file mode 120000 index d6fdbf8f..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESAddPropertiesError.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESAddPropertiesError.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchArg.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchArg.h new file mode 120000 index 00000000..d8728fe8 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchArg.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchArg.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchError.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchError.h new file mode 120000 index 00000000..d5b8d152 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchError.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchResult.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchResult.h new file mode 120000 index 00000000..0af91234 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchResult.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchResult.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchResultData.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchResultData.h new file mode 120000 index 00000000..24b46fa4 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchResultData.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchResultData.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchResultEntry.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchResultEntry.h new file mode 120000 index 00000000..ddc4ceb5 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchResultEntry.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchResultEntry.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESInvalidPropertyGroupError.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESInvalidPropertyGroupError.h deleted file mode 120000 index be4c5719..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESInvalidPropertyGroupError.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESInvalidPropertyGroupError.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESListRevisionsMode.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESListRevisionsMode.h new file mode 120000 index 00000000..2bcd955a --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESListRevisionsMode.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListRevisionsMode.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESLookUpPropertiesError.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESLookUpPropertiesError.h deleted file mode 120000 index fa3d982c..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESLookUpPropertiesError.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESLookUpPropertiesError.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESPropertiesError.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESPropertiesError.h deleted file mode 120000 index 98c33868..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESPropertiesError.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPropertiesError.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESPropertyGroupUpdate.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESPropertyGroupUpdate.h deleted file mode 120000 index f6282dc4..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESPropertyGroupUpdate.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPropertyGroupUpdate.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESPropertyGroupWithPath.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESPropertyGroupWithPath.h deleted file mode 120000 index aaf274fd..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESPropertyGroupWithPath.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPropertyGroupWithPath.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESRemovePropertiesArg.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESRemovePropertiesArg.h deleted file mode 120000 index 8b772ed9..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESRemovePropertiesArg.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRemovePropertiesArg.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESRemovePropertiesError.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESRemovePropertiesError.h deleted file mode 120000 index 2802c1ce..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESRemovePropertiesError.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRemovePropertiesError.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESSharedLink.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESSharedLink.h new file mode 120000 index 00000000..6d143dc9 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESSharedLink.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSharedLink.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESUpdatePropertiesError.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESUpdatePropertiesError.h deleted file mode 120000 index ad0471d8..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESUpdatePropertiesError.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUpdatePropertiesError.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESUpdatePropertyGroupArg.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESUpdatePropertyGroupArg.h deleted file mode 120000 index 0808b9a0..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBFILESUpdatePropertyGroupArg.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUpdatePropertyGroupArg.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPAPERImportFormat.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPAPERImportFormat.h new file mode 120000 index 00000000..6b69e5e1 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPAPERImportFormat.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERImportFormat.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPAPERPaperDocCreateArgs.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPAPERPaperDocCreateArgs.h new file mode 120000 index 00000000..5edf1f41 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPAPERPaperDocCreateArgs.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocCreateArgs.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPAPERPaperDocCreateError.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPAPERPaperDocCreateError.h new file mode 120000 index 00000000..5f6c2b30 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPAPERPaperDocCreateError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocCreateError.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPAPERPaperDocCreateUpdateResult.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPAPERPaperDocCreateUpdateResult.h new file mode 120000 index 00000000..a4840b5f --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPAPERPaperDocCreateUpdateResult.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocCreateUpdateResult.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPAPERPaperDocUpdateArgs.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPAPERPaperDocUpdateArgs.h new file mode 120000 index 00000000..58b96138 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPAPERPaperDocUpdateArgs.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocUpdateArgs.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPAPERPaperDocUpdateError.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPAPERPaperDocUpdateError.h new file mode 120000 index 00000000..9eb726eb --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPAPERPaperDocUpdateError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocUpdateError.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPAPERPaperDocUpdatePolicy.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPAPERPaperDocUpdatePolicy.h new file mode 120000 index 00000000..c3b5a1e6 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPAPERPaperDocUpdatePolicy.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocUpdatePolicy.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESGetPropertyTemplateArg.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESGetPropertyTemplateArg.h deleted file mode 120000 index 0e6bb533..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESGetPropertyTemplateArg.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESGetPropertyTemplateArg.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESGetPropertyTemplateResult.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESGetPropertyTemplateResult.h deleted file mode 120000 index 1f07f178..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESGetPropertyTemplateResult.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESGetPropertyTemplateResult.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESListPropertyTemplateIds.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESListPropertyTemplateIds.h deleted file mode 120000 index 5bbc5e79..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESListPropertyTemplateIds.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESListPropertyTemplateIds.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESModifyPropertyTemplateError.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESModifyPropertyTemplateError.h deleted file mode 120000 index 3e999ee7..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESModifyPropertyTemplateError.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESModifyPropertyTemplateError.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESPropertyField.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESPropertyField.h deleted file mode 120000 index 2b75f61b..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESPropertyField.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyField.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESPropertyFieldTemplate.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESPropertyFieldTemplate.h deleted file mode 120000 index d9bc7df4..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESPropertyFieldTemplate.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyFieldTemplate.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESPropertyGroup.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESPropertyGroup.h deleted file mode 120000 index 1034f51c..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESPropertyGroup.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyGroup.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESPropertyGroupTemplate.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESPropertyGroupTemplate.h deleted file mode 120000 index 14d9d391..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESPropertyGroupTemplate.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyGroupTemplate.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESPropertyTemplateError.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESPropertyTemplateError.h deleted file mode 120000 index 0a49e418..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESPropertyTemplateError.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyTemplateError.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESPropertyType.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESPropertyType.h deleted file mode 120000 index a944d5e5..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBPROPERTIESPropertyType.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyType.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBSHARINGUserFileMembershipInfo.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBSHARINGUserFileMembershipInfo.h new file mode 120000 index 00000000..1dda3457 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBSHARINGUserFileMembershipInfo.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUserFileMembershipInfo.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMAddPropertyTemplateArg.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMAddPropertyTemplateArg.h deleted file mode 120000 index fbc76f9e..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMAddPropertyTemplateArg.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMAddPropertyTemplateArg.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMAddPropertyTemplateResult.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMAddPropertyTemplateResult.h deleted file mode 120000 index 552da711..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMAddPropertyTemplateResult.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMAddPropertyTemplateResult.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMCustomQuotaError.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMCustomQuotaError.h new file mode 120000 index 00000000..3b77367b --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMCustomQuotaError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMCustomQuotaError.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMCustomQuotaResult.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMCustomQuotaResult.h new file mode 120000 index 00000000..6f2b5209 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMCustomQuotaResult.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMCustomQuotaResult.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMCustomQuotaUsersArg.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMCustomQuotaUsersArg.h new file mode 120000 index 00000000..2a04c54d --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMCustomQuotaUsersArg.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMCustomQuotaUsersArg.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGDeviceApprovalsRolloutPolicy.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGDeviceApprovalsRolloutPolicy.h deleted file mode 120000 index 83e483ca..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGDeviceApprovalsRolloutPolicy.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsRolloutPolicy.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGEmmPolicy.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGEmmPolicy.h deleted file mode 120000 index 862c9731..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGEmmPolicy.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmPolicy.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGFileChangeCommentSubscriptionDetails.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGFileChangeCommentSubscriptionDetails.h new file mode 120000 index 00000000..c78c0fd4 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGFileChangeCommentSubscriptionDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileChangeCommentSubscriptionDetails.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGFileCommentNotificationPolicy.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGFileCommentNotificationPolicy.h new file mode 120000 index 00000000..db3067de --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGFileCommentNotificationPolicy.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileCommentNotificationPolicy.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGFileDeleteCommentDetails.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGFileDeleteCommentDetails.h new file mode 120000 index 00000000..b58b7f1d --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGFileDeleteCommentDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileDeleteCommentDetails.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGFileResolveCommentDetails.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGFileResolveCommentDetails.h new file mode 120000 index 00000000..2e59210a --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGFileResolveCommentDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileResolveCommentDetails.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGFileUnresolveCommentDetails.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGFileUnresolveCommentDetails.h new file mode 120000 index 00000000..528cfa5f --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGFileUnresolveCommentDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileUnresolveCommentDetails.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGGroupDescriptionUpdatedDetails.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGGroupDescriptionUpdatedDetails.h deleted file mode 120000 index 36068b6a..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGGroupDescriptionUpdatedDetails.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupDescriptionUpdatedDetails.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGGroupJoinPolicyUpdatedDetails.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGGroupJoinPolicyUpdatedDetails.h deleted file mode 120000 index b7592aed..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGGroupJoinPolicyUpdatedDetails.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupJoinPolicyUpdatedDetails.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGGroupManagementType.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGGroupManagementType.h deleted file mode 120000 index 54525b59..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGGroupManagementType.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupManagementType.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperAdminExportStartDetails.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperAdminExportStartDetails.h new file mode 120000 index 00000000..415d7a74 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperAdminExportStartDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperAdminExportStartDetails.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperChangeMemberLinkPolicyDetails.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperChangeMemberLinkPolicyDetails.h new file mode 120000 index 00000000..2c6c9757 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperChangeMemberLinkPolicyDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperChangeMemberLinkPolicyDetails.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperContentChangeSubscriptionDetails.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperContentChangeSubscriptionDetails.h deleted file mode 120000 index 80c59c84..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperContentChangeSubscriptionDetails.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentChangeSubscriptionDetails.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperDeploymentPolicy.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperDeploymentPolicy.h deleted file mode 120000 index 193c3027..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperDeploymentPolicy.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDeploymentPolicy.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperDocChangeSubscriptionDetails.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperDocChangeSubscriptionDetails.h new file mode 120000 index 00000000..beabddf4 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperDocChangeSubscriptionDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocChangeSubscriptionDetails.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperDocTrashedDetails.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperDocTrashedDetails.h new file mode 120000 index 00000000..98565b15 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperDocTrashedDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocTrashedDetails.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperDocUntrashedDetails.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperDocUntrashedDetails.h new file mode 120000 index 00000000..a43ae11d --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperDocUntrashedDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocUntrashedDetails.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperFolderChangeSubscriptionDetails.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperFolderChangeSubscriptionDetails.h new file mode 120000 index 00000000..80a7658d --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperFolderChangeSubscriptionDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderChangeSubscriptionDetails.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperPolicy.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperPolicy.h deleted file mode 120000 index d1c91a4d..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperPolicy.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperPolicy.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperTaggedValue.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperTaggedValue.h deleted file mode 120000 index d34b671c..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGPaperTaggedValue.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperTaggedValue.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGRemoveLogoutUrlDetails.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGRemoveLogoutUrlDetails.h deleted file mode 120000 index c5c51c1f..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGRemoveLogoutUrlDetails.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGRemoveLogoutUrlDetails.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGRemoveSsoUrlDetails.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGRemoveSsoUrlDetails.h deleted file mode 120000 index acb32579..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGRemoveSsoUrlDetails.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGRemoveSsoUrlDetails.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGSsoAddCertDetails.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGSsoAddCertDetails.h new file mode 120000 index 00000000..f22cacc1 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGSsoAddCertDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoAddCertDetails.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGSsoAddLoginUrlDetails.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGSsoAddLoginUrlDetails.h new file mode 120000 index 00000000..6d427e48 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGSsoAddLoginUrlDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoAddLoginUrlDetails.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGSsoAddLogoutUrlDetails.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGSsoAddLogoutUrlDetails.h new file mode 120000 index 00000000..b0e6417a --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGSsoAddLogoutUrlDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoAddLogoutUrlDetails.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGSsoPolicy.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGSsoPolicy.h deleted file mode 120000 index 452f0bdb..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGSsoPolicy.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoPolicy.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGSsoRemoveCertDetails.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGSsoRemoveCertDetails.h new file mode 120000 index 00000000..ef120ade --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGSsoRemoveCertDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoRemoveCertDetails.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGSsoRemoveLoginUrlDetails.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGSsoRemoveLoginUrlDetails.h new file mode 120000 index 00000000..28360acf --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGSsoRemoveLoginUrlDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoRemoveLoginUrlDetails.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGSsoRemoveLogoutUrlDetails.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGSsoRemoveLogoutUrlDetails.h new file mode 120000 index 00000000..09dda9e8 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGSsoRemoveLogoutUrlDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoRemoveLogoutUrlDetails.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGTeamProfileChangeDefaultLanguageDetails.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGTeamProfileChangeDefaultLanguageDetails.h new file mode 120000 index 00000000..f1a03c66 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGTeamProfileChangeDefaultLanguageDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileChangeDefaultLanguageDetails.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGTfaPolicy.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGTfaPolicy.h deleted file mode 120000 index 3a154df8..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMLOGTfaPolicy.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaPolicy.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMPOLICIESPaperDeploymentPolicy.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMPOLICIESPaperDeploymentPolicy.h new file mode 120000 index 00000000..7b5c8532 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMPOLICIESPaperDeploymentPolicy.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESPaperDeploymentPolicy.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMPOLICIESPaperEnabledPolicy.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMPOLICIESPaperEnabledPolicy.h new file mode 120000 index 00000000..0c8a54d8 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMPOLICIESPaperEnabledPolicy.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESPaperEnabledPolicy.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMPOLICIESPasswordStrengthPolicy.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMPOLICIESPasswordStrengthPolicy.h new file mode 120000 index 00000000..67fd0f9c --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMPOLICIESPasswordStrengthPolicy.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESPasswordStrengthPolicy.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMPOLICIESRolloutMethod.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMPOLICIESRolloutMethod.h new file mode 120000 index 00000000..8459ad3e --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMPOLICIESRolloutMethod.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESRolloutMethod.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMPOLICIESSsoPolicy.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMPOLICIESSsoPolicy.h new file mode 120000 index 00000000..85adc463 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMPOLICIESSsoPolicy.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESSsoPolicy.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMPOLICIESTwoStepVerificationPolicy.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMPOLICIESTwoStepVerificationPolicy.h new file mode 120000 index 00000000..adcea079 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMPOLICIESTwoStepVerificationPolicy.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESTwoStepVerificationPolicy.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMRemoveCustomQuotaResult.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMRemoveCustomQuotaResult.h new file mode 120000 index 00000000..1712c9e0 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMRemoveCustomQuotaResult.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRemoveCustomQuotaResult.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMSetCustomQuotaArg.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMSetCustomQuotaArg.h new file mode 120000 index 00000000..b1c7b5e5 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMSetCustomQuotaArg.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMSetCustomQuotaArg.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMUpdatePropertyTemplateArg.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMUpdatePropertyTemplateArg.h deleted file mode 120000 index 5454122b..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMUpdatePropertyTemplateArg.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUpdatePropertyTemplateArg.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMUpdatePropertyTemplateResult.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMUpdatePropertyTemplateResult.h deleted file mode 120000 index 3b44562e..00000000 --- a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMUpdatePropertyTemplateResult.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUpdatePropertyTemplateResult.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMUserCustomQuotaArg.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMUserCustomQuotaArg.h new file mode 120000 index 00000000..bc8b444a --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMUserCustomQuotaArg.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUserCustomQuotaArg.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMUserCustomQuotaResult.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMUserCustomQuotaResult.h new file mode 120000 index 00000000..15483a64 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTEAMUserCustomQuotaResult.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUserCustomQuotaResult.h \ No newline at end of file diff --git a/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTransportBaseHostnameConfig.h b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTransportBaseHostnameConfig.h new file mode 120000 index 00000000..6e5aaa12 --- /dev/null +++ b/Pods/Headers/Private/ObjectiveDropboxOfficial/DBTransportBaseHostnameConfig.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseHostnameConfig.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESAddPropertiesArg.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESAddPropertiesArg.h new file mode 120000 index 00000000..694fe6ef --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESAddPropertiesArg.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESAddPropertiesArg.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESAddPropertiesError.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESAddPropertiesError.h new file mode 120000 index 00000000..02bd594b --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESAddPropertiesError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESAddPropertiesError.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESAddTemplateArg.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESAddTemplateArg.h new file mode 120000 index 00000000..8127ac35 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESAddTemplateArg.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESAddTemplateArg.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESAddTemplateResult.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESAddTemplateResult.h new file mode 120000 index 00000000..ec151a6b --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESAddTemplateResult.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESAddTemplateResult.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESGetTemplateArg.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESGetTemplateArg.h new file mode 120000 index 00000000..0fd07708 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESGetTemplateArg.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESGetTemplateArg.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESGetTemplateResult.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESGetTemplateResult.h new file mode 120000 index 00000000..51b39881 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESGetTemplateResult.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESGetTemplateResult.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESInvalidPropertyGroupError.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESInvalidPropertyGroupError.h new file mode 120000 index 00000000..9662dd82 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESInvalidPropertyGroupError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESInvalidPropertyGroupError.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESListTemplateResult.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESListTemplateResult.h new file mode 120000 index 00000000..db6a5fee --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESListTemplateResult.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESListTemplateResult.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESLogicalOperator.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESLogicalOperator.h new file mode 120000 index 00000000..bb0d7a9c --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESLogicalOperator.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESLogicalOperator.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESLookUpPropertiesError.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESLookUpPropertiesError.h new file mode 120000 index 00000000..0120c8b0 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESLookUpPropertiesError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESLookUpPropertiesError.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESLookupError.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESLookupError.h new file mode 120000 index 00000000..ae05a81d --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESLookupError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESLookupError.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESModifyTemplateError.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESModifyTemplateError.h new file mode 120000 index 00000000..104d4bbe --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESModifyTemplateError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESModifyTemplateError.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESOverwritePropertyGroupArg.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESOverwritePropertyGroupArg.h new file mode 120000 index 00000000..3d34dd3c --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESOverwritePropertyGroupArg.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESOverwritePropertyGroupArg.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesError.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesError.h new file mode 120000 index 00000000..3ceca504 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesError.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchArg.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchArg.h new file mode 120000 index 00000000..657d098f --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchArg.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchArg.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchError.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchError.h new file mode 120000 index 00000000..9c5f121e --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchError.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchMatch.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchMatch.h new file mode 120000 index 00000000..b94ae0a6 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchMatch.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchMatch.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchMode.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchMode.h new file mode 120000 index 00000000..97253c21 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchMode.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchMode.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchQuery.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchQuery.h new file mode 120000 index 00000000..8eb94290 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchQuery.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchQuery.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchResult.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchResult.h new file mode 120000 index 00000000..f4674161 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertiesSearchResult.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchResult.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyField.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyField.h new file mode 120000 index 00000000..9defe0ca --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyField.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyField.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyFieldTemplate.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyFieldTemplate.h new file mode 120000 index 00000000..2353639c --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyFieldTemplate.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyFieldTemplate.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyGroup.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyGroup.h new file mode 120000 index 00000000..99948e4b --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyGroup.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyGroup.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyGroupTemplate.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyGroupTemplate.h new file mode 120000 index 00000000..6be36210 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyGroupTemplate.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyGroupTemplate.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyGroupUpdate.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyGroupUpdate.h new file mode 120000 index 00000000..ee255709 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyGroupUpdate.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyGroupUpdate.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyType.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyType.h new file mode 120000 index 00000000..a8eb6a7a --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESPropertyType.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyType.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESRemovePropertiesArg.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESRemovePropertiesArg.h new file mode 120000 index 00000000..aa138b95 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESRemovePropertiesArg.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESRemovePropertiesArg.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESRemovePropertiesError.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESRemovePropertiesError.h new file mode 120000 index 00000000..4510a380 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESRemovePropertiesError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESRemovePropertiesError.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESRouteObjects.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESRouteObjects.h new file mode 120000 index 00000000..a3482049 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESRouteObjects.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILEPROPERTIESRouteObjects.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESTeamAuthRoutes.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESTeamAuthRoutes.h new file mode 120000 index 00000000..a79f7ee0 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESTeamAuthRoutes.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEPROPERTIESTeamAuthRoutes.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESTemplateError.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESTemplateError.h new file mode 120000 index 00000000..cd25ac80 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESTemplateError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESTemplateError.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESTemplateFilter.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESTemplateFilter.h new file mode 120000 index 00000000..765b51e7 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESTemplateFilter.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESTemplateFilter.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESTemplateOwnerType.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESTemplateOwnerType.h new file mode 120000 index 00000000..4b200168 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESTemplateOwnerType.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESTemplateOwnerType.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESUpdatePropertiesArg.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESUpdatePropertiesArg.h new file mode 120000 index 00000000..75911559 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESUpdatePropertiesArg.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESUpdatePropertiesArg.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESUpdatePropertiesError.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESUpdatePropertiesError.h new file mode 120000 index 00000000..d51524ce --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESUpdatePropertiesError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESUpdatePropertiesError.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESUpdateTemplateArg.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESUpdateTemplateArg.h new file mode 120000 index 00000000..e12351d3 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESUpdateTemplateArg.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESUpdateTemplateArg.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESUpdateTemplateResult.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESUpdateTemplateResult.h new file mode 120000 index 00000000..8b14006d --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESUpdateTemplateResult.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESUpdateTemplateResult.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESUserAuthRoutes.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESUserAuthRoutes.h new file mode 120000 index 00000000..25cc155c --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEPROPERTIESUserAuthRoutes.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEPROPERTIESUserAuthRoutes.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSCreateFileRequestArgs.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSCreateFileRequestArgs.h new file mode 120000 index 00000000..13e6e476 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSCreateFileRequestArgs.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSCreateFileRequestArgs.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSCreateFileRequestError.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSCreateFileRequestError.h new file mode 120000 index 00000000..09277712 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSCreateFileRequestError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSCreateFileRequestError.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSFileRequest.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSFileRequest.h new file mode 120000 index 00000000..99c46e30 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSFileRequest.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSFileRequest.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSFileRequestDeadline.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSFileRequestDeadline.h new file mode 120000 index 00000000..096d7f1d --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSFileRequestDeadline.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSFileRequestDeadline.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSFileRequestError.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSFileRequestError.h new file mode 120000 index 00000000..4b46cab5 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSFileRequestError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSFileRequestError.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSGeneralFileRequestsError.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSGeneralFileRequestsError.h new file mode 120000 index 00000000..1678f47a --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSGeneralFileRequestsError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSGeneralFileRequestsError.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSGetFileRequestArgs.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSGetFileRequestArgs.h new file mode 120000 index 00000000..7bea9b17 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSGetFileRequestArgs.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSGetFileRequestArgs.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSGetFileRequestError.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSGetFileRequestError.h new file mode 120000 index 00000000..e490479c --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSGetFileRequestError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSGetFileRequestError.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSGracePeriod.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSGracePeriod.h new file mode 120000 index 00000000..239fe648 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSGracePeriod.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSGracePeriod.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSListFileRequestsError.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSListFileRequestsError.h new file mode 120000 index 00000000..e7bcca97 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSListFileRequestsError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSListFileRequestsError.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSListFileRequestsResult.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSListFileRequestsResult.h new file mode 120000 index 00000000..435aa44a --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSListFileRequestsResult.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSListFileRequestsResult.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSRouteObjects.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSRouteObjects.h new file mode 120000 index 00000000..c1ce6f0e --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSRouteObjects.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILEREQUESTSRouteObjects.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSUpdateFileRequestArgs.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSUpdateFileRequestArgs.h new file mode 120000 index 00000000..f33cabed --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSUpdateFileRequestArgs.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSUpdateFileRequestArgs.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSUpdateFileRequestDeadline.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSUpdateFileRequestDeadline.h new file mode 120000 index 00000000..bda3f62e --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSUpdateFileRequestDeadline.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSUpdateFileRequestDeadline.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSUpdateFileRequestError.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSUpdateFileRequestError.h new file mode 120000 index 00000000..bb81450a --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSUpdateFileRequestError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSUpdateFileRequestError.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSUserAuthRoutes.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSUserAuthRoutes.h new file mode 120000 index 00000000..9fd74384 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILEREQUESTSUserAuthRoutes.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEREQUESTSUserAuthRoutes.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESAddPropertiesError.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESAddPropertiesError.h deleted file mode 120000 index d6fdbf8f..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESAddPropertiesError.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESAddPropertiesError.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchArg.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchArg.h new file mode 120000 index 00000000..d8728fe8 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchArg.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchArg.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchError.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchError.h new file mode 120000 index 00000000..d5b8d152 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchError.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchResult.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchResult.h new file mode 120000 index 00000000..0af91234 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchResult.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchResult.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchResultData.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchResultData.h new file mode 120000 index 00000000..24b46fa4 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchResultData.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchResultData.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchResultEntry.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchResultEntry.h new file mode 120000 index 00000000..ddc4ceb5 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESGetThumbnailBatchResultEntry.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchResultEntry.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESInvalidPropertyGroupError.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESInvalidPropertyGroupError.h deleted file mode 120000 index be4c5719..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESInvalidPropertyGroupError.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESInvalidPropertyGroupError.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESListRevisionsMode.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESListRevisionsMode.h new file mode 120000 index 00000000..2bcd955a --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESListRevisionsMode.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListRevisionsMode.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESLookUpPropertiesError.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESLookUpPropertiesError.h deleted file mode 120000 index fa3d982c..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESLookUpPropertiesError.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESLookUpPropertiesError.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESPropertiesError.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESPropertiesError.h deleted file mode 120000 index 98c33868..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESPropertiesError.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPropertiesError.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESPropertyGroupUpdate.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESPropertyGroupUpdate.h deleted file mode 120000 index f6282dc4..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESPropertyGroupUpdate.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPropertyGroupUpdate.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESPropertyGroupWithPath.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESPropertyGroupWithPath.h deleted file mode 120000 index aaf274fd..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESPropertyGroupWithPath.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPropertyGroupWithPath.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESRemovePropertiesArg.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESRemovePropertiesArg.h deleted file mode 120000 index 8b772ed9..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESRemovePropertiesArg.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRemovePropertiesArg.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESRemovePropertiesError.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESRemovePropertiesError.h deleted file mode 120000 index 2802c1ce..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESRemovePropertiesError.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRemovePropertiesError.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESSharedLink.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESSharedLink.h new file mode 120000 index 00000000..6d143dc9 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESSharedLink.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSharedLink.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESUpdatePropertiesError.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESUpdatePropertiesError.h deleted file mode 120000 index ad0471d8..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESUpdatePropertiesError.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUpdatePropertiesError.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESUpdatePropertyGroupArg.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESUpdatePropertyGroupArg.h deleted file mode 120000 index 0808b9a0..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBFILESUpdatePropertyGroupArg.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUpdatePropertyGroupArg.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPAPERImportFormat.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPAPERImportFormat.h new file mode 120000 index 00000000..6b69e5e1 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPAPERImportFormat.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERImportFormat.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPAPERPaperDocCreateArgs.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPAPERPaperDocCreateArgs.h new file mode 120000 index 00000000..5edf1f41 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPAPERPaperDocCreateArgs.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocCreateArgs.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPAPERPaperDocCreateError.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPAPERPaperDocCreateError.h new file mode 120000 index 00000000..5f6c2b30 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPAPERPaperDocCreateError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocCreateError.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPAPERPaperDocCreateUpdateResult.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPAPERPaperDocCreateUpdateResult.h new file mode 120000 index 00000000..a4840b5f --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPAPERPaperDocCreateUpdateResult.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocCreateUpdateResult.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPAPERPaperDocUpdateArgs.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPAPERPaperDocUpdateArgs.h new file mode 120000 index 00000000..58b96138 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPAPERPaperDocUpdateArgs.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocUpdateArgs.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPAPERPaperDocUpdateError.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPAPERPaperDocUpdateError.h new file mode 120000 index 00000000..9eb726eb --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPAPERPaperDocUpdateError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocUpdateError.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPAPERPaperDocUpdatePolicy.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPAPERPaperDocUpdatePolicy.h new file mode 120000 index 00000000..c3b5a1e6 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPAPERPaperDocUpdatePolicy.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocUpdatePolicy.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESGetPropertyTemplateArg.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESGetPropertyTemplateArg.h deleted file mode 120000 index 0e6bb533..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESGetPropertyTemplateArg.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESGetPropertyTemplateArg.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESGetPropertyTemplateResult.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESGetPropertyTemplateResult.h deleted file mode 120000 index 1f07f178..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESGetPropertyTemplateResult.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESGetPropertyTemplateResult.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESListPropertyTemplateIds.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESListPropertyTemplateIds.h deleted file mode 120000 index 5bbc5e79..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESListPropertyTemplateIds.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESListPropertyTemplateIds.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESModifyPropertyTemplateError.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESModifyPropertyTemplateError.h deleted file mode 120000 index 3e999ee7..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESModifyPropertyTemplateError.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESModifyPropertyTemplateError.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESPropertyField.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESPropertyField.h deleted file mode 120000 index 2b75f61b..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESPropertyField.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyField.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESPropertyFieldTemplate.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESPropertyFieldTemplate.h deleted file mode 120000 index d9bc7df4..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESPropertyFieldTemplate.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyFieldTemplate.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESPropertyGroup.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESPropertyGroup.h deleted file mode 120000 index 1034f51c..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESPropertyGroup.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyGroup.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESPropertyGroupTemplate.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESPropertyGroupTemplate.h deleted file mode 120000 index 14d9d391..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESPropertyGroupTemplate.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyGroupTemplate.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESPropertyTemplateError.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESPropertyTemplateError.h deleted file mode 120000 index 0a49e418..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESPropertyTemplateError.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyTemplateError.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESPropertyType.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESPropertyType.h deleted file mode 120000 index a944d5e5..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBPROPERTIESPropertyType.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyType.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBSHARINGUserFileMembershipInfo.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBSHARINGUserFileMembershipInfo.h new file mode 120000 index 00000000..1dda3457 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBSHARINGUserFileMembershipInfo.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUserFileMembershipInfo.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMAddPropertyTemplateArg.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMAddPropertyTemplateArg.h deleted file mode 120000 index fbc76f9e..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMAddPropertyTemplateArg.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMAddPropertyTemplateArg.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMAddPropertyTemplateResult.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMAddPropertyTemplateResult.h deleted file mode 120000 index 552da711..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMAddPropertyTemplateResult.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMAddPropertyTemplateResult.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMCustomQuotaError.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMCustomQuotaError.h new file mode 120000 index 00000000..3b77367b --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMCustomQuotaError.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMCustomQuotaError.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMCustomQuotaResult.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMCustomQuotaResult.h new file mode 120000 index 00000000..6f2b5209 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMCustomQuotaResult.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMCustomQuotaResult.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMCustomQuotaUsersArg.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMCustomQuotaUsersArg.h new file mode 120000 index 00000000..2a04c54d --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMCustomQuotaUsersArg.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMCustomQuotaUsersArg.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGDeviceApprovalsRolloutPolicy.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGDeviceApprovalsRolloutPolicy.h deleted file mode 120000 index 83e483ca..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGDeviceApprovalsRolloutPolicy.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsRolloutPolicy.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGEmmPolicy.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGEmmPolicy.h deleted file mode 120000 index 862c9731..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGEmmPolicy.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmPolicy.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGFileChangeCommentSubscriptionDetails.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGFileChangeCommentSubscriptionDetails.h new file mode 120000 index 00000000..c78c0fd4 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGFileChangeCommentSubscriptionDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileChangeCommentSubscriptionDetails.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGFileCommentNotificationPolicy.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGFileCommentNotificationPolicy.h new file mode 120000 index 00000000..db3067de --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGFileCommentNotificationPolicy.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileCommentNotificationPolicy.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGFileDeleteCommentDetails.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGFileDeleteCommentDetails.h new file mode 120000 index 00000000..b58b7f1d --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGFileDeleteCommentDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileDeleteCommentDetails.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGFileResolveCommentDetails.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGFileResolveCommentDetails.h new file mode 120000 index 00000000..2e59210a --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGFileResolveCommentDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileResolveCommentDetails.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGFileUnresolveCommentDetails.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGFileUnresolveCommentDetails.h new file mode 120000 index 00000000..528cfa5f --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGFileUnresolveCommentDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileUnresolveCommentDetails.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGGroupDescriptionUpdatedDetails.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGGroupDescriptionUpdatedDetails.h deleted file mode 120000 index 36068b6a..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGGroupDescriptionUpdatedDetails.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupDescriptionUpdatedDetails.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGGroupJoinPolicyUpdatedDetails.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGGroupJoinPolicyUpdatedDetails.h deleted file mode 120000 index b7592aed..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGGroupJoinPolicyUpdatedDetails.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupJoinPolicyUpdatedDetails.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGGroupManagementType.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGGroupManagementType.h deleted file mode 120000 index 54525b59..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGGroupManagementType.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupManagementType.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperAdminExportStartDetails.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperAdminExportStartDetails.h new file mode 120000 index 00000000..415d7a74 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperAdminExportStartDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperAdminExportStartDetails.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperChangeMemberLinkPolicyDetails.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperChangeMemberLinkPolicyDetails.h new file mode 120000 index 00000000..2c6c9757 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperChangeMemberLinkPolicyDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperChangeMemberLinkPolicyDetails.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperContentChangeSubscriptionDetails.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperContentChangeSubscriptionDetails.h deleted file mode 120000 index 80c59c84..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperContentChangeSubscriptionDetails.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentChangeSubscriptionDetails.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperDeploymentPolicy.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperDeploymentPolicy.h deleted file mode 120000 index 193c3027..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperDeploymentPolicy.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDeploymentPolicy.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperDocChangeSubscriptionDetails.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperDocChangeSubscriptionDetails.h new file mode 120000 index 00000000..beabddf4 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperDocChangeSubscriptionDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocChangeSubscriptionDetails.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperDocTrashedDetails.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperDocTrashedDetails.h new file mode 120000 index 00000000..98565b15 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperDocTrashedDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocTrashedDetails.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperDocUntrashedDetails.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperDocUntrashedDetails.h new file mode 120000 index 00000000..a43ae11d --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperDocUntrashedDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocUntrashedDetails.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperFolderChangeSubscriptionDetails.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperFolderChangeSubscriptionDetails.h new file mode 120000 index 00000000..80a7658d --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperFolderChangeSubscriptionDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderChangeSubscriptionDetails.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperPolicy.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperPolicy.h deleted file mode 120000 index d1c91a4d..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperPolicy.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperPolicy.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperTaggedValue.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperTaggedValue.h deleted file mode 120000 index d34b671c..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGPaperTaggedValue.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperTaggedValue.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGRemoveLogoutUrlDetails.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGRemoveLogoutUrlDetails.h deleted file mode 120000 index c5c51c1f..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGRemoveLogoutUrlDetails.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGRemoveLogoutUrlDetails.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGRemoveSsoUrlDetails.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGRemoveSsoUrlDetails.h deleted file mode 120000 index acb32579..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGRemoveSsoUrlDetails.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGRemoveSsoUrlDetails.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGSsoAddCertDetails.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGSsoAddCertDetails.h new file mode 120000 index 00000000..f22cacc1 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGSsoAddCertDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoAddCertDetails.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGSsoAddLoginUrlDetails.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGSsoAddLoginUrlDetails.h new file mode 120000 index 00000000..6d427e48 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGSsoAddLoginUrlDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoAddLoginUrlDetails.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGSsoAddLogoutUrlDetails.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGSsoAddLogoutUrlDetails.h new file mode 120000 index 00000000..b0e6417a --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGSsoAddLogoutUrlDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoAddLogoutUrlDetails.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGSsoPolicy.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGSsoPolicy.h deleted file mode 120000 index 452f0bdb..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGSsoPolicy.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoPolicy.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGSsoRemoveCertDetails.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGSsoRemoveCertDetails.h new file mode 120000 index 00000000..ef120ade --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGSsoRemoveCertDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoRemoveCertDetails.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGSsoRemoveLoginUrlDetails.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGSsoRemoveLoginUrlDetails.h new file mode 120000 index 00000000..28360acf --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGSsoRemoveLoginUrlDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoRemoveLoginUrlDetails.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGSsoRemoveLogoutUrlDetails.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGSsoRemoveLogoutUrlDetails.h new file mode 120000 index 00000000..09dda9e8 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGSsoRemoveLogoutUrlDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoRemoveLogoutUrlDetails.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGTeamProfileChangeDefaultLanguageDetails.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGTeamProfileChangeDefaultLanguageDetails.h new file mode 120000 index 00000000..f1a03c66 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGTeamProfileChangeDefaultLanguageDetails.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileChangeDefaultLanguageDetails.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGTfaPolicy.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGTfaPolicy.h deleted file mode 120000 index 3a154df8..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMLOGTfaPolicy.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaPolicy.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMPOLICIESPaperDeploymentPolicy.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMPOLICIESPaperDeploymentPolicy.h new file mode 120000 index 00000000..7b5c8532 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMPOLICIESPaperDeploymentPolicy.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESPaperDeploymentPolicy.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMPOLICIESPaperEnabledPolicy.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMPOLICIESPaperEnabledPolicy.h new file mode 120000 index 00000000..0c8a54d8 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMPOLICIESPaperEnabledPolicy.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESPaperEnabledPolicy.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMPOLICIESPasswordStrengthPolicy.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMPOLICIESPasswordStrengthPolicy.h new file mode 120000 index 00000000..67fd0f9c --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMPOLICIESPasswordStrengthPolicy.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESPasswordStrengthPolicy.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMPOLICIESRolloutMethod.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMPOLICIESRolloutMethod.h new file mode 120000 index 00000000..8459ad3e --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMPOLICIESRolloutMethod.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESRolloutMethod.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMPOLICIESSsoPolicy.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMPOLICIESSsoPolicy.h new file mode 120000 index 00000000..85adc463 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMPOLICIESSsoPolicy.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESSsoPolicy.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMPOLICIESTwoStepVerificationPolicy.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMPOLICIESTwoStepVerificationPolicy.h new file mode 120000 index 00000000..adcea079 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMPOLICIESTwoStepVerificationPolicy.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESTwoStepVerificationPolicy.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMRemoveCustomQuotaResult.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMRemoveCustomQuotaResult.h new file mode 120000 index 00000000..1712c9e0 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMRemoveCustomQuotaResult.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRemoveCustomQuotaResult.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMSetCustomQuotaArg.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMSetCustomQuotaArg.h new file mode 120000 index 00000000..b1c7b5e5 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMSetCustomQuotaArg.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMSetCustomQuotaArg.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMUpdatePropertyTemplateArg.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMUpdatePropertyTemplateArg.h deleted file mode 120000 index 5454122b..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMUpdatePropertyTemplateArg.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUpdatePropertyTemplateArg.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMUpdatePropertyTemplateResult.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMUpdatePropertyTemplateResult.h deleted file mode 120000 index 3b44562e..00000000 --- a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMUpdatePropertyTemplateResult.h +++ /dev/null @@ -1 +0,0 @@ -../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUpdatePropertyTemplateResult.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMUserCustomQuotaArg.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMUserCustomQuotaArg.h new file mode 120000 index 00000000..bc8b444a --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMUserCustomQuotaArg.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUserCustomQuotaArg.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMUserCustomQuotaResult.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMUserCustomQuotaResult.h new file mode 120000 index 00000000..15483a64 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTEAMUserCustomQuotaResult.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUserCustomQuotaResult.h \ No newline at end of file diff --git a/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTransportBaseHostnameConfig.h b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTransportBaseHostnameConfig.h new file mode 120000 index 00000000..6e5aaa12 --- /dev/null +++ b/Pods/Headers/Public/ObjectiveDropboxOfficial/DBTransportBaseHostnameConfig.h @@ -0,0 +1 @@ +../../../ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseHostnameConfig.h \ No newline at end of file diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 3db9e7a2..83802c67 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -14,14 +14,14 @@ PODS: - AFNetworking/Serialization (3.1.0) - CMDQueryStringSerialization (0.4.1): - ISO8601 - - Crashlytics (3.8.5): - - Fabric (~> 1.6.3) - - Fabric (1.6.12) + - Crashlytics (3.9.3): + - Fabric (~> 1.7.2) + - Fabric (1.7.2) - Google-Analytics-for-OS-X (1.1) - ISO8601 (0.6.0) - - ObjectiveDropboxOfficial (3.2.0) - - SAMKeychain (1.5.2) - - SSZipArchive (2.0.2) + - ObjectiveDropboxOfficial (3.3.5) + - SAMKeychain (1.5.3) + - SSZipArchive (2.1.1) - STPrivilegedTask (1.0.1) - ZXingObjC (3.2.1): - ZXingObjC/All (= 3.2.1) @@ -43,16 +43,16 @@ DEPENDENCIES: SPEC CHECKSUMS: AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67 CMDQueryStringSerialization: 4bb0a2f5e7d8d8678d911d88072274952cbef4e5 - Crashlytics: dfbae35ef22ca189240d230ad501feea4ee85d2d - Fabric: f050464eac45a2ce5a8e6e6a07e977c0df32fe28 + Crashlytics: dbb07d01876c171c5ccbdf7826410380189e452c + Fabric: 9cd6a848efcf1b8b07497e0b6a2e7d336353ba15 Google-Analytics-for-OS-X: 66376760d74d980fd81ad48b125c5496d3d4402a ISO8601: d3ea3ba9b752820cf92c6b47a9ee327e9f0e13fc - ObjectiveDropboxOfficial: 5f690e26ee7f8ec247c7259cd011d1ae41780285 - SAMKeychain: 1865333198217411f35327e8da61b43de79b635b - SSZipArchive: 5fdf578dbbb60000b23439f80fa04e81d00740ee + ObjectiveDropboxOfficial: f5f3b1099817ad319f3a72614b4d1cc082022d24 + SAMKeychain: 483e1c9f32984d50ca961e26818a534283b4cd5c + SSZipArchive: 14401ade5f8e82aba1ff03e9f88e9de60937ae60 STPrivilegedTask: 103f97827454e786074640cf89d303be344498c7 ZXingObjC: bbf7b8f0cf8933fdd33eb4f9f46e22308552869b PODFILE CHECKSUM: b803d983d7c9f4e9eee63ce665f655a1a3ff598c -COCOAPODS: 1.3.1 +COCOAPODS: 1.1.1 diff --git a/Pods/ObjectiveDropboxOfficial/README.md b/Pods/ObjectiveDropboxOfficial/README.md index 0517169d..12db6a2a 100644 --- a/Pods/ObjectiveDropboxOfficial/README.md +++ b/Pods/ObjectiveDropboxOfficial/README.md @@ -4,6 +4,8 @@ The Official Dropbox Objective-C SDK for integrating with Dropbox [API v2](https Full documentation [here](http://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/). +NOTE: Please do not rely on `master` in production. Please instead use one of our tagged [release commits](https://github.com/dropbox/dropbox-sdk-obj-c/releases) (preferrably fetched via CocoaPods or Carthage), as these commits have been more thoroughly tested. + --- ## Table of Contents @@ -56,7 +58,7 @@ Full documentation [here](http://dropbox.github.io/dropbox-sdk-obj-c/api-docs/la - iOS 9.0+ - macOS 10.10+ -- Xcode 7.3+ +- Xcode 8+ --- @@ -165,7 +167,7 @@ brew install carthage ``` # ObjectiveDropboxOfficial -github "https://github.com/dropbox/dropbox-sdk-obj-c" ~> 3.2.0 +github "https://github.com/dropbox/dropbox-sdk-obj-c" ~> 3.3.5 ``` Then, run the following command to checkout and build the Dropbox Objective-C SDK repository: @@ -336,6 +338,9 @@ To facilitate the above authorization flows, you should take the following steps You can commence the auth flow by calling `authorizeFromController:controller:openURL` method in your application's view controller. +Please ensure that the supplied view controller is the top-most controller, so that the authorization view displays correctly. + + ##### iOS ```objective-c @@ -343,12 +348,23 @@ view controller. - (void)myButtonInControllerPressed { [DBClientsManager authorizeFromController:[UIApplication sharedApplication] - controller:self + controller:[[self class] topMostController] openURL:^(NSURL *url) { [[UIApplication sharedApplication] openURL:url]; }]; } ++ (UIViewController*)topMostController +{ + UIViewController *topController = [UIApplication sharedApplication].keyWindow.rootViewController; + + while (topController.presentedViewController) { + topController = topController.presentedViewController; + } + + return topController; +} + ``` ##### macOS @@ -358,9 +374,20 @@ view controller. - (void)myButtonInControllerPressed { [DBClientsManager authorizeFromControllerDesktop:[NSWorkspace sharedWorkspace] - controller:self + controller:[[self class] topMostController] openURL:^(NSURL *url){ [[NSWorkspace sharedWorkspace] openURL:url]; }]; } + ++ (UIViewController*)topMostController +{ + UIViewController *topController = [UIApplication sharedApplication].keyWindow.rootViewController; + + while (topController.presentedViewController) { + topController = topController.presentedViewController; + } + + return topController; +} ``` Beginning the authentication flow on mobile will launch a window like this: @@ -1073,6 +1100,20 @@ following the instructions listed in the `ViewController.m` file. --- +## Code generation + +If you're interested in manually generating the SDK serialization logic, perform the following: + +* clone this GitHub repository to your local filesystem +* run `git submodule init` and then `git submodule update` +* navigate to the [Stone GitHub repo](https://github.com/dropbox/stone), and install all necessary dependencies +* run `./generate_base_client.py` to generate code + +To ensure your changes have not broken any existing functionality, you can run a series of integration tests by +following the instructions listed in the `ViewController.m` file. + +--- + ## Bugs Please post any bugs to the [issue tracker](https://github.com/dropbox/dropbox-sdk-obj-c/issues) found on the project's GitHub page. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Headers/Internal/Networking/DBTransportBaseClient+Internal.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Headers/Internal/Networking/DBTransportBaseClient+Internal.h index 4e8bf840..496d2b39 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Headers/Internal/Networking/DBTransportBaseClient+Internal.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Headers/Internal/Networking/DBTransportBaseClient+Internal.h @@ -16,11 +16,9 @@ NS_ASSUME_NONNULL_BEGIN @interface DBTransportBaseClient (Internal) - (NSDictionary *)headersWithRouteInfo:(NSDictionary *)routeAttributes - accessToken:(NSString *)accessToken serializedArg:(NSString *)serializedArg; - (NSDictionary *)headersWithRouteInfo:(NSDictionary *)routeAttributes - accessToken:(NSString *)accessToken serializedArg:(NSString *)serializedArg byteOffsetStart:(nullable NSNumber *)byteOffsetStart byteOffsetEnd:(nullable NSNumber *)byteOffsetEnd; @@ -30,7 +28,7 @@ NS_ASSUME_NONNULL_BEGIN content:(nullable NSData *)content stream:(nullable NSInputStream *)stream; -+ (NSURL *)urlWithRoute:(DBRoute *)route; +- (NSURL *)urlWithRoute:(DBRoute *)route; + (NSData *)serializeDataWithRoute:(DBRoute *)route routeArg:(id)arg; @@ -49,8 +47,19 @@ NS_ASSUME_NONNULL_BEGIN + (BOOL)statusCodeIsRouteError:(int)statusCode; -+ (nullable NSString *)caseInsensitiveLookupWithKey:(nullable NSString *)lookupKey - dictionary:(NSDictionary *_Nullable)dictionary; +/** + * This method performs a lookup for the passed in @p lookupKey on the given @p headerFieldsDictionary. However, since + * HTTP header field keys are case insensitive, it compares the keys in the dictionary to @p lookupKey in a case + * insensitive way. + * + * @param lookupKey The key that we want to fetch from the header dictionary. Irrespective of case + * @param headerFieldsDictionary HTTP headers fiels dictionary (e.g. the result of calling allHeaderFields in an + * NSHTTPURLResponse instance) + * + * @return The value corresponding to the passed in @p lookupKey or nil if none is found. + */ ++ (nullable id)caseInsensitiveLookupWithKey:(nullable NSString *)lookupKey + headerFieldsDictionary:(nullable NSDictionary *)headerFieldsDictionary; + (NSString *)sdkVersion; diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/DBClientsManager+DesktopAuth-macOS.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/DBClientsManager+DesktopAuth-macOS.m index 17fcf33f..65b25fbf 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/DBClientsManager+DesktopAuth-macOS.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/DBClientsManager+DesktopAuth-macOS.m @@ -29,7 +29,8 @@ + (void)setupWithAppKeyDesktop:(NSString *)appKey { } + (void)setupWithTransportConfigDesktop:(DBTransportDefaultConfig *)transportConfig { - [[self class] setupWithOAuthManager:[[DBOAuthManager alloc] initWithAppKey:transportConfig.appKey] + [[self class] setupWithOAuthManager:[[DBOAuthManager alloc] initWithAppKey:transportConfig.appKey + host:transportConfig.hostnameConfig.meta] transportConfig:transportConfig]; } @@ -38,7 +39,8 @@ + (void)setupWithTeamAppKeyDesktop:(NSString *)appKey { } + (void)setupWithTeamTransportConfigDesktop:(DBTransportDefaultConfig *)transportConfig { - [[self class] setupWithOAuthManagerTeam:[[DBOAuthManager alloc] initWithAppKey:transportConfig.appKey] + [[self class] setupWithOAuthManagerTeam:[[DBOAuthManager alloc] initWithAppKey:transportConfig.appKey + host:transportConfig.hostnameConfig.meta] transportConfig:transportConfig]; } diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/DBAsyncObjects.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/DBAsyncObjects.m index 68d77948..c567fb19 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/DBAsyncObjects.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/DBAsyncObjects.m @@ -54,7 +54,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBASYNCLaunchResultBaseSerializer serialize:instance]; } @@ -134,7 +134,7 @@ + (NSDictionary *)serialize:(DBASYNCLaunchResultBase *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBASYNCLaunchResultBase *)deserialize:(NSDictionary *)valueDict { @@ -216,7 +216,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBASYNCLaunchEmptyResultSerializer serialize:instance]; } @@ -302,7 +302,7 @@ + (NSDictionary *)serialize:(DBASYNCLaunchEmptyResult *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBASYNCLaunchEmptyResult *)deserialize:(NSDictionary *)valueDict { @@ -334,7 +334,7 @@ @implementation DBASYNCPollArg #pragma mark - Constructors - (instancetype)initWithAsyncJobId:(NSString *)asyncJobId { - [DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil](asyncJobId); + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil]](asyncJobId); self = [super init]; if (self) { @@ -345,7 +345,7 @@ - (instancetype)initWithAsyncJobId:(NSString *)asyncJobId { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBASYNCPollArgSerializer serialize:instance]; } @@ -411,7 +411,7 @@ + (NSDictionary *)serialize:(DBASYNCPollArg *)valueObj { jsonDict[@"async_job_id"] = valueObj.asyncJobId; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBASYNCPollArg *)deserialize:(NSDictionary *)valueDict { @@ -459,7 +459,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBASYNCPollResultBaseSerializer serialize:instance]; } @@ -538,7 +538,7 @@ + (NSDictionary *)serialize:(DBASYNCPollResultBase *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBASYNCPollResultBase *)deserialize:(NSDictionary *)valueDict { @@ -608,7 +608,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBASYNCPollEmptyResultSerializer serialize:instance]; } @@ -693,7 +693,7 @@ + (NSDictionary *)serialize:(DBASYNCPollEmptyResult *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBASYNCPollEmptyResult *)deserialize:(NSDictionary *)valueDict { @@ -778,7 +778,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBASYNCPollErrorSerializer serialize:instance]; } @@ -867,7 +867,7 @@ + (NSDictionary *)serialize:(DBASYNCPollError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBASYNCPollError *)deserialize:(NSDictionary *)valueDict { diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCLaunchEmptyResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCLaunchEmptyResult.h index 31e35bed..941523c2 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCLaunchEmptyResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCLaunchEmptyResult.h @@ -122,7 +122,7 @@ typedef NS_ENUM(NSInteger, DBASYNCLaunchEmptyResultTag) { /// @return A json-compatible dictionary representation of the /// `DBASYNCLaunchEmptyResult` API object. /// -+ (NSDictionary *)serialize:(DBASYNCLaunchEmptyResult *)instance; ++ (nullable NSDictionary *)serialize:(DBASYNCLaunchEmptyResult *)instance; /// /// Deserializes `DBASYNCLaunchEmptyResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCLaunchResultBase.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCLaunchResultBase.h index b704d7a7..054e9efb 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCLaunchResultBase.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCLaunchResultBase.h @@ -103,7 +103,7 @@ typedef NS_ENUM(NSInteger, DBASYNCLaunchResultBaseTag) { /// @return A json-compatible dictionary representation of the /// `DBASYNCLaunchResultBase` API object. /// -+ (NSDictionary *)serialize:(DBASYNCLaunchResultBase *)instance; ++ (nullable NSDictionary *)serialize:(DBASYNCLaunchResultBase *)instance; /// /// Deserializes `DBASYNCLaunchResultBase` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCPollArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCPollArg.h index c0236b49..dbb1dac2 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCPollArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCPollArg.h @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the `DBASYNCPollArg` /// API object. /// -+ (NSDictionary *)serialize:(DBASYNCPollArg *)instance; ++ (nullable NSDictionary *)serialize:(DBASYNCPollArg *)instance; /// /// Deserializes `DBASYNCPollArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCPollEmptyResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCPollEmptyResult.h index d720eb6e..64c53e09 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCPollEmptyResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCPollEmptyResult.h @@ -106,7 +106,7 @@ typedef NS_ENUM(NSInteger, DBASYNCPollEmptyResultTag) { /// @return A json-compatible dictionary representation of the /// `DBASYNCPollEmptyResult` API object. /// -+ (NSDictionary *)serialize:(DBASYNCPollEmptyResult *)instance; ++ (nullable NSDictionary *)serialize:(DBASYNCPollEmptyResult *)instance; /// /// Deserializes `DBASYNCPollEmptyResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCPollError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCPollError.h index c4e48813..c58db1c6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCPollError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCPollError.h @@ -126,7 +126,7 @@ typedef NS_ENUM(NSInteger, DBASYNCPollErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBASYNCPollError` API object. /// -+ (NSDictionary *)serialize:(DBASYNCPollError *)instance; ++ (nullable NSDictionary *)serialize:(DBASYNCPollError *)instance; /// /// Deserializes `DBASYNCPollError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCPollResultBase.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCPollResultBase.h index ce5afa9b..4cd0adce 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCPollResultBase.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCPollResultBase.h @@ -88,7 +88,7 @@ typedef NS_ENUM(NSInteger, DBASYNCPollResultBaseTag) { /// @return A json-compatible dictionary representation of the /// `DBASYNCPollResultBase` API object. /// -+ (NSDictionary *)serialize:(DBASYNCPollResultBase *)instance; ++ (nullable NSDictionary *)serialize:(DBASYNCPollResultBase *)instance; /// /// Deserializes `DBASYNCPollResultBase` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/DBAuthObjects.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/DBAuthObjects.m index 82d93636..abca5d2c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/DBAuthObjects.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/DBAuthObjects.m @@ -94,7 +94,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBAUTHAccessErrorSerializer serialize:instance]; } @@ -187,7 +187,7 @@ + (NSDictionary *)serialize:(DBAUTHAccessError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBAUTHAccessError *)deserialize:(NSDictionary *)valueDict { @@ -303,7 +303,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBAUTHAuthErrorSerializer serialize:instance]; } @@ -404,7 +404,7 @@ + (NSDictionary *)serialize:(DBAUTHAuthError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBAUTHAuthError *)deserialize:(NSDictionary *)valueDict { @@ -492,7 +492,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBAUTHInvalidAccountTypeErrorSerializer serialize:instance]; } @@ -581,7 +581,7 @@ + (NSDictionary *)serialize:(DBAUTHInvalidAccountTypeError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBAUTHInvalidAccountTypeError *)deserialize:(NSDictionary *)valueDict { @@ -665,7 +665,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBAUTHPaperAccessErrorSerializer serialize:instance]; } @@ -754,7 +754,7 @@ + (NSDictionary *)serialize:(DBAUTHPaperAccessError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBAUTHPaperAccessError *)deserialize:(NSDictionary *)valueDict { @@ -785,6 +785,7 @@ @implementation DBAUTHRateLimitError #pragma mark - Constructors - (instancetype)initWithReason:(DBAUTHRateLimitReason *)reason retryAfter:(NSNumber *)retryAfter { + [DBStoneValidators nonnullValidator:nil](reason); self = [super init]; if (self) { @@ -800,7 +801,7 @@ - (instancetype)initWithReason:(DBAUTHRateLimitReason *)reason { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBAUTHRateLimitErrorSerializer serialize:instance]; } @@ -871,7 +872,7 @@ + (NSDictionary *)serialize:(DBAUTHRateLimitError *)valueObj { jsonDict[@"reason"] = [DBAUTHRateLimitReasonSerializer serialize:valueObj.reason]; jsonDict[@"retry_after"] = valueObj.retryAfter; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBAUTHRateLimitError *)deserialize:(NSDictionary *)valueDict { @@ -948,7 +949,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBAUTHRateLimitReasonSerializer serialize:instance]; } @@ -1037,7 +1038,7 @@ + (NSDictionary *)serialize:(DBAUTHRateLimitReason *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBAUTHRateLimitReason *)deserialize:(NSDictionary *)valueDict { @@ -1067,8 +1068,9 @@ @implementation DBAUTHTokenFromOAuth1Arg #pragma mark - Constructors - (instancetype)initWithOauth1Token:(NSString *)oauth1Token oauth1TokenSecret:(NSString *)oauth1TokenSecret { - [DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil](oauth1Token); - [DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil](oauth1TokenSecret); + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil]](oauth1Token); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil]](oauth1TokenSecret); self = [super init]; if (self) { @@ -1080,7 +1082,7 @@ - (instancetype)initWithOauth1Token:(NSString *)oauth1Token oauth1TokenSecret:(N #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBAUTHTokenFromOAuth1ArgSerializer serialize:instance]; } @@ -1151,7 +1153,7 @@ + (NSDictionary *)serialize:(DBAUTHTokenFromOAuth1Arg *)valueObj { jsonDict[@"oauth1_token"] = valueObj.oauth1Token; jsonDict[@"oauth1_token_secret"] = valueObj.oauth1TokenSecret; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBAUTHTokenFromOAuth1Arg *)deserialize:(NSDictionary *)valueDict { @@ -1228,7 +1230,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBAUTHTokenFromOAuth1ErrorSerializer serialize:instance]; } @@ -1317,7 +1319,7 @@ + (NSDictionary *)serialize:(DBAUTHTokenFromOAuth1Error *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBAUTHTokenFromOAuth1Error *)deserialize:(NSDictionary *)valueDict { @@ -1347,7 +1349,7 @@ @implementation DBAUTHTokenFromOAuth1Result #pragma mark - Constructors - (instancetype)initWithOauth2Token:(NSString *)oauth2Token { - [DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil](oauth2Token); + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil]](oauth2Token); self = [super init]; if (self) { @@ -1358,7 +1360,7 @@ - (instancetype)initWithOauth2Token:(NSString *)oauth2Token { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBAUTHTokenFromOAuth1ResultSerializer serialize:instance]; } @@ -1424,7 +1426,7 @@ + (NSDictionary *)serialize:(DBAUTHTokenFromOAuth1Result *)valueObj { jsonDict[@"oauth2_token"] = valueObj.oauth2Token; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBAUTHTokenFromOAuth1Result *)deserialize:(NSDictionary *)valueDict { diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHAccessError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHAccessError.h index d459675d..578937b6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHAccessError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHAccessError.h @@ -149,7 +149,7 @@ typedef NS_ENUM(NSInteger, DBAUTHAccessErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBAUTHAccessError` API object. /// -+ (NSDictionary *)serialize:(DBAUTHAccessError *)instance; ++ (nullable NSDictionary *)serialize:(DBAUTHAccessError *)instance; /// /// Deserializes `DBAUTHAccessError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHAuthError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHAuthError.h index 3234cc7b..658038b8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHAuthError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHAuthError.h @@ -169,7 +169,7 @@ typedef NS_ENUM(NSInteger, DBAUTHAuthErrorTag) { /// @return A json-compatible dictionary representation of the `DBAUTHAuthError` /// API object. /// -+ (NSDictionary *)serialize:(DBAUTHAuthError *)instance; ++ (nullable NSDictionary *)serialize:(DBAUTHAuthError *)instance; /// /// Deserializes `DBAUTHAuthError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHInvalidAccountTypeError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHInvalidAccountTypeError.h index 6eee0925..ae023b56 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHInvalidAccountTypeError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHInvalidAccountTypeError.h @@ -122,7 +122,7 @@ typedef NS_ENUM(NSInteger, DBAUTHInvalidAccountTypeErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBAUTHInvalidAccountTypeError` API object. /// -+ (NSDictionary *)serialize:(DBAUTHInvalidAccountTypeError *)instance; ++ (nullable NSDictionary *)serialize:(DBAUTHInvalidAccountTypeError *)instance; /// /// Deserializes `DBAUTHInvalidAccountTypeError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHPaperAccessError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHPaperAccessError.h index 2c28b4a5..2ab6bb2c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHPaperAccessError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHPaperAccessError.h @@ -119,7 +119,7 @@ typedef NS_ENUM(NSInteger, DBAUTHPaperAccessErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBAUTHPaperAccessError` API object. /// -+ (NSDictionary *)serialize:(DBAUTHPaperAccessError *)instance; ++ (nullable NSDictionary *)serialize:(DBAUTHPaperAccessError *)instance; /// /// Deserializes `DBAUTHPaperAccessError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHRateLimitError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHRateLimitError.h index b38dfa6c..f3380af4 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHRateLimitError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHRateLimitError.h @@ -77,7 +77,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBAUTHRateLimitError` API object. /// -+ (NSDictionary *)serialize:(DBAUTHRateLimitError *)instance; ++ (nullable NSDictionary *)serialize:(DBAUTHRateLimitError *)instance; /// /// Deserializes `DBAUTHRateLimitError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHRateLimitReason.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHRateLimitReason.h index d09704c9..d15feee7 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHRateLimitReason.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHRateLimitReason.h @@ -124,7 +124,7 @@ typedef NS_ENUM(NSInteger, DBAUTHRateLimitReasonTag) { /// @return A json-compatible dictionary representation of the /// `DBAUTHRateLimitReason` API object. /// -+ (NSDictionary *)serialize:(DBAUTHRateLimitReason *)instance; ++ (nullable NSDictionary *)serialize:(DBAUTHRateLimitReason *)instance; /// /// Deserializes `DBAUTHRateLimitReason` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHTokenFromOAuth1Arg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHTokenFromOAuth1Arg.h index dbe44bf1..9e9aefe2 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHTokenFromOAuth1Arg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHTokenFromOAuth1Arg.h @@ -63,7 +63,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBAUTHTokenFromOAuth1Arg` API object. /// -+ (NSDictionary *)serialize:(DBAUTHTokenFromOAuth1Arg *)instance; ++ (nullable NSDictionary *)serialize:(DBAUTHTokenFromOAuth1Arg *)instance; /// /// Deserializes `DBAUTHTokenFromOAuth1Arg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHTokenFromOAuth1Error.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHTokenFromOAuth1Error.h index 21ceb758..0f3c4dab 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHTokenFromOAuth1Error.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHTokenFromOAuth1Error.h @@ -123,7 +123,7 @@ typedef NS_ENUM(NSInteger, DBAUTHTokenFromOAuth1ErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBAUTHTokenFromOAuth1Error` API object. /// -+ (NSDictionary *)serialize:(DBAUTHTokenFromOAuth1Error *)instance; ++ (nullable NSDictionary *)serialize:(DBAUTHTokenFromOAuth1Error *)instance; /// /// Deserializes `DBAUTHTokenFromOAuth1Error` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHTokenFromOAuth1Result.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHTokenFromOAuth1Result.h index cbe3ecd5..9659de80 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHTokenFromOAuth1Result.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHTokenFromOAuth1Result.h @@ -59,7 +59,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBAUTHTokenFromOAuth1Result` API object. /// -+ (NSDictionary *)serialize:(DBAUTHTokenFromOAuth1Result *)instance; ++ (nullable NSDictionary *)serialize:(DBAUTHTokenFromOAuth1Result *)instance; /// /// Deserializes `DBAUTHTokenFromOAuth1Result` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Common/DBCommonObjects.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Common/DBCommonObjects.m index 9aa9bbf3..65ee77c1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Common/DBCommonObjects.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Common/DBCommonObjects.m @@ -33,7 +33,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBCOMMONInvalidPathRootErrorSerializer serialize:instance]; } @@ -61,7 +61,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.pathRoot) { + if (self.pathRoot != nil) { result = prime * result + [self.pathRoot hash]; } @@ -105,7 +105,7 @@ + (NSDictionary *)serialize:(DBCOMMONInvalidPathRootError *)valueObj { jsonDict[@"path_root"] = valueObj.pathRoot; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBCOMMONInvalidPathRootError *)deserialize:(NSDictionary *)valueDict { @@ -244,7 +244,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBCOMMONPathRootSerializer serialize:instance]; } @@ -353,7 +353,7 @@ + (NSDictionary *)serialize:(DBCOMMONPathRoot *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBCOMMONPathRoot *)deserialize:(NSDictionary *)valueDict { @@ -457,7 +457,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBCOMMONPathRootErrorSerializer serialize:instance]; } @@ -547,7 +547,7 @@ + (NSDictionary *)serialize:(DBCOMMONPathRootError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBCOMMONPathRootError *)deserialize:(NSDictionary *)valueDict { diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Common/Headers/DBCOMMONInvalidPathRootError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Common/Headers/DBCOMMONInvalidPathRootError.h index 45466a53..b4fa41c1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Common/Headers/DBCOMMONInvalidPathRootError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Common/Headers/DBCOMMONInvalidPathRootError.h @@ -69,7 +69,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBCOMMONInvalidPathRootError` API object. /// -+ (NSDictionary *)serialize:(DBCOMMONInvalidPathRootError *)instance; ++ (nullable NSDictionary *)serialize:(DBCOMMONInvalidPathRootError *)instance; /// /// Deserializes `DBCOMMONInvalidPathRootError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Common/Headers/DBCOMMONPathRoot.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Common/Headers/DBCOMMONPathRoot.h index e7a28e48..02439093 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Common/Headers/DBCOMMONPathRoot.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Common/Headers/DBCOMMONPathRoot.h @@ -33,21 +33,21 @@ typedef NS_ENUM(NSInteger, DBCOMMONPathRootTag) { DBCOMMONPathRootHome, /// Paths are relative to the authenticating team member's home directory. - /// (This results in :field:`PathRootError.invalid' if the user does not - /// belong to a team.) + /// (This results in `invalid` in `DBCOMMONPathRootError` if the user does + /// not belong to a team.). DBCOMMONPathRootMemberHome, /// Paths are relative to the given team directory. (This results in /// `invalid` in `DBCOMMONPathRootError` if the user is not a member of the - /// team associated with that path root id.) + /// team associated with that path root id.). DBCOMMONPathRootTeam, /// Paths are relative to the user's home directory. (This results in - /// `invalid` in `DBCOMMONPathRootError` if the belongs to a team.) + /// `invalid` in `DBCOMMONPathRootError` if the belongs to a team.). DBCOMMONPathRootUserHome, /// Paths are relative to given namespace id (This results in `noPermission` - /// in `DBCOMMONPathRootError` if you don't have access to this namespace.) + /// in `DBCOMMONPathRootError` if you don't have access to this namespace.). DBCOMMONPathRootNamespaceId, /// (no description). @@ -60,12 +60,12 @@ typedef NS_ENUM(NSInteger, DBCOMMONPathRootTag) { /// Paths are relative to the given team directory. (This results in `invalid` /// in `DBCOMMONPathRootError` if the user is not a member of the team -/// associated with that path root id.) @note Ensure the `isTeam` method returns -/// true before accessing, otherwise a runtime exception will be raised. +/// associated with that path root id.). @note Ensure the `isTeam` method +/// returns true before accessing, otherwise a runtime exception will be raised. @property (nonatomic, readonly, copy) NSString *team; /// Paths are relative to given namespace id (This results in `noPermission` in -/// `DBCOMMONPathRootError` if you don't have access to this namespace.) @note +/// `DBCOMMONPathRootError` if you don't have access to this namespace.). @note /// Ensure the `isNamespaceId` method returns true before accessing, otherwise a /// runtime exception will be raised. @property (nonatomic, readonly, copy) NSString *namespaceId; @@ -87,8 +87,8 @@ typedef NS_ENUM(NSInteger, DBCOMMONPathRootTag) { /// Initializes union class with tag state of "member_home". /// /// Description of the "member_home" tag state: Paths are relative to the -/// authenticating team member's home directory. (This results in -/// :field:`PathRootError.invalid' if the user does not belong to a team.) +/// authenticating team member's home directory. (This results in `invalid` in +/// `DBCOMMONPathRootError` if the user does not belong to a team.). /// /// @return An initialized instance. /// @@ -99,11 +99,11 @@ typedef NS_ENUM(NSInteger, DBCOMMONPathRootTag) { /// /// Description of the "team" tag state: Paths are relative to the given team /// directory. (This results in `invalid` in `DBCOMMONPathRootError` if the user -/// is not a member of the team associated with that path root id.) +/// is not a member of the team associated with that path root id.). /// /// @param team Paths are relative to the given team directory. (This results in /// `invalid` in `DBCOMMONPathRootError` if the user is not a member of the team -/// associated with that path root id.) +/// associated with that path root id.). /// /// @return An initialized instance. /// @@ -114,7 +114,7 @@ typedef NS_ENUM(NSInteger, DBCOMMONPathRootTag) { /// /// Description of the "user_home" tag state: Paths are relative to the user's /// home directory. (This results in `invalid` in `DBCOMMONPathRootError` if the -/// belongs to a team.) +/// belongs to a team.). /// /// @return An initialized instance. /// @@ -125,11 +125,11 @@ typedef NS_ENUM(NSInteger, DBCOMMONPathRootTag) { /// /// Description of the "namespace_id" tag state: Paths are relative to given /// namespace id (This results in `noPermission` in `DBCOMMONPathRootError` if -/// you don't have access to this namespace.) +/// you don't have access to this namespace.). /// /// @param namespaceId Paths are relative to given namespace id (This results in /// `noPermission` in `DBCOMMONPathRootError` if you don't have access to this -/// namespace.) +/// namespace.). /// /// @return An initialized instance. /// @@ -218,7 +218,7 @@ typedef NS_ENUM(NSInteger, DBCOMMONPathRootTag) { /// @return A json-compatible dictionary representation of the /// `DBCOMMONPathRoot` API object. /// -+ (NSDictionary *)serialize:(DBCOMMONPathRoot *)instance; ++ (nullable NSDictionary *)serialize:(DBCOMMONPathRoot *)instance; /// /// Deserializes `DBCOMMONPathRoot` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Common/Headers/DBCOMMONPathRootError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Common/Headers/DBCOMMONPathRootError.h index 7da15138..0089c5ed 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Common/Headers/DBCOMMONPathRootError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Common/Headers/DBCOMMONPathRootError.h @@ -134,7 +134,7 @@ typedef NS_ENUM(NSInteger, DBCOMMONPathRootErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBCOMMONPathRootError` API object. /// -+ (NSDictionary *)serialize:(DBCOMMONPathRootError *)instance; ++ (nullable NSDictionary *)serialize:(DBCOMMONPathRootError *)instance; /// /// Deserializes `DBCOMMONPathRootError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/DBFilePropertiesObjects.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/DBFilePropertiesObjects.m new file mode 100644 index 00000000..ba29e017 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/DBFilePropertiesObjects.m @@ -0,0 +1,5772 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +/// Arguments, results, and errors for the `FileProperties` namespace. + +#import "DBFILEPROPERTIESAddPropertiesArg.h" +#import "DBFILEPROPERTIESPropertyGroup.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESAddPropertiesArg + +#pragma mark - Constructors + +- (instancetype)initWithPath:(NSString *)path + propertyGroups:(NSArray *)propertyGroups { + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil + maxLength:nil + pattern:@"/(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/.*)?)"]](path); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](propertyGroups); + + self = [super init]; + if (self) { + _path = path; + _propertyGroups = propertyGroups; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESAddPropertiesArgSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESAddPropertiesArgSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESAddPropertiesArgSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.path hash]; + result = prime * result + [self.propertyGroups hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToAddPropertiesArg:other]; +} + +- (BOOL)isEqualToAddPropertiesArg:(DBFILEPROPERTIESAddPropertiesArg *)anAddPropertiesArg { + if (self == anAddPropertiesArg) { + return YES; + } + if (![self.path isEqual:anAddPropertiesArg.path]) { + return NO; + } + if (![self.propertyGroups isEqual:anAddPropertiesArg.propertyGroups]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESAddPropertiesArgSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESAddPropertiesArg *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"path"] = valueObj.path; + jsonDict[@"property_groups"] = [DBArraySerializer serialize:valueObj.propertyGroups + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertyGroupSerializer serialize:elem0]; + }]; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESAddPropertiesArg *)deserialize:(NSDictionary *)valueDict { + NSString *path = valueDict[@"path"]; + NSArray *propertyGroups = + [DBArraySerializer deserialize:valueDict[@"property_groups"] + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertyGroupSerializer deserialize:elem0]; + }]; + + return [[DBFILEPROPERTIESAddPropertiesArg alloc] initWithPath:path propertyGroups:propertyGroups]; +} + +@end + +#import "DBFILEPROPERTIESTemplateError.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESTemplateError + +@synthesize templateNotFound = _templateNotFound; + +#pragma mark - Constructors + +- (instancetype)initWithTemplateNotFound:(NSString *)templateNotFound { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESTemplateErrorTemplateNotFound; + _templateNotFound = templateNotFound; + } + return self; +} + +- (instancetype)initWithRestrictedContent { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESTemplateErrorRestrictedContent; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESTemplateErrorOther; + } + return self; +} + +#pragma mark - Instance field accessors + +- (NSString *)templateNotFound { + if (![self isTemplateNotFound]) { + [NSException + raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILEPROPERTIESTemplateErrorTemplateNotFound, but was %@.", [self tagName]]; + } + return _templateNotFound; +} + +#pragma mark - Tag state methods + +- (BOOL)isTemplateNotFound { + return _tag == DBFILEPROPERTIESTemplateErrorTemplateNotFound; +} + +- (BOOL)isRestrictedContent { + return _tag == DBFILEPROPERTIESTemplateErrorRestrictedContent; +} + +- (BOOL)isOther { + return _tag == DBFILEPROPERTIESTemplateErrorOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILEPROPERTIESTemplateErrorTemplateNotFound: + return @"DBFILEPROPERTIESTemplateErrorTemplateNotFound"; + case DBFILEPROPERTIESTemplateErrorRestrictedContent: + return @"DBFILEPROPERTIESTemplateErrorRestrictedContent"; + case DBFILEPROPERTIESTemplateErrorOther: + return @"DBFILEPROPERTIESTemplateErrorOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESTemplateErrorSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESTemplateErrorSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESTemplateErrorSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBFILEPROPERTIESTemplateErrorTemplateNotFound: + result = prime * result + [self.templateNotFound hash]; + case DBFILEPROPERTIESTemplateErrorRestrictedContent: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESTemplateErrorOther: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToTemplateError:other]; +} + +- (BOOL)isEqualToTemplateError:(DBFILEPROPERTIESTemplateError *)aTemplateError { + if (self == aTemplateError) { + return YES; + } + if (self.tag != aTemplateError.tag) { + return NO; + } + switch (_tag) { + case DBFILEPROPERTIESTemplateErrorTemplateNotFound: + return [self.templateNotFound isEqual:aTemplateError.templateNotFound]; + case DBFILEPROPERTIESTemplateErrorRestrictedContent: + return [[self tagName] isEqual:[aTemplateError tagName]]; + case DBFILEPROPERTIESTemplateErrorOther: + return [[self tagName] isEqual:[aTemplateError tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESTemplateErrorSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESTemplateError *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isTemplateNotFound]) { + jsonDict[@"template_not_found"] = valueObj.templateNotFound; + jsonDict[@".tag"] = @"template_not_found"; + } else if ([valueObj isRestrictedContent]) { + jsonDict[@".tag"] = @"restricted_content"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESTemplateError *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"template_not_found"]) { + NSString *templateNotFound = valueDict[@"template_not_found"]; + return [[DBFILEPROPERTIESTemplateError alloc] initWithTemplateNotFound:templateNotFound]; + } else if ([tag isEqualToString:@"restricted_content"]) { + return [[DBFILEPROPERTIESTemplateError alloc] initWithRestrictedContent]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILEPROPERTIESTemplateError alloc] initWithOther]; + } else { + return [[DBFILEPROPERTIESTemplateError alloc] initWithOther]; + } +} + +@end + +#import "DBFILEPROPERTIESLookupError.h" +#import "DBFILEPROPERTIESPropertiesError.h" +#import "DBFILEPROPERTIESTemplateError.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESPropertiesError + +@synthesize templateNotFound = _templateNotFound; +@synthesize path = _path; + +#pragma mark - Constructors + +- (instancetype)initWithTemplateNotFound:(NSString *)templateNotFound { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESPropertiesErrorTemplateNotFound; + _templateNotFound = templateNotFound; + } + return self; +} + +- (instancetype)initWithRestrictedContent { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESPropertiesErrorRestrictedContent; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESPropertiesErrorOther; + } + return self; +} + +- (instancetype)initWithPath:(DBFILEPROPERTIESLookupError *)path { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESPropertiesErrorPath; + _path = path; + } + return self; +} + +- (instancetype)initWithUnsupportedFolder { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESPropertiesErrorUnsupportedFolder; + } + return self; +} + +#pragma mark - Instance field accessors + +- (NSString *)templateNotFound { + if (![self isTemplateNotFound]) { + [NSException + raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILEPROPERTIESPropertiesErrorTemplateNotFound, but was %@.", [self tagName]]; + } + return _templateNotFound; +} + +- (DBFILEPROPERTIESLookupError *)path { + if (![self isPath]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILEPROPERTIESPropertiesErrorPath, but was %@.", [self tagName]]; + } + return _path; +} + +#pragma mark - Tag state methods + +- (BOOL)isTemplateNotFound { + return _tag == DBFILEPROPERTIESPropertiesErrorTemplateNotFound; +} + +- (BOOL)isRestrictedContent { + return _tag == DBFILEPROPERTIESPropertiesErrorRestrictedContent; +} + +- (BOOL)isOther { + return _tag == DBFILEPROPERTIESPropertiesErrorOther; +} + +- (BOOL)isPath { + return _tag == DBFILEPROPERTIESPropertiesErrorPath; +} + +- (BOOL)isUnsupportedFolder { + return _tag == DBFILEPROPERTIESPropertiesErrorUnsupportedFolder; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILEPROPERTIESPropertiesErrorTemplateNotFound: + return @"DBFILEPROPERTIESPropertiesErrorTemplateNotFound"; + case DBFILEPROPERTIESPropertiesErrorRestrictedContent: + return @"DBFILEPROPERTIESPropertiesErrorRestrictedContent"; + case DBFILEPROPERTIESPropertiesErrorOther: + return @"DBFILEPROPERTIESPropertiesErrorOther"; + case DBFILEPROPERTIESPropertiesErrorPath: + return @"DBFILEPROPERTIESPropertiesErrorPath"; + case DBFILEPROPERTIESPropertiesErrorUnsupportedFolder: + return @"DBFILEPROPERTIESPropertiesErrorUnsupportedFolder"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESPropertiesErrorSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESPropertiesErrorSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESPropertiesErrorSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBFILEPROPERTIESPropertiesErrorTemplateNotFound: + result = prime * result + [self.templateNotFound hash]; + case DBFILEPROPERTIESPropertiesErrorRestrictedContent: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESPropertiesErrorOther: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESPropertiesErrorPath: + result = prime * result + [self.path hash]; + case DBFILEPROPERTIESPropertiesErrorUnsupportedFolder: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToPropertiesError:other]; +} + +- (BOOL)isEqualToPropertiesError:(DBFILEPROPERTIESPropertiesError *)aPropertiesError { + if (self == aPropertiesError) { + return YES; + } + if (self.tag != aPropertiesError.tag) { + return NO; + } + switch (_tag) { + case DBFILEPROPERTIESPropertiesErrorTemplateNotFound: + return [self.templateNotFound isEqual:aPropertiesError.templateNotFound]; + case DBFILEPROPERTIESPropertiesErrorRestrictedContent: + return [[self tagName] isEqual:[aPropertiesError tagName]]; + case DBFILEPROPERTIESPropertiesErrorOther: + return [[self tagName] isEqual:[aPropertiesError tagName]]; + case DBFILEPROPERTIESPropertiesErrorPath: + return [self.path isEqual:aPropertiesError.path]; + case DBFILEPROPERTIESPropertiesErrorUnsupportedFolder: + return [[self tagName] isEqual:[aPropertiesError tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESPropertiesErrorSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESPropertiesError *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isTemplateNotFound]) { + jsonDict[@"template_not_found"] = valueObj.templateNotFound; + jsonDict[@".tag"] = @"template_not_found"; + } else if ([valueObj isRestrictedContent]) { + jsonDict[@".tag"] = @"restricted_content"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else if ([valueObj isPath]) { + jsonDict[@"path"] = [[DBFILEPROPERTIESLookupErrorSerializer serialize:valueObj.path] mutableCopy]; + jsonDict[@".tag"] = @"path"; + } else if ([valueObj isUnsupportedFolder]) { + jsonDict[@".tag"] = @"unsupported_folder"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESPropertiesError *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"template_not_found"]) { + NSString *templateNotFound = valueDict[@"template_not_found"]; + return [[DBFILEPROPERTIESPropertiesError alloc] initWithTemplateNotFound:templateNotFound]; + } else if ([tag isEqualToString:@"restricted_content"]) { + return [[DBFILEPROPERTIESPropertiesError alloc] initWithRestrictedContent]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILEPROPERTIESPropertiesError alloc] initWithOther]; + } else if ([tag isEqualToString:@"path"]) { + DBFILEPROPERTIESLookupError *path = [DBFILEPROPERTIESLookupErrorSerializer deserialize:valueDict[@"path"]]; + return [[DBFILEPROPERTIESPropertiesError alloc] initWithPath:path]; + } else if ([tag isEqualToString:@"unsupported_folder"]) { + return [[DBFILEPROPERTIESPropertiesError alloc] initWithUnsupportedFolder]; + } else { + return [[DBFILEPROPERTIESPropertiesError alloc] initWithOther]; + } +} + +@end + +#import "DBFILEPROPERTIESInvalidPropertyGroupError.h" +#import "DBFILEPROPERTIESLookupError.h" +#import "DBFILEPROPERTIESPropertiesError.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESInvalidPropertyGroupError + +@synthesize templateNotFound = _templateNotFound; +@synthesize path = _path; + +#pragma mark - Constructors + +- (instancetype)initWithTemplateNotFound:(NSString *)templateNotFound { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESInvalidPropertyGroupErrorTemplateNotFound; + _templateNotFound = templateNotFound; + } + return self; +} + +- (instancetype)initWithRestrictedContent { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESInvalidPropertyGroupErrorRestrictedContent; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESInvalidPropertyGroupErrorOther; + } + return self; +} + +- (instancetype)initWithPath:(DBFILEPROPERTIESLookupError *)path { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESInvalidPropertyGroupErrorPath; + _path = path; + } + return self; +} + +- (instancetype)initWithUnsupportedFolder { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESInvalidPropertyGroupErrorUnsupportedFolder; + } + return self; +} + +- (instancetype)initWithPropertyFieldTooLarge { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESInvalidPropertyGroupErrorPropertyFieldTooLarge; + } + return self; +} + +- (instancetype)initWithDoesNotFitTemplate { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESInvalidPropertyGroupErrorDoesNotFitTemplate; + } + return self; +} + +#pragma mark - Instance field accessors + +- (NSString *)templateNotFound { + if (![self isTemplateNotFound]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILEPROPERTIESInvalidPropertyGroupErrorTemplateNotFound, but was %@.", + [self tagName]]; + } + return _templateNotFound; +} + +- (DBFILEPROPERTIESLookupError *)path { + if (![self isPath]) { + [NSException + raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILEPROPERTIESInvalidPropertyGroupErrorPath, but was %@.", [self tagName]]; + } + return _path; +} + +#pragma mark - Tag state methods + +- (BOOL)isTemplateNotFound { + return _tag == DBFILEPROPERTIESInvalidPropertyGroupErrorTemplateNotFound; +} + +- (BOOL)isRestrictedContent { + return _tag == DBFILEPROPERTIESInvalidPropertyGroupErrorRestrictedContent; +} + +- (BOOL)isOther { + return _tag == DBFILEPROPERTIESInvalidPropertyGroupErrorOther; +} + +- (BOOL)isPath { + return _tag == DBFILEPROPERTIESInvalidPropertyGroupErrorPath; +} + +- (BOOL)isUnsupportedFolder { + return _tag == DBFILEPROPERTIESInvalidPropertyGroupErrorUnsupportedFolder; +} + +- (BOOL)isPropertyFieldTooLarge { + return _tag == DBFILEPROPERTIESInvalidPropertyGroupErrorPropertyFieldTooLarge; +} + +- (BOOL)isDoesNotFitTemplate { + return _tag == DBFILEPROPERTIESInvalidPropertyGroupErrorDoesNotFitTemplate; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILEPROPERTIESInvalidPropertyGroupErrorTemplateNotFound: + return @"DBFILEPROPERTIESInvalidPropertyGroupErrorTemplateNotFound"; + case DBFILEPROPERTIESInvalidPropertyGroupErrorRestrictedContent: + return @"DBFILEPROPERTIESInvalidPropertyGroupErrorRestrictedContent"; + case DBFILEPROPERTIESInvalidPropertyGroupErrorOther: + return @"DBFILEPROPERTIESInvalidPropertyGroupErrorOther"; + case DBFILEPROPERTIESInvalidPropertyGroupErrorPath: + return @"DBFILEPROPERTIESInvalidPropertyGroupErrorPath"; + case DBFILEPROPERTIESInvalidPropertyGroupErrorUnsupportedFolder: + return @"DBFILEPROPERTIESInvalidPropertyGroupErrorUnsupportedFolder"; + case DBFILEPROPERTIESInvalidPropertyGroupErrorPropertyFieldTooLarge: + return @"DBFILEPROPERTIESInvalidPropertyGroupErrorPropertyFieldTooLarge"; + case DBFILEPROPERTIESInvalidPropertyGroupErrorDoesNotFitTemplate: + return @"DBFILEPROPERTIESInvalidPropertyGroupErrorDoesNotFitTemplate"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESInvalidPropertyGroupErrorSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESInvalidPropertyGroupErrorSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESInvalidPropertyGroupErrorSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBFILEPROPERTIESInvalidPropertyGroupErrorTemplateNotFound: + result = prime * result + [self.templateNotFound hash]; + case DBFILEPROPERTIESInvalidPropertyGroupErrorRestrictedContent: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESInvalidPropertyGroupErrorOther: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESInvalidPropertyGroupErrorPath: + result = prime * result + [self.path hash]; + case DBFILEPROPERTIESInvalidPropertyGroupErrorUnsupportedFolder: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESInvalidPropertyGroupErrorPropertyFieldTooLarge: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESInvalidPropertyGroupErrorDoesNotFitTemplate: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToInvalidPropertyGroupError:other]; +} + +- (BOOL)isEqualToInvalidPropertyGroupError:(DBFILEPROPERTIESInvalidPropertyGroupError *)anInvalidPropertyGroupError { + if (self == anInvalidPropertyGroupError) { + return YES; + } + if (self.tag != anInvalidPropertyGroupError.tag) { + return NO; + } + switch (_tag) { + case DBFILEPROPERTIESInvalidPropertyGroupErrorTemplateNotFound: + return [self.templateNotFound isEqual:anInvalidPropertyGroupError.templateNotFound]; + case DBFILEPROPERTIESInvalidPropertyGroupErrorRestrictedContent: + return [[self tagName] isEqual:[anInvalidPropertyGroupError tagName]]; + case DBFILEPROPERTIESInvalidPropertyGroupErrorOther: + return [[self tagName] isEqual:[anInvalidPropertyGroupError tagName]]; + case DBFILEPROPERTIESInvalidPropertyGroupErrorPath: + return [self.path isEqual:anInvalidPropertyGroupError.path]; + case DBFILEPROPERTIESInvalidPropertyGroupErrorUnsupportedFolder: + return [[self tagName] isEqual:[anInvalidPropertyGroupError tagName]]; + case DBFILEPROPERTIESInvalidPropertyGroupErrorPropertyFieldTooLarge: + return [[self tagName] isEqual:[anInvalidPropertyGroupError tagName]]; + case DBFILEPROPERTIESInvalidPropertyGroupErrorDoesNotFitTemplate: + return [[self tagName] isEqual:[anInvalidPropertyGroupError tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESInvalidPropertyGroupErrorSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESInvalidPropertyGroupError *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isTemplateNotFound]) { + jsonDict[@"template_not_found"] = valueObj.templateNotFound; + jsonDict[@".tag"] = @"template_not_found"; + } else if ([valueObj isRestrictedContent]) { + jsonDict[@".tag"] = @"restricted_content"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else if ([valueObj isPath]) { + jsonDict[@"path"] = [[DBFILEPROPERTIESLookupErrorSerializer serialize:valueObj.path] mutableCopy]; + jsonDict[@".tag"] = @"path"; + } else if ([valueObj isUnsupportedFolder]) { + jsonDict[@".tag"] = @"unsupported_folder"; + } else if ([valueObj isPropertyFieldTooLarge]) { + jsonDict[@".tag"] = @"property_field_too_large"; + } else if ([valueObj isDoesNotFitTemplate]) { + jsonDict[@".tag"] = @"does_not_fit_template"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESInvalidPropertyGroupError *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"template_not_found"]) { + NSString *templateNotFound = valueDict[@"template_not_found"]; + return [[DBFILEPROPERTIESInvalidPropertyGroupError alloc] initWithTemplateNotFound:templateNotFound]; + } else if ([tag isEqualToString:@"restricted_content"]) { + return [[DBFILEPROPERTIESInvalidPropertyGroupError alloc] initWithRestrictedContent]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILEPROPERTIESInvalidPropertyGroupError alloc] initWithOther]; + } else if ([tag isEqualToString:@"path"]) { + DBFILEPROPERTIESLookupError *path = [DBFILEPROPERTIESLookupErrorSerializer deserialize:valueDict[@"path"]]; + return [[DBFILEPROPERTIESInvalidPropertyGroupError alloc] initWithPath:path]; + } else if ([tag isEqualToString:@"unsupported_folder"]) { + return [[DBFILEPROPERTIESInvalidPropertyGroupError alloc] initWithUnsupportedFolder]; + } else if ([tag isEqualToString:@"property_field_too_large"]) { + return [[DBFILEPROPERTIESInvalidPropertyGroupError alloc] initWithPropertyFieldTooLarge]; + } else if ([tag isEqualToString:@"does_not_fit_template"]) { + return [[DBFILEPROPERTIESInvalidPropertyGroupError alloc] initWithDoesNotFitTemplate]; + } else { + return [[DBFILEPROPERTIESInvalidPropertyGroupError alloc] initWithOther]; + } +} + +@end + +#import "DBFILEPROPERTIESAddPropertiesError.h" +#import "DBFILEPROPERTIESInvalidPropertyGroupError.h" +#import "DBFILEPROPERTIESLookupError.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESAddPropertiesError + +@synthesize templateNotFound = _templateNotFound; +@synthesize path = _path; + +#pragma mark - Constructors + +- (instancetype)initWithTemplateNotFound:(NSString *)templateNotFound { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESAddPropertiesErrorTemplateNotFound; + _templateNotFound = templateNotFound; + } + return self; +} + +- (instancetype)initWithRestrictedContent { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESAddPropertiesErrorRestrictedContent; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESAddPropertiesErrorOther; + } + return self; +} + +- (instancetype)initWithPath:(DBFILEPROPERTIESLookupError *)path { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESAddPropertiesErrorPath; + _path = path; + } + return self; +} + +- (instancetype)initWithUnsupportedFolder { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESAddPropertiesErrorUnsupportedFolder; + } + return self; +} + +- (instancetype)initWithPropertyFieldTooLarge { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESAddPropertiesErrorPropertyFieldTooLarge; + } + return self; +} + +- (instancetype)initWithDoesNotFitTemplate { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESAddPropertiesErrorDoesNotFitTemplate; + } + return self; +} + +- (instancetype)initWithPropertyGroupAlreadyExists { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESAddPropertiesErrorPropertyGroupAlreadyExists; + } + return self; +} + +#pragma mark - Instance field accessors + +- (NSString *)templateNotFound { + if (![self isTemplateNotFound]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILEPROPERTIESAddPropertiesErrorTemplateNotFound, but was %@.", + [self tagName]]; + } + return _templateNotFound; +} + +- (DBFILEPROPERTIESLookupError *)path { + if (![self isPath]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILEPROPERTIESAddPropertiesErrorPath, but was %@.", [self tagName]]; + } + return _path; +} + +#pragma mark - Tag state methods + +- (BOOL)isTemplateNotFound { + return _tag == DBFILEPROPERTIESAddPropertiesErrorTemplateNotFound; +} + +- (BOOL)isRestrictedContent { + return _tag == DBFILEPROPERTIESAddPropertiesErrorRestrictedContent; +} + +- (BOOL)isOther { + return _tag == DBFILEPROPERTIESAddPropertiesErrorOther; +} + +- (BOOL)isPath { + return _tag == DBFILEPROPERTIESAddPropertiesErrorPath; +} + +- (BOOL)isUnsupportedFolder { + return _tag == DBFILEPROPERTIESAddPropertiesErrorUnsupportedFolder; +} + +- (BOOL)isPropertyFieldTooLarge { + return _tag == DBFILEPROPERTIESAddPropertiesErrorPropertyFieldTooLarge; +} + +- (BOOL)isDoesNotFitTemplate { + return _tag == DBFILEPROPERTIESAddPropertiesErrorDoesNotFitTemplate; +} + +- (BOOL)isPropertyGroupAlreadyExists { + return _tag == DBFILEPROPERTIESAddPropertiesErrorPropertyGroupAlreadyExists; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILEPROPERTIESAddPropertiesErrorTemplateNotFound: + return @"DBFILEPROPERTIESAddPropertiesErrorTemplateNotFound"; + case DBFILEPROPERTIESAddPropertiesErrorRestrictedContent: + return @"DBFILEPROPERTIESAddPropertiesErrorRestrictedContent"; + case DBFILEPROPERTIESAddPropertiesErrorOther: + return @"DBFILEPROPERTIESAddPropertiesErrorOther"; + case DBFILEPROPERTIESAddPropertiesErrorPath: + return @"DBFILEPROPERTIESAddPropertiesErrorPath"; + case DBFILEPROPERTIESAddPropertiesErrorUnsupportedFolder: + return @"DBFILEPROPERTIESAddPropertiesErrorUnsupportedFolder"; + case DBFILEPROPERTIESAddPropertiesErrorPropertyFieldTooLarge: + return @"DBFILEPROPERTIESAddPropertiesErrorPropertyFieldTooLarge"; + case DBFILEPROPERTIESAddPropertiesErrorDoesNotFitTemplate: + return @"DBFILEPROPERTIESAddPropertiesErrorDoesNotFitTemplate"; + case DBFILEPROPERTIESAddPropertiesErrorPropertyGroupAlreadyExists: + return @"DBFILEPROPERTIESAddPropertiesErrorPropertyGroupAlreadyExists"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESAddPropertiesErrorSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESAddPropertiesErrorSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESAddPropertiesErrorSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBFILEPROPERTIESAddPropertiesErrorTemplateNotFound: + result = prime * result + [self.templateNotFound hash]; + case DBFILEPROPERTIESAddPropertiesErrorRestrictedContent: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESAddPropertiesErrorOther: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESAddPropertiesErrorPath: + result = prime * result + [self.path hash]; + case DBFILEPROPERTIESAddPropertiesErrorUnsupportedFolder: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESAddPropertiesErrorPropertyFieldTooLarge: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESAddPropertiesErrorDoesNotFitTemplate: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESAddPropertiesErrorPropertyGroupAlreadyExists: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToAddPropertiesError:other]; +} + +- (BOOL)isEqualToAddPropertiesError:(DBFILEPROPERTIESAddPropertiesError *)anAddPropertiesError { + if (self == anAddPropertiesError) { + return YES; + } + if (self.tag != anAddPropertiesError.tag) { + return NO; + } + switch (_tag) { + case DBFILEPROPERTIESAddPropertiesErrorTemplateNotFound: + return [self.templateNotFound isEqual:anAddPropertiesError.templateNotFound]; + case DBFILEPROPERTIESAddPropertiesErrorRestrictedContent: + return [[self tagName] isEqual:[anAddPropertiesError tagName]]; + case DBFILEPROPERTIESAddPropertiesErrorOther: + return [[self tagName] isEqual:[anAddPropertiesError tagName]]; + case DBFILEPROPERTIESAddPropertiesErrorPath: + return [self.path isEqual:anAddPropertiesError.path]; + case DBFILEPROPERTIESAddPropertiesErrorUnsupportedFolder: + return [[self tagName] isEqual:[anAddPropertiesError tagName]]; + case DBFILEPROPERTIESAddPropertiesErrorPropertyFieldTooLarge: + return [[self tagName] isEqual:[anAddPropertiesError tagName]]; + case DBFILEPROPERTIESAddPropertiesErrorDoesNotFitTemplate: + return [[self tagName] isEqual:[anAddPropertiesError tagName]]; + case DBFILEPROPERTIESAddPropertiesErrorPropertyGroupAlreadyExists: + return [[self tagName] isEqual:[anAddPropertiesError tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESAddPropertiesErrorSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESAddPropertiesError *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isTemplateNotFound]) { + jsonDict[@"template_not_found"] = valueObj.templateNotFound; + jsonDict[@".tag"] = @"template_not_found"; + } else if ([valueObj isRestrictedContent]) { + jsonDict[@".tag"] = @"restricted_content"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else if ([valueObj isPath]) { + jsonDict[@"path"] = [[DBFILEPROPERTIESLookupErrorSerializer serialize:valueObj.path] mutableCopy]; + jsonDict[@".tag"] = @"path"; + } else if ([valueObj isUnsupportedFolder]) { + jsonDict[@".tag"] = @"unsupported_folder"; + } else if ([valueObj isPropertyFieldTooLarge]) { + jsonDict[@".tag"] = @"property_field_too_large"; + } else if ([valueObj isDoesNotFitTemplate]) { + jsonDict[@".tag"] = @"does_not_fit_template"; + } else if ([valueObj isPropertyGroupAlreadyExists]) { + jsonDict[@".tag"] = @"property_group_already_exists"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESAddPropertiesError *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"template_not_found"]) { + NSString *templateNotFound = valueDict[@"template_not_found"]; + return [[DBFILEPROPERTIESAddPropertiesError alloc] initWithTemplateNotFound:templateNotFound]; + } else if ([tag isEqualToString:@"restricted_content"]) { + return [[DBFILEPROPERTIESAddPropertiesError alloc] initWithRestrictedContent]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILEPROPERTIESAddPropertiesError alloc] initWithOther]; + } else if ([tag isEqualToString:@"path"]) { + DBFILEPROPERTIESLookupError *path = [DBFILEPROPERTIESLookupErrorSerializer deserialize:valueDict[@"path"]]; + return [[DBFILEPROPERTIESAddPropertiesError alloc] initWithPath:path]; + } else if ([tag isEqualToString:@"unsupported_folder"]) { + return [[DBFILEPROPERTIESAddPropertiesError alloc] initWithUnsupportedFolder]; + } else if ([tag isEqualToString:@"property_field_too_large"]) { + return [[DBFILEPROPERTIESAddPropertiesError alloc] initWithPropertyFieldTooLarge]; + } else if ([tag isEqualToString:@"does_not_fit_template"]) { + return [[DBFILEPROPERTIESAddPropertiesError alloc] initWithDoesNotFitTemplate]; + } else if ([tag isEqualToString:@"property_group_already_exists"]) { + return [[DBFILEPROPERTIESAddPropertiesError alloc] initWithPropertyGroupAlreadyExists]; + } else { + return [[DBFILEPROPERTIESAddPropertiesError alloc] initWithOther]; + } +} + +@end + +#import "DBFILEPROPERTIESPropertyFieldTemplate.h" +#import "DBFILEPROPERTIESPropertyGroupTemplate.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESPropertyGroupTemplate + +#pragma mark - Constructors + +- (instancetype)initWithName:(NSString *)name + description_:(NSString *)description_ + fields:(NSArray *)fields { + [DBStoneValidators nonnullValidator:nil](name); + [DBStoneValidators nonnullValidator:nil](description_); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](fields); + + self = [super init]; + if (self) { + _name = name; + _description_ = description_; + _fields = fields; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESPropertyGroupTemplateSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESPropertyGroupTemplateSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESPropertyGroupTemplateSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.name hash]; + result = prime * result + [self.description_ hash]; + result = prime * result + [self.fields hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToPropertyGroupTemplate:other]; +} + +- (BOOL)isEqualToPropertyGroupTemplate:(DBFILEPROPERTIESPropertyGroupTemplate *)aPropertyGroupTemplate { + if (self == aPropertyGroupTemplate) { + return YES; + } + if (![self.name isEqual:aPropertyGroupTemplate.name]) { + return NO; + } + if (![self.description_ isEqual:aPropertyGroupTemplate.description_]) { + return NO; + } + if (![self.fields isEqual:aPropertyGroupTemplate.fields]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESPropertyGroupTemplateSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESPropertyGroupTemplate *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"name"] = valueObj.name; + jsonDict[@"description"] = valueObj.description_; + jsonDict[@"fields"] = [DBArraySerializer serialize:valueObj.fields + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertyFieldTemplateSerializer serialize:elem0]; + }]; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESPropertyGroupTemplate *)deserialize:(NSDictionary *)valueDict { + NSString *name = valueDict[@"name"]; + NSString *description_ = valueDict[@"description"]; + NSArray *fields = + [DBArraySerializer deserialize:valueDict[@"fields"] + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertyFieldTemplateSerializer deserialize:elem0]; + }]; + + return [[DBFILEPROPERTIESPropertyGroupTemplate alloc] initWithName:name description_:description_ fields:fields]; +} + +@end + +#import "DBFILEPROPERTIESAddTemplateArg.h" +#import "DBFILEPROPERTIESPropertyFieldTemplate.h" +#import "DBFILEPROPERTIESPropertyGroupTemplate.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESAddTemplateArg + +#pragma mark - Constructors + +- (instancetype)initWithName:(NSString *)name + description_:(NSString *)description_ + fields:(NSArray *)fields { + [DBStoneValidators nonnullValidator:nil](name); + [DBStoneValidators nonnullValidator:nil](description_); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](fields); + + self = [super initWithName:name description_:description_ fields:fields]; + if (self) { + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESAddTemplateArgSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESAddTemplateArgSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESAddTemplateArgSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.name hash]; + result = prime * result + [self.description_ hash]; + result = prime * result + [self.fields hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToAddTemplateArg:other]; +} + +- (BOOL)isEqualToAddTemplateArg:(DBFILEPROPERTIESAddTemplateArg *)anAddTemplateArg { + if (self == anAddTemplateArg) { + return YES; + } + if (![self.name isEqual:anAddTemplateArg.name]) { + return NO; + } + if (![self.description_ isEqual:anAddTemplateArg.description_]) { + return NO; + } + if (![self.fields isEqual:anAddTemplateArg.fields]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESAddTemplateArgSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESAddTemplateArg *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"name"] = valueObj.name; + jsonDict[@"description"] = valueObj.description_; + jsonDict[@"fields"] = [DBArraySerializer serialize:valueObj.fields + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertyFieldTemplateSerializer serialize:elem0]; + }]; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESAddTemplateArg *)deserialize:(NSDictionary *)valueDict { + NSString *name = valueDict[@"name"]; + NSString *description_ = valueDict[@"description"]; + NSArray *fields = + [DBArraySerializer deserialize:valueDict[@"fields"] + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertyFieldTemplateSerializer deserialize:elem0]; + }]; + + return [[DBFILEPROPERTIESAddTemplateArg alloc] initWithName:name description_:description_ fields:fields]; +} + +@end + +#import "DBFILEPROPERTIESAddTemplateResult.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESAddTemplateResult + +#pragma mark - Constructors + +- (instancetype)initWithTemplateId:(NSString *)templateId { + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"(/|ptid:).*"]](templateId); + + self = [super init]; + if (self) { + _templateId = templateId; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESAddTemplateResultSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESAddTemplateResultSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESAddTemplateResultSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.templateId hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToAddTemplateResult:other]; +} + +- (BOOL)isEqualToAddTemplateResult:(DBFILEPROPERTIESAddTemplateResult *)anAddTemplateResult { + if (self == anAddTemplateResult) { + return YES; + } + if (![self.templateId isEqual:anAddTemplateResult.templateId]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESAddTemplateResultSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESAddTemplateResult *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"template_id"] = valueObj.templateId; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESAddTemplateResult *)deserialize:(NSDictionary *)valueDict { + NSString *templateId = valueDict[@"template_id"]; + + return [[DBFILEPROPERTIESAddTemplateResult alloc] initWithTemplateId:templateId]; +} + +@end + +#import "DBFILEPROPERTIESGetTemplateArg.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESGetTemplateArg + +#pragma mark - Constructors + +- (instancetype)initWithTemplateId:(NSString *)templateId { + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"(/|ptid:).*"]](templateId); + + self = [super init]; + if (self) { + _templateId = templateId; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESGetTemplateArgSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESGetTemplateArgSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESGetTemplateArgSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.templateId hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToGetTemplateArg:other]; +} + +- (BOOL)isEqualToGetTemplateArg:(DBFILEPROPERTIESGetTemplateArg *)aGetTemplateArg { + if (self == aGetTemplateArg) { + return YES; + } + if (![self.templateId isEqual:aGetTemplateArg.templateId]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESGetTemplateArgSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESGetTemplateArg *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"template_id"] = valueObj.templateId; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESGetTemplateArg *)deserialize:(NSDictionary *)valueDict { + NSString *templateId = valueDict[@"template_id"]; + + return [[DBFILEPROPERTIESGetTemplateArg alloc] initWithTemplateId:templateId]; +} + +@end + +#import "DBFILEPROPERTIESGetTemplateResult.h" +#import "DBFILEPROPERTIESPropertyFieldTemplate.h" +#import "DBFILEPROPERTIESPropertyGroupTemplate.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESGetTemplateResult + +#pragma mark - Constructors + +- (instancetype)initWithName:(NSString *)name + description_:(NSString *)description_ + fields:(NSArray *)fields { + [DBStoneValidators nonnullValidator:nil](name); + [DBStoneValidators nonnullValidator:nil](description_); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](fields); + + self = [super initWithName:name description_:description_ fields:fields]; + if (self) { + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESGetTemplateResultSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESGetTemplateResultSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESGetTemplateResultSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.name hash]; + result = prime * result + [self.description_ hash]; + result = prime * result + [self.fields hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToGetTemplateResult:other]; +} + +- (BOOL)isEqualToGetTemplateResult:(DBFILEPROPERTIESGetTemplateResult *)aGetTemplateResult { + if (self == aGetTemplateResult) { + return YES; + } + if (![self.name isEqual:aGetTemplateResult.name]) { + return NO; + } + if (![self.description_ isEqual:aGetTemplateResult.description_]) { + return NO; + } + if (![self.fields isEqual:aGetTemplateResult.fields]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESGetTemplateResultSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESGetTemplateResult *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"name"] = valueObj.name; + jsonDict[@"description"] = valueObj.description_; + jsonDict[@"fields"] = [DBArraySerializer serialize:valueObj.fields + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertyFieldTemplateSerializer serialize:elem0]; + }]; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESGetTemplateResult *)deserialize:(NSDictionary *)valueDict { + NSString *name = valueDict[@"name"]; + NSString *description_ = valueDict[@"description"]; + NSArray *fields = + [DBArraySerializer deserialize:valueDict[@"fields"] + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertyFieldTemplateSerializer deserialize:elem0]; + }]; + + return [[DBFILEPROPERTIESGetTemplateResult alloc] initWithName:name description_:description_ fields:fields]; +} + +@end + +#import "DBFILEPROPERTIESListTemplateResult.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESListTemplateResult + +#pragma mark - Constructors + +- (instancetype)initWithTemplateIds:(NSArray *)templateIds { + [DBStoneValidators + nonnullValidator:[DBStoneValidators + arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:@(1) + maxLength:nil + pattern:@"(/|ptid:).*"]]]]( + templateIds); + + self = [super init]; + if (self) { + _templateIds = templateIds; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESListTemplateResultSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESListTemplateResultSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESListTemplateResultSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.templateIds hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToListTemplateResult:other]; +} + +- (BOOL)isEqualToListTemplateResult:(DBFILEPROPERTIESListTemplateResult *)aListTemplateResult { + if (self == aListTemplateResult) { + return YES; + } + if (![self.templateIds isEqual:aListTemplateResult.templateIds]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESListTemplateResultSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESListTemplateResult *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"template_ids"] = [DBArraySerializer serialize:valueObj.templateIds + withBlock:^id(id elem0) { + return elem0; + }]; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESListTemplateResult *)deserialize:(NSDictionary *)valueDict { + NSArray *templateIds = [DBArraySerializer deserialize:valueDict[@"template_ids"] + withBlock:^id(id elem0) { + return elem0; + }]; + + return [[DBFILEPROPERTIESListTemplateResult alloc] initWithTemplateIds:templateIds]; +} + +@end + +#import "DBFILEPROPERTIESLogicalOperator.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESLogicalOperator + +#pragma mark - Constructors + +- (instancetype)initWithOrOperator { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESLogicalOperatorOrOperator; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESLogicalOperatorOther; + } + return self; +} + +#pragma mark - Instance field accessors + +#pragma mark - Tag state methods + +- (BOOL)isOrOperator { + return _tag == DBFILEPROPERTIESLogicalOperatorOrOperator; +} + +- (BOOL)isOther { + return _tag == DBFILEPROPERTIESLogicalOperatorOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILEPROPERTIESLogicalOperatorOrOperator: + return @"DBFILEPROPERTIESLogicalOperatorOrOperator"; + case DBFILEPROPERTIESLogicalOperatorOther: + return @"DBFILEPROPERTIESLogicalOperatorOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESLogicalOperatorSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESLogicalOperatorSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESLogicalOperatorSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBFILEPROPERTIESLogicalOperatorOrOperator: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESLogicalOperatorOther: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToLogicalOperator:other]; +} + +- (BOOL)isEqualToLogicalOperator:(DBFILEPROPERTIESLogicalOperator *)aLogicalOperator { + if (self == aLogicalOperator) { + return YES; + } + if (self.tag != aLogicalOperator.tag) { + return NO; + } + switch (_tag) { + case DBFILEPROPERTIESLogicalOperatorOrOperator: + return [[self tagName] isEqual:[aLogicalOperator tagName]]; + case DBFILEPROPERTIESLogicalOperatorOther: + return [[self tagName] isEqual:[aLogicalOperator tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESLogicalOperatorSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESLogicalOperator *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isOrOperator]) { + jsonDict[@".tag"] = @"or_operator"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESLogicalOperator *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"or_operator"]) { + return [[DBFILEPROPERTIESLogicalOperator alloc] initWithOrOperator]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILEPROPERTIESLogicalOperator alloc] initWithOther]; + } else { + return [[DBFILEPROPERTIESLogicalOperator alloc] initWithOther]; + } +} + +@end + +#import "DBFILEPROPERTIESLookUpPropertiesError.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESLookUpPropertiesError + +#pragma mark - Constructors + +- (instancetype)initWithPropertyGroupNotFound { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESLookUpPropertiesErrorPropertyGroupNotFound; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESLookUpPropertiesErrorOther; + } + return self; +} + +#pragma mark - Instance field accessors + +#pragma mark - Tag state methods + +- (BOOL)isPropertyGroupNotFound { + return _tag == DBFILEPROPERTIESLookUpPropertiesErrorPropertyGroupNotFound; +} + +- (BOOL)isOther { + return _tag == DBFILEPROPERTIESLookUpPropertiesErrorOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILEPROPERTIESLookUpPropertiesErrorPropertyGroupNotFound: + return @"DBFILEPROPERTIESLookUpPropertiesErrorPropertyGroupNotFound"; + case DBFILEPROPERTIESLookUpPropertiesErrorOther: + return @"DBFILEPROPERTIESLookUpPropertiesErrorOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESLookUpPropertiesErrorSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESLookUpPropertiesErrorSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESLookUpPropertiesErrorSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBFILEPROPERTIESLookUpPropertiesErrorPropertyGroupNotFound: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESLookUpPropertiesErrorOther: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToLookUpPropertiesError:other]; +} + +- (BOOL)isEqualToLookUpPropertiesError:(DBFILEPROPERTIESLookUpPropertiesError *)aLookUpPropertiesError { + if (self == aLookUpPropertiesError) { + return YES; + } + if (self.tag != aLookUpPropertiesError.tag) { + return NO; + } + switch (_tag) { + case DBFILEPROPERTIESLookUpPropertiesErrorPropertyGroupNotFound: + return [[self tagName] isEqual:[aLookUpPropertiesError tagName]]; + case DBFILEPROPERTIESLookUpPropertiesErrorOther: + return [[self tagName] isEqual:[aLookUpPropertiesError tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESLookUpPropertiesErrorSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESLookUpPropertiesError *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isPropertyGroupNotFound]) { + jsonDict[@".tag"] = @"property_group_not_found"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESLookUpPropertiesError *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"property_group_not_found"]) { + return [[DBFILEPROPERTIESLookUpPropertiesError alloc] initWithPropertyGroupNotFound]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILEPROPERTIESLookUpPropertiesError alloc] initWithOther]; + } else { + return [[DBFILEPROPERTIESLookUpPropertiesError alloc] initWithOther]; + } +} + +@end + +#import "DBFILEPROPERTIESLookupError.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESLookupError + +@synthesize malformedPath = _malformedPath; + +#pragma mark - Constructors + +- (instancetype)initWithMalformedPath:(NSString *)malformedPath { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESLookupErrorMalformedPath; + _malformedPath = malformedPath; + } + return self; +} + +- (instancetype)initWithNotFound { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESLookupErrorNotFound; + } + return self; +} + +- (instancetype)initWithNotFile { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESLookupErrorNotFile; + } + return self; +} + +- (instancetype)initWithNotFolder { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESLookupErrorNotFolder; + } + return self; +} + +- (instancetype)initWithRestrictedContent { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESLookupErrorRestrictedContent; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESLookupErrorOther; + } + return self; +} + +#pragma mark - Instance field accessors + +- (NSString *)malformedPath { + if (![self isMalformedPath]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILEPROPERTIESLookupErrorMalformedPath, but was %@.", [self tagName]]; + } + return _malformedPath; +} + +#pragma mark - Tag state methods + +- (BOOL)isMalformedPath { + return _tag == DBFILEPROPERTIESLookupErrorMalformedPath; +} + +- (BOOL)isNotFound { + return _tag == DBFILEPROPERTIESLookupErrorNotFound; +} + +- (BOOL)isNotFile { + return _tag == DBFILEPROPERTIESLookupErrorNotFile; +} + +- (BOOL)isNotFolder { + return _tag == DBFILEPROPERTIESLookupErrorNotFolder; +} + +- (BOOL)isRestrictedContent { + return _tag == DBFILEPROPERTIESLookupErrorRestrictedContent; +} + +- (BOOL)isOther { + return _tag == DBFILEPROPERTIESLookupErrorOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILEPROPERTIESLookupErrorMalformedPath: + return @"DBFILEPROPERTIESLookupErrorMalformedPath"; + case DBFILEPROPERTIESLookupErrorNotFound: + return @"DBFILEPROPERTIESLookupErrorNotFound"; + case DBFILEPROPERTIESLookupErrorNotFile: + return @"DBFILEPROPERTIESLookupErrorNotFile"; + case DBFILEPROPERTIESLookupErrorNotFolder: + return @"DBFILEPROPERTIESLookupErrorNotFolder"; + case DBFILEPROPERTIESLookupErrorRestrictedContent: + return @"DBFILEPROPERTIESLookupErrorRestrictedContent"; + case DBFILEPROPERTIESLookupErrorOther: + return @"DBFILEPROPERTIESLookupErrorOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESLookupErrorSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESLookupErrorSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESLookupErrorSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBFILEPROPERTIESLookupErrorMalformedPath: + result = prime * result + [self.malformedPath hash]; + case DBFILEPROPERTIESLookupErrorNotFound: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESLookupErrorNotFile: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESLookupErrorNotFolder: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESLookupErrorRestrictedContent: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESLookupErrorOther: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToLookupError:other]; +} + +- (BOOL)isEqualToLookupError:(DBFILEPROPERTIESLookupError *)aLookupError { + if (self == aLookupError) { + return YES; + } + if (self.tag != aLookupError.tag) { + return NO; + } + switch (_tag) { + case DBFILEPROPERTIESLookupErrorMalformedPath: + return [self.malformedPath isEqual:aLookupError.malformedPath]; + case DBFILEPROPERTIESLookupErrorNotFound: + return [[self tagName] isEqual:[aLookupError tagName]]; + case DBFILEPROPERTIESLookupErrorNotFile: + return [[self tagName] isEqual:[aLookupError tagName]]; + case DBFILEPROPERTIESLookupErrorNotFolder: + return [[self tagName] isEqual:[aLookupError tagName]]; + case DBFILEPROPERTIESLookupErrorRestrictedContent: + return [[self tagName] isEqual:[aLookupError tagName]]; + case DBFILEPROPERTIESLookupErrorOther: + return [[self tagName] isEqual:[aLookupError tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESLookupErrorSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESLookupError *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isMalformedPath]) { + jsonDict[@"malformed_path"] = valueObj.malformedPath; + jsonDict[@".tag"] = @"malformed_path"; + } else if ([valueObj isNotFound]) { + jsonDict[@".tag"] = @"not_found"; + } else if ([valueObj isNotFile]) { + jsonDict[@".tag"] = @"not_file"; + } else if ([valueObj isNotFolder]) { + jsonDict[@".tag"] = @"not_folder"; + } else if ([valueObj isRestrictedContent]) { + jsonDict[@".tag"] = @"restricted_content"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESLookupError *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"malformed_path"]) { + NSString *malformedPath = valueDict[@"malformed_path"]; + return [[DBFILEPROPERTIESLookupError alloc] initWithMalformedPath:malformedPath]; + } else if ([tag isEqualToString:@"not_found"]) { + return [[DBFILEPROPERTIESLookupError alloc] initWithNotFound]; + } else if ([tag isEqualToString:@"not_file"]) { + return [[DBFILEPROPERTIESLookupError alloc] initWithNotFile]; + } else if ([tag isEqualToString:@"not_folder"]) { + return [[DBFILEPROPERTIESLookupError alloc] initWithNotFolder]; + } else if ([tag isEqualToString:@"restricted_content"]) { + return [[DBFILEPROPERTIESLookupError alloc] initWithRestrictedContent]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILEPROPERTIESLookupError alloc] initWithOther]; + } else { + return [[DBFILEPROPERTIESLookupError alloc] initWithOther]; + } +} + +@end + +#import "DBFILEPROPERTIESModifyTemplateError.h" +#import "DBFILEPROPERTIESTemplateError.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESModifyTemplateError + +@synthesize templateNotFound = _templateNotFound; + +#pragma mark - Constructors + +- (instancetype)initWithTemplateNotFound:(NSString *)templateNotFound { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESModifyTemplateErrorTemplateNotFound; + _templateNotFound = templateNotFound; + } + return self; +} + +- (instancetype)initWithRestrictedContent { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESModifyTemplateErrorRestrictedContent; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESModifyTemplateErrorOther; + } + return self; +} + +- (instancetype)initWithConflictingPropertyNames { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESModifyTemplateErrorConflictingPropertyNames; + } + return self; +} + +- (instancetype)initWithTooManyProperties { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESModifyTemplateErrorTooManyProperties; + } + return self; +} + +- (instancetype)initWithTooManyTemplates { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESModifyTemplateErrorTooManyTemplates; + } + return self; +} + +- (instancetype)initWithTemplateAttributeTooLarge { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESModifyTemplateErrorTemplateAttributeTooLarge; + } + return self; +} + +#pragma mark - Instance field accessors + +- (NSString *)templateNotFound { + if (![self isTemplateNotFound]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILEPROPERTIESModifyTemplateErrorTemplateNotFound, but was %@.", + [self tagName]]; + } + return _templateNotFound; +} + +#pragma mark - Tag state methods + +- (BOOL)isTemplateNotFound { + return _tag == DBFILEPROPERTIESModifyTemplateErrorTemplateNotFound; +} + +- (BOOL)isRestrictedContent { + return _tag == DBFILEPROPERTIESModifyTemplateErrorRestrictedContent; +} + +- (BOOL)isOther { + return _tag == DBFILEPROPERTIESModifyTemplateErrorOther; +} + +- (BOOL)isConflictingPropertyNames { + return _tag == DBFILEPROPERTIESModifyTemplateErrorConflictingPropertyNames; +} + +- (BOOL)isTooManyProperties { + return _tag == DBFILEPROPERTIESModifyTemplateErrorTooManyProperties; +} + +- (BOOL)isTooManyTemplates { + return _tag == DBFILEPROPERTIESModifyTemplateErrorTooManyTemplates; +} + +- (BOOL)isTemplateAttributeTooLarge { + return _tag == DBFILEPROPERTIESModifyTemplateErrorTemplateAttributeTooLarge; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILEPROPERTIESModifyTemplateErrorTemplateNotFound: + return @"DBFILEPROPERTIESModifyTemplateErrorTemplateNotFound"; + case DBFILEPROPERTIESModifyTemplateErrorRestrictedContent: + return @"DBFILEPROPERTIESModifyTemplateErrorRestrictedContent"; + case DBFILEPROPERTIESModifyTemplateErrorOther: + return @"DBFILEPROPERTIESModifyTemplateErrorOther"; + case DBFILEPROPERTIESModifyTemplateErrorConflictingPropertyNames: + return @"DBFILEPROPERTIESModifyTemplateErrorConflictingPropertyNames"; + case DBFILEPROPERTIESModifyTemplateErrorTooManyProperties: + return @"DBFILEPROPERTIESModifyTemplateErrorTooManyProperties"; + case DBFILEPROPERTIESModifyTemplateErrorTooManyTemplates: + return @"DBFILEPROPERTIESModifyTemplateErrorTooManyTemplates"; + case DBFILEPROPERTIESModifyTemplateErrorTemplateAttributeTooLarge: + return @"DBFILEPROPERTIESModifyTemplateErrorTemplateAttributeTooLarge"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESModifyTemplateErrorSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESModifyTemplateErrorSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESModifyTemplateErrorSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBFILEPROPERTIESModifyTemplateErrorTemplateNotFound: + result = prime * result + [self.templateNotFound hash]; + case DBFILEPROPERTIESModifyTemplateErrorRestrictedContent: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESModifyTemplateErrorOther: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESModifyTemplateErrorConflictingPropertyNames: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESModifyTemplateErrorTooManyProperties: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESModifyTemplateErrorTooManyTemplates: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESModifyTemplateErrorTemplateAttributeTooLarge: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToModifyTemplateError:other]; +} + +- (BOOL)isEqualToModifyTemplateError:(DBFILEPROPERTIESModifyTemplateError *)aModifyTemplateError { + if (self == aModifyTemplateError) { + return YES; + } + if (self.tag != aModifyTemplateError.tag) { + return NO; + } + switch (_tag) { + case DBFILEPROPERTIESModifyTemplateErrorTemplateNotFound: + return [self.templateNotFound isEqual:aModifyTemplateError.templateNotFound]; + case DBFILEPROPERTIESModifyTemplateErrorRestrictedContent: + return [[self tagName] isEqual:[aModifyTemplateError tagName]]; + case DBFILEPROPERTIESModifyTemplateErrorOther: + return [[self tagName] isEqual:[aModifyTemplateError tagName]]; + case DBFILEPROPERTIESModifyTemplateErrorConflictingPropertyNames: + return [[self tagName] isEqual:[aModifyTemplateError tagName]]; + case DBFILEPROPERTIESModifyTemplateErrorTooManyProperties: + return [[self tagName] isEqual:[aModifyTemplateError tagName]]; + case DBFILEPROPERTIESModifyTemplateErrorTooManyTemplates: + return [[self tagName] isEqual:[aModifyTemplateError tagName]]; + case DBFILEPROPERTIESModifyTemplateErrorTemplateAttributeTooLarge: + return [[self tagName] isEqual:[aModifyTemplateError tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESModifyTemplateErrorSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESModifyTemplateError *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isTemplateNotFound]) { + jsonDict[@"template_not_found"] = valueObj.templateNotFound; + jsonDict[@".tag"] = @"template_not_found"; + } else if ([valueObj isRestrictedContent]) { + jsonDict[@".tag"] = @"restricted_content"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else if ([valueObj isConflictingPropertyNames]) { + jsonDict[@".tag"] = @"conflicting_property_names"; + } else if ([valueObj isTooManyProperties]) { + jsonDict[@".tag"] = @"too_many_properties"; + } else if ([valueObj isTooManyTemplates]) { + jsonDict[@".tag"] = @"too_many_templates"; + } else if ([valueObj isTemplateAttributeTooLarge]) { + jsonDict[@".tag"] = @"template_attribute_too_large"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESModifyTemplateError *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"template_not_found"]) { + NSString *templateNotFound = valueDict[@"template_not_found"]; + return [[DBFILEPROPERTIESModifyTemplateError alloc] initWithTemplateNotFound:templateNotFound]; + } else if ([tag isEqualToString:@"restricted_content"]) { + return [[DBFILEPROPERTIESModifyTemplateError alloc] initWithRestrictedContent]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILEPROPERTIESModifyTemplateError alloc] initWithOther]; + } else if ([tag isEqualToString:@"conflicting_property_names"]) { + return [[DBFILEPROPERTIESModifyTemplateError alloc] initWithConflictingPropertyNames]; + } else if ([tag isEqualToString:@"too_many_properties"]) { + return [[DBFILEPROPERTIESModifyTemplateError alloc] initWithTooManyProperties]; + } else if ([tag isEqualToString:@"too_many_templates"]) { + return [[DBFILEPROPERTIESModifyTemplateError alloc] initWithTooManyTemplates]; + } else if ([tag isEqualToString:@"template_attribute_too_large"]) { + return [[DBFILEPROPERTIESModifyTemplateError alloc] initWithTemplateAttributeTooLarge]; + } else { + return [[DBFILEPROPERTIESModifyTemplateError alloc] initWithOther]; + } +} + +@end + +#import "DBFILEPROPERTIESOverwritePropertyGroupArg.h" +#import "DBFILEPROPERTIESPropertyGroup.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESOverwritePropertyGroupArg + +#pragma mark - Constructors + +- (instancetype)initWithPath:(NSString *)path + propertyGroups:(NSArray *)propertyGroups { + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil + maxLength:nil + pattern:@"/(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/.*)?)"]](path); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:@(1) + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](propertyGroups); + + self = [super init]; + if (self) { + _path = path; + _propertyGroups = propertyGroups; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESOverwritePropertyGroupArgSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESOverwritePropertyGroupArgSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESOverwritePropertyGroupArgSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.path hash]; + result = prime * result + [self.propertyGroups hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToOverwritePropertyGroupArg:other]; +} + +- (BOOL)isEqualToOverwritePropertyGroupArg:(DBFILEPROPERTIESOverwritePropertyGroupArg *)anOverwritePropertyGroupArg { + if (self == anOverwritePropertyGroupArg) { + return YES; + } + if (![self.path isEqual:anOverwritePropertyGroupArg.path]) { + return NO; + } + if (![self.propertyGroups isEqual:anOverwritePropertyGroupArg.propertyGroups]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESOverwritePropertyGroupArgSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESOverwritePropertyGroupArg *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"path"] = valueObj.path; + jsonDict[@"property_groups"] = [DBArraySerializer serialize:valueObj.propertyGroups + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertyGroupSerializer serialize:elem0]; + }]; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESOverwritePropertyGroupArg *)deserialize:(NSDictionary *)valueDict { + NSString *path = valueDict[@"path"]; + NSArray *propertyGroups = + [DBArraySerializer deserialize:valueDict[@"property_groups"] + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertyGroupSerializer deserialize:elem0]; + }]; + + return [[DBFILEPROPERTIESOverwritePropertyGroupArg alloc] initWithPath:path propertyGroups:propertyGroups]; +} + +@end + +#import "DBFILEPROPERTIESPropertiesSearchArg.h" +#import "DBFILEPROPERTIESPropertiesSearchQuery.h" +#import "DBFILEPROPERTIESTemplateFilter.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESPropertiesSearchArg + +#pragma mark - Constructors + +- (instancetype)initWithQueries:(NSArray *)queries + templateFilter:(DBFILEPROPERTIESTemplateFilter *)templateFilter { + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:@(1) + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](queries); + + self = [super init]; + if (self) { + _queries = queries; + _templateFilter = templateFilter ?: [[DBFILEPROPERTIESTemplateFilter alloc] initWithFilterNone]; + } + return self; +} + +- (instancetype)initWithQueries:(NSArray *)queries { + return [self initWithQueries:queries templateFilter:nil]; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESPropertiesSearchArgSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESPropertiesSearchArgSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESPropertiesSearchArgSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.queries hash]; + result = prime * result + [self.templateFilter hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToPropertiesSearchArg:other]; +} + +- (BOOL)isEqualToPropertiesSearchArg:(DBFILEPROPERTIESPropertiesSearchArg *)aPropertiesSearchArg { + if (self == aPropertiesSearchArg) { + return YES; + } + if (![self.queries isEqual:aPropertiesSearchArg.queries]) { + return NO; + } + if (![self.templateFilter isEqual:aPropertiesSearchArg.templateFilter]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESPropertiesSearchArgSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESPropertiesSearchArg *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"queries"] = [DBArraySerializer serialize:valueObj.queries + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertiesSearchQuerySerializer serialize:elem0]; + }]; + jsonDict[@"template_filter"] = [DBFILEPROPERTIESTemplateFilterSerializer serialize:valueObj.templateFilter]; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESPropertiesSearchArg *)deserialize:(NSDictionary *)valueDict { + NSArray *queries = + [DBArraySerializer deserialize:valueDict[@"queries"] + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertiesSearchQuerySerializer deserialize:elem0]; + }]; + DBFILEPROPERTIESTemplateFilter *templateFilter = + valueDict[@"template_filter"] + ? [DBFILEPROPERTIESTemplateFilterSerializer deserialize:valueDict[@"template_filter"]] + : [[DBFILEPROPERTIESTemplateFilter alloc] initWithFilterNone]; + + return [[DBFILEPROPERTIESPropertiesSearchArg alloc] initWithQueries:queries templateFilter:templateFilter]; +} + +@end + +#import "DBFILEPROPERTIESLookUpPropertiesError.h" +#import "DBFILEPROPERTIESPropertiesSearchError.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESPropertiesSearchError + +@synthesize propertyGroupLookup = _propertyGroupLookup; + +#pragma mark - Constructors + +- (instancetype)initWithPropertyGroupLookup:(DBFILEPROPERTIESLookUpPropertiesError *)propertyGroupLookup { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESPropertiesSearchErrorPropertyGroupLookup; + _propertyGroupLookup = propertyGroupLookup; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESPropertiesSearchErrorOther; + } + return self; +} + +#pragma mark - Instance field accessors + +- (DBFILEPROPERTIESLookUpPropertiesError *)propertyGroupLookup { + if (![self isPropertyGroupLookup]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILEPROPERTIESPropertiesSearchErrorPropertyGroupLookup, but was %@.", + [self tagName]]; + } + return _propertyGroupLookup; +} + +#pragma mark - Tag state methods + +- (BOOL)isPropertyGroupLookup { + return _tag == DBFILEPROPERTIESPropertiesSearchErrorPropertyGroupLookup; +} + +- (BOOL)isOther { + return _tag == DBFILEPROPERTIESPropertiesSearchErrorOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILEPROPERTIESPropertiesSearchErrorPropertyGroupLookup: + return @"DBFILEPROPERTIESPropertiesSearchErrorPropertyGroupLookup"; + case DBFILEPROPERTIESPropertiesSearchErrorOther: + return @"DBFILEPROPERTIESPropertiesSearchErrorOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESPropertiesSearchErrorSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESPropertiesSearchErrorSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESPropertiesSearchErrorSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBFILEPROPERTIESPropertiesSearchErrorPropertyGroupLookup: + result = prime * result + [self.propertyGroupLookup hash]; + case DBFILEPROPERTIESPropertiesSearchErrorOther: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToPropertiesSearchError:other]; +} + +- (BOOL)isEqualToPropertiesSearchError:(DBFILEPROPERTIESPropertiesSearchError *)aPropertiesSearchError { + if (self == aPropertiesSearchError) { + return YES; + } + if (self.tag != aPropertiesSearchError.tag) { + return NO; + } + switch (_tag) { + case DBFILEPROPERTIESPropertiesSearchErrorPropertyGroupLookup: + return [self.propertyGroupLookup isEqual:aPropertiesSearchError.propertyGroupLookup]; + case DBFILEPROPERTIESPropertiesSearchErrorOther: + return [[self tagName] isEqual:[aPropertiesSearchError tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESPropertiesSearchErrorSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESPropertiesSearchError *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isPropertyGroupLookup]) { + jsonDict[@"property_group_lookup"] = + [[DBFILEPROPERTIESLookUpPropertiesErrorSerializer serialize:valueObj.propertyGroupLookup] mutableCopy]; + jsonDict[@".tag"] = @"property_group_lookup"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESPropertiesSearchError *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"property_group_lookup"]) { + DBFILEPROPERTIESLookUpPropertiesError *propertyGroupLookup = + [DBFILEPROPERTIESLookUpPropertiesErrorSerializer deserialize:valueDict[@"property_group_lookup"]]; + return [[DBFILEPROPERTIESPropertiesSearchError alloc] initWithPropertyGroupLookup:propertyGroupLookup]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILEPROPERTIESPropertiesSearchError alloc] initWithOther]; + } else { + return [[DBFILEPROPERTIESPropertiesSearchError alloc] initWithOther]; + } +} + +@end + +#import "DBFILEPROPERTIESPropertiesSearchMatch.h" +#import "DBFILEPROPERTIESPropertyGroup.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESPropertiesSearchMatch + +#pragma mark - Constructors + +- (instancetype)initWithId_:(NSString *)id_ + path:(NSString *)path + propertyGroups:(NSArray *)propertyGroups { + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil]](id_); + [DBStoneValidators nonnullValidator:nil](path); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](propertyGroups); + + self = [super init]; + if (self) { + _id_ = id_; + _path = path; + _propertyGroups = propertyGroups; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESPropertiesSearchMatchSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESPropertiesSearchMatchSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESPropertiesSearchMatchSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.id_ hash]; + result = prime * result + [self.path hash]; + result = prime * result + [self.propertyGroups hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToPropertiesSearchMatch:other]; +} + +- (BOOL)isEqualToPropertiesSearchMatch:(DBFILEPROPERTIESPropertiesSearchMatch *)aPropertiesSearchMatch { + if (self == aPropertiesSearchMatch) { + return YES; + } + if (![self.id_ isEqual:aPropertiesSearchMatch.id_]) { + return NO; + } + if (![self.path isEqual:aPropertiesSearchMatch.path]) { + return NO; + } + if (![self.propertyGroups isEqual:aPropertiesSearchMatch.propertyGroups]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESPropertiesSearchMatchSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESPropertiesSearchMatch *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"id"] = valueObj.id_; + jsonDict[@"path"] = valueObj.path; + jsonDict[@"property_groups"] = [DBArraySerializer serialize:valueObj.propertyGroups + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertyGroupSerializer serialize:elem0]; + }]; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESPropertiesSearchMatch *)deserialize:(NSDictionary *)valueDict { + NSString *id_ = valueDict[@"id"]; + NSString *path = valueDict[@"path"]; + NSArray *propertyGroups = + [DBArraySerializer deserialize:valueDict[@"property_groups"] + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertyGroupSerializer deserialize:elem0]; + }]; + + return [[DBFILEPROPERTIESPropertiesSearchMatch alloc] initWithId_:id_ path:path propertyGroups:propertyGroups]; +} + +@end + +#import "DBFILEPROPERTIESPropertiesSearchMode.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESPropertiesSearchMode + +@synthesize fieldName = _fieldName; + +#pragma mark - Constructors + +- (instancetype)initWithFieldName:(NSString *)fieldName { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESPropertiesSearchModeFieldName; + _fieldName = fieldName; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESPropertiesSearchModeOther; + } + return self; +} + +#pragma mark - Instance field accessors + +- (NSString *)fieldName { + if (![self isFieldName]) { + [NSException + raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILEPROPERTIESPropertiesSearchModeFieldName, but was %@.", [self tagName]]; + } + return _fieldName; +} + +#pragma mark - Tag state methods + +- (BOOL)isFieldName { + return _tag == DBFILEPROPERTIESPropertiesSearchModeFieldName; +} + +- (BOOL)isOther { + return _tag == DBFILEPROPERTIESPropertiesSearchModeOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILEPROPERTIESPropertiesSearchModeFieldName: + return @"DBFILEPROPERTIESPropertiesSearchModeFieldName"; + case DBFILEPROPERTIESPropertiesSearchModeOther: + return @"DBFILEPROPERTIESPropertiesSearchModeOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESPropertiesSearchModeSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESPropertiesSearchModeSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESPropertiesSearchModeSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBFILEPROPERTIESPropertiesSearchModeFieldName: + result = prime * result + [self.fieldName hash]; + case DBFILEPROPERTIESPropertiesSearchModeOther: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToPropertiesSearchMode:other]; +} + +- (BOOL)isEqualToPropertiesSearchMode:(DBFILEPROPERTIESPropertiesSearchMode *)aPropertiesSearchMode { + if (self == aPropertiesSearchMode) { + return YES; + } + if (self.tag != aPropertiesSearchMode.tag) { + return NO; + } + switch (_tag) { + case DBFILEPROPERTIESPropertiesSearchModeFieldName: + return [self.fieldName isEqual:aPropertiesSearchMode.fieldName]; + case DBFILEPROPERTIESPropertiesSearchModeOther: + return [[self tagName] isEqual:[aPropertiesSearchMode tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESPropertiesSearchModeSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESPropertiesSearchMode *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isFieldName]) { + jsonDict[@"field_name"] = valueObj.fieldName; + jsonDict[@".tag"] = @"field_name"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESPropertiesSearchMode *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"field_name"]) { + NSString *fieldName = valueDict[@"field_name"]; + return [[DBFILEPROPERTIESPropertiesSearchMode alloc] initWithFieldName:fieldName]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILEPROPERTIESPropertiesSearchMode alloc] initWithOther]; + } else { + return [[DBFILEPROPERTIESPropertiesSearchMode alloc] initWithOther]; + } +} + +@end + +#import "DBFILEPROPERTIESLogicalOperator.h" +#import "DBFILEPROPERTIESPropertiesSearchMode.h" +#import "DBFILEPROPERTIESPropertiesSearchQuery.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESPropertiesSearchQuery + +#pragma mark - Constructors + +- (instancetype)initWithQuery:(NSString *)query + mode:(DBFILEPROPERTIESPropertiesSearchMode *)mode + logicalOperator:(DBFILEPROPERTIESLogicalOperator *)logicalOperator { + [DBStoneValidators nonnullValidator:nil](query); + [DBStoneValidators nonnullValidator:nil](mode); + + self = [super init]; + if (self) { + _query = query; + _mode = mode; + _logicalOperator = logicalOperator ?: [[DBFILEPROPERTIESLogicalOperator alloc] initWithOrOperator]; + } + return self; +} + +- (instancetype)initWithQuery:(NSString *)query mode:(DBFILEPROPERTIESPropertiesSearchMode *)mode { + return [self initWithQuery:query mode:mode logicalOperator:nil]; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESPropertiesSearchQuerySerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESPropertiesSearchQuerySerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESPropertiesSearchQuerySerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.query hash]; + result = prime * result + [self.mode hash]; + result = prime * result + [self.logicalOperator hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToPropertiesSearchQuery:other]; +} + +- (BOOL)isEqualToPropertiesSearchQuery:(DBFILEPROPERTIESPropertiesSearchQuery *)aPropertiesSearchQuery { + if (self == aPropertiesSearchQuery) { + return YES; + } + if (![self.query isEqual:aPropertiesSearchQuery.query]) { + return NO; + } + if (![self.mode isEqual:aPropertiesSearchQuery.mode]) { + return NO; + } + if (![self.logicalOperator isEqual:aPropertiesSearchQuery.logicalOperator]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESPropertiesSearchQuerySerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESPropertiesSearchQuery *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"query"] = valueObj.query; + jsonDict[@"mode"] = [DBFILEPROPERTIESPropertiesSearchModeSerializer serialize:valueObj.mode]; + jsonDict[@"logical_operator"] = [DBFILEPROPERTIESLogicalOperatorSerializer serialize:valueObj.logicalOperator]; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESPropertiesSearchQuery *)deserialize:(NSDictionary *)valueDict { + NSString *query = valueDict[@"query"]; + DBFILEPROPERTIESPropertiesSearchMode *mode = + [DBFILEPROPERTIESPropertiesSearchModeSerializer deserialize:valueDict[@"mode"]]; + DBFILEPROPERTIESLogicalOperator *logicalOperator = + valueDict[@"logical_operator"] + ? [DBFILEPROPERTIESLogicalOperatorSerializer deserialize:valueDict[@"logical_operator"]] + : [[DBFILEPROPERTIESLogicalOperator alloc] initWithOrOperator]; + + return [[DBFILEPROPERTIESPropertiesSearchQuery alloc] initWithQuery:query mode:mode logicalOperator:logicalOperator]; +} + +@end + +#import "DBFILEPROPERTIESPropertiesSearchMatch.h" +#import "DBFILEPROPERTIESPropertiesSearchResult.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESPropertiesSearchResult + +#pragma mark - Constructors + +- (instancetype)initWithMatches:(NSArray *)matches { + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](matches); + + self = [super init]; + if (self) { + _matches = matches; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESPropertiesSearchResultSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESPropertiesSearchResultSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESPropertiesSearchResultSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.matches hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToPropertiesSearchResult:other]; +} + +- (BOOL)isEqualToPropertiesSearchResult:(DBFILEPROPERTIESPropertiesSearchResult *)aPropertiesSearchResult { + if (self == aPropertiesSearchResult) { + return YES; + } + if (![self.matches isEqual:aPropertiesSearchResult.matches]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESPropertiesSearchResultSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESPropertiesSearchResult *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"matches"] = [DBArraySerializer serialize:valueObj.matches + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertiesSearchMatchSerializer serialize:elem0]; + }]; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESPropertiesSearchResult *)deserialize:(NSDictionary *)valueDict { + NSArray *matches = + [DBArraySerializer deserialize:valueDict[@"matches"] + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertiesSearchMatchSerializer deserialize:elem0]; + }]; + + return [[DBFILEPROPERTIESPropertiesSearchResult alloc] initWithMatches:matches]; +} + +@end + +#import "DBFILEPROPERTIESPropertyField.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESPropertyField + +#pragma mark - Constructors + +- (instancetype)initWithName:(NSString *)name value:(NSString *)value { + [DBStoneValidators nonnullValidator:nil](name); + [DBStoneValidators nonnullValidator:nil](value); + + self = [super init]; + if (self) { + _name = name; + _value = value; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESPropertyFieldSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESPropertyFieldSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESPropertyFieldSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.name hash]; + result = prime * result + [self.value hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToPropertyField:other]; +} + +- (BOOL)isEqualToPropertyField:(DBFILEPROPERTIESPropertyField *)aPropertyField { + if (self == aPropertyField) { + return YES; + } + if (![self.name isEqual:aPropertyField.name]) { + return NO; + } + if (![self.value isEqual:aPropertyField.value]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESPropertyFieldSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESPropertyField *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"name"] = valueObj.name; + jsonDict[@"value"] = valueObj.value; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESPropertyField *)deserialize:(NSDictionary *)valueDict { + NSString *name = valueDict[@"name"]; + NSString *value = valueDict[@"value"]; + + return [[DBFILEPROPERTIESPropertyField alloc] initWithName:name value:value]; +} + +@end + +#import "DBFILEPROPERTIESPropertyFieldTemplate.h" +#import "DBFILEPROPERTIESPropertyType.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESPropertyFieldTemplate + +#pragma mark - Constructors + +- (instancetype)initWithName:(NSString *)name + description_:(NSString *)description_ + type:(DBFILEPROPERTIESPropertyType *)type { + [DBStoneValidators nonnullValidator:nil](name); + [DBStoneValidators nonnullValidator:nil](description_); + [DBStoneValidators nonnullValidator:nil](type); + + self = [super init]; + if (self) { + _name = name; + _description_ = description_; + _type = type; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESPropertyFieldTemplateSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESPropertyFieldTemplateSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESPropertyFieldTemplateSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.name hash]; + result = prime * result + [self.description_ hash]; + result = prime * result + [self.type hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToPropertyFieldTemplate:other]; +} + +- (BOOL)isEqualToPropertyFieldTemplate:(DBFILEPROPERTIESPropertyFieldTemplate *)aPropertyFieldTemplate { + if (self == aPropertyFieldTemplate) { + return YES; + } + if (![self.name isEqual:aPropertyFieldTemplate.name]) { + return NO; + } + if (![self.description_ isEqual:aPropertyFieldTemplate.description_]) { + return NO; + } + if (![self.type isEqual:aPropertyFieldTemplate.type]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESPropertyFieldTemplateSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESPropertyFieldTemplate *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"name"] = valueObj.name; + jsonDict[@"description"] = valueObj.description_; + jsonDict[@"type"] = [DBFILEPROPERTIESPropertyTypeSerializer serialize:valueObj.type]; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESPropertyFieldTemplate *)deserialize:(NSDictionary *)valueDict { + NSString *name = valueDict[@"name"]; + NSString *description_ = valueDict[@"description"]; + DBFILEPROPERTIESPropertyType *type = [DBFILEPROPERTIESPropertyTypeSerializer deserialize:valueDict[@"type"]]; + + return [[DBFILEPROPERTIESPropertyFieldTemplate alloc] initWithName:name description_:description_ type:type]; +} + +@end + +#import "DBFILEPROPERTIESPropertyField.h" +#import "DBFILEPROPERTIESPropertyGroup.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESPropertyGroup + +#pragma mark - Constructors + +- (instancetype)initWithTemplateId:(NSString *)templateId fields:(NSArray *)fields { + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"(/|ptid:).*"]](templateId); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](fields); + + self = [super init]; + if (self) { + _templateId = templateId; + _fields = fields; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESPropertyGroupSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESPropertyGroupSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESPropertyGroupSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.templateId hash]; + result = prime * result + [self.fields hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToPropertyGroup:other]; +} + +- (BOOL)isEqualToPropertyGroup:(DBFILEPROPERTIESPropertyGroup *)aPropertyGroup { + if (self == aPropertyGroup) { + return YES; + } + if (![self.templateId isEqual:aPropertyGroup.templateId]) { + return NO; + } + if (![self.fields isEqual:aPropertyGroup.fields]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESPropertyGroupSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESPropertyGroup *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"template_id"] = valueObj.templateId; + jsonDict[@"fields"] = [DBArraySerializer serialize:valueObj.fields + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertyFieldSerializer serialize:elem0]; + }]; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESPropertyGroup *)deserialize:(NSDictionary *)valueDict { + NSString *templateId = valueDict[@"template_id"]; + NSArray *fields = + [DBArraySerializer deserialize:valueDict[@"fields"] + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertyFieldSerializer deserialize:elem0]; + }]; + + return [[DBFILEPROPERTIESPropertyGroup alloc] initWithTemplateId:templateId fields:fields]; +} + +@end + +#import "DBFILEPROPERTIESPropertyField.h" +#import "DBFILEPROPERTIESPropertyGroupUpdate.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESPropertyGroupUpdate + +#pragma mark - Constructors + +- (instancetype)initWithTemplateId:(NSString *)templateId + addOrUpdateFields:(NSArray *)addOrUpdateFields + removeFields:(NSArray *)removeFields { + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"(/|ptid:).*"]](templateId); + [DBStoneValidators + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](addOrUpdateFields); + [DBStoneValidators + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](removeFields); + + self = [super init]; + if (self) { + _templateId = templateId; + _addOrUpdateFields = addOrUpdateFields; + _removeFields = removeFields; + } + return self; +} + +- (instancetype)initWithTemplateId:(NSString *)templateId { + return [self initWithTemplateId:templateId addOrUpdateFields:nil removeFields:nil]; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESPropertyGroupUpdateSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESPropertyGroupUpdateSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESPropertyGroupUpdateSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.templateId hash]; + if (self.addOrUpdateFields != nil) { + result = prime * result + [self.addOrUpdateFields hash]; + } + if (self.removeFields != nil) { + result = prime * result + [self.removeFields hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToPropertyGroupUpdate:other]; +} + +- (BOOL)isEqualToPropertyGroupUpdate:(DBFILEPROPERTIESPropertyGroupUpdate *)aPropertyGroupUpdate { + if (self == aPropertyGroupUpdate) { + return YES; + } + if (![self.templateId isEqual:aPropertyGroupUpdate.templateId]) { + return NO; + } + if (self.addOrUpdateFields) { + if (![self.addOrUpdateFields isEqual:aPropertyGroupUpdate.addOrUpdateFields]) { + return NO; + } + } + if (self.removeFields) { + if (![self.removeFields isEqual:aPropertyGroupUpdate.removeFields]) { + return NO; + } + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESPropertyGroupUpdateSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESPropertyGroupUpdate *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"template_id"] = valueObj.templateId; + if (valueObj.addOrUpdateFields) { + jsonDict[@"add_or_update_fields"] = + [DBArraySerializer serialize:valueObj.addOrUpdateFields + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertyFieldSerializer serialize:elem0]; + }]; + } + if (valueObj.removeFields) { + jsonDict[@"remove_fields"] = [DBArraySerializer serialize:valueObj.removeFields + withBlock:^id(id elem0) { + return elem0; + }]; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESPropertyGroupUpdate *)deserialize:(NSDictionary *)valueDict { + NSString *templateId = valueDict[@"template_id"]; + NSArray *addOrUpdateFields = + valueDict[@"add_or_update_fields"] + ? [DBArraySerializer deserialize:valueDict[@"add_or_update_fields"] + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertyFieldSerializer deserialize:elem0]; + }] + : nil; + NSArray *removeFields = valueDict[@"remove_fields"] + ? [DBArraySerializer deserialize:valueDict[@"remove_fields"] + withBlock:^id(id elem0) { + return elem0; + }] + : nil; + + return [[DBFILEPROPERTIESPropertyGroupUpdate alloc] initWithTemplateId:templateId + addOrUpdateFields:addOrUpdateFields + removeFields:removeFields]; +} + +@end + +#import "DBFILEPROPERTIESPropertyType.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESPropertyType + +#pragma mark - Constructors + +- (instancetype)initWithString { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESPropertyTypeString; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESPropertyTypeOther; + } + return self; +} + +#pragma mark - Instance field accessors + +#pragma mark - Tag state methods + +- (BOOL)isString { + return _tag == DBFILEPROPERTIESPropertyTypeString; +} + +- (BOOL)isOther { + return _tag == DBFILEPROPERTIESPropertyTypeOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILEPROPERTIESPropertyTypeString: + return @"DBFILEPROPERTIESPropertyTypeString"; + case DBFILEPROPERTIESPropertyTypeOther: + return @"DBFILEPROPERTIESPropertyTypeOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESPropertyTypeSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESPropertyTypeSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESPropertyTypeSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBFILEPROPERTIESPropertyTypeString: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESPropertyTypeOther: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToPropertyType:other]; +} + +- (BOOL)isEqualToPropertyType:(DBFILEPROPERTIESPropertyType *)aPropertyType { + if (self == aPropertyType) { + return YES; + } + if (self.tag != aPropertyType.tag) { + return NO; + } + switch (_tag) { + case DBFILEPROPERTIESPropertyTypeString: + return [[self tagName] isEqual:[aPropertyType tagName]]; + case DBFILEPROPERTIESPropertyTypeOther: + return [[self tagName] isEqual:[aPropertyType tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESPropertyTypeSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESPropertyType *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isString]) { + jsonDict[@".tag"] = @"string"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESPropertyType *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"string"]) { + return [[DBFILEPROPERTIESPropertyType alloc] initWithString]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILEPROPERTIESPropertyType alloc] initWithOther]; + } else { + return [[DBFILEPROPERTIESPropertyType alloc] initWithOther]; + } +} + +@end + +#import "DBFILEPROPERTIESRemovePropertiesArg.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESRemovePropertiesArg + +#pragma mark - Constructors + +- (instancetype)initWithPath:(NSString *)path propertyTemplateIds:(NSArray *)propertyTemplateIds { + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil + maxLength:nil + pattern:@"/(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/.*)?)"]](path); + [DBStoneValidators + nonnullValidator:[DBStoneValidators + arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:@(1) + maxLength:nil + pattern:@"(/|ptid:).*"]]]]( + propertyTemplateIds); + + self = [super init]; + if (self) { + _path = path; + _propertyTemplateIds = propertyTemplateIds; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESRemovePropertiesArgSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESRemovePropertiesArgSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESRemovePropertiesArgSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.path hash]; + result = prime * result + [self.propertyTemplateIds hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToRemovePropertiesArg:other]; +} + +- (BOOL)isEqualToRemovePropertiesArg:(DBFILEPROPERTIESRemovePropertiesArg *)aRemovePropertiesArg { + if (self == aRemovePropertiesArg) { + return YES; + } + if (![self.path isEqual:aRemovePropertiesArg.path]) { + return NO; + } + if (![self.propertyTemplateIds isEqual:aRemovePropertiesArg.propertyTemplateIds]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESRemovePropertiesArgSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESRemovePropertiesArg *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"path"] = valueObj.path; + jsonDict[@"property_template_ids"] = [DBArraySerializer serialize:valueObj.propertyTemplateIds + withBlock:^id(id elem0) { + return elem0; + }]; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESRemovePropertiesArg *)deserialize:(NSDictionary *)valueDict { + NSString *path = valueDict[@"path"]; + NSArray *propertyTemplateIds = [DBArraySerializer deserialize:valueDict[@"property_template_ids"] + withBlock:^id(id elem0) { + return elem0; + }]; + + return [[DBFILEPROPERTIESRemovePropertiesArg alloc] initWithPath:path propertyTemplateIds:propertyTemplateIds]; +} + +@end + +#import "DBFILEPROPERTIESLookUpPropertiesError.h" +#import "DBFILEPROPERTIESLookupError.h" +#import "DBFILEPROPERTIESPropertiesError.h" +#import "DBFILEPROPERTIESRemovePropertiesError.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESRemovePropertiesError + +@synthesize templateNotFound = _templateNotFound; +@synthesize path = _path; +@synthesize propertyGroupLookup = _propertyGroupLookup; + +#pragma mark - Constructors + +- (instancetype)initWithTemplateNotFound:(NSString *)templateNotFound { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESRemovePropertiesErrorTemplateNotFound; + _templateNotFound = templateNotFound; + } + return self; +} + +- (instancetype)initWithRestrictedContent { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESRemovePropertiesErrorRestrictedContent; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESRemovePropertiesErrorOther; + } + return self; +} + +- (instancetype)initWithPath:(DBFILEPROPERTIESLookupError *)path { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESRemovePropertiesErrorPath; + _path = path; + } + return self; +} + +- (instancetype)initWithUnsupportedFolder { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESRemovePropertiesErrorUnsupportedFolder; + } + return self; +} + +- (instancetype)initWithPropertyGroupLookup:(DBFILEPROPERTIESLookUpPropertiesError *)propertyGroupLookup { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESRemovePropertiesErrorPropertyGroupLookup; + _propertyGroupLookup = propertyGroupLookup; + } + return self; +} + +#pragma mark - Instance field accessors + +- (NSString *)templateNotFound { + if (![self isTemplateNotFound]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILEPROPERTIESRemovePropertiesErrorTemplateNotFound, but was %@.", + [self tagName]]; + } + return _templateNotFound; +} + +- (DBFILEPROPERTIESLookupError *)path { + if (![self isPath]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILEPROPERTIESRemovePropertiesErrorPath, but was %@.", [self tagName]]; + } + return _path; +} + +- (DBFILEPROPERTIESLookUpPropertiesError *)propertyGroupLookup { + if (![self isPropertyGroupLookup]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILEPROPERTIESRemovePropertiesErrorPropertyGroupLookup, but was %@.", + [self tagName]]; + } + return _propertyGroupLookup; +} + +#pragma mark - Tag state methods + +- (BOOL)isTemplateNotFound { + return _tag == DBFILEPROPERTIESRemovePropertiesErrorTemplateNotFound; +} + +- (BOOL)isRestrictedContent { + return _tag == DBFILEPROPERTIESRemovePropertiesErrorRestrictedContent; +} + +- (BOOL)isOther { + return _tag == DBFILEPROPERTIESRemovePropertiesErrorOther; +} + +- (BOOL)isPath { + return _tag == DBFILEPROPERTIESRemovePropertiesErrorPath; +} + +- (BOOL)isUnsupportedFolder { + return _tag == DBFILEPROPERTIESRemovePropertiesErrorUnsupportedFolder; +} + +- (BOOL)isPropertyGroupLookup { + return _tag == DBFILEPROPERTIESRemovePropertiesErrorPropertyGroupLookup; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILEPROPERTIESRemovePropertiesErrorTemplateNotFound: + return @"DBFILEPROPERTIESRemovePropertiesErrorTemplateNotFound"; + case DBFILEPROPERTIESRemovePropertiesErrorRestrictedContent: + return @"DBFILEPROPERTIESRemovePropertiesErrorRestrictedContent"; + case DBFILEPROPERTIESRemovePropertiesErrorOther: + return @"DBFILEPROPERTIESRemovePropertiesErrorOther"; + case DBFILEPROPERTIESRemovePropertiesErrorPath: + return @"DBFILEPROPERTIESRemovePropertiesErrorPath"; + case DBFILEPROPERTIESRemovePropertiesErrorUnsupportedFolder: + return @"DBFILEPROPERTIESRemovePropertiesErrorUnsupportedFolder"; + case DBFILEPROPERTIESRemovePropertiesErrorPropertyGroupLookup: + return @"DBFILEPROPERTIESRemovePropertiesErrorPropertyGroupLookup"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESRemovePropertiesErrorSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESRemovePropertiesErrorSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESRemovePropertiesErrorSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBFILEPROPERTIESRemovePropertiesErrorTemplateNotFound: + result = prime * result + [self.templateNotFound hash]; + case DBFILEPROPERTIESRemovePropertiesErrorRestrictedContent: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESRemovePropertiesErrorOther: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESRemovePropertiesErrorPath: + result = prime * result + [self.path hash]; + case DBFILEPROPERTIESRemovePropertiesErrorUnsupportedFolder: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESRemovePropertiesErrorPropertyGroupLookup: + result = prime * result + [self.propertyGroupLookup hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToRemovePropertiesError:other]; +} + +- (BOOL)isEqualToRemovePropertiesError:(DBFILEPROPERTIESRemovePropertiesError *)aRemovePropertiesError { + if (self == aRemovePropertiesError) { + return YES; + } + if (self.tag != aRemovePropertiesError.tag) { + return NO; + } + switch (_tag) { + case DBFILEPROPERTIESRemovePropertiesErrorTemplateNotFound: + return [self.templateNotFound isEqual:aRemovePropertiesError.templateNotFound]; + case DBFILEPROPERTIESRemovePropertiesErrorRestrictedContent: + return [[self tagName] isEqual:[aRemovePropertiesError tagName]]; + case DBFILEPROPERTIESRemovePropertiesErrorOther: + return [[self tagName] isEqual:[aRemovePropertiesError tagName]]; + case DBFILEPROPERTIESRemovePropertiesErrorPath: + return [self.path isEqual:aRemovePropertiesError.path]; + case DBFILEPROPERTIESRemovePropertiesErrorUnsupportedFolder: + return [[self tagName] isEqual:[aRemovePropertiesError tagName]]; + case DBFILEPROPERTIESRemovePropertiesErrorPropertyGroupLookup: + return [self.propertyGroupLookup isEqual:aRemovePropertiesError.propertyGroupLookup]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESRemovePropertiesErrorSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESRemovePropertiesError *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isTemplateNotFound]) { + jsonDict[@"template_not_found"] = valueObj.templateNotFound; + jsonDict[@".tag"] = @"template_not_found"; + } else if ([valueObj isRestrictedContent]) { + jsonDict[@".tag"] = @"restricted_content"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else if ([valueObj isPath]) { + jsonDict[@"path"] = [[DBFILEPROPERTIESLookupErrorSerializer serialize:valueObj.path] mutableCopy]; + jsonDict[@".tag"] = @"path"; + } else if ([valueObj isUnsupportedFolder]) { + jsonDict[@".tag"] = @"unsupported_folder"; + } else if ([valueObj isPropertyGroupLookup]) { + jsonDict[@"property_group_lookup"] = + [[DBFILEPROPERTIESLookUpPropertiesErrorSerializer serialize:valueObj.propertyGroupLookup] mutableCopy]; + jsonDict[@".tag"] = @"property_group_lookup"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESRemovePropertiesError *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"template_not_found"]) { + NSString *templateNotFound = valueDict[@"template_not_found"]; + return [[DBFILEPROPERTIESRemovePropertiesError alloc] initWithTemplateNotFound:templateNotFound]; + } else if ([tag isEqualToString:@"restricted_content"]) { + return [[DBFILEPROPERTIESRemovePropertiesError alloc] initWithRestrictedContent]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILEPROPERTIESRemovePropertiesError alloc] initWithOther]; + } else if ([tag isEqualToString:@"path"]) { + DBFILEPROPERTIESLookupError *path = [DBFILEPROPERTIESLookupErrorSerializer deserialize:valueDict[@"path"]]; + return [[DBFILEPROPERTIESRemovePropertiesError alloc] initWithPath:path]; + } else if ([tag isEqualToString:@"unsupported_folder"]) { + return [[DBFILEPROPERTIESRemovePropertiesError alloc] initWithUnsupportedFolder]; + } else if ([tag isEqualToString:@"property_group_lookup"]) { + DBFILEPROPERTIESLookUpPropertiesError *propertyGroupLookup = + [DBFILEPROPERTIESLookUpPropertiesErrorSerializer deserialize:valueDict[@"property_group_lookup"]]; + return [[DBFILEPROPERTIESRemovePropertiesError alloc] initWithPropertyGroupLookup:propertyGroupLookup]; + } else { + return [[DBFILEPROPERTIESRemovePropertiesError alloc] initWithOther]; + } +} + +@end + +#import "DBFILEPROPERTIESTemplateFilter.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESTemplateFilter + +@synthesize filterSome = _filterSome; + +#pragma mark - Constructors + +- (instancetype)initWithFilterNone { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESTemplateFilterFilterNone; + } + return self; +} + +- (instancetype)initWithFilterSome:(NSArray *)filterSome { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESTemplateFilterFilterSome; + _filterSome = filterSome; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESTemplateFilterOther; + } + return self; +} + +#pragma mark - Instance field accessors + +- (NSArray *)filterSome { + if (![self isFilterSome]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILEPROPERTIESTemplateFilterFilterSome, but was %@.", [self tagName]]; + } + return _filterSome; +} + +#pragma mark - Tag state methods + +- (BOOL)isFilterNone { + return _tag == DBFILEPROPERTIESTemplateFilterFilterNone; +} + +- (BOOL)isFilterSome { + return _tag == DBFILEPROPERTIESTemplateFilterFilterSome; +} + +- (BOOL)isOther { + return _tag == DBFILEPROPERTIESTemplateFilterOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILEPROPERTIESTemplateFilterFilterNone: + return @"DBFILEPROPERTIESTemplateFilterFilterNone"; + case DBFILEPROPERTIESTemplateFilterFilterSome: + return @"DBFILEPROPERTIESTemplateFilterFilterSome"; + case DBFILEPROPERTIESTemplateFilterOther: + return @"DBFILEPROPERTIESTemplateFilterOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESTemplateFilterSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESTemplateFilterSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESTemplateFilterSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBFILEPROPERTIESTemplateFilterFilterNone: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESTemplateFilterFilterSome: + result = prime * result + [self.filterSome hash]; + case DBFILEPROPERTIESTemplateFilterOther: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToTemplateFilter:other]; +} + +- (BOOL)isEqualToTemplateFilter:(DBFILEPROPERTIESTemplateFilter *)aTemplateFilter { + if (self == aTemplateFilter) { + return YES; + } + if (self.tag != aTemplateFilter.tag) { + return NO; + } + switch (_tag) { + case DBFILEPROPERTIESTemplateFilterFilterNone: + return [[self tagName] isEqual:[aTemplateFilter tagName]]; + case DBFILEPROPERTIESTemplateFilterFilterSome: + return [self.filterSome isEqual:aTemplateFilter.filterSome]; + case DBFILEPROPERTIESTemplateFilterOther: + return [[self tagName] isEqual:[aTemplateFilter tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESTemplateFilterSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESTemplateFilter *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isFilterNone]) { + jsonDict[@".tag"] = @"filter_none"; + } else if ([valueObj isFilterSome]) { + jsonDict[@"filter_some"] = [DBArraySerializer serialize:valueObj.filterSome + withBlock:^id(id elem0) { + return elem0; + }]; + jsonDict[@".tag"] = @"filter_some"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESTemplateFilter *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"filter_none"]) { + return [[DBFILEPROPERTIESTemplateFilter alloc] initWithFilterNone]; + } else if ([tag isEqualToString:@"filter_some"]) { + NSArray *filterSome = [DBArraySerializer deserialize:valueDict[@"filter_some"] + withBlock:^id(id elem0) { + return elem0; + }]; + return [[DBFILEPROPERTIESTemplateFilter alloc] initWithFilterSome:filterSome]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILEPROPERTIESTemplateFilter alloc] initWithOther]; + } else { + return [[DBFILEPROPERTIESTemplateFilter alloc] initWithOther]; + } +} + +@end + +#import "DBFILEPROPERTIESTemplateOwnerType.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESTemplateOwnerType + +#pragma mark - Constructors + +- (instancetype)initWithUser { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESTemplateOwnerTypeUser; + } + return self; +} + +- (instancetype)initWithTeam { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESTemplateOwnerTypeTeam; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESTemplateOwnerTypeOther; + } + return self; +} + +#pragma mark - Instance field accessors + +#pragma mark - Tag state methods + +- (BOOL)isUser { + return _tag == DBFILEPROPERTIESTemplateOwnerTypeUser; +} + +- (BOOL)isTeam { + return _tag == DBFILEPROPERTIESTemplateOwnerTypeTeam; +} + +- (BOOL)isOther { + return _tag == DBFILEPROPERTIESTemplateOwnerTypeOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILEPROPERTIESTemplateOwnerTypeUser: + return @"DBFILEPROPERTIESTemplateOwnerTypeUser"; + case DBFILEPROPERTIESTemplateOwnerTypeTeam: + return @"DBFILEPROPERTIESTemplateOwnerTypeTeam"; + case DBFILEPROPERTIESTemplateOwnerTypeOther: + return @"DBFILEPROPERTIESTemplateOwnerTypeOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESTemplateOwnerTypeSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESTemplateOwnerTypeSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESTemplateOwnerTypeSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBFILEPROPERTIESTemplateOwnerTypeUser: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESTemplateOwnerTypeTeam: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESTemplateOwnerTypeOther: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToTemplateOwnerType:other]; +} + +- (BOOL)isEqualToTemplateOwnerType:(DBFILEPROPERTIESTemplateOwnerType *)aTemplateOwnerType { + if (self == aTemplateOwnerType) { + return YES; + } + if (self.tag != aTemplateOwnerType.tag) { + return NO; + } + switch (_tag) { + case DBFILEPROPERTIESTemplateOwnerTypeUser: + return [[self tagName] isEqual:[aTemplateOwnerType tagName]]; + case DBFILEPROPERTIESTemplateOwnerTypeTeam: + return [[self tagName] isEqual:[aTemplateOwnerType tagName]]; + case DBFILEPROPERTIESTemplateOwnerTypeOther: + return [[self tagName] isEqual:[aTemplateOwnerType tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESTemplateOwnerTypeSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESTemplateOwnerType *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isUser]) { + jsonDict[@".tag"] = @"user"; + } else if ([valueObj isTeam]) { + jsonDict[@".tag"] = @"team"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESTemplateOwnerType *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"user"]) { + return [[DBFILEPROPERTIESTemplateOwnerType alloc] initWithUser]; + } else if ([tag isEqualToString:@"team"]) { + return [[DBFILEPROPERTIESTemplateOwnerType alloc] initWithTeam]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILEPROPERTIESTemplateOwnerType alloc] initWithOther]; + } else { + return [[DBFILEPROPERTIESTemplateOwnerType alloc] initWithOther]; + } +} + +@end + +#import "DBFILEPROPERTIESPropertyGroupUpdate.h" +#import "DBFILEPROPERTIESUpdatePropertiesArg.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESUpdatePropertiesArg + +#pragma mark - Constructors + +- (instancetype)initWithPath:(NSString *)path + updatePropertyGroups:(NSArray *)updatePropertyGroups { + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil + maxLength:nil + pattern:@"/(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/.*)?)"]](path); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](updatePropertyGroups); + + self = [super init]; + if (self) { + _path = path; + _updatePropertyGroups = updatePropertyGroups; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESUpdatePropertiesArgSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESUpdatePropertiesArgSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESUpdatePropertiesArgSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.path hash]; + result = prime * result + [self.updatePropertyGroups hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToUpdatePropertiesArg:other]; +} + +- (BOOL)isEqualToUpdatePropertiesArg:(DBFILEPROPERTIESUpdatePropertiesArg *)anUpdatePropertiesArg { + if (self == anUpdatePropertiesArg) { + return YES; + } + if (![self.path isEqual:anUpdatePropertiesArg.path]) { + return NO; + } + if (![self.updatePropertyGroups isEqual:anUpdatePropertiesArg.updatePropertyGroups]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESUpdatePropertiesArgSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESUpdatePropertiesArg *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"path"] = valueObj.path; + jsonDict[@"update_property_groups"] = + [DBArraySerializer serialize:valueObj.updatePropertyGroups + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertyGroupUpdateSerializer serialize:elem0]; + }]; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESUpdatePropertiesArg *)deserialize:(NSDictionary *)valueDict { + NSString *path = valueDict[@"path"]; + NSArray *updatePropertyGroups = + [DBArraySerializer deserialize:valueDict[@"update_property_groups"] + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertyGroupUpdateSerializer deserialize:elem0]; + }]; + + return [[DBFILEPROPERTIESUpdatePropertiesArg alloc] initWithPath:path updatePropertyGroups:updatePropertyGroups]; +} + +@end + +#import "DBFILEPROPERTIESInvalidPropertyGroupError.h" +#import "DBFILEPROPERTIESLookUpPropertiesError.h" +#import "DBFILEPROPERTIESLookupError.h" +#import "DBFILEPROPERTIESUpdatePropertiesError.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESUpdatePropertiesError + +@synthesize templateNotFound = _templateNotFound; +@synthesize path = _path; +@synthesize propertyGroupLookup = _propertyGroupLookup; + +#pragma mark - Constructors + +- (instancetype)initWithTemplateNotFound:(NSString *)templateNotFound { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESUpdatePropertiesErrorTemplateNotFound; + _templateNotFound = templateNotFound; + } + return self; +} + +- (instancetype)initWithRestrictedContent { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESUpdatePropertiesErrorRestrictedContent; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESUpdatePropertiesErrorOther; + } + return self; +} + +- (instancetype)initWithPath:(DBFILEPROPERTIESLookupError *)path { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESUpdatePropertiesErrorPath; + _path = path; + } + return self; +} + +- (instancetype)initWithUnsupportedFolder { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESUpdatePropertiesErrorUnsupportedFolder; + } + return self; +} + +- (instancetype)initWithPropertyFieldTooLarge { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESUpdatePropertiesErrorPropertyFieldTooLarge; + } + return self; +} + +- (instancetype)initWithDoesNotFitTemplate { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESUpdatePropertiesErrorDoesNotFitTemplate; + } + return self; +} + +- (instancetype)initWithPropertyGroupLookup:(DBFILEPROPERTIESLookUpPropertiesError *)propertyGroupLookup { + self = [super init]; + if (self) { + _tag = DBFILEPROPERTIESUpdatePropertiesErrorPropertyGroupLookup; + _propertyGroupLookup = propertyGroupLookup; + } + return self; +} + +#pragma mark - Instance field accessors + +- (NSString *)templateNotFound { + if (![self isTemplateNotFound]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILEPROPERTIESUpdatePropertiesErrorTemplateNotFound, but was %@.", + [self tagName]]; + } + return _templateNotFound; +} + +- (DBFILEPROPERTIESLookupError *)path { + if (![self isPath]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILEPROPERTIESUpdatePropertiesErrorPath, but was %@.", [self tagName]]; + } + return _path; +} + +- (DBFILEPROPERTIESLookUpPropertiesError *)propertyGroupLookup { + if (![self isPropertyGroupLookup]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILEPROPERTIESUpdatePropertiesErrorPropertyGroupLookup, but was %@.", + [self tagName]]; + } + return _propertyGroupLookup; +} + +#pragma mark - Tag state methods + +- (BOOL)isTemplateNotFound { + return _tag == DBFILEPROPERTIESUpdatePropertiesErrorTemplateNotFound; +} + +- (BOOL)isRestrictedContent { + return _tag == DBFILEPROPERTIESUpdatePropertiesErrorRestrictedContent; +} + +- (BOOL)isOther { + return _tag == DBFILEPROPERTIESUpdatePropertiesErrorOther; +} + +- (BOOL)isPath { + return _tag == DBFILEPROPERTIESUpdatePropertiesErrorPath; +} + +- (BOOL)isUnsupportedFolder { + return _tag == DBFILEPROPERTIESUpdatePropertiesErrorUnsupportedFolder; +} + +- (BOOL)isPropertyFieldTooLarge { + return _tag == DBFILEPROPERTIESUpdatePropertiesErrorPropertyFieldTooLarge; +} + +- (BOOL)isDoesNotFitTemplate { + return _tag == DBFILEPROPERTIESUpdatePropertiesErrorDoesNotFitTemplate; +} + +- (BOOL)isPropertyGroupLookup { + return _tag == DBFILEPROPERTIESUpdatePropertiesErrorPropertyGroupLookup; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILEPROPERTIESUpdatePropertiesErrorTemplateNotFound: + return @"DBFILEPROPERTIESUpdatePropertiesErrorTemplateNotFound"; + case DBFILEPROPERTIESUpdatePropertiesErrorRestrictedContent: + return @"DBFILEPROPERTIESUpdatePropertiesErrorRestrictedContent"; + case DBFILEPROPERTIESUpdatePropertiesErrorOther: + return @"DBFILEPROPERTIESUpdatePropertiesErrorOther"; + case DBFILEPROPERTIESUpdatePropertiesErrorPath: + return @"DBFILEPROPERTIESUpdatePropertiesErrorPath"; + case DBFILEPROPERTIESUpdatePropertiesErrorUnsupportedFolder: + return @"DBFILEPROPERTIESUpdatePropertiesErrorUnsupportedFolder"; + case DBFILEPROPERTIESUpdatePropertiesErrorPropertyFieldTooLarge: + return @"DBFILEPROPERTIESUpdatePropertiesErrorPropertyFieldTooLarge"; + case DBFILEPROPERTIESUpdatePropertiesErrorDoesNotFitTemplate: + return @"DBFILEPROPERTIESUpdatePropertiesErrorDoesNotFitTemplate"; + case DBFILEPROPERTIESUpdatePropertiesErrorPropertyGroupLookup: + return @"DBFILEPROPERTIESUpdatePropertiesErrorPropertyGroupLookup"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESUpdatePropertiesErrorSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESUpdatePropertiesErrorSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESUpdatePropertiesErrorSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBFILEPROPERTIESUpdatePropertiesErrorTemplateNotFound: + result = prime * result + [self.templateNotFound hash]; + case DBFILEPROPERTIESUpdatePropertiesErrorRestrictedContent: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESUpdatePropertiesErrorOther: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESUpdatePropertiesErrorPath: + result = prime * result + [self.path hash]; + case DBFILEPROPERTIESUpdatePropertiesErrorUnsupportedFolder: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESUpdatePropertiesErrorPropertyFieldTooLarge: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESUpdatePropertiesErrorDoesNotFitTemplate: + result = prime * result + [[self tagName] hash]; + case DBFILEPROPERTIESUpdatePropertiesErrorPropertyGroupLookup: + result = prime * result + [self.propertyGroupLookup hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToUpdatePropertiesError:other]; +} + +- (BOOL)isEqualToUpdatePropertiesError:(DBFILEPROPERTIESUpdatePropertiesError *)anUpdatePropertiesError { + if (self == anUpdatePropertiesError) { + return YES; + } + if (self.tag != anUpdatePropertiesError.tag) { + return NO; + } + switch (_tag) { + case DBFILEPROPERTIESUpdatePropertiesErrorTemplateNotFound: + return [self.templateNotFound isEqual:anUpdatePropertiesError.templateNotFound]; + case DBFILEPROPERTIESUpdatePropertiesErrorRestrictedContent: + return [[self tagName] isEqual:[anUpdatePropertiesError tagName]]; + case DBFILEPROPERTIESUpdatePropertiesErrorOther: + return [[self tagName] isEqual:[anUpdatePropertiesError tagName]]; + case DBFILEPROPERTIESUpdatePropertiesErrorPath: + return [self.path isEqual:anUpdatePropertiesError.path]; + case DBFILEPROPERTIESUpdatePropertiesErrorUnsupportedFolder: + return [[self tagName] isEqual:[anUpdatePropertiesError tagName]]; + case DBFILEPROPERTIESUpdatePropertiesErrorPropertyFieldTooLarge: + return [[self tagName] isEqual:[anUpdatePropertiesError tagName]]; + case DBFILEPROPERTIESUpdatePropertiesErrorDoesNotFitTemplate: + return [[self tagName] isEqual:[anUpdatePropertiesError tagName]]; + case DBFILEPROPERTIESUpdatePropertiesErrorPropertyGroupLookup: + return [self.propertyGroupLookup isEqual:anUpdatePropertiesError.propertyGroupLookup]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESUpdatePropertiesErrorSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESUpdatePropertiesError *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isTemplateNotFound]) { + jsonDict[@"template_not_found"] = valueObj.templateNotFound; + jsonDict[@".tag"] = @"template_not_found"; + } else if ([valueObj isRestrictedContent]) { + jsonDict[@".tag"] = @"restricted_content"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else if ([valueObj isPath]) { + jsonDict[@"path"] = [[DBFILEPROPERTIESLookupErrorSerializer serialize:valueObj.path] mutableCopy]; + jsonDict[@".tag"] = @"path"; + } else if ([valueObj isUnsupportedFolder]) { + jsonDict[@".tag"] = @"unsupported_folder"; + } else if ([valueObj isPropertyFieldTooLarge]) { + jsonDict[@".tag"] = @"property_field_too_large"; + } else if ([valueObj isDoesNotFitTemplate]) { + jsonDict[@".tag"] = @"does_not_fit_template"; + } else if ([valueObj isPropertyGroupLookup]) { + jsonDict[@"property_group_lookup"] = + [[DBFILEPROPERTIESLookUpPropertiesErrorSerializer serialize:valueObj.propertyGroupLookup] mutableCopy]; + jsonDict[@".tag"] = @"property_group_lookup"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESUpdatePropertiesError *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"template_not_found"]) { + NSString *templateNotFound = valueDict[@"template_not_found"]; + return [[DBFILEPROPERTIESUpdatePropertiesError alloc] initWithTemplateNotFound:templateNotFound]; + } else if ([tag isEqualToString:@"restricted_content"]) { + return [[DBFILEPROPERTIESUpdatePropertiesError alloc] initWithRestrictedContent]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILEPROPERTIESUpdatePropertiesError alloc] initWithOther]; + } else if ([tag isEqualToString:@"path"]) { + DBFILEPROPERTIESLookupError *path = [DBFILEPROPERTIESLookupErrorSerializer deserialize:valueDict[@"path"]]; + return [[DBFILEPROPERTIESUpdatePropertiesError alloc] initWithPath:path]; + } else if ([tag isEqualToString:@"unsupported_folder"]) { + return [[DBFILEPROPERTIESUpdatePropertiesError alloc] initWithUnsupportedFolder]; + } else if ([tag isEqualToString:@"property_field_too_large"]) { + return [[DBFILEPROPERTIESUpdatePropertiesError alloc] initWithPropertyFieldTooLarge]; + } else if ([tag isEqualToString:@"does_not_fit_template"]) { + return [[DBFILEPROPERTIESUpdatePropertiesError alloc] initWithDoesNotFitTemplate]; + } else if ([tag isEqualToString:@"property_group_lookup"]) { + DBFILEPROPERTIESLookUpPropertiesError *propertyGroupLookup = + [DBFILEPROPERTIESLookUpPropertiesErrorSerializer deserialize:valueDict[@"property_group_lookup"]]; + return [[DBFILEPROPERTIESUpdatePropertiesError alloc] initWithPropertyGroupLookup:propertyGroupLookup]; + } else { + return [[DBFILEPROPERTIESUpdatePropertiesError alloc] initWithOther]; + } +} + +@end + +#import "DBFILEPROPERTIESPropertyFieldTemplate.h" +#import "DBFILEPROPERTIESUpdateTemplateArg.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESUpdateTemplateArg + +#pragma mark - Constructors + +- (instancetype)initWithTemplateId:(NSString *)templateId + name:(NSString *)name + description_:(NSString *)description_ + addFields:(NSArray *)addFields { + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"(/|ptid:).*"]](templateId); + [DBStoneValidators + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](addFields); + + self = [super init]; + if (self) { + _templateId = templateId; + _name = name; + _description_ = description_; + _addFields = addFields; + } + return self; +} + +- (instancetype)initWithTemplateId:(NSString *)templateId { + return [self initWithTemplateId:templateId name:nil description_:nil addFields:nil]; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESUpdateTemplateArgSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESUpdateTemplateArgSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESUpdateTemplateArgSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.templateId hash]; + if (self.name != nil) { + result = prime * result + [self.name hash]; + } + if (self.description_ != nil) { + result = prime * result + [self.description_ hash]; + } + if (self.addFields != nil) { + result = prime * result + [self.addFields hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToUpdateTemplateArg:other]; +} + +- (BOOL)isEqualToUpdateTemplateArg:(DBFILEPROPERTIESUpdateTemplateArg *)anUpdateTemplateArg { + if (self == anUpdateTemplateArg) { + return YES; + } + if (![self.templateId isEqual:anUpdateTemplateArg.templateId]) { + return NO; + } + if (self.name) { + if (![self.name isEqual:anUpdateTemplateArg.name]) { + return NO; + } + } + if (self.description_) { + if (![self.description_ isEqual:anUpdateTemplateArg.description_]) { + return NO; + } + } + if (self.addFields) { + if (![self.addFields isEqual:anUpdateTemplateArg.addFields]) { + return NO; + } + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESUpdateTemplateArgSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESUpdateTemplateArg *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"template_id"] = valueObj.templateId; + if (valueObj.name) { + jsonDict[@"name"] = valueObj.name; + } + if (valueObj.description_) { + jsonDict[@"description"] = valueObj.description_; + } + if (valueObj.addFields) { + jsonDict[@"add_fields"] = + [DBArraySerializer serialize:valueObj.addFields + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertyFieldTemplateSerializer serialize:elem0]; + }]; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESUpdateTemplateArg *)deserialize:(NSDictionary *)valueDict { + NSString *templateId = valueDict[@"template_id"]; + NSString *name = valueDict[@"name"] ?: nil; + NSString *description_ = valueDict[@"description"] ?: nil; + NSArray *addFields = + valueDict[@"add_fields"] + ? [DBArraySerializer deserialize:valueDict[@"add_fields"] + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertyFieldTemplateSerializer deserialize:elem0]; + }] + : nil; + + return [[DBFILEPROPERTIESUpdateTemplateArg alloc] initWithTemplateId:templateId + name:name + description_:description_ + addFields:addFields]; +} + +@end + +#import "DBFILEPROPERTIESUpdateTemplateResult.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEPROPERTIESUpdateTemplateResult + +#pragma mark - Constructors + +- (instancetype)initWithTemplateId:(NSString *)templateId { + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"(/|ptid:).*"]](templateId); + + self = [super init]; + if (self) { + _templateId = templateId; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEPROPERTIESUpdateTemplateResultSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEPROPERTIESUpdateTemplateResultSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEPROPERTIESUpdateTemplateResultSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.templateId hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToUpdateTemplateResult:other]; +} + +- (BOOL)isEqualToUpdateTemplateResult:(DBFILEPROPERTIESUpdateTemplateResult *)anUpdateTemplateResult { + if (self == anUpdateTemplateResult) { + return YES; + } + if (![self.templateId isEqual:anUpdateTemplateResult.templateId]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEPROPERTIESUpdateTemplateResultSerializer + ++ (NSDictionary *)serialize:(DBFILEPROPERTIESUpdateTemplateResult *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"template_id"] = valueObj.templateId; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEPROPERTIESUpdateTemplateResult *)deserialize:(NSDictionary *)valueDict { + NSString *templateId = valueDict[@"template_id"]; + + return [[DBFILEPROPERTIESUpdateTemplateResult alloc] initWithTemplateId:templateId]; +} + +@end diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESAddPropertiesArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESAddPropertiesArg.h new file mode 100644 index 00000000..3d1e64b6 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESAddPropertiesArg.h @@ -0,0 +1,82 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEPROPERTIESAddPropertiesArg; +@class DBFILEPROPERTIESPropertyGroup; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `AddPropertiesArg` struct. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEPROPERTIESAddPropertiesArg : NSObject + +#pragma mark - Instance fields + +/// A unique identifier for the file or folder. +@property (nonatomic, readonly, copy) NSString *path; + +/// The property groups which are to be added to a Dropbox file. +@property (nonatomic, readonly) NSArray *propertyGroups; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param path A unique identifier for the file or folder. +/// @param propertyGroups The property groups which are to be added to a Dropbox +/// file. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithPath:(NSString *)path propertyGroups:(NSArray *)propertyGroups; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `AddPropertiesArg` struct. +/// +@interface DBFILEPROPERTIESAddPropertiesArgSerializer : NSObject + +/// +/// Serializes `DBFILEPROPERTIESAddPropertiesArg` instances. +/// +/// @param instance An instance of the `DBFILEPROPERTIESAddPropertiesArg` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESAddPropertiesArg` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESAddPropertiesArg *)instance; + +/// +/// Deserializes `DBFILEPROPERTIESAddPropertiesArg` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESAddPropertiesArg` API object. +/// +/// @return An instantiation of the `DBFILEPROPERTIESAddPropertiesArg` object. +/// ++ (DBFILEPROPERTIESAddPropertiesArg *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESAddPropertiesError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESAddPropertiesError.h similarity index 56% rename from Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESAddPropertiesError.h rename to Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESAddPropertiesError.h index dbb19436..35690a97 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESAddPropertiesError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESAddPropertiesError.h @@ -8,8 +8,8 @@ #import "DBSerializableProtocol.h" -@class DBFILESAddPropertiesError; -@class DBFILESLookupError; +@class DBFILEPROPERTIESAddPropertiesError; +@class DBFILEPROPERTIESLookupError; NS_ASSUME_NONNULL_BEGIN @@ -22,58 +22,63 @@ NS_ASSUME_NONNULL_BEGIN /// deserialize instance methods), which is required for all Obj-C SDK API route /// objects. /// -@interface DBFILESAddPropertiesError : NSObject +@interface DBFILEPROPERTIESAddPropertiesError : NSObject #pragma mark - Instance fields -/// The `DBFILESAddPropertiesErrorTag` enum type represents the possible tag -/// states with which the `DBFILESAddPropertiesError` union can exist. -typedef NS_ENUM(NSInteger, DBFILESAddPropertiesErrorTag) { - /// Property template does not exist for given identifier. - DBFILESAddPropertiesErrorTemplateNotFound, +/// The `DBFILEPROPERTIESAddPropertiesErrorTag` enum type represents the +/// possible tag states with which the `DBFILEPROPERTIESAddPropertiesError` +/// union can exist. +typedef NS_ENUM(NSInteger, DBFILEPROPERTIESAddPropertiesErrorTag) { + /// Template does not exist for the given identifier. + DBFILEPROPERTIESAddPropertiesErrorTemplateNotFound, - /// You do not have the permissions to modify this property template. - DBFILESAddPropertiesErrorRestrictedContent, + /// You do not have permission to modify this template. + DBFILEPROPERTIESAddPropertiesErrorRestrictedContent, /// (no description). - DBFILESAddPropertiesErrorOther, + DBFILEPROPERTIESAddPropertiesErrorOther, /// (no description). - DBFILESAddPropertiesErrorPath, + DBFILEPROPERTIESAddPropertiesErrorPath, - /// A field value in this property group is too large. - DBFILESAddPropertiesErrorPropertyFieldTooLarge, + /// This folder cannot be tagged. Tagging folders is not supported for + /// team-owned templates. + DBFILEPROPERTIESAddPropertiesErrorUnsupportedFolder, - /// The property group specified does not conform to the property template. - DBFILESAddPropertiesErrorDoesNotFitTemplate, + /// One or more of the supplied property field values is too large. + DBFILEPROPERTIESAddPropertiesErrorPropertyFieldTooLarge, - /// This property group already exists for this file. - DBFILESAddPropertiesErrorPropertyGroupAlreadyExists, + /// One or more of the supplied property fields does not conform to the + /// template specifications. + DBFILEPROPERTIESAddPropertiesErrorDoesNotFitTemplate, + + /// A property group associated with this template and file already exists. + DBFILEPROPERTIESAddPropertiesErrorPropertyGroupAlreadyExists, }; /// Represents the union's current tag state. -@property (nonatomic, readonly) DBFILESAddPropertiesErrorTag tag; +@property (nonatomic, readonly) DBFILEPROPERTIESAddPropertiesErrorTag tag; -/// Property template does not exist for given identifier. @note Ensure the +/// Template does not exist for the given identifier. @note Ensure the /// `isTemplateNotFound` method returns true before accessing, otherwise a /// runtime exception will be raised. @property (nonatomic, readonly, copy) NSString *templateNotFound; /// (no description). @note Ensure the `isPath` method returns true before /// accessing, otherwise a runtime exception will be raised. -@property (nonatomic, readonly) DBFILESLookupError *path; +@property (nonatomic, readonly) DBFILEPROPERTIESLookupError *path; #pragma mark - Constructors /// /// Initializes union class with tag state of "template_not_found". /// -/// Description of the "template_not_found" tag state: Property template does -/// not exist for given identifier. +/// Description of the "template_not_found" tag state: Template does not exist +/// for the given identifier. /// -/// @param templateNotFound Property template does not exist for given -/// identifier. +/// @param templateNotFound Template does not exist for the given identifier. /// /// @return An initialized instance. /// @@ -82,8 +87,8 @@ typedef NS_ENUM(NSInteger, DBFILESAddPropertiesErrorTag) { /// /// Initializes union class with tag state of "restricted_content". /// -/// Description of the "restricted_content" tag state: You do not have the -/// permissions to modify this property template. +/// Description of the "restricted_content" tag state: You do not have +/// permission to modify this template. /// /// @return An initialized instance. /// @@ -103,13 +108,23 @@ typedef NS_ENUM(NSInteger, DBFILESAddPropertiesErrorTag) { /// /// @return An initialized instance. /// -- (instancetype)initWithPath:(DBFILESLookupError *)path; +- (instancetype)initWithPath:(DBFILEPROPERTIESLookupError *)path; + +/// +/// Initializes union class with tag state of "unsupported_folder". +/// +/// Description of the "unsupported_folder" tag state: This folder cannot be +/// tagged. Tagging folders is not supported for team-owned templates. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithUnsupportedFolder; /// /// Initializes union class with tag state of "property_field_too_large". /// -/// Description of the "property_field_too_large" tag state: A field value in -/// this property group is too large. +/// Description of the "property_field_too_large" tag state: One or more of the +/// supplied property field values is too large. /// /// @return An initialized instance. /// @@ -118,8 +133,8 @@ typedef NS_ENUM(NSInteger, DBFILESAddPropertiesErrorTag) { /// /// Initializes union class with tag state of "does_not_fit_template". /// -/// Description of the "does_not_fit_template" tag state: The property group -/// specified does not conform to the property template. +/// Description of the "does_not_fit_template" tag state: One or more of the +/// supplied property fields does not conform to the template specifications. /// /// @return An initialized instance. /// @@ -128,8 +143,8 @@ typedef NS_ENUM(NSInteger, DBFILESAddPropertiesErrorTag) { /// /// Initializes union class with tag state of "property_group_already_exists". /// -/// Description of the "property_group_already_exists" tag state: This property -/// group already exists for this file. +/// Description of the "property_group_already_exists" tag state: A property +/// group associated with this template and file already exists. /// /// @return An initialized instance. /// @@ -177,6 +192,15 @@ typedef NS_ENUM(NSInteger, DBFILESAddPropertiesErrorTag) { /// - (BOOL)isPath; +/// +/// Retrieves whether the union's current tag state has value +/// "unsupported_folder". +/// +/// @return Whether the union's current tag state has value +/// "unsupported_folder". +/// +- (BOOL)isUnsupportedFolder; + /// /// Retrieves whether the union's current tag state has value /// "property_field_too_large". @@ -216,29 +240,30 @@ typedef NS_ENUM(NSInteger, DBFILESAddPropertiesErrorTag) { #pragma mark - Serializer Object /// -/// The serialization class for the `DBFILESAddPropertiesError` union. +/// The serialization class for the `DBFILEPROPERTIESAddPropertiesError` union. /// -@interface DBFILESAddPropertiesErrorSerializer : NSObject +@interface DBFILEPROPERTIESAddPropertiesErrorSerializer : NSObject /// -/// Serializes `DBFILESAddPropertiesError` instances. +/// Serializes `DBFILEPROPERTIESAddPropertiesError` instances. /// -/// @param instance An instance of the `DBFILESAddPropertiesError` API object. +/// @param instance An instance of the `DBFILEPROPERTIESAddPropertiesError` API +/// object. /// /// @return A json-compatible dictionary representation of the -/// `DBFILESAddPropertiesError` API object. +/// `DBFILEPROPERTIESAddPropertiesError` API object. /// -+ (NSDictionary *)serialize:(DBFILESAddPropertiesError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESAddPropertiesError *)instance; /// -/// Deserializes `DBFILESAddPropertiesError` instances. +/// Deserializes `DBFILEPROPERTIESAddPropertiesError` instances. /// /// @param dict A json-compatible dictionary representation of the -/// `DBFILESAddPropertiesError` API object. +/// `DBFILEPROPERTIESAddPropertiesError` API object. /// -/// @return An instantiation of the `DBFILESAddPropertiesError` object. +/// @return An instantiation of the `DBFILEPROPERTIESAddPropertiesError` object. /// -+ (DBFILESAddPropertiesError *)deserialize:(NSDictionary *)dict; ++ (DBFILEPROPERTIESAddPropertiesError *)deserialize:(NSDictionary *)dict; @end diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESAddTemplateArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESAddTemplateArg.h new file mode 100644 index 00000000..a091f917 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESAddTemplateArg.h @@ -0,0 +1,80 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBFILEPROPERTIESPropertyGroupTemplate.h" +#import "DBSerializableProtocol.h" + +@class DBFILEPROPERTIESAddTemplateArg; +@class DBFILEPROPERTIESPropertyFieldTemplate; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `AddTemplateArg` struct. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEPROPERTIESAddTemplateArg : DBFILEPROPERTIESPropertyGroupTemplate + +#pragma mark - Instance fields + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param name Display name for the template. Template names can be up to 256 +/// bytes. +/// @param description_ Description for the template. Template descriptions can +/// be up to 1024 bytes. +/// @param fields Definitions of the property fields associated with this +/// template. There can be up to 32 properties in a single template. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithName:(NSString *)name + description_:(NSString *)description_ + fields:(NSArray *)fields; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `AddTemplateArg` struct. +/// +@interface DBFILEPROPERTIESAddTemplateArgSerializer : NSObject + +/// +/// Serializes `DBFILEPROPERTIESAddTemplateArg` instances. +/// +/// @param instance An instance of the `DBFILEPROPERTIESAddTemplateArg` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESAddTemplateArg` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESAddTemplateArg *)instance; + +/// +/// Deserializes `DBFILEPROPERTIESAddTemplateArg` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESAddTemplateArg` API object. +/// +/// @return An instantiation of the `DBFILEPROPERTIESAddTemplateArg` object. +/// ++ (DBFILEPROPERTIESAddTemplateArg *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESAddTemplateResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESAddTemplateResult.h new file mode 100644 index 00000000..a07fcaa1 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESAddTemplateResult.h @@ -0,0 +1,78 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEPROPERTIESAddTemplateResult; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `AddTemplateResult` struct. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEPROPERTIESAddTemplateResult : NSObject + +#pragma mark - Instance fields + +/// An identifier for template added by See `templatesAddForUser` or +/// `templatesAddForTeam`. +@property (nonatomic, readonly, copy) NSString *templateId; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param templateId An identifier for template added by See +/// `templatesAddForUser` or `templatesAddForTeam`. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithTemplateId:(NSString *)templateId; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `AddTemplateResult` struct. +/// +@interface DBFILEPROPERTIESAddTemplateResultSerializer : NSObject + +/// +/// Serializes `DBFILEPROPERTIESAddTemplateResult` instances. +/// +/// @param instance An instance of the `DBFILEPROPERTIESAddTemplateResult` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESAddTemplateResult` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESAddTemplateResult *)instance; + +/// +/// Deserializes `DBFILEPROPERTIESAddTemplateResult` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESAddTemplateResult` API object. +/// +/// @return An instantiation of the `DBFILEPROPERTIESAddTemplateResult` object. +/// ++ (DBFILEPROPERTIESAddTemplateResult *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESGetTemplateArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESGetTemplateArg.h new file mode 100644 index 00000000..f08bcf09 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESGetTemplateArg.h @@ -0,0 +1,78 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEPROPERTIESGetTemplateArg; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `GetTemplateArg` struct. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEPROPERTIESGetTemplateArg : NSObject + +#pragma mark - Instance fields + +/// An identifier for template added by route See `templatesAddForUser` or +/// `templatesAddForTeam`. +@property (nonatomic, readonly, copy) NSString *templateId; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param templateId An identifier for template added by route See +/// `templatesAddForUser` or `templatesAddForTeam`. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithTemplateId:(NSString *)templateId; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `GetTemplateArg` struct. +/// +@interface DBFILEPROPERTIESGetTemplateArgSerializer : NSObject + +/// +/// Serializes `DBFILEPROPERTIESGetTemplateArg` instances. +/// +/// @param instance An instance of the `DBFILEPROPERTIESGetTemplateArg` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESGetTemplateArg` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESGetTemplateArg *)instance; + +/// +/// Deserializes `DBFILEPROPERTIESGetTemplateArg` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESGetTemplateArg` API object. +/// +/// @return An instantiation of the `DBFILEPROPERTIESGetTemplateArg` object. +/// ++ (DBFILEPROPERTIESGetTemplateArg *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESGetTemplateResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESGetTemplateResult.h new file mode 100644 index 00000000..15680fd5 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESGetTemplateResult.h @@ -0,0 +1,80 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBFILEPROPERTIESPropertyGroupTemplate.h" +#import "DBSerializableProtocol.h" + +@class DBFILEPROPERTIESGetTemplateResult; +@class DBFILEPROPERTIESPropertyFieldTemplate; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `GetTemplateResult` struct. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEPROPERTIESGetTemplateResult : DBFILEPROPERTIESPropertyGroupTemplate + +#pragma mark - Instance fields + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param name Display name for the template. Template names can be up to 256 +/// bytes. +/// @param description_ Description for the template. Template descriptions can +/// be up to 1024 bytes. +/// @param fields Definitions of the property fields associated with this +/// template. There can be up to 32 properties in a single template. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithName:(NSString *)name + description_:(NSString *)description_ + fields:(NSArray *)fields; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `GetTemplateResult` struct. +/// +@interface DBFILEPROPERTIESGetTemplateResultSerializer : NSObject + +/// +/// Serializes `DBFILEPROPERTIESGetTemplateResult` instances. +/// +/// @param instance An instance of the `DBFILEPROPERTIESGetTemplateResult` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESGetTemplateResult` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESGetTemplateResult *)instance; + +/// +/// Deserializes `DBFILEPROPERTIESGetTemplateResult` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESGetTemplateResult` API object. +/// +/// @return An instantiation of the `DBFILEPROPERTIESGetTemplateResult` object. +/// ++ (DBFILEPROPERTIESGetTemplateResult *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESInvalidPropertyGroupError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESInvalidPropertyGroupError.h similarity index 54% rename from Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESInvalidPropertyGroupError.h rename to Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESInvalidPropertyGroupError.h index 97615471..5cc0e546 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESInvalidPropertyGroupError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESInvalidPropertyGroupError.h @@ -8,8 +8,8 @@ #import "DBSerializableProtocol.h" -@class DBFILESInvalidPropertyGroupError; -@class DBFILESLookupError; +@class DBFILEPROPERTIESInvalidPropertyGroupError; +@class DBFILEPROPERTIESLookupError; NS_ASSUME_NONNULL_BEGIN @@ -22,56 +22,60 @@ NS_ASSUME_NONNULL_BEGIN /// deserialize instance methods), which is required for all Obj-C SDK API route /// objects. /// -@interface DBFILESInvalidPropertyGroupError : NSObject +@interface DBFILEPROPERTIESInvalidPropertyGroupError : NSObject #pragma mark - Instance fields -/// The `DBFILESInvalidPropertyGroupErrorTag` enum type represents the possible -/// tag states with which the `DBFILESInvalidPropertyGroupError` union can -/// exist. -typedef NS_ENUM(NSInteger, DBFILESInvalidPropertyGroupErrorTag) { - /// Property template does not exist for given identifier. - DBFILESInvalidPropertyGroupErrorTemplateNotFound, +/// The `DBFILEPROPERTIESInvalidPropertyGroupErrorTag` enum type represents the +/// possible tag states with which the +/// `DBFILEPROPERTIESInvalidPropertyGroupError` union can exist. +typedef NS_ENUM(NSInteger, DBFILEPROPERTIESInvalidPropertyGroupErrorTag) { + /// Template does not exist for the given identifier. + DBFILEPROPERTIESInvalidPropertyGroupErrorTemplateNotFound, - /// You do not have the permissions to modify this property template. - DBFILESInvalidPropertyGroupErrorRestrictedContent, + /// You do not have permission to modify this template. + DBFILEPROPERTIESInvalidPropertyGroupErrorRestrictedContent, /// (no description). - DBFILESInvalidPropertyGroupErrorOther, + DBFILEPROPERTIESInvalidPropertyGroupErrorOther, /// (no description). - DBFILESInvalidPropertyGroupErrorPath, + DBFILEPROPERTIESInvalidPropertyGroupErrorPath, - /// A field value in this property group is too large. - DBFILESInvalidPropertyGroupErrorPropertyFieldTooLarge, + /// This folder cannot be tagged. Tagging folders is not supported for + /// team-owned templates. + DBFILEPROPERTIESInvalidPropertyGroupErrorUnsupportedFolder, - /// The property group specified does not conform to the property template. - DBFILESInvalidPropertyGroupErrorDoesNotFitTemplate, + /// One or more of the supplied property field values is too large. + DBFILEPROPERTIESInvalidPropertyGroupErrorPropertyFieldTooLarge, + + /// One or more of the supplied property fields does not conform to the + /// template specifications. + DBFILEPROPERTIESInvalidPropertyGroupErrorDoesNotFitTemplate, }; /// Represents the union's current tag state. -@property (nonatomic, readonly) DBFILESInvalidPropertyGroupErrorTag tag; +@property (nonatomic, readonly) DBFILEPROPERTIESInvalidPropertyGroupErrorTag tag; -/// Property template does not exist for given identifier. @note Ensure the +/// Template does not exist for the given identifier. @note Ensure the /// `isTemplateNotFound` method returns true before accessing, otherwise a /// runtime exception will be raised. @property (nonatomic, readonly, copy) NSString *templateNotFound; /// (no description). @note Ensure the `isPath` method returns true before /// accessing, otherwise a runtime exception will be raised. -@property (nonatomic, readonly) DBFILESLookupError *path; +@property (nonatomic, readonly) DBFILEPROPERTIESLookupError *path; #pragma mark - Constructors /// /// Initializes union class with tag state of "template_not_found". /// -/// Description of the "template_not_found" tag state: Property template does -/// not exist for given identifier. +/// Description of the "template_not_found" tag state: Template does not exist +/// for the given identifier. /// -/// @param templateNotFound Property template does not exist for given -/// identifier. +/// @param templateNotFound Template does not exist for the given identifier. /// /// @return An initialized instance. /// @@ -80,8 +84,8 @@ typedef NS_ENUM(NSInteger, DBFILESInvalidPropertyGroupErrorTag) { /// /// Initializes union class with tag state of "restricted_content". /// -/// Description of the "restricted_content" tag state: You do not have the -/// permissions to modify this property template. +/// Description of the "restricted_content" tag state: You do not have +/// permission to modify this template. /// /// @return An initialized instance. /// @@ -101,13 +105,23 @@ typedef NS_ENUM(NSInteger, DBFILESInvalidPropertyGroupErrorTag) { /// /// @return An initialized instance. /// -- (instancetype)initWithPath:(DBFILESLookupError *)path; +- (instancetype)initWithPath:(DBFILEPROPERTIESLookupError *)path; + +/// +/// Initializes union class with tag state of "unsupported_folder". +/// +/// Description of the "unsupported_folder" tag state: This folder cannot be +/// tagged. Tagging folders is not supported for team-owned templates. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithUnsupportedFolder; /// /// Initializes union class with tag state of "property_field_too_large". /// -/// Description of the "property_field_too_large" tag state: A field value in -/// this property group is too large. +/// Description of the "property_field_too_large" tag state: One or more of the +/// supplied property field values is too large. /// /// @return An initialized instance. /// @@ -116,8 +130,8 @@ typedef NS_ENUM(NSInteger, DBFILESInvalidPropertyGroupErrorTag) { /// /// Initializes union class with tag state of "does_not_fit_template". /// -/// Description of the "does_not_fit_template" tag state: The property group -/// specified does not conform to the property template. +/// Description of the "does_not_fit_template" tag state: One or more of the +/// supplied property fields does not conform to the template specifications. /// /// @return An initialized instance. /// @@ -165,6 +179,15 @@ typedef NS_ENUM(NSInteger, DBFILESInvalidPropertyGroupErrorTag) { /// - (BOOL)isPath; +/// +/// Retrieves whether the union's current tag state has value +/// "unsupported_folder". +/// +/// @return Whether the union's current tag state has value +/// "unsupported_folder". +/// +- (BOOL)isUnsupportedFolder; + /// /// Retrieves whether the union's current tag state has value /// "property_field_too_large". @@ -195,30 +218,32 @@ typedef NS_ENUM(NSInteger, DBFILESInvalidPropertyGroupErrorTag) { #pragma mark - Serializer Object /// -/// The serialization class for the `DBFILESInvalidPropertyGroupError` union. +/// The serialization class for the `DBFILEPROPERTIESInvalidPropertyGroupError` +/// union. /// -@interface DBFILESInvalidPropertyGroupErrorSerializer : NSObject +@interface DBFILEPROPERTIESInvalidPropertyGroupErrorSerializer : NSObject /// -/// Serializes `DBFILESInvalidPropertyGroupError` instances. +/// Serializes `DBFILEPROPERTIESInvalidPropertyGroupError` instances. /// -/// @param instance An instance of the `DBFILESInvalidPropertyGroupError` API -/// object. +/// @param instance An instance of the +/// `DBFILEPROPERTIESInvalidPropertyGroupError` API object. /// /// @return A json-compatible dictionary representation of the -/// `DBFILESInvalidPropertyGroupError` API object. +/// `DBFILEPROPERTIESInvalidPropertyGroupError` API object. /// -+ (NSDictionary *)serialize:(DBFILESInvalidPropertyGroupError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESInvalidPropertyGroupError *)instance; /// -/// Deserializes `DBFILESInvalidPropertyGroupError` instances. +/// Deserializes `DBFILEPROPERTIESInvalidPropertyGroupError` instances. /// /// @param dict A json-compatible dictionary representation of the -/// `DBFILESInvalidPropertyGroupError` API object. +/// `DBFILEPROPERTIESInvalidPropertyGroupError` API object. /// -/// @return An instantiation of the `DBFILESInvalidPropertyGroupError` object. +/// @return An instantiation of the `DBFILEPROPERTIESInvalidPropertyGroupError` +/// object. /// -+ (DBFILESInvalidPropertyGroupError *)deserialize:(NSDictionary *)dict; ++ (DBFILEPROPERTIESInvalidPropertyGroupError *)deserialize:(NSDictionary *)dict; @end diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESListPropertyTemplateIds.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESListTemplateResult.h similarity index 51% rename from Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESListPropertyTemplateIds.h rename to Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESListTemplateResult.h index 2be49e15..99142e8f 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESListPropertyTemplateIds.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESListTemplateResult.h @@ -8,24 +8,25 @@ #import "DBSerializableProtocol.h" -@class DBPROPERTIESListPropertyTemplateIds; +@class DBFILEPROPERTIESListTemplateResult; NS_ASSUME_NONNULL_BEGIN #pragma mark - API Object /// -/// The `ListPropertyTemplateIds` struct. +/// The `ListTemplateResult` struct. /// /// This class implements the `DBSerializable` protocol (serialize and /// deserialize instance methods), which is required for all Obj-C SDK API route /// objects. /// -@interface DBPROPERTIESListPropertyTemplateIds : NSObject +@interface DBFILEPROPERTIESListTemplateResult : NSObject #pragma mark - Instance fields -/// List of identifiers for templates added by route properties/template/add. +/// List of identifiers for templates added by See `templatesAddForUser` or +/// `templatesAddForTeam`. @property (nonatomic, readonly) NSArray *templateIds; #pragma mark - Constructors @@ -33,8 +34,8 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param templateIds List of identifiers for templates added by route -/// properties/template/add. +/// @param templateIds List of identifiers for templates added by See +/// `templatesAddForUser` or `templatesAddForTeam`. /// /// @return An initialized instance. /// @@ -47,31 +48,30 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Serializer Object /// -/// The serialization class for the `ListPropertyTemplateIds` struct. +/// The serialization class for the `ListTemplateResult` struct. /// -@interface DBPROPERTIESListPropertyTemplateIdsSerializer : NSObject +@interface DBFILEPROPERTIESListTemplateResultSerializer : NSObject /// -/// Serializes `DBPROPERTIESListPropertyTemplateIds` instances. +/// Serializes `DBFILEPROPERTIESListTemplateResult` instances. /// -/// @param instance An instance of the `DBPROPERTIESListPropertyTemplateIds` API +/// @param instance An instance of the `DBFILEPROPERTIESListTemplateResult` API /// object. /// /// @return A json-compatible dictionary representation of the -/// `DBPROPERTIESListPropertyTemplateIds` API object. +/// `DBFILEPROPERTIESListTemplateResult` API object. /// -+ (NSDictionary *)serialize:(DBPROPERTIESListPropertyTemplateIds *)instance; ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESListTemplateResult *)instance; /// -/// Deserializes `DBPROPERTIESListPropertyTemplateIds` instances. +/// Deserializes `DBFILEPROPERTIESListTemplateResult` instances. /// /// @param dict A json-compatible dictionary representation of the -/// `DBPROPERTIESListPropertyTemplateIds` API object. +/// `DBFILEPROPERTIESListTemplateResult` API object. /// -/// @return An instantiation of the `DBPROPERTIESListPropertyTemplateIds` -/// object. +/// @return An instantiation of the `DBFILEPROPERTIESListTemplateResult` object. /// -+ (DBPROPERTIESListPropertyTemplateIds *)deserialize:(NSDictionary *)dict; ++ (DBFILEPROPERTIESListTemplateResult *)deserialize:(NSDictionary *)dict; @end diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESLogicalOperator.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESLogicalOperator.h new file mode 100644 index 00000000..17d81bb3 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESLogicalOperator.h @@ -0,0 +1,120 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEPROPERTIESLogicalOperator; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `LogicalOperator` union. +/// +/// Logical operator to join search queries together. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEPROPERTIESLogicalOperator : NSObject + +#pragma mark - Instance fields + +/// The `DBFILEPROPERTIESLogicalOperatorTag` enum type represents the possible +/// tag states with which the `DBFILEPROPERTIESLogicalOperator` union can exist. +typedef NS_ENUM(NSInteger, DBFILEPROPERTIESLogicalOperatorTag) { + /// Append a query with an "or" operator. + DBFILEPROPERTIESLogicalOperatorOrOperator, + + /// (no description). + DBFILEPROPERTIESLogicalOperatorOther, + +}; + +/// Represents the union's current tag state. +@property (nonatomic, readonly) DBFILEPROPERTIESLogicalOperatorTag tag; + +#pragma mark - Constructors + +/// +/// Initializes union class with tag state of "or_operator". +/// +/// Description of the "or_operator" tag state: Append a query with an "or" +/// operator. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOrOperator; + +/// +/// Initializes union class with tag state of "other". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOther; + +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - Tag state methods + +/// +/// Retrieves whether the union's current tag state has value "or_operator". +/// +/// @return Whether the union's current tag state has value "or_operator". +/// +- (BOOL)isOrOperator; + +/// +/// Retrieves whether the union's current tag state has value "other". +/// +/// @return Whether the union's current tag state has value "other". +/// +- (BOOL)isOther; + +/// +/// Retrieves string value of union's current tag state. +/// +/// @return A human-readable string representing the union's current tag state. +/// +- (NSString *)tagName; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `DBFILEPROPERTIESLogicalOperator` union. +/// +@interface DBFILEPROPERTIESLogicalOperatorSerializer : NSObject + +/// +/// Serializes `DBFILEPROPERTIESLogicalOperator` instances. +/// +/// @param instance An instance of the `DBFILEPROPERTIESLogicalOperator` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESLogicalOperator` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESLogicalOperator *)instance; + +/// +/// Deserializes `DBFILEPROPERTIESLogicalOperator` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESLogicalOperator` API object. +/// +/// @return An instantiation of the `DBFILEPROPERTIESLogicalOperator` object. +/// ++ (DBFILEPROPERTIESLogicalOperator *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESLookUpPropertiesError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESLookUpPropertiesError.h new file mode 100644 index 00000000..6faf70ba --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESLookUpPropertiesError.h @@ -0,0 +1,123 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEPROPERTIESLookUpPropertiesError; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `LookUpPropertiesError` union. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEPROPERTIESLookUpPropertiesError : NSObject + +#pragma mark - Instance fields + +/// The `DBFILEPROPERTIESLookUpPropertiesErrorTag` enum type represents the +/// possible tag states with which the `DBFILEPROPERTIESLookUpPropertiesError` +/// union can exist. +typedef NS_ENUM(NSInteger, DBFILEPROPERTIESLookUpPropertiesErrorTag) { + /// No property group was found. + DBFILEPROPERTIESLookUpPropertiesErrorPropertyGroupNotFound, + + /// (no description). + DBFILEPROPERTIESLookUpPropertiesErrorOther, + +}; + +/// Represents the union's current tag state. +@property (nonatomic, readonly) DBFILEPROPERTIESLookUpPropertiesErrorTag tag; + +#pragma mark - Constructors + +/// +/// Initializes union class with tag state of "property_group_not_found". +/// +/// Description of the "property_group_not_found" tag state: No property group +/// was found. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithPropertyGroupNotFound; + +/// +/// Initializes union class with tag state of "other". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOther; + +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - Tag state methods + +/// +/// Retrieves whether the union's current tag state has value +/// "property_group_not_found". +/// +/// @return Whether the union's current tag state has value +/// "property_group_not_found". +/// +- (BOOL)isPropertyGroupNotFound; + +/// +/// Retrieves whether the union's current tag state has value "other". +/// +/// @return Whether the union's current tag state has value "other". +/// +- (BOOL)isOther; + +/// +/// Retrieves string value of union's current tag state. +/// +/// @return A human-readable string representing the union's current tag state. +/// +- (NSString *)tagName; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `DBFILEPROPERTIESLookUpPropertiesError` +/// union. +/// +@interface DBFILEPROPERTIESLookUpPropertiesErrorSerializer : NSObject + +/// +/// Serializes `DBFILEPROPERTIESLookUpPropertiesError` instances. +/// +/// @param instance An instance of the `DBFILEPROPERTIESLookUpPropertiesError` +/// API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESLookUpPropertiesError` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESLookUpPropertiesError *)instance; + +/// +/// Deserializes `DBFILEPROPERTIESLookUpPropertiesError` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESLookUpPropertiesError` API object. +/// +/// @return An instantiation of the `DBFILEPROPERTIESLookUpPropertiesError` +/// object. +/// ++ (DBFILEPROPERTIESLookUpPropertiesError *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESLookupError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESLookupError.h new file mode 100644 index 00000000..8b540569 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESLookupError.h @@ -0,0 +1,209 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEPROPERTIESLookupError; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `LookupError` union. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEPROPERTIESLookupError : NSObject + +#pragma mark - Instance fields + +/// The `DBFILEPROPERTIESLookupErrorTag` enum type represents the possible tag +/// states with which the `DBFILEPROPERTIESLookupError` union can exist. +typedef NS_ENUM(NSInteger, DBFILEPROPERTIESLookupErrorTag) { + /// (no description). + DBFILEPROPERTIESLookupErrorMalformedPath, + + /// There is nothing at the given path. + DBFILEPROPERTIESLookupErrorNotFound, + + /// We were expecting a file, but the given path refers to something that + /// isn't a file. + DBFILEPROPERTIESLookupErrorNotFile, + + /// We were expecting a folder, but the given path refers to something that + /// isn't a folder. + DBFILEPROPERTIESLookupErrorNotFolder, + + /// The file cannot be transferred because the content is restricted. For + /// example, sometimes there are legal restrictions due to copyright claims. + DBFILEPROPERTIESLookupErrorRestrictedContent, + + /// (no description). + DBFILEPROPERTIESLookupErrorOther, + +}; + +/// Represents the union's current tag state. +@property (nonatomic, readonly) DBFILEPROPERTIESLookupErrorTag tag; + +/// (no description). @note Ensure the `isMalformedPath` method returns true +/// before accessing, otherwise a runtime exception will be raised. +@property (nonatomic, readonly, copy) NSString *malformedPath; + +#pragma mark - Constructors + +/// +/// Initializes union class with tag state of "malformed_path". +/// +/// @param malformedPath (no description). +/// +/// @return An initialized instance. +/// +- (instancetype)initWithMalformedPath:(NSString *)malformedPath; + +/// +/// Initializes union class with tag state of "not_found". +/// +/// Description of the "not_found" tag state: There is nothing at the given +/// path. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithNotFound; + +/// +/// Initializes union class with tag state of "not_file". +/// +/// Description of the "not_file" tag state: We were expecting a file, but the +/// given path refers to something that isn't a file. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithNotFile; + +/// +/// Initializes union class with tag state of "not_folder". +/// +/// Description of the "not_folder" tag state: We were expecting a folder, but +/// the given path refers to something that isn't a folder. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithNotFolder; + +/// +/// Initializes union class with tag state of "restricted_content". +/// +/// Description of the "restricted_content" tag state: The file cannot be +/// transferred because the content is restricted. For example, sometimes there +/// are legal restrictions due to copyright claims. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithRestrictedContent; + +/// +/// Initializes union class with tag state of "other". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOther; + +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - Tag state methods + +/// +/// Retrieves whether the union's current tag state has value "malformed_path". +/// +/// @note Call this method and ensure it returns true before accessing the +/// `malformedPath` property, otherwise a runtime exception will be thrown. +/// +/// @return Whether the union's current tag state has value "malformed_path". +/// +- (BOOL)isMalformedPath; + +/// +/// Retrieves whether the union's current tag state has value "not_found". +/// +/// @return Whether the union's current tag state has value "not_found". +/// +- (BOOL)isNotFound; + +/// +/// Retrieves whether the union's current tag state has value "not_file". +/// +/// @return Whether the union's current tag state has value "not_file". +/// +- (BOOL)isNotFile; + +/// +/// Retrieves whether the union's current tag state has value "not_folder". +/// +/// @return Whether the union's current tag state has value "not_folder". +/// +- (BOOL)isNotFolder; + +/// +/// Retrieves whether the union's current tag state has value +/// "restricted_content". +/// +/// @return Whether the union's current tag state has value +/// "restricted_content". +/// +- (BOOL)isRestrictedContent; + +/// +/// Retrieves whether the union's current tag state has value "other". +/// +/// @return Whether the union's current tag state has value "other". +/// +- (BOOL)isOther; + +/// +/// Retrieves string value of union's current tag state. +/// +/// @return A human-readable string representing the union's current tag state. +/// +- (NSString *)tagName; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `DBFILEPROPERTIESLookupError` union. +/// +@interface DBFILEPROPERTIESLookupErrorSerializer : NSObject + +/// +/// Serializes `DBFILEPROPERTIESLookupError` instances. +/// +/// @param instance An instance of the `DBFILEPROPERTIESLookupError` API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESLookupError` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESLookupError *)instance; + +/// +/// Deserializes `DBFILEPROPERTIESLookupError` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESLookupError` API object. +/// +/// @return An instantiation of the `DBFILEPROPERTIESLookupError` object. +/// ++ (DBFILEPROPERTIESLookupError *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESModifyPropertyTemplateError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESModifyTemplateError.h similarity index 67% rename from Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESModifyPropertyTemplateError.h rename to Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESModifyTemplateError.h index 2b10a8e6..88ea1283 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESModifyPropertyTemplateError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESModifyTemplateError.h @@ -8,55 +8,56 @@ #import "DBSerializableProtocol.h" -@class DBPROPERTIESModifyPropertyTemplateError; +@class DBFILEPROPERTIESModifyTemplateError; NS_ASSUME_NONNULL_BEGIN #pragma mark - API Object /// -/// The `ModifyPropertyTemplateError` union. +/// The `ModifyTemplateError` union. /// /// This class implements the `DBSerializable` protocol (serialize and /// deserialize instance methods), which is required for all Obj-C SDK API route /// objects. /// -@interface DBPROPERTIESModifyPropertyTemplateError : NSObject +@interface DBFILEPROPERTIESModifyTemplateError : NSObject #pragma mark - Instance fields -/// The `DBPROPERTIESModifyPropertyTemplateErrorTag` enum type represents the -/// possible tag states with which the `DBPROPERTIESModifyPropertyTemplateError` +/// The `DBFILEPROPERTIESModifyTemplateErrorTag` enum type represents the +/// possible tag states with which the `DBFILEPROPERTIESModifyTemplateError` /// union can exist. -typedef NS_ENUM(NSInteger, DBPROPERTIESModifyPropertyTemplateErrorTag) { - /// Property template does not exist for given identifier. - DBPROPERTIESModifyPropertyTemplateErrorTemplateNotFound, +typedef NS_ENUM(NSInteger, DBFILEPROPERTIESModifyTemplateErrorTag) { + /// Template does not exist for the given identifier. + DBFILEPROPERTIESModifyTemplateErrorTemplateNotFound, - /// You do not have the permissions to modify this property template. - DBPROPERTIESModifyPropertyTemplateErrorRestrictedContent, + /// You do not have permission to modify this template. + DBFILEPROPERTIESModifyTemplateErrorRestrictedContent, /// (no description). - DBPROPERTIESModifyPropertyTemplateErrorOther, + DBFILEPROPERTIESModifyTemplateErrorOther, - /// A property field name already exists in the template. - DBPROPERTIESModifyPropertyTemplateErrorConflictingPropertyNames, + /// A property field key with that name already exists in the template. + DBFILEPROPERTIESModifyTemplateErrorConflictingPropertyNames, /// There are too many properties in the changed template. The maximum /// number of properties per template is 32. - DBPROPERTIESModifyPropertyTemplateErrorTooManyProperties, + DBFILEPROPERTIESModifyTemplateErrorTooManyProperties, /// There are too many templates for the team. - DBPROPERTIESModifyPropertyTemplateErrorTooManyTemplates, + DBFILEPROPERTIESModifyTemplateErrorTooManyTemplates, - /// The template name, description or field names is too large. - DBPROPERTIESModifyPropertyTemplateErrorTemplateAttributeTooLarge, + /// The template name, description or one or more of the property field keys + /// is too large. + DBFILEPROPERTIESModifyTemplateErrorTemplateAttributeTooLarge, }; /// Represents the union's current tag state. -@property (nonatomic, readonly) DBPROPERTIESModifyPropertyTemplateErrorTag tag; +@property (nonatomic, readonly) DBFILEPROPERTIESModifyTemplateErrorTag tag; -/// Property template does not exist for given identifier. @note Ensure the +/// Template does not exist for the given identifier. @note Ensure the /// `isTemplateNotFound` method returns true before accessing, otherwise a /// runtime exception will be raised. @property (nonatomic, readonly, copy) NSString *templateNotFound; @@ -66,11 +67,10 @@ typedef NS_ENUM(NSInteger, DBPROPERTIESModifyPropertyTemplateErrorTag) { /// /// Initializes union class with tag state of "template_not_found". /// -/// Description of the "template_not_found" tag state: Property template does -/// not exist for given identifier. +/// Description of the "template_not_found" tag state: Template does not exist +/// for the given identifier. /// -/// @param templateNotFound Property template does not exist for given -/// identifier. +/// @param templateNotFound Template does not exist for the given identifier. /// /// @return An initialized instance. /// @@ -79,8 +79,8 @@ typedef NS_ENUM(NSInteger, DBPROPERTIESModifyPropertyTemplateErrorTag) { /// /// Initializes union class with tag state of "restricted_content". /// -/// Description of the "restricted_content" tag state: You do not have the -/// permissions to modify this property template. +/// Description of the "restricted_content" tag state: You do not have +/// permission to modify this template. /// /// @return An initialized instance. /// @@ -97,7 +97,7 @@ typedef NS_ENUM(NSInteger, DBPROPERTIESModifyPropertyTemplateErrorTag) { /// Initializes union class with tag state of "conflicting_property_names". /// /// Description of the "conflicting_property_names" tag state: A property field -/// name already exists in the template. +/// key with that name already exists in the template. /// /// @return An initialized instance. /// @@ -128,7 +128,7 @@ typedef NS_ENUM(NSInteger, DBPROPERTIESModifyPropertyTemplateErrorTag) { /// Initializes union class with tag state of "template_attribute_too_large". /// /// Description of the "template_attribute_too_large" tag state: The template -/// name, description or field names is too large. +/// name, description or one or more of the property field keys is too large. /// /// @return An initialized instance. /// @@ -214,32 +214,31 @@ typedef NS_ENUM(NSInteger, DBPROPERTIESModifyPropertyTemplateErrorTag) { #pragma mark - Serializer Object /// -/// The serialization class for the `DBPROPERTIESModifyPropertyTemplateError` -/// union. +/// The serialization class for the `DBFILEPROPERTIESModifyTemplateError` union. /// -@interface DBPROPERTIESModifyPropertyTemplateErrorSerializer : NSObject +@interface DBFILEPROPERTIESModifyTemplateErrorSerializer : NSObject /// -/// Serializes `DBPROPERTIESModifyPropertyTemplateError` instances. +/// Serializes `DBFILEPROPERTIESModifyTemplateError` instances. /// -/// @param instance An instance of the `DBPROPERTIESModifyPropertyTemplateError` -/// API object. +/// @param instance An instance of the `DBFILEPROPERTIESModifyTemplateError` API +/// object. /// /// @return A json-compatible dictionary representation of the -/// `DBPROPERTIESModifyPropertyTemplateError` API object. +/// `DBFILEPROPERTIESModifyTemplateError` API object. /// -+ (NSDictionary *)serialize:(DBPROPERTIESModifyPropertyTemplateError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESModifyTemplateError *)instance; /// -/// Deserializes `DBPROPERTIESModifyPropertyTemplateError` instances. +/// Deserializes `DBFILEPROPERTIESModifyTemplateError` instances. /// /// @param dict A json-compatible dictionary representation of the -/// `DBPROPERTIESModifyPropertyTemplateError` API object. +/// `DBFILEPROPERTIESModifyTemplateError` API object. /// -/// @return An instantiation of the `DBPROPERTIESModifyPropertyTemplateError` +/// @return An instantiation of the `DBFILEPROPERTIESModifyTemplateError` /// object. /// -+ (DBPROPERTIESModifyPropertyTemplateError *)deserialize:(NSDictionary *)dict; ++ (DBFILEPROPERTIESModifyTemplateError *)deserialize:(NSDictionary *)dict; @end diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESOverwritePropertyGroupArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESOverwritePropertyGroupArg.h new file mode 100644 index 00000000..6a727d26 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESOverwritePropertyGroupArg.h @@ -0,0 +1,82 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEPROPERTIESOverwritePropertyGroupArg; +@class DBFILEPROPERTIESPropertyGroup; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `OverwritePropertyGroupArg` struct. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEPROPERTIESOverwritePropertyGroupArg : NSObject + +#pragma mark - Instance fields + +/// A unique identifier for the file or folder. +@property (nonatomic, readonly, copy) NSString *path; + +/// The property groups "snapshot" updates to force apply. +@property (nonatomic, readonly) NSArray *propertyGroups; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param path A unique identifier for the file or folder. +/// @param propertyGroups The property groups "snapshot" updates to force apply. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithPath:(NSString *)path propertyGroups:(NSArray *)propertyGroups; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `OverwritePropertyGroupArg` struct. +/// +@interface DBFILEPROPERTIESOverwritePropertyGroupArgSerializer : NSObject + +/// +/// Serializes `DBFILEPROPERTIESOverwritePropertyGroupArg` instances. +/// +/// @param instance An instance of the +/// `DBFILEPROPERTIESOverwritePropertyGroupArg` API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESOverwritePropertyGroupArg` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESOverwritePropertyGroupArg *)instance; + +/// +/// Deserializes `DBFILEPROPERTIESOverwritePropertyGroupArg` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESOverwritePropertyGroupArg` API object. +/// +/// @return An instantiation of the `DBFILEPROPERTIESOverwritePropertyGroupArg` +/// object. +/// ++ (DBFILEPROPERTIESOverwritePropertyGroupArg *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPropertiesError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesError.h similarity index 55% rename from Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPropertiesError.h rename to Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesError.h index 7c819ed9..e31054be 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPropertiesError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesError.h @@ -8,8 +8,8 @@ #import "DBSerializableProtocol.h" -@class DBFILESLookupError; -@class DBFILESPropertiesError; +@class DBFILEPROPERTIESLookupError; +@class DBFILEPROPERTIESPropertiesError; NS_ASSUME_NONNULL_BEGIN @@ -22,49 +22,52 @@ NS_ASSUME_NONNULL_BEGIN /// deserialize instance methods), which is required for all Obj-C SDK API route /// objects. /// -@interface DBFILESPropertiesError : NSObject +@interface DBFILEPROPERTIESPropertiesError : NSObject #pragma mark - Instance fields -/// The `DBFILESPropertiesErrorTag` enum type represents the possible tag states -/// with which the `DBFILESPropertiesError` union can exist. -typedef NS_ENUM(NSInteger, DBFILESPropertiesErrorTag) { - /// Property template does not exist for given identifier. - DBFILESPropertiesErrorTemplateNotFound, +/// The `DBFILEPROPERTIESPropertiesErrorTag` enum type represents the possible +/// tag states with which the `DBFILEPROPERTIESPropertiesError` union can exist. +typedef NS_ENUM(NSInteger, DBFILEPROPERTIESPropertiesErrorTag) { + /// Template does not exist for the given identifier. + DBFILEPROPERTIESPropertiesErrorTemplateNotFound, - /// You do not have the permissions to modify this property template. - DBFILESPropertiesErrorRestrictedContent, + /// You do not have permission to modify this template. + DBFILEPROPERTIESPropertiesErrorRestrictedContent, /// (no description). - DBFILESPropertiesErrorOther, + DBFILEPROPERTIESPropertiesErrorOther, /// (no description). - DBFILESPropertiesErrorPath, + DBFILEPROPERTIESPropertiesErrorPath, + + /// This folder cannot be tagged. Tagging folders is not supported for + /// team-owned templates. + DBFILEPROPERTIESPropertiesErrorUnsupportedFolder, }; /// Represents the union's current tag state. -@property (nonatomic, readonly) DBFILESPropertiesErrorTag tag; +@property (nonatomic, readonly) DBFILEPROPERTIESPropertiesErrorTag tag; -/// Property template does not exist for given identifier. @note Ensure the +/// Template does not exist for the given identifier. @note Ensure the /// `isTemplateNotFound` method returns true before accessing, otherwise a /// runtime exception will be raised. @property (nonatomic, readonly, copy) NSString *templateNotFound; /// (no description). @note Ensure the `isPath` method returns true before /// accessing, otherwise a runtime exception will be raised. -@property (nonatomic, readonly) DBFILESLookupError *path; +@property (nonatomic, readonly) DBFILEPROPERTIESLookupError *path; #pragma mark - Constructors /// /// Initializes union class with tag state of "template_not_found". /// -/// Description of the "template_not_found" tag state: Property template does -/// not exist for given identifier. +/// Description of the "template_not_found" tag state: Template does not exist +/// for the given identifier. /// -/// @param templateNotFound Property template does not exist for given -/// identifier. +/// @param templateNotFound Template does not exist for the given identifier. /// /// @return An initialized instance. /// @@ -73,8 +76,8 @@ typedef NS_ENUM(NSInteger, DBFILESPropertiesErrorTag) { /// /// Initializes union class with tag state of "restricted_content". /// -/// Description of the "restricted_content" tag state: You do not have the -/// permissions to modify this property template. +/// Description of the "restricted_content" tag state: You do not have +/// permission to modify this template. /// /// @return An initialized instance. /// @@ -94,7 +97,17 @@ typedef NS_ENUM(NSInteger, DBFILESPropertiesErrorTag) { /// /// @return An initialized instance. /// -- (instancetype)initWithPath:(DBFILESLookupError *)path; +- (instancetype)initWithPath:(DBFILEPROPERTIESLookupError *)path; + +/// +/// Initializes union class with tag state of "unsupported_folder". +/// +/// Description of the "unsupported_folder" tag state: This folder cannot be +/// tagged. Tagging folders is not supported for team-owned templates. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithUnsupportedFolder; - (instancetype)init NS_UNAVAILABLE; @@ -138,6 +151,15 @@ typedef NS_ENUM(NSInteger, DBFILESPropertiesErrorTag) { /// - (BOOL)isPath; +/// +/// Retrieves whether the union's current tag state has value +/// "unsupported_folder". +/// +/// @return Whether the union's current tag state has value +/// "unsupported_folder". +/// +- (BOOL)isUnsupportedFolder; + /// /// Retrieves string value of union's current tag state. /// @@ -150,29 +172,30 @@ typedef NS_ENUM(NSInteger, DBFILESPropertiesErrorTag) { #pragma mark - Serializer Object /// -/// The serialization class for the `DBFILESPropertiesError` union. +/// The serialization class for the `DBFILEPROPERTIESPropertiesError` union. /// -@interface DBFILESPropertiesErrorSerializer : NSObject +@interface DBFILEPROPERTIESPropertiesErrorSerializer : NSObject /// -/// Serializes `DBFILESPropertiesError` instances. +/// Serializes `DBFILEPROPERTIESPropertiesError` instances. /// -/// @param instance An instance of the `DBFILESPropertiesError` API object. +/// @param instance An instance of the `DBFILEPROPERTIESPropertiesError` API +/// object. /// /// @return A json-compatible dictionary representation of the -/// `DBFILESPropertiesError` API object. +/// `DBFILEPROPERTIESPropertiesError` API object. /// -+ (NSDictionary *)serialize:(DBFILESPropertiesError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESPropertiesError *)instance; /// -/// Deserializes `DBFILESPropertiesError` instances. +/// Deserializes `DBFILEPROPERTIESPropertiesError` instances. /// /// @param dict A json-compatible dictionary representation of the -/// `DBFILESPropertiesError` API object. +/// `DBFILEPROPERTIESPropertiesError` API object. /// -/// @return An instantiation of the `DBFILESPropertiesError` object. +/// @return An instantiation of the `DBFILEPROPERTIESPropertiesError` object. /// -+ (DBFILESPropertiesError *)deserialize:(NSDictionary *)dict; ++ (DBFILEPROPERTIESPropertiesError *)deserialize:(NSDictionary *)dict; @end diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchArg.h new file mode 100644 index 00000000..12296daf --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchArg.h @@ -0,0 +1,96 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEPROPERTIESPropertiesSearchArg; +@class DBFILEPROPERTIESPropertiesSearchQuery; +@class DBFILEPROPERTIESTemplateFilter; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `PropertiesSearchArg` struct. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEPROPERTIESPropertiesSearchArg : NSObject + +#pragma mark - Instance fields + +/// Queries to search. +@property (nonatomic, readonly) NSArray *queries; + +/// Filter results to contain only properties associated with these template +/// IDs. +@property (nonatomic, readonly) DBFILEPROPERTIESTemplateFilter *templateFilter; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param queries Queries to search. +/// @param templateFilter Filter results to contain only properties associated +/// with these template IDs. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithQueries:(NSArray *)queries + templateFilter:(nullable DBFILEPROPERTIESTemplateFilter *)templateFilter; + +/// +/// Convenience constructor (exposes only non-nullable instance variables with +/// no default value). +/// +/// @param queries Queries to search. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithQueries:(NSArray *)queries; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `PropertiesSearchArg` struct. +/// +@interface DBFILEPROPERTIESPropertiesSearchArgSerializer : NSObject + +/// +/// Serializes `DBFILEPROPERTIESPropertiesSearchArg` instances. +/// +/// @param instance An instance of the `DBFILEPROPERTIESPropertiesSearchArg` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESPropertiesSearchArg` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESPropertiesSearchArg *)instance; + +/// +/// Deserializes `DBFILEPROPERTIESPropertiesSearchArg` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESPropertiesSearchArg` API object. +/// +/// @return An instantiation of the `DBFILEPROPERTIESPropertiesSearchArg` +/// object. +/// ++ (DBFILEPROPERTIESPropertiesSearchArg *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchError.h new file mode 100644 index 00000000..40b9e188 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchError.h @@ -0,0 +1,131 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEPROPERTIESLookUpPropertiesError; +@class DBFILEPROPERTIESPropertiesSearchError; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `PropertiesSearchError` union. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEPROPERTIESPropertiesSearchError : NSObject + +#pragma mark - Instance fields + +/// The `DBFILEPROPERTIESPropertiesSearchErrorTag` enum type represents the +/// possible tag states with which the `DBFILEPROPERTIESPropertiesSearchError` +/// union can exist. +typedef NS_ENUM(NSInteger, DBFILEPROPERTIESPropertiesSearchErrorTag) { + /// (no description). + DBFILEPROPERTIESPropertiesSearchErrorPropertyGroupLookup, + + /// (no description). + DBFILEPROPERTIESPropertiesSearchErrorOther, + +}; + +/// Represents the union's current tag state. +@property (nonatomic, readonly) DBFILEPROPERTIESPropertiesSearchErrorTag tag; + +/// (no description). @note Ensure the `isPropertyGroupLookup` method returns +/// true before accessing, otherwise a runtime exception will be raised. +@property (nonatomic, readonly) DBFILEPROPERTIESLookUpPropertiesError *propertyGroupLookup; + +#pragma mark - Constructors + +/// +/// Initializes union class with tag state of "property_group_lookup". +/// +/// @param propertyGroupLookup (no description). +/// +/// @return An initialized instance. +/// +- (instancetype)initWithPropertyGroupLookup:(DBFILEPROPERTIESLookUpPropertiesError *)propertyGroupLookup; + +/// +/// Initializes union class with tag state of "other". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOther; + +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - Tag state methods + +/// +/// Retrieves whether the union's current tag state has value +/// "property_group_lookup". +/// +/// @note Call this method and ensure it returns true before accessing the +/// `propertyGroupLookup` property, otherwise a runtime exception will be +/// thrown. +/// +/// @return Whether the union's current tag state has value +/// "property_group_lookup". +/// +- (BOOL)isPropertyGroupLookup; + +/// +/// Retrieves whether the union's current tag state has value "other". +/// +/// @return Whether the union's current tag state has value "other". +/// +- (BOOL)isOther; + +/// +/// Retrieves string value of union's current tag state. +/// +/// @return A human-readable string representing the union's current tag state. +/// +- (NSString *)tagName; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `DBFILEPROPERTIESPropertiesSearchError` +/// union. +/// +@interface DBFILEPROPERTIESPropertiesSearchErrorSerializer : NSObject + +/// +/// Serializes `DBFILEPROPERTIESPropertiesSearchError` instances. +/// +/// @param instance An instance of the `DBFILEPROPERTIESPropertiesSearchError` +/// API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESPropertiesSearchError` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESPropertiesSearchError *)instance; + +/// +/// Deserializes `DBFILEPROPERTIESPropertiesSearchError` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESPropertiesSearchError` API object. +/// +/// @return An instantiation of the `DBFILEPROPERTIESPropertiesSearchError` +/// object. +/// ++ (DBFILEPROPERTIESPropertiesSearchError *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchMatch.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchMatch.h new file mode 100644 index 00000000..98588006 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchMatch.h @@ -0,0 +1,89 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEPROPERTIESPropertiesSearchMatch; +@class DBFILEPROPERTIESPropertyGroup; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `PropertiesSearchMatch` struct. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEPROPERTIESPropertiesSearchMatch : NSObject + +#pragma mark - Instance fields + +/// The ID for the matched file or folder. +@property (nonatomic, readonly, copy) NSString *id_; + +/// The path for the matched file or folder. +@property (nonatomic, readonly, copy) NSString *path; + +/// List of custom property groups associated with the file. +@property (nonatomic, readonly) NSArray *propertyGroups; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param id_ The ID for the matched file or folder. +/// @param path The path for the matched file or folder. +/// @param propertyGroups List of custom property groups associated with the +/// file. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithId_:(NSString *)id_ + path:(NSString *)path + propertyGroups:(NSArray *)propertyGroups; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `PropertiesSearchMatch` struct. +/// +@interface DBFILEPROPERTIESPropertiesSearchMatchSerializer : NSObject + +/// +/// Serializes `DBFILEPROPERTIESPropertiesSearchMatch` instances. +/// +/// @param instance An instance of the `DBFILEPROPERTIESPropertiesSearchMatch` +/// API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESPropertiesSearchMatch` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESPropertiesSearchMatch *)instance; + +/// +/// Deserializes `DBFILEPROPERTIESPropertiesSearchMatch` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESPropertiesSearchMatch` API object. +/// +/// @return An instantiation of the `DBFILEPROPERTIESPropertiesSearchMatch` +/// object. +/// ++ (DBFILEPROPERTIESPropertiesSearchMatch *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchMode.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchMode.h new file mode 100644 index 00000000..bad90a91 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchMode.h @@ -0,0 +1,131 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEPROPERTIESPropertiesSearchMode; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `PropertiesSearchMode` union. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEPROPERTIESPropertiesSearchMode : NSObject + +#pragma mark - Instance fields + +/// The `DBFILEPROPERTIESPropertiesSearchModeTag` enum type represents the +/// possible tag states with which the `DBFILEPROPERTIESPropertiesSearchMode` +/// union can exist. +typedef NS_ENUM(NSInteger, DBFILEPROPERTIESPropertiesSearchModeTag) { + /// Search for a value associated with this field name. + DBFILEPROPERTIESPropertiesSearchModeFieldName, + + /// (no description). + DBFILEPROPERTIESPropertiesSearchModeOther, + +}; + +/// Represents the union's current tag state. +@property (nonatomic, readonly) DBFILEPROPERTIESPropertiesSearchModeTag tag; + +/// Search for a value associated with this field name. @note Ensure the +/// `isFieldName` method returns true before accessing, otherwise a runtime +/// exception will be raised. +@property (nonatomic, readonly, copy) NSString *fieldName; + +#pragma mark - Constructors + +/// +/// Initializes union class with tag state of "field_name". +/// +/// Description of the "field_name" tag state: Search for a value associated +/// with this field name. +/// +/// @param fieldName Search for a value associated with this field name. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithFieldName:(NSString *)fieldName; + +/// +/// Initializes union class with tag state of "other". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOther; + +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - Tag state methods + +/// +/// Retrieves whether the union's current tag state has value "field_name". +/// +/// @note Call this method and ensure it returns true before accessing the +/// `fieldName` property, otherwise a runtime exception will be thrown. +/// +/// @return Whether the union's current tag state has value "field_name". +/// +- (BOOL)isFieldName; + +/// +/// Retrieves whether the union's current tag state has value "other". +/// +/// @return Whether the union's current tag state has value "other". +/// +- (BOOL)isOther; + +/// +/// Retrieves string value of union's current tag state. +/// +/// @return A human-readable string representing the union's current tag state. +/// +- (NSString *)tagName; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `DBFILEPROPERTIESPropertiesSearchMode` +/// union. +/// +@interface DBFILEPROPERTIESPropertiesSearchModeSerializer : NSObject + +/// +/// Serializes `DBFILEPROPERTIESPropertiesSearchMode` instances. +/// +/// @param instance An instance of the `DBFILEPROPERTIESPropertiesSearchMode` +/// API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESPropertiesSearchMode` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESPropertiesSearchMode *)instance; + +/// +/// Deserializes `DBFILEPROPERTIESPropertiesSearchMode` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESPropertiesSearchMode` API object. +/// +/// @return An instantiation of the `DBFILEPROPERTIESPropertiesSearchMode` +/// object. +/// ++ (DBFILEPROPERTIESPropertiesSearchMode *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchQuery.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchQuery.h new file mode 100644 index 00000000..81247715 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchQuery.h @@ -0,0 +1,100 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEPROPERTIESLogicalOperator; +@class DBFILEPROPERTIESPropertiesSearchMode; +@class DBFILEPROPERTIESPropertiesSearchQuery; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `PropertiesSearchQuery` struct. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEPROPERTIESPropertiesSearchQuery : NSObject + +#pragma mark - Instance fields + +/// The property field value for which to search across templates. +@property (nonatomic, readonly, copy) NSString *query; + +/// The mode with which to perform the search. +@property (nonatomic, readonly) DBFILEPROPERTIESPropertiesSearchMode *mode; + +/// The logical operator with which to append the query. +@property (nonatomic, readonly) DBFILEPROPERTIESLogicalOperator *logicalOperator; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param query The property field value for which to search across templates. +/// @param mode The mode with which to perform the search. +/// @param logicalOperator The logical operator with which to append the query. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithQuery:(NSString *)query + mode:(DBFILEPROPERTIESPropertiesSearchMode *)mode + logicalOperator:(nullable DBFILEPROPERTIESLogicalOperator *)logicalOperator; + +/// +/// Convenience constructor (exposes only non-nullable instance variables with +/// no default value). +/// +/// @param query The property field value for which to search across templates. +/// @param mode The mode with which to perform the search. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithQuery:(NSString *)query mode:(DBFILEPROPERTIESPropertiesSearchMode *)mode; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `PropertiesSearchQuery` struct. +/// +@interface DBFILEPROPERTIESPropertiesSearchQuerySerializer : NSObject + +/// +/// Serializes `DBFILEPROPERTIESPropertiesSearchQuery` instances. +/// +/// @param instance An instance of the `DBFILEPROPERTIESPropertiesSearchQuery` +/// API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESPropertiesSearchQuery` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESPropertiesSearchQuery *)instance; + +/// +/// Deserializes `DBFILEPROPERTIESPropertiesSearchQuery` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESPropertiesSearchQuery` API object. +/// +/// @return An instantiation of the `DBFILEPROPERTIESPropertiesSearchQuery` +/// object. +/// ++ (DBFILEPROPERTIESPropertiesSearchQuery *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchResult.h new file mode 100644 index 00000000..f2fff065 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchResult.h @@ -0,0 +1,78 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEPROPERTIESPropertiesSearchMatch; +@class DBFILEPROPERTIESPropertiesSearchResult; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `PropertiesSearchResult` struct. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEPROPERTIESPropertiesSearchResult : NSObject + +#pragma mark - Instance fields + +/// A list (possibly empty) of matches for the query. +@property (nonatomic, readonly) NSArray *matches; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param matches A list (possibly empty) of matches for the query. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithMatches:(NSArray *)matches; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `PropertiesSearchResult` struct. +/// +@interface DBFILEPROPERTIESPropertiesSearchResultSerializer : NSObject + +/// +/// Serializes `DBFILEPROPERTIESPropertiesSearchResult` instances. +/// +/// @param instance An instance of the `DBFILEPROPERTIESPropertiesSearchResult` +/// API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESPropertiesSearchResult` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESPropertiesSearchResult *)instance; + +/// +/// Deserializes `DBFILEPROPERTIESPropertiesSearchResult` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESPropertiesSearchResult` API object. +/// +/// @return An instantiation of the `DBFILEPROPERTIESPropertiesSearchResult` +/// object. +/// ++ (DBFILEPROPERTIESPropertiesSearchResult *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyField.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyField.h new file mode 100644 index 00000000..27487112 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyField.h @@ -0,0 +1,87 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEPROPERTIESPropertyField; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `PropertyField` struct. +/// +/// Raw key/value data to be associated with a Dropbox file. Property fields are +/// added to Dropbox files as a PropertyGroup. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEPROPERTIESPropertyField : NSObject + +#pragma mark - Instance fields + +/// Key of the property field associated with a file and template. Keys can be +/// up to 256 bytes. +@property (nonatomic, readonly, copy) NSString *name; + +/// Value of the property field associated with a file and template. Values can +/// be up to 1024 bytes. +@property (nonatomic, readonly, copy) NSString *value; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param name Key of the property field associated with a file and template. +/// Keys can be up to 256 bytes. +/// @param value Value of the property field associated with a file and +/// template. Values can be up to 1024 bytes. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithName:(NSString *)name value:(NSString *)value; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `PropertyField` struct. +/// +@interface DBFILEPROPERTIESPropertyFieldSerializer : NSObject + +/// +/// Serializes `DBFILEPROPERTIESPropertyField` instances. +/// +/// @param instance An instance of the `DBFILEPROPERTIESPropertyField` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESPropertyField` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESPropertyField *)instance; + +/// +/// Deserializes `DBFILEPROPERTIESPropertyField` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESPropertyField` API object. +/// +/// @return An instantiation of the `DBFILEPROPERTIESPropertyField` object. +/// ++ (DBFILEPROPERTIESPropertyField *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyFieldTemplate.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyFieldTemplate.h new file mode 100644 index 00000000..6d372557 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyFieldTemplate.h @@ -0,0 +1,97 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEPROPERTIESPropertyFieldTemplate; +@class DBFILEPROPERTIESPropertyType; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `PropertyFieldTemplate` struct. +/// +/// Defines how a single property field may be structured. Used exclusively by +/// PropertyGroupTemplate. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEPROPERTIESPropertyFieldTemplate : NSObject + +#pragma mark - Instance fields + +/// Key of the property field being described. Property field keys can be up to +/// 256 bytes. +@property (nonatomic, readonly, copy) NSString *name; + +/// Description of the property field. Property field descriptions can be up to +/// 1024 bytes. +@property (nonatomic, readonly, copy) NSString *description_; + +/// Data type of the value of this property field. This type will be enforced +/// upon property creation and modifications. +@property (nonatomic, readonly) DBFILEPROPERTIESPropertyType *type; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param name Key of the property field being described. Property field keys +/// can be up to 256 bytes. +/// @param description_ Description of the property field. Property field +/// descriptions can be up to 1024 bytes. +/// @param type Data type of the value of this property field. This type will be +/// enforced upon property creation and modifications. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithName:(NSString *)name + description_:(NSString *)description_ + type:(DBFILEPROPERTIESPropertyType *)type; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `PropertyFieldTemplate` struct. +/// +@interface DBFILEPROPERTIESPropertyFieldTemplateSerializer : NSObject + +/// +/// Serializes `DBFILEPROPERTIESPropertyFieldTemplate` instances. +/// +/// @param instance An instance of the `DBFILEPROPERTIESPropertyFieldTemplate` +/// API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESPropertyFieldTemplate` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESPropertyFieldTemplate *)instance; + +/// +/// Deserializes `DBFILEPROPERTIESPropertyFieldTemplate` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESPropertyFieldTemplate` API object. +/// +/// @return An instantiation of the `DBFILEPROPERTIESPropertyFieldTemplate` +/// object. +/// ++ (DBFILEPROPERTIESPropertyFieldTemplate *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyGroup.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyGroup.h new file mode 100644 index 00000000..d3fffb43 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyGroup.h @@ -0,0 +1,88 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEPROPERTIESPropertyField; +@class DBFILEPROPERTIESPropertyGroup; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `PropertyGroup` struct. +/// +/// A subset of the property fields described by the corresponding +/// PropertyGroupTemplate. Properties are always added to a Dropbox file as a +/// PropertyGroup. The possible key names and value types in this group are +/// defined by the corresponding PropertyGroupTemplate. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEPROPERTIESPropertyGroup : NSObject + +#pragma mark - Instance fields + +/// A unique identifier for the associated template. +@property (nonatomic, readonly, copy) NSString *templateId; + +/// The actual properties associated with the template. There can be up to 32 +/// property types per template. +@property (nonatomic, readonly) NSArray *fields; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param templateId A unique identifier for the associated template. +/// @param fields The actual properties associated with the template. There can +/// be up to 32 property types per template. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithTemplateId:(NSString *)templateId fields:(NSArray *)fields; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `PropertyGroup` struct. +/// +@interface DBFILEPROPERTIESPropertyGroupSerializer : NSObject + +/// +/// Serializes `DBFILEPROPERTIESPropertyGroup` instances. +/// +/// @param instance An instance of the `DBFILEPROPERTIESPropertyGroup` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESPropertyGroup` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESPropertyGroup *)instance; + +/// +/// Deserializes `DBFILEPROPERTIESPropertyGroup` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESPropertyGroup` API object. +/// +/// @return An instantiation of the `DBFILEPROPERTIESPropertyGroup` object. +/// ++ (DBFILEPROPERTIESPropertyGroup *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyGroupTemplate.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyGroupTemplate.h new file mode 100644 index 00000000..203ce5ec --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyGroupTemplate.h @@ -0,0 +1,94 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEPROPERTIESPropertyFieldTemplate; +@class DBFILEPROPERTIESPropertyGroupTemplate; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `PropertyGroupTemplate` struct. +/// +/// Defines how a property group may be structured. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEPROPERTIESPropertyGroupTemplate : NSObject + +#pragma mark - Instance fields + +/// Display name for the template. Template names can be up to 256 bytes. +@property (nonatomic, readonly, copy) NSString *name; + +/// Description for the template. Template descriptions can be up to 1024 bytes. +@property (nonatomic, readonly, copy) NSString *description_; + +/// Definitions of the property fields associated with this template. There can +/// be up to 32 properties in a single template. +@property (nonatomic, readonly) NSArray *fields; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param name Display name for the template. Template names can be up to 256 +/// bytes. +/// @param description_ Description for the template. Template descriptions can +/// be up to 1024 bytes. +/// @param fields Definitions of the property fields associated with this +/// template. There can be up to 32 properties in a single template. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithName:(NSString *)name + description_:(NSString *)description_ + fields:(NSArray *)fields; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `PropertyGroupTemplate` struct. +/// +@interface DBFILEPROPERTIESPropertyGroupTemplateSerializer : NSObject + +/// +/// Serializes `DBFILEPROPERTIESPropertyGroupTemplate` instances. +/// +/// @param instance An instance of the `DBFILEPROPERTIESPropertyGroupTemplate` +/// API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESPropertyGroupTemplate` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESPropertyGroupTemplate *)instance; + +/// +/// Deserializes `DBFILEPROPERTIESPropertyGroupTemplate` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESPropertyGroupTemplate` API object. +/// +/// @return An instantiation of the `DBFILEPROPERTIESPropertyGroupTemplate` +/// object. +/// ++ (DBFILEPROPERTIESPropertyGroupTemplate *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPropertyGroupUpdate.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyGroupUpdate.h similarity index 52% rename from Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPropertyGroupUpdate.h rename to Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyGroupUpdate.h index 58d3588b..256f28fe 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPropertyGroupUpdate.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyGroupUpdate.h @@ -8,8 +8,8 @@ #import "DBSerializableProtocol.h" -@class DBFILESPropertyGroupUpdate; -@class DBPROPERTIESPropertyField; +@class DBFILEPROPERTIESPropertyField; +@class DBFILEPROPERTIESPropertyGroupUpdate; NS_ASSUME_NONNULL_BEGIN @@ -22,19 +22,18 @@ NS_ASSUME_NONNULL_BEGIN /// deserialize instance methods), which is required for all Obj-C SDK API route /// objects. /// -@interface DBFILESPropertyGroupUpdate : NSObject +@interface DBFILEPROPERTIESPropertyGroupUpdate : NSObject #pragma mark - Instance fields /// A unique identifier for a property template. @property (nonatomic, readonly, copy) NSString *templateId; -/// List of property fields to update if the field already exists. If the field -/// doesn't exist, add the field to the property group. -@property (nonatomic, readonly, nullable) NSArray *addOrUpdateFields; +/// Property fields to update. If the property field already exists, it is +/// updated. If the property field doesn't exist, the property group is added. +@property (nonatomic, readonly, nullable) NSArray *addOrUpdateFields; -/// List of property field names to remove from property group if the field -/// exists. +/// Property fields to remove (by name), provided they exist. @property (nonatomic, readonly, nullable) NSArray *removeFields; #pragma mark - Constructors @@ -43,16 +42,16 @@ NS_ASSUME_NONNULL_BEGIN /// Full constructor for the struct (exposes all instance variables). /// /// @param templateId A unique identifier for a property template. -/// @param addOrUpdateFields List of property fields to update if the field -/// already exists. If the field doesn't exist, add the field to the property -/// group. -/// @param removeFields List of property field names to remove from property -/// group if the field exists. +/// @param addOrUpdateFields Property fields to update. If the property field +/// already exists, it is updated. If the property field doesn't exist, the +/// property group is added. +/// @param removeFields Property fields to remove (by name), provided they +/// exist. /// /// @return An initialized instance. /// - (instancetype)initWithTemplateId:(NSString *)templateId - addOrUpdateFields:(nullable NSArray *)addOrUpdateFields + addOrUpdateFields:(nullable NSArray *)addOrUpdateFields removeFields:(nullable NSArray *)removeFields; /// @@ -74,27 +73,29 @@ NS_ASSUME_NONNULL_BEGIN /// /// The serialization class for the `PropertyGroupUpdate` struct. /// -@interface DBFILESPropertyGroupUpdateSerializer : NSObject +@interface DBFILEPROPERTIESPropertyGroupUpdateSerializer : NSObject /// -/// Serializes `DBFILESPropertyGroupUpdate` instances. +/// Serializes `DBFILEPROPERTIESPropertyGroupUpdate` instances. /// -/// @param instance An instance of the `DBFILESPropertyGroupUpdate` API object. +/// @param instance An instance of the `DBFILEPROPERTIESPropertyGroupUpdate` API +/// object. /// /// @return A json-compatible dictionary representation of the -/// `DBFILESPropertyGroupUpdate` API object. +/// `DBFILEPROPERTIESPropertyGroupUpdate` API object. /// -+ (NSDictionary *)serialize:(DBFILESPropertyGroupUpdate *)instance; ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESPropertyGroupUpdate *)instance; /// -/// Deserializes `DBFILESPropertyGroupUpdate` instances. +/// Deserializes `DBFILEPROPERTIESPropertyGroupUpdate` instances. /// /// @param dict A json-compatible dictionary representation of the -/// `DBFILESPropertyGroupUpdate` API object. +/// `DBFILEPROPERTIESPropertyGroupUpdate` API object. /// -/// @return An instantiation of the `DBFILESPropertyGroupUpdate` object. +/// @return An instantiation of the `DBFILEPROPERTIESPropertyGroupUpdate` +/// object. /// -+ (DBFILESPropertyGroupUpdate *)deserialize:(NSDictionary *)dict; ++ (DBFILEPROPERTIESPropertyGroupUpdate *)deserialize:(NSDictionary *)dict; @end diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyType.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyType.h similarity index 57% rename from Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyType.h rename to Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyType.h index c7d0bc14..50037e57 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyType.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyType.h @@ -8,7 +8,7 @@ #import "DBSerializableProtocol.h" -@class DBPROPERTIESPropertyType; +@class DBFILEPROPERTIESPropertyType; NS_ASSUME_NONNULL_BEGIN @@ -17,38 +17,38 @@ NS_ASSUME_NONNULL_BEGIN /// /// The `PropertyType` union. /// -/// Data type of the given property added. This endpoint is in beta and only -/// properties of type strings is supported. +/// Data type of the given property field added. /// /// This class implements the `DBSerializable` protocol (serialize and /// deserialize instance methods), which is required for all Obj-C SDK API route /// objects. /// -@interface DBPROPERTIESPropertyType : NSObject +@interface DBFILEPROPERTIESPropertyType : NSObject #pragma mark - Instance fields -/// The `DBPROPERTIESPropertyTypeTag` enum type represents the possible tag -/// states with which the `DBPROPERTIESPropertyType` union can exist. -typedef NS_ENUM(NSInteger, DBPROPERTIESPropertyTypeTag) { - /// The associated property will be of type string. Unicode is supported. - DBPROPERTIESPropertyTypeString, +/// The `DBFILEPROPERTIESPropertyTypeTag` enum type represents the possible tag +/// states with which the `DBFILEPROPERTIESPropertyType` union can exist. +typedef NS_ENUM(NSInteger, DBFILEPROPERTIESPropertyTypeTag) { + /// The associated property field will be of type string. Unicode is + /// supported. + DBFILEPROPERTIESPropertyTypeString, /// (no description). - DBPROPERTIESPropertyTypeOther, + DBFILEPROPERTIESPropertyTypeOther, }; /// Represents the union's current tag state. -@property (nonatomic, readonly) DBPROPERTIESPropertyTypeTag tag; +@property (nonatomic, readonly) DBFILEPROPERTIESPropertyTypeTag tag; #pragma mark - Constructors /// /// Initializes union class with tag state of "string". /// -/// Description of the "string" tag state: The associated property will be of -/// type string. Unicode is supported. +/// Description of the "string" tag state: The associated property field will be +/// of type string. Unicode is supported. /// /// @return An initialized instance. /// @@ -91,29 +91,30 @@ typedef NS_ENUM(NSInteger, DBPROPERTIESPropertyTypeTag) { #pragma mark - Serializer Object /// -/// The serialization class for the `DBPROPERTIESPropertyType` union. +/// The serialization class for the `DBFILEPROPERTIESPropertyType` union. /// -@interface DBPROPERTIESPropertyTypeSerializer : NSObject +@interface DBFILEPROPERTIESPropertyTypeSerializer : NSObject /// -/// Serializes `DBPROPERTIESPropertyType` instances. +/// Serializes `DBFILEPROPERTIESPropertyType` instances. /// -/// @param instance An instance of the `DBPROPERTIESPropertyType` API object. +/// @param instance An instance of the `DBFILEPROPERTIESPropertyType` API +/// object. /// /// @return A json-compatible dictionary representation of the -/// `DBPROPERTIESPropertyType` API object. +/// `DBFILEPROPERTIESPropertyType` API object. /// -+ (NSDictionary *)serialize:(DBPROPERTIESPropertyType *)instance; ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESPropertyType *)instance; /// -/// Deserializes `DBPROPERTIESPropertyType` instances. +/// Deserializes `DBFILEPROPERTIESPropertyType` instances. /// /// @param dict A json-compatible dictionary representation of the -/// `DBPROPERTIESPropertyType` API object. +/// `DBFILEPROPERTIESPropertyType` API object. /// -/// @return An instantiation of the `DBPROPERTIESPropertyType` object. +/// @return An instantiation of the `DBFILEPROPERTIESPropertyType` object. /// -+ (DBPROPERTIESPropertyType *)deserialize:(NSDictionary *)dict; ++ (DBFILEPROPERTIESPropertyType *)deserialize:(NSDictionary *)dict; @end diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRemovePropertiesArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESRemovePropertiesArg.h similarity index 52% rename from Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRemovePropertiesArg.h rename to Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESRemovePropertiesArg.h index f9f38307..1ffe9c81 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRemovePropertiesArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESRemovePropertiesArg.h @@ -8,7 +8,7 @@ #import "DBSerializableProtocol.h" -@class DBFILESRemovePropertiesArg; +@class DBFILEPROPERTIESRemovePropertiesArg; NS_ASSUME_NONNULL_BEGIN @@ -21,15 +21,15 @@ NS_ASSUME_NONNULL_BEGIN /// deserialize instance methods), which is required for all Obj-C SDK API route /// objects. /// -@interface DBFILESRemovePropertiesArg : NSObject +@interface DBFILEPROPERTIESRemovePropertiesArg : NSObject #pragma mark - Instance fields -/// A unique identifier for the file. +/// A unique identifier for the file or folder. @property (nonatomic, readonly, copy) NSString *path; -/// A list of identifiers for a property template created by route -/// properties/template/add. +/// A list of identifiers for a template created by `templatesAddForUser` or +/// `templatesAddForTeam`. @property (nonatomic, readonly) NSArray *propertyTemplateIds; #pragma mark - Constructors @@ -37,9 +37,9 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param path A unique identifier for the file. -/// @param propertyTemplateIds A list of identifiers for a property template -/// created by route properties/template/add. +/// @param path A unique identifier for the file or folder. +/// @param propertyTemplateIds A list of identifiers for a template created by +/// `templatesAddForUser` or `templatesAddForTeam`. /// /// @return An initialized instance. /// @@ -54,27 +54,29 @@ NS_ASSUME_NONNULL_BEGIN /// /// The serialization class for the `RemovePropertiesArg` struct. /// -@interface DBFILESRemovePropertiesArgSerializer : NSObject +@interface DBFILEPROPERTIESRemovePropertiesArgSerializer : NSObject /// -/// Serializes `DBFILESRemovePropertiesArg` instances. +/// Serializes `DBFILEPROPERTIESRemovePropertiesArg` instances. /// -/// @param instance An instance of the `DBFILESRemovePropertiesArg` API object. +/// @param instance An instance of the `DBFILEPROPERTIESRemovePropertiesArg` API +/// object. /// /// @return A json-compatible dictionary representation of the -/// `DBFILESRemovePropertiesArg` API object. +/// `DBFILEPROPERTIESRemovePropertiesArg` API object. /// -+ (NSDictionary *)serialize:(DBFILESRemovePropertiesArg *)instance; ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESRemovePropertiesArg *)instance; /// -/// Deserializes `DBFILESRemovePropertiesArg` instances. +/// Deserializes `DBFILEPROPERTIESRemovePropertiesArg` instances. /// /// @param dict A json-compatible dictionary representation of the -/// `DBFILESRemovePropertiesArg` API object. +/// `DBFILEPROPERTIESRemovePropertiesArg` API object. /// -/// @return An instantiation of the `DBFILESRemovePropertiesArg` object. +/// @return An instantiation of the `DBFILEPROPERTIESRemovePropertiesArg` +/// object. /// -+ (DBFILESRemovePropertiesArg *)deserialize:(NSDictionary *)dict; ++ (DBFILEPROPERTIESRemovePropertiesArg *)deserialize:(NSDictionary *)dict; @end diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRemovePropertiesError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESRemovePropertiesError.h similarity index 56% rename from Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRemovePropertiesError.h rename to Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESRemovePropertiesError.h index 5bbe671b..be2e7bc1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRemovePropertiesError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESRemovePropertiesError.h @@ -8,9 +8,9 @@ #import "DBSerializableProtocol.h" -@class DBFILESLookUpPropertiesError; -@class DBFILESLookupError; -@class DBFILESRemovePropertiesError; +@class DBFILEPROPERTIESLookUpPropertiesError; +@class DBFILEPROPERTIESLookupError; +@class DBFILEPROPERTIESRemovePropertiesError; NS_ASSUME_NONNULL_BEGIN @@ -23,56 +23,60 @@ NS_ASSUME_NONNULL_BEGIN /// deserialize instance methods), which is required for all Obj-C SDK API route /// objects. /// -@interface DBFILESRemovePropertiesError : NSObject +@interface DBFILEPROPERTIESRemovePropertiesError : NSObject #pragma mark - Instance fields -/// The `DBFILESRemovePropertiesErrorTag` enum type represents the possible tag -/// states with which the `DBFILESRemovePropertiesError` union can exist. -typedef NS_ENUM(NSInteger, DBFILESRemovePropertiesErrorTag) { - /// Property template does not exist for given identifier. - DBFILESRemovePropertiesErrorTemplateNotFound, +/// The `DBFILEPROPERTIESRemovePropertiesErrorTag` enum type represents the +/// possible tag states with which the `DBFILEPROPERTIESRemovePropertiesError` +/// union can exist. +typedef NS_ENUM(NSInteger, DBFILEPROPERTIESRemovePropertiesErrorTag) { + /// Template does not exist for the given identifier. + DBFILEPROPERTIESRemovePropertiesErrorTemplateNotFound, - /// You do not have the permissions to modify this property template. - DBFILESRemovePropertiesErrorRestrictedContent, + /// You do not have permission to modify this template. + DBFILEPROPERTIESRemovePropertiesErrorRestrictedContent, /// (no description). - DBFILESRemovePropertiesErrorOther, + DBFILEPROPERTIESRemovePropertiesErrorOther, /// (no description). - DBFILESRemovePropertiesErrorPath, + DBFILEPROPERTIESRemovePropertiesErrorPath, + + /// This folder cannot be tagged. Tagging folders is not supported for + /// team-owned templates. + DBFILEPROPERTIESRemovePropertiesErrorUnsupportedFolder, /// (no description). - DBFILESRemovePropertiesErrorPropertyGroupLookup, + DBFILEPROPERTIESRemovePropertiesErrorPropertyGroupLookup, }; /// Represents the union's current tag state. -@property (nonatomic, readonly) DBFILESRemovePropertiesErrorTag tag; +@property (nonatomic, readonly) DBFILEPROPERTIESRemovePropertiesErrorTag tag; -/// Property template does not exist for given identifier. @note Ensure the +/// Template does not exist for the given identifier. @note Ensure the /// `isTemplateNotFound` method returns true before accessing, otherwise a /// runtime exception will be raised. @property (nonatomic, readonly, copy) NSString *templateNotFound; /// (no description). @note Ensure the `isPath` method returns true before /// accessing, otherwise a runtime exception will be raised. -@property (nonatomic, readonly) DBFILESLookupError *path; +@property (nonatomic, readonly) DBFILEPROPERTIESLookupError *path; /// (no description). @note Ensure the `isPropertyGroupLookup` method returns /// true before accessing, otherwise a runtime exception will be raised. -@property (nonatomic, readonly) DBFILESLookUpPropertiesError *propertyGroupLookup; +@property (nonatomic, readonly) DBFILEPROPERTIESLookUpPropertiesError *propertyGroupLookup; #pragma mark - Constructors /// /// Initializes union class with tag state of "template_not_found". /// -/// Description of the "template_not_found" tag state: Property template does -/// not exist for given identifier. +/// Description of the "template_not_found" tag state: Template does not exist +/// for the given identifier. /// -/// @param templateNotFound Property template does not exist for given -/// identifier. +/// @param templateNotFound Template does not exist for the given identifier. /// /// @return An initialized instance. /// @@ -81,8 +85,8 @@ typedef NS_ENUM(NSInteger, DBFILESRemovePropertiesErrorTag) { /// /// Initializes union class with tag state of "restricted_content". /// -/// Description of the "restricted_content" tag state: You do not have the -/// permissions to modify this property template. +/// Description of the "restricted_content" tag state: You do not have +/// permission to modify this template. /// /// @return An initialized instance. /// @@ -102,7 +106,17 @@ typedef NS_ENUM(NSInteger, DBFILESRemovePropertiesErrorTag) { /// /// @return An initialized instance. /// -- (instancetype)initWithPath:(DBFILESLookupError *)path; +- (instancetype)initWithPath:(DBFILEPROPERTIESLookupError *)path; + +/// +/// Initializes union class with tag state of "unsupported_folder". +/// +/// Description of the "unsupported_folder" tag state: This folder cannot be +/// tagged. Tagging folders is not supported for team-owned templates. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithUnsupportedFolder; /// /// Initializes union class with tag state of "property_group_lookup". @@ -111,7 +125,7 @@ typedef NS_ENUM(NSInteger, DBFILESRemovePropertiesErrorTag) { /// /// @return An initialized instance. /// -- (instancetype)initWithPropertyGroupLookup:(DBFILESLookUpPropertiesError *)propertyGroupLookup; +- (instancetype)initWithPropertyGroupLookup:(DBFILEPROPERTIESLookUpPropertiesError *)propertyGroupLookup; - (instancetype)init NS_UNAVAILABLE; @@ -155,6 +169,15 @@ typedef NS_ENUM(NSInteger, DBFILESRemovePropertiesErrorTag) { /// - (BOOL)isPath; +/// +/// Retrieves whether the union's current tag state has value +/// "unsupported_folder". +/// +/// @return Whether the union's current tag state has value +/// "unsupported_folder". +/// +- (BOOL)isUnsupportedFolder; + /// /// Retrieves whether the union's current tag state has value /// "property_group_lookup". @@ -180,30 +203,32 @@ typedef NS_ENUM(NSInteger, DBFILESRemovePropertiesErrorTag) { #pragma mark - Serializer Object /// -/// The serialization class for the `DBFILESRemovePropertiesError` union. +/// The serialization class for the `DBFILEPROPERTIESRemovePropertiesError` +/// union. /// -@interface DBFILESRemovePropertiesErrorSerializer : NSObject +@interface DBFILEPROPERTIESRemovePropertiesErrorSerializer : NSObject /// -/// Serializes `DBFILESRemovePropertiesError` instances. +/// Serializes `DBFILEPROPERTIESRemovePropertiesError` instances. /// -/// @param instance An instance of the `DBFILESRemovePropertiesError` API -/// object. +/// @param instance An instance of the `DBFILEPROPERTIESRemovePropertiesError` +/// API object. /// /// @return A json-compatible dictionary representation of the -/// `DBFILESRemovePropertiesError` API object. +/// `DBFILEPROPERTIESRemovePropertiesError` API object. /// -+ (NSDictionary *)serialize:(DBFILESRemovePropertiesError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESRemovePropertiesError *)instance; /// -/// Deserializes `DBFILESRemovePropertiesError` instances. +/// Deserializes `DBFILEPROPERTIESRemovePropertiesError` instances. /// /// @param dict A json-compatible dictionary representation of the -/// `DBFILESRemovePropertiesError` API object. +/// `DBFILEPROPERTIESRemovePropertiesError` API object. /// -/// @return An instantiation of the `DBFILESRemovePropertiesError` object. +/// @return An instantiation of the `DBFILEPROPERTIESRemovePropertiesError` +/// object. /// -+ (DBFILESRemovePropertiesError *)deserialize:(NSDictionary *)dict; ++ (DBFILEPROPERTIESRemovePropertiesError *)deserialize:(NSDictionary *)dict; @end diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyTemplateError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESTemplateError.h similarity index 58% rename from Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyTemplateError.h rename to Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESTemplateError.h index a643e3fd..e3287d7a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyTemplateError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESTemplateError.h @@ -8,42 +8,41 @@ #import "DBSerializableProtocol.h" -@class DBPROPERTIESPropertyTemplateError; +@class DBFILEPROPERTIESTemplateError; NS_ASSUME_NONNULL_BEGIN #pragma mark - API Object /// -/// The `PropertyTemplateError` union. +/// The `TemplateError` union. /// /// This class implements the `DBSerializable` protocol (serialize and /// deserialize instance methods), which is required for all Obj-C SDK API route /// objects. /// -@interface DBPROPERTIESPropertyTemplateError : NSObject +@interface DBFILEPROPERTIESTemplateError : NSObject #pragma mark - Instance fields -/// The `DBPROPERTIESPropertyTemplateErrorTag` enum type represents the possible -/// tag states with which the `DBPROPERTIESPropertyTemplateError` union can -/// exist. -typedef NS_ENUM(NSInteger, DBPROPERTIESPropertyTemplateErrorTag) { - /// Property template does not exist for given identifier. - DBPROPERTIESPropertyTemplateErrorTemplateNotFound, +/// The `DBFILEPROPERTIESTemplateErrorTag` enum type represents the possible tag +/// states with which the `DBFILEPROPERTIESTemplateError` union can exist. +typedef NS_ENUM(NSInteger, DBFILEPROPERTIESTemplateErrorTag) { + /// Template does not exist for the given identifier. + DBFILEPROPERTIESTemplateErrorTemplateNotFound, - /// You do not have the permissions to modify this property template. - DBPROPERTIESPropertyTemplateErrorRestrictedContent, + /// You do not have permission to modify this template. + DBFILEPROPERTIESTemplateErrorRestrictedContent, /// (no description). - DBPROPERTIESPropertyTemplateErrorOther, + DBFILEPROPERTIESTemplateErrorOther, }; /// Represents the union's current tag state. -@property (nonatomic, readonly) DBPROPERTIESPropertyTemplateErrorTag tag; +@property (nonatomic, readonly) DBFILEPROPERTIESTemplateErrorTag tag; -/// Property template does not exist for given identifier. @note Ensure the +/// Template does not exist for the given identifier. @note Ensure the /// `isTemplateNotFound` method returns true before accessing, otherwise a /// runtime exception will be raised. @property (nonatomic, readonly, copy) NSString *templateNotFound; @@ -53,11 +52,10 @@ typedef NS_ENUM(NSInteger, DBPROPERTIESPropertyTemplateErrorTag) { /// /// Initializes union class with tag state of "template_not_found". /// -/// Description of the "template_not_found" tag state: Property template does -/// not exist for given identifier. +/// Description of the "template_not_found" tag state: Template does not exist +/// for the given identifier. /// -/// @param templateNotFound Property template does not exist for given -/// identifier. +/// @param templateNotFound Template does not exist for the given identifier. /// /// @return An initialized instance. /// @@ -66,8 +64,8 @@ typedef NS_ENUM(NSInteger, DBPROPERTIESPropertyTemplateErrorTag) { /// /// Initializes union class with tag state of "restricted_content". /// -/// Description of the "restricted_content" tag state: You do not have the -/// permissions to modify this property template. +/// Description of the "restricted_content" tag state: You do not have +/// permission to modify this template. /// /// @return An initialized instance. /// @@ -124,30 +122,30 @@ typedef NS_ENUM(NSInteger, DBPROPERTIESPropertyTemplateErrorTag) { #pragma mark - Serializer Object /// -/// The serialization class for the `DBPROPERTIESPropertyTemplateError` union. +/// The serialization class for the `DBFILEPROPERTIESTemplateError` union. /// -@interface DBPROPERTIESPropertyTemplateErrorSerializer : NSObject +@interface DBFILEPROPERTIESTemplateErrorSerializer : NSObject /// -/// Serializes `DBPROPERTIESPropertyTemplateError` instances. +/// Serializes `DBFILEPROPERTIESTemplateError` instances. /// -/// @param instance An instance of the `DBPROPERTIESPropertyTemplateError` API +/// @param instance An instance of the `DBFILEPROPERTIESTemplateError` API /// object. /// /// @return A json-compatible dictionary representation of the -/// `DBPROPERTIESPropertyTemplateError` API object. +/// `DBFILEPROPERTIESTemplateError` API object. /// -+ (NSDictionary *)serialize:(DBPROPERTIESPropertyTemplateError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESTemplateError *)instance; /// -/// Deserializes `DBPROPERTIESPropertyTemplateError` instances. +/// Deserializes `DBFILEPROPERTIESTemplateError` instances. /// /// @param dict A json-compatible dictionary representation of the -/// `DBPROPERTIESPropertyTemplateError` API object. +/// `DBFILEPROPERTIESTemplateError` API object. /// -/// @return An instantiation of the `DBPROPERTIESPropertyTemplateError` object. +/// @return An instantiation of the `DBFILEPROPERTIESTemplateError` object. /// -+ (DBPROPERTIESPropertyTemplateError *)deserialize:(NSDictionary *)dict; ++ (DBFILEPROPERTIESTemplateError *)deserialize:(NSDictionary *)dict; @end diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESTemplateFilter.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESTemplateFilter.h new file mode 100644 index 00000000..74661e2c --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESTemplateFilter.h @@ -0,0 +1,151 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEPROPERTIESTemplateFilter; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `TemplateFilter` union. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEPROPERTIESTemplateFilter : NSObject + +#pragma mark - Instance fields + +/// The `DBFILEPROPERTIESTemplateFilterTag` enum type represents the possible +/// tag states with which the `DBFILEPROPERTIESTemplateFilter` union can exist. +typedef NS_ENUM(NSInteger, DBFILEPROPERTIESTemplateFilterTag) { + /// No templates will be filtered from the result (all templates will be + /// returned). + DBFILEPROPERTIESTemplateFilterFilterNone, + + /// Only templates with an ID in the supplied list will be returned (a + /// subset of templates will be returned). + DBFILEPROPERTIESTemplateFilterFilterSome, + + /// (no description). + DBFILEPROPERTIESTemplateFilterOther, + +}; + +/// Represents the union's current tag state. +@property (nonatomic, readonly) DBFILEPROPERTIESTemplateFilterTag tag; + +/// Only templates with an ID in the supplied list will be returned (a subset of +/// templates will be returned). @note Ensure the `isFilterSome` method returns +/// true before accessing, otherwise a runtime exception will be raised. +@property (nonatomic, readonly) NSArray *filterSome; + +#pragma mark - Constructors + +/// +/// Initializes union class with tag state of "filter_none". +/// +/// Description of the "filter_none" tag state: No templates will be filtered +/// from the result (all templates will be returned). +/// +/// @return An initialized instance. +/// +- (instancetype)initWithFilterNone; + +/// +/// Initializes union class with tag state of "filter_some". +/// +/// Description of the "filter_some" tag state: Only templates with an ID in the +/// supplied list will be returned (a subset of templates will be returned). +/// +/// @param filterSome Only templates with an ID in the supplied list will be +/// returned (a subset of templates will be returned). +/// +/// @return An initialized instance. +/// +- (instancetype)initWithFilterSome:(NSArray *)filterSome; + +/// +/// Initializes union class with tag state of "other". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOther; + +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - Tag state methods + +/// +/// Retrieves whether the union's current tag state has value "filter_none". +/// +/// @return Whether the union's current tag state has value "filter_none". +/// +- (BOOL)isFilterNone; + +/// +/// Retrieves whether the union's current tag state has value "filter_some". +/// +/// @note Call this method and ensure it returns true before accessing the +/// `filterSome` property, otherwise a runtime exception will be thrown. +/// +/// @return Whether the union's current tag state has value "filter_some". +/// +- (BOOL)isFilterSome; + +/// +/// Retrieves whether the union's current tag state has value "other". +/// +/// @return Whether the union's current tag state has value "other". +/// +- (BOOL)isOther; + +/// +/// Retrieves string value of union's current tag state. +/// +/// @return A human-readable string representing the union's current tag state. +/// +- (NSString *)tagName; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `DBFILEPROPERTIESTemplateFilter` union. +/// +@interface DBFILEPROPERTIESTemplateFilterSerializer : NSObject + +/// +/// Serializes `DBFILEPROPERTIESTemplateFilter` instances. +/// +/// @param instance An instance of the `DBFILEPROPERTIESTemplateFilter` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESTemplateFilter` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESTemplateFilter *)instance; + +/// +/// Deserializes `DBFILEPROPERTIESTemplateFilter` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESTemplateFilter` API object. +/// +/// @return An instantiation of the `DBFILEPROPERTIESTemplateFilter` object. +/// ++ (DBFILEPROPERTIESTemplateFilter *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESTemplateOwnerType.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESTemplateOwnerType.h new file mode 100644 index 00000000..fd750d89 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESTemplateOwnerType.h @@ -0,0 +1,139 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEPROPERTIESTemplateOwnerType; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `TemplateOwnerType` union. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEPROPERTIESTemplateOwnerType : NSObject + +#pragma mark - Instance fields + +/// The `DBFILEPROPERTIESTemplateOwnerTypeTag` enum type represents the possible +/// tag states with which the `DBFILEPROPERTIESTemplateOwnerType` union can +/// exist. +typedef NS_ENUM(NSInteger, DBFILEPROPERTIESTemplateOwnerTypeTag) { + /// Template will be associated with a user. + DBFILEPROPERTIESTemplateOwnerTypeUser, + + /// Template will be associated with a team. + DBFILEPROPERTIESTemplateOwnerTypeTeam, + + /// (no description). + DBFILEPROPERTIESTemplateOwnerTypeOther, + +}; + +/// Represents the union's current tag state. +@property (nonatomic, readonly) DBFILEPROPERTIESTemplateOwnerTypeTag tag; + +#pragma mark - Constructors + +/// +/// Initializes union class with tag state of "user". +/// +/// Description of the "user" tag state: Template will be associated with a +/// user. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithUser; + +/// +/// Initializes union class with tag state of "team". +/// +/// Description of the "team" tag state: Template will be associated with a +/// team. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithTeam; + +/// +/// Initializes union class with tag state of "other". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOther; + +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - Tag state methods + +/// +/// Retrieves whether the union's current tag state has value "user". +/// +/// @return Whether the union's current tag state has value "user". +/// +- (BOOL)isUser; + +/// +/// Retrieves whether the union's current tag state has value "team". +/// +/// @return Whether the union's current tag state has value "team". +/// +- (BOOL)isTeam; + +/// +/// Retrieves whether the union's current tag state has value "other". +/// +/// @return Whether the union's current tag state has value "other". +/// +- (BOOL)isOther; + +/// +/// Retrieves string value of union's current tag state. +/// +/// @return A human-readable string representing the union's current tag state. +/// +- (NSString *)tagName; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `DBFILEPROPERTIESTemplateOwnerType` union. +/// +@interface DBFILEPROPERTIESTemplateOwnerTypeSerializer : NSObject + +/// +/// Serializes `DBFILEPROPERTIESTemplateOwnerType` instances. +/// +/// @param instance An instance of the `DBFILEPROPERTIESTemplateOwnerType` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESTemplateOwnerType` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESTemplateOwnerType *)instance; + +/// +/// Deserializes `DBFILEPROPERTIESTemplateOwnerType` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESTemplateOwnerType` API object. +/// +/// @return An instantiation of the `DBFILEPROPERTIESTemplateOwnerType` object. +/// ++ (DBFILEPROPERTIESTemplateOwnerType *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESUpdatePropertiesArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESUpdatePropertiesArg.h new file mode 100644 index 00000000..38631009 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESUpdatePropertiesArg.h @@ -0,0 +1,83 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEPROPERTIESPropertyGroupUpdate; +@class DBFILEPROPERTIESUpdatePropertiesArg; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `UpdatePropertiesArg` struct. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEPROPERTIESUpdatePropertiesArg : NSObject + +#pragma mark - Instance fields + +/// A unique identifier for the file or folder. +@property (nonatomic, readonly, copy) NSString *path; + +/// The property groups "delta" updates to apply. +@property (nonatomic, readonly) NSArray *updatePropertyGroups; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param path A unique identifier for the file or folder. +/// @param updatePropertyGroups The property groups "delta" updates to apply. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithPath:(NSString *)path + updatePropertyGroups:(NSArray *)updatePropertyGroups; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `UpdatePropertiesArg` struct. +/// +@interface DBFILEPROPERTIESUpdatePropertiesArgSerializer : NSObject + +/// +/// Serializes `DBFILEPROPERTIESUpdatePropertiesArg` instances. +/// +/// @param instance An instance of the `DBFILEPROPERTIESUpdatePropertiesArg` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESUpdatePropertiesArg` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESUpdatePropertiesArg *)instance; + +/// +/// Deserializes `DBFILEPROPERTIESUpdatePropertiesArg` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESUpdatePropertiesArg` API object. +/// +/// @return An instantiation of the `DBFILEPROPERTIESUpdatePropertiesArg` +/// object. +/// ++ (DBFILEPROPERTIESUpdatePropertiesArg *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUpdatePropertiesError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESUpdatePropertiesError.h similarity index 57% rename from Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUpdatePropertiesError.h rename to Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESUpdatePropertiesError.h index d53936e2..776f9c48 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUpdatePropertiesError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESUpdatePropertiesError.h @@ -8,9 +8,9 @@ #import "DBSerializableProtocol.h" -@class DBFILESLookUpPropertiesError; -@class DBFILESLookupError; -@class DBFILESUpdatePropertiesError; +@class DBFILEPROPERTIESLookUpPropertiesError; +@class DBFILEPROPERTIESLookupError; +@class DBFILEPROPERTIESUpdatePropertiesError; NS_ASSUME_NONNULL_BEGIN @@ -23,62 +23,67 @@ NS_ASSUME_NONNULL_BEGIN /// deserialize instance methods), which is required for all Obj-C SDK API route /// objects. /// -@interface DBFILESUpdatePropertiesError : NSObject +@interface DBFILEPROPERTIESUpdatePropertiesError : NSObject #pragma mark - Instance fields -/// The `DBFILESUpdatePropertiesErrorTag` enum type represents the possible tag -/// states with which the `DBFILESUpdatePropertiesError` union can exist. -typedef NS_ENUM(NSInteger, DBFILESUpdatePropertiesErrorTag) { - /// Property template does not exist for given identifier. - DBFILESUpdatePropertiesErrorTemplateNotFound, +/// The `DBFILEPROPERTIESUpdatePropertiesErrorTag` enum type represents the +/// possible tag states with which the `DBFILEPROPERTIESUpdatePropertiesError` +/// union can exist. +typedef NS_ENUM(NSInteger, DBFILEPROPERTIESUpdatePropertiesErrorTag) { + /// Template does not exist for the given identifier. + DBFILEPROPERTIESUpdatePropertiesErrorTemplateNotFound, - /// You do not have the permissions to modify this property template. - DBFILESUpdatePropertiesErrorRestrictedContent, + /// You do not have permission to modify this template. + DBFILEPROPERTIESUpdatePropertiesErrorRestrictedContent, /// (no description). - DBFILESUpdatePropertiesErrorOther, + DBFILEPROPERTIESUpdatePropertiesErrorOther, /// (no description). - DBFILESUpdatePropertiesErrorPath, + DBFILEPROPERTIESUpdatePropertiesErrorPath, - /// A field value in this property group is too large. - DBFILESUpdatePropertiesErrorPropertyFieldTooLarge, + /// This folder cannot be tagged. Tagging folders is not supported for + /// team-owned templates. + DBFILEPROPERTIESUpdatePropertiesErrorUnsupportedFolder, - /// The property group specified does not conform to the property template. - DBFILESUpdatePropertiesErrorDoesNotFitTemplate, + /// One or more of the supplied property field values is too large. + DBFILEPROPERTIESUpdatePropertiesErrorPropertyFieldTooLarge, + + /// One or more of the supplied property fields does not conform to the + /// template specifications. + DBFILEPROPERTIESUpdatePropertiesErrorDoesNotFitTemplate, /// (no description). - DBFILESUpdatePropertiesErrorPropertyGroupLookup, + DBFILEPROPERTIESUpdatePropertiesErrorPropertyGroupLookup, }; /// Represents the union's current tag state. -@property (nonatomic, readonly) DBFILESUpdatePropertiesErrorTag tag; +@property (nonatomic, readonly) DBFILEPROPERTIESUpdatePropertiesErrorTag tag; -/// Property template does not exist for given identifier. @note Ensure the +/// Template does not exist for the given identifier. @note Ensure the /// `isTemplateNotFound` method returns true before accessing, otherwise a /// runtime exception will be raised. @property (nonatomic, readonly, copy) NSString *templateNotFound; /// (no description). @note Ensure the `isPath` method returns true before /// accessing, otherwise a runtime exception will be raised. -@property (nonatomic, readonly) DBFILESLookupError *path; +@property (nonatomic, readonly) DBFILEPROPERTIESLookupError *path; /// (no description). @note Ensure the `isPropertyGroupLookup` method returns /// true before accessing, otherwise a runtime exception will be raised. -@property (nonatomic, readonly) DBFILESLookUpPropertiesError *propertyGroupLookup; +@property (nonatomic, readonly) DBFILEPROPERTIESLookUpPropertiesError *propertyGroupLookup; #pragma mark - Constructors /// /// Initializes union class with tag state of "template_not_found". /// -/// Description of the "template_not_found" tag state: Property template does -/// not exist for given identifier. +/// Description of the "template_not_found" tag state: Template does not exist +/// for the given identifier. /// -/// @param templateNotFound Property template does not exist for given -/// identifier. +/// @param templateNotFound Template does not exist for the given identifier. /// /// @return An initialized instance. /// @@ -87,8 +92,8 @@ typedef NS_ENUM(NSInteger, DBFILESUpdatePropertiesErrorTag) { /// /// Initializes union class with tag state of "restricted_content". /// -/// Description of the "restricted_content" tag state: You do not have the -/// permissions to modify this property template. +/// Description of the "restricted_content" tag state: You do not have +/// permission to modify this template. /// /// @return An initialized instance. /// @@ -108,13 +113,23 @@ typedef NS_ENUM(NSInteger, DBFILESUpdatePropertiesErrorTag) { /// /// @return An initialized instance. /// -- (instancetype)initWithPath:(DBFILESLookupError *)path; +- (instancetype)initWithPath:(DBFILEPROPERTIESLookupError *)path; + +/// +/// Initializes union class with tag state of "unsupported_folder". +/// +/// Description of the "unsupported_folder" tag state: This folder cannot be +/// tagged. Tagging folders is not supported for team-owned templates. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithUnsupportedFolder; /// /// Initializes union class with tag state of "property_field_too_large". /// -/// Description of the "property_field_too_large" tag state: A field value in -/// this property group is too large. +/// Description of the "property_field_too_large" tag state: One or more of the +/// supplied property field values is too large. /// /// @return An initialized instance. /// @@ -123,8 +138,8 @@ typedef NS_ENUM(NSInteger, DBFILESUpdatePropertiesErrorTag) { /// /// Initializes union class with tag state of "does_not_fit_template". /// -/// Description of the "does_not_fit_template" tag state: The property group -/// specified does not conform to the property template. +/// Description of the "does_not_fit_template" tag state: One or more of the +/// supplied property fields does not conform to the template specifications. /// /// @return An initialized instance. /// @@ -137,7 +152,7 @@ typedef NS_ENUM(NSInteger, DBFILESUpdatePropertiesErrorTag) { /// /// @return An initialized instance. /// -- (instancetype)initWithPropertyGroupLookup:(DBFILESLookUpPropertiesError *)propertyGroupLookup; +- (instancetype)initWithPropertyGroupLookup:(DBFILEPROPERTIESLookUpPropertiesError *)propertyGroupLookup; - (instancetype)init NS_UNAVAILABLE; @@ -181,6 +196,15 @@ typedef NS_ENUM(NSInteger, DBFILESUpdatePropertiesErrorTag) { /// - (BOOL)isPath; +/// +/// Retrieves whether the union's current tag state has value +/// "unsupported_folder". +/// +/// @return Whether the union's current tag state has value +/// "unsupported_folder". +/// +- (BOOL)isUnsupportedFolder; + /// /// Retrieves whether the union's current tag state has value /// "property_field_too_large". @@ -224,30 +248,32 @@ typedef NS_ENUM(NSInteger, DBFILESUpdatePropertiesErrorTag) { #pragma mark - Serializer Object /// -/// The serialization class for the `DBFILESUpdatePropertiesError` union. +/// The serialization class for the `DBFILEPROPERTIESUpdatePropertiesError` +/// union. /// -@interface DBFILESUpdatePropertiesErrorSerializer : NSObject +@interface DBFILEPROPERTIESUpdatePropertiesErrorSerializer : NSObject /// -/// Serializes `DBFILESUpdatePropertiesError` instances. +/// Serializes `DBFILEPROPERTIESUpdatePropertiesError` instances. /// -/// @param instance An instance of the `DBFILESUpdatePropertiesError` API -/// object. +/// @param instance An instance of the `DBFILEPROPERTIESUpdatePropertiesError` +/// API object. /// /// @return A json-compatible dictionary representation of the -/// `DBFILESUpdatePropertiesError` API object. +/// `DBFILEPROPERTIESUpdatePropertiesError` API object. /// -+ (NSDictionary *)serialize:(DBFILESUpdatePropertiesError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESUpdatePropertiesError *)instance; /// -/// Deserializes `DBFILESUpdatePropertiesError` instances. +/// Deserializes `DBFILEPROPERTIESUpdatePropertiesError` instances. /// /// @param dict A json-compatible dictionary representation of the -/// `DBFILESUpdatePropertiesError` API object. +/// `DBFILEPROPERTIESUpdatePropertiesError` API object. /// -/// @return An instantiation of the `DBFILESUpdatePropertiesError` object. +/// @return An instantiation of the `DBFILEPROPERTIESUpdatePropertiesError` +/// object. /// -+ (DBFILESUpdatePropertiesError *)deserialize:(NSDictionary *)dict; ++ (DBFILEPROPERTIESUpdatePropertiesError *)deserialize:(NSDictionary *)dict; @end diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESUpdateTemplateArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESUpdateTemplateArg.h new file mode 100644 index 00000000..8e4700a0 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESUpdateTemplateArg.h @@ -0,0 +1,110 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEPROPERTIESPropertyFieldTemplate; +@class DBFILEPROPERTIESUpdateTemplateArg; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `UpdateTemplateArg` struct. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEPROPERTIESUpdateTemplateArg : NSObject + +#pragma mark - Instance fields + +/// An identifier for template added by See `templatesAddForUser` or +/// `templatesAddForTeam`. +@property (nonatomic, readonly, copy) NSString *templateId; + +/// A display name for the template. template names can be up to 256 bytes. +@property (nonatomic, readonly, copy, nullable) NSString *name; + +/// Description for the new template. Template descriptions can be up to 1024 +/// bytes. +@property (nonatomic, readonly, copy, nullable) NSString *description_; + +/// Property field templates to be added to the group template. There can be up +/// to 32 properties in a single template. +@property (nonatomic, readonly, nullable) NSArray *addFields; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param templateId An identifier for template added by See +/// `templatesAddForUser` or `templatesAddForTeam`. +/// @param name A display name for the template. template names can be up to 256 +/// bytes. +/// @param description_ Description for the new template. Template descriptions +/// can be up to 1024 bytes. +/// @param addFields Property field templates to be added to the group template. +/// There can be up to 32 properties in a single template. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithTemplateId:(NSString *)templateId + name:(nullable NSString *)name + description_:(nullable NSString *)description_ + addFields:(nullable NSArray *)addFields; + +/// +/// Convenience constructor (exposes only non-nullable instance variables with +/// no default value). +/// +/// @param templateId An identifier for template added by See +/// `templatesAddForUser` or `templatesAddForTeam`. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithTemplateId:(NSString *)templateId; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `UpdateTemplateArg` struct. +/// +@interface DBFILEPROPERTIESUpdateTemplateArgSerializer : NSObject + +/// +/// Serializes `DBFILEPROPERTIESUpdateTemplateArg` instances. +/// +/// @param instance An instance of the `DBFILEPROPERTIESUpdateTemplateArg` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESUpdateTemplateArg` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESUpdateTemplateArg *)instance; + +/// +/// Deserializes `DBFILEPROPERTIESUpdateTemplateArg` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESUpdateTemplateArg` API object. +/// +/// @return An instantiation of the `DBFILEPROPERTIESUpdateTemplateArg` object. +/// ++ (DBFILEPROPERTIESUpdateTemplateArg *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESUpdateTemplateResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESUpdateTemplateResult.h new file mode 100644 index 00000000..25f1b302 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESUpdateTemplateResult.h @@ -0,0 +1,79 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEPROPERTIESUpdateTemplateResult; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `UpdateTemplateResult` struct. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEPROPERTIESUpdateTemplateResult : NSObject + +#pragma mark - Instance fields + +/// An identifier for template added by route See `templatesAddForUser` or +/// `templatesAddForTeam`. +@property (nonatomic, readonly, copy) NSString *templateId; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param templateId An identifier for template added by route See +/// `templatesAddForUser` or `templatesAddForTeam`. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithTemplateId:(NSString *)templateId; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `UpdateTemplateResult` struct. +/// +@interface DBFILEPROPERTIESUpdateTemplateResultSerializer : NSObject + +/// +/// Serializes `DBFILEPROPERTIESUpdateTemplateResult` instances. +/// +/// @param instance An instance of the `DBFILEPROPERTIESUpdateTemplateResult` +/// API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESUpdateTemplateResult` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEPROPERTIESUpdateTemplateResult *)instance; + +/// +/// Deserializes `DBFILEPROPERTIESUpdateTemplateResult` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEPROPERTIESUpdateTemplateResult` API object. +/// +/// @return An instantiation of the `DBFILEPROPERTIESUpdateTemplateResult` +/// object. +/// ++ (DBFILEPROPERTIESUpdateTemplateResult *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/DBFileRequestsObjects.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/DBFileRequestsObjects.m new file mode 100644 index 00000000..e7721222 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/DBFileRequestsObjects.m @@ -0,0 +1,2758 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +/// Arguments, results, and errors for the `FileRequests` namespace. + +#import "DBFILEREQUESTSCreateFileRequestArgs.h" +#import "DBFILEREQUESTSFileRequestDeadline.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEREQUESTSCreateFileRequestArgs + +#pragma mark - Constructors + +- (instancetype)initWithTitle:(NSString *)title + destination:(NSString *)destination + deadline:(DBFILEREQUESTSFileRequestDeadline *)deadline + open:(NSNumber *)open { + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil]](title); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"/(.|[\\r\\n])*"]](destination); + + self = [super init]; + if (self) { + _title = title; + _destination = destination; + _deadline = deadline; + _open = open ?: @YES; + } + return self; +} + +- (instancetype)initWithTitle:(NSString *)title destination:(NSString *)destination { + return [self initWithTitle:title destination:destination deadline:nil open:nil]; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEREQUESTSCreateFileRequestArgsSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEREQUESTSCreateFileRequestArgsSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEREQUESTSCreateFileRequestArgsSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.title hash]; + result = prime * result + [self.destination hash]; + if (self.deadline != nil) { + result = prime * result + [self.deadline hash]; + } + result = prime * result + [self.open hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToCreateFileRequestArgs:other]; +} + +- (BOOL)isEqualToCreateFileRequestArgs:(DBFILEREQUESTSCreateFileRequestArgs *)aCreateFileRequestArgs { + if (self == aCreateFileRequestArgs) { + return YES; + } + if (![self.title isEqual:aCreateFileRequestArgs.title]) { + return NO; + } + if (![self.destination isEqual:aCreateFileRequestArgs.destination]) { + return NO; + } + if (self.deadline) { + if (![self.deadline isEqual:aCreateFileRequestArgs.deadline]) { + return NO; + } + } + if (![self.open isEqual:aCreateFileRequestArgs.open]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEREQUESTSCreateFileRequestArgsSerializer + ++ (NSDictionary *)serialize:(DBFILEREQUESTSCreateFileRequestArgs *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"title"] = valueObj.title; + jsonDict[@"destination"] = valueObj.destination; + if (valueObj.deadline) { + jsonDict[@"deadline"] = [DBFILEREQUESTSFileRequestDeadlineSerializer serialize:valueObj.deadline]; + } + jsonDict[@"open"] = valueObj.open; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEREQUESTSCreateFileRequestArgs *)deserialize:(NSDictionary *)valueDict { + NSString *title = valueDict[@"title"]; + NSString *destination = valueDict[@"destination"]; + DBFILEREQUESTSFileRequestDeadline *deadline = + valueDict[@"deadline"] ? [DBFILEREQUESTSFileRequestDeadlineSerializer deserialize:valueDict[@"deadline"]] : nil; + NSNumber *open = valueDict[@"open"] ?: @YES; + + return [[DBFILEREQUESTSCreateFileRequestArgs alloc] initWithTitle:title + destination:destination + deadline:deadline + open:open]; +} + +@end + +#import "DBFILEREQUESTSGeneralFileRequestsError.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEREQUESTSGeneralFileRequestsError + +#pragma mark - Constructors + +- (instancetype)initWithDisabledForTeam { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSGeneralFileRequestsErrorDisabledForTeam; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSGeneralFileRequestsErrorOther; + } + return self; +} + +#pragma mark - Instance field accessors + +#pragma mark - Tag state methods + +- (BOOL)isDisabledForTeam { + return _tag == DBFILEREQUESTSGeneralFileRequestsErrorDisabledForTeam; +} + +- (BOOL)isOther { + return _tag == DBFILEREQUESTSGeneralFileRequestsErrorOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILEREQUESTSGeneralFileRequestsErrorDisabledForTeam: + return @"DBFILEREQUESTSGeneralFileRequestsErrorDisabledForTeam"; + case DBFILEREQUESTSGeneralFileRequestsErrorOther: + return @"DBFILEREQUESTSGeneralFileRequestsErrorOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEREQUESTSGeneralFileRequestsErrorSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEREQUESTSGeneralFileRequestsErrorSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEREQUESTSGeneralFileRequestsErrorSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBFILEREQUESTSGeneralFileRequestsErrorDisabledForTeam: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSGeneralFileRequestsErrorOther: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToGeneralFileRequestsError:other]; +} + +- (BOOL)isEqualToGeneralFileRequestsError:(DBFILEREQUESTSGeneralFileRequestsError *)aGeneralFileRequestsError { + if (self == aGeneralFileRequestsError) { + return YES; + } + if (self.tag != aGeneralFileRequestsError.tag) { + return NO; + } + switch (_tag) { + case DBFILEREQUESTSGeneralFileRequestsErrorDisabledForTeam: + return [[self tagName] isEqual:[aGeneralFileRequestsError tagName]]; + case DBFILEREQUESTSGeneralFileRequestsErrorOther: + return [[self tagName] isEqual:[aGeneralFileRequestsError tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEREQUESTSGeneralFileRequestsErrorSerializer + ++ (NSDictionary *)serialize:(DBFILEREQUESTSGeneralFileRequestsError *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isDisabledForTeam]) { + jsonDict[@".tag"] = @"disabled_for_team"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEREQUESTSGeneralFileRequestsError *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"disabled_for_team"]) { + return [[DBFILEREQUESTSGeneralFileRequestsError alloc] initWithDisabledForTeam]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILEREQUESTSGeneralFileRequestsError alloc] initWithOther]; + } else { + return [[DBFILEREQUESTSGeneralFileRequestsError alloc] initWithOther]; + } +} + +@end + +#import "DBFILEREQUESTSFileRequestError.h" +#import "DBFILEREQUESTSGeneralFileRequestsError.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEREQUESTSFileRequestError + +#pragma mark - Constructors + +- (instancetype)initWithDisabledForTeam { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSFileRequestErrorDisabledForTeam; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSFileRequestErrorOther; + } + return self; +} + +- (instancetype)initWithNotFound { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSFileRequestErrorNotFound; + } + return self; +} + +- (instancetype)initWithNotAFolder { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSFileRequestErrorNotAFolder; + } + return self; +} + +- (instancetype)initWithAppLacksAccess { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSFileRequestErrorAppLacksAccess; + } + return self; +} + +- (instancetype)initWithNoPermission { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSFileRequestErrorNoPermission; + } + return self; +} + +- (instancetype)initWithEmailUnverified { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSFileRequestErrorEmailUnverified; + } + return self; +} + +- (instancetype)initWithValidationError { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSFileRequestErrorValidationError; + } + return self; +} + +#pragma mark - Instance field accessors + +#pragma mark - Tag state methods + +- (BOOL)isDisabledForTeam { + return _tag == DBFILEREQUESTSFileRequestErrorDisabledForTeam; +} + +- (BOOL)isOther { + return _tag == DBFILEREQUESTSFileRequestErrorOther; +} + +- (BOOL)isNotFound { + return _tag == DBFILEREQUESTSFileRequestErrorNotFound; +} + +- (BOOL)isNotAFolder { + return _tag == DBFILEREQUESTSFileRequestErrorNotAFolder; +} + +- (BOOL)isAppLacksAccess { + return _tag == DBFILEREQUESTSFileRequestErrorAppLacksAccess; +} + +- (BOOL)isNoPermission { + return _tag == DBFILEREQUESTSFileRequestErrorNoPermission; +} + +- (BOOL)isEmailUnverified { + return _tag == DBFILEREQUESTSFileRequestErrorEmailUnverified; +} + +- (BOOL)isValidationError { + return _tag == DBFILEREQUESTSFileRequestErrorValidationError; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILEREQUESTSFileRequestErrorDisabledForTeam: + return @"DBFILEREQUESTSFileRequestErrorDisabledForTeam"; + case DBFILEREQUESTSFileRequestErrorOther: + return @"DBFILEREQUESTSFileRequestErrorOther"; + case DBFILEREQUESTSFileRequestErrorNotFound: + return @"DBFILEREQUESTSFileRequestErrorNotFound"; + case DBFILEREQUESTSFileRequestErrorNotAFolder: + return @"DBFILEREQUESTSFileRequestErrorNotAFolder"; + case DBFILEREQUESTSFileRequestErrorAppLacksAccess: + return @"DBFILEREQUESTSFileRequestErrorAppLacksAccess"; + case DBFILEREQUESTSFileRequestErrorNoPermission: + return @"DBFILEREQUESTSFileRequestErrorNoPermission"; + case DBFILEREQUESTSFileRequestErrorEmailUnverified: + return @"DBFILEREQUESTSFileRequestErrorEmailUnverified"; + case DBFILEREQUESTSFileRequestErrorValidationError: + return @"DBFILEREQUESTSFileRequestErrorValidationError"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEREQUESTSFileRequestErrorSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEREQUESTSFileRequestErrorSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEREQUESTSFileRequestErrorSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBFILEREQUESTSFileRequestErrorDisabledForTeam: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSFileRequestErrorOther: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSFileRequestErrorNotFound: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSFileRequestErrorNotAFolder: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSFileRequestErrorAppLacksAccess: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSFileRequestErrorNoPermission: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSFileRequestErrorEmailUnverified: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSFileRequestErrorValidationError: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToFileRequestError:other]; +} + +- (BOOL)isEqualToFileRequestError:(DBFILEREQUESTSFileRequestError *)aFileRequestError { + if (self == aFileRequestError) { + return YES; + } + if (self.tag != aFileRequestError.tag) { + return NO; + } + switch (_tag) { + case DBFILEREQUESTSFileRequestErrorDisabledForTeam: + return [[self tagName] isEqual:[aFileRequestError tagName]]; + case DBFILEREQUESTSFileRequestErrorOther: + return [[self tagName] isEqual:[aFileRequestError tagName]]; + case DBFILEREQUESTSFileRequestErrorNotFound: + return [[self tagName] isEqual:[aFileRequestError tagName]]; + case DBFILEREQUESTSFileRequestErrorNotAFolder: + return [[self tagName] isEqual:[aFileRequestError tagName]]; + case DBFILEREQUESTSFileRequestErrorAppLacksAccess: + return [[self tagName] isEqual:[aFileRequestError tagName]]; + case DBFILEREQUESTSFileRequestErrorNoPermission: + return [[self tagName] isEqual:[aFileRequestError tagName]]; + case DBFILEREQUESTSFileRequestErrorEmailUnverified: + return [[self tagName] isEqual:[aFileRequestError tagName]]; + case DBFILEREQUESTSFileRequestErrorValidationError: + return [[self tagName] isEqual:[aFileRequestError tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEREQUESTSFileRequestErrorSerializer + ++ (NSDictionary *)serialize:(DBFILEREQUESTSFileRequestError *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isDisabledForTeam]) { + jsonDict[@".tag"] = @"disabled_for_team"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else if ([valueObj isNotFound]) { + jsonDict[@".tag"] = @"not_found"; + } else if ([valueObj isNotAFolder]) { + jsonDict[@".tag"] = @"not_a_folder"; + } else if ([valueObj isAppLacksAccess]) { + jsonDict[@".tag"] = @"app_lacks_access"; + } else if ([valueObj isNoPermission]) { + jsonDict[@".tag"] = @"no_permission"; + } else if ([valueObj isEmailUnverified]) { + jsonDict[@".tag"] = @"email_unverified"; + } else if ([valueObj isValidationError]) { + jsonDict[@".tag"] = @"validation_error"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEREQUESTSFileRequestError *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"disabled_for_team"]) { + return [[DBFILEREQUESTSFileRequestError alloc] initWithDisabledForTeam]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILEREQUESTSFileRequestError alloc] initWithOther]; + } else if ([tag isEqualToString:@"not_found"]) { + return [[DBFILEREQUESTSFileRequestError alloc] initWithNotFound]; + } else if ([tag isEqualToString:@"not_a_folder"]) { + return [[DBFILEREQUESTSFileRequestError alloc] initWithNotAFolder]; + } else if ([tag isEqualToString:@"app_lacks_access"]) { + return [[DBFILEREQUESTSFileRequestError alloc] initWithAppLacksAccess]; + } else if ([tag isEqualToString:@"no_permission"]) { + return [[DBFILEREQUESTSFileRequestError alloc] initWithNoPermission]; + } else if ([tag isEqualToString:@"email_unverified"]) { + return [[DBFILEREQUESTSFileRequestError alloc] initWithEmailUnverified]; + } else if ([tag isEqualToString:@"validation_error"]) { + return [[DBFILEREQUESTSFileRequestError alloc] initWithValidationError]; + } else { + return [[DBFILEREQUESTSFileRequestError alloc] initWithOther]; + } +} + +@end + +#import "DBFILEREQUESTSCreateFileRequestError.h" +#import "DBFILEREQUESTSFileRequestError.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEREQUESTSCreateFileRequestError + +#pragma mark - Constructors + +- (instancetype)initWithDisabledForTeam { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSCreateFileRequestErrorDisabledForTeam; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSCreateFileRequestErrorOther; + } + return self; +} + +- (instancetype)initWithNotFound { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSCreateFileRequestErrorNotFound; + } + return self; +} + +- (instancetype)initWithNotAFolder { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSCreateFileRequestErrorNotAFolder; + } + return self; +} + +- (instancetype)initWithAppLacksAccess { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSCreateFileRequestErrorAppLacksAccess; + } + return self; +} + +- (instancetype)initWithNoPermission { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSCreateFileRequestErrorNoPermission; + } + return self; +} + +- (instancetype)initWithEmailUnverified { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSCreateFileRequestErrorEmailUnverified; + } + return self; +} + +- (instancetype)initWithValidationError { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSCreateFileRequestErrorValidationError; + } + return self; +} + +- (instancetype)initWithInvalidLocation { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSCreateFileRequestErrorInvalidLocation; + } + return self; +} + +- (instancetype)initWithRateLimit { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSCreateFileRequestErrorRateLimit; + } + return self; +} + +#pragma mark - Instance field accessors + +#pragma mark - Tag state methods + +- (BOOL)isDisabledForTeam { + return _tag == DBFILEREQUESTSCreateFileRequestErrorDisabledForTeam; +} + +- (BOOL)isOther { + return _tag == DBFILEREQUESTSCreateFileRequestErrorOther; +} + +- (BOOL)isNotFound { + return _tag == DBFILEREQUESTSCreateFileRequestErrorNotFound; +} + +- (BOOL)isNotAFolder { + return _tag == DBFILEREQUESTSCreateFileRequestErrorNotAFolder; +} + +- (BOOL)isAppLacksAccess { + return _tag == DBFILEREQUESTSCreateFileRequestErrorAppLacksAccess; +} + +- (BOOL)isNoPermission { + return _tag == DBFILEREQUESTSCreateFileRequestErrorNoPermission; +} + +- (BOOL)isEmailUnverified { + return _tag == DBFILEREQUESTSCreateFileRequestErrorEmailUnverified; +} + +- (BOOL)isValidationError { + return _tag == DBFILEREQUESTSCreateFileRequestErrorValidationError; +} + +- (BOOL)isInvalidLocation { + return _tag == DBFILEREQUESTSCreateFileRequestErrorInvalidLocation; +} + +- (BOOL)isRateLimit { + return _tag == DBFILEREQUESTSCreateFileRequestErrorRateLimit; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILEREQUESTSCreateFileRequestErrorDisabledForTeam: + return @"DBFILEREQUESTSCreateFileRequestErrorDisabledForTeam"; + case DBFILEREQUESTSCreateFileRequestErrorOther: + return @"DBFILEREQUESTSCreateFileRequestErrorOther"; + case DBFILEREQUESTSCreateFileRequestErrorNotFound: + return @"DBFILEREQUESTSCreateFileRequestErrorNotFound"; + case DBFILEREQUESTSCreateFileRequestErrorNotAFolder: + return @"DBFILEREQUESTSCreateFileRequestErrorNotAFolder"; + case DBFILEREQUESTSCreateFileRequestErrorAppLacksAccess: + return @"DBFILEREQUESTSCreateFileRequestErrorAppLacksAccess"; + case DBFILEREQUESTSCreateFileRequestErrorNoPermission: + return @"DBFILEREQUESTSCreateFileRequestErrorNoPermission"; + case DBFILEREQUESTSCreateFileRequestErrorEmailUnverified: + return @"DBFILEREQUESTSCreateFileRequestErrorEmailUnverified"; + case DBFILEREQUESTSCreateFileRequestErrorValidationError: + return @"DBFILEREQUESTSCreateFileRequestErrorValidationError"; + case DBFILEREQUESTSCreateFileRequestErrorInvalidLocation: + return @"DBFILEREQUESTSCreateFileRequestErrorInvalidLocation"; + case DBFILEREQUESTSCreateFileRequestErrorRateLimit: + return @"DBFILEREQUESTSCreateFileRequestErrorRateLimit"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEREQUESTSCreateFileRequestErrorSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEREQUESTSCreateFileRequestErrorSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEREQUESTSCreateFileRequestErrorSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBFILEREQUESTSCreateFileRequestErrorDisabledForTeam: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSCreateFileRequestErrorOther: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSCreateFileRequestErrorNotFound: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSCreateFileRequestErrorNotAFolder: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSCreateFileRequestErrorAppLacksAccess: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSCreateFileRequestErrorNoPermission: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSCreateFileRequestErrorEmailUnverified: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSCreateFileRequestErrorValidationError: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSCreateFileRequestErrorInvalidLocation: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSCreateFileRequestErrorRateLimit: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToCreateFileRequestError:other]; +} + +- (BOOL)isEqualToCreateFileRequestError:(DBFILEREQUESTSCreateFileRequestError *)aCreateFileRequestError { + if (self == aCreateFileRequestError) { + return YES; + } + if (self.tag != aCreateFileRequestError.tag) { + return NO; + } + switch (_tag) { + case DBFILEREQUESTSCreateFileRequestErrorDisabledForTeam: + return [[self tagName] isEqual:[aCreateFileRequestError tagName]]; + case DBFILEREQUESTSCreateFileRequestErrorOther: + return [[self tagName] isEqual:[aCreateFileRequestError tagName]]; + case DBFILEREQUESTSCreateFileRequestErrorNotFound: + return [[self tagName] isEqual:[aCreateFileRequestError tagName]]; + case DBFILEREQUESTSCreateFileRequestErrorNotAFolder: + return [[self tagName] isEqual:[aCreateFileRequestError tagName]]; + case DBFILEREQUESTSCreateFileRequestErrorAppLacksAccess: + return [[self tagName] isEqual:[aCreateFileRequestError tagName]]; + case DBFILEREQUESTSCreateFileRequestErrorNoPermission: + return [[self tagName] isEqual:[aCreateFileRequestError tagName]]; + case DBFILEREQUESTSCreateFileRequestErrorEmailUnverified: + return [[self tagName] isEqual:[aCreateFileRequestError tagName]]; + case DBFILEREQUESTSCreateFileRequestErrorValidationError: + return [[self tagName] isEqual:[aCreateFileRequestError tagName]]; + case DBFILEREQUESTSCreateFileRequestErrorInvalidLocation: + return [[self tagName] isEqual:[aCreateFileRequestError tagName]]; + case DBFILEREQUESTSCreateFileRequestErrorRateLimit: + return [[self tagName] isEqual:[aCreateFileRequestError tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEREQUESTSCreateFileRequestErrorSerializer + ++ (NSDictionary *)serialize:(DBFILEREQUESTSCreateFileRequestError *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isDisabledForTeam]) { + jsonDict[@".tag"] = @"disabled_for_team"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else if ([valueObj isNotFound]) { + jsonDict[@".tag"] = @"not_found"; + } else if ([valueObj isNotAFolder]) { + jsonDict[@".tag"] = @"not_a_folder"; + } else if ([valueObj isAppLacksAccess]) { + jsonDict[@".tag"] = @"app_lacks_access"; + } else if ([valueObj isNoPermission]) { + jsonDict[@".tag"] = @"no_permission"; + } else if ([valueObj isEmailUnverified]) { + jsonDict[@".tag"] = @"email_unverified"; + } else if ([valueObj isValidationError]) { + jsonDict[@".tag"] = @"validation_error"; + } else if ([valueObj isInvalidLocation]) { + jsonDict[@".tag"] = @"invalid_location"; + } else if ([valueObj isRateLimit]) { + jsonDict[@".tag"] = @"rate_limit"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEREQUESTSCreateFileRequestError *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"disabled_for_team"]) { + return [[DBFILEREQUESTSCreateFileRequestError alloc] initWithDisabledForTeam]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILEREQUESTSCreateFileRequestError alloc] initWithOther]; + } else if ([tag isEqualToString:@"not_found"]) { + return [[DBFILEREQUESTSCreateFileRequestError alloc] initWithNotFound]; + } else if ([tag isEqualToString:@"not_a_folder"]) { + return [[DBFILEREQUESTSCreateFileRequestError alloc] initWithNotAFolder]; + } else if ([tag isEqualToString:@"app_lacks_access"]) { + return [[DBFILEREQUESTSCreateFileRequestError alloc] initWithAppLacksAccess]; + } else if ([tag isEqualToString:@"no_permission"]) { + return [[DBFILEREQUESTSCreateFileRequestError alloc] initWithNoPermission]; + } else if ([tag isEqualToString:@"email_unverified"]) { + return [[DBFILEREQUESTSCreateFileRequestError alloc] initWithEmailUnverified]; + } else if ([tag isEqualToString:@"validation_error"]) { + return [[DBFILEREQUESTSCreateFileRequestError alloc] initWithValidationError]; + } else if ([tag isEqualToString:@"invalid_location"]) { + return [[DBFILEREQUESTSCreateFileRequestError alloc] initWithInvalidLocation]; + } else if ([tag isEqualToString:@"rate_limit"]) { + return [[DBFILEREQUESTSCreateFileRequestError alloc] initWithRateLimit]; + } else { + return [[DBFILEREQUESTSCreateFileRequestError alloc] initWithOther]; + } +} + +@end + +#import "DBFILEREQUESTSFileRequest.h" +#import "DBFILEREQUESTSFileRequestDeadline.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEREQUESTSFileRequest + +#pragma mark - Constructors + +- (instancetype)initWithId_:(NSString *)id_ + url:(NSString *)url + title:(NSString *)title + created:(NSDate *)created + isOpen:(NSNumber *)isOpen + fileCount:(NSNumber *)fileCount + destination:(NSString *)destination + deadline:(DBFILEREQUESTSFileRequestDeadline *)deadline { + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"[-_0-9a-zA-Z]+"]](id_); + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil]](url); + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil]](title); + [DBStoneValidators nonnullValidator:nil](created); + [DBStoneValidators nonnullValidator:nil](isOpen); + [DBStoneValidators nonnullValidator:nil](fileCount); + [DBStoneValidators + nullableValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"/(.|[\\r\\n])*"]](destination); + + self = [super init]; + if (self) { + _id_ = id_; + _url = url; + _title = title; + _destination = destination; + _created = created; + _deadline = deadline; + _isOpen = isOpen; + _fileCount = fileCount; + } + return self; +} + +- (instancetype)initWithId_:(NSString *)id_ + url:(NSString *)url + title:(NSString *)title + created:(NSDate *)created + isOpen:(NSNumber *)isOpen + fileCount:(NSNumber *)fileCount { + return [self initWithId_:id_ + url:url + title:title + created:created + isOpen:isOpen + fileCount:fileCount + destination:nil + deadline:nil]; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEREQUESTSFileRequestSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEREQUESTSFileRequestSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEREQUESTSFileRequestSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.id_ hash]; + result = prime * result + [self.url hash]; + result = prime * result + [self.title hash]; + result = prime * result + [self.created hash]; + result = prime * result + [self.isOpen hash]; + result = prime * result + [self.fileCount hash]; + if (self.destination != nil) { + result = prime * result + [self.destination hash]; + } + if (self.deadline != nil) { + result = prime * result + [self.deadline hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToFileRequest:other]; +} + +- (BOOL)isEqualToFileRequest:(DBFILEREQUESTSFileRequest *)aFileRequest { + if (self == aFileRequest) { + return YES; + } + if (![self.id_ isEqual:aFileRequest.id_]) { + return NO; + } + if (![self.url isEqual:aFileRequest.url]) { + return NO; + } + if (![self.title isEqual:aFileRequest.title]) { + return NO; + } + if (![self.created isEqual:aFileRequest.created]) { + return NO; + } + if (![self.isOpen isEqual:aFileRequest.isOpen]) { + return NO; + } + if (![self.fileCount isEqual:aFileRequest.fileCount]) { + return NO; + } + if (self.destination) { + if (![self.destination isEqual:aFileRequest.destination]) { + return NO; + } + } + if (self.deadline) { + if (![self.deadline isEqual:aFileRequest.deadline]) { + return NO; + } + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEREQUESTSFileRequestSerializer + ++ (NSDictionary *)serialize:(DBFILEREQUESTSFileRequest *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"id"] = valueObj.id_; + jsonDict[@"url"] = valueObj.url; + jsonDict[@"title"] = valueObj.title; + jsonDict[@"created"] = [DBNSDateSerializer serialize:valueObj.created dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; + jsonDict[@"is_open"] = valueObj.isOpen; + jsonDict[@"file_count"] = valueObj.fileCount; + if (valueObj.destination) { + jsonDict[@"destination"] = valueObj.destination; + } + if (valueObj.deadline) { + jsonDict[@"deadline"] = [DBFILEREQUESTSFileRequestDeadlineSerializer serialize:valueObj.deadline]; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEREQUESTSFileRequest *)deserialize:(NSDictionary *)valueDict { + NSString *id_ = valueDict[@"id"]; + NSString *url = valueDict[@"url"]; + NSString *title = valueDict[@"title"]; + NSDate *created = [DBNSDateSerializer deserialize:valueDict[@"created"] dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; + NSNumber *isOpen = valueDict[@"is_open"]; + NSNumber *fileCount = valueDict[@"file_count"]; + NSString *destination = valueDict[@"destination"] ?: nil; + DBFILEREQUESTSFileRequestDeadline *deadline = + valueDict[@"deadline"] ? [DBFILEREQUESTSFileRequestDeadlineSerializer deserialize:valueDict[@"deadline"]] : nil; + + return [[DBFILEREQUESTSFileRequest alloc] initWithId_:id_ + url:url + title:title + created:created + isOpen:isOpen + fileCount:fileCount + destination:destination + deadline:deadline]; +} + +@end + +#import "DBFILEREQUESTSFileRequestDeadline.h" +#import "DBFILEREQUESTSGracePeriod.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEREQUESTSFileRequestDeadline + +#pragma mark - Constructors + +- (instancetype)initWithDeadline:(NSDate *)deadline allowLateUploads:(DBFILEREQUESTSGracePeriod *)allowLateUploads { + [DBStoneValidators nonnullValidator:nil](deadline); + + self = [super init]; + if (self) { + _deadline = deadline; + _allowLateUploads = allowLateUploads; + } + return self; +} + +- (instancetype)initWithDeadline:(NSDate *)deadline { + return [self initWithDeadline:deadline allowLateUploads:nil]; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEREQUESTSFileRequestDeadlineSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEREQUESTSFileRequestDeadlineSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEREQUESTSFileRequestDeadlineSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.deadline hash]; + if (self.allowLateUploads != nil) { + result = prime * result + [self.allowLateUploads hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToFileRequestDeadline:other]; +} + +- (BOOL)isEqualToFileRequestDeadline:(DBFILEREQUESTSFileRequestDeadline *)aFileRequestDeadline { + if (self == aFileRequestDeadline) { + return YES; + } + if (![self.deadline isEqual:aFileRequestDeadline.deadline]) { + return NO; + } + if (self.allowLateUploads) { + if (![self.allowLateUploads isEqual:aFileRequestDeadline.allowLateUploads]) { + return NO; + } + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEREQUESTSFileRequestDeadlineSerializer + ++ (NSDictionary *)serialize:(DBFILEREQUESTSFileRequestDeadline *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"deadline"] = [DBNSDateSerializer serialize:valueObj.deadline dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; + if (valueObj.allowLateUploads) { + jsonDict[@"allow_late_uploads"] = [DBFILEREQUESTSGracePeriodSerializer serialize:valueObj.allowLateUploads]; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEREQUESTSFileRequestDeadline *)deserialize:(NSDictionary *)valueDict { + NSDate *deadline = [DBNSDateSerializer deserialize:valueDict[@"deadline"] dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; + DBFILEREQUESTSGracePeriod *allowLateUploads = + valueDict[@"allow_late_uploads"] + ? [DBFILEREQUESTSGracePeriodSerializer deserialize:valueDict[@"allow_late_uploads"]] + : nil; + + return [[DBFILEREQUESTSFileRequestDeadline alloc] initWithDeadline:deadline allowLateUploads:allowLateUploads]; +} + +@end + +#import "DBFILEREQUESTSGetFileRequestArgs.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEREQUESTSGetFileRequestArgs + +#pragma mark - Constructors + +- (instancetype)initWithId_:(NSString *)id_ { + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"[-_0-9a-zA-Z]+"]](id_); + + self = [super init]; + if (self) { + _id_ = id_; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEREQUESTSGetFileRequestArgsSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEREQUESTSGetFileRequestArgsSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEREQUESTSGetFileRequestArgsSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.id_ hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToGetFileRequestArgs:other]; +} + +- (BOOL)isEqualToGetFileRequestArgs:(DBFILEREQUESTSGetFileRequestArgs *)aGetFileRequestArgs { + if (self == aGetFileRequestArgs) { + return YES; + } + if (![self.id_ isEqual:aGetFileRequestArgs.id_]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEREQUESTSGetFileRequestArgsSerializer + ++ (NSDictionary *)serialize:(DBFILEREQUESTSGetFileRequestArgs *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"id"] = valueObj.id_; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEREQUESTSGetFileRequestArgs *)deserialize:(NSDictionary *)valueDict { + NSString *id_ = valueDict[@"id"]; + + return [[DBFILEREQUESTSGetFileRequestArgs alloc] initWithId_:id_]; +} + +@end + +#import "DBFILEREQUESTSFileRequestError.h" +#import "DBFILEREQUESTSGetFileRequestError.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEREQUESTSGetFileRequestError + +#pragma mark - Constructors + +- (instancetype)initWithDisabledForTeam { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSGetFileRequestErrorDisabledForTeam; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSGetFileRequestErrorOther; + } + return self; +} + +- (instancetype)initWithNotFound { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSGetFileRequestErrorNotFound; + } + return self; +} + +- (instancetype)initWithNotAFolder { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSGetFileRequestErrorNotAFolder; + } + return self; +} + +- (instancetype)initWithAppLacksAccess { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSGetFileRequestErrorAppLacksAccess; + } + return self; +} + +- (instancetype)initWithNoPermission { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSGetFileRequestErrorNoPermission; + } + return self; +} + +- (instancetype)initWithEmailUnverified { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSGetFileRequestErrorEmailUnverified; + } + return self; +} + +- (instancetype)initWithValidationError { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSGetFileRequestErrorValidationError; + } + return self; +} + +#pragma mark - Instance field accessors + +#pragma mark - Tag state methods + +- (BOOL)isDisabledForTeam { + return _tag == DBFILEREQUESTSGetFileRequestErrorDisabledForTeam; +} + +- (BOOL)isOther { + return _tag == DBFILEREQUESTSGetFileRequestErrorOther; +} + +- (BOOL)isNotFound { + return _tag == DBFILEREQUESTSGetFileRequestErrorNotFound; +} + +- (BOOL)isNotAFolder { + return _tag == DBFILEREQUESTSGetFileRequestErrorNotAFolder; +} + +- (BOOL)isAppLacksAccess { + return _tag == DBFILEREQUESTSGetFileRequestErrorAppLacksAccess; +} + +- (BOOL)isNoPermission { + return _tag == DBFILEREQUESTSGetFileRequestErrorNoPermission; +} + +- (BOOL)isEmailUnverified { + return _tag == DBFILEREQUESTSGetFileRequestErrorEmailUnverified; +} + +- (BOOL)isValidationError { + return _tag == DBFILEREQUESTSGetFileRequestErrorValidationError; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILEREQUESTSGetFileRequestErrorDisabledForTeam: + return @"DBFILEREQUESTSGetFileRequestErrorDisabledForTeam"; + case DBFILEREQUESTSGetFileRequestErrorOther: + return @"DBFILEREQUESTSGetFileRequestErrorOther"; + case DBFILEREQUESTSGetFileRequestErrorNotFound: + return @"DBFILEREQUESTSGetFileRequestErrorNotFound"; + case DBFILEREQUESTSGetFileRequestErrorNotAFolder: + return @"DBFILEREQUESTSGetFileRequestErrorNotAFolder"; + case DBFILEREQUESTSGetFileRequestErrorAppLacksAccess: + return @"DBFILEREQUESTSGetFileRequestErrorAppLacksAccess"; + case DBFILEREQUESTSGetFileRequestErrorNoPermission: + return @"DBFILEREQUESTSGetFileRequestErrorNoPermission"; + case DBFILEREQUESTSGetFileRequestErrorEmailUnverified: + return @"DBFILEREQUESTSGetFileRequestErrorEmailUnverified"; + case DBFILEREQUESTSGetFileRequestErrorValidationError: + return @"DBFILEREQUESTSGetFileRequestErrorValidationError"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEREQUESTSGetFileRequestErrorSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEREQUESTSGetFileRequestErrorSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEREQUESTSGetFileRequestErrorSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBFILEREQUESTSGetFileRequestErrorDisabledForTeam: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSGetFileRequestErrorOther: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSGetFileRequestErrorNotFound: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSGetFileRequestErrorNotAFolder: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSGetFileRequestErrorAppLacksAccess: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSGetFileRequestErrorNoPermission: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSGetFileRequestErrorEmailUnverified: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSGetFileRequestErrorValidationError: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToGetFileRequestError:other]; +} + +- (BOOL)isEqualToGetFileRequestError:(DBFILEREQUESTSGetFileRequestError *)aGetFileRequestError { + if (self == aGetFileRequestError) { + return YES; + } + if (self.tag != aGetFileRequestError.tag) { + return NO; + } + switch (_tag) { + case DBFILEREQUESTSGetFileRequestErrorDisabledForTeam: + return [[self tagName] isEqual:[aGetFileRequestError tagName]]; + case DBFILEREQUESTSGetFileRequestErrorOther: + return [[self tagName] isEqual:[aGetFileRequestError tagName]]; + case DBFILEREQUESTSGetFileRequestErrorNotFound: + return [[self tagName] isEqual:[aGetFileRequestError tagName]]; + case DBFILEREQUESTSGetFileRequestErrorNotAFolder: + return [[self tagName] isEqual:[aGetFileRequestError tagName]]; + case DBFILEREQUESTSGetFileRequestErrorAppLacksAccess: + return [[self tagName] isEqual:[aGetFileRequestError tagName]]; + case DBFILEREQUESTSGetFileRequestErrorNoPermission: + return [[self tagName] isEqual:[aGetFileRequestError tagName]]; + case DBFILEREQUESTSGetFileRequestErrorEmailUnverified: + return [[self tagName] isEqual:[aGetFileRequestError tagName]]; + case DBFILEREQUESTSGetFileRequestErrorValidationError: + return [[self tagName] isEqual:[aGetFileRequestError tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEREQUESTSGetFileRequestErrorSerializer + ++ (NSDictionary *)serialize:(DBFILEREQUESTSGetFileRequestError *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isDisabledForTeam]) { + jsonDict[@".tag"] = @"disabled_for_team"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else if ([valueObj isNotFound]) { + jsonDict[@".tag"] = @"not_found"; + } else if ([valueObj isNotAFolder]) { + jsonDict[@".tag"] = @"not_a_folder"; + } else if ([valueObj isAppLacksAccess]) { + jsonDict[@".tag"] = @"app_lacks_access"; + } else if ([valueObj isNoPermission]) { + jsonDict[@".tag"] = @"no_permission"; + } else if ([valueObj isEmailUnverified]) { + jsonDict[@".tag"] = @"email_unverified"; + } else if ([valueObj isValidationError]) { + jsonDict[@".tag"] = @"validation_error"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEREQUESTSGetFileRequestError *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"disabled_for_team"]) { + return [[DBFILEREQUESTSGetFileRequestError alloc] initWithDisabledForTeam]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILEREQUESTSGetFileRequestError alloc] initWithOther]; + } else if ([tag isEqualToString:@"not_found"]) { + return [[DBFILEREQUESTSGetFileRequestError alloc] initWithNotFound]; + } else if ([tag isEqualToString:@"not_a_folder"]) { + return [[DBFILEREQUESTSGetFileRequestError alloc] initWithNotAFolder]; + } else if ([tag isEqualToString:@"app_lacks_access"]) { + return [[DBFILEREQUESTSGetFileRequestError alloc] initWithAppLacksAccess]; + } else if ([tag isEqualToString:@"no_permission"]) { + return [[DBFILEREQUESTSGetFileRequestError alloc] initWithNoPermission]; + } else if ([tag isEqualToString:@"email_unverified"]) { + return [[DBFILEREQUESTSGetFileRequestError alloc] initWithEmailUnverified]; + } else if ([tag isEqualToString:@"validation_error"]) { + return [[DBFILEREQUESTSGetFileRequestError alloc] initWithValidationError]; + } else { + return [[DBFILEREQUESTSGetFileRequestError alloc] initWithOther]; + } +} + +@end + +#import "DBFILEREQUESTSGracePeriod.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEREQUESTSGracePeriod + +#pragma mark - Constructors + +- (instancetype)initWithOneDay { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSGracePeriodOneDay; + } + return self; +} + +- (instancetype)initWithTwoDays { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSGracePeriodTwoDays; + } + return self; +} + +- (instancetype)initWithSevenDays { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSGracePeriodSevenDays; + } + return self; +} + +- (instancetype)initWithThirtyDays { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSGracePeriodThirtyDays; + } + return self; +} + +- (instancetype)initWithAlways { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSGracePeriodAlways; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSGracePeriodOther; + } + return self; +} + +#pragma mark - Instance field accessors + +#pragma mark - Tag state methods + +- (BOOL)isOneDay { + return _tag == DBFILEREQUESTSGracePeriodOneDay; +} + +- (BOOL)isTwoDays { + return _tag == DBFILEREQUESTSGracePeriodTwoDays; +} + +- (BOOL)isSevenDays { + return _tag == DBFILEREQUESTSGracePeriodSevenDays; +} + +- (BOOL)isThirtyDays { + return _tag == DBFILEREQUESTSGracePeriodThirtyDays; +} + +- (BOOL)isAlways { + return _tag == DBFILEREQUESTSGracePeriodAlways; +} + +- (BOOL)isOther { + return _tag == DBFILEREQUESTSGracePeriodOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILEREQUESTSGracePeriodOneDay: + return @"DBFILEREQUESTSGracePeriodOneDay"; + case DBFILEREQUESTSGracePeriodTwoDays: + return @"DBFILEREQUESTSGracePeriodTwoDays"; + case DBFILEREQUESTSGracePeriodSevenDays: + return @"DBFILEREQUESTSGracePeriodSevenDays"; + case DBFILEREQUESTSGracePeriodThirtyDays: + return @"DBFILEREQUESTSGracePeriodThirtyDays"; + case DBFILEREQUESTSGracePeriodAlways: + return @"DBFILEREQUESTSGracePeriodAlways"; + case DBFILEREQUESTSGracePeriodOther: + return @"DBFILEREQUESTSGracePeriodOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEREQUESTSGracePeriodSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEREQUESTSGracePeriodSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEREQUESTSGracePeriodSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBFILEREQUESTSGracePeriodOneDay: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSGracePeriodTwoDays: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSGracePeriodSevenDays: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSGracePeriodThirtyDays: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSGracePeriodAlways: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSGracePeriodOther: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToGracePeriod:other]; +} + +- (BOOL)isEqualToGracePeriod:(DBFILEREQUESTSGracePeriod *)aGracePeriod { + if (self == aGracePeriod) { + return YES; + } + if (self.tag != aGracePeriod.tag) { + return NO; + } + switch (_tag) { + case DBFILEREQUESTSGracePeriodOneDay: + return [[self tagName] isEqual:[aGracePeriod tagName]]; + case DBFILEREQUESTSGracePeriodTwoDays: + return [[self tagName] isEqual:[aGracePeriod tagName]]; + case DBFILEREQUESTSGracePeriodSevenDays: + return [[self tagName] isEqual:[aGracePeriod tagName]]; + case DBFILEREQUESTSGracePeriodThirtyDays: + return [[self tagName] isEqual:[aGracePeriod tagName]]; + case DBFILEREQUESTSGracePeriodAlways: + return [[self tagName] isEqual:[aGracePeriod tagName]]; + case DBFILEREQUESTSGracePeriodOther: + return [[self tagName] isEqual:[aGracePeriod tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEREQUESTSGracePeriodSerializer + ++ (NSDictionary *)serialize:(DBFILEREQUESTSGracePeriod *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isOneDay]) { + jsonDict[@".tag"] = @"one_day"; + } else if ([valueObj isTwoDays]) { + jsonDict[@".tag"] = @"two_days"; + } else if ([valueObj isSevenDays]) { + jsonDict[@".tag"] = @"seven_days"; + } else if ([valueObj isThirtyDays]) { + jsonDict[@".tag"] = @"thirty_days"; + } else if ([valueObj isAlways]) { + jsonDict[@".tag"] = @"always"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEREQUESTSGracePeriod *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"one_day"]) { + return [[DBFILEREQUESTSGracePeriod alloc] initWithOneDay]; + } else if ([tag isEqualToString:@"two_days"]) { + return [[DBFILEREQUESTSGracePeriod alloc] initWithTwoDays]; + } else if ([tag isEqualToString:@"seven_days"]) { + return [[DBFILEREQUESTSGracePeriod alloc] initWithSevenDays]; + } else if ([tag isEqualToString:@"thirty_days"]) { + return [[DBFILEREQUESTSGracePeriod alloc] initWithThirtyDays]; + } else if ([tag isEqualToString:@"always"]) { + return [[DBFILEREQUESTSGracePeriod alloc] initWithAlways]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILEREQUESTSGracePeriod alloc] initWithOther]; + } else { + return [[DBFILEREQUESTSGracePeriod alloc] initWithOther]; + } +} + +@end + +#import "DBFILEREQUESTSGeneralFileRequestsError.h" +#import "DBFILEREQUESTSListFileRequestsError.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEREQUESTSListFileRequestsError + +#pragma mark - Constructors + +- (instancetype)initWithDisabledForTeam { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSListFileRequestsErrorDisabledForTeam; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSListFileRequestsErrorOther; + } + return self; +} + +#pragma mark - Instance field accessors + +#pragma mark - Tag state methods + +- (BOOL)isDisabledForTeam { + return _tag == DBFILEREQUESTSListFileRequestsErrorDisabledForTeam; +} + +- (BOOL)isOther { + return _tag == DBFILEREQUESTSListFileRequestsErrorOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILEREQUESTSListFileRequestsErrorDisabledForTeam: + return @"DBFILEREQUESTSListFileRequestsErrorDisabledForTeam"; + case DBFILEREQUESTSListFileRequestsErrorOther: + return @"DBFILEREQUESTSListFileRequestsErrorOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEREQUESTSListFileRequestsErrorSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEREQUESTSListFileRequestsErrorSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEREQUESTSListFileRequestsErrorSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBFILEREQUESTSListFileRequestsErrorDisabledForTeam: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSListFileRequestsErrorOther: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToListFileRequestsError:other]; +} + +- (BOOL)isEqualToListFileRequestsError:(DBFILEREQUESTSListFileRequestsError *)aListFileRequestsError { + if (self == aListFileRequestsError) { + return YES; + } + if (self.tag != aListFileRequestsError.tag) { + return NO; + } + switch (_tag) { + case DBFILEREQUESTSListFileRequestsErrorDisabledForTeam: + return [[self tagName] isEqual:[aListFileRequestsError tagName]]; + case DBFILEREQUESTSListFileRequestsErrorOther: + return [[self tagName] isEqual:[aListFileRequestsError tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEREQUESTSListFileRequestsErrorSerializer + ++ (NSDictionary *)serialize:(DBFILEREQUESTSListFileRequestsError *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isDisabledForTeam]) { + jsonDict[@".tag"] = @"disabled_for_team"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEREQUESTSListFileRequestsError *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"disabled_for_team"]) { + return [[DBFILEREQUESTSListFileRequestsError alloc] initWithDisabledForTeam]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILEREQUESTSListFileRequestsError alloc] initWithOther]; + } else { + return [[DBFILEREQUESTSListFileRequestsError alloc] initWithOther]; + } +} + +@end + +#import "DBFILEREQUESTSFileRequest.h" +#import "DBFILEREQUESTSListFileRequestsResult.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEREQUESTSListFileRequestsResult + +#pragma mark - Constructors + +- (instancetype)initWithFileRequests:(NSArray *)fileRequests { + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](fileRequests); + + self = [super init]; + if (self) { + _fileRequests = fileRequests; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEREQUESTSListFileRequestsResultSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEREQUESTSListFileRequestsResultSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEREQUESTSListFileRequestsResultSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.fileRequests hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToListFileRequestsResult:other]; +} + +- (BOOL)isEqualToListFileRequestsResult:(DBFILEREQUESTSListFileRequestsResult *)aListFileRequestsResult { + if (self == aListFileRequestsResult) { + return YES; + } + if (![self.fileRequests isEqual:aListFileRequestsResult.fileRequests]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEREQUESTSListFileRequestsResultSerializer + ++ (NSDictionary *)serialize:(DBFILEREQUESTSListFileRequestsResult *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"file_requests"] = [DBArraySerializer serialize:valueObj.fileRequests + withBlock:^id(id elem0) { + return [DBFILEREQUESTSFileRequestSerializer serialize:elem0]; + }]; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEREQUESTSListFileRequestsResult *)deserialize:(NSDictionary *)valueDict { + NSArray *fileRequests = + [DBArraySerializer deserialize:valueDict[@"file_requests"] + withBlock:^id(id elem0) { + return [DBFILEREQUESTSFileRequestSerializer deserialize:elem0]; + }]; + + return [[DBFILEREQUESTSListFileRequestsResult alloc] initWithFileRequests:fileRequests]; +} + +@end + +#import "DBFILEREQUESTSUpdateFileRequestArgs.h" +#import "DBFILEREQUESTSUpdateFileRequestDeadline.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEREQUESTSUpdateFileRequestArgs + +#pragma mark - Constructors + +- (instancetype)initWithId_:(NSString *)id_ + title:(NSString *)title + destination:(NSString *)destination + deadline:(DBFILEREQUESTSUpdateFileRequestDeadline *)deadline + open:(NSNumber *)open { + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"[-_0-9a-zA-Z]+"]](id_); + [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil]](title); + [DBStoneValidators + nullableValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"/(.|[\\r\\n])*"]](destination); + + self = [super init]; + if (self) { + _id_ = id_; + _title = title; + _destination = destination; + _deadline = deadline ?: [[DBFILEREQUESTSUpdateFileRequestDeadline alloc] initWithNoUpdate]; + _open = open; + } + return self; +} + +- (instancetype)initWithId_:(NSString *)id_ { + return [self initWithId_:id_ title:nil destination:nil deadline:nil open:nil]; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEREQUESTSUpdateFileRequestArgsSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEREQUESTSUpdateFileRequestArgsSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEREQUESTSUpdateFileRequestArgsSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.id_ hash]; + if (self.title != nil) { + result = prime * result + [self.title hash]; + } + if (self.destination != nil) { + result = prime * result + [self.destination hash]; + } + result = prime * result + [self.deadline hash]; + if (self.open != nil) { + result = prime * result + [self.open hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToUpdateFileRequestArgs:other]; +} + +- (BOOL)isEqualToUpdateFileRequestArgs:(DBFILEREQUESTSUpdateFileRequestArgs *)anUpdateFileRequestArgs { + if (self == anUpdateFileRequestArgs) { + return YES; + } + if (![self.id_ isEqual:anUpdateFileRequestArgs.id_]) { + return NO; + } + if (self.title) { + if (![self.title isEqual:anUpdateFileRequestArgs.title]) { + return NO; + } + } + if (self.destination) { + if (![self.destination isEqual:anUpdateFileRequestArgs.destination]) { + return NO; + } + } + if (![self.deadline isEqual:anUpdateFileRequestArgs.deadline]) { + return NO; + } + if (self.open) { + if (![self.open isEqual:anUpdateFileRequestArgs.open]) { + return NO; + } + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEREQUESTSUpdateFileRequestArgsSerializer + ++ (NSDictionary *)serialize:(DBFILEREQUESTSUpdateFileRequestArgs *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"id"] = valueObj.id_; + if (valueObj.title) { + jsonDict[@"title"] = valueObj.title; + } + if (valueObj.destination) { + jsonDict[@"destination"] = valueObj.destination; + } + jsonDict[@"deadline"] = [DBFILEREQUESTSUpdateFileRequestDeadlineSerializer serialize:valueObj.deadline]; + if (valueObj.open) { + jsonDict[@"open"] = valueObj.open; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEREQUESTSUpdateFileRequestArgs *)deserialize:(NSDictionary *)valueDict { + NSString *id_ = valueDict[@"id"]; + NSString *title = valueDict[@"title"] ?: nil; + NSString *destination = valueDict[@"destination"] ?: nil; + DBFILEREQUESTSUpdateFileRequestDeadline *deadline = + valueDict[@"deadline"] ? [DBFILEREQUESTSUpdateFileRequestDeadlineSerializer deserialize:valueDict[@"deadline"]] + : [[DBFILEREQUESTSUpdateFileRequestDeadline alloc] initWithNoUpdate]; + NSNumber *open = valueDict[@"open"] ?: nil; + + return [[DBFILEREQUESTSUpdateFileRequestArgs alloc] initWithId_:id_ + title:title + destination:destination + deadline:deadline + open:open]; +} + +@end + +#import "DBFILEREQUESTSFileRequestDeadline.h" +#import "DBFILEREQUESTSUpdateFileRequestDeadline.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEREQUESTSUpdateFileRequestDeadline + +@synthesize update = _update; + +#pragma mark - Constructors + +- (instancetype)initWithNoUpdate { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSUpdateFileRequestDeadlineNoUpdate; + } + return self; +} + +- (instancetype)initWithUpdate:(DBFILEREQUESTSFileRequestDeadline *)update { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSUpdateFileRequestDeadlineUpdate; + _update = update; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSUpdateFileRequestDeadlineOther; + } + return self; +} + +#pragma mark - Instance field accessors + +- (DBFILEREQUESTSFileRequestDeadline *)update { + if (![self isUpdate]) { + [NSException + raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILEREQUESTSUpdateFileRequestDeadlineUpdate, but was %@.", [self tagName]]; + } + return _update; +} + +#pragma mark - Tag state methods + +- (BOOL)isNoUpdate { + return _tag == DBFILEREQUESTSUpdateFileRequestDeadlineNoUpdate; +} + +- (BOOL)isUpdate { + return _tag == DBFILEREQUESTSUpdateFileRequestDeadlineUpdate; +} + +- (BOOL)isOther { + return _tag == DBFILEREQUESTSUpdateFileRequestDeadlineOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILEREQUESTSUpdateFileRequestDeadlineNoUpdate: + return @"DBFILEREQUESTSUpdateFileRequestDeadlineNoUpdate"; + case DBFILEREQUESTSUpdateFileRequestDeadlineUpdate: + return @"DBFILEREQUESTSUpdateFileRequestDeadlineUpdate"; + case DBFILEREQUESTSUpdateFileRequestDeadlineOther: + return @"DBFILEREQUESTSUpdateFileRequestDeadlineOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEREQUESTSUpdateFileRequestDeadlineSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEREQUESTSUpdateFileRequestDeadlineSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEREQUESTSUpdateFileRequestDeadlineSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBFILEREQUESTSUpdateFileRequestDeadlineNoUpdate: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSUpdateFileRequestDeadlineUpdate: + if (self.update != nil) { + result = prime * result + [self.update hash]; + } + case DBFILEREQUESTSUpdateFileRequestDeadlineOther: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToUpdateFileRequestDeadline:other]; +} + +- (BOOL)isEqualToUpdateFileRequestDeadline:(DBFILEREQUESTSUpdateFileRequestDeadline *)anUpdateFileRequestDeadline { + if (self == anUpdateFileRequestDeadline) { + return YES; + } + if (self.tag != anUpdateFileRequestDeadline.tag) { + return NO; + } + switch (_tag) { + case DBFILEREQUESTSUpdateFileRequestDeadlineNoUpdate: + return [[self tagName] isEqual:[anUpdateFileRequestDeadline tagName]]; + case DBFILEREQUESTSUpdateFileRequestDeadlineUpdate: + if (self.update) { + return [self.update isEqual:anUpdateFileRequestDeadline.update]; + } + case DBFILEREQUESTSUpdateFileRequestDeadlineOther: + return [[self tagName] isEqual:[anUpdateFileRequestDeadline tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEREQUESTSUpdateFileRequestDeadlineSerializer + ++ (NSDictionary *)serialize:(DBFILEREQUESTSUpdateFileRequestDeadline *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isNoUpdate]) { + jsonDict[@".tag"] = @"no_update"; + } else if ([valueObj isUpdate]) { + if (valueObj.update) { + jsonDict = [[DBFILEREQUESTSFileRequestDeadlineSerializer serialize:valueObj.update] mutableCopy]; + } + jsonDict[@".tag"] = @"update"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEREQUESTSUpdateFileRequestDeadline *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"no_update"]) { + return [[DBFILEREQUESTSUpdateFileRequestDeadline alloc] initWithNoUpdate]; + } else if ([tag isEqualToString:@"update"]) { + DBFILEREQUESTSFileRequestDeadline *update = + valueDict ? [DBFILEREQUESTSFileRequestDeadlineSerializer deserialize:valueDict] : nil; + return [[DBFILEREQUESTSUpdateFileRequestDeadline alloc] initWithUpdate:update]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILEREQUESTSUpdateFileRequestDeadline alloc] initWithOther]; + } else { + return [[DBFILEREQUESTSUpdateFileRequestDeadline alloc] initWithOther]; + } +} + +@end + +#import "DBFILEREQUESTSFileRequestError.h" +#import "DBFILEREQUESTSUpdateFileRequestError.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILEREQUESTSUpdateFileRequestError + +#pragma mark - Constructors + +- (instancetype)initWithDisabledForTeam { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSUpdateFileRequestErrorDisabledForTeam; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSUpdateFileRequestErrorOther; + } + return self; +} + +- (instancetype)initWithNotFound { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSUpdateFileRequestErrorNotFound; + } + return self; +} + +- (instancetype)initWithNotAFolder { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSUpdateFileRequestErrorNotAFolder; + } + return self; +} + +- (instancetype)initWithAppLacksAccess { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSUpdateFileRequestErrorAppLacksAccess; + } + return self; +} + +- (instancetype)initWithNoPermission { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSUpdateFileRequestErrorNoPermission; + } + return self; +} + +- (instancetype)initWithEmailUnverified { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSUpdateFileRequestErrorEmailUnverified; + } + return self; +} + +- (instancetype)initWithValidationError { + self = [super init]; + if (self) { + _tag = DBFILEREQUESTSUpdateFileRequestErrorValidationError; + } + return self; +} + +#pragma mark - Instance field accessors + +#pragma mark - Tag state methods + +- (BOOL)isDisabledForTeam { + return _tag == DBFILEREQUESTSUpdateFileRequestErrorDisabledForTeam; +} + +- (BOOL)isOther { + return _tag == DBFILEREQUESTSUpdateFileRequestErrorOther; +} + +- (BOOL)isNotFound { + return _tag == DBFILEREQUESTSUpdateFileRequestErrorNotFound; +} + +- (BOOL)isNotAFolder { + return _tag == DBFILEREQUESTSUpdateFileRequestErrorNotAFolder; +} + +- (BOOL)isAppLacksAccess { + return _tag == DBFILEREQUESTSUpdateFileRequestErrorAppLacksAccess; +} + +- (BOOL)isNoPermission { + return _tag == DBFILEREQUESTSUpdateFileRequestErrorNoPermission; +} + +- (BOOL)isEmailUnverified { + return _tag == DBFILEREQUESTSUpdateFileRequestErrorEmailUnverified; +} + +- (BOOL)isValidationError { + return _tag == DBFILEREQUESTSUpdateFileRequestErrorValidationError; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILEREQUESTSUpdateFileRequestErrorDisabledForTeam: + return @"DBFILEREQUESTSUpdateFileRequestErrorDisabledForTeam"; + case DBFILEREQUESTSUpdateFileRequestErrorOther: + return @"DBFILEREQUESTSUpdateFileRequestErrorOther"; + case DBFILEREQUESTSUpdateFileRequestErrorNotFound: + return @"DBFILEREQUESTSUpdateFileRequestErrorNotFound"; + case DBFILEREQUESTSUpdateFileRequestErrorNotAFolder: + return @"DBFILEREQUESTSUpdateFileRequestErrorNotAFolder"; + case DBFILEREQUESTSUpdateFileRequestErrorAppLacksAccess: + return @"DBFILEREQUESTSUpdateFileRequestErrorAppLacksAccess"; + case DBFILEREQUESTSUpdateFileRequestErrorNoPermission: + return @"DBFILEREQUESTSUpdateFileRequestErrorNoPermission"; + case DBFILEREQUESTSUpdateFileRequestErrorEmailUnverified: + return @"DBFILEREQUESTSUpdateFileRequestErrorEmailUnverified"; + case DBFILEREQUESTSUpdateFileRequestErrorValidationError: + return @"DBFILEREQUESTSUpdateFileRequestErrorValidationError"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILEREQUESTSUpdateFileRequestErrorSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILEREQUESTSUpdateFileRequestErrorSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILEREQUESTSUpdateFileRequestErrorSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBFILEREQUESTSUpdateFileRequestErrorDisabledForTeam: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSUpdateFileRequestErrorOther: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSUpdateFileRequestErrorNotFound: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSUpdateFileRequestErrorNotAFolder: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSUpdateFileRequestErrorAppLacksAccess: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSUpdateFileRequestErrorNoPermission: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSUpdateFileRequestErrorEmailUnverified: + result = prime * result + [[self tagName] hash]; + case DBFILEREQUESTSUpdateFileRequestErrorValidationError: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToUpdateFileRequestError:other]; +} + +- (BOOL)isEqualToUpdateFileRequestError:(DBFILEREQUESTSUpdateFileRequestError *)anUpdateFileRequestError { + if (self == anUpdateFileRequestError) { + return YES; + } + if (self.tag != anUpdateFileRequestError.tag) { + return NO; + } + switch (_tag) { + case DBFILEREQUESTSUpdateFileRequestErrorDisabledForTeam: + return [[self tagName] isEqual:[anUpdateFileRequestError tagName]]; + case DBFILEREQUESTSUpdateFileRequestErrorOther: + return [[self tagName] isEqual:[anUpdateFileRequestError tagName]]; + case DBFILEREQUESTSUpdateFileRequestErrorNotFound: + return [[self tagName] isEqual:[anUpdateFileRequestError tagName]]; + case DBFILEREQUESTSUpdateFileRequestErrorNotAFolder: + return [[self tagName] isEqual:[anUpdateFileRequestError tagName]]; + case DBFILEREQUESTSUpdateFileRequestErrorAppLacksAccess: + return [[self tagName] isEqual:[anUpdateFileRequestError tagName]]; + case DBFILEREQUESTSUpdateFileRequestErrorNoPermission: + return [[self tagName] isEqual:[anUpdateFileRequestError tagName]]; + case DBFILEREQUESTSUpdateFileRequestErrorEmailUnverified: + return [[self tagName] isEqual:[anUpdateFileRequestError tagName]]; + case DBFILEREQUESTSUpdateFileRequestErrorValidationError: + return [[self tagName] isEqual:[anUpdateFileRequestError tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILEREQUESTSUpdateFileRequestErrorSerializer + ++ (NSDictionary *)serialize:(DBFILEREQUESTSUpdateFileRequestError *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isDisabledForTeam]) { + jsonDict[@".tag"] = @"disabled_for_team"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else if ([valueObj isNotFound]) { + jsonDict[@".tag"] = @"not_found"; + } else if ([valueObj isNotAFolder]) { + jsonDict[@".tag"] = @"not_a_folder"; + } else if ([valueObj isAppLacksAccess]) { + jsonDict[@".tag"] = @"app_lacks_access"; + } else if ([valueObj isNoPermission]) { + jsonDict[@".tag"] = @"no_permission"; + } else if ([valueObj isEmailUnverified]) { + jsonDict[@".tag"] = @"email_unverified"; + } else if ([valueObj isValidationError]) { + jsonDict[@".tag"] = @"validation_error"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILEREQUESTSUpdateFileRequestError *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"disabled_for_team"]) { + return [[DBFILEREQUESTSUpdateFileRequestError alloc] initWithDisabledForTeam]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILEREQUESTSUpdateFileRequestError alloc] initWithOther]; + } else if ([tag isEqualToString:@"not_found"]) { + return [[DBFILEREQUESTSUpdateFileRequestError alloc] initWithNotFound]; + } else if ([tag isEqualToString:@"not_a_folder"]) { + return [[DBFILEREQUESTSUpdateFileRequestError alloc] initWithNotAFolder]; + } else if ([tag isEqualToString:@"app_lacks_access"]) { + return [[DBFILEREQUESTSUpdateFileRequestError alloc] initWithAppLacksAccess]; + } else if ([tag isEqualToString:@"no_permission"]) { + return [[DBFILEREQUESTSUpdateFileRequestError alloc] initWithNoPermission]; + } else if ([tag isEqualToString:@"email_unverified"]) { + return [[DBFILEREQUESTSUpdateFileRequestError alloc] initWithEmailUnverified]; + } else if ([tag isEqualToString:@"validation_error"]) { + return [[DBFILEREQUESTSUpdateFileRequestError alloc] initWithValidationError]; + } else { + return [[DBFILEREQUESTSUpdateFileRequestError alloc] initWithOther]; + } +} + +@end diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSCreateFileRequestArgs.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSCreateFileRequestArgs.h new file mode 100644 index 00000000..5993441c --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSCreateFileRequestArgs.h @@ -0,0 +1,117 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEREQUESTSCreateFileRequestArgs; +@class DBFILEREQUESTSFileRequestDeadline; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `CreateFileRequestArgs` struct. +/// +/// Arguments for `create`. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEREQUESTSCreateFileRequestArgs : NSObject + +#pragma mark - Instance fields + +/// The title of the file request. Must not be empty. +@property (nonatomic, readonly, copy) NSString *title; + +/// The path of the folder in the Dropbox where uploaded files will be sent. For +/// apps with the app folder permission, this will be relative to the app +/// folder. +@property (nonatomic, readonly, copy) NSString *destination; + +/// The deadline for the file request. Deadlines can only be set by Pro and +/// Business accounts. +@property (nonatomic, readonly, nullable) DBFILEREQUESTSFileRequestDeadline *deadline; + +/// Whether or not the file request should be open. If the file request is +/// closed, it will not accept any file submissions, but it can be opened later. +@property (nonatomic, readonly) NSNumber *open; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param title The title of the file request. Must not be empty. +/// @param destination The path of the folder in the Dropbox where uploaded +/// files will be sent. For apps with the app folder permission, this will be +/// relative to the app folder. +/// @param deadline The deadline for the file request. Deadlines can only be set +/// by Pro and Business accounts. +/// @param open Whether or not the file request should be open. If the file +/// request is closed, it will not accept any file submissions, but it can be +/// opened later. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithTitle:(NSString *)title + destination:(NSString *)destination + deadline:(nullable DBFILEREQUESTSFileRequestDeadline *)deadline + open:(nullable NSNumber *)open; + +/// +/// Convenience constructor (exposes only non-nullable instance variables with +/// no default value). +/// +/// @param title The title of the file request. Must not be empty. +/// @param destination The path of the folder in the Dropbox where uploaded +/// files will be sent. For apps with the app folder permission, this will be +/// relative to the app folder. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithTitle:(NSString *)title destination:(NSString *)destination; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `CreateFileRequestArgs` struct. +/// +@interface DBFILEREQUESTSCreateFileRequestArgsSerializer : NSObject + +/// +/// Serializes `DBFILEREQUESTSCreateFileRequestArgs` instances. +/// +/// @param instance An instance of the `DBFILEREQUESTSCreateFileRequestArgs` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEREQUESTSCreateFileRequestArgs` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEREQUESTSCreateFileRequestArgs *)instance; + +/// +/// Deserializes `DBFILEREQUESTSCreateFileRequestArgs` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEREQUESTSCreateFileRequestArgs` API object. +/// +/// @return An instantiation of the `DBFILEREQUESTSCreateFileRequestArgs` +/// object. +/// ++ (DBFILEREQUESTSCreateFileRequestArgs *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSCreateFileRequestError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSCreateFileRequestError.h new file mode 100644 index 00000000..a212f215 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSCreateFileRequestError.h @@ -0,0 +1,298 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEREQUESTSCreateFileRequestError; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `CreateFileRequestError` union. +/// +/// There was an error creating the file request. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEREQUESTSCreateFileRequestError : NSObject + +#pragma mark - Instance fields + +/// The `DBFILEREQUESTSCreateFileRequestErrorTag` enum type represents the +/// possible tag states with which the `DBFILEREQUESTSCreateFileRequestError` +/// union can exist. +typedef NS_ENUM(NSInteger, DBFILEREQUESTSCreateFileRequestErrorTag) { + /// This user's Dropbox Business team doesn't allow file requests. + DBFILEREQUESTSCreateFileRequestErrorDisabledForTeam, + + /// (no description). + DBFILEREQUESTSCreateFileRequestErrorOther, + + /// This file request ID was not found. + DBFILEREQUESTSCreateFileRequestErrorNotFound, + + /// The specified path is not a folder. + DBFILEREQUESTSCreateFileRequestErrorNotAFolder, + + /// This file request is not accessible to this app. Apps with the app + /// folder permission can only access file requests in their app folder. + DBFILEREQUESTSCreateFileRequestErrorAppLacksAccess, + + /// This user doesn't have permission to access or modify this file request. + DBFILEREQUESTSCreateFileRequestErrorNoPermission, + + /// This user's email address is not verified. File requests are only + /// available on accounts with a verified email address. Users can verify + /// their email address here https://www.dropbox.com/help/317. + DBFILEREQUESTSCreateFileRequestErrorEmailUnverified, + + /// There was an error validating the request. For example, the title was + /// invalid, or there were disallowed characters in the destination path. + DBFILEREQUESTSCreateFileRequestErrorValidationError, + + /// File requests are not available on the specified folder. + DBFILEREQUESTSCreateFileRequestErrorInvalidLocation, + + /// The user has reached the rate limit for creating file requests. The + /// limit is currently 100 file requests per day. + DBFILEREQUESTSCreateFileRequestErrorRateLimit, + +}; + +/// Represents the union's current tag state. +@property (nonatomic, readonly) DBFILEREQUESTSCreateFileRequestErrorTag tag; + +#pragma mark - Constructors + +/// +/// Initializes union class with tag state of "disabled_for_team". +/// +/// Description of the "disabled_for_team" tag state: This user's Dropbox +/// Business team doesn't allow file requests. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithDisabledForTeam; + +/// +/// Initializes union class with tag state of "other". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOther; + +/// +/// Initializes union class with tag state of "not_found". +/// +/// Description of the "not_found" tag state: This file request ID was not +/// found. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithNotFound; + +/// +/// Initializes union class with tag state of "not_a_folder". +/// +/// Description of the "not_a_folder" tag state: The specified path is not a +/// folder. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithNotAFolder; + +/// +/// Initializes union class with tag state of "app_lacks_access". +/// +/// Description of the "app_lacks_access" tag state: This file request is not +/// accessible to this app. Apps with the app folder permission can only access +/// file requests in their app folder. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithAppLacksAccess; + +/// +/// Initializes union class with tag state of "no_permission". +/// +/// Description of the "no_permission" tag state: This user doesn't have +/// permission to access or modify this file request. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithNoPermission; + +/// +/// Initializes union class with tag state of "email_unverified". +/// +/// Description of the "email_unverified" tag state: This user's email address +/// is not verified. File requests are only available on accounts with a +/// verified email address. Users can verify their email address here +/// https://www.dropbox.com/help/317. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithEmailUnverified; + +/// +/// Initializes union class with tag state of "validation_error". +/// +/// Description of the "validation_error" tag state: There was an error +/// validating the request. For example, the title was invalid, or there were +/// disallowed characters in the destination path. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithValidationError; + +/// +/// Initializes union class with tag state of "invalid_location". +/// +/// Description of the "invalid_location" tag state: File requests are not +/// available on the specified folder. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithInvalidLocation; + +/// +/// Initializes union class with tag state of "rate_limit". +/// +/// Description of the "rate_limit" tag state: The user has reached the rate +/// limit for creating file requests. The limit is currently 100 file requests +/// per day. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithRateLimit; + +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - Tag state methods + +/// +/// Retrieves whether the union's current tag state has value +/// "disabled_for_team". +/// +/// @return Whether the union's current tag state has value "disabled_for_team". +/// +- (BOOL)isDisabledForTeam; + +/// +/// Retrieves whether the union's current tag state has value "other". +/// +/// @return Whether the union's current tag state has value "other". +/// +- (BOOL)isOther; + +/// +/// Retrieves whether the union's current tag state has value "not_found". +/// +/// @return Whether the union's current tag state has value "not_found". +/// +- (BOOL)isNotFound; + +/// +/// Retrieves whether the union's current tag state has value "not_a_folder". +/// +/// @return Whether the union's current tag state has value "not_a_folder". +/// +- (BOOL)isNotAFolder; + +/// +/// Retrieves whether the union's current tag state has value +/// "app_lacks_access". +/// +/// @return Whether the union's current tag state has value "app_lacks_access". +/// +- (BOOL)isAppLacksAccess; + +/// +/// Retrieves whether the union's current tag state has value "no_permission". +/// +/// @return Whether the union's current tag state has value "no_permission". +/// +- (BOOL)isNoPermission; + +/// +/// Retrieves whether the union's current tag state has value +/// "email_unverified". +/// +/// @return Whether the union's current tag state has value "email_unverified". +/// +- (BOOL)isEmailUnverified; + +/// +/// Retrieves whether the union's current tag state has value +/// "validation_error". +/// +/// @return Whether the union's current tag state has value "validation_error". +/// +- (BOOL)isValidationError; + +/// +/// Retrieves whether the union's current tag state has value +/// "invalid_location". +/// +/// @return Whether the union's current tag state has value "invalid_location". +/// +- (BOOL)isInvalidLocation; + +/// +/// Retrieves whether the union's current tag state has value "rate_limit". +/// +/// @return Whether the union's current tag state has value "rate_limit". +/// +- (BOOL)isRateLimit; + +/// +/// Retrieves string value of union's current tag state. +/// +/// @return A human-readable string representing the union's current tag state. +/// +- (NSString *)tagName; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `DBFILEREQUESTSCreateFileRequestError` +/// union. +/// +@interface DBFILEREQUESTSCreateFileRequestErrorSerializer : NSObject + +/// +/// Serializes `DBFILEREQUESTSCreateFileRequestError` instances. +/// +/// @param instance An instance of the `DBFILEREQUESTSCreateFileRequestError` +/// API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEREQUESTSCreateFileRequestError` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEREQUESTSCreateFileRequestError *)instance; + +/// +/// Deserializes `DBFILEREQUESTSCreateFileRequestError` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEREQUESTSCreateFileRequestError` API object. +/// +/// @return An instantiation of the `DBFILEREQUESTSCreateFileRequestError` +/// object. +/// ++ (DBFILEREQUESTSCreateFileRequestError *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSFileRequest.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSFileRequest.h new file mode 100644 index 00000000..7643c0da --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSFileRequest.h @@ -0,0 +1,143 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEREQUESTSFileRequest; +@class DBFILEREQUESTSFileRequestDeadline; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `FileRequest` struct. +/// +/// A file request https://www.dropbox.com/help/9090 for receiving files into +/// the user's Dropbox account. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEREQUESTSFileRequest : NSObject + +#pragma mark - Instance fields + +/// The ID of the file request. +@property (nonatomic, readonly, copy) NSString *id_; + +/// The URL of the file request. +@property (nonatomic, readonly, copy) NSString *url; + +/// The title of the file request. +@property (nonatomic, readonly, copy) NSString *title; + +/// The path of the folder in the Dropbox where uploaded files will be sent. +/// This can be null if the destination was removed. For apps with the app +/// folder permission, this will be relative to the app folder. +@property (nonatomic, readonly, copy, nullable) NSString *destination; + +/// When this file request was created. +@property (nonatomic, readonly) NSDate *created; + +/// The deadline for this file request. Only set if the request has a deadline. +@property (nonatomic, readonly, nullable) DBFILEREQUESTSFileRequestDeadline *deadline; + +/// Whether or not the file request is open. If the file request is closed, it +/// will not accept any more file submissions. +@property (nonatomic, readonly) NSNumber *isOpen; + +/// The number of files this file request has received. +@property (nonatomic, readonly) NSNumber *fileCount; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param id_ The ID of the file request. +/// @param url The URL of the file request. +/// @param title The title of the file request. +/// @param created When this file request was created. +/// @param isOpen Whether or not the file request is open. If the file request +/// is closed, it will not accept any more file submissions. +/// @param fileCount The number of files this file request has received. +/// @param destination The path of the folder in the Dropbox where uploaded +/// files will be sent. This can be null if the destination was removed. For +/// apps with the app folder permission, this will be relative to the app +/// folder. +/// @param deadline The deadline for this file request. Only set if the request +/// has a deadline. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithId_:(NSString *)id_ + url:(NSString *)url + title:(NSString *)title + created:(NSDate *)created + isOpen:(NSNumber *)isOpen + fileCount:(NSNumber *)fileCount + destination:(nullable NSString *)destination + deadline:(nullable DBFILEREQUESTSFileRequestDeadline *)deadline; + +/// +/// Convenience constructor (exposes only non-nullable instance variables with +/// no default value). +/// +/// @param id_ The ID of the file request. +/// @param url The URL of the file request. +/// @param title The title of the file request. +/// @param created When this file request was created. +/// @param isOpen Whether or not the file request is open. If the file request +/// is closed, it will not accept any more file submissions. +/// @param fileCount The number of files this file request has received. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithId_:(NSString *)id_ + url:(NSString *)url + title:(NSString *)title + created:(NSDate *)created + isOpen:(NSNumber *)isOpen + fileCount:(NSNumber *)fileCount; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `FileRequest` struct. +/// +@interface DBFILEREQUESTSFileRequestSerializer : NSObject + +/// +/// Serializes `DBFILEREQUESTSFileRequest` instances. +/// +/// @param instance An instance of the `DBFILEREQUESTSFileRequest` API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEREQUESTSFileRequest` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEREQUESTSFileRequest *)instance; + +/// +/// Deserializes `DBFILEREQUESTSFileRequest` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEREQUESTSFileRequest` API object. +/// +/// @return An instantiation of the `DBFILEREQUESTSFileRequest` object. +/// ++ (DBFILEREQUESTSFileRequest *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSFileRequestDeadline.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSFileRequestDeadline.h new file mode 100644 index 00000000..4d0bb7eb --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSFileRequestDeadline.h @@ -0,0 +1,94 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEREQUESTSFileRequestDeadline; +@class DBFILEREQUESTSGracePeriod; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `FileRequestDeadline` struct. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEREQUESTSFileRequestDeadline : NSObject + +#pragma mark - Instance fields + +/// The deadline for this file request. +@property (nonatomic, readonly) NSDate *deadline; + +/// If set, allow uploads after the deadline has passed. These uploads will be +/// marked overdue. +@property (nonatomic, readonly, nullable) DBFILEREQUESTSGracePeriod *allowLateUploads; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param deadline The deadline for this file request. +/// @param allowLateUploads If set, allow uploads after the deadline has passed. +/// These uploads will be marked overdue. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithDeadline:(NSDate *)deadline + allowLateUploads:(nullable DBFILEREQUESTSGracePeriod *)allowLateUploads; + +/// +/// Convenience constructor (exposes only non-nullable instance variables with +/// no default value). +/// +/// @param deadline The deadline for this file request. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithDeadline:(NSDate *)deadline; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `FileRequestDeadline` struct. +/// +@interface DBFILEREQUESTSFileRequestDeadlineSerializer : NSObject + +/// +/// Serializes `DBFILEREQUESTSFileRequestDeadline` instances. +/// +/// @param instance An instance of the `DBFILEREQUESTSFileRequestDeadline` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEREQUESTSFileRequestDeadline` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEREQUESTSFileRequestDeadline *)instance; + +/// +/// Deserializes `DBFILEREQUESTSFileRequestDeadline` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEREQUESTSFileRequestDeadline` API object. +/// +/// @return An instantiation of the `DBFILEREQUESTSFileRequestDeadline` object. +/// ++ (DBFILEREQUESTSFileRequestDeadline *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSFileRequestError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSFileRequestError.h new file mode 100644 index 00000000..35203a19 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSFileRequestError.h @@ -0,0 +1,252 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEREQUESTSFileRequestError; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `FileRequestError` union. +/// +/// There is an error with the file request. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEREQUESTSFileRequestError : NSObject + +#pragma mark - Instance fields + +/// The `DBFILEREQUESTSFileRequestErrorTag` enum type represents the possible +/// tag states with which the `DBFILEREQUESTSFileRequestError` union can exist. +typedef NS_ENUM(NSInteger, DBFILEREQUESTSFileRequestErrorTag) { + /// This user's Dropbox Business team doesn't allow file requests. + DBFILEREQUESTSFileRequestErrorDisabledForTeam, + + /// (no description). + DBFILEREQUESTSFileRequestErrorOther, + + /// This file request ID was not found. + DBFILEREQUESTSFileRequestErrorNotFound, + + /// The specified path is not a folder. + DBFILEREQUESTSFileRequestErrorNotAFolder, + + /// This file request is not accessible to this app. Apps with the app + /// folder permission can only access file requests in their app folder. + DBFILEREQUESTSFileRequestErrorAppLacksAccess, + + /// This user doesn't have permission to access or modify this file request. + DBFILEREQUESTSFileRequestErrorNoPermission, + + /// This user's email address is not verified. File requests are only + /// available on accounts with a verified email address. Users can verify + /// their email address here https://www.dropbox.com/help/317. + DBFILEREQUESTSFileRequestErrorEmailUnverified, + + /// There was an error validating the request. For example, the title was + /// invalid, or there were disallowed characters in the destination path. + DBFILEREQUESTSFileRequestErrorValidationError, + +}; + +/// Represents the union's current tag state. +@property (nonatomic, readonly) DBFILEREQUESTSFileRequestErrorTag tag; + +#pragma mark - Constructors + +/// +/// Initializes union class with tag state of "disabled_for_team". +/// +/// Description of the "disabled_for_team" tag state: This user's Dropbox +/// Business team doesn't allow file requests. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithDisabledForTeam; + +/// +/// Initializes union class with tag state of "other". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOther; + +/// +/// Initializes union class with tag state of "not_found". +/// +/// Description of the "not_found" tag state: This file request ID was not +/// found. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithNotFound; + +/// +/// Initializes union class with tag state of "not_a_folder". +/// +/// Description of the "not_a_folder" tag state: The specified path is not a +/// folder. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithNotAFolder; + +/// +/// Initializes union class with tag state of "app_lacks_access". +/// +/// Description of the "app_lacks_access" tag state: This file request is not +/// accessible to this app. Apps with the app folder permission can only access +/// file requests in their app folder. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithAppLacksAccess; + +/// +/// Initializes union class with tag state of "no_permission". +/// +/// Description of the "no_permission" tag state: This user doesn't have +/// permission to access or modify this file request. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithNoPermission; + +/// +/// Initializes union class with tag state of "email_unverified". +/// +/// Description of the "email_unverified" tag state: This user's email address +/// is not verified. File requests are only available on accounts with a +/// verified email address. Users can verify their email address here +/// https://www.dropbox.com/help/317. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithEmailUnverified; + +/// +/// Initializes union class with tag state of "validation_error". +/// +/// Description of the "validation_error" tag state: There was an error +/// validating the request. For example, the title was invalid, or there were +/// disallowed characters in the destination path. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithValidationError; + +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - Tag state methods + +/// +/// Retrieves whether the union's current tag state has value +/// "disabled_for_team". +/// +/// @return Whether the union's current tag state has value "disabled_for_team". +/// +- (BOOL)isDisabledForTeam; + +/// +/// Retrieves whether the union's current tag state has value "other". +/// +/// @return Whether the union's current tag state has value "other". +/// +- (BOOL)isOther; + +/// +/// Retrieves whether the union's current tag state has value "not_found". +/// +/// @return Whether the union's current tag state has value "not_found". +/// +- (BOOL)isNotFound; + +/// +/// Retrieves whether the union's current tag state has value "not_a_folder". +/// +/// @return Whether the union's current tag state has value "not_a_folder". +/// +- (BOOL)isNotAFolder; + +/// +/// Retrieves whether the union's current tag state has value +/// "app_lacks_access". +/// +/// @return Whether the union's current tag state has value "app_lacks_access". +/// +- (BOOL)isAppLacksAccess; + +/// +/// Retrieves whether the union's current tag state has value "no_permission". +/// +/// @return Whether the union's current tag state has value "no_permission". +/// +- (BOOL)isNoPermission; + +/// +/// Retrieves whether the union's current tag state has value +/// "email_unverified". +/// +/// @return Whether the union's current tag state has value "email_unverified". +/// +- (BOOL)isEmailUnverified; + +/// +/// Retrieves whether the union's current tag state has value +/// "validation_error". +/// +/// @return Whether the union's current tag state has value "validation_error". +/// +- (BOOL)isValidationError; + +/// +/// Retrieves string value of union's current tag state. +/// +/// @return A human-readable string representing the union's current tag state. +/// +- (NSString *)tagName; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `DBFILEREQUESTSFileRequestError` union. +/// +@interface DBFILEREQUESTSFileRequestErrorSerializer : NSObject + +/// +/// Serializes `DBFILEREQUESTSFileRequestError` instances. +/// +/// @param instance An instance of the `DBFILEREQUESTSFileRequestError` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEREQUESTSFileRequestError` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEREQUESTSFileRequestError *)instance; + +/// +/// Deserializes `DBFILEREQUESTSFileRequestError` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEREQUESTSFileRequestError` API object. +/// +/// @return An instantiation of the `DBFILEREQUESTSFileRequestError` object. +/// ++ (DBFILEREQUESTSFileRequestError *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSGeneralFileRequestsError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSGeneralFileRequestsError.h new file mode 100644 index 00000000..3d37d716 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSGeneralFileRequestsError.h @@ -0,0 +1,124 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEREQUESTSGeneralFileRequestsError; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `GeneralFileRequestsError` union. +/// +/// There is an error accessing the file requests functionality. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEREQUESTSGeneralFileRequestsError : NSObject + +#pragma mark - Instance fields + +/// The `DBFILEREQUESTSGeneralFileRequestsErrorTag` enum type represents the +/// possible tag states with which the `DBFILEREQUESTSGeneralFileRequestsError` +/// union can exist. +typedef NS_ENUM(NSInteger, DBFILEREQUESTSGeneralFileRequestsErrorTag) { + /// This user's Dropbox Business team doesn't allow file requests. + DBFILEREQUESTSGeneralFileRequestsErrorDisabledForTeam, + + /// (no description). + DBFILEREQUESTSGeneralFileRequestsErrorOther, + +}; + +/// Represents the union's current tag state. +@property (nonatomic, readonly) DBFILEREQUESTSGeneralFileRequestsErrorTag tag; + +#pragma mark - Constructors + +/// +/// Initializes union class with tag state of "disabled_for_team". +/// +/// Description of the "disabled_for_team" tag state: This user's Dropbox +/// Business team doesn't allow file requests. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithDisabledForTeam; + +/// +/// Initializes union class with tag state of "other". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOther; + +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - Tag state methods + +/// +/// Retrieves whether the union's current tag state has value +/// "disabled_for_team". +/// +/// @return Whether the union's current tag state has value "disabled_for_team". +/// +- (BOOL)isDisabledForTeam; + +/// +/// Retrieves whether the union's current tag state has value "other". +/// +/// @return Whether the union's current tag state has value "other". +/// +- (BOOL)isOther; + +/// +/// Retrieves string value of union's current tag state. +/// +/// @return A human-readable string representing the union's current tag state. +/// +- (NSString *)tagName; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `DBFILEREQUESTSGeneralFileRequestsError` +/// union. +/// +@interface DBFILEREQUESTSGeneralFileRequestsErrorSerializer : NSObject + +/// +/// Serializes `DBFILEREQUESTSGeneralFileRequestsError` instances. +/// +/// @param instance An instance of the `DBFILEREQUESTSGeneralFileRequestsError` +/// API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEREQUESTSGeneralFileRequestsError` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEREQUESTSGeneralFileRequestsError *)instance; + +/// +/// Deserializes `DBFILEREQUESTSGeneralFileRequestsError` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEREQUESTSGeneralFileRequestsError` API object. +/// +/// @return An instantiation of the `DBFILEREQUESTSGeneralFileRequestsError` +/// object. +/// ++ (DBFILEREQUESTSGeneralFileRequestsError *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSGetFileRequestArgs.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSGetFileRequestArgs.h new file mode 100644 index 00000000..6e0e4d04 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSGetFileRequestArgs.h @@ -0,0 +1,78 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEREQUESTSGetFileRequestArgs; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `GetFileRequestArgs` struct. +/// +/// Arguments for `get`. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEREQUESTSGetFileRequestArgs : NSObject + +#pragma mark - Instance fields + +/// The ID of the file request to retrieve. +@property (nonatomic, readonly, copy) NSString *id_; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param id_ The ID of the file request to retrieve. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithId_:(NSString *)id_; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `GetFileRequestArgs` struct. +/// +@interface DBFILEREQUESTSGetFileRequestArgsSerializer : NSObject + +/// +/// Serializes `DBFILEREQUESTSGetFileRequestArgs` instances. +/// +/// @param instance An instance of the `DBFILEREQUESTSGetFileRequestArgs` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEREQUESTSGetFileRequestArgs` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEREQUESTSGetFileRequestArgs *)instance; + +/// +/// Deserializes `DBFILEREQUESTSGetFileRequestArgs` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEREQUESTSGetFileRequestArgs` API object. +/// +/// @return An instantiation of the `DBFILEREQUESTSGetFileRequestArgs` object. +/// ++ (DBFILEREQUESTSGetFileRequestArgs *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSGetFileRequestError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSGetFileRequestError.h new file mode 100644 index 00000000..6602fc12 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSGetFileRequestError.h @@ -0,0 +1,253 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEREQUESTSGetFileRequestError; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `GetFileRequestError` union. +/// +/// There was an error retrieving the specified file request. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEREQUESTSGetFileRequestError : NSObject + +#pragma mark - Instance fields + +/// The `DBFILEREQUESTSGetFileRequestErrorTag` enum type represents the possible +/// tag states with which the `DBFILEREQUESTSGetFileRequestError` union can +/// exist. +typedef NS_ENUM(NSInteger, DBFILEREQUESTSGetFileRequestErrorTag) { + /// This user's Dropbox Business team doesn't allow file requests. + DBFILEREQUESTSGetFileRequestErrorDisabledForTeam, + + /// (no description). + DBFILEREQUESTSGetFileRequestErrorOther, + + /// This file request ID was not found. + DBFILEREQUESTSGetFileRequestErrorNotFound, + + /// The specified path is not a folder. + DBFILEREQUESTSGetFileRequestErrorNotAFolder, + + /// This file request is not accessible to this app. Apps with the app + /// folder permission can only access file requests in their app folder. + DBFILEREQUESTSGetFileRequestErrorAppLacksAccess, + + /// This user doesn't have permission to access or modify this file request. + DBFILEREQUESTSGetFileRequestErrorNoPermission, + + /// This user's email address is not verified. File requests are only + /// available on accounts with a verified email address. Users can verify + /// their email address here https://www.dropbox.com/help/317. + DBFILEREQUESTSGetFileRequestErrorEmailUnverified, + + /// There was an error validating the request. For example, the title was + /// invalid, or there were disallowed characters in the destination path. + DBFILEREQUESTSGetFileRequestErrorValidationError, + +}; + +/// Represents the union's current tag state. +@property (nonatomic, readonly) DBFILEREQUESTSGetFileRequestErrorTag tag; + +#pragma mark - Constructors + +/// +/// Initializes union class with tag state of "disabled_for_team". +/// +/// Description of the "disabled_for_team" tag state: This user's Dropbox +/// Business team doesn't allow file requests. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithDisabledForTeam; + +/// +/// Initializes union class with tag state of "other". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOther; + +/// +/// Initializes union class with tag state of "not_found". +/// +/// Description of the "not_found" tag state: This file request ID was not +/// found. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithNotFound; + +/// +/// Initializes union class with tag state of "not_a_folder". +/// +/// Description of the "not_a_folder" tag state: The specified path is not a +/// folder. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithNotAFolder; + +/// +/// Initializes union class with tag state of "app_lacks_access". +/// +/// Description of the "app_lacks_access" tag state: This file request is not +/// accessible to this app. Apps with the app folder permission can only access +/// file requests in their app folder. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithAppLacksAccess; + +/// +/// Initializes union class with tag state of "no_permission". +/// +/// Description of the "no_permission" tag state: This user doesn't have +/// permission to access or modify this file request. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithNoPermission; + +/// +/// Initializes union class with tag state of "email_unverified". +/// +/// Description of the "email_unverified" tag state: This user's email address +/// is not verified. File requests are only available on accounts with a +/// verified email address. Users can verify their email address here +/// https://www.dropbox.com/help/317. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithEmailUnverified; + +/// +/// Initializes union class with tag state of "validation_error". +/// +/// Description of the "validation_error" tag state: There was an error +/// validating the request. For example, the title was invalid, or there were +/// disallowed characters in the destination path. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithValidationError; + +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - Tag state methods + +/// +/// Retrieves whether the union's current tag state has value +/// "disabled_for_team". +/// +/// @return Whether the union's current tag state has value "disabled_for_team". +/// +- (BOOL)isDisabledForTeam; + +/// +/// Retrieves whether the union's current tag state has value "other". +/// +/// @return Whether the union's current tag state has value "other". +/// +- (BOOL)isOther; + +/// +/// Retrieves whether the union's current tag state has value "not_found". +/// +/// @return Whether the union's current tag state has value "not_found". +/// +- (BOOL)isNotFound; + +/// +/// Retrieves whether the union's current tag state has value "not_a_folder". +/// +/// @return Whether the union's current tag state has value "not_a_folder". +/// +- (BOOL)isNotAFolder; + +/// +/// Retrieves whether the union's current tag state has value +/// "app_lacks_access". +/// +/// @return Whether the union's current tag state has value "app_lacks_access". +/// +- (BOOL)isAppLacksAccess; + +/// +/// Retrieves whether the union's current tag state has value "no_permission". +/// +/// @return Whether the union's current tag state has value "no_permission". +/// +- (BOOL)isNoPermission; + +/// +/// Retrieves whether the union's current tag state has value +/// "email_unverified". +/// +/// @return Whether the union's current tag state has value "email_unverified". +/// +- (BOOL)isEmailUnverified; + +/// +/// Retrieves whether the union's current tag state has value +/// "validation_error". +/// +/// @return Whether the union's current tag state has value "validation_error". +/// +- (BOOL)isValidationError; + +/// +/// Retrieves string value of union's current tag state. +/// +/// @return A human-readable string representing the union's current tag state. +/// +- (NSString *)tagName; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `DBFILEREQUESTSGetFileRequestError` union. +/// +@interface DBFILEREQUESTSGetFileRequestErrorSerializer : NSObject + +/// +/// Serializes `DBFILEREQUESTSGetFileRequestError` instances. +/// +/// @param instance An instance of the `DBFILEREQUESTSGetFileRequestError` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEREQUESTSGetFileRequestError` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEREQUESTSGetFileRequestError *)instance; + +/// +/// Deserializes `DBFILEREQUESTSGetFileRequestError` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEREQUESTSGetFileRequestError` API object. +/// +/// @return An instantiation of the `DBFILEREQUESTSGetFileRequestError` object. +/// ++ (DBFILEREQUESTSGetFileRequestError *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSGracePeriod.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSGracePeriod.h new file mode 100644 index 00000000..de7f78cc --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSGracePeriod.h @@ -0,0 +1,182 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEREQUESTSGracePeriod; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `GracePeriod` union. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEREQUESTSGracePeriod : NSObject + +#pragma mark - Instance fields + +/// The `DBFILEREQUESTSGracePeriodTag` enum type represents the possible tag +/// states with which the `DBFILEREQUESTSGracePeriod` union can exist. +typedef NS_ENUM(NSInteger, DBFILEREQUESTSGracePeriodTag) { + /// (no description). + DBFILEREQUESTSGracePeriodOneDay, + + /// (no description). + DBFILEREQUESTSGracePeriodTwoDays, + + /// (no description). + DBFILEREQUESTSGracePeriodSevenDays, + + /// (no description). + DBFILEREQUESTSGracePeriodThirtyDays, + + /// (no description). + DBFILEREQUESTSGracePeriodAlways, + + /// (no description). + DBFILEREQUESTSGracePeriodOther, + +}; + +/// Represents the union's current tag state. +@property (nonatomic, readonly) DBFILEREQUESTSGracePeriodTag tag; + +#pragma mark - Constructors + +/// +/// Initializes union class with tag state of "one_day". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOneDay; + +/// +/// Initializes union class with tag state of "two_days". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithTwoDays; + +/// +/// Initializes union class with tag state of "seven_days". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithSevenDays; + +/// +/// Initializes union class with tag state of "thirty_days". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithThirtyDays; + +/// +/// Initializes union class with tag state of "always". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithAlways; + +/// +/// Initializes union class with tag state of "other". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOther; + +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - Tag state methods + +/// +/// Retrieves whether the union's current tag state has value "one_day". +/// +/// @return Whether the union's current tag state has value "one_day". +/// +- (BOOL)isOneDay; + +/// +/// Retrieves whether the union's current tag state has value "two_days". +/// +/// @return Whether the union's current tag state has value "two_days". +/// +- (BOOL)isTwoDays; + +/// +/// Retrieves whether the union's current tag state has value "seven_days". +/// +/// @return Whether the union's current tag state has value "seven_days". +/// +- (BOOL)isSevenDays; + +/// +/// Retrieves whether the union's current tag state has value "thirty_days". +/// +/// @return Whether the union's current tag state has value "thirty_days". +/// +- (BOOL)isThirtyDays; + +/// +/// Retrieves whether the union's current tag state has value "always". +/// +/// @return Whether the union's current tag state has value "always". +/// +- (BOOL)isAlways; + +/// +/// Retrieves whether the union's current tag state has value "other". +/// +/// @return Whether the union's current tag state has value "other". +/// +- (BOOL)isOther; + +/// +/// Retrieves string value of union's current tag state. +/// +/// @return A human-readable string representing the union's current tag state. +/// +- (NSString *)tagName; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `DBFILEREQUESTSGracePeriod` union. +/// +@interface DBFILEREQUESTSGracePeriodSerializer : NSObject + +/// +/// Serializes `DBFILEREQUESTSGracePeriod` instances. +/// +/// @param instance An instance of the `DBFILEREQUESTSGracePeriod` API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEREQUESTSGracePeriod` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEREQUESTSGracePeriod *)instance; + +/// +/// Deserializes `DBFILEREQUESTSGracePeriod` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEREQUESTSGracePeriod` API object. +/// +/// @return An instantiation of the `DBFILEREQUESTSGracePeriod` object. +/// ++ (DBFILEREQUESTSGracePeriod *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSListFileRequestsError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSListFileRequestsError.h new file mode 100644 index 00000000..5d6d1d36 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSListFileRequestsError.h @@ -0,0 +1,123 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEREQUESTSListFileRequestsError; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `ListFileRequestsError` union. +/// +/// There was an error retrieving the file requests. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEREQUESTSListFileRequestsError : NSObject + +#pragma mark - Instance fields + +/// The `DBFILEREQUESTSListFileRequestsErrorTag` enum type represents the +/// possible tag states with which the `DBFILEREQUESTSListFileRequestsError` +/// union can exist. +typedef NS_ENUM(NSInteger, DBFILEREQUESTSListFileRequestsErrorTag) { + /// This user's Dropbox Business team doesn't allow file requests. + DBFILEREQUESTSListFileRequestsErrorDisabledForTeam, + + /// (no description). + DBFILEREQUESTSListFileRequestsErrorOther, + +}; + +/// Represents the union's current tag state. +@property (nonatomic, readonly) DBFILEREQUESTSListFileRequestsErrorTag tag; + +#pragma mark - Constructors + +/// +/// Initializes union class with tag state of "disabled_for_team". +/// +/// Description of the "disabled_for_team" tag state: This user's Dropbox +/// Business team doesn't allow file requests. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithDisabledForTeam; + +/// +/// Initializes union class with tag state of "other". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOther; + +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - Tag state methods + +/// +/// Retrieves whether the union's current tag state has value +/// "disabled_for_team". +/// +/// @return Whether the union's current tag state has value "disabled_for_team". +/// +- (BOOL)isDisabledForTeam; + +/// +/// Retrieves whether the union's current tag state has value "other". +/// +/// @return Whether the union's current tag state has value "other". +/// +- (BOOL)isOther; + +/// +/// Retrieves string value of union's current tag state. +/// +/// @return A human-readable string representing the union's current tag state. +/// +- (NSString *)tagName; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `DBFILEREQUESTSListFileRequestsError` union. +/// +@interface DBFILEREQUESTSListFileRequestsErrorSerializer : NSObject + +/// +/// Serializes `DBFILEREQUESTSListFileRequestsError` instances. +/// +/// @param instance An instance of the `DBFILEREQUESTSListFileRequestsError` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEREQUESTSListFileRequestsError` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEREQUESTSListFileRequestsError *)instance; + +/// +/// Deserializes `DBFILEREQUESTSListFileRequestsError` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEREQUESTSListFileRequestsError` API object. +/// +/// @return An instantiation of the `DBFILEREQUESTSListFileRequestsError` +/// object. +/// ++ (DBFILEREQUESTSListFileRequestsError *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSListFileRequestsResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSListFileRequestsResult.h new file mode 100644 index 00000000..f4e649bc --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSListFileRequestsResult.h @@ -0,0 +1,82 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEREQUESTSFileRequest; +@class DBFILEREQUESTSListFileRequestsResult; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `ListFileRequestsResult` struct. +/// +/// Result for `list`. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEREQUESTSListFileRequestsResult : NSObject + +#pragma mark - Instance fields + +/// The file requests owned by this user. Apps with the app folder permission +/// will only see file requests in their app folder. +@property (nonatomic, readonly) NSArray *fileRequests; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param fileRequests The file requests owned by this user. Apps with the app +/// folder permission will only see file requests in their app folder. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithFileRequests:(NSArray *)fileRequests; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `ListFileRequestsResult` struct. +/// +@interface DBFILEREQUESTSListFileRequestsResultSerializer : NSObject + +/// +/// Serializes `DBFILEREQUESTSListFileRequestsResult` instances. +/// +/// @param instance An instance of the `DBFILEREQUESTSListFileRequestsResult` +/// API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEREQUESTSListFileRequestsResult` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEREQUESTSListFileRequestsResult *)instance; + +/// +/// Deserializes `DBFILEREQUESTSListFileRequestsResult` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEREQUESTSListFileRequestsResult` API object. +/// +/// @return An instantiation of the `DBFILEREQUESTSListFileRequestsResult` +/// object. +/// ++ (DBFILEREQUESTSListFileRequestsResult *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSUpdateFileRequestArgs.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSUpdateFileRequestArgs.h new file mode 100644 index 00000000..84c06612 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSUpdateFileRequestArgs.h @@ -0,0 +1,114 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEREQUESTSUpdateFileRequestArgs; +@class DBFILEREQUESTSUpdateFileRequestDeadline; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `UpdateFileRequestArgs` struct. +/// +/// Arguments for `update`. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEREQUESTSUpdateFileRequestArgs : NSObject + +#pragma mark - Instance fields + +/// The ID of the file request to update. +@property (nonatomic, readonly, copy) NSString *id_; + +/// The new title of the file request. Must not be empty. +@property (nonatomic, readonly, copy, nullable) NSString *title; + +/// The new path of the folder in the Dropbox where uploaded files will be sent. +/// For apps with the app folder permission, this will be relative to the app +/// folder. +@property (nonatomic, readonly, copy, nullable) NSString *destination; + +/// The new deadline for the file request. +@property (nonatomic, readonly) DBFILEREQUESTSUpdateFileRequestDeadline *deadline; + +/// Whether to set this file request as open or closed. +@property (nonatomic, readonly, nullable) NSNumber *open; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param id_ The ID of the file request to update. +/// @param title The new title of the file request. Must not be empty. +/// @param destination The new path of the folder in the Dropbox where uploaded +/// files will be sent. For apps with the app folder permission, this will be +/// relative to the app folder. +/// @param deadline The new deadline for the file request. +/// @param open Whether to set this file request as open or closed. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithId_:(NSString *)id_ + title:(nullable NSString *)title + destination:(nullable NSString *)destination + deadline:(nullable DBFILEREQUESTSUpdateFileRequestDeadline *)deadline + open:(nullable NSNumber *)open; + +/// +/// Convenience constructor (exposes only non-nullable instance variables with +/// no default value). +/// +/// @param id_ The ID of the file request to update. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithId_:(NSString *)id_; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `UpdateFileRequestArgs` struct. +/// +@interface DBFILEREQUESTSUpdateFileRequestArgsSerializer : NSObject + +/// +/// Serializes `DBFILEREQUESTSUpdateFileRequestArgs` instances. +/// +/// @param instance An instance of the `DBFILEREQUESTSUpdateFileRequestArgs` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEREQUESTSUpdateFileRequestArgs` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEREQUESTSUpdateFileRequestArgs *)instance; + +/// +/// Deserializes `DBFILEREQUESTSUpdateFileRequestArgs` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEREQUESTSUpdateFileRequestArgs` API object. +/// +/// @return An instantiation of the `DBFILEREQUESTSUpdateFileRequestArgs` +/// object. +/// ++ (DBFILEREQUESTSUpdateFileRequestArgs *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSUpdateFileRequestDeadline.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSUpdateFileRequestDeadline.h new file mode 100644 index 00000000..52edbe2c --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSUpdateFileRequestDeadline.h @@ -0,0 +1,152 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEREQUESTSFileRequestDeadline; +@class DBFILEREQUESTSUpdateFileRequestDeadline; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `UpdateFileRequestDeadline` union. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEREQUESTSUpdateFileRequestDeadline : NSObject + +#pragma mark - Instance fields + +/// The `DBFILEREQUESTSUpdateFileRequestDeadlineTag` enum type represents the +/// possible tag states with which the `DBFILEREQUESTSUpdateFileRequestDeadline` +/// union can exist. +typedef NS_ENUM(NSInteger, DBFILEREQUESTSUpdateFileRequestDeadlineTag) { + /// Do not change the file request's deadline. + DBFILEREQUESTSUpdateFileRequestDeadlineNoUpdate, + + /// If null, the file request's deadline is cleared. + DBFILEREQUESTSUpdateFileRequestDeadlineUpdate, + + /// (no description). + DBFILEREQUESTSUpdateFileRequestDeadlineOther, + +}; + +/// Represents the union's current tag state. +@property (nonatomic, readonly) DBFILEREQUESTSUpdateFileRequestDeadlineTag tag; + +/// If null, the file request's deadline is cleared. @note Ensure the `isUpdate` +/// method returns true before accessing, otherwise a runtime exception will be +/// raised. +@property (nonatomic, readonly, nullable) DBFILEREQUESTSFileRequestDeadline *update; + +#pragma mark - Constructors + +/// +/// Initializes union class with tag state of "no_update". +/// +/// Description of the "no_update" tag state: Do not change the file request's +/// deadline. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithNoUpdate; + +/// +/// Initializes union class with tag state of "update". +/// +/// Description of the "update" tag state: If null, the file request's deadline +/// is cleared. +/// +/// @param update If null, the file request's deadline is cleared. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithUpdate:(nullable DBFILEREQUESTSFileRequestDeadline *)update; + +/// +/// Initializes union class with tag state of "other". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOther; + +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - Tag state methods + +/// +/// Retrieves whether the union's current tag state has value "no_update". +/// +/// @return Whether the union's current tag state has value "no_update". +/// +- (BOOL)isNoUpdate; + +/// +/// Retrieves whether the union's current tag state has value "update". +/// +/// @note Call this method and ensure it returns true before accessing the +/// `update` property, otherwise a runtime exception will be thrown. +/// +/// @return Whether the union's current tag state has value "update". +/// +- (BOOL)isUpdate; + +/// +/// Retrieves whether the union's current tag state has value "other". +/// +/// @return Whether the union's current tag state has value "other". +/// +- (BOOL)isOther; + +/// +/// Retrieves string value of union's current tag state. +/// +/// @return A human-readable string representing the union's current tag state. +/// +- (NSString *)tagName; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `DBFILEREQUESTSUpdateFileRequestDeadline` +/// union. +/// +@interface DBFILEREQUESTSUpdateFileRequestDeadlineSerializer : NSObject + +/// +/// Serializes `DBFILEREQUESTSUpdateFileRequestDeadline` instances. +/// +/// @param instance An instance of the `DBFILEREQUESTSUpdateFileRequestDeadline` +/// API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEREQUESTSUpdateFileRequestDeadline` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEREQUESTSUpdateFileRequestDeadline *)instance; + +/// +/// Deserializes `DBFILEREQUESTSUpdateFileRequestDeadline` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEREQUESTSUpdateFileRequestDeadline` API object. +/// +/// @return An instantiation of the `DBFILEREQUESTSUpdateFileRequestDeadline` +/// object. +/// ++ (DBFILEREQUESTSUpdateFileRequestDeadline *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSUpdateFileRequestError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSUpdateFileRequestError.h new file mode 100644 index 00000000..03072e28 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSUpdateFileRequestError.h @@ -0,0 +1,255 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILEREQUESTSUpdateFileRequestError; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `UpdateFileRequestError` union. +/// +/// There is an error updating the file request. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILEREQUESTSUpdateFileRequestError : NSObject + +#pragma mark - Instance fields + +/// The `DBFILEREQUESTSUpdateFileRequestErrorTag` enum type represents the +/// possible tag states with which the `DBFILEREQUESTSUpdateFileRequestError` +/// union can exist. +typedef NS_ENUM(NSInteger, DBFILEREQUESTSUpdateFileRequestErrorTag) { + /// This user's Dropbox Business team doesn't allow file requests. + DBFILEREQUESTSUpdateFileRequestErrorDisabledForTeam, + + /// (no description). + DBFILEREQUESTSUpdateFileRequestErrorOther, + + /// This file request ID was not found. + DBFILEREQUESTSUpdateFileRequestErrorNotFound, + + /// The specified path is not a folder. + DBFILEREQUESTSUpdateFileRequestErrorNotAFolder, + + /// This file request is not accessible to this app. Apps with the app + /// folder permission can only access file requests in their app folder. + DBFILEREQUESTSUpdateFileRequestErrorAppLacksAccess, + + /// This user doesn't have permission to access or modify this file request. + DBFILEREQUESTSUpdateFileRequestErrorNoPermission, + + /// This user's email address is not verified. File requests are only + /// available on accounts with a verified email address. Users can verify + /// their email address here https://www.dropbox.com/help/317. + DBFILEREQUESTSUpdateFileRequestErrorEmailUnverified, + + /// There was an error validating the request. For example, the title was + /// invalid, or there were disallowed characters in the destination path. + DBFILEREQUESTSUpdateFileRequestErrorValidationError, + +}; + +/// Represents the union's current tag state. +@property (nonatomic, readonly) DBFILEREQUESTSUpdateFileRequestErrorTag tag; + +#pragma mark - Constructors + +/// +/// Initializes union class with tag state of "disabled_for_team". +/// +/// Description of the "disabled_for_team" tag state: This user's Dropbox +/// Business team doesn't allow file requests. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithDisabledForTeam; + +/// +/// Initializes union class with tag state of "other". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOther; + +/// +/// Initializes union class with tag state of "not_found". +/// +/// Description of the "not_found" tag state: This file request ID was not +/// found. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithNotFound; + +/// +/// Initializes union class with tag state of "not_a_folder". +/// +/// Description of the "not_a_folder" tag state: The specified path is not a +/// folder. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithNotAFolder; + +/// +/// Initializes union class with tag state of "app_lacks_access". +/// +/// Description of the "app_lacks_access" tag state: This file request is not +/// accessible to this app. Apps with the app folder permission can only access +/// file requests in their app folder. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithAppLacksAccess; + +/// +/// Initializes union class with tag state of "no_permission". +/// +/// Description of the "no_permission" tag state: This user doesn't have +/// permission to access or modify this file request. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithNoPermission; + +/// +/// Initializes union class with tag state of "email_unverified". +/// +/// Description of the "email_unverified" tag state: This user's email address +/// is not verified. File requests are only available on accounts with a +/// verified email address. Users can verify their email address here +/// https://www.dropbox.com/help/317. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithEmailUnverified; + +/// +/// Initializes union class with tag state of "validation_error". +/// +/// Description of the "validation_error" tag state: There was an error +/// validating the request. For example, the title was invalid, or there were +/// disallowed characters in the destination path. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithValidationError; + +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - Tag state methods + +/// +/// Retrieves whether the union's current tag state has value +/// "disabled_for_team". +/// +/// @return Whether the union's current tag state has value "disabled_for_team". +/// +- (BOOL)isDisabledForTeam; + +/// +/// Retrieves whether the union's current tag state has value "other". +/// +/// @return Whether the union's current tag state has value "other". +/// +- (BOOL)isOther; + +/// +/// Retrieves whether the union's current tag state has value "not_found". +/// +/// @return Whether the union's current tag state has value "not_found". +/// +- (BOOL)isNotFound; + +/// +/// Retrieves whether the union's current tag state has value "not_a_folder". +/// +/// @return Whether the union's current tag state has value "not_a_folder". +/// +- (BOOL)isNotAFolder; + +/// +/// Retrieves whether the union's current tag state has value +/// "app_lacks_access". +/// +/// @return Whether the union's current tag state has value "app_lacks_access". +/// +- (BOOL)isAppLacksAccess; + +/// +/// Retrieves whether the union's current tag state has value "no_permission". +/// +/// @return Whether the union's current tag state has value "no_permission". +/// +- (BOOL)isNoPermission; + +/// +/// Retrieves whether the union's current tag state has value +/// "email_unverified". +/// +/// @return Whether the union's current tag state has value "email_unverified". +/// +- (BOOL)isEmailUnverified; + +/// +/// Retrieves whether the union's current tag state has value +/// "validation_error". +/// +/// @return Whether the union's current tag state has value "validation_error". +/// +- (BOOL)isValidationError; + +/// +/// Retrieves string value of union's current tag state. +/// +/// @return A human-readable string representing the union's current tag state. +/// +- (NSString *)tagName; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `DBFILEREQUESTSUpdateFileRequestError` +/// union. +/// +@interface DBFILEREQUESTSUpdateFileRequestErrorSerializer : NSObject + +/// +/// Serializes `DBFILEREQUESTSUpdateFileRequestError` instances. +/// +/// @param instance An instance of the `DBFILEREQUESTSUpdateFileRequestError` +/// API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILEREQUESTSUpdateFileRequestError` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILEREQUESTSUpdateFileRequestError *)instance; + +/// +/// Deserializes `DBFILEREQUESTSUpdateFileRequestError` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILEREQUESTSUpdateFileRequestError` API object. +/// +/// @return An instantiation of the `DBFILEREQUESTSUpdateFileRequestError` +/// object. +/// ++ (DBFILEREQUESTSUpdateFileRequestError *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/DBFilesObjects.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/DBFilesObjects.m index 73589d6e..fee6d43a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/DBFilesObjects.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/DBFilesObjects.m @@ -6,120 +6,54 @@ /// Arguments, results, and errors for the `Files` namespace. -#import "DBFILESLookupError.h" -#import "DBFILESPropertiesError.h" -#import "DBPROPERTIESPropertyTemplateError.h" +#import "DBFILESGetMetadataArg.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESPropertiesError - -@synthesize templateNotFound = _templateNotFound; -@synthesize path = _path; +@implementation DBFILESGetMetadataArg #pragma mark - Constructors -- (instancetype)initWithTemplateNotFound:(NSString *)templateNotFound { - self = [super init]; - if (self) { - _tag = DBFILESPropertiesErrorTemplateNotFound; - _templateNotFound = templateNotFound; - } - return self; -} - -- (instancetype)initWithRestrictedContent { - self = [super init]; - if (self) { - _tag = DBFILESPropertiesErrorRestrictedContent; - } - return self; -} - -- (instancetype)initWithOther { - self = [super init]; - if (self) { - _tag = DBFILESPropertiesErrorOther; - } - return self; -} +- (instancetype)initWithPath:(NSString *)path + includeMediaInfo:(NSNumber *)includeMediaInfo + includeDeleted:(NSNumber *)includeDeleted + includeHasExplicitSharedMembers:(NSNumber *)includeHasExplicitSharedMembers { + [DBStoneValidators + nonnullValidator:[DBStoneValidators + stringValidator:nil + maxLength:nil + pattern:@"(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)"]](path); -- (instancetype)initWithPath:(DBFILESLookupError *)path { self = [super init]; if (self) { - _tag = DBFILESPropertiesErrorPath; _path = path; + _includeMediaInfo = includeMediaInfo ?: @NO; + _includeDeleted = includeDeleted ?: @NO; + _includeHasExplicitSharedMembers = includeHasExplicitSharedMembers ?: @NO; } return self; } -#pragma mark - Instance field accessors - -- (NSString *)templateNotFound { - if (![self isTemplateNotFound]) { - [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBFILESPropertiesErrorTemplateNotFound, but was %@.", [self tagName]]; - } - return _templateNotFound; -} - -- (DBFILESLookupError *)path { - if (![self isPath]) { - [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBFILESPropertiesErrorPath, but was %@.", [self tagName]]; - } - return _path; -} - -#pragma mark - Tag state methods - -- (BOOL)isTemplateNotFound { - return _tag == DBFILESPropertiesErrorTemplateNotFound; -} - -- (BOOL)isRestrictedContent { - return _tag == DBFILESPropertiesErrorRestrictedContent; -} - -- (BOOL)isOther { - return _tag == DBFILESPropertiesErrorOther; -} - -- (BOOL)isPath { - return _tag == DBFILESPropertiesErrorPath; -} - -- (NSString *)tagName { - switch (_tag) { - case DBFILESPropertiesErrorTemplateNotFound: - return @"DBFILESPropertiesErrorTemplateNotFound"; - case DBFILESPropertiesErrorRestrictedContent: - return @"DBFILESPropertiesErrorRestrictedContent"; - case DBFILESPropertiesErrorOther: - return @"DBFILESPropertiesErrorOther"; - case DBFILESPropertiesErrorPath: - return @"DBFILESPropertiesErrorPath"; - } - - @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +- (instancetype)initWithPath:(NSString *)path { + return [self initWithPath:path includeMediaInfo:nil includeDeleted:nil includeHasExplicitSharedMembers:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESPropertiesErrorSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESGetMetadataArgSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESPropertiesErrorSerializer deserialize:dict]; + return [DBFILESGetMetadataArgSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESPropertiesErrorSerializer serialize:self] description]; + return [[DBFILESGetMetadataArgSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -136,16 +70,10 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - switch (_tag) { - case DBFILESPropertiesErrorTemplateNotFound: - result = prime * result + [self.templateNotFound hash]; - case DBFILESPropertiesErrorRestrictedContent: - result = prime * result + [[self tagName] hash]; - case DBFILESPropertiesErrorOther: - result = prime * result + [[self tagName] hash]; - case DBFILESPropertiesErrorPath: - result = prime * result + [self.path hash]; - } + result = prime * result + [self.path hash]; + result = prime * result + [self.includeMediaInfo hash]; + result = prime * result + [self.includeDeleted hash]; + result = prime * result + [self.includeHasExplicitSharedMembers hash]; return prime * result; } @@ -159,25 +87,24 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToPropertiesError:other]; + return [self isEqualToGetMetadataArg:other]; } -- (BOOL)isEqualToPropertiesError:(DBFILESPropertiesError *)aPropertiesError { - if (self == aPropertiesError) { +- (BOOL)isEqualToGetMetadataArg:(DBFILESGetMetadataArg *)aGetMetadataArg { + if (self == aGetMetadataArg) { return YES; } - if (self.tag != aPropertiesError.tag) { + if (![self.path isEqual:aGetMetadataArg.path]) { return NO; } - switch (_tag) { - case DBFILESPropertiesErrorTemplateNotFound: - return [self.templateNotFound isEqual:aPropertiesError.templateNotFound]; - case DBFILESPropertiesErrorRestrictedContent: - return [[self tagName] isEqual:[aPropertiesError tagName]]; - case DBFILESPropertiesErrorOther: - return [[self tagName] isEqual:[aPropertiesError tagName]]; - case DBFILESPropertiesErrorPath: - return [self.path isEqual:aPropertiesError.path]; + if (![self.includeMediaInfo isEqual:aGetMetadataArg.includeMediaInfo]) { + return NO; + } + if (![self.includeDeleted isEqual:aGetMetadataArg.includeDeleted]) { + return NO; + } + if (![self.includeHasExplicitSharedMembers isEqual:aGetMetadataArg.includeHasExplicitSharedMembers]) { + return NO; } return YES; } @@ -186,191 +113,96 @@ - (BOOL)isEqualToPropertiesError:(DBFILESPropertiesError *)aPropertiesError { #pragma mark - Serializer Object -@implementation DBFILESPropertiesErrorSerializer +@implementation DBFILESGetMetadataArgSerializer -+ (NSDictionary *)serialize:(DBFILESPropertiesError *)valueObj { ++ (NSDictionary *)serialize:(DBFILESGetMetadataArg *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isTemplateNotFound]) { - jsonDict[@"template_not_found"] = valueObj.templateNotFound; - jsonDict[@".tag"] = @"template_not_found"; - } else if ([valueObj isRestrictedContent]) { - jsonDict[@".tag"] = @"restricted_content"; - } else if ([valueObj isOther]) { - jsonDict[@".tag"] = @"other"; - } else if ([valueObj isPath]) { - jsonDict[@"path"] = [[DBFILESLookupErrorSerializer serialize:valueObj.path] mutableCopy]; - jsonDict[@".tag"] = @"path"; - } else { - jsonDict[@".tag"] = @"other"; - } + jsonDict[@"path"] = valueObj.path; + jsonDict[@"include_media_info"] = valueObj.includeMediaInfo; + jsonDict[@"include_deleted"] = valueObj.includeDeleted; + jsonDict[@"include_has_explicit_shared_members"] = valueObj.includeHasExplicitSharedMembers; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESPropertiesError *)deserialize:(NSDictionary *)valueDict { - NSString *tag = valueDict[@".tag"]; ++ (DBFILESGetMetadataArg *)deserialize:(NSDictionary *)valueDict { + NSString *path = valueDict[@"path"]; + NSNumber *includeMediaInfo = valueDict[@"include_media_info"] ?: @NO; + NSNumber *includeDeleted = valueDict[@"include_deleted"] ?: @NO; + NSNumber *includeHasExplicitSharedMembers = valueDict[@"include_has_explicit_shared_members"] ?: @NO; - if ([tag isEqualToString:@"template_not_found"]) { - NSString *templateNotFound = valueDict[@"template_not_found"]; - return [[DBFILESPropertiesError alloc] initWithTemplateNotFound:templateNotFound]; - } else if ([tag isEqualToString:@"restricted_content"]) { - return [[DBFILESPropertiesError alloc] initWithRestrictedContent]; - } else if ([tag isEqualToString:@"other"]) { - return [[DBFILESPropertiesError alloc] initWithOther]; - } else if ([tag isEqualToString:@"path"]) { - DBFILESLookupError *path = [DBFILESLookupErrorSerializer deserialize:valueDict[@"path"]]; - return [[DBFILESPropertiesError alloc] initWithPath:path]; - } else { - return [[DBFILESPropertiesError alloc] initWithOther]; - } + return [[DBFILESGetMetadataArg alloc] initWithPath:path + includeMediaInfo:includeMediaInfo + includeDeleted:includeDeleted + includeHasExplicitSharedMembers:includeHasExplicitSharedMembers]; } @end -#import "DBFILESInvalidPropertyGroupError.h" -#import "DBFILESLookupError.h" -#import "DBFILESPropertiesError.h" +#import "DBFILESAlphaGetMetadataArg.h" +#import "DBFILESGetMetadataArg.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESInvalidPropertyGroupError - -@synthesize templateNotFound = _templateNotFound; -@synthesize path = _path; +@implementation DBFILESAlphaGetMetadataArg #pragma mark - Constructors -- (instancetype)initWithTemplateNotFound:(NSString *)templateNotFound { - self = [super init]; - if (self) { - _tag = DBFILESInvalidPropertyGroupErrorTemplateNotFound; - _templateNotFound = templateNotFound; - } - return self; -} - -- (instancetype)initWithRestrictedContent { - self = [super init]; - if (self) { - _tag = DBFILESInvalidPropertyGroupErrorRestrictedContent; - } - return self; -} - -- (instancetype)initWithOther { - self = [super init]; - if (self) { - _tag = DBFILESInvalidPropertyGroupErrorOther; - } - return self; -} - -- (instancetype)initWithPath:(DBFILESLookupError *)path { - self = [super init]; - if (self) { - _tag = DBFILESInvalidPropertyGroupErrorPath; - _path = path; - } - return self; -} - -- (instancetype)initWithPropertyFieldTooLarge { - self = [super init]; - if (self) { - _tag = DBFILESInvalidPropertyGroupErrorPropertyFieldTooLarge; - } - return self; -} +- (instancetype)initWithPath:(NSString *)path + includeMediaInfo:(NSNumber *)includeMediaInfo + includeDeleted:(NSNumber *)includeDeleted + includeHasExplicitSharedMembers:(NSNumber *)includeHasExplicitSharedMembers + includePropertyTemplates:(NSArray *)includePropertyTemplates { + [DBStoneValidators + nonnullValidator:[DBStoneValidators + stringValidator:nil + maxLength:nil + pattern:@"(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)"]](path); + [DBStoneValidators + nullableValidator:[DBStoneValidators + arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:@(1) + maxLength:nil + pattern:@"(/|ptid:).*"]]]]( + includePropertyTemplates); -- (instancetype)initWithDoesNotFitTemplate { - self = [super init]; + self = [super initWithPath:path + includeMediaInfo:includeMediaInfo + includeDeleted:includeDeleted + includeHasExplicitSharedMembers:includeHasExplicitSharedMembers]; if (self) { - _tag = DBFILESInvalidPropertyGroupErrorDoesNotFitTemplate; + _includePropertyTemplates = includePropertyTemplates; } return self; } -#pragma mark - Instance field accessors - -- (NSString *)templateNotFound { - if (![self isTemplateNotFound]) { - [NSException - raise:@"IllegalStateException" - format:@"Invalid tag: required DBFILESInvalidPropertyGroupErrorTemplateNotFound, but was %@.", [self tagName]]; - } - return _templateNotFound; -} - -- (DBFILESLookupError *)path { - if (![self isPath]) { - [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBFILESInvalidPropertyGroupErrorPath, but was %@.", [self tagName]]; - } - return _path; -} - -#pragma mark - Tag state methods - -- (BOOL)isTemplateNotFound { - return _tag == DBFILESInvalidPropertyGroupErrorTemplateNotFound; -} - -- (BOOL)isRestrictedContent { - return _tag == DBFILESInvalidPropertyGroupErrorRestrictedContent; -} - -- (BOOL)isOther { - return _tag == DBFILESInvalidPropertyGroupErrorOther; -} - -- (BOOL)isPath { - return _tag == DBFILESInvalidPropertyGroupErrorPath; -} - -- (BOOL)isPropertyFieldTooLarge { - return _tag == DBFILESInvalidPropertyGroupErrorPropertyFieldTooLarge; -} - -- (BOOL)isDoesNotFitTemplate { - return _tag == DBFILESInvalidPropertyGroupErrorDoesNotFitTemplate; -} - -- (NSString *)tagName { - switch (_tag) { - case DBFILESInvalidPropertyGroupErrorTemplateNotFound: - return @"DBFILESInvalidPropertyGroupErrorTemplateNotFound"; - case DBFILESInvalidPropertyGroupErrorRestrictedContent: - return @"DBFILESInvalidPropertyGroupErrorRestrictedContent"; - case DBFILESInvalidPropertyGroupErrorOther: - return @"DBFILESInvalidPropertyGroupErrorOther"; - case DBFILESInvalidPropertyGroupErrorPath: - return @"DBFILESInvalidPropertyGroupErrorPath"; - case DBFILESInvalidPropertyGroupErrorPropertyFieldTooLarge: - return @"DBFILESInvalidPropertyGroupErrorPropertyFieldTooLarge"; - case DBFILESInvalidPropertyGroupErrorDoesNotFitTemplate: - return @"DBFILESInvalidPropertyGroupErrorDoesNotFitTemplate"; - } - - @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +- (instancetype)initWithPath:(NSString *)path { + return [self initWithPath:path + includeMediaInfo:nil + includeDeleted:nil + includeHasExplicitSharedMembers:nil + includePropertyTemplates:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESInvalidPropertyGroupErrorSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESAlphaGetMetadataArgSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESInvalidPropertyGroupErrorSerializer deserialize:dict]; + return [DBFILESAlphaGetMetadataArgSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESInvalidPropertyGroupErrorSerializer serialize:self] description]; + return [[DBFILESAlphaGetMetadataArgSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -387,19 +219,12 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - switch (_tag) { - case DBFILESInvalidPropertyGroupErrorTemplateNotFound: - result = prime * result + [self.templateNotFound hash]; - case DBFILESInvalidPropertyGroupErrorRestrictedContent: - result = prime * result + [[self tagName] hash]; - case DBFILESInvalidPropertyGroupErrorOther: - result = prime * result + [[self tagName] hash]; - case DBFILESInvalidPropertyGroupErrorPath: - result = prime * result + [self.path hash]; - case DBFILESInvalidPropertyGroupErrorPropertyFieldTooLarge: - result = prime * result + [[self tagName] hash]; - case DBFILESInvalidPropertyGroupErrorDoesNotFitTemplate: - result = prime * result + [[self tagName] hash]; + result = prime * result + [self.path hash]; + result = prime * result + [self.includeMediaInfo hash]; + result = prime * result + [self.includeDeleted hash]; + result = prime * result + [self.includeHasExplicitSharedMembers hash]; + if (self.includePropertyTemplates != nil) { + result = prime * result + [self.includePropertyTemplates hash]; } return prime * result; @@ -414,29 +239,29 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToInvalidPropertyGroupError:other]; + return [self isEqualToAlphaGetMetadataArg:other]; } -- (BOOL)isEqualToInvalidPropertyGroupError:(DBFILESInvalidPropertyGroupError *)anInvalidPropertyGroupError { - if (self == anInvalidPropertyGroupError) { +- (BOOL)isEqualToAlphaGetMetadataArg:(DBFILESAlphaGetMetadataArg *)anAlphaGetMetadataArg { + if (self == anAlphaGetMetadataArg) { return YES; } - if (self.tag != anInvalidPropertyGroupError.tag) { + if (![self.path isEqual:anAlphaGetMetadataArg.path]) { return NO; } - switch (_tag) { - case DBFILESInvalidPropertyGroupErrorTemplateNotFound: - return [self.templateNotFound isEqual:anInvalidPropertyGroupError.templateNotFound]; - case DBFILESInvalidPropertyGroupErrorRestrictedContent: - return [[self tagName] isEqual:[anInvalidPropertyGroupError tagName]]; - case DBFILESInvalidPropertyGroupErrorOther: - return [[self tagName] isEqual:[anInvalidPropertyGroupError tagName]]; - case DBFILESInvalidPropertyGroupErrorPath: - return [self.path isEqual:anInvalidPropertyGroupError.path]; - case DBFILESInvalidPropertyGroupErrorPropertyFieldTooLarge: - return [[self tagName] isEqual:[anInvalidPropertyGroupError tagName]]; - case DBFILESInvalidPropertyGroupErrorDoesNotFitTemplate: - return [[self tagName] isEqual:[anInvalidPropertyGroupError tagName]]; + if (![self.includeMediaInfo isEqual:anAlphaGetMetadataArg.includeMediaInfo]) { + return NO; + } + if (![self.includeDeleted isEqual:anAlphaGetMetadataArg.includeDeleted]) { + return NO; + } + if (![self.includeHasExplicitSharedMembers isEqual:anAlphaGetMetadataArg.includeHasExplicitSharedMembers]) { + return NO; + } + if (self.includePropertyTemplates) { + if (![self.includePropertyTemplates isEqual:anAlphaGetMetadataArg.includePropertyTemplates]) { + return NO; + } } return YES; } @@ -445,193 +270,88 @@ - (BOOL)isEqualToInvalidPropertyGroupError:(DBFILESInvalidPropertyGroupError *)a #pragma mark - Serializer Object -@implementation DBFILESInvalidPropertyGroupErrorSerializer +@implementation DBFILESAlphaGetMetadataArgSerializer -+ (NSDictionary *)serialize:(DBFILESInvalidPropertyGroupError *)valueObj { ++ (NSDictionary *)serialize:(DBFILESAlphaGetMetadataArg *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isTemplateNotFound]) { - jsonDict[@"template_not_found"] = valueObj.templateNotFound; - jsonDict[@".tag"] = @"template_not_found"; - } else if ([valueObj isRestrictedContent]) { - jsonDict[@".tag"] = @"restricted_content"; - } else if ([valueObj isOther]) { - jsonDict[@".tag"] = @"other"; - } else if ([valueObj isPath]) { - jsonDict[@"path"] = [[DBFILESLookupErrorSerializer serialize:valueObj.path] mutableCopy]; - jsonDict[@".tag"] = @"path"; - } else if ([valueObj isPropertyFieldTooLarge]) { - jsonDict[@".tag"] = @"property_field_too_large"; - } else if ([valueObj isDoesNotFitTemplate]) { - jsonDict[@".tag"] = @"does_not_fit_template"; - } else { - jsonDict[@".tag"] = @"other"; + jsonDict[@"path"] = valueObj.path; + jsonDict[@"include_media_info"] = valueObj.includeMediaInfo; + jsonDict[@"include_deleted"] = valueObj.includeDeleted; + jsonDict[@"include_has_explicit_shared_members"] = valueObj.includeHasExplicitSharedMembers; + if (valueObj.includePropertyTemplates) { + jsonDict[@"include_property_templates"] = [DBArraySerializer serialize:valueObj.includePropertyTemplates + withBlock:^id(id elem0) { + return elem0; + }]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESInvalidPropertyGroupError *)deserialize:(NSDictionary *)valueDict { - NSString *tag = valueDict[@".tag"]; ++ (DBFILESAlphaGetMetadataArg *)deserialize:(NSDictionary *)valueDict { + NSString *path = valueDict[@"path"]; + NSNumber *includeMediaInfo = valueDict[@"include_media_info"] ?: @NO; + NSNumber *includeDeleted = valueDict[@"include_deleted"] ?: @NO; + NSNumber *includeHasExplicitSharedMembers = valueDict[@"include_has_explicit_shared_members"] ?: @NO; + NSArray *includePropertyTemplates = + valueDict[@"include_property_templates"] ? [DBArraySerializer deserialize:valueDict[@"include_property_templates"] + withBlock:^id(id elem0) { + return elem0; + }] + : nil; - if ([tag isEqualToString:@"template_not_found"]) { - NSString *templateNotFound = valueDict[@"template_not_found"]; - return [[DBFILESInvalidPropertyGroupError alloc] initWithTemplateNotFound:templateNotFound]; - } else if ([tag isEqualToString:@"restricted_content"]) { - return [[DBFILESInvalidPropertyGroupError alloc] initWithRestrictedContent]; - } else if ([tag isEqualToString:@"other"]) { - return [[DBFILESInvalidPropertyGroupError alloc] initWithOther]; - } else if ([tag isEqualToString:@"path"]) { - DBFILESLookupError *path = [DBFILESLookupErrorSerializer deserialize:valueDict[@"path"]]; - return [[DBFILESInvalidPropertyGroupError alloc] initWithPath:path]; - } else if ([tag isEqualToString:@"property_field_too_large"]) { - return [[DBFILESInvalidPropertyGroupError alloc] initWithPropertyFieldTooLarge]; - } else if ([tag isEqualToString:@"does_not_fit_template"]) { - return [[DBFILESInvalidPropertyGroupError alloc] initWithDoesNotFitTemplate]; - } else { - return [[DBFILESInvalidPropertyGroupError alloc] initWithOther]; - } + return [[DBFILESAlphaGetMetadataArg alloc] initWithPath:path + includeMediaInfo:includeMediaInfo + includeDeleted:includeDeleted + includeHasExplicitSharedMembers:includeHasExplicitSharedMembers + includePropertyTemplates:includePropertyTemplates]; } @end -#import "DBFILESAddPropertiesError.h" -#import "DBFILESInvalidPropertyGroupError.h" +#import "DBFILESGetMetadataError.h" #import "DBFILESLookupError.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESAddPropertiesError +@implementation DBFILESGetMetadataError -@synthesize templateNotFound = _templateNotFound; @synthesize path = _path; #pragma mark - Constructors -- (instancetype)initWithTemplateNotFound:(NSString *)templateNotFound { - self = [super init]; - if (self) { - _tag = DBFILESAddPropertiesErrorTemplateNotFound; - _templateNotFound = templateNotFound; - } - return self; -} - -- (instancetype)initWithRestrictedContent { - self = [super init]; - if (self) { - _tag = DBFILESAddPropertiesErrorRestrictedContent; - } - return self; -} - -- (instancetype)initWithOther { - self = [super init]; - if (self) { - _tag = DBFILESAddPropertiesErrorOther; - } - return self; -} - - (instancetype)initWithPath:(DBFILESLookupError *)path { self = [super init]; if (self) { - _tag = DBFILESAddPropertiesErrorPath; + _tag = DBFILESGetMetadataErrorPath; _path = path; } return self; } -- (instancetype)initWithPropertyFieldTooLarge { - self = [super init]; - if (self) { - _tag = DBFILESAddPropertiesErrorPropertyFieldTooLarge; - } - return self; -} - -- (instancetype)initWithDoesNotFitTemplate { - self = [super init]; - if (self) { - _tag = DBFILESAddPropertiesErrorDoesNotFitTemplate; - } - return self; -} - -- (instancetype)initWithPropertyGroupAlreadyExists { - self = [super init]; - if (self) { - _tag = DBFILESAddPropertiesErrorPropertyGroupAlreadyExists; - } - return self; -} - #pragma mark - Instance field accessors -- (NSString *)templateNotFound { - if (![self isTemplateNotFound]) { - [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBFILESAddPropertiesErrorTemplateNotFound, but was %@.", [self tagName]]; - } - return _templateNotFound; -} - - (DBFILESLookupError *)path { if (![self isPath]) { [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBFILESAddPropertiesErrorPath, but was %@.", [self tagName]]; + format:@"Invalid tag: required DBFILESGetMetadataErrorPath, but was %@.", [self tagName]]; } return _path; } #pragma mark - Tag state methods -- (BOOL)isTemplateNotFound { - return _tag == DBFILESAddPropertiesErrorTemplateNotFound; -} - -- (BOOL)isRestrictedContent { - return _tag == DBFILESAddPropertiesErrorRestrictedContent; -} - -- (BOOL)isOther { - return _tag == DBFILESAddPropertiesErrorOther; -} - - (BOOL)isPath { - return _tag == DBFILESAddPropertiesErrorPath; -} - -- (BOOL)isPropertyFieldTooLarge { - return _tag == DBFILESAddPropertiesErrorPropertyFieldTooLarge; -} - -- (BOOL)isDoesNotFitTemplate { - return _tag == DBFILESAddPropertiesErrorDoesNotFitTemplate; -} - -- (BOOL)isPropertyGroupAlreadyExists { - return _tag == DBFILESAddPropertiesErrorPropertyGroupAlreadyExists; + return _tag == DBFILESGetMetadataErrorPath; } - (NSString *)tagName { switch (_tag) { - case DBFILESAddPropertiesErrorTemplateNotFound: - return @"DBFILESAddPropertiesErrorTemplateNotFound"; - case DBFILESAddPropertiesErrorRestrictedContent: - return @"DBFILESAddPropertiesErrorRestrictedContent"; - case DBFILESAddPropertiesErrorOther: - return @"DBFILESAddPropertiesErrorOther"; - case DBFILESAddPropertiesErrorPath: - return @"DBFILESAddPropertiesErrorPath"; - case DBFILESAddPropertiesErrorPropertyFieldTooLarge: - return @"DBFILESAddPropertiesErrorPropertyFieldTooLarge"; - case DBFILESAddPropertiesErrorDoesNotFitTemplate: - return @"DBFILESAddPropertiesErrorDoesNotFitTemplate"; - case DBFILESAddPropertiesErrorPropertyGroupAlreadyExists: - return @"DBFILESAddPropertiesErrorPropertyGroupAlreadyExists"; + case DBFILESGetMetadataErrorPath: + return @"DBFILESGetMetadataErrorPath"; } @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); @@ -639,18 +359,18 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESAddPropertiesErrorSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESGetMetadataErrorSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESAddPropertiesErrorSerializer deserialize:dict]; + return [DBFILESGetMetadataErrorSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESAddPropertiesErrorSerializer serialize:self] description]; + return [[DBFILESGetMetadataErrorSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -668,20 +388,8 @@ - (NSUInteger)hash { NSUInteger result = 1; switch (_tag) { - case DBFILESAddPropertiesErrorTemplateNotFound: - result = prime * result + [self.templateNotFound hash]; - case DBFILESAddPropertiesErrorRestrictedContent: - result = prime * result + [[self tagName] hash]; - case DBFILESAddPropertiesErrorOther: - result = prime * result + [[self tagName] hash]; - case DBFILESAddPropertiesErrorPath: + case DBFILESGetMetadataErrorPath: result = prime * result + [self.path hash]; - case DBFILESAddPropertiesErrorPropertyFieldTooLarge: - result = prime * result + [[self tagName] hash]; - case DBFILESAddPropertiesErrorDoesNotFitTemplate: - result = prime * result + [[self tagName] hash]; - case DBFILESAddPropertiesErrorPropertyGroupAlreadyExists: - result = prime * result + [[self tagName] hash]; } return prime * result; @@ -696,31 +404,19 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToAddPropertiesError:other]; + return [self isEqualToGetMetadataError:other]; } -- (BOOL)isEqualToAddPropertiesError:(DBFILESAddPropertiesError *)anAddPropertiesError { - if (self == anAddPropertiesError) { +- (BOOL)isEqualToGetMetadataError:(DBFILESGetMetadataError *)aGetMetadataError { + if (self == aGetMetadataError) { return YES; } - if (self.tag != anAddPropertiesError.tag) { + if (self.tag != aGetMetadataError.tag) { return NO; } switch (_tag) { - case DBFILESAddPropertiesErrorTemplateNotFound: - return [self.templateNotFound isEqual:anAddPropertiesError.templateNotFound]; - case DBFILESAddPropertiesErrorRestrictedContent: - return [[self tagName] isEqual:[anAddPropertiesError tagName]]; - case DBFILESAddPropertiesErrorOther: - return [[self tagName] isEqual:[anAddPropertiesError tagName]]; - case DBFILESAddPropertiesErrorPath: - return [self.path isEqual:anAddPropertiesError.path]; - case DBFILESAddPropertiesErrorPropertyFieldTooLarge: - return [[self tagName] isEqual:[anAddPropertiesError tagName]]; - case DBFILESAddPropertiesErrorDoesNotFitTemplate: - return [[self tagName] isEqual:[anAddPropertiesError tagName]]; - case DBFILESAddPropertiesErrorPropertyGroupAlreadyExists: - return [[self tagName] isEqual:[anAddPropertiesError tagName]]; + case DBFILESGetMetadataErrorPath: + return [self.path isEqual:aGetMetadataError.path]; } return YES; } @@ -729,105 +425,127 @@ - (BOOL)isEqualToAddPropertiesError:(DBFILESAddPropertiesError *)anAddProperties #pragma mark - Serializer Object -@implementation DBFILESAddPropertiesErrorSerializer +@implementation DBFILESGetMetadataErrorSerializer -+ (NSDictionary *)serialize:(DBFILESAddPropertiesError *)valueObj { ++ (NSDictionary *)serialize:(DBFILESGetMetadataError *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isTemplateNotFound]) { - jsonDict[@"template_not_found"] = valueObj.templateNotFound; - jsonDict[@".tag"] = @"template_not_found"; - } else if ([valueObj isRestrictedContent]) { - jsonDict[@".tag"] = @"restricted_content"; - } else if ([valueObj isOther]) { - jsonDict[@".tag"] = @"other"; - } else if ([valueObj isPath]) { + if ([valueObj isPath]) { jsonDict[@"path"] = [[DBFILESLookupErrorSerializer serialize:valueObj.path] mutableCopy]; jsonDict[@".tag"] = @"path"; - } else if ([valueObj isPropertyFieldTooLarge]) { - jsonDict[@".tag"] = @"property_field_too_large"; - } else if ([valueObj isDoesNotFitTemplate]) { - jsonDict[@".tag"] = @"does_not_fit_template"; - } else if ([valueObj isPropertyGroupAlreadyExists]) { - jsonDict[@".tag"] = @"property_group_already_exists"; } else { - jsonDict[@".tag"] = @"other"; + @throw([NSException exceptionWithName:@"InvalidTag" + reason:@"Object not properly initialized. Tag has an unknown value." + userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESAddPropertiesError *)deserialize:(NSDictionary *)valueDict { ++ (DBFILESGetMetadataError *)deserialize:(NSDictionary *)valueDict { NSString *tag = valueDict[@".tag"]; - if ([tag isEqualToString:@"template_not_found"]) { - NSString *templateNotFound = valueDict[@"template_not_found"]; - return [[DBFILESAddPropertiesError alloc] initWithTemplateNotFound:templateNotFound]; - } else if ([tag isEqualToString:@"restricted_content"]) { - return [[DBFILESAddPropertiesError alloc] initWithRestrictedContent]; - } else if ([tag isEqualToString:@"other"]) { - return [[DBFILESAddPropertiesError alloc] initWithOther]; - } else if ([tag isEqualToString:@"path"]) { + if ([tag isEqualToString:@"path"]) { DBFILESLookupError *path = [DBFILESLookupErrorSerializer deserialize:valueDict[@"path"]]; - return [[DBFILESAddPropertiesError alloc] initWithPath:path]; - } else if ([tag isEqualToString:@"property_field_too_large"]) { - return [[DBFILESAddPropertiesError alloc] initWithPropertyFieldTooLarge]; - } else if ([tag isEqualToString:@"does_not_fit_template"]) { - return [[DBFILESAddPropertiesError alloc] initWithDoesNotFitTemplate]; - } else if ([tag isEqualToString:@"property_group_already_exists"]) { - return [[DBFILESAddPropertiesError alloc] initWithPropertyGroupAlreadyExists]; + return [[DBFILESGetMetadataError alloc] initWithPath:path]; } else { - return [[DBFILESAddPropertiesError alloc] initWithOther]; + @throw([NSException + exceptionWithName:@"InvalidTag" + reason:[NSString stringWithFormat:@"Tag has an invalid value: \"%@\".", valueDict[@".tag"]] + userInfo:nil]); } } @end -#import "DBFILESGetMetadataArg.h" +#import "DBFILEPROPERTIESLookUpPropertiesError.h" +#import "DBFILESAlphaGetMetadataError.h" +#import "DBFILESGetMetadataError.h" +#import "DBFILESLookupError.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESGetMetadataArg +@implementation DBFILESAlphaGetMetadataError -#pragma mark - Constructors +@synthesize path = _path; +@synthesize propertiesError = _propertiesError; -- (instancetype)initWithPath:(NSString *)path - includeMediaInfo:(NSNumber *)includeMediaInfo - includeDeleted:(NSNumber *)includeDeleted - includeHasExplicitSharedMembers:(NSNumber *)includeHasExplicitSharedMembers { - [DBStoneValidators stringValidator:nil maxLength:nil - pattern:@"(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)"](path); +#pragma mark - Constructors +- (instancetype)initWithPath:(DBFILESLookupError *)path { self = [super init]; if (self) { + _tag = DBFILESAlphaGetMetadataErrorPath; _path = path; - _includeMediaInfo = includeMediaInfo ?: @NO; - _includeDeleted = includeDeleted ?: @NO; - _includeHasExplicitSharedMembers = includeHasExplicitSharedMembers ?: @NO; } return self; } -- (instancetype)initWithPath:(NSString *)path { - return [self initWithPath:path includeMediaInfo:nil includeDeleted:nil includeHasExplicitSharedMembers:nil]; +- (instancetype)initWithPropertiesError:(DBFILEPROPERTIESLookUpPropertiesError *)propertiesError { + self = [super init]; + if (self) { + _tag = DBFILESAlphaGetMetadataErrorPropertiesError; + _propertiesError = propertiesError; + } + return self; +} + +#pragma mark - Instance field accessors + +- (DBFILESLookupError *)path { + if (![self isPath]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILESAlphaGetMetadataErrorPath, but was %@.", [self tagName]]; + } + return _path; +} + +- (DBFILEPROPERTIESLookUpPropertiesError *)propertiesError { + if (![self isPropertiesError]) { + [NSException + raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILESAlphaGetMetadataErrorPropertiesError, but was %@.", [self tagName]]; + } + return _propertiesError; +} + +#pragma mark - Tag state methods + +- (BOOL)isPath { + return _tag == DBFILESAlphaGetMetadataErrorPath; +} + +- (BOOL)isPropertiesError { + return _tag == DBFILESAlphaGetMetadataErrorPropertiesError; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILESAlphaGetMetadataErrorPath: + return @"DBFILESAlphaGetMetadataErrorPath"; + case DBFILESAlphaGetMetadataErrorPropertiesError: + return @"DBFILESAlphaGetMetadataErrorPropertiesError"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESGetMetadataArgSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESAlphaGetMetadataErrorSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESGetMetadataArgSerializer deserialize:dict]; + return [DBFILESAlphaGetMetadataErrorSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESGetMetadataArgSerializer serialize:self] description]; + return [[DBFILESAlphaGetMetadataErrorSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -844,10 +562,12 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.path hash]; - result = prime * result + [self.includeMediaInfo hash]; - result = prime * result + [self.includeDeleted hash]; - result = prime * result + [self.includeHasExplicitSharedMembers hash]; + switch (_tag) { + case DBFILESAlphaGetMetadataErrorPath: + result = prime * result + [self.path hash]; + case DBFILESAlphaGetMetadataErrorPropertiesError: + result = prime * result + [self.propertiesError hash]; + } return prime * result; } @@ -861,24 +581,21 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToGetMetadataArg:other]; + return [self isEqualToAlphaGetMetadataError:other]; } -- (BOOL)isEqualToGetMetadataArg:(DBFILESGetMetadataArg *)aGetMetadataArg { - if (self == aGetMetadataArg) { +- (BOOL)isEqualToAlphaGetMetadataError:(DBFILESAlphaGetMetadataError *)anAlphaGetMetadataError { + if (self == anAlphaGetMetadataError) { return YES; } - if (![self.path isEqual:aGetMetadataArg.path]) { - return NO; - } - if (![self.includeMediaInfo isEqual:aGetMetadataArg.includeMediaInfo]) { - return NO; - } - if (![self.includeDeleted isEqual:aGetMetadataArg.includeDeleted]) { + if (self.tag != anAlphaGetMetadataError.tag) { return NO; } - if (![self.includeHasExplicitSharedMembers isEqual:aGetMetadataArg.includeHasExplicitSharedMembers]) { - return NO; + switch (_tag) { + case DBFILESAlphaGetMetadataErrorPath: + return [self.path isEqual:anAlphaGetMetadataError.path]; + case DBFILESAlphaGetMetadataErrorPropertiesError: + return [self.propertiesError isEqual:anAlphaGetMetadataError.propertiesError]; } return YES; } @@ -887,90 +604,97 @@ - (BOOL)isEqualToGetMetadataArg:(DBFILESGetMetadataArg *)aGetMetadataArg { #pragma mark - Serializer Object -@implementation DBFILESGetMetadataArgSerializer +@implementation DBFILESAlphaGetMetadataErrorSerializer -+ (NSDictionary *)serialize:(DBFILESGetMetadataArg *)valueObj { ++ (NSDictionary *)serialize:(DBFILESAlphaGetMetadataError *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"path"] = valueObj.path; - jsonDict[@"include_media_info"] = valueObj.includeMediaInfo; - jsonDict[@"include_deleted"] = valueObj.includeDeleted; - jsonDict[@"include_has_explicit_shared_members"] = valueObj.includeHasExplicitSharedMembers; - - return jsonDict; -} - -+ (DBFILESGetMetadataArg *)deserialize:(NSDictionary *)valueDict { - NSString *path = valueDict[@"path"]; - NSNumber *includeMediaInfo = valueDict[@"include_media_info"] ?: @NO; - NSNumber *includeDeleted = valueDict[@"include_deleted"] ?: @NO; - NSNumber *includeHasExplicitSharedMembers = valueDict[@"include_has_explicit_shared_members"] ?: @NO; + if ([valueObj isPath]) { + jsonDict[@"path"] = [[DBFILESLookupErrorSerializer serialize:valueObj.path] mutableCopy]; + jsonDict[@".tag"] = @"path"; + } else if ([valueObj isPropertiesError]) { + jsonDict[@"properties_error"] = + [[DBFILEPROPERTIESLookUpPropertiesErrorSerializer serialize:valueObj.propertiesError] mutableCopy]; + jsonDict[@".tag"] = @"properties_error"; + } else { + @throw([NSException exceptionWithName:@"InvalidTag" + reason:@"Object not properly initialized. Tag has an unknown value." + userInfo:nil]); + } - return [[DBFILESGetMetadataArg alloc] initWithPath:path - includeMediaInfo:includeMediaInfo - includeDeleted:includeDeleted - includeHasExplicitSharedMembers:includeHasExplicitSharedMembers]; + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILESAlphaGetMetadataError *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"path"]) { + DBFILESLookupError *path = [DBFILESLookupErrorSerializer deserialize:valueDict[@"path"]]; + return [[DBFILESAlphaGetMetadataError alloc] initWithPath:path]; + } else if ([tag isEqualToString:@"properties_error"]) { + DBFILEPROPERTIESLookUpPropertiesError *propertiesError = + [DBFILEPROPERTIESLookUpPropertiesErrorSerializer deserialize:valueDict[@"properties_error"]]; + return [[DBFILESAlphaGetMetadataError alloc] initWithPropertiesError:propertiesError]; + } else { + @throw([NSException + exceptionWithName:@"InvalidTag" + reason:[NSString stringWithFormat:@"Tag has an invalid value: \"%@\".", valueDict[@".tag"]] + userInfo:nil]); + } } @end -#import "DBFILESAlphaGetMetadataArg.h" -#import "DBFILESGetMetadataArg.h" +#import "DBFILESCommitInfo.h" +#import "DBFILESWriteMode.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESAlphaGetMetadataArg +@implementation DBFILESCommitInfo #pragma mark - Constructors - (instancetype)initWithPath:(NSString *)path - includeMediaInfo:(NSNumber *)includeMediaInfo - includeDeleted:(NSNumber *)includeDeleted - includeHasExplicitSharedMembers:(NSNumber *)includeHasExplicitSharedMembers - includePropertyTemplates:(NSArray *)includePropertyTemplates { - [DBStoneValidators stringValidator:nil maxLength:nil - pattern:@"(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)"](path); + mode:(DBFILESWriteMode *)mode + autorename:(NSNumber *)autorename + clientModified:(NSDate *)clientModified + mute:(NSNumber *)mute { [DBStoneValidators - nullableValidator:[DBStoneValidators - arrayValidator:nil - maxItems:nil - itemValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"(/|ptid:).*"]]]( - includePropertyTemplates); + nonnullValidator:[DBStoneValidators stringValidator:nil + maxLength:nil + pattern:@"(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)"]](path); - self = [super initWithPath:path - includeMediaInfo:includeMediaInfo - includeDeleted:includeDeleted - includeHasExplicitSharedMembers:includeHasExplicitSharedMembers]; + self = [super init]; if (self) { - _includePropertyTemplates = includePropertyTemplates; + _path = path; + _mode = mode ?: [[DBFILESWriteMode alloc] initWithAdd]; + _autorename = autorename ?: @NO; + _clientModified = clientModified; + _mute = mute ?: @NO; } return self; } - (instancetype)initWithPath:(NSString *)path { - return [self initWithPath:path - includeMediaInfo:nil - includeDeleted:nil - includeHasExplicitSharedMembers:nil - includePropertyTemplates:nil]; + return [self initWithPath:path mode:nil autorename:nil clientModified:nil mute:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESAlphaGetMetadataArgSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESCommitInfoSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESAlphaGetMetadataArgSerializer deserialize:dict]; + return [DBFILESCommitInfoSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESAlphaGetMetadataArgSerializer serialize:self] description]; + return [[DBFILESCommitInfoSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -988,12 +712,12 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.path hash]; - result = prime * result + [self.includeMediaInfo hash]; - result = prime * result + [self.includeDeleted hash]; - result = prime * result + [self.includeHasExplicitSharedMembers hash]; - if (self.includePropertyTemplates) { - result = prime * result + [self.includePropertyTemplates hash]; + result = prime * result + [self.mode hash]; + result = prime * result + [self.autorename hash]; + if (self.clientModified != nil) { + result = prime * result + [self.clientModified hash]; } + result = prime * result + [self.mute hash]; return prime * result; } @@ -1007,30 +731,30 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToAlphaGetMetadataArg:other]; + return [self isEqualToCommitInfo:other]; } -- (BOOL)isEqualToAlphaGetMetadataArg:(DBFILESAlphaGetMetadataArg *)anAlphaGetMetadataArg { - if (self == anAlphaGetMetadataArg) { +- (BOOL)isEqualToCommitInfo:(DBFILESCommitInfo *)aCommitInfo { + if (self == aCommitInfo) { return YES; } - if (![self.path isEqual:anAlphaGetMetadataArg.path]) { - return NO; - } - if (![self.includeMediaInfo isEqual:anAlphaGetMetadataArg.includeMediaInfo]) { + if (![self.path isEqual:aCommitInfo.path]) { return NO; } - if (![self.includeDeleted isEqual:anAlphaGetMetadataArg.includeDeleted]) { + if (![self.mode isEqual:aCommitInfo.mode]) { return NO; } - if (![self.includeHasExplicitSharedMembers isEqual:anAlphaGetMetadataArg.includeHasExplicitSharedMembers]) { + if (![self.autorename isEqual:aCommitInfo.autorename]) { return NO; } - if (self.includePropertyTemplates) { - if (![self.includePropertyTemplates isEqual:anAlphaGetMetadataArg.includePropertyTemplates]) { + if (self.clientModified) { + if (![self.clientModified isEqual:aCommitInfo.clientModified]) { return NO; } } + if (![self.mute isEqual:aCommitInfo.mute]) { + return NO; + } return YES; } @@ -1038,107 +762,95 @@ - (BOOL)isEqualToAlphaGetMetadataArg:(DBFILESAlphaGetMetadataArg *)anAlphaGetMet #pragma mark - Serializer Object -@implementation DBFILESAlphaGetMetadataArgSerializer +@implementation DBFILESCommitInfoSerializer -+ (NSDictionary *)serialize:(DBFILESAlphaGetMetadataArg *)valueObj { ++ (NSDictionary *)serialize:(DBFILESCommitInfo *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; jsonDict[@"path"] = valueObj.path; - jsonDict[@"include_media_info"] = valueObj.includeMediaInfo; - jsonDict[@"include_deleted"] = valueObj.includeDeleted; - jsonDict[@"include_has_explicit_shared_members"] = valueObj.includeHasExplicitSharedMembers; - if (valueObj.includePropertyTemplates) { - jsonDict[@"include_property_templates"] = [DBArraySerializer serialize:valueObj.includePropertyTemplates - withBlock:^id(id elem0) { - return elem0; - }]; + jsonDict[@"mode"] = [DBFILESWriteModeSerializer serialize:valueObj.mode]; + jsonDict[@"autorename"] = valueObj.autorename; + if (valueObj.clientModified) { + jsonDict[@"client_modified"] = + [DBNSDateSerializer serialize:valueObj.clientModified dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; } + jsonDict[@"mute"] = valueObj.mute; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESAlphaGetMetadataArg *)deserialize:(NSDictionary *)valueDict { ++ (DBFILESCommitInfo *)deserialize:(NSDictionary *)valueDict { NSString *path = valueDict[@"path"]; - NSNumber *includeMediaInfo = valueDict[@"include_media_info"] ?: @NO; - NSNumber *includeDeleted = valueDict[@"include_deleted"] ?: @NO; - NSNumber *includeHasExplicitSharedMembers = valueDict[@"include_has_explicit_shared_members"] ?: @NO; - NSArray *includePropertyTemplates = - valueDict[@"include_property_templates"] ? [DBArraySerializer deserialize:valueDict[@"include_property_templates"] - withBlock:^id(id elem0) { - return elem0; - }] - : nil; + DBFILESWriteMode *mode = valueDict[@"mode"] ? [DBFILESWriteModeSerializer deserialize:valueDict[@"mode"]] + : [[DBFILESWriteMode alloc] initWithAdd]; + NSNumber *autorename = valueDict[@"autorename"] ?: @NO; + NSDate *clientModified = valueDict[@"client_modified"] ? [DBNSDateSerializer deserialize:valueDict[@"client_modified"] + dateFormat:@"%Y-%m-%dT%H:%M:%SZ"] + : nil; + NSNumber *mute = valueDict[@"mute"] ?: @NO; - return [[DBFILESAlphaGetMetadataArg alloc] initWithPath:path - includeMediaInfo:includeMediaInfo - includeDeleted:includeDeleted - includeHasExplicitSharedMembers:includeHasExplicitSharedMembers - includePropertyTemplates:includePropertyTemplates]; + return [[DBFILESCommitInfo alloc] initWithPath:path + mode:mode + autorename:autorename + clientModified:clientModified + mute:mute]; } @end -#import "DBFILESGetMetadataError.h" -#import "DBFILESLookupError.h" +#import "DBFILEPROPERTIESPropertyGroup.h" +#import "DBFILESCommitInfo.h" +#import "DBFILESCommitInfoWithProperties.h" +#import "DBFILESWriteMode.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESGetMetadataError - -@synthesize path = _path; +@implementation DBFILESCommitInfoWithProperties #pragma mark - Constructors -- (instancetype)initWithPath:(DBFILESLookupError *)path { - self = [super init]; +- (instancetype)initWithPath:(NSString *)path + mode:(DBFILESWriteMode *)mode + autorename:(NSNumber *)autorename + clientModified:(NSDate *)clientModified + mute:(NSNumber *)mute + propertyGroups:(NSArray *)propertyGroups { + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil + maxLength:nil + pattern:@"(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)"]](path); + [DBStoneValidators + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](propertyGroups); + + self = [super initWithPath:path mode:mode autorename:autorename clientModified:clientModified mute:mute]; if (self) { - _tag = DBFILESGetMetadataErrorPath; - _path = path; + _propertyGroups = propertyGroups; } return self; } -#pragma mark - Instance field accessors - -- (DBFILESLookupError *)path { - if (![self isPath]) { - [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBFILESGetMetadataErrorPath, but was %@.", [self tagName]]; - } - return _path; -} - -#pragma mark - Tag state methods - -- (BOOL)isPath { - return _tag == DBFILESGetMetadataErrorPath; -} - -- (NSString *)tagName { - switch (_tag) { - case DBFILESGetMetadataErrorPath: - return @"DBFILESGetMetadataErrorPath"; - } - - @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +- (instancetype)initWithPath:(NSString *)path { + return [self initWithPath:path mode:nil autorename:nil clientModified:nil mute:nil propertyGroups:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESGetMetadataErrorSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESCommitInfoWithPropertiesSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESGetMetadataErrorSerializer deserialize:dict]; + return [DBFILESCommitInfoWithPropertiesSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESGetMetadataErrorSerializer serialize:self] description]; + return [[DBFILESCommitInfoWithPropertiesSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -1155,9 +867,15 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - switch (_tag) { - case DBFILESGetMetadataErrorPath: - result = prime * result + [self.path hash]; + result = prime * result + [self.path hash]; + result = prime * result + [self.mode hash]; + result = prime * result + [self.autorename hash]; + if (self.clientModified != nil) { + result = prime * result + [self.clientModified hash]; + } + result = prime * result + [self.mute hash]; + if (self.propertyGroups != nil) { + result = prime * result + [self.propertyGroups hash]; } return prime * result; @@ -1172,19 +890,34 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToGetMetadataError:other]; + return [self isEqualToCommitInfoWithProperties:other]; } -- (BOOL)isEqualToGetMetadataError:(DBFILESGetMetadataError *)aGetMetadataError { - if (self == aGetMetadataError) { +- (BOOL)isEqualToCommitInfoWithProperties:(DBFILESCommitInfoWithProperties *)aCommitInfoWithProperties { + if (self == aCommitInfoWithProperties) { return YES; } - if (self.tag != aGetMetadataError.tag) { + if (![self.path isEqual:aCommitInfoWithProperties.path]) { return NO; } - switch (_tag) { - case DBFILESGetMetadataErrorPath: - return [self.path isEqual:aGetMetadataError.path]; + if (![self.mode isEqual:aCommitInfoWithProperties.mode]) { + return NO; + } + if (![self.autorename isEqual:aCommitInfoWithProperties.autorename]) { + return NO; + } + if (self.clientModified) { + if (![self.clientModified isEqual:aCommitInfoWithProperties.clientModified]) { + return NO; + } + } + if (![self.mute isEqual:aCommitInfoWithProperties.mute]) { + return NO; + } + if (self.propertyGroups) { + if (![self.propertyGroups isEqual:aCommitInfoWithProperties.propertyGroups]) { + return NO; + } } return YES; } @@ -1193,108 +926,211 @@ - (BOOL)isEqualToGetMetadataError:(DBFILESGetMetadataError *)aGetMetadataError { #pragma mark - Serializer Object -@implementation DBFILESGetMetadataErrorSerializer +@implementation DBFILESCommitInfoWithPropertiesSerializer -+ (NSDictionary *)serialize:(DBFILESGetMetadataError *)valueObj { ++ (NSDictionary *)serialize:(DBFILESCommitInfoWithProperties *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isPath]) { - jsonDict[@"path"] = [[DBFILESLookupErrorSerializer serialize:valueObj.path] mutableCopy]; - jsonDict[@".tag"] = @"path"; - } else { - @throw([NSException exceptionWithName:@"InvalidTag" - reason:@"Object not properly initialized. Tag has an unknown value." - userInfo:nil]); + jsonDict[@"path"] = valueObj.path; + jsonDict[@"mode"] = [DBFILESWriteModeSerializer serialize:valueObj.mode]; + jsonDict[@"autorename"] = valueObj.autorename; + if (valueObj.clientModified) { + jsonDict[@"client_modified"] = + [DBNSDateSerializer serialize:valueObj.clientModified dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; + } + jsonDict[@"mute"] = valueObj.mute; + if (valueObj.propertyGroups) { + jsonDict[@"property_groups"] = + [DBArraySerializer serialize:valueObj.propertyGroups + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertyGroupSerializer serialize:elem0]; + }]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESGetMetadataError *)deserialize:(NSDictionary *)valueDict { - NSString *tag = valueDict[@".tag"]; ++ (DBFILESCommitInfoWithProperties *)deserialize:(NSDictionary *)valueDict { + NSString *path = valueDict[@"path"]; + DBFILESWriteMode *mode = valueDict[@"mode"] ? [DBFILESWriteModeSerializer deserialize:valueDict[@"mode"]] + : [[DBFILESWriteMode alloc] initWithAdd]; + NSNumber *autorename = valueDict[@"autorename"] ?: @NO; + NSDate *clientModified = valueDict[@"client_modified"] ? [DBNSDateSerializer deserialize:valueDict[@"client_modified"] + dateFormat:@"%Y-%m-%dT%H:%M:%SZ"] + : nil; + NSNumber *mute = valueDict[@"mute"] ?: @NO; + NSArray *propertyGroups = + valueDict[@"property_groups"] + ? [DBArraySerializer deserialize:valueDict[@"property_groups"] + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertyGroupSerializer deserialize:elem0]; + }] + : nil; - if ([tag isEqualToString:@"path"]) { - DBFILESLookupError *path = [DBFILESLookupErrorSerializer deserialize:valueDict[@"path"]]; - return [[DBFILESGetMetadataError alloc] initWithPath:path]; - } else { - @throw([NSException - exceptionWithName:@"InvalidTag" - reason:[NSString stringWithFormat:@"Tag has an invalid value: \"%@\".", valueDict[@".tag"]] - userInfo:nil]); - } + return [[DBFILESCommitInfoWithProperties alloc] initWithPath:path + mode:mode + autorename:autorename + clientModified:clientModified + mute:mute + propertyGroups:propertyGroups]; } @end -#import "DBFILESAlphaGetMetadataError.h" -#import "DBFILESGetMetadataError.h" -#import "DBFILESLookUpPropertiesError.h" -#import "DBFILESLookupError.h" +#import "DBFILESCreateFolderArg.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESAlphaGetMetadataError - -@synthesize path = _path; -@synthesize propertiesError = _propertiesError; +@implementation DBFILESCreateFolderArg #pragma mark - Constructors -- (instancetype)initWithPath:(DBFILESLookupError *)path { +- (instancetype)initWithPath:(NSString *)path autorename:(NSNumber *)autorename { + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:nil + maxLength:nil + pattern:@"(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)"]](path); + self = [super init]; if (self) { - _tag = DBFILESAlphaGetMetadataErrorPath; _path = path; + _autorename = autorename ?: @NO; } return self; } -- (instancetype)initWithPropertiesError:(DBFILESLookUpPropertiesError *)propertiesError { +- (instancetype)initWithPath:(NSString *)path { + return [self initWithPath:path autorename:nil]; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESCreateFolderArgSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILESCreateFolderArgSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILESCreateFolderArgSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.path hash]; + result = prime * result + [self.autorename hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToCreateFolderArg:other]; +} + +- (BOOL)isEqualToCreateFolderArg:(DBFILESCreateFolderArg *)aCreateFolderArg { + if (self == aCreateFolderArg) { + return YES; + } + if (![self.path isEqual:aCreateFolderArg.path]) { + return NO; + } + if (![self.autorename isEqual:aCreateFolderArg.autorename]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILESCreateFolderArgSerializer + ++ (NSDictionary *)serialize:(DBFILESCreateFolderArg *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"path"] = valueObj.path; + jsonDict[@"autorename"] = valueObj.autorename; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILESCreateFolderArg *)deserialize:(NSDictionary *)valueDict { + NSString *path = valueDict[@"path"]; + NSNumber *autorename = valueDict[@"autorename"] ?: @NO; + + return [[DBFILESCreateFolderArg alloc] initWithPath:path autorename:autorename]; +} + +@end + +#import "DBFILESCreateFolderError.h" +#import "DBFILESWriteError.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILESCreateFolderError + +@synthesize path = _path; + +#pragma mark - Constructors + +- (instancetype)initWithPath:(DBFILESWriteError *)path { self = [super init]; if (self) { - _tag = DBFILESAlphaGetMetadataErrorPropertiesError; - _propertiesError = propertiesError; + _tag = DBFILESCreateFolderErrorPath; + _path = path; } return self; } #pragma mark - Instance field accessors -- (DBFILESLookupError *)path { +- (DBFILESWriteError *)path { if (![self isPath]) { [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBFILESAlphaGetMetadataErrorPath, but was %@.", [self tagName]]; + format:@"Invalid tag: required DBFILESCreateFolderErrorPath, but was %@.", [self tagName]]; } return _path; } -- (DBFILESLookUpPropertiesError *)propertiesError { - if (![self isPropertiesError]) { - [NSException - raise:@"IllegalStateException" - format:@"Invalid tag: required DBFILESAlphaGetMetadataErrorPropertiesError, but was %@.", [self tagName]]; - } - return _propertiesError; -} - #pragma mark - Tag state methods - (BOOL)isPath { - return _tag == DBFILESAlphaGetMetadataErrorPath; -} - -- (BOOL)isPropertiesError { - return _tag == DBFILESAlphaGetMetadataErrorPropertiesError; + return _tag == DBFILESCreateFolderErrorPath; } - (NSString *)tagName { switch (_tag) { - case DBFILESAlphaGetMetadataErrorPath: - return @"DBFILESAlphaGetMetadataErrorPath"; - case DBFILESAlphaGetMetadataErrorPropertiesError: - return @"DBFILESAlphaGetMetadataErrorPropertiesError"; + case DBFILESCreateFolderErrorPath: + return @"DBFILESCreateFolderErrorPath"; } @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); @@ -1302,18 +1138,18 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESAlphaGetMetadataErrorSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESCreateFolderErrorSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESAlphaGetMetadataErrorSerializer deserialize:dict]; + return [DBFILESCreateFolderErrorSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESAlphaGetMetadataErrorSerializer serialize:self] description]; + return [[DBFILESCreateFolderErrorSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -1331,10 +1167,8 @@ - (NSUInteger)hash { NSUInteger result = 1; switch (_tag) { - case DBFILESAlphaGetMetadataErrorPath: + case DBFILESCreateFolderErrorPath: result = prime * result + [self.path hash]; - case DBFILESAlphaGetMetadataErrorPropertiesError: - result = prime * result + [self.propertiesError hash]; } return prime * result; @@ -1349,21 +1183,19 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToAlphaGetMetadataError:other]; + return [self isEqualToCreateFolderError:other]; } -- (BOOL)isEqualToAlphaGetMetadataError:(DBFILESAlphaGetMetadataError *)anAlphaGetMetadataError { - if (self == anAlphaGetMetadataError) { +- (BOOL)isEqualToCreateFolderError:(DBFILESCreateFolderError *)aCreateFolderError { + if (self == aCreateFolderError) { return YES; } - if (self.tag != anAlphaGetMetadataError.tag) { + if (self.tag != aCreateFolderError.tag) { return NO; } switch (_tag) { - case DBFILESAlphaGetMetadataErrorPath: - return [self.path isEqual:anAlphaGetMetadataError.path]; - case DBFILESAlphaGetMetadataErrorPropertiesError: - return [self.propertiesError isEqual:anAlphaGetMetadataError.propertiesError]; + case DBFILESCreateFolderErrorPath: + return [self.path isEqual:aCreateFolderError.path]; } return YES; } @@ -1372,37 +1204,29 @@ - (BOOL)isEqualToAlphaGetMetadataError:(DBFILESAlphaGetMetadataError *)anAlphaGe #pragma mark - Serializer Object -@implementation DBFILESAlphaGetMetadataErrorSerializer +@implementation DBFILESCreateFolderErrorSerializer -+ (NSDictionary *)serialize:(DBFILESAlphaGetMetadataError *)valueObj { ++ (NSDictionary *)serialize:(DBFILESCreateFolderError *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; if ([valueObj isPath]) { - jsonDict[@"path"] = [[DBFILESLookupErrorSerializer serialize:valueObj.path] mutableCopy]; + jsonDict[@"path"] = [[DBFILESWriteErrorSerializer serialize:valueObj.path] mutableCopy]; jsonDict[@".tag"] = @"path"; - } else if ([valueObj isPropertiesError]) { - jsonDict[@"properties_error"] = - [[DBFILESLookUpPropertiesErrorSerializer serialize:valueObj.propertiesError] mutableCopy]; - jsonDict[@".tag"] = @"properties_error"; } else { @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Object not properly initialized. Tag has an unknown value." userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESAlphaGetMetadataError *)deserialize:(NSDictionary *)valueDict { ++ (DBFILESCreateFolderError *)deserialize:(NSDictionary *)valueDict { NSString *tag = valueDict[@".tag"]; if ([tag isEqualToString:@"path"]) { - DBFILESLookupError *path = [DBFILESLookupErrorSerializer deserialize:valueDict[@"path"]]; - return [[DBFILESAlphaGetMetadataError alloc] initWithPath:path]; - } else if ([tag isEqualToString:@"properties_error"]) { - DBFILESLookUpPropertiesError *propertiesError = - [DBFILESLookUpPropertiesErrorSerializer deserialize:valueDict[@"properties_error"]]; - return [[DBFILESAlphaGetMetadataError alloc] initWithPropertiesError:propertiesError]; + DBFILESWriteError *path = [DBFILESWriteErrorSerializer deserialize:valueDict[@"path"]]; + return [[DBFILESCreateFolderError alloc] initWithPath:path]; } else { @throw([NSException exceptionWithName:@"InvalidTag" @@ -1413,53 +1237,38 @@ + (DBFILESAlphaGetMetadataError *)deserialize:(NSDictionary *)valueDict { @end -#import "DBFILESCommitInfo.h" -#import "DBFILESWriteMode.h" +#import "DBFILESFileOpsResult.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESCommitInfo +@implementation DBFILESFileOpsResult #pragma mark - Constructors -- (instancetype)initWithPath:(NSString *)path - mode:(DBFILESWriteMode *)mode - autorename:(NSNumber *)autorename - clientModified:(NSDate *)clientModified - mute:(NSNumber *)mute { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)"](path); +- (instancetype)initDefault { self = [super init]; if (self) { - _path = path; - _mode = mode ?: [[DBFILESWriteMode alloc] initWithAdd]; - _autorename = autorename ?: @NO; - _clientModified = clientModified; - _mute = mute ?: @NO; } return self; } -- (instancetype)initWithPath:(NSString *)path { - return [self initWithPath:path mode:nil autorename:nil clientModified:nil mute:nil]; -} - #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESCommitInfoSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESFileOpsResultSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESCommitInfoSerializer deserialize:dict]; + return [DBFILESFileOpsResultSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESCommitInfoSerializer serialize:self] description]; + return [[DBFILESFileOpsResultSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -1476,14 +1285,6 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.path hash]; - result = prime * result + [self.mode hash]; - result = prime * result + [self.autorename hash]; - if (self.clientModified) { - result = prime * result + [self.clientModified hash]; - } - result = prime * result + [self.mute hash]; - return prime * result; } @@ -1496,30 +1297,13 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToCommitInfo:other]; + return [self isEqualToFileOpsResult:other]; } -- (BOOL)isEqualToCommitInfo:(DBFILESCommitInfo *)aCommitInfo { - if (self == aCommitInfo) { +- (BOOL)isEqualToFileOpsResult:(DBFILESFileOpsResult *)aFileOpsResult { + if (self == aFileOpsResult) { return YES; } - if (![self.path isEqual:aCommitInfo.path]) { - return NO; - } - if (![self.mode isEqual:aCommitInfo.mode]) { - return NO; - } - if (![self.autorename isEqual:aCommitInfo.autorename]) { - return NO; - } - if (self.clientModified) { - if (![self.clientModified isEqual:aCommitInfo.clientModified]) { - return NO; - } - } - if (![self.mute isEqual:aCommitInfo.mute]) { - return NO; - } return YES; } @@ -1527,90 +1311,59 @@ - (BOOL)isEqualToCommitInfo:(DBFILESCommitInfo *)aCommitInfo { #pragma mark - Serializer Object -@implementation DBFILESCommitInfoSerializer +@implementation DBFILESFileOpsResultSerializer -+ (NSDictionary *)serialize:(DBFILESCommitInfo *)valueObj { ++ (NSDictionary *)serialize:(DBFILESFileOpsResult *)valueObj { +#pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"path"] = valueObj.path; - jsonDict[@"mode"] = [DBFILESWriteModeSerializer serialize:valueObj.mode]; - jsonDict[@"autorename"] = valueObj.autorename; - if (valueObj.clientModified) { - jsonDict[@"client_modified"] = - [DBNSDateSerializer serialize:valueObj.clientModified dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; - } - jsonDict[@"mute"] = valueObj.mute; - - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESCommitInfo *)deserialize:(NSDictionary *)valueDict { - NSString *path = valueDict[@"path"]; - DBFILESWriteMode *mode = valueDict[@"mode"] ? [DBFILESWriteModeSerializer deserialize:valueDict[@"mode"]] - : [[DBFILESWriteMode alloc] initWithAdd]; - NSNumber *autorename = valueDict[@"autorename"] ?: @NO; - NSDate *clientModified = valueDict[@"client_modified"] ? [DBNSDateSerializer deserialize:valueDict[@"client_modified"] - dateFormat:@"%Y-%m-%dT%H:%M:%SZ"] - : nil; - NSNumber *mute = valueDict[@"mute"] ?: @NO; ++ (DBFILESFileOpsResult *)deserialize:(NSDictionary *)valueDict { +#pragma unused(valueDict) - return [[DBFILESCommitInfo alloc] initWithPath:path - mode:mode - autorename:autorename - clientModified:clientModified - mute:mute]; + return [[DBFILESFileOpsResult alloc] initDefault]; } @end -#import "DBFILESCommitInfo.h" -#import "DBFILESCommitInfoWithProperties.h" -#import "DBFILESWriteMode.h" -#import "DBPROPERTIESPropertyGroup.h" +#import "DBFILESCreateFolderResult.h" +#import "DBFILESFileOpsResult.h" +#import "DBFILESFolderMetadata.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESCommitInfoWithProperties +@implementation DBFILESCreateFolderResult #pragma mark - Constructors -- (instancetype)initWithPath:(NSString *)path - mode:(DBFILESWriteMode *)mode - autorename:(NSNumber *)autorename - clientModified:(NSDate *)clientModified - mute:(NSNumber *)mute - propertyGroups:(NSArray *)propertyGroups { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)"](path); - [DBStoneValidators - nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](propertyGroups); +- (instancetype)initWithMetadata:(DBFILESFolderMetadata *)metadata { + [DBStoneValidators nonnullValidator:nil](metadata); - self = [super initWithPath:path mode:mode autorename:autorename clientModified:clientModified mute:mute]; + self = [super initDefault]; if (self) { - _propertyGroups = propertyGroups; + _metadata = metadata; } return self; } -- (instancetype)initWithPath:(NSString *)path { - return [self initWithPath:path mode:nil autorename:nil clientModified:nil mute:nil propertyGroups:nil]; -} - #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESCommitInfoWithPropertiesSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESCreateFolderResultSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESCommitInfoWithPropertiesSerializer deserialize:dict]; + return [DBFILESCreateFolderResultSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESCommitInfoWithPropertiesSerializer serialize:self] description]; + return [[DBFILESCreateFolderResultSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -1627,16 +1380,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.path hash]; - result = prime * result + [self.mode hash]; - result = prime * result + [self.autorename hash]; - if (self.clientModified) { - result = prime * result + [self.clientModified hash]; - } - result = prime * result + [self.mute hash]; - if (self.propertyGroups) { - result = prime * result + [self.propertyGroups hash]; - } + result = prime * result + [self.metadata hash]; return prime * result; } @@ -1650,35 +1394,16 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToCommitInfoWithProperties:other]; + return [self isEqualToCreateFolderResult:other]; } -- (BOOL)isEqualToCommitInfoWithProperties:(DBFILESCommitInfoWithProperties *)aCommitInfoWithProperties { - if (self == aCommitInfoWithProperties) { +- (BOOL)isEqualToCreateFolderResult:(DBFILESCreateFolderResult *)aCreateFolderResult { + if (self == aCreateFolderResult) { return YES; } - if (![self.path isEqual:aCommitInfoWithProperties.path]) { - return NO; - } - if (![self.mode isEqual:aCommitInfoWithProperties.mode]) { - return NO; - } - if (![self.autorename isEqual:aCommitInfoWithProperties.autorename]) { - return NO; - } - if (self.clientModified) { - if (![self.clientModified isEqual:aCommitInfoWithProperties.clientModified]) { - return NO; - } - } - if (![self.mute isEqual:aCommitInfoWithProperties.mute]) { + if (![self.metadata isEqual:aCreateFolderResult.metadata]) { return NO; } - if (self.propertyGroups) { - if (![self.propertyGroups isEqual:aCommitInfoWithProperties.propertyGroups]) { - return NO; - } - } return YES; } @@ -1686,95 +1411,61 @@ - (BOOL)isEqualToCommitInfoWithProperties:(DBFILESCommitInfoWithProperties *)aCo #pragma mark - Serializer Object -@implementation DBFILESCommitInfoWithPropertiesSerializer +@implementation DBFILESCreateFolderResultSerializer -+ (NSDictionary *)serialize:(DBFILESCommitInfoWithProperties *)valueObj { ++ (NSDictionary *)serialize:(DBFILESCreateFolderResult *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"path"] = valueObj.path; - jsonDict[@"mode"] = [DBFILESWriteModeSerializer serialize:valueObj.mode]; - jsonDict[@"autorename"] = valueObj.autorename; - if (valueObj.clientModified) { - jsonDict[@"client_modified"] = - [DBNSDateSerializer serialize:valueObj.clientModified dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; - } - jsonDict[@"mute"] = valueObj.mute; - if (valueObj.propertyGroups) { - jsonDict[@"property_groups"] = [DBArraySerializer serialize:valueObj.propertyGroups - withBlock:^id(id elem0) { - return [DBPROPERTIESPropertyGroupSerializer serialize:elem0]; - }]; - } + jsonDict[@"metadata"] = [DBFILESFolderMetadataSerializer serialize:valueObj.metadata]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESCommitInfoWithProperties *)deserialize:(NSDictionary *)valueDict { - NSString *path = valueDict[@"path"]; - DBFILESWriteMode *mode = valueDict[@"mode"] ? [DBFILESWriteModeSerializer deserialize:valueDict[@"mode"]] - : [[DBFILESWriteMode alloc] initWithAdd]; - NSNumber *autorename = valueDict[@"autorename"] ?: @NO; - NSDate *clientModified = valueDict[@"client_modified"] ? [DBNSDateSerializer deserialize:valueDict[@"client_modified"] - dateFormat:@"%Y-%m-%dT%H:%M:%SZ"] - : nil; - NSNumber *mute = valueDict[@"mute"] ?: @NO; - NSArray *propertyGroups = - valueDict[@"property_groups"] - ? [DBArraySerializer deserialize:valueDict[@"property_groups"] - withBlock:^id(id elem0) { - return [DBPROPERTIESPropertyGroupSerializer deserialize:elem0]; - }] - : nil; ++ (DBFILESCreateFolderResult *)deserialize:(NSDictionary *)valueDict { + DBFILESFolderMetadata *metadata = [DBFILESFolderMetadataSerializer deserialize:valueDict[@"metadata"]]; - return [[DBFILESCommitInfoWithProperties alloc] initWithPath:path - mode:mode - autorename:autorename - clientModified:clientModified - mute:mute - propertyGroups:propertyGroups]; + return [[DBFILESCreateFolderResult alloc] initWithMetadata:metadata]; } @end -#import "DBFILESCreateFolderArg.h" +#import "DBFILESDeleteArg.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESCreateFolderArg +@implementation DBFILESDeleteArg #pragma mark - Constructors -- (instancetype)initWithPath:(NSString *)path autorename:(NSNumber *)autorename { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)"](path); +- (instancetype)initWithPath:(NSString *)path { + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil + maxLength:nil + pattern:@"(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)"]](path); self = [super init]; if (self) { _path = path; - _autorename = autorename ?: @NO; } return self; } -- (instancetype)initWithPath:(NSString *)path { - return [self initWithPath:path autorename:nil]; -} - #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESCreateFolderArgSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESDeleteArgSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESCreateFolderArgSerializer deserialize:dict]; + return [DBFILESDeleteArgSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESCreateFolderArgSerializer serialize:self] description]; + return [[DBFILESDeleteArgSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -1792,7 +1483,6 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.path hash]; - result = prime * result + [self.autorename hash]; return prime * result; } @@ -1806,17 +1496,14 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToCreateFolderArg:other]; + return [self isEqualToDeleteArg:other]; } -- (BOOL)isEqualToCreateFolderArg:(DBFILESCreateFolderArg *)aCreateFolderArg { - if (self == aCreateFolderArg) { +- (BOOL)isEqualToDeleteArg:(DBFILESDeleteArg *)aDeleteArg { + if (self == aDeleteArg) { return YES; } - if (![self.path isEqual:aCreateFolderArg.path]) { - return NO; - } - if (![self.autorename isEqual:aCreateFolderArg.autorename]) { + if (![self.path isEqual:aDeleteArg.path]) { return NO; } return YES; @@ -1826,87 +1513,62 @@ - (BOOL)isEqualToCreateFolderArg:(DBFILESCreateFolderArg *)aCreateFolderArg { #pragma mark - Serializer Object -@implementation DBFILESCreateFolderArgSerializer +@implementation DBFILESDeleteArgSerializer -+ (NSDictionary *)serialize:(DBFILESCreateFolderArg *)valueObj { ++ (NSDictionary *)serialize:(DBFILESDeleteArg *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; jsonDict[@"path"] = valueObj.path; - jsonDict[@"autorename"] = valueObj.autorename; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESCreateFolderArg *)deserialize:(NSDictionary *)valueDict { ++ (DBFILESDeleteArg *)deserialize:(NSDictionary *)valueDict { NSString *path = valueDict[@"path"]; - NSNumber *autorename = valueDict[@"autorename"] ?: @NO; - return [[DBFILESCreateFolderArg alloc] initWithPath:path autorename:autorename]; + return [[DBFILESDeleteArg alloc] initWithPath:path]; } @end -#import "DBFILESCreateFolderError.h" -#import "DBFILESWriteError.h" +#import "DBFILESDeleteArg.h" +#import "DBFILESDeleteBatchArg.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESCreateFolderError - -@synthesize path = _path; +@implementation DBFILESDeleteBatchArg #pragma mark - Constructors -- (instancetype)initWithPath:(DBFILESWriteError *)path { +- (instancetype)initWithEntries:(NSArray *)entries { + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](entries); + self = [super init]; if (self) { - _tag = DBFILESCreateFolderErrorPath; - _path = path; + _entries = entries; } return self; } -#pragma mark - Instance field accessors - -- (DBFILESWriteError *)path { - if (![self isPath]) { - [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBFILESCreateFolderErrorPath, but was %@.", [self tagName]]; - } - return _path; -} - -#pragma mark - Tag state methods - -- (BOOL)isPath { - return _tag == DBFILESCreateFolderErrorPath; -} - -- (NSString *)tagName { - switch (_tag) { - case DBFILESCreateFolderErrorPath: - return @"DBFILESCreateFolderErrorPath"; - } - - @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); -} - #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESCreateFolderErrorSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESDeleteBatchArgSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESCreateFolderErrorSerializer deserialize:dict]; + return [DBFILESDeleteBatchArgSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESCreateFolderErrorSerializer serialize:self] description]; + return [[DBFILESDeleteBatchArgSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -1923,10 +1585,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - switch (_tag) { - case DBFILESCreateFolderErrorPath: - result = prime * result + [self.path hash]; - } + result = prime * result + [self.entries hash]; return prime * result; } @@ -1940,20 +1599,16 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToCreateFolderError:other]; + return [self isEqualToDeleteBatchArg:other]; } -- (BOOL)isEqualToCreateFolderError:(DBFILESCreateFolderError *)aCreateFolderError { - if (self == aCreateFolderError) { +- (BOOL)isEqualToDeleteBatchArg:(DBFILESDeleteBatchArg *)aDeleteBatchArg { + if (self == aDeleteBatchArg) { return YES; } - if (self.tag != aCreateFolderError.tag) { + if (![self.entries isEqual:aDeleteBatchArg.entries]) { return NO; } - switch (_tag) { - case DBFILESCreateFolderErrorPath: - return [self.path isEqual:aCreateFolderError.path]; - } return YES; } @@ -1961,71 +1616,93 @@ - (BOOL)isEqualToCreateFolderError:(DBFILESCreateFolderError *)aCreateFolderErro #pragma mark - Serializer Object -@implementation DBFILESCreateFolderErrorSerializer +@implementation DBFILESDeleteBatchArgSerializer -+ (NSDictionary *)serialize:(DBFILESCreateFolderError *)valueObj { ++ (NSDictionary *)serialize:(DBFILESDeleteBatchArg *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isPath]) { - jsonDict[@"path"] = [[DBFILESWriteErrorSerializer serialize:valueObj.path] mutableCopy]; - jsonDict[@".tag"] = @"path"; - } else { - @throw([NSException exceptionWithName:@"InvalidTag" - reason:@"Object not properly initialized. Tag has an unknown value." - userInfo:nil]); - } + jsonDict[@"entries"] = [DBArraySerializer serialize:valueObj.entries + withBlock:^id(id elem0) { + return [DBFILESDeleteArgSerializer serialize:elem0]; + }]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESCreateFolderError *)deserialize:(NSDictionary *)valueDict { - NSString *tag = valueDict[@".tag"]; ++ (DBFILESDeleteBatchArg *)deserialize:(NSDictionary *)valueDict { + NSArray *entries = [DBArraySerializer deserialize:valueDict[@"entries"] + withBlock:^id(id elem0) { + return [DBFILESDeleteArgSerializer deserialize:elem0]; + }]; - if ([tag isEqualToString:@"path"]) { - DBFILESWriteError *path = [DBFILESWriteErrorSerializer deserialize:valueDict[@"path"]]; - return [[DBFILESCreateFolderError alloc] initWithPath:path]; - } else { - @throw([NSException - exceptionWithName:@"InvalidTag" - reason:[NSString stringWithFormat:@"Tag has an invalid value: \"%@\".", valueDict[@".tag"]] - userInfo:nil]); - } + return [[DBFILESDeleteBatchArg alloc] initWithEntries:entries]; } @end -#import "DBFILESFileOpsResult.h" +#import "DBFILESDeleteBatchError.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESFileOpsResult +@implementation DBFILESDeleteBatchError #pragma mark - Constructors -- (instancetype)initDefault { +- (instancetype)initWithTooManyWriteOperations { + self = [super init]; + if (self) { + _tag = DBFILESDeleteBatchErrorTooManyWriteOperations; + } + return self; +} +- (instancetype)initWithOther { self = [super init]; if (self) { + _tag = DBFILESDeleteBatchErrorOther; } return self; } +#pragma mark - Instance field accessors + +#pragma mark - Tag state methods + +- (BOOL)isTooManyWriteOperations { + return _tag == DBFILESDeleteBatchErrorTooManyWriteOperations; +} + +- (BOOL)isOther { + return _tag == DBFILESDeleteBatchErrorOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILESDeleteBatchErrorTooManyWriteOperations: + return @"DBFILESDeleteBatchErrorTooManyWriteOperations"; + case DBFILESDeleteBatchErrorOther: + return @"DBFILESDeleteBatchErrorOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESFileOpsResultSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESDeleteBatchErrorSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESFileOpsResultSerializer deserialize:dict]; + return [DBFILESDeleteBatchErrorSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESFileOpsResultSerializer serialize:self] description]; + return [[DBFILESDeleteBatchErrorSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -2042,6 +1719,13 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; + switch (_tag) { + case DBFILESDeleteBatchErrorTooManyWriteOperations: + result = prime * result + [[self tagName] hash]; + case DBFILESDeleteBatchErrorOther: + result = prime * result + [[self tagName] hash]; + } + return prime * result; } @@ -2054,13 +1738,22 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToFileOpsResult:other]; + return [self isEqualToDeleteBatchError:other]; } -- (BOOL)isEqualToFileOpsResult:(DBFILESFileOpsResult *)aFileOpsResult { - if (self == aFileOpsResult) { +- (BOOL)isEqualToDeleteBatchError:(DBFILESDeleteBatchError *)aDeleteBatchError { + if (self == aDeleteBatchError) { return YES; } + if (self.tag != aDeleteBatchError.tag) { + return NO; + } + switch (_tag) { + case DBFILESDeleteBatchErrorTooManyWriteOperations: + return [[self tagName] isEqual:[aDeleteBatchError tagName]]; + case DBFILESDeleteBatchErrorOther: + return [[self tagName] isEqual:[aDeleteBatchError tagName]]; + } return YES; } @@ -2068,58 +1761,151 @@ - (BOOL)isEqualToFileOpsResult:(DBFILESFileOpsResult *)aFileOpsResult { #pragma mark - Serializer Object -@implementation DBFILESFileOpsResultSerializer +@implementation DBFILESDeleteBatchErrorSerializer -+ (NSDictionary *)serialize:(DBFILESFileOpsResult *)valueObj { -#pragma unused(valueObj) ++ (NSDictionary *)serialize:(DBFILESDeleteBatchError *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + if ([valueObj isTooManyWriteOperations]) { + jsonDict[@".tag"] = @"too_many_write_operations"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESFileOpsResult *)deserialize:(NSDictionary *)valueDict { -#pragma unused(valueDict) ++ (DBFILESDeleteBatchError *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; - return [[DBFILESFileOpsResult alloc] initDefault]; + if ([tag isEqualToString:@"too_many_write_operations"]) { + return [[DBFILESDeleteBatchError alloc] initWithTooManyWriteOperations]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILESDeleteBatchError alloc] initWithOther]; + } else { + return [[DBFILESDeleteBatchError alloc] initWithOther]; + } } @end -#import "DBFILESCreateFolderResult.h" -#import "DBFILESFileOpsResult.h" -#import "DBFILESFolderMetadata.h" +#import "DBASYNCPollResultBase.h" +#import "DBFILESDeleteBatchError.h" +#import "DBFILESDeleteBatchJobStatus.h" +#import "DBFILESDeleteBatchResult.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESCreateFolderResult +@implementation DBFILESDeleteBatchJobStatus + +@synthesize complete = _complete; +@synthesize failed = _failed; #pragma mark - Constructors -- (instancetype)initWithMetadata:(DBFILESFolderMetadata *)metadata { +- (instancetype)initWithInProgress { + self = [super init]; + if (self) { + _tag = DBFILESDeleteBatchJobStatusInProgress; + } + return self; +} - self = [super initDefault]; +- (instancetype)initWithComplete:(DBFILESDeleteBatchResult *)complete { + self = [super init]; if (self) { - _metadata = metadata; + _tag = DBFILESDeleteBatchJobStatusComplete; + _complete = complete; + } + return self; +} + +- (instancetype)initWithFailed:(DBFILESDeleteBatchError *)failed { + self = [super init]; + if (self) { + _tag = DBFILESDeleteBatchJobStatusFailed; + _failed = failed; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBFILESDeleteBatchJobStatusOther; } return self; } +#pragma mark - Instance field accessors + +- (DBFILESDeleteBatchResult *)complete { + if (![self isComplete]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILESDeleteBatchJobStatusComplete, but was %@.", [self tagName]]; + } + return _complete; +} + +- (DBFILESDeleteBatchError *)failed { + if (![self isFailed]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILESDeleteBatchJobStatusFailed, but was %@.", [self tagName]]; + } + return _failed; +} + +#pragma mark - Tag state methods + +- (BOOL)isInProgress { + return _tag == DBFILESDeleteBatchJobStatusInProgress; +} + +- (BOOL)isComplete { + return _tag == DBFILESDeleteBatchJobStatusComplete; +} + +- (BOOL)isFailed { + return _tag == DBFILESDeleteBatchJobStatusFailed; +} + +- (BOOL)isOther { + return _tag == DBFILESDeleteBatchJobStatusOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILESDeleteBatchJobStatusInProgress: + return @"DBFILESDeleteBatchJobStatusInProgress"; + case DBFILESDeleteBatchJobStatusComplete: + return @"DBFILESDeleteBatchJobStatusComplete"; + case DBFILESDeleteBatchJobStatusFailed: + return @"DBFILESDeleteBatchJobStatusFailed"; + case DBFILESDeleteBatchJobStatusOther: + return @"DBFILESDeleteBatchJobStatusOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESCreateFolderResultSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESDeleteBatchJobStatusSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESCreateFolderResultSerializer deserialize:dict]; + return [DBFILESDeleteBatchJobStatusSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESCreateFolderResultSerializer serialize:self] description]; + return [[DBFILESDeleteBatchJobStatusSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -2136,7 +1922,16 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.metadata hash]; + switch (_tag) { + case DBFILESDeleteBatchJobStatusInProgress: + result = prime * result + [[self tagName] hash]; + case DBFILESDeleteBatchJobStatusComplete: + result = prime * result + [self.complete hash]; + case DBFILESDeleteBatchJobStatusFailed: + result = prime * result + [self.failed hash]; + case DBFILESDeleteBatchJobStatusOther: + result = prime * result + [[self tagName] hash]; + } return prime * result; } @@ -2150,75 +1945,175 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToCreateFolderResult:other]; + return [self isEqualToDeleteBatchJobStatus:other]; } -- (BOOL)isEqualToCreateFolderResult:(DBFILESCreateFolderResult *)aCreateFolderResult { - if (self == aCreateFolderResult) { +- (BOOL)isEqualToDeleteBatchJobStatus:(DBFILESDeleteBatchJobStatus *)aDeleteBatchJobStatus { + if (self == aDeleteBatchJobStatus) { return YES; } - if (![self.metadata isEqual:aCreateFolderResult.metadata]) { + if (self.tag != aDeleteBatchJobStatus.tag) { return NO; } - return YES; -} - -@end + switch (_tag) { + case DBFILESDeleteBatchJobStatusInProgress: + return [[self tagName] isEqual:[aDeleteBatchJobStatus tagName]]; + case DBFILESDeleteBatchJobStatusComplete: + return [self.complete isEqual:aDeleteBatchJobStatus.complete]; + case DBFILESDeleteBatchJobStatusFailed: + return [self.failed isEqual:aDeleteBatchJobStatus.failed]; + case DBFILESDeleteBatchJobStatusOther: + return [[self tagName] isEqual:[aDeleteBatchJobStatus tagName]]; + } + return YES; +} + +@end #pragma mark - Serializer Object -@implementation DBFILESCreateFolderResultSerializer +@implementation DBFILESDeleteBatchJobStatusSerializer -+ (NSDictionary *)serialize:(DBFILESCreateFolderResult *)valueObj { ++ (NSDictionary *)serialize:(DBFILESDeleteBatchJobStatus *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"metadata"] = [DBFILESFolderMetadataSerializer serialize:valueObj.metadata]; + if ([valueObj isInProgress]) { + jsonDict[@".tag"] = @"in_progress"; + } else if ([valueObj isComplete]) { + jsonDict[@"complete"] = [[DBFILESDeleteBatchResultSerializer serialize:valueObj.complete] mutableCopy]; + jsonDict[@".tag"] = @"complete"; + } else if ([valueObj isFailed]) { + jsonDict[@"failed"] = [[DBFILESDeleteBatchErrorSerializer serialize:valueObj.failed] mutableCopy]; + jsonDict[@".tag"] = @"failed"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESCreateFolderResult *)deserialize:(NSDictionary *)valueDict { - DBFILESFolderMetadata *metadata = [DBFILESFolderMetadataSerializer deserialize:valueDict[@"metadata"]]; ++ (DBFILESDeleteBatchJobStatus *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; - return [[DBFILESCreateFolderResult alloc] initWithMetadata:metadata]; + if ([tag isEqualToString:@"in_progress"]) { + return [[DBFILESDeleteBatchJobStatus alloc] initWithInProgress]; + } else if ([tag isEqualToString:@"complete"]) { + DBFILESDeleteBatchResult *complete = [DBFILESDeleteBatchResultSerializer deserialize:valueDict]; + return [[DBFILESDeleteBatchJobStatus alloc] initWithComplete:complete]; + } else if ([tag isEqualToString:@"failed"]) { + DBFILESDeleteBatchError *failed = [DBFILESDeleteBatchErrorSerializer deserialize:valueDict[@"failed"]]; + return [[DBFILESDeleteBatchJobStatus alloc] initWithFailed:failed]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILESDeleteBatchJobStatus alloc] initWithOther]; + } else { + return [[DBFILESDeleteBatchJobStatus alloc] initWithOther]; + } } @end -#import "DBFILESDeleteArg.h" +#import "DBASYNCLaunchResultBase.h" +#import "DBFILESDeleteBatchLaunch.h" +#import "DBFILESDeleteBatchResult.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESDeleteArg +@implementation DBFILESDeleteBatchLaunch + +@synthesize asyncJobId = _asyncJobId; +@synthesize complete = _complete; #pragma mark - Constructors -- (instancetype)initWithPath:(NSString *)path { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)"](path); +- (instancetype)initWithAsyncJobId:(NSString *)asyncJobId { + self = [super init]; + if (self) { + _tag = DBFILESDeleteBatchLaunchAsyncJobId; + _asyncJobId = asyncJobId; + } + return self; +} +- (instancetype)initWithComplete:(DBFILESDeleteBatchResult *)complete { self = [super init]; if (self) { - _path = path; + _tag = DBFILESDeleteBatchLaunchComplete; + _complete = complete; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBFILESDeleteBatchLaunchOther; } return self; } +#pragma mark - Instance field accessors + +- (NSString *)asyncJobId { + if (![self isAsyncJobId]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILESDeleteBatchLaunchAsyncJobId, but was %@.", [self tagName]]; + } + return _asyncJobId; +} + +- (DBFILESDeleteBatchResult *)complete { + if (![self isComplete]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILESDeleteBatchLaunchComplete, but was %@.", [self tagName]]; + } + return _complete; +} + +#pragma mark - Tag state methods + +- (BOOL)isAsyncJobId { + return _tag == DBFILESDeleteBatchLaunchAsyncJobId; +} + +- (BOOL)isComplete { + return _tag == DBFILESDeleteBatchLaunchComplete; +} + +- (BOOL)isOther { + return _tag == DBFILESDeleteBatchLaunchOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILESDeleteBatchLaunchAsyncJobId: + return @"DBFILESDeleteBatchLaunchAsyncJobId"; + case DBFILESDeleteBatchLaunchComplete: + return @"DBFILESDeleteBatchLaunchComplete"; + case DBFILESDeleteBatchLaunchOther: + return @"DBFILESDeleteBatchLaunchOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESDeleteArgSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESDeleteBatchLaunchSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESDeleteArgSerializer deserialize:dict]; + return [DBFILESDeleteBatchLaunchSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESDeleteArgSerializer serialize:self] description]; + return [[DBFILESDeleteBatchLaunchSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -2235,7 +2130,14 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.path hash]; + switch (_tag) { + case DBFILESDeleteBatchLaunchAsyncJobId: + result = prime * result + [self.asyncJobId hash]; + case DBFILESDeleteBatchLaunchComplete: + result = prime * result + [self.complete hash]; + case DBFILESDeleteBatchLaunchOther: + result = prime * result + [[self tagName] hash]; + } return prime * result; } @@ -2249,16 +2151,24 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToDeleteArg:other]; + return [self isEqualToDeleteBatchLaunch:other]; } -- (BOOL)isEqualToDeleteArg:(DBFILESDeleteArg *)aDeleteArg { - if (self == aDeleteArg) { +- (BOOL)isEqualToDeleteBatchLaunch:(DBFILESDeleteBatchLaunch *)aDeleteBatchLaunch { + if (self == aDeleteBatchLaunch) { return YES; } - if (![self.path isEqual:aDeleteArg.path]) { + if (self.tag != aDeleteBatchLaunch.tag) { return NO; } + switch (_tag) { + case DBFILESDeleteBatchLaunchAsyncJobId: + return [self.asyncJobId isEqual:aDeleteBatchLaunch.asyncJobId]; + case DBFILESDeleteBatchLaunchComplete: + return [self.complete isEqual:aDeleteBatchLaunch.complete]; + case DBFILESDeleteBatchLaunchOther: + return [[self tagName] isEqual:[aDeleteBatchLaunch tagName]]; + } return YES; } @@ -2266,39 +2176,63 @@ - (BOOL)isEqualToDeleteArg:(DBFILESDeleteArg *)aDeleteArg { #pragma mark - Serializer Object -@implementation DBFILESDeleteArgSerializer +@implementation DBFILESDeleteBatchLaunchSerializer -+ (NSDictionary *)serialize:(DBFILESDeleteArg *)valueObj { ++ (NSDictionary *)serialize:(DBFILESDeleteBatchLaunch *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"path"] = valueObj.path; + if ([valueObj isAsyncJobId]) { + jsonDict[@"async_job_id"] = valueObj.asyncJobId; + jsonDict[@".tag"] = @"async_job_id"; + } else if ([valueObj isComplete]) { + jsonDict[@"complete"] = [[DBFILESDeleteBatchResultSerializer serialize:valueObj.complete] mutableCopy]; + jsonDict[@".tag"] = @"complete"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESDeleteArg *)deserialize:(NSDictionary *)valueDict { - NSString *path = valueDict[@"path"]; ++ (DBFILESDeleteBatchLaunch *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; - return [[DBFILESDeleteArg alloc] initWithPath:path]; + if ([tag isEqualToString:@"async_job_id"]) { + NSString *asyncJobId = valueDict[@"async_job_id"]; + return [[DBFILESDeleteBatchLaunch alloc] initWithAsyncJobId:asyncJobId]; + } else if ([tag isEqualToString:@"complete"]) { + DBFILESDeleteBatchResult *complete = [DBFILESDeleteBatchResultSerializer deserialize:valueDict]; + return [[DBFILESDeleteBatchLaunch alloc] initWithComplete:complete]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILESDeleteBatchLaunch alloc] initWithOther]; + } else { + return [[DBFILESDeleteBatchLaunch alloc] initWithOther]; + } } @end -#import "DBFILESDeleteArg.h" -#import "DBFILESDeleteBatchArg.h" +#import "DBFILESDeleteBatchResult.h" +#import "DBFILESDeleteBatchResultEntry.h" +#import "DBFILESFileOpsResult.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESDeleteBatchArg +@implementation DBFILESDeleteBatchResult #pragma mark - Constructors -- (instancetype)initWithEntries:(NSArray *)entries { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](entries); +- (instancetype)initWithEntries:(NSArray *)entries { + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](entries); - self = [super init]; + self = [super initDefault]; if (self) { _entries = entries; } @@ -2307,18 +2241,18 @@ - (instancetype)initWithEntries:(NSArray *)entries { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESDeleteBatchArgSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESDeleteBatchResultSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESDeleteBatchArgSerializer deserialize:dict]; + return [DBFILESDeleteBatchResultSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESDeleteBatchArgSerializer serialize:self] description]; + return [[DBFILESDeleteBatchResultSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -2349,14 +2283,14 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToDeleteBatchArg:other]; + return [self isEqualToDeleteBatchResult:other]; } -- (BOOL)isEqualToDeleteBatchArg:(DBFILESDeleteBatchArg *)aDeleteBatchArg { - if (self == aDeleteBatchArg) { +- (BOOL)isEqualToDeleteBatchResult:(DBFILESDeleteBatchResult *)aDeleteBatchResult { + if (self == aDeleteBatchResult) { return YES; } - if (![self.entries isEqual:aDeleteBatchArg.entries]) { + if (![self.entries isEqual:aDeleteBatchResult.entries]) { return NO; } return YES; @@ -2366,93 +2300,66 @@ - (BOOL)isEqualToDeleteBatchArg:(DBFILESDeleteBatchArg *)aDeleteBatchArg { #pragma mark - Serializer Object -@implementation DBFILESDeleteBatchArgSerializer +@implementation DBFILESDeleteBatchResultSerializer -+ (NSDictionary *)serialize:(DBFILESDeleteBatchArg *)valueObj { ++ (NSDictionary *)serialize:(DBFILESDeleteBatchResult *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; jsonDict[@"entries"] = [DBArraySerializer serialize:valueObj.entries withBlock:^id(id elem0) { - return [DBFILESDeleteArgSerializer serialize:elem0]; + return [DBFILESDeleteBatchResultEntrySerializer serialize:elem0]; }]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESDeleteBatchArg *)deserialize:(NSDictionary *)valueDict { - NSArray *entries = [DBArraySerializer deserialize:valueDict[@"entries"] - withBlock:^id(id elem0) { - return [DBFILESDeleteArgSerializer deserialize:elem0]; - }]; ++ (DBFILESDeleteBatchResult *)deserialize:(NSDictionary *)valueDict { + NSArray *entries = + [DBArraySerializer deserialize:valueDict[@"entries"] + withBlock:^id(id elem0) { + return [DBFILESDeleteBatchResultEntrySerializer deserialize:elem0]; + }]; - return [[DBFILESDeleteBatchArg alloc] initWithEntries:entries]; + return [[DBFILESDeleteBatchResult alloc] initWithEntries:entries]; } @end -#import "DBFILESDeleteBatchError.h" +#import "DBFILESDeleteBatchResultData.h" +#import "DBFILESMetadata.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESDeleteBatchError +@implementation DBFILESDeleteBatchResultData #pragma mark - Constructors -- (instancetype)initWithTooManyWriteOperations { - self = [super init]; - if (self) { - _tag = DBFILESDeleteBatchErrorTooManyWriteOperations; - } - return self; -} +- (instancetype)initWithMetadata:(DBFILESMetadata *)metadata { + [DBStoneValidators nonnullValidator:nil](metadata); -- (instancetype)initWithOther { self = [super init]; if (self) { - _tag = DBFILESDeleteBatchErrorOther; + _metadata = metadata; } return self; } -#pragma mark - Instance field accessors - -#pragma mark - Tag state methods +#pragma mark - Serialization methods -- (BOOL)isTooManyWriteOperations { - return _tag == DBFILESDeleteBatchErrorTooManyWriteOperations; -} - -- (BOOL)isOther { - return _tag == DBFILESDeleteBatchErrorOther; -} - -- (NSString *)tagName { - switch (_tag) { - case DBFILESDeleteBatchErrorTooManyWriteOperations: - return @"DBFILESDeleteBatchErrorTooManyWriteOperations"; - case DBFILESDeleteBatchErrorOther: - return @"DBFILESDeleteBatchErrorOther"; - } - - @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESDeleteBatchErrorSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESDeleteBatchResultDataSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESDeleteBatchErrorSerializer deserialize:dict]; + return [DBFILESDeleteBatchResultDataSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESDeleteBatchErrorSerializer serialize:self] description]; + return [[DBFILESDeleteBatchResultDataSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -2469,12 +2376,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - switch (_tag) { - case DBFILESDeleteBatchErrorTooManyWriteOperations: - result = prime * result + [[self tagName] hash]; - case DBFILESDeleteBatchErrorOther: - result = prime * result + [[self tagName] hash]; - } + result = prime * result + [self.metadata hash]; return prime * result; } @@ -2488,22 +2390,16 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToDeleteBatchError:other]; + return [self isEqualToDeleteBatchResultData:other]; } -- (BOOL)isEqualToDeleteBatchError:(DBFILESDeleteBatchError *)aDeleteBatchError { - if (self == aDeleteBatchError) { +- (BOOL)isEqualToDeleteBatchResultData:(DBFILESDeleteBatchResultData *)aDeleteBatchResultData { + if (self == aDeleteBatchResultData) { return YES; } - if (self.tag != aDeleteBatchError.tag) { + if (![self.metadata isEqual:aDeleteBatchResultData.metadata]) { return NO; } - switch (_tag) { - case DBFILESDeleteBatchErrorTooManyWriteOperations: - return [[self tagName] isEqual:[aDeleteBatchError tagName]]; - case DBFILESDeleteBatchErrorOther: - return [[self tagName] isEqual:[aDeleteBatchError tagName]]; - } return YES; } @@ -2511,132 +2407,91 @@ - (BOOL)isEqualToDeleteBatchError:(DBFILESDeleteBatchError *)aDeleteBatchError { #pragma mark - Serializer Object -@implementation DBFILESDeleteBatchErrorSerializer +@implementation DBFILESDeleteBatchResultDataSerializer -+ (NSDictionary *)serialize:(DBFILESDeleteBatchError *)valueObj { ++ (NSDictionary *)serialize:(DBFILESDeleteBatchResultData *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isTooManyWriteOperations]) { - jsonDict[@".tag"] = @"too_many_write_operations"; - } else if ([valueObj isOther]) { - jsonDict[@".tag"] = @"other"; - } else { - jsonDict[@".tag"] = @"other"; - } + jsonDict[@"metadata"] = [DBFILESMetadataSerializer serialize:valueObj.metadata]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESDeleteBatchError *)deserialize:(NSDictionary *)valueDict { - NSString *tag = valueDict[@".tag"]; ++ (DBFILESDeleteBatchResultData *)deserialize:(NSDictionary *)valueDict { + DBFILESMetadata *metadata = [DBFILESMetadataSerializer deserialize:valueDict[@"metadata"]]; - if ([tag isEqualToString:@"too_many_write_operations"]) { - return [[DBFILESDeleteBatchError alloc] initWithTooManyWriteOperations]; - } else if ([tag isEqualToString:@"other"]) { - return [[DBFILESDeleteBatchError alloc] initWithOther]; - } else { - return [[DBFILESDeleteBatchError alloc] initWithOther]; - } + return [[DBFILESDeleteBatchResultData alloc] initWithMetadata:metadata]; } @end -#import "DBASYNCPollResultBase.h" -#import "DBFILESDeleteBatchError.h" -#import "DBFILESDeleteBatchJobStatus.h" -#import "DBFILESDeleteBatchResult.h" +#import "DBFILESDeleteBatchResultData.h" +#import "DBFILESDeleteBatchResultEntry.h" +#import "DBFILESDeleteError.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESDeleteBatchJobStatus +@implementation DBFILESDeleteBatchResultEntry -@synthesize complete = _complete; -@synthesize failed = _failed; +@synthesize success = _success; +@synthesize failure = _failure; #pragma mark - Constructors -- (instancetype)initWithInProgress { - self = [super init]; - if (self) { - _tag = DBFILESDeleteBatchJobStatusInProgress; - } - return self; -} - -- (instancetype)initWithComplete:(DBFILESDeleteBatchResult *)complete { - self = [super init]; - if (self) { - _tag = DBFILESDeleteBatchJobStatusComplete; - _complete = complete; - } - return self; -} - -- (instancetype)initWithFailed:(DBFILESDeleteBatchError *)failed { +- (instancetype)initWithSuccess:(DBFILESDeleteBatchResultData *)success { self = [super init]; if (self) { - _tag = DBFILESDeleteBatchJobStatusFailed; - _failed = failed; + _tag = DBFILESDeleteBatchResultEntrySuccess; + _success = success; } return self; } -- (instancetype)initWithOther { +- (instancetype)initWithFailure:(DBFILESDeleteError *)failure { self = [super init]; if (self) { - _tag = DBFILESDeleteBatchJobStatusOther; + _tag = DBFILESDeleteBatchResultEntryFailure; + _failure = failure; } return self; } #pragma mark - Instance field accessors -- (DBFILESDeleteBatchResult *)complete { - if (![self isComplete]) { +- (DBFILESDeleteBatchResultData *)success { + if (![self isSuccess]) { [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBFILESDeleteBatchJobStatusComplete, but was %@.", [self tagName]]; + format:@"Invalid tag: required DBFILESDeleteBatchResultEntrySuccess, but was %@.", [self tagName]]; } - return _complete; + return _success; } -- (DBFILESDeleteBatchError *)failed { - if (![self isFailed]) { +- (DBFILESDeleteError *)failure { + if (![self isFailure]) { [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBFILESDeleteBatchJobStatusFailed, but was %@.", [self tagName]]; + format:@"Invalid tag: required DBFILESDeleteBatchResultEntryFailure, but was %@.", [self tagName]]; } - return _failed; + return _failure; } #pragma mark - Tag state methods -- (BOOL)isInProgress { - return _tag == DBFILESDeleteBatchJobStatusInProgress; -} - -- (BOOL)isComplete { - return _tag == DBFILESDeleteBatchJobStatusComplete; -} - -- (BOOL)isFailed { - return _tag == DBFILESDeleteBatchJobStatusFailed; +- (BOOL)isSuccess { + return _tag == DBFILESDeleteBatchResultEntrySuccess; } -- (BOOL)isOther { - return _tag == DBFILESDeleteBatchJobStatusOther; +- (BOOL)isFailure { + return _tag == DBFILESDeleteBatchResultEntryFailure; } - (NSString *)tagName { switch (_tag) { - case DBFILESDeleteBatchJobStatusInProgress: - return @"DBFILESDeleteBatchJobStatusInProgress"; - case DBFILESDeleteBatchJobStatusComplete: - return @"DBFILESDeleteBatchJobStatusComplete"; - case DBFILESDeleteBatchJobStatusFailed: - return @"DBFILESDeleteBatchJobStatusFailed"; - case DBFILESDeleteBatchJobStatusOther: - return @"DBFILESDeleteBatchJobStatusOther"; + case DBFILESDeleteBatchResultEntrySuccess: + return @"DBFILESDeleteBatchResultEntrySuccess"; + case DBFILESDeleteBatchResultEntryFailure: + return @"DBFILESDeleteBatchResultEntryFailure"; } @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); @@ -2644,18 +2499,18 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESDeleteBatchJobStatusSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESDeleteBatchResultEntrySerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESDeleteBatchJobStatusSerializer deserialize:dict]; + return [DBFILESDeleteBatchResultEntrySerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESDeleteBatchJobStatusSerializer serialize:self] description]; + return [[DBFILESDeleteBatchResultEntrySerializer serialize:self] description]; } #pragma mark - Copyable method @@ -2673,14 +2528,10 @@ - (NSUInteger)hash { NSUInteger result = 1; switch (_tag) { - case DBFILESDeleteBatchJobStatusInProgress: - result = prime * result + [[self tagName] hash]; - case DBFILESDeleteBatchJobStatusComplete: - result = prime * result + [self.complete hash]; - case DBFILESDeleteBatchJobStatusFailed: - result = prime * result + [self.failed hash]; - case DBFILESDeleteBatchJobStatusOther: - result = prime * result + [[self tagName] hash]; + case DBFILESDeleteBatchResultEntrySuccess: + result = prime * result + [self.success hash]; + case DBFILESDeleteBatchResultEntryFailure: + result = prime * result + [self.failure hash]; } return prime * result; @@ -2695,25 +2546,21 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToDeleteBatchJobStatus:other]; + return [self isEqualToDeleteBatchResultEntry:other]; } -- (BOOL)isEqualToDeleteBatchJobStatus:(DBFILESDeleteBatchJobStatus *)aDeleteBatchJobStatus { - if (self == aDeleteBatchJobStatus) { +- (BOOL)isEqualToDeleteBatchResultEntry:(DBFILESDeleteBatchResultEntry *)aDeleteBatchResultEntry { + if (self == aDeleteBatchResultEntry) { return YES; } - if (self.tag != aDeleteBatchJobStatus.tag) { + if (self.tag != aDeleteBatchResultEntry.tag) { return NO; } switch (_tag) { - case DBFILESDeleteBatchJobStatusInProgress: - return [[self tagName] isEqual:[aDeleteBatchJobStatus tagName]]; - case DBFILESDeleteBatchJobStatusComplete: - return [self.complete isEqual:aDeleteBatchJobStatus.complete]; - case DBFILESDeleteBatchJobStatusFailed: - return [self.failed isEqual:aDeleteBatchJobStatus.failed]; - case DBFILESDeleteBatchJobStatusOther: - return [[self tagName] isEqual:[aDeleteBatchJobStatus tagName]]; + case DBFILESDeleteBatchResultEntrySuccess: + return [self.success isEqual:aDeleteBatchResultEntry.success]; + case DBFILESDeleteBatchResultEntryFailure: + return [self.failure isEqual:aDeleteBatchResultEntry.failure]; } return YES; } @@ -2722,77 +2569,90 @@ - (BOOL)isEqualToDeleteBatchJobStatus:(DBFILESDeleteBatchJobStatus *)aDeleteBatc #pragma mark - Serializer Object -@implementation DBFILESDeleteBatchJobStatusSerializer +@implementation DBFILESDeleteBatchResultEntrySerializer -+ (NSDictionary *)serialize:(DBFILESDeleteBatchJobStatus *)valueObj { ++ (NSDictionary *)serialize:(DBFILESDeleteBatchResultEntry *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isInProgress]) { - jsonDict[@".tag"] = @"in_progress"; - } else if ([valueObj isComplete]) { - jsonDict[@"complete"] = [[DBFILESDeleteBatchResultSerializer serialize:valueObj.complete] mutableCopy]; - jsonDict[@".tag"] = @"complete"; - } else if ([valueObj isFailed]) { - jsonDict[@"failed"] = [[DBFILESDeleteBatchErrorSerializer serialize:valueObj.failed] mutableCopy]; - jsonDict[@".tag"] = @"failed"; - } else if ([valueObj isOther]) { - jsonDict[@".tag"] = @"other"; + if ([valueObj isSuccess]) { + jsonDict[@"success"] = [[DBFILESDeleteBatchResultDataSerializer serialize:valueObj.success] mutableCopy]; + jsonDict[@".tag"] = @"success"; + } else if ([valueObj isFailure]) { + jsonDict[@"failure"] = [[DBFILESDeleteErrorSerializer serialize:valueObj.failure] mutableCopy]; + jsonDict[@".tag"] = @"failure"; } else { - jsonDict[@".tag"] = @"other"; + @throw([NSException exceptionWithName:@"InvalidTag" + reason:@"Object not properly initialized. Tag has an unknown value." + userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESDeleteBatchJobStatus *)deserialize:(NSDictionary *)valueDict { ++ (DBFILESDeleteBatchResultEntry *)deserialize:(NSDictionary *)valueDict { NSString *tag = valueDict[@".tag"]; - if ([tag isEqualToString:@"in_progress"]) { - return [[DBFILESDeleteBatchJobStatus alloc] initWithInProgress]; - } else if ([tag isEqualToString:@"complete"]) { - DBFILESDeleteBatchResult *complete = [DBFILESDeleteBatchResultSerializer deserialize:valueDict]; - return [[DBFILESDeleteBatchJobStatus alloc] initWithComplete:complete]; - } else if ([tag isEqualToString:@"failed"]) { - DBFILESDeleteBatchError *failed = [DBFILESDeleteBatchErrorSerializer deserialize:valueDict[@"failed"]]; - return [[DBFILESDeleteBatchJobStatus alloc] initWithFailed:failed]; - } else if ([tag isEqualToString:@"other"]) { - return [[DBFILESDeleteBatchJobStatus alloc] initWithOther]; + if ([tag isEqualToString:@"success"]) { + DBFILESDeleteBatchResultData *success = [DBFILESDeleteBatchResultDataSerializer deserialize:valueDict]; + return [[DBFILESDeleteBatchResultEntry alloc] initWithSuccess:success]; + } else if ([tag isEqualToString:@"failure"]) { + DBFILESDeleteError *failure = [DBFILESDeleteErrorSerializer deserialize:valueDict[@"failure"]]; + return [[DBFILESDeleteBatchResultEntry alloc] initWithFailure:failure]; } else { - return [[DBFILESDeleteBatchJobStatus alloc] initWithOther]; + @throw([NSException + exceptionWithName:@"InvalidTag" + reason:[NSString stringWithFormat:@"Tag has an invalid value: \"%@\".", valueDict[@".tag"]] + userInfo:nil]); } } @end -#import "DBASYNCLaunchResultBase.h" -#import "DBFILESDeleteBatchLaunch.h" -#import "DBFILESDeleteBatchResult.h" +#import "DBFILESDeleteError.h" +#import "DBFILESLookupError.h" +#import "DBFILESWriteError.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESDeleteBatchLaunch +@implementation DBFILESDeleteError -@synthesize asyncJobId = _asyncJobId; -@synthesize complete = _complete; +@synthesize pathLookup = _pathLookup; +@synthesize pathWrite = _pathWrite; #pragma mark - Constructors -- (instancetype)initWithAsyncJobId:(NSString *)asyncJobId { +- (instancetype)initWithPathLookup:(DBFILESLookupError *)pathLookup { self = [super init]; if (self) { - _tag = DBFILESDeleteBatchLaunchAsyncJobId; - _asyncJobId = asyncJobId; - } + _tag = DBFILESDeleteErrorPathLookup; + _pathLookup = pathLookup; + } return self; } -- (instancetype)initWithComplete:(DBFILESDeleteBatchResult *)complete { +- (instancetype)initWithPathWrite:(DBFILESWriteError *)pathWrite { self = [super init]; if (self) { - _tag = DBFILESDeleteBatchLaunchComplete; - _complete = complete; + _tag = DBFILESDeleteErrorPathWrite; + _pathWrite = pathWrite; + } + return self; +} + +- (instancetype)initWithTooManyWriteOperations { + self = [super init]; + if (self) { + _tag = DBFILESDeleteErrorTooManyWriteOperations; + } + return self; +} + +- (instancetype)initWithTooManyFiles { + self = [super init]; + if (self) { + _tag = DBFILESDeleteErrorTooManyFiles; } return self; } @@ -2800,51 +2660,63 @@ - (instancetype)initWithComplete:(DBFILESDeleteBatchResult *)complete { - (instancetype)initWithOther { self = [super init]; if (self) { - _tag = DBFILESDeleteBatchLaunchOther; + _tag = DBFILESDeleteErrorOther; } return self; } #pragma mark - Instance field accessors -- (NSString *)asyncJobId { - if (![self isAsyncJobId]) { +- (DBFILESLookupError *)pathLookup { + if (![self isPathLookup]) { [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBFILESDeleteBatchLaunchAsyncJobId, but was %@.", [self tagName]]; + format:@"Invalid tag: required DBFILESDeleteErrorPathLookup, but was %@.", [self tagName]]; } - return _asyncJobId; + return _pathLookup; } -- (DBFILESDeleteBatchResult *)complete { - if (![self isComplete]) { +- (DBFILESWriteError *)pathWrite { + if (![self isPathWrite]) { [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBFILESDeleteBatchLaunchComplete, but was %@.", [self tagName]]; + format:@"Invalid tag: required DBFILESDeleteErrorPathWrite, but was %@.", [self tagName]]; } - return _complete; + return _pathWrite; } #pragma mark - Tag state methods -- (BOOL)isAsyncJobId { - return _tag == DBFILESDeleteBatchLaunchAsyncJobId; +- (BOOL)isPathLookup { + return _tag == DBFILESDeleteErrorPathLookup; } -- (BOOL)isComplete { - return _tag == DBFILESDeleteBatchLaunchComplete; +- (BOOL)isPathWrite { + return _tag == DBFILESDeleteErrorPathWrite; +} + +- (BOOL)isTooManyWriteOperations { + return _tag == DBFILESDeleteErrorTooManyWriteOperations; +} + +- (BOOL)isTooManyFiles { + return _tag == DBFILESDeleteErrorTooManyFiles; } - (BOOL)isOther { - return _tag == DBFILESDeleteBatchLaunchOther; + return _tag == DBFILESDeleteErrorOther; } - (NSString *)tagName { switch (_tag) { - case DBFILESDeleteBatchLaunchAsyncJobId: - return @"DBFILESDeleteBatchLaunchAsyncJobId"; - case DBFILESDeleteBatchLaunchComplete: - return @"DBFILESDeleteBatchLaunchComplete"; - case DBFILESDeleteBatchLaunchOther: - return @"DBFILESDeleteBatchLaunchOther"; + case DBFILESDeleteErrorPathLookup: + return @"DBFILESDeleteErrorPathLookup"; + case DBFILESDeleteErrorPathWrite: + return @"DBFILESDeleteErrorPathWrite"; + case DBFILESDeleteErrorTooManyWriteOperations: + return @"DBFILESDeleteErrorTooManyWriteOperations"; + case DBFILESDeleteErrorTooManyFiles: + return @"DBFILESDeleteErrorTooManyFiles"; + case DBFILESDeleteErrorOther: + return @"DBFILESDeleteErrorOther"; } @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); @@ -2852,18 +2724,18 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESDeleteBatchLaunchSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESDeleteErrorSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESDeleteBatchLaunchSerializer deserialize:dict]; + return [DBFILESDeleteErrorSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESDeleteBatchLaunchSerializer serialize:self] description]; + return [[DBFILESDeleteErrorSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -2881,11 +2753,15 @@ - (NSUInteger)hash { NSUInteger result = 1; switch (_tag) { - case DBFILESDeleteBatchLaunchAsyncJobId: - result = prime * result + [self.asyncJobId hash]; - case DBFILESDeleteBatchLaunchComplete: - result = prime * result + [self.complete hash]; - case DBFILESDeleteBatchLaunchOther: + case DBFILESDeleteErrorPathLookup: + result = prime * result + [self.pathLookup hash]; + case DBFILESDeleteErrorPathWrite: + result = prime * result + [self.pathWrite hash]; + case DBFILESDeleteErrorTooManyWriteOperations: + result = prime * result + [[self tagName] hash]; + case DBFILESDeleteErrorTooManyFiles: + result = prime * result + [[self tagName] hash]; + case DBFILESDeleteErrorOther: result = prime * result + [[self tagName] hash]; } @@ -2901,23 +2777,27 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToDeleteBatchLaunch:other]; + return [self isEqualToDeleteError:other]; } -- (BOOL)isEqualToDeleteBatchLaunch:(DBFILESDeleteBatchLaunch *)aDeleteBatchLaunch { - if (self == aDeleteBatchLaunch) { +- (BOOL)isEqualToDeleteError:(DBFILESDeleteError *)aDeleteError { + if (self == aDeleteError) { return YES; } - if (self.tag != aDeleteBatchLaunch.tag) { + if (self.tag != aDeleteError.tag) { return NO; } switch (_tag) { - case DBFILESDeleteBatchLaunchAsyncJobId: - return [self.asyncJobId isEqual:aDeleteBatchLaunch.asyncJobId]; - case DBFILESDeleteBatchLaunchComplete: - return [self.complete isEqual:aDeleteBatchLaunch.complete]; - case DBFILESDeleteBatchLaunchOther: - return [[self tagName] isEqual:[aDeleteBatchLaunch tagName]]; + case DBFILESDeleteErrorPathLookup: + return [self.pathLookup isEqual:aDeleteError.pathLookup]; + case DBFILESDeleteErrorPathWrite: + return [self.pathWrite isEqual:aDeleteError.pathWrite]; + case DBFILESDeleteErrorTooManyWriteOperations: + return [[self tagName] isEqual:[aDeleteError tagName]]; + case DBFILESDeleteErrorTooManyFiles: + return [[self tagName] isEqual:[aDeleteError tagName]]; + case DBFILESDeleteErrorOther: + return [[self tagName] isEqual:[aDeleteError tagName]]; } return YES; } @@ -2926,80 +2806,88 @@ - (BOOL)isEqualToDeleteBatchLaunch:(DBFILESDeleteBatchLaunch *)aDeleteBatchLaunc #pragma mark - Serializer Object -@implementation DBFILESDeleteBatchLaunchSerializer +@implementation DBFILESDeleteErrorSerializer -+ (NSDictionary *)serialize:(DBFILESDeleteBatchLaunch *)valueObj { ++ (NSDictionary *)serialize:(DBFILESDeleteError *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isAsyncJobId]) { - jsonDict[@"async_job_id"] = valueObj.asyncJobId; - jsonDict[@".tag"] = @"async_job_id"; - } else if ([valueObj isComplete]) { - jsonDict[@"complete"] = [[DBFILESDeleteBatchResultSerializer serialize:valueObj.complete] mutableCopy]; - jsonDict[@".tag"] = @"complete"; + if ([valueObj isPathLookup]) { + jsonDict[@"path_lookup"] = [[DBFILESLookupErrorSerializer serialize:valueObj.pathLookup] mutableCopy]; + jsonDict[@".tag"] = @"path_lookup"; + } else if ([valueObj isPathWrite]) { + jsonDict[@"path_write"] = [[DBFILESWriteErrorSerializer serialize:valueObj.pathWrite] mutableCopy]; + jsonDict[@".tag"] = @"path_write"; + } else if ([valueObj isTooManyWriteOperations]) { + jsonDict[@".tag"] = @"too_many_write_operations"; + } else if ([valueObj isTooManyFiles]) { + jsonDict[@".tag"] = @"too_many_files"; } else if ([valueObj isOther]) { jsonDict[@".tag"] = @"other"; } else { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESDeleteBatchLaunch *)deserialize:(NSDictionary *)valueDict { ++ (DBFILESDeleteError *)deserialize:(NSDictionary *)valueDict { NSString *tag = valueDict[@".tag"]; - if ([tag isEqualToString:@"async_job_id"]) { - NSString *asyncJobId = valueDict[@"async_job_id"]; - return [[DBFILESDeleteBatchLaunch alloc] initWithAsyncJobId:asyncJobId]; - } else if ([tag isEqualToString:@"complete"]) { - DBFILESDeleteBatchResult *complete = [DBFILESDeleteBatchResultSerializer deserialize:valueDict]; - return [[DBFILESDeleteBatchLaunch alloc] initWithComplete:complete]; + if ([tag isEqualToString:@"path_lookup"]) { + DBFILESLookupError *pathLookup = [DBFILESLookupErrorSerializer deserialize:valueDict[@"path_lookup"]]; + return [[DBFILESDeleteError alloc] initWithPathLookup:pathLookup]; + } else if ([tag isEqualToString:@"path_write"]) { + DBFILESWriteError *pathWrite = [DBFILESWriteErrorSerializer deserialize:valueDict[@"path_write"]]; + return [[DBFILESDeleteError alloc] initWithPathWrite:pathWrite]; + } else if ([tag isEqualToString:@"too_many_write_operations"]) { + return [[DBFILESDeleteError alloc] initWithTooManyWriteOperations]; + } else if ([tag isEqualToString:@"too_many_files"]) { + return [[DBFILESDeleteError alloc] initWithTooManyFiles]; } else if ([tag isEqualToString:@"other"]) { - return [[DBFILESDeleteBatchLaunch alloc] initWithOther]; + return [[DBFILESDeleteError alloc] initWithOther]; } else { - return [[DBFILESDeleteBatchLaunch alloc] initWithOther]; + return [[DBFILESDeleteError alloc] initWithOther]; } } @end -#import "DBFILESDeleteBatchResult.h" -#import "DBFILESDeleteBatchResultEntry.h" +#import "DBFILESDeleteResult.h" #import "DBFILESFileOpsResult.h" +#import "DBFILESMetadata.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESDeleteBatchResult +@implementation DBFILESDeleteResult #pragma mark - Constructors -- (instancetype)initWithEntries:(NSArray *)entries { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](entries); +- (instancetype)initWithMetadata:(DBFILESMetadata *)metadata { + [DBStoneValidators nonnullValidator:nil](metadata); self = [super initDefault]; if (self) { - _entries = entries; + _metadata = metadata; } return self; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESDeleteBatchResultSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESDeleteResultSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESDeleteBatchResultSerializer deserialize:dict]; + return [DBFILESDeleteResultSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESDeleteBatchResultSerializer serialize:self] description]; + return [[DBFILESDeleteResultSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -3016,7 +2904,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.entries hash]; + result = prime * result + [self.metadata hash]; return prime * result; } @@ -3030,14 +2918,14 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToDeleteBatchResult:other]; + return [self isEqualToDeleteResult:other]; } -- (BOOL)isEqualToDeleteBatchResult:(DBFILESDeleteBatchResult *)aDeleteBatchResult { - if (self == aDeleteBatchResult) { +- (BOOL)isEqualToDeleteResult:(DBFILESDeleteResult *)aDeleteResult { + if (self == aDeleteResult) { return YES; } - if (![self.entries isEqual:aDeleteBatchResult.entries]) { + if (![self.metadata isEqual:aDeleteResult.metadata]) { return NO; } return YES; @@ -3047,65 +2935,74 @@ - (BOOL)isEqualToDeleteBatchResult:(DBFILESDeleteBatchResult *)aDeleteBatchResul #pragma mark - Serializer Object -@implementation DBFILESDeleteBatchResultSerializer +@implementation DBFILESDeleteResultSerializer -+ (NSDictionary *)serialize:(DBFILESDeleteBatchResult *)valueObj { ++ (NSDictionary *)serialize:(DBFILESDeleteResult *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"entries"] = [DBArraySerializer serialize:valueObj.entries - withBlock:^id(id elem0) { - return [DBFILESDeleteBatchResultEntrySerializer serialize:elem0]; - }]; + jsonDict[@"metadata"] = [DBFILESMetadataSerializer serialize:valueObj.metadata]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESDeleteBatchResult *)deserialize:(NSDictionary *)valueDict { - NSArray *entries = - [DBArraySerializer deserialize:valueDict[@"entries"] - withBlock:^id(id elem0) { - return [DBFILESDeleteBatchResultEntrySerializer deserialize:elem0]; - }]; ++ (DBFILESDeleteResult *)deserialize:(NSDictionary *)valueDict { + DBFILESMetadata *metadata = [DBFILESMetadataSerializer deserialize:valueDict[@"metadata"]]; - return [[DBFILESDeleteBatchResult alloc] initWithEntries:entries]; + return [[DBFILESDeleteResult alloc] initWithMetadata:metadata]; } @end -#import "DBFILESDeleteBatchResultData.h" +#import "DBFILESDeletedMetadata.h" +#import "DBFILESFileMetadata.h" +#import "DBFILESFolderMetadata.h" #import "DBFILESMetadata.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESDeleteBatchResultData +@implementation DBFILESMetadata #pragma mark - Constructors -- (instancetype)initWithMetadata:(DBFILESMetadata *)metadata { +- (instancetype)initWithName:(NSString *)name + pathLower:(NSString *)pathLower + pathDisplay:(NSString *)pathDisplay + parentSharedFolderId:(NSString *)parentSharedFolderId { + [DBStoneValidators nonnullValidator:nil](name); + [DBStoneValidators + nullableValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]]( + parentSharedFolderId); self = [super init]; if (self) { - _metadata = metadata; + _name = name; + _pathLower = pathLower; + _pathDisplay = pathDisplay; + _parentSharedFolderId = parentSharedFolderId; } return self; } +- (instancetype)initWithName:(NSString *)name { + return [self initWithName:name pathLower:nil pathDisplay:nil parentSharedFolderId:nil]; +} + #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESDeleteBatchResultDataSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESMetadataSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESDeleteBatchResultDataSerializer deserialize:dict]; + return [DBFILESMetadataSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESDeleteBatchResultDataSerializer serialize:self] description]; + return [[DBFILESMetadataSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -3122,7 +3019,16 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.metadata hash]; + result = prime * result + [self.name hash]; + if (self.pathLower != nil) { + result = prime * result + [self.pathLower hash]; + } + if (self.pathDisplay != nil) { + result = prime * result + [self.pathDisplay hash]; + } + if (self.parentSharedFolderId != nil) { + result = prime * result + [self.parentSharedFolderId hash]; + } return prime * result; } @@ -3136,127 +3042,141 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToDeleteBatchResultData:other]; + return [self isEqualToMetadata:other]; } -- (BOOL)isEqualToDeleteBatchResultData:(DBFILESDeleteBatchResultData *)aDeleteBatchResultData { - if (self == aDeleteBatchResultData) { +- (BOOL)isEqualToMetadata:(DBFILESMetadata *)aMetadata { + if (self == aMetadata) { return YES; } - if (![self.metadata isEqual:aDeleteBatchResultData.metadata]) { + if (![self.name isEqual:aMetadata.name]) { return NO; } - return YES; -} - + if (self.pathLower) { + if (![self.pathLower isEqual:aMetadata.pathLower]) { + return NO; + } + } + if (self.pathDisplay) { + if (![self.pathDisplay isEqual:aMetadata.pathDisplay]) { + return NO; + } + } + if (self.parentSharedFolderId) { + if (![self.parentSharedFolderId isEqual:aMetadata.parentSharedFolderId]) { + return NO; + } + } + return YES; +} + @end #pragma mark - Serializer Object -@implementation DBFILESDeleteBatchResultDataSerializer +@implementation DBFILESMetadataSerializer -+ (NSDictionary *)serialize:(DBFILESDeleteBatchResultData *)valueObj { ++ (NSDictionary *)serialize:(DBFILESMetadata *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"metadata"] = [DBFILESMetadataSerializer serialize:valueObj.metadata]; + jsonDict[@"name"] = valueObj.name; + if (valueObj.pathLower) { + jsonDict[@"path_lower"] = valueObj.pathLower; + } + if (valueObj.pathDisplay) { + jsonDict[@"path_display"] = valueObj.pathDisplay; + } + if (valueObj.parentSharedFolderId) { + jsonDict[@"parent_shared_folder_id"] = valueObj.parentSharedFolderId; + } + + if ([valueObj isKindOfClass:[DBFILESFileMetadata class]]) { + NSDictionary *subTypeFields = [DBFILESFileMetadataSerializer serialize:(DBFILESFileMetadata *)valueObj]; + for (NSString *key in subTypeFields) { + jsonDict[key] = subTypeFields[key]; + } + jsonDict[@".tag"] = @"file"; + } else if ([valueObj isKindOfClass:[DBFILESFolderMetadata class]]) { + NSDictionary *subTypeFields = [DBFILESFolderMetadataSerializer serialize:(DBFILESFolderMetadata *)valueObj]; + for (NSString *key in subTypeFields) { + jsonDict[key] = subTypeFields[key]; + } + jsonDict[@".tag"] = @"folder"; + } else if ([valueObj isKindOfClass:[DBFILESDeletedMetadata class]]) { + NSDictionary *subTypeFields = [DBFILESDeletedMetadataSerializer serialize:(DBFILESDeletedMetadata *)valueObj]; + for (NSString *key in subTypeFields) { + jsonDict[key] = subTypeFields[key]; + } + jsonDict[@".tag"] = @"deleted"; + } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESDeleteBatchResultData *)deserialize:(NSDictionary *)valueDict { - DBFILESMetadata *metadata = [DBFILESMetadataSerializer deserialize:valueDict[@"metadata"]]; ++ (DBFILESMetadata *)deserialize:(NSDictionary *)valueDict { + if ([valueDict[@".tag"] isEqualToString:@"file"]) { + return [DBFILESFileMetadataSerializer deserialize:valueDict]; + } + if ([valueDict[@".tag"] isEqualToString:@"folder"]) { + return [DBFILESFolderMetadataSerializer deserialize:valueDict]; + } + if ([valueDict[@".tag"] isEqualToString:@"deleted"]) { + return [DBFILESDeletedMetadataSerializer deserialize:valueDict]; + } - return [[DBFILESDeleteBatchResultData alloc] initWithMetadata:metadata]; + @throw([NSException + exceptionWithName:@"InvalidTag" + reason:[NSString stringWithFormat:@"Tag has an invalid value: \"%@\".", valueDict[@".tag"]] + userInfo:nil]); } @end -#import "DBFILESDeleteBatchResultData.h" -#import "DBFILESDeleteBatchResultEntry.h" -#import "DBFILESDeleteError.h" +#import "DBFILESDeletedMetadata.h" +#import "DBFILESMetadata.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESDeleteBatchResultEntry - -@synthesize success = _success; -@synthesize failure = _failure; +@implementation DBFILESDeletedMetadata #pragma mark - Constructors -- (instancetype)initWithSuccess:(DBFILESDeleteBatchResultData *)success { - self = [super init]; - if (self) { - _tag = DBFILESDeleteBatchResultEntrySuccess; - _success = success; - } - return self; -} +- (instancetype)initWithName:(NSString *)name + pathLower:(NSString *)pathLower + pathDisplay:(NSString *)pathDisplay + parentSharedFolderId:(NSString *)parentSharedFolderId { + [DBStoneValidators nonnullValidator:nil](name); + [DBStoneValidators + nullableValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]]( + parentSharedFolderId); -- (instancetype)initWithFailure:(DBFILESDeleteError *)failure { - self = [super init]; + self = + [super initWithName:name pathLower:pathLower pathDisplay:pathDisplay parentSharedFolderId:parentSharedFolderId]; if (self) { - _tag = DBFILESDeleteBatchResultEntryFailure; - _failure = failure; } return self; } -#pragma mark - Instance field accessors - -- (DBFILESDeleteBatchResultData *)success { - if (![self isSuccess]) { - [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBFILESDeleteBatchResultEntrySuccess, but was %@.", [self tagName]]; - } - return _success; -} - -- (DBFILESDeleteError *)failure { - if (![self isFailure]) { - [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBFILESDeleteBatchResultEntryFailure, but was %@.", [self tagName]]; - } - return _failure; -} - -#pragma mark - Tag state methods - -- (BOOL)isSuccess { - return _tag == DBFILESDeleteBatchResultEntrySuccess; -} - -- (BOOL)isFailure { - return _tag == DBFILESDeleteBatchResultEntryFailure; -} - -- (NSString *)tagName { - switch (_tag) { - case DBFILESDeleteBatchResultEntrySuccess: - return @"DBFILESDeleteBatchResultEntrySuccess"; - case DBFILESDeleteBatchResultEntryFailure: - return @"DBFILESDeleteBatchResultEntryFailure"; - } - - @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +- (instancetype)initWithName:(NSString *)name { + return [self initWithName:name pathLower:nil pathDisplay:nil parentSharedFolderId:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESDeleteBatchResultEntrySerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESDeletedMetadataSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESDeleteBatchResultEntrySerializer deserialize:dict]; + return [DBFILESDeletedMetadataSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESDeleteBatchResultEntrySerializer serialize:self] description]; + return [[DBFILESDeletedMetadataSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -3273,11 +3193,15 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - switch (_tag) { - case DBFILESDeleteBatchResultEntrySuccess: - result = prime * result + [self.success hash]; - case DBFILESDeleteBatchResultEntryFailure: - result = prime * result + [self.failure hash]; + result = prime * result + [self.name hash]; + if (self.pathLower != nil) { + result = prime * result + [self.pathLower hash]; + } + if (self.pathDisplay != nil) { + result = prime * result + [self.pathDisplay hash]; + } + if (self.parentSharedFolderId != nil) { + result = prime * result + [self.parentSharedFolderId hash]; } return prime * result; @@ -3292,21 +3216,30 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToDeleteBatchResultEntry:other]; + return [self isEqualToDeletedMetadata:other]; } -- (BOOL)isEqualToDeleteBatchResultEntry:(DBFILESDeleteBatchResultEntry *)aDeleteBatchResultEntry { - if (self == aDeleteBatchResultEntry) { +- (BOOL)isEqualToDeletedMetadata:(DBFILESDeletedMetadata *)aDeletedMetadata { + if (self == aDeletedMetadata) { return YES; } - if (self.tag != aDeleteBatchResultEntry.tag) { + if (![self.name isEqual:aDeletedMetadata.name]) { return NO; } - switch (_tag) { - case DBFILESDeleteBatchResultEntrySuccess: - return [self.success isEqual:aDeleteBatchResultEntry.success]; - case DBFILESDeleteBatchResultEntryFailure: - return [self.failure isEqual:aDeleteBatchResultEntry.failure]; + if (self.pathLower) { + if (![self.pathLower isEqual:aDeletedMetadata.pathLower]) { + return NO; + } + } + if (self.pathDisplay) { + if (![self.pathDisplay isEqual:aDeletedMetadata.pathDisplay]) { + return NO; + } + } + if (self.parentSharedFolderId) { + if (![self.parentSharedFolderId isEqual:aDeletedMetadata.parentSharedFolderId]) { + return NO; + } } return YES; } @@ -3315,173 +3248,75 @@ - (BOOL)isEqualToDeleteBatchResultEntry:(DBFILESDeleteBatchResultEntry *)aDelete #pragma mark - Serializer Object -@implementation DBFILESDeleteBatchResultEntrySerializer +@implementation DBFILESDeletedMetadataSerializer -+ (NSDictionary *)serialize:(DBFILESDeleteBatchResultEntry *)valueObj { ++ (NSDictionary *)serialize:(DBFILESDeletedMetadata *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isSuccess]) { - jsonDict[@"success"] = [[DBFILESDeleteBatchResultDataSerializer serialize:valueObj.success] mutableCopy]; - jsonDict[@".tag"] = @"success"; - } else if ([valueObj isFailure]) { - jsonDict[@"failure"] = [[DBFILESDeleteErrorSerializer serialize:valueObj.failure] mutableCopy]; - jsonDict[@".tag"] = @"failure"; - } else { - @throw([NSException exceptionWithName:@"InvalidTag" - reason:@"Object not properly initialized. Tag has an unknown value." - userInfo:nil]); + jsonDict[@"name"] = valueObj.name; + if (valueObj.pathLower) { + jsonDict[@"path_lower"] = valueObj.pathLower; + } + if (valueObj.pathDisplay) { + jsonDict[@"path_display"] = valueObj.pathDisplay; + } + if (valueObj.parentSharedFolderId) { + jsonDict[@"parent_shared_folder_id"] = valueObj.parentSharedFolderId; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESDeleteBatchResultEntry *)deserialize:(NSDictionary *)valueDict { - NSString *tag = valueDict[@".tag"]; ++ (DBFILESDeletedMetadata *)deserialize:(NSDictionary *)valueDict { + NSString *name = valueDict[@"name"]; + NSString *pathLower = valueDict[@"path_lower"] ?: nil; + NSString *pathDisplay = valueDict[@"path_display"] ?: nil; + NSString *parentSharedFolderId = valueDict[@"parent_shared_folder_id"] ?: nil; - if ([tag isEqualToString:@"success"]) { - DBFILESDeleteBatchResultData *success = [DBFILESDeleteBatchResultDataSerializer deserialize:valueDict]; - return [[DBFILESDeleteBatchResultEntry alloc] initWithSuccess:success]; - } else if ([tag isEqualToString:@"failure"]) { - DBFILESDeleteError *failure = [DBFILESDeleteErrorSerializer deserialize:valueDict[@"failure"]]; - return [[DBFILESDeleteBatchResultEntry alloc] initWithFailure:failure]; - } else { - @throw([NSException - exceptionWithName:@"InvalidTag" - reason:[NSString stringWithFormat:@"Tag has an invalid value: \"%@\".", valueDict[@".tag"]] - userInfo:nil]); - } + return [[DBFILESDeletedMetadata alloc] initWithName:name + pathLower:pathLower + pathDisplay:pathDisplay + parentSharedFolderId:parentSharedFolderId]; } @end -#import "DBFILESDeleteError.h" -#import "DBFILESLookupError.h" -#import "DBFILESWriteError.h" +#import "DBFILESDimensions.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESDeleteError - -@synthesize pathLookup = _pathLookup; -@synthesize pathWrite = _pathWrite; +@implementation DBFILESDimensions #pragma mark - Constructors -- (instancetype)initWithPathLookup:(DBFILESLookupError *)pathLookup { +- (instancetype)initWithHeight:(NSNumber *)height width:(NSNumber *)width { + [DBStoneValidators nonnullValidator:nil](height); + [DBStoneValidators nonnullValidator:nil](width); + self = [super init]; if (self) { - _tag = DBFILESDeleteErrorPathLookup; - _pathLookup = pathLookup; + _height = height; + _width = width; } return self; } -- (instancetype)initWithPathWrite:(DBFILESWriteError *)pathWrite { - self = [super init]; - if (self) { - _tag = DBFILESDeleteErrorPathWrite; - _pathWrite = pathWrite; - } - return self; -} - -- (instancetype)initWithTooManyWriteOperations { - self = [super init]; - if (self) { - _tag = DBFILESDeleteErrorTooManyWriteOperations; - } - return self; -} - -- (instancetype)initWithTooManyFiles { - self = [super init]; - if (self) { - _tag = DBFILESDeleteErrorTooManyFiles; - } - return self; -} - -- (instancetype)initWithOther { - self = [super init]; - if (self) { - _tag = DBFILESDeleteErrorOther; - } - return self; -} - -#pragma mark - Instance field accessors - -- (DBFILESLookupError *)pathLookup { - if (![self isPathLookup]) { - [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBFILESDeleteErrorPathLookup, but was %@.", [self tagName]]; - } - return _pathLookup; -} - -- (DBFILESWriteError *)pathWrite { - if (![self isPathWrite]) { - [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBFILESDeleteErrorPathWrite, but was %@.", [self tagName]]; - } - return _pathWrite; -} - -#pragma mark - Tag state methods - -- (BOOL)isPathLookup { - return _tag == DBFILESDeleteErrorPathLookup; -} - -- (BOOL)isPathWrite { - return _tag == DBFILESDeleteErrorPathWrite; -} - -- (BOOL)isTooManyWriteOperations { - return _tag == DBFILESDeleteErrorTooManyWriteOperations; -} - -- (BOOL)isTooManyFiles { - return _tag == DBFILESDeleteErrorTooManyFiles; -} - -- (BOOL)isOther { - return _tag == DBFILESDeleteErrorOther; -} - -- (NSString *)tagName { - switch (_tag) { - case DBFILESDeleteErrorPathLookup: - return @"DBFILESDeleteErrorPathLookup"; - case DBFILESDeleteErrorPathWrite: - return @"DBFILESDeleteErrorPathWrite"; - case DBFILESDeleteErrorTooManyWriteOperations: - return @"DBFILESDeleteErrorTooManyWriteOperations"; - case DBFILESDeleteErrorTooManyFiles: - return @"DBFILESDeleteErrorTooManyFiles"; - case DBFILESDeleteErrorOther: - return @"DBFILESDeleteErrorOther"; - } - - @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESDeleteErrorSerializer serialize:instance]; +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESDimensionsSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESDeleteErrorSerializer deserialize:dict]; + return [DBFILESDimensionsSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESDeleteErrorSerializer serialize:self] description]; + return [[DBFILESDimensionsSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -3498,18 +3333,8 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - switch (_tag) { - case DBFILESDeleteErrorPathLookup: - result = prime * result + [self.pathLookup hash]; - case DBFILESDeleteErrorPathWrite: - result = prime * result + [self.pathWrite hash]; - case DBFILESDeleteErrorTooManyWriteOperations: - result = prime * result + [[self tagName] hash]; - case DBFILESDeleteErrorTooManyFiles: - result = prime * result + [[self tagName] hash]; - case DBFILESDeleteErrorOther: - result = prime * result + [[self tagName] hash]; - } + result = prime * result + [self.height hash]; + result = prime * result + [self.width hash]; return prime * result; } @@ -3523,27 +3348,18 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToDeleteError:other]; + return [self isEqualToDimensions:other]; } -- (BOOL)isEqualToDeleteError:(DBFILESDeleteError *)aDeleteError { - if (self == aDeleteError) { +- (BOOL)isEqualToDimensions:(DBFILESDimensions *)aDimensions { + if (self == aDimensions) { return YES; } - if (self.tag != aDeleteError.tag) { + if (![self.height isEqual:aDimensions.height]) { return NO; } - switch (_tag) { - case DBFILESDeleteErrorPathLookup: - return [self.pathLookup isEqual:aDeleteError.pathLookup]; - case DBFILESDeleteErrorPathWrite: - return [self.pathWrite isEqual:aDeleteError.pathWrite]; - case DBFILESDeleteErrorTooManyWriteOperations: - return [[self tagName] isEqual:[aDeleteError tagName]]; - case DBFILESDeleteErrorTooManyFiles: - return [[self tagName] isEqual:[aDeleteError tagName]]; - case DBFILESDeleteErrorOther: - return [[self tagName] isEqual:[aDeleteError tagName]]; + if (![self.width isEqual:aDimensions.width]) { + return NO; } return YES; } @@ -3552,87 +3368,71 @@ - (BOOL)isEqualToDeleteError:(DBFILESDeleteError *)aDeleteError { #pragma mark - Serializer Object -@implementation DBFILESDeleteErrorSerializer +@implementation DBFILESDimensionsSerializer -+ (NSDictionary *)serialize:(DBFILESDeleteError *)valueObj { ++ (NSDictionary *)serialize:(DBFILESDimensions *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isPathLookup]) { - jsonDict[@"path_lookup"] = [[DBFILESLookupErrorSerializer serialize:valueObj.pathLookup] mutableCopy]; - jsonDict[@".tag"] = @"path_lookup"; - } else if ([valueObj isPathWrite]) { - jsonDict[@"path_write"] = [[DBFILESWriteErrorSerializer serialize:valueObj.pathWrite] mutableCopy]; - jsonDict[@".tag"] = @"path_write"; - } else if ([valueObj isTooManyWriteOperations]) { - jsonDict[@".tag"] = @"too_many_write_operations"; - } else if ([valueObj isTooManyFiles]) { - jsonDict[@".tag"] = @"too_many_files"; - } else if ([valueObj isOther]) { - jsonDict[@".tag"] = @"other"; - } else { - jsonDict[@".tag"] = @"other"; - } + jsonDict[@"height"] = valueObj.height; + jsonDict[@"width"] = valueObj.width; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESDeleteError *)deserialize:(NSDictionary *)valueDict { - NSString *tag = valueDict[@".tag"]; ++ (DBFILESDimensions *)deserialize:(NSDictionary *)valueDict { + NSNumber *height = valueDict[@"height"]; + NSNumber *width = valueDict[@"width"]; - if ([tag isEqualToString:@"path_lookup"]) { - DBFILESLookupError *pathLookup = [DBFILESLookupErrorSerializer deserialize:valueDict[@"path_lookup"]]; - return [[DBFILESDeleteError alloc] initWithPathLookup:pathLookup]; - } else if ([tag isEqualToString:@"path_write"]) { - DBFILESWriteError *pathWrite = [DBFILESWriteErrorSerializer deserialize:valueDict[@"path_write"]]; - return [[DBFILESDeleteError alloc] initWithPathWrite:pathWrite]; - } else if ([tag isEqualToString:@"too_many_write_operations"]) { - return [[DBFILESDeleteError alloc] initWithTooManyWriteOperations]; - } else if ([tag isEqualToString:@"too_many_files"]) { - return [[DBFILESDeleteError alloc] initWithTooManyFiles]; - } else if ([tag isEqualToString:@"other"]) { - return [[DBFILESDeleteError alloc] initWithOther]; - } else { - return [[DBFILESDeleteError alloc] initWithOther]; - } + return [[DBFILESDimensions alloc] initWithHeight:height width:width]; } @end -#import "DBFILESDeleteResult.h" -#import "DBFILESFileOpsResult.h" -#import "DBFILESMetadata.h" +#import "DBFILESDownloadArg.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESDeleteResult +@implementation DBFILESDownloadArg #pragma mark - Constructors -- (instancetype)initWithMetadata:(DBFILESMetadata *)metadata { +- (instancetype)initWithPath:(NSString *)path rev:(NSString *)rev { + [DBStoneValidators + nonnullValidator:[DBStoneValidators + stringValidator:nil + maxLength:nil + pattern:@"(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)"]](path); + [DBStoneValidators + nullableValidator:[DBStoneValidators stringValidator:@(9) maxLength:nil pattern:@"[0-9a-f]+"]](rev); - self = [super initDefault]; + self = [super init]; if (self) { - _metadata = metadata; + _path = path; + _rev = rev; } return self; } +- (instancetype)initWithPath:(NSString *)path { + return [self initWithPath:path rev:nil]; +} + #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESDeleteResultSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESDownloadArgSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESDeleteResultSerializer deserialize:dict]; + return [DBFILESDownloadArgSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESDeleteResultSerializer serialize:self] description]; + return [[DBFILESDownloadArgSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -3649,7 +3449,10 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.metadata hash]; + result = prime * result + [self.path hash]; + if (self.rev != nil) { + result = prime * result + [self.rev hash]; + } return prime * result; } @@ -3663,16 +3466,21 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToDeleteResult:other]; + return [self isEqualToDownloadArg:other]; } -- (BOOL)isEqualToDeleteResult:(DBFILESDeleteResult *)aDeleteResult { - if (self == aDeleteResult) { +- (BOOL)isEqualToDownloadArg:(DBFILESDownloadArg *)aDownloadArg { + if (self == aDownloadArg) { return YES; } - if (![self.metadata isEqual:aDeleteResult.metadata]) { + if (![self.path isEqual:aDownloadArg.path]) { return NO; } + if (self.rev) { + if (![self.rev isEqual:aDownloadArg.rev]) { + return NO; + } + } return YES; } @@ -3680,73 +3488,103 @@ - (BOOL)isEqualToDeleteResult:(DBFILESDeleteResult *)aDeleteResult { #pragma mark - Serializer Object -@implementation DBFILESDeleteResultSerializer +@implementation DBFILESDownloadArgSerializer -+ (NSDictionary *)serialize:(DBFILESDeleteResult *)valueObj { ++ (NSDictionary *)serialize:(DBFILESDownloadArg *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"metadata"] = [DBFILESMetadataSerializer serialize:valueObj.metadata]; + jsonDict[@"path"] = valueObj.path; + if (valueObj.rev) { + jsonDict[@"rev"] = valueObj.rev; + } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESDeleteResult *)deserialize:(NSDictionary *)valueDict { - DBFILESMetadata *metadata = [DBFILESMetadataSerializer deserialize:valueDict[@"metadata"]]; ++ (DBFILESDownloadArg *)deserialize:(NSDictionary *)valueDict { + NSString *path = valueDict[@"path"]; + NSString *rev = valueDict[@"rev"] ?: nil; - return [[DBFILESDeleteResult alloc] initWithMetadata:metadata]; + return [[DBFILESDownloadArg alloc] initWithPath:path rev:rev]; } @end -#import "DBFILESDeletedMetadata.h" -#import "DBFILESFileMetadata.h" -#import "DBFILESFolderMetadata.h" -#import "DBFILESMetadata.h" +#import "DBFILESDownloadError.h" +#import "DBFILESLookupError.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESMetadata +@implementation DBFILESDownloadError -#pragma mark - Constructors +@synthesize path = _path; -- (instancetype)initWithName:(NSString *)name - pathLower:(NSString *)pathLower - pathDisplay:(NSString *)pathDisplay - parentSharedFolderId:(NSString *)parentSharedFolderId { - [DBStoneValidators - nullableValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]]( - parentSharedFolderId); +#pragma mark - Constructors +- (instancetype)initWithPath:(DBFILESLookupError *)path { self = [super init]; if (self) { - _name = name; - _pathLower = pathLower; - _pathDisplay = pathDisplay; - _parentSharedFolderId = parentSharedFolderId; + _tag = DBFILESDownloadErrorPath; + _path = path; } return self; } -- (instancetype)initWithName:(NSString *)name { - return [self initWithName:name pathLower:nil pathDisplay:nil parentSharedFolderId:nil]; -} - -#pragma mark - Serialization methods +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBFILESDownloadErrorOther; + } + return self; +} -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESMetadataSerializer serialize:instance]; +#pragma mark - Instance field accessors + +- (DBFILESLookupError *)path { + if (![self isPath]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILESDownloadErrorPath, but was %@.", [self tagName]]; + } + return _path; +} + +#pragma mark - Tag state methods + +- (BOOL)isPath { + return _tag == DBFILESDownloadErrorPath; +} + +- (BOOL)isOther { + return _tag == DBFILESDownloadErrorOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILESDownloadErrorPath: + return @"DBFILESDownloadErrorPath"; + case DBFILESDownloadErrorOther: + return @"DBFILESDownloadErrorOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESDownloadErrorSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESMetadataSerializer deserialize:dict]; + return [DBFILESDownloadErrorSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESMetadataSerializer serialize:self] description]; + return [[DBFILESDownloadErrorSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -3763,15 +3601,11 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.name hash]; - if (self.pathLower) { - result = prime * result + [self.pathLower hash]; - } - if (self.pathDisplay) { - result = prime * result + [self.pathDisplay hash]; - } - if (self.parentSharedFolderId) { - result = prime * result + [self.parentSharedFolderId hash]; + switch (_tag) { + case DBFILESDownloadErrorPath: + result = prime * result + [self.path hash]; + case DBFILESDownloadErrorOther: + result = prime * result + [[self tagName] hash]; } return prime * result; @@ -3786,30 +3620,21 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToMetadata:other]; + return [self isEqualToDownloadError:other]; } -- (BOOL)isEqualToMetadata:(DBFILESMetadata *)aMetadata { - if (self == aMetadata) { +- (BOOL)isEqualToDownloadError:(DBFILESDownloadError *)aDownloadError { + if (self == aDownloadError) { return YES; } - if (![self.name isEqual:aMetadata.name]) { + if (self.tag != aDownloadError.tag) { return NO; } - if (self.pathLower) { - if (![self.pathLower isEqual:aMetadata.pathLower]) { - return NO; - } - } - if (self.pathDisplay) { - if (![self.pathDisplay isEqual:aMetadata.pathDisplay]) { - return NO; - } - } - if (self.parentSharedFolderId) { - if (![self.parentSharedFolderId isEqual:aMetadata.parentSharedFolderId]) { - return NO; - } + switch (_tag) { + case DBFILESDownloadErrorPath: + return [self.path isEqual:aDownloadError.path]; + case DBFILESDownloadErrorOther: + return [[self tagName] isEqual:[aDownloadError tagName]]; } return YES; } @@ -3818,108 +3643,135 @@ - (BOOL)isEqualToMetadata:(DBFILESMetadata *)aMetadata { #pragma mark - Serializer Object -@implementation DBFILESMetadataSerializer +@implementation DBFILESDownloadErrorSerializer -+ (NSDictionary *)serialize:(DBFILESMetadata *)valueObj { ++ (NSDictionary *)serialize:(DBFILESDownloadError *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"name"] = valueObj.name; - if (valueObj.pathLower) { - jsonDict[@"path_lower"] = valueObj.pathLower; - } - if (valueObj.pathDisplay) { - jsonDict[@"path_display"] = valueObj.pathDisplay; - } - if (valueObj.parentSharedFolderId) { - jsonDict[@"parent_shared_folder_id"] = valueObj.parentSharedFolderId; - } - - if ([valueObj isKindOfClass:[DBFILESFileMetadata class]]) { - NSDictionary *subTypeFields = [DBFILESFileMetadataSerializer serialize:(DBFILESFileMetadata *)valueObj]; - for (NSString *key in subTypeFields) { - jsonDict[key] = subTypeFields[key]; - } - jsonDict[@".tag"] = @"file"; - } else if ([valueObj isKindOfClass:[DBFILESFolderMetadata class]]) { - NSDictionary *subTypeFields = [DBFILESFolderMetadataSerializer serialize:(DBFILESFolderMetadata *)valueObj]; - for (NSString *key in subTypeFields) { - jsonDict[key] = subTypeFields[key]; - } - jsonDict[@".tag"] = @"folder"; - } else if ([valueObj isKindOfClass:[DBFILESDeletedMetadata class]]) { - NSDictionary *subTypeFields = [DBFILESDeletedMetadataSerializer serialize:(DBFILESDeletedMetadata *)valueObj]; - for (NSString *key in subTypeFields) { - jsonDict[key] = subTypeFields[key]; - } - jsonDict[@".tag"] = @"deleted"; + if ([valueObj isPath]) { + jsonDict[@"path"] = [[DBFILESLookupErrorSerializer serialize:valueObj.path] mutableCopy]; + jsonDict[@".tag"] = @"path"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESMetadata *)deserialize:(NSDictionary *)valueDict { - if ([valueDict[@".tag"] isEqualToString:@"file"]) { - return [DBFILESFileMetadataSerializer deserialize:valueDict]; - } - if ([valueDict[@".tag"] isEqualToString:@"folder"]) { - return [DBFILESFolderMetadataSerializer deserialize:valueDict]; - } - if ([valueDict[@".tag"] isEqualToString:@"deleted"]) { - return [DBFILESDeletedMetadataSerializer deserialize:valueDict]; - } ++ (DBFILESDownloadError *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; - @throw([NSException - exceptionWithName:@"InvalidTag" - reason:[NSString stringWithFormat:@"Tag has an invalid value: \"%@\".", valueDict[@".tag"]] - userInfo:nil]); + if ([tag isEqualToString:@"path"]) { + DBFILESLookupError *path = [DBFILESLookupErrorSerializer deserialize:valueDict[@"path"]]; + return [[DBFILESDownloadError alloc] initWithPath:path]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILESDownloadError alloc] initWithOther]; + } else { + return [[DBFILESDownloadError alloc] initWithOther]; + } } @end -#import "DBFILESDeletedMetadata.h" +#import "DBFILEPROPERTIESPropertyGroup.h" +#import "DBFILESFileMetadata.h" +#import "DBFILESFileSharingInfo.h" +#import "DBFILESMediaInfo.h" #import "DBFILESMetadata.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESDeletedMetadata +@implementation DBFILESFileMetadata #pragma mark - Constructors - (instancetype)initWithName:(NSString *)name + id_:(NSString *)id_ + clientModified:(NSDate *)clientModified + serverModified:(NSDate *)serverModified + rev:(NSString *)rev + size:(NSNumber *)size pathLower:(NSString *)pathLower pathDisplay:(NSString *)pathDisplay - parentSharedFolderId:(NSString *)parentSharedFolderId { + parentSharedFolderId:(NSString *)parentSharedFolderId + mediaInfo:(DBFILESMediaInfo *)mediaInfo + sharingInfo:(DBFILESFileSharingInfo *)sharingInfo + propertyGroups:(NSArray *)propertyGroups + hasExplicitSharedMembers:(NSNumber *)hasExplicitSharedMembers + contentHash:(NSString *)contentHash { + [DBStoneValidators nonnullValidator:nil](name); + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil]](id_); + [DBStoneValidators nonnullValidator:nil](clientModified); + [DBStoneValidators nonnullValidator:nil](serverModified); + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:@(9) maxLength:nil pattern:@"[0-9a-f]+"]](rev); + [DBStoneValidators nonnullValidator:nil](size); [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]]( parentSharedFolderId); + [DBStoneValidators + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](propertyGroups); + [DBStoneValidators + nullableValidator:[DBStoneValidators stringValidator:@(64) maxLength:@(64) pattern:nil]](contentHash); self = [super initWithName:name pathLower:pathLower pathDisplay:pathDisplay parentSharedFolderId:parentSharedFolderId]; if (self) { + _id_ = id_; + _clientModified = clientModified; + _serverModified = serverModified; + _rev = rev; + _size = size; + _mediaInfo = mediaInfo; + _sharingInfo = sharingInfo; + _propertyGroups = propertyGroups; + _hasExplicitSharedMembers = hasExplicitSharedMembers; + _contentHash = contentHash; } return self; } -- (instancetype)initWithName:(NSString *)name { - return [self initWithName:name pathLower:nil pathDisplay:nil parentSharedFolderId:nil]; +- (instancetype)initWithName:(NSString *)name + id_:(NSString *)id_ + clientModified:(NSDate *)clientModified + serverModified:(NSDate *)serverModified + rev:(NSString *)rev + size:(NSNumber *)size { + return [self initWithName:name + id_:id_ + clientModified:clientModified + serverModified:serverModified + rev:rev + size:size + pathLower:nil + pathDisplay:nil + parentSharedFolderId:nil + mediaInfo:nil + sharingInfo:nil + propertyGroups:nil + hasExplicitSharedMembers:nil + contentHash:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESDeletedMetadataSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESFileMetadataSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESDeletedMetadataSerializer deserialize:dict]; + return [DBFILESFileMetadataSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESDeletedMetadataSerializer serialize:self] description]; + return [[DBFILESFileMetadataSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -3937,15 +3789,35 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.name hash]; - if (self.pathLower) { + result = prime * result + [self.id_ hash]; + result = prime * result + [self.clientModified hash]; + result = prime * result + [self.serverModified hash]; + result = prime * result + [self.rev hash]; + result = prime * result + [self.size hash]; + if (self.pathLower != nil) { result = prime * result + [self.pathLower hash]; } - if (self.pathDisplay) { + if (self.pathDisplay != nil) { result = prime * result + [self.pathDisplay hash]; } - if (self.parentSharedFolderId) { + if (self.parentSharedFolderId != nil) { result = prime * result + [self.parentSharedFolderId hash]; } + if (self.mediaInfo != nil) { + result = prime * result + [self.mediaInfo hash]; + } + if (self.sharingInfo != nil) { + result = prime * result + [self.sharingInfo hash]; + } + if (self.propertyGroups != nil) { + result = prime * result + [self.propertyGroups hash]; + } + if (self.hasExplicitSharedMembers != nil) { + result = prime * result + [self.hasExplicitSharedMembers hash]; + } + if (self.contentHash != nil) { + result = prime * result + [self.contentHash hash]; + } return prime * result; } @@ -3959,28 +3831,68 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToDeletedMetadata:other]; + return [self isEqualToFileMetadata:other]; } -- (BOOL)isEqualToDeletedMetadata:(DBFILESDeletedMetadata *)aDeletedMetadata { - if (self == aDeletedMetadata) { +- (BOOL)isEqualToFileMetadata:(DBFILESFileMetadata *)aFileMetadata { + if (self == aFileMetadata) { return YES; } - if (![self.name isEqual:aDeletedMetadata.name]) { + if (![self.name isEqual:aFileMetadata.name]) { + return NO; + } + if (![self.id_ isEqual:aFileMetadata.id_]) { + return NO; + } + if (![self.clientModified isEqual:aFileMetadata.clientModified]) { + return NO; + } + if (![self.serverModified isEqual:aFileMetadata.serverModified]) { + return NO; + } + if (![self.rev isEqual:aFileMetadata.rev]) { + return NO; + } + if (![self.size isEqual:aFileMetadata.size]) { return NO; } if (self.pathLower) { - if (![self.pathLower isEqual:aDeletedMetadata.pathLower]) { + if (![self.pathLower isEqual:aFileMetadata.pathLower]) { return NO; } } if (self.pathDisplay) { - if (![self.pathDisplay isEqual:aDeletedMetadata.pathDisplay]) { + if (![self.pathDisplay isEqual:aFileMetadata.pathDisplay]) { return NO; } } if (self.parentSharedFolderId) { - if (![self.parentSharedFolderId isEqual:aDeletedMetadata.parentSharedFolderId]) { + if (![self.parentSharedFolderId isEqual:aFileMetadata.parentSharedFolderId]) { + return NO; + } + } + if (self.mediaInfo) { + if (![self.mediaInfo isEqual:aFileMetadata.mediaInfo]) { + return NO; + } + } + if (self.sharingInfo) { + if (![self.sharingInfo isEqual:aFileMetadata.sharingInfo]) { + return NO; + } + } + if (self.propertyGroups) { + if (![self.propertyGroups isEqual:aFileMetadata.propertyGroups]) { + return NO; + } + } + if (self.hasExplicitSharedMembers) { + if (![self.hasExplicitSharedMembers isEqual:aFileMetadata.hasExplicitSharedMembers]) { + return NO; + } + } + if (self.contentHash) { + if (![self.contentHash isEqual:aFileMetadata.contentHash]) { return NO; } } @@ -3991,12 +3903,19 @@ - (BOOL)isEqualToDeletedMetadata:(DBFILESDeletedMetadata *)aDeletedMetadata { #pragma mark - Serializer Object -@implementation DBFILESDeletedMetadataSerializer +@implementation DBFILESFileMetadataSerializer -+ (NSDictionary *)serialize:(DBFILESDeletedMetadata *)valueObj { ++ (NSDictionary *)serialize:(DBFILESFileMetadata *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; jsonDict[@"name"] = valueObj.name; + jsonDict[@"id"] = valueObj.id_; + jsonDict[@"client_modified"] = + [DBNSDateSerializer serialize:valueObj.clientModified dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; + jsonDict[@"server_modified"] = + [DBNSDateSerializer serialize:valueObj.serverModified dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; + jsonDict[@"rev"] = valueObj.rev; + jsonDict[@"size"] = valueObj.size; if (valueObj.pathLower) { jsonDict[@"path_lower"] = valueObj.pathLower; } @@ -4006,58 +3925,107 @@ + (NSDictionary *)serialize:(DBFILESDeletedMetadata *)valueObj { if (valueObj.parentSharedFolderId) { jsonDict[@"parent_shared_folder_id"] = valueObj.parentSharedFolderId; } + if (valueObj.mediaInfo) { + jsonDict[@"media_info"] = [DBFILESMediaInfoSerializer serialize:valueObj.mediaInfo]; + } + if (valueObj.sharingInfo) { + jsonDict[@"sharing_info"] = [DBFILESFileSharingInfoSerializer serialize:valueObj.sharingInfo]; + } + if (valueObj.propertyGroups) { + jsonDict[@"property_groups"] = + [DBArraySerializer serialize:valueObj.propertyGroups + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertyGroupSerializer serialize:elem0]; + }]; + } + if (valueObj.hasExplicitSharedMembers) { + jsonDict[@"has_explicit_shared_members"] = valueObj.hasExplicitSharedMembers; + } + if (valueObj.contentHash) { + jsonDict[@"content_hash"] = valueObj.contentHash; + } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESDeletedMetadata *)deserialize:(NSDictionary *)valueDict { ++ (DBFILESFileMetadata *)deserialize:(NSDictionary *)valueDict { NSString *name = valueDict[@"name"]; + NSString *id_ = valueDict[@"id"]; + NSDate *clientModified = + [DBNSDateSerializer deserialize:valueDict[@"client_modified"] dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; + NSDate *serverModified = + [DBNSDateSerializer deserialize:valueDict[@"server_modified"] dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; + NSString *rev = valueDict[@"rev"]; + NSNumber *size = valueDict[@"size"]; NSString *pathLower = valueDict[@"path_lower"] ?: nil; NSString *pathDisplay = valueDict[@"path_display"] ?: nil; NSString *parentSharedFolderId = valueDict[@"parent_shared_folder_id"] ?: nil; + DBFILESMediaInfo *mediaInfo = + valueDict[@"media_info"] ? [DBFILESMediaInfoSerializer deserialize:valueDict[@"media_info"]] : nil; + DBFILESFileSharingInfo *sharingInfo = + valueDict[@"sharing_info"] ? [DBFILESFileSharingInfoSerializer deserialize:valueDict[@"sharing_info"]] : nil; + NSArray *propertyGroups = + valueDict[@"property_groups"] + ? [DBArraySerializer deserialize:valueDict[@"property_groups"] + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertyGroupSerializer deserialize:elem0]; + }] + : nil; + NSNumber *hasExplicitSharedMembers = valueDict[@"has_explicit_shared_members"] ?: nil; + NSString *contentHash = valueDict[@"content_hash"] ?: nil; - return [[DBFILESDeletedMetadata alloc] initWithName:name - pathLower:pathLower - pathDisplay:pathDisplay - parentSharedFolderId:parentSharedFolderId]; + return [[DBFILESFileMetadata alloc] initWithName:name + id_:id_ + clientModified:clientModified + serverModified:serverModified + rev:rev + size:size + pathLower:pathLower + pathDisplay:pathDisplay + parentSharedFolderId:parentSharedFolderId + mediaInfo:mediaInfo + sharingInfo:sharingInfo + propertyGroups:propertyGroups + hasExplicitSharedMembers:hasExplicitSharedMembers + contentHash:contentHash]; } @end -#import "DBFILESDimensions.h" +#import "DBFILESSharingInfo.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESDimensions +@implementation DBFILESSharingInfo #pragma mark - Constructors -- (instancetype)initWithHeight:(NSNumber *)height width:(NSNumber *)width { +- (instancetype)initWithReadOnly:(NSNumber *)readOnly { + [DBStoneValidators nonnullValidator:nil](readOnly); self = [super init]; if (self) { - _height = height; - _width = width; + _readOnly = readOnly; } return self; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESDimensionsSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESSharingInfoSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESDimensionsSerializer deserialize:dict]; + return [DBFILESSharingInfoSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESDimensionsSerializer serialize:self] description]; + return [[DBFILESSharingInfoSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -4074,8 +4042,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.height hash]; - result = prime * result + [self.width hash]; + result = prime * result + [self.readOnly hash]; return prime * result; } @@ -4089,17 +4056,14 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToDimensions:other]; + return [self isEqualToSharingInfo:other]; } -- (BOOL)isEqualToDimensions:(DBFILESDimensions *)aDimensions { - if (self == aDimensions) { +- (BOOL)isEqualToSharingInfo:(DBFILESSharingInfo *)aSharingInfo { + if (self == aSharingInfo) { return YES; } - if (![self.height isEqual:aDimensions.height]) { - return NO; - } - if (![self.width isEqual:aDimensions.width]) { + if (![self.readOnly isEqual:aSharingInfo.readOnly]) { return NO; } return YES; @@ -4109,68 +4073,70 @@ - (BOOL)isEqualToDimensions:(DBFILESDimensions *)aDimensions { #pragma mark - Serializer Object -@implementation DBFILESDimensionsSerializer +@implementation DBFILESSharingInfoSerializer -+ (NSDictionary *)serialize:(DBFILESDimensions *)valueObj { ++ (NSDictionary *)serialize:(DBFILESSharingInfo *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"height"] = valueObj.height; - jsonDict[@"width"] = valueObj.width; + jsonDict[@"read_only"] = valueObj.readOnly; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESDimensions *)deserialize:(NSDictionary *)valueDict { - NSNumber *height = valueDict[@"height"]; - NSNumber *width = valueDict[@"width"]; ++ (DBFILESSharingInfo *)deserialize:(NSDictionary *)valueDict { + NSNumber *readOnly = valueDict[@"read_only"]; - return [[DBFILESDimensions alloc] initWithHeight:height width:width]; + return [[DBFILESSharingInfo alloc] initWithReadOnly:readOnly]; } @end -#import "DBFILESDownloadArg.h" +#import "DBFILESFileSharingInfo.h" +#import "DBFILESSharingInfo.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESDownloadArg +@implementation DBFILESFileSharingInfo #pragma mark - Constructors -- (instancetype)initWithPath:(NSString *)path rev:(NSString *)rev { - [DBStoneValidators stringValidator:nil maxLength:nil - pattern:@"(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)"](path); +- (instancetype)initWithReadOnly:(NSNumber *)readOnly + parentSharedFolderId:(NSString *)parentSharedFolderId + modifiedBy:(NSString *)modifiedBy { + [DBStoneValidators nonnullValidator:nil](readOnly); + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]]( + parentSharedFolderId); [DBStoneValidators - nullableValidator:[DBStoneValidators stringValidator:@(9) maxLength:nil pattern:@"[0-9a-f]+"]](rev); + nullableValidator:[DBStoneValidators stringValidator:@(40) maxLength:@(40) pattern:nil]](modifiedBy); - self = [super init]; + self = [super initWithReadOnly:readOnly]; if (self) { - _path = path; - _rev = rev; + _parentSharedFolderId = parentSharedFolderId; + _modifiedBy = modifiedBy; } return self; } -- (instancetype)initWithPath:(NSString *)path { - return [self initWithPath:path rev:nil]; +- (instancetype)initWithReadOnly:(NSNumber *)readOnly parentSharedFolderId:(NSString *)parentSharedFolderId { + return [self initWithReadOnly:readOnly parentSharedFolderId:parentSharedFolderId modifiedBy:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESDownloadArgSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESFileSharingInfoSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESDownloadArgSerializer deserialize:dict]; + return [DBFILESFileSharingInfoSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESDownloadArgSerializer serialize:self] description]; + return [[DBFILESFileSharingInfoSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -4187,9 +4153,10 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.path hash]; - if (self.rev) { - result = prime * result + [self.rev hash]; + result = prime * result + [self.readOnly hash]; + result = prime * result + [self.parentSharedFolderId hash]; + if (self.modifiedBy != nil) { + result = prime * result + [self.modifiedBy hash]; } return prime * result; @@ -4204,18 +4171,21 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToDownloadArg:other]; + return [self isEqualToFileSharingInfo:other]; } -- (BOOL)isEqualToDownloadArg:(DBFILESDownloadArg *)aDownloadArg { - if (self == aDownloadArg) { +- (BOOL)isEqualToFileSharingInfo:(DBFILESFileSharingInfo *)aFileSharingInfo { + if (self == aFileSharingInfo) { return YES; } - if (![self.path isEqual:aDownloadArg.path]) { + if (![self.readOnly isEqual:aFileSharingInfo.readOnly]) { return NO; } - if (self.rev) { - if (![self.rev isEqual:aDownloadArg.rev]) { + if (![self.parentSharedFolderId isEqual:aFileSharingInfo.parentSharedFolderId]) { + return NO; + } + if (self.modifiedBy) { + if (![self.modifiedBy isEqual:aFileSharingInfo.modifiedBy]) { return NO; } } @@ -4226,103 +4196,101 @@ - (BOOL)isEqualToDownloadArg:(DBFILESDownloadArg *)aDownloadArg { #pragma mark - Serializer Object -@implementation DBFILESDownloadArgSerializer +@implementation DBFILESFileSharingInfoSerializer -+ (NSDictionary *)serialize:(DBFILESDownloadArg *)valueObj { ++ (NSDictionary *)serialize:(DBFILESFileSharingInfo *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"path"] = valueObj.path; - if (valueObj.rev) { - jsonDict[@"rev"] = valueObj.rev; + jsonDict[@"read_only"] = valueObj.readOnly; + jsonDict[@"parent_shared_folder_id"] = valueObj.parentSharedFolderId; + if (valueObj.modifiedBy) { + jsonDict[@"modified_by"] = valueObj.modifiedBy; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESDownloadArg *)deserialize:(NSDictionary *)valueDict { - NSString *path = valueDict[@"path"]; - NSString *rev = valueDict[@"rev"] ?: nil; ++ (DBFILESFileSharingInfo *)deserialize:(NSDictionary *)valueDict { + NSNumber *readOnly = valueDict[@"read_only"]; + NSString *parentSharedFolderId = valueDict[@"parent_shared_folder_id"]; + NSString *modifiedBy = valueDict[@"modified_by"] ?: nil; - return [[DBFILESDownloadArg alloc] initWithPath:path rev:rev]; + return [[DBFILESFileSharingInfo alloc] initWithReadOnly:readOnly + parentSharedFolderId:parentSharedFolderId + modifiedBy:modifiedBy]; } @end -#import "DBFILESDownloadError.h" -#import "DBFILESLookupError.h" +#import "DBFILEPROPERTIESPropertyGroup.h" +#import "DBFILESFolderMetadata.h" +#import "DBFILESFolderSharingInfo.h" +#import "DBFILESMetadata.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESDownloadError - -@synthesize path = _path; +@implementation DBFILESFolderMetadata #pragma mark - Constructors -- (instancetype)initWithPath:(DBFILESLookupError *)path { - self = [super init]; +- (instancetype)initWithName:(NSString *)name + id_:(NSString *)id_ + pathLower:(NSString *)pathLower + pathDisplay:(NSString *)pathDisplay + parentSharedFolderId:(NSString *)parentSharedFolderId + sharedFolderId:(NSString *)sharedFolderId + sharingInfo:(DBFILESFolderSharingInfo *)sharingInfo + propertyGroups:(NSArray *)propertyGroups { + [DBStoneValidators nonnullValidator:nil](name); + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil]](id_); + [DBStoneValidators + nullableValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]]( + parentSharedFolderId); + [DBStoneValidators + nullableValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]](sharedFolderId); + [DBStoneValidators + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](propertyGroups); + + self = + [super initWithName:name pathLower:pathLower pathDisplay:pathDisplay parentSharedFolderId:parentSharedFolderId]; if (self) { - _tag = DBFILESDownloadErrorPath; - _path = path; + _id_ = id_; + _sharedFolderId = sharedFolderId; + _sharingInfo = sharingInfo; + _propertyGroups = propertyGroups; } return self; } -- (instancetype)initWithOther { - self = [super init]; - if (self) { - _tag = DBFILESDownloadErrorOther; - } - return self; +- (instancetype)initWithName:(NSString *)name id_:(NSString *)id_ { + return [self initWithName:name + id_:id_ + pathLower:nil + pathDisplay:nil + parentSharedFolderId:nil + sharedFolderId:nil + sharingInfo:nil + propertyGroups:nil]; } -#pragma mark - Instance field accessors +#pragma mark - Serialization methods -- (DBFILESLookupError *)path { - if (![self isPath]) { - [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBFILESDownloadErrorPath, but was %@.", [self tagName]]; - } - return _path; -} - -#pragma mark - Tag state methods - -- (BOOL)isPath { - return _tag == DBFILESDownloadErrorPath; -} - -- (BOOL)isOther { - return _tag == DBFILESDownloadErrorOther; -} - -- (NSString *)tagName { - switch (_tag) { - case DBFILESDownloadErrorPath: - return @"DBFILESDownloadErrorPath"; - case DBFILESDownloadErrorOther: - return @"DBFILESDownloadErrorOther"; - } - - @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESDownloadErrorSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESFolderMetadataSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESDownloadErrorSerializer deserialize:dict]; + return [DBFILESFolderMetadataSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESDownloadErrorSerializer serialize:self] description]; + return [[DBFILESFolderMetadataSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -4339,11 +4307,25 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - switch (_tag) { - case DBFILESDownloadErrorPath: - result = prime * result + [self.path hash]; - case DBFILESDownloadErrorOther: - result = prime * result + [[self tagName] hash]; + result = prime * result + [self.name hash]; + result = prime * result + [self.id_ hash]; + if (self.pathLower != nil) { + result = prime * result + [self.pathLower hash]; + } + if (self.pathDisplay != nil) { + result = prime * result + [self.pathDisplay hash]; + } + if (self.parentSharedFolderId != nil) { + result = prime * result + [self.parentSharedFolderId hash]; + } + if (self.sharedFolderId != nil) { + result = prime * result + [self.sharedFolderId hash]; + } + if (self.sharingInfo != nil) { + result = prime * result + [self.sharingInfo hash]; + } + if (self.propertyGroups != nil) { + result = prime * result + [self.propertyGroups hash]; } return prime * result; @@ -4358,21 +4340,48 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToDownloadError:other]; + return [self isEqualToFolderMetadata:other]; } -- (BOOL)isEqualToDownloadError:(DBFILESDownloadError *)aDownloadError { - if (self == aDownloadError) { +- (BOOL)isEqualToFolderMetadata:(DBFILESFolderMetadata *)aFolderMetadata { + if (self == aFolderMetadata) { return YES; } - if (self.tag != aDownloadError.tag) { + if (![self.name isEqual:aFolderMetadata.name]) { return NO; } - switch (_tag) { - case DBFILESDownloadErrorPath: - return [self.path isEqual:aDownloadError.path]; - case DBFILESDownloadErrorOther: - return [[self tagName] isEqual:[aDownloadError tagName]]; + if (![self.id_ isEqual:aFolderMetadata.id_]) { + return NO; + } + if (self.pathLower) { + if (![self.pathLower isEqual:aFolderMetadata.pathLower]) { + return NO; + } + } + if (self.pathDisplay) { + if (![self.pathDisplay isEqual:aFolderMetadata.pathDisplay]) { + return NO; + } + } + if (self.parentSharedFolderId) { + if (![self.parentSharedFolderId isEqual:aFolderMetadata.parentSharedFolderId]) { + return NO; + } + } + if (self.sharedFolderId) { + if (![self.sharedFolderId isEqual:aFolderMetadata.sharedFolderId]) { + return NO; + } + } + if (self.sharingInfo) { + if (![self.sharingInfo isEqual:aFolderMetadata.sharingInfo]) { + return NO; + } + } + if (self.propertyGroups) { + if (![self.propertyGroups isEqual:aFolderMetadata.propertyGroups]) { + return NO; + } } return YES; } @@ -4381,129 +4390,119 @@ - (BOOL)isEqualToDownloadError:(DBFILESDownloadError *)aDownloadError { #pragma mark - Serializer Object -@implementation DBFILESDownloadErrorSerializer +@implementation DBFILESFolderMetadataSerializer -+ (NSDictionary *)serialize:(DBFILESDownloadError *)valueObj { ++ (NSDictionary *)serialize:(DBFILESFolderMetadata *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isPath]) { - jsonDict[@"path"] = [[DBFILESLookupErrorSerializer serialize:valueObj.path] mutableCopy]; - jsonDict[@".tag"] = @"path"; - } else if ([valueObj isOther]) { - jsonDict[@".tag"] = @"other"; - } else { - jsonDict[@".tag"] = @"other"; + jsonDict[@"name"] = valueObj.name; + jsonDict[@"id"] = valueObj.id_; + if (valueObj.pathLower) { + jsonDict[@"path_lower"] = valueObj.pathLower; + } + if (valueObj.pathDisplay) { + jsonDict[@"path_display"] = valueObj.pathDisplay; + } + if (valueObj.parentSharedFolderId) { + jsonDict[@"parent_shared_folder_id"] = valueObj.parentSharedFolderId; + } + if (valueObj.sharedFolderId) { + jsonDict[@"shared_folder_id"] = valueObj.sharedFolderId; + } + if (valueObj.sharingInfo) { + jsonDict[@"sharing_info"] = [DBFILESFolderSharingInfoSerializer serialize:valueObj.sharingInfo]; + } + if (valueObj.propertyGroups) { + jsonDict[@"property_groups"] = + [DBArraySerializer serialize:valueObj.propertyGroups + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertyGroupSerializer serialize:elem0]; + }]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESDownloadError *)deserialize:(NSDictionary *)valueDict { - NSString *tag = valueDict[@".tag"]; ++ (DBFILESFolderMetadata *)deserialize:(NSDictionary *)valueDict { + NSString *name = valueDict[@"name"]; + NSString *id_ = valueDict[@"id"]; + NSString *pathLower = valueDict[@"path_lower"] ?: nil; + NSString *pathDisplay = valueDict[@"path_display"] ?: nil; + NSString *parentSharedFolderId = valueDict[@"parent_shared_folder_id"] ?: nil; + NSString *sharedFolderId = valueDict[@"shared_folder_id"] ?: nil; + DBFILESFolderSharingInfo *sharingInfo = + valueDict[@"sharing_info"] ? [DBFILESFolderSharingInfoSerializer deserialize:valueDict[@"sharing_info"]] : nil; + NSArray *propertyGroups = + valueDict[@"property_groups"] + ? [DBArraySerializer deserialize:valueDict[@"property_groups"] + withBlock:^id(id elem0) { + return [DBFILEPROPERTIESPropertyGroupSerializer deserialize:elem0]; + }] + : nil; - if ([tag isEqualToString:@"path"]) { - DBFILESLookupError *path = [DBFILESLookupErrorSerializer deserialize:valueDict[@"path"]]; - return [[DBFILESDownloadError alloc] initWithPath:path]; - } else if ([tag isEqualToString:@"other"]) { - return [[DBFILESDownloadError alloc] initWithOther]; - } else { - return [[DBFILESDownloadError alloc] initWithOther]; - } + return [[DBFILESFolderMetadata alloc] initWithName:name + id_:id_ + pathLower:pathLower + pathDisplay:pathDisplay + parentSharedFolderId:parentSharedFolderId + sharedFolderId:sharedFolderId + sharingInfo:sharingInfo + propertyGroups:propertyGroups]; } @end -#import "DBFILESFileMetadata.h" -#import "DBFILESFileSharingInfo.h" -#import "DBFILESMediaInfo.h" -#import "DBFILESMetadata.h" -#import "DBPROPERTIESPropertyGroup.h" +#import "DBFILESFolderSharingInfo.h" +#import "DBFILESSharingInfo.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESFileMetadata +@implementation DBFILESFolderSharingInfo #pragma mark - Constructors -- (instancetype)initWithName:(NSString *)name - id_:(NSString *)id_ - clientModified:(NSDate *)clientModified - serverModified:(NSDate *)serverModified - rev:(NSString *)rev - size:(NSNumber *)size - pathLower:(NSString *)pathLower - pathDisplay:(NSString *)pathDisplay - parentSharedFolderId:(NSString *)parentSharedFolderId - mediaInfo:(DBFILESMediaInfo *)mediaInfo - sharingInfo:(DBFILESFileSharingInfo *)sharingInfo - propertyGroups:(NSArray *)propertyGroups - hasExplicitSharedMembers:(NSNumber *)hasExplicitSharedMembers - contentHash:(NSString *)contentHash { - [DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil](id_); - [DBStoneValidators stringValidator:@(9) maxLength:nil pattern:@"[0-9a-f]+"](rev); +- (instancetype)initWithReadOnly:(NSNumber *)readOnly + parentSharedFolderId:(NSString *)parentSharedFolderId + sharedFolderId:(NSString *)sharedFolderId + traverseOnly:(NSNumber *)traverseOnly + noAccess:(NSNumber *)noAccess { + [DBStoneValidators nonnullValidator:nil](readOnly); [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]]( parentSharedFolderId); [DBStoneValidators - nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](propertyGroups); - [DBStoneValidators - nullableValidator:[DBStoneValidators stringValidator:@(64) maxLength:@(64) pattern:nil]](contentHash); + nullableValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]](sharedFolderId); - self = - [super initWithName:name pathLower:pathLower pathDisplay:pathDisplay parentSharedFolderId:parentSharedFolderId]; + self = [super initWithReadOnly:readOnly]; if (self) { - _id_ = id_; - _clientModified = clientModified; - _serverModified = serverModified; - _rev = rev; - _size = size; - _mediaInfo = mediaInfo; - _sharingInfo = sharingInfo; - _propertyGroups = propertyGroups; - _hasExplicitSharedMembers = hasExplicitSharedMembers; - _contentHash = contentHash; + _parentSharedFolderId = parentSharedFolderId; + _sharedFolderId = sharedFolderId; + _traverseOnly = traverseOnly ?: @NO; + _noAccess = noAccess ?: @NO; } return self; } -- (instancetype)initWithName:(NSString *)name - id_:(NSString *)id_ - clientModified:(NSDate *)clientModified - serverModified:(NSDate *)serverModified - rev:(NSString *)rev - size:(NSNumber *)size { - return [self initWithName:name - id_:id_ - clientModified:clientModified - serverModified:serverModified - rev:rev - size:size - pathLower:nil - pathDisplay:nil - parentSharedFolderId:nil - mediaInfo:nil - sharingInfo:nil - propertyGroups:nil - hasExplicitSharedMembers:nil - contentHash:nil]; +- (instancetype)initWithReadOnly:(NSNumber *)readOnly { + return [self initWithReadOnly:readOnly parentSharedFolderId:nil sharedFolderId:nil traverseOnly:nil noAccess:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESFileMetadataSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESFolderSharingInfoSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESFileMetadataSerializer deserialize:dict]; + return [DBFILESFolderSharingInfoSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESFileMetadataSerializer serialize:self] description]; + return [[DBFILESFolderSharingInfoSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -4520,36 +4519,15 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.name hash]; - result = prime * result + [self.id_ hash]; - result = prime * result + [self.clientModified hash]; - result = prime * result + [self.serverModified hash]; - result = prime * result + [self.rev hash]; - result = prime * result + [self.size hash]; - if (self.pathLower) { - result = prime * result + [self.pathLower hash]; - } - if (self.pathDisplay) { - result = prime * result + [self.pathDisplay hash]; - } - if (self.parentSharedFolderId) { + result = prime * result + [self.readOnly hash]; + if (self.parentSharedFolderId != nil) { result = prime * result + [self.parentSharedFolderId hash]; } - if (self.mediaInfo) { - result = prime * result + [self.mediaInfo hash]; - } - if (self.sharingInfo) { - result = prime * result + [self.sharingInfo hash]; - } - if (self.propertyGroups) { - result = prime * result + [self.propertyGroups hash]; - } - if (self.hasExplicitSharedMembers) { - result = prime * result + [self.hasExplicitSharedMembers hash]; - } - if (self.contentHash) { - result = prime * result + [self.contentHash hash]; + if (self.sharedFolderId != nil) { + result = prime * result + [self.sharedFolderId hash]; } + result = prime * result + [self.traverseOnly hash]; + result = prime * result + [self.noAccess hash]; return prime * result; } @@ -4563,70 +4541,150 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToFileMetadata:other]; + return [self isEqualToFolderSharingInfo:other]; } -- (BOOL)isEqualToFileMetadata:(DBFILESFileMetadata *)aFileMetadata { - if (self == aFileMetadata) { +- (BOOL)isEqualToFolderSharingInfo:(DBFILESFolderSharingInfo *)aFolderSharingInfo { + if (self == aFolderSharingInfo) { return YES; } - if (![self.name isEqual:aFileMetadata.name]) { - return NO; - } - if (![self.id_ isEqual:aFileMetadata.id_]) { + if (![self.readOnly isEqual:aFolderSharingInfo.readOnly]) { return NO; } - if (![self.clientModified isEqual:aFileMetadata.clientModified]) { - return NO; + if (self.parentSharedFolderId) { + if (![self.parentSharedFolderId isEqual:aFolderSharingInfo.parentSharedFolderId]) { + return NO; + } } - if (![self.serverModified isEqual:aFileMetadata.serverModified]) { - return NO; + if (self.sharedFolderId) { + if (![self.sharedFolderId isEqual:aFolderSharingInfo.sharedFolderId]) { + return NO; + } } - if (![self.rev isEqual:aFileMetadata.rev]) { + if (![self.traverseOnly isEqual:aFolderSharingInfo.traverseOnly]) { return NO; } - if (![self.size isEqual:aFileMetadata.size]) { + if (![self.noAccess isEqual:aFolderSharingInfo.noAccess]) { return NO; } - if (self.pathLower) { - if (![self.pathLower isEqual:aFileMetadata.pathLower]) { - return NO; - } - } - if (self.pathDisplay) { - if (![self.pathDisplay isEqual:aFileMetadata.pathDisplay]) { - return NO; - } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBFILESFolderSharingInfoSerializer + ++ (NSDictionary *)serialize:(DBFILESFolderSharingInfo *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"read_only"] = valueObj.readOnly; + if (valueObj.parentSharedFolderId) { + jsonDict[@"parent_shared_folder_id"] = valueObj.parentSharedFolderId; } - if (self.parentSharedFolderId) { - if (![self.parentSharedFolderId isEqual:aFileMetadata.parentSharedFolderId]) { - return NO; - } + if (valueObj.sharedFolderId) { + jsonDict[@"shared_folder_id"] = valueObj.sharedFolderId; } - if (self.mediaInfo) { - if (![self.mediaInfo isEqual:aFileMetadata.mediaInfo]) { - return NO; - } + jsonDict[@"traverse_only"] = valueObj.traverseOnly; + jsonDict[@"no_access"] = valueObj.noAccess; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILESFolderSharingInfo *)deserialize:(NSDictionary *)valueDict { + NSNumber *readOnly = valueDict[@"read_only"]; + NSString *parentSharedFolderId = valueDict[@"parent_shared_folder_id"] ?: nil; + NSString *sharedFolderId = valueDict[@"shared_folder_id"] ?: nil; + NSNumber *traverseOnly = valueDict[@"traverse_only"] ?: @NO; + NSNumber *noAccess = valueDict[@"no_access"] ?: @NO; + + return [[DBFILESFolderSharingInfo alloc] initWithReadOnly:readOnly + parentSharedFolderId:parentSharedFolderId + sharedFolderId:sharedFolderId + traverseOnly:traverseOnly + noAccess:noAccess]; +} + +@end + +#import "DBFILESGetCopyReferenceArg.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILESGetCopyReferenceArg + +#pragma mark - Constructors + +- (instancetype)initWithPath:(NSString *)path { + [DBStoneValidators + nonnullValidator:[DBStoneValidators + stringValidator:nil + maxLength:nil + pattern:@"(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)"]](path); + + self = [super init]; + if (self) { + _path = path; } - if (self.sharingInfo) { - if (![self.sharingInfo isEqual:aFileMetadata.sharingInfo]) { - return NO; - } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESGetCopyReferenceArgSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILESGetCopyReferenceArgSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILESGetCopyReferenceArgSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.path hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; } - if (self.propertyGroups) { - if (![self.propertyGroups isEqual:aFileMetadata.propertyGroups]) { - return NO; - } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; } - if (self.hasExplicitSharedMembers) { - if (![self.hasExplicitSharedMembers isEqual:aFileMetadata.hasExplicitSharedMembers]) { - return NO; - } + return [self isEqualToGetCopyReferenceArg:other]; +} + +- (BOOL)isEqualToGetCopyReferenceArg:(DBFILESGetCopyReferenceArg *)aGetCopyReferenceArg { + if (self == aGetCopyReferenceArg) { + return YES; } - if (self.contentHash) { - if (![self.contentHash isEqual:aFileMetadata.contentHash]) { - return NO; - } + if (![self.path isEqual:aGetCopyReferenceArg.path]) { + return NO; } return YES; } @@ -4635,127 +4693,230 @@ - (BOOL)isEqualToFileMetadata:(DBFILESFileMetadata *)aFileMetadata { #pragma mark - Serializer Object -@implementation DBFILESFileMetadataSerializer +@implementation DBFILESGetCopyReferenceArgSerializer -+ (NSDictionary *)serialize:(DBFILESFileMetadata *)valueObj { ++ (NSDictionary *)serialize:(DBFILESGetCopyReferenceArg *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"name"] = valueObj.name; - jsonDict[@"id"] = valueObj.id_; - jsonDict[@"client_modified"] = - [DBNSDateSerializer serialize:valueObj.clientModified dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; - jsonDict[@"server_modified"] = - [DBNSDateSerializer serialize:valueObj.serverModified dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; - jsonDict[@"rev"] = valueObj.rev; - jsonDict[@"size"] = valueObj.size; - if (valueObj.pathLower) { - jsonDict[@"path_lower"] = valueObj.pathLower; - } - if (valueObj.pathDisplay) { - jsonDict[@"path_display"] = valueObj.pathDisplay; + jsonDict[@"path"] = valueObj.path; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBFILESGetCopyReferenceArg *)deserialize:(NSDictionary *)valueDict { + NSString *path = valueDict[@"path"]; + + return [[DBFILESGetCopyReferenceArg alloc] initWithPath:path]; +} + +@end + +#import "DBFILESGetCopyReferenceError.h" +#import "DBFILESLookupError.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBFILESGetCopyReferenceError + +@synthesize path = _path; + +#pragma mark - Constructors + +- (instancetype)initWithPath:(DBFILESLookupError *)path { + self = [super init]; + if (self) { + _tag = DBFILESGetCopyReferenceErrorPath; + _path = path; } - if (valueObj.parentSharedFolderId) { - jsonDict[@"parent_shared_folder_id"] = valueObj.parentSharedFolderId; + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBFILESGetCopyReferenceErrorOther; } - if (valueObj.mediaInfo) { - jsonDict[@"media_info"] = [DBFILESMediaInfoSerializer serialize:valueObj.mediaInfo]; + return self; +} + +#pragma mark - Instance field accessors + +- (DBFILESLookupError *)path { + if (![self isPath]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILESGetCopyReferenceErrorPath, but was %@.", [self tagName]]; } - if (valueObj.sharingInfo) { - jsonDict[@"sharing_info"] = [DBFILESFileSharingInfoSerializer serialize:valueObj.sharingInfo]; + return _path; +} + +#pragma mark - Tag state methods + +- (BOOL)isPath { + return _tag == DBFILESGetCopyReferenceErrorPath; +} + +- (BOOL)isOther { + return _tag == DBFILESGetCopyReferenceErrorOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILESGetCopyReferenceErrorPath: + return @"DBFILESGetCopyReferenceErrorPath"; + case DBFILESGetCopyReferenceErrorOther: + return @"DBFILESGetCopyReferenceErrorOther"; } - if (valueObj.propertyGroups) { - jsonDict[@"property_groups"] = [DBArraySerializer serialize:valueObj.propertyGroups - withBlock:^id(id elem0) { - return [DBPROPERTIESPropertyGroupSerializer serialize:elem0]; - }]; + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESGetCopyReferenceErrorSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBFILESGetCopyReferenceErrorSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBFILESGetCopyReferenceErrorSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBFILESGetCopyReferenceErrorPath: + result = prime * result + [self.path hash]; + case DBFILESGetCopyReferenceErrorOther: + result = prime * result + [[self tagName] hash]; } - if (valueObj.hasExplicitSharedMembers) { - jsonDict[@"has_explicit_shared_members"] = valueObj.hasExplicitSharedMembers; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; } - if (valueObj.contentHash) { - jsonDict[@"content_hash"] = valueObj.contentHash; + if (!other || ![other isKindOfClass:[self class]]) { + return NO; } + return [self isEqualToGetCopyReferenceError:other]; +} - return jsonDict; +- (BOOL)isEqualToGetCopyReferenceError:(DBFILESGetCopyReferenceError *)aGetCopyReferenceError { + if (self == aGetCopyReferenceError) { + return YES; + } + if (self.tag != aGetCopyReferenceError.tag) { + return NO; + } + switch (_tag) { + case DBFILESGetCopyReferenceErrorPath: + return [self.path isEqual:aGetCopyReferenceError.path]; + case DBFILESGetCopyReferenceErrorOther: + return [[self tagName] isEqual:[aGetCopyReferenceError tagName]]; + } + return YES; } -+ (DBFILESFileMetadata *)deserialize:(NSDictionary *)valueDict { - NSString *name = valueDict[@"name"]; - NSString *id_ = valueDict[@"id"]; - NSDate *clientModified = - [DBNSDateSerializer deserialize:valueDict[@"client_modified"] dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; - NSDate *serverModified = - [DBNSDateSerializer deserialize:valueDict[@"server_modified"] dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; - NSString *rev = valueDict[@"rev"]; - NSNumber *size = valueDict[@"size"]; - NSString *pathLower = valueDict[@"path_lower"] ?: nil; - NSString *pathDisplay = valueDict[@"path_display"] ?: nil; - NSString *parentSharedFolderId = valueDict[@"parent_shared_folder_id"] ?: nil; - DBFILESMediaInfo *mediaInfo = - valueDict[@"media_info"] ? [DBFILESMediaInfoSerializer deserialize:valueDict[@"media_info"]] : nil; - DBFILESFileSharingInfo *sharingInfo = - valueDict[@"sharing_info"] ? [DBFILESFileSharingInfoSerializer deserialize:valueDict[@"sharing_info"]] : nil; - NSArray *propertyGroups = - valueDict[@"property_groups"] - ? [DBArraySerializer deserialize:valueDict[@"property_groups"] - withBlock:^id(id elem0) { - return [DBPROPERTIESPropertyGroupSerializer deserialize:elem0]; - }] - : nil; - NSNumber *hasExplicitSharedMembers = valueDict[@"has_explicit_shared_members"] ?: nil; - NSString *contentHash = valueDict[@"content_hash"] ?: nil; +@end + +#pragma mark - Serializer Object + +@implementation DBFILESGetCopyReferenceErrorSerializer + ++ (NSDictionary *)serialize:(DBFILESGetCopyReferenceError *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isPath]) { + jsonDict[@"path"] = [[DBFILESLookupErrorSerializer serialize:valueObj.path] mutableCopy]; + jsonDict[@".tag"] = @"path"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} - return [[DBFILESFileMetadata alloc] initWithName:name - id_:id_ - clientModified:clientModified - serverModified:serverModified - rev:rev - size:size - pathLower:pathLower - pathDisplay:pathDisplay - parentSharedFolderId:parentSharedFolderId - mediaInfo:mediaInfo - sharingInfo:sharingInfo - propertyGroups:propertyGroups - hasExplicitSharedMembers:hasExplicitSharedMembers - contentHash:contentHash]; ++ (DBFILESGetCopyReferenceError *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"path"]) { + DBFILESLookupError *path = [DBFILESLookupErrorSerializer deserialize:valueDict[@"path"]]; + return [[DBFILESGetCopyReferenceError alloc] initWithPath:path]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILESGetCopyReferenceError alloc] initWithOther]; + } else { + return [[DBFILESGetCopyReferenceError alloc] initWithOther]; + } } @end -#import "DBFILESSharingInfo.h" +#import "DBFILESGetCopyReferenceResult.h" +#import "DBFILESMetadata.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESSharingInfo +@implementation DBFILESGetCopyReferenceResult #pragma mark - Constructors -- (instancetype)initWithReadOnly:(NSNumber *)readOnly { +- (instancetype)initWithMetadata:(DBFILESMetadata *)metadata + dCopyReference:(NSString *)dCopyReference + expires:(NSDate *)expires { + [DBStoneValidators nonnullValidator:nil](metadata); + [DBStoneValidators nonnullValidator:nil](dCopyReference); + [DBStoneValidators nonnullValidator:nil](expires); self = [super init]; if (self) { - _readOnly = readOnly; + _metadata = metadata; + _dCopyReference = dCopyReference; + _expires = expires; } return self; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESSharingInfoSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESGetCopyReferenceResultSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESSharingInfoSerializer deserialize:dict]; + return [DBFILESGetCopyReferenceResultSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESSharingInfoSerializer serialize:self] description]; + return [[DBFILESGetCopyReferenceResultSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -4772,7 +4933,9 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.readOnly hash]; + result = prime * result + [self.metadata hash]; + result = prime * result + [self.dCopyReference hash]; + result = prime * result + [self.expires hash]; return prime * result; } @@ -4786,14 +4949,20 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToSharingInfo:other]; + return [self isEqualToGetCopyReferenceResult:other]; } -- (BOOL)isEqualToSharingInfo:(DBFILESSharingInfo *)aSharingInfo { - if (self == aSharingInfo) { +- (BOOL)isEqualToGetCopyReferenceResult:(DBFILESGetCopyReferenceResult *)aGetCopyReferenceResult { + if (self == aGetCopyReferenceResult) { return YES; } - if (![self.readOnly isEqual:aSharingInfo.readOnly]) { + if (![self.metadata isEqual:aGetCopyReferenceResult.metadata]) { + return NO; + } + if (![self.dCopyReference isEqual:aGetCopyReferenceResult.dCopyReference]) { + return NO; + } + if (![self.expires isEqual:aGetCopyReferenceResult.expires]) { return NO; } return YES; @@ -4803,68 +4972,67 @@ - (BOOL)isEqualToSharingInfo:(DBFILESSharingInfo *)aSharingInfo { #pragma mark - Serializer Object -@implementation DBFILESSharingInfoSerializer +@implementation DBFILESGetCopyReferenceResultSerializer -+ (NSDictionary *)serialize:(DBFILESSharingInfo *)valueObj { ++ (NSDictionary *)serialize:(DBFILESGetCopyReferenceResult *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"read_only"] = valueObj.readOnly; + jsonDict[@"metadata"] = [DBFILESMetadataSerializer serialize:valueObj.metadata]; + jsonDict[@"copy_reference"] = valueObj.dCopyReference; + jsonDict[@"expires"] = [DBNSDateSerializer serialize:valueObj.expires dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESSharingInfo *)deserialize:(NSDictionary *)valueDict { - NSNumber *readOnly = valueDict[@"read_only"]; ++ (DBFILESGetCopyReferenceResult *)deserialize:(NSDictionary *)valueDict { + DBFILESMetadata *metadata = [DBFILESMetadataSerializer deserialize:valueDict[@"metadata"]]; + NSString *dCopyReference = valueDict[@"copy_reference"]; + NSDate *expires = [DBNSDateSerializer deserialize:valueDict[@"expires"] dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; - return [[DBFILESSharingInfo alloc] initWithReadOnly:readOnly]; + return + [[DBFILESGetCopyReferenceResult alloc] initWithMetadata:metadata dCopyReference:dCopyReference expires:expires]; } @end -#import "DBFILESFileSharingInfo.h" -#import "DBFILESSharingInfo.h" +#import "DBFILESGetTemporaryLinkArg.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESFileSharingInfo +@implementation DBFILESGetTemporaryLinkArg #pragma mark - Constructors -- (instancetype)initWithReadOnly:(NSNumber *)readOnly - parentSharedFolderId:(NSString *)parentSharedFolderId - modifiedBy:(NSString *)modifiedBy { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"](parentSharedFolderId); +- (instancetype)initWithPath:(NSString *)path { [DBStoneValidators - nullableValidator:[DBStoneValidators stringValidator:@(40) maxLength:@(40) pattern:nil]](modifiedBy); + nonnullValidator:[DBStoneValidators + stringValidator:nil + maxLength:nil + pattern:@"(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)"]](path); - self = [super initWithReadOnly:readOnly]; + self = [super init]; if (self) { - _parentSharedFolderId = parentSharedFolderId; - _modifiedBy = modifiedBy; + _path = path; } return self; } -- (instancetype)initWithReadOnly:(NSNumber *)readOnly parentSharedFolderId:(NSString *)parentSharedFolderId { - return [self initWithReadOnly:readOnly parentSharedFolderId:parentSharedFolderId modifiedBy:nil]; -} - #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESFileSharingInfoSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESGetTemporaryLinkArgSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESFileSharingInfoSerializer deserialize:dict]; + return [DBFILESGetTemporaryLinkArgSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESFileSharingInfoSerializer serialize:self] description]; + return [[DBFILESGetTemporaryLinkArgSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -4881,11 +5049,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.readOnly hash]; - result = prime * result + [self.parentSharedFolderId hash]; - if (self.modifiedBy) { - result = prime * result + [self.modifiedBy hash]; - } + result = prime * result + [self.path hash]; return prime * result; } @@ -4899,24 +5063,16 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToFileSharingInfo:other]; + return [self isEqualToGetTemporaryLinkArg:other]; } -- (BOOL)isEqualToFileSharingInfo:(DBFILESFileSharingInfo *)aFileSharingInfo { - if (self == aFileSharingInfo) { +- (BOOL)isEqualToGetTemporaryLinkArg:(DBFILESGetTemporaryLinkArg *)aGetTemporaryLinkArg { + if (self == aGetTemporaryLinkArg) { return YES; } - if (![self.readOnly isEqual:aFileSharingInfo.readOnly]) { - return NO; - } - if (![self.parentSharedFolderId isEqual:aFileSharingInfo.parentSharedFolderId]) { + if (![self.path isEqual:aGetTemporaryLinkArg.path]) { return NO; } - if (self.modifiedBy) { - if (![self.modifiedBy isEqual:aFileSharingInfo.modifiedBy]) { - return NO; - } - } return YES; } @@ -4924,98 +5080,99 @@ - (BOOL)isEqualToFileSharingInfo:(DBFILESFileSharingInfo *)aFileSharingInfo { #pragma mark - Serializer Object -@implementation DBFILESFileSharingInfoSerializer +@implementation DBFILESGetTemporaryLinkArgSerializer -+ (NSDictionary *)serialize:(DBFILESFileSharingInfo *)valueObj { ++ (NSDictionary *)serialize:(DBFILESGetTemporaryLinkArg *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"read_only"] = valueObj.readOnly; - jsonDict[@"parent_shared_folder_id"] = valueObj.parentSharedFolderId; - if (valueObj.modifiedBy) { - jsonDict[@"modified_by"] = valueObj.modifiedBy; - } + jsonDict[@"path"] = valueObj.path; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESFileSharingInfo *)deserialize:(NSDictionary *)valueDict { - NSNumber *readOnly = valueDict[@"read_only"]; - NSString *parentSharedFolderId = valueDict[@"parent_shared_folder_id"]; - NSString *modifiedBy = valueDict[@"modified_by"] ?: nil; ++ (DBFILESGetTemporaryLinkArg *)deserialize:(NSDictionary *)valueDict { + NSString *path = valueDict[@"path"]; - return [[DBFILESFileSharingInfo alloc] initWithReadOnly:readOnly - parentSharedFolderId:parentSharedFolderId - modifiedBy:modifiedBy]; + return [[DBFILESGetTemporaryLinkArg alloc] initWithPath:path]; } @end -#import "DBFILESFolderMetadata.h" -#import "DBFILESFolderSharingInfo.h" -#import "DBFILESMetadata.h" -#import "DBPROPERTIESPropertyGroup.h" +#import "DBFILESGetTemporaryLinkError.h" +#import "DBFILESLookupError.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESFolderMetadata +@implementation DBFILESGetTemporaryLinkError + +@synthesize path = _path; #pragma mark - Constructors -- (instancetype)initWithName:(NSString *)name - id_:(NSString *)id_ - pathLower:(NSString *)pathLower - pathDisplay:(NSString *)pathDisplay - parentSharedFolderId:(NSString *)parentSharedFolderId - sharedFolderId:(NSString *)sharedFolderId - sharingInfo:(DBFILESFolderSharingInfo *)sharingInfo - propertyGroups:(NSArray *)propertyGroups { - [DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil](id_); - [DBStoneValidators - nullableValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]]( - parentSharedFolderId); - [DBStoneValidators - nullableValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]](sharedFolderId); - [DBStoneValidators - nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](propertyGroups); +- (instancetype)initWithPath:(DBFILESLookupError *)path { + self = [super init]; + if (self) { + _tag = DBFILESGetTemporaryLinkErrorPath; + _path = path; + } + return self; +} - self = - [super initWithName:name pathLower:pathLower pathDisplay:pathDisplay parentSharedFolderId:parentSharedFolderId]; +- (instancetype)initWithOther { + self = [super init]; if (self) { - _id_ = id_; - _sharedFolderId = sharedFolderId; - _sharingInfo = sharingInfo; - _propertyGroups = propertyGroups; + _tag = DBFILESGetTemporaryLinkErrorOther; } return self; } -- (instancetype)initWithName:(NSString *)name id_:(NSString *)id_ { - return [self initWithName:name - id_:id_ - pathLower:nil - pathDisplay:nil - parentSharedFolderId:nil - sharedFolderId:nil - sharingInfo:nil - propertyGroups:nil]; +#pragma mark - Instance field accessors + +- (DBFILESLookupError *)path { + if (![self isPath]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILESGetTemporaryLinkErrorPath, but was %@.", [self tagName]]; + } + return _path; +} + +#pragma mark - Tag state methods + +- (BOOL)isPath { + return _tag == DBFILESGetTemporaryLinkErrorPath; +} + +- (BOOL)isOther { + return _tag == DBFILESGetTemporaryLinkErrorOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILESGetTemporaryLinkErrorPath: + return @"DBFILESGetTemporaryLinkErrorPath"; + case DBFILESGetTemporaryLinkErrorOther: + return @"DBFILESGetTemporaryLinkErrorOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESFolderMetadataSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESGetTemporaryLinkErrorSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESFolderMetadataSerializer deserialize:dict]; + return [DBFILESGetTemporaryLinkErrorSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESFolderMetadataSerializer serialize:self] description]; + return [[DBFILESGetTemporaryLinkErrorSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -5024,33 +5181,19 @@ - (instancetype)copyWithZone:(NSZone *)zone { #pragma unused(zone) /// object is immutable return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - result = prime * result + [self.name hash]; - result = prime * result + [self.id_ hash]; - if (self.pathLower) { - result = prime * result + [self.pathLower hash]; - } - if (self.pathDisplay) { - result = prime * result + [self.pathDisplay hash]; - } - if (self.parentSharedFolderId) { - result = prime * result + [self.parentSharedFolderId hash]; - } - if (self.sharedFolderId) { - result = prime * result + [self.sharedFolderId hash]; - } - if (self.sharingInfo) { - result = prime * result + [self.sharingInfo hash]; - } - if (self.propertyGroups) { - result = prime * result + [self.propertyGroups hash]; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBFILESGetTemporaryLinkErrorPath: + result = prime * result + [self.path hash]; + case DBFILESGetTemporaryLinkErrorOther: + result = prime * result + [[self tagName] hash]; } return prime * result; @@ -5065,48 +5208,21 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToFolderMetadata:other]; + return [self isEqualToGetTemporaryLinkError:other]; } -- (BOOL)isEqualToFolderMetadata:(DBFILESFolderMetadata *)aFolderMetadata { - if (self == aFolderMetadata) { +- (BOOL)isEqualToGetTemporaryLinkError:(DBFILESGetTemporaryLinkError *)aGetTemporaryLinkError { + if (self == aGetTemporaryLinkError) { return YES; } - if (![self.name isEqual:aFolderMetadata.name]) { - return NO; - } - if (![self.id_ isEqual:aFolderMetadata.id_]) { + if (self.tag != aGetTemporaryLinkError.tag) { return NO; } - if (self.pathLower) { - if (![self.pathLower isEqual:aFolderMetadata.pathLower]) { - return NO; - } - } - if (self.pathDisplay) { - if (![self.pathDisplay isEqual:aFolderMetadata.pathDisplay]) { - return NO; - } - } - if (self.parentSharedFolderId) { - if (![self.parentSharedFolderId isEqual:aFolderMetadata.parentSharedFolderId]) { - return NO; - } - } - if (self.sharedFolderId) { - if (![self.sharedFolderId isEqual:aFolderMetadata.sharedFolderId]) { - return NO; - } - } - if (self.sharingInfo) { - if (![self.sharingInfo isEqual:aFolderMetadata.sharingInfo]) { - return NO; - } - } - if (self.propertyGroups) { - if (![self.propertyGroups isEqual:aFolderMetadata.propertyGroups]) { - return NO; - } + switch (_tag) { + case DBFILESGetTemporaryLinkErrorPath: + return [self.path isEqual:aGetTemporaryLinkError.path]; + case DBFILESGetTemporaryLinkErrorOther: + return [[self tagName] isEqual:[aGetTemporaryLinkError tagName]]; } return YES; } @@ -5115,117 +5231,75 @@ - (BOOL)isEqualToFolderMetadata:(DBFILESFolderMetadata *)aFolderMetadata { #pragma mark - Serializer Object -@implementation DBFILESFolderMetadataSerializer +@implementation DBFILESGetTemporaryLinkErrorSerializer -+ (NSDictionary *)serialize:(DBFILESFolderMetadata *)valueObj { ++ (NSDictionary *)serialize:(DBFILESGetTemporaryLinkError *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"name"] = valueObj.name; - jsonDict[@"id"] = valueObj.id_; - if (valueObj.pathLower) { - jsonDict[@"path_lower"] = valueObj.pathLower; - } - if (valueObj.pathDisplay) { - jsonDict[@"path_display"] = valueObj.pathDisplay; - } - if (valueObj.parentSharedFolderId) { - jsonDict[@"parent_shared_folder_id"] = valueObj.parentSharedFolderId; - } - if (valueObj.sharedFolderId) { - jsonDict[@"shared_folder_id"] = valueObj.sharedFolderId; - } - if (valueObj.sharingInfo) { - jsonDict[@"sharing_info"] = [DBFILESFolderSharingInfoSerializer serialize:valueObj.sharingInfo]; - } - if (valueObj.propertyGroups) { - jsonDict[@"property_groups"] = [DBArraySerializer serialize:valueObj.propertyGroups - withBlock:^id(id elem0) { - return [DBPROPERTIESPropertyGroupSerializer serialize:elem0]; - }]; + if ([valueObj isPath]) { + jsonDict[@"path"] = [[DBFILESLookupErrorSerializer serialize:valueObj.path] mutableCopy]; + jsonDict[@".tag"] = @"path"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESFolderMetadata *)deserialize:(NSDictionary *)valueDict { - NSString *name = valueDict[@"name"]; - NSString *id_ = valueDict[@"id"]; - NSString *pathLower = valueDict[@"path_lower"] ?: nil; - NSString *pathDisplay = valueDict[@"path_display"] ?: nil; - NSString *parentSharedFolderId = valueDict[@"parent_shared_folder_id"] ?: nil; - NSString *sharedFolderId = valueDict[@"shared_folder_id"] ?: nil; - DBFILESFolderSharingInfo *sharingInfo = - valueDict[@"sharing_info"] ? [DBFILESFolderSharingInfoSerializer deserialize:valueDict[@"sharing_info"]] : nil; - NSArray *propertyGroups = - valueDict[@"property_groups"] - ? [DBArraySerializer deserialize:valueDict[@"property_groups"] - withBlock:^id(id elem0) { - return [DBPROPERTIESPropertyGroupSerializer deserialize:elem0]; - }] - : nil; ++ (DBFILESGetTemporaryLinkError *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; - return [[DBFILESFolderMetadata alloc] initWithName:name - id_:id_ - pathLower:pathLower - pathDisplay:pathDisplay - parentSharedFolderId:parentSharedFolderId - sharedFolderId:sharedFolderId - sharingInfo:sharingInfo - propertyGroups:propertyGroups]; + if ([tag isEqualToString:@"path"]) { + DBFILESLookupError *path = [DBFILESLookupErrorSerializer deserialize:valueDict[@"path"]]; + return [[DBFILESGetTemporaryLinkError alloc] initWithPath:path]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILESGetTemporaryLinkError alloc] initWithOther]; + } else { + return [[DBFILESGetTemporaryLinkError alloc] initWithOther]; + } } @end -#import "DBFILESFolderSharingInfo.h" -#import "DBFILESSharingInfo.h" +#import "DBFILESFileMetadata.h" +#import "DBFILESGetTemporaryLinkResult.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESFolderSharingInfo +@implementation DBFILESGetTemporaryLinkResult #pragma mark - Constructors -- (instancetype)initWithReadOnly:(NSNumber *)readOnly - parentSharedFolderId:(NSString *)parentSharedFolderId - sharedFolderId:(NSString *)sharedFolderId - traverseOnly:(NSNumber *)traverseOnly - noAccess:(NSNumber *)noAccess { - [DBStoneValidators - nullableValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]]( - parentSharedFolderId); - [DBStoneValidators - nullableValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]](sharedFolderId); +- (instancetype)initWithMetadata:(DBFILESFileMetadata *)metadata link:(NSString *)link { + [DBStoneValidators nonnullValidator:nil](metadata); + [DBStoneValidators nonnullValidator:nil](link); - self = [super initWithReadOnly:readOnly]; + self = [super init]; if (self) { - _parentSharedFolderId = parentSharedFolderId; - _sharedFolderId = sharedFolderId; - _traverseOnly = traverseOnly ?: @NO; - _noAccess = noAccess ?: @NO; + _metadata = metadata; + _link = link; } return self; } -- (instancetype)initWithReadOnly:(NSNumber *)readOnly { - return [self initWithReadOnly:readOnly parentSharedFolderId:nil sharedFolderId:nil traverseOnly:nil noAccess:nil]; -} - #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESFolderSharingInfoSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESGetTemporaryLinkResultSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESFolderSharingInfoSerializer deserialize:dict]; + return [DBFILESGetTemporaryLinkResultSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESFolderSharingInfoSerializer serialize:self] description]; + return [[DBFILESGetTemporaryLinkResultSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -5242,15 +5316,8 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.readOnly hash]; - if (self.parentSharedFolderId) { - result = prime * result + [self.parentSharedFolderId hash]; - } - if (self.sharedFolderId) { - result = prime * result + [self.sharedFolderId hash]; - } - result = prime * result + [self.traverseOnly hash]; - result = prime * result + [self.noAccess hash]; + result = prime * result + [self.metadata hash]; + result = prime * result + [self.link hash]; return prime * result; } @@ -5264,30 +5331,17 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToFolderSharingInfo:other]; + return [self isEqualToGetTemporaryLinkResult:other]; } -- (BOOL)isEqualToFolderSharingInfo:(DBFILESFolderSharingInfo *)aFolderSharingInfo { - if (self == aFolderSharingInfo) { +- (BOOL)isEqualToGetTemporaryLinkResult:(DBFILESGetTemporaryLinkResult *)aGetTemporaryLinkResult { + if (self == aGetTemporaryLinkResult) { return YES; } - if (![self.readOnly isEqual:aFolderSharingInfo.readOnly]) { - return NO; - } - if (self.parentSharedFolderId) { - if (![self.parentSharedFolderId isEqual:aFolderSharingInfo.parentSharedFolderId]) { - return NO; - } - } - if (self.sharedFolderId) { - if (![self.sharedFolderId isEqual:aFolderSharingInfo.sharedFolderId]) { - return NO; - } - } - if (![self.traverseOnly isEqual:aFolderSharingInfo.traverseOnly]) { + if (![self.metadata isEqual:aGetTemporaryLinkResult.metadata]) { return NO; } - if (![self.noAccess isEqual:aFolderSharingInfo.noAccess]) { + if (![self.link isEqual:aGetTemporaryLinkResult.link]) { return NO; } return YES; @@ -5297,75 +5351,64 @@ - (BOOL)isEqualToFolderSharingInfo:(DBFILESFolderSharingInfo *)aFolderSharingInf #pragma mark - Serializer Object -@implementation DBFILESFolderSharingInfoSerializer +@implementation DBFILESGetTemporaryLinkResultSerializer -+ (NSDictionary *)serialize:(DBFILESFolderSharingInfo *)valueObj { ++ (NSDictionary *)serialize:(DBFILESGetTemporaryLinkResult *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"read_only"] = valueObj.readOnly; - if (valueObj.parentSharedFolderId) { - jsonDict[@"parent_shared_folder_id"] = valueObj.parentSharedFolderId; - } - if (valueObj.sharedFolderId) { - jsonDict[@"shared_folder_id"] = valueObj.sharedFolderId; - } - jsonDict[@"traverse_only"] = valueObj.traverseOnly; - jsonDict[@"no_access"] = valueObj.noAccess; + jsonDict[@"metadata"] = [DBFILESFileMetadataSerializer serialize:valueObj.metadata]; + jsonDict[@"link"] = valueObj.link; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESFolderSharingInfo *)deserialize:(NSDictionary *)valueDict { - NSNumber *readOnly = valueDict[@"read_only"]; - NSString *parentSharedFolderId = valueDict[@"parent_shared_folder_id"] ?: nil; - NSString *sharedFolderId = valueDict[@"shared_folder_id"] ?: nil; - NSNumber *traverseOnly = valueDict[@"traverse_only"] ?: @NO; - NSNumber *noAccess = valueDict[@"no_access"] ?: @NO; ++ (DBFILESGetTemporaryLinkResult *)deserialize:(NSDictionary *)valueDict { + DBFILESFileMetadata *metadata = [DBFILESFileMetadataSerializer deserialize:valueDict[@"metadata"]]; + NSString *link = valueDict[@"link"]; - return [[DBFILESFolderSharingInfo alloc] initWithReadOnly:readOnly - parentSharedFolderId:parentSharedFolderId - sharedFolderId:sharedFolderId - traverseOnly:traverseOnly - noAccess:noAccess]; + return [[DBFILESGetTemporaryLinkResult alloc] initWithMetadata:metadata link:link]; } @end -#import "DBFILESGetCopyReferenceArg.h" +#import "DBFILESGetThumbnailBatchArg.h" +#import "DBFILESThumbnailArg.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESGetCopyReferenceArg +@implementation DBFILESGetThumbnailBatchArg #pragma mark - Constructors -- (instancetype)initWithPath:(NSString *)path { - [DBStoneValidators stringValidator:nil maxLength:nil - pattern:@"(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)"](path); +- (instancetype)initWithEntries:(NSArray *)entries { + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](entries); self = [super init]; if (self) { - _path = path; + _entries = entries; } return self; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESGetCopyReferenceArgSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESGetThumbnailBatchArgSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESGetCopyReferenceArgSerializer deserialize:dict]; + return [DBFILESGetThumbnailBatchArgSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESGetCopyReferenceArgSerializer serialize:self] description]; + return [[DBFILESGetThumbnailBatchArgSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -5382,7 +5425,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.path hash]; + result = prime * result + [self.entries hash]; return prime * result; } @@ -5396,14 +5439,14 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToGetCopyReferenceArg:other]; + return [self isEqualToGetThumbnailBatchArg:other]; } -- (BOOL)isEqualToGetCopyReferenceArg:(DBFILESGetCopyReferenceArg *)aGetCopyReferenceArg { - if (self == aGetCopyReferenceArg) { +- (BOOL)isEqualToGetThumbnailBatchArg:(DBFILESGetThumbnailBatchArg *)aGetThumbnailBatchArg { + if (self == aGetThumbnailBatchArg) { return YES; } - if (![self.path isEqual:aGetCopyReferenceArg.path]) { + if (![self.entries isEqual:aGetThumbnailBatchArg.entries]) { return NO; } return YES; @@ -5413,42 +5456,45 @@ - (BOOL)isEqualToGetCopyReferenceArg:(DBFILESGetCopyReferenceArg *)aGetCopyRefer #pragma mark - Serializer Object -@implementation DBFILESGetCopyReferenceArgSerializer +@implementation DBFILESGetThumbnailBatchArgSerializer -+ (NSDictionary *)serialize:(DBFILESGetCopyReferenceArg *)valueObj { ++ (NSDictionary *)serialize:(DBFILESGetThumbnailBatchArg *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"path"] = valueObj.path; + jsonDict[@"entries"] = [DBArraySerializer serialize:valueObj.entries + withBlock:^id(id elem0) { + return [DBFILESThumbnailArgSerializer serialize:elem0]; + }]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESGetCopyReferenceArg *)deserialize:(NSDictionary *)valueDict { - NSString *path = valueDict[@"path"]; ++ (DBFILESGetThumbnailBatchArg *)deserialize:(NSDictionary *)valueDict { + NSArray *entries = + [DBArraySerializer deserialize:valueDict[@"entries"] + withBlock:^id(id elem0) { + return [DBFILESThumbnailArgSerializer deserialize:elem0]; + }]; - return [[DBFILESGetCopyReferenceArg alloc] initWithPath:path]; + return [[DBFILESGetThumbnailBatchArg alloc] initWithEntries:entries]; } @end -#import "DBFILESGetCopyReferenceError.h" -#import "DBFILESLookupError.h" +#import "DBFILESGetThumbnailBatchError.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESGetCopyReferenceError - -@synthesize path = _path; +@implementation DBFILESGetThumbnailBatchError #pragma mark - Constructors -- (instancetype)initWithPath:(DBFILESLookupError *)path { +- (instancetype)initWithTooManyFiles { self = [super init]; if (self) { - _tag = DBFILESGetCopyReferenceErrorPath; - _path = path; + _tag = DBFILESGetThumbnailBatchErrorTooManyFiles; } return self; } @@ -5456,37 +5502,29 @@ - (instancetype)initWithPath:(DBFILESLookupError *)path { - (instancetype)initWithOther { self = [super init]; if (self) { - _tag = DBFILESGetCopyReferenceErrorOther; + _tag = DBFILESGetThumbnailBatchErrorOther; } return self; } #pragma mark - Instance field accessors -- (DBFILESLookupError *)path { - if (![self isPath]) { - [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBFILESGetCopyReferenceErrorPath, but was %@.", [self tagName]]; - } - return _path; -} - #pragma mark - Tag state methods -- (BOOL)isPath { - return _tag == DBFILESGetCopyReferenceErrorPath; +- (BOOL)isTooManyFiles { + return _tag == DBFILESGetThumbnailBatchErrorTooManyFiles; } - (BOOL)isOther { - return _tag == DBFILESGetCopyReferenceErrorOther; + return _tag == DBFILESGetThumbnailBatchErrorOther; } - (NSString *)tagName { switch (_tag) { - case DBFILESGetCopyReferenceErrorPath: - return @"DBFILESGetCopyReferenceErrorPath"; - case DBFILESGetCopyReferenceErrorOther: - return @"DBFILESGetCopyReferenceErrorOther"; + case DBFILESGetThumbnailBatchErrorTooManyFiles: + return @"DBFILESGetThumbnailBatchErrorTooManyFiles"; + case DBFILESGetThumbnailBatchErrorOther: + return @"DBFILESGetThumbnailBatchErrorOther"; } @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); @@ -5494,18 +5532,18 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESGetCopyReferenceErrorSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESGetThumbnailBatchErrorSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESGetCopyReferenceErrorSerializer deserialize:dict]; + return [DBFILESGetThumbnailBatchErrorSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESGetCopyReferenceErrorSerializer serialize:self] description]; + return [[DBFILESGetThumbnailBatchErrorSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -5523,9 +5561,9 @@ - (NSUInteger)hash { NSUInteger result = 1; switch (_tag) { - case DBFILESGetCopyReferenceErrorPath: - result = prime * result + [self.path hash]; - case DBFILESGetCopyReferenceErrorOther: + case DBFILESGetThumbnailBatchErrorTooManyFiles: + result = prime * result + [[self tagName] hash]; + case DBFILESGetThumbnailBatchErrorOther: result = prime * result + [[self tagName] hash]; } @@ -5541,21 +5579,21 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToGetCopyReferenceError:other]; + return [self isEqualToGetThumbnailBatchError:other]; } -- (BOOL)isEqualToGetCopyReferenceError:(DBFILESGetCopyReferenceError *)aGetCopyReferenceError { - if (self == aGetCopyReferenceError) { +- (BOOL)isEqualToGetThumbnailBatchError:(DBFILESGetThumbnailBatchError *)aGetThumbnailBatchError { + if (self == aGetThumbnailBatchError) { return YES; } - if (self.tag != aGetCopyReferenceError.tag) { + if (self.tag != aGetThumbnailBatchError.tag) { return NO; } switch (_tag) { - case DBFILESGetCopyReferenceErrorPath: - return [self.path isEqual:aGetCopyReferenceError.path]; - case DBFILESGetCopyReferenceErrorOther: - return [[self tagName] isEqual:[aGetCopyReferenceError tagName]]; + case DBFILESGetThumbnailBatchErrorTooManyFiles: + return [[self tagName] isEqual:[aGetThumbnailBatchError tagName]]; + case DBFILESGetThumbnailBatchErrorOther: + return [[self tagName] isEqual:[aGetThumbnailBatchError tagName]]; } return YES; } @@ -5564,76 +5602,74 @@ - (BOOL)isEqualToGetCopyReferenceError:(DBFILESGetCopyReferenceError *)aGetCopyR #pragma mark - Serializer Object -@implementation DBFILESGetCopyReferenceErrorSerializer +@implementation DBFILESGetThumbnailBatchErrorSerializer -+ (NSDictionary *)serialize:(DBFILESGetCopyReferenceError *)valueObj { ++ (NSDictionary *)serialize:(DBFILESGetThumbnailBatchError *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isPath]) { - jsonDict[@"path"] = [[DBFILESLookupErrorSerializer serialize:valueObj.path] mutableCopy]; - jsonDict[@".tag"] = @"path"; + if ([valueObj isTooManyFiles]) { + jsonDict[@".tag"] = @"too_many_files"; } else if ([valueObj isOther]) { jsonDict[@".tag"] = @"other"; } else { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESGetCopyReferenceError *)deserialize:(NSDictionary *)valueDict { ++ (DBFILESGetThumbnailBatchError *)deserialize:(NSDictionary *)valueDict { NSString *tag = valueDict[@".tag"]; - if ([tag isEqualToString:@"path"]) { - DBFILESLookupError *path = [DBFILESLookupErrorSerializer deserialize:valueDict[@"path"]]; - return [[DBFILESGetCopyReferenceError alloc] initWithPath:path]; + if ([tag isEqualToString:@"too_many_files"]) { + return [[DBFILESGetThumbnailBatchError alloc] initWithTooManyFiles]; } else if ([tag isEqualToString:@"other"]) { - return [[DBFILESGetCopyReferenceError alloc] initWithOther]; + return [[DBFILESGetThumbnailBatchError alloc] initWithOther]; } else { - return [[DBFILESGetCopyReferenceError alloc] initWithOther]; + return [[DBFILESGetThumbnailBatchError alloc] initWithOther]; } } @end -#import "DBFILESGetCopyReferenceResult.h" -#import "DBFILESMetadata.h" +#import "DBFILESGetThumbnailBatchResult.h" +#import "DBFILESGetThumbnailBatchResultEntry.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESGetCopyReferenceResult +@implementation DBFILESGetThumbnailBatchResult #pragma mark - Constructors -- (instancetype)initWithMetadata:(DBFILESMetadata *)metadata - dCopyReference:(NSString *)dCopyReference - expires:(NSDate *)expires { +- (instancetype)initWithEntries:(NSArray *)entries { + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](entries); self = [super init]; if (self) { - _metadata = metadata; - _dCopyReference = dCopyReference; - _expires = expires; + _entries = entries; } return self; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESGetCopyReferenceResultSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESGetThumbnailBatchResultSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESGetCopyReferenceResultSerializer deserialize:dict]; + return [DBFILESGetThumbnailBatchResultSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESGetCopyReferenceResultSerializer serialize:self] description]; + return [[DBFILESGetThumbnailBatchResultSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -5650,9 +5686,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.metadata hash]; - result = prime * result + [self.dCopyReference hash]; - result = prime * result + [self.expires hash]; + result = prime * result + [self.entries hash]; return prime * result; } @@ -5666,20 +5700,14 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToGetCopyReferenceResult:other]; + return [self isEqualToGetThumbnailBatchResult:other]; } -- (BOOL)isEqualToGetCopyReferenceResult:(DBFILESGetCopyReferenceResult *)aGetCopyReferenceResult { - if (self == aGetCopyReferenceResult) { +- (BOOL)isEqualToGetThumbnailBatchResult:(DBFILESGetThumbnailBatchResult *)aGetThumbnailBatchResult { + if (self == aGetThumbnailBatchResult) { return YES; } - if (![self.metadata isEqual:aGetCopyReferenceResult.metadata]) { - return NO; - } - if (![self.dCopyReference isEqual:aGetCopyReferenceResult.dCopyReference]) { - return NO; - } - if (![self.expires isEqual:aGetCopyReferenceResult.expires]) { + if (![self.entries isEqual:aGetThumbnailBatchResult.entries]) { return NO; } return YES; @@ -5689,64 +5717,68 @@ - (BOOL)isEqualToGetCopyReferenceResult:(DBFILESGetCopyReferenceResult *)aGetCop #pragma mark - Serializer Object -@implementation DBFILESGetCopyReferenceResultSerializer +@implementation DBFILESGetThumbnailBatchResultSerializer -+ (NSDictionary *)serialize:(DBFILESGetCopyReferenceResult *)valueObj { ++ (NSDictionary *)serialize:(DBFILESGetThumbnailBatchResult *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"metadata"] = [DBFILESMetadataSerializer serialize:valueObj.metadata]; - jsonDict[@"copy_reference"] = valueObj.dCopyReference; - jsonDict[@"expires"] = [DBNSDateSerializer serialize:valueObj.expires dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; + jsonDict[@"entries"] = [DBArraySerializer serialize:valueObj.entries + withBlock:^id(id elem0) { + return [DBFILESGetThumbnailBatchResultEntrySerializer serialize:elem0]; + }]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESGetCopyReferenceResult *)deserialize:(NSDictionary *)valueDict { - DBFILESMetadata *metadata = [DBFILESMetadataSerializer deserialize:valueDict[@"metadata"]]; - NSString *dCopyReference = valueDict[@"copy_reference"]; - NSDate *expires = [DBNSDateSerializer deserialize:valueDict[@"expires"] dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; ++ (DBFILESGetThumbnailBatchResult *)deserialize:(NSDictionary *)valueDict { + NSArray *entries = + [DBArraySerializer deserialize:valueDict[@"entries"] + withBlock:^id(id elem0) { + return [DBFILESGetThumbnailBatchResultEntrySerializer deserialize:elem0]; + }]; - return - [[DBFILESGetCopyReferenceResult alloc] initWithMetadata:metadata dCopyReference:dCopyReference expires:expires]; + return [[DBFILESGetThumbnailBatchResult alloc] initWithEntries:entries]; } @end -#import "DBFILESGetTemporaryLinkArg.h" +#import "DBFILESFileMetadata.h" +#import "DBFILESGetThumbnailBatchResultData.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESGetTemporaryLinkArg +@implementation DBFILESGetThumbnailBatchResultData #pragma mark - Constructors -- (instancetype)initWithPath:(NSString *)path { - [DBStoneValidators stringValidator:nil maxLength:nil - pattern:@"(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)"](path); +- (instancetype)initWithMetadata:(DBFILESFileMetadata *)metadata thumbnail:(NSString *)thumbnail { + [DBStoneValidators nonnullValidator:nil](metadata); + [DBStoneValidators nonnullValidator:nil](thumbnail); self = [super init]; if (self) { - _path = path; + _metadata = metadata; + _thumbnail = thumbnail; } return self; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESGetTemporaryLinkArgSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESGetThumbnailBatchResultDataSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESGetTemporaryLinkArgSerializer deserialize:dict]; + return [DBFILESGetThumbnailBatchResultDataSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESGetTemporaryLinkArgSerializer serialize:self] description]; + return [[DBFILESGetThumbnailBatchResultDataSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -5763,7 +5795,8 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.path hash]; + result = prime * result + [self.metadata hash]; + result = prime * result + [self.thumbnail hash]; return prime * result; } @@ -5777,14 +5810,17 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToGetTemporaryLinkArg:other]; + return [self isEqualToGetThumbnailBatchResultData:other]; } -- (BOOL)isEqualToGetTemporaryLinkArg:(DBFILESGetTemporaryLinkArg *)aGetTemporaryLinkArg { - if (self == aGetTemporaryLinkArg) { +- (BOOL)isEqualToGetThumbnailBatchResultData:(DBFILESGetThumbnailBatchResultData *)aGetThumbnailBatchResultData { + if (self == aGetThumbnailBatchResultData) { return YES; } - if (![self.path isEqual:aGetTemporaryLinkArg.path]) { + if (![self.metadata isEqual:aGetThumbnailBatchResultData.metadata]) { + return NO; + } + if (![self.thumbnail isEqual:aGetThumbnailBatchResultData.thumbnail]) { return NO; } return YES; @@ -5794,224 +5830,128 @@ - (BOOL)isEqualToGetTemporaryLinkArg:(DBFILESGetTemporaryLinkArg *)aGetTemporary #pragma mark - Serializer Object -@implementation DBFILESGetTemporaryLinkArgSerializer +@implementation DBFILESGetThumbnailBatchResultDataSerializer -+ (NSDictionary *)serialize:(DBFILESGetTemporaryLinkArg *)valueObj { ++ (NSDictionary *)serialize:(DBFILESGetThumbnailBatchResultData *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"path"] = valueObj.path; + jsonDict[@"metadata"] = [DBFILESFileMetadataSerializer serialize:valueObj.metadata]; + jsonDict[@"thumbnail"] = valueObj.thumbnail; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESGetTemporaryLinkArg *)deserialize:(NSDictionary *)valueDict { - NSString *path = valueDict[@"path"]; ++ (DBFILESGetThumbnailBatchResultData *)deserialize:(NSDictionary *)valueDict { + DBFILESFileMetadata *metadata = [DBFILESFileMetadataSerializer deserialize:valueDict[@"metadata"]]; + NSString *thumbnail = valueDict[@"thumbnail"]; - return [[DBFILESGetTemporaryLinkArg alloc] initWithPath:path]; + return [[DBFILESGetThumbnailBatchResultData alloc] initWithMetadata:metadata thumbnail:thumbnail]; } @end -#import "DBFILESGetTemporaryLinkError.h" -#import "DBFILESLookupError.h" +#import "DBFILESGetThumbnailBatchResultData.h" +#import "DBFILESGetThumbnailBatchResultEntry.h" +#import "DBFILESThumbnailError.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESGetTemporaryLinkError +@implementation DBFILESGetThumbnailBatchResultEntry -@synthesize path = _path; +@synthesize success = _success; +@synthesize failure = _failure; #pragma mark - Constructors -- (instancetype)initWithPath:(DBFILESLookupError *)path { +- (instancetype)initWithSuccess:(DBFILESGetThumbnailBatchResultData *)success { self = [super init]; if (self) { - _tag = DBFILESGetTemporaryLinkErrorPath; - _path = path; + _tag = DBFILESGetThumbnailBatchResultEntrySuccess; + _success = success; } return self; } -- (instancetype)initWithOther { +- (instancetype)initWithFailure:(DBFILESThumbnailError *)failure { self = [super init]; if (self) { - _tag = DBFILESGetTemporaryLinkErrorOther; + _tag = DBFILESGetThumbnailBatchResultEntryFailure; + _failure = failure; } return self; } -#pragma mark - Instance field accessors - -- (DBFILESLookupError *)path { - if (![self isPath]) { - [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBFILESGetTemporaryLinkErrorPath, but was %@.", [self tagName]]; - } - return _path; -} - -#pragma mark - Tag state methods - -- (BOOL)isPath { - return _tag == DBFILESGetTemporaryLinkErrorPath; -} - -- (BOOL)isOther { - return _tag == DBFILESGetTemporaryLinkErrorOther; -} - -- (NSString *)tagName { - switch (_tag) { - case DBFILESGetTemporaryLinkErrorPath: - return @"DBFILESGetTemporaryLinkErrorPath"; - case DBFILESGetTemporaryLinkErrorOther: - return @"DBFILESGetTemporaryLinkErrorOther"; +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBFILESGetThumbnailBatchResultEntryOther; } - - @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESGetTemporaryLinkErrorSerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBFILESGetTemporaryLinkErrorSerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBFILESGetTemporaryLinkErrorSerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable return self; } -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - switch (_tag) { - case DBFILESGetTemporaryLinkErrorPath: - result = prime * result + [self.path hash]; - case DBFILESGetTemporaryLinkErrorOther: - result = prime * result + [[self tagName] hash]; - } - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToGetTemporaryLinkError:other]; -} - -- (BOOL)isEqualToGetTemporaryLinkError:(DBFILESGetTemporaryLinkError *)aGetTemporaryLinkError { - if (self == aGetTemporaryLinkError) { - return YES; - } - if (self.tag != aGetTemporaryLinkError.tag) { - return NO; - } - switch (_tag) { - case DBFILESGetTemporaryLinkErrorPath: - return [self.path isEqual:aGetTemporaryLinkError.path]; - case DBFILESGetTemporaryLinkErrorOther: - return [[self tagName] isEqual:[aGetTemporaryLinkError tagName]]; - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBFILESGetTemporaryLinkErrorSerializer - -+ (NSDictionary *)serialize:(DBFILESGetTemporaryLinkError *)valueObj { - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - if ([valueObj isPath]) { - jsonDict[@"path"] = [[DBFILESLookupErrorSerializer serialize:valueObj.path] mutableCopy]; - jsonDict[@".tag"] = @"path"; - } else if ([valueObj isOther]) { - jsonDict[@".tag"] = @"other"; - } else { - jsonDict[@".tag"] = @"other"; - } - - return jsonDict; -} - -+ (DBFILESGetTemporaryLinkError *)deserialize:(NSDictionary *)valueDict { - NSString *tag = valueDict[@".tag"]; +#pragma mark - Instance field accessors - if ([tag isEqualToString:@"path"]) { - DBFILESLookupError *path = [DBFILESLookupErrorSerializer deserialize:valueDict[@"path"]]; - return [[DBFILESGetTemporaryLinkError alloc] initWithPath:path]; - } else if ([tag isEqualToString:@"other"]) { - return [[DBFILESGetTemporaryLinkError alloc] initWithOther]; - } else { - return [[DBFILESGetTemporaryLinkError alloc] initWithOther]; +- (DBFILESGetThumbnailBatchResultData *)success { + if (![self isSuccess]) { + [NSException + raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILESGetThumbnailBatchResultEntrySuccess, but was %@.", [self tagName]]; } + return _success; } -@end - -#import "DBFILESFileMetadata.h" -#import "DBFILESGetTemporaryLinkResult.h" -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" +- (DBFILESThumbnailError *)failure { + if (![self isFailure]) { + [NSException + raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILESGetThumbnailBatchResultEntryFailure, but was %@.", [self tagName]]; + } + return _failure; +} -#pragma mark - API Object +#pragma mark - Tag state methods -@implementation DBFILESGetTemporaryLinkResult +- (BOOL)isSuccess { + return _tag == DBFILESGetThumbnailBatchResultEntrySuccess; +} -#pragma mark - Constructors +- (BOOL)isFailure { + return _tag == DBFILESGetThumbnailBatchResultEntryFailure; +} -- (instancetype)initWithMetadata:(DBFILESFileMetadata *)metadata link:(NSString *)link { +- (BOOL)isOther { + return _tag == DBFILESGetThumbnailBatchResultEntryOther; +} - self = [super init]; - if (self) { - _metadata = metadata; - _link = link; +- (NSString *)tagName { + switch (_tag) { + case DBFILESGetThumbnailBatchResultEntrySuccess: + return @"DBFILESGetThumbnailBatchResultEntrySuccess"; + case DBFILESGetThumbnailBatchResultEntryFailure: + return @"DBFILESGetThumbnailBatchResultEntryFailure"; + case DBFILESGetThumbnailBatchResultEntryOther: + return @"DBFILESGetThumbnailBatchResultEntryOther"; } - return self; + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESGetTemporaryLinkResultSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESGetThumbnailBatchResultEntrySerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESGetTemporaryLinkResultSerializer deserialize:dict]; + return [DBFILESGetThumbnailBatchResultEntrySerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESGetTemporaryLinkResultSerializer serialize:self] description]; + return [[DBFILESGetThumbnailBatchResultEntrySerializer serialize:self] description]; } #pragma mark - Copyable method @@ -6028,8 +5968,14 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.metadata hash]; - result = prime * result + [self.link hash]; + switch (_tag) { + case DBFILESGetThumbnailBatchResultEntrySuccess: + result = prime * result + [self.success hash]; + case DBFILESGetThumbnailBatchResultEntryFailure: + result = prime * result + [self.failure hash]; + case DBFILESGetThumbnailBatchResultEntryOther: + result = prime * result + [[self tagName] hash]; + } return prime * result; } @@ -6043,18 +5989,23 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToGetTemporaryLinkResult:other]; + return [self isEqualToGetThumbnailBatchResultEntry:other]; } -- (BOOL)isEqualToGetTemporaryLinkResult:(DBFILESGetTemporaryLinkResult *)aGetTemporaryLinkResult { - if (self == aGetTemporaryLinkResult) { +- (BOOL)isEqualToGetThumbnailBatchResultEntry:(DBFILESGetThumbnailBatchResultEntry *)aGetThumbnailBatchResultEntry { + if (self == aGetThumbnailBatchResultEntry) { return YES; } - if (![self.metadata isEqual:aGetTemporaryLinkResult.metadata]) { + if (self.tag != aGetThumbnailBatchResultEntry.tag) { return NO; } - if (![self.link isEqual:aGetTemporaryLinkResult.link]) { - return NO; + switch (_tag) { + case DBFILESGetThumbnailBatchResultEntrySuccess: + return [self.success isEqual:aGetThumbnailBatchResultEntry.success]; + case DBFILESGetThumbnailBatchResultEntryFailure: + return [self.failure isEqual:aGetThumbnailBatchResultEntry.failure]; + case DBFILESGetThumbnailBatchResultEntryOther: + return [[self tagName] isEqual:[aGetThumbnailBatchResultEntry tagName]]; } return YES; } @@ -6063,22 +6014,40 @@ - (BOOL)isEqualToGetTemporaryLinkResult:(DBFILESGetTemporaryLinkResult *)aGetTem #pragma mark - Serializer Object -@implementation DBFILESGetTemporaryLinkResultSerializer +@implementation DBFILESGetThumbnailBatchResultEntrySerializer -+ (NSDictionary *)serialize:(DBFILESGetTemporaryLinkResult *)valueObj { ++ (NSDictionary *)serialize:(DBFILESGetThumbnailBatchResultEntry *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"metadata"] = [DBFILESFileMetadataSerializer serialize:valueObj.metadata]; - jsonDict[@"link"] = valueObj.link; + if ([valueObj isSuccess]) { + jsonDict[@"success"] = [[DBFILESGetThumbnailBatchResultDataSerializer serialize:valueObj.success] mutableCopy]; + jsonDict[@".tag"] = @"success"; + } else if ([valueObj isFailure]) { + jsonDict[@"failure"] = [[DBFILESThumbnailErrorSerializer serialize:valueObj.failure] mutableCopy]; + jsonDict[@".tag"] = @"failure"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESGetTemporaryLinkResult *)deserialize:(NSDictionary *)valueDict { - DBFILESFileMetadata *metadata = [DBFILESFileMetadataSerializer deserialize:valueDict[@"metadata"]]; - NSString *link = valueDict[@"link"]; ++ (DBFILESGetThumbnailBatchResultEntry *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; - return [[DBFILESGetTemporaryLinkResult alloc] initWithMetadata:metadata link:link]; + if ([tag isEqualToString:@"success"]) { + DBFILESGetThumbnailBatchResultData *success = [DBFILESGetThumbnailBatchResultDataSerializer deserialize:valueDict]; + return [[DBFILESGetThumbnailBatchResultEntry alloc] initWithSuccess:success]; + } else if ([tag isEqualToString:@"failure"]) { + DBFILESThumbnailError *failure = [DBFILESThumbnailErrorSerializer deserialize:valueDict[@"failure"]]; + return [[DBFILESGetThumbnailBatchResultEntry alloc] initWithFailure:failure]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILESGetThumbnailBatchResultEntry alloc] initWithOther]; + } else { + return [[DBFILESGetThumbnailBatchResultEntry alloc] initWithOther]; + } } @end @@ -6094,6 +6063,8 @@ @implementation DBFILESGpsCoordinates #pragma mark - Constructors - (instancetype)initWithLatitude:(NSNumber *)latitude longitude:(NSNumber *)longitude { + [DBStoneValidators nonnullValidator:nil](latitude); + [DBStoneValidators nonnullValidator:nil](longitude); self = [super init]; if (self) { @@ -6105,7 +6076,7 @@ - (instancetype)initWithLatitude:(NSNumber *)latitude longitude:(NSNumber *)long #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESGpsCoordinatesSerializer serialize:instance]; } @@ -6176,7 +6147,7 @@ + (NSDictionary *)serialize:(DBFILESGpsCoordinates *)valueObj { jsonDict[@"latitude"] = valueObj.latitude; jsonDict[@"longitude"] = valueObj.longitude; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESGpsCoordinates *)deserialize:(NSDictionary *)valueDict { @@ -6189,6 +6160,7 @@ + (DBFILESGpsCoordinates *)deserialize:(NSDictionary *)valueDict { @end #import "DBFILESListFolderArg.h" +#import "DBFILESSharedLink.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" @@ -6202,8 +6174,15 @@ - (instancetype)initWithPath:(NSString *)path recursive:(NSNumber *)recursive includeMediaInfo:(NSNumber *)includeMediaInfo includeDeleted:(NSNumber *)includeDeleted - includeHasExplicitSharedMembers:(NSNumber *)includeHasExplicitSharedMembers { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"(/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/.*)?)"](path); + includeHasExplicitSharedMembers:(NSNumber *)includeHasExplicitSharedMembers + includeMountedFolders:(NSNumber *)includeMountedFolders + limit:(NSNumber *)limit + sharedLink:(DBFILESSharedLink *)sharedLink { + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil + maxLength:nil + pattern:@"(/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/.*)?)"]](path); + [DBStoneValidators nullableValidator:[DBStoneValidators numericValidator:@(1) maxValue:@(2000)]](limit); self = [super init]; if (self) { @@ -6212,6 +6191,9 @@ - (instancetype)initWithPath:(NSString *)path _includeMediaInfo = includeMediaInfo ?: @NO; _includeDeleted = includeDeleted ?: @NO; _includeHasExplicitSharedMembers = includeHasExplicitSharedMembers ?: @NO; + _includeMountedFolders = includeMountedFolders ?: @YES; + _limit = limit; + _sharedLink = sharedLink; } return self; } @@ -6221,12 +6203,15 @@ - (instancetype)initWithPath:(NSString *)path { recursive:nil includeMediaInfo:nil includeDeleted:nil - includeHasExplicitSharedMembers:nil]; + includeHasExplicitSharedMembers:nil + includeMountedFolders:nil + limit:nil + sharedLink:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESListFolderArgSerializer serialize:instance]; } @@ -6259,6 +6244,13 @@ - (NSUInteger)hash { result = prime * result + [self.includeMediaInfo hash]; result = prime * result + [self.includeDeleted hash]; result = prime * result + [self.includeHasExplicitSharedMembers hash]; + result = prime * result + [self.includeMountedFolders hash]; + if (self.limit != nil) { + result = prime * result + [self.limit hash]; + } + if (self.sharedLink != nil) { + result = prime * result + [self.sharedLink hash]; + } return prime * result; } @@ -6294,6 +6286,19 @@ - (BOOL)isEqualToListFolderArg:(DBFILESListFolderArg *)aListFolderArg { if (![self.includeHasExplicitSharedMembers isEqual:aListFolderArg.includeHasExplicitSharedMembers]) { return NO; } + if (![self.includeMountedFolders isEqual:aListFolderArg.includeMountedFolders]) { + return NO; + } + if (self.limit) { + if (![self.limit isEqual:aListFolderArg.limit]) { + return NO; + } + } + if (self.sharedLink) { + if (![self.sharedLink isEqual:aListFolderArg.sharedLink]) { + return NO; + } + } return YES; } @@ -6311,8 +6316,15 @@ + (NSDictionary *)serialize:(DBFILESListFolderArg *)valueObj { jsonDict[@"include_media_info"] = valueObj.includeMediaInfo; jsonDict[@"include_deleted"] = valueObj.includeDeleted; jsonDict[@"include_has_explicit_shared_members"] = valueObj.includeHasExplicitSharedMembers; + jsonDict[@"include_mounted_folders"] = valueObj.includeMountedFolders; + if (valueObj.limit) { + jsonDict[@"limit"] = valueObj.limit; + } + if (valueObj.sharedLink) { + jsonDict[@"shared_link"] = [DBFILESSharedLinkSerializer serialize:valueObj.sharedLink]; + } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESListFolderArg *)deserialize:(NSDictionary *)valueDict { @@ -6321,12 +6333,19 @@ + (DBFILESListFolderArg *)deserialize:(NSDictionary *)valueDict { NSNumber *includeMediaInfo = valueDict[@"include_media_info"] ?: @NO; NSNumber *includeDeleted = valueDict[@"include_deleted"] ?: @NO; NSNumber *includeHasExplicitSharedMembers = valueDict[@"include_has_explicit_shared_members"] ?: @NO; + NSNumber *includeMountedFolders = valueDict[@"include_mounted_folders"] ?: @YES; + NSNumber *limit = valueDict[@"limit"] ?: nil; + DBFILESSharedLink *sharedLink = + valueDict[@"shared_link"] ? [DBFILESSharedLinkSerializer deserialize:valueDict[@"shared_link"]] : nil; return [[DBFILESListFolderArg alloc] initWithPath:path recursive:recursive includeMediaInfo:includeMediaInfo includeDeleted:includeDeleted - includeHasExplicitSharedMembers:includeHasExplicitSharedMembers]; + includeHasExplicitSharedMembers:includeHasExplicitSharedMembers + includeMountedFolders:includeMountedFolders + limit:limit + sharedLink:sharedLink]; } @end @@ -6342,7 +6361,7 @@ @implementation DBFILESListFolderContinueArg #pragma mark - Constructors - (instancetype)initWithCursor:(NSString *)cursor { - [DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil](cursor); + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil]](cursor); self = [super init]; if (self) { @@ -6353,7 +6372,7 @@ - (instancetype)initWithCursor:(NSString *)cursor { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESListFolderContinueArgSerializer serialize:instance]; } @@ -6419,7 +6438,7 @@ + (NSDictionary *)serialize:(DBFILESListFolderContinueArg *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESListFolderContinueArg *)deserialize:(NSDictionary *)valueDict { @@ -6507,7 +6526,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESListFolderContinueErrorSerializer serialize:instance]; } @@ -6597,7 +6616,7 @@ + (NSDictionary *)serialize:(DBFILESListFolderContinueError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESListFolderContinueError *)deserialize:(NSDictionary *)valueDict { @@ -6680,7 +6699,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESListFolderErrorSerializer serialize:instance]; } @@ -6764,7 +6783,7 @@ + (NSDictionary *)serialize:(DBFILESListFolderError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESListFolderError *)deserialize:(NSDictionary *)valueDict { @@ -6793,7 +6812,7 @@ @implementation DBFILESListFolderGetLatestCursorResult #pragma mark - Constructors - (instancetype)initWithCursor:(NSString *)cursor { - [DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil](cursor); + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil]](cursor); self = [super init]; if (self) { @@ -6804,7 +6823,7 @@ - (instancetype)initWithCursor:(NSString *)cursor { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESListFolderGetLatestCursorResultSerializer serialize:instance]; } @@ -6871,7 +6890,7 @@ + (NSDictionary *)serialize:(DBFILESListFolderGetLatestCursorResult *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESListFolderGetLatestCursorResult *)deserialize:(NSDictionary *)valueDict { @@ -6893,8 +6912,7 @@ @implementation DBFILESListFolderLongpollArg #pragma mark - Constructors - (instancetype)initWithCursor:(NSString *)cursor timeout:(NSNumber *)timeout { - [DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil](cursor); - [DBStoneValidators numericValidator:@(30) maxValue:@(480)](timeout ?: @(30)); + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil]](cursor); self = [super init]; if (self) { @@ -6910,7 +6928,7 @@ - (instancetype)initWithCursor:(NSString *)cursor { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESListFolderLongpollArgSerializer serialize:instance]; } @@ -6981,7 +6999,7 @@ + (NSDictionary *)serialize:(DBFILESListFolderLongpollArg *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; jsonDict[@"timeout"] = valueObj.timeout; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESListFolderLongpollArg *)deserialize:(NSDictionary *)valueDict { @@ -7044,7 +7062,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESListFolderLongpollErrorSerializer serialize:instance]; } @@ -7127,7 +7145,7 @@ + (NSDictionary *)serialize:(DBFILESListFolderLongpollError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESListFolderLongpollError *)deserialize:(NSDictionary *)valueDict { @@ -7155,6 +7173,7 @@ @implementation DBFILESListFolderLongpollResult #pragma mark - Constructors - (instancetype)initWithChanges:(NSNumber *)changes backoff:(NSNumber *)backoff { + [DBStoneValidators nonnullValidator:nil](changes); self = [super init]; if (self) { @@ -7170,7 +7189,7 @@ - (instancetype)initWithChanges:(NSNumber *)changes { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESListFolderLongpollResultSerializer serialize:instance]; } @@ -7199,7 +7218,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.changes hash]; - if (self.backoff) { + if (self.backoff != nil) { result = prime * result + [self.backoff hash]; } @@ -7247,7 +7266,7 @@ + (NSDictionary *)serialize:(DBFILESListFolderLongpollResult *)valueObj { jsonDict[@"backoff"] = valueObj.backoff; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESListFolderLongpollResult *)deserialize:(NSDictionary *)valueDict { @@ -7273,8 +7292,12 @@ @implementation DBFILESListFolderResult - (instancetype)initWithEntries:(NSArray *)entries cursor:(NSString *)cursor hasMore:(NSNumber *)hasMore { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](entries); - [DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil](cursor); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](entries); + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil]](cursor); + [DBStoneValidators nonnullValidator:nil](hasMore); self = [super init]; if (self) { @@ -7287,7 +7310,7 @@ - (instancetype)initWithEntries:(NSArray *)entries #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESListFolderResultSerializer serialize:instance]; } @@ -7366,7 +7389,7 @@ + (NSDictionary *)serialize:(DBFILESListFolderResult *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; jsonDict[@"has_more"] = valueObj.hasMore; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESListFolderResult *)deserialize:(NSDictionary *)valueDict { @@ -7383,6 +7406,7 @@ + (DBFILESListFolderResult *)deserialize:(NSDictionary *)valueDict { @end #import "DBFILESListRevisionsArg.h" +#import "DBFILESListRevisionsMode.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" @@ -7392,25 +7416,28 @@ @implementation DBFILESListRevisionsArg #pragma mark - Constructors -- (instancetype)initWithPath:(NSString *)path limit:(NSNumber *)limit { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"/(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/.*)?)"](path); - [DBStoneValidators numericValidator:@(1) maxValue:@(100)](limit ?: @(10)); +- (instancetype)initWithPath:(NSString *)path mode:(DBFILESListRevisionsMode *)mode limit:(NSNumber *)limit { + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil + maxLength:nil + pattern:@"/(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/.*)?)"]](path); self = [super init]; if (self) { _path = path; + _mode = mode ?: [[DBFILESListRevisionsMode alloc] initWithPath]; _limit = limit ?: @(10); } return self; } - (instancetype)initWithPath:(NSString *)path { - return [self initWithPath:path limit:nil]; + return [self initWithPath:path mode:nil limit:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESListRevisionsArgSerializer serialize:instance]; } @@ -7439,6 +7466,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.path hash]; + result = prime * result + [self.mode hash]; result = prime * result + [self.limit hash]; return prime * result; @@ -7463,6 +7491,9 @@ - (BOOL)isEqualToListRevisionsArg:(DBFILESListRevisionsArg *)aListRevisionsArg { if (![self.path isEqual:aListRevisionsArg.path]) { return NO; } + if (![self.mode isEqual:aListRevisionsArg.mode]) { + return NO; + } if (![self.limit isEqual:aListRevisionsArg.limit]) { return NO; } @@ -7479,16 +7510,20 @@ + (NSDictionary *)serialize:(DBFILESListRevisionsArg *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; jsonDict[@"path"] = valueObj.path; + jsonDict[@"mode"] = [DBFILESListRevisionsModeSerializer serialize:valueObj.mode]; jsonDict[@"limit"] = valueObj.limit; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESListRevisionsArg *)deserialize:(NSDictionary *)valueDict { NSString *path = valueDict[@"path"]; + DBFILESListRevisionsMode *mode = valueDict[@"mode"] + ? [DBFILESListRevisionsModeSerializer deserialize:valueDict[@"mode"]] + : [[DBFILESListRevisionsMode alloc] initWithPath]; NSNumber *limit = valueDict[@"limit"] ?: @(10); - return [[DBFILESListRevisionsArg alloc] initWithPath:path limit:limit]; + return [[DBFILESListRevisionsArg alloc] initWithPath:path mode:mode limit:limit]; } @end @@ -7556,7 +7591,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESListRevisionsErrorSerializer serialize:instance]; } @@ -7640,7 +7675,7 @@ + (NSDictionary *)serialize:(DBFILESListRevisionsError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESListRevisionsError *)deserialize:(NSDictionary *)valueDict { @@ -7658,49 +7693,83 @@ + (DBFILESListRevisionsError *)deserialize:(NSDictionary *)valueDict { @end -#import "DBFILESFileMetadata.h" -#import "DBFILESListRevisionsResult.h" +#import "DBFILESListRevisionsMode.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESListRevisionsResult +@implementation DBFILESListRevisionsMode #pragma mark - Constructors -- (instancetype)initWithIsDeleted:(NSNumber *)isDeleted - entries:(NSArray *)entries - serverDeleted:(NSDate *)serverDeleted { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](entries); +- (instancetype)initWithPath { + self = [super init]; + if (self) { + _tag = DBFILESListRevisionsModePath; + } + return self; +} +- (instancetype)initWithId_ { self = [super init]; if (self) { - _isDeleted = isDeleted; - _serverDeleted = serverDeleted; - _entries = entries; + _tag = DBFILESListRevisionsModeId_; } return self; } -- (instancetype)initWithIsDeleted:(NSNumber *)isDeleted entries:(NSArray *)entries { - return [self initWithIsDeleted:isDeleted entries:entries serverDeleted:nil]; +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBFILESListRevisionsModeOther; + } + return self; +} + +#pragma mark - Instance field accessors + +#pragma mark - Tag state methods + +- (BOOL)isPath { + return _tag == DBFILESListRevisionsModePath; +} + +- (BOOL)isId_ { + return _tag == DBFILESListRevisionsModeId_; +} + +- (BOOL)isOther { + return _tag == DBFILESListRevisionsModeOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILESListRevisionsModePath: + return @"DBFILESListRevisionsModePath"; + case DBFILESListRevisionsModeId_: + return @"DBFILESListRevisionsModeId_"; + case DBFILESListRevisionsModeOther: + return @"DBFILESListRevisionsModeOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESListRevisionsResultSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESListRevisionsModeSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESListRevisionsResultSerializer deserialize:dict]; + return [DBFILESListRevisionsModeSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESListRevisionsResultSerializer serialize:self] description]; + return [[DBFILESListRevisionsModeSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -7717,10 +7786,13 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.isDeleted hash]; - result = prime * result + [self.entries hash]; - if (self.serverDeleted) { - result = prime * result + [self.serverDeleted hash]; + switch (_tag) { + case DBFILESListRevisionsModePath: + result = prime * result + [[self tagName] hash]; + case DBFILESListRevisionsModeId_: + result = prime * result + [[self tagName] hash]; + case DBFILESListRevisionsModeOther: + result = prime * result + [[self tagName] hash]; } return prime * result; @@ -7735,23 +7807,23 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToListRevisionsResult:other]; + return [self isEqualToListRevisionsMode:other]; } -- (BOOL)isEqualToListRevisionsResult:(DBFILESListRevisionsResult *)aListRevisionsResult { - if (self == aListRevisionsResult) { +- (BOOL)isEqualToListRevisionsMode:(DBFILESListRevisionsMode *)aListRevisionsMode { + if (self == aListRevisionsMode) { return YES; } - if (![self.isDeleted isEqual:aListRevisionsResult.isDeleted]) { - return NO; - } - if (![self.entries isEqual:aListRevisionsResult.entries]) { + if (self.tag != aListRevisionsMode.tag) { return NO; } - if (self.serverDeleted) { - if (![self.serverDeleted isEqual:aListRevisionsResult.serverDeleted]) { - return NO; - } + switch (_tag) { + case DBFILESListRevisionsModePath: + return [[self tagName] isEqual:[aListRevisionsMode tagName]]; + case DBFILESListRevisionsModeId_: + return [[self tagName] isEqual:[aListRevisionsMode tagName]]; + case DBFILESListRevisionsModeOther: + return [[self tagName] isEqual:[aListRevisionsMode tagName]]; } return YES; } @@ -7760,89 +7832,87 @@ - (BOOL)isEqualToListRevisionsResult:(DBFILESListRevisionsResult *)aListRevision #pragma mark - Serializer Object -@implementation DBFILESListRevisionsResultSerializer +@implementation DBFILESListRevisionsModeSerializer -+ (NSDictionary *)serialize:(DBFILESListRevisionsResult *)valueObj { ++ (NSDictionary *)serialize:(DBFILESListRevisionsMode *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"is_deleted"] = valueObj.isDeleted; - jsonDict[@"entries"] = [DBArraySerializer serialize:valueObj.entries - withBlock:^id(id elem0) { - return [DBFILESFileMetadataSerializer serialize:elem0]; - }]; - if (valueObj.serverDeleted) { - jsonDict[@"server_deleted"] = - [DBNSDateSerializer serialize:valueObj.serverDeleted dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; + if ([valueObj isPath]) { + jsonDict[@".tag"] = @"path"; + } else if ([valueObj isId_]) { + jsonDict[@".tag"] = @"id"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESListRevisionsResult *)deserialize:(NSDictionary *)valueDict { - NSNumber *isDeleted = valueDict[@"is_deleted"]; - NSArray *entries = - [DBArraySerializer deserialize:valueDict[@"entries"] - withBlock:^id(id elem0) { - return [DBFILESFileMetadataSerializer deserialize:elem0]; - }]; - NSDate *serverDeleted = valueDict[@"server_deleted"] ? [DBNSDateSerializer deserialize:valueDict[@"server_deleted"] - dateFormat:@"%Y-%m-%dT%H:%M:%SZ"] - : nil; ++ (DBFILESListRevisionsMode *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; - return [[DBFILESListRevisionsResult alloc] initWithIsDeleted:isDeleted entries:entries serverDeleted:serverDeleted]; + if ([tag isEqualToString:@"path"]) { + return [[DBFILESListRevisionsMode alloc] initWithPath]; + } else if ([tag isEqualToString:@"id"]) { + return [[DBFILESListRevisionsMode alloc] initWithId_]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBFILESListRevisionsMode alloc] initWithOther]; + } else { + return [[DBFILESListRevisionsMode alloc] initWithOther]; + } } @end -#import "DBFILESLookUpPropertiesError.h" +#import "DBFILESFileMetadata.h" +#import "DBFILESListRevisionsResult.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESLookUpPropertiesError +@implementation DBFILESListRevisionsResult #pragma mark - Constructors -- (instancetype)initWithPropertyGroupNotFound { +- (instancetype)initWithIsDeleted:(NSNumber *)isDeleted + entries:(NSArray *)entries + serverDeleted:(NSDate *)serverDeleted { + [DBStoneValidators nonnullValidator:nil](isDeleted); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](entries); + self = [super init]; if (self) { - _tag = DBFILESLookUpPropertiesErrorPropertyGroupNotFound; + _isDeleted = isDeleted; + _serverDeleted = serverDeleted; + _entries = entries; } return self; } -#pragma mark - Instance field accessors - -#pragma mark - Tag state methods - -- (BOOL)isPropertyGroupNotFound { - return _tag == DBFILESLookUpPropertiesErrorPropertyGroupNotFound; -} - -- (NSString *)tagName { - switch (_tag) { - case DBFILESLookUpPropertiesErrorPropertyGroupNotFound: - return @"DBFILESLookUpPropertiesErrorPropertyGroupNotFound"; - } - - @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +- (instancetype)initWithIsDeleted:(NSNumber *)isDeleted entries:(NSArray *)entries { + return [self initWithIsDeleted:isDeleted entries:entries serverDeleted:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESLookUpPropertiesErrorSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESListRevisionsResultSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESLookUpPropertiesErrorSerializer deserialize:dict]; + return [DBFILESListRevisionsResultSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESLookUpPropertiesErrorSerializer serialize:self] description]; + return [[DBFILESListRevisionsResultSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -7859,9 +7929,10 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - switch (_tag) { - case DBFILESLookUpPropertiesErrorPropertyGroupNotFound: - result = prime * result + [[self tagName] hash]; + result = prime * result + [self.isDeleted hash]; + result = prime * result + [self.entries hash]; + if (self.serverDeleted != nil) { + result = prime * result + [self.serverDeleted hash]; } return prime * result; @@ -7876,19 +7947,23 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToLookUpPropertiesError:other]; + return [self isEqualToListRevisionsResult:other]; } -- (BOOL)isEqualToLookUpPropertiesError:(DBFILESLookUpPropertiesError *)aLookUpPropertiesError { - if (self == aLookUpPropertiesError) { +- (BOOL)isEqualToListRevisionsResult:(DBFILESListRevisionsResult *)aListRevisionsResult { + if (self == aListRevisionsResult) { return YES; } - if (self.tag != aLookUpPropertiesError.tag) { + if (![self.isDeleted isEqual:aListRevisionsResult.isDeleted]) { return NO; } - switch (_tag) { - case DBFILESLookUpPropertiesErrorPropertyGroupNotFound: - return [[self tagName] isEqual:[aLookUpPropertiesError tagName]]; + if (![self.entries isEqual:aListRevisionsResult.entries]) { + return NO; + } + if (self.serverDeleted) { + if (![self.serverDeleted isEqual:aListRevisionsResult.serverDeleted]) { + return NO; + } } return YES; } @@ -7897,33 +7972,36 @@ - (BOOL)isEqualToLookUpPropertiesError:(DBFILESLookUpPropertiesError *)aLookUpPr #pragma mark - Serializer Object -@implementation DBFILESLookUpPropertiesErrorSerializer +@implementation DBFILESListRevisionsResultSerializer -+ (NSDictionary *)serialize:(DBFILESLookUpPropertiesError *)valueObj { ++ (NSDictionary *)serialize:(DBFILESListRevisionsResult *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isPropertyGroupNotFound]) { - jsonDict[@".tag"] = @"property_group_not_found"; - } else { - @throw([NSException exceptionWithName:@"InvalidTag" - reason:@"Object not properly initialized. Tag has an unknown value." - userInfo:nil]); + jsonDict[@"is_deleted"] = valueObj.isDeleted; + jsonDict[@"entries"] = [DBArraySerializer serialize:valueObj.entries + withBlock:^id(id elem0) { + return [DBFILESFileMetadataSerializer serialize:elem0]; + }]; + if (valueObj.serverDeleted) { + jsonDict[@"server_deleted"] = + [DBNSDateSerializer serialize:valueObj.serverDeleted dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESLookUpPropertiesError *)deserialize:(NSDictionary *)valueDict { - NSString *tag = valueDict[@".tag"]; ++ (DBFILESListRevisionsResult *)deserialize:(NSDictionary *)valueDict { + NSNumber *isDeleted = valueDict[@"is_deleted"]; + NSArray *entries = + [DBArraySerializer deserialize:valueDict[@"entries"] + withBlock:^id(id elem0) { + return [DBFILESFileMetadataSerializer deserialize:elem0]; + }]; + NSDate *serverDeleted = valueDict[@"server_deleted"] ? [DBNSDateSerializer deserialize:valueDict[@"server_deleted"] + dateFormat:@"%Y-%m-%dT%H:%M:%SZ"] + : nil; - if ([tag isEqualToString:@"property_group_not_found"]) { - return [[DBFILESLookUpPropertiesError alloc] initWithPropertyGroupNotFound]; - } else { - @throw([NSException - exceptionWithName:@"InvalidTag" - reason:[NSString stringWithFormat:@"Tag has an invalid value: \"%@\".", valueDict[@".tag"]] - userInfo:nil]); - } + return [[DBFILESListRevisionsResult alloc] initWithIsDeleted:isDeleted entries:entries serverDeleted:serverDeleted]; } @end @@ -8046,7 +8124,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESLookupErrorSerializer serialize:instance]; } @@ -8076,7 +8154,7 @@ - (NSUInteger)hash { switch (_tag) { case DBFILESLookupErrorMalformedPath: - if (self.malformedPath) { + if (self.malformedPath != nil) { result = prime * result + [self.malformedPath hash]; } case DBFILESLookupErrorNotFound: @@ -8160,7 +8238,7 @@ + (NSDictionary *)serialize:(DBFILESLookupError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESLookupError *)deserialize:(NSDictionary *)valueDict { @@ -8249,7 +8327,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESMediaInfoSerializer serialize:instance]; } @@ -8335,7 +8413,7 @@ + (NSDictionary *)serialize:(DBFILESMediaInfo *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESMediaInfo *)deserialize:(NSDictionary *)valueDict { @@ -8389,7 +8467,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESMediaMetadataSerializer serialize:instance]; } @@ -8417,13 +8495,13 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.dimensions) { + if (self.dimensions != nil) { result = prime * result + [self.dimensions hash]; } - if (self.location) { + if (self.location != nil) { result = prime * result + [self.location hash]; } - if (self.timeTaken) { + if (self.timeTaken != nil) { result = prime * result + [self.timeTaken hash]; } @@ -8497,7 +8575,7 @@ + (NSDictionary *)serialize:(DBFILESMediaMetadata *)valueObj { jsonDict[@".tag"] = @"video"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESMediaMetadata *)deserialize:(NSDictionary *)valueDict { @@ -8545,7 +8623,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESPhotoMetadataSerializer serialize:instance]; } @@ -8573,13 +8651,13 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.dimensions) { + if (self.dimensions != nil) { result = prime * result + [self.dimensions hash]; } - if (self.location) { + if (self.location != nil) { result = prime * result + [self.location hash]; } - if (self.timeTaken) { + if (self.timeTaken != nil) { result = prime * result + [self.timeTaken hash]; } @@ -8639,7 +8717,7 @@ + (NSDictionary *)serialize:(DBFILESPhotoMetadata *)valueObj { jsonDict[@"time_taken"] = [DBNSDateSerializer serialize:valueObj.timeTaken dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESPhotoMetadata *)deserialize:(NSDictionary *)valueDict { @@ -8667,8 +8745,11 @@ @implementation DBFILESPreviewArg #pragma mark - Constructors - (instancetype)initWithPath:(NSString *)path rev:(NSString *)rev { - [DBStoneValidators stringValidator:nil maxLength:nil - pattern:@"(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)"](path); + [DBStoneValidators + nonnullValidator:[DBStoneValidators + stringValidator:nil + maxLength:nil + pattern:@"(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)"]](path); [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:@(9) maxLength:nil pattern:@"[0-9a-f]+"]](rev); @@ -8686,7 +8767,7 @@ - (instancetype)initWithPath:(NSString *)path { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESPreviewArgSerializer serialize:instance]; } @@ -8715,7 +8796,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.path hash]; - if (self.rev) { + if (self.rev != nil) { result = prime * result + [self.rev hash]; } @@ -8763,7 +8844,7 @@ + (NSDictionary *)serialize:(DBFILESPreviewArg *)valueObj { jsonDict[@"rev"] = valueObj.rev; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESPreviewArg *)deserialize:(NSDictionary *)valueDict { @@ -8866,7 +8947,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESPreviewErrorSerializer serialize:instance]; } @@ -8894,312 +8975,16 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - switch (_tag) { - case DBFILESPreviewErrorPath: - result = prime * result + [self.path hash]; - case DBFILESPreviewErrorInProgress: - result = prime * result + [[self tagName] hash]; - case DBFILESPreviewErrorUnsupportedExtension: - result = prime * result + [[self tagName] hash]; - case DBFILESPreviewErrorUnsupportedContent: - result = prime * result + [[self tagName] hash]; - } - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToPreviewError:other]; -} - -- (BOOL)isEqualToPreviewError:(DBFILESPreviewError *)aPreviewError { - if (self == aPreviewError) { - return YES; - } - if (self.tag != aPreviewError.tag) { - return NO; - } - switch (_tag) { - case DBFILESPreviewErrorPath: - return [self.path isEqual:aPreviewError.path]; - case DBFILESPreviewErrorInProgress: - return [[self tagName] isEqual:[aPreviewError tagName]]; - case DBFILESPreviewErrorUnsupportedExtension: - return [[self tagName] isEqual:[aPreviewError tagName]]; - case DBFILESPreviewErrorUnsupportedContent: - return [[self tagName] isEqual:[aPreviewError tagName]]; - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBFILESPreviewErrorSerializer - -+ (NSDictionary *)serialize:(DBFILESPreviewError *)valueObj { - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - if ([valueObj isPath]) { - jsonDict[@"path"] = [[DBFILESLookupErrorSerializer serialize:valueObj.path] mutableCopy]; - jsonDict[@".tag"] = @"path"; - } else if ([valueObj isInProgress]) { - jsonDict[@".tag"] = @"in_progress"; - } else if ([valueObj isUnsupportedExtension]) { - jsonDict[@".tag"] = @"unsupported_extension"; - } else if ([valueObj isUnsupportedContent]) { - jsonDict[@".tag"] = @"unsupported_content"; - } else { - @throw([NSException exceptionWithName:@"InvalidTag" - reason:@"Object not properly initialized. Tag has an unknown value." - userInfo:nil]); - } - - return jsonDict; -} - -+ (DBFILESPreviewError *)deserialize:(NSDictionary *)valueDict { - NSString *tag = valueDict[@".tag"]; - - if ([tag isEqualToString:@"path"]) { - DBFILESLookupError *path = [DBFILESLookupErrorSerializer deserialize:valueDict[@"path"]]; - return [[DBFILESPreviewError alloc] initWithPath:path]; - } else if ([tag isEqualToString:@"in_progress"]) { - return [[DBFILESPreviewError alloc] initWithInProgress]; - } else if ([tag isEqualToString:@"unsupported_extension"]) { - return [[DBFILESPreviewError alloc] initWithUnsupportedExtension]; - } else if ([tag isEqualToString:@"unsupported_content"]) { - return [[DBFILESPreviewError alloc] initWithUnsupportedContent]; - } else { - @throw([NSException - exceptionWithName:@"InvalidTag" - reason:[NSString stringWithFormat:@"Tag has an invalid value: \"%@\".", valueDict[@".tag"]] - userInfo:nil]); - } -} - -@end - -#import "DBFILESPropertyGroupUpdate.h" -#import "DBPROPERTIESPropertyField.h" -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" - -#pragma mark - API Object - -@implementation DBFILESPropertyGroupUpdate - -#pragma mark - Constructors - -- (instancetype)initWithTemplateId:(NSString *)templateId - addOrUpdateFields:(NSArray *)addOrUpdateFields - removeFields:(NSArray *)removeFields { - [DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"(/|ptid:).*"](templateId); - [DBStoneValidators - nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](addOrUpdateFields); - [DBStoneValidators - nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](removeFields); - - self = [super init]; - if (self) { - _templateId = templateId; - _addOrUpdateFields = addOrUpdateFields; - _removeFields = removeFields; - } - return self; -} - -- (instancetype)initWithTemplateId:(NSString *)templateId { - return [self initWithTemplateId:templateId addOrUpdateFields:nil removeFields:nil]; -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESPropertyGroupUpdateSerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBFILESPropertyGroupUpdateSerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBFILESPropertyGroupUpdateSerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - result = prime * result + [self.templateId hash]; - if (self.addOrUpdateFields) { - result = prime * result + [self.addOrUpdateFields hash]; - } - if (self.removeFields) { - result = prime * result + [self.removeFields hash]; - } - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToPropertyGroupUpdate:other]; -} - -- (BOOL)isEqualToPropertyGroupUpdate:(DBFILESPropertyGroupUpdate *)aPropertyGroupUpdate { - if (self == aPropertyGroupUpdate) { - return YES; - } - if (![self.templateId isEqual:aPropertyGroupUpdate.templateId]) { - return NO; - } - if (self.addOrUpdateFields) { - if (![self.addOrUpdateFields isEqual:aPropertyGroupUpdate.addOrUpdateFields]) { - return NO; - } - } - if (self.removeFields) { - if (![self.removeFields isEqual:aPropertyGroupUpdate.removeFields]) { - return NO; - } - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBFILESPropertyGroupUpdateSerializer - -+ (NSDictionary *)serialize:(DBFILESPropertyGroupUpdate *)valueObj { - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - jsonDict[@"template_id"] = valueObj.templateId; - if (valueObj.addOrUpdateFields) { - jsonDict[@"add_or_update_fields"] = - [DBArraySerializer serialize:valueObj.addOrUpdateFields - withBlock:^id(id elem0) { - return [DBPROPERTIESPropertyFieldSerializer serialize:elem0]; - }]; - } - if (valueObj.removeFields) { - jsonDict[@"remove_fields"] = [DBArraySerializer serialize:valueObj.removeFields - withBlock:^id(id elem0) { - return elem0; - }]; - } - - return jsonDict; -} - -+ (DBFILESPropertyGroupUpdate *)deserialize:(NSDictionary *)valueDict { - NSString *templateId = valueDict[@"template_id"]; - NSArray *addOrUpdateFields = - valueDict[@"add_or_update_fields"] - ? [DBArraySerializer deserialize:valueDict[@"add_or_update_fields"] - withBlock:^id(id elem0) { - return [DBPROPERTIESPropertyFieldSerializer deserialize:elem0]; - }] - : nil; - NSArray *removeFields = valueDict[@"remove_fields"] - ? [DBArraySerializer deserialize:valueDict[@"remove_fields"] - withBlock:^id(id elem0) { - return elem0; - }] - : nil; - - return [[DBFILESPropertyGroupUpdate alloc] initWithTemplateId:templateId - addOrUpdateFields:addOrUpdateFields - removeFields:removeFields]; -} - -@end - -#import "DBFILESPropertyGroupWithPath.h" -#import "DBPROPERTIESPropertyGroup.h" -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" - -#pragma mark - API Object - -@implementation DBFILESPropertyGroupWithPath - -#pragma mark - Constructors - -- (instancetype)initWithPath:(NSString *)path propertyGroups:(NSArray *)propertyGroups { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"/(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/.*)?)"](path); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](propertyGroups); - - self = [super init]; - if (self) { - _path = path; - _propertyGroups = propertyGroups; - } - return self; -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESPropertyGroupWithPathSerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBFILESPropertyGroupWithPathSerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBFILESPropertyGroupWithPathSerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - result = prime * result + [self.path hash]; - result = prime * result + [self.propertyGroups hash]; + switch (_tag) { + case DBFILESPreviewErrorPath: + result = prime * result + [self.path hash]; + case DBFILESPreviewErrorInProgress: + result = prime * result + [[self tagName] hash]; + case DBFILESPreviewErrorUnsupportedExtension: + result = prime * result + [[self tagName] hash]; + case DBFILESPreviewErrorUnsupportedContent: + result = prime * result + [[self tagName] hash]; + } return prime * result; } @@ -9213,18 +8998,25 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToPropertyGroupWithPath:other]; + return [self isEqualToPreviewError:other]; } -- (BOOL)isEqualToPropertyGroupWithPath:(DBFILESPropertyGroupWithPath *)aPropertyGroupWithPath { - if (self == aPropertyGroupWithPath) { +- (BOOL)isEqualToPreviewError:(DBFILESPreviewError *)aPreviewError { + if (self == aPreviewError) { return YES; } - if (![self.path isEqual:aPropertyGroupWithPath.path]) { + if (self.tag != aPreviewError.tag) { return NO; } - if (![self.propertyGroups isEqual:aPropertyGroupWithPath.propertyGroups]) { - return NO; + switch (_tag) { + case DBFILESPreviewErrorPath: + return [self.path isEqual:aPreviewError.path]; + case DBFILESPreviewErrorInProgress: + return [[self tagName] isEqual:[aPreviewError tagName]]; + case DBFILESPreviewErrorUnsupportedExtension: + return [[self tagName] isEqual:[aPreviewError tagName]]; + case DBFILESPreviewErrorUnsupportedContent: + return [[self tagName] isEqual:[aPreviewError tagName]]; } return YES; } @@ -9233,29 +9025,47 @@ - (BOOL)isEqualToPropertyGroupWithPath:(DBFILESPropertyGroupWithPath *)aProperty #pragma mark - Serializer Object -@implementation DBFILESPropertyGroupWithPathSerializer +@implementation DBFILESPreviewErrorSerializer -+ (NSDictionary *)serialize:(DBFILESPropertyGroupWithPath *)valueObj { ++ (NSDictionary *)serialize:(DBFILESPreviewError *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"path"] = valueObj.path; - jsonDict[@"property_groups"] = [DBArraySerializer serialize:valueObj.propertyGroups - withBlock:^id(id elem0) { - return [DBPROPERTIESPropertyGroupSerializer serialize:elem0]; - }]; + if ([valueObj isPath]) { + jsonDict[@"path"] = [[DBFILESLookupErrorSerializer serialize:valueObj.path] mutableCopy]; + jsonDict[@".tag"] = @"path"; + } else if ([valueObj isInProgress]) { + jsonDict[@".tag"] = @"in_progress"; + } else if ([valueObj isUnsupportedExtension]) { + jsonDict[@".tag"] = @"unsupported_extension"; + } else if ([valueObj isUnsupportedContent]) { + jsonDict[@".tag"] = @"unsupported_content"; + } else { + @throw([NSException exceptionWithName:@"InvalidTag" + reason:@"Object not properly initialized. Tag has an unknown value." + userInfo:nil]); + } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESPropertyGroupWithPath *)deserialize:(NSDictionary *)valueDict { - NSString *path = valueDict[@"path"]; - NSArray *propertyGroups = - [DBArraySerializer deserialize:valueDict[@"property_groups"] - withBlock:^id(id elem0) { - return [DBPROPERTIESPropertyGroupSerializer deserialize:elem0]; - }]; ++ (DBFILESPreviewError *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; - return [[DBFILESPropertyGroupWithPath alloc] initWithPath:path propertyGroups:propertyGroups]; + if ([tag isEqualToString:@"path"]) { + DBFILESLookupError *path = [DBFILESLookupErrorSerializer deserialize:valueDict[@"path"]]; + return [[DBFILESPreviewError alloc] initWithPath:path]; + } else if ([tag isEqualToString:@"in_progress"]) { + return [[DBFILESPreviewError alloc] initWithInProgress]; + } else if ([tag isEqualToString:@"unsupported_extension"]) { + return [[DBFILESPreviewError alloc] initWithUnsupportedExtension]; + } else if ([tag isEqualToString:@"unsupported_content"]) { + return [[DBFILESPreviewError alloc] initWithUnsupportedContent]; + } else { + @throw([NSException + exceptionWithName:@"InvalidTag" + reason:[NSString stringWithFormat:@"Tag has an invalid value: \"%@\".", valueDict[@".tag"]] + userInfo:nil]); + } } @end @@ -9271,8 +9081,14 @@ @implementation DBFILESRelocationPath #pragma mark - Constructors - (instancetype)initWithFromPath:(NSString *)fromPath toPath:(NSString *)toPath { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)"](fromPath); - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)"](toPath); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil + maxLength:nil + pattern:@"(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)"]](fromPath); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil + maxLength:nil + pattern:@"(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)"]](toPath); self = [super init]; if (self) { @@ -9284,7 +9100,7 @@ - (instancetype)initWithFromPath:(NSString *)fromPath toPath:(NSString *)toPath #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESRelocationPathSerializer serialize:instance]; } @@ -9355,7 +9171,7 @@ + (NSDictionary *)serialize:(DBFILESRelocationPath *)valueObj { jsonDict[@"from_path"] = valueObj.fromPath; jsonDict[@"to_path"] = valueObj.toPath; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESRelocationPath *)deserialize:(NSDictionary *)valueDict { @@ -9383,8 +9199,14 @@ - (instancetype)initWithFromPath:(NSString *)fromPath allowSharedFolder:(NSNumber *)allowSharedFolder autorename:(NSNumber *)autorename allowOwnershipTransfer:(NSNumber *)allowOwnershipTransfer { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)"](fromPath); - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)"](toPath); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil + maxLength:nil + pattern:@"(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)"]](fromPath); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil + maxLength:nil + pattern:@"(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)|(id:.*)"]](toPath); self = [super initWithFromPath:fromPath toPath:toPath]; if (self) { @@ -9401,7 +9223,7 @@ - (instancetype)initWithFromPath:(NSString *)fromPath toPath:(NSString *)toPath #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESRelocationArgSerializer serialize:instance]; } @@ -9487,7 +9309,7 @@ + (NSDictionary *)serialize:(DBFILESRelocationArg *)valueObj { jsonDict[@"autorename"] = valueObj.autorename; jsonDict[@"allow_ownership_transfer"] = valueObj.allowOwnershipTransfer; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESRelocationArg *)deserialize:(NSDictionary *)valueDict { @@ -9521,7 +9343,10 @@ - (instancetype)initWithEntries:(NSArray *)entries allowSharedFolder:(NSNumber *)allowSharedFolder autorename:(NSNumber *)autorename allowOwnershipTransfer:(NSNumber *)allowOwnershipTransfer { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](entries); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](entries); self = [super init]; if (self) { @@ -9539,7 +9364,7 @@ - (instancetype)initWithEntries:(NSArray *)entries { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESRelocationBatchArgSerializer serialize:instance]; } @@ -9623,7 +9448,7 @@ + (NSDictionary *)serialize:(DBFILESRelocationBatchArg *)valueObj { jsonDict[@"autorename"] = valueObj.autorename; jsonDict[@"allow_ownership_transfer"] = valueObj.allowOwnershipTransfer; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESRelocationBatchArg *)deserialize:(NSDictionary *)valueDict { @@ -9840,7 +9665,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESRelocationErrorSerializer serialize:instance]; } @@ -9974,7 +9799,7 @@ + (NSDictionary *)serialize:(DBFILESRelocationError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESRelocationError *)deserialize:(NSDictionary *)valueDict { @@ -10221,7 +10046,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESRelocationBatchErrorSerializer serialize:instance]; } @@ -10361,7 +10186,7 @@ + (NSDictionary *)serialize:(DBFILESRelocationBatchError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESRelocationBatchError *)deserialize:(NSDictionary *)valueDict { @@ -10488,7 +10313,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESRelocationBatchJobStatusSerializer serialize:instance]; } @@ -10581,7 +10406,7 @@ + (NSDictionary *)serialize:(DBFILESRelocationBatchJobStatus *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESRelocationBatchJobStatus *)deserialize:(NSDictionary *)valueDict { @@ -10693,7 +10518,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESRelocationBatchLaunchSerializer serialize:instance]; } @@ -10784,7 +10609,7 @@ + (NSDictionary *)serialize:(DBFILESRelocationBatchLaunch *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESRelocationBatchLaunch *)deserialize:(NSDictionary *)valueDict { @@ -10818,7 +10643,10 @@ @implementation DBFILESRelocationBatchResult #pragma mark - Constructors - (instancetype)initWithEntries:(NSArray *)entries { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](entries); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](entries); self = [super initDefault]; if (self) { @@ -10829,7 +10657,7 @@ - (instancetype)initWithEntries:(NSArray *)e #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESRelocationBatchResultSerializer serialize:instance]; } @@ -10898,7 +10726,7 @@ + (NSDictionary *)serialize:(DBFILESRelocationBatchResult *)valueObj { return [DBFILESRelocationBatchResultDataSerializer serialize:elem0]; }]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESRelocationBatchResult *)deserialize:(NSDictionary *)valueDict { @@ -10925,6 +10753,7 @@ @implementation DBFILESRelocationBatchResultData #pragma mark - Constructors - (instancetype)initWithMetadata:(DBFILESMetadata *)metadata { + [DBStoneValidators nonnullValidator:nil](metadata); self = [super init]; if (self) { @@ -10935,7 +10764,7 @@ - (instancetype)initWithMetadata:(DBFILESMetadata *)metadata { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESRelocationBatchResultDataSerializer serialize:instance]; } @@ -10977,221 +10806,14 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToRelocationBatchResultData:other]; -} - -- (BOOL)isEqualToRelocationBatchResultData:(DBFILESRelocationBatchResultData *)aRelocationBatchResultData { - if (self == aRelocationBatchResultData) { - return YES; - } - if (![self.metadata isEqual:aRelocationBatchResultData.metadata]) { - return NO; - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBFILESRelocationBatchResultDataSerializer - -+ (NSDictionary *)serialize:(DBFILESRelocationBatchResultData *)valueObj { - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - jsonDict[@"metadata"] = [DBFILESMetadataSerializer serialize:valueObj.metadata]; - - return jsonDict; -} - -+ (DBFILESRelocationBatchResultData *)deserialize:(NSDictionary *)valueDict { - DBFILESMetadata *metadata = [DBFILESMetadataSerializer deserialize:valueDict[@"metadata"]]; - - return [[DBFILESRelocationBatchResultData alloc] initWithMetadata:metadata]; -} - -@end - -#import "DBFILESFileOpsResult.h" -#import "DBFILESMetadata.h" -#import "DBFILESRelocationResult.h" -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" - -#pragma mark - API Object - -@implementation DBFILESRelocationResult - -#pragma mark - Constructors - -- (instancetype)initWithMetadata:(DBFILESMetadata *)metadata { - - self = [super initDefault]; - if (self) { - _metadata = metadata; - } - return self; -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESRelocationResultSerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBFILESRelocationResultSerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBFILESRelocationResultSerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - result = prime * result + [self.metadata hash]; - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToRelocationResult:other]; -} - -- (BOOL)isEqualToRelocationResult:(DBFILESRelocationResult *)aRelocationResult { - if (self == aRelocationResult) { - return YES; - } - if (![self.metadata isEqual:aRelocationResult.metadata]) { - return NO; - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBFILESRelocationResultSerializer - -+ (NSDictionary *)serialize:(DBFILESRelocationResult *)valueObj { - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - jsonDict[@"metadata"] = [DBFILESMetadataSerializer serialize:valueObj.metadata]; - - return jsonDict; -} - -+ (DBFILESRelocationResult *)deserialize:(NSDictionary *)valueDict { - DBFILESMetadata *metadata = [DBFILESMetadataSerializer deserialize:valueDict[@"metadata"]]; - - return [[DBFILESRelocationResult alloc] initWithMetadata:metadata]; -} - -@end - -#import "DBFILESRemovePropertiesArg.h" -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" - -#pragma mark - API Object - -@implementation DBFILESRemovePropertiesArg - -#pragma mark - Constructors - -- (instancetype)initWithPath:(NSString *)path propertyTemplateIds:(NSArray *)propertyTemplateIds { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"/(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/.*)?)"](path); - [DBStoneValidators arrayValidator:nil maxItems:nil - itemValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"(/|ptid:).*"]]( - propertyTemplateIds); - - self = [super init]; - if (self) { - _path = path; - _propertyTemplateIds = propertyTemplateIds; - } - return self; -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESRemovePropertiesArgSerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBFILESRemovePropertiesArgSerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBFILESRemovePropertiesArgSerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - result = prime * result + [self.path hash]; - result = prime * result + [self.propertyTemplateIds hash]; - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToRemovePropertiesArg:other]; + return [self isEqualToRelocationBatchResultData:other]; } -- (BOOL)isEqualToRemovePropertiesArg:(DBFILESRemovePropertiesArg *)aRemovePropertiesArg { - if (self == aRemovePropertiesArg) { +- (BOOL)isEqualToRelocationBatchResultData:(DBFILESRelocationBatchResultData *)aRelocationBatchResultData { + if (self == aRelocationBatchResultData) { return YES; } - if (![self.path isEqual:aRemovePropertiesArg.path]) { - return NO; - } - if (![self.propertyTemplateIds isEqual:aRemovePropertiesArg.propertyTemplateIds]) { + if (![self.metadata isEqual:aRelocationBatchResultData.metadata]) { return NO; } return YES; @@ -11201,173 +10823,60 @@ - (BOOL)isEqualToRemovePropertiesArg:(DBFILESRemovePropertiesArg *)aRemoveProper #pragma mark - Serializer Object -@implementation DBFILESRemovePropertiesArgSerializer +@implementation DBFILESRelocationBatchResultDataSerializer -+ (NSDictionary *)serialize:(DBFILESRemovePropertiesArg *)valueObj { ++ (NSDictionary *)serialize:(DBFILESRelocationBatchResultData *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"path"] = valueObj.path; - jsonDict[@"property_template_ids"] = [DBArraySerializer serialize:valueObj.propertyTemplateIds - withBlock:^id(id elem0) { - return elem0; - }]; + jsonDict[@"metadata"] = [DBFILESMetadataSerializer serialize:valueObj.metadata]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESRemovePropertiesArg *)deserialize:(NSDictionary *)valueDict { - NSString *path = valueDict[@"path"]; - NSArray *propertyTemplateIds = [DBArraySerializer deserialize:valueDict[@"property_template_ids"] - withBlock:^id(id elem0) { - return elem0; - }]; ++ (DBFILESRelocationBatchResultData *)deserialize:(NSDictionary *)valueDict { + DBFILESMetadata *metadata = [DBFILESMetadataSerializer deserialize:valueDict[@"metadata"]]; - return [[DBFILESRemovePropertiesArg alloc] initWithPath:path propertyTemplateIds:propertyTemplateIds]; + return [[DBFILESRelocationBatchResultData alloc] initWithMetadata:metadata]; } @end -#import "DBFILESLookUpPropertiesError.h" -#import "DBFILESLookupError.h" -#import "DBFILESPropertiesError.h" -#import "DBFILESRemovePropertiesError.h" +#import "DBFILESFileOpsResult.h" +#import "DBFILESMetadata.h" +#import "DBFILESRelocationResult.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESRemovePropertiesError - -@synthesize templateNotFound = _templateNotFound; -@synthesize path = _path; -@synthesize propertyGroupLookup = _propertyGroupLookup; +@implementation DBFILESRelocationResult #pragma mark - Constructors -- (instancetype)initWithTemplateNotFound:(NSString *)templateNotFound { - self = [super init]; - if (self) { - _tag = DBFILESRemovePropertiesErrorTemplateNotFound; - _templateNotFound = templateNotFound; - } - return self; -} - -- (instancetype)initWithRestrictedContent { - self = [super init]; - if (self) { - _tag = DBFILESRemovePropertiesErrorRestrictedContent; - } - return self; -} - -- (instancetype)initWithOther { - self = [super init]; - if (self) { - _tag = DBFILESRemovePropertiesErrorOther; - } - return self; -} - -- (instancetype)initWithPath:(DBFILESLookupError *)path { - self = [super init]; - if (self) { - _tag = DBFILESRemovePropertiesErrorPath; - _path = path; - } - return self; -} +- (instancetype)initWithMetadata:(DBFILESMetadata *)metadata { + [DBStoneValidators nonnullValidator:nil](metadata); -- (instancetype)initWithPropertyGroupLookup:(DBFILESLookUpPropertiesError *)propertyGroupLookup { - self = [super init]; + self = [super initDefault]; if (self) { - _tag = DBFILESRemovePropertiesErrorPropertyGroupLookup; - _propertyGroupLookup = propertyGroupLookup; + _metadata = metadata; } return self; } -#pragma mark - Instance field accessors - -- (NSString *)templateNotFound { - if (![self isTemplateNotFound]) { - [NSException - raise:@"IllegalStateException" - format:@"Invalid tag: required DBFILESRemovePropertiesErrorTemplateNotFound, but was %@.", [self tagName]]; - } - return _templateNotFound; -} - -- (DBFILESLookupError *)path { - if (![self isPath]) { - [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBFILESRemovePropertiesErrorPath, but was %@.", [self tagName]]; - } - return _path; -} - -- (DBFILESLookUpPropertiesError *)propertyGroupLookup { - if (![self isPropertyGroupLookup]) { - [NSException - raise:@"IllegalStateException" - format:@"Invalid tag: required DBFILESRemovePropertiesErrorPropertyGroupLookup, but was %@.", [self tagName]]; - } - return _propertyGroupLookup; -} - -#pragma mark - Tag state methods - -- (BOOL)isTemplateNotFound { - return _tag == DBFILESRemovePropertiesErrorTemplateNotFound; -} - -- (BOOL)isRestrictedContent { - return _tag == DBFILESRemovePropertiesErrorRestrictedContent; -} - -- (BOOL)isOther { - return _tag == DBFILESRemovePropertiesErrorOther; -} - -- (BOOL)isPath { - return _tag == DBFILESRemovePropertiesErrorPath; -} - -- (BOOL)isPropertyGroupLookup { - return _tag == DBFILESRemovePropertiesErrorPropertyGroupLookup; -} - -- (NSString *)tagName { - switch (_tag) { - case DBFILESRemovePropertiesErrorTemplateNotFound: - return @"DBFILESRemovePropertiesErrorTemplateNotFound"; - case DBFILESRemovePropertiesErrorRestrictedContent: - return @"DBFILESRemovePropertiesErrorRestrictedContent"; - case DBFILESRemovePropertiesErrorOther: - return @"DBFILESRemovePropertiesErrorOther"; - case DBFILESRemovePropertiesErrorPath: - return @"DBFILESRemovePropertiesErrorPath"; - case DBFILESRemovePropertiesErrorPropertyGroupLookup: - return @"DBFILESRemovePropertiesErrorPropertyGroupLookup"; - } - - @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); -} - #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESRemovePropertiesErrorSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESRelocationResultSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESRemovePropertiesErrorSerializer deserialize:dict]; + return [DBFILESRelocationResultSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESRemovePropertiesErrorSerializer serialize:self] description]; + return [[DBFILESRelocationResultSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -11384,18 +10893,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - switch (_tag) { - case DBFILESRemovePropertiesErrorTemplateNotFound: - result = prime * result + [self.templateNotFound hash]; - case DBFILESRemovePropertiesErrorRestrictedContent: - result = prime * result + [[self tagName] hash]; - case DBFILESRemovePropertiesErrorOther: - result = prime * result + [[self tagName] hash]; - case DBFILESRemovePropertiesErrorPath: - result = prime * result + [self.path hash]; - case DBFILESRemovePropertiesErrorPropertyGroupLookup: - result = prime * result + [self.propertyGroupLookup hash]; - } + result = prime * result + [self.metadata hash]; return prime * result; } @@ -11409,28 +10907,16 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToRemovePropertiesError:other]; + return [self isEqualToRelocationResult:other]; } -- (BOOL)isEqualToRemovePropertiesError:(DBFILESRemovePropertiesError *)aRemovePropertiesError { - if (self == aRemovePropertiesError) { +- (BOOL)isEqualToRelocationResult:(DBFILESRelocationResult *)aRelocationResult { + if (self == aRelocationResult) { return YES; } - if (self.tag != aRemovePropertiesError.tag) { + if (![self.metadata isEqual:aRelocationResult.metadata]) { return NO; } - switch (_tag) { - case DBFILESRemovePropertiesErrorTemplateNotFound: - return [self.templateNotFound isEqual:aRemovePropertiesError.templateNotFound]; - case DBFILESRemovePropertiesErrorRestrictedContent: - return [[self tagName] isEqual:[aRemovePropertiesError tagName]]; - case DBFILESRemovePropertiesErrorOther: - return [[self tagName] isEqual:[aRemovePropertiesError tagName]]; - case DBFILESRemovePropertiesErrorPath: - return [self.path isEqual:aRemovePropertiesError.path]; - case DBFILESRemovePropertiesErrorPropertyGroupLookup: - return [self.propertyGroupLookup isEqual:aRemovePropertiesError.propertyGroupLookup]; - } return YES; } @@ -11438,52 +10924,20 @@ - (BOOL)isEqualToRemovePropertiesError:(DBFILESRemovePropertiesError *)aRemovePr #pragma mark - Serializer Object -@implementation DBFILESRemovePropertiesErrorSerializer +@implementation DBFILESRelocationResultSerializer -+ (NSDictionary *)serialize:(DBFILESRemovePropertiesError *)valueObj { ++ (NSDictionary *)serialize:(DBFILESRelocationResult *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isTemplateNotFound]) { - jsonDict[@"template_not_found"] = valueObj.templateNotFound; - jsonDict[@".tag"] = @"template_not_found"; - } else if ([valueObj isRestrictedContent]) { - jsonDict[@".tag"] = @"restricted_content"; - } else if ([valueObj isOther]) { - jsonDict[@".tag"] = @"other"; - } else if ([valueObj isPath]) { - jsonDict[@"path"] = [[DBFILESLookupErrorSerializer serialize:valueObj.path] mutableCopy]; - jsonDict[@".tag"] = @"path"; - } else if ([valueObj isPropertyGroupLookup]) { - jsonDict[@"property_group_lookup"] = - [[DBFILESLookUpPropertiesErrorSerializer serialize:valueObj.propertyGroupLookup] mutableCopy]; - jsonDict[@".tag"] = @"property_group_lookup"; - } else { - jsonDict[@".tag"] = @"other"; - } + jsonDict[@"metadata"] = [DBFILESMetadataSerializer serialize:valueObj.metadata]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESRemovePropertiesError *)deserialize:(NSDictionary *)valueDict { - NSString *tag = valueDict[@".tag"]; ++ (DBFILESRelocationResult *)deserialize:(NSDictionary *)valueDict { + DBFILESMetadata *metadata = [DBFILESMetadataSerializer deserialize:valueDict[@"metadata"]]; - if ([tag isEqualToString:@"template_not_found"]) { - NSString *templateNotFound = valueDict[@"template_not_found"]; - return [[DBFILESRemovePropertiesError alloc] initWithTemplateNotFound:templateNotFound]; - } else if ([tag isEqualToString:@"restricted_content"]) { - return [[DBFILESRemovePropertiesError alloc] initWithRestrictedContent]; - } else if ([tag isEqualToString:@"other"]) { - return [[DBFILESRemovePropertiesError alloc] initWithOther]; - } else if ([tag isEqualToString:@"path"]) { - DBFILESLookupError *path = [DBFILESLookupErrorSerializer deserialize:valueDict[@"path"]]; - return [[DBFILESRemovePropertiesError alloc] initWithPath:path]; - } else if ([tag isEqualToString:@"property_group_lookup"]) { - DBFILESLookUpPropertiesError *propertyGroupLookup = - [DBFILESLookUpPropertiesErrorSerializer deserialize:valueDict[@"property_group_lookup"]]; - return [[DBFILESRemovePropertiesError alloc] initWithPropertyGroupLookup:propertyGroupLookup]; - } else { - return [[DBFILESRemovePropertiesError alloc] initWithOther]; - } + return [[DBFILESRelocationResult alloc] initWithMetadata:metadata]; } @end @@ -11499,8 +10953,10 @@ @implementation DBFILESRestoreArg #pragma mark - Constructors - (instancetype)initWithPath:(NSString *)path rev:(NSString *)rev { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)"](path); - [DBStoneValidators stringValidator:@(9) maxLength:nil pattern:@"[0-9a-f]+"](rev); + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:nil + maxLength:nil + pattern:@"(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)"]](path); + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:@(9) maxLength:nil pattern:@"[0-9a-f]+"]](rev); self = [super init]; if (self) { @@ -11512,7 +10968,7 @@ - (instancetype)initWithPath:(NSString *)path rev:(NSString *)rev { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESRestoreArgSerializer serialize:instance]; } @@ -11583,7 +11039,7 @@ + (NSDictionary *)serialize:(DBFILESRestoreArg *)valueObj { jsonDict[@"path"] = valueObj.path; jsonDict[@"rev"] = valueObj.rev; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESRestoreArg *)deserialize:(NSDictionary *)valueDict { @@ -11697,7 +11153,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESRestoreErrorSerializer serialize:instance]; } @@ -11794,7 +11250,7 @@ + (NSDictionary *)serialize:(DBFILESRestoreError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESRestoreError *)deserialize:(NSDictionary *)valueDict { @@ -11828,7 +11284,9 @@ @implementation DBFILESSaveCopyReferenceArg #pragma mark - Constructors - (instancetype)initWithDCopyReference:(NSString *)dCopyReference path:(NSString *)path { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"/(.|[\\r\\n])*"](path); + [DBStoneValidators nonnullValidator:nil](dCopyReference); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"/(.|[\\r\\n])*"]](path); self = [super init]; if (self) { @@ -11840,7 +11298,7 @@ - (instancetype)initWithDCopyReference:(NSString *)dCopyReference path:(NSString #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESSaveCopyReferenceArgSerializer serialize:instance]; } @@ -11911,7 +11369,7 @@ + (NSDictionary *)serialize:(DBFILESSaveCopyReferenceArg *)valueObj { jsonDict[@"copy_reference"] = valueObj.dCopyReference; jsonDict[@"path"] = valueObj.path; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESSaveCopyReferenceArg *)deserialize:(NSDictionary *)valueDict { @@ -12042,7 +11500,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESSaveCopyReferenceErrorSerializer serialize:instance]; } @@ -12150,7 +11608,7 @@ + (NSDictionary *)serialize:(DBFILESSaveCopyReferenceError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESSaveCopyReferenceError *)deserialize:(NSDictionary *)valueDict { @@ -12188,6 +11646,7 @@ @implementation DBFILESSaveCopyReferenceResult #pragma mark - Constructors - (instancetype)initWithMetadata:(DBFILESMetadata *)metadata { + [DBStoneValidators nonnullValidator:nil](metadata); self = [super init]; if (self) { @@ -12198,7 +11657,7 @@ - (instancetype)initWithMetadata:(DBFILESMetadata *)metadata { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESSaveCopyReferenceResultSerializer serialize:instance]; } @@ -12264,7 +11723,7 @@ + (NSDictionary *)serialize:(DBFILESSaveCopyReferenceResult *)valueObj { jsonDict[@"metadata"] = [DBFILESMetadataSerializer serialize:valueObj.metadata]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESSaveCopyReferenceResult *)deserialize:(NSDictionary *)valueDict { @@ -12286,7 +11745,9 @@ @implementation DBFILESSaveUrlArg #pragma mark - Constructors - (instancetype)initWithPath:(NSString *)path url:(NSString *)url { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"/(.|[\\r\\n])*"](path); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"/(.|[\\r\\n])*"]](path); + [DBStoneValidators nonnullValidator:nil](url); self = [super init]; if (self) { @@ -12298,7 +11759,7 @@ - (instancetype)initWithPath:(NSString *)path url:(NSString *)url { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESSaveUrlArgSerializer serialize:instance]; } @@ -12369,7 +11830,7 @@ + (NSDictionary *)serialize:(DBFILESSaveUrlArg *)valueObj { jsonDict[@"path"] = valueObj.path; jsonDict[@"url"] = valueObj.url; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESSaveUrlArg *)deserialize:(NSDictionary *)valueDict { @@ -12486,7 +11947,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESSaveUrlErrorSerializer serialize:instance]; } @@ -12588,7 +12049,7 @@ + (NSDictionary *)serialize:(DBFILESSaveUrlError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESSaveUrlError *)deserialize:(NSDictionary *)valueDict { @@ -12701,7 +12162,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESSaveUrlJobStatusSerializer serialize:instance]; } @@ -12794,7 +12255,7 @@ + (NSDictionary *)serialize:(DBFILESSaveUrlJobStatus *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESSaveUrlJobStatus *)deserialize:(NSDictionary *)valueDict { @@ -12892,7 +12353,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESSaveUrlResultSerializer serialize:instance]; } @@ -12979,7 +12440,7 @@ + (NSDictionary *)serialize:(DBFILESSaveUrlResult *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESSaveUrlResult *)deserialize:(NSDictionary *)valueDict { @@ -13017,8 +12478,11 @@ - (instancetype)initWithPath:(NSString *)path start:(NSNumber *)start maxResults:(NSNumber *)maxResults mode:(DBFILESSearchMode *)mode { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"(/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/.*)?)"](path); - [DBStoneValidators numericValidator:@(1) maxValue:@(1000)](maxResults ?: @(100)); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil + maxLength:nil + pattern:@"(/(.|[\\r\\n])*)?|id:.*|(ns:[0-9]+(/.*)?)"]](path); + [DBStoneValidators nonnullValidator:nil](query); self = [super init]; if (self) { @@ -13037,7 +12501,7 @@ - (instancetype)initWithPath:(NSString *)path query:(NSString *)query { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESSearchArgSerializer serialize:instance]; } @@ -13123,7 +12587,7 @@ + (NSDictionary *)serialize:(DBFILESSearchArg *)valueObj { jsonDict[@"max_results"] = valueObj.maxResults; jsonDict[@"mode"] = [DBFILESSearchModeSerializer serialize:valueObj.mode]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESSearchArg *)deserialize:(NSDictionary *)valueDict { @@ -13202,7 +12666,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESSearchErrorSerializer serialize:instance]; } @@ -13286,7 +12750,7 @@ + (NSDictionary *)serialize:(DBFILESSearchError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESSearchError *)deserialize:(NSDictionary *)valueDict { @@ -13317,6 +12781,8 @@ @implementation DBFILESSearchMatch #pragma mark - Constructors - (instancetype)initWithMatchType:(DBFILESSearchMatchType *)matchType metadata:(DBFILESMetadata *)metadata { + [DBStoneValidators nonnullValidator:nil](matchType); + [DBStoneValidators nonnullValidator:nil](metadata); self = [super init]; if (self) { @@ -13328,7 +12794,7 @@ - (instancetype)initWithMatchType:(DBFILESSearchMatchType *)matchType metadata:( #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESSearchMatchSerializer serialize:instance]; } @@ -13399,7 +12865,7 @@ + (NSDictionary *)serialize:(DBFILESSearchMatch *)valueObj { jsonDict[@"match_type"] = [DBFILESSearchMatchTypeSerializer serialize:valueObj.matchType]; jsonDict[@"metadata"] = [DBFILESMetadataSerializer serialize:valueObj.metadata]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESSearchMatch *)deserialize:(NSDictionary *)valueDict { @@ -13476,7 +12942,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESSearchMatchTypeSerializer serialize:instance]; } @@ -13567,7 +13033,7 @@ + (NSDictionary *)serialize:(DBFILESSearchMatchType *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESSearchMatchType *)deserialize:(NSDictionary *)valueDict { @@ -13654,7 +13120,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESSearchModeSerializer serialize:instance]; } @@ -13745,7 +13211,7 @@ + (NSDictionary *)serialize:(DBFILESSearchMode *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESSearchMode *)deserialize:(NSDictionary *)valueDict { @@ -13779,160 +13245,36 @@ @implementation DBFILESSearchResult #pragma mark - Constructors - (instancetype)initWithMatches:(NSArray *)matches more:(NSNumber *)more start:(NSNumber *)start { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](matches); - - self = [super init]; - if (self) { - _matches = matches; - _more = more; - _start = start; - } - return self; -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESSearchResultSerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBFILESSearchResultSerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBFILESSearchResultSerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - result = prime * result + [self.matches hash]; - result = prime * result + [self.more hash]; - result = prime * result + [self.start hash]; - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToSearchResult:other]; -} - -- (BOOL)isEqualToSearchResult:(DBFILESSearchResult *)aSearchResult { - if (self == aSearchResult) { - return YES; - } - if (![self.matches isEqual:aSearchResult.matches]) { - return NO; - } - if (![self.more isEqual:aSearchResult.more]) { - return NO; - } - if (![self.start isEqual:aSearchResult.start]) { - return NO; - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBFILESSearchResultSerializer - -+ (NSDictionary *)serialize:(DBFILESSearchResult *)valueObj { - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - jsonDict[@"matches"] = [DBArraySerializer serialize:valueObj.matches - withBlock:^id(id elem0) { - return [DBFILESSearchMatchSerializer serialize:elem0]; - }]; - jsonDict[@"more"] = valueObj.more; - jsonDict[@"start"] = valueObj.start; - - return jsonDict; -} - -+ (DBFILESSearchResult *)deserialize:(NSDictionary *)valueDict { - NSArray *matches = - [DBArraySerializer deserialize:valueDict[@"matches"] - withBlock:^id(id elem0) { - return [DBFILESSearchMatchSerializer deserialize:elem0]; - }]; - NSNumber *more = valueDict[@"more"]; - NSNumber *start = valueDict[@"start"]; - - return [[DBFILESSearchResult alloc] initWithMatches:matches more:more start:start]; -} - -@end - -#import "DBFILESThumbnailArg.h" -#import "DBFILESThumbnailFormat.h" -#import "DBFILESThumbnailSize.h" -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" - -#pragma mark - API Object - -@implementation DBFILESThumbnailArg - -#pragma mark - Constructors - -- (instancetype)initWithPath:(NSString *)path - format:(DBFILESThumbnailFormat *)format - size:(DBFILESThumbnailSize *)size { - [DBStoneValidators stringValidator:nil maxLength:nil - pattern:@"(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)"](path); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](matches); + [DBStoneValidators nonnullValidator:nil](more); + [DBStoneValidators nonnullValidator:nil](start); self = [super init]; if (self) { - _path = path; - _format = format ?: [[DBFILESThumbnailFormat alloc] initWithJpeg]; - _size = size ?: [[DBFILESThumbnailSize alloc] initWithW64h64]; + _matches = matches; + _more = more; + _start = start; } return self; } -- (instancetype)initWithPath:(NSString *)path { - return [self initWithPath:path format:nil size:nil]; -} - #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESThumbnailArgSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESSearchResultSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESThumbnailArgSerializer deserialize:dict]; + return [DBFILESSearchResultSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESThumbnailArgSerializer serialize:self] description]; + return [[DBFILESSearchResultSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -13949,9 +13291,9 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.path hash]; - result = prime * result + [self.format hash]; - result = prime * result + [self.size hash]; + result = prime * result + [self.matches hash]; + result = prime * result + [self.more hash]; + result = prime * result + [self.start hash]; return prime * result; } @@ -13965,20 +13307,20 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToThumbnailArg:other]; + return [self isEqualToSearchResult:other]; } -- (BOOL)isEqualToThumbnailArg:(DBFILESThumbnailArg *)aThumbnailArg { - if (self == aThumbnailArg) { +- (BOOL)isEqualToSearchResult:(DBFILESSearchResult *)aSearchResult { + if (self == aSearchResult) { return YES; } - if (![self.path isEqual:aThumbnailArg.path]) { + if (![self.matches isEqual:aSearchResult.matches]) { return NO; } - if (![self.format isEqual:aThumbnailArg.format]) { + if (![self.more isEqual:aSearchResult.more]) { return NO; } - if (![self.size isEqual:aThumbnailArg.size]) { + if (![self.start isEqual:aSearchResult.start]) { return NO; } return YES; @@ -13988,134 +13330,74 @@ - (BOOL)isEqualToThumbnailArg:(DBFILESThumbnailArg *)aThumbnailArg { #pragma mark - Serializer Object -@implementation DBFILESThumbnailArgSerializer +@implementation DBFILESSearchResultSerializer -+ (NSDictionary *)serialize:(DBFILESThumbnailArg *)valueObj { ++ (NSDictionary *)serialize:(DBFILESSearchResult *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"path"] = valueObj.path; - jsonDict[@"format"] = [DBFILESThumbnailFormatSerializer serialize:valueObj.format]; - jsonDict[@"size"] = [DBFILESThumbnailSizeSerializer serialize:valueObj.size]; + jsonDict[@"matches"] = [DBArraySerializer serialize:valueObj.matches + withBlock:^id(id elem0) { + return [DBFILESSearchMatchSerializer serialize:elem0]; + }]; + jsonDict[@"more"] = valueObj.more; + jsonDict[@"start"] = valueObj.start; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESThumbnailArg *)deserialize:(NSDictionary *)valueDict { - NSString *path = valueDict[@"path"]; - DBFILESThumbnailFormat *format = valueDict[@"format"] - ? [DBFILESThumbnailFormatSerializer deserialize:valueDict[@"format"]] - : [[DBFILESThumbnailFormat alloc] initWithJpeg]; - DBFILESThumbnailSize *size = valueDict[@"size"] ? [DBFILESThumbnailSizeSerializer deserialize:valueDict[@"size"]] - : [[DBFILESThumbnailSize alloc] initWithW64h64]; ++ (DBFILESSearchResult *)deserialize:(NSDictionary *)valueDict { + NSArray *matches = + [DBArraySerializer deserialize:valueDict[@"matches"] + withBlock:^id(id elem0) { + return [DBFILESSearchMatchSerializer deserialize:elem0]; + }]; + NSNumber *more = valueDict[@"more"]; + NSNumber *start = valueDict[@"start"]; - return [[DBFILESThumbnailArg alloc] initWithPath:path format:format size:size]; + return [[DBFILESSearchResult alloc] initWithMatches:matches more:more start:start]; } @end -#import "DBFILESLookupError.h" -#import "DBFILESThumbnailError.h" +#import "DBFILESSharedLink.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESThumbnailError - -@synthesize path = _path; +@implementation DBFILESSharedLink #pragma mark - Constructors -- (instancetype)initWithPath:(DBFILESLookupError *)path { - self = [super init]; - if (self) { - _tag = DBFILESThumbnailErrorPath; - _path = path; - } - return self; -} - -- (instancetype)initWithUnsupportedExtension { - self = [super init]; - if (self) { - _tag = DBFILESThumbnailErrorUnsupportedExtension; - } - return self; -} - -- (instancetype)initWithUnsupportedImage { - self = [super init]; - if (self) { - _tag = DBFILESThumbnailErrorUnsupportedImage; - } - return self; -} +- (instancetype)initWithUrl:(NSString *)url password:(NSString *)password { + [DBStoneValidators nonnullValidator:nil](url); -- (instancetype)initWithConversionError { self = [super init]; if (self) { - _tag = DBFILESThumbnailErrorConversionError; + _url = url; + _password = password; } return self; } -#pragma mark - Instance field accessors - -- (DBFILESLookupError *)path { - if (![self isPath]) { - [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBFILESThumbnailErrorPath, but was %@.", [self tagName]]; - } - return _path; -} - -#pragma mark - Tag state methods - -- (BOOL)isPath { - return _tag == DBFILESThumbnailErrorPath; -} - -- (BOOL)isUnsupportedExtension { - return _tag == DBFILESThumbnailErrorUnsupportedExtension; -} - -- (BOOL)isUnsupportedImage { - return _tag == DBFILESThumbnailErrorUnsupportedImage; -} - -- (BOOL)isConversionError { - return _tag == DBFILESThumbnailErrorConversionError; -} - -- (NSString *)tagName { - switch (_tag) { - case DBFILESThumbnailErrorPath: - return @"DBFILESThumbnailErrorPath"; - case DBFILESThumbnailErrorUnsupportedExtension: - return @"DBFILESThumbnailErrorUnsupportedExtension"; - case DBFILESThumbnailErrorUnsupportedImage: - return @"DBFILESThumbnailErrorUnsupportedImage"; - case DBFILESThumbnailErrorConversionError: - return @"DBFILESThumbnailErrorConversionError"; - } - - @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +- (instancetype)initWithUrl:(NSString *)url { + return [self initWithUrl:url password:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESThumbnailErrorSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESSharedLinkSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESThumbnailErrorSerializer deserialize:dict]; + return [DBFILESSharedLinkSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESThumbnailErrorSerializer serialize:self] description]; + return [[DBFILESSharedLinkSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -14132,15 +13414,9 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - switch (_tag) { - case DBFILESThumbnailErrorPath: - result = prime * result + [self.path hash]; - case DBFILESThumbnailErrorUnsupportedExtension: - result = prime * result + [[self tagName] hash]; - case DBFILESThumbnailErrorUnsupportedImage: - result = prime * result + [[self tagName] hash]; - case DBFILESThumbnailErrorConversionError: - result = prime * result + [[self tagName] hash]; + result = prime * result + [self.url hash]; + if (self.password != nil) { + result = prime * result + [self.password hash]; } return prime * result; @@ -14155,25 +13431,20 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToThumbnailError:other]; + return [self isEqualToSharedLink:other]; } -- (BOOL)isEqualToThumbnailError:(DBFILESThumbnailError *)aThumbnailError { - if (self == aThumbnailError) { +- (BOOL)isEqualToSharedLink:(DBFILESSharedLink *)aSharedLink { + if (self == aSharedLink) { return YES; } - if (self.tag != aThumbnailError.tag) { + if (![self.url isEqual:aSharedLink.url]) { return NO; } - switch (_tag) { - case DBFILESThumbnailErrorPath: - return [self.path isEqual:aThumbnailError.path]; - case DBFILESThumbnailErrorUnsupportedExtension: - return [[self tagName] isEqual:[aThumbnailError tagName]]; - case DBFILESThumbnailErrorUnsupportedImage: - return [[self tagName] isEqual:[aThumbnailError tagName]]; - case DBFILESThumbnailErrorConversionError: - return [[self tagName] isEqual:[aThumbnailError tagName]]; + if (self.password) { + if (![self.password isEqual:aSharedLink.password]) { + return NO; + } } return YES; } @@ -14182,114 +13453,76 @@ - (BOOL)isEqualToThumbnailError:(DBFILESThumbnailError *)aThumbnailError { #pragma mark - Serializer Object -@implementation DBFILESThumbnailErrorSerializer +@implementation DBFILESSharedLinkSerializer -+ (NSDictionary *)serialize:(DBFILESThumbnailError *)valueObj { ++ (NSDictionary *)serialize:(DBFILESSharedLink *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isPath]) { - jsonDict[@"path"] = [[DBFILESLookupErrorSerializer serialize:valueObj.path] mutableCopy]; - jsonDict[@".tag"] = @"path"; - } else if ([valueObj isUnsupportedExtension]) { - jsonDict[@".tag"] = @"unsupported_extension"; - } else if ([valueObj isUnsupportedImage]) { - jsonDict[@".tag"] = @"unsupported_image"; - } else if ([valueObj isConversionError]) { - jsonDict[@".tag"] = @"conversion_error"; - } else { - @throw([NSException exceptionWithName:@"InvalidTag" - reason:@"Object not properly initialized. Tag has an unknown value." - userInfo:nil]); + jsonDict[@"url"] = valueObj.url; + if (valueObj.password) { + jsonDict[@"password"] = valueObj.password; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESThumbnailError *)deserialize:(NSDictionary *)valueDict { - NSString *tag = valueDict[@".tag"]; ++ (DBFILESSharedLink *)deserialize:(NSDictionary *)valueDict { + NSString *url = valueDict[@"url"]; + NSString *password = valueDict[@"password"] ?: nil; - if ([tag isEqualToString:@"path"]) { - DBFILESLookupError *path = [DBFILESLookupErrorSerializer deserialize:valueDict[@"path"]]; - return [[DBFILESThumbnailError alloc] initWithPath:path]; - } else if ([tag isEqualToString:@"unsupported_extension"]) { - return [[DBFILESThumbnailError alloc] initWithUnsupportedExtension]; - } else if ([tag isEqualToString:@"unsupported_image"]) { - return [[DBFILESThumbnailError alloc] initWithUnsupportedImage]; - } else if ([tag isEqualToString:@"conversion_error"]) { - return [[DBFILESThumbnailError alloc] initWithConversionError]; - } else { - @throw([NSException - exceptionWithName:@"InvalidTag" - reason:[NSString stringWithFormat:@"Tag has an invalid value: \"%@\".", valueDict[@".tag"]] - userInfo:nil]); - } + return [[DBFILESSharedLink alloc] initWithUrl:url password:password]; } @end +#import "DBFILESThumbnailArg.h" #import "DBFILESThumbnailFormat.h" +#import "DBFILESThumbnailSize.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESThumbnailFormat +@implementation DBFILESThumbnailArg #pragma mark - Constructors -- (instancetype)initWithJpeg { - self = [super init]; - if (self) { - _tag = DBFILESThumbnailFormatJpeg; - } - return self; -} +- (instancetype)initWithPath:(NSString *)path + format:(DBFILESThumbnailFormat *)format + size:(DBFILESThumbnailSize *)size { + [DBStoneValidators + nonnullValidator:[DBStoneValidators + stringValidator:nil + maxLength:nil + pattern:@"(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)"]](path); -- (instancetype)initWithPng { self = [super init]; if (self) { - _tag = DBFILESThumbnailFormatPng; + _path = path; + _format = format ?: [[DBFILESThumbnailFormat alloc] initWithJpeg]; + _size = size ?: [[DBFILESThumbnailSize alloc] initWithW64h64]; } return self; } -#pragma mark - Instance field accessors - -#pragma mark - Tag state methods - -- (BOOL)isJpeg { - return _tag == DBFILESThumbnailFormatJpeg; -} - -- (BOOL)isPng { - return _tag == DBFILESThumbnailFormatPng; -} - -- (NSString *)tagName { - switch (_tag) { - case DBFILESThumbnailFormatJpeg: - return @"DBFILESThumbnailFormatJpeg"; - case DBFILESThumbnailFormatPng: - return @"DBFILESThumbnailFormatPng"; - } - - @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +- (instancetype)initWithPath:(NSString *)path { + return [self initWithPath:path format:nil size:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESThumbnailFormatSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESThumbnailArgSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESThumbnailFormatSerializer deserialize:dict]; + return [DBFILESThumbnailArgSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESThumbnailFormatSerializer serialize:self] description]; + return [[DBFILESThumbnailArgSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -14306,12 +13539,9 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - switch (_tag) { - case DBFILESThumbnailFormatJpeg: - result = prime * result + [[self tagName] hash]; - case DBFILESThumbnailFormatPng: - result = prime * result + [[self tagName] hash]; - } + result = prime * result + [self.path hash]; + result = prime * result + [self.format hash]; + result = prime * result + [self.size hash]; return prime * result; } @@ -14325,21 +13555,21 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToThumbnailFormat:other]; + return [self isEqualToThumbnailArg:other]; } -- (BOOL)isEqualToThumbnailFormat:(DBFILESThumbnailFormat *)aThumbnailFormat { - if (self == aThumbnailFormat) { +- (BOOL)isEqualToThumbnailArg:(DBFILESThumbnailArg *)aThumbnailArg { + if (self == aThumbnailArg) { return YES; } - if (self.tag != aThumbnailFormat.tag) { + if (![self.path isEqual:aThumbnailArg.path]) { return NO; } - switch (_tag) { - case DBFILESThumbnailFormatJpeg: - return [[self tagName] isEqual:[aThumbnailFormat tagName]]; - case DBFILESThumbnailFormatPng: - return [[self tagName] isEqual:[aThumbnailFormat tagName]]; + if (![self.format isEqual:aThumbnailArg.format]) { + return NO; + } + if (![self.size isEqual:aThumbnailArg.size]) { + return NO; } return YES; } @@ -14348,127 +13578,115 @@ - (BOOL)isEqualToThumbnailFormat:(DBFILESThumbnailFormat *)aThumbnailFormat { #pragma mark - Serializer Object -@implementation DBFILESThumbnailFormatSerializer +@implementation DBFILESThumbnailArgSerializer -+ (NSDictionary *)serialize:(DBFILESThumbnailFormat *)valueObj { ++ (NSDictionary *)serialize:(DBFILESThumbnailArg *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isJpeg]) { - jsonDict[@".tag"] = @"jpeg"; - } else if ([valueObj isPng]) { - jsonDict[@".tag"] = @"png"; - } else { - @throw([NSException exceptionWithName:@"InvalidTag" - reason:@"Object not properly initialized. Tag has an unknown value." - userInfo:nil]); - } + jsonDict[@"path"] = valueObj.path; + jsonDict[@"format"] = [DBFILESThumbnailFormatSerializer serialize:valueObj.format]; + jsonDict[@"size"] = [DBFILESThumbnailSizeSerializer serialize:valueObj.size]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESThumbnailFormat *)deserialize:(NSDictionary *)valueDict { - NSString *tag = valueDict[@".tag"]; ++ (DBFILESThumbnailArg *)deserialize:(NSDictionary *)valueDict { + NSString *path = valueDict[@"path"]; + DBFILESThumbnailFormat *format = valueDict[@"format"] + ? [DBFILESThumbnailFormatSerializer deserialize:valueDict[@"format"]] + : [[DBFILESThumbnailFormat alloc] initWithJpeg]; + DBFILESThumbnailSize *size = valueDict[@"size"] ? [DBFILESThumbnailSizeSerializer deserialize:valueDict[@"size"]] + : [[DBFILESThumbnailSize alloc] initWithW64h64]; - if ([tag isEqualToString:@"jpeg"]) { - return [[DBFILESThumbnailFormat alloc] initWithJpeg]; - } else if ([tag isEqualToString:@"png"]) { - return [[DBFILESThumbnailFormat alloc] initWithPng]; - } else { - @throw([NSException - exceptionWithName:@"InvalidTag" - reason:[NSString stringWithFormat:@"Tag has an invalid value: \"%@\".", valueDict[@".tag"]] - userInfo:nil]); - } + return [[DBFILESThumbnailArg alloc] initWithPath:path format:format size:size]; } @end -#import "DBFILESThumbnailSize.h" +#import "DBFILESLookupError.h" +#import "DBFILESThumbnailError.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESThumbnailSize +@implementation DBFILESThumbnailError + +@synthesize path = _path; #pragma mark - Constructors -- (instancetype)initWithW32h32 { +- (instancetype)initWithPath:(DBFILESLookupError *)path { self = [super init]; if (self) { - _tag = DBFILESThumbnailSizeW32h32; + _tag = DBFILESThumbnailErrorPath; + _path = path; } return self; } -- (instancetype)initWithW64h64 { +- (instancetype)initWithUnsupportedExtension { self = [super init]; if (self) { - _tag = DBFILESThumbnailSizeW64h64; + _tag = DBFILESThumbnailErrorUnsupportedExtension; } return self; } -- (instancetype)initWithW128h128 { +- (instancetype)initWithUnsupportedImage { self = [super init]; if (self) { - _tag = DBFILESThumbnailSizeW128h128; + _tag = DBFILESThumbnailErrorUnsupportedImage; } return self; } -- (instancetype)initWithW640h480 { +- (instancetype)initWithConversionError { self = [super init]; if (self) { - _tag = DBFILESThumbnailSizeW640h480; + _tag = DBFILESThumbnailErrorConversionError; } return self; } -- (instancetype)initWithW1024h768 { - self = [super init]; - if (self) { - _tag = DBFILESThumbnailSizeW1024h768; +#pragma mark - Instance field accessors + +- (DBFILESLookupError *)path { + if (![self isPath]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBFILESThumbnailErrorPath, but was %@.", [self tagName]]; } - return self; + return _path; } -#pragma mark - Instance field accessors - #pragma mark - Tag state methods -- (BOOL)isW32h32 { - return _tag == DBFILESThumbnailSizeW32h32; -} - -- (BOOL)isW64h64 { - return _tag == DBFILESThumbnailSizeW64h64; +- (BOOL)isPath { + return _tag == DBFILESThumbnailErrorPath; } -- (BOOL)isW128h128 { - return _tag == DBFILESThumbnailSizeW128h128; +- (BOOL)isUnsupportedExtension { + return _tag == DBFILESThumbnailErrorUnsupportedExtension; } -- (BOOL)isW640h480 { - return _tag == DBFILESThumbnailSizeW640h480; +- (BOOL)isUnsupportedImage { + return _tag == DBFILESThumbnailErrorUnsupportedImage; } -- (BOOL)isW1024h768 { - return _tag == DBFILESThumbnailSizeW1024h768; +- (BOOL)isConversionError { + return _tag == DBFILESThumbnailErrorConversionError; } - (NSString *)tagName { switch (_tag) { - case DBFILESThumbnailSizeW32h32: - return @"DBFILESThumbnailSizeW32h32"; - case DBFILESThumbnailSizeW64h64: - return @"DBFILESThumbnailSizeW64h64"; - case DBFILESThumbnailSizeW128h128: - return @"DBFILESThumbnailSizeW128h128"; - case DBFILESThumbnailSizeW640h480: - return @"DBFILESThumbnailSizeW640h480"; - case DBFILESThumbnailSizeW1024h768: - return @"DBFILESThumbnailSizeW1024h768"; + case DBFILESThumbnailErrorPath: + return @"DBFILESThumbnailErrorPath"; + case DBFILESThumbnailErrorUnsupportedExtension: + return @"DBFILESThumbnailErrorUnsupportedExtension"; + case DBFILESThumbnailErrorUnsupportedImage: + return @"DBFILESThumbnailErrorUnsupportedImage"; + case DBFILESThumbnailErrorConversionError: + return @"DBFILESThumbnailErrorConversionError"; } @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); @@ -14476,18 +13694,18 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESThumbnailSizeSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESThumbnailErrorSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESThumbnailSizeSerializer deserialize:dict]; + return [DBFILESThumbnailErrorSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESThumbnailSizeSerializer serialize:self] description]; + return [[DBFILESThumbnailErrorSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -14505,15 +13723,13 @@ - (NSUInteger)hash { NSUInteger result = 1; switch (_tag) { - case DBFILESThumbnailSizeW32h32: - result = prime * result + [[self tagName] hash]; - case DBFILESThumbnailSizeW64h64: - result = prime * result + [[self tagName] hash]; - case DBFILESThumbnailSizeW128h128: + case DBFILESThumbnailErrorPath: + result = prime * result + [self.path hash]; + case DBFILESThumbnailErrorUnsupportedExtension: result = prime * result + [[self tagName] hash]; - case DBFILESThumbnailSizeW640h480: + case DBFILESThumbnailErrorUnsupportedImage: result = prime * result + [[self tagName] hash]; - case DBFILESThumbnailSizeW1024h768: + case DBFILESThumbnailErrorConversionError: result = prime * result + [[self tagName] hash]; } @@ -14529,27 +13745,25 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToThumbnailSize:other]; + return [self isEqualToThumbnailError:other]; } -- (BOOL)isEqualToThumbnailSize:(DBFILESThumbnailSize *)aThumbnailSize { - if (self == aThumbnailSize) { +- (BOOL)isEqualToThumbnailError:(DBFILESThumbnailError *)aThumbnailError { + if (self == aThumbnailError) { return YES; } - if (self.tag != aThumbnailSize.tag) { + if (self.tag != aThumbnailError.tag) { return NO; } switch (_tag) { - case DBFILESThumbnailSizeW32h32: - return [[self tagName] isEqual:[aThumbnailSize tagName]]; - case DBFILESThumbnailSizeW64h64: - return [[self tagName] isEqual:[aThumbnailSize tagName]]; - case DBFILESThumbnailSizeW128h128: - return [[self tagName] isEqual:[aThumbnailSize tagName]]; - case DBFILESThumbnailSizeW640h480: - return [[self tagName] isEqual:[aThumbnailSize tagName]]; - case DBFILESThumbnailSizeW1024h768: - return [[self tagName] isEqual:[aThumbnailSize tagName]]; + case DBFILESThumbnailErrorPath: + return [self.path isEqual:aThumbnailError.path]; + case DBFILESThumbnailErrorUnsupportedExtension: + return [[self tagName] isEqual:[aThumbnailError tagName]]; + case DBFILESThumbnailErrorUnsupportedImage: + return [[self tagName] isEqual:[aThumbnailError tagName]]; + case DBFILESThumbnailErrorConversionError: + return [[self tagName] isEqual:[aThumbnailError tagName]]; } return YES; } @@ -14558,43 +13772,41 @@ - (BOOL)isEqualToThumbnailSize:(DBFILESThumbnailSize *)aThumbnailSize { #pragma mark - Serializer Object -@implementation DBFILESThumbnailSizeSerializer +@implementation DBFILESThumbnailErrorSerializer -+ (NSDictionary *)serialize:(DBFILESThumbnailSize *)valueObj { ++ (NSDictionary *)serialize:(DBFILESThumbnailError *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isW32h32]) { - jsonDict[@".tag"] = @"w32h32"; - } else if ([valueObj isW64h64]) { - jsonDict[@".tag"] = @"w64h64"; - } else if ([valueObj isW128h128]) { - jsonDict[@".tag"] = @"w128h128"; - } else if ([valueObj isW640h480]) { - jsonDict[@".tag"] = @"w640h480"; - } else if ([valueObj isW1024h768]) { - jsonDict[@".tag"] = @"w1024h768"; + if ([valueObj isPath]) { + jsonDict[@"path"] = [[DBFILESLookupErrorSerializer serialize:valueObj.path] mutableCopy]; + jsonDict[@".tag"] = @"path"; + } else if ([valueObj isUnsupportedExtension]) { + jsonDict[@".tag"] = @"unsupported_extension"; + } else if ([valueObj isUnsupportedImage]) { + jsonDict[@".tag"] = @"unsupported_image"; + } else if ([valueObj isConversionError]) { + jsonDict[@".tag"] = @"conversion_error"; } else { @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Object not properly initialized. Tag has an unknown value." userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESThumbnailSize *)deserialize:(NSDictionary *)valueDict { ++ (DBFILESThumbnailError *)deserialize:(NSDictionary *)valueDict { NSString *tag = valueDict[@".tag"]; - if ([tag isEqualToString:@"w32h32"]) { - return [[DBFILESThumbnailSize alloc] initWithW32h32]; - } else if ([tag isEqualToString:@"w64h64"]) { - return [[DBFILESThumbnailSize alloc] initWithW64h64]; - } else if ([tag isEqualToString:@"w128h128"]) { - return [[DBFILESThumbnailSize alloc] initWithW128h128]; - } else if ([tag isEqualToString:@"w640h480"]) { - return [[DBFILESThumbnailSize alloc] initWithW640h480]; - } else if ([tag isEqualToString:@"w1024h768"]) { - return [[DBFILESThumbnailSize alloc] initWithW1024h768]; + if ([tag isEqualToString:@"path"]) { + DBFILESLookupError *path = [DBFILESLookupErrorSerializer deserialize:valueDict[@"path"]]; + return [[DBFILESThumbnailError alloc] initWithPath:path]; + } else if ([tag isEqualToString:@"unsupported_extension"]) { + return [[DBFILESThumbnailError alloc] initWithUnsupportedExtension]; + } else if ([tag isEqualToString:@"unsupported_image"]) { + return [[DBFILESThumbnailError alloc] initWithUnsupportedImage]; + } else if ([tag isEqualToString:@"conversion_error"]) { + return [[DBFILESThumbnailError alloc] initWithConversionError]; } else { @throw([NSException exceptionWithName:@"InvalidTag" @@ -14605,156 +13817,50 @@ + (DBFILESThumbnailSize *)deserialize:(NSDictionary *)valueDict { @end -#import "DBFILESInvalidPropertyGroupError.h" -#import "DBFILESLookUpPropertiesError.h" -#import "DBFILESLookupError.h" -#import "DBFILESUpdatePropertiesError.h" +#import "DBFILESThumbnailFormat.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" -#pragma mark - API Object - -@implementation DBFILESUpdatePropertiesError - -@synthesize templateNotFound = _templateNotFound; -@synthesize path = _path; -@synthesize propertyGroupLookup = _propertyGroupLookup; - -#pragma mark - Constructors - -- (instancetype)initWithTemplateNotFound:(NSString *)templateNotFound { - self = [super init]; - if (self) { - _tag = DBFILESUpdatePropertiesErrorTemplateNotFound; - _templateNotFound = templateNotFound; - } - return self; -} - -- (instancetype)initWithRestrictedContent { - self = [super init]; - if (self) { - _tag = DBFILESUpdatePropertiesErrorRestrictedContent; - } - return self; -} - -- (instancetype)initWithOther { - self = [super init]; - if (self) { - _tag = DBFILESUpdatePropertiesErrorOther; - } - return self; -} - -- (instancetype)initWithPath:(DBFILESLookupError *)path { - self = [super init]; - if (self) { - _tag = DBFILESUpdatePropertiesErrorPath; - _path = path; - } - return self; -} - -- (instancetype)initWithPropertyFieldTooLarge { - self = [super init]; - if (self) { - _tag = DBFILESUpdatePropertiesErrorPropertyFieldTooLarge; - } - return self; -} +#pragma mark - API Object + +@implementation DBFILESThumbnailFormat -- (instancetype)initWithDoesNotFitTemplate { +#pragma mark - Constructors + +- (instancetype)initWithJpeg { self = [super init]; if (self) { - _tag = DBFILESUpdatePropertiesErrorDoesNotFitTemplate; + _tag = DBFILESThumbnailFormatJpeg; } return self; } -- (instancetype)initWithPropertyGroupLookup:(DBFILESLookUpPropertiesError *)propertyGroupLookup { +- (instancetype)initWithPng { self = [super init]; if (self) { - _tag = DBFILESUpdatePropertiesErrorPropertyGroupLookup; - _propertyGroupLookup = propertyGroupLookup; + _tag = DBFILESThumbnailFormatPng; } return self; } #pragma mark - Instance field accessors -- (NSString *)templateNotFound { - if (![self isTemplateNotFound]) { - [NSException - raise:@"IllegalStateException" - format:@"Invalid tag: required DBFILESUpdatePropertiesErrorTemplateNotFound, but was %@.", [self tagName]]; - } - return _templateNotFound; -} - -- (DBFILESLookupError *)path { - if (![self isPath]) { - [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBFILESUpdatePropertiesErrorPath, but was %@.", [self tagName]]; - } - return _path; -} - -- (DBFILESLookUpPropertiesError *)propertyGroupLookup { - if (![self isPropertyGroupLookup]) { - [NSException - raise:@"IllegalStateException" - format:@"Invalid tag: required DBFILESUpdatePropertiesErrorPropertyGroupLookup, but was %@.", [self tagName]]; - } - return _propertyGroupLookup; -} - #pragma mark - Tag state methods -- (BOOL)isTemplateNotFound { - return _tag == DBFILESUpdatePropertiesErrorTemplateNotFound; -} - -- (BOOL)isRestrictedContent { - return _tag == DBFILESUpdatePropertiesErrorRestrictedContent; -} - -- (BOOL)isOther { - return _tag == DBFILESUpdatePropertiesErrorOther; -} - -- (BOOL)isPath { - return _tag == DBFILESUpdatePropertiesErrorPath; -} - -- (BOOL)isPropertyFieldTooLarge { - return _tag == DBFILESUpdatePropertiesErrorPropertyFieldTooLarge; -} - -- (BOOL)isDoesNotFitTemplate { - return _tag == DBFILESUpdatePropertiesErrorDoesNotFitTemplate; +- (BOOL)isJpeg { + return _tag == DBFILESThumbnailFormatJpeg; } -- (BOOL)isPropertyGroupLookup { - return _tag == DBFILESUpdatePropertiesErrorPropertyGroupLookup; +- (BOOL)isPng { + return _tag == DBFILESThumbnailFormatPng; } - (NSString *)tagName { switch (_tag) { - case DBFILESUpdatePropertiesErrorTemplateNotFound: - return @"DBFILESUpdatePropertiesErrorTemplateNotFound"; - case DBFILESUpdatePropertiesErrorRestrictedContent: - return @"DBFILESUpdatePropertiesErrorRestrictedContent"; - case DBFILESUpdatePropertiesErrorOther: - return @"DBFILESUpdatePropertiesErrorOther"; - case DBFILESUpdatePropertiesErrorPath: - return @"DBFILESUpdatePropertiesErrorPath"; - case DBFILESUpdatePropertiesErrorPropertyFieldTooLarge: - return @"DBFILESUpdatePropertiesErrorPropertyFieldTooLarge"; - case DBFILESUpdatePropertiesErrorDoesNotFitTemplate: - return @"DBFILESUpdatePropertiesErrorDoesNotFitTemplate"; - case DBFILESUpdatePropertiesErrorPropertyGroupLookup: - return @"DBFILESUpdatePropertiesErrorPropertyGroupLookup"; + case DBFILESThumbnailFormatJpeg: + return @"DBFILESThumbnailFormatJpeg"; + case DBFILESThumbnailFormatPng: + return @"DBFILESThumbnailFormatPng"; } @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); @@ -14762,18 +13868,18 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESUpdatePropertiesErrorSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESThumbnailFormatSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESUpdatePropertiesErrorSerializer deserialize:dict]; + return [DBFILESThumbnailFormatSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESUpdatePropertiesErrorSerializer serialize:self] description]; + return [[DBFILESThumbnailFormatSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -14791,20 +13897,10 @@ - (NSUInteger)hash { NSUInteger result = 1; switch (_tag) { - case DBFILESUpdatePropertiesErrorTemplateNotFound: - result = prime * result + [self.templateNotFound hash]; - case DBFILESUpdatePropertiesErrorRestrictedContent: - result = prime * result + [[self tagName] hash]; - case DBFILESUpdatePropertiesErrorOther: - result = prime * result + [[self tagName] hash]; - case DBFILESUpdatePropertiesErrorPath: - result = prime * result + [self.path hash]; - case DBFILESUpdatePropertiesErrorPropertyFieldTooLarge: + case DBFILESThumbnailFormatJpeg: result = prime * result + [[self tagName] hash]; - case DBFILESUpdatePropertiesErrorDoesNotFitTemplate: + case DBFILESThumbnailFormatPng: result = prime * result + [[self tagName] hash]; - case DBFILESUpdatePropertiesErrorPropertyGroupLookup: - result = prime * result + [self.propertyGroupLookup hash]; } return prime * result; @@ -14819,31 +13915,21 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToUpdatePropertiesError:other]; + return [self isEqualToThumbnailFormat:other]; } -- (BOOL)isEqualToUpdatePropertiesError:(DBFILESUpdatePropertiesError *)anUpdatePropertiesError { - if (self == anUpdatePropertiesError) { +- (BOOL)isEqualToThumbnailFormat:(DBFILESThumbnailFormat *)aThumbnailFormat { + if (self == aThumbnailFormat) { return YES; } - if (self.tag != anUpdatePropertiesError.tag) { + if (self.tag != aThumbnailFormat.tag) { return NO; } switch (_tag) { - case DBFILESUpdatePropertiesErrorTemplateNotFound: - return [self.templateNotFound isEqual:anUpdatePropertiesError.templateNotFound]; - case DBFILESUpdatePropertiesErrorRestrictedContent: - return [[self tagName] isEqual:[anUpdatePropertiesError tagName]]; - case DBFILESUpdatePropertiesErrorOther: - return [[self tagName] isEqual:[anUpdatePropertiesError tagName]]; - case DBFILESUpdatePropertiesErrorPath: - return [self.path isEqual:anUpdatePropertiesError.path]; - case DBFILESUpdatePropertiesErrorPropertyFieldTooLarge: - return [[self tagName] isEqual:[anUpdatePropertiesError tagName]]; - case DBFILESUpdatePropertiesErrorDoesNotFitTemplate: - return [[self tagName] isEqual:[anUpdatePropertiesError tagName]]; - case DBFILESUpdatePropertiesErrorPropertyGroupLookup: - return [self.propertyGroupLookup isEqual:anUpdatePropertiesError.propertyGroupLookup]; + case DBFILESThumbnailFormatJpeg: + return [[self tagName] isEqual:[aThumbnailFormat tagName]]; + case DBFILESThumbnailFormatPng: + return [[self tagName] isEqual:[aThumbnailFormat tagName]]; } return YES; } @@ -14852,102 +13938,146 @@ - (BOOL)isEqualToUpdatePropertiesError:(DBFILESUpdatePropertiesError *)anUpdateP #pragma mark - Serializer Object -@implementation DBFILESUpdatePropertiesErrorSerializer +@implementation DBFILESThumbnailFormatSerializer -+ (NSDictionary *)serialize:(DBFILESUpdatePropertiesError *)valueObj { ++ (NSDictionary *)serialize:(DBFILESThumbnailFormat *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isTemplateNotFound]) { - jsonDict[@"template_not_found"] = valueObj.templateNotFound; - jsonDict[@".tag"] = @"template_not_found"; - } else if ([valueObj isRestrictedContent]) { - jsonDict[@".tag"] = @"restricted_content"; - } else if ([valueObj isOther]) { - jsonDict[@".tag"] = @"other"; - } else if ([valueObj isPath]) { - jsonDict[@"path"] = [[DBFILESLookupErrorSerializer serialize:valueObj.path] mutableCopy]; - jsonDict[@".tag"] = @"path"; - } else if ([valueObj isPropertyFieldTooLarge]) { - jsonDict[@".tag"] = @"property_field_too_large"; - } else if ([valueObj isDoesNotFitTemplate]) { - jsonDict[@".tag"] = @"does_not_fit_template"; - } else if ([valueObj isPropertyGroupLookup]) { - jsonDict[@"property_group_lookup"] = - [[DBFILESLookUpPropertiesErrorSerializer serialize:valueObj.propertyGroupLookup] mutableCopy]; - jsonDict[@".tag"] = @"property_group_lookup"; + if ([valueObj isJpeg]) { + jsonDict[@".tag"] = @"jpeg"; + } else if ([valueObj isPng]) { + jsonDict[@".tag"] = @"png"; } else { - jsonDict[@".tag"] = @"other"; + @throw([NSException exceptionWithName:@"InvalidTag" + reason:@"Object not properly initialized. Tag has an unknown value." + userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESUpdatePropertiesError *)deserialize:(NSDictionary *)valueDict { ++ (DBFILESThumbnailFormat *)deserialize:(NSDictionary *)valueDict { NSString *tag = valueDict[@".tag"]; - if ([tag isEqualToString:@"template_not_found"]) { - NSString *templateNotFound = valueDict[@"template_not_found"]; - return [[DBFILESUpdatePropertiesError alloc] initWithTemplateNotFound:templateNotFound]; - } else if ([tag isEqualToString:@"restricted_content"]) { - return [[DBFILESUpdatePropertiesError alloc] initWithRestrictedContent]; - } else if ([tag isEqualToString:@"other"]) { - return [[DBFILESUpdatePropertiesError alloc] initWithOther]; - } else if ([tag isEqualToString:@"path"]) { - DBFILESLookupError *path = [DBFILESLookupErrorSerializer deserialize:valueDict[@"path"]]; - return [[DBFILESUpdatePropertiesError alloc] initWithPath:path]; - } else if ([tag isEqualToString:@"property_field_too_large"]) { - return [[DBFILESUpdatePropertiesError alloc] initWithPropertyFieldTooLarge]; - } else if ([tag isEqualToString:@"does_not_fit_template"]) { - return [[DBFILESUpdatePropertiesError alloc] initWithDoesNotFitTemplate]; - } else if ([tag isEqualToString:@"property_group_lookup"]) { - DBFILESLookUpPropertiesError *propertyGroupLookup = - [DBFILESLookUpPropertiesErrorSerializer deserialize:valueDict[@"property_group_lookup"]]; - return [[DBFILESUpdatePropertiesError alloc] initWithPropertyGroupLookup:propertyGroupLookup]; + if ([tag isEqualToString:@"jpeg"]) { + return [[DBFILESThumbnailFormat alloc] initWithJpeg]; + } else if ([tag isEqualToString:@"png"]) { + return [[DBFILESThumbnailFormat alloc] initWithPng]; } else { - return [[DBFILESUpdatePropertiesError alloc] initWithOther]; + @throw([NSException + exceptionWithName:@"InvalidTag" + reason:[NSString stringWithFormat:@"Tag has an invalid value: \"%@\".", valueDict[@".tag"]] + userInfo:nil]); } } @end -#import "DBFILESPropertyGroupUpdate.h" -#import "DBFILESUpdatePropertyGroupArg.h" +#import "DBFILESThumbnailSize.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBFILESUpdatePropertyGroupArg +@implementation DBFILESThumbnailSize #pragma mark - Constructors -- (instancetype)initWithPath:(NSString *)path - updatePropertyGroups:(NSArray *)updatePropertyGroups { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"/(.|[\\r\\n])*|id:.*|(ns:[0-9]+(/.*)?)"](path); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](updatePropertyGroups); +- (instancetype)initWithW32h32 { + self = [super init]; + if (self) { + _tag = DBFILESThumbnailSizeW32h32; + } + return self; +} +- (instancetype)initWithW64h64 { self = [super init]; if (self) { - _path = path; - _updatePropertyGroups = updatePropertyGroups; + _tag = DBFILESThumbnailSizeW64h64; + } + return self; +} + +- (instancetype)initWithW128h128 { + self = [super init]; + if (self) { + _tag = DBFILESThumbnailSizeW128h128; + } + return self; +} + +- (instancetype)initWithW640h480 { + self = [super init]; + if (self) { + _tag = DBFILESThumbnailSizeW640h480; + } + return self; +} + +- (instancetype)initWithW1024h768 { + self = [super init]; + if (self) { + _tag = DBFILESThumbnailSizeW1024h768; } return self; } +#pragma mark - Instance field accessors + +#pragma mark - Tag state methods + +- (BOOL)isW32h32 { + return _tag == DBFILESThumbnailSizeW32h32; +} + +- (BOOL)isW64h64 { + return _tag == DBFILESThumbnailSizeW64h64; +} + +- (BOOL)isW128h128 { + return _tag == DBFILESThumbnailSizeW128h128; +} + +- (BOOL)isW640h480 { + return _tag == DBFILESThumbnailSizeW640h480; +} + +- (BOOL)isW1024h768 { + return _tag == DBFILESThumbnailSizeW1024h768; +} + +- (NSString *)tagName { + switch (_tag) { + case DBFILESThumbnailSizeW32h32: + return @"DBFILESThumbnailSizeW32h32"; + case DBFILESThumbnailSizeW64h64: + return @"DBFILESThumbnailSizeW64h64"; + case DBFILESThumbnailSizeW128h128: + return @"DBFILESThumbnailSizeW128h128"; + case DBFILESThumbnailSizeW640h480: + return @"DBFILESThumbnailSizeW640h480"; + case DBFILESThumbnailSizeW1024h768: + return @"DBFILESThumbnailSizeW1024h768"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBFILESUpdatePropertyGroupArgSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBFILESThumbnailSizeSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBFILESUpdatePropertyGroupArgSerializer deserialize:dict]; + return [DBFILESThumbnailSizeSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBFILESUpdatePropertyGroupArgSerializer serialize:self] description]; + return [[DBFILESThumbnailSizeSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -14964,8 +14094,18 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.path hash]; - result = prime * result + [self.updatePropertyGroups hash]; + switch (_tag) { + case DBFILESThumbnailSizeW32h32: + result = prime * result + [[self tagName] hash]; + case DBFILESThumbnailSizeW64h64: + result = prime * result + [[self tagName] hash]; + case DBFILESThumbnailSizeW128h128: + result = prime * result + [[self tagName] hash]; + case DBFILESThumbnailSizeW640h480: + result = prime * result + [[self tagName] hash]; + case DBFILESThumbnailSizeW1024h768: + result = prime * result + [[self tagName] hash]; + } return prime * result; } @@ -14979,18 +14119,27 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToUpdatePropertyGroupArg:other]; + return [self isEqualToThumbnailSize:other]; } -- (BOOL)isEqualToUpdatePropertyGroupArg:(DBFILESUpdatePropertyGroupArg *)anUpdatePropertyGroupArg { - if (self == anUpdatePropertyGroupArg) { +- (BOOL)isEqualToThumbnailSize:(DBFILESThumbnailSize *)aThumbnailSize { + if (self == aThumbnailSize) { return YES; } - if (![self.path isEqual:anUpdatePropertyGroupArg.path]) { + if (self.tag != aThumbnailSize.tag) { return NO; } - if (![self.updatePropertyGroups isEqual:anUpdatePropertyGroupArg.updatePropertyGroups]) { - return NO; + switch (_tag) { + case DBFILESThumbnailSizeW32h32: + return [[self tagName] isEqual:[aThumbnailSize tagName]]; + case DBFILESThumbnailSizeW64h64: + return [[self tagName] isEqual:[aThumbnailSize tagName]]; + case DBFILESThumbnailSizeW128h128: + return [[self tagName] isEqual:[aThumbnailSize tagName]]; + case DBFILESThumbnailSizeW640h480: + return [[self tagName] isEqual:[aThumbnailSize tagName]]; + case DBFILESThumbnailSizeW1024h768: + return [[self tagName] isEqual:[aThumbnailSize tagName]]; } return YES; } @@ -14999,30 +14148,49 @@ - (BOOL)isEqualToUpdatePropertyGroupArg:(DBFILESUpdatePropertyGroupArg *)anUpdat #pragma mark - Serializer Object -@implementation DBFILESUpdatePropertyGroupArgSerializer +@implementation DBFILESThumbnailSizeSerializer -+ (NSDictionary *)serialize:(DBFILESUpdatePropertyGroupArg *)valueObj { ++ (NSDictionary *)serialize:(DBFILESThumbnailSize *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"path"] = valueObj.path; - jsonDict[@"update_property_groups"] = - [DBArraySerializer serialize:valueObj.updatePropertyGroups - withBlock:^id(id elem0) { - return [DBFILESPropertyGroupUpdateSerializer serialize:elem0]; - }]; + if ([valueObj isW32h32]) { + jsonDict[@".tag"] = @"w32h32"; + } else if ([valueObj isW64h64]) { + jsonDict[@".tag"] = @"w64h64"; + } else if ([valueObj isW128h128]) { + jsonDict[@".tag"] = @"w128h128"; + } else if ([valueObj isW640h480]) { + jsonDict[@".tag"] = @"w640h480"; + } else if ([valueObj isW1024h768]) { + jsonDict[@".tag"] = @"w1024h768"; + } else { + @throw([NSException exceptionWithName:@"InvalidTag" + reason:@"Object not properly initialized. Tag has an unknown value." + userInfo:nil]); + } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBFILESUpdatePropertyGroupArg *)deserialize:(NSDictionary *)valueDict { - NSString *path = valueDict[@"path"]; - NSArray *updatePropertyGroups = - [DBArraySerializer deserialize:valueDict[@"update_property_groups"] - withBlock:^id(id elem0) { - return [DBFILESPropertyGroupUpdateSerializer deserialize:elem0]; - }]; ++ (DBFILESThumbnailSize *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; - return [[DBFILESUpdatePropertyGroupArg alloc] initWithPath:path updatePropertyGroups:updatePropertyGroups]; + if ([tag isEqualToString:@"w32h32"]) { + return [[DBFILESThumbnailSize alloc] initWithW32h32]; + } else if ([tag isEqualToString:@"w64h64"]) { + return [[DBFILESThumbnailSize alloc] initWithW64h64]; + } else if ([tag isEqualToString:@"w128h128"]) { + return [[DBFILESThumbnailSize alloc] initWithW128h128]; + } else if ([tag isEqualToString:@"w640h480"]) { + return [[DBFILESThumbnailSize alloc] initWithW640h480]; + } else if ([tag isEqualToString:@"w1024h768"]) { + return [[DBFILESThumbnailSize alloc] initWithW1024h768]; + } else { + @throw([NSException + exceptionWithName:@"InvalidTag" + reason:[NSString stringWithFormat:@"Tag has an invalid value: \"%@\".", valueDict[@".tag"]] + userInfo:nil]); + } } @end @@ -15090,7 +14258,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESUploadErrorSerializer serialize:instance]; } @@ -15174,7 +14342,7 @@ + (NSDictionary *)serialize:(DBFILESUploadError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESUploadError *)deserialize:(NSDictionary *)valueDict { @@ -15192,7 +14360,7 @@ + (DBFILESUploadError *)deserialize:(NSDictionary *)valueDict { @end -#import "DBFILESInvalidPropertyGroupError.h" +#import "DBFILEPROPERTIESInvalidPropertyGroupError.h" #import "DBFILESUploadError.h" #import "DBFILESUploadErrorWithProperties.h" #import "DBFILESUploadWriteFailed.h" @@ -15225,7 +14393,7 @@ - (instancetype)initWithOther { return self; } -- (instancetype)initWithPropertiesError:(DBFILESInvalidPropertyGroupError *)propertiesError { +- (instancetype)initWithPropertiesError:(DBFILEPROPERTIESInvalidPropertyGroupError *)propertiesError { self = [super init]; if (self) { _tag = DBFILESUploadErrorWithPropertiesPropertiesError; @@ -15244,7 +14412,7 @@ - (DBFILESUploadWriteFailed *)path { return _path; } -- (DBFILESInvalidPropertyGroupError *)propertiesError { +- (DBFILEPROPERTIESInvalidPropertyGroupError *)propertiesError { if (![self isPropertiesError]) { [NSException raise:@"IllegalStateException" @@ -15282,7 +14450,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESUploadErrorWithPropertiesSerializer serialize:instance]; } @@ -15368,13 +14536,13 @@ + (NSDictionary *)serialize:(DBFILESUploadErrorWithProperties *)valueObj { jsonDict[@".tag"] = @"other"; } else if ([valueObj isPropertiesError]) { jsonDict[@"properties_error"] = - [[DBFILESInvalidPropertyGroupErrorSerializer serialize:valueObj.propertiesError] mutableCopy]; + [[DBFILEPROPERTIESInvalidPropertyGroupErrorSerializer serialize:valueObj.propertiesError] mutableCopy]; jsonDict[@".tag"] = @"properties_error"; } else { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESUploadErrorWithProperties *)deserialize:(NSDictionary *)valueDict { @@ -15386,8 +14554,8 @@ + (DBFILESUploadErrorWithProperties *)deserialize:(NSDictionary *)valueDict { } else if ([tag isEqualToString:@"other"]) { return [[DBFILESUploadErrorWithProperties alloc] initWithOther]; } else if ([tag isEqualToString:@"properties_error"]) { - DBFILESInvalidPropertyGroupError *propertiesError = - [DBFILESInvalidPropertyGroupErrorSerializer deserialize:valueDict[@"properties_error"]]; + DBFILEPROPERTIESInvalidPropertyGroupError *propertiesError = + [DBFILEPROPERTIESInvalidPropertyGroupErrorSerializer deserialize:valueDict[@"properties_error"]]; return [[DBFILESUploadErrorWithProperties alloc] initWithPropertiesError:propertiesError]; } else { return [[DBFILESUploadErrorWithProperties alloc] initWithOther]; @@ -15408,6 +14576,7 @@ @implementation DBFILESUploadSessionAppendArg #pragma mark - Constructors - (instancetype)initWithCursor:(DBFILESUploadSessionCursor *)cursor close:(NSNumber *)close { + [DBStoneValidators nonnullValidator:nil](cursor); self = [super init]; if (self) { @@ -15423,7 +14592,7 @@ - (instancetype)initWithCursor:(DBFILESUploadSessionCursor *)cursor { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESUploadSessionAppendArgSerializer serialize:instance]; } @@ -15494,7 +14663,7 @@ + (NSDictionary *)serialize:(DBFILESUploadSessionAppendArg *)valueObj { jsonDict[@"cursor"] = [DBFILESUploadSessionCursorSerializer serialize:valueObj.cursor]; jsonDict[@"close"] = valueObj.close; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESUploadSessionAppendArg *)deserialize:(NSDictionary *)valueDict { @@ -15517,6 +14686,8 @@ @implementation DBFILESUploadSessionCursor #pragma mark - Constructors - (instancetype)initWithSessionId:(NSString *)sessionId offset:(NSNumber *)offset { + [DBStoneValidators nonnullValidator:nil](sessionId); + [DBStoneValidators nonnullValidator:nil](offset); self = [super init]; if (self) { @@ -15528,7 +14699,7 @@ - (instancetype)initWithSessionId:(NSString *)sessionId offset:(NSNumber *)offse #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESUploadSessionCursorSerializer serialize:instance]; } @@ -15599,7 +14770,7 @@ + (NSDictionary *)serialize:(DBFILESUploadSessionCursor *)valueObj { jsonDict[@"session_id"] = valueObj.sessionId; jsonDict[@"offset"] = valueObj.offset; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESUploadSessionCursor *)deserialize:(NSDictionary *)valueDict { @@ -15624,6 +14795,8 @@ @implementation DBFILESUploadSessionFinishArg #pragma mark - Constructors - (instancetype)initWithCursor:(DBFILESUploadSessionCursor *)cursor commit:(DBFILESCommitInfo *)commit { + [DBStoneValidators nonnullValidator:nil](cursor); + [DBStoneValidators nonnullValidator:nil](commit); self = [super init]; if (self) { @@ -15635,7 +14808,7 @@ - (instancetype)initWithCursor:(DBFILESUploadSessionCursor *)cursor commit:(DBFI #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESUploadSessionFinishArgSerializer serialize:instance]; } @@ -15706,7 +14879,7 @@ + (NSDictionary *)serialize:(DBFILESUploadSessionFinishArg *)valueObj { jsonDict[@"cursor"] = [DBFILESUploadSessionCursorSerializer serialize:valueObj.cursor]; jsonDict[@"commit"] = [DBFILESCommitInfoSerializer serialize:valueObj.commit]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESUploadSessionFinishArg *)deserialize:(NSDictionary *)valueDict { @@ -15730,7 +14903,10 @@ @implementation DBFILESUploadSessionFinishBatchArg #pragma mark - Constructors - (instancetype)initWithEntries:(NSArray *)entries { - [DBStoneValidators arrayValidator:nil maxItems:@(1000) itemValidator:nil](entries); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:@(1000) + itemValidator:[DBStoneValidators nonnullValidator:nil]]](entries); self = [super init]; if (self) { @@ -15741,7 +14917,7 @@ - (instancetype)initWithEntries:(NSArray *)entr #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESUploadSessionFinishBatchArgSerializer serialize:instance]; } @@ -15810,7 +14986,7 @@ + (NSDictionary *)serialize:(DBFILESUploadSessionFinishBatchArg *)valueObj { return [DBFILESUploadSessionFinishArgSerializer serialize:elem0]; }]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESUploadSessionFinishBatchArg *)deserialize:(NSDictionary *)valueDict { @@ -15890,7 +15066,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESUploadSessionFinishBatchJobStatusSerializer serialize:instance]; } @@ -15977,7 +15153,7 @@ + (NSDictionary *)serialize:(DBFILESUploadSessionFinishBatchJobStatus *)valueObj userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESUploadSessionFinishBatchJobStatus *)deserialize:(NSDictionary *)valueDict { @@ -16089,7 +15265,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESUploadSessionFinishBatchLaunchSerializer serialize:instance]; } @@ -16181,7 +15357,7 @@ + (NSDictionary *)serialize:(DBFILESUploadSessionFinishBatchLaunch *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESUploadSessionFinishBatchLaunch *)deserialize:(NSDictionary *)valueDict { @@ -16215,7 +15391,10 @@ @implementation DBFILESUploadSessionFinishBatchResult #pragma mark - Constructors - (instancetype)initWithEntries:(NSArray *)entries { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](entries); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](entries); self = [super init]; if (self) { @@ -16226,7 +15405,7 @@ - (instancetype)initWithEntries:(NSArray 0 ? jsonDict : nil; } + (DBFILESUploadSessionFinishBatchResult *)deserialize:(NSDictionary *)valueDict { @@ -16388,7 +15567,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESUploadSessionFinishBatchResultEntrySerializer serialize:instance]; } @@ -16476,7 +15655,7 @@ + (NSDictionary *)serialize:(DBFILESUploadSessionFinishBatchResultEntry *)valueO userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESUploadSessionFinishBatchResultEntry *)deserialize:(NSDictionary *)valueDict { @@ -16616,7 +15795,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESUploadSessionFinishErrorSerializer serialize:instance]; } @@ -16720,7 +15899,7 @@ + (NSDictionary *)serialize:(DBFILESUploadSessionFinishError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESUploadSessionFinishError *)deserialize:(NSDictionary *)valueDict { @@ -16852,7 +16031,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESUploadSessionLookupErrorSerializer serialize:instance]; } @@ -16955,7 +16134,7 @@ + (NSDictionary *)serialize:(DBFILESUploadSessionLookupError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESUploadSessionLookupError *)deserialize:(NSDictionary *)valueDict { @@ -16991,6 +16170,7 @@ @implementation DBFILESUploadSessionOffsetError #pragma mark - Constructors - (instancetype)initWithCorrectOffset:(NSNumber *)correctOffset { + [DBStoneValidators nonnullValidator:nil](correctOffset); self = [super init]; if (self) { @@ -17001,7 +16181,7 @@ - (instancetype)initWithCorrectOffset:(NSNumber *)correctOffset { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESUploadSessionOffsetErrorSerializer serialize:instance]; } @@ -17067,7 +16247,7 @@ + (NSDictionary *)serialize:(DBFILESUploadSessionOffsetError *)valueObj { jsonDict[@"correct_offset"] = valueObj.correctOffset; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESUploadSessionOffsetError *)deserialize:(NSDictionary *)valueDict { @@ -17103,7 +16283,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESUploadSessionStartArgSerializer serialize:instance]; } @@ -17169,7 +16349,7 @@ + (NSDictionary *)serialize:(DBFILESUploadSessionStartArg *)valueObj { jsonDict[@"close"] = valueObj.close; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESUploadSessionStartArg *)deserialize:(NSDictionary *)valueDict { @@ -17191,6 +16371,7 @@ @implementation DBFILESUploadSessionStartResult #pragma mark - Constructors - (instancetype)initWithSessionId:(NSString *)sessionId { + [DBStoneValidators nonnullValidator:nil](sessionId); self = [super init]; if (self) { @@ -17201,7 +16382,7 @@ - (instancetype)initWithSessionId:(NSString *)sessionId { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESUploadSessionStartResultSerializer serialize:instance]; } @@ -17267,7 +16448,7 @@ + (NSDictionary *)serialize:(DBFILESUploadSessionStartResult *)valueObj { jsonDict[@"session_id"] = valueObj.sessionId; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESUploadSessionStartResult *)deserialize:(NSDictionary *)valueDict { @@ -17290,6 +16471,8 @@ @implementation DBFILESUploadWriteFailed #pragma mark - Constructors - (instancetype)initWithReason:(DBFILESWriteError *)reason uploadSessionId:(NSString *)uploadSessionId { + [DBStoneValidators nonnullValidator:nil](reason); + [DBStoneValidators nonnullValidator:nil](uploadSessionId); self = [super init]; if (self) { @@ -17301,7 +16484,7 @@ - (instancetype)initWithReason:(DBFILESWriteError *)reason uploadSessionId:(NSSt #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESUploadWriteFailedSerializer serialize:instance]; } @@ -17372,7 +16555,7 @@ + (NSDictionary *)serialize:(DBFILESUploadWriteFailed *)valueObj { jsonDict[@"reason"] = [DBFILESWriteErrorSerializer serialize:valueObj.reason]; jsonDict[@"upload_session_id"] = valueObj.uploadSessionId; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESUploadWriteFailed *)deserialize:(NSDictionary *)valueDict { @@ -17415,7 +16598,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESVideoMetadataSerializer serialize:instance]; } @@ -17443,16 +16626,16 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.dimensions) { + if (self.dimensions != nil) { result = prime * result + [self.dimensions hash]; } - if (self.location) { + if (self.location != nil) { result = prime * result + [self.location hash]; } - if (self.timeTaken) { + if (self.timeTaken != nil) { result = prime * result + [self.timeTaken hash]; } - if (self.duration) { + if (self.duration != nil) { result = prime * result + [self.duration hash]; } @@ -17520,7 +16703,7 @@ + (NSDictionary *)serialize:(DBFILESVideoMetadata *)valueObj { jsonDict[@"duration"] = valueObj.duration; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESVideoMetadata *)deserialize:(NSDictionary *)valueDict { @@ -17620,7 +16803,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESWriteConflictErrorSerializer serialize:instance]; } @@ -17715,7 +16898,7 @@ + (NSDictionary *)serialize:(DBFILESWriteConflictError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESWriteConflictError *)deserialize:(NSDictionary *)valueDict { @@ -17879,7 +17062,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESWriteErrorSerializer serialize:instance]; } @@ -17909,7 +17092,7 @@ - (NSUInteger)hash { switch (_tag) { case DBFILESWriteErrorMalformedPath: - if (self.malformedPath) { + if (self.malformedPath != nil) { result = prime * result + [self.malformedPath hash]; } case DBFILESWriteErrorConflict: @@ -18000,7 +17183,7 @@ + (NSDictionary *)serialize:(DBFILESWriteError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESWriteError *)deserialize:(NSDictionary *)valueDict { @@ -18105,7 +17288,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBFILESWriteModeSerializer serialize:instance]; } @@ -18197,7 +17380,7 @@ + (NSDictionary *)serialize:(DBFILESWriteMode *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBFILESWriteMode *)deserialize:(NSDictionary *)valueDict { diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESAlphaGetMetadataArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESAlphaGetMetadataArg.h index 55f92b41..49f659d4 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESAlphaGetMetadataArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESAlphaGetMetadataArg.h @@ -83,7 +83,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESAlphaGetMetadataArg` API object. /// -+ (NSDictionary *)serialize:(DBFILESAlphaGetMetadataArg *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESAlphaGetMetadataArg *)instance; /// /// Deserializes `DBFILESAlphaGetMetadataArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESAlphaGetMetadataError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESAlphaGetMetadataError.h index e5643363..2c44d80c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESAlphaGetMetadataError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESAlphaGetMetadataError.h @@ -8,8 +8,8 @@ #import "DBSerializableProtocol.h" +@class DBFILEPROPERTIESLookUpPropertiesError; @class DBFILESAlphaGetMetadataError; -@class DBFILESLookUpPropertiesError; @class DBFILESLookupError; NS_ASSUME_NONNULL_BEGIN @@ -47,7 +47,7 @@ typedef NS_ENUM(NSInteger, DBFILESAlphaGetMetadataErrorTag) { /// (no description). @note Ensure the `isPropertiesError` method returns true /// before accessing, otherwise a runtime exception will be raised. -@property (nonatomic, readonly) DBFILESLookUpPropertiesError *propertiesError; +@property (nonatomic, readonly) DBFILEPROPERTIESLookUpPropertiesError *propertiesError; #pragma mark - Constructors @@ -67,7 +67,7 @@ typedef NS_ENUM(NSInteger, DBFILESAlphaGetMetadataErrorTag) { /// /// @return An initialized instance. /// -- (instancetype)initWithPropertiesError:(DBFILESLookUpPropertiesError *)propertiesError; +- (instancetype)initWithPropertiesError:(DBFILEPROPERTIESLookUpPropertiesError *)propertiesError; - (instancetype)init NS_UNAVAILABLE; @@ -119,7 +119,7 @@ typedef NS_ENUM(NSInteger, DBFILESAlphaGetMetadataErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESAlphaGetMetadataError` API object. /// -+ (NSDictionary *)serialize:(DBFILESAlphaGetMetadataError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESAlphaGetMetadataError *)instance; /// /// Deserializes `DBFILESAlphaGetMetadataError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCommitInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCommitInfo.h index aa8aa6dc..2b3c95d2 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCommitInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCommitInfo.h @@ -104,7 +104,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESCommitInfo` API object. /// -+ (NSDictionary *)serialize:(DBFILESCommitInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESCommitInfo *)instance; /// /// Deserializes `DBFILESCommitInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCommitInfoWithProperties.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCommitInfoWithProperties.h index 2cb73c35..a371dcbb 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCommitInfoWithProperties.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCommitInfoWithProperties.h @@ -9,9 +9,9 @@ #import "DBFILESCommitInfo.h" #import "DBSerializableProtocol.h" +@class DBFILEPROPERTIESPropertyGroup; @class DBFILESCommitInfoWithProperties; @class DBFILESWriteMode; -@class DBPROPERTIESPropertyGroup; NS_ASSUME_NONNULL_BEGIN @@ -29,7 +29,7 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields /// List of custom properties to add to file. -@property (nonatomic, readonly, nullable) NSArray *propertyGroups; +@property (nonatomic, readonly, nullable) NSArray *propertyGroups; #pragma mark - Constructors @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN autorename:(nullable NSNumber *)autorename clientModified:(nullable NSDate *)clientModified mute:(nullable NSNumber *)mute - propertyGroups:(nullable NSArray *)propertyGroups; + propertyGroups:(nullable NSArray *)propertyGroups; /// /// Convenience constructor (exposes only non-nullable instance variables with @@ -88,7 +88,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESCommitInfoWithProperties` API object. /// -+ (NSDictionary *)serialize:(DBFILESCommitInfoWithProperties *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESCommitInfoWithProperties *)instance; /// /// Deserializes `DBFILESCommitInfoWithProperties` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCreateFolderArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCreateFolderArg.h index 48eb4844..67407338 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCreateFolderArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCreateFolderArg.h @@ -74,7 +74,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESCreateFolderArg` API object. /// -+ (NSDictionary *)serialize:(DBFILESCreateFolderArg *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESCreateFolderArg *)instance; /// /// Deserializes `DBFILESCreateFolderArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCreateFolderError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCreateFolderError.h index a084feb9..02b900b3 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCreateFolderError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCreateFolderError.h @@ -90,7 +90,7 @@ typedef NS_ENUM(NSInteger, DBFILESCreateFolderErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESCreateFolderError` API object. /// -+ (NSDictionary *)serialize:(DBFILESCreateFolderError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESCreateFolderError *)instance; /// /// Deserializes `DBFILESCreateFolderError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCreateFolderResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCreateFolderResult.h index 8ebd9906..f4ec9505 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCreateFolderResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCreateFolderResult.h @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESCreateFolderResult` API object. /// -+ (NSDictionary *)serialize:(DBFILESCreateFolderResult *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESCreateFolderResult *)instance; /// /// Deserializes `DBFILESCreateFolderResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteArg.h index 8e3d0073..dc64faa6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteArg.h @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESDeleteArg` API object. /// -+ (NSDictionary *)serialize:(DBFILESDeleteArg *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESDeleteArg *)instance; /// /// Deserializes `DBFILESDeleteArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchArg.h index 8d2d7a74..946de070 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchArg.h @@ -59,7 +59,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESDeleteBatchArg` API object. /// -+ (NSDictionary *)serialize:(DBFILESDeleteBatchArg *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESDeleteBatchArg *)instance; /// /// Deserializes `DBFILESDeleteBatchArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchError.h index 12fa26b6..ff9beb81 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchError.h @@ -28,9 +28,9 @@ NS_ASSUME_NONNULL_BEGIN /// The `DBFILESDeleteBatchErrorTag` enum type represents the possible tag /// states with which the `DBFILESDeleteBatchError` union can exist. typedef NS_ENUM(NSInteger, DBFILESDeleteBatchErrorTag) { - /// Deprecated by `tooManyWriteOperations` in `DBFILESDeleteError`. - /// `deleteBatch` now provides smaller granularity about which entry has - /// failed because of this. + /// Use `tooManyWriteOperations` in `DBFILESDeleteError`. `deleteBatch` now + /// provides smaller granularity about which entry has failed because of + /// this. DBFILESDeleteBatchErrorTooManyWriteOperations, /// (no description). @@ -46,7 +46,7 @@ typedef NS_ENUM(NSInteger, DBFILESDeleteBatchErrorTag) { /// /// Initializes union class with tag state of "too_many_write_operations". /// -/// Description of the "too_many_write_operations" tag state: Deprecated by +/// Description of the "too_many_write_operations" tag state: Use /// `tooManyWriteOperations` in `DBFILESDeleteError`. `deleteBatch` now provides /// smaller granularity about which entry has failed because of this. /// @@ -105,7 +105,7 @@ typedef NS_ENUM(NSInteger, DBFILESDeleteBatchErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESDeleteBatchError` API object. /// -+ (NSDictionary *)serialize:(DBFILESDeleteBatchError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESDeleteBatchError *)instance; /// /// Deserializes `DBFILESDeleteBatchError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchJobStatus.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchJobStatus.h index 37ee0975..722ce776 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchJobStatus.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchJobStatus.h @@ -158,7 +158,7 @@ typedef NS_ENUM(NSInteger, DBFILESDeleteBatchJobStatusTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESDeleteBatchJobStatus` API object. /// -+ (NSDictionary *)serialize:(DBFILESDeleteBatchJobStatus *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESDeleteBatchJobStatus *)instance; /// /// Deserializes `DBFILESDeleteBatchJobStatus` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchLaunch.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchLaunch.h index 52d30302..6aed8745 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchLaunch.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchLaunch.h @@ -145,7 +145,7 @@ typedef NS_ENUM(NSInteger, DBFILESDeleteBatchLaunchTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESDeleteBatchLaunch` API object. /// -+ (NSDictionary *)serialize:(DBFILESDeleteBatchLaunch *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESDeleteBatchLaunch *)instance; /// /// Deserializes `DBFILESDeleteBatchLaunch` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchResult.h index 30fd2b9e..111a3221 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchResult.h @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESDeleteBatchResult` API object. /// -+ (NSDictionary *)serialize:(DBFILESDeleteBatchResult *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESDeleteBatchResult *)instance; /// /// Deserializes `DBFILESDeleteBatchResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchResultData.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchResultData.h index 13ac4a3e..3e1d2657 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchResultData.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchResultData.h @@ -60,7 +60,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESDeleteBatchResultData` API object. /// -+ (NSDictionary *)serialize:(DBFILESDeleteBatchResultData *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESDeleteBatchResultData *)instance; /// /// Deserializes `DBFILESDeleteBatchResultData` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchResultEntry.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchResultEntry.h index 934055e2..fa3e74e5 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchResultEntry.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchResultEntry.h @@ -118,7 +118,7 @@ typedef NS_ENUM(NSInteger, DBFILESDeleteBatchResultEntryTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESDeleteBatchResultEntry` API object. /// -+ (NSDictionary *)serialize:(DBFILESDeleteBatchResultEntry *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESDeleteBatchResultEntry *)instance; /// /// Deserializes `DBFILESDeleteBatchResultEntry` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteError.h index 3de714de..9cfe9b5d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteError.h @@ -177,7 +177,7 @@ typedef NS_ENUM(NSInteger, DBFILESDeleteErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESDeleteError` API object. /// -+ (NSDictionary *)serialize:(DBFILESDeleteError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESDeleteError *)instance; /// /// Deserializes `DBFILESDeleteError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteResult.h index be20fb00..10346413 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteResult.h @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESDeleteResult` API object. /// -+ (NSDictionary *)serialize:(DBFILESDeleteResult *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESDeleteResult *)instance; /// /// Deserializes `DBFILESDeleteResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeletedMetadata.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeletedMetadata.h index 7256f3d4..4c27aa32 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeletedMetadata.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeletedMetadata.h @@ -45,7 +45,7 @@ NS_ASSUME_NONNULL_BEGIN /// least the last path component will have the correct casing. Changes to only /// the casing of paths won't be returned by `listFolderContinue`. This field /// will be null if the file or folder is not mounted. -/// @param parentSharedFolderId Deprecated. Please use `parentSharedFolderId` in +/// @param parentSharedFolderId Please use `parentSharedFolderId` in /// `DBFILESFileSharingInfo` or `parentSharedFolderId` in /// `DBFILESFolderSharingInfo` instead. /// @@ -84,7 +84,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESDeletedMetadata` API object. /// -+ (NSDictionary *)serialize:(DBFILESDeletedMetadata *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESDeletedMetadata *)instance; /// /// Deserializes `DBFILESDeletedMetadata` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDimensions.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDimensions.h index f169ea75..438d7b45 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDimensions.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDimensions.h @@ -64,7 +64,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESDimensions` API object. /// -+ (NSDictionary *)serialize:(DBFILESDimensions *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESDimensions *)instance; /// /// Deserializes `DBFILESDimensions` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDownloadArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDownloadArg.h index c60ea926..5cf7b84d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDownloadArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDownloadArg.h @@ -28,7 +28,7 @@ NS_ASSUME_NONNULL_BEGIN /// The path of the file to download. @property (nonatomic, readonly, copy) NSString *path; -/// Deprecated. Please specify revision in path instead. +/// Please specify revision in path instead. @property (nonatomic, readonly, copy, nullable) NSString *rev; #pragma mark - Constructors @@ -37,7 +37,7 @@ NS_ASSUME_NONNULL_BEGIN /// Full constructor for the struct (exposes all instance variables). /// /// @param path The path of the file to download. -/// @param rev Deprecated. Please specify revision in path instead. +/// @param rev Please specify revision in path instead. /// /// @return An initialized instance. /// @@ -72,7 +72,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESDownloadArg` API object. /// -+ (NSDictionary *)serialize:(DBFILESDownloadArg *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESDownloadArg *)instance; /// /// Deserializes `DBFILESDownloadArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDownloadError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDownloadError.h index 590cde3f..1eb47a49 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDownloadError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDownloadError.h @@ -107,7 +107,7 @@ typedef NS_ENUM(NSInteger, DBFILESDownloadErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESDownloadError` API object. /// -+ (NSDictionary *)serialize:(DBFILESDownloadError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESDownloadError *)instance; /// /// Deserializes `DBFILESDownloadError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFileMetadata.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFileMetadata.h index 8c423fae..338e4d8c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFileMetadata.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFileMetadata.h @@ -9,10 +9,10 @@ #import "DBFILESMetadata.h" #import "DBSerializableProtocol.h" +@class DBFILEPROPERTIESPropertyGroup; @class DBFILESFileMetadata; @class DBFILESFileSharingInfo; @class DBFILESMediaInfo; -@class DBPROPERTIESPropertyGroup; NS_ASSUME_NONNULL_BEGIN @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// Additional information if the file has custom properties with the property /// template specified. -@property (nonatomic, readonly, nullable) NSArray *propertyGroups; +@property (nonatomic, readonly, nullable) NSArray *propertyGroups; /// This flag will only be present if include_has_explicit_shared_members is /// true in `listFolder` or `getMetadata`. If this flag is present, it will be @@ -99,7 +99,7 @@ NS_ASSUME_NONNULL_BEGIN /// least the last path component will have the correct casing. Changes to only /// the casing of paths won't be returned by `listFolderContinue`. This field /// will be null if the file or folder is not mounted. -/// @param parentSharedFolderId Deprecated. Please use `parentSharedFolderId` in +/// @param parentSharedFolderId Please use `parentSharedFolderId` in /// `DBFILESFileSharingInfo` or `parentSharedFolderId` in /// `DBFILESFolderSharingInfo` instead. /// @param mediaInfo Additional information if the file is a photo or video. @@ -129,7 +129,7 @@ NS_ASSUME_NONNULL_BEGIN parentSharedFolderId:(nullable NSString *)parentSharedFolderId mediaInfo:(nullable DBFILESMediaInfo *)mediaInfo sharingInfo:(nullable DBFILESFileSharingInfo *)sharingInfo - propertyGroups:(nullable NSArray *)propertyGroups + propertyGroups:(nullable NSArray *)propertyGroups hasExplicitSharedMembers:(nullable NSNumber *)hasExplicitSharedMembers contentHash:(nullable NSString *)contentHash; @@ -177,7 +177,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESFileMetadata` API object. /// -+ (NSDictionary *)serialize:(DBFILESFileMetadata *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESFileMetadata *)instance; /// /// Deserializes `DBFILESFileMetadata` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFileOpsResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFileOpsResult.h index 18135d8b..480efefb 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFileOpsResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFileOpsResult.h @@ -53,7 +53,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESFileOpsResult` API object. /// -+ (NSDictionary *)serialize:(DBFILESFileOpsResult *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESFileOpsResult *)instance; /// /// Deserializes `DBFILESFileOpsResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFileSharingInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFileSharingInfo.h index bce4d8e8..5c36028b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFileSharingInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFileSharingInfo.h @@ -81,7 +81,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESFileSharingInfo` API object. /// -+ (NSDictionary *)serialize:(DBFILESFileSharingInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESFileSharingInfo *)instance; /// /// Deserializes `DBFILESFileSharingInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFolderMetadata.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFolderMetadata.h index c1507860..a166d9e1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFolderMetadata.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFolderMetadata.h @@ -9,9 +9,9 @@ #import "DBFILESMetadata.h" #import "DBSerializableProtocol.h" +@class DBFILEPROPERTIESPropertyGroup; @class DBFILESFolderMetadata; @class DBFILESFolderSharingInfo; -@class DBPROPERTIESPropertyGroup; NS_ASSUME_NONNULL_BEGIN @@ -31,7 +31,7 @@ NS_ASSUME_NONNULL_BEGIN /// A unique identifier for the folder. @property (nonatomic, readonly, copy) NSString *id_; -/// Deprecated. Please use sharingInfo instead. +/// Please use sharingInfo instead. @property (nonatomic, readonly, copy, nullable) NSString *sharedFolderId; /// Set if the folder is contained in a shared folder or is a shared folder @@ -40,7 +40,7 @@ NS_ASSUME_NONNULL_BEGIN /// Additional information if the file has custom properties with the property /// template specified. -@property (nonatomic, readonly, nullable) NSArray *propertyGroups; +@property (nonatomic, readonly, nullable) NSArray *propertyGroups; #pragma mark - Constructors @@ -59,10 +59,10 @@ NS_ASSUME_NONNULL_BEGIN /// least the last path component will have the correct casing. Changes to only /// the casing of paths won't be returned by `listFolderContinue`. This field /// will be null if the file or folder is not mounted. -/// @param parentSharedFolderId Deprecated. Please use `parentSharedFolderId` in +/// @param parentSharedFolderId Please use `parentSharedFolderId` in /// `DBFILESFileSharingInfo` or `parentSharedFolderId` in /// `DBFILESFolderSharingInfo` instead. -/// @param sharedFolderId Deprecated. Please use sharingInfo instead. +/// @param sharedFolderId Please use sharingInfo instead. /// @param sharingInfo Set if the folder is contained in a shared folder or is a /// shared folder mount point. /// @param propertyGroups Additional information if the file has custom @@ -77,7 +77,7 @@ NS_ASSUME_NONNULL_BEGIN parentSharedFolderId:(nullable NSString *)parentSharedFolderId sharedFolderId:(nullable NSString *)sharedFolderId sharingInfo:(nullable DBFILESFolderSharingInfo *)sharingInfo - propertyGroups:(nullable NSArray *)propertyGroups; + propertyGroups:(nullable NSArray *)propertyGroups; /// /// Convenience constructor (exposes only non-nullable instance variables with @@ -108,7 +108,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESFolderMetadata` API object. /// -+ (NSDictionary *)serialize:(DBFILESFolderMetadata *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESFolderMetadata *)instance; /// /// Deserializes `DBFILESFolderMetadata` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFolderSharingInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFolderSharingInfo.h index 6e064697..82892d12 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFolderSharingInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFolderSharingInfo.h @@ -97,7 +97,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESFolderSharingInfo` API object. /// -+ (NSDictionary *)serialize:(DBFILESFolderSharingInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESFolderSharingInfo *)instance; /// /// Deserializes `DBFILESFolderSharingInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetCopyReferenceArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetCopyReferenceArg.h index 180d03c4..8f437984 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetCopyReferenceArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetCopyReferenceArg.h @@ -59,7 +59,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESGetCopyReferenceArg` API object. /// -+ (NSDictionary *)serialize:(DBFILESGetCopyReferenceArg *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESGetCopyReferenceArg *)instance; /// /// Deserializes `DBFILESGetCopyReferenceArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetCopyReferenceError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetCopyReferenceError.h index 205996a4..fef33d64 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetCopyReferenceError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetCopyReferenceError.h @@ -108,7 +108,7 @@ typedef NS_ENUM(NSInteger, DBFILESGetCopyReferenceErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESGetCopyReferenceError` API object. /// -+ (NSDictionary *)serialize:(DBFILESGetCopyReferenceError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESGetCopyReferenceError *)instance; /// /// Deserializes `DBFILESGetCopyReferenceError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetCopyReferenceResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetCopyReferenceResult.h index 55906a53..80f8b8d5 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetCopyReferenceResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetCopyReferenceResult.h @@ -73,7 +73,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESGetCopyReferenceResult` API object. /// -+ (NSDictionary *)serialize:(DBFILESGetCopyReferenceResult *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESGetCopyReferenceResult *)instance; /// /// Deserializes `DBFILESGetCopyReferenceResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetMetadataArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetMetadataArg.h index 12d1a8ad..e3da7348 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetMetadataArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetMetadataArg.h @@ -90,7 +90,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESGetMetadataArg` API object. /// -+ (NSDictionary *)serialize:(DBFILESGetMetadataArg *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESGetMetadataArg *)instance; /// /// Deserializes `DBFILESGetMetadataArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetMetadataError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetMetadataError.h index e72016c8..cb3c6542 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetMetadataError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetMetadataError.h @@ -90,7 +90,7 @@ typedef NS_ENUM(NSInteger, DBFILESGetMetadataErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESGetMetadataError` API object. /// -+ (NSDictionary *)serialize:(DBFILESGetMetadataError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESGetMetadataError *)instance; /// /// Deserializes `DBFILESGetMetadataError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetTemporaryLinkArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetTemporaryLinkArg.h index 25dc5ab8..f2911816 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetTemporaryLinkArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetTemporaryLinkArg.h @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESGetTemporaryLinkArg` API object. /// -+ (NSDictionary *)serialize:(DBFILESGetTemporaryLinkArg *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESGetTemporaryLinkArg *)instance; /// /// Deserializes `DBFILESGetTemporaryLinkArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetTemporaryLinkError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetTemporaryLinkError.h index 610d2736..76a5a5f1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetTemporaryLinkError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetTemporaryLinkError.h @@ -108,7 +108,7 @@ typedef NS_ENUM(NSInteger, DBFILESGetTemporaryLinkErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESGetTemporaryLinkError` API object. /// -+ (NSDictionary *)serialize:(DBFILESGetTemporaryLinkError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESGetTemporaryLinkError *)instance; /// /// Deserializes `DBFILESGetTemporaryLinkError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetTemporaryLinkResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetTemporaryLinkResult.h index 292c68d7..36494076 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetTemporaryLinkResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetTemporaryLinkResult.h @@ -64,7 +64,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESGetTemporaryLinkResult` API object. /// -+ (NSDictionary *)serialize:(DBFILESGetTemporaryLinkResult *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESGetTemporaryLinkResult *)instance; /// /// Deserializes `DBFILESGetTemporaryLinkResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchArg.h new file mode 100644 index 00000000..19020082 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchArg.h @@ -0,0 +1,78 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILESGetThumbnailBatchArg; +@class DBFILESThumbnailArg; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `GetThumbnailBatchArg` struct. +/// +/// Arguments for `getThumbnailBatch`. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILESGetThumbnailBatchArg : NSObject + +#pragma mark - Instance fields + +/// List of files to get thumbnails. +@property (nonatomic, readonly) NSArray *entries; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param entries List of files to get thumbnails. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithEntries:(NSArray *)entries; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `GetThumbnailBatchArg` struct. +/// +@interface DBFILESGetThumbnailBatchArgSerializer : NSObject + +/// +/// Serializes `DBFILESGetThumbnailBatchArg` instances. +/// +/// @param instance An instance of the `DBFILESGetThumbnailBatchArg` API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILESGetThumbnailBatchArg` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILESGetThumbnailBatchArg *)instance; + +/// +/// Deserializes `DBFILESGetThumbnailBatchArg` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILESGetThumbnailBatchArg` API object. +/// +/// @return An instantiation of the `DBFILESGetThumbnailBatchArg` object. +/// ++ (DBFILESGetThumbnailBatchArg *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchError.h new file mode 100644 index 00000000..7bf3f4cb --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchError.h @@ -0,0 +1,118 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILESGetThumbnailBatchError; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `GetThumbnailBatchError` union. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILESGetThumbnailBatchError : NSObject + +#pragma mark - Instance fields + +/// The `DBFILESGetThumbnailBatchErrorTag` enum type represents the possible tag +/// states with which the `DBFILESGetThumbnailBatchError` union can exist. +typedef NS_ENUM(NSInteger, DBFILESGetThumbnailBatchErrorTag) { + /// The operation involves more than 25 files. + DBFILESGetThumbnailBatchErrorTooManyFiles, + + /// (no description). + DBFILESGetThumbnailBatchErrorOther, + +}; + +/// Represents the union's current tag state. +@property (nonatomic, readonly) DBFILESGetThumbnailBatchErrorTag tag; + +#pragma mark - Constructors + +/// +/// Initializes union class with tag state of "too_many_files". +/// +/// Description of the "too_many_files" tag state: The operation involves more +/// than 25 files. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithTooManyFiles; + +/// +/// Initializes union class with tag state of "other". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOther; + +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - Tag state methods + +/// +/// Retrieves whether the union's current tag state has value "too_many_files". +/// +/// @return Whether the union's current tag state has value "too_many_files". +/// +- (BOOL)isTooManyFiles; + +/// +/// Retrieves whether the union's current tag state has value "other". +/// +/// @return Whether the union's current tag state has value "other". +/// +- (BOOL)isOther; + +/// +/// Retrieves string value of union's current tag state. +/// +/// @return A human-readable string representing the union's current tag state. +/// +- (NSString *)tagName; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `DBFILESGetThumbnailBatchError` union. +/// +@interface DBFILESGetThumbnailBatchErrorSerializer : NSObject + +/// +/// Serializes `DBFILESGetThumbnailBatchError` instances. +/// +/// @param instance An instance of the `DBFILESGetThumbnailBatchError` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILESGetThumbnailBatchError` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILESGetThumbnailBatchError *)instance; + +/// +/// Deserializes `DBFILESGetThumbnailBatchError` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILESGetThumbnailBatchError` API object. +/// +/// @return An instantiation of the `DBFILESGetThumbnailBatchError` object. +/// ++ (DBFILESGetThumbnailBatchError *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchResult.h new file mode 100644 index 00000000..7ee02ae8 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchResult.h @@ -0,0 +1,77 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILESGetThumbnailBatchResult; +@class DBFILESGetThumbnailBatchResultEntry; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `GetThumbnailBatchResult` struct. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILESGetThumbnailBatchResult : NSObject + +#pragma mark - Instance fields + +/// List of files and their thumbnails. +@property (nonatomic, readonly) NSArray *entries; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param entries List of files and their thumbnails. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithEntries:(NSArray *)entries; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `GetThumbnailBatchResult` struct. +/// +@interface DBFILESGetThumbnailBatchResultSerializer : NSObject + +/// +/// Serializes `DBFILESGetThumbnailBatchResult` instances. +/// +/// @param instance An instance of the `DBFILESGetThumbnailBatchResult` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILESGetThumbnailBatchResult` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILESGetThumbnailBatchResult *)instance; + +/// +/// Deserializes `DBFILESGetThumbnailBatchResult` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILESGetThumbnailBatchResult` API object. +/// +/// @return An instantiation of the `DBFILESGetThumbnailBatchResult` object. +/// ++ (DBFILESGetThumbnailBatchResult *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchResultData.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchResultData.h new file mode 100644 index 00000000..a8715322 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchResultData.h @@ -0,0 +1,81 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILESFileMetadata; +@class DBFILESGetThumbnailBatchResultData; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `GetThumbnailBatchResultData` struct. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILESGetThumbnailBatchResultData : NSObject + +#pragma mark - Instance fields + +/// (no description). +@property (nonatomic, readonly) DBFILESFileMetadata *metadata; + +/// (no description). +@property (nonatomic, readonly, copy) NSString *thumbnail; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param metadata (no description). +/// @param thumbnail (no description). +/// +/// @return An initialized instance. +/// +- (instancetype)initWithMetadata:(DBFILESFileMetadata *)metadata thumbnail:(NSString *)thumbnail; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `GetThumbnailBatchResultData` struct. +/// +@interface DBFILESGetThumbnailBatchResultDataSerializer : NSObject + +/// +/// Serializes `DBFILESGetThumbnailBatchResultData` instances. +/// +/// @param instance An instance of the `DBFILESGetThumbnailBatchResultData` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILESGetThumbnailBatchResultData` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILESGetThumbnailBatchResultData *)instance; + +/// +/// Deserializes `DBFILESGetThumbnailBatchResultData` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILESGetThumbnailBatchResultData` API object. +/// +/// @return An instantiation of the `DBFILESGetThumbnailBatchResultData` object. +/// ++ (DBFILESGetThumbnailBatchResultData *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchResultEntry.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchResultEntry.h new file mode 100644 index 00000000..d66fdf92 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchResultEntry.h @@ -0,0 +1,158 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILESGetThumbnailBatchResultData; +@class DBFILESGetThumbnailBatchResultEntry; +@class DBFILESThumbnailError; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `GetThumbnailBatchResultEntry` union. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILESGetThumbnailBatchResultEntry : NSObject + +#pragma mark - Instance fields + +/// The `DBFILESGetThumbnailBatchResultEntryTag` enum type represents the +/// possible tag states with which the `DBFILESGetThumbnailBatchResultEntry` +/// union can exist. +typedef NS_ENUM(NSInteger, DBFILESGetThumbnailBatchResultEntryTag) { + /// (no description). + DBFILESGetThumbnailBatchResultEntrySuccess, + + /// The result for this file if it was an error. + DBFILESGetThumbnailBatchResultEntryFailure, + + /// (no description). + DBFILESGetThumbnailBatchResultEntryOther, + +}; + +/// Represents the union's current tag state. +@property (nonatomic, readonly) DBFILESGetThumbnailBatchResultEntryTag tag; + +/// (no description). @note Ensure the `isSuccess` method returns true before +/// accessing, otherwise a runtime exception will be raised. +@property (nonatomic, readonly) DBFILESGetThumbnailBatchResultData *success; + +/// The result for this file if it was an error. @note Ensure the `isFailure` +/// method returns true before accessing, otherwise a runtime exception will be +/// raised. +@property (nonatomic, readonly) DBFILESThumbnailError *failure; + +#pragma mark - Constructors + +/// +/// Initializes union class with tag state of "success". +/// +/// @param success (no description). +/// +/// @return An initialized instance. +/// +- (instancetype)initWithSuccess:(DBFILESGetThumbnailBatchResultData *)success; + +/// +/// Initializes union class with tag state of "failure". +/// +/// Description of the "failure" tag state: The result for this file if it was +/// an error. +/// +/// @param failure The result for this file if it was an error. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithFailure:(DBFILESThumbnailError *)failure; + +/// +/// Initializes union class with tag state of "other". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOther; + +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - Tag state methods + +/// +/// Retrieves whether the union's current tag state has value "success". +/// +/// @note Call this method and ensure it returns true before accessing the +/// `success` property, otherwise a runtime exception will be thrown. +/// +/// @return Whether the union's current tag state has value "success". +/// +- (BOOL)isSuccess; + +/// +/// Retrieves whether the union's current tag state has value "failure". +/// +/// @note Call this method and ensure it returns true before accessing the +/// `failure` property, otherwise a runtime exception will be thrown. +/// +/// @return Whether the union's current tag state has value "failure". +/// +- (BOOL)isFailure; + +/// +/// Retrieves whether the union's current tag state has value "other". +/// +/// @return Whether the union's current tag state has value "other". +/// +- (BOOL)isOther; + +/// +/// Retrieves string value of union's current tag state. +/// +/// @return A human-readable string representing the union's current tag state. +/// +- (NSString *)tagName; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `DBFILESGetThumbnailBatchResultEntry` union. +/// +@interface DBFILESGetThumbnailBatchResultEntrySerializer : NSObject + +/// +/// Serializes `DBFILESGetThumbnailBatchResultEntry` instances. +/// +/// @param instance An instance of the `DBFILESGetThumbnailBatchResultEntry` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILESGetThumbnailBatchResultEntry` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILESGetThumbnailBatchResultEntry *)instance; + +/// +/// Deserializes `DBFILESGetThumbnailBatchResultEntry` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILESGetThumbnailBatchResultEntry` API object. +/// +/// @return An instantiation of the `DBFILESGetThumbnailBatchResultEntry` +/// object. +/// ++ (DBFILESGetThumbnailBatchResultEntry *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGpsCoordinates.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGpsCoordinates.h index ee043390..5848bd14 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGpsCoordinates.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGpsCoordinates.h @@ -64,7 +64,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESGpsCoordinates` API object. /// -+ (NSDictionary *)serialize:(DBFILESGpsCoordinates *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESGpsCoordinates *)instance; /// /// Deserializes `DBFILESGpsCoordinates` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderArg.h index b009f235..13250e8b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderArg.h @@ -9,6 +9,7 @@ #import "DBSerializableProtocol.h" @class DBFILESListFolderArg; +@class DBFILESSharedLink; NS_ASSUME_NONNULL_BEGIN @@ -43,6 +44,21 @@ NS_ASSUME_NONNULL_BEGIN /// not that file has any explicit members. @property (nonatomic, readonly) NSNumber *includeHasExplicitSharedMembers; +/// If true, the results will include entries under mounted folders which +/// includes app folder, shared folder and team folder. +@property (nonatomic, readonly) NSNumber *includeMountedFolders; + +/// The maximum number of results to return per request. Note: This is an +/// approximate number and there can be slightly more entries returned in some +/// cases. +@property (nonatomic, readonly, nullable) NSNumber *limit; + +/// A shared link to list the contents of. If the link is password-protected, +/// the password must be provided. If this field is present, `path` in +/// `DBFILESListFolderArg` will be relative to root of the shared link. Only +/// non-recursive mode is supported for shared link. +@property (nonatomic, readonly, nullable) DBFILESSharedLink *sharedLink; + #pragma mark - Constructors /// @@ -59,6 +75,15 @@ NS_ASSUME_NONNULL_BEGIN /// @param includeHasExplicitSharedMembers If true, the results will include a /// flag for each file indicating whether or not that file has any explicit /// members. +/// @param includeMountedFolders If true, the results will include entries under +/// mounted folders which includes app folder, shared folder and team folder. +/// @param limit The maximum number of results to return per request. Note: This +/// is an approximate number and there can be slightly more entries returned in +/// some cases. +/// @param sharedLink A shared link to list the contents of. If the link is +/// password-protected, the password must be provided. If this field is present, +/// `path` in `DBFILESListFolderArg` will be relative to root of the shared +/// link. Only non-recursive mode is supported for shared link. /// /// @return An initialized instance. /// @@ -66,7 +91,10 @@ NS_ASSUME_NONNULL_BEGIN recursive:(nullable NSNumber *)recursive includeMediaInfo:(nullable NSNumber *)includeMediaInfo includeDeleted:(nullable NSNumber *)includeDeleted - includeHasExplicitSharedMembers:(nullable NSNumber *)includeHasExplicitSharedMembers; + includeHasExplicitSharedMembers:(nullable NSNumber *)includeHasExplicitSharedMembers + includeMountedFolders:(nullable NSNumber *)includeMountedFolders + limit:(nullable NSNumber *)limit + sharedLink:(nullable DBFILESSharedLink *)sharedLink; /// /// Convenience constructor (exposes only non-nullable instance variables with @@ -97,7 +125,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESListFolderArg` API object. /// -+ (NSDictionary *)serialize:(DBFILESListFolderArg *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESListFolderArg *)instance; /// /// Deserializes `DBFILESListFolderArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderContinueArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderContinueArg.h index 2a2da38b..0da82188 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderContinueArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderContinueArg.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESListFolderContinueArg` API object. /// -+ (NSDictionary *)serialize:(DBFILESListFolderContinueArg *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESListFolderContinueArg *)instance; /// /// Deserializes `DBFILESListFolderContinueArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderContinueError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderContinueError.h index 8160232d..33326516 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderContinueError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderContinueError.h @@ -129,7 +129,7 @@ typedef NS_ENUM(NSInteger, DBFILESListFolderContinueErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESListFolderContinueError` API object. /// -+ (NSDictionary *)serialize:(DBFILESListFolderContinueError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESListFolderContinueError *)instance; /// /// Deserializes `DBFILESListFolderContinueError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderError.h index b37219fe..9634ee1d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderError.h @@ -107,7 +107,7 @@ typedef NS_ENUM(NSInteger, DBFILESListFolderErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESListFolderError` API object. /// -+ (NSDictionary *)serialize:(DBFILESListFolderError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESListFolderError *)instance; /// /// Deserializes `DBFILESListFolderError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderGetLatestCursorResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderGetLatestCursorResult.h index 0d1a4650..997dcf1f 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderGetLatestCursorResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderGetLatestCursorResult.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESListFolderGetLatestCursorResult` API object. /// -+ (NSDictionary *)serialize:(DBFILESListFolderGetLatestCursorResult *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESListFolderGetLatestCursorResult *)instance; /// /// Deserializes `DBFILESListFolderGetLatestCursorResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderLongpollArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderLongpollArg.h index becb0eef..ccbb6deb 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderLongpollArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderLongpollArg.h @@ -85,7 +85,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESListFolderLongpollArg` API object. /// -+ (NSDictionary *)serialize:(DBFILESListFolderLongpollArg *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESListFolderLongpollArg *)instance; /// /// Deserializes `DBFILESListFolderLongpollArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderLongpollError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderLongpollError.h index 72890a19..6b4d0014 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderLongpollError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderLongpollError.h @@ -102,7 +102,7 @@ typedef NS_ENUM(NSInteger, DBFILESListFolderLongpollErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESListFolderLongpollError` API object. /// -+ (NSDictionary *)serialize:(DBFILESListFolderLongpollError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESListFolderLongpollError *)instance; /// /// Deserializes `DBFILESListFolderLongpollError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderLongpollResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderLongpollResult.h index 5ad050fa..a972e8e1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderLongpollResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderLongpollResult.h @@ -78,7 +78,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESListFolderLongpollResult` API object. /// -+ (NSDictionary *)serialize:(DBFILESListFolderLongpollResult *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESListFolderLongpollResult *)instance; /// /// Deserializes `DBFILESListFolderLongpollResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderResult.h index 6548ef90..482e2cf4 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderResult.h @@ -73,7 +73,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESListFolderResult` API object. /// -+ (NSDictionary *)serialize:(DBFILESListFolderResult *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESListFolderResult *)instance; /// /// Deserializes `DBFILESListFolderResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListRevisionsArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListRevisionsArg.h index 06019562..930df106 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListRevisionsArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListRevisionsArg.h @@ -9,6 +9,7 @@ #import "DBSerializableProtocol.h" @class DBFILESListRevisionsArg; +@class DBFILESListRevisionsMode; NS_ASSUME_NONNULL_BEGIN @@ -28,6 +29,10 @@ NS_ASSUME_NONNULL_BEGIN /// The path to the file you want to see the revisions of. @property (nonatomic, readonly, copy) NSString *path; +/// Determines the behavior of the API in listing the revisions for a given file +/// path or id. +@property (nonatomic, readonly) DBFILESListRevisionsMode *mode; + /// The maximum number of revision entries returned. @property (nonatomic, readonly) NSNumber *limit; @@ -37,11 +42,15 @@ NS_ASSUME_NONNULL_BEGIN /// Full constructor for the struct (exposes all instance variables). /// /// @param path The path to the file you want to see the revisions of. +/// @param mode Determines the behavior of the API in listing the revisions for +/// a given file path or id. /// @param limit The maximum number of revision entries returned. /// /// @return An initialized instance. /// -- (instancetype)initWithPath:(NSString *)path limit:(nullable NSNumber *)limit; +- (instancetype)initWithPath:(NSString *)path + mode:(nullable DBFILESListRevisionsMode *)mode + limit:(nullable NSNumber *)limit; /// /// Convenience constructor (exposes only non-nullable instance variables with @@ -72,7 +81,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESListRevisionsArg` API object. /// -+ (NSDictionary *)serialize:(DBFILESListRevisionsArg *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESListRevisionsArg *)instance; /// /// Deserializes `DBFILESListRevisionsArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListRevisionsError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListRevisionsError.h index c2388845..c83b8939 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListRevisionsError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListRevisionsError.h @@ -107,7 +107,7 @@ typedef NS_ENUM(NSInteger, DBFILESListRevisionsErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESListRevisionsError` API object. /// -+ (NSDictionary *)serialize:(DBFILESListRevisionsError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESListRevisionsError *)instance; /// /// Deserializes `DBFILESListRevisionsError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListRevisionsMode.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListRevisionsMode.h new file mode 100644 index 00000000..f299244c --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListRevisionsMode.h @@ -0,0 +1,139 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILESListRevisionsMode; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `ListRevisionsMode` union. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILESListRevisionsMode : NSObject + +#pragma mark - Instance fields + +/// The `DBFILESListRevisionsModeTag` enum type represents the possible tag +/// states with which the `DBFILESListRevisionsMode` union can exist. +typedef NS_ENUM(NSInteger, DBFILESListRevisionsModeTag) { + /// Returns revisions with the same file path as identified by the latest + /// file entry at the given file path or id. + DBFILESListRevisionsModePath, + + /// Returns revisions with the same file id as identified by the latest file + /// entry at the given file path or id. + DBFILESListRevisionsModeId_, + + /// (no description). + DBFILESListRevisionsModeOther, + +}; + +/// Represents the union's current tag state. +@property (nonatomic, readonly) DBFILESListRevisionsModeTag tag; + +#pragma mark - Constructors + +/// +/// Initializes union class with tag state of "path". +/// +/// Description of the "path" tag state: Returns revisions with the same file +/// path as identified by the latest file entry at the given file path or id. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithPath; + +/// +/// Initializes union class with tag state of "id". +/// +/// Description of the "id" tag state: Returns revisions with the same file id +/// as identified by the latest file entry at the given file path or id. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithId_; + +/// +/// Initializes union class with tag state of "other". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOther; + +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - Tag state methods + +/// +/// Retrieves whether the union's current tag state has value "path". +/// +/// @return Whether the union's current tag state has value "path". +/// +- (BOOL)isPath; + +/// +/// Retrieves whether the union's current tag state has value "id". +/// +/// @return Whether the union's current tag state has value "id". +/// +- (BOOL)isId_; + +/// +/// Retrieves whether the union's current tag state has value "other". +/// +/// @return Whether the union's current tag state has value "other". +/// +- (BOOL)isOther; + +/// +/// Retrieves string value of union's current tag state. +/// +/// @return A human-readable string representing the union's current tag state. +/// +- (NSString *)tagName; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `DBFILESListRevisionsMode` union. +/// +@interface DBFILESListRevisionsModeSerializer : NSObject + +/// +/// Serializes `DBFILESListRevisionsMode` instances. +/// +/// @param instance An instance of the `DBFILESListRevisionsMode` API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILESListRevisionsMode` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILESListRevisionsMode *)instance; + +/// +/// Deserializes `DBFILESListRevisionsMode` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILESListRevisionsMode` API object. +/// +/// @return An instantiation of the `DBFILESListRevisionsMode` object. +/// ++ (DBFILESListRevisionsMode *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListRevisionsResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListRevisionsResult.h index 56410ebe..733848dd 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListRevisionsResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListRevisionsResult.h @@ -26,7 +26,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// If the file is deleted. +/// If the file identified by the latest revision in the response is either +/// deleted or moved. @property (nonatomic, readonly) NSNumber *isDeleted; /// The time of deletion if the file was deleted. @@ -41,7 +42,8 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param isDeleted If the file is deleted. +/// @param isDeleted If the file identified by the latest revision in the +/// response is either deleted or moved. /// @param entries The revisions for the file. Only revisions that are not /// deleted will show up here. /// @param serverDeleted The time of deletion if the file was deleted. @@ -56,7 +58,8 @@ NS_ASSUME_NONNULL_BEGIN /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param isDeleted If the file is deleted. +/// @param isDeleted If the file identified by the latest revision in the +/// response is either deleted or moved. /// @param entries The revisions for the file. Only revisions that are not /// deleted will show up here. /// @@ -83,7 +86,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESListRevisionsResult` API object. /// -+ (NSDictionary *)serialize:(DBFILESListRevisionsResult *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESListRevisionsResult *)instance; /// /// Deserializes `DBFILESListRevisionsResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESLookUpPropertiesError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESLookUpPropertiesError.h deleted file mode 100644 index 081abf4d..00000000 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESLookUpPropertiesError.h +++ /dev/null @@ -1,103 +0,0 @@ -/// -/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. -/// -/// Auto-generated by Stone, do not modify. -/// - -#import - -#import "DBSerializableProtocol.h" - -@class DBFILESLookUpPropertiesError; - -NS_ASSUME_NONNULL_BEGIN - -#pragma mark - API Object - -/// -/// The `LookUpPropertiesError` union. -/// -/// This class implements the `DBSerializable` protocol (serialize and -/// deserialize instance methods), which is required for all Obj-C SDK API route -/// objects. -/// -@interface DBFILESLookUpPropertiesError : NSObject - -#pragma mark - Instance fields - -/// The `DBFILESLookUpPropertiesErrorTag` enum type represents the possible tag -/// states with which the `DBFILESLookUpPropertiesError` union can exist. -typedef NS_ENUM(NSInteger, DBFILESLookUpPropertiesErrorTag) { - /// This property group does not exist for this file. - DBFILESLookUpPropertiesErrorPropertyGroupNotFound, - -}; - -/// Represents the union's current tag state. -@property (nonatomic, readonly) DBFILESLookUpPropertiesErrorTag tag; - -#pragma mark - Constructors - -/// -/// Initializes union class with tag state of "property_group_not_found". -/// -/// Description of the "property_group_not_found" tag state: This property group -/// does not exist for this file. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithPropertyGroupNotFound; - -- (instancetype)init NS_UNAVAILABLE; - -#pragma mark - Tag state methods - -/// -/// Retrieves whether the union's current tag state has value -/// "property_group_not_found". -/// -/// @return Whether the union's current tag state has value -/// "property_group_not_found". -/// -- (BOOL)isPropertyGroupNotFound; - -/// -/// Retrieves string value of union's current tag state. -/// -/// @return A human-readable string representing the union's current tag state. -/// -- (NSString *)tagName; - -@end - -#pragma mark - Serializer Object - -/// -/// The serialization class for the `DBFILESLookUpPropertiesError` union. -/// -@interface DBFILESLookUpPropertiesErrorSerializer : NSObject - -/// -/// Serializes `DBFILESLookUpPropertiesError` instances. -/// -/// @param instance An instance of the `DBFILESLookUpPropertiesError` API -/// object. -/// -/// @return A json-compatible dictionary representation of the -/// `DBFILESLookUpPropertiesError` API object. -/// -+ (NSDictionary *)serialize:(DBFILESLookUpPropertiesError *)instance; - -/// -/// Deserializes `DBFILESLookUpPropertiesError` instances. -/// -/// @param dict A json-compatible dictionary representation of the -/// `DBFILESLookUpPropertiesError` API object. -/// -/// @return An instantiation of the `DBFILESLookUpPropertiesError` object. -/// -+ (DBFILESLookUpPropertiesError *)deserialize:(NSDictionary *)dict; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESLookupError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESLookupError.h index c2187c83..cb55afaa 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESLookupError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESLookupError.h @@ -192,7 +192,7 @@ typedef NS_ENUM(NSInteger, DBFILESLookupErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESLookupError` API object. /// -+ (NSDictionary *)serialize:(DBFILESLookupError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESLookupError *)instance; /// /// Deserializes `DBFILESLookupError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESMediaInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESMediaInfo.h index eabda373..24b701d1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESMediaInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESMediaInfo.h @@ -113,7 +113,7 @@ typedef NS_ENUM(NSInteger, DBFILESMediaInfoTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESMediaInfo` API object. /// -+ (NSDictionary *)serialize:(DBFILESMediaInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESMediaInfo *)instance; /// /// Deserializes `DBFILESMediaInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESMediaMetadata.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESMediaMetadata.h index 42ab88b9..454a2172 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESMediaMetadata.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESMediaMetadata.h @@ -81,7 +81,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESMediaMetadata` API object. /// -+ (NSDictionary *)serialize:(DBFILESMediaMetadata *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESMediaMetadata *)instance; /// /// Deserializes `DBFILESMediaMetadata` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESMetadata.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESMetadata.h index 86d3ec88..83073a53 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESMetadata.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESMetadata.h @@ -43,7 +43,7 @@ NS_ASSUME_NONNULL_BEGIN /// file or folder is not mounted. @property (nonatomic, readonly, copy, nullable) NSString *pathDisplay; -/// Deprecated. Please use `parentSharedFolderId` in `DBFILESFileSharingInfo` or +/// Please use `parentSharedFolderId` in `DBFILESFileSharingInfo` or /// `parentSharedFolderId` in `DBFILESFolderSharingInfo` instead. @property (nonatomic, readonly, copy, nullable) NSString *parentSharedFolderId; @@ -63,7 +63,7 @@ NS_ASSUME_NONNULL_BEGIN /// least the last path component will have the correct casing. Changes to only /// the casing of paths won't be returned by `listFolderContinue`. This field /// will be null if the file or folder is not mounted. -/// @param parentSharedFolderId Deprecated. Please use `parentSharedFolderId` in +/// @param parentSharedFolderId Please use `parentSharedFolderId` in /// `DBFILESFileSharingInfo` or `parentSharedFolderId` in /// `DBFILESFolderSharingInfo` instead. /// @@ -104,7 +104,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the `DBFILESMetadata` /// API object. /// -+ (NSDictionary *)serialize:(DBFILESMetadata *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESMetadata *)instance; /// /// Deserializes `DBFILESMetadata` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPhotoMetadata.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPhotoMetadata.h index 48de4032..4b3d17f4 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPhotoMetadata.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPhotoMetadata.h @@ -71,7 +71,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESPhotoMetadata` API object. /// -+ (NSDictionary *)serialize:(DBFILESPhotoMetadata *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESPhotoMetadata *)instance; /// /// Deserializes `DBFILESPhotoMetadata` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPreviewArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPreviewArg.h index 43cabf03..7cbbac1c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPreviewArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPreviewArg.h @@ -28,7 +28,7 @@ NS_ASSUME_NONNULL_BEGIN /// The path of the file to preview. @property (nonatomic, readonly, copy) NSString *path; -/// Deprecated. Please specify revision in path instead. +/// Please specify revision in path instead. @property (nonatomic, readonly, copy, nullable) NSString *rev; #pragma mark - Constructors @@ -37,7 +37,7 @@ NS_ASSUME_NONNULL_BEGIN /// Full constructor for the struct (exposes all instance variables). /// /// @param path The path of the file to preview. -/// @param rev Deprecated. Please specify revision in path instead. +/// @param rev Please specify revision in path instead. /// /// @return An initialized instance. /// @@ -72,7 +72,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESPreviewArg` API object. /// -+ (NSDictionary *)serialize:(DBFILESPreviewArg *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESPreviewArg *)instance; /// /// Deserializes `DBFILESPreviewArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPreviewError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPreviewError.h index ba03aac0..2863763a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPreviewError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPreviewError.h @@ -159,7 +159,7 @@ typedef NS_ENUM(NSInteger, DBFILESPreviewErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESPreviewError` API object. /// -+ (NSDictionary *)serialize:(DBFILESPreviewError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESPreviewError *)instance; /// /// Deserializes `DBFILESPreviewError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPropertyGroupWithPath.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPropertyGroupWithPath.h deleted file mode 100644 index e95f9684..00000000 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPropertyGroupWithPath.h +++ /dev/null @@ -1,82 +0,0 @@ -/// -/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. -/// -/// Auto-generated by Stone, do not modify. -/// - -#import - -#import "DBSerializableProtocol.h" - -@class DBFILESPropertyGroupWithPath; -@class DBPROPERTIESPropertyGroup; - -NS_ASSUME_NONNULL_BEGIN - -#pragma mark - API Object - -/// -/// The `PropertyGroupWithPath` struct. -/// -/// This class implements the `DBSerializable` protocol (serialize and -/// deserialize instance methods), which is required for all Obj-C SDK API route -/// objects. -/// -@interface DBFILESPropertyGroupWithPath : NSObject - -#pragma mark - Instance fields - -/// A unique identifier for the file. -@property (nonatomic, readonly, copy) NSString *path; - -/// Filled custom property templates associated with a file. -@property (nonatomic, readonly) NSArray *propertyGroups; - -#pragma mark - Constructors - -/// -/// Full constructor for the struct (exposes all instance variables). -/// -/// @param path A unique identifier for the file. -/// @param propertyGroups Filled custom property templates associated with a -/// file. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithPath:(NSString *)path propertyGroups:(NSArray *)propertyGroups; - -- (instancetype)init NS_UNAVAILABLE; - -@end - -#pragma mark - Serializer Object - -/// -/// The serialization class for the `PropertyGroupWithPath` struct. -/// -@interface DBFILESPropertyGroupWithPathSerializer : NSObject - -/// -/// Serializes `DBFILESPropertyGroupWithPath` instances. -/// -/// @param instance An instance of the `DBFILESPropertyGroupWithPath` API -/// object. -/// -/// @return A json-compatible dictionary representation of the -/// `DBFILESPropertyGroupWithPath` API object. -/// -+ (NSDictionary *)serialize:(DBFILESPropertyGroupWithPath *)instance; - -/// -/// Deserializes `DBFILESPropertyGroupWithPath` instances. -/// -/// @param dict A json-compatible dictionary representation of the -/// `DBFILESPropertyGroupWithPath` API object. -/// -/// @return An instantiation of the `DBFILESPropertyGroupWithPath` object. -/// -+ (DBFILESPropertyGroupWithPath *)deserialize:(NSDictionary *)dict; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationArg.h index 6e8e69f1..20dc0fb0 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationArg.h @@ -92,7 +92,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESRelocationArg` API object. /// -+ (NSDictionary *)serialize:(DBFILESRelocationArg *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESRelocationArg *)instance; /// /// Deserializes `DBFILESRelocationArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchArg.h index 6a9adef0..354d7dfb 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchArg.h @@ -97,7 +97,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESRelocationBatchArg` API object. /// -+ (NSDictionary *)serialize:(DBFILESRelocationBatchArg *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESRelocationBatchArg *)instance; /// /// Deserializes `DBFILESRelocationBatchArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchError.h index 0c3e1851..75ca1a58 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchError.h @@ -319,7 +319,7 @@ typedef NS_ENUM(NSInteger, DBFILESRelocationBatchErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESRelocationBatchError` API object. /// -+ (NSDictionary *)serialize:(DBFILESRelocationBatchError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESRelocationBatchError *)instance; /// /// Deserializes `DBFILESRelocationBatchError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchJobStatus.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchJobStatus.h index db4e126a..9dd9c969 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchJobStatus.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchJobStatus.h @@ -146,7 +146,7 @@ typedef NS_ENUM(NSInteger, DBFILESRelocationBatchJobStatusTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESRelocationBatchJobStatus` API object. /// -+ (NSDictionary *)serialize:(DBFILESRelocationBatchJobStatus *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESRelocationBatchJobStatus *)instance; /// /// Deserializes `DBFILESRelocationBatchJobStatus` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchLaunch.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchLaunch.h index 525ac35d..c32e99cc 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchLaunch.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchLaunch.h @@ -146,7 +146,7 @@ typedef NS_ENUM(NSInteger, DBFILESRelocationBatchLaunchTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESRelocationBatchLaunch` API object. /// -+ (NSDictionary *)serialize:(DBFILESRelocationBatchLaunch *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESRelocationBatchLaunch *)instance; /// /// Deserializes `DBFILESRelocationBatchLaunch` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchResult.h index cb372bf0..65952b6b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchResult.h @@ -59,7 +59,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESRelocationBatchResult` API object. /// -+ (NSDictionary *)serialize:(DBFILESRelocationBatchResult *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESRelocationBatchResult *)instance; /// /// Deserializes `DBFILESRelocationBatchResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchResultData.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchResultData.h index 73721b50..d7af536d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchResultData.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchResultData.h @@ -60,7 +60,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESRelocationBatchResultData` API object. /// -+ (NSDictionary *)serialize:(DBFILESRelocationBatchResultData *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESRelocationBatchResultData *)instance; /// /// Deserializes `DBFILESRelocationBatchResultData` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationError.h index 0b8773bf..f54ca2cf 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationError.h @@ -296,7 +296,7 @@ typedef NS_ENUM(NSInteger, DBFILESRelocationErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESRelocationError` API object. /// -+ (NSDictionary *)serialize:(DBFILESRelocationError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESRelocationError *)instance; /// /// Deserializes `DBFILESRelocationError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationPath.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationPath.h index 08cacae3..f695dd2c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationPath.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationPath.h @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESRelocationPath` API object. /// -+ (NSDictionary *)serialize:(DBFILESRelocationPath *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESRelocationPath *)instance; /// /// Deserializes `DBFILESRelocationPath` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationResult.h index d7fe798e..e997d171 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationResult.h @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESRelocationResult` API object. /// -+ (NSDictionary *)serialize:(DBFILESRelocationResult *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESRelocationResult *)instance; /// /// Deserializes `DBFILESRelocationResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRestoreArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRestoreArg.h index 5a589447..ee4c31f9 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRestoreArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRestoreArg.h @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESRestoreArg` API object. /// -+ (NSDictionary *)serialize:(DBFILESRestoreArg *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESRestoreArg *)instance; /// /// Deserializes `DBFILESRestoreArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRestoreError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRestoreError.h index eb7f78ef..bc8ce769 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRestoreError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRestoreError.h @@ -164,7 +164,7 @@ typedef NS_ENUM(NSInteger, DBFILESRestoreErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESRestoreError` API object. /// -+ (NSDictionary *)serialize:(DBFILESRestoreError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESRestoreError *)instance; /// /// Deserializes `DBFILESRestoreError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveCopyReferenceArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveCopyReferenceArg.h index 9f91d0ed..41989667 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveCopyReferenceArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveCopyReferenceArg.h @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESSaveCopyReferenceArg` API object. /// -+ (NSDictionary *)serialize:(DBFILESSaveCopyReferenceArg *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESSaveCopyReferenceArg *)instance; /// /// Deserializes `DBFILESSaveCopyReferenceArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveCopyReferenceError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveCopyReferenceError.h index 23f0da11..1ddf26c1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveCopyReferenceError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveCopyReferenceError.h @@ -193,7 +193,7 @@ typedef NS_ENUM(NSInteger, DBFILESSaveCopyReferenceErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESSaveCopyReferenceError` API object. /// -+ (NSDictionary *)serialize:(DBFILESSaveCopyReferenceError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESSaveCopyReferenceError *)instance; /// /// Deserializes `DBFILESSaveCopyReferenceError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveCopyReferenceResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveCopyReferenceResult.h index d6fb3162..ada86876 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveCopyReferenceResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveCopyReferenceResult.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESSaveCopyReferenceResult` API object. /// -+ (NSDictionary *)serialize:(DBFILESSaveCopyReferenceResult *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESSaveCopyReferenceResult *)instance; /// /// Deserializes `DBFILESSaveCopyReferenceResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveUrlArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveUrlArg.h index b52ced29..bebc0885 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveUrlArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveUrlArg.h @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESSaveUrlArg` API object. /// -+ (NSDictionary *)serialize:(DBFILESSaveUrlArg *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESSaveUrlArg *)instance; /// /// Deserializes `DBFILESSaveUrlArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveUrlError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveUrlError.h index 38bcf5ca..ebc17eb6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveUrlError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveUrlError.h @@ -166,7 +166,7 @@ typedef NS_ENUM(NSInteger, DBFILESSaveUrlErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESSaveUrlError` API object. /// -+ (NSDictionary *)serialize:(DBFILESSaveUrlError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESSaveUrlError *)instance; /// /// Deserializes `DBFILESSaveUrlError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveUrlJobStatus.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveUrlJobStatus.h index 3b83da39..f70792d9 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveUrlJobStatus.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveUrlJobStatus.h @@ -141,7 +141,7 @@ typedef NS_ENUM(NSInteger, DBFILESSaveUrlJobStatusTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESSaveUrlJobStatus` API object. /// -+ (NSDictionary *)serialize:(DBFILESSaveUrlJobStatus *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESSaveUrlJobStatus *)instance; /// /// Deserializes `DBFILESSaveUrlJobStatus` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveUrlResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveUrlResult.h index 29d2df31..843d2688 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveUrlResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveUrlResult.h @@ -129,7 +129,7 @@ typedef NS_ENUM(NSInteger, DBFILESSaveUrlResultTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESSaveUrlResult` API object. /// -+ (NSDictionary *)serialize:(DBFILESSaveUrlResult *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESSaveUrlResult *)instance; /// /// Deserializes `DBFILESSaveUrlResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchArg.h index c2d7dd6b..f7590b7c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchArg.h @@ -101,7 +101,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESSearchArg` API object. /// -+ (NSDictionary *)serialize:(DBFILESSearchArg *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESSearchArg *)instance; /// /// Deserializes `DBFILESSearchArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchError.h index f039ef5c..0f1ae027 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchError.h @@ -107,7 +107,7 @@ typedef NS_ENUM(NSInteger, DBFILESSearchErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESSearchError` API object. /// -+ (NSDictionary *)serialize:(DBFILESSearchError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESSearchError *)instance; /// /// Deserializes `DBFILESSearchError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchMatch.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchMatch.h index 2d7bb9e5..0899691c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchMatch.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchMatch.h @@ -64,7 +64,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESSearchMatch` API object. /// -+ (NSDictionary *)serialize:(DBFILESSearchMatch *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESSearchMatch *)instance; /// /// Deserializes `DBFILESSearchMatch` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchMatchType.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchMatchType.h index f760f210..5518e943 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchMatchType.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchMatchType.h @@ -125,7 +125,7 @@ typedef NS_ENUM(NSInteger, DBFILESSearchMatchTypeTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESSearchMatchType` API object. /// -+ (NSDictionary *)serialize:(DBFILESSearchMatchType *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESSearchMatchType *)instance; /// /// Deserializes `DBFILESSearchMatchType` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchMode.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchMode.h index 27402347..afee5665 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchMode.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchMode.h @@ -125,7 +125,7 @@ typedef NS_ENUM(NSInteger, DBFILESSearchModeTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESSearchMode` API object. /// -+ (NSDictionary *)serialize:(DBFILESSearchMode *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESSearchMode *)instance; /// /// Deserializes `DBFILESSearchMode` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchResult.h index 9eed1ae7..4d80fe25 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchResult.h @@ -71,7 +71,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESSearchResult` API object. /// -+ (NSDictionary *)serialize:(DBFILESSearchResult *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESSearchResult *)instance; /// /// Deserializes `DBFILESSearchResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSharedLink.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSharedLink.h new file mode 100644 index 00000000..3a769f8c --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSharedLink.h @@ -0,0 +1,89 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBFILESSharedLink; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `SharedLink` struct. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBFILESSharedLink : NSObject + +#pragma mark - Instance fields + +/// Shared link url. +@property (nonatomic, readonly, copy) NSString *url; + +/// Password for the shared link. +@property (nonatomic, readonly, copy, nullable) NSString *password; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param url Shared link url. +/// @param password Password for the shared link. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithUrl:(NSString *)url password:(nullable NSString *)password; + +/// +/// Convenience constructor (exposes only non-nullable instance variables with +/// no default value). +/// +/// @param url Shared link url. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithUrl:(NSString *)url; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `SharedLink` struct. +/// +@interface DBFILESSharedLinkSerializer : NSObject + +/// +/// Serializes `DBFILESSharedLink` instances. +/// +/// @param instance An instance of the `DBFILESSharedLink` API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBFILESSharedLink` API object. +/// ++ (nullable NSDictionary *)serialize:(DBFILESSharedLink *)instance; + +/// +/// Deserializes `DBFILESSharedLink` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBFILESSharedLink` API object. +/// +/// @return An instantiation of the `DBFILESSharedLink` object. +/// ++ (DBFILESSharedLink *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSharingInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSharingInfo.h index 5abad095..d4946ec8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSharingInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSharingInfo.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESSharingInfo` API object. /// -+ (NSDictionary *)serialize:(DBFILESSharingInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESSharingInfo *)instance; /// /// Deserializes `DBFILESSharingInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESThumbnailArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESThumbnailArg.h index 42c6e0ac..65e146d3 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESThumbnailArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESThumbnailArg.h @@ -84,7 +84,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESThumbnailArg` API object. /// -+ (NSDictionary *)serialize:(DBFILESThumbnailArg *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESThumbnailArg *)instance; /// /// Deserializes `DBFILESThumbnailArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESThumbnailError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESThumbnailError.h index 1dcab558..0ed08b8d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESThumbnailError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESThumbnailError.h @@ -158,7 +158,7 @@ typedef NS_ENUM(NSInteger, DBFILESThumbnailErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESThumbnailError` API object. /// -+ (NSDictionary *)serialize:(DBFILESThumbnailError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESThumbnailError *)instance; /// /// Deserializes `DBFILESThumbnailError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESThumbnailFormat.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESThumbnailFormat.h index 5c7cd622..7b132567 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESThumbnailFormat.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESThumbnailFormat.h @@ -97,7 +97,7 @@ typedef NS_ENUM(NSInteger, DBFILESThumbnailFormatTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESThumbnailFormat` API object. /// -+ (NSDictionary *)serialize:(DBFILESThumbnailFormat *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESThumbnailFormat *)instance; /// /// Deserializes `DBFILESThumbnailFormat` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESThumbnailSize.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESThumbnailSize.h index 3c1cf251..708420c4 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESThumbnailSize.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESThumbnailSize.h @@ -158,7 +158,7 @@ typedef NS_ENUM(NSInteger, DBFILESThumbnailSizeTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESThumbnailSize` API object. /// -+ (NSDictionary *)serialize:(DBFILESThumbnailSize *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESThumbnailSize *)instance; /// /// Deserializes `DBFILESThumbnailSize` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUpdatePropertyGroupArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUpdatePropertyGroupArg.h deleted file mode 100644 index 2eafceb0..00000000 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUpdatePropertyGroupArg.h +++ /dev/null @@ -1,83 +0,0 @@ -/// -/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. -/// -/// Auto-generated by Stone, do not modify. -/// - -#import - -#import "DBSerializableProtocol.h" - -@class DBFILESPropertyGroupUpdate; -@class DBFILESUpdatePropertyGroupArg; - -NS_ASSUME_NONNULL_BEGIN - -#pragma mark - API Object - -/// -/// The `UpdatePropertyGroupArg` struct. -/// -/// This class implements the `DBSerializable` protocol (serialize and -/// deserialize instance methods), which is required for all Obj-C SDK API route -/// objects. -/// -@interface DBFILESUpdatePropertyGroupArg : NSObject - -#pragma mark - Instance fields - -/// A unique identifier for the file. -@property (nonatomic, readonly, copy) NSString *path; - -/// Filled custom property templates associated with a file. -@property (nonatomic, readonly) NSArray *updatePropertyGroups; - -#pragma mark - Constructors - -/// -/// Full constructor for the struct (exposes all instance variables). -/// -/// @param path A unique identifier for the file. -/// @param updatePropertyGroups Filled custom property templates associated with -/// a file. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithPath:(NSString *)path - updatePropertyGroups:(NSArray *)updatePropertyGroups; - -- (instancetype)init NS_UNAVAILABLE; - -@end - -#pragma mark - Serializer Object - -/// -/// The serialization class for the `UpdatePropertyGroupArg` struct. -/// -@interface DBFILESUpdatePropertyGroupArgSerializer : NSObject - -/// -/// Serializes `DBFILESUpdatePropertyGroupArg` instances. -/// -/// @param instance An instance of the `DBFILESUpdatePropertyGroupArg` API -/// object. -/// -/// @return A json-compatible dictionary representation of the -/// `DBFILESUpdatePropertyGroupArg` API object. -/// -+ (NSDictionary *)serialize:(DBFILESUpdatePropertyGroupArg *)instance; - -/// -/// Deserializes `DBFILESUpdatePropertyGroupArg` instances. -/// -/// @param dict A json-compatible dictionary representation of the -/// `DBFILESUpdatePropertyGroupArg` API object. -/// -/// @return An instantiation of the `DBFILESUpdatePropertyGroupArg` object. -/// -+ (DBFILESUpdatePropertyGroupArg *)deserialize:(NSDictionary *)dict; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadError.h index a91527cd..7b13bb9a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadError.h @@ -111,7 +111,7 @@ typedef NS_ENUM(NSInteger, DBFILESUploadErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESUploadError` API object. /// -+ (NSDictionary *)serialize:(DBFILESUploadError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESUploadError *)instance; /// /// Deserializes `DBFILESUploadError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadErrorWithProperties.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadErrorWithProperties.h index 33a49ae9..c061ee0d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadErrorWithProperties.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadErrorWithProperties.h @@ -8,7 +8,7 @@ #import "DBSerializableProtocol.h" -@class DBFILESInvalidPropertyGroupError; +@class DBFILEPROPERTIESInvalidPropertyGroupError; @class DBFILESUploadErrorWithProperties; @class DBFILESUploadWriteFailed; @@ -52,7 +52,7 @@ typedef NS_ENUM(NSInteger, DBFILESUploadErrorWithPropertiesTag) { /// (no description). @note Ensure the `isPropertiesError` method returns true /// before accessing, otherwise a runtime exception will be raised. -@property (nonatomic, readonly) DBFILESInvalidPropertyGroupError *propertiesError; +@property (nonatomic, readonly) DBFILEPROPERTIESInvalidPropertyGroupError *propertiesError; #pragma mark - Constructors @@ -82,7 +82,7 @@ typedef NS_ENUM(NSInteger, DBFILESUploadErrorWithPropertiesTag) { /// /// @return An initialized instance. /// -- (instancetype)initWithPropertiesError:(DBFILESInvalidPropertyGroupError *)propertiesError; +- (instancetype)initWithPropertiesError:(DBFILEPROPERTIESInvalidPropertyGroupError *)propertiesError; - (instancetype)init NS_UNAVAILABLE; @@ -141,7 +141,7 @@ typedef NS_ENUM(NSInteger, DBFILESUploadErrorWithPropertiesTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESUploadErrorWithProperties` API object. /// -+ (NSDictionary *)serialize:(DBFILESUploadErrorWithProperties *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESUploadErrorWithProperties *)instance; /// /// Deserializes `DBFILESUploadErrorWithProperties` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionAppendArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionAppendArg.h index 83e86816..b4b8ce7d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionAppendArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionAppendArg.h @@ -77,7 +77,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESUploadSessionAppendArg` API object. /// -+ (NSDictionary *)serialize:(DBFILESUploadSessionAppendArg *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESUploadSessionAppendArg *)instance; /// /// Deserializes `DBFILESUploadSessionAppendArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionCursor.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionCursor.h index ffb8388d..329c5ca9 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionCursor.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionCursor.h @@ -65,7 +65,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESUploadSessionCursor` API object. /// -+ (NSDictionary *)serialize:(DBFILESUploadSessionCursor *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESUploadSessionCursor *)instance; /// /// Deserializes `DBFILESUploadSessionCursor` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishArg.h index f6102fc3..eba61768 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishArg.h @@ -65,7 +65,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESUploadSessionFinishArg` API object. /// -+ (NSDictionary *)serialize:(DBFILESUploadSessionFinishArg *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESUploadSessionFinishArg *)instance; /// /// Deserializes `DBFILESUploadSessionFinishArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchArg.h index f6497575..cbd52076 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchArg.h @@ -60,7 +60,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESUploadSessionFinishBatchArg` API object. /// -+ (NSDictionary *)serialize:(DBFILESUploadSessionFinishBatchArg *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESUploadSessionFinishBatchArg *)instance; /// /// Deserializes `DBFILESUploadSessionFinishBatchArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchJobStatus.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchJobStatus.h index 0e8fab97..18c6fcb8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchJobStatus.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchJobStatus.h @@ -117,7 +117,7 @@ typedef NS_ENUM(NSInteger, DBFILESUploadSessionFinishBatchJobStatusTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESUploadSessionFinishBatchJobStatus` API object. /// -+ (NSDictionary *)serialize:(DBFILESUploadSessionFinishBatchJobStatus *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESUploadSessionFinishBatchJobStatus *)instance; /// /// Deserializes `DBFILESUploadSessionFinishBatchJobStatus` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchLaunch.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchLaunch.h index b980b69a..841aa195 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchLaunch.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchLaunch.h @@ -148,7 +148,7 @@ typedef NS_ENUM(NSInteger, DBFILESUploadSessionFinishBatchLaunchTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESUploadSessionFinishBatchLaunch` API object. /// -+ (NSDictionary *)serialize:(DBFILESUploadSessionFinishBatchLaunch *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESUploadSessionFinishBatchLaunch *)instance; /// /// Deserializes `DBFILESUploadSessionFinishBatchLaunch` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchResult.h index 5cb4ec25..3d19a801 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchResult.h @@ -60,7 +60,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESUploadSessionFinishBatchResult` API object. /// -+ (NSDictionary *)serialize:(DBFILESUploadSessionFinishBatchResult *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESUploadSessionFinishBatchResult *)instance; /// /// Deserializes `DBFILESUploadSessionFinishBatchResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchResultEntry.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchResultEntry.h index a1717efc..00a07155 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchResultEntry.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchResultEntry.h @@ -120,7 +120,7 @@ typedef NS_ENUM(NSInteger, DBFILESUploadSessionFinishBatchResultEntryTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESUploadSessionFinishBatchResultEntry` API object. /// -+ (NSDictionary *)serialize:(DBFILESUploadSessionFinishBatchResultEntry *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESUploadSessionFinishBatchResultEntry *)instance; /// /// Deserializes `DBFILESUploadSessionFinishBatchResultEntry` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishError.h index 78902369..57a907b2 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishError.h @@ -193,7 +193,7 @@ typedef NS_ENUM(NSInteger, DBFILESUploadSessionFinishErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESUploadSessionFinishError` API object. /// -+ (NSDictionary *)serialize:(DBFILESUploadSessionFinishError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESUploadSessionFinishError *)instance; /// /// Deserializes `DBFILESUploadSessionFinishError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionLookupError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionLookupError.h index 9646bde9..78d8488e 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionLookupError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionLookupError.h @@ -185,7 +185,7 @@ typedef NS_ENUM(NSInteger, DBFILESUploadSessionLookupErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESUploadSessionLookupError` API object. /// -+ (NSDictionary *)serialize:(DBFILESUploadSessionLookupError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESUploadSessionLookupError *)instance; /// /// Deserializes `DBFILESUploadSessionLookupError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionOffsetError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionOffsetError.h index 1d9baf56..bc54c735 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionOffsetError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionOffsetError.h @@ -59,7 +59,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESUploadSessionOffsetError` API object. /// -+ (NSDictionary *)serialize:(DBFILESUploadSessionOffsetError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESUploadSessionOffsetError *)instance; /// /// Deserializes `DBFILESUploadSessionOffsetError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionStartArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionStartArg.h index 2fb0ae81..34cf5d99 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionStartArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionStartArg.h @@ -71,7 +71,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESUploadSessionStartArg` API object. /// -+ (NSDictionary *)serialize:(DBFILESUploadSessionStartArg *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESUploadSessionStartArg *)instance; /// /// Deserializes `DBFILESUploadSessionStartArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionStartResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionStartResult.h index 352f4d73..eeedc221 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionStartResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionStartResult.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESUploadSessionStartResult` API object. /// -+ (NSDictionary *)serialize:(DBFILESUploadSessionStartResult *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESUploadSessionStartResult *)instance; /// /// Deserializes `DBFILESUploadSessionStartResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadWriteFailed.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadWriteFailed.h index be7f4383..fbfef4e6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadWriteFailed.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadWriteFailed.h @@ -64,7 +64,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESUploadWriteFailed` API object. /// -+ (NSDictionary *)serialize:(DBFILESUploadWriteFailed *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESUploadWriteFailed *)instance; /// /// Deserializes `DBFILESUploadWriteFailed` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESVideoMetadata.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESVideoMetadata.h index 631637f9..2f48b524 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESVideoMetadata.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESVideoMetadata.h @@ -76,7 +76,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBFILESVideoMetadata` API object. /// -+ (NSDictionary *)serialize:(DBFILESVideoMetadata *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESVideoMetadata *)instance; /// /// Deserializes `DBFILESVideoMetadata` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESWriteConflictError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESWriteConflictError.h index ec664e07..7da8ca61 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESWriteConflictError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESWriteConflictError.h @@ -139,7 +139,7 @@ typedef NS_ENUM(NSInteger, DBFILESWriteConflictErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESWriteConflictError` API object. /// -+ (NSDictionary *)serialize:(DBFILESWriteConflictError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESWriteConflictError *)instance; /// /// Deserializes `DBFILESWriteConflictError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESWriteError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESWriteError.h index cff2baf1..d9badf6d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESWriteError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESWriteError.h @@ -45,7 +45,7 @@ typedef NS_ENUM(NSInteger, DBFILESWriteErrorTag) { /// Dropbox will not save the file or folder because of its name. DBFILESWriteErrorDisallowedName, - /// This endpoint cannot modify or delete team folders. + /// This endpoint cannot move or delete team folders. DBFILESWriteErrorTeamFolder, /// (no description). @@ -122,7 +122,7 @@ typedef NS_ENUM(NSInteger, DBFILESWriteErrorTag) { /// /// Initializes union class with tag state of "team_folder". /// -/// Description of the "team_folder" tag state: This endpoint cannot modify or +/// Description of the "team_folder" tag state: This endpoint cannot move or /// delete team folders. /// /// @return An initialized instance. @@ -223,7 +223,7 @@ typedef NS_ENUM(NSInteger, DBFILESWriteErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESWriteError` API object. /// -+ (NSDictionary *)serialize:(DBFILESWriteError *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESWriteError *)instance; /// /// Deserializes `DBFILESWriteError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESWriteMode.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESWriteMode.h index 0ab028e7..9aefa87a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESWriteMode.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESWriteMode.h @@ -159,7 +159,7 @@ typedef NS_ENUM(NSInteger, DBFILESWriteModeTag) { /// @return A json-compatible dictionary representation of the /// `DBFILESWriteMode` API object. /// -+ (NSDictionary *)serialize:(DBFILESWriteMode *)instance; ++ (nullable NSDictionary *)serialize:(DBFILESWriteMode *)instance; /// /// Deserializes `DBFILESWriteMode` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/DBPaperObjects.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/DBPaperObjects.m index 96dfb6e1..cd37e85a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/DBPaperObjects.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/DBPaperObjects.m @@ -20,6 +20,7 @@ @implementation DBPAPERAddMember - (instancetype)initWithMember:(DBSHARINGMemberSelector *)member permissionLevel:(DBPAPERPaperDocPermissionLevel *)permissionLevel { + [DBStoneValidators nonnullValidator:nil](member); self = [super init]; if (self) { @@ -35,7 +36,7 @@ - (instancetype)initWithMember:(DBSHARINGMemberSelector *)member { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERAddMemberSerializer serialize:instance]; } @@ -106,7 +107,7 @@ + (NSDictionary *)serialize:(DBPAPERAddMember *)valueObj { jsonDict[@"member"] = [DBSHARINGMemberSelectorSerializer serialize:valueObj.member]; jsonDict[@"permission_level"] = [DBPAPERPaperDocPermissionLevelSerializer serialize:valueObj.permissionLevel]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERAddMember *)deserialize:(NSDictionary *)valueDict { @@ -132,6 +133,7 @@ @implementation DBPAPERRefPaperDoc #pragma mark - Constructors - (instancetype)initWithDocId:(NSString *)docId { + [DBStoneValidators nonnullValidator:nil](docId); self = [super init]; if (self) { @@ -142,7 +144,7 @@ - (instancetype)initWithDocId:(NSString *)docId { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERRefPaperDocSerializer serialize:instance]; } @@ -208,7 +210,7 @@ + (NSDictionary *)serialize:(DBPAPERRefPaperDoc *)valueObj { jsonDict[@"doc_id"] = valueObj.docId; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERRefPaperDoc *)deserialize:(NSDictionary *)valueDict { @@ -235,7 +237,11 @@ - (instancetype)initWithDocId:(NSString *)docId members:(NSArray *)members customMessage:(NSString *)customMessage quiet:(NSNumber *)quiet { - [DBStoneValidators arrayValidator:nil maxItems:@(20) itemValidator:nil](members); + [DBStoneValidators nonnullValidator:nil](docId); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:@(20) + itemValidator:[DBStoneValidators nonnullValidator:nil]]](members); self = [super initWithDocId:docId]; if (self) { @@ -252,7 +258,7 @@ - (instancetype)initWithDocId:(NSString *)docId members:(NSArray 0 ? jsonDict : nil; } + (DBPAPERAddPaperDocUser *)deserialize:(NSDictionary *)valueDict { @@ -372,6 +378,8 @@ @implementation DBPAPERAddPaperDocUserMemberResult #pragma mark - Constructors - (instancetype)initWithMember:(DBSHARINGMemberSelector *)member result:(DBPAPERAddPaperDocUserResult *)result { + [DBStoneValidators nonnullValidator:nil](member); + [DBStoneValidators nonnullValidator:nil](result); self = [super init]; if (self) { @@ -383,7 +391,7 @@ - (instancetype)initWithMember:(DBSHARINGMemberSelector *)member result:(DBPAPER #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERAddPaperDocUserMemberResultSerializer serialize:instance]; } @@ -454,7 +462,7 @@ + (NSDictionary *)serialize:(DBPAPERAddPaperDocUserMemberResult *)valueObj { jsonDict[@"member"] = [DBSHARINGMemberSelectorSerializer serialize:valueObj.member]; jsonDict[@"result"] = [DBPAPERAddPaperDocUserResultSerializer serialize:valueObj.result]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERAddPaperDocUserMemberResult *)deserialize:(NSDictionary *)valueDict { @@ -601,7 +609,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERAddPaperDocUserResultSerializer serialize:instance]; } @@ -720,7 +728,7 @@ + (NSDictionary *)serialize:(DBPAPERAddPaperDocUserResult *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERAddPaperDocUserResult *)deserialize:(NSDictionary *)valueDict { @@ -760,6 +768,7 @@ @implementation DBPAPERCursor #pragma mark - Constructors - (instancetype)initWithValue:(NSString *)value expiration:(NSDate *)expiration { + [DBStoneValidators nonnullValidator:nil](value); self = [super init]; if (self) { @@ -775,7 +784,7 @@ - (instancetype)initWithValue:(NSString *)value { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERCursorSerializer serialize:instance]; } @@ -804,7 +813,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.value hash]; - if (self.expiration) { + if (self.expiration != nil) { result = prime * result + [self.expiration hash]; } @@ -852,7 +861,7 @@ + (NSDictionary *)serialize:(DBPAPERCursor *)valueObj { jsonDict[@"expiration"] = [DBNSDateSerializer serialize:valueObj.expiration dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERCursor *)deserialize:(NSDictionary *)valueDict { @@ -917,7 +926,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERPaperApiBaseErrorSerializer serialize:instance]; } @@ -1000,7 +1009,7 @@ + (NSDictionary *)serialize:(DBPAPERPaperApiBaseError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERPaperApiBaseError *)deserialize:(NSDictionary *)valueDict { @@ -1083,7 +1092,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERDocLookupErrorSerializer serialize:instance]; } @@ -1172,7 +1181,7 @@ + (NSDictionary *)serialize:(DBPAPERDocLookupError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERDocLookupError *)deserialize:(NSDictionary *)valueDict { @@ -1270,7 +1279,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERDocSubscriptionLevelSerializer serialize:instance]; } @@ -1367,7 +1376,7 @@ + (NSDictionary *)serialize:(DBPAPERDocSubscriptionLevel *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERDocSubscriptionLevel *)deserialize:(NSDictionary *)valueDict { @@ -1456,7 +1465,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERExportFormatSerializer serialize:instance]; } @@ -1545,7 +1554,7 @@ + (NSDictionary *)serialize:(DBPAPERExportFormat *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERExportFormat *)deserialize:(NSDictionary *)valueDict { @@ -1575,6 +1584,8 @@ @implementation DBPAPERFolder #pragma mark - Constructors - (instancetype)initWithId_:(NSString *)id_ name:(NSString *)name { + [DBStoneValidators nonnullValidator:nil](id_); + [DBStoneValidators nonnullValidator:nil](name); self = [super init]; if (self) { @@ -1586,7 +1597,7 @@ - (instancetype)initWithId_:(NSString *)id_ name:(NSString *)name { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERFolderSerializer serialize:instance]; } @@ -1657,7 +1668,7 @@ + (NSDictionary *)serialize:(DBPAPERFolder *)valueObj { jsonDict[@"id"] = valueObj.id_; jsonDict[@"name"] = valueObj.name; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERFolder *)deserialize:(NSDictionary *)valueDict { @@ -1720,7 +1731,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERFolderSharingPolicyTypeSerializer serialize:instance]; } @@ -1805,7 +1816,7 @@ + (NSDictionary *)serialize:(DBPAPERFolderSharingPolicyType *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERFolderSharingPolicyType *)deserialize:(NSDictionary *)valueDict { @@ -1904,7 +1915,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERFolderSubscriptionLevelSerializer serialize:instance]; } @@ -2001,7 +2012,7 @@ + (NSDictionary *)serialize:(DBPAPERFolderSubscriptionLevel *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERFolderSubscriptionLevel *)deserialize:(NSDictionary *)valueDict { @@ -2039,7 +2050,10 @@ @implementation DBPAPERFoldersContainingPaperDoc - (instancetype)initWithFolderSharingPolicyType:(DBPAPERFolderSharingPolicyType *)folderSharingPolicyType folders:(NSArray *)folders { - [DBStoneValidators nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](folders); + [DBStoneValidators + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](folders); self = [super init]; if (self) { @@ -2055,7 +2069,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERFoldersContainingPaperDocSerializer serialize:instance]; } @@ -2083,10 +2097,10 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.folderSharingPolicyType) { + if (self.folderSharingPolicyType != nil) { result = prime * result + [self.folderSharingPolicyType hash]; } - if (self.folders) { + if (self.folders != nil) { result = prime * result + [self.folders hash]; } @@ -2142,7 +2156,7 @@ + (NSDictionary *)serialize:(DBPAPERFoldersContainingPaperDoc *)valueObj { }]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERFoldersContainingPaperDoc *)deserialize:(NSDictionary *)valueDict { @@ -2163,6 +2177,201 @@ + (DBPAPERFoldersContainingPaperDoc *)deserialize:(NSDictionary *)valueDict { @end +#import "DBPAPERImportFormat.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBPAPERImportFormat + +#pragma mark - Constructors + +- (instancetype)initWithHtml { + self = [super init]; + if (self) { + _tag = DBPAPERImportFormatHtml; + } + return self; +} + +- (instancetype)initWithMarkdown { + self = [super init]; + if (self) { + _tag = DBPAPERImportFormatMarkdown; + } + return self; +} + +- (instancetype)initWithPlainText { + self = [super init]; + if (self) { + _tag = DBPAPERImportFormatPlainText; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBPAPERImportFormatOther; + } + return self; +} + +#pragma mark - Instance field accessors + +#pragma mark - Tag state methods + +- (BOOL)isHtml { + return _tag == DBPAPERImportFormatHtml; +} + +- (BOOL)isMarkdown { + return _tag == DBPAPERImportFormatMarkdown; +} + +- (BOOL)isPlainText { + return _tag == DBPAPERImportFormatPlainText; +} + +- (BOOL)isOther { + return _tag == DBPAPERImportFormatOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBPAPERImportFormatHtml: + return @"DBPAPERImportFormatHtml"; + case DBPAPERImportFormatMarkdown: + return @"DBPAPERImportFormatMarkdown"; + case DBPAPERImportFormatPlainText: + return @"DBPAPERImportFormatPlainText"; + case DBPAPERImportFormatOther: + return @"DBPAPERImportFormatOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBPAPERImportFormatSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBPAPERImportFormatSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBPAPERImportFormatSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBPAPERImportFormatHtml: + result = prime * result + [[self tagName] hash]; + case DBPAPERImportFormatMarkdown: + result = prime * result + [[self tagName] hash]; + case DBPAPERImportFormatPlainText: + result = prime * result + [[self tagName] hash]; + case DBPAPERImportFormatOther: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToImportFormat:other]; +} + +- (BOOL)isEqualToImportFormat:(DBPAPERImportFormat *)anImportFormat { + if (self == anImportFormat) { + return YES; + } + if (self.tag != anImportFormat.tag) { + return NO; + } + switch (_tag) { + case DBPAPERImportFormatHtml: + return [[self tagName] isEqual:[anImportFormat tagName]]; + case DBPAPERImportFormatMarkdown: + return [[self tagName] isEqual:[anImportFormat tagName]]; + case DBPAPERImportFormatPlainText: + return [[self tagName] isEqual:[anImportFormat tagName]]; + case DBPAPERImportFormatOther: + return [[self tagName] isEqual:[anImportFormat tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBPAPERImportFormatSerializer + ++ (NSDictionary *)serialize:(DBPAPERImportFormat *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isHtml]) { + jsonDict[@".tag"] = @"html"; + } else if ([valueObj isMarkdown]) { + jsonDict[@".tag"] = @"markdown"; + } else if ([valueObj isPlainText]) { + jsonDict[@".tag"] = @"plain_text"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBPAPERImportFormat *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"html"]) { + return [[DBPAPERImportFormat alloc] initWithHtml]; + } else if ([tag isEqualToString:@"markdown"]) { + return [[DBPAPERImportFormat alloc] initWithMarkdown]; + } else if ([tag isEqualToString:@"plain_text"]) { + return [[DBPAPERImportFormat alloc] initWithPlainText]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBPAPERImportFormat alloc] initWithOther]; + } else { + return [[DBPAPERImportFormat alloc] initWithOther]; + } +} + +@end + #import "DBPAPERInviteeInfoWithPermissionLevel.h" #import "DBPAPERPaperDocPermissionLevel.h" #import "DBSHARINGInviteeInfo.h" @@ -2177,6 +2386,8 @@ @implementation DBPAPERInviteeInfoWithPermissionLevel - (instancetype)initWithInvitee:(DBSHARINGInviteeInfo *)invitee permissionLevel:(DBPAPERPaperDocPermissionLevel *)permissionLevel { + [DBStoneValidators nonnullValidator:nil](invitee); + [DBStoneValidators nonnullValidator:nil](permissionLevel); self = [super init]; if (self) { @@ -2188,7 +2399,7 @@ - (instancetype)initWithInvitee:(DBSHARINGInviteeInfo *)invitee #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERInviteeInfoWithPermissionLevelSerializer serialize:instance]; } @@ -2260,7 +2471,7 @@ + (NSDictionary *)serialize:(DBPAPERInviteeInfoWithPermissionLevel *)valueObj { jsonDict[@"invitee"] = [DBSHARINGInviteeInfoSerializer serialize:valueObj.invitee]; jsonDict[@"permission_level"] = [DBPAPERPaperDocPermissionLevelSerializer serialize:valueObj.permissionLevel]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERInviteeInfoWithPermissionLevel *)deserialize:(NSDictionary *)valueDict { @@ -2336,7 +2547,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERListDocsCursorErrorSerializer serialize:instance]; } @@ -2420,7 +2631,7 @@ + (NSDictionary *)serialize:(DBPAPERListDocsCursorError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERListDocsCursorError *)deserialize:(NSDictionary *)valueDict { @@ -2456,7 +2667,6 @@ - (instancetype)initWithFilterBy:(DBPAPERListPaperDocsFilterBy *)filterBy sortBy:(DBPAPERListPaperDocsSortBy *)sortBy sortOrder:(DBPAPERListPaperDocsSortOrder *)sortOrder limit:(NSNumber *)limit { - [DBStoneValidators numericValidator:@(1) maxValue:@(1000)](limit ?: @(1000)); self = [super init]; if (self) { @@ -2474,7 +2684,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERListPaperDocsArgsSerializer serialize:instance]; } @@ -2555,7 +2765,7 @@ + (NSDictionary *)serialize:(DBPAPERListPaperDocsArgs *)valueObj { jsonDict[@"sort_order"] = [DBPAPERListPaperDocsSortOrderSerializer serialize:valueObj.sortOrder]; jsonDict[@"limit"] = valueObj.limit; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERListPaperDocsArgs *)deserialize:(NSDictionary *)valueDict { @@ -2586,6 +2796,7 @@ @implementation DBPAPERListPaperDocsContinueArgs #pragma mark - Constructors - (instancetype)initWithCursor:(NSString *)cursor { + [DBStoneValidators nonnullValidator:nil](cursor); self = [super init]; if (self) { @@ -2596,7 +2807,7 @@ - (instancetype)initWithCursor:(NSString *)cursor { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERListPaperDocsContinueArgsSerializer serialize:instance]; } @@ -2662,7 +2873,7 @@ + (NSDictionary *)serialize:(DBPAPERListPaperDocsContinueArgs *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERListPaperDocsContinueArgs *)deserialize:(NSDictionary *)valueDict { @@ -2738,7 +2949,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERListPaperDocsFilterBySerializer serialize:instance]; } @@ -2827,7 +3038,7 @@ + (NSDictionary *)serialize:(DBPAPERListPaperDocsFilterBy *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERListPaperDocsFilterBy *)deserialize:(NSDictionary *)valueDict { @@ -2860,7 +3071,12 @@ @implementation DBPAPERListPaperDocsResponse - (instancetype)initWithDocIds:(NSArray *)docIds cursor:(DBPAPERCursor *)cursor hasMore:(NSNumber *)hasMore { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](docIds); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](docIds); + [DBStoneValidators nonnullValidator:nil](cursor); + [DBStoneValidators nonnullValidator:nil](hasMore); self = [super init]; if (self) { @@ -2873,7 +3089,7 @@ - (instancetype)initWithDocIds:(NSArray *)docIds #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERListPaperDocsResponseSerializer serialize:instance]; } @@ -2952,7 +3168,7 @@ + (NSDictionary *)serialize:(DBPAPERListPaperDocsResponse *)valueObj { jsonDict[@"cursor"] = [DBPAPERCursorSerializer serialize:valueObj.cursor]; jsonDict[@"has_more"] = valueObj.hasMore; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERListPaperDocsResponse *)deserialize:(NSDictionary *)valueDict { @@ -3047,7 +3263,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERListPaperDocsSortBySerializer serialize:instance]; } @@ -3142,7 +3358,7 @@ + (NSDictionary *)serialize:(DBPAPERListPaperDocsSortBy *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERListPaperDocsSortBy *)deserialize:(NSDictionary *)valueDict { @@ -3228,7 +3444,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERListPaperDocsSortOrderSerializer serialize:instance]; } @@ -3317,7 +3533,7 @@ + (NSDictionary *)serialize:(DBPAPERListPaperDocsSortOrder *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERListPaperDocsSortOrder *)deserialize:(NSDictionary *)valueDict { @@ -3428,7 +3644,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERListUsersCursorErrorSerializer serialize:instance]; } @@ -3524,7 +3740,7 @@ + (NSDictionary *)serialize:(DBPAPERListUsersCursorError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERListUsersCursorError *)deserialize:(NSDictionary *)valueDict { @@ -3559,7 +3775,7 @@ @implementation DBPAPERListUsersOnFolderArgs #pragma mark - Constructors - (instancetype)initWithDocId:(NSString *)docId limit:(NSNumber *)limit { - [DBStoneValidators numericValidator:@(1) maxValue:@(1000)](limit ?: @(1000)); + [DBStoneValidators nonnullValidator:nil](docId); self = [super initWithDocId:docId]; if (self) { @@ -3574,7 +3790,7 @@ - (instancetype)initWithDocId:(NSString *)docId { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERListUsersOnFolderArgsSerializer serialize:instance]; } @@ -3645,7 +3861,7 @@ + (NSDictionary *)serialize:(DBPAPERListUsersOnFolderArgs *)valueObj { jsonDict[@"doc_id"] = valueObj.docId; jsonDict[@"limit"] = valueObj.limit; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERListUsersOnFolderArgs *)deserialize:(NSDictionary *)valueDict { @@ -3669,6 +3885,8 @@ @implementation DBPAPERListUsersOnFolderContinueArgs #pragma mark - Constructors - (instancetype)initWithDocId:(NSString *)docId cursor:(NSString *)cursor { + [DBStoneValidators nonnullValidator:nil](docId); + [DBStoneValidators nonnullValidator:nil](cursor); self = [super initWithDocId:docId]; if (self) { @@ -3679,7 +3897,7 @@ - (instancetype)initWithDocId:(NSString *)docId cursor:(NSString *)cursor { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERListUsersOnFolderContinueArgsSerializer serialize:instance]; } @@ -3750,7 +3968,7 @@ + (NSDictionary *)serialize:(DBPAPERListUsersOnFolderContinueArgs *)valueObj { jsonDict[@"doc_id"] = valueObj.docId; jsonDict[@"cursor"] = valueObj.cursor; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERListUsersOnFolderContinueArgs *)deserialize:(NSDictionary *)valueDict { @@ -3779,8 +3997,16 @@ - (instancetype)initWithInvitees:(NSArray *)invitees users:(NSArray *)users cursor:(DBPAPERCursor *)cursor hasMore:(NSNumber *)hasMore { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](invitees); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](users); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](invitees); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](users); + [DBStoneValidators nonnullValidator:nil](cursor); + [DBStoneValidators nonnullValidator:nil](hasMore); self = [super init]; if (self) { @@ -3794,7 +4020,7 @@ - (instancetype)initWithInvitees:(NSArray *)invitees #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERListUsersOnFolderResponseSerializer serialize:instance]; } @@ -3881,7 +4107,7 @@ + (NSDictionary *)serialize:(DBPAPERListUsersOnFolderResponse *)valueObj { jsonDict[@"cursor"] = [DBPAPERCursorSerializer serialize:valueObj.cursor]; jsonDict[@"has_more"] = valueObj.hasMore; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERListUsersOnFolderResponse *)deserialize:(NSDictionary *)valueDict { @@ -3917,7 +4143,7 @@ @implementation DBPAPERListUsersOnPaperDocArgs - (instancetype)initWithDocId:(NSString *)docId limit:(NSNumber *)limit filterBy:(DBPAPERUserOnPaperDocFilter *)filterBy { - [DBStoneValidators numericValidator:@(1) maxValue:@(1000)](limit ?: @(1000)); + [DBStoneValidators nonnullValidator:nil](docId); self = [super initWithDocId:docId]; if (self) { @@ -3933,7 +4159,7 @@ - (instancetype)initWithDocId:(NSString *)docId { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERListUsersOnPaperDocArgsSerializer serialize:instance]; } @@ -4009,7 +4235,7 @@ + (NSDictionary *)serialize:(DBPAPERListUsersOnPaperDocArgs *)valueObj { jsonDict[@"limit"] = valueObj.limit; jsonDict[@"filter_by"] = [DBPAPERUserOnPaperDocFilterSerializer serialize:valueObj.filterBy]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERListUsersOnPaperDocArgs *)deserialize:(NSDictionary *)valueDict { @@ -4036,6 +4262,8 @@ @implementation DBPAPERListUsersOnPaperDocContinueArgs #pragma mark - Constructors - (instancetype)initWithDocId:(NSString *)docId cursor:(NSString *)cursor { + [DBStoneValidators nonnullValidator:nil](docId); + [DBStoneValidators nonnullValidator:nil](cursor); self = [super initWithDocId:docId]; if (self) { @@ -4046,7 +4274,7 @@ - (instancetype)initWithDocId:(NSString *)docId cursor:(NSString *)cursor { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERListUsersOnPaperDocContinueArgsSerializer serialize:instance]; } @@ -4118,7 +4346,7 @@ + (NSDictionary *)serialize:(DBPAPERListUsersOnPaperDocContinueArgs *)valueObj { jsonDict[@"doc_id"] = valueObj.docId; jsonDict[@"cursor"] = valueObj.cursor; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERListUsersOnPaperDocContinueArgs *)deserialize:(NSDictionary *)valueDict { @@ -4149,8 +4377,17 @@ - (instancetype)initWithInvitees:(NSArray 0 ? jsonDict : nil; } + (DBPAPERListUsersOnPaperDocResponse *)deserialize:(NSDictionary *)valueDict { @@ -4377,7 +4614,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERPaperApiCursorErrorSerializer serialize:instance]; } @@ -4478,7 +4715,7 @@ + (NSDictionary *)serialize:(DBPAPERPaperApiCursorError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERPaperApiCursorError *)deserialize:(NSDictionary *)valueDict { @@ -4501,41 +4738,46 @@ + (DBPAPERPaperApiCursorError *)deserialize:(NSDictionary *)valueDict { @end -#import "DBPAPERExportFormat.h" -#import "DBPAPERPaperDocExport.h" -#import "DBPAPERRefPaperDoc.h" +#import "DBPAPERImportFormat.h" +#import "DBPAPERPaperDocCreateArgs.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBPAPERPaperDocExport +@implementation DBPAPERPaperDocCreateArgs #pragma mark - Constructors -- (instancetype)initWithDocId:(NSString *)docId exportFormat:(DBPAPERExportFormat *)exportFormat { +- (instancetype)initWithImportFormat:(DBPAPERImportFormat *)importFormat parentFolderId:(NSString *)parentFolderId { + [DBStoneValidators nonnullValidator:nil](importFormat); - self = [super initWithDocId:docId]; + self = [super init]; if (self) { - _exportFormat = exportFormat; + _parentFolderId = parentFolderId; + _importFormat = importFormat; } return self; } +- (instancetype)initWithImportFormat:(DBPAPERImportFormat *)importFormat { + return [self initWithImportFormat:importFormat parentFolderId:nil]; +} + #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBPAPERPaperDocExportSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBPAPERPaperDocCreateArgsSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBPAPERPaperDocExportSerializer deserialize:dict]; + return [DBPAPERPaperDocCreateArgsSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBPAPERPaperDocExportSerializer serialize:self] description]; + return [[DBPAPERPaperDocCreateArgsSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -4552,8 +4794,10 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.docId hash]; - result = prime * result + [self.exportFormat hash]; + result = prime * result + [self.importFormat hash]; + if (self.parentFolderId != nil) { + result = prime * result + [self.parentFolderId hash]; + } return prime * result; } @@ -4567,18 +4811,20 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToPaperDocExport:other]; + return [self isEqualToPaperDocCreateArgs:other]; } -- (BOOL)isEqualToPaperDocExport:(DBPAPERPaperDocExport *)aPaperDocExport { - if (self == aPaperDocExport) { +- (BOOL)isEqualToPaperDocCreateArgs:(DBPAPERPaperDocCreateArgs *)aPaperDocCreateArgs { + if (self == aPaperDocCreateArgs) { return YES; } - if (![self.docId isEqual:aPaperDocExport.docId]) { + if (![self.importFormat isEqual:aPaperDocCreateArgs.importFormat]) { return NO; } - if (![self.exportFormat isEqual:aPaperDocExport.exportFormat]) { - return NO; + if (self.parentFolderId) { + if (![self.parentFolderId isEqual:aPaperDocCreateArgs.parentFolderId]) { + return NO; + } } return YES; } @@ -4587,65 +4833,148 @@ - (BOOL)isEqualToPaperDocExport:(DBPAPERPaperDocExport *)aPaperDocExport { #pragma mark - Serializer Object -@implementation DBPAPERPaperDocExportSerializer +@implementation DBPAPERPaperDocCreateArgsSerializer -+ (NSDictionary *)serialize:(DBPAPERPaperDocExport *)valueObj { ++ (NSDictionary *)serialize:(DBPAPERPaperDocCreateArgs *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"doc_id"] = valueObj.docId; - jsonDict[@"export_format"] = [DBPAPERExportFormatSerializer serialize:valueObj.exportFormat]; + jsonDict[@"import_format"] = [DBPAPERImportFormatSerializer serialize:valueObj.importFormat]; + if (valueObj.parentFolderId) { + jsonDict[@"parent_folder_id"] = valueObj.parentFolderId; + } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBPAPERPaperDocExport *)deserialize:(NSDictionary *)valueDict { - NSString *docId = valueDict[@"doc_id"]; - DBPAPERExportFormat *exportFormat = [DBPAPERExportFormatSerializer deserialize:valueDict[@"export_format"]]; ++ (DBPAPERPaperDocCreateArgs *)deserialize:(NSDictionary *)valueDict { + DBPAPERImportFormat *importFormat = [DBPAPERImportFormatSerializer deserialize:valueDict[@"import_format"]]; + NSString *parentFolderId = valueDict[@"parent_folder_id"] ?: nil; - return [[DBPAPERPaperDocExport alloc] initWithDocId:docId exportFormat:exportFormat]; + return [[DBPAPERPaperDocCreateArgs alloc] initWithImportFormat:importFormat parentFolderId:parentFolderId]; } @end -#import "DBPAPERPaperDocExportResult.h" +#import "DBPAPERPaperApiBaseError.h" +#import "DBPAPERPaperDocCreateError.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBPAPERPaperDocExportResult +@implementation DBPAPERPaperDocCreateError #pragma mark - Constructors -- (instancetype)initWithOwner:(NSString *)owner - title:(NSString *)title - revision:(NSNumber *)revision - mimeType:(NSString *)mimeType { +- (instancetype)initWithInsufficientPermissions { + self = [super init]; + if (self) { + _tag = DBPAPERPaperDocCreateErrorInsufficientPermissions; + } + return self; +} +- (instancetype)initWithOther { self = [super init]; if (self) { - _owner = owner; - _title = title; - _revision = revision; - _mimeType = mimeType; + _tag = DBPAPERPaperDocCreateErrorOther; + } + return self; +} + +- (instancetype)initWithContentMalformed { + self = [super init]; + if (self) { + _tag = DBPAPERPaperDocCreateErrorContentMalformed; + } + return self; +} + +- (instancetype)initWithFolderNotFound { + self = [super init]; + if (self) { + _tag = DBPAPERPaperDocCreateErrorFolderNotFound; + } + return self; +} + +- (instancetype)initWithDocLengthExceeded { + self = [super init]; + if (self) { + _tag = DBPAPERPaperDocCreateErrorDocLengthExceeded; } return self; } +- (instancetype)initWithImageSizeExceeded { + self = [super init]; + if (self) { + _tag = DBPAPERPaperDocCreateErrorImageSizeExceeded; + } + return self; +} + +#pragma mark - Instance field accessors + +#pragma mark - Tag state methods + +- (BOOL)isInsufficientPermissions { + return _tag == DBPAPERPaperDocCreateErrorInsufficientPermissions; +} + +- (BOOL)isOther { + return _tag == DBPAPERPaperDocCreateErrorOther; +} + +- (BOOL)isContentMalformed { + return _tag == DBPAPERPaperDocCreateErrorContentMalformed; +} + +- (BOOL)isFolderNotFound { + return _tag == DBPAPERPaperDocCreateErrorFolderNotFound; +} + +- (BOOL)isDocLengthExceeded { + return _tag == DBPAPERPaperDocCreateErrorDocLengthExceeded; +} + +- (BOOL)isImageSizeExceeded { + return _tag == DBPAPERPaperDocCreateErrorImageSizeExceeded; +} + +- (NSString *)tagName { + switch (_tag) { + case DBPAPERPaperDocCreateErrorInsufficientPermissions: + return @"DBPAPERPaperDocCreateErrorInsufficientPermissions"; + case DBPAPERPaperDocCreateErrorOther: + return @"DBPAPERPaperDocCreateErrorOther"; + case DBPAPERPaperDocCreateErrorContentMalformed: + return @"DBPAPERPaperDocCreateErrorContentMalformed"; + case DBPAPERPaperDocCreateErrorFolderNotFound: + return @"DBPAPERPaperDocCreateErrorFolderNotFound"; + case DBPAPERPaperDocCreateErrorDocLengthExceeded: + return @"DBPAPERPaperDocCreateErrorDocLengthExceeded"; + case DBPAPERPaperDocCreateErrorImageSizeExceeded: + return @"DBPAPERPaperDocCreateErrorImageSizeExceeded"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBPAPERPaperDocExportResultSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBPAPERPaperDocCreateErrorSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBPAPERPaperDocExportResultSerializer deserialize:dict]; + return [DBPAPERPaperDocCreateErrorSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBPAPERPaperDocExportResultSerializer serialize:self] description]; + return [[DBPAPERPaperDocCreateErrorSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -4662,12 +4991,807 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.owner hash]; - result = prime * result + [self.title hash]; - result = prime * result + [self.revision hash]; - result = prime * result + [self.mimeType hash]; - - return prime * result; + switch (_tag) { + case DBPAPERPaperDocCreateErrorInsufficientPermissions: + result = prime * result + [[self tagName] hash]; + case DBPAPERPaperDocCreateErrorOther: + result = prime * result + [[self tagName] hash]; + case DBPAPERPaperDocCreateErrorContentMalformed: + result = prime * result + [[self tagName] hash]; + case DBPAPERPaperDocCreateErrorFolderNotFound: + result = prime * result + [[self tagName] hash]; + case DBPAPERPaperDocCreateErrorDocLengthExceeded: + result = prime * result + [[self tagName] hash]; + case DBPAPERPaperDocCreateErrorImageSizeExceeded: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToPaperDocCreateError:other]; +} + +- (BOOL)isEqualToPaperDocCreateError:(DBPAPERPaperDocCreateError *)aPaperDocCreateError { + if (self == aPaperDocCreateError) { + return YES; + } + if (self.tag != aPaperDocCreateError.tag) { + return NO; + } + switch (_tag) { + case DBPAPERPaperDocCreateErrorInsufficientPermissions: + return [[self tagName] isEqual:[aPaperDocCreateError tagName]]; + case DBPAPERPaperDocCreateErrorOther: + return [[self tagName] isEqual:[aPaperDocCreateError tagName]]; + case DBPAPERPaperDocCreateErrorContentMalformed: + return [[self tagName] isEqual:[aPaperDocCreateError tagName]]; + case DBPAPERPaperDocCreateErrorFolderNotFound: + return [[self tagName] isEqual:[aPaperDocCreateError tagName]]; + case DBPAPERPaperDocCreateErrorDocLengthExceeded: + return [[self tagName] isEqual:[aPaperDocCreateError tagName]]; + case DBPAPERPaperDocCreateErrorImageSizeExceeded: + return [[self tagName] isEqual:[aPaperDocCreateError tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBPAPERPaperDocCreateErrorSerializer + ++ (NSDictionary *)serialize:(DBPAPERPaperDocCreateError *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isInsufficientPermissions]) { + jsonDict[@".tag"] = @"insufficient_permissions"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else if ([valueObj isContentMalformed]) { + jsonDict[@".tag"] = @"content_malformed"; + } else if ([valueObj isFolderNotFound]) { + jsonDict[@".tag"] = @"folder_not_found"; + } else if ([valueObj isDocLengthExceeded]) { + jsonDict[@".tag"] = @"doc_length_exceeded"; + } else if ([valueObj isImageSizeExceeded]) { + jsonDict[@".tag"] = @"image_size_exceeded"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBPAPERPaperDocCreateError *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"insufficient_permissions"]) { + return [[DBPAPERPaperDocCreateError alloc] initWithInsufficientPermissions]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBPAPERPaperDocCreateError alloc] initWithOther]; + } else if ([tag isEqualToString:@"content_malformed"]) { + return [[DBPAPERPaperDocCreateError alloc] initWithContentMalformed]; + } else if ([tag isEqualToString:@"folder_not_found"]) { + return [[DBPAPERPaperDocCreateError alloc] initWithFolderNotFound]; + } else if ([tag isEqualToString:@"doc_length_exceeded"]) { + return [[DBPAPERPaperDocCreateError alloc] initWithDocLengthExceeded]; + } else if ([tag isEqualToString:@"image_size_exceeded"]) { + return [[DBPAPERPaperDocCreateError alloc] initWithImageSizeExceeded]; + } else { + return [[DBPAPERPaperDocCreateError alloc] initWithOther]; + } +} + +@end + +#import "DBPAPERPaperDocCreateUpdateResult.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBPAPERPaperDocCreateUpdateResult + +#pragma mark - Constructors + +- (instancetype)initWithDocId:(NSString *)docId revision:(NSNumber *)revision title:(NSString *)title { + [DBStoneValidators nonnullValidator:nil](docId); + [DBStoneValidators nonnullValidator:nil](revision); + [DBStoneValidators nonnullValidator:nil](title); + + self = [super init]; + if (self) { + _docId = docId; + _revision = revision; + _title = title; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBPAPERPaperDocCreateUpdateResultSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBPAPERPaperDocCreateUpdateResultSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBPAPERPaperDocCreateUpdateResultSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.docId hash]; + result = prime * result + [self.revision hash]; + result = prime * result + [self.title hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToPaperDocCreateUpdateResult:other]; +} + +- (BOOL)isEqualToPaperDocCreateUpdateResult:(DBPAPERPaperDocCreateUpdateResult *)aPaperDocCreateUpdateResult { + if (self == aPaperDocCreateUpdateResult) { + return YES; + } + if (![self.docId isEqual:aPaperDocCreateUpdateResult.docId]) { + return NO; + } + if (![self.revision isEqual:aPaperDocCreateUpdateResult.revision]) { + return NO; + } + if (![self.title isEqual:aPaperDocCreateUpdateResult.title]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBPAPERPaperDocCreateUpdateResultSerializer + ++ (NSDictionary *)serialize:(DBPAPERPaperDocCreateUpdateResult *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"doc_id"] = valueObj.docId; + jsonDict[@"revision"] = valueObj.revision; + jsonDict[@"title"] = valueObj.title; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBPAPERPaperDocCreateUpdateResult *)deserialize:(NSDictionary *)valueDict { + NSString *docId = valueDict[@"doc_id"]; + NSNumber *revision = valueDict[@"revision"]; + NSString *title = valueDict[@"title"]; + + return [[DBPAPERPaperDocCreateUpdateResult alloc] initWithDocId:docId revision:revision title:title]; +} + +@end + +#import "DBPAPERExportFormat.h" +#import "DBPAPERPaperDocExport.h" +#import "DBPAPERRefPaperDoc.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBPAPERPaperDocExport + +#pragma mark - Constructors + +- (instancetype)initWithDocId:(NSString *)docId exportFormat:(DBPAPERExportFormat *)exportFormat { + [DBStoneValidators nonnullValidator:nil](docId); + [DBStoneValidators nonnullValidator:nil](exportFormat); + + self = [super initWithDocId:docId]; + if (self) { + _exportFormat = exportFormat; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBPAPERPaperDocExportSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBPAPERPaperDocExportSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBPAPERPaperDocExportSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.docId hash]; + result = prime * result + [self.exportFormat hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToPaperDocExport:other]; +} + +- (BOOL)isEqualToPaperDocExport:(DBPAPERPaperDocExport *)aPaperDocExport { + if (self == aPaperDocExport) { + return YES; + } + if (![self.docId isEqual:aPaperDocExport.docId]) { + return NO; + } + if (![self.exportFormat isEqual:aPaperDocExport.exportFormat]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBPAPERPaperDocExportSerializer + ++ (NSDictionary *)serialize:(DBPAPERPaperDocExport *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"doc_id"] = valueObj.docId; + jsonDict[@"export_format"] = [DBPAPERExportFormatSerializer serialize:valueObj.exportFormat]; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBPAPERPaperDocExport *)deserialize:(NSDictionary *)valueDict { + NSString *docId = valueDict[@"doc_id"]; + DBPAPERExportFormat *exportFormat = [DBPAPERExportFormatSerializer deserialize:valueDict[@"export_format"]]; + + return [[DBPAPERPaperDocExport alloc] initWithDocId:docId exportFormat:exportFormat]; +} + +@end + +#import "DBPAPERPaperDocExportResult.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBPAPERPaperDocExportResult + +#pragma mark - Constructors + +- (instancetype)initWithOwner:(NSString *)owner + title:(NSString *)title + revision:(NSNumber *)revision + mimeType:(NSString *)mimeType { + [DBStoneValidators nonnullValidator:nil](owner); + [DBStoneValidators nonnullValidator:nil](title); + [DBStoneValidators nonnullValidator:nil](revision); + [DBStoneValidators nonnullValidator:nil](mimeType); + + self = [super init]; + if (self) { + _owner = owner; + _title = title; + _revision = revision; + _mimeType = mimeType; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBPAPERPaperDocExportResultSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBPAPERPaperDocExportResultSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBPAPERPaperDocExportResultSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.owner hash]; + result = prime * result + [self.title hash]; + result = prime * result + [self.revision hash]; + result = prime * result + [self.mimeType hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToPaperDocExportResult:other]; +} + +- (BOOL)isEqualToPaperDocExportResult:(DBPAPERPaperDocExportResult *)aPaperDocExportResult { + if (self == aPaperDocExportResult) { + return YES; + } + if (![self.owner isEqual:aPaperDocExportResult.owner]) { + return NO; + } + if (![self.title isEqual:aPaperDocExportResult.title]) { + return NO; + } + if (![self.revision isEqual:aPaperDocExportResult.revision]) { + return NO; + } + if (![self.mimeType isEqual:aPaperDocExportResult.mimeType]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBPAPERPaperDocExportResultSerializer + ++ (NSDictionary *)serialize:(DBPAPERPaperDocExportResult *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"owner"] = valueObj.owner; + jsonDict[@"title"] = valueObj.title; + jsonDict[@"revision"] = valueObj.revision; + jsonDict[@"mime_type"] = valueObj.mimeType; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBPAPERPaperDocExportResult *)deserialize:(NSDictionary *)valueDict { + NSString *owner = valueDict[@"owner"]; + NSString *title = valueDict[@"title"]; + NSNumber *revision = valueDict[@"revision"]; + NSString *mimeType = valueDict[@"mime_type"]; + + return [[DBPAPERPaperDocExportResult alloc] initWithOwner:owner title:title revision:revision mimeType:mimeType]; +} + +@end + +#import "DBPAPERPaperDocPermissionLevel.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBPAPERPaperDocPermissionLevel + +#pragma mark - Constructors + +- (instancetype)initWithEdit { + self = [super init]; + if (self) { + _tag = DBPAPERPaperDocPermissionLevelEdit; + } + return self; +} + +- (instancetype)initWithViewAndComment { + self = [super init]; + if (self) { + _tag = DBPAPERPaperDocPermissionLevelViewAndComment; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBPAPERPaperDocPermissionLevelOther; + } + return self; +} + +#pragma mark - Instance field accessors + +#pragma mark - Tag state methods + +- (BOOL)isEdit { + return _tag == DBPAPERPaperDocPermissionLevelEdit; +} + +- (BOOL)isViewAndComment { + return _tag == DBPAPERPaperDocPermissionLevelViewAndComment; +} + +- (BOOL)isOther { + return _tag == DBPAPERPaperDocPermissionLevelOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBPAPERPaperDocPermissionLevelEdit: + return @"DBPAPERPaperDocPermissionLevelEdit"; + case DBPAPERPaperDocPermissionLevelViewAndComment: + return @"DBPAPERPaperDocPermissionLevelViewAndComment"; + case DBPAPERPaperDocPermissionLevelOther: + return @"DBPAPERPaperDocPermissionLevelOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBPAPERPaperDocPermissionLevelSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBPAPERPaperDocPermissionLevelSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBPAPERPaperDocPermissionLevelSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBPAPERPaperDocPermissionLevelEdit: + result = prime * result + [[self tagName] hash]; + case DBPAPERPaperDocPermissionLevelViewAndComment: + result = prime * result + [[self tagName] hash]; + case DBPAPERPaperDocPermissionLevelOther: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToPaperDocPermissionLevel:other]; +} + +- (BOOL)isEqualToPaperDocPermissionLevel:(DBPAPERPaperDocPermissionLevel *)aPaperDocPermissionLevel { + if (self == aPaperDocPermissionLevel) { + return YES; + } + if (self.tag != aPaperDocPermissionLevel.tag) { + return NO; + } + switch (_tag) { + case DBPAPERPaperDocPermissionLevelEdit: + return [[self tagName] isEqual:[aPaperDocPermissionLevel tagName]]; + case DBPAPERPaperDocPermissionLevelViewAndComment: + return [[self tagName] isEqual:[aPaperDocPermissionLevel tagName]]; + case DBPAPERPaperDocPermissionLevelOther: + return [[self tagName] isEqual:[aPaperDocPermissionLevel tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBPAPERPaperDocPermissionLevelSerializer + ++ (NSDictionary *)serialize:(DBPAPERPaperDocPermissionLevel *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isEdit]) { + jsonDict[@".tag"] = @"edit"; + } else if ([valueObj isViewAndComment]) { + jsonDict[@".tag"] = @"view_and_comment"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBPAPERPaperDocPermissionLevel *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"edit"]) { + return [[DBPAPERPaperDocPermissionLevel alloc] initWithEdit]; + } else if ([tag isEqualToString:@"view_and_comment"]) { + return [[DBPAPERPaperDocPermissionLevel alloc] initWithViewAndComment]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBPAPERPaperDocPermissionLevel alloc] initWithOther]; + } else { + return [[DBPAPERPaperDocPermissionLevel alloc] initWithOther]; + } +} + +@end + +#import "DBPAPERPaperDocSharingPolicy.h" +#import "DBPAPERRefPaperDoc.h" +#import "DBPAPERSharingPolicy.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBPAPERPaperDocSharingPolicy + +#pragma mark - Constructors + +- (instancetype)initWithDocId:(NSString *)docId sharingPolicy:(DBPAPERSharingPolicy *)sharingPolicy { + [DBStoneValidators nonnullValidator:nil](docId); + [DBStoneValidators nonnullValidator:nil](sharingPolicy); + + self = [super initWithDocId:docId]; + if (self) { + _sharingPolicy = sharingPolicy; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBPAPERPaperDocSharingPolicySerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBPAPERPaperDocSharingPolicySerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBPAPERPaperDocSharingPolicySerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.docId hash]; + result = prime * result + [self.sharingPolicy hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToPaperDocSharingPolicy:other]; +} + +- (BOOL)isEqualToPaperDocSharingPolicy:(DBPAPERPaperDocSharingPolicy *)aPaperDocSharingPolicy { + if (self == aPaperDocSharingPolicy) { + return YES; + } + if (![self.docId isEqual:aPaperDocSharingPolicy.docId]) { + return NO; + } + if (![self.sharingPolicy isEqual:aPaperDocSharingPolicy.sharingPolicy]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBPAPERPaperDocSharingPolicySerializer + ++ (NSDictionary *)serialize:(DBPAPERPaperDocSharingPolicy *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"doc_id"] = valueObj.docId; + jsonDict[@"sharing_policy"] = [DBPAPERSharingPolicySerializer serialize:valueObj.sharingPolicy]; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBPAPERPaperDocSharingPolicy *)deserialize:(NSDictionary *)valueDict { + NSString *docId = valueDict[@"doc_id"]; + DBPAPERSharingPolicy *sharingPolicy = [DBPAPERSharingPolicySerializer deserialize:valueDict[@"sharing_policy"]]; + + return [[DBPAPERPaperDocSharingPolicy alloc] initWithDocId:docId sharingPolicy:sharingPolicy]; +} + +@end + +#import "DBPAPERImportFormat.h" +#import "DBPAPERPaperDocUpdateArgs.h" +#import "DBPAPERPaperDocUpdatePolicy.h" +#import "DBPAPERRefPaperDoc.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBPAPERPaperDocUpdateArgs + +#pragma mark - Constructors + +- (instancetype)initWithDocId:(NSString *)docId + docUpdatePolicy:(DBPAPERPaperDocUpdatePolicy *)docUpdatePolicy + revision:(NSNumber *)revision + importFormat:(DBPAPERImportFormat *)importFormat { + [DBStoneValidators nonnullValidator:nil](docId); + [DBStoneValidators nonnullValidator:nil](docUpdatePolicy); + [DBStoneValidators nonnullValidator:nil](revision); + [DBStoneValidators nonnullValidator:nil](importFormat); + + self = [super initWithDocId:docId]; + if (self) { + _docUpdatePolicy = docUpdatePolicy; + _revision = revision; + _importFormat = importFormat; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBPAPERPaperDocUpdateArgsSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBPAPERPaperDocUpdateArgsSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBPAPERPaperDocUpdateArgsSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.docId hash]; + result = prime * result + [self.docUpdatePolicy hash]; + result = prime * result + [self.revision hash]; + result = prime * result + [self.importFormat hash]; + + return prime * result; } #pragma mark - Equality method @@ -4679,23 +5803,23 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToPaperDocExportResult:other]; + return [self isEqualToPaperDocUpdateArgs:other]; } -- (BOOL)isEqualToPaperDocExportResult:(DBPAPERPaperDocExportResult *)aPaperDocExportResult { - if (self == aPaperDocExportResult) { +- (BOOL)isEqualToPaperDocUpdateArgs:(DBPAPERPaperDocUpdateArgs *)aPaperDocUpdateArgs { + if (self == aPaperDocUpdateArgs) { return YES; } - if (![self.owner isEqual:aPaperDocExportResult.owner]) { + if (![self.docId isEqual:aPaperDocUpdateArgs.docId]) { return NO; } - if (![self.title isEqual:aPaperDocExportResult.title]) { + if (![self.docUpdatePolicy isEqual:aPaperDocUpdateArgs.docUpdatePolicy]) { return NO; } - if (![self.revision isEqual:aPaperDocExportResult.revision]) { + if (![self.revision isEqual:aPaperDocUpdateArgs.revision]) { return NO; } - if (![self.mimeType isEqual:aPaperDocExportResult.mimeType]) { + if (![self.importFormat isEqual:aPaperDocUpdateArgs.importFormat]) { return NO; } return YES; @@ -4705,60 +5829,113 @@ - (BOOL)isEqualToPaperDocExportResult:(DBPAPERPaperDocExportResult *)aPaperDocEx #pragma mark - Serializer Object -@implementation DBPAPERPaperDocExportResultSerializer +@implementation DBPAPERPaperDocUpdateArgsSerializer -+ (NSDictionary *)serialize:(DBPAPERPaperDocExportResult *)valueObj { ++ (NSDictionary *)serialize:(DBPAPERPaperDocUpdateArgs *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"owner"] = valueObj.owner; - jsonDict[@"title"] = valueObj.title; + jsonDict[@"doc_id"] = valueObj.docId; + jsonDict[@"doc_update_policy"] = [DBPAPERPaperDocUpdatePolicySerializer serialize:valueObj.docUpdatePolicy]; jsonDict[@"revision"] = valueObj.revision; - jsonDict[@"mime_type"] = valueObj.mimeType; + jsonDict[@"import_format"] = [DBPAPERImportFormatSerializer serialize:valueObj.importFormat]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBPAPERPaperDocExportResult *)deserialize:(NSDictionary *)valueDict { - NSString *owner = valueDict[@"owner"]; - NSString *title = valueDict[@"title"]; ++ (DBPAPERPaperDocUpdateArgs *)deserialize:(NSDictionary *)valueDict { + NSString *docId = valueDict[@"doc_id"]; + DBPAPERPaperDocUpdatePolicy *docUpdatePolicy = + [DBPAPERPaperDocUpdatePolicySerializer deserialize:valueDict[@"doc_update_policy"]]; NSNumber *revision = valueDict[@"revision"]; - NSString *mimeType = valueDict[@"mime_type"]; + DBPAPERImportFormat *importFormat = [DBPAPERImportFormatSerializer deserialize:valueDict[@"import_format"]]; - return [[DBPAPERPaperDocExportResult alloc] initWithOwner:owner title:title revision:revision mimeType:mimeType]; + return [[DBPAPERPaperDocUpdateArgs alloc] initWithDocId:docId + docUpdatePolicy:docUpdatePolicy + revision:revision + importFormat:importFormat]; } @end -#import "DBPAPERPaperDocPermissionLevel.h" +#import "DBPAPERDocLookupError.h" +#import "DBPAPERPaperDocUpdateError.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBPAPERPaperDocPermissionLevel +@implementation DBPAPERPaperDocUpdateError #pragma mark - Constructors -- (instancetype)initWithEdit { +- (instancetype)initWithInsufficientPermissions { self = [super init]; if (self) { - _tag = DBPAPERPaperDocPermissionLevelEdit; + _tag = DBPAPERPaperDocUpdateErrorInsufficientPermissions; } return self; } -- (instancetype)initWithViewAndComment { +- (instancetype)initWithOther { self = [super init]; if (self) { - _tag = DBPAPERPaperDocPermissionLevelViewAndComment; + _tag = DBPAPERPaperDocUpdateErrorOther; } return self; } -- (instancetype)initWithOther { +- (instancetype)initWithDocNotFound { self = [super init]; if (self) { - _tag = DBPAPERPaperDocPermissionLevelOther; + _tag = DBPAPERPaperDocUpdateErrorDocNotFound; + } + return self; +} + +- (instancetype)initWithContentMalformed { + self = [super init]; + if (self) { + _tag = DBPAPERPaperDocUpdateErrorContentMalformed; + } + return self; +} + +- (instancetype)initWithRevisionMismatch { + self = [super init]; + if (self) { + _tag = DBPAPERPaperDocUpdateErrorRevisionMismatch; + } + return self; +} + +- (instancetype)initWithDocLengthExceeded { + self = [super init]; + if (self) { + _tag = DBPAPERPaperDocUpdateErrorDocLengthExceeded; + } + return self; +} + +- (instancetype)initWithImageSizeExceeded { + self = [super init]; + if (self) { + _tag = DBPAPERPaperDocUpdateErrorImageSizeExceeded; + } + return self; +} + +- (instancetype)initWithDocArchived { + self = [super init]; + if (self) { + _tag = DBPAPERPaperDocUpdateErrorDocArchived; + } + return self; +} + +- (instancetype)initWithDocDeleted { + self = [super init]; + if (self) { + _tag = DBPAPERPaperDocUpdateErrorDocDeleted; } return self; } @@ -4767,26 +5944,62 @@ - (instancetype)initWithOther { #pragma mark - Tag state methods -- (BOOL)isEdit { - return _tag == DBPAPERPaperDocPermissionLevelEdit; +- (BOOL)isInsufficientPermissions { + return _tag == DBPAPERPaperDocUpdateErrorInsufficientPermissions; } -- (BOOL)isViewAndComment { - return _tag == DBPAPERPaperDocPermissionLevelViewAndComment; +- (BOOL)isOther { + return _tag == DBPAPERPaperDocUpdateErrorOther; } -- (BOOL)isOther { - return _tag == DBPAPERPaperDocPermissionLevelOther; +- (BOOL)isDocNotFound { + return _tag == DBPAPERPaperDocUpdateErrorDocNotFound; +} + +- (BOOL)isContentMalformed { + return _tag == DBPAPERPaperDocUpdateErrorContentMalformed; +} + +- (BOOL)isRevisionMismatch { + return _tag == DBPAPERPaperDocUpdateErrorRevisionMismatch; +} + +- (BOOL)isDocLengthExceeded { + return _tag == DBPAPERPaperDocUpdateErrorDocLengthExceeded; +} + +- (BOOL)isImageSizeExceeded { + return _tag == DBPAPERPaperDocUpdateErrorImageSizeExceeded; +} + +- (BOOL)isDocArchived { + return _tag == DBPAPERPaperDocUpdateErrorDocArchived; +} + +- (BOOL)isDocDeleted { + return _tag == DBPAPERPaperDocUpdateErrorDocDeleted; } - (NSString *)tagName { switch (_tag) { - case DBPAPERPaperDocPermissionLevelEdit: - return @"DBPAPERPaperDocPermissionLevelEdit"; - case DBPAPERPaperDocPermissionLevelViewAndComment: - return @"DBPAPERPaperDocPermissionLevelViewAndComment"; - case DBPAPERPaperDocPermissionLevelOther: - return @"DBPAPERPaperDocPermissionLevelOther"; + case DBPAPERPaperDocUpdateErrorInsufficientPermissions: + return @"DBPAPERPaperDocUpdateErrorInsufficientPermissions"; + case DBPAPERPaperDocUpdateErrorOther: + return @"DBPAPERPaperDocUpdateErrorOther"; + case DBPAPERPaperDocUpdateErrorDocNotFound: + return @"DBPAPERPaperDocUpdateErrorDocNotFound"; + case DBPAPERPaperDocUpdateErrorContentMalformed: + return @"DBPAPERPaperDocUpdateErrorContentMalformed"; + case DBPAPERPaperDocUpdateErrorRevisionMismatch: + return @"DBPAPERPaperDocUpdateErrorRevisionMismatch"; + case DBPAPERPaperDocUpdateErrorDocLengthExceeded: + return @"DBPAPERPaperDocUpdateErrorDocLengthExceeded"; + case DBPAPERPaperDocUpdateErrorImageSizeExceeded: + return @"DBPAPERPaperDocUpdateErrorImageSizeExceeded"; + case DBPAPERPaperDocUpdateErrorDocArchived: + return @"DBPAPERPaperDocUpdateErrorDocArchived"; + case DBPAPERPaperDocUpdateErrorDocDeleted: + return @"DBPAPERPaperDocUpdateErrorDocDeleted"; } @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); @@ -4794,18 +6007,18 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBPAPERPaperDocPermissionLevelSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBPAPERPaperDocUpdateErrorSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBPAPERPaperDocPermissionLevelSerializer deserialize:dict]; + return [DBPAPERPaperDocUpdateErrorSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBPAPERPaperDocPermissionLevelSerializer serialize:self] description]; + return [[DBPAPERPaperDocUpdateErrorSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -4823,11 +6036,23 @@ - (NSUInteger)hash { NSUInteger result = 1; switch (_tag) { - case DBPAPERPaperDocPermissionLevelEdit: + case DBPAPERPaperDocUpdateErrorInsufficientPermissions: result = prime * result + [[self tagName] hash]; - case DBPAPERPaperDocPermissionLevelViewAndComment: + case DBPAPERPaperDocUpdateErrorOther: result = prime * result + [[self tagName] hash]; - case DBPAPERPaperDocPermissionLevelOther: + case DBPAPERPaperDocUpdateErrorDocNotFound: + result = prime * result + [[self tagName] hash]; + case DBPAPERPaperDocUpdateErrorContentMalformed: + result = prime * result + [[self tagName] hash]; + case DBPAPERPaperDocUpdateErrorRevisionMismatch: + result = prime * result + [[self tagName] hash]; + case DBPAPERPaperDocUpdateErrorDocLengthExceeded: + result = prime * result + [[self tagName] hash]; + case DBPAPERPaperDocUpdateErrorImageSizeExceeded: + result = prime * result + [[self tagName] hash]; + case DBPAPERPaperDocUpdateErrorDocArchived: + result = prime * result + [[self tagName] hash]; + case DBPAPERPaperDocUpdateErrorDocDeleted: result = prime * result + [[self tagName] hash]; } @@ -4843,23 +6068,35 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToPaperDocPermissionLevel:other]; + return [self isEqualToPaperDocUpdateError:other]; } -- (BOOL)isEqualToPaperDocPermissionLevel:(DBPAPERPaperDocPermissionLevel *)aPaperDocPermissionLevel { - if (self == aPaperDocPermissionLevel) { +- (BOOL)isEqualToPaperDocUpdateError:(DBPAPERPaperDocUpdateError *)aPaperDocUpdateError { + if (self == aPaperDocUpdateError) { return YES; } - if (self.tag != aPaperDocPermissionLevel.tag) { + if (self.tag != aPaperDocUpdateError.tag) { return NO; } switch (_tag) { - case DBPAPERPaperDocPermissionLevelEdit: - return [[self tagName] isEqual:[aPaperDocPermissionLevel tagName]]; - case DBPAPERPaperDocPermissionLevelViewAndComment: - return [[self tagName] isEqual:[aPaperDocPermissionLevel tagName]]; - case DBPAPERPaperDocPermissionLevelOther: - return [[self tagName] isEqual:[aPaperDocPermissionLevel tagName]]; + case DBPAPERPaperDocUpdateErrorInsufficientPermissions: + return [[self tagName] isEqual:[aPaperDocUpdateError tagName]]; + case DBPAPERPaperDocUpdateErrorOther: + return [[self tagName] isEqual:[aPaperDocUpdateError tagName]]; + case DBPAPERPaperDocUpdateErrorDocNotFound: + return [[self tagName] isEqual:[aPaperDocUpdateError tagName]]; + case DBPAPERPaperDocUpdateErrorContentMalformed: + return [[self tagName] isEqual:[aPaperDocUpdateError tagName]]; + case DBPAPERPaperDocUpdateErrorRevisionMismatch: + return [[self tagName] isEqual:[aPaperDocUpdateError tagName]]; + case DBPAPERPaperDocUpdateErrorDocLengthExceeded: + return [[self tagName] isEqual:[aPaperDocUpdateError tagName]]; + case DBPAPERPaperDocUpdateErrorImageSizeExceeded: + return [[self tagName] isEqual:[aPaperDocUpdateError tagName]]; + case DBPAPERPaperDocUpdateErrorDocArchived: + return [[self tagName] isEqual:[aPaperDocUpdateError tagName]]; + case DBPAPERPaperDocUpdateErrorDocDeleted: + return [[self tagName] isEqual:[aPaperDocUpdateError tagName]]; } return YES; } @@ -4868,75 +6105,155 @@ - (BOOL)isEqualToPaperDocPermissionLevel:(DBPAPERPaperDocPermissionLevel *)aPape #pragma mark - Serializer Object -@implementation DBPAPERPaperDocPermissionLevelSerializer +@implementation DBPAPERPaperDocUpdateErrorSerializer -+ (NSDictionary *)serialize:(DBPAPERPaperDocPermissionLevel *)valueObj { ++ (NSDictionary *)serialize:(DBPAPERPaperDocUpdateError *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isEdit]) { - jsonDict[@".tag"] = @"edit"; - } else if ([valueObj isViewAndComment]) { - jsonDict[@".tag"] = @"view_and_comment"; + if ([valueObj isInsufficientPermissions]) { + jsonDict[@".tag"] = @"insufficient_permissions"; } else if ([valueObj isOther]) { jsonDict[@".tag"] = @"other"; + } else if ([valueObj isDocNotFound]) { + jsonDict[@".tag"] = @"doc_not_found"; + } else if ([valueObj isContentMalformed]) { + jsonDict[@".tag"] = @"content_malformed"; + } else if ([valueObj isRevisionMismatch]) { + jsonDict[@".tag"] = @"revision_mismatch"; + } else if ([valueObj isDocLengthExceeded]) { + jsonDict[@".tag"] = @"doc_length_exceeded"; + } else if ([valueObj isImageSizeExceeded]) { + jsonDict[@".tag"] = @"image_size_exceeded"; + } else if ([valueObj isDocArchived]) { + jsonDict[@".tag"] = @"doc_archived"; + } else if ([valueObj isDocDeleted]) { + jsonDict[@".tag"] = @"doc_deleted"; } else { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBPAPERPaperDocPermissionLevel *)deserialize:(NSDictionary *)valueDict { ++ (DBPAPERPaperDocUpdateError *)deserialize:(NSDictionary *)valueDict { NSString *tag = valueDict[@".tag"]; - if ([tag isEqualToString:@"edit"]) { - return [[DBPAPERPaperDocPermissionLevel alloc] initWithEdit]; - } else if ([tag isEqualToString:@"view_and_comment"]) { - return [[DBPAPERPaperDocPermissionLevel alloc] initWithViewAndComment]; + if ([tag isEqualToString:@"insufficient_permissions"]) { + return [[DBPAPERPaperDocUpdateError alloc] initWithInsufficientPermissions]; } else if ([tag isEqualToString:@"other"]) { - return [[DBPAPERPaperDocPermissionLevel alloc] initWithOther]; + return [[DBPAPERPaperDocUpdateError alloc] initWithOther]; + } else if ([tag isEqualToString:@"doc_not_found"]) { + return [[DBPAPERPaperDocUpdateError alloc] initWithDocNotFound]; + } else if ([tag isEqualToString:@"content_malformed"]) { + return [[DBPAPERPaperDocUpdateError alloc] initWithContentMalformed]; + } else if ([tag isEqualToString:@"revision_mismatch"]) { + return [[DBPAPERPaperDocUpdateError alloc] initWithRevisionMismatch]; + } else if ([tag isEqualToString:@"doc_length_exceeded"]) { + return [[DBPAPERPaperDocUpdateError alloc] initWithDocLengthExceeded]; + } else if ([tag isEqualToString:@"image_size_exceeded"]) { + return [[DBPAPERPaperDocUpdateError alloc] initWithImageSizeExceeded]; + } else if ([tag isEqualToString:@"doc_archived"]) { + return [[DBPAPERPaperDocUpdateError alloc] initWithDocArchived]; + } else if ([tag isEqualToString:@"doc_deleted"]) { + return [[DBPAPERPaperDocUpdateError alloc] initWithDocDeleted]; } else { - return [[DBPAPERPaperDocPermissionLevel alloc] initWithOther]; + return [[DBPAPERPaperDocUpdateError alloc] initWithOther]; } } @end -#import "DBPAPERPaperDocSharingPolicy.h" -#import "DBPAPERRefPaperDoc.h" -#import "DBPAPERSharingPolicy.h" +#import "DBPAPERPaperDocUpdatePolicy.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBPAPERPaperDocSharingPolicy +@implementation DBPAPERPaperDocUpdatePolicy #pragma mark - Constructors -- (instancetype)initWithDocId:(NSString *)docId sharingPolicy:(DBPAPERSharingPolicy *)sharingPolicy { +- (instancetype)initWithAppend { + self = [super init]; + if (self) { + _tag = DBPAPERPaperDocUpdatePolicyAppend; + } + return self; +} - self = [super initWithDocId:docId]; +- (instancetype)initWithPrepend { + self = [super init]; if (self) { - _sharingPolicy = sharingPolicy; + _tag = DBPAPERPaperDocUpdatePolicyPrepend; + } + return self; +} + +- (instancetype)initWithOverwriteAll { + self = [super init]; + if (self) { + _tag = DBPAPERPaperDocUpdatePolicyOverwriteAll; } return self; } +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBPAPERPaperDocUpdatePolicyOther; + } + return self; +} + +#pragma mark - Instance field accessors + +#pragma mark - Tag state methods + +- (BOOL)isAppend { + return _tag == DBPAPERPaperDocUpdatePolicyAppend; +} + +- (BOOL)isPrepend { + return _tag == DBPAPERPaperDocUpdatePolicyPrepend; +} + +- (BOOL)isOverwriteAll { + return _tag == DBPAPERPaperDocUpdatePolicyOverwriteAll; +} + +- (BOOL)isOther { + return _tag == DBPAPERPaperDocUpdatePolicyOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBPAPERPaperDocUpdatePolicyAppend: + return @"DBPAPERPaperDocUpdatePolicyAppend"; + case DBPAPERPaperDocUpdatePolicyPrepend: + return @"DBPAPERPaperDocUpdatePolicyPrepend"; + case DBPAPERPaperDocUpdatePolicyOverwriteAll: + return @"DBPAPERPaperDocUpdatePolicyOverwriteAll"; + case DBPAPERPaperDocUpdatePolicyOther: + return @"DBPAPERPaperDocUpdatePolicyOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBPAPERPaperDocSharingPolicySerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBPAPERPaperDocUpdatePolicySerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBPAPERPaperDocSharingPolicySerializer deserialize:dict]; + return [DBPAPERPaperDocUpdatePolicySerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBPAPERPaperDocSharingPolicySerializer serialize:self] description]; + return [[DBPAPERPaperDocUpdatePolicySerializer serialize:self] description]; } #pragma mark - Copyable method @@ -4953,8 +6270,16 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.docId hash]; - result = prime * result + [self.sharingPolicy hash]; + switch (_tag) { + case DBPAPERPaperDocUpdatePolicyAppend: + result = prime * result + [[self tagName] hash]; + case DBPAPERPaperDocUpdatePolicyPrepend: + result = prime * result + [[self tagName] hash]; + case DBPAPERPaperDocUpdatePolicyOverwriteAll: + result = prime * result + [[self tagName] hash]; + case DBPAPERPaperDocUpdatePolicyOther: + result = prime * result + [[self tagName] hash]; + } return prime * result; } @@ -4968,18 +6293,25 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToPaperDocSharingPolicy:other]; + return [self isEqualToPaperDocUpdatePolicy:other]; } -- (BOOL)isEqualToPaperDocSharingPolicy:(DBPAPERPaperDocSharingPolicy *)aPaperDocSharingPolicy { - if (self == aPaperDocSharingPolicy) { +- (BOOL)isEqualToPaperDocUpdatePolicy:(DBPAPERPaperDocUpdatePolicy *)aPaperDocUpdatePolicy { + if (self == aPaperDocUpdatePolicy) { return YES; } - if (![self.docId isEqual:aPaperDocSharingPolicy.docId]) { + if (self.tag != aPaperDocUpdatePolicy.tag) { return NO; } - if (![self.sharingPolicy isEqual:aPaperDocSharingPolicy.sharingPolicy]) { - return NO; + switch (_tag) { + case DBPAPERPaperDocUpdatePolicyAppend: + return [[self tagName] isEqual:[aPaperDocUpdatePolicy tagName]]; + case DBPAPERPaperDocUpdatePolicyPrepend: + return [[self tagName] isEqual:[aPaperDocUpdatePolicy tagName]]; + case DBPAPERPaperDocUpdatePolicyOverwriteAll: + return [[self tagName] isEqual:[aPaperDocUpdatePolicy tagName]]; + case DBPAPERPaperDocUpdatePolicyOther: + return [[self tagName] isEqual:[aPaperDocUpdatePolicy tagName]]; } return YES; } @@ -4988,22 +6320,40 @@ - (BOOL)isEqualToPaperDocSharingPolicy:(DBPAPERPaperDocSharingPolicy *)aPaperDoc #pragma mark - Serializer Object -@implementation DBPAPERPaperDocSharingPolicySerializer +@implementation DBPAPERPaperDocUpdatePolicySerializer -+ (NSDictionary *)serialize:(DBPAPERPaperDocSharingPolicy *)valueObj { ++ (NSDictionary *)serialize:(DBPAPERPaperDocUpdatePolicy *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"doc_id"] = valueObj.docId; - jsonDict[@"sharing_policy"] = [DBPAPERSharingPolicySerializer serialize:valueObj.sharingPolicy]; + if ([valueObj isAppend]) { + jsonDict[@".tag"] = @"append"; + } else if ([valueObj isPrepend]) { + jsonDict[@".tag"] = @"prepend"; + } else if ([valueObj isOverwriteAll]) { + jsonDict[@".tag"] = @"overwrite_all"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBPAPERPaperDocSharingPolicy *)deserialize:(NSDictionary *)valueDict { - NSString *docId = valueDict[@"doc_id"]; - DBPAPERSharingPolicy *sharingPolicy = [DBPAPERSharingPolicySerializer deserialize:valueDict[@"sharing_policy"]]; ++ (DBPAPERPaperDocUpdatePolicy *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; - return [[DBPAPERPaperDocSharingPolicy alloc] initWithDocId:docId sharingPolicy:sharingPolicy]; + if ([tag isEqualToString:@"append"]) { + return [[DBPAPERPaperDocUpdatePolicy alloc] initWithAppend]; + } else if ([tag isEqualToString:@"prepend"]) { + return [[DBPAPERPaperDocUpdatePolicy alloc] initWithPrepend]; + } else if ([tag isEqualToString:@"overwrite_all"]) { + return [[DBPAPERPaperDocUpdatePolicy alloc] initWithOverwriteAll]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBPAPERPaperDocUpdatePolicy alloc] initWithOther]; + } else { + return [[DBPAPERPaperDocUpdatePolicy alloc] initWithOther]; + } } @end @@ -5021,6 +6371,8 @@ @implementation DBPAPERRemovePaperDocUser #pragma mark - Constructors - (instancetype)initWithDocId:(NSString *)docId member:(DBSHARINGMemberSelector *)member { + [DBStoneValidators nonnullValidator:nil](docId); + [DBStoneValidators nonnullValidator:nil](member); self = [super initWithDocId:docId]; if (self) { @@ -5031,7 +6383,7 @@ - (instancetype)initWithDocId:(NSString *)docId member:(DBSHARINGMemberSelector #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERRemovePaperDocUserSerializer serialize:instance]; } @@ -5102,7 +6454,7 @@ + (NSDictionary *)serialize:(DBPAPERRemovePaperDocUser *)valueObj { jsonDict[@"doc_id"] = valueObj.docId; jsonDict[@"member"] = [DBSHARINGMemberSelectorSerializer serialize:valueObj.member]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERRemovePaperDocUser *)deserialize:(NSDictionary *)valueDict { @@ -5143,7 +6495,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERSharingPolicySerializer serialize:instance]; } @@ -5171,10 +6523,10 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.publicSharingPolicy) { + if (self.publicSharingPolicy != nil) { result = prime * result + [self.publicSharingPolicy hash]; } - if (self.teamSharingPolicy) { + if (self.teamSharingPolicy != nil) { result = prime * result + [self.teamSharingPolicy hash]; } @@ -5227,7 +6579,7 @@ + (NSDictionary *)serialize:(DBPAPERSharingPolicy *)valueObj { jsonDict[@"team_sharing_policy"] = [DBPAPERSharingTeamPolicyTypeSerializer serialize:valueObj.teamSharingPolicy]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERSharingPolicy *)deserialize:(NSDictionary *)valueDict { @@ -5311,7 +6663,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERSharingTeamPolicyTypeSerializer serialize:instance]; } @@ -5402,7 +6754,7 @@ + (NSDictionary *)serialize:(DBPAPERSharingTeamPolicyType *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERSharingTeamPolicyType *)deserialize:(NSDictionary *)valueDict { @@ -5504,7 +6856,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERSharingPublicPolicyTypeSerializer serialize:instance]; } @@ -5601,7 +6953,7 @@ + (NSDictionary *)serialize:(DBPAPERSharingPublicPolicyType *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERSharingPublicPolicyType *)deserialize:(NSDictionary *)valueDict { @@ -5639,6 +6991,8 @@ @implementation DBPAPERUserInfoWithPermissionLevel - (instancetype)initWithUser:(DBSHARINGUserInfo *)user permissionLevel:(DBPAPERPaperDocPermissionLevel *)permissionLevel { + [DBStoneValidators nonnullValidator:nil](user); + [DBStoneValidators nonnullValidator:nil](permissionLevel); self = [super init]; if (self) { @@ -5650,7 +7004,7 @@ - (instancetype)initWithUser:(DBSHARINGUserInfo *)user #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERUserInfoWithPermissionLevelSerializer serialize:instance]; } @@ -5721,7 +7075,7 @@ + (NSDictionary *)serialize:(DBPAPERUserInfoWithPermissionLevel *)valueObj { jsonDict[@"user"] = [DBSHARINGUserInfoSerializer serialize:valueObj.user]; jsonDict[@"permission_level"] = [DBPAPERPaperDocPermissionLevelSerializer serialize:valueObj.permissionLevel]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERUserInfoWithPermissionLevel *)deserialize:(NSDictionary *)valueDict { @@ -5799,7 +7153,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBPAPERUserOnPaperDocFilterSerializer serialize:instance]; } @@ -5888,7 +7242,7 @@ + (NSDictionary *)serialize:(DBPAPERUserOnPaperDocFilter *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBPAPERUserOnPaperDocFilter *)deserialize:(NSDictionary *)valueDict { diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERAddMember.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERAddMember.h index f2e15899..6fd891e8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERAddMember.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERAddMember.h @@ -78,7 +78,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBPAPERAddMember` API object. /// -+ (NSDictionary *)serialize:(DBPAPERAddMember *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERAddMember *)instance; /// /// Deserializes `DBPAPERAddMember` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERAddPaperDocUser.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERAddPaperDocUser.h index 232da9ff..ef1fcac9 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERAddPaperDocUser.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERAddPaperDocUser.h @@ -87,7 +87,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBPAPERAddPaperDocUser` API object. /// -+ (NSDictionary *)serialize:(DBPAPERAddPaperDocUser *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERAddPaperDocUser *)instance; /// /// Deserializes `DBPAPERAddPaperDocUser` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERAddPaperDocUserMemberResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERAddPaperDocUserMemberResult.h index bd268e54..12de4655 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERAddPaperDocUserMemberResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERAddPaperDocUserMemberResult.h @@ -67,7 +67,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBPAPERAddPaperDocUserMemberResult` API object. /// -+ (NSDictionary *)serialize:(DBPAPERAddPaperDocUserMemberResult *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERAddPaperDocUserMemberResult *)instance; /// /// Deserializes `DBPAPERAddPaperDocUserMemberResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERAddPaperDocUserResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERAddPaperDocUserResult.h index 08ae8015..8ed3a0b8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERAddPaperDocUserResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERAddPaperDocUserResult.h @@ -231,7 +231,7 @@ typedef NS_ENUM(NSInteger, DBPAPERAddPaperDocUserResultTag) { /// @return A json-compatible dictionary representation of the /// `DBPAPERAddPaperDocUserResult` API object. /// -+ (NSDictionary *)serialize:(DBPAPERAddPaperDocUserResult *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERAddPaperDocUserResult *)instance; /// /// Deserializes `DBPAPERAddPaperDocUserResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERCursor.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERCursor.h index f3d29a17..f018cc08 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERCursor.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERCursor.h @@ -94,7 +94,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the `DBPAPERCursor` /// API object. /// -+ (NSDictionary *)serialize:(DBPAPERCursor *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERCursor *)instance; /// /// Deserializes `DBPAPERCursor` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERDocLookupError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERDocLookupError.h index f159ff22..555bb233 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERDocLookupError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERDocLookupError.h @@ -122,7 +122,7 @@ typedef NS_ENUM(NSInteger, DBPAPERDocLookupErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBPAPERDocLookupError` API object. /// -+ (NSDictionary *)serialize:(DBPAPERDocLookupError *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERDocLookupError *)instance; /// /// Deserializes `DBPAPERDocLookupError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERDocSubscriptionLevel.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERDocSubscriptionLevel.h index 305ec72c..684f8c51 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERDocSubscriptionLevel.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERDocSubscriptionLevel.h @@ -148,7 +148,7 @@ typedef NS_ENUM(NSInteger, DBPAPERDocSubscriptionLevelTag) { /// @return A json-compatible dictionary representation of the /// `DBPAPERDocSubscriptionLevel` API object. /// -+ (NSDictionary *)serialize:(DBPAPERDocSubscriptionLevel *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERDocSubscriptionLevel *)instance; /// /// Deserializes `DBPAPERDocSubscriptionLevel` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERExportFormat.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERExportFormat.h index da19620e..e155249b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERExportFormat.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERExportFormat.h @@ -120,7 +120,7 @@ typedef NS_ENUM(NSInteger, DBPAPERExportFormatTag) { /// @return A json-compatible dictionary representation of the /// `DBPAPERExportFormat` API object. /// -+ (NSDictionary *)serialize:(DBPAPERExportFormat *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERExportFormat *)instance; /// /// Deserializes `DBPAPERExportFormat` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERFolder.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERFolder.h index b11e2cf6..94bea365 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERFolder.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERFolder.h @@ -64,7 +64,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the `DBPAPERFolder` /// API object. /// -+ (NSDictionary *)serialize:(DBPAPERFolder *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERFolder *)instance; /// /// Deserializes `DBPAPERFolder` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERFolderSharingPolicyType.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERFolderSharingPolicyType.h index a99c8371..8327de71 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERFolderSharingPolicyType.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERFolderSharingPolicyType.h @@ -108,7 +108,7 @@ typedef NS_ENUM(NSInteger, DBPAPERFolderSharingPolicyTypeTag) { /// @return A json-compatible dictionary representation of the /// `DBPAPERFolderSharingPolicyType` API object. /// -+ (NSDictionary *)serialize:(DBPAPERFolderSharingPolicyType *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERFolderSharingPolicyType *)instance; /// /// Deserializes `DBPAPERFolderSharingPolicyType` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERFolderSubscriptionLevel.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERFolderSubscriptionLevel.h index b6a8055b..cec1bf42 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERFolderSubscriptionLevel.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERFolderSubscriptionLevel.h @@ -146,7 +146,7 @@ typedef NS_ENUM(NSInteger, DBPAPERFolderSubscriptionLevelTag) { /// @return A json-compatible dictionary representation of the /// `DBPAPERFolderSubscriptionLevel` API object. /// -+ (NSDictionary *)serialize:(DBPAPERFolderSubscriptionLevel *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERFolderSubscriptionLevel *)instance; /// /// Deserializes `DBPAPERFolderSubscriptionLevel` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERFoldersContainingPaperDoc.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERFoldersContainingPaperDoc.h index 1c948c5c..b9297a78 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERFoldersContainingPaperDoc.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERFoldersContainingPaperDoc.h @@ -79,7 +79,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBPAPERFoldersContainingPaperDoc` API object. /// -+ (NSDictionary *)serialize:(DBPAPERFoldersContainingPaperDoc *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERFoldersContainingPaperDoc *)instance; /// /// Deserializes `DBPAPERFoldersContainingPaperDoc` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERImportFormat.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERImportFormat.h new file mode 100644 index 00000000..3a3ad0b9 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERImportFormat.h @@ -0,0 +1,163 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBPAPERImportFormat; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `ImportFormat` union. +/// +/// The import format of the incoming data. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBPAPERImportFormat : NSObject + +#pragma mark - Instance fields + +/// The `DBPAPERImportFormatTag` enum type represents the possible tag states +/// with which the `DBPAPERImportFormat` union can exist. +typedef NS_ENUM(NSInteger, DBPAPERImportFormatTag) { + /// The provided data is interpreted as standard HTML. + DBPAPERImportFormatHtml, + + /// The provided data is interpreted as markdown. Note: The first line of + /// the provided document will be used as the doc title. + DBPAPERImportFormatMarkdown, + + /// The provided data is interpreted as plain text. Note: The first line of + /// the provided document will be used as the doc title. + DBPAPERImportFormatPlainText, + + /// (no description). + DBPAPERImportFormatOther, + +}; + +/// Represents the union's current tag state. +@property (nonatomic, readonly) DBPAPERImportFormatTag tag; + +#pragma mark - Constructors + +/// +/// Initializes union class with tag state of "html". +/// +/// Description of the "html" tag state: The provided data is interpreted as +/// standard HTML. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithHtml; + +/// +/// Initializes union class with tag state of "markdown". +/// +/// Description of the "markdown" tag state: The provided data is interpreted as +/// markdown. Note: The first line of the provided document will be used as the +/// doc title. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithMarkdown; + +/// +/// Initializes union class with tag state of "plain_text". +/// +/// Description of the "plain_text" tag state: The provided data is interpreted +/// as plain text. Note: The first line of the provided document will be used as +/// the doc title. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithPlainText; + +/// +/// Initializes union class with tag state of "other". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOther; + +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - Tag state methods + +/// +/// Retrieves whether the union's current tag state has value "html". +/// +/// @return Whether the union's current tag state has value "html". +/// +- (BOOL)isHtml; + +/// +/// Retrieves whether the union's current tag state has value "markdown". +/// +/// @return Whether the union's current tag state has value "markdown". +/// +- (BOOL)isMarkdown; + +/// +/// Retrieves whether the union's current tag state has value "plain_text". +/// +/// @return Whether the union's current tag state has value "plain_text". +/// +- (BOOL)isPlainText; + +/// +/// Retrieves whether the union's current tag state has value "other". +/// +/// @return Whether the union's current tag state has value "other". +/// +- (BOOL)isOther; + +/// +/// Retrieves string value of union's current tag state. +/// +/// @return A human-readable string representing the union's current tag state. +/// +- (NSString *)tagName; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `DBPAPERImportFormat` union. +/// +@interface DBPAPERImportFormatSerializer : NSObject + +/// +/// Serializes `DBPAPERImportFormat` instances. +/// +/// @param instance An instance of the `DBPAPERImportFormat` API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBPAPERImportFormat` API object. +/// ++ (nullable NSDictionary *)serialize:(DBPAPERImportFormat *)instance; + +/// +/// Deserializes `DBPAPERImportFormat` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBPAPERImportFormat` API object. +/// +/// @return An instantiation of the `DBPAPERImportFormat` object. +/// ++ (DBPAPERImportFormat *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERInviteeInfoWithPermissionLevel.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERInviteeInfoWithPermissionLevel.h index 099ac74a..e09b1d3a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERInviteeInfoWithPermissionLevel.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERInviteeInfoWithPermissionLevel.h @@ -66,7 +66,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBPAPERInviteeInfoWithPermissionLevel` API object. /// -+ (NSDictionary *)serialize:(DBPAPERInviteeInfoWithPermissionLevel *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERInviteeInfoWithPermissionLevel *)instance; /// /// Deserializes `DBPAPERInviteeInfoWithPermissionLevel` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListDocsCursorError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListDocsCursorError.h index eb0bde09..58178bef 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListDocsCursorError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListDocsCursorError.h @@ -107,7 +107,7 @@ typedef NS_ENUM(NSInteger, DBPAPERListDocsCursorErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBPAPERListDocsCursorError` API object. /// -+ (NSDictionary *)serialize:(DBPAPERListDocsCursorError *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERListDocsCursorError *)instance; /// /// Deserializes `DBPAPERListDocsCursorError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsArgs.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsArgs.h index 57167054..e43332c8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsArgs.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsArgs.h @@ -89,7 +89,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBPAPERListPaperDocsArgs` API object. /// -+ (NSDictionary *)serialize:(DBPAPERListPaperDocsArgs *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERListPaperDocsArgs *)instance; /// /// Deserializes `DBPAPERListPaperDocsArgs` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsContinueArgs.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsContinueArgs.h index 5a790053..0f02a510 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsContinueArgs.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsContinueArgs.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBPAPERListPaperDocsContinueArgs` API object. /// -+ (NSDictionary *)serialize:(DBPAPERListPaperDocsContinueArgs *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERListPaperDocsContinueArgs *)instance; /// /// Deserializes `DBPAPERListPaperDocsContinueArgs` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsFilterBy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsFilterBy.h index 3cb24f57..d8c5f5a1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsFilterBy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsFilterBy.h @@ -121,7 +121,7 @@ typedef NS_ENUM(NSInteger, DBPAPERListPaperDocsFilterByTag) { /// @return A json-compatible dictionary representation of the /// `DBPAPERListPaperDocsFilterBy` API object. /// -+ (NSDictionary *)serialize:(DBPAPERListPaperDocsFilterBy *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERListPaperDocsFilterBy *)instance; /// /// Deserializes `DBPAPERListPaperDocsFilterBy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsResponse.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsResponse.h index 3c2663c8..634253ce 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsResponse.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsResponse.h @@ -81,7 +81,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBPAPERListPaperDocsResponse` API object. /// -+ (NSDictionary *)serialize:(DBPAPERListPaperDocsResponse *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERListPaperDocsResponse *)instance; /// /// Deserializes `DBPAPERListPaperDocsResponse` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsSortBy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsSortBy.h index 29625bac..deef83f9 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsSortBy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsSortBy.h @@ -140,7 +140,7 @@ typedef NS_ENUM(NSInteger, DBPAPERListPaperDocsSortByTag) { /// @return A json-compatible dictionary representation of the /// `DBPAPERListPaperDocsSortBy` API object. /// -+ (NSDictionary *)serialize:(DBPAPERListPaperDocsSortBy *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERListPaperDocsSortBy *)instance; /// /// Deserializes `DBPAPERListPaperDocsSortBy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsSortOrder.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsSortOrder.h index bc6f927d..b736b7b0 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsSortOrder.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsSortOrder.h @@ -121,7 +121,7 @@ typedef NS_ENUM(NSInteger, DBPAPERListPaperDocsSortOrderTag) { /// @return A json-compatible dictionary representation of the /// `DBPAPERListPaperDocsSortOrder` API object. /// -+ (NSDictionary *)serialize:(DBPAPERListPaperDocsSortOrder *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERListPaperDocsSortOrder *)instance; /// /// Deserializes `DBPAPERListPaperDocsSortOrder` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersCursorError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersCursorError.h index 876df570..66cea6c6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersCursorError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersCursorError.h @@ -149,7 +149,7 @@ typedef NS_ENUM(NSInteger, DBPAPERListUsersCursorErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBPAPERListUsersCursorError` API object. /// -+ (NSDictionary *)serialize:(DBPAPERListUsersCursorError *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERListUsersCursorError *)instance; /// /// Deserializes `DBPAPERListUsersCursorError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnFolderArgs.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnFolderArgs.h index ff319996..9f6fe5f4 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnFolderArgs.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnFolderArgs.h @@ -72,7 +72,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBPAPERListUsersOnFolderArgs` API object. /// -+ (NSDictionary *)serialize:(DBPAPERListUsersOnFolderArgs *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERListUsersOnFolderArgs *)instance; /// /// Deserializes `DBPAPERListUsersOnFolderArgs` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnFolderContinueArgs.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnFolderContinueArgs.h index 2304d115..c2da110b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnFolderContinueArgs.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnFolderContinueArgs.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBPAPERListUsersOnFolderContinueArgs` API object. /// -+ (NSDictionary *)serialize:(DBPAPERListUsersOnFolderContinueArgs *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERListUsersOnFolderContinueArgs *)instance; /// /// Deserializes `DBPAPERListUsersOnFolderContinueArgs` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnFolderResponse.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnFolderResponse.h index 1fb9579f..fa5ffb67 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnFolderResponse.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnFolderResponse.h @@ -88,7 +88,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBPAPERListUsersOnFolderResponse` API object. /// -+ (NSDictionary *)serialize:(DBPAPERListUsersOnFolderResponse *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERListUsersOnFolderResponse *)instance; /// /// Deserializes `DBPAPERListUsersOnFolderResponse` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnPaperDocArgs.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnPaperDocArgs.h index b20fad83..f87718b5 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnPaperDocArgs.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnPaperDocArgs.h @@ -81,7 +81,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBPAPERListUsersOnPaperDocArgs` API object. /// -+ (NSDictionary *)serialize:(DBPAPERListUsersOnPaperDocArgs *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERListUsersOnPaperDocArgs *)instance; /// /// Deserializes `DBPAPERListUsersOnPaperDocArgs` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnPaperDocContinueArgs.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnPaperDocContinueArgs.h index ba770dd6..a05f01da 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnPaperDocContinueArgs.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnPaperDocContinueArgs.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBPAPERListUsersOnPaperDocContinueArgs` API object. /// -+ (NSDictionary *)serialize:(DBPAPERListUsersOnPaperDocContinueArgs *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERListUsersOnPaperDocContinueArgs *)instance; /// /// Deserializes `DBPAPERListUsersOnPaperDocContinueArgs` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnPaperDocResponse.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnPaperDocResponse.h index 9cbd3847..056b038d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnPaperDocResponse.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnPaperDocResponse.h @@ -98,7 +98,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBPAPERListUsersOnPaperDocResponse` API object. /// -+ (NSDictionary *)serialize:(DBPAPERListUsersOnPaperDocResponse *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERListUsersOnPaperDocResponse *)instance; /// /// Deserializes `DBPAPERListUsersOnPaperDocResponse` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperApiBaseError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperApiBaseError.h index 8557d952..9e0d6c26 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperApiBaseError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperApiBaseError.h @@ -102,7 +102,7 @@ typedef NS_ENUM(NSInteger, DBPAPERPaperApiBaseErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBPAPERPaperApiBaseError` API object. /// -+ (NSDictionary *)serialize:(DBPAPERPaperApiBaseError *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERPaperApiBaseError *)instance; /// /// Deserializes `DBPAPERPaperApiBaseError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperApiCursorError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperApiCursorError.h index 0804e8d5..973d2957 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperApiCursorError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperApiCursorError.h @@ -164,7 +164,7 @@ typedef NS_ENUM(NSInteger, DBPAPERPaperApiCursorErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBPAPERPaperApiCursorError` API object. /// -+ (NSDictionary *)serialize:(DBPAPERPaperApiCursorError *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERPaperApiCursorError *)instance; /// /// Deserializes `DBPAPERPaperApiCursorError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocCreateArgs.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocCreateArgs.h new file mode 100644 index 00000000..47df40c9 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocCreateArgs.h @@ -0,0 +1,94 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBPAPERImportFormat; +@class DBPAPERPaperDocCreateArgs; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `PaperDocCreateArgs` struct. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBPAPERPaperDocCreateArgs : NSObject + +#pragma mark - Instance fields + +/// The Paper folder ID where the Paper document should be created. The API user +/// has to have write access to this folder or error is thrown. +@property (nonatomic, readonly, copy, nullable) NSString *parentFolderId; + +/// The format of provided data. +@property (nonatomic, readonly) DBPAPERImportFormat *importFormat; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param importFormat The format of provided data. +/// @param parentFolderId The Paper folder ID where the Paper document should be +/// created. The API user has to have write access to this folder or error is +/// thrown. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithImportFormat:(DBPAPERImportFormat *)importFormat + parentFolderId:(nullable NSString *)parentFolderId; + +/// +/// Convenience constructor (exposes only non-nullable instance variables with +/// no default value). +/// +/// @param importFormat The format of provided data. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithImportFormat:(DBPAPERImportFormat *)importFormat; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `PaperDocCreateArgs` struct. +/// +@interface DBPAPERPaperDocCreateArgsSerializer : NSObject + +/// +/// Serializes `DBPAPERPaperDocCreateArgs` instances. +/// +/// @param instance An instance of the `DBPAPERPaperDocCreateArgs` API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBPAPERPaperDocCreateArgs` API object. +/// ++ (nullable NSDictionary *)serialize:(DBPAPERPaperDocCreateArgs *)instance; + +/// +/// Deserializes `DBPAPERPaperDocCreateArgs` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBPAPERPaperDocCreateArgs` API object. +/// +/// @return An instantiation of the `DBPAPERPaperDocCreateArgs` object. +/// ++ (DBPAPERPaperDocCreateArgs *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocCreateError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocCreateError.h new file mode 100644 index 00000000..f662d48b --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocCreateError.h @@ -0,0 +1,208 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBPAPERPaperDocCreateError; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `PaperDocCreateError` union. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBPAPERPaperDocCreateError : NSObject + +#pragma mark - Instance fields + +/// The `DBPAPERPaperDocCreateErrorTag` enum type represents the possible tag +/// states with which the `DBPAPERPaperDocCreateError` union can exist. +typedef NS_ENUM(NSInteger, DBPAPERPaperDocCreateErrorTag) { + /// Your account does not have permissions to perform this action. + DBPAPERPaperDocCreateErrorInsufficientPermissions, + + /// (no description). + DBPAPERPaperDocCreateErrorOther, + + /// The provided content was malformed and cannot be imported to Paper. + DBPAPERPaperDocCreateErrorContentMalformed, + + /// The specified Paper folder is cannot be found. + DBPAPERPaperDocCreateErrorFolderNotFound, + + /// The newly created Paper doc would be too large. Please split the content + /// into multiple docs. + DBPAPERPaperDocCreateErrorDocLengthExceeded, + + /// The imported document contains an image that is too large. The current + /// limit is 1MB. Note: This only applies to HTML with data uri. + DBPAPERPaperDocCreateErrorImageSizeExceeded, + +}; + +/// Represents the union's current tag state. +@property (nonatomic, readonly) DBPAPERPaperDocCreateErrorTag tag; + +#pragma mark - Constructors + +/// +/// Initializes union class with tag state of "insufficient_permissions". +/// +/// Description of the "insufficient_permissions" tag state: Your account does +/// not have permissions to perform this action. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithInsufficientPermissions; + +/// +/// Initializes union class with tag state of "other". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOther; + +/// +/// Initializes union class with tag state of "content_malformed". +/// +/// Description of the "content_malformed" tag state: The provided content was +/// malformed and cannot be imported to Paper. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithContentMalformed; + +/// +/// Initializes union class with tag state of "folder_not_found". +/// +/// Description of the "folder_not_found" tag state: The specified Paper folder +/// is cannot be found. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithFolderNotFound; + +/// +/// Initializes union class with tag state of "doc_length_exceeded". +/// +/// Description of the "doc_length_exceeded" tag state: The newly created Paper +/// doc would be too large. Please split the content into multiple docs. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithDocLengthExceeded; + +/// +/// Initializes union class with tag state of "image_size_exceeded". +/// +/// Description of the "image_size_exceeded" tag state: The imported document +/// contains an image that is too large. The current limit is 1MB. Note: This +/// only applies to HTML with data uri. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithImageSizeExceeded; + +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - Tag state methods + +/// +/// Retrieves whether the union's current tag state has value +/// "insufficient_permissions". +/// +/// @return Whether the union's current tag state has value +/// "insufficient_permissions". +/// +- (BOOL)isInsufficientPermissions; + +/// +/// Retrieves whether the union's current tag state has value "other". +/// +/// @return Whether the union's current tag state has value "other". +/// +- (BOOL)isOther; + +/// +/// Retrieves whether the union's current tag state has value +/// "content_malformed". +/// +/// @return Whether the union's current tag state has value "content_malformed". +/// +- (BOOL)isContentMalformed; + +/// +/// Retrieves whether the union's current tag state has value +/// "folder_not_found". +/// +/// @return Whether the union's current tag state has value "folder_not_found". +/// +- (BOOL)isFolderNotFound; + +/// +/// Retrieves whether the union's current tag state has value +/// "doc_length_exceeded". +/// +/// @return Whether the union's current tag state has value +/// "doc_length_exceeded". +/// +- (BOOL)isDocLengthExceeded; + +/// +/// Retrieves whether the union's current tag state has value +/// "image_size_exceeded". +/// +/// @return Whether the union's current tag state has value +/// "image_size_exceeded". +/// +- (BOOL)isImageSizeExceeded; + +/// +/// Retrieves string value of union's current tag state. +/// +/// @return A human-readable string representing the union's current tag state. +/// +- (NSString *)tagName; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `DBPAPERPaperDocCreateError` union. +/// +@interface DBPAPERPaperDocCreateErrorSerializer : NSObject + +/// +/// Serializes `DBPAPERPaperDocCreateError` instances. +/// +/// @param instance An instance of the `DBPAPERPaperDocCreateError` API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBPAPERPaperDocCreateError` API object. +/// ++ (nullable NSDictionary *)serialize:(DBPAPERPaperDocCreateError *)instance; + +/// +/// Deserializes `DBPAPERPaperDocCreateError` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBPAPERPaperDocCreateError` API object. +/// +/// @return An instantiation of the `DBPAPERPaperDocCreateError` object. +/// ++ (DBPAPERPaperDocCreateError *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocCreateUpdateResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocCreateUpdateResult.h new file mode 100644 index 00000000..1c38b625 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocCreateUpdateResult.h @@ -0,0 +1,84 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBPAPERPaperDocCreateUpdateResult; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `PaperDocCreateUpdateResult` struct. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBPAPERPaperDocCreateUpdateResult : NSObject + +#pragma mark - Instance fields + +/// Doc ID of the newly created doc. +@property (nonatomic, readonly, copy) NSString *docId; + +/// The Paper doc revision. Simply an ever increasing number. +@property (nonatomic, readonly) NSNumber *revision; + +/// The Paper doc title. +@property (nonatomic, readonly, copy) NSString *title; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param docId Doc ID of the newly created doc. +/// @param revision The Paper doc revision. Simply an ever increasing number. +/// @param title The Paper doc title. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithDocId:(NSString *)docId revision:(NSNumber *)revision title:(NSString *)title; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `PaperDocCreateUpdateResult` struct. +/// +@interface DBPAPERPaperDocCreateUpdateResultSerializer : NSObject + +/// +/// Serializes `DBPAPERPaperDocCreateUpdateResult` instances. +/// +/// @param instance An instance of the `DBPAPERPaperDocCreateUpdateResult` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBPAPERPaperDocCreateUpdateResult` API object. +/// ++ (nullable NSDictionary *)serialize:(DBPAPERPaperDocCreateUpdateResult *)instance; + +/// +/// Deserializes `DBPAPERPaperDocCreateUpdateResult` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBPAPERPaperDocCreateUpdateResult` API object. +/// +/// @return An instantiation of the `DBPAPERPaperDocCreateUpdateResult` object. +/// ++ (DBPAPERPaperDocCreateUpdateResult *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocExport.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocExport.h index 8ab76d93..fe368283 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocExport.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocExport.h @@ -59,7 +59,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBPAPERPaperDocExport` API object. /// -+ (NSDictionary *)serialize:(DBPAPERPaperDocExport *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERPaperDocExport *)instance; /// /// Deserializes `DBPAPERPaperDocExport` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocExportResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocExportResult.h index 0225d833..0fa2492d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocExportResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocExportResult.h @@ -75,7 +75,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBPAPERPaperDocExportResult` API object. /// -+ (NSDictionary *)serialize:(DBPAPERPaperDocExportResult *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERPaperDocExportResult *)instance; /// /// Deserializes `DBPAPERPaperDocExportResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocPermissionLevel.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocPermissionLevel.h index e1263125..dac6f1b8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocPermissionLevel.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocPermissionLevel.h @@ -121,7 +121,7 @@ typedef NS_ENUM(NSInteger, DBPAPERPaperDocPermissionLevelTag) { /// @return A json-compatible dictionary representation of the /// `DBPAPERPaperDocPermissionLevel` API object. /// -+ (NSDictionary *)serialize:(DBPAPERPaperDocPermissionLevel *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERPaperDocPermissionLevel *)instance; /// /// Deserializes `DBPAPERPaperDocPermissionLevel` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocSharingPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocSharingPolicy.h index 9d74e8c1..d0bbf658 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocSharingPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocSharingPolicy.h @@ -60,7 +60,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBPAPERPaperDocSharingPolicy` API object. /// -+ (NSDictionary *)serialize:(DBPAPERPaperDocSharingPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERPaperDocSharingPolicy *)instance; /// /// Deserializes `DBPAPERPaperDocSharingPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocUpdateArgs.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocUpdateArgs.h new file mode 100644 index 00000000..6e17e5a6 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocUpdateArgs.h @@ -0,0 +1,91 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBPAPERRefPaperDoc.h" +#import "DBSerializableProtocol.h" + +@class DBPAPERImportFormat; +@class DBPAPERPaperDocUpdateArgs; +@class DBPAPERPaperDocUpdatePolicy; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `PaperDocUpdateArgs` struct. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBPAPERPaperDocUpdateArgs : DBPAPERRefPaperDoc + +#pragma mark - Instance fields + +/// The policy used for the current update call. +@property (nonatomic, readonly) DBPAPERPaperDocUpdatePolicy *docUpdatePolicy; + +/// The latest doc revision. This value must match the head revision or an error +/// code will be returned. This is to prevent colliding writes. +@property (nonatomic, readonly) NSNumber *revision; + +/// The format of provided data. +@property (nonatomic, readonly) DBPAPERImportFormat *importFormat; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param docId The Paper doc ID. +/// @param docUpdatePolicy The policy used for the current update call. +/// @param revision The latest doc revision. This value must match the head +/// revision or an error code will be returned. This is to prevent colliding +/// writes. +/// @param importFormat The format of provided data. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithDocId:(NSString *)docId + docUpdatePolicy:(DBPAPERPaperDocUpdatePolicy *)docUpdatePolicy + revision:(NSNumber *)revision + importFormat:(DBPAPERImportFormat *)importFormat; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `PaperDocUpdateArgs` struct. +/// +@interface DBPAPERPaperDocUpdateArgsSerializer : NSObject + +/// +/// Serializes `DBPAPERPaperDocUpdateArgs` instances. +/// +/// @param instance An instance of the `DBPAPERPaperDocUpdateArgs` API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBPAPERPaperDocUpdateArgs` API object. +/// ++ (nullable NSDictionary *)serialize:(DBPAPERPaperDocUpdateArgs *)instance; + +/// +/// Deserializes `DBPAPERPaperDocUpdateArgs` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBPAPERPaperDocUpdateArgs` API object. +/// +/// @return An instantiation of the `DBPAPERPaperDocUpdateArgs` object. +/// ++ (DBPAPERPaperDocUpdateArgs *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocUpdateError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocUpdateError.h new file mode 100644 index 00000000..c50f2c24 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocUpdateError.h @@ -0,0 +1,268 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBPAPERPaperDocUpdateError; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `PaperDocUpdateError` union. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBPAPERPaperDocUpdateError : NSObject + +#pragma mark - Instance fields + +/// The `DBPAPERPaperDocUpdateErrorTag` enum type represents the possible tag +/// states with which the `DBPAPERPaperDocUpdateError` union can exist. +typedef NS_ENUM(NSInteger, DBPAPERPaperDocUpdateErrorTag) { + /// Your account does not have permissions to perform this action. + DBPAPERPaperDocUpdateErrorInsufficientPermissions, + + /// (no description). + DBPAPERPaperDocUpdateErrorOther, + + /// The required doc was not found. + DBPAPERPaperDocUpdateErrorDocNotFound, + + /// The provided content was malformed and cannot be imported to Paper. + DBPAPERPaperDocUpdateErrorContentMalformed, + + /// The provided revision does not match the document head. + DBPAPERPaperDocUpdateErrorRevisionMismatch, + + /// The newly created Paper doc would be too large, split the content into + /// multiple docs. + DBPAPERPaperDocUpdateErrorDocLengthExceeded, + + /// The imported document contains an image that is too large. The current + /// limit is 1MB. Note: This only applies to HTML with data uri. + DBPAPERPaperDocUpdateErrorImageSizeExceeded, + + /// This operation is not allowed on archived Paper docs. + DBPAPERPaperDocUpdateErrorDocArchived, + + /// This operation is not allowed on deleted Paper docs. + DBPAPERPaperDocUpdateErrorDocDeleted, + +}; + +/// Represents the union's current tag state. +@property (nonatomic, readonly) DBPAPERPaperDocUpdateErrorTag tag; + +#pragma mark - Constructors + +/// +/// Initializes union class with tag state of "insufficient_permissions". +/// +/// Description of the "insufficient_permissions" tag state: Your account does +/// not have permissions to perform this action. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithInsufficientPermissions; + +/// +/// Initializes union class with tag state of "other". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOther; + +/// +/// Initializes union class with tag state of "doc_not_found". +/// +/// Description of the "doc_not_found" tag state: The required doc was not +/// found. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithDocNotFound; + +/// +/// Initializes union class with tag state of "content_malformed". +/// +/// Description of the "content_malformed" tag state: The provided content was +/// malformed and cannot be imported to Paper. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithContentMalformed; + +/// +/// Initializes union class with tag state of "revision_mismatch". +/// +/// Description of the "revision_mismatch" tag state: The provided revision does +/// not match the document head. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithRevisionMismatch; + +/// +/// Initializes union class with tag state of "doc_length_exceeded". +/// +/// Description of the "doc_length_exceeded" tag state: The newly created Paper +/// doc would be too large, split the content into multiple docs. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithDocLengthExceeded; + +/// +/// Initializes union class with tag state of "image_size_exceeded". +/// +/// Description of the "image_size_exceeded" tag state: The imported document +/// contains an image that is too large. The current limit is 1MB. Note: This +/// only applies to HTML with data uri. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithImageSizeExceeded; + +/// +/// Initializes union class with tag state of "doc_archived". +/// +/// Description of the "doc_archived" tag state: This operation is not allowed +/// on archived Paper docs. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithDocArchived; + +/// +/// Initializes union class with tag state of "doc_deleted". +/// +/// Description of the "doc_deleted" tag state: This operation is not allowed on +/// deleted Paper docs. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithDocDeleted; + +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - Tag state methods + +/// +/// Retrieves whether the union's current tag state has value +/// "insufficient_permissions". +/// +/// @return Whether the union's current tag state has value +/// "insufficient_permissions". +/// +- (BOOL)isInsufficientPermissions; + +/// +/// Retrieves whether the union's current tag state has value "other". +/// +/// @return Whether the union's current tag state has value "other". +/// +- (BOOL)isOther; + +/// +/// Retrieves whether the union's current tag state has value "doc_not_found". +/// +/// @return Whether the union's current tag state has value "doc_not_found". +/// +- (BOOL)isDocNotFound; + +/// +/// Retrieves whether the union's current tag state has value +/// "content_malformed". +/// +/// @return Whether the union's current tag state has value "content_malformed". +/// +- (BOOL)isContentMalformed; + +/// +/// Retrieves whether the union's current tag state has value +/// "revision_mismatch". +/// +/// @return Whether the union's current tag state has value "revision_mismatch". +/// +- (BOOL)isRevisionMismatch; + +/// +/// Retrieves whether the union's current tag state has value +/// "doc_length_exceeded". +/// +/// @return Whether the union's current tag state has value +/// "doc_length_exceeded". +/// +- (BOOL)isDocLengthExceeded; + +/// +/// Retrieves whether the union's current tag state has value +/// "image_size_exceeded". +/// +/// @return Whether the union's current tag state has value +/// "image_size_exceeded". +/// +- (BOOL)isImageSizeExceeded; + +/// +/// Retrieves whether the union's current tag state has value "doc_archived". +/// +/// @return Whether the union's current tag state has value "doc_archived". +/// +- (BOOL)isDocArchived; + +/// +/// Retrieves whether the union's current tag state has value "doc_deleted". +/// +/// @return Whether the union's current tag state has value "doc_deleted". +/// +- (BOOL)isDocDeleted; + +/// +/// Retrieves string value of union's current tag state. +/// +/// @return A human-readable string representing the union's current tag state. +/// +- (NSString *)tagName; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `DBPAPERPaperDocUpdateError` union. +/// +@interface DBPAPERPaperDocUpdateErrorSerializer : NSObject + +/// +/// Serializes `DBPAPERPaperDocUpdateError` instances. +/// +/// @param instance An instance of the `DBPAPERPaperDocUpdateError` API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBPAPERPaperDocUpdateError` API object. +/// ++ (nullable NSDictionary *)serialize:(DBPAPERPaperDocUpdateError *)instance; + +/// +/// Deserializes `DBPAPERPaperDocUpdateError` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBPAPERPaperDocUpdateError` API object. +/// +/// @return An instantiation of the `DBPAPERPaperDocUpdateError` object. +/// ++ (DBPAPERPaperDocUpdateError *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocUpdatePolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocUpdatePolicy.h new file mode 100644 index 00000000..2b03e59b --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocUpdatePolicy.h @@ -0,0 +1,158 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBPAPERPaperDocUpdatePolicy; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `PaperDocUpdatePolicy` union. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBPAPERPaperDocUpdatePolicy : NSObject + +#pragma mark - Instance fields + +/// The `DBPAPERPaperDocUpdatePolicyTag` enum type represents the possible tag +/// states with which the `DBPAPERPaperDocUpdatePolicy` union can exist. +typedef NS_ENUM(NSInteger, DBPAPERPaperDocUpdatePolicyTag) { + /// The content will be appended to the doc. + DBPAPERPaperDocUpdatePolicyAppend, + + /// The content will be prepended to the doc. Note: the doc title will not + /// be affected. + DBPAPERPaperDocUpdatePolicyPrepend, + + /// The document will be overwitten at the head with the provided content. + DBPAPERPaperDocUpdatePolicyOverwriteAll, + + /// (no description). + DBPAPERPaperDocUpdatePolicyOther, + +}; + +/// Represents the union's current tag state. +@property (nonatomic, readonly) DBPAPERPaperDocUpdatePolicyTag tag; + +#pragma mark - Constructors + +/// +/// Initializes union class with tag state of "append". +/// +/// Description of the "append" tag state: The content will be appended to the +/// doc. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithAppend; + +/// +/// Initializes union class with tag state of "prepend". +/// +/// Description of the "prepend" tag state: The content will be prepended to the +/// doc. Note: the doc title will not be affected. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithPrepend; + +/// +/// Initializes union class with tag state of "overwrite_all". +/// +/// Description of the "overwrite_all" tag state: The document will be +/// overwitten at the head with the provided content. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOverwriteAll; + +/// +/// Initializes union class with tag state of "other". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOther; + +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - Tag state methods + +/// +/// Retrieves whether the union's current tag state has value "append". +/// +/// @return Whether the union's current tag state has value "append". +/// +- (BOOL)isAppend; + +/// +/// Retrieves whether the union's current tag state has value "prepend". +/// +/// @return Whether the union's current tag state has value "prepend". +/// +- (BOOL)isPrepend; + +/// +/// Retrieves whether the union's current tag state has value "overwrite_all". +/// +/// @return Whether the union's current tag state has value "overwrite_all". +/// +- (BOOL)isOverwriteAll; + +/// +/// Retrieves whether the union's current tag state has value "other". +/// +/// @return Whether the union's current tag state has value "other". +/// +- (BOOL)isOther; + +/// +/// Retrieves string value of union's current tag state. +/// +/// @return A human-readable string representing the union's current tag state. +/// +- (NSString *)tagName; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `DBPAPERPaperDocUpdatePolicy` union. +/// +@interface DBPAPERPaperDocUpdatePolicySerializer : NSObject + +/// +/// Serializes `DBPAPERPaperDocUpdatePolicy` instances. +/// +/// @param instance An instance of the `DBPAPERPaperDocUpdatePolicy` API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBPAPERPaperDocUpdatePolicy` API object. +/// ++ (nullable NSDictionary *)serialize:(DBPAPERPaperDocUpdatePolicy *)instance; + +/// +/// Deserializes `DBPAPERPaperDocUpdatePolicy` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBPAPERPaperDocUpdatePolicy` API object. +/// +/// @return An instantiation of the `DBPAPERPaperDocUpdatePolicy` object. +/// ++ (DBPAPERPaperDocUpdatePolicy *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERRefPaperDoc.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERRefPaperDoc.h index 0673378d..c150a8d7 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERRefPaperDoc.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERRefPaperDoc.h @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBPAPERRefPaperDoc` API object. /// -+ (NSDictionary *)serialize:(DBPAPERRefPaperDoc *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERRefPaperDoc *)instance; /// /// Deserializes `DBPAPERRefPaperDoc` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERRemovePaperDocUser.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERRemovePaperDocUser.h index b4e8678a..db7aeefb 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERRemovePaperDocUser.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERRemovePaperDocUser.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBPAPERRemovePaperDocUser` API object. /// -+ (NSDictionary *)serialize:(DBPAPERRemovePaperDocUser *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERRemovePaperDocUser *)instance; /// /// Deserializes `DBPAPERRemovePaperDocUser` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERSharingPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERSharingPolicy.h index 2e9edcd8..4dc05c33 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERSharingPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERSharingPolicy.h @@ -78,7 +78,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBPAPERSharingPolicy` API object. /// -+ (NSDictionary *)serialize:(DBPAPERSharingPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERSharingPolicy *)instance; /// /// Deserializes `DBPAPERSharingPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERSharingPublicPolicyType.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERSharingPublicPolicyType.h index 9c9de792..10e14824 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERSharingPublicPolicyType.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERSharingPublicPolicyType.h @@ -149,7 +149,7 @@ typedef NS_ENUM(NSInteger, DBPAPERSharingPublicPolicyTypeTag) { /// @return A json-compatible dictionary representation of the /// `DBPAPERSharingPublicPolicyType` API object. /// -+ (NSDictionary *)serialize:(DBPAPERSharingPublicPolicyType *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERSharingPublicPolicyType *)instance; /// /// Deserializes `DBPAPERSharingPublicPolicyType` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERSharingTeamPolicyType.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERSharingTeamPolicyType.h index 8a4c2091..46b09f93 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERSharingTeamPolicyType.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERSharingTeamPolicyType.h @@ -131,7 +131,7 @@ typedef NS_ENUM(NSInteger, DBPAPERSharingTeamPolicyTypeTag) { /// @return A json-compatible dictionary representation of the /// `DBPAPERSharingTeamPolicyType` API object. /// -+ (NSDictionary *)serialize:(DBPAPERSharingTeamPolicyType *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERSharingTeamPolicyType *)instance; /// /// Deserializes `DBPAPERSharingTeamPolicyType` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERUserInfoWithPermissionLevel.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERUserInfoWithPermissionLevel.h index 223ae3ba..083ea0f2 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERUserInfoWithPermissionLevel.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERUserInfoWithPermissionLevel.h @@ -66,7 +66,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBPAPERUserInfoWithPermissionLevel` API object. /// -+ (NSDictionary *)serialize:(DBPAPERUserInfoWithPermissionLevel *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERUserInfoWithPermissionLevel *)instance; /// /// Deserializes `DBPAPERUserInfoWithPermissionLevel` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERUserOnPaperDocFilter.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERUserOnPaperDocFilter.h index c5a6b685..3020fef8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERUserOnPaperDocFilter.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERUserOnPaperDocFilter.h @@ -122,7 +122,7 @@ typedef NS_ENUM(NSInteger, DBPAPERUserOnPaperDocFilterTag) { /// @return A json-compatible dictionary representation of the /// `DBPAPERUserOnPaperDocFilter` API object. /// -+ (NSDictionary *)serialize:(DBPAPERUserOnPaperDocFilter *)instance; ++ (nullable NSDictionary *)serialize:(DBPAPERUserOnPaperDocFilter *)instance; /// /// Deserializes `DBPAPERUserOnPaperDocFilter` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/DBPropertiesObjects.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/DBPropertiesObjects.m deleted file mode 100644 index 7603affc..00000000 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/DBPropertiesObjects.m +++ /dev/null @@ -1,1406 +0,0 @@ -/// -/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. -/// -/// Auto-generated by Stone, do not modify. -/// - -/// Arguments, results, and errors for the `Properties` namespace. - -#import "DBPROPERTIESGetPropertyTemplateArg.h" -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" - -#pragma mark - API Object - -@implementation DBPROPERTIESGetPropertyTemplateArg - -#pragma mark - Constructors - -- (instancetype)initWithTemplateId:(NSString *)templateId { - [DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"(/|ptid:).*"](templateId); - - self = [super init]; - if (self) { - _templateId = templateId; - } - return self; -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBPROPERTIESGetPropertyTemplateArgSerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBPROPERTIESGetPropertyTemplateArgSerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBPROPERTIESGetPropertyTemplateArgSerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - result = prime * result + [self.templateId hash]; - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToGetPropertyTemplateArg:other]; -} - -- (BOOL)isEqualToGetPropertyTemplateArg:(DBPROPERTIESGetPropertyTemplateArg *)aGetPropertyTemplateArg { - if (self == aGetPropertyTemplateArg) { - return YES; - } - if (![self.templateId isEqual:aGetPropertyTemplateArg.templateId]) { - return NO; - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBPROPERTIESGetPropertyTemplateArgSerializer - -+ (NSDictionary *)serialize:(DBPROPERTIESGetPropertyTemplateArg *)valueObj { - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - jsonDict[@"template_id"] = valueObj.templateId; - - return jsonDict; -} - -+ (DBPROPERTIESGetPropertyTemplateArg *)deserialize:(NSDictionary *)valueDict { - NSString *templateId = valueDict[@"template_id"]; - - return [[DBPROPERTIESGetPropertyTemplateArg alloc] initWithTemplateId:templateId]; -} - -@end - -#import "DBPROPERTIESPropertyFieldTemplate.h" -#import "DBPROPERTIESPropertyGroupTemplate.h" -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" - -#pragma mark - API Object - -@implementation DBPROPERTIESPropertyGroupTemplate - -#pragma mark - Constructors - -- (instancetype)initWithName:(NSString *)name - description_:(NSString *)description_ - fields:(NSArray *)fields { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](fields); - - self = [super init]; - if (self) { - _name = name; - _description_ = description_; - _fields = fields; - } - return self; -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBPROPERTIESPropertyGroupTemplateSerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBPROPERTIESPropertyGroupTemplateSerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBPROPERTIESPropertyGroupTemplateSerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - result = prime * result + [self.name hash]; - result = prime * result + [self.description_ hash]; - result = prime * result + [self.fields hash]; - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToPropertyGroupTemplate:other]; -} - -- (BOOL)isEqualToPropertyGroupTemplate:(DBPROPERTIESPropertyGroupTemplate *)aPropertyGroupTemplate { - if (self == aPropertyGroupTemplate) { - return YES; - } - if (![self.name isEqual:aPropertyGroupTemplate.name]) { - return NO; - } - if (![self.description_ isEqual:aPropertyGroupTemplate.description_]) { - return NO; - } - if (![self.fields isEqual:aPropertyGroupTemplate.fields]) { - return NO; - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBPROPERTIESPropertyGroupTemplateSerializer - -+ (NSDictionary *)serialize:(DBPROPERTIESPropertyGroupTemplate *)valueObj { - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - jsonDict[@"name"] = valueObj.name; - jsonDict[@"description"] = valueObj.description_; - jsonDict[@"fields"] = [DBArraySerializer serialize:valueObj.fields - withBlock:^id(id elem0) { - return [DBPROPERTIESPropertyFieldTemplateSerializer serialize:elem0]; - }]; - - return jsonDict; -} - -+ (DBPROPERTIESPropertyGroupTemplate *)deserialize:(NSDictionary *)valueDict { - NSString *name = valueDict[@"name"]; - NSString *description_ = valueDict[@"description"]; - NSArray *fields = - [DBArraySerializer deserialize:valueDict[@"fields"] - withBlock:^id(id elem0) { - return [DBPROPERTIESPropertyFieldTemplateSerializer deserialize:elem0]; - }]; - - return [[DBPROPERTIESPropertyGroupTemplate alloc] initWithName:name description_:description_ fields:fields]; -} - -@end - -#import "DBPROPERTIESGetPropertyTemplateResult.h" -#import "DBPROPERTIESPropertyFieldTemplate.h" -#import "DBPROPERTIESPropertyGroupTemplate.h" -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" - -#pragma mark - API Object - -@implementation DBPROPERTIESGetPropertyTemplateResult - -#pragma mark - Constructors - -- (instancetype)initWithName:(NSString *)name - description_:(NSString *)description_ - fields:(NSArray *)fields { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](fields); - - self = [super initWithName:name description_:description_ fields:fields]; - if (self) { - } - return self; -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBPROPERTIESGetPropertyTemplateResultSerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBPROPERTIESGetPropertyTemplateResultSerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBPROPERTIESGetPropertyTemplateResultSerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - result = prime * result + [self.name hash]; - result = prime * result + [self.description_ hash]; - result = prime * result + [self.fields hash]; - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToGetPropertyTemplateResult:other]; -} - -- (BOOL)isEqualToGetPropertyTemplateResult:(DBPROPERTIESGetPropertyTemplateResult *)aGetPropertyTemplateResult { - if (self == aGetPropertyTemplateResult) { - return YES; - } - if (![self.name isEqual:aGetPropertyTemplateResult.name]) { - return NO; - } - if (![self.description_ isEqual:aGetPropertyTemplateResult.description_]) { - return NO; - } - if (![self.fields isEqual:aGetPropertyTemplateResult.fields]) { - return NO; - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBPROPERTIESGetPropertyTemplateResultSerializer - -+ (NSDictionary *)serialize:(DBPROPERTIESGetPropertyTemplateResult *)valueObj { - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - jsonDict[@"name"] = valueObj.name; - jsonDict[@"description"] = valueObj.description_; - jsonDict[@"fields"] = [DBArraySerializer serialize:valueObj.fields - withBlock:^id(id elem0) { - return [DBPROPERTIESPropertyFieldTemplateSerializer serialize:elem0]; - }]; - - return jsonDict; -} - -+ (DBPROPERTIESGetPropertyTemplateResult *)deserialize:(NSDictionary *)valueDict { - NSString *name = valueDict[@"name"]; - NSString *description_ = valueDict[@"description"]; - NSArray *fields = - [DBArraySerializer deserialize:valueDict[@"fields"] - withBlock:^id(id elem0) { - return [DBPROPERTIESPropertyFieldTemplateSerializer deserialize:elem0]; - }]; - - return [[DBPROPERTIESGetPropertyTemplateResult alloc] initWithName:name description_:description_ fields:fields]; -} - -@end - -#import "DBPROPERTIESListPropertyTemplateIds.h" -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" - -#pragma mark - API Object - -@implementation DBPROPERTIESListPropertyTemplateIds - -#pragma mark - Constructors - -- (instancetype)initWithTemplateIds:(NSArray *)templateIds { - [DBStoneValidators arrayValidator:nil maxItems:nil - itemValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"(/|ptid:).*"]]( - templateIds); - - self = [super init]; - if (self) { - _templateIds = templateIds; - } - return self; -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBPROPERTIESListPropertyTemplateIdsSerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBPROPERTIESListPropertyTemplateIdsSerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBPROPERTIESListPropertyTemplateIdsSerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - result = prime * result + [self.templateIds hash]; - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToListPropertyTemplateIds:other]; -} - -- (BOOL)isEqualToListPropertyTemplateIds:(DBPROPERTIESListPropertyTemplateIds *)aListPropertyTemplateIds { - if (self == aListPropertyTemplateIds) { - return YES; - } - if (![self.templateIds isEqual:aListPropertyTemplateIds.templateIds]) { - return NO; - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBPROPERTIESListPropertyTemplateIdsSerializer - -+ (NSDictionary *)serialize:(DBPROPERTIESListPropertyTemplateIds *)valueObj { - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - jsonDict[@"template_ids"] = [DBArraySerializer serialize:valueObj.templateIds - withBlock:^id(id elem0) { - return elem0; - }]; - - return jsonDict; -} - -+ (DBPROPERTIESListPropertyTemplateIds *)deserialize:(NSDictionary *)valueDict { - NSArray *templateIds = [DBArraySerializer deserialize:valueDict[@"template_ids"] - withBlock:^id(id elem0) { - return elem0; - }]; - - return [[DBPROPERTIESListPropertyTemplateIds alloc] initWithTemplateIds:templateIds]; -} - -@end - -#import "DBPROPERTIESPropertyTemplateError.h" -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" - -#pragma mark - API Object - -@implementation DBPROPERTIESPropertyTemplateError - -@synthesize templateNotFound = _templateNotFound; - -#pragma mark - Constructors - -- (instancetype)initWithTemplateNotFound:(NSString *)templateNotFound { - self = [super init]; - if (self) { - _tag = DBPROPERTIESPropertyTemplateErrorTemplateNotFound; - _templateNotFound = templateNotFound; - } - return self; -} - -- (instancetype)initWithRestrictedContent { - self = [super init]; - if (self) { - _tag = DBPROPERTIESPropertyTemplateErrorRestrictedContent; - } - return self; -} - -- (instancetype)initWithOther { - self = [super init]; - if (self) { - _tag = DBPROPERTIESPropertyTemplateErrorOther; - } - return self; -} - -#pragma mark - Instance field accessors - -- (NSString *)templateNotFound { - if (![self isTemplateNotFound]) { - [NSException - raise:@"IllegalStateException" - format:@"Invalid tag: required DBPROPERTIESPropertyTemplateErrorTemplateNotFound, but was %@.", [self tagName]]; - } - return _templateNotFound; -} - -#pragma mark - Tag state methods - -- (BOOL)isTemplateNotFound { - return _tag == DBPROPERTIESPropertyTemplateErrorTemplateNotFound; -} - -- (BOOL)isRestrictedContent { - return _tag == DBPROPERTIESPropertyTemplateErrorRestrictedContent; -} - -- (BOOL)isOther { - return _tag == DBPROPERTIESPropertyTemplateErrorOther; -} - -- (NSString *)tagName { - switch (_tag) { - case DBPROPERTIESPropertyTemplateErrorTemplateNotFound: - return @"DBPROPERTIESPropertyTemplateErrorTemplateNotFound"; - case DBPROPERTIESPropertyTemplateErrorRestrictedContent: - return @"DBPROPERTIESPropertyTemplateErrorRestrictedContent"; - case DBPROPERTIESPropertyTemplateErrorOther: - return @"DBPROPERTIESPropertyTemplateErrorOther"; - } - - @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBPROPERTIESPropertyTemplateErrorSerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBPROPERTIESPropertyTemplateErrorSerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBPROPERTIESPropertyTemplateErrorSerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - switch (_tag) { - case DBPROPERTIESPropertyTemplateErrorTemplateNotFound: - result = prime * result + [self.templateNotFound hash]; - case DBPROPERTIESPropertyTemplateErrorRestrictedContent: - result = prime * result + [[self tagName] hash]; - case DBPROPERTIESPropertyTemplateErrorOther: - result = prime * result + [[self tagName] hash]; - } - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToPropertyTemplateError:other]; -} - -- (BOOL)isEqualToPropertyTemplateError:(DBPROPERTIESPropertyTemplateError *)aPropertyTemplateError { - if (self == aPropertyTemplateError) { - return YES; - } - if (self.tag != aPropertyTemplateError.tag) { - return NO; - } - switch (_tag) { - case DBPROPERTIESPropertyTemplateErrorTemplateNotFound: - return [self.templateNotFound isEqual:aPropertyTemplateError.templateNotFound]; - case DBPROPERTIESPropertyTemplateErrorRestrictedContent: - return [[self tagName] isEqual:[aPropertyTemplateError tagName]]; - case DBPROPERTIESPropertyTemplateErrorOther: - return [[self tagName] isEqual:[aPropertyTemplateError tagName]]; - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBPROPERTIESPropertyTemplateErrorSerializer - -+ (NSDictionary *)serialize:(DBPROPERTIESPropertyTemplateError *)valueObj { - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - if ([valueObj isTemplateNotFound]) { - jsonDict[@"template_not_found"] = valueObj.templateNotFound; - jsonDict[@".tag"] = @"template_not_found"; - } else if ([valueObj isRestrictedContent]) { - jsonDict[@".tag"] = @"restricted_content"; - } else if ([valueObj isOther]) { - jsonDict[@".tag"] = @"other"; - } else { - jsonDict[@".tag"] = @"other"; - } - - return jsonDict; -} - -+ (DBPROPERTIESPropertyTemplateError *)deserialize:(NSDictionary *)valueDict { - NSString *tag = valueDict[@".tag"]; - - if ([tag isEqualToString:@"template_not_found"]) { - NSString *templateNotFound = valueDict[@"template_not_found"]; - return [[DBPROPERTIESPropertyTemplateError alloc] initWithTemplateNotFound:templateNotFound]; - } else if ([tag isEqualToString:@"restricted_content"]) { - return [[DBPROPERTIESPropertyTemplateError alloc] initWithRestrictedContent]; - } else if ([tag isEqualToString:@"other"]) { - return [[DBPROPERTIESPropertyTemplateError alloc] initWithOther]; - } else { - return [[DBPROPERTIESPropertyTemplateError alloc] initWithOther]; - } -} - -@end - -#import "DBPROPERTIESModifyPropertyTemplateError.h" -#import "DBPROPERTIESPropertyTemplateError.h" -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" - -#pragma mark - API Object - -@implementation DBPROPERTIESModifyPropertyTemplateError - -@synthesize templateNotFound = _templateNotFound; - -#pragma mark - Constructors - -- (instancetype)initWithTemplateNotFound:(NSString *)templateNotFound { - self = [super init]; - if (self) { - _tag = DBPROPERTIESModifyPropertyTemplateErrorTemplateNotFound; - _templateNotFound = templateNotFound; - } - return self; -} - -- (instancetype)initWithRestrictedContent { - self = [super init]; - if (self) { - _tag = DBPROPERTIESModifyPropertyTemplateErrorRestrictedContent; - } - return self; -} - -- (instancetype)initWithOther { - self = [super init]; - if (self) { - _tag = DBPROPERTIESModifyPropertyTemplateErrorOther; - } - return self; -} - -- (instancetype)initWithConflictingPropertyNames { - self = [super init]; - if (self) { - _tag = DBPROPERTIESModifyPropertyTemplateErrorConflictingPropertyNames; - } - return self; -} - -- (instancetype)initWithTooManyProperties { - self = [super init]; - if (self) { - _tag = DBPROPERTIESModifyPropertyTemplateErrorTooManyProperties; - } - return self; -} - -- (instancetype)initWithTooManyTemplates { - self = [super init]; - if (self) { - _tag = DBPROPERTIESModifyPropertyTemplateErrorTooManyTemplates; - } - return self; -} - -- (instancetype)initWithTemplateAttributeTooLarge { - self = [super init]; - if (self) { - _tag = DBPROPERTIESModifyPropertyTemplateErrorTemplateAttributeTooLarge; - } - return self; -} - -#pragma mark - Instance field accessors - -- (NSString *)templateNotFound { - if (![self isTemplateNotFound]) { - [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBPROPERTIESModifyPropertyTemplateErrorTemplateNotFound, but was %@.", - [self tagName]]; - } - return _templateNotFound; -} - -#pragma mark - Tag state methods - -- (BOOL)isTemplateNotFound { - return _tag == DBPROPERTIESModifyPropertyTemplateErrorTemplateNotFound; -} - -- (BOOL)isRestrictedContent { - return _tag == DBPROPERTIESModifyPropertyTemplateErrorRestrictedContent; -} - -- (BOOL)isOther { - return _tag == DBPROPERTIESModifyPropertyTemplateErrorOther; -} - -- (BOOL)isConflictingPropertyNames { - return _tag == DBPROPERTIESModifyPropertyTemplateErrorConflictingPropertyNames; -} - -- (BOOL)isTooManyProperties { - return _tag == DBPROPERTIESModifyPropertyTemplateErrorTooManyProperties; -} - -- (BOOL)isTooManyTemplates { - return _tag == DBPROPERTIESModifyPropertyTemplateErrorTooManyTemplates; -} - -- (BOOL)isTemplateAttributeTooLarge { - return _tag == DBPROPERTIESModifyPropertyTemplateErrorTemplateAttributeTooLarge; -} - -- (NSString *)tagName { - switch (_tag) { - case DBPROPERTIESModifyPropertyTemplateErrorTemplateNotFound: - return @"DBPROPERTIESModifyPropertyTemplateErrorTemplateNotFound"; - case DBPROPERTIESModifyPropertyTemplateErrorRestrictedContent: - return @"DBPROPERTIESModifyPropertyTemplateErrorRestrictedContent"; - case DBPROPERTIESModifyPropertyTemplateErrorOther: - return @"DBPROPERTIESModifyPropertyTemplateErrorOther"; - case DBPROPERTIESModifyPropertyTemplateErrorConflictingPropertyNames: - return @"DBPROPERTIESModifyPropertyTemplateErrorConflictingPropertyNames"; - case DBPROPERTIESModifyPropertyTemplateErrorTooManyProperties: - return @"DBPROPERTIESModifyPropertyTemplateErrorTooManyProperties"; - case DBPROPERTIESModifyPropertyTemplateErrorTooManyTemplates: - return @"DBPROPERTIESModifyPropertyTemplateErrorTooManyTemplates"; - case DBPROPERTIESModifyPropertyTemplateErrorTemplateAttributeTooLarge: - return @"DBPROPERTIESModifyPropertyTemplateErrorTemplateAttributeTooLarge"; - } - - @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBPROPERTIESModifyPropertyTemplateErrorSerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBPROPERTIESModifyPropertyTemplateErrorSerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBPROPERTIESModifyPropertyTemplateErrorSerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - switch (_tag) { - case DBPROPERTIESModifyPropertyTemplateErrorTemplateNotFound: - result = prime * result + [self.templateNotFound hash]; - case DBPROPERTIESModifyPropertyTemplateErrorRestrictedContent: - result = prime * result + [[self tagName] hash]; - case DBPROPERTIESModifyPropertyTemplateErrorOther: - result = prime * result + [[self tagName] hash]; - case DBPROPERTIESModifyPropertyTemplateErrorConflictingPropertyNames: - result = prime * result + [[self tagName] hash]; - case DBPROPERTIESModifyPropertyTemplateErrorTooManyProperties: - result = prime * result + [[self tagName] hash]; - case DBPROPERTIESModifyPropertyTemplateErrorTooManyTemplates: - result = prime * result + [[self tagName] hash]; - case DBPROPERTIESModifyPropertyTemplateErrorTemplateAttributeTooLarge: - result = prime * result + [[self tagName] hash]; - } - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToModifyPropertyTemplateError:other]; -} - -- (BOOL)isEqualToModifyPropertyTemplateError:(DBPROPERTIESModifyPropertyTemplateError *)aModifyPropertyTemplateError { - if (self == aModifyPropertyTemplateError) { - return YES; - } - if (self.tag != aModifyPropertyTemplateError.tag) { - return NO; - } - switch (_tag) { - case DBPROPERTIESModifyPropertyTemplateErrorTemplateNotFound: - return [self.templateNotFound isEqual:aModifyPropertyTemplateError.templateNotFound]; - case DBPROPERTIESModifyPropertyTemplateErrorRestrictedContent: - return [[self tagName] isEqual:[aModifyPropertyTemplateError tagName]]; - case DBPROPERTIESModifyPropertyTemplateErrorOther: - return [[self tagName] isEqual:[aModifyPropertyTemplateError tagName]]; - case DBPROPERTIESModifyPropertyTemplateErrorConflictingPropertyNames: - return [[self tagName] isEqual:[aModifyPropertyTemplateError tagName]]; - case DBPROPERTIESModifyPropertyTemplateErrorTooManyProperties: - return [[self tagName] isEqual:[aModifyPropertyTemplateError tagName]]; - case DBPROPERTIESModifyPropertyTemplateErrorTooManyTemplates: - return [[self tagName] isEqual:[aModifyPropertyTemplateError tagName]]; - case DBPROPERTIESModifyPropertyTemplateErrorTemplateAttributeTooLarge: - return [[self tagName] isEqual:[aModifyPropertyTemplateError tagName]]; - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBPROPERTIESModifyPropertyTemplateErrorSerializer - -+ (NSDictionary *)serialize:(DBPROPERTIESModifyPropertyTemplateError *)valueObj { - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - if ([valueObj isTemplateNotFound]) { - jsonDict[@"template_not_found"] = valueObj.templateNotFound; - jsonDict[@".tag"] = @"template_not_found"; - } else if ([valueObj isRestrictedContent]) { - jsonDict[@".tag"] = @"restricted_content"; - } else if ([valueObj isOther]) { - jsonDict[@".tag"] = @"other"; - } else if ([valueObj isConflictingPropertyNames]) { - jsonDict[@".tag"] = @"conflicting_property_names"; - } else if ([valueObj isTooManyProperties]) { - jsonDict[@".tag"] = @"too_many_properties"; - } else if ([valueObj isTooManyTemplates]) { - jsonDict[@".tag"] = @"too_many_templates"; - } else if ([valueObj isTemplateAttributeTooLarge]) { - jsonDict[@".tag"] = @"template_attribute_too_large"; - } else { - jsonDict[@".tag"] = @"other"; - } - - return jsonDict; -} - -+ (DBPROPERTIESModifyPropertyTemplateError *)deserialize:(NSDictionary *)valueDict { - NSString *tag = valueDict[@".tag"]; - - if ([tag isEqualToString:@"template_not_found"]) { - NSString *templateNotFound = valueDict[@"template_not_found"]; - return [[DBPROPERTIESModifyPropertyTemplateError alloc] initWithTemplateNotFound:templateNotFound]; - } else if ([tag isEqualToString:@"restricted_content"]) { - return [[DBPROPERTIESModifyPropertyTemplateError alloc] initWithRestrictedContent]; - } else if ([tag isEqualToString:@"other"]) { - return [[DBPROPERTIESModifyPropertyTemplateError alloc] initWithOther]; - } else if ([tag isEqualToString:@"conflicting_property_names"]) { - return [[DBPROPERTIESModifyPropertyTemplateError alloc] initWithConflictingPropertyNames]; - } else if ([tag isEqualToString:@"too_many_properties"]) { - return [[DBPROPERTIESModifyPropertyTemplateError alloc] initWithTooManyProperties]; - } else if ([tag isEqualToString:@"too_many_templates"]) { - return [[DBPROPERTIESModifyPropertyTemplateError alloc] initWithTooManyTemplates]; - } else if ([tag isEqualToString:@"template_attribute_too_large"]) { - return [[DBPROPERTIESModifyPropertyTemplateError alloc] initWithTemplateAttributeTooLarge]; - } else { - return [[DBPROPERTIESModifyPropertyTemplateError alloc] initWithOther]; - } -} - -@end - -#import "DBPROPERTIESPropertyField.h" -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" - -#pragma mark - API Object - -@implementation DBPROPERTIESPropertyField - -#pragma mark - Constructors - -- (instancetype)initWithName:(NSString *)name value:(NSString *)value { - - self = [super init]; - if (self) { - _name = name; - _value = value; - } - return self; -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBPROPERTIESPropertyFieldSerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBPROPERTIESPropertyFieldSerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBPROPERTIESPropertyFieldSerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - result = prime * result + [self.name hash]; - result = prime * result + [self.value hash]; - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToPropertyField:other]; -} - -- (BOOL)isEqualToPropertyField:(DBPROPERTIESPropertyField *)aPropertyField { - if (self == aPropertyField) { - return YES; - } - if (![self.name isEqual:aPropertyField.name]) { - return NO; - } - if (![self.value isEqual:aPropertyField.value]) { - return NO; - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBPROPERTIESPropertyFieldSerializer - -+ (NSDictionary *)serialize:(DBPROPERTIESPropertyField *)valueObj { - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - jsonDict[@"name"] = valueObj.name; - jsonDict[@"value"] = valueObj.value; - - return jsonDict; -} - -+ (DBPROPERTIESPropertyField *)deserialize:(NSDictionary *)valueDict { - NSString *name = valueDict[@"name"]; - NSString *value = valueDict[@"value"]; - - return [[DBPROPERTIESPropertyField alloc] initWithName:name value:value]; -} - -@end - -#import "DBPROPERTIESPropertyFieldTemplate.h" -#import "DBPROPERTIESPropertyType.h" -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" - -#pragma mark - API Object - -@implementation DBPROPERTIESPropertyFieldTemplate - -#pragma mark - Constructors - -- (instancetype)initWithName:(NSString *)name - description_:(NSString *)description_ - type:(DBPROPERTIESPropertyType *)type { - - self = [super init]; - if (self) { - _name = name; - _description_ = description_; - _type = type; - } - return self; -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBPROPERTIESPropertyFieldTemplateSerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBPROPERTIESPropertyFieldTemplateSerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBPROPERTIESPropertyFieldTemplateSerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - result = prime * result + [self.name hash]; - result = prime * result + [self.description_ hash]; - result = prime * result + [self.type hash]; - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToPropertyFieldTemplate:other]; -} - -- (BOOL)isEqualToPropertyFieldTemplate:(DBPROPERTIESPropertyFieldTemplate *)aPropertyFieldTemplate { - if (self == aPropertyFieldTemplate) { - return YES; - } - if (![self.name isEqual:aPropertyFieldTemplate.name]) { - return NO; - } - if (![self.description_ isEqual:aPropertyFieldTemplate.description_]) { - return NO; - } - if (![self.type isEqual:aPropertyFieldTemplate.type]) { - return NO; - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBPROPERTIESPropertyFieldTemplateSerializer - -+ (NSDictionary *)serialize:(DBPROPERTIESPropertyFieldTemplate *)valueObj { - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - jsonDict[@"name"] = valueObj.name; - jsonDict[@"description"] = valueObj.description_; - jsonDict[@"type"] = [DBPROPERTIESPropertyTypeSerializer serialize:valueObj.type]; - - return jsonDict; -} - -+ (DBPROPERTIESPropertyFieldTemplate *)deserialize:(NSDictionary *)valueDict { - NSString *name = valueDict[@"name"]; - NSString *description_ = valueDict[@"description"]; - DBPROPERTIESPropertyType *type = [DBPROPERTIESPropertyTypeSerializer deserialize:valueDict[@"type"]]; - - return [[DBPROPERTIESPropertyFieldTemplate alloc] initWithName:name description_:description_ type:type]; -} - -@end - -#import "DBPROPERTIESPropertyField.h" -#import "DBPROPERTIESPropertyGroup.h" -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" - -#pragma mark - API Object - -@implementation DBPROPERTIESPropertyGroup - -#pragma mark - Constructors - -- (instancetype)initWithTemplateId:(NSString *)templateId fields:(NSArray *)fields { - [DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"(/|ptid:).*"](templateId); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](fields); - - self = [super init]; - if (self) { - _templateId = templateId; - _fields = fields; - } - return self; -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBPROPERTIESPropertyGroupSerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBPROPERTIESPropertyGroupSerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBPROPERTIESPropertyGroupSerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - result = prime * result + [self.templateId hash]; - result = prime * result + [self.fields hash]; - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToPropertyGroup:other]; -} - -- (BOOL)isEqualToPropertyGroup:(DBPROPERTIESPropertyGroup *)aPropertyGroup { - if (self == aPropertyGroup) { - return YES; - } - if (![self.templateId isEqual:aPropertyGroup.templateId]) { - return NO; - } - if (![self.fields isEqual:aPropertyGroup.fields]) { - return NO; - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBPROPERTIESPropertyGroupSerializer - -+ (NSDictionary *)serialize:(DBPROPERTIESPropertyGroup *)valueObj { - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - jsonDict[@"template_id"] = valueObj.templateId; - jsonDict[@"fields"] = [DBArraySerializer serialize:valueObj.fields - withBlock:^id(id elem0) { - return [DBPROPERTIESPropertyFieldSerializer serialize:elem0]; - }]; - - return jsonDict; -} - -+ (DBPROPERTIESPropertyGroup *)deserialize:(NSDictionary *)valueDict { - NSString *templateId = valueDict[@"template_id"]; - NSArray *fields = - [DBArraySerializer deserialize:valueDict[@"fields"] - withBlock:^id(id elem0) { - return [DBPROPERTIESPropertyFieldSerializer deserialize:elem0]; - }]; - - return [[DBPROPERTIESPropertyGroup alloc] initWithTemplateId:templateId fields:fields]; -} - -@end - -#import "DBPROPERTIESPropertyType.h" -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" - -#pragma mark - API Object - -@implementation DBPROPERTIESPropertyType - -#pragma mark - Constructors - -- (instancetype)initWithString { - self = [super init]; - if (self) { - _tag = DBPROPERTIESPropertyTypeString; - } - return self; -} - -- (instancetype)initWithOther { - self = [super init]; - if (self) { - _tag = DBPROPERTIESPropertyTypeOther; - } - return self; -} - -#pragma mark - Instance field accessors - -#pragma mark - Tag state methods - -- (BOOL)isString { - return _tag == DBPROPERTIESPropertyTypeString; -} - -- (BOOL)isOther { - return _tag == DBPROPERTIESPropertyTypeOther; -} - -- (NSString *)tagName { - switch (_tag) { - case DBPROPERTIESPropertyTypeString: - return @"DBPROPERTIESPropertyTypeString"; - case DBPROPERTIESPropertyTypeOther: - return @"DBPROPERTIESPropertyTypeOther"; - } - - @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBPROPERTIESPropertyTypeSerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBPROPERTIESPropertyTypeSerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBPROPERTIESPropertyTypeSerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - switch (_tag) { - case DBPROPERTIESPropertyTypeString: - result = prime * result + [[self tagName] hash]; - case DBPROPERTIESPropertyTypeOther: - result = prime * result + [[self tagName] hash]; - } - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToPropertyType:other]; -} - -- (BOOL)isEqualToPropertyType:(DBPROPERTIESPropertyType *)aPropertyType { - if (self == aPropertyType) { - return YES; - } - if (self.tag != aPropertyType.tag) { - return NO; - } - switch (_tag) { - case DBPROPERTIESPropertyTypeString: - return [[self tagName] isEqual:[aPropertyType tagName]]; - case DBPROPERTIESPropertyTypeOther: - return [[self tagName] isEqual:[aPropertyType tagName]]; - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBPROPERTIESPropertyTypeSerializer - -+ (NSDictionary *)serialize:(DBPROPERTIESPropertyType *)valueObj { - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - if ([valueObj isString]) { - jsonDict[@".tag"] = @"string"; - } else if ([valueObj isOther]) { - jsonDict[@".tag"] = @"other"; - } else { - jsonDict[@".tag"] = @"other"; - } - - return jsonDict; -} - -+ (DBPROPERTIESPropertyType *)deserialize:(NSDictionary *)valueDict { - NSString *tag = valueDict[@".tag"]; - - if ([tag isEqualToString:@"string"]) { - return [[DBPROPERTIESPropertyType alloc] initWithString]; - } else if ([tag isEqualToString:@"other"]) { - return [[DBPROPERTIESPropertyType alloc] initWithOther]; - } else { - return [[DBPROPERTIESPropertyType alloc] initWithOther]; - } -} - -@end diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESGetPropertyTemplateArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESGetPropertyTemplateArg.h deleted file mode 100644 index cd40f95d..00000000 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESGetPropertyTemplateArg.h +++ /dev/null @@ -1,77 +0,0 @@ -/// -/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. -/// -/// Auto-generated by Stone, do not modify. -/// - -#import - -#import "DBSerializableProtocol.h" - -@class DBPROPERTIESGetPropertyTemplateArg; - -NS_ASSUME_NONNULL_BEGIN - -#pragma mark - API Object - -/// -/// The `GetPropertyTemplateArg` struct. -/// -/// This class implements the `DBSerializable` protocol (serialize and -/// deserialize instance methods), which is required for all Obj-C SDK API route -/// objects. -/// -@interface DBPROPERTIESGetPropertyTemplateArg : NSObject - -#pragma mark - Instance fields - -/// An identifier for property template added by route properties/template/add. -@property (nonatomic, readonly, copy) NSString *templateId; - -#pragma mark - Constructors - -/// -/// Full constructor for the struct (exposes all instance variables). -/// -/// @param templateId An identifier for property template added by route -/// properties/template/add. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithTemplateId:(NSString *)templateId; - -- (instancetype)init NS_UNAVAILABLE; - -@end - -#pragma mark - Serializer Object - -/// -/// The serialization class for the `GetPropertyTemplateArg` struct. -/// -@interface DBPROPERTIESGetPropertyTemplateArgSerializer : NSObject - -/// -/// Serializes `DBPROPERTIESGetPropertyTemplateArg` instances. -/// -/// @param instance An instance of the `DBPROPERTIESGetPropertyTemplateArg` API -/// object. -/// -/// @return A json-compatible dictionary representation of the -/// `DBPROPERTIESGetPropertyTemplateArg` API object. -/// -+ (NSDictionary *)serialize:(DBPROPERTIESGetPropertyTemplateArg *)instance; - -/// -/// Deserializes `DBPROPERTIESGetPropertyTemplateArg` instances. -/// -/// @param dict A json-compatible dictionary representation of the -/// `DBPROPERTIESGetPropertyTemplateArg` API object. -/// -/// @return An instantiation of the `DBPROPERTIESGetPropertyTemplateArg` object. -/// -+ (DBPROPERTIESGetPropertyTemplateArg *)deserialize:(NSDictionary *)dict; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESGetPropertyTemplateResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESGetPropertyTemplateResult.h deleted file mode 100644 index 47fe000f..00000000 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESGetPropertyTemplateResult.h +++ /dev/null @@ -1,83 +0,0 @@ -/// -/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. -/// -/// Auto-generated by Stone, do not modify. -/// - -#import - -#import "DBPROPERTIESPropertyGroupTemplate.h" -#import "DBSerializableProtocol.h" - -@class DBPROPERTIESGetPropertyTemplateResult; -@class DBPROPERTIESPropertyFieldTemplate; - -NS_ASSUME_NONNULL_BEGIN - -#pragma mark - API Object - -/// -/// The `GetPropertyTemplateResult` struct. -/// -/// The Property template for the specified template. -/// -/// This class implements the `DBSerializable` protocol (serialize and -/// deserialize instance methods), which is required for all Obj-C SDK API route -/// objects. -/// -@interface DBPROPERTIESGetPropertyTemplateResult : DBPROPERTIESPropertyGroupTemplate - -#pragma mark - Instance fields - -#pragma mark - Constructors - -/// -/// Full constructor for the struct (exposes all instance variables). -/// -/// @param name A display name for the property template. Property template -/// names can be up to 256 bytes. -/// @param description_ Description for new property template. Property template -/// descriptions can be up to 1024 bytes. -/// @param fields This is a list of custom properties associated with a property -/// template. There can be up to 64 properties in a single property template. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithName:(NSString *)name - description_:(NSString *)description_ - fields:(NSArray *)fields; - -@end - -#pragma mark - Serializer Object - -/// -/// The serialization class for the `GetPropertyTemplateResult` struct. -/// -@interface DBPROPERTIESGetPropertyTemplateResultSerializer : NSObject - -/// -/// Serializes `DBPROPERTIESGetPropertyTemplateResult` instances. -/// -/// @param instance An instance of the `DBPROPERTIESGetPropertyTemplateResult` -/// API object. -/// -/// @return A json-compatible dictionary representation of the -/// `DBPROPERTIESGetPropertyTemplateResult` API object. -/// -+ (NSDictionary *)serialize:(DBPROPERTIESGetPropertyTemplateResult *)instance; - -/// -/// Deserializes `DBPROPERTIESGetPropertyTemplateResult` instances. -/// -/// @param dict A json-compatible dictionary representation of the -/// `DBPROPERTIESGetPropertyTemplateResult` API object. -/// -/// @return An instantiation of the `DBPROPERTIESGetPropertyTemplateResult` -/// object. -/// -+ (DBPROPERTIESGetPropertyTemplateResult *)deserialize:(NSDictionary *)dict; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyField.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyField.h deleted file mode 100644 index df5a8438..00000000 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyField.h +++ /dev/null @@ -1,83 +0,0 @@ -/// -/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. -/// -/// Auto-generated by Stone, do not modify. -/// - -#import - -#import "DBSerializableProtocol.h" - -@class DBPROPERTIESPropertyField; - -NS_ASSUME_NONNULL_BEGIN - -#pragma mark - API Object - -/// -/// The `PropertyField` struct. -/// -/// This class implements the `DBSerializable` protocol (serialize and -/// deserialize instance methods), which is required for all Obj-C SDK API route -/// objects. -/// -@interface DBPROPERTIESPropertyField : NSObject - -#pragma mark - Instance fields - -/// This is the name or key of a custom property in a property template. File -/// property names can be up to 256 bytes. -@property (nonatomic, readonly, copy) NSString *name; - -/// Value of a custom property attached to a file. Values can be up to 1024 -/// bytes. -@property (nonatomic, readonly, copy) NSString *value; - -#pragma mark - Constructors - -/// -/// Full constructor for the struct (exposes all instance variables). -/// -/// @param name This is the name or key of a custom property in a property -/// template. File property names can be up to 256 bytes. -/// @param value Value of a custom property attached to a file. Values can be up -/// to 1024 bytes. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithName:(NSString *)name value:(NSString *)value; - -- (instancetype)init NS_UNAVAILABLE; - -@end - -#pragma mark - Serializer Object - -/// -/// The serialization class for the `PropertyField` struct. -/// -@interface DBPROPERTIESPropertyFieldSerializer : NSObject - -/// -/// Serializes `DBPROPERTIESPropertyField` instances. -/// -/// @param instance An instance of the `DBPROPERTIESPropertyField` API object. -/// -/// @return A json-compatible dictionary representation of the -/// `DBPROPERTIESPropertyField` API object. -/// -+ (NSDictionary *)serialize:(DBPROPERTIESPropertyField *)instance; - -/// -/// Deserializes `DBPROPERTIESPropertyField` instances. -/// -/// @param dict A json-compatible dictionary representation of the -/// `DBPROPERTIESPropertyField` API object. -/// -/// @return An instantiation of the `DBPROPERTIESPropertyField` object. -/// -+ (DBPROPERTIESPropertyField *)deserialize:(NSDictionary *)dict; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyFieldTemplate.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyFieldTemplate.h deleted file mode 100644 index a14bb250..00000000 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyFieldTemplate.h +++ /dev/null @@ -1,96 +0,0 @@ -/// -/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. -/// -/// Auto-generated by Stone, do not modify. -/// - -#import - -#import "DBSerializableProtocol.h" - -@class DBPROPERTIESPropertyFieldTemplate; -@class DBPROPERTIESPropertyType; - -NS_ASSUME_NONNULL_BEGIN - -#pragma mark - API Object - -/// -/// The `PropertyFieldTemplate` struct. -/// -/// Describe a single property field type which that can be part of a property -/// template. -/// -/// This class implements the `DBSerializable` protocol (serialize and -/// deserialize instance methods), which is required for all Obj-C SDK API route -/// objects. -/// -@interface DBPROPERTIESPropertyFieldTemplate : NSObject - -#pragma mark - Instance fields - -/// This is the name or key of a custom property in a property template. File -/// property names can be up to 256 bytes. -@property (nonatomic, readonly, copy) NSString *name; - -/// This is the description for a custom property in a property template. File -/// property description can be up to 1024 bytes. -@property (nonatomic, readonly, copy) NSString *description_; - -/// This is the data type of the value of this property. This type will be -/// enforced upon property creation and modifications. -@property (nonatomic, readonly) DBPROPERTIESPropertyType *type; - -#pragma mark - Constructors - -/// -/// Full constructor for the struct (exposes all instance variables). -/// -/// @param name This is the name or key of a custom property in a property -/// template. File property names can be up to 256 bytes. -/// @param description_ This is the description for a custom property in a -/// property template. File property description can be up to 1024 bytes. -/// @param type This is the data type of the value of this property. This type -/// will be enforced upon property creation and modifications. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithName:(NSString *)name - description_:(NSString *)description_ - type:(DBPROPERTIESPropertyType *)type; - -- (instancetype)init NS_UNAVAILABLE; - -@end - -#pragma mark - Serializer Object - -/// -/// The serialization class for the `PropertyFieldTemplate` struct. -/// -@interface DBPROPERTIESPropertyFieldTemplateSerializer : NSObject - -/// -/// Serializes `DBPROPERTIESPropertyFieldTemplate` instances. -/// -/// @param instance An instance of the `DBPROPERTIESPropertyFieldTemplate` API -/// object. -/// -/// @return A json-compatible dictionary representation of the -/// `DBPROPERTIESPropertyFieldTemplate` API object. -/// -+ (NSDictionary *)serialize:(DBPROPERTIESPropertyFieldTemplate *)instance; - -/// -/// Deserializes `DBPROPERTIESPropertyFieldTemplate` instances. -/// -/// @param dict A json-compatible dictionary representation of the -/// `DBPROPERTIESPropertyFieldTemplate` API object. -/// -/// @return An instantiation of the `DBPROPERTIESPropertyFieldTemplate` object. -/// -+ (DBPROPERTIESPropertyFieldTemplate *)deserialize:(NSDictionary *)dict; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyGroup.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyGroup.h deleted file mode 100644 index 07fcc598..00000000 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyGroup.h +++ /dev/null @@ -1,84 +0,0 @@ -/// -/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. -/// -/// Auto-generated by Stone, do not modify. -/// - -#import - -#import "DBSerializableProtocol.h" - -@class DBPROPERTIESPropertyField; -@class DBPROPERTIESPropertyGroup; - -NS_ASSUME_NONNULL_BEGIN - -#pragma mark - API Object - -/// -/// The `PropertyGroup` struct. -/// -/// Collection of custom properties in filled property templates. -/// -/// This class implements the `DBSerializable` protocol (serialize and -/// deserialize instance methods), which is required for all Obj-C SDK API route -/// objects. -/// -@interface DBPROPERTIESPropertyGroup : NSObject - -#pragma mark - Instance fields - -/// A unique identifier for a property template type. -@property (nonatomic, readonly, copy) NSString *templateId; - -/// This is a list of custom properties associated with a file. There can be up -/// to 32 properties for a template. -@property (nonatomic, readonly) NSArray *fields; - -#pragma mark - Constructors - -/// -/// Full constructor for the struct (exposes all instance variables). -/// -/// @param templateId A unique identifier for a property template type. -/// @param fields This is a list of custom properties associated with a file. -/// There can be up to 32 properties for a template. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithTemplateId:(NSString *)templateId fields:(NSArray *)fields; - -- (instancetype)init NS_UNAVAILABLE; - -@end - -#pragma mark - Serializer Object - -/// -/// The serialization class for the `PropertyGroup` struct. -/// -@interface DBPROPERTIESPropertyGroupSerializer : NSObject - -/// -/// Serializes `DBPROPERTIESPropertyGroup` instances. -/// -/// @param instance An instance of the `DBPROPERTIESPropertyGroup` API object. -/// -/// @return A json-compatible dictionary representation of the -/// `DBPROPERTIESPropertyGroup` API object. -/// -+ (NSDictionary *)serialize:(DBPROPERTIESPropertyGroup *)instance; - -/// -/// Deserializes `DBPROPERTIESPropertyGroup` instances. -/// -/// @param dict A json-compatible dictionary representation of the -/// `DBPROPERTIESPropertyGroup` API object. -/// -/// @return An instantiation of the `DBPROPERTIESPropertyGroup` object. -/// -+ (DBPROPERTIESPropertyGroup *)deserialize:(NSDictionary *)dict; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyGroupTemplate.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyGroupTemplate.h deleted file mode 100644 index 52a7ed65..00000000 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyGroupTemplate.h +++ /dev/null @@ -1,95 +0,0 @@ -/// -/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. -/// -/// Auto-generated by Stone, do not modify. -/// - -#import - -#import "DBSerializableProtocol.h" - -@class DBPROPERTIESPropertyFieldTemplate; -@class DBPROPERTIESPropertyGroupTemplate; - -NS_ASSUME_NONNULL_BEGIN - -#pragma mark - API Object - -/// -/// The `PropertyGroupTemplate` struct. -/// -/// Describes property templates that can be filled and associated with a file. -/// -/// This class implements the `DBSerializable` protocol (serialize and -/// deserialize instance methods), which is required for all Obj-C SDK API route -/// objects. -/// -@interface DBPROPERTIESPropertyGroupTemplate : NSObject - -#pragma mark - Instance fields - -/// A display name for the property template. Property template names can be up -/// to 256 bytes. -@property (nonatomic, readonly, copy) NSString *name; - -/// Description for new property template. Property template descriptions can be -/// up to 1024 bytes. -@property (nonatomic, readonly, copy) NSString *description_; - -/// This is a list of custom properties associated with a property template. -/// There can be up to 64 properties in a single property template. -@property (nonatomic, readonly) NSArray *fields; - -#pragma mark - Constructors - -/// -/// Full constructor for the struct (exposes all instance variables). -/// -/// @param name A display name for the property template. Property template -/// names can be up to 256 bytes. -/// @param description_ Description for new property template. Property template -/// descriptions can be up to 1024 bytes. -/// @param fields This is a list of custom properties associated with a property -/// template. There can be up to 64 properties in a single property template. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithName:(NSString *)name - description_:(NSString *)description_ - fields:(NSArray *)fields; - -- (instancetype)init NS_UNAVAILABLE; - -@end - -#pragma mark - Serializer Object - -/// -/// The serialization class for the `PropertyGroupTemplate` struct. -/// -@interface DBPROPERTIESPropertyGroupTemplateSerializer : NSObject - -/// -/// Serializes `DBPROPERTIESPropertyGroupTemplate` instances. -/// -/// @param instance An instance of the `DBPROPERTIESPropertyGroupTemplate` API -/// object. -/// -/// @return A json-compatible dictionary representation of the -/// `DBPROPERTIESPropertyGroupTemplate` API object. -/// -+ (NSDictionary *)serialize:(DBPROPERTIESPropertyGroupTemplate *)instance; - -/// -/// Deserializes `DBPROPERTIESPropertyGroupTemplate` instances. -/// -/// @param dict A json-compatible dictionary representation of the -/// `DBPROPERTIESPropertyGroupTemplate` API object. -/// -/// @return An instantiation of the `DBPROPERTIESPropertyGroupTemplate` object. -/// -+ (DBPROPERTIESPropertyGroupTemplate *)deserialize:(NSDictionary *)dict; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/DBSharingObjects.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/DBSharingObjects.m index 3bb20924..ca4f6f37 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/DBSharingObjects.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/DBSharingObjects.m @@ -99,7 +99,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGAccessLevelSerializer serialize:instance]; } @@ -200,7 +200,7 @@ + (NSDictionary *)serialize:(DBSHARINGAccessLevel *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGAccessLevel *)deserialize:(NSDictionary *)valueDict { @@ -288,7 +288,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGAclUpdatePolicySerializer serialize:instance]; } @@ -377,7 +377,7 @@ + (NSDictionary *)serialize:(DBSHARINGAclUpdatePolicy *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGAclUpdatePolicy *)deserialize:(NSDictionary *)valueDict { @@ -414,8 +414,14 @@ - (instancetype)initWithFile:(NSString *)file quiet:(NSNumber *)quiet accessLevel:(DBSHARINGAccessLevel *)accessLevel addMessageAsComment:(NSNumber *)addMessageAsComment { - [DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"((/|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(/.*)?"](file); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](members); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:@(1) + maxLength:nil + pattern:@"((/|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(/.*)?"]](file); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](members); self = [super init]; if (self) { @@ -435,7 +441,7 @@ - (instancetype)initWithFile:(NSString *)file members:(NSArray 0 ? jsonDict : nil; } + (DBSHARINGAddFileMemberArgs *)deserialize:(NSDictionary *)valueDict { @@ -678,7 +684,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGAddFileMemberErrorSerializer serialize:instance]; } @@ -782,7 +788,7 @@ + (NSDictionary *)serialize:(DBSHARINGAddFileMemberError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGAddFileMemberError *)deserialize:(NSDictionary *)valueDict { @@ -823,8 +829,12 @@ - (instancetype)initWithSharedFolderId:(NSString *)sharedFolderId members:(NSArray *)members quiet:(NSNumber *)quiet customMessage:(NSString *)customMessage { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"](sharedFolderId); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](members); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]](sharedFolderId); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](members); [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil]](customMessage); @@ -844,7 +854,7 @@ - (instancetype)initWithSharedFolderId:(NSString *)sharedFolderId members:(NSArr #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGAddFolderMemberArgSerializer serialize:instance]; } @@ -875,7 +885,7 @@ - (NSUInteger)hash { result = prime * result + [self.sharedFolderId hash]; result = prime * result + [self.members hash]; result = prime * result + [self.quiet hash]; - if (self.customMessage) { + if (self.customMessage != nil) { result = prime * result + [self.customMessage hash]; } @@ -934,7 +944,7 @@ + (NSDictionary *)serialize:(DBSHARINGAddFolderMemberArg *)valueObj { jsonDict[@"custom_message"] = valueObj.customMessage; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGAddFolderMemberArg *)deserialize:(NSDictionary *)valueDict { @@ -1191,7 +1201,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGAddFolderMemberErrorSerializer serialize:instance]; } @@ -1339,7 +1349,7 @@ + (NSDictionary *)serialize:(DBSHARINGAddFolderMemberError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGAddFolderMemberError *)deserialize:(NSDictionary *)valueDict { @@ -1395,6 +1405,7 @@ @implementation DBSHARINGAddMember #pragma mark - Constructors - (instancetype)initWithMember:(DBSHARINGMemberSelector *)member accessLevel:(DBSHARINGAccessLevel *)accessLevel { + [DBStoneValidators nonnullValidator:nil](member); self = [super init]; if (self) { @@ -1410,7 +1421,7 @@ - (instancetype)initWithMember:(DBSHARINGMemberSelector *)member { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGAddMemberSerializer serialize:instance]; } @@ -1481,7 +1492,7 @@ + (NSDictionary *)serialize:(DBSHARINGAddMember *)valueObj { jsonDict[@"member"] = [DBSHARINGMemberSelectorSerializer serialize:valueObj.member]; jsonDict[@"access_level"] = [DBSHARINGAccessLevelSerializer serialize:valueObj.accessLevel]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGAddMember *)deserialize:(NSDictionary *)valueDict { @@ -1650,7 +1661,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGAddMemberSelectorErrorSerializer serialize:instance]; } @@ -1766,7 +1777,7 @@ + (NSDictionary *)serialize:(DBSHARINGAddMemberSelectorError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGAddMemberSelectorError *)deserialize:(NSDictionary *)valueDict { @@ -1807,6 +1818,7 @@ @implementation DBSHARINGAudienceExceptionContentInfo #pragma mark - Constructors - (instancetype)initWithName:(NSString *)name { + [DBStoneValidators nonnullValidator:nil](name); self = [super init]; if (self) { @@ -1817,7 +1829,7 @@ - (instancetype)initWithName:(NSString *)name { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGAudienceExceptionContentInfoSerializer serialize:instance]; } @@ -1883,7 +1895,7 @@ + (NSDictionary *)serialize:(DBSHARINGAudienceExceptionContentInfo *)valueObj { jsonDict[@"name"] = valueObj.name; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGAudienceExceptionContentInfo *)deserialize:(NSDictionary *)valueDict { @@ -1907,7 +1919,11 @@ @implementation DBSHARINGAudienceExceptions - (instancetype)initWithCount:(NSNumber *)count exceptions:(NSArray *)exceptions { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](exceptions); + [DBStoneValidators nonnullValidator:nil](count); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](exceptions); self = [super init]; if (self) { @@ -1919,7 +1935,7 @@ - (instancetype)initWithCount:(NSNumber *)count #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGAudienceExceptionsSerializer serialize:instance]; } @@ -1994,7 +2010,7 @@ + (NSDictionary *)serialize:(DBSHARINGAudienceExceptions *)valueObj { return [DBSHARINGAudienceExceptionContentInfoSerializer serialize:elem0]; }]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGAudienceExceptions *)deserialize:(NSDictionary *)valueDict { @@ -2024,7 +2040,10 @@ @implementation DBSHARINGAudienceRestrictingSharedFolder - (instancetype)initWithSharedFolderId:(NSString *)sharedFolderId name:(NSString *)name audience:(DBSHARINGLinkAudience *)audience { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"](sharedFolderId); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]](sharedFolderId); + [DBStoneValidators nonnullValidator:nil](name); + [DBStoneValidators nonnullValidator:nil](audience); self = [super init]; if (self) { @@ -2037,7 +2056,7 @@ - (instancetype)initWithSharedFolderId:(NSString *)sharedFolderId #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGAudienceRestrictingSharedFolderSerializer serialize:instance]; } @@ -2114,7 +2133,7 @@ + (NSDictionary *)serialize:(DBSHARINGAudienceRestrictingSharedFolder *)valueObj jsonDict[@"name"] = valueObj.name; jsonDict[@"audience"] = [DBSHARINGLinkAudienceSerializer serialize:valueObj.audience]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGAudienceRestrictingSharedFolder *)deserialize:(NSDictionary *)valueDict { @@ -2144,7 +2163,12 @@ @implementation DBSHARINGChangeFileMemberAccessArgs - (instancetype)initWithFile:(NSString *)file member:(DBSHARINGMemberSelector *)member accessLevel:(DBSHARINGAccessLevel *)accessLevel { - [DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"((/|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(/.*)?"](file); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:@(1) + maxLength:nil + pattern:@"((/|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(/.*)?"]](file); + [DBStoneValidators nonnullValidator:nil](member); + [DBStoneValidators nonnullValidator:nil](accessLevel); self = [super init]; if (self) { @@ -2157,7 +2181,7 @@ - (instancetype)initWithFile:(NSString *)file #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGChangeFileMemberAccessArgsSerializer serialize:instance]; } @@ -2233,7 +2257,7 @@ + (NSDictionary *)serialize:(DBSHARINGChangeFileMemberAccessArgs *)valueObj { jsonDict[@"member"] = [DBSHARINGMemberSelectorSerializer serialize:valueObj.member]; jsonDict[@"access_level"] = [DBSHARINGAccessLevelSerializer serialize:valueObj.accessLevel]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGChangeFileMemberAccessArgs *)deserialize:(NSDictionary *)valueDict { @@ -2260,6 +2284,8 @@ @implementation DBSHARINGLinkMetadata #pragma mark - Constructors - (instancetype)initWithUrl:(NSString *)url visibility:(DBSHARINGVisibility *)visibility expires:(NSDate *)expires { + [DBStoneValidators nonnullValidator:nil](url); + [DBStoneValidators nonnullValidator:nil](visibility); self = [super init]; if (self) { @@ -2276,7 +2302,7 @@ - (instancetype)initWithUrl:(NSString *)url visibility:(DBSHARINGVisibility *)vi #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGLinkMetadataSerializer serialize:instance]; } @@ -2306,7 +2332,7 @@ - (NSUInteger)hash { result = prime * result + [self.url hash]; result = prime * result + [self.visibility hash]; - if (self.expires) { + if (self.expires != nil) { result = prime * result + [self.expires hash]; } @@ -2373,7 +2399,7 @@ + (NSDictionary *)serialize:(DBSHARINGLinkMetadata *)valueObj { jsonDict[@".tag"] = @"collection"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGLinkMetadata *)deserialize:(NSDictionary *)valueDict { @@ -2405,6 +2431,8 @@ @implementation DBSHARINGCollectionLinkMetadata #pragma mark - Constructors - (instancetype)initWithUrl:(NSString *)url visibility:(DBSHARINGVisibility *)visibility expires:(NSDate *)expires { + [DBStoneValidators nonnullValidator:nil](url); + [DBStoneValidators nonnullValidator:nil](visibility); self = [super initWithUrl:url visibility:visibility expires:expires]; if (self) { @@ -2418,7 +2446,7 @@ - (instancetype)initWithUrl:(NSString *)url visibility:(DBSHARINGVisibility *)vi #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGCollectionLinkMetadataSerializer serialize:instance]; } @@ -2448,7 +2476,7 @@ - (NSUInteger)hash { result = prime * result + [self.url hash]; result = prime * result + [self.visibility hash]; - if (self.expires) { + if (self.expires != nil) { result = prime * result + [self.expires hash]; } @@ -2500,7 +2528,7 @@ + (NSDictionary *)serialize:(DBSHARINGCollectionLinkMetadata *)valueObj { jsonDict[@"expires"] = [DBNSDateSerializer serialize:valueObj.expires dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGCollectionLinkMetadata *)deserialize:(NSDictionary *)valueDict { @@ -2529,6 +2557,7 @@ @implementation DBSHARINGCreateSharedLinkArg - (instancetype)initWithPath:(NSString *)path shortUrl:(NSNumber *)shortUrl pendingUpload:(DBSHARINGPendingUploadMode *)pendingUpload { + [DBStoneValidators nonnullValidator:nil](path); self = [super init]; if (self) { @@ -2545,7 +2574,7 @@ - (instancetype)initWithPath:(NSString *)path { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGCreateSharedLinkArgSerializer serialize:instance]; } @@ -2575,7 +2604,7 @@ - (NSUInteger)hash { result = prime * result + [self.path hash]; result = prime * result + [self.shortUrl hash]; - if (self.pendingUpload) { + if (self.pendingUpload != nil) { result = prime * result + [self.pendingUpload hash]; } @@ -2627,7 +2656,7 @@ + (NSDictionary *)serialize:(DBSHARINGCreateSharedLinkArg *)valueObj { jsonDict[@"pending_upload"] = [DBSHARINGPendingUploadModeSerializer serialize:valueObj.pendingUpload]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGCreateSharedLinkArg *)deserialize:(NSDictionary *)valueDict { @@ -2705,7 +2734,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGCreateSharedLinkErrorSerializer serialize:instance]; } @@ -2789,7 +2818,7 @@ + (NSDictionary *)serialize:(DBSHARINGCreateSharedLinkError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGCreateSharedLinkError *)deserialize:(NSDictionary *)valueDict { @@ -2819,8 +2848,11 @@ @implementation DBSHARINGCreateSharedLinkWithSettingsArg #pragma mark - Constructors - (instancetype)initWithPath:(NSString *)path settings:(DBSHARINGSharedLinkSettings *)settings { - [DBStoneValidators stringValidator:nil maxLength:nil - pattern:@"(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)"](path); + [DBStoneValidators + nonnullValidator:[DBStoneValidators + stringValidator:nil + maxLength:nil + pattern:@"(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?)"]](path); self = [super init]; if (self) { @@ -2836,7 +2868,7 @@ - (instancetype)initWithPath:(NSString *)path { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGCreateSharedLinkWithSettingsArgSerializer serialize:instance]; } @@ -2865,7 +2897,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.path hash]; - if (self.settings) { + if (self.settings != nil) { result = prime * result + [self.settings hash]; } @@ -2914,7 +2946,7 @@ + (NSDictionary *)serialize:(DBSHARINGCreateSharedLinkWithSettingsArg *)valueObj jsonDict[@"settings"] = [DBSHARINGSharedLinkSettingsSerializer serialize:valueObj.settings]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGCreateSharedLinkWithSettingsArg *)deserialize:(NSDictionary *)valueDict { @@ -3045,7 +3077,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGCreateSharedLinkWithSettingsErrorSerializer serialize:instance]; } @@ -3152,7 +3184,7 @@ + (NSDictionary *)serialize:(DBSHARINGCreateSharedLinkWithSettingsError *)valueO userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGCreateSharedLinkWithSettingsError *)deserialize:(NSDictionary *)valueDict { @@ -3202,8 +3234,16 @@ - (instancetype)initWithAudienceOptions:(NSArray *)audi accessLevel:(DBSHARINGAccessLevel *)accessLevel audienceRestrictingSharedFolder:(DBSHARINGAudienceRestrictingSharedFolder *)audienceRestrictingSharedFolder expiry:(NSDate *)expiry { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](audienceOptions); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](linkPermissions); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](audienceOptions); + [DBStoneValidators nonnullValidator:nil](currentAudience); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](linkPermissions); + [DBStoneValidators nonnullValidator:nil](passwordProtected); self = [super init]; if (self) { @@ -3233,7 +3273,7 @@ - (instancetype)initWithAudienceOptions:(NSArray *)audi #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGSharedContentLinkMetadataBaseSerializer serialize:instance]; } @@ -3265,13 +3305,13 @@ - (NSUInteger)hash { result = prime * result + [self.currentAudience hash]; result = prime * result + [self.linkPermissions hash]; result = prime * result + [self.passwordProtected hash]; - if (self.accessLevel) { + if (self.accessLevel != nil) { result = prime * result + [self.accessLevel hash]; } - if (self.audienceRestrictingSharedFolder) { + if (self.audienceRestrictingSharedFolder != nil) { result = prime * result + [self.audienceRestrictingSharedFolder hash]; } - if (self.expiry) { + if (self.expiry != nil) { result = prime * result + [self.expiry hash]; } @@ -3356,7 +3396,7 @@ + (NSDictionary *)serialize:(DBSHARINGSharedContentLinkMetadataBase *)valueObj { jsonDict[@"expiry"] = [DBNSDateSerializer serialize:valueObj.expiry dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGSharedContentLinkMetadataBase *)deserialize:(NSDictionary *)valueDict { @@ -3416,8 +3456,16 @@ - (instancetype)initWithAudienceOptions:(NSArray *)audi accessLevel:(DBSHARINGAccessLevel *)accessLevel audienceRestrictingSharedFolder:(DBSHARINGAudienceRestrictingSharedFolder *)audienceRestrictingSharedFolder expiry:(NSDate *)expiry { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](audienceOptions); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](linkPermissions); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](audienceOptions); + [DBStoneValidators nonnullValidator:nil](currentAudience); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](linkPermissions); + [DBStoneValidators nonnullValidator:nil](passwordProtected); self = [super initWithAudienceOptions:audienceOptions currentAudience:currentAudience @@ -3446,7 +3494,7 @@ - (instancetype)initWithAudienceOptions:(NSArray *)audi #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGExpectedSharedContentLinkMetadataSerializer serialize:instance]; } @@ -3478,13 +3526,13 @@ - (NSUInteger)hash { result = prime * result + [self.currentAudience hash]; result = prime * result + [self.linkPermissions hash]; result = prime * result + [self.passwordProtected hash]; - if (self.accessLevel) { + if (self.accessLevel != nil) { result = prime * result + [self.accessLevel hash]; } - if (self.audienceRestrictingSharedFolder) { + if (self.audienceRestrictingSharedFolder != nil) { result = prime * result + [self.audienceRestrictingSharedFolder hash]; } - if (self.expiry) { + if (self.expiry != nil) { result = prime * result + [self.expiry hash]; } @@ -3569,7 +3617,7 @@ + (NSDictionary *)serialize:(DBSHARINGExpectedSharedContentLinkMetadata *)valueO jsonDict[@"expiry"] = [DBNSDateSerializer serialize:valueObj.expiry dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGExpectedSharedContentLinkMetadata *)deserialize:(NSDictionary *)valueDict { @@ -3770,7 +3818,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGFileActionSerializer serialize:instance]; } @@ -3901,7 +3949,7 @@ + (NSDictionary *)serialize:(DBSHARINGFileAction *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGFileAction *)deserialize:(NSDictionary *)valueDict { @@ -4046,7 +4094,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGFileErrorResultSerializer serialize:instance]; } @@ -4144,7 +4192,7 @@ + (NSDictionary *)serialize:(DBSHARINGFileErrorResult *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGFileErrorResult *)deserialize:(NSDictionary *)valueDict { @@ -4191,6 +4239,9 @@ - (instancetype)initWithUrl:(NSString *)url pathLower:(NSString *)pathLower teamMemberInfo:(DBSHARINGTeamMemberInfo *)teamMemberInfo contentOwnerTeamInfo:(DBUSERSTeam *)contentOwnerTeamInfo { + [DBStoneValidators nonnullValidator:nil](url); + [DBStoneValidators nonnullValidator:nil](name); + [DBStoneValidators nonnullValidator:nil](linkPermissions); [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil]](id_); self = [super init]; @@ -4222,7 +4273,7 @@ - (instancetype)initWithUrl:(NSString *)url #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGSharedLinkMetadataSerializer serialize:instance]; } @@ -4253,19 +4304,19 @@ - (NSUInteger)hash { result = prime * result + [self.url hash]; result = prime * result + [self.name hash]; result = prime * result + [self.linkPermissions hash]; - if (self.id_) { + if (self.id_ != nil) { result = prime * result + [self.id_ hash]; } - if (self.expires) { + if (self.expires != nil) { result = prime * result + [self.expires hash]; } - if (self.pathLower) { + if (self.pathLower != nil) { result = prime * result + [self.pathLower hash]; } - if (self.teamMemberInfo) { + if (self.teamMemberInfo != nil) { result = prime * result + [self.teamMemberInfo hash]; } - if (self.contentOwnerTeamInfo) { + if (self.contentOwnerTeamInfo != nil) { result = prime * result + [self.contentOwnerTeamInfo hash]; } @@ -4368,7 +4419,7 @@ + (NSDictionary *)serialize:(DBSHARINGSharedLinkMetadata *)valueObj { jsonDict[@".tag"] = @"folder"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGSharedLinkMetadata *)deserialize:(NSDictionary *)valueDict { @@ -4413,7 +4464,13 @@ - (instancetype)initWithUrl:(NSString *)url pathLower:(NSString *)pathLower teamMemberInfo:(DBSHARINGTeamMemberInfo *)teamMemberInfo contentOwnerTeamInfo:(DBUSERSTeam *)contentOwnerTeamInfo { - [DBStoneValidators stringValidator:@(9) maxLength:nil pattern:@"[0-9a-f]+"](rev); + [DBStoneValidators nonnullValidator:nil](url); + [DBStoneValidators nonnullValidator:nil](name); + [DBStoneValidators nonnullValidator:nil](linkPermissions); + [DBStoneValidators nonnullValidator:nil](clientModified); + [DBStoneValidators nonnullValidator:nil](serverModified); + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:@(9) maxLength:nil pattern:@"[0-9a-f]+"]](rev); + [DBStoneValidators nonnullValidator:nil](size); [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil]](id_); self = [super initWithUrl:url @@ -4456,7 +4513,7 @@ - (instancetype)initWithUrl:(NSString *)url #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGFileLinkMetadataSerializer serialize:instance]; } @@ -4491,19 +4548,19 @@ - (NSUInteger)hash { result = prime * result + [self.serverModified hash]; result = prime * result + [self.rev hash]; result = prime * result + [self.size hash]; - if (self.id_) { + if (self.id_ != nil) { result = prime * result + [self.id_ hash]; } - if (self.expires) { + if (self.expires != nil) { result = prime * result + [self.expires hash]; } - if (self.pathLower) { + if (self.pathLower != nil) { result = prime * result + [self.pathLower hash]; } - if (self.teamMemberInfo) { + if (self.teamMemberInfo != nil) { result = prime * result + [self.teamMemberInfo hash]; } - if (self.contentOwnerTeamInfo) { + if (self.contentOwnerTeamInfo != nil) { result = prime * result + [self.contentOwnerTeamInfo hash]; } @@ -4609,7 +4666,7 @@ + (NSDictionary *)serialize:(DBSHARINGFileLinkMetadata *)valueObj { jsonDict[@"content_owner_team_info"] = [DBUSERSTeamSerializer serialize:valueObj.contentOwnerTeamInfo]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGFileLinkMetadata *)deserialize:(NSDictionary *)valueDict { @@ -4768,7 +4825,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGFileMemberActionErrorSerializer serialize:instance]; } @@ -4873,7 +4930,7 @@ + (NSDictionary *)serialize:(DBSHARINGFileMemberActionError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGFileMemberActionError *)deserialize:(NSDictionary *)valueDict { @@ -4976,7 +5033,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGFileMemberActionIndividualResultSerializer serialize:instance]; } @@ -5006,7 +5063,7 @@ - (NSUInteger)hash { switch (_tag) { case DBSHARINGFileMemberActionIndividualResultSuccess: - if (self.success) { + if (self.success != nil) { result = prime * result + [self.success hash]; } case DBSHARINGFileMemberActionIndividualResultMemberError: @@ -5070,7 +5127,7 @@ + (NSDictionary *)serialize:(DBSHARINGFileMemberActionIndividualResult *)valueOb userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGFileMemberActionIndividualResult *)deserialize:(NSDictionary *)valueDict { @@ -5108,6 +5165,8 @@ @implementation DBSHARINGFileMemberActionResult - (instancetype)initWithMember:(DBSHARINGMemberSelector *)member result:(DBSHARINGFileMemberActionIndividualResult *)result { + [DBStoneValidators nonnullValidator:nil](member); + [DBStoneValidators nonnullValidator:nil](result); self = [super init]; if (self) { @@ -5119,7 +5178,7 @@ - (instancetype)initWithMember:(DBSHARINGMemberSelector *)member #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGFileMemberActionResultSerializer serialize:instance]; } @@ -5190,7 +5249,7 @@ + (NSDictionary *)serialize:(DBSHARINGFileMemberActionResult *)valueObj { jsonDict[@"member"] = [DBSHARINGMemberSelectorSerializer serialize:valueObj.member]; jsonDict[@"result"] = [DBSHARINGFileMemberActionIndividualResultSerializer serialize:valueObj.result]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGFileMemberActionResult *)deserialize:(NSDictionary *)valueDict { @@ -5293,7 +5352,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGFileMemberRemoveActionResultSerializer serialize:instance]; } @@ -5384,7 +5443,7 @@ + (NSDictionary *)serialize:(DBSHARINGFileMemberRemoveActionResult *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGFileMemberRemoveActionResult *)deserialize:(NSDictionary *)valueDict { @@ -5421,6 +5480,8 @@ @implementation DBSHARINGFilePermission - (instancetype)initWithAction:(DBSHARINGFileAction *)action allow:(NSNumber *)allow reason:(DBSHARINGPermissionDeniedReason *)reason { + [DBStoneValidators nonnullValidator:nil](action); + [DBStoneValidators nonnullValidator:nil](allow); self = [super init]; if (self) { @@ -5437,7 +5498,7 @@ - (instancetype)initWithAction:(DBSHARINGFileAction *)action allow:(NSNumber *)a #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGFilePermissionSerializer serialize:instance]; } @@ -5467,7 +5528,7 @@ - (NSUInteger)hash { result = prime * result + [self.action hash]; result = prime * result + [self.allow hash]; - if (self.reason) { + if (self.reason != nil) { result = prime * result + [self.reason hash]; } @@ -5519,7 +5580,7 @@ + (NSDictionary *)serialize:(DBSHARINGFilePermission *)valueObj { jsonDict[@"reason"] = [DBSHARINGPermissionDeniedReasonSerializer serialize:valueObj.reason]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGFilePermission *)deserialize:(NSDictionary *)valueDict { @@ -5752,7 +5813,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGFolderActionSerializer serialize:instance]; } @@ -5907,7 +5968,7 @@ + (NSDictionary *)serialize:(DBSHARINGFolderAction *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGFolderAction *)deserialize:(NSDictionary *)valueDict { @@ -5970,6 +6031,9 @@ - (instancetype)initWithUrl:(NSString *)url pathLower:(NSString *)pathLower teamMemberInfo:(DBSHARINGTeamMemberInfo *)teamMemberInfo contentOwnerTeamInfo:(DBUSERSTeam *)contentOwnerTeamInfo { + [DBStoneValidators nonnullValidator:nil](url); + [DBStoneValidators nonnullValidator:nil](name); + [DBStoneValidators nonnullValidator:nil](linkPermissions); [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil]](id_); self = [super initWithUrl:url @@ -6000,7 +6064,7 @@ - (instancetype)initWithUrl:(NSString *)url #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGFolderLinkMetadataSerializer serialize:instance]; } @@ -6031,19 +6095,19 @@ - (NSUInteger)hash { result = prime * result + [self.url hash]; result = prime * result + [self.name hash]; result = prime * result + [self.linkPermissions hash]; - if (self.id_) { + if (self.id_ != nil) { result = prime * result + [self.id_ hash]; } - if (self.expires) { + if (self.expires != nil) { result = prime * result + [self.expires hash]; } - if (self.pathLower) { + if (self.pathLower != nil) { result = prime * result + [self.pathLower hash]; } - if (self.teamMemberInfo) { + if (self.teamMemberInfo != nil) { result = prime * result + [self.teamMemberInfo hash]; } - if (self.contentOwnerTeamInfo) { + if (self.contentOwnerTeamInfo != nil) { result = prime * result + [self.contentOwnerTeamInfo hash]; } @@ -6131,7 +6195,7 @@ + (NSDictionary *)serialize:(DBSHARINGFolderLinkMetadata *)valueObj { jsonDict[@"content_owner_team_info"] = [DBUSERSTeamSerializer serialize:valueObj.contentOwnerTeamInfo]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGFolderLinkMetadata *)deserialize:(NSDictionary *)valueDict { @@ -6178,6 +6242,8 @@ @implementation DBSHARINGFolderPermission - (instancetype)initWithAction:(DBSHARINGFolderAction *)action allow:(NSNumber *)allow reason:(DBSHARINGPermissionDeniedReason *)reason { + [DBStoneValidators nonnullValidator:nil](action); + [DBStoneValidators nonnullValidator:nil](allow); self = [super init]; if (self) { @@ -6194,7 +6260,7 @@ - (instancetype)initWithAction:(DBSHARINGFolderAction *)action allow:(NSNumber * #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGFolderPermissionSerializer serialize:instance]; } @@ -6224,7 +6290,7 @@ - (NSUInteger)hash { result = prime * result + [self.action hash]; result = prime * result + [self.allow hash]; - if (self.reason) { + if (self.reason != nil) { result = prime * result + [self.reason hash]; } @@ -6276,7 +6342,7 @@ + (NSDictionary *)serialize:(DBSHARINGFolderPermission *)valueObj { jsonDict[@"reason"] = [DBSHARINGPermissionDeniedReasonSerializer serialize:valueObj.reason]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGFolderPermission *)deserialize:(NSDictionary *)valueDict { @@ -6309,6 +6375,8 @@ - (instancetype)initWithAclUpdatePolicy:(DBSHARINGAclUpdatePolicy *)aclUpdatePol memberPolicy:(DBSHARINGMemberPolicy *)memberPolicy resolvedMemberPolicy:(DBSHARINGMemberPolicy *)resolvedMemberPolicy viewerInfoPolicy:(DBSHARINGViewerInfoPolicy *)viewerInfoPolicy { + [DBStoneValidators nonnullValidator:nil](aclUpdatePolicy); + [DBStoneValidators nonnullValidator:nil](sharedLinkPolicy); self = [super init]; if (self) { @@ -6332,7 +6400,7 @@ - (instancetype)initWithAclUpdatePolicy:(DBSHARINGAclUpdatePolicy *)aclUpdatePol #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGFolderPolicySerializer serialize:instance]; } @@ -6362,13 +6430,13 @@ - (NSUInteger)hash { result = prime * result + [self.aclUpdatePolicy hash]; result = prime * result + [self.sharedLinkPolicy hash]; - if (self.memberPolicy) { + if (self.memberPolicy != nil) { result = prime * result + [self.memberPolicy hash]; } - if (self.resolvedMemberPolicy) { + if (self.resolvedMemberPolicy != nil) { result = prime * result + [self.resolvedMemberPolicy hash]; } - if (self.viewerInfoPolicy) { + if (self.viewerInfoPolicy != nil) { result = prime * result + [self.viewerInfoPolicy hash]; } @@ -6436,7 +6504,7 @@ + (NSDictionary *)serialize:(DBSHARINGFolderPolicy *)valueObj { jsonDict[@"viewer_info_policy"] = [DBSHARINGViewerInfoPolicySerializer serialize:valueObj.viewerInfoPolicy]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGFolderPolicy *)deserialize:(NSDictionary *)valueDict { @@ -6476,8 +6544,14 @@ @implementation DBSHARINGGetFileMetadataArg #pragma mark - Constructors - (instancetype)initWithFile:(NSString *)file actions:(NSArray *)actions { - [DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"((/|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(/.*)?"](file); - [DBStoneValidators nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](actions); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:@(1) + maxLength:nil + pattern:@"((/|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(/.*)?"]](file); + [DBStoneValidators + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](actions); self = [super init]; if (self) { @@ -6493,7 +6567,7 @@ - (instancetype)initWithFile:(NSString *)file { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGGetFileMetadataArgSerializer serialize:instance]; } @@ -6522,7 +6596,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.file hash]; - if (self.actions) { + if (self.actions != nil) { result = prime * result + [self.actions hash]; } @@ -6573,7 +6647,7 @@ + (NSDictionary *)serialize:(DBSHARINGGetFileMetadataArg *)valueObj { }]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGGetFileMetadataArg *)deserialize:(NSDictionary *)valueDict { @@ -6602,12 +6676,21 @@ @implementation DBSHARINGGetFileMetadataBatchArg #pragma mark - Constructors - (instancetype)initWithFiles:(NSArray *)files actions:(NSArray *)actions { - [DBStoneValidators arrayValidator:nil maxItems:@(100) - itemValidator:[DBStoneValidators - stringValidator:@(1) - maxLength:nil - pattern:@"((/|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(/.*)?"]](files); - [DBStoneValidators nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](actions); + [DBStoneValidators + nonnullValidator:[DBStoneValidators + arrayValidator:nil + maxItems:@(100) + itemValidator:[DBStoneValidators + nonnullValidator:[DBStoneValidators + stringValidator:@(1) + maxLength:nil + pattern:@"((/" + @"|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(" + @"/.*)?"]]]](files); + [DBStoneValidators + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](actions); self = [super init]; if (self) { @@ -6623,7 +6706,7 @@ - (instancetype)initWithFiles:(NSArray *)files { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGGetFileMetadataBatchArgSerializer serialize:instance]; } @@ -6652,7 +6735,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.files hash]; - if (self.actions) { + if (self.actions != nil) { result = prime * result + [self.actions hash]; } @@ -6706,7 +6789,7 @@ + (NSDictionary *)serialize:(DBSHARINGGetFileMetadataBatchArg *)valueObj { }]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGGetFileMetadataBatchArg *)deserialize:(NSDictionary *)valueDict { @@ -6738,7 +6821,11 @@ @implementation DBSHARINGGetFileMetadataBatchResult #pragma mark - Constructors - (instancetype)initWithFile:(NSString *)file result:(DBSHARINGGetFileMetadataIndividualResult *)result { - [DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"((/|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(/.*)?"](file); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:@(1) + maxLength:nil + pattern:@"((/|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(/.*)?"]](file); + [DBStoneValidators nonnullValidator:nil](result); self = [super init]; if (self) { @@ -6750,7 +6837,7 @@ - (instancetype)initWithFile:(NSString *)file result:(DBSHARINGGetFileMetadataIn #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGGetFileMetadataBatchResultSerializer serialize:instance]; } @@ -6821,7 +6908,7 @@ + (NSDictionary *)serialize:(DBSHARINGGetFileMetadataBatchResult *)valueObj { jsonDict[@"file"] = valueObj.file; jsonDict[@"result"] = [DBSHARINGGetFileMetadataIndividualResultSerializer serialize:valueObj.result]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGGetFileMetadataBatchResult *)deserialize:(NSDictionary *)valueDict { @@ -6922,7 +7009,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGGetFileMetadataErrorSerializer serialize:instance]; } @@ -7014,7 +7101,7 @@ + (NSDictionary *)serialize:(DBSHARINGGetFileMetadataError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGGetFileMetadataError *)deserialize:(NSDictionary *)valueDict { @@ -7126,7 +7213,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGGetFileMetadataIndividualResultSerializer serialize:instance]; } @@ -7219,7 +7306,7 @@ + (NSDictionary *)serialize:(DBSHARINGGetFileMetadataIndividualResult *)valueObj jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGGetFileMetadataIndividualResult *)deserialize:(NSDictionary *)valueDict { @@ -7253,8 +7340,12 @@ @implementation DBSHARINGGetMetadataArgs #pragma mark - Constructors - (instancetype)initWithSharedFolderId:(NSString *)sharedFolderId actions:(NSArray *)actions { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"](sharedFolderId); - [DBStoneValidators nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](actions); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]](sharedFolderId); + [DBStoneValidators + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](actions); self = [super init]; if (self) { @@ -7270,7 +7361,7 @@ - (instancetype)initWithSharedFolderId:(NSString *)sharedFolderId { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGGetMetadataArgsSerializer serialize:instance]; } @@ -7299,7 +7390,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.sharedFolderId hash]; - if (self.actions) { + if (self.actions != nil) { result = prime * result + [self.actions hash]; } @@ -7350,7 +7441,7 @@ + (NSDictionary *)serialize:(DBSHARINGGetMetadataArgs *)valueObj { }]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGGetMetadataArgs *)deserialize:(NSDictionary *)valueDict { @@ -7446,7 +7537,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGSharedLinkErrorSerializer serialize:instance]; } @@ -7541,7 +7632,7 @@ + (NSDictionary *)serialize:(DBSHARINGSharedLinkError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGSharedLinkError *)deserialize:(NSDictionary *)valueDict { @@ -7656,7 +7747,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGGetSharedLinkFileErrorSerializer serialize:instance]; } @@ -7757,7 +7848,7 @@ + (NSDictionary *)serialize:(DBSHARINGGetSharedLinkFileError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGGetSharedLinkFileError *)deserialize:(NSDictionary *)valueDict { @@ -7791,6 +7882,7 @@ @implementation DBSHARINGGetSharedLinkMetadataArg #pragma mark - Constructors - (instancetype)initWithUrl:(NSString *)url path:(NSString *)path linkPassword:(NSString *)linkPassword { + [DBStoneValidators nonnullValidator:nil](url); [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"/(.|[\\r\\n])*"]](path); @@ -7809,7 +7901,7 @@ - (instancetype)initWithUrl:(NSString *)url { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGGetSharedLinkMetadataArgSerializer serialize:instance]; } @@ -7838,10 +7930,10 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.url hash]; - if (self.path) { + if (self.path != nil) { result = prime * result + [self.path hash]; } - if (self.linkPassword) { + if (self.linkPassword != nil) { result = prime * result + [self.linkPassword hash]; } @@ -7897,7 +7989,7 @@ + (NSDictionary *)serialize:(DBSHARINGGetSharedLinkMetadataArg *)valueObj { jsonDict[@"link_password"] = valueObj.linkPassword; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGGetSharedLinkMetadataArg *)deserialize:(NSDictionary *)valueDict { @@ -7935,7 +8027,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGGetSharedLinksArgSerializer serialize:instance]; } @@ -7963,7 +8055,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.path) { + if (self.path != nil) { result = prime * result + [self.path hash]; } @@ -8007,7 +8099,7 @@ + (NSDictionary *)serialize:(DBSHARINGGetSharedLinksArg *)valueObj { jsonDict[@"path"] = valueObj.path; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGGetSharedLinksArg *)deserialize:(NSDictionary *)valueDict { @@ -8080,7 +8172,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGGetSharedLinksErrorSerializer serialize:instance]; } @@ -8110,7 +8202,7 @@ - (NSUInteger)hash { switch (_tag) { case DBSHARINGGetSharedLinksErrorPath: - if (self.path) { + if (self.path != nil) { result = prime * result + [self.path hash]; } case DBSHARINGGetSharedLinksErrorOther: @@ -8170,7 +8262,7 @@ + (NSDictionary *)serialize:(DBSHARINGGetSharedLinksError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGGetSharedLinksError *)deserialize:(NSDictionary *)valueDict { @@ -8200,7 +8292,10 @@ @implementation DBSHARINGGetSharedLinksResult #pragma mark - Constructors - (instancetype)initWithLinks:(NSArray *)links { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](links); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](links); self = [super init]; if (self) { @@ -8211,7 +8306,7 @@ - (instancetype)initWithLinks:(NSArray *)links { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGGetSharedLinksResultSerializer serialize:instance]; } @@ -8280,7 +8375,7 @@ + (NSDictionary *)serialize:(DBSHARINGGetSharedLinksResult *)valueObj { return [DBSHARINGLinkMetadataSerializer serialize:elem0]; }]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGGetSharedLinksResult *)deserialize:(NSDictionary *)valueDict { @@ -8317,6 +8412,13 @@ - (instancetype)initWithGroupName:(NSString *)groupName sameTeam:(NSNumber *)sameTeam groupExternalId:(NSString *)groupExternalId memberCount:(NSNumber *)memberCount { + [DBStoneValidators nonnullValidator:nil](groupName); + [DBStoneValidators nonnullValidator:nil](groupId); + [DBStoneValidators nonnullValidator:nil](groupManagementType); + [DBStoneValidators nonnullValidator:nil](groupType); + [DBStoneValidators nonnullValidator:nil](isMember); + [DBStoneValidators nonnullValidator:nil](isOwner); + [DBStoneValidators nonnullValidator:nil](sameTeam); self = [super initWithGroupName:groupName groupId:groupId @@ -8352,7 +8454,7 @@ - (instancetype)initWithGroupName:(NSString *)groupName #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGGroupInfoSerializer serialize:instance]; } @@ -8387,10 +8489,10 @@ - (NSUInteger)hash { result = prime * result + [self.isMember hash]; result = prime * result + [self.isOwner hash]; result = prime * result + [self.sameTeam hash]; - if (self.groupExternalId) { + if (self.groupExternalId != nil) { result = prime * result + [self.groupExternalId hash]; } - if (self.memberCount) { + if (self.memberCount != nil) { result = prime * result + [self.memberCount hash]; } @@ -8471,7 +8573,7 @@ + (NSDictionary *)serialize:(DBSHARINGGroupInfo *)valueObj { jsonDict[@"member_count"] = valueObj.memberCount; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGGroupInfo *)deserialize:(NSDictionary *)valueDict { @@ -8515,8 +8617,11 @@ - (instancetype)initWithAccessType:(DBSHARINGAccessLevel *)accessType permissions:(NSArray *)permissions initials:(NSString *)initials isInherited:(NSNumber *)isInherited { + [DBStoneValidators nonnullValidator:nil](accessType); [DBStoneValidators - nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](permissions); + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](permissions); self = [super init]; if (self) { @@ -8534,7 +8639,7 @@ - (instancetype)initWithAccessType:(DBSHARINGAccessLevel *)accessType { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGMembershipInfoSerializer serialize:instance]; } @@ -8563,10 +8668,10 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.accessType hash]; - if (self.permissions) { + if (self.permissions != nil) { result = prime * result + [self.permissions hash]; } - if (self.initials) { + if (self.initials != nil) { result = prime * result + [self.initials hash]; } result = prime * result + [self.isInherited hash]; @@ -8630,7 +8735,7 @@ + (NSDictionary *)serialize:(DBSHARINGMembershipInfo *)valueObj { } jsonDict[@"is_inherited"] = valueObj.isInherited; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGMembershipInfo *)deserialize:(NSDictionary *)valueDict { @@ -8671,8 +8776,12 @@ - (instancetype)initWithAccessType:(DBSHARINGAccessLevel *)accessType permissions:(NSArray *)permissions initials:(NSString *)initials isInherited:(NSNumber *)isInherited { + [DBStoneValidators nonnullValidator:nil](accessType); + [DBStoneValidators nonnullValidator:nil](group); [DBStoneValidators - nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](permissions); + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](permissions); self = [super initWithAccessType:accessType permissions:permissions initials:initials isInherited:isInherited]; if (self) { @@ -8687,7 +8796,7 @@ - (instancetype)initWithAccessType:(DBSHARINGAccessLevel *)accessType group:(DBS #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGGroupMembershipInfoSerializer serialize:instance]; } @@ -8717,10 +8826,10 @@ - (NSUInteger)hash { result = prime * result + [self.accessType hash]; result = prime * result + [self.group hash]; - if (self.permissions) { + if (self.permissions != nil) { result = prime * result + [self.permissions hash]; } - if (self.initials) { + if (self.initials != nil) { result = prime * result + [self.initials hash]; } result = prime * result + [self.isInherited hash]; @@ -8788,7 +8897,7 @@ + (NSDictionary *)serialize:(DBSHARINGGroupMembershipInfo *)valueObj { } jsonDict[@"is_inherited"] = valueObj.isInherited; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGGroupMembershipInfo *)deserialize:(NSDictionary *)valueDict { @@ -8823,6 +8932,7 @@ @implementation DBSHARINGInsufficientPlan #pragma mark - Constructors - (instancetype)initWithMessage:(NSString *)message upsellUrl:(NSString *)upsellUrl { + [DBStoneValidators nonnullValidator:nil](message); self = [super init]; if (self) { @@ -8838,7 +8948,7 @@ - (instancetype)initWithMessage:(NSString *)message { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGInsufficientPlanSerializer serialize:instance]; } @@ -8867,7 +8977,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.message hash]; - if (self.upsellUrl) { + if (self.upsellUrl != nil) { result = prime * result + [self.upsellUrl hash]; } @@ -8915,7 +9025,7 @@ + (NSDictionary *)serialize:(DBSHARINGInsufficientPlan *)valueObj { jsonDict[@"upsell_url"] = valueObj.upsellUrl; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGInsufficientPlan *)deserialize:(NSDictionary *)valueDict { @@ -8940,6 +9050,9 @@ @implementation DBSHARINGInsufficientQuotaAmounts - (instancetype)initWithSpaceNeeded:(NSNumber *)spaceNeeded spaceShortage:(NSNumber *)spaceShortage spaceLeft:(NSNumber *)spaceLeft { + [DBStoneValidators nonnullValidator:nil](spaceNeeded); + [DBStoneValidators nonnullValidator:nil](spaceShortage); + [DBStoneValidators nonnullValidator:nil](spaceLeft); self = [super init]; if (self) { @@ -8952,7 +9065,7 @@ - (instancetype)initWithSpaceNeeded:(NSNumber *)spaceNeeded #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGInsufficientQuotaAmountsSerializer serialize:instance]; } @@ -9028,7 +9141,7 @@ + (NSDictionary *)serialize:(DBSHARINGInsufficientQuotaAmounts *)valueObj { jsonDict[@"space_shortage"] = valueObj.spaceShortage; jsonDict[@"space_left"] = valueObj.spaceLeft; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGInsufficientQuotaAmounts *)deserialize:(NSDictionary *)valueDict { @@ -9105,7 +9218,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGInviteeInfoSerializer serialize:instance]; } @@ -9189,7 +9302,7 @@ + (NSDictionary *)serialize:(DBSHARINGInviteeInfo *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGInviteeInfo *)deserialize:(NSDictionary *)valueDict { @@ -9228,8 +9341,12 @@ - (instancetype)initWithAccessType:(DBSHARINGAccessLevel *)accessType initials:(NSString *)initials isInherited:(NSNumber *)isInherited user:(DBSHARINGUserInfo *)user { + [DBStoneValidators nonnullValidator:nil](accessType); + [DBStoneValidators nonnullValidator:nil](invitee); [DBStoneValidators - nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](permissions); + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](permissions); self = [super initWithAccessType:accessType permissions:permissions initials:initials isInherited:isInherited]; if (self) { @@ -9245,7 +9362,7 @@ - (instancetype)initWithAccessType:(DBSHARINGAccessLevel *)accessType invitee:(D #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGInviteeMembershipInfoSerializer serialize:instance]; } @@ -9275,14 +9392,14 @@ - (NSUInteger)hash { result = prime * result + [self.accessType hash]; result = prime * result + [self.invitee hash]; - if (self.permissions) { + if (self.permissions != nil) { result = prime * result + [self.permissions hash]; } - if (self.initials) { + if (self.initials != nil) { result = prime * result + [self.initials hash]; } result = prime * result + [self.isInherited hash]; - if (self.user) { + if (self.user != nil) { result = prime * result + [self.user hash]; } @@ -9357,7 +9474,7 @@ + (NSDictionary *)serialize:(DBSHARINGInviteeMembershipInfo *)valueObj { jsonDict[@"user"] = [DBSHARINGUserInfoSerializer serialize:valueObj.user]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGInviteeMembershipInfo *)deserialize:(NSDictionary *)valueDict { @@ -9498,7 +9615,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGJobErrorSerializer serialize:instance]; } @@ -9599,7 +9716,7 @@ + (NSDictionary *)serialize:(DBSHARINGJobError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGJobError *)deserialize:(NSDictionary *)valueDict { @@ -9705,7 +9822,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGJobStatusSerializer serialize:instance]; } @@ -9797,7 +9914,7 @@ + (NSDictionary *)serialize:(DBSHARINGJobStatus *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGJobStatus *)deserialize:(NSDictionary *)valueDict { @@ -9941,7 +10058,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGLinkActionSerializer serialize:instance]; } @@ -10054,7 +10171,7 @@ + (NSDictionary *)serialize:(DBSHARINGLinkAction *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGLinkAction *)deserialize:(NSDictionary *)valueDict { @@ -10160,7 +10277,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGLinkAudienceSerializer serialize:instance]; } @@ -10255,7 +10372,7 @@ + (NSDictionary *)serialize:(DBSHARINGLinkAudience *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGLinkAudience *)deserialize:(NSDictionary *)valueDict { @@ -10352,7 +10469,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGLinkExpirySerializer serialize:instance]; } @@ -10442,7 +10559,7 @@ + (NSDictionary *)serialize:(DBSHARINGLinkExpiry *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGLinkExpiry *)deserialize:(NSDictionary *)valueDict { @@ -10538,7 +10655,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGLinkPasswordSerializer serialize:instance]; } @@ -10628,7 +10745,7 @@ + (NSDictionary *)serialize:(DBSHARINGLinkPassword *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGLinkPassword *)deserialize:(NSDictionary *)valueDict { @@ -10663,6 +10780,8 @@ @implementation DBSHARINGLinkPermission - (instancetype)initWithAction:(DBSHARINGLinkAction *)action allow:(NSNumber *)allow reason:(DBSHARINGPermissionDeniedReason *)reason { + [DBStoneValidators nonnullValidator:nil](action); + [DBStoneValidators nonnullValidator:nil](allow); self = [super init]; if (self) { @@ -10679,7 +10798,7 @@ - (instancetype)initWithAction:(DBSHARINGLinkAction *)action allow:(NSNumber *)a #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGLinkPermissionSerializer serialize:instance]; } @@ -10709,7 +10828,7 @@ - (NSUInteger)hash { result = prime * result + [self.action hash]; result = prime * result + [self.allow hash]; - if (self.reason) { + if (self.reason != nil) { result = prime * result + [self.reason hash]; } @@ -10761,7 +10880,7 @@ + (NSDictionary *)serialize:(DBSHARINGLinkPermission *)valueObj { jsonDict[@"reason"] = [DBSHARINGPermissionDeniedReasonSerializer serialize:valueObj.reason]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGLinkPermission *)deserialize:(NSDictionary *)valueDict { @@ -10792,6 +10911,7 @@ - (instancetype)initWithCanRevoke:(NSNumber *)canRevoke resolvedVisibility:(DBSHARINGResolvedVisibility *)resolvedVisibility requestedVisibility:(DBSHARINGRequestedVisibility *)requestedVisibility revokeFailureReason:(DBSHARINGSharedLinkAccessFailureReason *)revokeFailureReason { + [DBStoneValidators nonnullValidator:nil](canRevoke); self = [super init]; if (self) { @@ -10809,7 +10929,7 @@ - (instancetype)initWithCanRevoke:(NSNumber *)canRevoke { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGLinkPermissionsSerializer serialize:instance]; } @@ -10838,13 +10958,13 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.canRevoke hash]; - if (self.resolvedVisibility) { + if (self.resolvedVisibility != nil) { result = prime * result + [self.resolvedVisibility hash]; } - if (self.requestedVisibility) { + if (self.requestedVisibility != nil) { result = prime * result + [self.requestedVisibility hash]; } - if (self.revokeFailureReason) { + if (self.revokeFailureReason != nil) { result = prime * result + [self.revokeFailureReason hash]; } @@ -10909,7 +11029,7 @@ + (NSDictionary *)serialize:(DBSHARINGLinkPermissions *)valueObj { [DBSHARINGSharedLinkAccessFailureReasonSerializer serialize:valueObj.revokeFailureReason]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGLinkPermissions *)deserialize:(NSDictionary *)valueDict { @@ -10970,7 +11090,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGLinkSettingsSerializer serialize:instance]; } @@ -10998,16 +11118,16 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.accessLevel) { + if (self.accessLevel != nil) { result = prime * result + [self.accessLevel hash]; } - if (self.audience) { + if (self.audience != nil) { result = prime * result + [self.audience hash]; } - if (self.expiry) { + if (self.expiry != nil) { result = prime * result + [self.expiry hash]; } - if (self.password) { + if (self.password != nil) { result = prime * result + [self.password hash]; } @@ -11075,7 +11195,7 @@ + (NSDictionary *)serialize:(DBSHARINGLinkSettings *)valueObj { jsonDict[@"password"] = [DBSHARINGLinkPasswordSerializer serialize:valueObj.password]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGLinkSettings *)deserialize:(NSDictionary *)valueDict { @@ -11109,9 +11229,14 @@ - (instancetype)initWithFile:(NSString *)file actions:(NSArray *)actions includeInherited:(NSNumber *)includeInherited limit:(NSNumber *)limit { - [DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"((/|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(/.*)?"](file); - [DBStoneValidators nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](actions); - [DBStoneValidators numericValidator:@(1) maxValue:@(300)](limit ?: @(100)); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:@(1) + maxLength:nil + pattern:@"((/|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(/.*)?"]](file); + [DBStoneValidators + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](actions); self = [super init]; if (self) { @@ -11129,7 +11254,7 @@ - (instancetype)initWithFile:(NSString *)file { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGListFileMembersArgSerializer serialize:instance]; } @@ -11158,7 +11283,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.file hash]; - if (self.actions) { + if (self.actions != nil) { result = prime * result + [self.actions hash]; } result = prime * result + [self.includeInherited hash]; @@ -11219,7 +11344,7 @@ + (NSDictionary *)serialize:(DBSHARINGListFileMembersArg *)valueObj { jsonDict[@"include_inherited"] = valueObj.includeInherited; jsonDict[@"limit"] = valueObj.limit; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGListFileMembersArg *)deserialize:(NSDictionary *)valueDict { @@ -11252,12 +11377,17 @@ @implementation DBSHARINGListFileMembersBatchArg #pragma mark - Constructors - (instancetype)initWithFiles:(NSArray *)files limit:(NSNumber *)limit { - [DBStoneValidators arrayValidator:nil maxItems:@(100) - itemValidator:[DBStoneValidators - stringValidator:@(1) - maxLength:nil - pattern:@"((/|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(/.*)?"]](files); - [DBStoneValidators numericValidator:nil maxValue:@(20)](limit ?: @(10)); + [DBStoneValidators + nonnullValidator:[DBStoneValidators + arrayValidator:nil + maxItems:@(100) + itemValidator:[DBStoneValidators + nonnullValidator:[DBStoneValidators + stringValidator:@(1) + maxLength:nil + pattern:@"((/" + @"|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(" + @"/.*)?"]]]](files); self = [super init]; if (self) { @@ -11273,7 +11403,7 @@ - (instancetype)initWithFiles:(NSArray *)files { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGListFileMembersBatchArgSerializer serialize:instance]; } @@ -11347,7 +11477,7 @@ + (NSDictionary *)serialize:(DBSHARINGListFileMembersBatchArg *)valueObj { }]; jsonDict[@"limit"] = valueObj.limit; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGListFileMembersBatchArg *)deserialize:(NSDictionary *)valueDict { @@ -11374,7 +11504,11 @@ @implementation DBSHARINGListFileMembersBatchResult #pragma mark - Constructors - (instancetype)initWithFile:(NSString *)file result:(DBSHARINGListFileMembersIndividualResult *)result { - [DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"((/|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(/.*)?"](file); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:@(1) + maxLength:nil + pattern:@"((/|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(/.*)?"]](file); + [DBStoneValidators nonnullValidator:nil](result); self = [super init]; if (self) { @@ -11386,7 +11520,7 @@ - (instancetype)initWithFile:(NSString *)file result:(DBSHARINGListFileMembersIn #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGListFileMembersBatchResultSerializer serialize:instance]; } @@ -11457,7 +11591,7 @@ + (NSDictionary *)serialize:(DBSHARINGListFileMembersBatchResult *)valueObj { jsonDict[@"file"] = valueObj.file; jsonDict[@"result"] = [DBSHARINGListFileMembersIndividualResultSerializer serialize:valueObj.result]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGListFileMembersBatchResult *)deserialize:(NSDictionary *)valueDict { @@ -11481,6 +11615,7 @@ @implementation DBSHARINGListFileMembersContinueArg #pragma mark - Constructors - (instancetype)initWithCursor:(NSString *)cursor { + [DBStoneValidators nonnullValidator:nil](cursor); self = [super init]; if (self) { @@ -11491,7 +11626,7 @@ - (instancetype)initWithCursor:(NSString *)cursor { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGListFileMembersContinueArgSerializer serialize:instance]; } @@ -11557,7 +11692,7 @@ + (NSDictionary *)serialize:(DBSHARINGListFileMembersContinueArg *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGListFileMembersContinueArg *)deserialize:(NSDictionary *)valueDict { @@ -11672,7 +11807,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGListFileMembersContinueErrorSerializer serialize:instance]; } @@ -11770,7 +11905,7 @@ + (NSDictionary *)serialize:(DBSHARINGListFileMembersContinueError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGListFileMembersContinueError *)deserialize:(NSDictionary *)valueDict { @@ -11806,6 +11941,8 @@ @implementation DBSHARINGListFileMembersCountResult #pragma mark - Constructors - (instancetype)initWithMembers:(DBSHARINGSharedFileMembers *)members memberCount:(NSNumber *)memberCount { + [DBStoneValidators nonnullValidator:nil](members); + [DBStoneValidators nonnullValidator:nil](memberCount); self = [super init]; if (self) { @@ -11817,7 +11954,7 @@ - (instancetype)initWithMembers:(DBSHARINGSharedFileMembers *)members memberCoun #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGListFileMembersCountResultSerializer serialize:instance]; } @@ -11888,7 +12025,7 @@ + (NSDictionary *)serialize:(DBSHARINGListFileMembersCountResult *)valueObj { jsonDict[@"members"] = [DBSHARINGSharedFileMembersSerializer serialize:valueObj.members]; jsonDict[@"member_count"] = valueObj.memberCount; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGListFileMembersCountResult *)deserialize:(NSDictionary *)valueDict { @@ -11988,7 +12125,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGListFileMembersErrorSerializer serialize:instance]; } @@ -12080,7 +12217,7 @@ + (NSDictionary *)serialize:(DBSHARINGListFileMembersError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGListFileMembersError *)deserialize:(NSDictionary *)valueDict { @@ -12192,7 +12329,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGListFileMembersIndividualResultSerializer serialize:instance]; } @@ -12285,7 +12422,7 @@ + (NSDictionary *)serialize:(DBSHARINGListFileMembersIndividualResult *)valueObj jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGListFileMembersIndividualResult *)deserialize:(NSDictionary *)valueDict { @@ -12319,8 +12456,10 @@ @implementation DBSHARINGListFilesArg #pragma mark - Constructors - (instancetype)initWithLimit:(NSNumber *)limit actions:(NSArray *)actions { - [DBStoneValidators numericValidator:@(1) maxValue:@(300)](limit ?: @(100)); - [DBStoneValidators nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](actions); + [DBStoneValidators + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](actions); self = [super init]; if (self) { @@ -12336,7 +12475,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGListFilesArgSerializer serialize:instance]; } @@ -12365,7 +12504,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.limit hash]; - if (self.actions) { + if (self.actions != nil) { result = prime * result + [self.actions hash]; } @@ -12416,7 +12555,7 @@ + (NSDictionary *)serialize:(DBSHARINGListFilesArg *)valueObj { }]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGListFilesArg *)deserialize:(NSDictionary *)valueDict { @@ -12444,6 +12583,7 @@ @implementation DBSHARINGListFilesContinueArg #pragma mark - Constructors - (instancetype)initWithCursor:(NSString *)cursor { + [DBStoneValidators nonnullValidator:nil](cursor); self = [super init]; if (self) { @@ -12454,7 +12594,7 @@ - (instancetype)initWithCursor:(NSString *)cursor { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGListFilesContinueArgSerializer serialize:instance]; } @@ -12520,7 +12660,7 @@ + (NSDictionary *)serialize:(DBSHARINGListFilesContinueArg *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGListFilesContinueArg *)deserialize:(NSDictionary *)valueDict { @@ -12608,7 +12748,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGListFilesContinueErrorSerializer serialize:instance]; } @@ -12698,7 +12838,7 @@ + (NSDictionary *)serialize:(DBSHARINGListFilesContinueError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGListFilesContinueError *)deserialize:(NSDictionary *)valueDict { @@ -12730,7 +12870,10 @@ @implementation DBSHARINGListFilesResult #pragma mark - Constructors - (instancetype)initWithEntries:(NSArray *)entries cursor:(NSString *)cursor { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](entries); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](entries); self = [super init]; if (self) { @@ -12746,7 +12889,7 @@ - (instancetype)initWithEntries:(NSArray *)entrie #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGListFilesResultSerializer serialize:instance]; } @@ -12775,7 +12918,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.entries hash]; - if (self.cursor) { + if (self.cursor != nil) { result = prime * result + [self.cursor hash]; } @@ -12826,7 +12969,7 @@ + (NSDictionary *)serialize:(DBSHARINGListFilesResult *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGListFilesResult *)deserialize:(NSDictionary *)valueDict { @@ -12854,8 +12997,10 @@ @implementation DBSHARINGListFolderMembersCursorArg #pragma mark - Constructors - (instancetype)initWithActions:(NSArray *)actions limit:(NSNumber *)limit { - [DBStoneValidators nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](actions); - [DBStoneValidators numericValidator:@(1) maxValue:@(1000)](limit ?: @(1000)); + [DBStoneValidators + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](actions); self = [super init]; if (self) { @@ -12871,7 +13016,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGListFolderMembersCursorArgSerializer serialize:instance]; } @@ -12899,7 +13044,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.actions) { + if (self.actions != nil) { result = prime * result + [self.actions hash]; } result = prime * result + [self.limit hash]; @@ -12951,7 +13096,7 @@ + (NSDictionary *)serialize:(DBSHARINGListFolderMembersCursorArg *)valueObj { } jsonDict[@"limit"] = valueObj.limit; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGListFolderMembersCursorArg *)deserialize:(NSDictionary *)valueDict { @@ -12983,9 +13128,12 @@ @implementation DBSHARINGListFolderMembersArgs - (instancetype)initWithSharedFolderId:(NSString *)sharedFolderId actions:(NSArray *)actions limit:(NSNumber *)limit { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"](sharedFolderId); - [DBStoneValidators nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](actions); - [DBStoneValidators numericValidator:@(1) maxValue:@(1000)](limit ?: @(1000)); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]](sharedFolderId); + [DBStoneValidators + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](actions); self = [super initWithActions:actions limit:limit]; if (self) { @@ -13000,7 +13148,7 @@ - (instancetype)initWithSharedFolderId:(NSString *)sharedFolderId { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGListFolderMembersArgsSerializer serialize:instance]; } @@ -13029,7 +13177,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.sharedFolderId hash]; - if (self.actions) { + if (self.actions != nil) { result = prime * result + [self.actions hash]; } result = prime * result + [self.limit hash]; @@ -13085,7 +13233,7 @@ + (NSDictionary *)serialize:(DBSHARINGListFolderMembersArgs *)valueObj { } jsonDict[@"limit"] = valueObj.limit; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGListFolderMembersArgs *)deserialize:(NSDictionary *)valueDict { @@ -13114,6 +13262,7 @@ @implementation DBSHARINGListFolderMembersContinueArg #pragma mark - Constructors - (instancetype)initWithCursor:(NSString *)cursor { + [DBStoneValidators nonnullValidator:nil](cursor); self = [super init]; if (self) { @@ -13124,7 +13273,7 @@ - (instancetype)initWithCursor:(NSString *)cursor { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGListFolderMembersContinueArgSerializer serialize:instance]; } @@ -13190,7 +13339,7 @@ + (NSDictionary *)serialize:(DBSHARINGListFolderMembersContinueArg *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGListFolderMembersContinueArg *)deserialize:(NSDictionary *)valueDict { @@ -13279,7 +13428,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGListFolderMembersContinueErrorSerializer serialize:instance]; } @@ -13371,7 +13520,7 @@ + (NSDictionary *)serialize:(DBSHARINGListFolderMembersContinueError *)valueObj jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGListFolderMembersContinueError *)deserialize:(NSDictionary *)valueDict { @@ -13404,8 +13553,10 @@ @implementation DBSHARINGListFoldersArgs #pragma mark - Constructors - (instancetype)initWithLimit:(NSNumber *)limit actions:(NSArray *)actions { - [DBStoneValidators numericValidator:@(1) maxValue:@(1000)](limit ?: @(1000)); - [DBStoneValidators nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](actions); + [DBStoneValidators + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](actions); self = [super init]; if (self) { @@ -13421,7 +13572,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGListFoldersArgsSerializer serialize:instance]; } @@ -13450,7 +13601,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.limit hash]; - if (self.actions) { + if (self.actions != nil) { result = prime * result + [self.actions hash]; } @@ -13501,7 +13652,7 @@ + (NSDictionary *)serialize:(DBSHARINGListFoldersArgs *)valueObj { }]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGListFoldersArgs *)deserialize:(NSDictionary *)valueDict { @@ -13529,6 +13680,7 @@ @implementation DBSHARINGListFoldersContinueArg #pragma mark - Constructors - (instancetype)initWithCursor:(NSString *)cursor { + [DBStoneValidators nonnullValidator:nil](cursor); self = [super init]; if (self) { @@ -13539,7 +13691,7 @@ - (instancetype)initWithCursor:(NSString *)cursor { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGListFoldersContinueArgSerializer serialize:instance]; } @@ -13605,7 +13757,7 @@ + (NSDictionary *)serialize:(DBSHARINGListFoldersContinueArg *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGListFoldersContinueArg *)deserialize:(NSDictionary *)valueDict { @@ -13667,7 +13819,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGListFoldersContinueErrorSerializer serialize:instance]; } @@ -13750,7 +13902,7 @@ + (NSDictionary *)serialize:(DBSHARINGListFoldersContinueError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGListFoldersContinueError *)deserialize:(NSDictionary *)valueDict { @@ -13779,7 +13931,10 @@ @implementation DBSHARINGListFoldersResult #pragma mark - Constructors - (instancetype)initWithEntries:(NSArray *)entries cursor:(NSString *)cursor { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](entries); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](entries); self = [super init]; if (self) { @@ -13795,7 +13950,7 @@ - (instancetype)initWithEntries:(NSArray *)entr #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGListFoldersResultSerializer serialize:instance]; } @@ -13824,7 +13979,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.entries hash]; - if (self.cursor) { + if (self.cursor != nil) { result = prime * result + [self.cursor hash]; } @@ -13875,7 +14030,7 @@ + (NSDictionary *)serialize:(DBSHARINGListFoldersResult *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGListFoldersResult *)deserialize:(NSDictionary *)valueDict { @@ -13923,7 +14078,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGListSharedLinksArgSerializer serialize:instance]; } @@ -13951,13 +14106,13 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.path) { + if (self.path != nil) { result = prime * result + [self.path hash]; } - if (self.cursor) { + if (self.cursor != nil) { result = prime * result + [self.cursor hash]; } - if (self.directOnly) { + if (self.directOnly != nil) { result = prime * result + [self.directOnly hash]; } @@ -14017,7 +14172,7 @@ + (NSDictionary *)serialize:(DBSHARINGListSharedLinksArg *)valueObj { jsonDict[@"direct_only"] = valueObj.directOnly; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGListSharedLinksArg *)deserialize:(NSDictionary *)valueDict { @@ -14107,7 +14262,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGListSharedLinksErrorSerializer serialize:instance]; } @@ -14197,7 +14352,7 @@ + (NSDictionary *)serialize:(DBSHARINGListSharedLinksError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGListSharedLinksError *)deserialize:(NSDictionary *)valueDict { @@ -14231,7 +14386,11 @@ @implementation DBSHARINGListSharedLinksResult - (instancetype)initWithLinks:(NSArray *)links hasMore:(NSNumber *)hasMore cursor:(NSString *)cursor { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](links); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](links); + [DBStoneValidators nonnullValidator:nil](hasMore); self = [super init]; if (self) { @@ -14248,7 +14407,7 @@ - (instancetype)initWithLinks:(NSArray *)links ha #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGListSharedLinksResultSerializer serialize:instance]; } @@ -14278,7 +14437,7 @@ - (NSUInteger)hash { result = prime * result + [self.links hash]; result = prime * result + [self.hasMore hash]; - if (self.cursor) { + if (self.cursor != nil) { result = prime * result + [self.cursor hash]; } @@ -14333,7 +14492,7 @@ + (NSDictionary *)serialize:(DBSHARINGListSharedLinksResult *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGListSharedLinksResult *)deserialize:(NSDictionary *)valueDict { @@ -14366,7 +14525,9 @@ - (instancetype)initWithAccessLevel:(DBSHARINGAccessLevel *)accessLevel warning:(NSString *)warning accessDetails:(NSArray *)accessDetails { [DBStoneValidators - nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](accessDetails); + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](accessDetails); self = [super init]; if (self) { @@ -14383,7 +14544,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGMemberAccessLevelResultSerializer serialize:instance]; } @@ -14411,13 +14572,13 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.accessLevel) { + if (self.accessLevel != nil) { result = prime * result + [self.accessLevel hash]; } - if (self.warning) { + if (self.warning != nil) { result = prime * result + [self.warning hash]; } - if (self.accessDetails) { + if (self.accessDetails != nil) { result = prime * result + [self.accessDetails hash]; } @@ -14481,7 +14642,7 @@ + (NSDictionary *)serialize:(DBSHARINGMemberAccessLevelResult *)valueObj { }]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGMemberAccessLevelResult *)deserialize:(NSDictionary *)valueDict { @@ -14624,7 +14785,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGMemberActionSerializer serialize:instance]; } @@ -14737,7 +14898,7 @@ + (NSDictionary *)serialize:(DBSHARINGMemberAction *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGMemberAction *)deserialize:(NSDictionary *)valueDict { @@ -14779,6 +14940,8 @@ @implementation DBSHARINGMemberPermission - (instancetype)initWithAction:(DBSHARINGMemberAction *)action allow:(NSNumber *)allow reason:(DBSHARINGPermissionDeniedReason *)reason { + [DBStoneValidators nonnullValidator:nil](action); + [DBStoneValidators nonnullValidator:nil](allow); self = [super init]; if (self) { @@ -14795,7 +14958,7 @@ - (instancetype)initWithAction:(DBSHARINGMemberAction *)action allow:(NSNumber * #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGMemberPermissionSerializer serialize:instance]; } @@ -14825,7 +14988,7 @@ - (NSUInteger)hash { result = prime * result + [self.action hash]; result = prime * result + [self.allow hash]; - if (self.reason) { + if (self.reason != nil) { result = prime * result + [self.reason hash]; } @@ -14877,7 +15040,7 @@ + (NSDictionary *)serialize:(DBSHARINGMemberPermission *)valueObj { jsonDict[@"reason"] = [DBSHARINGPermissionDeniedReasonSerializer serialize:valueObj.reason]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGMemberPermission *)deserialize:(NSDictionary *)valueDict { @@ -14956,7 +15119,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGMemberPolicySerializer serialize:instance]; } @@ -15045,7 +15208,7 @@ + (NSDictionary *)serialize:(DBSHARINGMemberPolicy *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGMemberPolicy *)deserialize:(NSDictionary *)valueDict { @@ -15150,7 +15313,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGMemberSelectorSerializer serialize:instance]; } @@ -15241,7 +15404,7 @@ + (NSDictionary *)serialize:(DBSHARINGMemberSelector *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGMemberSelector *)deserialize:(NSDictionary *)valueDict { @@ -15276,6 +15439,8 @@ @implementation DBSHARINGModifySharedLinkSettingsArgs - (instancetype)initWithUrl:(NSString *)url settings:(DBSHARINGSharedLinkSettings *)settings removeExpiration:(NSNumber *)removeExpiration { + [DBStoneValidators nonnullValidator:nil](url); + [DBStoneValidators nonnullValidator:nil](settings); self = [super init]; if (self) { @@ -15292,7 +15457,7 @@ - (instancetype)initWithUrl:(NSString *)url settings:(DBSHARINGSharedLinkSetting #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGModifySharedLinkSettingsArgsSerializer serialize:instance]; } @@ -15368,7 +15533,7 @@ + (NSDictionary *)serialize:(DBSHARINGModifySharedLinkSettingsArgs *)valueObj { jsonDict[@"settings"] = [DBSHARINGSharedLinkSettingsSerializer serialize:valueObj.settings]; jsonDict[@"remove_expiration"] = valueObj.removeExpiration; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGModifySharedLinkSettingsArgs *)deserialize:(NSDictionary *)valueDict { @@ -15504,7 +15669,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGModifySharedLinkSettingsErrorSerializer serialize:instance]; } @@ -15614,7 +15779,7 @@ + (NSDictionary *)serialize:(DBSHARINGModifySharedLinkSettingsError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGModifySharedLinkSettingsError *)deserialize:(NSDictionary *)valueDict { @@ -15652,7 +15817,8 @@ @implementation DBSHARINGMountFolderArg #pragma mark - Constructors - (instancetype)initWithSharedFolderId:(NSString *)sharedFolderId { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"](sharedFolderId); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]](sharedFolderId); self = [super init]; if (self) { @@ -15663,7 +15829,7 @@ - (instancetype)initWithSharedFolderId:(NSString *)sharedFolderId { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGMountFolderArgSerializer serialize:instance]; } @@ -15729,7 +15895,7 @@ + (NSDictionary *)serialize:(DBSHARINGMountFolderArg *)valueObj { jsonDict[@"shared_folder_id"] = valueObj.sharedFolderId; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGMountFolderArg *)deserialize:(NSDictionary *)valueDict { @@ -15885,7 +16051,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGMountFolderErrorSerializer serialize:instance]; } @@ -16002,7 +16168,7 @@ + (NSDictionary *)serialize:(DBSHARINGMountFolderError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGMountFolderError *)deserialize:(NSDictionary *)valueDict { @@ -16048,8 +16214,14 @@ - (instancetype)initWithFolderName:(NSString *)folderName sharedFolderId:(NSString *)sharedFolderId permissions:(NSArray *)permissions path:(NSString *)path { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"](sharedFolderId); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](permissions); + [DBStoneValidators nonnullValidator:nil](folderName); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]](sharedFolderId); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](permissions); + [DBStoneValidators nonnullValidator:nil](path); self = [super init]; if (self) { @@ -16063,7 +16235,7 @@ - (instancetype)initWithFolderName:(NSString *)folderName #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGParentFolderAccessInfoSerializer serialize:instance]; } @@ -16147,7 +16319,7 @@ + (NSDictionary *)serialize:(DBSHARINGParentFolderAccessInfo *)valueObj { }]; jsonDict[@"path"] = valueObj.path; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGParentFolderAccessInfo *)deserialize:(NSDictionary *)valueDict { @@ -16184,6 +16356,9 @@ - (instancetype)initWithUrl:(NSString *)url visibility:(DBSHARINGVisibility *)visibility path:(NSString *)path expires:(NSDate *)expires { + [DBStoneValidators nonnullValidator:nil](url); + [DBStoneValidators nonnullValidator:nil](visibility); + [DBStoneValidators nonnullValidator:nil](path); self = [super initWithUrl:url visibility:visibility expires:expires]; if (self) { @@ -16198,7 +16373,7 @@ - (instancetype)initWithUrl:(NSString *)url visibility:(DBSHARINGVisibility *)vi #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGPathLinkMetadataSerializer serialize:instance]; } @@ -16229,7 +16404,7 @@ - (NSUInteger)hash { result = prime * result + [self.url hash]; result = prime * result + [self.visibility hash]; result = prime * result + [self.path hash]; - if (self.expires) { + if (self.expires != nil) { result = prime * result + [self.expires hash]; } @@ -16285,7 +16460,7 @@ + (NSDictionary *)serialize:(DBSHARINGPathLinkMetadata *)valueObj { jsonDict[@"expires"] = [DBNSDateSerializer serialize:valueObj.expires dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGPathLinkMetadata *)deserialize:(NSDictionary *)valueDict { @@ -16352,7 +16527,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGPendingUploadModeSerializer serialize:instance]; } @@ -16437,7 +16612,7 @@ + (NSDictionary *)serialize:(DBSHARINGPendingUploadMode *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGPendingUploadMode *)deserialize:(NSDictionary *)valueDict { @@ -16574,6 +16749,14 @@ - (instancetype)initWithFolderIsInsideSharedFolder { return self; } +- (instancetype)initWithRestrictedByParentFolder { + self = [super init]; + if (self) { + _tag = DBSHARINGPermissionDeniedReasonRestrictedByParentFolder; + } + return self; +} + - (instancetype)initWithInsufficientPlan:(DBSHARINGInsufficientPlan *)insufficientPlan { self = [super init]; if (self) { @@ -16656,6 +16839,10 @@ - (BOOL)isFolderIsInsideSharedFolder { return _tag == DBSHARINGPermissionDeniedReasonFolderIsInsideSharedFolder; } +- (BOOL)isRestrictedByParentFolder { + return _tag == DBSHARINGPermissionDeniedReasonRestrictedByParentFolder; +} + - (BOOL)isInsufficientPlan { return _tag == DBSHARINGPermissionDeniedReasonInsufficientPlan; } @@ -16692,6 +16879,8 @@ - (NSString *)tagName { return @"DBSHARINGPermissionDeniedReasonUserNotOnTeam"; case DBSHARINGPermissionDeniedReasonFolderIsInsideSharedFolder: return @"DBSHARINGPermissionDeniedReasonFolderIsInsideSharedFolder"; + case DBSHARINGPermissionDeniedReasonRestrictedByParentFolder: + return @"DBSHARINGPermissionDeniedReasonRestrictedByParentFolder"; case DBSHARINGPermissionDeniedReasonInsufficientPlan: return @"DBSHARINGPermissionDeniedReasonInsufficientPlan"; case DBSHARINGPermissionDeniedReasonOther: @@ -16703,7 +16892,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGPermissionDeniedReasonSerializer serialize:instance]; } @@ -16758,6 +16947,8 @@ - (NSUInteger)hash { result = prime * result + [[self tagName] hash]; case DBSHARINGPermissionDeniedReasonFolderIsInsideSharedFolder: result = prime * result + [[self tagName] hash]; + case DBSHARINGPermissionDeniedReasonRestrictedByParentFolder: + result = prime * result + [[self tagName] hash]; case DBSHARINGPermissionDeniedReasonInsufficientPlan: result = prime * result + [self.insufficientPlan hash]; case DBSHARINGPermissionDeniedReasonOther: @@ -16813,6 +17004,8 @@ - (BOOL)isEqualToPermissionDeniedReason:(DBSHARINGPermissionDeniedReason *)aPerm return [[self tagName] isEqual:[aPermissionDeniedReason tagName]]; case DBSHARINGPermissionDeniedReasonFolderIsInsideSharedFolder: return [[self tagName] isEqual:[aPermissionDeniedReason tagName]]; + case DBSHARINGPermissionDeniedReasonRestrictedByParentFolder: + return [[self tagName] isEqual:[aPermissionDeniedReason tagName]]; case DBSHARINGPermissionDeniedReasonInsufficientPlan: return [self.insufficientPlan isEqual:aPermissionDeniedReason.insufficientPlan]; case DBSHARINGPermissionDeniedReasonOther: @@ -16856,6 +17049,8 @@ + (NSDictionary *)serialize:(DBSHARINGPermissionDeniedReason *)valueObj { jsonDict[@".tag"] = @"user_not_on_team"; } else if ([valueObj isFolderIsInsideSharedFolder]) { jsonDict[@".tag"] = @"folder_is_inside_shared_folder"; + } else if ([valueObj isRestrictedByParentFolder]) { + jsonDict[@".tag"] = @"restricted_by_parent_folder"; } else if ([valueObj isInsufficientPlan]) { jsonDict[@"insufficient_plan"] = [[DBSHARINGInsufficientPlanSerializer serialize:valueObj.insufficientPlan] mutableCopy]; @@ -16866,7 +17061,7 @@ + (NSDictionary *)serialize:(DBSHARINGPermissionDeniedReason *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGPermissionDeniedReason *)deserialize:(NSDictionary *)valueDict { @@ -16898,6 +17093,8 @@ + (DBSHARINGPermissionDeniedReason *)deserialize:(NSDictionary *)valueDict { return [[DBSHARINGPermissionDeniedReason alloc] initWithUserNotOnTeam]; } else if ([tag isEqualToString:@"folder_is_inside_shared_folder"]) { return [[DBSHARINGPermissionDeniedReason alloc] initWithFolderIsInsideSharedFolder]; + } else if ([tag isEqualToString:@"restricted_by_parent_folder"]) { + return [[DBSHARINGPermissionDeniedReason alloc] initWithRestrictedByParentFolder]; } else if ([tag isEqualToString:@"insufficient_plan"]) { DBSHARINGInsufficientPlan *insufficientPlan = [DBSHARINGInsufficientPlanSerializer deserialize:valueDict]; return [[DBSHARINGPermissionDeniedReason alloc] initWithInsufficientPlan:insufficientPlan]; @@ -16921,7 +17118,10 @@ @implementation DBSHARINGRelinquishFileMembershipArg #pragma mark - Constructors - (instancetype)initWithFile:(NSString *)file { - [DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"((/|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(/.*)?"](file); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:@(1) + maxLength:nil + pattern:@"((/|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(/.*)?"]](file); self = [super init]; if (self) { @@ -16932,7 +17132,7 @@ - (instancetype)initWithFile:(NSString *)file { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGRelinquishFileMembershipArgSerializer serialize:instance]; } @@ -16998,7 +17198,7 @@ + (NSDictionary *)serialize:(DBSHARINGRelinquishFileMembershipArg *)valueObj { jsonDict[@"file"] = valueObj.file; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGRelinquishFileMembershipArg *)deserialize:(NSDictionary *)valueDict { @@ -17101,7 +17301,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGRelinquishFileMembershipErrorSerializer serialize:instance]; } @@ -17199,7 +17399,7 @@ + (NSDictionary *)serialize:(DBSHARINGRelinquishFileMembershipError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGRelinquishFileMembershipError *)deserialize:(NSDictionary *)valueDict { @@ -17233,7 +17433,8 @@ @implementation DBSHARINGRelinquishFolderMembershipArg #pragma mark - Constructors - (instancetype)initWithSharedFolderId:(NSString *)sharedFolderId leaveACopy:(NSNumber *)leaveACopy { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"](sharedFolderId); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]](sharedFolderId); self = [super init]; if (self) { @@ -17249,7 +17450,7 @@ - (instancetype)initWithSharedFolderId:(NSString *)sharedFolderId { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGRelinquishFolderMembershipArgSerializer serialize:instance]; } @@ -17321,7 +17522,7 @@ + (NSDictionary *)serialize:(DBSHARINGRelinquishFolderMembershipArg *)valueObj { jsonDict[@"shared_folder_id"] = valueObj.sharedFolderId; jsonDict[@"leave_a_copy"] = valueObj.leaveACopy; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGRelinquishFolderMembershipArg *)deserialize:(NSDictionary *)valueDict { @@ -17481,7 +17682,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGRelinquishFolderMembershipErrorSerializer serialize:instance]; } @@ -17603,7 +17804,7 @@ + (NSDictionary *)serialize:(DBSHARINGRelinquishFolderMembershipError *)valueObj jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGRelinquishFolderMembershipError *)deserialize:(NSDictionary *)valueDict { @@ -17646,7 +17847,11 @@ @implementation DBSHARINGRemoveFileMemberArg #pragma mark - Constructors - (instancetype)initWithFile:(NSString *)file member:(DBSHARINGMemberSelector *)member { - [DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"((/|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(/.*)?"](file); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:@(1) + maxLength:nil + pattern:@"((/|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(/.*)?"]](file); + [DBStoneValidators nonnullValidator:nil](member); self = [super init]; if (self) { @@ -17658,7 +17863,7 @@ - (instancetype)initWithFile:(NSString *)file member:(DBSHARINGMemberSelector *) #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGRemoveFileMemberArgSerializer serialize:instance]; } @@ -17729,7 +17934,7 @@ + (NSDictionary *)serialize:(DBSHARINGRemoveFileMemberArg *)valueObj { jsonDict[@"file"] = valueObj.file; jsonDict[@"member"] = [DBSHARINGMemberSelectorSerializer serialize:valueObj.member]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGRemoveFileMemberArg *)deserialize:(NSDictionary *)valueDict { @@ -17855,7 +18060,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGRemoveFileMemberErrorSerializer serialize:instance]; } @@ -17955,7 +18160,7 @@ + (NSDictionary *)serialize:(DBSHARINGRemoveFileMemberError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGRemoveFileMemberError *)deserialize:(NSDictionary *)valueDict { @@ -17995,7 +18200,10 @@ @implementation DBSHARINGRemoveFolderMemberArg - (instancetype)initWithSharedFolderId:(NSString *)sharedFolderId member:(DBSHARINGMemberSelector *)member leaveACopy:(NSNumber *)leaveACopy { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"](sharedFolderId); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]](sharedFolderId); + [DBStoneValidators nonnullValidator:nil](member); + [DBStoneValidators nonnullValidator:nil](leaveACopy); self = [super init]; if (self) { @@ -18008,7 +18216,7 @@ - (instancetype)initWithSharedFolderId:(NSString *)sharedFolderId #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGRemoveFolderMemberArgSerializer serialize:instance]; } @@ -18084,7 +18292,7 @@ + (NSDictionary *)serialize:(DBSHARINGRemoveFolderMemberArg *)valueObj { jsonDict[@"member"] = [DBSHARINGMemberSelectorSerializer serialize:valueObj.member]; jsonDict[@"leave_a_copy"] = valueObj.leaveACopy; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGRemoveFolderMemberArg *)deserialize:(NSDictionary *)valueDict { @@ -18245,7 +18453,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGRemoveFolderMemberErrorSerializer serialize:instance]; } @@ -18362,7 +18570,7 @@ + (NSDictionary *)serialize:(DBSHARINGRemoveFolderMemberError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGRemoveFolderMemberError *)deserialize:(NSDictionary *)valueDict { @@ -18482,7 +18690,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGRemoveMemberJobStatusSerializer serialize:instance]; } @@ -18575,7 +18783,7 @@ + (NSDictionary *)serialize:(DBSHARINGRemoveMemberJobStatus *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGRemoveMemberJobStatus *)deserialize:(NSDictionary *)valueDict { @@ -18665,7 +18873,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGRequestedVisibilitySerializer serialize:instance]; } @@ -18756,7 +18964,7 @@ + (NSDictionary *)serialize:(DBSHARINGRequestedVisibility *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGRequestedVisibility *)deserialize:(NSDictionary *)valueDict { @@ -18886,7 +19094,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGResolvedVisibilitySerializer serialize:instance]; } @@ -18993,7 +19201,7 @@ + (NSDictionary *)serialize:(DBSHARINGResolvedVisibility *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGResolvedVisibility *)deserialize:(NSDictionary *)valueDict { @@ -19029,6 +19237,7 @@ @implementation DBSHARINGRevokeSharedLinkArg #pragma mark - Constructors - (instancetype)initWithUrl:(NSString *)url { + [DBStoneValidators nonnullValidator:nil](url); self = [super init]; if (self) { @@ -19039,7 +19248,7 @@ - (instancetype)initWithUrl:(NSString *)url { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGRevokeSharedLinkArgSerializer serialize:instance]; } @@ -19105,7 +19314,7 @@ + (NSDictionary *)serialize:(DBSHARINGRevokeSharedLinkArg *)valueObj { jsonDict[@"url"] = valueObj.url; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGRevokeSharedLinkArg *)deserialize:(NSDictionary *)valueDict { @@ -19210,7 +19419,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGRevokeSharedLinkErrorSerializer serialize:instance]; } @@ -19311,7 +19520,7 @@ + (NSDictionary *)serialize:(DBSHARINGRevokeSharedLinkError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGRevokeSharedLinkError *)deserialize:(NSDictionary *)valueDict { @@ -19354,7 +19563,9 @@ - (instancetype)initWithPath:(NSString *)path memberPolicy:(DBSHARINGMemberPolicy *)memberPolicy sharedLinkPolicy:(DBSHARINGSharedLinkPolicy *)sharedLinkPolicy viewerInfoPolicy:(DBSHARINGViewerInfoPolicy *)viewerInfoPolicy { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)"](path); + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:nil + maxLength:nil + pattern:@"(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)"]](path); self = [super init]; if (self) { @@ -19379,7 +19590,7 @@ - (instancetype)initWithPath:(NSString *)path { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGShareFolderArgBaseSerializer serialize:instance]; } @@ -19408,17 +19619,17 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.path hash]; - if (self.aclUpdatePolicy) { + if (self.aclUpdatePolicy != nil) { result = prime * result + [self.aclUpdatePolicy hash]; } result = prime * result + [self.forceAsync hash]; - if (self.memberPolicy) { + if (self.memberPolicy != nil) { result = prime * result + [self.memberPolicy hash]; } - if (self.sharedLinkPolicy) { + if (self.sharedLinkPolicy != nil) { result = prime * result + [self.sharedLinkPolicy hash]; } - if (self.viewerInfoPolicy) { + if (self.viewerInfoPolicy != nil) { result = prime * result + [self.viewerInfoPolicy hash]; } @@ -19494,7 +19705,7 @@ + (NSDictionary *)serialize:(DBSHARINGShareFolderArgBase *)valueObj { jsonDict[@"viewer_info_policy"] = [DBSHARINGViewerInfoPolicySerializer serialize:valueObj.viewerInfoPolicy]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGShareFolderArgBase *)deserialize:(NSDictionary *)valueDict { @@ -19549,8 +19760,13 @@ - (instancetype)initWithPath:(NSString *)path viewerInfoPolicy:(DBSHARINGViewerInfoPolicy *)viewerInfoPolicy actions:(NSArray *)actions linkSettings:(DBSHARINGLinkSettings *)linkSettings { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)"](path); - [DBStoneValidators nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](actions); + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:nil + maxLength:nil + pattern:@"(/(.|[\\r\\n])*)|(ns:[0-9]+(/.*)?)"]](path); + [DBStoneValidators + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](actions); self = [super initWithPath:path aclUpdatePolicy:aclUpdatePolicy @@ -19578,7 +19794,7 @@ - (instancetype)initWithPath:(NSString *)path { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGShareFolderArgSerializer serialize:instance]; } @@ -19607,23 +19823,23 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.path hash]; - if (self.aclUpdatePolicy) { + if (self.aclUpdatePolicy != nil) { result = prime * result + [self.aclUpdatePolicy hash]; } result = prime * result + [self.forceAsync hash]; - if (self.memberPolicy) { + if (self.memberPolicy != nil) { result = prime * result + [self.memberPolicy hash]; } - if (self.sharedLinkPolicy) { + if (self.sharedLinkPolicy != nil) { result = prime * result + [self.sharedLinkPolicy hash]; } - if (self.viewerInfoPolicy) { + if (self.viewerInfoPolicy != nil) { result = prime * result + [self.viewerInfoPolicy hash]; } - if (self.actions) { + if (self.actions != nil) { result = prime * result + [self.actions hash]; } - if (self.linkSettings) { + if (self.linkSettings != nil) { result = prime * result + [self.linkSettings hash]; } @@ -19718,7 +19934,7 @@ + (NSDictionary *)serialize:(DBSHARINGShareFolderArg *)valueObj { jsonDict[@"link_settings"] = [DBSHARINGLinkSettingsSerializer serialize:valueObj.linkSettings]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGShareFolderArg *)deserialize:(NSDictionary *)valueDict { @@ -19863,7 +20079,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGShareFolderErrorBaseSerializer serialize:instance]; } @@ -19965,7 +20181,7 @@ + (NSDictionary *)serialize:(DBSHARINGShareFolderErrorBase *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGShareFolderErrorBase *)deserialize:(NSDictionary *)valueDict { @@ -20109,7 +20325,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGShareFolderErrorSerializer serialize:instance]; } @@ -20217,7 +20433,7 @@ + (NSDictionary *)serialize:(DBSHARINGShareFolderError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGShareFolderError *)deserialize:(NSDictionary *)valueDict { @@ -20332,7 +20548,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGShareFolderJobStatusSerializer serialize:instance]; } @@ -20425,7 +20641,7 @@ + (NSDictionary *)serialize:(DBSHARINGShareFolderJobStatus *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGShareFolderJobStatus *)deserialize:(NSDictionary *)valueDict { @@ -20523,7 +20739,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGShareFolderLaunchSerializer serialize:instance]; } @@ -20610,7 +20826,7 @@ + (NSDictionary *)serialize:(DBSHARINGShareFolderLaunch *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGShareFolderLaunch *)deserialize:(NSDictionary *)valueDict { @@ -20863,7 +21079,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGSharePathErrorSerializer serialize:instance]; } @@ -21020,7 +21236,7 @@ + (NSDictionary *)serialize:(DBSHARINGSharePathError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGSharePathError *)deserialize:(NSDictionary *)valueDict { @@ -21087,8 +21303,17 @@ - (instancetype)initWithAudienceOptions:(NSArray *)audi audienceRestrictingSharedFolder:(DBSHARINGAudienceRestrictingSharedFolder *)audienceRestrictingSharedFolder expiry:(NSDate *)expiry audienceExceptions:(DBSHARINGAudienceExceptions *)audienceExceptions { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](audienceOptions); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](linkPermissions); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](audienceOptions); + [DBStoneValidators nonnullValidator:nil](currentAudience); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](linkPermissions); + [DBStoneValidators nonnullValidator:nil](passwordProtected); + [DBStoneValidators nonnullValidator:nil](url); self = [super initWithAudienceOptions:audienceOptions currentAudience:currentAudience @@ -21122,7 +21347,7 @@ - (instancetype)initWithAudienceOptions:(NSArray *)audi #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGSharedContentLinkMetadataSerializer serialize:instance]; } @@ -21155,16 +21380,16 @@ - (NSUInteger)hash { result = prime * result + [self.linkPermissions hash]; result = prime * result + [self.passwordProtected hash]; result = prime * result + [self.url hash]; - if (self.accessLevel) { + if (self.accessLevel != nil) { result = prime * result + [self.accessLevel hash]; } - if (self.audienceRestrictingSharedFolder) { + if (self.audienceRestrictingSharedFolder != nil) { result = prime * result + [self.audienceRestrictingSharedFolder hash]; } - if (self.expiry) { + if (self.expiry != nil) { result = prime * result + [self.expiry hash]; } - if (self.audienceExceptions) { + if (self.audienceExceptions != nil) { result = prime * result + [self.audienceExceptions hash]; } @@ -21259,7 +21484,7 @@ + (NSDictionary *)serialize:(DBSHARINGSharedContentLinkMetadata *)valueObj { jsonDict[@"audience_exceptions"] = [DBSHARINGAudienceExceptionsSerializer serialize:valueObj.audienceExceptions]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGSharedContentLinkMetadata *)deserialize:(NSDictionary *)valueDict { @@ -21307,7 +21532,7 @@ + (DBSHARINGSharedContentLinkMetadata *)deserialize:(NSDictionary *)valueDict { #import "DBSHARINGGroupMembershipInfo.h" #import "DBSHARINGInviteeMembershipInfo.h" #import "DBSHARINGSharedFileMembers.h" -#import "DBSHARINGUserMembershipInfo.h" +#import "DBSHARINGUserFileMembershipInfo.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" @@ -21317,13 +21542,22 @@ @implementation DBSHARINGSharedFileMembers #pragma mark - Constructors -- (instancetype)initWithUsers:(NSArray *)users +- (instancetype)initWithUsers:(NSArray *)users groups:(NSArray *)groups invitees:(NSArray *)invitees cursor:(NSString *)cursor { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](users); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](groups); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](invitees); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](users); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](groups); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](invitees); self = [super init]; if (self) { @@ -21335,7 +21569,7 @@ - (instancetype)initWithUsers:(NSArray *)users return self; } -- (instancetype)initWithUsers:(NSArray *)users +- (instancetype)initWithUsers:(NSArray *)users groups:(NSArray *)groups invitees:(NSArray *)invitees { return [self initWithUsers:users groups:groups invitees:invitees cursor:nil]; @@ -21343,7 +21577,7 @@ - (instancetype)initWithUsers:(NSArray *)users #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGSharedFileMembersSerializer serialize:instance]; } @@ -21374,7 +21608,7 @@ - (NSUInteger)hash { result = prime * result + [self.users hash]; result = prime * result + [self.groups hash]; result = prime * result + [self.invitees hash]; - if (self.cursor) { + if (self.cursor != nil) { result = prime * result + [self.cursor hash]; } @@ -21425,7 +21659,7 @@ + (NSDictionary *)serialize:(DBSHARINGSharedFileMembers *)valueObj { jsonDict[@"users"] = [DBArraySerializer serialize:valueObj.users withBlock:^id(id elem0) { - return [DBSHARINGUserMembershipInfoSerializer serialize:elem0]; + return [DBSHARINGUserFileMembershipInfoSerializer serialize:elem0]; }]; jsonDict[@"groups"] = [DBArraySerializer serialize:valueObj.groups withBlock:^id(id elem0) { @@ -21439,14 +21673,14 @@ + (NSDictionary *)serialize:(DBSHARINGSharedFileMembers *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGSharedFileMembers *)deserialize:(NSDictionary *)valueDict { - NSArray *users = + NSArray *users = [DBArraySerializer deserialize:valueDict[@"users"] withBlock:^id(id elem0) { - return [DBSHARINGUserMembershipInfoSerializer deserialize:elem0]; + return [DBSHARINGUserFileMembershipInfoSerializer deserialize:elem0]; }]; NSArray *groups = [DBArraySerializer deserialize:valueDict[@"groups"] @@ -21495,14 +21729,21 @@ - (instancetype)initWithId_:(NSString *)id_ pathLower:(NSString *)pathLower permissions:(NSArray *)permissions timeInvited:(NSDate *)timeInvited { - [DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"id:.*"](id_); + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"id:.*"]](id_); + [DBStoneValidators nonnullValidator:nil](name); + [DBStoneValidators nonnullValidator:nil](policy); + [DBStoneValidators nonnullValidator:nil](previewUrl); [DBStoneValidators - nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](ownerDisplayNames); + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](ownerDisplayNames); [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]]( parentSharedFolderId); [DBStoneValidators - nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](permissions); + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](permissions); self = [super init]; if (self) { @@ -21546,7 +21787,7 @@ - (instancetype)initWithId_:(NSString *)id_ #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGSharedFileMetadataSerializer serialize:instance]; } @@ -21578,34 +21819,34 @@ - (NSUInteger)hash { result = prime * result + [self.name hash]; result = prime * result + [self.policy hash]; result = prime * result + [self.previewUrl hash]; - if (self.accessType) { + if (self.accessType != nil) { result = prime * result + [self.accessType hash]; } - if (self.expectedLinkMetadata) { + if (self.expectedLinkMetadata != nil) { result = prime * result + [self.expectedLinkMetadata hash]; } - if (self.linkMetadata) { + if (self.linkMetadata != nil) { result = prime * result + [self.linkMetadata hash]; } - if (self.ownerDisplayNames) { + if (self.ownerDisplayNames != nil) { result = prime * result + [self.ownerDisplayNames hash]; } - if (self.ownerTeam) { + if (self.ownerTeam != nil) { result = prime * result + [self.ownerTeam hash]; } - if (self.parentSharedFolderId) { + if (self.parentSharedFolderId != nil) { result = prime * result + [self.parentSharedFolderId hash]; } - if (self.pathDisplay) { + if (self.pathDisplay != nil) { result = prime * result + [self.pathDisplay hash]; } - if (self.pathLower) { + if (self.pathLower != nil) { result = prime * result + [self.pathLower hash]; } - if (self.permissions) { + if (self.permissions != nil) { result = prime * result + [self.permissions hash]; } - if (self.timeInvited) { + if (self.timeInvited != nil) { result = prime * result + [self.timeInvited hash]; } @@ -21744,7 +21985,7 @@ + (NSDictionary *)serialize:(DBSHARINGSharedFileMetadata *)valueObj { jsonDict[@"time_invited"] = [DBNSDateSerializer serialize:valueObj.timeInvited dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGSharedFileMetadata *)deserialize:(NSDictionary *)valueDict { @@ -21894,7 +22135,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGSharedFolderAccessErrorSerializer serialize:instance]; } @@ -21995,7 +22236,7 @@ + (NSDictionary *)serialize:(DBSHARINGSharedFolderAccessError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGSharedFolderAccessError *)deserialize:(NSDictionary *)valueDict { @@ -22110,7 +22351,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGSharedFolderMemberErrorSerializer serialize:instance]; } @@ -22207,7 +22448,7 @@ + (NSDictionary *)serialize:(DBSHARINGSharedFolderMemberError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGSharedFolderMemberError *)deserialize:(NSDictionary *)valueDict { @@ -22247,9 +22488,18 @@ - (instancetype)initWithUsers:(NSArray *)users groups:(NSArray *)groups invitees:(NSArray *)invitees cursor:(NSString *)cursor { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](users); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](groups); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](invitees); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](users); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](groups); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](invitees); self = [super init]; if (self) { @@ -22269,7 +22519,7 @@ - (instancetype)initWithUsers:(NSArray *)users #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGSharedFolderMembersSerializer serialize:instance]; } @@ -22300,7 +22550,7 @@ - (NSUInteger)hash { result = prime * result + [self.users hash]; result = prime * result + [self.groups hash]; result = prime * result + [self.invitees hash]; - if (self.cursor) { + if (self.cursor != nil) { result = prime * result + [self.cursor hash]; } @@ -22365,7 +22615,7 @@ + (NSDictionary *)serialize:(DBSHARINGSharedFolderMembers *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGSharedFolderMembers *)deserialize:(NSDictionary *)valueDict { @@ -22410,8 +22660,13 @@ - (instancetype)initWithAccessType:(DBSHARINGAccessLevel *)accessType ownerTeam:(DBUSERSTeam *)ownerTeam parentSharedFolderId:(NSString *)parentSharedFolderId pathLower:(NSString *)pathLower { + [DBStoneValidators nonnullValidator:nil](accessType); + [DBStoneValidators nonnullValidator:nil](isInsideTeamFolder); + [DBStoneValidators nonnullValidator:nil](isTeamFolder); [DBStoneValidators - nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](ownerDisplayNames); + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](ownerDisplayNames); [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]]( parentSharedFolderId); @@ -22443,7 +22698,7 @@ - (instancetype)initWithAccessType:(DBSHARINGAccessLevel *)accessType #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGSharedFolderMetadataBaseSerializer serialize:instance]; } @@ -22474,16 +22729,16 @@ - (NSUInteger)hash { result = prime * result + [self.accessType hash]; result = prime * result + [self.isInsideTeamFolder hash]; result = prime * result + [self.isTeamFolder hash]; - if (self.ownerDisplayNames) { + if (self.ownerDisplayNames != nil) { result = prime * result + [self.ownerDisplayNames hash]; } - if (self.ownerTeam) { + if (self.ownerTeam != nil) { result = prime * result + [self.ownerTeam hash]; } - if (self.parentSharedFolderId) { + if (self.parentSharedFolderId != nil) { result = prime * result + [self.parentSharedFolderId hash]; } - if (self.pathLower) { + if (self.pathLower != nil) { result = prime * result + [self.pathLower hash]; } @@ -22566,7 +22821,7 @@ + (NSDictionary *)serialize:(DBSHARINGSharedFolderMetadataBase *)valueObj { jsonDict[@"path_lower"] = valueObj.pathLower; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGSharedFolderMetadataBase *)deserialize:(NSDictionary *)valueDict { @@ -22625,14 +22880,26 @@ - (instancetype)initWithAccessType:(DBSHARINGAccessLevel *)accessType pathLower:(NSString *)pathLower linkMetadata:(DBSHARINGSharedContentLinkMetadata *)linkMetadata permissions:(NSArray *)permissions { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"](sharedFolderId); + [DBStoneValidators nonnullValidator:nil](accessType); + [DBStoneValidators nonnullValidator:nil](isInsideTeamFolder); + [DBStoneValidators nonnullValidator:nil](isTeamFolder); + [DBStoneValidators nonnullValidator:nil](name); + [DBStoneValidators nonnullValidator:nil](policy); + [DBStoneValidators nonnullValidator:nil](previewUrl); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]](sharedFolderId); + [DBStoneValidators nonnullValidator:nil](timeInvited); [DBStoneValidators - nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](ownerDisplayNames); + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](ownerDisplayNames); [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]]( parentSharedFolderId); [DBStoneValidators - nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](permissions); + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](permissions); self = [super initWithAccessType:accessType isInsideTeamFolder:isInsideTeamFolder @@ -22679,7 +22946,7 @@ - (instancetype)initWithAccessType:(DBSHARINGAccessLevel *)accessType #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGSharedFolderMetadataSerializer serialize:instance]; } @@ -22715,22 +22982,22 @@ - (NSUInteger)hash { result = prime * result + [self.previewUrl hash]; result = prime * result + [self.sharedFolderId hash]; result = prime * result + [self.timeInvited hash]; - if (self.ownerDisplayNames) { + if (self.ownerDisplayNames != nil) { result = prime * result + [self.ownerDisplayNames hash]; } - if (self.ownerTeam) { + if (self.ownerTeam != nil) { result = prime * result + [self.ownerTeam hash]; } - if (self.parentSharedFolderId) { + if (self.parentSharedFolderId != nil) { result = prime * result + [self.parentSharedFolderId hash]; } - if (self.pathLower) { + if (self.pathLower != nil) { result = prime * result + [self.pathLower hash]; } - if (self.linkMetadata) { + if (self.linkMetadata != nil) { result = prime * result + [self.linkMetadata hash]; } - if (self.permissions) { + if (self.permissions != nil) { result = prime * result + [self.permissions hash]; } @@ -22852,7 +23119,7 @@ + (NSDictionary *)serialize:(DBSHARINGSharedFolderMetadata *)valueObj { }]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGSharedFolderMetadata *)deserialize:(NSDictionary *)valueDict { @@ -23010,7 +23277,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGSharedLinkAccessFailureReasonSerializer serialize:instance]; } @@ -23118,7 +23385,7 @@ + (NSDictionary *)serialize:(DBSHARINGSharedLinkAccessFailureReason *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGSharedLinkAccessFailureReason *)deserialize:(NSDictionary *)valueDict { @@ -23222,7 +23489,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGSharedLinkPolicySerializer serialize:instance]; } @@ -23317,7 +23584,7 @@ + (NSDictionary *)serialize:(DBSHARINGSharedLinkPolicy *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGSharedLinkPolicy *)deserialize:(NSDictionary *)valueDict { @@ -23368,7 +23635,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGSharedLinkSettingsSerializer serialize:instance]; } @@ -23396,13 +23663,13 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.requestedVisibility) { + if (self.requestedVisibility != nil) { result = prime * result + [self.requestedVisibility hash]; } - if (self.linkPassword) { + if (self.linkPassword != nil) { result = prime * result + [self.linkPassword hash]; } - if (self.expires) { + if (self.expires != nil) { result = prime * result + [self.expires hash]; } @@ -23462,7 +23729,7 @@ + (NSDictionary *)serialize:(DBSHARINGSharedLinkSettings *)valueObj { jsonDict[@"expires"] = [DBNSDateSerializer serialize:valueObj.expires dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGSharedLinkSettings *)deserialize:(NSDictionary *)valueDict { @@ -23533,7 +23800,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGSharedLinkSettingsErrorSerializer serialize:instance]; } @@ -23618,7 +23885,7 @@ + (NSDictionary *)serialize:(DBSHARINGSharedLinkSettingsError *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGSharedLinkSettingsError *)deserialize:(NSDictionary *)valueDict { @@ -23745,7 +24012,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGSharingFileAccessErrorSerializer serialize:instance]; } @@ -23852,7 +24119,7 @@ + (NSDictionary *)serialize:(DBSHARINGSharingFileAccessError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGSharingFileAccessError *)deserialize:(NSDictionary *)valueDict { @@ -23928,7 +24195,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGSharingUserErrorSerializer serialize:instance]; } @@ -24011,7 +24278,7 @@ + (NSDictionary *)serialize:(DBSHARINGSharingUserError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGSharingUserError *)deserialize:(NSDictionary *)valueDict { @@ -24042,6 +24309,8 @@ @implementation DBSHARINGTeamMemberInfo - (instancetype)initWithTeamInfo:(DBUSERSTeam *)teamInfo displayName:(NSString *)displayName memberId:(NSString *)memberId { + [DBStoneValidators nonnullValidator:nil](teamInfo); + [DBStoneValidators nonnullValidator:nil](displayName); self = [super init]; if (self) { @@ -24058,7 +24327,7 @@ - (instancetype)initWithTeamInfo:(DBUSERSTeam *)teamInfo displayName:(NSString * #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGTeamMemberInfoSerializer serialize:instance]; } @@ -24088,7 +24357,7 @@ - (NSUInteger)hash { result = prime * result + [self.teamInfo hash]; result = prime * result + [self.displayName hash]; - if (self.memberId) { + if (self.memberId != nil) { result = prime * result + [self.memberId hash]; } @@ -24140,7 +24409,7 @@ + (NSDictionary *)serialize:(DBSHARINGTeamMemberInfo *)valueObj { jsonDict[@"member_id"] = valueObj.memberId; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGTeamMemberInfo *)deserialize:(NSDictionary *)valueDict { @@ -24164,8 +24433,9 @@ @implementation DBSHARINGTransferFolderArg #pragma mark - Constructors - (instancetype)initWithSharedFolderId:(NSString *)sharedFolderId toDropboxId:(NSString *)toDropboxId { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"](sharedFolderId); - [DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil](toDropboxId); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]](sharedFolderId); + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil]](toDropboxId); self = [super init]; if (self) { @@ -24177,7 +24447,7 @@ - (instancetype)initWithSharedFolderId:(NSString *)sharedFolderId toDropboxId:(N #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGTransferFolderArgSerializer serialize:instance]; } @@ -24248,7 +24518,7 @@ + (NSDictionary *)serialize:(DBSHARINGTransferFolderArg *)valueObj { jsonDict[@"shared_folder_id"] = valueObj.sharedFolderId; jsonDict[@"to_dropbox_id"] = valueObj.toDropboxId; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGTransferFolderArg *)deserialize:(NSDictionary *)valueDict { @@ -24407,7 +24677,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGTransferFolderErrorSerializer serialize:instance]; } @@ -24528,7 +24798,7 @@ + (NSDictionary *)serialize:(DBSHARINGTransferFolderError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGTransferFolderError *)deserialize:(NSDictionary *)valueDict { @@ -24570,7 +24840,8 @@ @implementation DBSHARINGUnmountFolderArg #pragma mark - Constructors - (instancetype)initWithSharedFolderId:(NSString *)sharedFolderId { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"](sharedFolderId); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]](sharedFolderId); self = [super init]; if (self) { @@ -24581,7 +24852,7 @@ - (instancetype)initWithSharedFolderId:(NSString *)sharedFolderId { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGUnmountFolderArgSerializer serialize:instance]; } @@ -24647,7 +24918,7 @@ + (NSDictionary *)serialize:(DBSHARINGUnmountFolderArg *)valueObj { jsonDict[@"shared_folder_id"] = valueObj.sharedFolderId; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGUnmountFolderArg *)deserialize:(NSDictionary *)valueDict { @@ -24749,7 +25020,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGUnmountFolderErrorSerializer serialize:instance]; } @@ -24846,7 +25117,7 @@ + (NSDictionary *)serialize:(DBSHARINGUnmountFolderError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGUnmountFolderError *)deserialize:(NSDictionary *)valueDict { @@ -24880,7 +25151,10 @@ @implementation DBSHARINGUnshareFileArg #pragma mark - Constructors - (instancetype)initWithFile:(NSString *)file { - [DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"((/|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(/.*)?"](file); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:@(1) + maxLength:nil + pattern:@"((/|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(/.*)?"]](file); self = [super init]; if (self) { @@ -24891,7 +25165,7 @@ - (instancetype)initWithFile:(NSString *)file { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGUnshareFileArgSerializer serialize:instance]; } @@ -24957,7 +25231,7 @@ + (NSDictionary *)serialize:(DBSHARINGUnshareFileArg *)valueObj { jsonDict[@"file"] = valueObj.file; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGUnshareFileArg *)deserialize:(NSDictionary *)valueDict { @@ -25056,7 +25330,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGUnshareFileErrorSerializer serialize:instance]; } @@ -25148,7 +25422,7 @@ + (NSDictionary *)serialize:(DBSHARINGUnshareFileError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGUnshareFileError *)deserialize:(NSDictionary *)valueDict { @@ -25181,7 +25455,8 @@ @implementation DBSHARINGUnshareFolderArg #pragma mark - Constructors - (instancetype)initWithSharedFolderId:(NSString *)sharedFolderId leaveACopy:(NSNumber *)leaveACopy { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"](sharedFolderId); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]](sharedFolderId); self = [super init]; if (self) { @@ -25197,7 +25472,7 @@ - (instancetype)initWithSharedFolderId:(NSString *)sharedFolderId { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGUnshareFolderArgSerializer serialize:instance]; } @@ -25268,7 +25543,7 @@ + (NSDictionary *)serialize:(DBSHARINGUnshareFolderArg *)valueObj { jsonDict[@"shared_folder_id"] = valueObj.sharedFolderId; jsonDict[@"leave_a_copy"] = valueObj.leaveACopy; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGUnshareFolderArg *)deserialize:(NSDictionary *)valueDict { @@ -25385,7 +25660,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGUnshareFolderErrorSerializer serialize:instance]; } @@ -25488,7 +25763,7 @@ + (NSDictionary *)serialize:(DBSHARINGUnshareFolderError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGUnshareFolderError *)deserialize:(NSDictionary *)valueDict { @@ -25529,7 +25804,12 @@ @implementation DBSHARINGUpdateFileMemberArgs - (instancetype)initWithFile:(NSString *)file member:(DBSHARINGMemberSelector *)member accessLevel:(DBSHARINGAccessLevel *)accessLevel { - [DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"((/|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(/.*)?"](file); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:@(1) + maxLength:nil + pattern:@"((/|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(/.*)?"]](file); + [DBStoneValidators nonnullValidator:nil](member); + [DBStoneValidators nonnullValidator:nil](accessLevel); self = [super initWithFile:file member:member accessLevel:accessLevel]; if (self) { @@ -25539,7 +25819,7 @@ - (instancetype)initWithFile:(NSString *)file #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGUpdateFileMemberArgsSerializer serialize:instance]; } @@ -25615,7 +25895,7 @@ + (NSDictionary *)serialize:(DBSHARINGUpdateFileMemberArgs *)valueObj { jsonDict[@"member"] = [DBSHARINGMemberSelectorSerializer serialize:valueObj.member]; jsonDict[@"access_level"] = [DBSHARINGAccessLevelSerializer serialize:valueObj.accessLevel]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGUpdateFileMemberArgs *)deserialize:(NSDictionary *)valueDict { @@ -25643,7 +25923,10 @@ @implementation DBSHARINGUpdateFolderMemberArg - (instancetype)initWithSharedFolderId:(NSString *)sharedFolderId member:(DBSHARINGMemberSelector *)member accessLevel:(DBSHARINGAccessLevel *)accessLevel { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"](sharedFolderId); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]](sharedFolderId); + [DBStoneValidators nonnullValidator:nil](member); + [DBStoneValidators nonnullValidator:nil](accessLevel); self = [super init]; if (self) { @@ -25656,7 +25939,7 @@ - (instancetype)initWithSharedFolderId:(NSString *)sharedFolderId #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGUpdateFolderMemberArgSerializer serialize:instance]; } @@ -25732,7 +26015,7 @@ + (NSDictionary *)serialize:(DBSHARINGUpdateFolderMemberArg *)valueObj { jsonDict[@"member"] = [DBSHARINGMemberSelectorSerializer serialize:valueObj.member]; jsonDict[@"access_level"] = [DBSHARINGAccessLevelSerializer serialize:valueObj.accessLevel]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGUpdateFolderMemberArg *)deserialize:(NSDictionary *)valueDict { @@ -25891,7 +26174,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGUpdateFolderMemberErrorSerializer serialize:instance]; } @@ -26004,7 +26287,7 @@ + (NSDictionary *)serialize:(DBSHARINGUpdateFolderMemberError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGUpdateFolderMemberError *)deserialize:(NSDictionary *)valueDict { @@ -26058,8 +26341,12 @@ - (instancetype)initWithSharedFolderId:(NSString *)sharedFolderId sharedLinkPolicy:(DBSHARINGSharedLinkPolicy *)sharedLinkPolicy linkSettings:(DBSHARINGLinkSettings *)linkSettings actions:(NSArray *)actions { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"](sharedFolderId); - [DBStoneValidators nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](actions); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]](sharedFolderId); + [DBStoneValidators + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](actions); self = [super init]; if (self) { @@ -26086,7 +26373,7 @@ - (instancetype)initWithSharedFolderId:(NSString *)sharedFolderId { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGUpdateFolderPolicyArgSerializer serialize:instance]; } @@ -26115,22 +26402,22 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.sharedFolderId hash]; - if (self.memberPolicy) { + if (self.memberPolicy != nil) { result = prime * result + [self.memberPolicy hash]; } - if (self.aclUpdatePolicy) { + if (self.aclUpdatePolicy != nil) { result = prime * result + [self.aclUpdatePolicy hash]; } - if (self.viewerInfoPolicy) { + if (self.viewerInfoPolicy != nil) { result = prime * result + [self.viewerInfoPolicy hash]; } - if (self.sharedLinkPolicy) { + if (self.sharedLinkPolicy != nil) { result = prime * result + [self.sharedLinkPolicy hash]; } - if (self.linkSettings) { + if (self.linkSettings != nil) { result = prime * result + [self.linkSettings hash]; } - if (self.actions) { + if (self.actions != nil) { result = prime * result + [self.actions hash]; } @@ -26221,7 +26508,7 @@ + (NSDictionary *)serialize:(DBSHARINGUpdateFolderPolicyArg *)valueObj { }]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGUpdateFolderPolicyArg *)deserialize:(NSDictionary *)valueDict { @@ -26393,7 +26680,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGUpdateFolderPolicyErrorSerializer serialize:instance]; } @@ -26508,7 +26795,7 @@ + (NSDictionary *)serialize:(DBSHARINGUpdateFolderPolicyError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGUpdateFolderPolicyError *)deserialize:(NSDictionary *)valueDict { @@ -26537,48 +26824,57 @@ + (DBSHARINGUpdateFolderPolicyError *)deserialize:(NSDictionary *)valueDict { @end +#import "DBSHARINGAccessLevel.h" +#import "DBSHARINGMemberPermission.h" +#import "DBSHARINGMembershipInfo.h" #import "DBSHARINGUserInfo.h" +#import "DBSHARINGUserMembershipInfo.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #pragma mark - API Object -@implementation DBSHARINGUserInfo +@implementation DBSHARINGUserMembershipInfo #pragma mark - Constructors -- (instancetype)initWithAccountId:(NSString *)accountId - sameTeam:(NSNumber *)sameTeam - teamMemberId:(NSString *)teamMemberId { - [DBStoneValidators stringValidator:@(40) maxLength:@(40) pattern:nil](accountId); +- (instancetype)initWithAccessType:(DBSHARINGAccessLevel *)accessType + user:(DBSHARINGUserInfo *)user + permissions:(NSArray *)permissions + initials:(NSString *)initials + isInherited:(NSNumber *)isInherited { + [DBStoneValidators nonnullValidator:nil](accessType); + [DBStoneValidators nonnullValidator:nil](user); + [DBStoneValidators + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](permissions); - self = [super init]; + self = [super initWithAccessType:accessType permissions:permissions initials:initials isInherited:isInherited]; if (self) { - _accountId = accountId; - _sameTeam = sameTeam; - _teamMemberId = teamMemberId; + _user = user; } return self; } -- (instancetype)initWithAccountId:(NSString *)accountId sameTeam:(NSNumber *)sameTeam { - return [self initWithAccountId:accountId sameTeam:sameTeam teamMemberId:nil]; +- (instancetype)initWithAccessType:(DBSHARINGAccessLevel *)accessType user:(DBSHARINGUserInfo *)user { + return [self initWithAccessType:accessType user:user permissions:nil initials:nil isInherited:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBSHARINGUserInfoSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBSHARINGUserMembershipInfoSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBSHARINGUserInfoSerializer deserialize:dict]; + return [DBSHARINGUserMembershipInfoSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBSHARINGUserInfoSerializer serialize:self] description]; + return [[DBSHARINGUserMembershipInfoSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -26595,11 +26891,15 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.accountId hash]; - result = prime * result + [self.sameTeam hash]; - if (self.teamMemberId) { - result = prime * result + [self.teamMemberId hash]; + result = prime * result + [self.accessType hash]; + result = prime * result + [self.user hash]; + if (self.permissions != nil) { + result = prime * result + [self.permissions hash]; + } + if (self.initials != nil) { + result = prime * result + [self.initials hash]; } + result = prime * result + [self.isInherited hash]; return prime * result; } @@ -26613,24 +26913,32 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToUserInfo:other]; + return [self isEqualToUserMembershipInfo:other]; } -- (BOOL)isEqualToUserInfo:(DBSHARINGUserInfo *)anUserInfo { - if (self == anUserInfo) { +- (BOOL)isEqualToUserMembershipInfo:(DBSHARINGUserMembershipInfo *)anUserMembershipInfo { + if (self == anUserMembershipInfo) { return YES; } - if (![self.accountId isEqual:anUserInfo.accountId]) { + if (![self.accessType isEqual:anUserMembershipInfo.accessType]) { return NO; } - if (![self.sameTeam isEqual:anUserInfo.sameTeam]) { + if (![self.user isEqual:anUserMembershipInfo.user]) { return NO; } - if (self.teamMemberId) { - if (![self.teamMemberId isEqual:anUserInfo.teamMemberId]) { + if (self.permissions) { + if (![self.permissions isEqual:anUserMembershipInfo.permissions]) { return NO; } } + if (self.initials) { + if (![self.initials isEqual:anUserMembershipInfo.initials]) { + return NO; + } + } + if (![self.isInherited isEqual:anUserMembershipInfo.isInherited]) { + return NO; + } return YES; } @@ -26638,33 +26946,51 @@ - (BOOL)isEqualToUserInfo:(DBSHARINGUserInfo *)anUserInfo { #pragma mark - Serializer Object -@implementation DBSHARINGUserInfoSerializer +@implementation DBSHARINGUserMembershipInfoSerializer -+ (NSDictionary *)serialize:(DBSHARINGUserInfo *)valueObj { ++ (NSDictionary *)serialize:(DBSHARINGUserMembershipInfo *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"account_id"] = valueObj.accountId; - jsonDict[@"same_team"] = valueObj.sameTeam; - if (valueObj.teamMemberId) { - jsonDict[@"team_member_id"] = valueObj.teamMemberId; + jsonDict[@"access_type"] = [DBSHARINGAccessLevelSerializer serialize:valueObj.accessType]; + jsonDict[@"user"] = [DBSHARINGUserInfoSerializer serialize:valueObj.user]; + if (valueObj.permissions) { + jsonDict[@"permissions"] = [DBArraySerializer serialize:valueObj.permissions + withBlock:^id(id elem0) { + return [DBSHARINGMemberPermissionSerializer serialize:elem0]; + }]; } + if (valueObj.initials) { + jsonDict[@"initials"] = valueObj.initials; + } + jsonDict[@"is_inherited"] = valueObj.isInherited; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBSHARINGUserInfo *)deserialize:(NSDictionary *)valueDict { - NSString *accountId = valueDict[@"account_id"]; - NSNumber *sameTeam = valueDict[@"same_team"]; - NSString *teamMemberId = valueDict[@"team_member_id"] ?: nil; ++ (DBSHARINGUserMembershipInfo *)deserialize:(NSDictionary *)valueDict { + DBSHARINGAccessLevel *accessType = [DBSHARINGAccessLevelSerializer deserialize:valueDict[@"access_type"]]; + DBSHARINGUserInfo *user = [DBSHARINGUserInfoSerializer deserialize:valueDict[@"user"]]; + NSArray *permissions = + valueDict[@"permissions"] ? [DBArraySerializer deserialize:valueDict[@"permissions"] + withBlock:^id(id elem0) { + return [DBSHARINGMemberPermissionSerializer deserialize:elem0]; + }] + : nil; + NSString *initials = valueDict[@"initials"] ?: nil; + NSNumber *isInherited = valueDict[@"is_inherited"] ?: @NO; - return [[DBSHARINGUserInfo alloc] initWithAccountId:accountId sameTeam:sameTeam teamMemberId:teamMemberId]; + return [[DBSHARINGUserMembershipInfo alloc] initWithAccessType:accessType + user:user + permissions:permissions + initials:initials + isInherited:isInherited]; } @end #import "DBSHARINGAccessLevel.h" #import "DBSHARINGMemberPermission.h" -#import "DBSHARINGMembershipInfo.h" +#import "DBSHARINGUserFileMembershipInfo.h" #import "DBSHARINGUserInfo.h" #import "DBSHARINGUserMembershipInfo.h" #import "DBStoneSerializers.h" @@ -26672,7 +26998,7 @@ + (DBSHARINGUserInfo *)deserialize:(NSDictionary *)valueDict { #pragma mark - API Object -@implementation DBSHARINGUserMembershipInfo +@implementation DBSHARINGUserFileMembershipInfo #pragma mark - Constructors @@ -26680,35 +27006,41 @@ - (instancetype)initWithAccessType:(DBSHARINGAccessLevel *)accessType user:(DBSHARINGUserInfo *)user permissions:(NSArray *)permissions initials:(NSString *)initials - isInherited:(NSNumber *)isInherited { + isInherited:(NSNumber *)isInherited + timeLastSeen:(NSDate *)timeLastSeen { + [DBStoneValidators nonnullValidator:nil](accessType); + [DBStoneValidators nonnullValidator:nil](user); [DBStoneValidators - nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](permissions); + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](permissions); - self = [super initWithAccessType:accessType permissions:permissions initials:initials isInherited:isInherited]; + self = + [super initWithAccessType:accessType user:user permissions:permissions initials:initials isInherited:isInherited]; if (self) { - _user = user; + _timeLastSeen = timeLastSeen; } return self; } - (instancetype)initWithAccessType:(DBSHARINGAccessLevel *)accessType user:(DBSHARINGUserInfo *)user { - return [self initWithAccessType:accessType user:user permissions:nil initials:nil isInherited:nil]; + return [self initWithAccessType:accessType user:user permissions:nil initials:nil isInherited:nil timeLastSeen:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBSHARINGUserMembershipInfoSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBSHARINGUserFileMembershipInfoSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBSHARINGUserMembershipInfoSerializer deserialize:dict]; + return [DBSHARINGUserFileMembershipInfoSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBSHARINGUserMembershipInfoSerializer serialize:self] description]; + return [[DBSHARINGUserFileMembershipInfoSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -26727,13 +27059,16 @@ - (NSUInteger)hash { result = prime * result + [self.accessType hash]; result = prime * result + [self.user hash]; - if (self.permissions) { + if (self.permissions != nil) { result = prime * result + [self.permissions hash]; } - if (self.initials) { + if (self.initials != nil) { result = prime * result + [self.initials hash]; } result = prime * result + [self.isInherited hash]; + if (self.timeLastSeen != nil) { + result = prime * result + [self.timeLastSeen hash]; + } return prime * result; } @@ -26747,32 +27082,37 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToUserMembershipInfo:other]; + return [self isEqualToUserFileMembershipInfo:other]; } -- (BOOL)isEqualToUserMembershipInfo:(DBSHARINGUserMembershipInfo *)anUserMembershipInfo { - if (self == anUserMembershipInfo) { +- (BOOL)isEqualToUserFileMembershipInfo:(DBSHARINGUserFileMembershipInfo *)anUserFileMembershipInfo { + if (self == anUserFileMembershipInfo) { return YES; } - if (![self.accessType isEqual:anUserMembershipInfo.accessType]) { + if (![self.accessType isEqual:anUserFileMembershipInfo.accessType]) { return NO; } - if (![self.user isEqual:anUserMembershipInfo.user]) { + if (![self.user isEqual:anUserFileMembershipInfo.user]) { return NO; } if (self.permissions) { - if (![self.permissions isEqual:anUserMembershipInfo.permissions]) { + if (![self.permissions isEqual:anUserFileMembershipInfo.permissions]) { return NO; } } if (self.initials) { - if (![self.initials isEqual:anUserMembershipInfo.initials]) { + if (![self.initials isEqual:anUserFileMembershipInfo.initials]) { return NO; } } - if (![self.isInherited isEqual:anUserMembershipInfo.isInherited]) { + if (![self.isInherited isEqual:anUserFileMembershipInfo.isInherited]) { return NO; } + if (self.timeLastSeen) { + if (![self.timeLastSeen isEqual:anUserFileMembershipInfo.timeLastSeen]) { + return NO; + } + } return YES; } @@ -26780,9 +27120,9 @@ - (BOOL)isEqualToUserMembershipInfo:(DBSHARINGUserMembershipInfo *)anUserMembers #pragma mark - Serializer Object -@implementation DBSHARINGUserMembershipInfoSerializer +@implementation DBSHARINGUserFileMembershipInfoSerializer -+ (NSDictionary *)serialize:(DBSHARINGUserMembershipInfo *)valueObj { ++ (NSDictionary *)serialize:(DBSHARINGUserFileMembershipInfo *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; jsonDict[@"access_type"] = [DBSHARINGAccessLevelSerializer serialize:valueObj.accessType]; @@ -26797,11 +27137,14 @@ + (NSDictionary *)serialize:(DBSHARINGUserMembershipInfo *)valueObj { jsonDict[@"initials"] = valueObj.initials; } jsonDict[@"is_inherited"] = valueObj.isInherited; + if (valueObj.timeLastSeen) { + jsonDict[@"time_last_seen"] = [DBNSDateSerializer serialize:valueObj.timeLastSeen dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; + } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBSHARINGUserMembershipInfo *)deserialize:(NSDictionary *)valueDict { ++ (DBSHARINGUserFileMembershipInfo *)deserialize:(NSDictionary *)valueDict { DBSHARINGAccessLevel *accessType = [DBSHARINGAccessLevelSerializer deserialize:valueDict[@"access_type"]]; DBSHARINGUserInfo *user = [DBSHARINGUserInfoSerializer deserialize:valueDict[@"user"]]; NSArray *permissions = @@ -26812,12 +27155,142 @@ + (DBSHARINGUserMembershipInfo *)deserialize:(NSDictionary *)valueDict { : nil; NSString *initials = valueDict[@"initials"] ?: nil; NSNumber *isInherited = valueDict[@"is_inherited"] ?: @NO; + NSDate *timeLastSeen = valueDict[@"time_last_seen"] ? [DBNSDateSerializer deserialize:valueDict[@"time_last_seen"] + dateFormat:@"%Y-%m-%dT%H:%M:%SZ"] + : nil; - return [[DBSHARINGUserMembershipInfo alloc] initWithAccessType:accessType - user:user - permissions:permissions - initials:initials - isInherited:isInherited]; + return [[DBSHARINGUserFileMembershipInfo alloc] initWithAccessType:accessType + user:user + permissions:permissions + initials:initials + isInherited:isInherited + timeLastSeen:timeLastSeen]; +} + +@end + +#import "DBSHARINGUserInfo.h" +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" + +#pragma mark - API Object + +@implementation DBSHARINGUserInfo + +#pragma mark - Constructors + +- (instancetype)initWithAccountId:(NSString *)accountId + sameTeam:(NSNumber *)sameTeam + teamMemberId:(NSString *)teamMemberId { + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:@(40) maxLength:@(40) pattern:nil]](accountId); + [DBStoneValidators nonnullValidator:nil](sameTeam); + + self = [super init]; + if (self) { + _accountId = accountId; + _sameTeam = sameTeam; + _teamMemberId = teamMemberId; + } + return self; +} + +- (instancetype)initWithAccountId:(NSString *)accountId sameTeam:(NSNumber *)sameTeam { + return [self initWithAccountId:accountId sameTeam:sameTeam teamMemberId:nil]; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBSHARINGUserInfoSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBSHARINGUserInfoSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBSHARINGUserInfoSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.accountId hash]; + result = prime * result + [self.sameTeam hash]; + if (self.teamMemberId != nil) { + result = prime * result + [self.teamMemberId hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToUserInfo:other]; +} + +- (BOOL)isEqualToUserInfo:(DBSHARINGUserInfo *)anUserInfo { + if (self == anUserInfo) { + return YES; + } + if (![self.accountId isEqual:anUserInfo.accountId]) { + return NO; + } + if (![self.sameTeam isEqual:anUserInfo.sameTeam]) { + return NO; + } + if (self.teamMemberId) { + if (![self.teamMemberId isEqual:anUserInfo.teamMemberId]) { + return NO; + } + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBSHARINGUserInfoSerializer + ++ (NSDictionary *)serialize:(DBSHARINGUserInfo *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"account_id"] = valueObj.accountId; + jsonDict[@"same_team"] = valueObj.sameTeam; + if (valueObj.teamMemberId) { + jsonDict[@"team_member_id"] = valueObj.teamMemberId; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBSHARINGUserInfo *)deserialize:(NSDictionary *)valueDict { + NSString *accountId = valueDict[@"account_id"]; + NSNumber *sameTeam = valueDict[@"same_team"]; + NSString *teamMemberId = valueDict[@"team_member_id"] ?: nil; + + return [[DBSHARINGUserInfo alloc] initWithAccountId:accountId sameTeam:sameTeam teamMemberId:teamMemberId]; } @end @@ -26887,7 +27360,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGViewerInfoPolicySerializer serialize:instance]; } @@ -26976,7 +27449,7 @@ + (NSDictionary *)serialize:(DBSHARINGViewerInfoPolicy *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGViewerInfoPolicy *)deserialize:(NSDictionary *)valueDict { @@ -27102,7 +27575,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBSHARINGVisibilitySerializer serialize:instance]; } @@ -27209,7 +27682,7 @@ + (NSDictionary *)serialize:(DBSHARINGVisibility *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBSHARINGVisibility *)deserialize:(NSDictionary *)valueDict { diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAccessLevel.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAccessLevel.h index 5d9f4f28..7cb0a365 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAccessLevel.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAccessLevel.h @@ -167,7 +167,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGAccessLevelTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGAccessLevel` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGAccessLevel *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGAccessLevel *)instance; /// /// Deserializes `DBSHARINGAccessLevel` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAclUpdatePolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAclUpdatePolicy.h index 5af460f7..ca9b2e8d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAclUpdatePolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAclUpdatePolicy.h @@ -123,7 +123,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGAclUpdatePolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGAclUpdatePolicy` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGAclUpdatePolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGAclUpdatePolicy *)instance; /// /// Deserializes `DBSHARINGAclUpdatePolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddFileMemberArgs.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddFileMemberArgs.h index 4ed1ac3b..e5d609d7 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddFileMemberArgs.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddFileMemberArgs.h @@ -109,7 +109,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGAddFileMemberArgs` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGAddFileMemberArgs *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGAddFileMemberArgs *)instance; /// /// Deserializes `DBSHARINGAddFileMemberArgs` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddFileMemberError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddFileMemberError.h index 8a24fd75..3824350e 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddFileMemberError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddFileMemberError.h @@ -176,7 +176,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGAddFileMemberErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGAddFileMemberError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGAddFileMemberError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGAddFileMemberError *)instance; /// /// Deserializes `DBSHARINGAddFileMemberError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddFolderMemberArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddFolderMemberArg.h index c81b5e9d..cd44c493 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddFolderMemberArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddFolderMemberArg.h @@ -91,7 +91,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGAddFolderMemberArg` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGAddFolderMemberArg *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGAddFolderMemberArg *)instance; /// /// Deserializes `DBSHARINGAddFolderMemberArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddFolderMemberError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddFolderMemberError.h index f7d9957c..32e095e2 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddFolderMemberError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddFolderMemberError.h @@ -358,7 +358,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGAddFolderMemberErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGAddFolderMemberError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGAddFolderMemberError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGAddFolderMemberError *)instance; /// /// Deserializes `DBSHARINGAddFolderMemberError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddMember.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddMember.h index 90938ae0..4f5d5bb3 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddMember.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddMember.h @@ -80,7 +80,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGAddMember` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGAddMember *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGAddMember *)instance; /// /// Deserializes `DBSHARINGAddMember` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddMemberSelectorError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddMemberSelectorError.h index 26e34a7f..aedf027b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddMemberSelectorError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddMemberSelectorError.h @@ -244,7 +244,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGAddMemberSelectorErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGAddMemberSelectorError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGAddMemberSelectorError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGAddMemberSelectorError *)instance; /// /// Deserializes `DBSHARINGAddMemberSelectorError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAudienceExceptionContentInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAudienceExceptionContentInfo.h index 5ade493a..a8dcac9d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAudienceExceptionContentInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAudienceExceptionContentInfo.h @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGAudienceExceptionContentInfo` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGAudienceExceptionContentInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGAudienceExceptionContentInfo *)instance; /// /// Deserializes `DBSHARINGAudienceExceptionContentInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAudienceExceptions.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAudienceExceptions.h index 798258a0..a73f04e5 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAudienceExceptions.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAudienceExceptions.h @@ -72,7 +72,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGAudienceExceptions` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGAudienceExceptions *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGAudienceExceptions *)instance; /// /// Deserializes `DBSHARINGAudienceExceptions` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAudienceRestrictingSharedFolder.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAudienceRestrictingSharedFolder.h index ace2b26b..040e9c85 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAudienceRestrictingSharedFolder.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAudienceRestrictingSharedFolder.h @@ -73,7 +73,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGAudienceRestrictingSharedFolder` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGAudienceRestrictingSharedFolder *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGAudienceRestrictingSharedFolder *)instance; /// /// Deserializes `DBSHARINGAudienceRestrictingSharedFolder` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGChangeFileMemberAccessArgs.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGChangeFileMemberAccessArgs.h index c1ac4ddc..411c07d3 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGChangeFileMemberAccessArgs.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGChangeFileMemberAccessArgs.h @@ -73,7 +73,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGChangeFileMemberAccessArgs` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGChangeFileMemberAccessArgs *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGChangeFileMemberAccessArgs *)instance; /// /// Deserializes `DBSHARINGChangeFileMemberAccessArgs` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCollectionLinkMetadata.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCollectionLinkMetadata.h index 0db6224b..5d9ea6d1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCollectionLinkMetadata.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCollectionLinkMetadata.h @@ -73,7 +73,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGCollectionLinkMetadata` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGCollectionLinkMetadata *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGCollectionLinkMetadata *)instance; /// /// Deserializes `DBSHARINGCollectionLinkMetadata` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCreateSharedLinkArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCreateSharedLinkArg.h index 6b071e74..e34ba787 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCreateSharedLinkArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCreateSharedLinkArg.h @@ -86,7 +86,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGCreateSharedLinkArg` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGCreateSharedLinkArg *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGCreateSharedLinkArg *)instance; /// /// Deserializes `DBSHARINGCreateSharedLinkArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCreateSharedLinkError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCreateSharedLinkError.h index 5e0b8c42..930d99b3 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCreateSharedLinkError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCreateSharedLinkError.h @@ -108,7 +108,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGCreateSharedLinkErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGCreateSharedLinkError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGCreateSharedLinkError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGCreateSharedLinkError *)instance; /// /// Deserializes `DBSHARINGCreateSharedLinkError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCreateSharedLinkWithSettingsArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCreateSharedLinkWithSettingsArg.h index 1b6442ee..53fa1451 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCreateSharedLinkWithSettingsArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCreateSharedLinkWithSettingsArg.h @@ -26,10 +26,10 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// The path to be shared by the shared link +/// The path to be shared by the shared link. @property (nonatomic, readonly, copy) NSString *path; -/// The requested settings for the newly created shared link +/// The requested settings for the newly created shared link. @property (nonatomic, readonly, nullable) DBSHARINGSharedLinkSettings *settings; #pragma mark - Constructors @@ -37,8 +37,8 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param path The path to be shared by the shared link -/// @param settings The requested settings for the newly created shared link +/// @param path The path to be shared by the shared link. +/// @param settings The requested settings for the newly created shared link. /// /// @return An initialized instance. /// @@ -48,7 +48,7 @@ NS_ASSUME_NONNULL_BEGIN /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param path The path to be shared by the shared link +/// @param path The path to be shared by the shared link. /// /// @return An initialized instance. /// @@ -74,7 +74,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGCreateSharedLinkWithSettingsArg` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGCreateSharedLinkWithSettingsArg *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGCreateSharedLinkWithSettingsArg *)instance; /// /// Deserializes `DBSHARINGCreateSharedLinkWithSettingsArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCreateSharedLinkWithSettingsError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCreateSharedLinkWithSettingsError.h index 3cb96069..0b9e3fa7 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCreateSharedLinkWithSettingsError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCreateSharedLinkWithSettingsError.h @@ -34,17 +34,17 @@ typedef NS_ENUM(NSInteger, DBSHARINGCreateSharedLinkWithSettingsErrorTag) { /// (no description). DBSHARINGCreateSharedLinkWithSettingsErrorPath, - /// User's email should be verified + /// User's email should be verified. DBSHARINGCreateSharedLinkWithSettingsErrorEmailNotVerified, /// The shared link already exists. You can call `listSharedLinks` to get /// the existing link. DBSHARINGCreateSharedLinkWithSettingsErrorSharedLinkAlreadyExists, - /// There is an error with the given settings + /// There is an error with the given settings. DBSHARINGCreateSharedLinkWithSettingsErrorSettingsError, - /// Access to the requested path is forbidden + /// Access to the requested path is forbidden. DBSHARINGCreateSharedLinkWithSettingsErrorAccessDenied, }; @@ -56,9 +56,9 @@ typedef NS_ENUM(NSInteger, DBSHARINGCreateSharedLinkWithSettingsErrorTag) { /// accessing, otherwise a runtime exception will be raised. @property (nonatomic, readonly) DBFILESLookupError *path; -/// There is an error with the given settings @note Ensure the `isSettingsError` -/// method returns true before accessing, otherwise a runtime exception will be -/// raised. +/// There is an error with the given settings. @note Ensure the +/// `isSettingsError` method returns true before accessing, otherwise a runtime +/// exception will be raised. @property (nonatomic, readonly) DBSHARINGSharedLinkSettingsError *settingsError; #pragma mark - Constructors @@ -76,7 +76,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGCreateSharedLinkWithSettingsErrorTag) { /// Initializes union class with tag state of "email_not_verified". /// /// Description of the "email_not_verified" tag state: User's email should be -/// verified +/// verified. /// /// @return An initialized instance. /// @@ -96,9 +96,9 @@ typedef NS_ENUM(NSInteger, DBSHARINGCreateSharedLinkWithSettingsErrorTag) { /// Initializes union class with tag state of "settings_error". /// /// Description of the "settings_error" tag state: There is an error with the -/// given settings +/// given settings. /// -/// @param settingsError There is an error with the given settings +/// @param settingsError There is an error with the given settings. /// /// @return An initialized instance. /// @@ -108,7 +108,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGCreateSharedLinkWithSettingsErrorTag) { /// Initializes union class with tag state of "access_denied". /// /// Description of the "access_denied" tag state: Access to the requested path -/// is forbidden +/// is forbidden. /// /// @return An initialized instance. /// @@ -189,7 +189,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGCreateSharedLinkWithSettingsErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGCreateSharedLinkWithSettingsError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGCreateSharedLinkWithSettingsError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGCreateSharedLinkWithSettingsError *)instance; /// /// Deserializes `DBSHARINGCreateSharedLinkWithSettingsError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGExpectedSharedContentLinkMetadata.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGExpectedSharedContentLinkMetadata.h index 2cabe75a..febf8706 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGExpectedSharedContentLinkMetadata.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGExpectedSharedContentLinkMetadata.h @@ -105,7 +105,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGExpectedSharedContentLinkMetadata` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGExpectedSharedContentLinkMetadata *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGExpectedSharedContentLinkMetadata *)instance; /// /// Deserializes `DBSHARINGExpectedSharedContentLinkMetadata` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileAction.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileAction.h index 25afa81c..1b6b6de1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileAction.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileAction.h @@ -51,7 +51,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGFileActionTag) { /// Relinquish one's own membership to the file. DBSHARINGFileActionRelinquishMembership, - /// This action is deprecated. Use create_link instead. + /// Use create_link instead. DBSHARINGFileActionShareLink, /// Create a shared link to the file. @@ -139,8 +139,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGFileActionTag) { /// /// Initializes union class with tag state of "share_link". /// -/// Description of the "share_link" tag state: This action is deprecated. Use -/// create_link instead. +/// Description of the "share_link" tag state: Use create_link instead. /// /// @return An initialized instance. /// @@ -269,7 +268,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGFileActionTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGFileAction` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGFileAction *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGFileAction *)instance; /// /// Deserializes `DBSHARINGFileAction` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileErrorResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileErrorResult.h index 2a7e5566..8fd5c0ca 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileErrorResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileErrorResult.h @@ -180,7 +180,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGFileErrorResultTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGFileErrorResult` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGFileErrorResult *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGFileErrorResult *)instance; /// /// Deserializes `DBSHARINGFileErrorResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileLinkMetadata.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileLinkMetadata.h index f97d7f1e..dafead58 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileLinkMetadata.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileLinkMetadata.h @@ -21,7 +21,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// The `FileLinkMetadata` struct. /// -/// The metadata of a file shared link +/// The metadata of a file shared link. /// /// This class implements the `DBSerializable` protocol (serialize and /// deserialize instance methods), which is required for all Obj-C SDK API route @@ -140,7 +140,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGFileLinkMetadata` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGFileLinkMetadata *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGFileLinkMetadata *)instance; /// /// Deserializes `DBSHARINGFileLinkMetadata` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileMemberActionError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileMemberActionError.h index 4f17b6ff..93383473 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileMemberActionError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileMemberActionError.h @@ -193,7 +193,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGFileMemberActionErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGFileMemberActionError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGFileMemberActionError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGFileMemberActionError *)instance; /// /// Deserializes `DBSHARINGFileMemberActionError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileMemberActionIndividualResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileMemberActionIndividualResult.h index b7dca3f7..ece41ae7 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileMemberActionIndividualResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileMemberActionIndividualResult.h @@ -133,7 +133,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGFileMemberActionIndividualResultTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGFileMemberActionIndividualResult` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGFileMemberActionIndividualResult *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGFileMemberActionIndividualResult *)instance; /// /// Deserializes `DBSHARINGFileMemberActionIndividualResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileMemberActionResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileMemberActionResult.h index 7112ed2b..fe8af1d8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileMemberActionResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileMemberActionResult.h @@ -68,7 +68,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGFileMemberActionResult` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGFileMemberActionResult *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGFileMemberActionResult *)instance; /// /// Deserializes `DBSHARINGFileMemberActionResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileMemberRemoveActionResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileMemberRemoveActionResult.h index 3580378c..c41a9475 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileMemberRemoveActionResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileMemberRemoveActionResult.h @@ -145,7 +145,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGFileMemberRemoveActionResultTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGFileMemberRemoveActionResult` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGFileMemberRemoveActionResult *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGFileMemberRemoveActionResult *)instance; /// /// Deserializes `DBSHARINGFileMemberRemoveActionResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFilePermission.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFilePermission.h index ecd8a428..56c8a8a6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFilePermission.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFilePermission.h @@ -85,7 +85,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGFilePermission` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGFilePermission *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGFilePermission *)instance; /// /// Deserializes `DBSHARINGFilePermission` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFolderAction.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFolderAction.h index 1400127c..1ad3a760 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFolderAction.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFolderAction.h @@ -350,7 +350,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGFolderActionTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGFolderAction` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGFolderAction *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGFolderAction *)instance; /// /// Deserializes `DBSHARINGFolderAction` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFolderLinkMetadata.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFolderLinkMetadata.h index 473737c7..1b7f9c4b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFolderLinkMetadata.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFolderLinkMetadata.h @@ -21,7 +21,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// The `FolderLinkMetadata` struct. /// -/// The metadata of a folder shared link +/// The metadata of a folder shared link. /// /// This class implements the `DBSerializable` protocol (serialize and /// deserialize instance methods), which is required for all Obj-C SDK API route @@ -94,7 +94,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGFolderLinkMetadata` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGFolderLinkMetadata *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGFolderLinkMetadata *)instance; /// /// Deserializes `DBSHARINGFolderLinkMetadata` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFolderPermission.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFolderPermission.h index 976173ee..9e471ab3 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFolderPermission.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFolderPermission.h @@ -85,7 +85,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGFolderPermission` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGFolderPermission *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGFolderPermission *)instance; /// /// Deserializes `DBSHARINGFolderPermission` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFolderPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFolderPolicy.h index 556dd3da..ea2fc6c6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFolderPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFolderPolicy.h @@ -111,7 +111,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGFolderPolicy` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGFolderPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGFolderPolicy *)instance; /// /// Deserializes `DBSHARINGFolderPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataArg.h index af28dfb0..1e234975 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataArg.h @@ -81,7 +81,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGGetFileMetadataArg` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGGetFileMetadataArg *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGGetFileMetadataArg *)instance; /// /// Deserializes `DBSHARINGGetFileMetadataArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataBatchArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataBatchArg.h index f9b8e690..98456735 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataBatchArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataBatchArg.h @@ -82,7 +82,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGGetFileMetadataBatchArg` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGGetFileMetadataBatchArg *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGGetFileMetadataBatchArg *)instance; /// /// Deserializes `DBSHARINGGetFileMetadataBatchArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataBatchResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataBatchResult.h index fbe0fb86..ba405727 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataBatchResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataBatchResult.h @@ -68,7 +68,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGGetFileMetadataBatchResult` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGGetFileMetadataBatchResult *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGGetFileMetadataBatchResult *)instance; /// /// Deserializes `DBSHARINGGetFileMetadataBatchResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataError.h index 6dc20ef6..7042a450 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataError.h @@ -137,7 +137,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGGetFileMetadataErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGGetFileMetadataError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGGetFileMetadataError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGGetFileMetadataError *)instance; /// /// Deserializes `DBSHARINGGetFileMetadataError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataIndividualResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataIndividualResult.h index d75afd05..262bd7f4 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataIndividualResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataIndividualResult.h @@ -145,7 +145,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGGetFileMetadataIndividualResultTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGGetFileMetadataIndividualResult` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGGetFileMetadataIndividualResult *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGGetFileMetadataIndividualResult *)instance; /// /// Deserializes `DBSHARINGGetFileMetadataIndividualResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetMetadataArgs.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetMetadataArgs.h index ddd8721f..81001144 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetMetadataArgs.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetMetadataArgs.h @@ -80,7 +80,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGGetMetadataArgs` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGGetMetadataArgs *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGGetMetadataArgs *)instance; /// /// Deserializes `DBSHARINGGetMetadataArgs` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinkFileError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinkFileError.h index 30602f70..701d6b2f 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinkFileError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinkFileError.h @@ -169,7 +169,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGGetSharedLinkFileErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGGetSharedLinkFileError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGGetSharedLinkFileError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGGetSharedLinkFileError *)instance; /// /// Deserializes `DBSHARINGGetSharedLinkFileError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinkMetadataArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinkMetadataArg.h index ab45cca9..2ddb8943 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinkMetadataArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinkMetadataArg.h @@ -84,7 +84,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGGetSharedLinkMetadataArg` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGGetSharedLinkMetadataArg *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGGetSharedLinkMetadataArg *)instance; /// /// Deserializes `DBSHARINGGetSharedLinkMetadataArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinksArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinksArg.h index f4aa45b7..3f7190e5 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinksArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinksArg.h @@ -67,7 +67,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGGetSharedLinksArg` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGGetSharedLinksArg *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGGetSharedLinksArg *)instance; /// /// Deserializes `DBSHARINGGetSharedLinksArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinksError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinksError.h index 621c7907..042ee7b3 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinksError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinksError.h @@ -107,7 +107,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGGetSharedLinksErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGGetSharedLinksError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGGetSharedLinksError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGGetSharedLinksError *)instance; /// /// Deserializes `DBSHARINGGetSharedLinksError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinksResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinksResult.h index 5ed3523b..5f954dd1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinksResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinksResult.h @@ -60,7 +60,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGGetSharedLinksResult` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGGetSharedLinksResult *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGGetSharedLinksResult *)instance; /// /// Deserializes `DBSHARINGGetSharedLinksResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGroupInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGroupInfo.h index f6bac962..890ff02b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGroupInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGroupInfo.h @@ -110,7 +110,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGGroupInfo` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGGroupInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGGroupInfo *)instance; /// /// Deserializes `DBSHARINGGroupInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGroupMembershipInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGroupMembershipInfo.h index 58fa2f16..3580c6bc 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGroupMembershipInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGroupMembershipInfo.h @@ -83,7 +83,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGGroupMembershipInfo` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGGroupMembershipInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGGroupMembershipInfo *)instance; /// /// Deserializes `DBSHARINGGroupMembershipInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGInsufficientPlan.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGInsufficientPlan.h index 422ee96a..169d4159 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGInsufficientPlan.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGInsufficientPlan.h @@ -77,7 +77,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGInsufficientPlan` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGInsufficientPlan *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGInsufficientPlan *)instance; /// /// Deserializes `DBSHARINGInsufficientPlan` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGInsufficientQuotaAmounts.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGInsufficientQuotaAmounts.h index 3b0b04ed..b7e0944e 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGInsufficientQuotaAmounts.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGInsufficientQuotaAmounts.h @@ -71,7 +71,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGInsufficientQuotaAmounts` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGInsufficientQuotaAmounts *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGInsufficientQuotaAmounts *)instance; /// /// Deserializes `DBSHARINGInsufficientQuotaAmounts` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGInviteeInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGInviteeInfo.h index 3996a580..9ed3b5f6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGInviteeInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGInviteeInfo.h @@ -110,7 +110,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGInviteeInfoTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGInviteeInfo` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGInviteeInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGInviteeInfo *)instance; /// /// Deserializes `DBSHARINGInviteeInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGInviteeMembershipInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGInviteeMembershipInfo.h index 3b4c3f0c..00430d87 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGInviteeMembershipInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGInviteeMembershipInfo.h @@ -89,7 +89,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGInviteeMembershipInfo` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGInviteeMembershipInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGInviteeMembershipInfo *)instance; /// /// Deserializes `DBSHARINGInviteeMembershipInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGJobError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGJobError.h index edb59c12..70c9d490 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGJobError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGJobError.h @@ -189,7 +189,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGJobErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGJobError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGJobError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGJobError *)instance; /// /// Deserializes `DBSHARINGJobError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGJobStatus.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGJobStatus.h index fc334a44..8dc44f9f 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGJobStatus.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGJobStatus.h @@ -132,7 +132,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGJobStatusTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGJobStatus` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGJobStatus *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGJobStatus *)instance; /// /// Deserializes `DBSHARINGJobStatus` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkAction.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkAction.h index de7c7221..1304969b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkAction.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkAction.h @@ -204,7 +204,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGLinkActionTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGLinkAction` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGLinkAction *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGLinkAction *)instance; /// /// Deserializes `DBSHARINGLinkAction` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkAudience.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkAudience.h index 31ed9198..afdd2830 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkAudience.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkAudience.h @@ -139,7 +139,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGLinkAudienceTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGLinkAudience` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGLinkAudience *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGLinkAudience *)instance; /// /// Deserializes `DBSHARINGLinkAudience` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkExpiry.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkExpiry.h index 79e6faa5..6911fe2a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkExpiry.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkExpiry.h @@ -130,7 +130,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGLinkExpiryTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGLinkExpiry` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGLinkExpiry *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGLinkExpiry *)instance; /// /// Deserializes `DBSHARINGLinkExpiry` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkMetadata.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkMetadata.h index e7edc9b3..1452cab5 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkMetadata.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkMetadata.h @@ -83,7 +83,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGLinkMetadata` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGLinkMetadata *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGLinkMetadata *)instance; /// /// Deserializes `DBSHARINGLinkMetadata` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkPassword.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkPassword.h index a685e90e..0d69f609 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkPassword.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkPassword.h @@ -130,7 +130,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGLinkPasswordTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGLinkPassword` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGLinkPassword *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGLinkPassword *)instance; /// /// Deserializes `DBSHARINGLinkPassword` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkPermission.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkPermission.h index ebea150c..19553559 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkPermission.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkPermission.h @@ -83,7 +83,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGLinkPermission` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGLinkPermission *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGLinkPermission *)instance; /// /// Deserializes `DBSHARINGLinkPermission` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkPermissions.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkPermissions.h index da286e1c..764d55cd 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkPermissions.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkPermissions.h @@ -41,7 +41,7 @@ NS_ASSUME_NONNULL_BEGIN /// caller is the link's owner. @property (nonatomic, readonly, nullable) DBSHARINGRequestedVisibility *requestedVisibility; -/// Whether the caller can revoke the shared link +/// Whether the caller can revoke the shared link. @property (nonatomic, readonly) NSNumber *canRevoke; /// The failure reason for revoking the link. This field will only be present if @@ -53,7 +53,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param canRevoke Whether the caller can revoke the shared link +/// @param canRevoke Whether the caller can revoke the shared link. /// @param resolvedVisibility The current visibility of the link after /// considering the shared links policies of the the team (in case the link's /// owner is part of a team) and the shared folder (in case the linked file is @@ -77,7 +77,7 @@ NS_ASSUME_NONNULL_BEGIN /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param canRevoke Whether the caller can revoke the shared link +/// @param canRevoke Whether the caller can revoke the shared link. /// /// @return An initialized instance. /// @@ -102,7 +102,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGLinkPermissions` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGLinkPermissions *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGLinkPermissions *)instance; /// /// Deserializes `DBSHARINGLinkPermissions` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkSettings.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkSettings.h index fc3a2605..9dc1cef5 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkSettings.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkSettings.h @@ -90,7 +90,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGLinkSettings` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGLinkSettings *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGLinkSettings *)instance; /// /// Deserializes `DBSHARINGLinkSettings` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersArg.h index 68bf8cce..ccc3b4d6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersArg.h @@ -89,7 +89,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGListFileMembersArg` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGListFileMembersArg *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGListFileMembersArg *)instance; /// /// Deserializes `DBSHARINGListFileMembersArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersBatchArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersBatchArg.h index 784af1f5..3b4292f0 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersBatchArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersBatchArg.h @@ -77,7 +77,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGListFileMembersBatchArg` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGListFileMembersBatchArg *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGListFileMembersBatchArg *)instance; /// /// Deserializes `DBSHARINGListFileMembersBatchArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersBatchResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersBatchResult.h index b102e3c1..e3c43148 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersBatchResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersBatchResult.h @@ -66,7 +66,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGListFileMembersBatchResult` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGListFileMembersBatchResult *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGListFileMembersBatchResult *)instance; /// /// Deserializes `DBSHARINGListFileMembersBatchResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersContinueArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersContinueArg.h index 5efbb8c1..2fe294e7 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersContinueArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersContinueArg.h @@ -63,7 +63,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGListFileMembersContinueArg` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGListFileMembersContinueArg *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGListFileMembersContinueArg *)instance; /// /// Deserializes `DBSHARINGListFileMembersContinueArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersContinueError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersContinueError.h index 8aef30ea..d4fe6d35 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersContinueError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersContinueError.h @@ -159,7 +159,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGListFileMembersContinueErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGListFileMembersContinueError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGListFileMembersContinueError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGListFileMembersContinueError *)instance; /// /// Deserializes `DBSHARINGListFileMembersContinueError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersCountResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersCountResult.h index 01f9832b..4e10d1a3 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersCountResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersCountResult.h @@ -65,7 +65,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGListFileMembersCountResult` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGListFileMembersCountResult *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGListFileMembersCountResult *)instance; /// /// Deserializes `DBSHARINGListFileMembersCountResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersError.h index d9494881..0c40cad1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersError.h @@ -137,7 +137,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGListFileMembersErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGListFileMembersError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGListFileMembersError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGListFileMembersError *)instance; /// /// Deserializes `DBSHARINGListFileMembersError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersIndividualResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersIndividualResult.h index ea4b0e2f..b9ca8c77 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersIndividualResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersIndividualResult.h @@ -145,7 +145,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGListFileMembersIndividualResultTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGListFileMembersIndividualResult` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGListFileMembersIndividualResult *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGListFileMembersIndividualResult *)instance; /// /// Deserializes `DBSHARINGListFileMembersIndividualResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFilesArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFilesArg.h index 5e0d207a..18bb4384 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFilesArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFilesArg.h @@ -82,7 +82,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGListFilesArg` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGListFilesArg *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGListFilesArg *)instance; /// /// Deserializes `DBSHARINGListFilesArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFilesContinueArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFilesContinueArg.h index b2e8c4a8..960c30ca 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFilesContinueArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFilesContinueArg.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGListFilesContinueArg` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGListFilesContinueArg *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGListFilesContinueArg *)instance; /// /// Deserializes `DBSHARINGListFilesContinueArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFilesContinueError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFilesContinueError.h index fb3efec4..88571ffe 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFilesContinueError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFilesContinueError.h @@ -132,7 +132,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGListFilesContinueErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGListFilesContinueError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGListFilesContinueError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGListFilesContinueError *)instance; /// /// Deserializes `DBSHARINGListFilesContinueError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFilesResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFilesResult.h index bc50d024..94e1115b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFilesResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFilesResult.h @@ -75,7 +75,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGListFilesResult` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGListFilesResult *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGListFilesResult *)instance; /// /// Deserializes `DBSHARINGListFilesResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFolderMembersArgs.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFolderMembersArgs.h index 7e310b75..b02ca85f 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFolderMembersArgs.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFolderMembersArgs.h @@ -77,7 +77,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGListFolderMembersArgs` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGListFolderMembersArgs *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGListFolderMembersArgs *)instance; /// /// Deserializes `DBSHARINGListFolderMembersArgs` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFolderMembersContinueArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFolderMembersContinueArg.h index d6bd9a2c..7f345bc1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFolderMembersContinueArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFolderMembersContinueArg.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGListFolderMembersContinueArg` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGListFolderMembersContinueArg *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGListFolderMembersContinueArg *)instance; /// /// Deserializes `DBSHARINGListFolderMembersContinueArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFolderMembersContinueError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFolderMembersContinueError.h index f6bba86f..f1b4f77e 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFolderMembersContinueError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFolderMembersContinueError.h @@ -130,7 +130,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGListFolderMembersContinueErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGListFolderMembersContinueError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGListFolderMembersContinueError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGListFolderMembersContinueError *)instance; /// /// Deserializes `DBSHARINGListFolderMembersContinueError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFolderMembersCursorArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFolderMembersCursorArg.h index 9ae0a49d..a35643b7 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFolderMembersCursorArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFolderMembersCursorArg.h @@ -80,7 +80,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGListFolderMembersCursorArg` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGListFolderMembersCursorArg *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGListFolderMembersCursorArg *)instance; /// /// Deserializes `DBSHARINGListFolderMembersCursorArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFoldersArgs.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFoldersArgs.h index 14a5ea4e..666033c5 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFoldersArgs.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFoldersArgs.h @@ -78,7 +78,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGListFoldersArgs` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGListFoldersArgs *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGListFoldersArgs *)instance; /// /// Deserializes `DBSHARINGListFoldersArgs` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFoldersContinueArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFoldersContinueArg.h index e07f9a58..0e9eb827 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFoldersContinueArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFoldersContinueArg.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGListFoldersContinueArg` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGListFoldersContinueArg *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGListFoldersContinueArg *)instance; /// /// Deserializes `DBSHARINGListFoldersContinueArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFoldersContinueError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFoldersContinueError.h index e47c1d3b..817e68dc 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFoldersContinueError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFoldersContinueError.h @@ -102,7 +102,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGListFoldersContinueErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGListFoldersContinueError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGListFoldersContinueError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGListFoldersContinueError *)instance; /// /// Deserializes `DBSHARINGListFoldersContinueError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFoldersResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFoldersResult.h index b692c471..e2b8bf60 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFoldersResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFoldersResult.h @@ -85,7 +85,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGListFoldersResult` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGListFoldersResult *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGListFoldersResult *)instance; /// /// Deserializes `DBSHARINGListFoldersResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListSharedLinksArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListSharedLinksArg.h index 2891eecb..2debf228 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListSharedLinksArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListSharedLinksArg.h @@ -77,7 +77,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGListSharedLinksArg` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGListSharedLinksArg *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGListSharedLinksArg *)instance; /// /// Deserializes `DBSHARINGListSharedLinksArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListSharedLinksError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListSharedLinksError.h index 3593fd59..a19b794e 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListSharedLinksError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListSharedLinksError.h @@ -129,7 +129,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGListSharedLinksErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGListSharedLinksError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGListSharedLinksError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGListSharedLinksError *)instance; /// /// Deserializes `DBSHARINGListSharedLinksError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListSharedLinksResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListSharedLinksResult.h index c61462ae..36ef7812 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListSharedLinksResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListSharedLinksResult.h @@ -86,7 +86,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGListSharedLinksResult` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGListSharedLinksResult *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGListSharedLinksResult *)instance; /// /// Deserializes `DBSHARINGListSharedLinksResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberAccessLevelResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberAccessLevelResult.h index 530c7087..d52e5408 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberAccessLevelResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberAccessLevelResult.h @@ -90,7 +90,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGMemberAccessLevelResult` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGMemberAccessLevelResult *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGMemberAccessLevelResult *)instance; /// /// Deserializes `DBSHARINGMemberAccessLevelResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberAction.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberAction.h index 2635ff54..3b810580 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberAction.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberAction.h @@ -203,7 +203,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGMemberActionTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGMemberAction` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGMemberAction *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGMemberAction *)instance; /// /// Deserializes `DBSHARINGMemberAction` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberPermission.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberPermission.h index b0a0704d..e81a5af8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberPermission.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberPermission.h @@ -85,7 +85,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGMemberPermission` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGMemberPermission *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGMemberPermission *)instance; /// /// Deserializes `DBSHARINGMemberPermission` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberPolicy.h index 1ba9c5b6..c847aca1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberPolicy.h @@ -121,7 +121,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGMemberPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGMemberPolicy` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGMemberPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGMemberPolicy *)instance; /// /// Deserializes `DBSHARINGMemberPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberSelector.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberSelector.h index 740712c8..06d028c1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberSelector.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberSelector.h @@ -140,7 +140,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGMemberSelectorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGMemberSelector` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGMemberSelector *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGMemberSelector *)instance; /// /// Deserializes `DBSHARINGMemberSelector` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMembershipInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMembershipInfo.h index 3e12cffc..ec88fa41 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMembershipInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMembershipInfo.h @@ -89,7 +89,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGMembershipInfo` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGMembershipInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGMembershipInfo *)instance; /// /// Deserializes `DBSHARINGMembershipInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGModifySharedLinkSettingsArgs.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGModifySharedLinkSettingsArgs.h index 4a7c0bce..ec9de831 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGModifySharedLinkSettingsArgs.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGModifySharedLinkSettingsArgs.h @@ -26,7 +26,7 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// URL of the shared link to change its settings +/// URL of the shared link to change its settings. @property (nonatomic, readonly, copy) NSString *url; /// Set of settings for the shared link. @@ -40,7 +40,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param url URL of the shared link to change its settings +/// @param url URL of the shared link to change its settings. /// @param settings Set of settings for the shared link. /// @param removeExpiration If set to true, removes the expiration of the shared /// link. @@ -55,7 +55,7 @@ NS_ASSUME_NONNULL_BEGIN /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param url URL of the shared link to change its settings +/// @param url URL of the shared link to change its settings. /// @param settings Set of settings for the shared link. /// /// @return An initialized instance. @@ -82,7 +82,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGModifySharedLinkSettingsArgs` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGModifySharedLinkSettingsArgs *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGModifySharedLinkSettingsArgs *)instance; /// /// Deserializes `DBSHARINGModifySharedLinkSettingsArgs` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGModifySharedLinkSettingsError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGModifySharedLinkSettingsError.h index b6174561..7fa8eb4c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGModifySharedLinkSettingsError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGModifySharedLinkSettingsError.h @@ -42,10 +42,10 @@ typedef NS_ENUM(NSInteger, DBSHARINGModifySharedLinkSettingsErrorTag) { /// (no description). DBSHARINGModifySharedLinkSettingsErrorOther, - /// There is an error with the given settings + /// There is an error with the given settings. DBSHARINGModifySharedLinkSettingsErrorSettingsError, - /// The caller's email should be verified + /// The caller's email should be verified. DBSHARINGModifySharedLinkSettingsErrorEmailNotVerified, }; @@ -53,9 +53,9 @@ typedef NS_ENUM(NSInteger, DBSHARINGModifySharedLinkSettingsErrorTag) { /// Represents the union's current tag state. @property (nonatomic, readonly) DBSHARINGModifySharedLinkSettingsErrorTag tag; -/// There is an error with the given settings @note Ensure the `isSettingsError` -/// method returns true before accessing, otherwise a runtime exception will be -/// raised. +/// There is an error with the given settings. @note Ensure the +/// `isSettingsError` method returns true before accessing, otherwise a runtime +/// exception will be raised. @property (nonatomic, readonly) DBSHARINGSharedLinkSettingsError *settingsError; #pragma mark - Constructors @@ -101,9 +101,9 @@ typedef NS_ENUM(NSInteger, DBSHARINGModifySharedLinkSettingsErrorTag) { /// Initializes union class with tag state of "settings_error". /// /// Description of the "settings_error" tag state: There is an error with the -/// given settings +/// given settings. /// -/// @param settingsError There is an error with the given settings +/// @param settingsError There is an error with the given settings. /// /// @return An initialized instance. /// @@ -113,7 +113,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGModifySharedLinkSettingsErrorTag) { /// Initializes union class with tag state of "email_not_verified". /// /// Description of the "email_not_verified" tag state: The caller's email should -/// be verified +/// be verified. /// /// @return An initialized instance. /// @@ -202,7 +202,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGModifySharedLinkSettingsErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGModifySharedLinkSettingsError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGModifySharedLinkSettingsError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGModifySharedLinkSettingsError *)instance; /// /// Deserializes `DBSHARINGModifySharedLinkSettingsError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMountFolderArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMountFolderArg.h index 80459dc0..47b1fabe 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMountFolderArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMountFolderArg.h @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGMountFolderArg` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGMountFolderArg *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGMountFolderArg *)instance; /// /// Deserializes `DBSHARINGMountFolderArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMountFolderError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMountFolderError.h index 848918c2..634d55b6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMountFolderError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMountFolderError.h @@ -227,7 +227,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGMountFolderErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGMountFolderError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGMountFolderError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGMountFolderError *)instance; /// /// Deserializes `DBSHARINGMountFolderError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGParentFolderAccessInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGParentFolderAccessInfo.h index aea5eb53..af1e65a9 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGParentFolderAccessInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGParentFolderAccessInfo.h @@ -79,7 +79,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGParentFolderAccessInfo` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGParentFolderAccessInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGParentFolderAccessInfo *)instance; /// /// Deserializes `DBSHARINGParentFolderAccessInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGPathLinkMetadata.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGPathLinkMetadata.h index aae26e81..15db96ba 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGPathLinkMetadata.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGPathLinkMetadata.h @@ -78,7 +78,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGPathLinkMetadata` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGPathLinkMetadata *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGPathLinkMetadata *)instance; /// /// Deserializes `DBSHARINGPathLinkMetadata` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGPendingUploadMode.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGPendingUploadMode.h index 97aca8e3..66d9670f 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGPendingUploadMode.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGPendingUploadMode.h @@ -104,7 +104,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGPendingUploadModeTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGPendingUploadMode` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGPendingUploadMode *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGPendingUploadMode *)instance; /// /// Deserializes `DBSHARINGPendingUploadMode` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGPermissionDeniedReason.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGPermissionDeniedReason.h index 169bd932..87b10c49 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGPermissionDeniedReason.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGPermissionDeniedReason.h @@ -71,6 +71,9 @@ typedef NS_ENUM(NSInteger, DBSHARINGPermissionDeniedReasonTag) { /// Folder is inside of another shared folder. DBSHARINGPermissionDeniedReasonFolderIsInsideSharedFolder, + /// Policy cannot be changed due to restrictions from parent folder. + DBSHARINGPermissionDeniedReasonRestrictedByParentFolder, + /// (no description). DBSHARINGPermissionDeniedReasonInsufficientPlan, @@ -217,6 +220,16 @@ typedef NS_ENUM(NSInteger, DBSHARINGPermissionDeniedReasonTag) { /// - (instancetype)initWithFolderIsInsideSharedFolder; +/// +/// Initializes union class with tag state of "restricted_by_parent_folder". +/// +/// Description of the "restricted_by_parent_folder" tag state: Policy cannot be +/// changed due to restrictions from parent folder. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithRestrictedByParentFolder; + /// /// Initializes union class with tag state of "insufficient_plan". /// @@ -345,6 +358,15 @@ typedef NS_ENUM(NSInteger, DBSHARINGPermissionDeniedReasonTag) { /// - (BOOL)isFolderIsInsideSharedFolder; +/// +/// Retrieves whether the union's current tag state has value +/// "restricted_by_parent_folder". +/// +/// @return Whether the union's current tag state has value +/// "restricted_by_parent_folder". +/// +- (BOOL)isRestrictedByParentFolder; + /// /// Retrieves whether the union's current tag state has value /// "insufficient_plan". @@ -388,7 +410,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGPermissionDeniedReasonTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGPermissionDeniedReason` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGPermissionDeniedReason *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGPermissionDeniedReason *)instance; /// /// Deserializes `DBSHARINGPermissionDeniedReason` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRelinquishFileMembershipArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRelinquishFileMembershipArg.h index 3df7b572..d2074dfa 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRelinquishFileMembershipArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRelinquishFileMembershipArg.h @@ -59,7 +59,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGRelinquishFileMembershipArg` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGRelinquishFileMembershipArg *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGRelinquishFileMembershipArg *)instance; /// /// Deserializes `DBSHARINGRelinquishFileMembershipArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRelinquishFileMembershipError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRelinquishFileMembershipError.h index fd4d44fb..aa5db1d9 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRelinquishFileMembershipError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRelinquishFileMembershipError.h @@ -152,7 +152,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGRelinquishFileMembershipErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGRelinquishFileMembershipError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGRelinquishFileMembershipError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGRelinquishFileMembershipError *)instance; /// /// Deserializes `DBSHARINGRelinquishFileMembershipError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRelinquishFolderMembershipArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRelinquishFolderMembershipArg.h index 049549b1..760ddae2 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRelinquishFolderMembershipArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRelinquishFolderMembershipArg.h @@ -74,7 +74,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGRelinquishFolderMembershipArg` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGRelinquishFolderMembershipArg *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGRelinquishFolderMembershipArg *)instance; /// /// Deserializes `DBSHARINGRelinquishFolderMembershipArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRelinquishFolderMembershipError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRelinquishFolderMembershipError.h index 8c045211..317c6c95 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRelinquishFolderMembershipError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRelinquishFolderMembershipError.h @@ -240,7 +240,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGRelinquishFolderMembershipErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGRelinquishFolderMembershipError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGRelinquishFolderMembershipError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGRelinquishFolderMembershipError *)instance; /// /// Deserializes `DBSHARINGRelinquishFolderMembershipError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveFileMemberArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveFileMemberArg.h index 8406391a..bf6ca0eb 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveFileMemberArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveFileMemberArg.h @@ -70,7 +70,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGRemoveFileMemberArg` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGRemoveFileMemberArg *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGRemoveFileMemberArg *)instance; /// /// Deserializes `DBSHARINGRemoveFileMemberArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveFileMemberError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveFileMemberError.h index db659e45..256cb062 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveFileMemberError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveFileMemberError.h @@ -176,7 +176,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGRemoveFileMemberErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGRemoveFileMemberError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGRemoveFileMemberError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGRemoveFileMemberError *)instance; /// /// Deserializes `DBSHARINGRemoveFileMemberError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveFolderMemberArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveFolderMemberArg.h index 77177cb4..91c8d394 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveFolderMemberArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveFolderMemberArg.h @@ -75,7 +75,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGRemoveFolderMemberArg` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGRemoveFolderMemberArg *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGRemoveFolderMemberArg *)instance; /// /// Deserializes `DBSHARINGRemoveFolderMemberArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveFolderMemberError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveFolderMemberError.h index 1cfdc34b..e292a205 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveFolderMemberError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveFolderMemberError.h @@ -218,7 +218,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGRemoveFolderMemberErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGRemoveFolderMemberError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGRemoveFolderMemberError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGRemoveFolderMemberError *)instance; /// /// Deserializes `DBSHARINGRemoveFolderMemberError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveMemberJobStatus.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveMemberJobStatus.h index 7461c1cd..9b81735e 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveMemberJobStatus.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveMemberJobStatus.h @@ -146,7 +146,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGRemoveMemberJobStatusTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGRemoveMemberJobStatus` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGRemoveMemberJobStatus *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGRemoveMemberJobStatus *)instance; /// /// Deserializes `DBSHARINGRemoveMemberJobStatus` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRequestedVisibility.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRequestedVisibility.h index c8174651..febd0ec7 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRequestedVisibility.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRequestedVisibility.h @@ -131,7 +131,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGRequestedVisibilityTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGRequestedVisibility` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGRequestedVisibility *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGRequestedVisibility *)instance; /// /// Deserializes `DBSHARINGRequestedVisibility` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGResolvedVisibility.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGResolvedVisibility.h index 8a0849c4..c4fc05d3 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGResolvedVisibility.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGResolvedVisibility.h @@ -193,7 +193,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGResolvedVisibilityTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGResolvedVisibility` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGResolvedVisibility *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGResolvedVisibility *)instance; /// /// Deserializes `DBSHARINGResolvedVisibility` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRevokeSharedLinkArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRevokeSharedLinkArg.h index b1a78ce5..8d2d95a8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRevokeSharedLinkArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRevokeSharedLinkArg.h @@ -59,7 +59,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGRevokeSharedLinkArg` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGRevokeSharedLinkArg *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGRevokeSharedLinkArg *)instance; /// /// Deserializes `DBSHARINGRevokeSharedLinkArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRevokeSharedLinkError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRevokeSharedLinkError.h index cabbf887..e7a7d482 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRevokeSharedLinkError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRevokeSharedLinkError.h @@ -169,7 +169,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGRevokeSharedLinkErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGRevokeSharedLinkError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGRevokeSharedLinkError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGRevokeSharedLinkError *)instance; /// /// Deserializes `DBSHARINGRevokeSharedLinkError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderArg.h index a6e6b906..1df0a8ac 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderArg.h @@ -102,7 +102,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGShareFolderArg` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGShareFolderArg *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGShareFolderArg *)instance; /// /// Deserializes `DBSHARINGShareFolderArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderArgBase.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderArgBase.h index f405bca4..17761505 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderArgBase.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderArgBase.h @@ -107,7 +107,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGShareFolderArgBase` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGShareFolderArgBase *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGShareFolderArgBase *)instance; /// /// Deserializes `DBSHARINGShareFolderArgBase` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderError.h index a2dbbf5e..d1496502 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderError.h @@ -200,7 +200,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGShareFolderErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGShareFolderError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGShareFolderError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGShareFolderError *)instance; /// /// Deserializes `DBSHARINGShareFolderError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderErrorBase.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderErrorBase.h index 1b095fff..d0816f82 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderErrorBase.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderErrorBase.h @@ -181,7 +181,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGShareFolderErrorBaseTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGShareFolderErrorBase` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGShareFolderErrorBase *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGShareFolderErrorBase *)instance; /// /// Deserializes `DBSHARINGShareFolderErrorBase` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderJobStatus.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderJobStatus.h index 0878e075..c17ff6c8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderJobStatus.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderJobStatus.h @@ -143,7 +143,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGShareFolderJobStatusTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGShareFolderJobStatus` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGShareFolderJobStatus *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGShareFolderJobStatus *)instance; /// /// Deserializes `DBSHARINGShareFolderJobStatus` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderLaunch.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderLaunch.h index b54ff916..6b4dc550 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderLaunch.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderLaunch.h @@ -125,7 +125,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGShareFolderLaunchTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGShareFolderLaunch` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGShareFolderLaunch *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGShareFolderLaunch *)instance; /// /// Deserializes `DBSHARINGShareFolderLaunch` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharePathError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharePathError.h index b65820ad..d9b7827d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharePathError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharePathError.h @@ -366,7 +366,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGSharePathErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGSharePathError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGSharePathError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGSharePathError *)instance; /// /// Deserializes `DBSHARINGSharePathError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedContentLinkMetadata.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedContentLinkMetadata.h index 8fc2f03d..c7d19175 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedContentLinkMetadata.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedContentLinkMetadata.h @@ -121,7 +121,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGSharedContentLinkMetadata` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGSharedContentLinkMetadata *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGSharedContentLinkMetadata *)instance; /// /// Deserializes `DBSHARINGSharedContentLinkMetadata` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedContentLinkMetadataBase.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedContentLinkMetadataBase.h index d786fe72..f8727f41 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedContentLinkMetadataBase.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedContentLinkMetadataBase.h @@ -128,7 +128,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGSharedContentLinkMetadataBase` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGSharedContentLinkMetadataBase *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGSharedContentLinkMetadataBase *)instance; /// /// Deserializes `DBSHARINGSharedContentLinkMetadataBase` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFileMembers.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFileMembers.h index 37ce19c1..6cc70d17 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFileMembers.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFileMembers.h @@ -11,7 +11,7 @@ @class DBSHARINGGroupMembershipInfo; @class DBSHARINGInviteeMembershipInfo; @class DBSHARINGSharedFileMembers; -@class DBSHARINGUserMembershipInfo; +@class DBSHARINGUserFileMembershipInfo; NS_ASSUME_NONNULL_BEGIN @@ -33,7 +33,7 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields /// The list of user members of the shared file. -@property (nonatomic, readonly) NSArray *users; +@property (nonatomic, readonly) NSArray *users; /// The list of group members of the shared file. @property (nonatomic, readonly) NSArray *groups; @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithUsers:(NSArray *)users +- (instancetype)initWithUsers:(NSArray *)users groups:(NSArray *)groups invitees:(NSArray *)invitees cursor:(nullable NSString *)cursor; @@ -78,7 +78,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithUsers:(NSArray *)users +- (instancetype)initWithUsers:(NSArray *)users groups:(NSArray *)groups invitees:(NSArray *)invitees; @@ -101,7 +101,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGSharedFileMembers` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGSharedFileMembers *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGSharedFileMembers *)instance; /// /// Deserializes `DBSHARINGSharedFileMembers` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFileMetadata.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFileMetadata.h index 568e8d4a..7afe5797 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFileMetadata.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFileMetadata.h @@ -179,7 +179,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGSharedFileMetadata` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGSharedFileMetadata *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGSharedFileMetadata *)instance; /// /// Deserializes `DBSHARINGSharedFileMetadata` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderAccessError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderAccessError.h index 1bc1f9cf..d991497a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderAccessError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderAccessError.h @@ -163,7 +163,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGSharedFolderAccessErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGSharedFolderAccessError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGSharedFolderAccessError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGSharedFolderAccessError *)instance; /// /// Deserializes `DBSHARINGSharedFolderAccessError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderMemberError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderMemberError.h index b5774cf3..2cb0082e 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderMemberError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderMemberError.h @@ -158,7 +158,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGSharedFolderMemberErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGSharedFolderMemberError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGSharedFolderMemberError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGSharedFolderMemberError *)instance; /// /// Deserializes `DBSHARINGSharedFolderMemberError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderMembers.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderMembers.h index badd80b5..18322a3c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderMembers.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderMembers.h @@ -97,7 +97,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGSharedFolderMembers` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGSharedFolderMembers *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGSharedFolderMembers *)instance; /// /// Deserializes `DBSHARINGSharedFolderMembers` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderMetadata.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderMetadata.h index 1dd873b4..65db6676 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderMetadata.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderMetadata.h @@ -150,7 +150,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGSharedFolderMetadata` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGSharedFolderMetadata *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGSharedFolderMetadata *)instance; /// /// Deserializes `DBSHARINGSharedFolderMetadata` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderMetadataBase.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderMetadataBase.h index a96672b0..49b41ab3 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderMetadataBase.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderMetadataBase.h @@ -119,7 +119,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGSharedFolderMetadataBase` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGSharedFolderMetadataBase *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGSharedFolderMetadataBase *)instance; /// /// Deserializes `DBSHARINGSharedFolderMetadataBase` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkAccessFailureReason.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkAccessFailureReason.h index 63c7ef65..4db56f57 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkAccessFailureReason.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkAccessFailureReason.h @@ -185,7 +185,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGSharedLinkAccessFailureReasonTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGSharedLinkAccessFailureReason` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGSharedLinkAccessFailureReason *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGSharedLinkAccessFailureReason *)instance; /// /// Deserializes `DBSHARINGSharedLinkAccessFailureReason` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkError.h index a9d392fa..8329f68c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkError.h @@ -146,7 +146,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGSharedLinkErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGSharedLinkError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGSharedLinkError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGSharedLinkError *)instance; /// /// Deserializes `DBSHARINGSharedLinkError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkMetadata.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkMetadata.h index d8fe4014..fb9c996b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkMetadata.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkMetadata.h @@ -20,7 +20,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// The `SharedLinkMetadata` struct. /// -/// The metadata of a shared link +/// The metadata of a shared link. /// /// This class implements the `DBSerializable` protocol (serialize and /// deserialize instance methods), which is required for all Obj-C SDK API route @@ -124,7 +124,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGSharedLinkMetadata` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGSharedLinkMetadata *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGSharedLinkMetadata *)instance; /// /// Deserializes `DBSHARINGSharedLinkMetadata` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkPolicy.h index f0d2d274..a94628bf 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkPolicy.h @@ -141,7 +141,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGSharedLinkPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGSharedLinkPolicy` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGSharedLinkPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGSharedLinkPolicy *)instance; /// /// Deserializes `DBSHARINGSharedLinkPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkSettings.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkSettings.h index 7b9ce1dd..406d0e0d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkSettings.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkSettings.h @@ -82,7 +82,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGSharedLinkSettings` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGSharedLinkSettings *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGSharedLinkSettings *)instance; /// /// Deserializes `DBSHARINGSharedLinkSettings` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkSettingsError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkSettingsError.h index 684396e4..a3c6fd61 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkSettingsError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkSettingsError.h @@ -33,13 +33,13 @@ typedef NS_ENUM(NSInteger, DBSHARINGSharedLinkSettingsErrorTag) { /// SharedLinkSettings are empty, the requested visibility is `password` in /// `DBSHARINGRequestedVisibility` but the `linkPassword` in /// `DBSHARINGSharedLinkSettings` is missing, `expires` in - /// `DBSHARINGSharedLinkSettings` is set to the past, etc.) + /// `DBSHARINGSharedLinkSettings` is set to the past, etc.). DBSHARINGSharedLinkSettingsErrorInvalidSettings, /// User is not allowed to modify the settings of this link. Note that basic /// users can only set `public` in `DBSHARINGRequestedVisibility` as the /// `requestedVisibility` in `DBSHARINGSharedLinkSettings` and cannot set - /// `expires` in `DBSHARINGSharedLinkSettings` + /// `expires` in `DBSHARINGSharedLinkSettings`. DBSHARINGSharedLinkSettingsErrorNotAuthorized, }; @@ -56,7 +56,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGSharedLinkSettingsErrorTag) { /// invalid (for example, all attributes of the SharedLinkSettings are empty, /// the requested visibility is `password` in `DBSHARINGRequestedVisibility` but /// the `linkPassword` in `DBSHARINGSharedLinkSettings` is missing, `expires` in -/// `DBSHARINGSharedLinkSettings` is set to the past, etc.) +/// `DBSHARINGSharedLinkSettings` is set to the past, etc.). /// /// @return An initialized instance. /// @@ -69,7 +69,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGSharedLinkSettingsErrorTag) { /// the settings of this link. Note that basic users can only set `public` in /// `DBSHARINGRequestedVisibility` as the `requestedVisibility` in /// `DBSHARINGSharedLinkSettings` and cannot set `expires` in -/// `DBSHARINGSharedLinkSettings` +/// `DBSHARINGSharedLinkSettings`. /// /// @return An initialized instance. /// @@ -119,7 +119,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGSharedLinkSettingsErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGSharedLinkSettingsError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGSharedLinkSettingsError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGSharedLinkSettingsError *)instance; /// /// Deserializes `DBSHARINGSharedLinkSettingsError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharingFileAccessError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharingFileAccessError.h index 1e6651d2..de7fca21 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharingFileAccessError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharingFileAccessError.h @@ -189,7 +189,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGSharingFileAccessErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGSharingFileAccessError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGSharingFileAccessError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGSharingFileAccessError *)instance; /// /// Deserializes `DBSHARINGSharingFileAccessError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharingUserError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharingUserError.h index 53a2faab..1dc917f2 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharingUserError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharingUserError.h @@ -104,7 +104,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGSharingUserErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGSharingUserError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGSharingUserError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGSharingUserError *)instance; /// /// Deserializes `DBSHARINGSharingUserError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGTeamMemberInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGTeamMemberInfo.h index 90797be2..a7a70534 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGTeamMemberInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGTeamMemberInfo.h @@ -28,7 +28,7 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Information about the member's team +/// Information about the member's team. @property (nonatomic, readonly) DBUSERSTeam *teamInfo; /// The display name of the user. @@ -43,7 +43,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param teamInfo Information about the member's team +/// @param teamInfo Information about the member's team. /// @param displayName The display name of the user. /// @param memberId ID of user as a member of a team. This field will only be /// present if the member is in the same team as current user. @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param teamInfo Information about the member's team +/// @param teamInfo Information about the member's team. /// @param displayName The display name of the user. /// /// @return An initialized instance. @@ -84,7 +84,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGTeamMemberInfo` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGTeamMemberInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGTeamMemberInfo *)instance; /// /// Deserializes `DBSHARINGTeamMemberInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGTransferFolderArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGTransferFolderArg.h index 54549747..08081e19 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGTransferFolderArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGTransferFolderArg.h @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGTransferFolderArg` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGTransferFolderArg *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGTransferFolderArg *)instance; /// /// Deserializes `DBSHARINGTransferFolderArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGTransferFolderError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGTransferFolderError.h index 07a5c237..92171673 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGTransferFolderError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGTransferFolderError.h @@ -236,7 +236,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGTransferFolderErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGTransferFolderError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGTransferFolderError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGTransferFolderError *)instance; /// /// Deserializes `DBSHARINGTransferFolderError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnmountFolderArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnmountFolderArg.h index 3afd7051..65e19e81 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnmountFolderArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnmountFolderArg.h @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGUnmountFolderArg` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGUnmountFolderArg *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGUnmountFolderArg *)instance; /// /// Deserializes `DBSHARINGUnmountFolderArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnmountFolderError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnmountFolderError.h index da29a900..ad6243c6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnmountFolderError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnmountFolderError.h @@ -151,7 +151,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGUnmountFolderErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGUnmountFolderError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGUnmountFolderError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGUnmountFolderError *)instance; /// /// Deserializes `DBSHARINGUnmountFolderError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnshareFileArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnshareFileArg.h index 14612450..93b5df33 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnshareFileArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnshareFileArg.h @@ -60,7 +60,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGUnshareFileArg` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGUnshareFileArg *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGUnshareFileArg *)instance; /// /// Deserializes `DBSHARINGUnshareFileArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnshareFileError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnshareFileError.h index d66ab6cb..bea3ede0 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnshareFileError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnshareFileError.h @@ -136,7 +136,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGUnshareFileErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGUnshareFileError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGUnshareFileError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGUnshareFileError *)instance; /// /// Deserializes `DBSHARINGUnshareFileError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnshareFolderArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnshareFolderArg.h index b0f3bf4a..b105d759 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnshareFolderArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnshareFolderArg.h @@ -76,7 +76,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGUnshareFolderArg` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGUnshareFolderArg *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGUnshareFolderArg *)instance; /// /// Deserializes `DBSHARINGUnshareFolderArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnshareFolderError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnshareFolderError.h index 818e7e8c..0eafe539 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnshareFolderError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnshareFolderError.h @@ -167,7 +167,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGUnshareFolderErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGUnshareFolderError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGUnshareFolderError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGUnshareFolderError *)instance; /// /// Deserializes `DBSHARINGUnshareFolderError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFileMemberArgs.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFileMemberArgs.h index a4bd331f..6f3eba21 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFileMemberArgs.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFileMemberArgs.h @@ -63,7 +63,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGUpdateFileMemberArgs` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGUpdateFileMemberArgs *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGUpdateFileMemberArgs *)instance; /// /// Deserializes `DBSHARINGUpdateFileMemberArgs` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFolderMemberArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFolderMemberArg.h index 02aa05de..766535cd 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFolderMemberArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFolderMemberArg.h @@ -75,7 +75,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGUpdateFolderMemberArg` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGUpdateFolderMemberArg *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGUpdateFolderMemberArg *)instance; /// /// Deserializes `DBSHARINGUpdateFolderMemberArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFolderMemberError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFolderMemberError.h index c87c56aa..0e784734 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFolderMemberError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFolderMemberError.h @@ -218,7 +218,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGUpdateFolderMemberErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGUpdateFolderMemberError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGUpdateFolderMemberError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGUpdateFolderMemberError *)instance; /// /// Deserializes `DBSHARINGUpdateFolderMemberError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFolderPolicyArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFolderPolicyArg.h index 3dd266bb..0b7912af 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFolderPolicyArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFolderPolicyArg.h @@ -120,7 +120,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGUpdateFolderPolicyArg` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGUpdateFolderPolicyArg *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGUpdateFolderPolicyArg *)instance; /// /// Deserializes `DBSHARINGUpdateFolderPolicyArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFolderPolicyError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFolderPolicyError.h index ec027bd2..b78df7ba 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFolderPolicyError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFolderPolicyError.h @@ -218,7 +218,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGUpdateFolderPolicyErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGUpdateFolderPolicyError` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGUpdateFolderPolicyError *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGUpdateFolderPolicyError *)instance; /// /// Deserializes `DBSHARINGUpdateFolderPolicyError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUserFileMembershipInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUserFileMembershipInfo.h new file mode 100644 index 00000000..8043a9c3 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUserFileMembershipInfo.h @@ -0,0 +1,104 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSHARINGUserMembershipInfo.h" +#import "DBSerializableProtocol.h" + +@class DBSHARINGAccessLevel; +@class DBSHARINGMemberPermission; +@class DBSHARINGUserFileMembershipInfo; +@class DBSHARINGUserInfo; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `UserFileMembershipInfo` struct. +/// +/// The information about a user member of the shared content with an appended +/// last seen timestamp. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBSHARINGUserFileMembershipInfo : DBSHARINGUserMembershipInfo + +#pragma mark - Instance fields + +/// The UTC timestamp of when the user has last seen the content, if they have. +@property (nonatomic, readonly, nullable) NSDate *timeLastSeen; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param accessType The access type for this member. +/// @param user The account information for the membership user. +/// @param permissions The permissions that requesting user has on this member. +/// The set of permissions corresponds to the MemberActions in the request. +/// @param initials Suggested name initials for a member. +/// @param isInherited True if the member has access from a parent folder. +/// @param timeLastSeen The UTC timestamp of when the user has last seen the +/// content, if they have. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithAccessType:(DBSHARINGAccessLevel *)accessType + user:(DBSHARINGUserInfo *)user + permissions:(nullable NSArray *)permissions + initials:(nullable NSString *)initials + isInherited:(nullable NSNumber *)isInherited + timeLastSeen:(nullable NSDate *)timeLastSeen; + +/// +/// Convenience constructor (exposes only non-nullable instance variables with +/// no default value). +/// +/// @param accessType The access type for this member. +/// @param user The account information for the membership user. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithAccessType:(DBSHARINGAccessLevel *)accessType user:(DBSHARINGUserInfo *)user; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `UserFileMembershipInfo` struct. +/// +@interface DBSHARINGUserFileMembershipInfoSerializer : NSObject + +/// +/// Serializes `DBSHARINGUserFileMembershipInfo` instances. +/// +/// @param instance An instance of the `DBSHARINGUserFileMembershipInfo` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBSHARINGUserFileMembershipInfo` API object. +/// ++ (nullable NSDictionary *)serialize:(DBSHARINGUserFileMembershipInfo *)instance; + +/// +/// Deserializes `DBSHARINGUserFileMembershipInfo` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBSHARINGUserFileMembershipInfo` API object. +/// +/// @return An instantiation of the `DBSHARINGUserFileMembershipInfo` object. +/// ++ (DBSHARINGUserFileMembershipInfo *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUserInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUserInfo.h index 08196e3e..ae7f4d28 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUserInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUserInfo.h @@ -84,7 +84,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGUserInfo` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGUserInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGUserInfo *)instance; /// /// Deserializes `DBSHARINGUserInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUserMembershipInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUserMembershipInfo.h index 7fd06e4e..a7c2d1ff 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUserMembershipInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUserMembershipInfo.h @@ -82,7 +82,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBSHARINGUserMembershipInfo` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGUserMembershipInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGUserMembershipInfo *)instance; /// /// Deserializes `DBSHARINGUserMembershipInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGViewerInfoPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGViewerInfoPolicy.h index 6acf5d78..6ac18157 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGViewerInfoPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGViewerInfoPolicy.h @@ -120,7 +120,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGViewerInfoPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGViewerInfoPolicy` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGViewerInfoPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGViewerInfoPolicy *)instance; /// /// Deserializes `DBSHARINGViewerInfoPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGVisibility.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGVisibility.h index 2297da0c..5d7511c9 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGVisibility.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGVisibility.h @@ -191,7 +191,7 @@ typedef NS_ENUM(NSInteger, DBSHARINGVisibilityTag) { /// @return A json-compatible dictionary representation of the /// `DBSHARINGVisibility` API object. /// -+ (NSDictionary *)serialize:(DBSHARINGVisibility *)instance; ++ (nullable NSDictionary *)serialize:(DBSHARINGVisibility *)instance; /// /// Deserializes `DBSHARINGVisibility` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/DBTeamObjects.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/DBTeamObjects.m index f3ad1034..308bc09b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/DBTeamObjects.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/DBTeamObjects.m @@ -21,6 +21,7 @@ - (instancetype)initWithSessionId:(NSString *)sessionId country:(NSString *)country created:(NSDate *)created updated:(NSDate *)updated { + [DBStoneValidators nonnullValidator:nil](sessionId); self = [super init]; if (self) { @@ -39,7 +40,7 @@ - (instancetype)initWithSessionId:(NSString *)sessionId { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMDeviceSessionSerializer serialize:instance]; } @@ -68,16 +69,16 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.sessionId hash]; - if (self.ipAddress) { + if (self.ipAddress != nil) { result = prime * result + [self.ipAddress hash]; } - if (self.country) { + if (self.country != nil) { result = prime * result + [self.country hash]; } - if (self.created) { + if (self.created != nil) { result = prime * result + [self.created hash]; } - if (self.updated) { + if (self.updated != nil) { result = prime * result + [self.updated hash]; } @@ -149,7 +150,7 @@ + (NSDictionary *)serialize:(DBTEAMDeviceSession *)valueObj { jsonDict[@"updated"] = [DBNSDateSerializer serialize:valueObj.updated dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMDeviceSession *)deserialize:(NSDictionary *)valueDict { @@ -192,6 +193,10 @@ - (instancetype)initWithSessionId:(NSString *)sessionId created:(NSDate *)created updated:(NSDate *)updated expires:(NSDate *)expires { + [DBStoneValidators nonnullValidator:nil](sessionId); + [DBStoneValidators nonnullValidator:nil](userAgent); + [DBStoneValidators nonnullValidator:nil](os); + [DBStoneValidators nonnullValidator:nil](browser); self = [super initWithSessionId:sessionId ipAddress:ipAddress country:country created:created updated:updated]; if (self) { @@ -220,7 +225,7 @@ - (instancetype)initWithSessionId:(NSString *)sessionId #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMActiveWebSessionSerializer serialize:instance]; } @@ -252,19 +257,19 @@ - (NSUInteger)hash { result = prime * result + [self.userAgent hash]; result = prime * result + [self.os hash]; result = prime * result + [self.browser hash]; - if (self.ipAddress) { + if (self.ipAddress != nil) { result = prime * result + [self.ipAddress hash]; } - if (self.country) { + if (self.country != nil) { result = prime * result + [self.country hash]; } - if (self.created) { + if (self.created != nil) { result = prime * result + [self.created hash]; } - if (self.updated) { + if (self.updated != nil) { result = prime * result + [self.updated hash]; } - if (self.expires) { + if (self.expires != nil) { result = prime * result + [self.expires hash]; } @@ -356,7 +361,7 @@ + (NSDictionary *)serialize:(DBTEAMActiveWebSession *)valueObj { jsonDict[@"expires"] = [DBNSDateSerializer serialize:valueObj.expires dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMActiveWebSession *)deserialize:(NSDictionary *)valueDict { @@ -389,226 +394,6 @@ + (DBTEAMActiveWebSession *)deserialize:(NSDictionary *)valueDict { @end -#import "DBPROPERTIESPropertyFieldTemplate.h" -#import "DBPROPERTIESPropertyGroupTemplate.h" -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" -#import "DBTEAMAddPropertyTemplateArg.h" - -#pragma mark - API Object - -@implementation DBTEAMAddPropertyTemplateArg - -#pragma mark - Constructors - -- (instancetype)initWithName:(NSString *)name - description_:(NSString *)description_ - fields:(NSArray *)fields { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](fields); - - self = [super initWithName:name description_:description_ fields:fields]; - if (self) { - } - return self; -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMAddPropertyTemplateArgSerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBTEAMAddPropertyTemplateArgSerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBTEAMAddPropertyTemplateArgSerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - result = prime * result + [self.name hash]; - result = prime * result + [self.description_ hash]; - result = prime * result + [self.fields hash]; - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToAddPropertyTemplateArg:other]; -} - -- (BOOL)isEqualToAddPropertyTemplateArg:(DBTEAMAddPropertyTemplateArg *)anAddPropertyTemplateArg { - if (self == anAddPropertyTemplateArg) { - return YES; - } - if (![self.name isEqual:anAddPropertyTemplateArg.name]) { - return NO; - } - if (![self.description_ isEqual:anAddPropertyTemplateArg.description_]) { - return NO; - } - if (![self.fields isEqual:anAddPropertyTemplateArg.fields]) { - return NO; - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBTEAMAddPropertyTemplateArgSerializer - -+ (NSDictionary *)serialize:(DBTEAMAddPropertyTemplateArg *)valueObj { - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - jsonDict[@"name"] = valueObj.name; - jsonDict[@"description"] = valueObj.description_; - jsonDict[@"fields"] = [DBArraySerializer serialize:valueObj.fields - withBlock:^id(id elem0) { - return [DBPROPERTIESPropertyFieldTemplateSerializer serialize:elem0]; - }]; - - return jsonDict; -} - -+ (DBTEAMAddPropertyTemplateArg *)deserialize:(NSDictionary *)valueDict { - NSString *name = valueDict[@"name"]; - NSString *description_ = valueDict[@"description"]; - NSArray *fields = - [DBArraySerializer deserialize:valueDict[@"fields"] - withBlock:^id(id elem0) { - return [DBPROPERTIESPropertyFieldTemplateSerializer deserialize:elem0]; - }]; - - return [[DBTEAMAddPropertyTemplateArg alloc] initWithName:name description_:description_ fields:fields]; -} - -@end - -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" -#import "DBTEAMAddPropertyTemplateResult.h" - -#pragma mark - API Object - -@implementation DBTEAMAddPropertyTemplateResult - -#pragma mark - Constructors - -- (instancetype)initWithTemplateId:(NSString *)templateId { - [DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"(/|ptid:).*"](templateId); - - self = [super init]; - if (self) { - _templateId = templateId; - } - return self; -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMAddPropertyTemplateResultSerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBTEAMAddPropertyTemplateResultSerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBTEAMAddPropertyTemplateResultSerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - result = prime * result + [self.templateId hash]; - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToAddPropertyTemplateResult:other]; -} - -- (BOOL)isEqualToAddPropertyTemplateResult:(DBTEAMAddPropertyTemplateResult *)anAddPropertyTemplateResult { - if (self == anAddPropertyTemplateResult) { - return YES; - } - if (![self.templateId isEqual:anAddPropertyTemplateResult.templateId]) { - return NO; - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBTEAMAddPropertyTemplateResultSerializer - -+ (NSDictionary *)serialize:(DBTEAMAddPropertyTemplateResult *)valueObj { - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - jsonDict[@"template_id"] = valueObj.templateId; - - return jsonDict; -} - -+ (DBTEAMAddPropertyTemplateResult *)deserialize:(NSDictionary *)valueDict { - NSString *templateId = valueDict[@"template_id"]; - - return [[DBTEAMAddPropertyTemplateResult alloc] initWithTemplateId:templateId]; -} - -@end - #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #import "DBTEAMAdminTier.h" @@ -688,7 +473,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMAdminTierSerializer serialize:instance]; } @@ -785,7 +570,7 @@ + (NSDictionary *)serialize:(DBTEAMAdminTier *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMAdminTier *)deserialize:(NSDictionary *)valueDict { @@ -825,6 +610,9 @@ - (instancetype)initWithAppId:(NSString *)appId publisher:(NSString *)publisher publisherUrl:(NSString *)publisherUrl linked:(NSDate *)linked { + [DBStoneValidators nonnullValidator:nil](appId); + [DBStoneValidators nonnullValidator:nil](appName); + [DBStoneValidators nonnullValidator:nil](isAppFolder); self = [super init]; if (self) { @@ -844,7 +632,7 @@ - (instancetype)initWithAppId:(NSString *)appId appName:(NSString *)appName isAp #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMApiAppSerializer serialize:instance]; } @@ -875,13 +663,13 @@ - (NSUInteger)hash { result = prime * result + [self.appId hash]; result = prime * result + [self.appName hash]; result = prime * result + [self.isAppFolder hash]; - if (self.publisher) { + if (self.publisher != nil) { result = prime * result + [self.publisher hash]; } - if (self.publisherUrl) { + if (self.publisherUrl != nil) { result = prime * result + [self.publisherUrl hash]; } - if (self.linked) { + if (self.linked != nil) { result = prime * result + [self.linked hash]; } @@ -953,7 +741,7 @@ + (NSDictionary *)serialize:(DBTEAMApiApp *)valueObj { jsonDict[@"linked"] = [DBNSDateSerializer serialize:valueObj.linked dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMApiApp *)deserialize:(NSDictionary *)valueDict { @@ -987,6 +775,7 @@ @implementation DBTEAMBaseDfbReport #pragma mark - Constructors - (instancetype)initWithStartDate:(NSString *)startDate { + [DBStoneValidators nonnullValidator:nil](startDate); self = [super init]; if (self) { @@ -997,7 +786,7 @@ - (instancetype)initWithStartDate:(NSString *)startDate { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMBaseDfbReportSerializer serialize:instance]; } @@ -1063,7 +852,7 @@ + (NSDictionary *)serialize:(DBTEAMBaseDfbReport *)valueObj { jsonDict[@"start_date"] = valueObj.startDate; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMBaseDfbReport *)deserialize:(NSDictionary *)valueDict { @@ -1100,20 +889,401 @@ - (instancetype)initWithAccessError:(DBTEAMTeamFolderAccessError *)accessError { return self; } -- (instancetype)initWithStatusError:(DBTEAMTeamFolderInvalidStatusError *)statusError { +- (instancetype)initWithStatusError:(DBTEAMTeamFolderInvalidStatusError *)statusError { + self = [super init]; + if (self) { + _tag = DBTEAMBaseTeamFolderErrorStatusError; + _statusError = statusError; + } + return self; +} + +- (instancetype)initWithTeamSharedDropboxError:(DBTEAMTeamFolderTeamSharedDropboxError *)teamSharedDropboxError { + self = [super init]; + if (self) { + _tag = DBTEAMBaseTeamFolderErrorTeamSharedDropboxError; + _teamSharedDropboxError = teamSharedDropboxError; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBTEAMBaseTeamFolderErrorOther; + } + return self; +} + +#pragma mark - Instance field accessors + +- (DBTEAMTeamFolderAccessError *)accessError { + if (![self isAccessError]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBTEAMBaseTeamFolderErrorAccessError, but was %@.", [self tagName]]; + } + return _accessError; +} + +- (DBTEAMTeamFolderInvalidStatusError *)statusError { + if (![self isStatusError]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBTEAMBaseTeamFolderErrorStatusError, but was %@.", [self tagName]]; + } + return _statusError; +} + +- (DBTEAMTeamFolderTeamSharedDropboxError *)teamSharedDropboxError { + if (![self isTeamSharedDropboxError]) { + [NSException + raise:@"IllegalStateException" + format:@"Invalid tag: required DBTEAMBaseTeamFolderErrorTeamSharedDropboxError, but was %@.", [self tagName]]; + } + return _teamSharedDropboxError; +} + +#pragma mark - Tag state methods + +- (BOOL)isAccessError { + return _tag == DBTEAMBaseTeamFolderErrorAccessError; +} + +- (BOOL)isStatusError { + return _tag == DBTEAMBaseTeamFolderErrorStatusError; +} + +- (BOOL)isTeamSharedDropboxError { + return _tag == DBTEAMBaseTeamFolderErrorTeamSharedDropboxError; +} + +- (BOOL)isOther { + return _tag == DBTEAMBaseTeamFolderErrorOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBTEAMBaseTeamFolderErrorAccessError: + return @"DBTEAMBaseTeamFolderErrorAccessError"; + case DBTEAMBaseTeamFolderErrorStatusError: + return @"DBTEAMBaseTeamFolderErrorStatusError"; + case DBTEAMBaseTeamFolderErrorTeamSharedDropboxError: + return @"DBTEAMBaseTeamFolderErrorTeamSharedDropboxError"; + case DBTEAMBaseTeamFolderErrorOther: + return @"DBTEAMBaseTeamFolderErrorOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMBaseTeamFolderErrorSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMBaseTeamFolderErrorSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMBaseTeamFolderErrorSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBTEAMBaseTeamFolderErrorAccessError: + result = prime * result + [self.accessError hash]; + case DBTEAMBaseTeamFolderErrorStatusError: + result = prime * result + [self.statusError hash]; + case DBTEAMBaseTeamFolderErrorTeamSharedDropboxError: + result = prime * result + [self.teamSharedDropboxError hash]; + case DBTEAMBaseTeamFolderErrorOther: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToBaseTeamFolderError:other]; +} + +- (BOOL)isEqualToBaseTeamFolderError:(DBTEAMBaseTeamFolderError *)aBaseTeamFolderError { + if (self == aBaseTeamFolderError) { + return YES; + } + if (self.tag != aBaseTeamFolderError.tag) { + return NO; + } + switch (_tag) { + case DBTEAMBaseTeamFolderErrorAccessError: + return [self.accessError isEqual:aBaseTeamFolderError.accessError]; + case DBTEAMBaseTeamFolderErrorStatusError: + return [self.statusError isEqual:aBaseTeamFolderError.statusError]; + case DBTEAMBaseTeamFolderErrorTeamSharedDropboxError: + return [self.teamSharedDropboxError isEqual:aBaseTeamFolderError.teamSharedDropboxError]; + case DBTEAMBaseTeamFolderErrorOther: + return [[self tagName] isEqual:[aBaseTeamFolderError tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMBaseTeamFolderErrorSerializer + ++ (NSDictionary *)serialize:(DBTEAMBaseTeamFolderError *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isAccessError]) { + jsonDict[@"access_error"] = [[DBTEAMTeamFolderAccessErrorSerializer serialize:valueObj.accessError] mutableCopy]; + jsonDict[@".tag"] = @"access_error"; + } else if ([valueObj isStatusError]) { + jsonDict[@"status_error"] = + [[DBTEAMTeamFolderInvalidStatusErrorSerializer serialize:valueObj.statusError] mutableCopy]; + jsonDict[@".tag"] = @"status_error"; + } else if ([valueObj isTeamSharedDropboxError]) { + jsonDict[@"team_shared_dropbox_error"] = + [[DBTEAMTeamFolderTeamSharedDropboxErrorSerializer serialize:valueObj.teamSharedDropboxError] mutableCopy]; + jsonDict[@".tag"] = @"team_shared_dropbox_error"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMBaseTeamFolderError *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"access_error"]) { + DBTEAMTeamFolderAccessError *accessError = + [DBTEAMTeamFolderAccessErrorSerializer deserialize:valueDict[@"access_error"]]; + return [[DBTEAMBaseTeamFolderError alloc] initWithAccessError:accessError]; + } else if ([tag isEqualToString:@"status_error"]) { + DBTEAMTeamFolderInvalidStatusError *statusError = + [DBTEAMTeamFolderInvalidStatusErrorSerializer deserialize:valueDict[@"status_error"]]; + return [[DBTEAMBaseTeamFolderError alloc] initWithStatusError:statusError]; + } else if ([tag isEqualToString:@"team_shared_dropbox_error"]) { + DBTEAMTeamFolderTeamSharedDropboxError *teamSharedDropboxError = + [DBTEAMTeamFolderTeamSharedDropboxErrorSerializer deserialize:valueDict[@"team_shared_dropbox_error"]]; + return [[DBTEAMBaseTeamFolderError alloc] initWithTeamSharedDropboxError:teamSharedDropboxError]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBTEAMBaseTeamFolderError alloc] initWithOther]; + } else { + return [[DBTEAMBaseTeamFolderError alloc] initWithOther]; + } +} + +@end + +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMCustomQuotaError.h" + +#pragma mark - API Object + +@implementation DBTEAMCustomQuotaError + +#pragma mark - Constructors + +- (instancetype)initWithTooManyUsers { + self = [super init]; + if (self) { + _tag = DBTEAMCustomQuotaErrorTooManyUsers; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBTEAMCustomQuotaErrorOther; + } + return self; +} + +#pragma mark - Instance field accessors + +#pragma mark - Tag state methods + +- (BOOL)isTooManyUsers { + return _tag == DBTEAMCustomQuotaErrorTooManyUsers; +} + +- (BOOL)isOther { + return _tag == DBTEAMCustomQuotaErrorOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBTEAMCustomQuotaErrorTooManyUsers: + return @"DBTEAMCustomQuotaErrorTooManyUsers"; + case DBTEAMCustomQuotaErrorOther: + return @"DBTEAMCustomQuotaErrorOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMCustomQuotaErrorSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMCustomQuotaErrorSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMCustomQuotaErrorSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBTEAMCustomQuotaErrorTooManyUsers: + result = prime * result + [[self tagName] hash]; + case DBTEAMCustomQuotaErrorOther: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToCustomQuotaError:other]; +} + +- (BOOL)isEqualToCustomQuotaError:(DBTEAMCustomQuotaError *)aCustomQuotaError { + if (self == aCustomQuotaError) { + return YES; + } + if (self.tag != aCustomQuotaError.tag) { + return NO; + } + switch (_tag) { + case DBTEAMCustomQuotaErrorTooManyUsers: + return [[self tagName] isEqual:[aCustomQuotaError tagName]]; + case DBTEAMCustomQuotaErrorOther: + return [[self tagName] isEqual:[aCustomQuotaError tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMCustomQuotaErrorSerializer + ++ (NSDictionary *)serialize:(DBTEAMCustomQuotaError *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isTooManyUsers]) { + jsonDict[@".tag"] = @"too_many_users"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMCustomQuotaError *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"too_many_users"]) { + return [[DBTEAMCustomQuotaError alloc] initWithTooManyUsers]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBTEAMCustomQuotaError alloc] initWithOther]; + } else { + return [[DBTEAMCustomQuotaError alloc] initWithOther]; + } +} + +@end + +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMCustomQuotaResult.h" +#import "DBTEAMUserCustomQuotaResult.h" +#import "DBTEAMUserSelectorArg.h" + +#pragma mark - API Object + +@implementation DBTEAMCustomQuotaResult + +@synthesize success = _success; +@synthesize invalidUser = _invalidUser; + +#pragma mark - Constructors + +- (instancetype)initWithSuccess:(DBTEAMUserCustomQuotaResult *)success { self = [super init]; if (self) { - _tag = DBTEAMBaseTeamFolderErrorStatusError; - _statusError = statusError; + _tag = DBTEAMCustomQuotaResultSuccess; + _success = success; } return self; } -- (instancetype)initWithTeamSharedDropboxError:(DBTEAMTeamFolderTeamSharedDropboxError *)teamSharedDropboxError { +- (instancetype)initWithInvalidUser:(DBTEAMUserSelectorArg *)invalidUser { self = [super init]; if (self) { - _tag = DBTEAMBaseTeamFolderErrorTeamSharedDropboxError; - _teamSharedDropboxError = teamSharedDropboxError; + _tag = DBTEAMCustomQuotaResultInvalidUser; + _invalidUser = invalidUser; } return self; } @@ -1121,66 +1291,51 @@ - (instancetype)initWithTeamSharedDropboxError:(DBTEAMTeamFolderTeamSharedDropbo - (instancetype)initWithOther { self = [super init]; if (self) { - _tag = DBTEAMBaseTeamFolderErrorOther; + _tag = DBTEAMCustomQuotaResultOther; } return self; } #pragma mark - Instance field accessors -- (DBTEAMTeamFolderAccessError *)accessError { - if (![self isAccessError]) { +- (DBTEAMUserCustomQuotaResult *)success { + if (![self isSuccess]) { [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBTEAMBaseTeamFolderErrorAccessError, but was %@.", [self tagName]]; + format:@"Invalid tag: required DBTEAMCustomQuotaResultSuccess, but was %@.", [self tagName]]; } - return _accessError; + return _success; } -- (DBTEAMTeamFolderInvalidStatusError *)statusError { - if (![self isStatusError]) { +- (DBTEAMUserSelectorArg *)invalidUser { + if (![self isInvalidUser]) { [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBTEAMBaseTeamFolderErrorStatusError, but was %@.", [self tagName]]; - } - return _statusError; -} - -- (DBTEAMTeamFolderTeamSharedDropboxError *)teamSharedDropboxError { - if (![self isTeamSharedDropboxError]) { - [NSException - raise:@"IllegalStateException" - format:@"Invalid tag: required DBTEAMBaseTeamFolderErrorTeamSharedDropboxError, but was %@.", [self tagName]]; + format:@"Invalid tag: required DBTEAMCustomQuotaResultInvalidUser, but was %@.", [self tagName]]; } - return _teamSharedDropboxError; + return _invalidUser; } #pragma mark - Tag state methods -- (BOOL)isAccessError { - return _tag == DBTEAMBaseTeamFolderErrorAccessError; -} - -- (BOOL)isStatusError { - return _tag == DBTEAMBaseTeamFolderErrorStatusError; +- (BOOL)isSuccess { + return _tag == DBTEAMCustomQuotaResultSuccess; } -- (BOOL)isTeamSharedDropboxError { - return _tag == DBTEAMBaseTeamFolderErrorTeamSharedDropboxError; +- (BOOL)isInvalidUser { + return _tag == DBTEAMCustomQuotaResultInvalidUser; } - (BOOL)isOther { - return _tag == DBTEAMBaseTeamFolderErrorOther; + return _tag == DBTEAMCustomQuotaResultOther; } - (NSString *)tagName { switch (_tag) { - case DBTEAMBaseTeamFolderErrorAccessError: - return @"DBTEAMBaseTeamFolderErrorAccessError"; - case DBTEAMBaseTeamFolderErrorStatusError: - return @"DBTEAMBaseTeamFolderErrorStatusError"; - case DBTEAMBaseTeamFolderErrorTeamSharedDropboxError: - return @"DBTEAMBaseTeamFolderErrorTeamSharedDropboxError"; - case DBTEAMBaseTeamFolderErrorOther: - return @"DBTEAMBaseTeamFolderErrorOther"; + case DBTEAMCustomQuotaResultSuccess: + return @"DBTEAMCustomQuotaResultSuccess"; + case DBTEAMCustomQuotaResultInvalidUser: + return @"DBTEAMCustomQuotaResultInvalidUser"; + case DBTEAMCustomQuotaResultOther: + return @"DBTEAMCustomQuotaResultOther"; } @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); @@ -1188,18 +1343,18 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMBaseTeamFolderErrorSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMCustomQuotaResultSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBTEAMBaseTeamFolderErrorSerializer deserialize:dict]; + return [DBTEAMCustomQuotaResultSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBTEAMBaseTeamFolderErrorSerializer serialize:self] description]; + return [[DBTEAMCustomQuotaResultSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -1217,13 +1372,11 @@ - (NSUInteger)hash { NSUInteger result = 1; switch (_tag) { - case DBTEAMBaseTeamFolderErrorAccessError: - result = prime * result + [self.accessError hash]; - case DBTEAMBaseTeamFolderErrorStatusError: - result = prime * result + [self.statusError hash]; - case DBTEAMBaseTeamFolderErrorTeamSharedDropboxError: - result = prime * result + [self.teamSharedDropboxError hash]; - case DBTEAMBaseTeamFolderErrorOther: + case DBTEAMCustomQuotaResultSuccess: + result = prime * result + [self.success hash]; + case DBTEAMCustomQuotaResultInvalidUser: + result = prime * result + [self.invalidUser hash]; + case DBTEAMCustomQuotaResultOther: result = prime * result + [[self tagName] hash]; } @@ -1239,25 +1392,23 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToBaseTeamFolderError:other]; + return [self isEqualToCustomQuotaResult:other]; } -- (BOOL)isEqualToBaseTeamFolderError:(DBTEAMBaseTeamFolderError *)aBaseTeamFolderError { - if (self == aBaseTeamFolderError) { +- (BOOL)isEqualToCustomQuotaResult:(DBTEAMCustomQuotaResult *)aCustomQuotaResult { + if (self == aCustomQuotaResult) { return YES; } - if (self.tag != aBaseTeamFolderError.tag) { + if (self.tag != aCustomQuotaResult.tag) { return NO; } switch (_tag) { - case DBTEAMBaseTeamFolderErrorAccessError: - return [self.accessError isEqual:aBaseTeamFolderError.accessError]; - case DBTEAMBaseTeamFolderErrorStatusError: - return [self.statusError isEqual:aBaseTeamFolderError.statusError]; - case DBTEAMBaseTeamFolderErrorTeamSharedDropboxError: - return [self.teamSharedDropboxError isEqual:aBaseTeamFolderError.teamSharedDropboxError]; - case DBTEAMBaseTeamFolderErrorOther: - return [[self tagName] isEqual:[aBaseTeamFolderError tagName]]; + case DBTEAMCustomQuotaResultSuccess: + return [self.success isEqual:aCustomQuotaResult.success]; + case DBTEAMCustomQuotaResultInvalidUser: + return [self.invalidUser isEqual:aCustomQuotaResult.invalidUser]; + case DBTEAMCustomQuotaResultOther: + return [[self tagName] isEqual:[aCustomQuotaResult tagName]]; } return YES; } @@ -1266,51 +1417,150 @@ - (BOOL)isEqualToBaseTeamFolderError:(DBTEAMBaseTeamFolderError *)aBaseTeamFolde #pragma mark - Serializer Object -@implementation DBTEAMBaseTeamFolderErrorSerializer +@implementation DBTEAMCustomQuotaResultSerializer -+ (NSDictionary *)serialize:(DBTEAMBaseTeamFolderError *)valueObj { ++ (NSDictionary *)serialize:(DBTEAMCustomQuotaResult *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isAccessError]) { - jsonDict[@"access_error"] = [[DBTEAMTeamFolderAccessErrorSerializer serialize:valueObj.accessError] mutableCopy]; - jsonDict[@".tag"] = @"access_error"; - } else if ([valueObj isStatusError]) { - jsonDict[@"status_error"] = - [[DBTEAMTeamFolderInvalidStatusErrorSerializer serialize:valueObj.statusError] mutableCopy]; - jsonDict[@".tag"] = @"status_error"; - } else if ([valueObj isTeamSharedDropboxError]) { - jsonDict[@"team_shared_dropbox_error"] = - [[DBTEAMTeamFolderTeamSharedDropboxErrorSerializer serialize:valueObj.teamSharedDropboxError] mutableCopy]; - jsonDict[@".tag"] = @"team_shared_dropbox_error"; + if ([valueObj isSuccess]) { + jsonDict[@"success"] = [[DBTEAMUserCustomQuotaResultSerializer serialize:valueObj.success] mutableCopy]; + jsonDict[@".tag"] = @"success"; + } else if ([valueObj isInvalidUser]) { + jsonDict[@"invalid_user"] = [[DBTEAMUserSelectorArgSerializer serialize:valueObj.invalidUser] mutableCopy]; + jsonDict[@".tag"] = @"invalid_user"; } else if ([valueObj isOther]) { jsonDict[@".tag"] = @"other"; } else { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBTEAMBaseTeamFolderError *)deserialize:(NSDictionary *)valueDict { ++ (DBTEAMCustomQuotaResult *)deserialize:(NSDictionary *)valueDict { NSString *tag = valueDict[@".tag"]; - if ([tag isEqualToString:@"access_error"]) { - DBTEAMTeamFolderAccessError *accessError = - [DBTEAMTeamFolderAccessErrorSerializer deserialize:valueDict[@"access_error"]]; - return [[DBTEAMBaseTeamFolderError alloc] initWithAccessError:accessError]; - } else if ([tag isEqualToString:@"status_error"]) { - DBTEAMTeamFolderInvalidStatusError *statusError = - [DBTEAMTeamFolderInvalidStatusErrorSerializer deserialize:valueDict[@"status_error"]]; - return [[DBTEAMBaseTeamFolderError alloc] initWithStatusError:statusError]; - } else if ([tag isEqualToString:@"team_shared_dropbox_error"]) { - DBTEAMTeamFolderTeamSharedDropboxError *teamSharedDropboxError = - [DBTEAMTeamFolderTeamSharedDropboxErrorSerializer deserialize:valueDict[@"team_shared_dropbox_error"]]; - return [[DBTEAMBaseTeamFolderError alloc] initWithTeamSharedDropboxError:teamSharedDropboxError]; + if ([tag isEqualToString:@"success"]) { + DBTEAMUserCustomQuotaResult *success = [DBTEAMUserCustomQuotaResultSerializer deserialize:valueDict]; + return [[DBTEAMCustomQuotaResult alloc] initWithSuccess:success]; + } else if ([tag isEqualToString:@"invalid_user"]) { + DBTEAMUserSelectorArg *invalidUser = [DBTEAMUserSelectorArgSerializer deserialize:valueDict[@"invalid_user"]]; + return [[DBTEAMCustomQuotaResult alloc] initWithInvalidUser:invalidUser]; } else if ([tag isEqualToString:@"other"]) { - return [[DBTEAMBaseTeamFolderError alloc] initWithOther]; + return [[DBTEAMCustomQuotaResult alloc] initWithOther]; } else { - return [[DBTEAMBaseTeamFolderError alloc] initWithOther]; + return [[DBTEAMCustomQuotaResult alloc] initWithOther]; + } +} + +@end + +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMCustomQuotaUsersArg.h" +#import "DBTEAMUserSelectorArg.h" + +#pragma mark - API Object + +@implementation DBTEAMCustomQuotaUsersArg + +#pragma mark - Constructors + +- (instancetype)initWithUsers:(NSArray *)users { + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](users); + + self = [super init]; + if (self) { + _users = users; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMCustomQuotaUsersArgSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMCustomQuotaUsersArgSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMCustomQuotaUsersArgSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.users hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToCustomQuotaUsersArg:other]; +} + +- (BOOL)isEqualToCustomQuotaUsersArg:(DBTEAMCustomQuotaUsersArg *)aCustomQuotaUsersArg { + if (self == aCustomQuotaUsersArg) { + return YES; } + if (![self.users isEqual:aCustomQuotaUsersArg.users]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMCustomQuotaUsersArgSerializer + ++ (NSDictionary *)serialize:(DBTEAMCustomQuotaUsersArg *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"users"] = [DBArraySerializer serialize:valueObj.users + withBlock:^id(id elem0) { + return [DBTEAMUserSelectorArgSerializer serialize:elem0]; + }]; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMCustomQuotaUsersArg *)deserialize:(NSDictionary *)valueDict { + NSArray *users = + [DBArraySerializer deserialize:valueDict[@"users"] + withBlock:^id(id elem0) { + return [DBTEAMUserSelectorArgSerializer deserialize:elem0]; + }]; + + return [[DBTEAMCustomQuotaUsersArg alloc] initWithUsers:users]; } @end @@ -1341,7 +1591,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMDateRangeSerializer serialize:instance]; } @@ -1369,10 +1619,10 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.startDate) { + if (self.startDate != nil) { result = prime * result + [self.startDate hash]; } - if (self.endDate) { + if (self.endDate != nil) { result = prime * result + [self.endDate hash]; } @@ -1424,7 +1674,7 @@ + (NSDictionary *)serialize:(DBTEAMDateRange *)valueObj { jsonDict[@"end_date"] = [DBNSDateSerializer serialize:valueObj.endDate dateFormat:@"%Y-%m-%d"]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMDateRange *)deserialize:(NSDictionary *)valueDict { @@ -1475,7 +1725,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMDateRangeErrorSerializer serialize:instance]; } @@ -1552,7 +1802,7 @@ + (NSDictionary *)serialize:(DBTEAMDateRangeError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMDateRangeError *)deserialize:(NSDictionary *)valueDict { @@ -1589,6 +1839,12 @@ - (instancetype)initWithSessionId:(NSString *)sessionId country:(NSString *)country created:(NSDate *)created updated:(NSDate *)updated { + [DBStoneValidators nonnullValidator:nil](sessionId); + [DBStoneValidators nonnullValidator:nil](hostName); + [DBStoneValidators nonnullValidator:nil](clientType); + [DBStoneValidators nonnullValidator:nil](clientVersion); + [DBStoneValidators nonnullValidator:nil](platform); + [DBStoneValidators nonnullValidator:nil](isDeleteOnUnlinkSupported); self = [super initWithSessionId:sessionId ipAddress:ipAddress country:country created:created updated:updated]; if (self) { @@ -1621,7 +1877,7 @@ - (instancetype)initWithSessionId:(NSString *)sessionId #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMDesktopClientSessionSerializer serialize:instance]; } @@ -1655,16 +1911,16 @@ - (NSUInteger)hash { result = prime * result + [self.clientVersion hash]; result = prime * result + [self.platform hash]; result = prime * result + [self.isDeleteOnUnlinkSupported hash]; - if (self.ipAddress) { + if (self.ipAddress != nil) { result = prime * result + [self.ipAddress hash]; } - if (self.country) { + if (self.country != nil) { result = prime * result + [self.country hash]; } - if (self.created) { + if (self.created != nil) { result = prime * result + [self.created hash]; } - if (self.updated) { + if (self.updated != nil) { result = prime * result + [self.updated hash]; } @@ -1756,7 +2012,7 @@ + (NSDictionary *)serialize:(DBTEAMDesktopClientSession *)valueObj { jsonDict[@"updated"] = [DBNSDateSerializer serialize:valueObj.updated dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMDesktopClientSession *)deserialize:(NSDictionary *)valueDict { @@ -1868,7 +2124,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMDesktopPlatformSerializer serialize:instance]; } @@ -1963,7 +2219,7 @@ + (NSDictionary *)serialize:(DBTEAMDesktopPlatform *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMDesktopPlatform *)deserialize:(NSDictionary *)valueDict { @@ -1995,6 +2251,8 @@ @implementation DBTEAMDeviceSessionArg #pragma mark - Constructors - (instancetype)initWithSessionId:(NSString *)sessionId teamMemberId:(NSString *)teamMemberId { + [DBStoneValidators nonnullValidator:nil](sessionId); + [DBStoneValidators nonnullValidator:nil](teamMemberId); self = [super init]; if (self) { @@ -2006,7 +2264,7 @@ - (instancetype)initWithSessionId:(NSString *)sessionId teamMemberId:(NSString * #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMDeviceSessionArgSerializer serialize:instance]; } @@ -2077,7 +2335,7 @@ + (NSDictionary *)serialize:(DBTEAMDeviceSessionArg *)valueObj { jsonDict[@"session_id"] = valueObj.sessionId; jsonDict[@"team_member_id"] = valueObj.teamMemberId; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMDeviceSessionArg *)deserialize:(NSDictionary *)valueDict { @@ -2106,13 +2364,13 @@ - (instancetype)initWithWindows:(NSArray *)windows android:(NSArray *)android other:(NSArray *)other total:(NSArray *)total { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](windows); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](macos); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](linux); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](ios); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](android); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](other); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](total); + [DBStoneValidators nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](windows); + [DBStoneValidators nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](macos); + [DBStoneValidators nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](linux); + [DBStoneValidators nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](ios); + [DBStoneValidators nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](android); + [DBStoneValidators nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](other); + [DBStoneValidators nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](total); self = [super init]; if (self) { @@ -2129,7 +2387,7 @@ - (instancetype)initWithWindows:(NSArray *)windows #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMDevicesActiveSerializer serialize:instance]; } @@ -2246,7 +2504,7 @@ + (NSDictionary *)serialize:(DBTEAMDevicesActive *)valueObj { return elem0; }]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMDevicesActive *)deserialize:(NSDictionary *)valueDict { @@ -2355,7 +2613,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMFeatureSerializer serialize:instance]; } @@ -2444,7 +2702,7 @@ + (NSDictionary *)serialize:(DBTEAMFeature *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMFeature *)deserialize:(NSDictionary *)valueDict { @@ -2551,7 +2809,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMFeatureValueSerializer serialize:instance]; } @@ -2644,7 +2902,7 @@ + (NSDictionary *)serialize:(DBTEAMFeatureValue *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMFeatureValue *)deserialize:(NSDictionary *)valueDict { @@ -2679,7 +2937,10 @@ @implementation DBTEAMFeaturesGetValuesBatchArg #pragma mark - Constructors - (instancetype)initWithFeatures:(NSArray *)features { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](features); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](features); self = [super init]; if (self) { @@ -2690,7 +2951,7 @@ - (instancetype)initWithFeatures:(NSArray *)features { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMFeaturesGetValuesBatchArgSerializer serialize:instance]; } @@ -2759,7 +3020,7 @@ + (NSDictionary *)serialize:(DBTEAMFeaturesGetValuesBatchArg *)valueObj { return [DBTEAMFeatureSerializer serialize:elem0]; }]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMFeaturesGetValuesBatchArg *)deserialize:(NSDictionary *)valueDict { @@ -2824,7 +3085,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMFeaturesGetValuesBatchErrorSerializer serialize:instance]; } @@ -2907,7 +3168,7 @@ + (NSDictionary *)serialize:(DBTEAMFeaturesGetValuesBatchError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMFeaturesGetValuesBatchError *)deserialize:(NSDictionary *)valueDict { @@ -2936,7 +3197,10 @@ @implementation DBTEAMFeaturesGetValuesBatchResult #pragma mark - Constructors - (instancetype)initWithValues:(NSArray *)values { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](values); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](values); self = [super init]; if (self) { @@ -2947,7 +3211,7 @@ - (instancetype)initWithValues:(NSArray *)values { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMFeaturesGetValuesBatchResultSerializer serialize:instance]; } @@ -3016,7 +3280,7 @@ + (NSDictionary *)serialize:(DBTEAMFeaturesGetValuesBatchResult *)valueObj { return [DBTEAMFeatureValueSerializer serialize:elem0]; }]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMFeaturesGetValuesBatchResult *)deserialize:(NSDictionary *)valueDict { @@ -3057,20 +3321,32 @@ - (instancetype)initWithStartDate:(NSString *)startDate sharedLinksViewedByOutsideUser:(NSArray *)sharedLinksViewedByOutsideUser sharedLinksViewedByNotLoggedIn:(NSArray *)sharedLinksViewedByNotLoggedIn sharedLinksViewedTotal:(NSArray *)sharedLinksViewedTotal { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](adds); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](edits); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](deletes); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](activeUsers28Day); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](activeUsers7Day); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](activeUsers1Day); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](activeSharedFolders28Day); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](activeSharedFolders7Day); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](activeSharedFolders1Day); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](sharedLinksCreated); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](sharedLinksViewedByTeam); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](sharedLinksViewedByOutsideUser); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](sharedLinksViewedByNotLoggedIn); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](sharedLinksViewedTotal); + [DBStoneValidators nonnullValidator:nil](startDate); + [DBStoneValidators nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](adds); + [DBStoneValidators nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](edits); + [DBStoneValidators nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](deletes); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](activeUsers28Day); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](activeUsers7Day); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](activeUsers1Day); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](activeSharedFolders28Day); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](activeSharedFolders7Day); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](activeSharedFolders1Day); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](sharedLinksCreated); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](sharedLinksViewedByTeam); + [DBStoneValidators nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]]( + sharedLinksViewedByOutsideUser); + [DBStoneValidators nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]]( + sharedLinksViewedByNotLoggedIn); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](sharedLinksViewedTotal); self = [super initWithStartDate:startDate]; if (self) { @@ -3094,7 +3370,7 @@ - (instancetype)initWithStartDate:(NSString *)startDate #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGetActivityReportSerializer serialize:instance]; } @@ -3274,7 +3550,7 @@ + (NSDictionary *)serialize:(DBTEAMGetActivityReport *)valueObj { return elem0; }]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGetActivityReport *)deserialize:(NSDictionary *)valueDict { @@ -3377,6 +3653,10 @@ - (instancetype)initWithStartDate:(NSString *)startDate active1Day:(DBTEAMDevicesActive *)active1Day active7Day:(DBTEAMDevicesActive *)active7Day active28Day:(DBTEAMDevicesActive *)active28Day { + [DBStoneValidators nonnullValidator:nil](startDate); + [DBStoneValidators nonnullValidator:nil](active1Day); + [DBStoneValidators nonnullValidator:nil](active7Day); + [DBStoneValidators nonnullValidator:nil](active28Day); self = [super initWithStartDate:startDate]; if (self) { @@ -3389,7 +3669,7 @@ - (instancetype)initWithStartDate:(NSString *)startDate #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGetDevicesReportSerializer serialize:instance]; } @@ -3470,7 +3750,7 @@ + (NSDictionary *)serialize:(DBTEAMGetDevicesReport *)valueObj { jsonDict[@"active_7_day"] = [DBTEAMDevicesActiveSerializer serialize:valueObj.active7Day]; jsonDict[@"active_28_day"] = [DBTEAMDevicesActiveSerializer serialize:valueObj.active28Day]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGetDevicesReport *)deserialize:(NSDictionary *)valueDict { @@ -3504,11 +3784,15 @@ - (instancetype)initWithStartDate:(NSString *)startDate membersJoined:(NSArray *)membersJoined suspendedMembers:(NSArray *)suspendedMembers licenses:(NSArray *)licenses { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](teamSize); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](pendingInvites); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](membersJoined); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](suspendedMembers); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](licenses); + [DBStoneValidators nonnullValidator:nil](startDate); + [DBStoneValidators nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](teamSize); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](pendingInvites); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](membersJoined); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](suspendedMembers); + [DBStoneValidators nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](licenses); self = [super initWithStartDate:startDate]; if (self) { @@ -3523,7 +3807,7 @@ - (instancetype)initWithStartDate:(NSString *)startDate #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGetMembershipReportSerializer serialize:instance]; } @@ -3629,7 +3913,7 @@ + (NSDictionary *)serialize:(DBTEAMGetMembershipReport *)valueObj { return elem0; }]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGetMembershipReport *)deserialize:(NSDictionary *)valueDict { @@ -3683,12 +3967,25 @@ - (instancetype)initWithStartDate:(NSString *)startDate unsharedUsage:(NSArray *)unsharedUsage sharedFolders:(NSArray *)sharedFolders memberStorageMap:(NSArray *> *)memberStorageMap { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](totalUsage); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](sharedUsage); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](unsharedUsage); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](sharedFolders); - [DBStoneValidators arrayValidator:nil maxItems:nil - itemValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]]( + [DBStoneValidators nonnullValidator:nil](startDate); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](totalUsage); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](sharedUsage); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](unsharedUsage); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](sharedFolders); + [DBStoneValidators + nonnullValidator:[DBStoneValidators + arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators + nonnullValidator:[DBStoneValidators + arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators + nonnullValidator:nil]]]]]( memberStorageMap); self = [super initWithStartDate:startDate]; @@ -3704,7 +4001,7 @@ - (instancetype)initWithStartDate:(NSString *)startDate #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGetStorageReportSerializer serialize:instance]; } @@ -3814,7 +4111,7 @@ + (NSDictionary *)serialize:(DBTEAMGetStorageReport *)valueObj { }]; }]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGetStorageReport *)deserialize:(NSDictionary *)valueDict { @@ -3905,7 +4202,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupAccessTypeSerializer serialize:instance]; } @@ -3990,7 +4287,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupAccessType *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupAccessType *)deserialize:(NSDictionary *)valueDict { @@ -4024,6 +4321,7 @@ @implementation DBTEAMGroupCreateArg - (instancetype)initWithGroupName:(NSString *)groupName groupExternalId:(NSString *)groupExternalId groupManagementType:(DBTEAMCOMMONGroupManagementType *)groupManagementType { + [DBStoneValidators nonnullValidator:nil](groupName); self = [super init]; if (self) { @@ -4040,7 +4338,7 @@ - (instancetype)initWithGroupName:(NSString *)groupName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupCreateArgSerializer serialize:instance]; } @@ -4069,10 +4367,10 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.groupName hash]; - if (self.groupExternalId) { + if (self.groupExternalId != nil) { result = prime * result + [self.groupExternalId hash]; } - if (self.groupManagementType) { + if (self.groupManagementType != nil) { result = prime * result + [self.groupManagementType hash]; } @@ -4129,7 +4427,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupCreateArg *)valueObj { [DBTEAMCOMMONGroupManagementTypeSerializer serialize:valueObj.groupManagementType]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupCreateArg *)deserialize:(NSDictionary *)valueDict { @@ -4240,7 +4538,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupCreateErrorSerializer serialize:instance]; } @@ -4341,7 +4639,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupCreateError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupCreateError *)deserialize:(NSDictionary *)valueDict { @@ -4415,7 +4713,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupSelectorErrorSerializer serialize:instance]; } @@ -4498,7 +4796,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupSelectorError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupSelectorError *)deserialize:(NSDictionary *)valueDict { @@ -4581,7 +4879,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupSelectorWithTeamGroupErrorSerializer serialize:instance]; } @@ -4671,7 +4969,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupSelectorWithTeamGroupError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupSelectorWithTeamGroupError *)deserialize:(NSDictionary *)valueDict { @@ -4770,7 +5068,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupDeleteErrorSerializer serialize:instance]; } @@ -4865,7 +5163,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupDeleteError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupDeleteError *)deserialize:(NSDictionary *)valueDict { @@ -4906,7 +5204,14 @@ - (instancetype)initWithGroupName:(NSString *)groupName groupExternalId:(NSString *)groupExternalId memberCount:(NSNumber *)memberCount members:(NSArray *)members { - [DBStoneValidators nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](members); + [DBStoneValidators nonnullValidator:nil](groupName); + [DBStoneValidators nonnullValidator:nil](groupId); + [DBStoneValidators nonnullValidator:nil](groupManagementType); + [DBStoneValidators nonnullValidator:nil](created); + [DBStoneValidators + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](members); self = [super initWithGroupName:groupName groupId:groupId @@ -4935,7 +5240,7 @@ - (instancetype)initWithGroupName:(NSString *)groupName #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupFullInfoSerializer serialize:instance]; } @@ -4967,13 +5272,13 @@ - (NSUInteger)hash { result = prime * result + [self.groupId hash]; result = prime * result + [self.groupManagementType hash]; result = prime * result + [self.created hash]; - if (self.groupExternalId) { + if (self.groupExternalId != nil) { result = prime * result + [self.groupExternalId hash]; } - if (self.memberCount) { + if (self.memberCount != nil) { result = prime * result + [self.memberCount hash]; } - if (self.members) { + if (self.members != nil) { result = prime * result + [self.members hash]; } @@ -5053,7 +5358,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupFullInfo *)valueObj { }]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupFullInfo *)deserialize:(NSDictionary *)valueDict { @@ -5095,6 +5400,8 @@ @implementation DBTEAMGroupMemberInfo #pragma mark - Constructors - (instancetype)initWithProfile:(DBTEAMMemberProfile *)profile accessType:(DBTEAMGroupAccessType *)accessType { + [DBStoneValidators nonnullValidator:nil](profile); + [DBStoneValidators nonnullValidator:nil](accessType); self = [super init]; if (self) { @@ -5106,7 +5413,7 @@ - (instancetype)initWithProfile:(DBTEAMMemberProfile *)profile accessType:(DBTEA #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupMemberInfoSerializer serialize:instance]; } @@ -5177,7 +5484,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupMemberInfo *)valueObj { jsonDict[@"profile"] = [DBTEAMMemberProfileSerializer serialize:valueObj.profile]; jsonDict[@"access_type"] = [DBTEAMGroupAccessTypeSerializer serialize:valueObj.accessType]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupMemberInfo *)deserialize:(NSDictionary *)valueDict { @@ -5202,6 +5509,8 @@ @implementation DBTEAMGroupMemberSelector #pragma mark - Constructors - (instancetype)initWithGroup:(DBTEAMGroupSelector *)group user:(DBTEAMUserSelectorArg *)user { + [DBStoneValidators nonnullValidator:nil](group); + [DBStoneValidators nonnullValidator:nil](user); self = [super init]; if (self) { @@ -5213,7 +5522,7 @@ - (instancetype)initWithGroup:(DBTEAMGroupSelector *)group user:(DBTEAMUserSelec #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupMemberSelectorSerializer serialize:instance]; } @@ -5284,7 +5593,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupMemberSelector *)valueObj { jsonDict[@"group"] = [DBTEAMGroupSelectorSerializer serialize:valueObj.group]; jsonDict[@"user"] = [DBTEAMUserSelectorArgSerializer serialize:valueObj.user]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupMemberSelector *)deserialize:(NSDictionary *)valueDict { @@ -5376,7 +5685,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupMemberSelectorErrorSerializer serialize:instance]; } @@ -5471,7 +5780,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupMemberSelectorError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupMemberSelectorError *)deserialize:(NSDictionary *)valueDict { @@ -5586,7 +5895,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupMemberSetAccessTypeErrorSerializer serialize:instance]; } @@ -5687,7 +5996,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupMemberSetAccessTypeError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupMemberSetAccessTypeError *)deserialize:(NSDictionary *)valueDict { @@ -5735,7 +6044,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMIncludeMembersArgSerializer serialize:instance]; } @@ -5801,7 +6110,7 @@ + (NSDictionary *)serialize:(DBTEAMIncludeMembersArg *)valueObj { jsonDict[@"return_members"] = valueObj.returnMembers; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMIncludeMembersArg *)deserialize:(NSDictionary *)valueDict { @@ -5828,7 +6137,11 @@ @implementation DBTEAMGroupMembersAddArg - (instancetype)initWithGroup:(DBTEAMGroupSelector *)group members:(NSArray *)members returnMembers:(NSNumber *)returnMembers { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](members); + [DBStoneValidators nonnullValidator:nil](group); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](members); self = [super initWithReturnMembers:returnMembers]; if (self) { @@ -5844,7 +6157,7 @@ - (instancetype)initWithGroup:(DBTEAMGroupSelector *)group members:(NSArray 0 ? jsonDict : nil; } + (DBTEAMGroupMembersAddArg *)deserialize:(NSDictionary *)valueDict { @@ -6125,7 +6438,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupMembersAddErrorSerializer serialize:instance]; } @@ -6264,7 +6577,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupMembersAddError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupMembersAddError *)deserialize:(NSDictionary *)valueDict { @@ -6321,7 +6634,8 @@ @implementation DBTEAMGroupMembersChangeResult #pragma mark - Constructors - (instancetype)initWithGroupInfo:(DBTEAMGroupFullInfo *)groupInfo asyncJobId:(NSString *)asyncJobId { - [DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil](asyncJobId); + [DBStoneValidators nonnullValidator:nil](groupInfo); + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil]](asyncJobId); self = [super init]; if (self) { @@ -6333,7 +6647,7 @@ - (instancetype)initWithGroupInfo:(DBTEAMGroupFullInfo *)groupInfo asyncJobId:(N #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupMembersChangeResultSerializer serialize:instance]; } @@ -6404,7 +6718,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupMembersChangeResult *)valueObj { jsonDict[@"group_info"] = [DBTEAMGroupFullInfoSerializer serialize:valueObj.groupInfo]; jsonDict[@"async_job_id"] = valueObj.asyncJobId; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupMembersChangeResult *)deserialize:(NSDictionary *)valueDict { @@ -6432,7 +6746,11 @@ @implementation DBTEAMGroupMembersRemoveArg - (instancetype)initWithGroup:(DBTEAMGroupSelector *)group users:(NSArray *)users returnMembers:(NSNumber *)returnMembers { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](users); + [DBStoneValidators nonnullValidator:nil](group); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](users); self = [super initWithReturnMembers:returnMembers]; if (self) { @@ -6448,7 +6766,7 @@ - (instancetype)initWithGroup:(DBTEAMGroupSelector *)group users:(NSArray 0 ? jsonDict : nil; } + (DBTEAMGroupMembersRemoveArg *)deserialize:(NSDictionary *)valueDict { @@ -6624,7 +6942,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupMembersSelectorErrorSerializer serialize:instance]; } @@ -6719,7 +7037,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupMembersSelectorError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupMembersSelectorError *)deserialize:(NSDictionary *)valueDict { @@ -6885,7 +7203,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupMembersRemoveErrorSerializer serialize:instance]; } @@ -7006,7 +7324,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupMembersRemoveError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupMembersRemoveError *)deserialize:(NSDictionary *)valueDict { @@ -7054,6 +7372,8 @@ @implementation DBTEAMGroupMembersSelector #pragma mark - Constructors - (instancetype)initWithGroup:(DBTEAMGroupSelector *)group users:(DBTEAMUsersSelectorArg *)users { + [DBStoneValidators nonnullValidator:nil](group); + [DBStoneValidators nonnullValidator:nil](users); self = [super init]; if (self) { @@ -7065,7 +7385,7 @@ - (instancetype)initWithGroup:(DBTEAMGroupSelector *)group users:(DBTEAMUsersSel #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupMembersSelectorSerializer serialize:instance]; } @@ -7136,7 +7456,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupMembersSelector *)valueObj { jsonDict[@"group"] = [DBTEAMGroupSelectorSerializer serialize:valueObj.group]; jsonDict[@"users"] = [DBTEAMUsersSelectorArgSerializer serialize:valueObj.users]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupMembersSelector *)deserialize:(NSDictionary *)valueDict { @@ -7166,6 +7486,9 @@ - (instancetype)initWithGroup:(DBTEAMGroupSelector *)group user:(DBTEAMUserSelectorArg *)user accessType:(DBTEAMGroupAccessType *)accessType returnMembers:(NSNumber *)returnMembers { + [DBStoneValidators nonnullValidator:nil](group); + [DBStoneValidators nonnullValidator:nil](user); + [DBStoneValidators nonnullValidator:nil](accessType); self = [super initWithGroup:group user:user]; if (self) { @@ -7183,7 +7506,7 @@ - (instancetype)initWithGroup:(DBTEAMGroupSelector *)group #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupMembersSetAccessTypeArgSerializer serialize:instance]; } @@ -7264,7 +7587,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupMembersSetAccessTypeArg *)valueObj { jsonDict[@"access_type"] = [DBTEAMGroupAccessTypeSerializer serialize:valueObj.accessType]; jsonDict[@"return_members"] = valueObj.returnMembers; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupMembersSetAccessTypeArg *)deserialize:(NSDictionary *)valueDict { @@ -7353,7 +7676,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupSelectorSerializer serialize:instance]; } @@ -7440,7 +7763,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupSelector *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupSelector *)deserialize:(NSDictionary *)valueDict { @@ -7480,6 +7803,7 @@ - (instancetype)initWithGroup:(DBTEAMGroupSelector *)group dNewGroupName:(NSString *)dNewGroupName dNewGroupExternalId:(NSString *)dNewGroupExternalId dNewGroupManagementType:(DBTEAMCOMMONGroupManagementType *)dNewGroupManagementType { + [DBStoneValidators nonnullValidator:nil](group); self = [super initWithReturnMembers:returnMembers]; if (self) { @@ -7501,7 +7825,7 @@ - (instancetype)initWithGroup:(DBTEAMGroupSelector *)group { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupUpdateArgsSerializer serialize:instance]; } @@ -7531,13 +7855,13 @@ - (NSUInteger)hash { result = prime * result + [self.group hash]; result = prime * result + [self.returnMembers hash]; - if (self.dNewGroupName) { + if (self.dNewGroupName != nil) { result = prime * result + [self.dNewGroupName hash]; } - if (self.dNewGroupExternalId) { + if (self.dNewGroupExternalId != nil) { result = prime * result + [self.dNewGroupExternalId hash]; } - if (self.dNewGroupManagementType) { + if (self.dNewGroupManagementType != nil) { result = prime * result + [self.dNewGroupManagementType hash]; } @@ -7606,7 +7930,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupUpdateArgs *)valueObj { [DBTEAMCOMMONGroupManagementTypeSerializer serialize:valueObj.dNewGroupManagementType]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupUpdateArgs *)deserialize:(NSDictionary *)valueDict { @@ -7736,7 +8060,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupUpdateErrorSerializer serialize:instance]; } @@ -7843,7 +8167,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupUpdateError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupUpdateError *)deserialize:(NSDictionary *)valueDict { @@ -7919,7 +8243,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupsGetInfoErrorSerializer serialize:instance]; } @@ -8002,7 +8326,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupsGetInfoError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupsGetInfoError *)deserialize:(NSDictionary *)valueDict { @@ -8092,7 +8416,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupsGetInfoItemSerializer serialize:instance]; } @@ -8179,7 +8503,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupsGetInfoItem *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupsGetInfoItem *)deserialize:(NSDictionary *)valueDict { @@ -8212,7 +8536,6 @@ @implementation DBTEAMGroupsListArg #pragma mark - Constructors - (instancetype)initWithLimit:(NSNumber *)limit { - [DBStoneValidators numericValidator:@(1) maxValue:@(1000)](limit ?: @(1000)); self = [super init]; if (self) { @@ -8227,7 +8550,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupsListArgSerializer serialize:instance]; } @@ -8293,7 +8616,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupsListArg *)valueObj { jsonDict[@"limit"] = valueObj.limit; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupsListArg *)deserialize:(NSDictionary *)valueDict { @@ -8315,6 +8638,7 @@ @implementation DBTEAMGroupsListContinueArg #pragma mark - Constructors - (instancetype)initWithCursor:(NSString *)cursor { + [DBStoneValidators nonnullValidator:nil](cursor); self = [super init]; if (self) { @@ -8325,7 +8649,7 @@ - (instancetype)initWithCursor:(NSString *)cursor { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupsListContinueArgSerializer serialize:instance]; } @@ -8391,7 +8715,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupsListContinueArg *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupsListContinueArg *)deserialize:(NSDictionary *)valueDict { @@ -8453,7 +8777,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupsListContinueErrorSerializer serialize:instance]; } @@ -8536,7 +8860,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupsListContinueError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupsListContinueError *)deserialize:(NSDictionary *)valueDict { @@ -8567,7 +8891,12 @@ @implementation DBTEAMGroupsListResult - (instancetype)initWithGroups:(NSArray *)groups cursor:(NSString *)cursor hasMore:(NSNumber *)hasMore { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](groups); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](groups); + [DBStoneValidators nonnullValidator:nil](cursor); + [DBStoneValidators nonnullValidator:nil](hasMore); self = [super init]; if (self) { @@ -8580,7 +8909,7 @@ - (instancetype)initWithGroups:(NSArray *)groups #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupsListResultSerializer serialize:instance]; } @@ -8659,7 +8988,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupsListResult *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; jsonDict[@"has_more"] = valueObj.hasMore; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupsListResult *)deserialize:(NSDictionary *)valueDict { @@ -8688,7 +9017,7 @@ @implementation DBTEAMGroupsMembersListArg #pragma mark - Constructors - (instancetype)initWithGroup:(DBTEAMGroupSelector *)group limit:(NSNumber *)limit { - [DBStoneValidators numericValidator:@(1) maxValue:@(1000)](limit ?: @(1000)); + [DBStoneValidators nonnullValidator:nil](group); self = [super init]; if (self) { @@ -8704,7 +9033,7 @@ - (instancetype)initWithGroup:(DBTEAMGroupSelector *)group { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupsMembersListArgSerializer serialize:instance]; } @@ -8775,7 +9104,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupsMembersListArg *)valueObj { jsonDict[@"group"] = [DBTEAMGroupSelectorSerializer serialize:valueObj.group]; jsonDict[@"limit"] = valueObj.limit; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupsMembersListArg *)deserialize:(NSDictionary *)valueDict { @@ -8798,6 +9127,7 @@ @implementation DBTEAMGroupsMembersListContinueArg #pragma mark - Constructors - (instancetype)initWithCursor:(NSString *)cursor { + [DBStoneValidators nonnullValidator:nil](cursor); self = [super init]; if (self) { @@ -8808,7 +9138,7 @@ - (instancetype)initWithCursor:(NSString *)cursor { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupsMembersListContinueArgSerializer serialize:instance]; } @@ -8874,7 +9204,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupsMembersListContinueArg *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupsMembersListContinueArg *)deserialize:(NSDictionary *)valueDict { @@ -8936,7 +9266,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupsMembersListContinueErrorSerializer serialize:instance]; } @@ -9020,7 +9350,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupsMembersListContinueError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupsMembersListContinueError *)deserialize:(NSDictionary *)valueDict { @@ -9051,7 +9381,12 @@ @implementation DBTEAMGroupsMembersListResult - (instancetype)initWithMembers:(NSArray *)members cursor:(NSString *)cursor hasMore:(NSNumber *)hasMore { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](members); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](members); + [DBStoneValidators nonnullValidator:nil](cursor); + [DBStoneValidators nonnullValidator:nil](hasMore); self = [super init]; if (self) { @@ -9064,7 +9399,7 @@ - (instancetype)initWithMembers:(NSArray *)members #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupsMembersListResultSerializer serialize:instance]; } @@ -9143,7 +9478,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupsMembersListResult *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; jsonDict[@"has_more"] = valueObj.hasMore; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupsMembersListResult *)deserialize:(NSDictionary *)valueDict { @@ -9240,7 +9575,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupsPollErrorSerializer serialize:instance]; } @@ -9335,7 +9670,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupsPollError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupsPollError *)deserialize:(NSDictionary *)valueDict { @@ -9428,7 +9763,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMGroupsSelectorSerializer serialize:instance]; } @@ -9521,7 +9856,7 @@ + (NSDictionary *)serialize:(DBTEAMGroupsSelector *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMGroupsSelector *)deserialize:(NSDictionary *)valueDict { @@ -9612,7 +9947,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMHasTeamSharedDropboxValueSerializer serialize:instance]; } @@ -9696,7 +10031,7 @@ + (NSDictionary *)serialize:(DBTEAMHasTeamSharedDropboxValue *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMHasTeamSharedDropboxValue *)deserialize:(NSDictionary *)valueDict { @@ -9725,6 +10060,7 @@ @implementation DBTEAMListMemberAppsArg #pragma mark - Constructors - (instancetype)initWithTeamMemberId:(NSString *)teamMemberId { + [DBStoneValidators nonnullValidator:nil](teamMemberId); self = [super init]; if (self) { @@ -9735,7 +10071,7 @@ - (instancetype)initWithTeamMemberId:(NSString *)teamMemberId { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMListMemberAppsArgSerializer serialize:instance]; } @@ -9801,7 +10137,7 @@ + (NSDictionary *)serialize:(DBTEAMListMemberAppsArg *)valueObj { jsonDict[@"team_member_id"] = valueObj.teamMemberId; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMListMemberAppsArg *)deserialize:(NSDictionary *)valueDict { @@ -9863,7 +10199,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMListMemberAppsErrorSerializer serialize:instance]; } @@ -9946,7 +10282,7 @@ + (NSDictionary *)serialize:(DBTEAMListMemberAppsError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMListMemberAppsError *)deserialize:(NSDictionary *)valueDict { @@ -9975,7 +10311,10 @@ @implementation DBTEAMListMemberAppsResult #pragma mark - Constructors - (instancetype)initWithLinkedApiApps:(NSArray *)linkedApiApps { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](linkedApiApps); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](linkedApiApps); self = [super init]; if (self) { @@ -9986,7 +10325,7 @@ - (instancetype)initWithLinkedApiApps:(NSArray *)linkedApiApps { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMListMemberAppsResultSerializer serialize:instance]; } @@ -10055,7 +10394,7 @@ + (NSDictionary *)serialize:(DBTEAMListMemberAppsResult *)valueObj { return [DBTEAMApiAppSerializer serialize:elem0]; }]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMListMemberAppsResult *)deserialize:(NSDictionary *)valueDict { @@ -10083,6 +10422,7 @@ - (instancetype)initWithTeamMemberId:(NSString *)teamMemberId includeWebSessions:(NSNumber *)includeWebSessions includeDesktopClients:(NSNumber *)includeDesktopClients includeMobileClients:(NSNumber *)includeMobileClients { + [DBStoneValidators nonnullValidator:nil](teamMemberId); self = [super init]; if (self) { @@ -10103,7 +10443,7 @@ - (instancetype)initWithTeamMemberId:(NSString *)teamMemberId { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMListMemberDevicesArgSerializer serialize:instance]; } @@ -10184,7 +10524,7 @@ + (NSDictionary *)serialize:(DBTEAMListMemberDevicesArg *)valueObj { jsonDict[@"include_desktop_clients"] = valueObj.includeDesktopClients; jsonDict[@"include_mobile_clients"] = valueObj.includeMobileClients; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMListMemberDevicesArg *)deserialize:(NSDictionary *)valueDict { @@ -10252,7 +10592,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMListMemberDevicesErrorSerializer serialize:instance]; } @@ -10335,7 +10675,7 @@ + (NSDictionary *)serialize:(DBTEAMListMemberDevicesError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMListMemberDevicesError *)deserialize:(NSDictionary *)valueDict { @@ -10369,11 +10709,17 @@ - (instancetype)initWithActiveWebSessions:(NSArray *)a desktopClientSessions:(NSArray *)desktopClientSessions mobileClientSessions:(NSArray *)mobileClientSessions { [DBStoneValidators - nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](activeWebSessions); + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](activeWebSessions); + [DBStoneValidators nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]]( + desktopClientSessions); [DBStoneValidators - nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](desktopClientSessions); - [DBStoneValidators - nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](mobileClientSessions); + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](mobileClientSessions); self = [super init]; if (self) { @@ -10390,7 +10736,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMListMemberDevicesResultSerializer serialize:instance]; } @@ -10418,13 +10764,13 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.activeWebSessions) { + if (self.activeWebSessions != nil) { result = prime * result + [self.activeWebSessions hash]; } - if (self.desktopClientSessions) { + if (self.desktopClientSessions != nil) { result = prime * result + [self.desktopClientSessions hash]; } - if (self.mobileClientSessions) { + if (self.mobileClientSessions != nil) { result = prime * result + [self.mobileClientSessions hash]; } @@ -10495,7 +10841,7 @@ + (NSDictionary *)serialize:(DBTEAMListMemberDevicesResult *)valueObj { }]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMListMemberDevicesResult *)deserialize:(NSDictionary *)valueDict { @@ -10553,7 +10899,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMListMembersAppsArgSerializer serialize:instance]; } @@ -10581,7 +10927,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.cursor) { + if (self.cursor != nil) { result = prime * result + [self.cursor hash]; } @@ -10625,7 +10971,7 @@ + (NSDictionary *)serialize:(DBTEAMListMembersAppsArg *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMListMembersAppsArg *)deserialize:(NSDictionary *)valueDict { @@ -10687,7 +11033,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMListMembersAppsErrorSerializer serialize:instance]; } @@ -10770,7 +11116,7 @@ + (NSDictionary *)serialize:(DBTEAMListMembersAppsError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMListMembersAppsError *)deserialize:(NSDictionary *)valueDict { @@ -10801,7 +11147,11 @@ @implementation DBTEAMListMembersAppsResult - (instancetype)initWithApps:(NSArray *)apps hasMore:(NSNumber *)hasMore cursor:(NSString *)cursor { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](apps); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](apps); + [DBStoneValidators nonnullValidator:nil](hasMore); self = [super init]; if (self) { @@ -10818,7 +11168,7 @@ - (instancetype)initWithApps:(NSArray *)apps hasMore:( #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMListMembersAppsResultSerializer serialize:instance]; } @@ -10848,7 +11198,7 @@ - (NSUInteger)hash { result = prime * result + [self.apps hash]; result = prime * result + [self.hasMore hash]; - if (self.cursor) { + if (self.cursor != nil) { result = prime * result + [self.cursor hash]; } @@ -10903,7 +11253,7 @@ + (NSDictionary *)serialize:(DBTEAMListMembersAppsResult *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMListMembersAppsResult *)deserialize:(NSDictionary *)valueDict { @@ -10951,7 +11301,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMListMembersDevicesArgSerializer serialize:instance]; } @@ -10979,7 +11329,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.cursor) { + if (self.cursor != nil) { result = prime * result + [self.cursor hash]; } result = prime * result + [self.includeWebSessions hash]; @@ -11038,7 +11388,7 @@ + (NSDictionary *)serialize:(DBTEAMListMembersDevicesArg *)valueObj { jsonDict[@"include_desktop_clients"] = valueObj.includeDesktopClients; jsonDict[@"include_mobile_clients"] = valueObj.includeMobileClients; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMListMembersDevicesArg *)deserialize:(NSDictionary *)valueDict { @@ -11106,7 +11456,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMListMembersDevicesErrorSerializer serialize:instance]; } @@ -11189,7 +11539,7 @@ + (NSDictionary *)serialize:(DBTEAMListMembersDevicesError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMListMembersDevicesError *)deserialize:(NSDictionary *)valueDict { @@ -11220,7 +11570,11 @@ @implementation DBTEAMListMembersDevicesResult - (instancetype)initWithDevices:(NSArray *)devices hasMore:(NSNumber *)hasMore cursor:(NSString *)cursor { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](devices); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](devices); + [DBStoneValidators nonnullValidator:nil](hasMore); self = [super init]; if (self) { @@ -11237,7 +11591,7 @@ - (instancetype)initWithDevices:(NSArray *)devices hasMor #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMListMembersDevicesResultSerializer serialize:instance]; } @@ -11267,7 +11621,7 @@ - (NSUInteger)hash { result = prime * result + [self.devices hash]; result = prime * result + [self.hasMore hash]; - if (self.cursor) { + if (self.cursor != nil) { result = prime * result + [self.cursor hash]; } @@ -11322,7 +11676,7 @@ + (NSDictionary *)serialize:(DBTEAMListMembersDevicesResult *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMListMembersDevicesResult *)deserialize:(NSDictionary *)valueDict { @@ -11364,7 +11718,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMListTeamAppsArgSerializer serialize:instance]; } @@ -11392,7 +11746,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.cursor) { + if (self.cursor != nil) { result = prime * result + [self.cursor hash]; } @@ -11436,7 +11790,7 @@ + (NSDictionary *)serialize:(DBTEAMListTeamAppsArg *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMListTeamAppsArg *)deserialize:(NSDictionary *)valueDict { @@ -11498,7 +11852,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMListTeamAppsErrorSerializer serialize:instance]; } @@ -11581,7 +11935,7 @@ + (NSDictionary *)serialize:(DBTEAMListTeamAppsError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMListTeamAppsError *)deserialize:(NSDictionary *)valueDict { @@ -11612,7 +11966,11 @@ @implementation DBTEAMListTeamAppsResult - (instancetype)initWithApps:(NSArray *)apps hasMore:(NSNumber *)hasMore cursor:(NSString *)cursor { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](apps); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](apps); + [DBStoneValidators nonnullValidator:nil](hasMore); self = [super init]; if (self) { @@ -11629,7 +11987,7 @@ - (instancetype)initWithApps:(NSArray *)apps hasMore:( #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMListTeamAppsResultSerializer serialize:instance]; } @@ -11659,7 +12017,7 @@ - (NSUInteger)hash { result = prime * result + [self.apps hash]; result = prime * result + [self.hasMore hash]; - if (self.cursor) { + if (self.cursor != nil) { result = prime * result + [self.cursor hash]; } @@ -11714,7 +12072,7 @@ + (NSDictionary *)serialize:(DBTEAMListTeamAppsResult *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMListTeamAppsResult *)deserialize:(NSDictionary *)valueDict { @@ -11762,7 +12120,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMListTeamDevicesArgSerializer serialize:instance]; } @@ -11790,7 +12148,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.cursor) { + if (self.cursor != nil) { result = prime * result + [self.cursor hash]; } result = prime * result + [self.includeWebSessions hash]; @@ -11849,7 +12207,7 @@ + (NSDictionary *)serialize:(DBTEAMListTeamDevicesArg *)valueObj { jsonDict[@"include_desktop_clients"] = valueObj.includeDesktopClients; jsonDict[@"include_mobile_clients"] = valueObj.includeMobileClients; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMListTeamDevicesArg *)deserialize:(NSDictionary *)valueDict { @@ -11917,7 +12275,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMListTeamDevicesErrorSerializer serialize:instance]; } @@ -12000,7 +12358,7 @@ + (NSDictionary *)serialize:(DBTEAMListTeamDevicesError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMListTeamDevicesError *)deserialize:(NSDictionary *)valueDict { @@ -12031,7 +12389,11 @@ @implementation DBTEAMListTeamDevicesResult - (instancetype)initWithDevices:(NSArray *)devices hasMore:(NSNumber *)hasMore cursor:(NSString *)cursor { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](devices); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](devices); + [DBStoneValidators nonnullValidator:nil](hasMore); self = [super init]; if (self) { @@ -12048,7 +12410,7 @@ - (instancetype)initWithDevices:(NSArray *)devices hasMor #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMListTeamDevicesResultSerializer serialize:instance]; } @@ -12078,7 +12440,7 @@ - (NSUInteger)hash { result = prime * result + [self.devices hash]; result = prime * result + [self.hasMore hash]; - if (self.cursor) { + if (self.cursor != nil) { result = prime * result + [self.cursor hash]; } @@ -12133,7 +12495,7 @@ + (NSDictionary *)serialize:(DBTEAMListTeamDevicesResult *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMListTeamDevicesResult *)deserialize:(NSDictionary *)valueDict { @@ -12163,6 +12525,8 @@ @implementation DBTEAMMemberAccess #pragma mark - Constructors - (instancetype)initWithUser:(DBTEAMUserSelectorArg *)user accessType:(DBTEAMGroupAccessType *)accessType { + [DBStoneValidators nonnullValidator:nil](user); + [DBStoneValidators nonnullValidator:nil](accessType); self = [super init]; if (self) { @@ -12174,7 +12538,7 @@ - (instancetype)initWithUser:(DBTEAMUserSelectorArg *)user accessType:(DBTEAMGro #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMemberAccessSerializer serialize:instance]; } @@ -12245,7 +12609,7 @@ + (NSDictionary *)serialize:(DBTEAMMemberAccess *)valueObj { jsonDict[@"user"] = [DBTEAMUserSelectorArgSerializer serialize:valueObj.user]; jsonDict[@"access_type"] = [DBTEAMGroupAccessTypeSerializer serialize:valueObj.accessType]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMemberAccess *)deserialize:(NSDictionary *)valueDict { @@ -12275,13 +12639,15 @@ - (instancetype)initWithMemberEmail:(NSString *)memberEmail memberPersistentId:(NSString *)memberPersistentId sendWelcomeEmail:(NSNumber *)sendWelcomeEmail role:(DBTEAMAdminTier *)role { - [DBStoneValidators stringValidator:nil maxLength:@(255) - pattern:@"^['&A-Za-z0-9._%+-]+@[A-Za-z0-9-][A-Za-z0-9.-]*.[A-Za-z]{2,15}$"](memberEmail); + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:nil + maxLength:@(255) + pattern:@"^['&A-Za-z0-9._%+-]+@[A-Za-z0-9-][A-Za-z0-9." + @"-]*.[A-Za-z]{2,15}$"]](memberEmail); [DBStoneValidators - nullableValidator:[DBStoneValidators stringValidator:@(1) maxLength:@(100) pattern:@"[^/:?*<>\"|]*"]]( + nullableValidator:[DBStoneValidators stringValidator:nil maxLength:@(100) pattern:@"[^/:?*<>\"|]*"]]( memberGivenName); [DBStoneValidators - nullableValidator:[DBStoneValidators stringValidator:@(1) maxLength:@(100) pattern:@"[^/:?*<>\"|]*"]](memberSurname); + nullableValidator:[DBStoneValidators stringValidator:nil maxLength:@(100) pattern:@"[^/:?*<>\"|]*"]](memberSurname); [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:nil maxLength:@(64) pattern:nil]](memberExternalId); @@ -12310,7 +12676,7 @@ - (instancetype)initWithMemberEmail:(NSString *)memberEmail { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMemberAddArgSerializer serialize:instance]; } @@ -12339,16 +12705,16 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.memberEmail hash]; - if (self.memberGivenName) { + if (self.memberGivenName != nil) { result = prime * result + [self.memberGivenName hash]; } - if (self.memberSurname) { + if (self.memberSurname != nil) { result = prime * result + [self.memberSurname hash]; } - if (self.memberExternalId) { + if (self.memberExternalId != nil) { result = prime * result + [self.memberExternalId hash]; } - if (self.memberPersistentId) { + if (self.memberPersistentId != nil) { result = prime * result + [self.memberPersistentId hash]; } result = prime * result + [self.sendWelcomeEmail hash]; @@ -12430,7 +12796,7 @@ + (NSDictionary *)serialize:(DBTEAMMemberAddArg *)valueObj { jsonDict[@"send_welcome_email"] = valueObj.sendWelcomeEmail; jsonDict[@"role"] = [DBTEAMAdminTierSerializer serialize:valueObj.role]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMemberAddArg *)deserialize:(NSDictionary *)valueDict { @@ -12746,7 +13112,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMemberAddResultSerializer serialize:instance]; } @@ -12896,7 +13262,7 @@ + (NSDictionary *)serialize:(DBTEAMMemberAddResult *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMemberAddResult *)deserialize:(NSDictionary *)valueDict { @@ -12962,12 +13328,19 @@ - (instancetype)initWithTeamMemberId:(NSString *)teamMemberId webSessions:(NSArray *)webSessions desktopClients:(NSArray *)desktopClients mobileClients:(NSArray *)mobileClients { + [DBStoneValidators nonnullValidator:nil](teamMemberId); [DBStoneValidators - nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](webSessions); + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](webSessions); [DBStoneValidators - nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](desktopClients); + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](desktopClients); [DBStoneValidators - nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](mobileClients); + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](mobileClients); self = [super init]; if (self) { @@ -12985,7 +13358,7 @@ - (instancetype)initWithTeamMemberId:(NSString *)teamMemberId { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMemberDevicesSerializer serialize:instance]; } @@ -13014,13 +13387,13 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.teamMemberId hash]; - if (self.webSessions) { + if (self.webSessions != nil) { result = prime * result + [self.webSessions hash]; } - if (self.desktopClients) { + if (self.desktopClients != nil) { result = prime * result + [self.desktopClients hash]; } - if (self.mobileClients) { + if (self.mobileClients != nil) { result = prime * result + [self.mobileClients hash]; } @@ -13093,7 +13466,7 @@ + (NSDictionary *)serialize:(DBTEAMMemberDevices *)valueObj { }]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMemberDevices *)deserialize:(NSDictionary *)valueDict { @@ -13139,7 +13512,11 @@ @implementation DBTEAMMemberLinkedApps #pragma mark - Constructors - (instancetype)initWithTeamMemberId:(NSString *)teamMemberId linkedApiApps:(NSArray *)linkedApiApps { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](linkedApiApps); + [DBStoneValidators nonnullValidator:nil](teamMemberId); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](linkedApiApps); self = [super init]; if (self) { @@ -13151,7 +13528,7 @@ - (instancetype)initWithTeamMemberId:(NSString *)teamMemberId linkedApiApps:(NSA #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMemberLinkedAppsSerializer serialize:instance]; } @@ -13225,7 +13602,7 @@ + (NSDictionary *)serialize:(DBTEAMMemberLinkedApps *)valueObj { return [DBTEAMApiAppSerializer serialize:elem0]; }]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMemberLinkedApps *)deserialize:(NSDictionary *)valueDict { @@ -13263,6 +13640,12 @@ - (instancetype)initWithTeamMemberId:(NSString *)teamMemberId accountId:(NSString *)accountId joinedOn:(NSDate *)joinedOn persistentId:(NSString *)persistentId { + [DBStoneValidators nonnullValidator:nil](teamMemberId); + [DBStoneValidators nonnullValidator:nil](email); + [DBStoneValidators nonnullValidator:nil](emailVerified); + [DBStoneValidators nonnullValidator:nil](status); + [DBStoneValidators nonnullValidator:nil](name); + [DBStoneValidators nonnullValidator:nil](membershipType); [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:@(40) maxLength:@(40) pattern:nil]](accountId); @@ -13302,7 +13685,7 @@ - (instancetype)initWithTeamMemberId:(NSString *)teamMemberId #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMemberProfileSerializer serialize:instance]; } @@ -13336,16 +13719,16 @@ - (NSUInteger)hash { result = prime * result + [self.status hash]; result = prime * result + [self.name hash]; result = prime * result + [self.membershipType hash]; - if (self.externalId) { + if (self.externalId != nil) { result = prime * result + [self.externalId hash]; } - if (self.accountId) { + if (self.accountId != nil) { result = prime * result + [self.accountId hash]; } - if (self.joinedOn) { + if (self.joinedOn != nil) { result = prime * result + [self.joinedOn hash]; } - if (self.persistentId) { + if (self.persistentId != nil) { result = prime * result + [self.persistentId hash]; } @@ -13437,7 +13820,7 @@ + (NSDictionary *)serialize:(DBTEAMMemberProfile *)valueObj { jsonDict[@"persistent_id"] = valueObj.persistentId; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMemberProfile *)deserialize:(NSDictionary *)valueDict { @@ -13506,7 +13889,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMUserSelectorErrorSerializer serialize:instance]; } @@ -13585,7 +13968,7 @@ + (NSDictionary *)serialize:(DBTEAMUserSelectorError *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMUserSelectorError *)deserialize:(NSDictionary *)valueDict { @@ -13655,7 +14038,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMemberSelectorErrorSerializer serialize:instance]; } @@ -13740,7 +14123,7 @@ + (NSDictionary *)serialize:(DBTEAMMemberSelectorError *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMemberSelectorError *)deserialize:(NSDictionary *)valueDict { @@ -13772,7 +14155,10 @@ @implementation DBTEAMMembersAddArg #pragma mark - Constructors - (instancetype)initWithDNewMembers:(NSArray *)dNewMembers forceAsync:(NSNumber *)forceAsync { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](dNewMembers); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](dNewMembers); self = [super init]; if (self) { @@ -13788,7 +14174,7 @@ - (instancetype)initWithDNewMembers:(NSArray *)dNewMembers #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMembersAddArgSerializer serialize:instance]; } @@ -13862,7 +14248,7 @@ + (NSDictionary *)serialize:(DBTEAMMembersAddArg *)valueObj { }]; jsonDict[@"force_async"] = valueObj.forceAsync; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMembersAddArg *)deserialize:(NSDictionary *)valueDict { @@ -13966,7 +14352,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMembersAddJobStatusSerializer serialize:instance]; } @@ -14062,7 +14448,7 @@ + (NSDictionary *)serialize:(DBTEAMMembersAddJobStatus *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMembersAddJobStatus *)deserialize:(NSDictionary *)valueDict { @@ -14164,7 +14550,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMembersAddLaunchSerializer serialize:instance]; } @@ -14254,7 +14640,7 @@ + (NSDictionary *)serialize:(DBTEAMMembersAddLaunch *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMembersAddLaunch *)deserialize:(NSDictionary *)valueDict { @@ -14292,6 +14678,7 @@ @implementation DBTEAMMembersDeactivateArg #pragma mark - Constructors - (instancetype)initWithUser:(DBTEAMUserSelectorArg *)user wipeData:(NSNumber *)wipeData { + [DBStoneValidators nonnullValidator:nil](user); self = [super init]; if (self) { @@ -14307,7 +14694,7 @@ - (instancetype)initWithUser:(DBTEAMUserSelectorArg *)user { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMembersDeactivateArgSerializer serialize:instance]; } @@ -14378,7 +14765,7 @@ + (NSDictionary *)serialize:(DBTEAMMembersDeactivateArg *)valueObj { jsonDict[@"user"] = [DBTEAMUserSelectorArgSerializer serialize:valueObj.user]; jsonDict[@"wipe_data"] = valueObj.wipeData; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMembersDeactivateArg *)deserialize:(NSDictionary *)valueDict { @@ -14456,7 +14843,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMembersDeactivateErrorSerializer serialize:instance]; } @@ -14545,7 +14932,7 @@ + (NSDictionary *)serialize:(DBTEAMMembersDeactivateError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMembersDeactivateError *)deserialize:(NSDictionary *)valueDict { @@ -14576,7 +14963,10 @@ @implementation DBTEAMMembersGetInfoArgs #pragma mark - Constructors - (instancetype)initWithMembers:(NSArray *)members { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](members); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](members); self = [super init]; if (self) { @@ -14587,7 +14977,7 @@ - (instancetype)initWithMembers:(NSArray *)members { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMembersGetInfoArgsSerializer serialize:instance]; } @@ -14656,7 +15046,7 @@ + (NSDictionary *)serialize:(DBTEAMMembersGetInfoArgs *)valueObj { return [DBTEAMUserSelectorArgSerializer serialize:elem0]; }]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMembersGetInfoArgs *)deserialize:(NSDictionary *)valueDict { @@ -14708,7 +15098,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMembersGetInfoErrorSerializer serialize:instance]; } @@ -14785,7 +15175,7 @@ + (NSDictionary *)serialize:(DBTEAMMembersGetInfoError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMembersGetInfoError *)deserialize:(NSDictionary *)valueDict { @@ -14873,7 +15263,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMembersGetInfoItemSerializer serialize:instance]; } @@ -14960,7 +15350,7 @@ + (NSDictionary *)serialize:(DBTEAMMembersGetInfoItem *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMembersGetInfoItem *)deserialize:(NSDictionary *)valueDict { @@ -14993,7 +15383,6 @@ @implementation DBTEAMMembersListArg #pragma mark - Constructors - (instancetype)initWithLimit:(NSNumber *)limit includeRemoved:(NSNumber *)includeRemoved { - [DBStoneValidators numericValidator:@(1) maxValue:@(1000)](limit ?: @(1000)); self = [super init]; if (self) { @@ -15009,7 +15398,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMembersListArgSerializer serialize:instance]; } @@ -15080,7 +15469,7 @@ + (NSDictionary *)serialize:(DBTEAMMembersListArg *)valueObj { jsonDict[@"limit"] = valueObj.limit; jsonDict[@"include_removed"] = valueObj.includeRemoved; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMembersListArg *)deserialize:(NSDictionary *)valueDict { @@ -15103,6 +15492,7 @@ @implementation DBTEAMMembersListContinueArg #pragma mark - Constructors - (instancetype)initWithCursor:(NSString *)cursor { + [DBStoneValidators nonnullValidator:nil](cursor); self = [super init]; if (self) { @@ -15113,7 +15503,7 @@ - (instancetype)initWithCursor:(NSString *)cursor { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMembersListContinueArgSerializer serialize:instance]; } @@ -15179,7 +15569,7 @@ + (NSDictionary *)serialize:(DBTEAMMembersListContinueArg *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMembersListContinueArg *)deserialize:(NSDictionary *)valueDict { @@ -15241,7 +15631,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMembersListContinueErrorSerializer serialize:instance]; } @@ -15324,7 +15714,7 @@ + (NSDictionary *)serialize:(DBTEAMMembersListContinueError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMembersListContinueError *)deserialize:(NSDictionary *)valueDict { @@ -15378,7 +15768,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMembersListErrorSerializer serialize:instance]; } @@ -15455,7 +15845,7 @@ + (NSDictionary *)serialize:(DBTEAMMembersListError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMembersListError *)deserialize:(NSDictionary *)valueDict { @@ -15484,7 +15874,12 @@ @implementation DBTEAMMembersListResult - (instancetype)initWithMembers:(NSArray *)members cursor:(NSString *)cursor hasMore:(NSNumber *)hasMore { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](members); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](members); + [DBStoneValidators nonnullValidator:nil](cursor); + [DBStoneValidators nonnullValidator:nil](hasMore); self = [super init]; if (self) { @@ -15497,7 +15892,7 @@ - (instancetype)initWithMembers:(NSArray *)members #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMembersListResultSerializer serialize:instance]; } @@ -15576,7 +15971,7 @@ + (NSDictionary *)serialize:(DBTEAMMembersListResult *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; jsonDict[@"has_more"] = valueObj.hasMore; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMembersListResult *)deserialize:(NSDictionary *)valueDict { @@ -15605,6 +16000,7 @@ @implementation DBTEAMMembersRecoverArg #pragma mark - Constructors - (instancetype)initWithUser:(DBTEAMUserSelectorArg *)user { + [DBStoneValidators nonnullValidator:nil](user); self = [super init]; if (self) { @@ -15615,7 +16011,7 @@ - (instancetype)initWithUser:(DBTEAMUserSelectorArg *)user { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMembersRecoverArgSerializer serialize:instance]; } @@ -15681,7 +16077,7 @@ + (NSDictionary *)serialize:(DBTEAMMembersRecoverArg *)valueObj { jsonDict[@"user"] = [DBTEAMUserSelectorArgSerializer serialize:valueObj.user]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMembersRecoverArg *)deserialize:(NSDictionary *)valueDict { @@ -15786,7 +16182,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMembersRecoverErrorSerializer serialize:instance]; } @@ -15887,7 +16283,7 @@ + (NSDictionary *)serialize:(DBTEAMMembersRecoverError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMembersRecoverError *)deserialize:(NSDictionary *)valueDict { @@ -15927,6 +16323,7 @@ - (instancetype)initWithUser:(DBTEAMUserSelectorArg *)user transferDestId:(DBTEAMUserSelectorArg *)transferDestId transferAdminId:(DBTEAMUserSelectorArg *)transferAdminId keepAccount:(NSNumber *)keepAccount { + [DBStoneValidators nonnullValidator:nil](user); self = [super initWithUser:user wipeData:wipeData]; if (self) { @@ -15943,7 +16340,7 @@ - (instancetype)initWithUser:(DBTEAMUserSelectorArg *)user { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMembersRemoveArgSerializer serialize:instance]; } @@ -15973,10 +16370,10 @@ - (NSUInteger)hash { result = prime * result + [self.user hash]; result = prime * result + [self.wipeData hash]; - if (self.transferDestId) { + if (self.transferDestId != nil) { result = prime * result + [self.transferDestId hash]; } - if (self.transferAdminId) { + if (self.transferAdminId != nil) { result = prime * result + [self.transferAdminId hash]; } result = prime * result + [self.keepAccount hash]; @@ -16041,7 +16438,7 @@ + (NSDictionary *)serialize:(DBTEAMMembersRemoveArg *)valueObj { } jsonDict[@"keep_account"] = valueObj.keepAccount; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMembersRemoveArg *)deserialize:(NSDictionary *)valueDict { @@ -16298,7 +16695,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMembersRemoveErrorSerializer serialize:instance]; } @@ -16459,7 +16856,7 @@ + (NSDictionary *)serialize:(DBTEAMMembersRemoveError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMembersRemoveError *)deserialize:(NSDictionary *)valueDict { @@ -16568,7 +16965,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMembersSendWelcomeErrorSerializer serialize:instance]; } @@ -16657,7 +17054,7 @@ + (NSDictionary *)serialize:(DBTEAMMembersSendWelcomeError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMembersSendWelcomeError *)deserialize:(NSDictionary *)valueDict { @@ -16689,6 +17086,8 @@ @implementation DBTEAMMembersSetPermissionsArg #pragma mark - Constructors - (instancetype)initWithUser:(DBTEAMUserSelectorArg *)user dNewRole:(DBTEAMAdminTier *)dNewRole { + [DBStoneValidators nonnullValidator:nil](user); + [DBStoneValidators nonnullValidator:nil](dNewRole); self = [super init]; if (self) { @@ -16700,7 +17099,7 @@ - (instancetype)initWithUser:(DBTEAMUserSelectorArg *)user dNewRole:(DBTEAMAdmin #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMembersSetPermissionsArgSerializer serialize:instance]; } @@ -16771,7 +17170,7 @@ + (NSDictionary *)serialize:(DBTEAMMembersSetPermissionsArg *)valueObj { jsonDict[@"user"] = [DBTEAMUserSelectorArgSerializer serialize:valueObj.user]; jsonDict[@"new_role"] = [DBTEAMAdminTierSerializer serialize:valueObj.dNewRole]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMembersSetPermissionsArg *)deserialize:(NSDictionary *)valueDict { @@ -16891,7 +17290,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMembersSetPermissionsErrorSerializer serialize:instance]; } @@ -16998,7 +17397,7 @@ + (NSDictionary *)serialize:(DBTEAMMembersSetPermissionsError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMembersSetPermissionsError *)deserialize:(NSDictionary *)valueDict { @@ -17035,6 +17434,8 @@ @implementation DBTEAMMembersSetPermissionsResult #pragma mark - Constructors - (instancetype)initWithTeamMemberId:(NSString *)teamMemberId role:(DBTEAMAdminTier *)role { + [DBStoneValidators nonnullValidator:nil](teamMemberId); + [DBStoneValidators nonnullValidator:nil](role); self = [super init]; if (self) { @@ -17046,7 +17447,7 @@ - (instancetype)initWithTeamMemberId:(NSString *)teamMemberId role:(DBTEAMAdminT #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMembersSetPermissionsResultSerializer serialize:instance]; } @@ -17117,7 +17518,7 @@ + (NSDictionary *)serialize:(DBTEAMMembersSetPermissionsResult *)valueObj { jsonDict[@"team_member_id"] = valueObj.teamMemberId; jsonDict[@"role"] = [DBTEAMAdminTierSerializer serialize:valueObj.role]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMembersSetPermissionsResult *)deserialize:(NSDictionary *)valueDict { @@ -17146,6 +17547,7 @@ - (instancetype)initWithUser:(DBTEAMUserSelectorArg *)user dNewGivenName:(NSString *)dNewGivenName dNewSurname:(NSString *)dNewSurname dNewPersistentId:(NSString *)dNewPersistentId { + [DBStoneValidators nonnullValidator:nil](user); [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:nil maxLength:@(255) pattern:@"^['&A-Za-z0-9._%+-]+@[A-Za-z0-9-][A-Za-z0-" @@ -17153,9 +17555,9 @@ - (instancetype)initWithUser:(DBTEAMUserSelectorArg *)user [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:nil maxLength:@(64) pattern:nil]](dNewExternalId); [DBStoneValidators - nullableValidator:[DBStoneValidators stringValidator:@(1) maxLength:@(100) pattern:@"[^/:?*<>\"|]*"]](dNewGivenName); + nullableValidator:[DBStoneValidators stringValidator:nil maxLength:@(100) pattern:@"[^/:?*<>\"|]*"]](dNewGivenName); [DBStoneValidators - nullableValidator:[DBStoneValidators stringValidator:@(1) maxLength:@(100) pattern:@"[^/:?*<>\"|]*"]](dNewSurname); + nullableValidator:[DBStoneValidators stringValidator:nil maxLength:@(100) pattern:@"[^/:?*<>\"|]*"]](dNewSurname); self = [super init]; if (self) { @@ -17176,7 +17578,7 @@ - (instancetype)initWithUser:(DBTEAMUserSelectorArg *)user { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMembersSetProfileArgSerializer serialize:instance]; } @@ -17205,19 +17607,19 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.user hash]; - if (self.dNewEmail) { + if (self.dNewEmail != nil) { result = prime * result + [self.dNewEmail hash]; } - if (self.dNewExternalId) { + if (self.dNewExternalId != nil) { result = prime * result + [self.dNewExternalId hash]; } - if (self.dNewGivenName) { + if (self.dNewGivenName != nil) { result = prime * result + [self.dNewGivenName hash]; } - if (self.dNewSurname) { + if (self.dNewSurname != nil) { result = prime * result + [self.dNewSurname hash]; } - if (self.dNewPersistentId) { + if (self.dNewPersistentId != nil) { result = prime * result + [self.dNewPersistentId hash]; } @@ -17297,7 +17699,7 @@ + (NSDictionary *)serialize:(DBTEAMMembersSetProfileArg *)valueObj { jsonDict[@"new_persistent_id"] = valueObj.dNewPersistentId; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMembersSetProfileArg *)deserialize:(NSDictionary *)valueDict { @@ -17496,7 +17898,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMembersSetProfileErrorSerializer serialize:instance]; } @@ -17633,7 +18035,7 @@ + (NSDictionary *)serialize:(DBTEAMMembersSetProfileError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMembersSetProfileError *)deserialize:(NSDictionary *)valueDict { @@ -17776,7 +18178,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMembersSuspendErrorSerializer serialize:instance]; } @@ -17883,7 +18285,7 @@ + (NSDictionary *)serialize:(DBTEAMMembersSuspendError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMembersSuspendError *)deserialize:(NSDictionary *)valueDict { @@ -17920,6 +18322,7 @@ @implementation DBTEAMMembersUnsuspendArg #pragma mark - Constructors - (instancetype)initWithUser:(DBTEAMUserSelectorArg *)user { + [DBStoneValidators nonnullValidator:nil](user); self = [super init]; if (self) { @@ -17930,7 +18333,7 @@ - (instancetype)initWithUser:(DBTEAMUserSelectorArg *)user { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMembersUnsuspendArgSerializer serialize:instance]; } @@ -17996,7 +18399,7 @@ + (NSDictionary *)serialize:(DBTEAMMembersUnsuspendArg *)valueObj { jsonDict[@"user"] = [DBTEAMUserSelectorArgSerializer serialize:valueObj.user]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMembersUnsuspendArg *)deserialize:(NSDictionary *)valueDict { @@ -18101,7 +18504,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMembersUnsuspendErrorSerializer serialize:instance]; } @@ -18202,7 +18605,7 @@ + (NSDictionary *)serialize:(DBTEAMMembersUnsuspendError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMembersUnsuspendError *)deserialize:(NSDictionary *)valueDict { @@ -18332,7 +18735,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMobileClientPlatformSerializer serialize:instance]; } @@ -18439,7 +18842,7 @@ + (NSDictionary *)serialize:(DBTEAMMobileClientPlatform *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMobileClientPlatform *)deserialize:(NSDictionary *)valueDict { @@ -18486,6 +18889,9 @@ - (instancetype)initWithSessionId:(NSString *)sessionId clientVersion:(NSString *)clientVersion osVersion:(NSString *)osVersion lastCarrier:(NSString *)lastCarrier { + [DBStoneValidators nonnullValidator:nil](sessionId); + [DBStoneValidators nonnullValidator:nil](deviceName); + [DBStoneValidators nonnullValidator:nil](clientType); self = [super initWithSessionId:sessionId ipAddress:ipAddress country:country created:created updated:updated]; if (self) { @@ -18515,7 +18921,7 @@ - (instancetype)initWithSessionId:(NSString *)sessionId #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMMobileClientSessionSerializer serialize:instance]; } @@ -18546,25 +18952,25 @@ - (NSUInteger)hash { result = prime * result + [self.sessionId hash]; result = prime * result + [self.deviceName hash]; result = prime * result + [self.clientType hash]; - if (self.ipAddress) { + if (self.ipAddress != nil) { result = prime * result + [self.ipAddress hash]; } - if (self.country) { + if (self.country != nil) { result = prime * result + [self.country hash]; } - if (self.created) { + if (self.created != nil) { result = prime * result + [self.created hash]; } - if (self.updated) { + if (self.updated != nil) { result = prime * result + [self.updated hash]; } - if (self.clientVersion) { + if (self.clientVersion != nil) { result = prime * result + [self.clientVersion hash]; } - if (self.osVersion) { + if (self.osVersion != nil) { result = prime * result + [self.osVersion hash]; } - if (self.lastCarrier) { + if (self.lastCarrier != nil) { result = prime * result + [self.lastCarrier hash]; } @@ -18668,7 +19074,7 @@ + (NSDictionary *)serialize:(DBTEAMMobileClientSession *)valueObj { jsonDict[@"last_carrier"] = valueObj.lastCarrier; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMMobileClientSession *)deserialize:(NSDictionary *)valueDict { @@ -18716,7 +19122,10 @@ - (instancetype)initWithName:(NSString *)name namespaceId:(NSString *)namespaceId namespaceType:(DBTEAMNamespaceType *)namespaceType teamMemberId:(NSString *)teamMemberId { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"](namespaceId); + [DBStoneValidators nonnullValidator:nil](name); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]](namespaceId); + [DBStoneValidators nonnullValidator:nil](namespaceType); self = [super init]; if (self) { @@ -18736,7 +19145,7 @@ - (instancetype)initWithName:(NSString *)name #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMNamespaceMetadataSerializer serialize:instance]; } @@ -18767,7 +19176,7 @@ - (NSUInteger)hash { result = prime * result + [self.name hash]; result = prime * result + [self.namespaceId hash]; result = prime * result + [self.namespaceType hash]; - if (self.teamMemberId) { + if (self.teamMemberId != nil) { result = prime * result + [self.teamMemberId hash]; } @@ -18823,7 +19232,7 @@ + (NSDictionary *)serialize:(DBTEAMNamespaceMetadata *)valueObj { jsonDict[@"team_member_id"] = valueObj.teamMemberId; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMNamespaceMetadata *)deserialize:(NSDictionary *)valueDict { @@ -18933,7 +19342,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMNamespaceTypeSerializer serialize:instance]; } @@ -19034,7 +19443,7 @@ + (NSDictionary *)serialize:(DBTEAMNamespaceType *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMNamespaceType *)deserialize:(NSDictionary *)valueDict { @@ -19057,6 +19466,205 @@ + (DBTEAMNamespaceType *)deserialize:(NSDictionary *)valueDict { @end +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMRemoveCustomQuotaResult.h" +#import "DBTEAMUserSelectorArg.h" + +#pragma mark - API Object + +@implementation DBTEAMRemoveCustomQuotaResult + +@synthesize success = _success; +@synthesize invalidUser = _invalidUser; + +#pragma mark - Constructors + +- (instancetype)initWithSuccess:(DBTEAMUserSelectorArg *)success { + self = [super init]; + if (self) { + _tag = DBTEAMRemoveCustomQuotaResultSuccess; + _success = success; + } + return self; +} + +- (instancetype)initWithInvalidUser:(DBTEAMUserSelectorArg *)invalidUser { + self = [super init]; + if (self) { + _tag = DBTEAMRemoveCustomQuotaResultInvalidUser; + _invalidUser = invalidUser; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBTEAMRemoveCustomQuotaResultOther; + } + return self; +} + +#pragma mark - Instance field accessors + +- (DBTEAMUserSelectorArg *)success { + if (![self isSuccess]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBTEAMRemoveCustomQuotaResultSuccess, but was %@.", [self tagName]]; + } + return _success; +} + +- (DBTEAMUserSelectorArg *)invalidUser { + if (![self isInvalidUser]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBTEAMRemoveCustomQuotaResultInvalidUser, but was %@.", [self tagName]]; + } + return _invalidUser; +} + +#pragma mark - Tag state methods + +- (BOOL)isSuccess { + return _tag == DBTEAMRemoveCustomQuotaResultSuccess; +} + +- (BOOL)isInvalidUser { + return _tag == DBTEAMRemoveCustomQuotaResultInvalidUser; +} + +- (BOOL)isOther { + return _tag == DBTEAMRemoveCustomQuotaResultOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBTEAMRemoveCustomQuotaResultSuccess: + return @"DBTEAMRemoveCustomQuotaResultSuccess"; + case DBTEAMRemoveCustomQuotaResultInvalidUser: + return @"DBTEAMRemoveCustomQuotaResultInvalidUser"; + case DBTEAMRemoveCustomQuotaResultOther: + return @"DBTEAMRemoveCustomQuotaResultOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMRemoveCustomQuotaResultSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMRemoveCustomQuotaResultSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMRemoveCustomQuotaResultSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBTEAMRemoveCustomQuotaResultSuccess: + result = prime * result + [self.success hash]; + case DBTEAMRemoveCustomQuotaResultInvalidUser: + result = prime * result + [self.invalidUser hash]; + case DBTEAMRemoveCustomQuotaResultOther: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToRemoveCustomQuotaResult:other]; +} + +- (BOOL)isEqualToRemoveCustomQuotaResult:(DBTEAMRemoveCustomQuotaResult *)aRemoveCustomQuotaResult { + if (self == aRemoveCustomQuotaResult) { + return YES; + } + if (self.tag != aRemoveCustomQuotaResult.tag) { + return NO; + } + switch (_tag) { + case DBTEAMRemoveCustomQuotaResultSuccess: + return [self.success isEqual:aRemoveCustomQuotaResult.success]; + case DBTEAMRemoveCustomQuotaResultInvalidUser: + return [self.invalidUser isEqual:aRemoveCustomQuotaResult.invalidUser]; + case DBTEAMRemoveCustomQuotaResultOther: + return [[self tagName] isEqual:[aRemoveCustomQuotaResult tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMRemoveCustomQuotaResultSerializer + ++ (NSDictionary *)serialize:(DBTEAMRemoveCustomQuotaResult *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isSuccess]) { + jsonDict[@"success"] = [[DBTEAMUserSelectorArgSerializer serialize:valueObj.success] mutableCopy]; + jsonDict[@".tag"] = @"success"; + } else if ([valueObj isInvalidUser]) { + jsonDict[@"invalid_user"] = [[DBTEAMUserSelectorArgSerializer serialize:valueObj.invalidUser] mutableCopy]; + jsonDict[@".tag"] = @"invalid_user"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMRemoveCustomQuotaResult *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"success"]) { + DBTEAMUserSelectorArg *success = [DBTEAMUserSelectorArgSerializer deserialize:valueDict[@"success"]]; + return [[DBTEAMRemoveCustomQuotaResult alloc] initWithSuccess:success]; + } else if ([tag isEqualToString:@"invalid_user"]) { + DBTEAMUserSelectorArg *invalidUser = [DBTEAMUserSelectorArgSerializer deserialize:valueDict[@"invalid_user"]]; + return [[DBTEAMRemoveCustomQuotaResult alloc] initWithInvalidUser:invalidUser]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBTEAMRemoveCustomQuotaResult alloc] initWithOther]; + } else { + return [[DBTEAMRemoveCustomQuotaResult alloc] initWithOther]; + } +} + +@end + #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #import "DBTEAMRemovedStatus.h" @@ -19068,6 +19676,7 @@ @implementation DBTEAMRemovedStatus #pragma mark - Constructors - (instancetype)initWithIsRecoverable:(NSNumber *)isRecoverable { + [DBStoneValidators nonnullValidator:nil](isRecoverable); self = [super init]; if (self) { @@ -19078,7 +19687,7 @@ - (instancetype)initWithIsRecoverable:(NSNumber *)isRecoverable { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMRemovedStatusSerializer serialize:instance]; } @@ -19144,7 +19753,7 @@ + (NSDictionary *)serialize:(DBTEAMRemovedStatus *)valueObj { jsonDict[@"is_recoverable"] = valueObj.isRecoverable; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMRemovedStatus *)deserialize:(NSDictionary *)valueDict { @@ -19169,6 +19778,8 @@ @implementation DBTEAMRevokeDesktopClientArg - (instancetype)initWithSessionId:(NSString *)sessionId teamMemberId:(NSString *)teamMemberId deleteOnUnlink:(NSNumber *)deleteOnUnlink { + [DBStoneValidators nonnullValidator:nil](sessionId); + [DBStoneValidators nonnullValidator:nil](teamMemberId); self = [super initWithSessionId:sessionId teamMemberId:teamMemberId]; if (self) { @@ -19183,7 +19794,7 @@ - (instancetype)initWithSessionId:(NSString *)sessionId teamMemberId:(NSString * #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMRevokeDesktopClientArgSerializer serialize:instance]; } @@ -19259,7 +19870,7 @@ + (NSDictionary *)serialize:(DBTEAMRevokeDesktopClientArg *)valueObj { jsonDict[@"team_member_id"] = valueObj.teamMemberId; jsonDict[@"delete_on_unlink"] = valueObj.deleteOnUnlink; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMRevokeDesktopClientArg *)deserialize:(NSDictionary *)valueDict { @@ -19372,7 +19983,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMRevokeDeviceSessionArgSerializer serialize:instance]; } @@ -19467,7 +20078,7 @@ + (NSDictionary *)serialize:(DBTEAMRevokeDeviceSessionArg *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMRevokeDeviceSessionArg *)deserialize:(NSDictionary *)valueDict { @@ -19504,7 +20115,10 @@ @implementation DBTEAMRevokeDeviceSessionBatchArg #pragma mark - Constructors - (instancetype)initWithRevokeDevices:(NSArray *)revokeDevices { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](revokeDevices); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](revokeDevices); self = [super init]; if (self) { @@ -19515,7 +20129,7 @@ - (instancetype)initWithRevokeDevices:(NSArray * #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMRevokeDeviceSessionBatchArgSerializer serialize:instance]; } @@ -19584,7 +20198,7 @@ + (NSDictionary *)serialize:(DBTEAMRevokeDeviceSessionBatchArg *)valueObj { return [DBTEAMRevokeDeviceSessionArgSerializer serialize:elem0]; }]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMRevokeDeviceSessionBatchArg *)deserialize:(NSDictionary *)valueDict { @@ -19636,7 +20250,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMRevokeDeviceSessionBatchErrorSerializer serialize:instance]; } @@ -19713,7 +20327,7 @@ + (NSDictionary *)serialize:(DBTEAMRevokeDeviceSessionBatchError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMRevokeDeviceSessionBatchError *)deserialize:(NSDictionary *)valueDict { @@ -19740,7 +20354,10 @@ @implementation DBTEAMRevokeDeviceSessionBatchResult #pragma mark - Constructors - (instancetype)initWithRevokeDevicesStatus:(NSArray *)revokeDevicesStatus { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](revokeDevicesStatus); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](revokeDevicesStatus); self = [super init]; if (self) { @@ -19751,7 +20368,7 @@ - (instancetype)initWithRevokeDevicesStatus:(NSArray 0 ? jsonDict : nil; } + (DBTEAMRevokeDeviceSessionBatchResult *)deserialize:(NSDictionary *)valueDict { @@ -19902,7 +20519,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMRevokeDeviceSessionErrorSerializer serialize:instance]; } @@ -19991,7 +20608,7 @@ + (NSDictionary *)serialize:(DBTEAMRevokeDeviceSessionError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMRevokeDeviceSessionError *)deserialize:(NSDictionary *)valueDict { @@ -20022,6 +20639,7 @@ @implementation DBTEAMRevokeDeviceSessionStatus #pragma mark - Constructors - (instancetype)initWithSuccess:(NSNumber *)success errorType:(DBTEAMRevokeDeviceSessionError *)errorType { + [DBStoneValidators nonnullValidator:nil](success); self = [super init]; if (self) { @@ -20037,7 +20655,7 @@ - (instancetype)initWithSuccess:(NSNumber *)success { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMRevokeDeviceSessionStatusSerializer serialize:instance]; } @@ -20066,7 +20684,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.success hash]; - if (self.errorType) { + if (self.errorType != nil) { result = prime * result + [self.errorType hash]; } @@ -20114,7 +20732,7 @@ + (NSDictionary *)serialize:(DBTEAMRevokeDeviceSessionStatus *)valueObj { jsonDict[@"error_type"] = [DBTEAMRevokeDeviceSessionErrorSerializer serialize:valueObj.errorType]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMRevokeDeviceSessionStatus *)deserialize:(NSDictionary *)valueDict { @@ -20140,6 +20758,8 @@ @implementation DBTEAMRevokeLinkedApiAppArg - (instancetype)initWithAppId:(NSString *)appId teamMemberId:(NSString *)teamMemberId keepAppFolder:(NSNumber *)keepAppFolder { + [DBStoneValidators nonnullValidator:nil](appId); + [DBStoneValidators nonnullValidator:nil](teamMemberId); self = [super init]; if (self) { @@ -20156,7 +20776,7 @@ - (instancetype)initWithAppId:(NSString *)appId teamMemberId:(NSString *)teamMem #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMRevokeLinkedApiAppArgSerializer serialize:instance]; } @@ -20232,7 +20852,7 @@ + (NSDictionary *)serialize:(DBTEAMRevokeLinkedApiAppArg *)valueObj { jsonDict[@"team_member_id"] = valueObj.teamMemberId; jsonDict[@"keep_app_folder"] = valueObj.keepAppFolder; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMRevokeLinkedApiAppArg *)deserialize:(NSDictionary *)valueDict { @@ -20258,7 +20878,10 @@ @implementation DBTEAMRevokeLinkedApiAppBatchArg #pragma mark - Constructors - (instancetype)initWithRevokeLinkedApp:(NSArray *)revokeLinkedApp { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](revokeLinkedApp); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](revokeLinkedApp); self = [super init]; if (self) { @@ -20269,7 +20892,7 @@ - (instancetype)initWithRevokeLinkedApp:(NSArray #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMRevokeLinkedApiAppBatchArgSerializer serialize:instance]; } @@ -20338,7 +20961,7 @@ + (NSDictionary *)serialize:(DBTEAMRevokeLinkedApiAppBatchArg *)valueObj { return [DBTEAMRevokeLinkedApiAppArgSerializer serialize:elem0]; }]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMRevokeLinkedApiAppBatchArg *)deserialize:(NSDictionary *)valueDict { @@ -20390,7 +21013,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMRevokeLinkedAppBatchErrorSerializer serialize:instance]; } @@ -20467,7 +21090,7 @@ + (NSDictionary *)serialize:(DBTEAMRevokeLinkedAppBatchError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMRevokeLinkedAppBatchError *)deserialize:(NSDictionary *)valueDict { @@ -20494,7 +21117,10 @@ @implementation DBTEAMRevokeLinkedAppBatchResult #pragma mark - Constructors - (instancetype)initWithRevokeLinkedAppStatus:(NSArray *)revokeLinkedAppStatus { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](revokeLinkedAppStatus); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](revokeLinkedAppStatus); self = [super init]; if (self) { @@ -20505,7 +21131,7 @@ - (instancetype)initWithRevokeLinkedAppStatus:(NSArray 0 ? jsonDict : nil; } + (DBTEAMRevokeLinkedAppBatchResult *)deserialize:(NSDictionary *)valueDict { @@ -20655,7 +21281,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMRevokeLinkedAppErrorSerializer serialize:instance]; } @@ -20744,7 +21370,7 @@ + (NSDictionary *)serialize:(DBTEAMRevokeLinkedAppError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMRevokeLinkedAppError *)deserialize:(NSDictionary *)valueDict { @@ -20775,6 +21401,7 @@ @implementation DBTEAMRevokeLinkedAppStatus #pragma mark - Constructors - (instancetype)initWithSuccess:(NSNumber *)success errorType:(DBTEAMRevokeLinkedAppError *)errorType { + [DBStoneValidators nonnullValidator:nil](success); self = [super init]; if (self) { @@ -20790,7 +21417,7 @@ - (instancetype)initWithSuccess:(NSNumber *)success { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMRevokeLinkedAppStatusSerializer serialize:instance]; } @@ -20819,7 +21446,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.success hash]; - if (self.errorType) { + if (self.errorType != nil) { result = prime * result + [self.errorType hash]; } @@ -20867,15 +21494,125 @@ + (NSDictionary *)serialize:(DBTEAMRevokeLinkedAppStatus *)valueObj { jsonDict[@"error_type"] = [DBTEAMRevokeLinkedAppErrorSerializer serialize:valueObj.errorType]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMRevokeLinkedAppStatus *)deserialize:(NSDictionary *)valueDict { + NSNumber *success = valueDict[@"success"]; + DBTEAMRevokeLinkedAppError *errorType = + valueDict[@"error_type"] ? [DBTEAMRevokeLinkedAppErrorSerializer deserialize:valueDict[@"error_type"]] : nil; + + return [[DBTEAMRevokeLinkedAppStatus alloc] initWithSuccess:success errorType:errorType]; +} + +@end + +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMSetCustomQuotaArg.h" +#import "DBTEAMUserCustomQuotaArg.h" + +#pragma mark - API Object + +@implementation DBTEAMSetCustomQuotaArg + +#pragma mark - Constructors + +- (instancetype)initWithUsersAndQuotas:(NSArray *)usersAndQuotas { + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](usersAndQuotas); + + self = [super init]; + if (self) { + _usersAndQuotas = usersAndQuotas; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMSetCustomQuotaArgSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMSetCustomQuotaArgSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMSetCustomQuotaArgSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.usersAndQuotas hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToSetCustomQuotaArg:other]; +} + +- (BOOL)isEqualToSetCustomQuotaArg:(DBTEAMSetCustomQuotaArg *)aSetCustomQuotaArg { + if (self == aSetCustomQuotaArg) { + return YES; + } + if (![self.usersAndQuotas isEqual:aSetCustomQuotaArg.usersAndQuotas]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMSetCustomQuotaArgSerializer + ++ (NSDictionary *)serialize:(DBTEAMSetCustomQuotaArg *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"users_and_quotas"] = [DBArraySerializer serialize:valueObj.usersAndQuotas + withBlock:^id(id elem0) { + return [DBTEAMUserCustomQuotaArgSerializer serialize:elem0]; + }]; + + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBTEAMRevokeLinkedAppStatus *)deserialize:(NSDictionary *)valueDict { - NSNumber *success = valueDict[@"success"]; - DBTEAMRevokeLinkedAppError *errorType = - valueDict[@"error_type"] ? [DBTEAMRevokeLinkedAppErrorSerializer deserialize:valueDict[@"error_type"]] : nil; ++ (DBTEAMSetCustomQuotaArg *)deserialize:(NSDictionary *)valueDict { + NSArray *usersAndQuotas = + [DBArraySerializer deserialize:valueDict[@"users_and_quotas"] + withBlock:^id(id elem0) { + return [DBTEAMUserCustomQuotaArgSerializer deserialize:elem0]; + }]; - return [[DBTEAMRevokeLinkedAppStatus alloc] initWithSuccess:success errorType:errorType]; + return [[DBTEAMSetCustomQuotaArg alloc] initWithUsersAndQuotas:usersAndQuotas]; } @end @@ -20891,6 +21628,8 @@ @implementation DBTEAMStorageBucket #pragma mark - Constructors - (instancetype)initWithBucket:(NSString *)bucket users:(NSNumber *)users { + [DBStoneValidators nonnullValidator:nil](bucket); + [DBStoneValidators nonnullValidator:nil](users); self = [super init]; if (self) { @@ -20902,7 +21641,7 @@ - (instancetype)initWithBucket:(NSString *)bucket users:(NSNumber *)users { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMStorageBucketSerializer serialize:instance]; } @@ -20973,7 +21712,7 @@ + (NSDictionary *)serialize:(DBTEAMStorageBucket *)valueObj { jsonDict[@"bucket"] = valueObj.bucket; jsonDict[@"users"] = valueObj.users; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMStorageBucket *)deserialize:(NSDictionary *)valueDict { @@ -21050,7 +21789,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamFolderAccessErrorSerializer serialize:instance]; } @@ -21139,7 +21878,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamFolderAccessError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamFolderAccessError *)deserialize:(NSDictionary *)valueDict { @@ -21273,7 +22012,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamFolderActivateErrorSerializer serialize:instance]; } @@ -21373,7 +22112,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamFolderActivateError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamFolderActivateError *)deserialize:(NSDictionary *)valueDict { @@ -21411,7 +22150,8 @@ @implementation DBTEAMTeamFolderIdArg #pragma mark - Constructors - (instancetype)initWithTeamFolderId:(NSString *)teamFolderId { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"](teamFolderId); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]](teamFolderId); self = [super init]; if (self) { @@ -21422,7 +22162,7 @@ - (instancetype)initWithTeamFolderId:(NSString *)teamFolderId { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamFolderIdArgSerializer serialize:instance]; } @@ -21488,7 +22228,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamFolderIdArg *)valueObj { jsonDict[@"team_folder_id"] = valueObj.teamFolderId; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamFolderIdArg *)deserialize:(NSDictionary *)valueDict { @@ -21511,7 +22251,8 @@ @implementation DBTEAMTeamFolderArchiveArg #pragma mark - Constructors - (instancetype)initWithTeamFolderId:(NSString *)teamFolderId forceAsyncOff:(NSNumber *)forceAsyncOff { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"](teamFolderId); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]](teamFolderId); self = [super initWithTeamFolderId:teamFolderId]; if (self) { @@ -21526,7 +22267,7 @@ - (instancetype)initWithTeamFolderId:(NSString *)teamFolderId { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamFolderArchiveArgSerializer serialize:instance]; } @@ -21597,7 +22338,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamFolderArchiveArg *)valueObj { jsonDict[@"team_folder_id"] = valueObj.teamFolderId; jsonDict[@"force_async_off"] = valueObj.forceAsyncOff; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamFolderArchiveArg *)deserialize:(NSDictionary *)valueDict { @@ -21724,7 +22465,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamFolderArchiveErrorSerializer serialize:instance]; } @@ -21824,7 +22565,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamFolderArchiveError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamFolderArchiveError *)deserialize:(NSDictionary *)valueDict { @@ -21940,7 +22681,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamFolderArchiveJobStatusSerializer serialize:instance]; } @@ -22033,7 +22774,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamFolderArchiveJobStatus *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamFolderArchiveJobStatus *)deserialize:(NSDictionary *)valueDict { @@ -22131,7 +22872,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamFolderArchiveLaunchSerializer serialize:instance]; } @@ -22218,7 +22959,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamFolderArchiveLaunch *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamFolderArchiveLaunch *)deserialize:(NSDictionary *)valueDict { @@ -22251,6 +22992,7 @@ @implementation DBTEAMTeamFolderCreateArg #pragma mark - Constructors - (instancetype)initWithName:(NSString *)name { + [DBStoneValidators nonnullValidator:nil](name); self = [super init]; if (self) { @@ -22261,7 +23003,7 @@ - (instancetype)initWithName:(NSString *)name { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamFolderCreateArgSerializer serialize:instance]; } @@ -22327,7 +23069,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamFolderCreateArg *)valueObj { jsonDict[@"name"] = valueObj.name; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamFolderCreateArg *)deserialize:(NSDictionary *)valueDict { @@ -22417,7 +23159,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamFolderCreateErrorSerializer serialize:instance]; } @@ -22512,7 +23254,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamFolderCreateError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamFolderCreateError *)deserialize:(NSDictionary *)valueDict { @@ -22607,7 +23349,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamFolderGetInfoItemSerializer serialize:instance]; } @@ -22695,7 +23437,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamFolderGetInfoItem *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamFolderGetInfoItem *)deserialize:(NSDictionary *)valueDict { @@ -22728,8 +23470,14 @@ @implementation DBTEAMTeamFolderIdListArg #pragma mark - Constructors - (instancetype)initWithTeamFolderIds:(NSArray *)teamFolderIds { - [DBStoneValidators arrayValidator:@(1) maxItems:nil - itemValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]]( + [DBStoneValidators + nonnullValidator:[DBStoneValidators + arrayValidator:@(1) + maxItems:nil + itemValidator:[DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil + maxLength:nil + pattern:@"[-_0-9a-zA-Z:]+"]]]]( teamFolderIds); self = [super init]; @@ -22741,7 +23489,7 @@ - (instancetype)initWithTeamFolderIds:(NSArray *)teamFolderIds { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamFolderIdListArgSerializer serialize:instance]; } @@ -22810,7 +23558,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamFolderIdListArg *)valueObj { return elem0; }]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamFolderIdListArg *)deserialize:(NSDictionary *)valueDict { @@ -22903,7 +23651,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamFolderInvalidStatusErrorSerializer serialize:instance]; } @@ -22998,7 +23746,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamFolderInvalidStatusError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamFolderInvalidStatusError *)deserialize:(NSDictionary *)valueDict { @@ -23030,7 +23778,6 @@ @implementation DBTEAMTeamFolderListArg #pragma mark - Constructors - (instancetype)initWithLimit:(NSNumber *)limit { - [DBStoneValidators numericValidator:@(1) maxValue:@(1000)](limit ?: @(1000)); self = [super init]; if (self) { @@ -23045,7 +23792,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamFolderListArgSerializer serialize:instance]; } @@ -23111,7 +23858,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamFolderListArg *)valueObj { jsonDict[@"limit"] = valueObj.limit; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamFolderListArg *)deserialize:(NSDictionary *)valueDict { @@ -23133,6 +23880,7 @@ @implementation DBTEAMTeamFolderListContinueArg #pragma mark - Constructors - (instancetype)initWithCursor:(NSString *)cursor { + [DBStoneValidators nonnullValidator:nil](cursor); self = [super init]; if (self) { @@ -23143,7 +23891,7 @@ - (instancetype)initWithCursor:(NSString *)cursor { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamFolderListContinueArgSerializer serialize:instance]; } @@ -23209,7 +23957,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamFolderListContinueArg *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamFolderListContinueArg *)deserialize:(NSDictionary *)valueDict { @@ -23271,7 +24019,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamFolderListContinueErrorSerializer serialize:instance]; } @@ -23354,7 +24102,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamFolderListContinueError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamFolderListContinueError *)deserialize:(NSDictionary *)valueDict { @@ -23383,6 +24131,7 @@ @implementation DBTEAMTeamFolderListError #pragma mark - Constructors - (instancetype)initWithAccessError:(DBTEAMTeamFolderAccessError *)accessError { + [DBStoneValidators nonnullValidator:nil](accessError); self = [super init]; if (self) { @@ -23393,7 +24142,7 @@ - (instancetype)initWithAccessError:(DBTEAMTeamFolderAccessError *)accessError { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamFolderListErrorSerializer serialize:instance]; } @@ -23459,7 +24208,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamFolderListError *)valueObj { jsonDict[@"access_error"] = [DBTEAMTeamFolderAccessErrorSerializer serialize:valueObj.accessError]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamFolderListError *)deserialize:(NSDictionary *)valueDict { @@ -23485,7 +24234,12 @@ @implementation DBTEAMTeamFolderListResult - (instancetype)initWithTeamFolders:(NSArray *)teamFolders cursor:(NSString *)cursor hasMore:(NSNumber *)hasMore { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](teamFolders); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](teamFolders); + [DBStoneValidators nonnullValidator:nil](cursor); + [DBStoneValidators nonnullValidator:nil](hasMore); self = [super init]; if (self) { @@ -23498,7 +24252,7 @@ - (instancetype)initWithTeamFolders:(NSArray *)teamF #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamFolderListResultSerializer serialize:instance]; } @@ -23577,7 +24331,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamFolderListResult *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; jsonDict[@"has_more"] = valueObj.hasMore; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamFolderListResult *)deserialize:(NSDictionary *)valueDict { @@ -23609,7 +24363,11 @@ - (instancetype)initWithTeamFolderId:(NSString *)teamFolderId name:(NSString *)name status:(DBTEAMTeamFolderStatus *)status isTeamSharedDropbox:(NSNumber *)isTeamSharedDropbox { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"](teamFolderId); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]](teamFolderId); + [DBStoneValidators nonnullValidator:nil](name); + [DBStoneValidators nonnullValidator:nil](status); + [DBStoneValidators nonnullValidator:nil](isTeamSharedDropbox); self = [super init]; if (self) { @@ -23623,7 +24381,7 @@ - (instancetype)initWithTeamFolderId:(NSString *)teamFolderId #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamFolderMetadataSerializer serialize:instance]; } @@ -23704,7 +24462,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamFolderMetadata *)valueObj { jsonDict[@"status"] = [DBTEAMTeamFolderStatusSerializer serialize:valueObj.status]; jsonDict[@"is_team_shared_dropbox"] = valueObj.isTeamSharedDropbox; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamFolderMetadata *)deserialize:(NSDictionary *)valueDict { @@ -23839,7 +24597,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamFolderPermanentlyDeleteErrorSerializer serialize:instance]; } @@ -23940,7 +24698,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamFolderPermanentlyDeleteError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamFolderPermanentlyDeleteError *)deserialize:(NSDictionary *)valueDict { @@ -23979,7 +24737,9 @@ @implementation DBTEAMTeamFolderRenameArg #pragma mark - Constructors - (instancetype)initWithTeamFolderId:(NSString *)teamFolderId name:(NSString *)name { - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"](teamFolderId); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]](teamFolderId); + [DBStoneValidators nonnullValidator:nil](name); self = [super initWithTeamFolderId:teamFolderId]; if (self) { @@ -23990,7 +24750,7 @@ - (instancetype)initWithTeamFolderId:(NSString *)teamFolderId name:(NSString *)n #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamFolderRenameArgSerializer serialize:instance]; } @@ -24061,7 +24821,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamFolderRenameArg *)valueObj { jsonDict[@"team_folder_id"] = valueObj.teamFolderId; jsonDict[@"name"] = valueObj.name; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamFolderRenameArg *)deserialize:(NSDictionary *)valueDict { @@ -24230,7 +24990,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamFolderRenameErrorSerializer serialize:instance]; } @@ -24348,7 +25108,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamFolderRenameError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamFolderRenameError *)deserialize:(NSDictionary *)valueDict { @@ -24460,7 +25220,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamFolderStatusSerializer serialize:instance]; } @@ -24555,7 +25315,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamFolderStatus *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamFolderStatus *)deserialize:(NSDictionary *)valueDict { @@ -24627,7 +25387,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamFolderTeamSharedDropboxErrorSerializer serialize:instance]; } @@ -24711,7 +25471,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamFolderTeamSharedDropboxError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamFolderTeamSharedDropboxError *)deserialize:(NSDictionary *)valueDict { @@ -24744,6 +25504,11 @@ - (instancetype)initWithName:(NSString *)name numLicensedUsers:(NSNumber *)numLicensedUsers numProvisionedUsers:(NSNumber *)numProvisionedUsers policies:(DBTEAMPOLICIESTeamMemberPolicies *)policies { + [DBStoneValidators nonnullValidator:nil](name); + [DBStoneValidators nonnullValidator:nil](teamId); + [DBStoneValidators nonnullValidator:nil](numLicensedUsers); + [DBStoneValidators nonnullValidator:nil](numProvisionedUsers); + [DBStoneValidators nonnullValidator:nil](policies); self = [super init]; if (self) { @@ -24758,7 +25523,7 @@ - (instancetype)initWithName:(NSString *)name #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamGetInfoResultSerializer serialize:instance]; } @@ -24844,7 +25609,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamGetInfoResult *)valueObj { jsonDict[@"num_provisioned_users"] = valueObj.numProvisionedUsers; jsonDict[@"policies"] = [DBTEAMPOLICIESTeamMemberPoliciesSerializer serialize:valueObj.policies]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamGetInfoResult *)deserialize:(NSDictionary *)valueDict { @@ -24877,6 +25642,8 @@ @implementation DBTEAMTeamMemberInfo #pragma mark - Constructors - (instancetype)initWithProfile:(DBTEAMTeamMemberProfile *)profile role:(DBTEAMAdminTier *)role { + [DBStoneValidators nonnullValidator:nil](profile); + [DBStoneValidators nonnullValidator:nil](role); self = [super init]; if (self) { @@ -24888,7 +25655,7 @@ - (instancetype)initWithProfile:(DBTEAMTeamMemberProfile *)profile role:(DBTEAMA #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamMemberInfoSerializer serialize:instance]; } @@ -24959,7 +25726,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamMemberInfo *)valueObj { jsonDict[@"profile"] = [DBTEAMTeamMemberProfileSerializer serialize:valueObj.profile]; jsonDict[@"role"] = [DBTEAMAdminTierSerializer serialize:valueObj.role]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamMemberInfo *)deserialize:(NSDictionary *)valueDict { @@ -24997,8 +25764,18 @@ - (instancetype)initWithTeamMemberId:(NSString *)teamMemberId accountId:(NSString *)accountId joinedOn:(NSDate *)joinedOn persistentId:(NSString *)persistentId { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](groups); - [DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"](memberFolderId); + [DBStoneValidators nonnullValidator:nil](teamMemberId); + [DBStoneValidators nonnullValidator:nil](email); + [DBStoneValidators nonnullValidator:nil](emailVerified); + [DBStoneValidators nonnullValidator:nil](status); + [DBStoneValidators nonnullValidator:nil](name); + [DBStoneValidators nonnullValidator:nil](membershipType); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](groups); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]](memberFolderId); [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:@(40) maxLength:@(40) pattern:nil]](accountId); @@ -25043,7 +25820,7 @@ - (instancetype)initWithTeamMemberId:(NSString *)teamMemberId #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamMemberProfileSerializer serialize:instance]; } @@ -25079,16 +25856,16 @@ - (NSUInteger)hash { result = prime * result + [self.membershipType hash]; result = prime * result + [self.groups hash]; result = prime * result + [self.memberFolderId hash]; - if (self.externalId) { + if (self.externalId != nil) { result = prime * result + [self.externalId hash]; } - if (self.accountId) { + if (self.accountId != nil) { result = prime * result + [self.accountId hash]; } - if (self.joinedOn) { + if (self.joinedOn != nil) { result = prime * result + [self.joinedOn hash]; } - if (self.persistentId) { + if (self.persistentId != nil) { result = prime * result + [self.persistentId hash]; } @@ -25191,7 +25968,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamMemberProfile *)valueObj { jsonDict[@"persistent_id"] = valueObj.persistentId; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamMemberProfile *)deserialize:(NSDictionary *)valueDict { @@ -25321,7 +26098,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamMemberStatusSerializer serialize:instance]; } @@ -25419,7 +26196,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamMemberStatus *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamMemberStatus *)deserialize:(NSDictionary *)valueDict { @@ -25495,7 +26272,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamMembershipTypeSerializer serialize:instance]; } @@ -25580,7 +26357,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamMembershipType *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamMembershipType *)deserialize:(NSDictionary *)valueDict { @@ -25611,7 +26388,6 @@ @implementation DBTEAMTeamNamespacesListArg #pragma mark - Constructors - (instancetype)initWithLimit:(NSNumber *)limit { - [DBStoneValidators numericValidator:@(1) maxValue:@(1000)](limit ?: @(1000)); self = [super init]; if (self) { @@ -25626,7 +26402,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamNamespacesListArgSerializer serialize:instance]; } @@ -25692,7 +26468,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamNamespacesListArg *)valueObj { jsonDict[@"limit"] = valueObj.limit; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamNamespacesListArg *)deserialize:(NSDictionary *)valueDict { @@ -25714,6 +26490,7 @@ @implementation DBTEAMTeamNamespacesListContinueArg #pragma mark - Constructors - (instancetype)initWithCursor:(NSString *)cursor { + [DBStoneValidators nonnullValidator:nil](cursor); self = [super init]; if (self) { @@ -25724,7 +26501,7 @@ - (instancetype)initWithCursor:(NSString *)cursor { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamNamespacesListContinueArgSerializer serialize:instance]; } @@ -25790,7 +26567,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamNamespacesListContinueArg *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamNamespacesListContinueArg *)deserialize:(NSDictionary *)valueDict { @@ -25852,7 +26629,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamNamespacesListContinueErrorSerializer serialize:instance]; } @@ -25936,7 +26713,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamNamespacesListContinueError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamNamespacesListContinueError *)deserialize:(NSDictionary *)valueDict { @@ -25967,7 +26744,12 @@ @implementation DBTEAMTeamNamespacesListResult - (instancetype)initWithNamespaces:(NSArray *)namespaces cursor:(NSString *)cursor hasMore:(NSNumber *)hasMore { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](namespaces); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](namespaces); + [DBStoneValidators nonnullValidator:nil](cursor); + [DBStoneValidators nonnullValidator:nil](hasMore); self = [super init]; if (self) { @@ -25980,7 +26762,7 @@ - (instancetype)initWithNamespaces:(NSArray *)namespa #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTeamNamespacesListResultSerializer serialize:instance]; } @@ -26059,7 +26841,7 @@ + (NSDictionary *)serialize:(DBTEAMTeamNamespacesListResult *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; jsonDict[@"has_more"] = valueObj.hasMore; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTeamNamespacesListResult *)deserialize:(NSDictionary *)valueDict { @@ -26141,7 +26923,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTokenGetAuthenticatedAdminErrorSerializer serialize:instance]; } @@ -26231,7 +27013,7 @@ + (NSDictionary *)serialize:(DBTEAMTokenGetAuthenticatedAdminError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTokenGetAuthenticatedAdminError *)deserialize:(NSDictionary *)valueDict { @@ -26262,6 +27044,7 @@ @implementation DBTEAMTokenGetAuthenticatedAdminResult #pragma mark - Constructors - (instancetype)initWithAdminProfile:(DBTEAMTeamMemberProfile *)adminProfile { + [DBStoneValidators nonnullValidator:nil](adminProfile); self = [super init]; if (self) { @@ -26272,7 +27055,7 @@ - (instancetype)initWithAdminProfile:(DBTEAMTeamMemberProfile *)adminProfile { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMTokenGetAuthenticatedAdminResultSerializer serialize:instance]; } @@ -26339,7 +27122,7 @@ + (NSDictionary *)serialize:(DBTEAMTokenGetAuthenticatedAdminResult *)valueObj { jsonDict[@"admin_profile"] = [DBTEAMTeamMemberProfileSerializer serialize:valueObj.adminProfile]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMTokenGetAuthenticatedAdminResult *)deserialize:(NSDictionary *)valueDict { @@ -26350,53 +27133,94 @@ + (DBTEAMTokenGetAuthenticatedAdminResult *)deserialize:(NSDictionary *)valueDic @end -#import "DBPROPERTIESPropertyFieldTemplate.h" #import "DBStoneSerializers.h" #import "DBStoneValidators.h" -#import "DBTEAMUpdatePropertyTemplateArg.h" +#import "DBTEAMUploadApiRateLimitValue.h" #pragma mark - API Object -@implementation DBTEAMUpdatePropertyTemplateArg +@implementation DBTEAMUploadApiRateLimitValue + +@synthesize limit = _limit; #pragma mark - Constructors -- (instancetype)initWithTemplateId:(NSString *)templateId - name:(NSString *)name - description_:(NSString *)description_ - addFields:(NSArray *)addFields { - [DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"(/|ptid:).*"](templateId); - [DBStoneValidators - nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](addFields); +- (instancetype)initWithUnlimited { + self = [super init]; + if (self) { + _tag = DBTEAMUploadApiRateLimitValueUnlimited; + } + return self; +} +- (instancetype)initWithLimit:(NSNumber *)limit { self = [super init]; if (self) { - _templateId = templateId; - _name = name; - _description_ = description_; - _addFields = addFields; + _tag = DBTEAMUploadApiRateLimitValueLimit; + _limit = limit; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBTEAMUploadApiRateLimitValueOther; } return self; } -- (instancetype)initWithTemplateId:(NSString *)templateId { - return [self initWithTemplateId:templateId name:nil description_:nil addFields:nil]; +#pragma mark - Instance field accessors + +- (NSNumber *)limit { + if (![self isLimit]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBTEAMUploadApiRateLimitValueLimit, but was %@.", [self tagName]]; + } + return _limit; +} + +#pragma mark - Tag state methods + +- (BOOL)isUnlimited { + return _tag == DBTEAMUploadApiRateLimitValueUnlimited; +} + +- (BOOL)isLimit { + return _tag == DBTEAMUploadApiRateLimitValueLimit; +} + +- (BOOL)isOther { + return _tag == DBTEAMUploadApiRateLimitValueOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBTEAMUploadApiRateLimitValueUnlimited: + return @"DBTEAMUploadApiRateLimitValueUnlimited"; + case DBTEAMUploadApiRateLimitValueLimit: + return @"DBTEAMUploadApiRateLimitValueLimit"; + case DBTEAMUploadApiRateLimitValueOther: + return @"DBTEAMUploadApiRateLimitValueOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMUpdatePropertyTemplateArgSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMUploadApiRateLimitValueSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBTEAMUpdatePropertyTemplateArgSerializer deserialize:dict]; + return [DBTEAMUploadApiRateLimitValueSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBTEAMUpdatePropertyTemplateArgSerializer serialize:self] description]; + return [[DBTEAMUploadApiRateLimitValueSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -26413,15 +27237,13 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.templateId hash]; - if (self.name) { - result = prime * result + [self.name hash]; - } - if (self.description_) { - result = prime * result + [self.description_ hash]; - } - if (self.addFields) { - result = prime * result + [self.addFields hash]; + switch (_tag) { + case DBTEAMUploadApiRateLimitValueUnlimited: + result = prime * result + [[self tagName] hash]; + case DBTEAMUploadApiRateLimitValueLimit: + result = prime * result + [self.limit hash]; + case DBTEAMUploadApiRateLimitValueOther: + result = prime * result + [[self tagName] hash]; } return prime * result; @@ -26436,30 +27258,23 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToUpdatePropertyTemplateArg:other]; + return [self isEqualToUploadApiRateLimitValue:other]; } -- (BOOL)isEqualToUpdatePropertyTemplateArg:(DBTEAMUpdatePropertyTemplateArg *)anUpdatePropertyTemplateArg { - if (self == anUpdatePropertyTemplateArg) { +- (BOOL)isEqualToUploadApiRateLimitValue:(DBTEAMUploadApiRateLimitValue *)anUploadApiRateLimitValue { + if (self == anUploadApiRateLimitValue) { return YES; } - if (![self.templateId isEqual:anUpdatePropertyTemplateArg.templateId]) { + if (self.tag != anUploadApiRateLimitValue.tag) { return NO; } - if (self.name) { - if (![self.name isEqual:anUpdatePropertyTemplateArg.name]) { - return NO; - } - } - if (self.description_) { - if (![self.description_ isEqual:anUpdatePropertyTemplateArg.description_]) { - return NO; - } - } - if (self.addFields) { - if (![self.addFields isEqual:anUpdatePropertyTemplateArg.addFields]) { - return NO; - } + switch (_tag) { + case DBTEAMUploadApiRateLimitValueUnlimited: + return [[self tagName] isEqual:[anUploadApiRateLimitValue tagName]]; + case DBTEAMUploadApiRateLimitValueLimit: + return [self.limit isEqual:anUploadApiRateLimitValue.limit]; + case DBTEAMUploadApiRateLimitValueOther: + return [[self tagName] isEqual:[anUploadApiRateLimitValue tagName]]; } return YES; } @@ -26468,82 +27283,79 @@ - (BOOL)isEqualToUpdatePropertyTemplateArg:(DBTEAMUpdatePropertyTemplateArg *)an #pragma mark - Serializer Object -@implementation DBTEAMUpdatePropertyTemplateArgSerializer +@implementation DBTEAMUploadApiRateLimitValueSerializer -+ (NSDictionary *)serialize:(DBTEAMUpdatePropertyTemplateArg *)valueObj { ++ (NSDictionary *)serialize:(DBTEAMUploadApiRateLimitValue *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"template_id"] = valueObj.templateId; - if (valueObj.name) { - jsonDict[@"name"] = valueObj.name; - } - if (valueObj.description_) { - jsonDict[@"description"] = valueObj.description_; - } - if (valueObj.addFields) { - jsonDict[@"add_fields"] = [DBArraySerializer serialize:valueObj.addFields - withBlock:^id(id elem0) { - return [DBPROPERTIESPropertyFieldTemplateSerializer serialize:elem0]; - }]; + if ([valueObj isUnlimited]) { + jsonDict[@".tag"] = @"unlimited"; + } else if ([valueObj isLimit]) { + jsonDict[@"limit"] = valueObj.limit; + jsonDict[@".tag"] = @"limit"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBTEAMUpdatePropertyTemplateArg *)deserialize:(NSDictionary *)valueDict { - NSString *templateId = valueDict[@"template_id"]; - NSString *name = valueDict[@"name"] ?: nil; - NSString *description_ = valueDict[@"description"] ?: nil; - NSArray *addFields = - valueDict[@"add_fields"] - ? [DBArraySerializer deserialize:valueDict[@"add_fields"] - withBlock:^id(id elem0) { - return [DBPROPERTIESPropertyFieldTemplateSerializer deserialize:elem0]; - }] - : nil; ++ (DBTEAMUploadApiRateLimitValue *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; - return [[DBTEAMUpdatePropertyTemplateArg alloc] initWithTemplateId:templateId - name:name - description_:description_ - addFields:addFields]; + if ([tag isEqualToString:@"unlimited"]) { + return [[DBTEAMUploadApiRateLimitValue alloc] initWithUnlimited]; + } else if ([tag isEqualToString:@"limit"]) { + NSNumber *limit = valueDict[@"limit"]; + return [[DBTEAMUploadApiRateLimitValue alloc] initWithLimit:limit]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBTEAMUploadApiRateLimitValue alloc] initWithOther]; + } else { + return [[DBTEAMUploadApiRateLimitValue alloc] initWithOther]; + } } @end #import "DBStoneSerializers.h" #import "DBStoneValidators.h" -#import "DBTEAMUpdatePropertyTemplateResult.h" +#import "DBTEAMUserCustomQuotaArg.h" +#import "DBTEAMUserSelectorArg.h" #pragma mark - API Object -@implementation DBTEAMUpdatePropertyTemplateResult +@implementation DBTEAMUserCustomQuotaArg #pragma mark - Constructors -- (instancetype)initWithTemplateId:(NSString *)templateId { - [DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"(/|ptid:).*"](templateId); +- (instancetype)initWithUser:(DBTEAMUserSelectorArg *)user quotaGb:(NSNumber *)quotaGb { + [DBStoneValidators nonnullValidator:nil](user); + [DBStoneValidators nonnullValidator:[DBStoneValidators numericValidator:@(25) maxValue:nil]](quotaGb); self = [super init]; if (self) { - _templateId = templateId; + _user = user; + _quotaGb = quotaGb; } return self; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMUpdatePropertyTemplateResultSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMUserCustomQuotaArgSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBTEAMUpdatePropertyTemplateResultSerializer deserialize:dict]; + return [DBTEAMUserCustomQuotaArgSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBTEAMUpdatePropertyTemplateResultSerializer serialize:self] description]; + return [[DBTEAMUserCustomQuotaArgSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -26560,7 +27372,8 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.templateId hash]; + result = prime * result + [self.user hash]; + result = prime * result + [self.quotaGb hash]; return prime * result; } @@ -26574,14 +27387,17 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToUpdatePropertyTemplateResult:other]; + return [self isEqualToUserCustomQuotaArg:other]; } -- (BOOL)isEqualToUpdatePropertyTemplateResult:(DBTEAMUpdatePropertyTemplateResult *)anUpdatePropertyTemplateResult { - if (self == anUpdatePropertyTemplateResult) { +- (BOOL)isEqualToUserCustomQuotaArg:(DBTEAMUserCustomQuotaArg *)anUserCustomQuotaArg { + if (self == anUserCustomQuotaArg) { return YES; } - if (![self.templateId isEqual:anUpdatePropertyTemplateResult.templateId]) { + if (![self.user isEqual:anUserCustomQuotaArg.user]) { + return NO; + } + if (![self.quotaGb isEqual:anUserCustomQuotaArg.quotaGb]) { return NO; } return YES; @@ -26591,112 +27407,67 @@ - (BOOL)isEqualToUpdatePropertyTemplateResult:(DBTEAMUpdatePropertyTemplateResul #pragma mark - Serializer Object -@implementation DBTEAMUpdatePropertyTemplateResultSerializer +@implementation DBTEAMUserCustomQuotaArgSerializer -+ (NSDictionary *)serialize:(DBTEAMUpdatePropertyTemplateResult *)valueObj { ++ (NSDictionary *)serialize:(DBTEAMUserCustomQuotaArg *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"template_id"] = valueObj.templateId; + jsonDict[@"user"] = [DBTEAMUserSelectorArgSerializer serialize:valueObj.user]; + jsonDict[@"quota_gb"] = valueObj.quotaGb; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBTEAMUpdatePropertyTemplateResult *)deserialize:(NSDictionary *)valueDict { - NSString *templateId = valueDict[@"template_id"]; ++ (DBTEAMUserCustomQuotaArg *)deserialize:(NSDictionary *)valueDict { + DBTEAMUserSelectorArg *user = [DBTEAMUserSelectorArgSerializer deserialize:valueDict[@"user"]]; + NSNumber *quotaGb = valueDict[@"quota_gb"]; - return [[DBTEAMUpdatePropertyTemplateResult alloc] initWithTemplateId:templateId]; + return [[DBTEAMUserCustomQuotaArg alloc] initWithUser:user quotaGb:quotaGb]; } @end #import "DBStoneSerializers.h" #import "DBStoneValidators.h" -#import "DBTEAMUploadApiRateLimitValue.h" +#import "DBTEAMUserCustomQuotaResult.h" +#import "DBTEAMUserSelectorArg.h" #pragma mark - API Object -@implementation DBTEAMUploadApiRateLimitValue - -@synthesize limit = _limit; +@implementation DBTEAMUserCustomQuotaResult #pragma mark - Constructors -- (instancetype)initWithUnlimited { - self = [super init]; - if (self) { - _tag = DBTEAMUploadApiRateLimitValueUnlimited; - } - return self; -} - -- (instancetype)initWithLimit:(NSNumber *)limit { - self = [super init]; - if (self) { - _tag = DBTEAMUploadApiRateLimitValueLimit; - _limit = limit; - } - return self; -} +- (instancetype)initWithUser:(DBTEAMUserSelectorArg *)user quotaGb:(NSNumber *)quotaGb { + [DBStoneValidators nonnullValidator:nil](user); + [DBStoneValidators nullableValidator:[DBStoneValidators numericValidator:@(25) maxValue:nil]](quotaGb); -- (instancetype)initWithOther { self = [super init]; if (self) { - _tag = DBTEAMUploadApiRateLimitValueOther; + _user = user; + _quotaGb = quotaGb; } return self; } -#pragma mark - Instance field accessors - -- (NSNumber *)limit { - if (![self isLimit]) { - [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBTEAMUploadApiRateLimitValueLimit, but was %@.", [self tagName]]; - } - return _limit; -} - -#pragma mark - Tag state methods - -- (BOOL)isUnlimited { - return _tag == DBTEAMUploadApiRateLimitValueUnlimited; -} - -- (BOOL)isLimit { - return _tag == DBTEAMUploadApiRateLimitValueLimit; -} - -- (BOOL)isOther { - return _tag == DBTEAMUploadApiRateLimitValueOther; -} - -- (NSString *)tagName { - switch (_tag) { - case DBTEAMUploadApiRateLimitValueUnlimited: - return @"DBTEAMUploadApiRateLimitValueUnlimited"; - case DBTEAMUploadApiRateLimitValueLimit: - return @"DBTEAMUploadApiRateLimitValueLimit"; - case DBTEAMUploadApiRateLimitValueOther: - return @"DBTEAMUploadApiRateLimitValueOther"; - } - - @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +- (instancetype)initWithUser:(DBTEAMUserSelectorArg *)user { + return [self initWithUser:user quotaGb:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMUploadApiRateLimitValueSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMUserCustomQuotaResultSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBTEAMUploadApiRateLimitValueSerializer deserialize:dict]; + return [DBTEAMUserCustomQuotaResultSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBTEAMUploadApiRateLimitValueSerializer serialize:self] description]; + return [[DBTEAMUserCustomQuotaResultSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -26713,13 +27484,9 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - switch (_tag) { - case DBTEAMUploadApiRateLimitValueUnlimited: - result = prime * result + [[self tagName] hash]; - case DBTEAMUploadApiRateLimitValueLimit: - result = prime * result + [self.limit hash]; - case DBTEAMUploadApiRateLimitValueOther: - result = prime * result + [[self tagName] hash]; + result = prime * result + [self.user hash]; + if (self.quotaGb != nil) { + result = prime * result + [self.quotaGb hash]; } return prime * result; @@ -26734,23 +27501,20 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToUploadApiRateLimitValue:other]; + return [self isEqualToUserCustomQuotaResult:other]; } -- (BOOL)isEqualToUploadApiRateLimitValue:(DBTEAMUploadApiRateLimitValue *)anUploadApiRateLimitValue { - if (self == anUploadApiRateLimitValue) { +- (BOOL)isEqualToUserCustomQuotaResult:(DBTEAMUserCustomQuotaResult *)anUserCustomQuotaResult { + if (self == anUserCustomQuotaResult) { return YES; } - if (self.tag != anUploadApiRateLimitValue.tag) { + if (![self.user isEqual:anUserCustomQuotaResult.user]) { return NO; } - switch (_tag) { - case DBTEAMUploadApiRateLimitValueUnlimited: - return [[self tagName] isEqual:[anUploadApiRateLimitValue tagName]]; - case DBTEAMUploadApiRateLimitValueLimit: - return [self.limit isEqual:anUploadApiRateLimitValue.limit]; - case DBTEAMUploadApiRateLimitValueOther: - return [[self tagName] isEqual:[anUploadApiRateLimitValue tagName]]; + if (self.quotaGb) { + if (![self.quotaGb isEqual:anUserCustomQuotaResult.quotaGb]) { + return NO; + } } return YES; } @@ -26759,38 +27523,24 @@ - (BOOL)isEqualToUploadApiRateLimitValue:(DBTEAMUploadApiRateLimitValue *)anUplo #pragma mark - Serializer Object -@implementation DBTEAMUploadApiRateLimitValueSerializer +@implementation DBTEAMUserCustomQuotaResultSerializer -+ (NSDictionary *)serialize:(DBTEAMUploadApiRateLimitValue *)valueObj { ++ (NSDictionary *)serialize:(DBTEAMUserCustomQuotaResult *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isUnlimited]) { - jsonDict[@".tag"] = @"unlimited"; - } else if ([valueObj isLimit]) { - jsonDict[@"limit"] = valueObj.limit; - jsonDict[@".tag"] = @"limit"; - } else if ([valueObj isOther]) { - jsonDict[@".tag"] = @"other"; - } else { - jsonDict[@".tag"] = @"other"; + jsonDict[@"user"] = [DBTEAMUserSelectorArgSerializer serialize:valueObj.user]; + if (valueObj.quotaGb) { + jsonDict[@"quota_gb"] = valueObj.quotaGb; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBTEAMUploadApiRateLimitValue *)deserialize:(NSDictionary *)valueDict { - NSString *tag = valueDict[@".tag"]; ++ (DBTEAMUserCustomQuotaResult *)deserialize:(NSDictionary *)valueDict { + DBTEAMUserSelectorArg *user = [DBTEAMUserSelectorArgSerializer deserialize:valueDict[@"user"]]; + NSNumber *quotaGb = valueDict[@"quota_gb"] ?: nil; - if ([tag isEqualToString:@"unlimited"]) { - return [[DBTEAMUploadApiRateLimitValue alloc] initWithUnlimited]; - } else if ([tag isEqualToString:@"limit"]) { - NSNumber *limit = valueDict[@"limit"]; - return [[DBTEAMUploadApiRateLimitValue alloc] initWithLimit:limit]; - } else if ([tag isEqualToString:@"other"]) { - return [[DBTEAMUploadApiRateLimitValue alloc] initWithOther]; - } else { - return [[DBTEAMUploadApiRateLimitValue alloc] initWithOther]; - } + return [[DBTEAMUserCustomQuotaResult alloc] initWithUser:user quotaGb:quotaGb]; } @end @@ -26891,7 +27641,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMUserSelectorArgSerializer serialize:instance]; } @@ -26985,7 +27735,7 @@ + (NSDictionary *)serialize:(DBTEAMUserSelectorArg *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMUserSelectorArg *)deserialize:(NSDictionary *)valueDict { @@ -27106,7 +27856,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMUsersSelectorArgSerializer serialize:instance]; } @@ -27209,7 +27959,7 @@ + (NSDictionary *)serialize:(DBTEAMUsersSelectorArg *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMUsersSelectorArg *)deserialize:(NSDictionary *)valueDict { diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMActiveWebSession.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMActiveWebSession.h index 54637826..a669b3c9 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMActiveWebSession.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMActiveWebSession.h @@ -18,7 +18,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// The `ActiveWebSession` struct. /// -/// Information on active web sessions +/// Information on active web sessions. /// /// This class implements the `DBSerializable` protocol (serialize and /// deserialize instance methods), which is required for all Obj-C SDK API route @@ -28,16 +28,16 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Information on the hosting device +/// Information on the hosting device. @property (nonatomic, readonly, copy) NSString *userAgent; -/// Information on the hosting operating system +/// Information on the hosting operating system. @property (nonatomic, readonly, copy) NSString *os; -/// Information on the browser used for this web session +/// Information on the browser used for this web session. @property (nonatomic, readonly, copy) NSString *browser; -/// The time this session expires +/// The time this session expires. @property (nonatomic, readonly, nullable) NSDate *expires; #pragma mark - Constructors @@ -45,16 +45,16 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param sessionId The session id -/// @param userAgent Information on the hosting device -/// @param os Information on the hosting operating system -/// @param browser Information on the browser used for this web session -/// @param ipAddress The IP address of the last activity from this session +/// @param sessionId The session id. +/// @param userAgent Information on the hosting device. +/// @param os Information on the hosting operating system. +/// @param browser Information on the browser used for this web session. +/// @param ipAddress The IP address of the last activity from this session. /// @param country The country from which the last activity from this session -/// was made -/// @param created The time this session was created -/// @param updated The time of the last activity from this session -/// @param expires The time this session expires +/// was made. +/// @param created The time this session was created. +/// @param updated The time of the last activity from this session. +/// @param expires The time this session expires. /// /// @return An initialized instance. /// @@ -72,10 +72,10 @@ NS_ASSUME_NONNULL_BEGIN /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param sessionId The session id -/// @param userAgent Information on the hosting device -/// @param os Information on the hosting operating system -/// @param browser Information on the browser used for this web session +/// @param sessionId The session id. +/// @param userAgent Information on the hosting device. +/// @param os Information on the hosting operating system. +/// @param browser Information on the browser used for this web session. /// /// @return An initialized instance. /// @@ -101,7 +101,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMActiveWebSession` API object. /// -+ (NSDictionary *)serialize:(DBTEAMActiveWebSession *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMActiveWebSession *)instance; /// /// Deserializes `DBTEAMActiveWebSession` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMAddPropertyTemplateArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMAddPropertyTemplateArg.h deleted file mode 100644 index c6641c89..00000000 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMAddPropertyTemplateArg.h +++ /dev/null @@ -1,82 +0,0 @@ -/// -/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. -/// -/// Auto-generated by Stone, do not modify. -/// - -#import - -#import "DBPROPERTIESPropertyGroupTemplate.h" -#import "DBSerializableProtocol.h" - -@class DBPROPERTIESPropertyFieldTemplate; -@class DBTEAMAddPropertyTemplateArg; - -NS_ASSUME_NONNULL_BEGIN - -#pragma mark - API Object - -/// -/// The `AddPropertyTemplateArg` struct. -/// -/// Arguments for adding property templates. -/// -/// This class implements the `DBSerializable` protocol (serialize and -/// deserialize instance methods), which is required for all Obj-C SDK API route -/// objects. -/// -@interface DBTEAMAddPropertyTemplateArg : DBPROPERTIESPropertyGroupTemplate - -#pragma mark - Instance fields - -#pragma mark - Constructors - -/// -/// Full constructor for the struct (exposes all instance variables). -/// -/// @param name A display name for the property template. Property template -/// names can be up to 256 bytes. -/// @param description_ Description for new property template. Property template -/// descriptions can be up to 1024 bytes. -/// @param fields This is a list of custom properties associated with a property -/// template. There can be up to 64 properties in a single property template. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithName:(NSString *)name - description_:(NSString *)description_ - fields:(NSArray *)fields; - -@end - -#pragma mark - Serializer Object - -/// -/// The serialization class for the `AddPropertyTemplateArg` struct. -/// -@interface DBTEAMAddPropertyTemplateArgSerializer : NSObject - -/// -/// Serializes `DBTEAMAddPropertyTemplateArg` instances. -/// -/// @param instance An instance of the `DBTEAMAddPropertyTemplateArg` API -/// object. -/// -/// @return A json-compatible dictionary representation of the -/// `DBTEAMAddPropertyTemplateArg` API object. -/// -+ (NSDictionary *)serialize:(DBTEAMAddPropertyTemplateArg *)instance; - -/// -/// Deserializes `DBTEAMAddPropertyTemplateArg` instances. -/// -/// @param dict A json-compatible dictionary representation of the -/// `DBTEAMAddPropertyTemplateArg` API object. -/// -/// @return An instantiation of the `DBTEAMAddPropertyTemplateArg` object. -/// -+ (DBTEAMAddPropertyTemplateArg *)deserialize:(NSDictionary *)dict; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMAddPropertyTemplateResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMAddPropertyTemplateResult.h deleted file mode 100644 index 9eb0cd34..00000000 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMAddPropertyTemplateResult.h +++ /dev/null @@ -1,77 +0,0 @@ -/// -/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. -/// -/// Auto-generated by Stone, do not modify. -/// - -#import - -#import "DBSerializableProtocol.h" - -@class DBTEAMAddPropertyTemplateResult; - -NS_ASSUME_NONNULL_BEGIN - -#pragma mark - API Object - -/// -/// The `AddPropertyTemplateResult` struct. -/// -/// This class implements the `DBSerializable` protocol (serialize and -/// deserialize instance methods), which is required for all Obj-C SDK API route -/// objects. -/// -@interface DBTEAMAddPropertyTemplateResult : NSObject - -#pragma mark - Instance fields - -/// An identifier for property template added by `propertiesTemplateAdd`. -@property (nonatomic, readonly, copy) NSString *templateId; - -#pragma mark - Constructors - -/// -/// Full constructor for the struct (exposes all instance variables). -/// -/// @param templateId An identifier for property template added by -/// `propertiesTemplateAdd`. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithTemplateId:(NSString *)templateId; - -- (instancetype)init NS_UNAVAILABLE; - -@end - -#pragma mark - Serializer Object - -/// -/// The serialization class for the `AddPropertyTemplateResult` struct. -/// -@interface DBTEAMAddPropertyTemplateResultSerializer : NSObject - -/// -/// Serializes `DBTEAMAddPropertyTemplateResult` instances. -/// -/// @param instance An instance of the `DBTEAMAddPropertyTemplateResult` API -/// object. -/// -/// @return A json-compatible dictionary representation of the -/// `DBTEAMAddPropertyTemplateResult` API object. -/// -+ (NSDictionary *)serialize:(DBTEAMAddPropertyTemplateResult *)instance; - -/// -/// Deserializes `DBTEAMAddPropertyTemplateResult` instances. -/// -/// @param dict A json-compatible dictionary representation of the -/// `DBTEAMAddPropertyTemplateResult` API object. -/// -/// @return An instantiation of the `DBTEAMAddPropertyTemplateResult` object. -/// -+ (DBTEAMAddPropertyTemplateResult *)deserialize:(NSDictionary *)dict; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMAdminTier.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMAdminTier.h index 01ee1d01..6a859cc7 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMAdminTier.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMAdminTier.h @@ -147,7 +147,7 @@ typedef NS_ENUM(NSInteger, DBTEAMAdminTierTag) { /// @return A json-compatible dictionary representation of the `DBTEAMAdminTier` /// API object. /// -+ (NSDictionary *)serialize:(DBTEAMAdminTier *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMAdminTier *)instance; /// /// Deserializes `DBTEAMAdminTier` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMApiApp.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMApiApp.h index 3303e309..a4fd0749 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMApiApp.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMApiApp.h @@ -17,7 +17,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// The `ApiApp` struct. /// -/// Information on linked third party applications +/// Information on linked third party applications. /// /// This class implements the `DBSerializable` protocol (serialize and /// deserialize instance methods), which is required for all Obj-C SDK API route @@ -27,22 +27,22 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// The application unique id +/// The application unique id. @property (nonatomic, readonly, copy) NSString *appId; -/// The application name +/// The application name. @property (nonatomic, readonly, copy) NSString *appName; -/// The application publisher name +/// The application publisher name. @property (nonatomic, readonly, copy, nullable) NSString *publisher; -/// The publisher's URL +/// The publisher's URL. @property (nonatomic, readonly, copy, nullable) NSString *publisherUrl; -/// The time this application was linked +/// The time this application was linked. @property (nonatomic, readonly, nullable) NSDate *linked; -/// Whether the linked application uses a dedicated folder +/// Whether the linked application uses a dedicated folder. @property (nonatomic, readonly) NSNumber *isAppFolder; #pragma mark - Constructors @@ -50,12 +50,12 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param appId The application unique id -/// @param appName The application name -/// @param isAppFolder Whether the linked application uses a dedicated folder -/// @param publisher The application publisher name -/// @param publisherUrl The publisher's URL -/// @param linked The time this application was linked +/// @param appId The application unique id. +/// @param appName The application name. +/// @param isAppFolder Whether the linked application uses a dedicated folder. +/// @param publisher The application publisher name. +/// @param publisherUrl The publisher's URL. +/// @param linked The time this application was linked. /// /// @return An initialized instance. /// @@ -70,9 +70,9 @@ NS_ASSUME_NONNULL_BEGIN /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param appId The application unique id -/// @param appName The application name -/// @param isAppFolder Whether the linked application uses a dedicated folder +/// @param appId The application unique id. +/// @param appName The application name. +/// @param isAppFolder Whether the linked application uses a dedicated folder. /// /// @return An initialized instance. /// @@ -97,7 +97,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the `DBTEAMApiApp` /// API object. /// -+ (NSDictionary *)serialize:(DBTEAMApiApp *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMApiApp *)instance; /// /// Deserializes `DBTEAMApiApp` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMBaseDfbReport.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMBaseDfbReport.h index 41687ba4..0a9cc4a2 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMBaseDfbReport.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMBaseDfbReport.h @@ -60,7 +60,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMBaseDfbReport` API object. /// -+ (NSDictionary *)serialize:(DBTEAMBaseDfbReport *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMBaseDfbReport *)instance; /// /// Deserializes `DBTEAMBaseDfbReport` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMBaseTeamFolderError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMBaseTeamFolderError.h index 1648ec7c..09621a40 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMBaseTeamFolderError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMBaseTeamFolderError.h @@ -166,7 +166,7 @@ typedef NS_ENUM(NSInteger, DBTEAMBaseTeamFolderErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMBaseTeamFolderError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMBaseTeamFolderError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMBaseTeamFolderError *)instance; /// /// Deserializes `DBTEAMBaseTeamFolderError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMCustomQuotaError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMCustomQuotaError.h new file mode 100644 index 00000000..4360a53b --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMCustomQuotaError.h @@ -0,0 +1,119 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBTEAMCustomQuotaError; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `CustomQuotaError` union. +/// +/// Error returned by setting member custom quota. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBTEAMCustomQuotaError : NSObject + +#pragma mark - Instance fields + +/// The `DBTEAMCustomQuotaErrorTag` enum type represents the possible tag states +/// with which the `DBTEAMCustomQuotaError` union can exist. +typedef NS_ENUM(NSInteger, DBTEAMCustomQuotaErrorTag) { + /// A maximum of 1000 users can be set for a single call. + DBTEAMCustomQuotaErrorTooManyUsers, + + /// (no description). + DBTEAMCustomQuotaErrorOther, + +}; + +/// Represents the union's current tag state. +@property (nonatomic, readonly) DBTEAMCustomQuotaErrorTag tag; + +#pragma mark - Constructors + +/// +/// Initializes union class with tag state of "too_many_users". +/// +/// Description of the "too_many_users" tag state: A maximum of 1000 users can +/// be set for a single call. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithTooManyUsers; + +/// +/// Initializes union class with tag state of "other". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOther; + +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - Tag state methods + +/// +/// Retrieves whether the union's current tag state has value "too_many_users". +/// +/// @return Whether the union's current tag state has value "too_many_users". +/// +- (BOOL)isTooManyUsers; + +/// +/// Retrieves whether the union's current tag state has value "other". +/// +/// @return Whether the union's current tag state has value "other". +/// +- (BOOL)isOther; + +/// +/// Retrieves string value of union's current tag state. +/// +/// @return A human-readable string representing the union's current tag state. +/// +- (NSString *)tagName; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `DBTEAMCustomQuotaError` union. +/// +@interface DBTEAMCustomQuotaErrorSerializer : NSObject + +/// +/// Serializes `DBTEAMCustomQuotaError` instances. +/// +/// @param instance An instance of the `DBTEAMCustomQuotaError` API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBTEAMCustomQuotaError` API object. +/// ++ (nullable NSDictionary *)serialize:(DBTEAMCustomQuotaError *)instance; + +/// +/// Deserializes `DBTEAMCustomQuotaError` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBTEAMCustomQuotaError` API object. +/// +/// @return An instantiation of the `DBTEAMCustomQuotaError` object. +/// ++ (DBTEAMCustomQuotaError *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMCustomQuotaResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMCustomQuotaResult.h new file mode 100644 index 00000000..f11e33d1 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMCustomQuotaResult.h @@ -0,0 +1,157 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBTEAMCustomQuotaResult; +@class DBTEAMUserCustomQuotaResult; +@class DBTEAMUserSelectorArg; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `CustomQuotaResult` union. +/// +/// User custom quota. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBTEAMCustomQuotaResult : NSObject + +#pragma mark - Instance fields + +/// The `DBTEAMCustomQuotaResultTag` enum type represents the possible tag +/// states with which the `DBTEAMCustomQuotaResult` union can exist. +typedef NS_ENUM(NSInteger, DBTEAMCustomQuotaResultTag) { + /// User's custom quota. + DBTEAMCustomQuotaResultSuccess, + + /// Invalid user (not in team). + DBTEAMCustomQuotaResultInvalidUser, + + /// (no description). + DBTEAMCustomQuotaResultOther, + +}; + +/// Represents the union's current tag state. +@property (nonatomic, readonly) DBTEAMCustomQuotaResultTag tag; + +/// User's custom quota. @note Ensure the `isSuccess` method returns true before +/// accessing, otherwise a runtime exception will be raised. +@property (nonatomic, readonly) DBTEAMUserCustomQuotaResult *success; + +/// Invalid user (not in team). @note Ensure the `isInvalidUser` method returns +/// true before accessing, otherwise a runtime exception will be raised. +@property (nonatomic, readonly) DBTEAMUserSelectorArg *invalidUser; + +#pragma mark - Constructors + +/// +/// Initializes union class with tag state of "success". +/// +/// Description of the "success" tag state: User's custom quota. +/// +/// @param success User's custom quota. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithSuccess:(DBTEAMUserCustomQuotaResult *)success; + +/// +/// Initializes union class with tag state of "invalid_user". +/// +/// Description of the "invalid_user" tag state: Invalid user (not in team). +/// +/// @param invalidUser Invalid user (not in team). +/// +/// @return An initialized instance. +/// +- (instancetype)initWithInvalidUser:(DBTEAMUserSelectorArg *)invalidUser; + +/// +/// Initializes union class with tag state of "other". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOther; + +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - Tag state methods + +/// +/// Retrieves whether the union's current tag state has value "success". +/// +/// @note Call this method and ensure it returns true before accessing the +/// `success` property, otherwise a runtime exception will be thrown. +/// +/// @return Whether the union's current tag state has value "success". +/// +- (BOOL)isSuccess; + +/// +/// Retrieves whether the union's current tag state has value "invalid_user". +/// +/// @note Call this method and ensure it returns true before accessing the +/// `invalidUser` property, otherwise a runtime exception will be thrown. +/// +/// @return Whether the union's current tag state has value "invalid_user". +/// +- (BOOL)isInvalidUser; + +/// +/// Retrieves whether the union's current tag state has value "other". +/// +/// @return Whether the union's current tag state has value "other". +/// +- (BOOL)isOther; + +/// +/// Retrieves string value of union's current tag state. +/// +/// @return A human-readable string representing the union's current tag state. +/// +- (NSString *)tagName; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `DBTEAMCustomQuotaResult` union. +/// +@interface DBTEAMCustomQuotaResultSerializer : NSObject + +/// +/// Serializes `DBTEAMCustomQuotaResult` instances. +/// +/// @param instance An instance of the `DBTEAMCustomQuotaResult` API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBTEAMCustomQuotaResult` API object. +/// ++ (nullable NSDictionary *)serialize:(DBTEAMCustomQuotaResult *)instance; + +/// +/// Deserializes `DBTEAMCustomQuotaResult` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBTEAMCustomQuotaResult` API object. +/// +/// @return An instantiation of the `DBTEAMCustomQuotaResult` object. +/// ++ (DBTEAMCustomQuotaResult *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMCustomQuotaUsersArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMCustomQuotaUsersArg.h new file mode 100644 index 00000000..79b65c72 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMCustomQuotaUsersArg.h @@ -0,0 +1,76 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBTEAMCustomQuotaUsersArg; +@class DBTEAMUserSelectorArg; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `CustomQuotaUsersArg` struct. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBTEAMCustomQuotaUsersArg : NSObject + +#pragma mark - Instance fields + +/// List of users. +@property (nonatomic, readonly) NSArray *users; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param users List of users. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithUsers:(NSArray *)users; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `CustomQuotaUsersArg` struct. +/// +@interface DBTEAMCustomQuotaUsersArgSerializer : NSObject + +/// +/// Serializes `DBTEAMCustomQuotaUsersArg` instances. +/// +/// @param instance An instance of the `DBTEAMCustomQuotaUsersArg` API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBTEAMCustomQuotaUsersArg` API object. +/// ++ (nullable NSDictionary *)serialize:(DBTEAMCustomQuotaUsersArg *)instance; + +/// +/// Deserializes `DBTEAMCustomQuotaUsersArg` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBTEAMCustomQuotaUsersArg` API object. +/// +/// @return An instantiation of the `DBTEAMCustomQuotaUsersArg` object. +/// ++ (DBTEAMCustomQuotaUsersArg *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDateRange.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDateRange.h index 40c6f9cf..c812a670 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDateRange.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDateRange.h @@ -27,10 +27,10 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Optional starting date (inclusive) +/// Optional starting date (inclusive). @property (nonatomic, readonly, nullable) NSDate *startDate; -/// Optional ending date (exclusive) +/// Optional ending date (exclusive). @property (nonatomic, readonly, nullable) NSDate *endDate; #pragma mark - Constructors @@ -38,8 +38,8 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param startDate Optional starting date (inclusive) -/// @param endDate Optional ending date (exclusive) +/// @param startDate Optional starting date (inclusive). +/// @param endDate Optional ending date (exclusive). /// /// @return An initialized instance. /// @@ -73,7 +73,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the `DBTEAMDateRange` /// API object. /// -+ (NSDictionary *)serialize:(DBTEAMDateRange *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMDateRange *)instance; /// /// Deserializes `DBTEAMDateRange` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDateRangeError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDateRangeError.h index 096855ff..a5261a62 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDateRangeError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDateRangeError.h @@ -82,7 +82,7 @@ typedef NS_ENUM(NSInteger, DBTEAMDateRangeErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMDateRangeError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMDateRangeError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMDateRangeError *)instance; /// /// Deserializes `DBTEAMDateRangeError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDesktopClientSession.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDesktopClientSession.h index 6ff8cc97..334911a9 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDesktopClientSession.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDesktopClientSession.h @@ -19,7 +19,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// The `DesktopClientSession` struct. /// -/// Information about linked Dropbox desktop client sessions +/// Information about linked Dropbox desktop client sessions. /// /// This class implements the `DBSerializable` protocol (serialize and /// deserialize instance methods), which is required for all Obj-C SDK API route @@ -29,19 +29,19 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Name of the hosting desktop +/// Name of the hosting desktop. @property (nonatomic, readonly, copy) NSString *hostName; -/// The Dropbox desktop client type +/// The Dropbox desktop client type. @property (nonatomic, readonly) DBTEAMDesktopPlatform *clientType; -/// The Dropbox client version +/// The Dropbox client version. @property (nonatomic, readonly, copy) NSString *clientVersion; -/// Information on the hosting platform +/// Information on the hosting platform. @property (nonatomic, readonly, copy) NSString *platform; -/// Whether it's possible to delete all of the account files upon unlinking +/// Whether it's possible to delete all of the account files upon unlinking. @property (nonatomic, readonly) NSNumber *isDeleteOnUnlinkSupported; #pragma mark - Constructors @@ -49,18 +49,18 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param sessionId The session id -/// @param hostName Name of the hosting desktop -/// @param clientType The Dropbox desktop client type -/// @param clientVersion The Dropbox client version -/// @param platform Information on the hosting platform +/// @param sessionId The session id. +/// @param hostName Name of the hosting desktop. +/// @param clientType The Dropbox desktop client type. +/// @param clientVersion The Dropbox client version. +/// @param platform Information on the hosting platform. /// @param isDeleteOnUnlinkSupported Whether it's possible to delete all of the -/// account files upon unlinking -/// @param ipAddress The IP address of the last activity from this session +/// account files upon unlinking. +/// @param ipAddress The IP address of the last activity from this session. /// @param country The country from which the last activity from this session -/// was made -/// @param created The time this session was created -/// @param updated The time of the last activity from this session +/// was made. +/// @param created The time this session was created. +/// @param updated The time of the last activity from this session. /// /// @return An initialized instance. /// @@ -79,13 +79,13 @@ NS_ASSUME_NONNULL_BEGIN /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param sessionId The session id -/// @param hostName Name of the hosting desktop -/// @param clientType The Dropbox desktop client type -/// @param clientVersion The Dropbox client version -/// @param platform Information on the hosting platform +/// @param sessionId The session id. +/// @param hostName Name of the hosting desktop. +/// @param clientType The Dropbox desktop client type. +/// @param clientVersion The Dropbox client version. +/// @param platform Information on the hosting platform. /// @param isDeleteOnUnlinkSupported Whether it's possible to delete all of the -/// account files upon unlinking +/// account files upon unlinking. /// /// @return An initialized instance. /// @@ -113,7 +113,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMDesktopClientSession` API object. /// -+ (NSDictionary *)serialize:(DBTEAMDesktopClientSession *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMDesktopClientSession *)instance; /// /// Deserializes `DBTEAMDesktopClientSession` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDesktopPlatform.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDesktopPlatform.h index 8c0337c7..e4fa5eb1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDesktopPlatform.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDesktopPlatform.h @@ -28,13 +28,13 @@ NS_ASSUME_NONNULL_BEGIN /// The `DBTEAMDesktopPlatformTag` enum type represents the possible tag states /// with which the `DBTEAMDesktopPlatform` union can exist. typedef NS_ENUM(NSInteger, DBTEAMDesktopPlatformTag) { - /// Official Windows Dropbox desktop client + /// Official Windows Dropbox desktop client. DBTEAMDesktopPlatformWindows, - /// Official Mac Dropbox desktop client + /// Official Mac Dropbox desktop client. DBTEAMDesktopPlatformMac, - /// Official Linux Dropbox desktop client + /// Official Linux Dropbox desktop client. DBTEAMDesktopPlatformLinux, /// (no description). @@ -51,7 +51,7 @@ typedef NS_ENUM(NSInteger, DBTEAMDesktopPlatformTag) { /// Initializes union class with tag state of "windows". /// /// Description of the "windows" tag state: Official Windows Dropbox desktop -/// client +/// client. /// /// @return An initialized instance. /// @@ -60,7 +60,7 @@ typedef NS_ENUM(NSInteger, DBTEAMDesktopPlatformTag) { /// /// Initializes union class with tag state of "mac". /// -/// Description of the "mac" tag state: Official Mac Dropbox desktop client +/// Description of the "mac" tag state: Official Mac Dropbox desktop client. /// /// @return An initialized instance. /// @@ -69,7 +69,7 @@ typedef NS_ENUM(NSInteger, DBTEAMDesktopPlatformTag) { /// /// Initializes union class with tag state of "linux". /// -/// Description of the "linux" tag state: Official Linux Dropbox desktop client +/// Description of the "linux" tag state: Official Linux Dropbox desktop client. /// /// @return An initialized instance. /// @@ -138,7 +138,7 @@ typedef NS_ENUM(NSInteger, DBTEAMDesktopPlatformTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMDesktopPlatform` API object. /// -+ (NSDictionary *)serialize:(DBTEAMDesktopPlatform *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMDesktopPlatform *)instance; /// /// Deserializes `DBTEAMDesktopPlatform` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDeviceSession.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDeviceSession.h index 26ba8dbd..491a5afc 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDeviceSession.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDeviceSession.h @@ -25,19 +25,19 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// The session id +/// The session id. @property (nonatomic, readonly, copy) NSString *sessionId; -/// The IP address of the last activity from this session +/// The IP address of the last activity from this session. @property (nonatomic, readonly, copy, nullable) NSString *ipAddress; -/// The country from which the last activity from this session was made +/// The country from which the last activity from this session was made. @property (nonatomic, readonly, copy, nullable) NSString *country; -/// The time this session was created +/// The time this session was created. @property (nonatomic, readonly, nullable) NSDate *created; -/// The time of the last activity from this session +/// The time of the last activity from this session. @property (nonatomic, readonly, nullable) NSDate *updated; #pragma mark - Constructors @@ -45,12 +45,12 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param sessionId The session id -/// @param ipAddress The IP address of the last activity from this session +/// @param sessionId The session id. +/// @param ipAddress The IP address of the last activity from this session. /// @param country The country from which the last activity from this session -/// was made -/// @param created The time this session was created -/// @param updated The time of the last activity from this session +/// was made. +/// @param created The time this session was created. +/// @param updated The time of the last activity from this session. /// /// @return An initialized instance. /// @@ -64,7 +64,7 @@ NS_ASSUME_NONNULL_BEGIN /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param sessionId The session id +/// @param sessionId The session id. /// /// @return An initialized instance. /// @@ -89,7 +89,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMDeviceSession` API object. /// -+ (NSDictionary *)serialize:(DBTEAMDeviceSession *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMDeviceSession *)instance; /// /// Deserializes `DBTEAMDeviceSession` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDeviceSessionArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDeviceSessionArg.h index 754dcbf3..31b3d569 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDeviceSessionArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDeviceSessionArg.h @@ -25,10 +25,10 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// The session id +/// The session id. @property (nonatomic, readonly, copy) NSString *sessionId; -/// The unique id of the member owning the device +/// The unique id of the member owning the device. @property (nonatomic, readonly, copy) NSString *teamMemberId; #pragma mark - Constructors @@ -36,8 +36,8 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param sessionId The session id -/// @param teamMemberId The unique id of the member owning the device +/// @param sessionId The session id. +/// @param teamMemberId The unique id of the member owning the device. /// /// @return An initialized instance. /// @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMDeviceSessionArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMDeviceSessionArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMDeviceSessionArg *)instance; /// /// Deserializes `DBTEAMDeviceSessionArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDevicesActive.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDevicesActive.h index 77d8df82..f75fed7a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDevicesActive.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDevicesActive.h @@ -96,7 +96,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMDevicesActive` API object. /// -+ (NSDictionary *)serialize:(DBTEAMDevicesActive *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMDevicesActive *)instance; /// /// Deserializes `DBTEAMDevicesActive` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeature.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeature.h index 9a118c93..21b2d3d2 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeature.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeature.h @@ -126,7 +126,7 @@ typedef NS_ENUM(NSInteger, DBTEAMFeatureTag) { /// @return A json-compatible dictionary representation of the `DBTEAMFeature` /// API object. /// -+ (NSDictionary *)serialize:(DBTEAMFeature *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMFeature *)instance; /// /// Deserializes `DBTEAMFeature` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeatureValue.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeatureValue.h index 226b586c..881cf21c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeatureValue.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeatureValue.h @@ -142,7 +142,7 @@ typedef NS_ENUM(NSInteger, DBTEAMFeatureValueTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMFeatureValue` API object. /// -+ (NSDictionary *)serialize:(DBTEAMFeatureValue *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMFeatureValue *)instance; /// /// Deserializes `DBTEAMFeatureValue` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeaturesGetValuesBatchArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeaturesGetValuesBatchArg.h index a8223df3..bff2fa8f 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeaturesGetValuesBatchArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeaturesGetValuesBatchArg.h @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMFeaturesGetValuesBatchArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMFeaturesGetValuesBatchArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMFeaturesGetValuesBatchArg *)instance; /// /// Deserializes `DBTEAMFeaturesGetValuesBatchArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeaturesGetValuesBatchError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeaturesGetValuesBatchError.h index f3bbc18d..e7d6bd2b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeaturesGetValuesBatchError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeaturesGetValuesBatchError.h @@ -105,7 +105,7 @@ typedef NS_ENUM(NSInteger, DBTEAMFeaturesGetValuesBatchErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMFeaturesGetValuesBatchError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMFeaturesGetValuesBatchError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMFeaturesGetValuesBatchError *)instance; /// /// Deserializes `DBTEAMFeaturesGetValuesBatchError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeaturesGetValuesBatchResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeaturesGetValuesBatchResult.h index 3adb42c4..f59118c5 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeaturesGetValuesBatchResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeaturesGetValuesBatchResult.h @@ -60,7 +60,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMFeaturesGetValuesBatchResult` API object. /// -+ (NSDictionary *)serialize:(DBTEAMFeaturesGetValuesBatchResult *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMFeaturesGetValuesBatchResult *)instance; /// /// Deserializes `DBTEAMFeaturesGetValuesBatchResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGetActivityReport.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGetActivityReport.h index 2d2f4a21..9eb81917 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGetActivityReport.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGetActivityReport.h @@ -144,7 +144,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMGetActivityReport` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGetActivityReport *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGetActivityReport *)instance; /// /// Deserializes `DBTEAMGetActivityReport` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGetDevicesReport.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGetDevicesReport.h index 46ab1cc8..9ef8945f 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGetDevicesReport.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGetDevicesReport.h @@ -76,7 +76,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMGetDevicesReport` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGetDevicesReport *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGetDevicesReport *)instance; /// /// Deserializes `DBTEAMGetDevicesReport` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGetMembershipReport.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGetMembershipReport.h index 14210588..2c6a17e7 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGetMembershipReport.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGetMembershipReport.h @@ -85,7 +85,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMGetMembershipReport` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGetMembershipReport *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGetMembershipReport *)instance; /// /// Deserializes `DBTEAMGetMembershipReport` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGetStorageReport.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGetStorageReport.h index 4e3f59ee..9f5b1aa3 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGetStorageReport.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGetStorageReport.h @@ -99,7 +99,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMGetStorageReport` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGetStorageReport *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGetStorageReport *)instance; /// /// Deserializes `DBTEAMGetStorageReport` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupAccessType.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupAccessType.h index c1fb614a..5d74728f 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupAccessType.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupAccessType.h @@ -105,7 +105,7 @@ typedef NS_ENUM(NSInteger, DBTEAMGroupAccessTypeTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupAccessType` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupAccessType *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupAccessType *)instance; /// /// Deserializes `DBTEAMGroupAccessType` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupCreateArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupCreateArg.h index 44d350d4..be51e377 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupCreateArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupCreateArg.h @@ -81,7 +81,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupCreateArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupCreateArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupCreateArg *)instance; /// /// Deserializes `DBTEAMGroupCreateArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupCreateError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupCreateError.h index 93fc3870..139da51e 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupCreateError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupCreateError.h @@ -168,7 +168,7 @@ typedef NS_ENUM(NSInteger, DBTEAMGroupCreateErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupCreateError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupCreateError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupCreateError *)instance; /// /// Deserializes `DBTEAMGroupCreateError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupDeleteError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupDeleteError.h index 1d89c377..4db69f6b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupDeleteError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupDeleteError.h @@ -144,7 +144,7 @@ typedef NS_ENUM(NSInteger, DBTEAMGroupDeleteErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupDeleteError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupDeleteError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupDeleteError *)instance; /// /// Deserializes `DBTEAMGroupDeleteError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupFullInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupFullInfo.h index 6438423a..d4f832d8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupFullInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupFullInfo.h @@ -96,7 +96,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupFullInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupFullInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupFullInfo *)instance; /// /// Deserializes `DBTEAMGroupFullInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMemberInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMemberInfo.h index a648ea1a..e11c76fb 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMemberInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMemberInfo.h @@ -66,7 +66,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupMemberInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupMemberInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupMemberInfo *)instance; /// /// Deserializes `DBTEAMGroupMemberInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMemberSelector.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMemberSelector.h index 662c0eb0..9150de9d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMemberSelector.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMemberSelector.h @@ -66,7 +66,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupMemberSelector` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupMemberSelector *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupMemberSelector *)instance; /// /// Deserializes `DBTEAMGroupMemberSelector` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMemberSelectorError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMemberSelectorError.h index 67e4708d..5d5dbde5 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMemberSelectorError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMemberSelectorError.h @@ -148,7 +148,7 @@ typedef NS_ENUM(NSInteger, DBTEAMGroupMemberSelectorErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupMemberSelectorError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupMemberSelectorError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupMemberSelectorError *)instance; /// /// Deserializes `DBTEAMGroupMemberSelectorError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMemberSetAccessTypeError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMemberSetAccessTypeError.h index 3cc9ca46..0ccd6412 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMemberSetAccessTypeError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMemberSetAccessTypeError.h @@ -169,7 +169,7 @@ typedef NS_ENUM(NSInteger, DBTEAMGroupMemberSetAccessTypeErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupMemberSetAccessTypeError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupMemberSetAccessTypeError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupMemberSetAccessTypeError *)instance; /// /// Deserializes `DBTEAMGroupMemberSetAccessTypeError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersAddArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersAddArg.h index e8ec8275..601862a1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersAddArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersAddArg.h @@ -79,7 +79,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupMembersAddArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupMembersAddArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupMembersAddArg *)instance; /// /// Deserializes `DBTEAMGroupMembersAddArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersAddError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersAddError.h index 7c1790df..f7b3befb 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersAddError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersAddError.h @@ -298,7 +298,7 @@ typedef NS_ENUM(NSInteger, DBTEAMGroupMembersAddErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupMembersAddError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupMembersAddError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupMembersAddError *)instance; /// /// Deserializes `DBTEAMGroupMembersAddError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersChangeResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersChangeResult.h index feca3de4..ca821e49 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersChangeResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersChangeResult.h @@ -69,7 +69,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupMembersChangeResult` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupMembersChangeResult *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupMembersChangeResult *)instance; /// /// Deserializes `DBTEAMGroupMembersChangeResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersRemoveArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersRemoveArg.h index 0df18ba3..e2b6c9f7 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersRemoveArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersRemoveArg.h @@ -79,7 +79,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupMembersRemoveArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupMembersRemoveArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupMembersRemoveArg *)instance; /// /// Deserializes `DBTEAMGroupMembersRemoveArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersRemoveError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersRemoveError.h index af7b3dd3..84de925a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersRemoveError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersRemoveError.h @@ -229,7 +229,7 @@ typedef NS_ENUM(NSInteger, DBTEAMGroupMembersRemoveErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupMembersRemoveError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupMembersRemoveError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupMembersRemoveError *)instance; /// /// Deserializes `DBTEAMGroupMembersRemoveError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersSelector.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersSelector.h index 0c415cf4..0e917109 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersSelector.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersSelector.h @@ -66,7 +66,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupMembersSelector` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupMembersSelector *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupMembersSelector *)instance; /// /// Deserializes `DBTEAMGroupMembersSelector` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersSelectorError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersSelectorError.h index 35de7d12..94379c0f 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersSelectorError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersSelectorError.h @@ -148,7 +148,7 @@ typedef NS_ENUM(NSInteger, DBTEAMGroupMembersSelectorErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupMembersSelectorError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupMembersSelectorError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupMembersSelectorError *)instance; /// /// Deserializes `DBTEAMGroupMembersSelectorError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersSetAccessTypeArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersSetAccessTypeArg.h index 5498a140..aaea77a1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersSetAccessTypeArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersSetAccessTypeArg.h @@ -88,7 +88,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupMembersSetAccessTypeArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupMembersSetAccessTypeArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupMembersSetAccessTypeArg *)instance; /// /// Deserializes `DBTEAMGroupMembersSetAccessTypeArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupSelector.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupSelector.h index 8dc031d3..11b361b1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupSelector.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupSelector.h @@ -123,7 +123,7 @@ typedef NS_ENUM(NSInteger, DBTEAMGroupSelectorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupSelector` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupSelector *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupSelector *)instance; /// /// Deserializes `DBTEAMGroupSelector` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupSelectorError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupSelectorError.h index 32491d5a..efc12c8c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupSelectorError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupSelectorError.h @@ -102,7 +102,7 @@ typedef NS_ENUM(NSInteger, DBTEAMGroupSelectorErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupSelectorError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupSelectorError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupSelectorError *)instance; /// /// Deserializes `DBTEAMGroupSelectorError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupSelectorWithTeamGroupError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupSelectorWithTeamGroupError.h index 0942f5fe..a83fc814 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupSelectorWithTeamGroupError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupSelectorWithTeamGroupError.h @@ -128,7 +128,7 @@ typedef NS_ENUM(NSInteger, DBTEAMGroupSelectorWithTeamGroupErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupSelectorWithTeamGroupError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupSelectorWithTeamGroupError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupSelectorWithTeamGroupError *)instance; /// /// Deserializes `DBTEAMGroupSelectorWithTeamGroupError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupUpdateArgs.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupUpdateArgs.h index ccbfd449..66052830 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupUpdateArgs.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupUpdateArgs.h @@ -92,7 +92,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupUpdateArgs` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupUpdateArgs *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupUpdateArgs *)instance; /// /// Deserializes `DBTEAMGroupUpdateArgs` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupUpdateError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupUpdateError.h index 06fa1a7f..1c02126b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupUpdateError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupUpdateError.h @@ -188,7 +188,7 @@ typedef NS_ENUM(NSInteger, DBTEAMGroupUpdateErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupUpdateError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupUpdateError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupUpdateError *)instance; /// /// Deserializes `DBTEAMGroupUpdateError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsGetInfoError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsGetInfoError.h index c829c002..e54823c0 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsGetInfoError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsGetInfoError.h @@ -101,7 +101,7 @@ typedef NS_ENUM(NSInteger, DBTEAMGroupsGetInfoErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupsGetInfoError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupsGetInfoError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupsGetInfoError *)instance; /// /// Deserializes `DBTEAMGroupsGetInfoError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsGetInfoItem.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsGetInfoItem.h index b934642d..ebd328eb 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsGetInfoItem.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsGetInfoItem.h @@ -130,7 +130,7 @@ typedef NS_ENUM(NSInteger, DBTEAMGroupsGetInfoItemTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupsGetInfoItem` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupsGetInfoItem *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupsGetInfoItem *)instance; /// /// Deserializes `DBTEAMGroupsGetInfoItem` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsListArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsListArg.h index 2a3d21d5..ee8e4f81 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsListArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsListArg.h @@ -67,7 +67,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupsListArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupsListArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupsListArg *)instance; /// /// Deserializes `DBTEAMGroupsListArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsListContinueArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsListContinueArg.h index 6d0dfbe7..c91cb1bd 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsListContinueArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsListContinueArg.h @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupsListContinueArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupsListContinueArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupsListContinueArg *)instance; /// /// Deserializes `DBTEAMGroupsListContinueArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsListContinueError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsListContinueError.h index 50e98ec5..bd2f282d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsListContinueError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsListContinueError.h @@ -100,7 +100,7 @@ typedef NS_ENUM(NSInteger, DBTEAMGroupsListContinueErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupsListContinueError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupsListContinueError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupsListContinueError *)instance; /// /// Deserializes `DBTEAMGroupsListContinueError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsListResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsListResult.h index 5d695ee6..6f6bc034 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsListResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsListResult.h @@ -72,7 +72,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupsListResult` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupsListResult *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupsListResult *)instance; /// /// Deserializes `DBTEAMGroupsListResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsMembersListArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsMembersListArg.h index 80be53e3..65aee1bd 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsMembersListArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsMembersListArg.h @@ -73,7 +73,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupsMembersListArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupsMembersListArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupsMembersListArg *)instance; /// /// Deserializes `DBTEAMGroupsMembersListArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsMembersListContinueArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsMembersListContinueArg.h index 48b7a183..0c4813e2 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsMembersListContinueArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsMembersListContinueArg.h @@ -59,7 +59,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupsMembersListContinueArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupsMembersListContinueArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupsMembersListContinueArg *)instance; /// /// Deserializes `DBTEAMGroupsMembersListContinueArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsMembersListContinueError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsMembersListContinueError.h index 318ae3d1..86ed98d4 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsMembersListContinueError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsMembersListContinueError.h @@ -102,7 +102,7 @@ typedef NS_ENUM(NSInteger, DBTEAMGroupsMembersListContinueErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupsMembersListContinueError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupsMembersListContinueError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupsMembersListContinueError *)instance; /// /// Deserializes `DBTEAMGroupsMembersListContinueError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsMembersListResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsMembersListResult.h index e036c513..71e25235 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsMembersListResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsMembersListResult.h @@ -75,7 +75,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupsMembersListResult` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupsMembersListResult *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupsMembersListResult *)instance; /// /// Deserializes `DBTEAMGroupsMembersListResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsPollError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsPollError.h index 1595b5a0..0fcb2a56 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsPollError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsPollError.h @@ -144,7 +144,7 @@ typedef NS_ENUM(NSInteger, DBTEAMGroupsPollErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupsPollError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupsPollError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupsPollError *)instance; /// /// Deserializes `DBTEAMGroupsPollError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsSelector.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsSelector.h index 0845a04e..d85fd270 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsSelector.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsSelector.h @@ -125,7 +125,7 @@ typedef NS_ENUM(NSInteger, DBTEAMGroupsSelectorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMGroupsSelector` API object. /// -+ (NSDictionary *)serialize:(DBTEAMGroupsSelector *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMGroupsSelector *)instance; /// /// Deserializes `DBTEAMGroupsSelector` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMHasTeamSharedDropboxValue.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMHasTeamSharedDropboxValue.h index ed63e6bb..2dc76ef7 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMHasTeamSharedDropboxValue.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMHasTeamSharedDropboxValue.h @@ -116,7 +116,7 @@ typedef NS_ENUM(NSInteger, DBTEAMHasTeamSharedDropboxValueTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMHasTeamSharedDropboxValue` API object. /// -+ (NSDictionary *)serialize:(DBTEAMHasTeamSharedDropboxValue *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMHasTeamSharedDropboxValue *)instance; /// /// Deserializes `DBTEAMHasTeamSharedDropboxValue` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMIncludeMembersArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMIncludeMembersArg.h index 70927e6c..462dfa8d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMIncludeMembersArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMIncludeMembersArg.h @@ -71,7 +71,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMIncludeMembersArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMIncludeMembersArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMIncludeMembersArg *)instance; /// /// Deserializes `DBTEAMIncludeMembersArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberAppsArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberAppsArg.h index c66a1286..0010142c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberAppsArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberAppsArg.h @@ -25,7 +25,7 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// The team member id +/// The team member id. @property (nonatomic, readonly, copy) NSString *teamMemberId; #pragma mark - Constructors @@ -33,7 +33,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param teamMemberId The team member id +/// @param teamMemberId The team member id. /// /// @return An initialized instance. /// @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMListMemberAppsArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMListMemberAppsArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMListMemberAppsArg *)instance; /// /// Deserializes `DBTEAMListMemberAppsArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberAppsError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberAppsError.h index 3979a1b6..4741e602 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberAppsError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberAppsError.h @@ -102,7 +102,7 @@ typedef NS_ENUM(NSInteger, DBTEAMListMemberAppsErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMListMemberAppsError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMListMemberAppsError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMListMemberAppsError *)instance; /// /// Deserializes `DBTEAMListMemberAppsError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberAppsResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberAppsResult.h index 1d3c9508..8706a38b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberAppsResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberAppsResult.h @@ -26,7 +26,7 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// List of third party applications linked by this team member +/// List of third party applications linked by this team member. @property (nonatomic, readonly) NSArray *linkedApiApps; #pragma mark - Constructors @@ -35,7 +35,7 @@ NS_ASSUME_NONNULL_BEGIN /// Full constructor for the struct (exposes all instance variables). /// /// @param linkedApiApps List of third party applications linked by this team -/// member +/// member. /// /// @return An initialized instance. /// @@ -60,7 +60,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMListMemberAppsResult` API object. /// -+ (NSDictionary *)serialize:(DBTEAMListMemberAppsResult *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMListMemberAppsResult *)instance; /// /// Deserializes `DBTEAMListMemberAppsResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberDevicesArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberDevicesArg.h index 376e2733..c955b61f 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberDevicesArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberDevicesArg.h @@ -25,16 +25,16 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// The team's member id +/// The team's member id. @property (nonatomic, readonly, copy) NSString *teamMemberId; -/// Whether to list web sessions of the team's member +/// Whether to list web sessions of the team's member. @property (nonatomic, readonly) NSNumber *includeWebSessions; -/// Whether to list linked desktop devices of the team's member +/// Whether to list linked desktop devices of the team's member. @property (nonatomic, readonly) NSNumber *includeDesktopClients; -/// Whether to list linked mobile devices of the team's member +/// Whether to list linked mobile devices of the team's member. @property (nonatomic, readonly) NSNumber *includeMobileClients; #pragma mark - Constructors @@ -42,12 +42,12 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param teamMemberId The team's member id -/// @param includeWebSessions Whether to list web sessions of the team's member +/// @param teamMemberId The team's member id. +/// @param includeWebSessions Whether to list web sessions of the team's member. /// @param includeDesktopClients Whether to list linked desktop devices of the -/// team's member +/// team's member. /// @param includeMobileClients Whether to list linked mobile devices of the -/// team's member +/// team's member. /// /// @return An initialized instance. /// @@ -60,7 +60,7 @@ NS_ASSUME_NONNULL_BEGIN /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param teamMemberId The team's member id +/// @param teamMemberId The team's member id. /// /// @return An initialized instance. /// @@ -85,7 +85,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMListMemberDevicesArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMListMemberDevicesArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMListMemberDevicesArg *)instance; /// /// Deserializes `DBTEAMListMemberDevicesArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberDevicesError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberDevicesError.h index bc049050..d95ebbcf 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberDevicesError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberDevicesError.h @@ -101,7 +101,7 @@ typedef NS_ENUM(NSInteger, DBTEAMListMemberDevicesErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMListMemberDevicesError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMListMemberDevicesError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMListMemberDevicesError *)instance; /// /// Deserializes `DBTEAMListMemberDevicesError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberDevicesResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberDevicesResult.h index 9474ff23..3a3b1512 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberDevicesResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberDevicesResult.h @@ -28,13 +28,13 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// List of web sessions made by this team member +/// List of web sessions made by this team member. @property (nonatomic, readonly, nullable) NSArray *activeWebSessions; -/// List of desktop clients used by this team member +/// List of desktop clients used by this team member. @property (nonatomic, readonly, nullable) NSArray *desktopClientSessions; -/// List of mobile client used by this team member +/// List of mobile client used by this team member. @property (nonatomic, readonly, nullable) NSArray *mobileClientSessions; #pragma mark - Constructors @@ -42,10 +42,10 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param activeWebSessions List of web sessions made by this team member +/// @param activeWebSessions List of web sessions made by this team member. /// @param desktopClientSessions List of desktop clients used by this team -/// member -/// @param mobileClientSessions List of mobile client used by this team member +/// member. +/// @param mobileClientSessions List of mobile client used by this team member. /// /// @return An initialized instance. /// @@ -82,7 +82,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMListMemberDevicesResult` API object. /// -+ (NSDictionary *)serialize:(DBTEAMListMemberDevicesResult *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMListMemberDevicesResult *)instance; /// /// Deserializes `DBTEAMListMemberDevicesResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersAppsArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersAppsArg.h index 38c5a1bf..edbaf059 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersAppsArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersAppsArg.h @@ -30,7 +30,7 @@ NS_ASSUME_NONNULL_BEGIN /// At the first call to the `linkedAppsListMembersLinkedApps` the cursor /// shouldn't be passed. Then, if the result of the call includes a cursor, the /// following requests should include the received cursors in order to receive -/// the next sub list of the team applications +/// the next sub list of the team applications. @property (nonatomic, readonly, copy, nullable) NSString *cursor; #pragma mark - Constructors @@ -41,7 +41,7 @@ NS_ASSUME_NONNULL_BEGIN /// @param cursor At the first call to the `linkedAppsListMembersLinkedApps` the /// cursor shouldn't be passed. Then, if the result of the call includes a /// cursor, the following requests should include the received cursors in order -/// to receive the next sub list of the team applications +/// to receive the next sub list of the team applications. /// /// @return An initialized instance. /// @@ -75,7 +75,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMListMembersAppsArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMListMembersAppsArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMListMembersAppsArg *)instance; /// /// Deserializes `DBTEAMListMembersAppsArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersAppsError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersAppsError.h index 7eaeee46..dbe4c1d2 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersAppsError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersAppsError.h @@ -17,7 +17,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// The `ListMembersAppsError` union. /// -/// Error returned by `linkedAppsListMembersLinkedApps` +/// Error returned by `linkedAppsListMembersLinkedApps`. /// /// This class implements the `DBSerializable` protocol (serialize and /// deserialize instance methods), which is required for all Obj-C SDK API route @@ -105,7 +105,7 @@ typedef NS_ENUM(NSInteger, DBTEAMListMembersAppsErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMListMembersAppsError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMListMembersAppsError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMListMembersAppsError *)instance; /// /// Deserializes `DBTEAMListMembersAppsError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersAppsResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersAppsResult.h index cf7160e7..416440d8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersAppsResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersAppsResult.h @@ -28,7 +28,7 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// The linked applications of each member of the team +/// The linked applications of each member of the team. @property (nonatomic, readonly) NSArray *apps; /// If true, then there are more apps available. Pass the cursor to @@ -44,7 +44,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param apps The linked applications of each member of the team +/// @param apps The linked applications of each member of the team. /// @param hasMore If true, then there are more apps available. Pass the cursor /// to `linkedAppsListMembersLinkedApps` to retrieve the rest. /// @param cursor Pass the cursor into `linkedAppsListMembersLinkedApps` to @@ -60,7 +60,7 @@ NS_ASSUME_NONNULL_BEGIN /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param apps The linked applications of each member of the team +/// @param apps The linked applications of each member of the team. /// @param hasMore If true, then there are more apps available. Pass the cursor /// to `linkedAppsListMembersLinkedApps` to retrieve the rest. /// @@ -87,7 +87,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMListMembersAppsResult` API object. /// -+ (NSDictionary *)serialize:(DBTEAMListMembersAppsResult *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMListMembersAppsResult *)instance; /// /// Deserializes `DBTEAMListMembersAppsResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersDevicesArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersDevicesArg.h index 137afbd0..9310e087 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersDevicesArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersDevicesArg.h @@ -28,16 +28,16 @@ NS_ASSUME_NONNULL_BEGIN /// At the first call to the `devicesListMembersDevices` the cursor shouldn't be /// passed. Then, if the result of the call includes a cursor, the following /// requests should include the received cursors in order to receive the next -/// sub list of team devices +/// sub list of team devices. @property (nonatomic, readonly, copy, nullable) NSString *cursor; -/// Whether to list web sessions of the team members +/// Whether to list web sessions of the team members. @property (nonatomic, readonly) NSNumber *includeWebSessions; -/// Whether to list desktop clients of the team members +/// Whether to list desktop clients of the team members. @property (nonatomic, readonly) NSNumber *includeDesktopClients; -/// Whether to list mobile clients of the team members +/// Whether to list mobile clients of the team members. @property (nonatomic, readonly) NSNumber *includeMobileClients; #pragma mark - Constructors @@ -48,12 +48,12 @@ NS_ASSUME_NONNULL_BEGIN /// @param cursor At the first call to the `devicesListMembersDevices` the /// cursor shouldn't be passed. Then, if the result of the call includes a /// cursor, the following requests should include the received cursors in order -/// to receive the next sub list of team devices -/// @param includeWebSessions Whether to list web sessions of the team members +/// to receive the next sub list of team devices. +/// @param includeWebSessions Whether to list web sessions of the team members. /// @param includeDesktopClients Whether to list desktop clients of the team -/// members +/// members. /// @param includeMobileClients Whether to list mobile clients of the team -/// members +/// members. /// /// @return An initialized instance. /// @@ -90,7 +90,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMListMembersDevicesArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMListMembersDevicesArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMListMembersDevicesArg *)instance; /// /// Deserializes `DBTEAMListMembersDevicesArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersDevicesError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersDevicesError.h index ac4b512c..9cc899d4 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersDevicesError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersDevicesError.h @@ -104,7 +104,7 @@ typedef NS_ENUM(NSInteger, DBTEAMListMembersDevicesErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMListMembersDevicesError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMListMembersDevicesError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMListMembersDevicesError *)instance; /// /// Deserializes `DBTEAMListMembersDevicesError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersDevicesResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersDevicesResult.h index cade4cba..6ef09735 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersDevicesResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersDevicesResult.h @@ -26,7 +26,7 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// The devices of each member of the team +/// The devices of each member of the team. @property (nonatomic, readonly) NSArray *devices; /// If true, then there are more devices available. Pass the cursor to @@ -42,7 +42,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param devices The devices of each member of the team +/// @param devices The devices of each member of the team. /// @param hasMore If true, then there are more devices available. Pass the /// cursor to `devicesListMembersDevices` to retrieve the rest. /// @param cursor Pass the cursor into `devicesListMembersDevices` to receive @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param devices The devices of each member of the team +/// @param devices The devices of each member of the team. /// @param hasMore If true, then there are more devices available. Pass the /// cursor to `devicesListMembersDevices` to retrieve the rest. /// @@ -86,7 +86,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMListMembersDevicesResult` API object. /// -+ (NSDictionary *)serialize:(DBTEAMListMembersDevicesResult *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMListMembersDevicesResult *)instance; /// /// Deserializes `DBTEAMListMembersDevicesResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamAppsArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamAppsArg.h index 664b2e76..1bd98603 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamAppsArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamAppsArg.h @@ -30,7 +30,7 @@ NS_ASSUME_NONNULL_BEGIN /// At the first call to the `linkedAppsListTeamLinkedApps` the cursor shouldn't /// be passed. Then, if the result of the call includes a cursor, the following /// requests should include the received cursors in order to receive the next -/// sub list of the team applications +/// sub list of the team applications. @property (nonatomic, readonly, copy, nullable) NSString *cursor; #pragma mark - Constructors @@ -41,7 +41,7 @@ NS_ASSUME_NONNULL_BEGIN /// @param cursor At the first call to the `linkedAppsListTeamLinkedApps` the /// cursor shouldn't be passed. Then, if the result of the call includes a /// cursor, the following requests should include the received cursors in order -/// to receive the next sub list of the team applications +/// to receive the next sub list of the team applications. /// /// @return An initialized instance. /// @@ -75,7 +75,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMListTeamAppsArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMListTeamAppsArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMListTeamAppsArg *)instance; /// /// Deserializes `DBTEAMListTeamAppsArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamAppsError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamAppsError.h index 98fd2bee..4e91fc35 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamAppsError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamAppsError.h @@ -17,7 +17,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// The `ListTeamAppsError` union. /// -/// Error returned by `linkedAppsListTeamLinkedApps` +/// Error returned by `linkedAppsListTeamLinkedApps`. /// /// This class implements the `DBSerializable` protocol (serialize and /// deserialize instance methods), which is required for all Obj-C SDK API route @@ -105,7 +105,7 @@ typedef NS_ENUM(NSInteger, DBTEAMListTeamAppsErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMListTeamAppsError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMListTeamAppsError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMListTeamAppsError *)instance; /// /// Deserializes `DBTEAMListTeamAppsError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamAppsResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamAppsResult.h index 3dbea779..5ab3e5c6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamAppsResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamAppsResult.h @@ -28,7 +28,7 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// The linked applications of each member of the team +/// The linked applications of each member of the team. @property (nonatomic, readonly) NSArray *apps; /// If true, then there are more apps available. Pass the cursor to @@ -44,7 +44,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param apps The linked applications of each member of the team +/// @param apps The linked applications of each member of the team. /// @param hasMore If true, then there are more apps available. Pass the cursor /// to `linkedAppsListTeamLinkedApps` to retrieve the rest. /// @param cursor Pass the cursor into `linkedAppsListTeamLinkedApps` to receive @@ -60,7 +60,7 @@ NS_ASSUME_NONNULL_BEGIN /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param apps The linked applications of each member of the team +/// @param apps The linked applications of each member of the team. /// @param hasMore If true, then there are more apps available. Pass the cursor /// to `linkedAppsListTeamLinkedApps` to retrieve the rest. /// @@ -87,7 +87,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMListTeamAppsResult` API object. /// -+ (NSDictionary *)serialize:(DBTEAMListTeamAppsResult *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMListTeamAppsResult *)instance; /// /// Deserializes `DBTEAMListTeamAppsResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamDevicesArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamDevicesArg.h index d2f48eb4..78e5b489 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamDevicesArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamDevicesArg.h @@ -28,16 +28,16 @@ NS_ASSUME_NONNULL_BEGIN /// At the first call to the `devicesListTeamDevices` the cursor shouldn't be /// passed. Then, if the result of the call includes a cursor, the following /// requests should include the received cursors in order to receive the next -/// sub list of team devices +/// sub list of team devices. @property (nonatomic, readonly, copy, nullable) NSString *cursor; -/// Whether to list web sessions of the team members +/// Whether to list web sessions of the team members. @property (nonatomic, readonly) NSNumber *includeWebSessions; -/// Whether to list desktop clients of the team members +/// Whether to list desktop clients of the team members. @property (nonatomic, readonly) NSNumber *includeDesktopClients; -/// Whether to list mobile clients of the team members +/// Whether to list mobile clients of the team members. @property (nonatomic, readonly) NSNumber *includeMobileClients; #pragma mark - Constructors @@ -48,12 +48,12 @@ NS_ASSUME_NONNULL_BEGIN /// @param cursor At the first call to the `devicesListTeamDevices` the cursor /// shouldn't be passed. Then, if the result of the call includes a cursor, the /// following requests should include the received cursors in order to receive -/// the next sub list of team devices -/// @param includeWebSessions Whether to list web sessions of the team members +/// the next sub list of team devices. +/// @param includeWebSessions Whether to list web sessions of the team members. /// @param includeDesktopClients Whether to list desktop clients of the team -/// members +/// members. /// @param includeMobileClients Whether to list mobile clients of the team -/// members +/// members. /// /// @return An initialized instance. /// @@ -90,7 +90,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMListTeamDevicesArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMListTeamDevicesArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMListTeamDevicesArg *)instance; /// /// Deserializes `DBTEAMListTeamDevicesArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamDevicesError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamDevicesError.h index 4ccfd924..724e5527 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamDevicesError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamDevicesError.h @@ -103,7 +103,7 @@ typedef NS_ENUM(NSInteger, DBTEAMListTeamDevicesErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMListTeamDevicesError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMListTeamDevicesError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMListTeamDevicesError *)instance; /// /// Deserializes `DBTEAMListTeamDevicesError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamDevicesResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamDevicesResult.h index 4ca52ef6..0749d32a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamDevicesResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamDevicesResult.h @@ -26,7 +26,7 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// The devices of each member of the team +/// The devices of each member of the team. @property (nonatomic, readonly) NSArray *devices; /// If true, then there are more devices available. Pass the cursor to @@ -42,7 +42,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param devices The devices of each member of the team +/// @param devices The devices of each member of the team. /// @param hasMore If true, then there are more devices available. Pass the /// cursor to `devicesListTeamDevices` to retrieve the rest. /// @param cursor Pass the cursor into `devicesListTeamDevices` to receive the @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param devices The devices of each member of the team +/// @param devices The devices of each member of the team. /// @param hasMore If true, then there are more devices available. Pass the /// cursor to `devicesListTeamDevices` to retrieve the rest. /// @@ -85,7 +85,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMListTeamDevicesResult` API object. /// -+ (NSDictionary *)serialize:(DBTEAMListTeamDevicesResult *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMListTeamDevicesResult *)instance; /// /// Deserializes `DBTEAMListTeamDevicesResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberAccess.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberAccess.h index 777fe4e2..a2c89a24 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberAccess.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberAccess.h @@ -66,7 +66,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMMemberAccess` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMemberAccess *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMemberAccess *)instance; /// /// Deserializes `DBTEAMMemberAccess` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberAddArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberAddArg.h index 9daaf031..e5f1445a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberAddArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberAddArg.h @@ -107,7 +107,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMMemberAddArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMemberAddArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMemberAddArg *)instance; /// /// Deserializes `DBTEAMMemberAddArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberAddResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberAddResult.h index fbffcca9..94c5dd7d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberAddResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberAddResult.h @@ -446,7 +446,7 @@ typedef NS_ENUM(NSInteger, DBTEAMMemberAddResultTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMMemberAddResult` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMemberAddResult *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMemberAddResult *)instance; /// /// Deserializes `DBTEAMMemberAddResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberDevices.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberDevices.h index 2b1833bd..6b603a59 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberDevices.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberDevices.h @@ -30,16 +30,16 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// The member unique Id +/// The member unique Id. @property (nonatomic, readonly, copy) NSString *teamMemberId; -/// List of web sessions made by this team member +/// List of web sessions made by this team member. @property (nonatomic, readonly, nullable) NSArray *webSessions; -/// List of desktop clients by this team member +/// List of desktop clients by this team member. @property (nonatomic, readonly, nullable) NSArray *desktopClients; -/// List of mobile clients by this team member +/// List of mobile clients by this team member. @property (nonatomic, readonly, nullable) NSArray *mobileClients; #pragma mark - Constructors @@ -47,10 +47,10 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param teamMemberId The member unique Id -/// @param webSessions List of web sessions made by this team member -/// @param desktopClients List of desktop clients by this team member -/// @param mobileClients List of mobile clients by this team member +/// @param teamMemberId The member unique Id. +/// @param webSessions List of web sessions made by this team member. +/// @param desktopClients List of desktop clients by this team member. +/// @param mobileClients List of mobile clients by this team member. /// /// @return An initialized instance. /// @@ -63,7 +63,7 @@ NS_ASSUME_NONNULL_BEGIN /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param teamMemberId The member unique Id +/// @param teamMemberId The member unique Id. /// /// @return An initialized instance. /// @@ -88,7 +88,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMMemberDevices` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMemberDevices *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMemberDevices *)instance; /// /// Deserializes `DBTEAMMemberDevices` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberLinkedApps.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberLinkedApps.h index 62090e35..85d707bc 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberLinkedApps.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberLinkedApps.h @@ -28,10 +28,10 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// The member unique Id +/// The member unique Id. @property (nonatomic, readonly, copy) NSString *teamMemberId; -/// List of third party applications linked by this team member +/// List of third party applications linked by this team member. @property (nonatomic, readonly) NSArray *linkedApiApps; #pragma mark - Constructors @@ -39,9 +39,9 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param teamMemberId The member unique Id +/// @param teamMemberId The member unique Id. /// @param linkedApiApps List of third party applications linked by this team -/// member +/// member. /// /// @return An initialized instance. /// @@ -66,7 +66,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMMemberLinkedApps` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMemberLinkedApps *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMemberLinkedApps *)instance; /// /// Deserializes `DBTEAMMemberLinkedApps` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberProfile.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberProfile.h index d5f214a4..b277e777 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberProfile.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberProfile.h @@ -140,7 +140,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMMemberProfile` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMemberProfile *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMemberProfile *)instance; /// /// Deserializes `DBTEAMMemberProfile` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberSelectorError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberSelectorError.h index f0d5d36a..2c4ba61b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberSelectorError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberSelectorError.h @@ -105,7 +105,7 @@ typedef NS_ENUM(NSInteger, DBTEAMMemberSelectorErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMMemberSelectorError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMemberSelectorError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMemberSelectorError *)instance; /// /// Deserializes `DBTEAMMemberSelectorError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersAddArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersAddArg.h index 6a26b0a8..191b313d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersAddArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersAddArg.h @@ -74,7 +74,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMMembersAddArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMembersAddArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMembersAddArg *)instance; /// /// Deserializes `DBTEAMMembersAddArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersAddJobStatus.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersAddJobStatus.h index c1f190b0..128aabc4 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersAddJobStatus.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersAddJobStatus.h @@ -152,7 +152,7 @@ typedef NS_ENUM(NSInteger, DBTEAMMembersAddJobStatusTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMMembersAddJobStatus` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMembersAddJobStatus *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMembersAddJobStatus *)instance; /// /// Deserializes `DBTEAMMembersAddJobStatus` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersAddLaunch.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersAddLaunch.h index 9edc3274..ffbfe059 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersAddLaunch.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersAddLaunch.h @@ -125,7 +125,7 @@ typedef NS_ENUM(NSInteger, DBTEAMMembersAddLaunchTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMMembersAddLaunch` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMembersAddLaunch *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMembersAddLaunch *)instance; /// /// Deserializes `DBTEAMMembersAddLaunch` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersDeactivateArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersDeactivateArg.h index d9adc0b1..f4cfc123 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersDeactivateArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersDeactivateArg.h @@ -78,7 +78,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMMembersDeactivateArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMembersDeactivateArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMembersDeactivateArg *)instance; /// /// Deserializes `DBTEAMMembersDeactivateArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersDeactivateError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersDeactivateError.h index 563d5fe5..a1b328c3 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersDeactivateError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersDeactivateError.h @@ -123,7 +123,7 @@ typedef NS_ENUM(NSInteger, DBTEAMMembersDeactivateErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMMembersDeactivateError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMembersDeactivateError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMembersDeactivateError *)instance; /// /// Deserializes `DBTEAMMembersDeactivateError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersGetInfoArgs.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersGetInfoArgs.h index 5d150a1e..8137c2fc 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersGetInfoArgs.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersGetInfoArgs.h @@ -59,7 +59,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMMembersGetInfoArgs` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMembersGetInfoArgs *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMembersGetInfoArgs *)instance; /// /// Deserializes `DBTEAMMembersGetInfoArgs` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersGetInfoError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersGetInfoError.h index 535c0af3..f49ba336 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersGetInfoError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersGetInfoError.h @@ -80,7 +80,7 @@ typedef NS_ENUM(NSInteger, DBTEAMMembersGetInfoErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMMembersGetInfoError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMembersGetInfoError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMembersGetInfoError *)instance; /// /// Deserializes `DBTEAMMembersGetInfoError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersGetInfoItem.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersGetInfoItem.h index 93cabf41..2f8e6bda 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersGetInfoItem.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersGetInfoItem.h @@ -134,7 +134,7 @@ typedef NS_ENUM(NSInteger, DBTEAMMembersGetInfoItemTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMMembersGetInfoItem` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMembersGetInfoItem *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMembersGetInfoItem *)instance; /// /// Deserializes `DBTEAMMembersGetInfoItem` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListArg.h index e102d962..f6b282c0 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListArg.h @@ -71,7 +71,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMMembersListArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMembersListArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMembersListArg *)instance; /// /// Deserializes `DBTEAMMembersListArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListContinueArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListContinueArg.h index e438a2e0..b04ff1dc 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListContinueArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListContinueArg.h @@ -59,7 +59,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMMembersListContinueArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMembersListContinueArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMembersListContinueArg *)instance; /// /// Deserializes `DBTEAMMembersListContinueArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListContinueError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListContinueError.h index d83fd6fc..8940726b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListContinueError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListContinueError.h @@ -100,7 +100,7 @@ typedef NS_ENUM(NSInteger, DBTEAMMembersListContinueErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMMembersListContinueError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMembersListContinueError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMembersListContinueError *)instance; /// /// Deserializes `DBTEAMMembersListContinueError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListError.h index cf6911b8..35afa1d7 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListError.h @@ -80,7 +80,7 @@ typedef NS_ENUM(NSInteger, DBTEAMMembersListErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMMembersListError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMembersListError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMembersListError *)instance; /// /// Deserializes `DBTEAMMembersListError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListResult.h index 502049e3..b8124d88 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListResult.h @@ -73,7 +73,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMMembersListResult` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMembersListResult *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMembersListResult *)instance; /// /// Deserializes `DBTEAMMembersListResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersRecoverArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersRecoverArg.h index ce81b1c0..67f76be6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersRecoverArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersRecoverArg.h @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMMembersRecoverArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMembersRecoverArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMembersRecoverArg *)instance; /// /// Deserializes `DBTEAMMembersRecoverArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersRecoverError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersRecoverError.h index 2dc912bb..5e831527 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersRecoverError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersRecoverError.h @@ -166,7 +166,7 @@ typedef NS_ENUM(NSInteger, DBTEAMMembersRecoverErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMMembersRecoverError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMembersRecoverError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMembersRecoverError *)instance; /// /// Deserializes `DBTEAMMembersRecoverError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersRemoveArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersRemoveArg.h index 5db2f01f..9211199d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersRemoveArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersRemoveArg.h @@ -95,7 +95,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMMembersRemoveArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMembersRemoveArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMembersRemoveArg *)instance; /// /// Deserializes `DBTEAMMembersRemoveArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersRemoveError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersRemoveError.h index 6f7a3e07..c23f67c9 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersRemoveError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersRemoveError.h @@ -41,7 +41,7 @@ typedef NS_ENUM(NSInteger, DBTEAMMembersRemoveErrorTag) { /// The user is the last admin of the team, so it cannot be removed from it. DBTEAMMembersRemoveErrorRemoveLastAdmin, - /// Expected removed user and transfer_dest user to be different + /// Expected removed user and transfer_dest user to be different. DBTEAMMembersRemoveErrorRemovedAndTransferDestShouldDiffer, /// Expected removed user and transfer_admin user to be different. @@ -126,7 +126,7 @@ typedef NS_ENUM(NSInteger, DBTEAMMembersRemoveErrorTag) { /// "removed_and_transfer_dest_should_differ". /// /// Description of the "removed_and_transfer_dest_should_differ" tag state: -/// Expected removed user and transfer_dest user to be different +/// Expected removed user and transfer_dest user to be different. /// /// @return An initialized instance. /// @@ -394,7 +394,7 @@ typedef NS_ENUM(NSInteger, DBTEAMMembersRemoveErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMMembersRemoveError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMembersRemoveError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMembersRemoveError *)instance; /// /// Deserializes `DBTEAMMembersRemoveError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSendWelcomeError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSendWelcomeError.h index bc504122..8386d9a2 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSendWelcomeError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSendWelcomeError.h @@ -123,7 +123,7 @@ typedef NS_ENUM(NSInteger, DBTEAMMembersSendWelcomeErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMMembersSendWelcomeError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMembersSendWelcomeError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMembersSendWelcomeError *)instance; /// /// Deserializes `DBTEAMMembersSendWelcomeError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetPermissionsArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetPermissionsArg.h index 8cdd6fce..cfd441f0 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetPermissionsArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetPermissionsArg.h @@ -68,7 +68,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMMembersSetPermissionsArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMembersSetPermissionsArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMembersSetPermissionsArg *)instance; /// /// Deserializes `DBTEAMMembersSetPermissionsArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetPermissionsError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetPermissionsError.h index 4ef30b79..e2fddff6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetPermissionsError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetPermissionsError.h @@ -188,7 +188,7 @@ typedef NS_ENUM(NSInteger, DBTEAMMembersSetPermissionsErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMMembersSetPermissionsError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMembersSetPermissionsError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMembersSetPermissionsError *)instance; /// /// Deserializes `DBTEAMMembersSetPermissionsError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetPermissionsResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetPermissionsResult.h index cc58705d..9683fedc 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetPermissionsResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetPermissionsResult.h @@ -65,7 +65,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMMembersSetPermissionsResult` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMembersSetPermissionsResult *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMembersSetPermissionsResult *)instance; /// /// Deserializes `DBTEAMMembersSetPermissionsResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetProfileArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetProfileArg.h index 315e63f8..2b2e8031 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetProfileArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetProfileArg.h @@ -100,7 +100,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMMembersSetProfileArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMembersSetProfileArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMembersSetProfileArg *)instance; /// /// Deserializes `DBTEAMMembersSetProfileArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetProfileError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetProfileError.h index b058d18b..46dd614a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetProfileError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetProfileError.h @@ -35,11 +35,11 @@ typedef NS_ENUM(NSInteger, DBTEAMMembersSetProfileErrorTag) { /// The user is not a member of the team. DBTEAMMembersSetProfileErrorUserNotInTeam, - /// It is unsafe to use both external_id and new_external_id + /// It is unsafe to use both external_id and new_external_id. DBTEAMMembersSetProfileErrorExternalIdAndNewExternalIdUnsafe, /// None of new_email, new_given_name, new_surname, or new_external_id are - /// specified + /// specified. DBTEAMMembersSetProfileErrorNoNewDataSpecified, /// Email is already reserved for another user. @@ -96,7 +96,7 @@ typedef NS_ENUM(NSInteger, DBTEAMMembersSetProfileErrorTag) { /// "external_id_and_new_external_id_unsafe". /// /// Description of the "external_id_and_new_external_id_unsafe" tag state: It is -/// unsafe to use both external_id and new_external_id +/// unsafe to use both external_id and new_external_id. /// /// @return An initialized instance. /// @@ -106,7 +106,7 @@ typedef NS_ENUM(NSInteger, DBTEAMMembersSetProfileErrorTag) { /// Initializes union class with tag state of "no_new_data_specified". /// /// Description of the "no_new_data_specified" tag state: None of new_email, -/// new_given_name, new_surname, or new_external_id are specified +/// new_given_name, new_surname, or new_external_id are specified. /// /// @return An initialized instance. /// @@ -304,7 +304,7 @@ typedef NS_ENUM(NSInteger, DBTEAMMembersSetProfileErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMMembersSetProfileError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMembersSetProfileError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMembersSetProfileError *)instance; /// /// Deserializes `DBTEAMMembersSetProfileError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSuspendError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSuspendError.h index 9cab81db..68118a05 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSuspendError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSuspendError.h @@ -188,7 +188,7 @@ typedef NS_ENUM(NSInteger, DBTEAMMembersSuspendErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMMembersSuspendError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMembersSuspendError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMembersSuspendError *)instance; /// /// Deserializes `DBTEAMMembersSuspendError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersUnsuspendArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersUnsuspendArg.h index 9cb7a3db..426c7cd8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersUnsuspendArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersUnsuspendArg.h @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMMembersUnsuspendArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMembersUnsuspendArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMembersUnsuspendArg *)instance; /// /// Deserializes `DBTEAMMembersUnsuspendArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersUnsuspendError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersUnsuspendError.h index 725746b1..332bd560 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersUnsuspendError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersUnsuspendError.h @@ -166,7 +166,7 @@ typedef NS_ENUM(NSInteger, DBTEAMMembersUnsuspendErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMMembersUnsuspendError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMembersUnsuspendError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMembersUnsuspendError *)instance; /// /// Deserializes `DBTEAMMembersUnsuspendError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMobileClientPlatform.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMobileClientPlatform.h index 5e864a8b..8252ced6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMobileClientPlatform.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMobileClientPlatform.h @@ -28,19 +28,19 @@ NS_ASSUME_NONNULL_BEGIN /// The `DBTEAMMobileClientPlatformTag` enum type represents the possible tag /// states with which the `DBTEAMMobileClientPlatform` union can exist. typedef NS_ENUM(NSInteger, DBTEAMMobileClientPlatformTag) { - /// Official Dropbox iPhone client + /// Official Dropbox iPhone client. DBTEAMMobileClientPlatformIphone, - /// Official Dropbox iPad client + /// Official Dropbox iPad client. DBTEAMMobileClientPlatformIpad, - /// Official Dropbox Android client + /// Official Dropbox Android client. DBTEAMMobileClientPlatformAndroid, - /// Official Dropbox Windows phone client + /// Official Dropbox Windows phone client. DBTEAMMobileClientPlatformWindowsPhone, - /// Official Dropbox Blackberry client + /// Official Dropbox Blackberry client. DBTEAMMobileClientPlatformBlackberry, /// (no description). @@ -56,7 +56,7 @@ typedef NS_ENUM(NSInteger, DBTEAMMobileClientPlatformTag) { /// /// Initializes union class with tag state of "iphone". /// -/// Description of the "iphone" tag state: Official Dropbox iPhone client +/// Description of the "iphone" tag state: Official Dropbox iPhone client. /// /// @return An initialized instance. /// @@ -65,7 +65,7 @@ typedef NS_ENUM(NSInteger, DBTEAMMobileClientPlatformTag) { /// /// Initializes union class with tag state of "ipad". /// -/// Description of the "ipad" tag state: Official Dropbox iPad client +/// Description of the "ipad" tag state: Official Dropbox iPad client. /// /// @return An initialized instance. /// @@ -74,7 +74,7 @@ typedef NS_ENUM(NSInteger, DBTEAMMobileClientPlatformTag) { /// /// Initializes union class with tag state of "android". /// -/// Description of the "android" tag state: Official Dropbox Android client +/// Description of the "android" tag state: Official Dropbox Android client. /// /// @return An initialized instance. /// @@ -84,7 +84,7 @@ typedef NS_ENUM(NSInteger, DBTEAMMobileClientPlatformTag) { /// Initializes union class with tag state of "windows_phone". /// /// Description of the "windows_phone" tag state: Official Dropbox Windows phone -/// client +/// client. /// /// @return An initialized instance. /// @@ -94,7 +94,7 @@ typedef NS_ENUM(NSInteger, DBTEAMMobileClientPlatformTag) { /// Initializes union class with tag state of "blackberry". /// /// Description of the "blackberry" tag state: Official Dropbox Blackberry -/// client +/// client. /// /// @return An initialized instance. /// @@ -177,7 +177,7 @@ typedef NS_ENUM(NSInteger, DBTEAMMobileClientPlatformTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMMobileClientPlatform` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMobileClientPlatform *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMobileClientPlatform *)instance; /// /// Deserializes `DBTEAMMobileClientPlatform` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMobileClientSession.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMobileClientSession.h index 005ba677..12a0a8e3 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMobileClientSession.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMobileClientSession.h @@ -19,7 +19,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// The `MobileClientSession` struct. /// -/// Information about linked Dropbox mobile client sessions +/// Information about linked Dropbox mobile client sessions. /// /// This class implements the `DBSerializable` protocol (serialize and /// deserialize instance methods), which is required for all Obj-C SDK API route @@ -29,19 +29,19 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// The device name +/// The device name. @property (nonatomic, readonly, copy) NSString *deviceName; -/// The mobile application type +/// The mobile application type. @property (nonatomic, readonly) DBTEAMMobileClientPlatform *clientType; -/// The dropbox client version +/// The dropbox client version. @property (nonatomic, readonly, copy, nullable) NSString *clientVersion; -/// The hosting OS version +/// The hosting OS version. @property (nonatomic, readonly, copy, nullable) NSString *osVersion; -/// last carrier used by the device +/// last carrier used by the device. @property (nonatomic, readonly, copy, nullable) NSString *lastCarrier; #pragma mark - Constructors @@ -49,17 +49,17 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param sessionId The session id -/// @param deviceName The device name -/// @param clientType The mobile application type -/// @param ipAddress The IP address of the last activity from this session +/// @param sessionId The session id. +/// @param deviceName The device name. +/// @param clientType The mobile application type. +/// @param ipAddress The IP address of the last activity from this session. /// @param country The country from which the last activity from this session -/// was made -/// @param created The time this session was created -/// @param updated The time of the last activity from this session -/// @param clientVersion The dropbox client version -/// @param osVersion The hosting OS version -/// @param lastCarrier last carrier used by the device +/// was made. +/// @param created The time this session was created. +/// @param updated The time of the last activity from this session. +/// @param clientVersion The dropbox client version. +/// @param osVersion The hosting OS version. +/// @param lastCarrier last carrier used by the device. /// /// @return An initialized instance. /// @@ -78,9 +78,9 @@ NS_ASSUME_NONNULL_BEGIN /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param sessionId The session id -/// @param deviceName The device name -/// @param clientType The mobile application type +/// @param sessionId The session id. +/// @param deviceName The device name. +/// @param clientType The mobile application type. /// /// @return An initialized instance. /// @@ -105,7 +105,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMMobileClientSession` API object. /// -+ (NSDictionary *)serialize:(DBTEAMMobileClientSession *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMMobileClientSession *)instance; /// /// Deserializes `DBTEAMMobileClientSession` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMNamespaceMetadata.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMNamespaceMetadata.h index 55717d46..0fb1b4eb 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMNamespaceMetadata.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMNamespaceMetadata.h @@ -92,7 +92,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMNamespaceMetadata` API object. /// -+ (NSDictionary *)serialize:(DBTEAMNamespaceMetadata *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMNamespaceMetadata *)instance; /// /// Deserializes `DBTEAMNamespaceMetadata` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMNamespaceType.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMNamespaceType.h index 82c16403..56be8732 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMNamespaceType.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMNamespaceType.h @@ -159,7 +159,7 @@ typedef NS_ENUM(NSInteger, DBTEAMNamespaceTypeTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMNamespaceType` API object. /// -+ (NSDictionary *)serialize:(DBTEAMNamespaceType *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMNamespaceType *)instance; /// /// Deserializes `DBTEAMNamespaceType` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRemoveCustomQuotaResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRemoveCustomQuotaResult.h new file mode 100644 index 00000000..10f3946e --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRemoveCustomQuotaResult.h @@ -0,0 +1,157 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBTEAMRemoveCustomQuotaResult; +@class DBTEAMUserSelectorArg; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `RemoveCustomQuotaResult` union. +/// +/// User result for setting member custom quota. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBTEAMRemoveCustomQuotaResult : NSObject + +#pragma mark - Instance fields + +/// The `DBTEAMRemoveCustomQuotaResultTag` enum type represents the possible tag +/// states with which the `DBTEAMRemoveCustomQuotaResult` union can exist. +typedef NS_ENUM(NSInteger, DBTEAMRemoveCustomQuotaResultTag) { + /// Successfully removed user. + DBTEAMRemoveCustomQuotaResultSuccess, + + /// Invalid user (not in team). + DBTEAMRemoveCustomQuotaResultInvalidUser, + + /// (no description). + DBTEAMRemoveCustomQuotaResultOther, + +}; + +/// Represents the union's current tag state. +@property (nonatomic, readonly) DBTEAMRemoveCustomQuotaResultTag tag; + +/// Successfully removed user. @note Ensure the `isSuccess` method returns true +/// before accessing, otherwise a runtime exception will be raised. +@property (nonatomic, readonly) DBTEAMUserSelectorArg *success; + +/// Invalid user (not in team). @note Ensure the `isInvalidUser` method returns +/// true before accessing, otherwise a runtime exception will be raised. +@property (nonatomic, readonly) DBTEAMUserSelectorArg *invalidUser; + +#pragma mark - Constructors + +/// +/// Initializes union class with tag state of "success". +/// +/// Description of the "success" tag state: Successfully removed user. +/// +/// @param success Successfully removed user. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithSuccess:(DBTEAMUserSelectorArg *)success; + +/// +/// Initializes union class with tag state of "invalid_user". +/// +/// Description of the "invalid_user" tag state: Invalid user (not in team). +/// +/// @param invalidUser Invalid user (not in team). +/// +/// @return An initialized instance. +/// +- (instancetype)initWithInvalidUser:(DBTEAMUserSelectorArg *)invalidUser; + +/// +/// Initializes union class with tag state of "other". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOther; + +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - Tag state methods + +/// +/// Retrieves whether the union's current tag state has value "success". +/// +/// @note Call this method and ensure it returns true before accessing the +/// `success` property, otherwise a runtime exception will be thrown. +/// +/// @return Whether the union's current tag state has value "success". +/// +- (BOOL)isSuccess; + +/// +/// Retrieves whether the union's current tag state has value "invalid_user". +/// +/// @note Call this method and ensure it returns true before accessing the +/// `invalidUser` property, otherwise a runtime exception will be thrown. +/// +/// @return Whether the union's current tag state has value "invalid_user". +/// +- (BOOL)isInvalidUser; + +/// +/// Retrieves whether the union's current tag state has value "other". +/// +/// @return Whether the union's current tag state has value "other". +/// +- (BOOL)isOther; + +/// +/// Retrieves string value of union's current tag state. +/// +/// @return A human-readable string representing the union's current tag state. +/// +- (NSString *)tagName; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `DBTEAMRemoveCustomQuotaResult` union. +/// +@interface DBTEAMRemoveCustomQuotaResultSerializer : NSObject + +/// +/// Serializes `DBTEAMRemoveCustomQuotaResult` instances. +/// +/// @param instance An instance of the `DBTEAMRemoveCustomQuotaResult` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBTEAMRemoveCustomQuotaResult` API object. +/// ++ (nullable NSDictionary *)serialize:(DBTEAMRemoveCustomQuotaResult *)instance; + +/// +/// Deserializes `DBTEAMRemoveCustomQuotaResult` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBTEAMRemoveCustomQuotaResult` API object. +/// +/// @return An instantiation of the `DBTEAMRemoveCustomQuotaResult` object. +/// ++ (DBTEAMRemoveCustomQuotaResult *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRemovedStatus.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRemovedStatus.h index 0dc6d33e..e34132d0 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRemovedStatus.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRemovedStatus.h @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMRemovedStatus` API object. /// -+ (NSDictionary *)serialize:(DBTEAMRemovedStatus *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMRemovedStatus *)instance; /// /// Deserializes `DBTEAMRemovedStatus` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDesktopClientArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDesktopClientArg.h index bb3eeb95..993422f5 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDesktopClientArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDesktopClientArg.h @@ -28,7 +28,7 @@ NS_ASSUME_NONNULL_BEGIN /// Whether to delete all files of the account (this is possible only if /// supported by the desktop client and will be made the next time the client -/// access the account) +/// access the account). @property (nonatomic, readonly) NSNumber *deleteOnUnlink; #pragma mark - Constructors @@ -36,11 +36,11 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param sessionId The session id -/// @param teamMemberId The unique id of the member owning the device +/// @param sessionId The session id. +/// @param teamMemberId The unique id of the member owning the device. /// @param deleteOnUnlink Whether to delete all files of the account (this is /// possible only if supported by the desktop client and will be made the next -/// time the client access the account) +/// time the client access the account). /// /// @return An initialized instance. /// @@ -52,8 +52,8 @@ NS_ASSUME_NONNULL_BEGIN /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param sessionId The session id -/// @param teamMemberId The unique id of the member owning the device +/// @param sessionId The session id. +/// @param teamMemberId The unique id of the member owning the device. /// /// @return An initialized instance. /// @@ -77,7 +77,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMRevokeDesktopClientArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMRevokeDesktopClientArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMRevokeDesktopClientArg *)instance; /// /// Deserializes `DBTEAMRevokeDesktopClientArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionArg.h index 1319b969..4a71f842 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionArg.h @@ -30,13 +30,13 @@ NS_ASSUME_NONNULL_BEGIN /// The `DBTEAMRevokeDeviceSessionArgTag` enum type represents the possible tag /// states with which the `DBTEAMRevokeDeviceSessionArg` union can exist. typedef NS_ENUM(NSInteger, DBTEAMRevokeDeviceSessionArgTag) { - /// End an active session + /// End an active session. DBTEAMRevokeDeviceSessionArgWebSession, - /// Unlink a linked desktop device + /// Unlink a linked desktop device. DBTEAMRevokeDeviceSessionArgDesktopClient, - /// Unlink a linked mobile device + /// Unlink a linked mobile device. DBTEAMRevokeDeviceSessionArgMobileClient, }; @@ -44,15 +44,15 @@ typedef NS_ENUM(NSInteger, DBTEAMRevokeDeviceSessionArgTag) { /// Represents the union's current tag state. @property (nonatomic, readonly) DBTEAMRevokeDeviceSessionArgTag tag; -/// End an active session @note Ensure the `isWebSession` method returns true +/// End an active session. @note Ensure the `isWebSession` method returns true /// before accessing, otherwise a runtime exception will be raised. @property (nonatomic, readonly) DBTEAMDeviceSessionArg *webSession; -/// Unlink a linked desktop device @note Ensure the `isDesktopClient` method +/// Unlink a linked desktop device. @note Ensure the `isDesktopClient` method /// returns true before accessing, otherwise a runtime exception will be raised. @property (nonatomic, readonly) DBTEAMRevokeDesktopClientArg *desktopClient; -/// Unlink a linked mobile device @note Ensure the `isMobileClient` method +/// Unlink a linked mobile device. @note Ensure the `isMobileClient` method /// returns true before accessing, otherwise a runtime exception will be raised. @property (nonatomic, readonly) DBTEAMDeviceSessionArg *mobileClient; @@ -61,9 +61,9 @@ typedef NS_ENUM(NSInteger, DBTEAMRevokeDeviceSessionArgTag) { /// /// Initializes union class with tag state of "web_session". /// -/// Description of the "web_session" tag state: End an active session +/// Description of the "web_session" tag state: End an active session. /// -/// @param webSession End an active session +/// @param webSession End an active session. /// /// @return An initialized instance. /// @@ -73,9 +73,9 @@ typedef NS_ENUM(NSInteger, DBTEAMRevokeDeviceSessionArgTag) { /// Initializes union class with tag state of "desktop_client". /// /// Description of the "desktop_client" tag state: Unlink a linked desktop -/// device +/// device. /// -/// @param desktopClient Unlink a linked desktop device +/// @param desktopClient Unlink a linked desktop device. /// /// @return An initialized instance. /// @@ -84,9 +84,9 @@ typedef NS_ENUM(NSInteger, DBTEAMRevokeDeviceSessionArgTag) { /// /// Initializes union class with tag state of "mobile_client". /// -/// Description of the "mobile_client" tag state: Unlink a linked mobile device +/// Description of the "mobile_client" tag state: Unlink a linked mobile device. /// -/// @param mobileClient Unlink a linked mobile device +/// @param mobileClient Unlink a linked mobile device. /// /// @return An initialized instance. /// @@ -151,7 +151,7 @@ typedef NS_ENUM(NSInteger, DBTEAMRevokeDeviceSessionArgTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMRevokeDeviceSessionArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMRevokeDeviceSessionArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMRevokeDeviceSessionArg *)instance; /// /// Deserializes `DBTEAMRevokeDeviceSessionArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionBatchArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionBatchArg.h index a7800183..ace94eec 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionBatchArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionBatchArg.h @@ -60,7 +60,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMRevokeDeviceSessionBatchArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMRevokeDeviceSessionBatchArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMRevokeDeviceSessionBatchArg *)instance; /// /// Deserializes `DBTEAMRevokeDeviceSessionBatchArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionBatchError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionBatchError.h index 39c67181..aecfbfb1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionBatchError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionBatchError.h @@ -82,7 +82,7 @@ typedef NS_ENUM(NSInteger, DBTEAMRevokeDeviceSessionBatchErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMRevokeDeviceSessionBatchError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMRevokeDeviceSessionBatchError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMRevokeDeviceSessionBatchError *)instance; /// /// Deserializes `DBTEAMRevokeDeviceSessionBatchError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionBatchResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionBatchResult.h index 6eb06e73..8571593a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionBatchResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionBatchResult.h @@ -60,7 +60,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMRevokeDeviceSessionBatchResult` API object. /// -+ (NSDictionary *)serialize:(DBTEAMRevokeDeviceSessionBatchResult *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMRevokeDeviceSessionBatchResult *)instance; /// /// Deserializes `DBTEAMRevokeDeviceSessionBatchResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionError.h index 51d09fc6..3eeda651 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionError.h @@ -123,7 +123,7 @@ typedef NS_ENUM(NSInteger, DBTEAMRevokeDeviceSessionErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMRevokeDeviceSessionError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMRevokeDeviceSessionError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMRevokeDeviceSessionError *)instance; /// /// Deserializes `DBTEAMRevokeDeviceSessionError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionStatus.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionStatus.h index 59e37b80..ac63b9e0 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionStatus.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionStatus.h @@ -26,10 +26,10 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Result of the revoking request +/// Result of the revoking request. @property (nonatomic, readonly) NSNumber *success; -/// The error cause in case of a failure +/// The error cause in case of a failure. @property (nonatomic, readonly, nullable) DBTEAMRevokeDeviceSessionError *errorType; #pragma mark - Constructors @@ -37,8 +37,8 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param success Result of the revoking request -/// @param errorType The error cause in case of a failure +/// @param success Result of the revoking request. +/// @param errorType The error cause in case of a failure. /// /// @return An initialized instance. /// @@ -48,7 +48,7 @@ NS_ASSUME_NONNULL_BEGIN /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param success Result of the revoking request +/// @param success Result of the revoking request. /// /// @return An initialized instance. /// @@ -74,7 +74,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMRevokeDeviceSessionStatus` API object. /// -+ (NSDictionary *)serialize:(DBTEAMRevokeDeviceSessionStatus *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMRevokeDeviceSessionStatus *)instance; /// /// Deserializes `DBTEAMRevokeDeviceSessionStatus` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedApiAppArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedApiAppArg.h index 1536f241..456d88ab 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedApiAppArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedApiAppArg.h @@ -25,14 +25,14 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// The application's unique id +/// The application's unique id. @property (nonatomic, readonly, copy) NSString *appId; -/// The unique id of the member owning the device +/// The unique id of the member owning the device. @property (nonatomic, readonly, copy) NSString *teamMemberId; /// Whether to keep the application dedicated folder (in case the application -/// uses one) +/// uses one). @property (nonatomic, readonly) NSNumber *keepAppFolder; #pragma mark - Constructors @@ -40,10 +40,10 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param appId The application's unique id -/// @param teamMemberId The unique id of the member owning the device +/// @param appId The application's unique id. +/// @param teamMemberId The unique id of the member owning the device. /// @param keepAppFolder Whether to keep the application dedicated folder (in -/// case the application uses one) +/// case the application uses one). /// /// @return An initialized instance. /// @@ -55,8 +55,8 @@ NS_ASSUME_NONNULL_BEGIN /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param appId The application's unique id -/// @param teamMemberId The unique id of the member owning the device +/// @param appId The application's unique id. +/// @param teamMemberId The unique id of the member owning the device. /// /// @return An initialized instance. /// @@ -81,7 +81,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMRevokeLinkedApiAppArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMRevokeLinkedApiAppArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMRevokeLinkedApiAppArg *)instance; /// /// Deserializes `DBTEAMRevokeLinkedApiAppArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedApiAppBatchArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedApiAppBatchArg.h index ef45b1cf..b8b70ca5 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedApiAppBatchArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedApiAppBatchArg.h @@ -60,7 +60,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMRevokeLinkedApiAppBatchArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMRevokeLinkedApiAppBatchArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMRevokeLinkedApiAppBatchArg *)instance; /// /// Deserializes `DBTEAMRevokeLinkedApiAppBatchArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedAppBatchError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedAppBatchError.h index c8901b04..f306faf9 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedAppBatchError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedAppBatchError.h @@ -83,7 +83,7 @@ typedef NS_ENUM(NSInteger, DBTEAMRevokeLinkedAppBatchErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMRevokeLinkedAppBatchError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMRevokeLinkedAppBatchError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMRevokeLinkedAppBatchError *)instance; /// /// Deserializes `DBTEAMRevokeLinkedAppBatchError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedAppBatchResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedAppBatchResult.h index 0d45b096..89424434 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedAppBatchResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedAppBatchResult.h @@ -60,7 +60,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMRevokeLinkedAppBatchResult` API object. /// -+ (NSDictionary *)serialize:(DBTEAMRevokeLinkedAppBatchResult *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMRevokeLinkedAppBatchResult *)instance; /// /// Deserializes `DBTEAMRevokeLinkedAppBatchResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedAppError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedAppError.h index 6419bf5a..ad998ac1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedAppError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedAppError.h @@ -121,7 +121,7 @@ typedef NS_ENUM(NSInteger, DBTEAMRevokeLinkedAppErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMRevokeLinkedAppError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMRevokeLinkedAppError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMRevokeLinkedAppError *)instance; /// /// Deserializes `DBTEAMRevokeLinkedAppError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedAppStatus.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedAppStatus.h index ae9ff484..fdbb4696 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedAppStatus.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedAppStatus.h @@ -26,10 +26,10 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Result of the revoking request +/// Result of the revoking request. @property (nonatomic, readonly) NSNumber *success; -/// The error cause in case of a failure +/// The error cause in case of a failure. @property (nonatomic, readonly, nullable) DBTEAMRevokeLinkedAppError *errorType; #pragma mark - Constructors @@ -37,8 +37,8 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param success Result of the revoking request -/// @param errorType The error cause in case of a failure +/// @param success Result of the revoking request. +/// @param errorType The error cause in case of a failure. /// /// @return An initialized instance. /// @@ -48,7 +48,7 @@ NS_ASSUME_NONNULL_BEGIN /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param success Result of the revoking request +/// @param success Result of the revoking request. /// /// @return An initialized instance. /// @@ -73,7 +73,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMRevokeLinkedAppStatus` API object. /// -+ (NSDictionary *)serialize:(DBTEAMRevokeLinkedAppStatus *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMRevokeLinkedAppStatus *)instance; /// /// Deserializes `DBTEAMRevokeLinkedAppStatus` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMSetCustomQuotaArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMSetCustomQuotaArg.h new file mode 100644 index 00000000..01b3a8d6 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMSetCustomQuotaArg.h @@ -0,0 +1,76 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBTEAMSetCustomQuotaArg; +@class DBTEAMUserCustomQuotaArg; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `SetCustomQuotaArg` struct. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBTEAMSetCustomQuotaArg : NSObject + +#pragma mark - Instance fields + +/// List of users and their custom quotas. +@property (nonatomic, readonly) NSArray *usersAndQuotas; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param usersAndQuotas List of users and their custom quotas. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithUsersAndQuotas:(NSArray *)usersAndQuotas; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `SetCustomQuotaArg` struct. +/// +@interface DBTEAMSetCustomQuotaArgSerializer : NSObject + +/// +/// Serializes `DBTEAMSetCustomQuotaArg` instances. +/// +/// @param instance An instance of the `DBTEAMSetCustomQuotaArg` API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBTEAMSetCustomQuotaArg` API object. +/// ++ (nullable NSDictionary *)serialize:(DBTEAMSetCustomQuotaArg *)instance; + +/// +/// Deserializes `DBTEAMSetCustomQuotaArg` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBTEAMSetCustomQuotaArg` API object. +/// +/// @return An instantiation of the `DBTEAMSetCustomQuotaArg` object. +/// ++ (DBTEAMSetCustomQuotaArg *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMStorageBucket.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMStorageBucket.h index be22b4d6..bc943f3c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMStorageBucket.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMStorageBucket.h @@ -67,7 +67,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMStorageBucket` API object. /// -+ (NSDictionary *)serialize:(DBTEAMStorageBucket *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMStorageBucket *)instance; /// /// Deserializes `DBTEAMStorageBucket` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderAccessError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderAccessError.h index 6132c8e3..817aa307 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderAccessError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderAccessError.h @@ -123,7 +123,7 @@ typedef NS_ENUM(NSInteger, DBTEAMTeamFolderAccessErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamFolderAccessError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamFolderAccessError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamFolderAccessError *)instance; /// /// Deserializes `DBTEAMTeamFolderAccessError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderActivateError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderActivateError.h index 324d2824..cd54e850 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderActivateError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderActivateError.h @@ -165,7 +165,7 @@ typedef NS_ENUM(NSInteger, DBTEAMTeamFolderActivateErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamFolderActivateError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamFolderActivateError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamFolderActivateError *)instance; /// /// Deserializes `DBTEAMTeamFolderActivateError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderArchiveArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderArchiveArg.h index 59e860b7..f69556c8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderArchiveArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderArchiveArg.h @@ -68,7 +68,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamFolderArchiveArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamFolderArchiveArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamFolderArchiveArg *)instance; /// /// Deserializes `DBTEAMTeamFolderArchiveArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderArchiveError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderArchiveError.h index bda75490..70d1154d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderArchiveError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderArchiveError.h @@ -165,7 +165,7 @@ typedef NS_ENUM(NSInteger, DBTEAMTeamFolderArchiveErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamFolderArchiveError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamFolderArchiveError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamFolderArchiveError *)instance; /// /// Deserializes `DBTEAMTeamFolderArchiveError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderArchiveJobStatus.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderArchiveJobStatus.h index d2eb222e..bf65f176 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderArchiveJobStatus.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderArchiveJobStatus.h @@ -151,7 +151,7 @@ typedef NS_ENUM(NSInteger, DBTEAMTeamFolderArchiveJobStatusTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamFolderArchiveJobStatus` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamFolderArchiveJobStatus *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamFolderArchiveJobStatus *)instance; /// /// Deserializes `DBTEAMTeamFolderArchiveJobStatus` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderArchiveLaunch.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderArchiveLaunch.h index a4a1c6b6..aafb497d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderArchiveLaunch.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderArchiveLaunch.h @@ -126,7 +126,7 @@ typedef NS_ENUM(NSInteger, DBTEAMTeamFolderArchiveLaunchTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamFolderArchiveLaunch` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamFolderArchiveLaunch *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamFolderArchiveLaunch *)instance; /// /// Deserializes `DBTEAMTeamFolderArchiveLaunch` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderCreateArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderCreateArg.h index 748d35f9..c4398ef6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderCreateArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderCreateArg.h @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamFolderCreateArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamFolderCreateArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamFolderCreateArg *)instance; /// /// Deserializes `DBTEAMTeamFolderCreateArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderCreateError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderCreateError.h index f4b1ab4d..cbb0f9d1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderCreateError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderCreateError.h @@ -146,7 +146,7 @@ typedef NS_ENUM(NSInteger, DBTEAMTeamFolderCreateErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamFolderCreateError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamFolderCreateError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamFolderCreateError *)instance; /// /// Deserializes `DBTEAMTeamFolderCreateError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderGetInfoItem.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderGetInfoItem.h index 8fa8494f..06cdaead 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderGetInfoItem.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderGetInfoItem.h @@ -128,7 +128,7 @@ typedef NS_ENUM(NSInteger, DBTEAMTeamFolderGetInfoItemTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamFolderGetInfoItem` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamFolderGetInfoItem *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamFolderGetInfoItem *)instance; /// /// Deserializes `DBTEAMTeamFolderGetInfoItem` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderIdArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderIdArg.h index 9784f658..fce17ba8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderIdArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderIdArg.h @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamFolderIdArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamFolderIdArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamFolderIdArg *)instance; /// /// Deserializes `DBTEAMTeamFolderIdArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderIdListArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderIdListArg.h index edb93d62..e3203855 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderIdListArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderIdListArg.h @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamFolderIdListArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamFolderIdListArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamFolderIdListArg *)instance; /// /// Deserializes `DBTEAMTeamFolderIdListArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderInvalidStatusError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderInvalidStatusError.h index 79ee485e..fc74e112 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderInvalidStatusError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderInvalidStatusError.h @@ -144,7 +144,7 @@ typedef NS_ENUM(NSInteger, DBTEAMTeamFolderInvalidStatusErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamFolderInvalidStatusError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamFolderInvalidStatusError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamFolderInvalidStatusError *)instance; /// /// Deserializes `DBTEAMTeamFolderInvalidStatusError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListArg.h index 65bffd46..4f5258ad 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListArg.h @@ -67,7 +67,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamFolderListArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamFolderListArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamFolderListArg *)instance; /// /// Deserializes `DBTEAMTeamFolderListArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListContinueArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListContinueArg.h index 29d39772..a6f97fed 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListContinueArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListContinueArg.h @@ -59,7 +59,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamFolderListContinueArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamFolderListContinueArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamFolderListContinueArg *)instance; /// /// Deserializes `DBTEAMTeamFolderListContinueArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListContinueError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListContinueError.h index f903f6a4..aaf65522 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListContinueError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListContinueError.h @@ -101,7 +101,7 @@ typedef NS_ENUM(NSInteger, DBTEAMTeamFolderListContinueErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamFolderListContinueError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamFolderListContinueError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamFolderListContinueError *)instance; /// /// Deserializes `DBTEAMTeamFolderListContinueError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListError.h index 3b8c35c8..84521539 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListError.h @@ -59,7 +59,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamFolderListError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamFolderListError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamFolderListError *)instance; /// /// Deserializes `DBTEAMTeamFolderListError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListResult.h index a461261d..a10a4d3b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListResult.h @@ -76,7 +76,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamFolderListResult` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamFolderListResult *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamFolderListResult *)instance; /// /// Deserializes `DBTEAMTeamFolderListResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderMetadata.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderMetadata.h index 12fcc247..c8e3b7d9 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderMetadata.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderMetadata.h @@ -77,7 +77,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamFolderMetadata` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamFolderMetadata *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamFolderMetadata *)instance; /// /// Deserializes `DBTEAMTeamFolderMetadata` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderPermanentlyDeleteError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderPermanentlyDeleteError.h index 0f46d12b..3f0f9914 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderPermanentlyDeleteError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderPermanentlyDeleteError.h @@ -167,7 +167,7 @@ typedef NS_ENUM(NSInteger, DBTEAMTeamFolderPermanentlyDeleteErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamFolderPermanentlyDeleteError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamFolderPermanentlyDeleteError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamFolderPermanentlyDeleteError *)instance; /// /// Deserializes `DBTEAMTeamFolderPermanentlyDeleteError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderRenameArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderRenameArg.h index 19586da5..e0e68128 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderRenameArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderRenameArg.h @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamFolderRenameArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamFolderRenameArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamFolderRenameArg *)instance; /// /// Deserializes `DBTEAMTeamFolderRenameArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderRenameError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderRenameError.h index 835f3aa8..35db1ea2 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderRenameError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderRenameError.h @@ -230,7 +230,7 @@ typedef NS_ENUM(NSInteger, DBTEAMTeamFolderRenameErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamFolderRenameError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamFolderRenameError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamFolderRenameError *)instance; /// /// Deserializes `DBTEAMTeamFolderRenameError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderStatus.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderStatus.h index 0ddaad2b..e965f780 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderStatus.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderStatus.h @@ -142,7 +142,7 @@ typedef NS_ENUM(NSInteger, DBTEAMTeamFolderStatusTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamFolderStatus` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamFolderStatus *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamFolderStatus *)instance; /// /// Deserializes `DBTEAMTeamFolderStatus` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderTeamSharedDropboxError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderTeamSharedDropboxError.h index 817d8b48..dba785e0 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderTeamSharedDropboxError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderTeamSharedDropboxError.h @@ -103,7 +103,7 @@ typedef NS_ENUM(NSInteger, DBTEAMTeamFolderTeamSharedDropboxErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamFolderTeamSharedDropboxError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamFolderTeamSharedDropboxError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamFolderTeamSharedDropboxError *)instance; /// /// Deserializes `DBTEAMTeamFolderTeamSharedDropboxError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamGetInfoResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamGetInfoResult.h index 538c3006..3662e99d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamGetInfoResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamGetInfoResult.h @@ -81,7 +81,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamGetInfoResult` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamGetInfoResult *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamGetInfoResult *)instance; /// /// Deserializes `DBTEAMTeamGetInfoResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamMemberInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamMemberInfo.h index 32a251d2..57e747a6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamMemberInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamMemberInfo.h @@ -66,7 +66,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamMemberInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamMemberInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamMemberInfo *)instance; /// /// Deserializes `DBTEAMTeamMemberInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamMemberProfile.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamMemberProfile.h index 9dbf84c0..e302e9f4 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamMemberProfile.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamMemberProfile.h @@ -119,7 +119,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamMemberProfile` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamMemberProfile *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamMemberProfile *)instance; /// /// Deserializes `DBTEAMTeamMemberProfile` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamMemberStatus.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamMemberStatus.h index 936f4c13..233c4b13 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamMemberStatus.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamMemberStatus.h @@ -161,7 +161,7 @@ typedef NS_ENUM(NSInteger, DBTEAMTeamMemberStatusTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamMemberStatus` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamMemberStatus *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamMemberStatus *)instance; /// /// Deserializes `DBTEAMTeamMemberStatus` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamMembershipType.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamMembershipType.h index c92ba501..a51ad082 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamMembershipType.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamMembershipType.h @@ -105,7 +105,7 @@ typedef NS_ENUM(NSInteger, DBTEAMTeamMembershipTypeTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamMembershipType` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamMembershipType *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamMembershipType *)instance; /// /// Deserializes `DBTEAMTeamMembershipType` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamNamespacesListArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamNamespacesListArg.h index 277d5ce9..6aaac110 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamNamespacesListArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamNamespacesListArg.h @@ -25,8 +25,7 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// The approximate maximum number of results to return per request. This limit -/// may be exceeded. +/// Specifying a value here has no effect. @property (nonatomic, readonly) NSNumber *limit; #pragma mark - Constructors @@ -34,8 +33,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param limit The approximate maximum number of results to return per -/// request. This limit may be exceeded. +/// @param limit Specifying a value here has no effect. /// /// @return An initialized instance. /// @@ -69,7 +67,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamNamespacesListArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamNamespacesListArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamNamespacesListArg *)instance; /// /// Deserializes `DBTEAMTeamNamespacesListArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamNamespacesListContinueArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamNamespacesListContinueArg.h index fb74f4c9..7901a12e 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamNamespacesListContinueArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamNamespacesListContinueArg.h @@ -60,7 +60,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamNamespacesListContinueArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamNamespacesListContinueArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamNamespacesListContinueArg *)instance; /// /// Deserializes `DBTEAMTeamNamespacesListContinueArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamNamespacesListContinueError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamNamespacesListContinueError.h index f01c967d..24f58b91 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamNamespacesListContinueError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamNamespacesListContinueError.h @@ -102,7 +102,7 @@ typedef NS_ENUM(NSInteger, DBTEAMTeamNamespacesListContinueErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamNamespacesListContinueError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamNamespacesListContinueError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamNamespacesListContinueError *)instance; /// /// Deserializes `DBTEAMTeamNamespacesListContinueError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamNamespacesListResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamNamespacesListResult.h index 6e2de613..d2e4232a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamNamespacesListResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamNamespacesListResult.h @@ -75,7 +75,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMTeamNamespacesListResult` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTeamNamespacesListResult *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTeamNamespacesListResult *)instance; /// /// Deserializes `DBTEAMTeamNamespacesListResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTokenGetAuthenticatedAdminError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTokenGetAuthenticatedAdminError.h index 326c1a4d..94bd19f1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTokenGetAuthenticatedAdminError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTokenGetAuthenticatedAdminError.h @@ -133,7 +133,7 @@ typedef NS_ENUM(NSInteger, DBTEAMTokenGetAuthenticatedAdminErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMTokenGetAuthenticatedAdminError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTokenGetAuthenticatedAdminError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTokenGetAuthenticatedAdminError *)instance; /// /// Deserializes `DBTEAMTokenGetAuthenticatedAdminError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTokenGetAuthenticatedAdminResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTokenGetAuthenticatedAdminResult.h index 4f47afcb..36b4bcb6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTokenGetAuthenticatedAdminResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTokenGetAuthenticatedAdminResult.h @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMTokenGetAuthenticatedAdminResult` API object. /// -+ (NSDictionary *)serialize:(DBTEAMTokenGetAuthenticatedAdminResult *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMTokenGetAuthenticatedAdminResult *)instance; /// /// Deserializes `DBTEAMTokenGetAuthenticatedAdminResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUpdatePropertyTemplateArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUpdatePropertyTemplateArg.h deleted file mode 100644 index ffcd51ab..00000000 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUpdatePropertyTemplateArg.h +++ /dev/null @@ -1,110 +0,0 @@ -/// -/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. -/// -/// Auto-generated by Stone, do not modify. -/// - -#import - -#import "DBSerializableProtocol.h" - -@class DBPROPERTIESPropertyFieldTemplate; -@class DBTEAMUpdatePropertyTemplateArg; - -NS_ASSUME_NONNULL_BEGIN - -#pragma mark - API Object - -/// -/// The `UpdatePropertyTemplateArg` struct. -/// -/// This class implements the `DBSerializable` protocol (serialize and -/// deserialize instance methods), which is required for all Obj-C SDK API route -/// objects. -/// -@interface DBTEAMUpdatePropertyTemplateArg : NSObject - -#pragma mark - Instance fields - -/// An identifier for property template added by `propertiesTemplateAdd`. -@property (nonatomic, readonly, copy) NSString *templateId; - -/// A display name for the property template. Property template names can be up -/// to 256 bytes. -@property (nonatomic, readonly, copy, nullable) NSString *name; - -/// Description for new property template. Property template descriptions can be -/// up to 1024 bytes. -@property (nonatomic, readonly, copy, nullable) NSString *description_; - -/// This is a list of custom properties to add to the property template. There -/// can be up to 64 properties in a single property template. -@property (nonatomic, readonly, nullable) NSArray *addFields; - -#pragma mark - Constructors - -/// -/// Full constructor for the struct (exposes all instance variables). -/// -/// @param templateId An identifier for property template added by -/// `propertiesTemplateAdd`. -/// @param name A display name for the property template. Property template -/// names can be up to 256 bytes. -/// @param description_ Description for new property template. Property template -/// descriptions can be up to 1024 bytes. -/// @param addFields This is a list of custom properties to add to the property -/// template. There can be up to 64 properties in a single property template. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithTemplateId:(NSString *)templateId - name:(nullable NSString *)name - description_:(nullable NSString *)description_ - addFields:(nullable NSArray *)addFields; - -/// -/// Convenience constructor (exposes only non-nullable instance variables with -/// no default value). -/// -/// @param templateId An identifier for property template added by -/// `propertiesTemplateAdd`. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithTemplateId:(NSString *)templateId; - -- (instancetype)init NS_UNAVAILABLE; - -@end - -#pragma mark - Serializer Object - -/// -/// The serialization class for the `UpdatePropertyTemplateArg` struct. -/// -@interface DBTEAMUpdatePropertyTemplateArgSerializer : NSObject - -/// -/// Serializes `DBTEAMUpdatePropertyTemplateArg` instances. -/// -/// @param instance An instance of the `DBTEAMUpdatePropertyTemplateArg` API -/// object. -/// -/// @return A json-compatible dictionary representation of the -/// `DBTEAMUpdatePropertyTemplateArg` API object. -/// -+ (NSDictionary *)serialize:(DBTEAMUpdatePropertyTemplateArg *)instance; - -/// -/// Deserializes `DBTEAMUpdatePropertyTemplateArg` instances. -/// -/// @param dict A json-compatible dictionary representation of the -/// `DBTEAMUpdatePropertyTemplateArg` API object. -/// -/// @return An instantiation of the `DBTEAMUpdatePropertyTemplateArg` object. -/// -+ (DBTEAMUpdatePropertyTemplateArg *)deserialize:(NSDictionary *)dict; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUpdatePropertyTemplateResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUpdatePropertyTemplateResult.h deleted file mode 100644 index af89876c..00000000 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUpdatePropertyTemplateResult.h +++ /dev/null @@ -1,77 +0,0 @@ -/// -/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. -/// -/// Auto-generated by Stone, do not modify. -/// - -#import - -#import "DBSerializableProtocol.h" - -@class DBTEAMUpdatePropertyTemplateResult; - -NS_ASSUME_NONNULL_BEGIN - -#pragma mark - API Object - -/// -/// The `UpdatePropertyTemplateResult` struct. -/// -/// This class implements the `DBSerializable` protocol (serialize and -/// deserialize instance methods), which is required for all Obj-C SDK API route -/// objects. -/// -@interface DBTEAMUpdatePropertyTemplateResult : NSObject - -#pragma mark - Instance fields - -/// An identifier for property template added by `propertiesTemplateAdd`. -@property (nonatomic, readonly, copy) NSString *templateId; - -#pragma mark - Constructors - -/// -/// Full constructor for the struct (exposes all instance variables). -/// -/// @param templateId An identifier for property template added by -/// `propertiesTemplateAdd`. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithTemplateId:(NSString *)templateId; - -- (instancetype)init NS_UNAVAILABLE; - -@end - -#pragma mark - Serializer Object - -/// -/// The serialization class for the `UpdatePropertyTemplateResult` struct. -/// -@interface DBTEAMUpdatePropertyTemplateResultSerializer : NSObject - -/// -/// Serializes `DBTEAMUpdatePropertyTemplateResult` instances. -/// -/// @param instance An instance of the `DBTEAMUpdatePropertyTemplateResult` API -/// object. -/// -/// @return A json-compatible dictionary representation of the -/// `DBTEAMUpdatePropertyTemplateResult` API object. -/// -+ (NSDictionary *)serialize:(DBTEAMUpdatePropertyTemplateResult *)instance; - -/// -/// Deserializes `DBTEAMUpdatePropertyTemplateResult` instances. -/// -/// @param dict A json-compatible dictionary representation of the -/// `DBTEAMUpdatePropertyTemplateResult` API object. -/// -/// @return An instantiation of the `DBTEAMUpdatePropertyTemplateResult` object. -/// -+ (DBTEAMUpdatePropertyTemplateResult *)deserialize:(NSDictionary *)dict; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUploadApiRateLimitValue.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUploadApiRateLimitValue.h index 75389fee..b5cfe629 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUploadApiRateLimitValue.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUploadApiRateLimitValue.h @@ -136,7 +136,7 @@ typedef NS_ENUM(NSInteger, DBTEAMUploadApiRateLimitValueTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMUploadApiRateLimitValue` API object. /// -+ (NSDictionary *)serialize:(DBTEAMUploadApiRateLimitValue *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMUploadApiRateLimitValue *)instance; /// /// Deserializes `DBTEAMUploadApiRateLimitValue` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUserCustomQuotaArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUserCustomQuotaArg.h new file mode 100644 index 00000000..1c8a29d9 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUserCustomQuotaArg.h @@ -0,0 +1,82 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBTEAMUserCustomQuotaArg; +@class DBTEAMUserSelectorArg; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `UserCustomQuotaArg` struct. +/// +/// User and their required custom quota in GB (1 TB = 1024 GB). +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBTEAMUserCustomQuotaArg : NSObject + +#pragma mark - Instance fields + +/// (no description). +@property (nonatomic, readonly) DBTEAMUserSelectorArg *user; + +/// (no description). +@property (nonatomic, readonly) NSNumber *quotaGb; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param user (no description). +/// @param quotaGb (no description). +/// +/// @return An initialized instance. +/// +- (instancetype)initWithUser:(DBTEAMUserSelectorArg *)user quotaGb:(NSNumber *)quotaGb; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `UserCustomQuotaArg` struct. +/// +@interface DBTEAMUserCustomQuotaArgSerializer : NSObject + +/// +/// Serializes `DBTEAMUserCustomQuotaArg` instances. +/// +/// @param instance An instance of the `DBTEAMUserCustomQuotaArg` API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBTEAMUserCustomQuotaArg` API object. +/// ++ (nullable NSDictionary *)serialize:(DBTEAMUserCustomQuotaArg *)instance; + +/// +/// Deserializes `DBTEAMUserCustomQuotaArg` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBTEAMUserCustomQuotaArg` API object. +/// +/// @return An instantiation of the `DBTEAMUserCustomQuotaArg` object. +/// ++ (DBTEAMUserCustomQuotaArg *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUserCustomQuotaResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUserCustomQuotaResult.h new file mode 100644 index 00000000..104ef01a --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUserCustomQuotaResult.h @@ -0,0 +1,93 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBTEAMUserCustomQuotaResult; +@class DBTEAMUserSelectorArg; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `UserCustomQuotaResult` struct. +/// +/// User and their custom quota in GB (1 TB = 1024 GB). No quota returns if the +/// user has no custom quota set. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBTEAMUserCustomQuotaResult : NSObject + +#pragma mark - Instance fields + +/// (no description). +@property (nonatomic, readonly) DBTEAMUserSelectorArg *user; + +/// (no description). +@property (nonatomic, readonly, nullable) NSNumber *quotaGb; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param user (no description). +/// @param quotaGb (no description). +/// +/// @return An initialized instance. +/// +- (instancetype)initWithUser:(DBTEAMUserSelectorArg *)user quotaGb:(nullable NSNumber *)quotaGb; + +/// +/// Convenience constructor (exposes only non-nullable instance variables with +/// no default value). +/// +/// @param user (no description). +/// +/// @return An initialized instance. +/// +- (instancetype)initWithUser:(DBTEAMUserSelectorArg *)user; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `UserCustomQuotaResult` struct. +/// +@interface DBTEAMUserCustomQuotaResultSerializer : NSObject + +/// +/// Serializes `DBTEAMUserCustomQuotaResult` instances. +/// +/// @param instance An instance of the `DBTEAMUserCustomQuotaResult` API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBTEAMUserCustomQuotaResult` API object. +/// ++ (nullable NSDictionary *)serialize:(DBTEAMUserCustomQuotaResult *)instance; + +/// +/// Deserializes `DBTEAMUserCustomQuotaResult` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBTEAMUserCustomQuotaResult` API object. +/// +/// @return An instantiation of the `DBTEAMUserCustomQuotaResult` object. +/// ++ (DBTEAMUserCustomQuotaResult *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUserSelectorArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUserSelectorArg.h index d2feed1a..84a73860 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUserSelectorArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUserSelectorArg.h @@ -144,7 +144,7 @@ typedef NS_ENUM(NSInteger, DBTEAMUserSelectorArgTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMUserSelectorArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMUserSelectorArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMUserSelectorArg *)instance; /// /// Deserializes `DBTEAMUserSelectorArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUserSelectorError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUserSelectorError.h index 385a7143..2d493e89 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUserSelectorError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUserSelectorError.h @@ -87,7 +87,7 @@ typedef NS_ENUM(NSInteger, DBTEAMUserSelectorErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMUserSelectorError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMUserSelectorError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMUserSelectorError *)instance; /// /// Deserializes `DBTEAMUserSelectorError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUsersSelectorArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUsersSelectorArg.h index 97840271..2cf0627f 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUsersSelectorArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUsersSelectorArg.h @@ -150,7 +150,7 @@ typedef NS_ENUM(NSInteger, DBTEAMUsersSelectorArgTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMUsersSelectorArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMUsersSelectorArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMUsersSelectorArg *)instance; /// /// Deserializes `DBTEAMUsersSelectorArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/DBTeamCommonObjects.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/DBTeamCommonObjects.m index e1497c60..05434a22 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/DBTeamCommonObjects.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/DBTeamCommonObjects.m @@ -85,7 +85,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMCOMMONGroupManagementTypeSerializer serialize:instance]; } @@ -180,7 +180,7 @@ + (NSDictionary *)serialize:(DBTEAMCOMMONGroupManagementType *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMCOMMONGroupManagementType *)deserialize:(NSDictionary *)valueDict { @@ -217,6 +217,9 @@ - (instancetype)initWithGroupName:(NSString *)groupName groupManagementType:(DBTEAMCOMMONGroupManagementType *)groupManagementType groupExternalId:(NSString *)groupExternalId memberCount:(NSNumber *)memberCount { + [DBStoneValidators nonnullValidator:nil](groupName); + [DBStoneValidators nonnullValidator:nil](groupId); + [DBStoneValidators nonnullValidator:nil](groupManagementType); self = [super init]; if (self) { @@ -241,7 +244,7 @@ - (instancetype)initWithGroupName:(NSString *)groupName #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMCOMMONGroupSummarySerializer serialize:instance]; } @@ -272,10 +275,10 @@ - (NSUInteger)hash { result = prime * result + [self.groupName hash]; result = prime * result + [self.groupId hash]; result = prime * result + [self.groupManagementType hash]; - if (self.groupExternalId) { + if (self.groupExternalId != nil) { result = prime * result + [self.groupExternalId hash]; } - if (self.memberCount) { + if (self.memberCount != nil) { result = prime * result + [self.memberCount hash]; } @@ -340,7 +343,7 @@ + (NSDictionary *)serialize:(DBTEAMCOMMONGroupSummary *)valueObj { jsonDict[@"member_count"] = valueObj.memberCount; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMCOMMONGroupSummary *)deserialize:(NSDictionary *)valueDict { @@ -425,7 +428,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMCOMMONGroupTypeSerializer serialize:instance]; } @@ -514,7 +517,7 @@ + (NSDictionary *)serialize:(DBTEAMCOMMONGroupType *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMCOMMONGroupType *)deserialize:(NSDictionary *)valueDict { @@ -559,7 +562,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMCOMMONTimeRangeSerializer serialize:instance]; } @@ -587,10 +590,10 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.startTime) { + if (self.startTime != nil) { result = prime * result + [self.startTime hash]; } - if (self.endTime) { + if (self.endTime != nil) { result = prime * result + [self.endTime hash]; } @@ -642,7 +645,7 @@ + (NSDictionary *)serialize:(DBTEAMCOMMONTimeRange *)valueObj { jsonDict[@"end_time"] = [DBNSDateSerializer serialize:valueObj.endTime dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMCOMMONTimeRange *)deserialize:(NSDictionary *)valueDict { diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/Headers/DBTEAMCOMMONGroupManagementType.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/Headers/DBTEAMCOMMONGroupManagementType.h index d9024753..7b0ab139 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/Headers/DBTEAMCOMMONGroupManagementType.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/Headers/DBTEAMCOMMONGroupManagementType.h @@ -143,7 +143,7 @@ typedef NS_ENUM(NSInteger, DBTEAMCOMMONGroupManagementTypeTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMCOMMONGroupManagementType` API object. /// -+ (NSDictionary *)serialize:(DBTEAMCOMMONGroupManagementType *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMCOMMONGroupManagementType *)instance; /// /// Deserializes `DBTEAMCOMMONGroupManagementType` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/Headers/DBTEAMCOMMONGroupSummary.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/Headers/DBTEAMCOMMONGroupSummary.h index 58043a9c..c0a21171 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/Headers/DBTEAMCOMMONGroupSummary.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/Headers/DBTEAMCOMMONGroupSummary.h @@ -97,7 +97,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMCOMMONGroupSummary` API object. /// -+ (NSDictionary *)serialize:(DBTEAMCOMMONGroupSummary *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMCOMMONGroupSummary *)instance; /// /// Deserializes `DBTEAMCOMMONGroupSummary` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/Headers/DBTEAMCOMMONGroupType.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/Headers/DBTEAMCOMMONGroupType.h index f2f24f14..2fd7446a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/Headers/DBTEAMCOMMONGroupType.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/Headers/DBTEAMCOMMONGroupType.h @@ -124,7 +124,7 @@ typedef NS_ENUM(NSInteger, DBTEAMCOMMONGroupTypeTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMCOMMONGroupType` API object. /// -+ (NSDictionary *)serialize:(DBTEAMCOMMONGroupType *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMCOMMONGroupType *)instance; /// /// Deserializes `DBTEAMCOMMONGroupType` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/Headers/DBTEAMCOMMONTimeRange.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/Headers/DBTEAMCOMMONTimeRange.h index c03a6e27..079dfad0 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/Headers/DBTEAMCOMMONTimeRange.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/Headers/DBTEAMCOMMONTimeRange.h @@ -73,7 +73,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMCOMMONTimeRange` API object. /// -+ (NSDictionary *)serialize:(DBTEAMCOMMONTimeRange *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMCOMMONTimeRange *)instance; /// /// Deserializes `DBTEAMCOMMONTimeRange` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/DBTeamLogObjects.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/DBTeamLogObjects.m index 172c8125..2cf5ef7c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/DBTeamLogObjects.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/DBTeamLogObjects.m @@ -168,7 +168,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGAccessMethodLogInfoSerializer serialize:instance]; } @@ -281,7 +281,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGAccessMethodLogInfo *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGAccessMethodLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -376,7 +376,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGAccountCaptureAvailabilitySerializer serialize:instance]; } @@ -465,7 +465,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGAccountCaptureAvailability *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGAccountCaptureAvailability *)deserialize:(NSDictionary *)valueDict { @@ -497,6 +497,7 @@ @implementation DBTEAMLOGAccountCaptureChangeAvailabilityDetails - (instancetype)initWithDNewValue:(DBTEAMLOGAccountCaptureAvailability *)dNewValue previousValue:(DBTEAMLOGAccountCaptureAvailability *)previousValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -512,7 +513,7 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGAccountCaptureAvailability *)dNewVal #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGAccountCaptureChangeAvailabilityDetailsSerializer serialize:instance]; } @@ -541,7 +542,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -590,7 +591,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGAccountCaptureChangeAvailabilityDetails *) jsonDict[@"previous_value"] = [DBTEAMLOGAccountCaptureAvailabilitySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGAccountCaptureChangeAvailabilityDetails *)deserialize:(NSDictionary *)valueDict { @@ -620,6 +621,7 @@ @implementation DBTEAMLOGAccountCaptureChangePolicyDetails - (instancetype)initWithDNewValue:(DBTEAMLOGAccountCapturePolicy *)dNewValue previousValue:(DBTEAMLOGAccountCapturePolicy *)previousValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -635,7 +637,7 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGAccountCapturePolicy *)dNewValue { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGAccountCaptureChangePolicyDetailsSerializer serialize:instance]; } @@ -664,7 +666,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -713,7 +715,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGAccountCaptureChangePolicyDetails *)valueO jsonDict[@"previous_value"] = [DBTEAMLOGAccountCapturePolicySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGAccountCaptureChangePolicyDetails *)deserialize:(NSDictionary *)valueDict { @@ -739,6 +741,7 @@ @implementation DBTEAMLOGAccountCaptureMigrateAccountDetails #pragma mark - Constructors - (instancetype)initWithDomainName:(NSString *)domainName { + [DBStoneValidators nonnullValidator:nil](domainName); self = [super init]; if (self) { @@ -749,7 +752,7 @@ - (instancetype)initWithDomainName:(NSString *)domainName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGAccountCaptureMigrateAccountDetailsSerializer serialize:instance]; } @@ -816,7 +819,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGAccountCaptureMigrateAccountDetails *)valu jsonDict[@"domain_name"] = valueObj.domainName; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGAccountCaptureMigrateAccountDetails *)deserialize:(NSDictionary *)valueDict { @@ -906,7 +909,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGAccountCapturePolicySerializer serialize:instance]; } @@ -1001,7 +1004,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGAccountCapturePolicy *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGAccountCapturePolicy *)deserialize:(NSDictionary *)valueDict { @@ -1033,6 +1036,7 @@ @implementation DBTEAMLOGAccountCaptureRelinquishAccountDetails #pragma mark - Constructors - (instancetype)initWithDomainName:(NSString *)domainName { + [DBStoneValidators nonnullValidator:nil](domainName); self = [super init]; if (self) { @@ -1043,7 +1047,7 @@ - (instancetype)initWithDomainName:(NSString *)domainName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGAccountCaptureRelinquishAccountDetailsSerializer serialize:instance]; } @@ -1110,7 +1114,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGAccountCaptureRelinquishAccountDetails *)v jsonDict[@"domain_name"] = valueObj.domainName; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGAccountCaptureRelinquishAccountDetails *)deserialize:(NSDictionary *)valueDict { @@ -1272,7 +1276,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGActorLogInfoSerializer serialize:instance]; } @@ -1383,7 +1387,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGActorLogInfo *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGActorLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -1519,7 +1523,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGAdminRoleSerializer serialize:instance]; } @@ -1626,7 +1630,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGAdminRole *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGAdminRole *)deserialize:(NSDictionary *)valueDict { @@ -1671,7 +1675,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGAllowDownloadDisabledDetailsSerializer serialize:instance]; } @@ -1731,7 +1735,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGAllowDownloadDisabledDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGAllowDownloadDisabledDetails *)deserialize:(NSDictionary *)valueDict { @@ -1762,7 +1766,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGAllowDownloadEnabledDetailsSerializer serialize:instance]; } @@ -1822,7 +1826,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGAllowDownloadEnabledDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGAllowDownloadEnabledDetails *)deserialize:(NSDictionary *)valueDict { @@ -1844,6 +1848,7 @@ @implementation DBTEAMLOGApiSessionLogInfo #pragma mark - Constructors - (instancetype)initWithRequestId:(NSString *)requestId { + [DBStoneValidators nonnullValidator:nil](requestId); self = [super init]; if (self) { @@ -1854,7 +1859,7 @@ - (instancetype)initWithRequestId:(NSString *)requestId { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGApiSessionLogInfoSerializer serialize:instance]; } @@ -1920,7 +1925,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGApiSessionLogInfo *)valueObj { jsonDict[@"request_id"] = valueObj.requestId; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGApiSessionLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -1943,6 +1948,7 @@ @implementation DBTEAMLOGAppLinkTeamDetails #pragma mark - Constructors - (instancetype)initWithAppInfo:(DBTEAMLOGAppLogInfo *)appInfo { + [DBStoneValidators nonnullValidator:nil](appInfo); self = [super init]; if (self) { @@ -1953,7 +1959,7 @@ - (instancetype)initWithAppInfo:(DBTEAMLOGAppLogInfo *)appInfo { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGAppLinkTeamDetailsSerializer serialize:instance]; } @@ -2019,7 +2025,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGAppLinkTeamDetails *)valueObj { jsonDict[@"app_info"] = [DBTEAMLOGAppLogInfoSerializer serialize:valueObj.appInfo]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGAppLinkTeamDetails *)deserialize:(NSDictionary *)valueDict { @@ -2042,6 +2048,7 @@ @implementation DBTEAMLOGAppLinkUserDetails #pragma mark - Constructors - (instancetype)initWithAppInfo:(DBTEAMLOGAppLogInfo *)appInfo { + [DBStoneValidators nonnullValidator:nil](appInfo); self = [super init]; if (self) { @@ -2052,7 +2059,7 @@ - (instancetype)initWithAppInfo:(DBTEAMLOGAppLogInfo *)appInfo { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGAppLinkUserDetailsSerializer serialize:instance]; } @@ -2118,7 +2125,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGAppLinkUserDetails *)valueObj { jsonDict[@"app_info"] = [DBTEAMLOGAppLogInfoSerializer serialize:valueObj.appInfo]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGAppLinkUserDetails *)deserialize:(NSDictionary *)valueDict { @@ -2158,7 +2165,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGAppLogInfoSerializer serialize:instance]; } @@ -2186,10 +2193,10 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.appId) { + if (self.appId != nil) { result = prime * result + [self.appId hash]; } - if (self.displayName) { + if (self.displayName != nil) { result = prime * result + [self.displayName hash]; } @@ -2264,7 +2271,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGAppLogInfo *)valueObj { jsonDict[@".tag"] = @"teamLinkedApp"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGAppLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -2298,6 +2305,7 @@ @implementation DBTEAMLOGAppUnlinkTeamDetails #pragma mark - Constructors - (instancetype)initWithAppInfo:(DBTEAMLOGAppLogInfo *)appInfo { + [DBStoneValidators nonnullValidator:nil](appInfo); self = [super init]; if (self) { @@ -2308,7 +2316,7 @@ - (instancetype)initWithAppInfo:(DBTEAMLOGAppLogInfo *)appInfo { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGAppUnlinkTeamDetailsSerializer serialize:instance]; } @@ -2374,7 +2382,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGAppUnlinkTeamDetails *)valueObj { jsonDict[@"app_info"] = [DBTEAMLOGAppLogInfoSerializer serialize:valueObj.appInfo]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGAppUnlinkTeamDetails *)deserialize:(NSDictionary *)valueDict { @@ -2397,6 +2405,7 @@ @implementation DBTEAMLOGAppUnlinkUserDetails #pragma mark - Constructors - (instancetype)initWithAppInfo:(DBTEAMLOGAppLogInfo *)appInfo { + [DBStoneValidators nonnullValidator:nil](appInfo); self = [super init]; if (self) { @@ -2407,7 +2416,7 @@ - (instancetype)initWithAppInfo:(DBTEAMLOGAppLogInfo *)appInfo { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGAppUnlinkUserDetailsSerializer serialize:instance]; } @@ -2473,7 +2482,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGAppUnlinkUserDetails *)valueObj { jsonDict[@"app_info"] = [DBTEAMLOGAppLogInfoSerializer serialize:valueObj.appInfo]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGAppUnlinkUserDetails *)deserialize:(NSDictionary *)valueDict { @@ -2622,7 +2631,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGAssetLogInfoSerializer serialize:instance]; } @@ -2728,7 +2737,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGAssetLogInfo *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGAssetLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -2772,6 +2781,13 @@ - (instancetype)initWithSubject:(NSString *)subject serialNumber:(NSString *)serialNumber sha1Fingerprint:(NSString *)sha1Fingerprint commonName:(NSString *)commonName { + [DBStoneValidators nonnullValidator:nil](subject); + [DBStoneValidators nonnullValidator:nil](issuer); + [DBStoneValidators nonnullValidator:nil](issueDate); + [DBStoneValidators nonnullValidator:nil](expirationDate); + [DBStoneValidators nonnullValidator:nil](serialNumber); + [DBStoneValidators nonnullValidator:nil](sha1Fingerprint); + [DBStoneValidators nonnullValidator:nil](commonName); self = [super init]; if (self) { @@ -2788,7 +2804,7 @@ - (instancetype)initWithSubject:(NSString *)subject #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGCertificateSerializer serialize:instance]; } @@ -2884,7 +2900,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGCertificate *)valueObj { jsonDict[@"sha1_fingerprint"] = valueObj.sha1Fingerprint; jsonDict[@"common_name"] = valueObj.commonName; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGCertificate *)deserialize:(NSDictionary *)valueDict { @@ -2918,6 +2934,7 @@ @implementation DBTEAMLOGCollectionShareDetails #pragma mark - Constructors - (instancetype)initWithAlbumName:(NSString *)albumName { + [DBStoneValidators nonnullValidator:nil](albumName); self = [super init]; if (self) { @@ -2928,7 +2945,7 @@ - (instancetype)initWithAlbumName:(NSString *)albumName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGCollectionShareDetailsSerializer serialize:instance]; } @@ -2994,7 +3011,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGCollectionShareDetails *)valueObj { jsonDict[@"album_name"] = valueObj.albumName; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGCollectionShareDetails *)deserialize:(NSDictionary *)valueDict { @@ -3070,7 +3087,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGConfidentialitySerializer serialize:instance]; } @@ -3159,7 +3176,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGConfidentiality *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGConfidentiality *)deserialize:(NSDictionary *)valueDict { @@ -3243,7 +3260,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGContentPermanentDeletePolicySerializer serialize:instance]; } @@ -3332,7 +3349,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGContentPermanentDeletePolicy *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGContentPermanentDeletePolicy *)deserialize:(NSDictionary *)valueDict { @@ -3453,7 +3470,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGContextLogInfoSerializer serialize:instance]; } @@ -3551,7 +3568,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGContextLogInfo *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGContextLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -3594,7 +3611,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGCreateFolderDetailsSerializer serialize:instance]; } @@ -3654,7 +3671,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGCreateFolderDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGCreateFolderDetails *)deserialize:(NSDictionary *)valueDict { @@ -3678,6 +3695,8 @@ @implementation DBTEAMLOGDataPlacementRestrictionChangePolicyDetails - (instancetype)initWithPreviousValue:(DBTEAMLOGPlacementRestriction *)previousValue dNewValue:(DBTEAMLOGPlacementRestriction *)dNewValue { + [DBStoneValidators nonnullValidator:nil](previousValue); + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -3689,7 +3708,7 @@ - (instancetype)initWithPreviousValue:(DBTEAMLOGPlacementRestriction *)previousV #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDataPlacementRestrictionChangePolicyDetailsSerializer serialize:instance]; } @@ -3761,7 +3780,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDataPlacementRestrictionChangePolicyDetail jsonDict[@"previous_value"] = [DBTEAMLOGPlacementRestrictionSerializer serialize:valueObj.previousValue]; jsonDict[@"new_value"] = [DBTEAMLOGPlacementRestrictionSerializer serialize:valueObj.dNewValue]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDataPlacementRestrictionChangePolicyDetails *)deserialize:(NSDictionary *)valueDict { @@ -3788,6 +3807,7 @@ @implementation DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetails #pragma mark - Constructors - (instancetype)initWithPlacementRestriction:(DBTEAMLOGPlacementRestriction *)placementRestriction { + [DBStoneValidators nonnullValidator:nil](placementRestriction); self = [super init]; if (self) { @@ -3798,7 +3818,7 @@ - (instancetype)initWithPlacementRestriction:(DBTEAMLOGPlacementRestriction *)pl #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetailsSerializer serialize:instance]; } @@ -3866,7 +3886,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetai jsonDict[@"placement_restriction"] = [DBTEAMLOGPlacementRestrictionSerializer serialize:valueObj.placementRestriction]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetails *)deserialize:(NSDictionary *)valueDict { @@ -3907,7 +3927,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSessionLogInfoSerializer serialize:instance]; } @@ -3935,7 +3955,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.sessionId) { + if (self.sessionId != nil) { result = prime * result + [self.sessionId hash]; } @@ -4002,7 +4022,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGSessionLogInfo *)valueObj { jsonDict[@".tag"] = @"mobile"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSessionLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -4049,7 +4069,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDesktopSessionLogInfoSerializer serialize:instance]; } @@ -4077,7 +4097,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.sessionId) { + if (self.sessionId != nil) { result = prime * result + [self.sessionId hash]; } @@ -4121,7 +4141,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDesktopSessionLogInfo *)valueObj { jsonDict[@"session_id"] = valueObj.sessionId; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDesktopSessionLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -4160,7 +4180,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDeviceApprovalsChangeDesktopPolicyDetailsSerializer serialize:instance]; } @@ -4188,10 +4208,10 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.dNewValue) { + if (self.dNewValue != nil) { result = prime * result + [self.dNewValue hash]; } - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -4244,7 +4264,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDeviceApprovalsChangeDesktopPolicyDetails jsonDict[@"previous_value"] = [DBTEAMLOGDeviceApprovalsPolicySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDeviceApprovalsChangeDesktopPolicyDetails *)deserialize:(NSDictionary *)valueDict { @@ -4288,7 +4308,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetailsSerializer serialize:instance]; } @@ -4316,10 +4336,10 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.dNewValue) { + if (self.dNewValue != nil) { result = prime * result + [self.dNewValue hash]; } - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -4372,7 +4392,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetails * jsonDict[@"previous_value"] = [DBTEAMLOGDeviceApprovalsPolicySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetails *)deserialize:(NSDictionary *)valueDict { @@ -4391,7 +4411,7 @@ + (DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetails *)deserialize:(NSDictionary #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #import "DBTEAMLOGDeviceApprovalsChangeOverageActionDetails.h" -#import "DBTEAMLOGDeviceApprovalsRolloutPolicy.h" +#import "DBTEAMPOLICIESRolloutMethod.h" #pragma mark - API Object @@ -4399,8 +4419,8 @@ @implementation DBTEAMLOGDeviceApprovalsChangeOverageActionDetails #pragma mark - Constructors -- (instancetype)initWithDNewValue:(DBTEAMLOGDeviceApprovalsRolloutPolicy *)dNewValue - previousValue:(DBTEAMLOGDeviceApprovalsRolloutPolicy *)previousValue { +- (instancetype)initWithDNewValue:(DBTEAMPOLICIESRolloutMethod *)dNewValue + previousValue:(DBTEAMPOLICIESRolloutMethod *)previousValue { self = [super init]; if (self) { @@ -4416,7 +4436,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDeviceApprovalsChangeOverageActionDetailsSerializer serialize:instance]; } @@ -4444,10 +4464,10 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.dNewValue) { + if (self.dNewValue != nil) { result = prime * result + [self.dNewValue hash]; } - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -4494,23 +4514,21 @@ + (NSDictionary *)serialize:(DBTEAMLOGDeviceApprovalsChangeOverageActionDetails NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; if (valueObj.dNewValue) { - jsonDict[@"new_value"] = [DBTEAMLOGDeviceApprovalsRolloutPolicySerializer serialize:valueObj.dNewValue]; + jsonDict[@"new_value"] = [DBTEAMPOLICIESRolloutMethodSerializer serialize:valueObj.dNewValue]; } if (valueObj.previousValue) { - jsonDict[@"previous_value"] = [DBTEAMLOGDeviceApprovalsRolloutPolicySerializer serialize:valueObj.previousValue]; + jsonDict[@"previous_value"] = [DBTEAMPOLICIESRolloutMethodSerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDeviceApprovalsChangeOverageActionDetails *)deserialize:(NSDictionary *)valueDict { - DBTEAMLOGDeviceApprovalsRolloutPolicy *dNewValue = - valueDict[@"new_value"] ? [DBTEAMLOGDeviceApprovalsRolloutPolicySerializer deserialize:valueDict[@"new_value"]] - : nil; - DBTEAMLOGDeviceApprovalsRolloutPolicy *previousValue = - valueDict[@"previous_value"] - ? [DBTEAMLOGDeviceApprovalsRolloutPolicySerializer deserialize:valueDict[@"previous_value"]] - : nil; + DBTEAMPOLICIESRolloutMethod *dNewValue = + valueDict[@"new_value"] ? [DBTEAMPOLICIESRolloutMethodSerializer deserialize:valueDict[@"new_value"]] : nil; + DBTEAMPOLICIESRolloutMethod *previousValue = + valueDict[@"previous_value"] ? [DBTEAMPOLICIESRolloutMethodSerializer deserialize:valueDict[@"previous_value"]] + : nil; return [[DBTEAMLOGDeviceApprovalsChangeOverageActionDetails alloc] initWithDNewValue:dNewValue previousValue:previousValue]; @@ -4546,7 +4564,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetailsSerializer serialize:instance]; } @@ -4574,10 +4592,10 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.dNewValue) { + if (self.dNewValue != nil) { result = prime * result + [self.dNewValue hash]; } - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -4630,7 +4648,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetails * jsonDict[@"previous_value"] = [DBTEAMLOGDeviceUnlinkPolicySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetails *)deserialize:(NSDictionary *)valueDict { @@ -4711,7 +4729,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDeviceApprovalsPolicySerializer serialize:instance]; } @@ -4800,7 +4818,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDeviceApprovalsPolicy *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDeviceApprovalsPolicy *)deserialize:(NSDictionary *)valueDict { @@ -4819,201 +4837,6 @@ + (DBTEAMLOGDeviceApprovalsPolicy *)deserialize:(NSDictionary *)valueDict { @end -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" -#import "DBTEAMLOGDeviceApprovalsRolloutPolicy.h" - -#pragma mark - API Object - -@implementation DBTEAMLOGDeviceApprovalsRolloutPolicy - -#pragma mark - Constructors - -- (instancetype)initWithRemoveOldest { - self = [super init]; - if (self) { - _tag = DBTEAMLOGDeviceApprovalsRolloutPolicyRemoveOldest; - } - return self; -} - -- (instancetype)initWithRemoveAll { - self = [super init]; - if (self) { - _tag = DBTEAMLOGDeviceApprovalsRolloutPolicyRemoveAll; - } - return self; -} - -- (instancetype)initWithAddException { - self = [super init]; - if (self) { - _tag = DBTEAMLOGDeviceApprovalsRolloutPolicyAddException; - } - return self; -} - -- (instancetype)initWithOther { - self = [super init]; - if (self) { - _tag = DBTEAMLOGDeviceApprovalsRolloutPolicyOther; - } - return self; -} - -#pragma mark - Instance field accessors - -#pragma mark - Tag state methods - -- (BOOL)isRemoveOldest { - return _tag == DBTEAMLOGDeviceApprovalsRolloutPolicyRemoveOldest; -} - -- (BOOL)isRemoveAll { - return _tag == DBTEAMLOGDeviceApprovalsRolloutPolicyRemoveAll; -} - -- (BOOL)isAddException { - return _tag == DBTEAMLOGDeviceApprovalsRolloutPolicyAddException; -} - -- (BOOL)isOther { - return _tag == DBTEAMLOGDeviceApprovalsRolloutPolicyOther; -} - -- (NSString *)tagName { - switch (_tag) { - case DBTEAMLOGDeviceApprovalsRolloutPolicyRemoveOldest: - return @"DBTEAMLOGDeviceApprovalsRolloutPolicyRemoveOldest"; - case DBTEAMLOGDeviceApprovalsRolloutPolicyRemoveAll: - return @"DBTEAMLOGDeviceApprovalsRolloutPolicyRemoveAll"; - case DBTEAMLOGDeviceApprovalsRolloutPolicyAddException: - return @"DBTEAMLOGDeviceApprovalsRolloutPolicyAddException"; - case DBTEAMLOGDeviceApprovalsRolloutPolicyOther: - return @"DBTEAMLOGDeviceApprovalsRolloutPolicyOther"; - } - - @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGDeviceApprovalsRolloutPolicySerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGDeviceApprovalsRolloutPolicySerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBTEAMLOGDeviceApprovalsRolloutPolicySerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - switch (_tag) { - case DBTEAMLOGDeviceApprovalsRolloutPolicyRemoveOldest: - result = prime * result + [[self tagName] hash]; - case DBTEAMLOGDeviceApprovalsRolloutPolicyRemoveAll: - result = prime * result + [[self tagName] hash]; - case DBTEAMLOGDeviceApprovalsRolloutPolicyAddException: - result = prime * result + [[self tagName] hash]; - case DBTEAMLOGDeviceApprovalsRolloutPolicyOther: - result = prime * result + [[self tagName] hash]; - } - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToDeviceApprovalsRolloutPolicy:other]; -} - -- (BOOL)isEqualToDeviceApprovalsRolloutPolicy:(DBTEAMLOGDeviceApprovalsRolloutPolicy *)aDeviceApprovalsRolloutPolicy { - if (self == aDeviceApprovalsRolloutPolicy) { - return YES; - } - if (self.tag != aDeviceApprovalsRolloutPolicy.tag) { - return NO; - } - switch (_tag) { - case DBTEAMLOGDeviceApprovalsRolloutPolicyRemoveOldest: - return [[self tagName] isEqual:[aDeviceApprovalsRolloutPolicy tagName]]; - case DBTEAMLOGDeviceApprovalsRolloutPolicyRemoveAll: - return [[self tagName] isEqual:[aDeviceApprovalsRolloutPolicy tagName]]; - case DBTEAMLOGDeviceApprovalsRolloutPolicyAddException: - return [[self tagName] isEqual:[aDeviceApprovalsRolloutPolicy tagName]]; - case DBTEAMLOGDeviceApprovalsRolloutPolicyOther: - return [[self tagName] isEqual:[aDeviceApprovalsRolloutPolicy tagName]]; - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBTEAMLOGDeviceApprovalsRolloutPolicySerializer - -+ (NSDictionary *)serialize:(DBTEAMLOGDeviceApprovalsRolloutPolicy *)valueObj { - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - if ([valueObj isRemoveOldest]) { - jsonDict[@".tag"] = @"remove_oldest"; - } else if ([valueObj isRemoveAll]) { - jsonDict[@".tag"] = @"remove_all"; - } else if ([valueObj isAddException]) { - jsonDict[@".tag"] = @"add_exception"; - } else if ([valueObj isOther]) { - jsonDict[@".tag"] = @"other"; - } else { - jsonDict[@".tag"] = @"other"; - } - - return jsonDict; -} - -+ (DBTEAMLOGDeviceApprovalsRolloutPolicy *)deserialize:(NSDictionary *)valueDict { - NSString *tag = valueDict[@".tag"]; - - if ([tag isEqualToString:@"remove_oldest"]) { - return [[DBTEAMLOGDeviceApprovalsRolloutPolicy alloc] initWithRemoveOldest]; - } else if ([tag isEqualToString:@"remove_all"]) { - return [[DBTEAMLOGDeviceApprovalsRolloutPolicy alloc] initWithRemoveAll]; - } else if ([tag isEqualToString:@"add_exception"]) { - return [[DBTEAMLOGDeviceApprovalsRolloutPolicy alloc] initWithAddException]; - } else if ([tag isEqualToString:@"other"]) { - return [[DBTEAMLOGDeviceApprovalsRolloutPolicy alloc] initWithOther]; - } else { - return [[DBTEAMLOGDeviceApprovalsRolloutPolicy alloc] initWithOther]; - } -} - -@end - #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #import "DBTEAMLOGDeviceChangeIpDesktopDetails.h" @@ -5026,6 +4849,7 @@ @implementation DBTEAMLOGDeviceChangeIpDesktopDetails #pragma mark - Constructors - (instancetype)initWithDeviceInfo:(DBTEAMLOGDeviceLogInfo *)deviceInfo { + [DBStoneValidators nonnullValidator:nil](deviceInfo); self = [super init]; if (self) { @@ -5036,7 +4860,7 @@ - (instancetype)initWithDeviceInfo:(DBTEAMLOGDeviceLogInfo *)deviceInfo { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDeviceChangeIpDesktopDetailsSerializer serialize:instance]; } @@ -5102,7 +4926,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDeviceChangeIpDesktopDetails *)valueObj { jsonDict[@"device_info"] = [DBTEAMLOGDeviceLogInfoSerializer serialize:valueObj.deviceInfo]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDeviceChangeIpDesktopDetails *)deserialize:(NSDictionary *)valueDict { @@ -5125,6 +4949,7 @@ @implementation DBTEAMLOGDeviceChangeIpMobileDetails #pragma mark - Constructors - (instancetype)initWithDeviceInfo:(DBTEAMLOGDeviceLogInfo *)deviceInfo { + [DBStoneValidators nonnullValidator:nil](deviceInfo); self = [super init]; if (self) { @@ -5135,7 +4960,7 @@ - (instancetype)initWithDeviceInfo:(DBTEAMLOGDeviceLogInfo *)deviceInfo { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDeviceChangeIpMobileDetailsSerializer serialize:instance]; } @@ -5201,7 +5026,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDeviceChangeIpMobileDetails *)valueObj { jsonDict[@"device_info"] = [DBTEAMLOGDeviceLogInfoSerializer serialize:valueObj.deviceInfo]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDeviceChangeIpMobileDetails *)deserialize:(NSDictionary *)valueDict { @@ -5224,6 +5049,7 @@ @implementation DBTEAMLOGDeviceChangeIpWebDetails #pragma mark - Constructors - (instancetype)initWithUserAgent:(NSString *)userAgent deviceInfo:(DBTEAMLOGDeviceLogInfo *)deviceInfo { + [DBStoneValidators nonnullValidator:nil](userAgent); self = [super init]; if (self) { @@ -5239,7 +5065,7 @@ - (instancetype)initWithUserAgent:(NSString *)userAgent { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDeviceChangeIpWebDetailsSerializer serialize:instance]; } @@ -5268,7 +5094,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.userAgent hash]; - if (self.deviceInfo) { + if (self.deviceInfo != nil) { result = prime * result + [self.deviceInfo hash]; } @@ -5316,7 +5142,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDeviceChangeIpWebDetails *)valueObj { jsonDict[@"device_info"] = [DBTEAMLOGDeviceLogInfoSerializer serialize:valueObj.deviceInfo]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDeviceChangeIpWebDetails *)deserialize:(NSDictionary *)valueDict { @@ -5341,6 +5167,8 @@ @implementation DBTEAMLOGDeviceDeleteOnUnlinkFailDetails #pragma mark - Constructors - (instancetype)initWithDeviceInfo:(DBTEAMLOGDeviceLogInfo *)deviceInfo numFailures:(NSNumber *)numFailures { + [DBStoneValidators nonnullValidator:nil](deviceInfo); + [DBStoneValidators nonnullValidator:nil](numFailures); self = [super init]; if (self) { @@ -5352,7 +5180,7 @@ - (instancetype)initWithDeviceInfo:(DBTEAMLOGDeviceLogInfo *)deviceInfo numFailu #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDeviceDeleteOnUnlinkFailDetailsSerializer serialize:instance]; } @@ -5424,7 +5252,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDeviceDeleteOnUnlinkFailDetails *)valueObj jsonDict[@"device_info"] = [DBTEAMLOGDeviceLogInfoSerializer serialize:valueObj.deviceInfo]; jsonDict[@"num_failures"] = valueObj.numFailures; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDeviceDeleteOnUnlinkFailDetails *)deserialize:(NSDictionary *)valueDict { @@ -5448,6 +5276,7 @@ @implementation DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetails #pragma mark - Constructors - (instancetype)initWithDeviceInfo:(DBTEAMLOGDeviceLogInfo *)deviceInfo { + [DBStoneValidators nonnullValidator:nil](deviceInfo); self = [super init]; if (self) { @@ -5458,7 +5287,7 @@ - (instancetype)initWithDeviceInfo:(DBTEAMLOGDeviceLogInfo *)deviceInfo { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetailsSerializer serialize:instance]; } @@ -5525,7 +5354,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetails *)value jsonDict[@"device_info"] = [DBTEAMLOGDeviceLogInfoSerializer serialize:valueObj.deviceInfo]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetails *)deserialize:(NSDictionary *)valueDict { @@ -5549,6 +5378,7 @@ @implementation DBTEAMLOGDeviceLinkFailDetails #pragma mark - Constructors - (instancetype)initWithDeviceType:(DBTEAMLOGDeviceType *)deviceType deviceInfo:(DBTEAMLOGDeviceLogInfo *)deviceInfo { + [DBStoneValidators nonnullValidator:nil](deviceType); self = [super init]; if (self) { @@ -5564,7 +5394,7 @@ - (instancetype)initWithDeviceType:(DBTEAMLOGDeviceType *)deviceType { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDeviceLinkFailDetailsSerializer serialize:instance]; } @@ -5593,7 +5423,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.deviceType hash]; - if (self.deviceInfo) { + if (self.deviceInfo != nil) { result = prime * result + [self.deviceInfo hash]; } @@ -5641,7 +5471,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDeviceLinkFailDetails *)valueObj { jsonDict[@"device_info"] = [DBTEAMLOGDeviceLogInfoSerializer serialize:valueObj.deviceInfo]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDeviceLinkFailDetails *)deserialize:(NSDictionary *)valueDict { @@ -5666,6 +5496,7 @@ @implementation DBTEAMLOGDeviceLinkSuccessDetails #pragma mark - Constructors - (instancetype)initWithDeviceInfo:(DBTEAMLOGDeviceLogInfo *)deviceInfo { + [DBStoneValidators nonnullValidator:nil](deviceInfo); self = [super init]; if (self) { @@ -5676,7 +5507,7 @@ - (instancetype)initWithDeviceInfo:(DBTEAMLOGDeviceLogInfo *)deviceInfo { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDeviceLinkSuccessDetailsSerializer serialize:instance]; } @@ -5742,7 +5573,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDeviceLinkSuccessDetails *)valueObj { jsonDict[@"device_info"] = [DBTEAMLOGDeviceLogInfoSerializer serialize:valueObj.deviceInfo]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDeviceLinkSuccessDetails *)deserialize:(NSDictionary *)valueDict { @@ -5773,10 +5604,6 @@ - (instancetype)initWithDeviceId:(NSString *)deviceId ipAddress:(NSString *)ipAddress lastActivity:(NSString *)lastActivity appVersion:(NSString *)appVersion { - [DBStoneValidators - nullableValidator:[DBStoneValidators stringValidator:nil - maxLength:nil - pattern:@"^\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}$"]](ipAddress); self = [super init]; if (self) { @@ -5809,7 +5636,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDeviceLogInfoSerializer serialize:instance]; } @@ -5837,34 +5664,34 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.deviceId) { + if (self.deviceId != nil) { result = prime * result + [self.deviceId hash]; } - if (self.displayName) { + if (self.displayName != nil) { result = prime * result + [self.displayName hash]; } - if (self.isEmmManaged) { + if (self.isEmmManaged != nil) { result = prime * result + [self.isEmmManaged hash]; } - if (self.platform) { + if (self.platform != nil) { result = prime * result + [self.platform hash]; } - if (self.macAddress) { + if (self.macAddress != nil) { result = prime * result + [self.macAddress hash]; } - if (self.osVersion) { + if (self.osVersion != nil) { result = prime * result + [self.osVersion hash]; } - if (self.deviceType) { + if (self.deviceType != nil) { result = prime * result + [self.deviceType hash]; } - if (self.ipAddress) { + if (self.ipAddress != nil) { result = prime * result + [self.ipAddress hash]; } - if (self.lastActivity) { + if (self.lastActivity != nil) { result = prime * result + [self.lastActivity hash]; } - if (self.appVersion) { + if (self.appVersion != nil) { result = prime * result + [self.appVersion hash]; } @@ -5980,7 +5807,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDeviceLogInfo *)valueObj { jsonDict[@"app_version"] = valueObj.appVersion; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDeviceLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -6029,7 +5856,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDeviceManagementDisabledDetailsSerializer serialize:instance]; } @@ -6090,7 +5917,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDeviceManagementDisabledDetails *)valueObj #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDeviceManagementDisabledDetails *)deserialize:(NSDictionary *)valueDict { @@ -6121,7 +5948,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDeviceManagementEnabledDetailsSerializer serialize:instance]; } @@ -6182,7 +6009,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDeviceManagementEnabledDetails *)valueObj #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDeviceManagementEnabledDetails *)deserialize:(NSDictionary *)valueDict { @@ -6258,7 +6085,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDeviceTypeSerializer serialize:instance]; } @@ -6347,7 +6174,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDeviceType *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDeviceType *)deserialize:(NSDictionary *)valueDict { @@ -6378,6 +6205,8 @@ @implementation DBTEAMLOGDeviceUnlinkDetails #pragma mark - Constructors - (instancetype)initWithDeviceInfo:(DBTEAMLOGDeviceLogInfo *)deviceInfo deleteData:(NSNumber *)deleteData { + [DBStoneValidators nonnullValidator:nil](deviceInfo); + [DBStoneValidators nonnullValidator:nil](deleteData); self = [super init]; if (self) { @@ -6389,7 +6218,7 @@ - (instancetype)initWithDeviceInfo:(DBTEAMLOGDeviceLogInfo *)deviceInfo deleteDa #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDeviceUnlinkDetailsSerializer serialize:instance]; } @@ -6460,7 +6289,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDeviceUnlinkDetails *)valueObj { jsonDict[@"device_info"] = [DBTEAMLOGDeviceLogInfoSerializer serialize:valueObj.deviceInfo]; jsonDict[@"delete_data"] = valueObj.deleteData; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDeviceUnlinkDetails *)deserialize:(NSDictionary *)valueDict { @@ -6537,7 +6366,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDeviceUnlinkPolicySerializer serialize:instance]; } @@ -6626,7 +6455,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDeviceUnlinkPolicy *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDeviceUnlinkPolicy *)deserialize:(NSDictionary *)valueDict { @@ -6665,7 +6494,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDisabledDomainInvitesDetailsSerializer serialize:instance]; } @@ -6725,7 +6554,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDisabledDomainInvitesDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDisabledDomainInvitesDetails *)deserialize:(NSDictionary *)valueDict { @@ -6756,7 +6585,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDomainInvitesApproveRequestToJoinTeamDetailsSerializer serialize:instance]; } @@ -6817,7 +6646,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDomainInvitesApproveRequestToJoinTeamDetai #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDomainInvitesApproveRequestToJoinTeamDetails *)deserialize:(NSDictionary *)valueDict { @@ -6848,7 +6677,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamDetailsSerializer serialize:instance]; } @@ -6909,7 +6738,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamDetai #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamDetails *)deserialize:(NSDictionary *)valueDict { @@ -6931,7 +6760,11 @@ @implementation DBTEAMLOGDomainInvitesEmailExistingUsersDetails #pragma mark - Constructors - (instancetype)initWithDomainName:(NSArray *)domainName numRecipients:(NSNumber *)numRecipients { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](domainName); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](domainName); + [DBStoneValidators nonnullValidator:nil](numRecipients); self = [super init]; if (self) { @@ -6943,7 +6776,7 @@ - (instancetype)initWithDomainName:(NSArray *)domainName numRecipien #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDomainInvitesEmailExistingUsersDetailsSerializer serialize:instance]; } @@ -7018,7 +6851,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDomainInvitesEmailExistingUsersDetails *)v }]; jsonDict[@"num_recipients"] = valueObj.numRecipients; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDomainInvitesEmailExistingUsersDetails *)deserialize:(NSDictionary *)valueDict { @@ -7054,7 +6887,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDomainInvitesRequestToJoinTeamDetailsSerializer serialize:instance]; } @@ -7115,7 +6948,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDomainInvitesRequestToJoinTeamDetails *)va #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDomainInvitesRequestToJoinTeamDetails *)deserialize:(NSDictionary *)valueDict { @@ -7146,7 +6979,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoDetailsSerializer serialize:instance]; } @@ -7207,7 +7040,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoDetai #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoDetails *)deserialize:(NSDictionary *)valueDict { @@ -7238,7 +7071,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesDetailsSerializer serialize:instance]; } @@ -7299,7 +7132,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesDeta #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesDetails *)deserialize:(NSDictionary *)valueDict { @@ -7321,6 +7154,7 @@ @implementation DBTEAMLOGDomainVerificationAddDomainFailDetails #pragma mark - Constructors - (instancetype)initWithDomainName:(NSString *)domainName verificationMethod:(NSString *)verificationMethod { + [DBStoneValidators nonnullValidator:nil](domainName); self = [super init]; if (self) { @@ -7336,7 +7170,7 @@ - (instancetype)initWithDomainName:(NSString *)domainName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDomainVerificationAddDomainFailDetailsSerializer serialize:instance]; } @@ -7365,7 +7199,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.domainName hash]; - if (self.verificationMethod) { + if (self.verificationMethod != nil) { result = prime * result + [self.verificationMethod hash]; } @@ -7414,7 +7248,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDomainVerificationAddDomainFailDetails *)v jsonDict[@"verification_method"] = valueObj.verificationMethod; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDomainVerificationAddDomainFailDetails *)deserialize:(NSDictionary *)valueDict { @@ -7439,7 +7273,10 @@ @implementation DBTEAMLOGDomainVerificationAddDomainSuccessDetails - (instancetype)initWithDomainNames:(NSArray *)domainNames verificationMethod:(NSString *)verificationMethod { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](domainNames); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](domainNames); self = [super init]; if (self) { @@ -7455,7 +7292,7 @@ - (instancetype)initWithDomainNames:(NSArray *)domainNames { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDomainVerificationAddDomainSuccessDetailsSerializer serialize:instance]; } @@ -7484,7 +7321,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.domainNames hash]; - if (self.verificationMethod) { + if (self.verificationMethod != nil) { result = prime * result + [self.verificationMethod hash]; } @@ -7536,7 +7373,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDomainVerificationAddDomainSuccessDetails jsonDict[@"verification_method"] = valueObj.verificationMethod; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDomainVerificationAddDomainSuccessDetails *)deserialize:(NSDictionary *)valueDict { @@ -7562,25 +7399,22 @@ @implementation DBTEAMLOGDomainVerificationRemoveDomainDetails #pragma mark - Constructors -- (instancetype)initWithDomainNames:(NSArray *)domainNames - verificationMethod:(NSString *)verificationMethod { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](domainNames); +- (instancetype)initWithDomainNames:(NSArray *)domainNames { + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](domainNames); self = [super init]; if (self) { _domainNames = domainNames; - _verificationMethod = verificationMethod; } return self; } -- (instancetype)initWithDomainNames:(NSArray *)domainNames { - return [self initWithDomainNames:domainNames verificationMethod:nil]; -} - #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDomainVerificationRemoveDomainDetailsSerializer serialize:instance]; } @@ -7609,9 +7443,6 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.domainNames hash]; - if (self.verificationMethod) { - result = prime * result + [self.verificationMethod hash]; - } return prime * result; } @@ -7636,11 +7467,6 @@ - (BOOL)isEqualToDomainVerificationRemoveDomainDetails: if (![self.domainNames isEqual:aDomainVerificationRemoveDomainDetails.domainNames]) { return NO; } - if (self.verificationMethod) { - if (![self.verificationMethod isEqual:aDomainVerificationRemoveDomainDetails.verificationMethod]) { - return NO; - } - } return YES; } @@ -7657,11 +7483,8 @@ + (NSDictionary *)serialize:(DBTEAMLOGDomainVerificationRemoveDomainDetails *)va withBlock:^id(id elem0) { return elem0; }]; - if (valueObj.verificationMethod) { - jsonDict[@"verification_method"] = valueObj.verificationMethod; - } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDomainVerificationRemoveDomainDetails *)deserialize:(NSDictionary *)valueDict { @@ -7669,10 +7492,8 @@ + (DBTEAMLOGDomainVerificationRemoveDomainDetails *)deserialize:(NSDictionary *) withBlock:^id(id elem0) { return elem0; }]; - NSString *verificationMethod = valueDict[@"verification_method"] ?: nil; - return [[DBTEAMLOGDomainVerificationRemoveDomainDetails alloc] initWithDomainNames:domainNames - verificationMethod:verificationMethod]; + return [[DBTEAMLOGDomainVerificationRemoveDomainDetails alloc] initWithDomainNames:domainNames]; } @end @@ -7689,6 +7510,8 @@ @implementation DBTEAMLOGDurationLogInfo #pragma mark - Constructors - (instancetype)initWithUnit:(DBTEAMLOGTimeUnit *)unit amount:(NSNumber *)amount { + [DBStoneValidators nonnullValidator:nil](unit); + [DBStoneValidators nonnullValidator:nil](amount); self = [super init]; if (self) { @@ -7700,7 +7523,7 @@ - (instancetype)initWithUnit:(DBTEAMLOGTimeUnit *)unit amount:(NSNumber *)amount #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGDurationLogInfoSerializer serialize:instance]; } @@ -7771,7 +7594,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGDurationLogInfo *)valueObj { jsonDict[@"unit"] = [DBTEAMLOGTimeUnitSerializer serialize:valueObj.unit]; jsonDict[@"amount"] = valueObj.amount; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGDurationLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -7803,7 +7626,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGEmmAddExceptionDetailsSerializer serialize:instance]; } @@ -7863,7 +7686,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGEmmAddExceptionDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGEmmAddExceptionDetails *)deserialize:(NSDictionary *)valueDict { @@ -7877,7 +7700,7 @@ + (DBTEAMLOGEmmAddExceptionDetails *)deserialize:(NSDictionary *)valueDict { #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #import "DBTEAMLOGEmmChangePolicyDetails.h" -#import "DBTEAMLOGEmmPolicy.h" +#import "DBTEAMPOLICIESEmmState.h" #pragma mark - API Object @@ -7885,7 +7708,9 @@ @implementation DBTEAMLOGEmmChangePolicyDetails #pragma mark - Constructors -- (instancetype)initWithDNewValue:(DBTEAMLOGEmmPolicy *)dNewValue previousValue:(DBTEAMLOGEmmPolicy *)previousValue { +- (instancetype)initWithDNewValue:(DBTEAMPOLICIESEmmState *)dNewValue + previousValue:(DBTEAMPOLICIESEmmState *)previousValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -7895,13 +7720,13 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGEmmPolicy *)dNewValue previousValue: return self; } -- (instancetype)initWithDNewValue:(DBTEAMLOGEmmPolicy *)dNewValue { +- (instancetype)initWithDNewValue:(DBTEAMPOLICIESEmmState *)dNewValue { return [self initWithDNewValue:dNewValue previousValue:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGEmmChangePolicyDetailsSerializer serialize:instance]; } @@ -7930,7 +7755,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -7973,18 +7798,18 @@ @implementation DBTEAMLOGEmmChangePolicyDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGEmmChangePolicyDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"new_value"] = [DBTEAMLOGEmmPolicySerializer serialize:valueObj.dNewValue]; + jsonDict[@"new_value"] = [DBTEAMPOLICIESEmmStateSerializer serialize:valueObj.dNewValue]; if (valueObj.previousValue) { - jsonDict[@"previous_value"] = [DBTEAMLOGEmmPolicySerializer serialize:valueObj.previousValue]; + jsonDict[@"previous_value"] = [DBTEAMPOLICIESEmmStateSerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGEmmChangePolicyDetails *)deserialize:(NSDictionary *)valueDict { - DBTEAMLOGEmmPolicy *dNewValue = [DBTEAMLOGEmmPolicySerializer deserialize:valueDict[@"new_value"]]; - DBTEAMLOGEmmPolicy *previousValue = - valueDict[@"previous_value"] ? [DBTEAMLOGEmmPolicySerializer deserialize:valueDict[@"previous_value"]] : nil; + DBTEAMPOLICIESEmmState *dNewValue = [DBTEAMPOLICIESEmmStateSerializer deserialize:valueDict[@"new_value"]]; + DBTEAMPOLICIESEmmState *previousValue = + valueDict[@"previous_value"] ? [DBTEAMPOLICIESEmmStateSerializer deserialize:valueDict[@"previous_value"]] : nil; return [[DBTEAMLOGEmmChangePolicyDetails alloc] initWithDNewValue:dNewValue previousValue:previousValue]; } @@ -8011,7 +7836,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGEmmCreateExceptionsReportDetailsSerializer serialize:instance]; } @@ -8072,7 +7897,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGEmmCreateExceptionsReportDetails *)valueOb #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGEmmCreateExceptionsReportDetails *)deserialize:(NSDictionary *)valueDict { @@ -8103,7 +7928,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGEmmCreateUsageReportDetailsSerializer serialize:instance]; } @@ -8163,7 +7988,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGEmmCreateUsageReportDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGEmmCreateUsageReportDetails *)deserialize:(NSDictionary *)valueDict { @@ -8194,7 +8019,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGEmmLoginSuccessDetailsSerializer serialize:instance]; } @@ -8254,7 +8079,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGEmmLoginSuccessDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGEmmLoginSuccessDetails *)deserialize:(NSDictionary *)valueDict { @@ -8267,95 +8092,36 @@ + (DBTEAMLOGEmmLoginSuccessDetails *)deserialize:(NSDictionary *)valueDict { #import "DBStoneSerializers.h" #import "DBStoneValidators.h" -#import "DBTEAMLOGEmmPolicy.h" +#import "DBTEAMLOGEmmRefreshAuthTokenDetails.h" #pragma mark - API Object -@implementation DBTEAMLOGEmmPolicy +@implementation DBTEAMLOGEmmRefreshAuthTokenDetails #pragma mark - Constructors -- (instancetype)initWithDisabled { - self = [super init]; - if (self) { - _tag = DBTEAMLOGEmmPolicyDisabled; - } - return self; -} - -- (instancetype)initWithOptional { - self = [super init]; - if (self) { - _tag = DBTEAMLOGEmmPolicyOptional; - } - return self; -} - -- (instancetype)initWithRequired { - self = [super init]; - if (self) { - _tag = DBTEAMLOGEmmPolicyRequired; - } - return self; -} +- (instancetype)initDefault { -- (instancetype)initWithOther { self = [super init]; if (self) { - _tag = DBTEAMLOGEmmPolicyOther; } return self; } -#pragma mark - Instance field accessors - -#pragma mark - Tag state methods - -- (BOOL)isDisabled { - return _tag == DBTEAMLOGEmmPolicyDisabled; -} - -- (BOOL)isOptional { - return _tag == DBTEAMLOGEmmPolicyOptional; -} - -- (BOOL)isRequired { - return _tag == DBTEAMLOGEmmPolicyRequired; -} - -- (BOOL)isOther { - return _tag == DBTEAMLOGEmmPolicyOther; -} - -- (NSString *)tagName { - switch (_tag) { - case DBTEAMLOGEmmPolicyDisabled: - return @"DBTEAMLOGEmmPolicyDisabled"; - case DBTEAMLOGEmmPolicyOptional: - return @"DBTEAMLOGEmmPolicyOptional"; - case DBTEAMLOGEmmPolicyRequired: - return @"DBTEAMLOGEmmPolicyRequired"; - case DBTEAMLOGEmmPolicyOther: - return @"DBTEAMLOGEmmPolicyOther"; - } - - @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); -} - #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGEmmPolicySerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGEmmRefreshAuthTokenDetailsSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGEmmPolicySerializer deserialize:dict]; + return [DBTEAMLOGEmmRefreshAuthTokenDetailsSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBTEAMLOGEmmPolicySerializer serialize:self] description]; + return [[DBTEAMLOGEmmRefreshAuthTokenDetailsSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -8372,17 +8138,6 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - switch (_tag) { - case DBTEAMLOGEmmPolicyDisabled: - result = prime * result + [[self tagName] hash]; - case DBTEAMLOGEmmPolicyOptional: - result = prime * result + [[self tagName] hash]; - case DBTEAMLOGEmmPolicyRequired: - result = prime * result + [[self tagName] hash]; - case DBTEAMLOGEmmPolicyOther: - result = prime * result + [[self tagName] hash]; - } - return prime * result; } @@ -8395,26 +8150,13 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToEmmPolicy:other]; + return [self isEqualToEmmRefreshAuthTokenDetails:other]; } -- (BOOL)isEqualToEmmPolicy:(DBTEAMLOGEmmPolicy *)anEmmPolicy { - if (self == anEmmPolicy) { +- (BOOL)isEqualToEmmRefreshAuthTokenDetails:(DBTEAMLOGEmmRefreshAuthTokenDetails *)anEmmRefreshAuthTokenDetails { + if (self == anEmmRefreshAuthTokenDetails) { return YES; } - if (self.tag != anEmmPolicy.tag) { - return NO; - } - switch (_tag) { - case DBTEAMLOGEmmPolicyDisabled: - return [[self tagName] isEqual:[anEmmPolicy tagName]]; - case DBTEAMLOGEmmPolicyOptional: - return [[self tagName] isEqual:[anEmmPolicy tagName]]; - case DBTEAMLOGEmmPolicyRequired: - return [[self tagName] isEqual:[anEmmPolicy tagName]]; - case DBTEAMLOGEmmPolicyOther: - return [[self tagName] isEqual:[anEmmPolicy tagName]]; - } return YES; } @@ -8422,51 +8164,30 @@ - (BOOL)isEqualToEmmPolicy:(DBTEAMLOGEmmPolicy *)anEmmPolicy { #pragma mark - Serializer Object -@implementation DBTEAMLOGEmmPolicySerializer +@implementation DBTEAMLOGEmmRefreshAuthTokenDetailsSerializer -+ (NSDictionary *)serialize:(DBTEAMLOGEmmPolicy *)valueObj { ++ (NSDictionary *)serialize:(DBTEAMLOGEmmRefreshAuthTokenDetails *)valueObj { +#pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isDisabled]) { - jsonDict[@".tag"] = @"disabled"; - } else if ([valueObj isOptional]) { - jsonDict[@".tag"] = @"optional"; - } else if ([valueObj isRequired]) { - jsonDict[@".tag"] = @"required"; - } else if ([valueObj isOther]) { - jsonDict[@".tag"] = @"other"; - } else { - jsonDict[@".tag"] = @"other"; - } - - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBTEAMLOGEmmPolicy *)deserialize:(NSDictionary *)valueDict { - NSString *tag = valueDict[@".tag"]; ++ (DBTEAMLOGEmmRefreshAuthTokenDetails *)deserialize:(NSDictionary *)valueDict { +#pragma unused(valueDict) - if ([tag isEqualToString:@"disabled"]) { - return [[DBTEAMLOGEmmPolicy alloc] initWithDisabled]; - } else if ([tag isEqualToString:@"optional"]) { - return [[DBTEAMLOGEmmPolicy alloc] initWithOptional]; - } else if ([tag isEqualToString:@"required"]) { - return [[DBTEAMLOGEmmPolicy alloc] initWithRequired]; - } else if ([tag isEqualToString:@"other"]) { - return [[DBTEAMLOGEmmPolicy alloc] initWithOther]; - } else { - return [[DBTEAMLOGEmmPolicy alloc] initWithOther]; - } + return [[DBTEAMLOGEmmRefreshAuthTokenDetails alloc] initDefault]; } @end #import "DBStoneSerializers.h" #import "DBStoneValidators.h" -#import "DBTEAMLOGEmmRefreshAuthTokenDetails.h" +#import "DBTEAMLOGEmmRemoveExceptionDetails.h" #pragma mark - API Object -@implementation DBTEAMLOGEmmRefreshAuthTokenDetails +@implementation DBTEAMLOGEmmRemoveExceptionDetails #pragma mark - Constructors @@ -8480,109 +8201,18 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGEmmRefreshAuthTokenDetailsSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGEmmRemoveExceptionDetailsSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGEmmRefreshAuthTokenDetailsSerializer deserialize:dict]; + return [DBTEAMLOGEmmRemoveExceptionDetailsSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBTEAMLOGEmmRefreshAuthTokenDetailsSerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToEmmRefreshAuthTokenDetails:other]; -} - -- (BOOL)isEqualToEmmRefreshAuthTokenDetails:(DBTEAMLOGEmmRefreshAuthTokenDetails *)anEmmRefreshAuthTokenDetails { - if (self == anEmmRefreshAuthTokenDetails) { - return YES; - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBTEAMLOGEmmRefreshAuthTokenDetailsSerializer - -+ (NSDictionary *)serialize:(DBTEAMLOGEmmRefreshAuthTokenDetails *)valueObj { -#pragma unused(valueObj) - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - return jsonDict; -} - -+ (DBTEAMLOGEmmRefreshAuthTokenDetails *)deserialize:(NSDictionary *)valueDict { -#pragma unused(valueDict) - - return [[DBTEAMLOGEmmRefreshAuthTokenDetails alloc] initDefault]; -} - -@end - -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" -#import "DBTEAMLOGEmmRemoveExceptionDetails.h" - -#pragma mark - API Object - -@implementation DBTEAMLOGEmmRemoveExceptionDetails - -#pragma mark - Constructors - -- (instancetype)initDefault { - - self = [super init]; - if (self) { - } - return self; -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGEmmRemoveExceptionDetailsSerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGEmmRemoveExceptionDetailsSerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBTEAMLOGEmmRemoveExceptionDetailsSerializer serialize:self] description]; + return [[DBTEAMLOGEmmRemoveExceptionDetailsSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -8631,7 +8261,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGEmmRemoveExceptionDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGEmmRemoveExceptionDetails *)deserialize:(NSDictionary *)valueDict { @@ -8662,7 +8292,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGEnabledDomainInvitesDetailsSerializer serialize:instance]; } @@ -8722,7 +8352,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGEnabledDomainInvitesDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGEnabledDomainInvitesDetails *)deserialize:(NSDictionary *)valueDict { @@ -9204,7 +8834,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGEventCategorySerializer serialize:instance]; } @@ -9467,7 +9097,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGEventCategory *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGEventCategory *)deserialize:(NSDictionary *)valueDict { @@ -9596,8 +9226,10 @@ + (DBTEAMLOGEventCategory *)deserialize:(NSDictionary *)valueDict { #import "DBTEAMLOGExtendedVersionHistoryChangePolicyDetails.h" #import "DBTEAMLOGFileAddCommentDetails.h" #import "DBTEAMLOGFileAddDetails.h" +#import "DBTEAMLOGFileChangeCommentSubscriptionDetails.h" #import "DBTEAMLOGFileCommentsChangePolicyDetails.h" #import "DBTEAMLOGFileCopyDetails.h" +#import "DBTEAMLOGFileDeleteCommentDetails.h" #import "DBTEAMLOGFileDeleteDetails.h" #import "DBTEAMLOGFileDownloadDetails.h" #import "DBTEAMLOGFileEditDetails.h" @@ -9618,11 +9250,13 @@ + (DBTEAMLOGEventCategory *)deserialize:(NSDictionary *)valueDict { #import "DBTEAMLOGFileRequestsChangePolicyDetails.h" #import "DBTEAMLOGFileRequestsEmailsEnabledDetails.h" #import "DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails.h" +#import "DBTEAMLOGFileResolveCommentDetails.h" #import "DBTEAMLOGFileRestoreDetails.h" #import "DBTEAMLOGFileRevertDetails.h" #import "DBTEAMLOGFileRollbackChangesDetails.h" #import "DBTEAMLOGFileSaveCopyReferenceDetails.h" #import "DBTEAMLOGFileUnlikeCommentDetails.h" +#import "DBTEAMLOGFileUnresolveCommentDetails.h" #import "DBTEAMLOGGoogleSsoChangePolicyDetails.h" #import "DBTEAMLOGGroupAddExternalIdDetails.h" #import "DBTEAMLOGGroupAddMemberDetails.h" @@ -9631,8 +9265,6 @@ + (DBTEAMLOGEventCategory *)deserialize:(NSDictionary *)valueDict { #import "DBTEAMLOGGroupChangeMemberRoleDetails.h" #import "DBTEAMLOGGroupCreateDetails.h" #import "DBTEAMLOGGroupDeleteDetails.h" -#import "DBTEAMLOGGroupDescriptionUpdatedDetails.h" -#import "DBTEAMLOGGroupJoinPolicyUpdatedDetails.h" #import "DBTEAMLOGGroupMovedDetails.h" #import "DBTEAMLOGGroupRemoveExternalIdDetails.h" #import "DBTEAMLOGGroupRemoveMemberDetails.h" @@ -9663,13 +9295,14 @@ + (DBTEAMLOGEventCategory *)deserialize:(NSDictionary *)valueDict { #import "DBTEAMLOGNoteShareReceiveDetails.h" #import "DBTEAMLOGNoteSharedDetails.h" #import "DBTEAMLOGOpenNoteSharedDetails.h" +#import "DBTEAMLOGPaperAdminExportStartDetails.h" #import "DBTEAMLOGPaperChangeDeploymentPolicyDetails.h" +#import "DBTEAMLOGPaperChangeMemberLinkPolicyDetails.h" #import "DBTEAMLOGPaperChangeMemberPolicyDetails.h" #import "DBTEAMLOGPaperChangePolicyDetails.h" #import "DBTEAMLOGPaperContentAddMemberDetails.h" #import "DBTEAMLOGPaperContentAddToFolderDetails.h" #import "DBTEAMLOGPaperContentArchiveDetails.h" -#import "DBTEAMLOGPaperContentChangeSubscriptionDetails.h" #import "DBTEAMLOGPaperContentCreateDetails.h" #import "DBTEAMLOGPaperContentPermanentlyDeleteDetails.h" #import "DBTEAMLOGPaperContentRemoveFromFolderDetails.h" @@ -9679,6 +9312,7 @@ + (DBTEAMLOGEventCategory *)deserialize:(NSDictionary *)valueDict { #import "DBTEAMLOGPaperDocAddCommentDetails.h" #import "DBTEAMLOGPaperDocChangeMemberRoleDetails.h" #import "DBTEAMLOGPaperDocChangeSharingPolicyDetails.h" +#import "DBTEAMLOGPaperDocChangeSubscriptionDetails.h" #import "DBTEAMLOGPaperDocDeleteCommentDetails.h" #import "DBTEAMLOGPaperDocDeletedDetails.h" #import "DBTEAMLOGPaperDocDownloadDetails.h" @@ -9691,13 +9325,16 @@ + (DBTEAMLOGEventCategory *)deserialize:(NSDictionary *)valueDict { #import "DBTEAMLOGPaperDocRevertDetails.h" #import "DBTEAMLOGPaperDocSlackShareDetails.h" #import "DBTEAMLOGPaperDocTeamInviteDetails.h" +#import "DBTEAMLOGPaperDocTrashedDetails.h" #import "DBTEAMLOGPaperDocUnresolveCommentDetails.h" +#import "DBTEAMLOGPaperDocUntrashedDetails.h" #import "DBTEAMLOGPaperDocViewDetails.h" #import "DBTEAMLOGPaperEnabledUsersGroupAdditionDetails.h" #import "DBTEAMLOGPaperEnabledUsersGroupRemovalDetails.h" #import "DBTEAMLOGPaperExternalViewAllowDetails.h" #import "DBTEAMLOGPaperExternalViewDefaultTeamDetails.h" #import "DBTEAMLOGPaperExternalViewForbidDetails.h" +#import "DBTEAMLOGPaperFolderChangeSubscriptionDetails.h" #import "DBTEAMLOGPaperFolderDeletedDetails.h" #import "DBTEAMLOGPaperFolderFollowedDetails.h" #import "DBTEAMLOGPaperFolderTeamInviteDetails.h" @@ -9707,8 +9344,6 @@ + (DBTEAMLOGEventCategory *)deserialize:(NSDictionary *)valueDict { #import "DBTEAMLOGPasswordResetAllDetails.h" #import "DBTEAMLOGPasswordResetDetails.h" #import "DBTEAMLOGPermanentDeleteChangePolicyDetails.h" -#import "DBTEAMLOGRemoveLogoutUrlDetails.h" -#import "DBTEAMLOGRemoveSsoUrlDetails.h" #import "DBTEAMLOGResellerSupportSessionEndDetails.h" #import "DBTEAMLOGResellerSupportSessionStartDetails.h" #import "DBTEAMLOGSfAddGroupDetails.h" @@ -9777,12 +9412,18 @@ + (DBTEAMLOGEventCategory *)deserialize:(NSDictionary *)valueDict { #import "DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails.h" #import "DBTEAMLOGSmartSyncNotOptOutDetails.h" #import "DBTEAMLOGSmartSyncOptOutDetails.h" +#import "DBTEAMLOGSsoAddCertDetails.h" +#import "DBTEAMLOGSsoAddLoginUrlDetails.h" +#import "DBTEAMLOGSsoAddLogoutUrlDetails.h" #import "DBTEAMLOGSsoChangeCertDetails.h" #import "DBTEAMLOGSsoChangeLoginUrlDetails.h" #import "DBTEAMLOGSsoChangeLogoutUrlDetails.h" #import "DBTEAMLOGSsoChangePolicyDetails.h" #import "DBTEAMLOGSsoChangeSamlIdentityModeDetails.h" #import "DBTEAMLOGSsoLoginFailDetails.h" +#import "DBTEAMLOGSsoRemoveCertDetails.h" +#import "DBTEAMLOGSsoRemoveLoginUrlDetails.h" +#import "DBTEAMLOGSsoRemoveLogoutUrlDetails.h" #import "DBTEAMLOGTeamActivityCreateReportDetails.h" #import "DBTEAMLOGTeamFolderChangeStatusDetails.h" #import "DBTEAMLOGTeamFolderCreateDetails.h" @@ -9792,6 +9433,7 @@ + (DBTEAMLOGEventCategory *)deserialize:(NSDictionary *)valueDict { #import "DBTEAMLOGTeamMergeFromDetails.h" #import "DBTEAMLOGTeamMergeToDetails.h" #import "DBTEAMLOGTeamProfileAddLogoDetails.h" +#import "DBTEAMLOGTeamProfileChangeDefaultLanguageDetails.h" #import "DBTEAMLOGTeamProfileChangeLogoDetails.h" #import "DBTEAMLOGTeamProfileChangeNameDetails.h" #import "DBTEAMLOGTeamProfileRemoveLogoDetails.h" @@ -9815,6 +9457,7 @@ @implementation DBTEAMLOGEventDetails @synthesize memberPermanentlyDeleteAccountContentsDetails = _memberPermanentlyDeleteAccountContentsDetails; @synthesize memberSpaceLimitsChangeStatusDetails = _memberSpaceLimitsChangeStatusDetails; @synthesize memberTransferAccountContentsDetails = _memberTransferAccountContentsDetails; +@synthesize paperAdminExportStartDetails = _paperAdminExportStartDetails; @synthesize paperEnabledUsersGroupAdditionDetails = _paperEnabledUsersGroupAdditionDetails; @synthesize paperEnabledUsersGroupRemovalDetails = _paperEnabledUsersGroupRemovalDetails; @synthesize paperExternalViewAllowDetails = _paperExternalViewAllowDetails; @@ -9827,6 +9470,13 @@ @implementation DBTEAMLOGEventDetails @synthesize appLinkUserDetails = _appLinkUserDetails; @synthesize appUnlinkTeamDetails = _appUnlinkTeamDetails; @synthesize appUnlinkUserDetails = _appUnlinkUserDetails; +@synthesize fileAddCommentDetails = _fileAddCommentDetails; +@synthesize fileChangeCommentSubscriptionDetails = _fileChangeCommentSubscriptionDetails; +@synthesize fileDeleteCommentDetails = _fileDeleteCommentDetails; +@synthesize fileLikeCommentDetails = _fileLikeCommentDetails; +@synthesize fileResolveCommentDetails = _fileResolveCommentDetails; +@synthesize fileUnlikeCommentDetails = _fileUnlikeCommentDetails; +@synthesize fileUnresolveCommentDetails = _fileUnresolveCommentDetails; @synthesize deviceChangeIpDesktopDetails = _deviceChangeIpDesktopDetails; @synthesize deviceChangeIpMobileDetails = _deviceChangeIpMobileDetails; @synthesize deviceChangeIpWebDetails = _deviceChangeIpWebDetails; @@ -9882,8 +9532,6 @@ @implementation DBTEAMLOGEventDetails @synthesize groupChangeMemberRoleDetails = _groupChangeMemberRoleDetails; @synthesize groupCreateDetails = _groupCreateDetails; @synthesize groupDeleteDetails = _groupDeleteDetails; -@synthesize groupDescriptionUpdatedDetails = _groupDescriptionUpdatedDetails; -@synthesize groupJoinPolicyUpdatedDetails = _groupJoinPolicyUpdatedDetails; @synthesize groupMovedDetails = _groupMovedDetails; @synthesize groupRemoveExternalIdDetails = _groupRemoveExternalIdDetails; @synthesize groupRemoveMemberDetails = _groupRemoveMemberDetails; @@ -9906,7 +9554,6 @@ @implementation DBTEAMLOGEventDetails @synthesize paperContentAddMemberDetails = _paperContentAddMemberDetails; @synthesize paperContentAddToFolderDetails = _paperContentAddToFolderDetails; @synthesize paperContentArchiveDetails = _paperContentArchiveDetails; -@synthesize paperContentChangeSubscriptionDetails = _paperContentChangeSubscriptionDetails; @synthesize paperContentCreateDetails = _paperContentCreateDetails; @synthesize paperContentPermanentlyDeleteDetails = _paperContentPermanentlyDeleteDetails; @synthesize paperContentRemoveFromFolderDetails = _paperContentRemoveFromFolderDetails; @@ -9916,6 +9563,7 @@ @implementation DBTEAMLOGEventDetails @synthesize paperDocAddCommentDetails = _paperDocAddCommentDetails; @synthesize paperDocChangeMemberRoleDetails = _paperDocChangeMemberRoleDetails; @synthesize paperDocChangeSharingPolicyDetails = _paperDocChangeSharingPolicyDetails; +@synthesize paperDocChangeSubscriptionDetails = _paperDocChangeSubscriptionDetails; @synthesize paperDocDeletedDetails = _paperDocDeletedDetails; @synthesize paperDocDeleteCommentDetails = _paperDocDeleteCommentDetails; @synthesize paperDocDownloadDetails = _paperDocDownloadDetails; @@ -9928,8 +9576,11 @@ @implementation DBTEAMLOGEventDetails @synthesize paperDocRevertDetails = _paperDocRevertDetails; @synthesize paperDocSlackShareDetails = _paperDocSlackShareDetails; @synthesize paperDocTeamInviteDetails = _paperDocTeamInviteDetails; +@synthesize paperDocTrashedDetails = _paperDocTrashedDetails; @synthesize paperDocUnresolveCommentDetails = _paperDocUnresolveCommentDetails; +@synthesize paperDocUntrashedDetails = _paperDocUntrashedDetails; @synthesize paperDocViewDetails = _paperDocViewDetails; +@synthesize paperFolderChangeSubscriptionDetails = _paperFolderChangeSubscriptionDetails; @synthesize paperFolderDeletedDetails = _paperFolderDeletedDetails; @synthesize paperFolderFollowedDetails = _paperFolderFollowedDetails; @synthesize paperFolderTeamInviteDetails = _paperFolderTeamInviteDetails; @@ -9941,9 +9592,6 @@ @implementation DBTEAMLOGEventDetails @synthesize smartSyncCreateAdminPrivilegeReportDetails = _smartSyncCreateAdminPrivilegeReportDetails; @synthesize teamActivityCreateReportDetails = _teamActivityCreateReportDetails; @synthesize collectionShareDetails = _collectionShareDetails; -@synthesize fileAddCommentDetails = _fileAddCommentDetails; -@synthesize fileLikeCommentDetails = _fileLikeCommentDetails; -@synthesize fileUnlikeCommentDetails = _fileUnlikeCommentDetails; @synthesize noteAclInviteOnlyDetails = _noteAclInviteOnlyDetails; @synthesize noteAclLinkDetails = _noteAclLinkDetails; @synthesize noteAclTeamLinkDetails = _noteAclTeamLinkDetails; @@ -10006,12 +9654,16 @@ @implementation DBTEAMLOGEventDetails @synthesize shmodelVisibilityPasswordDetails = _shmodelVisibilityPasswordDetails; @synthesize shmodelVisibilityPublicDetails = _shmodelVisibilityPublicDetails; @synthesize shmodelVisibilityTeamOnlyDetails = _shmodelVisibilityTeamOnlyDetails; -@synthesize removeLogoutUrlDetails = _removeLogoutUrlDetails; -@synthesize removeSsoUrlDetails = _removeSsoUrlDetails; +@synthesize ssoAddCertDetails = _ssoAddCertDetails; +@synthesize ssoAddLoginUrlDetails = _ssoAddLoginUrlDetails; +@synthesize ssoAddLogoutUrlDetails = _ssoAddLogoutUrlDetails; @synthesize ssoChangeCertDetails = _ssoChangeCertDetails; @synthesize ssoChangeLoginUrlDetails = _ssoChangeLoginUrlDetails; @synthesize ssoChangeLogoutUrlDetails = _ssoChangeLogoutUrlDetails; @synthesize ssoChangeSamlIdentityModeDetails = _ssoChangeSamlIdentityModeDetails; +@synthesize ssoRemoveCertDetails = _ssoRemoveCertDetails; +@synthesize ssoRemoveLoginUrlDetails = _ssoRemoveLoginUrlDetails; +@synthesize ssoRemoveLogoutUrlDetails = _ssoRemoveLogoutUrlDetails; @synthesize teamFolderChangeStatusDetails = _teamFolderChangeStatusDetails; @synthesize teamFolderCreateDetails = _teamFolderCreateDetails; @synthesize teamFolderDowngradeDetails = _teamFolderDowngradeDetails; @@ -10044,6 +9696,7 @@ @implementation DBTEAMLOGEventDetails @synthesize microsoftOfficeAddinChangePolicyDetails = _microsoftOfficeAddinChangePolicyDetails; @synthesize networkControlChangePolicyDetails = _networkControlChangePolicyDetails; @synthesize paperChangeDeploymentPolicyDetails = _paperChangeDeploymentPolicyDetails; +@synthesize paperChangeMemberLinkPolicyDetails = _paperChangeMemberLinkPolicyDetails; @synthesize paperChangeMemberPolicyDetails = _paperChangeMemberPolicyDetails; @synthesize paperChangePolicyDetails = _paperChangePolicyDetails; @synthesize permanentDeleteChangePolicyDetails = _permanentDeleteChangePolicyDetails; @@ -10059,6 +9712,7 @@ @implementation DBTEAMLOGEventDetails @synthesize webSessionsChangeFixedLengthPolicyDetails = _webSessionsChangeFixedLengthPolicyDetails; @synthesize webSessionsChangeIdleLengthPolicyDetails = _webSessionsChangeIdleLengthPolicyDetails; @synthesize teamProfileAddLogoDetails = _teamProfileAddLogoDetails; +@synthesize teamProfileChangeDefaultLanguageDetails = _teamProfileChangeDefaultLanguageDetails; @synthesize teamProfileChangeLogoDetails = _teamProfileChangeLogoDetails; @synthesize teamProfileChangeNameDetails = _teamProfileChangeNameDetails; @synthesize teamProfileRemoveLogoDetails = _teamProfileRemoveLogoDetails; @@ -10113,6 +9767,16 @@ - (instancetype)initWithMemberTransferAccountContentsDetails: return self; } +- (instancetype)initWithPaperAdminExportStartDetails: + (DBTEAMLOGPaperAdminExportStartDetails *)paperAdminExportStartDetails { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventDetailsPaperAdminExportStartDetails; + _paperAdminExportStartDetails = paperAdminExportStartDetails; + } + return self; +} + - (instancetype)initWithPaperEnabledUsersGroupAdditionDetails: (DBTEAMLOGPaperEnabledUsersGroupAdditionDetails *)paperEnabledUsersGroupAdditionDetails { self = [super init]; @@ -10227,6 +9891,71 @@ - (instancetype)initWithAppUnlinkUserDetails:(DBTEAMLOGAppUnlinkUserDetails *)ap return self; } +- (instancetype)initWithFileAddCommentDetails:(DBTEAMLOGFileAddCommentDetails *)fileAddCommentDetails { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventDetailsFileAddCommentDetails; + _fileAddCommentDetails = fileAddCommentDetails; + } + return self; +} + +- (instancetype)initWithFileChangeCommentSubscriptionDetails: + (DBTEAMLOGFileChangeCommentSubscriptionDetails *)fileChangeCommentSubscriptionDetails { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventDetailsFileChangeCommentSubscriptionDetails; + _fileChangeCommentSubscriptionDetails = fileChangeCommentSubscriptionDetails; + } + return self; +} + +- (instancetype)initWithFileDeleteCommentDetails:(DBTEAMLOGFileDeleteCommentDetails *)fileDeleteCommentDetails { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventDetailsFileDeleteCommentDetails; + _fileDeleteCommentDetails = fileDeleteCommentDetails; + } + return self; +} + +- (instancetype)initWithFileLikeCommentDetails:(DBTEAMLOGFileLikeCommentDetails *)fileLikeCommentDetails { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventDetailsFileLikeCommentDetails; + _fileLikeCommentDetails = fileLikeCommentDetails; + } + return self; +} + +- (instancetype)initWithFileResolveCommentDetails:(DBTEAMLOGFileResolveCommentDetails *)fileResolveCommentDetails { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventDetailsFileResolveCommentDetails; + _fileResolveCommentDetails = fileResolveCommentDetails; + } + return self; +} + +- (instancetype)initWithFileUnlikeCommentDetails:(DBTEAMLOGFileUnlikeCommentDetails *)fileUnlikeCommentDetails { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventDetailsFileUnlikeCommentDetails; + _fileUnlikeCommentDetails = fileUnlikeCommentDetails; + } + return self; +} + +- (instancetype)initWithFileUnresolveCommentDetails: + (DBTEAMLOGFileUnresolveCommentDetails *)fileUnresolveCommentDetails { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventDetailsFileUnresolveCommentDetails; + _fileUnresolveCommentDetails = fileUnresolveCommentDetails; + } + return self; +} + - (instancetype)initWithDeviceChangeIpDesktopDetails: (DBTEAMLOGDeviceChangeIpDesktopDetails *)deviceChangeIpDesktopDetails { self = [super init]; @@ -10753,26 +10482,6 @@ - (instancetype)initWithGroupDeleteDetails:(DBTEAMLOGGroupDeleteDetails *)groupD return self; } -- (instancetype)initWithGroupDescriptionUpdatedDetails: - (DBTEAMLOGGroupDescriptionUpdatedDetails *)groupDescriptionUpdatedDetails { - self = [super init]; - if (self) { - _tag = DBTEAMLOGEventDetailsGroupDescriptionUpdatedDetails; - _groupDescriptionUpdatedDetails = groupDescriptionUpdatedDetails; - } - return self; -} - -- (instancetype)initWithGroupJoinPolicyUpdatedDetails: - (DBTEAMLOGGroupJoinPolicyUpdatedDetails *)groupJoinPolicyUpdatedDetails { - self = [super init]; - if (self) { - _tag = DBTEAMLOGEventDetailsGroupJoinPolicyUpdatedDetails; - _groupJoinPolicyUpdatedDetails = groupJoinPolicyUpdatedDetails; - } - return self; -} - - (instancetype)initWithGroupMovedDetails:(DBTEAMLOGGroupMovedDetails *)groupMovedDetails { self = [super init]; if (self) { @@ -10979,16 +10688,6 @@ - (instancetype)initWithPaperContentArchiveDetails:(DBTEAMLOGPaperContentArchive return self; } -- (instancetype)initWithPaperContentChangeSubscriptionDetails: - (DBTEAMLOGPaperContentChangeSubscriptionDetails *)paperContentChangeSubscriptionDetails { - self = [super init]; - if (self) { - _tag = DBTEAMLOGEventDetailsPaperContentChangeSubscriptionDetails; - _paperContentChangeSubscriptionDetails = paperContentChangeSubscriptionDetails; - } - return self; -} - - (instancetype)initWithPaperContentCreateDetails:(DBTEAMLOGPaperContentCreateDetails *)paperContentCreateDetails { self = [super init]; if (self) { @@ -11075,6 +10774,16 @@ - (instancetype)initWithPaperDocChangeSharingPolicyDetails: return self; } +- (instancetype)initWithPaperDocChangeSubscriptionDetails: + (DBTEAMLOGPaperDocChangeSubscriptionDetails *)paperDocChangeSubscriptionDetails { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventDetailsPaperDocChangeSubscriptionDetails; + _paperDocChangeSubscriptionDetails = paperDocChangeSubscriptionDetails; + } + return self; +} + - (instancetype)initWithPaperDocDeletedDetails:(DBTEAMLOGPaperDocDeletedDetails *)paperDocDeletedDetails { self = [super init]; if (self) { @@ -11186,6 +10895,15 @@ - (instancetype)initWithPaperDocTeamInviteDetails:(DBTEAMLOGPaperDocTeamInviteDe return self; } +- (instancetype)initWithPaperDocTrashedDetails:(DBTEAMLOGPaperDocTrashedDetails *)paperDocTrashedDetails { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventDetailsPaperDocTrashedDetails; + _paperDocTrashedDetails = paperDocTrashedDetails; + } + return self; +} + - (instancetype)initWithPaperDocUnresolveCommentDetails: (DBTEAMLOGPaperDocUnresolveCommentDetails *)paperDocUnresolveCommentDetails { self = [super init]; @@ -11196,6 +10914,15 @@ - (instancetype)initWithPaperDocUnresolveCommentDetails: return self; } +- (instancetype)initWithPaperDocUntrashedDetails:(DBTEAMLOGPaperDocUntrashedDetails *)paperDocUntrashedDetails { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventDetailsPaperDocUntrashedDetails; + _paperDocUntrashedDetails = paperDocUntrashedDetails; + } + return self; +} + - (instancetype)initWithPaperDocViewDetails:(DBTEAMLOGPaperDocViewDetails *)paperDocViewDetails { self = [super init]; if (self) { @@ -11205,6 +10932,16 @@ - (instancetype)initWithPaperDocViewDetails:(DBTEAMLOGPaperDocViewDetails *)pape return self; } +- (instancetype)initWithPaperFolderChangeSubscriptionDetails: + (DBTEAMLOGPaperFolderChangeSubscriptionDetails *)paperFolderChangeSubscriptionDetails { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventDetailsPaperFolderChangeSubscriptionDetails; + _paperFolderChangeSubscriptionDetails = paperFolderChangeSubscriptionDetails; + } + return self; +} + - (instancetype)initWithPaperFolderDeletedDetails:(DBTEAMLOGPaperFolderDeletedDetails *)paperFolderDeletedDetails { self = [super init]; if (self) { @@ -11309,33 +11046,6 @@ - (instancetype)initWithCollectionShareDetails:(DBTEAMLOGCollectionShareDetails return self; } -- (instancetype)initWithFileAddCommentDetails:(DBTEAMLOGFileAddCommentDetails *)fileAddCommentDetails { - self = [super init]; - if (self) { - _tag = DBTEAMLOGEventDetailsFileAddCommentDetails; - _fileAddCommentDetails = fileAddCommentDetails; - } - return self; -} - -- (instancetype)initWithFileLikeCommentDetails:(DBTEAMLOGFileLikeCommentDetails *)fileLikeCommentDetails { - self = [super init]; - if (self) { - _tag = DBTEAMLOGEventDetailsFileLikeCommentDetails; - _fileLikeCommentDetails = fileLikeCommentDetails; - } - return self; -} - -- (instancetype)initWithFileUnlikeCommentDetails:(DBTEAMLOGFileUnlikeCommentDetails *)fileUnlikeCommentDetails { - self = [super init]; - if (self) { - _tag = DBTEAMLOGEventDetailsFileUnlikeCommentDetails; - _fileUnlikeCommentDetails = fileUnlikeCommentDetails; - } - return self; -} - - (instancetype)initWithNoteAclInviteOnlyDetails:(DBTEAMLOGNoteAclInviteOnlyDetails *)noteAclInviteOnlyDetails { self = [super init]; if (self) { @@ -11927,20 +11637,29 @@ - (instancetype)initWithShmodelVisibilityTeamOnlyDetails: return self; } -- (instancetype)initWithRemoveLogoutUrlDetails:(DBTEAMLOGRemoveLogoutUrlDetails *)removeLogoutUrlDetails { +- (instancetype)initWithSsoAddCertDetails:(DBTEAMLOGSsoAddCertDetails *)ssoAddCertDetails { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventDetailsSsoAddCertDetails; + _ssoAddCertDetails = ssoAddCertDetails; + } + return self; +} + +- (instancetype)initWithSsoAddLoginUrlDetails:(DBTEAMLOGSsoAddLoginUrlDetails *)ssoAddLoginUrlDetails { self = [super init]; if (self) { - _tag = DBTEAMLOGEventDetailsRemoveLogoutUrlDetails; - _removeLogoutUrlDetails = removeLogoutUrlDetails; + _tag = DBTEAMLOGEventDetailsSsoAddLoginUrlDetails; + _ssoAddLoginUrlDetails = ssoAddLoginUrlDetails; } return self; } -- (instancetype)initWithRemoveSsoUrlDetails:(DBTEAMLOGRemoveSsoUrlDetails *)removeSsoUrlDetails { +- (instancetype)initWithSsoAddLogoutUrlDetails:(DBTEAMLOGSsoAddLogoutUrlDetails *)ssoAddLogoutUrlDetails { self = [super init]; if (self) { - _tag = DBTEAMLOGEventDetailsRemoveSsoUrlDetails; - _removeSsoUrlDetails = removeSsoUrlDetails; + _tag = DBTEAMLOGEventDetailsSsoAddLogoutUrlDetails; + _ssoAddLogoutUrlDetails = ssoAddLogoutUrlDetails; } return self; } @@ -11982,6 +11701,33 @@ - (instancetype)initWithSsoChangeSamlIdentityModeDetails: return self; } +- (instancetype)initWithSsoRemoveCertDetails:(DBTEAMLOGSsoRemoveCertDetails *)ssoRemoveCertDetails { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventDetailsSsoRemoveCertDetails; + _ssoRemoveCertDetails = ssoRemoveCertDetails; + } + return self; +} + +- (instancetype)initWithSsoRemoveLoginUrlDetails:(DBTEAMLOGSsoRemoveLoginUrlDetails *)ssoRemoveLoginUrlDetails { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventDetailsSsoRemoveLoginUrlDetails; + _ssoRemoveLoginUrlDetails = ssoRemoveLoginUrlDetails; + } + return self; +} + +- (instancetype)initWithSsoRemoveLogoutUrlDetails:(DBTEAMLOGSsoRemoveLogoutUrlDetails *)ssoRemoveLogoutUrlDetails { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventDetailsSsoRemoveLogoutUrlDetails; + _ssoRemoveLogoutUrlDetails = ssoRemoveLogoutUrlDetails; + } + return self; +} + - (instancetype)initWithTeamFolderChangeStatusDetails: (DBTEAMLOGTeamFolderChangeStatusDetails *)teamFolderChangeStatusDetails { self = [super init]; @@ -12296,6 +12042,16 @@ - (instancetype)initWithPaperChangeDeploymentPolicyDetails: return self; } +- (instancetype)initWithPaperChangeMemberLinkPolicyDetails: + (DBTEAMLOGPaperChangeMemberLinkPolicyDetails *)paperChangeMemberLinkPolicyDetails { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventDetailsPaperChangeMemberLinkPolicyDetails; + _paperChangeMemberLinkPolicyDetails = paperChangeMemberLinkPolicyDetails; + } + return self; +} + - (instancetype)initWithPaperChangeMemberPolicyDetails: (DBTEAMLOGPaperChangeMemberPolicyDetails *)paperChangeMemberPolicyDetails { self = [super init]; @@ -12440,6 +12196,16 @@ - (instancetype)initWithTeamProfileAddLogoDetails:(DBTEAMLOGTeamProfileAddLogoDe return self; } +- (instancetype)initWithTeamProfileChangeDefaultLanguageDetails: + (DBTEAMLOGTeamProfileChangeDefaultLanguageDetails *)teamProfileChangeDefaultLanguageDetails { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventDetailsTeamProfileChangeDefaultLanguageDetails; + _teamProfileChangeDefaultLanguageDetails = teamProfileChangeDefaultLanguageDetails; + } + return self; +} + - (instancetype)initWithTeamProfileChangeLogoDetails: (DBTEAMLOGTeamProfileChangeLogoDetails *)teamProfileChangeLogoDetails { self = [super init]; @@ -12592,6 +12358,15 @@ - (DBTEAMLOGMemberTransferAccountContentsDetails *)memberTransferAccountContents return _memberTransferAccountContentsDetails; } +- (DBTEAMLOGPaperAdminExportStartDetails *)paperAdminExportStartDetails { + if (![self isPaperAdminExportStartDetails]) { + [NSException + raise:@"IllegalStateException" + format:@"Invalid tag: required DBTEAMLOGEventDetailsPaperAdminExportStartDetails, but was %@.", [self tagName]]; + } + return _paperAdminExportStartDetails; +} + - (DBTEAMLOGPaperEnabledUsersGroupAdditionDetails *)paperEnabledUsersGroupAdditionDetails { if (![self isPaperEnabledUsersGroupAdditionDetails]) { [NSException raise:@"IllegalStateException" @@ -12694,6 +12469,69 @@ - (DBTEAMLOGAppUnlinkUserDetails *)appUnlinkUserDetails { return _appUnlinkUserDetails; } +- (DBTEAMLOGFileAddCommentDetails *)fileAddCommentDetails { + if (![self isFileAddCommentDetails]) { + [NSException + raise:@"IllegalStateException" + format:@"Invalid tag: required DBTEAMLOGEventDetailsFileAddCommentDetails, but was %@.", [self tagName]]; + } + return _fileAddCommentDetails; +} + +- (DBTEAMLOGFileChangeCommentSubscriptionDetails *)fileChangeCommentSubscriptionDetails { + if (![self isFileChangeCommentSubscriptionDetails]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBTEAMLOGEventDetailsFileChangeCommentSubscriptionDetails, but was %@.", + [self tagName]]; + } + return _fileChangeCommentSubscriptionDetails; +} + +- (DBTEAMLOGFileDeleteCommentDetails *)fileDeleteCommentDetails { + if (![self isFileDeleteCommentDetails]) { + [NSException + raise:@"IllegalStateException" + format:@"Invalid tag: required DBTEAMLOGEventDetailsFileDeleteCommentDetails, but was %@.", [self tagName]]; + } + return _fileDeleteCommentDetails; +} + +- (DBTEAMLOGFileLikeCommentDetails *)fileLikeCommentDetails { + if (![self isFileLikeCommentDetails]) { + [NSException + raise:@"IllegalStateException" + format:@"Invalid tag: required DBTEAMLOGEventDetailsFileLikeCommentDetails, but was %@.", [self tagName]]; + } + return _fileLikeCommentDetails; +} + +- (DBTEAMLOGFileResolveCommentDetails *)fileResolveCommentDetails { + if (![self isFileResolveCommentDetails]) { + [NSException + raise:@"IllegalStateException" + format:@"Invalid tag: required DBTEAMLOGEventDetailsFileResolveCommentDetails, but was %@.", [self tagName]]; + } + return _fileResolveCommentDetails; +} + +- (DBTEAMLOGFileUnlikeCommentDetails *)fileUnlikeCommentDetails { + if (![self isFileUnlikeCommentDetails]) { + [NSException + raise:@"IllegalStateException" + format:@"Invalid tag: required DBTEAMLOGEventDetailsFileUnlikeCommentDetails, but was %@.", [self tagName]]; + } + return _fileUnlikeCommentDetails; +} + +- (DBTEAMLOGFileUnresolveCommentDetails *)fileUnresolveCommentDetails { + if (![self isFileUnresolveCommentDetails]) { + [NSException + raise:@"IllegalStateException" + format:@"Invalid tag: required DBTEAMLOGEventDetailsFileUnresolveCommentDetails, but was %@.", [self tagName]]; + } + return _fileUnresolveCommentDetails; +} + - (DBTEAMLOGDeviceChangeIpDesktopDetails *)deviceChangeIpDesktopDetails { if (![self isDeviceChangeIpDesktopDetails]) { [NSException @@ -13184,24 +13022,6 @@ - (DBTEAMLOGGroupDeleteDetails *)groupDeleteDetails { return _groupDeleteDetails; } -- (DBTEAMLOGGroupDescriptionUpdatedDetails *)groupDescriptionUpdatedDetails { - if (![self isGroupDescriptionUpdatedDetails]) { - [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBTEAMLOGEventDetailsGroupDescriptionUpdatedDetails, but was %@.", - [self tagName]]; - } - return _groupDescriptionUpdatedDetails; -} - -- (DBTEAMLOGGroupJoinPolicyUpdatedDetails *)groupJoinPolicyUpdatedDetails { - if (![self isGroupJoinPolicyUpdatedDetails]) { - [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBTEAMLOGEventDetailsGroupJoinPolicyUpdatedDetails, but was %@.", - [self tagName]]; - } - return _groupJoinPolicyUpdatedDetails; -} - - (DBTEAMLOGGroupMovedDetails *)groupMovedDetails { if (![self isGroupMovedDetails]) { [NSException raise:@"IllegalStateException" @@ -13394,15 +13214,6 @@ - (DBTEAMLOGPaperContentArchiveDetails *)paperContentArchiveDetails { return _paperContentArchiveDetails; } -- (DBTEAMLOGPaperContentChangeSubscriptionDetails *)paperContentChangeSubscriptionDetails { - if (![self isPaperContentChangeSubscriptionDetails]) { - [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBTEAMLOGEventDetailsPaperContentChangeSubscriptionDetails, but was %@.", - [self tagName]]; - } - return _paperContentChangeSubscriptionDetails; -} - - (DBTEAMLOGPaperContentCreateDetails *)paperContentCreateDetails { if (![self isPaperContentCreateDetails]) { [NSException @@ -13484,6 +13295,15 @@ - (DBTEAMLOGPaperDocChangeSharingPolicyDetails *)paperDocChangeSharingPolicyDeta return _paperDocChangeSharingPolicyDetails; } +- (DBTEAMLOGPaperDocChangeSubscriptionDetails *)paperDocChangeSubscriptionDetails { + if (![self isPaperDocChangeSubscriptionDetails]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBTEAMLOGEventDetailsPaperDocChangeSubscriptionDetails, but was %@.", + [self tagName]]; + } + return _paperDocChangeSubscriptionDetails; +} + - (DBTEAMLOGPaperDocDeletedDetails *)paperDocDeletedDetails { if (![self isPaperDocDeletedDetails]) { [NSException @@ -13591,6 +13411,15 @@ - (DBTEAMLOGPaperDocTeamInviteDetails *)paperDocTeamInviteDetails { return _paperDocTeamInviteDetails; } +- (DBTEAMLOGPaperDocTrashedDetails *)paperDocTrashedDetails { + if (![self isPaperDocTrashedDetails]) { + [NSException + raise:@"IllegalStateException" + format:@"Invalid tag: required DBTEAMLOGEventDetailsPaperDocTrashedDetails, but was %@.", [self tagName]]; + } + return _paperDocTrashedDetails; +} + - (DBTEAMLOGPaperDocUnresolveCommentDetails *)paperDocUnresolveCommentDetails { if (![self isPaperDocUnresolveCommentDetails]) { [NSException raise:@"IllegalStateException" @@ -13600,6 +13429,15 @@ - (DBTEAMLOGPaperDocUnresolveCommentDetails *)paperDocUnresolveCommentDetails { return _paperDocUnresolveCommentDetails; } +- (DBTEAMLOGPaperDocUntrashedDetails *)paperDocUntrashedDetails { + if (![self isPaperDocUntrashedDetails]) { + [NSException + raise:@"IllegalStateException" + format:@"Invalid tag: required DBTEAMLOGEventDetailsPaperDocUntrashedDetails, but was %@.", [self tagName]]; + } + return _paperDocUntrashedDetails; +} + - (DBTEAMLOGPaperDocViewDetails *)paperDocViewDetails { if (![self isPaperDocViewDetails]) { [NSException raise:@"IllegalStateException" @@ -13608,6 +13446,15 @@ - (DBTEAMLOGPaperDocViewDetails *)paperDocViewDetails { return _paperDocViewDetails; } +- (DBTEAMLOGPaperFolderChangeSubscriptionDetails *)paperFolderChangeSubscriptionDetails { + if (![self isPaperFolderChangeSubscriptionDetails]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBTEAMLOGEventDetailsPaperFolderChangeSubscriptionDetails, but was %@.", + [self tagName]]; + } + return _paperFolderChangeSubscriptionDetails; +} + - (DBTEAMLOGPaperFolderDeletedDetails *)paperFolderDeletedDetails { if (![self isPaperFolderDeletedDetails]) { [NSException @@ -13707,33 +13554,6 @@ - (DBTEAMLOGCollectionShareDetails *)collectionShareDetails { return _collectionShareDetails; } -- (DBTEAMLOGFileAddCommentDetails *)fileAddCommentDetails { - if (![self isFileAddCommentDetails]) { - [NSException - raise:@"IllegalStateException" - format:@"Invalid tag: required DBTEAMLOGEventDetailsFileAddCommentDetails, but was %@.", [self tagName]]; - } - return _fileAddCommentDetails; -} - -- (DBTEAMLOGFileLikeCommentDetails *)fileLikeCommentDetails { - if (![self isFileLikeCommentDetails]) { - [NSException - raise:@"IllegalStateException" - format:@"Invalid tag: required DBTEAMLOGEventDetailsFileLikeCommentDetails, but was %@.", [self tagName]]; - } - return _fileLikeCommentDetails; -} - -- (DBTEAMLOGFileUnlikeCommentDetails *)fileUnlikeCommentDetails { - if (![self isFileUnlikeCommentDetails]) { - [NSException - raise:@"IllegalStateException" - format:@"Invalid tag: required DBTEAMLOGEventDetailsFileUnlikeCommentDetails, but was %@.", [self tagName]]; - } - return _fileUnlikeCommentDetails; -} - - (DBTEAMLOGNoteAclInviteOnlyDetails *)noteAclInviteOnlyDetails { if (![self isNoteAclInviteOnlyDetails]) { [NSException @@ -14292,21 +14112,30 @@ - (DBTEAMLOGShmodelVisibilityTeamOnlyDetails *)shmodelVisibilityTeamOnlyDetails return _shmodelVisibilityTeamOnlyDetails; } -- (DBTEAMLOGRemoveLogoutUrlDetails *)removeLogoutUrlDetails { - if (![self isRemoveLogoutUrlDetails]) { +- (DBTEAMLOGSsoAddCertDetails *)ssoAddCertDetails { + if (![self isSsoAddCertDetails]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBTEAMLOGEventDetailsSsoAddCertDetails, but was %@.", [self tagName]]; + } + return _ssoAddCertDetails; +} + +- (DBTEAMLOGSsoAddLoginUrlDetails *)ssoAddLoginUrlDetails { + if (![self isSsoAddLoginUrlDetails]) { [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBTEAMLOGEventDetailsRemoveLogoutUrlDetails, but was %@.", [self tagName]]; + format:@"Invalid tag: required DBTEAMLOGEventDetailsSsoAddLoginUrlDetails, but was %@.", [self tagName]]; } - return _removeLogoutUrlDetails; + return _ssoAddLoginUrlDetails; } -- (DBTEAMLOGRemoveSsoUrlDetails *)removeSsoUrlDetails { - if (![self isRemoveSsoUrlDetails]) { - [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBTEAMLOGEventDetailsRemoveSsoUrlDetails, but was %@.", [self tagName]]; +- (DBTEAMLOGSsoAddLogoutUrlDetails *)ssoAddLogoutUrlDetails { + if (![self isSsoAddLogoutUrlDetails]) { + [NSException + raise:@"IllegalStateException" + format:@"Invalid tag: required DBTEAMLOGEventDetailsSsoAddLogoutUrlDetails, but was %@.", [self tagName]]; } - return _removeSsoUrlDetails; + return _ssoAddLogoutUrlDetails; } - (DBTEAMLOGSsoChangeCertDetails *)ssoChangeCertDetails { @@ -14344,6 +14173,32 @@ - (DBTEAMLOGSsoChangeSamlIdentityModeDetails *)ssoChangeSamlIdentityModeDetails return _ssoChangeSamlIdentityModeDetails; } +- (DBTEAMLOGSsoRemoveCertDetails *)ssoRemoveCertDetails { + if (![self isSsoRemoveCertDetails]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBTEAMLOGEventDetailsSsoRemoveCertDetails, but was %@.", [self tagName]]; + } + return _ssoRemoveCertDetails; +} + +- (DBTEAMLOGSsoRemoveLoginUrlDetails *)ssoRemoveLoginUrlDetails { + if (![self isSsoRemoveLoginUrlDetails]) { + [NSException + raise:@"IllegalStateException" + format:@"Invalid tag: required DBTEAMLOGEventDetailsSsoRemoveLoginUrlDetails, but was %@.", [self tagName]]; + } + return _ssoRemoveLoginUrlDetails; +} + +- (DBTEAMLOGSsoRemoveLogoutUrlDetails *)ssoRemoveLogoutUrlDetails { + if (![self isSsoRemoveLogoutUrlDetails]) { + [NSException + raise:@"IllegalStateException" + format:@"Invalid tag: required DBTEAMLOGEventDetailsSsoRemoveLogoutUrlDetails, but was %@.", [self tagName]]; + } + return _ssoRemoveLogoutUrlDetails; +} + - (DBTEAMLOGTeamFolderChangeStatusDetails *)teamFolderChangeStatusDetails { if (![self isTeamFolderChangeStatusDetails]) { [NSException raise:@"IllegalStateException" @@ -14643,6 +14498,15 @@ - (DBTEAMLOGPaperChangeDeploymentPolicyDetails *)paperChangeDeploymentPolicyDeta return _paperChangeDeploymentPolicyDetails; } +- (DBTEAMLOGPaperChangeMemberLinkPolicyDetails *)paperChangeMemberLinkPolicyDetails { + if (![self isPaperChangeMemberLinkPolicyDetails]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBTEAMLOGEventDetailsPaperChangeMemberLinkPolicyDetails, but was %@.", + [self tagName]]; + } + return _paperChangeMemberLinkPolicyDetails; +} + - (DBTEAMLOGPaperChangeMemberPolicyDetails *)paperChangeMemberPolicyDetails { if (![self isPaperChangeMemberPolicyDetails]) { [NSException raise:@"IllegalStateException" @@ -14780,6 +14644,16 @@ - (DBTEAMLOGTeamProfileAddLogoDetails *)teamProfileAddLogoDetails { return _teamProfileAddLogoDetails; } +- (DBTEAMLOGTeamProfileChangeDefaultLanguageDetails *)teamProfileChangeDefaultLanguageDetails { + if (![self isTeamProfileChangeDefaultLanguageDetails]) { + [NSException + raise:@"IllegalStateException" + format:@"Invalid tag: required DBTEAMLOGEventDetailsTeamProfileChangeDefaultLanguageDetails, but was %@.", + [self tagName]]; + } + return _teamProfileChangeDefaultLanguageDetails; +} + - (DBTEAMLOGTeamProfileChangeLogoDetails *)teamProfileChangeLogoDetails { if (![self isTeamProfileChangeLogoDetails]) { [NSException @@ -14895,6 +14769,10 @@ - (BOOL)isMemberTransferAccountContentsDetails { return _tag == DBTEAMLOGEventDetailsMemberTransferAccountContentsDetails; } +- (BOOL)isPaperAdminExportStartDetails { + return _tag == DBTEAMLOGEventDetailsPaperAdminExportStartDetails; +} + - (BOOL)isPaperEnabledUsersGroupAdditionDetails { return _tag == DBTEAMLOGEventDetailsPaperEnabledUsersGroupAdditionDetails; } @@ -14943,6 +14821,34 @@ - (BOOL)isAppUnlinkUserDetails { return _tag == DBTEAMLOGEventDetailsAppUnlinkUserDetails; } +- (BOOL)isFileAddCommentDetails { + return _tag == DBTEAMLOGEventDetailsFileAddCommentDetails; +} + +- (BOOL)isFileChangeCommentSubscriptionDetails { + return _tag == DBTEAMLOGEventDetailsFileChangeCommentSubscriptionDetails; +} + +- (BOOL)isFileDeleteCommentDetails { + return _tag == DBTEAMLOGEventDetailsFileDeleteCommentDetails; +} + +- (BOOL)isFileLikeCommentDetails { + return _tag == DBTEAMLOGEventDetailsFileLikeCommentDetails; +} + +- (BOOL)isFileResolveCommentDetails { + return _tag == DBTEAMLOGEventDetailsFileResolveCommentDetails; +} + +- (BOOL)isFileUnlikeCommentDetails { + return _tag == DBTEAMLOGEventDetailsFileUnlikeCommentDetails; +} + +- (BOOL)isFileUnresolveCommentDetails { + return _tag == DBTEAMLOGEventDetailsFileUnresolveCommentDetails; +} + - (BOOL)isDeviceChangeIpDesktopDetails { return _tag == DBTEAMLOGEventDetailsDeviceChangeIpDesktopDetails; } @@ -15163,14 +15069,6 @@ - (BOOL)isGroupDeleteDetails { return _tag == DBTEAMLOGEventDetailsGroupDeleteDetails; } -- (BOOL)isGroupDescriptionUpdatedDetails { - return _tag == DBTEAMLOGEventDetailsGroupDescriptionUpdatedDetails; -} - -- (BOOL)isGroupJoinPolicyUpdatedDetails { - return _tag == DBTEAMLOGEventDetailsGroupJoinPolicyUpdatedDetails; -} - - (BOOL)isGroupMovedDetails { return _tag == DBTEAMLOGEventDetailsGroupMovedDetails; } @@ -15259,10 +15157,6 @@ - (BOOL)isPaperContentArchiveDetails { return _tag == DBTEAMLOGEventDetailsPaperContentArchiveDetails; } -- (BOOL)isPaperContentChangeSubscriptionDetails { - return _tag == DBTEAMLOGEventDetailsPaperContentChangeSubscriptionDetails; -} - - (BOOL)isPaperContentCreateDetails { return _tag == DBTEAMLOGEventDetailsPaperContentCreateDetails; } @@ -15299,6 +15193,10 @@ - (BOOL)isPaperDocChangeSharingPolicyDetails { return _tag == DBTEAMLOGEventDetailsPaperDocChangeSharingPolicyDetails; } +- (BOOL)isPaperDocChangeSubscriptionDetails { + return _tag == DBTEAMLOGEventDetailsPaperDocChangeSubscriptionDetails; +} + - (BOOL)isPaperDocDeletedDetails { return _tag == DBTEAMLOGEventDetailsPaperDocDeletedDetails; } @@ -15347,14 +15245,26 @@ - (BOOL)isPaperDocTeamInviteDetails { return _tag == DBTEAMLOGEventDetailsPaperDocTeamInviteDetails; } +- (BOOL)isPaperDocTrashedDetails { + return _tag == DBTEAMLOGEventDetailsPaperDocTrashedDetails; +} + - (BOOL)isPaperDocUnresolveCommentDetails { return _tag == DBTEAMLOGEventDetailsPaperDocUnresolveCommentDetails; } +- (BOOL)isPaperDocUntrashedDetails { + return _tag == DBTEAMLOGEventDetailsPaperDocUntrashedDetails; +} + - (BOOL)isPaperDocViewDetails { return _tag == DBTEAMLOGEventDetailsPaperDocViewDetails; } +- (BOOL)isPaperFolderChangeSubscriptionDetails { + return _tag == DBTEAMLOGEventDetailsPaperFolderChangeSubscriptionDetails; +} + - (BOOL)isPaperFolderDeletedDetails { return _tag == DBTEAMLOGEventDetailsPaperFolderDeletedDetails; } @@ -15399,18 +15309,6 @@ - (BOOL)isCollectionShareDetails { return _tag == DBTEAMLOGEventDetailsCollectionShareDetails; } -- (BOOL)isFileAddCommentDetails { - return _tag == DBTEAMLOGEventDetailsFileAddCommentDetails; -} - -- (BOOL)isFileLikeCommentDetails { - return _tag == DBTEAMLOGEventDetailsFileLikeCommentDetails; -} - -- (BOOL)isFileUnlikeCommentDetails { - return _tag == DBTEAMLOGEventDetailsFileUnlikeCommentDetails; -} - - (BOOL)isNoteAclInviteOnlyDetails { return _tag == DBTEAMLOGEventDetailsNoteAclInviteOnlyDetails; } @@ -15659,12 +15557,16 @@ - (BOOL)isShmodelVisibilityTeamOnlyDetails { return _tag == DBTEAMLOGEventDetailsShmodelVisibilityTeamOnlyDetails; } -- (BOOL)isRemoveLogoutUrlDetails { - return _tag == DBTEAMLOGEventDetailsRemoveLogoutUrlDetails; +- (BOOL)isSsoAddCertDetails { + return _tag == DBTEAMLOGEventDetailsSsoAddCertDetails; +} + +- (BOOL)isSsoAddLoginUrlDetails { + return _tag == DBTEAMLOGEventDetailsSsoAddLoginUrlDetails; } -- (BOOL)isRemoveSsoUrlDetails { - return _tag == DBTEAMLOGEventDetailsRemoveSsoUrlDetails; +- (BOOL)isSsoAddLogoutUrlDetails { + return _tag == DBTEAMLOGEventDetailsSsoAddLogoutUrlDetails; } - (BOOL)isSsoChangeCertDetails { @@ -15683,6 +15585,18 @@ - (BOOL)isSsoChangeSamlIdentityModeDetails { return _tag == DBTEAMLOGEventDetailsSsoChangeSamlIdentityModeDetails; } +- (BOOL)isSsoRemoveCertDetails { + return _tag == DBTEAMLOGEventDetailsSsoRemoveCertDetails; +} + +- (BOOL)isSsoRemoveLoginUrlDetails { + return _tag == DBTEAMLOGEventDetailsSsoRemoveLoginUrlDetails; +} + +- (BOOL)isSsoRemoveLogoutUrlDetails { + return _tag == DBTEAMLOGEventDetailsSsoRemoveLogoutUrlDetails; +} + - (BOOL)isTeamFolderChangeStatusDetails { return _tag == DBTEAMLOGEventDetailsTeamFolderChangeStatusDetails; } @@ -15811,6 +15725,10 @@ - (BOOL)isPaperChangeDeploymentPolicyDetails { return _tag == DBTEAMLOGEventDetailsPaperChangeDeploymentPolicyDetails; } +- (BOOL)isPaperChangeMemberLinkPolicyDetails { + return _tag == DBTEAMLOGEventDetailsPaperChangeMemberLinkPolicyDetails; +} + - (BOOL)isPaperChangeMemberPolicyDetails { return _tag == DBTEAMLOGEventDetailsPaperChangeMemberPolicyDetails; } @@ -15871,6 +15789,10 @@ - (BOOL)isTeamProfileAddLogoDetails { return _tag == DBTEAMLOGEventDetailsTeamProfileAddLogoDetails; } +- (BOOL)isTeamProfileChangeDefaultLanguageDetails { + return _tag == DBTEAMLOGEventDetailsTeamProfileChangeDefaultLanguageDetails; +} + - (BOOL)isTeamProfileChangeLogoDetails { return _tag == DBTEAMLOGEventDetailsTeamProfileChangeLogoDetails; } @@ -15929,6 +15851,8 @@ - (NSString *)tagName { return @"DBTEAMLOGEventDetailsMemberSpaceLimitsChangeStatusDetails"; case DBTEAMLOGEventDetailsMemberTransferAccountContentsDetails: return @"DBTEAMLOGEventDetailsMemberTransferAccountContentsDetails"; + case DBTEAMLOGEventDetailsPaperAdminExportStartDetails: + return @"DBTEAMLOGEventDetailsPaperAdminExportStartDetails"; case DBTEAMLOGEventDetailsPaperEnabledUsersGroupAdditionDetails: return @"DBTEAMLOGEventDetailsPaperEnabledUsersGroupAdditionDetails"; case DBTEAMLOGEventDetailsPaperEnabledUsersGroupRemovalDetails: @@ -15953,6 +15877,20 @@ - (NSString *)tagName { return @"DBTEAMLOGEventDetailsAppUnlinkTeamDetails"; case DBTEAMLOGEventDetailsAppUnlinkUserDetails: return @"DBTEAMLOGEventDetailsAppUnlinkUserDetails"; + case DBTEAMLOGEventDetailsFileAddCommentDetails: + return @"DBTEAMLOGEventDetailsFileAddCommentDetails"; + case DBTEAMLOGEventDetailsFileChangeCommentSubscriptionDetails: + return @"DBTEAMLOGEventDetailsFileChangeCommentSubscriptionDetails"; + case DBTEAMLOGEventDetailsFileDeleteCommentDetails: + return @"DBTEAMLOGEventDetailsFileDeleteCommentDetails"; + case DBTEAMLOGEventDetailsFileLikeCommentDetails: + return @"DBTEAMLOGEventDetailsFileLikeCommentDetails"; + case DBTEAMLOGEventDetailsFileResolveCommentDetails: + return @"DBTEAMLOGEventDetailsFileResolveCommentDetails"; + case DBTEAMLOGEventDetailsFileUnlikeCommentDetails: + return @"DBTEAMLOGEventDetailsFileUnlikeCommentDetails"; + case DBTEAMLOGEventDetailsFileUnresolveCommentDetails: + return @"DBTEAMLOGEventDetailsFileUnresolveCommentDetails"; case DBTEAMLOGEventDetailsDeviceChangeIpDesktopDetails: return @"DBTEAMLOGEventDetailsDeviceChangeIpDesktopDetails"; case DBTEAMLOGEventDetailsDeviceChangeIpMobileDetails: @@ -16063,10 +16001,6 @@ - (NSString *)tagName { return @"DBTEAMLOGEventDetailsGroupCreateDetails"; case DBTEAMLOGEventDetailsGroupDeleteDetails: return @"DBTEAMLOGEventDetailsGroupDeleteDetails"; - case DBTEAMLOGEventDetailsGroupDescriptionUpdatedDetails: - return @"DBTEAMLOGEventDetailsGroupDescriptionUpdatedDetails"; - case DBTEAMLOGEventDetailsGroupJoinPolicyUpdatedDetails: - return @"DBTEAMLOGEventDetailsGroupJoinPolicyUpdatedDetails"; case DBTEAMLOGEventDetailsGroupMovedDetails: return @"DBTEAMLOGEventDetailsGroupMovedDetails"; case DBTEAMLOGEventDetailsGroupRemoveExternalIdDetails: @@ -16111,8 +16045,6 @@ - (NSString *)tagName { return @"DBTEAMLOGEventDetailsPaperContentAddToFolderDetails"; case DBTEAMLOGEventDetailsPaperContentArchiveDetails: return @"DBTEAMLOGEventDetailsPaperContentArchiveDetails"; - case DBTEAMLOGEventDetailsPaperContentChangeSubscriptionDetails: - return @"DBTEAMLOGEventDetailsPaperContentChangeSubscriptionDetails"; case DBTEAMLOGEventDetailsPaperContentCreateDetails: return @"DBTEAMLOGEventDetailsPaperContentCreateDetails"; case DBTEAMLOGEventDetailsPaperContentPermanentlyDeleteDetails: @@ -16131,6 +16063,8 @@ - (NSString *)tagName { return @"DBTEAMLOGEventDetailsPaperDocChangeMemberRoleDetails"; case DBTEAMLOGEventDetailsPaperDocChangeSharingPolicyDetails: return @"DBTEAMLOGEventDetailsPaperDocChangeSharingPolicyDetails"; + case DBTEAMLOGEventDetailsPaperDocChangeSubscriptionDetails: + return @"DBTEAMLOGEventDetailsPaperDocChangeSubscriptionDetails"; case DBTEAMLOGEventDetailsPaperDocDeletedDetails: return @"DBTEAMLOGEventDetailsPaperDocDeletedDetails"; case DBTEAMLOGEventDetailsPaperDocDeleteCommentDetails: @@ -16155,10 +16089,16 @@ - (NSString *)tagName { return @"DBTEAMLOGEventDetailsPaperDocSlackShareDetails"; case DBTEAMLOGEventDetailsPaperDocTeamInviteDetails: return @"DBTEAMLOGEventDetailsPaperDocTeamInviteDetails"; + case DBTEAMLOGEventDetailsPaperDocTrashedDetails: + return @"DBTEAMLOGEventDetailsPaperDocTrashedDetails"; case DBTEAMLOGEventDetailsPaperDocUnresolveCommentDetails: return @"DBTEAMLOGEventDetailsPaperDocUnresolveCommentDetails"; + case DBTEAMLOGEventDetailsPaperDocUntrashedDetails: + return @"DBTEAMLOGEventDetailsPaperDocUntrashedDetails"; case DBTEAMLOGEventDetailsPaperDocViewDetails: return @"DBTEAMLOGEventDetailsPaperDocViewDetails"; + case DBTEAMLOGEventDetailsPaperFolderChangeSubscriptionDetails: + return @"DBTEAMLOGEventDetailsPaperFolderChangeSubscriptionDetails"; case DBTEAMLOGEventDetailsPaperFolderDeletedDetails: return @"DBTEAMLOGEventDetailsPaperFolderDeletedDetails"; case DBTEAMLOGEventDetailsPaperFolderFollowedDetails: @@ -16181,12 +16121,6 @@ - (NSString *)tagName { return @"DBTEAMLOGEventDetailsTeamActivityCreateReportDetails"; case DBTEAMLOGEventDetailsCollectionShareDetails: return @"DBTEAMLOGEventDetailsCollectionShareDetails"; - case DBTEAMLOGEventDetailsFileAddCommentDetails: - return @"DBTEAMLOGEventDetailsFileAddCommentDetails"; - case DBTEAMLOGEventDetailsFileLikeCommentDetails: - return @"DBTEAMLOGEventDetailsFileLikeCommentDetails"; - case DBTEAMLOGEventDetailsFileUnlikeCommentDetails: - return @"DBTEAMLOGEventDetailsFileUnlikeCommentDetails"; case DBTEAMLOGEventDetailsNoteAclInviteOnlyDetails: return @"DBTEAMLOGEventDetailsNoteAclInviteOnlyDetails"; case DBTEAMLOGEventDetailsNoteAclLinkDetails: @@ -16311,10 +16245,12 @@ - (NSString *)tagName { return @"DBTEAMLOGEventDetailsShmodelVisibilityPublicDetails"; case DBTEAMLOGEventDetailsShmodelVisibilityTeamOnlyDetails: return @"DBTEAMLOGEventDetailsShmodelVisibilityTeamOnlyDetails"; - case DBTEAMLOGEventDetailsRemoveLogoutUrlDetails: - return @"DBTEAMLOGEventDetailsRemoveLogoutUrlDetails"; - case DBTEAMLOGEventDetailsRemoveSsoUrlDetails: - return @"DBTEAMLOGEventDetailsRemoveSsoUrlDetails"; + case DBTEAMLOGEventDetailsSsoAddCertDetails: + return @"DBTEAMLOGEventDetailsSsoAddCertDetails"; + case DBTEAMLOGEventDetailsSsoAddLoginUrlDetails: + return @"DBTEAMLOGEventDetailsSsoAddLoginUrlDetails"; + case DBTEAMLOGEventDetailsSsoAddLogoutUrlDetails: + return @"DBTEAMLOGEventDetailsSsoAddLogoutUrlDetails"; case DBTEAMLOGEventDetailsSsoChangeCertDetails: return @"DBTEAMLOGEventDetailsSsoChangeCertDetails"; case DBTEAMLOGEventDetailsSsoChangeLoginUrlDetails: @@ -16323,6 +16259,12 @@ - (NSString *)tagName { return @"DBTEAMLOGEventDetailsSsoChangeLogoutUrlDetails"; case DBTEAMLOGEventDetailsSsoChangeSamlIdentityModeDetails: return @"DBTEAMLOGEventDetailsSsoChangeSamlIdentityModeDetails"; + case DBTEAMLOGEventDetailsSsoRemoveCertDetails: + return @"DBTEAMLOGEventDetailsSsoRemoveCertDetails"; + case DBTEAMLOGEventDetailsSsoRemoveLoginUrlDetails: + return @"DBTEAMLOGEventDetailsSsoRemoveLoginUrlDetails"; + case DBTEAMLOGEventDetailsSsoRemoveLogoutUrlDetails: + return @"DBTEAMLOGEventDetailsSsoRemoveLogoutUrlDetails"; case DBTEAMLOGEventDetailsTeamFolderChangeStatusDetails: return @"DBTEAMLOGEventDetailsTeamFolderChangeStatusDetails"; case DBTEAMLOGEventDetailsTeamFolderCreateDetails: @@ -16387,6 +16329,8 @@ - (NSString *)tagName { return @"DBTEAMLOGEventDetailsNetworkControlChangePolicyDetails"; case DBTEAMLOGEventDetailsPaperChangeDeploymentPolicyDetails: return @"DBTEAMLOGEventDetailsPaperChangeDeploymentPolicyDetails"; + case DBTEAMLOGEventDetailsPaperChangeMemberLinkPolicyDetails: + return @"DBTEAMLOGEventDetailsPaperChangeMemberLinkPolicyDetails"; case DBTEAMLOGEventDetailsPaperChangeMemberPolicyDetails: return @"DBTEAMLOGEventDetailsPaperChangeMemberPolicyDetails"; case DBTEAMLOGEventDetailsPaperChangePolicyDetails: @@ -16417,6 +16361,8 @@ - (NSString *)tagName { return @"DBTEAMLOGEventDetailsWebSessionsChangeIdleLengthPolicyDetails"; case DBTEAMLOGEventDetailsTeamProfileAddLogoDetails: return @"DBTEAMLOGEventDetailsTeamProfileAddLogoDetails"; + case DBTEAMLOGEventDetailsTeamProfileChangeDefaultLanguageDetails: + return @"DBTEAMLOGEventDetailsTeamProfileChangeDefaultLanguageDetails"; case DBTEAMLOGEventDetailsTeamProfileChangeLogoDetails: return @"DBTEAMLOGEventDetailsTeamProfileChangeLogoDetails"; case DBTEAMLOGEventDetailsTeamProfileChangeNameDetails: @@ -16448,7 +16394,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGEventDetailsSerializer serialize:instance]; } @@ -16485,6 +16431,8 @@ - (NSUInteger)hash { result = prime * result + [self.memberSpaceLimitsChangeStatusDetails hash]; case DBTEAMLOGEventDetailsMemberTransferAccountContentsDetails: result = prime * result + [self.memberTransferAccountContentsDetails hash]; + case DBTEAMLOGEventDetailsPaperAdminExportStartDetails: + result = prime * result + [self.paperAdminExportStartDetails hash]; case DBTEAMLOGEventDetailsPaperEnabledUsersGroupAdditionDetails: result = prime * result + [self.paperEnabledUsersGroupAdditionDetails hash]; case DBTEAMLOGEventDetailsPaperEnabledUsersGroupRemovalDetails: @@ -16509,6 +16457,20 @@ - (NSUInteger)hash { result = prime * result + [self.appUnlinkTeamDetails hash]; case DBTEAMLOGEventDetailsAppUnlinkUserDetails: result = prime * result + [self.appUnlinkUserDetails hash]; + case DBTEAMLOGEventDetailsFileAddCommentDetails: + result = prime * result + [self.fileAddCommentDetails hash]; + case DBTEAMLOGEventDetailsFileChangeCommentSubscriptionDetails: + result = prime * result + [self.fileChangeCommentSubscriptionDetails hash]; + case DBTEAMLOGEventDetailsFileDeleteCommentDetails: + result = prime * result + [self.fileDeleteCommentDetails hash]; + case DBTEAMLOGEventDetailsFileLikeCommentDetails: + result = prime * result + [self.fileLikeCommentDetails hash]; + case DBTEAMLOGEventDetailsFileResolveCommentDetails: + result = prime * result + [self.fileResolveCommentDetails hash]; + case DBTEAMLOGEventDetailsFileUnlikeCommentDetails: + result = prime * result + [self.fileUnlikeCommentDetails hash]; + case DBTEAMLOGEventDetailsFileUnresolveCommentDetails: + result = prime * result + [self.fileUnresolveCommentDetails hash]; case DBTEAMLOGEventDetailsDeviceChangeIpDesktopDetails: result = prime * result + [self.deviceChangeIpDesktopDetails hash]; case DBTEAMLOGEventDetailsDeviceChangeIpMobileDetails: @@ -16619,10 +16581,6 @@ - (NSUInteger)hash { result = prime * result + [self.groupCreateDetails hash]; case DBTEAMLOGEventDetailsGroupDeleteDetails: result = prime * result + [self.groupDeleteDetails hash]; - case DBTEAMLOGEventDetailsGroupDescriptionUpdatedDetails: - result = prime * result + [self.groupDescriptionUpdatedDetails hash]; - case DBTEAMLOGEventDetailsGroupJoinPolicyUpdatedDetails: - result = prime * result + [self.groupJoinPolicyUpdatedDetails hash]; case DBTEAMLOGEventDetailsGroupMovedDetails: result = prime * result + [self.groupMovedDetails hash]; case DBTEAMLOGEventDetailsGroupRemoveExternalIdDetails: @@ -16667,8 +16625,6 @@ - (NSUInteger)hash { result = prime * result + [self.paperContentAddToFolderDetails hash]; case DBTEAMLOGEventDetailsPaperContentArchiveDetails: result = prime * result + [self.paperContentArchiveDetails hash]; - case DBTEAMLOGEventDetailsPaperContentChangeSubscriptionDetails: - result = prime * result + [self.paperContentChangeSubscriptionDetails hash]; case DBTEAMLOGEventDetailsPaperContentCreateDetails: result = prime * result + [self.paperContentCreateDetails hash]; case DBTEAMLOGEventDetailsPaperContentPermanentlyDeleteDetails: @@ -16687,6 +16643,8 @@ - (NSUInteger)hash { result = prime * result + [self.paperDocChangeMemberRoleDetails hash]; case DBTEAMLOGEventDetailsPaperDocChangeSharingPolicyDetails: result = prime * result + [self.paperDocChangeSharingPolicyDetails hash]; + case DBTEAMLOGEventDetailsPaperDocChangeSubscriptionDetails: + result = prime * result + [self.paperDocChangeSubscriptionDetails hash]; case DBTEAMLOGEventDetailsPaperDocDeletedDetails: result = prime * result + [self.paperDocDeletedDetails hash]; case DBTEAMLOGEventDetailsPaperDocDeleteCommentDetails: @@ -16711,10 +16669,16 @@ - (NSUInteger)hash { result = prime * result + [self.paperDocSlackShareDetails hash]; case DBTEAMLOGEventDetailsPaperDocTeamInviteDetails: result = prime * result + [self.paperDocTeamInviteDetails hash]; + case DBTEAMLOGEventDetailsPaperDocTrashedDetails: + result = prime * result + [self.paperDocTrashedDetails hash]; case DBTEAMLOGEventDetailsPaperDocUnresolveCommentDetails: result = prime * result + [self.paperDocUnresolveCommentDetails hash]; + case DBTEAMLOGEventDetailsPaperDocUntrashedDetails: + result = prime * result + [self.paperDocUntrashedDetails hash]; case DBTEAMLOGEventDetailsPaperDocViewDetails: result = prime * result + [self.paperDocViewDetails hash]; + case DBTEAMLOGEventDetailsPaperFolderChangeSubscriptionDetails: + result = prime * result + [self.paperFolderChangeSubscriptionDetails hash]; case DBTEAMLOGEventDetailsPaperFolderDeletedDetails: result = prime * result + [self.paperFolderDeletedDetails hash]; case DBTEAMLOGEventDetailsPaperFolderFollowedDetails: @@ -16737,12 +16701,6 @@ - (NSUInteger)hash { result = prime * result + [self.teamActivityCreateReportDetails hash]; case DBTEAMLOGEventDetailsCollectionShareDetails: result = prime * result + [self.collectionShareDetails hash]; - case DBTEAMLOGEventDetailsFileAddCommentDetails: - result = prime * result + [self.fileAddCommentDetails hash]; - case DBTEAMLOGEventDetailsFileLikeCommentDetails: - result = prime * result + [self.fileLikeCommentDetails hash]; - case DBTEAMLOGEventDetailsFileUnlikeCommentDetails: - result = prime * result + [self.fileUnlikeCommentDetails hash]; case DBTEAMLOGEventDetailsNoteAclInviteOnlyDetails: result = prime * result + [self.noteAclInviteOnlyDetails hash]; case DBTEAMLOGEventDetailsNoteAclLinkDetails: @@ -16867,10 +16825,12 @@ - (NSUInteger)hash { result = prime * result + [self.shmodelVisibilityPublicDetails hash]; case DBTEAMLOGEventDetailsShmodelVisibilityTeamOnlyDetails: result = prime * result + [self.shmodelVisibilityTeamOnlyDetails hash]; - case DBTEAMLOGEventDetailsRemoveLogoutUrlDetails: - result = prime * result + [self.removeLogoutUrlDetails hash]; - case DBTEAMLOGEventDetailsRemoveSsoUrlDetails: - result = prime * result + [self.removeSsoUrlDetails hash]; + case DBTEAMLOGEventDetailsSsoAddCertDetails: + result = prime * result + [self.ssoAddCertDetails hash]; + case DBTEAMLOGEventDetailsSsoAddLoginUrlDetails: + result = prime * result + [self.ssoAddLoginUrlDetails hash]; + case DBTEAMLOGEventDetailsSsoAddLogoutUrlDetails: + result = prime * result + [self.ssoAddLogoutUrlDetails hash]; case DBTEAMLOGEventDetailsSsoChangeCertDetails: result = prime * result + [self.ssoChangeCertDetails hash]; case DBTEAMLOGEventDetailsSsoChangeLoginUrlDetails: @@ -16879,6 +16839,12 @@ - (NSUInteger)hash { result = prime * result + [self.ssoChangeLogoutUrlDetails hash]; case DBTEAMLOGEventDetailsSsoChangeSamlIdentityModeDetails: result = prime * result + [self.ssoChangeSamlIdentityModeDetails hash]; + case DBTEAMLOGEventDetailsSsoRemoveCertDetails: + result = prime * result + [self.ssoRemoveCertDetails hash]; + case DBTEAMLOGEventDetailsSsoRemoveLoginUrlDetails: + result = prime * result + [self.ssoRemoveLoginUrlDetails hash]; + case DBTEAMLOGEventDetailsSsoRemoveLogoutUrlDetails: + result = prime * result + [self.ssoRemoveLogoutUrlDetails hash]; case DBTEAMLOGEventDetailsTeamFolderChangeStatusDetails: result = prime * result + [self.teamFolderChangeStatusDetails hash]; case DBTEAMLOGEventDetailsTeamFolderCreateDetails: @@ -16943,6 +16909,8 @@ - (NSUInteger)hash { result = prime * result + [self.networkControlChangePolicyDetails hash]; case DBTEAMLOGEventDetailsPaperChangeDeploymentPolicyDetails: result = prime * result + [self.paperChangeDeploymentPolicyDetails hash]; + case DBTEAMLOGEventDetailsPaperChangeMemberLinkPolicyDetails: + result = prime * result + [self.paperChangeMemberLinkPolicyDetails hash]; case DBTEAMLOGEventDetailsPaperChangeMemberPolicyDetails: result = prime * result + [self.paperChangeMemberPolicyDetails hash]; case DBTEAMLOGEventDetailsPaperChangePolicyDetails: @@ -16973,6 +16941,8 @@ - (NSUInteger)hash { result = prime * result + [self.webSessionsChangeIdleLengthPolicyDetails hash]; case DBTEAMLOGEventDetailsTeamProfileAddLogoDetails: result = prime * result + [self.teamProfileAddLogoDetails hash]; + case DBTEAMLOGEventDetailsTeamProfileChangeDefaultLanguageDetails: + result = prime * result + [self.teamProfileChangeDefaultLanguageDetails hash]; case DBTEAMLOGEventDetailsTeamProfileChangeLogoDetails: result = prime * result + [self.teamProfileChangeLogoDetails hash]; case DBTEAMLOGEventDetailsTeamProfileChangeNameDetails: @@ -17031,6 +17001,8 @@ - (BOOL)isEqualToEventDetails:(DBTEAMLOGEventDetails *)anEventDetails { return [self.memberSpaceLimitsChangeStatusDetails isEqual:anEventDetails.memberSpaceLimitsChangeStatusDetails]; case DBTEAMLOGEventDetailsMemberTransferAccountContentsDetails: return [self.memberTransferAccountContentsDetails isEqual:anEventDetails.memberTransferAccountContentsDetails]; + case DBTEAMLOGEventDetailsPaperAdminExportStartDetails: + return [self.paperAdminExportStartDetails isEqual:anEventDetails.paperAdminExportStartDetails]; case DBTEAMLOGEventDetailsPaperEnabledUsersGroupAdditionDetails: return [self.paperEnabledUsersGroupAdditionDetails isEqual:anEventDetails.paperEnabledUsersGroupAdditionDetails]; case DBTEAMLOGEventDetailsPaperEnabledUsersGroupRemovalDetails: @@ -17055,6 +17027,20 @@ - (BOOL)isEqualToEventDetails:(DBTEAMLOGEventDetails *)anEventDetails { return [self.appUnlinkTeamDetails isEqual:anEventDetails.appUnlinkTeamDetails]; case DBTEAMLOGEventDetailsAppUnlinkUserDetails: return [self.appUnlinkUserDetails isEqual:anEventDetails.appUnlinkUserDetails]; + case DBTEAMLOGEventDetailsFileAddCommentDetails: + return [self.fileAddCommentDetails isEqual:anEventDetails.fileAddCommentDetails]; + case DBTEAMLOGEventDetailsFileChangeCommentSubscriptionDetails: + return [self.fileChangeCommentSubscriptionDetails isEqual:anEventDetails.fileChangeCommentSubscriptionDetails]; + case DBTEAMLOGEventDetailsFileDeleteCommentDetails: + return [self.fileDeleteCommentDetails isEqual:anEventDetails.fileDeleteCommentDetails]; + case DBTEAMLOGEventDetailsFileLikeCommentDetails: + return [self.fileLikeCommentDetails isEqual:anEventDetails.fileLikeCommentDetails]; + case DBTEAMLOGEventDetailsFileResolveCommentDetails: + return [self.fileResolveCommentDetails isEqual:anEventDetails.fileResolveCommentDetails]; + case DBTEAMLOGEventDetailsFileUnlikeCommentDetails: + return [self.fileUnlikeCommentDetails isEqual:anEventDetails.fileUnlikeCommentDetails]; + case DBTEAMLOGEventDetailsFileUnresolveCommentDetails: + return [self.fileUnresolveCommentDetails isEqual:anEventDetails.fileUnresolveCommentDetails]; case DBTEAMLOGEventDetailsDeviceChangeIpDesktopDetails: return [self.deviceChangeIpDesktopDetails isEqual:anEventDetails.deviceChangeIpDesktopDetails]; case DBTEAMLOGEventDetailsDeviceChangeIpMobileDetails: @@ -17171,10 +17157,6 @@ - (BOOL)isEqualToEventDetails:(DBTEAMLOGEventDetails *)anEventDetails { return [self.groupCreateDetails isEqual:anEventDetails.groupCreateDetails]; case DBTEAMLOGEventDetailsGroupDeleteDetails: return [self.groupDeleteDetails isEqual:anEventDetails.groupDeleteDetails]; - case DBTEAMLOGEventDetailsGroupDescriptionUpdatedDetails: - return [self.groupDescriptionUpdatedDetails isEqual:anEventDetails.groupDescriptionUpdatedDetails]; - case DBTEAMLOGEventDetailsGroupJoinPolicyUpdatedDetails: - return [self.groupJoinPolicyUpdatedDetails isEqual:anEventDetails.groupJoinPolicyUpdatedDetails]; case DBTEAMLOGEventDetailsGroupMovedDetails: return [self.groupMovedDetails isEqual:anEventDetails.groupMovedDetails]; case DBTEAMLOGEventDetailsGroupRemoveExternalIdDetails: @@ -17219,8 +17201,6 @@ - (BOOL)isEqualToEventDetails:(DBTEAMLOGEventDetails *)anEventDetails { return [self.paperContentAddToFolderDetails isEqual:anEventDetails.paperContentAddToFolderDetails]; case DBTEAMLOGEventDetailsPaperContentArchiveDetails: return [self.paperContentArchiveDetails isEqual:anEventDetails.paperContentArchiveDetails]; - case DBTEAMLOGEventDetailsPaperContentChangeSubscriptionDetails: - return [self.paperContentChangeSubscriptionDetails isEqual:anEventDetails.paperContentChangeSubscriptionDetails]; case DBTEAMLOGEventDetailsPaperContentCreateDetails: return [self.paperContentCreateDetails isEqual:anEventDetails.paperContentCreateDetails]; case DBTEAMLOGEventDetailsPaperContentPermanentlyDeleteDetails: @@ -17239,6 +17219,8 @@ - (BOOL)isEqualToEventDetails:(DBTEAMLOGEventDetails *)anEventDetails { return [self.paperDocChangeMemberRoleDetails isEqual:anEventDetails.paperDocChangeMemberRoleDetails]; case DBTEAMLOGEventDetailsPaperDocChangeSharingPolicyDetails: return [self.paperDocChangeSharingPolicyDetails isEqual:anEventDetails.paperDocChangeSharingPolicyDetails]; + case DBTEAMLOGEventDetailsPaperDocChangeSubscriptionDetails: + return [self.paperDocChangeSubscriptionDetails isEqual:anEventDetails.paperDocChangeSubscriptionDetails]; case DBTEAMLOGEventDetailsPaperDocDeletedDetails: return [self.paperDocDeletedDetails isEqual:anEventDetails.paperDocDeletedDetails]; case DBTEAMLOGEventDetailsPaperDocDeleteCommentDetails: @@ -17263,10 +17245,16 @@ - (BOOL)isEqualToEventDetails:(DBTEAMLOGEventDetails *)anEventDetails { return [self.paperDocSlackShareDetails isEqual:anEventDetails.paperDocSlackShareDetails]; case DBTEAMLOGEventDetailsPaperDocTeamInviteDetails: return [self.paperDocTeamInviteDetails isEqual:anEventDetails.paperDocTeamInviteDetails]; + case DBTEAMLOGEventDetailsPaperDocTrashedDetails: + return [self.paperDocTrashedDetails isEqual:anEventDetails.paperDocTrashedDetails]; case DBTEAMLOGEventDetailsPaperDocUnresolveCommentDetails: return [self.paperDocUnresolveCommentDetails isEqual:anEventDetails.paperDocUnresolveCommentDetails]; + case DBTEAMLOGEventDetailsPaperDocUntrashedDetails: + return [self.paperDocUntrashedDetails isEqual:anEventDetails.paperDocUntrashedDetails]; case DBTEAMLOGEventDetailsPaperDocViewDetails: return [self.paperDocViewDetails isEqual:anEventDetails.paperDocViewDetails]; + case DBTEAMLOGEventDetailsPaperFolderChangeSubscriptionDetails: + return [self.paperFolderChangeSubscriptionDetails isEqual:anEventDetails.paperFolderChangeSubscriptionDetails]; case DBTEAMLOGEventDetailsPaperFolderDeletedDetails: return [self.paperFolderDeletedDetails isEqual:anEventDetails.paperFolderDeletedDetails]; case DBTEAMLOGEventDetailsPaperFolderFollowedDetails: @@ -17290,12 +17278,6 @@ - (BOOL)isEqualToEventDetails:(DBTEAMLOGEventDetails *)anEventDetails { return [self.teamActivityCreateReportDetails isEqual:anEventDetails.teamActivityCreateReportDetails]; case DBTEAMLOGEventDetailsCollectionShareDetails: return [self.collectionShareDetails isEqual:anEventDetails.collectionShareDetails]; - case DBTEAMLOGEventDetailsFileAddCommentDetails: - return [self.fileAddCommentDetails isEqual:anEventDetails.fileAddCommentDetails]; - case DBTEAMLOGEventDetailsFileLikeCommentDetails: - return [self.fileLikeCommentDetails isEqual:anEventDetails.fileLikeCommentDetails]; - case DBTEAMLOGEventDetailsFileUnlikeCommentDetails: - return [self.fileUnlikeCommentDetails isEqual:anEventDetails.fileUnlikeCommentDetails]; case DBTEAMLOGEventDetailsNoteAclInviteOnlyDetails: return [self.noteAclInviteOnlyDetails isEqual:anEventDetails.noteAclInviteOnlyDetails]; case DBTEAMLOGEventDetailsNoteAclLinkDetails: @@ -17426,10 +17408,12 @@ - (BOOL)isEqualToEventDetails:(DBTEAMLOGEventDetails *)anEventDetails { return [self.shmodelVisibilityPublicDetails isEqual:anEventDetails.shmodelVisibilityPublicDetails]; case DBTEAMLOGEventDetailsShmodelVisibilityTeamOnlyDetails: return [self.shmodelVisibilityTeamOnlyDetails isEqual:anEventDetails.shmodelVisibilityTeamOnlyDetails]; - case DBTEAMLOGEventDetailsRemoveLogoutUrlDetails: - return [self.removeLogoutUrlDetails isEqual:anEventDetails.removeLogoutUrlDetails]; - case DBTEAMLOGEventDetailsRemoveSsoUrlDetails: - return [self.removeSsoUrlDetails isEqual:anEventDetails.removeSsoUrlDetails]; + case DBTEAMLOGEventDetailsSsoAddCertDetails: + return [self.ssoAddCertDetails isEqual:anEventDetails.ssoAddCertDetails]; + case DBTEAMLOGEventDetailsSsoAddLoginUrlDetails: + return [self.ssoAddLoginUrlDetails isEqual:anEventDetails.ssoAddLoginUrlDetails]; + case DBTEAMLOGEventDetailsSsoAddLogoutUrlDetails: + return [self.ssoAddLogoutUrlDetails isEqual:anEventDetails.ssoAddLogoutUrlDetails]; case DBTEAMLOGEventDetailsSsoChangeCertDetails: return [self.ssoChangeCertDetails isEqual:anEventDetails.ssoChangeCertDetails]; case DBTEAMLOGEventDetailsSsoChangeLoginUrlDetails: @@ -17438,6 +17422,12 @@ - (BOOL)isEqualToEventDetails:(DBTEAMLOGEventDetails *)anEventDetails { return [self.ssoChangeLogoutUrlDetails isEqual:anEventDetails.ssoChangeLogoutUrlDetails]; case DBTEAMLOGEventDetailsSsoChangeSamlIdentityModeDetails: return [self.ssoChangeSamlIdentityModeDetails isEqual:anEventDetails.ssoChangeSamlIdentityModeDetails]; + case DBTEAMLOGEventDetailsSsoRemoveCertDetails: + return [self.ssoRemoveCertDetails isEqual:anEventDetails.ssoRemoveCertDetails]; + case DBTEAMLOGEventDetailsSsoRemoveLoginUrlDetails: + return [self.ssoRemoveLoginUrlDetails isEqual:anEventDetails.ssoRemoveLoginUrlDetails]; + case DBTEAMLOGEventDetailsSsoRemoveLogoutUrlDetails: + return [self.ssoRemoveLogoutUrlDetails isEqual:anEventDetails.ssoRemoveLogoutUrlDetails]; case DBTEAMLOGEventDetailsTeamFolderChangeStatusDetails: return [self.teamFolderChangeStatusDetails isEqual:anEventDetails.teamFolderChangeStatusDetails]; case DBTEAMLOGEventDetailsTeamFolderCreateDetails: @@ -17512,6 +17502,8 @@ - (BOOL)isEqualToEventDetails:(DBTEAMLOGEventDetails *)anEventDetails { return [self.networkControlChangePolicyDetails isEqual:anEventDetails.networkControlChangePolicyDetails]; case DBTEAMLOGEventDetailsPaperChangeDeploymentPolicyDetails: return [self.paperChangeDeploymentPolicyDetails isEqual:anEventDetails.paperChangeDeploymentPolicyDetails]; + case DBTEAMLOGEventDetailsPaperChangeMemberLinkPolicyDetails: + return [self.paperChangeMemberLinkPolicyDetails isEqual:anEventDetails.paperChangeMemberLinkPolicyDetails]; case DBTEAMLOGEventDetailsPaperChangeMemberPolicyDetails: return [self.paperChangeMemberPolicyDetails isEqual:anEventDetails.paperChangeMemberPolicyDetails]; case DBTEAMLOGEventDetailsPaperChangePolicyDetails: @@ -17544,6 +17536,9 @@ - (BOOL)isEqualToEventDetails:(DBTEAMLOGEventDetails *)anEventDetails { [self.webSessionsChangeIdleLengthPolicyDetails isEqual:anEventDetails.webSessionsChangeIdleLengthPolicyDetails]; case DBTEAMLOGEventDetailsTeamProfileAddLogoDetails: return [self.teamProfileAddLogoDetails isEqual:anEventDetails.teamProfileAddLogoDetails]; + case DBTEAMLOGEventDetailsTeamProfileChangeDefaultLanguageDetails: + return + [self.teamProfileChangeDefaultLanguageDetails isEqual:anEventDetails.teamProfileChangeDefaultLanguageDetails]; case DBTEAMLOGEventDetailsTeamProfileChangeLogoDetails: return [self.teamProfileChangeLogoDetails isEqual:anEventDetails.teamProfileChangeLogoDetails]; case DBTEAMLOGEventDetailsTeamProfileChangeNameDetails: @@ -17598,6 +17593,10 @@ + (NSDictionary *)serialize:(DBTEAMLOGEventDetails *)valueObj { jsonDict[@"member_transfer_account_contents_details"] = [[DBTEAMLOGMemberTransferAccountContentsDetailsSerializer serialize:valueObj.memberTransferAccountContentsDetails] mutableCopy]; jsonDict[@".tag"] = @"member_transfer_account_contents_details"; + } else if ([valueObj isPaperAdminExportStartDetails]) { + jsonDict[@"paper_admin_export_start_details"] = + [[DBTEAMLOGPaperAdminExportStartDetailsSerializer serialize:valueObj.paperAdminExportStartDetails] mutableCopy]; + jsonDict[@".tag"] = @"paper_admin_export_start_details"; } else if ([valueObj isPaperEnabledUsersGroupAdditionDetails]) { jsonDict[@"paper_enabled_users_group_addition_details"] = [[DBTEAMLOGPaperEnabledUsersGroupAdditionDetailsSerializer serialize:valueObj.paperEnabledUsersGroupAdditionDetails] mutableCopy]; @@ -17646,6 +17645,34 @@ + (NSDictionary *)serialize:(DBTEAMLOGEventDetails *)valueObj { jsonDict[@"app_unlink_user_details"] = [[DBTEAMLOGAppUnlinkUserDetailsSerializer serialize:valueObj.appUnlinkUserDetails] mutableCopy]; jsonDict[@".tag"] = @"app_unlink_user_details"; + } else if ([valueObj isFileAddCommentDetails]) { + jsonDict[@"file_add_comment_details"] = + [[DBTEAMLOGFileAddCommentDetailsSerializer serialize:valueObj.fileAddCommentDetails] mutableCopy]; + jsonDict[@".tag"] = @"file_add_comment_details"; + } else if ([valueObj isFileChangeCommentSubscriptionDetails]) { + jsonDict[@"file_change_comment_subscription_details"] = [[DBTEAMLOGFileChangeCommentSubscriptionDetailsSerializer + serialize:valueObj.fileChangeCommentSubscriptionDetails] mutableCopy]; + jsonDict[@".tag"] = @"file_change_comment_subscription_details"; + } else if ([valueObj isFileDeleteCommentDetails]) { + jsonDict[@"file_delete_comment_details"] = + [[DBTEAMLOGFileDeleteCommentDetailsSerializer serialize:valueObj.fileDeleteCommentDetails] mutableCopy]; + jsonDict[@".tag"] = @"file_delete_comment_details"; + } else if ([valueObj isFileLikeCommentDetails]) { + jsonDict[@"file_like_comment_details"] = + [[DBTEAMLOGFileLikeCommentDetailsSerializer serialize:valueObj.fileLikeCommentDetails] mutableCopy]; + jsonDict[@".tag"] = @"file_like_comment_details"; + } else if ([valueObj isFileResolveCommentDetails]) { + jsonDict[@"file_resolve_comment_details"] = + [[DBTEAMLOGFileResolveCommentDetailsSerializer serialize:valueObj.fileResolveCommentDetails] mutableCopy]; + jsonDict[@".tag"] = @"file_resolve_comment_details"; + } else if ([valueObj isFileUnlikeCommentDetails]) { + jsonDict[@"file_unlike_comment_details"] = + [[DBTEAMLOGFileUnlikeCommentDetailsSerializer serialize:valueObj.fileUnlikeCommentDetails] mutableCopy]; + jsonDict[@".tag"] = @"file_unlike_comment_details"; + } else if ([valueObj isFileUnresolveCommentDetails]) { + jsonDict[@"file_unresolve_comment_details"] = + [[DBTEAMLOGFileUnresolveCommentDetailsSerializer serialize:valueObj.fileUnresolveCommentDetails] mutableCopy]; + jsonDict[@".tag"] = @"file_unresolve_comment_details"; } else if ([valueObj isDeviceChangeIpDesktopDetails]) { jsonDict[@"device_change_ip_desktop_details"] = [[DBTEAMLOGDeviceChangeIpDesktopDetailsSerializer serialize:valueObj.deviceChangeIpDesktopDetails] mutableCopy]; @@ -17875,14 +17902,6 @@ + (NSDictionary *)serialize:(DBTEAMLOGEventDetails *)valueObj { jsonDict[@"group_delete_details"] = [[DBTEAMLOGGroupDeleteDetailsSerializer serialize:valueObj.groupDeleteDetails] mutableCopy]; jsonDict[@".tag"] = @"group_delete_details"; - } else if ([valueObj isGroupDescriptionUpdatedDetails]) { - jsonDict[@"group_description_updated_details"] = [[DBTEAMLOGGroupDescriptionUpdatedDetailsSerializer - serialize:valueObj.groupDescriptionUpdatedDetails] mutableCopy]; - jsonDict[@".tag"] = @"group_description_updated_details"; - } else if ([valueObj isGroupJoinPolicyUpdatedDetails]) { - jsonDict[@"group_join_policy_updated_details"] = [[DBTEAMLOGGroupJoinPolicyUpdatedDetailsSerializer - serialize:valueObj.groupJoinPolicyUpdatedDetails] mutableCopy]; - jsonDict[@".tag"] = @"group_join_policy_updated_details"; } else if ([valueObj isGroupMovedDetails]) { jsonDict[@"group_moved_details"] = [[DBTEAMLOGGroupMovedDetailsSerializer serialize:valueObj.groupMovedDetails] mutableCopy]; @@ -17970,10 +17989,6 @@ + (NSDictionary *)serialize:(DBTEAMLOGEventDetails *)valueObj { jsonDict[@"paper_content_archive_details"] = [[DBTEAMLOGPaperContentArchiveDetailsSerializer serialize:valueObj.paperContentArchiveDetails] mutableCopy]; jsonDict[@".tag"] = @"paper_content_archive_details"; - } else if ([valueObj isPaperContentChangeSubscriptionDetails]) { - jsonDict[@"paper_content_change_subscription_details"] = [[DBTEAMLOGPaperContentChangeSubscriptionDetailsSerializer - serialize:valueObj.paperContentChangeSubscriptionDetails] mutableCopy]; - jsonDict[@".tag"] = @"paper_content_change_subscription_details"; } else if ([valueObj isPaperContentCreateDetails]) { jsonDict[@"paper_content_create_details"] = [[DBTEAMLOGPaperContentCreateDetailsSerializer serialize:valueObj.paperContentCreateDetails] mutableCopy]; @@ -18010,6 +18025,10 @@ + (NSDictionary *)serialize:(DBTEAMLOGEventDetails *)valueObj { jsonDict[@"paper_doc_change_sharing_policy_details"] = [[DBTEAMLOGPaperDocChangeSharingPolicyDetailsSerializer serialize:valueObj.paperDocChangeSharingPolicyDetails] mutableCopy]; jsonDict[@".tag"] = @"paper_doc_change_sharing_policy_details"; + } else if ([valueObj isPaperDocChangeSubscriptionDetails]) { + jsonDict[@"paper_doc_change_subscription_details"] = [[DBTEAMLOGPaperDocChangeSubscriptionDetailsSerializer + serialize:valueObj.paperDocChangeSubscriptionDetails] mutableCopy]; + jsonDict[@".tag"] = @"paper_doc_change_subscription_details"; } else if ([valueObj isPaperDocDeletedDetails]) { jsonDict[@"paper_doc_deleted_details"] = [[DBTEAMLOGPaperDocDeletedDetailsSerializer serialize:valueObj.paperDocDeletedDetails] mutableCopy]; @@ -18058,14 +18077,26 @@ + (NSDictionary *)serialize:(DBTEAMLOGEventDetails *)valueObj { jsonDict[@"paper_doc_team_invite_details"] = [[DBTEAMLOGPaperDocTeamInviteDetailsSerializer serialize:valueObj.paperDocTeamInviteDetails] mutableCopy]; jsonDict[@".tag"] = @"paper_doc_team_invite_details"; + } else if ([valueObj isPaperDocTrashedDetails]) { + jsonDict[@"paper_doc_trashed_details"] = + [[DBTEAMLOGPaperDocTrashedDetailsSerializer serialize:valueObj.paperDocTrashedDetails] mutableCopy]; + jsonDict[@".tag"] = @"paper_doc_trashed_details"; } else if ([valueObj isPaperDocUnresolveCommentDetails]) { jsonDict[@"paper_doc_unresolve_comment_details"] = [[DBTEAMLOGPaperDocUnresolveCommentDetailsSerializer serialize:valueObj.paperDocUnresolveCommentDetails] mutableCopy]; jsonDict[@".tag"] = @"paper_doc_unresolve_comment_details"; + } else if ([valueObj isPaperDocUntrashedDetails]) { + jsonDict[@"paper_doc_untrashed_details"] = + [[DBTEAMLOGPaperDocUntrashedDetailsSerializer serialize:valueObj.paperDocUntrashedDetails] mutableCopy]; + jsonDict[@".tag"] = @"paper_doc_untrashed_details"; } else if ([valueObj isPaperDocViewDetails]) { jsonDict[@"paper_doc_view_details"] = [[DBTEAMLOGPaperDocViewDetailsSerializer serialize:valueObj.paperDocViewDetails] mutableCopy]; jsonDict[@".tag"] = @"paper_doc_view_details"; + } else if ([valueObj isPaperFolderChangeSubscriptionDetails]) { + jsonDict[@"paper_folder_change_subscription_details"] = [[DBTEAMLOGPaperFolderChangeSubscriptionDetailsSerializer + serialize:valueObj.paperFolderChangeSubscriptionDetails] mutableCopy]; + jsonDict[@".tag"] = @"paper_folder_change_subscription_details"; } else if ([valueObj isPaperFolderDeletedDetails]) { jsonDict[@"paper_folder_deleted_details"] = [[DBTEAMLOGPaperFolderDeletedDetailsSerializer serialize:valueObj.paperFolderDeletedDetails] mutableCopy]; @@ -18111,18 +18142,6 @@ + (NSDictionary *)serialize:(DBTEAMLOGEventDetails *)valueObj { jsonDict[@"collection_share_details"] = [[DBTEAMLOGCollectionShareDetailsSerializer serialize:valueObj.collectionShareDetails] mutableCopy]; jsonDict[@".tag"] = @"collection_share_details"; - } else if ([valueObj isFileAddCommentDetails]) { - jsonDict[@"file_add_comment_details"] = - [[DBTEAMLOGFileAddCommentDetailsSerializer serialize:valueObj.fileAddCommentDetails] mutableCopy]; - jsonDict[@".tag"] = @"file_add_comment_details"; - } else if ([valueObj isFileLikeCommentDetails]) { - jsonDict[@"file_like_comment_details"] = - [[DBTEAMLOGFileLikeCommentDetailsSerializer serialize:valueObj.fileLikeCommentDetails] mutableCopy]; - jsonDict[@".tag"] = @"file_like_comment_details"; - } else if ([valueObj isFileUnlikeCommentDetails]) { - jsonDict[@"file_unlike_comment_details"] = - [[DBTEAMLOGFileUnlikeCommentDetailsSerializer serialize:valueObj.fileUnlikeCommentDetails] mutableCopy]; - jsonDict[@".tag"] = @"file_unlike_comment_details"; } else if ([valueObj isNoteAclInviteOnlyDetails]) { jsonDict[@"note_acl_invite_only_details"] = [[DBTEAMLOGNoteAclInviteOnlyDetailsSerializer serialize:valueObj.noteAclInviteOnlyDetails] mutableCopy]; @@ -18379,14 +18398,18 @@ + (NSDictionary *)serialize:(DBTEAMLOGEventDetails *)valueObj { jsonDict[@"shmodel_visibility_team_only_details"] = [[DBTEAMLOGShmodelVisibilityTeamOnlyDetailsSerializer serialize:valueObj.shmodelVisibilityTeamOnlyDetails] mutableCopy]; jsonDict[@".tag"] = @"shmodel_visibility_team_only_details"; - } else if ([valueObj isRemoveLogoutUrlDetails]) { - jsonDict[@"remove_logout_url_details"] = - [[DBTEAMLOGRemoveLogoutUrlDetailsSerializer serialize:valueObj.removeLogoutUrlDetails] mutableCopy]; - jsonDict[@".tag"] = @"remove_logout_url_details"; - } else if ([valueObj isRemoveSsoUrlDetails]) { - jsonDict[@"remove_sso_url_details"] = - [[DBTEAMLOGRemoveSsoUrlDetailsSerializer serialize:valueObj.removeSsoUrlDetails] mutableCopy]; - jsonDict[@".tag"] = @"remove_sso_url_details"; + } else if ([valueObj isSsoAddCertDetails]) { + jsonDict[@"sso_add_cert_details"] = + [[DBTEAMLOGSsoAddCertDetailsSerializer serialize:valueObj.ssoAddCertDetails] mutableCopy]; + jsonDict[@".tag"] = @"sso_add_cert_details"; + } else if ([valueObj isSsoAddLoginUrlDetails]) { + jsonDict[@"sso_add_login_url_details"] = + [[DBTEAMLOGSsoAddLoginUrlDetailsSerializer serialize:valueObj.ssoAddLoginUrlDetails] mutableCopy]; + jsonDict[@".tag"] = @"sso_add_login_url_details"; + } else if ([valueObj isSsoAddLogoutUrlDetails]) { + jsonDict[@"sso_add_logout_url_details"] = + [[DBTEAMLOGSsoAddLogoutUrlDetailsSerializer serialize:valueObj.ssoAddLogoutUrlDetails] mutableCopy]; + jsonDict[@".tag"] = @"sso_add_logout_url_details"; } else if ([valueObj isSsoChangeCertDetails]) { jsonDict[@"sso_change_cert_details"] = [[DBTEAMLOGSsoChangeCertDetailsSerializer serialize:valueObj.ssoChangeCertDetails] mutableCopy]; @@ -18403,6 +18426,18 @@ + (NSDictionary *)serialize:(DBTEAMLOGEventDetails *)valueObj { jsonDict[@"sso_change_saml_identity_mode_details"] = [[DBTEAMLOGSsoChangeSamlIdentityModeDetailsSerializer serialize:valueObj.ssoChangeSamlIdentityModeDetails] mutableCopy]; jsonDict[@".tag"] = @"sso_change_saml_identity_mode_details"; + } else if ([valueObj isSsoRemoveCertDetails]) { + jsonDict[@"sso_remove_cert_details"] = + [[DBTEAMLOGSsoRemoveCertDetailsSerializer serialize:valueObj.ssoRemoveCertDetails] mutableCopy]; + jsonDict[@".tag"] = @"sso_remove_cert_details"; + } else if ([valueObj isSsoRemoveLoginUrlDetails]) { + jsonDict[@"sso_remove_login_url_details"] = + [[DBTEAMLOGSsoRemoveLoginUrlDetailsSerializer serialize:valueObj.ssoRemoveLoginUrlDetails] mutableCopy]; + jsonDict[@".tag"] = @"sso_remove_login_url_details"; + } else if ([valueObj isSsoRemoveLogoutUrlDetails]) { + jsonDict[@"sso_remove_logout_url_details"] = + [[DBTEAMLOGSsoRemoveLogoutUrlDetailsSerializer serialize:valueObj.ssoRemoveLogoutUrlDetails] mutableCopy]; + jsonDict[@".tag"] = @"sso_remove_logout_url_details"; } else if ([valueObj isTeamFolderChangeStatusDetails]) { jsonDict[@"team_folder_change_status_details"] = [[DBTEAMLOGTeamFolderChangeStatusDetailsSerializer serialize:valueObj.teamFolderChangeStatusDetails] mutableCopy]; @@ -18542,6 +18577,10 @@ + (NSDictionary *)serialize:(DBTEAMLOGEventDetails *)valueObj { jsonDict[@"paper_change_deployment_policy_details"] = [[DBTEAMLOGPaperChangeDeploymentPolicyDetailsSerializer serialize:valueObj.paperChangeDeploymentPolicyDetails] mutableCopy]; jsonDict[@".tag"] = @"paper_change_deployment_policy_details"; + } else if ([valueObj isPaperChangeMemberLinkPolicyDetails]) { + jsonDict[@"paper_change_member_link_policy_details"] = [[DBTEAMLOGPaperChangeMemberLinkPolicyDetailsSerializer + serialize:valueObj.paperChangeMemberLinkPolicyDetails] mutableCopy]; + jsonDict[@".tag"] = @"paper_change_member_link_policy_details"; } else if ([valueObj isPaperChangeMemberPolicyDetails]) { jsonDict[@"paper_change_member_policy_details"] = [[DBTEAMLOGPaperChangeMemberPolicyDetailsSerializer serialize:valueObj.paperChangeMemberPolicyDetails] mutableCopy]; @@ -18604,6 +18643,11 @@ + (NSDictionary *)serialize:(DBTEAMLOGEventDetails *)valueObj { jsonDict[@"team_profile_add_logo_details"] = [[DBTEAMLOGTeamProfileAddLogoDetailsSerializer serialize:valueObj.teamProfileAddLogoDetails] mutableCopy]; jsonDict[@".tag"] = @"team_profile_add_logo_details"; + } else if ([valueObj isTeamProfileChangeDefaultLanguageDetails]) { + jsonDict[@"team_profile_change_default_language_details"] = + [[DBTEAMLOGTeamProfileChangeDefaultLanguageDetailsSerializer + serialize:valueObj.teamProfileChangeDefaultLanguageDetails] mutableCopy]; + jsonDict[@".tag"] = @"team_profile_change_default_language_details"; } else if ([valueObj isTeamProfileChangeLogoDetails]) { jsonDict[@"team_profile_change_logo_details"] = [[DBTEAMLOGTeamProfileChangeLogoDetailsSerializer serialize:valueObj.teamProfileChangeLogoDetails] mutableCopy]; @@ -18653,7 +18697,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGEventDetails *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGEventDetails *)deserialize:(NSDictionary *)valueDict { @@ -18678,6 +18722,10 @@ + (DBTEAMLOGEventDetails *)deserialize:(NSDictionary *)valueDict { [DBTEAMLOGMemberTransferAccountContentsDetailsSerializer deserialize:valueDict]; return [[DBTEAMLOGEventDetails alloc] initWithMemberTransferAccountContentsDetails:memberTransferAccountContentsDetails]; + } else if ([tag isEqualToString:@"paper_admin_export_start_details"]) { + DBTEAMLOGPaperAdminExportStartDetails *paperAdminExportStartDetails = + [DBTEAMLOGPaperAdminExportStartDetailsSerializer deserialize:valueDict]; + return [[DBTEAMLOGEventDetails alloc] initWithPaperAdminExportStartDetails:paperAdminExportStartDetails]; } else if ([tag isEqualToString:@"paper_enabled_users_group_addition_details"]) { DBTEAMLOGPaperEnabledUsersGroupAdditionDetails *paperEnabledUsersGroupAdditionDetails = [DBTEAMLOGPaperEnabledUsersGroupAdditionDetailsSerializer deserialize:valueDict]; @@ -18726,6 +18774,35 @@ + (DBTEAMLOGEventDetails *)deserialize:(NSDictionary *)valueDict { DBTEAMLOGAppUnlinkUserDetails *appUnlinkUserDetails = [DBTEAMLOGAppUnlinkUserDetailsSerializer deserialize:valueDict]; return [[DBTEAMLOGEventDetails alloc] initWithAppUnlinkUserDetails:appUnlinkUserDetails]; + } else if ([tag isEqualToString:@"file_add_comment_details"]) { + DBTEAMLOGFileAddCommentDetails *fileAddCommentDetails = + [DBTEAMLOGFileAddCommentDetailsSerializer deserialize:valueDict]; + return [[DBTEAMLOGEventDetails alloc] initWithFileAddCommentDetails:fileAddCommentDetails]; + } else if ([tag isEqualToString:@"file_change_comment_subscription_details"]) { + DBTEAMLOGFileChangeCommentSubscriptionDetails *fileChangeCommentSubscriptionDetails = + [DBTEAMLOGFileChangeCommentSubscriptionDetailsSerializer deserialize:valueDict]; + return [[DBTEAMLOGEventDetails alloc] + initWithFileChangeCommentSubscriptionDetails:fileChangeCommentSubscriptionDetails]; + } else if ([tag isEqualToString:@"file_delete_comment_details"]) { + DBTEAMLOGFileDeleteCommentDetails *fileDeleteCommentDetails = + [DBTEAMLOGFileDeleteCommentDetailsSerializer deserialize:valueDict]; + return [[DBTEAMLOGEventDetails alloc] initWithFileDeleteCommentDetails:fileDeleteCommentDetails]; + } else if ([tag isEqualToString:@"file_like_comment_details"]) { + DBTEAMLOGFileLikeCommentDetails *fileLikeCommentDetails = + [DBTEAMLOGFileLikeCommentDetailsSerializer deserialize:valueDict]; + return [[DBTEAMLOGEventDetails alloc] initWithFileLikeCommentDetails:fileLikeCommentDetails]; + } else if ([tag isEqualToString:@"file_resolve_comment_details"]) { + DBTEAMLOGFileResolveCommentDetails *fileResolveCommentDetails = + [DBTEAMLOGFileResolveCommentDetailsSerializer deserialize:valueDict]; + return [[DBTEAMLOGEventDetails alloc] initWithFileResolveCommentDetails:fileResolveCommentDetails]; + } else if ([tag isEqualToString:@"file_unlike_comment_details"]) { + DBTEAMLOGFileUnlikeCommentDetails *fileUnlikeCommentDetails = + [DBTEAMLOGFileUnlikeCommentDetailsSerializer deserialize:valueDict]; + return [[DBTEAMLOGEventDetails alloc] initWithFileUnlikeCommentDetails:fileUnlikeCommentDetails]; + } else if ([tag isEqualToString:@"file_unresolve_comment_details"]) { + DBTEAMLOGFileUnresolveCommentDetails *fileUnresolveCommentDetails = + [DBTEAMLOGFileUnresolveCommentDetailsSerializer deserialize:valueDict]; + return [[DBTEAMLOGEventDetails alloc] initWithFileUnresolveCommentDetails:fileUnresolveCommentDetails]; } else if ([tag isEqualToString:@"device_change_ip_desktop_details"]) { DBTEAMLOGDeviceChangeIpDesktopDetails *deviceChangeIpDesktopDetails = [DBTEAMLOGDeviceChangeIpDesktopDetailsSerializer deserialize:valueDict]; @@ -18945,14 +19022,6 @@ + (DBTEAMLOGEventDetails *)deserialize:(NSDictionary *)valueDict { } else if ([tag isEqualToString:@"group_delete_details"]) { DBTEAMLOGGroupDeleteDetails *groupDeleteDetails = [DBTEAMLOGGroupDeleteDetailsSerializer deserialize:valueDict]; return [[DBTEAMLOGEventDetails alloc] initWithGroupDeleteDetails:groupDeleteDetails]; - } else if ([tag isEqualToString:@"group_description_updated_details"]) { - DBTEAMLOGGroupDescriptionUpdatedDetails *groupDescriptionUpdatedDetails = - [DBTEAMLOGGroupDescriptionUpdatedDetailsSerializer deserialize:valueDict]; - return [[DBTEAMLOGEventDetails alloc] initWithGroupDescriptionUpdatedDetails:groupDescriptionUpdatedDetails]; - } else if ([tag isEqualToString:@"group_join_policy_updated_details"]) { - DBTEAMLOGGroupJoinPolicyUpdatedDetails *groupJoinPolicyUpdatedDetails = - [DBTEAMLOGGroupJoinPolicyUpdatedDetailsSerializer deserialize:valueDict]; - return [[DBTEAMLOGEventDetails alloc] initWithGroupJoinPolicyUpdatedDetails:groupJoinPolicyUpdatedDetails]; } else if ([tag isEqualToString:@"group_moved_details"]) { DBTEAMLOGGroupMovedDetails *groupMovedDetails = [DBTEAMLOGGroupMovedDetailsSerializer deserialize:valueDict]; return [[DBTEAMLOGEventDetails alloc] initWithGroupMovedDetails:groupMovedDetails]; @@ -19038,11 +19107,6 @@ + (DBTEAMLOGEventDetails *)deserialize:(NSDictionary *)valueDict { DBTEAMLOGPaperContentArchiveDetails *paperContentArchiveDetails = [DBTEAMLOGPaperContentArchiveDetailsSerializer deserialize:valueDict]; return [[DBTEAMLOGEventDetails alloc] initWithPaperContentArchiveDetails:paperContentArchiveDetails]; - } else if ([tag isEqualToString:@"paper_content_change_subscription_details"]) { - DBTEAMLOGPaperContentChangeSubscriptionDetails *paperContentChangeSubscriptionDetails = - [DBTEAMLOGPaperContentChangeSubscriptionDetailsSerializer deserialize:valueDict]; - return [[DBTEAMLOGEventDetails alloc] - initWithPaperContentChangeSubscriptionDetails:paperContentChangeSubscriptionDetails]; } else if ([tag isEqualToString:@"paper_content_create_details"]) { DBTEAMLOGPaperContentCreateDetails *paperContentCreateDetails = [DBTEAMLOGPaperContentCreateDetailsSerializer deserialize:valueDict]; @@ -19082,6 +19146,10 @@ + (DBTEAMLOGEventDetails *)deserialize:(NSDictionary *)valueDict { [DBTEAMLOGPaperDocChangeSharingPolicyDetailsSerializer deserialize:valueDict]; return [[DBTEAMLOGEventDetails alloc] initWithPaperDocChangeSharingPolicyDetails:paperDocChangeSharingPolicyDetails]; + } else if ([tag isEqualToString:@"paper_doc_change_subscription_details"]) { + DBTEAMLOGPaperDocChangeSubscriptionDetails *paperDocChangeSubscriptionDetails = + [DBTEAMLOGPaperDocChangeSubscriptionDetailsSerializer deserialize:valueDict]; + return [[DBTEAMLOGEventDetails alloc] initWithPaperDocChangeSubscriptionDetails:paperDocChangeSubscriptionDetails]; } else if ([tag isEqualToString:@"paper_doc_deleted_details"]) { DBTEAMLOGPaperDocDeletedDetails *paperDocDeletedDetails = [DBTEAMLOGPaperDocDeletedDetailsSerializer deserialize:valueDict]; @@ -19129,13 +19197,26 @@ + (DBTEAMLOGEventDetails *)deserialize:(NSDictionary *)valueDict { DBTEAMLOGPaperDocTeamInviteDetails *paperDocTeamInviteDetails = [DBTEAMLOGPaperDocTeamInviteDetailsSerializer deserialize:valueDict]; return [[DBTEAMLOGEventDetails alloc] initWithPaperDocTeamInviteDetails:paperDocTeamInviteDetails]; + } else if ([tag isEqualToString:@"paper_doc_trashed_details"]) { + DBTEAMLOGPaperDocTrashedDetails *paperDocTrashedDetails = + [DBTEAMLOGPaperDocTrashedDetailsSerializer deserialize:valueDict]; + return [[DBTEAMLOGEventDetails alloc] initWithPaperDocTrashedDetails:paperDocTrashedDetails]; } else if ([tag isEqualToString:@"paper_doc_unresolve_comment_details"]) { DBTEAMLOGPaperDocUnresolveCommentDetails *paperDocUnresolveCommentDetails = [DBTEAMLOGPaperDocUnresolveCommentDetailsSerializer deserialize:valueDict]; return [[DBTEAMLOGEventDetails alloc] initWithPaperDocUnresolveCommentDetails:paperDocUnresolveCommentDetails]; + } else if ([tag isEqualToString:@"paper_doc_untrashed_details"]) { + DBTEAMLOGPaperDocUntrashedDetails *paperDocUntrashedDetails = + [DBTEAMLOGPaperDocUntrashedDetailsSerializer deserialize:valueDict]; + return [[DBTEAMLOGEventDetails alloc] initWithPaperDocUntrashedDetails:paperDocUntrashedDetails]; } else if ([tag isEqualToString:@"paper_doc_view_details"]) { DBTEAMLOGPaperDocViewDetails *paperDocViewDetails = [DBTEAMLOGPaperDocViewDetailsSerializer deserialize:valueDict]; return [[DBTEAMLOGEventDetails alloc] initWithPaperDocViewDetails:paperDocViewDetails]; + } else if ([tag isEqualToString:@"paper_folder_change_subscription_details"]) { + DBTEAMLOGPaperFolderChangeSubscriptionDetails *paperFolderChangeSubscriptionDetails = + [DBTEAMLOGPaperFolderChangeSubscriptionDetailsSerializer deserialize:valueDict]; + return [[DBTEAMLOGEventDetails alloc] + initWithPaperFolderChangeSubscriptionDetails:paperFolderChangeSubscriptionDetails]; } else if ([tag isEqualToString:@"paper_folder_deleted_details"]) { DBTEAMLOGPaperFolderDeletedDetails *paperFolderDeletedDetails = [DBTEAMLOGPaperFolderDeletedDetailsSerializer deserialize:valueDict]; @@ -19181,18 +19262,6 @@ + (DBTEAMLOGEventDetails *)deserialize:(NSDictionary *)valueDict { DBTEAMLOGCollectionShareDetails *collectionShareDetails = [DBTEAMLOGCollectionShareDetailsSerializer deserialize:valueDict]; return [[DBTEAMLOGEventDetails alloc] initWithCollectionShareDetails:collectionShareDetails]; - } else if ([tag isEqualToString:@"file_add_comment_details"]) { - DBTEAMLOGFileAddCommentDetails *fileAddCommentDetails = - [DBTEAMLOGFileAddCommentDetailsSerializer deserialize:valueDict]; - return [[DBTEAMLOGEventDetails alloc] initWithFileAddCommentDetails:fileAddCommentDetails]; - } else if ([tag isEqualToString:@"file_like_comment_details"]) { - DBTEAMLOGFileLikeCommentDetails *fileLikeCommentDetails = - [DBTEAMLOGFileLikeCommentDetailsSerializer deserialize:valueDict]; - return [[DBTEAMLOGEventDetails alloc] initWithFileLikeCommentDetails:fileLikeCommentDetails]; - } else if ([tag isEqualToString:@"file_unlike_comment_details"]) { - DBTEAMLOGFileUnlikeCommentDetails *fileUnlikeCommentDetails = - [DBTEAMLOGFileUnlikeCommentDetailsSerializer deserialize:valueDict]; - return [[DBTEAMLOGEventDetails alloc] initWithFileUnlikeCommentDetails:fileUnlikeCommentDetails]; } else if ([tag isEqualToString:@"note_acl_invite_only_details"]) { DBTEAMLOGNoteAclInviteOnlyDetails *noteAclInviteOnlyDetails = [DBTEAMLOGNoteAclInviteOnlyDetailsSerializer deserialize:valueDict]; @@ -19453,13 +19522,17 @@ + (DBTEAMLOGEventDetails *)deserialize:(NSDictionary *)valueDict { DBTEAMLOGShmodelVisibilityTeamOnlyDetails *shmodelVisibilityTeamOnlyDetails = [DBTEAMLOGShmodelVisibilityTeamOnlyDetailsSerializer deserialize:valueDict]; return [[DBTEAMLOGEventDetails alloc] initWithShmodelVisibilityTeamOnlyDetails:shmodelVisibilityTeamOnlyDetails]; - } else if ([tag isEqualToString:@"remove_logout_url_details"]) { - DBTEAMLOGRemoveLogoutUrlDetails *removeLogoutUrlDetails = - [DBTEAMLOGRemoveLogoutUrlDetailsSerializer deserialize:valueDict]; - return [[DBTEAMLOGEventDetails alloc] initWithRemoveLogoutUrlDetails:removeLogoutUrlDetails]; - } else if ([tag isEqualToString:@"remove_sso_url_details"]) { - DBTEAMLOGRemoveSsoUrlDetails *removeSsoUrlDetails = [DBTEAMLOGRemoveSsoUrlDetailsSerializer deserialize:valueDict]; - return [[DBTEAMLOGEventDetails alloc] initWithRemoveSsoUrlDetails:removeSsoUrlDetails]; + } else if ([tag isEqualToString:@"sso_add_cert_details"]) { + DBTEAMLOGSsoAddCertDetails *ssoAddCertDetails = [DBTEAMLOGSsoAddCertDetailsSerializer deserialize:valueDict]; + return [[DBTEAMLOGEventDetails alloc] initWithSsoAddCertDetails:ssoAddCertDetails]; + } else if ([tag isEqualToString:@"sso_add_login_url_details"]) { + DBTEAMLOGSsoAddLoginUrlDetails *ssoAddLoginUrlDetails = + [DBTEAMLOGSsoAddLoginUrlDetailsSerializer deserialize:valueDict]; + return [[DBTEAMLOGEventDetails alloc] initWithSsoAddLoginUrlDetails:ssoAddLoginUrlDetails]; + } else if ([tag isEqualToString:@"sso_add_logout_url_details"]) { + DBTEAMLOGSsoAddLogoutUrlDetails *ssoAddLogoutUrlDetails = + [DBTEAMLOGSsoAddLogoutUrlDetailsSerializer deserialize:valueDict]; + return [[DBTEAMLOGEventDetails alloc] initWithSsoAddLogoutUrlDetails:ssoAddLogoutUrlDetails]; } else if ([tag isEqualToString:@"sso_change_cert_details"]) { DBTEAMLOGSsoChangeCertDetails *ssoChangeCertDetails = [DBTEAMLOGSsoChangeCertDetailsSerializer deserialize:valueDict]; @@ -19476,6 +19549,18 @@ + (DBTEAMLOGEventDetails *)deserialize:(NSDictionary *)valueDict { DBTEAMLOGSsoChangeSamlIdentityModeDetails *ssoChangeSamlIdentityModeDetails = [DBTEAMLOGSsoChangeSamlIdentityModeDetailsSerializer deserialize:valueDict]; return [[DBTEAMLOGEventDetails alloc] initWithSsoChangeSamlIdentityModeDetails:ssoChangeSamlIdentityModeDetails]; + } else if ([tag isEqualToString:@"sso_remove_cert_details"]) { + DBTEAMLOGSsoRemoveCertDetails *ssoRemoveCertDetails = + [DBTEAMLOGSsoRemoveCertDetailsSerializer deserialize:valueDict]; + return [[DBTEAMLOGEventDetails alloc] initWithSsoRemoveCertDetails:ssoRemoveCertDetails]; + } else if ([tag isEqualToString:@"sso_remove_login_url_details"]) { + DBTEAMLOGSsoRemoveLoginUrlDetails *ssoRemoveLoginUrlDetails = + [DBTEAMLOGSsoRemoveLoginUrlDetailsSerializer deserialize:valueDict]; + return [[DBTEAMLOGEventDetails alloc] initWithSsoRemoveLoginUrlDetails:ssoRemoveLoginUrlDetails]; + } else if ([tag isEqualToString:@"sso_remove_logout_url_details"]) { + DBTEAMLOGSsoRemoveLogoutUrlDetails *ssoRemoveLogoutUrlDetails = + [DBTEAMLOGSsoRemoveLogoutUrlDetailsSerializer deserialize:valueDict]; + return [[DBTEAMLOGEventDetails alloc] initWithSsoRemoveLogoutUrlDetails:ssoRemoveLogoutUrlDetails]; } else if ([tag isEqualToString:@"team_folder_change_status_details"]) { DBTEAMLOGTeamFolderChangeStatusDetails *teamFolderChangeStatusDetails = [DBTEAMLOGTeamFolderChangeStatusDetailsSerializer deserialize:valueDict]; @@ -19620,6 +19705,11 @@ + (DBTEAMLOGEventDetails *)deserialize:(NSDictionary *)valueDict { [DBTEAMLOGPaperChangeDeploymentPolicyDetailsSerializer deserialize:valueDict]; return [[DBTEAMLOGEventDetails alloc] initWithPaperChangeDeploymentPolicyDetails:paperChangeDeploymentPolicyDetails]; + } else if ([tag isEqualToString:@"paper_change_member_link_policy_details"]) { + DBTEAMLOGPaperChangeMemberLinkPolicyDetails *paperChangeMemberLinkPolicyDetails = + [DBTEAMLOGPaperChangeMemberLinkPolicyDetailsSerializer deserialize:valueDict]; + return + [[DBTEAMLOGEventDetails alloc] initWithPaperChangeMemberLinkPolicyDetails:paperChangeMemberLinkPolicyDetails]; } else if ([tag isEqualToString:@"paper_change_member_policy_details"]) { DBTEAMLOGPaperChangeMemberPolicyDetails *paperChangeMemberPolicyDetails = [DBTEAMLOGPaperChangeMemberPolicyDetailsSerializer deserialize:valueDict]; @@ -19684,6 +19774,11 @@ + (DBTEAMLOGEventDetails *)deserialize:(NSDictionary *)valueDict { DBTEAMLOGTeamProfileAddLogoDetails *teamProfileAddLogoDetails = [DBTEAMLOGTeamProfileAddLogoDetailsSerializer deserialize:valueDict]; return [[DBTEAMLOGEventDetails alloc] initWithTeamProfileAddLogoDetails:teamProfileAddLogoDetails]; + } else if ([tag isEqualToString:@"team_profile_change_default_language_details"]) { + DBTEAMLOGTeamProfileChangeDefaultLanguageDetails *teamProfileChangeDefaultLanguageDetails = + [DBTEAMLOGTeamProfileChangeDefaultLanguageDetailsSerializer deserialize:valueDict]; + return [[DBTEAMLOGEventDetails alloc] + initWithTeamProfileChangeDefaultLanguageDetails:teamProfileChangeDefaultLanguageDetails]; } else if ([tag isEqualToString:@"team_profile_change_logo_details"]) { DBTEAMLOGTeamProfileChangeLogoDetails *teamProfileChangeLogoDetails = [DBTEAMLOGTeamProfileChangeLogoDetailsSerializer deserialize:valueDict]; @@ -19777,6 +19872,14 @@ - (instancetype)initWithMemberTransferAccountContents { return self; } +- (instancetype)initWithPaperAdminExportStart { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventTypePaperAdminExportStart; + } + return self; +} + - (instancetype)initWithPaperEnabledUsersGroupAddition { self = [super init]; if (self) { @@ -19873,6 +19976,62 @@ - (instancetype)initWithAppUnlinkUser { return self; } +- (instancetype)initWithFileAddComment { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventTypeFileAddComment; + } + return self; +} + +- (instancetype)initWithFileChangeCommentSubscription { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventTypeFileChangeCommentSubscription; + } + return self; +} + +- (instancetype)initWithFileDeleteComment { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventTypeFileDeleteComment; + } + return self; +} + +- (instancetype)initWithFileLikeComment { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventTypeFileLikeComment; + } + return self; +} + +- (instancetype)initWithFileResolveComment { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventTypeFileResolveComment; + } + return self; +} + +- (instancetype)initWithFileUnlikeComment { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventTypeFileUnlikeComment; + } + return self; +} + +- (instancetype)initWithFileUnresolveComment { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventTypeFileUnresolveComment; + } + return self; +} + - (instancetype)initWithDeviceChangeIpDesktop { self = [super init]; if (self) { @@ -20313,22 +20472,6 @@ - (instancetype)initWithGroupDelete { return self; } -- (instancetype)initWithGroupDescriptionUpdated { - self = [super init]; - if (self) { - _tag = DBTEAMLOGEventTypeGroupDescriptionUpdated; - } - return self; -} - -- (instancetype)initWithGroupJoinPolicyUpdated { - self = [super init]; - if (self) { - _tag = DBTEAMLOGEventTypeGroupJoinPolicyUpdated; - } - return self; -} - - (instancetype)initWithGroupMoved { self = [super init]; if (self) { @@ -20505,14 +20648,6 @@ - (instancetype)initWithPaperContentArchive { return self; } -- (instancetype)initWithPaperContentChangeSubscription { - self = [super init]; - if (self) { - _tag = DBTEAMLOGEventTypePaperContentChangeSubscription; - } - return self; -} - - (instancetype)initWithPaperContentCreate { self = [super init]; if (self) { @@ -20585,6 +20720,14 @@ - (instancetype)initWithPaperDocChangeSharingPolicy { return self; } +- (instancetype)initWithPaperDocChangeSubscription { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventTypePaperDocChangeSubscription; + } + return self; +} + - (instancetype)initWithPaperDocDeleted { self = [super init]; if (self) { @@ -20681,6 +20824,14 @@ - (instancetype)initWithPaperDocTeamInvite { return self; } +- (instancetype)initWithPaperDocTrashed { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventTypePaperDocTrashed; + } + return self; +} + - (instancetype)initWithPaperDocUnresolveComment { self = [super init]; if (self) { @@ -20689,6 +20840,14 @@ - (instancetype)initWithPaperDocUnresolveComment { return self; } +- (instancetype)initWithPaperDocUntrashed { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventTypePaperDocUntrashed; + } + return self; +} + - (instancetype)initWithPaperDocView { self = [super init]; if (self) { @@ -20697,6 +20856,14 @@ - (instancetype)initWithPaperDocView { return self; } +- (instancetype)initWithPaperFolderChangeSubscription { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventTypePaperFolderChangeSubscription; + } + return self; +} + - (instancetype)initWithPaperFolderDeleted { self = [super init]; if (self) { @@ -20785,30 +20952,6 @@ - (instancetype)initWithCollectionShare { return self; } -- (instancetype)initWithFileAddComment { - self = [super init]; - if (self) { - _tag = DBTEAMLOGEventTypeFileAddComment; - } - return self; -} - -- (instancetype)initWithFileLikeComment { - self = [super init]; - if (self) { - _tag = DBTEAMLOGEventTypeFileLikeComment; - } - return self; -} - -- (instancetype)initWithFileUnlikeComment { - self = [super init]; - if (self) { - _tag = DBTEAMLOGEventTypeFileUnlikeComment; - } - return self; -} - - (instancetype)initWithNoteAclInviteOnly { self = [super init]; if (self) { @@ -21305,18 +21448,26 @@ - (instancetype)initWithShmodelVisibilityTeamOnly { return self; } -- (instancetype)initWithRemoveLogoutUrl { +- (instancetype)initWithSsoAddCert { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventTypeSsoAddCert; + } + return self; +} + +- (instancetype)initWithSsoAddLoginUrl { self = [super init]; if (self) { - _tag = DBTEAMLOGEventTypeRemoveLogoutUrl; + _tag = DBTEAMLOGEventTypeSsoAddLoginUrl; } return self; } -- (instancetype)initWithRemoveSsoUrl { +- (instancetype)initWithSsoAddLogoutUrl { self = [super init]; if (self) { - _tag = DBTEAMLOGEventTypeRemoveSsoUrl; + _tag = DBTEAMLOGEventTypeSsoAddLogoutUrl; } return self; } @@ -21353,6 +21504,30 @@ - (instancetype)initWithSsoChangeSamlIdentityMode { return self; } +- (instancetype)initWithSsoRemoveCert { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventTypeSsoRemoveCert; + } + return self; +} + +- (instancetype)initWithSsoRemoveLoginUrl { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventTypeSsoRemoveLoginUrl; + } + return self; +} + +- (instancetype)initWithSsoRemoveLogoutUrl { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventTypeSsoRemoveLogoutUrl; + } + return self; +} + - (instancetype)initWithTeamFolderChangeStatus { self = [super init]; if (self) { @@ -21609,6 +21784,14 @@ - (instancetype)initWithPaperChangeDeploymentPolicy { return self; } +- (instancetype)initWithPaperChangeMemberLinkPolicy { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventTypePaperChangeMemberLinkPolicy; + } + return self; +} + - (instancetype)initWithPaperChangeMemberPolicy { self = [super init]; if (self) { @@ -21729,6 +21912,14 @@ - (instancetype)initWithTeamProfileAddLogo { return self; } +- (instancetype)initWithTeamProfileChangeDefaultLanguage { + self = [super init]; + if (self) { + _tag = DBTEAMLOGEventTypeTeamProfileChangeDefaultLanguage; + } + return self; +} + - (instancetype)initWithTeamProfileChangeLogo { self = [super init]; if (self) { @@ -21837,6 +22028,10 @@ - (BOOL)isMemberTransferAccountContents { return _tag == DBTEAMLOGEventTypeMemberTransferAccountContents; } +- (BOOL)isPaperAdminExportStart { + return _tag == DBTEAMLOGEventTypePaperAdminExportStart; +} + - (BOOL)isPaperEnabledUsersGroupAddition { return _tag == DBTEAMLOGEventTypePaperEnabledUsersGroupAddition; } @@ -21885,6 +22080,34 @@ - (BOOL)isAppUnlinkUser { return _tag == DBTEAMLOGEventTypeAppUnlinkUser; } +- (BOOL)isFileAddComment { + return _tag == DBTEAMLOGEventTypeFileAddComment; +} + +- (BOOL)isFileChangeCommentSubscription { + return _tag == DBTEAMLOGEventTypeFileChangeCommentSubscription; +} + +- (BOOL)isFileDeleteComment { + return _tag == DBTEAMLOGEventTypeFileDeleteComment; +} + +- (BOOL)isFileLikeComment { + return _tag == DBTEAMLOGEventTypeFileLikeComment; +} + +- (BOOL)isFileResolveComment { + return _tag == DBTEAMLOGEventTypeFileResolveComment; +} + +- (BOOL)isFileUnlikeComment { + return _tag == DBTEAMLOGEventTypeFileUnlikeComment; +} + +- (BOOL)isFileUnresolveComment { + return _tag == DBTEAMLOGEventTypeFileUnresolveComment; +} + - (BOOL)isDeviceChangeIpDesktop { return _tag == DBTEAMLOGEventTypeDeviceChangeIpDesktop; } @@ -22105,14 +22328,6 @@ - (BOOL)isGroupDelete { return _tag == DBTEAMLOGEventTypeGroupDelete; } -- (BOOL)isGroupDescriptionUpdated { - return _tag == DBTEAMLOGEventTypeGroupDescriptionUpdated; -} - -- (BOOL)isGroupJoinPolicyUpdated { - return _tag == DBTEAMLOGEventTypeGroupJoinPolicyUpdated; -} - - (BOOL)isGroupMoved { return _tag == DBTEAMLOGEventTypeGroupMoved; } @@ -22201,10 +22416,6 @@ - (BOOL)isPaperContentArchive { return _tag == DBTEAMLOGEventTypePaperContentArchive; } -- (BOOL)isPaperContentChangeSubscription { - return _tag == DBTEAMLOGEventTypePaperContentChangeSubscription; -} - - (BOOL)isPaperContentCreate { return _tag == DBTEAMLOGEventTypePaperContentCreate; } @@ -22241,6 +22452,10 @@ - (BOOL)isPaperDocChangeSharingPolicy { return _tag == DBTEAMLOGEventTypePaperDocChangeSharingPolicy; } +- (BOOL)isPaperDocChangeSubscription { + return _tag == DBTEAMLOGEventTypePaperDocChangeSubscription; +} + - (BOOL)isPaperDocDeleted { return _tag == DBTEAMLOGEventTypePaperDocDeleted; } @@ -22289,14 +22504,26 @@ - (BOOL)isPaperDocTeamInvite { return _tag == DBTEAMLOGEventTypePaperDocTeamInvite; } +- (BOOL)isPaperDocTrashed { + return _tag == DBTEAMLOGEventTypePaperDocTrashed; +} + - (BOOL)isPaperDocUnresolveComment { return _tag == DBTEAMLOGEventTypePaperDocUnresolveComment; } +- (BOOL)isPaperDocUntrashed { + return _tag == DBTEAMLOGEventTypePaperDocUntrashed; +} + - (BOOL)isPaperDocView { return _tag == DBTEAMLOGEventTypePaperDocView; } +- (BOOL)isPaperFolderChangeSubscription { + return _tag == DBTEAMLOGEventTypePaperFolderChangeSubscription; +} + - (BOOL)isPaperFolderDeleted { return _tag == DBTEAMLOGEventTypePaperFolderDeleted; } @@ -22341,18 +22568,6 @@ - (BOOL)isCollectionShare { return _tag == DBTEAMLOGEventTypeCollectionShare; } -- (BOOL)isFileAddComment { - return _tag == DBTEAMLOGEventTypeFileAddComment; -} - -- (BOOL)isFileLikeComment { - return _tag == DBTEAMLOGEventTypeFileLikeComment; -} - -- (BOOL)isFileUnlikeComment { - return _tag == DBTEAMLOGEventTypeFileUnlikeComment; -} - - (BOOL)isNoteAclInviteOnly { return _tag == DBTEAMLOGEventTypeNoteAclInviteOnly; } @@ -22601,12 +22816,16 @@ - (BOOL)isShmodelVisibilityTeamOnly { return _tag == DBTEAMLOGEventTypeShmodelVisibilityTeamOnly; } -- (BOOL)isRemoveLogoutUrl { - return _tag == DBTEAMLOGEventTypeRemoveLogoutUrl; +- (BOOL)isSsoAddCert { + return _tag == DBTEAMLOGEventTypeSsoAddCert; } -- (BOOL)isRemoveSsoUrl { - return _tag == DBTEAMLOGEventTypeRemoveSsoUrl; +- (BOOL)isSsoAddLoginUrl { + return _tag == DBTEAMLOGEventTypeSsoAddLoginUrl; +} + +- (BOOL)isSsoAddLogoutUrl { + return _tag == DBTEAMLOGEventTypeSsoAddLogoutUrl; } - (BOOL)isSsoChangeCert { @@ -22625,6 +22844,18 @@ - (BOOL)isSsoChangeSamlIdentityMode { return _tag == DBTEAMLOGEventTypeSsoChangeSamlIdentityMode; } +- (BOOL)isSsoRemoveCert { + return _tag == DBTEAMLOGEventTypeSsoRemoveCert; +} + +- (BOOL)isSsoRemoveLoginUrl { + return _tag == DBTEAMLOGEventTypeSsoRemoveLoginUrl; +} + +- (BOOL)isSsoRemoveLogoutUrl { + return _tag == DBTEAMLOGEventTypeSsoRemoveLogoutUrl; +} + - (BOOL)isTeamFolderChangeStatus { return _tag == DBTEAMLOGEventTypeTeamFolderChangeStatus; } @@ -22753,6 +22984,10 @@ - (BOOL)isPaperChangeDeploymentPolicy { return _tag == DBTEAMLOGEventTypePaperChangeDeploymentPolicy; } +- (BOOL)isPaperChangeMemberLinkPolicy { + return _tag == DBTEAMLOGEventTypePaperChangeMemberLinkPolicy; +} + - (BOOL)isPaperChangeMemberPolicy { return _tag == DBTEAMLOGEventTypePaperChangeMemberPolicy; } @@ -22813,6 +23048,10 @@ - (BOOL)isTeamProfileAddLogo { return _tag == DBTEAMLOGEventTypeTeamProfileAddLogo; } +- (BOOL)isTeamProfileChangeDefaultLanguage { + return _tag == DBTEAMLOGEventTypeTeamProfileChangeDefaultLanguage; +} + - (BOOL)isTeamProfileChangeLogo { return _tag == DBTEAMLOGEventTypeTeamProfileChangeLogo; } @@ -22867,6 +23106,8 @@ - (NSString *)tagName { return @"DBTEAMLOGEventTypeMemberSpaceLimitsChangeStatus"; case DBTEAMLOGEventTypeMemberTransferAccountContents: return @"DBTEAMLOGEventTypeMemberTransferAccountContents"; + case DBTEAMLOGEventTypePaperAdminExportStart: + return @"DBTEAMLOGEventTypePaperAdminExportStart"; case DBTEAMLOGEventTypePaperEnabledUsersGroupAddition: return @"DBTEAMLOGEventTypePaperEnabledUsersGroupAddition"; case DBTEAMLOGEventTypePaperEnabledUsersGroupRemoval: @@ -22891,6 +23132,20 @@ - (NSString *)tagName { return @"DBTEAMLOGEventTypeAppUnlinkTeam"; case DBTEAMLOGEventTypeAppUnlinkUser: return @"DBTEAMLOGEventTypeAppUnlinkUser"; + case DBTEAMLOGEventTypeFileAddComment: + return @"DBTEAMLOGEventTypeFileAddComment"; + case DBTEAMLOGEventTypeFileChangeCommentSubscription: + return @"DBTEAMLOGEventTypeFileChangeCommentSubscription"; + case DBTEAMLOGEventTypeFileDeleteComment: + return @"DBTEAMLOGEventTypeFileDeleteComment"; + case DBTEAMLOGEventTypeFileLikeComment: + return @"DBTEAMLOGEventTypeFileLikeComment"; + case DBTEAMLOGEventTypeFileResolveComment: + return @"DBTEAMLOGEventTypeFileResolveComment"; + case DBTEAMLOGEventTypeFileUnlikeComment: + return @"DBTEAMLOGEventTypeFileUnlikeComment"; + case DBTEAMLOGEventTypeFileUnresolveComment: + return @"DBTEAMLOGEventTypeFileUnresolveComment"; case DBTEAMLOGEventTypeDeviceChangeIpDesktop: return @"DBTEAMLOGEventTypeDeviceChangeIpDesktop"; case DBTEAMLOGEventTypeDeviceChangeIpMobile: @@ -23001,10 +23256,6 @@ - (NSString *)tagName { return @"DBTEAMLOGEventTypeGroupCreate"; case DBTEAMLOGEventTypeGroupDelete: return @"DBTEAMLOGEventTypeGroupDelete"; - case DBTEAMLOGEventTypeGroupDescriptionUpdated: - return @"DBTEAMLOGEventTypeGroupDescriptionUpdated"; - case DBTEAMLOGEventTypeGroupJoinPolicyUpdated: - return @"DBTEAMLOGEventTypeGroupJoinPolicyUpdated"; case DBTEAMLOGEventTypeGroupMoved: return @"DBTEAMLOGEventTypeGroupMoved"; case DBTEAMLOGEventTypeGroupRemoveExternalId: @@ -23049,8 +23300,6 @@ - (NSString *)tagName { return @"DBTEAMLOGEventTypePaperContentAddToFolder"; case DBTEAMLOGEventTypePaperContentArchive: return @"DBTEAMLOGEventTypePaperContentArchive"; - case DBTEAMLOGEventTypePaperContentChangeSubscription: - return @"DBTEAMLOGEventTypePaperContentChangeSubscription"; case DBTEAMLOGEventTypePaperContentCreate: return @"DBTEAMLOGEventTypePaperContentCreate"; case DBTEAMLOGEventTypePaperContentPermanentlyDelete: @@ -23069,6 +23318,8 @@ - (NSString *)tagName { return @"DBTEAMLOGEventTypePaperDocChangeMemberRole"; case DBTEAMLOGEventTypePaperDocChangeSharingPolicy: return @"DBTEAMLOGEventTypePaperDocChangeSharingPolicy"; + case DBTEAMLOGEventTypePaperDocChangeSubscription: + return @"DBTEAMLOGEventTypePaperDocChangeSubscription"; case DBTEAMLOGEventTypePaperDocDeleted: return @"DBTEAMLOGEventTypePaperDocDeleted"; case DBTEAMLOGEventTypePaperDocDeleteComment: @@ -23093,10 +23344,16 @@ - (NSString *)tagName { return @"DBTEAMLOGEventTypePaperDocSlackShare"; case DBTEAMLOGEventTypePaperDocTeamInvite: return @"DBTEAMLOGEventTypePaperDocTeamInvite"; + case DBTEAMLOGEventTypePaperDocTrashed: + return @"DBTEAMLOGEventTypePaperDocTrashed"; case DBTEAMLOGEventTypePaperDocUnresolveComment: return @"DBTEAMLOGEventTypePaperDocUnresolveComment"; + case DBTEAMLOGEventTypePaperDocUntrashed: + return @"DBTEAMLOGEventTypePaperDocUntrashed"; case DBTEAMLOGEventTypePaperDocView: return @"DBTEAMLOGEventTypePaperDocView"; + case DBTEAMLOGEventTypePaperFolderChangeSubscription: + return @"DBTEAMLOGEventTypePaperFolderChangeSubscription"; case DBTEAMLOGEventTypePaperFolderDeleted: return @"DBTEAMLOGEventTypePaperFolderDeleted"; case DBTEAMLOGEventTypePaperFolderFollowed: @@ -23119,12 +23376,6 @@ - (NSString *)tagName { return @"DBTEAMLOGEventTypeTeamActivityCreateReport"; case DBTEAMLOGEventTypeCollectionShare: return @"DBTEAMLOGEventTypeCollectionShare"; - case DBTEAMLOGEventTypeFileAddComment: - return @"DBTEAMLOGEventTypeFileAddComment"; - case DBTEAMLOGEventTypeFileLikeComment: - return @"DBTEAMLOGEventTypeFileLikeComment"; - case DBTEAMLOGEventTypeFileUnlikeComment: - return @"DBTEAMLOGEventTypeFileUnlikeComment"; case DBTEAMLOGEventTypeNoteAclInviteOnly: return @"DBTEAMLOGEventTypeNoteAclInviteOnly"; case DBTEAMLOGEventTypeNoteAclLink: @@ -23249,10 +23500,12 @@ - (NSString *)tagName { return @"DBTEAMLOGEventTypeShmodelVisibilityPublic"; case DBTEAMLOGEventTypeShmodelVisibilityTeamOnly: return @"DBTEAMLOGEventTypeShmodelVisibilityTeamOnly"; - case DBTEAMLOGEventTypeRemoveLogoutUrl: - return @"DBTEAMLOGEventTypeRemoveLogoutUrl"; - case DBTEAMLOGEventTypeRemoveSsoUrl: - return @"DBTEAMLOGEventTypeRemoveSsoUrl"; + case DBTEAMLOGEventTypeSsoAddCert: + return @"DBTEAMLOGEventTypeSsoAddCert"; + case DBTEAMLOGEventTypeSsoAddLoginUrl: + return @"DBTEAMLOGEventTypeSsoAddLoginUrl"; + case DBTEAMLOGEventTypeSsoAddLogoutUrl: + return @"DBTEAMLOGEventTypeSsoAddLogoutUrl"; case DBTEAMLOGEventTypeSsoChangeCert: return @"DBTEAMLOGEventTypeSsoChangeCert"; case DBTEAMLOGEventTypeSsoChangeLoginUrl: @@ -23261,6 +23514,12 @@ - (NSString *)tagName { return @"DBTEAMLOGEventTypeSsoChangeLogoutUrl"; case DBTEAMLOGEventTypeSsoChangeSamlIdentityMode: return @"DBTEAMLOGEventTypeSsoChangeSamlIdentityMode"; + case DBTEAMLOGEventTypeSsoRemoveCert: + return @"DBTEAMLOGEventTypeSsoRemoveCert"; + case DBTEAMLOGEventTypeSsoRemoveLoginUrl: + return @"DBTEAMLOGEventTypeSsoRemoveLoginUrl"; + case DBTEAMLOGEventTypeSsoRemoveLogoutUrl: + return @"DBTEAMLOGEventTypeSsoRemoveLogoutUrl"; case DBTEAMLOGEventTypeTeamFolderChangeStatus: return @"DBTEAMLOGEventTypeTeamFolderChangeStatus"; case DBTEAMLOGEventTypeTeamFolderCreate: @@ -23325,6 +23584,8 @@ - (NSString *)tagName { return @"DBTEAMLOGEventTypeNetworkControlChangePolicy"; case DBTEAMLOGEventTypePaperChangeDeploymentPolicy: return @"DBTEAMLOGEventTypePaperChangeDeploymentPolicy"; + case DBTEAMLOGEventTypePaperChangeMemberLinkPolicy: + return @"DBTEAMLOGEventTypePaperChangeMemberLinkPolicy"; case DBTEAMLOGEventTypePaperChangeMemberPolicy: return @"DBTEAMLOGEventTypePaperChangeMemberPolicy"; case DBTEAMLOGEventTypePaperChangePolicy: @@ -23355,6 +23616,8 @@ - (NSString *)tagName { return @"DBTEAMLOGEventTypeWebSessionsChangeIdleLengthPolicy"; case DBTEAMLOGEventTypeTeamProfileAddLogo: return @"DBTEAMLOGEventTypeTeamProfileAddLogo"; + case DBTEAMLOGEventTypeTeamProfileChangeDefaultLanguage: + return @"DBTEAMLOGEventTypeTeamProfileChangeDefaultLanguage"; case DBTEAMLOGEventTypeTeamProfileChangeLogo: return @"DBTEAMLOGEventTypeTeamProfileChangeLogo"; case DBTEAMLOGEventTypeTeamProfileChangeName: @@ -23384,7 +23647,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGEventTypeSerializer serialize:instance]; } @@ -23421,6 +23684,8 @@ - (NSUInteger)hash { result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypeMemberTransferAccountContents: result = prime * result + [[self tagName] hash]; + case DBTEAMLOGEventTypePaperAdminExportStart: + result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypePaperEnabledUsersGroupAddition: result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypePaperEnabledUsersGroupRemoval: @@ -23445,6 +23710,20 @@ - (NSUInteger)hash { result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypeAppUnlinkUser: result = prime * result + [[self tagName] hash]; + case DBTEAMLOGEventTypeFileAddComment: + result = prime * result + [[self tagName] hash]; + case DBTEAMLOGEventTypeFileChangeCommentSubscription: + result = prime * result + [[self tagName] hash]; + case DBTEAMLOGEventTypeFileDeleteComment: + result = prime * result + [[self tagName] hash]; + case DBTEAMLOGEventTypeFileLikeComment: + result = prime * result + [[self tagName] hash]; + case DBTEAMLOGEventTypeFileResolveComment: + result = prime * result + [[self tagName] hash]; + case DBTEAMLOGEventTypeFileUnlikeComment: + result = prime * result + [[self tagName] hash]; + case DBTEAMLOGEventTypeFileUnresolveComment: + result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypeDeviceChangeIpDesktop: result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypeDeviceChangeIpMobile: @@ -23555,10 +23834,6 @@ - (NSUInteger)hash { result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypeGroupDelete: result = prime * result + [[self tagName] hash]; - case DBTEAMLOGEventTypeGroupDescriptionUpdated: - result = prime * result + [[self tagName] hash]; - case DBTEAMLOGEventTypeGroupJoinPolicyUpdated: - result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypeGroupMoved: result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypeGroupRemoveExternalId: @@ -23603,8 +23878,6 @@ - (NSUInteger)hash { result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypePaperContentArchive: result = prime * result + [[self tagName] hash]; - case DBTEAMLOGEventTypePaperContentChangeSubscription: - result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypePaperContentCreate: result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypePaperContentPermanentlyDelete: @@ -23623,6 +23896,8 @@ - (NSUInteger)hash { result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypePaperDocChangeSharingPolicy: result = prime * result + [[self tagName] hash]; + case DBTEAMLOGEventTypePaperDocChangeSubscription: + result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypePaperDocDeleted: result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypePaperDocDeleteComment: @@ -23647,10 +23922,16 @@ - (NSUInteger)hash { result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypePaperDocTeamInvite: result = prime * result + [[self tagName] hash]; + case DBTEAMLOGEventTypePaperDocTrashed: + result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypePaperDocUnresolveComment: result = prime * result + [[self tagName] hash]; + case DBTEAMLOGEventTypePaperDocUntrashed: + result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypePaperDocView: result = prime * result + [[self tagName] hash]; + case DBTEAMLOGEventTypePaperFolderChangeSubscription: + result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypePaperFolderDeleted: result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypePaperFolderFollowed: @@ -23673,12 +23954,6 @@ - (NSUInteger)hash { result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypeCollectionShare: result = prime * result + [[self tagName] hash]; - case DBTEAMLOGEventTypeFileAddComment: - result = prime * result + [[self tagName] hash]; - case DBTEAMLOGEventTypeFileLikeComment: - result = prime * result + [[self tagName] hash]; - case DBTEAMLOGEventTypeFileUnlikeComment: - result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypeNoteAclInviteOnly: result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypeNoteAclLink: @@ -23803,9 +24078,11 @@ - (NSUInteger)hash { result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypeShmodelVisibilityTeamOnly: result = prime * result + [[self tagName] hash]; - case DBTEAMLOGEventTypeRemoveLogoutUrl: + case DBTEAMLOGEventTypeSsoAddCert: result = prime * result + [[self tagName] hash]; - case DBTEAMLOGEventTypeRemoveSsoUrl: + case DBTEAMLOGEventTypeSsoAddLoginUrl: + result = prime * result + [[self tagName] hash]; + case DBTEAMLOGEventTypeSsoAddLogoutUrl: result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypeSsoChangeCert: result = prime * result + [[self tagName] hash]; @@ -23815,6 +24092,12 @@ - (NSUInteger)hash { result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypeSsoChangeSamlIdentityMode: result = prime * result + [[self tagName] hash]; + case DBTEAMLOGEventTypeSsoRemoveCert: + result = prime * result + [[self tagName] hash]; + case DBTEAMLOGEventTypeSsoRemoveLoginUrl: + result = prime * result + [[self tagName] hash]; + case DBTEAMLOGEventTypeSsoRemoveLogoutUrl: + result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypeTeamFolderChangeStatus: result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypeTeamFolderCreate: @@ -23879,6 +24162,8 @@ - (NSUInteger)hash { result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypePaperChangeDeploymentPolicy: result = prime * result + [[self tagName] hash]; + case DBTEAMLOGEventTypePaperChangeMemberLinkPolicy: + result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypePaperChangeMemberPolicy: result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypePaperChangePolicy: @@ -23909,6 +24194,8 @@ - (NSUInteger)hash { result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypeTeamProfileAddLogo: result = prime * result + [[self tagName] hash]; + case DBTEAMLOGEventTypeTeamProfileChangeDefaultLanguage: + result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypeTeamProfileChangeLogo: result = prime * result + [[self tagName] hash]; case DBTEAMLOGEventTypeTeamProfileChangeName: @@ -23964,6 +24251,8 @@ - (BOOL)isEqualToEventType:(DBTEAMLOGEventType *)anEventType { return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypeMemberTransferAccountContents: return [[self tagName] isEqual:[anEventType tagName]]; + case DBTEAMLOGEventTypePaperAdminExportStart: + return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypePaperEnabledUsersGroupAddition: return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypePaperEnabledUsersGroupRemoval: @@ -23988,6 +24277,20 @@ - (BOOL)isEqualToEventType:(DBTEAMLOGEventType *)anEventType { return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypeAppUnlinkUser: return [[self tagName] isEqual:[anEventType tagName]]; + case DBTEAMLOGEventTypeFileAddComment: + return [[self tagName] isEqual:[anEventType tagName]]; + case DBTEAMLOGEventTypeFileChangeCommentSubscription: + return [[self tagName] isEqual:[anEventType tagName]]; + case DBTEAMLOGEventTypeFileDeleteComment: + return [[self tagName] isEqual:[anEventType tagName]]; + case DBTEAMLOGEventTypeFileLikeComment: + return [[self tagName] isEqual:[anEventType tagName]]; + case DBTEAMLOGEventTypeFileResolveComment: + return [[self tagName] isEqual:[anEventType tagName]]; + case DBTEAMLOGEventTypeFileUnlikeComment: + return [[self tagName] isEqual:[anEventType tagName]]; + case DBTEAMLOGEventTypeFileUnresolveComment: + return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypeDeviceChangeIpDesktop: return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypeDeviceChangeIpMobile: @@ -24098,10 +24401,6 @@ - (BOOL)isEqualToEventType:(DBTEAMLOGEventType *)anEventType { return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypeGroupDelete: return [[self tagName] isEqual:[anEventType tagName]]; - case DBTEAMLOGEventTypeGroupDescriptionUpdated: - return [[self tagName] isEqual:[anEventType tagName]]; - case DBTEAMLOGEventTypeGroupJoinPolicyUpdated: - return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypeGroupMoved: return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypeGroupRemoveExternalId: @@ -24146,8 +24445,6 @@ - (BOOL)isEqualToEventType:(DBTEAMLOGEventType *)anEventType { return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypePaperContentArchive: return [[self tagName] isEqual:[anEventType tagName]]; - case DBTEAMLOGEventTypePaperContentChangeSubscription: - return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypePaperContentCreate: return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypePaperContentPermanentlyDelete: @@ -24166,6 +24463,8 @@ - (BOOL)isEqualToEventType:(DBTEAMLOGEventType *)anEventType { return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypePaperDocChangeSharingPolicy: return [[self tagName] isEqual:[anEventType tagName]]; + case DBTEAMLOGEventTypePaperDocChangeSubscription: + return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypePaperDocDeleted: return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypePaperDocDeleteComment: @@ -24190,10 +24489,16 @@ - (BOOL)isEqualToEventType:(DBTEAMLOGEventType *)anEventType { return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypePaperDocTeamInvite: return [[self tagName] isEqual:[anEventType tagName]]; + case DBTEAMLOGEventTypePaperDocTrashed: + return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypePaperDocUnresolveComment: return [[self tagName] isEqual:[anEventType tagName]]; + case DBTEAMLOGEventTypePaperDocUntrashed: + return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypePaperDocView: return [[self tagName] isEqual:[anEventType tagName]]; + case DBTEAMLOGEventTypePaperFolderChangeSubscription: + return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypePaperFolderDeleted: return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypePaperFolderFollowed: @@ -24216,12 +24521,6 @@ - (BOOL)isEqualToEventType:(DBTEAMLOGEventType *)anEventType { return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypeCollectionShare: return [[self tagName] isEqual:[anEventType tagName]]; - case DBTEAMLOGEventTypeFileAddComment: - return [[self tagName] isEqual:[anEventType tagName]]; - case DBTEAMLOGEventTypeFileLikeComment: - return [[self tagName] isEqual:[anEventType tagName]]; - case DBTEAMLOGEventTypeFileUnlikeComment: - return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypeNoteAclInviteOnly: return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypeNoteAclLink: @@ -24346,9 +24645,11 @@ - (BOOL)isEqualToEventType:(DBTEAMLOGEventType *)anEventType { return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypeShmodelVisibilityTeamOnly: return [[self tagName] isEqual:[anEventType tagName]]; - case DBTEAMLOGEventTypeRemoveLogoutUrl: + case DBTEAMLOGEventTypeSsoAddCert: + return [[self tagName] isEqual:[anEventType tagName]]; + case DBTEAMLOGEventTypeSsoAddLoginUrl: return [[self tagName] isEqual:[anEventType tagName]]; - case DBTEAMLOGEventTypeRemoveSsoUrl: + case DBTEAMLOGEventTypeSsoAddLogoutUrl: return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypeSsoChangeCert: return [[self tagName] isEqual:[anEventType tagName]]; @@ -24358,6 +24659,12 @@ - (BOOL)isEqualToEventType:(DBTEAMLOGEventType *)anEventType { return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypeSsoChangeSamlIdentityMode: return [[self tagName] isEqual:[anEventType tagName]]; + case DBTEAMLOGEventTypeSsoRemoveCert: + return [[self tagName] isEqual:[anEventType tagName]]; + case DBTEAMLOGEventTypeSsoRemoveLoginUrl: + return [[self tagName] isEqual:[anEventType tagName]]; + case DBTEAMLOGEventTypeSsoRemoveLogoutUrl: + return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypeTeamFolderChangeStatus: return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypeTeamFolderCreate: @@ -24422,6 +24729,8 @@ - (BOOL)isEqualToEventType:(DBTEAMLOGEventType *)anEventType { return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypePaperChangeDeploymentPolicy: return [[self tagName] isEqual:[anEventType tagName]]; + case DBTEAMLOGEventTypePaperChangeMemberLinkPolicy: + return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypePaperChangeMemberPolicy: return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypePaperChangePolicy: @@ -24452,6 +24761,8 @@ - (BOOL)isEqualToEventType:(DBTEAMLOGEventType *)anEventType { return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypeTeamProfileAddLogo: return [[self tagName] isEqual:[anEventType tagName]]; + case DBTEAMLOGEventTypeTeamProfileChangeDefaultLanguage: + return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypeTeamProfileChangeLogo: return [[self tagName] isEqual:[anEventType tagName]]; case DBTEAMLOGEventTypeTeamProfileChangeName: @@ -24495,6 +24806,8 @@ + (NSDictionary *)serialize:(DBTEAMLOGEventType *)valueObj { jsonDict[@".tag"] = @"member_space_limits_change_status"; } else if ([valueObj isMemberTransferAccountContents]) { jsonDict[@".tag"] = @"member_transfer_account_contents"; + } else if ([valueObj isPaperAdminExportStart]) { + jsonDict[@".tag"] = @"paper_admin_export_start"; } else if ([valueObj isPaperEnabledUsersGroupAddition]) { jsonDict[@".tag"] = @"paper_enabled_users_group_addition"; } else if ([valueObj isPaperEnabledUsersGroupRemoval]) { @@ -24519,6 +24832,20 @@ + (NSDictionary *)serialize:(DBTEAMLOGEventType *)valueObj { jsonDict[@".tag"] = @"app_unlink_team"; } else if ([valueObj isAppUnlinkUser]) { jsonDict[@".tag"] = @"app_unlink_user"; + } else if ([valueObj isFileAddComment]) { + jsonDict[@".tag"] = @"file_add_comment"; + } else if ([valueObj isFileChangeCommentSubscription]) { + jsonDict[@".tag"] = @"file_change_comment_subscription"; + } else if ([valueObj isFileDeleteComment]) { + jsonDict[@".tag"] = @"file_delete_comment"; + } else if ([valueObj isFileLikeComment]) { + jsonDict[@".tag"] = @"file_like_comment"; + } else if ([valueObj isFileResolveComment]) { + jsonDict[@".tag"] = @"file_resolve_comment"; + } else if ([valueObj isFileUnlikeComment]) { + jsonDict[@".tag"] = @"file_unlike_comment"; + } else if ([valueObj isFileUnresolveComment]) { + jsonDict[@".tag"] = @"file_unresolve_comment"; } else if ([valueObj isDeviceChangeIpDesktop]) { jsonDict[@".tag"] = @"device_change_ip_desktop"; } else if ([valueObj isDeviceChangeIpMobile]) { @@ -24629,10 +24956,6 @@ + (NSDictionary *)serialize:(DBTEAMLOGEventType *)valueObj { jsonDict[@".tag"] = @"group_create"; } else if ([valueObj isGroupDelete]) { jsonDict[@".tag"] = @"group_delete"; - } else if ([valueObj isGroupDescriptionUpdated]) { - jsonDict[@".tag"] = @"group_description_updated"; - } else if ([valueObj isGroupJoinPolicyUpdated]) { - jsonDict[@".tag"] = @"group_join_policy_updated"; } else if ([valueObj isGroupMoved]) { jsonDict[@".tag"] = @"group_moved"; } else if ([valueObj isGroupRemoveExternalId]) { @@ -24677,8 +25000,6 @@ + (NSDictionary *)serialize:(DBTEAMLOGEventType *)valueObj { jsonDict[@".tag"] = @"paper_content_add_to_folder"; } else if ([valueObj isPaperContentArchive]) { jsonDict[@".tag"] = @"paper_content_archive"; - } else if ([valueObj isPaperContentChangeSubscription]) { - jsonDict[@".tag"] = @"paper_content_change_subscription"; } else if ([valueObj isPaperContentCreate]) { jsonDict[@".tag"] = @"paper_content_create"; } else if ([valueObj isPaperContentPermanentlyDelete]) { @@ -24697,6 +25018,8 @@ + (NSDictionary *)serialize:(DBTEAMLOGEventType *)valueObj { jsonDict[@".tag"] = @"paper_doc_change_member_role"; } else if ([valueObj isPaperDocChangeSharingPolicy]) { jsonDict[@".tag"] = @"paper_doc_change_sharing_policy"; + } else if ([valueObj isPaperDocChangeSubscription]) { + jsonDict[@".tag"] = @"paper_doc_change_subscription"; } else if ([valueObj isPaperDocDeleted]) { jsonDict[@".tag"] = @"paper_doc_deleted"; } else if ([valueObj isPaperDocDeleteComment]) { @@ -24721,10 +25044,16 @@ + (NSDictionary *)serialize:(DBTEAMLOGEventType *)valueObj { jsonDict[@".tag"] = @"paper_doc_slack_share"; } else if ([valueObj isPaperDocTeamInvite]) { jsonDict[@".tag"] = @"paper_doc_team_invite"; + } else if ([valueObj isPaperDocTrashed]) { + jsonDict[@".tag"] = @"paper_doc_trashed"; } else if ([valueObj isPaperDocUnresolveComment]) { jsonDict[@".tag"] = @"paper_doc_unresolve_comment"; + } else if ([valueObj isPaperDocUntrashed]) { + jsonDict[@".tag"] = @"paper_doc_untrashed"; } else if ([valueObj isPaperDocView]) { jsonDict[@".tag"] = @"paper_doc_view"; + } else if ([valueObj isPaperFolderChangeSubscription]) { + jsonDict[@".tag"] = @"paper_folder_change_subscription"; } else if ([valueObj isPaperFolderDeleted]) { jsonDict[@".tag"] = @"paper_folder_deleted"; } else if ([valueObj isPaperFolderFollowed]) { @@ -24747,12 +25076,6 @@ + (NSDictionary *)serialize:(DBTEAMLOGEventType *)valueObj { jsonDict[@".tag"] = @"team_activity_create_report"; } else if ([valueObj isCollectionShare]) { jsonDict[@".tag"] = @"collection_share"; - } else if ([valueObj isFileAddComment]) { - jsonDict[@".tag"] = @"file_add_comment"; - } else if ([valueObj isFileLikeComment]) { - jsonDict[@".tag"] = @"file_like_comment"; - } else if ([valueObj isFileUnlikeComment]) { - jsonDict[@".tag"] = @"file_unlike_comment"; } else if ([valueObj isNoteAclInviteOnly]) { jsonDict[@".tag"] = @"note_acl_invite_only"; } else if ([valueObj isNoteAclLink]) { @@ -24877,10 +25200,12 @@ + (NSDictionary *)serialize:(DBTEAMLOGEventType *)valueObj { jsonDict[@".tag"] = @"shmodel_visibility_public"; } else if ([valueObj isShmodelVisibilityTeamOnly]) { jsonDict[@".tag"] = @"shmodel_visibility_team_only"; - } else if ([valueObj isRemoveLogoutUrl]) { - jsonDict[@".tag"] = @"remove_logout_url"; - } else if ([valueObj isRemoveSsoUrl]) { - jsonDict[@".tag"] = @"remove_sso_url"; + } else if ([valueObj isSsoAddCert]) { + jsonDict[@".tag"] = @"sso_add_cert"; + } else if ([valueObj isSsoAddLoginUrl]) { + jsonDict[@".tag"] = @"sso_add_login_url"; + } else if ([valueObj isSsoAddLogoutUrl]) { + jsonDict[@".tag"] = @"sso_add_logout_url"; } else if ([valueObj isSsoChangeCert]) { jsonDict[@".tag"] = @"sso_change_cert"; } else if ([valueObj isSsoChangeLoginUrl]) { @@ -24889,6 +25214,12 @@ + (NSDictionary *)serialize:(DBTEAMLOGEventType *)valueObj { jsonDict[@".tag"] = @"sso_change_logout_url"; } else if ([valueObj isSsoChangeSamlIdentityMode]) { jsonDict[@".tag"] = @"sso_change_saml_identity_mode"; + } else if ([valueObj isSsoRemoveCert]) { + jsonDict[@".tag"] = @"sso_remove_cert"; + } else if ([valueObj isSsoRemoveLoginUrl]) { + jsonDict[@".tag"] = @"sso_remove_login_url"; + } else if ([valueObj isSsoRemoveLogoutUrl]) { + jsonDict[@".tag"] = @"sso_remove_logout_url"; } else if ([valueObj isTeamFolderChangeStatus]) { jsonDict[@".tag"] = @"team_folder_change_status"; } else if ([valueObj isTeamFolderCreate]) { @@ -24953,6 +25284,8 @@ + (NSDictionary *)serialize:(DBTEAMLOGEventType *)valueObj { jsonDict[@".tag"] = @"network_control_change_policy"; } else if ([valueObj isPaperChangeDeploymentPolicy]) { jsonDict[@".tag"] = @"paper_change_deployment_policy"; + } else if ([valueObj isPaperChangeMemberLinkPolicy]) { + jsonDict[@".tag"] = @"paper_change_member_link_policy"; } else if ([valueObj isPaperChangeMemberPolicy]) { jsonDict[@".tag"] = @"paper_change_member_policy"; } else if ([valueObj isPaperChangePolicy]) { @@ -24983,6 +25316,8 @@ + (NSDictionary *)serialize:(DBTEAMLOGEventType *)valueObj { jsonDict[@".tag"] = @"web_sessions_change_idle_length_policy"; } else if ([valueObj isTeamProfileAddLogo]) { jsonDict[@".tag"] = @"team_profile_add_logo"; + } else if ([valueObj isTeamProfileChangeDefaultLanguage]) { + jsonDict[@".tag"] = @"team_profile_change_default_language"; } else if ([valueObj isTeamProfileChangeLogo]) { jsonDict[@".tag"] = @"team_profile_change_logo"; } else if ([valueObj isTeamProfileChangeName]) { @@ -25009,7 +25344,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGEventType *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGEventType *)deserialize:(NSDictionary *)valueDict { @@ -25023,6 +25358,8 @@ + (DBTEAMLOGEventType *)deserialize:(NSDictionary *)valueDict { return [[DBTEAMLOGEventType alloc] initWithMemberSpaceLimitsChangeStatus]; } else if ([tag isEqualToString:@"member_transfer_account_contents"]) { return [[DBTEAMLOGEventType alloc] initWithMemberTransferAccountContents]; + } else if ([tag isEqualToString:@"paper_admin_export_start"]) { + return [[DBTEAMLOGEventType alloc] initWithPaperAdminExportStart]; } else if ([tag isEqualToString:@"paper_enabled_users_group_addition"]) { return [[DBTEAMLOGEventType alloc] initWithPaperEnabledUsersGroupAddition]; } else if ([tag isEqualToString:@"paper_enabled_users_group_removal"]) { @@ -25047,6 +25384,20 @@ + (DBTEAMLOGEventType *)deserialize:(NSDictionary *)valueDict { return [[DBTEAMLOGEventType alloc] initWithAppUnlinkTeam]; } else if ([tag isEqualToString:@"app_unlink_user"]) { return [[DBTEAMLOGEventType alloc] initWithAppUnlinkUser]; + } else if ([tag isEqualToString:@"file_add_comment"]) { + return [[DBTEAMLOGEventType alloc] initWithFileAddComment]; + } else if ([tag isEqualToString:@"file_change_comment_subscription"]) { + return [[DBTEAMLOGEventType alloc] initWithFileChangeCommentSubscription]; + } else if ([tag isEqualToString:@"file_delete_comment"]) { + return [[DBTEAMLOGEventType alloc] initWithFileDeleteComment]; + } else if ([tag isEqualToString:@"file_like_comment"]) { + return [[DBTEAMLOGEventType alloc] initWithFileLikeComment]; + } else if ([tag isEqualToString:@"file_resolve_comment"]) { + return [[DBTEAMLOGEventType alloc] initWithFileResolveComment]; + } else if ([tag isEqualToString:@"file_unlike_comment"]) { + return [[DBTEAMLOGEventType alloc] initWithFileUnlikeComment]; + } else if ([tag isEqualToString:@"file_unresolve_comment"]) { + return [[DBTEAMLOGEventType alloc] initWithFileUnresolveComment]; } else if ([tag isEqualToString:@"device_change_ip_desktop"]) { return [[DBTEAMLOGEventType alloc] initWithDeviceChangeIpDesktop]; } else if ([tag isEqualToString:@"device_change_ip_mobile"]) { @@ -25157,10 +25508,6 @@ + (DBTEAMLOGEventType *)deserialize:(NSDictionary *)valueDict { return [[DBTEAMLOGEventType alloc] initWithGroupCreate]; } else if ([tag isEqualToString:@"group_delete"]) { return [[DBTEAMLOGEventType alloc] initWithGroupDelete]; - } else if ([tag isEqualToString:@"group_description_updated"]) { - return [[DBTEAMLOGEventType alloc] initWithGroupDescriptionUpdated]; - } else if ([tag isEqualToString:@"group_join_policy_updated"]) { - return [[DBTEAMLOGEventType alloc] initWithGroupJoinPolicyUpdated]; } else if ([tag isEqualToString:@"group_moved"]) { return [[DBTEAMLOGEventType alloc] initWithGroupMoved]; } else if ([tag isEqualToString:@"group_remove_external_id"]) { @@ -25205,8 +25552,6 @@ + (DBTEAMLOGEventType *)deserialize:(NSDictionary *)valueDict { return [[DBTEAMLOGEventType alloc] initWithPaperContentAddToFolder]; } else if ([tag isEqualToString:@"paper_content_archive"]) { return [[DBTEAMLOGEventType alloc] initWithPaperContentArchive]; - } else if ([tag isEqualToString:@"paper_content_change_subscription"]) { - return [[DBTEAMLOGEventType alloc] initWithPaperContentChangeSubscription]; } else if ([tag isEqualToString:@"paper_content_create"]) { return [[DBTEAMLOGEventType alloc] initWithPaperContentCreate]; } else if ([tag isEqualToString:@"paper_content_permanently_delete"]) { @@ -25225,6 +25570,8 @@ + (DBTEAMLOGEventType *)deserialize:(NSDictionary *)valueDict { return [[DBTEAMLOGEventType alloc] initWithPaperDocChangeMemberRole]; } else if ([tag isEqualToString:@"paper_doc_change_sharing_policy"]) { return [[DBTEAMLOGEventType alloc] initWithPaperDocChangeSharingPolicy]; + } else if ([tag isEqualToString:@"paper_doc_change_subscription"]) { + return [[DBTEAMLOGEventType alloc] initWithPaperDocChangeSubscription]; } else if ([tag isEqualToString:@"paper_doc_deleted"]) { return [[DBTEAMLOGEventType alloc] initWithPaperDocDeleted]; } else if ([tag isEqualToString:@"paper_doc_delete_comment"]) { @@ -25249,10 +25596,16 @@ + (DBTEAMLOGEventType *)deserialize:(NSDictionary *)valueDict { return [[DBTEAMLOGEventType alloc] initWithPaperDocSlackShare]; } else if ([tag isEqualToString:@"paper_doc_team_invite"]) { return [[DBTEAMLOGEventType alloc] initWithPaperDocTeamInvite]; + } else if ([tag isEqualToString:@"paper_doc_trashed"]) { + return [[DBTEAMLOGEventType alloc] initWithPaperDocTrashed]; } else if ([tag isEqualToString:@"paper_doc_unresolve_comment"]) { return [[DBTEAMLOGEventType alloc] initWithPaperDocUnresolveComment]; + } else if ([tag isEqualToString:@"paper_doc_untrashed"]) { + return [[DBTEAMLOGEventType alloc] initWithPaperDocUntrashed]; } else if ([tag isEqualToString:@"paper_doc_view"]) { return [[DBTEAMLOGEventType alloc] initWithPaperDocView]; + } else if ([tag isEqualToString:@"paper_folder_change_subscription"]) { + return [[DBTEAMLOGEventType alloc] initWithPaperFolderChangeSubscription]; } else if ([tag isEqualToString:@"paper_folder_deleted"]) { return [[DBTEAMLOGEventType alloc] initWithPaperFolderDeleted]; } else if ([tag isEqualToString:@"paper_folder_followed"]) { @@ -25275,12 +25628,6 @@ + (DBTEAMLOGEventType *)deserialize:(NSDictionary *)valueDict { return [[DBTEAMLOGEventType alloc] initWithTeamActivityCreateReport]; } else if ([tag isEqualToString:@"collection_share"]) { return [[DBTEAMLOGEventType alloc] initWithCollectionShare]; - } else if ([tag isEqualToString:@"file_add_comment"]) { - return [[DBTEAMLOGEventType alloc] initWithFileAddComment]; - } else if ([tag isEqualToString:@"file_like_comment"]) { - return [[DBTEAMLOGEventType alloc] initWithFileLikeComment]; - } else if ([tag isEqualToString:@"file_unlike_comment"]) { - return [[DBTEAMLOGEventType alloc] initWithFileUnlikeComment]; } else if ([tag isEqualToString:@"note_acl_invite_only"]) { return [[DBTEAMLOGEventType alloc] initWithNoteAclInviteOnly]; } else if ([tag isEqualToString:@"note_acl_link"]) { @@ -25405,10 +25752,12 @@ + (DBTEAMLOGEventType *)deserialize:(NSDictionary *)valueDict { return [[DBTEAMLOGEventType alloc] initWithShmodelVisibilityPublic]; } else if ([tag isEqualToString:@"shmodel_visibility_team_only"]) { return [[DBTEAMLOGEventType alloc] initWithShmodelVisibilityTeamOnly]; - } else if ([tag isEqualToString:@"remove_logout_url"]) { - return [[DBTEAMLOGEventType alloc] initWithRemoveLogoutUrl]; - } else if ([tag isEqualToString:@"remove_sso_url"]) { - return [[DBTEAMLOGEventType alloc] initWithRemoveSsoUrl]; + } else if ([tag isEqualToString:@"sso_add_cert"]) { + return [[DBTEAMLOGEventType alloc] initWithSsoAddCert]; + } else if ([tag isEqualToString:@"sso_add_login_url"]) { + return [[DBTEAMLOGEventType alloc] initWithSsoAddLoginUrl]; + } else if ([tag isEqualToString:@"sso_add_logout_url"]) { + return [[DBTEAMLOGEventType alloc] initWithSsoAddLogoutUrl]; } else if ([tag isEqualToString:@"sso_change_cert"]) { return [[DBTEAMLOGEventType alloc] initWithSsoChangeCert]; } else if ([tag isEqualToString:@"sso_change_login_url"]) { @@ -25417,6 +25766,12 @@ + (DBTEAMLOGEventType *)deserialize:(NSDictionary *)valueDict { return [[DBTEAMLOGEventType alloc] initWithSsoChangeLogoutUrl]; } else if ([tag isEqualToString:@"sso_change_saml_identity_mode"]) { return [[DBTEAMLOGEventType alloc] initWithSsoChangeSamlIdentityMode]; + } else if ([tag isEqualToString:@"sso_remove_cert"]) { + return [[DBTEAMLOGEventType alloc] initWithSsoRemoveCert]; + } else if ([tag isEqualToString:@"sso_remove_login_url"]) { + return [[DBTEAMLOGEventType alloc] initWithSsoRemoveLoginUrl]; + } else if ([tag isEqualToString:@"sso_remove_logout_url"]) { + return [[DBTEAMLOGEventType alloc] initWithSsoRemoveLogoutUrl]; } else if ([tag isEqualToString:@"team_folder_change_status"]) { return [[DBTEAMLOGEventType alloc] initWithTeamFolderChangeStatus]; } else if ([tag isEqualToString:@"team_folder_create"]) { @@ -25481,6 +25836,8 @@ + (DBTEAMLOGEventType *)deserialize:(NSDictionary *)valueDict { return [[DBTEAMLOGEventType alloc] initWithNetworkControlChangePolicy]; } else if ([tag isEqualToString:@"paper_change_deployment_policy"]) { return [[DBTEAMLOGEventType alloc] initWithPaperChangeDeploymentPolicy]; + } else if ([tag isEqualToString:@"paper_change_member_link_policy"]) { + return [[DBTEAMLOGEventType alloc] initWithPaperChangeMemberLinkPolicy]; } else if ([tag isEqualToString:@"paper_change_member_policy"]) { return [[DBTEAMLOGEventType alloc] initWithPaperChangeMemberPolicy]; } else if ([tag isEqualToString:@"paper_change_policy"]) { @@ -25511,6 +25868,8 @@ + (DBTEAMLOGEventType *)deserialize:(NSDictionary *)valueDict { return [[DBTEAMLOGEventType alloc] initWithWebSessionsChangeIdleLengthPolicy]; } else if ([tag isEqualToString:@"team_profile_add_logo"]) { return [[DBTEAMLOGEventType alloc] initWithTeamProfileAddLogo]; + } else if ([tag isEqualToString:@"team_profile_change_default_language"]) { + return [[DBTEAMLOGEventType alloc] initWithTeamProfileChangeDefaultLanguage]; } else if ([tag isEqualToString:@"team_profile_change_logo"]) { return [[DBTEAMLOGEventType alloc] initWithTeamProfileChangeLogo]; } else if ([tag isEqualToString:@"team_profile_change_name"]) { @@ -25553,6 +25912,7 @@ @implementation DBTEAMLOGExtendedVersionHistoryChangePolicyDetails - (instancetype)initWithDNewValue:(DBTEAMLOGExtendedVersionHistoryPolicy *)dNewValue previousValue:(DBTEAMLOGExtendedVersionHistoryPolicy *)previousValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -25568,7 +25928,7 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGExtendedVersionHistoryPolicy *)dNewV #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGExtendedVersionHistoryChangePolicyDetailsSerializer serialize:instance]; } @@ -25597,7 +25957,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -25646,7 +26006,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGExtendedVersionHistoryChangePolicyDetails jsonDict[@"previous_value"] = [DBTEAMLOGExtendedVersionHistoryPolicySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGExtendedVersionHistoryChangePolicyDetails *)deserialize:(NSDictionary *)valueDict { @@ -25673,18 +26033,26 @@ @implementation DBTEAMLOGExtendedVersionHistoryPolicy #pragma mark - Constructors -- (instancetype)initWithLimited { +- (instancetype)initWithExplicitlyLimited { self = [super init]; if (self) { - _tag = DBTEAMLOGExtendedVersionHistoryPolicyLimited; + _tag = DBTEAMLOGExtendedVersionHistoryPolicyExplicitlyLimited; } return self; } -- (instancetype)initWithUnlimited { +- (instancetype)initWithExplicitlyUnlimited { self = [super init]; if (self) { - _tag = DBTEAMLOGExtendedVersionHistoryPolicyUnlimited; + _tag = DBTEAMLOGExtendedVersionHistoryPolicyExplicitlyUnlimited; + } + return self; +} + +- (instancetype)initWithImplicitlyLimited { + self = [super init]; + if (self) { + _tag = DBTEAMLOGExtendedVersionHistoryPolicyImplicitlyLimited; } return self; } @@ -25701,12 +26069,16 @@ - (instancetype)initWithOther { #pragma mark - Tag state methods -- (BOOL)isLimited { - return _tag == DBTEAMLOGExtendedVersionHistoryPolicyLimited; +- (BOOL)isExplicitlyLimited { + return _tag == DBTEAMLOGExtendedVersionHistoryPolicyExplicitlyLimited; } -- (BOOL)isUnlimited { - return _tag == DBTEAMLOGExtendedVersionHistoryPolicyUnlimited; +- (BOOL)isExplicitlyUnlimited { + return _tag == DBTEAMLOGExtendedVersionHistoryPolicyExplicitlyUnlimited; +} + +- (BOOL)isImplicitlyLimited { + return _tag == DBTEAMLOGExtendedVersionHistoryPolicyImplicitlyLimited; } - (BOOL)isOther { @@ -25715,10 +26087,12 @@ - (BOOL)isOther { - (NSString *)tagName { switch (_tag) { - case DBTEAMLOGExtendedVersionHistoryPolicyLimited: - return @"DBTEAMLOGExtendedVersionHistoryPolicyLimited"; - case DBTEAMLOGExtendedVersionHistoryPolicyUnlimited: - return @"DBTEAMLOGExtendedVersionHistoryPolicyUnlimited"; + case DBTEAMLOGExtendedVersionHistoryPolicyExplicitlyLimited: + return @"DBTEAMLOGExtendedVersionHistoryPolicyExplicitlyLimited"; + case DBTEAMLOGExtendedVersionHistoryPolicyExplicitlyUnlimited: + return @"DBTEAMLOGExtendedVersionHistoryPolicyExplicitlyUnlimited"; + case DBTEAMLOGExtendedVersionHistoryPolicyImplicitlyLimited: + return @"DBTEAMLOGExtendedVersionHistoryPolicyImplicitlyLimited"; case DBTEAMLOGExtendedVersionHistoryPolicyOther: return @"DBTEAMLOGExtendedVersionHistoryPolicyOther"; } @@ -25728,7 +26102,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGExtendedVersionHistoryPolicySerializer serialize:instance]; } @@ -25757,9 +26131,11 @@ - (NSUInteger)hash { NSUInteger result = 1; switch (_tag) { - case DBTEAMLOGExtendedVersionHistoryPolicyLimited: + case DBTEAMLOGExtendedVersionHistoryPolicyExplicitlyLimited: + result = prime * result + [[self tagName] hash]; + case DBTEAMLOGExtendedVersionHistoryPolicyExplicitlyUnlimited: result = prime * result + [[self tagName] hash]; - case DBTEAMLOGExtendedVersionHistoryPolicyUnlimited: + case DBTEAMLOGExtendedVersionHistoryPolicyImplicitlyLimited: result = prime * result + [[self tagName] hash]; case DBTEAMLOGExtendedVersionHistoryPolicyOther: result = prime * result + [[self tagName] hash]; @@ -25788,9 +26164,11 @@ - (BOOL)isEqualToExtendedVersionHistoryPolicy:(DBTEAMLOGExtendedVersionHistoryPo return NO; } switch (_tag) { - case DBTEAMLOGExtendedVersionHistoryPolicyLimited: + case DBTEAMLOGExtendedVersionHistoryPolicyExplicitlyLimited: return [[self tagName] isEqual:[anExtendedVersionHistoryPolicy tagName]]; - case DBTEAMLOGExtendedVersionHistoryPolicyUnlimited: + case DBTEAMLOGExtendedVersionHistoryPolicyExplicitlyUnlimited: + return [[self tagName] isEqual:[anExtendedVersionHistoryPolicy tagName]]; + case DBTEAMLOGExtendedVersionHistoryPolicyImplicitlyLimited: return [[self tagName] isEqual:[anExtendedVersionHistoryPolicy tagName]]; case DBTEAMLOGExtendedVersionHistoryPolicyOther: return [[self tagName] isEqual:[anExtendedVersionHistoryPolicy tagName]]; @@ -25807,26 +26185,30 @@ @implementation DBTEAMLOGExtendedVersionHistoryPolicySerializer + (NSDictionary *)serialize:(DBTEAMLOGExtendedVersionHistoryPolicy *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isLimited]) { - jsonDict[@".tag"] = @"limited"; - } else if ([valueObj isUnlimited]) { - jsonDict[@".tag"] = @"unlimited"; + if ([valueObj isExplicitlyLimited]) { + jsonDict[@".tag"] = @"explicitly_limited"; + } else if ([valueObj isExplicitlyUnlimited]) { + jsonDict[@".tag"] = @"explicitly_unlimited"; + } else if ([valueObj isImplicitlyLimited]) { + jsonDict[@".tag"] = @"implicitly_limited"; } else if ([valueObj isOther]) { jsonDict[@".tag"] = @"other"; } else { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGExtendedVersionHistoryPolicy *)deserialize:(NSDictionary *)valueDict { NSString *tag = valueDict[@".tag"]; - if ([tag isEqualToString:@"limited"]) { - return [[DBTEAMLOGExtendedVersionHistoryPolicy alloc] initWithLimited]; - } else if ([tag isEqualToString:@"unlimited"]) { - return [[DBTEAMLOGExtendedVersionHistoryPolicy alloc] initWithUnlimited]; + if ([tag isEqualToString:@"explicitly_limited"]) { + return [[DBTEAMLOGExtendedVersionHistoryPolicy alloc] initWithExplicitlyLimited]; + } else if ([tag isEqualToString:@"explicitly_unlimited"]) { + return [[DBTEAMLOGExtendedVersionHistoryPolicy alloc] initWithExplicitlyUnlimited]; + } else if ([tag isEqualToString:@"implicitly_limited"]) { + return [[DBTEAMLOGExtendedVersionHistoryPolicy alloc] initWithImplicitlyLimited]; } else if ([tag isEqualToString:@"other"]) { return [[DBTEAMLOGExtendedVersionHistoryPolicy alloc] initWithOther]; } else { @@ -25863,7 +26245,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFailureDetailsLogInfoSerializer serialize:instance]; } @@ -25891,10 +26273,10 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.userFriendlyMessage) { + if (self.userFriendlyMessage != nil) { result = prime * result + [self.userFriendlyMessage hash]; } - if (self.technicalErrorMessage) { + if (self.technicalErrorMessage != nil) { result = prime * result + [self.technicalErrorMessage hash]; } @@ -25946,7 +26328,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGFailureDetailsLogInfo *)valueObj { jsonDict[@"technical_error_message"] = valueObj.technicalErrorMessage; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFailureDetailsLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -25969,23 +26351,24 @@ @implementation DBTEAMLOGFileAddCommentDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex commentText:(NSString *)commentText { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex commentText:(NSString *)commentText { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _commentText = commentText; } return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex { - return [self initWithTargetIndex:targetIndex commentText:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex { + return [self initWithTargetAssetIndex:targetAssetIndex commentText:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileAddCommentDetailsSerializer serialize:instance]; } @@ -26013,8 +26396,8 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; - if (self.commentText) { + result = prime * result + [self.targetAssetIndex hash]; + if (self.commentText != nil) { result = prime * result + [self.commentText hash]; } @@ -26037,7 +26420,7 @@ - (BOOL)isEqualToFileAddCommentDetails:(DBTEAMLOGFileAddCommentDetails *)aFileAd if (self == aFileAddCommentDetails) { return YES; } - if (![self.targetIndex isEqual:aFileAddCommentDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aFileAddCommentDetails.targetAssetIndex]) { return NO; } if (self.commentText) { @@ -26057,19 +26440,19 @@ @implementation DBTEAMLOGFileAddCommentDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGFileAddCommentDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; if (valueObj.commentText) { jsonDict[@"comment_text"] = valueObj.commentText; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileAddCommentDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *commentText = valueDict[@"comment_text"] ?: nil; - return [[DBTEAMLOGFileAddCommentDetails alloc] initWithTargetIndex:targetIndex commentText:commentText]; + return [[DBTEAMLOGFileAddCommentDetails alloc] initWithTargetAssetIndex:targetAssetIndex commentText:commentText]; } @end @@ -26094,7 +26477,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileAddDetailsSerializer serialize:instance]; } @@ -26154,7 +26537,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGFileAddDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileAddDetails *)deserialize:(NSDictionary *)valueDict { @@ -26165,6 +26548,315 @@ + (DBTEAMLOGFileAddDetails *)deserialize:(NSDictionary *)valueDict { @end +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMLOGFileChangeCommentSubscriptionDetails.h" +#import "DBTEAMLOGFileCommentNotificationPolicy.h" + +#pragma mark - API Object + +@implementation DBTEAMLOGFileChangeCommentSubscriptionDetails + +#pragma mark - Constructors + +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + dNewValue:(DBTEAMLOGFileCommentNotificationPolicy *)dNewValue + previousValue:(DBTEAMLOGFileCommentNotificationPolicy *)previousValue { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + [DBStoneValidators nonnullValidator:nil](dNewValue); + + self = [super init]; + if (self) { + _targetAssetIndex = targetAssetIndex; + _dNewValue = dNewValue; + _previousValue = previousValue; + } + return self; +} + +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + dNewValue:(DBTEAMLOGFileCommentNotificationPolicy *)dNewValue { + return [self initWithTargetAssetIndex:targetAssetIndex dNewValue:dNewValue previousValue:nil]; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGFileChangeCommentSubscriptionDetailsSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMLOGFileChangeCommentSubscriptionDetailsSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMLOGFileChangeCommentSubscriptionDetailsSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.targetAssetIndex hash]; + result = prime * result + [self.dNewValue hash]; + if (self.previousValue != nil) { + result = prime * result + [self.previousValue hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToFileChangeCommentSubscriptionDetails:other]; +} + +- (BOOL)isEqualToFileChangeCommentSubscriptionDetails: + (DBTEAMLOGFileChangeCommentSubscriptionDetails *)aFileChangeCommentSubscriptionDetails { + if (self == aFileChangeCommentSubscriptionDetails) { + return YES; + } + if (![self.targetAssetIndex isEqual:aFileChangeCommentSubscriptionDetails.targetAssetIndex]) { + return NO; + } + if (![self.dNewValue isEqual:aFileChangeCommentSubscriptionDetails.dNewValue]) { + return NO; + } + if (self.previousValue) { + if (![self.previousValue isEqual:aFileChangeCommentSubscriptionDetails.previousValue]) { + return NO; + } + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMLOGFileChangeCommentSubscriptionDetailsSerializer + ++ (NSDictionary *)serialize:(DBTEAMLOGFileChangeCommentSubscriptionDetails *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; + jsonDict[@"new_value"] = [DBTEAMLOGFileCommentNotificationPolicySerializer serialize:valueObj.dNewValue]; + if (valueObj.previousValue) { + jsonDict[@"previous_value"] = [DBTEAMLOGFileCommentNotificationPolicySerializer serialize:valueObj.previousValue]; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMLOGFileChangeCommentSubscriptionDetails *)deserialize:(NSDictionary *)valueDict { + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; + DBTEAMLOGFileCommentNotificationPolicy *dNewValue = + [DBTEAMLOGFileCommentNotificationPolicySerializer deserialize:valueDict[@"new_value"]]; + DBTEAMLOGFileCommentNotificationPolicy *previousValue = + valueDict[@"previous_value"] + ? [DBTEAMLOGFileCommentNotificationPolicySerializer deserialize:valueDict[@"previous_value"]] + : nil; + + return [[DBTEAMLOGFileChangeCommentSubscriptionDetails alloc] initWithTargetAssetIndex:targetAssetIndex + dNewValue:dNewValue + previousValue:previousValue]; +} + +@end + +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMLOGFileCommentNotificationPolicy.h" + +#pragma mark - API Object + +@implementation DBTEAMLOGFileCommentNotificationPolicy + +#pragma mark - Constructors + +- (instancetype)initWithDisabled { + self = [super init]; + if (self) { + _tag = DBTEAMLOGFileCommentNotificationPolicyDisabled; + } + return self; +} + +- (instancetype)initWithEnabled { + self = [super init]; + if (self) { + _tag = DBTEAMLOGFileCommentNotificationPolicyEnabled; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBTEAMLOGFileCommentNotificationPolicyOther; + } + return self; +} + +#pragma mark - Instance field accessors + +#pragma mark - Tag state methods + +- (BOOL)isDisabled { + return _tag == DBTEAMLOGFileCommentNotificationPolicyDisabled; +} + +- (BOOL)isEnabled { + return _tag == DBTEAMLOGFileCommentNotificationPolicyEnabled; +} + +- (BOOL)isOther { + return _tag == DBTEAMLOGFileCommentNotificationPolicyOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBTEAMLOGFileCommentNotificationPolicyDisabled: + return @"DBTEAMLOGFileCommentNotificationPolicyDisabled"; + case DBTEAMLOGFileCommentNotificationPolicyEnabled: + return @"DBTEAMLOGFileCommentNotificationPolicyEnabled"; + case DBTEAMLOGFileCommentNotificationPolicyOther: + return @"DBTEAMLOGFileCommentNotificationPolicyOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGFileCommentNotificationPolicySerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMLOGFileCommentNotificationPolicySerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMLOGFileCommentNotificationPolicySerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBTEAMLOGFileCommentNotificationPolicyDisabled: + result = prime * result + [[self tagName] hash]; + case DBTEAMLOGFileCommentNotificationPolicyEnabled: + result = prime * result + [[self tagName] hash]; + case DBTEAMLOGFileCommentNotificationPolicyOther: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToFileCommentNotificationPolicy:other]; +} + +- (BOOL)isEqualToFileCommentNotificationPolicy: + (DBTEAMLOGFileCommentNotificationPolicy *)aFileCommentNotificationPolicy { + if (self == aFileCommentNotificationPolicy) { + return YES; + } + if (self.tag != aFileCommentNotificationPolicy.tag) { + return NO; + } + switch (_tag) { + case DBTEAMLOGFileCommentNotificationPolicyDisabled: + return [[self tagName] isEqual:[aFileCommentNotificationPolicy tagName]]; + case DBTEAMLOGFileCommentNotificationPolicyEnabled: + return [[self tagName] isEqual:[aFileCommentNotificationPolicy tagName]]; + case DBTEAMLOGFileCommentNotificationPolicyOther: + return [[self tagName] isEqual:[aFileCommentNotificationPolicy tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMLOGFileCommentNotificationPolicySerializer + ++ (NSDictionary *)serialize:(DBTEAMLOGFileCommentNotificationPolicy *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isDisabled]) { + jsonDict[@".tag"] = @"disabled"; + } else if ([valueObj isEnabled]) { + jsonDict[@".tag"] = @"enabled"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMLOGFileCommentNotificationPolicy *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"disabled"]) { + return [[DBTEAMLOGFileCommentNotificationPolicy alloc] initWithDisabled]; + } else if ([tag isEqualToString:@"enabled"]) { + return [[DBTEAMLOGFileCommentNotificationPolicy alloc] initWithEnabled]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBTEAMLOGFileCommentNotificationPolicy alloc] initWithOther]; + } else { + return [[DBTEAMLOGFileCommentNotificationPolicy alloc] initWithOther]; + } +} + +@end + #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #import "DBTEAMLOGFileCommentsChangePolicyDetails.h" @@ -26178,6 +26870,7 @@ @implementation DBTEAMLOGFileCommentsChangePolicyDetails - (instancetype)initWithDNewValue:(DBTEAMLOGFileCommentsPolicy *)dNewValue previousValue:(DBTEAMLOGFileCommentsPolicy *)previousValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -26193,7 +26886,7 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGFileCommentsPolicy *)dNewValue { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileCommentsChangePolicyDetailsSerializer serialize:instance]; } @@ -26222,7 +26915,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -26271,7 +26964,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGFileCommentsChangePolicyDetails *)valueObj jsonDict[@"previous_value"] = [DBTEAMLOGFileCommentsPolicySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileCommentsChangePolicyDetails *)deserialize:(NSDictionary *)valueDict { @@ -26350,7 +27043,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileCommentsPolicySerializer serialize:instance]; } @@ -26439,7 +27132,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGFileCommentsPolicy *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileCommentsPolicy *)deserialize:(NSDictionary *)valueDict { @@ -26471,7 +27164,10 @@ @implementation DBTEAMLOGFileCopyDetails - (instancetype)initWithRelocateActionDetails: (NSArray *)relocateActionDetails { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](relocateActionDetails); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](relocateActionDetails); self = [super init]; if (self) { @@ -26482,7 +27178,7 @@ - (instancetype)initWithRelocateActionDetails: #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileCopyDetailsSerializer serialize:instance]; } @@ -26552,7 +27248,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGFileCopyDetails *)valueObj { return [DBTEAMLOGRelocateAssetReferencesLogInfoSerializer serialize:elem0]; }]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileCopyDetails *)deserialize:(NSDictionary *)valueDict { @@ -26567,6 +27263,122 @@ + (DBTEAMLOGFileCopyDetails *)deserialize:(NSDictionary *)valueDict { @end +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMLOGFileDeleteCommentDetails.h" + +#pragma mark - API Object + +@implementation DBTEAMLOGFileDeleteCommentDetails + +#pragma mark - Constructors + +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex commentText:(NSString *)commentText { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + + self = [super init]; + if (self) { + _targetAssetIndex = targetAssetIndex; + _commentText = commentText; + } + return self; +} + +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex { + return [self initWithTargetAssetIndex:targetAssetIndex commentText:nil]; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGFileDeleteCommentDetailsSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMLOGFileDeleteCommentDetailsSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMLOGFileDeleteCommentDetailsSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.targetAssetIndex hash]; + if (self.commentText != nil) { + result = prime * result + [self.commentText hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToFileDeleteCommentDetails:other]; +} + +- (BOOL)isEqualToFileDeleteCommentDetails:(DBTEAMLOGFileDeleteCommentDetails *)aFileDeleteCommentDetails { + if (self == aFileDeleteCommentDetails) { + return YES; + } + if (![self.targetAssetIndex isEqual:aFileDeleteCommentDetails.targetAssetIndex]) { + return NO; + } + if (self.commentText) { + if (![self.commentText isEqual:aFileDeleteCommentDetails.commentText]) { + return NO; + } + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMLOGFileDeleteCommentDetailsSerializer + ++ (NSDictionary *)serialize:(DBTEAMLOGFileDeleteCommentDetails *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; + if (valueObj.commentText) { + jsonDict[@"comment_text"] = valueObj.commentText; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMLOGFileDeleteCommentDetails *)deserialize:(NSDictionary *)valueDict { + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; + NSString *commentText = valueDict[@"comment_text"] ?: nil; + + return [[DBTEAMLOGFileDeleteCommentDetails alloc] initWithTargetAssetIndex:targetAssetIndex commentText:commentText]; +} + +@end + #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #import "DBTEAMLOGFileDeleteDetails.h" @@ -26587,7 +27399,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileDeleteDetailsSerializer serialize:instance]; } @@ -26647,7 +27459,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGFileDeleteDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileDeleteDetails *)deserialize:(NSDictionary *)valueDict { @@ -26678,7 +27490,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileDownloadDetailsSerializer serialize:instance]; } @@ -26738,7 +27550,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGFileDownloadDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileDownloadDetails *)deserialize:(NSDictionary *)valueDict { @@ -26769,7 +27581,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileEditDetailsSerializer serialize:instance]; } @@ -26829,7 +27641,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGFileEditDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileEditDetails *)deserialize:(NSDictionary *)valueDict { @@ -26860,7 +27672,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileGetCopyReferenceDetailsSerializer serialize:instance]; } @@ -26920,7 +27732,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGFileGetCopyReferenceDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileGetCopyReferenceDetails *)deserialize:(NSDictionary *)valueDict { @@ -26941,23 +27753,24 @@ @implementation DBTEAMLOGFileLikeCommentDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex commentText:(NSString *)commentText { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex commentText:(NSString *)commentText { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _commentText = commentText; } return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex { - return [self initWithTargetIndex:targetIndex commentText:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex { + return [self initWithTargetAssetIndex:targetAssetIndex commentText:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileLikeCommentDetailsSerializer serialize:instance]; } @@ -26985,8 +27798,8 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; - if (self.commentText) { + result = prime * result + [self.targetAssetIndex hash]; + if (self.commentText != nil) { result = prime * result + [self.commentText hash]; } @@ -27009,7 +27822,7 @@ - (BOOL)isEqualToFileLikeCommentDetails:(DBTEAMLOGFileLikeCommentDetails *)aFile if (self == aFileLikeCommentDetails) { return YES; } - if (![self.targetIndex isEqual:aFileLikeCommentDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aFileLikeCommentDetails.targetAssetIndex]) { return NO; } if (self.commentText) { @@ -27029,19 +27842,19 @@ @implementation DBTEAMLOGFileLikeCommentDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGFileLikeCommentDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; if (valueObj.commentText) { jsonDict[@"comment_text"] = valueObj.commentText; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileLikeCommentDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *commentText = valueDict[@"comment_text"] ?: nil; - return [[DBTEAMLOGFileLikeCommentDetails alloc] initWithTargetIndex:targetIndex commentText:commentText]; + return [[DBTEAMLOGFileLikeCommentDetails alloc] initWithTargetAssetIndex:targetAssetIndex commentText:commentText]; } @end @@ -27060,6 +27873,7 @@ @implementation DBTEAMLOGFileOrFolderLogInfo - (instancetype)initWithPath:(DBTEAMLOGPathLogInfo *)path displayName:(NSString *)displayName fileId:(NSString *)fileId { + [DBStoneValidators nonnullValidator:nil](path); self = [super init]; if (self) { @@ -27076,7 +27890,7 @@ - (instancetype)initWithPath:(DBTEAMLOGPathLogInfo *)path { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileOrFolderLogInfoSerializer serialize:instance]; } @@ -27105,10 +27919,10 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.path hash]; - if (self.displayName) { + if (self.displayName != nil) { result = prime * result + [self.displayName hash]; } - if (self.fileId) { + if (self.fileId != nil) { result = prime * result + [self.fileId hash]; } @@ -27164,7 +27978,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGFileOrFolderLogInfo *)valueObj { jsonDict[@"file_id"] = valueObj.fileId; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileOrFolderLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -27192,6 +28006,7 @@ @implementation DBTEAMLOGFileLogInfo - (instancetype)initWithPath:(DBTEAMLOGPathLogInfo *)path displayName:(NSString *)displayName fileId:(NSString *)fileId { + [DBStoneValidators nonnullValidator:nil](path); self = [super initWithPath:path displayName:displayName fileId:fileId]; if (self) { @@ -27205,7 +28020,7 @@ - (instancetype)initWithPath:(DBTEAMLOGPathLogInfo *)path { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileLogInfoSerializer serialize:instance]; } @@ -27234,10 +28049,10 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.path hash]; - if (self.displayName) { + if (self.displayName != nil) { result = prime * result + [self.displayName hash]; } - if (self.fileId) { + if (self.fileId != nil) { result = prime * result + [self.fileId hash]; } @@ -27293,7 +28108,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGFileLogInfo *)valueObj { jsonDict[@"file_id"] = valueObj.fileId; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -27319,7 +28134,10 @@ @implementation DBTEAMLOGFileMoveDetails - (instancetype)initWithRelocateActionDetails: (NSArray *)relocateActionDetails { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](relocateActionDetails); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](relocateActionDetails); self = [super init]; if (self) { @@ -27330,7 +28148,7 @@ - (instancetype)initWithRelocateActionDetails: #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileMoveDetailsSerializer serialize:instance]; } @@ -27400,7 +28218,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGFileMoveDetails *)valueObj { return [DBTEAMLOGRelocateAssetReferencesLogInfoSerializer serialize:elem0]; }]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileMoveDetails *)deserialize:(NSDictionary *)valueDict { @@ -27435,7 +28253,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFilePermanentlyDeleteDetailsSerializer serialize:instance]; } @@ -27495,7 +28313,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGFilePermanentlyDeleteDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFilePermanentlyDeleteDetails *)deserialize:(NSDictionary *)valueDict { @@ -27526,7 +28344,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFilePreviewDetailsSerializer serialize:instance]; } @@ -27586,7 +28404,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGFilePreviewDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFilePreviewDetails *)deserialize:(NSDictionary *)valueDict { @@ -27610,7 +28428,10 @@ @implementation DBTEAMLOGFileRenameDetails - (instancetype)initWithRelocateActionDetails: (NSArray *)relocateActionDetails { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](relocateActionDetails); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](relocateActionDetails); self = [super init]; if (self) { @@ -27621,7 +28442,7 @@ - (instancetype)initWithRelocateActionDetails: #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileRenameDetailsSerializer serialize:instance]; } @@ -27691,7 +28512,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGFileRenameDetails *)valueObj { return [DBTEAMLOGRelocateAssetReferencesLogInfoSerializer serialize:elem0]; }]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileRenameDetails *)deserialize:(NSDictionary *)valueDict { @@ -27725,9 +28546,13 @@ - (instancetype)initWithRequestTitle:(NSString *)requestTitle { return self; } +- (instancetype)initDefault { + return [self initWithRequestTitle:nil]; +} + #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileRequestAddDeadlineDetailsSerializer serialize:instance]; } @@ -27755,7 +28580,9 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.requestTitle hash]; + if (self.requestTitle != nil) { + result = prime * result + [self.requestTitle hash]; + } return prime * result; } @@ -27777,8 +28604,10 @@ - (BOOL)isEqualToFileRequestAddDeadlineDetails: if (self == aFileRequestAddDeadlineDetails) { return YES; } - if (![self.requestTitle isEqual:aFileRequestAddDeadlineDetails.requestTitle]) { - return NO; + if (self.requestTitle) { + if (![self.requestTitle isEqual:aFileRequestAddDeadlineDetails.requestTitle]) { + return NO; + } } return YES; } @@ -27792,13 +28621,15 @@ @implementation DBTEAMLOGFileRequestAddDeadlineDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGFileRequestAddDeadlineDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"request_title"] = valueObj.requestTitle; + if (valueObj.requestTitle) { + jsonDict[@"request_title"] = valueObj.requestTitle; + } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileRequestAddDeadlineDetails *)deserialize:(NSDictionary *)valueDict { - NSString *requestTitle = valueDict[@"request_title"]; + NSString *requestTitle = valueDict[@"request_title"] ?: nil; return [[DBTEAMLOGFileRequestAddDeadlineDetails alloc] initWithRequestTitle:requestTitle]; } @@ -27824,9 +28655,13 @@ - (instancetype)initWithRequestTitle:(NSString *)requestTitle { return self; } +- (instancetype)initDefault { + return [self initWithRequestTitle:nil]; +} + #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileRequestChangeFolderDetailsSerializer serialize:instance]; } @@ -27854,7 +28689,9 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.requestTitle hash]; + if (self.requestTitle != nil) { + result = prime * result + [self.requestTitle hash]; + } return prime * result; } @@ -27876,8 +28713,10 @@ - (BOOL)isEqualToFileRequestChangeFolderDetails: if (self == aFileRequestChangeFolderDetails) { return YES; } - if (![self.requestTitle isEqual:aFileRequestChangeFolderDetails.requestTitle]) { - return NO; + if (self.requestTitle) { + if (![self.requestTitle isEqual:aFileRequestChangeFolderDetails.requestTitle]) { + return NO; + } } return YES; } @@ -27891,13 +28730,15 @@ @implementation DBTEAMLOGFileRequestChangeFolderDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGFileRequestChangeFolderDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"request_title"] = valueObj.requestTitle; + if (valueObj.requestTitle) { + jsonDict[@"request_title"] = valueObj.requestTitle; + } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileRequestChangeFolderDetails *)deserialize:(NSDictionary *)valueDict { - NSString *requestTitle = valueDict[@"request_title"]; + NSString *requestTitle = valueDict[@"request_title"] ?: nil; return [[DBTEAMLOGFileRequestChangeFolderDetails alloc] initWithRequestTitle:requestTitle]; } @@ -27923,9 +28764,13 @@ - (instancetype)initWithRequestTitle:(NSString *)requestTitle { return self; } +- (instancetype)initDefault { + return [self initWithRequestTitle:nil]; +} + #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileRequestChangeTitleDetailsSerializer serialize:instance]; } @@ -27953,7 +28798,9 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.requestTitle hash]; + if (self.requestTitle != nil) { + result = prime * result + [self.requestTitle hash]; + } return prime * result; } @@ -27975,8 +28822,10 @@ - (BOOL)isEqualToFileRequestChangeTitleDetails: if (self == aFileRequestChangeTitleDetails) { return YES; } - if (![self.requestTitle isEqual:aFileRequestChangeTitleDetails.requestTitle]) { - return NO; + if (self.requestTitle) { + if (![self.requestTitle isEqual:aFileRequestChangeTitleDetails.requestTitle]) { + return NO; + } } return YES; } @@ -27990,13 +28839,15 @@ @implementation DBTEAMLOGFileRequestChangeTitleDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGFileRequestChangeTitleDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"request_title"] = valueObj.requestTitle; + if (valueObj.requestTitle) { + jsonDict[@"request_title"] = valueObj.requestTitle; + } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileRequestChangeTitleDetails *)deserialize:(NSDictionary *)valueDict { - NSString *requestTitle = valueDict[@"request_title"]; + NSString *requestTitle = valueDict[@"request_title"] ?: nil; return [[DBTEAMLOGFileRequestChangeTitleDetails alloc] initWithRequestTitle:requestTitle]; } @@ -28022,9 +28873,13 @@ - (instancetype)initWithRequestTitle:(NSString *)requestTitle { return self; } +- (instancetype)initDefault { + return [self initWithRequestTitle:nil]; +} + #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileRequestCloseDetailsSerializer serialize:instance]; } @@ -28052,7 +28907,9 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.requestTitle hash]; + if (self.requestTitle != nil) { + result = prime * result + [self.requestTitle hash]; + } return prime * result; } @@ -28073,8 +28930,10 @@ - (BOOL)isEqualToFileRequestCloseDetails:(DBTEAMLOGFileRequestCloseDetails *)aFi if (self == aFileRequestCloseDetails) { return YES; } - if (![self.requestTitle isEqual:aFileRequestCloseDetails.requestTitle]) { - return NO; + if (self.requestTitle) { + if (![self.requestTitle isEqual:aFileRequestCloseDetails.requestTitle]) { + return NO; + } } return YES; } @@ -28088,13 +28947,15 @@ @implementation DBTEAMLOGFileRequestCloseDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGFileRequestCloseDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"request_title"] = valueObj.requestTitle; + if (valueObj.requestTitle) { + jsonDict[@"request_title"] = valueObj.requestTitle; + } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileRequestCloseDetails *)deserialize:(NSDictionary *)valueDict { - NSString *requestTitle = valueDict[@"request_title"]; + NSString *requestTitle = valueDict[@"request_title"] ?: nil; return [[DBTEAMLOGFileRequestCloseDetails alloc] initWithRequestTitle:requestTitle]; } @@ -28120,9 +28981,13 @@ - (instancetype)initWithRequestTitle:(NSString *)requestTitle { return self; } +- (instancetype)initDefault { + return [self initWithRequestTitle:nil]; +} + #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileRequestCreateDetailsSerializer serialize:instance]; } @@ -28150,7 +29015,9 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.requestTitle hash]; + if (self.requestTitle != nil) { + result = prime * result + [self.requestTitle hash]; + } return prime * result; } @@ -28171,8 +29038,10 @@ - (BOOL)isEqualToFileRequestCreateDetails:(DBTEAMLOGFileRequestCreateDetails *)a if (self == aFileRequestCreateDetails) { return YES; } - if (![self.requestTitle isEqual:aFileRequestCreateDetails.requestTitle]) { - return NO; + if (self.requestTitle) { + if (![self.requestTitle isEqual:aFileRequestCreateDetails.requestTitle]) { + return NO; + } } return YES; } @@ -28186,13 +29055,15 @@ @implementation DBTEAMLOGFileRequestCreateDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGFileRequestCreateDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"request_title"] = valueObj.requestTitle; + if (valueObj.requestTitle) { + jsonDict[@"request_title"] = valueObj.requestTitle; + } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileRequestCreateDetails *)deserialize:(NSDictionary *)valueDict { - NSString *requestTitle = valueDict[@"request_title"]; + NSString *requestTitle = valueDict[@"request_title"] ?: nil; return [[DBTEAMLOGFileRequestCreateDetails alloc] initWithRequestTitle:requestTitle]; } @@ -28209,9 +29080,12 @@ @implementation DBTEAMLOGFileRequestReceiveFileDetails #pragma mark - Constructors -- (instancetype)initWithRequestTitle:(NSString *)requestTitle - submittedFileNames:(NSArray *)submittedFileNames { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](submittedFileNames); +- (instancetype)initWithSubmittedFileNames:(NSArray *)submittedFileNames + requestTitle:(NSString *)requestTitle { + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](submittedFileNames); self = [super init]; if (self) { @@ -28221,9 +29095,13 @@ - (instancetype)initWithRequestTitle:(NSString *)requestTitle return self; } +- (instancetype)initWithSubmittedFileNames:(NSArray *)submittedFileNames { + return [self initWithSubmittedFileNames:submittedFileNames requestTitle:nil]; +} + #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileRequestReceiveFileDetailsSerializer serialize:instance]; } @@ -28251,8 +29129,10 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.requestTitle hash]; result = prime * result + [self.submittedFileNames hash]; + if (self.requestTitle != nil) { + result = prime * result + [self.requestTitle hash]; + } return prime * result; } @@ -28274,12 +29154,14 @@ - (BOOL)isEqualToFileRequestReceiveFileDetails: if (self == aFileRequestReceiveFileDetails) { return YES; } - if (![self.requestTitle isEqual:aFileRequestReceiveFileDetails.requestTitle]) { - return NO; - } if (![self.submittedFileNames isEqual:aFileRequestReceiveFileDetails.submittedFileNames]) { return NO; } + if (self.requestTitle) { + if (![self.requestTitle isEqual:aFileRequestReceiveFileDetails.requestTitle]) { + return NO; + } + } return YES; } @@ -28292,24 +29174,26 @@ @implementation DBTEAMLOGFileRequestReceiveFileDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGFileRequestReceiveFileDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"request_title"] = valueObj.requestTitle; jsonDict[@"submitted_file_names"] = [DBArraySerializer serialize:valueObj.submittedFileNames withBlock:^id(id elem0) { return elem0; }]; + if (valueObj.requestTitle) { + jsonDict[@"request_title"] = valueObj.requestTitle; + } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileRequestReceiveFileDetails *)deserialize:(NSDictionary *)valueDict { - NSString *requestTitle = valueDict[@"request_title"]; NSArray *submittedFileNames = [DBArraySerializer deserialize:valueDict[@"submitted_file_names"] withBlock:^id(id elem0) { return elem0; }]; + NSString *requestTitle = valueDict[@"request_title"] ?: nil; - return [[DBTEAMLOGFileRequestReceiveFileDetails alloc] initWithRequestTitle:requestTitle - submittedFileNames:submittedFileNames]; + return [[DBTEAMLOGFileRequestReceiveFileDetails alloc] initWithSubmittedFileNames:submittedFileNames + requestTitle:requestTitle]; } @end @@ -28333,9 +29217,13 @@ - (instancetype)initWithRequestTitle:(NSString *)requestTitle { return self; } +- (instancetype)initDefault { + return [self initWithRequestTitle:nil]; +} + #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileRequestRemoveDeadlineDetailsSerializer serialize:instance]; } @@ -28363,7 +29251,9 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.requestTitle hash]; + if (self.requestTitle != nil) { + result = prime * result + [self.requestTitle hash]; + } return prime * result; } @@ -28385,8 +29275,10 @@ - (BOOL)isEqualToFileRequestRemoveDeadlineDetails: if (self == aFileRequestRemoveDeadlineDetails) { return YES; } - if (![self.requestTitle isEqual:aFileRequestRemoveDeadlineDetails.requestTitle]) { - return NO; + if (self.requestTitle) { + if (![self.requestTitle isEqual:aFileRequestRemoveDeadlineDetails.requestTitle]) { + return NO; + } } return YES; } @@ -28400,13 +29292,15 @@ @implementation DBTEAMLOGFileRequestRemoveDeadlineDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGFileRequestRemoveDeadlineDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"request_title"] = valueObj.requestTitle; + if (valueObj.requestTitle) { + jsonDict[@"request_title"] = valueObj.requestTitle; + } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileRequestRemoveDeadlineDetails *)deserialize:(NSDictionary *)valueDict { - NSString *requestTitle = valueDict[@"request_title"]; + NSString *requestTitle = valueDict[@"request_title"] ?: nil; return [[DBTEAMLOGFileRequestRemoveDeadlineDetails alloc] initWithRequestTitle:requestTitle]; } @@ -28432,9 +29326,13 @@ - (instancetype)initWithRequestTitle:(NSString *)requestTitle { return self; } +- (instancetype)initDefault { + return [self initWithRequestTitle:nil]; +} + #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileRequestSendDetailsSerializer serialize:instance]; } @@ -28462,7 +29360,9 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.requestTitle hash]; + if (self.requestTitle != nil) { + result = prime * result + [self.requestTitle hash]; + } return prime * result; } @@ -28483,8 +29383,10 @@ - (BOOL)isEqualToFileRequestSendDetails:(DBTEAMLOGFileRequestSendDetails *)aFile if (self == aFileRequestSendDetails) { return YES; } - if (![self.requestTitle isEqual:aFileRequestSendDetails.requestTitle]) { - return NO; + if (self.requestTitle) { + if (![self.requestTitle isEqual:aFileRequestSendDetails.requestTitle]) { + return NO; + } } return YES; } @@ -28498,13 +29400,15 @@ @implementation DBTEAMLOGFileRequestSendDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGFileRequestSendDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"request_title"] = valueObj.requestTitle; + if (valueObj.requestTitle) { + jsonDict[@"request_title"] = valueObj.requestTitle; + } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileRequestSendDetails *)deserialize:(NSDictionary *)valueDict { - NSString *requestTitle = valueDict[@"request_title"]; + NSString *requestTitle = valueDict[@"request_title"] ?: nil; return [[DBTEAMLOGFileRequestSendDetails alloc] initWithRequestTitle:requestTitle]; } @@ -28524,6 +29428,7 @@ @implementation DBTEAMLOGFileRequestsChangePolicyDetails - (instancetype)initWithDNewValue:(DBTEAMLOGFileRequestsPolicy *)dNewValue previousValue:(DBTEAMLOGFileRequestsPolicy *)previousValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -28539,7 +29444,7 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGFileRequestsPolicy *)dNewValue { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileRequestsChangePolicyDetailsSerializer serialize:instance]; } @@ -28568,7 +29473,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -28617,7 +29522,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGFileRequestsChangePolicyDetails *)valueObj jsonDict[@"previous_value"] = [DBTEAMLOGFileRequestsPolicySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileRequestsChangePolicyDetails *)deserialize:(NSDictionary *)valueDict { @@ -28651,7 +29556,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileRequestsEmailsEnabledDetailsSerializer serialize:instance]; } @@ -28712,7 +29617,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGFileRequestsEmailsEnabledDetails *)valueOb #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileRequestsEmailsEnabledDetails *)deserialize:(NSDictionary *)valueDict { @@ -28743,7 +29648,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetailsSerializer serialize:instance]; } @@ -28804,7 +29709,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDeta #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails *)deserialize:(NSDictionary *)valueDict { @@ -28880,7 +29785,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileRequestsPolicySerializer serialize:instance]; } @@ -28969,7 +29874,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGFileRequestsPolicy *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileRequestsPolicy *)deserialize:(NSDictionary *)valueDict { @@ -28988,6 +29893,122 @@ + (DBTEAMLOGFileRequestsPolicy *)deserialize:(NSDictionary *)valueDict { @end +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMLOGFileResolveCommentDetails.h" + +#pragma mark - API Object + +@implementation DBTEAMLOGFileResolveCommentDetails + +#pragma mark - Constructors + +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex commentText:(NSString *)commentText { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + + self = [super init]; + if (self) { + _targetAssetIndex = targetAssetIndex; + _commentText = commentText; + } + return self; +} + +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex { + return [self initWithTargetAssetIndex:targetAssetIndex commentText:nil]; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGFileResolveCommentDetailsSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMLOGFileResolveCommentDetailsSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMLOGFileResolveCommentDetailsSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.targetAssetIndex hash]; + if (self.commentText != nil) { + result = prime * result + [self.commentText hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToFileResolveCommentDetails:other]; +} + +- (BOOL)isEqualToFileResolveCommentDetails:(DBTEAMLOGFileResolveCommentDetails *)aFileResolveCommentDetails { + if (self == aFileResolveCommentDetails) { + return YES; + } + if (![self.targetAssetIndex isEqual:aFileResolveCommentDetails.targetAssetIndex]) { + return NO; + } + if (self.commentText) { + if (![self.commentText isEqual:aFileResolveCommentDetails.commentText]) { + return NO; + } + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMLOGFileResolveCommentDetailsSerializer + ++ (NSDictionary *)serialize:(DBTEAMLOGFileResolveCommentDetails *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; + if (valueObj.commentText) { + jsonDict[@"comment_text"] = valueObj.commentText; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMLOGFileResolveCommentDetails *)deserialize:(NSDictionary *)valueDict { + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; + NSString *commentText = valueDict[@"comment_text"] ?: nil; + + return [[DBTEAMLOGFileResolveCommentDetails alloc] initWithTargetAssetIndex:targetAssetIndex commentText:commentText]; +} + +@end + #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #import "DBTEAMLOGFileRestoreDetails.h" @@ -29008,7 +30029,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileRestoreDetailsSerializer serialize:instance]; } @@ -29068,7 +30089,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGFileRestoreDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileRestoreDetails *)deserialize:(NSDictionary *)valueDict { @@ -29099,7 +30120,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileRevertDetailsSerializer serialize:instance]; } @@ -29159,7 +30180,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGFileRevertDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileRevertDetails *)deserialize:(NSDictionary *)valueDict { @@ -29190,7 +30211,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileRollbackChangesDetailsSerializer serialize:instance]; } @@ -29250,7 +30271,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGFileRollbackChangesDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileRollbackChangesDetails *)deserialize:(NSDictionary *)valueDict { @@ -29274,7 +30295,10 @@ @implementation DBTEAMLOGFileSaveCopyReferenceDetails - (instancetype)initWithRelocateActionDetails: (NSArray *)relocateActionDetails { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](relocateActionDetails); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](relocateActionDetails); self = [super init]; if (self) { @@ -29285,7 +30309,7 @@ - (instancetype)initWithRelocateActionDetails: #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileSaveCopyReferenceDetailsSerializer serialize:instance]; } @@ -29355,7 +30379,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGFileSaveCopyReferenceDetails *)valueObj { return [DBTEAMLOGRelocateAssetReferencesLogInfoSerializer serialize:elem0]; }]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileSaveCopyReferenceDetails *)deserialize:(NSDictionary *)valueDict { @@ -29380,23 +30404,24 @@ @implementation DBTEAMLOGFileUnlikeCommentDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex commentText:(NSString *)commentText { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex commentText:(NSString *)commentText { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _commentText = commentText; } return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex { - return [self initWithTargetIndex:targetIndex commentText:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex { + return [self initWithTargetAssetIndex:targetAssetIndex commentText:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFileUnlikeCommentDetailsSerializer serialize:instance]; } @@ -29424,8 +30449,8 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; - if (self.commentText) { + result = prime * result + [self.targetAssetIndex hash]; + if (self.commentText != nil) { result = prime * result + [self.commentText hash]; } @@ -29448,7 +30473,7 @@ - (BOOL)isEqualToFileUnlikeCommentDetails:(DBTEAMLOGFileUnlikeCommentDetails *)a if (self == aFileUnlikeCommentDetails) { return YES; } - if (![self.targetIndex isEqual:aFileUnlikeCommentDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aFileUnlikeCommentDetails.targetAssetIndex]) { return NO; } if (self.commentText) { @@ -29468,19 +30493,136 @@ @implementation DBTEAMLOGFileUnlikeCommentDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGFileUnlikeCommentDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; if (valueObj.commentText) { jsonDict[@"comment_text"] = valueObj.commentText; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFileUnlikeCommentDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; + NSString *commentText = valueDict[@"comment_text"] ?: nil; + + return [[DBTEAMLOGFileUnlikeCommentDetails alloc] initWithTargetAssetIndex:targetAssetIndex commentText:commentText]; +} + +@end + +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMLOGFileUnresolveCommentDetails.h" + +#pragma mark - API Object + +@implementation DBTEAMLOGFileUnresolveCommentDetails + +#pragma mark - Constructors + +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex commentText:(NSString *)commentText { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + + self = [super init]; + if (self) { + _targetAssetIndex = targetAssetIndex; + _commentText = commentText; + } + return self; +} + +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex { + return [self initWithTargetAssetIndex:targetAssetIndex commentText:nil]; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGFileUnresolveCommentDetailsSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMLOGFileUnresolveCommentDetailsSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMLOGFileUnresolveCommentDetailsSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.targetAssetIndex hash]; + if (self.commentText != nil) { + result = prime * result + [self.commentText hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToFileUnresolveCommentDetails:other]; +} + +- (BOOL)isEqualToFileUnresolveCommentDetails:(DBTEAMLOGFileUnresolveCommentDetails *)aFileUnresolveCommentDetails { + if (self == aFileUnresolveCommentDetails) { + return YES; + } + if (![self.targetAssetIndex isEqual:aFileUnresolveCommentDetails.targetAssetIndex]) { + return NO; + } + if (self.commentText) { + if (![self.commentText isEqual:aFileUnresolveCommentDetails.commentText]) { + return NO; + } + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMLOGFileUnresolveCommentDetailsSerializer + ++ (NSDictionary *)serialize:(DBTEAMLOGFileUnresolveCommentDetails *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; + if (valueObj.commentText) { + jsonDict[@"comment_text"] = valueObj.commentText; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMLOGFileUnresolveCommentDetails *)deserialize:(NSDictionary *)valueDict { + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *commentText = valueDict[@"comment_text"] ?: nil; - return [[DBTEAMLOGFileUnlikeCommentDetails alloc] initWithTargetIndex:targetIndex commentText:commentText]; + return + [[DBTEAMLOGFileUnresolveCommentDetails alloc] initWithTargetAssetIndex:targetAssetIndex commentText:commentText]; } @end @@ -29500,6 +30642,7 @@ @implementation DBTEAMLOGFolderLogInfo - (instancetype)initWithPath:(DBTEAMLOGPathLogInfo *)path displayName:(NSString *)displayName fileId:(NSString *)fileId { + [DBStoneValidators nonnullValidator:nil](path); self = [super initWithPath:path displayName:displayName fileId:fileId]; if (self) { @@ -29513,7 +30656,7 @@ - (instancetype)initWithPath:(DBTEAMLOGPathLogInfo *)path { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGFolderLogInfoSerializer serialize:instance]; } @@ -29542,10 +30685,10 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.path hash]; - if (self.displayName) { + if (self.displayName != nil) { result = prime * result + [self.displayName hash]; } - if (self.fileId) { + if (self.fileId != nil) { result = prime * result + [self.fileId hash]; } @@ -29601,7 +30744,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGFolderLogInfo *)valueObj { jsonDict[@"file_id"] = valueObj.fileId; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGFolderLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -29628,8 +30771,7 @@ - (instancetype)initWithIpAddress:(NSString *)ipAddress city:(NSString *)city region:(NSString *)region country:(NSString *)country { - [DBStoneValidators stringValidator:nil maxLength:nil - pattern:@"^\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}$"](ipAddress); + [DBStoneValidators nonnullValidator:nil](ipAddress); self = [super init]; if (self) { @@ -29647,7 +30789,7 @@ - (instancetype)initWithIpAddress:(NSString *)ipAddress { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGGeoLocationLogInfoSerializer serialize:instance]; } @@ -29676,13 +30818,13 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.ipAddress hash]; - if (self.city) { + if (self.city != nil) { result = prime * result + [self.city hash]; } - if (self.region) { + if (self.region != nil) { result = prime * result + [self.region hash]; } - if (self.country) { + if (self.country != nil) { result = prime * result + [self.country hash]; } @@ -29746,7 +30888,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGGeoLocationLogInfo *)valueObj { jsonDict[@"country"] = valueObj.country; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGGeoLocationLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -29776,7 +30918,6 @@ - (instancetype)initWithLimit:(NSNumber *)limit accountId:(NSString *)accountId time:(DBTEAMCOMMONTimeRange *)time category:(DBTEAMLOGEventCategory *)category { - [DBStoneValidators numericValidator:@(1) maxValue:@(1000)](limit ?: @(1000)); [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:@(40) maxLength:@(40) pattern:nil]](accountId); @@ -29796,7 +30937,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGGetTeamEventsArgSerializer serialize:instance]; } @@ -29825,13 +30966,13 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.limit hash]; - if (self.accountId) { + if (self.accountId != nil) { result = prime * result + [self.accountId hash]; } - if (self.time) { + if (self.time != nil) { result = prime * result + [self.time hash]; } - if (self.category) { + if (self.category != nil) { result = prime * result + [self.category hash]; } @@ -29895,7 +31036,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGGetTeamEventsArg *)valueObj { jsonDict[@"category"] = [DBTEAMLOGEventCategorySerializer serialize:valueObj.category]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGGetTeamEventsArg *)deserialize:(NSDictionary *)valueDict { @@ -29922,6 +31063,7 @@ @implementation DBTEAMLOGGetTeamEventsContinueArg #pragma mark - Constructors - (instancetype)initWithCursor:(NSString *)cursor { + [DBStoneValidators nonnullValidator:nil](cursor); self = [super init]; if (self) { @@ -29932,7 +31074,7 @@ - (instancetype)initWithCursor:(NSString *)cursor { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGGetTeamEventsContinueArgSerializer serialize:instance]; } @@ -29998,7 +31140,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGGetTeamEventsContinueArg *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGGetTeamEventsContinueArg *)deserialize:(NSDictionary *)valueDict { @@ -30060,7 +31202,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGGetTeamEventsContinueErrorSerializer serialize:instance]; } @@ -30143,7 +31285,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGGetTeamEventsContinueError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGGetTeamEventsContinueError *)deserialize:(NSDictionary *)valueDict { @@ -30225,7 +31367,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGGetTeamEventsErrorSerializer serialize:instance]; } @@ -30314,7 +31456,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGGetTeamEventsError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGGetTeamEventsError *)deserialize:(NSDictionary *)valueDict { @@ -30347,7 +31489,12 @@ @implementation DBTEAMLOGGetTeamEventsResult - (instancetype)initWithEvents:(NSArray *)events cursor:(NSString *)cursor hasMore:(NSNumber *)hasMore { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](events); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](events); + [DBStoneValidators nonnullValidator:nil](cursor); + [DBStoneValidators nonnullValidator:nil](hasMore); self = [super init]; if (self) { @@ -30360,7 +31507,7 @@ - (instancetype)initWithEvents:(NSArray *)events #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGGetTeamEventsResultSerializer serialize:instance]; } @@ -30439,7 +31586,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGGetTeamEventsResult *)valueObj { jsonDict[@"cursor"] = valueObj.cursor; jsonDict[@"has_more"] = valueObj.hasMore; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGGetTeamEventsResult *)deserialize:(NSDictionary *)valueDict { @@ -30469,6 +31616,7 @@ @implementation DBTEAMLOGGoogleSsoChangePolicyDetails - (instancetype)initWithDNewValue:(DBTEAMLOGGoogleSsoPolicy *)dNewValue previousValue:(DBTEAMLOGGoogleSsoPolicy *)previousValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -30484,7 +31632,7 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGGoogleSsoPolicy *)dNewValue { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGGoogleSsoChangePolicyDetailsSerializer serialize:instance]; } @@ -30513,7 +31661,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -30561,7 +31709,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGGoogleSsoChangePolicyDetails *)valueObj { jsonDict[@"previous_value"] = [DBTEAMLOGGoogleSsoPolicySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGGoogleSsoChangePolicyDetails *)deserialize:(NSDictionary *)valueDict { @@ -30640,7 +31788,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGGoogleSsoPolicySerializer serialize:instance]; } @@ -30729,7 +31877,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGGoogleSsoPolicy *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGGoogleSsoPolicy *)deserialize:(NSDictionary *)valueDict { @@ -30759,6 +31907,7 @@ @implementation DBTEAMLOGGroupAddExternalIdDetails #pragma mark - Constructors - (instancetype)initWithDNewValue:(NSString *)dNewValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -30769,7 +31918,7 @@ - (instancetype)initWithDNewValue:(NSString *)dNewValue { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGGroupAddExternalIdDetailsSerializer serialize:instance]; } @@ -30835,7 +31984,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGGroupAddExternalIdDetails *)valueObj { jsonDict[@"new_value"] = valueObj.dNewValue; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGGroupAddExternalIdDetails *)deserialize:(NSDictionary *)valueDict { @@ -30857,6 +32006,7 @@ @implementation DBTEAMLOGGroupAddMemberDetails #pragma mark - Constructors - (instancetype)initWithIsGroupOwner:(NSNumber *)isGroupOwner { + [DBStoneValidators nonnullValidator:nil](isGroupOwner); self = [super init]; if (self) { @@ -30867,7 +32017,7 @@ - (instancetype)initWithIsGroupOwner:(NSNumber *)isGroupOwner { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGGroupAddMemberDetailsSerializer serialize:instance]; } @@ -30933,7 +32083,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGGroupAddMemberDetails *)valueObj { jsonDict[@"is_group_owner"] = valueObj.isGroupOwner; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGGroupAddMemberDetails *)deserialize:(NSDictionary *)valueDict { @@ -30955,6 +32105,8 @@ @implementation DBTEAMLOGGroupChangeExternalIdDetails #pragma mark - Constructors - (instancetype)initWithDNewValue:(NSString *)dNewValue previousValue:(NSString *)previousValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); + [DBStoneValidators nonnullValidator:nil](previousValue); self = [super init]; if (self) { @@ -30966,7 +32118,7 @@ - (instancetype)initWithDNewValue:(NSString *)dNewValue previousValue:(NSString #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGGroupChangeExternalIdDetailsSerializer serialize:instance]; } @@ -31037,7 +32189,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGGroupChangeExternalIdDetails *)valueObj { jsonDict[@"new_value"] = valueObj.dNewValue; jsonDict[@"previous_value"] = valueObj.previousValue; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGGroupChangeExternalIdDetails *)deserialize:(NSDictionary *)valueDict { @@ -31051,8 +32203,8 @@ + (DBTEAMLOGGroupChangeExternalIdDetails *)deserialize:(NSDictionary *)valueDict #import "DBStoneSerializers.h" #import "DBStoneValidators.h" +#import "DBTEAMCOMMONGroupManagementType.h" #import "DBTEAMLOGGroupChangeManagementTypeDetails.h" -#import "DBTEAMLOGGroupManagementType.h" #pragma mark - API Object @@ -31060,8 +32212,9 @@ @implementation DBTEAMLOGGroupChangeManagementTypeDetails #pragma mark - Constructors -- (instancetype)initWithDNewValue:(DBTEAMLOGGroupManagementType *)dNewValue - previousValue:(DBTEAMLOGGroupManagementType *)previousValue { +- (instancetype)initWithDNewValue:(DBTEAMCOMMONGroupManagementType *)dNewValue + previousValue:(DBTEAMCOMMONGroupManagementType *)previousValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -31071,13 +32224,13 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGGroupManagementType *)dNewValue return self; } -- (instancetype)initWithDNewValue:(DBTEAMLOGGroupManagementType *)dNewValue { +- (instancetype)initWithDNewValue:(DBTEAMCOMMONGroupManagementType *)dNewValue { return [self initWithDNewValue:dNewValue previousValue:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGGroupChangeManagementTypeDetailsSerializer serialize:instance]; } @@ -31106,7 +32259,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -31150,20 +32303,21 @@ @implementation DBTEAMLOGGroupChangeManagementTypeDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGGroupChangeManagementTypeDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"new_value"] = [DBTEAMLOGGroupManagementTypeSerializer serialize:valueObj.dNewValue]; + jsonDict[@"new_value"] = [DBTEAMCOMMONGroupManagementTypeSerializer serialize:valueObj.dNewValue]; if (valueObj.previousValue) { - jsonDict[@"previous_value"] = [DBTEAMLOGGroupManagementTypeSerializer serialize:valueObj.previousValue]; + jsonDict[@"previous_value"] = [DBTEAMCOMMONGroupManagementTypeSerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGGroupChangeManagementTypeDetails *)deserialize:(NSDictionary *)valueDict { - DBTEAMLOGGroupManagementType *dNewValue = - [DBTEAMLOGGroupManagementTypeSerializer deserialize:valueDict[@"new_value"]]; - DBTEAMLOGGroupManagementType *previousValue = - valueDict[@"previous_value"] ? [DBTEAMLOGGroupManagementTypeSerializer deserialize:valueDict[@"previous_value"]] - : nil; + DBTEAMCOMMONGroupManagementType *dNewValue = + [DBTEAMCOMMONGroupManagementTypeSerializer deserialize:valueDict[@"new_value"]]; + DBTEAMCOMMONGroupManagementType *previousValue = + valueDict[@"previous_value"] + ? [DBTEAMCOMMONGroupManagementTypeSerializer deserialize:valueDict[@"previous_value"]] + : nil; return [[DBTEAMLOGGroupChangeManagementTypeDetails alloc] initWithDNewValue:dNewValue previousValue:previousValue]; } @@ -31181,6 +32335,7 @@ @implementation DBTEAMLOGGroupChangeMemberRoleDetails #pragma mark - Constructors - (instancetype)initWithIsGroupOwner:(NSNumber *)isGroupOwner { + [DBStoneValidators nonnullValidator:nil](isGroupOwner); self = [super init]; if (self) { @@ -31191,7 +32346,7 @@ - (instancetype)initWithIsGroupOwner:(NSNumber *)isGroupOwner { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGGroupChangeMemberRoleDetailsSerializer serialize:instance]; } @@ -31257,7 +32412,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGGroupChangeMemberRoleDetails *)valueObj { jsonDict[@"is_group_owner"] = valueObj.isGroupOwner; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGGroupChangeMemberRoleDetails *)deserialize:(NSDictionary *)valueDict { @@ -31279,23 +32434,25 @@ @implementation DBTEAMLOGGroupCreateDetails #pragma mark - Constructors -- (instancetype)initWithJoinPolicy:(DBTEAMLOGGroupJoinPolicy *)joinPolicy isAdminManaged:(NSNumber *)isAdminManaged { +- (instancetype)initWithJoinPolicy:(DBTEAMLOGGroupJoinPolicy *)joinPolicy + isCompanyManaged:(NSNumber *)isCompanyManaged { + [DBStoneValidators nonnullValidator:nil](joinPolicy); self = [super init]; if (self) { - _isAdminManaged = isAdminManaged; + _isCompanyManaged = isCompanyManaged; _joinPolicy = joinPolicy; } return self; } - (instancetype)initWithJoinPolicy:(DBTEAMLOGGroupJoinPolicy *)joinPolicy { - return [self initWithJoinPolicy:joinPolicy isAdminManaged:nil]; + return [self initWithJoinPolicy:joinPolicy isCompanyManaged:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGGroupCreateDetailsSerializer serialize:instance]; } @@ -31324,8 +32481,8 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.joinPolicy hash]; - if (self.isAdminManaged) { - result = prime * result + [self.isAdminManaged hash]; + if (self.isCompanyManaged != nil) { + result = prime * result + [self.isCompanyManaged hash]; } return prime * result; @@ -31350,8 +32507,8 @@ - (BOOL)isEqualToGroupCreateDetails:(DBTEAMLOGGroupCreateDetails *)aGroupCreateD if (![self.joinPolicy isEqual:aGroupCreateDetails.joinPolicy]) { return NO; } - if (self.isAdminManaged) { - if (![self.isAdminManaged isEqual:aGroupCreateDetails.isAdminManaged]) { + if (self.isCompanyManaged) { + if (![self.isCompanyManaged isEqual:aGroupCreateDetails.isCompanyManaged]) { return NO; } } @@ -31368,18 +32525,18 @@ + (NSDictionary *)serialize:(DBTEAMLOGGroupCreateDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; jsonDict[@"join_policy"] = [DBTEAMLOGGroupJoinPolicySerializer serialize:valueObj.joinPolicy]; - if (valueObj.isAdminManaged) { - jsonDict[@"is_admin_managed"] = valueObj.isAdminManaged; + if (valueObj.isCompanyManaged) { + jsonDict[@"is_company_managed"] = valueObj.isCompanyManaged; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGGroupCreateDetails *)deserialize:(NSDictionary *)valueDict { DBTEAMLOGGroupJoinPolicy *joinPolicy = [DBTEAMLOGGroupJoinPolicySerializer deserialize:valueDict[@"join_policy"]]; - NSNumber *isAdminManaged = valueDict[@"is_admin_managed"] ?: nil; + NSNumber *isCompanyManaged = valueDict[@"is_company_managed"] ?: nil; - return [[DBTEAMLOGGroupCreateDetails alloc] initWithJoinPolicy:joinPolicy isAdminManaged:isAdminManaged]; + return [[DBTEAMLOGGroupCreateDetails alloc] initWithJoinPolicy:joinPolicy isCompanyManaged:isCompanyManaged]; } @end @@ -31394,22 +32551,22 @@ @implementation DBTEAMLOGGroupDeleteDetails #pragma mark - Constructors -- (instancetype)initWithIsAdminManaged:(NSNumber *)isAdminManaged { +- (instancetype)initWithIsCompanyManaged:(NSNumber *)isCompanyManaged { self = [super init]; if (self) { - _isAdminManaged = isAdminManaged; + _isCompanyManaged = isCompanyManaged; } return self; } - (instancetype)initDefault { - return [self initWithIsAdminManaged:nil]; + return [self initWithIsCompanyManaged:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGGroupDeleteDetailsSerializer serialize:instance]; } @@ -31437,8 +32594,8 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.isAdminManaged) { - result = prime * result + [self.isAdminManaged hash]; + if (self.isCompanyManaged != nil) { + result = prime * result + [self.isCompanyManaged hash]; } return prime * result; @@ -31460,8 +32617,8 @@ - (BOOL)isEqualToGroupDeleteDetails:(DBTEAMLOGGroupDeleteDetails *)aGroupDeleteD if (self == aGroupDeleteDetails) { return YES; } - if (self.isAdminManaged) { - if (![self.isAdminManaged isEqual:aGroupDeleteDetails.isAdminManaged]) { + if (self.isCompanyManaged) { + if (![self.isCompanyManaged isEqual:aGroupDeleteDetails.isCompanyManaged]) { return NO; } } @@ -31477,109 +32634,17 @@ @implementation DBTEAMLOGGroupDeleteDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGGroupDeleteDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if (valueObj.isAdminManaged) { - jsonDict[@"is_admin_managed"] = valueObj.isAdminManaged; + if (valueObj.isCompanyManaged) { + jsonDict[@"is_company_managed"] = valueObj.isCompanyManaged; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGGroupDeleteDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *isAdminManaged = valueDict[@"is_admin_managed"] ?: nil; - - return [[DBTEAMLOGGroupDeleteDetails alloc] initWithIsAdminManaged:isAdminManaged]; -} - -@end - -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" -#import "DBTEAMLOGGroupDescriptionUpdatedDetails.h" - -#pragma mark - API Object - -@implementation DBTEAMLOGGroupDescriptionUpdatedDetails - -#pragma mark - Constructors - -- (instancetype)initDefault { - - self = [super init]; - if (self) { - } - return self; -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGGroupDescriptionUpdatedDetailsSerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGGroupDescriptionUpdatedDetailsSerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBTEAMLOGGroupDescriptionUpdatedDetailsSerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method + NSNumber *isCompanyManaged = valueDict[@"is_company_managed"] ?: nil; -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToGroupDescriptionUpdatedDetails:other]; -} - -- (BOOL)isEqualToGroupDescriptionUpdatedDetails: - (DBTEAMLOGGroupDescriptionUpdatedDetails *)aGroupDescriptionUpdatedDetails { - if (self == aGroupDescriptionUpdatedDetails) { - return YES; - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBTEAMLOGGroupDescriptionUpdatedDetailsSerializer - -+ (NSDictionary *)serialize:(DBTEAMLOGGroupDescriptionUpdatedDetails *)valueObj { -#pragma unused(valueObj) - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - return jsonDict; -} - -+ (DBTEAMLOGGroupDescriptionUpdatedDetails *)deserialize:(NSDictionary *)valueDict { -#pragma unused(valueDict) - - return [[DBTEAMLOGGroupDescriptionUpdatedDetails alloc] initDefault]; + return [[DBTEAMLOGGroupDeleteDetails alloc] initWithIsCompanyManaged:isCompanyManaged]; } @end @@ -31649,7 +32714,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGGroupJoinPolicySerializer serialize:instance]; } @@ -31738,7 +32803,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGGroupJoinPolicy *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGGroupJoinPolicy *)deserialize:(NSDictionary *)valueDict { @@ -31757,123 +32822,6 @@ + (DBTEAMLOGGroupJoinPolicy *)deserialize:(NSDictionary *)valueDict { @end -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" -#import "DBTEAMLOGGroupJoinPolicy.h" -#import "DBTEAMLOGGroupJoinPolicyUpdatedDetails.h" - -#pragma mark - API Object - -@implementation DBTEAMLOGGroupJoinPolicyUpdatedDetails - -#pragma mark - Constructors - -- (instancetype)initWithJoinPolicy:(DBTEAMLOGGroupJoinPolicy *)joinPolicy isAdminManaged:(NSNumber *)isAdminManaged { - - self = [super init]; - if (self) { - _isAdminManaged = isAdminManaged; - _joinPolicy = joinPolicy; - } - return self; -} - -- (instancetype)initWithJoinPolicy:(DBTEAMLOGGroupJoinPolicy *)joinPolicy { - return [self initWithJoinPolicy:joinPolicy isAdminManaged:nil]; -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGGroupJoinPolicyUpdatedDetailsSerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGGroupJoinPolicyUpdatedDetailsSerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBTEAMLOGGroupJoinPolicyUpdatedDetailsSerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - result = prime * result + [self.joinPolicy hash]; - if (self.isAdminManaged) { - result = prime * result + [self.isAdminManaged hash]; - } - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToGroupJoinPolicyUpdatedDetails:other]; -} - -- (BOOL)isEqualToGroupJoinPolicyUpdatedDetails: - (DBTEAMLOGGroupJoinPolicyUpdatedDetails *)aGroupJoinPolicyUpdatedDetails { - if (self == aGroupJoinPolicyUpdatedDetails) { - return YES; - } - if (![self.joinPolicy isEqual:aGroupJoinPolicyUpdatedDetails.joinPolicy]) { - return NO; - } - if (self.isAdminManaged) { - if (![self.isAdminManaged isEqual:aGroupJoinPolicyUpdatedDetails.isAdminManaged]) { - return NO; - } - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBTEAMLOGGroupJoinPolicyUpdatedDetailsSerializer - -+ (NSDictionary *)serialize:(DBTEAMLOGGroupJoinPolicyUpdatedDetails *)valueObj { - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - jsonDict[@"join_policy"] = [DBTEAMLOGGroupJoinPolicySerializer serialize:valueObj.joinPolicy]; - if (valueObj.isAdminManaged) { - jsonDict[@"is_admin_managed"] = valueObj.isAdminManaged; - } - - return jsonDict; -} - -+ (DBTEAMLOGGroupJoinPolicyUpdatedDetails *)deserialize:(NSDictionary *)valueDict { - DBTEAMLOGGroupJoinPolicy *joinPolicy = [DBTEAMLOGGroupJoinPolicySerializer deserialize:valueDict[@"join_policy"]]; - NSNumber *isAdminManaged = valueDict[@"is_admin_managed"] ?: nil; - - return [[DBTEAMLOGGroupJoinPolicyUpdatedDetails alloc] initWithJoinPolicy:joinPolicy isAdminManaged:isAdminManaged]; -} - -@end - #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #import "DBTEAMLOGGroupLogInfo.h" @@ -31887,6 +32835,7 @@ @implementation DBTEAMLOGGroupLogInfo - (instancetype)initWithDisplayName:(NSString *)displayName groupId:(NSString *)groupId externalId:(NSString *)externalId { + [DBStoneValidators nonnullValidator:nil](displayName); self = [super init]; if (self) { @@ -31903,7 +32852,7 @@ - (instancetype)initWithDisplayName:(NSString *)displayName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGGroupLogInfoSerializer serialize:instance]; } @@ -31932,10 +32881,10 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.displayName hash]; - if (self.groupId) { + if (self.groupId != nil) { result = prime * result + [self.groupId hash]; } - if (self.externalId) { + if (self.externalId != nil) { result = prime * result + [self.externalId hash]; } @@ -31991,7 +32940,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGGroupLogInfo *)valueObj { jsonDict[@"external_id"] = valueObj.externalId; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGGroupLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -32004,179 +32953,6 @@ + (DBTEAMLOGGroupLogInfo *)deserialize:(NSDictionary *)valueDict { @end -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" -#import "DBTEAMLOGGroupManagementType.h" - -#pragma mark - API Object - -@implementation DBTEAMLOGGroupManagementType - -#pragma mark - Constructors - -- (instancetype)initWithAdminManagementGroup { - self = [super init]; - if (self) { - _tag = DBTEAMLOGGroupManagementTypeAdminManagementGroup; - } - return self; -} - -- (instancetype)initWithMemberManagementGroup { - self = [super init]; - if (self) { - _tag = DBTEAMLOGGroupManagementTypeMemberManagementGroup; - } - return self; -} - -- (instancetype)initWithOther { - self = [super init]; - if (self) { - _tag = DBTEAMLOGGroupManagementTypeOther; - } - return self; -} - -#pragma mark - Instance field accessors - -#pragma mark - Tag state methods - -- (BOOL)isAdminManagementGroup { - return _tag == DBTEAMLOGGroupManagementTypeAdminManagementGroup; -} - -- (BOOL)isMemberManagementGroup { - return _tag == DBTEAMLOGGroupManagementTypeMemberManagementGroup; -} - -- (BOOL)isOther { - return _tag == DBTEAMLOGGroupManagementTypeOther; -} - -- (NSString *)tagName { - switch (_tag) { - case DBTEAMLOGGroupManagementTypeAdminManagementGroup: - return @"DBTEAMLOGGroupManagementTypeAdminManagementGroup"; - case DBTEAMLOGGroupManagementTypeMemberManagementGroup: - return @"DBTEAMLOGGroupManagementTypeMemberManagementGroup"; - case DBTEAMLOGGroupManagementTypeOther: - return @"DBTEAMLOGGroupManagementTypeOther"; - } - - @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGGroupManagementTypeSerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGGroupManagementTypeSerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBTEAMLOGGroupManagementTypeSerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - switch (_tag) { - case DBTEAMLOGGroupManagementTypeAdminManagementGroup: - result = prime * result + [[self tagName] hash]; - case DBTEAMLOGGroupManagementTypeMemberManagementGroup: - result = prime * result + [[self tagName] hash]; - case DBTEAMLOGGroupManagementTypeOther: - result = prime * result + [[self tagName] hash]; - } - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToGroupManagementType:other]; -} - -- (BOOL)isEqualToGroupManagementType:(DBTEAMLOGGroupManagementType *)aGroupManagementType { - if (self == aGroupManagementType) { - return YES; - } - if (self.tag != aGroupManagementType.tag) { - return NO; - } - switch (_tag) { - case DBTEAMLOGGroupManagementTypeAdminManagementGroup: - return [[self tagName] isEqual:[aGroupManagementType tagName]]; - case DBTEAMLOGGroupManagementTypeMemberManagementGroup: - return [[self tagName] isEqual:[aGroupManagementType tagName]]; - case DBTEAMLOGGroupManagementTypeOther: - return [[self tagName] isEqual:[aGroupManagementType tagName]]; - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBTEAMLOGGroupManagementTypeSerializer - -+ (NSDictionary *)serialize:(DBTEAMLOGGroupManagementType *)valueObj { - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - if ([valueObj isAdminManagementGroup]) { - jsonDict[@".tag"] = @"admin_management_group"; - } else if ([valueObj isMemberManagementGroup]) { - jsonDict[@".tag"] = @"member_management_group"; - } else if ([valueObj isOther]) { - jsonDict[@".tag"] = @"other"; - } else { - jsonDict[@".tag"] = @"other"; - } - - return jsonDict; -} - -+ (DBTEAMLOGGroupManagementType *)deserialize:(NSDictionary *)valueDict { - NSString *tag = valueDict[@".tag"]; - - if ([tag isEqualToString:@"admin_management_group"]) { - return [[DBTEAMLOGGroupManagementType alloc] initWithAdminManagementGroup]; - } else if ([tag isEqualToString:@"member_management_group"]) { - return [[DBTEAMLOGGroupManagementType alloc] initWithMemberManagementGroup]; - } else if ([tag isEqualToString:@"other"]) { - return [[DBTEAMLOGGroupManagementType alloc] initWithOther]; - } else { - return [[DBTEAMLOGGroupManagementType alloc] initWithOther]; - } -} - -@end - #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #import "DBTEAMLOGGroupMovedDetails.h" @@ -32197,7 +32973,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGGroupMovedDetailsSerializer serialize:instance]; } @@ -32257,7 +33033,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGGroupMovedDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGGroupMovedDetails *)deserialize:(NSDictionary *)valueDict { @@ -32279,6 +33055,7 @@ @implementation DBTEAMLOGGroupRemoveExternalIdDetails #pragma mark - Constructors - (instancetype)initWithPreviousValue:(NSString *)previousValue { + [DBStoneValidators nonnullValidator:nil](previousValue); self = [super init]; if (self) { @@ -32289,7 +33066,7 @@ - (instancetype)initWithPreviousValue:(NSString *)previousValue { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGGroupRemoveExternalIdDetailsSerializer serialize:instance]; } @@ -32355,7 +33132,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGGroupRemoveExternalIdDetails *)valueObj { jsonDict[@"previous_value"] = valueObj.previousValue; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGGroupRemoveExternalIdDetails *)deserialize:(NSDictionary *)valueDict { @@ -32386,7 +33163,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGGroupRemoveMemberDetailsSerializer serialize:instance]; } @@ -32446,7 +33223,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGGroupRemoveMemberDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGGroupRemoveMemberDetails *)deserialize:(NSDictionary *)valueDict { @@ -32467,18 +33244,21 @@ @implementation DBTEAMLOGGroupRenameDetails #pragma mark - Constructors -- (instancetype)initWithPreviousValue:(NSString *)previousValue { +- (instancetype)initWithPreviousValue:(NSString *)previousValue dNewValue:(NSString *)dNewValue { + [DBStoneValidators nonnullValidator:nil](previousValue); + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { _previousValue = previousValue; + _dNewValue = dNewValue; } return self; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGGroupRenameDetailsSerializer serialize:instance]; } @@ -32507,6 +33287,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.previousValue hash]; + result = prime * result + [self.dNewValue hash]; return prime * result; } @@ -32530,6 +33311,9 @@ - (BOOL)isEqualToGroupRenameDetails:(DBTEAMLOGGroupRenameDetails *)aGroupRenameD if (![self.previousValue isEqual:aGroupRenameDetails.previousValue]) { return NO; } + if (![self.dNewValue isEqual:aGroupRenameDetails.dNewValue]) { + return NO; + } return YES; } @@ -32543,14 +33327,16 @@ + (NSDictionary *)serialize:(DBTEAMLOGGroupRenameDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; jsonDict[@"previous_value"] = valueObj.previousValue; + jsonDict[@"new_value"] = valueObj.dNewValue; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGGroupRenameDetails *)deserialize:(NSDictionary *)valueDict { NSString *previousValue = valueDict[@"previous_value"]; + NSString *dNewValue = valueDict[@"new_value"]; - return [[DBTEAMLOGGroupRenameDetails alloc] initWithPreviousValue:previousValue]; + return [[DBTEAMLOGGroupRenameDetails alloc] initWithPreviousValue:previousValue dNewValue:dNewValue]; } @end @@ -32568,6 +33354,7 @@ @implementation DBTEAMLOGGroupUserManagementChangePolicyDetails - (instancetype)initWithDNewValue:(DBTEAMLOGGroupUserManagementPolicy *)dNewValue previousValue:(DBTEAMLOGGroupUserManagementPolicy *)previousValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -32583,7 +33370,7 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGGroupUserManagementPolicy *)dNewValu #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGGroupUserManagementChangePolicyDetailsSerializer serialize:instance]; } @@ -32612,7 +33399,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -32661,7 +33448,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGGroupUserManagementChangePolicyDetails *)v jsonDict[@"previous_value"] = [DBTEAMLOGGroupUserManagementPolicySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGGroupUserManagementChangePolicyDetails *)deserialize:(NSDictionary *)valueDict { @@ -32688,18 +33475,18 @@ @implementation DBTEAMLOGGroupUserManagementPolicy #pragma mark - Constructors -- (instancetype)initWithAllUsers { +- (instancetype)initWithAdminsOnly { self = [super init]; if (self) { - _tag = DBTEAMLOGGroupUserManagementPolicyAllUsers; + _tag = DBTEAMLOGGroupUserManagementPolicyAdminsOnly; } return self; } -- (instancetype)initWithOnlyAdmins { +- (instancetype)initWithAllUsers { self = [super init]; if (self) { - _tag = DBTEAMLOGGroupUserManagementPolicyOnlyAdmins; + _tag = DBTEAMLOGGroupUserManagementPolicyAllUsers; } return self; } @@ -32716,12 +33503,12 @@ - (instancetype)initWithOther { #pragma mark - Tag state methods -- (BOOL)isAllUsers { - return _tag == DBTEAMLOGGroupUserManagementPolicyAllUsers; +- (BOOL)isAdminsOnly { + return _tag == DBTEAMLOGGroupUserManagementPolicyAdminsOnly; } -- (BOOL)isOnlyAdmins { - return _tag == DBTEAMLOGGroupUserManagementPolicyOnlyAdmins; +- (BOOL)isAllUsers { + return _tag == DBTEAMLOGGroupUserManagementPolicyAllUsers; } - (BOOL)isOther { @@ -32730,10 +33517,10 @@ - (BOOL)isOther { - (NSString *)tagName { switch (_tag) { + case DBTEAMLOGGroupUserManagementPolicyAdminsOnly: + return @"DBTEAMLOGGroupUserManagementPolicyAdminsOnly"; case DBTEAMLOGGroupUserManagementPolicyAllUsers: return @"DBTEAMLOGGroupUserManagementPolicyAllUsers"; - case DBTEAMLOGGroupUserManagementPolicyOnlyAdmins: - return @"DBTEAMLOGGroupUserManagementPolicyOnlyAdmins"; case DBTEAMLOGGroupUserManagementPolicyOther: return @"DBTEAMLOGGroupUserManagementPolicyOther"; } @@ -32743,7 +33530,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGGroupUserManagementPolicySerializer serialize:instance]; } @@ -32772,9 +33559,9 @@ - (NSUInteger)hash { NSUInteger result = 1; switch (_tag) { - case DBTEAMLOGGroupUserManagementPolicyAllUsers: + case DBTEAMLOGGroupUserManagementPolicyAdminsOnly: result = prime * result + [[self tagName] hash]; - case DBTEAMLOGGroupUserManagementPolicyOnlyAdmins: + case DBTEAMLOGGroupUserManagementPolicyAllUsers: result = prime * result + [[self tagName] hash]; case DBTEAMLOGGroupUserManagementPolicyOther: result = prime * result + [[self tagName] hash]; @@ -32803,9 +33590,9 @@ - (BOOL)isEqualToGroupUserManagementPolicy:(DBTEAMLOGGroupUserManagementPolicy * return NO; } switch (_tag) { - case DBTEAMLOGGroupUserManagementPolicyAllUsers: + case DBTEAMLOGGroupUserManagementPolicyAdminsOnly: return [[self tagName] isEqual:[aGroupUserManagementPolicy tagName]]; - case DBTEAMLOGGroupUserManagementPolicyOnlyAdmins: + case DBTEAMLOGGroupUserManagementPolicyAllUsers: return [[self tagName] isEqual:[aGroupUserManagementPolicy tagName]]; case DBTEAMLOGGroupUserManagementPolicyOther: return [[self tagName] isEqual:[aGroupUserManagementPolicy tagName]]; @@ -32822,26 +33609,26 @@ @implementation DBTEAMLOGGroupUserManagementPolicySerializer + (NSDictionary *)serialize:(DBTEAMLOGGroupUserManagementPolicy *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isAllUsers]) { + if ([valueObj isAdminsOnly]) { + jsonDict[@".tag"] = @"admins_only"; + } else if ([valueObj isAllUsers]) { jsonDict[@".tag"] = @"all_users"; - } else if ([valueObj isOnlyAdmins]) { - jsonDict[@".tag"] = @"only_admins"; } else if ([valueObj isOther]) { jsonDict[@".tag"] = @"other"; } else { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGGroupUserManagementPolicy *)deserialize:(NSDictionary *)valueDict { NSString *tag = valueDict[@".tag"]; - if ([tag isEqualToString:@"all_users"]) { + if ([tag isEqualToString:@"admins_only"]) { + return [[DBTEAMLOGGroupUserManagementPolicy alloc] initWithAdminsOnly]; + } else if ([tag isEqualToString:@"all_users"]) { return [[DBTEAMLOGGroupUserManagementPolicy alloc] initWithAllUsers]; - } else if ([tag isEqualToString:@"only_admins"]) { - return [[DBTEAMLOGGroupUserManagementPolicy alloc] initWithOnlyAdmins]; } else if ([tag isEqualToString:@"other"]) { return [[DBTEAMLOGGroupUserManagementPolicy alloc] initWithOther]; } else { @@ -32877,7 +33664,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGHostLogInfoSerializer serialize:instance]; } @@ -32905,10 +33692,10 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.hostId) { + if (self.hostId != nil) { result = prime * result + [self.hostId hash]; } - if (self.hostName) { + if (self.hostName != nil) { result = prime * result + [self.hostName hash]; } @@ -32960,7 +33747,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGHostLogInfo *)valueObj { jsonDict[@"host_name"] = valueObj.hostName; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGHostLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -32988,9 +33775,18 @@ @implementation DBTEAMLOGJoinTeamDetails - (instancetype)initWithLinkedApps:(NSArray *)linkedApps linkedDevices:(NSArray *)linkedDevices linkedSharedFolders:(NSArray *)linkedSharedFolders { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](linkedApps); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](linkedDevices); - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](linkedSharedFolders); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](linkedApps); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](linkedDevices); + [DBStoneValidators + nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](linkedSharedFolders); self = [super init]; if (self) { @@ -33003,7 +33799,7 @@ - (instancetype)initWithLinkedApps:(NSArray *)linkedApps #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGJoinTeamDetailsSerializer serialize:instance]; } @@ -33088,7 +33884,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGJoinTeamDetails *)valueObj { return [DBTEAMLOGFolderLogInfoSerializer serialize:elem0]; }]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGJoinTeamDetails *)deserialize:(NSDictionary *)valueDict { @@ -33194,7 +33990,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGLinkAudienceSerializer serialize:instance]; } @@ -33289,7 +34085,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGLinkAudience *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGLinkAudience *)deserialize:(NSDictionary *)valueDict { @@ -33330,7 +34126,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGLogoutDetailsSerializer serialize:instance]; } @@ -33390,7 +34186,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGLogoutDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGLogoutDetails *)deserialize:(NSDictionary *)valueDict { @@ -33413,6 +34209,7 @@ @implementation DBTEAMLOGMemberAddNameDetails #pragma mark - Constructors - (instancetype)initWithValue:(DBTEAMLOGUserNameLogInfo *)value { + [DBStoneValidators nonnullValidator:nil](value); self = [super init]; if (self) { @@ -33423,7 +34220,7 @@ - (instancetype)initWithValue:(DBTEAMLOGUserNameLogInfo *)value { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGMemberAddNameDetailsSerializer serialize:instance]; } @@ -33489,7 +34286,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGMemberAddNameDetails *)valueObj { jsonDict[@"value"] = [DBTEAMLOGUserNameLogInfoSerializer serialize:valueObj.value]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGMemberAddNameDetails *)deserialize:(NSDictionary *)valueDict { @@ -33527,7 +34324,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGMemberChangeAdminRoleDetailsSerializer serialize:instance]; } @@ -33555,10 +34352,10 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.dNewValue) { + if (self.dNewValue != nil) { result = prime * result + [self.dNewValue hash]; } - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -33610,7 +34407,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGMemberChangeAdminRoleDetails *)valueObj { jsonDict[@"previous_value"] = [DBTEAMLOGAdminRoleSerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGMemberChangeAdminRoleDetails *)deserialize:(NSDictionary *)valueDict { @@ -33635,8 +34432,11 @@ @implementation DBTEAMLOGMemberChangeEmailDetails #pragma mark - Constructors - (instancetype)initWithDNewValue:(NSString *)dNewValue previousValue:(NSString *)previousValue { - [DBStoneValidators stringValidator:nil maxLength:@(255) - pattern:@"^['&A-Za-z0-9._%+-]+@[A-Za-z0-9-][A-Za-z0-9.-]*.[A-Za-z]{2,15}$"](dNewValue); + [DBStoneValidators + nonnullValidator:[DBStoneValidators + stringValidator:nil + maxLength:@(255) + pattern:@"^['&A-Za-z0-9._%+-]+@[A-Za-z0-9-][A-Za-z0-9.-]*.[A-Za-z]{2,15}$"]](dNewValue); [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:nil maxLength:@(255) pattern:@"^['&A-Za-z0-9._%+-]+@[A-Za-z0-9-][A-Za-z0-" @@ -33656,7 +34456,7 @@ - (instancetype)initWithDNewValue:(NSString *)dNewValue { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGMemberChangeEmailDetailsSerializer serialize:instance]; } @@ -33685,7 +34485,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -33733,7 +34533,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGMemberChangeEmailDetails *)valueObj { jsonDict[@"previous_value"] = valueObj.previousValue; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGMemberChangeEmailDetails *)deserialize:(NSDictionary *)valueDict { @@ -33758,6 +34558,8 @@ @implementation DBTEAMLOGMemberChangeMembershipTypeDetails - (instancetype)initWithPrevValue:(DBTEAMLOGTeamMembershipType *)prevValue dNewValue:(DBTEAMLOGTeamMembershipType *)dNewValue { + [DBStoneValidators nonnullValidator:nil](prevValue); + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -33769,7 +34571,7 @@ - (instancetype)initWithPrevValue:(DBTEAMLOGTeamMembershipType *)prevValue #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGMemberChangeMembershipTypeDetailsSerializer serialize:instance]; } @@ -33841,7 +34643,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGMemberChangeMembershipTypeDetails *)valueO jsonDict[@"prev_value"] = [DBTEAMLOGTeamMembershipTypeSerializer serialize:valueObj.prevValue]; jsonDict[@"new_value"] = [DBTEAMLOGTeamMembershipTypeSerializer serialize:valueObj.dNewValue]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGMemberChangeMembershipTypeDetails *)deserialize:(NSDictionary *)valueDict { @@ -33866,6 +34668,7 @@ @implementation DBTEAMLOGMemberChangeNameDetails - (instancetype)initWithDNewValue:(DBTEAMLOGUserNameLogInfo *)dNewValue previousValue:(DBTEAMLOGUserNameLogInfo *)previousValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -33875,9 +34678,13 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGUserNameLogInfo *)dNewValue return self; } +- (instancetype)initWithDNewValue:(DBTEAMLOGUserNameLogInfo *)dNewValue { + return [self initWithDNewValue:dNewValue previousValue:nil]; +} + #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGMemberChangeNameDetailsSerializer serialize:instance]; } @@ -33906,7 +34713,9 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.dNewValue hash]; - result = prime * result + [self.previousValue hash]; + if (self.previousValue != nil) { + result = prime * result + [self.previousValue hash]; + } return prime * result; } @@ -33930,8 +34739,10 @@ - (BOOL)isEqualToMemberChangeNameDetails:(DBTEAMLOGMemberChangeNameDetails *)aMe if (![self.dNewValue isEqual:aMemberChangeNameDetails.dNewValue]) { return NO; } - if (![self.previousValue isEqual:aMemberChangeNameDetails.previousValue]) { - return NO; + if (self.previousValue) { + if (![self.previousValue isEqual:aMemberChangeNameDetails.previousValue]) { + return NO; + } } return YES; } @@ -33946,15 +34757,18 @@ + (NSDictionary *)serialize:(DBTEAMLOGMemberChangeNameDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; jsonDict[@"new_value"] = [DBTEAMLOGUserNameLogInfoSerializer serialize:valueObj.dNewValue]; - jsonDict[@"previous_value"] = [DBTEAMLOGUserNameLogInfoSerializer serialize:valueObj.previousValue]; + if (valueObj.previousValue) { + jsonDict[@"previous_value"] = [DBTEAMLOGUserNameLogInfoSerializer serialize:valueObj.previousValue]; + } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGMemberChangeNameDetails *)deserialize:(NSDictionary *)valueDict { DBTEAMLOGUserNameLogInfo *dNewValue = [DBTEAMLOGUserNameLogInfoSerializer deserialize:valueDict[@"new_value"]]; DBTEAMLOGUserNameLogInfo *previousValue = - [DBTEAMLOGUserNameLogInfoSerializer deserialize:valueDict[@"previous_value"]]; + valueDict[@"previous_value"] ? [DBTEAMLOGUserNameLogInfoSerializer deserialize:valueDict[@"previous_value"]] + : nil; return [[DBTEAMLOGMemberChangeNameDetails alloc] initWithDNewValue:dNewValue previousValue:previousValue]; } @@ -33976,6 +34790,7 @@ @implementation DBTEAMLOGMemberChangeStatusDetails - (instancetype)initWithDNewValue:(DBTEAMLOGMemberStatus *)dNewValue previousValue:(DBTEAMLOGMemberStatus *)previousValue teamJoinDetails:(DBTEAMLOGJoinTeamDetails *)teamJoinDetails { + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -33992,7 +34807,7 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGMemberStatus *)dNewValue { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGMemberChangeStatusDetailsSerializer serialize:instance]; } @@ -34021,10 +34836,10 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } - if (self.teamJoinDetails) { + if (self.teamJoinDetails != nil) { result = prime * result + [self.teamJoinDetails hash]; } @@ -34080,7 +34895,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGMemberChangeStatusDetails *)valueObj { jsonDict[@"team_join_details"] = [DBTEAMLOGJoinTeamDetailsSerializer serialize:valueObj.teamJoinDetails]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGMemberChangeStatusDetails *)deserialize:(NSDictionary *)valueDict { @@ -34118,7 +34933,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGMemberPermanentlyDeleteAccountContentsDetailsSerializer serialize:instance]; } @@ -34179,7 +34994,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGMemberPermanentlyDeleteAccountContentsDeta #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGMemberPermanentlyDeleteAccountContentsDetails *)deserialize:(NSDictionary *)valueDict { @@ -34203,6 +35018,7 @@ @implementation DBTEAMLOGMemberRequestsChangePolicyDetails - (instancetype)initWithDNewValue:(DBTEAMLOGMemberRequestsPolicy *)dNewValue previousValue:(DBTEAMLOGMemberRequestsPolicy *)previousValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -34218,7 +35034,7 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGMemberRequestsPolicy *)dNewValue { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGMemberRequestsChangePolicyDetailsSerializer serialize:instance]; } @@ -34247,7 +35063,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -34296,7 +35112,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGMemberRequestsChangePolicyDetails *)valueO jsonDict[@"previous_value"] = [DBTEAMLOGMemberRequestsPolicySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGMemberRequestsChangePolicyDetails *)deserialize:(NSDictionary *)valueDict { @@ -34321,26 +35137,26 @@ @implementation DBTEAMLOGMemberRequestsPolicy #pragma mark - Constructors -- (instancetype)initWithDisabled { +- (instancetype)initWithAutoAccept { self = [super init]; if (self) { - _tag = DBTEAMLOGMemberRequestsPolicyDisabled; + _tag = DBTEAMLOGMemberRequestsPolicyAutoAccept; } return self; } -- (instancetype)initWithRequireApproval { +- (instancetype)initWithDisabled { self = [super init]; if (self) { - _tag = DBTEAMLOGMemberRequestsPolicyRequireApproval; + _tag = DBTEAMLOGMemberRequestsPolicyDisabled; } return self; } -- (instancetype)initWithAutoApproval { +- (instancetype)initWithRequireApproval { self = [super init]; if (self) { - _tag = DBTEAMLOGMemberRequestsPolicyAutoApproval; + _tag = DBTEAMLOGMemberRequestsPolicyRequireApproval; } return self; } @@ -34357,6 +35173,10 @@ - (instancetype)initWithOther { #pragma mark - Tag state methods +- (BOOL)isAutoAccept { + return _tag == DBTEAMLOGMemberRequestsPolicyAutoAccept; +} + - (BOOL)isDisabled { return _tag == DBTEAMLOGMemberRequestsPolicyDisabled; } @@ -34365,22 +35185,18 @@ - (BOOL)isRequireApproval { return _tag == DBTEAMLOGMemberRequestsPolicyRequireApproval; } -- (BOOL)isAutoApproval { - return _tag == DBTEAMLOGMemberRequestsPolicyAutoApproval; -} - - (BOOL)isOther { return _tag == DBTEAMLOGMemberRequestsPolicyOther; } - (NSString *)tagName { switch (_tag) { + case DBTEAMLOGMemberRequestsPolicyAutoAccept: + return @"DBTEAMLOGMemberRequestsPolicyAutoAccept"; case DBTEAMLOGMemberRequestsPolicyDisabled: return @"DBTEAMLOGMemberRequestsPolicyDisabled"; case DBTEAMLOGMemberRequestsPolicyRequireApproval: return @"DBTEAMLOGMemberRequestsPolicyRequireApproval"; - case DBTEAMLOGMemberRequestsPolicyAutoApproval: - return @"DBTEAMLOGMemberRequestsPolicyAutoApproval"; case DBTEAMLOGMemberRequestsPolicyOther: return @"DBTEAMLOGMemberRequestsPolicyOther"; } @@ -34390,7 +35206,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGMemberRequestsPolicySerializer serialize:instance]; } @@ -34419,12 +35235,12 @@ - (NSUInteger)hash { NSUInteger result = 1; switch (_tag) { + case DBTEAMLOGMemberRequestsPolicyAutoAccept: + result = prime * result + [[self tagName] hash]; case DBTEAMLOGMemberRequestsPolicyDisabled: result = prime * result + [[self tagName] hash]; case DBTEAMLOGMemberRequestsPolicyRequireApproval: result = prime * result + [[self tagName] hash]; - case DBTEAMLOGMemberRequestsPolicyAutoApproval: - result = prime * result + [[self tagName] hash]; case DBTEAMLOGMemberRequestsPolicyOther: result = prime * result + [[self tagName] hash]; } @@ -34452,12 +35268,12 @@ - (BOOL)isEqualToMemberRequestsPolicy:(DBTEAMLOGMemberRequestsPolicy *)aMemberRe return NO; } switch (_tag) { + case DBTEAMLOGMemberRequestsPolicyAutoAccept: + return [[self tagName] isEqual:[aMemberRequestsPolicy tagName]]; case DBTEAMLOGMemberRequestsPolicyDisabled: return [[self tagName] isEqual:[aMemberRequestsPolicy tagName]]; case DBTEAMLOGMemberRequestsPolicyRequireApproval: return [[self tagName] isEqual:[aMemberRequestsPolicy tagName]]; - case DBTEAMLOGMemberRequestsPolicyAutoApproval: - return [[self tagName] isEqual:[aMemberRequestsPolicy tagName]]; case DBTEAMLOGMemberRequestsPolicyOther: return [[self tagName] isEqual:[aMemberRequestsPolicy tagName]]; } @@ -34473,30 +35289,30 @@ @implementation DBTEAMLOGMemberRequestsPolicySerializer + (NSDictionary *)serialize:(DBTEAMLOGMemberRequestsPolicy *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isDisabled]) { + if ([valueObj isAutoAccept]) { + jsonDict[@".tag"] = @"auto_accept"; + } else if ([valueObj isDisabled]) { jsonDict[@".tag"] = @"disabled"; } else if ([valueObj isRequireApproval]) { jsonDict[@".tag"] = @"require_approval"; - } else if ([valueObj isAutoApproval]) { - jsonDict[@".tag"] = @"auto_approval"; } else if ([valueObj isOther]) { jsonDict[@".tag"] = @"other"; } else { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGMemberRequestsPolicy *)deserialize:(NSDictionary *)valueDict { NSString *tag = valueDict[@".tag"]; - if ([tag isEqualToString:@"disabled"]) { + if ([tag isEqualToString:@"auto_accept"]) { + return [[DBTEAMLOGMemberRequestsPolicy alloc] initWithAutoAccept]; + } else if ([tag isEqualToString:@"disabled"]) { return [[DBTEAMLOGMemberRequestsPolicy alloc] initWithDisabled]; } else if ([tag isEqualToString:@"require_approval"]) { return [[DBTEAMLOGMemberRequestsPolicy alloc] initWithRequireApproval]; - } else if ([tag isEqualToString:@"auto_approval"]) { - return [[DBTEAMLOGMemberRequestsPolicy alloc] initWithAutoApproval]; } else if ([tag isEqualToString:@"other"]) { return [[DBTEAMLOGMemberRequestsPolicy alloc] initWithOther]; } else { @@ -34526,7 +35342,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGMemberSpaceLimitsAddExceptionDetailsSerializer serialize:instance]; } @@ -34587,7 +35403,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGMemberSpaceLimitsAddExceptionDetails *)val #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGMemberSpaceLimitsAddExceptionDetails *)deserialize:(NSDictionary *)valueDict { @@ -34611,6 +35427,8 @@ @implementation DBTEAMLOGMemberSpaceLimitsChangePolicyDetails - (instancetype)initWithPreviousValue:(DBTEAMLOGSpaceLimitsLevel *)previousValue dNewValue:(DBTEAMLOGSpaceLimitsLevel *)dNewValue { + [DBStoneValidators nonnullValidator:nil](previousValue); + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -34622,7 +35440,7 @@ - (instancetype)initWithPreviousValue:(DBTEAMLOGSpaceLimitsLevel *)previousValue #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGMemberSpaceLimitsChangePolicyDetailsSerializer serialize:instance]; } @@ -34694,7 +35512,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGMemberSpaceLimitsChangePolicyDetails *)val jsonDict[@"previous_value"] = [DBTEAMLOGSpaceLimitsLevelSerializer serialize:valueObj.previousValue]; jsonDict[@"new_value"] = [DBTEAMLOGSpaceLimitsLevelSerializer serialize:valueObj.dNewValue]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGMemberSpaceLimitsChangePolicyDetails *)deserialize:(NSDictionary *)valueDict { @@ -34721,6 +35539,8 @@ @implementation DBTEAMLOGMemberSpaceLimitsChangeStatusDetails - (instancetype)initWithPreviousValue:(DBTEAMLOGSpaceLimitsStatus *)previousValue dNewValue:(DBTEAMLOGSpaceLimitsStatus *)dNewValue { + [DBStoneValidators nonnullValidator:nil](previousValue); + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -34732,7 +35552,7 @@ - (instancetype)initWithPreviousValue:(DBTEAMLOGSpaceLimitsStatus *)previousValu #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGMemberSpaceLimitsChangeStatusDetailsSerializer serialize:instance]; } @@ -34804,7 +35624,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGMemberSpaceLimitsChangeStatusDetails *)val jsonDict[@"previous_value"] = [DBTEAMLOGSpaceLimitsStatusSerializer serialize:valueObj.previousValue]; jsonDict[@"new_value"] = [DBTEAMLOGSpaceLimitsStatusSerializer serialize:valueObj.dNewValue]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGMemberSpaceLimitsChangeStatusDetails *)deserialize:(NSDictionary *)valueDict { @@ -34838,7 +35658,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetailsSerializer serialize:instance]; } @@ -34899,7 +35719,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails *) #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails *)deserialize:(NSDictionary *)valueDict { @@ -35017,7 +35837,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGMemberStatusSerializer serialize:instance]; } @@ -35124,7 +35944,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGMemberStatus *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGMemberStatus *)deserialize:(NSDictionary *)valueDict { @@ -35169,7 +35989,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGMemberSuggestDetailsSerializer serialize:instance]; } @@ -35229,7 +36049,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGMemberSuggestDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGMemberSuggestDetails *)deserialize:(NSDictionary *)valueDict { @@ -35253,6 +36073,7 @@ @implementation DBTEAMLOGMemberSuggestionsChangePolicyDetails - (instancetype)initWithDNewValue:(DBTEAMLOGMemberSuggestionsPolicy *)dNewValue previousValue:(DBTEAMLOGMemberSuggestionsPolicy *)previousValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -35268,7 +36089,7 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGMemberSuggestionsPolicy *)dNewValue #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGMemberSuggestionsChangePolicyDetailsSerializer serialize:instance]; } @@ -35297,7 +36118,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -35346,7 +36167,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGMemberSuggestionsChangePolicyDetails *)val jsonDict[@"previous_value"] = [DBTEAMLOGMemberSuggestionsPolicySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGMemberSuggestionsChangePolicyDetails *)deserialize:(NSDictionary *)valueDict { @@ -35428,7 +36249,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGMemberSuggestionsPolicySerializer serialize:instance]; } @@ -35517,7 +36338,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGMemberSuggestionsPolicy *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGMemberSuggestionsPolicy *)deserialize:(NSDictionary *)valueDict { @@ -35546,19 +36367,22 @@ @implementation DBTEAMLOGMemberTransferAccountContentsDetails #pragma mark - Constructors -- (instancetype)initWithSrcIndex:(NSNumber *)srcIndex destIndex:(NSNumber *)destIndex { +- (instancetype)initWithSrcParticipantIndex:(NSNumber *)srcParticipantIndex + destParticipantIndex:(NSNumber *)destParticipantIndex { + [DBStoneValidators nonnullValidator:nil](srcParticipantIndex); + [DBStoneValidators nonnullValidator:nil](destParticipantIndex); self = [super init]; if (self) { - _srcIndex = srcIndex; - _destIndex = destIndex; + _srcParticipantIndex = srcParticipantIndex; + _destParticipantIndex = destParticipantIndex; } return self; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGMemberTransferAccountContentsDetailsSerializer serialize:instance]; } @@ -35586,8 +36410,8 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.srcIndex hash]; - result = prime * result + [self.destIndex hash]; + result = prime * result + [self.srcParticipantIndex hash]; + result = prime * result + [self.destParticipantIndex hash]; return prime * result; } @@ -35609,10 +36433,10 @@ - (BOOL)isEqualToMemberTransferAccountContentsDetails: if (self == aMemberTransferAccountContentsDetails) { return YES; } - if (![self.srcIndex isEqual:aMemberTransferAccountContentsDetails.srcIndex]) { + if (![self.srcParticipantIndex isEqual:aMemberTransferAccountContentsDetails.srcParticipantIndex]) { return NO; } - if (![self.destIndex isEqual:aMemberTransferAccountContentsDetails.destIndex]) { + if (![self.destParticipantIndex isEqual:aMemberTransferAccountContentsDetails.destParticipantIndex]) { return NO; } return YES; @@ -35627,17 +36451,18 @@ @implementation DBTEAMLOGMemberTransferAccountContentsDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGMemberTransferAccountContentsDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"src_index"] = valueObj.srcIndex; - jsonDict[@"dest_index"] = valueObj.destIndex; + jsonDict[@"src_participant_index"] = valueObj.srcParticipantIndex; + jsonDict[@"dest_participant_index"] = valueObj.destParticipantIndex; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGMemberTransferAccountContentsDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *srcIndex = valueDict[@"src_index"]; - NSNumber *destIndex = valueDict[@"dest_index"]; + NSNumber *srcParticipantIndex = valueDict[@"src_participant_index"]; + NSNumber *destParticipantIndex = valueDict[@"dest_participant_index"]; - return [[DBTEAMLOGMemberTransferAccountContentsDetails alloc] initWithSrcIndex:srcIndex destIndex:destIndex]; + return [[DBTEAMLOGMemberTransferAccountContentsDetails alloc] initWithSrcParticipantIndex:srcParticipantIndex + destParticipantIndex:destParticipantIndex]; } @end @@ -35655,6 +36480,7 @@ @implementation DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetails - (instancetype)initWithDNewValue:(DBTEAMLOGMicrosoftOfficeAddinPolicy *)dNewValue previousValue:(DBTEAMLOGMicrosoftOfficeAddinPolicy *)previousValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -35670,7 +36496,7 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGMicrosoftOfficeAddinPolicy *)dNewVal #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetailsSerializer serialize:instance]; } @@ -35699,7 +36525,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -35748,7 +36574,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetails *) jsonDict[@"previous_value"] = [DBTEAMLOGMicrosoftOfficeAddinPolicySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetails *)deserialize:(NSDictionary *)valueDict { @@ -35830,7 +36656,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGMicrosoftOfficeAddinPolicySerializer serialize:instance]; } @@ -35919,7 +36745,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGMicrosoftOfficeAddinPolicy *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGMicrosoftOfficeAddinPolicy *)deserialize:(NSDictionary *)valueDict { @@ -35958,7 +36784,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGMissingDetailsSerializer serialize:instance]; } @@ -36018,7 +36844,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGMissingDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGMissingDetails *)deserialize:(NSDictionary *)valueDict { @@ -36054,7 +36880,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGMobileSessionLogInfoSerializer serialize:instance]; } @@ -36082,7 +36908,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.sessionId) { + if (self.sessionId != nil) { result = prime * result + [self.sessionId hash]; } @@ -36126,7 +36952,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGMobileSessionLogInfo *)valueObj { jsonDict[@"session_id"] = valueObj.sessionId; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGMobileSessionLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -36167,7 +36993,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGNamespaceRelativePathLogInfoSerializer serialize:instance]; } @@ -36195,10 +37021,10 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.nsId) { + if (self.nsId != nil) { result = prime * result + [self.nsId hash]; } - if (self.relativePath) { + if (self.relativePath != nil) { result = prime * result + [self.relativePath hash]; } @@ -36250,7 +37076,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGNamespaceRelativePathLogInfo *)valueObj { jsonDict[@"relative_path"] = valueObj.relativePath; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGNamespaceRelativePathLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -36275,6 +37101,7 @@ @implementation DBTEAMLOGNetworkControlChangePolicyDetails - (instancetype)initWithDNewValue:(DBTEAMLOGNetworkControlPolicy *)dNewValue previousValue:(DBTEAMLOGNetworkControlPolicy *)previousValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -36290,7 +37117,7 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGNetworkControlPolicy *)dNewValue { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGNetworkControlChangePolicyDetailsSerializer serialize:instance]; } @@ -36319,7 +37146,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -36368,7 +37195,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGNetworkControlChangePolicyDetails *)valueO jsonDict[@"previous_value"] = [DBTEAMLOGNetworkControlPolicySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGNetworkControlChangePolicyDetails *)deserialize:(NSDictionary *)valueDict { @@ -36448,7 +37275,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGNetworkControlPolicySerializer serialize:instance]; } @@ -36537,7 +37364,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGNetworkControlPolicy *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGNetworkControlPolicy *)deserialize:(NSDictionary *)valueDict { @@ -36571,8 +37398,7 @@ @implementation DBTEAMLOGUserLogInfo - (instancetype)initWithAccountId:(NSString *)accountId displayName:(NSString *)displayName email:(NSString *)email { [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:@(40) maxLength:@(40) pattern:nil]](accountId); - [DBStoneValidators - nullableValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"[^/:?<>\"|]*"]](displayName); + [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil]](displayName); [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:nil @@ -36594,7 +37420,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGUserLogInfoSerializer serialize:instance]; } @@ -36622,13 +37448,13 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.accountId) { + if (self.accountId != nil) { result = prime * result + [self.accountId hash]; } - if (self.displayName) { + if (self.displayName != nil) { result = prime * result + [self.displayName hash]; } - if (self.email) { + if (self.email != nil) { result = prime * result + [self.email hash]; } @@ -36704,7 +37530,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGUserLogInfo *)valueObj { jsonDict[@".tag"] = @"nonTeamMember"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGUserLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -36737,8 +37563,7 @@ @implementation DBTEAMLOGNonTeamMemberLogInfo - (instancetype)initWithAccountId:(NSString *)accountId displayName:(NSString *)displayName email:(NSString *)email { [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:@(40) maxLength:@(40) pattern:nil]](accountId); - [DBStoneValidators - nullableValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"[^/:?<>\"|]*"]](displayName); + [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil]](displayName); [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:nil @@ -36757,7 +37582,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGNonTeamMemberLogInfoSerializer serialize:instance]; } @@ -36785,13 +37610,13 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.accountId) { + if (self.accountId != nil) { result = prime * result + [self.accountId hash]; } - if (self.displayName) { + if (self.displayName != nil) { result = prime * result + [self.displayName hash]; } - if (self.email) { + if (self.email != nil) { result = prime * result + [self.email hash]; } @@ -36851,7 +37676,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGNonTeamMemberLogInfo *)valueObj { jsonDict[@"email"] = valueObj.email; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGNonTeamMemberLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -36884,7 +37709,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGNoteAclInviteOnlyDetailsSerializer serialize:instance]; } @@ -36944,7 +37769,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGNoteAclInviteOnlyDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGNoteAclInviteOnlyDetails *)deserialize:(NSDictionary *)valueDict { @@ -36975,7 +37800,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGNoteAclLinkDetailsSerializer serialize:instance]; } @@ -37035,7 +37860,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGNoteAclLinkDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGNoteAclLinkDetails *)deserialize:(NSDictionary *)valueDict { @@ -37066,7 +37891,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGNoteAclTeamLinkDetailsSerializer serialize:instance]; } @@ -37126,7 +37951,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGNoteAclTeamLinkDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGNoteAclTeamLinkDetails *)deserialize:(NSDictionary *)valueDict { @@ -37157,7 +37982,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGNoteShareReceiveDetailsSerializer serialize:instance]; } @@ -37217,7 +38042,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGNoteShareReceiveDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGNoteShareReceiveDetails *)deserialize:(NSDictionary *)valueDict { @@ -37248,7 +38073,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGNoteSharedDetailsSerializer serialize:instance]; } @@ -37308,7 +38133,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGNoteSharedDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGNoteSharedDetails *)deserialize:(NSDictionary *)valueDict { @@ -37339,7 +38164,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGOpenNoteSharedDetailsSerializer serialize:instance]; } @@ -37399,7 +38224,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGOpenNoteSharedDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGOpenNoteSharedDetails *)deserialize:(NSDictionary *)valueDict { @@ -37426,6 +38251,7 @@ @implementation DBTEAMLOGOriginLogInfo - (instancetype)initWithAccessMethod:(DBTEAMLOGAccessMethodLogInfo *)accessMethod geoLocation:(DBTEAMLOGGeoLocationLogInfo *)geoLocation host:(DBTEAMLOGHostLogInfo *)host { + [DBStoneValidators nonnullValidator:nil](accessMethod); self = [super init]; if (self) { @@ -37442,7 +38268,7 @@ - (instancetype)initWithAccessMethod:(DBTEAMLOGAccessMethodLogInfo *)accessMetho #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGOriginLogInfoSerializer serialize:instance]; } @@ -37471,10 +38297,10 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.accessMethod hash]; - if (self.geoLocation) { + if (self.geoLocation != nil) { result = prime * result + [self.geoLocation hash]; } - if (self.host) { + if (self.host != nil) { result = prime * result + [self.host hash]; } @@ -37530,7 +38356,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGOriginLogInfo *)valueObj { jsonDict[@"host"] = [DBTEAMLOGHostLogInfoSerializer serialize:valueObj.host]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGOriginLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -37625,7 +38451,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperAccessTypeSerializer serialize:instance]; } @@ -37720,7 +38546,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperAccessType *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperAccessType *)deserialize:(NSDictionary *)valueDict { @@ -37741,10 +38567,101 @@ + (DBTEAMLOGPaperAccessType *)deserialize:(NSDictionary *)valueDict { @end +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMLOGPaperAdminExportStartDetails.h" + +#pragma mark - API Object + +@implementation DBTEAMLOGPaperAdminExportStartDetails + +#pragma mark - Constructors + +- (instancetype)initDefault { + + self = [super init]; + if (self) { + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGPaperAdminExportStartDetailsSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMLOGPaperAdminExportStartDetailsSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMLOGPaperAdminExportStartDetailsSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToPaperAdminExportStartDetails:other]; +} + +- (BOOL)isEqualToPaperAdminExportStartDetails:(DBTEAMLOGPaperAdminExportStartDetails *)aPaperAdminExportStartDetails { + if (self == aPaperAdminExportStartDetails) { + return YES; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMLOGPaperAdminExportStartDetailsSerializer + ++ (NSDictionary *)serialize:(DBTEAMLOGPaperAdminExportStartDetails *)valueObj { +#pragma unused(valueObj) + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMLOGPaperAdminExportStartDetails *)deserialize:(NSDictionary *)valueDict { +#pragma unused(valueDict) + + return [[DBTEAMLOGPaperAdminExportStartDetails alloc] initDefault]; +} + +@end + #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #import "DBTEAMLOGPaperChangeDeploymentPolicyDetails.h" -#import "DBTEAMLOGPaperDeploymentPolicy.h" +#import "DBTEAMPOLICIESPaperDeploymentPolicy.h" #pragma mark - API Object @@ -37752,8 +38669,9 @@ @implementation DBTEAMLOGPaperChangeDeploymentPolicyDetails #pragma mark - Constructors -- (instancetype)initWithDNewValue:(DBTEAMLOGPaperDeploymentPolicy *)dNewValue - previousValue:(DBTEAMLOGPaperDeploymentPolicy *)previousValue { +- (instancetype)initWithDNewValue:(DBTEAMPOLICIESPaperDeploymentPolicy *)dNewValue + previousValue:(DBTEAMPOLICIESPaperDeploymentPolicy *)previousValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -37763,13 +38681,13 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGPaperDeploymentPolicy *)dNewValue return self; } -- (instancetype)initWithDNewValue:(DBTEAMLOGPaperDeploymentPolicy *)dNewValue { +- (instancetype)initWithDNewValue:(DBTEAMPOLICIESPaperDeploymentPolicy *)dNewValue { return [self initWithDNewValue:dNewValue previousValue:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperChangeDeploymentPolicyDetailsSerializer serialize:instance]; } @@ -37798,7 +38716,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -37842,26 +38760,128 @@ @implementation DBTEAMLOGPaperChangeDeploymentPolicyDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGPaperChangeDeploymentPolicyDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"new_value"] = [DBTEAMLOGPaperDeploymentPolicySerializer serialize:valueObj.dNewValue]; + jsonDict[@"new_value"] = [DBTEAMPOLICIESPaperDeploymentPolicySerializer serialize:valueObj.dNewValue]; if (valueObj.previousValue) { - jsonDict[@"previous_value"] = [DBTEAMLOGPaperDeploymentPolicySerializer serialize:valueObj.previousValue]; + jsonDict[@"previous_value"] = [DBTEAMPOLICIESPaperDeploymentPolicySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperChangeDeploymentPolicyDetails *)deserialize:(NSDictionary *)valueDict { - DBTEAMLOGPaperDeploymentPolicy *dNewValue = - [DBTEAMLOGPaperDeploymentPolicySerializer deserialize:valueDict[@"new_value"]]; - DBTEAMLOGPaperDeploymentPolicy *previousValue = - valueDict[@"previous_value"] ? [DBTEAMLOGPaperDeploymentPolicySerializer deserialize:valueDict[@"previous_value"]] - : nil; + DBTEAMPOLICIESPaperDeploymentPolicy *dNewValue = + [DBTEAMPOLICIESPaperDeploymentPolicySerializer deserialize:valueDict[@"new_value"]]; + DBTEAMPOLICIESPaperDeploymentPolicy *previousValue = + valueDict[@"previous_value"] + ? [DBTEAMPOLICIESPaperDeploymentPolicySerializer deserialize:valueDict[@"previous_value"]] + : nil; return [[DBTEAMLOGPaperChangeDeploymentPolicyDetails alloc] initWithDNewValue:dNewValue previousValue:previousValue]; } @end +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMLOGPaperChangeMemberLinkPolicyDetails.h" +#import "DBTEAMLOGPaperMemberPolicy.h" + +#pragma mark - API Object + +@implementation DBTEAMLOGPaperChangeMemberLinkPolicyDetails + +#pragma mark - Constructors + +- (instancetype)initWithDNewValue:(DBTEAMLOGPaperMemberPolicy *)dNewValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); + + self = [super init]; + if (self) { + _dNewValue = dNewValue; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGPaperChangeMemberLinkPolicyDetailsSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMLOGPaperChangeMemberLinkPolicyDetailsSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMLOGPaperChangeMemberLinkPolicyDetailsSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.dNewValue hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToPaperChangeMemberLinkPolicyDetails:other]; +} + +- (BOOL)isEqualToPaperChangeMemberLinkPolicyDetails: + (DBTEAMLOGPaperChangeMemberLinkPolicyDetails *)aPaperChangeMemberLinkPolicyDetails { + if (self == aPaperChangeMemberLinkPolicyDetails) { + return YES; + } + if (![self.dNewValue isEqual:aPaperChangeMemberLinkPolicyDetails.dNewValue]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMLOGPaperChangeMemberLinkPolicyDetailsSerializer + ++ (NSDictionary *)serialize:(DBTEAMLOGPaperChangeMemberLinkPolicyDetails *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"new_value"] = [DBTEAMLOGPaperMemberPolicySerializer serialize:valueObj.dNewValue]; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMLOGPaperChangeMemberLinkPolicyDetails *)deserialize:(NSDictionary *)valueDict { + DBTEAMLOGPaperMemberPolicy *dNewValue = [DBTEAMLOGPaperMemberPolicySerializer deserialize:valueDict[@"new_value"]]; + + return [[DBTEAMLOGPaperChangeMemberLinkPolicyDetails alloc] initWithDNewValue:dNewValue]; +} + +@end + #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #import "DBTEAMLOGPaperChangeMemberPolicyDetails.h" @@ -37875,6 +38895,7 @@ @implementation DBTEAMLOGPaperChangeMemberPolicyDetails - (instancetype)initWithDNewValue:(DBTEAMLOGPaperMemberPolicy *)dNewValue previousValue:(DBTEAMLOGPaperMemberPolicy *)previousValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -37890,7 +38911,7 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGPaperMemberPolicy *)dNewValue { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperChangeMemberPolicyDetailsSerializer serialize:instance]; } @@ -37919,7 +38940,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -37968,7 +38989,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperChangeMemberPolicyDetails *)valueObj jsonDict[@"previous_value"] = [DBTEAMLOGPaperMemberPolicySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperChangeMemberPolicyDetails *)deserialize:(NSDictionary *)valueDict { @@ -37985,7 +39006,7 @@ + (DBTEAMLOGPaperChangeMemberPolicyDetails *)deserialize:(NSDictionary *)valueDi #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #import "DBTEAMLOGPaperChangePolicyDetails.h" -#import "DBTEAMLOGPaperPolicy.h" +#import "DBTEAMPOLICIESPaperEnabledPolicy.h" #pragma mark - API Object @@ -37993,8 +39014,9 @@ @implementation DBTEAMLOGPaperChangePolicyDetails #pragma mark - Constructors -- (instancetype)initWithDNewValue:(DBTEAMLOGPaperPolicy *)dNewValue - previousValue:(DBTEAMLOGPaperPolicy *)previousValue { +- (instancetype)initWithDNewValue:(DBTEAMPOLICIESPaperEnabledPolicy *)dNewValue + previousValue:(DBTEAMPOLICIESPaperEnabledPolicy *)previousValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -38004,13 +39026,13 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGPaperPolicy *)dNewValue return self; } -- (instancetype)initWithDNewValue:(DBTEAMLOGPaperPolicy *)dNewValue { +- (instancetype)initWithDNewValue:(DBTEAMPOLICIESPaperEnabledPolicy *)dNewValue { return [self initWithDNewValue:dNewValue previousValue:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperChangePolicyDetailsSerializer serialize:instance]; } @@ -38039,7 +39061,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -38082,18 +39104,21 @@ @implementation DBTEAMLOGPaperChangePolicyDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGPaperChangePolicyDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"new_value"] = [DBTEAMLOGPaperPolicySerializer serialize:valueObj.dNewValue]; + jsonDict[@"new_value"] = [DBTEAMPOLICIESPaperEnabledPolicySerializer serialize:valueObj.dNewValue]; if (valueObj.previousValue) { - jsonDict[@"previous_value"] = [DBTEAMLOGPaperPolicySerializer serialize:valueObj.previousValue]; + jsonDict[@"previous_value"] = [DBTEAMPOLICIESPaperEnabledPolicySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperChangePolicyDetails *)deserialize:(NSDictionary *)valueDict { - DBTEAMLOGPaperPolicy *dNewValue = [DBTEAMLOGPaperPolicySerializer deserialize:valueDict[@"new_value"]]; - DBTEAMLOGPaperPolicy *previousValue = - valueDict[@"previous_value"] ? [DBTEAMLOGPaperPolicySerializer deserialize:valueDict[@"previous_value"]] : nil; + DBTEAMPOLICIESPaperEnabledPolicy *dNewValue = + [DBTEAMPOLICIESPaperEnabledPolicySerializer deserialize:valueDict[@"new_value"]]; + DBTEAMPOLICIESPaperEnabledPolicy *previousValue = + valueDict[@"previous_value"] + ? [DBTEAMPOLICIESPaperEnabledPolicySerializer deserialize:valueDict[@"previous_value"]] + : nil; return [[DBTEAMLOGPaperChangePolicyDetails alloc] initWithDNewValue:dNewValue previousValue:previousValue]; } @@ -38111,6 +39136,7 @@ @implementation DBTEAMLOGPaperContentAddMemberDetails #pragma mark - Constructors - (instancetype)initWithEventUuid:(NSString *)eventUuid { + [DBStoneValidators nonnullValidator:nil](eventUuid); self = [super init]; if (self) { @@ -38121,7 +39147,7 @@ - (instancetype)initWithEventUuid:(NSString *)eventUuid { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperContentAddMemberDetailsSerializer serialize:instance]; } @@ -38187,7 +39213,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperContentAddMemberDetails *)valueObj { jsonDict[@"event_uuid"] = valueObj.eventUuid; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperContentAddMemberDetails *)deserialize:(NSDictionary *)valueDict { @@ -38209,21 +39235,24 @@ @implementation DBTEAMLOGPaperContentAddToFolderDetails #pragma mark - Constructors - (instancetype)initWithEventUuid:(NSString *)eventUuid - targetIndex:(NSNumber *)targetIndex - parentIndex:(NSNumber *)parentIndex { + targetAssetIndex:(NSNumber *)targetAssetIndex + parentAssetIndex:(NSNumber *)parentAssetIndex { + [DBStoneValidators nonnullValidator:nil](eventUuid); + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + [DBStoneValidators nonnullValidator:nil](parentAssetIndex); self = [super init]; if (self) { _eventUuid = eventUuid; - _targetIndex = targetIndex; - _parentIndex = parentIndex; + _targetAssetIndex = targetAssetIndex; + _parentAssetIndex = parentAssetIndex; } return self; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperContentAddToFolderDetailsSerializer serialize:instance]; } @@ -38252,8 +39281,8 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.eventUuid hash]; - result = prime * result + [self.targetIndex hash]; - result = prime * result + [self.parentIndex hash]; + result = prime * result + [self.targetAssetIndex hash]; + result = prime * result + [self.parentAssetIndex hash]; return prime * result; } @@ -38278,10 +39307,10 @@ - (BOOL)isEqualToPaperContentAddToFolderDetails: if (![self.eventUuid isEqual:aPaperContentAddToFolderDetails.eventUuid]) { return NO; } - if (![self.targetIndex isEqual:aPaperContentAddToFolderDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aPaperContentAddToFolderDetails.targetAssetIndex]) { return NO; } - if (![self.parentIndex isEqual:aPaperContentAddToFolderDetails.parentIndex]) { + if (![self.parentAssetIndex isEqual:aPaperContentAddToFolderDetails.parentAssetIndex]) { return NO; } return YES; @@ -38297,20 +39326,20 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperContentAddToFolderDetails *)valueObj NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; jsonDict[@"event_uuid"] = valueObj.eventUuid; - jsonDict[@"target_index"] = valueObj.targetIndex; - jsonDict[@"parent_index"] = valueObj.parentIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; + jsonDict[@"parent_asset_index"] = valueObj.parentAssetIndex; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperContentAddToFolderDetails *)deserialize:(NSDictionary *)valueDict { NSString *eventUuid = valueDict[@"event_uuid"]; - NSNumber *targetIndex = valueDict[@"target_index"]; - NSNumber *parentIndex = valueDict[@"parent_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; + NSNumber *parentAssetIndex = valueDict[@"parent_asset_index"]; return [[DBTEAMLOGPaperContentAddToFolderDetails alloc] initWithEventUuid:eventUuid - targetIndex:targetIndex - parentIndex:parentIndex]; + targetAssetIndex:targetAssetIndex + parentAssetIndex:parentAssetIndex]; } @end @@ -38326,6 +39355,7 @@ @implementation DBTEAMLOGPaperContentArchiveDetails #pragma mark - Constructors - (instancetype)initWithEventUuid:(NSString *)eventUuid { + [DBStoneValidators nonnullValidator:nil](eventUuid); self = [super init]; if (self) { @@ -38336,7 +39366,7 @@ - (instancetype)initWithEventUuid:(NSString *)eventUuid { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperContentArchiveDetailsSerializer serialize:instance]; } @@ -38402,7 +39432,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperContentArchiveDetails *)valueObj { jsonDict[@"event_uuid"] = valueObj.eventUuid; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperContentArchiveDetails *)deserialize:(NSDictionary *)valueDict { @@ -38415,47 +39445,38 @@ + (DBTEAMLOGPaperContentArchiveDetails *)deserialize:(NSDictionary *)valueDict { #import "DBStoneSerializers.h" #import "DBStoneValidators.h" -#import "DBTEAMLOGPaperContentChangeSubscriptionDetails.h" -#import "DBTEAMLOGPaperTaggedValue.h" +#import "DBTEAMLOGPaperContentCreateDetails.h" #pragma mark - API Object -@implementation DBTEAMLOGPaperContentChangeSubscriptionDetails +@implementation DBTEAMLOGPaperContentCreateDetails #pragma mark - Constructors -- (instancetype)initWithEventUuid:(NSString *)eventUuid - dNewSubscriptionLevel:(DBTEAMLOGPaperTaggedValue *)dNewSubscriptionLevel - previousSubscriptionLevel:(DBTEAMLOGPaperTaggedValue *)previousSubscriptionLevel { +- (instancetype)initWithEventUuid:(NSString *)eventUuid { + [DBStoneValidators nonnullValidator:nil](eventUuid); self = [super init]; if (self) { _eventUuid = eventUuid; - _dNewSubscriptionLevel = dNewSubscriptionLevel; - _previousSubscriptionLevel = previousSubscriptionLevel; } return self; } -- (instancetype)initWithEventUuid:(NSString *)eventUuid - dNewSubscriptionLevel:(DBTEAMLOGPaperTaggedValue *)dNewSubscriptionLevel { - return [self initWithEventUuid:eventUuid dNewSubscriptionLevel:dNewSubscriptionLevel previousSubscriptionLevel:nil]; -} - #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGPaperContentChangeSubscriptionDetailsSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGPaperContentCreateDetailsSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGPaperContentChangeSubscriptionDetailsSerializer deserialize:dict]; + return [DBTEAMLOGPaperContentCreateDetailsSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBTEAMLOGPaperContentChangeSubscriptionDetailsSerializer serialize:self] description]; + return [[DBTEAMLOGPaperContentCreateDetailsSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -38473,10 +39494,6 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.eventUuid hash]; - result = prime * result + [self.dNewSubscriptionLevel hash]; - if (self.previousSubscriptionLevel) { - result = prime * result + [self.previousSubscriptionLevel hash]; - } return prime * result; } @@ -38490,24 +39507,115 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToPaperContentChangeSubscriptionDetails:other]; + return [self isEqualToPaperContentCreateDetails:other]; } -- (BOOL)isEqualToPaperContentChangeSubscriptionDetails: - (DBTEAMLOGPaperContentChangeSubscriptionDetails *)aPaperContentChangeSubscriptionDetails { - if (self == aPaperContentChangeSubscriptionDetails) { +- (BOOL)isEqualToPaperContentCreateDetails:(DBTEAMLOGPaperContentCreateDetails *)aPaperContentCreateDetails { + if (self == aPaperContentCreateDetails) { return YES; } - if (![self.eventUuid isEqual:aPaperContentChangeSubscriptionDetails.eventUuid]) { + if (![self.eventUuid isEqual:aPaperContentCreateDetails.eventUuid]) { return NO; } - if (![self.dNewSubscriptionLevel isEqual:aPaperContentChangeSubscriptionDetails.dNewSubscriptionLevel]) { + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMLOGPaperContentCreateDetailsSerializer + ++ (NSDictionary *)serialize:(DBTEAMLOGPaperContentCreateDetails *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"event_uuid"] = valueObj.eventUuid; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMLOGPaperContentCreateDetails *)deserialize:(NSDictionary *)valueDict { + NSString *eventUuid = valueDict[@"event_uuid"]; + + return [[DBTEAMLOGPaperContentCreateDetails alloc] initWithEventUuid:eventUuid]; +} + +@end + +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMLOGPaperContentPermanentlyDeleteDetails.h" + +#pragma mark - API Object + +@implementation DBTEAMLOGPaperContentPermanentlyDeleteDetails + +#pragma mark - Constructors + +- (instancetype)initWithEventUuid:(NSString *)eventUuid { + [DBStoneValidators nonnullValidator:nil](eventUuid); + + self = [super init]; + if (self) { + _eventUuid = eventUuid; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGPaperContentPermanentlyDeleteDetailsSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMLOGPaperContentPermanentlyDeleteDetailsSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMLOGPaperContentPermanentlyDeleteDetailsSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.eventUuid hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { return NO; } - if (self.previousSubscriptionLevel) { - if (![self.previousSubscriptionLevel isEqual:aPaperContentChangeSubscriptionDetails.previousSubscriptionLevel]) { - return NO; - } + return [self isEqualToPaperContentPermanentlyDeleteDetails:other]; +} + +- (BOOL)isEqualToPaperContentPermanentlyDeleteDetails: + (DBTEAMLOGPaperContentPermanentlyDeleteDetails *)aPaperContentPermanentlyDeleteDetails { + if (self == aPaperContentPermanentlyDeleteDetails) { + return YES; + } + if (![self.eventUuid isEqual:aPaperContentPermanentlyDeleteDetails.eventUuid]) { + return NO; } return YES; } @@ -38516,48 +39624,36 @@ - (BOOL)isEqualToPaperContentChangeSubscriptionDetails: #pragma mark - Serializer Object -@implementation DBTEAMLOGPaperContentChangeSubscriptionDetailsSerializer +@implementation DBTEAMLOGPaperContentPermanentlyDeleteDetailsSerializer -+ (NSDictionary *)serialize:(DBTEAMLOGPaperContentChangeSubscriptionDetails *)valueObj { ++ (NSDictionary *)serialize:(DBTEAMLOGPaperContentPermanentlyDeleteDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; jsonDict[@"event_uuid"] = valueObj.eventUuid; - jsonDict[@"new_subscription_level"] = [DBTEAMLOGPaperTaggedValueSerializer serialize:valueObj.dNewSubscriptionLevel]; - if (valueObj.previousSubscriptionLevel) { - jsonDict[@"previous_subscription_level"] = - [DBTEAMLOGPaperTaggedValueSerializer serialize:valueObj.previousSubscriptionLevel]; - } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBTEAMLOGPaperContentChangeSubscriptionDetails *)deserialize:(NSDictionary *)valueDict { ++ (DBTEAMLOGPaperContentPermanentlyDeleteDetails *)deserialize:(NSDictionary *)valueDict { NSString *eventUuid = valueDict[@"event_uuid"]; - DBTEAMLOGPaperTaggedValue *dNewSubscriptionLevel = - [DBTEAMLOGPaperTaggedValueSerializer deserialize:valueDict[@"new_subscription_level"]]; - DBTEAMLOGPaperTaggedValue *previousSubscriptionLevel = - valueDict[@"previous_subscription_level"] - ? [DBTEAMLOGPaperTaggedValueSerializer deserialize:valueDict[@"previous_subscription_level"]] - : nil; - return [[DBTEAMLOGPaperContentChangeSubscriptionDetails alloc] initWithEventUuid:eventUuid - dNewSubscriptionLevel:dNewSubscriptionLevel - previousSubscriptionLevel:previousSubscriptionLevel]; + return [[DBTEAMLOGPaperContentPermanentlyDeleteDetails alloc] initWithEventUuid:eventUuid]; } @end #import "DBStoneSerializers.h" #import "DBStoneValidators.h" -#import "DBTEAMLOGPaperContentCreateDetails.h" +#import "DBTEAMLOGPaperContentRemoveFromFolderDetails.h" #pragma mark - API Object -@implementation DBTEAMLOGPaperContentCreateDetails +@implementation DBTEAMLOGPaperContentRemoveFromFolderDetails #pragma mark - Constructors - (instancetype)initWithEventUuid:(NSString *)eventUuid { + [DBStoneValidators nonnullValidator:nil](eventUuid); self = [super init]; if (self) { @@ -38568,18 +39664,18 @@ - (instancetype)initWithEventUuid:(NSString *)eventUuid { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGPaperContentCreateDetailsSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGPaperContentRemoveFromFolderDetailsSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGPaperContentCreateDetailsSerializer deserialize:dict]; + return [DBTEAMLOGPaperContentRemoveFromFolderDetailsSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBTEAMLOGPaperContentCreateDetailsSerializer serialize:self] description]; + return [[DBTEAMLOGPaperContentRemoveFromFolderDetailsSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -38610,14 +39706,15 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToPaperContentCreateDetails:other]; + return [self isEqualToPaperContentRemoveFromFolderDetails:other]; } -- (BOOL)isEqualToPaperContentCreateDetails:(DBTEAMLOGPaperContentCreateDetails *)aPaperContentCreateDetails { - if (self == aPaperContentCreateDetails) { +- (BOOL)isEqualToPaperContentRemoveFromFolderDetails: + (DBTEAMLOGPaperContentRemoveFromFolderDetails *)aPaperContentRemoveFromFolderDetails { + if (self == aPaperContentRemoveFromFolderDetails) { return YES; } - if (![self.eventUuid isEqual:aPaperContentCreateDetails.eventUuid]) { + if (![self.eventUuid isEqual:aPaperContentRemoveFromFolderDetails.eventUuid]) { return NO; } return YES; @@ -38627,35 +39724,36 @@ - (BOOL)isEqualToPaperContentCreateDetails:(DBTEAMLOGPaperContentCreateDetails * #pragma mark - Serializer Object -@implementation DBTEAMLOGPaperContentCreateDetailsSerializer +@implementation DBTEAMLOGPaperContentRemoveFromFolderDetailsSerializer -+ (NSDictionary *)serialize:(DBTEAMLOGPaperContentCreateDetails *)valueObj { ++ (NSDictionary *)serialize:(DBTEAMLOGPaperContentRemoveFromFolderDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; jsonDict[@"event_uuid"] = valueObj.eventUuid; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBTEAMLOGPaperContentCreateDetails *)deserialize:(NSDictionary *)valueDict { ++ (DBTEAMLOGPaperContentRemoveFromFolderDetails *)deserialize:(NSDictionary *)valueDict { NSString *eventUuid = valueDict[@"event_uuid"]; - return [[DBTEAMLOGPaperContentCreateDetails alloc] initWithEventUuid:eventUuid]; + return [[DBTEAMLOGPaperContentRemoveFromFolderDetails alloc] initWithEventUuid:eventUuid]; } @end #import "DBStoneSerializers.h" #import "DBStoneValidators.h" -#import "DBTEAMLOGPaperContentPermanentlyDeleteDetails.h" +#import "DBTEAMLOGPaperContentRemoveMemberDetails.h" #pragma mark - API Object -@implementation DBTEAMLOGPaperContentPermanentlyDeleteDetails +@implementation DBTEAMLOGPaperContentRemoveMemberDetails #pragma mark - Constructors - (instancetype)initWithEventUuid:(NSString *)eventUuid { + [DBStoneValidators nonnullValidator:nil](eventUuid); self = [super init]; if (self) { @@ -38666,18 +39764,18 @@ - (instancetype)initWithEventUuid:(NSString *)eventUuid { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGPaperContentPermanentlyDeleteDetailsSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGPaperContentRemoveMemberDetailsSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGPaperContentPermanentlyDeleteDetailsSerializer deserialize:dict]; + return [DBTEAMLOGPaperContentRemoveMemberDetailsSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBTEAMLOGPaperContentPermanentlyDeleteDetailsSerializer serialize:self] description]; + return [[DBTEAMLOGPaperContentRemoveMemberDetailsSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -38708,15 +39806,15 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToPaperContentPermanentlyDeleteDetails:other]; + return [self isEqualToPaperContentRemoveMemberDetails:other]; } -- (BOOL)isEqualToPaperContentPermanentlyDeleteDetails: - (DBTEAMLOGPaperContentPermanentlyDeleteDetails *)aPaperContentPermanentlyDeleteDetails { - if (self == aPaperContentPermanentlyDeleteDetails) { +- (BOOL)isEqualToPaperContentRemoveMemberDetails: + (DBTEAMLOGPaperContentRemoveMemberDetails *)aPaperContentRemoveMemberDetails { + if (self == aPaperContentRemoveMemberDetails) { return YES; } - if (![self.eventUuid isEqual:aPaperContentPermanentlyDeleteDetails.eventUuid]) { + if (![self.eventUuid isEqual:aPaperContentRemoveMemberDetails.eventUuid]) { return NO; } return YES; @@ -38726,35 +39824,36 @@ - (BOOL)isEqualToPaperContentPermanentlyDeleteDetails: #pragma mark - Serializer Object -@implementation DBTEAMLOGPaperContentPermanentlyDeleteDetailsSerializer +@implementation DBTEAMLOGPaperContentRemoveMemberDetailsSerializer -+ (NSDictionary *)serialize:(DBTEAMLOGPaperContentPermanentlyDeleteDetails *)valueObj { ++ (NSDictionary *)serialize:(DBTEAMLOGPaperContentRemoveMemberDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; jsonDict[@"event_uuid"] = valueObj.eventUuid; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBTEAMLOGPaperContentPermanentlyDeleteDetails *)deserialize:(NSDictionary *)valueDict { ++ (DBTEAMLOGPaperContentRemoveMemberDetails *)deserialize:(NSDictionary *)valueDict { NSString *eventUuid = valueDict[@"event_uuid"]; - return [[DBTEAMLOGPaperContentPermanentlyDeleteDetails alloc] initWithEventUuid:eventUuid]; + return [[DBTEAMLOGPaperContentRemoveMemberDetails alloc] initWithEventUuid:eventUuid]; } @end #import "DBStoneSerializers.h" #import "DBStoneValidators.h" -#import "DBTEAMLOGPaperContentRemoveFromFolderDetails.h" +#import "DBTEAMLOGPaperContentRenameDetails.h" #pragma mark - API Object -@implementation DBTEAMLOGPaperContentRemoveFromFolderDetails +@implementation DBTEAMLOGPaperContentRenameDetails #pragma mark - Constructors - (instancetype)initWithEventUuid:(NSString *)eventUuid { + [DBStoneValidators nonnullValidator:nil](eventUuid); self = [super init]; if (self) { @@ -38765,216 +39864,18 @@ - (instancetype)initWithEventUuid:(NSString *)eventUuid { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGPaperContentRemoveFromFolderDetailsSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGPaperContentRenameDetailsSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGPaperContentRemoveFromFolderDetailsSerializer deserialize:dict]; + return [DBTEAMLOGPaperContentRenameDetailsSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBTEAMLOGPaperContentRemoveFromFolderDetailsSerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - result = prime * result + [self.eventUuid hash]; - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToPaperContentRemoveFromFolderDetails:other]; -} - -- (BOOL)isEqualToPaperContentRemoveFromFolderDetails: - (DBTEAMLOGPaperContentRemoveFromFolderDetails *)aPaperContentRemoveFromFolderDetails { - if (self == aPaperContentRemoveFromFolderDetails) { - return YES; - } - if (![self.eventUuid isEqual:aPaperContentRemoveFromFolderDetails.eventUuid]) { - return NO; - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBTEAMLOGPaperContentRemoveFromFolderDetailsSerializer - -+ (NSDictionary *)serialize:(DBTEAMLOGPaperContentRemoveFromFolderDetails *)valueObj { - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - jsonDict[@"event_uuid"] = valueObj.eventUuid; - - return jsonDict; -} - -+ (DBTEAMLOGPaperContentRemoveFromFolderDetails *)deserialize:(NSDictionary *)valueDict { - NSString *eventUuid = valueDict[@"event_uuid"]; - - return [[DBTEAMLOGPaperContentRemoveFromFolderDetails alloc] initWithEventUuid:eventUuid]; -} - -@end - -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" -#import "DBTEAMLOGPaperContentRemoveMemberDetails.h" - -#pragma mark - API Object - -@implementation DBTEAMLOGPaperContentRemoveMemberDetails - -#pragma mark - Constructors - -- (instancetype)initWithEventUuid:(NSString *)eventUuid { - - self = [super init]; - if (self) { - _eventUuid = eventUuid; - } - return self; -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGPaperContentRemoveMemberDetailsSerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGPaperContentRemoveMemberDetailsSerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBTEAMLOGPaperContentRemoveMemberDetailsSerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - result = prime * result + [self.eventUuid hash]; - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToPaperContentRemoveMemberDetails:other]; -} - -- (BOOL)isEqualToPaperContentRemoveMemberDetails: - (DBTEAMLOGPaperContentRemoveMemberDetails *)aPaperContentRemoveMemberDetails { - if (self == aPaperContentRemoveMemberDetails) { - return YES; - } - if (![self.eventUuid isEqual:aPaperContentRemoveMemberDetails.eventUuid]) { - return NO; - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBTEAMLOGPaperContentRemoveMemberDetailsSerializer - -+ (NSDictionary *)serialize:(DBTEAMLOGPaperContentRemoveMemberDetails *)valueObj { - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - jsonDict[@"event_uuid"] = valueObj.eventUuid; - - return jsonDict; -} - -+ (DBTEAMLOGPaperContentRemoveMemberDetails *)deserialize:(NSDictionary *)valueDict { - NSString *eventUuid = valueDict[@"event_uuid"]; - - return [[DBTEAMLOGPaperContentRemoveMemberDetails alloc] initWithEventUuid:eventUuid]; -} - -@end - -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" -#import "DBTEAMLOGPaperContentRenameDetails.h" - -#pragma mark - API Object - -@implementation DBTEAMLOGPaperContentRenameDetails - -#pragma mark - Constructors - -- (instancetype)initWithEventUuid:(NSString *)eventUuid { - - self = [super init]; - if (self) { - _eventUuid = eventUuid; - } - return self; -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGPaperContentRenameDetailsSerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGPaperContentRenameDetailsSerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBTEAMLOGPaperContentRenameDetailsSerializer serialize:self] description]; + return [[DBTEAMLOGPaperContentRenameDetailsSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -39029,7 +39930,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperContentRenameDetails *)valueObj { jsonDict[@"event_uuid"] = valueObj.eventUuid; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperContentRenameDetails *)deserialize:(NSDictionary *)valueDict { @@ -39051,6 +39952,7 @@ @implementation DBTEAMLOGPaperContentRestoreDetails #pragma mark - Constructors - (instancetype)initWithEventUuid:(NSString *)eventUuid { + [DBStoneValidators nonnullValidator:nil](eventUuid); self = [super init]; if (self) { @@ -39061,7 +39963,7 @@ - (instancetype)initWithEventUuid:(NSString *)eventUuid { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperContentRestoreDetailsSerializer serialize:instance]; } @@ -39127,7 +40029,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperContentRestoreDetails *)valueObj { jsonDict[@"event_uuid"] = valueObj.eventUuid; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperContentRestoreDetails *)deserialize:(NSDictionary *)valueDict { @@ -39138,179 +40040,6 @@ + (DBTEAMLOGPaperContentRestoreDetails *)deserialize:(NSDictionary *)valueDict { @end -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" -#import "DBTEAMLOGPaperDeploymentPolicy.h" - -#pragma mark - API Object - -@implementation DBTEAMLOGPaperDeploymentPolicy - -#pragma mark - Constructors - -- (instancetype)initWithPartial { - self = [super init]; - if (self) { - _tag = DBTEAMLOGPaperDeploymentPolicyPartial; - } - return self; -} - -- (instancetype)initWithFull { - self = [super init]; - if (self) { - _tag = DBTEAMLOGPaperDeploymentPolicyFull; - } - return self; -} - -- (instancetype)initWithOther { - self = [super init]; - if (self) { - _tag = DBTEAMLOGPaperDeploymentPolicyOther; - } - return self; -} - -#pragma mark - Instance field accessors - -#pragma mark - Tag state methods - -- (BOOL)isPartial { - return _tag == DBTEAMLOGPaperDeploymentPolicyPartial; -} - -- (BOOL)isFull { - return _tag == DBTEAMLOGPaperDeploymentPolicyFull; -} - -- (BOOL)isOther { - return _tag == DBTEAMLOGPaperDeploymentPolicyOther; -} - -- (NSString *)tagName { - switch (_tag) { - case DBTEAMLOGPaperDeploymentPolicyPartial: - return @"DBTEAMLOGPaperDeploymentPolicyPartial"; - case DBTEAMLOGPaperDeploymentPolicyFull: - return @"DBTEAMLOGPaperDeploymentPolicyFull"; - case DBTEAMLOGPaperDeploymentPolicyOther: - return @"DBTEAMLOGPaperDeploymentPolicyOther"; - } - - @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGPaperDeploymentPolicySerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGPaperDeploymentPolicySerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBTEAMLOGPaperDeploymentPolicySerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - switch (_tag) { - case DBTEAMLOGPaperDeploymentPolicyPartial: - result = prime * result + [[self tagName] hash]; - case DBTEAMLOGPaperDeploymentPolicyFull: - result = prime * result + [[self tagName] hash]; - case DBTEAMLOGPaperDeploymentPolicyOther: - result = prime * result + [[self tagName] hash]; - } - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToPaperDeploymentPolicy:other]; -} - -- (BOOL)isEqualToPaperDeploymentPolicy:(DBTEAMLOGPaperDeploymentPolicy *)aPaperDeploymentPolicy { - if (self == aPaperDeploymentPolicy) { - return YES; - } - if (self.tag != aPaperDeploymentPolicy.tag) { - return NO; - } - switch (_tag) { - case DBTEAMLOGPaperDeploymentPolicyPartial: - return [[self tagName] isEqual:[aPaperDeploymentPolicy tagName]]; - case DBTEAMLOGPaperDeploymentPolicyFull: - return [[self tagName] isEqual:[aPaperDeploymentPolicy tagName]]; - case DBTEAMLOGPaperDeploymentPolicyOther: - return [[self tagName] isEqual:[aPaperDeploymentPolicy tagName]]; - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBTEAMLOGPaperDeploymentPolicySerializer - -+ (NSDictionary *)serialize:(DBTEAMLOGPaperDeploymentPolicy *)valueObj { - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - if ([valueObj isPartial]) { - jsonDict[@".tag"] = @"partial"; - } else if ([valueObj isFull]) { - jsonDict[@".tag"] = @"full"; - } else if ([valueObj isOther]) { - jsonDict[@".tag"] = @"other"; - } else { - jsonDict[@".tag"] = @"other"; - } - - return jsonDict; -} - -+ (DBTEAMLOGPaperDeploymentPolicy *)deserialize:(NSDictionary *)valueDict { - NSString *tag = valueDict[@".tag"]; - - if ([tag isEqualToString:@"partial"]) { - return [[DBTEAMLOGPaperDeploymentPolicy alloc] initWithPartial]; - } else if ([tag isEqualToString:@"full"]) { - return [[DBTEAMLOGPaperDeploymentPolicy alloc] initWithFull]; - } else if ([tag isEqualToString:@"other"]) { - return [[DBTEAMLOGPaperDeploymentPolicy alloc] initWithOther]; - } else { - return [[DBTEAMLOGPaperDeploymentPolicy alloc] initWithOther]; - } -} - -@end - #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #import "DBTEAMLOGPaperDocAddCommentDetails.h" @@ -39322,6 +40051,7 @@ @implementation DBTEAMLOGPaperDocAddCommentDetails #pragma mark - Constructors - (instancetype)initWithEventUuid:(NSString *)eventUuid commentText:(NSString *)commentText { + [DBStoneValidators nonnullValidator:nil](eventUuid); self = [super init]; if (self) { @@ -39337,7 +40067,7 @@ - (instancetype)initWithEventUuid:(NSString *)eventUuid { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperDocAddCommentDetailsSerializer serialize:instance]; } @@ -39366,7 +40096,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.eventUuid hash]; - if (self.commentText) { + if (self.commentText != nil) { result = prime * result + [self.commentText hash]; } @@ -39414,7 +40144,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperDocAddCommentDetails *)valueObj { jsonDict[@"comment_text"] = valueObj.commentText; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperDocAddCommentDetails *)deserialize:(NSDictionary *)valueDict { @@ -39438,6 +40168,8 @@ @implementation DBTEAMLOGPaperDocChangeMemberRoleDetails #pragma mark - Constructors - (instancetype)initWithEventUuid:(NSString *)eventUuid accessType:(DBTEAMLOGPaperAccessType *)accessType { + [DBStoneValidators nonnullValidator:nil](eventUuid); + [DBStoneValidators nonnullValidator:nil](accessType); self = [super init]; if (self) { @@ -39449,7 +40181,7 @@ - (instancetype)initWithEventUuid:(NSString *)eventUuid accessType:(DBTEAMLOGPap #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperDocChangeMemberRoleDetailsSerializer serialize:instance]; } @@ -39521,7 +40253,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperDocChangeMemberRoleDetails *)valueObj jsonDict[@"event_uuid"] = valueObj.eventUuid; jsonDict[@"access_type"] = [DBTEAMLOGPaperAccessTypeSerializer serialize:valueObj.accessType]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperDocChangeMemberRoleDetails *)deserialize:(NSDictionary *)valueDict { @@ -39546,6 +40278,7 @@ @implementation DBTEAMLOGPaperDocChangeSharingPolicyDetails - (instancetype)initWithEventUuid:(NSString *)eventUuid publicSharingPolicy:(NSString *)publicSharingPolicy teamSharingPolicy:(NSString *)teamSharingPolicy { + [DBStoneValidators nonnullValidator:nil](eventUuid); self = [super init]; if (self) { @@ -39562,7 +40295,7 @@ - (instancetype)initWithEventUuid:(NSString *)eventUuid { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperDocChangeSharingPolicyDetailsSerializer serialize:instance]; } @@ -39591,10 +40324,10 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.eventUuid hash]; - if (self.publicSharingPolicy) { + if (self.publicSharingPolicy != nil) { result = prime * result + [self.publicSharingPolicy hash]; } - if (self.teamSharingPolicy) { + if (self.teamSharingPolicy != nil) { result = prime * result + [self.teamSharingPolicy hash]; } @@ -39651,7 +40384,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperDocChangeSharingPolicyDetails *)value jsonDict[@"team_sharing_policy"] = valueObj.teamSharingPolicy; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperDocChangeSharingPolicyDetails *)deserialize:(NSDictionary *)valueDict { @@ -39666,6 +40399,135 @@ + (DBTEAMLOGPaperDocChangeSharingPolicyDetails *)deserialize:(NSDictionary *)val @end +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMLOGPaperDocChangeSubscriptionDetails.h" + +#pragma mark - API Object + +@implementation DBTEAMLOGPaperDocChangeSubscriptionDetails + +#pragma mark - Constructors + +- (instancetype)initWithEventUuid:(NSString *)eventUuid + dNewSubscriptionLevel:(NSString *)dNewSubscriptionLevel + previousSubscriptionLevel:(NSString *)previousSubscriptionLevel { + [DBStoneValidators nonnullValidator:nil](eventUuid); + [DBStoneValidators nonnullValidator:nil](dNewSubscriptionLevel); + + self = [super init]; + if (self) { + _eventUuid = eventUuid; + _dNewSubscriptionLevel = dNewSubscriptionLevel; + _previousSubscriptionLevel = previousSubscriptionLevel; + } + return self; +} + +- (instancetype)initWithEventUuid:(NSString *)eventUuid dNewSubscriptionLevel:(NSString *)dNewSubscriptionLevel { + return [self initWithEventUuid:eventUuid dNewSubscriptionLevel:dNewSubscriptionLevel previousSubscriptionLevel:nil]; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGPaperDocChangeSubscriptionDetailsSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMLOGPaperDocChangeSubscriptionDetailsSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMLOGPaperDocChangeSubscriptionDetailsSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.eventUuid hash]; + result = prime * result + [self.dNewSubscriptionLevel hash]; + if (self.previousSubscriptionLevel != nil) { + result = prime * result + [self.previousSubscriptionLevel hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToPaperDocChangeSubscriptionDetails:other]; +} + +- (BOOL)isEqualToPaperDocChangeSubscriptionDetails: + (DBTEAMLOGPaperDocChangeSubscriptionDetails *)aPaperDocChangeSubscriptionDetails { + if (self == aPaperDocChangeSubscriptionDetails) { + return YES; + } + if (![self.eventUuid isEqual:aPaperDocChangeSubscriptionDetails.eventUuid]) { + return NO; + } + if (![self.dNewSubscriptionLevel isEqual:aPaperDocChangeSubscriptionDetails.dNewSubscriptionLevel]) { + return NO; + } + if (self.previousSubscriptionLevel) { + if (![self.previousSubscriptionLevel isEqual:aPaperDocChangeSubscriptionDetails.previousSubscriptionLevel]) { + return NO; + } + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMLOGPaperDocChangeSubscriptionDetailsSerializer + ++ (NSDictionary *)serialize:(DBTEAMLOGPaperDocChangeSubscriptionDetails *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"event_uuid"] = valueObj.eventUuid; + jsonDict[@"new_subscription_level"] = valueObj.dNewSubscriptionLevel; + if (valueObj.previousSubscriptionLevel) { + jsonDict[@"previous_subscription_level"] = valueObj.previousSubscriptionLevel; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMLOGPaperDocChangeSubscriptionDetails *)deserialize:(NSDictionary *)valueDict { + NSString *eventUuid = valueDict[@"event_uuid"]; + NSString *dNewSubscriptionLevel = valueDict[@"new_subscription_level"]; + NSString *previousSubscriptionLevel = valueDict[@"previous_subscription_level"] ?: nil; + + return [[DBTEAMLOGPaperDocChangeSubscriptionDetails alloc] initWithEventUuid:eventUuid + dNewSubscriptionLevel:dNewSubscriptionLevel + previousSubscriptionLevel:previousSubscriptionLevel]; +} + +@end + #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #import "DBTEAMLOGPaperDocDeleteCommentDetails.h" @@ -39677,6 +40539,7 @@ @implementation DBTEAMLOGPaperDocDeleteCommentDetails #pragma mark - Constructors - (instancetype)initWithEventUuid:(NSString *)eventUuid commentText:(NSString *)commentText { + [DBStoneValidators nonnullValidator:nil](eventUuid); self = [super init]; if (self) { @@ -39692,7 +40555,7 @@ - (instancetype)initWithEventUuid:(NSString *)eventUuid { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperDocDeleteCommentDetailsSerializer serialize:instance]; } @@ -39721,7 +40584,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.eventUuid hash]; - if (self.commentText) { + if (self.commentText != nil) { result = prime * result + [self.commentText hash]; } @@ -39769,7 +40632,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperDocDeleteCommentDetails *)valueObj { jsonDict[@"comment_text"] = valueObj.commentText; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperDocDeleteCommentDetails *)deserialize:(NSDictionary *)valueDict { @@ -39792,6 +40655,7 @@ @implementation DBTEAMLOGPaperDocDeletedDetails #pragma mark - Constructors - (instancetype)initWithEventUuid:(NSString *)eventUuid { + [DBStoneValidators nonnullValidator:nil](eventUuid); self = [super init]; if (self) { @@ -39802,7 +40666,7 @@ - (instancetype)initWithEventUuid:(NSString *)eventUuid { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperDocDeletedDetailsSerializer serialize:instance]; } @@ -39868,7 +40732,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperDocDeletedDetails *)valueObj { jsonDict[@"event_uuid"] = valueObj.eventUuid; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperDocDeletedDetails *)deserialize:(NSDictionary *)valueDict { @@ -39892,6 +40756,8 @@ @implementation DBTEAMLOGPaperDocDownloadDetails - (instancetype)initWithEventUuid:(NSString *)eventUuid exportFileFormat:(DBTEAMLOGPaperDownloadFormat *)exportFileFormat { + [DBStoneValidators nonnullValidator:nil](eventUuid); + [DBStoneValidators nonnullValidator:nil](exportFileFormat); self = [super init]; if (self) { @@ -39903,7 +40769,7 @@ - (instancetype)initWithEventUuid:(NSString *)eventUuid #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperDocDownloadDetailsSerializer serialize:instance]; } @@ -39974,7 +40840,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperDocDownloadDetails *)valueObj { jsonDict[@"event_uuid"] = valueObj.eventUuid; jsonDict[@"export_file_format"] = [DBTEAMLOGPaperDownloadFormatSerializer serialize:valueObj.exportFileFormat]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperDocDownloadDetails *)deserialize:(NSDictionary *)valueDict { @@ -39998,6 +40864,7 @@ @implementation DBTEAMLOGPaperDocEditCommentDetails #pragma mark - Constructors - (instancetype)initWithEventUuid:(NSString *)eventUuid commentText:(NSString *)commentText { + [DBStoneValidators nonnullValidator:nil](eventUuid); self = [super init]; if (self) { @@ -40013,7 +40880,7 @@ - (instancetype)initWithEventUuid:(NSString *)eventUuid { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperDocEditCommentDetailsSerializer serialize:instance]; } @@ -40042,7 +40909,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.eventUuid hash]; - if (self.commentText) { + if (self.commentText != nil) { result = prime * result + [self.commentText hash]; } @@ -40090,7 +40957,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperDocEditCommentDetails *)valueObj { jsonDict[@"comment_text"] = valueObj.commentText; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperDocEditCommentDetails *)deserialize:(NSDictionary *)valueDict { @@ -40113,6 +40980,7 @@ @implementation DBTEAMLOGPaperDocEditDetails #pragma mark - Constructors - (instancetype)initWithEventUuid:(NSString *)eventUuid { + [DBStoneValidators nonnullValidator:nil](eventUuid); self = [super init]; if (self) { @@ -40123,7 +40991,7 @@ - (instancetype)initWithEventUuid:(NSString *)eventUuid { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperDocEditDetailsSerializer serialize:instance]; } @@ -40189,7 +41057,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperDocEditDetails *)valueObj { jsonDict[@"event_uuid"] = valueObj.eventUuid; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperDocEditDetails *)deserialize:(NSDictionary *)valueDict { @@ -40211,6 +41079,7 @@ @implementation DBTEAMLOGPaperDocFollowedDetails #pragma mark - Constructors - (instancetype)initWithEventUuid:(NSString *)eventUuid { + [DBStoneValidators nonnullValidator:nil](eventUuid); self = [super init]; if (self) { @@ -40221,7 +41090,7 @@ - (instancetype)initWithEventUuid:(NSString *)eventUuid { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperDocFollowedDetailsSerializer serialize:instance]; } @@ -40287,7 +41156,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperDocFollowedDetails *)valueObj { jsonDict[@"event_uuid"] = valueObj.eventUuid; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperDocFollowedDetails *)deserialize:(NSDictionary *)valueDict { @@ -40309,6 +41178,7 @@ @implementation DBTEAMLOGPaperDocMentionDetails #pragma mark - Constructors - (instancetype)initWithEventUuid:(NSString *)eventUuid { + [DBStoneValidators nonnullValidator:nil](eventUuid); self = [super init]; if (self) { @@ -40319,7 +41189,7 @@ - (instancetype)initWithEventUuid:(NSString *)eventUuid { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperDocMentionDetailsSerializer serialize:instance]; } @@ -40385,7 +41255,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperDocMentionDetails *)valueObj { jsonDict[@"event_uuid"] = valueObj.eventUuid; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperDocMentionDetails *)deserialize:(NSDictionary *)valueDict { @@ -40407,6 +41277,7 @@ @implementation DBTEAMLOGPaperDocRequestAccessDetails #pragma mark - Constructors - (instancetype)initWithEventUuid:(NSString *)eventUuid { + [DBStoneValidators nonnullValidator:nil](eventUuid); self = [super init]; if (self) { @@ -40417,7 +41288,7 @@ - (instancetype)initWithEventUuid:(NSString *)eventUuid { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperDocRequestAccessDetailsSerializer serialize:instance]; } @@ -40483,7 +41354,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperDocRequestAccessDetails *)valueObj { jsonDict[@"event_uuid"] = valueObj.eventUuid; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperDocRequestAccessDetails *)deserialize:(NSDictionary *)valueDict { @@ -40505,6 +41376,7 @@ @implementation DBTEAMLOGPaperDocResolveCommentDetails #pragma mark - Constructors - (instancetype)initWithEventUuid:(NSString *)eventUuid commentText:(NSString *)commentText { + [DBStoneValidators nonnullValidator:nil](eventUuid); self = [super init]; if (self) { @@ -40520,7 +41392,7 @@ - (instancetype)initWithEventUuid:(NSString *)eventUuid { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperDocResolveCommentDetailsSerializer serialize:instance]; } @@ -40549,7 +41421,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.eventUuid hash]; - if (self.commentText) { + if (self.commentText != nil) { result = prime * result + [self.commentText hash]; } @@ -40598,7 +41470,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperDocResolveCommentDetails *)valueObj { jsonDict[@"comment_text"] = valueObj.commentText; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperDocResolveCommentDetails *)deserialize:(NSDictionary *)valueDict { @@ -40621,6 +41493,7 @@ @implementation DBTEAMLOGPaperDocRevertDetails #pragma mark - Constructors - (instancetype)initWithEventUuid:(NSString *)eventUuid { + [DBStoneValidators nonnullValidator:nil](eventUuid); self = [super init]; if (self) { @@ -40631,7 +41504,7 @@ - (instancetype)initWithEventUuid:(NSString *)eventUuid { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperDocRevertDetailsSerializer serialize:instance]; } @@ -40697,7 +41570,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperDocRevertDetails *)valueObj { jsonDict[@"event_uuid"] = valueObj.eventUuid; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperDocRevertDetails *)deserialize:(NSDictionary *)valueDict { @@ -40719,6 +41592,7 @@ @implementation DBTEAMLOGPaperDocSlackShareDetails #pragma mark - Constructors - (instancetype)initWithEventUuid:(NSString *)eventUuid { + [DBStoneValidators nonnullValidator:nil](eventUuid); self = [super init]; if (self) { @@ -40729,7 +41603,7 @@ - (instancetype)initWithEventUuid:(NSString *)eventUuid { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperDocSlackShareDetailsSerializer serialize:instance]; } @@ -40795,7 +41669,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperDocSlackShareDetails *)valueObj { jsonDict[@"event_uuid"] = valueObj.eventUuid; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperDocSlackShareDetails *)deserialize:(NSDictionary *)valueDict { @@ -40817,6 +41691,7 @@ @implementation DBTEAMLOGPaperDocTeamInviteDetails #pragma mark - Constructors - (instancetype)initWithEventUuid:(NSString *)eventUuid { + [DBStoneValidators nonnullValidator:nil](eventUuid); self = [super init]; if (self) { @@ -40827,7 +41702,7 @@ - (instancetype)initWithEventUuid:(NSString *)eventUuid { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperDocTeamInviteDetailsSerializer serialize:instance]; } @@ -40893,7 +41768,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperDocTeamInviteDetails *)valueObj { jsonDict[@"event_uuid"] = valueObj.eventUuid; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperDocTeamInviteDetails *)deserialize:(NSDictionary *)valueDict { @@ -40904,6 +41779,105 @@ + (DBTEAMLOGPaperDocTeamInviteDetails *)deserialize:(NSDictionary *)valueDict { @end +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMLOGPaperDocTrashedDetails.h" + +#pragma mark - API Object + +@implementation DBTEAMLOGPaperDocTrashedDetails + +#pragma mark - Constructors + +- (instancetype)initWithEventUuid:(NSString *)eventUuid { + [DBStoneValidators nonnullValidator:nil](eventUuid); + + self = [super init]; + if (self) { + _eventUuid = eventUuid; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGPaperDocTrashedDetailsSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMLOGPaperDocTrashedDetailsSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMLOGPaperDocTrashedDetailsSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.eventUuid hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToPaperDocTrashedDetails:other]; +} + +- (BOOL)isEqualToPaperDocTrashedDetails:(DBTEAMLOGPaperDocTrashedDetails *)aPaperDocTrashedDetails { + if (self == aPaperDocTrashedDetails) { + return YES; + } + if (![self.eventUuid isEqual:aPaperDocTrashedDetails.eventUuid]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMLOGPaperDocTrashedDetailsSerializer + ++ (NSDictionary *)serialize:(DBTEAMLOGPaperDocTrashedDetails *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"event_uuid"] = valueObj.eventUuid; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMLOGPaperDocTrashedDetails *)deserialize:(NSDictionary *)valueDict { + NSString *eventUuid = valueDict[@"event_uuid"]; + + return [[DBTEAMLOGPaperDocTrashedDetails alloc] initWithEventUuid:eventUuid]; +} + +@end + #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #import "DBTEAMLOGPaperDocUnresolveCommentDetails.h" @@ -40915,6 +41889,7 @@ @implementation DBTEAMLOGPaperDocUnresolveCommentDetails #pragma mark - Constructors - (instancetype)initWithEventUuid:(NSString *)eventUuid commentText:(NSString *)commentText { + [DBStoneValidators nonnullValidator:nil](eventUuid); self = [super init]; if (self) { @@ -40930,7 +41905,7 @@ - (instancetype)initWithEventUuid:(NSString *)eventUuid { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperDocUnresolveCommentDetailsSerializer serialize:instance]; } @@ -40959,7 +41934,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.eventUuid hash]; - if (self.commentText) { + if (self.commentText != nil) { result = prime * result + [self.commentText hash]; } @@ -41008,7 +41983,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperDocUnresolveCommentDetails *)valueObj jsonDict[@"comment_text"] = valueObj.commentText; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperDocUnresolveCommentDetails *)deserialize:(NSDictionary *)valueDict { @@ -41020,6 +41995,105 @@ + (DBTEAMLOGPaperDocUnresolveCommentDetails *)deserialize:(NSDictionary *)valueD @end +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMLOGPaperDocUntrashedDetails.h" + +#pragma mark - API Object + +@implementation DBTEAMLOGPaperDocUntrashedDetails + +#pragma mark - Constructors + +- (instancetype)initWithEventUuid:(NSString *)eventUuid { + [DBStoneValidators nonnullValidator:nil](eventUuid); + + self = [super init]; + if (self) { + _eventUuid = eventUuid; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGPaperDocUntrashedDetailsSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMLOGPaperDocUntrashedDetailsSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMLOGPaperDocUntrashedDetailsSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.eventUuid hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToPaperDocUntrashedDetails:other]; +} + +- (BOOL)isEqualToPaperDocUntrashedDetails:(DBTEAMLOGPaperDocUntrashedDetails *)aPaperDocUntrashedDetails { + if (self == aPaperDocUntrashedDetails) { + return YES; + } + if (![self.eventUuid isEqual:aPaperDocUntrashedDetails.eventUuid]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMLOGPaperDocUntrashedDetailsSerializer + ++ (NSDictionary *)serialize:(DBTEAMLOGPaperDocUntrashedDetails *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"event_uuid"] = valueObj.eventUuid; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMLOGPaperDocUntrashedDetails *)deserialize:(NSDictionary *)valueDict { + NSString *eventUuid = valueDict[@"event_uuid"]; + + return [[DBTEAMLOGPaperDocUntrashedDetails alloc] initWithEventUuid:eventUuid]; +} + +@end + #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #import "DBTEAMLOGPaperDocViewDetails.h" @@ -41031,6 +42105,7 @@ @implementation DBTEAMLOGPaperDocViewDetails #pragma mark - Constructors - (instancetype)initWithEventUuid:(NSString *)eventUuid { + [DBStoneValidators nonnullValidator:nil](eventUuid); self = [super init]; if (self) { @@ -41041,7 +42116,7 @@ - (instancetype)initWithEventUuid:(NSString *)eventUuid { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperDocViewDetailsSerializer serialize:instance]; } @@ -41107,7 +42182,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperDocViewDetails *)valueObj { jsonDict[@"event_uuid"] = valueObj.eventUuid; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperDocViewDetails *)deserialize:(NSDictionary *)valueDict { @@ -41129,6 +42204,8 @@ @implementation DBTEAMLOGPaperDocumentLogInfo #pragma mark - Constructors - (instancetype)initWithDocId:(NSString *)docId docTitle:(NSString *)docTitle { + [DBStoneValidators nonnullValidator:nil](docId); + [DBStoneValidators nonnullValidator:nil](docTitle); self = [super init]; if (self) { @@ -41140,7 +42217,7 @@ - (instancetype)initWithDocId:(NSString *)docId docTitle:(NSString *)docTitle { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperDocumentLogInfoSerializer serialize:instance]; } @@ -41211,7 +42288,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperDocumentLogInfo *)valueObj { jsonDict[@"doc_id"] = valueObj.docId; jsonDict[@"doc_title"] = valueObj.docTitle; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperDocumentLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -41302,7 +42379,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperDownloadFormatSerializer serialize:instance]; } @@ -41397,7 +42474,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperDownloadFormat *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperDownloadFormat *)deserialize:(NSDictionary *)valueDict { @@ -41438,7 +42515,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperEnabledUsersGroupAdditionDetailsSerializer serialize:instance]; } @@ -41499,7 +42576,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperEnabledUsersGroupAdditionDetails *)va #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperEnabledUsersGroupAdditionDetails *)deserialize:(NSDictionary *)valueDict { @@ -41530,7 +42607,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperEnabledUsersGroupRemovalDetailsSerializer serialize:instance]; } @@ -41591,7 +42668,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperEnabledUsersGroupRemovalDetails *)val #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperEnabledUsersGroupRemovalDetails *)deserialize:(NSDictionary *)valueDict { @@ -41622,7 +42699,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperExternalViewAllowDetailsSerializer serialize:instance]; } @@ -41683,7 +42760,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperExternalViewAllowDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperExternalViewAllowDetails *)deserialize:(NSDictionary *)valueDict { @@ -41714,7 +42791,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperExternalViewDefaultTeamDetailsSerializer serialize:instance]; } @@ -41775,7 +42852,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperExternalViewDefaultTeamDetails *)valu #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperExternalViewDefaultTeamDetails *)deserialize:(NSDictionary *)valueDict { @@ -41806,7 +42883,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperExternalViewForbidDetailsSerializer serialize:instance]; } @@ -41867,7 +42944,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperExternalViewForbidDetails *)valueObj #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperExternalViewForbidDetails *)deserialize:(NSDictionary *)valueDict { @@ -41878,6 +42955,135 @@ + (DBTEAMLOGPaperExternalViewForbidDetails *)deserialize:(NSDictionary *)valueDi @end +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMLOGPaperFolderChangeSubscriptionDetails.h" + +#pragma mark - API Object + +@implementation DBTEAMLOGPaperFolderChangeSubscriptionDetails + +#pragma mark - Constructors + +- (instancetype)initWithEventUuid:(NSString *)eventUuid + dNewSubscriptionLevel:(NSString *)dNewSubscriptionLevel + previousSubscriptionLevel:(NSString *)previousSubscriptionLevel { + [DBStoneValidators nonnullValidator:nil](eventUuid); + [DBStoneValidators nonnullValidator:nil](dNewSubscriptionLevel); + + self = [super init]; + if (self) { + _eventUuid = eventUuid; + _dNewSubscriptionLevel = dNewSubscriptionLevel; + _previousSubscriptionLevel = previousSubscriptionLevel; + } + return self; +} + +- (instancetype)initWithEventUuid:(NSString *)eventUuid dNewSubscriptionLevel:(NSString *)dNewSubscriptionLevel { + return [self initWithEventUuid:eventUuid dNewSubscriptionLevel:dNewSubscriptionLevel previousSubscriptionLevel:nil]; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGPaperFolderChangeSubscriptionDetailsSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMLOGPaperFolderChangeSubscriptionDetailsSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMLOGPaperFolderChangeSubscriptionDetailsSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.eventUuid hash]; + result = prime * result + [self.dNewSubscriptionLevel hash]; + if (self.previousSubscriptionLevel != nil) { + result = prime * result + [self.previousSubscriptionLevel hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToPaperFolderChangeSubscriptionDetails:other]; +} + +- (BOOL)isEqualToPaperFolderChangeSubscriptionDetails: + (DBTEAMLOGPaperFolderChangeSubscriptionDetails *)aPaperFolderChangeSubscriptionDetails { + if (self == aPaperFolderChangeSubscriptionDetails) { + return YES; + } + if (![self.eventUuid isEqual:aPaperFolderChangeSubscriptionDetails.eventUuid]) { + return NO; + } + if (![self.dNewSubscriptionLevel isEqual:aPaperFolderChangeSubscriptionDetails.dNewSubscriptionLevel]) { + return NO; + } + if (self.previousSubscriptionLevel) { + if (![self.previousSubscriptionLevel isEqual:aPaperFolderChangeSubscriptionDetails.previousSubscriptionLevel]) { + return NO; + } + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMLOGPaperFolderChangeSubscriptionDetailsSerializer + ++ (NSDictionary *)serialize:(DBTEAMLOGPaperFolderChangeSubscriptionDetails *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"event_uuid"] = valueObj.eventUuid; + jsonDict[@"new_subscription_level"] = valueObj.dNewSubscriptionLevel; + if (valueObj.previousSubscriptionLevel) { + jsonDict[@"previous_subscription_level"] = valueObj.previousSubscriptionLevel; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMLOGPaperFolderChangeSubscriptionDetails *)deserialize:(NSDictionary *)valueDict { + NSString *eventUuid = valueDict[@"event_uuid"]; + NSString *dNewSubscriptionLevel = valueDict[@"new_subscription_level"]; + NSString *previousSubscriptionLevel = valueDict[@"previous_subscription_level"] ?: nil; + + return [[DBTEAMLOGPaperFolderChangeSubscriptionDetails alloc] initWithEventUuid:eventUuid + dNewSubscriptionLevel:dNewSubscriptionLevel + previousSubscriptionLevel:previousSubscriptionLevel]; +} + +@end + #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #import "DBTEAMLOGPaperFolderDeletedDetails.h" @@ -41889,6 +43095,7 @@ @implementation DBTEAMLOGPaperFolderDeletedDetails #pragma mark - Constructors - (instancetype)initWithEventUuid:(NSString *)eventUuid { + [DBStoneValidators nonnullValidator:nil](eventUuid); self = [super init]; if (self) { @@ -41899,7 +43106,7 @@ - (instancetype)initWithEventUuid:(NSString *)eventUuid { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperFolderDeletedDetailsSerializer serialize:instance]; } @@ -41965,7 +43172,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperFolderDeletedDetails *)valueObj { jsonDict[@"event_uuid"] = valueObj.eventUuid; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperFolderDeletedDetails *)deserialize:(NSDictionary *)valueDict { @@ -41987,6 +43194,7 @@ @implementation DBTEAMLOGPaperFolderFollowedDetails #pragma mark - Constructors - (instancetype)initWithEventUuid:(NSString *)eventUuid { + [DBStoneValidators nonnullValidator:nil](eventUuid); self = [super init]; if (self) { @@ -41997,7 +43205,7 @@ - (instancetype)initWithEventUuid:(NSString *)eventUuid { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperFolderFollowedDetailsSerializer serialize:instance]; } @@ -42063,7 +43271,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperFolderFollowedDetails *)valueObj { jsonDict[@"event_uuid"] = valueObj.eventUuid; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperFolderFollowedDetails *)deserialize:(NSDictionary *)valueDict { @@ -42085,6 +43293,8 @@ @implementation DBTEAMLOGPaperFolderLogInfo #pragma mark - Constructors - (instancetype)initWithFolderId:(NSString *)folderId folderName:(NSString *)folderName { + [DBStoneValidators nonnullValidator:nil](folderId); + [DBStoneValidators nonnullValidator:nil](folderName); self = [super init]; if (self) { @@ -42096,7 +43306,7 @@ - (instancetype)initWithFolderId:(NSString *)folderId folderName:(NSString *)fol #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperFolderLogInfoSerializer serialize:instance]; } @@ -42167,7 +43377,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperFolderLogInfo *)valueObj { jsonDict[@"folder_id"] = valueObj.folderId; jsonDict[@"folder_name"] = valueObj.folderName; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperFolderLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -42190,6 +43400,7 @@ @implementation DBTEAMLOGPaperFolderTeamInviteDetails #pragma mark - Constructors - (instancetype)initWithEventUuid:(NSString *)eventUuid { + [DBStoneValidators nonnullValidator:nil](eventUuid); self = [super init]; if (self) { @@ -42200,7 +43411,7 @@ - (instancetype)initWithEventUuid:(NSString *)eventUuid { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperFolderTeamInviteDetailsSerializer serialize:instance]; } @@ -42266,7 +43477,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPaperFolderTeamInviteDetails *)valueObj { jsonDict[@"event_uuid"] = valueObj.eventUuid; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperFolderTeamInviteDetails *)deserialize:(NSDictionary *)valueDict { @@ -42287,26 +43498,26 @@ @implementation DBTEAMLOGPaperMemberPolicy #pragma mark - Constructors -- (instancetype)initWithTeamOnly { +- (instancetype)initWithAnyoneWithLink { self = [super init]; if (self) { - _tag = DBTEAMLOGPaperMemberPolicyTeamOnly; + _tag = DBTEAMLOGPaperMemberPolicyAnyoneWithLink; } return self; } -- (instancetype)initWithDefaultTeamOnly { +- (instancetype)initWithOnlyTeam { self = [super init]; if (self) { - _tag = DBTEAMLOGPaperMemberPolicyDefaultTeamOnly; + _tag = DBTEAMLOGPaperMemberPolicyOnlyTeam; } return self; } -- (instancetype)initWithDefaultAnyone { +- (instancetype)initWithTeamAndExplicitlyShared { self = [super init]; if (self) { - _tag = DBTEAMLOGPaperMemberPolicyDefaultAnyone; + _tag = DBTEAMLOGPaperMemberPolicyTeamAndExplicitlyShared; } return self; } @@ -42323,16 +43534,16 @@ - (instancetype)initWithOther { #pragma mark - Tag state methods -- (BOOL)isTeamOnly { - return _tag == DBTEAMLOGPaperMemberPolicyTeamOnly; +- (BOOL)isAnyoneWithLink { + return _tag == DBTEAMLOGPaperMemberPolicyAnyoneWithLink; } -- (BOOL)isDefaultTeamOnly { - return _tag == DBTEAMLOGPaperMemberPolicyDefaultTeamOnly; +- (BOOL)isOnlyTeam { + return _tag == DBTEAMLOGPaperMemberPolicyOnlyTeam; } -- (BOOL)isDefaultAnyone { - return _tag == DBTEAMLOGPaperMemberPolicyDefaultAnyone; +- (BOOL)isTeamAndExplicitlyShared { + return _tag == DBTEAMLOGPaperMemberPolicyTeamAndExplicitlyShared; } - (BOOL)isOther { @@ -42341,12 +43552,12 @@ - (BOOL)isOther { - (NSString *)tagName { switch (_tag) { - case DBTEAMLOGPaperMemberPolicyTeamOnly: - return @"DBTEAMLOGPaperMemberPolicyTeamOnly"; - case DBTEAMLOGPaperMemberPolicyDefaultTeamOnly: - return @"DBTEAMLOGPaperMemberPolicyDefaultTeamOnly"; - case DBTEAMLOGPaperMemberPolicyDefaultAnyone: - return @"DBTEAMLOGPaperMemberPolicyDefaultAnyone"; + case DBTEAMLOGPaperMemberPolicyAnyoneWithLink: + return @"DBTEAMLOGPaperMemberPolicyAnyoneWithLink"; + case DBTEAMLOGPaperMemberPolicyOnlyTeam: + return @"DBTEAMLOGPaperMemberPolicyOnlyTeam"; + case DBTEAMLOGPaperMemberPolicyTeamAndExplicitlyShared: + return @"DBTEAMLOGPaperMemberPolicyTeamAndExplicitlyShared"; case DBTEAMLOGPaperMemberPolicyOther: return @"DBTEAMLOGPaperMemberPolicyOther"; } @@ -42356,7 +43567,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPaperMemberPolicySerializer serialize:instance]; } @@ -42385,11 +43596,11 @@ - (NSUInteger)hash { NSUInteger result = 1; switch (_tag) { - case DBTEAMLOGPaperMemberPolicyTeamOnly: + case DBTEAMLOGPaperMemberPolicyAnyoneWithLink: result = prime * result + [[self tagName] hash]; - case DBTEAMLOGPaperMemberPolicyDefaultTeamOnly: + case DBTEAMLOGPaperMemberPolicyOnlyTeam: result = prime * result + [[self tagName] hash]; - case DBTEAMLOGPaperMemberPolicyDefaultAnyone: + case DBTEAMLOGPaperMemberPolicyTeamAndExplicitlyShared: result = prime * result + [[self tagName] hash]; case DBTEAMLOGPaperMemberPolicyOther: result = prime * result + [[self tagName] hash]; @@ -42418,11 +43629,11 @@ - (BOOL)isEqualToPaperMemberPolicy:(DBTEAMLOGPaperMemberPolicy *)aPaperMemberPol return NO; } switch (_tag) { - case DBTEAMLOGPaperMemberPolicyTeamOnly: + case DBTEAMLOGPaperMemberPolicyAnyoneWithLink: return [[self tagName] isEqual:[aPaperMemberPolicy tagName]]; - case DBTEAMLOGPaperMemberPolicyDefaultTeamOnly: + case DBTEAMLOGPaperMemberPolicyOnlyTeam: return [[self tagName] isEqual:[aPaperMemberPolicy tagName]]; - case DBTEAMLOGPaperMemberPolicyDefaultAnyone: + case DBTEAMLOGPaperMemberPolicyTeamAndExplicitlyShared: return [[self tagName] isEqual:[aPaperMemberPolicy tagName]]; case DBTEAMLOGPaperMemberPolicyOther: return [[self tagName] isEqual:[aPaperMemberPolicy tagName]]; @@ -42439,30 +43650,30 @@ @implementation DBTEAMLOGPaperMemberPolicySerializer + (NSDictionary *)serialize:(DBTEAMLOGPaperMemberPolicy *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isTeamOnly]) { - jsonDict[@".tag"] = @"team_only"; - } else if ([valueObj isDefaultTeamOnly]) { - jsonDict[@".tag"] = @"default_team_only"; - } else if ([valueObj isDefaultAnyone]) { - jsonDict[@".tag"] = @"default_anyone"; + if ([valueObj isAnyoneWithLink]) { + jsonDict[@".tag"] = @"anyone_with_link"; + } else if ([valueObj isOnlyTeam]) { + jsonDict[@".tag"] = @"only_team"; + } else if ([valueObj isTeamAndExplicitlyShared]) { + jsonDict[@".tag"] = @"team_and_explicitly_shared"; } else if ([valueObj isOther]) { jsonDict[@".tag"] = @"other"; } else { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPaperMemberPolicy *)deserialize:(NSDictionary *)valueDict { NSString *tag = valueDict[@".tag"]; - if ([tag isEqualToString:@"team_only"]) { - return [[DBTEAMLOGPaperMemberPolicy alloc] initWithTeamOnly]; - } else if ([tag isEqualToString:@"default_team_only"]) { - return [[DBTEAMLOGPaperMemberPolicy alloc] initWithDefaultTeamOnly]; - } else if ([tag isEqualToString:@"default_anyone"]) { - return [[DBTEAMLOGPaperMemberPolicy alloc] initWithDefaultAnyone]; + if ([tag isEqualToString:@"anyone_with_link"]) { + return [[DBTEAMLOGPaperMemberPolicy alloc] initWithAnyoneWithLink]; + } else if ([tag isEqualToString:@"only_team"]) { + return [[DBTEAMLOGPaperMemberPolicy alloc] initWithOnlyTeam]; + } else if ([tag isEqualToString:@"team_and_explicitly_shared"]) { + return [[DBTEAMLOGPaperMemberPolicy alloc] initWithTeamAndExplicitlyShared]; } else if ([tag isEqualToString:@"other"]) { return [[DBTEAMLOGPaperMemberPolicy alloc] initWithOther]; } else { @@ -42474,26 +43685,33 @@ + (DBTEAMLOGPaperMemberPolicy *)deserialize:(NSDictionary *)valueDict { #import "DBStoneSerializers.h" #import "DBStoneValidators.h" -#import "DBTEAMLOGPaperPolicy.h" +#import "DBTEAMLOGGroupLogInfo.h" +#import "DBTEAMLOGParticipantLogInfo.h" +#import "DBTEAMLOGUserLogInfo.h" #pragma mark - API Object -@implementation DBTEAMLOGPaperPolicy +@implementation DBTEAMLOGParticipantLogInfo + +@synthesize user = _user; +@synthesize group = _group; #pragma mark - Constructors -- (instancetype)initWithDisabled { +- (instancetype)initWithUser:(DBTEAMLOGUserLogInfo *)user { self = [super init]; if (self) { - _tag = DBTEAMLOGPaperPolicyDisabled; + _tag = DBTEAMLOGParticipantLogInfoUser; + _user = user; } return self; } -- (instancetype)initWithEnabled { +- (instancetype)initWithGroup:(DBTEAMLOGGroupLogInfo *)group { self = [super init]; if (self) { - _tag = DBTEAMLOGPaperPolicyEnabled; + _tag = DBTEAMLOGParticipantLogInfoGroup; + _group = group; } return self; } @@ -42501,35 +43719,51 @@ - (instancetype)initWithEnabled { - (instancetype)initWithOther { self = [super init]; if (self) { - _tag = DBTEAMLOGPaperPolicyOther; + _tag = DBTEAMLOGParticipantLogInfoOther; } return self; } #pragma mark - Instance field accessors +- (DBTEAMLOGUserLogInfo *)user { + if (![self isUser]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBTEAMLOGParticipantLogInfoUser, but was %@.", [self tagName]]; + } + return _user; +} + +- (DBTEAMLOGGroupLogInfo *)group { + if (![self isGroup]) { + [NSException raise:@"IllegalStateException" + format:@"Invalid tag: required DBTEAMLOGParticipantLogInfoGroup, but was %@.", [self tagName]]; + } + return _group; +} + #pragma mark - Tag state methods -- (BOOL)isDisabled { - return _tag == DBTEAMLOGPaperPolicyDisabled; +- (BOOL)isUser { + return _tag == DBTEAMLOGParticipantLogInfoUser; } -- (BOOL)isEnabled { - return _tag == DBTEAMLOGPaperPolicyEnabled; +- (BOOL)isGroup { + return _tag == DBTEAMLOGParticipantLogInfoGroup; } - (BOOL)isOther { - return _tag == DBTEAMLOGPaperPolicyOther; + return _tag == DBTEAMLOGParticipantLogInfoOther; } - (NSString *)tagName { switch (_tag) { - case DBTEAMLOGPaperPolicyDisabled: - return @"DBTEAMLOGPaperPolicyDisabled"; - case DBTEAMLOGPaperPolicyEnabled: - return @"DBTEAMLOGPaperPolicyEnabled"; - case DBTEAMLOGPaperPolicyOther: - return @"DBTEAMLOGPaperPolicyOther"; + case DBTEAMLOGParticipantLogInfoUser: + return @"DBTEAMLOGParticipantLogInfoUser"; + case DBTEAMLOGParticipantLogInfoGroup: + return @"DBTEAMLOGParticipantLogInfoGroup"; + case DBTEAMLOGParticipantLogInfoOther: + return @"DBTEAMLOGParticipantLogInfoOther"; } @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); @@ -42537,18 +43771,18 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGPaperPolicySerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGParticipantLogInfoSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGPaperPolicySerializer deserialize:dict]; + return [DBTEAMLOGParticipantLogInfoSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBTEAMLOGPaperPolicySerializer serialize:self] description]; + return [[DBTEAMLOGParticipantLogInfoSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -42566,11 +43800,11 @@ - (NSUInteger)hash { NSUInteger result = 1; switch (_tag) { - case DBTEAMLOGPaperPolicyDisabled: - result = prime * result + [[self tagName] hash]; - case DBTEAMLOGPaperPolicyEnabled: - result = prime * result + [[self tagName] hash]; - case DBTEAMLOGPaperPolicyOther: + case DBTEAMLOGParticipantLogInfoUser: + result = prime * result + [self.user hash]; + case DBTEAMLOGParticipantLogInfoGroup: + result = prime * result + [self.group hash]; + case DBTEAMLOGParticipantLogInfoOther: result = prime * result + [[self tagName] hash]; } @@ -42586,23 +43820,23 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToPaperPolicy:other]; + return [self isEqualToParticipantLogInfo:other]; } -- (BOOL)isEqualToPaperPolicy:(DBTEAMLOGPaperPolicy *)aPaperPolicy { - if (self == aPaperPolicy) { +- (BOOL)isEqualToParticipantLogInfo:(DBTEAMLOGParticipantLogInfo *)aParticipantLogInfo { + if (self == aParticipantLogInfo) { return YES; } - if (self.tag != aPaperPolicy.tag) { + if (self.tag != aParticipantLogInfo.tag) { return NO; } switch (_tag) { - case DBTEAMLOGPaperPolicyDisabled: - return [[self tagName] isEqual:[aPaperPolicy tagName]]; - case DBTEAMLOGPaperPolicyEnabled: - return [[self tagName] isEqual:[aPaperPolicy tagName]]; - case DBTEAMLOGPaperPolicyOther: - return [[self tagName] isEqual:[aPaperPolicy tagName]]; + case DBTEAMLOGParticipantLogInfoUser: + return [self.user isEqual:aParticipantLogInfo.user]; + case DBTEAMLOGParticipantLogInfoGroup: + return [self.group isEqual:aParticipantLogInfo.group]; + case DBTEAMLOGParticipantLogInfoOther: + return [[self tagName] isEqual:[aParticipantLogInfo tagName]]; } return YES; } @@ -42611,35 +43845,39 @@ - (BOOL)isEqualToPaperPolicy:(DBTEAMLOGPaperPolicy *)aPaperPolicy { #pragma mark - Serializer Object -@implementation DBTEAMLOGPaperPolicySerializer +@implementation DBTEAMLOGParticipantLogInfoSerializer -+ (NSDictionary *)serialize:(DBTEAMLOGPaperPolicy *)valueObj { ++ (NSDictionary *)serialize:(DBTEAMLOGParticipantLogInfo *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isDisabled]) { - jsonDict[@".tag"] = @"disabled"; - } else if ([valueObj isEnabled]) { - jsonDict[@".tag"] = @"enabled"; + if ([valueObj isUser]) { + jsonDict[@"user"] = [[DBTEAMLOGUserLogInfoSerializer serialize:valueObj.user] mutableCopy]; + jsonDict[@".tag"] = @"user"; + } else if ([valueObj isGroup]) { + jsonDict[@"group"] = [[DBTEAMLOGGroupLogInfoSerializer serialize:valueObj.group] mutableCopy]; + jsonDict[@".tag"] = @"group"; } else if ([valueObj isOther]) { jsonDict[@".tag"] = @"other"; } else { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBTEAMLOGPaperPolicy *)deserialize:(NSDictionary *)valueDict { ++ (DBTEAMLOGParticipantLogInfo *)deserialize:(NSDictionary *)valueDict { NSString *tag = valueDict[@".tag"]; - if ([tag isEqualToString:@"disabled"]) { - return [[DBTEAMLOGPaperPolicy alloc] initWithDisabled]; - } else if ([tag isEqualToString:@"enabled"]) { - return [[DBTEAMLOGPaperPolicy alloc] initWithEnabled]; + if ([tag isEqualToString:@"user"]) { + DBTEAMLOGUserLogInfo *user = [DBTEAMLOGUserLogInfoSerializer deserialize:valueDict[@"user"]]; + return [[DBTEAMLOGParticipantLogInfo alloc] initWithUser:user]; + } else if ([tag isEqualToString:@"group"]) { + DBTEAMLOGGroupLogInfo *group = [DBTEAMLOGGroupLogInfoSerializer deserialize:valueDict]; + return [[DBTEAMLOGParticipantLogInfo alloc] initWithGroup:group]; } else if ([tag isEqualToString:@"other"]) { - return [[DBTEAMLOGPaperPolicy alloc] initWithOther]; + return [[DBTEAMLOGParticipantLogInfo alloc] initWithOther]; } else { - return [[DBTEAMLOGPaperPolicy alloc] initWithOther]; + return [[DBTEAMLOGParticipantLogInfo alloc] initWithOther]; } } @@ -42647,37 +43885,36 @@ + (DBTEAMLOGPaperPolicy *)deserialize:(NSDictionary *)valueDict { #import "DBStoneSerializers.h" #import "DBStoneValidators.h" -#import "DBTEAMLOGPaperTaggedValue.h" +#import "DBTEAMLOGPasswordChangeDetails.h" #pragma mark - API Object -@implementation DBTEAMLOGPaperTaggedValue +@implementation DBTEAMLOGPasswordChangeDetails #pragma mark - Constructors -- (instancetype)initWithTag:(NSString *)tag { +- (instancetype)initDefault { self = [super init]; if (self) { - _tag = tag; } return self; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGPaperTaggedValueSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGPasswordChangeDetailsSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGPaperTaggedValueSerializer deserialize:dict]; + return [DBTEAMLOGPasswordChangeDetailsSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBTEAMLOGPaperTaggedValueSerializer serialize:self] description]; + return [[DBTEAMLOGPasswordChangeDetailsSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -42694,8 +43931,6 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.tag hash]; - return prime * result; } @@ -42708,16 +43943,13 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToPaperTaggedValue:other]; + return [self isEqualToPasswordChangeDetails:other]; } -- (BOOL)isEqualToPaperTaggedValue:(DBTEAMLOGPaperTaggedValue *)aPaperTaggedValue { - if (self == aPaperTaggedValue) { +- (BOOL)isEqualToPasswordChangeDetails:(DBTEAMLOGPasswordChangeDetails *)aPasswordChangeDetails { + if (self == aPasswordChangeDetails) { return YES; } - if (![self.tag isEqual:aPaperTaggedValue.tag]) { - return NO; - } return YES; } @@ -42725,124 +43957,58 @@ - (BOOL)isEqualToPaperTaggedValue:(DBTEAMLOGPaperTaggedValue *)aPaperTaggedValue #pragma mark - Serializer Object -@implementation DBTEAMLOGPaperTaggedValueSerializer +@implementation DBTEAMLOGPasswordChangeDetailsSerializer -+ (NSDictionary *)serialize:(DBTEAMLOGPaperTaggedValue *)valueObj { ++ (NSDictionary *)serialize:(DBTEAMLOGPasswordChangeDetails *)valueObj { +#pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"tag"] = valueObj.tag; - - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBTEAMLOGPaperTaggedValue *)deserialize:(NSDictionary *)valueDict { - NSString *tag = valueDict[@"tag"]; ++ (DBTEAMLOGPasswordChangeDetails *)deserialize:(NSDictionary *)valueDict { +#pragma unused(valueDict) - return [[DBTEAMLOGPaperTaggedValue alloc] initWithTag:tag]; + return [[DBTEAMLOGPasswordChangeDetails alloc] initDefault]; } @end #import "DBStoneSerializers.h" #import "DBStoneValidators.h" -#import "DBTEAMLOGGroupLogInfo.h" -#import "DBTEAMLOGParticipantLogInfo.h" -#import "DBTEAMLOGUserLogInfo.h" +#import "DBTEAMLOGFailureDetailsLogInfo.h" +#import "DBTEAMLOGPasswordLoginFailDetails.h" #pragma mark - API Object -@implementation DBTEAMLOGParticipantLogInfo - -@synthesize user = _user; -@synthesize group = _group; +@implementation DBTEAMLOGPasswordLoginFailDetails #pragma mark - Constructors -- (instancetype)initWithUser:(DBTEAMLOGUserLogInfo *)user { - self = [super init]; - if (self) { - _tag = DBTEAMLOGParticipantLogInfoUser; - _user = user; - } - return self; -} - -- (instancetype)initWithGroup:(DBTEAMLOGGroupLogInfo *)group { - self = [super init]; - if (self) { - _tag = DBTEAMLOGParticipantLogInfoGroup; - _group = group; - } - return self; -} +- (instancetype)initWithErrorDetails:(DBTEAMLOGFailureDetailsLogInfo *)errorDetails { + [DBStoneValidators nonnullValidator:nil](errorDetails); -- (instancetype)initWithOther { self = [super init]; if (self) { - _tag = DBTEAMLOGParticipantLogInfoOther; + _errorDetails = errorDetails; } return self; } -#pragma mark - Instance field accessors - -- (DBTEAMLOGUserLogInfo *)user { - if (![self isUser]) { - [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBTEAMLOGParticipantLogInfoUser, but was %@.", [self tagName]]; - } - return _user; -} - -- (DBTEAMLOGGroupLogInfo *)group { - if (![self isGroup]) { - [NSException raise:@"IllegalStateException" - format:@"Invalid tag: required DBTEAMLOGParticipantLogInfoGroup, but was %@.", [self tagName]]; - } - return _group; -} - -#pragma mark - Tag state methods - -- (BOOL)isUser { - return _tag == DBTEAMLOGParticipantLogInfoUser; -} - -- (BOOL)isGroup { - return _tag == DBTEAMLOGParticipantLogInfoGroup; -} - -- (BOOL)isOther { - return _tag == DBTEAMLOGParticipantLogInfoOther; -} - -- (NSString *)tagName { - switch (_tag) { - case DBTEAMLOGParticipantLogInfoUser: - return @"DBTEAMLOGParticipantLogInfoUser"; - case DBTEAMLOGParticipantLogInfoGroup: - return @"DBTEAMLOGParticipantLogInfoGroup"; - case DBTEAMLOGParticipantLogInfoOther: - return @"DBTEAMLOGParticipantLogInfoOther"; - } - - @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); -} - #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGParticipantLogInfoSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGPasswordLoginFailDetailsSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGParticipantLogInfoSerializer deserialize:dict]; + return [DBTEAMLOGPasswordLoginFailDetailsSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBTEAMLOGParticipantLogInfoSerializer serialize:self] description]; + return [[DBTEAMLOGPasswordLoginFailDetailsSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -42859,14 +44025,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - switch (_tag) { - case DBTEAMLOGParticipantLogInfoUser: - result = prime * result + [self.user hash]; - case DBTEAMLOGParticipantLogInfoGroup: - result = prime * result + [self.group hash]; - case DBTEAMLOGParticipantLogInfoOther: - result = prime * result + [[self tagName] hash]; - } + result = prime * result + [self.errorDetails hash]; return prime * result; } @@ -42880,24 +44039,16 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToParticipantLogInfo:other]; + return [self isEqualToPasswordLoginFailDetails:other]; } -- (BOOL)isEqualToParticipantLogInfo:(DBTEAMLOGParticipantLogInfo *)aParticipantLogInfo { - if (self == aParticipantLogInfo) { +- (BOOL)isEqualToPasswordLoginFailDetails:(DBTEAMLOGPasswordLoginFailDetails *)aPasswordLoginFailDetails { + if (self == aPasswordLoginFailDetails) { return YES; } - if (self.tag != aParticipantLogInfo.tag) { + if (![self.errorDetails isEqual:aPasswordLoginFailDetails.errorDetails]) { return NO; } - switch (_tag) { - case DBTEAMLOGParticipantLogInfoUser: - return [self.user isEqual:aParticipantLogInfo.user]; - case DBTEAMLOGParticipantLogInfoGroup: - return [self.group isEqual:aParticipantLogInfo.group]; - case DBTEAMLOGParticipantLogInfoOther: - return [[self tagName] isEqual:[aParticipantLogInfo tagName]]; - } return YES; } @@ -42905,51 +44056,32 @@ - (BOOL)isEqualToParticipantLogInfo:(DBTEAMLOGParticipantLogInfo *)aParticipantL #pragma mark - Serializer Object -@implementation DBTEAMLOGParticipantLogInfoSerializer +@implementation DBTEAMLOGPasswordLoginFailDetailsSerializer -+ (NSDictionary *)serialize:(DBTEAMLOGParticipantLogInfo *)valueObj { ++ (NSDictionary *)serialize:(DBTEAMLOGPasswordLoginFailDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isUser]) { - jsonDict[@"user"] = [[DBTEAMLOGUserLogInfoSerializer serialize:valueObj.user] mutableCopy]; - jsonDict[@".tag"] = @"user"; - } else if ([valueObj isGroup]) { - jsonDict[@"group"] = [[DBTEAMLOGGroupLogInfoSerializer serialize:valueObj.group] mutableCopy]; - jsonDict[@".tag"] = @"group"; - } else if ([valueObj isOther]) { - jsonDict[@".tag"] = @"other"; - } else { - jsonDict[@".tag"] = @"other"; - } + jsonDict[@"error_details"] = [DBTEAMLOGFailureDetailsLogInfoSerializer serialize:valueObj.errorDetails]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBTEAMLOGParticipantLogInfo *)deserialize:(NSDictionary *)valueDict { - NSString *tag = valueDict[@".tag"]; ++ (DBTEAMLOGPasswordLoginFailDetails *)deserialize:(NSDictionary *)valueDict { + DBTEAMLOGFailureDetailsLogInfo *errorDetails = + [DBTEAMLOGFailureDetailsLogInfoSerializer deserialize:valueDict[@"error_details"]]; - if ([tag isEqualToString:@"user"]) { - DBTEAMLOGUserLogInfo *user = [DBTEAMLOGUserLogInfoSerializer deserialize:valueDict[@"user"]]; - return [[DBTEAMLOGParticipantLogInfo alloc] initWithUser:user]; - } else if ([tag isEqualToString:@"group"]) { - DBTEAMLOGGroupLogInfo *group = [DBTEAMLOGGroupLogInfoSerializer deserialize:valueDict]; - return [[DBTEAMLOGParticipantLogInfo alloc] initWithGroup:group]; - } else if ([tag isEqualToString:@"other"]) { - return [[DBTEAMLOGParticipantLogInfo alloc] initWithOther]; - } else { - return [[DBTEAMLOGParticipantLogInfo alloc] initWithOther]; - } + return [[DBTEAMLOGPasswordLoginFailDetails alloc] initWithErrorDetails:errorDetails]; } @end #import "DBStoneSerializers.h" #import "DBStoneValidators.h" -#import "DBTEAMLOGPasswordChangeDetails.h" +#import "DBTEAMLOGPasswordLoginSuccessDetails.h" #pragma mark - API Object -@implementation DBTEAMLOGPasswordChangeDetails +@implementation DBTEAMLOGPasswordLoginSuccessDetails #pragma mark - Constructors @@ -42963,209 +44095,18 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGPasswordChangeDetailsSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGPasswordLoginSuccessDetailsSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGPasswordChangeDetailsSerializer deserialize:dict]; + return [DBTEAMLOGPasswordLoginSuccessDetailsSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBTEAMLOGPasswordChangeDetailsSerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToPasswordChangeDetails:other]; -} - -- (BOOL)isEqualToPasswordChangeDetails:(DBTEAMLOGPasswordChangeDetails *)aPasswordChangeDetails { - if (self == aPasswordChangeDetails) { - return YES; - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBTEAMLOGPasswordChangeDetailsSerializer - -+ (NSDictionary *)serialize:(DBTEAMLOGPasswordChangeDetails *)valueObj { -#pragma unused(valueObj) - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - return jsonDict; -} - -+ (DBTEAMLOGPasswordChangeDetails *)deserialize:(NSDictionary *)valueDict { -#pragma unused(valueDict) - - return [[DBTEAMLOGPasswordChangeDetails alloc] initDefault]; -} - -@end - -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" -#import "DBTEAMLOGFailureDetailsLogInfo.h" -#import "DBTEAMLOGPasswordLoginFailDetails.h" - -#pragma mark - API Object - -@implementation DBTEAMLOGPasswordLoginFailDetails - -#pragma mark - Constructors - -- (instancetype)initWithErrorDetails:(DBTEAMLOGFailureDetailsLogInfo *)errorDetails { - - self = [super init]; - if (self) { - _errorDetails = errorDetails; - } - return self; -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGPasswordLoginFailDetailsSerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGPasswordLoginFailDetailsSerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBTEAMLOGPasswordLoginFailDetailsSerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - result = prime * result + [self.errorDetails hash]; - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToPasswordLoginFailDetails:other]; -} - -- (BOOL)isEqualToPasswordLoginFailDetails:(DBTEAMLOGPasswordLoginFailDetails *)aPasswordLoginFailDetails { - if (self == aPasswordLoginFailDetails) { - return YES; - } - if (![self.errorDetails isEqual:aPasswordLoginFailDetails.errorDetails]) { - return NO; - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBTEAMLOGPasswordLoginFailDetailsSerializer - -+ (NSDictionary *)serialize:(DBTEAMLOGPasswordLoginFailDetails *)valueObj { - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - jsonDict[@"error_details"] = [DBTEAMLOGFailureDetailsLogInfoSerializer serialize:valueObj.errorDetails]; - - return jsonDict; -} - -+ (DBTEAMLOGPasswordLoginFailDetails *)deserialize:(NSDictionary *)valueDict { - DBTEAMLOGFailureDetailsLogInfo *errorDetails = - [DBTEAMLOGFailureDetailsLogInfoSerializer deserialize:valueDict[@"error_details"]]; - - return [[DBTEAMLOGPasswordLoginFailDetails alloc] initWithErrorDetails:errorDetails]; -} - -@end - -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" -#import "DBTEAMLOGPasswordLoginSuccessDetails.h" - -#pragma mark - API Object - -@implementation DBTEAMLOGPasswordLoginSuccessDetails - -#pragma mark - Constructors - -- (instancetype)initDefault { - - self = [super init]; - if (self) { - } - return self; -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGPasswordLoginSuccessDetailsSerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGPasswordLoginSuccessDetailsSerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBTEAMLOGPasswordLoginSuccessDetailsSerializer serialize:self] description]; + return [[DBTEAMLOGPasswordLoginSuccessDetailsSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -43214,7 +44155,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPasswordLoginSuccessDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPasswordLoginSuccessDetails *)deserialize:(NSDictionary *)valueDict { @@ -43245,7 +44186,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPasswordResetAllDetailsSerializer serialize:instance]; } @@ -43305,7 +44246,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPasswordResetAllDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPasswordResetAllDetails *)deserialize:(NSDictionary *)valueDict { @@ -43336,7 +44277,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPasswordResetDetailsSerializer serialize:instance]; } @@ -43396,7 +44337,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPasswordResetDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPasswordResetDetails *)deserialize:(NSDictionary *)valueDict { @@ -43420,6 +44361,7 @@ @implementation DBTEAMLOGPathLogInfo - (instancetype)initWithNamespaceRelative:(DBTEAMLOGNamespaceRelativePathLogInfo *)namespaceRelative contextual:(NSString *)contextual { + [DBStoneValidators nonnullValidator:nil](namespaceRelative); [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"/(.|[\\r\\n])*"]](contextual); @@ -43437,7 +44379,7 @@ - (instancetype)initWithNamespaceRelative:(DBTEAMLOGNamespaceRelativePathLogInfo #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPathLogInfoSerializer serialize:instance]; } @@ -43466,7 +44408,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.namespaceRelative hash]; - if (self.contextual) { + if (self.contextual != nil) { result = prime * result + [self.contextual hash]; } @@ -43515,7 +44457,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPathLogInfo *)valueObj { jsonDict[@"contextual"] = valueObj.contextual; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPathLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -43541,6 +44483,7 @@ @implementation DBTEAMLOGPermanentDeleteChangePolicyDetails - (instancetype)initWithDNewValue:(DBTEAMLOGContentPermanentDeletePolicy *)dNewValue previousValue:(DBTEAMLOGContentPermanentDeletePolicy *)previousValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -43556,7 +44499,7 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGContentPermanentDeletePolicy *)dNewV #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPermanentDeleteChangePolicyDetailsSerializer serialize:instance]; } @@ -43585,7 +44528,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -43634,7 +44577,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPermanentDeleteChangePolicyDetails *)value jsonDict[@"previous_value"] = [DBTEAMLOGContentPermanentDeletePolicySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPermanentDeleteChangePolicyDetails *)deserialize:(NSDictionary *)valueDict { @@ -43715,7 +44658,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGPlacementRestrictionSerializer serialize:instance]; } @@ -43804,7 +44747,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGPlacementRestriction *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGPlacementRestriction *)deserialize:(NSDictionary *)valueDict { @@ -43833,19 +44776,21 @@ @implementation DBTEAMLOGRelocateAssetReferencesLogInfo #pragma mark - Constructors -- (instancetype)initWithSrcIndex:(NSNumber *)srcIndex destIndex:(NSNumber *)destIndex { +- (instancetype)initWithSrcAssetIndex:(NSNumber *)srcAssetIndex destAssetIndex:(NSNumber *)destAssetIndex { + [DBStoneValidators nonnullValidator:nil](srcAssetIndex); + [DBStoneValidators nonnullValidator:nil](destAssetIndex); self = [super init]; if (self) { - _srcIndex = srcIndex; - _destIndex = destIndex; + _srcAssetIndex = srcAssetIndex; + _destAssetIndex = destAssetIndex; } return self; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGRelocateAssetReferencesLogInfoSerializer serialize:instance]; } @@ -43873,8 +44818,8 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.srcIndex hash]; - result = prime * result + [self.destIndex hash]; + result = prime * result + [self.srcAssetIndex hash]; + result = prime * result + [self.destAssetIndex hash]; return prime * result; } @@ -43896,10 +44841,10 @@ - (BOOL)isEqualToRelocateAssetReferencesLogInfo: if (self == aRelocateAssetReferencesLogInfo) { return YES; } - if (![self.srcIndex isEqual:aRelocateAssetReferencesLogInfo.srcIndex]) { + if (![self.srcAssetIndex isEqual:aRelocateAssetReferencesLogInfo.srcAssetIndex]) { return NO; } - if (![self.destIndex isEqual:aRelocateAssetReferencesLogInfo.destIndex]) { + if (![self.destAssetIndex isEqual:aRelocateAssetReferencesLogInfo.destAssetIndex]) { return NO; } return YES; @@ -43914,59 +44859,58 @@ @implementation DBTEAMLOGRelocateAssetReferencesLogInfoSerializer + (NSDictionary *)serialize:(DBTEAMLOGRelocateAssetReferencesLogInfo *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"src_index"] = valueObj.srcIndex; - jsonDict[@"dest_index"] = valueObj.destIndex; + jsonDict[@"src_asset_index"] = valueObj.srcAssetIndex; + jsonDict[@"dest_asset_index"] = valueObj.destAssetIndex; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGRelocateAssetReferencesLogInfo *)deserialize:(NSDictionary *)valueDict { - NSNumber *srcIndex = valueDict[@"src_index"]; - NSNumber *destIndex = valueDict[@"dest_index"]; + NSNumber *srcAssetIndex = valueDict[@"src_asset_index"]; + NSNumber *destAssetIndex = valueDict[@"dest_asset_index"]; - return [[DBTEAMLOGRelocateAssetReferencesLogInfo alloc] initWithSrcIndex:srcIndex destIndex:destIndex]; + return [[DBTEAMLOGRelocateAssetReferencesLogInfo alloc] initWithSrcAssetIndex:srcAssetIndex + destAssetIndex:destAssetIndex]; } @end #import "DBStoneSerializers.h" #import "DBStoneValidators.h" -#import "DBTEAMLOGRemoveLogoutUrlDetails.h" +#import "DBTEAMLOGResellerLogInfo.h" #pragma mark - API Object -@implementation DBTEAMLOGRemoveLogoutUrlDetails +@implementation DBTEAMLOGResellerLogInfo #pragma mark - Constructors -- (instancetype)initWithPreviousValue:(NSString *)previousValue dNewValue:(NSString *)dNewValue { +- (instancetype)initWithResellerName:(NSString *)resellerName resellerId:(NSString *)resellerId { + [DBStoneValidators nonnullValidator:nil](resellerName); + [DBStoneValidators nonnullValidator:nil](resellerId); self = [super init]; if (self) { - _previousValue = previousValue; - _dNewValue = dNewValue; + _resellerName = resellerName; + _resellerId = resellerId; } return self; } -- (instancetype)initWithPreviousValue:(NSString *)previousValue { - return [self initWithPreviousValue:previousValue dNewValue:nil]; -} - #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGRemoveLogoutUrlDetailsSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGResellerLogInfoSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGRemoveLogoutUrlDetailsSerializer deserialize:dict]; + return [DBTEAMLOGResellerLogInfoSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBTEAMLOGRemoveLogoutUrlDetailsSerializer serialize:self] description]; + return [[DBTEAMLOGResellerLogInfoSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -43983,10 +44927,8 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.previousValue hash]; - if (self.dNewValue) { - result = prime * result + [self.dNewValue hash]; - } + result = prime * result + [self.resellerName hash]; + result = prime * result + [self.resellerId hash]; return prime * result; } @@ -44000,121 +44942,17 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToRemoveLogoutUrlDetails:other]; -} - -- (BOOL)isEqualToRemoveLogoutUrlDetails:(DBTEAMLOGRemoveLogoutUrlDetails *)aRemoveLogoutUrlDetails { - if (self == aRemoveLogoutUrlDetails) { - return YES; - } - if (![self.previousValue isEqual:aRemoveLogoutUrlDetails.previousValue]) { - return NO; - } - if (self.dNewValue) { - if (![self.dNewValue isEqual:aRemoveLogoutUrlDetails.dNewValue]) { - return NO; - } - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBTEAMLOGRemoveLogoutUrlDetailsSerializer - -+ (NSDictionary *)serialize:(DBTEAMLOGRemoveLogoutUrlDetails *)valueObj { - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - jsonDict[@"previous_value"] = valueObj.previousValue; - if (valueObj.dNewValue) { - jsonDict[@"new_value"] = valueObj.dNewValue; - } - - return jsonDict; -} - -+ (DBTEAMLOGRemoveLogoutUrlDetails *)deserialize:(NSDictionary *)valueDict { - NSString *previousValue = valueDict[@"previous_value"]; - NSString *dNewValue = valueDict[@"new_value"] ?: nil; - - return [[DBTEAMLOGRemoveLogoutUrlDetails alloc] initWithPreviousValue:previousValue dNewValue:dNewValue]; -} - -@end - -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" -#import "DBTEAMLOGRemoveSsoUrlDetails.h" - -#pragma mark - API Object - -@implementation DBTEAMLOGRemoveSsoUrlDetails - -#pragma mark - Constructors - -- (instancetype)initWithPreviousValue:(NSString *)previousValue { - - self = [super init]; - if (self) { - _previousValue = previousValue; - } - return self; -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGRemoveSsoUrlDetailsSerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGRemoveSsoUrlDetailsSerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBTEAMLOGRemoveSsoUrlDetailsSerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - result = prime * result + [self.previousValue hash]; - - return prime * result; + return [self isEqualToResellerLogInfo:other]; } -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { +- (BOOL)isEqualToResellerLogInfo:(DBTEAMLOGResellerLogInfo *)aResellerLogInfo { + if (self == aResellerLogInfo) { return YES; } - if (!other || ![other isKindOfClass:[self class]]) { + if (![self.resellerName isEqual:aResellerLogInfo.resellerName]) { return NO; } - return [self isEqualToRemoveSsoUrlDetails:other]; -} - -- (BOOL)isEqualToRemoveSsoUrlDetails:(DBTEAMLOGRemoveSsoUrlDetails *)aRemoveSsoUrlDetails { - if (self == aRemoveSsoUrlDetails) { - return YES; - } - if (![self.previousValue isEqual:aRemoveSsoUrlDetails.previousValue]) { + if (![self.resellerId isEqual:aResellerLogInfo.resellerId]) { return NO; } return YES; @@ -44124,58 +44962,58 @@ - (BOOL)isEqualToRemoveSsoUrlDetails:(DBTEAMLOGRemoveSsoUrlDetails *)aRemoveSsoU #pragma mark - Serializer Object -@implementation DBTEAMLOGRemoveSsoUrlDetailsSerializer +@implementation DBTEAMLOGResellerLogInfoSerializer -+ (NSDictionary *)serialize:(DBTEAMLOGRemoveSsoUrlDetails *)valueObj { ++ (NSDictionary *)serialize:(DBTEAMLOGResellerLogInfo *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"previous_value"] = valueObj.previousValue; + jsonDict[@"reseller_name"] = valueObj.resellerName; + jsonDict[@"reseller_id"] = valueObj.resellerId; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBTEAMLOGRemoveSsoUrlDetails *)deserialize:(NSDictionary *)valueDict { - NSString *previousValue = valueDict[@"previous_value"]; ++ (DBTEAMLOGResellerLogInfo *)deserialize:(NSDictionary *)valueDict { + NSString *resellerName = valueDict[@"reseller_name"]; + NSString *resellerId = valueDict[@"reseller_id"]; - return [[DBTEAMLOGRemoveSsoUrlDetails alloc] initWithPreviousValue:previousValue]; + return [[DBTEAMLOGResellerLogInfo alloc] initWithResellerName:resellerName resellerId:resellerId]; } @end #import "DBStoneSerializers.h" #import "DBStoneValidators.h" -#import "DBTEAMLOGResellerLogInfo.h" +#import "DBTEAMLOGResellerSupportSessionEndDetails.h" #pragma mark - API Object -@implementation DBTEAMLOGResellerLogInfo +@implementation DBTEAMLOGResellerSupportSessionEndDetails #pragma mark - Constructors -- (instancetype)initWithResellerName:(NSString *)resellerName resellerId:(NSString *)resellerId { +- (instancetype)initDefault { self = [super init]; if (self) { - _resellerName = resellerName; - _resellerId = resellerId; } return self; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGResellerLogInfoSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGResellerSupportSessionEndDetailsSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGResellerLogInfoSerializer deserialize:dict]; + return [DBTEAMLOGResellerSupportSessionEndDetailsSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBTEAMLOGResellerLogInfoSerializer serialize:self] description]; + return [[DBTEAMLOGResellerSupportSessionEndDetailsSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -44192,9 +45030,6 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.resellerName hash]; - result = prime * result + [self.resellerId hash]; - return prime * result; } @@ -44207,19 +45042,14 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToResellerLogInfo:other]; + return [self isEqualToResellerSupportSessionEndDetails:other]; } -- (BOOL)isEqualToResellerLogInfo:(DBTEAMLOGResellerLogInfo *)aResellerLogInfo { - if (self == aResellerLogInfo) { +- (BOOL)isEqualToResellerSupportSessionEndDetails: + (DBTEAMLOGResellerSupportSessionEndDetails *)aResellerSupportSessionEndDetails { + if (self == aResellerSupportSessionEndDetails) { return YES; } - if (![self.resellerName isEqual:aResellerLogInfo.resellerName]) { - return NO; - } - if (![self.resellerId isEqual:aResellerLogInfo.resellerId]) { - return NO; - } return YES; } @@ -44227,33 +45057,30 @@ - (BOOL)isEqualToResellerLogInfo:(DBTEAMLOGResellerLogInfo *)aResellerLogInfo { #pragma mark - Serializer Object -@implementation DBTEAMLOGResellerLogInfoSerializer +@implementation DBTEAMLOGResellerSupportSessionEndDetailsSerializer -+ (NSDictionary *)serialize:(DBTEAMLOGResellerLogInfo *)valueObj { ++ (NSDictionary *)serialize:(DBTEAMLOGResellerSupportSessionEndDetails *)valueObj { +#pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"reseller_name"] = valueObj.resellerName; - jsonDict[@"reseller_id"] = valueObj.resellerId; - - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBTEAMLOGResellerLogInfo *)deserialize:(NSDictionary *)valueDict { - NSString *resellerName = valueDict[@"reseller_name"]; - NSString *resellerId = valueDict[@"reseller_id"]; ++ (DBTEAMLOGResellerSupportSessionEndDetails *)deserialize:(NSDictionary *)valueDict { +#pragma unused(valueDict) - return [[DBTEAMLOGResellerLogInfo alloc] initWithResellerName:resellerName resellerId:resellerId]; + return [[DBTEAMLOGResellerSupportSessionEndDetails alloc] initDefault]; } @end #import "DBStoneSerializers.h" #import "DBStoneValidators.h" -#import "DBTEAMLOGResellerSupportSessionEndDetails.h" +#import "DBTEAMLOGResellerSupportSessionStartDetails.h" #pragma mark - API Object -@implementation DBTEAMLOGResellerSupportSessionEndDetails +@implementation DBTEAMLOGResellerSupportSessionStartDetails #pragma mark - Constructors @@ -44267,110 +45094,18 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGResellerSupportSessionEndDetailsSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGResellerSupportSessionStartDetailsSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGResellerSupportSessionEndDetailsSerializer deserialize:dict]; + return [DBTEAMLOGResellerSupportSessionStartDetailsSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBTEAMLOGResellerSupportSessionEndDetailsSerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToResellerSupportSessionEndDetails:other]; -} - -- (BOOL)isEqualToResellerSupportSessionEndDetails: - (DBTEAMLOGResellerSupportSessionEndDetails *)aResellerSupportSessionEndDetails { - if (self == aResellerSupportSessionEndDetails) { - return YES; - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBTEAMLOGResellerSupportSessionEndDetailsSerializer - -+ (NSDictionary *)serialize:(DBTEAMLOGResellerSupportSessionEndDetails *)valueObj { -#pragma unused(valueObj) - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - return jsonDict; -} - -+ (DBTEAMLOGResellerSupportSessionEndDetails *)deserialize:(NSDictionary *)valueDict { -#pragma unused(valueDict) - - return [[DBTEAMLOGResellerSupportSessionEndDetails alloc] initDefault]; -} - -@end - -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" -#import "DBTEAMLOGResellerSupportSessionStartDetails.h" - -#pragma mark - API Object - -@implementation DBTEAMLOGResellerSupportSessionStartDetails - -#pragma mark - Constructors - -- (instancetype)initDefault { - - self = [super init]; - if (self) { - } - return self; -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGResellerSupportSessionStartDetailsSerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGResellerSupportSessionStartDetailsSerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBTEAMLOGResellerSupportSessionStartDetailsSerializer serialize:self] description]; + return [[DBTEAMLOGResellerSupportSessionStartDetailsSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -44420,7 +45155,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGResellerSupportSessionStartDetails *)value #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGResellerSupportSessionStartDetails *)deserialize:(NSDictionary *)valueDict { @@ -44441,14 +45176,17 @@ @implementation DBTEAMLOGSfAddGroupDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - teamName:(NSString *)teamName - sharingPermission:(NSString *)sharingPermission { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + teamName:(NSString *)teamName + sharingPermission:(NSString *)sharingPermission { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + [DBStoneValidators nonnullValidator:nil](originalFolderName); + [DBStoneValidators nonnullValidator:nil](teamName); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; _sharingPermission = sharingPermission; _teamName = teamName; @@ -44456,18 +45194,18 @@ - (instancetype)initWithTargetIndex:(NSNumber *)targetIndex return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - teamName:(NSString *)teamName { - return [self initWithTargetIndex:targetIndex - originalFolderName:originalFolderName - teamName:teamName - sharingPermission:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + teamName:(NSString *)teamName { + return [self initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + teamName:teamName + sharingPermission:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSfAddGroupDetailsSerializer serialize:instance]; } @@ -44495,10 +45233,10 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; + result = prime * result + [self.targetAssetIndex hash]; result = prime * result + [self.originalFolderName hash]; result = prime * result + [self.teamName hash]; - if (self.sharingPermission) { + if (self.sharingPermission != nil) { result = prime * result + [self.sharingPermission hash]; } @@ -44521,7 +45259,7 @@ - (BOOL)isEqualToSfAddGroupDetails:(DBTEAMLOGSfAddGroupDetails *)aSfAddGroupDeta if (self == aSfAddGroupDetails) { return YES; } - if (![self.targetIndex isEqual:aSfAddGroupDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSfAddGroupDetails.targetAssetIndex]) { return NO; } if (![self.originalFolderName isEqual:aSfAddGroupDetails.originalFolderName]) { @@ -44547,26 +45285,26 @@ @implementation DBTEAMLOGSfAddGroupDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSfAddGroupDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; jsonDict[@"original_folder_name"] = valueObj.originalFolderName; jsonDict[@"team_name"] = valueObj.teamName; if (valueObj.sharingPermission) { jsonDict[@"sharing_permission"] = valueObj.sharingPermission; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSfAddGroupDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"]; NSString *teamName = valueDict[@"team_name"]; NSString *sharingPermission = valueDict[@"sharing_permission"] ?: nil; - return [[DBTEAMLOGSfAddGroupDetails alloc] initWithTargetIndex:targetIndex - originalFolderName:originalFolderName - teamName:teamName - sharingPermission:sharingPermission]; + return [[DBTEAMLOGSfAddGroupDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + teamName:teamName + sharingPermission:sharingPermission]; } @end @@ -44581,26 +45319,29 @@ @implementation DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - sharedFolderType:(NSString *)sharedFolderType { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + sharedFolderType:(NSString *)sharedFolderType { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + [DBStoneValidators nonnullValidator:nil](originalFolderName); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; _sharedFolderType = sharedFolderType; } return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName { - return [self initWithTargetIndex:targetIndex originalFolderName:originalFolderName sharedFolderType:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName { + return [self initWithTargetAssetIndex:targetAssetIndex originalFolderName:originalFolderName sharedFolderType:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetailsSerializer serialize:instance]; } @@ -44628,9 +45369,9 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; + result = prime * result + [self.targetAssetIndex hash]; result = prime * result + [self.originalFolderName hash]; - if (self.sharedFolderType) { + if (self.sharedFolderType != nil) { result = prime * result + [self.sharedFolderType hash]; } @@ -44654,7 +45395,7 @@ - (BOOL)isEqualToSfAllowNonMembersToViewSharedLinksDetails: if (self == aSfAllowNonMembersToViewSharedLinksDetails) { return YES; } - if (![self.targetIndex isEqual:aSfAllowNonMembersToViewSharedLinksDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSfAllowNonMembersToViewSharedLinksDetails.targetAssetIndex]) { return NO; } if (![self.originalFolderName isEqual:aSfAllowNonMembersToViewSharedLinksDetails.originalFolderName]) { @@ -44677,23 +45418,23 @@ @implementation DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; jsonDict[@"original_folder_name"] = valueObj.originalFolderName; if (valueObj.sharedFolderType) { jsonDict[@"shared_folder_type"] = valueObj.sharedFolderType; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"]; NSString *sharedFolderType = valueDict[@"shared_folder_type"] ?: nil; - return [[DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails alloc] initWithTargetIndex:targetIndex - originalFolderName:originalFolderName - sharedFolderType:sharedFolderType]; + return [[DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + sharedFolderType:sharedFolderType]; } @end @@ -44718,7 +45459,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSfExternalInviteWarnDetailsSerializer serialize:instance]; } @@ -44778,7 +45519,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGSfExternalInviteWarnDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSfExternalInviteWarnDetails *)deserialize:(NSDictionary *)valueDict { @@ -44799,18 +45540,19 @@ @implementation DBTEAMLOGSfInviteGroupDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; } return self; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSfInviteGroupDetailsSerializer serialize:instance]; } @@ -44838,7 +45580,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; + result = prime * result + [self.targetAssetIndex hash]; return prime * result; } @@ -44859,7 +45601,7 @@ - (BOOL)isEqualToSfInviteGroupDetails:(DBTEAMLOGSfInviteGroupDetails *)aSfInvite if (self == aSfInviteGroupDetails) { return YES; } - if (![self.targetIndex isEqual:aSfInviteGroupDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSfInviteGroupDetails.targetAssetIndex]) { return NO; } return YES; @@ -44874,15 +45616,15 @@ @implementation DBTEAMLOGSfInviteGroupDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSfInviteGroupDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSfInviteGroupDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; - return [[DBTEAMLOGSfInviteGroupDetails alloc] initWithTargetIndex:targetIndex]; + return [[DBTEAMLOGSfInviteGroupDetails alloc] initWithTargetAssetIndex:targetAssetIndex]; } @end @@ -44897,10 +45639,12 @@ @implementation DBTEAMLOGSfNestDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - prevParentNsId:(NSString *)prevParentNsId - dNewParentNsId:(NSString *)dNewParentNsId { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + prevParentNsId:(NSString *)prevParentNsId + dNewParentNsId:(NSString *)dNewParentNsId { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + [DBStoneValidators nonnullValidator:nil](originalFolderName); [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]](prevParentNsId); [DBStoneValidators @@ -44908,7 +45652,7 @@ - (instancetype)initWithTargetIndex:(NSNumber *)targetIndex self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; _prevParentNsId = prevParentNsId; _dNewParentNsId = dNewParentNsId; @@ -44916,16 +45660,17 @@ - (instancetype)initWithTargetIndex:(NSNumber *)targetIndex return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName { - return [self initWithTargetIndex:targetIndex - originalFolderName:originalFolderName - prevParentNsId:nil - dNewParentNsId:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName { + return [self initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + prevParentNsId:nil + dNewParentNsId:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSfNestDetailsSerializer serialize:instance]; } @@ -44953,12 +45698,12 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; + result = prime * result + [self.targetAssetIndex hash]; result = prime * result + [self.originalFolderName hash]; - if (self.prevParentNsId) { + if (self.prevParentNsId != nil) { result = prime * result + [self.prevParentNsId hash]; } - if (self.dNewParentNsId) { + if (self.dNewParentNsId != nil) { result = prime * result + [self.dNewParentNsId hash]; } @@ -44981,7 +45726,7 @@ - (BOOL)isEqualToSfNestDetails:(DBTEAMLOGSfNestDetails *)aSfNestDetails { if (self == aSfNestDetails) { return YES; } - if (![self.targetIndex isEqual:aSfNestDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSfNestDetails.targetAssetIndex]) { return NO; } if (![self.originalFolderName isEqual:aSfNestDetails.originalFolderName]) { @@ -45009,7 +45754,7 @@ @implementation DBTEAMLOGSfNestDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSfNestDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; jsonDict[@"original_folder_name"] = valueObj.originalFolderName; if (valueObj.prevParentNsId) { jsonDict[@"prev_parent_ns_id"] = valueObj.prevParentNsId; @@ -45018,19 +45763,19 @@ + (NSDictionary *)serialize:(DBTEAMLOGSfNestDetails *)valueObj { jsonDict[@"new_parent_ns_id"] = valueObj.dNewParentNsId; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSfNestDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"]; NSString *prevParentNsId = valueDict[@"prev_parent_ns_id"] ?: nil; NSString *dNewParentNsId = valueDict[@"new_parent_ns_id"] ?: nil; - return [[DBTEAMLOGSfNestDetails alloc] initWithTargetIndex:targetIndex - originalFolderName:originalFolderName - prevParentNsId:prevParentNsId - dNewParentNsId:dNewParentNsId]; + return [[DBTEAMLOGSfNestDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + prevParentNsId:prevParentNsId + dNewParentNsId:dNewParentNsId]; } @end @@ -45045,11 +45790,14 @@ @implementation DBTEAMLOGSfTeamDeclineDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + [DBStoneValidators nonnullValidator:nil](originalFolderName); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; } return self; @@ -45057,7 +45805,7 @@ - (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:( #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSfTeamDeclineDetailsSerializer serialize:instance]; } @@ -45085,7 +45833,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; + result = prime * result + [self.targetAssetIndex hash]; result = prime * result + [self.originalFolderName hash]; return prime * result; @@ -45107,7 +45855,7 @@ - (BOOL)isEqualToSfTeamDeclineDetails:(DBTEAMLOGSfTeamDeclineDetails *)aSfTeamDe if (self == aSfTeamDeclineDetails) { return YES; } - if (![self.targetIndex isEqual:aSfTeamDeclineDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSfTeamDeclineDetails.targetAssetIndex]) { return NO; } if (![self.originalFolderName isEqual:aSfTeamDeclineDetails.originalFolderName]) { @@ -45125,17 +45873,18 @@ @implementation DBTEAMLOGSfTeamDeclineDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSfTeamDeclineDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; jsonDict[@"original_folder_name"] = valueObj.originalFolderName; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSfTeamDeclineDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"]; - return [[DBTEAMLOGSfTeamDeclineDetails alloc] initWithTargetIndex:targetIndex originalFolderName:originalFolderName]; + return [[DBTEAMLOGSfTeamDeclineDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName]; } @end @@ -45150,11 +45899,14 @@ @implementation DBTEAMLOGSfTeamGrantAccessDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + [DBStoneValidators nonnullValidator:nil](originalFolderName); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; } return self; @@ -45162,7 +45914,7 @@ - (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:( #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSfTeamGrantAccessDetailsSerializer serialize:instance]; } @@ -45190,7 +45942,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; + result = prime * result + [self.targetAssetIndex hash]; result = prime * result + [self.originalFolderName hash]; return prime * result; @@ -45212,7 +45964,7 @@ - (BOOL)isEqualToSfTeamGrantAccessDetails:(DBTEAMLOGSfTeamGrantAccessDetails *)a if (self == aSfTeamGrantAccessDetails) { return YES; } - if (![self.targetIndex isEqual:aSfTeamGrantAccessDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSfTeamGrantAccessDetails.targetAssetIndex]) { return NO; } if (![self.originalFolderName isEqual:aSfTeamGrantAccessDetails.originalFolderName]) { @@ -45230,18 +45982,18 @@ @implementation DBTEAMLOGSfTeamGrantAccessDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSfTeamGrantAccessDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; jsonDict[@"original_folder_name"] = valueObj.originalFolderName; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSfTeamGrantAccessDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"]; - return - [[DBTEAMLOGSfTeamGrantAccessDetails alloc] initWithTargetIndex:targetIndex originalFolderName:originalFolderName]; + return [[DBTEAMLOGSfTeamGrantAccessDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName]; } @end @@ -45256,14 +46008,16 @@ @implementation DBTEAMLOGSfTeamInviteChangeRoleDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - dNewSharingPermission:(NSString *)dNewSharingPermission - previousSharingPermission:(NSString *)previousSharingPermission { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + dNewSharingPermission:(NSString *)dNewSharingPermission + previousSharingPermission:(NSString *)previousSharingPermission { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + [DBStoneValidators nonnullValidator:nil](originalFolderName); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; _dNewSharingPermission = dNewSharingPermission; _previousSharingPermission = previousSharingPermission; @@ -45271,16 +46025,17 @@ - (instancetype)initWithTargetIndex:(NSNumber *)targetIndex return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName { - return [self initWithTargetIndex:targetIndex - originalFolderName:originalFolderName - dNewSharingPermission:nil - previousSharingPermission:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName { + return [self initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + dNewSharingPermission:nil + previousSharingPermission:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSfTeamInviteChangeRoleDetailsSerializer serialize:instance]; } @@ -45308,12 +46063,12 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; + result = prime * result + [self.targetAssetIndex hash]; result = prime * result + [self.originalFolderName hash]; - if (self.dNewSharingPermission) { + if (self.dNewSharingPermission != nil) { result = prime * result + [self.dNewSharingPermission hash]; } - if (self.previousSharingPermission) { + if (self.previousSharingPermission != nil) { result = prime * result + [self.previousSharingPermission hash]; } @@ -45337,7 +46092,7 @@ - (BOOL)isEqualToSfTeamInviteChangeRoleDetails: if (self == aSfTeamInviteChangeRoleDetails) { return YES; } - if (![self.targetIndex isEqual:aSfTeamInviteChangeRoleDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSfTeamInviteChangeRoleDetails.targetAssetIndex]) { return NO; } if (![self.originalFolderName isEqual:aSfTeamInviteChangeRoleDetails.originalFolderName]) { @@ -45365,7 +46120,7 @@ @implementation DBTEAMLOGSfTeamInviteChangeRoleDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSfTeamInviteChangeRoleDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; jsonDict[@"original_folder_name"] = valueObj.originalFolderName; if (valueObj.dNewSharingPermission) { jsonDict[@"new_sharing_permission"] = valueObj.dNewSharingPermission; @@ -45374,19 +46129,19 @@ + (NSDictionary *)serialize:(DBTEAMLOGSfTeamInviteChangeRoleDetails *)valueObj { jsonDict[@"previous_sharing_permission"] = valueObj.previousSharingPermission; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSfTeamInviteChangeRoleDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"]; NSString *dNewSharingPermission = valueDict[@"new_sharing_permission"] ?: nil; NSString *previousSharingPermission = valueDict[@"previous_sharing_permission"] ?: nil; - return [[DBTEAMLOGSfTeamInviteChangeRoleDetails alloc] initWithTargetIndex:targetIndex - originalFolderName:originalFolderName - dNewSharingPermission:dNewSharingPermission - previousSharingPermission:previousSharingPermission]; + return [[DBTEAMLOGSfTeamInviteChangeRoleDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + dNewSharingPermission:dNewSharingPermission + previousSharingPermission:previousSharingPermission]; } @end @@ -45401,26 +46156,29 @@ @implementation DBTEAMLOGSfTeamInviteDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - sharingPermission:(NSString *)sharingPermission { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + sharingPermission:(NSString *)sharingPermission { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + [DBStoneValidators nonnullValidator:nil](originalFolderName); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; _sharingPermission = sharingPermission; } return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName { - return [self initWithTargetIndex:targetIndex originalFolderName:originalFolderName sharingPermission:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName { + return [self initWithTargetAssetIndex:targetAssetIndex originalFolderName:originalFolderName sharingPermission:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSfTeamInviteDetailsSerializer serialize:instance]; } @@ -45448,9 +46206,9 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; + result = prime * result + [self.targetAssetIndex hash]; result = prime * result + [self.originalFolderName hash]; - if (self.sharingPermission) { + if (self.sharingPermission != nil) { result = prime * result + [self.sharingPermission hash]; } @@ -45473,7 +46231,7 @@ - (BOOL)isEqualToSfTeamInviteDetails:(DBTEAMLOGSfTeamInviteDetails *)aSfTeamInvi if (self == aSfTeamInviteDetails) { return YES; } - if (![self.targetIndex isEqual:aSfTeamInviteDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSfTeamInviteDetails.targetAssetIndex]) { return NO; } if (![self.originalFolderName isEqual:aSfTeamInviteDetails.originalFolderName]) { @@ -45496,23 +46254,23 @@ @implementation DBTEAMLOGSfTeamInviteDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSfTeamInviteDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; jsonDict[@"original_folder_name"] = valueObj.originalFolderName; if (valueObj.sharingPermission) { jsonDict[@"sharing_permission"] = valueObj.sharingPermission; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSfTeamInviteDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"]; NSString *sharingPermission = valueDict[@"sharing_permission"] ?: nil; - return [[DBTEAMLOGSfTeamInviteDetails alloc] initWithTargetIndex:targetIndex - originalFolderName:originalFolderName - sharingPermission:sharingPermission]; + return [[DBTEAMLOGSfTeamInviteDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + sharingPermission:sharingPermission]; } @end @@ -45527,11 +46285,14 @@ @implementation DBTEAMLOGSfTeamJoinDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + [DBStoneValidators nonnullValidator:nil](originalFolderName); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; } return self; @@ -45539,7 +46300,7 @@ - (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:( #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSfTeamJoinDetailsSerializer serialize:instance]; } @@ -45567,7 +46328,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; + result = prime * result + [self.targetAssetIndex hash]; result = prime * result + [self.originalFolderName hash]; return prime * result; @@ -45589,7 +46350,7 @@ - (BOOL)isEqualToSfTeamJoinDetails:(DBTEAMLOGSfTeamJoinDetails *)aSfTeamJoinDeta if (self == aSfTeamJoinDetails) { return YES; } - if (![self.targetIndex isEqual:aSfTeamJoinDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSfTeamJoinDetails.targetAssetIndex]) { return NO; } if (![self.originalFolderName isEqual:aSfTeamJoinDetails.originalFolderName]) { @@ -45607,17 +46368,18 @@ @implementation DBTEAMLOGSfTeamJoinDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSfTeamJoinDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; jsonDict[@"original_folder_name"] = valueObj.originalFolderName; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSfTeamJoinDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"]; - return [[DBTEAMLOGSfTeamJoinDetails alloc] initWithTargetIndex:targetIndex originalFolderName:originalFolderName]; + return [[DBTEAMLOGSfTeamJoinDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName]; } @end @@ -45632,14 +46394,16 @@ @implementation DBTEAMLOGSfTeamJoinFromOobLinkDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - tokenKey:(NSString *)tokenKey - sharingPermission:(NSString *)sharingPermission { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + tokenKey:(NSString *)tokenKey + sharingPermission:(NSString *)sharingPermission { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + [DBStoneValidators nonnullValidator:nil](originalFolderName); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; _tokenKey = tokenKey; _sharingPermission = sharingPermission; @@ -45647,14 +46411,17 @@ - (instancetype)initWithTargetIndex:(NSNumber *)targetIndex return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName { - return - [self initWithTargetIndex:targetIndex originalFolderName:originalFolderName tokenKey:nil sharingPermission:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName { + return [self initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + tokenKey:nil + sharingPermission:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSfTeamJoinFromOobLinkDetailsSerializer serialize:instance]; } @@ -45682,12 +46449,12 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; + result = prime * result + [self.targetAssetIndex hash]; result = prime * result + [self.originalFolderName hash]; - if (self.tokenKey) { + if (self.tokenKey != nil) { result = prime * result + [self.tokenKey hash]; } - if (self.sharingPermission) { + if (self.sharingPermission != nil) { result = prime * result + [self.sharingPermission hash]; } @@ -45710,7 +46477,7 @@ - (BOOL)isEqualToSfTeamJoinFromOobLinkDetails:(DBTEAMLOGSfTeamJoinFromOobLinkDet if (self == aSfTeamJoinFromOobLinkDetails) { return YES; } - if (![self.targetIndex isEqual:aSfTeamJoinFromOobLinkDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSfTeamJoinFromOobLinkDetails.targetAssetIndex]) { return NO; } if (![self.originalFolderName isEqual:aSfTeamJoinFromOobLinkDetails.originalFolderName]) { @@ -45738,7 +46505,7 @@ @implementation DBTEAMLOGSfTeamJoinFromOobLinkDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSfTeamJoinFromOobLinkDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; jsonDict[@"original_folder_name"] = valueObj.originalFolderName; if (valueObj.tokenKey) { jsonDict[@"token_key"] = valueObj.tokenKey; @@ -45747,19 +46514,19 @@ + (NSDictionary *)serialize:(DBTEAMLOGSfTeamJoinFromOobLinkDetails *)valueObj { jsonDict[@"sharing_permission"] = valueObj.sharingPermission; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSfTeamJoinFromOobLinkDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"]; NSString *tokenKey = valueDict[@"token_key"] ?: nil; NSString *sharingPermission = valueDict[@"sharing_permission"] ?: nil; - return [[DBTEAMLOGSfTeamJoinFromOobLinkDetails alloc] initWithTargetIndex:targetIndex - originalFolderName:originalFolderName - tokenKey:tokenKey - sharingPermission:sharingPermission]; + return [[DBTEAMLOGSfTeamJoinFromOobLinkDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + tokenKey:tokenKey + sharingPermission:sharingPermission]; } @end @@ -45774,11 +46541,14 @@ @implementation DBTEAMLOGSfTeamUninviteDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + [DBStoneValidators nonnullValidator:nil](originalFolderName); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; } return self; @@ -45786,7 +46556,7 @@ - (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:( #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSfTeamUninviteDetailsSerializer serialize:instance]; } @@ -45814,7 +46584,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; + result = prime * result + [self.targetAssetIndex hash]; result = prime * result + [self.originalFolderName hash]; return prime * result; @@ -45836,7 +46606,7 @@ - (BOOL)isEqualToSfTeamUninviteDetails:(DBTEAMLOGSfTeamUninviteDetails *)aSfTeam if (self == aSfTeamUninviteDetails) { return YES; } - if (![self.targetIndex isEqual:aSfTeamUninviteDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSfTeamUninviteDetails.targetAssetIndex]) { return NO; } if (![self.originalFolderName isEqual:aSfTeamUninviteDetails.originalFolderName]) { @@ -45854,17 +46624,18 @@ @implementation DBTEAMLOGSfTeamUninviteDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSfTeamUninviteDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; jsonDict[@"original_folder_name"] = valueObj.originalFolderName; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSfTeamUninviteDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"]; - return [[DBTEAMLOGSfTeamUninviteDetails alloc] initWithTargetIndex:targetIndex originalFolderName:originalFolderName]; + return [[DBTEAMLOGSfTeamUninviteDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName]; } @end @@ -45879,26 +46650,27 @@ @implementation DBTEAMLOGSharedContentAddInviteesDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - sharingPermission:(NSString *)sharingPermission { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + sharingPermission:(NSString *)sharingPermission { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; _sharingPermission = sharingPermission; } return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex { - return [self initWithTargetIndex:targetIndex originalFolderName:nil sharingPermission:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex { + return [self initWithTargetAssetIndex:targetAssetIndex originalFolderName:nil sharingPermission:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedContentAddInviteesDetailsSerializer serialize:instance]; } @@ -45926,11 +46698,11 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; - if (self.originalFolderName) { + result = prime * result + [self.targetAssetIndex hash]; + if (self.originalFolderName != nil) { result = prime * result + [self.originalFolderName hash]; } - if (self.sharingPermission) { + if (self.sharingPermission != nil) { result = prime * result + [self.sharingPermission hash]; } @@ -45954,7 +46726,7 @@ - (BOOL)isEqualToSharedContentAddInviteesDetails: if (self == aSharedContentAddInviteesDetails) { return YES; } - if (![self.targetIndex isEqual:aSharedContentAddInviteesDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedContentAddInviteesDetails.targetAssetIndex]) { return NO; } if (self.originalFolderName) { @@ -45979,7 +46751,7 @@ @implementation DBTEAMLOGSharedContentAddInviteesDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSharedContentAddInviteesDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; if (valueObj.originalFolderName) { jsonDict[@"original_folder_name"] = valueObj.originalFolderName; } @@ -45987,17 +46759,17 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharedContentAddInviteesDetails *)valueObj jsonDict[@"sharing_permission"] = valueObj.sharingPermission; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedContentAddInviteesDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"] ?: nil; NSString *sharingPermission = valueDict[@"sharing_permission"] ?: nil; - return [[DBTEAMLOGSharedContentAddInviteesDetails alloc] initWithTargetIndex:targetIndex - originalFolderName:originalFolderName - sharingPermission:sharingPermission]; + return [[DBTEAMLOGSharedContentAddInviteesDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + sharingPermission:sharingPermission]; } @end @@ -46012,15 +46784,18 @@ @implementation DBTEAMLOGSharedContentAddLinkExpiryDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - expirationStartDate:(NSString *)expirationStartDate - expirationDays:(NSNumber *)expirationDays - originalFolderName:(NSString *)originalFolderName - sharedFolderType:(NSString *)sharedFolderType { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + expirationStartDate:(NSString *)expirationStartDate + expirationDays:(NSNumber *)expirationDays + originalFolderName:(NSString *)originalFolderName + sharedFolderType:(NSString *)sharedFolderType { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + [DBStoneValidators nonnullValidator:nil](expirationStartDate); + [DBStoneValidators nonnullValidator:nil](expirationDays); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; _sharedFolderType = sharedFolderType; _expirationStartDate = expirationStartDate; @@ -46029,19 +46804,19 @@ - (instancetype)initWithTargetIndex:(NSNumber *)targetIndex return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - expirationStartDate:(NSString *)expirationStartDate - expirationDays:(NSNumber *)expirationDays { - return [self initWithTargetIndex:targetIndex - expirationStartDate:expirationStartDate - expirationDays:expirationDays - originalFolderName:nil - sharedFolderType:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + expirationStartDate:(NSString *)expirationStartDate + expirationDays:(NSNumber *)expirationDays { + return [self initWithTargetAssetIndex:targetAssetIndex + expirationStartDate:expirationStartDate + expirationDays:expirationDays + originalFolderName:nil + sharedFolderType:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedContentAddLinkExpiryDetailsSerializer serialize:instance]; } @@ -46069,13 +46844,13 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; + result = prime * result + [self.targetAssetIndex hash]; result = prime * result + [self.expirationStartDate hash]; result = prime * result + [self.expirationDays hash]; - if (self.originalFolderName) { + if (self.originalFolderName != nil) { result = prime * result + [self.originalFolderName hash]; } - if (self.sharedFolderType) { + if (self.sharedFolderType != nil) { result = prime * result + [self.sharedFolderType hash]; } @@ -46099,7 +46874,7 @@ - (BOOL)isEqualToSharedContentAddLinkExpiryDetails: if (self == aSharedContentAddLinkExpiryDetails) { return YES; } - if (![self.targetIndex isEqual:aSharedContentAddLinkExpiryDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedContentAddLinkExpiryDetails.targetAssetIndex]) { return NO; } if (![self.expirationStartDate isEqual:aSharedContentAddLinkExpiryDetails.expirationStartDate]) { @@ -46130,7 +46905,7 @@ @implementation DBTEAMLOGSharedContentAddLinkExpiryDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSharedContentAddLinkExpiryDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; jsonDict[@"expiration_start_date"] = valueObj.expirationStartDate; jsonDict[@"expiration_days"] = valueObj.expirationDays; if (valueObj.originalFolderName) { @@ -46140,21 +46915,21 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharedContentAddLinkExpiryDetails *)valueO jsonDict[@"shared_folder_type"] = valueObj.sharedFolderType; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedContentAddLinkExpiryDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *expirationStartDate = valueDict[@"expiration_start_date"]; NSNumber *expirationDays = valueDict[@"expiration_days"]; NSString *originalFolderName = valueDict[@"original_folder_name"] ?: nil; NSString *sharedFolderType = valueDict[@"shared_folder_type"] ?: nil; - return [[DBTEAMLOGSharedContentAddLinkExpiryDetails alloc] initWithTargetIndex:targetIndex - expirationStartDate:expirationStartDate - expirationDays:expirationDays - originalFolderName:originalFolderName - sharedFolderType:sharedFolderType]; + return [[DBTEAMLOGSharedContentAddLinkExpiryDetails alloc] initWithTargetAssetIndex:targetAssetIndex + expirationStartDate:expirationStartDate + expirationDays:expirationDays + originalFolderName:originalFolderName + sharedFolderType:sharedFolderType]; } @end @@ -46169,26 +46944,27 @@ @implementation DBTEAMLOGSharedContentAddLinkPasswordDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - sharedFolderType:(NSString *)sharedFolderType { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + sharedFolderType:(NSString *)sharedFolderType { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; _sharedFolderType = sharedFolderType; } return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex { - return [self initWithTargetIndex:targetIndex originalFolderName:nil sharedFolderType:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex { + return [self initWithTargetAssetIndex:targetAssetIndex originalFolderName:nil sharedFolderType:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedContentAddLinkPasswordDetailsSerializer serialize:instance]; } @@ -46216,11 +46992,11 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; - if (self.originalFolderName) { + result = prime * result + [self.targetAssetIndex hash]; + if (self.originalFolderName != nil) { result = prime * result + [self.originalFolderName hash]; } - if (self.sharedFolderType) { + if (self.sharedFolderType != nil) { result = prime * result + [self.sharedFolderType hash]; } @@ -46244,7 +47020,7 @@ - (BOOL)isEqualToSharedContentAddLinkPasswordDetails: if (self == aSharedContentAddLinkPasswordDetails) { return YES; } - if (![self.targetIndex isEqual:aSharedContentAddLinkPasswordDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedContentAddLinkPasswordDetails.targetAssetIndex]) { return NO; } if (self.originalFolderName) { @@ -46269,7 +47045,7 @@ @implementation DBTEAMLOGSharedContentAddLinkPasswordDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSharedContentAddLinkPasswordDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; if (valueObj.originalFolderName) { jsonDict[@"original_folder_name"] = valueObj.originalFolderName; } @@ -46277,17 +47053,17 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharedContentAddLinkPasswordDetails *)valu jsonDict[@"shared_folder_type"] = valueObj.sharedFolderType; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedContentAddLinkPasswordDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"] ?: nil; NSString *sharedFolderType = valueDict[@"shared_folder_type"] ?: nil; - return [[DBTEAMLOGSharedContentAddLinkPasswordDetails alloc] initWithTargetIndex:targetIndex - originalFolderName:originalFolderName - sharedFolderType:sharedFolderType]; + return [[DBTEAMLOGSharedContentAddLinkPasswordDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + sharedFolderType:sharedFolderType]; } @end @@ -46302,14 +47078,15 @@ @implementation DBTEAMLOGSharedContentAddMemberDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - sharingPermission:(NSString *)sharingPermission - sharedFolderType:(NSString *)sharedFolderType { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + sharingPermission:(NSString *)sharingPermission + sharedFolderType:(NSString *)sharedFolderType { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; _sharingPermission = sharingPermission; _sharedFolderType = sharedFolderType; @@ -46317,13 +47094,16 @@ - (instancetype)initWithTargetIndex:(NSNumber *)targetIndex return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex { - return [self initWithTargetIndex:targetIndex originalFolderName:nil sharingPermission:nil sharedFolderType:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex { + return [self initWithTargetAssetIndex:targetAssetIndex + originalFolderName:nil + sharingPermission:nil + sharedFolderType:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedContentAddMemberDetailsSerializer serialize:instance]; } @@ -46351,14 +47131,14 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; - if (self.originalFolderName) { + result = prime * result + [self.targetAssetIndex hash]; + if (self.originalFolderName != nil) { result = prime * result + [self.originalFolderName hash]; } - if (self.sharingPermission) { + if (self.sharingPermission != nil) { result = prime * result + [self.sharingPermission hash]; } - if (self.sharedFolderType) { + if (self.sharedFolderType != nil) { result = prime * result + [self.sharedFolderType hash]; } @@ -46382,7 +47162,7 @@ - (BOOL)isEqualToSharedContentAddMemberDetails: if (self == aSharedContentAddMemberDetails) { return YES; } - if (![self.targetIndex isEqual:aSharedContentAddMemberDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedContentAddMemberDetails.targetAssetIndex]) { return NO; } if (self.originalFolderName) { @@ -46412,7 +47192,7 @@ @implementation DBTEAMLOGSharedContentAddMemberDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSharedContentAddMemberDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; if (valueObj.originalFolderName) { jsonDict[@"original_folder_name"] = valueObj.originalFolderName; } @@ -46423,19 +47203,19 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharedContentAddMemberDetails *)valueObj { jsonDict[@"shared_folder_type"] = valueObj.sharedFolderType; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedContentAddMemberDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"] ?: nil; NSString *sharingPermission = valueDict[@"sharing_permission"] ?: nil; NSString *sharedFolderType = valueDict[@"shared_folder_type"] ?: nil; - return [[DBTEAMLOGSharedContentAddMemberDetails alloc] initWithTargetIndex:targetIndex - originalFolderName:originalFolderName - sharingPermission:sharingPermission - sharedFolderType:sharedFolderType]; + return [[DBTEAMLOGSharedContentAddMemberDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + sharingPermission:sharingPermission + sharedFolderType:sharedFolderType]; } @end @@ -46451,15 +47231,17 @@ @implementation DBTEAMLOGSharedContentChangeDownloadsPolicyDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - dNewValue:(DBTEAMLOGSharedContentDownloadsPolicy *)dNewValue - originalFolderName:(NSString *)originalFolderName - sharedFolderType:(NSString *)sharedFolderType - previousValue:(DBTEAMLOGSharedContentDownloadsPolicy *)previousValue { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + dNewValue:(DBTEAMLOGSharedContentDownloadsPolicy *)dNewValue + originalFolderName:(NSString *)originalFolderName + sharedFolderType:(NSString *)sharedFolderType + previousValue:(DBTEAMLOGSharedContentDownloadsPolicy *)previousValue { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; _sharedFolderType = sharedFolderType; _dNewValue = dNewValue; @@ -46468,18 +47250,18 @@ - (instancetype)initWithTargetIndex:(NSNumber *)targetIndex return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - dNewValue:(DBTEAMLOGSharedContentDownloadsPolicy *)dNewValue { - return [self initWithTargetIndex:targetIndex - dNewValue:dNewValue - originalFolderName:nil - sharedFolderType:nil - previousValue:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + dNewValue:(DBTEAMLOGSharedContentDownloadsPolicy *)dNewValue { + return [self initWithTargetAssetIndex:targetAssetIndex + dNewValue:dNewValue + originalFolderName:nil + sharedFolderType:nil + previousValue:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedContentChangeDownloadsPolicyDetailsSerializer serialize:instance]; } @@ -46507,15 +47289,15 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; + result = prime * result + [self.targetAssetIndex hash]; result = prime * result + [self.dNewValue hash]; - if (self.originalFolderName) { + if (self.originalFolderName != nil) { result = prime * result + [self.originalFolderName hash]; } - if (self.sharedFolderType) { + if (self.sharedFolderType != nil) { result = prime * result + [self.sharedFolderType hash]; } - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -46539,7 +47321,7 @@ - (BOOL)isEqualToSharedContentChangeDownloadsPolicyDetails: if (self == aSharedContentChangeDownloadsPolicyDetails) { return YES; } - if (![self.targetIndex isEqual:aSharedContentChangeDownloadsPolicyDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedContentChangeDownloadsPolicyDetails.targetAssetIndex]) { return NO; } if (![self.dNewValue isEqual:aSharedContentChangeDownloadsPolicyDetails.dNewValue]) { @@ -46572,7 +47354,7 @@ @implementation DBTEAMLOGSharedContentChangeDownloadsPolicyDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSharedContentChangeDownloadsPolicyDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; jsonDict[@"new_value"] = [DBTEAMLOGSharedContentDownloadsPolicySerializer serialize:valueObj.dNewValue]; if (valueObj.originalFolderName) { jsonDict[@"original_folder_name"] = valueObj.originalFolderName; @@ -46584,11 +47366,11 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharedContentChangeDownloadsPolicyDetails jsonDict[@"previous_value"] = [DBTEAMLOGSharedContentDownloadsPolicySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedContentChangeDownloadsPolicyDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; DBTEAMLOGSharedContentDownloadsPolicy *dNewValue = [DBTEAMLOGSharedContentDownloadsPolicySerializer deserialize:valueDict[@"new_value"]]; NSString *originalFolderName = valueDict[@"original_folder_name"] ?: nil; @@ -46598,11 +47380,11 @@ + (DBTEAMLOGSharedContentChangeDownloadsPolicyDetails *)deserialize:(NSDictionar ? [DBTEAMLOGSharedContentDownloadsPolicySerializer deserialize:valueDict[@"previous_value"]] : nil; - return [[DBTEAMLOGSharedContentChangeDownloadsPolicyDetails alloc] initWithTargetIndex:targetIndex - dNewValue:dNewValue - originalFolderName:originalFolderName - sharedFolderType:sharedFolderType - previousValue:previousValue]; + return [[DBTEAMLOGSharedContentChangeDownloadsPolicyDetails alloc] initWithTargetAssetIndex:targetAssetIndex + dNewValue:dNewValue + originalFolderName:originalFolderName + sharedFolderType:sharedFolderType + previousValue:previousValue]; } @end @@ -46617,14 +47399,16 @@ @implementation DBTEAMLOGSharedContentChangeInviteeRoleDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - dNewSharingPermission:(NSString *)dNewSharingPermission - previousSharingPermission:(NSString *)previousSharingPermission { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + dNewSharingPermission:(NSString *)dNewSharingPermission + previousSharingPermission:(NSString *)previousSharingPermission { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + [DBStoneValidators nonnullValidator:nil](originalFolderName); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; _dNewSharingPermission = dNewSharingPermission; _previousSharingPermission = previousSharingPermission; @@ -46632,16 +47416,17 @@ - (instancetype)initWithTargetIndex:(NSNumber *)targetIndex return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName { - return [self initWithTargetIndex:targetIndex - originalFolderName:originalFolderName - dNewSharingPermission:nil - previousSharingPermission:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName { + return [self initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + dNewSharingPermission:nil + previousSharingPermission:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedContentChangeInviteeRoleDetailsSerializer serialize:instance]; } @@ -46669,12 +47454,12 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; + result = prime * result + [self.targetAssetIndex hash]; result = prime * result + [self.originalFolderName hash]; - if (self.dNewSharingPermission) { + if (self.dNewSharingPermission != nil) { result = prime * result + [self.dNewSharingPermission hash]; } - if (self.previousSharingPermission) { + if (self.previousSharingPermission != nil) { result = prime * result + [self.previousSharingPermission hash]; } @@ -46698,7 +47483,7 @@ - (BOOL)isEqualToSharedContentChangeInviteeRoleDetails: if (self == aSharedContentChangeInviteeRoleDetails) { return YES; } - if (![self.targetIndex isEqual:aSharedContentChangeInviteeRoleDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedContentChangeInviteeRoleDetails.targetAssetIndex]) { return NO; } if (![self.originalFolderName isEqual:aSharedContentChangeInviteeRoleDetails.originalFolderName]) { @@ -46726,7 +47511,7 @@ @implementation DBTEAMLOGSharedContentChangeInviteeRoleDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSharedContentChangeInviteeRoleDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; jsonDict[@"original_folder_name"] = valueObj.originalFolderName; if (valueObj.dNewSharingPermission) { jsonDict[@"new_sharing_permission"] = valueObj.dNewSharingPermission; @@ -46735,19 +47520,19 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharedContentChangeInviteeRoleDetails *)va jsonDict[@"previous_sharing_permission"] = valueObj.previousSharingPermission; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedContentChangeInviteeRoleDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"]; NSString *dNewSharingPermission = valueDict[@"new_sharing_permission"] ?: nil; NSString *previousSharingPermission = valueDict[@"previous_sharing_permission"] ?: nil; - return [[DBTEAMLOGSharedContentChangeInviteeRoleDetails alloc] initWithTargetIndex:targetIndex - originalFolderName:originalFolderName - dNewSharingPermission:dNewSharingPermission - previousSharingPermission:previousSharingPermission]; + return [[DBTEAMLOGSharedContentChangeInviteeRoleDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + dNewSharingPermission:dNewSharingPermission + previousSharingPermission:previousSharingPermission]; } @end @@ -46763,15 +47548,17 @@ @implementation DBTEAMLOGSharedContentChangeLinkAudienceDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - dNewValue:(DBTEAMLOGLinkAudience *)dNewValue - originalFolderName:(NSString *)originalFolderName - sharedFolderType:(NSString *)sharedFolderType - previousValue:(DBTEAMLOGLinkAudience *)previousValue { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + dNewValue:(DBTEAMLOGLinkAudience *)dNewValue + originalFolderName:(NSString *)originalFolderName + sharedFolderType:(NSString *)sharedFolderType + previousValue:(DBTEAMLOGLinkAudience *)previousValue { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; _sharedFolderType = sharedFolderType; _dNewValue = dNewValue; @@ -46780,17 +47567,17 @@ - (instancetype)initWithTargetIndex:(NSNumber *)targetIndex return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex dNewValue:(DBTEAMLOGLinkAudience *)dNewValue { - return [self initWithTargetIndex:targetIndex - dNewValue:dNewValue - originalFolderName:nil - sharedFolderType:nil - previousValue:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex dNewValue:(DBTEAMLOGLinkAudience *)dNewValue { + return [self initWithTargetAssetIndex:targetAssetIndex + dNewValue:dNewValue + originalFolderName:nil + sharedFolderType:nil + previousValue:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedContentChangeLinkAudienceDetailsSerializer serialize:instance]; } @@ -46818,15 +47605,15 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; + result = prime * result + [self.targetAssetIndex hash]; result = prime * result + [self.dNewValue hash]; - if (self.originalFolderName) { + if (self.originalFolderName != nil) { result = prime * result + [self.originalFolderName hash]; } - if (self.sharedFolderType) { + if (self.sharedFolderType != nil) { result = prime * result + [self.sharedFolderType hash]; } - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -46850,7 +47637,7 @@ - (BOOL)isEqualToSharedContentChangeLinkAudienceDetails: if (self == aSharedContentChangeLinkAudienceDetails) { return YES; } - if (![self.targetIndex isEqual:aSharedContentChangeLinkAudienceDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedContentChangeLinkAudienceDetails.targetAssetIndex]) { return NO; } if (![self.dNewValue isEqual:aSharedContentChangeLinkAudienceDetails.dNewValue]) { @@ -46883,7 +47670,7 @@ @implementation DBTEAMLOGSharedContentChangeLinkAudienceDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSharedContentChangeLinkAudienceDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; jsonDict[@"new_value"] = [DBTEAMLOGLinkAudienceSerializer serialize:valueObj.dNewValue]; if (valueObj.originalFolderName) { jsonDict[@"original_folder_name"] = valueObj.originalFolderName; @@ -46895,22 +47682,22 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharedContentChangeLinkAudienceDetails *)v jsonDict[@"previous_value"] = [DBTEAMLOGLinkAudienceSerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedContentChangeLinkAudienceDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; DBTEAMLOGLinkAudience *dNewValue = [DBTEAMLOGLinkAudienceSerializer deserialize:valueDict[@"new_value"]]; NSString *originalFolderName = valueDict[@"original_folder_name"] ?: nil; NSString *sharedFolderType = valueDict[@"shared_folder_type"] ?: nil; DBTEAMLOGLinkAudience *previousValue = valueDict[@"previous_value"] ? [DBTEAMLOGLinkAudienceSerializer deserialize:valueDict[@"previous_value"]] : nil; - return [[DBTEAMLOGSharedContentChangeLinkAudienceDetails alloc] initWithTargetIndex:targetIndex - dNewValue:dNewValue - originalFolderName:originalFolderName - sharedFolderType:sharedFolderType - previousValue:previousValue]; + return [[DBTEAMLOGSharedContentChangeLinkAudienceDetails alloc] initWithTargetAssetIndex:targetAssetIndex + dNewValue:dNewValue + originalFolderName:originalFolderName + sharedFolderType:sharedFolderType + previousValue:previousValue]; } @end @@ -46925,15 +47712,18 @@ @implementation DBTEAMLOGSharedContentChangeLinkExpiryDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - expirationStartDate:(NSString *)expirationStartDate - expirationDays:(NSNumber *)expirationDays - originalFolderName:(NSString *)originalFolderName - sharedFolderType:(NSString *)sharedFolderType { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + expirationStartDate:(NSString *)expirationStartDate + expirationDays:(NSNumber *)expirationDays + originalFolderName:(NSString *)originalFolderName + sharedFolderType:(NSString *)sharedFolderType { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + [DBStoneValidators nonnullValidator:nil](expirationStartDate); + [DBStoneValidators nonnullValidator:nil](expirationDays); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; _sharedFolderType = sharedFolderType; _expirationStartDate = expirationStartDate; @@ -46942,19 +47732,19 @@ - (instancetype)initWithTargetIndex:(NSNumber *)targetIndex return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - expirationStartDate:(NSString *)expirationStartDate - expirationDays:(NSNumber *)expirationDays { - return [self initWithTargetIndex:targetIndex - expirationStartDate:expirationStartDate - expirationDays:expirationDays - originalFolderName:nil - sharedFolderType:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + expirationStartDate:(NSString *)expirationStartDate + expirationDays:(NSNumber *)expirationDays { + return [self initWithTargetAssetIndex:targetAssetIndex + expirationStartDate:expirationStartDate + expirationDays:expirationDays + originalFolderName:nil + sharedFolderType:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedContentChangeLinkExpiryDetailsSerializer serialize:instance]; } @@ -46982,13 +47772,13 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; + result = prime * result + [self.targetAssetIndex hash]; result = prime * result + [self.expirationStartDate hash]; result = prime * result + [self.expirationDays hash]; - if (self.originalFolderName) { + if (self.originalFolderName != nil) { result = prime * result + [self.originalFolderName hash]; } - if (self.sharedFolderType) { + if (self.sharedFolderType != nil) { result = prime * result + [self.sharedFolderType hash]; } @@ -47012,7 +47802,7 @@ - (BOOL)isEqualToSharedContentChangeLinkExpiryDetails: if (self == aSharedContentChangeLinkExpiryDetails) { return YES; } - if (![self.targetIndex isEqual:aSharedContentChangeLinkExpiryDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedContentChangeLinkExpiryDetails.targetAssetIndex]) { return NO; } if (![self.expirationStartDate isEqual:aSharedContentChangeLinkExpiryDetails.expirationStartDate]) { @@ -47043,7 +47833,7 @@ @implementation DBTEAMLOGSharedContentChangeLinkExpiryDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSharedContentChangeLinkExpiryDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; jsonDict[@"expiration_start_date"] = valueObj.expirationStartDate; jsonDict[@"expiration_days"] = valueObj.expirationDays; if (valueObj.originalFolderName) { @@ -47053,21 +47843,21 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharedContentChangeLinkExpiryDetails *)val jsonDict[@"shared_folder_type"] = valueObj.sharedFolderType; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedContentChangeLinkExpiryDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *expirationStartDate = valueDict[@"expiration_start_date"]; NSNumber *expirationDays = valueDict[@"expiration_days"]; NSString *originalFolderName = valueDict[@"original_folder_name"] ?: nil; NSString *sharedFolderType = valueDict[@"shared_folder_type"] ?: nil; - return [[DBTEAMLOGSharedContentChangeLinkExpiryDetails alloc] initWithTargetIndex:targetIndex - expirationStartDate:expirationStartDate - expirationDays:expirationDays - originalFolderName:originalFolderName - sharedFolderType:sharedFolderType]; + return [[DBTEAMLOGSharedContentChangeLinkExpiryDetails alloc] initWithTargetAssetIndex:targetAssetIndex + expirationStartDate:expirationStartDate + expirationDays:expirationDays + originalFolderName:originalFolderName + sharedFolderType:sharedFolderType]; } @end @@ -47082,26 +47872,27 @@ @implementation DBTEAMLOGSharedContentChangeLinkPasswordDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - sharedFolderType:(NSString *)sharedFolderType { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + sharedFolderType:(NSString *)sharedFolderType { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; _sharedFolderType = sharedFolderType; } return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex { - return [self initWithTargetIndex:targetIndex originalFolderName:nil sharedFolderType:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex { + return [self initWithTargetAssetIndex:targetAssetIndex originalFolderName:nil sharedFolderType:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedContentChangeLinkPasswordDetailsSerializer serialize:instance]; } @@ -47129,11 +47920,11 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; - if (self.originalFolderName) { + result = prime * result + [self.targetAssetIndex hash]; + if (self.originalFolderName != nil) { result = prime * result + [self.originalFolderName hash]; } - if (self.sharedFolderType) { + if (self.sharedFolderType != nil) { result = prime * result + [self.sharedFolderType hash]; } @@ -47157,7 +47948,7 @@ - (BOOL)isEqualToSharedContentChangeLinkPasswordDetails: if (self == aSharedContentChangeLinkPasswordDetails) { return YES; } - if (![self.targetIndex isEqual:aSharedContentChangeLinkPasswordDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedContentChangeLinkPasswordDetails.targetAssetIndex]) { return NO; } if (self.originalFolderName) { @@ -47182,7 +47973,7 @@ @implementation DBTEAMLOGSharedContentChangeLinkPasswordDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSharedContentChangeLinkPasswordDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; if (valueObj.originalFolderName) { jsonDict[@"original_folder_name"] = valueObj.originalFolderName; } @@ -47190,17 +47981,17 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharedContentChangeLinkPasswordDetails *)v jsonDict[@"shared_folder_type"] = valueObj.sharedFolderType; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedContentChangeLinkPasswordDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"] ?: nil; NSString *sharedFolderType = valueDict[@"shared_folder_type"] ?: nil; - return [[DBTEAMLOGSharedContentChangeLinkPasswordDetails alloc] initWithTargetIndex:targetIndex - originalFolderName:originalFolderName - sharedFolderType:sharedFolderType]; + return [[DBTEAMLOGSharedContentChangeLinkPasswordDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + sharedFolderType:sharedFolderType]; } @end @@ -47215,15 +48006,16 @@ @implementation DBTEAMLOGSharedContentChangeMemberRoleDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - dNewSharingPermission:(NSString *)dNewSharingPermission - previousSharingPermission:(NSString *)previousSharingPermission - sharedFolderType:(NSString *)sharedFolderType { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + dNewSharingPermission:(NSString *)dNewSharingPermission + previousSharingPermission:(NSString *)previousSharingPermission + sharedFolderType:(NSString *)sharedFolderType { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; _dNewSharingPermission = dNewSharingPermission; _previousSharingPermission = previousSharingPermission; @@ -47232,17 +48024,17 @@ - (instancetype)initWithTargetIndex:(NSNumber *)targetIndex return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex { - return [self initWithTargetIndex:targetIndex - originalFolderName:nil - dNewSharingPermission:nil - previousSharingPermission:nil - sharedFolderType:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex { + return [self initWithTargetAssetIndex:targetAssetIndex + originalFolderName:nil + dNewSharingPermission:nil + previousSharingPermission:nil + sharedFolderType:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedContentChangeMemberRoleDetailsSerializer serialize:instance]; } @@ -47270,17 +48062,17 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; - if (self.originalFolderName) { + result = prime * result + [self.targetAssetIndex hash]; + if (self.originalFolderName != nil) { result = prime * result + [self.originalFolderName hash]; } - if (self.dNewSharingPermission) { + if (self.dNewSharingPermission != nil) { result = prime * result + [self.dNewSharingPermission hash]; } - if (self.previousSharingPermission) { + if (self.previousSharingPermission != nil) { result = prime * result + [self.previousSharingPermission hash]; } - if (self.sharedFolderType) { + if (self.sharedFolderType != nil) { result = prime * result + [self.sharedFolderType hash]; } @@ -47304,7 +48096,7 @@ - (BOOL)isEqualToSharedContentChangeMemberRoleDetails: if (self == aSharedContentChangeMemberRoleDetails) { return YES; } - if (![self.targetIndex isEqual:aSharedContentChangeMemberRoleDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedContentChangeMemberRoleDetails.targetAssetIndex]) { return NO; } if (self.originalFolderName) { @@ -47339,7 +48131,7 @@ @implementation DBTEAMLOGSharedContentChangeMemberRoleDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSharedContentChangeMemberRoleDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; if (valueObj.originalFolderName) { jsonDict[@"original_folder_name"] = valueObj.originalFolderName; } @@ -47353,21 +48145,21 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharedContentChangeMemberRoleDetails *)val jsonDict[@"shared_folder_type"] = valueObj.sharedFolderType; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedContentChangeMemberRoleDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"] ?: nil; NSString *dNewSharingPermission = valueDict[@"new_sharing_permission"] ?: nil; NSString *previousSharingPermission = valueDict[@"previous_sharing_permission"] ?: nil; NSString *sharedFolderType = valueDict[@"shared_folder_type"] ?: nil; - return [[DBTEAMLOGSharedContentChangeMemberRoleDetails alloc] initWithTargetIndex:targetIndex - originalFolderName:originalFolderName - dNewSharingPermission:dNewSharingPermission - previousSharingPermission:previousSharingPermission - sharedFolderType:sharedFolderType]; + return [[DBTEAMLOGSharedContentChangeMemberRoleDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + dNewSharingPermission:dNewSharingPermission + previousSharingPermission:previousSharingPermission + sharedFolderType:sharedFolderType]; } @end @@ -47383,15 +48175,17 @@ @implementation DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - dNewValue:(DBTEAMLOGSharedContentViewerInfoPolicy *)dNewValue - originalFolderName:(NSString *)originalFolderName - sharedFolderType:(NSString *)sharedFolderType - previousValue:(DBTEAMLOGSharedContentViewerInfoPolicy *)previousValue { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + dNewValue:(DBTEAMLOGSharedContentViewerInfoPolicy *)dNewValue + originalFolderName:(NSString *)originalFolderName + sharedFolderType:(NSString *)sharedFolderType + previousValue:(DBTEAMLOGSharedContentViewerInfoPolicy *)previousValue { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; _sharedFolderType = sharedFolderType; _dNewValue = dNewValue; @@ -47400,18 +48194,18 @@ - (instancetype)initWithTargetIndex:(NSNumber *)targetIndex return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - dNewValue:(DBTEAMLOGSharedContentViewerInfoPolicy *)dNewValue { - return [self initWithTargetIndex:targetIndex - dNewValue:dNewValue - originalFolderName:nil - sharedFolderType:nil - previousValue:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + dNewValue:(DBTEAMLOGSharedContentViewerInfoPolicy *)dNewValue { + return [self initWithTargetAssetIndex:targetAssetIndex + dNewValue:dNewValue + originalFolderName:nil + sharedFolderType:nil + previousValue:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedContentChangeViewerInfoPolicyDetailsSerializer serialize:instance]; } @@ -47439,15 +48233,15 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; + result = prime * result + [self.targetAssetIndex hash]; result = prime * result + [self.dNewValue hash]; - if (self.originalFolderName) { + if (self.originalFolderName != nil) { result = prime * result + [self.originalFolderName hash]; } - if (self.sharedFolderType) { + if (self.sharedFolderType != nil) { result = prime * result + [self.sharedFolderType hash]; } - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -47471,7 +48265,7 @@ - (BOOL)isEqualToSharedContentChangeViewerInfoPolicyDetails: if (self == aSharedContentChangeViewerInfoPolicyDetails) { return YES; } - if (![self.targetIndex isEqual:aSharedContentChangeViewerInfoPolicyDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedContentChangeViewerInfoPolicyDetails.targetAssetIndex]) { return NO; } if (![self.dNewValue isEqual:aSharedContentChangeViewerInfoPolicyDetails.dNewValue]) { @@ -47504,7 +48298,7 @@ @implementation DBTEAMLOGSharedContentChangeViewerInfoPolicyDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; jsonDict[@"new_value"] = [DBTEAMLOGSharedContentViewerInfoPolicySerializer serialize:valueObj.dNewValue]; if (valueObj.originalFolderName) { jsonDict[@"original_folder_name"] = valueObj.originalFolderName; @@ -47516,11 +48310,11 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails jsonDict[@"previous_value"] = [DBTEAMLOGSharedContentViewerInfoPolicySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; DBTEAMLOGSharedContentViewerInfoPolicy *dNewValue = [DBTEAMLOGSharedContentViewerInfoPolicySerializer deserialize:valueDict[@"new_value"]]; NSString *originalFolderName = valueDict[@"original_folder_name"] ?: nil; @@ -47530,11 +48324,11 @@ + (DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails *)deserialize:(NSDictiona ? [DBTEAMLOGSharedContentViewerInfoPolicySerializer deserialize:valueDict[@"previous_value"]] : nil; - return [[DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails alloc] initWithTargetIndex:targetIndex - dNewValue:dNewValue - originalFolderName:originalFolderName - sharedFolderType:sharedFolderType - previousValue:previousValue]; + return [[DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails alloc] initWithTargetAssetIndex:targetAssetIndex + dNewValue:dNewValue + originalFolderName:originalFolderName + sharedFolderType:sharedFolderType + previousValue:previousValue]; } @end @@ -47549,26 +48343,27 @@ @implementation DBTEAMLOGSharedContentClaimInvitationDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - sharedContentLink:(NSString *)sharedContentLink { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + sharedContentLink:(NSString *)sharedContentLink { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; _sharedContentLink = sharedContentLink; } return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex { - return [self initWithTargetIndex:targetIndex originalFolderName:nil sharedContentLink:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex { + return [self initWithTargetAssetIndex:targetAssetIndex originalFolderName:nil sharedContentLink:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedContentClaimInvitationDetailsSerializer serialize:instance]; } @@ -47596,11 +48391,11 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; - if (self.originalFolderName) { + result = prime * result + [self.targetAssetIndex hash]; + if (self.originalFolderName != nil) { result = prime * result + [self.originalFolderName hash]; } - if (self.sharedContentLink) { + if (self.sharedContentLink != nil) { result = prime * result + [self.sharedContentLink hash]; } @@ -47624,7 +48419,7 @@ - (BOOL)isEqualToSharedContentClaimInvitationDetails: if (self == aSharedContentClaimInvitationDetails) { return YES; } - if (![self.targetIndex isEqual:aSharedContentClaimInvitationDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedContentClaimInvitationDetails.targetAssetIndex]) { return NO; } if (self.originalFolderName) { @@ -47649,7 +48444,7 @@ @implementation DBTEAMLOGSharedContentClaimInvitationDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSharedContentClaimInvitationDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; if (valueObj.originalFolderName) { jsonDict[@"original_folder_name"] = valueObj.originalFolderName; } @@ -47657,17 +48452,17 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharedContentClaimInvitationDetails *)valu jsonDict[@"shared_content_link"] = valueObj.sharedContentLink; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedContentClaimInvitationDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"] ?: nil; NSString *sharedContentLink = valueDict[@"shared_content_link"] ?: nil; - return [[DBTEAMLOGSharedContentClaimInvitationDetails alloc] initWithTargetIndex:targetIndex - originalFolderName:originalFolderName - sharedContentLink:sharedContentLink]; + return [[DBTEAMLOGSharedContentClaimInvitationDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + sharedContentLink:sharedContentLink]; } @end @@ -47684,32 +48479,35 @@ @implementation DBTEAMLOGSharedContentCopyDetails #pragma mark - Constructors - (instancetype)initWithSharedContentLink:(NSString *)sharedContentLink - targetIndex:(NSNumber *)targetIndex + targetAssetIndex:(NSNumber *)targetAssetIndex relocateActionDetails:(DBTEAMLOGRelocateAssetReferencesLogInfo *)relocateActionDetails sharingPermission:(NSString *)sharingPermission { + [DBStoneValidators nonnullValidator:nil](sharedContentLink); + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + [DBStoneValidators nonnullValidator:nil](relocateActionDetails); self = [super init]; if (self) { _sharedContentLink = sharedContentLink; _sharingPermission = sharingPermission; - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _relocateActionDetails = relocateActionDetails; } return self; } - (instancetype)initWithSharedContentLink:(NSString *)sharedContentLink - targetIndex:(NSNumber *)targetIndex + targetAssetIndex:(NSNumber *)targetAssetIndex relocateActionDetails:(DBTEAMLOGRelocateAssetReferencesLogInfo *)relocateActionDetails { return [self initWithSharedContentLink:sharedContentLink - targetIndex:targetIndex + targetAssetIndex:targetAssetIndex relocateActionDetails:relocateActionDetails sharingPermission:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedContentCopyDetailsSerializer serialize:instance]; } @@ -47738,9 +48536,9 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.sharedContentLink hash]; - result = prime * result + [self.targetIndex hash]; + result = prime * result + [self.targetAssetIndex hash]; result = prime * result + [self.relocateActionDetails hash]; - if (self.sharingPermission) { + if (self.sharingPermission != nil) { result = prime * result + [self.sharingPermission hash]; } @@ -47766,7 +48564,7 @@ - (BOOL)isEqualToSharedContentCopyDetails:(DBTEAMLOGSharedContentCopyDetails *)a if (![self.sharedContentLink isEqual:aSharedContentCopyDetails.sharedContentLink]) { return NO; } - if (![self.targetIndex isEqual:aSharedContentCopyDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedContentCopyDetails.targetAssetIndex]) { return NO; } if (![self.relocateActionDetails isEqual:aSharedContentCopyDetails.relocateActionDetails]) { @@ -47790,25 +48588,25 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharedContentCopyDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; jsonDict[@"shared_content_link"] = valueObj.sharedContentLink; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; jsonDict[@"relocate_action_details"] = [DBTEAMLOGRelocateAssetReferencesLogInfoSerializer serialize:valueObj.relocateActionDetails]; if (valueObj.sharingPermission) { jsonDict[@"sharing_permission"] = valueObj.sharingPermission; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedContentCopyDetails *)deserialize:(NSDictionary *)valueDict { NSString *sharedContentLink = valueDict[@"shared_content_link"]; - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; DBTEAMLOGRelocateAssetReferencesLogInfo *relocateActionDetails = [DBTEAMLOGRelocateAssetReferencesLogInfoSerializer deserialize:valueDict[@"relocate_action_details"]]; NSString *sharingPermission = valueDict[@"sharing_permission"] ?: nil; return [[DBTEAMLOGSharedContentCopyDetails alloc] initWithSharedContentLink:sharedContentLink - targetIndex:targetIndex + targetAssetIndex:targetAssetIndex relocateActionDetails:relocateActionDetails sharingPermission:sharingPermission]; } @@ -47826,25 +48624,27 @@ @implementation DBTEAMLOGSharedContentDownloadDetails #pragma mark - Constructors - (instancetype)initWithSharedContentLink:(NSString *)sharedContentLink - targetIndex:(NSNumber *)targetIndex + targetAssetIndex:(NSNumber *)targetAssetIndex sharingPermission:(NSString *)sharingPermission { + [DBStoneValidators nonnullValidator:nil](sharedContentLink); + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); self = [super init]; if (self) { _sharedContentLink = sharedContentLink; _sharingPermission = sharingPermission; - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; } return self; } -- (instancetype)initWithSharedContentLink:(NSString *)sharedContentLink targetIndex:(NSNumber *)targetIndex { - return [self initWithSharedContentLink:sharedContentLink targetIndex:targetIndex sharingPermission:nil]; +- (instancetype)initWithSharedContentLink:(NSString *)sharedContentLink targetAssetIndex:(NSNumber *)targetAssetIndex { + return [self initWithSharedContentLink:sharedContentLink targetAssetIndex:targetAssetIndex sharingPermission:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedContentDownloadDetailsSerializer serialize:instance]; } @@ -47873,8 +48673,8 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.sharedContentLink hash]; - result = prime * result + [self.targetIndex hash]; - if (self.sharingPermission) { + result = prime * result + [self.targetAssetIndex hash]; + if (self.sharingPermission != nil) { result = prime * result + [self.sharingPermission hash]; } @@ -47900,7 +48700,7 @@ - (BOOL)isEqualToSharedContentDownloadDetails:(DBTEAMLOGSharedContentDownloadDet if (![self.sharedContentLink isEqual:aSharedContentDownloadDetails.sharedContentLink]) { return NO; } - if (![self.targetIndex isEqual:aSharedContentDownloadDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedContentDownloadDetails.targetAssetIndex]) { return NO; } if (self.sharingPermission) { @@ -47921,21 +48721,21 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharedContentDownloadDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; jsonDict[@"shared_content_link"] = valueObj.sharedContentLink; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; if (valueObj.sharingPermission) { jsonDict[@"sharing_permission"] = valueObj.sharingPermission; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedContentDownloadDetails *)deserialize:(NSDictionary *)valueDict { NSString *sharedContentLink = valueDict[@"shared_content_link"]; - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *sharingPermission = valueDict[@"sharing_permission"] ?: nil; return [[DBTEAMLOGSharedContentDownloadDetails alloc] initWithSharedContentLink:sharedContentLink - targetIndex:targetIndex + targetAssetIndex:targetAssetIndex sharingPermission:sharingPermission]; } @@ -48006,7 +48806,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedContentDownloadsPolicySerializer serialize:instance]; } @@ -48095,7 +48895,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharedContentDownloadsPolicy *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedContentDownloadsPolicy *)deserialize:(NSDictionary *)valueDict { @@ -48124,11 +48924,14 @@ @implementation DBTEAMLOGSharedContentRelinquishMembershipDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + [DBStoneValidators nonnullValidator:nil](originalFolderName); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; } return self; @@ -48136,7 +48939,7 @@ - (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:( #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedContentRelinquishMembershipDetailsSerializer serialize:instance]; } @@ -48164,7 +48967,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; + result = prime * result + [self.targetAssetIndex hash]; result = prime * result + [self.originalFolderName hash]; return prime * result; @@ -48187,7 +48990,7 @@ - (BOOL)isEqualToSharedContentRelinquishMembershipDetails: if (self == aSharedContentRelinquishMembershipDetails) { return YES; } - if (![self.targetIndex isEqual:aSharedContentRelinquishMembershipDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedContentRelinquishMembershipDetails.targetAssetIndex]) { return NO; } if (![self.originalFolderName isEqual:aSharedContentRelinquishMembershipDetails.originalFolderName]) { @@ -48205,18 +49008,18 @@ @implementation DBTEAMLOGSharedContentRelinquishMembershipDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSharedContentRelinquishMembershipDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; jsonDict[@"original_folder_name"] = valueObj.originalFolderName; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedContentRelinquishMembershipDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"]; - return [[DBTEAMLOGSharedContentRelinquishMembershipDetails alloc] initWithTargetIndex:targetIndex - originalFolderName:originalFolderName]; + return [[DBTEAMLOGSharedContentRelinquishMembershipDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName]; } @end @@ -48231,11 +49034,14 @@ @implementation DBTEAMLOGSharedContentRemoveInviteeDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + [DBStoneValidators nonnullValidator:nil](originalFolderName); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; } return self; @@ -48243,7 +49049,7 @@ - (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:( #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedContentRemoveInviteeDetailsSerializer serialize:instance]; } @@ -48271,7 +49077,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; + result = prime * result + [self.targetAssetIndex hash]; result = prime * result + [self.originalFolderName hash]; return prime * result; @@ -48294,7 +49100,7 @@ - (BOOL)isEqualToSharedContentRemoveInviteeDetails: if (self == aSharedContentRemoveInviteeDetails) { return YES; } - if (![self.targetIndex isEqual:aSharedContentRemoveInviteeDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedContentRemoveInviteeDetails.targetAssetIndex]) { return NO; } if (![self.originalFolderName isEqual:aSharedContentRemoveInviteeDetails.originalFolderName]) { @@ -48312,18 +49118,18 @@ @implementation DBTEAMLOGSharedContentRemoveInviteeDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSharedContentRemoveInviteeDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; jsonDict[@"original_folder_name"] = valueObj.originalFolderName; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedContentRemoveInviteeDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"]; - return [[DBTEAMLOGSharedContentRemoveInviteeDetails alloc] initWithTargetIndex:targetIndex - originalFolderName:originalFolderName]; + return [[DBTEAMLOGSharedContentRemoveInviteeDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName]; } @end @@ -48338,26 +49144,27 @@ @implementation DBTEAMLOGSharedContentRemoveLinkExpiryDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - sharedFolderType:(NSString *)sharedFolderType { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + sharedFolderType:(NSString *)sharedFolderType { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; _sharedFolderType = sharedFolderType; } return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex { - return [self initWithTargetIndex:targetIndex originalFolderName:nil sharedFolderType:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex { + return [self initWithTargetAssetIndex:targetAssetIndex originalFolderName:nil sharedFolderType:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedContentRemoveLinkExpiryDetailsSerializer serialize:instance]; } @@ -48385,11 +49192,11 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; - if (self.originalFolderName) { + result = prime * result + [self.targetAssetIndex hash]; + if (self.originalFolderName != nil) { result = prime * result + [self.originalFolderName hash]; } - if (self.sharedFolderType) { + if (self.sharedFolderType != nil) { result = prime * result + [self.sharedFolderType hash]; } @@ -48413,7 +49220,7 @@ - (BOOL)isEqualToSharedContentRemoveLinkExpiryDetails: if (self == aSharedContentRemoveLinkExpiryDetails) { return YES; } - if (![self.targetIndex isEqual:aSharedContentRemoveLinkExpiryDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedContentRemoveLinkExpiryDetails.targetAssetIndex]) { return NO; } if (self.originalFolderName) { @@ -48438,7 +49245,7 @@ @implementation DBTEAMLOGSharedContentRemoveLinkExpiryDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSharedContentRemoveLinkExpiryDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; if (valueObj.originalFolderName) { jsonDict[@"original_folder_name"] = valueObj.originalFolderName; } @@ -48446,17 +49253,17 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharedContentRemoveLinkExpiryDetails *)val jsonDict[@"shared_folder_type"] = valueObj.sharedFolderType; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedContentRemoveLinkExpiryDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"] ?: nil; NSString *sharedFolderType = valueDict[@"shared_folder_type"] ?: nil; - return [[DBTEAMLOGSharedContentRemoveLinkExpiryDetails alloc] initWithTargetIndex:targetIndex - originalFolderName:originalFolderName - sharedFolderType:sharedFolderType]; + return [[DBTEAMLOGSharedContentRemoveLinkExpiryDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + sharedFolderType:sharedFolderType]; } @end @@ -48471,26 +49278,27 @@ @implementation DBTEAMLOGSharedContentRemoveLinkPasswordDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - sharedFolderType:(NSString *)sharedFolderType { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + sharedFolderType:(NSString *)sharedFolderType { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; _sharedFolderType = sharedFolderType; } return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex { - return [self initWithTargetIndex:targetIndex originalFolderName:nil sharedFolderType:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex { + return [self initWithTargetAssetIndex:targetAssetIndex originalFolderName:nil sharedFolderType:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedContentRemoveLinkPasswordDetailsSerializer serialize:instance]; } @@ -48518,11 +49326,11 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; - if (self.originalFolderName) { + result = prime * result + [self.targetAssetIndex hash]; + if (self.originalFolderName != nil) { result = prime * result + [self.originalFolderName hash]; } - if (self.sharedFolderType) { + if (self.sharedFolderType != nil) { result = prime * result + [self.sharedFolderType hash]; } @@ -48546,7 +49354,7 @@ - (BOOL)isEqualToSharedContentRemoveLinkPasswordDetails: if (self == aSharedContentRemoveLinkPasswordDetails) { return YES; } - if (![self.targetIndex isEqual:aSharedContentRemoveLinkPasswordDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedContentRemoveLinkPasswordDetails.targetAssetIndex]) { return NO; } if (self.originalFolderName) { @@ -48571,7 +49379,7 @@ @implementation DBTEAMLOGSharedContentRemoveLinkPasswordDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSharedContentRemoveLinkPasswordDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; if (valueObj.originalFolderName) { jsonDict[@"original_folder_name"] = valueObj.originalFolderName; } @@ -48579,17 +49387,17 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharedContentRemoveLinkPasswordDetails *)v jsonDict[@"shared_folder_type"] = valueObj.sharedFolderType; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedContentRemoveLinkPasswordDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"] ?: nil; NSString *sharedFolderType = valueDict[@"shared_folder_type"] ?: nil; - return [[DBTEAMLOGSharedContentRemoveLinkPasswordDetails alloc] initWithTargetIndex:targetIndex - originalFolderName:originalFolderName - sharedFolderType:sharedFolderType]; + return [[DBTEAMLOGSharedContentRemoveLinkPasswordDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + sharedFolderType:sharedFolderType]; } @end @@ -48604,14 +49412,15 @@ @implementation DBTEAMLOGSharedContentRemoveMemberDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - sharingPermission:(NSString *)sharingPermission - sharedFolderType:(NSString *)sharedFolderType { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + sharingPermission:(NSString *)sharingPermission + sharedFolderType:(NSString *)sharedFolderType { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; _sharingPermission = sharingPermission; _sharedFolderType = sharedFolderType; @@ -48619,13 +49428,16 @@ - (instancetype)initWithTargetIndex:(NSNumber *)targetIndex return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex { - return [self initWithTargetIndex:targetIndex originalFolderName:nil sharingPermission:nil sharedFolderType:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex { + return [self initWithTargetAssetIndex:targetAssetIndex + originalFolderName:nil + sharingPermission:nil + sharedFolderType:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedContentRemoveMemberDetailsSerializer serialize:instance]; } @@ -48653,14 +49465,14 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; - if (self.originalFolderName) { + result = prime * result + [self.targetAssetIndex hash]; + if (self.originalFolderName != nil) { result = prime * result + [self.originalFolderName hash]; } - if (self.sharingPermission) { + if (self.sharingPermission != nil) { result = prime * result + [self.sharingPermission hash]; } - if (self.sharedFolderType) { + if (self.sharedFolderType != nil) { result = prime * result + [self.sharedFolderType hash]; } @@ -48684,7 +49496,7 @@ - (BOOL)isEqualToSharedContentRemoveMemberDetails: if (self == aSharedContentRemoveMemberDetails) { return YES; } - if (![self.targetIndex isEqual:aSharedContentRemoveMemberDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedContentRemoveMemberDetails.targetAssetIndex]) { return NO; } if (self.originalFolderName) { @@ -48714,7 +49526,7 @@ @implementation DBTEAMLOGSharedContentRemoveMemberDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSharedContentRemoveMemberDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; if (valueObj.originalFolderName) { jsonDict[@"original_folder_name"] = valueObj.originalFolderName; } @@ -48725,19 +49537,19 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharedContentRemoveMemberDetails *)valueOb jsonDict[@"shared_folder_type"] = valueObj.sharedFolderType; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedContentRemoveMemberDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"] ?: nil; NSString *sharingPermission = valueDict[@"sharing_permission"] ?: nil; NSString *sharedFolderType = valueDict[@"shared_folder_type"] ?: nil; - return [[DBTEAMLOGSharedContentRemoveMemberDetails alloc] initWithTargetIndex:targetIndex - originalFolderName:originalFolderName - sharingPermission:sharingPermission - sharedFolderType:sharedFolderType]; + return [[DBTEAMLOGSharedContentRemoveMemberDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + sharingPermission:sharingPermission + sharedFolderType:sharedFolderType]; } @end @@ -48752,26 +49564,27 @@ @implementation DBTEAMLOGSharedContentRequestAccessDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - sharedContentLink:(NSString *)sharedContentLink { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + sharedContentLink:(NSString *)sharedContentLink { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; _sharedContentLink = sharedContentLink; } return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex { - return [self initWithTargetIndex:targetIndex originalFolderName:nil sharedContentLink:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex { + return [self initWithTargetAssetIndex:targetAssetIndex originalFolderName:nil sharedContentLink:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedContentRequestAccessDetailsSerializer serialize:instance]; } @@ -48799,11 +49612,11 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; - if (self.originalFolderName) { + result = prime * result + [self.targetAssetIndex hash]; + if (self.originalFolderName != nil) { result = prime * result + [self.originalFolderName hash]; } - if (self.sharedContentLink) { + if (self.sharedContentLink != nil) { result = prime * result + [self.sharedContentLink hash]; } @@ -48827,7 +49640,7 @@ - (BOOL)isEqualToSharedContentRequestAccessDetails: if (self == aSharedContentRequestAccessDetails) { return YES; } - if (![self.targetIndex isEqual:aSharedContentRequestAccessDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedContentRequestAccessDetails.targetAssetIndex]) { return NO; } if (self.originalFolderName) { @@ -48852,7 +49665,7 @@ @implementation DBTEAMLOGSharedContentRequestAccessDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSharedContentRequestAccessDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; if (valueObj.originalFolderName) { jsonDict[@"original_folder_name"] = valueObj.originalFolderName; } @@ -48860,17 +49673,17 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharedContentRequestAccessDetails *)valueO jsonDict[@"shared_content_link"] = valueObj.sharedContentLink; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedContentRequestAccessDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"] ?: nil; NSString *sharedContentLink = valueDict[@"shared_content_link"] ?: nil; - return [[DBTEAMLOGSharedContentRequestAccessDetails alloc] initWithTargetIndex:targetIndex - originalFolderName:originalFolderName - sharedContentLink:sharedContentLink]; + return [[DBTEAMLOGSharedContentRequestAccessDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + sharedContentLink:sharedContentLink]; } @end @@ -48885,23 +49698,25 @@ @implementation DBTEAMLOGSharedContentUnshareDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; } return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex { - return [self initWithTargetIndex:targetIndex originalFolderName:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex { + return [self initWithTargetAssetIndex:targetAssetIndex originalFolderName:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedContentUnshareDetailsSerializer serialize:instance]; } @@ -48929,8 +49744,8 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; - if (self.originalFolderName) { + result = prime * result + [self.targetAssetIndex hash]; + if (self.originalFolderName != nil) { result = prime * result + [self.originalFolderName hash]; } @@ -48953,7 +49768,7 @@ - (BOOL)isEqualToSharedContentUnshareDetails:(DBTEAMLOGSharedContentUnshareDetai if (self == aSharedContentUnshareDetails) { return YES; } - if (![self.targetIndex isEqual:aSharedContentUnshareDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedContentUnshareDetails.targetAssetIndex]) { return NO; } if (self.originalFolderName) { @@ -48973,20 +49788,20 @@ @implementation DBTEAMLOGSharedContentUnshareDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSharedContentUnshareDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; if (valueObj.originalFolderName) { jsonDict[@"original_folder_name"] = valueObj.originalFolderName; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedContentUnshareDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"] ?: nil; - return [[DBTEAMLOGSharedContentUnshareDetails alloc] initWithTargetIndex:targetIndex - originalFolderName:originalFolderName]; + return [[DBTEAMLOGSharedContentUnshareDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName]; } @end @@ -49002,25 +49817,27 @@ @implementation DBTEAMLOGSharedContentViewDetails #pragma mark - Constructors - (instancetype)initWithSharedContentLink:(NSString *)sharedContentLink - targetIndex:(NSNumber *)targetIndex + targetAssetIndex:(NSNumber *)targetAssetIndex sharingPermission:(NSString *)sharingPermission { + [DBStoneValidators nonnullValidator:nil](sharedContentLink); + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); self = [super init]; if (self) { _sharedContentLink = sharedContentLink; _sharingPermission = sharingPermission; - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; } return self; } -- (instancetype)initWithSharedContentLink:(NSString *)sharedContentLink targetIndex:(NSNumber *)targetIndex { - return [self initWithSharedContentLink:sharedContentLink targetIndex:targetIndex sharingPermission:nil]; +- (instancetype)initWithSharedContentLink:(NSString *)sharedContentLink targetAssetIndex:(NSNumber *)targetAssetIndex { + return [self initWithSharedContentLink:sharedContentLink targetAssetIndex:targetAssetIndex sharingPermission:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedContentViewDetailsSerializer serialize:instance]; } @@ -49049,8 +49866,8 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.sharedContentLink hash]; - result = prime * result + [self.targetIndex hash]; - if (self.sharingPermission) { + result = prime * result + [self.targetAssetIndex hash]; + if (self.sharingPermission != nil) { result = prime * result + [self.sharingPermission hash]; } @@ -49076,7 +49893,7 @@ - (BOOL)isEqualToSharedContentViewDetails:(DBTEAMLOGSharedContentViewDetails *)a if (![self.sharedContentLink isEqual:aSharedContentViewDetails.sharedContentLink]) { return NO; } - if (![self.targetIndex isEqual:aSharedContentViewDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedContentViewDetails.targetAssetIndex]) { return NO; } if (self.sharingPermission) { @@ -49097,21 +49914,21 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharedContentViewDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; jsonDict[@"shared_content_link"] = valueObj.sharedContentLink; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; if (valueObj.sharingPermission) { jsonDict[@"sharing_permission"] = valueObj.sharingPermission; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedContentViewDetails *)deserialize:(NSDictionary *)valueDict { NSString *sharedContentLink = valueDict[@"shared_content_link"]; - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *sharingPermission = valueDict[@"sharing_permission"] ?: nil; return [[DBTEAMLOGSharedContentViewDetails alloc] initWithSharedContentLink:sharedContentLink - targetIndex:targetIndex + targetAssetIndex:targetAssetIndex sharingPermission:sharingPermission]; } @@ -49182,7 +49999,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedContentViewerInfoPolicySerializer serialize:instance]; } @@ -49272,7 +50089,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharedContentViewerInfoPolicy *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedContentViewerInfoPolicy *)deserialize:(NSDictionary *)valueDict { @@ -49302,14 +50119,17 @@ @implementation DBTEAMLOGSharedFolderChangeConfidentialityDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - dNewValue:(DBTEAMLOGConfidentiality *)dNewValue - previousValue:(DBTEAMLOGConfidentiality *)previousValue { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + dNewValue:(DBTEAMLOGConfidentiality *)dNewValue + previousValue:(DBTEAMLOGConfidentiality *)previousValue { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + [DBStoneValidators nonnullValidator:nil](originalFolderName); + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; _dNewValue = dNewValue; _previousValue = previousValue; @@ -49317,18 +50137,18 @@ - (instancetype)initWithTargetIndex:(NSNumber *)targetIndex return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - dNewValue:(DBTEAMLOGConfidentiality *)dNewValue { - return [self initWithTargetIndex:targetIndex - originalFolderName:originalFolderName - dNewValue:dNewValue - previousValue:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + dNewValue:(DBTEAMLOGConfidentiality *)dNewValue { + return [self initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + dNewValue:dNewValue + previousValue:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedFolderChangeConfidentialityDetailsSerializer serialize:instance]; } @@ -49356,10 +50176,10 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; + result = prime * result + [self.targetAssetIndex hash]; result = prime * result + [self.originalFolderName hash]; result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -49383,7 +50203,7 @@ - (BOOL)isEqualToSharedFolderChangeConfidentialityDetails: if (self == aSharedFolderChangeConfidentialityDetails) { return YES; } - if (![self.targetIndex isEqual:aSharedFolderChangeConfidentialityDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedFolderChangeConfidentialityDetails.targetAssetIndex]) { return NO; } if (![self.originalFolderName isEqual:aSharedFolderChangeConfidentialityDetails.originalFolderName]) { @@ -49409,28 +50229,28 @@ @implementation DBTEAMLOGSharedFolderChangeConfidentialityDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSharedFolderChangeConfidentialityDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; jsonDict[@"original_folder_name"] = valueObj.originalFolderName; jsonDict[@"new_value"] = [DBTEAMLOGConfidentialitySerializer serialize:valueObj.dNewValue]; if (valueObj.previousValue) { jsonDict[@"previous_value"] = [DBTEAMLOGConfidentialitySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedFolderChangeConfidentialityDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"]; DBTEAMLOGConfidentiality *dNewValue = [DBTEAMLOGConfidentialitySerializer deserialize:valueDict[@"new_value"]]; DBTEAMLOGConfidentiality *previousValue = valueDict[@"previous_value"] ? [DBTEAMLOGConfidentialitySerializer deserialize:valueDict[@"previous_value"]] : nil; - return [[DBTEAMLOGSharedFolderChangeConfidentialityDetails alloc] initWithTargetIndex:targetIndex - originalFolderName:originalFolderName - dNewValue:dNewValue - previousValue:previousValue]; + return [[DBTEAMLOGSharedFolderChangeConfidentialityDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + dNewValue:dNewValue + previousValue:previousValue]; } @end @@ -49446,15 +50266,18 @@ @implementation DBTEAMLOGSharedFolderChangeLinkPolicyDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - dNewValue:(DBTEAMLOGSharedFolderLinkPolicy *)dNewValue - sharedFolderType:(NSString *)sharedFolderType - previousValue:(DBTEAMLOGSharedFolderLinkPolicy *)previousValue { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + dNewValue:(DBTEAMLOGSharedFolderLinkPolicy *)dNewValue + sharedFolderType:(NSString *)sharedFolderType + previousValue:(DBTEAMLOGSharedFolderLinkPolicy *)previousValue { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + [DBStoneValidators nonnullValidator:nil](originalFolderName); + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; _sharedFolderType = sharedFolderType; _dNewValue = dNewValue; @@ -49463,19 +50286,19 @@ - (instancetype)initWithTargetIndex:(NSNumber *)targetIndex return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - dNewValue:(DBTEAMLOGSharedFolderLinkPolicy *)dNewValue { - return [self initWithTargetIndex:targetIndex - originalFolderName:originalFolderName - dNewValue:dNewValue - sharedFolderType:nil - previousValue:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + dNewValue:(DBTEAMLOGSharedFolderLinkPolicy *)dNewValue { + return [self initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + dNewValue:dNewValue + sharedFolderType:nil + previousValue:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedFolderChangeLinkPolicyDetailsSerializer serialize:instance]; } @@ -49503,13 +50326,13 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; + result = prime * result + [self.targetAssetIndex hash]; result = prime * result + [self.originalFolderName hash]; result = prime * result + [self.dNewValue hash]; - if (self.sharedFolderType) { + if (self.sharedFolderType != nil) { result = prime * result + [self.sharedFolderType hash]; } - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -49533,7 +50356,7 @@ - (BOOL)isEqualToSharedFolderChangeLinkPolicyDetails: if (self == aSharedFolderChangeLinkPolicyDetails) { return YES; } - if (![self.targetIndex isEqual:aSharedFolderChangeLinkPolicyDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedFolderChangeLinkPolicyDetails.targetAssetIndex]) { return NO; } if (![self.originalFolderName isEqual:aSharedFolderChangeLinkPolicyDetails.originalFolderName]) { @@ -49564,7 +50387,7 @@ @implementation DBTEAMLOGSharedFolderChangeLinkPolicyDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSharedFolderChangeLinkPolicyDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; jsonDict[@"original_folder_name"] = valueObj.originalFolderName; jsonDict[@"new_value"] = [DBTEAMLOGSharedFolderLinkPolicySerializer serialize:valueObj.dNewValue]; if (valueObj.sharedFolderType) { @@ -49574,11 +50397,11 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharedFolderChangeLinkPolicyDetails *)valu jsonDict[@"previous_value"] = [DBTEAMLOGSharedFolderLinkPolicySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedFolderChangeLinkPolicyDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"]; DBTEAMLOGSharedFolderLinkPolicy *dNewValue = [DBTEAMLOGSharedFolderLinkPolicySerializer deserialize:valueDict[@"new_value"]]; @@ -49588,11 +50411,11 @@ + (DBTEAMLOGSharedFolderChangeLinkPolicyDetails *)deserialize:(NSDictionary *)va ? [DBTEAMLOGSharedFolderLinkPolicySerializer deserialize:valueDict[@"previous_value"]] : nil; - return [[DBTEAMLOGSharedFolderChangeLinkPolicyDetails alloc] initWithTargetIndex:targetIndex - originalFolderName:originalFolderName - dNewValue:dNewValue - sharedFolderType:sharedFolderType - previousValue:previousValue]; + return [[DBTEAMLOGSharedFolderChangeLinkPolicyDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + dNewValue:dNewValue + sharedFolderType:sharedFolderType + previousValue:previousValue]; } @end @@ -49608,15 +50431,18 @@ @implementation DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - dNewValue:(DBTEAMLOGSharedFolderMembershipManagementPolicy *)dNewValue - sharedFolderType:(NSString *)sharedFolderType - previousValue:(DBTEAMLOGSharedFolderMembershipManagementPolicy *)previousValue { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + dNewValue:(DBTEAMLOGSharedFolderMembershipManagementPolicy *)dNewValue + sharedFolderType:(NSString *)sharedFolderType + previousValue:(DBTEAMLOGSharedFolderMembershipManagementPolicy *)previousValue { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + [DBStoneValidators nonnullValidator:nil](originalFolderName); + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; _sharedFolderType = sharedFolderType; _dNewValue = dNewValue; @@ -49625,19 +50451,19 @@ - (instancetype)initWithTargetIndex:(NSNumber *)targetIndex return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - dNewValue:(DBTEAMLOGSharedFolderMembershipManagementPolicy *)dNewValue { - return [self initWithTargetIndex:targetIndex - originalFolderName:originalFolderName - dNewValue:dNewValue - sharedFolderType:nil - previousValue:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + dNewValue:(DBTEAMLOGSharedFolderMembershipManagementPolicy *)dNewValue { + return [self initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + dNewValue:dNewValue + sharedFolderType:nil + previousValue:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetailsSerializer serialize:instance]; } @@ -49665,13 +50491,13 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; + result = prime * result + [self.targetAssetIndex hash]; result = prime * result + [self.originalFolderName hash]; result = prime * result + [self.dNewValue hash]; - if (self.sharedFolderType) { + if (self.sharedFolderType != nil) { result = prime * result + [self.sharedFolderType hash]; } - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -49695,7 +50521,7 @@ - (BOOL)isEqualToSharedFolderChangeMemberManagementPolicyDetails: if (self == aSharedFolderChangeMemberManagementPolicyDetails) { return YES; } - if (![self.targetIndex isEqual:aSharedFolderChangeMemberManagementPolicyDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedFolderChangeMemberManagementPolicyDetails.targetAssetIndex]) { return NO; } if (![self.originalFolderName isEqual:aSharedFolderChangeMemberManagementPolicyDetails.originalFolderName]) { @@ -49726,7 +50552,7 @@ @implementation DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetailsSerializ + (NSDictionary *)serialize:(DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; jsonDict[@"original_folder_name"] = valueObj.originalFolderName; jsonDict[@"new_value"] = [DBTEAMLOGSharedFolderMembershipManagementPolicySerializer serialize:valueObj.dNewValue]; if (valueObj.sharedFolderType) { @@ -49737,11 +50563,11 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharedFolderChangeMemberManagementPolicyDe [DBTEAMLOGSharedFolderMembershipManagementPolicySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"]; DBTEAMLOGSharedFolderMembershipManagementPolicy *dNewValue = [DBTEAMLOGSharedFolderMembershipManagementPolicySerializer deserialize:valueDict[@"new_value"]]; @@ -49751,11 +50577,11 @@ + (DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetails *)deserialize:(NSDic ? [DBTEAMLOGSharedFolderMembershipManagementPolicySerializer deserialize:valueDict[@"previous_value"]] : nil; - return [[DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetails alloc] initWithTargetIndex:targetIndex - originalFolderName:originalFolderName - dNewValue:dNewValue - sharedFolderType:sharedFolderType - previousValue:previousValue]; + return [[DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + dNewValue:dNewValue + sharedFolderType:sharedFolderType + previousValue:previousValue]; } @end @@ -49771,15 +50597,18 @@ @implementation DBTEAMLOGSharedFolderChangeMemberPolicyDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - dNewValue:(DBTEAMLOGSharedFolderMemberPolicy *)dNewValue - sharedFolderType:(NSString *)sharedFolderType - previousValue:(DBTEAMLOGSharedFolderMemberPolicy *)previousValue { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + dNewValue:(DBTEAMLOGSharedFolderMemberPolicy *)dNewValue + sharedFolderType:(NSString *)sharedFolderType + previousValue:(DBTEAMLOGSharedFolderMemberPolicy *)previousValue { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + [DBStoneValidators nonnullValidator:nil](originalFolderName); + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; _sharedFolderType = sharedFolderType; _dNewValue = dNewValue; @@ -49788,19 +50617,19 @@ - (instancetype)initWithTargetIndex:(NSNumber *)targetIndex return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - dNewValue:(DBTEAMLOGSharedFolderMemberPolicy *)dNewValue { - return [self initWithTargetIndex:targetIndex - originalFolderName:originalFolderName - dNewValue:dNewValue - sharedFolderType:nil - previousValue:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + dNewValue:(DBTEAMLOGSharedFolderMemberPolicy *)dNewValue { + return [self initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + dNewValue:dNewValue + sharedFolderType:nil + previousValue:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedFolderChangeMemberPolicyDetailsSerializer serialize:instance]; } @@ -49828,13 +50657,13 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; + result = prime * result + [self.targetAssetIndex hash]; result = prime * result + [self.originalFolderName hash]; result = prime * result + [self.dNewValue hash]; - if (self.sharedFolderType) { + if (self.sharedFolderType != nil) { result = prime * result + [self.sharedFolderType hash]; } - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -49858,7 +50687,7 @@ - (BOOL)isEqualToSharedFolderChangeMemberPolicyDetails: if (self == aSharedFolderChangeMemberPolicyDetails) { return YES; } - if (![self.targetIndex isEqual:aSharedFolderChangeMemberPolicyDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedFolderChangeMemberPolicyDetails.targetAssetIndex]) { return NO; } if (![self.originalFolderName isEqual:aSharedFolderChangeMemberPolicyDetails.originalFolderName]) { @@ -49889,7 +50718,7 @@ @implementation DBTEAMLOGSharedFolderChangeMemberPolicyDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSharedFolderChangeMemberPolicyDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; jsonDict[@"original_folder_name"] = valueObj.originalFolderName; jsonDict[@"new_value"] = [DBTEAMLOGSharedFolderMemberPolicySerializer serialize:valueObj.dNewValue]; if (valueObj.sharedFolderType) { @@ -49899,11 +50728,11 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharedFolderChangeMemberPolicyDetails *)va jsonDict[@"previous_value"] = [DBTEAMLOGSharedFolderMemberPolicySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedFolderChangeMemberPolicyDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"]; DBTEAMLOGSharedFolderMemberPolicy *dNewValue = [DBTEAMLOGSharedFolderMemberPolicySerializer deserialize:valueDict[@"new_value"]]; @@ -49913,11 +50742,11 @@ + (DBTEAMLOGSharedFolderChangeMemberPolicyDetails *)deserialize:(NSDictionary *) ? [DBTEAMLOGSharedFolderMemberPolicySerializer deserialize:valueDict[@"previous_value"]] : nil; - return [[DBTEAMLOGSharedFolderChangeMemberPolicyDetails alloc] initWithTargetIndex:targetIndex - originalFolderName:originalFolderName - dNewValue:dNewValue - sharedFolderType:sharedFolderType - previousValue:previousValue]; + return [[DBTEAMLOGSharedFolderChangeMemberPolicyDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName + dNewValue:dNewValue + sharedFolderType:sharedFolderType + previousValue:previousValue]; } @end @@ -49932,25 +50761,26 @@ @implementation DBTEAMLOGSharedFolderCreateDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex parentNsId:(NSString *)parentNsId { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex parentNsId:(NSString *)parentNsId { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:nil maxLength:nil pattern:@"[-_0-9a-zA-Z:]+"]](parentNsId); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _parentNsId = parentNsId; } return self; } -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex { - return [self initWithTargetIndex:targetIndex parentNsId:nil]; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex { + return [self initWithTargetAssetIndex:targetAssetIndex parentNsId:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedFolderCreateDetailsSerializer serialize:instance]; } @@ -49978,8 +50808,8 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; - if (self.parentNsId) { + result = prime * result + [self.targetAssetIndex hash]; + if (self.parentNsId != nil) { result = prime * result + [self.parentNsId hash]; } @@ -50002,7 +50832,7 @@ - (BOOL)isEqualToSharedFolderCreateDetails:(DBTEAMLOGSharedFolderCreateDetails * if (self == aSharedFolderCreateDetails) { return YES; } - if (![self.targetIndex isEqual:aSharedFolderCreateDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedFolderCreateDetails.targetAssetIndex]) { return NO; } if (self.parentNsId) { @@ -50022,19 +50852,19 @@ @implementation DBTEAMLOGSharedFolderCreateDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSharedFolderCreateDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; if (valueObj.parentNsId) { jsonDict[@"parent_ns_id"] = valueObj.parentNsId; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedFolderCreateDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *parentNsId = valueDict[@"parent_ns_id"] ?: nil; - return [[DBTEAMLOGSharedFolderCreateDetails alloc] initWithTargetIndex:targetIndex parentNsId:parentNsId]; + return [[DBTEAMLOGSharedFolderCreateDetails alloc] initWithTargetAssetIndex:targetAssetIndex parentNsId:parentNsId]; } @end @@ -50118,7 +50948,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedFolderLinkPolicySerializer serialize:instance]; } @@ -50213,7 +51043,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharedFolderLinkPolicy *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedFolderLinkPolicy *)deserialize:(NSDictionary *)valueDict { @@ -50299,7 +51129,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedFolderMemberPolicySerializer serialize:instance]; } @@ -50388,7 +51218,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharedFolderMemberPolicy *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedFolderMemberPolicy *)deserialize:(NSDictionary *)valueDict { @@ -50472,7 +51302,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedFolderMembershipManagementPolicySerializer serialize:instance]; } @@ -50562,7 +51392,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharedFolderMembershipManagementPolicy *)v jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedFolderMembershipManagementPolicy *)deserialize:(NSDictionary *)valueDict { @@ -50591,11 +51421,14 @@ @implementation DBTEAMLOGSharedFolderMountDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + [DBStoneValidators nonnullValidator:nil](originalFolderName); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; } return self; @@ -50603,7 +51436,7 @@ - (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:( #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedFolderMountDetailsSerializer serialize:instance]; } @@ -50631,7 +51464,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; + result = prime * result + [self.targetAssetIndex hash]; result = prime * result + [self.originalFolderName hash]; return prime * result; @@ -50653,7 +51486,7 @@ - (BOOL)isEqualToSharedFolderMountDetails:(DBTEAMLOGSharedFolderMountDetails *)a if (self == aSharedFolderMountDetails) { return YES; } - if (![self.targetIndex isEqual:aSharedFolderMountDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedFolderMountDetails.targetAssetIndex]) { return NO; } if (![self.originalFolderName isEqual:aSharedFolderMountDetails.originalFolderName]) { @@ -50671,18 +51504,18 @@ @implementation DBTEAMLOGSharedFolderMountDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSharedFolderMountDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; jsonDict[@"original_folder_name"] = valueObj.originalFolderName; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedFolderMountDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"]; - return - [[DBTEAMLOGSharedFolderMountDetails alloc] initWithTargetIndex:targetIndex originalFolderName:originalFolderName]; + return [[DBTEAMLOGSharedFolderMountDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName]; } @end @@ -50697,11 +51530,14 @@ @implementation DBTEAMLOGSharedFolderTransferOwnershipDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + [DBStoneValidators nonnullValidator:nil](originalFolderName); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; } return self; @@ -50709,7 +51545,7 @@ - (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:( #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedFolderTransferOwnershipDetailsSerializer serialize:instance]; } @@ -50737,7 +51573,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; + result = prime * result + [self.targetAssetIndex hash]; result = prime * result + [self.originalFolderName hash]; return prime * result; @@ -50760,7 +51596,7 @@ - (BOOL)isEqualToSharedFolderTransferOwnershipDetails: if (self == aSharedFolderTransferOwnershipDetails) { return YES; } - if (![self.targetIndex isEqual:aSharedFolderTransferOwnershipDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedFolderTransferOwnershipDetails.targetAssetIndex]) { return NO; } if (![self.originalFolderName isEqual:aSharedFolderTransferOwnershipDetails.originalFolderName]) { @@ -50778,18 +51614,18 @@ @implementation DBTEAMLOGSharedFolderTransferOwnershipDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSharedFolderTransferOwnershipDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; jsonDict[@"original_folder_name"] = valueObj.originalFolderName; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedFolderTransferOwnershipDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"]; - return [[DBTEAMLOGSharedFolderTransferOwnershipDetails alloc] initWithTargetIndex:targetIndex - originalFolderName:originalFolderName]; + return [[DBTEAMLOGSharedFolderTransferOwnershipDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName]; } @end @@ -50804,11 +51640,14 @@ @implementation DBTEAMLOGSharedFolderUnmountDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); + [DBStoneValidators nonnullValidator:nil](originalFolderName); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; _originalFolderName = originalFolderName; } return self; @@ -50816,7 +51655,7 @@ - (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:( #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedFolderUnmountDetailsSerializer serialize:instance]; } @@ -50844,7 +51683,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; + result = prime * result + [self.targetAssetIndex hash]; result = prime * result + [self.originalFolderName hash]; return prime * result; @@ -50866,7 +51705,7 @@ - (BOOL)isEqualToSharedFolderUnmountDetails:(DBTEAMLOGSharedFolderUnmountDetails if (self == aSharedFolderUnmountDetails) { return YES; } - if (![self.targetIndex isEqual:aSharedFolderUnmountDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aSharedFolderUnmountDetails.targetAssetIndex]) { return NO; } if (![self.originalFolderName isEqual:aSharedFolderUnmountDetails.originalFolderName]) { @@ -50884,18 +51723,18 @@ @implementation DBTEAMLOGSharedFolderUnmountDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSharedFolderUnmountDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; jsonDict[@"original_folder_name"] = valueObj.originalFolderName; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedFolderUnmountDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; NSString *originalFolderName = valueDict[@"original_folder_name"]; - return [[DBTEAMLOGSharedFolderUnmountDetails alloc] initWithTargetIndex:targetIndex - originalFolderName:originalFolderName]; + return [[DBTEAMLOGSharedFolderUnmountDetails alloc] initWithTargetAssetIndex:targetAssetIndex + originalFolderName:originalFolderName]; } @end @@ -50920,7 +51759,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharedNoteOpenedDetailsSerializer serialize:instance]; } @@ -50980,7 +51819,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharedNoteOpenedDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharedNoteOpenedDetails *)deserialize:(NSDictionary *)valueDict { @@ -51004,6 +51843,7 @@ @implementation DBTEAMLOGSharingChangeFolderJoinPolicyDetails - (instancetype)initWithDNewValue:(DBTEAMLOGSharingFolderJoinPolicy *)dNewValue previousValue:(DBTEAMLOGSharingFolderJoinPolicy *)previousValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -51019,7 +51859,7 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGSharingFolderJoinPolicy *)dNewValue #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharingChangeFolderJoinPolicyDetailsSerializer serialize:instance]; } @@ -51048,7 +51888,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -51097,7 +51937,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharingChangeFolderJoinPolicyDetails *)val jsonDict[@"previous_value"] = [DBTEAMLOGSharingFolderJoinPolicySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharingChangeFolderJoinPolicyDetails *)deserialize:(NSDictionary *)valueDict { @@ -51127,6 +51967,7 @@ @implementation DBTEAMLOGSharingChangeLinkPolicyDetails - (instancetype)initWithDNewValue:(DBTEAMLOGSharingLinkPolicy *)dNewValue previousValue:(DBTEAMLOGSharingLinkPolicy *)previousValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -51142,7 +51983,7 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGSharingLinkPolicy *)dNewValue { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharingChangeLinkPolicyDetailsSerializer serialize:instance]; } @@ -51171,7 +52012,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -51220,7 +52061,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharingChangeLinkPolicyDetails *)valueObj jsonDict[@"previous_value"] = [DBTEAMLOGSharingLinkPolicySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharingChangeLinkPolicyDetails *)deserialize:(NSDictionary *)valueDict { @@ -51247,6 +52088,7 @@ @implementation DBTEAMLOGSharingChangeMemberPolicyDetails - (instancetype)initWithDNewValue:(DBTEAMLOGSharingMemberPolicy *)dNewValue previousValue:(DBTEAMLOGSharingMemberPolicy *)previousValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -51262,7 +52104,7 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGSharingMemberPolicy *)dNewValue { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharingChangeMemberPolicyDetailsSerializer serialize:instance]; } @@ -51291,7 +52133,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -51340,7 +52182,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGSharingChangeMemberPolicyDetails *)valueOb jsonDict[@"previous_value"] = [DBTEAMLOGSharingMemberPolicySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharingChangeMemberPolicyDetails *)deserialize:(NSDictionary *)valueDict { @@ -51365,18 +52207,18 @@ @implementation DBTEAMLOGSharingFolderJoinPolicy #pragma mark - Constructors -- (instancetype)initWithTeamOnly { +- (instancetype)initWithFromAnyone { self = [super init]; if (self) { - _tag = DBTEAMLOGSharingFolderJoinPolicyTeamOnly; + _tag = DBTEAMLOGSharingFolderJoinPolicyFromAnyone; } return self; } -- (instancetype)initWithAnyone { +- (instancetype)initWithFromTeamOnly { self = [super init]; if (self) { - _tag = DBTEAMLOGSharingFolderJoinPolicyAnyone; + _tag = DBTEAMLOGSharingFolderJoinPolicyFromTeamOnly; } return self; } @@ -51393,12 +52235,12 @@ - (instancetype)initWithOther { #pragma mark - Tag state methods -- (BOOL)isTeamOnly { - return _tag == DBTEAMLOGSharingFolderJoinPolicyTeamOnly; +- (BOOL)isFromAnyone { + return _tag == DBTEAMLOGSharingFolderJoinPolicyFromAnyone; } -- (BOOL)isAnyone { - return _tag == DBTEAMLOGSharingFolderJoinPolicyAnyone; +- (BOOL)isFromTeamOnly { + return _tag == DBTEAMLOGSharingFolderJoinPolicyFromTeamOnly; } - (BOOL)isOther { @@ -51407,10 +52249,10 @@ - (BOOL)isOther { - (NSString *)tagName { switch (_tag) { - case DBTEAMLOGSharingFolderJoinPolicyTeamOnly: - return @"DBTEAMLOGSharingFolderJoinPolicyTeamOnly"; - case DBTEAMLOGSharingFolderJoinPolicyAnyone: - return @"DBTEAMLOGSharingFolderJoinPolicyAnyone"; + case DBTEAMLOGSharingFolderJoinPolicyFromAnyone: + return @"DBTEAMLOGSharingFolderJoinPolicyFromAnyone"; + case DBTEAMLOGSharingFolderJoinPolicyFromTeamOnly: + return @"DBTEAMLOGSharingFolderJoinPolicyFromTeamOnly"; case DBTEAMLOGSharingFolderJoinPolicyOther: return @"DBTEAMLOGSharingFolderJoinPolicyOther"; } @@ -51420,7 +52262,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharingFolderJoinPolicySerializer serialize:instance]; } @@ -51449,9 +52291,9 @@ - (NSUInteger)hash { NSUInteger result = 1; switch (_tag) { - case DBTEAMLOGSharingFolderJoinPolicyTeamOnly: + case DBTEAMLOGSharingFolderJoinPolicyFromAnyone: result = prime * result + [[self tagName] hash]; - case DBTEAMLOGSharingFolderJoinPolicyAnyone: + case DBTEAMLOGSharingFolderJoinPolicyFromTeamOnly: result = prime * result + [[self tagName] hash]; case DBTEAMLOGSharingFolderJoinPolicyOther: result = prime * result + [[self tagName] hash]; @@ -51480,9 +52322,9 @@ - (BOOL)isEqualToSharingFolderJoinPolicy:(DBTEAMLOGSharingFolderJoinPolicy *)aSh return NO; } switch (_tag) { - case DBTEAMLOGSharingFolderJoinPolicyTeamOnly: + case DBTEAMLOGSharingFolderJoinPolicyFromAnyone: return [[self tagName] isEqual:[aSharingFolderJoinPolicy tagName]]; - case DBTEAMLOGSharingFolderJoinPolicyAnyone: + case DBTEAMLOGSharingFolderJoinPolicyFromTeamOnly: return [[self tagName] isEqual:[aSharingFolderJoinPolicy tagName]]; case DBTEAMLOGSharingFolderJoinPolicyOther: return [[self tagName] isEqual:[aSharingFolderJoinPolicy tagName]]; @@ -51499,26 +52341,26 @@ @implementation DBTEAMLOGSharingFolderJoinPolicySerializer + (NSDictionary *)serialize:(DBTEAMLOGSharingFolderJoinPolicy *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isTeamOnly]) { - jsonDict[@".tag"] = @"team_only"; - } else if ([valueObj isAnyone]) { - jsonDict[@".tag"] = @"anyone"; + if ([valueObj isFromAnyone]) { + jsonDict[@".tag"] = @"from_anyone"; + } else if ([valueObj isFromTeamOnly]) { + jsonDict[@".tag"] = @"from_team_only"; } else if ([valueObj isOther]) { jsonDict[@".tag"] = @"other"; } else { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharingFolderJoinPolicy *)deserialize:(NSDictionary *)valueDict { NSString *tag = valueDict[@".tag"]; - if ([tag isEqualToString:@"team_only"]) { - return [[DBTEAMLOGSharingFolderJoinPolicy alloc] initWithTeamOnly]; - } else if ([tag isEqualToString:@"anyone"]) { - return [[DBTEAMLOGSharingFolderJoinPolicy alloc] initWithAnyone]; + if ([tag isEqualToString:@"from_anyone"]) { + return [[DBTEAMLOGSharingFolderJoinPolicy alloc] initWithFromAnyone]; + } else if ([tag isEqualToString:@"from_team_only"]) { + return [[DBTEAMLOGSharingFolderJoinPolicy alloc] initWithFromTeamOnly]; } else if ([tag isEqualToString:@"other"]) { return [[DBTEAMLOGSharingFolderJoinPolicy alloc] initWithOther]; } else { @@ -51538,26 +52380,26 @@ @implementation DBTEAMLOGSharingLinkPolicy #pragma mark - Constructors -- (instancetype)initWithTeamOnly { +- (instancetype)initWithDefaultPrivate { self = [super init]; if (self) { - _tag = DBTEAMLOGSharingLinkPolicyTeamOnly; + _tag = DBTEAMLOGSharingLinkPolicyDefaultPrivate; } return self; } -- (instancetype)initWithDefaultTeamOnly { +- (instancetype)initWithDefaultPublic { self = [super init]; if (self) { - _tag = DBTEAMLOGSharingLinkPolicyDefaultTeamOnly; + _tag = DBTEAMLOGSharingLinkPolicyDefaultPublic; } return self; } -- (instancetype)initWithDefaultAnyone { +- (instancetype)initWithOnlyPrivate { self = [super init]; if (self) { - _tag = DBTEAMLOGSharingLinkPolicyDefaultAnyone; + _tag = DBTEAMLOGSharingLinkPolicyOnlyPrivate; } return self; } @@ -51574,16 +52416,16 @@ - (instancetype)initWithOther { #pragma mark - Tag state methods -- (BOOL)isTeamOnly { - return _tag == DBTEAMLOGSharingLinkPolicyTeamOnly; +- (BOOL)isDefaultPrivate { + return _tag == DBTEAMLOGSharingLinkPolicyDefaultPrivate; } -- (BOOL)isDefaultTeamOnly { - return _tag == DBTEAMLOGSharingLinkPolicyDefaultTeamOnly; +- (BOOL)isDefaultPublic { + return _tag == DBTEAMLOGSharingLinkPolicyDefaultPublic; } -- (BOOL)isDefaultAnyone { - return _tag == DBTEAMLOGSharingLinkPolicyDefaultAnyone; +- (BOOL)isOnlyPrivate { + return _tag == DBTEAMLOGSharingLinkPolicyOnlyPrivate; } - (BOOL)isOther { @@ -51592,12 +52434,12 @@ - (BOOL)isOther { - (NSString *)tagName { switch (_tag) { - case DBTEAMLOGSharingLinkPolicyTeamOnly: - return @"DBTEAMLOGSharingLinkPolicyTeamOnly"; - case DBTEAMLOGSharingLinkPolicyDefaultTeamOnly: - return @"DBTEAMLOGSharingLinkPolicyDefaultTeamOnly"; - case DBTEAMLOGSharingLinkPolicyDefaultAnyone: - return @"DBTEAMLOGSharingLinkPolicyDefaultAnyone"; + case DBTEAMLOGSharingLinkPolicyDefaultPrivate: + return @"DBTEAMLOGSharingLinkPolicyDefaultPrivate"; + case DBTEAMLOGSharingLinkPolicyDefaultPublic: + return @"DBTEAMLOGSharingLinkPolicyDefaultPublic"; + case DBTEAMLOGSharingLinkPolicyOnlyPrivate: + return @"DBTEAMLOGSharingLinkPolicyOnlyPrivate"; case DBTEAMLOGSharingLinkPolicyOther: return @"DBTEAMLOGSharingLinkPolicyOther"; } @@ -51607,7 +52449,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharingLinkPolicySerializer serialize:instance]; } @@ -51636,11 +52478,11 @@ - (NSUInteger)hash { NSUInteger result = 1; switch (_tag) { - case DBTEAMLOGSharingLinkPolicyTeamOnly: + case DBTEAMLOGSharingLinkPolicyDefaultPrivate: result = prime * result + [[self tagName] hash]; - case DBTEAMLOGSharingLinkPolicyDefaultTeamOnly: + case DBTEAMLOGSharingLinkPolicyDefaultPublic: result = prime * result + [[self tagName] hash]; - case DBTEAMLOGSharingLinkPolicyDefaultAnyone: + case DBTEAMLOGSharingLinkPolicyOnlyPrivate: result = prime * result + [[self tagName] hash]; case DBTEAMLOGSharingLinkPolicyOther: result = prime * result + [[self tagName] hash]; @@ -51669,11 +52511,11 @@ - (BOOL)isEqualToSharingLinkPolicy:(DBTEAMLOGSharingLinkPolicy *)aSharingLinkPol return NO; } switch (_tag) { - case DBTEAMLOGSharingLinkPolicyTeamOnly: + case DBTEAMLOGSharingLinkPolicyDefaultPrivate: return [[self tagName] isEqual:[aSharingLinkPolicy tagName]]; - case DBTEAMLOGSharingLinkPolicyDefaultTeamOnly: + case DBTEAMLOGSharingLinkPolicyDefaultPublic: return [[self tagName] isEqual:[aSharingLinkPolicy tagName]]; - case DBTEAMLOGSharingLinkPolicyDefaultAnyone: + case DBTEAMLOGSharingLinkPolicyOnlyPrivate: return [[self tagName] isEqual:[aSharingLinkPolicy tagName]]; case DBTEAMLOGSharingLinkPolicyOther: return [[self tagName] isEqual:[aSharingLinkPolicy tagName]]; @@ -51690,30 +52532,30 @@ @implementation DBTEAMLOGSharingLinkPolicySerializer + (NSDictionary *)serialize:(DBTEAMLOGSharingLinkPolicy *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isTeamOnly]) { - jsonDict[@".tag"] = @"team_only"; - } else if ([valueObj isDefaultTeamOnly]) { - jsonDict[@".tag"] = @"default_team_only"; - } else if ([valueObj isDefaultAnyone]) { - jsonDict[@".tag"] = @"default_anyone"; + if ([valueObj isDefaultPrivate]) { + jsonDict[@".tag"] = @"default_private"; + } else if ([valueObj isDefaultPublic]) { + jsonDict[@".tag"] = @"default_public"; + } else if ([valueObj isOnlyPrivate]) { + jsonDict[@".tag"] = @"only_private"; } else if ([valueObj isOther]) { jsonDict[@".tag"] = @"other"; } else { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharingLinkPolicy *)deserialize:(NSDictionary *)valueDict { NSString *tag = valueDict[@".tag"]; - if ([tag isEqualToString:@"team_only"]) { - return [[DBTEAMLOGSharingLinkPolicy alloc] initWithTeamOnly]; - } else if ([tag isEqualToString:@"default_team_only"]) { - return [[DBTEAMLOGSharingLinkPolicy alloc] initWithDefaultTeamOnly]; - } else if ([tag isEqualToString:@"default_anyone"]) { - return [[DBTEAMLOGSharingLinkPolicy alloc] initWithDefaultAnyone]; + if ([tag isEqualToString:@"default_private"]) { + return [[DBTEAMLOGSharingLinkPolicy alloc] initWithDefaultPrivate]; + } else if ([tag isEqualToString:@"default_public"]) { + return [[DBTEAMLOGSharingLinkPolicy alloc] initWithDefaultPublic]; + } else if ([tag isEqualToString:@"only_private"]) { + return [[DBTEAMLOGSharingLinkPolicy alloc] initWithOnlyPrivate]; } else if ([tag isEqualToString:@"other"]) { return [[DBTEAMLOGSharingLinkPolicy alloc] initWithOther]; } else { @@ -51733,18 +52575,18 @@ @implementation DBTEAMLOGSharingMemberPolicy #pragma mark - Constructors -- (instancetype)initWithTeamOnly { +- (instancetype)initWithAllow { self = [super init]; if (self) { - _tag = DBTEAMLOGSharingMemberPolicyTeamOnly; + _tag = DBTEAMLOGSharingMemberPolicyAllow; } return self; } -- (instancetype)initWithAnyone { +- (instancetype)initWithForbid { self = [super init]; if (self) { - _tag = DBTEAMLOGSharingMemberPolicyAnyone; + _tag = DBTEAMLOGSharingMemberPolicyForbid; } return self; } @@ -51761,12 +52603,12 @@ - (instancetype)initWithOther { #pragma mark - Tag state methods -- (BOOL)isTeamOnly { - return _tag == DBTEAMLOGSharingMemberPolicyTeamOnly; +- (BOOL)isAllow { + return _tag == DBTEAMLOGSharingMemberPolicyAllow; } -- (BOOL)isAnyone { - return _tag == DBTEAMLOGSharingMemberPolicyAnyone; +- (BOOL)isForbid { + return _tag == DBTEAMLOGSharingMemberPolicyForbid; } - (BOOL)isOther { @@ -51775,10 +52617,10 @@ - (BOOL)isOther { - (NSString *)tagName { switch (_tag) { - case DBTEAMLOGSharingMemberPolicyTeamOnly: - return @"DBTEAMLOGSharingMemberPolicyTeamOnly"; - case DBTEAMLOGSharingMemberPolicyAnyone: - return @"DBTEAMLOGSharingMemberPolicyAnyone"; + case DBTEAMLOGSharingMemberPolicyAllow: + return @"DBTEAMLOGSharingMemberPolicyAllow"; + case DBTEAMLOGSharingMemberPolicyForbid: + return @"DBTEAMLOGSharingMemberPolicyForbid"; case DBTEAMLOGSharingMemberPolicyOther: return @"DBTEAMLOGSharingMemberPolicyOther"; } @@ -51788,7 +52630,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSharingMemberPolicySerializer serialize:instance]; } @@ -51817,9 +52659,9 @@ - (NSUInteger)hash { NSUInteger result = 1; switch (_tag) { - case DBTEAMLOGSharingMemberPolicyTeamOnly: + case DBTEAMLOGSharingMemberPolicyAllow: result = prime * result + [[self tagName] hash]; - case DBTEAMLOGSharingMemberPolicyAnyone: + case DBTEAMLOGSharingMemberPolicyForbid: result = prime * result + [[self tagName] hash]; case DBTEAMLOGSharingMemberPolicyOther: result = prime * result + [[self tagName] hash]; @@ -51848,9 +52690,9 @@ - (BOOL)isEqualToSharingMemberPolicy:(DBTEAMLOGSharingMemberPolicy *)aSharingMem return NO; } switch (_tag) { - case DBTEAMLOGSharingMemberPolicyTeamOnly: + case DBTEAMLOGSharingMemberPolicyAllow: return [[self tagName] isEqual:[aSharingMemberPolicy tagName]]; - case DBTEAMLOGSharingMemberPolicyAnyone: + case DBTEAMLOGSharingMemberPolicyForbid: return [[self tagName] isEqual:[aSharingMemberPolicy tagName]]; case DBTEAMLOGSharingMemberPolicyOther: return [[self tagName] isEqual:[aSharingMemberPolicy tagName]]; @@ -51867,26 +52709,26 @@ @implementation DBTEAMLOGSharingMemberPolicySerializer + (NSDictionary *)serialize:(DBTEAMLOGSharingMemberPolicy *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isTeamOnly]) { - jsonDict[@".tag"] = @"team_only"; - } else if ([valueObj isAnyone]) { - jsonDict[@".tag"] = @"anyone"; + if ([valueObj isAllow]) { + jsonDict[@".tag"] = @"allow"; + } else if ([valueObj isForbid]) { + jsonDict[@".tag"] = @"forbid"; } else if ([valueObj isOther]) { jsonDict[@".tag"] = @"other"; } else { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSharingMemberPolicy *)deserialize:(NSDictionary *)valueDict { NSString *tag = valueDict[@".tag"]; - if ([tag isEqualToString:@"team_only"]) { - return [[DBTEAMLOGSharingMemberPolicy alloc] initWithTeamOnly]; - } else if ([tag isEqualToString:@"anyone"]) { - return [[DBTEAMLOGSharingMemberPolicy alloc] initWithAnyone]; + if ([tag isEqualToString:@"allow"]) { + return [[DBTEAMLOGSharingMemberPolicy alloc] initWithAllow]; + } else if ([tag isEqualToString:@"forbid"]) { + return [[DBTEAMLOGSharingMemberPolicy alloc] initWithForbid]; } else if ([tag isEqualToString:@"other"]) { return [[DBTEAMLOGSharingMemberPolicy alloc] initWithOther]; } else { @@ -51922,7 +52764,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGShmodelAppCreateDetailsSerializer serialize:instance]; } @@ -51950,10 +52792,10 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.sharingPermission) { + if (self.sharingPermission != nil) { result = prime * result + [self.sharingPermission hash]; } - if (self.tokenKey) { + if (self.tokenKey != nil) { result = prime * result + [self.tokenKey hash]; } @@ -52005,7 +52847,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGShmodelAppCreateDetails *)valueObj { jsonDict[@"token_key"] = valueObj.tokenKey; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGShmodelAppCreateDetails *)deserialize:(NSDictionary *)valueDict { @@ -52043,7 +52885,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGShmodelCreateDetailsSerializer serialize:instance]; } @@ -52071,10 +52913,10 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.sharingPermission) { + if (self.sharingPermission != nil) { result = prime * result + [self.sharingPermission hash]; } - if (self.tokenKey) { + if (self.tokenKey != nil) { result = prime * result + [self.tokenKey hash]; } @@ -52126,7 +52968,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGShmodelCreateDetails *)valueObj { jsonDict[@"token_key"] = valueObj.tokenKey; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGShmodelCreateDetails *)deserialize:(NSDictionary *)valueDict { @@ -52164,7 +53006,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGShmodelDisableDetailsSerializer serialize:instance]; } @@ -52192,10 +53034,10 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.sharingPermission) { + if (self.sharingPermission != nil) { result = prime * result + [self.sharingPermission hash]; } - if (self.tokenKey) { + if (self.tokenKey != nil) { result = prime * result + [self.tokenKey hash]; } @@ -52247,7 +53089,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGShmodelDisableDetails *)valueObj { jsonDict[@"token_key"] = valueObj.tokenKey; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGShmodelDisableDetails *)deserialize:(NSDictionary *)valueDict { @@ -52272,7 +53114,10 @@ @implementation DBTEAMLOGShmodelFbShareDetails - (instancetype)initWithSharingNonMemberRecipients: (NSArray *)sharingNonMemberRecipients { - [DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil](sharingNonMemberRecipients); + [DBStoneValidators nonnullValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]]( + sharingNonMemberRecipients); self = [super init]; if (self) { @@ -52283,7 +53128,7 @@ - (instancetype)initWithSharingNonMemberRecipients: #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGShmodelFbShareDetailsSerializer serialize:instance]; } @@ -52353,7 +53198,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGShmodelFbShareDetails *)valueObj { return [DBTEAMLOGNonTeamMemberLogInfoSerializer serialize:elem0]; }]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGShmodelFbShareDetails *)deserialize:(NSDictionary *)valueDict { @@ -52388,7 +53233,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGShmodelGroupShareDetailsSerializer serialize:instance]; } @@ -52448,7 +53293,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGShmodelGroupShareDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGShmodelGroupShareDetails *)deserialize:(NSDictionary *)valueDict { @@ -52479,7 +53324,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGShmodelRemoveExpirationDetailsSerializer serialize:instance]; } @@ -52540,7 +53385,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGShmodelRemoveExpirationDetails *)valueObj #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGShmodelRemoveExpirationDetails *)deserialize:(NSDictionary *)valueDict { @@ -52562,6 +53407,8 @@ @implementation DBTEAMLOGShmodelSetExpirationDetails #pragma mark - Constructors - (instancetype)initWithExpirationStartDate:(NSString *)expirationStartDate expirationDays:(NSNumber *)expirationDays { + [DBStoneValidators nonnullValidator:nil](expirationStartDate); + [DBStoneValidators nonnullValidator:nil](expirationDays); self = [super init]; if (self) { @@ -52573,7 +53420,7 @@ - (instancetype)initWithExpirationStartDate:(NSString *)expirationStartDate expi #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGShmodelSetExpirationDetailsSerializer serialize:instance]; } @@ -52644,7 +53491,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGShmodelSetExpirationDetails *)valueObj { jsonDict[@"expiration_start_date"] = valueObj.expirationStartDate; jsonDict[@"expiration_days"] = valueObj.expirationDays; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGShmodelSetExpirationDetails *)deserialize:(NSDictionary *)valueDict { @@ -52677,7 +53524,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGShmodelTeamCopyDetailsSerializer serialize:instance]; } @@ -52737,7 +53584,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGShmodelTeamCopyDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGShmodelTeamCopyDetails *)deserialize:(NSDictionary *)valueDict { @@ -52768,7 +53615,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGShmodelTeamDownloadDetailsSerializer serialize:instance]; } @@ -52828,7 +53675,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGShmodelTeamDownloadDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGShmodelTeamDownloadDetails *)deserialize:(NSDictionary *)valueDict { @@ -52859,7 +53706,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGShmodelTeamShareDetailsSerializer serialize:instance]; } @@ -52919,7 +53766,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGShmodelTeamShareDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGShmodelTeamShareDetails *)deserialize:(NSDictionary *)valueDict { @@ -52950,7 +53797,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGShmodelTeamViewDetailsSerializer serialize:instance]; } @@ -53010,7 +53857,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGShmodelTeamViewDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGShmodelTeamViewDetails *)deserialize:(NSDictionary *)valueDict { @@ -53041,7 +53888,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGShmodelVisibilityPasswordDetailsSerializer serialize:instance]; } @@ -53102,7 +53949,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGShmodelVisibilityPasswordDetails *)valueOb #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGShmodelVisibilityPasswordDetails *)deserialize:(NSDictionary *)valueDict { @@ -53133,7 +53980,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGShmodelVisibilityPublicDetailsSerializer serialize:instance]; } @@ -53194,7 +54041,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGShmodelVisibilityPublicDetails *)valueObj #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGShmodelVisibilityPublicDetails *)deserialize:(NSDictionary *)valueDict { @@ -53225,7 +54072,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGShmodelVisibilityTeamOnlyDetailsSerializer serialize:instance]; } @@ -53286,7 +54133,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGShmodelVisibilityTeamOnlyDetails *)valueOb #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGShmodelVisibilityTeamOnlyDetails *)deserialize:(NSDictionary *)valueDict { @@ -53317,7 +54164,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSignInAsSessionEndDetailsSerializer serialize:instance]; } @@ -53377,7 +54224,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGSignInAsSessionEndDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSignInAsSessionEndDetails *)deserialize:(NSDictionary *)valueDict { @@ -53408,7 +54255,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSignInAsSessionStartDetailsSerializer serialize:instance]; } @@ -53468,7 +54315,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGSignInAsSessionStartDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSignInAsSessionStartDetails *)deserialize:(NSDictionary *)valueDict { @@ -53492,6 +54339,7 @@ @implementation DBTEAMLOGSmartSyncChangePolicyDetails - (instancetype)initWithDNewValue:(DBTEAMLOGSmartSyncPolicy *)dNewValue previousValue:(DBTEAMLOGSmartSyncPolicy *)previousValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -53507,7 +54355,7 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGSmartSyncPolicy *)dNewValue { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSmartSyncChangePolicyDetailsSerializer serialize:instance]; } @@ -53536,7 +54384,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -53584,7 +54432,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGSmartSyncChangePolicyDetails *)valueObj { jsonDict[@"previous_value"] = [DBTEAMLOGSmartSyncPolicySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSmartSyncChangePolicyDetails *)deserialize:(NSDictionary *)valueDict { @@ -53618,7 +54466,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetailsSerializer serialize:instance]; } @@ -53679,7 +54527,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails *)deserialize:(NSDictionary *)valueDict { @@ -53703,6 +54551,8 @@ @implementation DBTEAMLOGSmartSyncNotOptOutDetails - (instancetype)initWithPreviousValue:(DBTEAMLOGSmartSyncOptOutPolicy *)previousValue dNewValue:(DBTEAMLOGSmartSyncOptOutPolicy *)dNewValue { + [DBStoneValidators nonnullValidator:nil](previousValue); + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -53714,7 +54564,7 @@ - (instancetype)initWithPreviousValue:(DBTEAMLOGSmartSyncOptOutPolicy *)previous #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSmartSyncNotOptOutDetailsSerializer serialize:instance]; } @@ -53785,7 +54635,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGSmartSyncNotOptOutDetails *)valueObj { jsonDict[@"previous_value"] = [DBTEAMLOGSmartSyncOptOutPolicySerializer serialize:valueObj.previousValue]; jsonDict[@"new_value"] = [DBTEAMLOGSmartSyncOptOutPolicySerializer serialize:valueObj.dNewValue]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSmartSyncNotOptOutDetails *)deserialize:(NSDictionary *)valueDict { @@ -53812,6 +54662,8 @@ @implementation DBTEAMLOGSmartSyncOptOutDetails - (instancetype)initWithPreviousValue:(DBTEAMLOGSmartSyncOptOutPolicy *)previousValue dNewValue:(DBTEAMLOGSmartSyncOptOutPolicy *)dNewValue { + [DBStoneValidators nonnullValidator:nil](previousValue); + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -53823,7 +54675,7 @@ - (instancetype)initWithPreviousValue:(DBTEAMLOGSmartSyncOptOutPolicy *)previous #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSmartSyncOptOutDetailsSerializer serialize:instance]; } @@ -53894,7 +54746,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGSmartSyncOptOutDetails *)valueObj { jsonDict[@"previous_value"] = [DBTEAMLOGSmartSyncOptOutPolicySerializer serialize:valueObj.previousValue]; jsonDict[@"new_value"] = [DBTEAMLOGSmartSyncOptOutPolicySerializer serialize:valueObj.dNewValue]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSmartSyncOptOutDetails *)deserialize:(NSDictionary *)valueDict { @@ -53918,18 +54770,18 @@ @implementation DBTEAMLOGSmartSyncOptOutPolicy #pragma mark - Constructors -- (instancetype)initWithOptedOut { +- (instancetype)initWithDefault_ { self = [super init]; if (self) { - _tag = DBTEAMLOGSmartSyncOptOutPolicyOptedOut; + _tag = DBTEAMLOGSmartSyncOptOutPolicyDefault_; } return self; } -- (instancetype)initWithDefault_ { +- (instancetype)initWithOptedOut { self = [super init]; if (self) { - _tag = DBTEAMLOGSmartSyncOptOutPolicyDefault_; + _tag = DBTEAMLOGSmartSyncOptOutPolicyOptedOut; } return self; } @@ -53946,24 +54798,24 @@ - (instancetype)initWithOther { #pragma mark - Tag state methods -- (BOOL)isOptedOut { - return _tag == DBTEAMLOGSmartSyncOptOutPolicyOptedOut; -} - - (BOOL)isDefault_ { return _tag == DBTEAMLOGSmartSyncOptOutPolicyDefault_; } +- (BOOL)isOptedOut { + return _tag == DBTEAMLOGSmartSyncOptOutPolicyOptedOut; +} + - (BOOL)isOther { return _tag == DBTEAMLOGSmartSyncOptOutPolicyOther; } - (NSString *)tagName { switch (_tag) { - case DBTEAMLOGSmartSyncOptOutPolicyOptedOut: - return @"DBTEAMLOGSmartSyncOptOutPolicyOptedOut"; case DBTEAMLOGSmartSyncOptOutPolicyDefault_: return @"DBTEAMLOGSmartSyncOptOutPolicyDefault_"; + case DBTEAMLOGSmartSyncOptOutPolicyOptedOut: + return @"DBTEAMLOGSmartSyncOptOutPolicyOptedOut"; case DBTEAMLOGSmartSyncOptOutPolicyOther: return @"DBTEAMLOGSmartSyncOptOutPolicyOther"; } @@ -53973,7 +54825,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSmartSyncOptOutPolicySerializer serialize:instance]; } @@ -54002,10 +54854,10 @@ - (NSUInteger)hash { NSUInteger result = 1; switch (_tag) { - case DBTEAMLOGSmartSyncOptOutPolicyOptedOut: - result = prime * result + [[self tagName] hash]; case DBTEAMLOGSmartSyncOptOutPolicyDefault_: result = prime * result + [[self tagName] hash]; + case DBTEAMLOGSmartSyncOptOutPolicyOptedOut: + result = prime * result + [[self tagName] hash]; case DBTEAMLOGSmartSyncOptOutPolicyOther: result = prime * result + [[self tagName] hash]; } @@ -54033,10 +54885,10 @@ - (BOOL)isEqualToSmartSyncOptOutPolicy:(DBTEAMLOGSmartSyncOptOutPolicy *)aSmartS return NO; } switch (_tag) { - case DBTEAMLOGSmartSyncOptOutPolicyOptedOut: - return [[self tagName] isEqual:[aSmartSyncOptOutPolicy tagName]]; case DBTEAMLOGSmartSyncOptOutPolicyDefault_: return [[self tagName] isEqual:[aSmartSyncOptOutPolicy tagName]]; + case DBTEAMLOGSmartSyncOptOutPolicyOptedOut: + return [[self tagName] isEqual:[aSmartSyncOptOutPolicy tagName]]; case DBTEAMLOGSmartSyncOptOutPolicyOther: return [[self tagName] isEqual:[aSmartSyncOptOutPolicy tagName]]; } @@ -54052,26 +54904,26 @@ @implementation DBTEAMLOGSmartSyncOptOutPolicySerializer + (NSDictionary *)serialize:(DBTEAMLOGSmartSyncOptOutPolicy *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isOptedOut]) { - jsonDict[@".tag"] = @"opted_out"; - } else if ([valueObj isDefault_]) { + if ([valueObj isDefault_]) { jsonDict[@".tag"] = @"default"; + } else if ([valueObj isOptedOut]) { + jsonDict[@".tag"] = @"opted_out"; } else if ([valueObj isOther]) { jsonDict[@".tag"] = @"other"; } else { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSmartSyncOptOutPolicy *)deserialize:(NSDictionary *)valueDict { NSString *tag = valueDict[@".tag"]; - if ([tag isEqualToString:@"opted_out"]) { - return [[DBTEAMLOGSmartSyncOptOutPolicy alloc] initWithOptedOut]; - } else if ([tag isEqualToString:@"default"]) { + if ([tag isEqualToString:@"default"]) { return [[DBTEAMLOGSmartSyncOptOutPolicy alloc] initWithDefault_]; + } else if ([tag isEqualToString:@"opted_out"]) { + return [[DBTEAMLOGSmartSyncOptOutPolicy alloc] initWithOptedOut]; } else if ([tag isEqualToString:@"other"]) { return [[DBTEAMLOGSmartSyncOptOutPolicy alloc] initWithOther]; } else { @@ -54146,7 +54998,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSmartSyncPolicySerializer serialize:instance]; } @@ -54235,7 +55087,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGSmartSyncPolicy *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSmartSyncPolicy *)deserialize:(NSDictionary *)valueDict { @@ -54347,7 +55199,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSpaceLimitsLevelSerializer serialize:instance]; } @@ -54448,7 +55300,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGSpaceLimitsLevel *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSpaceLimitsLevel *)deserialize:(NSDictionary *)valueDict { @@ -54550,7 +55402,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSpaceLimitsStatusSerializer serialize:instance]; } @@ -54645,7 +55497,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGSpaceLimitsStatus *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSpaceLimitsStatus *)deserialize:(NSDictionary *)valueDict { @@ -54669,15 +55521,16 @@ + (DBTEAMLOGSpaceLimitsStatus *)deserialize:(NSDictionary *)valueDict { #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #import "DBTEAMLOGCertificate.h" -#import "DBTEAMLOGSsoChangeCertDetails.h" +#import "DBTEAMLOGSsoAddCertDetails.h" #pragma mark - API Object -@implementation DBTEAMLOGSsoChangeCertDetails +@implementation DBTEAMLOGSsoAddCertDetails #pragma mark - Constructors - (instancetype)initWithCertificateDetails:(DBTEAMLOGCertificate *)certificateDetails { + [DBStoneValidators nonnullValidator:nil](certificateDetails); self = [super init]; if (self) { @@ -54688,7 +55541,321 @@ - (instancetype)initWithCertificateDetails:(DBTEAMLOGCertificate *)certificateDe #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGSsoAddCertDetailsSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMLOGSsoAddCertDetailsSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMLOGSsoAddCertDetailsSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.certificateDetails hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToSsoAddCertDetails:other]; +} + +- (BOOL)isEqualToSsoAddCertDetails:(DBTEAMLOGSsoAddCertDetails *)aSsoAddCertDetails { + if (self == aSsoAddCertDetails) { + return YES; + } + if (![self.certificateDetails isEqual:aSsoAddCertDetails.certificateDetails]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMLOGSsoAddCertDetailsSerializer + ++ (NSDictionary *)serialize:(DBTEAMLOGSsoAddCertDetails *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"certificate_details"] = [DBTEAMLOGCertificateSerializer serialize:valueObj.certificateDetails]; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMLOGSsoAddCertDetails *)deserialize:(NSDictionary *)valueDict { + DBTEAMLOGCertificate *certificateDetails = + [DBTEAMLOGCertificateSerializer deserialize:valueDict[@"certificate_details"]]; + + return [[DBTEAMLOGSsoAddCertDetails alloc] initWithCertificateDetails:certificateDetails]; +} + +@end + +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMLOGSsoAddLoginUrlDetails.h" + +#pragma mark - API Object + +@implementation DBTEAMLOGSsoAddLoginUrlDetails + +#pragma mark - Constructors + +- (instancetype)initWithDNewValue:(NSString *)dNewValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); + + self = [super init]; + if (self) { + _dNewValue = dNewValue; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGSsoAddLoginUrlDetailsSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMLOGSsoAddLoginUrlDetailsSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMLOGSsoAddLoginUrlDetailsSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.dNewValue hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToSsoAddLoginUrlDetails:other]; +} + +- (BOOL)isEqualToSsoAddLoginUrlDetails:(DBTEAMLOGSsoAddLoginUrlDetails *)aSsoAddLoginUrlDetails { + if (self == aSsoAddLoginUrlDetails) { + return YES; + } + if (![self.dNewValue isEqual:aSsoAddLoginUrlDetails.dNewValue]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMLOGSsoAddLoginUrlDetailsSerializer + ++ (NSDictionary *)serialize:(DBTEAMLOGSsoAddLoginUrlDetails *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"new_value"] = valueObj.dNewValue; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMLOGSsoAddLoginUrlDetails *)deserialize:(NSDictionary *)valueDict { + NSString *dNewValue = valueDict[@"new_value"]; + + return [[DBTEAMLOGSsoAddLoginUrlDetails alloc] initWithDNewValue:dNewValue]; +} + +@end + +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMLOGSsoAddLogoutUrlDetails.h" + +#pragma mark - API Object + +@implementation DBTEAMLOGSsoAddLogoutUrlDetails + +#pragma mark - Constructors + +- (instancetype)initWithDNewValue:(NSString *)dNewValue { + + self = [super init]; + if (self) { + _dNewValue = dNewValue; + } + return self; +} + +- (instancetype)initDefault { + return [self initWithDNewValue:nil]; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGSsoAddLogoutUrlDetailsSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMLOGSsoAddLogoutUrlDetailsSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMLOGSsoAddLogoutUrlDetailsSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + if (self.dNewValue != nil) { + result = prime * result + [self.dNewValue hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToSsoAddLogoutUrlDetails:other]; +} + +- (BOOL)isEqualToSsoAddLogoutUrlDetails:(DBTEAMLOGSsoAddLogoutUrlDetails *)aSsoAddLogoutUrlDetails { + if (self == aSsoAddLogoutUrlDetails) { + return YES; + } + if (self.dNewValue) { + if (![self.dNewValue isEqual:aSsoAddLogoutUrlDetails.dNewValue]) { + return NO; + } + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMLOGSsoAddLogoutUrlDetailsSerializer + ++ (NSDictionary *)serialize:(DBTEAMLOGSsoAddLogoutUrlDetails *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if (valueObj.dNewValue) { + jsonDict[@"new_value"] = valueObj.dNewValue; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMLOGSsoAddLogoutUrlDetails *)deserialize:(NSDictionary *)valueDict { + NSString *dNewValue = valueDict[@"new_value"] ?: nil; + + return [[DBTEAMLOGSsoAddLogoutUrlDetails alloc] initWithDNewValue:dNewValue]; +} + +@end + +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMLOGCertificate.h" +#import "DBTEAMLOGSsoChangeCertDetails.h" + +#pragma mark - API Object + +@implementation DBTEAMLOGSsoChangeCertDetails + +#pragma mark - Constructors + +- (instancetype)initWithDNewCertificateDetails:(DBTEAMLOGCertificate *)dNewCertificateDetails + previousCertificateDetails:(DBTEAMLOGCertificate *)previousCertificateDetails { + [DBStoneValidators nonnullValidator:nil](dNewCertificateDetails); + + self = [super init]; + if (self) { + _previousCertificateDetails = previousCertificateDetails; + _dNewCertificateDetails = dNewCertificateDetails; + } + return self; +} + +- (instancetype)initWithDNewCertificateDetails:(DBTEAMLOGCertificate *)dNewCertificateDetails { + return [self initWithDNewCertificateDetails:dNewCertificateDetails previousCertificateDetails:nil]; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSsoChangeCertDetailsSerializer serialize:instance]; } @@ -54716,7 +55883,10 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.certificateDetails hash]; + result = prime * result + [self.dNewCertificateDetails hash]; + if (self.previousCertificateDetails != nil) { + result = prime * result + [self.previousCertificateDetails hash]; + } return prime * result; } @@ -54737,9 +55907,14 @@ - (BOOL)isEqualToSsoChangeCertDetails:(DBTEAMLOGSsoChangeCertDetails *)aSsoChang if (self == aSsoChangeCertDetails) { return YES; } - if (![self.certificateDetails isEqual:aSsoChangeCertDetails.certificateDetails]) { + if (![self.dNewCertificateDetails isEqual:aSsoChangeCertDetails.dNewCertificateDetails]) { return NO; } + if (self.previousCertificateDetails) { + if (![self.previousCertificateDetails isEqual:aSsoChangeCertDetails.previousCertificateDetails]) { + return NO; + } + } return YES; } @@ -54752,16 +55927,25 @@ @implementation DBTEAMLOGSsoChangeCertDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGSsoChangeCertDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"certificate_details"] = [DBTEAMLOGCertificateSerializer serialize:valueObj.certificateDetails]; + jsonDict[@"new_certificate_details"] = [DBTEAMLOGCertificateSerializer serialize:valueObj.dNewCertificateDetails]; + if (valueObj.previousCertificateDetails) { + jsonDict[@"previous_certificate_details"] = + [DBTEAMLOGCertificateSerializer serialize:valueObj.previousCertificateDetails]; + } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGSsoChangeCertDetails *)deserialize:(NSDictionary *)valueDict { - DBTEAMLOGCertificate *certificateDetails = - [DBTEAMLOGCertificateSerializer deserialize:valueDict[@"certificate_details"]]; + DBTEAMLOGCertificate *dNewCertificateDetails = + [DBTEAMLOGCertificateSerializer deserialize:valueDict[@"new_certificate_details"]]; + DBTEAMLOGCertificate *previousCertificateDetails = + valueDict[@"previous_certificate_details"] + ? [DBTEAMLOGCertificateSerializer deserialize:valueDict[@"previous_certificate_details"]] + : nil; - return [[DBTEAMLOGSsoChangeCertDetails alloc] initWithCertificateDetails:certificateDetails]; + return [[DBTEAMLOGSsoChangeCertDetails alloc] initWithDNewCertificateDetails:dNewCertificateDetails + previousCertificateDetails:previousCertificateDetails]; } @end @@ -54777,6 +55961,8 @@ @implementation DBTEAMLOGSsoChangeLoginUrlDetails #pragma mark - Constructors - (instancetype)initWithPreviousValue:(NSString *)previousValue dNewValue:(NSString *)dNewValue { + [DBStoneValidators nonnullValidator:nil](previousValue); + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -54788,7 +55974,7 @@ - (instancetype)initWithPreviousValue:(NSString *)previousValue dNewValue:(NSStr #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGSsoChangeLoginUrlDetailsSerializer serialize:instance]; } @@ -54831,17 +56017,365 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToSsoChangeLoginUrlDetails:other]; + return [self isEqualToSsoChangeLoginUrlDetails:other]; +} + +- (BOOL)isEqualToSsoChangeLoginUrlDetails:(DBTEAMLOGSsoChangeLoginUrlDetails *)aSsoChangeLoginUrlDetails { + if (self == aSsoChangeLoginUrlDetails) { + return YES; + } + if (![self.previousValue isEqual:aSsoChangeLoginUrlDetails.previousValue]) { + return NO; + } + if (![self.dNewValue isEqual:aSsoChangeLoginUrlDetails.dNewValue]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMLOGSsoChangeLoginUrlDetailsSerializer + ++ (NSDictionary *)serialize:(DBTEAMLOGSsoChangeLoginUrlDetails *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"previous_value"] = valueObj.previousValue; + jsonDict[@"new_value"] = valueObj.dNewValue; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMLOGSsoChangeLoginUrlDetails *)deserialize:(NSDictionary *)valueDict { + NSString *previousValue = valueDict[@"previous_value"]; + NSString *dNewValue = valueDict[@"new_value"]; + + return [[DBTEAMLOGSsoChangeLoginUrlDetails alloc] initWithPreviousValue:previousValue dNewValue:dNewValue]; +} + +@end + +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMLOGSsoChangeLogoutUrlDetails.h" + +#pragma mark - API Object + +@implementation DBTEAMLOGSsoChangeLogoutUrlDetails + +#pragma mark - Constructors + +- (instancetype)initWithPreviousValue:(NSString *)previousValue dNewValue:(NSString *)dNewValue { + + self = [super init]; + if (self) { + _previousValue = previousValue; + _dNewValue = dNewValue; + } + return self; +} + +- (instancetype)initDefault { + return [self initWithPreviousValue:nil dNewValue:nil]; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGSsoChangeLogoutUrlDetailsSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMLOGSsoChangeLogoutUrlDetailsSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMLOGSsoChangeLogoutUrlDetailsSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + if (self.previousValue != nil) { + result = prime * result + [self.previousValue hash]; + } + if (self.dNewValue != nil) { + result = prime * result + [self.dNewValue hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToSsoChangeLogoutUrlDetails:other]; +} + +- (BOOL)isEqualToSsoChangeLogoutUrlDetails:(DBTEAMLOGSsoChangeLogoutUrlDetails *)aSsoChangeLogoutUrlDetails { + if (self == aSsoChangeLogoutUrlDetails) { + return YES; + } + if (self.previousValue) { + if (![self.previousValue isEqual:aSsoChangeLogoutUrlDetails.previousValue]) { + return NO; + } + } + if (self.dNewValue) { + if (![self.dNewValue isEqual:aSsoChangeLogoutUrlDetails.dNewValue]) { + return NO; + } + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMLOGSsoChangeLogoutUrlDetailsSerializer + ++ (NSDictionary *)serialize:(DBTEAMLOGSsoChangeLogoutUrlDetails *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if (valueObj.previousValue) { + jsonDict[@"previous_value"] = valueObj.previousValue; + } + if (valueObj.dNewValue) { + jsonDict[@"new_value"] = valueObj.dNewValue; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMLOGSsoChangeLogoutUrlDetails *)deserialize:(NSDictionary *)valueDict { + NSString *previousValue = valueDict[@"previous_value"] ?: nil; + NSString *dNewValue = valueDict[@"new_value"] ?: nil; + + return [[DBTEAMLOGSsoChangeLogoutUrlDetails alloc] initWithPreviousValue:previousValue dNewValue:dNewValue]; +} + +@end + +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMLOGSsoChangePolicyDetails.h" +#import "DBTEAMPOLICIESSsoPolicy.h" + +#pragma mark - API Object + +@implementation DBTEAMLOGSsoChangePolicyDetails + +#pragma mark - Constructors + +- (instancetype)initWithDNewValue:(DBTEAMPOLICIESSsoPolicy *)dNewValue + previousValue:(DBTEAMPOLICIESSsoPolicy *)previousValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); + + self = [super init]; + if (self) { + _dNewValue = dNewValue; + _previousValue = previousValue; + } + return self; +} + +- (instancetype)initWithDNewValue:(DBTEAMPOLICIESSsoPolicy *)dNewValue { + return [self initWithDNewValue:dNewValue previousValue:nil]; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGSsoChangePolicyDetailsSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMLOGSsoChangePolicyDetailsSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMLOGSsoChangePolicyDetailsSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.dNewValue hash]; + if (self.previousValue != nil) { + result = prime * result + [self.previousValue hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToSsoChangePolicyDetails:other]; +} + +- (BOOL)isEqualToSsoChangePolicyDetails:(DBTEAMLOGSsoChangePolicyDetails *)aSsoChangePolicyDetails { + if (self == aSsoChangePolicyDetails) { + return YES; + } + if (![self.dNewValue isEqual:aSsoChangePolicyDetails.dNewValue]) { + return NO; + } + if (self.previousValue) { + if (![self.previousValue isEqual:aSsoChangePolicyDetails.previousValue]) { + return NO; + } + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMLOGSsoChangePolicyDetailsSerializer + ++ (NSDictionary *)serialize:(DBTEAMLOGSsoChangePolicyDetails *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"new_value"] = [DBTEAMPOLICIESSsoPolicySerializer serialize:valueObj.dNewValue]; + if (valueObj.previousValue) { + jsonDict[@"previous_value"] = [DBTEAMPOLICIESSsoPolicySerializer serialize:valueObj.previousValue]; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMLOGSsoChangePolicyDetails *)deserialize:(NSDictionary *)valueDict { + DBTEAMPOLICIESSsoPolicy *dNewValue = [DBTEAMPOLICIESSsoPolicySerializer deserialize:valueDict[@"new_value"]]; + DBTEAMPOLICIESSsoPolicy *previousValue = + valueDict[@"previous_value"] ? [DBTEAMPOLICIESSsoPolicySerializer deserialize:valueDict[@"previous_value"]] : nil; + + return [[DBTEAMLOGSsoChangePolicyDetails alloc] initWithDNewValue:dNewValue previousValue:previousValue]; +} + +@end + +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMLOGSsoChangeSamlIdentityModeDetails.h" + +#pragma mark - API Object + +@implementation DBTEAMLOGSsoChangeSamlIdentityModeDetails + +#pragma mark - Constructors + +- (instancetype)initWithPreviousValue:(NSNumber *)previousValue dNewValue:(NSNumber *)dNewValue { + [DBStoneValidators nonnullValidator:nil](previousValue); + [DBStoneValidators nonnullValidator:nil](dNewValue); + + self = [super init]; + if (self) { + _previousValue = previousValue; + _dNewValue = dNewValue; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGSsoChangeSamlIdentityModeDetailsSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMLOGSsoChangeSamlIdentityModeDetailsSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMLOGSsoChangeSamlIdentityModeDetailsSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.previousValue hash]; + result = prime * result + [self.dNewValue hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToSsoChangeSamlIdentityModeDetails:other]; } -- (BOOL)isEqualToSsoChangeLoginUrlDetails:(DBTEAMLOGSsoChangeLoginUrlDetails *)aSsoChangeLoginUrlDetails { - if (self == aSsoChangeLoginUrlDetails) { +- (BOOL)isEqualToSsoChangeSamlIdentityModeDetails: + (DBTEAMLOGSsoChangeSamlIdentityModeDetails *)aSsoChangeSamlIdentityModeDetails { + if (self == aSsoChangeSamlIdentityModeDetails) { return YES; } - if (![self.previousValue isEqual:aSsoChangeLoginUrlDetails.previousValue]) { + if (![self.previousValue isEqual:aSsoChangeSamlIdentityModeDetails.previousValue]) { return NO; } - if (![self.dNewValue isEqual:aSsoChangeLoginUrlDetails.dNewValue]) { + if (![self.dNewValue isEqual:aSsoChangeSamlIdentityModeDetails.dNewValue]) { return NO; } return YES; @@ -54851,64 +56385,61 @@ - (BOOL)isEqualToSsoChangeLoginUrlDetails:(DBTEAMLOGSsoChangeLoginUrlDetails *)a #pragma mark - Serializer Object -@implementation DBTEAMLOGSsoChangeLoginUrlDetailsSerializer +@implementation DBTEAMLOGSsoChangeSamlIdentityModeDetailsSerializer -+ (NSDictionary *)serialize:(DBTEAMLOGSsoChangeLoginUrlDetails *)valueObj { ++ (NSDictionary *)serialize:(DBTEAMLOGSsoChangeSamlIdentityModeDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; jsonDict[@"previous_value"] = valueObj.previousValue; jsonDict[@"new_value"] = valueObj.dNewValue; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBTEAMLOGSsoChangeLoginUrlDetails *)deserialize:(NSDictionary *)valueDict { - NSString *previousValue = valueDict[@"previous_value"]; - NSString *dNewValue = valueDict[@"new_value"]; ++ (DBTEAMLOGSsoChangeSamlIdentityModeDetails *)deserialize:(NSDictionary *)valueDict { + NSNumber *previousValue = valueDict[@"previous_value"]; + NSNumber *dNewValue = valueDict[@"new_value"]; - return [[DBTEAMLOGSsoChangeLoginUrlDetails alloc] initWithPreviousValue:previousValue dNewValue:dNewValue]; + return [[DBTEAMLOGSsoChangeSamlIdentityModeDetails alloc] initWithPreviousValue:previousValue dNewValue:dNewValue]; } @end #import "DBStoneSerializers.h" #import "DBStoneValidators.h" -#import "DBTEAMLOGSsoChangeLogoutUrlDetails.h" +#import "DBTEAMLOGFailureDetailsLogInfo.h" +#import "DBTEAMLOGSsoLoginFailDetails.h" #pragma mark - API Object -@implementation DBTEAMLOGSsoChangeLogoutUrlDetails +@implementation DBTEAMLOGSsoLoginFailDetails #pragma mark - Constructors -- (instancetype)initWithPreviousValue:(NSString *)previousValue dNewValue:(NSString *)dNewValue { +- (instancetype)initWithErrorDetails:(DBTEAMLOGFailureDetailsLogInfo *)errorDetails { + [DBStoneValidators nonnullValidator:nil](errorDetails); self = [super init]; if (self) { - _previousValue = previousValue; - _dNewValue = dNewValue; + _errorDetails = errorDetails; } return self; } -- (instancetype)initWithPreviousValue:(NSString *)previousValue { - return [self initWithPreviousValue:previousValue dNewValue:nil]; -} - #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGSsoChangeLogoutUrlDetailsSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGSsoLoginFailDetailsSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGSsoChangeLogoutUrlDetailsSerializer deserialize:dict]; + return [DBTEAMLOGSsoLoginFailDetailsSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBTEAMLOGSsoChangeLogoutUrlDetailsSerializer serialize:self] description]; + return [[DBTEAMLOGSsoLoginFailDetailsSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -54925,10 +56456,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.previousValue hash]; - if (self.dNewValue) { - result = prime * result + [self.dNewValue hash]; - } + result = prime * result + [self.errorDetails hash]; return prime * result; } @@ -54942,21 +56470,16 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToSsoChangeLogoutUrlDetails:other]; + return [self isEqualToSsoLoginFailDetails:other]; } -- (BOOL)isEqualToSsoChangeLogoutUrlDetails:(DBTEAMLOGSsoChangeLogoutUrlDetails *)aSsoChangeLogoutUrlDetails { - if (self == aSsoChangeLogoutUrlDetails) { +- (BOOL)isEqualToSsoLoginFailDetails:(DBTEAMLOGSsoLoginFailDetails *)aSsoLoginFailDetails { + if (self == aSsoLoginFailDetails) { return YES; } - if (![self.previousValue isEqual:aSsoChangeLogoutUrlDetails.previousValue]) { + if (![self.errorDetails isEqual:aSsoLoginFailDetails.errorDetails]) { return NO; } - if (self.dNewValue) { - if (![self.dNewValue isEqual:aSsoChangeLogoutUrlDetails.dNewValue]) { - return NO; - } - } return YES; } @@ -54964,67 +56487,57 @@ - (BOOL)isEqualToSsoChangeLogoutUrlDetails:(DBTEAMLOGSsoChangeLogoutUrlDetails * #pragma mark - Serializer Object -@implementation DBTEAMLOGSsoChangeLogoutUrlDetailsSerializer +@implementation DBTEAMLOGSsoLoginFailDetailsSerializer -+ (NSDictionary *)serialize:(DBTEAMLOGSsoChangeLogoutUrlDetails *)valueObj { ++ (NSDictionary *)serialize:(DBTEAMLOGSsoLoginFailDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"previous_value"] = valueObj.previousValue; - if (valueObj.dNewValue) { - jsonDict[@"new_value"] = valueObj.dNewValue; - } + jsonDict[@"error_details"] = [DBTEAMLOGFailureDetailsLogInfoSerializer serialize:valueObj.errorDetails]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBTEAMLOGSsoChangeLogoutUrlDetails *)deserialize:(NSDictionary *)valueDict { - NSString *previousValue = valueDict[@"previous_value"]; - NSString *dNewValue = valueDict[@"new_value"] ?: nil; ++ (DBTEAMLOGSsoLoginFailDetails *)deserialize:(NSDictionary *)valueDict { + DBTEAMLOGFailureDetailsLogInfo *errorDetails = + [DBTEAMLOGFailureDetailsLogInfoSerializer deserialize:valueDict[@"error_details"]]; - return [[DBTEAMLOGSsoChangeLogoutUrlDetails alloc] initWithPreviousValue:previousValue dNewValue:dNewValue]; + return [[DBTEAMLOGSsoLoginFailDetails alloc] initWithErrorDetails:errorDetails]; } @end #import "DBStoneSerializers.h" #import "DBStoneValidators.h" -#import "DBTEAMLOGSsoChangePolicyDetails.h" -#import "DBTEAMLOGSsoPolicy.h" +#import "DBTEAMLOGSsoRemoveCertDetails.h" #pragma mark - API Object -@implementation DBTEAMLOGSsoChangePolicyDetails +@implementation DBTEAMLOGSsoRemoveCertDetails #pragma mark - Constructors -- (instancetype)initWithDNewValue:(DBTEAMLOGSsoPolicy *)dNewValue previousValue:(DBTEAMLOGSsoPolicy *)previousValue { +- (instancetype)initDefault { self = [super init]; if (self) { - _dNewValue = dNewValue; - _previousValue = previousValue; } return self; } -- (instancetype)initWithDNewValue:(DBTEAMLOGSsoPolicy *)dNewValue { - return [self initWithDNewValue:dNewValue previousValue:nil]; -} - #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGSsoChangePolicyDetailsSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGSsoRemoveCertDetailsSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGSsoChangePolicyDetailsSerializer deserialize:dict]; + return [DBTEAMLOGSsoRemoveCertDetailsSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBTEAMLOGSsoChangePolicyDetailsSerializer serialize:self] description]; + return [[DBTEAMLOGSsoRemoveCertDetailsSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -55041,11 +56554,6 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { - result = prime * result + [self.previousValue hash]; - } - return prime * result; } @@ -55058,21 +56566,13 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToSsoChangePolicyDetails:other]; + return [self isEqualToSsoRemoveCertDetails:other]; } -- (BOOL)isEqualToSsoChangePolicyDetails:(DBTEAMLOGSsoChangePolicyDetails *)aSsoChangePolicyDetails { - if (self == aSsoChangePolicyDetails) { +- (BOOL)isEqualToSsoRemoveCertDetails:(DBTEAMLOGSsoRemoveCertDetails *)aSsoRemoveCertDetails { + if (self == aSsoRemoveCertDetails) { return YES; } - if (![self.dNewValue isEqual:aSsoChangePolicyDetails.dNewValue]) { - return NO; - } - if (self.previousValue) { - if (![self.previousValue isEqual:aSsoChangePolicyDetails.previousValue]) { - return NO; - } - } return YES; } @@ -55080,63 +56580,57 @@ - (BOOL)isEqualToSsoChangePolicyDetails:(DBTEAMLOGSsoChangePolicyDetails *)aSsoC #pragma mark - Serializer Object -@implementation DBTEAMLOGSsoChangePolicyDetailsSerializer +@implementation DBTEAMLOGSsoRemoveCertDetailsSerializer -+ (NSDictionary *)serialize:(DBTEAMLOGSsoChangePolicyDetails *)valueObj { ++ (NSDictionary *)serialize:(DBTEAMLOGSsoRemoveCertDetails *)valueObj { +#pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"new_value"] = [DBTEAMLOGSsoPolicySerializer serialize:valueObj.dNewValue]; - if (valueObj.previousValue) { - jsonDict[@"previous_value"] = [DBTEAMLOGSsoPolicySerializer serialize:valueObj.previousValue]; - } - - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBTEAMLOGSsoChangePolicyDetails *)deserialize:(NSDictionary *)valueDict { - DBTEAMLOGSsoPolicy *dNewValue = [DBTEAMLOGSsoPolicySerializer deserialize:valueDict[@"new_value"]]; - DBTEAMLOGSsoPolicy *previousValue = - valueDict[@"previous_value"] ? [DBTEAMLOGSsoPolicySerializer deserialize:valueDict[@"previous_value"]] : nil; ++ (DBTEAMLOGSsoRemoveCertDetails *)deserialize:(NSDictionary *)valueDict { +#pragma unused(valueDict) - return [[DBTEAMLOGSsoChangePolicyDetails alloc] initWithDNewValue:dNewValue previousValue:previousValue]; + return [[DBTEAMLOGSsoRemoveCertDetails alloc] initDefault]; } @end #import "DBStoneSerializers.h" #import "DBStoneValidators.h" -#import "DBTEAMLOGSsoChangeSamlIdentityModeDetails.h" +#import "DBTEAMLOGSsoRemoveLoginUrlDetails.h" #pragma mark - API Object -@implementation DBTEAMLOGSsoChangeSamlIdentityModeDetails +@implementation DBTEAMLOGSsoRemoveLoginUrlDetails #pragma mark - Constructors -- (instancetype)initWithPreviousValue:(NSNumber *)previousValue dNewValue:(NSNumber *)dNewValue { +- (instancetype)initWithPreviousValue:(NSString *)previousValue { + [DBStoneValidators nonnullValidator:nil](previousValue); self = [super init]; if (self) { _previousValue = previousValue; - _dNewValue = dNewValue; } return self; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGSsoChangeSamlIdentityModeDetailsSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGSsoRemoveLoginUrlDetailsSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGSsoChangeSamlIdentityModeDetailsSerializer deserialize:dict]; + return [DBTEAMLOGSsoRemoveLoginUrlDetailsSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBTEAMLOGSsoChangeSamlIdentityModeDetailsSerializer serialize:self] description]; + return [[DBTEAMLOGSsoRemoveLoginUrlDetailsSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -55154,7 +56648,6 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.previousValue hash]; - result = prime * result + [self.dNewValue hash]; return prime * result; } @@ -55168,18 +56661,14 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToSsoChangeSamlIdentityModeDetails:other]; + return [self isEqualToSsoRemoveLoginUrlDetails:other]; } -- (BOOL)isEqualToSsoChangeSamlIdentityModeDetails: - (DBTEAMLOGSsoChangeSamlIdentityModeDetails *)aSsoChangeSamlIdentityModeDetails { - if (self == aSsoChangeSamlIdentityModeDetails) { +- (BOOL)isEqualToSsoRemoveLoginUrlDetails:(DBTEAMLOGSsoRemoveLoginUrlDetails *)aSsoRemoveLoginUrlDetails { + if (self == aSsoRemoveLoginUrlDetails) { return YES; } - if (![self.previousValue isEqual:aSsoChangeSamlIdentityModeDetails.previousValue]) { - return NO; - } - if (![self.dNewValue isEqual:aSsoChangeSamlIdentityModeDetails.dNewValue]) { + if (![self.previousValue isEqual:aSsoRemoveLoginUrlDetails.previousValue]) { return NO; } return YES; @@ -55189,217 +56678,58 @@ - (BOOL)isEqualToSsoChangeSamlIdentityModeDetails: #pragma mark - Serializer Object -@implementation DBTEAMLOGSsoChangeSamlIdentityModeDetailsSerializer +@implementation DBTEAMLOGSsoRemoveLoginUrlDetailsSerializer -+ (NSDictionary *)serialize:(DBTEAMLOGSsoChangeSamlIdentityModeDetails *)valueObj { ++ (NSDictionary *)serialize:(DBTEAMLOGSsoRemoveLoginUrlDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; jsonDict[@"previous_value"] = valueObj.previousValue; - jsonDict[@"new_value"] = valueObj.dNewValue; - - return jsonDict; -} - -+ (DBTEAMLOGSsoChangeSamlIdentityModeDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *previousValue = valueDict[@"previous_value"]; - NSNumber *dNewValue = valueDict[@"new_value"]; - return [[DBTEAMLOGSsoChangeSamlIdentityModeDetails alloc] initWithPreviousValue:previousValue dNewValue:dNewValue]; + return [jsonDict count] > 0 ? jsonDict : nil; } -@end - -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" -#import "DBTEAMLOGFailureDetailsLogInfo.h" -#import "DBTEAMLOGSsoLoginFailDetails.h" - -#pragma mark - API Object - -@implementation DBTEAMLOGSsoLoginFailDetails - -#pragma mark - Constructors - -- (instancetype)initWithErrorDetails:(DBTEAMLOGFailureDetailsLogInfo *)errorDetails { - - self = [super init]; - if (self) { - _errorDetails = errorDetails; - } - return self; -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGSsoLoginFailDetailsSerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGSsoLoginFailDetailsSerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBTEAMLOGSsoLoginFailDetailsSerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - result = prime * result + [self.errorDetails hash]; - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToSsoLoginFailDetails:other]; -} - -- (BOOL)isEqualToSsoLoginFailDetails:(DBTEAMLOGSsoLoginFailDetails *)aSsoLoginFailDetails { - if (self == aSsoLoginFailDetails) { - return YES; - } - if (![self.errorDetails isEqual:aSsoLoginFailDetails.errorDetails]) { - return NO; - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBTEAMLOGSsoLoginFailDetailsSerializer - -+ (NSDictionary *)serialize:(DBTEAMLOGSsoLoginFailDetails *)valueObj { - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - jsonDict[@"error_details"] = [DBTEAMLOGFailureDetailsLogInfoSerializer serialize:valueObj.errorDetails]; - - return jsonDict; -} - -+ (DBTEAMLOGSsoLoginFailDetails *)deserialize:(NSDictionary *)valueDict { - DBTEAMLOGFailureDetailsLogInfo *errorDetails = - [DBTEAMLOGFailureDetailsLogInfoSerializer deserialize:valueDict[@"error_details"]]; ++ (DBTEAMLOGSsoRemoveLoginUrlDetails *)deserialize:(NSDictionary *)valueDict { + NSString *previousValue = valueDict[@"previous_value"]; - return [[DBTEAMLOGSsoLoginFailDetails alloc] initWithErrorDetails:errorDetails]; + return [[DBTEAMLOGSsoRemoveLoginUrlDetails alloc] initWithPreviousValue:previousValue]; } @end #import "DBStoneSerializers.h" #import "DBStoneValidators.h" -#import "DBTEAMLOGSsoPolicy.h" +#import "DBTEAMLOGSsoRemoveLogoutUrlDetails.h" #pragma mark - API Object -@implementation DBTEAMLOGSsoPolicy +@implementation DBTEAMLOGSsoRemoveLogoutUrlDetails #pragma mark - Constructors -- (instancetype)initWithDisabled { - self = [super init]; - if (self) { - _tag = DBTEAMLOGSsoPolicyDisabled; - } - return self; -} - -- (instancetype)initWithOptional { - self = [super init]; - if (self) { - _tag = DBTEAMLOGSsoPolicyOptional; - } - return self; -} - -- (instancetype)initWithRequired { - self = [super init]; - if (self) { - _tag = DBTEAMLOGSsoPolicyRequired; - } - return self; -} +- (instancetype)initWithPreviousValue:(NSString *)previousValue { + [DBStoneValidators nonnullValidator:nil](previousValue); -- (instancetype)initWithOther { self = [super init]; if (self) { - _tag = DBTEAMLOGSsoPolicyOther; + _previousValue = previousValue; } return self; } -#pragma mark - Instance field accessors - -#pragma mark - Tag state methods - -- (BOOL)isDisabled { - return _tag == DBTEAMLOGSsoPolicyDisabled; -} - -- (BOOL)isOptional { - return _tag == DBTEAMLOGSsoPolicyOptional; -} - -- (BOOL)isRequired { - return _tag == DBTEAMLOGSsoPolicyRequired; -} - -- (BOOL)isOther { - return _tag == DBTEAMLOGSsoPolicyOther; -} - -- (NSString *)tagName { - switch (_tag) { - case DBTEAMLOGSsoPolicyDisabled: - return @"DBTEAMLOGSsoPolicyDisabled"; - case DBTEAMLOGSsoPolicyOptional: - return @"DBTEAMLOGSsoPolicyOptional"; - case DBTEAMLOGSsoPolicyRequired: - return @"DBTEAMLOGSsoPolicyRequired"; - case DBTEAMLOGSsoPolicyOther: - return @"DBTEAMLOGSsoPolicyOther"; - } - - @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); -} - #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGSsoPolicySerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGSsoRemoveLogoutUrlDetailsSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGSsoPolicySerializer deserialize:dict]; + return [DBTEAMLOGSsoRemoveLogoutUrlDetailsSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBTEAMLOGSsoPolicySerializer serialize:self] description]; + return [[DBTEAMLOGSsoRemoveLogoutUrlDetailsSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -55416,16 +56746,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - switch (_tag) { - case DBTEAMLOGSsoPolicyDisabled: - result = prime * result + [[self tagName] hash]; - case DBTEAMLOGSsoPolicyOptional: - result = prime * result + [[self tagName] hash]; - case DBTEAMLOGSsoPolicyRequired: - result = prime * result + [[self tagName] hash]; - case DBTEAMLOGSsoPolicyOther: - result = prime * result + [[self tagName] hash]; - } + result = prime * result + [self.previousValue hash]; return prime * result; } @@ -55439,26 +56760,16 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToSsoPolicy:other]; + return [self isEqualToSsoRemoveLogoutUrlDetails:other]; } -- (BOOL)isEqualToSsoPolicy:(DBTEAMLOGSsoPolicy *)aSsoPolicy { - if (self == aSsoPolicy) { +- (BOOL)isEqualToSsoRemoveLogoutUrlDetails:(DBTEAMLOGSsoRemoveLogoutUrlDetails *)aSsoRemoveLogoutUrlDetails { + if (self == aSsoRemoveLogoutUrlDetails) { return YES; } - if (self.tag != aSsoPolicy.tag) { + if (![self.previousValue isEqual:aSsoRemoveLogoutUrlDetails.previousValue]) { return NO; } - switch (_tag) { - case DBTEAMLOGSsoPolicyDisabled: - return [[self tagName] isEqual:[aSsoPolicy tagName]]; - case DBTEAMLOGSsoPolicyOptional: - return [[self tagName] isEqual:[aSsoPolicy tagName]]; - case DBTEAMLOGSsoPolicyRequired: - return [[self tagName] isEqual:[aSsoPolicy tagName]]; - case DBTEAMLOGSsoPolicyOther: - return [[self tagName] isEqual:[aSsoPolicy tagName]]; - } return YES; } @@ -55466,40 +56777,20 @@ - (BOOL)isEqualToSsoPolicy:(DBTEAMLOGSsoPolicy *)aSsoPolicy { #pragma mark - Serializer Object -@implementation DBTEAMLOGSsoPolicySerializer +@implementation DBTEAMLOGSsoRemoveLogoutUrlDetailsSerializer -+ (NSDictionary *)serialize:(DBTEAMLOGSsoPolicy *)valueObj { ++ (NSDictionary *)serialize:(DBTEAMLOGSsoRemoveLogoutUrlDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isDisabled]) { - jsonDict[@".tag"] = @"disabled"; - } else if ([valueObj isOptional]) { - jsonDict[@".tag"] = @"optional"; - } else if ([valueObj isRequired]) { - jsonDict[@".tag"] = @"required"; - } else if ([valueObj isOther]) { - jsonDict[@".tag"] = @"other"; - } else { - jsonDict[@".tag"] = @"other"; - } + jsonDict[@"previous_value"] = valueObj.previousValue; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBTEAMLOGSsoPolicy *)deserialize:(NSDictionary *)valueDict { - NSString *tag = valueDict[@".tag"]; ++ (DBTEAMLOGSsoRemoveLogoutUrlDetails *)deserialize:(NSDictionary *)valueDict { + NSString *previousValue = valueDict[@"previous_value"]; - if ([tag isEqualToString:@"disabled"]) { - return [[DBTEAMLOGSsoPolicy alloc] initWithDisabled]; - } else if ([tag isEqualToString:@"optional"]) { - return [[DBTEAMLOGSsoPolicy alloc] initWithOptional]; - } else if ([tag isEqualToString:@"required"]) { - return [[DBTEAMLOGSsoPolicy alloc] initWithRequired]; - } else if ([tag isEqualToString:@"other"]) { - return [[DBTEAMLOGSsoPolicy alloc] initWithOther]; - } else { - return [[DBTEAMLOGSsoPolicy alloc] initWithOther]; - } + return [[DBTEAMLOGSsoRemoveLogoutUrlDetails alloc] initWithPreviousValue:previousValue]; } @end @@ -55515,6 +56806,8 @@ @implementation DBTEAMLOGTeamActivityCreateReportDetails #pragma mark - Constructors - (instancetype)initWithStartDate:(NSDate *)startDate endDate:(NSDate *)endDate { + [DBStoneValidators nonnullValidator:nil](startDate); + [DBStoneValidators nonnullValidator:nil](endDate); self = [super init]; if (self) { @@ -55526,7 +56819,7 @@ - (instancetype)initWithStartDate:(NSDate *)startDate endDate:(NSDate *)endDate #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTeamActivityCreateReportDetailsSerializer serialize:instance]; } @@ -55595,15 +56888,15 @@ @implementation DBTEAMLOGTeamActivityCreateReportDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGTeamActivityCreateReportDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"start_date"] = [DBNSDateSerializer serialize:valueObj.startDate dateFormat:@"%Y-%m-%d"]; - jsonDict[@"end_date"] = [DBNSDateSerializer serialize:valueObj.endDate dateFormat:@"%Y-%m-%d"]; + jsonDict[@"start_date"] = [DBNSDateSerializer serialize:valueObj.startDate dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; + jsonDict[@"end_date"] = [DBNSDateSerializer serialize:valueObj.endDate dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTeamActivityCreateReportDetails *)deserialize:(NSDictionary *)valueDict { - NSDate *startDate = [DBNSDateSerializer deserialize:valueDict[@"start_date"] dateFormat:@"%Y-%m-%d"]; - NSDate *endDate = [DBNSDateSerializer deserialize:valueDict[@"end_date"] dateFormat:@"%Y-%m-%d"]; + NSDate *startDate = [DBNSDateSerializer deserialize:valueDict[@"start_date"] dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; + NSDate *endDate = [DBNSDateSerializer deserialize:valueDict[@"end_date"] dateFormat:@"%Y-%m-%dT%H:%M:%SZ"]; return [[DBTEAMLOGTeamActivityCreateReportDetails alloc] initWithStartDate:startDate endDate:endDate]; } @@ -55638,9 +56931,21 @@ - (instancetype)initWithTimestamp:(NSDate *)timestamp origin:(DBTEAMLOGOriginLogInfo *)origin participants:(NSArray *)participants assets:(NSArray *)assets { + [DBStoneValidators nonnullValidator:nil](timestamp); + [DBStoneValidators nonnullValidator:nil](eventCategory); + [DBStoneValidators nonnullValidator:nil](actor); + [DBStoneValidators nonnullValidator:nil](involveNonTeamMember); + [DBStoneValidators nonnullValidator:nil](context); + [DBStoneValidators nonnullValidator:nil](eventType); + [DBStoneValidators nonnullValidator:nil](details); + [DBStoneValidators + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](participants); [DBStoneValidators - nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](participants); - [DBStoneValidators nullableValidator:[DBStoneValidators arrayValidator:nil maxItems:nil itemValidator:nil]](assets); + nullableValidator:[DBStoneValidators arrayValidator:nil + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:nil]]](assets); self = [super init]; if (self) { @@ -55648,10 +56953,10 @@ - (instancetype)initWithTimestamp:(NSDate *)timestamp _eventCategory = eventCategory; _actor = actor; _origin = origin; - _participants = participants; - _assets = assets; _involveNonTeamMember = involveNonTeamMember; _context = context; + _participants = participants; + _assets = assets; _eventType = eventType; _details = details; } @@ -55679,7 +56984,7 @@ - (instancetype)initWithTimestamp:(NSDate *)timestamp #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTeamEventSerializer serialize:instance]; } @@ -55714,13 +57019,13 @@ - (NSUInteger)hash { result = prime * result + [self.context hash]; result = prime * result + [self.eventType hash]; result = prime * result + [self.details hash]; - if (self.origin) { + if (self.origin != nil) { result = prime * result + [self.origin hash]; } - if (self.participants) { + if (self.participants != nil) { result = prime * result + [self.participants hash]; } - if (self.assets) { + if (self.assets != nil) { result = prime * result + [self.assets hash]; } @@ -55814,7 +57119,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGTeamEvent *)valueObj { }]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTeamEvent *)deserialize:(NSDictionary *)valueDict { @@ -55868,6 +57173,7 @@ @implementation DBTEAMLOGTeamFolderChangeStatusDetails - (instancetype)initWithDNewValue:(DBTEAMLOGTeamFolderStatus *)dNewValue previousValue:(DBTEAMLOGTeamFolderStatus *)previousValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -55883,7 +57189,7 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGTeamFolderStatus *)dNewValue { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTeamFolderChangeStatusDetailsSerializer serialize:instance]; } @@ -55912,7 +57218,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -55961,7 +57267,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGTeamFolderChangeStatusDetails *)valueObj { jsonDict[@"previous_value"] = [DBTEAMLOGTeamFolderStatusSerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTeamFolderChangeStatusDetails *)deserialize:(NSDictionary *)valueDict { @@ -55995,7 +57301,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTeamFolderCreateDetailsSerializer serialize:instance]; } @@ -56055,7 +57361,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGTeamFolderCreateDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTeamFolderCreateDetails *)deserialize:(NSDictionary *)valueDict { @@ -56076,18 +57382,19 @@ @implementation DBTEAMLOGTeamFolderDowngradeDetails #pragma mark - Constructors -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex { +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex { + [DBStoneValidators nonnullValidator:nil](targetAssetIndex); self = [super init]; if (self) { - _targetIndex = targetIndex; + _targetAssetIndex = targetAssetIndex; } return self; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTeamFolderDowngradeDetailsSerializer serialize:instance]; } @@ -56115,7 +57422,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.targetIndex hash]; + result = prime * result + [self.targetAssetIndex hash]; return prime * result; } @@ -56136,7 +57443,7 @@ - (BOOL)isEqualToTeamFolderDowngradeDetails:(DBTEAMLOGTeamFolderDowngradeDetails if (self == aTeamFolderDowngradeDetails) { return YES; } - if (![self.targetIndex isEqual:aTeamFolderDowngradeDetails.targetIndex]) { + if (![self.targetAssetIndex isEqual:aTeamFolderDowngradeDetails.targetAssetIndex]) { return NO; } return YES; @@ -56151,15 +57458,15 @@ @implementation DBTEAMLOGTeamFolderDowngradeDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGTeamFolderDowngradeDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"target_index"] = valueObj.targetIndex; + jsonDict[@"target_asset_index"] = valueObj.targetAssetIndex; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTeamFolderDowngradeDetails *)deserialize:(NSDictionary *)valueDict { - NSNumber *targetIndex = valueDict[@"target_index"]; + NSNumber *targetAssetIndex = valueDict[@"target_asset_index"]; - return [[DBTEAMLOGTeamFolderDowngradeDetails alloc] initWithTargetIndex:targetIndex]; + return [[DBTEAMLOGTeamFolderDowngradeDetails alloc] initWithTargetAssetIndex:targetAssetIndex]; } @end @@ -56184,7 +57491,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTeamFolderPermanentlyDeleteDetailsSerializer serialize:instance]; } @@ -56245,7 +57552,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGTeamFolderPermanentlyDeleteDetails *)value #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTeamFolderPermanentlyDeleteDetails *)deserialize:(NSDictionary *)valueDict { @@ -56268,6 +57575,7 @@ @implementation DBTEAMLOGTeamFolderRenameDetails #pragma mark - Constructors - (instancetype)initWithRelocateActionDetails:(DBTEAMLOGRelocateAssetReferencesLogInfo *)relocateActionDetails { + [DBStoneValidators nonnullValidator:nil](relocateActionDetails); self = [super init]; if (self) { @@ -56278,7 +57586,7 @@ - (instancetype)initWithRelocateActionDetails:(DBTEAMLOGRelocateAssetReferencesL #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTeamFolderRenameDetailsSerializer serialize:instance]; } @@ -56345,7 +57653,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGTeamFolderRenameDetails *)valueObj { jsonDict[@"relocate_action_details"] = [DBTEAMLOGRelocateAssetReferencesLogInfoSerializer serialize:valueObj.relocateActionDetails]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTeamFolderRenameDetails *)deserialize:(NSDictionary *)valueDict { @@ -56422,7 +57730,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTeamFolderStatusSerializer serialize:instance]; } @@ -56511,7 +57819,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGTeamFolderStatus *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTeamFolderStatus *)deserialize:(NSDictionary *)valueDict { @@ -56555,7 +57863,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTeamLinkedAppLogInfoSerializer serialize:instance]; } @@ -56583,10 +57891,10 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.appId) { + if (self.appId != nil) { result = prime * result + [self.appId hash]; } - if (self.displayName) { + if (self.displayName != nil) { result = prime * result + [self.displayName hash]; } @@ -56638,7 +57946,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGTeamLinkedAppLogInfo *)valueObj { jsonDict[@"display_name"] = valueObj.displayName; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTeamLinkedAppLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -56668,8 +57976,7 @@ - (instancetype)initWithAccountId:(NSString *)accountId memberExternalId:(NSString *)memberExternalId { [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:@(40) maxLength:@(40) pattern:nil]](accountId); - [DBStoneValidators - nullableValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:@"[^/:?<>\"|]*"]](displayName); + [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:@(1) maxLength:nil pattern:nil]](displayName); [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:nil @@ -56692,7 +57999,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTeamMemberLogInfoSerializer serialize:instance]; } @@ -56720,19 +58027,19 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.accountId) { + if (self.accountId != nil) { result = prime * result + [self.accountId hash]; } - if (self.displayName) { + if (self.displayName != nil) { result = prime * result + [self.displayName hash]; } - if (self.email) { + if (self.email != nil) { result = prime * result + [self.email hash]; } - if (self.teamMemberId) { + if (self.teamMemberId != nil) { result = prime * result + [self.teamMemberId hash]; } - if (self.memberExternalId) { + if (self.memberExternalId != nil) { result = prime * result + [self.memberExternalId hash]; } @@ -56808,7 +58115,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGTeamMemberLogInfo *)valueObj { jsonDict[@"member_external_id"] = valueObj.memberExternalId; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTeamMemberLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -56892,7 +58199,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTeamMembershipTypeSerializer serialize:instance]; } @@ -56981,7 +58288,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGTeamMembershipType *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTeamMembershipType *)deserialize:(NSDictionary *)valueDict { @@ -57011,6 +58318,7 @@ @implementation DBTEAMLOGTeamMergeFromDetails #pragma mark - Constructors - (instancetype)initWithTeamName:(NSString *)teamName { + [DBStoneValidators nonnullValidator:nil](teamName); self = [super init]; if (self) { @@ -57021,7 +58329,7 @@ - (instancetype)initWithTeamName:(NSString *)teamName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTeamMergeFromDetailsSerializer serialize:instance]; } @@ -57087,7 +58395,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGTeamMergeFromDetails *)valueObj { jsonDict[@"team_name"] = valueObj.teamName; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTeamMergeFromDetails *)deserialize:(NSDictionary *)valueDict { @@ -57109,6 +58417,7 @@ @implementation DBTEAMLOGTeamMergeToDetails #pragma mark - Constructors - (instancetype)initWithTeamName:(NSString *)teamName { + [DBStoneValidators nonnullValidator:nil](teamName); self = [super init]; if (self) { @@ -57119,7 +58428,7 @@ - (instancetype)initWithTeamName:(NSString *)teamName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTeamMergeToDetailsSerializer serialize:instance]; } @@ -57185,7 +58494,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGTeamMergeToDetails *)valueObj { jsonDict[@"team_name"] = valueObj.teamName; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTeamMergeToDetails *)deserialize:(NSDictionary *)valueDict { @@ -57207,6 +58516,8 @@ @implementation DBTEAMLOGTeamName #pragma mark - Constructors - (instancetype)initWithTeamDisplayName:(NSString *)teamDisplayName teamLegalName:(NSString *)teamLegalName { + [DBStoneValidators nonnullValidator:nil](teamDisplayName); + [DBStoneValidators nonnullValidator:nil](teamLegalName); self = [super init]; if (self) { @@ -57218,7 +58529,7 @@ - (instancetype)initWithTeamDisplayName:(NSString *)teamDisplayName teamLegalNam #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTeamNameSerializer serialize:instance]; } @@ -57289,7 +58600,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGTeamName *)valueObj { jsonDict[@"team_display_name"] = valueObj.teamDisplayName; jsonDict[@"team_legal_name"] = valueObj.teamLegalName; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTeamName *)deserialize:(NSDictionary *)valueDict { @@ -57321,7 +58632,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTeamProfileAddLogoDetailsSerializer serialize:instance]; } @@ -57381,7 +58692,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGTeamProfileAddLogoDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTeamProfileAddLogoDetails *)deserialize:(NSDictionary *)valueDict { @@ -57392,6 +58703,116 @@ + (DBTEAMLOGTeamProfileAddLogoDetails *)deserialize:(NSDictionary *)valueDict { @end +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMLOGTeamProfileChangeDefaultLanguageDetails.h" + +#pragma mark - API Object + +@implementation DBTEAMLOGTeamProfileChangeDefaultLanguageDetails + +#pragma mark - Constructors + +- (instancetype)initWithDNewValue:(NSString *)dNewValue previousValue:(NSString *)previousValue { + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:@(2) maxLength:nil pattern:nil]](dNewValue); + [DBStoneValidators + nonnullValidator:[DBStoneValidators stringValidator:@(2) maxLength:nil pattern:nil]](previousValue); + + self = [super init]; + if (self) { + _dNewValue = dNewValue; + _previousValue = previousValue; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMLOGTeamProfileChangeDefaultLanguageDetailsSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMLOGTeamProfileChangeDefaultLanguageDetailsSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMLOGTeamProfileChangeDefaultLanguageDetailsSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.dNewValue hash]; + result = prime * result + [self.previousValue hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToTeamProfileChangeDefaultLanguageDetails:other]; +} + +- (BOOL)isEqualToTeamProfileChangeDefaultLanguageDetails: + (DBTEAMLOGTeamProfileChangeDefaultLanguageDetails *)aTeamProfileChangeDefaultLanguageDetails { + if (self == aTeamProfileChangeDefaultLanguageDetails) { + return YES; + } + if (![self.dNewValue isEqual:aTeamProfileChangeDefaultLanguageDetails.dNewValue]) { + return NO; + } + if (![self.previousValue isEqual:aTeamProfileChangeDefaultLanguageDetails.previousValue]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMLOGTeamProfileChangeDefaultLanguageDetailsSerializer + ++ (NSDictionary *)serialize:(DBTEAMLOGTeamProfileChangeDefaultLanguageDetails *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"new_value"] = valueObj.dNewValue; + jsonDict[@"previous_value"] = valueObj.previousValue; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMLOGTeamProfileChangeDefaultLanguageDetails *)deserialize:(NSDictionary *)valueDict { + NSString *dNewValue = valueDict[@"new_value"]; + NSString *previousValue = valueDict[@"previous_value"]; + + return [[DBTEAMLOGTeamProfileChangeDefaultLanguageDetails alloc] initWithDNewValue:dNewValue + previousValue:previousValue]; +} + +@end + #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #import "DBTEAMLOGTeamProfileChangeLogoDetails.h" @@ -57412,7 +58833,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTeamProfileChangeLogoDetailsSerializer serialize:instance]; } @@ -57472,7 +58893,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGTeamProfileChangeLogoDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTeamProfileChangeLogoDetails *)deserialize:(NSDictionary *)valueDict { @@ -57495,6 +58916,7 @@ @implementation DBTEAMLOGTeamProfileChangeNameDetails #pragma mark - Constructors - (instancetype)initWithDNewValue:(DBTEAMLOGTeamName *)dNewValue previousValue:(DBTEAMLOGTeamName *)previousValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -57510,7 +58932,7 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGTeamName *)dNewValue { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTeamProfileChangeNameDetailsSerializer serialize:instance]; } @@ -57539,7 +58961,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -57587,7 +59009,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGTeamProfileChangeNameDetails *)valueObj { jsonDict[@"previous_value"] = [DBTEAMLOGTeamNameSerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTeamProfileChangeNameDetails *)deserialize:(NSDictionary *)valueDict { @@ -57620,7 +59042,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTeamProfileRemoveLogoDetailsSerializer serialize:instance]; } @@ -57680,7 +59102,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGTeamProfileRemoveLogoDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTeamProfileRemoveLogoDetails *)deserialize:(NSDictionary *)valueDict { @@ -57711,7 +59133,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTfaAddBackupPhoneDetailsSerializer serialize:instance]; } @@ -57771,7 +59193,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGTfaAddBackupPhoneDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTfaAddBackupPhoneDetails *)deserialize:(NSDictionary *)valueDict { @@ -57802,7 +59224,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTfaAddSecurityKeyDetailsSerializer serialize:instance]; } @@ -57862,7 +59284,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGTfaAddSecurityKeyDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTfaAddSecurityKeyDetails *)deserialize:(NSDictionary *)valueDict { @@ -57893,7 +59315,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTfaChangeBackupPhoneDetailsSerializer serialize:instance]; } @@ -57953,7 +59375,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGTfaChangeBackupPhoneDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTfaChangeBackupPhoneDetails *)deserialize:(NSDictionary *)valueDict { @@ -57967,7 +59389,7 @@ + (DBTEAMLOGTfaChangeBackupPhoneDetails *)deserialize:(NSDictionary *)valueDict #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #import "DBTEAMLOGTfaChangePolicyDetails.h" -#import "DBTEAMLOGTfaPolicy.h" +#import "DBTEAMPOLICIESTwoStepVerificationPolicy.h" #pragma mark - API Object @@ -57975,7 +59397,9 @@ @implementation DBTEAMLOGTfaChangePolicyDetails #pragma mark - Constructors -- (instancetype)initWithDNewValue:(DBTEAMLOGTfaPolicy *)dNewValue previousValue:(DBTEAMLOGTfaPolicy *)previousValue { +- (instancetype)initWithDNewValue:(DBTEAMPOLICIESTwoStepVerificationPolicy *)dNewValue + previousValue:(DBTEAMPOLICIESTwoStepVerificationPolicy *)previousValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -57985,13 +59409,13 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGTfaPolicy *)dNewValue previousValue: return self; } -- (instancetype)initWithDNewValue:(DBTEAMLOGTfaPolicy *)dNewValue { +- (instancetype)initWithDNewValue:(DBTEAMPOLICIESTwoStepVerificationPolicy *)dNewValue { return [self initWithDNewValue:dNewValue previousValue:nil]; } #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTfaChangePolicyDetailsSerializer serialize:instance]; } @@ -58020,7 +59444,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -58063,18 +59487,21 @@ @implementation DBTEAMLOGTfaChangePolicyDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGTfaChangePolicyDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"new_value"] = [DBTEAMLOGTfaPolicySerializer serialize:valueObj.dNewValue]; + jsonDict[@"new_value"] = [DBTEAMPOLICIESTwoStepVerificationPolicySerializer serialize:valueObj.dNewValue]; if (valueObj.previousValue) { - jsonDict[@"previous_value"] = [DBTEAMLOGTfaPolicySerializer serialize:valueObj.previousValue]; + jsonDict[@"previous_value"] = [DBTEAMPOLICIESTwoStepVerificationPolicySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTfaChangePolicyDetails *)deserialize:(NSDictionary *)valueDict { - DBTEAMLOGTfaPolicy *dNewValue = [DBTEAMLOGTfaPolicySerializer deserialize:valueDict[@"new_value"]]; - DBTEAMLOGTfaPolicy *previousValue = - valueDict[@"previous_value"] ? [DBTEAMLOGTfaPolicySerializer deserialize:valueDict[@"previous_value"]] : nil; + DBTEAMPOLICIESTwoStepVerificationPolicy *dNewValue = + [DBTEAMPOLICIESTwoStepVerificationPolicySerializer deserialize:valueDict[@"new_value"]]; + DBTEAMPOLICIESTwoStepVerificationPolicy *previousValue = + valueDict[@"previous_value"] + ? [DBTEAMPOLICIESTwoStepVerificationPolicySerializer deserialize:valueDict[@"previous_value"]] + : nil; return [[DBTEAMLOGTfaChangePolicyDetails alloc] initWithDNewValue:dNewValue previousValue:previousValue]; } @@ -58095,6 +59522,7 @@ @implementation DBTEAMLOGTfaChangeStatusDetails - (instancetype)initWithDNewValue:(DBTEAMLOGTfaConfiguration *)dNewValue previousValue:(DBTEAMLOGTfaConfiguration *)previousValue usedRescueCode:(NSNumber *)usedRescueCode { + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -58111,7 +59539,7 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGTfaConfiguration *)dNewValue { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTfaChangeStatusDetailsSerializer serialize:instance]; } @@ -58140,10 +59568,10 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } - if (self.usedRescueCode) { + if (self.usedRescueCode != nil) { result = prime * result + [self.usedRescueCode hash]; } @@ -58199,7 +59627,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGTfaChangeStatusDetails *)valueObj { jsonDict[@"used_rescue_code"] = valueObj.usedRescueCode; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTfaChangeStatusDetails *)deserialize:(NSDictionary *)valueDict { @@ -58309,7 +59737,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTfaConfigurationSerializer serialize:instance]; } @@ -58410,7 +59838,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGTfaConfiguration *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTfaConfiguration *)deserialize:(NSDictionary *)valueDict { @@ -58433,201 +59861,6 @@ + (DBTEAMLOGTfaConfiguration *)deserialize:(NSDictionary *)valueDict { @end -#import "DBStoneSerializers.h" -#import "DBStoneValidators.h" -#import "DBTEAMLOGTfaPolicy.h" - -#pragma mark - API Object - -@implementation DBTEAMLOGTfaPolicy - -#pragma mark - Constructors - -- (instancetype)initWithDisabled { - self = [super init]; - if (self) { - _tag = DBTEAMLOGTfaPolicyDisabled; - } - return self; -} - -- (instancetype)initWithOptional { - self = [super init]; - if (self) { - _tag = DBTEAMLOGTfaPolicyOptional; - } - return self; -} - -- (instancetype)initWithRequired { - self = [super init]; - if (self) { - _tag = DBTEAMLOGTfaPolicyRequired; - } - return self; -} - -- (instancetype)initWithOther { - self = [super init]; - if (self) { - _tag = DBTEAMLOGTfaPolicyOther; - } - return self; -} - -#pragma mark - Instance field accessors - -#pragma mark - Tag state methods - -- (BOOL)isDisabled { - return _tag == DBTEAMLOGTfaPolicyDisabled; -} - -- (BOOL)isOptional { - return _tag == DBTEAMLOGTfaPolicyOptional; -} - -- (BOOL)isRequired { - return _tag == DBTEAMLOGTfaPolicyRequired; -} - -- (BOOL)isOther { - return _tag == DBTEAMLOGTfaPolicyOther; -} - -- (NSString *)tagName { - switch (_tag) { - case DBTEAMLOGTfaPolicyDisabled: - return @"DBTEAMLOGTfaPolicyDisabled"; - case DBTEAMLOGTfaPolicyOptional: - return @"DBTEAMLOGTfaPolicyOptional"; - case DBTEAMLOGTfaPolicyRequired: - return @"DBTEAMLOGTfaPolicyRequired"; - case DBTEAMLOGTfaPolicyOther: - return @"DBTEAMLOGTfaPolicyOther"; - } - - @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); -} - -#pragma mark - Serialization methods - -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMLOGTfaPolicySerializer serialize:instance]; -} - -+ (id)deserialize:(NSDictionary *)dict { - return [DBTEAMLOGTfaPolicySerializer deserialize:dict]; -} - -#pragma mark - Description method - -- (NSString *)description { - return [[DBTEAMLOGTfaPolicySerializer serialize:self] description]; -} - -#pragma mark - Copyable method - -- (instancetype)copyWithZone:(NSZone *)zone { -#pragma unused(zone) - /// object is immutable - return self; -} - -#pragma mark - Hash method - -- (NSUInteger)hash { - NSUInteger prime = 31; - NSUInteger result = 1; - - switch (_tag) { - case DBTEAMLOGTfaPolicyDisabled: - result = prime * result + [[self tagName] hash]; - case DBTEAMLOGTfaPolicyOptional: - result = prime * result + [[self tagName] hash]; - case DBTEAMLOGTfaPolicyRequired: - result = prime * result + [[self tagName] hash]; - case DBTEAMLOGTfaPolicyOther: - result = prime * result + [[self tagName] hash]; - } - - return prime * result; -} - -#pragma mark - Equality method - -- (BOOL)isEqual:(id)other { - if (other == self) { - return YES; - } - if (!other || ![other isKindOfClass:[self class]]) { - return NO; - } - return [self isEqualToTfaPolicy:other]; -} - -- (BOOL)isEqualToTfaPolicy:(DBTEAMLOGTfaPolicy *)aTfaPolicy { - if (self == aTfaPolicy) { - return YES; - } - if (self.tag != aTfaPolicy.tag) { - return NO; - } - switch (_tag) { - case DBTEAMLOGTfaPolicyDisabled: - return [[self tagName] isEqual:[aTfaPolicy tagName]]; - case DBTEAMLOGTfaPolicyOptional: - return [[self tagName] isEqual:[aTfaPolicy tagName]]; - case DBTEAMLOGTfaPolicyRequired: - return [[self tagName] isEqual:[aTfaPolicy tagName]]; - case DBTEAMLOGTfaPolicyOther: - return [[self tagName] isEqual:[aTfaPolicy tagName]]; - } - return YES; -} - -@end - -#pragma mark - Serializer Object - -@implementation DBTEAMLOGTfaPolicySerializer - -+ (NSDictionary *)serialize:(DBTEAMLOGTfaPolicy *)valueObj { - NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - - if ([valueObj isDisabled]) { - jsonDict[@".tag"] = @"disabled"; - } else if ([valueObj isOptional]) { - jsonDict[@".tag"] = @"optional"; - } else if ([valueObj isRequired]) { - jsonDict[@".tag"] = @"required"; - } else if ([valueObj isOther]) { - jsonDict[@".tag"] = @"other"; - } else { - jsonDict[@".tag"] = @"other"; - } - - return jsonDict; -} - -+ (DBTEAMLOGTfaPolicy *)deserialize:(NSDictionary *)valueDict { - NSString *tag = valueDict[@".tag"]; - - if ([tag isEqualToString:@"disabled"]) { - return [[DBTEAMLOGTfaPolicy alloc] initWithDisabled]; - } else if ([tag isEqualToString:@"optional"]) { - return [[DBTEAMLOGTfaPolicy alloc] initWithOptional]; - } else if ([tag isEqualToString:@"required"]) { - return [[DBTEAMLOGTfaPolicy alloc] initWithRequired]; - } else if ([tag isEqualToString:@"other"]) { - return [[DBTEAMLOGTfaPolicy alloc] initWithOther]; - } else { - return [[DBTEAMLOGTfaPolicy alloc] initWithOther]; - } -} - -@end - #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #import "DBTEAMLOGTfaRemoveBackupPhoneDetails.h" @@ -58648,7 +59881,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTfaRemoveBackupPhoneDetailsSerializer serialize:instance]; } @@ -58708,7 +59941,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGTfaRemoveBackupPhoneDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTfaRemoveBackupPhoneDetails *)deserialize:(NSDictionary *)valueDict { @@ -58739,7 +59972,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTfaRemoveSecurityKeyDetailsSerializer serialize:instance]; } @@ -58799,7 +60032,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGTfaRemoveSecurityKeyDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTfaRemoveSecurityKeyDetails *)deserialize:(NSDictionary *)valueDict { @@ -58830,7 +60063,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTfaResetDetailsSerializer serialize:instance]; } @@ -58890,7 +60123,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGTfaResetDetails *)valueObj { #pragma unused(valueObj) NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTfaResetDetails *)deserialize:(NSDictionary *)valueDict { @@ -59050,7 +60283,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTimeUnitSerializer serialize:instance]; } @@ -59175,7 +60408,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGTimeUnit *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTimeUnit *)deserialize:(NSDictionary *)valueDict { @@ -59219,6 +60452,7 @@ @implementation DBTEAMLOGTwoAccountChangePolicyDetails - (instancetype)initWithDNewValue:(DBTEAMLOGTwoAccountPolicy *)dNewValue previousValue:(DBTEAMLOGTwoAccountPolicy *)previousValue { + [DBStoneValidators nonnullValidator:nil](dNewValue); self = [super init]; if (self) { @@ -59234,7 +60468,7 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGTwoAccountPolicy *)dNewValue { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTwoAccountChangePolicyDetailsSerializer serialize:instance]; } @@ -59263,7 +60497,7 @@ - (NSUInteger)hash { NSUInteger result = 1; result = prime * result + [self.dNewValue hash]; - if (self.previousValue) { + if (self.previousValue != nil) { result = prime * result + [self.previousValue hash]; } @@ -59312,7 +60546,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGTwoAccountChangePolicyDetails *)valueObj { jsonDict[@"previous_value"] = [DBTEAMLOGTwoAccountPolicySerializer serialize:valueObj.previousValue]; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTwoAccountChangePolicyDetails *)deserialize:(NSDictionary *)valueDict { @@ -59391,7 +60625,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGTwoAccountPolicySerializer serialize:instance]; } @@ -59480,7 +60714,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGTwoAccountPolicy *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGTwoAccountPolicy *)deserialize:(NSDictionary *)valueDict { @@ -59524,7 +60758,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGUserLinkedAppLogInfoSerializer serialize:instance]; } @@ -59552,10 +60786,10 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.appId) { + if (self.appId != nil) { result = prime * result + [self.appId hash]; } - if (self.displayName) { + if (self.displayName != nil) { result = prime * result + [self.displayName hash]; } @@ -59607,7 +60841,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGUserLinkedAppLogInfo *)valueObj { jsonDict[@"display_name"] = valueObj.displayName; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGUserLinkedAppLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -59630,6 +60864,8 @@ @implementation DBTEAMLOGUserNameLogInfo #pragma mark - Constructors - (instancetype)initWithGivenName:(NSString *)givenName surname:(NSString *)surname locale:(NSString *)locale { + [DBStoneValidators nonnullValidator:nil](givenName); + [DBStoneValidators nonnullValidator:nil](surname); self = [super init]; if (self) { @@ -59646,7 +60882,7 @@ - (instancetype)initWithGivenName:(NSString *)givenName surname:(NSString *)surn #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGUserNameLogInfoSerializer serialize:instance]; } @@ -59676,7 +60912,7 @@ - (NSUInteger)hash { result = prime * result + [self.givenName hash]; result = prime * result + [self.surname hash]; - if (self.locale) { + if (self.locale != nil) { result = prime * result + [self.locale hash]; } @@ -59728,7 +60964,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGUserNameLogInfo *)valueObj { jsonDict[@"locale"] = valueObj.locale; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGUserNameLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -59766,7 +61002,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGUserOrTeamLinkedAppLogInfoSerializer serialize:instance]; } @@ -59794,10 +61030,10 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.appId) { + if (self.appId != nil) { result = prime * result + [self.appId hash]; } - if (self.displayName) { + if (self.displayName != nil) { result = prime * result + [self.displayName hash]; } @@ -59849,7 +61085,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGUserOrTeamLinkedAppLogInfo *)valueObj { jsonDict[@"display_name"] = valueObj.displayName; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGUserOrTeamLinkedAppLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -59886,7 +61122,7 @@ - (instancetype)initDefault { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGWebSessionLogInfoSerializer serialize:instance]; } @@ -59914,7 +61150,7 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - if (self.sessionId) { + if (self.sessionId != nil) { result = prime * result + [self.sessionId hash]; } @@ -59958,7 +61194,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGWebSessionLogInfo *)valueObj { jsonDict[@"session_id"] = valueObj.sessionId; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGWebSessionLogInfo *)deserialize:(NSDictionary *)valueDict { @@ -59991,9 +61227,13 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGWebSessionsFixedLengthPolicy *)dNewV return self; } +- (instancetype)initDefault { + return [self initWithDNewValue:nil previousValue:nil]; +} + #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetailsSerializer serialize:instance]; } @@ -60021,8 +61261,12 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.dNewValue hash]; - result = prime * result + [self.previousValue hash]; + if (self.dNewValue != nil) { + result = prime * result + [self.dNewValue hash]; + } + if (self.previousValue != nil) { + result = prime * result + [self.previousValue hash]; + } return prime * result; } @@ -60044,11 +61288,15 @@ - (BOOL)isEqualToWebSessionsChangeFixedLengthPolicyDetails: if (self == aWebSessionsChangeFixedLengthPolicyDetails) { return YES; } - if (![self.dNewValue isEqual:aWebSessionsChangeFixedLengthPolicyDetails.dNewValue]) { - return NO; + if (self.dNewValue) { + if (![self.dNewValue isEqual:aWebSessionsChangeFixedLengthPolicyDetails.dNewValue]) { + return NO; + } } - if (![self.previousValue isEqual:aWebSessionsChangeFixedLengthPolicyDetails.previousValue]) { - return NO; + if (self.previousValue) { + if (![self.previousValue isEqual:aWebSessionsChangeFixedLengthPolicyDetails.previousValue]) { + return NO; + } } return YES; } @@ -60062,17 +61310,24 @@ @implementation DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"new_value"] = [DBTEAMLOGWebSessionsFixedLengthPolicySerializer serialize:valueObj.dNewValue]; - jsonDict[@"previous_value"] = [DBTEAMLOGWebSessionsFixedLengthPolicySerializer serialize:valueObj.previousValue]; + if (valueObj.dNewValue) { + jsonDict[@"new_value"] = [DBTEAMLOGWebSessionsFixedLengthPolicySerializer serialize:valueObj.dNewValue]; + } + if (valueObj.previousValue) { + jsonDict[@"previous_value"] = [DBTEAMLOGWebSessionsFixedLengthPolicySerializer serialize:valueObj.previousValue]; + } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetails *)deserialize:(NSDictionary *)valueDict { DBTEAMLOGWebSessionsFixedLengthPolicy *dNewValue = - [DBTEAMLOGWebSessionsFixedLengthPolicySerializer deserialize:valueDict[@"new_value"]]; + valueDict[@"new_value"] ? [DBTEAMLOGWebSessionsFixedLengthPolicySerializer deserialize:valueDict[@"new_value"]] + : nil; DBTEAMLOGWebSessionsFixedLengthPolicy *previousValue = - [DBTEAMLOGWebSessionsFixedLengthPolicySerializer deserialize:valueDict[@"previous_value"]]; + valueDict[@"previous_value"] + ? [DBTEAMLOGWebSessionsFixedLengthPolicySerializer deserialize:valueDict[@"previous_value"]] + : nil; return [[DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetails alloc] initWithDNewValue:dNewValue previousValue:previousValue]; @@ -60102,9 +61357,13 @@ - (instancetype)initWithDNewValue:(DBTEAMLOGWebSessionsIdleLengthPolicy *)dNewVa return self; } +- (instancetype)initDefault { + return [self initWithDNewValue:nil previousValue:nil]; +} + #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetailsSerializer serialize:instance]; } @@ -60132,8 +61391,12 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.dNewValue hash]; - result = prime * result + [self.previousValue hash]; + if (self.dNewValue != nil) { + result = prime * result + [self.dNewValue hash]; + } + if (self.previousValue != nil) { + result = prime * result + [self.previousValue hash]; + } return prime * result; } @@ -60155,11 +61418,15 @@ - (BOOL)isEqualToWebSessionsChangeIdleLengthPolicyDetails: if (self == aWebSessionsChangeIdleLengthPolicyDetails) { return YES; } - if (![self.dNewValue isEqual:aWebSessionsChangeIdleLengthPolicyDetails.dNewValue]) { - return NO; + if (self.dNewValue) { + if (![self.dNewValue isEqual:aWebSessionsChangeIdleLengthPolicyDetails.dNewValue]) { + return NO; + } } - if (![self.previousValue isEqual:aWebSessionsChangeIdleLengthPolicyDetails.previousValue]) { - return NO; + if (self.previousValue) { + if (![self.previousValue isEqual:aWebSessionsChangeIdleLengthPolicyDetails.previousValue]) { + return NO; + } } return YES; } @@ -60173,17 +61440,24 @@ @implementation DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetailsSerializer + (NSDictionary *)serialize:(DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"new_value"] = [DBTEAMLOGWebSessionsIdleLengthPolicySerializer serialize:valueObj.dNewValue]; - jsonDict[@"previous_value"] = [DBTEAMLOGWebSessionsIdleLengthPolicySerializer serialize:valueObj.previousValue]; + if (valueObj.dNewValue) { + jsonDict[@"new_value"] = [DBTEAMLOGWebSessionsIdleLengthPolicySerializer serialize:valueObj.dNewValue]; + } + if (valueObj.previousValue) { + jsonDict[@"previous_value"] = [DBTEAMLOGWebSessionsIdleLengthPolicySerializer serialize:valueObj.previousValue]; + } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails *)deserialize:(NSDictionary *)valueDict { DBTEAMLOGWebSessionsIdleLengthPolicy *dNewValue = - [DBTEAMLOGWebSessionsIdleLengthPolicySerializer deserialize:valueDict[@"new_value"]]; + valueDict[@"new_value"] ? [DBTEAMLOGWebSessionsIdleLengthPolicySerializer deserialize:valueDict[@"new_value"]] + : nil; DBTEAMLOGWebSessionsIdleLengthPolicy *previousValue = - [DBTEAMLOGWebSessionsIdleLengthPolicySerializer deserialize:valueDict[@"previous_value"]]; + valueDict[@"previous_value"] + ? [DBTEAMLOGWebSessionsIdleLengthPolicySerializer deserialize:valueDict[@"previous_value"]] + : nil; return [[DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails alloc] initWithDNewValue:dNewValue previousValue:previousValue]; @@ -60269,7 +61543,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGWebSessionsFixedLengthPolicySerializer serialize:instance]; } @@ -60359,7 +61633,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGWebSessionsFixedLengthPolicy *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGWebSessionsFixedLengthPolicy *)deserialize:(NSDictionary *)valueDict { @@ -60457,7 +61731,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMLOGWebSessionsIdleLengthPolicySerializer serialize:instance]; } @@ -60547,7 +61821,7 @@ + (NSDictionary *)serialize:(DBTEAMLOGWebSessionsIdleLengthPolicy *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMLOGWebSessionsIdleLengthPolicy *)deserialize:(NSDictionary *)valueDict { diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccessMethodLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccessMethodLogInfo.h index 824d97aa..c5dfba62 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccessMethodLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccessMethodLogInfo.h @@ -227,7 +227,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGAccessMethodLogInfoTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGAccessMethodLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGAccessMethodLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGAccessMethodLogInfo *)instance; /// /// Deserializes `DBTEAMLOGAccessMethodLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureAvailability.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureAvailability.h index bd8e218a..58ce8ad5 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureAvailability.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureAvailability.h @@ -116,7 +116,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGAccountCaptureAvailabilityTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGAccountCaptureAvailability` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGAccountCaptureAvailability *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGAccountCaptureAvailability *)instance; /// /// Deserializes `DBTEAMLOGAccountCaptureAvailability` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureChangeAvailabilityDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureChangeAvailabilityDetails.h index 61619c27..19f749f8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureChangeAvailabilityDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureChangeAvailabilityDetails.h @@ -81,7 +81,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGAccountCaptureChangeAvailabilityDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGAccountCaptureChangeAvailabilityDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGAccountCaptureChangeAvailabilityDetails *)instance; /// /// Deserializes `DBTEAMLOGAccountCaptureChangeAvailabilityDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureChangePolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureChangePolicyDetails.h index 828b5064..a5d744ca 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureChangePolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureChangePolicyDetails.h @@ -79,7 +79,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGAccountCaptureChangePolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGAccountCaptureChangePolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGAccountCaptureChangePolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGAccountCaptureChangePolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureMigrateAccountDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureMigrateAccountDetails.h index 7ce04e19..95260f9c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureMigrateAccountDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureMigrateAccountDetails.h @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGAccountCaptureMigrateAccountDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGAccountCaptureMigrateAccountDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGAccountCaptureMigrateAccountDetails *)instance; /// /// Deserializes `DBTEAMLOGAccountCaptureMigrateAccountDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCapturePolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCapturePolicy.h index e82c447d..98c9c4ff 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCapturePolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCapturePolicy.h @@ -132,7 +132,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGAccountCapturePolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGAccountCapturePolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGAccountCapturePolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGAccountCapturePolicy *)instance; /// /// Deserializes `DBTEAMLOGAccountCapturePolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureRelinquishAccountDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureRelinquishAccountDetails.h index 70cc1ab2..6078a45f 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureRelinquishAccountDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureRelinquishAccountDetails.h @@ -63,7 +63,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGAccountCaptureRelinquishAccountDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGAccountCaptureRelinquishAccountDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGAccountCaptureRelinquishAccountDetails *)instance; /// /// Deserializes `DBTEAMLOGAccountCaptureRelinquishAccountDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGActorLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGActorLogInfo.h index 12b6bb03..d585e6ed 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGActorLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGActorLogInfo.h @@ -216,7 +216,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGActorLogInfoTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGActorLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGActorLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGActorLogInfo *)instance; /// /// Deserializes `DBTEAMLOGActorLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAdminRole.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAdminRole.h index 4fdbae73..972b41ce 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAdminRole.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAdminRole.h @@ -167,7 +167,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGAdminRoleTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGAdminRole` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGAdminRole *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGAdminRole *)instance; /// /// Deserializes `DBTEAMLOGAdminRole` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAllowDownloadDisabledDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAllowDownloadDisabledDetails.h index d6a31165..a26ad6d4 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAllowDownloadDisabledDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAllowDownloadDisabledDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGAllowDownloadDisabledDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGAllowDownloadDisabledDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGAllowDownloadDisabledDetails *)instance; /// /// Deserializes `DBTEAMLOGAllowDownloadDisabledDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAllowDownloadEnabledDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAllowDownloadEnabledDetails.h index 8f2731fb..b0130536 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAllowDownloadEnabledDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAllowDownloadEnabledDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGAllowDownloadEnabledDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGAllowDownloadEnabledDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGAllowDownloadEnabledDetails *)instance; /// /// Deserializes `DBTEAMLOGAllowDownloadEnabledDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGApiSessionLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGApiSessionLogInfo.h index e6d971f8..003d8823 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGApiSessionLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGApiSessionLogInfo.h @@ -60,7 +60,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGApiSessionLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGApiSessionLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGApiSessionLogInfo *)instance; /// /// Deserializes `DBTEAMLOGApiSessionLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppLinkTeamDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppLinkTeamDetails.h index fdbc5bf9..96c089ff 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppLinkTeamDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppLinkTeamDetails.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGAppLinkTeamDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGAppLinkTeamDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGAppLinkTeamDetails *)instance; /// /// Deserializes `DBTEAMLOGAppLinkTeamDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppLinkUserDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppLinkUserDetails.h index dee7cb09..0a5bbae3 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppLinkUserDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppLinkUserDetails.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGAppLinkUserDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGAppLinkUserDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGAppLinkUserDetails *)instance; /// /// Deserializes `DBTEAMLOGAppLinkUserDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppLogInfo.h index 9a7fbc27..273aaa38 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppLogInfo.h @@ -74,7 +74,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGAppLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGAppLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGAppLogInfo *)instance; /// /// Deserializes `DBTEAMLOGAppLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppUnlinkTeamDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppUnlinkTeamDetails.h index aef2074c..39f0eeb2 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppUnlinkTeamDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppUnlinkTeamDetails.h @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGAppUnlinkTeamDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGAppUnlinkTeamDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGAppUnlinkTeamDetails *)instance; /// /// Deserializes `DBTEAMLOGAppUnlinkTeamDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppUnlinkUserDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppUnlinkUserDetails.h index aa69bf34..d066d41b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppUnlinkUserDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppUnlinkUserDetails.h @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGAppUnlinkUserDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGAppUnlinkUserDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGAppUnlinkUserDetails *)instance; /// /// Deserializes `DBTEAMLOGAppUnlinkUserDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAssetLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAssetLogInfo.h index 2af90a8a..06d14332 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAssetLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAssetLogInfo.h @@ -198,7 +198,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGAssetLogInfoTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGAssetLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGAssetLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGAssetLogInfo *)instance; /// /// Deserializes `DBTEAMLOGAssetLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGCertificate.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGCertificate.h index 0b4991cb..fc3652ba 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGCertificate.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGCertificate.h @@ -90,7 +90,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGCertificate` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGCertificate *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGCertificate *)instance; /// /// Deserializes `DBTEAMLOGCertificate` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGCollectionShareDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGCollectionShareDetails.h index 70545b55..09901059 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGCollectionShareDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGCollectionShareDetails.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGCollectionShareDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGCollectionShareDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGCollectionShareDetails *)instance; /// /// Deserializes `DBTEAMLOGCollectionShareDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGConfidentiality.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGConfidentiality.h index 13651730..35a2726d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGConfidentiality.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGConfidentiality.h @@ -115,7 +115,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGConfidentialityTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGConfidentiality` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGConfidentiality *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGConfidentiality *)instance; /// /// Deserializes `DBTEAMLOGConfidentiality` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGContentPermanentDeletePolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGContentPermanentDeletePolicy.h index be824beb..2d8ab7de 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGContentPermanentDeletePolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGContentPermanentDeletePolicy.h @@ -119,7 +119,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGContentPermanentDeletePolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGContentPermanentDeletePolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGContentPermanentDeletePolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGContentPermanentDeletePolicy *)instance; /// /// Deserializes `DBTEAMLOGContentPermanentDeletePolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGContextLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGContextLogInfo.h index 015f6ba9..71058b73 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGContextLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGContextLogInfo.h @@ -163,7 +163,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGContextLogInfoTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGContextLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGContextLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGContextLogInfo *)instance; /// /// Deserializes `DBTEAMLOGContextLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGCreateFolderDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGCreateFolderDetails.h index e8c11e52..2f0b5ad2 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGCreateFolderDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGCreateFolderDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGCreateFolderDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGCreateFolderDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGCreateFolderDetails *)instance; /// /// Deserializes `DBTEAMLOGCreateFolderDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDataPlacementRestrictionChangePolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDataPlacementRestrictionChangePolicyDetails.h index cf87f4e3..fc141ffe 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDataPlacementRestrictionChangePolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDataPlacementRestrictionChangePolicyDetails.h @@ -69,7 +69,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDataPlacementRestrictionChangePolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDataPlacementRestrictionChangePolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDataPlacementRestrictionChangePolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGDataPlacementRestrictionChangePolicyDetails` diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetails.h index 02779452..4f85db70 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetails.h @@ -66,7 +66,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetails` diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDesktopSessionLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDesktopSessionLogInfo.h index aef547d8..9e29a85d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDesktopSessionLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDesktopSessionLogInfo.h @@ -66,7 +66,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDesktopSessionLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDesktopSessionLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDesktopSessionLogInfo *)instance; /// /// Deserializes `DBTEAMLOGDesktopSessionLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsChangeDesktopPolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsChangeDesktopPolicyDetails.h index 392ec20a..7708af76 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsChangeDesktopPolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsChangeDesktopPolicyDetails.h @@ -82,7 +82,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDeviceApprovalsChangeDesktopPolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDeviceApprovalsChangeDesktopPolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDeviceApprovalsChangeDesktopPolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGDeviceApprovalsChangeDesktopPolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetails.h index 7bd0928c..9af422e8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetails.h @@ -82,7 +82,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsChangeOverageActionDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsChangeOverageActionDetails.h index 6cfbf733..afdaceff 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsChangeOverageActionDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsChangeOverageActionDetails.h @@ -9,7 +9,7 @@ #import "DBSerializableProtocol.h" @class DBTEAMLOGDeviceApprovalsChangeOverageActionDetails; -@class DBTEAMLOGDeviceApprovalsRolloutPolicy; +@class DBTEAMPOLICIESRolloutMethod; NS_ASSUME_NONNULL_BEGIN @@ -30,10 +30,10 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields /// New over the limits policy. Might be missing due to historical data gap. -@property (nonatomic, readonly, nullable) DBTEAMLOGDeviceApprovalsRolloutPolicy *dNewValue; +@property (nonatomic, readonly, nullable) DBTEAMPOLICIESRolloutMethod *dNewValue; /// Previous over the limit policy. Might be missing due to historical data gap. -@property (nonatomic, readonly, nullable) DBTEAMLOGDeviceApprovalsRolloutPolicy *previousValue; +@property (nonatomic, readonly, nullable) DBTEAMPOLICIESRolloutMethod *previousValue; #pragma mark - Constructors @@ -47,8 +47,8 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithDNewValue:(nullable DBTEAMLOGDeviceApprovalsRolloutPolicy *)dNewValue - previousValue:(nullable DBTEAMLOGDeviceApprovalsRolloutPolicy *)previousValue; +- (instancetype)initWithDNewValue:(nullable DBTEAMPOLICIESRolloutMethod *)dNewValue + previousValue:(nullable DBTEAMPOLICIESRolloutMethod *)previousValue; /// /// Convenience constructor (exposes only non-nullable instance variables with @@ -80,7 +80,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDeviceApprovalsChangeOverageActionDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDeviceApprovalsChangeOverageActionDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDeviceApprovalsChangeOverageActionDetails *)instance; /// /// Deserializes `DBTEAMLOGDeviceApprovalsChangeOverageActionDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetails.h index d8f18cba..340bf276 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetails.h @@ -80,7 +80,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetails *)instance; /// /// Deserializes `DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsPolicy.h index 03583b89..d8c44b7b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsPolicy.h @@ -115,7 +115,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGDeviceApprovalsPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDeviceApprovalsPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDeviceApprovalsPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDeviceApprovalsPolicy *)instance; /// /// Deserializes `DBTEAMLOGDeviceApprovalsPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsRolloutPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsRolloutPolicy.h deleted file mode 100644 index 43ba5845..00000000 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsRolloutPolicy.h +++ /dev/null @@ -1,152 +0,0 @@ -/// -/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. -/// -/// Auto-generated by Stone, do not modify. -/// - -#import - -#import "DBSerializableProtocol.h" - -@class DBTEAMLOGDeviceApprovalsRolloutPolicy; - -NS_ASSUME_NONNULL_BEGIN - -#pragma mark - API Object - -/// -/// The `DeviceApprovalsRolloutPolicy` union. -/// -/// This class implements the `DBSerializable` protocol (serialize and -/// deserialize instance methods), which is required for all Obj-C SDK API route -/// objects. -/// -@interface DBTEAMLOGDeviceApprovalsRolloutPolicy : NSObject - -#pragma mark - Instance fields - -/// The `DBTEAMLOGDeviceApprovalsRolloutPolicyTag` enum type represents the -/// possible tag states with which the `DBTEAMLOGDeviceApprovalsRolloutPolicy` -/// union can exist. -typedef NS_ENUM(NSInteger, DBTEAMLOGDeviceApprovalsRolloutPolicyTag) { - /// (no description). - DBTEAMLOGDeviceApprovalsRolloutPolicyRemoveOldest, - - /// (no description). - DBTEAMLOGDeviceApprovalsRolloutPolicyRemoveAll, - - /// (no description). - DBTEAMLOGDeviceApprovalsRolloutPolicyAddException, - - /// (no description). - DBTEAMLOGDeviceApprovalsRolloutPolicyOther, - -}; - -/// Represents the union's current tag state. -@property (nonatomic, readonly) DBTEAMLOGDeviceApprovalsRolloutPolicyTag tag; - -#pragma mark - Constructors - -/// -/// Initializes union class with tag state of "remove_oldest". -/// -/// @return An initialized instance. -/// -- (instancetype)initWithRemoveOldest; - -/// -/// Initializes union class with tag state of "remove_all". -/// -/// @return An initialized instance. -/// -- (instancetype)initWithRemoveAll; - -/// -/// Initializes union class with tag state of "add_exception". -/// -/// @return An initialized instance. -/// -- (instancetype)initWithAddException; - -/// -/// Initializes union class with tag state of "other". -/// -/// @return An initialized instance. -/// -- (instancetype)initWithOther; - -- (instancetype)init NS_UNAVAILABLE; - -#pragma mark - Tag state methods - -/// -/// Retrieves whether the union's current tag state has value "remove_oldest". -/// -/// @return Whether the union's current tag state has value "remove_oldest". -/// -- (BOOL)isRemoveOldest; - -/// -/// Retrieves whether the union's current tag state has value "remove_all". -/// -/// @return Whether the union's current tag state has value "remove_all". -/// -- (BOOL)isRemoveAll; - -/// -/// Retrieves whether the union's current tag state has value "add_exception". -/// -/// @return Whether the union's current tag state has value "add_exception". -/// -- (BOOL)isAddException; - -/// -/// Retrieves whether the union's current tag state has value "other". -/// -/// @return Whether the union's current tag state has value "other". -/// -- (BOOL)isOther; - -/// -/// Retrieves string value of union's current tag state. -/// -/// @return A human-readable string representing the union's current tag state. -/// -- (NSString *)tagName; - -@end - -#pragma mark - Serializer Object - -/// -/// The serialization class for the `DBTEAMLOGDeviceApprovalsRolloutPolicy` -/// union. -/// -@interface DBTEAMLOGDeviceApprovalsRolloutPolicySerializer : NSObject - -/// -/// Serializes `DBTEAMLOGDeviceApprovalsRolloutPolicy` instances. -/// -/// @param instance An instance of the `DBTEAMLOGDeviceApprovalsRolloutPolicy` -/// API object. -/// -/// @return A json-compatible dictionary representation of the -/// `DBTEAMLOGDeviceApprovalsRolloutPolicy` API object. -/// -+ (NSDictionary *)serialize:(DBTEAMLOGDeviceApprovalsRolloutPolicy *)instance; - -/// -/// Deserializes `DBTEAMLOGDeviceApprovalsRolloutPolicy` instances. -/// -/// @param dict A json-compatible dictionary representation of the -/// `DBTEAMLOGDeviceApprovalsRolloutPolicy` API object. -/// -/// @return An instantiation of the `DBTEAMLOGDeviceApprovalsRolloutPolicy` -/// object. -/// -+ (DBTEAMLOGDeviceApprovalsRolloutPolicy *)deserialize:(NSDictionary *)dict; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceChangeIpDesktopDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceChangeIpDesktopDetails.h index eaceb45f..acf5954e 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceChangeIpDesktopDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceChangeIpDesktopDetails.h @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDeviceChangeIpDesktopDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDeviceChangeIpDesktopDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDeviceChangeIpDesktopDetails *)instance; /// /// Deserializes `DBTEAMLOGDeviceChangeIpDesktopDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceChangeIpMobileDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceChangeIpMobileDetails.h index fb5ff916..3309fa26 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceChangeIpMobileDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceChangeIpMobileDetails.h @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDeviceChangeIpMobileDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDeviceChangeIpMobileDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDeviceChangeIpMobileDetails *)instance; /// /// Deserializes `DBTEAMLOGDeviceChangeIpMobileDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceChangeIpWebDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceChangeIpWebDetails.h index f62adf10..811f85d9 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceChangeIpWebDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceChangeIpWebDetails.h @@ -77,7 +77,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDeviceChangeIpWebDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDeviceChangeIpWebDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDeviceChangeIpWebDetails *)instance; /// /// Deserializes `DBTEAMLOGDeviceChangeIpWebDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceDeleteOnUnlinkFailDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceDeleteOnUnlinkFailDetails.h index 39fc4657..df8a275d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceDeleteOnUnlinkFailDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceDeleteOnUnlinkFailDetails.h @@ -66,7 +66,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDeviceDeleteOnUnlinkFailDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDeviceDeleteOnUnlinkFailDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDeviceDeleteOnUnlinkFailDetails *)instance; /// /// Deserializes `DBTEAMLOGDeviceDeleteOnUnlinkFailDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetails.h index df165344..fc0c86a2 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetails.h @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetails *)instance; /// /// Deserializes `DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceLinkFailDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceLinkFailDetails.h index 473f8a91..5cb83f25 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceLinkFailDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceLinkFailDetails.h @@ -81,7 +81,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDeviceLinkFailDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDeviceLinkFailDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDeviceLinkFailDetails *)instance; /// /// Deserializes `DBTEAMLOGDeviceLinkFailDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceLinkSuccessDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceLinkSuccessDetails.h index d5cbdbaa..c5bd5b41 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceLinkSuccessDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceLinkSuccessDetails.h @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDeviceLinkSuccessDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDeviceLinkSuccessDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDeviceLinkSuccessDetails *)instance; /// /// Deserializes `DBTEAMLOGDeviceLinkSuccessDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceLogInfo.h index 81699419..5df73be1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceLogInfo.h @@ -123,7 +123,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDeviceLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDeviceLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDeviceLogInfo *)instance; /// /// Deserializes `DBTEAMLOGDeviceLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceManagementDisabledDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceManagementDisabledDetails.h index ada6e1fc..e6624979 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceManagementDisabledDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceManagementDisabledDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDeviceManagementDisabledDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDeviceManagementDisabledDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDeviceManagementDisabledDetails *)instance; /// /// Deserializes `DBTEAMLOGDeviceManagementDisabledDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceManagementEnabledDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceManagementEnabledDetails.h index f484baaf..a138e047 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceManagementEnabledDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceManagementEnabledDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDeviceManagementEnabledDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDeviceManagementEnabledDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDeviceManagementEnabledDetails *)instance; /// /// Deserializes `DBTEAMLOGDeviceManagementEnabledDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceType.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceType.h index 42d66bac..2a73ca5c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceType.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceType.h @@ -114,7 +114,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGDeviceTypeTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDeviceType` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDeviceType *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDeviceType *)instance; /// /// Deserializes `DBTEAMLOGDeviceType` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceUnlinkDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceUnlinkDetails.h index 4b52d600..a9adcd37 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceUnlinkDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceUnlinkDetails.h @@ -68,7 +68,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDeviceUnlinkDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDeviceUnlinkDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDeviceUnlinkDetails *)instance; /// /// Deserializes `DBTEAMLOGDeviceUnlinkDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceUnlinkPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceUnlinkPolicy.h index 1c8ac2a8..d10b21e9 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceUnlinkPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceUnlinkPolicy.h @@ -114,7 +114,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGDeviceUnlinkPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDeviceUnlinkPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDeviceUnlinkPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDeviceUnlinkPolicy *)instance; /// /// Deserializes `DBTEAMLOGDeviceUnlinkPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDisabledDomainInvitesDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDisabledDomainInvitesDetails.h index 85889e95..585edb0b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDisabledDomainInvitesDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDisabledDomainInvitesDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDisabledDomainInvitesDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDisabledDomainInvitesDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDisabledDomainInvitesDetails *)instance; /// /// Deserializes `DBTEAMLOGDisabledDomainInvitesDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesApproveRequestToJoinTeamDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesApproveRequestToJoinTeamDetails.h index fc642a8f..bfc81f8d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesApproveRequestToJoinTeamDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesApproveRequestToJoinTeamDetails.h @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDomainInvitesApproveRequestToJoinTeamDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDomainInvitesApproveRequestToJoinTeamDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDomainInvitesApproveRequestToJoinTeamDetails *)instance; /// /// Deserializes `DBTEAMLOGDomainInvitesApproveRequestToJoinTeamDetails` diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamDetails.h index 2abdafdc..f309bd4b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamDetails.h @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamDetails *)instance; /// /// Deserializes `DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamDetails` diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesEmailExistingUsersDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesEmailExistingUsersDetails.h index 496d73ba..234e9d84 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesEmailExistingUsersDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesEmailExistingUsersDetails.h @@ -66,7 +66,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDomainInvitesEmailExistingUsersDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDomainInvitesEmailExistingUsersDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDomainInvitesEmailExistingUsersDetails *)instance; /// /// Deserializes `DBTEAMLOGDomainInvitesEmailExistingUsersDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesRequestToJoinTeamDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesRequestToJoinTeamDetails.h index e2eb4fd4..60e0c30f 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesRequestToJoinTeamDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesRequestToJoinTeamDetails.h @@ -57,7 +57,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDomainInvitesRequestToJoinTeamDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDomainInvitesRequestToJoinTeamDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDomainInvitesRequestToJoinTeamDetails *)instance; /// /// Deserializes `DBTEAMLOGDomainInvitesRequestToJoinTeamDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoDetails.h index 82c66fe7..91ad8bbf 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoDetails.h @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoDetails *)instance; /// /// Deserializes `DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoDetails` diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesDetails.h index 5e01c019..bdb87b7a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesDetails.h @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesDetails *)instance; /// /// Deserializes `DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesDetails` diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainVerificationAddDomainFailDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainVerificationAddDomainFailDetails.h index 946b2093..2dcb8630 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainVerificationAddDomainFailDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainVerificationAddDomainFailDetails.h @@ -78,7 +78,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDomainVerificationAddDomainFailDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDomainVerificationAddDomainFailDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDomainVerificationAddDomainFailDetails *)instance; /// /// Deserializes `DBTEAMLOGDomainVerificationAddDomainFailDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainVerificationAddDomainSuccessDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainVerificationAddDomainSuccessDetails.h index 12747eeb..5bb52e4d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainVerificationAddDomainSuccessDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainVerificationAddDomainSuccessDetails.h @@ -79,7 +79,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDomainVerificationAddDomainSuccessDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDomainVerificationAddDomainSuccessDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDomainVerificationAddDomainSuccessDetails *)instance; /// /// Deserializes `DBTEAMLOGDomainVerificationAddDomainSuccessDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainVerificationRemoveDomainDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainVerificationRemoveDomainDetails.h index 8bb80b15..8c12b585 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainVerificationRemoveDomainDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainVerificationRemoveDomainDetails.h @@ -30,29 +30,12 @@ NS_ASSUME_NONNULL_BEGIN /// Domain names. @property (nonatomic, readonly) NSArray *domainNames; -/// Domain name verification method. Might be missing due to historical data -/// gap. -@property (nonatomic, readonly, copy, nullable) NSString *verificationMethod; - #pragma mark - Constructors /// /// Full constructor for the struct (exposes all instance variables). /// /// @param domainNames Domain names. -/// @param verificationMethod Domain name verification method. Might be missing -/// due to historical data gap. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithDomainNames:(NSArray *)domainNames - verificationMethod:(nullable NSString *)verificationMethod; - -/// -/// Convenience constructor (exposes only non-nullable instance variables with -/// no default value). -/// -/// @param domainNames Domain names. /// /// @return An initialized instance. /// @@ -79,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDomainVerificationRemoveDomainDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDomainVerificationRemoveDomainDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDomainVerificationRemoveDomainDetails *)instance; /// /// Deserializes `DBTEAMLOGDomainVerificationRemoveDomainDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDurationLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDurationLogInfo.h index b00c3237..9055d20b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDurationLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDurationLogInfo.h @@ -65,7 +65,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGDurationLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGDurationLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGDurationLogInfo *)instance; /// /// Deserializes `DBTEAMLOGDurationLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmAddExceptionDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmAddExceptionDetails.h index 58e97e65..67b17b36 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmAddExceptionDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmAddExceptionDetails.h @@ -57,7 +57,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGEmmAddExceptionDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGEmmAddExceptionDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGEmmAddExceptionDetails *)instance; /// /// Deserializes `DBTEAMLOGEmmAddExceptionDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmChangePolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmChangePolicyDetails.h index 1880c237..5eac42a9 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmChangePolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmChangePolicyDetails.h @@ -9,7 +9,7 @@ #import "DBSerializableProtocol.h" @class DBTEAMLOGEmmChangePolicyDetails; -@class DBTEAMLOGEmmPolicy; +@class DBTEAMPOLICIESEmmState; NS_ASSUME_NONNULL_BEGIN @@ -29,11 +29,11 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields /// New enterprise mobility management policy. -@property (nonatomic, readonly) DBTEAMLOGEmmPolicy *dNewValue; +@property (nonatomic, readonly) DBTEAMPOLICIESEmmState *dNewValue; /// Previous enterprise mobility management policy. Might be missing due to /// historical data gap. -@property (nonatomic, readonly, nullable) DBTEAMLOGEmmPolicy *previousValue; +@property (nonatomic, readonly, nullable) DBTEAMPOLICIESEmmState *previousValue; #pragma mark - Constructors @@ -46,8 +46,8 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithDNewValue:(DBTEAMLOGEmmPolicy *)dNewValue - previousValue:(nullable DBTEAMLOGEmmPolicy *)previousValue; +- (instancetype)initWithDNewValue:(DBTEAMPOLICIESEmmState *)dNewValue + previousValue:(nullable DBTEAMPOLICIESEmmState *)previousValue; /// /// Convenience constructor (exposes only non-nullable instance variables with @@ -57,7 +57,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithDNewValue:(DBTEAMLOGEmmPolicy *)dNewValue; +- (instancetype)initWithDNewValue:(DBTEAMPOLICIESEmmState *)dNewValue; - (instancetype)init NS_UNAVAILABLE; @@ -79,7 +79,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGEmmChangePolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGEmmChangePolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGEmmChangePolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGEmmChangePolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmCreateExceptionsReportDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmCreateExceptionsReportDetails.h index edb94e57..a3c0d559 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmCreateExceptionsReportDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmCreateExceptionsReportDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGEmmCreateExceptionsReportDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGEmmCreateExceptionsReportDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGEmmCreateExceptionsReportDetails *)instance; /// /// Deserializes `DBTEAMLOGEmmCreateExceptionsReportDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmCreateUsageReportDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmCreateUsageReportDetails.h index c21a6066..0662cc70 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmCreateUsageReportDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmCreateUsageReportDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGEmmCreateUsageReportDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGEmmCreateUsageReportDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGEmmCreateUsageReportDetails *)instance; /// /// Deserializes `DBTEAMLOGEmmCreateUsageReportDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmLoginSuccessDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmLoginSuccessDetails.h index 8d250809..29a4e40d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmLoginSuccessDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmLoginSuccessDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGEmmLoginSuccessDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGEmmLoginSuccessDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGEmmLoginSuccessDetails *)instance; /// /// Deserializes `DBTEAMLOGEmmLoginSuccessDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmPolicy.h deleted file mode 100644 index 35a7b73b..00000000 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmPolicy.h +++ /dev/null @@ -1,150 +0,0 @@ -/// -/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. -/// -/// Auto-generated by Stone, do not modify. -/// - -#import - -#import "DBSerializableProtocol.h" - -@class DBTEAMLOGEmmPolicy; - -NS_ASSUME_NONNULL_BEGIN - -#pragma mark - API Object - -/// -/// The `EmmPolicy` union. -/// -/// Enterprise mobility management policy -/// -/// This class implements the `DBSerializable` protocol (serialize and -/// deserialize instance methods), which is required for all Obj-C SDK API route -/// objects. -/// -@interface DBTEAMLOGEmmPolicy : NSObject - -#pragma mark - Instance fields - -/// The `DBTEAMLOGEmmPolicyTag` enum type represents the possible tag states -/// with which the `DBTEAMLOGEmmPolicy` union can exist. -typedef NS_ENUM(NSInteger, DBTEAMLOGEmmPolicyTag) { - /// (no description). - DBTEAMLOGEmmPolicyDisabled, - - /// (no description). - DBTEAMLOGEmmPolicyOptional, - - /// (no description). - DBTEAMLOGEmmPolicyRequired, - - /// (no description). - DBTEAMLOGEmmPolicyOther, - -}; - -/// Represents the union's current tag state. -@property (nonatomic, readonly) DBTEAMLOGEmmPolicyTag tag; - -#pragma mark - Constructors - -/// -/// Initializes union class with tag state of "disabled". -/// -/// @return An initialized instance. -/// -- (instancetype)initWithDisabled; - -/// -/// Initializes union class with tag state of "optional". -/// -/// @return An initialized instance. -/// -- (instancetype)initWithOptional; - -/// -/// Initializes union class with tag state of "required". -/// -/// @return An initialized instance. -/// -- (instancetype)initWithRequired; - -/// -/// Initializes union class with tag state of "other". -/// -/// @return An initialized instance. -/// -- (instancetype)initWithOther; - -- (instancetype)init NS_UNAVAILABLE; - -#pragma mark - Tag state methods - -/// -/// Retrieves whether the union's current tag state has value "disabled". -/// -/// @return Whether the union's current tag state has value "disabled". -/// -- (BOOL)isDisabled; - -/// -/// Retrieves whether the union's current tag state has value "optional". -/// -/// @return Whether the union's current tag state has value "optional". -/// -- (BOOL)isOptional; - -/// -/// Retrieves whether the union's current tag state has value "required". -/// -/// @return Whether the union's current tag state has value "required". -/// -- (BOOL)isRequired; - -/// -/// Retrieves whether the union's current tag state has value "other". -/// -/// @return Whether the union's current tag state has value "other". -/// -- (BOOL)isOther; - -/// -/// Retrieves string value of union's current tag state. -/// -/// @return A human-readable string representing the union's current tag state. -/// -- (NSString *)tagName; - -@end - -#pragma mark - Serializer Object - -/// -/// The serialization class for the `DBTEAMLOGEmmPolicy` union. -/// -@interface DBTEAMLOGEmmPolicySerializer : NSObject - -/// -/// Serializes `DBTEAMLOGEmmPolicy` instances. -/// -/// @param instance An instance of the `DBTEAMLOGEmmPolicy` API object. -/// -/// @return A json-compatible dictionary representation of the -/// `DBTEAMLOGEmmPolicy` API object. -/// -+ (NSDictionary *)serialize:(DBTEAMLOGEmmPolicy *)instance; - -/// -/// Deserializes `DBTEAMLOGEmmPolicy` instances. -/// -/// @param dict A json-compatible dictionary representation of the -/// `DBTEAMLOGEmmPolicy` API object. -/// -/// @return An instantiation of the `DBTEAMLOGEmmPolicy` object. -/// -+ (DBTEAMLOGEmmPolicy *)deserialize:(NSDictionary *)dict; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmRefreshAuthTokenDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmRefreshAuthTokenDetails.h index 25a283d8..1022975d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmRefreshAuthTokenDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmRefreshAuthTokenDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGEmmRefreshAuthTokenDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGEmmRefreshAuthTokenDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGEmmRefreshAuthTokenDetails *)instance; /// /// Deserializes `DBTEAMLOGEmmRefreshAuthTokenDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmRemoveExceptionDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmRemoveExceptionDetails.h index a724f6a6..9d136cdf 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmRemoveExceptionDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmRemoveExceptionDetails.h @@ -57,7 +57,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGEmmRemoveExceptionDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGEmmRemoveExceptionDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGEmmRemoveExceptionDetails *)instance; /// /// Deserializes `DBTEAMLOGEmmRemoveExceptionDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEnabledDomainInvitesDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEnabledDomainInvitesDetails.h index bc1a6bbb..e44723ce 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEnabledDomainInvitesDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEnabledDomainInvitesDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGEnabledDomainInvitesDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGEnabledDomainInvitesDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGEnabledDomainInvitesDetails *)instance; /// /// Deserializes `DBTEAMLOGEnabledDomainInvitesDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEventCategory.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEventCategory.h index 6a5dc9d6..c2ec8f24 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEventCategory.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEventCategory.h @@ -723,7 +723,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventCategoryTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGEventCategory` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGEventCategory *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGEventCategory *)instance; /// /// Deserializes `DBTEAMLOGEventCategory` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEventDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEventDetails.h index f4c1ecdd..722bcb64 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEventDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEventDetails.h @@ -58,8 +58,10 @@ @class DBTEAMLOGExtendedVersionHistoryChangePolicyDetails; @class DBTEAMLOGFileAddCommentDetails; @class DBTEAMLOGFileAddDetails; +@class DBTEAMLOGFileChangeCommentSubscriptionDetails; @class DBTEAMLOGFileCommentsChangePolicyDetails; @class DBTEAMLOGFileCopyDetails; +@class DBTEAMLOGFileDeleteCommentDetails; @class DBTEAMLOGFileDeleteDetails; @class DBTEAMLOGFileDownloadDetails; @class DBTEAMLOGFileEditDetails; @@ -80,11 +82,13 @@ @class DBTEAMLOGFileRequestsChangePolicyDetails; @class DBTEAMLOGFileRequestsEmailsEnabledDetails; @class DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails; +@class DBTEAMLOGFileResolveCommentDetails; @class DBTEAMLOGFileRestoreDetails; @class DBTEAMLOGFileRevertDetails; @class DBTEAMLOGFileRollbackChangesDetails; @class DBTEAMLOGFileSaveCopyReferenceDetails; @class DBTEAMLOGFileUnlikeCommentDetails; +@class DBTEAMLOGFileUnresolveCommentDetails; @class DBTEAMLOGGoogleSsoChangePolicyDetails; @class DBTEAMLOGGroupAddExternalIdDetails; @class DBTEAMLOGGroupAddMemberDetails; @@ -93,8 +97,6 @@ @class DBTEAMLOGGroupChangeMemberRoleDetails; @class DBTEAMLOGGroupCreateDetails; @class DBTEAMLOGGroupDeleteDetails; -@class DBTEAMLOGGroupDescriptionUpdatedDetails; -@class DBTEAMLOGGroupJoinPolicyUpdatedDetails; @class DBTEAMLOGGroupMovedDetails; @class DBTEAMLOGGroupRemoveExternalIdDetails; @class DBTEAMLOGGroupRemoveMemberDetails; @@ -125,13 +127,14 @@ @class DBTEAMLOGNoteShareReceiveDetails; @class DBTEAMLOGNoteSharedDetails; @class DBTEAMLOGOpenNoteSharedDetails; +@class DBTEAMLOGPaperAdminExportStartDetails; @class DBTEAMLOGPaperChangeDeploymentPolicyDetails; +@class DBTEAMLOGPaperChangeMemberLinkPolicyDetails; @class DBTEAMLOGPaperChangeMemberPolicyDetails; @class DBTEAMLOGPaperChangePolicyDetails; @class DBTEAMLOGPaperContentAddMemberDetails; @class DBTEAMLOGPaperContentAddToFolderDetails; @class DBTEAMLOGPaperContentArchiveDetails; -@class DBTEAMLOGPaperContentChangeSubscriptionDetails; @class DBTEAMLOGPaperContentCreateDetails; @class DBTEAMLOGPaperContentPermanentlyDeleteDetails; @class DBTEAMLOGPaperContentRemoveFromFolderDetails; @@ -141,6 +144,7 @@ @class DBTEAMLOGPaperDocAddCommentDetails; @class DBTEAMLOGPaperDocChangeMemberRoleDetails; @class DBTEAMLOGPaperDocChangeSharingPolicyDetails; +@class DBTEAMLOGPaperDocChangeSubscriptionDetails; @class DBTEAMLOGPaperDocDeleteCommentDetails; @class DBTEAMLOGPaperDocDeletedDetails; @class DBTEAMLOGPaperDocDownloadDetails; @@ -153,13 +157,16 @@ @class DBTEAMLOGPaperDocRevertDetails; @class DBTEAMLOGPaperDocSlackShareDetails; @class DBTEAMLOGPaperDocTeamInviteDetails; +@class DBTEAMLOGPaperDocTrashedDetails; @class DBTEAMLOGPaperDocUnresolveCommentDetails; +@class DBTEAMLOGPaperDocUntrashedDetails; @class DBTEAMLOGPaperDocViewDetails; @class DBTEAMLOGPaperEnabledUsersGroupAdditionDetails; @class DBTEAMLOGPaperEnabledUsersGroupRemovalDetails; @class DBTEAMLOGPaperExternalViewAllowDetails; @class DBTEAMLOGPaperExternalViewDefaultTeamDetails; @class DBTEAMLOGPaperExternalViewForbidDetails; +@class DBTEAMLOGPaperFolderChangeSubscriptionDetails; @class DBTEAMLOGPaperFolderDeletedDetails; @class DBTEAMLOGPaperFolderFollowedDetails; @class DBTEAMLOGPaperFolderTeamInviteDetails; @@ -169,8 +176,6 @@ @class DBTEAMLOGPasswordResetAllDetails; @class DBTEAMLOGPasswordResetDetails; @class DBTEAMLOGPermanentDeleteChangePolicyDetails; -@class DBTEAMLOGRemoveLogoutUrlDetails; -@class DBTEAMLOGRemoveSsoUrlDetails; @class DBTEAMLOGResellerSupportSessionEndDetails; @class DBTEAMLOGResellerSupportSessionStartDetails; @class DBTEAMLOGSfAddGroupDetails; @@ -239,12 +244,18 @@ @class DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails; @class DBTEAMLOGSmartSyncNotOptOutDetails; @class DBTEAMLOGSmartSyncOptOutDetails; +@class DBTEAMLOGSsoAddCertDetails; +@class DBTEAMLOGSsoAddLoginUrlDetails; +@class DBTEAMLOGSsoAddLogoutUrlDetails; @class DBTEAMLOGSsoChangeCertDetails; @class DBTEAMLOGSsoChangeLoginUrlDetails; @class DBTEAMLOGSsoChangeLogoutUrlDetails; @class DBTEAMLOGSsoChangePolicyDetails; @class DBTEAMLOGSsoChangeSamlIdentityModeDetails; @class DBTEAMLOGSsoLoginFailDetails; +@class DBTEAMLOGSsoRemoveCertDetails; +@class DBTEAMLOGSsoRemoveLoginUrlDetails; +@class DBTEAMLOGSsoRemoveLogoutUrlDetails; @class DBTEAMLOGTeamActivityCreateReportDetails; @class DBTEAMLOGTeamFolderChangeStatusDetails; @class DBTEAMLOGTeamFolderCreateDetails; @@ -254,6 +265,7 @@ @class DBTEAMLOGTeamMergeFromDetails; @class DBTEAMLOGTeamMergeToDetails; @class DBTEAMLOGTeamProfileAddLogoDetails; +@class DBTEAMLOGTeamProfileChangeDefaultLanguageDetails; @class DBTEAMLOGTeamProfileChangeLogoDetails; @class DBTEAMLOGTeamProfileChangeNameDetails; @class DBTEAMLOGTeamProfileRemoveLogoDetails; @@ -302,6 +314,9 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// Transferred contents of a removed team member account to another member. DBTEAMLOGEventDetailsMemberTransferAccountContentsDetails, + /// Exported all Paper documents in the team. + DBTEAMLOGEventDetailsPaperAdminExportStartDetails, + /// Users added to Paper enabled users list. DBTEAMLOGEventDetailsPaperEnabledUsersGroupAdditionDetails, @@ -339,6 +354,27 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// Unlinked an app for team member. DBTEAMLOGEventDetailsAppUnlinkUserDetails, + /// Added a file comment. + DBTEAMLOGEventDetailsFileAddCommentDetails, + + /// Subscribed to or unsubscribed from comment notifications for file. + DBTEAMLOGEventDetailsFileChangeCommentSubscriptionDetails, + + /// Deleted a file comment. + DBTEAMLOGEventDetailsFileDeleteCommentDetails, + + /// Liked a file comment. + DBTEAMLOGEventDetailsFileLikeCommentDetails, + + /// Resolved a file comment. + DBTEAMLOGEventDetailsFileResolveCommentDetails, + + /// Unliked a file comment. + DBTEAMLOGEventDetailsFileUnlikeCommentDetails, + + /// Unresolved a file comment. + DBTEAMLOGEventDetailsFileUnresolveCommentDetails, + /// IP address associated with active desktop session changed. DBTEAMLOGEventDetailsDeviceChangeIpDesktopDetails, @@ -508,12 +544,6 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// Deleted a group. DBTEAMLOGEventDetailsGroupDeleteDetails, - /// Updated a group. - DBTEAMLOGEventDetailsGroupDescriptionUpdatedDetails, - - /// Updated a group join policy. - DBTEAMLOGEventDetailsGroupJoinPolicyUpdatedDetails, - /// Moved a group. DBTEAMLOGEventDetailsGroupMovedDetails, @@ -580,9 +610,6 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// Archived Paper doc or folder. DBTEAMLOGEventDetailsPaperContentArchiveDetails, - /// Followed or unfollowed a Paper doc or folder. - DBTEAMLOGEventDetailsPaperContentChangeSubscriptionDetails, - /// Created a Paper doc or folder. DBTEAMLOGEventDetailsPaperContentCreateDetails, @@ -610,6 +637,9 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// Changed the sharing policy for Paper doc. DBTEAMLOGEventDetailsPaperDocChangeSharingPolicyDetails, + /// Followed or unfollowed a Paper doc. + DBTEAMLOGEventDetailsPaperDocChangeSubscriptionDetails, + /// Paper doc archived. DBTEAMLOGEventDetailsPaperDocDeletedDetails, @@ -646,12 +676,21 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// Paper doc shared with team member. DBTEAMLOGEventDetailsPaperDocTeamInviteDetails, + /// Paper doc trashed. + DBTEAMLOGEventDetailsPaperDocTrashedDetails, + /// Unresolved a Paper doc comment. DBTEAMLOGEventDetailsPaperDocUnresolveCommentDetails, + /// Paper doc untrashed. + DBTEAMLOGEventDetailsPaperDocUntrashedDetails, + /// Viewed Paper doc. DBTEAMLOGEventDetailsPaperDocViewDetails, + /// Followed or unfollowed a Paper folder. + DBTEAMLOGEventDetailsPaperFolderChangeSubscriptionDetails, + /// Paper folder archived. DBTEAMLOGEventDetailsPaperFolderDeletedDetails, @@ -685,15 +724,6 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// Shared an album. DBTEAMLOGEventDetailsCollectionShareDetails, - /// Added a file comment. - DBTEAMLOGEventDetailsFileAddCommentDetails, - - /// Liked a file comment. - DBTEAMLOGEventDetailsFileLikeCommentDetails, - - /// Unliked a file comment. - DBTEAMLOGEventDetailsFileUnlikeCommentDetails, - /// Changed a Paper document to be invite-only. DBTEAMLOGEventDetailsNoteAclInviteOnlyDetails, @@ -884,11 +914,14 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// Made a file/folder visible only to team members with the link. DBTEAMLOGEventDetailsShmodelVisibilityTeamOnlyDetails, - /// Removed single sign-on logout URL. - DBTEAMLOGEventDetailsRemoveLogoutUrlDetails, + /// Added the X.509 certificate for SSO. + DBTEAMLOGEventDetailsSsoAddCertDetails, - /// Changed the sign-out URL for SSO. - DBTEAMLOGEventDetailsRemoveSsoUrlDetails, + /// Added sign-in URL for SSO. + DBTEAMLOGEventDetailsSsoAddLoginUrlDetails, + + /// Added sign-out URL for SSO. + DBTEAMLOGEventDetailsSsoAddLogoutUrlDetails, /// Changed the X.509 certificate for SSO. DBTEAMLOGEventDetailsSsoChangeCertDetails, @@ -902,6 +935,15 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// Changed the SAML identity mode for SSO. DBTEAMLOGEventDetailsSsoChangeSamlIdentityModeDetails, + /// Removed the X.509 certificate for SSO. + DBTEAMLOGEventDetailsSsoRemoveCertDetails, + + /// Removed the sign-in URL for SSO. + DBTEAMLOGEventDetailsSsoRemoveLoginUrlDetails, + + /// Removed single sign-on logout URL. + DBTEAMLOGEventDetailsSsoRemoveLogoutUrlDetails, + /// Changed the archival status of a team folder. DBTEAMLOGEventDetailsTeamFolderChangeStatusDetails, @@ -1012,6 +1054,9 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// to specific members of the team. DBTEAMLOGEventDetailsPaperChangeDeploymentPolicyDetails, + /// Changed whether non team members can view Paper documents using a link. + DBTEAMLOGEventDetailsPaperChangeMemberLinkPolicyDetails, + /// Changed whether team members can share Paper documents externally (i.e. /// outside the team), and if so, whether they should be accessible only by /// team members or anyone by default. @@ -1066,6 +1111,9 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// Added a team logo to be displayed on shared link headers. DBTEAMLOGEventDetailsTeamProfileAddLogoDetails, + /// Changed the default language for the team. + DBTEAMLOGEventDetailsTeamProfileChangeDefaultLanguageDetails, + /// Changed the team logo to be displayed on shared link headers. DBTEAMLOGEventDetailsTeamProfileChangeLogoDetails, @@ -1131,6 +1179,11 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// true before accessing, otherwise a runtime exception will be raised. @property (nonatomic, readonly) DBTEAMLOGMemberTransferAccountContentsDetails *memberTransferAccountContentsDetails; +/// Exported all Paper documents in the team. @note Ensure the +/// `isPaperAdminExportStartDetails` method returns true before accessing, +/// otherwise a runtime exception will be raised. +@property (nonatomic, readonly) DBTEAMLOGPaperAdminExportStartDetails *paperAdminExportStartDetails; + /// Users added to Paper enabled users list. @note Ensure the /// `isPaperEnabledUsersGroupAdditionDetails` method returns true before /// accessing, otherwise a runtime exception will be raised. @@ -1190,6 +1243,37 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// raised. @property (nonatomic, readonly) DBTEAMLOGAppUnlinkUserDetails *appUnlinkUserDetails; +/// Added a file comment. @note Ensure the `isFileAddCommentDetails` method +/// returns true before accessing, otherwise a runtime exception will be raised. +@property (nonatomic, readonly) DBTEAMLOGFileAddCommentDetails *fileAddCommentDetails; + +/// Subscribed to or unsubscribed from comment notifications for file. @note +/// Ensure the `isFileChangeCommentSubscriptionDetails` method returns true +/// before accessing, otherwise a runtime exception will be raised. +@property (nonatomic, readonly) DBTEAMLOGFileChangeCommentSubscriptionDetails *fileChangeCommentSubscriptionDetails; + +/// Deleted a file comment. @note Ensure the `isFileDeleteCommentDetails` method +/// returns true before accessing, otherwise a runtime exception will be raised. +@property (nonatomic, readonly) DBTEAMLOGFileDeleteCommentDetails *fileDeleteCommentDetails; + +/// Liked a file comment. @note Ensure the `isFileLikeCommentDetails` method +/// returns true before accessing, otherwise a runtime exception will be raised. +@property (nonatomic, readonly) DBTEAMLOGFileLikeCommentDetails *fileLikeCommentDetails; + +/// Resolved a file comment. @note Ensure the `isFileResolveCommentDetails` +/// method returns true before accessing, otherwise a runtime exception will be +/// raised. +@property (nonatomic, readonly) DBTEAMLOGFileResolveCommentDetails *fileResolveCommentDetails; + +/// Unliked a file comment. @note Ensure the `isFileUnlikeCommentDetails` method +/// returns true before accessing, otherwise a runtime exception will be raised. +@property (nonatomic, readonly) DBTEAMLOGFileUnlikeCommentDetails *fileUnlikeCommentDetails; + +/// Unresolved a file comment. @note Ensure the `isFileUnresolveCommentDetails` +/// method returns true before accessing, otherwise a runtime exception will be +/// raised. +@property (nonatomic, readonly) DBTEAMLOGFileUnresolveCommentDetails *fileUnresolveCommentDetails; + /// IP address associated with active desktop session changed. @note Ensure the /// `isDeviceChangeIpDesktopDetails` method returns true before accessing, /// otherwise a runtime exception will be raised. @@ -1459,15 +1543,6 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// before accessing, otherwise a runtime exception will be raised. @property (nonatomic, readonly) DBTEAMLOGGroupDeleteDetails *groupDeleteDetails; -/// Updated a group. @note Ensure the `isGroupDescriptionUpdatedDetails` method -/// returns true before accessing, otherwise a runtime exception will be raised. -@property (nonatomic, readonly) DBTEAMLOGGroupDescriptionUpdatedDetails *groupDescriptionUpdatedDetails; - -/// Updated a group join policy. @note Ensure the -/// `isGroupJoinPolicyUpdatedDetails` method returns true before accessing, -/// otherwise a runtime exception will be raised. -@property (nonatomic, readonly) DBTEAMLOGGroupJoinPolicyUpdatedDetails *groupJoinPolicyUpdatedDetails; - /// Moved a group. @note Ensure the `isGroupMovedDetails` method returns true /// before accessing, otherwise a runtime exception will be raised. @property (nonatomic, readonly) DBTEAMLOGGroupMovedDetails *groupMovedDetails; @@ -1574,11 +1649,6 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// otherwise a runtime exception will be raised. @property (nonatomic, readonly) DBTEAMLOGPaperContentArchiveDetails *paperContentArchiveDetails; -/// Followed or unfollowed a Paper doc or folder. @note Ensure the -/// `isPaperContentChangeSubscriptionDetails` method returns true before -/// accessing, otherwise a runtime exception will be raised. -@property (nonatomic, readonly) DBTEAMLOGPaperContentChangeSubscriptionDetails *paperContentChangeSubscriptionDetails; - /// Created a Paper doc or folder. @note Ensure the /// `isPaperContentCreateDetails` method returns true before accessing, /// otherwise a runtime exception will be raised. @@ -1624,6 +1694,11 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// otherwise a runtime exception will be raised. @property (nonatomic, readonly) DBTEAMLOGPaperDocChangeSharingPolicyDetails *paperDocChangeSharingPolicyDetails; +/// Followed or unfollowed a Paper doc. @note Ensure the +/// `isPaperDocChangeSubscriptionDetails` method returns true before accessing, +/// otherwise a runtime exception will be raised. +@property (nonatomic, readonly) DBTEAMLOGPaperDocChangeSubscriptionDetails *paperDocChangeSubscriptionDetails; + /// Paper doc archived. @note Ensure the `isPaperDocDeletedDetails` method /// returns true before accessing, otherwise a runtime exception will be raised. @property (nonatomic, readonly) DBTEAMLOGPaperDocDeletedDetails *paperDocDeletedDetails; @@ -1681,15 +1756,28 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// otherwise a runtime exception will be raised. @property (nonatomic, readonly) DBTEAMLOGPaperDocTeamInviteDetails *paperDocTeamInviteDetails; +/// Paper doc trashed. @note Ensure the `isPaperDocTrashedDetails` method +/// returns true before accessing, otherwise a runtime exception will be raised. +@property (nonatomic, readonly) DBTEAMLOGPaperDocTrashedDetails *paperDocTrashedDetails; + /// Unresolved a Paper doc comment. @note Ensure the /// `isPaperDocUnresolveCommentDetails` method returns true before accessing, /// otherwise a runtime exception will be raised. @property (nonatomic, readonly) DBTEAMLOGPaperDocUnresolveCommentDetails *paperDocUnresolveCommentDetails; +/// Paper doc untrashed. @note Ensure the `isPaperDocUntrashedDetails` method +/// returns true before accessing, otherwise a runtime exception will be raised. +@property (nonatomic, readonly) DBTEAMLOGPaperDocUntrashedDetails *paperDocUntrashedDetails; + /// Viewed Paper doc. @note Ensure the `isPaperDocViewDetails` method returns /// true before accessing, otherwise a runtime exception will be raised. @property (nonatomic, readonly) DBTEAMLOGPaperDocViewDetails *paperDocViewDetails; +/// Followed or unfollowed a Paper folder. @note Ensure the +/// `isPaperFolderChangeSubscriptionDetails` method returns true before +/// accessing, otherwise a runtime exception will be raised. +@property (nonatomic, readonly) DBTEAMLOGPaperFolderChangeSubscriptionDetails *paperFolderChangeSubscriptionDetails; + /// Paper folder archived. @note Ensure the `isPaperFolderDeletedDetails` method /// returns true before accessing, otherwise a runtime exception will be raised. @property (nonatomic, readonly) DBTEAMLOGPaperFolderDeletedDetails *paperFolderDeletedDetails; @@ -1742,18 +1830,6 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// true before accessing, otherwise a runtime exception will be raised. @property (nonatomic, readonly) DBTEAMLOGCollectionShareDetails *collectionShareDetails; -/// Added a file comment. @note Ensure the `isFileAddCommentDetails` method -/// returns true before accessing, otherwise a runtime exception will be raised. -@property (nonatomic, readonly) DBTEAMLOGFileAddCommentDetails *fileAddCommentDetails; - -/// Liked a file comment. @note Ensure the `isFileLikeCommentDetails` method -/// returns true before accessing, otherwise a runtime exception will be raised. -@property (nonatomic, readonly) DBTEAMLOGFileLikeCommentDetails *fileLikeCommentDetails; - -/// Unliked a file comment. @note Ensure the `isFileUnlikeCommentDetails` method -/// returns true before accessing, otherwise a runtime exception will be raised. -@property (nonatomic, readonly) DBTEAMLOGFileUnlikeCommentDetails *fileUnlikeCommentDetails; - /// Changed a Paper document to be invite-only. @note Ensure the /// `isNoteAclInviteOnlyDetails` method returns true before accessing, otherwise /// a runtime exception will be raised. @@ -2066,15 +2142,19 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// accessing, otherwise a runtime exception will be raised. @property (nonatomic, readonly) DBTEAMLOGShmodelVisibilityTeamOnlyDetails *shmodelVisibilityTeamOnlyDetails; -/// Removed single sign-on logout URL. @note Ensure the -/// `isRemoveLogoutUrlDetails` method returns true before accessing, otherwise a -/// runtime exception will be raised. -@property (nonatomic, readonly) DBTEAMLOGRemoveLogoutUrlDetails *removeLogoutUrlDetails; +/// Added the X.509 certificate for SSO. @note Ensure the `isSsoAddCertDetails` +/// method returns true before accessing, otherwise a runtime exception will be +/// raised. +@property (nonatomic, readonly) DBTEAMLOGSsoAddCertDetails *ssoAddCertDetails; + +/// Added sign-in URL for SSO. @note Ensure the `isSsoAddLoginUrlDetails` method +/// returns true before accessing, otherwise a runtime exception will be raised. +@property (nonatomic, readonly) DBTEAMLOGSsoAddLoginUrlDetails *ssoAddLoginUrlDetails; -/// Changed the sign-out URL for SSO. @note Ensure the `isRemoveSsoUrlDetails` +/// Added sign-out URL for SSO. @note Ensure the `isSsoAddLogoutUrlDetails` /// method returns true before accessing, otherwise a runtime exception will be /// raised. -@property (nonatomic, readonly) DBTEAMLOGRemoveSsoUrlDetails *removeSsoUrlDetails; +@property (nonatomic, readonly) DBTEAMLOGSsoAddLogoutUrlDetails *ssoAddLogoutUrlDetails; /// Changed the X.509 certificate for SSO. @note Ensure the /// `isSsoChangeCertDetails` method returns true before accessing, otherwise a @@ -2096,6 +2176,21 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// otherwise a runtime exception will be raised. @property (nonatomic, readonly) DBTEAMLOGSsoChangeSamlIdentityModeDetails *ssoChangeSamlIdentityModeDetails; +/// Removed the X.509 certificate for SSO. @note Ensure the +/// `isSsoRemoveCertDetails` method returns true before accessing, otherwise a +/// runtime exception will be raised. +@property (nonatomic, readonly) DBTEAMLOGSsoRemoveCertDetails *ssoRemoveCertDetails; + +/// Removed the sign-in URL for SSO. @note Ensure the +/// `isSsoRemoveLoginUrlDetails` method returns true before accessing, otherwise +/// a runtime exception will be raised. +@property (nonatomic, readonly) DBTEAMLOGSsoRemoveLoginUrlDetails *ssoRemoveLoginUrlDetails; + +/// Removed single sign-on logout URL. @note Ensure the +/// `isSsoRemoveLogoutUrlDetails` method returns true before accessing, +/// otherwise a runtime exception will be raised. +@property (nonatomic, readonly) DBTEAMLOGSsoRemoveLogoutUrlDetails *ssoRemoveLogoutUrlDetails; + /// Changed the archival status of a team folder. @note Ensure the /// `isTeamFolderChangeStatusDetails` method returns true before accessing, /// otherwise a runtime exception will be raised. @@ -2280,6 +2375,11 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// otherwise a runtime exception will be raised. @property (nonatomic, readonly) DBTEAMLOGPaperChangeDeploymentPolicyDetails *paperChangeDeploymentPolicyDetails; +/// Changed whether non team members can view Paper documents using a link. +/// @note Ensure the `isPaperChangeMemberLinkPolicyDetails` method returns true +/// before accessing, otherwise a runtime exception will be raised. +@property (nonatomic, readonly) DBTEAMLOGPaperChangeMemberLinkPolicyDetails *paperChangeMemberLinkPolicyDetails; + /// Changed whether team members can share Paper documents externally (i.e. /// outside the team), and if so, whether they should be accessible only by team /// members or anyone by default. @note Ensure the @@ -2364,6 +2464,12 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// otherwise a runtime exception will be raised. @property (nonatomic, readonly) DBTEAMLOGTeamProfileAddLogoDetails *teamProfileAddLogoDetails; +/// Changed the default language for the team. @note Ensure the +/// `isTeamProfileChangeDefaultLanguageDetails` method returns true before +/// accessing, otherwise a runtime exception will be raised. +@property (nonatomic, readonly) + DBTEAMLOGTeamProfileChangeDefaultLanguageDetails *teamProfileChangeDefaultLanguageDetails; + /// Changed the team logo to be displayed on shared link headers. @note Ensure /// the `isTeamProfileChangeLogoDetails` method returns true before accessing, /// otherwise a runtime exception will be raised. @@ -2483,6 +2589,21 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { - (instancetype)initWithMemberTransferAccountContentsDetails: (DBTEAMLOGMemberTransferAccountContentsDetails *)memberTransferAccountContentsDetails; +/// +/// Initializes union class with tag state of +/// "paper_admin_export_start_details". +/// +/// Description of the "paper_admin_export_start_details" tag state: Exported +/// all Paper documents in the team. +/// +/// @param paperAdminExportStartDetails Exported all Paper documents in the +/// team. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithPaperAdminExportStartDetails: + (DBTEAMLOGPaperAdminExportStartDetails *)paperAdminExportStartDetails; + /// /// Initializes union class with tag state of /// "paper_enabled_users_group_addition_details". @@ -2644,6 +2765,93 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// - (instancetype)initWithAppUnlinkUserDetails:(DBTEAMLOGAppUnlinkUserDetails *)appUnlinkUserDetails; +/// +/// Initializes union class with tag state of "file_add_comment_details". +/// +/// Description of the "file_add_comment_details" tag state: Added a file +/// comment. +/// +/// @param fileAddCommentDetails Added a file comment. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithFileAddCommentDetails:(DBTEAMLOGFileAddCommentDetails *)fileAddCommentDetails; + +/// +/// Initializes union class with tag state of +/// "file_change_comment_subscription_details". +/// +/// Description of the "file_change_comment_subscription_details" tag state: +/// Subscribed to or unsubscribed from comment notifications for file. +/// +/// @param fileChangeCommentSubscriptionDetails Subscribed to or unsubscribed +/// from comment notifications for file. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithFileChangeCommentSubscriptionDetails: + (DBTEAMLOGFileChangeCommentSubscriptionDetails *)fileChangeCommentSubscriptionDetails; + +/// +/// Initializes union class with tag state of "file_delete_comment_details". +/// +/// Description of the "file_delete_comment_details" tag state: Deleted a file +/// comment. +/// +/// @param fileDeleteCommentDetails Deleted a file comment. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithFileDeleteCommentDetails:(DBTEAMLOGFileDeleteCommentDetails *)fileDeleteCommentDetails; + +/// +/// Initializes union class with tag state of "file_like_comment_details". +/// +/// Description of the "file_like_comment_details" tag state: Liked a file +/// comment. +/// +/// @param fileLikeCommentDetails Liked a file comment. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithFileLikeCommentDetails:(DBTEAMLOGFileLikeCommentDetails *)fileLikeCommentDetails; + +/// +/// Initializes union class with tag state of "file_resolve_comment_details". +/// +/// Description of the "file_resolve_comment_details" tag state: Resolved a file +/// comment. +/// +/// @param fileResolveCommentDetails Resolved a file comment. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithFileResolveCommentDetails:(DBTEAMLOGFileResolveCommentDetails *)fileResolveCommentDetails; + +/// +/// Initializes union class with tag state of "file_unlike_comment_details". +/// +/// Description of the "file_unlike_comment_details" tag state: Unliked a file +/// comment. +/// +/// @param fileUnlikeCommentDetails Unliked a file comment. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithFileUnlikeCommentDetails:(DBTEAMLOGFileUnlikeCommentDetails *)fileUnlikeCommentDetails; + +/// +/// Initializes union class with tag state of "file_unresolve_comment_details". +/// +/// Description of the "file_unresolve_comment_details" tag state: Unresolved a +/// file comment. +/// +/// @param fileUnresolveCommentDetails Unresolved a file comment. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithFileUnresolveCommentDetails:(DBTEAMLOGFileUnresolveCommentDetails *)fileUnresolveCommentDetails; + /// /// Initializes union class with tag state of /// "device_change_ip_desktop_details". @@ -3374,34 +3582,6 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// - (instancetype)initWithGroupDeleteDetails:(DBTEAMLOGGroupDeleteDetails *)groupDeleteDetails; -/// -/// Initializes union class with tag state of -/// "group_description_updated_details". -/// -/// Description of the "group_description_updated_details" tag state: Updated a -/// group. -/// -/// @param groupDescriptionUpdatedDetails Updated a group. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithGroupDescriptionUpdatedDetails: - (DBTEAMLOGGroupDescriptionUpdatedDetails *)groupDescriptionUpdatedDetails; - -/// -/// Initializes union class with tag state of -/// "group_join_policy_updated_details". -/// -/// Description of the "group_join_policy_updated_details" tag state: Updated a -/// group join policy. -/// -/// @param groupJoinPolicyUpdatedDetails Updated a group join policy. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithGroupJoinPolicyUpdatedDetails: - (DBTEAMLOGGroupJoinPolicyUpdatedDetails *)groupJoinPolicyUpdatedDetails; - /// /// Initializes union class with tag state of "group_moved_details". /// @@ -3680,21 +3860,6 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// - (instancetype)initWithPaperContentArchiveDetails:(DBTEAMLOGPaperContentArchiveDetails *)paperContentArchiveDetails; -/// -/// Initializes union class with tag state of -/// "paper_content_change_subscription_details". -/// -/// Description of the "paper_content_change_subscription_details" tag state: -/// Followed or unfollowed a Paper doc or folder. -/// -/// @param paperContentChangeSubscriptionDetails Followed or unfollowed a Paper -/// doc or folder. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithPaperContentChangeSubscriptionDetails: - (DBTEAMLOGPaperContentChangeSubscriptionDetails *)paperContentChangeSubscriptionDetails; - /// /// Initializes union class with tag state of "paper_content_create_details". /// @@ -3818,6 +3983,20 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { - (instancetype)initWithPaperDocChangeSharingPolicyDetails: (DBTEAMLOGPaperDocChangeSharingPolicyDetails *)paperDocChangeSharingPolicyDetails; +/// +/// Initializes union class with tag state of +/// "paper_doc_change_subscription_details". +/// +/// Description of the "paper_doc_change_subscription_details" tag state: +/// Followed or unfollowed a Paper doc. +/// +/// @param paperDocChangeSubscriptionDetails Followed or unfollowed a Paper doc. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithPaperDocChangeSubscriptionDetails: + (DBTEAMLOGPaperDocChangeSubscriptionDetails *)paperDocChangeSubscriptionDetails; + /// /// Initializes union class with tag state of "paper_doc_deleted_details". /// @@ -3968,6 +4147,17 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// - (instancetype)initWithPaperDocTeamInviteDetails:(DBTEAMLOGPaperDocTeamInviteDetails *)paperDocTeamInviteDetails; +/// +/// Initializes union class with tag state of "paper_doc_trashed_details". +/// +/// Description of the "paper_doc_trashed_details" tag state: Paper doc trashed. +/// +/// @param paperDocTrashedDetails Paper doc trashed. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithPaperDocTrashedDetails:(DBTEAMLOGPaperDocTrashedDetails *)paperDocTrashedDetails; + /// /// Initializes union class with tag state of /// "paper_doc_unresolve_comment_details". @@ -3982,6 +4172,18 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { - (instancetype)initWithPaperDocUnresolveCommentDetails: (DBTEAMLOGPaperDocUnresolveCommentDetails *)paperDocUnresolveCommentDetails; +/// +/// Initializes union class with tag state of "paper_doc_untrashed_details". +/// +/// Description of the "paper_doc_untrashed_details" tag state: Paper doc +/// untrashed. +/// +/// @param paperDocUntrashedDetails Paper doc untrashed. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithPaperDocUntrashedDetails:(DBTEAMLOGPaperDocUntrashedDetails *)paperDocUntrashedDetails; + /// /// Initializes union class with tag state of "paper_doc_view_details". /// @@ -3993,6 +4195,21 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// - (instancetype)initWithPaperDocViewDetails:(DBTEAMLOGPaperDocViewDetails *)paperDocViewDetails; +/// +/// Initializes union class with tag state of +/// "paper_folder_change_subscription_details". +/// +/// Description of the "paper_folder_change_subscription_details" tag state: +/// Followed or unfollowed a Paper folder. +/// +/// @param paperFolderChangeSubscriptionDetails Followed or unfollowed a Paper +/// folder. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithPaperFolderChangeSubscriptionDetails: + (DBTEAMLOGPaperFolderChangeSubscriptionDetails *)paperFolderChangeSubscriptionDetails; + /// /// Initializes union class with tag state of "paper_folder_deleted_details". /// @@ -4131,42 +4348,6 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// - (instancetype)initWithCollectionShareDetails:(DBTEAMLOGCollectionShareDetails *)collectionShareDetails; -/// -/// Initializes union class with tag state of "file_add_comment_details". -/// -/// Description of the "file_add_comment_details" tag state: Added a file -/// comment. -/// -/// @param fileAddCommentDetails Added a file comment. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithFileAddCommentDetails:(DBTEAMLOGFileAddCommentDetails *)fileAddCommentDetails; - -/// -/// Initializes union class with tag state of "file_like_comment_details". -/// -/// Description of the "file_like_comment_details" tag state: Liked a file -/// comment. -/// -/// @param fileLikeCommentDetails Liked a file comment. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithFileLikeCommentDetails:(DBTEAMLOGFileLikeCommentDetails *)fileLikeCommentDetails; - -/// -/// Initializes union class with tag state of "file_unlike_comment_details". -/// -/// Description of the "file_unlike_comment_details" tag state: Unliked a file -/// comment. -/// -/// @param fileUnlikeCommentDetails Unliked a file comment. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithFileUnlikeCommentDetails:(DBTEAMLOGFileUnlikeCommentDetails *)fileUnlikeCommentDetails; - /// /// Initializes union class with tag state of "note_acl_invite_only_details". /// @@ -5007,28 +5188,40 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { (DBTEAMLOGShmodelVisibilityTeamOnlyDetails *)shmodelVisibilityTeamOnlyDetails; /// -/// Initializes union class with tag state of "remove_logout_url_details". +/// Initializes union class with tag state of "sso_add_cert_details". /// -/// Description of the "remove_logout_url_details" tag state: Removed single -/// sign-on logout URL. +/// Description of the "sso_add_cert_details" tag state: Added the X.509 +/// certificate for SSO. /// -/// @param removeLogoutUrlDetails Removed single sign-on logout URL. +/// @param ssoAddCertDetails Added the X.509 certificate for SSO. /// /// @return An initialized instance. /// -- (instancetype)initWithRemoveLogoutUrlDetails:(DBTEAMLOGRemoveLogoutUrlDetails *)removeLogoutUrlDetails; +- (instancetype)initWithSsoAddCertDetails:(DBTEAMLOGSsoAddCertDetails *)ssoAddCertDetails; /// -/// Initializes union class with tag state of "remove_sso_url_details". +/// Initializes union class with tag state of "sso_add_login_url_details". +/// +/// Description of the "sso_add_login_url_details" tag state: Added sign-in URL +/// for SSO. /// -/// Description of the "remove_sso_url_details" tag state: Changed the sign-out +/// @param ssoAddLoginUrlDetails Added sign-in URL for SSO. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithSsoAddLoginUrlDetails:(DBTEAMLOGSsoAddLoginUrlDetails *)ssoAddLoginUrlDetails; + +/// +/// Initializes union class with tag state of "sso_add_logout_url_details". +/// +/// Description of the "sso_add_logout_url_details" tag state: Added sign-out /// URL for SSO. /// -/// @param removeSsoUrlDetails Changed the sign-out URL for SSO. +/// @param ssoAddLogoutUrlDetails Added sign-out URL for SSO. /// /// @return An initialized instance. /// -- (instancetype)initWithRemoveSsoUrlDetails:(DBTEAMLOGRemoveSsoUrlDetails *)removeSsoUrlDetails; +- (instancetype)initWithSsoAddLogoutUrlDetails:(DBTEAMLOGSsoAddLogoutUrlDetails *)ssoAddLogoutUrlDetails; /// /// Initializes union class with tag state of "sso_change_cert_details". @@ -5081,6 +5274,42 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { - (instancetype)initWithSsoChangeSamlIdentityModeDetails: (DBTEAMLOGSsoChangeSamlIdentityModeDetails *)ssoChangeSamlIdentityModeDetails; +/// +/// Initializes union class with tag state of "sso_remove_cert_details". +/// +/// Description of the "sso_remove_cert_details" tag state: Removed the X.509 +/// certificate for SSO. +/// +/// @param ssoRemoveCertDetails Removed the X.509 certificate for SSO. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithSsoRemoveCertDetails:(DBTEAMLOGSsoRemoveCertDetails *)ssoRemoveCertDetails; + +/// +/// Initializes union class with tag state of "sso_remove_login_url_details". +/// +/// Description of the "sso_remove_login_url_details" tag state: Removed the +/// sign-in URL for SSO. +/// +/// @param ssoRemoveLoginUrlDetails Removed the sign-in URL for SSO. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithSsoRemoveLoginUrlDetails:(DBTEAMLOGSsoRemoveLoginUrlDetails *)ssoRemoveLoginUrlDetails; + +/// +/// Initializes union class with tag state of "sso_remove_logout_url_details". +/// +/// Description of the "sso_remove_logout_url_details" tag state: Removed single +/// sign-on logout URL. +/// +/// @param ssoRemoveLogoutUrlDetails Removed single sign-on logout URL. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithSsoRemoveLogoutUrlDetails:(DBTEAMLOGSsoRemoveLogoutUrlDetails *)ssoRemoveLogoutUrlDetails; + /// /// Initializes union class with tag state of /// "team_folder_change_status_details". @@ -5561,6 +5790,21 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { - (instancetype)initWithPaperChangeDeploymentPolicyDetails: (DBTEAMLOGPaperChangeDeploymentPolicyDetails *)paperChangeDeploymentPolicyDetails; +/// +/// Initializes union class with tag state of +/// "paper_change_member_link_policy_details". +/// +/// Description of the "paper_change_member_link_policy_details" tag state: +/// Changed whether non team members can view Paper documents using a link. +/// +/// @param paperChangeMemberLinkPolicyDetails Changed whether non team members +/// can view Paper documents using a link. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithPaperChangeMemberLinkPolicyDetails: + (DBTEAMLOGPaperChangeMemberLinkPolicyDetails *)paperChangeMemberLinkPolicyDetails; + /// /// Initializes union class with tag state of /// "paper_change_member_policy_details". @@ -5784,6 +6028,21 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// - (instancetype)initWithTeamProfileAddLogoDetails:(DBTEAMLOGTeamProfileAddLogoDetails *)teamProfileAddLogoDetails; +/// +/// Initializes union class with tag state of +/// "team_profile_change_default_language_details". +/// +/// Description of the "team_profile_change_default_language_details" tag state: +/// Changed the default language for the team. +/// +/// @param teamProfileChangeDefaultLanguageDetails Changed the default language +/// for the team. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithTeamProfileChangeDefaultLanguageDetails: + (DBTEAMLOGTeamProfileChangeDefaultLanguageDetails *)teamProfileChangeDefaultLanguageDetails; + /// /// Initializes union class with tag state of /// "team_profile_change_logo_details". @@ -5994,6 +6253,19 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// - (BOOL)isMemberTransferAccountContentsDetails; +/// +/// Retrieves whether the union's current tag state has value +/// "paper_admin_export_start_details". +/// +/// @note Call this method and ensure it returns true before accessing the +/// `paperAdminExportStartDetails` property, otherwise a runtime exception will +/// be thrown. +/// +/// @return Whether the union's current tag state has value +/// "paper_admin_export_start_details". +/// +- (BOOL)isPaperAdminExportStartDetails; + /// /// Retrieves whether the union's current tag state has value /// "paper_enabled_users_group_addition_details". @@ -6147,6 +6419,97 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// - (BOOL)isAppUnlinkUserDetails; +/// +/// Retrieves whether the union's current tag state has value +/// "file_add_comment_details". +/// +/// @note Call this method and ensure it returns true before accessing the +/// `fileAddCommentDetails` property, otherwise a runtime exception will be +/// thrown. +/// +/// @return Whether the union's current tag state has value +/// "file_add_comment_details". +/// +- (BOOL)isFileAddCommentDetails; + +/// +/// Retrieves whether the union's current tag state has value +/// "file_change_comment_subscription_details". +/// +/// @note Call this method and ensure it returns true before accessing the +/// `fileChangeCommentSubscriptionDetails` property, otherwise a runtime +/// exception will be thrown. +/// +/// @return Whether the union's current tag state has value +/// "file_change_comment_subscription_details". +/// +- (BOOL)isFileChangeCommentSubscriptionDetails; + +/// +/// Retrieves whether the union's current tag state has value +/// "file_delete_comment_details". +/// +/// @note Call this method and ensure it returns true before accessing the +/// `fileDeleteCommentDetails` property, otherwise a runtime exception will be +/// thrown. +/// +/// @return Whether the union's current tag state has value +/// "file_delete_comment_details". +/// +- (BOOL)isFileDeleteCommentDetails; + +/// +/// Retrieves whether the union's current tag state has value +/// "file_like_comment_details". +/// +/// @note Call this method and ensure it returns true before accessing the +/// `fileLikeCommentDetails` property, otherwise a runtime exception will be +/// thrown. +/// +/// @return Whether the union's current tag state has value +/// "file_like_comment_details". +/// +- (BOOL)isFileLikeCommentDetails; + +/// +/// Retrieves whether the union's current tag state has value +/// "file_resolve_comment_details". +/// +/// @note Call this method and ensure it returns true before accessing the +/// `fileResolveCommentDetails` property, otherwise a runtime exception will be +/// thrown. +/// +/// @return Whether the union's current tag state has value +/// "file_resolve_comment_details". +/// +- (BOOL)isFileResolveCommentDetails; + +/// +/// Retrieves whether the union's current tag state has value +/// "file_unlike_comment_details". +/// +/// @note Call this method and ensure it returns true before accessing the +/// `fileUnlikeCommentDetails` property, otherwise a runtime exception will be +/// thrown. +/// +/// @return Whether the union's current tag state has value +/// "file_unlike_comment_details". +/// +- (BOOL)isFileUnlikeCommentDetails; + +/// +/// Retrieves whether the union's current tag state has value +/// "file_unresolve_comment_details". +/// +/// @note Call this method and ensure it returns true before accessing the +/// `fileUnresolveCommentDetails` property, otherwise a runtime exception will +/// be thrown. +/// +/// @return Whether the union's current tag state has value +/// "file_unresolve_comment_details". +/// +- (BOOL)isFileUnresolveCommentDetails; + /// /// Retrieves whether the union's current tag state has value /// "device_change_ip_desktop_details". @@ -6847,32 +7210,6 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// - (BOOL)isGroupDeleteDetails; -/// -/// Retrieves whether the union's current tag state has value -/// "group_description_updated_details". -/// -/// @note Call this method and ensure it returns true before accessing the -/// `groupDescriptionUpdatedDetails` property, otherwise a runtime exception -/// will be thrown. -/// -/// @return Whether the union's current tag state has value -/// "group_description_updated_details". -/// -- (BOOL)isGroupDescriptionUpdatedDetails; - -/// -/// Retrieves whether the union's current tag state has value -/// "group_join_policy_updated_details". -/// -/// @note Call this method and ensure it returns true before accessing the -/// `groupJoinPolicyUpdatedDetails` property, otherwise a runtime exception will -/// be thrown. -/// -/// @return Whether the union's current tag state has value -/// "group_join_policy_updated_details". -/// -- (BOOL)isGroupJoinPolicyUpdatedDetails; - /// /// Retrieves whether the union's current tag state has value /// "group_moved_details". @@ -7154,19 +7491,6 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// - (BOOL)isPaperContentArchiveDetails; -/// -/// Retrieves whether the union's current tag state has value -/// "paper_content_change_subscription_details". -/// -/// @note Call this method and ensure it returns true before accessing the -/// `paperContentChangeSubscriptionDetails` property, otherwise a runtime -/// exception will be thrown. -/// -/// @return Whether the union's current tag state has value -/// "paper_content_change_subscription_details". -/// -- (BOOL)isPaperContentChangeSubscriptionDetails; - /// /// Retrieves whether the union's current tag state has value /// "paper_content_create_details". @@ -7284,6 +7608,19 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// - (BOOL)isPaperDocChangeSharingPolicyDetails; +/// +/// Retrieves whether the union's current tag state has value +/// "paper_doc_change_subscription_details". +/// +/// @note Call this method and ensure it returns true before accessing the +/// `paperDocChangeSubscriptionDetails` property, otherwise a runtime exception +/// will be thrown. +/// +/// @return Whether the union's current tag state has value +/// "paper_doc_change_subscription_details". +/// +- (BOOL)isPaperDocChangeSubscriptionDetails; + /// /// Retrieves whether the union's current tag state has value /// "paper_doc_deleted_details". @@ -7440,6 +7777,19 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// - (BOOL)isPaperDocTeamInviteDetails; +/// +/// Retrieves whether the union's current tag state has value +/// "paper_doc_trashed_details". +/// +/// @note Call this method and ensure it returns true before accessing the +/// `paperDocTrashedDetails` property, otherwise a runtime exception will be +/// thrown. +/// +/// @return Whether the union's current tag state has value +/// "paper_doc_trashed_details". +/// +- (BOOL)isPaperDocTrashedDetails; + /// /// Retrieves whether the union's current tag state has value /// "paper_doc_unresolve_comment_details". @@ -7453,6 +7803,19 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// - (BOOL)isPaperDocUnresolveCommentDetails; +/// +/// Retrieves whether the union's current tag state has value +/// "paper_doc_untrashed_details". +/// +/// @note Call this method and ensure it returns true before accessing the +/// `paperDocUntrashedDetails` property, otherwise a runtime exception will be +/// thrown. +/// +/// @return Whether the union's current tag state has value +/// "paper_doc_untrashed_details". +/// +- (BOOL)isPaperDocUntrashedDetails; + /// /// Retrieves whether the union's current tag state has value /// "paper_doc_view_details". @@ -7466,6 +7829,19 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// - (BOOL)isPaperDocViewDetails; +/// +/// Retrieves whether the union's current tag state has value +/// "paper_folder_change_subscription_details". +/// +/// @note Call this method and ensure it returns true before accessing the +/// `paperFolderChangeSubscriptionDetails` property, otherwise a runtime +/// exception will be thrown. +/// +/// @return Whether the union's current tag state has value +/// "paper_folder_change_subscription_details". +/// +- (BOOL)isPaperFolderChangeSubscriptionDetails; + /// /// Retrieves whether the union's current tag state has value /// "paper_folder_deleted_details". @@ -7609,45 +7985,6 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// - (BOOL)isCollectionShareDetails; -/// -/// Retrieves whether the union's current tag state has value -/// "file_add_comment_details". -/// -/// @note Call this method and ensure it returns true before accessing the -/// `fileAddCommentDetails` property, otherwise a runtime exception will be -/// thrown. -/// -/// @return Whether the union's current tag state has value -/// "file_add_comment_details". -/// -- (BOOL)isFileAddCommentDetails; - -/// -/// Retrieves whether the union's current tag state has value -/// "file_like_comment_details". -/// -/// @note Call this method and ensure it returns true before accessing the -/// `fileLikeCommentDetails` property, otherwise a runtime exception will be -/// thrown. -/// -/// @return Whether the union's current tag state has value -/// "file_like_comment_details". -/// -- (BOOL)isFileLikeCommentDetails; - -/// -/// Retrieves whether the union's current tag state has value -/// "file_unlike_comment_details". -/// -/// @note Call this method and ensure it returns true before accessing the -/// `fileUnlikeCommentDetails` property, otherwise a runtime exception will be -/// thrown. -/// -/// @return Whether the union's current tag state has value -/// "file_unlike_comment_details". -/// -- (BOOL)isFileUnlikeCommentDetails; - /// /// Retrieves whether the union's current tag state has value /// "note_acl_invite_only_details". @@ -8449,29 +8786,41 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// /// Retrieves whether the union's current tag state has value -/// "remove_logout_url_details". +/// "sso_add_cert_details". +/// +/// @note Call this method and ensure it returns true before accessing the +/// `ssoAddCertDetails` property, otherwise a runtime exception will be thrown. +/// +/// @return Whether the union's current tag state has value +/// "sso_add_cert_details". +/// +- (BOOL)isSsoAddCertDetails; + +/// +/// Retrieves whether the union's current tag state has value +/// "sso_add_login_url_details". /// /// @note Call this method and ensure it returns true before accessing the -/// `removeLogoutUrlDetails` property, otherwise a runtime exception will be +/// `ssoAddLoginUrlDetails` property, otherwise a runtime exception will be /// thrown. /// /// @return Whether the union's current tag state has value -/// "remove_logout_url_details". +/// "sso_add_login_url_details". /// -- (BOOL)isRemoveLogoutUrlDetails; +- (BOOL)isSsoAddLoginUrlDetails; /// /// Retrieves whether the union's current tag state has value -/// "remove_sso_url_details". +/// "sso_add_logout_url_details". /// /// @note Call this method and ensure it returns true before accessing the -/// `removeSsoUrlDetails` property, otherwise a runtime exception will be +/// `ssoAddLogoutUrlDetails` property, otherwise a runtime exception will be /// thrown. /// /// @return Whether the union's current tag state has value -/// "remove_sso_url_details". +/// "sso_add_logout_url_details". /// -- (BOOL)isRemoveSsoUrlDetails; +- (BOOL)isSsoAddLogoutUrlDetails; /// /// Retrieves whether the union's current tag state has value @@ -8525,6 +8874,45 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// - (BOOL)isSsoChangeSamlIdentityModeDetails; +/// +/// Retrieves whether the union's current tag state has value +/// "sso_remove_cert_details". +/// +/// @note Call this method and ensure it returns true before accessing the +/// `ssoRemoveCertDetails` property, otherwise a runtime exception will be +/// thrown. +/// +/// @return Whether the union's current tag state has value +/// "sso_remove_cert_details". +/// +- (BOOL)isSsoRemoveCertDetails; + +/// +/// Retrieves whether the union's current tag state has value +/// "sso_remove_login_url_details". +/// +/// @note Call this method and ensure it returns true before accessing the +/// `ssoRemoveLoginUrlDetails` property, otherwise a runtime exception will be +/// thrown. +/// +/// @return Whether the union's current tag state has value +/// "sso_remove_login_url_details". +/// +- (BOOL)isSsoRemoveLoginUrlDetails; + +/// +/// Retrieves whether the union's current tag state has value +/// "sso_remove_logout_url_details". +/// +/// @note Call this method and ensure it returns true before accessing the +/// `ssoRemoveLogoutUrlDetails` property, otherwise a runtime exception will be +/// thrown. +/// +/// @return Whether the union's current tag state has value +/// "sso_remove_logout_url_details". +/// +- (BOOL)isSsoRemoveLogoutUrlDetails; + /// /// Retrieves whether the union's current tag state has value /// "team_folder_change_status_details". @@ -8941,6 +9329,19 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// - (BOOL)isPaperChangeDeploymentPolicyDetails; +/// +/// Retrieves whether the union's current tag state has value +/// "paper_change_member_link_policy_details". +/// +/// @note Call this method and ensure it returns true before accessing the +/// `paperChangeMemberLinkPolicyDetails` property, otherwise a runtime exception +/// will be thrown. +/// +/// @return Whether the union's current tag state has value +/// "paper_change_member_link_policy_details". +/// +- (BOOL)isPaperChangeMemberLinkPolicyDetails; + /// /// Retrieves whether the union's current tag state has value /// "paper_change_member_policy_details". @@ -9136,6 +9537,19 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// - (BOOL)isTeamProfileAddLogoDetails; +/// +/// Retrieves whether the union's current tag state has value +/// "team_profile_change_default_language_details". +/// +/// @note Call this method and ensure it returns true before accessing the +/// `teamProfileChangeDefaultLanguageDetails` property, otherwise a runtime +/// exception will be thrown. +/// +/// @return Whether the union's current tag state has value +/// "team_profile_change_default_language_details". +/// +- (BOOL)isTeamProfileChangeDefaultLanguageDetails; + /// /// Retrieves whether the union's current tag state has value /// "team_profile_change_logo_details". @@ -9305,7 +9719,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventDetailsTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGEventDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGEventDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGEventDetails *)instance; /// /// Deserializes `DBTEAMLOGEventDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEventType.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEventType.h index 841f0220..f6d9606d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEventType.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEventType.h @@ -43,6 +43,9 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// Transferred contents of a removed team member account to another member. DBTEAMLOGEventTypeMemberTransferAccountContents, + /// Exported all Paper documents in the team. + DBTEAMLOGEventTypePaperAdminExportStart, + /// Users added to Paper enabled users list. DBTEAMLOGEventTypePaperEnabledUsersGroupAddition, @@ -88,6 +91,29 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// Unlinked an app for team member. DBTEAMLOGEventTypeAppUnlinkUser, + /// Added a file comment. + DBTEAMLOGEventTypeFileAddComment, + + /// Subscribed to or unsubscribed from comment notifications for file. + DBTEAMLOGEventTypeFileChangeCommentSubscription, + + /// Deleted a file comment. + DBTEAMLOGEventTypeFileDeleteComment, + + /// Liked a file comment. This event is deprecated and will not be logged + /// going forward as the associated product functionality no longer exists. + DBTEAMLOGEventTypeFileLikeComment, + + /// Resolved a file comment. + DBTEAMLOGEventTypeFileResolveComment, + + /// Unliked a file comment. This event is deprecated and will not be logged + /// going forward as the associated product functionality no longer exists. + DBTEAMLOGEventTypeFileUnlikeComment, + + /// Unresolved a file comment. + DBTEAMLOGEventTypeFileUnresolveComment, + /// IP address associated with active desktop session changed. DBTEAMLOGEventTypeDeviceChangeIpDesktop, @@ -268,12 +294,6 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// Deleted a group. DBTEAMLOGEventTypeGroupDelete, - /// Updated a group. - DBTEAMLOGEventTypeGroupDescriptionUpdated, - - /// Updated a group join policy. - DBTEAMLOGEventTypeGroupJoinPolicyUpdated, - /// Moved a group. This event is deprecated and will not be logged going /// forward as the associated product functionality no longer exists. DBTEAMLOGEventTypeGroupMoved, @@ -341,9 +361,6 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// Archived Paper doc or folder. DBTEAMLOGEventTypePaperContentArchive, - /// Followed or unfollowed a Paper doc or folder. - DBTEAMLOGEventTypePaperContentChangeSubscription, - /// Created a Paper doc or folder. DBTEAMLOGEventTypePaperContentCreate, @@ -371,6 +388,9 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// Changed the sharing policy for Paper doc. DBTEAMLOGEventTypePaperDocChangeSharingPolicy, + /// Followed or unfollowed a Paper doc. + DBTEAMLOGEventTypePaperDocChangeSubscription, + /// Paper doc archived. This event is deprecated and will not be logged /// going forward as the associated product functionality no longer exists. DBTEAMLOGEventTypePaperDocDeleted, @@ -388,7 +408,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { DBTEAMLOGEventTypePaperDocEditComment, /// Followed a Paper doc. This event is replaced by - /// paper_content_change_subscription and will not be logged going forward. + /// paper_doc_change_subscription and will not be logged going forward. DBTEAMLOGEventTypePaperDocFollowed, /// Mentioned a member in a Paper doc. @@ -411,18 +431,27 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// longer exists. DBTEAMLOGEventTypePaperDocTeamInvite, + /// Paper doc trashed. + DBTEAMLOGEventTypePaperDocTrashed, + /// Unresolved a Paper doc comment. DBTEAMLOGEventTypePaperDocUnresolveComment, + /// Paper doc untrashed. + DBTEAMLOGEventTypePaperDocUntrashed, + /// Viewed Paper doc. DBTEAMLOGEventTypePaperDocView, + /// Followed or unfollowed a Paper folder. + DBTEAMLOGEventTypePaperFolderChangeSubscription, + /// Paper folder archived. This event is deprecated and will not be logged /// going forward as the associated product functionality no longer exists. DBTEAMLOGEventTypePaperFolderDeleted, /// Followed a Paper folder. This event is replaced by - /// paper_content_change_subscription and will not be logged going forward. + /// paper_folder_change_subscription and will not be logged going forward. DBTEAMLOGEventTypePaperFolderFollowed, /// Paper folder shared with team member. This event is deprecated and will @@ -454,17 +483,6 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// Shared an album. DBTEAMLOGEventTypeCollectionShare, - /// Added a file comment. - DBTEAMLOGEventTypeFileAddComment, - - /// Liked a file comment. This event is deprecated and will not be logged - /// going forward as the associated product functionality no longer exists. - DBTEAMLOGEventTypeFileLikeComment, - - /// Unliked a file comment. This event is deprecated and will not be logged - /// going forward as the associated product functionality no longer exists. - DBTEAMLOGEventTypeFileUnlikeComment, - /// Changed a Paper document to be invite-only. This event is deprecated and /// will not be logged going forward as the associated product functionality /// no longer exists. @@ -686,15 +704,14 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// Made a file/folder visible only to team members with the link. DBTEAMLOGEventTypeShmodelVisibilityTeamOnly, - /// Removed single sign-on logout URL. This event is deprecated and will not - /// be logged going forward as the associated product functionality no - /// longer exists. - DBTEAMLOGEventTypeRemoveLogoutUrl, + /// Added the X.509 certificate for SSO. + DBTEAMLOGEventTypeSsoAddCert, - /// Changed the sign-out URL for SSO. This event is deprecated and will not - /// be logged going forward as the associated product functionality no - /// longer exists. - DBTEAMLOGEventTypeRemoveSsoUrl, + /// Added sign-in URL for SSO. + DBTEAMLOGEventTypeSsoAddLoginUrl, + + /// Added sign-out URL for SSO. + DBTEAMLOGEventTypeSsoAddLogoutUrl, /// Changed the X.509 certificate for SSO. DBTEAMLOGEventTypeSsoChangeCert, @@ -708,6 +725,15 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// Changed the SAML identity mode for SSO. DBTEAMLOGEventTypeSsoChangeSamlIdentityMode, + /// Removed the X.509 certificate for SSO. + DBTEAMLOGEventTypeSsoRemoveCert, + + /// Removed the sign-in URL for SSO. + DBTEAMLOGEventTypeSsoRemoveLoginUrl, + + /// Removed single sign-on logout URL. + DBTEAMLOGEventTypeSsoRemoveLogoutUrl, + /// Changed the archival status of a team folder. DBTEAMLOGEventTypeTeamFolderChangeStatus, @@ -825,6 +851,11 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// to specific members of the team. DBTEAMLOGEventTypePaperChangeDeploymentPolicy, + /// Changed whether non team members can view Paper documents using a link. + /// This event is deprecated and will not be logged going forward as the + /// associated product functionality no longer exists. + DBTEAMLOGEventTypePaperChangeMemberLinkPolicy, + /// Changed whether team members can share Paper documents externally (i.e. /// outside the team), and if so, whether they should be accessible only by /// team members or anyone by default. @@ -879,6 +910,9 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// Added a team logo to be displayed on shared link headers. DBTEAMLOGEventTypeTeamProfileAddLogo, + /// Changed the default language for the team. + DBTEAMLOGEventTypeTeamProfileChangeDefaultLanguage, + /// Changed the team logo to be displayed on shared link headers. DBTEAMLOGEventTypeTeamProfileChangeLogo, @@ -964,6 +998,16 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// - (instancetype)initWithMemberTransferAccountContents; +/// +/// Initializes union class with tag state of "paper_admin_export_start". +/// +/// Description of the "paper_admin_export_start" tag state: Exported all Paper +/// documents in the team. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithPaperAdminExportStart; + /// /// Initializes union class with tag state of /// "paper_enabled_users_group_addition". @@ -1092,6 +1136,77 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// - (instancetype)initWithAppUnlinkUser; +/// +/// Initializes union class with tag state of "file_add_comment". +/// +/// Description of the "file_add_comment" tag state: Added a file comment. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithFileAddComment; + +/// +/// Initializes union class with tag state of +/// "file_change_comment_subscription". +/// +/// Description of the "file_change_comment_subscription" tag state: Subscribed +/// to or unsubscribed from comment notifications for file. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithFileChangeCommentSubscription; + +/// +/// Initializes union class with tag state of "file_delete_comment". +/// +/// Description of the "file_delete_comment" tag state: Deleted a file comment. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithFileDeleteComment; + +/// +/// Initializes union class with tag state of "file_like_comment". +/// +/// Description of the "file_like_comment" tag state: Liked a file comment. This +/// event is deprecated and will not be logged going forward as the associated +/// product functionality no longer exists. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithFileLikeComment; + +/// +/// Initializes union class with tag state of "file_resolve_comment". +/// +/// Description of the "file_resolve_comment" tag state: Resolved a file +/// comment. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithFileResolveComment; + +/// +/// Initializes union class with tag state of "file_unlike_comment". +/// +/// Description of the "file_unlike_comment" tag state: Unliked a file comment. +/// This event is deprecated and will not be logged going forward as the +/// associated product functionality no longer exists. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithFileUnlikeComment; + +/// +/// Initializes union class with tag state of "file_unresolve_comment". +/// +/// Description of the "file_unresolve_comment" tag state: Unresolved a file +/// comment. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithFileUnresolveComment; + /// /// Initializes union class with tag state of "device_change_ip_desktop". /// @@ -1650,25 +1765,6 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// - (instancetype)initWithGroupDelete; -/// -/// Initializes union class with tag state of "group_description_updated". -/// -/// Description of the "group_description_updated" tag state: Updated a group. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithGroupDescriptionUpdated; - -/// -/// Initializes union class with tag state of "group_join_policy_updated". -/// -/// Description of the "group_join_policy_updated" tag state: Updated a group -/// join policy. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithGroupJoinPolicyUpdated; - /// /// Initializes union class with tag state of "group_moved". /// @@ -1886,17 +1982,6 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// - (instancetype)initWithPaperContentArchive; -/// -/// Initializes union class with tag state of -/// "paper_content_change_subscription". -/// -/// Description of the "paper_content_change_subscription" tag state: Followed -/// or unfollowed a Paper doc or folder. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithPaperContentChangeSubscription; - /// /// Initializes union class with tag state of "paper_content_create". /// @@ -1989,6 +2074,16 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// - (instancetype)initWithPaperDocChangeSharingPolicy; +/// +/// Initializes union class with tag state of "paper_doc_change_subscription". +/// +/// Description of the "paper_doc_change_subscription" tag state: Followed or +/// unfollowed a Paper doc. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithPaperDocChangeSubscription; + /// /// Initializes union class with tag state of "paper_doc_deleted". /// @@ -2043,7 +2138,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// Initializes union class with tag state of "paper_doc_followed". /// /// Description of the "paper_doc_followed" tag state: Followed a Paper doc. -/// This event is replaced by paper_content_change_subscription and will not be +/// This event is replaced by paper_doc_change_subscription and will not be /// logged going forward. /// /// @return An initialized instance. @@ -2111,6 +2206,15 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// - (instancetype)initWithPaperDocTeamInvite; +/// +/// Initializes union class with tag state of "paper_doc_trashed". +/// +/// Description of the "paper_doc_trashed" tag state: Paper doc trashed. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithPaperDocTrashed; + /// /// Initializes union class with tag state of "paper_doc_unresolve_comment". /// @@ -2121,6 +2225,15 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// - (instancetype)initWithPaperDocUnresolveComment; +/// +/// Initializes union class with tag state of "paper_doc_untrashed". +/// +/// Description of the "paper_doc_untrashed" tag state: Paper doc untrashed. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithPaperDocUntrashed; + /// /// Initializes union class with tag state of "paper_doc_view". /// @@ -2130,6 +2243,17 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// - (instancetype)initWithPaperDocView; +/// +/// Initializes union class with tag state of +/// "paper_folder_change_subscription". +/// +/// Description of the "paper_folder_change_subscription" tag state: Followed or +/// unfollowed a Paper folder. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithPaperFolderChangeSubscription; + /// /// Initializes union class with tag state of "paper_folder_deleted". /// @@ -2145,7 +2269,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// Initializes union class with tag state of "paper_folder_followed". /// /// Description of the "paper_folder_followed" tag state: Followed a Paper -/// folder. This event is replaced by paper_content_change_subscription and will +/// folder. This event is replaced by paper_folder_change_subscription and will /// not be logged going forward. /// /// @return An initialized instance. @@ -2241,37 +2365,6 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// - (instancetype)initWithCollectionShare; -/// -/// Initializes union class with tag state of "file_add_comment". -/// -/// Description of the "file_add_comment" tag state: Added a file comment. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithFileAddComment; - -/// -/// Initializes union class with tag state of "file_like_comment". -/// -/// Description of the "file_like_comment" tag state: Liked a file comment. This -/// event is deprecated and will not be logged going forward as the associated -/// product functionality no longer exists. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithFileLikeComment; - -/// -/// Initializes union class with tag state of "file_unlike_comment". -/// -/// Description of the "file_unlike_comment" tag state: Unliked a file comment. -/// This event is deprecated and will not be logged going forward as the -/// associated product functionality no longer exists. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithFileUnlikeComment; - /// /// Initializes union class with tag state of "note_acl_invite_only". /// @@ -2929,26 +3022,33 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { - (instancetype)initWithShmodelVisibilityTeamOnly; /// -/// Initializes union class with tag state of "remove_logout_url". +/// Initializes union class with tag state of "sso_add_cert". /// -/// Description of the "remove_logout_url" tag state: Removed single sign-on -/// logout URL. This event is deprecated and will not be logged going forward as -/// the associated product functionality no longer exists. +/// Description of the "sso_add_cert" tag state: Added the X.509 certificate for +/// SSO. /// /// @return An initialized instance. /// -- (instancetype)initWithRemoveLogoutUrl; +- (instancetype)initWithSsoAddCert; /// -/// Initializes union class with tag state of "remove_sso_url". +/// Initializes union class with tag state of "sso_add_login_url". /// -/// Description of the "remove_sso_url" tag state: Changed the sign-out URL for -/// SSO. This event is deprecated and will not be logged going forward as the -/// associated product functionality no longer exists. +/// Description of the "sso_add_login_url" tag state: Added sign-in URL for SSO. /// /// @return An initialized instance. /// -- (instancetype)initWithRemoveSsoUrl; +- (instancetype)initWithSsoAddLoginUrl; + +/// +/// Initializes union class with tag state of "sso_add_logout_url". +/// +/// Description of the "sso_add_logout_url" tag state: Added sign-out URL for +/// SSO. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithSsoAddLogoutUrl; /// /// Initializes union class with tag state of "sso_change_cert". @@ -2990,6 +3090,36 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// - (instancetype)initWithSsoChangeSamlIdentityMode; +/// +/// Initializes union class with tag state of "sso_remove_cert". +/// +/// Description of the "sso_remove_cert" tag state: Removed the X.509 +/// certificate for SSO. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithSsoRemoveCert; + +/// +/// Initializes union class with tag state of "sso_remove_login_url". +/// +/// Description of the "sso_remove_login_url" tag state: Removed the sign-in URL +/// for SSO. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithSsoRemoveLoginUrl; + +/// +/// Initializes union class with tag state of "sso_remove_logout_url". +/// +/// Description of the "sso_remove_logout_url" tag state: Removed single sign-on +/// logout URL. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithSsoRemoveLogoutUrl; + /// /// Initializes union class with tag state of "team_folder_change_status". /// @@ -3343,6 +3473,18 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// - (instancetype)initWithPaperChangeDeploymentPolicy; +/// +/// Initializes union class with tag state of "paper_change_member_link_policy". +/// +/// Description of the "paper_change_member_link_policy" tag state: Changed +/// whether non team members can view Paper documents using a link. This event +/// is deprecated and will not be logged going forward as the associated product +/// functionality no longer exists. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithPaperChangeMemberLinkPolicy; + /// /// Initializes union class with tag state of "paper_change_member_policy". /// @@ -3503,6 +3645,17 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// - (instancetype)initWithTeamProfileAddLogo; +/// +/// Initializes union class with tag state of +/// "team_profile_change_default_language". +/// +/// Description of the "team_profile_change_default_language" tag state: Changed +/// the default language for the team. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithTeamProfileChangeDefaultLanguage; + /// /// Initializes union class with tag state of "team_profile_change_logo". /// @@ -3650,6 +3803,15 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// - (BOOL)isMemberTransferAccountContents; +/// +/// Retrieves whether the union's current tag state has value +/// "paper_admin_export_start". +/// +/// @return Whether the union's current tag state has value +/// "paper_admin_export_start". +/// +- (BOOL)isPaperAdminExportStart; + /// /// Retrieves whether the union's current tag state has value /// "paper_enabled_users_group_addition". @@ -3746,6 +3908,67 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// - (BOOL)isAppUnlinkUser; +/// +/// Retrieves whether the union's current tag state has value +/// "file_add_comment". +/// +/// @return Whether the union's current tag state has value "file_add_comment". +/// +- (BOOL)isFileAddComment; + +/// +/// Retrieves whether the union's current tag state has value +/// "file_change_comment_subscription". +/// +/// @return Whether the union's current tag state has value +/// "file_change_comment_subscription". +/// +- (BOOL)isFileChangeCommentSubscription; + +/// +/// Retrieves whether the union's current tag state has value +/// "file_delete_comment". +/// +/// @return Whether the union's current tag state has value +/// "file_delete_comment". +/// +- (BOOL)isFileDeleteComment; + +/// +/// Retrieves whether the union's current tag state has value +/// "file_like_comment". +/// +/// @return Whether the union's current tag state has value "file_like_comment". +/// +- (BOOL)isFileLikeComment; + +/// +/// Retrieves whether the union's current tag state has value +/// "file_resolve_comment". +/// +/// @return Whether the union's current tag state has value +/// "file_resolve_comment". +/// +- (BOOL)isFileResolveComment; + +/// +/// Retrieves whether the union's current tag state has value +/// "file_unlike_comment". +/// +/// @return Whether the union's current tag state has value +/// "file_unlike_comment". +/// +- (BOOL)isFileUnlikeComment; + +/// +/// Retrieves whether the union's current tag state has value +/// "file_unresolve_comment". +/// +/// @return Whether the union's current tag state has value +/// "file_unresolve_comment". +/// +- (BOOL)isFileUnresolveComment; + /// /// Retrieves whether the union's current tag state has value /// "device_change_ip_desktop". @@ -4210,24 +4433,6 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// - (BOOL)isGroupDelete; -/// -/// Retrieves whether the union's current tag state has value -/// "group_description_updated". -/// -/// @return Whether the union's current tag state has value -/// "group_description_updated". -/// -- (BOOL)isGroupDescriptionUpdated; - -/// -/// Retrieves whether the union's current tag state has value -/// "group_join_policy_updated". -/// -/// @return Whether the union's current tag state has value -/// "group_join_policy_updated". -/// -- (BOOL)isGroupJoinPolicyUpdated; - /// /// Retrieves whether the union's current tag state has value "group_moved". /// @@ -4413,15 +4618,6 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// - (BOOL)isPaperContentArchive; -/// -/// Retrieves whether the union's current tag state has value -/// "paper_content_change_subscription". -/// -/// @return Whether the union's current tag state has value -/// "paper_content_change_subscription". -/// -- (BOOL)isPaperContentChangeSubscription; - /// /// Retrieves whether the union's current tag state has value /// "paper_content_create". @@ -4503,6 +4699,15 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// - (BOOL)isPaperDocChangeSharingPolicy; +/// +/// Retrieves whether the union's current tag state has value +/// "paper_doc_change_subscription". +/// +/// @return Whether the union's current tag state has value +/// "paper_doc_change_subscription". +/// +- (BOOL)isPaperDocChangeSubscription; + /// /// Retrieves whether the union's current tag state has value /// "paper_doc_deleted". @@ -4606,6 +4811,14 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// - (BOOL)isPaperDocTeamInvite; +/// +/// Retrieves whether the union's current tag state has value +/// "paper_doc_trashed". +/// +/// @return Whether the union's current tag state has value "paper_doc_trashed". +/// +- (BOOL)isPaperDocTrashed; + /// /// Retrieves whether the union's current tag state has value /// "paper_doc_unresolve_comment". @@ -4615,6 +4828,15 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// - (BOOL)isPaperDocUnresolveComment; +/// +/// Retrieves whether the union's current tag state has value +/// "paper_doc_untrashed". +/// +/// @return Whether the union's current tag state has value +/// "paper_doc_untrashed". +/// +- (BOOL)isPaperDocUntrashed; + /// /// Retrieves whether the union's current tag state has value "paper_doc_view". /// @@ -4622,6 +4844,15 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// - (BOOL)isPaperDocView; +/// +/// Retrieves whether the union's current tag state has value +/// "paper_folder_change_subscription". +/// +/// @return Whether the union's current tag state has value +/// "paper_folder_change_subscription". +/// +- (BOOL)isPaperFolderChangeSubscription; + /// /// Retrieves whether the union's current tag state has value /// "paper_folder_deleted". @@ -4716,31 +4947,6 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// - (BOOL)isCollectionShare; -/// -/// Retrieves whether the union's current tag state has value -/// "file_add_comment". -/// -/// @return Whether the union's current tag state has value "file_add_comment". -/// -- (BOOL)isFileAddComment; - -/// -/// Retrieves whether the union's current tag state has value -/// "file_like_comment". -/// -/// @return Whether the union's current tag state has value "file_like_comment". -/// -- (BOOL)isFileLikeComment; - -/// -/// Retrieves whether the union's current tag state has value -/// "file_unlike_comment". -/// -/// @return Whether the union's current tag state has value -/// "file_unlike_comment". -/// -- (BOOL)isFileUnlikeComment; - /// /// Retrieves whether the union's current tag state has value /// "note_acl_invite_only". @@ -5274,20 +5480,29 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// - (BOOL)isShmodelVisibilityTeamOnly; +/// +/// Retrieves whether the union's current tag state has value "sso_add_cert". +/// +/// @return Whether the union's current tag state has value "sso_add_cert". +/// +- (BOOL)isSsoAddCert; + /// /// Retrieves whether the union's current tag state has value -/// "remove_logout_url". +/// "sso_add_login_url". /// -/// @return Whether the union's current tag state has value "remove_logout_url". +/// @return Whether the union's current tag state has value "sso_add_login_url". /// -- (BOOL)isRemoveLogoutUrl; +- (BOOL)isSsoAddLoginUrl; /// -/// Retrieves whether the union's current tag state has value "remove_sso_url". +/// Retrieves whether the union's current tag state has value +/// "sso_add_logout_url". /// -/// @return Whether the union's current tag state has value "remove_sso_url". +/// @return Whether the union's current tag state has value +/// "sso_add_logout_url". /// -- (BOOL)isRemoveSsoUrl; +- (BOOL)isSsoAddLogoutUrl; /// /// Retrieves whether the union's current tag state has value "sso_change_cert". @@ -5323,6 +5538,31 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// - (BOOL)isSsoChangeSamlIdentityMode; +/// +/// Retrieves whether the union's current tag state has value "sso_remove_cert". +/// +/// @return Whether the union's current tag state has value "sso_remove_cert". +/// +- (BOOL)isSsoRemoveCert; + +/// +/// Retrieves whether the union's current tag state has value +/// "sso_remove_login_url". +/// +/// @return Whether the union's current tag state has value +/// "sso_remove_login_url". +/// +- (BOOL)isSsoRemoveLoginUrl; + +/// +/// Retrieves whether the union's current tag state has value +/// "sso_remove_logout_url". +/// +/// @return Whether the union's current tag state has value +/// "sso_remove_logout_url". +/// +- (BOOL)isSsoRemoveLogoutUrl; + /// /// Retrieves whether the union's current tag state has value /// "team_folder_change_status". @@ -5609,6 +5849,15 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// - (BOOL)isPaperChangeDeploymentPolicy; +/// +/// Retrieves whether the union's current tag state has value +/// "paper_change_member_link_policy". +/// +/// @return Whether the union's current tag state has value +/// "paper_change_member_link_policy". +/// +- (BOOL)isPaperChangeMemberLinkPolicy; + /// /// Retrieves whether the union's current tag state has value /// "paper_change_member_policy". @@ -5742,6 +5991,15 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// - (BOOL)isTeamProfileAddLogo; +/// +/// Retrieves whether the union's current tag state has value +/// "team_profile_change_default_language". +/// +/// @return Whether the union's current tag state has value +/// "team_profile_change_default_language". +/// +- (BOOL)isTeamProfileChangeDefaultLanguage; + /// /// Retrieves whether the union's current tag state has value /// "team_profile_change_logo". @@ -5860,7 +6118,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGEventTypeTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGEventType` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGEventType *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGEventType *)instance; /// /// Deserializes `DBTEAMLOGEventType` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGExtendedVersionHistoryChangePolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGExtendedVersionHistoryChangePolicyDetails.h index d392c11f..c0c9835c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGExtendedVersionHistoryChangePolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGExtendedVersionHistoryChangePolicyDetails.h @@ -80,7 +80,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGExtendedVersionHistoryChangePolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGExtendedVersionHistoryChangePolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGExtendedVersionHistoryChangePolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGExtendedVersionHistoryChangePolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGExtendedVersionHistoryPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGExtendedVersionHistoryPolicy.h index 68e2cbec..60083398 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGExtendedVersionHistoryPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGExtendedVersionHistoryPolicy.h @@ -30,10 +30,13 @@ NS_ASSUME_NONNULL_BEGIN /// union can exist. typedef NS_ENUM(NSInteger, DBTEAMLOGExtendedVersionHistoryPolicyTag) { /// (no description). - DBTEAMLOGExtendedVersionHistoryPolicyLimited, + DBTEAMLOGExtendedVersionHistoryPolicyExplicitlyLimited, /// (no description). - DBTEAMLOGExtendedVersionHistoryPolicyUnlimited, + DBTEAMLOGExtendedVersionHistoryPolicyExplicitlyUnlimited, + + /// (no description). + DBTEAMLOGExtendedVersionHistoryPolicyImplicitlyLimited, /// (no description). DBTEAMLOGExtendedVersionHistoryPolicyOther, @@ -46,18 +49,25 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGExtendedVersionHistoryPolicyTag) { #pragma mark - Constructors /// -/// Initializes union class with tag state of "limited". +/// Initializes union class with tag state of "explicitly_limited". /// /// @return An initialized instance. /// -- (instancetype)initWithLimited; +- (instancetype)initWithExplicitlyLimited; /// -/// Initializes union class with tag state of "unlimited". +/// Initializes union class with tag state of "explicitly_unlimited". /// /// @return An initialized instance. /// -- (instancetype)initWithUnlimited; +- (instancetype)initWithExplicitlyUnlimited; + +/// +/// Initializes union class with tag state of "implicitly_limited". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithImplicitlyLimited; /// /// Initializes union class with tag state of "other". @@ -71,18 +81,31 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGExtendedVersionHistoryPolicyTag) { #pragma mark - Tag state methods /// -/// Retrieves whether the union's current tag state has value "limited". +/// Retrieves whether the union's current tag state has value +/// "explicitly_limited". +/// +/// @return Whether the union's current tag state has value +/// "explicitly_limited". +/// +- (BOOL)isExplicitlyLimited; + +/// +/// Retrieves whether the union's current tag state has value +/// "explicitly_unlimited". /// -/// @return Whether the union's current tag state has value "limited". +/// @return Whether the union's current tag state has value +/// "explicitly_unlimited". /// -- (BOOL)isLimited; +- (BOOL)isExplicitlyUnlimited; /// -/// Retrieves whether the union's current tag state has value "unlimited". +/// Retrieves whether the union's current tag state has value +/// "implicitly_limited". /// -/// @return Whether the union's current tag state has value "unlimited". +/// @return Whether the union's current tag state has value +/// "implicitly_limited". /// -- (BOOL)isUnlimited; +- (BOOL)isImplicitlyLimited; /// /// Retrieves whether the union's current tag state has value "other". @@ -117,7 +140,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGExtendedVersionHistoryPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGExtendedVersionHistoryPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGExtendedVersionHistoryPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGExtendedVersionHistoryPolicy *)instance; /// /// Deserializes `DBTEAMLOGExtendedVersionHistoryPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFailureDetailsLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFailureDetailsLogInfo.h index 4cdfe95c..ac660dd9 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFailureDetailsLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFailureDetailsLogInfo.h @@ -78,7 +78,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFailureDetailsLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFailureDetailsLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFailureDetailsLogInfo *)instance; /// /// Deserializes `DBTEAMLOGFailureDetailsLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileAddCommentDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileAddCommentDetails.h index f969f724..08def1f3 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileAddCommentDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileAddCommentDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Comment text. Might be missing due to historical data gap. @property (nonatomic, readonly, copy, nullable) NSString *commentText; @@ -38,23 +38,23 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param commentText Comment text. Might be missing due to historical data /// gap. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex commentText:(nullable NSString *)commentText; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex commentText:(nullable NSString *)commentText; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex; - (instancetype)init NS_UNAVAILABLE; @@ -76,7 +76,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileAddCommentDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileAddCommentDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileAddCommentDetails *)instance; /// /// Deserializes `DBTEAMLOGFileAddCommentDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileAddDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileAddDetails.h index 3ddd3bc1..41102aaa 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileAddDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileAddDetails.h @@ -55,7 +55,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileAddDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileAddDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileAddDetails *)instance; /// /// Deserializes `DBTEAMLOGFileAddDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileChangeCommentSubscriptionDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileChangeCommentSubscriptionDetails.h new file mode 100644 index 00000000..568caa19 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileChangeCommentSubscriptionDetails.h @@ -0,0 +1,105 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBTEAMLOGFileChangeCommentSubscriptionDetails; +@class DBTEAMLOGFileCommentNotificationPolicy; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `FileChangeCommentSubscriptionDetails` struct. +/// +/// Subscribed to or unsubscribed from comment notifications for file. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBTEAMLOGFileChangeCommentSubscriptionDetails : NSObject + +#pragma mark - Instance fields + +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; + +/// New file comment subscription. +@property (nonatomic, readonly) DBTEAMLOGFileCommentNotificationPolicy *dNewValue; + +/// Previous file comment subscription. Might be missing due to historical data +/// gap. +@property (nonatomic, readonly, nullable) DBTEAMLOGFileCommentNotificationPolicy *previousValue; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param targetAssetIndex Target asset position in the Assets list. +/// @param dNewValue New file comment subscription. +/// @param previousValue Previous file comment subscription. Might be missing +/// due to historical data gap. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + dNewValue:(DBTEAMLOGFileCommentNotificationPolicy *)dNewValue + previousValue:(nullable DBTEAMLOGFileCommentNotificationPolicy *)previousValue; + +/// +/// Convenience constructor (exposes only non-nullable instance variables with +/// no default value). +/// +/// @param targetAssetIndex Target asset position in the Assets list. +/// @param dNewValue New file comment subscription. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + dNewValue:(DBTEAMLOGFileCommentNotificationPolicy *)dNewValue; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `FileChangeCommentSubscriptionDetails` +/// struct. +/// +@interface DBTEAMLOGFileChangeCommentSubscriptionDetailsSerializer : NSObject + +/// +/// Serializes `DBTEAMLOGFileChangeCommentSubscriptionDetails` instances. +/// +/// @param instance An instance of the +/// `DBTEAMLOGFileChangeCommentSubscriptionDetails` API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBTEAMLOGFileChangeCommentSubscriptionDetails` API object. +/// ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileChangeCommentSubscriptionDetails *)instance; + +/// +/// Deserializes `DBTEAMLOGFileChangeCommentSubscriptionDetails` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBTEAMLOGFileChangeCommentSubscriptionDetails` API object. +/// +/// @return An instantiation of the +/// `DBTEAMLOGFileChangeCommentSubscriptionDetails` object. +/// ++ (DBTEAMLOGFileChangeCommentSubscriptionDetails *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileCommentNotificationPolicy.h similarity index 58% rename from Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperPolicy.h rename to Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileCommentNotificationPolicy.h index efc33e35..2175457a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileCommentNotificationPolicy.h @@ -8,41 +8,42 @@ #import "DBSerializableProtocol.h" -@class DBTEAMLOGPaperPolicy; +@class DBTEAMLOGFileCommentNotificationPolicy; NS_ASSUME_NONNULL_BEGIN #pragma mark - API Object /// -/// The `PaperPolicy` union. +/// The `FileCommentNotificationPolicy` union. /// -/// Policy for enabling or disabling Dropbox Paper for the team. +/// Enable or disable file comments notifications /// /// This class implements the `DBSerializable` protocol (serialize and /// deserialize instance methods), which is required for all Obj-C SDK API route /// objects. /// -@interface DBTEAMLOGPaperPolicy : NSObject +@interface DBTEAMLOGFileCommentNotificationPolicy : NSObject #pragma mark - Instance fields -/// The `DBTEAMLOGPaperPolicyTag` enum type represents the possible tag states -/// with which the `DBTEAMLOGPaperPolicy` union can exist. -typedef NS_ENUM(NSInteger, DBTEAMLOGPaperPolicyTag) { +/// The `DBTEAMLOGFileCommentNotificationPolicyTag` enum type represents the +/// possible tag states with which the `DBTEAMLOGFileCommentNotificationPolicy` +/// union can exist. +typedef NS_ENUM(NSInteger, DBTEAMLOGFileCommentNotificationPolicyTag) { /// (no description). - DBTEAMLOGPaperPolicyDisabled, + DBTEAMLOGFileCommentNotificationPolicyDisabled, /// (no description). - DBTEAMLOGPaperPolicyEnabled, + DBTEAMLOGFileCommentNotificationPolicyEnabled, /// (no description). - DBTEAMLOGPaperPolicyOther, + DBTEAMLOGFileCommentNotificationPolicyOther, }; /// Represents the union's current tag state. -@property (nonatomic, readonly) DBTEAMLOGPaperPolicyTag tag; +@property (nonatomic, readonly) DBTEAMLOGFileCommentNotificationPolicyTag tag; #pragma mark - Constructors @@ -104,29 +105,32 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGPaperPolicyTag) { #pragma mark - Serializer Object /// -/// The serialization class for the `DBTEAMLOGPaperPolicy` union. +/// The serialization class for the `DBTEAMLOGFileCommentNotificationPolicy` +/// union. /// -@interface DBTEAMLOGPaperPolicySerializer : NSObject +@interface DBTEAMLOGFileCommentNotificationPolicySerializer : NSObject /// -/// Serializes `DBTEAMLOGPaperPolicy` instances. +/// Serializes `DBTEAMLOGFileCommentNotificationPolicy` instances. /// -/// @param instance An instance of the `DBTEAMLOGPaperPolicy` API object. +/// @param instance An instance of the `DBTEAMLOGFileCommentNotificationPolicy` +/// API object. /// /// @return A json-compatible dictionary representation of the -/// `DBTEAMLOGPaperPolicy` API object. +/// `DBTEAMLOGFileCommentNotificationPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileCommentNotificationPolicy *)instance; /// -/// Deserializes `DBTEAMLOGPaperPolicy` instances. +/// Deserializes `DBTEAMLOGFileCommentNotificationPolicy` instances. /// /// @param dict A json-compatible dictionary representation of the -/// `DBTEAMLOGPaperPolicy` API object. +/// `DBTEAMLOGFileCommentNotificationPolicy` API object. /// -/// @return An instantiation of the `DBTEAMLOGPaperPolicy` object. +/// @return An instantiation of the `DBTEAMLOGFileCommentNotificationPolicy` +/// object. /// -+ (DBTEAMLOGPaperPolicy *)deserialize:(NSDictionary *)dict; ++ (DBTEAMLOGFileCommentNotificationPolicy *)deserialize:(NSDictionary *)dict; @end diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileCommentsChangePolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileCommentsChangePolicyDetails.h index a27b1132..f7d8c77d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileCommentsChangePolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileCommentsChangePolicyDetails.h @@ -79,7 +79,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileCommentsChangePolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileCommentsChangePolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileCommentsChangePolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGFileCommentsChangePolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileCommentsPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileCommentsPolicy.h index 7b65c36f..df95f25d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileCommentsPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileCommentsPolicy.h @@ -116,7 +116,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGFileCommentsPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileCommentsPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileCommentsPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileCommentsPolicy *)instance; /// /// Deserializes `DBTEAMLOGFileCommentsPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileCopyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileCopyDetails.h index 19ecaec8..6c5e60b2 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileCopyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileCopyDetails.h @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileCopyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileCopyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileCopyDetails *)instance; /// /// Deserializes `DBTEAMLOGFileCopyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileDeleteCommentDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileDeleteCommentDetails.h new file mode 100644 index 00000000..06da55d0 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileDeleteCommentDetails.h @@ -0,0 +1,93 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBTEAMLOGFileDeleteCommentDetails; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `FileDeleteCommentDetails` struct. +/// +/// Deleted a file comment. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBTEAMLOGFileDeleteCommentDetails : NSObject + +#pragma mark - Instance fields + +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; + +/// Comment text. Might be missing due to historical data gap. +@property (nonatomic, readonly, copy, nullable) NSString *commentText; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param targetAssetIndex Target asset position in the Assets list. +/// @param commentText Comment text. Might be missing due to historical data +/// gap. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex commentText:(nullable NSString *)commentText; + +/// +/// Convenience constructor (exposes only non-nullable instance variables with +/// no default value). +/// +/// @param targetAssetIndex Target asset position in the Assets list. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `FileDeleteCommentDetails` struct. +/// +@interface DBTEAMLOGFileDeleteCommentDetailsSerializer : NSObject + +/// +/// Serializes `DBTEAMLOGFileDeleteCommentDetails` instances. +/// +/// @param instance An instance of the `DBTEAMLOGFileDeleteCommentDetails` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBTEAMLOGFileDeleteCommentDetails` API object. +/// ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileDeleteCommentDetails *)instance; + +/// +/// Deserializes `DBTEAMLOGFileDeleteCommentDetails` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBTEAMLOGFileDeleteCommentDetails` API object. +/// +/// @return An instantiation of the `DBTEAMLOGFileDeleteCommentDetails` object. +/// ++ (DBTEAMLOGFileDeleteCommentDetails *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileDeleteDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileDeleteDetails.h index 8b172e5c..4b96ac95 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileDeleteDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileDeleteDetails.h @@ -55,7 +55,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileDeleteDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileDeleteDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileDeleteDetails *)instance; /// /// Deserializes `DBTEAMLOGFileDeleteDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileDownloadDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileDownloadDetails.h index 8fd79fe8..41989d2c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileDownloadDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileDownloadDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileDownloadDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileDownloadDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileDownloadDetails *)instance; /// /// Deserializes `DBTEAMLOGFileDownloadDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileEditDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileEditDetails.h index 9f547265..cab6f4d3 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileEditDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileEditDetails.h @@ -55,7 +55,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileEditDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileEditDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileEditDetails *)instance; /// /// Deserializes `DBTEAMLOGFileEditDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileGetCopyReferenceDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileGetCopyReferenceDetails.h index 85cf1277..170b5f31 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileGetCopyReferenceDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileGetCopyReferenceDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileGetCopyReferenceDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileGetCopyReferenceDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileGetCopyReferenceDetails *)instance; /// /// Deserializes `DBTEAMLOGFileGetCopyReferenceDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileLikeCommentDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileLikeCommentDetails.h index f4dad06c..4d733f91 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileLikeCommentDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileLikeCommentDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Comment text. Might be missing due to historical data gap. @property (nonatomic, readonly, copy, nullable) NSString *commentText; @@ -38,23 +38,23 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param commentText Comment text. Might be missing due to historical data /// gap. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex commentText:(nullable NSString *)commentText; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex commentText:(nullable NSString *)commentText; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex; - (instancetype)init NS_UNAVAILABLE; @@ -76,7 +76,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileLikeCommentDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileLikeCommentDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileLikeCommentDetails *)instance; /// /// Deserializes `DBTEAMLOGFileLikeCommentDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileLogInfo.h index cc09f595..495c2a1c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileLogInfo.h @@ -72,7 +72,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileLogInfo *)instance; /// /// Deserializes `DBTEAMLOGFileLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileMoveDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileMoveDetails.h index 6716adc5..f01e8180 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileMoveDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileMoveDetails.h @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileMoveDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileMoveDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileMoveDetails *)instance; /// /// Deserializes `DBTEAMLOGFileMoveDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileOrFolderLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileOrFolderLogInfo.h index ef626c8c..0c50ae14 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileOrFolderLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileOrFolderLogInfo.h @@ -83,7 +83,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileOrFolderLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileOrFolderLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileOrFolderLogInfo *)instance; /// /// Deserializes `DBTEAMLOGFileOrFolderLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFilePermanentlyDeleteDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFilePermanentlyDeleteDetails.h index e690a89a..236790f0 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFilePermanentlyDeleteDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFilePermanentlyDeleteDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFilePermanentlyDeleteDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFilePermanentlyDeleteDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFilePermanentlyDeleteDetails *)instance; /// /// Deserializes `DBTEAMLOGFilePermanentlyDeleteDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFilePreviewDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFilePreviewDetails.h index 3dd0aa60..4448b3cf 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFilePreviewDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFilePreviewDetails.h @@ -55,7 +55,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFilePreviewDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFilePreviewDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFilePreviewDetails *)instance; /// /// Deserializes `DBTEAMLOGFilePreviewDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRenameDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRenameDetails.h index 4f718ab6..88a5325b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRenameDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRenameDetails.h @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileRenameDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileRenameDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileRenameDetails *)instance; /// /// Deserializes `DBTEAMLOGFileRenameDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestAddDeadlineDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestAddDeadlineDetails.h index d3548cf1..ba35f753 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestAddDeadlineDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestAddDeadlineDetails.h @@ -28,7 +28,7 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields /// File request title. -@property (nonatomic, readonly, copy) NSString *requestTitle; +@property (nonatomic, readonly, copy, nullable) NSString *requestTitle; #pragma mark - Constructors @@ -39,7 +39,16 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithRequestTitle:(NSString *)requestTitle; +- (instancetype)initWithRequestTitle:(nullable NSString *)requestTitle; + +/// +/// Convenience constructor (exposes only non-nullable instance variables with +/// no default value). +/// +/// +/// @return An initialized instance. +/// +- (instancetype)initDefault; - (instancetype)init NS_UNAVAILABLE; @@ -61,7 +70,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileRequestAddDeadlineDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileRequestAddDeadlineDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileRequestAddDeadlineDetails *)instance; /// /// Deserializes `DBTEAMLOGFileRequestAddDeadlineDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestChangeFolderDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestChangeFolderDetails.h index 24c9c62f..ddb220b4 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestChangeFolderDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestChangeFolderDetails.h @@ -28,7 +28,7 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields /// File request title. -@property (nonatomic, readonly, copy) NSString *requestTitle; +@property (nonatomic, readonly, copy, nullable) NSString *requestTitle; #pragma mark - Constructors @@ -39,7 +39,16 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithRequestTitle:(NSString *)requestTitle; +- (instancetype)initWithRequestTitle:(nullable NSString *)requestTitle; + +/// +/// Convenience constructor (exposes only non-nullable instance variables with +/// no default value). +/// +/// +/// @return An initialized instance. +/// +- (instancetype)initDefault; - (instancetype)init NS_UNAVAILABLE; @@ -61,7 +70,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileRequestChangeFolderDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileRequestChangeFolderDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileRequestChangeFolderDetails *)instance; /// /// Deserializes `DBTEAMLOGFileRequestChangeFolderDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestChangeTitleDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestChangeTitleDetails.h index 06979773..a339df66 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestChangeTitleDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestChangeTitleDetails.h @@ -28,7 +28,7 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields /// File request title. -@property (nonatomic, readonly, copy) NSString *requestTitle; +@property (nonatomic, readonly, copy, nullable) NSString *requestTitle; #pragma mark - Constructors @@ -39,7 +39,16 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithRequestTitle:(NSString *)requestTitle; +- (instancetype)initWithRequestTitle:(nullable NSString *)requestTitle; + +/// +/// Convenience constructor (exposes only non-nullable instance variables with +/// no default value). +/// +/// +/// @return An initialized instance. +/// +- (instancetype)initDefault; - (instancetype)init NS_UNAVAILABLE; @@ -61,7 +70,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileRequestChangeTitleDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileRequestChangeTitleDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileRequestChangeTitleDetails *)instance; /// /// Deserializes `DBTEAMLOGFileRequestChangeTitleDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestCloseDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestCloseDetails.h index 30dbc3b4..9f45f7d3 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestCloseDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestCloseDetails.h @@ -28,7 +28,7 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields /// File request title. -@property (nonatomic, readonly, copy) NSString *requestTitle; +@property (nonatomic, readonly, copy, nullable) NSString *requestTitle; #pragma mark - Constructors @@ -39,7 +39,16 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithRequestTitle:(NSString *)requestTitle; +- (instancetype)initWithRequestTitle:(nullable NSString *)requestTitle; + +/// +/// Convenience constructor (exposes only non-nullable instance variables with +/// no default value). +/// +/// +/// @return An initialized instance. +/// +- (instancetype)initDefault; - (instancetype)init NS_UNAVAILABLE; @@ -61,7 +70,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileRequestCloseDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileRequestCloseDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileRequestCloseDetails *)instance; /// /// Deserializes `DBTEAMLOGFileRequestCloseDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestCreateDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestCreateDetails.h index 6fb63799..53b759cf 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestCreateDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestCreateDetails.h @@ -28,7 +28,7 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields /// File request title. -@property (nonatomic, readonly, copy) NSString *requestTitle; +@property (nonatomic, readonly, copy, nullable) NSString *requestTitle; #pragma mark - Constructors @@ -39,7 +39,16 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithRequestTitle:(NSString *)requestTitle; +- (instancetype)initWithRequestTitle:(nullable NSString *)requestTitle; + +/// +/// Convenience constructor (exposes only non-nullable instance variables with +/// no default value). +/// +/// +/// @return An initialized instance. +/// +- (instancetype)initDefault; - (instancetype)init NS_UNAVAILABLE; @@ -61,7 +70,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileRequestCreateDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileRequestCreateDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileRequestCreateDetails *)instance; /// /// Deserializes `DBTEAMLOGFileRequestCreateDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestReceiveFileDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestReceiveFileDetails.h index de866b70..ef128fe3 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestReceiveFileDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestReceiveFileDetails.h @@ -28,7 +28,7 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields /// File request title. -@property (nonatomic, readonly, copy) NSString *requestTitle; +@property (nonatomic, readonly, copy, nullable) NSString *requestTitle; /// Submitted file names. @property (nonatomic, readonly) NSArray *submittedFileNames; @@ -38,13 +38,23 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// +/// @param submittedFileNames Submitted file names. /// @param requestTitle File request title. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithSubmittedFileNames:(NSArray *)submittedFileNames + requestTitle:(nullable NSString *)requestTitle; + +/// +/// Convenience constructor (exposes only non-nullable instance variables with +/// no default value). +/// /// @param submittedFileNames Submitted file names. /// /// @return An initialized instance. /// -- (instancetype)initWithRequestTitle:(NSString *)requestTitle - submittedFileNames:(NSArray *)submittedFileNames; +- (instancetype)initWithSubmittedFileNames:(NSArray *)submittedFileNames; - (instancetype)init NS_UNAVAILABLE; @@ -66,7 +76,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileRequestReceiveFileDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileRequestReceiveFileDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileRequestReceiveFileDetails *)instance; /// /// Deserializes `DBTEAMLOGFileRequestReceiveFileDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestRemoveDeadlineDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestRemoveDeadlineDetails.h index f9da4795..5df0b47d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestRemoveDeadlineDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestRemoveDeadlineDetails.h @@ -28,7 +28,7 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields /// File request title. -@property (nonatomic, readonly, copy) NSString *requestTitle; +@property (nonatomic, readonly, copy, nullable) NSString *requestTitle; #pragma mark - Constructors @@ -39,7 +39,16 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithRequestTitle:(NSString *)requestTitle; +- (instancetype)initWithRequestTitle:(nullable NSString *)requestTitle; + +/// +/// Convenience constructor (exposes only non-nullable instance variables with +/// no default value). +/// +/// +/// @return An initialized instance. +/// +- (instancetype)initDefault; - (instancetype)init NS_UNAVAILABLE; @@ -61,7 +70,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileRequestRemoveDeadlineDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileRequestRemoveDeadlineDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileRequestRemoveDeadlineDetails *)instance; /// /// Deserializes `DBTEAMLOGFileRequestRemoveDeadlineDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestSendDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestSendDetails.h index 7b46d77c..2e420284 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestSendDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestSendDetails.h @@ -28,7 +28,7 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields /// File request title. -@property (nonatomic, readonly, copy) NSString *requestTitle; +@property (nonatomic, readonly, copy, nullable) NSString *requestTitle; #pragma mark - Constructors @@ -39,7 +39,16 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithRequestTitle:(NSString *)requestTitle; +- (instancetype)initWithRequestTitle:(nullable NSString *)requestTitle; + +/// +/// Convenience constructor (exposes only non-nullable instance variables with +/// no default value). +/// +/// +/// @return An initialized instance. +/// +- (instancetype)initDefault; - (instancetype)init NS_UNAVAILABLE; @@ -61,7 +70,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileRequestSendDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileRequestSendDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileRequestSendDetails *)instance; /// /// Deserializes `DBTEAMLOGFileRequestSendDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestsChangePolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestsChangePolicyDetails.h index 9a98d735..cc7bb084 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestsChangePolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestsChangePolicyDetails.h @@ -78,7 +78,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileRequestsChangePolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileRequestsChangePolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileRequestsChangePolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGFileRequestsChangePolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestsEmailsEnabledDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestsEmailsEnabledDetails.h index 69359258..5d8c1869 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestsEmailsEnabledDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestsEmailsEnabledDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileRequestsEmailsEnabledDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileRequestsEmailsEnabledDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileRequestsEmailsEnabledDetails *)instance; /// /// Deserializes `DBTEAMLOGFileRequestsEmailsEnabledDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails.h index ff117c88..60f2222a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails.h @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails *)instance; /// /// Deserializes `DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails` diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestsPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestsPolicy.h index 55147efe..b87177e7 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestsPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestsPolicy.h @@ -116,7 +116,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGFileRequestsPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileRequestsPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileRequestsPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileRequestsPolicy *)instance; /// /// Deserializes `DBTEAMLOGFileRequestsPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileResolveCommentDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileResolveCommentDetails.h new file mode 100644 index 00000000..56b3d41a --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileResolveCommentDetails.h @@ -0,0 +1,93 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBTEAMLOGFileResolveCommentDetails; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `FileResolveCommentDetails` struct. +/// +/// Resolved a file comment. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBTEAMLOGFileResolveCommentDetails : NSObject + +#pragma mark - Instance fields + +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; + +/// Comment text. Might be missing due to historical data gap. +@property (nonatomic, readonly, copy, nullable) NSString *commentText; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param targetAssetIndex Target asset position in the Assets list. +/// @param commentText Comment text. Might be missing due to historical data +/// gap. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex commentText:(nullable NSString *)commentText; + +/// +/// Convenience constructor (exposes only non-nullable instance variables with +/// no default value). +/// +/// @param targetAssetIndex Target asset position in the Assets list. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `FileResolveCommentDetails` struct. +/// +@interface DBTEAMLOGFileResolveCommentDetailsSerializer : NSObject + +/// +/// Serializes `DBTEAMLOGFileResolveCommentDetails` instances. +/// +/// @param instance An instance of the `DBTEAMLOGFileResolveCommentDetails` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBTEAMLOGFileResolveCommentDetails` API object. +/// ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileResolveCommentDetails *)instance; + +/// +/// Deserializes `DBTEAMLOGFileResolveCommentDetails` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBTEAMLOGFileResolveCommentDetails` API object. +/// +/// @return An instantiation of the `DBTEAMLOGFileResolveCommentDetails` object. +/// ++ (DBTEAMLOGFileResolveCommentDetails *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRestoreDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRestoreDetails.h index 28ca198d..db7731c1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRestoreDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRestoreDetails.h @@ -55,7 +55,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileRestoreDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileRestoreDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileRestoreDetails *)instance; /// /// Deserializes `DBTEAMLOGFileRestoreDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRevertDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRevertDetails.h index 9c401c0c..21056ace 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRevertDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRevertDetails.h @@ -55,7 +55,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileRevertDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileRevertDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileRevertDetails *)instance; /// /// Deserializes `DBTEAMLOGFileRevertDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRollbackChangesDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRollbackChangesDetails.h index 135bbaf7..125f3b59 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRollbackChangesDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRollbackChangesDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileRollbackChangesDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileRollbackChangesDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileRollbackChangesDetails *)instance; /// /// Deserializes `DBTEAMLOGFileRollbackChangesDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileSaveCopyReferenceDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileSaveCopyReferenceDetails.h index e95deea8..46f90787 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileSaveCopyReferenceDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileSaveCopyReferenceDetails.h @@ -63,7 +63,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileSaveCopyReferenceDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileSaveCopyReferenceDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileSaveCopyReferenceDetails *)instance; /// /// Deserializes `DBTEAMLOGFileSaveCopyReferenceDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileUnlikeCommentDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileUnlikeCommentDetails.h index fac6d59f..3ff4dfbf 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileUnlikeCommentDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileUnlikeCommentDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Comment text. Might be missing due to historical data gap. @property (nonatomic, readonly, copy, nullable) NSString *commentText; @@ -38,23 +38,23 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param commentText Comment text. Might be missing due to historical data /// gap. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex commentText:(nullable NSString *)commentText; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex commentText:(nullable NSString *)commentText; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex; - (instancetype)init NS_UNAVAILABLE; @@ -76,7 +76,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFileUnlikeCommentDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFileUnlikeCommentDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileUnlikeCommentDetails *)instance; /// /// Deserializes `DBTEAMLOGFileUnlikeCommentDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileUnresolveCommentDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileUnresolveCommentDetails.h new file mode 100644 index 00000000..ebbf5cea --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileUnresolveCommentDetails.h @@ -0,0 +1,94 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBTEAMLOGFileUnresolveCommentDetails; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `FileUnresolveCommentDetails` struct. +/// +/// Unresolved a file comment. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBTEAMLOGFileUnresolveCommentDetails : NSObject + +#pragma mark - Instance fields + +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; + +/// Comment text. Might be missing due to historical data gap. +@property (nonatomic, readonly, copy, nullable) NSString *commentText; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param targetAssetIndex Target asset position in the Assets list. +/// @param commentText Comment text. Might be missing due to historical data +/// gap. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex commentText:(nullable NSString *)commentText; + +/// +/// Convenience constructor (exposes only non-nullable instance variables with +/// no default value). +/// +/// @param targetAssetIndex Target asset position in the Assets list. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `FileUnresolveCommentDetails` struct. +/// +@interface DBTEAMLOGFileUnresolveCommentDetailsSerializer : NSObject + +/// +/// Serializes `DBTEAMLOGFileUnresolveCommentDetails` instances. +/// +/// @param instance An instance of the `DBTEAMLOGFileUnresolveCommentDetails` +/// API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBTEAMLOGFileUnresolveCommentDetails` API object. +/// ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFileUnresolveCommentDetails *)instance; + +/// +/// Deserializes `DBTEAMLOGFileUnresolveCommentDetails` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBTEAMLOGFileUnresolveCommentDetails` API object. +/// +/// @return An instantiation of the `DBTEAMLOGFileUnresolveCommentDetails` +/// object. +/// ++ (DBTEAMLOGFileUnresolveCommentDetails *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFolderLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFolderLogInfo.h index ba7f56c7..c2046cd9 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFolderLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFolderLogInfo.h @@ -72,7 +72,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGFolderLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGFolderLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGFolderLogInfo *)instance; /// /// Deserializes `DBTEAMLOGFolderLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGeoLocationLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGeoLocationLogInfo.h index f0898d58..e473d68e 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGeoLocationLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGeoLocationLogInfo.h @@ -85,7 +85,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGGeoLocationLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGGeoLocationLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGGeoLocationLogInfo *)instance; /// /// Deserializes `DBTEAMLOGGeoLocationLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsArg.h index e4c0001d..6426cf97 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsArg.h @@ -86,7 +86,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGGetTeamEventsArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGGetTeamEventsArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGGetTeamEventsArg *)instance; /// /// Deserializes `DBTEAMLOGGetTeamEventsArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsContinueArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsContinueArg.h index 015158a9..a5b96a7b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsContinueArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsContinueArg.h @@ -59,7 +59,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGGetTeamEventsContinueArg` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGGetTeamEventsContinueArg *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGGetTeamEventsContinueArg *)instance; /// /// Deserializes `DBTEAMLOGGetTeamEventsContinueArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsContinueError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsContinueError.h index b997d0aa..88582411 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsContinueError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsContinueError.h @@ -103,7 +103,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGGetTeamEventsContinueErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGGetTeamEventsContinueError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGGetTeamEventsContinueError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGGetTeamEventsContinueError *)instance; /// /// Deserializes `DBTEAMLOGGetTeamEventsContinueError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsError.h index 5577a231..628e8b42 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsError.h @@ -125,7 +125,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGGetTeamEventsErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGGetTeamEventsError` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGGetTeamEventsError *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGGetTeamEventsError *)instance; /// /// Deserializes `DBTEAMLOGGetTeamEventsError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsResult.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsResult.h index 7ae6293c..e713db6e 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsResult.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsResult.h @@ -73,7 +73,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGGetTeamEventsResult` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGGetTeamEventsResult *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGGetTeamEventsResult *)instance; /// /// Deserializes `DBTEAMLOGGetTeamEventsResult` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGoogleSsoChangePolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGoogleSsoChangePolicyDetails.h index 85d53499..27cdc565 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGoogleSsoChangePolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGoogleSsoChangePolicyDetails.h @@ -79,7 +79,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGGoogleSsoChangePolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGGoogleSsoChangePolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGGoogleSsoChangePolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGGoogleSsoChangePolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGoogleSsoPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGoogleSsoPolicy.h index 32dc942a..07133c62 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGoogleSsoPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGoogleSsoPolicy.h @@ -116,7 +116,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGGoogleSsoPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGGoogleSsoPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGGoogleSsoPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGGoogleSsoPolicy *)instance; /// /// Deserializes `DBTEAMLOGGoogleSsoPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupAddExternalIdDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupAddExternalIdDetails.h index 50628da2..35ccf717 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupAddExternalIdDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupAddExternalIdDetails.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGGroupAddExternalIdDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGGroupAddExternalIdDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGGroupAddExternalIdDetails *)instance; /// /// Deserializes `DBTEAMLOGGroupAddExternalIdDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupAddMemberDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupAddMemberDetails.h index d184216e..d741087e 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupAddMemberDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupAddMemberDetails.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGGroupAddMemberDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGGroupAddMemberDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGGroupAddMemberDetails *)instance; /// /// Deserializes `DBTEAMLOGGroupAddMemberDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupChangeExternalIdDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupChangeExternalIdDetails.h index 2f2aa6d2..0eee3f87 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupChangeExternalIdDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupChangeExternalIdDetails.h @@ -65,7 +65,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGGroupChangeExternalIdDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGGroupChangeExternalIdDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGGroupChangeExternalIdDetails *)instance; /// /// Deserializes `DBTEAMLOGGroupChangeExternalIdDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupChangeManagementTypeDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupChangeManagementTypeDetails.h index 4ac66789..507a0d16 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupChangeManagementTypeDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupChangeManagementTypeDetails.h @@ -8,8 +8,8 @@ #import "DBSerializableProtocol.h" +@class DBTEAMCOMMONGroupManagementType; @class DBTEAMLOGGroupChangeManagementTypeDetails; -@class DBTEAMLOGGroupManagementType; NS_ASSUME_NONNULL_BEGIN @@ -29,10 +29,10 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields /// New group management type. -@property (nonatomic, readonly) DBTEAMLOGGroupManagementType *dNewValue; +@property (nonatomic, readonly) DBTEAMCOMMONGroupManagementType *dNewValue; /// Previous group management type. Might be missing due to historical data gap. -@property (nonatomic, readonly, nullable) DBTEAMLOGGroupManagementType *previousValue; +@property (nonatomic, readonly, nullable) DBTEAMCOMMONGroupManagementType *previousValue; #pragma mark - Constructors @@ -45,8 +45,8 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithDNewValue:(DBTEAMLOGGroupManagementType *)dNewValue - previousValue:(nullable DBTEAMLOGGroupManagementType *)previousValue; +- (instancetype)initWithDNewValue:(DBTEAMCOMMONGroupManagementType *)dNewValue + previousValue:(nullable DBTEAMCOMMONGroupManagementType *)previousValue; /// /// Convenience constructor (exposes only non-nullable instance variables with @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithDNewValue:(DBTEAMLOGGroupManagementType *)dNewValue; +- (instancetype)initWithDNewValue:(DBTEAMCOMMONGroupManagementType *)dNewValue; - (instancetype)init NS_UNAVAILABLE; @@ -78,7 +78,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGGroupChangeManagementTypeDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGGroupChangeManagementTypeDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGGroupChangeManagementTypeDetails *)instance; /// /// Deserializes `DBTEAMLOGGroupChangeManagementTypeDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupChangeMemberRoleDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupChangeMemberRoleDetails.h index 6cf31297..b190e4a0 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupChangeMemberRoleDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupChangeMemberRoleDetails.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGGroupChangeMemberRoleDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGGroupChangeMemberRoleDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGGroupChangeMemberRoleDetails *)instance; /// /// Deserializes `DBTEAMLOGGroupChangeMemberRoleDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupCreateDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupCreateDetails.h index 21f17ed2..36aee23b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupCreateDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupCreateDetails.h @@ -28,8 +28,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Is admin managed group. Might be missing due to historical data gap. -@property (nonatomic, readonly, nullable) NSNumber *isAdminManaged; +/// Is company managed group. Might be missing due to historical data gap. +@property (nonatomic, readonly, nullable) NSNumber *isCompanyManaged; /// Group join policy. @property (nonatomic, readonly) DBTEAMLOGGroupJoinPolicy *joinPolicy; @@ -40,13 +40,13 @@ NS_ASSUME_NONNULL_BEGIN /// Full constructor for the struct (exposes all instance variables). /// /// @param joinPolicy Group join policy. -/// @param isAdminManaged Is admin managed group. Might be missing due to +/// @param isCompanyManaged Is company managed group. Might be missing due to /// historical data gap. /// /// @return An initialized instance. /// - (instancetype)initWithJoinPolicy:(DBTEAMLOGGroupJoinPolicy *)joinPolicy - isAdminManaged:(nullable NSNumber *)isAdminManaged; + isCompanyManaged:(nullable NSNumber *)isCompanyManaged; /// /// Convenience constructor (exposes only non-nullable instance variables with @@ -77,7 +77,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGGroupCreateDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGGroupCreateDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGGroupCreateDetails *)instance; /// /// Deserializes `DBTEAMLOGGroupCreateDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupDeleteDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupDeleteDetails.h index d323f294..498989b7 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupDeleteDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupDeleteDetails.h @@ -27,20 +27,20 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Is admin managed group. Might be missing due to historical data gap. -@property (nonatomic, readonly, nullable) NSNumber *isAdminManaged; +/// Is company managed group. Might be missing due to historical data gap. +@property (nonatomic, readonly, nullable) NSNumber *isCompanyManaged; #pragma mark - Constructors /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param isAdminManaged Is admin managed group. Might be missing due to +/// @param isCompanyManaged Is company managed group. Might be missing due to /// historical data gap. /// /// @return An initialized instance. /// -- (instancetype)initWithIsAdminManaged:(nullable NSNumber *)isAdminManaged; +- (instancetype)initWithIsCompanyManaged:(nullable NSNumber *)isCompanyManaged; /// /// Convenience constructor (exposes only non-nullable instance variables with @@ -70,7 +70,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGGroupDeleteDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGGroupDeleteDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGGroupDeleteDetails *)instance; /// /// Deserializes `DBTEAMLOGGroupDeleteDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupJoinPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupJoinPolicy.h index 7b47dc74..74c04c40 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupJoinPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupJoinPolicy.h @@ -114,7 +114,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGGroupJoinPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGGroupJoinPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGGroupJoinPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGGroupJoinPolicy *)instance; /// /// Deserializes `DBTEAMLOGGroupJoinPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupJoinPolicyUpdatedDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupJoinPolicyUpdatedDetails.h deleted file mode 100644 index edebfe22..00000000 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupJoinPolicyUpdatedDetails.h +++ /dev/null @@ -1,96 +0,0 @@ -/// -/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. -/// -/// Auto-generated by Stone, do not modify. -/// - -#import - -#import "DBSerializableProtocol.h" - -@class DBTEAMLOGGroupJoinPolicy; -@class DBTEAMLOGGroupJoinPolicyUpdatedDetails; - -NS_ASSUME_NONNULL_BEGIN - -#pragma mark - API Object - -/// -/// The `GroupJoinPolicyUpdatedDetails` struct. -/// -/// Updated a group join policy. -/// -/// This class implements the `DBSerializable` protocol (serialize and -/// deserialize instance methods), which is required for all Obj-C SDK API route -/// objects. -/// -@interface DBTEAMLOGGroupJoinPolicyUpdatedDetails : NSObject - -#pragma mark - Instance fields - -/// Is admin managed group. Might be missing due to historical data gap. -@property (nonatomic, readonly, nullable) NSNumber *isAdminManaged; - -/// Group join policy. -@property (nonatomic, readonly) DBTEAMLOGGroupJoinPolicy *joinPolicy; - -#pragma mark - Constructors - -/// -/// Full constructor for the struct (exposes all instance variables). -/// -/// @param joinPolicy Group join policy. -/// @param isAdminManaged Is admin managed group. Might be missing due to -/// historical data gap. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithJoinPolicy:(DBTEAMLOGGroupJoinPolicy *)joinPolicy - isAdminManaged:(nullable NSNumber *)isAdminManaged; - -/// -/// Convenience constructor (exposes only non-nullable instance variables with -/// no default value). -/// -/// @param joinPolicy Group join policy. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithJoinPolicy:(DBTEAMLOGGroupJoinPolicy *)joinPolicy; - -- (instancetype)init NS_UNAVAILABLE; - -@end - -#pragma mark - Serializer Object - -/// -/// The serialization class for the `GroupJoinPolicyUpdatedDetails` struct. -/// -@interface DBTEAMLOGGroupJoinPolicyUpdatedDetailsSerializer : NSObject - -/// -/// Serializes `DBTEAMLOGGroupJoinPolicyUpdatedDetails` instances. -/// -/// @param instance An instance of the `DBTEAMLOGGroupJoinPolicyUpdatedDetails` -/// API object. -/// -/// @return A json-compatible dictionary representation of the -/// `DBTEAMLOGGroupJoinPolicyUpdatedDetails` API object. -/// -+ (NSDictionary *)serialize:(DBTEAMLOGGroupJoinPolicyUpdatedDetails *)instance; - -/// -/// Deserializes `DBTEAMLOGGroupJoinPolicyUpdatedDetails` instances. -/// -/// @param dict A json-compatible dictionary representation of the -/// `DBTEAMLOGGroupJoinPolicyUpdatedDetails` API object. -/// -/// @return An instantiation of the `DBTEAMLOGGroupJoinPolicyUpdatedDetails` -/// object. -/// -+ (DBTEAMLOGGroupJoinPolicyUpdatedDetails *)deserialize:(NSDictionary *)dict; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupLogInfo.h index 19fd0315..5883a3ca 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupLogInfo.h @@ -82,7 +82,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGGroupLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGGroupLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGGroupLogInfo *)instance; /// /// Deserializes `DBTEAMLOGGroupLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupManagementType.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupManagementType.h deleted file mode 100644 index ade70feb..00000000 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupManagementType.h +++ /dev/null @@ -1,136 +0,0 @@ -/// -/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. -/// -/// Auto-generated by Stone, do not modify. -/// - -#import - -#import "DBSerializableProtocol.h" - -@class DBTEAMLOGGroupManagementType; - -NS_ASSUME_NONNULL_BEGIN - -#pragma mark - API Object - -/// -/// The `GroupManagementType` union. -/// -/// This class implements the `DBSerializable` protocol (serialize and -/// deserialize instance methods), which is required for all Obj-C SDK API route -/// objects. -/// -@interface DBTEAMLOGGroupManagementType : NSObject - -#pragma mark - Instance fields - -/// The `DBTEAMLOGGroupManagementTypeTag` enum type represents the possible tag -/// states with which the `DBTEAMLOGGroupManagementType` union can exist. -typedef NS_ENUM(NSInteger, DBTEAMLOGGroupManagementTypeTag) { - /// (no description). - DBTEAMLOGGroupManagementTypeAdminManagementGroup, - - /// (no description). - DBTEAMLOGGroupManagementTypeMemberManagementGroup, - - /// (no description). - DBTEAMLOGGroupManagementTypeOther, - -}; - -/// Represents the union's current tag state. -@property (nonatomic, readonly) DBTEAMLOGGroupManagementTypeTag tag; - -#pragma mark - Constructors - -/// -/// Initializes union class with tag state of "admin_management_group". -/// -/// @return An initialized instance. -/// -- (instancetype)initWithAdminManagementGroup; - -/// -/// Initializes union class with tag state of "member_management_group". -/// -/// @return An initialized instance. -/// -- (instancetype)initWithMemberManagementGroup; - -/// -/// Initializes union class with tag state of "other". -/// -/// @return An initialized instance. -/// -- (instancetype)initWithOther; - -- (instancetype)init NS_UNAVAILABLE; - -#pragma mark - Tag state methods - -/// -/// Retrieves whether the union's current tag state has value -/// "admin_management_group". -/// -/// @return Whether the union's current tag state has value -/// "admin_management_group". -/// -- (BOOL)isAdminManagementGroup; - -/// -/// Retrieves whether the union's current tag state has value -/// "member_management_group". -/// -/// @return Whether the union's current tag state has value -/// "member_management_group". -/// -- (BOOL)isMemberManagementGroup; - -/// -/// Retrieves whether the union's current tag state has value "other". -/// -/// @return Whether the union's current tag state has value "other". -/// -- (BOOL)isOther; - -/// -/// Retrieves string value of union's current tag state. -/// -/// @return A human-readable string representing the union's current tag state. -/// -- (NSString *)tagName; - -@end - -#pragma mark - Serializer Object - -/// -/// The serialization class for the `DBTEAMLOGGroupManagementType` union. -/// -@interface DBTEAMLOGGroupManagementTypeSerializer : NSObject - -/// -/// Serializes `DBTEAMLOGGroupManagementType` instances. -/// -/// @param instance An instance of the `DBTEAMLOGGroupManagementType` API -/// object. -/// -/// @return A json-compatible dictionary representation of the -/// `DBTEAMLOGGroupManagementType` API object. -/// -+ (NSDictionary *)serialize:(DBTEAMLOGGroupManagementType *)instance; - -/// -/// Deserializes `DBTEAMLOGGroupManagementType` instances. -/// -/// @param dict A json-compatible dictionary representation of the -/// `DBTEAMLOGGroupManagementType` API object. -/// -/// @return An instantiation of the `DBTEAMLOGGroupManagementType` object. -/// -+ (DBTEAMLOGGroupManagementType *)deserialize:(NSDictionary *)dict; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupMovedDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupMovedDetails.h index eda52f7c..f81efd63 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupMovedDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupMovedDetails.h @@ -55,7 +55,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGGroupMovedDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGGroupMovedDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGGroupMovedDetails *)instance; /// /// Deserializes `DBTEAMLOGGroupMovedDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupRemoveExternalIdDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupRemoveExternalIdDetails.h index 0b7b93b1..89bd70f2 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupRemoveExternalIdDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupRemoveExternalIdDetails.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGGroupRemoveExternalIdDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGGroupRemoveExternalIdDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGGroupRemoveExternalIdDetails *)instance; /// /// Deserializes `DBTEAMLOGGroupRemoveExternalIdDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupRemoveMemberDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupRemoveMemberDetails.h index 5c696941..c42ddaa5 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupRemoveMemberDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupRemoveMemberDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGGroupRemoveMemberDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGGroupRemoveMemberDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGGroupRemoveMemberDetails *)instance; /// /// Deserializes `DBTEAMLOGGroupRemoveMemberDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupRenameDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupRenameDetails.h index 31375e51..4bb49925 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupRenameDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupRenameDetails.h @@ -30,16 +30,20 @@ NS_ASSUME_NONNULL_BEGIN /// Previous display name. @property (nonatomic, readonly, copy) NSString *previousValue; +/// New display name. +@property (nonatomic, readonly, copy) NSString *dNewValue; + #pragma mark - Constructors /// /// Full constructor for the struct (exposes all instance variables). /// /// @param previousValue Previous display name. +/// @param dNewValue New display name. /// /// @return An initialized instance. /// -- (instancetype)initWithPreviousValue:(NSString *)previousValue; +- (instancetype)initWithPreviousValue:(NSString *)previousValue dNewValue:(NSString *)dNewValue; - (instancetype)init NS_UNAVAILABLE; @@ -60,7 +64,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGGroupRenameDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGGroupRenameDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGGroupRenameDetails *)instance; /// /// Deserializes `DBTEAMLOGGroupRenameDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupUserManagementChangePolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupUserManagementChangePolicyDetails.h index 7a67d669..4f8a36c7 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupUserManagementChangePolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupUserManagementChangePolicyDetails.h @@ -80,7 +80,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGGroupUserManagementChangePolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGGroupUserManagementChangePolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGGroupUserManagementChangePolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGGroupUserManagementChangePolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupUserManagementPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupUserManagementPolicy.h index 83454de3..e494f28a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupUserManagementPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupUserManagementPolicy.h @@ -30,10 +30,10 @@ NS_ASSUME_NONNULL_BEGIN /// union can exist. typedef NS_ENUM(NSInteger, DBTEAMLOGGroupUserManagementPolicyTag) { /// (no description). - DBTEAMLOGGroupUserManagementPolicyAllUsers, + DBTEAMLOGGroupUserManagementPolicyAdminsOnly, /// (no description). - DBTEAMLOGGroupUserManagementPolicyOnlyAdmins, + DBTEAMLOGGroupUserManagementPolicyAllUsers, /// (no description). DBTEAMLOGGroupUserManagementPolicyOther, @@ -46,18 +46,18 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGGroupUserManagementPolicyTag) { #pragma mark - Constructors /// -/// Initializes union class with tag state of "all_users". +/// Initializes union class with tag state of "admins_only". /// /// @return An initialized instance. /// -- (instancetype)initWithAllUsers; +- (instancetype)initWithAdminsOnly; /// -/// Initializes union class with tag state of "only_admins". +/// Initializes union class with tag state of "all_users". /// /// @return An initialized instance. /// -- (instancetype)initWithOnlyAdmins; +- (instancetype)initWithAllUsers; /// /// Initializes union class with tag state of "other". @@ -71,18 +71,18 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGGroupUserManagementPolicyTag) { #pragma mark - Tag state methods /// -/// Retrieves whether the union's current tag state has value "all_users". +/// Retrieves whether the union's current tag state has value "admins_only". /// -/// @return Whether the union's current tag state has value "all_users". +/// @return Whether the union's current tag state has value "admins_only". /// -- (BOOL)isAllUsers; +- (BOOL)isAdminsOnly; /// -/// Retrieves whether the union's current tag state has value "only_admins". +/// Retrieves whether the union's current tag state has value "all_users". /// -/// @return Whether the union's current tag state has value "only_admins". +/// @return Whether the union's current tag state has value "all_users". /// -- (BOOL)isOnlyAdmins; +- (BOOL)isAllUsers; /// /// Retrieves whether the union's current tag state has value "other". @@ -116,7 +116,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGGroupUserManagementPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGGroupUserManagementPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGGroupUserManagementPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGGroupUserManagementPolicy *)instance; /// /// Deserializes `DBTEAMLOGGroupUserManagementPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGHostLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGHostLogInfo.h index 5f06a051..7aac429c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGHostLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGHostLogInfo.h @@ -73,7 +73,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGHostLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGHostLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGHostLogInfo *)instance; /// /// Deserializes `DBTEAMLOGHostLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGJoinTeamDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGJoinTeamDetails.h index cffa8ab3..3ab0bc46 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGJoinTeamDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGJoinTeamDetails.h @@ -73,7 +73,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGJoinTeamDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGJoinTeamDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGJoinTeamDetails *)instance; /// /// Deserializes `DBTEAMLOGJoinTeamDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGLinkAudience.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGLinkAudience.h index 03ff50a4..83337d52 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGLinkAudience.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGLinkAudience.h @@ -131,7 +131,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGLinkAudienceTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGLinkAudience` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGLinkAudience *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGLinkAudience *)instance; /// /// Deserializes `DBTEAMLOGLinkAudience` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGLogoutDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGLogoutDetails.h index ac4fd6b8..c7f71875 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGLogoutDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGLogoutDetails.h @@ -55,7 +55,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGLogoutDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGLogoutDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGLogoutDetails *)instance; /// /// Deserializes `DBTEAMLOGLogoutDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberAddNameDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberAddNameDetails.h index 069f5ffe..16419c91 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberAddNameDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberAddNameDetails.h @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGMemberAddNameDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGMemberAddNameDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGMemberAddNameDetails *)instance; /// /// Deserializes `DBTEAMLOGMemberAddNameDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeAdminRoleDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeAdminRoleDetails.h index 1b42cdbd..c0f4564e 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeAdminRoleDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeAdminRoleDetails.h @@ -81,7 +81,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGMemberChangeAdminRoleDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGMemberChangeAdminRoleDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGMemberChangeAdminRoleDetails *)instance; /// /// Deserializes `DBTEAMLOGMemberChangeAdminRoleDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeEmailDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeEmailDetails.h index 7d0e2032..fd85cd92 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeEmailDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeEmailDetails.h @@ -76,7 +76,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGMemberChangeEmailDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGMemberChangeEmailDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGMemberChangeEmailDetails *)instance; /// /// Deserializes `DBTEAMLOGMemberChangeEmailDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeMembershipTypeDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeMembershipTypeDetails.h index 6fa530c8..d0c6f0e3 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeMembershipTypeDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeMembershipTypeDetails.h @@ -67,7 +67,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGMemberChangeMembershipTypeDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGMemberChangeMembershipTypeDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGMemberChangeMembershipTypeDetails *)instance; /// /// Deserializes `DBTEAMLOGMemberChangeMembershipTypeDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeNameDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeNameDetails.h index 5234c175..dfd9388e 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeNameDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeNameDetails.h @@ -31,8 +31,8 @@ NS_ASSUME_NONNULL_BEGIN /// New user's name. @property (nonatomic, readonly) DBTEAMLOGUserNameLogInfo *dNewValue; -/// Previous user's name. -@property (nonatomic, readonly) DBTEAMLOGUserNameLogInfo *previousValue; +/// Previous user's name. Might be missing due to historical data gap. +@property (nonatomic, readonly, nullable) DBTEAMLOGUserNameLogInfo *previousValue; #pragma mark - Constructors @@ -40,12 +40,23 @@ NS_ASSUME_NONNULL_BEGIN /// Full constructor for the struct (exposes all instance variables). /// /// @param dNewValue New user's name. -/// @param previousValue Previous user's name. +/// @param previousValue Previous user's name. Might be missing due to +/// historical data gap. /// /// @return An initialized instance. /// - (instancetype)initWithDNewValue:(DBTEAMLOGUserNameLogInfo *)dNewValue - previousValue:(DBTEAMLOGUserNameLogInfo *)previousValue; + previousValue:(nullable DBTEAMLOGUserNameLogInfo *)previousValue; + +/// +/// Convenience constructor (exposes only non-nullable instance variables with +/// no default value). +/// +/// @param dNewValue New user's name. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithDNewValue:(DBTEAMLOGUserNameLogInfo *)dNewValue; - (instancetype)init NS_UNAVAILABLE; @@ -67,7 +78,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGMemberChangeNameDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGMemberChangeNameDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGMemberChangeNameDetails *)instance; /// /// Deserializes `DBTEAMLOGMemberChangeNameDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeStatusDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeStatusDetails.h index 6108102b..48649258 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeStatusDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeStatusDetails.h @@ -85,7 +85,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGMemberChangeStatusDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGMemberChangeStatusDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGMemberChangeStatusDetails *)instance; /// /// Deserializes `DBTEAMLOGMemberChangeStatusDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberPermanentlyDeleteAccountContentsDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberPermanentlyDeleteAccountContentsDetails.h index 939295e8..17d8b4ba 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberPermanentlyDeleteAccountContentsDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberPermanentlyDeleteAccountContentsDetails.h @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGMemberPermanentlyDeleteAccountContentsDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGMemberPermanentlyDeleteAccountContentsDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGMemberPermanentlyDeleteAccountContentsDetails *)instance; /// /// Deserializes `DBTEAMLOGMemberPermanentlyDeleteAccountContentsDetails` diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberRequestsChangePolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberRequestsChangePolicyDetails.h index 5a40119f..c933469c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberRequestsChangePolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberRequestsChangePolicyDetails.h @@ -79,7 +79,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGMemberRequestsChangePolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGMemberRequestsChangePolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGMemberRequestsChangePolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGMemberRequestsChangePolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberRequestsPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberRequestsPolicy.h index d2d0cfc6..3dbde38e 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberRequestsPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberRequestsPolicy.h @@ -29,13 +29,13 @@ NS_ASSUME_NONNULL_BEGIN /// states with which the `DBTEAMLOGMemberRequestsPolicy` union can exist. typedef NS_ENUM(NSInteger, DBTEAMLOGMemberRequestsPolicyTag) { /// (no description). - DBTEAMLOGMemberRequestsPolicyDisabled, + DBTEAMLOGMemberRequestsPolicyAutoAccept, /// (no description). - DBTEAMLOGMemberRequestsPolicyRequireApproval, + DBTEAMLOGMemberRequestsPolicyDisabled, /// (no description). - DBTEAMLOGMemberRequestsPolicyAutoApproval, + DBTEAMLOGMemberRequestsPolicyRequireApproval, /// (no description). DBTEAMLOGMemberRequestsPolicyOther, @@ -48,25 +48,25 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGMemberRequestsPolicyTag) { #pragma mark - Constructors /// -/// Initializes union class with tag state of "disabled". +/// Initializes union class with tag state of "auto_accept". /// /// @return An initialized instance. /// -- (instancetype)initWithDisabled; +- (instancetype)initWithAutoAccept; /// -/// Initializes union class with tag state of "require_approval". +/// Initializes union class with tag state of "disabled". /// /// @return An initialized instance. /// -- (instancetype)initWithRequireApproval; +- (instancetype)initWithDisabled; /// -/// Initializes union class with tag state of "auto_approval". +/// Initializes union class with tag state of "require_approval". /// /// @return An initialized instance. /// -- (instancetype)initWithAutoApproval; +- (instancetype)initWithRequireApproval; /// /// Initializes union class with tag state of "other". @@ -79,6 +79,13 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGMemberRequestsPolicyTag) { #pragma mark - Tag state methods +/// +/// Retrieves whether the union's current tag state has value "auto_accept". +/// +/// @return Whether the union's current tag state has value "auto_accept". +/// +- (BOOL)isAutoAccept; + /// /// Retrieves whether the union's current tag state has value "disabled". /// @@ -94,13 +101,6 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGMemberRequestsPolicyTag) { /// - (BOOL)isRequireApproval; -/// -/// Retrieves whether the union's current tag state has value "auto_approval". -/// -/// @return Whether the union's current tag state has value "auto_approval". -/// -- (BOOL)isAutoApproval; - /// /// Retrieves whether the union's current tag state has value "other". /// @@ -133,7 +133,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGMemberRequestsPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGMemberRequestsPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGMemberRequestsPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGMemberRequestsPolicy *)instance; /// /// Deserializes `DBTEAMLOGMemberRequestsPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSpaceLimitsAddExceptionDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSpaceLimitsAddExceptionDetails.h index 505d37b7..32f36e61 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSpaceLimitsAddExceptionDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSpaceLimitsAddExceptionDetails.h @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGMemberSpaceLimitsAddExceptionDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGMemberSpaceLimitsAddExceptionDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGMemberSpaceLimitsAddExceptionDetails *)instance; /// /// Deserializes `DBTEAMLOGMemberSpaceLimitsAddExceptionDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSpaceLimitsChangePolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSpaceLimitsChangePolicyDetails.h index 809baa52..debd3ca8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSpaceLimitsChangePolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSpaceLimitsChangePolicyDetails.h @@ -68,7 +68,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGMemberSpaceLimitsChangePolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGMemberSpaceLimitsChangePolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGMemberSpaceLimitsChangePolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGMemberSpaceLimitsChangePolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSpaceLimitsChangeStatusDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSpaceLimitsChangeStatusDetails.h index 74b2cc25..cfb5916b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSpaceLimitsChangeStatusDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSpaceLimitsChangeStatusDetails.h @@ -69,7 +69,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGMemberSpaceLimitsChangeStatusDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGMemberSpaceLimitsChangeStatusDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGMemberSpaceLimitsChangeStatusDetails *)instance; /// /// Deserializes `DBTEAMLOGMemberSpaceLimitsChangeStatusDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails.h index cceb4bab..8e37e71f 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails.h @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails *)instance; /// /// Deserializes `DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberStatus.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberStatus.h index 4a790aaf..f51a1271 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberStatus.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberStatus.h @@ -165,7 +165,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGMemberStatusTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGMemberStatus` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGMemberStatus *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGMemberStatus *)instance; /// /// Deserializes `DBTEAMLOGMemberStatus` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSuggestDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSuggestDetails.h index 9da24357..f790e1f1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSuggestDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSuggestDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGMemberSuggestDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGMemberSuggestDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGMemberSuggestDetails *)instance; /// /// Deserializes `DBTEAMLOGMemberSuggestDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSuggestionsChangePolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSuggestionsChangePolicyDetails.h index ebd9dc9c..5f547039 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSuggestionsChangePolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSuggestionsChangePolicyDetails.h @@ -81,7 +81,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGMemberSuggestionsChangePolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGMemberSuggestionsChangePolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGMemberSuggestionsChangePolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGMemberSuggestionsChangePolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSuggestionsPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSuggestionsPolicy.h index 3ddadf95..7858bda0 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSuggestionsPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSuggestionsPolicy.h @@ -118,7 +118,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGMemberSuggestionsPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGMemberSuggestionsPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGMemberSuggestionsPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGMemberSuggestionsPolicy *)instance; /// /// Deserializes `DBTEAMLOGMemberSuggestionsPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberTransferAccountContentsDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberTransferAccountContentsDetails.h index 1e059dda..cb285da6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberTransferAccountContentsDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberTransferAccountContentsDetails.h @@ -27,23 +27,26 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Source asset index. -@property (nonatomic, readonly) NSNumber *srcIndex; +/// Source participant position in the Participants list. +@property (nonatomic, readonly) NSNumber *srcParticipantIndex; -/// Destination asset index. -@property (nonatomic, readonly) NSNumber *destIndex; +/// Destination participant position in the Participants list. +@property (nonatomic, readonly) NSNumber *destParticipantIndex; #pragma mark - Constructors /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param srcIndex Source asset index. -/// @param destIndex Destination asset index. +/// @param srcParticipantIndex Source participant position in the Participants +/// list. +/// @param destParticipantIndex Destination participant position in the +/// Participants list. /// /// @return An initialized instance. /// -- (instancetype)initWithSrcIndex:(NSNumber *)srcIndex destIndex:(NSNumber *)destIndex; +- (instancetype)initWithSrcParticipantIndex:(NSNumber *)srcParticipantIndex + destParticipantIndex:(NSNumber *)destParticipantIndex; - (instancetype)init NS_UNAVAILABLE; @@ -66,7 +69,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGMemberTransferAccountContentsDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGMemberTransferAccountContentsDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGMemberTransferAccountContentsDetails *)instance; /// /// Deserializes `DBTEAMLOGMemberTransferAccountContentsDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetails.h index 4042a5e5..94008557 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetails.h @@ -81,7 +81,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMicrosoftOfficeAddinPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMicrosoftOfficeAddinPolicy.h index ba6ca6d4..ac663801 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMicrosoftOfficeAddinPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMicrosoftOfficeAddinPolicy.h @@ -118,7 +118,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGMicrosoftOfficeAddinPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGMicrosoftOfficeAddinPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGMicrosoftOfficeAddinPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGMicrosoftOfficeAddinPolicy *)instance; /// /// Deserializes `DBTEAMLOGMicrosoftOfficeAddinPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMissingDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMissingDetails.h index 0d86c0db..0c7bba0a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMissingDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMissingDetails.h @@ -55,7 +55,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGMissingDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGMissingDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGMissingDetails *)instance; /// /// Deserializes `DBTEAMLOGMissingDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMobileSessionLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMobileSessionLogInfo.h index 9b1a9f58..1a5ecc2b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMobileSessionLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMobileSessionLogInfo.h @@ -66,7 +66,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGMobileSessionLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGMobileSessionLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGMobileSessionLogInfo *)instance; /// /// Deserializes `DBTEAMLOGMobileSessionLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNamespaceRelativePathLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNamespaceRelativePathLogInfo.h index e535fc9f..989b75a8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNamespaceRelativePathLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNamespaceRelativePathLogInfo.h @@ -76,7 +76,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGNamespaceRelativePathLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGNamespaceRelativePathLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGNamespaceRelativePathLogInfo *)instance; /// /// Deserializes `DBTEAMLOGNamespaceRelativePathLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNetworkControlChangePolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNetworkControlChangePolicyDetails.h index 78c9c08e..4884cc5e 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNetworkControlChangePolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNetworkControlChangePolicyDetails.h @@ -79,7 +79,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGNetworkControlChangePolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGNetworkControlChangePolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGNetworkControlChangePolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGNetworkControlChangePolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNetworkControlPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNetworkControlPolicy.h index 0bc09a82..8687db2a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNetworkControlPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNetworkControlPolicy.h @@ -117,7 +117,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGNetworkControlPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGNetworkControlPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGNetworkControlPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGNetworkControlPolicy *)instance; /// /// Deserializes `DBTEAMLOGNetworkControlPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNonTeamMemberLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNonTeamMemberLogInfo.h index 6dd2cb3d..c4f39fca 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNonTeamMemberLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNonTeamMemberLogInfo.h @@ -73,7 +73,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGNonTeamMemberLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGNonTeamMemberLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGNonTeamMemberLogInfo *)instance; /// /// Deserializes `DBTEAMLOGNonTeamMemberLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteAclInviteOnlyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteAclInviteOnlyDetails.h index 15d5ac5c..cd044087 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteAclInviteOnlyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteAclInviteOnlyDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGNoteAclInviteOnlyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGNoteAclInviteOnlyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGNoteAclInviteOnlyDetails *)instance; /// /// Deserializes `DBTEAMLOGNoteAclInviteOnlyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteAclLinkDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteAclLinkDetails.h index 7687f694..eff7d85d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteAclLinkDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteAclLinkDetails.h @@ -55,7 +55,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGNoteAclLinkDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGNoteAclLinkDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGNoteAclLinkDetails *)instance; /// /// Deserializes `DBTEAMLOGNoteAclLinkDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteAclTeamLinkDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteAclTeamLinkDetails.h index 1d96d545..5538bba0 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteAclTeamLinkDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteAclTeamLinkDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGNoteAclTeamLinkDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGNoteAclTeamLinkDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGNoteAclTeamLinkDetails *)instance; /// /// Deserializes `DBTEAMLOGNoteAclTeamLinkDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteShareReceiveDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteShareReceiveDetails.h index f067888e..e00037bf 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteShareReceiveDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteShareReceiveDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGNoteShareReceiveDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGNoteShareReceiveDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGNoteShareReceiveDetails *)instance; /// /// Deserializes `DBTEAMLOGNoteShareReceiveDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteSharedDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteSharedDetails.h index 5eebeb2f..80bc7576 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteSharedDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteSharedDetails.h @@ -55,7 +55,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGNoteSharedDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGNoteSharedDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGNoteSharedDetails *)instance; /// /// Deserializes `DBTEAMLOGNoteSharedDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGOpenNoteSharedDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGOpenNoteSharedDetails.h index 01eb1407..717dcd30 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGOpenNoteSharedDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGOpenNoteSharedDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGOpenNoteSharedDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGOpenNoteSharedDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGOpenNoteSharedDetails *)instance; /// /// Deserializes `DBTEAMLOGOpenNoteSharedDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGOriginLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGOriginLogInfo.h index 13202aff..27bd12f4 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGOriginLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGOriginLogInfo.h @@ -83,7 +83,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGOriginLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGOriginLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGOriginLogInfo *)instance; /// /// Deserializes `DBTEAMLOGOriginLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperAccessType.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperAccessType.h index 9dfdea56..941276ec 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperAccessType.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperAccessType.h @@ -131,7 +131,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGPaperAccessTypeTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperAccessType` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperAccessType *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperAccessType *)instance; /// /// Deserializes `DBTEAMLOGPaperAccessType` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupDescriptionUpdatedDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperAdminExportStartDetails.h similarity index 50% rename from Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupDescriptionUpdatedDetails.h rename to Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperAdminExportStartDetails.h index 9306231e..cd280a2a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupDescriptionUpdatedDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperAdminExportStartDetails.h @@ -8,22 +8,22 @@ #import "DBSerializableProtocol.h" -@class DBTEAMLOGGroupDescriptionUpdatedDetails; +@class DBTEAMLOGPaperAdminExportStartDetails; NS_ASSUME_NONNULL_BEGIN #pragma mark - API Object /// -/// The `GroupDescriptionUpdatedDetails` struct. +/// The `PaperAdminExportStartDetails` struct. /// -/// Updated a group. +/// Exported all Paper documents in the team. /// /// This class implements the `DBSerializable` protocol (serialize and /// deserialize instance methods), which is required for all Obj-C SDK API route /// objects. /// -@interface DBTEAMLOGGroupDescriptionUpdatedDetails : NSObject +@interface DBTEAMLOGPaperAdminExportStartDetails : NSObject #pragma mark - Instance fields @@ -43,31 +43,31 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Serializer Object /// -/// The serialization class for the `GroupDescriptionUpdatedDetails` struct. +/// The serialization class for the `PaperAdminExportStartDetails` struct. /// -@interface DBTEAMLOGGroupDescriptionUpdatedDetailsSerializer : NSObject +@interface DBTEAMLOGPaperAdminExportStartDetailsSerializer : NSObject /// -/// Serializes `DBTEAMLOGGroupDescriptionUpdatedDetails` instances. +/// Serializes `DBTEAMLOGPaperAdminExportStartDetails` instances. /// -/// @param instance An instance of the `DBTEAMLOGGroupDescriptionUpdatedDetails` +/// @param instance An instance of the `DBTEAMLOGPaperAdminExportStartDetails` /// API object. /// /// @return A json-compatible dictionary representation of the -/// `DBTEAMLOGGroupDescriptionUpdatedDetails` API object. +/// `DBTEAMLOGPaperAdminExportStartDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGGroupDescriptionUpdatedDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperAdminExportStartDetails *)instance; /// -/// Deserializes `DBTEAMLOGGroupDescriptionUpdatedDetails` instances. +/// Deserializes `DBTEAMLOGPaperAdminExportStartDetails` instances. /// /// @param dict A json-compatible dictionary representation of the -/// `DBTEAMLOGGroupDescriptionUpdatedDetails` API object. +/// `DBTEAMLOGPaperAdminExportStartDetails` API object. /// -/// @return An instantiation of the `DBTEAMLOGGroupDescriptionUpdatedDetails` +/// @return An instantiation of the `DBTEAMLOGPaperAdminExportStartDetails` /// object. /// -+ (DBTEAMLOGGroupDescriptionUpdatedDetails *)deserialize:(NSDictionary *)dict; ++ (DBTEAMLOGPaperAdminExportStartDetails *)deserialize:(NSDictionary *)dict; @end diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperChangeDeploymentPolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperChangeDeploymentPolicyDetails.h index d71c8156..3794f385 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperChangeDeploymentPolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperChangeDeploymentPolicyDetails.h @@ -9,7 +9,7 @@ #import "DBSerializableProtocol.h" @class DBTEAMLOGPaperChangeDeploymentPolicyDetails; -@class DBTEAMLOGPaperDeploymentPolicy; +@class DBTEAMPOLICIESPaperDeploymentPolicy; NS_ASSUME_NONNULL_BEGIN @@ -30,11 +30,11 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields /// New Dropbox Paper deployment policy. -@property (nonatomic, readonly) DBTEAMLOGPaperDeploymentPolicy *dNewValue; +@property (nonatomic, readonly) DBTEAMPOLICIESPaperDeploymentPolicy *dNewValue; /// Previous Dropbox Paper deployment policy. Might be missing due to historical /// data gap. -@property (nonatomic, readonly, nullable) DBTEAMLOGPaperDeploymentPolicy *previousValue; +@property (nonatomic, readonly, nullable) DBTEAMPOLICIESPaperDeploymentPolicy *previousValue; #pragma mark - Constructors @@ -47,8 +47,8 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithDNewValue:(DBTEAMLOGPaperDeploymentPolicy *)dNewValue - previousValue:(nullable DBTEAMLOGPaperDeploymentPolicy *)previousValue; +- (instancetype)initWithDNewValue:(DBTEAMPOLICIESPaperDeploymentPolicy *)dNewValue + previousValue:(nullable DBTEAMPOLICIESPaperDeploymentPolicy *)previousValue; /// /// Convenience constructor (exposes only non-nullable instance variables with @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithDNewValue:(DBTEAMLOGPaperDeploymentPolicy *)dNewValue; +- (instancetype)initWithDNewValue:(DBTEAMPOLICIESPaperDeploymentPolicy *)dNewValue; - (instancetype)init NS_UNAVAILABLE; @@ -80,7 +80,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperChangeDeploymentPolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperChangeDeploymentPolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperChangeDeploymentPolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperChangeDeploymentPolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperChangeMemberLinkPolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperChangeMemberLinkPolicyDetails.h new file mode 100644 index 00000000..a0cd3f4a --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperChangeMemberLinkPolicyDetails.h @@ -0,0 +1,80 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBTEAMLOGPaperChangeMemberLinkPolicyDetails; +@class DBTEAMLOGPaperMemberPolicy; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `PaperChangeMemberLinkPolicyDetails` struct. +/// +/// Changed whether non team members can view Paper documents using a link. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBTEAMLOGPaperChangeMemberLinkPolicyDetails : NSObject + +#pragma mark - Instance fields + +/// New paper external link accessibility policy. +@property (nonatomic, readonly) DBTEAMLOGPaperMemberPolicy *dNewValue; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param dNewValue New paper external link accessibility policy. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithDNewValue:(DBTEAMLOGPaperMemberPolicy *)dNewValue; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `PaperChangeMemberLinkPolicyDetails` struct. +/// +@interface DBTEAMLOGPaperChangeMemberLinkPolicyDetailsSerializer : NSObject + +/// +/// Serializes `DBTEAMLOGPaperChangeMemberLinkPolicyDetails` instances. +/// +/// @param instance An instance of the +/// `DBTEAMLOGPaperChangeMemberLinkPolicyDetails` API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBTEAMLOGPaperChangeMemberLinkPolicyDetails` API object. +/// ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperChangeMemberLinkPolicyDetails *)instance; + +/// +/// Deserializes `DBTEAMLOGPaperChangeMemberLinkPolicyDetails` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBTEAMLOGPaperChangeMemberLinkPolicyDetails` API object. +/// +/// @return An instantiation of the +/// `DBTEAMLOGPaperChangeMemberLinkPolicyDetails` object. +/// ++ (DBTEAMLOGPaperChangeMemberLinkPolicyDetails *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperChangeMemberPolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperChangeMemberPolicyDetails.h index 80606b0b..2c259368 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperChangeMemberPolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperChangeMemberPolicyDetails.h @@ -81,7 +81,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperChangeMemberPolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperChangeMemberPolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperChangeMemberPolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperChangeMemberPolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperChangePolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperChangePolicyDetails.h index f382de2a..a6dc12b5 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperChangePolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperChangePolicyDetails.h @@ -9,7 +9,7 @@ #import "DBSerializableProtocol.h" @class DBTEAMLOGPaperChangePolicyDetails; -@class DBTEAMLOGPaperPolicy; +@class DBTEAMPOLICIESPaperEnabledPolicy; NS_ASSUME_NONNULL_BEGIN @@ -29,10 +29,10 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields /// New Dropbox Paper policy. -@property (nonatomic, readonly) DBTEAMLOGPaperPolicy *dNewValue; +@property (nonatomic, readonly) DBTEAMPOLICIESPaperEnabledPolicy *dNewValue; /// Previous Dropbox Paper policy. Might be missing due to historical data gap. -@property (nonatomic, readonly, nullable) DBTEAMLOGPaperPolicy *previousValue; +@property (nonatomic, readonly, nullable) DBTEAMPOLICIESPaperEnabledPolicy *previousValue; #pragma mark - Constructors @@ -45,8 +45,8 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithDNewValue:(DBTEAMLOGPaperPolicy *)dNewValue - previousValue:(nullable DBTEAMLOGPaperPolicy *)previousValue; +- (instancetype)initWithDNewValue:(DBTEAMPOLICIESPaperEnabledPolicy *)dNewValue + previousValue:(nullable DBTEAMPOLICIESPaperEnabledPolicy *)previousValue; /// /// Convenience constructor (exposes only non-nullable instance variables with @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithDNewValue:(DBTEAMLOGPaperPolicy *)dNewValue; +- (instancetype)initWithDNewValue:(DBTEAMPOLICIESPaperEnabledPolicy *)dNewValue; - (instancetype)init NS_UNAVAILABLE; @@ -78,7 +78,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperChangePolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperChangePolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperChangePolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperChangePolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentAddMemberDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentAddMemberDetails.h index c1dcde7a..ab588cfd 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentAddMemberDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentAddMemberDetails.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperContentAddMemberDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperContentAddMemberDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperContentAddMemberDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperContentAddMemberDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentAddToFolderDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentAddToFolderDetails.h index 177ebb30..8387cd2f 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentAddToFolderDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentAddToFolderDetails.h @@ -30,11 +30,11 @@ NS_ASSUME_NONNULL_BEGIN /// Event unique identifier. @property (nonatomic, readonly, copy) NSString *eventUuid; -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; -/// Parent asset index. -@property (nonatomic, readonly) NSNumber *parentIndex; +/// Parent asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *parentAssetIndex; #pragma mark - Constructors @@ -42,14 +42,14 @@ NS_ASSUME_NONNULL_BEGIN /// Full constructor for the struct (exposes all instance variables). /// /// @param eventUuid Event unique identifier. -/// @param targetIndex Target asset index. -/// @param parentIndex Parent asset index. +/// @param targetAssetIndex Target asset position in the Assets list. +/// @param parentAssetIndex Parent asset position in the Assets list. /// /// @return An initialized instance. /// - (instancetype)initWithEventUuid:(NSString *)eventUuid - targetIndex:(NSNumber *)targetIndex - parentIndex:(NSNumber *)parentIndex; + targetAssetIndex:(NSNumber *)targetAssetIndex + parentAssetIndex:(NSNumber *)parentAssetIndex; - (instancetype)init NS_UNAVAILABLE; @@ -71,7 +71,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperContentAddToFolderDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperContentAddToFolderDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperContentAddToFolderDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperContentAddToFolderDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentArchiveDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentArchiveDetails.h index dc4dcc00..983a7aef 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentArchiveDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentArchiveDetails.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperContentArchiveDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperContentArchiveDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperContentArchiveDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperContentArchiveDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentChangeSubscriptionDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentChangeSubscriptionDetails.h deleted file mode 100644 index 3b824431..00000000 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentChangeSubscriptionDetails.h +++ /dev/null @@ -1,104 +0,0 @@ -/// -/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. -/// -/// Auto-generated by Stone, do not modify. -/// - -#import - -#import "DBSerializableProtocol.h" - -@class DBTEAMLOGPaperContentChangeSubscriptionDetails; -@class DBTEAMLOGPaperTaggedValue; - -NS_ASSUME_NONNULL_BEGIN - -#pragma mark - API Object - -/// -/// The `PaperContentChangeSubscriptionDetails` struct. -/// -/// Followed or unfollowed a Paper doc or folder. -/// -/// This class implements the `DBSerializable` protocol (serialize and -/// deserialize instance methods), which is required for all Obj-C SDK API route -/// objects. -/// -@interface DBTEAMLOGPaperContentChangeSubscriptionDetails : NSObject - -#pragma mark - Instance fields - -/// Event unique identifier. -@property (nonatomic, readonly, copy) NSString *eventUuid; - -/// New subscription level. -@property (nonatomic, readonly) DBTEAMLOGPaperTaggedValue *dNewSubscriptionLevel; - -/// Previous subscription level. Might be missing due to historical data gap. -@property (nonatomic, readonly, nullable) DBTEAMLOGPaperTaggedValue *previousSubscriptionLevel; - -#pragma mark - Constructors - -/// -/// Full constructor for the struct (exposes all instance variables). -/// -/// @param eventUuid Event unique identifier. -/// @param dNewSubscriptionLevel New subscription level. -/// @param previousSubscriptionLevel Previous subscription level. Might be -/// missing due to historical data gap. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithEventUuid:(NSString *)eventUuid - dNewSubscriptionLevel:(DBTEAMLOGPaperTaggedValue *)dNewSubscriptionLevel - previousSubscriptionLevel:(nullable DBTEAMLOGPaperTaggedValue *)previousSubscriptionLevel; - -/// -/// Convenience constructor (exposes only non-nullable instance variables with -/// no default value). -/// -/// @param eventUuid Event unique identifier. -/// @param dNewSubscriptionLevel New subscription level. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithEventUuid:(NSString *)eventUuid - dNewSubscriptionLevel:(DBTEAMLOGPaperTaggedValue *)dNewSubscriptionLevel; - -- (instancetype)init NS_UNAVAILABLE; - -@end - -#pragma mark - Serializer Object - -/// -/// The serialization class for the `PaperContentChangeSubscriptionDetails` -/// struct. -/// -@interface DBTEAMLOGPaperContentChangeSubscriptionDetailsSerializer : NSObject - -/// -/// Serializes `DBTEAMLOGPaperContentChangeSubscriptionDetails` instances. -/// -/// @param instance An instance of the -/// `DBTEAMLOGPaperContentChangeSubscriptionDetails` API object. -/// -/// @return A json-compatible dictionary representation of the -/// `DBTEAMLOGPaperContentChangeSubscriptionDetails` API object. -/// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperContentChangeSubscriptionDetails *)instance; - -/// -/// Deserializes `DBTEAMLOGPaperContentChangeSubscriptionDetails` instances. -/// -/// @param dict A json-compatible dictionary representation of the -/// `DBTEAMLOGPaperContentChangeSubscriptionDetails` API object. -/// -/// @return An instantiation of the -/// `DBTEAMLOGPaperContentChangeSubscriptionDetails` object. -/// -+ (DBTEAMLOGPaperContentChangeSubscriptionDetails *)deserialize:(NSDictionary *)dict; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentCreateDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentCreateDetails.h index c5f62ee2..d31dfff2 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentCreateDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentCreateDetails.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperContentCreateDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperContentCreateDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperContentCreateDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperContentCreateDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentPermanentlyDeleteDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentPermanentlyDeleteDetails.h index 10857f79..aa0fb505 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentPermanentlyDeleteDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentPermanentlyDeleteDetails.h @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperContentPermanentlyDeleteDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperContentPermanentlyDeleteDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperContentPermanentlyDeleteDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperContentPermanentlyDeleteDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentRemoveFromFolderDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentRemoveFromFolderDetails.h index 05db5d03..78ccd049 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentRemoveFromFolderDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentRemoveFromFolderDetails.h @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperContentRemoveFromFolderDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperContentRemoveFromFolderDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperContentRemoveFromFolderDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperContentRemoveFromFolderDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentRemoveMemberDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentRemoveMemberDetails.h index 948130fd..9689d6c6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentRemoveMemberDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentRemoveMemberDetails.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperContentRemoveMemberDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperContentRemoveMemberDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperContentRemoveMemberDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperContentRemoveMemberDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentRenameDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentRenameDetails.h index abc0e2c0..88774a5d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentRenameDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentRenameDetails.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperContentRenameDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperContentRenameDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperContentRenameDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperContentRenameDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentRestoreDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentRestoreDetails.h index 1c9c060e..6ba99fcd 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentRestoreDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentRestoreDetails.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperContentRestoreDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperContentRestoreDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperContentRestoreDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperContentRestoreDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocAddCommentDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocAddCommentDetails.h index 6d0dacc8..76fb9cfa 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocAddCommentDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocAddCommentDetails.h @@ -76,7 +76,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperDocAddCommentDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperDocAddCommentDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperDocAddCommentDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperDocAddCommentDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocChangeMemberRoleDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocChangeMemberRoleDetails.h index eb04d299..1ea59565 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocChangeMemberRoleDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocChangeMemberRoleDetails.h @@ -66,7 +66,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperDocChangeMemberRoleDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperDocChangeMemberRoleDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperDocChangeMemberRoleDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperDocChangeMemberRoleDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocChangeSharingPolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocChangeSharingPolicyDetails.h index fd24e736..9ea88795 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocChangeSharingPolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocChangeSharingPolicyDetails.h @@ -84,7 +84,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperDocChangeSharingPolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperDocChangeSharingPolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperDocChangeSharingPolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperDocChangeSharingPolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocChangeSubscriptionDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocChangeSubscriptionDetails.h new file mode 100644 index 00000000..0f41af2e --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocChangeSubscriptionDetails.h @@ -0,0 +1,102 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBTEAMLOGPaperDocChangeSubscriptionDetails; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `PaperDocChangeSubscriptionDetails` struct. +/// +/// Followed or unfollowed a Paper doc. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBTEAMLOGPaperDocChangeSubscriptionDetails : NSObject + +#pragma mark - Instance fields + +/// Event unique identifier. +@property (nonatomic, readonly, copy) NSString *eventUuid; + +/// New doc subscription level. +@property (nonatomic, readonly, copy) NSString *dNewSubscriptionLevel; + +/// Previous doc subscription level. Might be missing due to historical data +/// gap. +@property (nonatomic, readonly, copy, nullable) NSString *previousSubscriptionLevel; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param eventUuid Event unique identifier. +/// @param dNewSubscriptionLevel New doc subscription level. +/// @param previousSubscriptionLevel Previous doc subscription level. Might be +/// missing due to historical data gap. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithEventUuid:(NSString *)eventUuid + dNewSubscriptionLevel:(NSString *)dNewSubscriptionLevel + previousSubscriptionLevel:(nullable NSString *)previousSubscriptionLevel; + +/// +/// Convenience constructor (exposes only non-nullable instance variables with +/// no default value). +/// +/// @param eventUuid Event unique identifier. +/// @param dNewSubscriptionLevel New doc subscription level. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithEventUuid:(NSString *)eventUuid dNewSubscriptionLevel:(NSString *)dNewSubscriptionLevel; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `PaperDocChangeSubscriptionDetails` struct. +/// +@interface DBTEAMLOGPaperDocChangeSubscriptionDetailsSerializer : NSObject + +/// +/// Serializes `DBTEAMLOGPaperDocChangeSubscriptionDetails` instances. +/// +/// @param instance An instance of the +/// `DBTEAMLOGPaperDocChangeSubscriptionDetails` API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBTEAMLOGPaperDocChangeSubscriptionDetails` API object. +/// ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperDocChangeSubscriptionDetails *)instance; + +/// +/// Deserializes `DBTEAMLOGPaperDocChangeSubscriptionDetails` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBTEAMLOGPaperDocChangeSubscriptionDetails` API object. +/// +/// @return An instantiation of the `DBTEAMLOGPaperDocChangeSubscriptionDetails` +/// object. +/// ++ (DBTEAMLOGPaperDocChangeSubscriptionDetails *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocDeleteCommentDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocDeleteCommentDetails.h index a5e37ead..bf508d08 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocDeleteCommentDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocDeleteCommentDetails.h @@ -76,7 +76,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperDocDeleteCommentDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperDocDeleteCommentDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperDocDeleteCommentDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperDocDeleteCommentDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocDeletedDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocDeletedDetails.h index a6fb0da7..a802275f 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocDeletedDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocDeletedDetails.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperDocDeletedDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperDocDeletedDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperDocDeletedDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperDocDeletedDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocDownloadDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocDownloadDetails.h index 05f736a1..98876d4c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocDownloadDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocDownloadDetails.h @@ -67,7 +67,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperDocDownloadDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperDocDownloadDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperDocDownloadDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperDocDownloadDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocEditCommentDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocEditCommentDetails.h index cdd2bd03..edd55fd0 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocEditCommentDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocEditCommentDetails.h @@ -76,7 +76,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperDocEditCommentDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperDocEditCommentDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperDocEditCommentDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperDocEditCommentDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocEditDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocEditDetails.h index c14686c3..46400892 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocEditDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocEditDetails.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperDocEditDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperDocEditDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperDocEditDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperDocEditDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocFollowedDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocFollowedDetails.h index ba6da05f..901c455a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocFollowedDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocFollowedDetails.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperDocFollowedDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperDocFollowedDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperDocFollowedDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperDocFollowedDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocMentionDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocMentionDetails.h index 79b990d9..27d7e705 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocMentionDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocMentionDetails.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperDocMentionDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperDocMentionDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperDocMentionDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperDocMentionDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocRequestAccessDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocRequestAccessDetails.h index 0fcfafed..95468c62 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocRequestAccessDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocRequestAccessDetails.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperDocRequestAccessDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperDocRequestAccessDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperDocRequestAccessDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperDocRequestAccessDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocResolveCommentDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocResolveCommentDetails.h index 5968b135..22337814 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocResolveCommentDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocResolveCommentDetails.h @@ -76,7 +76,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperDocResolveCommentDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperDocResolveCommentDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperDocResolveCommentDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperDocResolveCommentDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocRevertDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocRevertDetails.h index 9309e0c7..697212fc 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocRevertDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocRevertDetails.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperDocRevertDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperDocRevertDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperDocRevertDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperDocRevertDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocSlackShareDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocSlackShareDetails.h index aa5d8c14..15f02fe2 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocSlackShareDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocSlackShareDetails.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperDocSlackShareDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperDocSlackShareDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperDocSlackShareDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperDocSlackShareDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocTeamInviteDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocTeamInviteDetails.h index 9cf66abd..0ef1a0b6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocTeamInviteDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocTeamInviteDetails.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperDocTeamInviteDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperDocTeamInviteDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperDocTeamInviteDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperDocTeamInviteDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocTrashedDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocTrashedDetails.h new file mode 100644 index 00000000..53fbd26c --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocTrashedDetails.h @@ -0,0 +1,78 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBTEAMLOGPaperDocTrashedDetails; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `PaperDocTrashedDetails` struct. +/// +/// Paper doc trashed. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBTEAMLOGPaperDocTrashedDetails : NSObject + +#pragma mark - Instance fields + +/// Event unique identifier. +@property (nonatomic, readonly, copy) NSString *eventUuid; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param eventUuid Event unique identifier. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithEventUuid:(NSString *)eventUuid; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `PaperDocTrashedDetails` struct. +/// +@interface DBTEAMLOGPaperDocTrashedDetailsSerializer : NSObject + +/// +/// Serializes `DBTEAMLOGPaperDocTrashedDetails` instances. +/// +/// @param instance An instance of the `DBTEAMLOGPaperDocTrashedDetails` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBTEAMLOGPaperDocTrashedDetails` API object. +/// ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperDocTrashedDetails *)instance; + +/// +/// Deserializes `DBTEAMLOGPaperDocTrashedDetails` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBTEAMLOGPaperDocTrashedDetails` API object. +/// +/// @return An instantiation of the `DBTEAMLOGPaperDocTrashedDetails` object. +/// ++ (DBTEAMLOGPaperDocTrashedDetails *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocUnresolveCommentDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocUnresolveCommentDetails.h index 94d47707..b810e3e0 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocUnresolveCommentDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocUnresolveCommentDetails.h @@ -76,7 +76,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperDocUnresolveCommentDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperDocUnresolveCommentDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperDocUnresolveCommentDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperDocUnresolveCommentDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocUntrashedDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocUntrashedDetails.h new file mode 100644 index 00000000..a68e209f --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocUntrashedDetails.h @@ -0,0 +1,78 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBTEAMLOGPaperDocUntrashedDetails; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `PaperDocUntrashedDetails` struct. +/// +/// Paper doc untrashed. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBTEAMLOGPaperDocUntrashedDetails : NSObject + +#pragma mark - Instance fields + +/// Event unique identifier. +@property (nonatomic, readonly, copy) NSString *eventUuid; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param eventUuid Event unique identifier. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithEventUuid:(NSString *)eventUuid; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `PaperDocUntrashedDetails` struct. +/// +@interface DBTEAMLOGPaperDocUntrashedDetailsSerializer : NSObject + +/// +/// Serializes `DBTEAMLOGPaperDocUntrashedDetails` instances. +/// +/// @param instance An instance of the `DBTEAMLOGPaperDocUntrashedDetails` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBTEAMLOGPaperDocUntrashedDetails` API object. +/// ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperDocUntrashedDetails *)instance; + +/// +/// Deserializes `DBTEAMLOGPaperDocUntrashedDetails` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBTEAMLOGPaperDocUntrashedDetails` API object. +/// +/// @return An instantiation of the `DBTEAMLOGPaperDocUntrashedDetails` object. +/// ++ (DBTEAMLOGPaperDocUntrashedDetails *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocViewDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocViewDetails.h index eafc9929..0f2c854a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocViewDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocViewDetails.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperDocViewDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperDocViewDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperDocViewDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperDocViewDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocumentLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocumentLogInfo.h index 32099d4c..36b42ccb 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocumentLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocumentLogInfo.h @@ -65,7 +65,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperDocumentLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperDocumentLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperDocumentLogInfo *)instance; /// /// Deserializes `DBTEAMLOGPaperDocumentLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDownloadFormat.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDownloadFormat.h index 2ec2f742..43ce80ec 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDownloadFormat.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDownloadFormat.h @@ -132,7 +132,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGPaperDownloadFormatTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperDownloadFormat` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperDownloadFormat *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperDownloadFormat *)instance; /// /// Deserializes `DBTEAMLOGPaperDownloadFormat` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperEnabledUsersGroupAdditionDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperEnabledUsersGroupAdditionDetails.h index adc14209..31947dab 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperEnabledUsersGroupAdditionDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperEnabledUsersGroupAdditionDetails.h @@ -57,7 +57,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperEnabledUsersGroupAdditionDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperEnabledUsersGroupAdditionDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperEnabledUsersGroupAdditionDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperEnabledUsersGroupAdditionDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperEnabledUsersGroupRemovalDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperEnabledUsersGroupRemovalDetails.h index b1c56a64..63521cc7 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperEnabledUsersGroupRemovalDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperEnabledUsersGroupRemovalDetails.h @@ -57,7 +57,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperEnabledUsersGroupRemovalDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperEnabledUsersGroupRemovalDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperEnabledUsersGroupRemovalDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperEnabledUsersGroupRemovalDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperExternalViewAllowDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperExternalViewAllowDetails.h index ac952bb5..3db7d84a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperExternalViewAllowDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperExternalViewAllowDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperExternalViewAllowDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperExternalViewAllowDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperExternalViewAllowDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperExternalViewAllowDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperExternalViewDefaultTeamDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperExternalViewDefaultTeamDetails.h index b99708bb..71d60bd3 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperExternalViewDefaultTeamDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperExternalViewDefaultTeamDetails.h @@ -57,7 +57,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperExternalViewDefaultTeamDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperExternalViewDefaultTeamDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperExternalViewDefaultTeamDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperExternalViewDefaultTeamDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperExternalViewForbidDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperExternalViewForbidDetails.h index 9030d682..2ccd84cb 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperExternalViewForbidDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperExternalViewForbidDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperExternalViewForbidDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperExternalViewForbidDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperExternalViewForbidDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperExternalViewForbidDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderChangeSubscriptionDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderChangeSubscriptionDetails.h new file mode 100644 index 00000000..9af431cb --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderChangeSubscriptionDetails.h @@ -0,0 +1,103 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBTEAMLOGPaperFolderChangeSubscriptionDetails; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `PaperFolderChangeSubscriptionDetails` struct. +/// +/// Followed or unfollowed a Paper folder. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBTEAMLOGPaperFolderChangeSubscriptionDetails : NSObject + +#pragma mark - Instance fields + +/// Event unique identifier. +@property (nonatomic, readonly, copy) NSString *eventUuid; + +/// New folder subscription level. +@property (nonatomic, readonly, copy) NSString *dNewSubscriptionLevel; + +/// Previous folder subscription level. Might be missing due to historical data +/// gap. +@property (nonatomic, readonly, copy, nullable) NSString *previousSubscriptionLevel; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param eventUuid Event unique identifier. +/// @param dNewSubscriptionLevel New folder subscription level. +/// @param previousSubscriptionLevel Previous folder subscription level. Might +/// be missing due to historical data gap. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithEventUuid:(NSString *)eventUuid + dNewSubscriptionLevel:(NSString *)dNewSubscriptionLevel + previousSubscriptionLevel:(nullable NSString *)previousSubscriptionLevel; + +/// +/// Convenience constructor (exposes only non-nullable instance variables with +/// no default value). +/// +/// @param eventUuid Event unique identifier. +/// @param dNewSubscriptionLevel New folder subscription level. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithEventUuid:(NSString *)eventUuid dNewSubscriptionLevel:(NSString *)dNewSubscriptionLevel; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `PaperFolderChangeSubscriptionDetails` +/// struct. +/// +@interface DBTEAMLOGPaperFolderChangeSubscriptionDetailsSerializer : NSObject + +/// +/// Serializes `DBTEAMLOGPaperFolderChangeSubscriptionDetails` instances. +/// +/// @param instance An instance of the +/// `DBTEAMLOGPaperFolderChangeSubscriptionDetails` API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBTEAMLOGPaperFolderChangeSubscriptionDetails` API object. +/// ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperFolderChangeSubscriptionDetails *)instance; + +/// +/// Deserializes `DBTEAMLOGPaperFolderChangeSubscriptionDetails` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBTEAMLOGPaperFolderChangeSubscriptionDetails` API object. +/// +/// @return An instantiation of the +/// `DBTEAMLOGPaperFolderChangeSubscriptionDetails` object. +/// ++ (DBTEAMLOGPaperFolderChangeSubscriptionDetails *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderDeletedDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderDeletedDetails.h index 4beb1994..278c64c3 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderDeletedDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderDeletedDetails.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperFolderDeletedDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperFolderDeletedDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperFolderDeletedDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperFolderDeletedDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderFollowedDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderFollowedDetails.h index 73b154e6..142a1e79 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderFollowedDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderFollowedDetails.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperFolderFollowedDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperFolderFollowedDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperFolderFollowedDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperFolderFollowedDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderLogInfo.h index 8587dacf..618f1616 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderLogInfo.h @@ -64,7 +64,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperFolderLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperFolderLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperFolderLogInfo *)instance; /// /// Deserializes `DBTEAMLOGPaperFolderLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderTeamInviteDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderTeamInviteDetails.h index 8015525f..9a009c20 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderTeamInviteDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderTeamInviteDetails.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperFolderTeamInviteDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperFolderTeamInviteDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperFolderTeamInviteDetails *)instance; /// /// Deserializes `DBTEAMLOGPaperFolderTeamInviteDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperMemberPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperMemberPolicy.h index b76dfc7f..2168707a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperMemberPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperMemberPolicy.h @@ -31,13 +31,13 @@ NS_ASSUME_NONNULL_BEGIN /// states with which the `DBTEAMLOGPaperMemberPolicy` union can exist. typedef NS_ENUM(NSInteger, DBTEAMLOGPaperMemberPolicyTag) { /// (no description). - DBTEAMLOGPaperMemberPolicyTeamOnly, + DBTEAMLOGPaperMemberPolicyAnyoneWithLink, /// (no description). - DBTEAMLOGPaperMemberPolicyDefaultTeamOnly, + DBTEAMLOGPaperMemberPolicyOnlyTeam, /// (no description). - DBTEAMLOGPaperMemberPolicyDefaultAnyone, + DBTEAMLOGPaperMemberPolicyTeamAndExplicitlyShared, /// (no description). DBTEAMLOGPaperMemberPolicyOther, @@ -50,25 +50,25 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGPaperMemberPolicyTag) { #pragma mark - Constructors /// -/// Initializes union class with tag state of "team_only". +/// Initializes union class with tag state of "anyone_with_link". /// /// @return An initialized instance. /// -- (instancetype)initWithTeamOnly; +- (instancetype)initWithAnyoneWithLink; /// -/// Initializes union class with tag state of "default_team_only". +/// Initializes union class with tag state of "only_team". /// /// @return An initialized instance. /// -- (instancetype)initWithDefaultTeamOnly; +- (instancetype)initWithOnlyTeam; /// -/// Initializes union class with tag state of "default_anyone". +/// Initializes union class with tag state of "team_and_explicitly_shared". /// /// @return An initialized instance. /// -- (instancetype)initWithDefaultAnyone; +- (instancetype)initWithTeamAndExplicitlyShared; /// /// Initializes union class with tag state of "other". @@ -82,26 +82,28 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGPaperMemberPolicyTag) { #pragma mark - Tag state methods /// -/// Retrieves whether the union's current tag state has value "team_only". +/// Retrieves whether the union's current tag state has value +/// "anyone_with_link". /// -/// @return Whether the union's current tag state has value "team_only". +/// @return Whether the union's current tag state has value "anyone_with_link". /// -- (BOOL)isTeamOnly; +- (BOOL)isAnyoneWithLink; /// -/// Retrieves whether the union's current tag state has value -/// "default_team_only". +/// Retrieves whether the union's current tag state has value "only_team". /// -/// @return Whether the union's current tag state has value "default_team_only". +/// @return Whether the union's current tag state has value "only_team". /// -- (BOOL)isDefaultTeamOnly; +- (BOOL)isOnlyTeam; /// -/// Retrieves whether the union's current tag state has value "default_anyone". +/// Retrieves whether the union's current tag state has value +/// "team_and_explicitly_shared". /// -/// @return Whether the union's current tag state has value "default_anyone". +/// @return Whether the union's current tag state has value +/// "team_and_explicitly_shared". /// -- (BOOL)isDefaultAnyone; +- (BOOL)isTeamAndExplicitlyShared; /// /// Retrieves whether the union's current tag state has value "other". @@ -134,7 +136,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGPaperMemberPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPaperMemberPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperMemberPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPaperMemberPolicy *)instance; /// /// Deserializes `DBTEAMLOGPaperMemberPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperTaggedValue.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperTaggedValue.h deleted file mode 100644 index 6624b126..00000000 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperTaggedValue.h +++ /dev/null @@ -1,77 +0,0 @@ -/// -/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. -/// -/// Auto-generated by Stone, do not modify. -/// - -#import - -#import "DBSerializableProtocol.h" - -@class DBTEAMLOGPaperTaggedValue; - -NS_ASSUME_NONNULL_BEGIN - -#pragma mark - API Object - -/// -/// The `PaperTaggedValue` struct. -/// -/// Paper tagged value. -/// -/// This class implements the `DBSerializable` protocol (serialize and -/// deserialize instance methods), which is required for all Obj-C SDK API route -/// objects. -/// -@interface DBTEAMLOGPaperTaggedValue : NSObject - -#pragma mark - Instance fields - -/// Tag. -@property (nonatomic, readonly, copy) NSString *tag; - -#pragma mark - Constructors - -/// -/// Full constructor for the struct (exposes all instance variables). -/// -/// @param tag Tag. -/// -/// @return An initialized instance. -/// -- (instancetype)initWithTag:(NSString *)tag; - -- (instancetype)init NS_UNAVAILABLE; - -@end - -#pragma mark - Serializer Object - -/// -/// The serialization class for the `PaperTaggedValue` struct. -/// -@interface DBTEAMLOGPaperTaggedValueSerializer : NSObject - -/// -/// Serializes `DBTEAMLOGPaperTaggedValue` instances. -/// -/// @param instance An instance of the `DBTEAMLOGPaperTaggedValue` API object. -/// -/// @return A json-compatible dictionary representation of the -/// `DBTEAMLOGPaperTaggedValue` API object. -/// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperTaggedValue *)instance; - -/// -/// Deserializes `DBTEAMLOGPaperTaggedValue` instances. -/// -/// @param dict A json-compatible dictionary representation of the -/// `DBTEAMLOGPaperTaggedValue` API object. -/// -/// @return An instantiation of the `DBTEAMLOGPaperTaggedValue` object. -/// -+ (DBTEAMLOGPaperTaggedValue *)deserialize:(NSDictionary *)dict; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGParticipantLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGParticipantLogInfo.h index 8f01e95a..8658d6ae 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGParticipantLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGParticipantLogInfo.h @@ -140,7 +140,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGParticipantLogInfoTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGParticipantLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGParticipantLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGParticipantLogInfo *)instance; /// /// Deserializes `DBTEAMLOGParticipantLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordChangeDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordChangeDetails.h index 09d537d6..b518e871 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordChangeDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordChangeDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPasswordChangeDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPasswordChangeDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPasswordChangeDetails *)instance; /// /// Deserializes `DBTEAMLOGPasswordChangeDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordLoginFailDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordLoginFailDetails.h index 5326f704..168e753f 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordLoginFailDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordLoginFailDetails.h @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPasswordLoginFailDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPasswordLoginFailDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPasswordLoginFailDetails *)instance; /// /// Deserializes `DBTEAMLOGPasswordLoginFailDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordLoginSuccessDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordLoginSuccessDetails.h index 3f31a0f0..91609182 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordLoginSuccessDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordLoginSuccessDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPasswordLoginSuccessDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPasswordLoginSuccessDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPasswordLoginSuccessDetails *)instance; /// /// Deserializes `DBTEAMLOGPasswordLoginSuccessDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordResetAllDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordResetAllDetails.h index 358fbca9..86b19be8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordResetAllDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordResetAllDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPasswordResetAllDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPasswordResetAllDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPasswordResetAllDetails *)instance; /// /// Deserializes `DBTEAMLOGPasswordResetAllDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordResetDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordResetDetails.h index 90324d4c..9f9018ee 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordResetDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordResetDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPasswordResetDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPasswordResetDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPasswordResetDetails *)instance; /// /// Deserializes `DBTEAMLOGPasswordResetDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPathLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPathLogInfo.h index 7c058870..b5547efc 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPathLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPathLogInfo.h @@ -80,7 +80,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPathLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPathLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPathLogInfo *)instance; /// /// Deserializes `DBTEAMLOGPathLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPermanentDeleteChangePolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPermanentDeleteChangePolicyDetails.h index 3c1d397e..86faeac4 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPermanentDeleteChangePolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPermanentDeleteChangePolicyDetails.h @@ -80,7 +80,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPermanentDeleteChangePolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPermanentDeleteChangePolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPermanentDeleteChangePolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGPermanentDeleteChangePolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPlacementRestriction.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPlacementRestriction.h index f92ed912..6a6d4a36 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPlacementRestriction.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPlacementRestriction.h @@ -115,7 +115,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGPlacementRestrictionTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGPlacementRestriction` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPlacementRestriction *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGPlacementRestriction *)instance; /// /// Deserializes `DBTEAMLOGPlacementRestriction` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGRelocateAssetReferencesLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGRelocateAssetReferencesLogInfo.h index 6690acc3..d1981294 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGRelocateAssetReferencesLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGRelocateAssetReferencesLogInfo.h @@ -28,23 +28,23 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Source asset index. -@property (nonatomic, readonly) NSNumber *srcIndex; +/// Source asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *srcAssetIndex; -/// Destination asset index. -@property (nonatomic, readonly) NSNumber *destIndex; +/// Destination asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *destAssetIndex; #pragma mark - Constructors /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param srcIndex Source asset index. -/// @param destIndex Destination asset index. +/// @param srcAssetIndex Source asset position in the Assets list. +/// @param destAssetIndex Destination asset position in the Assets list. /// /// @return An initialized instance. /// -- (instancetype)initWithSrcIndex:(NSNumber *)srcIndex destIndex:(NSNumber *)destIndex; +- (instancetype)initWithSrcAssetIndex:(NSNumber *)srcAssetIndex destAssetIndex:(NSNumber *)destAssetIndex; - (instancetype)init NS_UNAVAILABLE; @@ -66,7 +66,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGRelocateAssetReferencesLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGRelocateAssetReferencesLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGRelocateAssetReferencesLogInfo *)instance; /// /// Deserializes `DBTEAMLOGRelocateAssetReferencesLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGResellerLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGResellerLogInfo.h index b0d83d6d..d6a99d9a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGResellerLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGResellerLogInfo.h @@ -64,7 +64,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGResellerLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGResellerLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGResellerLogInfo *)instance; /// /// Deserializes `DBTEAMLOGResellerLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGResellerSupportSessionEndDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGResellerSupportSessionEndDetails.h index 62b460ef..57e2989f 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGResellerSupportSessionEndDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGResellerSupportSessionEndDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGResellerSupportSessionEndDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGResellerSupportSessionEndDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGResellerSupportSessionEndDetails *)instance; /// /// Deserializes `DBTEAMLOGResellerSupportSessionEndDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGResellerSupportSessionStartDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGResellerSupportSessionStartDetails.h index 63eb4979..49d10be8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGResellerSupportSessionStartDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGResellerSupportSessionStartDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGResellerSupportSessionStartDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGResellerSupportSessionStartDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGResellerSupportSessionStartDetails *)instance; /// /// Deserializes `DBTEAMLOGResellerSupportSessionStartDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSessionLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSessionLogInfo.h index 43f56425..357fad54 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSessionLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSessionLogInfo.h @@ -69,7 +69,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSessionLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSessionLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSessionLogInfo *)instance; /// /// Deserializes `DBTEAMLOGSessionLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfAddGroupDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfAddGroupDetails.h index 94507cc9..277ae4fe 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfAddGroupDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfAddGroupDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy) NSString *originalFolderName; @@ -44,7 +44,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// @param teamName Team name. /// @param sharingPermission Sharing permission. Might be missing due to @@ -52,24 +52,24 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - teamName:(NSString *)teamName - sharingPermission:(nullable NSString *)sharingPermission; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + teamName:(NSString *)teamName + sharingPermission:(nullable NSString *)sharingPermission; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// @param teamName Team name. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - teamName:(NSString *)teamName; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + teamName:(NSString *)teamName; - (instancetype)init NS_UNAVAILABLE; @@ -90,7 +90,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSfAddGroupDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSfAddGroupDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSfAddGroupDetails *)instance; /// /// Deserializes `DBTEAMLOGSfAddGroupDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails.h index d878e11a..a02c85cf 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy) NSString *originalFolderName; @@ -41,27 +41,27 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// @param sharedFolderType Shared folder type. Might be missing due to /// historical data gap. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - sharedFolderType:(nullable NSString *)sharedFolderType; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + sharedFolderType:(nullable NSString *)sharedFolderType; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex originalFolderName:(NSString *)originalFolderName; - (instancetype)init NS_UNAVAILABLE; @@ -84,7 +84,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails *)instance; /// /// Deserializes `DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfExternalInviteWarnDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfExternalInviteWarnDetails.h index 67dfd73e..c7386cca 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfExternalInviteWarnDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfExternalInviteWarnDetails.h @@ -57,7 +57,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSfExternalInviteWarnDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSfExternalInviteWarnDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSfExternalInviteWarnDetails *)instance; /// /// Deserializes `DBTEAMLOGSfExternalInviteWarnDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfInviteGroupDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfInviteGroupDetails.h index f708f3fa..fdaafcda 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfInviteGroupDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfInviteGroupDetails.h @@ -27,19 +27,19 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; #pragma mark - Constructors /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex; - (instancetype)init NS_UNAVAILABLE; @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSfInviteGroupDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSfInviteGroupDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSfInviteGroupDetails *)instance; /// /// Deserializes `DBTEAMLOGSfInviteGroupDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfNestDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfNestDetails.h index 325ee585..53ec5534 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfNestDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfNestDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy) NSString *originalFolderName; @@ -44,7 +44,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// @param prevParentNsId Previous parent namespace ID. Might be missing due to /// historical data gap. @@ -53,21 +53,21 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - prevParentNsId:(nullable NSString *)prevParentNsId - dNewParentNsId:(nullable NSString *)dNewParentNsId; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + prevParentNsId:(nullable NSString *)prevParentNsId + dNewParentNsId:(nullable NSString *)dNewParentNsId; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex originalFolderName:(NSString *)originalFolderName; - (instancetype)init NS_UNAVAILABLE; @@ -88,7 +88,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSfNestDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSfNestDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSfNestDetails *)instance; /// /// Deserializes `DBTEAMLOGSfNestDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamDeclineDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamDeclineDetails.h index 432fc643..8c01c96d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamDeclineDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamDeclineDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy) NSString *originalFolderName; @@ -38,12 +38,12 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex originalFolderName:(NSString *)originalFolderName; - (instancetype)init NS_UNAVAILABLE; @@ -65,7 +65,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSfTeamDeclineDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSfTeamDeclineDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSfTeamDeclineDetails *)instance; /// /// Deserializes `DBTEAMLOGSfTeamDeclineDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamGrantAccessDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamGrantAccessDetails.h index eededf36..cd7ae8af 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamGrantAccessDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamGrantAccessDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy) NSString *originalFolderName; @@ -38,12 +38,12 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex originalFolderName:(NSString *)originalFolderName; - (instancetype)init NS_UNAVAILABLE; @@ -65,7 +65,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSfTeamGrantAccessDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSfTeamGrantAccessDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSfTeamGrantAccessDetails *)instance; /// /// Deserializes `DBTEAMLOGSfTeamGrantAccessDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamInviteChangeRoleDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamInviteChangeRoleDetails.h index 64d73c23..7195bb80 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamInviteChangeRoleDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamInviteChangeRoleDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy) NSString *originalFolderName; @@ -44,7 +44,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// @param dNewSharingPermission New sharing permission. Might be missing due to /// historical data gap. @@ -53,21 +53,21 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - dNewSharingPermission:(nullable NSString *)dNewSharingPermission - previousSharingPermission:(nullable NSString *)previousSharingPermission; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + dNewSharingPermission:(nullable NSString *)dNewSharingPermission + previousSharingPermission:(nullable NSString *)previousSharingPermission; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex originalFolderName:(NSString *)originalFolderName; - (instancetype)init NS_UNAVAILABLE; @@ -89,7 +89,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSfTeamInviteChangeRoleDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSfTeamInviteChangeRoleDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSfTeamInviteChangeRoleDetails *)instance; /// /// Deserializes `DBTEAMLOGSfTeamInviteChangeRoleDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamInviteDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamInviteDetails.h index 8489f37f..26489a37 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamInviteDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamInviteDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy) NSString *originalFolderName; @@ -41,27 +41,27 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// @param sharingPermission Sharing permission. Might be missing due to /// historical data gap. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - sharingPermission:(nullable NSString *)sharingPermission; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + sharingPermission:(nullable NSString *)sharingPermission; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex originalFolderName:(NSString *)originalFolderName; - (instancetype)init NS_UNAVAILABLE; @@ -83,7 +83,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSfTeamInviteDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSfTeamInviteDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSfTeamInviteDetails *)instance; /// /// Deserializes `DBTEAMLOGSfTeamInviteDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamJoinDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamJoinDetails.h index 2341a3d4..b074bdc1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamJoinDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamJoinDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy) NSString *originalFolderName; @@ -38,12 +38,12 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex originalFolderName:(NSString *)originalFolderName; - (instancetype)init NS_UNAVAILABLE; @@ -64,7 +64,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSfTeamJoinDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSfTeamJoinDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSfTeamJoinDetails *)instance; /// /// Deserializes `DBTEAMLOGSfTeamJoinDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamJoinFromOobLinkDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamJoinFromOobLinkDetails.h index 315b27ce..c5c0a5b1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamJoinFromOobLinkDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamJoinFromOobLinkDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy) NSString *originalFolderName; @@ -44,7 +44,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// @param tokenKey Shared link token key. /// @param sharingPermission Sharing permission. Might be missing due to @@ -52,21 +52,21 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - tokenKey:(nullable NSString *)tokenKey - sharingPermission:(nullable NSString *)sharingPermission; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + tokenKey:(nullable NSString *)tokenKey + sharingPermission:(nullable NSString *)sharingPermission; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex originalFolderName:(NSString *)originalFolderName; - (instancetype)init NS_UNAVAILABLE; @@ -88,7 +88,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSfTeamJoinFromOobLinkDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSfTeamJoinFromOobLinkDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSfTeamJoinFromOobLinkDetails *)instance; /// /// Deserializes `DBTEAMLOGSfTeamJoinFromOobLinkDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamUninviteDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamUninviteDetails.h index d38d4451..c5cc7295 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamUninviteDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamUninviteDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy) NSString *originalFolderName; @@ -38,12 +38,12 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex originalFolderName:(NSString *)originalFolderName; - (instancetype)init NS_UNAVAILABLE; @@ -65,7 +65,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSfTeamUninviteDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSfTeamUninviteDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSfTeamUninviteDetails *)instance; /// /// Deserializes `DBTEAMLOGSfTeamUninviteDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentAddInviteesDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentAddInviteesDetails.h index a1879d6d..527727ec 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentAddInviteesDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentAddInviteesDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy, nullable) NSString *originalFolderName; @@ -41,26 +41,26 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// @param sharingPermission Sharing permission. Might be missing due to /// historical data gap. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(nullable NSString *)originalFolderName - sharingPermission:(nullable NSString *)sharingPermission; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(nullable NSString *)originalFolderName + sharingPermission:(nullable NSString *)sharingPermission; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex; - (instancetype)init NS_UNAVAILABLE; @@ -82,7 +82,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedContentAddInviteesDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedContentAddInviteesDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedContentAddInviteesDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedContentAddInviteesDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentAddLinkExpiryDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentAddLinkExpiryDetails.h index a1f28a85..a5b55d6a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentAddLinkExpiryDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentAddLinkExpiryDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy, nullable) NSString *originalFolderName; @@ -48,7 +48,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param expirationStartDate Expiration starting date. /// @param expirationDays The number of days from the starting expiration date /// after which the link will expire. @@ -58,26 +58,26 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - expirationStartDate:(NSString *)expirationStartDate - expirationDays:(NSNumber *)expirationDays - originalFolderName:(nullable NSString *)originalFolderName - sharedFolderType:(nullable NSString *)sharedFolderType; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + expirationStartDate:(NSString *)expirationStartDate + expirationDays:(NSNumber *)expirationDays + originalFolderName:(nullable NSString *)originalFolderName + sharedFolderType:(nullable NSString *)sharedFolderType; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param expirationStartDate Expiration starting date. /// @param expirationDays The number of days from the starting expiration date /// after which the link will expire. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - expirationStartDate:(NSString *)expirationStartDate - expirationDays:(NSNumber *)expirationDays; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + expirationStartDate:(NSString *)expirationStartDate + expirationDays:(NSNumber *)expirationDays; - (instancetype)init NS_UNAVAILABLE; @@ -99,7 +99,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedContentAddLinkExpiryDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedContentAddLinkExpiryDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedContentAddLinkExpiryDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedContentAddLinkExpiryDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentAddLinkPasswordDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentAddLinkPasswordDetails.h index 631bdc8f..e5060281 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentAddLinkPasswordDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentAddLinkPasswordDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy, nullable) NSString *originalFolderName; @@ -41,26 +41,26 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// @param sharedFolderType Shared folder type. Might be missing due to /// historical data gap. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(nullable NSString *)originalFolderName - sharedFolderType:(nullable NSString *)sharedFolderType; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(nullable NSString *)originalFolderName + sharedFolderType:(nullable NSString *)sharedFolderType; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex; - (instancetype)init NS_UNAVAILABLE; @@ -83,7 +83,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedContentAddLinkPasswordDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedContentAddLinkPasswordDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedContentAddLinkPasswordDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedContentAddLinkPasswordDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentAddMemberDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentAddMemberDetails.h index 7cddaeb2..2628487f 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentAddMemberDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentAddMemberDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy, nullable) NSString *originalFolderName; @@ -44,7 +44,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// @param sharingPermission Sharing permission. Might be missing due to /// historical data gap. @@ -53,20 +53,20 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(nullable NSString *)originalFolderName - sharingPermission:(nullable NSString *)sharingPermission - sharedFolderType:(nullable NSString *)sharedFolderType; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(nullable NSString *)originalFolderName + sharingPermission:(nullable NSString *)sharingPermission + sharedFolderType:(nullable NSString *)sharedFolderType; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex; - (instancetype)init NS_UNAVAILABLE; @@ -88,7 +88,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedContentAddMemberDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedContentAddMemberDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedContentAddMemberDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedContentAddMemberDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeDownloadsPolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeDownloadsPolicyDetails.h index 6dd55fb3..adf42b7a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeDownloadsPolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeDownloadsPolicyDetails.h @@ -28,8 +28,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy, nullable) NSString *originalFolderName; @@ -48,7 +48,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param dNewValue New downlaod policy. /// @param originalFolderName Original shared folder name. /// @param sharedFolderType Shared folder type. Might be missing due to @@ -58,23 +58,23 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - dNewValue:(DBTEAMLOGSharedContentDownloadsPolicy *)dNewValue - originalFolderName:(nullable NSString *)originalFolderName - sharedFolderType:(nullable NSString *)sharedFolderType - previousValue:(nullable DBTEAMLOGSharedContentDownloadsPolicy *)previousValue; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + dNewValue:(DBTEAMLOGSharedContentDownloadsPolicy *)dNewValue + originalFolderName:(nullable NSString *)originalFolderName + sharedFolderType:(nullable NSString *)sharedFolderType + previousValue:(nullable DBTEAMLOGSharedContentDownloadsPolicy *)previousValue; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param dNewValue New downlaod policy. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - dNewValue:(DBTEAMLOGSharedContentDownloadsPolicy *)dNewValue; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + dNewValue:(DBTEAMLOGSharedContentDownloadsPolicy *)dNewValue; - (instancetype)init NS_UNAVAILABLE; @@ -97,7 +97,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedContentChangeDownloadsPolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedContentChangeDownloadsPolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedContentChangeDownloadsPolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedContentChangeDownloadsPolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeInviteeRoleDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeInviteeRoleDetails.h index c4b8284d..f3c222e8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeInviteeRoleDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeInviteeRoleDetails.h @@ -28,8 +28,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy) NSString *originalFolderName; @@ -45,7 +45,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// @param dNewSharingPermission New sharing permission. Might be missing due to /// historical data gap. @@ -54,21 +54,21 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - dNewSharingPermission:(nullable NSString *)dNewSharingPermission - previousSharingPermission:(nullable NSString *)previousSharingPermission; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + dNewSharingPermission:(nullable NSString *)dNewSharingPermission + previousSharingPermission:(nullable NSString *)previousSharingPermission; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex originalFolderName:(NSString *)originalFolderName; - (instancetype)init NS_UNAVAILABLE; @@ -91,7 +91,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedContentChangeInviteeRoleDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedContentChangeInviteeRoleDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedContentChangeInviteeRoleDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedContentChangeInviteeRoleDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeLinkAudienceDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeLinkAudienceDetails.h index 03ef51c6..d5fa08cb 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeLinkAudienceDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeLinkAudienceDetails.h @@ -28,8 +28,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy, nullable) NSString *originalFolderName; @@ -48,7 +48,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param dNewValue New link audience value. /// @param originalFolderName Original shared folder name. /// @param sharedFolderType Shared folder type. Might be missing due to @@ -58,22 +58,22 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - dNewValue:(DBTEAMLOGLinkAudience *)dNewValue - originalFolderName:(nullable NSString *)originalFolderName - sharedFolderType:(nullable NSString *)sharedFolderType - previousValue:(nullable DBTEAMLOGLinkAudience *)previousValue; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + dNewValue:(DBTEAMLOGLinkAudience *)dNewValue + originalFolderName:(nullable NSString *)originalFolderName + sharedFolderType:(nullable NSString *)sharedFolderType + previousValue:(nullable DBTEAMLOGLinkAudience *)previousValue; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param dNewValue New link audience value. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex dNewValue:(DBTEAMLOGLinkAudience *)dNewValue; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex dNewValue:(DBTEAMLOGLinkAudience *)dNewValue; - (instancetype)init NS_UNAVAILABLE; @@ -96,7 +96,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedContentChangeLinkAudienceDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedContentChangeLinkAudienceDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedContentChangeLinkAudienceDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedContentChangeLinkAudienceDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeLinkExpiryDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeLinkExpiryDetails.h index 7dcb2770..ca7e51dc 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeLinkExpiryDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeLinkExpiryDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy, nullable) NSString *originalFolderName; @@ -48,7 +48,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param expirationStartDate Expiration starting date. /// @param expirationDays The number of days from the starting expiration date /// after which the link will expire. @@ -58,26 +58,26 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - expirationStartDate:(NSString *)expirationStartDate - expirationDays:(NSNumber *)expirationDays - originalFolderName:(nullable NSString *)originalFolderName - sharedFolderType:(nullable NSString *)sharedFolderType; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + expirationStartDate:(NSString *)expirationStartDate + expirationDays:(NSNumber *)expirationDays + originalFolderName:(nullable NSString *)originalFolderName + sharedFolderType:(nullable NSString *)sharedFolderType; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param expirationStartDate Expiration starting date. /// @param expirationDays The number of days from the starting expiration date /// after which the link will expire. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - expirationStartDate:(NSString *)expirationStartDate - expirationDays:(NSNumber *)expirationDays; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + expirationStartDate:(NSString *)expirationStartDate + expirationDays:(NSNumber *)expirationDays; - (instancetype)init NS_UNAVAILABLE; @@ -100,7 +100,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedContentChangeLinkExpiryDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedContentChangeLinkExpiryDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedContentChangeLinkExpiryDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedContentChangeLinkExpiryDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeLinkPasswordDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeLinkPasswordDetails.h index 204f46f4..70fc9524 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeLinkPasswordDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeLinkPasswordDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy, nullable) NSString *originalFolderName; @@ -41,26 +41,26 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// @param sharedFolderType Shared folder type. Might be missing due to /// historical data gap. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(nullable NSString *)originalFolderName - sharedFolderType:(nullable NSString *)sharedFolderType; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(nullable NSString *)originalFolderName + sharedFolderType:(nullable NSString *)sharedFolderType; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex; - (instancetype)init NS_UNAVAILABLE; @@ -83,7 +83,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedContentChangeLinkPasswordDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedContentChangeLinkPasswordDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedContentChangeLinkPasswordDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedContentChangeLinkPasswordDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeMemberRoleDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeMemberRoleDetails.h index 310e890a..ccaa820d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeMemberRoleDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeMemberRoleDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy, nullable) NSString *originalFolderName; @@ -47,7 +47,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// @param dNewSharingPermission New sharing permission. Might be missing due to /// historical data gap. @@ -58,21 +58,21 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(nullable NSString *)originalFolderName - dNewSharingPermission:(nullable NSString *)dNewSharingPermission - previousSharingPermission:(nullable NSString *)previousSharingPermission - sharedFolderType:(nullable NSString *)sharedFolderType; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(nullable NSString *)originalFolderName + dNewSharingPermission:(nullable NSString *)dNewSharingPermission + previousSharingPermission:(nullable NSString *)previousSharingPermission + sharedFolderType:(nullable NSString *)sharedFolderType; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex; - (instancetype)init NS_UNAVAILABLE; @@ -95,7 +95,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedContentChangeMemberRoleDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedContentChangeMemberRoleDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedContentChangeMemberRoleDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedContentChangeMemberRoleDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails.h index e7bff256..5a42d8f6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails.h @@ -28,8 +28,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy, nullable) NSString *originalFolderName; @@ -48,7 +48,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param dNewValue New viewer info policy. /// @param originalFolderName Original shared folder name. /// @param sharedFolderType Shared folder type. Might be missing due to @@ -58,23 +58,23 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - dNewValue:(DBTEAMLOGSharedContentViewerInfoPolicy *)dNewValue - originalFolderName:(nullable NSString *)originalFolderName - sharedFolderType:(nullable NSString *)sharedFolderType - previousValue:(nullable DBTEAMLOGSharedContentViewerInfoPolicy *)previousValue; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + dNewValue:(DBTEAMLOGSharedContentViewerInfoPolicy *)dNewValue + originalFolderName:(nullable NSString *)originalFolderName + sharedFolderType:(nullable NSString *)sharedFolderType + previousValue:(nullable DBTEAMLOGSharedContentViewerInfoPolicy *)previousValue; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param dNewValue New viewer info policy. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - dNewValue:(DBTEAMLOGSharedContentViewerInfoPolicy *)dNewValue; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + dNewValue:(DBTEAMLOGSharedContentViewerInfoPolicy *)dNewValue; - (instancetype)init NS_UNAVAILABLE; @@ -97,7 +97,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails` diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentClaimInvitationDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentClaimInvitationDetails.h index 4013d678..6c694cb9 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentClaimInvitationDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentClaimInvitationDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy, nullable) NSString *originalFolderName; @@ -41,25 +41,25 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// @param sharedContentLink Shared content link. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(nullable NSString *)originalFolderName - sharedContentLink:(nullable NSString *)sharedContentLink; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(nullable NSString *)originalFolderName + sharedContentLink:(nullable NSString *)sharedContentLink; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex; - (instancetype)init NS_UNAVAILABLE; @@ -82,7 +82,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedContentClaimInvitationDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedContentClaimInvitationDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedContentClaimInvitationDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedContentClaimInvitationDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentCopyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentCopyDetails.h index c1d5b046..b5b36651 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentCopyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentCopyDetails.h @@ -34,8 +34,8 @@ NS_ASSUME_NONNULL_BEGIN /// Sharing permission. Might be missing due to historical data gap. @property (nonatomic, readonly, copy, nullable) NSString *sharingPermission; -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Specifies the source and destination indices in the assets list. @property (nonatomic, readonly) DBTEAMLOGRelocateAssetReferencesLogInfo *relocateActionDetails; @@ -46,7 +46,7 @@ NS_ASSUME_NONNULL_BEGIN /// Full constructor for the struct (exposes all instance variables). /// /// @param sharedContentLink Shared content link. -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param relocateActionDetails Specifies the source and destination indices in /// the assets list. /// @param sharingPermission Sharing permission. Might be missing due to @@ -55,7 +55,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return An initialized instance. /// - (instancetype)initWithSharedContentLink:(NSString *)sharedContentLink - targetIndex:(NSNumber *)targetIndex + targetAssetIndex:(NSNumber *)targetAssetIndex relocateActionDetails:(DBTEAMLOGRelocateAssetReferencesLogInfo *)relocateActionDetails sharingPermission:(nullable NSString *)sharingPermission; @@ -64,14 +64,14 @@ NS_ASSUME_NONNULL_BEGIN /// no default value). /// /// @param sharedContentLink Shared content link. -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param relocateActionDetails Specifies the source and destination indices in /// the assets list. /// /// @return An initialized instance. /// - (instancetype)initWithSharedContentLink:(NSString *)sharedContentLink - targetIndex:(NSNumber *)targetIndex + targetAssetIndex:(NSNumber *)targetAssetIndex relocateActionDetails:(DBTEAMLOGRelocateAssetReferencesLogInfo *)relocateActionDetails; - (instancetype)init NS_UNAVAILABLE; @@ -94,7 +94,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedContentCopyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedContentCopyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedContentCopyDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedContentCopyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentDownloadDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentDownloadDetails.h index c5aaf7ec..36fa38d0 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentDownloadDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentDownloadDetails.h @@ -33,8 +33,8 @@ NS_ASSUME_NONNULL_BEGIN /// Sharing permission. Might be missing due to historical data gap. @property (nonatomic, readonly, copy, nullable) NSString *sharingPermission; -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; #pragma mark - Constructors @@ -42,14 +42,14 @@ NS_ASSUME_NONNULL_BEGIN /// Full constructor for the struct (exposes all instance variables). /// /// @param sharedContentLink Shared content link. -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param sharingPermission Sharing permission. Might be missing due to /// historical data gap. /// /// @return An initialized instance. /// - (instancetype)initWithSharedContentLink:(NSString *)sharedContentLink - targetIndex:(NSNumber *)targetIndex + targetAssetIndex:(NSNumber *)targetAssetIndex sharingPermission:(nullable NSString *)sharingPermission; /// @@ -57,11 +57,11 @@ NS_ASSUME_NONNULL_BEGIN /// no default value). /// /// @param sharedContentLink Shared content link. -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// /// @return An initialized instance. /// -- (instancetype)initWithSharedContentLink:(NSString *)sharedContentLink targetIndex:(NSNumber *)targetIndex; +- (instancetype)initWithSharedContentLink:(NSString *)sharedContentLink targetAssetIndex:(NSNumber *)targetAssetIndex; - (instancetype)init NS_UNAVAILABLE; @@ -83,7 +83,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedContentDownloadDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedContentDownloadDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedContentDownloadDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedContentDownloadDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentDownloadsPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentDownloadsPolicy.h index cefd37d6..0f9eed93 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentDownloadsPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentDownloadsPolicy.h @@ -119,7 +119,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGSharedContentDownloadsPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedContentDownloadsPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedContentDownloadsPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedContentDownloadsPolicy *)instance; /// /// Deserializes `DBTEAMLOGSharedContentDownloadsPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRelinquishMembershipDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRelinquishMembershipDetails.h index dca38bcd..0cd35781 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRelinquishMembershipDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRelinquishMembershipDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy) NSString *originalFolderName; @@ -38,12 +38,12 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex originalFolderName:(NSString *)originalFolderName; - (instancetype)init NS_UNAVAILABLE; @@ -66,7 +66,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedContentRelinquishMembershipDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedContentRelinquishMembershipDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedContentRelinquishMembershipDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedContentRelinquishMembershipDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRemoveInviteeDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRemoveInviteeDetails.h index 4a6f51fe..df3062b8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRemoveInviteeDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRemoveInviteeDetails.h @@ -28,8 +28,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy) NSString *originalFolderName; @@ -39,12 +39,12 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex originalFolderName:(NSString *)originalFolderName; - (instancetype)init NS_UNAVAILABLE; @@ -66,7 +66,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedContentRemoveInviteeDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedContentRemoveInviteeDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedContentRemoveInviteeDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedContentRemoveInviteeDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRemoveLinkExpiryDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRemoveLinkExpiryDetails.h index 3eee64ee..9dd5b891 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRemoveLinkExpiryDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRemoveLinkExpiryDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy, nullable) NSString *originalFolderName; @@ -41,26 +41,26 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// @param sharedFolderType Shared folder type. Might be missing due to /// historical data gap. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(nullable NSString *)originalFolderName - sharedFolderType:(nullable NSString *)sharedFolderType; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(nullable NSString *)originalFolderName + sharedFolderType:(nullable NSString *)sharedFolderType; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex; - (instancetype)init NS_UNAVAILABLE; @@ -83,7 +83,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedContentRemoveLinkExpiryDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedContentRemoveLinkExpiryDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedContentRemoveLinkExpiryDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedContentRemoveLinkExpiryDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRemoveLinkPasswordDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRemoveLinkPasswordDetails.h index c779792c..de1ddd4b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRemoveLinkPasswordDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRemoveLinkPasswordDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy, nullable) NSString *originalFolderName; @@ -41,26 +41,26 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// @param sharedFolderType Shared folder type. Might be missing due to /// historical data gap. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(nullable NSString *)originalFolderName - sharedFolderType:(nullable NSString *)sharedFolderType; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(nullable NSString *)originalFolderName + sharedFolderType:(nullable NSString *)sharedFolderType; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex; - (instancetype)init NS_UNAVAILABLE; @@ -83,7 +83,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedContentRemoveLinkPasswordDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedContentRemoveLinkPasswordDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedContentRemoveLinkPasswordDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedContentRemoveLinkPasswordDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRemoveMemberDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRemoveMemberDetails.h index 1c60b5fb..2df18c56 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRemoveMemberDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRemoveMemberDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy, nullable) NSString *originalFolderName; @@ -44,7 +44,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// @param sharingPermission Sharing permission. Might be missing due to /// historical data gap. @@ -53,20 +53,20 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(nullable NSString *)originalFolderName - sharingPermission:(nullable NSString *)sharingPermission - sharedFolderType:(nullable NSString *)sharedFolderType; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(nullable NSString *)originalFolderName + sharingPermission:(nullable NSString *)sharingPermission + sharedFolderType:(nullable NSString *)sharedFolderType; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex; - (instancetype)init NS_UNAVAILABLE; @@ -88,7 +88,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedContentRemoveMemberDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedContentRemoveMemberDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedContentRemoveMemberDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedContentRemoveMemberDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRequestAccessDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRequestAccessDetails.h index 095b6fdf..d58395cb 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRequestAccessDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRequestAccessDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy, nullable) NSString *originalFolderName; @@ -41,25 +41,25 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// @param sharedContentLink Shared content link. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(nullable NSString *)originalFolderName - sharedContentLink:(nullable NSString *)sharedContentLink; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(nullable NSString *)originalFolderName + sharedContentLink:(nullable NSString *)sharedContentLink; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex; - (instancetype)init NS_UNAVAILABLE; @@ -81,7 +81,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedContentRequestAccessDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedContentRequestAccessDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedContentRequestAccessDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedContentRequestAccessDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentUnshareDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentUnshareDetails.h index 0d293af2..4f99b86d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentUnshareDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentUnshareDetails.h @@ -28,8 +28,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy, nullable) NSString *originalFolderName; @@ -39,22 +39,23 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(nullable NSString *)originalFolderName; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(nullable NSString *)originalFolderName; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex; - (instancetype)init NS_UNAVAILABLE; @@ -76,7 +77,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedContentUnshareDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedContentUnshareDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedContentUnshareDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedContentUnshareDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentViewDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentViewDetails.h index fe1481e7..c0a449bc 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentViewDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentViewDetails.h @@ -33,8 +33,8 @@ NS_ASSUME_NONNULL_BEGIN /// Sharing permission. Might be missing due to historical data gap. @property (nonatomic, readonly, copy, nullable) NSString *sharingPermission; -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; #pragma mark - Constructors @@ -42,14 +42,14 @@ NS_ASSUME_NONNULL_BEGIN /// Full constructor for the struct (exposes all instance variables). /// /// @param sharedContentLink Shared content link. -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param sharingPermission Sharing permission. Might be missing due to /// historical data gap. /// /// @return An initialized instance. /// - (instancetype)initWithSharedContentLink:(NSString *)sharedContentLink - targetIndex:(NSNumber *)targetIndex + targetAssetIndex:(NSNumber *)targetAssetIndex sharingPermission:(nullable NSString *)sharingPermission; /// @@ -57,11 +57,11 @@ NS_ASSUME_NONNULL_BEGIN /// no default value). /// /// @param sharedContentLink Shared content link. -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// /// @return An initialized instance. /// -- (instancetype)initWithSharedContentLink:(NSString *)sharedContentLink targetIndex:(NSNumber *)targetIndex; +- (instancetype)initWithSharedContentLink:(NSString *)sharedContentLink targetAssetIndex:(NSNumber *)targetAssetIndex; - (instancetype)init NS_UNAVAILABLE; @@ -83,7 +83,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedContentViewDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedContentViewDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedContentViewDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedContentViewDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentViewerInfoPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentViewerInfoPolicy.h index f8fb787a..1edfea9b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentViewerInfoPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentViewerInfoPolicy.h @@ -119,7 +119,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGSharedContentViewerInfoPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedContentViewerInfoPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedContentViewerInfoPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedContentViewerInfoPolicy *)instance; /// /// Deserializes `DBTEAMLOGSharedContentViewerInfoPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderChangeConfidentialityDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderChangeConfidentialityDetails.h index 71fc7c9c..02475a6d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderChangeConfidentialityDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderChangeConfidentialityDetails.h @@ -28,8 +28,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy) NSString *originalFolderName; @@ -45,7 +45,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// @param dNewValue New confidentiality value. /// @param previousValue Previous confidentiality value. Might be missing due to @@ -53,24 +53,24 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - dNewValue:(DBTEAMLOGConfidentiality *)dNewValue - previousValue:(nullable DBTEAMLOGConfidentiality *)previousValue; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + dNewValue:(DBTEAMLOGConfidentiality *)dNewValue + previousValue:(nullable DBTEAMLOGConfidentiality *)previousValue; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// @param dNewValue New confidentiality value. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - dNewValue:(DBTEAMLOGConfidentiality *)dNewValue; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + dNewValue:(DBTEAMLOGConfidentiality *)dNewValue; - (instancetype)init NS_UNAVAILABLE; @@ -93,7 +93,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedFolderChangeConfidentialityDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedFolderChangeConfidentialityDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedFolderChangeConfidentialityDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedFolderChangeConfidentialityDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderChangeLinkPolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderChangeLinkPolicyDetails.h index 099a23b0..27cfb7cf 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderChangeLinkPolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderChangeLinkPolicyDetails.h @@ -28,8 +28,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy) NSString *originalFolderName; @@ -49,7 +49,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// @param dNewValue New shared folder link policy. /// @param sharedFolderType Shared folder type. Might be missing due to @@ -59,25 +59,25 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - dNewValue:(DBTEAMLOGSharedFolderLinkPolicy *)dNewValue - sharedFolderType:(nullable NSString *)sharedFolderType - previousValue:(nullable DBTEAMLOGSharedFolderLinkPolicy *)previousValue; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + dNewValue:(DBTEAMLOGSharedFolderLinkPolicy *)dNewValue + sharedFolderType:(nullable NSString *)sharedFolderType + previousValue:(nullable DBTEAMLOGSharedFolderLinkPolicy *)previousValue; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// @param dNewValue New shared folder link policy. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - dNewValue:(DBTEAMLOGSharedFolderLinkPolicy *)dNewValue; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + dNewValue:(DBTEAMLOGSharedFolderLinkPolicy *)dNewValue; - (instancetype)init NS_UNAVAILABLE; @@ -100,7 +100,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedFolderChangeLinkPolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedFolderChangeLinkPolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedFolderChangeLinkPolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedFolderChangeLinkPolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetails.h index 4258a46c..1e053cf2 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetails.h @@ -28,8 +28,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy) NSString *originalFolderName; @@ -49,7 +49,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// @param dNewValue New membership management policy. /// @param sharedFolderType Shared folder type. Might be missing due to @@ -59,25 +59,25 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - dNewValue:(DBTEAMLOGSharedFolderMembershipManagementPolicy *)dNewValue - sharedFolderType:(nullable NSString *)sharedFolderType - previousValue:(nullable DBTEAMLOGSharedFolderMembershipManagementPolicy *)previousValue; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + dNewValue:(DBTEAMLOGSharedFolderMembershipManagementPolicy *)dNewValue + sharedFolderType:(nullable NSString *)sharedFolderType + previousValue:(nullable DBTEAMLOGSharedFolderMembershipManagementPolicy *)previousValue; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// @param dNewValue New membership management policy. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - dNewValue:(DBTEAMLOGSharedFolderMembershipManagementPolicy *)dNewValue; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + dNewValue:(DBTEAMLOGSharedFolderMembershipManagementPolicy *)dNewValue; - (instancetype)init NS_UNAVAILABLE; @@ -101,7 +101,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetails` diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderChangeMemberPolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderChangeMemberPolicyDetails.h index f654a3f0..cb714901 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderChangeMemberPolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderChangeMemberPolicyDetails.h @@ -28,8 +28,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy) NSString *originalFolderName; @@ -49,7 +49,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// @param dNewValue New external invite policy. /// @param sharedFolderType Shared folder type. Might be missing due to @@ -59,25 +59,25 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - dNewValue:(DBTEAMLOGSharedFolderMemberPolicy *)dNewValue - sharedFolderType:(nullable NSString *)sharedFolderType - previousValue:(nullable DBTEAMLOGSharedFolderMemberPolicy *)previousValue; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + dNewValue:(DBTEAMLOGSharedFolderMemberPolicy *)dNewValue + sharedFolderType:(nullable NSString *)sharedFolderType + previousValue:(nullable DBTEAMLOGSharedFolderMemberPolicy *)previousValue; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// @param dNewValue New external invite policy. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex - originalFolderName:(NSString *)originalFolderName - dNewValue:(DBTEAMLOGSharedFolderMemberPolicy *)dNewValue; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex + originalFolderName:(NSString *)originalFolderName + dNewValue:(DBTEAMLOGSharedFolderMemberPolicy *)dNewValue; - (instancetype)init NS_UNAVAILABLE; @@ -100,7 +100,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedFolderChangeMemberPolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedFolderChangeMemberPolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedFolderChangeMemberPolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedFolderChangeMemberPolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderCreateDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderCreateDetails.h index 50dd7228..8d7c412e 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderCreateDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderCreateDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Parent namespace ID. Might be missing due to historical data gap. @property (nonatomic, readonly, copy, nullable) NSString *parentNsId; @@ -38,23 +38,23 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param parentNsId Parent namespace ID. Might be missing due to historical /// data gap. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex parentNsId:(nullable NSString *)parentNsId; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex parentNsId:(nullable NSString *)parentNsId; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex; - (instancetype)init NS_UNAVAILABLE; @@ -76,7 +76,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedFolderCreateDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedFolderCreateDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedFolderCreateDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedFolderCreateDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderLinkPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderLinkPolicy.h index 0ce93b05..c613ce79 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderLinkPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderLinkPolicy.h @@ -133,7 +133,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGSharedFolderLinkPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedFolderLinkPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedFolderLinkPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedFolderLinkPolicy *)instance; /// /// Deserializes `DBTEAMLOGSharedFolderLinkPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderMemberPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderMemberPolicy.h index 26a3ae47..cb15fb9c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderMemberPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderMemberPolicy.h @@ -118,7 +118,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGSharedFolderMemberPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedFolderMemberPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedFolderMemberPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedFolderMemberPolicy *)instance; /// /// Deserializes `DBTEAMLOGSharedFolderMemberPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderMembershipManagementPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderMembershipManagementPolicy.h index fdd4060e..ce9f9018 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderMembershipManagementPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderMembershipManagementPolicy.h @@ -117,7 +117,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGSharedFolderMembershipManagementPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedFolderMembershipManagementPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedFolderMembershipManagementPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedFolderMembershipManagementPolicy *)instance; /// /// Deserializes `DBTEAMLOGSharedFolderMembershipManagementPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderMountDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderMountDetails.h index 489e12ec..71c5eb12 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderMountDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderMountDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy) NSString *originalFolderName; @@ -38,12 +38,12 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex originalFolderName:(NSString *)originalFolderName; - (instancetype)init NS_UNAVAILABLE; @@ -65,7 +65,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedFolderMountDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedFolderMountDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedFolderMountDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedFolderMountDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderTransferOwnershipDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderTransferOwnershipDetails.h index 734d8bd0..adf8caf4 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderTransferOwnershipDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderTransferOwnershipDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy) NSString *originalFolderName; @@ -38,12 +38,12 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex originalFolderName:(NSString *)originalFolderName; - (instancetype)init NS_UNAVAILABLE; @@ -66,7 +66,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedFolderTransferOwnershipDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedFolderTransferOwnershipDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedFolderTransferOwnershipDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedFolderTransferOwnershipDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderUnmountDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderUnmountDetails.h index 0c966790..bed98b20 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderUnmountDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderUnmountDetails.h @@ -27,8 +27,8 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; /// Original shared folder name. @property (nonatomic, readonly, copy) NSString *originalFolderName; @@ -38,12 +38,12 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// @param originalFolderName Original shared folder name. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex originalFolderName:(NSString *)originalFolderName; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex originalFolderName:(NSString *)originalFolderName; - (instancetype)init NS_UNAVAILABLE; @@ -65,7 +65,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedFolderUnmountDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedFolderUnmountDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedFolderUnmountDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedFolderUnmountDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedNoteOpenedDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedNoteOpenedDetails.h index 7ccac7bb..72c17782 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedNoteOpenedDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedNoteOpenedDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharedNoteOpenedDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharedNoteOpenedDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharedNoteOpenedDetails *)instance; /// /// Deserializes `DBTEAMLOGSharedNoteOpenedDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingChangeFolderJoinPolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingChangeFolderJoinPolicyDetails.h index edae2067..ca6847a5 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingChangeFolderJoinPolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingChangeFolderJoinPolicyDetails.h @@ -80,7 +80,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharingChangeFolderJoinPolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharingChangeFolderJoinPolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharingChangeFolderJoinPolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGSharingChangeFolderJoinPolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingChangeLinkPolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingChangeLinkPolicyDetails.h index 2678b56e..ee103e19 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingChangeLinkPolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingChangeLinkPolicyDetails.h @@ -81,7 +81,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharingChangeLinkPolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharingChangeLinkPolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharingChangeLinkPolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGSharingChangeLinkPolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingChangeMemberPolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingChangeMemberPolicyDetails.h index 97389486..45ba93ff 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingChangeMemberPolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingChangeMemberPolicyDetails.h @@ -80,7 +80,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharingChangeMemberPolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharingChangeMemberPolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharingChangeMemberPolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGSharingChangeMemberPolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingFolderJoinPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingFolderJoinPolicy.h index cec9c75c..52eeabac 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingFolderJoinPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingFolderJoinPolicy.h @@ -33,10 +33,10 @@ NS_ASSUME_NONNULL_BEGIN /// exist. typedef NS_ENUM(NSInteger, DBTEAMLOGSharingFolderJoinPolicyTag) { /// (no description). - DBTEAMLOGSharingFolderJoinPolicyTeamOnly, + DBTEAMLOGSharingFolderJoinPolicyFromAnyone, /// (no description). - DBTEAMLOGSharingFolderJoinPolicyAnyone, + DBTEAMLOGSharingFolderJoinPolicyFromTeamOnly, /// (no description). DBTEAMLOGSharingFolderJoinPolicyOther, @@ -49,18 +49,18 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGSharingFolderJoinPolicyTag) { #pragma mark - Constructors /// -/// Initializes union class with tag state of "team_only". +/// Initializes union class with tag state of "from_anyone". /// /// @return An initialized instance. /// -- (instancetype)initWithTeamOnly; +- (instancetype)initWithFromAnyone; /// -/// Initializes union class with tag state of "anyone". +/// Initializes union class with tag state of "from_team_only". /// /// @return An initialized instance. /// -- (instancetype)initWithAnyone; +- (instancetype)initWithFromTeamOnly; /// /// Initializes union class with tag state of "other". @@ -74,18 +74,18 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGSharingFolderJoinPolicyTag) { #pragma mark - Tag state methods /// -/// Retrieves whether the union's current tag state has value "team_only". +/// Retrieves whether the union's current tag state has value "from_anyone". /// -/// @return Whether the union's current tag state has value "team_only". +/// @return Whether the union's current tag state has value "from_anyone". /// -- (BOOL)isTeamOnly; +- (BOOL)isFromAnyone; /// -/// Retrieves whether the union's current tag state has value "anyone". +/// Retrieves whether the union's current tag state has value "from_team_only". /// -/// @return Whether the union's current tag state has value "anyone". +/// @return Whether the union's current tag state has value "from_team_only". /// -- (BOOL)isAnyone; +- (BOOL)isFromTeamOnly; /// /// Retrieves whether the union's current tag state has value "other". @@ -119,7 +119,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGSharingFolderJoinPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharingFolderJoinPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharingFolderJoinPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharingFolderJoinPolicy *)instance; /// /// Deserializes `DBTEAMLOGSharingFolderJoinPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingLinkPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingLinkPolicy.h index 5ed6bace..b7f8ff16 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingLinkPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingLinkPolicy.h @@ -31,13 +31,13 @@ NS_ASSUME_NONNULL_BEGIN /// states with which the `DBTEAMLOGSharingLinkPolicy` union can exist. typedef NS_ENUM(NSInteger, DBTEAMLOGSharingLinkPolicyTag) { /// (no description). - DBTEAMLOGSharingLinkPolicyTeamOnly, + DBTEAMLOGSharingLinkPolicyDefaultPrivate, /// (no description). - DBTEAMLOGSharingLinkPolicyDefaultTeamOnly, + DBTEAMLOGSharingLinkPolicyDefaultPublic, /// (no description). - DBTEAMLOGSharingLinkPolicyDefaultAnyone, + DBTEAMLOGSharingLinkPolicyOnlyPrivate, /// (no description). DBTEAMLOGSharingLinkPolicyOther, @@ -50,25 +50,25 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGSharingLinkPolicyTag) { #pragma mark - Constructors /// -/// Initializes union class with tag state of "team_only". +/// Initializes union class with tag state of "default_private". /// /// @return An initialized instance. /// -- (instancetype)initWithTeamOnly; +- (instancetype)initWithDefaultPrivate; /// -/// Initializes union class with tag state of "default_team_only". +/// Initializes union class with tag state of "default_public". /// /// @return An initialized instance. /// -- (instancetype)initWithDefaultTeamOnly; +- (instancetype)initWithDefaultPublic; /// -/// Initializes union class with tag state of "default_anyone". +/// Initializes union class with tag state of "only_private". /// /// @return An initialized instance. /// -- (instancetype)initWithDefaultAnyone; +- (instancetype)initWithOnlyPrivate; /// /// Initializes union class with tag state of "other". @@ -82,26 +82,25 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGSharingLinkPolicyTag) { #pragma mark - Tag state methods /// -/// Retrieves whether the union's current tag state has value "team_only". +/// Retrieves whether the union's current tag state has value "default_private". /// -/// @return Whether the union's current tag state has value "team_only". +/// @return Whether the union's current tag state has value "default_private". /// -- (BOOL)isTeamOnly; +- (BOOL)isDefaultPrivate; /// -/// Retrieves whether the union's current tag state has value -/// "default_team_only". +/// Retrieves whether the union's current tag state has value "default_public". /// -/// @return Whether the union's current tag state has value "default_team_only". +/// @return Whether the union's current tag state has value "default_public". /// -- (BOOL)isDefaultTeamOnly; +- (BOOL)isDefaultPublic; /// -/// Retrieves whether the union's current tag state has value "default_anyone". +/// Retrieves whether the union's current tag state has value "only_private". /// -/// @return Whether the union's current tag state has value "default_anyone". +/// @return Whether the union's current tag state has value "only_private". /// -- (BOOL)isDefaultAnyone; +- (BOOL)isOnlyPrivate; /// /// Retrieves whether the union's current tag state has value "other". @@ -134,7 +133,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGSharingLinkPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharingLinkPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharingLinkPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharingLinkPolicy *)instance; /// /// Deserializes `DBTEAMLOGSharingLinkPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingMemberPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingMemberPolicy.h index 56127070..dbf7dbbe 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingMemberPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingMemberPolicy.h @@ -31,10 +31,10 @@ NS_ASSUME_NONNULL_BEGIN /// states with which the `DBTEAMLOGSharingMemberPolicy` union can exist. typedef NS_ENUM(NSInteger, DBTEAMLOGSharingMemberPolicyTag) { /// (no description). - DBTEAMLOGSharingMemberPolicyTeamOnly, + DBTEAMLOGSharingMemberPolicyAllow, /// (no description). - DBTEAMLOGSharingMemberPolicyAnyone, + DBTEAMLOGSharingMemberPolicyForbid, /// (no description). DBTEAMLOGSharingMemberPolicyOther, @@ -47,18 +47,18 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGSharingMemberPolicyTag) { #pragma mark - Constructors /// -/// Initializes union class with tag state of "team_only". +/// Initializes union class with tag state of "allow". /// /// @return An initialized instance. /// -- (instancetype)initWithTeamOnly; +- (instancetype)initWithAllow; /// -/// Initializes union class with tag state of "anyone". +/// Initializes union class with tag state of "forbid". /// /// @return An initialized instance. /// -- (instancetype)initWithAnyone; +- (instancetype)initWithForbid; /// /// Initializes union class with tag state of "other". @@ -72,18 +72,18 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGSharingMemberPolicyTag) { #pragma mark - Tag state methods /// -/// Retrieves whether the union's current tag state has value "team_only". +/// Retrieves whether the union's current tag state has value "allow". /// -/// @return Whether the union's current tag state has value "team_only". +/// @return Whether the union's current tag state has value "allow". /// -- (BOOL)isTeamOnly; +- (BOOL)isAllow; /// -/// Retrieves whether the union's current tag state has value "anyone". +/// Retrieves whether the union's current tag state has value "forbid". /// -/// @return Whether the union's current tag state has value "anyone". +/// @return Whether the union's current tag state has value "forbid". /// -- (BOOL)isAnyone; +- (BOOL)isForbid; /// /// Retrieves whether the union's current tag state has value "other". @@ -117,7 +117,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGSharingMemberPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSharingMemberPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSharingMemberPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSharingMemberPolicy *)instance; /// /// Deserializes `DBTEAMLOGSharingMemberPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelAppCreateDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelAppCreateDetails.h index 249cb55a..2480a23a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelAppCreateDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelAppCreateDetails.h @@ -75,7 +75,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGShmodelAppCreateDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGShmodelAppCreateDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGShmodelAppCreateDetails *)instance; /// /// Deserializes `DBTEAMLOGShmodelAppCreateDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelCreateDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelCreateDetails.h index 2652be8c..ec91ec7c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelCreateDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelCreateDetails.h @@ -75,7 +75,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGShmodelCreateDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGShmodelCreateDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGShmodelCreateDetails *)instance; /// /// Deserializes `DBTEAMLOGShmodelCreateDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelDisableDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelDisableDetails.h index 284e215c..38045b5d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelDisableDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelDisableDetails.h @@ -75,7 +75,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGShmodelDisableDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGShmodelDisableDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGShmodelDisableDetails *)instance; /// /// Deserializes `DBTEAMLOGShmodelDisableDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelFbShareDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelFbShareDetails.h index 7747e37b..6f051af5 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelFbShareDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelFbShareDetails.h @@ -63,7 +63,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGShmodelFbShareDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGShmodelFbShareDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGShmodelFbShareDetails *)instance; /// /// Deserializes `DBTEAMLOGShmodelFbShareDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelGroupShareDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelGroupShareDetails.h index 2faf090e..a6b5ac7d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelGroupShareDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelGroupShareDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGShmodelGroupShareDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGShmodelGroupShareDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGShmodelGroupShareDetails *)instance; /// /// Deserializes `DBTEAMLOGShmodelGroupShareDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelRemoveExpirationDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelRemoveExpirationDetails.h index 0551de53..f645706b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelRemoveExpirationDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelRemoveExpirationDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGShmodelRemoveExpirationDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGShmodelRemoveExpirationDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGShmodelRemoveExpirationDetails *)instance; /// /// Deserializes `DBTEAMLOGShmodelRemoveExpirationDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelSetExpirationDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelSetExpirationDetails.h index ab5a341f..e482a9f5 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelSetExpirationDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelSetExpirationDetails.h @@ -67,7 +67,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGShmodelSetExpirationDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGShmodelSetExpirationDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGShmodelSetExpirationDetails *)instance; /// /// Deserializes `DBTEAMLOGShmodelSetExpirationDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelTeamCopyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelTeamCopyDetails.h index 7cfdd6dc..c913243e 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelTeamCopyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelTeamCopyDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGShmodelTeamCopyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGShmodelTeamCopyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGShmodelTeamCopyDetails *)instance; /// /// Deserializes `DBTEAMLOGShmodelTeamCopyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelTeamDownloadDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelTeamDownloadDetails.h index c49e116d..d9b04b44 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelTeamDownloadDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelTeamDownloadDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGShmodelTeamDownloadDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGShmodelTeamDownloadDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGShmodelTeamDownloadDetails *)instance; /// /// Deserializes `DBTEAMLOGShmodelTeamDownloadDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelTeamShareDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelTeamShareDetails.h index 45a3d09c..ec7299b6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelTeamShareDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelTeamShareDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGShmodelTeamShareDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGShmodelTeamShareDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGShmodelTeamShareDetails *)instance; /// /// Deserializes `DBTEAMLOGShmodelTeamShareDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelTeamViewDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelTeamViewDetails.h index 0b247878..b0bb7e48 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelTeamViewDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelTeamViewDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGShmodelTeamViewDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGShmodelTeamViewDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGShmodelTeamViewDetails *)instance; /// /// Deserializes `DBTEAMLOGShmodelTeamViewDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelVisibilityPasswordDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelVisibilityPasswordDetails.h index 6cab95e2..0525b004 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelVisibilityPasswordDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelVisibilityPasswordDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGShmodelVisibilityPasswordDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGShmodelVisibilityPasswordDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGShmodelVisibilityPasswordDetails *)instance; /// /// Deserializes `DBTEAMLOGShmodelVisibilityPasswordDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelVisibilityPublicDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelVisibilityPublicDetails.h index f0278ed4..b7859484 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelVisibilityPublicDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelVisibilityPublicDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGShmodelVisibilityPublicDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGShmodelVisibilityPublicDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGShmodelVisibilityPublicDetails *)instance; /// /// Deserializes `DBTEAMLOGShmodelVisibilityPublicDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelVisibilityTeamOnlyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelVisibilityTeamOnlyDetails.h index f236f2c8..566a3dc6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelVisibilityTeamOnlyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelVisibilityTeamOnlyDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGShmodelVisibilityTeamOnlyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGShmodelVisibilityTeamOnlyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGShmodelVisibilityTeamOnlyDetails *)instance; /// /// Deserializes `DBTEAMLOGShmodelVisibilityTeamOnlyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSignInAsSessionEndDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSignInAsSessionEndDetails.h index 125b1050..fe88efee 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSignInAsSessionEndDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSignInAsSessionEndDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSignInAsSessionEndDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSignInAsSessionEndDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSignInAsSessionEndDetails *)instance; /// /// Deserializes `DBTEAMLOGSignInAsSessionEndDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSignInAsSessionStartDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSignInAsSessionStartDetails.h index 08a14f74..f787e3b1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSignInAsSessionStartDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSignInAsSessionStartDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSignInAsSessionStartDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSignInAsSessionStartDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSignInAsSessionStartDetails *)instance; /// /// Deserializes `DBTEAMLOGSignInAsSessionStartDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncChangePolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncChangePolicyDetails.h index afd58188..78c1255d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncChangePolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncChangePolicyDetails.h @@ -78,7 +78,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSmartSyncChangePolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSmartSyncChangePolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSmartSyncChangePolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGSmartSyncChangePolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails.h index 98319cd0..06fff572 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails.h @@ -57,7 +57,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails *)instance; /// /// Deserializes `DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails` diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncNotOptOutDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncNotOptOutDetails.h index eb401740..5eb59cae 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncNotOptOutDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncNotOptOutDetails.h @@ -67,7 +67,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSmartSyncNotOptOutDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSmartSyncNotOptOutDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSmartSyncNotOptOutDetails *)instance; /// /// Deserializes `DBTEAMLOGSmartSyncNotOptOutDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncOptOutDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncOptOutDetails.h index 5a50ac45..eae020b5 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncOptOutDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncOptOutDetails.h @@ -67,7 +67,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSmartSyncOptOutDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSmartSyncOptOutDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSmartSyncOptOutDetails *)instance; /// /// Deserializes `DBTEAMLOGSmartSyncOptOutDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncOptOutPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncOptOutPolicy.h index cadc0e08..a1176ce6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncOptOutPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncOptOutPolicy.h @@ -29,10 +29,10 @@ NS_ASSUME_NONNULL_BEGIN /// tag states with which the `DBTEAMLOGSmartSyncOptOutPolicy` union can exist. typedef NS_ENUM(NSInteger, DBTEAMLOGSmartSyncOptOutPolicyTag) { /// (no description). - DBTEAMLOGSmartSyncOptOutPolicyOptedOut, + DBTEAMLOGSmartSyncOptOutPolicyDefault_, /// (no description). - DBTEAMLOGSmartSyncOptOutPolicyDefault_, + DBTEAMLOGSmartSyncOptOutPolicyOptedOut, /// (no description). DBTEAMLOGSmartSyncOptOutPolicyOther, @@ -45,18 +45,18 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGSmartSyncOptOutPolicyTag) { #pragma mark - Constructors /// -/// Initializes union class with tag state of "opted_out". +/// Initializes union class with tag state of "default". /// /// @return An initialized instance. /// -- (instancetype)initWithOptedOut; +- (instancetype)initWithDefault_; /// -/// Initializes union class with tag state of "default". +/// Initializes union class with tag state of "opted_out". /// /// @return An initialized instance. /// -- (instancetype)initWithDefault_; +- (instancetype)initWithOptedOut; /// /// Initializes union class with tag state of "other". @@ -70,18 +70,18 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGSmartSyncOptOutPolicyTag) { #pragma mark - Tag state methods /// -/// Retrieves whether the union's current tag state has value "opted_out". +/// Retrieves whether the union's current tag state has value "default". /// -/// @return Whether the union's current tag state has value "opted_out". +/// @return Whether the union's current tag state has value "default". /// -- (BOOL)isOptedOut; +- (BOOL)isDefault_; /// -/// Retrieves whether the union's current tag state has value "default". +/// Retrieves whether the union's current tag state has value "opted_out". /// -/// @return Whether the union's current tag state has value "default". +/// @return Whether the union's current tag state has value "opted_out". /// -- (BOOL)isDefault_; +- (BOOL)isOptedOut; /// /// Retrieves whether the union's current tag state has value "other". @@ -115,7 +115,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGSmartSyncOptOutPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSmartSyncOptOutPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSmartSyncOptOutPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSmartSyncOptOutPolicy *)instance; /// /// Deserializes `DBTEAMLOGSmartSyncOptOutPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncPolicy.h index 2e2f7b05..2052b306 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncPolicy.h @@ -114,7 +114,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGSmartSyncPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSmartSyncPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSmartSyncPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSmartSyncPolicy *)instance; /// /// Deserializes `DBTEAMLOGSmartSyncPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSpaceLimitsLevel.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSpaceLimitsLevel.h index af68b9bb..86b0824e 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSpaceLimitsLevel.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSpaceLimitsLevel.h @@ -148,7 +148,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGSpaceLimitsLevelTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSpaceLimitsLevel` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSpaceLimitsLevel *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSpaceLimitsLevel *)instance; /// /// Deserializes `DBTEAMLOGSpaceLimitsLevel` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSpaceLimitsStatus.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSpaceLimitsStatus.h index 7c34a6ae..15eca8af 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSpaceLimitsStatus.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSpaceLimitsStatus.h @@ -131,7 +131,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGSpaceLimitsStatusTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSpaceLimitsStatus` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSpaceLimitsStatus *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSpaceLimitsStatus *)instance; /// /// Deserializes `DBTEAMLOGSpaceLimitsStatus` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoAddCertDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoAddCertDetails.h new file mode 100644 index 00000000..f8dbe253 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoAddCertDetails.h @@ -0,0 +1,78 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBTEAMLOGCertificate; +@class DBTEAMLOGSsoAddCertDetails; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `SsoAddCertDetails` struct. +/// +/// Added the X.509 certificate for SSO. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBTEAMLOGSsoAddCertDetails : NSObject + +#pragma mark - Instance fields + +/// SSO certificate details. +@property (nonatomic, readonly) DBTEAMLOGCertificate *certificateDetails; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param certificateDetails SSO certificate details. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithCertificateDetails:(DBTEAMLOGCertificate *)certificateDetails; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `SsoAddCertDetails` struct. +/// +@interface DBTEAMLOGSsoAddCertDetailsSerializer : NSObject + +/// +/// Serializes `DBTEAMLOGSsoAddCertDetails` instances. +/// +/// @param instance An instance of the `DBTEAMLOGSsoAddCertDetails` API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBTEAMLOGSsoAddCertDetails` API object. +/// ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSsoAddCertDetails *)instance; + +/// +/// Deserializes `DBTEAMLOGSsoAddCertDetails` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBTEAMLOGSsoAddCertDetails` API object. +/// +/// @return An instantiation of the `DBTEAMLOGSsoAddCertDetails` object. +/// ++ (DBTEAMLOGSsoAddCertDetails *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoAddLoginUrlDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoAddLoginUrlDetails.h new file mode 100644 index 00000000..aa8db682 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoAddLoginUrlDetails.h @@ -0,0 +1,78 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBTEAMLOGSsoAddLoginUrlDetails; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `SsoAddLoginUrlDetails` struct. +/// +/// Added sign-in URL for SSO. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBTEAMLOGSsoAddLoginUrlDetails : NSObject + +#pragma mark - Instance fields + +/// New single sign-on login URL. +@property (nonatomic, readonly, copy) NSString *dNewValue; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param dNewValue New single sign-on login URL. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithDNewValue:(NSString *)dNewValue; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `SsoAddLoginUrlDetails` struct. +/// +@interface DBTEAMLOGSsoAddLoginUrlDetailsSerializer : NSObject + +/// +/// Serializes `DBTEAMLOGSsoAddLoginUrlDetails` instances. +/// +/// @param instance An instance of the `DBTEAMLOGSsoAddLoginUrlDetails` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBTEAMLOGSsoAddLoginUrlDetails` API object. +/// ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSsoAddLoginUrlDetails *)instance; + +/// +/// Deserializes `DBTEAMLOGSsoAddLoginUrlDetails` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBTEAMLOGSsoAddLoginUrlDetails` API object. +/// +/// @return An instantiation of the `DBTEAMLOGSsoAddLoginUrlDetails` object. +/// ++ (DBTEAMLOGSsoAddLoginUrlDetails *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGRemoveLogoutUrlDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoAddLogoutUrlDetails.h similarity index 53% rename from Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGRemoveLogoutUrlDetails.h rename to Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoAddLogoutUrlDetails.h index 82ae0d74..1a5a0577 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGRemoveLogoutUrlDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoAddLogoutUrlDetails.h @@ -8,28 +8,25 @@ #import "DBSerializableProtocol.h" -@class DBTEAMLOGRemoveLogoutUrlDetails; +@class DBTEAMLOGSsoAddLogoutUrlDetails; NS_ASSUME_NONNULL_BEGIN #pragma mark - API Object /// -/// The `RemoveLogoutUrlDetails` struct. +/// The `SsoAddLogoutUrlDetails` struct. /// -/// Removed single sign-on logout URL. +/// Added sign-out URL for SSO. /// /// This class implements the `DBSerializable` protocol (serialize and /// deserialize instance methods), which is required for all Obj-C SDK API route /// objects. /// -@interface DBTEAMLOGRemoveLogoutUrlDetails : NSObject +@interface DBTEAMLOGSsoAddLogoutUrlDetails : NSObject #pragma mark - Instance fields -/// Previous single sign-on logout URL. -@property (nonatomic, readonly, copy) NSString *previousValue; - /// New single sign-on logout URL. Might be missing due to historical data gap. @property (nonatomic, readonly, copy, nullable) NSString *dNewValue; @@ -38,23 +35,21 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param previousValue Previous single sign-on logout URL. /// @param dNewValue New single sign-on logout URL. Might be missing due to /// historical data gap. /// /// @return An initialized instance. /// -- (instancetype)initWithPreviousValue:(NSString *)previousValue dNewValue:(nullable NSString *)dNewValue; +- (instancetype)initWithDNewValue:(nullable NSString *)dNewValue; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param previousValue Previous single sign-on logout URL. /// /// @return An initialized instance. /// -- (instancetype)initWithPreviousValue:(NSString *)previousValue; +- (instancetype)initDefault; - (instancetype)init NS_UNAVAILABLE; @@ -63,30 +58,30 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Serializer Object /// -/// The serialization class for the `RemoveLogoutUrlDetails` struct. +/// The serialization class for the `SsoAddLogoutUrlDetails` struct. /// -@interface DBTEAMLOGRemoveLogoutUrlDetailsSerializer : NSObject +@interface DBTEAMLOGSsoAddLogoutUrlDetailsSerializer : NSObject /// -/// Serializes `DBTEAMLOGRemoveLogoutUrlDetails` instances. +/// Serializes `DBTEAMLOGSsoAddLogoutUrlDetails` instances. /// -/// @param instance An instance of the `DBTEAMLOGRemoveLogoutUrlDetails` API +/// @param instance An instance of the `DBTEAMLOGSsoAddLogoutUrlDetails` API /// object. /// /// @return A json-compatible dictionary representation of the -/// `DBTEAMLOGRemoveLogoutUrlDetails` API object. +/// `DBTEAMLOGSsoAddLogoutUrlDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGRemoveLogoutUrlDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSsoAddLogoutUrlDetails *)instance; /// -/// Deserializes `DBTEAMLOGRemoveLogoutUrlDetails` instances. +/// Deserializes `DBTEAMLOGSsoAddLogoutUrlDetails` instances. /// /// @param dict A json-compatible dictionary representation of the -/// `DBTEAMLOGRemoveLogoutUrlDetails` API object. +/// `DBTEAMLOGSsoAddLogoutUrlDetails` API object. /// -/// @return An instantiation of the `DBTEAMLOGRemoveLogoutUrlDetails` object. +/// @return An instantiation of the `DBTEAMLOGSsoAddLogoutUrlDetails` object. /// -+ (DBTEAMLOGRemoveLogoutUrlDetails *)deserialize:(NSDictionary *)dict; ++ (DBTEAMLOGSsoAddLogoutUrlDetails *)deserialize:(NSDictionary *)dict; @end diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangeCertDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangeCertDetails.h index 5cdc0420..a8530369 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangeCertDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangeCertDetails.h @@ -28,19 +28,34 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// SSO certificate details. -@property (nonatomic, readonly) DBTEAMLOGCertificate *certificateDetails; +/// Previous SSO certificate details. +@property (nonatomic, readonly, nullable) DBTEAMLOGCertificate *previousCertificateDetails; + +/// New SSO certificate details. +@property (nonatomic, readonly) DBTEAMLOGCertificate *dNewCertificateDetails; #pragma mark - Constructors /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param certificateDetails SSO certificate details. +/// @param dNewCertificateDetails New SSO certificate details. +/// @param previousCertificateDetails Previous SSO certificate details. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithDNewCertificateDetails:(DBTEAMLOGCertificate *)dNewCertificateDetails + previousCertificateDetails:(nullable DBTEAMLOGCertificate *)previousCertificateDetails; + +/// +/// Convenience constructor (exposes only non-nullable instance variables with +/// no default value). +/// +/// @param dNewCertificateDetails New SSO certificate details. /// /// @return An initialized instance. /// -- (instancetype)initWithCertificateDetails:(DBTEAMLOGCertificate *)certificateDetails; +- (instancetype)initWithDNewCertificateDetails:(DBTEAMLOGCertificate *)dNewCertificateDetails; - (instancetype)init NS_UNAVAILABLE; @@ -62,7 +77,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSsoChangeCertDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSsoChangeCertDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSsoChangeCertDetails *)instance; /// /// Deserializes `DBTEAMLOGSsoChangeCertDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangeLoginUrlDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangeLoginUrlDetails.h index ce3f4784..3a29ef27 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangeLoginUrlDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangeLoginUrlDetails.h @@ -65,7 +65,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSsoChangeLoginUrlDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSsoChangeLoginUrlDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSsoChangeLoginUrlDetails *)instance; /// /// Deserializes `DBTEAMLOGSsoChangeLoginUrlDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangeLogoutUrlDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangeLogoutUrlDetails.h index 8136e501..0d76b2f6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangeLogoutUrlDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangeLogoutUrlDetails.h @@ -27,8 +27,9 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Previous single sign-on logout URL. -@property (nonatomic, readonly, copy) NSString *previousValue; +/// Previous single sign-on logout URL. Might be missing due to historical data +/// gap. +@property (nonatomic, readonly, copy, nullable) NSString *previousValue; /// New single sign-on logout URL. Might be missing due to historical data gap. @property (nonatomic, readonly, copy, nullable) NSString *dNewValue; @@ -38,23 +39,23 @@ NS_ASSUME_NONNULL_BEGIN /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param previousValue Previous single sign-on logout URL. +/// @param previousValue Previous single sign-on logout URL. Might be missing +/// due to historical data gap. /// @param dNewValue New single sign-on logout URL. Might be missing due to /// historical data gap. /// /// @return An initialized instance. /// -- (instancetype)initWithPreviousValue:(NSString *)previousValue dNewValue:(nullable NSString *)dNewValue; +- (instancetype)initWithPreviousValue:(nullable NSString *)previousValue dNewValue:(nullable NSString *)dNewValue; /// /// Convenience constructor (exposes only non-nullable instance variables with /// no default value). /// -/// @param previousValue Previous single sign-on logout URL. /// /// @return An initialized instance. /// -- (instancetype)initWithPreviousValue:(NSString *)previousValue; +- (instancetype)initDefault; - (instancetype)init NS_UNAVAILABLE; @@ -76,7 +77,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSsoChangeLogoutUrlDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSsoChangeLogoutUrlDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSsoChangeLogoutUrlDetails *)instance; /// /// Deserializes `DBTEAMLOGSsoChangeLogoutUrlDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangePolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangePolicyDetails.h index ad4aba4c..491dfb32 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangePolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangePolicyDetails.h @@ -9,7 +9,7 @@ #import "DBSerializableProtocol.h" @class DBTEAMLOGSsoChangePolicyDetails; -@class DBTEAMLOGSsoPolicy; +@class DBTEAMPOLICIESSsoPolicy; NS_ASSUME_NONNULL_BEGIN @@ -29,10 +29,10 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields /// New single sign-on policy. -@property (nonatomic, readonly) DBTEAMLOGSsoPolicy *dNewValue; +@property (nonatomic, readonly) DBTEAMPOLICIESSsoPolicy *dNewValue; /// Previous single sign-on policy. Might be missing due to historical data gap. -@property (nonatomic, readonly, nullable) DBTEAMLOGSsoPolicy *previousValue; +@property (nonatomic, readonly, nullable) DBTEAMPOLICIESSsoPolicy *previousValue; #pragma mark - Constructors @@ -45,8 +45,8 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithDNewValue:(DBTEAMLOGSsoPolicy *)dNewValue - previousValue:(nullable DBTEAMLOGSsoPolicy *)previousValue; +- (instancetype)initWithDNewValue:(DBTEAMPOLICIESSsoPolicy *)dNewValue + previousValue:(nullable DBTEAMPOLICIESSsoPolicy *)previousValue; /// /// Convenience constructor (exposes only non-nullable instance variables with @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithDNewValue:(DBTEAMLOGSsoPolicy *)dNewValue; +- (instancetype)initWithDNewValue:(DBTEAMPOLICIESSsoPolicy *)dNewValue; - (instancetype)init NS_UNAVAILABLE; @@ -78,7 +78,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSsoChangePolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSsoChangePolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSsoChangePolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGSsoChangePolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangeSamlIdentityModeDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangeSamlIdentityModeDetails.h index 84c00100..8e31ef66 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangeSamlIdentityModeDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangeSamlIdentityModeDetails.h @@ -65,7 +65,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSsoChangeSamlIdentityModeDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSsoChangeSamlIdentityModeDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSsoChangeSamlIdentityModeDetails *)instance; /// /// Deserializes `DBTEAMLOGSsoChangeSamlIdentityModeDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoLoginFailDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoLoginFailDetails.h index 9fe25f15..0f6ac68c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoLoginFailDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoLoginFailDetails.h @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGSsoLoginFailDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSsoLoginFailDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSsoLoginFailDetails *)instance; /// /// Deserializes `DBTEAMLOGSsoLoginFailDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoRemoveCertDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoRemoveCertDetails.h new file mode 100644 index 00000000..9a6a2982 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoRemoveCertDetails.h @@ -0,0 +1,73 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBTEAMLOGSsoRemoveCertDetails; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `SsoRemoveCertDetails` struct. +/// +/// Removed the X.509 certificate for SSO. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBTEAMLOGSsoRemoveCertDetails : NSObject + +#pragma mark - Instance fields + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @return An initialized instance. +/// +- (instancetype)initDefault; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `SsoRemoveCertDetails` struct. +/// +@interface DBTEAMLOGSsoRemoveCertDetailsSerializer : NSObject + +/// +/// Serializes `DBTEAMLOGSsoRemoveCertDetails` instances. +/// +/// @param instance An instance of the `DBTEAMLOGSsoRemoveCertDetails` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBTEAMLOGSsoRemoveCertDetails` API object. +/// ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSsoRemoveCertDetails *)instance; + +/// +/// Deserializes `DBTEAMLOGSsoRemoveCertDetails` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBTEAMLOGSsoRemoveCertDetails` API object. +/// +/// @return An instantiation of the `DBTEAMLOGSsoRemoveCertDetails` object. +/// ++ (DBTEAMLOGSsoRemoveCertDetails *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoRemoveLoginUrlDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoRemoveLoginUrlDetails.h new file mode 100644 index 00000000..02b02f1c --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoRemoveLoginUrlDetails.h @@ -0,0 +1,78 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBTEAMLOGSsoRemoveLoginUrlDetails; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `SsoRemoveLoginUrlDetails` struct. +/// +/// Removed the sign-in URL for SSO. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBTEAMLOGSsoRemoveLoginUrlDetails : NSObject + +#pragma mark - Instance fields + +/// Previous single sign-on login URL. +@property (nonatomic, readonly, copy) NSString *previousValue; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param previousValue Previous single sign-on login URL. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithPreviousValue:(NSString *)previousValue; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `SsoRemoveLoginUrlDetails` struct. +/// +@interface DBTEAMLOGSsoRemoveLoginUrlDetailsSerializer : NSObject + +/// +/// Serializes `DBTEAMLOGSsoRemoveLoginUrlDetails` instances. +/// +/// @param instance An instance of the `DBTEAMLOGSsoRemoveLoginUrlDetails` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBTEAMLOGSsoRemoveLoginUrlDetails` API object. +/// ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSsoRemoveLoginUrlDetails *)instance; + +/// +/// Deserializes `DBTEAMLOGSsoRemoveLoginUrlDetails` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBTEAMLOGSsoRemoveLoginUrlDetails` API object. +/// +/// @return An instantiation of the `DBTEAMLOGSsoRemoveLoginUrlDetails` object. +/// ++ (DBTEAMLOGSsoRemoveLoginUrlDetails *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGRemoveSsoUrlDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoRemoveLogoutUrlDetails.h similarity index 55% rename from Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGRemoveSsoUrlDetails.h rename to Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoRemoveLogoutUrlDetails.h index c703c4a2..9a919a87 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGRemoveSsoUrlDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoRemoveLogoutUrlDetails.h @@ -8,22 +8,22 @@ #import "DBSerializableProtocol.h" -@class DBTEAMLOGRemoveSsoUrlDetails; +@class DBTEAMLOGSsoRemoveLogoutUrlDetails; NS_ASSUME_NONNULL_BEGIN #pragma mark - API Object /// -/// The `RemoveSsoUrlDetails` struct. +/// The `SsoRemoveLogoutUrlDetails` struct. /// -/// Changed the sign-out URL for SSO. +/// Removed single sign-on logout URL. /// /// This class implements the `DBSerializable` protocol (serialize and /// deserialize instance methods), which is required for all Obj-C SDK API route /// objects. /// -@interface DBTEAMLOGRemoveSsoUrlDetails : NSObject +@interface DBTEAMLOGSsoRemoveLogoutUrlDetails : NSObject #pragma mark - Instance fields @@ -48,30 +48,30 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Serializer Object /// -/// The serialization class for the `RemoveSsoUrlDetails` struct. +/// The serialization class for the `SsoRemoveLogoutUrlDetails` struct. /// -@interface DBTEAMLOGRemoveSsoUrlDetailsSerializer : NSObject +@interface DBTEAMLOGSsoRemoveLogoutUrlDetailsSerializer : NSObject /// -/// Serializes `DBTEAMLOGRemoveSsoUrlDetails` instances. +/// Serializes `DBTEAMLOGSsoRemoveLogoutUrlDetails` instances. /// -/// @param instance An instance of the `DBTEAMLOGRemoveSsoUrlDetails` API +/// @param instance An instance of the `DBTEAMLOGSsoRemoveLogoutUrlDetails` API /// object. /// /// @return A json-compatible dictionary representation of the -/// `DBTEAMLOGRemoveSsoUrlDetails` API object. +/// `DBTEAMLOGSsoRemoveLogoutUrlDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGRemoveSsoUrlDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGSsoRemoveLogoutUrlDetails *)instance; /// -/// Deserializes `DBTEAMLOGRemoveSsoUrlDetails` instances. +/// Deserializes `DBTEAMLOGSsoRemoveLogoutUrlDetails` instances. /// /// @param dict A json-compatible dictionary representation of the -/// `DBTEAMLOGRemoveSsoUrlDetails` API object. +/// `DBTEAMLOGSsoRemoveLogoutUrlDetails` API object. /// -/// @return An instantiation of the `DBTEAMLOGRemoveSsoUrlDetails` object. +/// @return An instantiation of the `DBTEAMLOGSsoRemoveLogoutUrlDetails` object. /// -+ (DBTEAMLOGRemoveSsoUrlDetails *)deserialize:(NSDictionary *)dict; ++ (DBTEAMLOGSsoRemoveLogoutUrlDetails *)deserialize:(NSDictionary *)dict; @end diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamActivityCreateReportDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamActivityCreateReportDetails.h index 1b6350df..7cb80c02 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamActivityCreateReportDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamActivityCreateReportDetails.h @@ -65,7 +65,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTeamActivityCreateReportDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTeamActivityCreateReportDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTeamActivityCreateReportDetails *)instance; /// /// Deserializes `DBTEAMLOGTeamActivityCreateReportDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamEvent.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamEvent.h index 3fdf5350..b8bfb3a5 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamEvent.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamEvent.h @@ -49,6 +49,13 @@ NS_ASSUME_NONNULL_BEGIN /// programmatically via the API the origin represents the API client. @property (nonatomic, readonly, nullable) DBTEAMLOGOriginLogInfo *origin; +/// True if the action involved a non team member either as the actor or as one +/// of the affected users. +@property (nonatomic, readonly) NSNumber *involveNonTeamMember; + +/// The user or team on whose behalf the actor performed the action. +@property (nonatomic, readonly) DBTEAMLOGContextLogInfo *context; + /// Zero or more users and/or groups that are affected by the action. Note that /// this list doesn't include any actors or users in context. @property (nonatomic, readonly, nullable) NSArray *participants; @@ -58,13 +65,6 @@ NS_ASSUME_NONNULL_BEGIN /// such as Paper documents, folders, projects, etc. @property (nonatomic, readonly, nullable) NSArray *assets; -/// True if the action involved a non team member either as the actor or as one -/// of the affected users. -@property (nonatomic, readonly) NSNumber *involveNonTeamMember; - -/// The user or team on whose behalf the actor performed the action. -@property (nonatomic, readonly) DBTEAMLOGContextLogInfo *context; - /// The particular type of action taken. @property (nonatomic, readonly) DBTEAMLOGEventType *eventType; @@ -157,7 +157,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTeamEvent` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTeamEvent *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTeamEvent *)instance; /// /// Deserializes `DBTEAMLOGTeamEvent` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderChangeStatusDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderChangeStatusDetails.h index 57cf89f7..c64a8a2b 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderChangeStatusDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderChangeStatusDetails.h @@ -78,7 +78,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTeamFolderChangeStatusDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTeamFolderChangeStatusDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTeamFolderChangeStatusDetails *)instance; /// /// Deserializes `DBTEAMLOGTeamFolderChangeStatusDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderCreateDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderCreateDetails.h index f82ddce7..d82d5b75 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderCreateDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderCreateDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTeamFolderCreateDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTeamFolderCreateDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTeamFolderCreateDetails *)instance; /// /// Deserializes `DBTEAMLOGTeamFolderCreateDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderDowngradeDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderDowngradeDetails.h index 799bcd75..827f3784 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderDowngradeDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderDowngradeDetails.h @@ -27,19 +27,19 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// Target asset index. -@property (nonatomic, readonly) NSNumber *targetIndex; +/// Target asset position in the Assets list. +@property (nonatomic, readonly) NSNumber *targetAssetIndex; #pragma mark - Constructors /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param targetIndex Target asset index. +/// @param targetAssetIndex Target asset position in the Assets list. /// /// @return An initialized instance. /// -- (instancetype)initWithTargetIndex:(NSNumber *)targetIndex; +- (instancetype)initWithTargetAssetIndex:(NSNumber *)targetAssetIndex; - (instancetype)init NS_UNAVAILABLE; @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTeamFolderDowngradeDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTeamFolderDowngradeDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTeamFolderDowngradeDetails *)instance; /// /// Deserializes `DBTEAMLOGTeamFolderDowngradeDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderPermanentlyDeleteDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderPermanentlyDeleteDetails.h index b6a6c7dd..5ed96f72 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderPermanentlyDeleteDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderPermanentlyDeleteDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTeamFolderPermanentlyDeleteDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTeamFolderPermanentlyDeleteDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTeamFolderPermanentlyDeleteDetails *)instance; /// /// Deserializes `DBTEAMLOGTeamFolderPermanentlyDeleteDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderRenameDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderRenameDetails.h index ac1be3b7..f568b337 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderRenameDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderRenameDetails.h @@ -63,7 +63,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTeamFolderRenameDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTeamFolderRenameDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTeamFolderRenameDetails *)instance; /// /// Deserializes `DBTEAMLOGTeamFolderRenameDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderStatus.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderStatus.h index 23fa1a8f..3fafe5c8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderStatus.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderStatus.h @@ -114,7 +114,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGTeamFolderStatusTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTeamFolderStatus` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTeamFolderStatus *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTeamFolderStatus *)instance; /// /// Deserializes `DBTEAMLOGTeamFolderStatus` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamLinkedAppLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamLinkedAppLogInfo.h index 612b57cc..c4fedfb2 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamLinkedAppLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamLinkedAppLogInfo.h @@ -68,7 +68,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTeamLinkedAppLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTeamLinkedAppLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTeamLinkedAppLogInfo *)instance; /// /// Deserializes `DBTEAMLOGTeamLinkedAppLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamMemberLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamMemberLogInfo.h index e8e68997..c0f952f4 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamMemberLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamMemberLogInfo.h @@ -83,7 +83,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTeamMemberLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTeamMemberLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTeamMemberLogInfo *)instance; /// /// Deserializes `DBTEAMLOGTeamMemberLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamMembershipType.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamMembershipType.h index 225a04af..3ecf56a4 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamMembershipType.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamMembershipType.h @@ -114,7 +114,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGTeamMembershipTypeTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTeamMembershipType` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTeamMembershipType *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTeamMembershipType *)instance; /// /// Deserializes `DBTEAMLOGTeamMembershipType` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamMergeFromDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamMergeFromDetails.h index 886322af..a8b2ab7a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamMergeFromDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamMergeFromDetails.h @@ -61,7 +61,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTeamMergeFromDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTeamMergeFromDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTeamMergeFromDetails *)instance; /// /// Deserializes `DBTEAMLOGTeamMergeFromDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamMergeToDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamMergeToDetails.h index f17f131b..13ffcce5 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamMergeToDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamMergeToDetails.h @@ -60,7 +60,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTeamMergeToDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTeamMergeToDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTeamMergeToDetails *)instance; /// /// Deserializes `DBTEAMLOGTeamMergeToDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamName.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamName.h index d0b7dfc3..81d65ade 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamName.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamName.h @@ -64,7 +64,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTeamName` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTeamName *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTeamName *)instance; /// /// Deserializes `DBTEAMLOGTeamName` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileAddLogoDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileAddLogoDetails.h index 14d8beff..d8771821 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileAddLogoDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileAddLogoDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTeamProfileAddLogoDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTeamProfileAddLogoDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTeamProfileAddLogoDetails *)instance; /// /// Deserializes `DBTEAMLOGTeamProfileAddLogoDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileChangeDefaultLanguageDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileChangeDefaultLanguageDetails.h new file mode 100644 index 00000000..5c14b1bd --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileChangeDefaultLanguageDetails.h @@ -0,0 +1,84 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBTEAMLOGTeamProfileChangeDefaultLanguageDetails; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `TeamProfileChangeDefaultLanguageDetails` struct. +/// +/// Changed the default language for the team. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBTEAMLOGTeamProfileChangeDefaultLanguageDetails : NSObject + +#pragma mark - Instance fields + +/// New team's default language. +@property (nonatomic, readonly, copy) NSString *dNewValue; + +/// Previous team's default language. +@property (nonatomic, readonly, copy) NSString *previousValue; + +#pragma mark - Constructors + +/// +/// Full constructor for the struct (exposes all instance variables). +/// +/// @param dNewValue New team's default language. +/// @param previousValue Previous team's default language. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithDNewValue:(NSString *)dNewValue previousValue:(NSString *)previousValue; + +- (instancetype)init NS_UNAVAILABLE; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `TeamProfileChangeDefaultLanguageDetails` +/// struct. +/// +@interface DBTEAMLOGTeamProfileChangeDefaultLanguageDetailsSerializer : NSObject + +/// +/// Serializes `DBTEAMLOGTeamProfileChangeDefaultLanguageDetails` instances. +/// +/// @param instance An instance of the +/// `DBTEAMLOGTeamProfileChangeDefaultLanguageDetails` API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBTEAMLOGTeamProfileChangeDefaultLanguageDetails` API object. +/// ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTeamProfileChangeDefaultLanguageDetails *)instance; + +/// +/// Deserializes `DBTEAMLOGTeamProfileChangeDefaultLanguageDetails` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBTEAMLOGTeamProfileChangeDefaultLanguageDetails` API object. +/// +/// @return An instantiation of the +/// `DBTEAMLOGTeamProfileChangeDefaultLanguageDetails` object. +/// ++ (DBTEAMLOGTeamProfileChangeDefaultLanguageDetails *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileChangeLogoDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileChangeLogoDetails.h index 2feb54d5..0ea2fc8f 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileChangeLogoDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileChangeLogoDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTeamProfileChangeLogoDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTeamProfileChangeLogoDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTeamProfileChangeLogoDetails *)instance; /// /// Deserializes `DBTEAMLOGTeamProfileChangeLogoDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileChangeNameDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileChangeNameDetails.h index 73f3dd4d..04d36652 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileChangeNameDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileChangeNameDetails.h @@ -78,7 +78,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTeamProfileChangeNameDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTeamProfileChangeNameDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTeamProfileChangeNameDetails *)instance; /// /// Deserializes `DBTEAMLOGTeamProfileChangeNameDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileRemoveLogoDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileRemoveLogoDetails.h index 8877b357..5835512e 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileRemoveLogoDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileRemoveLogoDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTeamProfileRemoveLogoDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTeamProfileRemoveLogoDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTeamProfileRemoveLogoDetails *)instance; /// /// Deserializes `DBTEAMLOGTeamProfileRemoveLogoDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaAddBackupPhoneDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaAddBackupPhoneDetails.h index a0997a00..e21835ec 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaAddBackupPhoneDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaAddBackupPhoneDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTfaAddBackupPhoneDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTfaAddBackupPhoneDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTfaAddBackupPhoneDetails *)instance; /// /// Deserializes `DBTEAMLOGTfaAddBackupPhoneDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaAddSecurityKeyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaAddSecurityKeyDetails.h index 394d2b00..794722f4 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaAddSecurityKeyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaAddSecurityKeyDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTfaAddSecurityKeyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTfaAddSecurityKeyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTfaAddSecurityKeyDetails *)instance; /// /// Deserializes `DBTEAMLOGTfaAddSecurityKeyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaChangeBackupPhoneDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaChangeBackupPhoneDetails.h index abc1e803..1bb565f4 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaChangeBackupPhoneDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaChangeBackupPhoneDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTfaChangeBackupPhoneDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTfaChangeBackupPhoneDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTfaChangeBackupPhoneDetails *)instance; /// /// Deserializes `DBTEAMLOGTfaChangeBackupPhoneDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaChangePolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaChangePolicyDetails.h index 2b69627f..bac23e62 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaChangePolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaChangePolicyDetails.h @@ -9,7 +9,7 @@ #import "DBSerializableProtocol.h" @class DBTEAMLOGTfaChangePolicyDetails; -@class DBTEAMLOGTfaPolicy; +@class DBTEAMPOLICIESTwoStepVerificationPolicy; NS_ASSUME_NONNULL_BEGIN @@ -29,10 +29,10 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields /// New change policy. -@property (nonatomic, readonly) DBTEAMLOGTfaPolicy *dNewValue; +@property (nonatomic, readonly) DBTEAMPOLICIESTwoStepVerificationPolicy *dNewValue; /// Previous change policy. Might be missing due to historical data gap. -@property (nonatomic, readonly, nullable) DBTEAMLOGTfaPolicy *previousValue; +@property (nonatomic, readonly, nullable) DBTEAMPOLICIESTwoStepVerificationPolicy *previousValue; #pragma mark - Constructors @@ -45,8 +45,8 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithDNewValue:(DBTEAMLOGTfaPolicy *)dNewValue - previousValue:(nullable DBTEAMLOGTfaPolicy *)previousValue; +- (instancetype)initWithDNewValue:(DBTEAMPOLICIESTwoStepVerificationPolicy *)dNewValue + previousValue:(nullable DBTEAMPOLICIESTwoStepVerificationPolicy *)previousValue; /// /// Convenience constructor (exposes only non-nullable instance variables with @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithDNewValue:(DBTEAMLOGTfaPolicy *)dNewValue; +- (instancetype)initWithDNewValue:(DBTEAMPOLICIESTwoStepVerificationPolicy *)dNewValue; - (instancetype)init NS_UNAVAILABLE; @@ -78,7 +78,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTfaChangePolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTfaChangePolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTfaChangePolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGTfaChangePolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaChangeStatusDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaChangeStatusDetails.h index 5a1c5e44..a4d9525d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaChangeStatusDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaChangeStatusDetails.h @@ -86,7 +86,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTfaChangeStatusDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTfaChangeStatusDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTfaChangeStatusDetails *)instance; /// /// Deserializes `DBTEAMLOGTfaChangeStatusDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaConfiguration.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaConfiguration.h index f9d6942b..b1b9e4a5 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaConfiguration.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaConfiguration.h @@ -151,7 +151,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGTfaConfigurationTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTfaConfiguration` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTfaConfiguration *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTfaConfiguration *)instance; /// /// Deserializes `DBTEAMLOGTfaConfiguration` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaPolicy.h deleted file mode 100644 index 91a8d2ae..00000000 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaPolicy.h +++ /dev/null @@ -1,150 +0,0 @@ -/// -/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. -/// -/// Auto-generated by Stone, do not modify. -/// - -#import - -#import "DBSerializableProtocol.h" - -@class DBTEAMLOGTfaPolicy; - -NS_ASSUME_NONNULL_BEGIN - -#pragma mark - API Object - -/// -/// The `TfaPolicy` union. -/// -/// Two factor authentication policy -/// -/// This class implements the `DBSerializable` protocol (serialize and -/// deserialize instance methods), which is required for all Obj-C SDK API route -/// objects. -/// -@interface DBTEAMLOGTfaPolicy : NSObject - -#pragma mark - Instance fields - -/// The `DBTEAMLOGTfaPolicyTag` enum type represents the possible tag states -/// with which the `DBTEAMLOGTfaPolicy` union can exist. -typedef NS_ENUM(NSInteger, DBTEAMLOGTfaPolicyTag) { - /// (no description). - DBTEAMLOGTfaPolicyDisabled, - - /// (no description). - DBTEAMLOGTfaPolicyOptional, - - /// (no description). - DBTEAMLOGTfaPolicyRequired, - - /// (no description). - DBTEAMLOGTfaPolicyOther, - -}; - -/// Represents the union's current tag state. -@property (nonatomic, readonly) DBTEAMLOGTfaPolicyTag tag; - -#pragma mark - Constructors - -/// -/// Initializes union class with tag state of "disabled". -/// -/// @return An initialized instance. -/// -- (instancetype)initWithDisabled; - -/// -/// Initializes union class with tag state of "optional". -/// -/// @return An initialized instance. -/// -- (instancetype)initWithOptional; - -/// -/// Initializes union class with tag state of "required". -/// -/// @return An initialized instance. -/// -- (instancetype)initWithRequired; - -/// -/// Initializes union class with tag state of "other". -/// -/// @return An initialized instance. -/// -- (instancetype)initWithOther; - -- (instancetype)init NS_UNAVAILABLE; - -#pragma mark - Tag state methods - -/// -/// Retrieves whether the union's current tag state has value "disabled". -/// -/// @return Whether the union's current tag state has value "disabled". -/// -- (BOOL)isDisabled; - -/// -/// Retrieves whether the union's current tag state has value "optional". -/// -/// @return Whether the union's current tag state has value "optional". -/// -- (BOOL)isOptional; - -/// -/// Retrieves whether the union's current tag state has value "required". -/// -/// @return Whether the union's current tag state has value "required". -/// -- (BOOL)isRequired; - -/// -/// Retrieves whether the union's current tag state has value "other". -/// -/// @return Whether the union's current tag state has value "other". -/// -- (BOOL)isOther; - -/// -/// Retrieves string value of union's current tag state. -/// -/// @return A human-readable string representing the union's current tag state. -/// -- (NSString *)tagName; - -@end - -#pragma mark - Serializer Object - -/// -/// The serialization class for the `DBTEAMLOGTfaPolicy` union. -/// -@interface DBTEAMLOGTfaPolicySerializer : NSObject - -/// -/// Serializes `DBTEAMLOGTfaPolicy` instances. -/// -/// @param instance An instance of the `DBTEAMLOGTfaPolicy` API object. -/// -/// @return A json-compatible dictionary representation of the -/// `DBTEAMLOGTfaPolicy` API object. -/// -+ (NSDictionary *)serialize:(DBTEAMLOGTfaPolicy *)instance; - -/// -/// Deserializes `DBTEAMLOGTfaPolicy` instances. -/// -/// @param dict A json-compatible dictionary representation of the -/// `DBTEAMLOGTfaPolicy` API object. -/// -/// @return An instantiation of the `DBTEAMLOGTfaPolicy` object. -/// -+ (DBTEAMLOGTfaPolicy *)deserialize:(NSDictionary *)dict; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaRemoveBackupPhoneDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaRemoveBackupPhoneDetails.h index aa04bdec..7cbf21b8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaRemoveBackupPhoneDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaRemoveBackupPhoneDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTfaRemoveBackupPhoneDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTfaRemoveBackupPhoneDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTfaRemoveBackupPhoneDetails *)instance; /// /// Deserializes `DBTEAMLOGTfaRemoveBackupPhoneDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaRemoveSecurityKeyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaRemoveSecurityKeyDetails.h index 0082932a..a0d8b054 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaRemoveSecurityKeyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaRemoveSecurityKeyDetails.h @@ -56,7 +56,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTfaRemoveSecurityKeyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTfaRemoveSecurityKeyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTfaRemoveSecurityKeyDetails *)instance; /// /// Deserializes `DBTEAMLOGTfaRemoveSecurityKeyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaResetDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaResetDetails.h index ecd0ba41..0e19601c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaResetDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaResetDetails.h @@ -55,7 +55,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTfaResetDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTfaResetDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTfaResetDetails *)instance; /// /// Deserializes `DBTEAMLOGTfaResetDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTimeUnit.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTimeUnit.h index 66dbade6..a3ebf237 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTimeUnit.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTimeUnit.h @@ -216,7 +216,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGTimeUnitTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTimeUnit` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTimeUnit *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTimeUnit *)instance; /// /// Deserializes `DBTEAMLOGTimeUnit` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTwoAccountChangePolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTwoAccountChangePolicyDetails.h index 5105ccb4..7c9a724c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTwoAccountChangePolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTwoAccountChangePolicyDetails.h @@ -79,7 +79,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTwoAccountChangePolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTwoAccountChangePolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTwoAccountChangePolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGTwoAccountChangePolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTwoAccountPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTwoAccountPolicy.h index 32b6351b..de51825d 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTwoAccountPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTwoAccountPolicy.h @@ -116,7 +116,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGTwoAccountPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGTwoAccountPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGTwoAccountPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGTwoAccountPolicy *)instance; /// /// Deserializes `DBTEAMLOGTwoAccountPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGUserLinkedAppLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGUserLinkedAppLogInfo.h index 3f9a847a..0bea245f 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGUserLinkedAppLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGUserLinkedAppLogInfo.h @@ -68,7 +68,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGUserLinkedAppLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGUserLinkedAppLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGUserLinkedAppLogInfo *)instance; /// /// Deserializes `DBTEAMLOGUserLinkedAppLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGUserLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGUserLogInfo.h index 3340279e..f1fac157 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGUserLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGUserLogInfo.h @@ -82,7 +82,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGUserLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGUserLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGUserLogInfo *)instance; /// /// Deserializes `DBTEAMLOGUserLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGUserNameLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGUserNameLogInfo.h index f1a1ab47..fdb2bd3e 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGUserNameLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGUserNameLogInfo.h @@ -79,7 +79,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGUserNameLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGUserNameLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGUserNameLogInfo *)instance; /// /// Deserializes `DBTEAMLOGUserNameLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGUserOrTeamLinkedAppLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGUserOrTeamLinkedAppLogInfo.h index 0dc34882..f24fd6b1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGUserOrTeamLinkedAppLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGUserOrTeamLinkedAppLogInfo.h @@ -69,7 +69,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGUserOrTeamLinkedAppLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGUserOrTeamLinkedAppLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGUserOrTeamLinkedAppLogInfo *)instance; /// /// Deserializes `DBTEAMLOGUserOrTeamLinkedAppLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionLogInfo.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionLogInfo.h index dbff93b1..b6e251c0 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionLogInfo.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionLogInfo.h @@ -65,7 +65,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGWebSessionLogInfo` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGWebSessionLogInfo *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGWebSessionLogInfo *)instance; /// /// Deserializes `DBTEAMLOGWebSessionLogInfo` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetails.h index 763f4782..c32d96a9 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetails.h @@ -28,24 +28,35 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// New session length policy. -@property (nonatomic, readonly) DBTEAMLOGWebSessionsFixedLengthPolicy *dNewValue; +/// New session length policy. Might be missing due to historical data gap. +@property (nonatomic, readonly, nullable) DBTEAMLOGWebSessionsFixedLengthPolicy *dNewValue; -/// Previous session length policy. -@property (nonatomic, readonly) DBTEAMLOGWebSessionsFixedLengthPolicy *previousValue; +/// Previous session length policy. Might be missing due to historical data gap. +@property (nonatomic, readonly, nullable) DBTEAMLOGWebSessionsFixedLengthPolicy *previousValue; #pragma mark - Constructors /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param dNewValue New session length policy. -/// @param previousValue Previous session length policy. +/// @param dNewValue New session length policy. Might be missing due to +/// historical data gap. +/// @param previousValue Previous session length policy. Might be missing due to +/// historical data gap. /// /// @return An initialized instance. /// -- (instancetype)initWithDNewValue:(DBTEAMLOGWebSessionsFixedLengthPolicy *)dNewValue - previousValue:(DBTEAMLOGWebSessionsFixedLengthPolicy *)previousValue; +- (instancetype)initWithDNewValue:(nullable DBTEAMLOGWebSessionsFixedLengthPolicy *)dNewValue + previousValue:(nullable DBTEAMLOGWebSessionsFixedLengthPolicy *)previousValue; + +/// +/// Convenience constructor (exposes only non-nullable instance variables with +/// no default value). +/// +/// +/// @return An initialized instance. +/// +- (instancetype)initDefault; - (instancetype)init NS_UNAVAILABLE; @@ -68,7 +79,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails.h index 521efa57..b9ba322c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails.h @@ -29,24 +29,35 @@ NS_ASSUME_NONNULL_BEGIN #pragma mark - Instance fields -/// New idle length policy. -@property (nonatomic, readonly) DBTEAMLOGWebSessionsIdleLengthPolicy *dNewValue; +/// New idle length policy. Might be missing due to historical data gap. +@property (nonatomic, readonly, nullable) DBTEAMLOGWebSessionsIdleLengthPolicy *dNewValue; -/// Previous idle length policy. -@property (nonatomic, readonly) DBTEAMLOGWebSessionsIdleLengthPolicy *previousValue; +/// Previous idle length policy. Might be missing due to historical data gap. +@property (nonatomic, readonly, nullable) DBTEAMLOGWebSessionsIdleLengthPolicy *previousValue; #pragma mark - Constructors /// /// Full constructor for the struct (exposes all instance variables). /// -/// @param dNewValue New idle length policy. -/// @param previousValue Previous idle length policy. +/// @param dNewValue New idle length policy. Might be missing due to historical +/// data gap. +/// @param previousValue Previous idle length policy. Might be missing due to +/// historical data gap. /// /// @return An initialized instance. /// -- (instancetype)initWithDNewValue:(DBTEAMLOGWebSessionsIdleLengthPolicy *)dNewValue - previousValue:(DBTEAMLOGWebSessionsIdleLengthPolicy *)previousValue; +- (instancetype)initWithDNewValue:(nullable DBTEAMLOGWebSessionsIdleLengthPolicy *)dNewValue + previousValue:(nullable DBTEAMLOGWebSessionsIdleLengthPolicy *)previousValue; + +/// +/// Convenience constructor (exposes only non-nullable instance variables with +/// no default value). +/// +/// +/// @return An initialized instance. +/// +- (instancetype)initDefault; - (instancetype)init NS_UNAVAILABLE; @@ -69,7 +80,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails *)instance; /// /// Deserializes `DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionsFixedLengthPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionsFixedLengthPolicy.h index 563b44f7..4525a357 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionsFixedLengthPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionsFixedLengthPolicy.h @@ -133,7 +133,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGWebSessionsFixedLengthPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGWebSessionsFixedLengthPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGWebSessionsFixedLengthPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGWebSessionsFixedLengthPolicy *)instance; /// /// Deserializes `DBTEAMLOGWebSessionsFixedLengthPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionsIdleLengthPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionsIdleLengthPolicy.h index 35604752..f18f0c7c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionsIdleLengthPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionsIdleLengthPolicy.h @@ -133,7 +133,7 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGWebSessionsIdleLengthPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMLOGWebSessionsIdleLengthPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGWebSessionsIdleLengthPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMLOGWebSessionsIdleLengthPolicy *)instance; /// /// Deserializes `DBTEAMLOGWebSessionsIdleLengthPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/DBTeamPoliciesObjects.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/DBTeamPoliciesObjects.m index 51ba43b3..7d1ce7e8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/DBTeamPoliciesObjects.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/DBTeamPoliciesObjects.m @@ -85,7 +85,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMPOLICIESEmmStateSerializer serialize:instance]; } @@ -180,7 +180,7 @@ + (NSDictionary *)serialize:(DBTEAMPOLICIESEmmState *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMPOLICIESEmmState *)deserialize:(NSDictionary *)valueDict { @@ -266,7 +266,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMPOLICIESOfficeAddInPolicySerializer serialize:instance]; } @@ -355,7 +355,7 @@ + (NSDictionary *)serialize:(DBTEAMPOLICIESOfficeAddInPolicy *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMPOLICIESOfficeAddInPolicy *)deserialize:(NSDictionary *)valueDict { @@ -376,26 +376,26 @@ + (DBTEAMPOLICIESOfficeAddInPolicy *)deserialize:(NSDictionary *)valueDict { #import "DBStoneSerializers.h" #import "DBStoneValidators.h" -#import "DBTEAMPOLICIESSharedFolderJoinPolicy.h" +#import "DBTEAMPOLICIESPaperDeploymentPolicy.h" #pragma mark - API Object -@implementation DBTEAMPOLICIESSharedFolderJoinPolicy +@implementation DBTEAMPOLICIESPaperDeploymentPolicy #pragma mark - Constructors -- (instancetype)initWithFromTeamOnly { +- (instancetype)initWithFull { self = [super init]; if (self) { - _tag = DBTEAMPOLICIESSharedFolderJoinPolicyFromTeamOnly; + _tag = DBTEAMPOLICIESPaperDeploymentPolicyFull; } return self; } -- (instancetype)initWithFromAnyone { +- (instancetype)initWithPartial { self = [super init]; if (self) { - _tag = DBTEAMPOLICIESSharedFolderJoinPolicyFromAnyone; + _tag = DBTEAMPOLICIESPaperDeploymentPolicyPartial; } return self; } @@ -403,7 +403,7 @@ - (instancetype)initWithFromAnyone { - (instancetype)initWithOther { self = [super init]; if (self) { - _tag = DBTEAMPOLICIESSharedFolderJoinPolicyOther; + _tag = DBTEAMPOLICIESPaperDeploymentPolicyOther; } return self; } @@ -412,26 +412,26 @@ - (instancetype)initWithOther { #pragma mark - Tag state methods -- (BOOL)isFromTeamOnly { - return _tag == DBTEAMPOLICIESSharedFolderJoinPolicyFromTeamOnly; +- (BOOL)isFull { + return _tag == DBTEAMPOLICIESPaperDeploymentPolicyFull; } -- (BOOL)isFromAnyone { - return _tag == DBTEAMPOLICIESSharedFolderJoinPolicyFromAnyone; +- (BOOL)isPartial { + return _tag == DBTEAMPOLICIESPaperDeploymentPolicyPartial; } - (BOOL)isOther { - return _tag == DBTEAMPOLICIESSharedFolderJoinPolicyOther; + return _tag == DBTEAMPOLICIESPaperDeploymentPolicyOther; } - (NSString *)tagName { switch (_tag) { - case DBTEAMPOLICIESSharedFolderJoinPolicyFromTeamOnly: - return @"DBTEAMPOLICIESSharedFolderJoinPolicyFromTeamOnly"; - case DBTEAMPOLICIESSharedFolderJoinPolicyFromAnyone: - return @"DBTEAMPOLICIESSharedFolderJoinPolicyFromAnyone"; - case DBTEAMPOLICIESSharedFolderJoinPolicyOther: - return @"DBTEAMPOLICIESSharedFolderJoinPolicyOther"; + case DBTEAMPOLICIESPaperDeploymentPolicyFull: + return @"DBTEAMPOLICIESPaperDeploymentPolicyFull"; + case DBTEAMPOLICIESPaperDeploymentPolicyPartial: + return @"DBTEAMPOLICIESPaperDeploymentPolicyPartial"; + case DBTEAMPOLICIESPaperDeploymentPolicyOther: + return @"DBTEAMPOLICIESPaperDeploymentPolicyOther"; } @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); @@ -439,18 +439,18 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMPOLICIESSharedFolderJoinPolicySerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMPOLICIESPaperDeploymentPolicySerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBTEAMPOLICIESSharedFolderJoinPolicySerializer deserialize:dict]; + return [DBTEAMPOLICIESPaperDeploymentPolicySerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBTEAMPOLICIESSharedFolderJoinPolicySerializer serialize:self] description]; + return [[DBTEAMPOLICIESPaperDeploymentPolicySerializer serialize:self] description]; } #pragma mark - Copyable method @@ -468,11 +468,11 @@ - (NSUInteger)hash { NSUInteger result = 1; switch (_tag) { - case DBTEAMPOLICIESSharedFolderJoinPolicyFromTeamOnly: + case DBTEAMPOLICIESPaperDeploymentPolicyFull: result = prime * result + [[self tagName] hash]; - case DBTEAMPOLICIESSharedFolderJoinPolicyFromAnyone: + case DBTEAMPOLICIESPaperDeploymentPolicyPartial: result = prime * result + [[self tagName] hash]; - case DBTEAMPOLICIESSharedFolderJoinPolicyOther: + case DBTEAMPOLICIESPaperDeploymentPolicyOther: result = prime * result + [[self tagName] hash]; } @@ -488,23 +488,23 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToSharedFolderJoinPolicy:other]; + return [self isEqualToPaperDeploymentPolicy:other]; } -- (BOOL)isEqualToSharedFolderJoinPolicy:(DBTEAMPOLICIESSharedFolderJoinPolicy *)aSharedFolderJoinPolicy { - if (self == aSharedFolderJoinPolicy) { +- (BOOL)isEqualToPaperDeploymentPolicy:(DBTEAMPOLICIESPaperDeploymentPolicy *)aPaperDeploymentPolicy { + if (self == aPaperDeploymentPolicy) { return YES; } - if (self.tag != aSharedFolderJoinPolicy.tag) { + if (self.tag != aPaperDeploymentPolicy.tag) { return NO; } switch (_tag) { - case DBTEAMPOLICIESSharedFolderJoinPolicyFromTeamOnly: - return [[self tagName] isEqual:[aSharedFolderJoinPolicy tagName]]; - case DBTEAMPOLICIESSharedFolderJoinPolicyFromAnyone: - return [[self tagName] isEqual:[aSharedFolderJoinPolicy tagName]]; - case DBTEAMPOLICIESSharedFolderJoinPolicyOther: - return [[self tagName] isEqual:[aSharedFolderJoinPolicy tagName]]; + case DBTEAMPOLICIESPaperDeploymentPolicyFull: + return [[self tagName] isEqual:[aPaperDeploymentPolicy tagName]]; + case DBTEAMPOLICIESPaperDeploymentPolicyPartial: + return [[self tagName] isEqual:[aPaperDeploymentPolicy tagName]]; + case DBTEAMPOLICIESPaperDeploymentPolicyOther: + return [[self tagName] isEqual:[aPaperDeploymentPolicy tagName]]; } return YES; } @@ -513,35 +513,35 @@ - (BOOL)isEqualToSharedFolderJoinPolicy:(DBTEAMPOLICIESSharedFolderJoinPolicy *) #pragma mark - Serializer Object -@implementation DBTEAMPOLICIESSharedFolderJoinPolicySerializer +@implementation DBTEAMPOLICIESPaperDeploymentPolicySerializer -+ (NSDictionary *)serialize:(DBTEAMPOLICIESSharedFolderJoinPolicy *)valueObj { ++ (NSDictionary *)serialize:(DBTEAMPOLICIESPaperDeploymentPolicy *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isFromTeamOnly]) { - jsonDict[@".tag"] = @"from_team_only"; - } else if ([valueObj isFromAnyone]) { - jsonDict[@".tag"] = @"from_anyone"; + if ([valueObj isFull]) { + jsonDict[@".tag"] = @"full"; + } else if ([valueObj isPartial]) { + jsonDict[@".tag"] = @"partial"; } else if ([valueObj isOther]) { jsonDict[@".tag"] = @"other"; } else { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBTEAMPOLICIESSharedFolderJoinPolicy *)deserialize:(NSDictionary *)valueDict { ++ (DBTEAMPOLICIESPaperDeploymentPolicy *)deserialize:(NSDictionary *)valueDict { NSString *tag = valueDict[@".tag"]; - if ([tag isEqualToString:@"from_team_only"]) { - return [[DBTEAMPOLICIESSharedFolderJoinPolicy alloc] initWithFromTeamOnly]; - } else if ([tag isEqualToString:@"from_anyone"]) { - return [[DBTEAMPOLICIESSharedFolderJoinPolicy alloc] initWithFromAnyone]; + if ([tag isEqualToString:@"full"]) { + return [[DBTEAMPOLICIESPaperDeploymentPolicy alloc] initWithFull]; + } else if ([tag isEqualToString:@"partial"]) { + return [[DBTEAMPOLICIESPaperDeploymentPolicy alloc] initWithPartial]; } else if ([tag isEqualToString:@"other"]) { - return [[DBTEAMPOLICIESSharedFolderJoinPolicy alloc] initWithOther]; + return [[DBTEAMPOLICIESPaperDeploymentPolicy alloc] initWithOther]; } else { - return [[DBTEAMPOLICIESSharedFolderJoinPolicy alloc] initWithOther]; + return [[DBTEAMPOLICIESPaperDeploymentPolicy alloc] initWithOther]; } } @@ -549,26 +549,34 @@ + (DBTEAMPOLICIESSharedFolderJoinPolicy *)deserialize:(NSDictionary *)valueDict #import "DBStoneSerializers.h" #import "DBStoneValidators.h" -#import "DBTEAMPOLICIESSharedFolderMemberPolicy.h" +#import "DBTEAMPOLICIESPaperEnabledPolicy.h" #pragma mark - API Object -@implementation DBTEAMPOLICIESSharedFolderMemberPolicy +@implementation DBTEAMPOLICIESPaperEnabledPolicy #pragma mark - Constructors -- (instancetype)initWithTeam { +- (instancetype)initWithDisabled { self = [super init]; if (self) { - _tag = DBTEAMPOLICIESSharedFolderMemberPolicyTeam; + _tag = DBTEAMPOLICIESPaperEnabledPolicyDisabled; } return self; } -- (instancetype)initWithAnyone { +- (instancetype)initWithEnabled { self = [super init]; if (self) { - _tag = DBTEAMPOLICIESSharedFolderMemberPolicyAnyone; + _tag = DBTEAMPOLICIESPaperEnabledPolicyEnabled; + } + return self; +} + +- (instancetype)initWithUnspecified { + self = [super init]; + if (self) { + _tag = DBTEAMPOLICIESPaperEnabledPolicyUnspecified; } return self; } @@ -576,7 +584,7 @@ - (instancetype)initWithAnyone { - (instancetype)initWithOther { self = [super init]; if (self) { - _tag = DBTEAMPOLICIESSharedFolderMemberPolicyOther; + _tag = DBTEAMPOLICIESPaperEnabledPolicyOther; } return self; } @@ -585,26 +593,32 @@ - (instancetype)initWithOther { #pragma mark - Tag state methods -- (BOOL)isTeam { - return _tag == DBTEAMPOLICIESSharedFolderMemberPolicyTeam; +- (BOOL)isDisabled { + return _tag == DBTEAMPOLICIESPaperEnabledPolicyDisabled; } -- (BOOL)isAnyone { - return _tag == DBTEAMPOLICIESSharedFolderMemberPolicyAnyone; +- (BOOL)isEnabled { + return _tag == DBTEAMPOLICIESPaperEnabledPolicyEnabled; +} + +- (BOOL)isUnspecified { + return _tag == DBTEAMPOLICIESPaperEnabledPolicyUnspecified; } - (BOOL)isOther { - return _tag == DBTEAMPOLICIESSharedFolderMemberPolicyOther; + return _tag == DBTEAMPOLICIESPaperEnabledPolicyOther; } - (NSString *)tagName { switch (_tag) { - case DBTEAMPOLICIESSharedFolderMemberPolicyTeam: - return @"DBTEAMPOLICIESSharedFolderMemberPolicyTeam"; - case DBTEAMPOLICIESSharedFolderMemberPolicyAnyone: - return @"DBTEAMPOLICIESSharedFolderMemberPolicyAnyone"; - case DBTEAMPOLICIESSharedFolderMemberPolicyOther: - return @"DBTEAMPOLICIESSharedFolderMemberPolicyOther"; + case DBTEAMPOLICIESPaperEnabledPolicyDisabled: + return @"DBTEAMPOLICIESPaperEnabledPolicyDisabled"; + case DBTEAMPOLICIESPaperEnabledPolicyEnabled: + return @"DBTEAMPOLICIESPaperEnabledPolicyEnabled"; + case DBTEAMPOLICIESPaperEnabledPolicyUnspecified: + return @"DBTEAMPOLICIESPaperEnabledPolicyUnspecified"; + case DBTEAMPOLICIESPaperEnabledPolicyOther: + return @"DBTEAMPOLICIESPaperEnabledPolicyOther"; } @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); @@ -612,18 +626,18 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMPOLICIESSharedFolderMemberPolicySerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMPOLICIESPaperEnabledPolicySerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBTEAMPOLICIESSharedFolderMemberPolicySerializer deserialize:dict]; + return [DBTEAMPOLICIESPaperEnabledPolicySerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBTEAMPOLICIESSharedFolderMemberPolicySerializer serialize:self] description]; + return [[DBTEAMPOLICIESPaperEnabledPolicySerializer serialize:self] description]; } #pragma mark - Copyable method @@ -641,11 +655,13 @@ - (NSUInteger)hash { NSUInteger result = 1; switch (_tag) { - case DBTEAMPOLICIESSharedFolderMemberPolicyTeam: + case DBTEAMPOLICIESPaperEnabledPolicyDisabled: result = prime * result + [[self tagName] hash]; - case DBTEAMPOLICIESSharedFolderMemberPolicyAnyone: + case DBTEAMPOLICIESPaperEnabledPolicyEnabled: result = prime * result + [[self tagName] hash]; - case DBTEAMPOLICIESSharedFolderMemberPolicyOther: + case DBTEAMPOLICIESPaperEnabledPolicyUnspecified: + result = prime * result + [[self tagName] hash]; + case DBTEAMPOLICIESPaperEnabledPolicyOther: result = prime * result + [[self tagName] hash]; } @@ -661,23 +677,25 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToSharedFolderMemberPolicy:other]; + return [self isEqualToPaperEnabledPolicy:other]; } -- (BOOL)isEqualToSharedFolderMemberPolicy:(DBTEAMPOLICIESSharedFolderMemberPolicy *)aSharedFolderMemberPolicy { - if (self == aSharedFolderMemberPolicy) { +- (BOOL)isEqualToPaperEnabledPolicy:(DBTEAMPOLICIESPaperEnabledPolicy *)aPaperEnabledPolicy { + if (self == aPaperEnabledPolicy) { return YES; } - if (self.tag != aSharedFolderMemberPolicy.tag) { + if (self.tag != aPaperEnabledPolicy.tag) { return NO; } switch (_tag) { - case DBTEAMPOLICIESSharedFolderMemberPolicyTeam: - return [[self tagName] isEqual:[aSharedFolderMemberPolicy tagName]]; - case DBTEAMPOLICIESSharedFolderMemberPolicyAnyone: - return [[self tagName] isEqual:[aSharedFolderMemberPolicy tagName]]; - case DBTEAMPOLICIESSharedFolderMemberPolicyOther: - return [[self tagName] isEqual:[aSharedFolderMemberPolicy tagName]]; + case DBTEAMPOLICIESPaperEnabledPolicyDisabled: + return [[self tagName] isEqual:[aPaperEnabledPolicy tagName]]; + case DBTEAMPOLICIESPaperEnabledPolicyEnabled: + return [[self tagName] isEqual:[aPaperEnabledPolicy tagName]]; + case DBTEAMPOLICIESPaperEnabledPolicyUnspecified: + return [[self tagName] isEqual:[aPaperEnabledPolicy tagName]]; + case DBTEAMPOLICIESPaperEnabledPolicyOther: + return [[self tagName] isEqual:[aPaperEnabledPolicy tagName]]; } return YES; } @@ -686,35 +704,39 @@ - (BOOL)isEqualToSharedFolderMemberPolicy:(DBTEAMPOLICIESSharedFolderMemberPolic #pragma mark - Serializer Object -@implementation DBTEAMPOLICIESSharedFolderMemberPolicySerializer +@implementation DBTEAMPOLICIESPaperEnabledPolicySerializer -+ (NSDictionary *)serialize:(DBTEAMPOLICIESSharedFolderMemberPolicy *)valueObj { ++ (NSDictionary *)serialize:(DBTEAMPOLICIESPaperEnabledPolicy *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isTeam]) { - jsonDict[@".tag"] = @"team"; - } else if ([valueObj isAnyone]) { - jsonDict[@".tag"] = @"anyone"; + if ([valueObj isDisabled]) { + jsonDict[@".tag"] = @"disabled"; + } else if ([valueObj isEnabled]) { + jsonDict[@".tag"] = @"enabled"; + } else if ([valueObj isUnspecified]) { + jsonDict[@".tag"] = @"unspecified"; } else if ([valueObj isOther]) { jsonDict[@".tag"] = @"other"; } else { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBTEAMPOLICIESSharedFolderMemberPolicy *)deserialize:(NSDictionary *)valueDict { ++ (DBTEAMPOLICIESPaperEnabledPolicy *)deserialize:(NSDictionary *)valueDict { NSString *tag = valueDict[@".tag"]; - if ([tag isEqualToString:@"team"]) { - return [[DBTEAMPOLICIESSharedFolderMemberPolicy alloc] initWithTeam]; - } else if ([tag isEqualToString:@"anyone"]) { - return [[DBTEAMPOLICIESSharedFolderMemberPolicy alloc] initWithAnyone]; + if ([tag isEqualToString:@"disabled"]) { + return [[DBTEAMPOLICIESPaperEnabledPolicy alloc] initWithDisabled]; + } else if ([tag isEqualToString:@"enabled"]) { + return [[DBTEAMPOLICIESPaperEnabledPolicy alloc] initWithEnabled]; + } else if ([tag isEqualToString:@"unspecified"]) { + return [[DBTEAMPOLICIESPaperEnabledPolicy alloc] initWithUnspecified]; } else if ([tag isEqualToString:@"other"]) { - return [[DBTEAMPOLICIESSharedFolderMemberPolicy alloc] initWithOther]; + return [[DBTEAMPOLICIESPaperEnabledPolicy alloc] initWithOther]; } else { - return [[DBTEAMPOLICIESSharedFolderMemberPolicy alloc] initWithOther]; + return [[DBTEAMPOLICIESPaperEnabledPolicy alloc] initWithOther]; } } @@ -722,34 +744,34 @@ + (DBTEAMPOLICIESSharedFolderMemberPolicy *)deserialize:(NSDictionary *)valueDic #import "DBStoneSerializers.h" #import "DBStoneValidators.h" -#import "DBTEAMPOLICIESSharedLinkCreatePolicy.h" +#import "DBTEAMPOLICIESPasswordStrengthPolicy.h" #pragma mark - API Object -@implementation DBTEAMPOLICIESSharedLinkCreatePolicy +@implementation DBTEAMPOLICIESPasswordStrengthPolicy #pragma mark - Constructors -- (instancetype)initWithDefaultPublic { +- (instancetype)initWithMinimalRequirements { self = [super init]; if (self) { - _tag = DBTEAMPOLICIESSharedLinkCreatePolicyDefaultPublic; + _tag = DBTEAMPOLICIESPasswordStrengthPolicyMinimalRequirements; } return self; } -- (instancetype)initWithDefaultTeamOnly { +- (instancetype)initWithModeratePassword { self = [super init]; if (self) { - _tag = DBTEAMPOLICIESSharedLinkCreatePolicyDefaultTeamOnly; + _tag = DBTEAMPOLICIESPasswordStrengthPolicyModeratePassword; } return self; } -- (instancetype)initWithTeamOnly { +- (instancetype)initWithStrongPassword { self = [super init]; if (self) { - _tag = DBTEAMPOLICIESSharedLinkCreatePolicyTeamOnly; + _tag = DBTEAMPOLICIESPasswordStrengthPolicyStrongPassword; } return self; } @@ -757,7 +779,7 @@ - (instancetype)initWithTeamOnly { - (instancetype)initWithOther { self = [super init]; if (self) { - _tag = DBTEAMPOLICIESSharedLinkCreatePolicyOther; + _tag = DBTEAMPOLICIESPasswordStrengthPolicyOther; } return self; } @@ -766,32 +788,32 @@ - (instancetype)initWithOther { #pragma mark - Tag state methods -- (BOOL)isDefaultPublic { - return _tag == DBTEAMPOLICIESSharedLinkCreatePolicyDefaultPublic; +- (BOOL)isMinimalRequirements { + return _tag == DBTEAMPOLICIESPasswordStrengthPolicyMinimalRequirements; } -- (BOOL)isDefaultTeamOnly { - return _tag == DBTEAMPOLICIESSharedLinkCreatePolicyDefaultTeamOnly; +- (BOOL)isModeratePassword { + return _tag == DBTEAMPOLICIESPasswordStrengthPolicyModeratePassword; } -- (BOOL)isTeamOnly { - return _tag == DBTEAMPOLICIESSharedLinkCreatePolicyTeamOnly; +- (BOOL)isStrongPassword { + return _tag == DBTEAMPOLICIESPasswordStrengthPolicyStrongPassword; } - (BOOL)isOther { - return _tag == DBTEAMPOLICIESSharedLinkCreatePolicyOther; + return _tag == DBTEAMPOLICIESPasswordStrengthPolicyOther; } - (NSString *)tagName { switch (_tag) { - case DBTEAMPOLICIESSharedLinkCreatePolicyDefaultPublic: - return @"DBTEAMPOLICIESSharedLinkCreatePolicyDefaultPublic"; - case DBTEAMPOLICIESSharedLinkCreatePolicyDefaultTeamOnly: - return @"DBTEAMPOLICIESSharedLinkCreatePolicyDefaultTeamOnly"; - case DBTEAMPOLICIESSharedLinkCreatePolicyTeamOnly: - return @"DBTEAMPOLICIESSharedLinkCreatePolicyTeamOnly"; - case DBTEAMPOLICIESSharedLinkCreatePolicyOther: - return @"DBTEAMPOLICIESSharedLinkCreatePolicyOther"; + case DBTEAMPOLICIESPasswordStrengthPolicyMinimalRequirements: + return @"DBTEAMPOLICIESPasswordStrengthPolicyMinimalRequirements"; + case DBTEAMPOLICIESPasswordStrengthPolicyModeratePassword: + return @"DBTEAMPOLICIESPasswordStrengthPolicyModeratePassword"; + case DBTEAMPOLICIESPasswordStrengthPolicyStrongPassword: + return @"DBTEAMPOLICIESPasswordStrengthPolicyStrongPassword"; + case DBTEAMPOLICIESPasswordStrengthPolicyOther: + return @"DBTEAMPOLICIESPasswordStrengthPolicyOther"; } @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); @@ -799,18 +821,18 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMPOLICIESSharedLinkCreatePolicySerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMPOLICIESPasswordStrengthPolicySerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBTEAMPOLICIESSharedLinkCreatePolicySerializer deserialize:dict]; + return [DBTEAMPOLICIESPasswordStrengthPolicySerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBTEAMPOLICIESSharedLinkCreatePolicySerializer serialize:self] description]; + return [[DBTEAMPOLICIESPasswordStrengthPolicySerializer serialize:self] description]; } #pragma mark - Copyable method @@ -828,13 +850,13 @@ - (NSUInteger)hash { NSUInteger result = 1; switch (_tag) { - case DBTEAMPOLICIESSharedLinkCreatePolicyDefaultPublic: + case DBTEAMPOLICIESPasswordStrengthPolicyMinimalRequirements: result = prime * result + [[self tagName] hash]; - case DBTEAMPOLICIESSharedLinkCreatePolicyDefaultTeamOnly: + case DBTEAMPOLICIESPasswordStrengthPolicyModeratePassword: result = prime * result + [[self tagName] hash]; - case DBTEAMPOLICIESSharedLinkCreatePolicyTeamOnly: + case DBTEAMPOLICIESPasswordStrengthPolicyStrongPassword: result = prime * result + [[self tagName] hash]; - case DBTEAMPOLICIESSharedLinkCreatePolicyOther: + case DBTEAMPOLICIESPasswordStrengthPolicyOther: result = prime * result + [[self tagName] hash]; } @@ -850,25 +872,25 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToSharedLinkCreatePolicy:other]; + return [self isEqualToPasswordStrengthPolicy:other]; } -- (BOOL)isEqualToSharedLinkCreatePolicy:(DBTEAMPOLICIESSharedLinkCreatePolicy *)aSharedLinkCreatePolicy { - if (self == aSharedLinkCreatePolicy) { +- (BOOL)isEqualToPasswordStrengthPolicy:(DBTEAMPOLICIESPasswordStrengthPolicy *)aPasswordStrengthPolicy { + if (self == aPasswordStrengthPolicy) { return YES; } - if (self.tag != aSharedLinkCreatePolicy.tag) { + if (self.tag != aPasswordStrengthPolicy.tag) { return NO; } switch (_tag) { - case DBTEAMPOLICIESSharedLinkCreatePolicyDefaultPublic: - return [[self tagName] isEqual:[aSharedLinkCreatePolicy tagName]]; - case DBTEAMPOLICIESSharedLinkCreatePolicyDefaultTeamOnly: - return [[self tagName] isEqual:[aSharedLinkCreatePolicy tagName]]; - case DBTEAMPOLICIESSharedLinkCreatePolicyTeamOnly: - return [[self tagName] isEqual:[aSharedLinkCreatePolicy tagName]]; - case DBTEAMPOLICIESSharedLinkCreatePolicyOther: - return [[self tagName] isEqual:[aSharedLinkCreatePolicy tagName]]; + case DBTEAMPOLICIESPasswordStrengthPolicyMinimalRequirements: + return [[self tagName] isEqual:[aPasswordStrengthPolicy tagName]]; + case DBTEAMPOLICIESPasswordStrengthPolicyModeratePassword: + return [[self tagName] isEqual:[aPasswordStrengthPolicy tagName]]; + case DBTEAMPOLICIESPasswordStrengthPolicyStrongPassword: + return [[self tagName] isEqual:[aPasswordStrengthPolicy tagName]]; + case DBTEAMPOLICIESPasswordStrengthPolicyOther: + return [[self tagName] isEqual:[aPasswordStrengthPolicy tagName]]; } return YES; } @@ -877,39 +899,39 @@ - (BOOL)isEqualToSharedLinkCreatePolicy:(DBTEAMPOLICIESSharedLinkCreatePolicy *) #pragma mark - Serializer Object -@implementation DBTEAMPOLICIESSharedLinkCreatePolicySerializer +@implementation DBTEAMPOLICIESPasswordStrengthPolicySerializer -+ (NSDictionary *)serialize:(DBTEAMPOLICIESSharedLinkCreatePolicy *)valueObj { ++ (NSDictionary *)serialize:(DBTEAMPOLICIESPasswordStrengthPolicy *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - if ([valueObj isDefaultPublic]) { - jsonDict[@".tag"] = @"default_public"; - } else if ([valueObj isDefaultTeamOnly]) { - jsonDict[@".tag"] = @"default_team_only"; - } else if ([valueObj isTeamOnly]) { - jsonDict[@".tag"] = @"team_only"; + if ([valueObj isMinimalRequirements]) { + jsonDict[@".tag"] = @"minimal_requirements"; + } else if ([valueObj isModeratePassword]) { + jsonDict[@".tag"] = @"moderate_password"; + } else if ([valueObj isStrongPassword]) { + jsonDict[@".tag"] = @"strong_password"; } else if ([valueObj isOther]) { jsonDict[@".tag"] = @"other"; } else { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBTEAMPOLICIESSharedLinkCreatePolicy *)deserialize:(NSDictionary *)valueDict { ++ (DBTEAMPOLICIESPasswordStrengthPolicy *)deserialize:(NSDictionary *)valueDict { NSString *tag = valueDict[@".tag"]; - if ([tag isEqualToString:@"default_public"]) { - return [[DBTEAMPOLICIESSharedLinkCreatePolicy alloc] initWithDefaultPublic]; - } else if ([tag isEqualToString:@"default_team_only"]) { - return [[DBTEAMPOLICIESSharedLinkCreatePolicy alloc] initWithDefaultTeamOnly]; - } else if ([tag isEqualToString:@"team_only"]) { - return [[DBTEAMPOLICIESSharedLinkCreatePolicy alloc] initWithTeamOnly]; + if ([tag isEqualToString:@"minimal_requirements"]) { + return [[DBTEAMPOLICIESPasswordStrengthPolicy alloc] initWithMinimalRequirements]; + } else if ([tag isEqualToString:@"moderate_password"]) { + return [[DBTEAMPOLICIESPasswordStrengthPolicy alloc] initWithModeratePassword]; + } else if ([tag isEqualToString:@"strong_password"]) { + return [[DBTEAMPOLICIESPasswordStrengthPolicy alloc] initWithStrongPassword]; } else if ([tag isEqualToString:@"other"]) { - return [[DBTEAMPOLICIESSharedLinkCreatePolicy alloc] initWithOther]; + return [[DBTEAMPOLICIESPasswordStrengthPolicy alloc] initWithOther]; } else { - return [[DBTEAMPOLICIESSharedLinkCreatePolicy alloc] initWithOther]; + return [[DBTEAMPOLICIESPasswordStrengthPolicy alloc] initWithOther]; } } @@ -917,44 +939,81 @@ + (DBTEAMPOLICIESSharedLinkCreatePolicy *)deserialize:(NSDictionary *)valueDict #import "DBStoneSerializers.h" #import "DBStoneValidators.h" -#import "DBTEAMPOLICIESEmmState.h" -#import "DBTEAMPOLICIESOfficeAddInPolicy.h" -#import "DBTEAMPOLICIESTeamMemberPolicies.h" -#import "DBTEAMPOLICIESTeamSharingPolicies.h" +#import "DBTEAMPOLICIESRolloutMethod.h" #pragma mark - API Object -@implementation DBTEAMPOLICIESTeamMemberPolicies +@implementation DBTEAMPOLICIESRolloutMethod #pragma mark - Constructors -- (instancetype)initWithSharing:(DBTEAMPOLICIESTeamSharingPolicies *)sharing - emmState:(DBTEAMPOLICIESEmmState *)emmState - officeAddin:(DBTEAMPOLICIESOfficeAddInPolicy *)officeAddin { +- (instancetype)initWithUnlinkAll { + self = [super init]; + if (self) { + _tag = DBTEAMPOLICIESRolloutMethodUnlinkAll; + } + return self; +} +- (instancetype)initWithUnlinkMostInactive { self = [super init]; if (self) { - _sharing = sharing; - _emmState = emmState; - _officeAddin = officeAddin; + _tag = DBTEAMPOLICIESRolloutMethodUnlinkMostInactive; + } + return self; +} + +- (instancetype)initWithAddMemberToExceptions { + self = [super init]; + if (self) { + _tag = DBTEAMPOLICIESRolloutMethodAddMemberToExceptions; } return self; } +#pragma mark - Instance field accessors + +#pragma mark - Tag state methods + +- (BOOL)isUnlinkAll { + return _tag == DBTEAMPOLICIESRolloutMethodUnlinkAll; +} + +- (BOOL)isUnlinkMostInactive { + return _tag == DBTEAMPOLICIESRolloutMethodUnlinkMostInactive; +} + +- (BOOL)isAddMemberToExceptions { + return _tag == DBTEAMPOLICIESRolloutMethodAddMemberToExceptions; +} + +- (NSString *)tagName { + switch (_tag) { + case DBTEAMPOLICIESRolloutMethodUnlinkAll: + return @"DBTEAMPOLICIESRolloutMethodUnlinkAll"; + case DBTEAMPOLICIESRolloutMethodUnlinkMostInactive: + return @"DBTEAMPOLICIESRolloutMethodUnlinkMostInactive"; + case DBTEAMPOLICIESRolloutMethodAddMemberToExceptions: + return @"DBTEAMPOLICIESRolloutMethodAddMemberToExceptions"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { - return [DBTEAMPOLICIESTeamMemberPoliciesSerializer serialize:instance]; ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMPOLICIESRolloutMethodSerializer serialize:instance]; } + (id)deserialize:(NSDictionary *)dict { - return [DBTEAMPOLICIESTeamMemberPoliciesSerializer deserialize:dict]; + return [DBTEAMPOLICIESRolloutMethodSerializer deserialize:dict]; } #pragma mark - Description method - (NSString *)description { - return [[DBTEAMPOLICIESTeamMemberPoliciesSerializer serialize:self] description]; + return [[DBTEAMPOLICIESRolloutMethodSerializer serialize:self] description]; } #pragma mark - Copyable method @@ -971,9 +1030,14 @@ - (NSUInteger)hash { NSUInteger prime = 31; NSUInteger result = 1; - result = prime * result + [self.sharing hash]; - result = prime * result + [self.emmState hash]; - result = prime * result + [self.officeAddin hash]; + switch (_tag) { + case DBTEAMPOLICIESRolloutMethodUnlinkAll: + result = prime * result + [[self tagName] hash]; + case DBTEAMPOLICIESRolloutMethodUnlinkMostInactive: + result = prime * result + [[self tagName] hash]; + case DBTEAMPOLICIESRolloutMethodAddMemberToExceptions: + result = prime * result + [[self tagName] hash]; + } return prime * result; } @@ -987,21 +1051,23 @@ - (BOOL)isEqual:(id)other { if (!other || ![other isKindOfClass:[self class]]) { return NO; } - return [self isEqualToTeamMemberPolicies:other]; + return [self isEqualToRolloutMethod:other]; } -- (BOOL)isEqualToTeamMemberPolicies:(DBTEAMPOLICIESTeamMemberPolicies *)aTeamMemberPolicies { - if (self == aTeamMemberPolicies) { +- (BOOL)isEqualToRolloutMethod:(DBTEAMPOLICIESRolloutMethod *)aRolloutMethod { + if (self == aRolloutMethod) { return YES; } - if (![self.sharing isEqual:aTeamMemberPolicies.sharing]) { - return NO; - } - if (![self.emmState isEqual:aTeamMemberPolicies.emmState]) { + if (self.tag != aRolloutMethod.tag) { return NO; } - if (![self.officeAddin isEqual:aTeamMemberPolicies.officeAddin]) { - return NO; + switch (_tag) { + case DBTEAMPOLICIESRolloutMethodUnlinkAll: + return [[self tagName] isEqual:[aRolloutMethod tagName]]; + case DBTEAMPOLICIESRolloutMethodUnlinkMostInactive: + return [[self tagName] isEqual:[aRolloutMethod tagName]]; + case DBTEAMPOLICIESRolloutMethodAddMemberToExceptions: + return [[self tagName] isEqual:[aRolloutMethod tagName]]; } return YES; } @@ -1010,26 +1076,41 @@ - (BOOL)isEqualToTeamMemberPolicies:(DBTEAMPOLICIESTeamMemberPolicies *)aTeamMem #pragma mark - Serializer Object -@implementation DBTEAMPOLICIESTeamMemberPoliciesSerializer +@implementation DBTEAMPOLICIESRolloutMethodSerializer -+ (NSDictionary *)serialize:(DBTEAMPOLICIESTeamMemberPolicies *)valueObj { ++ (NSDictionary *)serialize:(DBTEAMPOLICIESRolloutMethod *)valueObj { NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; - jsonDict[@"sharing"] = [DBTEAMPOLICIESTeamSharingPoliciesSerializer serialize:valueObj.sharing]; - jsonDict[@"emm_state"] = [DBTEAMPOLICIESEmmStateSerializer serialize:valueObj.emmState]; - jsonDict[@"office_addin"] = [DBTEAMPOLICIESOfficeAddInPolicySerializer serialize:valueObj.officeAddin]; + if ([valueObj isUnlinkAll]) { + jsonDict[@".tag"] = @"unlink_all"; + } else if ([valueObj isUnlinkMostInactive]) { + jsonDict[@".tag"] = @"unlink_most_inactive"; + } else if ([valueObj isAddMemberToExceptions]) { + jsonDict[@".tag"] = @"add_member_to_exceptions"; + } else { + @throw([NSException exceptionWithName:@"InvalidTag" + reason:@"Object not properly initialized. Tag has an unknown value." + userInfo:nil]); + } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } -+ (DBTEAMPOLICIESTeamMemberPolicies *)deserialize:(NSDictionary *)valueDict { - DBTEAMPOLICIESTeamSharingPolicies *sharing = - [DBTEAMPOLICIESTeamSharingPoliciesSerializer deserialize:valueDict[@"sharing"]]; - DBTEAMPOLICIESEmmState *emmState = [DBTEAMPOLICIESEmmStateSerializer deserialize:valueDict[@"emm_state"]]; - DBTEAMPOLICIESOfficeAddInPolicy *officeAddin = - [DBTEAMPOLICIESOfficeAddInPolicySerializer deserialize:valueDict[@"office_addin"]]; ++ (DBTEAMPOLICIESRolloutMethod *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; - return [[DBTEAMPOLICIESTeamMemberPolicies alloc] initWithSharing:sharing emmState:emmState officeAddin:officeAddin]; + if ([tag isEqualToString:@"unlink_all"]) { + return [[DBTEAMPOLICIESRolloutMethod alloc] initWithUnlinkAll]; + } else if ([tag isEqualToString:@"unlink_most_inactive"]) { + return [[DBTEAMPOLICIESRolloutMethod alloc] initWithUnlinkMostInactive]; + } else if ([tag isEqualToString:@"add_member_to_exceptions"]) { + return [[DBTEAMPOLICIESRolloutMethod alloc] initWithAddMemberToExceptions]; + } else { + @throw([NSException + exceptionWithName:@"InvalidTag" + reason:[NSString stringWithFormat:@"Tag has an invalid value: \"%@\".", valueDict[@".tag"]] + userInfo:nil]); + } } @end @@ -1037,19 +1118,880 @@ + (DBTEAMPOLICIESTeamMemberPolicies *)deserialize:(NSDictionary *)valueDict { #import "DBStoneSerializers.h" #import "DBStoneValidators.h" #import "DBTEAMPOLICIESSharedFolderJoinPolicy.h" -#import "DBTEAMPOLICIESSharedFolderMemberPolicy.h" -#import "DBTEAMPOLICIESSharedLinkCreatePolicy.h" -#import "DBTEAMPOLICIESTeamSharingPolicies.h" #pragma mark - API Object -@implementation DBTEAMPOLICIESTeamSharingPolicies +@implementation DBTEAMPOLICIESSharedFolderJoinPolicy #pragma mark - Constructors -- (instancetype)initWithSharedFolderMemberPolicy:(DBTEAMPOLICIESSharedFolderMemberPolicy *)sharedFolderMemberPolicy +- (instancetype)initWithFromTeamOnly { + self = [super init]; + if (self) { + _tag = DBTEAMPOLICIESSharedFolderJoinPolicyFromTeamOnly; + } + return self; +} + +- (instancetype)initWithFromAnyone { + self = [super init]; + if (self) { + _tag = DBTEAMPOLICIESSharedFolderJoinPolicyFromAnyone; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBTEAMPOLICIESSharedFolderJoinPolicyOther; + } + return self; +} + +#pragma mark - Instance field accessors + +#pragma mark - Tag state methods + +- (BOOL)isFromTeamOnly { + return _tag == DBTEAMPOLICIESSharedFolderJoinPolicyFromTeamOnly; +} + +- (BOOL)isFromAnyone { + return _tag == DBTEAMPOLICIESSharedFolderJoinPolicyFromAnyone; +} + +- (BOOL)isOther { + return _tag == DBTEAMPOLICIESSharedFolderJoinPolicyOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBTEAMPOLICIESSharedFolderJoinPolicyFromTeamOnly: + return @"DBTEAMPOLICIESSharedFolderJoinPolicyFromTeamOnly"; + case DBTEAMPOLICIESSharedFolderJoinPolicyFromAnyone: + return @"DBTEAMPOLICIESSharedFolderJoinPolicyFromAnyone"; + case DBTEAMPOLICIESSharedFolderJoinPolicyOther: + return @"DBTEAMPOLICIESSharedFolderJoinPolicyOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMPOLICIESSharedFolderJoinPolicySerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMPOLICIESSharedFolderJoinPolicySerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMPOLICIESSharedFolderJoinPolicySerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBTEAMPOLICIESSharedFolderJoinPolicyFromTeamOnly: + result = prime * result + [[self tagName] hash]; + case DBTEAMPOLICIESSharedFolderJoinPolicyFromAnyone: + result = prime * result + [[self tagName] hash]; + case DBTEAMPOLICIESSharedFolderJoinPolicyOther: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToSharedFolderJoinPolicy:other]; +} + +- (BOOL)isEqualToSharedFolderJoinPolicy:(DBTEAMPOLICIESSharedFolderJoinPolicy *)aSharedFolderJoinPolicy { + if (self == aSharedFolderJoinPolicy) { + return YES; + } + if (self.tag != aSharedFolderJoinPolicy.tag) { + return NO; + } + switch (_tag) { + case DBTEAMPOLICIESSharedFolderJoinPolicyFromTeamOnly: + return [[self tagName] isEqual:[aSharedFolderJoinPolicy tagName]]; + case DBTEAMPOLICIESSharedFolderJoinPolicyFromAnyone: + return [[self tagName] isEqual:[aSharedFolderJoinPolicy tagName]]; + case DBTEAMPOLICIESSharedFolderJoinPolicyOther: + return [[self tagName] isEqual:[aSharedFolderJoinPolicy tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMPOLICIESSharedFolderJoinPolicySerializer + ++ (NSDictionary *)serialize:(DBTEAMPOLICIESSharedFolderJoinPolicy *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isFromTeamOnly]) { + jsonDict[@".tag"] = @"from_team_only"; + } else if ([valueObj isFromAnyone]) { + jsonDict[@".tag"] = @"from_anyone"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMPOLICIESSharedFolderJoinPolicy *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"from_team_only"]) { + return [[DBTEAMPOLICIESSharedFolderJoinPolicy alloc] initWithFromTeamOnly]; + } else if ([tag isEqualToString:@"from_anyone"]) { + return [[DBTEAMPOLICIESSharedFolderJoinPolicy alloc] initWithFromAnyone]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBTEAMPOLICIESSharedFolderJoinPolicy alloc] initWithOther]; + } else { + return [[DBTEAMPOLICIESSharedFolderJoinPolicy alloc] initWithOther]; + } +} + +@end + +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMPOLICIESSharedFolderMemberPolicy.h" + +#pragma mark - API Object + +@implementation DBTEAMPOLICIESSharedFolderMemberPolicy + +#pragma mark - Constructors + +- (instancetype)initWithTeam { + self = [super init]; + if (self) { + _tag = DBTEAMPOLICIESSharedFolderMemberPolicyTeam; + } + return self; +} + +- (instancetype)initWithAnyone { + self = [super init]; + if (self) { + _tag = DBTEAMPOLICIESSharedFolderMemberPolicyAnyone; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBTEAMPOLICIESSharedFolderMemberPolicyOther; + } + return self; +} + +#pragma mark - Instance field accessors + +#pragma mark - Tag state methods + +- (BOOL)isTeam { + return _tag == DBTEAMPOLICIESSharedFolderMemberPolicyTeam; +} + +- (BOOL)isAnyone { + return _tag == DBTEAMPOLICIESSharedFolderMemberPolicyAnyone; +} + +- (BOOL)isOther { + return _tag == DBTEAMPOLICIESSharedFolderMemberPolicyOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBTEAMPOLICIESSharedFolderMemberPolicyTeam: + return @"DBTEAMPOLICIESSharedFolderMemberPolicyTeam"; + case DBTEAMPOLICIESSharedFolderMemberPolicyAnyone: + return @"DBTEAMPOLICIESSharedFolderMemberPolicyAnyone"; + case DBTEAMPOLICIESSharedFolderMemberPolicyOther: + return @"DBTEAMPOLICIESSharedFolderMemberPolicyOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMPOLICIESSharedFolderMemberPolicySerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMPOLICIESSharedFolderMemberPolicySerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMPOLICIESSharedFolderMemberPolicySerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBTEAMPOLICIESSharedFolderMemberPolicyTeam: + result = prime * result + [[self tagName] hash]; + case DBTEAMPOLICIESSharedFolderMemberPolicyAnyone: + result = prime * result + [[self tagName] hash]; + case DBTEAMPOLICIESSharedFolderMemberPolicyOther: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToSharedFolderMemberPolicy:other]; +} + +- (BOOL)isEqualToSharedFolderMemberPolicy:(DBTEAMPOLICIESSharedFolderMemberPolicy *)aSharedFolderMemberPolicy { + if (self == aSharedFolderMemberPolicy) { + return YES; + } + if (self.tag != aSharedFolderMemberPolicy.tag) { + return NO; + } + switch (_tag) { + case DBTEAMPOLICIESSharedFolderMemberPolicyTeam: + return [[self tagName] isEqual:[aSharedFolderMemberPolicy tagName]]; + case DBTEAMPOLICIESSharedFolderMemberPolicyAnyone: + return [[self tagName] isEqual:[aSharedFolderMemberPolicy tagName]]; + case DBTEAMPOLICIESSharedFolderMemberPolicyOther: + return [[self tagName] isEqual:[aSharedFolderMemberPolicy tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMPOLICIESSharedFolderMemberPolicySerializer + ++ (NSDictionary *)serialize:(DBTEAMPOLICIESSharedFolderMemberPolicy *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isTeam]) { + jsonDict[@".tag"] = @"team"; + } else if ([valueObj isAnyone]) { + jsonDict[@".tag"] = @"anyone"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMPOLICIESSharedFolderMemberPolicy *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"team"]) { + return [[DBTEAMPOLICIESSharedFolderMemberPolicy alloc] initWithTeam]; + } else if ([tag isEqualToString:@"anyone"]) { + return [[DBTEAMPOLICIESSharedFolderMemberPolicy alloc] initWithAnyone]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBTEAMPOLICIESSharedFolderMemberPolicy alloc] initWithOther]; + } else { + return [[DBTEAMPOLICIESSharedFolderMemberPolicy alloc] initWithOther]; + } +} + +@end + +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMPOLICIESSharedLinkCreatePolicy.h" + +#pragma mark - API Object + +@implementation DBTEAMPOLICIESSharedLinkCreatePolicy + +#pragma mark - Constructors + +- (instancetype)initWithDefaultPublic { + self = [super init]; + if (self) { + _tag = DBTEAMPOLICIESSharedLinkCreatePolicyDefaultPublic; + } + return self; +} + +- (instancetype)initWithDefaultTeamOnly { + self = [super init]; + if (self) { + _tag = DBTEAMPOLICIESSharedLinkCreatePolicyDefaultTeamOnly; + } + return self; +} + +- (instancetype)initWithTeamOnly { + self = [super init]; + if (self) { + _tag = DBTEAMPOLICIESSharedLinkCreatePolicyTeamOnly; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBTEAMPOLICIESSharedLinkCreatePolicyOther; + } + return self; +} + +#pragma mark - Instance field accessors + +#pragma mark - Tag state methods + +- (BOOL)isDefaultPublic { + return _tag == DBTEAMPOLICIESSharedLinkCreatePolicyDefaultPublic; +} + +- (BOOL)isDefaultTeamOnly { + return _tag == DBTEAMPOLICIESSharedLinkCreatePolicyDefaultTeamOnly; +} + +- (BOOL)isTeamOnly { + return _tag == DBTEAMPOLICIESSharedLinkCreatePolicyTeamOnly; +} + +- (BOOL)isOther { + return _tag == DBTEAMPOLICIESSharedLinkCreatePolicyOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBTEAMPOLICIESSharedLinkCreatePolicyDefaultPublic: + return @"DBTEAMPOLICIESSharedLinkCreatePolicyDefaultPublic"; + case DBTEAMPOLICIESSharedLinkCreatePolicyDefaultTeamOnly: + return @"DBTEAMPOLICIESSharedLinkCreatePolicyDefaultTeamOnly"; + case DBTEAMPOLICIESSharedLinkCreatePolicyTeamOnly: + return @"DBTEAMPOLICIESSharedLinkCreatePolicyTeamOnly"; + case DBTEAMPOLICIESSharedLinkCreatePolicyOther: + return @"DBTEAMPOLICIESSharedLinkCreatePolicyOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMPOLICIESSharedLinkCreatePolicySerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMPOLICIESSharedLinkCreatePolicySerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMPOLICIESSharedLinkCreatePolicySerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBTEAMPOLICIESSharedLinkCreatePolicyDefaultPublic: + result = prime * result + [[self tagName] hash]; + case DBTEAMPOLICIESSharedLinkCreatePolicyDefaultTeamOnly: + result = prime * result + [[self tagName] hash]; + case DBTEAMPOLICIESSharedLinkCreatePolicyTeamOnly: + result = prime * result + [[self tagName] hash]; + case DBTEAMPOLICIESSharedLinkCreatePolicyOther: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToSharedLinkCreatePolicy:other]; +} + +- (BOOL)isEqualToSharedLinkCreatePolicy:(DBTEAMPOLICIESSharedLinkCreatePolicy *)aSharedLinkCreatePolicy { + if (self == aSharedLinkCreatePolicy) { + return YES; + } + if (self.tag != aSharedLinkCreatePolicy.tag) { + return NO; + } + switch (_tag) { + case DBTEAMPOLICIESSharedLinkCreatePolicyDefaultPublic: + return [[self tagName] isEqual:[aSharedLinkCreatePolicy tagName]]; + case DBTEAMPOLICIESSharedLinkCreatePolicyDefaultTeamOnly: + return [[self tagName] isEqual:[aSharedLinkCreatePolicy tagName]]; + case DBTEAMPOLICIESSharedLinkCreatePolicyTeamOnly: + return [[self tagName] isEqual:[aSharedLinkCreatePolicy tagName]]; + case DBTEAMPOLICIESSharedLinkCreatePolicyOther: + return [[self tagName] isEqual:[aSharedLinkCreatePolicy tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMPOLICIESSharedLinkCreatePolicySerializer + ++ (NSDictionary *)serialize:(DBTEAMPOLICIESSharedLinkCreatePolicy *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isDefaultPublic]) { + jsonDict[@".tag"] = @"default_public"; + } else if ([valueObj isDefaultTeamOnly]) { + jsonDict[@".tag"] = @"default_team_only"; + } else if ([valueObj isTeamOnly]) { + jsonDict[@".tag"] = @"team_only"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMPOLICIESSharedLinkCreatePolicy *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"default_public"]) { + return [[DBTEAMPOLICIESSharedLinkCreatePolicy alloc] initWithDefaultPublic]; + } else if ([tag isEqualToString:@"default_team_only"]) { + return [[DBTEAMPOLICIESSharedLinkCreatePolicy alloc] initWithDefaultTeamOnly]; + } else if ([tag isEqualToString:@"team_only"]) { + return [[DBTEAMPOLICIESSharedLinkCreatePolicy alloc] initWithTeamOnly]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBTEAMPOLICIESSharedLinkCreatePolicy alloc] initWithOther]; + } else { + return [[DBTEAMPOLICIESSharedLinkCreatePolicy alloc] initWithOther]; + } +} + +@end + +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMPOLICIESSsoPolicy.h" + +#pragma mark - API Object + +@implementation DBTEAMPOLICIESSsoPolicy + +#pragma mark - Constructors + +- (instancetype)initWithDisabled { + self = [super init]; + if (self) { + _tag = DBTEAMPOLICIESSsoPolicyDisabled; + } + return self; +} + +- (instancetype)initWithOptional { + self = [super init]; + if (self) { + _tag = DBTEAMPOLICIESSsoPolicyOptional; + } + return self; +} + +- (instancetype)initWithRequired { + self = [super init]; + if (self) { + _tag = DBTEAMPOLICIESSsoPolicyRequired; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBTEAMPOLICIESSsoPolicyOther; + } + return self; +} + +#pragma mark - Instance field accessors + +#pragma mark - Tag state methods + +- (BOOL)isDisabled { + return _tag == DBTEAMPOLICIESSsoPolicyDisabled; +} + +- (BOOL)isOptional { + return _tag == DBTEAMPOLICIESSsoPolicyOptional; +} + +- (BOOL)isRequired { + return _tag == DBTEAMPOLICIESSsoPolicyRequired; +} + +- (BOOL)isOther { + return _tag == DBTEAMPOLICIESSsoPolicyOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBTEAMPOLICIESSsoPolicyDisabled: + return @"DBTEAMPOLICIESSsoPolicyDisabled"; + case DBTEAMPOLICIESSsoPolicyOptional: + return @"DBTEAMPOLICIESSsoPolicyOptional"; + case DBTEAMPOLICIESSsoPolicyRequired: + return @"DBTEAMPOLICIESSsoPolicyRequired"; + case DBTEAMPOLICIESSsoPolicyOther: + return @"DBTEAMPOLICIESSsoPolicyOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMPOLICIESSsoPolicySerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMPOLICIESSsoPolicySerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMPOLICIESSsoPolicySerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBTEAMPOLICIESSsoPolicyDisabled: + result = prime * result + [[self tagName] hash]; + case DBTEAMPOLICIESSsoPolicyOptional: + result = prime * result + [[self tagName] hash]; + case DBTEAMPOLICIESSsoPolicyRequired: + result = prime * result + [[self tagName] hash]; + case DBTEAMPOLICIESSsoPolicyOther: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToSsoPolicy:other]; +} + +- (BOOL)isEqualToSsoPolicy:(DBTEAMPOLICIESSsoPolicy *)aSsoPolicy { + if (self == aSsoPolicy) { + return YES; + } + if (self.tag != aSsoPolicy.tag) { + return NO; + } + switch (_tag) { + case DBTEAMPOLICIESSsoPolicyDisabled: + return [[self tagName] isEqual:[aSsoPolicy tagName]]; + case DBTEAMPOLICIESSsoPolicyOptional: + return [[self tagName] isEqual:[aSsoPolicy tagName]]; + case DBTEAMPOLICIESSsoPolicyRequired: + return [[self tagName] isEqual:[aSsoPolicy tagName]]; + case DBTEAMPOLICIESSsoPolicyOther: + return [[self tagName] isEqual:[aSsoPolicy tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMPOLICIESSsoPolicySerializer + ++ (NSDictionary *)serialize:(DBTEAMPOLICIESSsoPolicy *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isDisabled]) { + jsonDict[@".tag"] = @"disabled"; + } else if ([valueObj isOptional]) { + jsonDict[@".tag"] = @"optional"; + } else if ([valueObj isRequired]) { + jsonDict[@".tag"] = @"required"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMPOLICIESSsoPolicy *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"disabled"]) { + return [[DBTEAMPOLICIESSsoPolicy alloc] initWithDisabled]; + } else if ([tag isEqualToString:@"optional"]) { + return [[DBTEAMPOLICIESSsoPolicy alloc] initWithOptional]; + } else if ([tag isEqualToString:@"required"]) { + return [[DBTEAMPOLICIESSsoPolicy alloc] initWithRequired]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBTEAMPOLICIESSsoPolicy alloc] initWithOther]; + } else { + return [[DBTEAMPOLICIESSsoPolicy alloc] initWithOther]; + } +} + +@end + +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMPOLICIESEmmState.h" +#import "DBTEAMPOLICIESOfficeAddInPolicy.h" +#import "DBTEAMPOLICIESTeamMemberPolicies.h" +#import "DBTEAMPOLICIESTeamSharingPolicies.h" + +#pragma mark - API Object + +@implementation DBTEAMPOLICIESTeamMemberPolicies + +#pragma mark - Constructors + +- (instancetype)initWithSharing:(DBTEAMPOLICIESTeamSharingPolicies *)sharing + emmState:(DBTEAMPOLICIESEmmState *)emmState + officeAddin:(DBTEAMPOLICIESOfficeAddInPolicy *)officeAddin { + [DBStoneValidators nonnullValidator:nil](sharing); + [DBStoneValidators nonnullValidator:nil](emmState); + [DBStoneValidators nonnullValidator:nil](officeAddin); + + self = [super init]; + if (self) { + _sharing = sharing; + _emmState = emmState; + _officeAddin = officeAddin; + } + return self; +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMPOLICIESTeamMemberPoliciesSerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMPOLICIESTeamMemberPoliciesSerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMPOLICIESTeamMemberPoliciesSerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + result = prime * result + [self.sharing hash]; + result = prime * result + [self.emmState hash]; + result = prime * result + [self.officeAddin hash]; + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToTeamMemberPolicies:other]; +} + +- (BOOL)isEqualToTeamMemberPolicies:(DBTEAMPOLICIESTeamMemberPolicies *)aTeamMemberPolicies { + if (self == aTeamMemberPolicies) { + return YES; + } + if (![self.sharing isEqual:aTeamMemberPolicies.sharing]) { + return NO; + } + if (![self.emmState isEqual:aTeamMemberPolicies.emmState]) { + return NO; + } + if (![self.officeAddin isEqual:aTeamMemberPolicies.officeAddin]) { + return NO; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMPOLICIESTeamMemberPoliciesSerializer + ++ (NSDictionary *)serialize:(DBTEAMPOLICIESTeamMemberPolicies *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + jsonDict[@"sharing"] = [DBTEAMPOLICIESTeamSharingPoliciesSerializer serialize:valueObj.sharing]; + jsonDict[@"emm_state"] = [DBTEAMPOLICIESEmmStateSerializer serialize:valueObj.emmState]; + jsonDict[@"office_addin"] = [DBTEAMPOLICIESOfficeAddInPolicySerializer serialize:valueObj.officeAddin]; + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMPOLICIESTeamMemberPolicies *)deserialize:(NSDictionary *)valueDict { + DBTEAMPOLICIESTeamSharingPolicies *sharing = + [DBTEAMPOLICIESTeamSharingPoliciesSerializer deserialize:valueDict[@"sharing"]]; + DBTEAMPOLICIESEmmState *emmState = [DBTEAMPOLICIESEmmStateSerializer deserialize:valueDict[@"emm_state"]]; + DBTEAMPOLICIESOfficeAddInPolicy *officeAddin = + [DBTEAMPOLICIESOfficeAddInPolicySerializer deserialize:valueDict[@"office_addin"]]; + + return [[DBTEAMPOLICIESTeamMemberPolicies alloc] initWithSharing:sharing emmState:emmState officeAddin:officeAddin]; +} + +@end + +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMPOLICIESSharedFolderJoinPolicy.h" +#import "DBTEAMPOLICIESSharedFolderMemberPolicy.h" +#import "DBTEAMPOLICIESSharedLinkCreatePolicy.h" +#import "DBTEAMPOLICIESTeamSharingPolicies.h" + +#pragma mark - API Object + +@implementation DBTEAMPOLICIESTeamSharingPolicies + +#pragma mark - Constructors + +- (instancetype)initWithSharedFolderMemberPolicy:(DBTEAMPOLICIESSharedFolderMemberPolicy *)sharedFolderMemberPolicy sharedFolderJoinPolicy:(DBTEAMPOLICIESSharedFolderJoinPolicy *)sharedFolderJoinPolicy sharedLinkCreatePolicy:(DBTEAMPOLICIESSharedLinkCreatePolicy *)sharedLinkCreatePolicy { + [DBStoneValidators nonnullValidator:nil](sharedFolderMemberPolicy); + [DBStoneValidators nonnullValidator:nil](sharedFolderJoinPolicy); + [DBStoneValidators nonnullValidator:nil](sharedLinkCreatePolicy); self = [super init]; if (self) { @@ -1062,7 +2004,7 @@ - (instancetype)initWithSharedFolderMemberPolicy:(DBTEAMPOLICIESSharedFolderMemb #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBTEAMPOLICIESTeamSharingPoliciesSerializer serialize:instance]; } @@ -1141,7 +2083,7 @@ + (NSDictionary *)serialize:(DBTEAMPOLICIESTeamSharingPolicies *)valueObj { jsonDict[@"shared_link_create_policy"] = [DBTEAMPOLICIESSharedLinkCreatePolicySerializer serialize:valueObj.sharedLinkCreatePolicy]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBTEAMPOLICIESTeamSharingPolicies *)deserialize:(NSDictionary *)valueDict { @@ -1158,3 +2100,176 @@ + (DBTEAMPOLICIESTeamSharingPolicies *)deserialize:(NSDictionary *)valueDict { } @end + +#import "DBStoneSerializers.h" +#import "DBStoneValidators.h" +#import "DBTEAMPOLICIESTwoStepVerificationPolicy.h" + +#pragma mark - API Object + +@implementation DBTEAMPOLICIESTwoStepVerificationPolicy + +#pragma mark - Constructors + +- (instancetype)initWithRequireTfaEnable { + self = [super init]; + if (self) { + _tag = DBTEAMPOLICIESTwoStepVerificationPolicyRequireTfaEnable; + } + return self; +} + +- (instancetype)initWithRequireTfaDisable { + self = [super init]; + if (self) { + _tag = DBTEAMPOLICIESTwoStepVerificationPolicyRequireTfaDisable; + } + return self; +} + +- (instancetype)initWithOther { + self = [super init]; + if (self) { + _tag = DBTEAMPOLICIESTwoStepVerificationPolicyOther; + } + return self; +} + +#pragma mark - Instance field accessors + +#pragma mark - Tag state methods + +- (BOOL)isRequireTfaEnable { + return _tag == DBTEAMPOLICIESTwoStepVerificationPolicyRequireTfaEnable; +} + +- (BOOL)isRequireTfaDisable { + return _tag == DBTEAMPOLICIESTwoStepVerificationPolicyRequireTfaDisable; +} + +- (BOOL)isOther { + return _tag == DBTEAMPOLICIESTwoStepVerificationPolicyOther; +} + +- (NSString *)tagName { + switch (_tag) { + case DBTEAMPOLICIESTwoStepVerificationPolicyRequireTfaEnable: + return @"DBTEAMPOLICIESTwoStepVerificationPolicyRequireTfaEnable"; + case DBTEAMPOLICIESTwoStepVerificationPolicyRequireTfaDisable: + return @"DBTEAMPOLICIESTwoStepVerificationPolicyRequireTfaDisable"; + case DBTEAMPOLICIESTwoStepVerificationPolicyOther: + return @"DBTEAMPOLICIESTwoStepVerificationPolicyOther"; + } + + @throw([NSException exceptionWithName:@"InvalidTag" reason:@"Tag has an unknown value." userInfo:nil]); +} + +#pragma mark - Serialization methods + ++ (nullable NSDictionary *)serialize:(id)instance { + return [DBTEAMPOLICIESTwoStepVerificationPolicySerializer serialize:instance]; +} + ++ (id)deserialize:(NSDictionary *)dict { + return [DBTEAMPOLICIESTwoStepVerificationPolicySerializer deserialize:dict]; +} + +#pragma mark - Description method + +- (NSString *)description { + return [[DBTEAMPOLICIESTwoStepVerificationPolicySerializer serialize:self] description]; +} + +#pragma mark - Copyable method + +- (instancetype)copyWithZone:(NSZone *)zone { +#pragma unused(zone) + /// object is immutable + return self; +} + +#pragma mark - Hash method + +- (NSUInteger)hash { + NSUInteger prime = 31; + NSUInteger result = 1; + + switch (_tag) { + case DBTEAMPOLICIESTwoStepVerificationPolicyRequireTfaEnable: + result = prime * result + [[self tagName] hash]; + case DBTEAMPOLICIESTwoStepVerificationPolicyRequireTfaDisable: + result = prime * result + [[self tagName] hash]; + case DBTEAMPOLICIESTwoStepVerificationPolicyOther: + result = prime * result + [[self tagName] hash]; + } + + return prime * result; +} + +#pragma mark - Equality method + +- (BOOL)isEqual:(id)other { + if (other == self) { + return YES; + } + if (!other || ![other isKindOfClass:[self class]]) { + return NO; + } + return [self isEqualToTwoStepVerificationPolicy:other]; +} + +- (BOOL)isEqualToTwoStepVerificationPolicy:(DBTEAMPOLICIESTwoStepVerificationPolicy *)aTwoStepVerificationPolicy { + if (self == aTwoStepVerificationPolicy) { + return YES; + } + if (self.tag != aTwoStepVerificationPolicy.tag) { + return NO; + } + switch (_tag) { + case DBTEAMPOLICIESTwoStepVerificationPolicyRequireTfaEnable: + return [[self tagName] isEqual:[aTwoStepVerificationPolicy tagName]]; + case DBTEAMPOLICIESTwoStepVerificationPolicyRequireTfaDisable: + return [[self tagName] isEqual:[aTwoStepVerificationPolicy tagName]]; + case DBTEAMPOLICIESTwoStepVerificationPolicyOther: + return [[self tagName] isEqual:[aTwoStepVerificationPolicy tagName]]; + } + return YES; +} + +@end + +#pragma mark - Serializer Object + +@implementation DBTEAMPOLICIESTwoStepVerificationPolicySerializer + ++ (NSDictionary *)serialize:(DBTEAMPOLICIESTwoStepVerificationPolicy *)valueObj { + NSMutableDictionary *jsonDict = [[NSMutableDictionary alloc] init]; + + if ([valueObj isRequireTfaEnable]) { + jsonDict[@".tag"] = @"require_tfa_enable"; + } else if ([valueObj isRequireTfaDisable]) { + jsonDict[@".tag"] = @"require_tfa_disable"; + } else if ([valueObj isOther]) { + jsonDict[@".tag"] = @"other"; + } else { + jsonDict[@".tag"] = @"other"; + } + + return [jsonDict count] > 0 ? jsonDict : nil; +} + ++ (DBTEAMPOLICIESTwoStepVerificationPolicy *)deserialize:(NSDictionary *)valueDict { + NSString *tag = valueDict[@".tag"]; + + if ([tag isEqualToString:@"require_tfa_enable"]) { + return [[DBTEAMPOLICIESTwoStepVerificationPolicy alloc] initWithRequireTfaEnable]; + } else if ([tag isEqualToString:@"require_tfa_disable"]) { + return [[DBTEAMPOLICIESTwoStepVerificationPolicy alloc] initWithRequireTfaDisable]; + } else if ([tag isEqualToString:@"other"]) { + return [[DBTEAMPOLICIESTwoStepVerificationPolicy alloc] initWithOther]; + } else { + return [[DBTEAMPOLICIESTwoStepVerificationPolicy alloc] initWithOther]; + } +} + +@end diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESEmmState.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESEmmState.h index 28308736..2c4631df 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESEmmState.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESEmmState.h @@ -28,13 +28,13 @@ NS_ASSUME_NONNULL_BEGIN /// The `DBTEAMPOLICIESEmmStateTag` enum type represents the possible tag states /// with which the `DBTEAMPOLICIESEmmState` union can exist. typedef NS_ENUM(NSInteger, DBTEAMPOLICIESEmmStateTag) { - /// Emm token is disabled + /// Emm token is disabled. DBTEAMPOLICIESEmmStateDisabled, - /// Emm token is optional + /// Emm token is optional. DBTEAMPOLICIESEmmStateOptional, - /// Emm token is required + /// Emm token is required. DBTEAMPOLICIESEmmStateRequired, /// (no description). @@ -50,7 +50,7 @@ typedef NS_ENUM(NSInteger, DBTEAMPOLICIESEmmStateTag) { /// /// Initializes union class with tag state of "disabled". /// -/// Description of the "disabled" tag state: Emm token is disabled +/// Description of the "disabled" tag state: Emm token is disabled. /// /// @return An initialized instance. /// @@ -59,7 +59,7 @@ typedef NS_ENUM(NSInteger, DBTEAMPOLICIESEmmStateTag) { /// /// Initializes union class with tag state of "optional". /// -/// Description of the "optional" tag state: Emm token is optional +/// Description of the "optional" tag state: Emm token is optional. /// /// @return An initialized instance. /// @@ -68,7 +68,7 @@ typedef NS_ENUM(NSInteger, DBTEAMPOLICIESEmmStateTag) { /// /// Initializes union class with tag state of "required". /// -/// Description of the "required" tag state: Emm token is required +/// Description of the "required" tag state: Emm token is required. /// /// @return An initialized instance. /// @@ -137,7 +137,7 @@ typedef NS_ENUM(NSInteger, DBTEAMPOLICIESEmmStateTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMPOLICIESEmmState` API object. /// -+ (NSDictionary *)serialize:(DBTEAMPOLICIESEmmState *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMPOLICIESEmmState *)instance; /// /// Deserializes `DBTEAMPOLICIESEmmState` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESOfficeAddInPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESOfficeAddInPolicy.h index 9e1ae914..af039168 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESOfficeAddInPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESOfficeAddInPolicy.h @@ -28,10 +28,10 @@ NS_ASSUME_NONNULL_BEGIN /// The `DBTEAMPOLICIESOfficeAddInPolicyTag` enum type represents the possible /// tag states with which the `DBTEAMPOLICIESOfficeAddInPolicy` union can exist. typedef NS_ENUM(NSInteger, DBTEAMPOLICIESOfficeAddInPolicyTag) { - /// Office Add-In is disabled + /// Office Add-In is disabled. DBTEAMPOLICIESOfficeAddInPolicyDisabled, - /// Office Add-In is enabled + /// Office Add-In is enabled. DBTEAMPOLICIESOfficeAddInPolicyEnabled, /// (no description). @@ -47,7 +47,7 @@ typedef NS_ENUM(NSInteger, DBTEAMPOLICIESOfficeAddInPolicyTag) { /// /// Initializes union class with tag state of "disabled". /// -/// Description of the "disabled" tag state: Office Add-In is disabled +/// Description of the "disabled" tag state: Office Add-In is disabled. /// /// @return An initialized instance. /// @@ -56,7 +56,7 @@ typedef NS_ENUM(NSInteger, DBTEAMPOLICIESOfficeAddInPolicyTag) { /// /// Initializes union class with tag state of "enabled". /// -/// Description of the "enabled" tag state: Office Add-In is enabled +/// Description of the "enabled" tag state: Office Add-In is enabled. /// /// @return An initialized instance. /// @@ -119,7 +119,7 @@ typedef NS_ENUM(NSInteger, DBTEAMPOLICIESOfficeAddInPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMPOLICIESOfficeAddInPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMPOLICIESOfficeAddInPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMPOLICIESOfficeAddInPolicy *)instance; /// /// Deserializes `DBTEAMPOLICIESOfficeAddInPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDeploymentPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESPaperDeploymentPolicy.h similarity index 53% rename from Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDeploymentPolicy.h rename to Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESPaperDeploymentPolicy.h index 06711928..3249ffe3 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDeploymentPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESPaperDeploymentPolicy.h @@ -8,7 +8,7 @@ #import "DBSerializableProtocol.h" -@class DBTEAMLOGPaperDeploymentPolicy; +@class DBTEAMPOLICIESPaperDeploymentPolicy; NS_ASSUME_NONNULL_BEGIN @@ -21,42 +21,50 @@ NS_ASSUME_NONNULL_BEGIN /// deserialize instance methods), which is required for all Obj-C SDK API route /// objects. /// -@interface DBTEAMLOGPaperDeploymentPolicy : NSObject +@interface DBTEAMPOLICIESPaperDeploymentPolicy : NSObject #pragma mark - Instance fields -/// The `DBTEAMLOGPaperDeploymentPolicyTag` enum type represents the possible -/// tag states with which the `DBTEAMLOGPaperDeploymentPolicy` union can exist. -typedef NS_ENUM(NSInteger, DBTEAMLOGPaperDeploymentPolicyTag) { - /// (no description). - DBTEAMLOGPaperDeploymentPolicyPartial, +/// The `DBTEAMPOLICIESPaperDeploymentPolicyTag` enum type represents the +/// possible tag states with which the `DBTEAMPOLICIESPaperDeploymentPolicy` +/// union can exist. +typedef NS_ENUM(NSInteger, DBTEAMPOLICIESPaperDeploymentPolicyTag) { + /// All team members have access to Paper. + DBTEAMPOLICIESPaperDeploymentPolicyFull, - /// (no description). - DBTEAMLOGPaperDeploymentPolicyFull, + /// Only whitelisted team members can access Paper. To see which user is + /// whitelisted, check 'is_paper_whitelisted' on 'account/info'. + DBTEAMPOLICIESPaperDeploymentPolicyPartial, /// (no description). - DBTEAMLOGPaperDeploymentPolicyOther, + DBTEAMPOLICIESPaperDeploymentPolicyOther, }; /// Represents the union's current tag state. -@property (nonatomic, readonly) DBTEAMLOGPaperDeploymentPolicyTag tag; +@property (nonatomic, readonly) DBTEAMPOLICIESPaperDeploymentPolicyTag tag; #pragma mark - Constructors /// -/// Initializes union class with tag state of "partial". +/// Initializes union class with tag state of "full". +/// +/// Description of the "full" tag state: All team members have access to Paper. /// /// @return An initialized instance. /// -- (instancetype)initWithPartial; +- (instancetype)initWithFull; /// -/// Initializes union class with tag state of "full". +/// Initializes union class with tag state of "partial". +/// +/// Description of the "partial" tag state: Only whitelisted team members can +/// access Paper. To see which user is whitelisted, check 'is_paper_whitelisted' +/// on 'account/info'. /// /// @return An initialized instance. /// -- (instancetype)initWithFull; +- (instancetype)initWithPartial; /// /// Initializes union class with tag state of "other". @@ -70,18 +78,18 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGPaperDeploymentPolicyTag) { #pragma mark - Tag state methods /// -/// Retrieves whether the union's current tag state has value "partial". +/// Retrieves whether the union's current tag state has value "full". /// -/// @return Whether the union's current tag state has value "partial". +/// @return Whether the union's current tag state has value "full". /// -- (BOOL)isPartial; +- (BOOL)isFull; /// -/// Retrieves whether the union's current tag state has value "full". +/// Retrieves whether the union's current tag state has value "partial". /// -/// @return Whether the union's current tag state has value "full". +/// @return Whether the union's current tag state has value "partial". /// -- (BOOL)isFull; +- (BOOL)isPartial; /// /// Retrieves whether the union's current tag state has value "other". @@ -102,30 +110,31 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGPaperDeploymentPolicyTag) { #pragma mark - Serializer Object /// -/// The serialization class for the `DBTEAMLOGPaperDeploymentPolicy` union. +/// The serialization class for the `DBTEAMPOLICIESPaperDeploymentPolicy` union. /// -@interface DBTEAMLOGPaperDeploymentPolicySerializer : NSObject +@interface DBTEAMPOLICIESPaperDeploymentPolicySerializer : NSObject /// -/// Serializes `DBTEAMLOGPaperDeploymentPolicy` instances. +/// Serializes `DBTEAMPOLICIESPaperDeploymentPolicy` instances. /// -/// @param instance An instance of the `DBTEAMLOGPaperDeploymentPolicy` API +/// @param instance An instance of the `DBTEAMPOLICIESPaperDeploymentPolicy` API /// object. /// /// @return A json-compatible dictionary representation of the -/// `DBTEAMLOGPaperDeploymentPolicy` API object. +/// `DBTEAMPOLICIESPaperDeploymentPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGPaperDeploymentPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMPOLICIESPaperDeploymentPolicy *)instance; /// -/// Deserializes `DBTEAMLOGPaperDeploymentPolicy` instances. +/// Deserializes `DBTEAMPOLICIESPaperDeploymentPolicy` instances. /// /// @param dict A json-compatible dictionary representation of the -/// `DBTEAMLOGPaperDeploymentPolicy` API object. +/// `DBTEAMPOLICIESPaperDeploymentPolicy` API object. /// -/// @return An instantiation of the `DBTEAMLOGPaperDeploymentPolicy` object. +/// @return An instantiation of the `DBTEAMPOLICIESPaperDeploymentPolicy` +/// object. /// -+ (DBTEAMLOGPaperDeploymentPolicy *)deserialize:(NSDictionary *)dict; ++ (DBTEAMPOLICIESPaperDeploymentPolicy *)deserialize:(NSDictionary *)dict; @end diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESPaperEnabledPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESPaperEnabledPolicy.h new file mode 100644 index 00000000..8ec44bb2 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESPaperEnabledPolicy.h @@ -0,0 +1,156 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBTEAMPOLICIESPaperEnabledPolicy; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `PaperEnabledPolicy` union. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBTEAMPOLICIESPaperEnabledPolicy : NSObject + +#pragma mark - Instance fields + +/// The `DBTEAMPOLICIESPaperEnabledPolicyTag` enum type represents the possible +/// tag states with which the `DBTEAMPOLICIESPaperEnabledPolicy` union can +/// exist. +typedef NS_ENUM(NSInteger, DBTEAMPOLICIESPaperEnabledPolicyTag) { + /// Paper is disabled. + DBTEAMPOLICIESPaperEnabledPolicyDisabled, + + /// Paper is enabled. + DBTEAMPOLICIESPaperEnabledPolicyEnabled, + + /// Unspecified policy. + DBTEAMPOLICIESPaperEnabledPolicyUnspecified, + + /// (no description). + DBTEAMPOLICIESPaperEnabledPolicyOther, + +}; + +/// Represents the union's current tag state. +@property (nonatomic, readonly) DBTEAMPOLICIESPaperEnabledPolicyTag tag; + +#pragma mark - Constructors + +/// +/// Initializes union class with tag state of "disabled". +/// +/// Description of the "disabled" tag state: Paper is disabled. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithDisabled; + +/// +/// Initializes union class with tag state of "enabled". +/// +/// Description of the "enabled" tag state: Paper is enabled. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithEnabled; + +/// +/// Initializes union class with tag state of "unspecified". +/// +/// Description of the "unspecified" tag state: Unspecified policy. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithUnspecified; + +/// +/// Initializes union class with tag state of "other". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOther; + +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - Tag state methods + +/// +/// Retrieves whether the union's current tag state has value "disabled". +/// +/// @return Whether the union's current tag state has value "disabled". +/// +- (BOOL)isDisabled; + +/// +/// Retrieves whether the union's current tag state has value "enabled". +/// +/// @return Whether the union's current tag state has value "enabled". +/// +- (BOOL)isEnabled; + +/// +/// Retrieves whether the union's current tag state has value "unspecified". +/// +/// @return Whether the union's current tag state has value "unspecified". +/// +- (BOOL)isUnspecified; + +/// +/// Retrieves whether the union's current tag state has value "other". +/// +/// @return Whether the union's current tag state has value "other". +/// +- (BOOL)isOther; + +/// +/// Retrieves string value of union's current tag state. +/// +/// @return A human-readable string representing the union's current tag state. +/// +- (NSString *)tagName; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `DBTEAMPOLICIESPaperEnabledPolicy` union. +/// +@interface DBTEAMPOLICIESPaperEnabledPolicySerializer : NSObject + +/// +/// Serializes `DBTEAMPOLICIESPaperEnabledPolicy` instances. +/// +/// @param instance An instance of the `DBTEAMPOLICIESPaperEnabledPolicy` API +/// object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBTEAMPOLICIESPaperEnabledPolicy` API object. +/// ++ (nullable NSDictionary *)serialize:(DBTEAMPOLICIESPaperEnabledPolicy *)instance; + +/// +/// Deserializes `DBTEAMPOLICIESPaperEnabledPolicy` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBTEAMPOLICIESPaperEnabledPolicy` API object. +/// +/// @return An instantiation of the `DBTEAMPOLICIESPaperEnabledPolicy` object. +/// ++ (DBTEAMPOLICIESPaperEnabledPolicy *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESPasswordStrengthPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESPasswordStrengthPolicy.h new file mode 100644 index 00000000..4a1d2b9e --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESPasswordStrengthPolicy.h @@ -0,0 +1,164 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBTEAMPOLICIESPasswordStrengthPolicy; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `PasswordStrengthPolicy` union. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBTEAMPOLICIESPasswordStrengthPolicy : NSObject + +#pragma mark - Instance fields + +/// The `DBTEAMPOLICIESPasswordStrengthPolicyTag` enum type represents the +/// possible tag states with which the `DBTEAMPOLICIESPasswordStrengthPolicy` +/// union can exist. +typedef NS_ENUM(NSInteger, DBTEAMPOLICIESPasswordStrengthPolicyTag) { + /// User passwords will adhere to the minimal password strength policy. + DBTEAMPOLICIESPasswordStrengthPolicyMinimalRequirements, + + /// User passwords will adhere to the moderate password strength policy. + DBTEAMPOLICIESPasswordStrengthPolicyModeratePassword, + + /// User passwords will adhere to the very strong password strength policy. + DBTEAMPOLICIESPasswordStrengthPolicyStrongPassword, + + /// (no description). + DBTEAMPOLICIESPasswordStrengthPolicyOther, + +}; + +/// Represents the union's current tag state. +@property (nonatomic, readonly) DBTEAMPOLICIESPasswordStrengthPolicyTag tag; + +#pragma mark - Constructors + +/// +/// Initializes union class with tag state of "minimal_requirements". +/// +/// Description of the "minimal_requirements" tag state: User passwords will +/// adhere to the minimal password strength policy. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithMinimalRequirements; + +/// +/// Initializes union class with tag state of "moderate_password". +/// +/// Description of the "moderate_password" tag state: User passwords will adhere +/// to the moderate password strength policy. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithModeratePassword; + +/// +/// Initializes union class with tag state of "strong_password". +/// +/// Description of the "strong_password" tag state: User passwords will adhere +/// to the very strong password strength policy. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithStrongPassword; + +/// +/// Initializes union class with tag state of "other". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOther; + +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - Tag state methods + +/// +/// Retrieves whether the union's current tag state has value +/// "minimal_requirements". +/// +/// @return Whether the union's current tag state has value +/// "minimal_requirements". +/// +- (BOOL)isMinimalRequirements; + +/// +/// Retrieves whether the union's current tag state has value +/// "moderate_password". +/// +/// @return Whether the union's current tag state has value "moderate_password". +/// +- (BOOL)isModeratePassword; + +/// +/// Retrieves whether the union's current tag state has value "strong_password". +/// +/// @return Whether the union's current tag state has value "strong_password". +/// +- (BOOL)isStrongPassword; + +/// +/// Retrieves whether the union's current tag state has value "other". +/// +/// @return Whether the union's current tag state has value "other". +/// +- (BOOL)isOther; + +/// +/// Retrieves string value of union's current tag state. +/// +/// @return A human-readable string representing the union's current tag state. +/// +- (NSString *)tagName; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `DBTEAMPOLICIESPasswordStrengthPolicy` +/// union. +/// +@interface DBTEAMPOLICIESPasswordStrengthPolicySerializer : NSObject + +/// +/// Serializes `DBTEAMPOLICIESPasswordStrengthPolicy` instances. +/// +/// @param instance An instance of the `DBTEAMPOLICIESPasswordStrengthPolicy` +/// API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBTEAMPOLICIESPasswordStrengthPolicy` API object. +/// ++ (nullable NSDictionary *)serialize:(DBTEAMPOLICIESPasswordStrengthPolicy *)instance; + +/// +/// Deserializes `DBTEAMPOLICIESPasswordStrengthPolicy` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBTEAMPOLICIESPasswordStrengthPolicy` API object. +/// +/// @return An instantiation of the `DBTEAMPOLICIESPasswordStrengthPolicy` +/// object. +/// ++ (DBTEAMPOLICIESPasswordStrengthPolicy *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESRolloutMethod.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESRolloutMethod.h new file mode 100644 index 00000000..c55fb362 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESRolloutMethod.h @@ -0,0 +1,143 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBTEAMPOLICIESRolloutMethod; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `RolloutMethod` union. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBTEAMPOLICIESRolloutMethod : NSObject + +#pragma mark - Instance fields + +/// The `DBTEAMPOLICIESRolloutMethodTag` enum type represents the possible tag +/// states with which the `DBTEAMPOLICIESRolloutMethod` union can exist. +typedef NS_ENUM(NSInteger, DBTEAMPOLICIESRolloutMethodTag) { + /// Unlink all. + DBTEAMPOLICIESRolloutMethodUnlinkAll, + + /// Unlink devices with the most inactivity. + DBTEAMPOLICIESRolloutMethodUnlinkMostInactive, + + /// Add member to Exceptions. + DBTEAMPOLICIESRolloutMethodAddMemberToExceptions, + +}; + +/// Represents the union's current tag state. +@property (nonatomic, readonly) DBTEAMPOLICIESRolloutMethodTag tag; + +#pragma mark - Constructors + +/// +/// Initializes union class with tag state of "unlink_all". +/// +/// Description of the "unlink_all" tag state: Unlink all. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithUnlinkAll; + +/// +/// Initializes union class with tag state of "unlink_most_inactive". +/// +/// Description of the "unlink_most_inactive" tag state: Unlink devices with the +/// most inactivity. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithUnlinkMostInactive; + +/// +/// Initializes union class with tag state of "add_member_to_exceptions". +/// +/// Description of the "add_member_to_exceptions" tag state: Add member to +/// Exceptions. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithAddMemberToExceptions; + +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - Tag state methods + +/// +/// Retrieves whether the union's current tag state has value "unlink_all". +/// +/// @return Whether the union's current tag state has value "unlink_all". +/// +- (BOOL)isUnlinkAll; + +/// +/// Retrieves whether the union's current tag state has value +/// "unlink_most_inactive". +/// +/// @return Whether the union's current tag state has value +/// "unlink_most_inactive". +/// +- (BOOL)isUnlinkMostInactive; + +/// +/// Retrieves whether the union's current tag state has value +/// "add_member_to_exceptions". +/// +/// @return Whether the union's current tag state has value +/// "add_member_to_exceptions". +/// +- (BOOL)isAddMemberToExceptions; + +/// +/// Retrieves string value of union's current tag state. +/// +/// @return A human-readable string representing the union's current tag state. +/// +- (NSString *)tagName; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `DBTEAMPOLICIESRolloutMethod` union. +/// +@interface DBTEAMPOLICIESRolloutMethodSerializer : NSObject + +/// +/// Serializes `DBTEAMPOLICIESRolloutMethod` instances. +/// +/// @param instance An instance of the `DBTEAMPOLICIESRolloutMethod` API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBTEAMPOLICIESRolloutMethod` API object. +/// ++ (nullable NSDictionary *)serialize:(DBTEAMPOLICIESRolloutMethod *)instance; + +/// +/// Deserializes `DBTEAMPOLICIESRolloutMethod` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBTEAMPOLICIESRolloutMethod` API object. +/// +/// @return An instantiation of the `DBTEAMPOLICIESRolloutMethod` object. +/// ++ (DBTEAMPOLICIESRolloutMethod *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESSharedFolderJoinPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESSharedFolderJoinPolicy.h index 340077cb..3f8014cf 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESSharedFolderJoinPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESSharedFolderJoinPolicy.h @@ -126,7 +126,7 @@ typedef NS_ENUM(NSInteger, DBTEAMPOLICIESSharedFolderJoinPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMPOLICIESSharedFolderJoinPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMPOLICIESSharedFolderJoinPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMPOLICIESSharedFolderJoinPolicy *)instance; /// /// Deserializes `DBTEAMPOLICIESSharedFolderJoinPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESSharedFolderMemberPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESSharedFolderMemberPolicy.h index d10fba51..1811ccf8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESSharedFolderMemberPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESSharedFolderMemberPolicy.h @@ -125,7 +125,7 @@ typedef NS_ENUM(NSInteger, DBTEAMPOLICIESSharedFolderMemberPolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMPOLICIESSharedFolderMemberPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMPOLICIESSharedFolderMemberPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMPOLICIESSharedFolderMemberPolicy *)instance; /// /// Deserializes `DBTEAMPOLICIESSharedFolderMemberPolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESSharedLinkCreatePolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESSharedLinkCreatePolicy.h index 151d8e06..17fe8bdc 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESSharedLinkCreatePolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESSharedLinkCreatePolicy.h @@ -153,7 +153,7 @@ typedef NS_ENUM(NSInteger, DBTEAMPOLICIESSharedLinkCreatePolicyTag) { /// @return A json-compatible dictionary representation of the /// `DBTEAMPOLICIESSharedLinkCreatePolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMPOLICIESSharedLinkCreatePolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMPOLICIESSharedLinkCreatePolicy *)instance; /// /// Deserializes `DBTEAMPOLICIESSharedLinkCreatePolicy` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESSsoPolicy.h similarity index 57% rename from Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoPolicy.h rename to Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESSsoPolicy.h index f8a3b043..0feebd77 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoPolicy.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESSsoPolicy.h @@ -8,7 +8,7 @@ #import "DBSerializableProtocol.h" -@class DBTEAMLOGSsoPolicy; +@class DBTEAMPOLICIESSsoPolicy; NS_ASSUME_NONNULL_BEGIN @@ -17,41 +17,43 @@ NS_ASSUME_NONNULL_BEGIN /// /// The `SsoPolicy` union. /// -/// SSO policy -/// /// This class implements the `DBSerializable` protocol (serialize and /// deserialize instance methods), which is required for all Obj-C SDK API route /// objects. /// -@interface DBTEAMLOGSsoPolicy : NSObject +@interface DBTEAMPOLICIESSsoPolicy : NSObject #pragma mark - Instance fields -/// The `DBTEAMLOGSsoPolicyTag` enum type represents the possible tag states -/// with which the `DBTEAMLOGSsoPolicy` union can exist. -typedef NS_ENUM(NSInteger, DBTEAMLOGSsoPolicyTag) { - /// (no description). - DBTEAMLOGSsoPolicyDisabled, +/// The `DBTEAMPOLICIESSsoPolicyTag` enum type represents the possible tag +/// states with which the `DBTEAMPOLICIESSsoPolicy` union can exist. +typedef NS_ENUM(NSInteger, DBTEAMPOLICIESSsoPolicyTag) { + /// Users will be able to sign in with their Dropbox credentials. + DBTEAMPOLICIESSsoPolicyDisabled, - /// (no description). - DBTEAMLOGSsoPolicyOptional, + /// Users will be able to sign in with either their Dropbox or single + /// sign-on credentials. + DBTEAMPOLICIESSsoPolicyOptional, - /// (no description). - DBTEAMLOGSsoPolicyRequired, + /// Users will be required to sign in with their single sign-on credentials. + DBTEAMPOLICIESSsoPolicyRequired, /// (no description). - DBTEAMLOGSsoPolicyOther, + DBTEAMPOLICIESSsoPolicyOther, }; /// Represents the union's current tag state. -@property (nonatomic, readonly) DBTEAMLOGSsoPolicyTag tag; +@property (nonatomic, readonly) DBTEAMPOLICIESSsoPolicyTag tag; #pragma mark - Constructors /// /// Initializes union class with tag state of "disabled". /// +/// Description of the "disabled" tag state: Users will be able to sign in with +/// their Dropbox credentials. +/// /// @return An initialized instance. /// - (instancetype)initWithDisabled; @@ -59,6 +61,9 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGSsoPolicyTag) { /// /// Initializes union class with tag state of "optional". /// +/// Description of the "optional" tag state: Users will be able to sign in with +/// either their Dropbox or single sign-on credentials. +/// /// @return An initialized instance. /// - (instancetype)initWithOptional; @@ -66,6 +71,9 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGSsoPolicyTag) { /// /// Initializes union class with tag state of "required". /// +/// Description of the "required" tag state: Users will be required to sign in +/// with their single sign-on credentials. +/// /// @return An initialized instance. /// - (instancetype)initWithRequired; @@ -121,29 +129,29 @@ typedef NS_ENUM(NSInteger, DBTEAMLOGSsoPolicyTag) { #pragma mark - Serializer Object /// -/// The serialization class for the `DBTEAMLOGSsoPolicy` union. +/// The serialization class for the `DBTEAMPOLICIESSsoPolicy` union. /// -@interface DBTEAMLOGSsoPolicySerializer : NSObject +@interface DBTEAMPOLICIESSsoPolicySerializer : NSObject /// -/// Serializes `DBTEAMLOGSsoPolicy` instances. +/// Serializes `DBTEAMPOLICIESSsoPolicy` instances. /// -/// @param instance An instance of the `DBTEAMLOGSsoPolicy` API object. +/// @param instance An instance of the `DBTEAMPOLICIESSsoPolicy` API object. /// /// @return A json-compatible dictionary representation of the -/// `DBTEAMLOGSsoPolicy` API object. +/// `DBTEAMPOLICIESSsoPolicy` API object. /// -+ (NSDictionary *)serialize:(DBTEAMLOGSsoPolicy *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMPOLICIESSsoPolicy *)instance; /// -/// Deserializes `DBTEAMLOGSsoPolicy` instances. +/// Deserializes `DBTEAMPOLICIESSsoPolicy` instances. /// /// @param dict A json-compatible dictionary representation of the -/// `DBTEAMLOGSsoPolicy` API object. +/// `DBTEAMPOLICIESSsoPolicy` API object. /// -/// @return An instantiation of the `DBTEAMLOGSsoPolicy` object. +/// @return An instantiation of the `DBTEAMPOLICIESSsoPolicy` object. /// -+ (DBTEAMLOGSsoPolicy *)deserialize:(NSDictionary *)dict; ++ (DBTEAMPOLICIESSsoPolicy *)deserialize:(NSDictionary *)dict; @end diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESTeamMemberPolicies.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESTeamMemberPolicies.h index cff9288a..9099a7d6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESTeamMemberPolicies.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESTeamMemberPolicies.h @@ -84,7 +84,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMPOLICIESTeamMemberPolicies` API object. /// -+ (NSDictionary *)serialize:(DBTEAMPOLICIESTeamMemberPolicies *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMPOLICIESTeamMemberPolicies *)instance; /// /// Deserializes `DBTEAMPOLICIESTeamMemberPolicies` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESTeamSharingPolicies.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESTeamSharingPolicies.h index 0f2552ec..62cbb1da 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESTeamSharingPolicies.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESTeamSharingPolicies.h @@ -75,7 +75,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBTEAMPOLICIESTeamSharingPolicies` API object. /// -+ (NSDictionary *)serialize:(DBTEAMPOLICIESTeamSharingPolicies *)instance; ++ (nullable NSDictionary *)serialize:(DBTEAMPOLICIESTeamSharingPolicies *)instance; /// /// Deserializes `DBTEAMPOLICIESTeamSharingPolicies` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESTwoStepVerificationPolicy.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESTwoStepVerificationPolicy.h new file mode 100644 index 00000000..b51baac3 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESTwoStepVerificationPolicy.h @@ -0,0 +1,145 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBSerializableProtocol.h" + +@class DBTEAMPOLICIESTwoStepVerificationPolicy; + +NS_ASSUME_NONNULL_BEGIN + +#pragma mark - API Object + +/// +/// The `TwoStepVerificationPolicy` union. +/// +/// This class implements the `DBSerializable` protocol (serialize and +/// deserialize instance methods), which is required for all Obj-C SDK API route +/// objects. +/// +@interface DBTEAMPOLICIESTwoStepVerificationPolicy : NSObject + +#pragma mark - Instance fields + +/// The `DBTEAMPOLICIESTwoStepVerificationPolicyTag` enum type represents the +/// possible tag states with which the `DBTEAMPOLICIESTwoStepVerificationPolicy` +/// union can exist. +typedef NS_ENUM(NSInteger, DBTEAMPOLICIESTwoStepVerificationPolicyTag) { + /// Enabled require two factor authorization. + DBTEAMPOLICIESTwoStepVerificationPolicyRequireTfaEnable, + + /// Disabled require two factor authorization. + DBTEAMPOLICIESTwoStepVerificationPolicyRequireTfaDisable, + + /// (no description). + DBTEAMPOLICIESTwoStepVerificationPolicyOther, + +}; + +/// Represents the union's current tag state. +@property (nonatomic, readonly) DBTEAMPOLICIESTwoStepVerificationPolicyTag tag; + +#pragma mark - Constructors + +/// +/// Initializes union class with tag state of "require_tfa_enable". +/// +/// Description of the "require_tfa_enable" tag state: Enabled require two +/// factor authorization. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithRequireTfaEnable; + +/// +/// Initializes union class with tag state of "require_tfa_disable". +/// +/// Description of the "require_tfa_disable" tag state: Disabled require two +/// factor authorization. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithRequireTfaDisable; + +/// +/// Initializes union class with tag state of "other". +/// +/// @return An initialized instance. +/// +- (instancetype)initWithOther; + +- (instancetype)init NS_UNAVAILABLE; + +#pragma mark - Tag state methods + +/// +/// Retrieves whether the union's current tag state has value +/// "require_tfa_enable". +/// +/// @return Whether the union's current tag state has value +/// "require_tfa_enable". +/// +- (BOOL)isRequireTfaEnable; + +/// +/// Retrieves whether the union's current tag state has value +/// "require_tfa_disable". +/// +/// @return Whether the union's current tag state has value +/// "require_tfa_disable". +/// +- (BOOL)isRequireTfaDisable; + +/// +/// Retrieves whether the union's current tag state has value "other". +/// +/// @return Whether the union's current tag state has value "other". +/// +- (BOOL)isOther; + +/// +/// Retrieves string value of union's current tag state. +/// +/// @return A human-readable string representing the union's current tag state. +/// +- (NSString *)tagName; + +@end + +#pragma mark - Serializer Object + +/// +/// The serialization class for the `DBTEAMPOLICIESTwoStepVerificationPolicy` +/// union. +/// +@interface DBTEAMPOLICIESTwoStepVerificationPolicySerializer : NSObject + +/// +/// Serializes `DBTEAMPOLICIESTwoStepVerificationPolicy` instances. +/// +/// @param instance An instance of the `DBTEAMPOLICIESTwoStepVerificationPolicy` +/// API object. +/// +/// @return A json-compatible dictionary representation of the +/// `DBTEAMPOLICIESTwoStepVerificationPolicy` API object. +/// ++ (nullable NSDictionary *)serialize:(DBTEAMPOLICIESTwoStepVerificationPolicy *)instance; + +/// +/// Deserializes `DBTEAMPOLICIESTwoStepVerificationPolicy` instances. +/// +/// @param dict A json-compatible dictionary representation of the +/// `DBTEAMPOLICIESTwoStepVerificationPolicy` API object. +/// +/// @return An instantiation of the `DBTEAMPOLICIESTwoStepVerificationPolicy` +/// object. +/// ++ (DBTEAMPOLICIESTwoStepVerificationPolicy *)deserialize:(NSDictionary *)dict; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/DBUsersObjects.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/DBUsersObjects.m index 1a4eef39..6a8a8af0 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/DBUsersObjects.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/DBUsersObjects.m @@ -23,7 +23,11 @@ - (instancetype)initWithAccountId:(NSString *)accountId emailVerified:(NSNumber *)emailVerified disabled:(NSNumber *)disabled profilePhotoUrl:(NSString *)profilePhotoUrl { - [DBStoneValidators stringValidator:@(40) maxLength:@(40) pattern:nil](accountId); + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:@(40) maxLength:@(40) pattern:nil]](accountId); + [DBStoneValidators nonnullValidator:nil](name); + [DBStoneValidators nonnullValidator:nil](email); + [DBStoneValidators nonnullValidator:nil](emailVerified); + [DBStoneValidators nonnullValidator:nil](disabled); self = [super init]; if (self) { @@ -52,7 +56,7 @@ - (instancetype)initWithAccountId:(NSString *)accountId #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBUSERSAccountSerializer serialize:instance]; } @@ -85,7 +89,7 @@ - (NSUInteger)hash { result = prime * result + [self.email hash]; result = prime * result + [self.emailVerified hash]; result = prime * result + [self.disabled hash]; - if (self.profilePhotoUrl) { + if (self.profilePhotoUrl != nil) { result = prime * result + [self.profilePhotoUrl hash]; } @@ -149,7 +153,7 @@ + (NSDictionary *)serialize:(DBUSERSAccount *)valueObj { jsonDict[@"profile_photo_url"] = valueObj.profilePhotoUrl; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBUSERSAccount *)deserialize:(NSDictionary *)valueDict { @@ -190,7 +194,12 @@ - (instancetype)initWithAccountId:(NSString *)accountId isTeammate:(NSNumber *)isTeammate profilePhotoUrl:(NSString *)profilePhotoUrl teamMemberId:(NSString *)teamMemberId { - [DBStoneValidators stringValidator:@(40) maxLength:@(40) pattern:nil](accountId); + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:@(40) maxLength:@(40) pattern:nil]](accountId); + [DBStoneValidators nonnullValidator:nil](name); + [DBStoneValidators nonnullValidator:nil](email); + [DBStoneValidators nonnullValidator:nil](emailVerified); + [DBStoneValidators nonnullValidator:nil](disabled); + [DBStoneValidators nonnullValidator:nil](isTeammate); self = [super initWithAccountId:accountId name:name @@ -223,7 +232,7 @@ - (instancetype)initWithAccountId:(NSString *)accountId #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBUSERSBasicAccountSerializer serialize:instance]; } @@ -257,10 +266,10 @@ - (NSUInteger)hash { result = prime * result + [self.emailVerified hash]; result = prime * result + [self.disabled hash]; result = prime * result + [self.isTeammate hash]; - if (self.profilePhotoUrl) { + if (self.profilePhotoUrl != nil) { result = prime * result + [self.profilePhotoUrl hash]; } - if (self.teamMemberId) { + if (self.teamMemberId != nil) { result = prime * result + [self.teamMemberId hash]; } @@ -336,7 +345,7 @@ + (NSDictionary *)serialize:(DBUSERSBasicAccount *)valueObj { jsonDict[@"team_member_id"] = valueObj.teamMemberId; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBUSERSBasicAccount *)deserialize:(NSDictionary *)valueDict { @@ -388,8 +397,15 @@ - (instancetype)initWithAccountId:(NSString *)accountId country:(NSString *)country team:(DBUSERSFullTeam *)team teamMemberId:(NSString *)teamMemberId { - [DBStoneValidators stringValidator:@(40) maxLength:@(40) pattern:nil](accountId); - [DBStoneValidators stringValidator:@(2) maxLength:nil pattern:nil](locale); + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:@(40) maxLength:@(40) pattern:nil]](accountId); + [DBStoneValidators nonnullValidator:nil](name); + [DBStoneValidators nonnullValidator:nil](email); + [DBStoneValidators nonnullValidator:nil](emailVerified); + [DBStoneValidators nonnullValidator:nil](disabled); + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:@(2) maxLength:nil pattern:nil]](locale); + [DBStoneValidators nonnullValidator:nil](referralLink); + [DBStoneValidators nonnullValidator:nil](isPaired); + [DBStoneValidators nonnullValidator:nil](accountType); [DBStoneValidators nullableValidator:[DBStoneValidators stringValidator:@(2) maxLength:@(2) pattern:nil]](country); self = [super initWithAccountId:accountId @@ -436,7 +452,7 @@ - (instancetype)initWithAccountId:(NSString *)accountId #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBUSERSFullAccountSerializer serialize:instance]; } @@ -473,16 +489,16 @@ - (NSUInteger)hash { result = prime * result + [self.referralLink hash]; result = prime * result + [self.isPaired hash]; result = prime * result + [self.accountType hash]; - if (self.profilePhotoUrl) { + if (self.profilePhotoUrl != nil) { result = prime * result + [self.profilePhotoUrl hash]; } - if (self.country) { + if (self.country != nil) { result = prime * result + [self.country hash]; } - if (self.team) { + if (self.team != nil) { result = prime * result + [self.team hash]; } - if (self.teamMemberId) { + if (self.teamMemberId != nil) { result = prime * result + [self.teamMemberId hash]; } @@ -586,7 +602,7 @@ + (NSDictionary *)serialize:(DBUSERSFullAccount *)valueObj { jsonDict[@"team_member_id"] = valueObj.teamMemberId; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBUSERSFullAccount *)deserialize:(NSDictionary *)valueDict { @@ -632,6 +648,8 @@ @implementation DBUSERSTeam #pragma mark - Constructors - (instancetype)initWithId_:(NSString *)id_ name:(NSString *)name { + [DBStoneValidators nonnullValidator:nil](id_); + [DBStoneValidators nonnullValidator:nil](name); self = [super init]; if (self) { @@ -643,7 +661,7 @@ - (instancetype)initWithId_:(NSString *)id_ name:(NSString *)name { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBUSERSTeamSerializer serialize:instance]; } @@ -714,7 +732,7 @@ + (NSDictionary *)serialize:(DBUSERSTeam *)valueObj { jsonDict[@"id"] = valueObj.id_; jsonDict[@"name"] = valueObj.name; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBUSERSTeam *)deserialize:(NSDictionary *)valueDict { @@ -743,6 +761,10 @@ - (instancetype)initWithId_:(NSString *)id_ name:(NSString *)name sharingPolicies:(DBTEAMPOLICIESTeamSharingPolicies *)sharingPolicies officeAddinPolicy:(DBTEAMPOLICIESOfficeAddInPolicy *)officeAddinPolicy { + [DBStoneValidators nonnullValidator:nil](id_); + [DBStoneValidators nonnullValidator:nil](name); + [DBStoneValidators nonnullValidator:nil](sharingPolicies); + [DBStoneValidators nonnullValidator:nil](officeAddinPolicy); self = [super initWithId_:id_ name:name]; if (self) { @@ -754,7 +776,7 @@ - (instancetype)initWithId_:(NSString *)id_ #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBUSERSFullTeamSerializer serialize:instance]; } @@ -835,7 +857,7 @@ + (NSDictionary *)serialize:(DBUSERSFullTeam *)valueObj { jsonDict[@"sharing_policies"] = [DBTEAMPOLICIESTeamSharingPoliciesSerializer serialize:valueObj.sharingPolicies]; jsonDict[@"office_addin_policy"] = [DBTEAMPOLICIESOfficeAddInPolicySerializer serialize:valueObj.officeAddinPolicy]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBUSERSFullTeam *)deserialize:(NSDictionary *)valueDict { @@ -865,7 +887,7 @@ @implementation DBUSERSGetAccountArg #pragma mark - Constructors - (instancetype)initWithAccountId:(NSString *)accountId { - [DBStoneValidators stringValidator:@(40) maxLength:@(40) pattern:nil](accountId); + [DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:@(40) maxLength:@(40) pattern:nil]](accountId); self = [super init]; if (self) { @@ -876,7 +898,7 @@ - (instancetype)initWithAccountId:(NSString *)accountId { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBUSERSGetAccountArgSerializer serialize:instance]; } @@ -942,7 +964,7 @@ + (NSDictionary *)serialize:(DBUSERSGetAccountArg *)valueObj { jsonDict[@"account_id"] = valueObj.accountId; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBUSERSGetAccountArg *)deserialize:(NSDictionary *)valueDict { @@ -964,8 +986,14 @@ @implementation DBUSERSGetAccountBatchArg #pragma mark - Constructors - (instancetype)initWithAccountIds:(NSArray *)accountIds { - [DBStoneValidators arrayValidator:@(1) maxItems:nil - itemValidator:[DBStoneValidators stringValidator:@(40) maxLength:@(40) pattern:nil]](accountIds); + [DBStoneValidators + nonnullValidator:[DBStoneValidators + arrayValidator:@(1) + maxItems:nil + itemValidator:[DBStoneValidators nonnullValidator:[DBStoneValidators stringValidator:@(40) + maxLength:@(40) + pattern:nil]]]]( + accountIds); self = [super init]; if (self) { @@ -976,7 +1004,7 @@ - (instancetype)initWithAccountIds:(NSArray *)accountIds { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBUSERSGetAccountBatchArgSerializer serialize:instance]; } @@ -1045,7 +1073,7 @@ + (NSDictionary *)serialize:(DBUSERSGetAccountBatchArg *)valueObj { return elem0; }]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBUSERSGetAccountBatchArg *)deserialize:(NSDictionary *)valueDict { @@ -1121,7 +1149,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBUSERSGetAccountBatchErrorSerializer serialize:instance]; } @@ -1205,7 +1233,7 @@ + (NSDictionary *)serialize:(DBUSERSGetAccountBatchError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBUSERSGetAccountBatchError *)deserialize:(NSDictionary *)valueDict { @@ -1274,7 +1302,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBUSERSGetAccountErrorSerializer serialize:instance]; } @@ -1357,7 +1385,7 @@ + (NSDictionary *)serialize:(DBUSERSGetAccountError *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBUSERSGetAccountError *)deserialize:(NSDictionary *)valueDict { @@ -1385,6 +1413,7 @@ @implementation DBUSERSIndividualSpaceAllocation #pragma mark - Constructors - (instancetype)initWithAllocated:(NSNumber *)allocated { + [DBStoneValidators nonnullValidator:nil](allocated); self = [super init]; if (self) { @@ -1395,7 +1424,7 @@ - (instancetype)initWithAllocated:(NSNumber *)allocated { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBUSERSIndividualSpaceAllocationSerializer serialize:instance]; } @@ -1461,7 +1490,7 @@ + (NSDictionary *)serialize:(DBUSERSIndividualSpaceAllocation *)valueObj { jsonDict[@"allocated"] = valueObj.allocated; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBUSERSIndividualSpaceAllocation *)deserialize:(NSDictionary *)valueDict { @@ -1487,6 +1516,11 @@ - (instancetype)initWithGivenName:(NSString *)givenName familiarName:(NSString *)familiarName displayName:(NSString *)displayName abbreviatedName:(NSString *)abbreviatedName { + [DBStoneValidators nonnullValidator:nil](givenName); + [DBStoneValidators nonnullValidator:nil](surname); + [DBStoneValidators nonnullValidator:nil](familiarName); + [DBStoneValidators nonnullValidator:nil](displayName); + [DBStoneValidators nonnullValidator:nil](abbreviatedName); self = [super init]; if (self) { @@ -1501,7 +1535,7 @@ - (instancetype)initWithGivenName:(NSString *)givenName #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBUSERSNameSerializer serialize:instance]; } @@ -1587,7 +1621,7 @@ + (NSDictionary *)serialize:(DBUSERSName *)valueObj { jsonDict[@"display_name"] = valueObj.displayName; jsonDict[@"abbreviated_name"] = valueObj.abbreviatedName; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBUSERSName *)deserialize:(NSDictionary *)valueDict { @@ -1694,7 +1728,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBUSERSSpaceAllocationSerializer serialize:instance]; } @@ -1785,7 +1819,7 @@ + (NSDictionary *)serialize:(DBUSERSSpaceAllocation *)valueObj { jsonDict[@".tag"] = @"other"; } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBUSERSSpaceAllocation *)deserialize:(NSDictionary *)valueDict { @@ -1818,6 +1852,8 @@ @implementation DBUSERSSpaceUsage #pragma mark - Constructors - (instancetype)initWithUsed:(NSNumber *)used allocation:(DBUSERSSpaceAllocation *)allocation { + [DBStoneValidators nonnullValidator:nil](used); + [DBStoneValidators nonnullValidator:nil](allocation); self = [super init]; if (self) { @@ -1829,7 +1865,7 @@ - (instancetype)initWithUsed:(NSNumber *)used allocation:(DBUSERSSpaceAllocation #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBUSERSSpaceUsageSerializer serialize:instance]; } @@ -1900,7 +1936,7 @@ + (NSDictionary *)serialize:(DBUSERSSpaceUsage *)valueObj { jsonDict[@"used"] = valueObj.used; jsonDict[@"allocation"] = [DBUSERSSpaceAllocationSerializer serialize:valueObj.allocation]; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBUSERSSpaceUsage *)deserialize:(NSDictionary *)valueDict { @@ -1923,6 +1959,8 @@ @implementation DBUSERSTeamSpaceAllocation #pragma mark - Constructors - (instancetype)initWithUsed:(NSNumber *)used allocated:(NSNumber *)allocated { + [DBStoneValidators nonnullValidator:nil](used); + [DBStoneValidators nonnullValidator:nil](allocated); self = [super init]; if (self) { @@ -1934,7 +1972,7 @@ - (instancetype)initWithUsed:(NSNumber *)used allocated:(NSNumber *)allocated { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBUSERSTeamSpaceAllocationSerializer serialize:instance]; } @@ -2005,7 +2043,7 @@ + (NSDictionary *)serialize:(DBUSERSTeamSpaceAllocation *)valueObj { jsonDict[@"used"] = valueObj.used; jsonDict[@"allocated"] = valueObj.allocated; - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBUSERSTeamSpaceAllocation *)deserialize:(NSDictionary *)valueDict { diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSAccount.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSAccount.h index 3b505d91..92dbfe22 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSAccount.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSAccount.h @@ -112,7 +112,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the `DBUSERSAccount` /// API object. /// -+ (NSDictionary *)serialize:(DBUSERSAccount *)instance; ++ (nullable NSDictionary *)serialize:(DBUSERSAccount *)instance; /// /// Deserializes `DBUSERSAccount` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSBasicAccount.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSBasicAccount.h index 768b7531..ee2f5211 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSBasicAccount.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSBasicAccount.h @@ -107,7 +107,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBUSERSBasicAccount` API object. /// -+ (NSDictionary *)serialize:(DBUSERSBasicAccount *)instance; ++ (nullable NSDictionary *)serialize:(DBUSERSBasicAccount *)instance; /// /// Deserializes `DBUSERSBasicAccount` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSFullAccount.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSFullAccount.h index f77aa192..25237438 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSFullAccount.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSFullAccount.h @@ -151,7 +151,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBUSERSFullAccount` API object. /// -+ (NSDictionary *)serialize:(DBUSERSFullAccount *)instance; ++ (nullable NSDictionary *)serialize:(DBUSERSFullAccount *)instance; /// /// Deserializes `DBUSERSFullAccount` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSFullTeam.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSFullTeam.h index 729e5007..6fd5a4f6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSFullTeam.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSFullTeam.h @@ -70,7 +70,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the `DBUSERSFullTeam` /// API object. /// -+ (NSDictionary *)serialize:(DBUSERSFullTeam *)instance; ++ (nullable NSDictionary *)serialize:(DBUSERSFullTeam *)instance; /// /// Deserializes `DBUSERSFullTeam` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSGetAccountArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSGetAccountArg.h index 0e8cdcc5..af32dff3 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSGetAccountArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSGetAccountArg.h @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBUSERSGetAccountArg` API object. /// -+ (NSDictionary *)serialize:(DBUSERSGetAccountArg *)instance; ++ (nullable NSDictionary *)serialize:(DBUSERSGetAccountArg *)instance; /// /// Deserializes `DBUSERSGetAccountArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSGetAccountBatchArg.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSGetAccountBatchArg.h index 6606a278..96b233e9 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSGetAccountBatchArg.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSGetAccountBatchArg.h @@ -60,7 +60,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBUSERSGetAccountBatchArg` API object. /// -+ (NSDictionary *)serialize:(DBUSERSGetAccountBatchArg *)instance; ++ (nullable NSDictionary *)serialize:(DBUSERSGetAccountBatchArg *)instance; /// /// Deserializes `DBUSERSGetAccountBatchArg` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSGetAccountBatchError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSGetAccountBatchError.h index ffe3bc02..61ae8b52 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSGetAccountBatchError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSGetAccountBatchError.h @@ -114,7 +114,7 @@ typedef NS_ENUM(NSInteger, DBUSERSGetAccountBatchErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBUSERSGetAccountBatchError` API object. /// -+ (NSDictionary *)serialize:(DBUSERSGetAccountBatchError *)instance; ++ (nullable NSDictionary *)serialize:(DBUSERSGetAccountBatchError *)instance; /// /// Deserializes `DBUSERSGetAccountBatchError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSGetAccountError.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSGetAccountError.h index 5ed5bc51..72894cfb 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSGetAccountError.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSGetAccountError.h @@ -100,7 +100,7 @@ typedef NS_ENUM(NSInteger, DBUSERSGetAccountErrorTag) { /// @return A json-compatible dictionary representation of the /// `DBUSERSGetAccountError` API object. /// -+ (NSDictionary *)serialize:(DBUSERSGetAccountError *)instance; ++ (nullable NSDictionary *)serialize:(DBUSERSGetAccountError *)instance; /// /// Deserializes `DBUSERSGetAccountError` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSIndividualSpaceAllocation.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSIndividualSpaceAllocation.h index 59a40724..11c3a5d9 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSIndividualSpaceAllocation.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSIndividualSpaceAllocation.h @@ -59,7 +59,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBUSERSIndividualSpaceAllocation` API object. /// -+ (NSDictionary *)serialize:(DBUSERSIndividualSpaceAllocation *)instance; ++ (nullable NSDictionary *)serialize:(DBUSERSIndividualSpaceAllocation *)instance; /// /// Deserializes `DBUSERSIndividualSpaceAllocation` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSName.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSName.h index d215c6b8..56cdc217 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSName.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSName.h @@ -87,7 +87,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the `DBUSERSName` API /// object. /// -+ (NSDictionary *)serialize:(DBUSERSName *)instance; ++ (nullable NSDictionary *)serialize:(DBUSERSName *)instance; /// /// Deserializes `DBUSERSName` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSSpaceAllocation.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSSpaceAllocation.h index 1bb1bed6..ba3689f4 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSSpaceAllocation.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSSpaceAllocation.h @@ -145,7 +145,7 @@ typedef NS_ENUM(NSInteger, DBUSERSSpaceAllocationTag) { /// @return A json-compatible dictionary representation of the /// `DBUSERSSpaceAllocation` API object. /// -+ (NSDictionary *)serialize:(DBUSERSSpaceAllocation *)instance; ++ (nullable NSDictionary *)serialize:(DBUSERSSpaceAllocation *)instance; /// /// Deserializes `DBUSERSSpaceAllocation` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSSpaceUsage.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSSpaceUsage.h index d09a0417..0e20c48a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSSpaceUsage.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSSpaceUsage.h @@ -65,7 +65,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBUSERSSpaceUsage` API object. /// -+ (NSDictionary *)serialize:(DBUSERSSpaceUsage *)instance; ++ (nullable NSDictionary *)serialize:(DBUSERSSpaceUsage *)instance; /// /// Deserializes `DBUSERSSpaceUsage` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSTeam.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSTeam.h index 318134cc..e05827d6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSTeam.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSTeam.h @@ -64,7 +64,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the `DBUSERSTeam` API /// object. /// -+ (NSDictionary *)serialize:(DBUSERSTeam *)instance; ++ (nullable NSDictionary *)serialize:(DBUSERSTeam *)instance; /// /// Deserializes `DBUSERSTeam` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSTeamSpaceAllocation.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSTeamSpaceAllocation.h index 96957e8f..e7cf9083 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSTeamSpaceAllocation.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSTeamSpaceAllocation.h @@ -62,7 +62,7 @@ NS_ASSUME_NONNULL_BEGIN /// @return A json-compatible dictionary representation of the /// `DBUSERSTeamSpaceAllocation` API object. /// -+ (NSDictionary *)serialize:(DBUSERSTeamSpaceAllocation *)instance; ++ (nullable NSDictionary *)serialize:(DBUSERSTeamSpaceAllocation *)instance; /// /// Deserializes `DBUSERSTeamSpaceAllocation` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/UsersCommon/DBUsersCommonObjects.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/UsersCommon/DBUsersCommonObjects.m index db8272b7..47fd8940 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/UsersCommon/DBUsersCommonObjects.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/UsersCommon/DBUsersCommonObjects.m @@ -71,7 +71,7 @@ - (NSString *)tagName { #pragma mark - Serialization methods -+ (NSDictionary *)serialize:(id)instance { ++ (nullable NSDictionary *)serialize:(id)instance { return [DBUSERSCOMMONAccountTypeSerializer serialize:instance]; } @@ -162,7 +162,7 @@ + (NSDictionary *)serialize:(DBUSERSCOMMONAccountType *)valueObj { userInfo:nil]); } - return jsonDict; + return [jsonDict count] > 0 ? jsonDict : nil; } + (DBUSERSCOMMONAccountType *)deserialize:(NSDictionary *)valueDict { diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/UsersCommon/Headers/DBUSERSCOMMONAccountType.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/UsersCommon/Headers/DBUSERSCOMMONAccountType.h index 14a2ffd7..7bc7d812 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/UsersCommon/Headers/DBUSERSCOMMONAccountType.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/UsersCommon/Headers/DBUSERSCOMMONAccountType.h @@ -122,7 +122,7 @@ typedef NS_ENUM(NSInteger, DBUSERSCOMMONAccountTypeTag) { /// @return A json-compatible dictionary representation of the /// `DBUSERSCOMMONAccountType` API object. /// -+ (NSDictionary *)serialize:(DBUSERSCOMMONAccountType *)instance; ++ (nullable NSDictionary *)serialize:(DBUSERSCOMMONAccountType *)instance; /// /// Deserializes `DBUSERSCOMMONAccountType` instances. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Client/DBTeamBaseClient.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Client/DBTeamBaseClient.h index 203d2cf3..1f7edd2e 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Client/DBTeamBaseClient.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Client/DBTeamBaseClient.h @@ -4,6 +4,7 @@ /// Auto-generated by Stone, do not modify. /// +#import "DBFILEPROPERTIESTeamAuthRoutes.h" #import "DBRequestErrors.h" #import "DBTEAMLOGTeamAuthRoutes.h" #import "DBTEAMTeamAuthRoutes.h" @@ -25,6 +26,9 @@ NS_ASSUME_NONNULL_BEGIN id _transportClient; } +/// Routes within the `fileProperties` namespace. +@property (nonatomic, readonly) DBFILEPROPERTIESTeamAuthRoutes *filePropertiesRoutes; + /// Routes within the `team` namespace. @property (nonatomic, readonly) DBTEAMTeamAuthRoutes *teamRoutes; diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Client/DBTeamBaseClient.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Client/DBTeamBaseClient.m index e2b34ea8..70acacd5 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Client/DBTeamBaseClient.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Client/DBTeamBaseClient.m @@ -5,6 +5,7 @@ /// #import "DBTeamBaseClient.h" +#import "DBFILEPROPERTIESTeamAuthRoutes.h" #import "DBTEAMLOGTeamAuthRoutes.h" #import "DBTEAMTeamAuthRoutes.h" #import "DBTransportClientProtocol.h" @@ -15,6 +16,7 @@ - (instancetype)initWithTransportClient:(id)client { self = [super init]; if (self) { _transportClient = client; + _filePropertiesRoutes = [[DBFILEPROPERTIESTeamAuthRoutes alloc] init:client]; _teamRoutes = [[DBTEAMTeamAuthRoutes alloc] init:client]; _teamLogRoutes = [[DBTEAMLOGTeamAuthRoutes alloc] init:client]; } diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Client/DBUserBaseClient.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Client/DBUserBaseClient.h index b4a84897..d3fcbd2c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Client/DBUserBaseClient.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Client/DBUserBaseClient.h @@ -5,6 +5,8 @@ /// #import "DBAUTHUserAuthRoutes.h" +#import "DBFILEPROPERTIESUserAuthRoutes.h" +#import "DBFILEREQUESTSUserAuthRoutes.h" #import "DBFILESUserAuthRoutes.h" #import "DBPAPERUserAuthRoutes.h" #import "DBRequestErrors.h" @@ -31,6 +33,12 @@ NS_ASSUME_NONNULL_BEGIN /// Routes within the `auth` namespace. @property (nonatomic, readonly) DBAUTHUserAuthRoutes *authRoutes; +/// Routes within the `fileProperties` namespace. +@property (nonatomic, readonly) DBFILEPROPERTIESUserAuthRoutes *filePropertiesRoutes; + +/// Routes within the `fileRequests` namespace. +@property (nonatomic, readonly) DBFILEREQUESTSUserAuthRoutes *fileRequestsRoutes; + /// Routes within the `files` namespace. @property (nonatomic, readonly) DBFILESUserAuthRoutes *filesRoutes; diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Client/DBUserBaseClient.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Client/DBUserBaseClient.m index 0286b88f..797364b0 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Client/DBUserBaseClient.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Client/DBUserBaseClient.m @@ -6,6 +6,8 @@ #import "DBUserBaseClient.h" #import "DBAUTHUserAuthRoutes.h" +#import "DBFILEPROPERTIESUserAuthRoutes.h" +#import "DBFILEREQUESTSUserAuthRoutes.h" #import "DBFILESUserAuthRoutes.h" #import "DBPAPERUserAuthRoutes.h" #import "DBSHARINGUserAuthRoutes.h" @@ -19,6 +21,8 @@ - (instancetype)initWithTransportClient:(id)client { if (self) { _transportClient = client; _authRoutes = [[DBAUTHUserAuthRoutes alloc] init:client]; + _filePropertiesRoutes = [[DBFILEPROPERTIESUserAuthRoutes alloc] init:client]; + _fileRequestsRoutes = [[DBFILEREQUESTSUserAuthRoutes alloc] init:client]; _filesRoutes = [[DBFILESUserAuthRoutes alloc] init:client]; _paperRoutes = [[DBPAPERUserAuthRoutes alloc] init:client]; _sharingRoutes = [[DBSHARINGUserAuthRoutes alloc] init:client]; diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/DBSDKImportsGenerated.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/DBSDKImportsGenerated.h index c126805f..95369303 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/DBSDKImportsGenerated.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/DBSDKImportsGenerated.h @@ -10,6 +10,11 @@ #import "DBAUTHAppAuthRoutes.h" #import "DBAUTHRouteObjects.h" #import "DBAUTHUserAuthRoutes.h" +#import "DBFILEPROPERTIESRouteObjects.h" +#import "DBFILEPROPERTIESTeamAuthRoutes.h" +#import "DBFILEPROPERTIESUserAuthRoutes.h" +#import "DBFILEREQUESTSRouteObjects.h" +#import "DBFILEREQUESTSUserAuthRoutes.h" #import "DBFILESRouteObjects.h" #import "DBFILESUserAuthRoutes.h" #import "DBPAPERRouteObjects.h" @@ -50,9 +55,63 @@ #import "DBCOMMONPathRoot.h" #import "DBCOMMONPathRootError.h" +// `FileProperties` namespace types + +#import "DBFILEPROPERTIESAddPropertiesArg.h" +#import "DBFILEPROPERTIESAddPropertiesError.h" +#import "DBFILEPROPERTIESAddTemplateArg.h" +#import "DBFILEPROPERTIESAddTemplateResult.h" +#import "DBFILEPROPERTIESGetTemplateArg.h" +#import "DBFILEPROPERTIESGetTemplateResult.h" +#import "DBFILEPROPERTIESInvalidPropertyGroupError.h" +#import "DBFILEPROPERTIESListTemplateResult.h" +#import "DBFILEPROPERTIESLogicalOperator.h" +#import "DBFILEPROPERTIESLookUpPropertiesError.h" +#import "DBFILEPROPERTIESLookupError.h" +#import "DBFILEPROPERTIESModifyTemplateError.h" +#import "DBFILEPROPERTIESOverwritePropertyGroupArg.h" +#import "DBFILEPROPERTIESPropertiesError.h" +#import "DBFILEPROPERTIESPropertiesSearchArg.h" +#import "DBFILEPROPERTIESPropertiesSearchError.h" +#import "DBFILEPROPERTIESPropertiesSearchMatch.h" +#import "DBFILEPROPERTIESPropertiesSearchMode.h" +#import "DBFILEPROPERTIESPropertiesSearchQuery.h" +#import "DBFILEPROPERTIESPropertiesSearchResult.h" +#import "DBFILEPROPERTIESPropertyField.h" +#import "DBFILEPROPERTIESPropertyFieldTemplate.h" +#import "DBFILEPROPERTIESPropertyGroup.h" +#import "DBFILEPROPERTIESPropertyGroupTemplate.h" +#import "DBFILEPROPERTIESPropertyGroupUpdate.h" +#import "DBFILEPROPERTIESPropertyType.h" +#import "DBFILEPROPERTIESRemovePropertiesArg.h" +#import "DBFILEPROPERTIESRemovePropertiesError.h" +#import "DBFILEPROPERTIESTemplateError.h" +#import "DBFILEPROPERTIESTemplateFilter.h" +#import "DBFILEPROPERTIESTemplateOwnerType.h" +#import "DBFILEPROPERTIESUpdatePropertiesArg.h" +#import "DBFILEPROPERTIESUpdatePropertiesError.h" +#import "DBFILEPROPERTIESUpdateTemplateArg.h" +#import "DBFILEPROPERTIESUpdateTemplateResult.h" + +// `FileRequests` namespace types + +#import "DBFILEREQUESTSCreateFileRequestArgs.h" +#import "DBFILEREQUESTSCreateFileRequestError.h" +#import "DBFILEREQUESTSFileRequest.h" +#import "DBFILEREQUESTSFileRequestDeadline.h" +#import "DBFILEREQUESTSFileRequestError.h" +#import "DBFILEREQUESTSGeneralFileRequestsError.h" +#import "DBFILEREQUESTSGetFileRequestArgs.h" +#import "DBFILEREQUESTSGetFileRequestError.h" +#import "DBFILEREQUESTSGracePeriod.h" +#import "DBFILEREQUESTSListFileRequestsError.h" +#import "DBFILEREQUESTSListFileRequestsResult.h" +#import "DBFILEREQUESTSUpdateFileRequestArgs.h" +#import "DBFILEREQUESTSUpdateFileRequestDeadline.h" +#import "DBFILEREQUESTSUpdateFileRequestError.h" + // `Files` namespace types -#import "DBFILESAddPropertiesError.h" #import "DBFILESAlphaGetMetadataArg.h" #import "DBFILESAlphaGetMetadataError.h" #import "DBFILESCommitInfo.h" @@ -87,8 +146,12 @@ #import "DBFILESGetTemporaryLinkArg.h" #import "DBFILESGetTemporaryLinkError.h" #import "DBFILESGetTemporaryLinkResult.h" +#import "DBFILESGetThumbnailBatchArg.h" +#import "DBFILESGetThumbnailBatchError.h" +#import "DBFILESGetThumbnailBatchResult.h" +#import "DBFILESGetThumbnailBatchResultData.h" +#import "DBFILESGetThumbnailBatchResultEntry.h" #import "DBFILESGpsCoordinates.h" -#import "DBFILESInvalidPropertyGroupError.h" #import "DBFILESListFolderArg.h" #import "DBFILESListFolderContinueArg.h" #import "DBFILESListFolderContinueError.h" @@ -100,8 +163,8 @@ #import "DBFILESListFolderResult.h" #import "DBFILESListRevisionsArg.h" #import "DBFILESListRevisionsError.h" +#import "DBFILESListRevisionsMode.h" #import "DBFILESListRevisionsResult.h" -#import "DBFILESLookUpPropertiesError.h" #import "DBFILESLookupError.h" #import "DBFILESMediaInfo.h" #import "DBFILESMediaMetadata.h" @@ -109,9 +172,6 @@ #import "DBFILESPhotoMetadata.h" #import "DBFILESPreviewArg.h" #import "DBFILESPreviewError.h" -#import "DBFILESPropertiesError.h" -#import "DBFILESPropertyGroupUpdate.h" -#import "DBFILESPropertyGroupWithPath.h" #import "DBFILESRelocationArg.h" #import "DBFILESRelocationBatchArg.h" #import "DBFILESRelocationBatchError.h" @@ -122,8 +182,6 @@ #import "DBFILESRelocationError.h" #import "DBFILESRelocationPath.h" #import "DBFILESRelocationResult.h" -#import "DBFILESRemovePropertiesArg.h" -#import "DBFILESRemovePropertiesError.h" #import "DBFILESRestoreArg.h" #import "DBFILESRestoreError.h" #import "DBFILESSaveCopyReferenceArg.h" @@ -139,13 +197,12 @@ #import "DBFILESSearchMatchType.h" #import "DBFILESSearchMode.h" #import "DBFILESSearchResult.h" +#import "DBFILESSharedLink.h" #import "DBFILESSharingInfo.h" #import "DBFILESThumbnailArg.h" #import "DBFILESThumbnailError.h" #import "DBFILESThumbnailFormat.h" #import "DBFILESThumbnailSize.h" -#import "DBFILESUpdatePropertiesError.h" -#import "DBFILESUpdatePropertyGroupArg.h" #import "DBFILESUploadError.h" #import "DBFILESUploadErrorWithProperties.h" #import "DBFILESUploadSessionAppendArg.h" @@ -181,6 +238,7 @@ #import "DBPAPERFolderSharingPolicyType.h" #import "DBPAPERFolderSubscriptionLevel.h" #import "DBPAPERFoldersContainingPaperDoc.h" +#import "DBPAPERImportFormat.h" #import "DBPAPERInviteeInfoWithPermissionLevel.h" #import "DBPAPERListDocsCursorError.h" #import "DBPAPERListPaperDocsArgs.h" @@ -198,10 +256,16 @@ #import "DBPAPERListUsersOnPaperDocResponse.h" #import "DBPAPERPaperApiBaseError.h" #import "DBPAPERPaperApiCursorError.h" +#import "DBPAPERPaperDocCreateArgs.h" +#import "DBPAPERPaperDocCreateError.h" +#import "DBPAPERPaperDocCreateUpdateResult.h" #import "DBPAPERPaperDocExport.h" #import "DBPAPERPaperDocExportResult.h" #import "DBPAPERPaperDocPermissionLevel.h" #import "DBPAPERPaperDocSharingPolicy.h" +#import "DBPAPERPaperDocUpdateArgs.h" +#import "DBPAPERPaperDocUpdateError.h" +#import "DBPAPERPaperDocUpdatePolicy.h" #import "DBPAPERRefPaperDoc.h" #import "DBPAPERRemovePaperDocUser.h" #import "DBPAPERSharingPolicy.h" @@ -210,19 +274,6 @@ #import "DBPAPERUserInfoWithPermissionLevel.h" #import "DBPAPERUserOnPaperDocFilter.h" -// `Properties` namespace types - -#import "DBPROPERTIESGetPropertyTemplateArg.h" -#import "DBPROPERTIESGetPropertyTemplateResult.h" -#import "DBPROPERTIESListPropertyTemplateIds.h" -#import "DBPROPERTIESModifyPropertyTemplateError.h" -#import "DBPROPERTIESPropertyField.h" -#import "DBPROPERTIESPropertyFieldTemplate.h" -#import "DBPROPERTIESPropertyGroup.h" -#import "DBPROPERTIESPropertyGroupTemplate.h" -#import "DBPROPERTIESPropertyTemplateError.h" -#import "DBPROPERTIESPropertyType.h" - // `Sharing` namespace types #import "DBSHARINGAccessLevel.h" @@ -370,6 +421,7 @@ #import "DBSHARINGUpdateFolderMemberError.h" #import "DBSHARINGUpdateFolderPolicyArg.h" #import "DBSHARINGUpdateFolderPolicyError.h" +#import "DBSHARINGUserFileMembershipInfo.h" #import "DBSHARINGUserInfo.h" #import "DBSHARINGUserMembershipInfo.h" #import "DBSHARINGViewerInfoPolicy.h" @@ -378,12 +430,13 @@ // `Team` namespace types #import "DBTEAMActiveWebSession.h" -#import "DBTEAMAddPropertyTemplateArg.h" -#import "DBTEAMAddPropertyTemplateResult.h" #import "DBTEAMAdminTier.h" #import "DBTEAMApiApp.h" #import "DBTEAMBaseDfbReport.h" #import "DBTEAMBaseTeamFolderError.h" +#import "DBTEAMCustomQuotaError.h" +#import "DBTEAMCustomQuotaResult.h" +#import "DBTEAMCustomQuotaUsersArg.h" #import "DBTEAMDateRange.h" #import "DBTEAMDateRangeError.h" #import "DBTEAMDesktopClientSession.h" @@ -491,6 +544,7 @@ #import "DBTEAMMobileClientSession.h" #import "DBTEAMNamespaceMetadata.h" #import "DBTEAMNamespaceType.h" +#import "DBTEAMRemoveCustomQuotaResult.h" #import "DBTEAMRemovedStatus.h" #import "DBTEAMRevokeDesktopClientArg.h" #import "DBTEAMRevokeDeviceSessionArg.h" @@ -505,6 +559,7 @@ #import "DBTEAMRevokeLinkedAppBatchResult.h" #import "DBTEAMRevokeLinkedAppError.h" #import "DBTEAMRevokeLinkedAppStatus.h" +#import "DBTEAMSetCustomQuotaArg.h" #import "DBTEAMStorageBucket.h" #import "DBTEAMTeamFolderAccessError.h" #import "DBTEAMTeamFolderActivateError.h" @@ -540,9 +595,9 @@ #import "DBTEAMTeamNamespacesListResult.h" #import "DBTEAMTokenGetAuthenticatedAdminError.h" #import "DBTEAMTokenGetAuthenticatedAdminResult.h" -#import "DBTEAMUpdatePropertyTemplateArg.h" -#import "DBTEAMUpdatePropertyTemplateResult.h" #import "DBTEAMUploadApiRateLimitValue.h" +#import "DBTEAMUserCustomQuotaArg.h" +#import "DBTEAMUserCustomQuotaResult.h" #import "DBTEAMUserSelectorArg.h" #import "DBTEAMUserSelectorError.h" #import "DBTEAMUsersSelectorArg.h" @@ -588,7 +643,6 @@ #import "DBTEAMLOGDeviceApprovalsChangeOverageActionDetails.h" #import "DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetails.h" #import "DBTEAMLOGDeviceApprovalsPolicy.h" -#import "DBTEAMLOGDeviceApprovalsRolloutPolicy.h" #import "DBTEAMLOGDeviceChangeIpDesktopDetails.h" #import "DBTEAMLOGDeviceChangeIpMobileDetails.h" #import "DBTEAMLOGDeviceChangeIpWebDetails.h" @@ -618,7 +672,6 @@ #import "DBTEAMLOGEmmCreateExceptionsReportDetails.h" #import "DBTEAMLOGEmmCreateUsageReportDetails.h" #import "DBTEAMLOGEmmLoginSuccessDetails.h" -#import "DBTEAMLOGEmmPolicy.h" #import "DBTEAMLOGEmmRefreshAuthTokenDetails.h" #import "DBTEAMLOGEmmRemoveExceptionDetails.h" #import "DBTEAMLOGEnabledDomainInvitesDetails.h" @@ -630,9 +683,12 @@ #import "DBTEAMLOGFailureDetailsLogInfo.h" #import "DBTEAMLOGFileAddCommentDetails.h" #import "DBTEAMLOGFileAddDetails.h" +#import "DBTEAMLOGFileChangeCommentSubscriptionDetails.h" +#import "DBTEAMLOGFileCommentNotificationPolicy.h" #import "DBTEAMLOGFileCommentsChangePolicyDetails.h" #import "DBTEAMLOGFileCommentsPolicy.h" #import "DBTEAMLOGFileCopyDetails.h" +#import "DBTEAMLOGFileDeleteCommentDetails.h" #import "DBTEAMLOGFileDeleteDetails.h" #import "DBTEAMLOGFileDownloadDetails.h" #import "DBTEAMLOGFileEditDetails.h" @@ -656,11 +712,13 @@ #import "DBTEAMLOGFileRequestsEmailsEnabledDetails.h" #import "DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails.h" #import "DBTEAMLOGFileRequestsPolicy.h" +#import "DBTEAMLOGFileResolveCommentDetails.h" #import "DBTEAMLOGFileRestoreDetails.h" #import "DBTEAMLOGFileRevertDetails.h" #import "DBTEAMLOGFileRollbackChangesDetails.h" #import "DBTEAMLOGFileSaveCopyReferenceDetails.h" #import "DBTEAMLOGFileUnlikeCommentDetails.h" +#import "DBTEAMLOGFileUnresolveCommentDetails.h" #import "DBTEAMLOGFolderLogInfo.h" #import "DBTEAMLOGGeoLocationLogInfo.h" #import "DBTEAMLOGGetTeamEventsArg.h" @@ -677,11 +735,8 @@ #import "DBTEAMLOGGroupChangeMemberRoleDetails.h" #import "DBTEAMLOGGroupCreateDetails.h" #import "DBTEAMLOGGroupDeleteDetails.h" -#import "DBTEAMLOGGroupDescriptionUpdatedDetails.h" #import "DBTEAMLOGGroupJoinPolicy.h" -#import "DBTEAMLOGGroupJoinPolicyUpdatedDetails.h" #import "DBTEAMLOGGroupLogInfo.h" -#import "DBTEAMLOGGroupManagementType.h" #import "DBTEAMLOGGroupMovedDetails.h" #import "DBTEAMLOGGroupRemoveExternalIdDetails.h" #import "DBTEAMLOGGroupRemoveMemberDetails.h" @@ -726,23 +781,24 @@ #import "DBTEAMLOGOpenNoteSharedDetails.h" #import "DBTEAMLOGOriginLogInfo.h" #import "DBTEAMLOGPaperAccessType.h" +#import "DBTEAMLOGPaperAdminExportStartDetails.h" #import "DBTEAMLOGPaperChangeDeploymentPolicyDetails.h" +#import "DBTEAMLOGPaperChangeMemberLinkPolicyDetails.h" #import "DBTEAMLOGPaperChangeMemberPolicyDetails.h" #import "DBTEAMLOGPaperChangePolicyDetails.h" #import "DBTEAMLOGPaperContentAddMemberDetails.h" #import "DBTEAMLOGPaperContentAddToFolderDetails.h" #import "DBTEAMLOGPaperContentArchiveDetails.h" -#import "DBTEAMLOGPaperContentChangeSubscriptionDetails.h" #import "DBTEAMLOGPaperContentCreateDetails.h" #import "DBTEAMLOGPaperContentPermanentlyDeleteDetails.h" #import "DBTEAMLOGPaperContentRemoveFromFolderDetails.h" #import "DBTEAMLOGPaperContentRemoveMemberDetails.h" #import "DBTEAMLOGPaperContentRenameDetails.h" #import "DBTEAMLOGPaperContentRestoreDetails.h" -#import "DBTEAMLOGPaperDeploymentPolicy.h" #import "DBTEAMLOGPaperDocAddCommentDetails.h" #import "DBTEAMLOGPaperDocChangeMemberRoleDetails.h" #import "DBTEAMLOGPaperDocChangeSharingPolicyDetails.h" +#import "DBTEAMLOGPaperDocChangeSubscriptionDetails.h" #import "DBTEAMLOGPaperDocDeleteCommentDetails.h" #import "DBTEAMLOGPaperDocDeletedDetails.h" #import "DBTEAMLOGPaperDocDownloadDetails.h" @@ -755,7 +811,9 @@ #import "DBTEAMLOGPaperDocRevertDetails.h" #import "DBTEAMLOGPaperDocSlackShareDetails.h" #import "DBTEAMLOGPaperDocTeamInviteDetails.h" +#import "DBTEAMLOGPaperDocTrashedDetails.h" #import "DBTEAMLOGPaperDocUnresolveCommentDetails.h" +#import "DBTEAMLOGPaperDocUntrashedDetails.h" #import "DBTEAMLOGPaperDocViewDetails.h" #import "DBTEAMLOGPaperDocumentLogInfo.h" #import "DBTEAMLOGPaperDownloadFormat.h" @@ -764,13 +822,12 @@ #import "DBTEAMLOGPaperExternalViewAllowDetails.h" #import "DBTEAMLOGPaperExternalViewDefaultTeamDetails.h" #import "DBTEAMLOGPaperExternalViewForbidDetails.h" +#import "DBTEAMLOGPaperFolderChangeSubscriptionDetails.h" #import "DBTEAMLOGPaperFolderDeletedDetails.h" #import "DBTEAMLOGPaperFolderFollowedDetails.h" #import "DBTEAMLOGPaperFolderLogInfo.h" #import "DBTEAMLOGPaperFolderTeamInviteDetails.h" #import "DBTEAMLOGPaperMemberPolicy.h" -#import "DBTEAMLOGPaperPolicy.h" -#import "DBTEAMLOGPaperTaggedValue.h" #import "DBTEAMLOGParticipantLogInfo.h" #import "DBTEAMLOGPasswordChangeDetails.h" #import "DBTEAMLOGPasswordLoginFailDetails.h" @@ -781,8 +838,6 @@ #import "DBTEAMLOGPermanentDeleteChangePolicyDetails.h" #import "DBTEAMLOGPlacementRestriction.h" #import "DBTEAMLOGRelocateAssetReferencesLogInfo.h" -#import "DBTEAMLOGRemoveLogoutUrlDetails.h" -#import "DBTEAMLOGRemoveSsoUrlDetails.h" #import "DBTEAMLOGResellerLogInfo.h" #import "DBTEAMLOGResellerSupportSessionEndDetails.h" #import "DBTEAMLOGResellerSupportSessionStartDetails.h" @@ -865,13 +920,18 @@ #import "DBTEAMLOGSmartSyncPolicy.h" #import "DBTEAMLOGSpaceLimitsLevel.h" #import "DBTEAMLOGSpaceLimitsStatus.h" +#import "DBTEAMLOGSsoAddCertDetails.h" +#import "DBTEAMLOGSsoAddLoginUrlDetails.h" +#import "DBTEAMLOGSsoAddLogoutUrlDetails.h" #import "DBTEAMLOGSsoChangeCertDetails.h" #import "DBTEAMLOGSsoChangeLoginUrlDetails.h" #import "DBTEAMLOGSsoChangeLogoutUrlDetails.h" #import "DBTEAMLOGSsoChangePolicyDetails.h" #import "DBTEAMLOGSsoChangeSamlIdentityModeDetails.h" #import "DBTEAMLOGSsoLoginFailDetails.h" -#import "DBTEAMLOGSsoPolicy.h" +#import "DBTEAMLOGSsoRemoveCertDetails.h" +#import "DBTEAMLOGSsoRemoveLoginUrlDetails.h" +#import "DBTEAMLOGSsoRemoveLogoutUrlDetails.h" #import "DBTEAMLOGTeamActivityCreateReportDetails.h" #import "DBTEAMLOGTeamEvent.h" #import "DBTEAMLOGTeamFolderChangeStatusDetails.h" @@ -887,6 +947,7 @@ #import "DBTEAMLOGTeamMergeToDetails.h" #import "DBTEAMLOGTeamName.h" #import "DBTEAMLOGTeamProfileAddLogoDetails.h" +#import "DBTEAMLOGTeamProfileChangeDefaultLanguageDetails.h" #import "DBTEAMLOGTeamProfileChangeLogoDetails.h" #import "DBTEAMLOGTeamProfileChangeNameDetails.h" #import "DBTEAMLOGTeamProfileRemoveLogoDetails.h" @@ -896,7 +957,6 @@ #import "DBTEAMLOGTfaChangePolicyDetails.h" #import "DBTEAMLOGTfaChangeStatusDetails.h" #import "DBTEAMLOGTfaConfiguration.h" -#import "DBTEAMLOGTfaPolicy.h" #import "DBTEAMLOGTfaRemoveBackupPhoneDetails.h" #import "DBTEAMLOGTfaRemoveSecurityKeyDetails.h" #import "DBTEAMLOGTfaResetDetails.h" @@ -917,11 +977,17 @@ #import "DBTEAMPOLICIESEmmState.h" #import "DBTEAMPOLICIESOfficeAddInPolicy.h" +#import "DBTEAMPOLICIESPaperDeploymentPolicy.h" +#import "DBTEAMPOLICIESPaperEnabledPolicy.h" +#import "DBTEAMPOLICIESPasswordStrengthPolicy.h" +#import "DBTEAMPOLICIESRolloutMethod.h" #import "DBTEAMPOLICIESSharedFolderJoinPolicy.h" #import "DBTEAMPOLICIESSharedFolderMemberPolicy.h" #import "DBTEAMPOLICIESSharedLinkCreatePolicy.h" +#import "DBTEAMPOLICIESSsoPolicy.h" #import "DBTEAMPOLICIESTeamMemberPolicies.h" #import "DBTEAMPOLICIESTeamSharingPolicies.h" +#import "DBTEAMPOLICIESTwoStepVerificationPolicy.h" // `Users` namespace types diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBSerializableProtocol.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBSerializableProtocol.h index 24f6f56d..87b65d98 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBSerializableProtocol.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBSerializableProtocol.h @@ -20,7 +20,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return A serialized, json-compatible dictionary representation of the API object. /// -+ (NSDictionary *)serialize:(id)instance; ++ (nullable NSDictionary *)serialize:(id)instance; /// /// Class method which returns an instantiation of the supplied object as represented diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBStoneSerializers.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBStoneSerializers.h index 1cd9376e..2cee18ae 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBStoneSerializers.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBStoneSerializers.h @@ -15,7 +15,7 @@ NS_ASSUME_NONNULL_BEGIN /// @interface NSArray (DBSerializable) -+ (NSDictionary *)serialize:(id)obj; ++ (nullable NSDictionary *)serialize:(id)obj; + (id)deserialize:(NSDictionary *)dict; @@ -28,7 +28,7 @@ NS_ASSUME_NONNULL_BEGIN /// @interface NSString (DBSerializable) -+ (NSDictionary *)serialize:(id)obj; ++ (nullable NSDictionary *)serialize:(id)obj; + (id)deserialize:(NSDictionary *)dict; diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBStoneSerializers.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBStoneSerializers.m index bfe40e27..859db615 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBStoneSerializers.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBStoneSerializers.m @@ -3,10 +3,14 @@ /// #import "DBStoneSerializers.h" +#import "DBStoneValidators.h" @implementation DBNSDateSerializer + (NSString *)serialize:(NSDate *)value dateFormat:(NSString *)dateFormat { + if (value == nil) { + [DBStoneValidators raiseIllegalStateErrorWithMessage:@"Value must not be `nil`"]; + } NSDateFormatter *formatter = [[NSDateFormatter alloc] init]; [formatter setTimeZone:[NSTimeZone timeZoneWithName:@"UTC"]]; [formatter setLocale:[NSLocale localeWithLocaleIdentifier:@"en_US_POSIX"]]; @@ -16,6 +20,9 @@ + (NSString *)serialize:(NSDate *)value dateFormat:(NSString *)dateFormat { } + (NSDate *)deserialize:(NSString *)value dateFormat:(NSString *)dateFormat { + if (value == nil) { + [DBStoneValidators raiseIllegalStateErrorWithMessage:@"Value must not be `nil`"]; + } NSDateFormatter *formatter = [[NSDateFormatter alloc] init]; [formatter setTimeZone:[NSTimeZone timeZoneWithName:@"UTC"]]; [formatter setLocale:[NSLocale localeWithLocaleIdentifier:@"en_US_POSIX"]]; @@ -140,6 +147,9 @@ + (NSString *)convertFormat:(NSString *)format { @implementation DBArraySerializer + (NSArray *)serialize:(NSArray *)value withBlock:(id (^)(id))serializeBlock { + if (value == nil) { + [DBStoneValidators raiseIllegalStateErrorWithMessage:@"Value must not be `nil`"]; + } NSMutableArray *resultArray = [[NSMutableArray alloc] init]; for (id element in value) { @@ -150,6 +160,9 @@ + (NSArray *)serialize:(NSArray *)value withBlock:(id (^)(id))serializeBlock { } + (NSArray *)deserialize:(NSArray *)value withBlock:(id (^)(id))deserializeBlock { + if (value == nil) { + [DBStoneValidators raiseIllegalStateErrorWithMessage:@"Value must not be `nil`"]; + } NSMutableArray *resultArray = [[NSMutableArray alloc] init]; for (id element in value) { @@ -164,6 +177,9 @@ + (NSArray *)deserialize:(NSArray *)value withBlock:(id (^)(id))deserializeBlock @implementation DBMapSerializer + (NSDictionary *)serialize:(NSDictionary *)value withBlock:(id (^)(id))serializeBlock { + if (value == nil) { + [DBStoneValidators raiseIllegalStateErrorWithMessage:@"Value must not be `nil`"]; + } NSMutableDictionary *resultDict = [[NSMutableDictionary alloc] init]; for (id key in value) { @@ -174,6 +190,9 @@ + (NSDictionary *)serialize:(NSDictionary *)value withBlock:(id (^)(id))serializ } + (NSDictionary *)deserialize:(NSDictionary *)value withBlock:(id (^)(id))deserializeBlock { + if (value == nil) { + [DBStoneValidators raiseIllegalStateErrorWithMessage:@"Value must not be `nil`"]; + } NSMutableDictionary *resultDict = [[NSMutableDictionary alloc] init]; for (id key in value) { diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBStoneValidators.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBStoneValidators.h index 96919e73..9493e9ce 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBStoneValidators.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBStoneValidators.h @@ -12,26 +12,30 @@ NS_ASSUME_NONNULL_BEGIN @interface DBStoneValidators : NSObject /// Validator for `NSString` objects. Enforces minimum length and/or maximum length and/or regex pattern. -+ (void (^)(NSString *))stringValidator:(nullable NSNumber *)minLength ++ (void (^_Nonnull)(NSString *))stringValidator:(nullable NSNumber *)minLength maxLength:(nullable NSNumber *)maxLength pattern:(nullable NSString *)pattern; /// Validator for `NSNumber` objects. Enforces minimum value and/or maximum value. -+ (void (^)(NSNumber *))numericValidator:(nullable NSNumber *)minValue maxValue:(nullable NSNumber *)maxValue; ++ (void (^_Nonnull)(NSNumber *))numericValidator:(nullable NSNumber *)minValue maxValue:(nullable NSNumber *)maxValue; /// Validator for `NSArray` objects. Enforces minimum number of items and/or maximum minimum number of items. Method /// requires a validator block that can validate each item in the array. -+ (void (^)(NSArray *))arrayValidator:(nullable NSNumber *)minItems - maxItems:(nullable NSNumber *)maxItems - itemValidator:(void (^_Nullable)(T))itemValidator; ++ (void (^_Nonnull)(NSArray *))arrayValidator:(nullable NSNumber *)minItems + maxItems:(nullable NSNumber *)maxItems + itemValidator:(void (^_Nullable)(T))itemValidator; /// Validator for `NSDictionary` objects. Enforces minimum number of items and/or maximum minimum number of items. /// Method /// requires a validator block that can validate each item in the array. -+ (void (^)(NSDictionary *))mapValidator:(void (^_Nullable)(T))itemValidator; ++ (void (^_Nonnull)(NSDictionary *))mapValidator:(void (^_Nullable)(T))itemValidator; /// Wrapper validator for nullable objects. Maintains a reference to the object's normal non-nullable validator. -+ (void (^)(T))nullableValidator:(void (^)(T))internalValidator; ++ (void (^_Nonnull)(T))nullableValidator:(void (^_Nonnull)(T))internalValidator; + ++ (void (^_Nonnull)(id))nonnullValidator:(void (^_Nullable)(id))internalValidator; + ++ (void)raiseIllegalStateErrorWithMessage:(NSString *)message; @end diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBStoneValidators.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBStoneValidators.m index 01970461..ed8fc6a8 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBStoneValidators.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBStoneValidators.m @@ -11,26 +11,31 @@ @implementation DBStoneValidators pattern:(NSString *)pattern { void (^validator)(NSString *) = ^(NSString *value) { - __unused NSUInteger length = [value length]; - - if (minLength) { - __unused NSString *message = - [NSString stringWithFormat:@"\"%@\" must be at least %@ characters", value, [minLength stringValue]]; - NSAssert(length >= [minLength unsignedIntegerValue], message); + if (minLength != nil) { + if ([value length] < [minLength unsignedIntegerValue]) { + NSString *exceptionMessage = + [NSString stringWithFormat:@"\"%@\" must be at least %@ characters", value, [minLength stringValue]]; + [[self class] raiseIllegalStateErrorWithMessage:exceptionMessage]; + } } - if (maxLength) { - __unused NSString *message = - [NSString stringWithFormat:@"\"%@\" must be at most %@ characters", value, [maxLength stringValue]]; - NSAssert(length <= [maxLength unsignedIntegerValue], message); + if (maxLength != nil) { + if ([value length] > [maxLength unsignedIntegerValue]) { + NSString *exceptionMessage = + [NSString stringWithFormat:@"\"%@\" must be at most %@ characters", value, [minLength stringValue]]; + [[self class] raiseIllegalStateErrorWithMessage:exceptionMessage]; + } } - if (pattern && pattern.length != 0) { + if (pattern != nil && pattern.length != 0) { NSError *error; NSRegularExpression *re = [NSRegularExpression regularExpressionWithPattern:pattern options:0 error:&error]; - __unused NSArray *matches = [re matchesInString:value options:0 range:NSMakeRange(0, [value length])]; - __unused NSString *message = [NSString stringWithFormat:@"\"%@\" must match pattern \"%@\"", value, [re pattern]]; - NSAssert([matches count] > 0, message); + NSArray *matches = [re matchesInString:value options:0 range:NSMakeRange(0, [value length])]; + if ([matches count] == 0) { + NSString *exceptionMessage = + [NSString stringWithFormat:@"\"%@\" must match pattern \"%@\"", value, [re pattern]]; + [[self class] raiseIllegalStateErrorWithMessage:exceptionMessage]; + } } }; @@ -39,16 +44,20 @@ @implementation DBStoneValidators + (void (^)(NSNumber *))numericValidator:(NSNumber *)minValue maxValue:(NSNumber *)maxValue { void (^validator)(NSNumber *) = ^(NSNumber *value) { - if (minValue) { - __unused NSString *message = - [NSString stringWithFormat:@"\"%@\" must be at least %@", value, [minValue stringValue]]; - NSAssert([value unsignedIntegerValue] >= [minValue unsignedIntegerValue], message); + if (minValue != nil) { + if ([value unsignedIntegerValue] < [minValue unsignedIntegerValue]) { + NSString *exceptionMessage = + [NSString stringWithFormat:@"\"%@\" must be at least %@", value, [minValue stringValue]]; + [[self class] raiseIllegalStateErrorWithMessage:exceptionMessage]; + } } - if (maxValue) { - __unused NSString *message = - [NSString stringWithFormat:@"\"%@\" must be at most %@", value, [maxValue stringValue]]; - NSAssert([value unsignedIntegerValue] <= [maxValue unsignedIntegerValue], message); + if (maxValue != nil) { + if ([value unsignedIntegerValue] > [maxValue unsignedIntegerValue]) { + NSString *exceptionMessage = + [NSString stringWithFormat:@"\"%@\" must be at most %@", value, [maxValue stringValue]]; + [[self class] raiseIllegalStateErrorWithMessage:exceptionMessage]; + } } }; @@ -59,21 +68,23 @@ @implementation DBStoneValidators maxItems:(NSNumber *)maxItems itemValidator:(void (^)(id))itemValidator { void (^validator)(NSArray *) = ^(NSArray *value) { - __unused NSUInteger count = [value count]; - - if (minItems) { - __unused NSString *message = - [NSString stringWithFormat:@"\"%@\" must be at least %@ items", value, [minItems stringValue]]; - NSAssert(count >= [minItems unsignedIntegerValue], message); + if (minItems != nil) { + if ([value count] < [minItems unsignedIntegerValue]) { + NSString *exceptionMessage = + [NSString stringWithFormat:@"\"%@\" must be at least %@ items", value, [minItems stringValue]]; + [[self class] raiseIllegalStateErrorWithMessage:exceptionMessage]; + } } - if (maxItems) { - __unused NSString *message = - [NSString stringWithFormat:@"\"%@\" must be at most %@ items", value, [maxItems stringValue]]; - NSAssert(count <= [maxItems unsignedIntegerValue], message); + if (maxItems != nil) { + if ([value count] > [maxItems unsignedIntegerValue]) { + NSString *exceptionMessage = + [NSString stringWithFormat:@"\"%@\" must be at most %@ items", value, [maxItems stringValue]]; + [[self class] raiseIllegalStateErrorWithMessage:exceptionMessage]; + } } - if (itemValidator) { + if (itemValidator != nil) { for (id item in value) { itemValidator(item); } @@ -85,7 +96,7 @@ @implementation DBStoneValidators + (void (^)(NSDictionary *))mapValidator:(void (^)(id))itemValidator { void (^validator)(NSDictionary *) = ^(NSDictionary *value) { - if (itemValidator) { + if (itemValidator != nil) { for (id key in value) { itemValidator(value[key]); } @@ -95,9 +106,9 @@ @implementation DBStoneValidators return validator; } -+ (void (^_Nonnull)(id))nullableValidator:(void (^_Nonnull)(id))internalValidator { - void (^validator)(NSNumber *) = ^(NSNumber *value) { - if (value) { ++ (void (^)(id))nullableValidator:(void (^)(id))internalValidator { + void (^validator)(id) = ^(id value) { + if (value != nil) { internalValidator(value); } }; @@ -105,4 +116,23 @@ @implementation DBStoneValidators return validator; } ++ (void (^)(id))nonnullValidator:(void (^)(id))internalValidator { + void (^validator)(id) = ^(id value) { + if (value == nil) { + [[self class] raiseIllegalStateErrorWithMessage:@"Value must not be `nil`"]; + } + + if (internalValidator != nil) { + internalValidator(value); + } + }; + + return validator; +} + ++ (void)raiseIllegalStateErrorWithMessage:(NSString *)message { + NSString *exceptionMessage = + [NSString stringWithFormat:@"%@:\n%@", message, [[NSThread callStackSymbols] objectAtIndex:0]]; + [NSException raise:@"IllegalStateException" format:exceptionMessage, nil]; +} @end diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEPROPERTIESTeamAuthRoutes.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEPROPERTIESTeamAuthRoutes.h new file mode 100644 index 00000000..b27a2ad1 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEPROPERTIESTeamAuthRoutes.h @@ -0,0 +1,120 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBTasks.h" + +@class DBFILEPROPERTIESAddPropertiesError; +@class DBFILEPROPERTIESAddTemplateResult; +@class DBFILEPROPERTIESGetTemplateResult; +@class DBFILEPROPERTIESInvalidPropertyGroupError; +@class DBFILEPROPERTIESListTemplateResult; +@class DBFILEPROPERTIESLogicalOperator; +@class DBFILEPROPERTIESLookUpPropertiesError; +@class DBFILEPROPERTIESLookupError; +@class DBFILEPROPERTIESModifyTemplateError; +@class DBFILEPROPERTIESPropertiesSearchError; +@class DBFILEPROPERTIESPropertiesSearchMatch; +@class DBFILEPROPERTIESPropertiesSearchMode; +@class DBFILEPROPERTIESPropertiesSearchQuery; +@class DBFILEPROPERTIESPropertiesSearchResult; +@class DBFILEPROPERTIESPropertyField; +@class DBFILEPROPERTIESPropertyFieldTemplate; +@class DBFILEPROPERTIESPropertyGroup; +@class DBFILEPROPERTIESPropertyGroupUpdate; +@class DBFILEPROPERTIESPropertyType; +@class DBFILEPROPERTIESRemovePropertiesError; +@class DBFILEPROPERTIESTemplateError; +@class DBFILEPROPERTIESTemplateFilter; +@class DBFILEPROPERTIESUpdatePropertiesError; +@class DBFILEPROPERTIESUpdateTemplateResult; +@class DBNilObject; + +@protocol DBTransportClient; + +/// +/// Routes for the `FileProperties` namespace +/// + +NS_ASSUME_NONNULL_BEGIN + +@interface DBFILEPROPERTIESTeamAuthRoutes : NSObject + +/// An instance of the networking client that each route will use to submit a +/// request. +@property (nonatomic, readonly) id client; + +/// Initializes the `DBFILEPROPERTIESTeamAuthRoutes` namespace container object +/// with a networking client. +- (instancetype)init:(id)client; + +/// +/// Add a template associated with a team. See `propertiesAdd` to add properties to a file or folder. +/// +/// +/// @return Through the response callback, the caller will receive a `DBFILEPROPERTIESAddTemplateResult` object on +/// success or a `DBFILEPROPERTIESModifyTemplateError` object on failure. +/// +- (DBRpcTask *) +templatesAddForTeam:(NSString *)name + description_:(NSString *)description_ + fields:(NSArray *)fields; + +/// +/// Get the schema for a specified template. +/// +/// @param templateId An identifier for template added by route See `templatesAddForUser` or `templatesAddForTeam`. +/// +/// @return Through the response callback, the caller will receive a `DBFILEPROPERTIESGetTemplateResult` object on +/// success or a `DBFILEPROPERTIESTemplateError` object on failure. +/// +- (DBRpcTask *)templatesGetForTeam: + (NSString *)templateId; + +/// +/// Get the template identifiers for a team. To get the schema of each template use `templatesGetForTeam`. +/// +/// +/// @return Through the response callback, the caller will receive a `DBFILEPROPERTIESListTemplateResult` object on +/// success or a `DBFILEPROPERTIESTemplateError` object on failure. +/// +- (DBRpcTask *)templatesListForTeam; + +/// +/// Update a template associated with a team. This route can update the template name, the template description and add +/// optional properties to templates. +/// +/// @param templateId An identifier for template added by See `templatesAddForUser` or `templatesAddForTeam`. +/// +/// @return Through the response callback, the caller will receive a `DBFILEPROPERTIESUpdateTemplateResult` object on +/// success or a `DBFILEPROPERTIESModifyTemplateError` object on failure. +/// +- (DBRpcTask *)templatesUpdateForTeam: + (NSString *)templateId; + +/// +/// Update a template associated with a team. This route can update the template name, the template description and add +/// optional properties to templates. +/// +/// @param templateId An identifier for template added by See `templatesAddForUser` or `templatesAddForTeam`. +/// @param name A display name for the template. template names can be up to 256 bytes. +/// @param description_ Description for the new template. Template descriptions can be up to 1024 bytes. +/// @param addFields Property field templates to be added to the group template. There can be up to 32 properties in a +/// single template. +/// +/// @return Through the response callback, the caller will receive a `DBFILEPROPERTIESUpdateTemplateResult` object on +/// success or a `DBFILEPROPERTIESModifyTemplateError` object on failure. +/// +- (DBRpcTask *) +templatesUpdateForTeam:(NSString *)templateId + name:(nullable NSString *)name + description_:(nullable NSString *)description_ + addFields:(nullable NSArray *)addFields; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEPROPERTIESTeamAuthRoutes.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEPROPERTIESTeamAuthRoutes.m new file mode 100644 index 00000000..ce8f2c2c --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEPROPERTIESTeamAuthRoutes.m @@ -0,0 +1,91 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import "DBFILEPROPERTIESTeamAuthRoutes.h" +#import "DBFILEPROPERTIESAddPropertiesArg.h" +#import "DBFILEPROPERTIESAddPropertiesError.h" +#import "DBFILEPROPERTIESAddTemplateArg.h" +#import "DBFILEPROPERTIESAddTemplateResult.h" +#import "DBFILEPROPERTIESGetTemplateArg.h" +#import "DBFILEPROPERTIESGetTemplateResult.h" +#import "DBFILEPROPERTIESInvalidPropertyGroupError.h" +#import "DBFILEPROPERTIESListTemplateResult.h" +#import "DBFILEPROPERTIESLookUpPropertiesError.h" +#import "DBFILEPROPERTIESLookupError.h" +#import "DBFILEPROPERTIESModifyTemplateError.h" +#import "DBFILEPROPERTIESOverwritePropertyGroupArg.h" +#import "DBFILEPROPERTIESPropertiesError.h" +#import "DBFILEPROPERTIESPropertiesSearchArg.h" +#import "DBFILEPROPERTIESPropertiesSearchError.h" +#import "DBFILEPROPERTIESPropertiesSearchMatch.h" +#import "DBFILEPROPERTIESPropertiesSearchQuery.h" +#import "DBFILEPROPERTIESPropertiesSearchResult.h" +#import "DBFILEPROPERTIESPropertyFieldTemplate.h" +#import "DBFILEPROPERTIESPropertyGroup.h" +#import "DBFILEPROPERTIESPropertyGroupTemplate.h" +#import "DBFILEPROPERTIESPropertyGroupUpdate.h" +#import "DBFILEPROPERTIESRemovePropertiesArg.h" +#import "DBFILEPROPERTIESRemovePropertiesError.h" +#import "DBFILEPROPERTIESRouteObjects.h" +#import "DBFILEPROPERTIESTemplateError.h" +#import "DBFILEPROPERTIESTemplateFilter.h" +#import "DBFILEPROPERTIESUpdatePropertiesArg.h" +#import "DBFILEPROPERTIESUpdatePropertiesError.h" +#import "DBFILEPROPERTIESUpdateTemplateArg.h" +#import "DBFILEPROPERTIESUpdateTemplateResult.h" +#import "DBRequestErrors.h" +#import "DBStoneBase.h" +#import "DBTransportClientProtocol.h" + +@implementation DBFILEPROPERTIESTeamAuthRoutes + +- (instancetype)init:(id)client { + self = [super init]; + if (self) { + _client = client; + } + return self; +} + +- (DBRpcTask *)templatesAddForTeam:(NSString *)name + description_:(NSString *)description_ + fields:(NSArray *)fields { + DBRoute *route = DBFILEPROPERTIESRouteObjects.DBFILEPROPERTIESTemplatesAddForTeam; + DBFILEPROPERTIESAddTemplateArg *arg = + [[DBFILEPROPERTIESAddTemplateArg alloc] initWithName:name description_:description_ fields:fields]; + return [self.client requestRpc:route arg:arg]; +} + +- (DBRpcTask *)templatesGetForTeam:(NSString *)templateId { + DBRoute *route = DBFILEPROPERTIESRouteObjects.DBFILEPROPERTIESTemplatesGetForTeam; + DBFILEPROPERTIESGetTemplateArg *arg = [[DBFILEPROPERTIESGetTemplateArg alloc] initWithTemplateId:templateId]; + return [self.client requestRpc:route arg:arg]; +} + +- (DBRpcTask *)templatesListForTeam { + DBRoute *route = DBFILEPROPERTIESRouteObjects.DBFILEPROPERTIESTemplatesListForTeam; + return [self.client requestRpc:route arg:nil]; +} + +- (DBRpcTask *)templatesUpdateForTeam:(NSString *)templateId { + DBRoute *route = DBFILEPROPERTIESRouteObjects.DBFILEPROPERTIESTemplatesUpdateForTeam; + DBFILEPROPERTIESUpdateTemplateArg *arg = [[DBFILEPROPERTIESUpdateTemplateArg alloc] initWithTemplateId:templateId]; + return [self.client requestRpc:route arg:arg]; +} + +- (DBRpcTask *)templatesUpdateForTeam:(NSString *)templateId + name:(NSString *)name + description_:(NSString *)description_ + addFields:(NSArray *)addFields { + DBRoute *route = DBFILEPROPERTIESRouteObjects.DBFILEPROPERTIESTemplatesUpdateForTeam; + DBFILEPROPERTIESUpdateTemplateArg *arg = [[DBFILEPROPERTIESUpdateTemplateArg alloc] initWithTemplateId:templateId + name:name + description_:description_ + addFields:addFields]; + return [self.client requestRpc:route arg:arg]; +} + +@end diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEPROPERTIESUserAuthRoutes.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEPROPERTIESUserAuthRoutes.h new file mode 100644 index 00000000..71eb16e8 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEPROPERTIESUserAuthRoutes.h @@ -0,0 +1,207 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBTasks.h" + +@class DBFILEPROPERTIESAddPropertiesError; +@class DBFILEPROPERTIESAddTemplateResult; +@class DBFILEPROPERTIESGetTemplateResult; +@class DBFILEPROPERTIESInvalidPropertyGroupError; +@class DBFILEPROPERTIESListTemplateResult; +@class DBFILEPROPERTIESLogicalOperator; +@class DBFILEPROPERTIESLookUpPropertiesError; +@class DBFILEPROPERTIESLookupError; +@class DBFILEPROPERTIESModifyTemplateError; +@class DBFILEPROPERTIESPropertiesSearchError; +@class DBFILEPROPERTIESPropertiesSearchMatch; +@class DBFILEPROPERTIESPropertiesSearchMode; +@class DBFILEPROPERTIESPropertiesSearchQuery; +@class DBFILEPROPERTIESPropertiesSearchResult; +@class DBFILEPROPERTIESPropertyField; +@class DBFILEPROPERTIESPropertyFieldTemplate; +@class DBFILEPROPERTIESPropertyGroup; +@class DBFILEPROPERTIESPropertyGroupUpdate; +@class DBFILEPROPERTIESPropertyType; +@class DBFILEPROPERTIESRemovePropertiesError; +@class DBFILEPROPERTIESTemplateError; +@class DBFILEPROPERTIESTemplateFilter; +@class DBFILEPROPERTIESUpdatePropertiesError; +@class DBFILEPROPERTIESUpdateTemplateResult; +@class DBNilObject; + +@protocol DBTransportClient; + +/// +/// Routes for the `FileProperties` namespace +/// + +NS_ASSUME_NONNULL_BEGIN + +@interface DBFILEPROPERTIESUserAuthRoutes : NSObject + +/// An instance of the networking client that each route will use to submit a +/// request. +@property (nonatomic, readonly) id client; + +/// Initializes the `DBFILEPROPERTIESUserAuthRoutes` namespace container object +/// with a networking client. +- (instancetype)init:(id)client; + +/// +/// Add property groups to a Dropbox file. See `templatesAddForUser` or `templatesAddForTeam` to create new templates. +/// +/// @param path A unique identifier for the file or folder. +/// @param propertyGroups The property groups which are to be added to a Dropbox file. +/// +/// @return Through the response callback, the caller will receive a `void` object on success or a +/// `DBFILEPROPERTIESAddPropertiesError` object on failure. +/// +- (DBRpcTask *) + propertiesAdd:(NSString *)path +propertyGroups:(NSArray *)propertyGroups; + +/// +/// Overwrite property groups associated with a file. This endpoint should be used instead of `propertiesUpdate` when +/// property groups are being updated via a "snapshot" instead of via a "delta". In other words, this endpoint will +/// delete all omitted fields from a property group, whereas `propertiesUpdate` will only delete fields that are +/// explicitly marked for deletion. +/// +/// @param path A unique identifier for the file or folder. +/// @param propertyGroups The property groups "snapshot" updates to force apply. +/// +/// @return Through the response callback, the caller will receive a `void` object on success or a +/// `DBFILEPROPERTIESInvalidPropertyGroupError` object on failure. +/// +- (DBRpcTask *) +propertiesOverwrite:(NSString *)path + propertyGroups:(NSArray *)propertyGroups; + +/// +/// Remove the specified property group from the file. To remove specific property field key value pairs, see +/// `propertiesUpdate`. To update a template, see `templatesUpdateForUser` or `templatesUpdateForTeam`. Templates can't +/// be removed once created. +/// +/// @param path A unique identifier for the file or folder. +/// @param propertyTemplateIds A list of identifiers for a template created by `templatesAddForUser` or +/// `templatesAddForTeam`. +/// +/// @return Through the response callback, the caller will receive a `void` object on success or a +/// `DBFILEPROPERTIESRemovePropertiesError` object on failure. +/// +- (DBRpcTask *)propertiesRemove:(NSString *)path + propertyTemplateIds: + (NSArray *)propertyTemplateIds; + +/// +/// Search across property templates for particular property field values. +/// +/// @param queries Queries to search. +/// +/// @return Through the response callback, the caller will receive a `DBFILEPROPERTIESPropertiesSearchResult` object on +/// success or a `DBFILEPROPERTIESPropertiesSearchError` object on failure. +/// +- (DBRpcTask *)propertiesSearch: + (NSArray *)queries; + +/// +/// Search across property templates for particular property field values. +/// +/// @param queries Queries to search. +/// @param templateFilter Filter results to contain only properties associated with these template IDs. +/// +/// @return Through the response callback, the caller will receive a `DBFILEPROPERTIESPropertiesSearchResult` object on +/// success or a `DBFILEPROPERTIESPropertiesSearchError` object on failure. +/// +- (DBRpcTask *) +propertiesSearch:(NSArray *)queries + templateFilter:(nullable DBFILEPROPERTIESTemplateFilter *)templateFilter; + +/// +/// Add, update or remove properties associated with the supplied file and templates. This endpoint should be used +/// instead of `propertiesOverwrite` when property groups are being updated via a "delta" instead of via a "snapshot" . +/// In other words, this endpoint will not delete any omitted fields from a property group, whereas +/// `propertiesOverwrite` will delete any fields that are omitted from a property group. +/// +/// @param path A unique identifier for the file or folder. +/// @param updatePropertyGroups The property groups "delta" updates to apply. +/// +/// @return Through the response callback, the caller will receive a `void` object on success or a +/// `DBFILEPROPERTIESUpdatePropertiesError` object on failure. +/// +- (DBRpcTask *) + propertiesUpdate:(NSString *)path +updatePropertyGroups:(NSArray *)updatePropertyGroups; + +/// +/// Add a template associated with a user. See `propertiesAdd` to add properties to a file. This endpoint can't be +/// called on a team member or admin's behalf. +/// +/// +/// @return Through the response callback, the caller will receive a `DBFILEPROPERTIESAddTemplateResult` object on +/// success or a `DBFILEPROPERTIESModifyTemplateError` object on failure. +/// +- (DBRpcTask *) +templatesAddForUser:(NSString *)name + description_:(NSString *)description_ + fields:(NSArray *)fields; + +/// +/// Get the schema for a specified template. This endpoint can't be called on a team member or admin's behalf. +/// +/// @param templateId An identifier for template added by route See `templatesAddForUser` or `templatesAddForTeam`. +/// +/// @return Through the response callback, the caller will receive a `DBFILEPROPERTIESGetTemplateResult` object on +/// success or a `DBFILEPROPERTIESTemplateError` object on failure. +/// +- (DBRpcTask *)templatesGetForUser: + (NSString *)templateId; + +/// +/// Get the template identifiers for a team. To get the schema of each template use `templatesGetForUser`. This endpoint +/// can't be called on a team member or admin's behalf. +/// +/// +/// @return Through the response callback, the caller will receive a `DBFILEPROPERTIESListTemplateResult` object on +/// success or a `DBFILEPROPERTIESTemplateError` object on failure. +/// +- (DBRpcTask *)templatesListForUser; + +/// +/// Update a template associated with a user. This route can update the template name, the template description and add +/// optional properties to templates. This endpoint can't be called on a team member or admin's behalf. +/// +/// @param templateId An identifier for template added by See `templatesAddForUser` or `templatesAddForTeam`. +/// +/// @return Through the response callback, the caller will receive a `DBFILEPROPERTIESUpdateTemplateResult` object on +/// success or a `DBFILEPROPERTIESModifyTemplateError` object on failure. +/// +- (DBRpcTask *)templatesUpdateForUser: + (NSString *)templateId; + +/// +/// Update a template associated with a user. This route can update the template name, the template description and add +/// optional properties to templates. This endpoint can't be called on a team member or admin's behalf. +/// +/// @param templateId An identifier for template added by See `templatesAddForUser` or `templatesAddForTeam`. +/// @param name A display name for the template. template names can be up to 256 bytes. +/// @param description_ Description for the new template. Template descriptions can be up to 1024 bytes. +/// @param addFields Property field templates to be added to the group template. There can be up to 32 properties in a +/// single template. +/// +/// @return Through the response callback, the caller will receive a `DBFILEPROPERTIESUpdateTemplateResult` object on +/// success or a `DBFILEPROPERTIESModifyTemplateError` object on failure. +/// +- (DBRpcTask *) +templatesUpdateForUser:(NSString *)templateId + name:(nullable NSString *)name + description_:(nullable NSString *)description_ + addFields:(nullable NSArray *)addFields; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEPROPERTIESUserAuthRoutes.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEPROPERTIESUserAuthRoutes.m new file mode 100644 index 00000000..8c3689f9 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEPROPERTIESUserAuthRoutes.m @@ -0,0 +1,136 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import "DBFILEPROPERTIESUserAuthRoutes.h" +#import "DBFILEPROPERTIESAddPropertiesArg.h" +#import "DBFILEPROPERTIESAddPropertiesError.h" +#import "DBFILEPROPERTIESAddTemplateArg.h" +#import "DBFILEPROPERTIESAddTemplateResult.h" +#import "DBFILEPROPERTIESGetTemplateArg.h" +#import "DBFILEPROPERTIESGetTemplateResult.h" +#import "DBFILEPROPERTIESInvalidPropertyGroupError.h" +#import "DBFILEPROPERTIESListTemplateResult.h" +#import "DBFILEPROPERTIESLookUpPropertiesError.h" +#import "DBFILEPROPERTIESLookupError.h" +#import "DBFILEPROPERTIESModifyTemplateError.h" +#import "DBFILEPROPERTIESOverwritePropertyGroupArg.h" +#import "DBFILEPROPERTIESPropertiesError.h" +#import "DBFILEPROPERTIESPropertiesSearchArg.h" +#import "DBFILEPROPERTIESPropertiesSearchError.h" +#import "DBFILEPROPERTIESPropertiesSearchMatch.h" +#import "DBFILEPROPERTIESPropertiesSearchQuery.h" +#import "DBFILEPROPERTIESPropertiesSearchResult.h" +#import "DBFILEPROPERTIESPropertyFieldTemplate.h" +#import "DBFILEPROPERTIESPropertyGroup.h" +#import "DBFILEPROPERTIESPropertyGroupTemplate.h" +#import "DBFILEPROPERTIESPropertyGroupUpdate.h" +#import "DBFILEPROPERTIESRemovePropertiesArg.h" +#import "DBFILEPROPERTIESRemovePropertiesError.h" +#import "DBFILEPROPERTIESRouteObjects.h" +#import "DBFILEPROPERTIESTemplateError.h" +#import "DBFILEPROPERTIESTemplateFilter.h" +#import "DBFILEPROPERTIESUpdatePropertiesArg.h" +#import "DBFILEPROPERTIESUpdatePropertiesError.h" +#import "DBFILEPROPERTIESUpdateTemplateArg.h" +#import "DBFILEPROPERTIESUpdateTemplateResult.h" +#import "DBRequestErrors.h" +#import "DBStoneBase.h" +#import "DBTransportClientProtocol.h" + +@implementation DBFILEPROPERTIESUserAuthRoutes + +- (instancetype)init:(id)client { + self = [super init]; + if (self) { + _client = client; + } + return self; +} + +- (DBRpcTask *)propertiesAdd:(NSString *)path + propertyGroups:(NSArray *)propertyGroups { + DBRoute *route = DBFILEPROPERTIESRouteObjects.DBFILEPROPERTIESPropertiesAdd; + DBFILEPROPERTIESAddPropertiesArg *arg = + [[DBFILEPROPERTIESAddPropertiesArg alloc] initWithPath:path propertyGroups:propertyGroups]; + return [self.client requestRpc:route arg:arg]; +} + +- (DBRpcTask *)propertiesOverwrite:(NSString *)path + propertyGroups:(NSArray *)propertyGroups { + DBRoute *route = DBFILEPROPERTIESRouteObjects.DBFILEPROPERTIESPropertiesOverwrite; + DBFILEPROPERTIESOverwritePropertyGroupArg *arg = + [[DBFILEPROPERTIESOverwritePropertyGroupArg alloc] initWithPath:path propertyGroups:propertyGroups]; + return [self.client requestRpc:route arg:arg]; +} + +- (DBRpcTask *)propertiesRemove:(NSString *)path propertyTemplateIds:(NSArray *)propertyTemplateIds { + DBRoute *route = DBFILEPROPERTIESRouteObjects.DBFILEPROPERTIESPropertiesRemove; + DBFILEPROPERTIESRemovePropertiesArg *arg = + [[DBFILEPROPERTIESRemovePropertiesArg alloc] initWithPath:path propertyTemplateIds:propertyTemplateIds]; + return [self.client requestRpc:route arg:arg]; +} + +- (DBRpcTask *)propertiesSearch:(NSArray *)queries { + DBRoute *route = DBFILEPROPERTIESRouteObjects.DBFILEPROPERTIESPropertiesSearch; + DBFILEPROPERTIESPropertiesSearchArg *arg = [[DBFILEPROPERTIESPropertiesSearchArg alloc] initWithQueries:queries]; + return [self.client requestRpc:route arg:arg]; +} + +- (DBRpcTask *)propertiesSearch:(NSArray *)queries + templateFilter:(DBFILEPROPERTIESTemplateFilter *)templateFilter { + DBRoute *route = DBFILEPROPERTIESRouteObjects.DBFILEPROPERTIESPropertiesSearch; + DBFILEPROPERTIESPropertiesSearchArg *arg = + [[DBFILEPROPERTIESPropertiesSearchArg alloc] initWithQueries:queries templateFilter:templateFilter]; + return [self.client requestRpc:route arg:arg]; +} + +- (DBRpcTask *)propertiesUpdate:(NSString *)path + updatePropertyGroups:(NSArray *)updatePropertyGroups { + DBRoute *route = DBFILEPROPERTIESRouteObjects.DBFILEPROPERTIESPropertiesUpdate; + DBFILEPROPERTIESUpdatePropertiesArg *arg = + [[DBFILEPROPERTIESUpdatePropertiesArg alloc] initWithPath:path updatePropertyGroups:updatePropertyGroups]; + return [self.client requestRpc:route arg:arg]; +} + +- (DBRpcTask *)templatesAddForUser:(NSString *)name + description_:(NSString *)description_ + fields:(NSArray *)fields { + DBRoute *route = DBFILEPROPERTIESRouteObjects.DBFILEPROPERTIESTemplatesAddForUser; + DBFILEPROPERTIESAddTemplateArg *arg = + [[DBFILEPROPERTIESAddTemplateArg alloc] initWithName:name description_:description_ fields:fields]; + return [self.client requestRpc:route arg:arg]; +} + +- (DBRpcTask *)templatesGetForUser:(NSString *)templateId { + DBRoute *route = DBFILEPROPERTIESRouteObjects.DBFILEPROPERTIESTemplatesGetForUser; + DBFILEPROPERTIESGetTemplateArg *arg = [[DBFILEPROPERTIESGetTemplateArg alloc] initWithTemplateId:templateId]; + return [self.client requestRpc:route arg:arg]; +} + +- (DBRpcTask *)templatesListForUser { + DBRoute *route = DBFILEPROPERTIESRouteObjects.DBFILEPROPERTIESTemplatesListForUser; + return [self.client requestRpc:route arg:nil]; +} + +- (DBRpcTask *)templatesUpdateForUser:(NSString *)templateId { + DBRoute *route = DBFILEPROPERTIESRouteObjects.DBFILEPROPERTIESTemplatesUpdateForUser; + DBFILEPROPERTIESUpdateTemplateArg *arg = [[DBFILEPROPERTIESUpdateTemplateArg alloc] initWithTemplateId:templateId]; + return [self.client requestRpc:route arg:arg]; +} + +- (DBRpcTask *)templatesUpdateForUser:(NSString *)templateId + name:(NSString *)name + description_:(NSString *)description_ + addFields:(NSArray *)addFields { + DBRoute *route = DBFILEPROPERTIESRouteObjects.DBFILEPROPERTIESTemplatesUpdateForUser; + DBFILEPROPERTIESUpdateTemplateArg *arg = [[DBFILEPROPERTIESUpdateTemplateArg alloc] initWithTemplateId:templateId + name:name + description_:description_ + addFields:addFields]; + return [self.client requestRpc:route arg:arg]; +} + +@end diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEREQUESTSUserAuthRoutes.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEREQUESTSUserAuthRoutes.h new file mode 100644 index 00000000..aec82e67 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEREQUESTSUserAuthRoutes.h @@ -0,0 +1,124 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +#import "DBTasks.h" + +@class DBFILEREQUESTSCreateFileRequestError; +@class DBFILEREQUESTSFileRequest; +@class DBFILEREQUESTSFileRequestDeadline; +@class DBFILEREQUESTSGetFileRequestError; +@class DBFILEREQUESTSGracePeriod; +@class DBFILEREQUESTSListFileRequestsError; +@class DBFILEREQUESTSListFileRequestsResult; +@class DBFILEREQUESTSUpdateFileRequestDeadline; +@class DBFILEREQUESTSUpdateFileRequestError; +@class DBNilObject; + +@protocol DBTransportClient; + +/// +/// Routes for the `FileRequests` namespace +/// + +NS_ASSUME_NONNULL_BEGIN + +@interface DBFILEREQUESTSUserAuthRoutes : NSObject + +/// An instance of the networking client that each route will use to submit a +/// request. +@property (nonatomic, readonly) id client; + +/// Initializes the `DBFILEREQUESTSUserAuthRoutes` namespace container object +/// with a networking client. +- (instancetype)init:(id)client; + +/// +/// Creates a file request for this user. +/// +/// @param title The title of the file request. Must not be empty. +/// @param destination The path of the folder in the Dropbox where uploaded files will be sent. For apps with the app +/// folder permission, this will be relative to the app folder. +/// +/// @return Through the response callback, the caller will receive a `DBFILEREQUESTSFileRequest` object on success or a +/// `DBFILEREQUESTSCreateFileRequestError` object on failure. +/// +- (DBRpcTask *)create:(NSString *)title + destination:(NSString *)destination; + +/// +/// Creates a file request for this user. +/// +/// @param title The title of the file request. Must not be empty. +/// @param destination The path of the folder in the Dropbox where uploaded files will be sent. For apps with the app +/// folder permission, this will be relative to the app folder. +/// @param deadline The deadline for the file request. Deadlines can only be set by Pro and Business accounts. +/// @param open Whether or not the file request should be open. If the file request is closed, it will not accept any +/// file submissions, but it can be opened later. +/// +/// @return Through the response callback, the caller will receive a `DBFILEREQUESTSFileRequest` object on success or a +/// `DBFILEREQUESTSCreateFileRequestError` object on failure. +/// +- (DBRpcTask *) + create:(NSString *)title +destination:(NSString *)destination + deadline:(nullable DBFILEREQUESTSFileRequestDeadline *)deadline + open:(nullable NSNumber *)open; + +/// +/// Returns the specified file request. +/// +/// @param id_ The ID of the file request to retrieve. +/// +/// @return Through the response callback, the caller will receive a `DBFILEREQUESTSFileRequest` object on success or a +/// `DBFILEREQUESTSGetFileRequestError` object on failure. +/// +- (DBRpcTask *)get:(NSString *)id_; + +/// +/// Returns a list of file requests owned by this user. For apps with the app folder permission, this will only return +/// file requests with destinations in the app folder. +/// +/// +/// @return Through the response callback, the caller will receive a `DBFILEREQUESTSListFileRequestsResult` object on +/// success or a `DBFILEREQUESTSListFileRequestsError` object on failure. +/// +- (DBRpcTask *)list; + +/// +/// Update a file request. +/// +/// @param id_ The ID of the file request to update. +/// +/// @return Through the response callback, the caller will receive a `DBFILEREQUESTSFileRequest` object on success or a +/// `DBFILEREQUESTSUpdateFileRequestError` object on failure. +/// +- (DBRpcTask *)update:(NSString *)id_; + +/// +/// Update a file request. +/// +/// @param id_ The ID of the file request to update. +/// @param title The new title of the file request. Must not be empty. +/// @param destination The new path of the folder in the Dropbox where uploaded files will be sent. For apps with the +/// app folder permission, this will be relative to the app folder. +/// @param deadline The new deadline for the file request. +/// @param open Whether to set this file request as open or closed. +/// +/// @return Through the response callback, the caller will receive a `DBFILEREQUESTSFileRequest` object on success or a +/// `DBFILEREQUESTSUpdateFileRequestError` object on failure. +/// +- (DBRpcTask *) + update:(NSString *)id_ + title:(nullable NSString *)title +destination:(nullable NSString *)destination + deadline:(nullable DBFILEREQUESTSUpdateFileRequestDeadline *)deadline + open:(nullable NSNumber *)open; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEREQUESTSUserAuthRoutes.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEREQUESTSUserAuthRoutes.m new file mode 100644 index 00000000..dda593ca --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEREQUESTSUserAuthRoutes.m @@ -0,0 +1,86 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import "DBFILEREQUESTSUserAuthRoutes.h" +#import "DBFILEREQUESTSCreateFileRequestArgs.h" +#import "DBFILEREQUESTSCreateFileRequestError.h" +#import "DBFILEREQUESTSFileRequest.h" +#import "DBFILEREQUESTSFileRequestDeadline.h" +#import "DBFILEREQUESTSFileRequestError.h" +#import "DBFILEREQUESTSGeneralFileRequestsError.h" +#import "DBFILEREQUESTSGetFileRequestArgs.h" +#import "DBFILEREQUESTSGetFileRequestError.h" +#import "DBFILEREQUESTSListFileRequestsError.h" +#import "DBFILEREQUESTSListFileRequestsResult.h" +#import "DBFILEREQUESTSRouteObjects.h" +#import "DBFILEREQUESTSUpdateFileRequestArgs.h" +#import "DBFILEREQUESTSUpdateFileRequestDeadline.h" +#import "DBFILEREQUESTSUpdateFileRequestError.h" +#import "DBRequestErrors.h" +#import "DBStoneBase.h" +#import "DBTransportClientProtocol.h" + +@implementation DBFILEREQUESTSUserAuthRoutes + +- (instancetype)init:(id)client { + self = [super init]; + if (self) { + _client = client; + } + return self; +} + +- (DBRpcTask *)create:(NSString *)title destination:(NSString *)destination { + DBRoute *route = DBFILEREQUESTSRouteObjects.DBFILEREQUESTSCreate; + DBFILEREQUESTSCreateFileRequestArgs *arg = + [[DBFILEREQUESTSCreateFileRequestArgs alloc] initWithTitle:title destination:destination]; + return [self.client requestRpc:route arg:arg]; +} + +- (DBRpcTask *)create:(NSString *)title + destination:(NSString *)destination + deadline:(DBFILEREQUESTSFileRequestDeadline *)deadline + open:(NSNumber *)open { + DBRoute *route = DBFILEREQUESTSRouteObjects.DBFILEREQUESTSCreate; + DBFILEREQUESTSCreateFileRequestArgs *arg = [[DBFILEREQUESTSCreateFileRequestArgs alloc] initWithTitle:title + destination:destination + deadline:deadline + open:open]; + return [self.client requestRpc:route arg:arg]; +} + +- (DBRpcTask *)get:(NSString *)id_ { + DBRoute *route = DBFILEREQUESTSRouteObjects.DBFILEREQUESTSGet; + DBFILEREQUESTSGetFileRequestArgs *arg = [[DBFILEREQUESTSGetFileRequestArgs alloc] initWithId_:id_]; + return [self.client requestRpc:route arg:arg]; +} + +- (DBRpcTask *)list { + DBRoute *route = DBFILEREQUESTSRouteObjects.DBFILEREQUESTSList; + return [self.client requestRpc:route arg:nil]; +} + +- (DBRpcTask *)update:(NSString *)id_ { + DBRoute *route = DBFILEREQUESTSRouteObjects.DBFILEREQUESTSUpdate; + DBFILEREQUESTSUpdateFileRequestArgs *arg = [[DBFILEREQUESTSUpdateFileRequestArgs alloc] initWithId_:id_]; + return [self.client requestRpc:route arg:arg]; +} + +- (DBRpcTask *)update:(NSString *)id_ + title:(NSString *)title + destination:(NSString *)destination + deadline:(DBFILEREQUESTSUpdateFileRequestDeadline *)deadline + open:(NSNumber *)open { + DBRoute *route = DBFILEREQUESTSRouteObjects.DBFILEREQUESTSUpdate; + DBFILEREQUESTSUpdateFileRequestArgs *arg = [[DBFILEREQUESTSUpdateFileRequestArgs alloc] initWithId_:id_ + title:title + destination:destination + deadline:deadline + open:open]; + return [self.client requestRpc:route arg:arg]; +} + +@end diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILESUserAuthRoutes.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILESUserAuthRoutes.h index 80c084fa..7fd88da2 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILESUserAuthRoutes.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILESUserAuthRoutes.h @@ -9,7 +9,19 @@ #import "DBTasks.h" @class DBASYNCPollError; -@class DBFILESAddPropertiesError; +@class DBFILEPROPERTIESAddPropertiesError; +@class DBFILEPROPERTIESGetTemplateResult; +@class DBFILEPROPERTIESInvalidPropertyGroupError; +@class DBFILEPROPERTIESListTemplateResult; +@class DBFILEPROPERTIESLookUpPropertiesError; +@class DBFILEPROPERTIESLookupError; +@class DBFILEPROPERTIESPropertyField; +@class DBFILEPROPERTIESPropertyFieldTemplate; +@class DBFILEPROPERTIESPropertyGroup; +@class DBFILEPROPERTIESPropertyGroupUpdate; +@class DBFILEPROPERTIESRemovePropertiesError; +@class DBFILEPROPERTIESTemplateError; +@class DBFILEPROPERTIESUpdatePropertiesError; @class DBFILESAlphaGetMetadataError; @class DBFILESCommitInfo; @class DBFILESCreateFolderError; @@ -31,7 +43,9 @@ @class DBFILESGetMetadataError; @class DBFILESGetTemporaryLinkError; @class DBFILESGetTemporaryLinkResult; -@class DBFILESInvalidPropertyGroupError; +@class DBFILESGetThumbnailBatchError; +@class DBFILESGetThumbnailBatchResult; +@class DBFILESGetThumbnailBatchResultEntry; @class DBFILESListFolderContinueError; @class DBFILESListFolderError; @class DBFILESListFolderGetLatestCursorResult; @@ -39,13 +53,12 @@ @class DBFILESListFolderLongpollResult; @class DBFILESListFolderResult; @class DBFILESListRevisionsError; +@class DBFILESListRevisionsMode; @class DBFILESListRevisionsResult; -@class DBFILESLookUpPropertiesError; @class DBFILESLookupError; @class DBFILESMediaInfo; @class DBFILESMetadata; @class DBFILESPreviewError; -@class DBFILESPropertyGroupUpdate; @class DBFILESRelocationBatchError; @class DBFILESRelocationBatchJobStatus; @class DBFILESRelocationBatchLaunch; @@ -53,7 +66,6 @@ @class DBFILESRelocationError; @class DBFILESRelocationPath; @class DBFILESRelocationResult; -@class DBFILESRemovePropertiesError; @class DBFILESRestoreError; @class DBFILESSaveCopyReferenceError; @class DBFILESSaveCopyReferenceResult; @@ -64,10 +76,11 @@ @class DBFILESSearchMatch; @class DBFILESSearchMode; @class DBFILESSearchResult; +@class DBFILESSharedLink; +@class DBFILESThumbnailArg; @class DBFILESThumbnailError; @class DBFILESThumbnailFormat; @class DBFILESThumbnailSize; -@class DBFILESUpdatePropertiesError; @class DBFILESUploadError; @class DBFILESUploadErrorWithProperties; @class DBFILESUploadSessionCursor; @@ -83,12 +96,6 @@ @class DBFILESWriteError; @class DBFILESWriteMode; @class DBNilObject; -@class DBPROPERTIESGetPropertyTemplateResult; -@class DBPROPERTIESListPropertyTemplateIds; -@class DBPROPERTIESPropertyField; -@class DBPROPERTIESPropertyFieldTemplate; -@class DBPROPERTIESPropertyGroup; -@class DBPROPERTIESPropertyTemplateError; @protocol DBTransportClient; @@ -165,7 +172,7 @@ alphaUploadUrl:(NSString *)path autorename:(nullable NSNumber *)autorename clientModified:(nullable NSDate *)clientModified mute:(nullable NSNumber *)mute -propertyGroups:(nullable NSArray *)propertyGroups +propertyGroups:(nullable NSArray *)propertyGroups inputUrl:(NSString *)inputUrl; /// @@ -198,7 +205,7 @@ alphaUploadData:(NSString *)path autorename:(nullable NSNumber *)autorename clientModified:(nullable NSDate *)clientModified mute:(nullable NSNumber *)mute - propertyGroups:(nullable NSArray *)propertyGroups + propertyGroups:(nullable NSArray *)propertyGroups inputData:(NSData *)inputData; /// @@ -232,7 +239,7 @@ alphaUploadStream:(NSString *)path autorename:(nullable NSNumber *)autorename clientModified:(nullable NSDate *)clientModified mute:(nullable NSNumber *)mute - propertyGroups:(nullable NSArray *)propertyGroups + propertyGroups:(nullable NSArray *)propertyGroups inputStream:(NSInputStream *)inputStream; /// @@ -245,7 +252,7 @@ alphaUploadStream:(NSString *)path /// - (DBRpcTask *)dCopy:(NSString *)fromPath toPath:(NSString *)toPath - __deprecated_msg("copy is deprecated. Use copy_v2."); + __deprecated_msg("dCopy is deprecated. Use dCopyV2."); /// /// DEPRECATED: Copy a file or folder to a different location in the user's Dropbox. If the source path is a folder all @@ -265,7 +272,7 @@ alphaUploadStream:(NSString *)path allowSharedFolder:(nullable NSNumber *)allowSharedFolder autorename:(nullable NSNumber *)autorename allowOwnershipTransfer:(nullable NSNumber *)allowOwnershipTransfer - __deprecated_msg("copy is deprecated. Use copy_v2."); + __deprecated_msg("dCopy is deprecated. Use dCopyV2."); /// /// Copy multiple files or folders to different locations at once in the user's Dropbox. If `allowSharedFolder` in @@ -379,7 +386,7 @@ alphaUploadStream:(NSString *)path /// `DBFILESCreateFolderError` object on failure. /// - (DBRpcTask *)createFolder:(NSString *)path - __deprecated_msg("create_folder is deprecated. Use create_folder_v2."); + __deprecated_msg("createFolder is deprecated. Use createFolderV2."); /// /// DEPRECATED: Create a folder at a given path. @@ -392,7 +399,7 @@ alphaUploadStream:(NSString *)path /// - (DBRpcTask *)createFolder:(NSString *)path autorename:(nullable NSNumber *)autorename - __deprecated_msg("create_folder is deprecated. Use create_folder_v2."); + __deprecated_msg("createFolder is deprecated. Use createFolderV2."); /// /// Create a folder at a given path. @@ -427,7 +434,7 @@ alphaUploadStream:(NSString *)path /// `DBFILESDeleteError` object on failure. /// - (DBRpcTask *)delete_:(NSString *)path - __deprecated_msg("delete is deprecated. Use delete_v2."); + __deprecated_msg("delete_ is deprecated. Use deleteV2."); /// /// Delete multiple files/folders at once. This route is asynchronous, which returns a job ID immediately and runs the @@ -482,7 +489,7 @@ alphaUploadStream:(NSString *)path /// Download a file from a user's Dropbox. /// /// @param path The path of the file to download. -/// @param rev Deprecated. Please specify revision in path instead. +/// @param rev Please specify revision in path instead. /// @param overwrite A boolean to set behavior in the event of a naming conflict. `YES` will overwrite conflicting file /// at destination. `NO` will take no action, resulting in an `NSError` returned to the response handler in the event of /// a file conflict. @@ -522,7 +529,7 @@ alphaUploadStream:(NSString *)path /// Download a file from a user's Dropbox. /// /// @param path The path of the file to download. -/// @param rev Deprecated. Please specify revision in path instead. +/// @param rev Please specify revision in path instead. /// @param overwrite A boolean to set behavior in the event of a naming conflict. `YES` will overwrite conflicting file /// at destination. `NO` will take no action, resulting in an `NSError` returned to the response handler in the event of /// a file conflict. @@ -556,7 +563,7 @@ alphaUploadStream:(NSString *)path /// Download a file from a user's Dropbox. /// /// @param path The path of the file to download. -/// @param rev Deprecated. Please specify revision in path instead. +/// @param rev Please specify revision in path instead. /// /// @return Through the response callback, the caller will receive a `DBFILESFileMetadata` object on success or a /// `DBFILESDownloadError` object on failure. @@ -584,7 +591,7 @@ alphaUploadStream:(NSString *)path /// Download a file from a user's Dropbox. /// /// @param path The path of the file to download. -/// @param rev Deprecated. Please specify revision in path instead. +/// @param rev Please specify revision in path instead. /// @param byteOffsetStart For partial file download. Download file beginning from this starting byte position. Must /// include valid end range value. /// @param byteOffsetEnd For partial file download. Download file up until this ending byte position. Must include valid @@ -653,7 +660,7 @@ alphaUploadStream:(NSString *)path /// error. /// /// @param path The path of the file to preview. -/// @param rev Deprecated. Please specify revision in path instead. +/// @param rev Please specify revision in path instead. /// @param overwrite A boolean to set behavior in the event of a naming conflict. `YES` will overwrite conflicting file /// at destination. `NO` will take no action, resulting in an `NSError` returned to the response handler in the event of /// a file conflict. @@ -699,7 +706,7 @@ alphaUploadStream:(NSString *)path /// error. /// /// @param path The path of the file to preview. -/// @param rev Deprecated. Please specify revision in path instead. +/// @param rev Please specify revision in path instead. /// @param overwrite A boolean to set behavior in the event of a naming conflict. `YES` will overwrite conflicting file /// at destination. `NO` will take no action, resulting in an `NSError` returned to the response handler in the event of /// a file conflict. @@ -739,7 +746,7 @@ alphaUploadStream:(NSString *)path /// error. /// /// @param path The path of the file to preview. -/// @param rev Deprecated. Please specify revision in path instead. +/// @param rev Please specify revision in path instead. /// /// @return Through the response callback, the caller will receive a `DBFILESFileMetadata` object on success or a /// `DBFILESPreviewError` object on failure. @@ -773,7 +780,7 @@ alphaUploadStream:(NSString *)path /// error. /// /// @param path The path of the file to preview. -/// @param rev Deprecated. Please specify revision in path instead. +/// @param rev Please specify revision in path instead. /// @param byteOffsetStart For partial file download. Download file beginning from this starting byte position. Must /// include valid end range value. /// @param byteOffsetEnd For partial file download. Download file up until this ending byte position. Must include valid @@ -958,6 +965,19 @@ getThumbnailData:(NSString *)path byteOffsetStart:(NSNumber *)byteOffsetStart byteOffsetEnd:(NSNumber *)byteOffsetEnd; +/// +/// Get thumbnails for a list of images. We allow up to 25 thumbnails in a single batch. This method currently supports +/// files with the following file extensions: jpg, jpeg, png, tiff, tif, gif and bmp. Photos that are larger than 20MB +/// in size won't be converted to a thumbnail. +/// +/// @param entries List of files to get thumbnails. +/// +/// @return Through the response callback, the caller will receive a `DBFILESGetThumbnailBatchResult` object on success +/// or a `DBFILESGetThumbnailBatchError` object on failure. +/// +- (DBRpcTask *)getThumbnailBatch: + (NSArray *)entries; + /// /// Starts returning the contents of a folder. If the result's `hasMore` in `DBFILESListFolderResult` field is true, /// call `listFolderContinue` with the returned `cursor` in `DBFILESListFolderResult` to retrieve more entries. If @@ -1003,16 +1023,26 @@ getThumbnailData:(NSString *)path /// deleted. /// @param includeHasExplicitSharedMembers If true, the results will include a flag for each file indicating whether or /// not that file has any explicit members. +/// @param includeMountedFolders If true, the results will include entries under mounted folders which includes app +/// folder, shared folder and team folder. +/// @param limit The maximum number of results to return per request. Note: This is an approximate number and there can +/// be slightly more entries returned in some cases. +/// @param sharedLink A shared link to list the contents of. If the link is password-protected, the password must be +/// provided. If this field is present, `path` in `DBFILESListFolderArg` will be relative to root of the shared link. +/// Only non-recursive mode is supported for shared link. /// /// @return Through the response callback, the caller will receive a `DBFILESListFolderResult` object on success or a /// `DBFILESListFolderError` object on failure. /// -- (DBRpcTask *)listFolder:(NSString *)path - recursive:(nullable NSNumber *)recursive - includeMediaInfo:(nullable NSNumber *)includeMediaInfo - includeDeleted:(nullable NSNumber *)includeDeleted - includeHasExplicitSharedMembers: - (nullable NSNumber *)includeHasExplicitSharedMembers; +- (DBRpcTask *) + listFolder:(NSString *)path + recursive:(nullable NSNumber *)recursive + includeMediaInfo:(nullable NSNumber *)includeMediaInfo + includeDeleted:(nullable NSNumber *)includeDeleted +includeHasExplicitSharedMembers:(nullable NSNumber *)includeHasExplicitSharedMembers + includeMountedFolders:(nullable NSNumber *)includeMountedFolders + limit:(nullable NSNumber *)limit + sharedLink:(nullable DBFILESSharedLink *)sharedLink; /// /// Once a cursor has been retrieved from `listFolder`, use this to paginate through all files and retrieve updates to @@ -1051,6 +1081,13 @@ getThumbnailData:(NSString *)path /// deleted. /// @param includeHasExplicitSharedMembers If true, the results will include a flag for each file indicating whether or /// not that file has any explicit members. +/// @param includeMountedFolders If true, the results will include entries under mounted folders which includes app +/// folder, shared folder and team folder. +/// @param limit The maximum number of results to return per request. Note: This is an approximate number and there can +/// be slightly more entries returned in some cases. +/// @param sharedLink A shared link to list the contents of. If the link is password-protected, the password must be +/// provided. If this field is present, `path` in `DBFILESListFolderArg` will be relative to root of the shared link. +/// Only non-recursive mode is supported for shared link. /// /// @return Through the response callback, the caller will receive a `DBFILESListFolderGetLatestCursorResult` object on /// success or a `DBFILESListFolderError` object on failure. @@ -1060,7 +1097,10 @@ getThumbnailData:(NSString *)path recursive:(nullable NSNumber *)recursive includeMediaInfo:(nullable NSNumber *)includeMediaInfo includeDeleted:(nullable NSNumber *)includeDeleted -includeHasExplicitSharedMembers:(nullable NSNumber *)includeHasExplicitSharedMembers; +includeHasExplicitSharedMembers:(nullable NSNumber *)includeHasExplicitSharedMembers + includeMountedFolders:(nullable NSNumber *)includeMountedFolders + limit:(nullable NSNumber *)limit + sharedLink:(nullable DBFILESSharedLink *)sharedLink; /// /// A longpoll endpoint to wait for changes on an account. In conjunction with `listFolderContinue`, this call gives you @@ -1099,7 +1139,12 @@ listFolderLongpoll:(NSString *)cursor timeout:(nullable NSNumber *)timeout; /// -/// Return revisions of a file. +/// Returns revisions for files based on a file path or a file id. The file path or file id is identified from the +/// latest file entry at the given file path or id. This end point allows your app to query either by file path or file +/// id by setting the mode parameter appropriately. In the `path` in `DBFILESListRevisionsMode` (default) mode, all +/// revisions at the same file path as the latest file entry are returned. If revisions with the same file id are +/// desired, then mode must be set to `id_` in `DBFILESListRevisionsMode`. The `id_` in `DBFILESListRevisionsMode` mode +/// is useful to retrieve revisions for a given file across moves or renames. /// /// @param path The path to the file you want to see the revisions of. /// @@ -1109,16 +1154,24 @@ listFolderLongpoll:(NSString *)cursor - (DBRpcTask *)listRevisions:(NSString *)path; /// -/// Return revisions of a file. +/// Returns revisions for files based on a file path or a file id. The file path or file id is identified from the +/// latest file entry at the given file path or id. This end point allows your app to query either by file path or file +/// id by setting the mode parameter appropriately. In the `path` in `DBFILESListRevisionsMode` (default) mode, all +/// revisions at the same file path as the latest file entry are returned. If revisions with the same file id are +/// desired, then mode must be set to `id_` in `DBFILESListRevisionsMode`. The `id_` in `DBFILESListRevisionsMode` mode +/// is useful to retrieve revisions for a given file across moves or renames. /// /// @param path The path to the file you want to see the revisions of. +/// @param mode Determines the behavior of the API in listing the revisions for a given file path or id. /// @param limit The maximum number of revision entries returned. /// /// @return Through the response callback, the caller will receive a `DBFILESListRevisionsResult` object on success or a /// `DBFILESListRevisionsError` object on failure. /// -- (DBRpcTask *)listRevisions:(NSString *)path - limit:(nullable NSNumber *)limit; +- (DBRpcTask *) +listRevisions:(NSString *)path + mode:(nullable DBFILESListRevisionsMode *)mode + limit:(nullable NSNumber *)limit; /// /// DEPRECATED: Move a file or folder to a different location in the user's Dropbox. If the source path is a folder all @@ -1130,7 +1183,7 @@ listFolderLongpoll:(NSString *)cursor /// - (DBRpcTask *)move:(NSString *)fromPath toPath:(NSString *)toPath - __deprecated_msg("move is deprecated. Use move_v2."); + __deprecated_msg("move is deprecated. Use moveV2."); /// /// DEPRECATED: Move a file or folder to a different location in the user's Dropbox. If the source path is a folder all @@ -1150,7 +1203,7 @@ listFolderLongpoll:(NSString *)cursor allowSharedFolder:(nullable NSNumber *)allowSharedFolder autorename:(nullable NSNumber *)autorename allowOwnershipTransfer:(nullable NSNumber *)allowOwnershipTransfer - __deprecated_msg("move is deprecated. Use move_v2."); + __deprecated_msg("move is deprecated. Use moveV2."); /// /// Move multiple files or folders to different locations at once in the user's Dropbox. This route is 'all or nothing', @@ -1239,80 +1292,82 @@ listFolderLongpoll:(NSString *)cursor - (DBRpcTask *)permanentlyDelete:(NSString *)path; /// -/// Add custom properties to a file using a filled property template. See properties/template/add to create new property -/// templates. +/// DEPRECATED: The propertiesAdd route /// -/// @param path A unique identifier for the file. -/// @param propertyGroups Filled custom property templates associated with a file. +/// @param path A unique identifier for the file or folder. +/// @param propertyGroups The property groups which are to be added to a Dropbox file. /// /// @return Through the response callback, the caller will receive a `void` object on success or a -/// `DBFILESAddPropertiesError` object on failure. +/// `DBFILEPROPERTIESAddPropertiesError` object on failure. /// -- (DBRpcTask *)propertiesAdd:(NSString *)path - propertyGroups: - (NSArray *)propertyGroups; +- (DBRpcTask *) + propertiesAdd:(NSString *)path +propertyGroups:(NSArray *)propertyGroups + __deprecated_msg("propertiesAdd is deprecated."); /// -/// Overwrite custom properties from a specified template associated with a file. +/// DEPRECATED: The propertiesOverwrite route /// -/// @param path A unique identifier for the file. -/// @param propertyGroups Filled custom property templates associated with a file. +/// @param path A unique identifier for the file or folder. +/// @param propertyGroups The property groups "snapshot" updates to force apply. /// /// @return Through the response callback, the caller will receive a `void` object on success or a -/// `DBFILESInvalidPropertyGroupError` object on failure. +/// `DBFILEPROPERTIESInvalidPropertyGroupError` object on failure. /// -- (DBRpcTask *) +- (DBRpcTask *) propertiesOverwrite:(NSString *)path - propertyGroups:(NSArray *)propertyGroups; + propertyGroups:(NSArray *)propertyGroups + __deprecated_msg("propertiesOverwrite is deprecated."); /// -/// Remove all custom properties from a specified template associated with a file. To remove specific property key value -/// pairs, see `propertiesUpdate`. To update a property template, see properties/template/update. Property templates -/// can't be removed once created. +/// DEPRECATED: The propertiesRemove route /// -/// @param path A unique identifier for the file. -/// @param propertyTemplateIds A list of identifiers for a property template created by route properties/template/add. +/// @param path A unique identifier for the file or folder. +/// @param propertyTemplateIds A list of identifiers for a template created by `templatesAddForUser` or +/// `templatesAddForTeam`. /// /// @return Through the response callback, the caller will receive a `void` object on success or a -/// `DBFILESRemovePropertiesError` object on failure. +/// `DBFILEPROPERTIESRemovePropertiesError` object on failure. /// -- (DBRpcTask *)propertiesRemove:(NSString *)path - propertyTemplateIds: - (NSArray *)propertyTemplateIds; +- (DBRpcTask *)propertiesRemove:(NSString *)path + propertyTemplateIds: + (NSArray *)propertyTemplateIds + __deprecated_msg("propertiesRemove is deprecated."); /// -/// Get the schema for a specified template. +/// DEPRECATED: The propertiesTemplateGet route /// -/// @param templateId An identifier for property template added by route properties/template/add. +/// @param templateId An identifier for template added by route See `templatesAddForUser` or `templatesAddForTeam`. /// -/// @return Through the response callback, the caller will receive a `DBPROPERTIESGetPropertyTemplateResult` object on -/// success or a `DBPROPERTIESPropertyTemplateError` object on failure. +/// @return Through the response callback, the caller will receive a `DBFILEPROPERTIESGetTemplateResult` object on +/// success or a `DBFILEPROPERTIESTemplateError` object on failure. /// -- (DBRpcTask *)propertiesTemplateGet: - (NSString *)templateId; +- (DBRpcTask *)propertiesTemplateGet: + (NSString *)templateId __deprecated_msg("propertiesTemplateGet is deprecated."); /// -/// Get the property template identifiers for a user. To get the schema of each template use `propertiesTemplateGet`. +/// DEPRECATED: The propertiesTemplateList route /// /// -/// @return Through the response callback, the caller will receive a `DBPROPERTIESListPropertyTemplateIds` object on -/// success or a `DBPROPERTIESPropertyTemplateError` object on failure. +/// @return Through the response callback, the caller will receive a `DBFILEPROPERTIESListTemplateResult` object on +/// success or a `DBFILEPROPERTIESTemplateError` object on failure. /// -- (DBRpcTask *)propertiesTemplateList; +- (DBRpcTask *)propertiesTemplateList + __deprecated_msg("propertiesTemplateList is deprecated."); /// -/// Add, update or remove custom properties from a specified template associated with a file. Fields that already exist -/// and not described in the request will not be modified. +/// DEPRECATED: The propertiesUpdate route /// -/// @param path A unique identifier for the file. -/// @param updatePropertyGroups Filled custom property templates associated with a file. +/// @param path A unique identifier for the file or folder. +/// @param updatePropertyGroups The property groups "delta" updates to apply. /// /// @return Through the response callback, the caller will receive a `void` object on success or a -/// `DBFILESUpdatePropertiesError` object on failure. +/// `DBFILEPROPERTIESUpdatePropertiesError` object on failure. /// -- (DBRpcTask *)propertiesUpdate:(NSString *)path - updatePropertyGroups:(NSArray *) - updatePropertyGroups; +- (DBRpcTask *) + propertiesUpdate:(NSString *)path +updatePropertyGroups:(NSArray *)updatePropertyGroups + __deprecated_msg("propertiesUpdate is deprecated."); /// /// Restore a file to a specific revision. @@ -1509,7 +1564,7 @@ propertiesOverwrite:(NSString *)path - (DBUploadTask *)uploadSessionAppendUrl:(NSString *)sessionId offset:(NSNumber *)offset inputUrl:(NSString *)inputUrl - __deprecated_msg("upload_session/append is deprecated. Use upload_session/append_v2."); + __deprecated_msg("uploadSessionAppend is deprecated. Use uploadSessionAppendV2."); /// /// DEPRECATED: Append more data to an upload session. A single request should not upload more than 150 MB. @@ -1525,7 +1580,7 @@ propertiesOverwrite:(NSString *)path - (DBUploadTask *)uploadSessionAppendData:(NSString *)sessionId offset:(NSNumber *)offset inputData:(NSData *)inputData - __deprecated_msg("upload_session/append is deprecated. Use upload_session/append_v2."); + __deprecated_msg("uploadSessionAppend is deprecated. Use uploadSessionAppendV2."); /// /// DEPRECATED: Append more data to an upload session. A single request should not upload more than 150 MB. @@ -1542,7 +1597,7 @@ propertiesOverwrite:(NSString *)path offset:(NSNumber *)offset inputStream: (NSInputStream *)inputStream - __deprecated_msg("upload_session/append is deprecated. Use upload_session/append_v2."); + __deprecated_msg("uploadSessionAppend is deprecated. Use uploadSessionAppendV2."); /// /// Append more data to an upload session. When the parameter close is set, this call will close the session. A single diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILESUserAuthRoutes.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILESUserAuthRoutes.m index 599b7a50..f5f293c1 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILESUserAuthRoutes.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILESUserAuthRoutes.m @@ -9,7 +9,25 @@ #import "DBASYNCPollArg.h" #import "DBASYNCPollError.h" #import "DBASYNCPollResultBase.h" -#import "DBFILESAddPropertiesError.h" +#import "DBFILEPROPERTIESAddPropertiesArg.h" +#import "DBFILEPROPERTIESAddPropertiesError.h" +#import "DBFILEPROPERTIESGetTemplateArg.h" +#import "DBFILEPROPERTIESGetTemplateResult.h" +#import "DBFILEPROPERTIESInvalidPropertyGroupError.h" +#import "DBFILEPROPERTIESListTemplateResult.h" +#import "DBFILEPROPERTIESLookUpPropertiesError.h" +#import "DBFILEPROPERTIESLookupError.h" +#import "DBFILEPROPERTIESOverwritePropertyGroupArg.h" +#import "DBFILEPROPERTIESPropertiesError.h" +#import "DBFILEPROPERTIESPropertyFieldTemplate.h" +#import "DBFILEPROPERTIESPropertyGroup.h" +#import "DBFILEPROPERTIESPropertyGroupTemplate.h" +#import "DBFILEPROPERTIESPropertyGroupUpdate.h" +#import "DBFILEPROPERTIESRemovePropertiesArg.h" +#import "DBFILEPROPERTIESRemovePropertiesError.h" +#import "DBFILEPROPERTIESTemplateError.h" +#import "DBFILEPROPERTIESUpdatePropertiesArg.h" +#import "DBFILEPROPERTIESUpdatePropertiesError.h" #import "DBFILESAlphaGetMetadataArg.h" #import "DBFILESAlphaGetMetadataError.h" #import "DBFILESCommitInfo.h" @@ -41,7 +59,10 @@ #import "DBFILESGetTemporaryLinkArg.h" #import "DBFILESGetTemporaryLinkError.h" #import "DBFILESGetTemporaryLinkResult.h" -#import "DBFILESInvalidPropertyGroupError.h" +#import "DBFILESGetThumbnailBatchArg.h" +#import "DBFILESGetThumbnailBatchError.h" +#import "DBFILESGetThumbnailBatchResult.h" +#import "DBFILESGetThumbnailBatchResultEntry.h" #import "DBFILESListFolderArg.h" #import "DBFILESListFolderContinueArg.h" #import "DBFILESListFolderContinueError.h" @@ -53,16 +74,13 @@ #import "DBFILESListFolderResult.h" #import "DBFILESListRevisionsArg.h" #import "DBFILESListRevisionsError.h" +#import "DBFILESListRevisionsMode.h" #import "DBFILESListRevisionsResult.h" -#import "DBFILESLookUpPropertiesError.h" #import "DBFILESLookupError.h" #import "DBFILESMediaInfo.h" #import "DBFILESMetadata.h" #import "DBFILESPreviewArg.h" #import "DBFILESPreviewError.h" -#import "DBFILESPropertiesError.h" -#import "DBFILESPropertyGroupUpdate.h" -#import "DBFILESPropertyGroupWithPath.h" #import "DBFILESRelocationArg.h" #import "DBFILESRelocationBatchArg.h" #import "DBFILESRelocationBatchError.h" @@ -72,8 +90,6 @@ #import "DBFILESRelocationError.h" #import "DBFILESRelocationPath.h" #import "DBFILESRelocationResult.h" -#import "DBFILESRemovePropertiesArg.h" -#import "DBFILESRemovePropertiesError.h" #import "DBFILESRestoreArg.h" #import "DBFILESRestoreError.h" #import "DBFILESRouteObjects.h" @@ -89,12 +105,11 @@ #import "DBFILESSearchMatch.h" #import "DBFILESSearchMode.h" #import "DBFILESSearchResult.h" +#import "DBFILESSharedLink.h" #import "DBFILESThumbnailArg.h" #import "DBFILESThumbnailError.h" #import "DBFILESThumbnailFormat.h" #import "DBFILESThumbnailSize.h" -#import "DBFILESUpdatePropertiesError.h" -#import "DBFILESUpdatePropertyGroupArg.h" #import "DBFILESUploadError.h" #import "DBFILESUploadErrorWithProperties.h" #import "DBFILESUploadSessionAppendArg.h" @@ -112,13 +127,6 @@ #import "DBFILESUploadWriteFailed.h" #import "DBFILESWriteError.h" #import "DBFILESWriteMode.h" -#import "DBPROPERTIESGetPropertyTemplateArg.h" -#import "DBPROPERTIESGetPropertyTemplateResult.h" -#import "DBPROPERTIESListPropertyTemplateIds.h" -#import "DBPROPERTIESPropertyFieldTemplate.h" -#import "DBPROPERTIESPropertyGroup.h" -#import "DBPROPERTIESPropertyGroupTemplate.h" -#import "DBPROPERTIESPropertyTemplateError.h" #import "DBRequestErrors.h" #import "DBStoneBase.h" #import "DBTransportClientProtocol.h" @@ -164,7 +172,7 @@ - (DBUploadTask *)alphaUploadUrl:(NSString *)path autorename:(NSNumber *)autorename clientModified:(NSDate *)clientModified mute:(NSNumber *)mute - propertyGroups:(NSArray *)propertyGroups + propertyGroups:(NSArray *)propertyGroups inputUrl:(NSString *)inputUrl { DBRoute *route = DBFILESRouteObjects.DBFILESAlphaUpload; DBFILESCommitInfoWithProperties *arg = [[DBFILESCommitInfoWithProperties alloc] initWithPath:path @@ -187,7 +195,7 @@ - (DBUploadTask *)alphaUploadData:(NSString *)path autorename:(NSNumber *)autorename clientModified:(NSDate *)clientModified mute:(NSNumber *)mute - propertyGroups:(NSArray *)propertyGroups + propertyGroups:(NSArray *)propertyGroups inputData:(NSData *)inputData { DBRoute *route = DBFILESRouteObjects.DBFILESAlphaUpload; DBFILESCommitInfoWithProperties *arg = [[DBFILESCommitInfoWithProperties alloc] initWithPath:path @@ -210,7 +218,7 @@ - (DBUploadTask *)alphaUploadStream:(NSString *)path autorename:(NSNumber *)autorename clientModified:(NSDate *)clientModified mute:(NSNumber *)mute - propertyGroups:(NSArray *)propertyGroups + propertyGroups:(NSArray *)propertyGroups inputStream:(NSInputStream *)inputStream { DBRoute *route = DBFILESRouteObjects.DBFILESAlphaUpload; DBFILESCommitInfoWithProperties *arg = [[DBFILESCommitInfoWithProperties alloc] initWithPath:path @@ -601,6 +609,12 @@ - (DBDownloadDataTask *)getThumbnailData:(NSString *)path return [self.client requestDownload:route arg:arg byteOffsetStart:byteOffsetStart byteOffsetEnd:byteOffsetEnd]; } +- (DBRpcTask *)getThumbnailBatch:(NSArray *)entries { + DBRoute *route = DBFILESRouteObjects.DBFILESGetThumbnailBatch; + DBFILESGetThumbnailBatchArg *arg = [[DBFILESGetThumbnailBatchArg alloc] initWithEntries:entries]; + return [self.client requestRpc:route arg:arg]; +} + - (DBRpcTask *)listFolder:(NSString *)path { DBRoute *route = DBFILESRouteObjects.DBFILESListFolder; DBFILESListFolderArg *arg = [[DBFILESListFolderArg alloc] initWithPath:path]; @@ -611,13 +625,19 @@ - (DBRpcTask *)listFolder:(NSString *)path recursive:(NSNumber *)recursive includeMediaInfo:(NSNumber *)includeMediaInfo includeDeleted:(NSNumber *)includeDeleted - includeHasExplicitSharedMembers:(NSNumber *)includeHasExplicitSharedMembers { + includeHasExplicitSharedMembers:(NSNumber *)includeHasExplicitSharedMembers + includeMountedFolders:(NSNumber *)includeMountedFolders + limit:(NSNumber *)limit + sharedLink:(DBFILESSharedLink *)sharedLink { DBRoute *route = DBFILESRouteObjects.DBFILESListFolder; DBFILESListFolderArg *arg = [[DBFILESListFolderArg alloc] initWithPath:path recursive:recursive includeMediaInfo:includeMediaInfo includeDeleted:includeDeleted - includeHasExplicitSharedMembers:includeHasExplicitSharedMembers]; + includeHasExplicitSharedMembers:includeHasExplicitSharedMembers + includeMountedFolders:includeMountedFolders + limit:limit + sharedLink:sharedLink]; return [self.client requestRpc:route arg:arg]; } @@ -637,13 +657,19 @@ - (DBRpcTask *)listFolderGetLatestCursor:(NSString *)path recursive:(NSNumber *)recursive includeMediaInfo:(NSNumber *)includeMediaInfo includeDeleted:(NSNumber *)includeDeleted - includeHasExplicitSharedMembers:(NSNumber *)includeHasExplicitSharedMembers { + includeHasExplicitSharedMembers:(NSNumber *)includeHasExplicitSharedMembers + includeMountedFolders:(NSNumber *)includeMountedFolders + limit:(NSNumber *)limit + sharedLink:(DBFILESSharedLink *)sharedLink { DBRoute *route = DBFILESRouteObjects.DBFILESListFolderGetLatestCursor; DBFILESListFolderArg *arg = [[DBFILESListFolderArg alloc] initWithPath:path recursive:recursive includeMediaInfo:includeMediaInfo includeDeleted:includeDeleted - includeHasExplicitSharedMembers:includeHasExplicitSharedMembers]; + includeHasExplicitSharedMembers:includeHasExplicitSharedMembers + includeMountedFolders:includeMountedFolders + limit:limit + sharedLink:sharedLink]; return [self.client requestRpc:route arg:arg]; } @@ -665,9 +691,9 @@ - (DBRpcTask *)listRevisions:(NSString *)path { return [self.client requestRpc:route arg:arg]; } -- (DBRpcTask *)listRevisions:(NSString *)path limit:(NSNumber *)limit { +- (DBRpcTask *)listRevisions:(NSString *)path mode:(DBFILESListRevisionsMode *)mode limit:(NSNumber *)limit { DBRoute *route = DBFILESRouteObjects.DBFILESListRevisions; - DBFILESListRevisionsArg *arg = [[DBFILESListRevisionsArg alloc] initWithPath:path limit:limit]; + DBFILESListRevisionsArg *arg = [[DBFILESListRevisionsArg alloc] initWithPath:path mode:mode limit:limit]; return [self.client requestRpc:route arg:arg]; } @@ -741,31 +767,32 @@ - (DBRpcTask *)permanentlyDelete:(NSString *)path { return [self.client requestRpc:route arg:arg]; } -- (DBRpcTask *)propertiesAdd:(NSString *)path propertyGroups:(NSArray *)propertyGroups { +- (DBRpcTask *)propertiesAdd:(NSString *)path + propertyGroups:(NSArray *)propertyGroups { DBRoute *route = DBFILESRouteObjects.DBFILESPropertiesAdd; - DBFILESPropertyGroupWithPath *arg = - [[DBFILESPropertyGroupWithPath alloc] initWithPath:path propertyGroups:propertyGroups]; + DBFILEPROPERTIESAddPropertiesArg *arg = + [[DBFILEPROPERTIESAddPropertiesArg alloc] initWithPath:path propertyGroups:propertyGroups]; return [self.client requestRpc:route arg:arg]; } - (DBRpcTask *)propertiesOverwrite:(NSString *)path - propertyGroups:(NSArray *)propertyGroups { + propertyGroups:(NSArray *)propertyGroups { DBRoute *route = DBFILESRouteObjects.DBFILESPropertiesOverwrite; - DBFILESPropertyGroupWithPath *arg = - [[DBFILESPropertyGroupWithPath alloc] initWithPath:path propertyGroups:propertyGroups]; + DBFILEPROPERTIESOverwritePropertyGroupArg *arg = + [[DBFILEPROPERTIESOverwritePropertyGroupArg alloc] initWithPath:path propertyGroups:propertyGroups]; return [self.client requestRpc:route arg:arg]; } - (DBRpcTask *)propertiesRemove:(NSString *)path propertyTemplateIds:(NSArray *)propertyTemplateIds { DBRoute *route = DBFILESRouteObjects.DBFILESPropertiesRemove; - DBFILESRemovePropertiesArg *arg = - [[DBFILESRemovePropertiesArg alloc] initWithPath:path propertyTemplateIds:propertyTemplateIds]; + DBFILEPROPERTIESRemovePropertiesArg *arg = + [[DBFILEPROPERTIESRemovePropertiesArg alloc] initWithPath:path propertyTemplateIds:propertyTemplateIds]; return [self.client requestRpc:route arg:arg]; } - (DBRpcTask *)propertiesTemplateGet:(NSString *)templateId { DBRoute *route = DBFILESRouteObjects.DBFILESPropertiesTemplateGet; - DBPROPERTIESGetPropertyTemplateArg *arg = [[DBPROPERTIESGetPropertyTemplateArg alloc] initWithTemplateId:templateId]; + DBFILEPROPERTIESGetTemplateArg *arg = [[DBFILEPROPERTIESGetTemplateArg alloc] initWithTemplateId:templateId]; return [self.client requestRpc:route arg:arg]; } @@ -775,10 +802,10 @@ - (DBRpcTask *)propertiesTemplateList { } - (DBRpcTask *)propertiesUpdate:(NSString *)path - updatePropertyGroups:(NSArray *)updatePropertyGroups { + updatePropertyGroups:(NSArray *)updatePropertyGroups { DBRoute *route = DBFILESRouteObjects.DBFILESPropertiesUpdate; - DBFILESUpdatePropertyGroupArg *arg = - [[DBFILESUpdatePropertyGroupArg alloc] initWithPath:path updatePropertyGroups:updatePropertyGroups]; + DBFILEPROPERTIESUpdatePropertiesArg *arg = + [[DBFILEPROPERTIESUpdatePropertiesArg alloc] initWithPath:path updatePropertyGroups:updatePropertyGroups]; return [self.client requestRpc:route arg:arg]; } diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBPAPERUserAuthRoutes.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBPAPERUserAuthRoutes.h index b8072195..0dd4ab38 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBPAPERUserAuthRoutes.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBPAPERUserAuthRoutes.h @@ -18,6 +18,7 @@ @class DBPAPERFolder; @class DBPAPERFolderSharingPolicyType; @class DBPAPERFoldersContainingPaperDoc; +@class DBPAPERImportFormat; @class DBPAPERInviteeInfoWithPermissionLevel; @class DBPAPERListDocsCursorError; @class DBPAPERListPaperDocsFilterBy; @@ -28,8 +29,12 @@ @class DBPAPERListUsersOnFolderResponse; @class DBPAPERListUsersOnPaperDocResponse; @class DBPAPERPaperApiCursorError; +@class DBPAPERPaperDocCreateError; +@class DBPAPERPaperDocCreateUpdateResult; @class DBPAPERPaperDocExportResult; @class DBPAPERPaperDocPermissionLevel; +@class DBPAPERPaperDocUpdateError; +@class DBPAPERPaperDocUpdatePolicy; @class DBPAPERSharingPolicy; @class DBPAPERSharingPublicPolicyType; @class DBPAPERSharingTeamPolicyType; @@ -68,6 +73,93 @@ NS_ASSUME_NONNULL_BEGIN /// - (DBRpcTask *)docsArchive:(NSString *)docId; +/// +/// Creates a new Paper doc with the provided content. +/// +/// @param importFormat The format of provided data. +/// @param inputUrl The file to upload, as an NSString * object. +/// +/// @return Through the response callback, the caller will receive a `DBPAPERPaperDocCreateUpdateResult` object on +/// success or a `DBPAPERPaperDocCreateError` object on failure. +/// +- (DBUploadTask *) +docsCreateUrl:(DBPAPERImportFormat *)importFormat + inputUrl:(NSString *)inputUrl; + +/// +/// Creates a new Paper doc with the provided content. +/// +/// @param parentFolderId The Paper folder ID where the Paper document should be created. The API user has to have write +/// access to this folder or error is thrown. +/// @param importFormat The format of provided data. +/// @param inputUrl The file to upload, as an NSString * object. +/// +/// @return Through the response callback, the caller will receive a `DBPAPERPaperDocCreateUpdateResult` object on +/// success or a `DBPAPERPaperDocCreateError` object on failure. +/// +- (DBUploadTask *) + docsCreateUrl:(DBPAPERImportFormat *)importFormat +parentFolderId:(nullable NSString *)parentFolderId + inputUrl:(NSString *)inputUrl; + +/// +/// Creates a new Paper doc with the provided content. +/// +/// @param importFormat The format of provided data. +/// @param inputData The file to upload, as an NSData * object. +/// +/// @return Through the response callback, the caller will receive a `DBPAPERPaperDocCreateUpdateResult` object on +/// success or a `DBPAPERPaperDocCreateError` object on failure. +/// +- (DBUploadTask *) +docsCreateData:(DBPAPERImportFormat *)importFormat + inputData:(NSData *)inputData; + +/// +/// Creates a new Paper doc with the provided content. +/// +/// @param parentFolderId The Paper folder ID where the Paper document should be created. The API user has to have write +/// access to this folder or error is thrown. +/// @param importFormat The format of provided data. +/// @param inputData The file to upload, as an NSData * object. +/// +/// @return Through the response callback, the caller will receive a `DBPAPERPaperDocCreateUpdateResult` object on +/// success or a `DBPAPERPaperDocCreateError` object on failure. +/// +- (DBUploadTask *) +docsCreateData:(DBPAPERImportFormat *)importFormat +parentFolderId:(nullable NSString *)parentFolderId + inputData:(NSData *)inputData; + +/// +/// Creates a new Paper doc with the provided content. +/// +/// @param importFormat The format of provided data. +/// @param inputStream The file to upload, as an NSInputStream * object. +/// +/// @return Through the response callback, the caller will receive a `DBPAPERPaperDocCreateUpdateResult` object on +/// success or a `DBPAPERPaperDocCreateError` object on failure. +/// +- (DBUploadTask *) +docsCreateStream:(DBPAPERImportFormat *)importFormat + inputStream:(NSInputStream *)inputStream; + +/// +/// Creates a new Paper doc with the provided content. +/// +/// @param parentFolderId The Paper folder ID where the Paper document should be created. The API user has to have write +/// access to this folder or error is thrown. +/// @param importFormat The format of provided data. +/// @param inputStream The file to upload, as an NSInputStream * object. +/// +/// @return Through the response callback, the caller will receive a `DBPAPERPaperDocCreateUpdateResult` object on +/// success or a `DBPAPERPaperDocCreateError` object on failure. +/// +- (DBUploadTask *) +docsCreateStream:(DBPAPERImportFormat *)importFormat + parentFolderId:(nullable NSString *)parentFolderId + inputStream:(NSInputStream *)inputStream; + /// /// Exports and downloads Paper doc either as HTML or markdown. /// @@ -262,6 +354,63 @@ docsFolderUsersListContinue:(NSString *)docId - (DBRpcTask *)docsSharingPolicySet:(NSString *)docId sharingPolicy:(DBPAPERSharingPolicy *)sharingPolicy; +/// +/// Updates an existing Paper doc with the provided content. +/// +/// @param docUpdatePolicy The policy used for the current update call. +/// @param revision The latest doc revision. This value must match the head revision or an error code will be returned. +/// This is to prevent colliding writes. +/// @param importFormat The format of provided data. +/// @param inputUrl The file to upload, as an NSString * object. +/// +/// @return Through the response callback, the caller will receive a `DBPAPERPaperDocCreateUpdateResult` object on +/// success or a `DBPAPERPaperDocUpdateError` object on failure. +/// +- (DBUploadTask *) + docsUpdateUrl:(NSString *)docId +docUpdatePolicy:(DBPAPERPaperDocUpdatePolicy *)docUpdatePolicy + revision:(NSNumber *)revision + importFormat:(DBPAPERImportFormat *)importFormat + inputUrl:(NSString *)inputUrl; + +/// +/// Updates an existing Paper doc with the provided content. +/// +/// @param docUpdatePolicy The policy used for the current update call. +/// @param revision The latest doc revision. This value must match the head revision or an error code will be returned. +/// This is to prevent colliding writes. +/// @param importFormat The format of provided data. +/// @param inputData The file to upload, as an NSData * object. +/// +/// @return Through the response callback, the caller will receive a `DBPAPERPaperDocCreateUpdateResult` object on +/// success or a `DBPAPERPaperDocUpdateError` object on failure. +/// +- (DBUploadTask *) + docsUpdateData:(NSString *)docId +docUpdatePolicy:(DBPAPERPaperDocUpdatePolicy *)docUpdatePolicy + revision:(NSNumber *)revision + importFormat:(DBPAPERImportFormat *)importFormat + inputData:(NSData *)inputData; + +/// +/// Updates an existing Paper doc with the provided content. +/// +/// @param docUpdatePolicy The policy used for the current update call. +/// @param revision The latest doc revision. This value must match the head revision or an error code will be returned. +/// This is to prevent colliding writes. +/// @param importFormat The format of provided data. +/// @param inputStream The file to upload, as an NSInputStream * object. +/// +/// @return Through the response callback, the caller will receive a `DBPAPERPaperDocCreateUpdateResult` object on +/// success or a `DBPAPERPaperDocUpdateError` object on failure. +/// +- (DBUploadTask *) +docsUpdateStream:(NSString *)docId + docUpdatePolicy:(DBPAPERPaperDocUpdatePolicy *)docUpdatePolicy + revision:(NSNumber *)revision + importFormat:(DBPAPERImportFormat *)importFormat + inputStream:(NSInputStream *)inputStream; + /// /// Allows an owner or editor to add users to a Paper doc or change their permissions using their email address or /// Dropbox account ID. Note: The Doc owner's permissions cannot be changed. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBPAPERUserAuthRoutes.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBPAPERUserAuthRoutes.m index 6a3dd749..81bcc0fc 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBPAPERUserAuthRoutes.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBPAPERUserAuthRoutes.m @@ -15,6 +15,7 @@ #import "DBPAPERFolder.h" #import "DBPAPERFolderSharingPolicyType.h" #import "DBPAPERFoldersContainingPaperDoc.h" +#import "DBPAPERImportFormat.h" #import "DBPAPERInviteeInfoWithPermissionLevel.h" #import "DBPAPERListDocsCursorError.h" #import "DBPAPERListPaperDocsArgs.h" @@ -32,9 +33,15 @@ #import "DBPAPERListUsersOnPaperDocResponse.h" #import "DBPAPERPaperApiBaseError.h" #import "DBPAPERPaperApiCursorError.h" +#import "DBPAPERPaperDocCreateArgs.h" +#import "DBPAPERPaperDocCreateError.h" +#import "DBPAPERPaperDocCreateUpdateResult.h" #import "DBPAPERPaperDocExport.h" #import "DBPAPERPaperDocExportResult.h" #import "DBPAPERPaperDocSharingPolicy.h" +#import "DBPAPERPaperDocUpdateArgs.h" +#import "DBPAPERPaperDocUpdateError.h" +#import "DBPAPERPaperDocUpdatePolicy.h" #import "DBPAPERRefPaperDoc.h" #import "DBPAPERRemovePaperDocUser.h" #import "DBPAPERRouteObjects.h" @@ -66,6 +73,51 @@ - (DBRpcTask *)docsArchive:(NSString *)docId { return [self.client requestRpc:route arg:arg]; } +- (DBUploadTask *)docsCreateUrl:(DBPAPERImportFormat *)importFormat inputUrl:(NSString *)inputUrl { + DBRoute *route = DBPAPERRouteObjects.DBPAPERDocsCreate; + DBPAPERPaperDocCreateArgs *arg = [[DBPAPERPaperDocCreateArgs alloc] initWithImportFormat:importFormat]; + return [self.client requestUpload:route arg:arg inputUrl:inputUrl]; +} + +- (DBUploadTask *)docsCreateUrl:(DBPAPERImportFormat *)importFormat + parentFolderId:(NSString *)parentFolderId + inputUrl:(NSString *)inputUrl { + DBRoute *route = DBPAPERRouteObjects.DBPAPERDocsCreate; + DBPAPERPaperDocCreateArgs *arg = + [[DBPAPERPaperDocCreateArgs alloc] initWithImportFormat:importFormat parentFolderId:parentFolderId]; + return [self.client requestUpload:route arg:arg inputUrl:inputUrl]; +} + +- (DBUploadTask *)docsCreateData:(DBPAPERImportFormat *)importFormat inputData:(NSData *)inputData { + DBRoute *route = DBPAPERRouteObjects.DBPAPERDocsCreate; + DBPAPERPaperDocCreateArgs *arg = [[DBPAPERPaperDocCreateArgs alloc] initWithImportFormat:importFormat]; + return [self.client requestUpload:route arg:arg inputData:inputData]; +} + +- (DBUploadTask *)docsCreateData:(DBPAPERImportFormat *)importFormat + parentFolderId:(NSString *)parentFolderId + inputData:(NSData *)inputData { + DBRoute *route = DBPAPERRouteObjects.DBPAPERDocsCreate; + DBPAPERPaperDocCreateArgs *arg = + [[DBPAPERPaperDocCreateArgs alloc] initWithImportFormat:importFormat parentFolderId:parentFolderId]; + return [self.client requestUpload:route arg:arg inputData:inputData]; +} + +- (DBUploadTask *)docsCreateStream:(DBPAPERImportFormat *)importFormat inputStream:(NSInputStream *)inputStream { + DBRoute *route = DBPAPERRouteObjects.DBPAPERDocsCreate; + DBPAPERPaperDocCreateArgs *arg = [[DBPAPERPaperDocCreateArgs alloc] initWithImportFormat:importFormat]; + return [self.client requestUpload:route arg:arg inputStream:inputStream]; +} + +- (DBUploadTask *)docsCreateStream:(DBPAPERImportFormat *)importFormat + parentFolderId:(NSString *)parentFolderId + inputStream:(NSInputStream *)inputStream { + DBRoute *route = DBPAPERRouteObjects.DBPAPERDocsCreate; + DBPAPERPaperDocCreateArgs *arg = + [[DBPAPERPaperDocCreateArgs alloc] initWithImportFormat:importFormat parentFolderId:parentFolderId]; + return [self.client requestUpload:route arg:arg inputStream:inputStream]; +} + - (DBDownloadUrlTask *)docsDownloadUrl:(NSString *)docId exportFormat:(DBPAPERExportFormat *)exportFormat overwrite:(BOOL)overwrite @@ -172,6 +224,45 @@ - (DBRpcTask *)docsSharingPolicySet:(NSString *)docId sharingPolicy:(DBPAPERShar return [self.client requestRpc:route arg:arg]; } +- (DBUploadTask *)docsUpdateUrl:(NSString *)docId + docUpdatePolicy:(DBPAPERPaperDocUpdatePolicy *)docUpdatePolicy + revision:(NSNumber *)revision + importFormat:(DBPAPERImportFormat *)importFormat + inputUrl:(NSString *)inputUrl { + DBRoute *route = DBPAPERRouteObjects.DBPAPERDocsUpdate; + DBPAPERPaperDocUpdateArgs *arg = [[DBPAPERPaperDocUpdateArgs alloc] initWithDocId:docId + docUpdatePolicy:docUpdatePolicy + revision:revision + importFormat:importFormat]; + return [self.client requestUpload:route arg:arg inputUrl:inputUrl]; +} + +- (DBUploadTask *)docsUpdateData:(NSString *)docId + docUpdatePolicy:(DBPAPERPaperDocUpdatePolicy *)docUpdatePolicy + revision:(NSNumber *)revision + importFormat:(DBPAPERImportFormat *)importFormat + inputData:(NSData *)inputData { + DBRoute *route = DBPAPERRouteObjects.DBPAPERDocsUpdate; + DBPAPERPaperDocUpdateArgs *arg = [[DBPAPERPaperDocUpdateArgs alloc] initWithDocId:docId + docUpdatePolicy:docUpdatePolicy + revision:revision + importFormat:importFormat]; + return [self.client requestUpload:route arg:arg inputData:inputData]; +} + +- (DBUploadTask *)docsUpdateStream:(NSString *)docId + docUpdatePolicy:(DBPAPERPaperDocUpdatePolicy *)docUpdatePolicy + revision:(NSNumber *)revision + importFormat:(DBPAPERImportFormat *)importFormat + inputStream:(NSInputStream *)inputStream { + DBRoute *route = DBPAPERRouteObjects.DBPAPERDocsUpdate; + DBPAPERPaperDocUpdateArgs *arg = [[DBPAPERPaperDocUpdateArgs alloc] initWithDocId:docId + docUpdatePolicy:docUpdatePolicy + revision:revision + importFormat:importFormat]; + return [self.client requestUpload:route arg:arg inputStream:inputStream]; +} + - (DBRpcTask *)docsUsersAdd:(NSString *)docId members:(NSArray *)members { DBRoute *route = DBPAPERRouteObjects.DBPAPERDocsUsersAdd; DBPAPERAddPaperDocUser *arg = [[DBPAPERAddPaperDocUser alloc] initWithDocId:docId members:members]; diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBSHARINGUserAuthRoutes.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBSHARINGUserAuthRoutes.h index 759f0fcc..c65c6da6 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBSHARINGUserAuthRoutes.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBSHARINGUserAuthRoutes.h @@ -100,6 +100,7 @@ @class DBSHARINGUnshareFolderError; @class DBSHARINGUpdateFolderMemberError; @class DBSHARINGUpdateFolderPolicyError; +@class DBSHARINGUserFileMembershipInfo; @class DBSHARINGUserMembershipInfo; @class DBSHARINGViewerInfoPolicy; @class DBSHARINGVisibility; @@ -205,7 +206,7 @@ addMessageAsComment:(nullable NSNumber *)addMessageAsComment; changeFileMemberAccess:(NSString *)file member:(DBSHARINGMemberSelector *)member accessLevel:(DBSHARINGAccessLevel *)accessLevel - __deprecated_msg("change_file_member_access is deprecated. Use update_file_member."); + __deprecated_msg("changeFileMemberAccess is deprecated. Use updateFileMember."); /// /// Returns the status of an asynchronous job. Apps must have full Dropbox access to use this endpoint. @@ -256,7 +257,7 @@ changeFileMemberAccess:(NSString *)file /// `DBSHARINGCreateSharedLinkError` object on failure. /// - (DBRpcTask *)createSharedLink:(NSString *)path - __deprecated_msg("create_shared_link is deprecated. Use create_shared_link_with_settings."); + __deprecated_msg("createSharedLink is deprecated. Use createSharedLinkWithSettings."); /// /// DEPRECATED: Create a shared link. If a shared link already exists for the given path, that link is returned. Note @@ -279,14 +280,14 @@ changeFileMemberAccess:(NSString *)file createSharedLink:(NSString *)path shortUrl:(nullable NSNumber *)shortUrl pendingUpload:(nullable DBSHARINGPendingUploadMode *)pendingUpload - __deprecated_msg("create_shared_link is deprecated. Use create_shared_link_with_settings."); + __deprecated_msg("createSharedLink is deprecated. Use createSharedLinkWithSettings."); /// /// Create a shared link with custom settings. If no settings are given then the default visibility is `public` in /// `DBSHARINGRequestedVisibility` (The resolved visibility, though, may depend on other aspects such as team and shared /// folder settings). /// -/// @param path The path to be shared by the shared link +/// @param path The path to be shared by the shared link. /// /// @return Through the response callback, the caller will receive a `DBSHARINGSharedLinkMetadata` object on success or /// a `DBSHARINGCreateSharedLinkWithSettingsError` object on failure. @@ -299,8 +300,8 @@ createSharedLinkWithSettings:(NSString *)path; /// `DBSHARINGRequestedVisibility` (The resolved visibility, though, may depend on other aspects such as team and shared /// folder settings). /// -/// @param path The path to be shared by the shared link -/// @param settings The requested settings for the newly created shared link +/// @param path The path to be shared by the shared link. +/// @param settings The requested settings for the newly created shared link. /// /// @return Through the response callback, the caller will receive a `DBSHARINGSharedLinkMetadata` object on success or /// a `DBSHARINGCreateSharedLinkWithSettingsError` object on failure. @@ -579,7 +580,7 @@ getSharedLinkMetadata:(NSString *)url /// or a `DBSHARINGGetSharedLinksError` object on failure. /// - (DBRpcTask *)getSharedLinks - __deprecated_msg("get_shared_links is deprecated. Use list_shared_links."); + __deprecated_msg("getSharedLinks is deprecated. Use listSharedLinks."); /// /// DEPRECATED: Returns a list of LinkMetadata objects for this user, including collection links. If no path is given, @@ -593,7 +594,7 @@ getSharedLinkMetadata:(NSString *)url /// or a `DBSHARINGGetSharedLinksError` object on failure. /// - (DBRpcTask *)getSharedLinks:(nullable NSString *)path - __deprecated_msg("get_shared_links is deprecated. Use list_shared_links."); + __deprecated_msg("getSharedLinks is deprecated. Use listSharedLinks."); /// /// Use to obtain the members who have been invited to a file, both inherited and uninherited members. @@ -850,7 +851,7 @@ listSharedLinks:(nullable NSString *)path /// `DBSHARINGLinkPermissions` of the returned SharedLinkMetadata will reflect the actual visibility of the shared link /// and the `requestedVisibility` in `DBSHARINGLinkPermissions` will reflect the requested visibility. /// -/// @param url URL of the shared link to change its settings +/// @param url URL of the shared link to change its settings. /// @param settings Set of settings for the shared link. /// /// @return Through the response callback, the caller will receive a `DBSHARINGSharedLinkMetadata` object on success or @@ -866,7 +867,7 @@ modifySharedLinkSettings:(NSString *)url /// `DBSHARINGLinkPermissions` of the returned SharedLinkMetadata will reflect the actual visibility of the shared link /// and the `requestedVisibility` in `DBSHARINGLinkPermissions` will reflect the requested visibility. /// -/// @param url URL of the shared link to change its settings +/// @param url URL of the shared link to change its settings. /// @param settings Set of settings for the shared link. /// @param removeExpiration If set to true, removes the expiration of the shared link. /// @@ -944,7 +945,7 @@ relinquishFolderMembership:(NSString *)sharedFolderId - (DBRpcTask *) removeFileMember:(NSString *)file member:(DBSHARINGMemberSelector *)member - __deprecated_msg("remove_file_member is deprecated. Use remove_file_member_2."); + __deprecated_msg("removeFileMember is deprecated. Use removeFileMember2."); /// /// Removes a specified member from the file. diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBSHARINGUserAuthRoutes.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBSHARINGUserAuthRoutes.m index 3d721c6f..b7a9a1d0 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBSHARINGUserAuthRoutes.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBSHARINGUserAuthRoutes.m @@ -137,6 +137,7 @@ #import "DBSHARINGUpdateFolderMemberError.h" #import "DBSHARINGUpdateFolderPolicyArg.h" #import "DBSHARINGUpdateFolderPolicyError.h" +#import "DBSHARINGUserFileMembershipInfo.h" #import "DBSHARINGUserMembershipInfo.h" #import "DBSHARINGViewerInfoPolicy.h" #import "DBSHARINGVisibility.h" diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBTEAMTeamAuthRoutes.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBTEAMTeamAuthRoutes.h index a600b37e..45afd7e3 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBTEAMTeamAuthRoutes.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBTEAMTeamAuthRoutes.h @@ -11,19 +11,22 @@ @class DBASYNCLaunchEmptyResult; @class DBASYNCPollEmptyResult; @class DBASYNCPollError; +@class DBFILEPROPERTIESAddTemplateResult; +@class DBFILEPROPERTIESGetTemplateResult; +@class DBFILEPROPERTIESListTemplateResult; +@class DBFILEPROPERTIESModifyTemplateError; +@class DBFILEPROPERTIESPropertyFieldTemplate; +@class DBFILEPROPERTIESPropertyType; +@class DBFILEPROPERTIESTemplateError; +@class DBFILEPROPERTIESUpdateTemplateResult; @class DBNilObject; -@class DBPROPERTIESGetPropertyTemplateResult; -@class DBPROPERTIESListPropertyTemplateIds; -@class DBPROPERTIESModifyPropertyTemplateError; -@class DBPROPERTIESPropertyFieldTemplate; -@class DBPROPERTIESPropertyTemplateError; -@class DBPROPERTIESPropertyType; @class DBTEAMActiveWebSession; -@class DBTEAMAddPropertyTemplateResult; @class DBTEAMAdminTier; @class DBTEAMApiApp; @class DBTEAMCOMMONGroupManagementType; @class DBTEAMCOMMONGroupSummary; +@class DBTEAMCustomQuotaError; +@class DBTEAMCustomQuotaResult; @class DBTEAMDateRangeError; @class DBTEAMDesktopClientSession; @class DBTEAMDeviceSessionArg; @@ -91,6 +94,7 @@ @class DBTEAMMobileClientSession; @class DBTEAMNamespaceMetadata; @class DBTEAMPOLICIESTeamMemberPolicies; +@class DBTEAMRemoveCustomQuotaResult; @class DBTEAMRevokeDesktopClientArg; @class DBTEAMRevokeDeviceSessionArg; @class DBTEAMRevokeDeviceSessionBatchError; @@ -126,7 +130,8 @@ @class DBTEAMTeamNamespacesListResult; @class DBTEAMTokenGetAuthenticatedAdminError; @class DBTEAMTokenGetAuthenticatedAdminResult; -@class DBTEAMUpdatePropertyTemplateResult; +@class DBTEAMUserCustomQuotaArg; +@class DBTEAMUserCustomQuotaResult; @class DBTEAMUserSelectorArg; @protocol DBTransportClient; @@ -150,7 +155,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// List all device sessions of a team's member. /// -/// @param teamMemberId The team's member id +/// @param teamMemberId The team's member id. /// /// @return Through the response callback, the caller will receive a `DBTEAMListMemberDevicesResult` object on success /// or a `DBTEAMListMemberDevicesError` object on failure. @@ -161,10 +166,10 @@ NS_ASSUME_NONNULL_BEGIN /// /// List all device sessions of a team's member. /// -/// @param teamMemberId The team's member id -/// @param includeWebSessions Whether to list web sessions of the team's member -/// @param includeDesktopClients Whether to list linked desktop devices of the team's member -/// @param includeMobileClients Whether to list linked mobile devices of the team's member +/// @param teamMemberId The team's member id. +/// @param includeWebSessions Whether to list web sessions of the team's member. +/// @param includeDesktopClients Whether to list linked desktop devices of the team's member. +/// @param includeMobileClients Whether to list linked mobile devices of the team's member. /// /// @return Through the response callback, the caller will receive a `DBTEAMListMemberDevicesResult` object on success /// or a `DBTEAMListMemberDevicesError` object on failure. @@ -189,10 +194,10 @@ devicesListMemberDevices:(NSString *)teamMemberId /// /// @param cursor At the first call to the `devicesListMembersDevices` the cursor shouldn't be passed. Then, if the /// result of the call includes a cursor, the following requests should include the received cursors in order to receive -/// the next sub list of team devices -/// @param includeWebSessions Whether to list web sessions of the team members -/// @param includeDesktopClients Whether to list desktop clients of the team members -/// @param includeMobileClients Whether to list mobile clients of the team members +/// the next sub list of team devices. +/// @param includeWebSessions Whether to list web sessions of the team members. +/// @param includeDesktopClients Whether to list desktop clients of the team members. +/// @param includeMobileClients Whether to list mobile clients of the team members. /// /// @return Through the response callback, the caller will receive a `DBTEAMListMembersDevicesResult` object on success /// or a `DBTEAMListMembersDevicesError` object on failure. @@ -211,17 +216,17 @@ devicesListMembersDevices:(nullable NSString *)cursor /// a `DBTEAMListTeamDevicesError` object on failure. /// - (DBRpcTask *)devicesListTeamDevices - __deprecated_msg("devices/list_team_devices is deprecated. Use devices/list_members_devices."); + __deprecated_msg("devicesListTeamDevices is deprecated. Use devicesListMembersDevices."); /// /// DEPRECATED: List all device sessions of a team. /// /// @param cursor At the first call to the `devicesListTeamDevices` the cursor shouldn't be passed. Then, if the result /// of the call includes a cursor, the following requests should include the received cursors in order to receive the -/// next sub list of team devices -/// @param includeWebSessions Whether to list web sessions of the team members -/// @param includeDesktopClients Whether to list desktop clients of the team members -/// @param includeMobileClients Whether to list mobile clients of the team members +/// next sub list of team devices. +/// @param includeWebSessions Whether to list web sessions of the team members. +/// @param includeDesktopClients Whether to list desktop clients of the team members. +/// @param includeMobileClients Whether to list mobile clients of the team members. /// /// @return Through the response callback, the caller will receive a `DBTEAMListTeamDevicesResult` object on success or /// a `DBTEAMListTeamDevicesError` object on failure. @@ -231,10 +236,10 @@ devicesListTeamDevices:(nullable NSString *)cursor includeWebSessions:(nullable NSNumber *)includeWebSessions includeDesktopClients:(nullable NSNumber *)includeDesktopClients includeMobileClients:(nullable NSNumber *)includeMobileClients - __deprecated_msg("devices/list_team_devices is deprecated. Use devices/list_members_devices."); + __deprecated_msg("devicesListTeamDevices is deprecated. Use devicesListMembersDevices."); /// -/// Revoke a device session of a team's member +/// Revoke a device session of a team's member. /// /// @param revokeDeviceSessionArg The RevokeDeviceSessionArg union /// @@ -245,7 +250,7 @@ devicesListTeamDevices:(nullable NSString *)cursor (DBTEAMRevokeDeviceSessionArg *)revokeDeviceSessionArg; /// -/// Revoke a list of device sessions of team members +/// Revoke a list of device sessions of team members. /// /// /// @return Through the response callback, the caller will receive a `DBTEAMRevokeDeviceSessionBatchResult` object on @@ -529,7 +534,7 @@ dNewGroupManagementType:(nullable DBTEAMCOMMONGroupManagementType *)dNewGroupMan /// /// List all linked applications of the team member. Note, this endpoint does not list any team-linked applications. /// -/// @param teamMemberId The team member id +/// @param teamMemberId The team member id. /// /// @return Through the response callback, the caller will receive a `DBTEAMListMemberAppsResult` object on success or a /// `DBTEAMListMemberAppsError` object on failure. @@ -553,7 +558,7 @@ dNewGroupManagementType:(nullable DBTEAMCOMMONGroupManagementType *)dNewGroupMan /// /// @param cursor At the first call to the `linkedAppsListMembersLinkedApps` the cursor shouldn't be passed. Then, if /// the result of the call includes a cursor, the following requests should include the received cursors in order to -/// receive the next sub list of the team applications +/// receive the next sub list of the team applications. /// /// @return Through the response callback, the caller will receive a `DBTEAMListMembersAppsResult` object on success or /// a `DBTEAMListMembersAppsError` object on failure. @@ -570,7 +575,7 @@ dNewGroupManagementType:(nullable DBTEAMCOMMONGroupManagementType *)dNewGroupMan /// `DBTEAMListTeamAppsError` object on failure. /// - (DBRpcTask *)linkedAppsListTeamLinkedApps - __deprecated_msg("linked_apps/list_team_linked_apps is deprecated. Use linked_apps/list_members_linked_apps."); + __deprecated_msg("linkedAppsListTeamLinkedApps is deprecated. Use linkedAppsListMembersLinkedApps."); /// /// DEPRECATED: List all applications linked to the team members' accounts. Note, this endpoint doesn't list any @@ -578,20 +583,20 @@ dNewGroupManagementType:(nullable DBTEAMCOMMONGroupManagementType *)dNewGroupMan /// /// @param cursor At the first call to the `linkedAppsListTeamLinkedApps` the cursor shouldn't be passed. Then, if the /// result of the call includes a cursor, the following requests should include the received cursors in order to receive -/// the next sub list of the team applications +/// the next sub list of the team applications. /// /// @return Through the response callback, the caller will receive a `DBTEAMListTeamAppsResult` object on success or a /// `DBTEAMListTeamAppsError` object on failure. /// - (DBRpcTask *)linkedAppsListTeamLinkedApps: (nullable NSString *)cursor - __deprecated_msg("linked_apps/list_team_linked_apps is deprecated. Use linked_apps/list_members_linked_apps."); + __deprecated_msg("linkedAppsListTeamLinkedApps is deprecated. Use linkedAppsListMembersLinkedApps."); /// -/// Revoke a linked application of the team member +/// Revoke a linked application of the team member. /// -/// @param appId The application's unique id -/// @param teamMemberId The unique id of the member owning the device +/// @param appId The application's unique id. +/// @param teamMemberId The unique id of the member owning the device. /// /// @return Through the response callback, the caller will receive a `void` object on success or a /// `DBTEAMRevokeLinkedAppError` object on failure. @@ -600,11 +605,11 @@ dNewGroupManagementType:(nullable DBTEAMCOMMONGroupManagementType *)dNewGroupMan teamMemberId:(NSString *)teamMemberId; /// -/// Revoke a linked application of the team member +/// Revoke a linked application of the team member. /// -/// @param appId The application's unique id -/// @param teamMemberId The unique id of the member owning the device -/// @param keepAppFolder Whether to keep the application dedicated folder (in case the application uses one) +/// @param appId The application's unique id. +/// @param teamMemberId The unique id of the member owning the device. +/// @param keepAppFolder Whether to keep the application dedicated folder (in case the application uses one). /// /// @return Through the response callback, the caller will receive a `void` object on success or a /// `DBTEAMRevokeLinkedAppError` object on failure. @@ -615,7 +620,7 @@ dNewGroupManagementType:(nullable DBTEAMCOMMONGroupManagementType *)dNewGroupMan (nullable NSNumber *)keepAppFolder; /// -/// Revoke a list of linked applications of the team members +/// Revoke a list of linked applications of the team members. /// /// /// @return Through the response callback, the caller will receive a `DBTEAMRevokeLinkedAppBatchResult` object on @@ -624,6 +629,41 @@ dNewGroupManagementType:(nullable DBTEAMCOMMONGroupManagementType *)dNewGroupMan - (DBRpcTask *)linkedAppsRevokeLinkedAppBatch: (NSArray *)revokeLinkedApp; +/// +/// Get users custom quota. Returns none as the custom quota if none was set. A maximum of 1000 members can be specified +/// in a single call. +/// +/// @param users List of users. +/// +/// @return Through the response callback, the caller will receive a `NSArray` object on +/// success or a `DBTEAMCustomQuotaError` object on failure. +/// +- (DBRpcTask *, DBTEAMCustomQuotaError *> *)memberSpaceLimitsGetCustomQuota: + (NSArray *)users; + +/// +/// Remove users custom quota. A maximum of 1000 members can be specified in a single call. +/// +/// @param users List of users. +/// +/// @return Through the response callback, the caller will receive a `NSArray` object +/// on success or a `DBTEAMCustomQuotaError` object on failure. +/// +- (DBRpcTask *, DBTEAMCustomQuotaError *> *)memberSpaceLimitsRemoveCustomQuota: + (NSArray *)users; + +/// +/// Set users custom quota. Custom quota has to be at least 25GB. A maximum of 1000 members can be specified in a single +/// call. +/// +/// @param usersAndQuotas List of users and their custom quotas. +/// +/// @return Through the response callback, the caller will receive a `NSArray` object on +/// success or a `DBTEAMCustomQuotaError` object on failure. +/// +- (DBRpcTask *, DBTEAMCustomQuotaError *> *)memberSpaceLimitsSetCustomQuota: + (NSArray *)usersAndQuotas; + /// /// Adds members to a team. Permission : Team member management A maximum of 20 members can be specified in a single /// call. If no Dropbox account exists with the email address specified, a new Dropbox account will be created with the @@ -660,7 +700,7 @@ dNewGroupManagementType:(nullable DBTEAMCOMMONGroupManagementType *)dNewGroupMan /// /// Once an async_job_id is returned from `membersAdd` , use this to poll the status of the asynchronous request. -/// Permission : Team member management +/// Permission : Team member management. /// /// @param asyncJobId Id of the asynchronous job. This is the value of a response returned from the method that launched /// the job. @@ -683,7 +723,7 @@ dNewGroupManagementType:(nullable DBTEAMCOMMONGroupManagementType *)dNewGroupMan (NSArray *)members; /// -/// Lists members of a team. Permission : Team information +/// Lists members of a team. Permission : Team information. /// /// /// @return Through the response callback, the caller will receive a `DBTEAMMembersListResult` object on success or a @@ -692,7 +732,7 @@ dNewGroupManagementType:(nullable DBTEAMCOMMONGroupManagementType *)dNewGroupMan - (DBRpcTask *)membersList; /// -/// Lists members of a team. Permission : Team information +/// Lists members of a team. Permission : Team information. /// /// @param limit Number of results to return per call. /// @param includeRemoved Whether to return removed members. @@ -705,7 +745,7 @@ dNewGroupManagementType:(nullable DBTEAMCOMMONGroupManagementType *)dNewGroupMan /// /// Once a cursor has been retrieved from `membersList`, use this to paginate through all team members. Permission : -/// Team information +/// Team information. /// /// @param cursor Indicates from what point to get the next set of members. /// @@ -730,8 +770,10 @@ dNewGroupManagementType:(nullable DBTEAMCOMMONGroupManagementType *)dNewGroupMan /// external_id must be provided to identify the user account. Accounts can be recovered via `membersRecover` for a 7 /// day period or until the account has been permanently deleted or transferred to another account (whichever comes /// first). Calling `membersAdd` while a user is still recoverable on your team will return with `userAlreadyOnTeam` in -/// `DBTEAMMemberAddResult`. This endpoint may initiate an asynchronous job. To obtain the final result of the job, the -/// client should periodically poll `membersRemoveJobStatusGet`. +/// `DBTEAMMemberAddResult`. Accounts can have their files transferred via the admin console for a limited time, based +/// on the version history length associated with the team (120 days for most teams). This endpoint may initiate an +/// asynchronous job. To obtain the final result of the job, the client should periodically poll +/// `membersRemoveJobStatusGet`. /// /// /// @return Through the response callback, the caller will receive a `DBASYNCLaunchEmptyResult` object on success or a @@ -744,8 +786,10 @@ dNewGroupManagementType:(nullable DBTEAMCOMMONGroupManagementType *)dNewGroupMan /// external_id must be provided to identify the user account. Accounts can be recovered via `membersRecover` for a 7 /// day period or until the account has been permanently deleted or transferred to another account (whichever comes /// first). Calling `membersAdd` while a user is still recoverable on your team will return with `userAlreadyOnTeam` in -/// `DBTEAMMemberAddResult`. This endpoint may initiate an asynchronous job. To obtain the final result of the job, the -/// client should periodically poll `membersRemoveJobStatusGet`. +/// `DBTEAMMemberAddResult`. Accounts can have their files transferred via the admin console for a limited time, based +/// on the version history length associated with the team (120 days for most teams). This endpoint may initiate an +/// asynchronous job. To obtain the final result of the job, the client should periodically poll +/// `membersRemoveJobStatusGet`. /// /// @param transferDestId If provided, files from the deleted member account will be transferred to this user. /// @param transferAdminId If provided, errors during the transfer process will be sent via email to this user. If the @@ -766,7 +810,7 @@ transferAdminId:(nullable DBTEAMUserSelectorArg *)transferAdminId /// /// Once an async_job_id is returned from `membersRemove` , use this to poll the status of the asynchronous request. -/// Permission : Team member management +/// Permission : Team member management. /// /// @param asyncJobId Id of the asynchronous job. This is the value of a response returned from the method that launched /// the job. @@ -789,7 +833,7 @@ transferAdminId:(nullable DBTEAMUserSelectorArg *)transferAdminId (DBTEAMUserSelectorArg *)userSelectorArg; /// -/// Updates a team member's permissions. Permission : Team member management +/// Updates a team member's permissions. Permission : Team member management. /// /// @param user Identity of user whose role will be set. /// @param dNewRole The new role of the member. @@ -802,7 +846,7 @@ membersSetAdminPermissions:(DBTEAMUserSelectorArg *)user dNewRole:(DBTEAMAdminTier *)dNewRole; /// -/// Updates a team member's profile. Permission : Team member management +/// Updates a team member's profile. Permission : Team member management. /// /// @param user Identity of user whose profile will be set. /// @@ -812,7 +856,7 @@ membersSetAdminPermissions:(DBTEAMUserSelectorArg *)user - (DBRpcTask *)membersSetProfile:(DBTEAMUserSelectorArg *)user; /// -/// Updates a team member's profile. Permission : Team member management +/// Updates a team member's profile. Permission : Team member management. /// /// @param user Identity of user whose profile will be set. /// @param dNewEmail New email for member. @@ -886,7 +930,7 @@ membersSetProfile:(DBTEAMUserSelectorArg *)user /// owned by this team or members of the team, but shared folders may be owned by other users or other teams. Duplicates /// may occur in the list. /// -/// @param limit The approximate maximum number of results to return per request. This limit may be exceeded. +/// @param limit Specifying a value here has no effect. /// /// @return Through the response callback, the caller will receive a `DBTEAMTeamNamespacesListResult` object on success /// or a `void` object on failure. @@ -906,67 +950,68 @@ membersSetProfile:(DBTEAMUserSelectorArg *)user (NSString *)cursor; /// -/// Add a property template. See route files/properties/add to add properties to a file. +/// DEPRECATED: The propertiesTemplateAdd route /// /// -/// @return Through the response callback, the caller will receive a `DBTEAMAddPropertyTemplateResult` object on success -/// or a `DBPROPERTIESModifyPropertyTemplateError` object on failure. +/// @return Through the response callback, the caller will receive a `DBFILEPROPERTIESAddTemplateResult` object on +/// success or a `DBFILEPROPERTIESModifyTemplateError` object on failure. /// -- (DBRpcTask *) +- (DBRpcTask *) propertiesTemplateAdd:(NSString *)name description_:(NSString *)description_ - fields:(NSArray *)fields; + fields:(NSArray *)fields + __deprecated_msg("propertiesTemplateAdd is deprecated."); /// -/// Get the schema for a specified template. +/// DEPRECATED: The propertiesTemplateGet route /// -/// @param templateId An identifier for property template added by route properties/template/add. +/// @param templateId An identifier for template added by route See `templatesAddForUser` or `templatesAddForTeam`. /// -/// @return Through the response callback, the caller will receive a `DBPROPERTIESGetPropertyTemplateResult` object on -/// success or a `DBPROPERTIESPropertyTemplateError` object on failure. +/// @return Through the response callback, the caller will receive a `DBFILEPROPERTIESGetTemplateResult` object on +/// success or a `DBFILEPROPERTIESTemplateError` object on failure. /// -- (DBRpcTask *)propertiesTemplateGet: - (NSString *)templateId; +- (DBRpcTask *)propertiesTemplateGet: + (NSString *)templateId __deprecated_msg("propertiesTemplateGet is deprecated."); /// -/// Get the property template identifiers for a team. To get the schema of each template use `propertiesTemplateGet`. +/// DEPRECATED: The propertiesTemplateList route /// /// -/// @return Through the response callback, the caller will receive a `DBPROPERTIESListPropertyTemplateIds` object on -/// success or a `DBPROPERTIESPropertyTemplateError` object on failure. +/// @return Through the response callback, the caller will receive a `DBFILEPROPERTIESListTemplateResult` object on +/// success or a `DBFILEPROPERTIESTemplateError` object on failure. /// -- (DBRpcTask *)propertiesTemplateList; +- (DBRpcTask *)propertiesTemplateList + __deprecated_msg("propertiesTemplateList is deprecated."); /// -/// Update a property template. This route can update the template name, the template description and add optional -/// properties to templates. +/// DEPRECATED: The propertiesTemplateUpdate route /// -/// @param templateId An identifier for property template added by `propertiesTemplateAdd`. +/// @param templateId An identifier for template added by See `templatesAddForUser` or `templatesAddForTeam`. /// -/// @return Through the response callback, the caller will receive a `DBTEAMUpdatePropertyTemplateResult` object on -/// success or a `DBPROPERTIESModifyPropertyTemplateError` object on failure. +/// @return Through the response callback, the caller will receive a `DBFILEPROPERTIESUpdateTemplateResult` object on +/// success or a `DBFILEPROPERTIESModifyTemplateError` object on failure. /// -- (DBRpcTask *) -propertiesTemplateUpdate:(NSString *)templateId; +- (DBRpcTask *)propertiesTemplateUpdate: + (NSString *)templateId __deprecated_msg("propertiesTemplateUpdate is deprecated."); /// -/// Update a property template. This route can update the template name, the template description and add optional -/// properties to templates. +/// DEPRECATED: The propertiesTemplateUpdate route /// -/// @param templateId An identifier for property template added by `propertiesTemplateAdd`. -/// @param name A display name for the property template. Property template names can be up to 256 bytes. -/// @param description_ Description for new property template. Property template descriptions can be up to 1024 bytes. -/// @param addFields This is a list of custom properties to add to the property template. There can be up to 64 -/// properties in a single property template. +/// @param templateId An identifier for template added by See `templatesAddForUser` or `templatesAddForTeam`. +/// @param name A display name for the template. template names can be up to 256 bytes. +/// @param description_ Description for the new template. Template descriptions can be up to 1024 bytes. +/// @param addFields Property field templates to be added to the group template. There can be up to 32 properties in a +/// single template. /// -/// @return Through the response callback, the caller will receive a `DBTEAMUpdatePropertyTemplateResult` object on -/// success or a `DBPROPERTIESModifyPropertyTemplateError` object on failure. +/// @return Through the response callback, the caller will receive a `DBFILEPROPERTIESUpdateTemplateResult` object on +/// success or a `DBFILEPROPERTIESModifyTemplateError` object on failure. /// -- (DBRpcTask *) +- (DBRpcTask *) propertiesTemplateUpdate:(NSString *)templateId name:(nullable NSString *)name description_:(nullable NSString *)description_ - addFields:(nullable NSArray *)addFields; + addFields:(nullable NSArray *)addFields + __deprecated_msg("propertiesTemplateUpdate is deprecated."); /// /// Retrieves reporting data about a team's user activity. @@ -980,8 +1025,8 @@ propertiesTemplateUpdate:(NSString *)templateId /// /// Retrieves reporting data about a team's user activity. /// -/// @param startDate Optional starting date (inclusive) -/// @param endDate Optional ending date (exclusive) +/// @param startDate Optional starting date (inclusive). +/// @param endDate Optional ending date (exclusive). /// /// @return Through the response callback, the caller will receive a `DBTEAMGetActivityReport` object on success or a /// `DBTEAMDateRangeError` object on failure. @@ -1001,8 +1046,8 @@ propertiesTemplateUpdate:(NSString *)templateId /// /// Retrieves reporting data about a team's linked devices. /// -/// @param startDate Optional starting date (inclusive) -/// @param endDate Optional ending date (exclusive) +/// @param startDate Optional starting date (inclusive). +/// @param endDate Optional ending date (exclusive). /// /// @return Through the response callback, the caller will receive a `DBTEAMGetDevicesReport` object on success or a /// `DBTEAMDateRangeError` object on failure. @@ -1022,8 +1067,8 @@ propertiesTemplateUpdate:(NSString *)templateId /// /// Retrieves reporting data about a team's membership. /// -/// @param startDate Optional starting date (inclusive) -/// @param endDate Optional ending date (exclusive) +/// @param startDate Optional starting date (inclusive). +/// @param endDate Optional ending date (exclusive). /// /// @return Through the response callback, the caller will receive a `DBTEAMGetMembershipReport` object on success or a /// `DBTEAMDateRangeError` object on failure. @@ -1043,8 +1088,8 @@ propertiesTemplateUpdate:(NSString *)templateId /// /// Retrieves reporting data about a team's storage usage. /// -/// @param startDate Optional starting date (inclusive) -/// @param endDate Optional ending date (exclusive) +/// @param startDate Optional starting date (inclusive). +/// @param endDate Optional ending date (exclusive). /// /// @return Through the response callback, the caller will receive a `DBTEAMGetStorageReport` object on success or a /// `DBTEAMDateRangeError` object on failure. @@ -1098,7 +1143,7 @@ teamFolderArchive:(NSString *)teamFolderId - (DBRpcTask *)teamFolderArchiveCheck:(NSString *)asyncJobId; /// -/// Creates a new, active, team folder. Permission : Team member file access. +/// Creates a new, active, team folder with no members. Permission : Team member file access. /// /// @param name Name for the new team folder. /// diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBTEAMTeamAuthRoutes.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBTEAMTeamAuthRoutes.m index e7ee0f19..3f4bbf3e 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBTEAMTeamAuthRoutes.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBTEAMTeamAuthRoutes.m @@ -11,24 +11,29 @@ #import "DBASYNCPollEmptyResult.h" #import "DBASYNCPollError.h" #import "DBASYNCPollResultBase.h" -#import "DBPROPERTIESGetPropertyTemplateArg.h" -#import "DBPROPERTIESGetPropertyTemplateResult.h" -#import "DBPROPERTIESListPropertyTemplateIds.h" -#import "DBPROPERTIESModifyPropertyTemplateError.h" -#import "DBPROPERTIESPropertyFieldTemplate.h" -#import "DBPROPERTIESPropertyGroupTemplate.h" -#import "DBPROPERTIESPropertyTemplateError.h" +#import "DBFILEPROPERTIESAddTemplateArg.h" +#import "DBFILEPROPERTIESAddTemplateResult.h" +#import "DBFILEPROPERTIESGetTemplateArg.h" +#import "DBFILEPROPERTIESGetTemplateResult.h" +#import "DBFILEPROPERTIESListTemplateResult.h" +#import "DBFILEPROPERTIESModifyTemplateError.h" +#import "DBFILEPROPERTIESPropertyFieldTemplate.h" +#import "DBFILEPROPERTIESPropertyGroupTemplate.h" +#import "DBFILEPROPERTIESTemplateError.h" +#import "DBFILEPROPERTIESUpdateTemplateArg.h" +#import "DBFILEPROPERTIESUpdateTemplateResult.h" #import "DBRequestErrors.h" #import "DBStoneBase.h" #import "DBTEAMActiveWebSession.h" -#import "DBTEAMAddPropertyTemplateArg.h" -#import "DBTEAMAddPropertyTemplateResult.h" #import "DBTEAMAdminTier.h" #import "DBTEAMApiApp.h" #import "DBTEAMBaseDfbReport.h" #import "DBTEAMBaseTeamFolderError.h" #import "DBTEAMCOMMONGroupManagementType.h" #import "DBTEAMCOMMONGroupSummary.h" +#import "DBTEAMCustomQuotaError.h" +#import "DBTEAMCustomQuotaResult.h" +#import "DBTEAMCustomQuotaUsersArg.h" #import "DBTEAMDateRange.h" #import "DBTEAMDateRangeError.h" #import "DBTEAMDesktopClientSession.h" @@ -130,6 +135,7 @@ #import "DBTEAMMobileClientSession.h" #import "DBTEAMNamespaceMetadata.h" #import "DBTEAMPOLICIESTeamMemberPolicies.h" +#import "DBTEAMRemoveCustomQuotaResult.h" #import "DBTEAMRevokeDesktopClientArg.h" #import "DBTEAMRevokeDeviceSessionArg.h" #import "DBTEAMRevokeDeviceSessionBatchArg.h" @@ -144,6 +150,7 @@ #import "DBTEAMRevokeLinkedAppError.h" #import "DBTEAMRevokeLinkedAppStatus.h" #import "DBTEAMRouteObjects.h" +#import "DBTEAMSetCustomQuotaArg.h" #import "DBTEAMStorageBucket.h" #import "DBTEAMTeamFolderAccessError.h" #import "DBTEAMTeamFolderActivateError.h" @@ -177,8 +184,8 @@ #import "DBTEAMTeamNamespacesListResult.h" #import "DBTEAMTokenGetAuthenticatedAdminError.h" #import "DBTEAMTokenGetAuthenticatedAdminResult.h" -#import "DBTEAMUpdatePropertyTemplateArg.h" -#import "DBTEAMUpdatePropertyTemplateResult.h" +#import "DBTEAMUserCustomQuotaArg.h" +#import "DBTEAMUserCustomQuotaResult.h" #import "DBTEAMUserSelectorArg.h" #import "DBTEAMUserSelectorError.h" #import "DBTransportClientProtocol.h" @@ -465,6 +472,24 @@ - (DBRpcTask *)linkedAppsRevokeLinkedAppBatch:(NSArray *)users { + DBRoute *route = DBTEAMRouteObjects.DBTEAMMemberSpaceLimitsGetCustomQuota; + DBTEAMCustomQuotaUsersArg *arg = [[DBTEAMCustomQuotaUsersArg alloc] initWithUsers:users]; + return [self.client requestRpc:route arg:arg]; +} + +- (DBRpcTask *)memberSpaceLimitsRemoveCustomQuota:(NSArray *)users { + DBRoute *route = DBTEAMRouteObjects.DBTEAMMemberSpaceLimitsRemoveCustomQuota; + DBTEAMCustomQuotaUsersArg *arg = [[DBTEAMCustomQuotaUsersArg alloc] initWithUsers:users]; + return [self.client requestRpc:route arg:arg]; +} + +- (DBRpcTask *)memberSpaceLimitsSetCustomQuota:(NSArray *)usersAndQuotas { + DBRoute *route = DBTEAMRouteObjects.DBTEAMMemberSpaceLimitsSetCustomQuota; + DBTEAMSetCustomQuotaArg *arg = [[DBTEAMSetCustomQuotaArg alloc] initWithUsersAndQuotas:usersAndQuotas]; + return [self.client requestRpc:route arg:arg]; +} + - (DBRpcTask *)membersAdd:(NSArray *)dNewMembers { DBRoute *route = DBTEAMRouteObjects.DBTEAMMembersAdd; DBTEAMMembersAddArg *arg = [[DBTEAMMembersAddArg alloc] initWithDNewMembers:dNewMembers]; @@ -611,16 +636,16 @@ - (DBRpcTask *)namespacesListContinue:(NSString *)cursor { - (DBRpcTask *)propertiesTemplateAdd:(NSString *)name description_:(NSString *)description_ - fields:(NSArray *)fields { + fields:(NSArray *)fields { DBRoute *route = DBTEAMRouteObjects.DBTEAMPropertiesTemplateAdd; - DBTEAMAddPropertyTemplateArg *arg = - [[DBTEAMAddPropertyTemplateArg alloc] initWithName:name description_:description_ fields:fields]; + DBFILEPROPERTIESAddTemplateArg *arg = + [[DBFILEPROPERTIESAddTemplateArg alloc] initWithName:name description_:description_ fields:fields]; return [self.client requestRpc:route arg:arg]; } - (DBRpcTask *)propertiesTemplateGet:(NSString *)templateId { DBRoute *route = DBTEAMRouteObjects.DBTEAMPropertiesTemplateGet; - DBPROPERTIESGetPropertyTemplateArg *arg = [[DBPROPERTIESGetPropertyTemplateArg alloc] initWithTemplateId:templateId]; + DBFILEPROPERTIESGetTemplateArg *arg = [[DBFILEPROPERTIESGetTemplateArg alloc] initWithTemplateId:templateId]; return [self.client requestRpc:route arg:arg]; } @@ -631,19 +656,19 @@ - (DBRpcTask *)propertiesTemplateList { - (DBRpcTask *)propertiesTemplateUpdate:(NSString *)templateId { DBRoute *route = DBTEAMRouteObjects.DBTEAMPropertiesTemplateUpdate; - DBTEAMUpdatePropertyTemplateArg *arg = [[DBTEAMUpdatePropertyTemplateArg alloc] initWithTemplateId:templateId]; + DBFILEPROPERTIESUpdateTemplateArg *arg = [[DBFILEPROPERTIESUpdateTemplateArg alloc] initWithTemplateId:templateId]; return [self.client requestRpc:route arg:arg]; } - (DBRpcTask *)propertiesTemplateUpdate:(NSString *)templateId name:(NSString *)name description_:(NSString *)description_ - addFields:(NSArray *)addFields { + addFields:(NSArray *)addFields { DBRoute *route = DBTEAMRouteObjects.DBTEAMPropertiesTemplateUpdate; - DBTEAMUpdatePropertyTemplateArg *arg = [[DBTEAMUpdatePropertyTemplateArg alloc] initWithTemplateId:templateId - name:name - description_:description_ - addFields:addFields]; + DBFILEPROPERTIESUpdateTemplateArg *arg = [[DBFILEPROPERTIESUpdateTemplateArg alloc] initWithTemplateId:templateId + name:name + description_:description_ + addFields:addFields]; return [self.client requestRpc:route arg:arg]; } diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILEPROPERTIESRouteObjects.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILEPROPERTIESRouteObjects.h new file mode 100644 index 00000000..1bd2e1b1 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILEPROPERTIESRouteObjects.h @@ -0,0 +1,61 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +@class DBRoute; + +NS_ASSUME_NONNULL_BEGIN + +/// +/// Stone route objects for the FileProperties namespace. Each route in the +/// FileProperties namespace has its own static object, which contains +/// information about the route. +/// +@interface DBFILEPROPERTIESRouteObjects : NSObject + +/// Accessor method for the propertiesAdd route object. ++ (DBRoute *)DBFILEPROPERTIESPropertiesAdd; + +/// Accessor method for the propertiesOverwrite route object. ++ (DBRoute *)DBFILEPROPERTIESPropertiesOverwrite; + +/// Accessor method for the propertiesRemove route object. ++ (DBRoute *)DBFILEPROPERTIESPropertiesRemove; + +/// Accessor method for the propertiesSearch route object. ++ (DBRoute *)DBFILEPROPERTIESPropertiesSearch; + +/// Accessor method for the propertiesUpdate route object. ++ (DBRoute *)DBFILEPROPERTIESPropertiesUpdate; + +/// Accessor method for the templatesAddForTeam route object. ++ (DBRoute *)DBFILEPROPERTIESTemplatesAddForTeam; + +/// Accessor method for the templatesAddForUser route object. ++ (DBRoute *)DBFILEPROPERTIESTemplatesAddForUser; + +/// Accessor method for the templatesGetForTeam route object. ++ (DBRoute *)DBFILEPROPERTIESTemplatesGetForTeam; + +/// Accessor method for the templatesGetForUser route object. ++ (DBRoute *)DBFILEPROPERTIESTemplatesGetForUser; + +/// Accessor method for the templatesListForTeam route object. ++ (DBRoute *)DBFILEPROPERTIESTemplatesListForTeam; + +/// Accessor method for the templatesListForUser route object. ++ (DBRoute *)DBFILEPROPERTIESTemplatesListForUser; + +/// Accessor method for the templatesUpdateForTeam route object. ++ (DBRoute *)DBFILEPROPERTIESTemplatesUpdateForTeam; + +/// Accessor method for the templatesUpdateForUser route object. ++ (DBRoute *)DBFILEPROPERTIESTemplatesUpdateForUser; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILEPROPERTIESRouteObjects.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILEPROPERTIESRouteObjects.m new file mode 100644 index 00000000..8bc9df70 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILEPROPERTIESRouteObjects.m @@ -0,0 +1,281 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import "DBFILEPROPERTIESRouteObjects.h" +#import "DBFILEPROPERTIESAddPropertiesError.h" +#import "DBFILEPROPERTIESAddTemplateResult.h" +#import "DBFILEPROPERTIESGetTemplateResult.h" +#import "DBFILEPROPERTIESInvalidPropertyGroupError.h" +#import "DBFILEPROPERTIESListTemplateResult.h" +#import "DBFILEPROPERTIESLookUpPropertiesError.h" +#import "DBFILEPROPERTIESLookupError.h" +#import "DBFILEPROPERTIESModifyTemplateError.h" +#import "DBFILEPROPERTIESPropertiesError.h" +#import "DBFILEPROPERTIESPropertiesSearchError.h" +#import "DBFILEPROPERTIESPropertiesSearchMatch.h" +#import "DBFILEPROPERTIESPropertiesSearchResult.h" +#import "DBFILEPROPERTIESPropertyFieldTemplate.h" +#import "DBFILEPROPERTIESPropertyGroupTemplate.h" +#import "DBFILEPROPERTIESRemovePropertiesError.h" +#import "DBFILEPROPERTIESTeamAuthRoutes.h" +#import "DBFILEPROPERTIESTemplateError.h" +#import "DBFILEPROPERTIESUpdatePropertiesError.h" +#import "DBFILEPROPERTIESUpdateTemplateResult.h" +#import "DBFILEPROPERTIESUserAuthRoutes.h" +#import "DBRequestErrors.h" +#import "DBStoneBase.h" + +@implementation DBFILEPROPERTIESRouteObjects + +static DBRoute *DBFILEPROPERTIESPropertiesAdd; +static DBRoute *DBFILEPROPERTIESPropertiesOverwrite; +static DBRoute *DBFILEPROPERTIESPropertiesRemove; +static DBRoute *DBFILEPROPERTIESPropertiesSearch; +static DBRoute *DBFILEPROPERTIESPropertiesUpdate; +static DBRoute *DBFILEPROPERTIESTemplatesAddForTeam; +static DBRoute *DBFILEPROPERTIESTemplatesAddForUser; +static DBRoute *DBFILEPROPERTIESTemplatesGetForTeam; +static DBRoute *DBFILEPROPERTIESTemplatesGetForUser; +static DBRoute *DBFILEPROPERTIESTemplatesListForTeam; +static DBRoute *DBFILEPROPERTIESTemplatesListForUser; +static DBRoute *DBFILEPROPERTIESTemplatesUpdateForTeam; +static DBRoute *DBFILEPROPERTIESTemplatesUpdateForUser; + ++ (DBRoute *)DBFILEPROPERTIESPropertiesAdd { + if (!DBFILEPROPERTIESPropertiesAdd) { + DBFILEPROPERTIESPropertiesAdd = [[DBRoute alloc] init:@"properties/add" + namespace_:@"file_properties" + deprecated:@NO + resultType:nil + errorType:[DBFILEPROPERTIESAddPropertiesError class] + attrs:@{ + @"auth" : @"user", + @"host" : @"api", + @"style" : @"rpc" + } + dataStructSerialBlock:nil + dataStructDeserialBlock:nil]; + } + return DBFILEPROPERTIESPropertiesAdd; +} + ++ (DBRoute *)DBFILEPROPERTIESPropertiesOverwrite { + if (!DBFILEPROPERTIESPropertiesOverwrite) { + DBFILEPROPERTIESPropertiesOverwrite = [[DBRoute alloc] init:@"properties/overwrite" + namespace_:@"file_properties" + deprecated:@NO + resultType:nil + errorType:[DBFILEPROPERTIESInvalidPropertyGroupError class] + attrs:@{ + @"auth" : @"user", + @"host" : @"api", + @"style" : @"rpc" + } + dataStructSerialBlock:nil + dataStructDeserialBlock:nil]; + } + return DBFILEPROPERTIESPropertiesOverwrite; +} + ++ (DBRoute *)DBFILEPROPERTIESPropertiesRemove { + if (!DBFILEPROPERTIESPropertiesRemove) { + DBFILEPROPERTIESPropertiesRemove = [[DBRoute alloc] init:@"properties/remove" + namespace_:@"file_properties" + deprecated:@NO + resultType:nil + errorType:[DBFILEPROPERTIESRemovePropertiesError class] + attrs:@{ + @"auth" : @"user", + @"host" : @"api", + @"style" : @"rpc" + } + dataStructSerialBlock:nil + dataStructDeserialBlock:nil]; + } + return DBFILEPROPERTIESPropertiesRemove; +} + ++ (DBRoute *)DBFILEPROPERTIESPropertiesSearch { + if (!DBFILEPROPERTIESPropertiesSearch) { + DBFILEPROPERTIESPropertiesSearch = [[DBRoute alloc] init:@"properties/search" + namespace_:@"file_properties" + deprecated:@NO + resultType:[DBFILEPROPERTIESPropertiesSearchResult class] + errorType:[DBFILEPROPERTIESPropertiesSearchError class] + attrs:@{ + @"auth" : @"user", + @"host" : @"api", + @"style" : @"rpc" + } + dataStructSerialBlock:nil + dataStructDeserialBlock:nil]; + } + return DBFILEPROPERTIESPropertiesSearch; +} + ++ (DBRoute *)DBFILEPROPERTIESPropertiesUpdate { + if (!DBFILEPROPERTIESPropertiesUpdate) { + DBFILEPROPERTIESPropertiesUpdate = [[DBRoute alloc] init:@"properties/update" + namespace_:@"file_properties" + deprecated:@NO + resultType:nil + errorType:[DBFILEPROPERTIESUpdatePropertiesError class] + attrs:@{ + @"auth" : @"user", + @"host" : @"api", + @"style" : @"rpc" + } + dataStructSerialBlock:nil + dataStructDeserialBlock:nil]; + } + return DBFILEPROPERTIESPropertiesUpdate; +} + ++ (DBRoute *)DBFILEPROPERTIESTemplatesAddForTeam { + if (!DBFILEPROPERTIESTemplatesAddForTeam) { + DBFILEPROPERTIESTemplatesAddForTeam = [[DBRoute alloc] init:@"templates/add_for_team" + namespace_:@"file_properties" + deprecated:@NO + resultType:[DBFILEPROPERTIESAddTemplateResult class] + errorType:[DBFILEPROPERTIESModifyTemplateError class] + attrs:@{ + @"auth" : @"team", + @"host" : @"api", + @"style" : @"rpc" + } + dataStructSerialBlock:nil + dataStructDeserialBlock:nil]; + } + return DBFILEPROPERTIESTemplatesAddForTeam; +} + ++ (DBRoute *)DBFILEPROPERTIESTemplatesAddForUser { + if (!DBFILEPROPERTIESTemplatesAddForUser) { + DBFILEPROPERTIESTemplatesAddForUser = [[DBRoute alloc] init:@"templates/add_for_user" + namespace_:@"file_properties" + deprecated:@NO + resultType:[DBFILEPROPERTIESAddTemplateResult class] + errorType:[DBFILEPROPERTIESModifyTemplateError class] + attrs:@{ + @"auth" : @"user", + @"host" : @"api", + @"style" : @"rpc" + } + dataStructSerialBlock:nil + dataStructDeserialBlock:nil]; + } + return DBFILEPROPERTIESTemplatesAddForUser; +} + ++ (DBRoute *)DBFILEPROPERTIESTemplatesGetForTeam { + if (!DBFILEPROPERTIESTemplatesGetForTeam) { + DBFILEPROPERTIESTemplatesGetForTeam = [[DBRoute alloc] init:@"templates/get_for_team" + namespace_:@"file_properties" + deprecated:@NO + resultType:[DBFILEPROPERTIESGetTemplateResult class] + errorType:[DBFILEPROPERTIESTemplateError class] + attrs:@{ + @"auth" : @"team", + @"host" : @"api", + @"style" : @"rpc" + } + dataStructSerialBlock:nil + dataStructDeserialBlock:nil]; + } + return DBFILEPROPERTIESTemplatesGetForTeam; +} + ++ (DBRoute *)DBFILEPROPERTIESTemplatesGetForUser { + if (!DBFILEPROPERTIESTemplatesGetForUser) { + DBFILEPROPERTIESTemplatesGetForUser = [[DBRoute alloc] init:@"templates/get_for_user" + namespace_:@"file_properties" + deprecated:@NO + resultType:[DBFILEPROPERTIESGetTemplateResult class] + errorType:[DBFILEPROPERTIESTemplateError class] + attrs:@{ + @"auth" : @"user", + @"host" : @"api", + @"style" : @"rpc" + } + dataStructSerialBlock:nil + dataStructDeserialBlock:nil]; + } + return DBFILEPROPERTIESTemplatesGetForUser; +} + ++ (DBRoute *)DBFILEPROPERTIESTemplatesListForTeam { + if (!DBFILEPROPERTIESTemplatesListForTeam) { + DBFILEPROPERTIESTemplatesListForTeam = [[DBRoute alloc] init:@"templates/list_for_team" + namespace_:@"file_properties" + deprecated:@NO + resultType:[DBFILEPROPERTIESListTemplateResult class] + errorType:[DBFILEPROPERTIESTemplateError class] + attrs:@{ + @"auth" : @"team", + @"host" : @"api", + @"style" : @"rpc" + } + dataStructSerialBlock:nil + dataStructDeserialBlock:nil]; + } + return DBFILEPROPERTIESTemplatesListForTeam; +} + ++ (DBRoute *)DBFILEPROPERTIESTemplatesListForUser { + if (!DBFILEPROPERTIESTemplatesListForUser) { + DBFILEPROPERTIESTemplatesListForUser = [[DBRoute alloc] init:@"templates/list_for_user" + namespace_:@"file_properties" + deprecated:@NO + resultType:[DBFILEPROPERTIESListTemplateResult class] + errorType:[DBFILEPROPERTIESTemplateError class] + attrs:@{ + @"auth" : @"user", + @"host" : @"api", + @"style" : @"rpc" + } + dataStructSerialBlock:nil + dataStructDeserialBlock:nil]; + } + return DBFILEPROPERTIESTemplatesListForUser; +} + ++ (DBRoute *)DBFILEPROPERTIESTemplatesUpdateForTeam { + if (!DBFILEPROPERTIESTemplatesUpdateForTeam) { + DBFILEPROPERTIESTemplatesUpdateForTeam = [[DBRoute alloc] init:@"templates/update_for_team" + namespace_:@"file_properties" + deprecated:@NO + resultType:[DBFILEPROPERTIESUpdateTemplateResult class] + errorType:[DBFILEPROPERTIESModifyTemplateError class] + attrs:@{ + @"auth" : @"team", + @"host" : @"api", + @"style" : @"rpc" + } + dataStructSerialBlock:nil + dataStructDeserialBlock:nil]; + } + return DBFILEPROPERTIESTemplatesUpdateForTeam; +} + ++ (DBRoute *)DBFILEPROPERTIESTemplatesUpdateForUser { + if (!DBFILEPROPERTIESTemplatesUpdateForUser) { + DBFILEPROPERTIESTemplatesUpdateForUser = [[DBRoute alloc] init:@"templates/update_for_user" + namespace_:@"file_properties" + deprecated:@NO + resultType:[DBFILEPROPERTIESUpdateTemplateResult class] + errorType:[DBFILEPROPERTIESModifyTemplateError class] + attrs:@{ + @"auth" : @"user", + @"host" : @"api", + @"style" : @"rpc" + } + dataStructSerialBlock:nil + dataStructDeserialBlock:nil]; + } + return DBFILEPROPERTIESTemplatesUpdateForUser; +} + +@end diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILEREQUESTSRouteObjects.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILEREQUESTSRouteObjects.h new file mode 100644 index 00000000..8dc6fdcc --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILEREQUESTSRouteObjects.h @@ -0,0 +1,34 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import + +@class DBRoute; + +NS_ASSUME_NONNULL_BEGIN + +/// +/// Stone route objects for the FileRequests namespace. Each route in the +/// FileRequests namespace has its own static object, which contains information +/// about the route. +/// +@interface DBFILEREQUESTSRouteObjects : NSObject + +/// Accessor method for the create route object. ++ (DBRoute *)DBFILEREQUESTSCreate; + +/// Accessor method for the get route object. ++ (DBRoute *)DBFILEREQUESTSGet; + +/// Accessor method for the list route object. ++ (DBRoute *)DBFILEREQUESTSList; + +/// Accessor method for the update route object. ++ (DBRoute *)DBFILEREQUESTSUpdate; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILEREQUESTSRouteObjects.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILEREQUESTSRouteObjects.m new file mode 100644 index 00000000..3068a5bf --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILEREQUESTSRouteObjects.m @@ -0,0 +1,100 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// +/// Auto-generated by Stone, do not modify. +/// + +#import "DBFILEREQUESTSRouteObjects.h" +#import "DBFILEREQUESTSCreateFileRequestError.h" +#import "DBFILEREQUESTSFileRequest.h" +#import "DBFILEREQUESTSFileRequestDeadline.h" +#import "DBFILEREQUESTSFileRequestError.h" +#import "DBFILEREQUESTSGeneralFileRequestsError.h" +#import "DBFILEREQUESTSGetFileRequestError.h" +#import "DBFILEREQUESTSListFileRequestsError.h" +#import "DBFILEREQUESTSListFileRequestsResult.h" +#import "DBFILEREQUESTSUpdateFileRequestError.h" +#import "DBFILEREQUESTSUserAuthRoutes.h" +#import "DBRequestErrors.h" +#import "DBStoneBase.h" + +@implementation DBFILEREQUESTSRouteObjects + +static DBRoute *DBFILEREQUESTSCreate; +static DBRoute *DBFILEREQUESTSGet; +static DBRoute *DBFILEREQUESTSList; +static DBRoute *DBFILEREQUESTSUpdate; + ++ (DBRoute *)DBFILEREQUESTSCreate { + if (!DBFILEREQUESTSCreate) { + DBFILEREQUESTSCreate = [[DBRoute alloc] init:@"create" + namespace_:@"file_requests" + deprecated:@NO + resultType:[DBFILEREQUESTSFileRequest class] + errorType:[DBFILEREQUESTSCreateFileRequestError class] + attrs:@{ + @"auth" : @"user", + @"host" : @"api", + @"style" : @"rpc" + } + dataStructSerialBlock:nil + dataStructDeserialBlock:nil]; + } + return DBFILEREQUESTSCreate; +} + ++ (DBRoute *)DBFILEREQUESTSGet { + if (!DBFILEREQUESTSGet) { + DBFILEREQUESTSGet = [[DBRoute alloc] init:@"get" + namespace_:@"file_requests" + deprecated:@NO + resultType:[DBFILEREQUESTSFileRequest class] + errorType:[DBFILEREQUESTSGetFileRequestError class] + attrs:@{ + @"auth" : @"user", + @"host" : @"api", + @"style" : @"rpc" + } + dataStructSerialBlock:nil + dataStructDeserialBlock:nil]; + } + return DBFILEREQUESTSGet; +} + ++ (DBRoute *)DBFILEREQUESTSList { + if (!DBFILEREQUESTSList) { + DBFILEREQUESTSList = [[DBRoute alloc] init:@"list" + namespace_:@"file_requests" + deprecated:@NO + resultType:[DBFILEREQUESTSListFileRequestsResult class] + errorType:[DBFILEREQUESTSListFileRequestsError class] + attrs:@{ + @"auth" : @"user", + @"host" : @"api", + @"style" : @"rpc" + } + dataStructSerialBlock:nil + dataStructDeserialBlock:nil]; + } + return DBFILEREQUESTSList; +} + ++ (DBRoute *)DBFILEREQUESTSUpdate { + if (!DBFILEREQUESTSUpdate) { + DBFILEREQUESTSUpdate = [[DBRoute alloc] init:@"update" + namespace_:@"file_requests" + deprecated:@NO + resultType:[DBFILEREQUESTSFileRequest class] + errorType:[DBFILEREQUESTSUpdateFileRequestError class] + attrs:@{ + @"auth" : @"user", + @"host" : @"api", + @"style" : @"rpc" + } + dataStructSerialBlock:nil + dataStructDeserialBlock:nil]; + } + return DBFILEREQUESTSUpdate; +} + +@end diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILESRouteObjects.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILESRouteObjects.h index b56bdd2a..9a824391 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILESRouteObjects.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILESRouteObjects.h @@ -74,6 +74,9 @@ NS_ASSUME_NONNULL_BEGIN /// Accessor method for the getThumbnail route object. + (DBRoute *)DBFILESGetThumbnail; +/// Accessor method for the getThumbnailBatch route object. ++ (DBRoute *)DBFILESGetThumbnailBatch; + /// Accessor method for the listFolder route object. + (DBRoute *)DBFILESListFolder; diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILESRouteObjects.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILESRouteObjects.m index 836a1a4e..9d92e37f 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILESRouteObjects.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILESRouteObjects.m @@ -8,7 +8,19 @@ #import "DBASYNCLaunchResultBase.h" #import "DBASYNCPollError.h" #import "DBASYNCPollResultBase.h" -#import "DBFILESAddPropertiesError.h" +#import "DBFILEPROPERTIESAddPropertiesError.h" +#import "DBFILEPROPERTIESGetTemplateResult.h" +#import "DBFILEPROPERTIESInvalidPropertyGroupError.h" +#import "DBFILEPROPERTIESListTemplateResult.h" +#import "DBFILEPROPERTIESLookUpPropertiesError.h" +#import "DBFILEPROPERTIESLookupError.h" +#import "DBFILEPROPERTIESPropertiesError.h" +#import "DBFILEPROPERTIESPropertyFieldTemplate.h" +#import "DBFILEPROPERTIESPropertyGroup.h" +#import "DBFILEPROPERTIESPropertyGroupTemplate.h" +#import "DBFILEPROPERTIESRemovePropertiesError.h" +#import "DBFILEPROPERTIESTemplateError.h" +#import "DBFILEPROPERTIESUpdatePropertiesError.h" #import "DBFILESAlphaGetMetadataError.h" #import "DBFILESCreateFolderError.h" #import "DBFILESCreateFolderResult.h" @@ -30,7 +42,9 @@ #import "DBFILESGetMetadataError.h" #import "DBFILESGetTemporaryLinkError.h" #import "DBFILESGetTemporaryLinkResult.h" -#import "DBFILESInvalidPropertyGroupError.h" +#import "DBFILESGetThumbnailBatchError.h" +#import "DBFILESGetThumbnailBatchResult.h" +#import "DBFILESGetThumbnailBatchResultEntry.h" #import "DBFILESListFolderContinueError.h" #import "DBFILESListFolderError.h" #import "DBFILESListFolderGetLatestCursorResult.h" @@ -39,19 +53,16 @@ #import "DBFILESListFolderResult.h" #import "DBFILESListRevisionsError.h" #import "DBFILESListRevisionsResult.h" -#import "DBFILESLookUpPropertiesError.h" #import "DBFILESLookupError.h" #import "DBFILESMediaInfo.h" #import "DBFILESMetadata.h" #import "DBFILESPreviewError.h" -#import "DBFILESPropertiesError.h" #import "DBFILESRelocationBatchError.h" #import "DBFILESRelocationBatchJobStatus.h" #import "DBFILESRelocationBatchLaunch.h" #import "DBFILESRelocationBatchResult.h" #import "DBFILESRelocationError.h" #import "DBFILESRelocationResult.h" -#import "DBFILESRemovePropertiesError.h" #import "DBFILESRestoreError.h" #import "DBFILESSaveCopyReferenceError.h" #import "DBFILESSaveCopyReferenceResult.h" @@ -62,7 +73,6 @@ #import "DBFILESSearchMatch.h" #import "DBFILESSearchResult.h" #import "DBFILESThumbnailError.h" -#import "DBFILESUpdatePropertiesError.h" #import "DBFILESUploadError.h" #import "DBFILESUploadErrorWithProperties.h" #import "DBFILESUploadSessionFinishBatchJobStatus.h" @@ -75,12 +85,6 @@ #import "DBFILESUploadWriteFailed.h" #import "DBFILESUserAuthRoutes.h" #import "DBFILESWriteError.h" -#import "DBPROPERTIESGetPropertyTemplateResult.h" -#import "DBPROPERTIESListPropertyTemplateIds.h" -#import "DBPROPERTIESPropertyFieldTemplate.h" -#import "DBPROPERTIESPropertyGroup.h" -#import "DBPROPERTIESPropertyGroupTemplate.h" -#import "DBPROPERTIESPropertyTemplateError.h" #import "DBRequestErrors.h" #import "DBStoneBase.h" @@ -105,6 +109,7 @@ @implementation DBFILESRouteObjects static DBRoute *DBFILESGetPreview; static DBRoute *DBFILESGetTemporaryLink; static DBRoute *DBFILESGetThumbnail; +static DBRoute *DBFILESGetThumbnailBatch; static DBRoute *DBFILESListFolder; static DBRoute *DBFILESListFolderContinue; static DBRoute *DBFILESListFolderGetLatestCursor; @@ -475,6 +480,24 @@ + (DBRoute *)DBFILESGetThumbnail { return DBFILESGetThumbnail; } ++ (DBRoute *)DBFILESGetThumbnailBatch { + if (!DBFILESGetThumbnailBatch) { + DBFILESGetThumbnailBatch = [[DBRoute alloc] init:@"get_thumbnail_batch" + namespace_:@"files" + deprecated:@NO + resultType:[DBFILESGetThumbnailBatchResult class] + errorType:[DBFILESGetThumbnailBatchError class] + attrs:@{ + @"auth" : @"user", + @"host" : @"content", + @"style" : @"rpc" + } + dataStructSerialBlock:nil + dataStructDeserialBlock:nil]; + } + return DBFILESGetThumbnailBatch; +} + + (DBRoute *)DBFILESListFolder { if (!DBFILESListFolder) { DBFILESListFolder = [[DBRoute alloc] init:@"list_folder" @@ -659,9 +682,9 @@ + (DBRoute *)DBFILESPropertiesAdd { if (!DBFILESPropertiesAdd) { DBFILESPropertiesAdd = [[DBRoute alloc] init:@"properties/add" namespace_:@"files" - deprecated:@NO + deprecated:@YES resultType:nil - errorType:[DBFILESAddPropertiesError class] + errorType:[DBFILEPROPERTIESAddPropertiesError class] attrs:@{ @"auth" : @"user", @"host" : @"api", @@ -677,9 +700,9 @@ + (DBRoute *)DBFILESPropertiesOverwrite { if (!DBFILESPropertiesOverwrite) { DBFILESPropertiesOverwrite = [[DBRoute alloc] init:@"properties/overwrite" namespace_:@"files" - deprecated:@NO + deprecated:@YES resultType:nil - errorType:[DBFILESInvalidPropertyGroupError class] + errorType:[DBFILEPROPERTIESInvalidPropertyGroupError class] attrs:@{ @"auth" : @"user", @"host" : @"api", @@ -695,9 +718,9 @@ + (DBRoute *)DBFILESPropertiesRemove { if (!DBFILESPropertiesRemove) { DBFILESPropertiesRemove = [[DBRoute alloc] init:@"properties/remove" namespace_:@"files" - deprecated:@NO + deprecated:@YES resultType:nil - errorType:[DBFILESRemovePropertiesError class] + errorType:[DBFILEPROPERTIESRemovePropertiesError class] attrs:@{ @"auth" : @"user", @"host" : @"api", @@ -713,9 +736,9 @@ + (DBRoute *)DBFILESPropertiesTemplateGet { if (!DBFILESPropertiesTemplateGet) { DBFILESPropertiesTemplateGet = [[DBRoute alloc] init:@"properties/template/get" namespace_:@"files" - deprecated:@NO - resultType:[DBPROPERTIESGetPropertyTemplateResult class] - errorType:[DBPROPERTIESPropertyTemplateError class] + deprecated:@YES + resultType:[DBFILEPROPERTIESGetTemplateResult class] + errorType:[DBFILEPROPERTIESTemplateError class] attrs:@{ @"auth" : @"user", @"host" : @"api", @@ -731,9 +754,9 @@ + (DBRoute *)DBFILESPropertiesTemplateList { if (!DBFILESPropertiesTemplateList) { DBFILESPropertiesTemplateList = [[DBRoute alloc] init:@"properties/template/list" namespace_:@"files" - deprecated:@NO - resultType:[DBPROPERTIESListPropertyTemplateIds class] - errorType:[DBPROPERTIESPropertyTemplateError class] + deprecated:@YES + resultType:[DBFILEPROPERTIESListTemplateResult class] + errorType:[DBFILEPROPERTIESTemplateError class] attrs:@{ @"auth" : @"user", @"host" : @"api", @@ -749,9 +772,9 @@ + (DBRoute *)DBFILESPropertiesUpdate { if (!DBFILESPropertiesUpdate) { DBFILESPropertiesUpdate = [[DBRoute alloc] init:@"properties/update" namespace_:@"files" - deprecated:@NO + deprecated:@YES resultType:nil - errorType:[DBFILESUpdatePropertiesError class] + errorType:[DBFILEPROPERTIESUpdatePropertiesError class] attrs:@{ @"auth" : @"user", @"host" : @"api", diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBPAPERRouteObjects.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBPAPERRouteObjects.h index 44e9084a..31a5208a 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBPAPERRouteObjects.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBPAPERRouteObjects.h @@ -20,6 +20,9 @@ NS_ASSUME_NONNULL_BEGIN /// Accessor method for the docsArchive route object. + (DBRoute *)DBPAPERDocsArchive; +/// Accessor method for the docsCreate route object. ++ (DBRoute *)DBPAPERDocsCreate; + /// Accessor method for the docsDownload route object. + (DBRoute *)DBPAPERDocsDownload; @@ -47,6 +50,9 @@ NS_ASSUME_NONNULL_BEGIN /// Accessor method for the docsSharingPolicySet route object. + (DBRoute *)DBPAPERDocsSharingPolicySet; +/// Accessor method for the docsUpdate route object. ++ (DBRoute *)DBPAPERDocsUpdate; + /// Accessor method for the docsUsersAdd route object. + (DBRoute *)DBPAPERDocsUsersAdd; diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBPAPERRouteObjects.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBPAPERRouteObjects.m index d5515f63..cc3f74f5 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBPAPERRouteObjects.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBPAPERRouteObjects.m @@ -20,7 +20,10 @@ #import "DBPAPERListUsersOnPaperDocResponse.h" #import "DBPAPERPaperApiBaseError.h" #import "DBPAPERPaperApiCursorError.h" +#import "DBPAPERPaperDocCreateError.h" +#import "DBPAPERPaperDocCreateUpdateResult.h" #import "DBPAPERPaperDocExportResult.h" +#import "DBPAPERPaperDocUpdateError.h" #import "DBPAPERSharingPolicy.h" #import "DBPAPERSharingPublicPolicyType.h" #import "DBPAPERSharingTeamPolicyType.h" @@ -35,6 +38,7 @@ @implementation DBPAPERRouteObjects static DBRoute *DBPAPERDocsArchive; +static DBRoute *DBPAPERDocsCreate; static DBRoute *DBPAPERDocsDownload; static DBRoute *DBPAPERDocsFolderUsersList; static DBRoute *DBPAPERDocsFolderUsersListContinue; @@ -44,6 +48,7 @@ @implementation DBPAPERRouteObjects static DBRoute *DBPAPERDocsPermanentlyDelete; static DBRoute *DBPAPERDocsSharingPolicyGet; static DBRoute *DBPAPERDocsSharingPolicySet; +static DBRoute *DBPAPERDocsUpdate; static DBRoute *DBPAPERDocsUsersAdd; static DBRoute *DBPAPERDocsUsersList; static DBRoute *DBPAPERDocsUsersListContinue; @@ -67,6 +72,24 @@ + (DBRoute *)DBPAPERDocsArchive { return DBPAPERDocsArchive; } ++ (DBRoute *)DBPAPERDocsCreate { + if (!DBPAPERDocsCreate) { + DBPAPERDocsCreate = [[DBRoute alloc] init:@"docs/create" + namespace_:@"paper" + deprecated:@NO + resultType:[DBPAPERPaperDocCreateUpdateResult class] + errorType:[DBPAPERPaperDocCreateError class] + attrs:@{ + @"auth" : @"user", + @"host" : @"api", + @"style" : @"upload" + } + dataStructSerialBlock:nil + dataStructDeserialBlock:nil]; + } + return DBPAPERDocsCreate; +} + + (DBRoute *)DBPAPERDocsDownload { if (!DBPAPERDocsDownload) { DBPAPERDocsDownload = [[DBRoute alloc] init:@"docs/download" @@ -229,6 +252,24 @@ + (DBRoute *)DBPAPERDocsSharingPolicySet { return DBPAPERDocsSharingPolicySet; } ++ (DBRoute *)DBPAPERDocsUpdate { + if (!DBPAPERDocsUpdate) { + DBPAPERDocsUpdate = [[DBRoute alloc] init:@"docs/update" + namespace_:@"paper" + deprecated:@NO + resultType:[DBPAPERPaperDocCreateUpdateResult class] + errorType:[DBPAPERPaperDocUpdateError class] + attrs:@{ + @"auth" : @"user", + @"host" : @"api", + @"style" : @"upload" + } + dataStructSerialBlock:nil + dataStructDeserialBlock:nil]; + } + return DBPAPERDocsUpdate; +} + + (DBRoute *)DBPAPERDocsUsersAdd { if (!DBPAPERDocsUsersAdd) { DBPAPERDocsUsersAdd = [[DBRoute alloc] init:@"docs/users/add" diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBSHARINGRouteObjects.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBSHARINGRouteObjects.m index aa835e21..25fc09ac 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBSHARINGRouteObjects.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBSHARINGRouteObjects.m @@ -89,6 +89,7 @@ #import "DBSHARINGUpdateFolderMemberError.h" #import "DBSHARINGUpdateFolderPolicyError.h" #import "DBSHARINGUserAuthRoutes.h" +#import "DBSHARINGUserFileMembershipInfo.h" #import "DBSHARINGUserMembershipInfo.h" #import "DBSHARINGVisibility.h" #import "DBStoneBase.h" diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBTEAMRouteObjects.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBTEAMRouteObjects.h index dc1fadf6..0001a642 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBTEAMRouteObjects.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBTEAMRouteObjects.h @@ -88,6 +88,15 @@ NS_ASSUME_NONNULL_BEGIN /// Accessor method for the linkedAppsRevokeLinkedAppBatch route object. + (DBRoute *)DBTEAMLinkedAppsRevokeLinkedAppBatch; +/// Accessor method for the memberSpaceLimitsGetCustomQuota route object. ++ (DBRoute *)DBTEAMMemberSpaceLimitsGetCustomQuota; + +/// Accessor method for the memberSpaceLimitsRemoveCustomQuota route object. ++ (DBRoute *)DBTEAMMemberSpaceLimitsRemoveCustomQuota; + +/// Accessor method for the memberSpaceLimitsSetCustomQuota route object. ++ (DBRoute *)DBTEAMMemberSpaceLimitsSetCustomQuota; + /// Accessor method for the membersAdd route object. + (DBRoute *)DBTEAMMembersAdd; diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBTEAMRouteObjects.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBTEAMRouteObjects.m index 507d3ea4..a67005a3 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBTEAMRouteObjects.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBTEAMRouteObjects.m @@ -10,22 +10,25 @@ #import "DBASYNCPollEmptyResult.h" #import "DBASYNCPollError.h" #import "DBASYNCPollResultBase.h" -#import "DBPROPERTIESGetPropertyTemplateResult.h" -#import "DBPROPERTIESListPropertyTemplateIds.h" -#import "DBPROPERTIESModifyPropertyTemplateError.h" -#import "DBPROPERTIESPropertyFieldTemplate.h" -#import "DBPROPERTIESPropertyGroupTemplate.h" -#import "DBPROPERTIESPropertyTemplateError.h" +#import "DBFILEPROPERTIESAddTemplateResult.h" +#import "DBFILEPROPERTIESGetTemplateResult.h" +#import "DBFILEPROPERTIESListTemplateResult.h" +#import "DBFILEPROPERTIESModifyTemplateError.h" +#import "DBFILEPROPERTIESPropertyFieldTemplate.h" +#import "DBFILEPROPERTIESPropertyGroupTemplate.h" +#import "DBFILEPROPERTIESTemplateError.h" +#import "DBFILEPROPERTIESUpdateTemplateResult.h" #import "DBRequestErrors.h" #import "DBStoneBase.h" #import "DBTEAMActiveWebSession.h" -#import "DBTEAMAddPropertyTemplateResult.h" #import "DBTEAMAdminTier.h" #import "DBTEAMApiApp.h" #import "DBTEAMBaseDfbReport.h" #import "DBTEAMBaseTeamFolderError.h" #import "DBTEAMCOMMONGroupManagementType.h" #import "DBTEAMCOMMONGroupSummary.h" +#import "DBTEAMCustomQuotaError.h" +#import "DBTEAMCustomQuotaResult.h" #import "DBTEAMDateRangeError.h" #import "DBTEAMDesktopClientSession.h" #import "DBTEAMDevicesActive.h" @@ -91,6 +94,7 @@ #import "DBTEAMMobileClientSession.h" #import "DBTEAMNamespaceMetadata.h" #import "DBTEAMPOLICIESTeamMemberPolicies.h" +#import "DBTEAMRemoveCustomQuotaResult.h" #import "DBTEAMRevokeDeviceSessionBatchError.h" #import "DBTEAMRevokeDeviceSessionBatchResult.h" #import "DBTEAMRevokeDeviceSessionError.h" @@ -124,7 +128,8 @@ #import "DBTEAMTeamNamespacesListResult.h" #import "DBTEAMTokenGetAuthenticatedAdminError.h" #import "DBTEAMTokenGetAuthenticatedAdminResult.h" -#import "DBTEAMUpdatePropertyTemplateResult.h" +#import "DBTEAMUserCustomQuotaResult.h" +#import "DBTEAMUserSelectorArg.h" #import "DBTEAMUserSelectorError.h" @implementation DBTEAMRouteObjects @@ -153,6 +158,9 @@ @implementation DBTEAMRouteObjects static DBRoute *DBTEAMLinkedAppsListTeamLinkedApps; static DBRoute *DBTEAMLinkedAppsRevokeLinkedApp; static DBRoute *DBTEAMLinkedAppsRevokeLinkedAppBatch; +static DBRoute *DBTEAMMemberSpaceLimitsGetCustomQuota; +static DBRoute *DBTEAMMemberSpaceLimitsRemoveCustomQuota; +static DBRoute *DBTEAMMemberSpaceLimitsSetCustomQuota; static DBRoute *DBTEAMMembersAdd; static DBRoute *DBTEAMMembersAddJobStatusGet; static DBRoute *DBTEAMMembersGetInfo; @@ -629,6 +637,75 @@ + (DBRoute *)DBTEAMLinkedAppsRevokeLinkedAppBatch { return DBTEAMLinkedAppsRevokeLinkedAppBatch; } ++ (DBRoute *)DBTEAMMemberSpaceLimitsGetCustomQuota { + if (!DBTEAMMemberSpaceLimitsGetCustomQuota) { + DBTEAMMemberSpaceLimitsGetCustomQuota = [[DBRoute alloc] init:@"member_space_limits/get_custom_quota" + namespace_:@"team" + deprecated:@NO + resultType:[NSArray class] + errorType:[DBTEAMCustomQuotaError class] + attrs:@{ + @"auth" : @"team", + @"host" : @"api", + @"style" : @"rpc" + } + dataStructSerialBlock:nil + dataStructDeserialBlock:^id(id dataStruct) { + return [DBArraySerializer deserialize:dataStruct + withBlock:^id(id elem0) { + return [DBTEAMCustomQuotaResultSerializer deserialize:elem0]; + }]; + }]; + } + return DBTEAMMemberSpaceLimitsGetCustomQuota; +} + ++ (DBRoute *)DBTEAMMemberSpaceLimitsRemoveCustomQuota { + if (!DBTEAMMemberSpaceLimitsRemoveCustomQuota) { + DBTEAMMemberSpaceLimitsRemoveCustomQuota = [[DBRoute alloc] init:@"member_space_limits/remove_custom_quota" + namespace_:@"team" + deprecated:@NO + resultType:[NSArray class] + errorType:[DBTEAMCustomQuotaError class] + attrs:@{ + @"auth" : @"team", + @"host" : @"api", + @"style" : @"rpc" + } + dataStructSerialBlock:nil + dataStructDeserialBlock:^id(id dataStruct) { + return [DBArraySerializer deserialize:dataStruct + withBlock:^id(id elem0) { + return [DBTEAMRemoveCustomQuotaResultSerializer deserialize:elem0]; + }]; + }]; + } + return DBTEAMMemberSpaceLimitsRemoveCustomQuota; +} + ++ (DBRoute *)DBTEAMMemberSpaceLimitsSetCustomQuota { + if (!DBTEAMMemberSpaceLimitsSetCustomQuota) { + DBTEAMMemberSpaceLimitsSetCustomQuota = [[DBRoute alloc] init:@"member_space_limits/set_custom_quota" + namespace_:@"team" + deprecated:@NO + resultType:[NSArray class] + errorType:[DBTEAMCustomQuotaError class] + attrs:@{ + @"auth" : @"team", + @"host" : @"api", + @"style" : @"rpc" + } + dataStructSerialBlock:nil + dataStructDeserialBlock:^id(id dataStruct) { + return [DBArraySerializer deserialize:dataStruct + withBlock:^id(id elem0) { + return [DBTEAMCustomQuotaResultSerializer deserialize:elem0]; + }]; + }]; + } + return DBTEAMMemberSpaceLimitsSetCustomQuota; +} + + (DBRoute *)DBTEAMMembersAdd { if (!DBTEAMMembersAdd) { DBTEAMMembersAdd = [[DBRoute alloc] init:@"members/add" @@ -908,9 +985,9 @@ + (DBRoute *)DBTEAMPropertiesTemplateAdd { if (!DBTEAMPropertiesTemplateAdd) { DBTEAMPropertiesTemplateAdd = [[DBRoute alloc] init:@"properties/template/add" namespace_:@"team" - deprecated:@NO - resultType:[DBTEAMAddPropertyTemplateResult class] - errorType:[DBPROPERTIESModifyPropertyTemplateError class] + deprecated:@YES + resultType:[DBFILEPROPERTIESAddTemplateResult class] + errorType:[DBFILEPROPERTIESModifyTemplateError class] attrs:@{ @"auth" : @"team", @"host" : @"api", @@ -926,9 +1003,9 @@ + (DBRoute *)DBTEAMPropertiesTemplateGet { if (!DBTEAMPropertiesTemplateGet) { DBTEAMPropertiesTemplateGet = [[DBRoute alloc] init:@"properties/template/get" namespace_:@"team" - deprecated:@NO - resultType:[DBPROPERTIESGetPropertyTemplateResult class] - errorType:[DBPROPERTIESPropertyTemplateError class] + deprecated:@YES + resultType:[DBFILEPROPERTIESGetTemplateResult class] + errorType:[DBFILEPROPERTIESTemplateError class] attrs:@{ @"auth" : @"team", @"host" : @"api", @@ -944,9 +1021,9 @@ + (DBRoute *)DBTEAMPropertiesTemplateList { if (!DBTEAMPropertiesTemplateList) { DBTEAMPropertiesTemplateList = [[DBRoute alloc] init:@"properties/template/list" namespace_:@"team" - deprecated:@NO - resultType:[DBPROPERTIESListPropertyTemplateIds class] - errorType:[DBPROPERTIESPropertyTemplateError class] + deprecated:@YES + resultType:[DBFILEPROPERTIESListTemplateResult class] + errorType:[DBFILEPROPERTIESTemplateError class] attrs:@{ @"auth" : @"team", @"host" : @"api", @@ -962,9 +1039,9 @@ + (DBRoute *)DBTEAMPropertiesTemplateUpdate { if (!DBTEAMPropertiesTemplateUpdate) { DBTEAMPropertiesTemplateUpdate = [[DBRoute alloc] init:@"properties/template/update" namespace_:@"team" - deprecated:@NO - resultType:[DBTEAMUpdatePropertyTemplateResult class] - errorType:[DBPROPERTIESModifyPropertyTemplateError class] + deprecated:@YES + resultType:[DBFILEPROPERTIESUpdateTemplateResult class] + errorType:[DBFILEPROPERTIESModifyTemplateError class] attrs:@{ @"auth" : @"team", @"host" : @"api", diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTasks.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTasks.m index 94ecb8ff..2f2e77ac 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTasks.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTasks.m @@ -61,6 +61,10 @@ - (DBTask *)restart { userInfo:nil]; } ++ (NSError *)dropboxBadResponseErrorWithException:(NSException *)exception { + return [NSError errorWithDomain:@"dropbox.com" code:0 userInfo:@{ @"error_message" : exception }]; +} + @end #pragma mark - RPC-style network task @@ -106,6 +110,10 @@ - (DBRpcResponseBlockStorage)storageBlockWithResponseBlock:(DBRpcResponseBlockIm __weak DBRpcTask *weakSelf = self; DBRpcResponseBlockStorage storageBlock = ^BOOL(NSData *data, NSURLResponse *response, NSError *clientError) { DBRpcTask *strongSelf = weakSelf; + if (strongSelf == nil) { + // Indicates failure and no-op + return NO; + } NSHTTPURLResponse *httpResponse = (NSHTTPURLResponse *)response; int statusCode = (int)httpResponse.statusCode; @@ -130,7 +138,11 @@ - (DBRpcResponseBlockStorage)storageBlockWithResponseBlock:(DBRpcResponseBlockIm restartTask:strongSelf]; } else { NSError *serializationError; - result = [DBTransportBaseClient routeResultWithRoute:route data:data serializationError:&serializationError]; + @try { + result = [DBTransportBaseClient routeResultWithRoute:route data:data serializationError:&serializationError]; + } @catch (NSException *exception) { + serializationError = [[self class] dropboxBadResponseErrorWithException:exception]; + } if (serializationError) { networkError = [[DBRequestError alloc] initAsClientError:serializationError]; } else { @@ -193,6 +205,10 @@ - (DBUploadResponseBlockStorage)storageBlockWithResponseBlock:(DBUploadResponseB __weak DBUploadTask *weakSelf = self; DBUploadResponseBlockStorage storageBlock = ^BOOL(NSData *data, NSURLResponse *response, NSError *clientError) { DBUploadTask *strongSelf = weakSelf; + if (strongSelf == nil) { + // Indicates failure and no-op + return NO; + } NSHTTPURLResponse *httpResponse = (NSHTTPURLResponse *)response; int statusCode = (int)httpResponse.statusCode; @@ -217,7 +233,11 @@ - (DBUploadResponseBlockStorage)storageBlockWithResponseBlock:(DBUploadResponseB restartTask:strongSelf]; } else { NSError *serializationError; - result = [DBTransportBaseClient routeResultWithRoute:route data:data serializationError:&serializationError]; + @try { + result = [DBTransportBaseClient routeResultWithRoute:route data:data serializationError:&serializationError]; + } @catch (NSException *exception) { + serializationError = [[self class] dropboxBadResponseErrorWithException:exception]; + } if (serializationError) { networkError = [[DBRequestError alloc] initAsClientError:serializationError]; } else { @@ -280,13 +300,22 @@ - (DBDownloadResponseBlockStorage)storageBlockWithResponseBlock:(DBDownloadUrlRe __weak DBDownloadUrlTask *weakSelf = self; DBDownloadResponseBlockStorage storageBlock = ^BOOL(NSURL *location, NSURLResponse *response, NSError *clientError) { DBDownloadUrlTask *strongSelf = weakSelf; + if (strongSelf == nil) { + // Indicates failure and no-op + return NO; + } NSHTTPURLResponse *httpResponse = (NSHTTPURLResponse *)response; int statusCode = (int)httpResponse.statusCode; NSDictionary *httpHeaders = httpResponse.allHeaderFields; - NSString *headerString = - [DBTransportBaseClient caseInsensitiveLookupWithKey:@"Dropbox-API-Result" dictionary:httpHeaders]; - NSData *resultData = headerString ? [headerString dataUsingEncoding:NSUTF8StringEncoding] : nil; + id headerString = + [DBTransportBaseClient caseInsensitiveLookupWithKey:@"Dropbox-API-Result" headerFieldsDictionary:httpHeaders]; + + NSData *resultData = nil; + if ([headerString isKindOfClass:[NSString class]]) { + // If `headerString == nil` then `resultData = nil` + resultData = [headerString dataUsingEncoding:NSUTF8StringEncoding]; + } DBRoute *route = strongSelf->_route; @@ -331,8 +360,13 @@ - (DBDownloadResponseBlockStorage)storageBlockWithResponseBlock:(DBDownloadUrlRe networkError = [[DBRequestError alloc] initAsClientError:fileMoveErrorToDestination]; } else { NSError *serializationError; - result = - [DBTransportBaseClient routeResultWithRoute:route data:resultData serializationError:&serializationError]; + @try { + result = [DBTransportBaseClient routeResultWithRoute:route + data:resultData + serializationError:&serializationError]; + } @catch (NSException *exception) { + serializationError = [[self class] dropboxBadResponseErrorWithException:exception]; + } if (serializationError) { networkError = [[DBRequestError alloc] initAsClientError:serializationError]; } else { @@ -398,13 +432,22 @@ - (DBDownloadResponseBlockStorage)storageBlockWithResponseBlock:(DBDownloadDataR __weak DBDownloadDataTask *weakSelf = self; DBDownloadResponseBlockStorage storageBlock = ^BOOL(NSURL *location, NSURLResponse *response, NSError *clientError) { DBDownloadDataTask *strongSelf = weakSelf; + if (strongSelf == nil) { + // Indicates failure and no-op + return NO; + } NSHTTPURLResponse *httpResponse = (NSHTTPURLResponse *)response; int statusCode = (int)httpResponse.statusCode; NSDictionary *httpHeaders = httpResponse.allHeaderFields; - NSString *headerString = - [DBTransportBaseClient caseInsensitiveLookupWithKey:@"Dropbox-API-Result" dictionary:httpHeaders]; - NSData *resultData = headerString ? [headerString dataUsingEncoding:NSUTF8StringEncoding] : nil; + id headerString = + [DBTransportBaseClient caseInsensitiveLookupWithKey:@"Dropbox-API-Result" headerFieldsDictionary:httpHeaders]; + + NSData *resultData = nil; + if ([headerString isKindOfClass:[NSString class]]) { + // If `headerString == nil` then `resultData = nil` + resultData = [headerString dataUsingEncoding:NSUTF8StringEncoding]; + } DBRoute *route = strongSelf->_route; @@ -430,8 +473,12 @@ - (DBDownloadResponseBlockStorage)storageBlockWithResponseBlock:(DBDownloadDataR restartTask:strongSelf]; } else { NSError *serializationError; - result = - [DBTransportBaseClient routeResultWithRoute:route data:resultData serializationError:&serializationError]; + @try { + result = + [DBTransportBaseClient routeResultWithRoute:route data:resultData serializationError:&serializationError]; + } @catch (NSException *exception) { + serializationError = [[self class] dropboxBadResponseErrorWithException:exception]; + } if (serializationError) { networkError = [[DBRequestError alloc] initAsClientError:serializationError]; } else { diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseClient.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseClient.h index 6da53e67..9897bc16 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseClient.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseClient.h @@ -46,7 +46,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithAccessToken:(NSString *)accessToken +- (instancetype)initWithAccessToken:(nullable NSString *)accessToken tokenUid:(nullable NSString *)tokenUid transportConfig:(DBTransportBaseConfig *)transportConfig; diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseClient.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseClient.m index 0a243dbc..31c9b6b9 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseClient.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseClient.m @@ -16,30 +16,12 @@ #pragma mark - Internal serialization helpers -NSDictionary *kV2SDKBaseHosts; +@interface DBTransportBaseClient () +@property (nonatomic, readonly, copy) DBTransportBaseHostnameConfig *hostnameConfig; +@end @implementation DBTransportBaseClient -+ (void)initialize { - static dispatch_once_t once; - dispatch_once(&once, ^{ - if (!kSDKDebug) { - kV2SDKBaseHosts = @{ - @"api" : @"https://api.dropbox.com/2", - @"content" : @"https://api-content.dropbox.com/2", - @"notify" : @"https://notify.dropboxapi.com/2", - }; - } else { - kV2SDKBaseHosts = @{ - @"api" : @"https://api-dbdev.dev.corp.dropbox.com/2", - @"content" : @"https://api-content-dbdev.dev.corp.dropbox.com/2", - @"notify" : @"https://notify-dbdev.dev.corp.dropboxapi.com/2", - }; - } - - }); -} - - (instancetype)initWithAccessToken:(NSString *)accessToken tokenUid:(NSString *)tokenUid transportConfig:(DBTransportBaseConfig *)transportConfig { @@ -48,6 +30,7 @@ - (instancetype)initWithAccessToken:(NSString *)accessToken _tokenUid = [tokenUid copy]; _appKey = transportConfig.appKey; _appSecret = transportConfig.appSecret; + _hostnameConfig = transportConfig.hostnameConfig ?: [[DBTransportBaseHostnameConfig alloc] init]; NSString *defaultUserAgent = [NSString stringWithFormat:@"%@/%@", kV2SDKDefaultUserAgentPrefix, kV2SDKVersion]; _userAgent = transportConfig.userAgent ? [[transportConfig.userAgent stringByAppendingString:@"/"] stringByAppendingString:defaultUserAgent] @@ -59,17 +42,11 @@ - (instancetype)initWithAccessToken:(NSString *)accessToken } - (NSDictionary *)headersWithRouteInfo:(NSDictionary *)routeAttributes - accessToken:(NSString *)accessToken serializedArg:(NSString *)serializedArg { - return [self headersWithRouteInfo:routeAttributes - accessToken:accessToken - serializedArg:serializedArg - byteOffsetStart:nil - byteOffsetEnd:nil]; + return [self headersWithRouteInfo:routeAttributes serializedArg:serializedArg byteOffsetStart:nil byteOffsetEnd:nil]; } - (NSDictionary *)headersWithRouteInfo:(NSDictionary *)routeAttributes - accessToken:(NSString *)accessToken serializedArg:(NSString *)serializedArg byteOffsetStart:(NSNumber *)byteOffsetStart byteOffsetEnd:(NSNumber *)byteOffsetEnd { @@ -96,7 +73,7 @@ - (NSDictionary *)headersWithRouteInfo:(NSDictionary *)r [headers setObject:[NSString stringWithFormat:@"Basic %@", [authData base64EncodedStringWithOptions:0]] forKey:@"Authorization"]; } else { - [headers setObject:[NSString stringWithFormat:@"Bearer %@", accessToken] forKey:@"Authorization"]; + [headers setObject:[NSString stringWithFormat:@"Bearer %@", _accessToken] forKey:@"Authorization"]; } } @@ -146,9 +123,9 @@ + (NSMutableURLRequest *)requestWithHeaders:(NSDictionary *)httpHeaders return request; } -+ (NSURL *)urlWithRoute:(DBRoute *)route { - return [NSURL URLWithString:[NSString stringWithFormat:@"%@/%@/%@", kV2SDKBaseHosts[route.attrs[@"host"]], - route.namespace_, route.name]]; +- (NSURL *)urlWithRoute:(DBRoute *)route { + NSString *routePrefix = [_hostnameConfig apiV2PrefixWithRouteType:route.attrs[@"host"]]; + return [NSURL URLWithString:[NSString stringWithFormat:@"%@/%@/%@", routePrefix, route.namespace_, route.name]]; } + (NSData *)serializeDataWithRoute:(DBRoute *)route routeArg:(id)arg { @@ -169,6 +146,9 @@ + (NSString *)serializeStringWithRoute:(DBRoute *)route routeArg:(id *)dictionary { - for (id key in dictionary) { - NSString *keyString = (NSString *)key; - if ([keyString.lowercaseString isEqualToString:lookupKey.lowercaseString]) { - return (NSString *)dictionary[key]; ++ (nullable id)caseInsensitiveLookupWithKey:(nullable NSString *)lookupKey + headerFieldsDictionary:(nullable NSDictionary *)headerFieldsDictionary { + NSString *lowercaseLookupKey = lookupKey.lowercaseString; + for (id key in headerFieldsDictionary) { + if ([key isKindOfClass:[NSString class]]) { + NSString *keyString = (NSString *)key; + if ([keyString.lowercaseString isEqualToString:lowercaseLookupKey]) { + return headerFieldsDictionary[key]; + } } } return nil; diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseConfig.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseConfig.h index 64226cc1..6a509856 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseConfig.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseConfig.h @@ -4,6 +4,8 @@ #import +#import "DBTransportBaseHostnameConfig.h" + NS_ASSUME_NONNULL_BEGIN /// @@ -19,6 +21,12 @@ NS_ASSUME_NONNULL_BEGIN /// querying endpoints the have "app auth" authentication type. @property (nonatomic, readonly, copy, nullable) NSString *appSecret; +/// The hostname configuration used for various networking requests. +@property (nonatomic, readonly, copy, nullable) DBTransportBaseHostnameConfig *hostnameConfig; + +/// The redirect url used for oauth flow +@property (nonatomic, readonly, copy, nullable) NSString *redirectURL; + /// The user agent associated with all networking requests. Used for server logging. @property (nonatomic, readonly, copy, nullable) NSString *userAgent; @@ -38,7 +46,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithAppKey:(NSString *)appKey userAgent:(nullable NSString *)userAgent; +- (instancetype)initWithAppKey:(nullable NSString *)appKey userAgent:(nullable NSString *)userAgent; /// /// Convenience constructor. @@ -51,7 +59,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithAppKey:(NSString *)appKey +- (instancetype)initWithAppKey:(nullable NSString *)appKey appSecret:(nullable NSString *)appSecret userAgent:(nullable NSString *)userAgent; @@ -68,7 +76,7 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithAppKey:(NSString *)appKey +- (instancetype)initWithAppKey:(nullable NSString *)appKey appSecret:(nullable NSString *)appSecret userAgent:(nullable NSString *)userAgent asMemberId:(nullable NSString *)asMemberId; @@ -87,8 +95,54 @@ NS_ASSUME_NONNULL_BEGIN /// /// @return An initialized instance. /// -- (instancetype)initWithAppKey:(NSString *)appKey +- (instancetype)initWithAppKey:(nullable NSString *)appKey + appSecret:(nullable NSString *)appSecret + userAgent:(nullable NSString *)userAgent + asMemberId:(nullable NSString *)asMemberId + additionalHeaders:(nullable NSDictionary *)additionalHeaders; + +/// +/// Full constructor, with debug hostname override. +/// +/// @param appKey The consumer app key associated with the app that is integrating with the Dropbox API. Here, app key +/// is used for querying endpoints the have "app auth" authentication type. +/// @param appSecret The consumer app secret associated with the app that is integrating with the Dropbox API. Here, app +/// key is used for querying endpoints the have "app auth" authentication type. +/// @param hostnameConfig A set of custom hostnames to use for networking requests. Only useful for debugging purposes. +/// @param userAgent The user agent associated with all networking requests. Used for server logging. +/// @param asMemberId An additional authentication header field used when a team app with the appropriate permissions +/// "performs" user API actions on behalf of a team member. +/// @param additionalHeaders Additional HTTP headers to be injected into each client request. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithAppKey:(nullable NSString *)appKey + appSecret:(nullable NSString *)appSecret + hostnameConfig:(nullable DBTransportBaseHostnameConfig *)hostnameConfig + userAgent:(nullable NSString *)userAgent + asMemberId:(nullable NSString *)asMemberId + additionalHeaders:(nullable NSDictionary *)additionalHeaders; + +/// +/// Full constructor, with debug hostname and redirectURL override. +/// +/// @param appKey The consumer app key associated with the app that is integrating with the Dropbox API. Here, app key +/// is used for querying endpoints the have "app auth" authentication type. +/// @param appSecret The consumer app secret associated with the app that is integrating with the Dropbox API. Here, app +/// key is used for querying endpoints the have "app auth" authentication type. +/// @param hostnameConfig A set of custom hostnames to use for networking requests. Only useful for debugging purposes. +/// @param redirectURL The redirect url used for oauth flow. +/// @param userAgent The user agent associated with all networking requests. Used for server logging. +/// @param asMemberId An additional authentication header field used when a team app with the appropriate permissions +/// "performs" user API actions on behalf of a team member. +/// @param additionalHeaders Additional HTTP headers to be injected into each client request. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithAppKey:(nullable NSString *)appKey appSecret:(nullable NSString *)appSecret + hostnameConfig:(nullable DBTransportBaseHostnameConfig *)hostnameConfig + redirectURL:(nullable NSString *)redirectURL userAgent:(nullable NSString *)userAgent asMemberId:(nullable NSString *)asMemberId additionalHeaders:(nullable NSDictionary *)additionalHeaders; diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseConfig.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseConfig.m index 367f83a5..dfc00a1c 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseConfig.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseConfig.m @@ -27,10 +27,42 @@ - (instancetype)initWithAppKey:(NSString *)appKey userAgent:(NSString *)userAgent asMemberId:(NSString *)asMemberId additionalHeaders:(NSDictionary *)additionalHeaders { + return [self initWithAppKey:appKey + appSecret:appSecret + hostnameConfig:nil + userAgent:userAgent + asMemberId:asMemberId + additionalHeaders:additionalHeaders]; +} + +- (instancetype)initWithAppKey:(NSString *)appKey + appSecret:(NSString *)appSecret + hostnameConfig:(DBTransportBaseHostnameConfig *)hostnameConfig + userAgent:(NSString *)userAgent + asMemberId:(NSString *)asMemberId + additionalHeaders:(NSDictionary *)additionalHeaders { + return [self initWithAppKey:appKey + appSecret:appSecret + hostnameConfig:hostnameConfig + redirectURL:nil + userAgent:userAgent + asMemberId:asMemberId + additionalHeaders:additionalHeaders]; +} + +- (instancetype)initWithAppKey:(NSString *)appKey + appSecret:(NSString *)appSecret + hostnameConfig:(DBTransportBaseHostnameConfig *)hostnameConfig + redirectURL:(NSString *)redirectURL + userAgent:(NSString *)userAgent + asMemberId:(NSString *)asMemberId + additionalHeaders:(NSDictionary *)additionalHeaders { if (self = [super init]) { _userAgent = userAgent; _appKey = appKey; _appSecret = appSecret; + _redirectURL = redirectURL; + _hostnameConfig = hostnameConfig; _asMemberId = asMemberId; _additionalHeaders = additionalHeaders; } diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseHostnameConfig.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseHostnameConfig.h new file mode 100644 index 00000000..b4196209 --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseHostnameConfig.h @@ -0,0 +1,50 @@ +/// +/// Copyright (c) 2017 Dropbox, Inc. All rights reserved. +/// + +#import + +NS_ASSUME_NONNULL_BEGIN + +/// +/// Configuration class that defines the different hostnames that the Dropbox SDK uses +/// +@interface DBTransportBaseHostnameConfig : NSObject + +@property (nonatomic, readonly, copy) NSString *meta; +@property (nonatomic, readonly, copy) NSString *api; +@property (nonatomic, readonly, copy) NSString *content; +@property (nonatomic, readonly, copy) NSString *notify; + +/// +/// Default constructor. +/// +/// @return An initialized instance of hostname configurations with default values set for all hostnames +/// +- (instancetype)init; + +/// +/// Constructor that takes in a set of custom hostnames to use for api calls. +/// +/// @param meta the hostname to metaserver +/// @param api the hostname to api server +/// @param content the hostname to content server +/// @param notify the hostname to notify server +/// +/// @return An initialized instance with the provided hostname configuration +/// +- (instancetype)initWithMeta:(NSString *)meta api:(NSString *)api content:(NSString *)content notify:(NSString *)notify; + +/// +/// Returns the prefix to use for API calls to the given route type. +/// +/// @param routeType the type of route to get a prefix for. +/// Currently the valid values are: "api", "content", and "notify". +/// +/// @return An absolute URL prefix, typically "https:///2" or nil if an invalid route type is provided. +/// +- (nullable NSString *)apiV2PrefixWithRouteType:(NSString *)routeType; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseHostnameConfig.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseHostnameConfig.m new file mode 100644 index 00000000..d1b2f3cf --- /dev/null +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseHostnameConfig.m @@ -0,0 +1,50 @@ +/// +/// Copyright (c) 2016 Dropbox, Inc. All rights reserved. +/// + +#import "DBTransportBaseHostnameConfig.h" +#import "DBSDKConstants.h" + +@implementation DBTransportBaseHostnameConfig + +- (instancetype)init { + if (!kSDKDebug) { + return [self initWithMeta:@"www.dropbox.com" + api:@"api.dropbox.com" + content:@"api-content.dropbox.com" + notify:@"notify.dropboxapi.com"]; + } else { + return [self initWithMeta:[NSString stringWithFormat:@"meta-%@.dev.corp.dropbox.com", kSDKDebugHost] + api:[NSString stringWithFormat:@"api-%@.dev.corp.dropbox.com", kSDKDebugHost] + content:[NSString stringWithFormat:@"api-content-%@.dev.corp.dropbox.com", kSDKDebugHost] + notify:[NSString stringWithFormat:@"notify-%@.dev.corp.dropboxapi.com", kSDKDebugHost]]; + } + return self; +} + +- (instancetype)initWithMeta:(NSString *)meta + api:(NSString *)api + content:(NSString *)content + notify:(NSString *)notify { + if (self = [super init]) { + _meta = meta; + _api = api; + _content = content; + _notify = notify; + } + return self; +} + +- (nullable NSString *)apiV2PrefixWithRouteType:(NSString *)routeType { + if ([routeType isEqualToString:@"api"]) { + return [NSString stringWithFormat:@"https://%@/2", _api]; + } else if ([routeType isEqualToString:@"content"]) { + return [NSString stringWithFormat:@"https://%@/2", _content]; + } else if ([routeType isEqualToString:@"notify"]) { + return [NSString stringWithFormat:@"https://%@/2", _notify]; + } else { + return nil; + } +} + +@end diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportDefaultClient.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportDefaultClient.m index 2cb4244e..ff080080 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportDefaultClient.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportDefaultClient.m @@ -86,10 +86,9 @@ - (NSOperationQueue *)urlSessionDelegateQueueWithName:(NSString *)queueName { #pragma mark - RPC-style request - (DBRpcTaskImpl *)requestRpc:(DBRoute *)route arg:(id)arg { - NSURL *requestUrl = [[self class] urlWithRoute:route]; + NSURL *requestUrl = [self urlWithRoute:route]; NSString *serializedArg = [[self class] serializeStringWithRoute:route routeArg:arg]; - NSDictionary *headers = - [self headersWithRouteInfo:route.attrs accessToken:self.accessToken serializedArg:serializedArg]; + NSDictionary *headers = [self headersWithRouteInfo:route.attrs serializedArg:serializedArg]; // RPC request submits argument in request body NSData *serializedArgData = [[self class] serializeDataWithRoute:route routeArg:arg]; @@ -118,10 +117,9 @@ - (DBRpcTaskImpl *)requestRpc:(DBRoute *)route arg:(id)arg { - (DBUploadTaskImpl *)requestUpload:(DBRoute *)route arg:(id)arg inputUrl:(NSString *)input { NSURL *inputUrl = [NSURL fileURLWithPath:input]; - NSURL *requestUrl = [[self class] urlWithRoute:route]; + NSURL *requestUrl = [self urlWithRoute:route]; NSString *serializedArg = [[self class] serializeStringWithRoute:route routeArg:arg]; - NSDictionary *headers = - [self headersWithRouteInfo:route.attrs accessToken:self.accessToken serializedArg:serializedArg]; + NSDictionary *headers = [self headersWithRouteInfo:route.attrs serializedArg:serializedArg]; NSURLRequest *request = [[self class] requestWithHeaders:headers url:requestUrl content:nil stream:nil]; @@ -141,10 +139,9 @@ - (DBUploadTaskImpl *)requestUpload:(DBRoute *)route arg:(id)arg #pragma mark - Upload-style request (NSData) - (DBUploadTaskImpl *)requestUpload:(DBRoute *)route arg:(id)arg inputData:(NSData *)input { - NSURL *requestUrl = [[self class] urlWithRoute:route]; + NSURL *requestUrl = [self urlWithRoute:route]; NSString *serializedArg = [[self class] serializeStringWithRoute:route routeArg:arg]; - NSDictionary *headers = - [self headersWithRouteInfo:route.attrs accessToken:self.accessToken serializedArg:serializedArg]; + NSDictionary *headers = [self headersWithRouteInfo:route.attrs serializedArg:serializedArg]; NSURLRequest *request = [[self class] requestWithHeaders:headers url:requestUrl content:nil stream:nil]; @@ -164,10 +161,9 @@ - (DBUploadTaskImpl *)requestUpload:(DBRoute *)route arg:(id)arg #pragma mark - Upload-style request (NSInputStream) - (DBUploadTaskImpl *)requestUpload:(DBRoute *)route arg:(id)arg inputStream:(NSInputStream *)input { - NSURL *requestUrl = [[self class] urlWithRoute:route]; + NSURL *requestUrl = [self urlWithRoute:route]; NSString *serializedArg = [[self class] serializeStringWithRoute:route routeArg:arg]; - NSDictionary *headers = - [self headersWithRouteInfo:route.attrs accessToken:self.accessToken serializedArg:serializedArg]; + NSDictionary *headers = [self headersWithRouteInfo:route.attrs serializedArg:serializedArg]; NSURLRequest *request = [[self class] requestWithHeaders:headers url:requestUrl content:nil stream:input]; @@ -204,10 +200,9 @@ - (DBDownloadUrlTask *)requestDownload:(DBRoute *)route destination:(NSURL *)destination byteOffsetStart:(NSNumber *)byteOffsetStart byteOffsetEnd:(NSNumber *)byteOffsetEnd { - NSURL *requestUrl = [[self class] urlWithRoute:route]; + NSURL *requestUrl = [self urlWithRoute:route]; NSString *serializedArg = [[self class] serializeStringWithRoute:route routeArg:arg]; NSDictionary *headers = [self headersWithRouteInfo:route.attrs - accessToken:self.accessToken serializedArg:serializedArg byteOffsetStart:byteOffsetStart byteOffsetEnd:byteOffsetEnd]; @@ -237,10 +232,9 @@ - (DBDownloadDataTask *)requestDownload:(DBRoute *)route arg:(id)arg byteOffsetStart:(NSNumber *)byteOffsetStart byteOffsetEnd:(NSNumber *)byteOffsetEnd { - NSURL *requestUrl = [[self class] urlWithRoute:route]; + NSURL *requestUrl = [self urlWithRoute:route]; NSString *serializedArg = [[self class] serializeStringWithRoute:route routeArg:arg]; NSDictionary *headers = [self headersWithRouteInfo:route.attrs - accessToken:self.accessToken serializedArg:serializedArg byteOffsetStart:byteOffsetStart byteOffsetEnd:byteOffsetEnd]; diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportDefaultConfig.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportDefaultConfig.h index 1253e0fc..fbde1122 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportDefaultConfig.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportDefaultConfig.h @@ -186,6 +186,69 @@ NS_ASSUME_NONNULL_BEGIN forceForegroundSession:(BOOL)forceForegroundSession sharedContainerIdentifier:(nullable NSString *)sharedContainerIdentifier; +/// +/// Full constructor, with debug hostname override. +/// +/// @param appKey The consumer app key associated with the app that is integrating with the Dropbox API. Here, app key +/// is used for querying endpoints that have "app auth" authentication type. +/// @param appSecret The consumer app secret associated with the app that is integrating with the Dropbox API. Here, app +/// key is used for querying endpoints that have "app auth" authentication type. +/// @param hostnameConfig A custom hostname to use for networking requests. Only useful for debugging purposes. +/// @param userAgent The user agent associated with all networking requests. Used for server logging. +/// @param delegateQueue A serial delegate queue used for executing blocks of code that touch state shared across +/// threads (mainly the request handlers storage). +/// @param forceForegroundSession If set to true, all network requests are made on foreground sessions (by default, most +/// upload/download operations are performed with a background session). +/// @param asMemberId An additional authentication header field used when a team app with the appropriate permissions +/// "performs" user API actions on behalf of a team member. +/// @param sharedContainerIdentifier The identifier for the shared container into which files in background URL sessions +/// should be downloaded. This needs to be set when downloading via an app extension. +/// @param additionalHeaders Additional HTTP headers to be injected into each client request. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithAppKey:(NSString *)appKey + appSecret:(nullable NSString *)appSecret + hostnameConfig:(nullable DBTransportBaseHostnameConfig *)hostnameConfig + userAgent:(nullable NSString *)userAgent + asMemberId:(nullable NSString *)asMemberId + additionalHeaders:(nullable NSDictionary *)additionalHeaders + delegateQueue:(nullable NSOperationQueue *)delegateQueue + forceForegroundSession:(BOOL)forceForegroundSession + sharedContainerIdentifier:(nullable NSString *)sharedContainerIdentifier; + +/// +/// Full constructor, with debug hostname and redirectURL override. +/// +/// @param appKey The consumer app key associated with the app that is integrating with the Dropbox API. Here, app key +/// is used for querying endpoints that have "app auth" authentication type. +/// @param appSecret The consumer app secret associated with the app that is integrating with the Dropbox API. Here, app +/// key is used for querying endpoints that have "app auth" authentication type. +/// @param hostnameConfig A custom hostname to use for networking requests. Only useful for debugging purposes. +/// @param userAgent The user agent associated with all networking requests. Used for server logging. +/// @param delegateQueue A serial delegate queue used for executing blocks of code that touch state shared across +/// threads (mainly the request handlers storage). +/// @param forceForegroundSession If set to true, all network requests are made on foreground sessions (by default, most +/// upload/download operations are performed with a background session). +/// @param asMemberId An additional authentication header field used when a team app with the appropriate permissions +/// "performs" user API actions on behalf of a team member. +/// @param sharedContainerIdentifier The identifier for the shared container into which files in background URL sessions +/// should be downloaded. This needs to be set when downloading via an app extension. +/// @param additionalHeaders Additional HTTP headers to be injected into each client request. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithAppKey:(NSString *)appKey + appSecret:(nullable NSString *)appSecret + hostnameConfig:(nullable DBTransportBaseHostnameConfig *)hostnameConfig + redirectURL:(nullable NSString *)redirectURL + userAgent:(nullable NSString *)userAgent + asMemberId:(nullable NSString *)asMemberId + additionalHeaders:(nullable NSDictionary *)additionalHeaders + delegateQueue:(nullable NSOperationQueue *)delegateQueue + forceForegroundSession:(BOOL)forceForegroundSession + sharedContainerIdentifier:(nullable NSString *)sharedContainerIdentifier; + @end NS_ASSUME_NONNULL_END diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportDefaultConfig.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportDefaultConfig.m index d554286b..9e1f51a9 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportDefaultConfig.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportDefaultConfig.m @@ -85,8 +85,52 @@ - (instancetype)initWithAppKey:(NSString *)appKey delegateQueue:(NSOperationQueue *)delegateQueue forceForegroundSession:(BOOL)forceForegroundSession sharedContainerIdentifier:(NSString *)sharedContainerIdentifier { + return [self initWithAppKey:appKey + appSecret:appSecret + hostnameConfig:nil + userAgent:userAgent + asMemberId:asMemberId + additionalHeaders:additionalHeaders + delegateQueue:delegateQueue + forceForegroundSession:forceForegroundSession + sharedContainerIdentifier:sharedContainerIdentifier]; +} + +- (instancetype)initWithAppKey:(NSString *)appKey + appSecret:(NSString *)appSecret + hostnameConfig:(DBTransportBaseHostnameConfig *)hostnameConfig + userAgent:(NSString *)userAgent + asMemberId:(NSString *)asMemberId + additionalHeaders:(NSDictionary *)additionalHeaders + delegateQueue:(NSOperationQueue *)delegateQueue + forceForegroundSession:(BOOL)forceForegroundSession + sharedContainerIdentifier:(NSString *)sharedContainerIdentifier { + return [self initWithAppKey:appKey + appSecret:appSecret + hostnameConfig:hostnameConfig + redirectURL:nil + userAgent:userAgent + asMemberId:asMemberId + additionalHeaders:additionalHeaders + delegateQueue:delegateQueue + forceForegroundSession:forceForegroundSession + sharedContainerIdentifier:sharedContainerIdentifier]; +} + +- (instancetype)initWithAppKey:(NSString *)appKey + appSecret:(NSString *)appSecret + hostnameConfig:(DBTransportBaseHostnameConfig *)hostnameConfig + redirectURL:(NSString *)redirectURL + userAgent:(NSString *)userAgent + asMemberId:(NSString *)asMemberId + additionalHeaders:(NSDictionary *)additionalHeaders + delegateQueue:(NSOperationQueue *)delegateQueue + forceForegroundSession:(BOOL)forceForegroundSession + sharedContainerIdentifier:(NSString *)sharedContainerIdentifier { if (self = [super initWithAppKey:appKey appSecret:appSecret + hostnameConfig:hostnameConfig + redirectURL:redirectURL userAgent:userAgent asMemberId:asMemberId additionalHeaders:additionalHeaders]) { diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/OAuth/DBOAuthManager.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/OAuth/DBOAuthManager.h index 14c66741..63282452 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/OAuth/DBOAuthManager.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/OAuth/DBOAuthManager.h @@ -89,15 +89,28 @@ NS_ASSUME_NONNULL_BEGIN /// - (instancetype)initWithAppKey:(NSString *)appKey; +/// +/// `DBOAuthManager` convenience constructor. +/// +/// @param appKey The app key from the developer console that identifies this app. +/// @param host The host of the OAuth web flow. Leave nil to use default host. +/// +/// @return An initialized instance. +/// +- (instancetype)initWithAppKey:(NSString *)appKey host:(nullable NSString *)host; + /// /// `DBOAuthManager` full constructor. /// /// @param appKey The app key from the developer console that identifies this app. -/// @param host The host of the OAuth web flow. +/// @param host The host of the OAuth web flow. Leave nil to use default host. +/// @param redirectURL The redirect url of the OAuth web flow. Default to "db-://2/token" /// /// @return An initialized instance. /// -- (instancetype)initWithAppKey:(NSString *)appKey host:(NSString *)host; +- (instancetype)initWithAppKey:(NSString *)appKey + host:(nullable NSString *)host + redirectURL:(nullable NSString *)redirectURL; #pragma mark - Auth flow methods diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/OAuth/DBOAuthManager.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/OAuth/DBOAuthManager.m index c1cd9883..36b9bf01 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/OAuth/DBOAuthManager.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/OAuth/DBOAuthManager.m @@ -48,19 +48,27 @@ + (void)setSharedOAuthManager:(DBOAuthManager *)sharedOAuthManager { #pragma mark - Constructors - (instancetype)initWithAppKey:(NSString *)appKey { - NSString *hostToUse = !kSDKDebug ? @"www.dropbox.com" : @"meta-dbdev.dev.corp.dropbox.com"; - return [self initWithAppKey:appKey host:hostToUse]; + return [self initWithAppKey:appKey host:nil]; } - (instancetype)initWithAppKey:(NSString *)appKey host:(NSString *)host { + return [self initWithAppKey:appKey host:host redirectURL:nil]; +} + +- (instancetype)initWithAppKey:(NSString *)appKey host:(NSString *)host redirectURL:(NSString *)redirectURL { self = [super init]; if (self) { + if (host == nil) { + host = + !kSDKDebug ? @"www.dropbox.com" : [NSString stringWithFormat:@"meta-%@.dev.corp.dropbox.com", kSDKDebugHost]; + } + _appKey = appKey; - _redirectURL = [[NSURL alloc] initWithString:[NSString stringWithFormat:@"db-%@://2/token", _appKey]]; + _redirectURL = [[NSURL alloc] initWithString:redirectURL ?: [NSString stringWithFormat:@"db-%@://2/token", appKey]]; _cancelURL = [NSURL URLWithString:[NSString stringWithFormat:@"db-%@://2/cancel", _appKey]]; _host = host; _urls = [NSMutableArray arrayWithObjects:_redirectURL, nil]; -#ifdef TARGET_OS_MAC +#ifdef TARGET_OS_X _disableSignup = NO; #else _disableSignup = YES; diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.h b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.h index d7deb616..03205493 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.h +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.h @@ -10,4 +10,5 @@ extern NSString *const kV2SDKVersion; extern NSString *const kV2SDKDefaultUserAgentPrefix; extern NSString *const kForegroundSessionId; extern NSString *const kBackgroundSessionId; +extern NSString *const kSDKDebugHost; extern BOOL const kSDKDebug; diff --git a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.m b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.m index 9dd80fd7..0ea40e35 100644 --- a/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.m +++ b/Pods/ObjectiveDropboxOfficial/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.m @@ -8,11 +8,13 @@ #import "DBSDKConstants.h" -NSString *const kV2SDKVersion = @"3.2.0"; +NSString *const kV2SDKVersion = @"3.3.5"; NSString *const kV2SDKDefaultUserAgentPrefix = @"OfficialDropboxObjCSDKv2"; NSString *const kForegroundSessionId = @"com.dropbox.dropbox_sdk_obj_c_foreground"; NSString *const kBackgroundSessionId = @"com.dropbox.dropbox_sdk_obj_c_background"; -// BEGIN DEBUG CONSTANT -BOOL const kSDKDebug = NO; // Should never be `YES` in production -// END DEBUG CONSTANT +// BEGIN DEBUG CONSTANTS +BOOL const kSDKDebug = NO; // Should never be `YES` in production +NSString *const kSDKDebugHost = nil; // `"dbdev"`, if using EC, or "{user_name}-dbx"`, if dev box. + // Should never be non-`nil` in production. +// END DEBUG CONSTANTS diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 298c65ad..c2fe36b8 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -7,1585 +7,1656 @@ objects = { /* Begin PBXBuildFile section */ - 0008864D4E2F2ED2DDE4ABEF3EE730FA /* DBPAPERCursor.h in Headers */ = {isa = PBXBuildFile; fileRef = 10AEFAD370BADE245B3E2A59D9C2C817 /* DBPAPERCursor.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 006C90D7F1B809890BA0159424FBCFFB /* ZXMonochromeRectangleDetector.m in Sources */ = {isa = PBXBuildFile; fileRef = 7984FB99D765AE7DAB34F4B24F6FC1E6 /* ZXMonochromeRectangleDetector.m */; }; - 00AB03F612B31239D5DC6AE7FF1BD6BA /* DBTEAMLOGMemberRequestsChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 62E7093218D717B0F370AACB92EDA47D /* DBTEAMLOGMemberRequestsChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 01032F01414C3C503BE2C89E2F2E2C17 /* ZXSMSParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 7994B901D7E8B6C94B1A4996EC7F747F /* ZXSMSParsedResult.m */; }; - 01456D8BA83AA300A4D68B18107D368F /* ZXAztecDetectorResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 45608B88BDBB250087BBF91B11E26A96 /* ZXAztecDetectorResult.m */; }; - 01983AA1005B27FC62CAD8B9E2677194 /* DBTEAMTeamFolderCreateArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 813B0A178B6D95429058BA08033EC7E2 /* DBTEAMTeamFolderCreateArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 01B6404FD41C722E45DBC5C37080067B /* DBSHARINGRemoveMemberJobStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = F6E4C665ACC463939FA6FAF6551C72DB /* DBSHARINGRemoveMemberJobStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 01B8E6865A9375F0891CA3ECB557BD61 /* DBAUTHTokenFromOAuth1Arg.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EB363489DE358B32CAEE729C7B164A3 /* DBAUTHTokenFromOAuth1Arg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 01EBB7688A1919242F6AD0346AB93EB1 /* ZXCode128Writer.m in Sources */ = {isa = PBXBuildFile; fileRef = AC305194A8C87F6CAEE19B37F36C0E62 /* ZXCode128Writer.m */; }; - 01FC6B6426AD47388C0F053D49966D53 /* DBTEAMLOGDeviceType.h in Headers */ = {isa = PBXBuildFile; fileRef = A9578775D75FD0CE10BC5120A4687B57 /* DBTEAMLOGDeviceType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 028D33A8D3A02680C4A8CBE73C0E0735 /* DBTEAMMembersListResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 5886CA882810BC602B7538A9A9E346B4 /* DBTEAMMembersListResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 02A14990865BF01CBB17B3EBAD58E05A /* ZXBitArrayBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C20DDFAD8486D6DD2AAD663EC8C57DF /* ZXBitArrayBuilder.m */; }; - 02F6EF3CD0B1B270B98791B8F2804ADA /* ZXAztecToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E618C1C174B7B324F84F0214C11E62A /* ZXAztecToken.m */; }; - 03090A8EE99DAE44AF58AEAD788CA7CF /* DBTEAMGroupMembersRemoveError.h in Headers */ = {isa = PBXBuildFile; fileRef = E41C0FE725FEC55DA23DBFE30006DAA1 /* DBTEAMGroupMembersRemoveError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 031228B0588D35E3A834FB787F50C1DA /* DBTEAMLOGPaperExternalViewForbidDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = B8DA4DFC547F3B7CC395260A14262C33 /* DBTEAMLOGPaperExternalViewForbidDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 038277CCE1CA2AB6DA290BE71ADA7EC5 /* DBTEAMGroupsGetInfoItem.h in Headers */ = {isa = PBXBuildFile; fileRef = CF864CF13472ADEEB71E1F719DFAB6F1 /* DBTEAMGroupsGetInfoItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0391ECBDBD82C0D9B46DE3B34FEF90EE /* DBSHARINGFileMemberActionIndividualResult.h in Headers */ = {isa = PBXBuildFile; fileRef = C4C42492DB4721F864835080A6AA85EC /* DBSHARINGFileMemberActionIndividualResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 039A2EA58205F4DE156C17250806B930 /* DBPAPERFolder.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D9231BE2F7027B8FCB216086B59A0F4 /* DBPAPERFolder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 03A31FDBC9E29F8FEEAC073AD248F26D /* DBSHARINGListSharedLinksResult.h in Headers */ = {isa = PBXBuildFile; fileRef = EA5AC3E2FC3CED196E2AE2E2413EB7EE /* DBSHARINGListSharedLinksResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 03AAC29CBDDF6BFC2B9E30A11D21B709 /* ZXEAN13Reader.m in Sources */ = {isa = PBXBuildFile; fileRef = 96ED07C05FD8FBDA33A4D9499787A92A /* ZXEAN13Reader.m */; }; - 03BDDF2A5531158299ABEF04B4C49C61 /* DBSDKKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = EFA7003B5C902AB2570E2703200D13AF /* DBSDKKeychain.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 040BB335D458D082B030672885162CC5 /* ZXPerspectiveTransform.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D38AC435D23BF88B9FF0169D31B16BE /* ZXPerspectiveTransform.m */; }; - 0447C73852F98F2C998E53D4F05FD704 /* DBTEAMLOGShmodelTeamCopyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = BC75CAF8BFC1F3BC1DBE74BA8555F4E3 /* DBTEAMLOGShmodelTeamCopyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 04538297363FC5F68345D3143FD7E6B8 /* DBSHARINGSharedLinkPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 076D4E1312A01FB3EB318180379DCD46 /* DBSHARINGSharedLinkPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 04A0ECED4CF970BCFA76CAFF8FE582EA /* DBTEAMLOGMicrosoftOfficeAddinPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 22C040D9ADF6B6AD5D5055C2A8E453D1 /* DBTEAMLOGMicrosoftOfficeAddinPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 04AD82D309E5929A73895810AC8204E8 /* ZXPDF417.m in Sources */ = {isa = PBXBuildFile; fileRef = B805685E7B3A990DC1937BDF540889FD /* ZXPDF417.m */; }; - 04B99CE443B37FC1C60CA03C7FD86E7F /* DBTEAMListTeamDevicesArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 495ABD7AEBE4F6BC9AAF1803A1ED8299 /* DBTEAMListTeamDevicesArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 04BC8123DEC9386D19D837DD39DDFC81 /* DBTEAMLOGSharedFolderCreateDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = A696175AC102471CD63D2A9E5B2EA62E /* DBTEAMLOGSharedFolderCreateDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 04BD305AC4C8720F6BC53DF9453B0C99 /* ZXBarcodeFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = A283FF8DF17EB233873D4014161F01E5 /* ZXBarcodeFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 04C02D05B5F2FEA24A528AECE8F00039 /* DBSHARINGListFileMembersContinueError.h in Headers */ = {isa = PBXBuildFile; fileRef = 718A7B3A88C07524DC8CFE4439B6DB9B /* DBSHARINGListFileMembersContinueError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 04F3E8373D6CD9701AA2F5EF590170A7 /* ZXLuminanceSource.m in Sources */ = {isa = PBXBuildFile; fileRef = C67AF2B292D06715BC30CB2C2C726E33 /* ZXLuminanceSource.m */; }; - 04F696F99F3BBE27739856046319920C /* ioapi_mem.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C194AE57385E5A9822572AF526DADFC /* ioapi_mem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0518FFB2CFC86A226B3114EC74F2149C /* ZXBinaryBitmap.h in Headers */ = {isa = PBXBuildFile; fileRef = 12D1227261DB3EFA35ED8CC23CE1EFE5 /* ZXBinaryBitmap.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0596F0C5AE10A280B3913D33BD8A444F /* DBTEAMLOGPaperFolderLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = C5963D8B3378EA6B11A155DAA07BBA4D /* DBTEAMLOGPaperFolderLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 059AC51344642CC2561AF6237034DA88 /* DBTEAMLOGDomainVerificationRemoveDomainDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 48B2D796835AEDA4DD5285F2F533C335 /* DBTEAMLOGDomainVerificationRemoveDomainDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 00297F92E1FF7671BBA9B9617CC92619 /* DBTEAMLOGPaperDocDeleteCommentDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DEFA1FDBBBAC1A8EABC0A2C0FC5ACC8 /* DBTEAMLOGPaperDocDeleteCommentDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 005A9EB3D8C0B762F458BEF32144FAF4 /* DBFILEREQUESTSGeneralFileRequestsError.h in Headers */ = {isa = PBXBuildFile; fileRef = 856884DF3A506649E5F95047BB7B9E22 /* DBFILEREQUESTSGeneralFileRequestsError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 00614925725ACF6DFBB4A42D63E058BD /* DBSHARINGGetMetadataArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 515F6F88A5626C76F8C6B2E73E06EDC1 /* DBSHARINGGetMetadataArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 006C90D7F1B809890BA0159424FBCFFB /* ZXMonochromeRectangleDetector.m in Sources */ = {isa = PBXBuildFile; fileRef = CD1488AE14CB6122BEC93F9AA184EC51 /* ZXMonochromeRectangleDetector.m */; }; + 0082AA3484BBE0D720D05FAD53A30B8A /* DBTEAMLOGPaperAccessType.h in Headers */ = {isa = PBXBuildFile; fileRef = 85B7C4E527CBDA0F6BE0DA546074D8E3 /* DBTEAMLOGPaperAccessType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 00F463E03B97E2CF198B1F7C9061B461 /* DBPAPERPaperDocPermissionLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 1105B3BE924011EEF86DDA38DF7FCB77 /* DBPAPERPaperDocPermissionLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 01032F01414C3C503BE2C89E2F2E2C17 /* ZXSMSParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = E5AA672FD1FE82BD0D70C969723E43F9 /* ZXSMSParsedResult.m */; }; + 012E96C93431B520057C53961CE78C31 /* DBTEAMLOGFileDeleteDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EFCC8D97607E5FA8CB5FDEC65A3A10E /* DBTEAMLOGFileDeleteDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 013D64CA84768E81FFF629F5BBADDD3E /* DBFILEPROPERTIESRemovePropertiesError.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A806C17A2BBB1E47C451B8DF3DA9C6B /* DBFILEPROPERTIESRemovePropertiesError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 01456D8BA83AA300A4D68B18107D368F /* ZXAztecDetectorResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 47F14DB10DC581621E31DDF25DD82A39 /* ZXAztecDetectorResult.m */; }; + 01592A8FD5E0CCE31BD63AF880C5469A /* DBFILESRelocationBatchResultData.h in Headers */ = {isa = PBXBuildFile; fileRef = ADDE4E133BFA8E1FF52AD35409C5C13D /* DBFILESRelocationBatchResultData.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 017E967C66A296E49FA858D2C99C2891 /* DBTEAMLOGPaperChangeMemberLinkPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 81C7468DF16D0ED0AC430760279C78B6 /* DBTEAMLOGPaperChangeMemberLinkPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 01B1B129D19B71BAAEB7B7DC378D3E58 /* DBSDKReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = E80F93CE8BE22CA84D6D40D997CE6893 /* DBSDKReachability.m */; }; + 01C1D1D090E8E1DF3CF3ED979BE32B5B /* DBTEAMLOGMemberStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 25079078869AE3A844686E18BE2A2D0E /* DBTEAMLOGMemberStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 01E4057635CB2E6D02DA4A5474536D2C /* DBTEAMLOGAccountCaptureChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = B19FBA1E0B6E1EE4EB2EDF4EB869FCC4 /* DBTEAMLOGAccountCaptureChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 01EBB7688A1919242F6AD0346AB93EB1 /* ZXCode128Writer.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F409840F97E28CBAD55BB51B4701B59 /* ZXCode128Writer.m */; }; + 022A6F73B9F7124B0850E32E8329DBF8 /* DBHandlerTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D452BD2D0ABE3E1F69B95D82A6369CC /* DBHandlerTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 02A14990865BF01CBB17B3EBAD58E05A /* ZXBitArrayBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 895B8A9E0F26F187EACD0CFAFD3D48AD /* ZXBitArrayBuilder.m */; }; + 02B6E9EA1C8D7B4587C9422F8B21C57F /* DBSHARINGListFolderMembersContinueArg.h in Headers */ = {isa = PBXBuildFile; fileRef = F3A24E81DB2A9989ECA4C741DE38182A /* DBSHARINGListFolderMembersContinueArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 02F6EF3CD0B1B270B98791B8F2804ADA /* ZXAztecToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 26D2D764FD6F8CB7A1F408B85EA05455 /* ZXAztecToken.m */; }; + 033398CCC78FEB31E8179B4F95C0B78E /* DBPAPERAddPaperDocUserResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 872F3F709D54EE75C3C34266FFD530F8 /* DBPAPERAddPaperDocUserResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 03715181CD358722148875EDEF8930E2 /* DBTEAMNamespaceType.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C260E1508C4EE4658767BABA794AF4A /* DBTEAMNamespaceType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 03A18B7564B9B76A946E7EF90938ABAF /* DBFILESMediaMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 997D3C579686B6C7A9DA2B154F8A6514 /* DBFILESMediaMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 03A9596A9B0E998DA92A8B2FB70FD98D /* DBSHARINGFolderAction.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C7BC3E6634F447E64B96167C0091944 /* DBSHARINGFolderAction.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 03AAC29CBDDF6BFC2B9E30A11D21B709 /* ZXEAN13Reader.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CEA0A9DBD7FA0CBBBEBD526B0E098B7 /* ZXEAN13Reader.m */; }; + 03BAF92EB75E94D3F7B436A1A7065609 /* DBTEAMLOGSharedContentRequestAccessDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 24540E627F477DAC16B5823C93CD879F /* DBTEAMLOGSharedContentRequestAccessDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 040BB335D458D082B030672885162CC5 /* ZXPerspectiveTransform.m in Sources */ = {isa = PBXBuildFile; fileRef = 80B95F094DF6A002A126DB6F8581091B /* ZXPerspectiveTransform.m */; }; + 04AD82D309E5929A73895810AC8204E8 /* ZXPDF417.m in Sources */ = {isa = PBXBuildFile; fileRef = 9979CAF57B782283E09DADA9882EC25E /* ZXPDF417.m */; }; + 04BD305AC4C8720F6BC53DF9453B0C99 /* ZXBarcodeFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D88688A8E9EF5CF74ED100F7938D88B /* ZXBarcodeFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 04F1EB8610A193E93FF90C0126752CAB /* DBFILESUploadSessionFinishBatchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D6778C24C32886A6F90F2ED574A615E /* DBFILESUploadSessionFinishBatchResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 04F3E8373D6CD9701AA2F5EF590170A7 /* ZXLuminanceSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 61CED7F9E49D699141E3821FB4551660 /* ZXLuminanceSource.m */; }; + 04F696F99F3BBE27739856046319920C /* ioapi_mem.h in Headers */ = {isa = PBXBuildFile; fileRef = 557C83BB77180E8FFA38032BCE10CC4D /* ioapi_mem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 04FCBD24094DA61100FF999F1EE50216 /* DBTEAMLOGTfaChangeStatusDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 72C980A79CE4ABEA76340D664AF1E213 /* DBTEAMLOGTfaChangeStatusDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0518FFB2CFC86A226B3114EC74F2149C /* ZXBinaryBitmap.h in Headers */ = {isa = PBXBuildFile; fileRef = FAE79FDA8A91ADEB48386BB23C9ECC2C /* ZXBinaryBitmap.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0559B57C4DA880B1267E86741E23464D /* DBTEAMLOGDeviceUnlinkPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 01FEA9198E3FC6DD5BF783D8010EAF04 /* DBTEAMLOGDeviceUnlinkPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 055B756120E4B24F670EDD1C4958B2F2 /* DBSHARINGUnshareFolderArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 90F4FF260AB5FBB9172FEB3287101CE0 /* DBSHARINGUnshareFolderArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0569BAFB73A63ABA06CFDDB0E9773DA6 /* DBTEAMListMemberAppsError.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B562768C8E0FBFF9248B81A4BFFDD51 /* DBTEAMListMemberAppsError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0595A6177148452F731CDE783B29ABAF /* DBFILEPROPERTIESPropertyGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = FAD1AB7923C3FE05C63F41A6636FDE3B /* DBFILEPROPERTIESPropertyGroup.h */; settings = {ATTRIBUTES = (Public, ); }; }; 05A33C7E1C33BA42ACF21D87078C0C7D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AABE1667A61ACA678FF937F8DFC07A1C /* Foundation.framework */; }; - 05D22DEA1D5518AC57EAA298C95CA095 /* DBTEAMMembersListContinueArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 38340117955B5DD7CFBB90A6D3FBE958 /* DBTEAMMembersListContinueArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 06084FB55132DBD7106E6818C063354B /* DBFILESMediaMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 1189977897C0DA1752C9645518E1C5FF /* DBFILESMediaMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 06118FC6F6684FF754F237B83951A299 /* ZXDataMatrixDecodedBitStreamParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 1967DE855B071AB329C6103535BA11CD /* ZXDataMatrixDecodedBitStreamParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 065A41FA3DBF63D50AA1FBF10DBA6C93 /* DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = E236F8CDCA38B607927608C4834EA3CB /* DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0684009E654826D6153C144E80F0AE9C /* DBTEAMLOGPaperDocDownloadDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = F83CFDB216DEB65DC872A4BEC39DD9AF /* DBTEAMLOGPaperDocDownloadDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 05E69476A1167898A84A3BB98FCB08D4 /* DBFILESUploadSessionCursor.h in Headers */ = {isa = PBXBuildFile; fileRef = FFCC6FC602D83F42DF384C5D0D083933 /* DBFILESUploadSessionCursor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 06118FC6F6684FF754F237B83951A299 /* ZXDataMatrixDecodedBitStreamParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C3BE9E5130FECCF97B2B850CAFD266D /* ZXDataMatrixDecodedBitStreamParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 06683BA0456F3DDAE1D0B4FCA52D69EE /* DBFILEPROPERTIESLookupError.h in Headers */ = {isa = PBXBuildFile; fileRef = BF90EF4BC1F2728DC65ED0184F692B93 /* DBFILEPROPERTIESLookupError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 068F438C623E6A82C2C0B45461BAC9A4 /* DBTEAMLOGSmartSyncOptOutDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = CB30B8FB80A6A4EFF02D0981FFF0F707 /* DBTEAMLOGSmartSyncOptOutDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; 0695B2620816FFD1A352B073B9DE9789 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B71896A3AE6EF693AC497DCE0885B43 /* Cocoa.framework */; }; - 06DF48DEE0840295FBA8BC23E64C4A24 /* ZXEAN8Reader.m in Sources */ = {isa = PBXBuildFile; fileRef = A02E1EBF2FA3F1ECFBDDBF4A67BD3EDB /* ZXEAN8Reader.m */; }; - 06EBFE49C2A744F889AD32E0BF3157EE /* ZXUPCEANExtension2Support.m in Sources */ = {isa = PBXBuildFile; fileRef = 670453EE7A574163616E64F7B882A265 /* ZXUPCEANExtension2Support.m */; }; + 06AA9B1B81D6C9CA8D36A20DD0E92EB9 /* DBTEAMGroupSelectorError.h in Headers */ = {isa = PBXBuildFile; fileRef = 699346A86B8FC80011F9F63F7452C528 /* DBTEAMGroupSelectorError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 06CD26536018A5613B61D6846D6EBE2B /* DBSHARINGFileMemberRemoveActionResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 40A89C5D353A18125E9B480FCA9DAB57 /* DBSHARINGFileMemberRemoveActionResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 06DF48DEE0840295FBA8BC23E64C4A24 /* ZXEAN8Reader.m in Sources */ = {isa = PBXBuildFile; fileRef = 62DA2E87C74B19A63371828CB6B5E49F /* ZXEAN8Reader.m */; }; + 06EBFE49C2A744F889AD32E0BF3157EE /* ZXUPCEANExtension2Support.m in Sources */ = {isa = PBXBuildFile; fileRef = 802635C6986AE2C3A1955E175C77D79A /* ZXUPCEANExtension2Support.m */; }; 071E040DBE4FDC416BA78EF61BAB1CC3 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B71896A3AE6EF693AC497DCE0885B43 /* Cocoa.framework */; }; - 073553EEBD90A10E57A119A6B3CDF443 /* DBTEAMLOGSpaceLimitsLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 22C61749DA16B05453411581DE53D618 /* DBTEAMLOGSpaceLimitsLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 075D090E49D96D4081E07EB6B2AF273E /* ZXAI013x0xDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FA262C0F0760FE0B1FE59AA528E4C09 /* ZXAI013x0xDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 079ACB3EC7F193521D0499793192AE71 /* DBTEAMLOGDisabledDomainInvitesDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B4F1C425B98E77F351DCDFED299A728 /* DBTEAMLOGDisabledDomainInvitesDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 07CF1A2926A38C976AE52DC5A4982E7C /* ZXPDF417CodewordDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 25C332F3CF1CF174CAF0CB9F625E3D70 /* ZXPDF417CodewordDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 07D15FEBFE58E98C997FCD824E6CB157 /* ZXPDF417BarcodeRow.m in Sources */ = {isa = PBXBuildFile; fileRef = FF393709F3106492CE5EA6E258A6A303 /* ZXPDF417BarcodeRow.m */; }; - 07F95D0E3DA791A720A2C238BB4DE3F5 /* ZXProductParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = CB679E7FDC056161249C7B75B5E0DF5B /* ZXProductParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 083A4851680FC84E21DFD43B682C91D9 /* DBTeamClient.m in Sources */ = {isa = PBXBuildFile; fileRef = C498FE45EAF09B2ED7933775A31C8B25 /* DBTeamClient.m */; }; - 083CDE896A077BB5240C8B73902B94E6 /* DBFILESLookUpPropertiesError.h in Headers */ = {isa = PBXBuildFile; fileRef = B1A05FFD53C719055E477DE662D46F23 /* DBFILESLookUpPropertiesError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 08482ABC7F251BF9109630666FBB994A /* ZXMultiFormatReader.h in Headers */ = {isa = PBXBuildFile; fileRef = BC9E1DE6CB4E99B773211C79BBB7CA77 /* ZXMultiFormatReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 08EEEEE8D1880E6ABB6446F1AF6B5FA8 /* MPGoogleAnalyticsTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 784EBDF9FFCF33EA13414E6EECE2250E /* MPGoogleAnalyticsTracker.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 093F7041333C1F2EB3A9D8F12524CFD4 /* DBHandlerTypesInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = E1686F24629580CA973BDF34EEC50D1D /* DBHandlerTypesInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 09658E479422F0E6CD49DF0B99270304 /* DBTEAMLOGSharedContentAddLinkPasswordDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = E7440877804299D1A7419251B3EA724B /* DBTEAMLOGSharedContentAddLinkPasswordDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 096DE8B37480CC72EA69F299CAB557F6 /* DBGlobalErrorResponseHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F1FF1DFCC55B733CB9D46D64489F783 /* DBGlobalErrorResponseHandler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0976986E31ACFA07DF16284876018587 /* ZXGeoResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 84163F16C561EF2E66846AFA45E22693 /* ZXGeoResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 09AE56D0D4C77BE9DF0CF44A7195C322 /* ZXTextParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 7444F546A6B3E0EC445AE8B39F4677A1 /* ZXTextParsedResult.m */; }; - 0A4BD952D3466DB4EE232994918AEB40 /* DBTEAMFeaturesGetValuesBatchArg.h in Headers */ = {isa = PBXBuildFile; fileRef = ED42346996206A98C2CA1E8386C820CF /* DBTEAMFeaturesGetValuesBatchArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0A4EA5E602D1C4530D0658D8F527A3CD /* DBTEAMListMembersDevicesResult.h in Headers */ = {isa = PBXBuildFile; fileRef = EAC82E8E72EAB54A9833940BA2510A5B /* DBTEAMListMembersDevicesResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0A8F791D7770B2DC3B3572DC39332513 /* DBTEAMLOGMemberPermanentlyDeleteAccountContentsDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 05D962AA594C91F61054E091BB3AD915 /* DBTEAMLOGMemberPermanentlyDeleteAccountContentsDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0A8F8330E1C22414BC9003FCBC268B83 /* MPAnalyticsParamBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EDA5AA2A81DCE2C81A4518DAEAD44DE /* MPAnalyticsParamBuilder.m */; }; - 0A975E8FF147DD529975E6D473C32740 /* DBAUTHRateLimitError.h in Headers */ = {isa = PBXBuildFile; fileRef = 49A81EC90E70775989B2EBB7524395B4 /* DBAUTHRateLimitError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0A9C3B1E23FFFE8851EC5BE2CAD1743A /* DBTEAMLOGAppUnlinkUserDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = A9D1E0E5D371FB6D3FD602741B0F2043 /* DBTEAMLOGAppUnlinkUserDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0AE2059E2D71676059057C81E5250B15 /* DBRequestErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = E108D3A5006DFCD8AAF389CA525961C6 /* DBRequestErrors.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0AF26AC4F99EAF7CE6F4BDDA7CFE3C76 /* DBASYNCPollError.h in Headers */ = {isa = PBXBuildFile; fileRef = FFD2823B7E5FD718316DA4A24DAB0E78 /* DBASYNCPollError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0AFC2AABDEB0F67DCC93C95E724CF460 /* DBFILESCreateFolderArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F5A1A647D0A385FE521F90E309EF496 /* DBFILESCreateFolderArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0B0CC7BD94817874A2D978F45E2596B0 /* ZXMultiFinderPatternFinder.m in Sources */ = {isa = PBXBuildFile; fileRef = 594F78749023BB829455298A2C3899CD /* ZXMultiFinderPatternFinder.m */; }; - 0B24C7122005E6C7AFA870788F2AB9A8 /* ZXResult.m in Sources */ = {isa = PBXBuildFile; fileRef = E3F1E295350F4C9F583E5920DE0CD8BC /* ZXResult.m */; }; - 0B3D284DEFA952C0E1A42E96BA3496B1 /* DBUSERSFullAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = ACD20F02121FA818822516B68B9B2470 /* DBUSERSFullAccount.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0B43D16DB4B5683AF5689BF3D145BCA3 /* DBTeamBaseClient.h in Headers */ = {isa = PBXBuildFile; fileRef = B3738B24449F0E290AD98CA7B25971AA /* DBTeamBaseClient.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0B5B7C5F36FA219AE80713AE36B2CBEF /* DBTEAMGroupMembersChangeResult.h in Headers */ = {isa = PBXBuildFile; fileRef = C0A4B01D94FDE5765A803F57E155A61C /* DBTEAMGroupMembersChangeResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0BB5798F7130576D19FA9BC5E04ABAD8 /* DBOAuthDesktop-macOS.m in Sources */ = {isa = PBXBuildFile; fileRef = ABA98CD5B8E1607602A9A841FF53B31B /* DBOAuthDesktop-macOS.m */; }; - 0BBFACCAB789162035C6D249BD5B84DC /* DBTEAMLOGDomainInvitesRequestToJoinTeamDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = A11CDBC4048C07565ACB6D48FC5B3057 /* DBTEAMLOGDomainInvitesRequestToJoinTeamDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C0BDA11512EC73D9F9A3652CF479EA7 /* DBTEAMGroupSelectorWithTeamGroupError.h in Headers */ = {isa = PBXBuildFile; fileRef = 40DEE87EACA26E50E613F2903688FC33 /* DBTEAMGroupSelectorWithTeamGroupError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C1625F532D5A217508094F8907EC5B5 /* DBTEAMLOGUserNameLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 29CCE1853F28F9C1BB832F891AB084FA /* DBTEAMLOGUserNameLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C185F989202DA895A39B649F4AEA25A /* ZXDefaultGridSampler.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C199BFF19D444EAEFB831EE4865D6A8 /* ZXDefaultGridSampler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C3213D640B8E9449746A328DBE6236E /* DBTEAMMembersGetInfoArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 722B47912546FC36877233EB7EA3DFB3 /* DBTEAMMembersGetInfoArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C6F63AA709EF5A669D9F7519C7CEBFE /* ZXAI01decoder.m in Sources */ = {isa = PBXBuildFile; fileRef = A9FA5581E72BB76B99BF57D074FED0F9 /* ZXAI01decoder.m */; }; - 0C73E863E911DB0845FE179EA2D11862 /* DBTEAMGroupsMembersListContinueError.h in Headers */ = {isa = PBXBuildFile; fileRef = 571DC4AA407DBB23A70E463404373DD0 /* DBTEAMGroupsMembersListContinueError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C84BDBBB3391409A042365EA3662690 /* DBTEAMLOGFileLikeCommentDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = E740F58025DCFA9120D23C3F29D3D180 /* DBTEAMLOGFileLikeCommentDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C90E5728E25B691BCDFA09E6B4483C4 /* DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = FD3C2110725990FDD09A0F9F2BFC833E /* DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0CD057504F7F30AC8797C0E7B1EAAC10 /* DBTEAMLOGEventCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = C758D032F77EDB09A9B4183C1EFA4F05 /* DBTEAMLOGEventCategory.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0CF738BAEBE30A53F6939190349B4482 /* DBTEAMLOGDeviceApprovalsRolloutPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = A0399E305C5020EBB75716A63912B818 /* DBTEAMLOGDeviceApprovalsRolloutPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0D08BCFFA783096605C097052BA28036 /* DBSHARINGAddFileMemberArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B60894404071645FEAA9738D58DAF9A /* DBSHARINGAddFileMemberArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0D1BB8A4161C6687858C105133553BE1 /* ZXRSSExpandedDecodedInformation.h in Headers */ = {isa = PBXBuildFile; fileRef = C881DDFC2E7237AE69E914E46DEC8CA5 /* ZXRSSExpandedDecodedInformation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0D3DBBE093676FD558F03E0AD4012ABB /* DBPROPERTIESListPropertyTemplateIds.h in Headers */ = {isa = PBXBuildFile; fileRef = 2156B9D76820AA54C7572D695865FFCB /* DBPROPERTIESListPropertyTemplateIds.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0D499A4C18D4229219DB9FA321D5E1DD /* DBTEAMLOGGroupDescriptionUpdatedDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F361CA13682462353F626D9379AACA4 /* DBTEAMLOGGroupDescriptionUpdatedDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0D81E99E2C95661C7189DC7D8565B0D1 /* DBFILESGetMetadataArg.h in Headers */ = {isa = PBXBuildFile; fileRef = E81806B5051FACBBD45976B08C47583F /* DBFILESGetMetadataArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0E35D372DA4B7AC50DD99E9A3EE82FDF /* DBTEAMLOGFileRevertDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 313A3056146F0AAEF52C5AD30425E4CA /* DBTEAMLOGFileRevertDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0E3E7C37E14BF0F7D68444F77A130D0F /* DBTEAMLOGPaperContentRestoreDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = D088543380266DFCC386A6695D03F705 /* DBTEAMLOGPaperContentRestoreDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0EC23B6A3FC89F16DF21E7F229DE08C3 /* ZXDataMatrixSymbolInfo144.m in Sources */ = {isa = PBXBuildFile; fileRef = B3AAFAA8394BD45C6467F2504F86C2A6 /* ZXDataMatrixSymbolInfo144.m */; }; - 0ED1ACF16884CB7C15A1DB3291301BDA /* DBUSERSSpaceAllocation.h in Headers */ = {isa = PBXBuildFile; fileRef = B59002E28C9218BE2A266961BFBFB106 /* DBUSERSSpaceAllocation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0EEC7491088FC301712CFC09C3F485AA /* DBTEAMLOGFileEditDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F5009EA531A4264CBFD95596554F75E /* DBTEAMLOGFileEditDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0EF07100FD895CA4B7C4087DBB9EC531 /* ZXEAN13Writer.m in Sources */ = {isa = PBXBuildFile; fileRef = E50BD177CE1ABA79A3045092B9091C8E /* ZXEAN13Writer.m */; }; - 0F2DE8D0C5E5D0AA671BDF2177D3425A /* SAMKeychainQuery.m in Sources */ = {isa = PBXBuildFile; fileRef = 751E0652C01D1745A85EB561F56C2307 /* SAMKeychainQuery.m */; }; - 0F6D411DC6B52D01870ED90E5F2ED4E0 /* ZXCode93Reader.h in Headers */ = {isa = PBXBuildFile; fileRef = ABEE6DA23C576584BBCA887F467375D9 /* ZXCode93Reader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0FAC83C70D35F7B790808573CC1011BA /* ZXAddressBookParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C332B9EC8CC9C9B804DB686401714DE /* ZXAddressBookParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0FC8E54A2F31D3F9B0B3B1F7807C0474 /* DBTEAMFeatureValue.h in Headers */ = {isa = PBXBuildFile; fileRef = A1B776C7F63349C8F35E5266810F0DAB /* DBTEAMFeatureValue.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0FCBDA129CB664F525F7EFC8396EF48D /* DBTEAMActiveWebSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BF4A7F280B4392DA2FFC13135B416A5 /* DBTEAMActiveWebSession.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0FD9CFD3D6DE9378250ED5FFA69F93DF /* DBFILESDeleteBatchError.h in Headers */ = {isa = PBXBuildFile; fileRef = FAC3FF0958CC98D1063F2CAECE3FFADE /* DBFILESDeleteBatchError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 100C1F22F9BE0D45F9B1B15BFE782148 /* DBTEAMLOGTeamActivityCreateReportDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = BD067A0703C388047754C314FE61D085 /* DBTEAMLOGTeamActivityCreateReportDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 10215F3D8858A9972181A2591B1E180E /* DBSHARINGShareFolderError.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EF65F2ED82BC005997B6F7A73D517D2 /* DBSHARINGShareFolderError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1027EBB61235C4AA0187D22BEC3FF3D4 /* DBSHARINGUpdateFolderPolicyArg.h in Headers */ = {isa = PBXBuildFile; fileRef = EA8EA29FAF640B63A5AA8785E3AF9E70 /* DBSHARINGUpdateFolderPolicyArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 10415A82B6BC585B61A27379BFDB51E1 /* DBTEAMLOGTeamMembershipType.h in Headers */ = {isa = PBXBuildFile; fileRef = FF29604B32C7F440C8B18B1B00ECC1C7 /* DBTEAMLOGTeamMembershipType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 10AC320B4E3EB85B4522109B1DA2F0B4 /* ZXBookmarkDoCoMoResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 61BD5BBD7F1F877987CB9EC870D497A6 /* ZXBookmarkDoCoMoResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 10CC00E7E818D6A91CDB6E52155B9B99 /* DBTEAMGetActivityReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 834348C2B3E9469AA2A41869DA958567 /* DBTEAMGetActivityReport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1134012A87A8E9C428D23E7BC1224132 /* DBTEAMLOGNamespaceRelativePathLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 9156B44E977C373B2975EB31E2AA03FD /* DBTEAMLOGNamespaceRelativePathLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 113DBF58650617A4CECD61F059206651 /* DBSessionData.m in Sources */ = {isa = PBXBuildFile; fileRef = 9845686C9DD9EC515FB703C6E53321AE /* DBSessionData.m */; }; - 1157D9A8B9AA5E98368E1248E9EE2CED /* ZXURLTOResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 83E67349ECE0F0DB1E87D1A62A35753D /* ZXURLTOResultParser.m */; }; - 1164709EBE7BFB14A5CC1FCA66326C3D /* DBTEAMPOLICIESTeamMemberPolicies.h in Headers */ = {isa = PBXBuildFile; fileRef = A773D96EBA065323B509B1B1E089C72F /* DBTEAMPOLICIESTeamMemberPolicies.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 119A836A8728F89EC16CB357EB190B37 /* DBSharedApplicationProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 05E413F9986BA677D046EFD563135253 /* DBSharedApplicationProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 11A34F2AB8C272C064B1EDA2EC8CA1A9 /* DBTEAMLOGDeviceChangeIpWebDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 0035BACAA791076B6658D360768F5C53 /* DBTEAMLOGDeviceChangeIpWebDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 11BD30935E122E95276E8F02A55293E6 /* DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CE86648CD2FE367D34C5C73063BC640 /* DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 11D13FEFFD938C0D09114111E5D18B3F /* ZXDataMatrixSymbolInfo144.h in Headers */ = {isa = PBXBuildFile; fileRef = B8F6F75CF4D3C639C432559EA1E440AE /* ZXDataMatrixSymbolInfo144.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1236B2640679D8AA6DBC6ADBA3347F53 /* DBStoneBase.h in Headers */ = {isa = PBXBuildFile; fileRef = D9FDBF8927B468699ED6CA37A95DA759 /* DBStoneBase.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 128AFFE94B8435E81E903F68D717FA56 /* ZXQRCodeDetector.m in Sources */ = {isa = PBXBuildFile; fileRef = E952C69D6C05331454F0D50663FE998D /* ZXQRCodeDetector.m */; }; - 12E3D19BD0CE7C915AD1B54EB349B4A2 /* ZXPDF417BarcodeMatrix.m in Sources */ = {isa = PBXBuildFile; fileRef = 7669745EF287208CC7FA433388ADA4F9 /* ZXPDF417BarcodeMatrix.m */; }; - 12E72DAEE582F0B676D48334D8230B77 /* DBTEAMTeamFolderListResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 3786965D8708522463A32459DE475DB9 /* DBTEAMTeamFolderListResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 12EDF301CD37324520169D08FCC9F497 /* ZXPDF417DetectionResult.h in Headers */ = {isa = PBXBuildFile; fileRef = CA0549A5A524CBDEF8500037AE08C571 /* ZXPDF417DetectionResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1311F4E5D4870D6DB0493A48EB001A7C /* DBTEAMTeamFolderListArg.h in Headers */ = {isa = PBXBuildFile; fileRef = A58B1EF4B846639D1D7007BE387F49B3 /* DBTEAMTeamFolderListArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 138391E632FDBAE43DAD3F40241B5773 /* DBTEAMGroupsListContinueArg.h in Headers */ = {isa = PBXBuildFile; fileRef = DC2198A39FBE210A393492779342AFA0 /* DBTEAMGroupsListContinueArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1385113A6151CF2F7FC13455FD423866 /* ZXAI013x0x1xDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 02B65078C4A553895493F0D550BA7FE9 /* ZXAI013x0x1xDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 13935F329894D97DA79616F4F1DF73BD /* ZXAztecToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F08064A5F4B18AB9C514289760B0F4C /* ZXAztecToken.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 13B1FB0BD75A1891A50DFFAE8E08DBF0 /* DBFILESCreateFolderError.h in Headers */ = {isa = PBXBuildFile; fileRef = 0990FE5D0F9C5165E0495E45A31B1805 /* DBFILESCreateFolderError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 13D5CA885BA94818F2E094368C1A680E /* DBSHARINGMembershipInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 54C9C98D786D01DD10D11EC746AABEC0 /* DBSHARINGMembershipInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 13DA42F7220865EA5CBB2306C5E82D32 /* DBTEAMGetStorageReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 819FB66CEA4477CF1D07DA2E24F462A2 /* DBTEAMGetStorageReport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 13EFAB1198B40D8DEA91918364D4EA50 /* ZXReader.h in Headers */ = {isa = PBXBuildFile; fileRef = B608769E4C586127E0FA1D724F2B9F1F /* ZXReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1409F859BD01F93B6625DF381C19B261 /* ZXRSSExpandedCurrentParsingState.m in Sources */ = {isa = PBXBuildFile; fileRef = C090A77B10885F4F1BF7A8D7F488FCAC /* ZXRSSExpandedCurrentParsingState.m */; }; - 1424147CC629CDE6A1A82342E8B2BA9D /* DBPAPERRemovePaperDocUser.h in Headers */ = {isa = PBXBuildFile; fileRef = DCE8607A1965C45DCA17A00610B07332 /* DBPAPERRemovePaperDocUser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 143820DB59F298EB68D7F09E48BBB3E6 /* DBTEAMLOGGroupJoinPolicyUpdatedDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 9667A4E3B4805D77CFF9AFDDEB00DE56 /* DBTEAMLOGGroupJoinPolicyUpdatedDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 14771A7DF45BDB39C11A15FEC590868E /* DBFILESRelocationBatchArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 0020E5D17BC4FED1A8363C792D15070A /* DBFILESRelocationBatchArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 14918B6D298336EF711565336667D75D /* DBFILESFileSharingInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = E873C8C94C538047B7439FEEF664C057 /* DBFILESFileSharingInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 149E537243D52297E675EAE60DF69875 /* DBTEAMLOGSharingFolderJoinPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = F47C0250D319F95DCAAFAEE053DFFD7A /* DBTEAMLOGSharingFolderJoinPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 15142C952AE3594E1A45936F549C738E /* ZXAztecReader.m in Sources */ = {isa = PBXBuildFile; fileRef = B8BFCA02C5571C8C1F0099429DCFBD01 /* ZXAztecReader.m */; }; - 1529E304449DBA5B60CC7B151AF42B63 /* DBFILESRelocationError.h in Headers */ = {isa = PBXBuildFile; fileRef = E24A3FB40DDBF4659B054F1B0194440E /* DBFILESRelocationError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 15312937671E1CF51E6A246D452880D2 /* DBTEAMLOGGroupAddMemberDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 80D90DB0F2149F9AC860A865456C737F /* DBTEAMLOGGroupAddMemberDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1592498E039514C43D399A4FCFCD13F8 /* DBUSERSTeamSpaceAllocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E2F06FFCD95D2CBE9609D0589BCB4C1 /* DBUSERSTeamSpaceAllocation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 15BA5440CF10439476EC26986A110B03 /* ZXUPCEANExtensionSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 34DE135E49A4C383664B0B866189AE18 /* ZXUPCEANExtensionSupport.m */; }; - 16155450B0B0C88E4930F998C969724C /* DBFILESUserAuthRoutes.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D4A245831DD46C1F4B7A2DF4DA7214E /* DBFILESUserAuthRoutes.m */; }; - 1676B6FDCA411AB759ED2F511E56B604 /* ZXGlobalHistogramBinarizer.m in Sources */ = {isa = PBXBuildFile; fileRef = E119AE693BBE04D614D8B6C04D04E3CD /* ZXGlobalHistogramBinarizer.m */; }; - 169CF45F836B4DDF1D98CEEEB451987E /* DBTeamObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = 81EBC676596BFA65EBCC9F2216EBF4B4 /* DBTeamObjects.m */; }; - 17873BBB20C73246E3D31CF4DC74DA8D /* DBTEAMLOGSsoChangeCertDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = F0F09521566C2A83417FCC4AE6251326 /* DBTEAMLOGSsoChangeCertDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 179EE92C5142E1C943295C34E36DBA37 /* ZXDataMatrixBase256Encoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 5654302F3012C6E82368EA4D6C119B74 /* ZXDataMatrixBase256Encoder.m */; }; - 17AF674D6A41096EE9B700415EF0B05E /* DBTEAMLOGFileRequestAddDeadlineDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D82EF804E98384739FD56AB661D90D /* DBTEAMLOGFileRequestAddDeadlineDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 17E9A4A091F53329CCE5FF98635F4ACE /* ZXDecoderResult.m in Sources */ = {isa = PBXBuildFile; fileRef = C719E7554D1880B2FEDB6F56BE5D685A /* ZXDecoderResult.m */; }; - 17F0FEEED5D7B8A70E66E12215C9523F /* DBTEAMLOGWebSessionsIdleLengthPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 83A2707ECC429A34FC840E632F651AF5 /* DBTEAMLOGWebSessionsIdleLengthPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 17FA8097341D3C83C805908AF3915E66 /* NSString+CMDQueryStringSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = F950F68F98EB9C46AFA0E8603831EB2C /* NSString+CMDQueryStringSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1810DBD226146ABB3C345E7D7BA14B18 /* DBTEAMLOGGroupJoinPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A07DE42E2202043F382E8C1A88F488 /* DBTEAMLOGGroupJoinPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 189E3C01B81670877FC16CDCC3F07014 /* DBTEAMLOGPasswordChangeDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = DAA711F3D6FEB2F6CFBA461DDBB495FA /* DBTEAMLOGPasswordChangeDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 18CAA0C36047EEA3ED87AFCFAF26F23F /* ZXURLTOResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = EE7AA57F16A0B5E47F45D5EA98E4EA92 /* ZXURLTOResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 18DE0A5F46A7526592B2980E204DA33E /* DBSHARINGListFileMembersContinueArg.h in Headers */ = {isa = PBXBuildFile; fileRef = EE29AD6D0D35437AC597760B3E92C9A2 /* DBSHARINGListFileMembersContinueArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 18E83F8112901F74DF5E8DF8C27951D6 /* DBTEAMLOGFileRestoreDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = FFBD00F3CAFE0E6CC0646AB0FE6941BE /* DBTEAMLOGFileRestoreDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1919BBEFEA6456DC9B9F154698D20AA9 /* ZXAnyAIDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EAD58E512CA68955140E6A1AC67CE8A /* ZXAnyAIDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 191FAAC046A761AB71A8EA26FFEDB755 /* DBSHARINGRelinquishFileMembershipError.h in Headers */ = {isa = PBXBuildFile; fileRef = 9465988DC6F8985EDCB7CB69F6DF49DF /* DBSHARINGRelinquishFileMembershipError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1965279A996471EB0EF6FA906F5E15E0 /* DBSHARINGSharedContentLinkMetadataBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A3926ADF0F43A9B48AD884A31D3B4CF /* DBSHARINGSharedContentLinkMetadataBase.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 197DCF1AF57BDEB4C3D247D07577EA82 /* DBTEAMLOGSharingLinkPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = CC82B47FB232CB6CD4324D7E95A3EDEE /* DBTEAMLOGSharingLinkPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 19DC565A642E07D10B031E86C7505243 /* DBTEAMLOGContentPermanentDeletePolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 22F83099D2AC2C2DE81CEC7346DCBF3B /* DBTEAMLOGContentPermanentDeletePolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 19FF001057E2B2739EE69D95B2769E76 /* DBTransportBaseConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 086A4125C604698E3115E54C6F469838 /* DBTransportBaseConfig.m */; }; - 1A44BB476F5034D0BB9CB67729F8FD1C /* ZXGenericGFPoly.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BB759253D16CEA0B5AB6B45774E3C1C /* ZXGenericGFPoly.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1A5E2A7F3D3368897895E3832DE00888 /* hmac.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C41F7C7DD1DD098C8781E814066FD08 /* hmac.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1A6818F63B5F730D1A0B33B420014485 /* DBSHARINGLinkAudience.h in Headers */ = {isa = PBXBuildFile; fileRef = F553C3C1E692CB10401A729A6CF12EDC /* DBSHARINGLinkAudience.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1A703464A78EA4B3C78F4B3E867CF149 /* DBOAuthManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CB6C155BBBDAFFC739E0200B6267D358 /* DBOAuthManager.m */; }; - 1A82D86A28E19366E525DFAC45B8FCAA /* ZXGeoResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 502B3610E116DA5B953BAF65A2A9ECC5 /* ZXGeoResultParser.m */; }; - 1AA1C6EADC53C853D6A1352694F3DCA3 /* DBTEAMLOGUserLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 714C2F85227F16B36FBB848D1B87B8FD /* DBTEAMLOGUserLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1AAD9DE3D6D557EFCF49690DFD32DB5F /* ZXMultiFormatReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D9D72D6A9B5838DBD909A7B98F8D372 /* ZXMultiFormatReader.m */; }; - 1B085D96F48380EC2FF4CBF2C1E2450B /* DBFILESListFolderGetLatestCursorResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2252F4E8211CA8E34E88943B01491C0D /* DBFILESListFolderGetLatestCursorResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1B1F576336DF1E3195998B45E99FE19C /* DBTEAMLOGPasswordLoginFailDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D6242B9FAE8F325E05A120B1254011A /* DBTEAMLOGPasswordLoginFailDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1B3C65408A1F1ED9B5D7EE3708C862D9 /* ZXAI01393xDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 4460669E5598C24B7A2014F50FDABAB6 /* ZXAI01393xDecoder.m */; }; - 1B74A736F09F9EC62C61D0555ABECF27 /* ZXOneDimensionalCodeWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = 754FAFE15759CDD267C218BD545CB6C7 /* ZXOneDimensionalCodeWriter.m */; }; - 1B82D8C1D6BAEF1D2B7C9E4B00E9CBAF /* DBTEAMLOGTeamProfileChangeNameDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = C7263C0E0E6CFE83ABE513BDF8FA362C /* DBTEAMLOGTeamProfileChangeNameDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1BC12C515DD8FC1C887853060CFECF34 /* pwd2key.c in Sources */ = {isa = PBXBuildFile; fileRef = 960AE899BBEE7A57E4ED6E90DA7A9429 /* pwd2key.c */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - 1BC3DA51EE2DDC2C3BD31BA7126BA08B /* DBTEAMGroupMembersSelectorError.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F3AF595E272CB463DF5A1A0AC972F27 /* DBTEAMGroupMembersSelectorError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1BCD9744290FEF79EED9258CF5544DC7 /* DBFILESListFolderLongpollResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 117E935FDE58803CF0D8D12F33BE5FBF /* DBFILESListFolderLongpollResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1C2DB0CF0527A76E6D6B19FD289A4627 /* ZXDataMatrixDataBlock.h in Headers */ = {isa = PBXBuildFile; fileRef = CBF2D114A9E41AD05C17A388F3EFDB78 /* ZXDataMatrixDataBlock.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1CDABB72F7B9802D03EF4211A24DB19D /* DBTEAMGroupSelector.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E90336D1B0DFEA04BEF47775D6915FE /* DBTEAMGroupSelector.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1D4C3AB23CEDE7973BAFDBDEF3A9A84B /* ZXBoolArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A4E52DC1A2205A5726B21EC5D3FC6C6 /* ZXBoolArray.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1D5D6460E82B0ABD130DFECD3F6EA15E /* ZXQRCodeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C5376E2D592AE1469D4BCC847E9EB38 /* ZXQRCodeMode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1DCB525F63E53F6D06DDB22DFEEF4A80 /* unzip.c in Sources */ = {isa = PBXBuildFile; fileRef = 9115D1926321438495DE567152D77D4F /* unzip.c */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - 1E210E57DA1B93344E5CA4B63990781E /* DBAUTHPaperAccessError.h in Headers */ = {isa = PBXBuildFile; fileRef = E3BDE775DD81FDEFC0B2A27856233189 /* DBAUTHPaperAccessError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1E3000207F7DC240661D78517CE6BD0E /* DBFILESRouteObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = A4535CFF5AB641E0033C20706F5A4DCE /* DBFILESRouteObjects.m */; }; - 1EF448AA76EA485E33814F4DA8B71DB1 /* ZXQRCodeMultiReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 8372A649FC1F74312A2DE8FCAA50B567 /* ZXQRCodeMultiReader.m */; }; - 1F42932EFF01128FD10E96E431186EFA /* DBTEAMLOGFileRequestCreateDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = A43FEEF71F95EDBAB440949CA049DAC6 /* DBTEAMLOGFileRequestCreateDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1F73D7A6EE87D902835AB3FE4CD27277 /* ZXSMSTOMMSTOResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = BD2DBB53A78E161AB42C190E62F5DC99 /* ZXSMSTOMMSTOResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1F7FF5226B3D88E4866F48737E0A9EC7 /* DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 362E2BDD0F2E9F649B673C6840AC9E3E /* DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1F8D8EF0440AB3644F80F95BB53DF7BA /* DBCOMMONPathRootError.h in Headers */ = {isa = PBXBuildFile; fileRef = 71AAE526C4013981D59ACC608BF16C1C /* DBCOMMONPathRootError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1F983795BFD400C34CDE38E27F9697FF /* ISO8601Serialization.h in Headers */ = {isa = PBXBuildFile; fileRef = A6BF4A215C1A2C9859A61965B6FCFC6C /* ISO8601Serialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1FF3D2B3C01C5BF6CC53A231261EDC3F /* ZXQRCodeAlignmentPatternFinder.h in Headers */ = {isa = PBXBuildFile; fileRef = 255B33D0AA4454AF35AF0AADA88E0703 /* ZXQRCodeAlignmentPatternFinder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2052070D4E9E6755CC342C583C528CD7 /* ZXDecodeHints.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D06A7C93A6B05A4D8E925545C1C6EB8 /* ZXDecodeHints.m */; }; - 2076B501D09846E354AD1E9352BFA777 /* ZXCode128Writer.h in Headers */ = {isa = PBXBuildFile; fileRef = A1C00D3B2DD6743796F3EAB644A8A5D0 /* ZXCode128Writer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2097CA2101FE5D255A6526A94B94FDD1 /* DBSHARINGListFileMembersBatchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 109905E39F0610FFCB4440393C24ED4C /* DBSHARINGListFileMembersBatchResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 209F3575C78A415CCC52CBBBC5C51595 /* DBTEAMUserSelectorArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 1380414B43C5B2807B3E31F8C867F67D /* DBTEAMUserSelectorArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 20FC2B4F0171671F44CD86BA9426C3BC /* DBSHARINGSharedFolderMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C8C7C9BDC951C81B4AA635A4DB691D6 /* DBSHARINGSharedFolderMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2128AC84B3321A245FB0C7ACE98102B7 /* DBTEAMLOGMobileSessionLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 86B1DBD38C8CCF8F7554ADFC50F46F28 /* DBTEAMLOGMobileSessionLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 21620BC4EF68AD9FCA081BCFA33A5C76 /* ZXQRCodeDecodedBitStreamParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 92431793E418CE68B888C7B670BDC85C /* ZXQRCodeDecodedBitStreamParser.m */; }; - 2191FE628A05511C793A19197A6C32B5 /* DBUserClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 896AD990B4D8CDC3C1E17F8DE1FA5CCE /* DBUserClient.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2197448D582556366BE8DB8C71F27FB8 /* ZXQRCodeMaskUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = BFB6344B63DEEC83D9075157AA07523D /* ZXQRCodeMaskUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 21A4D45955011649A033F6F84FC21551 /* ZXPDF417BarcodeMetadata.m in Sources */ = {isa = PBXBuildFile; fileRef = F18343835460184632D6727839AB63F2 /* ZXPDF417BarcodeMetadata.m */; }; - 21B0384A26F9BF41408DA3BED6112825 /* DBPAPERRefPaperDoc.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E728897F4AA22F3A1CD906EAB4ED5FD /* DBPAPERRefPaperDoc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 21C589AC861B327B6D3FCB52EBCABA13 /* DBPAPERPaperApiBaseError.h in Headers */ = {isa = PBXBuildFile; fileRef = FC94FD8FDC9292E881C37A3FFED153ED /* DBPAPERPaperApiBaseError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 21F24C082B954CD46A2E2EA20EA5264D /* ZXRSSExpandedRow.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EBB65335B1E8622EFC8C2CB38988DF7 /* ZXRSSExpandedRow.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 22BC70C63B412F9609E3B4986F2F280A /* DBTEAMLOGSharedContentDownloadDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 930828C982A02EB82307F427EE6C8898 /* DBTEAMLOGSharedContentDownloadDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 22C6148C69BDCFE595D46FE83963DE7B /* DBSHARINGShareFolderJobStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B39E9565F26D48B71A50748057762D0 /* DBSHARINGShareFolderJobStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 22F1AC0185506C97BB9E1C1B003A74F0 /* DBSHARINGParentFolderAccessInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = DBA7BB78BE2766059256A63134950217 /* DBSHARINGParentFolderAccessInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 22F74C5FF37F9685553B3A66ECAF0729 /* SAMKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 76E8A32D3A421650AE757F2A1FC4DC50 /* SAMKeychain.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2301D07E3634E9BA574F5077E38E073C /* DBTEAMLOGMemberChangeNameDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = F751F5B692234C0349006FACCA7FE80A /* DBTEAMLOGMemberChangeNameDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2305FFB3C70AABA217B5EDD45201FF02 /* ZXPDF417BoundingBox.m in Sources */ = {isa = PBXBuildFile; fileRef = EC3321A0A5AD94247A4262D13DFEC4C5 /* ZXPDF417BoundingBox.m */; }; - 237F4A63FFC31C0B3FEA64E0B8107AA8 /* ZXUPCEANExtension5Support.h in Headers */ = {isa = PBXBuildFile; fileRef = CFB093DF61EA81A0F3D1F91FB576485B /* ZXUPCEANExtension5Support.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 23A7104F3CAE1C1DCCDC186DF03CE163 /* ZXMaxiCodeReader.h in Headers */ = {isa = PBXBuildFile; fileRef = B8C896A1ECE115DACC10931DFC3B2300 /* ZXMaxiCodeReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 23E14C6909F55474EE44EDD390D0C007 /* DBTEAMListMemberAppsArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 268C6BCBC0947DAE31685C4E396CF1B8 /* DBTEAMListMemberAppsArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 23E2900F3AD0910A73BEFC67C946007B /* ZXAztecCode.h in Headers */ = {isa = PBXBuildFile; fileRef = C5F9C12D35610CD9F726EC12A238B83E /* ZXAztecCode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 23FED16758345AECB350B185E867E9B1 /* DBAUTHAppAuthRoutes.m in Sources */ = {isa = PBXBuildFile; fileRef = 893EC7BBF044BF301161F7DD4F37D113 /* DBAUTHAppAuthRoutes.m */; }; - 2433CD4B785025FD6FA714F011529B3E /* ZXAI01AndOtherAIs.m in Sources */ = {isa = PBXBuildFile; fileRef = A04A3FD644F5B0C5DC232BAFDECB1D77 /* ZXAI01AndOtherAIs.m */; }; - 244F247A63D3C6635FF5CA8AD06CF698 /* DBPROPERTIESModifyPropertyTemplateError.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ABE3958454B9C1C41C10CCBF7F0C6D9 /* DBPROPERTIESModifyPropertyTemplateError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 248C755AA9B01648D8D19219DDEBC777 /* DBASYNCPollArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 6652EF8C4699917D2A21D92144E03A1D /* DBASYNCPollArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 24BDD3FEA383D4F841950627B6F45005 /* DBFILESDeletedMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = E587FEECC3BDC844C0D295A1F57171FE /* DBFILESDeletedMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 24CE23C1E39C18633111BB45D90FF0D0 /* DBTEAMLOGEmmRefreshAuthTokenDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 33E64AF0C5E875D645CCDCC12F5950CD /* DBTEAMLOGEmmRefreshAuthTokenDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 24D3597D0972BA5D7F0846D44B42F599 /* DBTEAMLOGPaperFolderTeamInviteDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E1F50688CDB72AA0FEACB0B3006B141 /* DBTEAMLOGPaperFolderTeamInviteDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 24EE1CEAA89DB2E7CDB6777E314C9009 /* DBTEAMLOGSharingMemberPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FA6137306C97EEE301C1D28B8281BD5 /* DBTEAMLOGSharingMemberPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 257A335D84A97AC07A4B7ADE1B9E8C7A /* ZXDataMatrixDefaultPlacement.m in Sources */ = {isa = PBXBuildFile; fileRef = B46062C6609670B8E375D64D1BA49D2C /* ZXDataMatrixDefaultPlacement.m */; }; - 257CE404EAF75E0F02A92E229E905BB7 /* ZXEmailAddressParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 411D7F24AF4180AF23DE3D5FDFF86213 /* ZXEmailAddressParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 258D5424BBECD7CDC48C88C1EB47BF2F /* DBTEAMLOGSharedContentChangeLinkExpiryDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 262FD02C50D6F9A61B1FF1D5B7E50053 /* DBTEAMLOGSharedContentChangeLinkExpiryDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 259E456EE217AEF1C196EA2E4045A589 /* ZXQRCodeBitMatrixParser.m in Sources */ = {isa = PBXBuildFile; fileRef = C1E0C22738A6FFBF0F22A9CFC064C29A /* ZXQRCodeBitMatrixParser.m */; }; - 25AE16C805494BDD1669DD33F515FD38 /* ZXRSSExpandedRow.m in Sources */ = {isa = PBXBuildFile; fileRef = ED6092B361661EA5078D9CBB90EE70A2 /* ZXRSSExpandedRow.m */; }; - 25DB1D93F32F3F93BC95846E147BB281 /* DBTEAMTeamFolderArchiveError.h in Headers */ = {isa = PBXBuildFile; fileRef = BAA11810EC6D14BBE96007769EB90842 /* DBTEAMTeamFolderArchiveError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 25FC3FFF2642C28DECADF67BE0243A7B /* DBFILESListFolderLongpollError.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AB7A8337DA64508C2EA2B06C43D5786 /* DBFILESListFolderLongpollError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 261110802BCC67A0DB1C58DD76B108BF /* DBTEAMDeviceSessionArg.h in Headers */ = {isa = PBXBuildFile; fileRef = EE2607FA83105034A347B75D4B8EF7AB /* DBTEAMDeviceSessionArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2653DAD64C25B960D2CAF5CFB586B2F2 /* DBTEAMTeamFolderCreateError.h in Headers */ = {isa = PBXBuildFile; fileRef = 111530F50748B2D2268D644644C4D8BD /* DBTEAMTeamFolderCreateError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 268434D7EC7E1271E1F25CFEC37ABEC0 /* ZXRSSExpandedBlockParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 74A97F83F512D99533BAB531DFBA9B5A /* ZXRSSExpandedBlockParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 26A5A8396375D6C58454BA168E9C55BE /* DBTEAMTeamFolderGetInfoItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 202AAF1230367D58DD48F9CCE2BD4A1B /* DBTEAMTeamFolderGetInfoItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 26B3967DF691081CE53429D9613D45A4 /* DBPAPERInviteeInfoWithPermissionLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = CE45D5A1B8833EF0AC68FC73FEEC8E65 /* DBPAPERInviteeInfoWithPermissionLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 26BFA5307997CBD959B0DEE6D1860316 /* AFURLSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AF1203C313AFA55B8DFC1F205865690 /* AFURLSessionManager.m */; }; - 26FC3A5D6C82494767011FB757A6B97F /* ZXResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = E8F6B4D21699D5C573D3D2E63DBF5CB3 /* ZXResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 271B0F7B3724BABD8E813B90F2D422C2 /* DBTEAMLOGDeviceDeleteOnUnlinkFailDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 6936C4992C68B2ECA4BB3B16D8C6C93C /* DBTEAMLOGDeviceDeleteOnUnlinkFailDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2741C222DECC744EB42F944F754DA075 /* ZXSMSMMSResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 36228CF6FB338CE2A17AFF6F6E5AFE7D /* ZXSMSMMSResultParser.m */; }; - 274DC809A1258F0D062F827881315DA4 /* DBDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 18E98CDAC0B6B6E4FACC912257341A72 /* DBDelegate.m */; }; - 27639EE2A808DC619B1A6392FD4E684A /* ZXPDF417DecodedBitStreamParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CFBA02D3BD62C79FA517A290F74D072 /* ZXPDF417DecodedBitStreamParser.m */; }; - 27AAF784DAD27EA2198BEA4273AAC5C3 /* ZXQRCodeDetector.h in Headers */ = {isa = PBXBuildFile; fileRef = DC3D69397506CEA9A70A50157F08EE9A /* ZXQRCodeDetector.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 27C30F9DBE822911CD1932F4945971F7 /* DBTEAMLOGCertificate.h in Headers */ = {isa = PBXBuildFile; fileRef = E4F570B3998E176D8484BC4B7E768647 /* DBTEAMLOGCertificate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 27C5CEDF4F370357DD17B4A6653103CC /* MPAnalyticsConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = C8BAB728E46EF4D4A1940B719EDF74CC /* MPAnalyticsConfiguration.m */; }; - 2855176EEE271D54185E3B78D1EDF543 /* DBTEAMLOGAccountCapturePolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 10C5C6B344C2E1B6516E0A55A3D2E34E /* DBTEAMLOGAccountCapturePolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 075D090E49D96D4081E07EB6B2AF273E /* ZXAI013x0xDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 178BC78EB6784B885CF1C99DE789C115 /* ZXAI013x0xDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 07CF1A2926A38C976AE52DC5A4982E7C /* ZXPDF417CodewordDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 53FDC17A8422F9340E8B98E316D073C9 /* ZXPDF417CodewordDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 07D15FEBFE58E98C997FCD824E6CB157 /* ZXPDF417BarcodeRow.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F7196B9D75824A3D63168A695F62DEC /* ZXPDF417BarcodeRow.m */; }; + 07D78EBDCDDD3A41A97F09C1984B1E85 /* DBTEAMPOLICIESPaperEnabledPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CD920843FDDC31936AF9089D0BF7693 /* DBTEAMPOLICIESPaperEnabledPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 07F95D0E3DA791A720A2C238BB4DE3F5 /* ZXProductParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 308C6D5C64440CB8DC81273BF42E23BA /* ZXProductParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0827A5C3C91ACCC809FFF3311C7E9318 /* DBFILEPROPERTIESTeamAuthRoutes.m in Sources */ = {isa = PBXBuildFile; fileRef = D749F7D329DF0FEB45356C50E2862239 /* DBFILEPROPERTIESTeamAuthRoutes.m */; }; + 083610B4CFF91F6D472D8CE2F649BDCF /* DBTEAMGetDevicesReport.h in Headers */ = {isa = PBXBuildFile; fileRef = D4EB5383FFF3A8B9C88700C1B41E69FE /* DBTEAMGetDevicesReport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 08482ABC7F251BF9109630666FBB994A /* ZXMultiFormatReader.h in Headers */ = {isa = PBXBuildFile; fileRef = D83D9A859868D1536AA5935ED5EF7A66 /* ZXMultiFormatReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 08680E99D65047AC078DCAD1214C6566 /* DBTEAMLOGPaperDocRequestAccessDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 27E72C1D984E642478C3AB2BD5899397 /* DBTEAMLOGPaperDocRequestAccessDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 087D106ECED2100BEAA1B419FE4410DD /* DBSharingObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = 03C1AF919A277AA182CAF201445FF125 /* DBSharingObjects.m */; }; + 089AC139AE92FAC9CFACFAAC4266CFE2 /* DBTEAMLOGGoogleSsoChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 23DE388FEF1D17ACE355B41E7668B463 /* DBTEAMLOGGoogleSsoChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 08A69C164C1F72DCC10A31BC08B6988D /* DBFILESAlphaGetMetadataArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 326016A56C6AD2771928BFC4A093F93B /* DBFILESAlphaGetMetadataArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 08C0A779645F952A1E9A8A74C3A88C33 /* DBPaperObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = D2B3AB56AA95851DA177167C23DCB276 /* DBPaperObjects.m */; }; + 08E627177AE13C41ED48A70962086856 /* DBTEAMLOGPaperDocChangeMemberRoleDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CDFFF68AD64180AB9C7E5FD4FC417FB /* DBTEAMLOGPaperDocChangeMemberRoleDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 08EEEEE8D1880E6ABB6446F1AF6B5FA8 /* MPGoogleAnalyticsTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = D4EC746292BCBD6F1B060DF4FF0924D3 /* MPGoogleAnalyticsTracker.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 091ABF7E823D923B35E2DE690BC30C8D /* DBTEAMLOGMemberSuggestionsChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B08947507AFE662B9D20CE52CB7B97F /* DBTEAMLOGMemberSuggestionsChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0976986E31ACFA07DF16284876018587 /* ZXGeoResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 1951F45C3DC5F04F94B74C4A72DFD1D9 /* ZXGeoResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 09ABF027C09CE032BA66D485F9B9F587 /* DBAUTHAppAuthRoutes.m in Sources */ = {isa = PBXBuildFile; fileRef = DC58A4159F45513A751052A15B6104BE /* DBAUTHAppAuthRoutes.m */; }; + 09AE56D0D4C77BE9DF0CF44A7195C322 /* ZXTextParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 8611B53222F5B95D6F03A49CD07FD1B4 /* ZXTextParsedResult.m */; }; + 09D4F67170C2C9AA26C3598B9754E561 /* DBSHARINGUserMembershipInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C2C43A6B32FA7A4F4A17A0D16F3F97A /* DBSHARINGUserMembershipInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 09E247916E11463C6BC4A2998133D561 /* DBTEAMSetCustomQuotaArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 1351EA98C1A55841F77F7360A5672FEC /* DBTEAMSetCustomQuotaArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 09FCEB42479E2F42090FD93CF801C5F4 /* DBTEAMLOGAppLinkUserDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 16E8426693A51260933C6E0162DE445A /* DBTEAMLOGAppLinkUserDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0A0EAE8DAE30A98768AECDD9863BCF2A /* DBFILESListFolderError.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D6D1D4ECD9F0D7168456469EC95BA3F /* DBFILESListFolderError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0A49FA14555DE5D7EB05C3D27E048EE4 /* DBFILESDeletedMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E2AD57FC4C617AD358471F63EA84811 /* DBFILESDeletedMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0A8F8330E1C22414BC9003FCBC268B83 /* MPAnalyticsParamBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = AB81234002A3BAD5C105495385674AF5 /* MPAnalyticsParamBuilder.m */; }; + 0B0CC7BD94817874A2D978F45E2596B0 /* ZXMultiFinderPatternFinder.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C77CB1D34D0B9EF3629578910CC2D6D /* ZXMultiFinderPatternFinder.m */; }; + 0B24C7122005E6C7AFA870788F2AB9A8 /* ZXResult.m in Sources */ = {isa = PBXBuildFile; fileRef = BBE637D7DEE4E820ABFB0F316EB966BA /* ZXResult.m */; }; + 0B907F075F3B669DBABDCB62D91C1E98 /* DBTEAMRevokeLinkedAppError.h in Headers */ = {isa = PBXBuildFile; fileRef = 56833CDBF53CF0542F06E8E7189F1F2F /* DBTEAMRevokeLinkedAppError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0C11F5D1A217AB0FA5390DF9396EAD04 /* DBTEAMLOGSfTeamJoinFromOobLinkDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 60932D5C0B3D2AEC59FD234722029A8B /* DBTEAMLOGSfTeamJoinFromOobLinkDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0C185F989202DA895A39B649F4AEA25A /* ZXDefaultGridSampler.h in Headers */ = {isa = PBXBuildFile; fileRef = EDC9CD384A3AB4C86960F55CF5C7D5BB /* ZXDefaultGridSampler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0C2D94DD49872B4B17D728FA8A65589F /* DBTEAMLOGShmodelFbShareDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 19006DF141DB9FAEAD22CEA042C8DB17 /* DBTEAMLOGShmodelFbShareDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0C648DFB62883A966919A5E522FFB800 /* DBTEAMTeamAuthRoutes.m in Sources */ = {isa = PBXBuildFile; fileRef = 3097BE14A65AAA5C326CC87546BD314A /* DBTEAMTeamAuthRoutes.m */; }; + 0C6F63AA709EF5A669D9F7519C7CEBFE /* ZXAI01decoder.m in Sources */ = {isa = PBXBuildFile; fileRef = AAC0CE4BBD4D11362164CC099685E9BF /* ZXAI01decoder.m */; }; + 0C8D5658785C9F2F882A0C553E3F35F9 /* DBTeamBaseClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E4325CA080D0ECF48DF6C9916EFB2A4 /* DBTeamBaseClient.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0CAB09FA2EE544D48E1DDFFBB0DAD44D /* DBTEAMLOGEmmLoginSuccessDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = CCF7D7199911EAFF57109A19C4C68530 /* DBTEAMLOGEmmLoginSuccessDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0CCC656A65B4BF1936B30C276269ED9F /* DBSHARINGGetSharedLinksArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 75FFBFD0AD2D0B015ECB00506831491F /* DBSHARINGGetSharedLinksArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0CE0329583E124C21D4400DB8EAF19D0 /* DBTEAMTeamFolderGetInfoItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 8041027260BC5EF3AAC2ECE3E1D8C609 /* DBTEAMTeamFolderGetInfoItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0CE787FEB05845FAC9F4DAE9F72C64E8 /* DBTEAMLOGSharedNoteOpenedDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = B5CA2874508BFFC04E1AA05CC49B54B5 /* DBTEAMLOGSharedNoteOpenedDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0CE7A15FE5B90E55A6C72C5D04896538 /* DBUserClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BDF6ABA8BC3873331A462DCE3ABFD85 /* DBUserClient.m */; }; + 0CE9AD49AE844916488765180F75F397 /* DBTeamLogObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = 267621CB40FBA3F6D3CD84061B0BA160 /* DBTeamLogObjects.m */; }; + 0D1BB8A4161C6687858C105133553BE1 /* ZXRSSExpandedDecodedInformation.h in Headers */ = {isa = PBXBuildFile; fileRef = C572B08A65F52690D2EE254ED26C872E /* ZXRSSExpandedDecodedInformation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0D857028BA76F2912633A5B7B54DEFC1 /* DBTEAMLOGWebSessionsIdleLengthPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 10E60F0F54ED67BAA8FB94400B03778C /* DBTEAMLOGWebSessionsIdleLengthPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0DA601B9BB9504563A35D82CA795D04B /* DBTransportDefaultClient.h in Headers */ = {isa = PBXBuildFile; fileRef = CB45FDC97C621E7D61B4D1DA26662D03 /* DBTransportDefaultClient.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0DEA77041F1524CA9D5970BA34C1466C /* DBSHARINGModifySharedLinkSettingsError.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C9FC36F0AEA970E884E988A6A5D207F /* DBSHARINGModifySharedLinkSettingsError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0E0D95C96E0861EF15D84BB19FBB059B /* DBSHARINGRemoveFolderMemberError.h in Headers */ = {isa = PBXBuildFile; fileRef = B5429538184B3889BB5BD6479A2FF2AB /* DBSHARINGRemoveFolderMemberError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0E1A34196B5A888B195FC204E5DBB5C6 /* DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EB82285D9FEE182E528A6E4399CF0B6 /* DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0EA0C2888F4DA53CC79FA8A2F7C43FD4 /* DBTEAMLOGPaperDocAddCommentDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E1FC5C9A4DC92FA44C935273BC5EF55 /* DBTEAMLOGPaperDocAddCommentDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0EAD71C7B1D84807797B36C89307D0D1 /* DBFILESRelocationBatchJobStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A878667FD85A6FD47F3262A90AFCAA2 /* DBFILESRelocationBatchJobStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0EC23B6A3FC89F16DF21E7F229DE08C3 /* ZXDataMatrixSymbolInfo144.m in Sources */ = {isa = PBXBuildFile; fileRef = A8BB0D5224E5FC3AD5CE5EE7F6A5A7DF /* ZXDataMatrixSymbolInfo144.m */; }; + 0EF07100FD895CA4B7C4087DBB9EC531 /* ZXEAN13Writer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3331DE1C2FB397499E4D99DAEB618236 /* ZXEAN13Writer.m */; }; + 0EF831CD5BB6135D571F4AF898BCC51F /* DBTasks+Protected.h in Headers */ = {isa = PBXBuildFile; fileRef = B96D6DFEF72E2DA2D4279501C37CA986 /* DBTasks+Protected.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F2DE8D0C5E5D0AA671BDF2177D3425A /* SAMKeychainQuery.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B8FA3B8C92AE1F93B66ABF9CBA149E7 /* SAMKeychainQuery.m */; }; + 0F6D411DC6B52D01870ED90E5F2ED4E0 /* ZXCode93Reader.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CF36CBCCF63C9B8BB65C5AB03952EC0 /* ZXCode93Reader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0FA74A861CCC4C51B488A1BA1556D0C1 /* DBTEAMLOGTeamProfileRemoveLogoDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = DBFABF38865D2E1C2CA79005A95CC218 /* DBTEAMLOGTeamProfileRemoveLogoDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0FAC83C70D35F7B790808573CC1011BA /* ZXAddressBookParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = EE2B3115A2B16A07E6A105BE52050160 /* ZXAddressBookParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1041270A7763711E66AC20DC2E99DA1D /* DBSHARINGGetSharedLinkMetadataArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C22DBD17A630256AAD766C5F94C9440 /* DBSHARINGGetSharedLinkMetadataArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1058FFE4AF042ED8C3963892D11336C5 /* ObjectiveDropboxOfficialLib.h in Headers */ = {isa = PBXBuildFile; fileRef = 23B0CC903D0BF0398D48EF7EF304405C /* ObjectiveDropboxOfficialLib.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 108B4243498CCFFF03B2D2322735F500 /* DBTEAMLOGRouteObjects.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C032E1B2B68AF53C6C095A9213A5332 /* DBTEAMLOGRouteObjects.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 10953C431F7D9A73727B864E8DDE0A4C /* DBSHARINGUpdateFolderPolicyError.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DDCE77FBE726C7D9CEA84270C25B50F /* DBSHARINGUpdateFolderPolicyError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 10AC320B4E3EB85B4522109B1DA2F0B4 /* ZXBookmarkDoCoMoResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FCAC83FB79CE3280A18DA330AAC8237 /* ZXBookmarkDoCoMoResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 10BE9B6F41A246C7AACDEABBA9898ED4 /* DBFILEPROPERTIESPropertiesSearchMode.h in Headers */ = {isa = PBXBuildFile; fileRef = E927E33C105288D3F6D8062EFFDD71A9 /* DBFILEPROPERTIESPropertiesSearchMode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 10CFC3DDD7BB4CFE9C9D0B4C9A889B5A /* DBTransportBaseClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 2812702853DC606D9E1F5FAE2BD2716E /* DBTransportBaseClient.m */; }; + 10F64CB117B936C3C6D265BAEA1C06A1 /* DBFILEREQUESTSListFileRequestsResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 509DA58A00F2C5F4068480B4266DC90F /* DBFILEREQUESTSListFileRequestsResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 113A94FD11E5FD66063FE3BB313387F0 /* DBTEAMLOGSharedContentRemoveLinkExpiryDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 186F37D7DBE222552FA41D47CC648305 /* DBTEAMLOGSharedContentRemoveLinkExpiryDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 113D31C49D5A721ED83230E1FB044063 /* DBTEAMTeamFolderActivateError.h in Headers */ = {isa = PBXBuildFile; fileRef = 2406198B493CFFCC1B119AE9C72BE834 /* DBTEAMTeamFolderActivateError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1157AF559E7A1FBDE52B9EFEA93769EC /* DBTEAMLOGMemberChangeEmailDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = C60438316A7D65EB777A12F469FF7933 /* DBTEAMLOGMemberChangeEmailDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1157D9A8B9AA5E98368E1248E9EE2CED /* ZXURLTOResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 2363E406A067BE85DCB66C190BE2AE40 /* ZXURLTOResultParser.m */; }; + 11651DAECABD739F5987622475BB74DA /* DBTEAMUploadApiRateLimitValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FDDC42A80911143218F6B3BE76237C5 /* DBTEAMUploadApiRateLimitValue.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 118E0D9ECE9ABD11EA396F15BAD9690B /* DBUserBaseClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 53EDBFD140DE637156EF2FA5B1A2B201 /* DBUserBaseClient.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 11995E3782F4E543CC44BF8517D32E0C /* DBTransportBaseConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 193F1EE8DD9D63EE0B00ABE95B1B3055 /* DBTransportBaseConfig.m */; }; + 11A96053B9F834F3CC9F088CDE3FEBBA /* DBFILEPROPERTIESTemplateFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = D5759F9CF92A644295054E401035A9BE /* DBFILEPROPERTIESTemplateFilter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 11D13FEFFD938C0D09114111E5D18B3F /* ZXDataMatrixSymbolInfo144.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D6E425877182E052DAD9E115D7F0AAC /* ZXDataMatrixSymbolInfo144.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 11D95820C707F976FA7CB9C445468C9F /* DBTEAMGroupsMembersListResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 499FF3309410A1A185E8BB3B3F761E13 /* DBTEAMGroupsMembersListResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 125FB405BDE36381508C1E6644C76FED /* DBFILESSearchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = B273420881357F1B3F7BD44733FA1CD5 /* DBFILESSearchResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 128AFFE94B8435E81E903F68D717FA56 /* ZXQRCodeDetector.m in Sources */ = {isa = PBXBuildFile; fileRef = 196A09AE5D6F42901E106965EB5425DD /* ZXQRCodeDetector.m */; }; + 12A7999964A94770525FA82CEFD652EF /* DBPAPERPaperDocUpdateError.h in Headers */ = {isa = PBXBuildFile; fileRef = 083BD11CF6424611EA0641CE70FCCA87 /* DBPAPERPaperDocUpdateError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 12B257F8A7D536A1548F16954C194E8E /* DBFILESListRevisionsMode.h in Headers */ = {isa = PBXBuildFile; fileRef = AAF30FD5DF6CE3597162B49E70B5991A /* DBFILESListRevisionsMode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 12E2A731A4169E95EC1280BA7D817021 /* DBAUTHTokenFromOAuth1Error.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E7FD2F30D4BEFDF74D9EE9EC76FF5EE /* DBAUTHTokenFromOAuth1Error.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 12E3D19BD0CE7C915AD1B54EB349B4A2 /* ZXPDF417BarcodeMatrix.m in Sources */ = {isa = PBXBuildFile; fileRef = 282002BCEC011C86578EE6F1F500F6D1 /* ZXPDF417BarcodeMatrix.m */; }; + 12EDF301CD37324520169D08FCC9F497 /* ZXPDF417DetectionResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D69DF6B70298381C0579699649A0C2E /* ZXPDF417DetectionResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 12F6387B7055A9480C1D717FAF8F64D1 /* DBOAuthManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 086B26765A3D110CECB925EC72F89BB6 /* DBOAuthManager.m */; }; + 13174F0E7BF498B58B188B556B3D8040 /* DBSDKReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = 56C1C82B8D36DB828F710DD1F7A6DBA4 /* DBSDKReachability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1327C09E6983D6FECD9927D69893F2F7 /* DBFILESSaveUrlError.h in Headers */ = {isa = PBXBuildFile; fileRef = 95400388D068BFE216EB2CFAD22E02E7 /* DBFILESSaveUrlError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 135E975E1D8D56ACC85D3AE5670503D6 /* DBPAPERListPaperDocsSortOrder.h in Headers */ = {isa = PBXBuildFile; fileRef = 17F97D518592B7CF7851A46CE609E6E3 /* DBPAPERListPaperDocsSortOrder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1385113A6151CF2F7FC13455FD423866 /* ZXAI013x0x1xDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = E69AAA32F0A301EE6D12A7F12814A564 /* ZXAI013x0x1xDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 13935F329894D97DA79616F4F1DF73BD /* ZXAztecToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 8281478B95BBBEA074725F6FAA0308DB /* ZXAztecToken.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 13BFB408856CB95952442CDF7D74A8ED /* DBUSERSTeam.h in Headers */ = {isa = PBXBuildFile; fileRef = 88B1754F70CB6ECD438E24F18BE7AAF9 /* DBUSERSTeam.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 13DC9D376AC9407E5522F8B7FC26DAB8 /* DBFILESListFolderLongpollResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 08C189CB27142079179D287847243341 /* DBFILESListFolderLongpollResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 13EFAB1198B40D8DEA91918364D4EA50 /* ZXReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 23DA1300E79258B992585C56747F7B43 /* ZXReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1405EC6EFA8CCB6EF78CAC17DB83D7BD /* DBTEAMLOGDurationLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 640BC5CF1949A6D8E9C5AA9F589F7EB2 /* DBTEAMLOGDurationLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1407A3DF6FA468AF2A5BA3973A739104 /* DBTEAMLOGFileOrFolderLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 63D7CA46F63C646D4648522F107A13C2 /* DBTEAMLOGFileOrFolderLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1409F859BD01F93B6625DF381C19B261 /* ZXRSSExpandedCurrentParsingState.m in Sources */ = {isa = PBXBuildFile; fileRef = E1EA6373F36B87215D9B008195EF0A6C /* ZXRSSExpandedCurrentParsingState.m */; }; + 141641F729EF2FB0AAE812AB6276D24B /* DBTEAMMemberAddResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 037BBC153C83A6580F9299BC82BA9FAD /* DBTEAMMemberAddResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 143998FFC73552F217C99021B07FEACC /* DBOAuthManager+Protected.h in Headers */ = {isa = PBXBuildFile; fileRef = 6876FD24FD526CA53075D39AE4266DF9 /* DBOAuthManager+Protected.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 144FC65FBDDDF33CE6DBA90F6B23156B /* DBTEAMLOGEmmCreateUsageReportDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = CCC2A7E26CFFB4B9F472E637ABF3A552 /* DBTEAMLOGEmmCreateUsageReportDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 146C53B54A5EAAE389BFD7D8CBCE60CB /* DBTEAMLOGPaperDocSlackShareDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = FBF68975D181B99B4C6388BC8744BDA9 /* DBTEAMLOGPaperDocSlackShareDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 149B893D8AE00089591F1D5A18A65DB3 /* DBFILEPROPERTIESUpdateTemplateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AD8DDAC03299835CE30DAD4B43052E7 /* DBFILEPROPERTIESUpdateTemplateResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 14A873070C742BF0CFF6533CB12775A3 /* DBTEAMMembersDeactivateArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DF4F84DFEA80BCECFC7A8046A6F68B6 /* DBTEAMMembersDeactivateArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 14CFCBDE02CA353CF5BBD103824880D8 /* DBPAPERDocLookupError.h in Headers */ = {isa = PBXBuildFile; fileRef = 05BA9FA8D44EFFE63F5F96B715FFA3C4 /* DBPAPERDocLookupError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 15142C952AE3594E1A45936F549C738E /* ZXAztecReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 7288801B1A19B0CA6D2157C01960E7C5 /* ZXAztecReader.m */; }; + 154F09C6FB553413A0962F99F7A16B64 /* DBSHARINGUpdateFolderMemberError.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D73D3755204B2B29EB391B8F47183B8 /* DBSHARINGUpdateFolderMemberError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 15541B905FD74D4968DA46181226853D /* DBTEAMLOGPaperContentAddMemberDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 6907DD97AD3ED1CD51D3C1504177966F /* DBTEAMLOGPaperContentAddMemberDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 159058FED28EF0E5FB4517BFB573C9DD /* DBTEAMLOGSmartSyncOptOutPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = A060BB23ABDA8226711E0CF5D94449F7 /* DBTEAMLOGSmartSyncOptOutPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1596CB89E33C17CAFE8E765681FFE9F0 /* DBTEAMLOGMobileSessionLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B8A71188ED85371FDFB3C424C2E56BB /* DBTEAMLOGMobileSessionLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 15BA5440CF10439476EC26986A110B03 /* ZXUPCEANExtensionSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 69EB86A308C8BAA5C3E4085F06D66B97 /* ZXUPCEANExtensionSupport.m */; }; + 15F2C1CD4FE4FDF36A0B84A484B07FE2 /* DBAUTHUserAuthRoutes.m in Sources */ = {isa = PBXBuildFile; fileRef = 49C56D4B445C7F2C5377EDADC1E55537 /* DBAUTHUserAuthRoutes.m */; }; + 1645BF6081D24BE1EA618D2E82B6B17A /* DBFILEPROPERTIESUserAuthRoutes.h in Headers */ = {isa = PBXBuildFile; fileRef = 60FB11411FAA722237897BE3EF3FF7B1 /* DBFILEPROPERTIESUserAuthRoutes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1676B6FDCA411AB759ED2F511E56B604 /* ZXGlobalHistogramBinarizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D591B1E40BE4518D9B27C933B94B482 /* ZXGlobalHistogramBinarizer.m */; }; + 16809141CBB78AD55E96CA82D902ECDE /* DBFILESLookupError.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DA779C7F2896D8FDAAE1AF83D6D84ED /* DBFILESLookupError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1691AC2563301683F2F1087AB767CE57 /* DBTEAMGroupUpdateError.h in Headers */ = {isa = PBXBuildFile; fileRef = C059B5436EFF86A24E2D9E2EAD46C130 /* DBTEAMGroupUpdateError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 16DADF5425FFB3D17D7F752E265133E4 /* DBSHARINGSharedFolderMetadataBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 66384AB7FE956DF1085DAD58D2C93331 /* DBSHARINGSharedFolderMetadataBase.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 172944EFD565E810EA3FEFE6F910462A /* DBTEAMLOGDomainInvitesEmailExistingUsersDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D3F6057CF96A641891204B0FA6E5788 /* DBTEAMLOGDomainInvitesEmailExistingUsersDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 177302D19201D70ADB8919FC569E895B /* DBTEAMLOGRouteObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = F3F6E2AD7953BFB310F102569C1EB48E /* DBTEAMLOGRouteObjects.m */; }; + 1797C3A40B4936E19B0C318CD4ED5923 /* DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 802C746F6A593A6106B0485587698CD8 /* DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 179EE92C5142E1C943295C34E36DBA37 /* ZXDataMatrixBase256Encoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DBD2EFD189AC21029FFD9F9EA8F9CC7 /* ZXDataMatrixBase256Encoder.m */; }; + 17E4927211DF545B5751FE828FA440E2 /* DBTEAMMemberSelectorError.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C78018A2896F83B90AE9FB086F06343 /* DBTEAMMemberSelectorError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 17E9A4A091F53329CCE5FF98635F4ACE /* ZXDecoderResult.m in Sources */ = {isa = PBXBuildFile; fileRef = FE8009862AB942C670FE7BFDCDBB80FF /* ZXDecoderResult.m */; }; + 17FA6C9FF93A3ACB17E56FF8F0D434E0 /* DBSHARINGSharingFileAccessError.h in Headers */ = {isa = PBXBuildFile; fileRef = C57FF7BCF99BDB6B060BC01D51E54B27 /* DBSHARINGSharingFileAccessError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 17FA8097341D3C83C805908AF3915E66 /* NSString+CMDQueryStringSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A5312C7C0955DB71954CB2F287050C4 /* NSString+CMDQueryStringSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 18023C05A909CB37F7E7E92E66B0973D /* DBFILESRelocationArg.h in Headers */ = {isa = PBXBuildFile; fileRef = D9944144FCC161751CB15AE3C35DA525 /* DBFILESRelocationArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 18CAA0C36047EEA3ED87AFCFAF26F23F /* ZXURLTOResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 00547563CA779ADC76DE2977412FECE3 /* ZXURLTOResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1919BBEFEA6456DC9B9F154698D20AA9 /* ZXAnyAIDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 37ECF0F35F833BE7E185B317148D5FF0 /* ZXAnyAIDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1964DEB7A127F9C9210AFD542390372D /* DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 562845F5B0263B14882D9DA93511ED6D /* DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 19E51C38AC0E81E82EFBE747C39BA276 /* DBSDKKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = B1AC9CCE5940A7278A15DE32E5A7C799 /* DBSDKKeychain.m */; }; + 19E69A5D5B53BB04D68502C75A46904A /* DBTEAMMembersSetPermissionsResult.h in Headers */ = {isa = PBXBuildFile; fileRef = AAE3193AA01B02D025FA03A5858BCD5C /* DBTEAMMembersSetPermissionsResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1A0DEA0786CD5E36CE042E89D1E4EE85 /* DBPAPERInviteeInfoWithPermissionLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D5ACE00005E6AEC40B8BE5A4067B3C5 /* DBPAPERInviteeInfoWithPermissionLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1A44BB476F5034D0BB9CB67729F8FD1C /* ZXGenericGFPoly.h in Headers */ = {isa = PBXBuildFile; fileRef = 10C6A4E1A4FDA99505BCCAB62ED7DBA1 /* ZXGenericGFPoly.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1A5E2A7F3D3368897895E3832DE00888 /* hmac.h in Headers */ = {isa = PBXBuildFile; fileRef = E644C16FDE72AF4D7B10ED8C578876E4 /* hmac.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A6B106E9E120F57DF277AAABB2384BC /* DBFILEPROPERTIESPropertiesSearchArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 069BE7476A66F88AE5484225764002AE /* DBFILEPROPERTIESPropertiesSearchArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1A82D86A28E19366E525DFAC45B8FCAA /* ZXGeoResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 42F08DE4060DED0B6311FAF8603B4AC4 /* ZXGeoResultParser.m */; }; + 1AAD9DE3D6D557EFCF49690DFD32DB5F /* ZXMultiFormatReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 95BC7AD0B45DABA32602EDEE28F026E1 /* ZXMultiFormatReader.m */; }; + 1B3C65408A1F1ED9B5D7EE3708C862D9 /* ZXAI01393xDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = EE667369182FCD4B07F81C35F26D9E84 /* ZXAI01393xDecoder.m */; }; + 1B74A736F09F9EC62C61D0555ABECF27 /* ZXOneDimensionalCodeWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = 21F8DEECC77CBE161D97CF2E75A9E555 /* ZXOneDimensionalCodeWriter.m */; }; + 1BBE7D7CE183A0BF1842EA8F0A58E267 /* DBTEAMLOGFileUnresolveCommentDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = C8064D7B1A314F59CA43D4F1E923CA6B /* DBTEAMLOGFileUnresolveCommentDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1BFEC884280B2828E9C4465258AD2C58 /* DBTEAMLOGNoteAclLinkDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 689B3CC62EB0DBC6FC4FF3DA85EDBAEF /* DBTEAMLOGNoteAclLinkDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1C190F97BE65D96C76ECE31DC8DD9A9F /* DBClientsManager+DesktopAuth-macOS.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D2F6EC4FE2B3A3888C8A9ADB16FF6BE /* DBClientsManager+DesktopAuth-macOS.m */; }; + 1C2DB0CF0527A76E6D6B19FD289A4627 /* ZXDataMatrixDataBlock.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E2D3CAB5D0A895A5733B7302242E250 /* ZXDataMatrixDataBlock.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1C9C730E377CA92BE5B4E2B9EA7CEA94 /* DBSHARINGRelinquishFileMembershipError.h in Headers */ = {isa = PBXBuildFile; fileRef = 213461A3F62A7C604A9F2D0ADE867F02 /* DBSHARINGRelinquishFileMembershipError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1CB79F268DF3E80E3CB093482FA3AF40 /* ObjectiveDropboxOfficial.h in Headers */ = {isa = PBXBuildFile; fileRef = 039C1A5F64FE6E3DC0A2E357D7C4ED2B /* ObjectiveDropboxOfficial.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1D085FC6F6A1C545680BC2C57E31B146 /* DBTEAMLOGSharedContentRelinquishMembershipDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = BD449ADC9092AC6B77CFE66ACA1A0552 /* DBTEAMLOGSharedContentRelinquishMembershipDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1D4C3AB23CEDE7973BAFDBDEF3A9A84B /* ZXBoolArray.h in Headers */ = {isa = PBXBuildFile; fileRef = C2BEC7A25CD96B84D85B0842EEB0C931 /* ZXBoolArray.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1D5D6460E82B0ABD130DFECD3F6EA15E /* ZXQRCodeMode.h in Headers */ = {isa = PBXBuildFile; fileRef = EDCDE5E35A72A75185FB98F7D742F423 /* ZXQRCodeMode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1D684B9CB9287FD473C2911965C5304D /* DBTasksImpl.m in Sources */ = {isa = PBXBuildFile; fileRef = EDD81A51BF1682EBE92F7F90DCBE84C9 /* DBTasksImpl.m */; }; + 1DAC2B4412C4621AA2483C49D646FA9A /* DBTasksImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C8847BFCFDF67492A98628E590B216D /* DBTasksImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1DCC6BE4E3FD521E8B0C495A127F6B22 /* DBStoneBase.m in Sources */ = {isa = PBXBuildFile; fileRef = 3AA4BD964EB52C1AB5B75D9EB473D270 /* DBStoneBase.m */; }; + 1DD07A12C212C39C9AAA59D4E986648F /* DBPAPERAddMember.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F658D0DC2D6C204EF7BA7178E160630 /* DBPAPERAddMember.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1DD5492DF8180E51A6E290AF684CA96A /* DBTEAMNamespaceMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 04E81AA2C8F17011C5327B0A48004BBD /* DBTEAMNamespaceMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1DF5B2E9A87043823ED17C825ED78C1E /* DBSHARINGCreateSharedLinkWithSettingsArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 0239613A54D93446DF161FB4453A7E1F /* DBSHARINGCreateSharedLinkWithSettingsArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1E4BB57FB6B4E8A7F24ED24D4171B357 /* DBTEAMFeaturesGetValuesBatchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF4BBCF9138111CFAF23DE011F0381D /* DBTEAMFeaturesGetValuesBatchResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1E66DF6BD4BF6C37C316C6080BC405C5 /* DBSHARINGMemberAction.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D6A6A243BF275312444A75954E4C447 /* DBSHARINGMemberAction.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1E8A79A686D1388FCADAAD6DCE86EAE4 /* DBFILESListFolderContinueError.h in Headers */ = {isa = PBXBuildFile; fileRef = CF7085D15BBCD1FE03BE1B8A0E14C27D /* DBFILESListFolderContinueError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1E9D3AD03FF067C7EAAAAEB9A12A9D75 /* DBTEAMHasTeamSharedDropboxValue.h in Headers */ = {isa = PBXBuildFile; fileRef = AA6E38341A5AFCF127F262A05D0A5890 /* DBTEAMHasTeamSharedDropboxValue.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1EC8523EA6367E4DD6DF3CFFB56BEE98 /* DBTEAMGroupSelector.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D0D26DEBB892375E7430CBC083520C7 /* DBTEAMGroupSelector.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1EF448AA76EA485E33814F4DA8B71DB1 /* ZXQRCodeMultiReader.m in Sources */ = {isa = PBXBuildFile; fileRef = CCA7D40DF5F029555CBAEB685522886A /* ZXQRCodeMultiReader.m */; }; + 1F73D7A6EE87D902835AB3FE4CD27277 /* ZXSMSTOMMSTOResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 90B66138748859A7EF05CF6EABF09692 /* ZXSMSTOMMSTOResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1F943CE5C73598BA59AFAFB5F7462EB4 /* DBTEAMLOGMemberSpaceLimitsAddExceptionDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 818B8738A628B30D945A2FA6630D6E29 /* DBTEAMLOGMemberSpaceLimitsAddExceptionDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1F983795BFD400C34CDE38E27F9697FF /* ISO8601Serialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 6655F8C7D70D3272B9D108A97D835F87 /* ISO8601Serialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1FCF8758EB35D033DE597E8475809083 /* DBTEAMLOGSharedFolderCreateDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = DC0D9A67A6FACC7839D7C0362D674521 /* DBTEAMLOGSharedFolderCreateDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1FF3D2B3C01C5BF6CC53A231261EDC3F /* ZXQRCodeAlignmentPatternFinder.h in Headers */ = {isa = PBXBuildFile; fileRef = 5732E0A8D4877E8AA52E41B4EFB19B2B /* ZXQRCodeAlignmentPatternFinder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 20114B70D23ABF973DEBD20B3F8354AF /* DBSDKImportsShared.h in Headers */ = {isa = PBXBuildFile; fileRef = 94DF5E7CBB53086FBFCEAB1041FC1346 /* DBSDKImportsShared.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 204D815AC1FEFD8A7D8FE01460815E29 /* DBFILESListRevisionsResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 6182E6D8784348BBD0D49C825F259A71 /* DBFILESListRevisionsResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2052070D4E9E6755CC342C583C528CD7 /* ZXDecodeHints.m in Sources */ = {isa = PBXBuildFile; fileRef = FAB0B53D3AAD5386060CD5ED6F9C17BE /* ZXDecodeHints.m */; }; + 205430E28CC1D046569CF25135C1ED5B /* DBSHARINGShareFolderErrorBase.h in Headers */ = {isa = PBXBuildFile; fileRef = AF72A1D1BFEB392B3479AAE7CC142246 /* DBSHARINGShareFolderErrorBase.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2076B501D09846E354AD1E9352BFA777 /* ZXCode128Writer.h in Headers */ = {isa = PBXBuildFile; fileRef = 613D10C1EA18AE3A6168CF8EA6CAE0B8 /* ZXCode128Writer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 20FBE315D009B0DB6E9E9BAC562955E2 /* DBRequestErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A55340AEF35D35AE6E5E4493FAE1072 /* DBRequestErrors.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2144173E0F494A37756D212294464D0E /* DBTEAMCOMMONGroupManagementType.h in Headers */ = {isa = PBXBuildFile; fileRef = C7500C178CA1FEF52680105E13571A18 /* DBTEAMCOMMONGroupManagementType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 21620BC4EF68AD9FCA081BCFA33A5C76 /* ZXQRCodeDecodedBitStreamParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A9F048BC3DCD5A185E5B919C6C6E5F3 /* ZXQRCodeDecodedBitStreamParser.m */; }; + 2197448D582556366BE8DB8C71F27FB8 /* ZXQRCodeMaskUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = C58AB5802468806A20B2DDDB3990E596 /* ZXQRCodeMaskUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 21A4D45955011649A033F6F84FC21551 /* ZXPDF417BarcodeMetadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 402CFC489068193CD71457C6250481DF /* ZXPDF417BarcodeMetadata.m */; }; + 21F24C082B954CD46A2E2EA20EA5264D /* ZXRSSExpandedRow.h in Headers */ = {isa = PBXBuildFile; fileRef = D9EC37D8B352F4767BFD5BAE6EF80F31 /* ZXRSSExpandedRow.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 220105CB223A5D15E936AA9ADBE90C1C /* DBTEAMLOGDeviceDeleteOnUnlinkFailDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = C01072458D519172720D1CC456244D7E /* DBTEAMLOGDeviceDeleteOnUnlinkFailDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 22429967E09F0A709E3A348FEDE59764 /* DBTEAMDateRangeError.h in Headers */ = {isa = PBXBuildFile; fileRef = 53FB33CDD3EDE71B8A1103818FA5AA58 /* DBTEAMDateRangeError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2290F41DD557054A04EBA310C11982FC /* DBSHARINGAudienceRestrictingSharedFolder.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AFB816D970A913303E8FE421DA21092 /* DBSHARINGAudienceRestrictingSharedFolder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 22A8F57B07A910CD1C82272F6475A410 /* DBTEAMRevokeLinkedAppBatchError.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D22461924E3BC9635BF1DA82BBF2C9B /* DBTEAMRevokeLinkedAppBatchError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 22CA1F85204E576482605F868834E20A /* DBASYNCPollArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F8F954FB7745124EF4D8DDFF2A5BF0E /* DBASYNCPollArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 22F74C5FF37F9685553B3A66ECAF0729 /* SAMKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FFCDF709C1F2B306CE13DD277490ABE /* SAMKeychain.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2305FFB3C70AABA217B5EDD45201FF02 /* ZXPDF417BoundingBox.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D0B53944D5504E6BF59B29F4BD55C21 /* ZXPDF417BoundingBox.m */; }; + 237F4A63FFC31C0B3FEA64E0B8107AA8 /* ZXUPCEANExtension5Support.h in Headers */ = {isa = PBXBuildFile; fileRef = BB9B040C4CEAC1E2E34367F5E7B42A53 /* ZXUPCEANExtension5Support.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 23A7104F3CAE1C1DCCDC186DF03CE163 /* ZXMaxiCodeReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 98AC50D9F2FC121CC006318D16A440B8 /* ZXMaxiCodeReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 23E2900F3AD0910A73BEFC67C946007B /* ZXAztecCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CB8C9AECF42B601A2EB22610B1403E9 /* ZXAztecCode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 23E7DF65B50BE6F45F88D647F1DB5C3D /* DBPAPERUserAuthRoutes.h in Headers */ = {isa = PBXBuildFile; fileRef = 39B7E3F4743C81412259C24AF3275E42 /* DBPAPERUserAuthRoutes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2433CD4B785025FD6FA714F011529B3E /* ZXAI01AndOtherAIs.m in Sources */ = {isa = PBXBuildFile; fileRef = 956247D2120BB0372C48FC75318BADA7 /* ZXAI01AndOtherAIs.m */; }; + 2438474725D1F840CC0466EDEEDF1976 /* DBFILEPROPERTIESPropertiesError.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D44E3507907AD91945303284149EAEA /* DBFILEPROPERTIESPropertiesError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2498E7D4D713AD1B61437A820E88DC38 /* DBSHARINGListFilesResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FBCC15F6572E031DA42B9D2A68E619D /* DBSHARINGListFilesResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 24F0BE6973B0864094F3AEF10972B2B6 /* DBFILESThumbnailArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F21EC07476956FF7FD144FB4766A263 /* DBFILESThumbnailArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 256246999E2C5D11C5721EB84CD42966 /* DBTEAMLOGPaperDocUntrashedDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FBA2C7351E00A6206B0705094D2C201 /* DBTEAMLOGPaperDocUntrashedDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2573C6F311DF627D8BB13C164AFFF5E1 /* DBTEAMLOGHostLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = F2C30C9F219797A91ED3F8AC20D28C71 /* DBTEAMLOGHostLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 257A335D84A97AC07A4B7ADE1B9E8C7A /* ZXDataMatrixDefaultPlacement.m in Sources */ = {isa = PBXBuildFile; fileRef = 11B241B39378FB777AB583BED7B01757 /* ZXDataMatrixDefaultPlacement.m */; }; + 257CE404EAF75E0F02A92E229E905BB7 /* ZXEmailAddressParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = BB4882837B5B2B81CBB4AEDF4887F14F /* ZXEmailAddressParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 25808422249F83C6389C6FF5A69B4B6B /* DBTEAMLOGShmodelTeamDownloadDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EFADFE590702CFB256C4738DCD74E45 /* DBTEAMLOGShmodelTeamDownloadDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 25979562A447337C8C9E025C274F17B3 /* DBFILESPreviewArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 62D9A37F0D02473F84D105F15542FA06 /* DBFILESPreviewArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2597B3425A6A6E7908056F7B6DDDCC50 /* DBTEAMLOGShmodelTeamViewDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 51F4B3F999DCCA0D278C4EFAF8919037 /* DBTEAMLOGShmodelTeamViewDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 259E456EE217AEF1C196EA2E4045A589 /* ZXQRCodeBitMatrixParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 6CDEAD91F6D694F1861474191E2CFF97 /* ZXQRCodeBitMatrixParser.m */; }; + 25AE16C805494BDD1669DD33F515FD38 /* ZXRSSExpandedRow.m in Sources */ = {isa = PBXBuildFile; fileRef = EA0DFFB77FCE91DD394E79CCC3FCFD7E /* ZXRSSExpandedRow.m */; }; + 25BB2456F438598AF8811DF9C5E1BAAC /* DBChunkInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 52070897C886F04DD0DF0534BE9F6D10 /* DBChunkInputStream.m */; }; + 26378BC97D454E861A170730BACB910E /* DBSHARINGAddFileMemberError.h in Headers */ = {isa = PBXBuildFile; fileRef = AC49C5A0A5C8748C5235BBBE5C3E570C /* DBSHARINGAddFileMemberError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2664CF58BBA9EA1A2E0F1BD4EC7C52DB /* DBTEAMLOGUserLinkedAppLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C11F0B705CC1F426C55EF7AA528909C /* DBTEAMLOGUserLinkedAppLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 268434D7EC7E1271E1F25CFEC37ABEC0 /* ZXRSSExpandedBlockParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = C94E00D967CD467010846786DD1A102A /* ZXRSSExpandedBlockParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 26AFCCC8EBD025B8AB854C6B8357A534 /* DBSHARINGSharedFolderAccessError.h in Headers */ = {isa = PBXBuildFile; fileRef = 59E85C08D40D9BA4B713EC5AF19BF54B /* DBSHARINGSharedFolderAccessError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 26BFA5307997CBD959B0DEE6D1860316 /* AFURLSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 80F26723BDD4B2D3D832649DFBDC5461 /* AFURLSessionManager.m */; }; + 26FC3A5D6C82494767011FB757A6B97F /* ZXResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 385C436E44ECBA94CA76D6CEFA223B9D /* ZXResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2741C222DECC744EB42F944F754DA075 /* ZXSMSMMSResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 549CAA03599A73D75183DEA1EE783FDC /* ZXSMSMMSResultParser.m */; }; + 27639EE2A808DC619B1A6392FD4E684A /* ZXPDF417DecodedBitStreamParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 888A04F247BD46EFCA696557DB45C041 /* ZXPDF417DecodedBitStreamParser.m */; }; + 27AAF784DAD27EA2198BEA4273AAC5C3 /* ZXQRCodeDetector.h in Headers */ = {isa = PBXBuildFile; fileRef = A75F477B7DED49F721C6162617AC7AE9 /* ZXQRCodeDetector.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 27C5CEDF4F370357DD17B4A6653103CC /* MPAnalyticsConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F260C0C4D3A89AF8C30CBAD7C99425A /* MPAnalyticsConfiguration.m */; }; + 28150A71C9489B55E7B1AC7926426A75 /* DBFILESGetCopyReferenceError.h in Headers */ = {isa = PBXBuildFile; fileRef = F8E885F4E63C26A36B062616275D7691 /* DBFILESGetCopyReferenceError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2842D7AE424C018AD4B85075FDB477D7 /* DBFILESGetThumbnailBatchResultData.h in Headers */ = {isa = PBXBuildFile; fileRef = C04EE5E517B3D0CC2DC419BE83BF91B9 /* DBFILESGetThumbnailBatchResultData.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 284499DB18EB485BC8E5DD360B8A804A /* DBTEAMGroupsMembersListContinueError.h in Headers */ = {isa = PBXBuildFile; fileRef = 57CC10813C71C3A4684A6408CF660FFD /* DBTEAMGroupsMembersListContinueError.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2867AF39F082A431289CFC56B7DB8B13 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 45337A1498D6B4027F69F436EE7F3008 /* SystemConfiguration.framework */; }; - 28895265C4DEEBCC440C1D28B2D3C80E /* DBSHARINGRelinquishFolderMembershipArg.h in Headers */ = {isa = PBXBuildFile; fileRef = EC2581B0B2A510D93C18DB2CB5276DF8 /* DBSHARINGRelinquishFolderMembershipArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 28CEDCD4614D2887219D393BA4807784 /* DBTEAMTeamFolderRenameError.h in Headers */ = {isa = PBXBuildFile; fileRef = 901DE40E748395265A630E9AA12BFC54 /* DBTEAMTeamFolderRenameError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 28EBE7CD4710932024EA11503E93D11A /* DBSHARINGFileAction.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AFC077B98BD51EB31682531FE40370E /* DBSHARINGFileAction.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 28F086C3CFA197F37A1F48E4201BEFFC /* CMDQueryStringValueTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = F4E3469892F71B05B4256C4BFBAC8483 /* CMDQueryStringValueTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 28F145A7E12256A84DD2998A82AA6FFD /* DBSHARINGCreateSharedLinkWithSettingsError.h in Headers */ = {isa = PBXBuildFile; fileRef = C1FF9022D8526D6D9927C689ACBA87FE /* DBSHARINGCreateSharedLinkWithSettingsError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2959C06EFDFC5B7FA5BCE2DADA8DE22D /* ZXByteMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = 07889C92DED3922033A1255DFBF79F60 /* ZXByteMatrix.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2965FEC301B80E08665518BDBF09A33A /* ZXAztecWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = F9FEDBF7ACEDA4AB87593E9F04E44FB2 /* ZXAztecWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2976505BC67F248431FFE46202F421BA /* DBTEAMLOGPaperContentArchiveDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 049B986F860DE38427CDDCDC32E3AB75 /* DBTEAMLOGPaperContentArchiveDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2989E19777FE1469C85372E84EFC7C74 /* ZXQRCodeDataMask.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C3706BA17EEA6FBABA812EE271B21FB /* ZXQRCodeDataMask.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 299F0C1232A8A0788945590D58A5200B /* DBTEAMLOGFileRequestRemoveDeadlineDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 22F4493358AFAF9C80B88309E98CF780 /* DBTEAMLOGFileRequestRemoveDeadlineDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 29BCDE2AEF87B90D5A1EAE91E7179100 /* DBSDKImportsGenerated.h in Headers */ = {isa = PBXBuildFile; fileRef = 14D98E6C6F125331B38E77EB86E69E9D /* DBSDKImportsGenerated.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2A1DDC0E0C8F6E842B972E69A1F18DEB /* ZXDataMatrixDetector.h in Headers */ = {isa = PBXBuildFile; fileRef = 05412394F964D5BA1E3E5256B7CF8D0F /* ZXDataMatrixDetector.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2A23682277A584ABF7CB2088130DD551 /* DBFILESListRevisionsError.h in Headers */ = {isa = PBXBuildFile; fileRef = E3BB0B4341E31D743DE3730729517CB0 /* DBFILESListRevisionsError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2A722886B9B46DCFF5B0E6C86722FB15 /* DBTEAMMembersSetProfileArg.h in Headers */ = {isa = PBXBuildFile; fileRef = BB4347B2A749B89F90908E1160C89671 /* DBTEAMMembersSetProfileArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2A95E93C03E58DE3880E10C0A754744D /* DBTEAMLOGFileAddCommentDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = B47EEC4E52F37D0283AF919FDD5BA139 /* DBTEAMLOGFileAddCommentDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2A972E20DAB04A3C3E6B2DABAFEDB60C /* DBTEAMGroupDeleteError.h in Headers */ = {isa = PBXBuildFile; fileRef = 387AC273D8AF19D1573FC8A37B750E91 /* DBTEAMGroupDeleteError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2AAC61CA9CF6A73EA32657EA3887070D /* ZXReedSolomonDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 6703EB9456FA17454881F85A7F9F2F2D /* ZXReedSolomonDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2AB5D6DA3E338E1AD837415B609683BA /* DBTEAMLOGSfTeamInviteChangeRoleDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = EF20009B930073ECF6773D2CD7C4DEDD /* DBTEAMLOGSfTeamInviteChangeRoleDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2AC79354C6A6BBBCFDFCB0B97C692D80 /* DBUSERSRouteObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = 82DE97BFAAB8D31F3E6B1954C4C08320 /* DBUSERSRouteObjects.m */; }; - 2B0E0FE9DB79303B0EFB72B92AA8EEF0 /* DBTEAMGroupsListArg.h in Headers */ = {isa = PBXBuildFile; fileRef = AC539A9CC5E2306B13F91DA3501C87DA /* DBTEAMGroupsListArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2B5403332EB75EA33BEAD4786E6B0E98 /* DBTEAMLOGGoogleSsoChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 46F42774FA4AFC90B34EA045CE15FE74 /* DBTEAMLOGGoogleSsoChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2B61D425902841EE9388B19B55393A5F /* ZXPDF417Reader.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D6F2C5914FFAE2E69A9DB07E5DDA5E8 /* ZXPDF417Reader.m */; }; - 2BA80A3142C74E8156A87722880EB348 /* DBFILESInvalidPropertyGroupError.h in Headers */ = {isa = PBXBuildFile; fileRef = A3A8C4A5044E67C2DFD88906B46526D1 /* DBFILESInvalidPropertyGroupError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2C02C5375158C67C4D1930964E275956 /* ZXEAN8Writer.h in Headers */ = {isa = PBXBuildFile; fileRef = 421876160D23A0C2CE86FA6DD5459389 /* ZXEAN8Writer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2C2FA3BA3B9DD0529B0C039C1E729469 /* ZXAbstractRSSReader.m in Sources */ = {isa = PBXBuildFile; fileRef = FCECD3B3D68721B438F1D001A97036C2 /* ZXAbstractRSSReader.m */; }; - 2C892963E4B711E336F8457F5A6E8EA1 /* DBTEAMLOGGetTeamEventsArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FE3BB35CF5B233800475C690A917277 /* DBTEAMLOGGetTeamEventsArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2C8D167B86C29A0D71BB25F2A0A4E5A4 /* DBTEAMLOGAccountCaptureChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = D82912FA3E1B25A0283C35D42748BC0B /* DBTEAMLOGAccountCaptureChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2CD014BA3323B9A1880B04C961EA2610 /* ZXUPCEANExtensionSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 68289DF21F99E6F648005B214388DC6E /* ZXUPCEANExtensionSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2CDB3FB705BFF0F5D787AA01F69F3637 /* ZXModulusGF.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B288125B4C1346D1F099A7597EBD431 /* ZXModulusGF.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2D066BAEA9B6CFF887E24BD18E7ABD1B /* DBSHARINGLinkAction.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EB33A3BDF887A70E5A557936F016CE2 /* DBSHARINGLinkAction.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2D744826C4EDB4DE2CEF84F36DB4AD8C /* DBTEAMListMembersDevicesArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FDE1BA210F8CD6DE3A7D0BDF3D00260 /* DBTEAMListMembersDevicesArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2DA28C9BE9205889408F0E563B748D42 /* ZXDataMatrixDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = C1CCAF213BE657DAD8588264BB85537F /* ZXDataMatrixDecoder.m */; }; - 2DBA96A6F5F93B16DC9F209132BA9213 /* DBFILESThumbnailSize.h in Headers */ = {isa = PBXBuildFile; fileRef = A9CA8D568F5A7D810FCA0B90525D0C9F /* DBFILESThumbnailSize.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2E1C0729CE09B9C97F89E3C27B441C73 /* DBTEAMLOGUserLinkedAppLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 413CB7467E56D41F61FBA20F443E0BF4 /* DBTEAMLOGUserLinkedAppLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2E24D2E776DD6B79CC3634632B305A08 /* DBAppBaseClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C455120CC5D419FF29B24F196D4DF49 /* DBAppBaseClient.m */; }; - 2E5577BEEF05350DCFC475250E9559AB /* DBTEAMRemovedStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = EB2C31D7793E6AE8A540C5EED6B78440 /* DBTEAMRemovedStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2E6F4A77CAC37E8E3D3986A204CA7431 /* ZXAztecDetectorResult.h in Headers */ = {isa = PBXBuildFile; fileRef = B848F0C886CB3BF42A5E2704574ECD81 /* ZXAztecDetectorResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2E854A56FA287D8241E0E9EC8F2F5900 /* DBTEAMLOGTeamProfileChangeLogoDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C5CDC5A603CD0891B5E9A9239B51D56 /* DBTEAMLOGTeamProfileChangeLogoDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2EC70491CC9F482F655E8FD4E45FA8EF /* DBSHARINGUnshareFolderArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 71794639FABD86264B646199DEDECDF6 /* DBSHARINGUnshareFolderArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2F25B59A3A77791C7539B5E73D6A62CD /* DBSHARINGAudienceRestrictingSharedFolder.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C0E3A6FE7FFC990958CD626F058988A /* DBSHARINGAudienceRestrictingSharedFolder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2F71F47D173D4F97F020F70D2FCB0484 /* DBSHARINGPermissionDeniedReason.h in Headers */ = {isa = PBXBuildFile; fileRef = 43ED70543AA66430FB7489C4C765110C /* DBSHARINGPermissionDeniedReason.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2F768415180ED8E193813744E2271665 /* ZXPDF417ECErrorCorrection.m in Sources */ = {isa = PBXBuildFile; fileRef = 5AAA28E22BC1EF2D8506BE1C236C2F7F /* ZXPDF417ECErrorCorrection.m */; }; - 2FA1AF92273B8632A6238712FC676A62 /* DBTEAMLOGOriginLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = D83D1F52A82624FCB61B7651C25AC456 /* DBTEAMLOGOriginLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2FD2A1BB715598BB23293A30970C6F51 /* DBTEAMTeamFolderArchiveArg.h in Headers */ = {isa = PBXBuildFile; fileRef = FFB585B422F01E9367819098EF3F9F8B /* DBTEAMTeamFolderArchiveArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2FEF6937358FBA506E74B66A2B9A3C7D /* ZXAztecCode.m in Sources */ = {isa = PBXBuildFile; fileRef = 100B93FB312CD4DD4FD5A75C2C112C80 /* ZXAztecCode.m */; }; - 3064F355834B22E88C7F19BDDB966511 /* DBSHARINGUnshareFileArg.h in Headers */ = {isa = PBXBuildFile; fileRef = C8E7047862B08C6C869FEA9E78E144BF /* DBSHARINGUnshareFileArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 309C9A2DA552D804BD169A6D5042A199 /* DBSHARINGListFilesArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BB0EFBEF1FAC7002BE5F627B4A346CF /* DBSHARINGListFilesArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 30A7F978EDB996873F80570FB5B4D4F9 /* DBTEAMMembersGetInfoItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 106A89AFE60EC6CB63BD045A24F1F758 /* DBTEAMMembersGetInfoItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 30B109FD66DC54AD33BB83F619F6CB5F /* DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = B8EA84BFD84EC451E72EE17C17A2B099 /* DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 30D9A1299B125B038CCBC2856616BF30 /* ZXMaxiCodeDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 5ABA95920AC98849D144E94F2172F2E0 /* ZXMaxiCodeDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 30FF69F898935AE0AE2FD1DB7811DA09 /* DBTEAMGroupUpdateArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 882950FEA7943EAD7C1BDB7700A193AC /* DBTEAMGroupUpdateArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 310F077705B9B83FB5D38AD947E53477 /* DBSHARINGMountFolderError.h in Headers */ = {isa = PBXBuildFile; fileRef = 240F3E42933AE829A619A8A6AFF1FD98 /* DBSHARINGMountFolderError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3133F8C7C2C91C0D5909DC366B521F14 /* ZXPDF417DetectionResultRowIndicatorColumn.h in Headers */ = {isa = PBXBuildFile; fileRef = 839BC4A7569A456491DA53B1E0A8B18E /* ZXPDF417DetectionResultRowIndicatorColumn.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3144C4FCCCF076AA9AE2440D05753AE1 /* DBTEAMLOGFileRequestsPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CBE81326ECA5D8121C19F16B507D309 /* DBTEAMLOGFileRequestsPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3183A13DE903F8941083A51511A29855 /* ZXMultipleBarcodeReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1965A2C4D893EC27B44F8D4F21218243 /* ZXMultipleBarcodeReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 318C0CAACB013D30282D93AD133BF11B /* DBTEAMLOGGroupChangeMemberRoleDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 67230B79032B11579DAC6B34E90ABD69 /* DBTEAMLOGGroupChangeMemberRoleDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 31AE5448714E52DBD72FB8C6DA3CA9EA /* DBTasksImpl.m in Sources */ = {isa = PBXBuildFile; fileRef = FE78B75046B089926B2A118424964BC4 /* DBTasksImpl.m */; }; - 31B9EDD230325C18F09DD1CC87DE3C2D /* ZXAI01weightDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D826BAE3FF857F431E1C3F7BE500CA9 /* ZXAI01weightDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 31C2048E6751BE1ED53BB1B32A06AD11 /* DBTEAMLOGFileMoveDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = DA6CDDE06B40FB7829A4401F64CB061A /* DBTEAMLOGFileMoveDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 31D4FEA82714E141C7DBEB84B2C823EB /* DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = E5BF908A17C4DFB5EC6F95AC59BBA7D6 /* DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3272C7DEE962555E1710F79050C13E53 /* DBTEAMLOGFileRenameDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 1321C102D7DAD8383E7C2703B8138C65 /* DBTEAMLOGFileRenameDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 327543C29E25F199A1697BAF6FE8F829 /* DBTEAMTeamFolderListError.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D14BD18B64EFDEFDAA4BBC206C1AEE4 /* DBTEAMTeamFolderListError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 32761F4E522FF8E7A0B709FD30E1178C /* DBTEAMLOGOpenNoteSharedDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = C4A7643FB3156E92351D109BD871380B /* DBTEAMLOGOpenNoteSharedDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 327CEDE37C6223578CABC26EB536EEA0 /* DBSHARINGLinkExpiry.h in Headers */ = {isa = PBXBuildFile; fileRef = 304FCEB2B849B074E03BDED58F2AF6E6 /* DBSHARINGLinkExpiry.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3285FACDA4CD54E1220CB84C43A3AA3F /* ZXParsedResultType.h in Headers */ = {isa = PBXBuildFile; fileRef = B8A2CBCC77B0355F6071BFE23B327B10 /* ZXParsedResultType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3297874DE10CEADFD6A4D74A80DE8E34 /* ZXEANManufacturerOrgSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = B728B0D860A5DA0977ABD24890DED0EF /* ZXEANManufacturerOrgSupport.m */; }; - 329D587197F870A1FFDA7950179D6375 /* ZXEmailDoCoMoResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 4156B12A5201CD98F675DDA9DF88BD60 /* ZXEmailDoCoMoResultParser.m */; }; - 32B90841535F1C2B0A462C566AAB7668 /* ZXVINParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D47B2B9A01662701BE05CFA5F9EB60F /* ZXVINParsedResult.m */; }; - 33233702BAA748DEA454EBC530EC0D47 /* DBTEAMLOGSharedContentRelinquishMembershipDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = F9245DD28AA8F0E8BA978716EA1F1357 /* DBTEAMLOGSharedContentRelinquishMembershipDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3331799064BC28B7B822E27DB3C4A5B8 /* DBTEAMAdminTier.h in Headers */ = {isa = PBXBuildFile; fileRef = 47AFC4D1CCE0A2F3A1453F9BF4DDF42E /* DBTEAMAdminTier.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3358B6B73CF5AEDE67E8CB3804742E40 /* ZXTelParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = FD51F66A38DDF6B5FE089A00DA748ACE /* ZXTelParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 33852026135D3B344A3CCB8256C8CC4D /* DBTEAMLOGFileRequestSendDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CEB9F4E53393390DEEA6142806A9F1A /* DBTEAMLOGFileRequestSendDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 33C00598107EA332025B11296F5789F4 /* DBTEAMGroupsListContinueError.h in Headers */ = {isa = PBXBuildFile; fileRef = AFA9E5AE549607A08BAA1ECB0E1C9080 /* DBTEAMGroupsListContinueError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 33D751DF592B52E5246B3A9AEA98D741 /* ZXOneDimensionalCodeWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = F70DA9E7CA5B0EAD022F9651F77D86CA /* ZXOneDimensionalCodeWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3428063087362633832134C06CACDB8E /* DBTEAMLOGDeviceManagementDisabledDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = A78F6BA33069744108975D88F840C246 /* DBTEAMLOGDeviceManagementDisabledDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3432F5AFDFB5A7694B6A9920A3334698 /* DBSHARINGListFileMembersBatchArg.h in Headers */ = {isa = PBXBuildFile; fileRef = D22614F99B4E32CB4709F42E5DAFF403 /* DBSHARINGListFileMembersBatchArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 344643BC3BB7199382C72AFC05714EC1 /* DBTEAMLOGGetTeamEventsResult.h in Headers */ = {isa = PBXBuildFile; fileRef = C8D63BE1A02A74A38CB156A07462D7FE /* DBTEAMLOGGetTeamEventsResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 352633B444685A0EFDCD79E62CFC71C6 /* DBTEAMLOGNoteAclInviteOnlyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A58DC27EE032464F5F26F734E8D42E /* DBTEAMLOGNoteAclInviteOnlyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3540EE1F225950FBDD4EC4FE84999D19 /* DBSHARINGGetSharedLinkMetadataArg.h in Headers */ = {isa = PBXBuildFile; fileRef = AB9FB1449EBE72F73E48BA64ACEE8BE5 /* DBSHARINGGetSharedLinkMetadataArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 35C698E04A922A6DF484392C230D5118 /* ZXBinaryBitmap.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F4E2933E51D6CC97AC04F748F02D866 /* ZXBinaryBitmap.m */; }; - 35C9DEC8440021ED9949A8778FE5C17C /* DBTEAMLOGSfTeamInviteDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 4108DC5813A503DD74268EA2C372FB6F /* DBTEAMLOGSfTeamInviteDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3679AB7CC4E8B5799B2F65F335F5AB19 /* DBTEAMLOGAppLinkTeamDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = DD7EB791AA445A10971B7110385DFE61 /* DBTEAMLOGAppLinkTeamDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 36D174D8DAE34A345CFC875373E97093 /* aescrypt.c in Sources */ = {isa = PBXBuildFile; fileRef = FFF2F0CA6FA8607EB8D9382E70D560FE /* aescrypt.c */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - 36EA28F0D79C9076D5994511A9410434 /* ZXDetectorResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 167B173F3B761F17C016B530D54B6FA7 /* ZXDetectorResult.m */; }; - 36F51D52E8738339242076B1210192BA /* DBSHARINGShareFolderErrorBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 48565A41B9440DE726F76CC98E6BA34C /* DBSHARINGShareFolderErrorBase.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 36FB7E1ADBC5DFE47939EF056D7BC3FC /* DBUSERSCOMMONAccountType.h in Headers */ = {isa = PBXBuildFile; fileRef = DC3616AC1DDDFF4176BB6CCD208FBEEA /* DBUSERSCOMMONAccountType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 37235B266263CD31755E170E14FEAD48 /* DBTEAMLOGEventDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 9437403780762563322DD39796B399F3 /* DBTEAMLOGEventDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3768D2B3556A356273D9D0E3433564FA /* DBTEAMTeamMemberInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = DBE90AE4C9B89B7720A9B2B82C9D1F0D /* DBTEAMTeamMemberInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 37805CDA5A13DBC6A86A7DEA6E15897A /* ZXCodaBarWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1426B700A01804BD4FC81A0B1874EDD4 /* ZXCodaBarWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 37AC8749D8C32568C7205E8BB635EDB4 /* ZXUPCEANExtension2Support.h in Headers */ = {isa = PBXBuildFile; fileRef = 55A45B7AF1FBB27ADF17527EEB3E38C8 /* ZXUPCEANExtension2Support.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3859688FBFB32EBD54DF6E981F8BCB89 /* DBTEAMLOGPasswordLoginSuccessDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = B8769BB8A0F41897A9C58D905DD7DDC4 /* DBTEAMLOGPasswordLoginSuccessDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 385BE77BB462338AE8406DD40353A079 /* ZXRSSExpandedReader.m in Sources */ = {isa = PBXBuildFile; fileRef = F5470003CC97DD538EBE080FA070F1A9 /* ZXRSSExpandedReader.m */; }; - 38CA7E42AEAC3966BFE307351F4BD0B2 /* ZXCode39Reader.h in Headers */ = {isa = PBXBuildFile; fileRef = CE951388F746C45164F4BAA1CB269D8D /* ZXCode39Reader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 38D2F503ECF1FC30278D3C956BC4C511 /* DBFILESSaveUrlJobStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 2146B0036EB30D81759748899D6C0429 /* DBFILESSaveUrlJobStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3900EE213346741045889FFF502F863D /* DBTEAMLOGDomainInvitesApproveRequestToJoinTeamDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 00E15AC31AD400951C7637B67522FB06 /* DBTEAMLOGDomainInvitesApproveRequestToJoinTeamDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 393CAD51528025AC7C22C803E65AC46D /* DBTEAMMembersGetInfoError.h in Headers */ = {isa = PBXBuildFile; fileRef = C45CCE32A346CB1C084630F77B38E6E9 /* DBTEAMMembersGetInfoError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 39487E3F9453DD803B43BB38E92EF086 /* DBTEAMLOGSsoLoginFailDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D22C037F3AB769B2983E5446107C3A7 /* DBTEAMLOGSsoLoginFailDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 395751B4D93CD0665A56ADC9C5BBAB4A /* ZXingObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 501AAF384CB43752584A050CCDEC614C /* ZXingObjC.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 39633EFDBCC2FE528535B38052B7F35E /* DBTEAMLOGHostLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A351E044FFC16B2BFA00CD00A805A59 /* DBTEAMLOGHostLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3963B6A1A913676DF76957115D41AB75 /* ZXPDF417BarcodeRow.h in Headers */ = {isa = PBXBuildFile; fileRef = 07739856CF16BE6A74FB26E092A8F6B5 /* ZXPDF417BarcodeRow.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 39EABB1DB98C0370B640855FF2355386 /* ZXRSSExpandedDecodedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FE845C46D201D3F4E44971495F5FE59 /* ZXRSSExpandedDecodedObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3A08C04699ED48A6AD9F814F1E057254 /* DBTEAMLOGFolderLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 41AA86AECAC77A33EB616763BB822E77 /* DBTEAMLOGFolderLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3A2D254877D17986352C00016940E0D8 /* ZXDataMatrixEdifactEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = A43E997501AC3BA5E605C8F4BD5FE29A /* ZXDataMatrixEdifactEncoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3A2EEFBA6367CF02F580F8C5332CD7E1 /* ZXModulusPoly.h in Headers */ = {isa = PBXBuildFile; fileRef = C80C83771AAB0B39D35C643D78C53E0E /* ZXModulusPoly.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3AA364D3B9B72571849E559497A6EC14 /* DBTEAMRevokeLinkedAppError.h in Headers */ = {isa = PBXBuildFile; fileRef = 26F5BB4ABD6F5663E0894609F632E04C /* DBTEAMRevokeLinkedAppError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3ADB99C5D01B1644192422B74D6F14FE /* ZXByteMatrix.m in Sources */ = {isa = PBXBuildFile; fileRef = 753320419BF9E067F3C915964E7FBA8C /* ZXByteMatrix.m */; }; - 3B4AD427ADB361CEE6233196EE5ECFB7 /* DBPAPERUserAuthRoutes.m in Sources */ = {isa = PBXBuildFile; fileRef = A39F8CC83CA811198125D409E4A90323 /* DBPAPERUserAuthRoutes.m */; }; - 3B61A65FE67B31DCEDEA4BA8F9E4AA8F /* DBTEAMRevokeDeviceSessionError.h in Headers */ = {isa = PBXBuildFile; fileRef = FC22888B9D563678176BB339E655E9E5 /* DBTEAMRevokeDeviceSessionError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3B78D5D44409F4F60A3376A30B88FCB8 /* DBSHARINGLinkPermissions.h in Headers */ = {isa = PBXBuildFile; fileRef = 34B09686E872F3D857DAA14A446E705E /* DBSHARINGLinkPermissions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3B8D0D19E4B3771F0CB2C95EB25F7BAA /* ZXReedSolomonDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 29D248BD015FBAEA9838C8DA96D01FE7 /* ZXReedSolomonDecoder.m */; }; - 3BF33B52B811A6E798E0C471515D1A89 /* ZXQRCodeAlignmentPattern.h in Headers */ = {isa = PBXBuildFile; fileRef = D6521E42F32ECB14E98D6CF714FB987C /* ZXQRCodeAlignmentPattern.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3C179453F04383BD22EFB1A36CFE2D60 /* ZXCode39Writer.m in Sources */ = {isa = PBXBuildFile; fileRef = BF6B4AEED4060B3F8575CEE362044C63 /* ZXCode39Writer.m */; }; - 3C763ABDC65F93467F862246A8D234F2 /* aes_ni.c in Sources */ = {isa = PBXBuildFile; fileRef = 6756EE33F08780451BCE1D05A95F361E /* aes_ni.c */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - 3C9B683D4967E10C0C10D00301F4C9DD /* ZXRSSPair.m in Sources */ = {isa = PBXBuildFile; fileRef = B78E498B5390169EEB57A2DAF9BCF0E4 /* ZXRSSPair.m */; }; - 3CAC057AD1A07AE0BE6413425D226640 /* DBTEAMLOGPaperDeploymentPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = F48702064E6397A8DC500284896D8314 /* DBTEAMLOGPaperDeploymentPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3CB41DE5C2961F8C7977B679BB61F5B9 /* DBCustomRoutes.h in Headers */ = {isa = PBXBuildFile; fileRef = D8C359B24030163CE3C53684C2D8BA0C /* DBCustomRoutes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3CC67C5B277B07365EA48840CB082F9E /* ZXDecodeHints.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CA90A5B761C6464BB3D6B168E8EB092 /* ZXDecodeHints.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3D1A54ECFA141ECFD4633B8408CED32A /* DBSHARINGAddFolderMemberArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FCCEEB20C40FD71D58C6B657A44ECC7 /* DBSHARINGAddFolderMemberArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3D3E934E9AB64248C9CEF8AF4A9C1674 /* ZXQRCodeWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 32D4DE1C40C508370ADE55FAF701D716 /* ZXQRCodeWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3D6D6850AB9E43EEB1C6E6899415D16E /* DBTEAMPOLICIESSharedLinkCreatePolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = F1CE4E3F0FB13F8FE8C36EEC3F27F78A /* DBTEAMPOLICIESSharedLinkCreatePolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3D7A84D36CD6EB69FE8AA305A4A9C904 /* ZXUPCEANWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 74E3631420ABA44692063287F934730E /* ZXUPCEANWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3DD377009FFF02A3CC1E5155B720384B /* DBTEAMLOGSmartSyncPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D34C30CD06284CFD55A918396DBF5C1 /* DBTEAMLOGSmartSyncPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3DEEBF70D84849AE01B891438643F32C /* DBTEAMMembersUnsuspendArg.h in Headers */ = {isa = PBXBuildFile; fileRef = E24BF42DAEC810BE4032DD724A2399B2 /* DBTEAMMembersUnsuspendArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3E66D0813D33633104A53565674F2D3E /* DBTEAMLOGFileUnlikeCommentDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 99F057BB676BAF72E28AE7DD8ECA0AEB /* DBTEAMLOGFileUnlikeCommentDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3EA55EB724192B04D73A9E27C52B6889 /* DBUSERSUserAuthRoutes.h in Headers */ = {isa = PBXBuildFile; fileRef = ADCFF15C2B470CC97D1B93A4BF69C28D /* DBUSERSUserAuthRoutes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3F0DA99BF7BF8F76977B5D7DE04CE9DA /* DBClientsManager+Protected.h in Headers */ = {isa = PBXBuildFile; fileRef = FD40EC8546D7037E02AE6E8D015A7430 /* DBClientsManager+Protected.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3F13FA24E960DD25C275C955651D5378 /* DBFILESUploadSessionFinishArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 20EFD5DD2CA2E0D28B52AA9CD2A1BD86 /* DBFILESUploadSessionFinishArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3F325D6C408723E17F32ED1325D37CBF /* DBTEAMLOGPaperContentChangeSubscriptionDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 835746FCF5CF8EC5BBA27ADC2A6B7B26 /* DBTEAMLOGPaperContentChangeSubscriptionDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3F395A420ADD8E17EB690C19612DEFA9 /* DBSHARINGExpectedSharedContentLinkMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = B0B3CA9EECF2F64E0CD4B5C60C42A093 /* DBSHARINGExpectedSharedContentLinkMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3F6959B843B4C454884F659AEE874819 /* ZXAI013103decoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EB8E0A08F4E22AF820780641E89526E /* ZXAI013103decoder.m */; }; - 3F9B1B25196081209D768C2B546B87FA /* DBStoneValidators.h in Headers */ = {isa = PBXBuildFile; fileRef = 03E7B950AC20FD60109B013857B27F80 /* DBStoneValidators.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3FBB23F568352DFE2530E6EA4B98E380 /* ZXOneDReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 015F337F7C7066BE87E54AA04ABAE209 /* ZXOneDReader.m */; }; - 3FBC9B9A2DDB6D0B79B953DE689FFCF8 /* DBPAPERPaperDocExportResult.h in Headers */ = {isa = PBXBuildFile; fileRef = CF5A820A38B808FEFCB2BA0E716A5AFC /* DBPAPERPaperDocExportResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3FC276B255E23CD63E6C47647BBD08FE /* DBTEAMMembersSetProfileError.h in Headers */ = {isa = PBXBuildFile; fileRef = 0477D09B26BA78995B72E6FBCD1EA5C0 /* DBTEAMMembersSetProfileError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4022A50FE95A29BA71D0813DFABD4B5C /* ZXEmailDoCoMoResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E399AA432D3312E37AF996067BF4B68 /* ZXEmailDoCoMoResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 40366F6241F625AE78583229E89B057C /* DBTEAMLOGSsoChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 33BAA6EE44CC79542EC3D663626A4485 /* DBTEAMLOGSsoChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 40516F08261B4057DFD34227C144AE98 /* DBAUTHRouteObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = 98E192B45BE8DFAE57711E6E65B8D210 /* DBAUTHRouteObjects.m */; }; - 40518F7B8FBD473633086EC20D792BF6 /* DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 28CFAC1FDD203C6367FF6C917C60C462 /* DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 407FC7C6A1296AF320B51615DA85515A /* ZXRSSExpandedDecodedChar.h in Headers */ = {isa = PBXBuildFile; fileRef = C46777D6A78EA53558F4C3A4A2B3CE37 /* ZXRSSExpandedDecodedChar.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 40AF0D8A22D87A4DAC44F84C0856F40A /* DBTasksStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = D7396C55AE0287A6CB0AE9539D30AC9F /* DBTasksStorage.m */; }; - 40E0A8AD118BBF2E45D8E524C1B3D3AC /* ZXQRCodeReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C32C3321DEA005E3543A63F524288B6 /* ZXQRCodeReader.m */; }; - 412E4A4E5EE87209B9F640D3142791F8 /* DBTEAMLOGDeviceManagementEnabledDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = C5ED49C359CC2CA3CDFB482A6E4D797A /* DBTEAMLOGDeviceManagementEnabledDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4148AF068DB965F73B3EDA97DB9FE8E6 /* ZXAnyAIDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = B00B4340238938311CDD01DEE4C43DFD /* ZXAnyAIDecoder.m */; }; - 415FA880972ACDF70E702D3A54A8AAA8 /* DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 0748A34C41111B5808B079323B5874E2 /* DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4165ABCD82357A70049A7D501B2644B3 /* ZXCodaBarReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 22442ADBFE2391684660DED9D929B043 /* ZXCodaBarReader.m */; }; - 41EC2C6300CD879EAA6426F71AC069CE /* DBTEAMLOGDomainVerificationAddDomainFailDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = DE03DED7B509564EB48F0DBD05B2D162 /* DBTEAMLOGDomainVerificationAddDomainFailDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 420CCD544947E9EC9844274D55BE4256 /* DBSHARINGCollectionLinkMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 963ECC2C8EFDBC6318B76EC444407D7E /* DBSHARINGCollectionLinkMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 420EDBBA3BD8AD9F3776DD5982DC8665 /* DBSHARINGAudienceExceptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FD1CA0C830781F6C6EC120BE502AC68 /* DBSHARINGAudienceExceptions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 42258B21B65E3852EF4FFD4D9CB664DA /* DBUSERSTeam.h in Headers */ = {isa = PBXBuildFile; fileRef = 4568861AA6FDAC0BDBE15EB2DAC6CC15 /* DBUSERSTeam.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 42394ABEA3DF9D4F7D502FD4035EA9BF /* DBSDKConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 84B5C4197966CAF902FB2C70BF32BC2C /* DBSDKConstants.m */; }; - 426283D2FEE0BFE6F43EB4AD30295E2F /* DBSHARINGCreateSharedLinkWithSettingsArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 77CDE6994E12A93EA54BD2CCF1148BAF /* DBSHARINGCreateSharedLinkWithSettingsArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 426F760FBEACF278C086ADD8D5B2902E /* ZXEncodeHints.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DA3552FE07ADE7B8141AFD2CCA6518C /* ZXEncodeHints.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 42B2EF6FEF63E6BB28795770288C76E4 /* ZXByQuadrantReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F8D28CFBEE53F2AA7C935620DDFA3E8 /* ZXByQuadrantReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 42DB74944B8F4C553433502C33CD54C0 /* ZXQRCodeAlignmentPatternFinder.m in Sources */ = {isa = PBXBuildFile; fileRef = A1179E147AE4F09B53F0A651FDF733CE /* ZXQRCodeAlignmentPatternFinder.m */; }; - 42E2D43270335D114A9EAC04442E8E4B /* ISO8601Serialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 65D5CBCC3B2F9384FB335BC45C700FB1 /* ISO8601Serialization.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - 42FB22D0EF4F0B35571BE4C41D82CE7A /* DBTEAMIncludeMembersArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 62DC5C32FF1E1C5FE6466EAF41614B85 /* DBTEAMIncludeMembersArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4307595ABD282F8664A3A5F00317A020 /* DBPAPERDocLookupError.h in Headers */ = {isa = PBXBuildFile; fileRef = E387A6FC3A6AE9CDA45BF1E4A8C50FFA /* DBPAPERDocLookupError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 433519891442A71E92435FA431AD718C /* DBTEAMGroupSelectorError.h in Headers */ = {isa = PBXBuildFile; fileRef = ACC2FB8FF475AC9701C8E55F1D754470 /* DBTEAMGroupSelectorError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 43575DD30D92A39BF1E112945CF87466 /* ZXITFWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B499D48482568055CE4992FCFF57F36 /* ZXITFWriter.m */; }; - 4361BE4A5A3D23E8117FF948EEBD4D5E /* DBSHARINGModifySharedLinkSettingsArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AF56795EFFCBDBB2DF3B3B4890CA586 /* DBSHARINGModifySharedLinkSettingsArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 439A24231ECA46109EE11BF1105CD62C /* ZXUPCEWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = B5D603042881E58BADF93FAC9476BF94 /* ZXUPCEWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 43D9401CC21AA838D6F3ADF75F6FBCF8 /* ZXPDF417BarcodeValue.m in Sources */ = {isa = PBXBuildFile; fileRef = DACD2D37A1FDED95261E5E13262238AC /* ZXPDF417BarcodeValue.m */; }; - 441855D3C01978B24D81C9A1EAC16ADD /* DBTEAMLOGGroupManagementType.h in Headers */ = {isa = PBXBuildFile; fileRef = 9563FFCEE56F788359175B27C805AAA9 /* DBTEAMLOGGroupManagementType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 442DA9A30421664D8F157F6D2E6C9C33 /* DBStoneBase.m in Sources */ = {isa = PBXBuildFile; fileRef = F594D470E952424511EB1FB13EAB7104 /* DBStoneBase.m */; }; - 447835692D746E6DB53A78E66E3A0E0C /* DBTEAMLOGSharedFolderChangeMemberPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = F2D103192AD13F4A72DE67A44B5ED736 /* DBTEAMLOGSharedFolderChangeMemberPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 44C511E228CE6C56FFB52AE414D83136 /* DBTEAMLOGWebSessionsFixedLengthPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D04FEA8AD05035C9BDA50461A186611 /* DBTEAMLOGWebSessionsFixedLengthPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 44FD24AB3297E62814FF8B556C755B6C /* ZXPDF417ErrorCorrection.h in Headers */ = {isa = PBXBuildFile; fileRef = 57EEE453AF80854E7C9C61A446A07B62 /* ZXPDF417ErrorCorrection.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 453AE1512B7CBA71384E3A266487F200 /* ZXSMTPResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D71DE280EFA140863BB7C7467F9B1F8 /* ZXSMTPResultParser.m */; }; - 454D671C9337A2AF241EFADE3B833CE3 /* DBTEAMLOGDomainVerificationAddDomainSuccessDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = DEEB5262E907A81892943607F3865607 /* DBTEAMLOGDomainVerificationAddDomainSuccessDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 456A2B826E1B8546BD145E71D831B05F /* ZXDataMatrixASCIIEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D6ACC48751AA66A76BC67C4F26421C9 /* ZXDataMatrixASCIIEncoder.m */; }; - 457C1E642BBDBA9E1A3DC70406191A36 /* ZXQRCodeDecodedBitStreamParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 2964274D01C0E4DD5C564F1FF99E58EA /* ZXQRCodeDecodedBitStreamParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 45D29965724876A5BCFB242190603105 /* DBSHARINGResolvedVisibility.h in Headers */ = {isa = PBXBuildFile; fileRef = B52B476F0A34008FDECE8155497FDC6E /* DBSHARINGResolvedVisibility.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 45F7A7117A2341F028BAC4B287647C88 /* DBTEAMLOGGetTeamEventsError.h in Headers */ = {isa = PBXBuildFile; fileRef = CCA23D818E70FB348AB48473E2EE612D /* DBTEAMLOGGetTeamEventsError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4609AAABC647840A51A0836D81D09FEA /* DBSHARINGUnshareFolderError.h in Headers */ = {isa = PBXBuildFile; fileRef = 49DCC6466BA2650C9FA6B379169B4553 /* DBSHARINGUnshareFolderError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 465843A66B06578CF30107AAEB31A6F6 /* DBSHARINGUpdateFolderMemberArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A6FAF214AF32826746CB9B5B77A0068 /* DBSHARINGUpdateFolderMemberArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4694306E79E47B08F7EF686A1D34D86E /* aesopt.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B488808F5AE5F2DF4CFE42583A72954 /* aesopt.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46A98C689B935DD12A84D774A83AA2D9 /* ZXPDF417DetectionResultRowIndicatorColumn.m in Sources */ = {isa = PBXBuildFile; fileRef = E9CA166EB2F6625A7314B2DB3F85118E /* ZXPDF417DetectionResultRowIndicatorColumn.m */; }; - 46BAD7B829E150E23C68D4E8A13AB772 /* DBFILESAlphaGetMetadataArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 8587CAF4C99BC811895264A210A26689 /* DBFILESAlphaGetMetadataArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 46BE960A329C7F3C356A9AC26C368EEB /* DBTEAMTeamFolderMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = A3462CD4B6AAD75E29CD736D1680D705 /* DBTEAMTeamFolderMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 287751830126D905E9CD27AA3873EDAC /* DBTEAMLOGDomainVerificationAddDomainSuccessDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = DF28E390D03A589B46B5C28CE1E216D0 /* DBTEAMLOGDomainVerificationAddDomainSuccessDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 288573F18E0A92500033F8461E26FCD7 /* DBCOMMONInvalidPathRootError.h in Headers */ = {isa = PBXBuildFile; fileRef = A2E9CCF34986E36725551333C0A4F824 /* DBCOMMONInvalidPathRootError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28960BCBF9018B6AC98F04CA37A5E7AB /* DBTEAMDeviceSession.h in Headers */ = {isa = PBXBuildFile; fileRef = EC3369D185426245A4AC3DA47054CA08 /* DBTEAMDeviceSession.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28F086C3CFA197F37A1F48E4201BEFFC /* CMDQueryStringValueTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F4645E0613B7AB9082BC6592A7D5A4C /* CMDQueryStringValueTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 294328124E8A32CC72C38F1F9C4D179D /* DBFILESRouteObjects.h in Headers */ = {isa = PBXBuildFile; fileRef = 111F59953B472C1043D0330695EFC56E /* DBFILESRouteObjects.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2959C06EFDFC5B7FA5BCE2DADA8DE22D /* ZXByteMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = BB86032005E4EAC990286AB770E0D074 /* ZXByteMatrix.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2965FEC301B80E08665518BDBF09A33A /* ZXAztecWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F6D3FA5324AC9295AC82D836B7B4423 /* ZXAztecWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2982A322B4DD1AB516BCE34DE29A82F5 /* DBSHARINGMountFolderArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AF1A1792B24EAAD16E1E4FECD723841 /* DBSHARINGMountFolderArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2989E19777FE1469C85372E84EFC7C74 /* ZXQRCodeDataMask.h in Headers */ = {isa = PBXBuildFile; fileRef = 79EB0298FB50B333801CCB862B6515E9 /* ZXQRCodeDataMask.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 29FED2A7969166EFE43BDB0F749E686B /* DBPAPERUserOnPaperDocFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E06B5990CE169C7AA99E6908DAAC107 /* DBPAPERUserOnPaperDocFilter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2A1DDC0E0C8F6E842B972E69A1F18DEB /* ZXDataMatrixDetector.h in Headers */ = {isa = PBXBuildFile; fileRef = B9206AC2AD9A6DE216EF88FC7929D7FB /* ZXDataMatrixDetector.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2A3999521DD33E0E9C8599B829C860D5 /* DBTEAMLOGMemberChangeAdminRoleDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 99D08FE15990BE2BE0FE812E884CB74E /* DBTEAMLOGMemberChangeAdminRoleDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2A485726E861B9949FC4D25D177C25D6 /* DBFILEPROPERTIESPropertyFieldTemplate.h in Headers */ = {isa = PBXBuildFile; fileRef = 31F244B87B73DCE61E66870945F6559D /* DBFILEPROPERTIESPropertyFieldTemplate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2A601DAE7F07F3C27016D5D2420B2426 /* DBTEAMLOGSfTeamUninviteDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = F23EC5DDABD11984B9133D781C3EE91E /* DBTEAMLOGSfTeamUninviteDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2A6CF1667B6C6A985D45803A2CCAE325 /* DBFILESDimensions.h in Headers */ = {isa = PBXBuildFile; fileRef = F7EDD12081F392BF91F03D3FB275A4D1 /* DBFILESDimensions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2A73CC024033C39FACD83774767931BF /* DBTEAMLOGSfExternalInviteWarnDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 250EB39CAD6CD1888A7415F73F37A1A6 /* DBTEAMLOGSfExternalInviteWarnDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2A9453D08BEC2E5F0641115BECE2B7D3 /* DBPAPERSharingPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 009D3483A89C27B2FDC5959BE5A91B68 /* DBPAPERSharingPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2AAC61CA9CF6A73EA32657EA3887070D /* ZXReedSolomonDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = C9993648266553F8741F77F2E7CF733F /* ZXReedSolomonDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2ADDDF885BE9836C1D5088C806AB0143 /* DBTEAMRevokeDeviceSessionBatchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = BE46ADE172DC279AB2DAC2188A718779 /* DBTEAMRevokeDeviceSessionBatchResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2ADF71F2D204D660A23E53D95E3504BC /* DBUSERSBasicAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = 31862615A3F73990A3F79C269433249A /* DBUSERSBasicAccount.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2B3CBD7A5B75DA27F343D7CB70532E11 /* DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = EFAD3FBA1E6999BD8D0997AEE015B8EA /* DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2B3EDA9FB1DD8193B3A153C926263545 /* DBTEAMLOGSsoRemoveLogoutUrlDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 93388A559E79BDB9F9ABA7BEFDEFA44E /* DBTEAMLOGSsoRemoveLogoutUrlDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2B5975F0826901B7EACBC8400174A1F0 /* DBTEAMRevokeLinkedAppBatchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = DFB9EE1B8C8A3AE0F7824FD8CC5046D5 /* DBTEAMRevokeLinkedAppBatchResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2B61D425902841EE9388B19B55393A5F /* ZXPDF417Reader.m in Sources */ = {isa = PBXBuildFile; fileRef = 197DA14053FA275EB76D4E6DA26E5BB7 /* ZXPDF417Reader.m */; }; + 2B63EE880836EF78CBF8A21664811C5D /* DBPAPERFolder.h in Headers */ = {isa = PBXBuildFile; fileRef = F36BA0EB02388F8480B03DAC9BC0E8FD /* DBPAPERFolder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2B8BA89B7CF31BDFABBA8E10BFF7DEE4 /* DBSHARINGRemoveFileMemberError.h in Headers */ = {isa = PBXBuildFile; fileRef = A7E2AAF732F608372CF1C6EBF0379C3B /* DBSHARINGRemoveFileMemberError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2BBF3D6FD76EFB5509D0732C0B4FC661 /* DBTEAMTeamFolderCreateError.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D2AA6B7BF76F30611088EE12668FBFD /* DBTEAMTeamFolderCreateError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C02C5375158C67C4D1930964E275956 /* ZXEAN8Writer.h in Headers */ = {isa = PBXBuildFile; fileRef = EE209C2BCB236ADD1CCCE16BE790E1FE /* ZXEAN8Writer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2C2FA3BA3B9DD0529B0C039C1E729469 /* ZXAbstractRSSReader.m in Sources */ = {isa = PBXBuildFile; fileRef = B19C79F2BDD9C69B80B3232DEC0B480F /* ZXAbstractRSSReader.m */; }; + 2C488A2A4799F5A2A93B6E4EE1265141 /* DBSDKImportsGenerated.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D576C11721A1311AFEEC9281A4912CA /* DBSDKImportsGenerated.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2CCC8232E9CA0568980D8F347172FB04 /* DBTEAMStorageBucket.h in Headers */ = {isa = PBXBuildFile; fileRef = 82ADD0E83F1D890597E540E0B2F1B7EF /* DBTEAMStorageBucket.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2CD014BA3323B9A1880B04C961EA2610 /* ZXUPCEANExtensionSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B08E5F619AA020B96F9BCC162B70CCD /* ZXUPCEANExtensionSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2CDB3FB705BFF0F5D787AA01F69F3637 /* ZXModulusGF.h in Headers */ = {isa = PBXBuildFile; fileRef = E4A743B05702E6687D5B2B83E86F9EFF /* ZXModulusGF.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2DA28C9BE9205889408F0E563B748D42 /* ZXDataMatrixDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 14F8B842683A96848F36558A9E33A482 /* ZXDataMatrixDecoder.m */; }; + 2DAD627A2B8262336FB4871E7D171704 /* DBTEAMLOGResellerSupportSessionStartDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ADB16CE37728A7D1BF9B4707EE15481 /* DBTEAMLOGResellerSupportSessionStartDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2DDAC13A9477E649FE946912875F3B6D /* DBUserClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 573270A44D3569AAC98926E6F383591F /* DBUserClient.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E12F843D1215AA26FF4E06DD2EC260B /* DBFILEPROPERTIESPropertiesSearchQuery.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F3258BDCBF3DC3575A6D7DF9B9A1DBB /* DBFILEPROPERTIESPropertiesSearchQuery.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E3B9B5C44401561C943E648D6E8B4EB /* DBSHARINGMemberAccessLevelResult.h in Headers */ = {isa = PBXBuildFile; fileRef = FE142AE9DA45B23FBC76A81144C02100 /* DBSHARINGMemberAccessLevelResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E42FD0C9D2E51FFCDB87FD524EB1E02 /* DBTEAMTeamMemberStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 78BD43BF43BFFE83EBBFCE89EBF9794B /* DBTEAMTeamMemberStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E67BA6A796CCD0AA07A51E6A0D9BD49 /* DBTEAMRevokeDeviceSessionError.h in Headers */ = {isa = PBXBuildFile; fileRef = 07338C52B3C8375E5860F671A056662F /* DBTEAMRevokeDeviceSessionError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E6F4A77CAC37E8E3D3986A204CA7431 /* ZXAztecDetectorResult.h in Headers */ = {isa = PBXBuildFile; fileRef = A24A6E8D9929EEB2A6B7A2E862851550 /* ZXAztecDetectorResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E751E70F735C7DA5D344532868782A2 /* DBFILEPROPERTIESLogicalOperator.h in Headers */ = {isa = PBXBuildFile; fileRef = B2E50EFBACC85ABB6976CE493FA3B9F5 /* DBFILEPROPERTIESLogicalOperator.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E8F8CC409E431CA53A1CB1F278FFE8E /* DBPAPERListPaperDocsResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 828DBB82C69F47F8484E393D8A7E5F04 /* DBPAPERListPaperDocsResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2EA7C0EABF6FF8203558C6273290C2A8 /* DBTEAMLOGDeviceManagementEnabledDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = C6ED2808388066477FCB08ACF3FA37DF /* DBTEAMLOGDeviceManagementEnabledDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2EABEE5A08B0BECAC71480EB5E07FC4A /* DBSHARINGShareFolderJobStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 43EABEB9C8A68D22F1508D237C941AB8 /* DBSHARINGShareFolderJobStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2EF4E68D038646E654C9A05529E96D65 /* DBTEAMLOGSmartSyncChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 829C95C569FD3C58509315BFB200DC4C /* DBTEAMLOGSmartSyncChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F768415180ED8E193813744E2271665 /* ZXPDF417ECErrorCorrection.m in Sources */ = {isa = PBXBuildFile; fileRef = F11616CEC0E1C187C5CC4FEC0ADED03E /* ZXPDF417ECErrorCorrection.m */; }; + 2FA9DC22D6EDCD3B66E972AB19C806E4 /* DBPAPERListPaperDocsContinueArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = B128B3C8A20AAC5116479064B284A182 /* DBPAPERListPaperDocsContinueArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2FB2CC05C85B7D590035C77BDA87B4A5 /* DBTEAMLOGSharedContentRemoveInviteeDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = CDFF177E4C36C68FECE1F15EA4AC62E1 /* DBTEAMLOGSharedContentRemoveInviteeDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2FEF6937358FBA506E74B66A2B9A3C7D /* ZXAztecCode.m in Sources */ = {isa = PBXBuildFile; fileRef = 386A29B50C0CB3C22D5F020398568015 /* ZXAztecCode.m */; }; + 3014781240980F6E00CCA49FA4960D5D /* DBTEAMLOGCollectionShareDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = AE46D5BBB480645B8ADB3BE497C9D926 /* DBTEAMLOGCollectionShareDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3022CC86C6930BAABAC3345C101A8D73 /* DBTEAMLOGMemberRequestsPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = C2ECAEFDE53803503D93071A3B82F043 /* DBTEAMLOGMemberRequestsPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3092C063856ADD29F830616A7C6DD413 /* DBFILESRestoreError.h in Headers */ = {isa = PBXBuildFile; fileRef = EF9A89A3FEFF8CB276C0B8B176184F99 /* DBFILESRestoreError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 30D9A1299B125B038CCBC2856616BF30 /* ZXMaxiCodeDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 583B5061466B7360E9BCFB4C74AB519D /* ZXMaxiCodeDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 30EE1775F3C812C601125BB3F833240E /* minishared.c in Sources */ = {isa = PBXBuildFile; fileRef = F3FC0B114789CFDB55CEB7E294D5FF02 /* minishared.c */; }; + 3133F8C7C2C91C0D5909DC366B521F14 /* ZXPDF417DetectionResultRowIndicatorColumn.h in Headers */ = {isa = PBXBuildFile; fileRef = 63288B62B4B6822852290BFA63921DE5 /* ZXPDF417DetectionResultRowIndicatorColumn.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3183A13DE903F8941083A51511A29855 /* ZXMultipleBarcodeReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 63CE32F73D9BB151FD279D8AFEF94F6E /* ZXMultipleBarcodeReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 31A21E9CB9CED7484FA43C6DA5A17CA9 /* DBFILEREQUESTSUpdateFileRequestDeadline.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E5B55D9C3A8643E60A1648AF18915B2 /* DBFILEREQUESTSUpdateFileRequestDeadline.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 31B9EDD230325C18F09DD1CC87DE3C2D /* ZXAI01weightDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8186B3E05A8C6E34C3BD52E685EB0827 /* ZXAI01weightDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 320B0887D572EB728CE0C3B5089878F3 /* DBTEAMListTeamDevicesResult.h in Headers */ = {isa = PBXBuildFile; fileRef = BC3DB4CF30982B5067473C8F6E06280A /* DBTEAMListTeamDevicesResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 326E96CA72B3903AB8E88CF7A442E77E /* DBFILESSaveUrlResult.h in Headers */ = {isa = PBXBuildFile; fileRef = ACBC97E5E1B916548B04274531DE3FD1 /* DBFILESSaveUrlResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 327E120E7A9967090CB2E3399CF7D892 /* DBTEAMLOGPaperDownloadFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = B7859B3544BDD02142975F7C40D8682F /* DBTEAMLOGPaperDownloadFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3285FACDA4CD54E1220CB84C43A3AA3F /* ZXParsedResultType.h in Headers */ = {isa = PBXBuildFile; fileRef = A51E09DCDFDD3AEC06EC57C1D4A52148 /* ZXParsedResultType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3297874DE10CEADFD6A4D74A80DE8E34 /* ZXEANManufacturerOrgSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F607B9BB4C8166E8A26DB0731D1CD35 /* ZXEANManufacturerOrgSupport.m */; }; + 329D587197F870A1FFDA7950179D6375 /* ZXEmailDoCoMoResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = BC4F91FD6FDCBF3778ADBA3B329C65E3 /* ZXEmailDoCoMoResultParser.m */; }; + 32A741EF492EFF62501DD64579A11B86 /* DBFILESUploadSessionLookupError.h in Headers */ = {isa = PBXBuildFile; fileRef = 04AAEABDF774E0624F936076D6CB587C /* DBFILESUploadSessionLookupError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 32B90841535F1C2B0A462C566AAB7668 /* ZXVINParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 192C7D94FDDAE16A2357AFA9AA317B36 /* ZXVINParsedResult.m */; }; + 32CAC942395EA07D031BDB7E69B4277A /* DBFILESCreateFolderError.h in Headers */ = {isa = PBXBuildFile; fileRef = A505FD36D251C3EAF23E04C963318252 /* DBFILESCreateFolderError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 32D8453DB3F81B4507000F9FAFFD966A /* DBTEAMTeamFolderTeamSharedDropboxError.h in Headers */ = {isa = PBXBuildFile; fileRef = E4026233C160FBABA02634B3C66E137E /* DBTEAMTeamFolderTeamSharedDropboxError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3318C6A1D288D6FF33DFC79683A58F0B /* DBTEAMMembersAddArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 608AD80B85087107F61C343C0B33C18B /* DBTEAMMembersAddArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 331C77C635F9EBEB2DDA89748B4CE181 /* DBTEAMGroupCreateError.h in Headers */ = {isa = PBXBuildFile; fileRef = 1564D980483E48B7629405ED5B9B0B87 /* DBTEAMGroupCreateError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3358B6B73CF5AEDE67E8CB3804742E40 /* ZXTelParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 56CACEC87FFB7D946BA22EC12BE4CF91 /* ZXTelParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3374804160CAD7B8EBC87098E329E8FE /* DBTEAMMembersGetInfoError.h in Headers */ = {isa = PBXBuildFile; fileRef = E2DE2D8A21EAEF3A1FA0CAA718DA063A /* DBTEAMMembersGetInfoError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3374FBC0B1E4BD351DFD83981516FEB4 /* DBTEAMMembersRemoveArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 519A88079D482BFFE5B537046BB43767 /* DBTEAMMembersRemoveArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 33D751DF592B52E5246B3A9AEA98D741 /* ZXOneDimensionalCodeWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = B91AC70D8CA00FA0559690529188AB69 /* ZXOneDimensionalCodeWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 34694A5E1AE7C4A9B6CF842FA29C5439 /* DBFILESUploadSessionFinishBatchResultEntry.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D22F57781E67614F81D473B68248CED /* DBFILESUploadSessionFinishBatchResultEntry.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3488475AAC7A4E86FAB09385707FD961 /* DBTEAMDateRange.h in Headers */ = {isa = PBXBuildFile; fileRef = F005CE1823DF0AC5DDAD0D4694EEF8A5 /* DBTEAMDateRange.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 34A59842BF2FA713A93D9B6B23124F4B /* DBTEAMLOGFilePermanentlyDeleteDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = F2D50DEE83352256DEE035825D574A99 /* DBTEAMLOGFilePermanentlyDeleteDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 34A6D1333CFA912F572B9FCEE65DEB4B /* DBGlobalErrorResponseHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 38E7CCE79F3E68144ECE27DFC62D2480 /* DBGlobalErrorResponseHandler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 34B8686154EF02B756E98CD692E12BC2 /* DBFILESFolderSharingInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = A7DD103AC1E6D6933278210D9036FFDF /* DBFILESFolderSharingInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 34CBE0FC280FD1D6DF62241EB4EA0408 /* DBTEAMLOGPathLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F694D935238AA336F006386F0A7801D /* DBTEAMLOGPathLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 350C3284C9E0AD40550BA616D4D16285 /* DBTEAMLOGMemberChangeMembershipTypeDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 2370591A44AC22C5380700DA793987AC /* DBTEAMLOGMemberChangeMembershipTypeDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 35B516CB9515CDF2C63233C7F6CF2C8E /* DBTEAMLOGTeamFolderChangeStatusDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B41BB6019BAD81E53A6EB3345880B7A /* DBTEAMLOGTeamFolderChangeStatusDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 35C698E04A922A6DF484392C230D5118 /* ZXBinaryBitmap.m in Sources */ = {isa = PBXBuildFile; fileRef = 019EAA3B70FA8165B14E04B429C86215 /* ZXBinaryBitmap.m */; }; + 35D8172FF51EB50181FC4A924ECC0442 /* DBTEAMLOGActorLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = F33FE051B245B009E84A6A287D64D096 /* DBTEAMLOGActorLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 35DAA679F20E89BD4D82BCCF61998F18 /* DBSHARINGUpdateFolderPolicyArg.h in Headers */ = {isa = PBXBuildFile; fileRef = E532BA0FA0711E0968A2C20D2481A7AD /* DBSHARINGUpdateFolderPolicyArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 35F14A2B2AC2719ADCD60ADF3F257257 /* DBSDKImports-macOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 79B83F9E3646981C0935F75519C75CBC /* DBSDKImports-macOS.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 36395392E44C40E700D039A01A93D0B6 /* DBSerializableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A3953F4AA1DC8A7CEEE314C4187DF18 /* DBSerializableProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3663B548EE40E411FB5816E5A969C8A0 /* DBFILEPROPERTIESUpdateTemplateArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F9C0AF499EE55E29469187BA19CFD24 /* DBFILEPROPERTIESUpdateTemplateArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 366D56AB06A5BC80E2D9D17E3D8663C2 /* DBFILEREQUESTSFileRequestDeadline.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A5DE1CD3AAD42BCB5C6B889ADEF7065 /* DBFILEREQUESTSFileRequestDeadline.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 36B400033248D9A2025AED6C05C8B683 /* DBTEAMLOGFileRollbackChangesDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 14A33E48FA079CC03C1630E6AF54E868 /* DBTEAMLOGFileRollbackChangesDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 36D8661869702F31D4E59B045534DF41 /* DBTEAMLOGFileChangeCommentSubscriptionDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 80667A4462591350667D8BDD26BBC676 /* DBTEAMLOGFileChangeCommentSubscriptionDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 36EA28F0D79C9076D5994511A9410434 /* ZXDetectorResult.m in Sources */ = {isa = PBXBuildFile; fileRef = A94EEF90A9F00CC97184AF3C01BDE457 /* ZXDetectorResult.m */; }; + 36EE65B9C125A4099B35D68F5A25C218 /* DBTEAMLOGPaperDocViewDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 71867164F82DFA20B8B5E8950E08D059 /* DBTEAMLOGPaperDocViewDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3715134F35B04C9CB6225033C62DAD79 /* DBFILESDownloadArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 77FA07CFEC22E56253A363DF068B64FB /* DBFILESDownloadArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3724F2C18F1E9890B8B4126E3194511C /* DBFILESGetCopyReferenceResult.h in Headers */ = {isa = PBXBuildFile; fileRef = DD33DF8DF0B2A22EB7E58B81582C4AEB /* DBFILESGetCopyReferenceResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3759B021B5E2813C7BFAC51B3DBD33D4 /* DBSHARINGRemoveFolderMemberArg.h in Headers */ = {isa = PBXBuildFile; fileRef = B61A21EED0EF967BCFF27E0FF8933B6F /* DBSHARINGRemoveFolderMemberArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 37805CDA5A13DBC6A86A7DEA6E15897A /* ZXCodaBarWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7309718023E54A85DE603A4F996487BD /* ZXCodaBarWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 37AC8749D8C32568C7205E8BB635EDB4 /* ZXUPCEANExtension2Support.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DC7F64CE6A470A5953441E527DDCA04 /* ZXUPCEANExtension2Support.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 385BE77BB462338AE8406DD40353A079 /* ZXRSSExpandedReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 561A59B919261CBB983F8C5F1CAB34A7 /* ZXRSSExpandedReader.m */; }; + 38BF4786110937D40D85B95B205F14DF /* DBTEAMGroupMemberSelector.h in Headers */ = {isa = PBXBuildFile; fileRef = 37587479C55185875084C27A44A5ADD7 /* DBTEAMGroupMemberSelector.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 38C589BA4F0E6261338FFA21272D973B /* DBTEAMRevokeDesktopClientArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E4B2BE5FF609EE8377F711C2CDE0F7D /* DBTEAMRevokeDesktopClientArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 38CA7E42AEAC3966BFE307351F4BD0B2 /* ZXCode39Reader.h in Headers */ = {isa = PBXBuildFile; fileRef = 11307FECC07B1FB26B9F51A6CF6FAA67 /* ZXCode39Reader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 395751B4D93CD0665A56ADC9C5BBAB4A /* ZXingObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = A2EED4E28506ED8D290C61FE0B6BC2A8 /* ZXingObjC.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3959A165E81758B79E0E9548340570C9 /* DBTEAMLOGTfaRemoveBackupPhoneDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = A208B7DBEFF344751957D9341DBB6195 /* DBTEAMLOGTfaRemoveBackupPhoneDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3963B6A1A913676DF76957115D41AB75 /* ZXPDF417BarcodeRow.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F9401263E7F5FE10569FE7D9D943E48 /* ZXPDF417BarcodeRow.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 39940AA93B8B4B219BA89BE90B71B723 /* DBTEAMGroupsPollError.h in Headers */ = {isa = PBXBuildFile; fileRef = B3ED2A2BC805C9100893E113386065FA /* DBTEAMGroupsPollError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 39EABB1DB98C0370B640855FF2355386 /* ZXRSSExpandedDecodedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = D7BC334D31284A6DF40CBC5FB7661531 /* ZXRSSExpandedDecodedObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3A1EEF6E5CA1292D4E6A8F17953EBDEF /* DBOAuthDesktop-macOS.m in Sources */ = {isa = PBXBuildFile; fileRef = CE74A2D8A47C8B246B54CCF25360CC56 /* DBOAuthDesktop-macOS.m */; }; + 3A2D254877D17986352C00016940E0D8 /* ZXDataMatrixEdifactEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 5165F07A93C8A29FC4C7B0A846E5A45F /* ZXDataMatrixEdifactEncoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3A2EEFBA6367CF02F580F8C5332CD7E1 /* ZXModulusPoly.h in Headers */ = {isa = PBXBuildFile; fileRef = C0174548995DFD8E51B2668AFF58A13A /* ZXModulusPoly.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3AB55B41B40B5DA955725F30E62CF96D /* DBTEAMGroupMembersSetAccessTypeArg.h in Headers */ = {isa = PBXBuildFile; fileRef = EB456909AC2D4FCE7F4456D7A7345C6D /* DBTEAMGroupMembersSetAccessTypeArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3ADB99C5D01B1644192422B74D6F14FE /* ZXByteMatrix.m in Sources */ = {isa = PBXBuildFile; fileRef = 93D75E9D67B34E4DE559739C9BD65839 /* ZXByteMatrix.m */; }; + 3B1F64A4C298937379A252BB1B38DCE9 /* DBCustomRoutes.m in Sources */ = {isa = PBXBuildFile; fileRef = CA9D547703DF713F701F749645C5E7DC /* DBCustomRoutes.m */; }; + 3B52C7FAFA06ECF38B2EC5C8B9AF6E61 /* DBTEAMLOGAccessMethodLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 02B446E06E2E2734395745486EA10F9D /* DBTEAMLOGAccessMethodLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3B63020E2849164A3AACB777683724E7 /* DBUsersCommonObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = 976671DA39D97C3508ED6C72EA55F065 /* DBUsersCommonObjects.m */; }; + 3B68D89191790ADF8CEF11FB34C4EF45 /* DBUSERSTeamSpaceAllocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 085B0C615A9496ED398D109E4E84F21F /* DBUSERSTeamSpaceAllocation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3B7125161C898015CF67F263072EB731 /* DBFILESMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = E9E36BD1285561BAD9F54FA148B2CED6 /* DBFILESMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3B8D0D19E4B3771F0CB2C95EB25F7BAA /* ZXReedSolomonDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 02887E764D72BB11153B84B1B8BB99DE /* ZXReedSolomonDecoder.m */; }; + 3B8D7B12FE8BD34173C1E7CE87990560 /* DBTEAMLOGFileRestoreDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 41064163E94B3CB50FCDFC3F2AECA4AE /* DBTEAMLOGFileRestoreDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3BC9AE7623BD00D6E5E728FC8E91725B /* DBTEAMLOGUserLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = FC2EAA5778FB95824148693B380C36D3 /* DBTEAMLOGUserLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3BF33B52B811A6E798E0C471515D1A89 /* ZXQRCodeAlignmentPattern.h in Headers */ = {isa = PBXBuildFile; fileRef = CCA368153A8BB020E8C282DB27992C05 /* ZXQRCodeAlignmentPattern.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3C179453F04383BD22EFB1A36CFE2D60 /* ZXCode39Writer.m in Sources */ = {isa = PBXBuildFile; fileRef = 190F250B67665E82456930538B77F2F3 /* ZXCode39Writer.m */; }; + 3C3FECE34FDFDA07013E406712AC5F49 /* DBTEAMLOGNetworkControlPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = F6E9776007F8C2DAA9811C2CF47C4EAF /* DBTEAMLOGNetworkControlPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3C9B683D4967E10C0C10D00301F4C9DD /* ZXRSSPair.m in Sources */ = {isa = PBXBuildFile; fileRef = 2498678F629E732113C58E3AF529CE4F /* ZXRSSPair.m */; }; + 3CB5502523171C29E63860D17F172BAC /* DBSHARINGListFileMembersArg.h in Headers */ = {isa = PBXBuildFile; fileRef = FA90BAA88A2DFA681C6FFF319B7B5CC6 /* DBSHARINGListFileMembersArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3CC67C5B277B07365EA48840CB082F9E /* ZXDecodeHints.h in Headers */ = {isa = PBXBuildFile; fileRef = B8E28BF84B3A656442D696F73DDE7E75 /* ZXDecodeHints.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3CE02A31D132151E0012FBCB4156D222 /* DBPAPERDocSubscriptionLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = E268AB46887886983AC6684D6718D590 /* DBPAPERDocSubscriptionLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3CE07EAA4F735F7E029EB682F5E6CCBB /* DBTEAMLOGDeviceChangeIpMobileDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 03988C5B6324B1BC8F158564412C2C73 /* DBTEAMLOGDeviceChangeIpMobileDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3D3E934E9AB64248C9CEF8AF4A9C1674 /* ZXQRCodeWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2292004633C1C215978215103D08171A /* ZXQRCodeWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3D40D6507D05EAE38E16689007334BDA /* SSZipArchive-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 50EAD33978CD7E6A83B0ECE718F9E642 /* SSZipArchive-dummy.m */; }; + 3D577CFC84B26C208EDEFD3CD631049C /* DBFILESSearchArg.h in Headers */ = {isa = PBXBuildFile; fileRef = C05BE593300B3C7F1641C1AC30318C34 /* DBFILESSearchArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3D7A84D36CD6EB69FE8AA305A4A9C904 /* ZXUPCEANWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = EEB6EAA433509760D6728B0F008A7758 /* ZXUPCEANWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3D7EDBA663AD196F6FC1F507BE10C452 /* DBDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D7069B5DB7F143B3780A7877973F07E /* DBDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3E31F74E37AB4FFED8C101F3E884B3AE /* DBTEAMLOGTeamMemberLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 76BD7579B15740AD9C938223949B7CEF /* DBTEAMLOGTeamMemberLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3E5635859B7E89A0E22D9A6D928D78CE /* DBTEAMLOGTwoAccountChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 86D9D51BA00C3A7428BE289F237736A0 /* DBTEAMLOGTwoAccountChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3E6099D6F1CEA5F1447E9414DE894DFC /* DBTEAMTeamFolderRenameError.h in Headers */ = {isa = PBXBuildFile; fileRef = 59EFCF9E8176EECBD5B95743DE5A12C7 /* DBTEAMTeamFolderRenameError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3E73CA3275B5E6C23C5789F399528A46 /* DBPAPERSharingTeamPolicyType.h in Headers */ = {isa = PBXBuildFile; fileRef = E1A1B8A0D997B0B8B0BF894EA52B821E /* DBPAPERSharingTeamPolicyType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3E7EB8B785F163875C0F34CF3C4EAB2E /* DBTEAMLOGSharedContentRemoveLinkPasswordDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BA0A7B708A1A0D4472F8813503D960C /* DBTEAMLOGSharedContentRemoveLinkPasswordDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3E9DB522A19C22B791CB0A6E742266AE /* DBTEAMTeamFolderStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = E4E240BABFEB9107BD1B50DECCE1E69E /* DBTEAMTeamFolderStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3F6959B843B4C454884F659AEE874819 /* ZXAI013103decoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FA1AE5E52B256DF137D64BEE5E70C3D /* ZXAI013103decoder.m */; }; + 3FB8F0767C782E1F3D9F154474E9A1DC /* DBTEAMLOGTfaResetDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C69EFC411D3A0B7E8F0C7360546DD30 /* DBTEAMLOGTfaResetDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3FBB23F568352DFE2530E6EA4B98E380 /* ZXOneDReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ED620B400E3444A3135C89D2682E455 /* ZXOneDReader.m */; }; + 3FC436E9D78A4A6363806E7E0228383D /* DBTEAMLOGSharedContentCopyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = A94BE0232B882BE828A719636A434F9E /* DBTEAMLOGSharedContentCopyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3FF99FAB228E5443237B189D12BE66EB /* DBTEAMLOGGroupRenameDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E0F06A10555F14FA84F495144485D87 /* DBTEAMLOGGroupRenameDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4022A50FE95A29BA71D0813DFABD4B5C /* ZXEmailDoCoMoResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 973AC18C2D12413831E86F1665556047 /* ZXEmailDoCoMoResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4042F6FA98248F86A129C2F93EEB4592 /* DBFilePropertiesObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AB1B795A293ACAC1284E1F0AA617965 /* DBFilePropertiesObjects.m */; }; + 407FC7C6A1296AF320B51615DA85515A /* ZXRSSExpandedDecodedChar.h in Headers */ = {isa = PBXBuildFile; fileRef = BD8A234FF41B45EE6C9853B21C81BA90 /* ZXRSSExpandedDecodedChar.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 408990A3B12099EBCD1732528836F4E2 /* DBTEAMLOGShmodelCreateDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EDAFF3E39E4DA8100EED41945037F61 /* DBTEAMLOGShmodelCreateDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 40B81E8D134628CABD66EA21B0D2984F /* DBTEAMMembersUnsuspendArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 35301C64E04CD31842B67F70CF58DB49 /* DBTEAMMembersUnsuspendArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 40E0A8AD118BBF2E45D8E524C1B3D3AC /* ZXQRCodeReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D8E079D05F4E278E1E773C5231DF200 /* ZXQRCodeReader.m */; }; + 40F67B1DF4AB63FA4DACAB66A110D599 /* DBTEAMTeamFolderMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = FE21469972AA1C6E1E25105E46587EFB /* DBTEAMTeamFolderMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4128E55F685CEC9A148272DF7889BD13 /* DBTEAMTeamNamespacesListResult.h in Headers */ = {isa = PBXBuildFile; fileRef = BD6AB15FB53FA3397BAA2E1BB2AC12EF /* DBTEAMTeamNamespacesListResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 412AA6B05A4BACCBC1EBA7C9E98842F7 /* DBPAPERRouteObjects.h in Headers */ = {isa = PBXBuildFile; fileRef = 1341AB333D080CE0DF441BC805999EC1 /* DBPAPERRouteObjects.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 412D33103874C8D56D3378F2973B4246 /* DBTEAMLOGPaperDocEditCommentDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = C36B4C18597C4BF9351DDC0257A075FA /* DBTEAMLOGPaperDocEditCommentDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 413C3244283B24D3831521547AA344D3 /* DBTEAMLOGSharedContentChangeInviteeRoleDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 22E227C18A0E32AC261A8A5854C4F8FA /* DBTEAMLOGSharedContentChangeInviteeRoleDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4148AF068DB965F73B3EDA97DB9FE8E6 /* ZXAnyAIDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DAFE2F7AC901C0D1467741E9D7FCAB8 /* ZXAnyAIDecoder.m */; }; + 414CE95241DBB97ED9CDD1C8F5CA486F /* DBFILESDeleteBatchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 87E8605A750D2D42ECD13F26DFBA0852 /* DBFILESDeleteBatchResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4165ABCD82357A70049A7D501B2644B3 /* ZXCodaBarReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CEF1FEB6D5EBF28ECB0EC5771739DB4 /* ZXCodaBarReader.m */; }; + 42087C7090EE65D88ACC8117EF05C41C /* DBASYNCPollEmptyResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B066B1A027DD4CFA6FC149535FDDA69 /* DBASYNCPollEmptyResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4213477E56C00DBBEBCB09303172A845 /* DBTEAMLOGSsoChangeSamlIdentityModeDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = ED00EEA251B20F630BA58BE8B30C8167 /* DBTEAMLOGSsoChangeSamlIdentityModeDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 42397EB6BF9D80254245E6F5AB37034A /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B71896A3AE6EF693AC497DCE0885B43 /* Cocoa.framework */; }; + 426F760FBEACF278C086ADD8D5B2902E /* ZXEncodeHints.h in Headers */ = {isa = PBXBuildFile; fileRef = 9143015E80145558A777610EEC0D8B35 /* ZXEncodeHints.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 42B2EF6FEF63E6BB28795770288C76E4 /* ZXByQuadrantReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A4D96B8EC0EC77C8204C676B4FA6CEB /* ZXByQuadrantReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 42BCAFE044202FD1DDE42DB67E895B12 /* DBTransportBaseConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = F4517F4925593CB89991B44F9978BB87 /* DBTransportBaseConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 42D5139DE1A6BD8083CCB3231DD952FF /* pwd2key.c in Sources */ = {isa = PBXBuildFile; fileRef = E9FD3D8FE6EB5168ECE61D31609BBA1C /* pwd2key.c */; }; + 42DB74944B8F4C553433502C33CD54C0 /* ZXQRCodeAlignmentPatternFinder.m in Sources */ = {isa = PBXBuildFile; fileRef = FA4FF0D95922C9EE5ED0EF4B288635DC /* ZXQRCodeAlignmentPatternFinder.m */; }; + 42E2D43270335D114A9EAC04442E8E4B /* ISO8601Serialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 621A11D57AE13E9CAE323B98F973DCAE /* ISO8601Serialization.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + 43575DD30D92A39BF1E112945CF87466 /* ZXITFWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F44AF0CDC4A83DC65607C3E16A26CA8 /* ZXITFWriter.m */; }; + 435A53F836AF0D38DC263CFCA2358E7A /* DBTEAMLOGFileCopyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = B8EA9CBFFFA2B229EEC6EC3830B9DF6B /* DBTEAMLOGFileCopyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4365163C3B250E494480A9D6BEBA2B59 /* DBFILESWriteConflictError.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B83B78412B857138B94DC9D9C91CD75 /* DBFILESWriteConflictError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 43674A635340570CA79386BBD772B58A /* DBTEAMRevokeDeviceSessionBatchArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 9323B8A93BA14716BDD11E670245BF90 /* DBTEAMRevokeDeviceSessionBatchArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4374CAD55E95917DC583B7E6A7361E74 /* DBPAPERUserInfoWithPermissionLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 58A2A594E5E280FE27B43F7942389895 /* DBPAPERUserInfoWithPermissionLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 43842BEE5E1794EF8D4D6CBAC1F99DCE /* DBFILEPROPERTIESAddTemplateArg.h in Headers */ = {isa = PBXBuildFile; fileRef = E795A3A98644A316B7E4645645ED5A93 /* DBFILEPROPERTIESAddTemplateArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 439A24231ECA46109EE11BF1105CD62C /* ZXUPCEWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = DC230AA49787BCDDA2D80A66F3D6FE1F /* ZXUPCEWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 43A5D33B561C58914AA8C5DC7E207919 /* DBTEAMGroupsMembersListArg.h in Headers */ = {isa = PBXBuildFile; fileRef = FFB40E8D6D27AE3012F23028C2F57C7C /* DBTEAMGroupsMembersListArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 43B3C52A470EB8A36C7F386BF3E329E3 /* DBFILESUploadSessionOffsetError.h in Headers */ = {isa = PBXBuildFile; fileRef = BDE1CFE0F10475524CAFC0D343B81101 /* DBFILESUploadSessionOffsetError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 43D9401CC21AA838D6F3ADF75F6FBCF8 /* ZXPDF417BarcodeValue.m in Sources */ = {isa = PBXBuildFile; fileRef = 73518F76A7BFE5D89D9521D6D647D494 /* ZXPDF417BarcodeValue.m */; }; + 4416473CB34CF54E3E151644DC89E397 /* DBFILESDeleteResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F623EF3E288F28C76CEA330B1916566 /* DBFILESDeleteResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 441A8F11E5AF50E9D8B5D20A3ED08E7A /* DBUSERSIndividualSpaceAllocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A2B38902D0CAAD57F9F3E37CFEB8F5D /* DBUSERSIndividualSpaceAllocation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4422A85A616C81ACD6845ED093861AD7 /* DBTEAMLOGFileLikeCommentDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EE4F5E0240030700CCFC585C874C863 /* DBTEAMLOGFileLikeCommentDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 444F3C1A8C883141772F04B63D2820F1 /* DBTEAMLOGMemberSuggestionsPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = F79B28A64DEA91B70E70D0234591E416 /* DBTEAMLOGMemberSuggestionsPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 44EA90B7B3C2C9007E79267E66E902BD /* DBTEAMLOGSsoAddLogoutUrlDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 50EEC3A3F9713AE38C39F8DD34ACFE7F /* DBTEAMLOGSsoAddLogoutUrlDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 44FD24AB3297E62814FF8B556C755B6C /* ZXPDF417ErrorCorrection.h in Headers */ = {isa = PBXBuildFile; fileRef = CFFFC65512549BE257C00FF37B498A36 /* ZXPDF417ErrorCorrection.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4511C90C3D02367F94597699A13EB9B9 /* DBTEAMLOGSfTeamInviteDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = CDBAE7102D04C41EFCB7C182469D0573 /* DBTEAMLOGSfTeamInviteDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 452069BC5AF44A95400863EACF30C674 /* DBTEAMLOGEventDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = F77B4301E25C22E18672153E9A2A7948 /* DBTEAMLOGEventDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 453AE1512B7CBA71384E3A266487F200 /* ZXSMTPResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 95E1C993AD8C69B3E2C13457832397F0 /* ZXSMTPResultParser.m */; }; + 456379AA6CC7A5C9C7582B2F896BDFFD /* DBTEAMMembersSetPermissionsError.h in Headers */ = {isa = PBXBuildFile; fileRef = F842BCE844110F9F1A8635140658E003 /* DBTEAMMembersSetPermissionsError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 456A2B826E1B8546BD145E71D831B05F /* ZXDataMatrixASCIIEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = E3A6DB025E732465B7718BDB5680880D /* ZXDataMatrixASCIIEncoder.m */; }; + 4574335FC47E2BAB3776B59BDB748B42 /* DBTEAMLOGFileRequestsChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 4919B4AEB2B99AFC16FA8765BD4879F9 /* DBTEAMLOGFileRequestsChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 457C1E642BBDBA9E1A3DC70406191A36 /* ZXQRCodeDecodedBitStreamParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CAB9FB4784BB2C71F196603FA10C525 /* ZXQRCodeDecodedBitStreamParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 458B690EB216028F2F7361081995CA79 /* DBTEAMLOGTeamMergeFromDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = FA7201F0BB139A7E0A956C789F892925 /* DBTEAMLOGTeamMergeFromDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 458D2972B7E2B6E1B34A3F5F4D970ACD /* DBTEAMLOGConfidentiality.h in Headers */ = {isa = PBXBuildFile; fileRef = FF9A9CFA9A9DB6479EC18EAD5EF3BF15 /* DBTEAMLOGConfidentiality.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 45C2F005912E0C6469CAB6BAEB4C9E77 /* DBTEAMLOGNamespaceRelativePathLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 339D33FD4F674BF4A5F62A433CA4AB4C /* DBTEAMLOGNamespaceRelativePathLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 45F0DE20C0D7045AFBF629D1D29BE863 /* DBTEAMLOGFailureDetailsLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 279C0D81AEDB74644F7B703EDA99CB80 /* DBTEAMLOGFailureDetailsLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 45FE00118124099D05FF1D6F440D506B /* DBFILEPROPERTIESLookUpPropertiesError.h in Headers */ = {isa = PBXBuildFile; fileRef = B4E7E5138AC687956631ED4023128682 /* DBFILEPROPERTIESLookUpPropertiesError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4674E9B8EA29EC3246CCB3417291AD8F /* DBTEAMLOGFileAddCommentDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = F4C509903138FFA2BB77E838E8951824 /* DBTEAMLOGFileAddCommentDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 468DF066D13EF9B9351770504021C8BB /* DBFILESRouteObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = 39865A33B039B350BC1F6538C6277CE8 /* DBFILESRouteObjects.m */; }; + 4694306E79E47B08F7EF686A1D34D86E /* aesopt.h in Headers */ = {isa = PBXBuildFile; fileRef = FA1FF0EBFB5159F9E8B7A3400FFFD428 /* aesopt.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46A98C689B935DD12A84D774A83AA2D9 /* ZXPDF417DetectionResultRowIndicatorColumn.m in Sources */ = {isa = PBXBuildFile; fileRef = CABEA248AC6E0D6F8FD8223636C32FBF /* ZXPDF417DetectionResultRowIndicatorColumn.m */; }; + 472A32078FB540B0F02C9BB3EAB35F80 /* DBSHARINGUnshareFolderError.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A9CD5CB58653343F296700A730C1978 /* DBSHARINGUnshareFolderError.h */; settings = {ATTRIBUTES = (Public, ); }; }; 473C5AD9209B38F2F2C50F9043E33E39 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8D8FAA015D99B46DE69BFBF390210E86 /* CoreServices.framework */; }; - 478F79B786FCB89CB3EA09C1C54F73AD /* DBSHARINGUserMembershipInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = A46BAD551CF2F0B5975E0F67ED29B8D8 /* DBSHARINGUserMembershipInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 479DD7FABA9CBEDE416B3743924B8587 /* DBDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 73252E1585E217C0DE54EE434FA837A3 /* DBDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 48214E65BC32B37DCA4681C81A8CB1AC /* DBAUTHAccessError.h in Headers */ = {isa = PBXBuildFile; fileRef = A00B37AE40A256C87E30B9A6405D19E9 /* DBAUTHAccessError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 482CE9AE2E5C162A5DF0CC7735CE128F /* DBTEAMLOGSharedContentChangeLinkAudienceDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = CDBB3A6263FEC85ACA3402C0217BE194 /* DBTEAMLOGSharedContentChangeLinkAudienceDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4839E67A5C62AA6B5502ABDB8F3CA4D0 /* DBFILESDimensions.h in Headers */ = {isa = PBXBuildFile; fileRef = 32C4FD1EC7CDA4E6C0E8F6343BB72C33 /* DBFILESDimensions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 485125C9A9A473567724EF18D56F843C /* DBSHARINGTransferFolderArg.h in Headers */ = {isa = PBXBuildFile; fileRef = F19014D5DEA98B9CEDA3D8E708B16F78 /* DBSHARINGTransferFolderArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 48558264DFB8515A6211B8D6310779C7 /* ZXAI01AndOtherAIs.h in Headers */ = {isa = PBXBuildFile; fileRef = 757A6D5F8A97ACEBFF9EA4368E9BF846 /* ZXAI01AndOtherAIs.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 488A9AB15D0E5429971108936E77E7BB /* ZXProductResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = C36E42950B39D610E8BD2F1414AB5464 /* ZXProductResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 48B043AF7F2743E64296AC52A81FC3B6 /* DBPROPERTIESPropertyTemplateError.h in Headers */ = {isa = PBXBuildFile; fileRef = 34D19FB6C6C81D28FB8D36121CFABD5E /* DBPROPERTIESPropertyTemplateError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 48CC3D4673478F4B7BACEF55F3269854 /* DBPAPERListPaperDocsContinueArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = D3AB1A9782DA8635BBC12220504DDCF7 /* DBPAPERListPaperDocsContinueArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 48E98DF1FABABA4EDC49FE31DD731284 /* STPrivilegedTask-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C661A3CC288A358B4275347990DD56F /* STPrivilegedTask-dummy.m */; }; - 49068FBFA9687E734B228FA714EA6E36 /* ZXEmailAddressResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A5F089F1E1ECD3F1E6DE242E859332B /* ZXEmailAddressResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 491BF25B9ACFAEBE131292B15B12403B /* ZXModulusGF.m in Sources */ = {isa = PBXBuildFile; fileRef = B6AE548ABD7C7FD3EE17FBC8C6AEC3A5 /* ZXModulusGF.m */; }; - 497CCE18F7A2B0240352793CA1111139 /* ZXMultiFormatOneDReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D15A301AE4392FC43994B31410BF4AB /* ZXMultiFormatOneDReader.m */; }; - 49DAFB3A5420AC33089BF2F3AA54F9BC /* DBTasks+Protected.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CB5368BC4DBBA12FA7AF1CEC4104089 /* DBTasks+Protected.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4A370A5C0C24BF15A52C7051150F7580 /* DBASYNCPollResultBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BF58121A11F1169A3A3F55B63C70BD5 /* DBASYNCPollResultBase.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4A4A52471AB65A48DB0738EEB397B296 /* DBTEAMDesktopClientSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C19FABB9D444C57EB90A305A8359799 /* DBTEAMDesktopClientSession.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4A74F60E9B54531E1B7CA811E092FC87 /* DBFILESSearchMatchType.h in Headers */ = {isa = PBXBuildFile; fileRef = 516E7B4B1962214E36E68721A4EDD231 /* DBFILESSearchMatchType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4A808B2A8BA949BC3B70B04828F36F91 /* ZXBinarizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 322121C60CD58DFF8E47A4DA512AE723 /* ZXBinarizer.m */; }; - 4A8AD781B4C459EDC2ED1CCB183D1F7C /* ZXTextParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 959293865CC19F4C94F30724CDF3BCC1 /* ZXTextParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4AA0A6105988E8992E1DDC68E47F89D9 /* DBSHARINGGroupInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DA0BD0F3E6CE4B465592CDA3F100250 /* DBSHARINGGroupInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4AA783B55EC12CF5FD6396C2F67836B9 /* DBTEAMLOGSharedFolderUnmountDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = CC61CAAF90FBFE98ABF64A9BE90ACF69 /* DBTEAMLOGSharedFolderUnmountDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4AC3795A10C2519CF2C7EE205FE9A6B5 /* DBFILESUpdatePropertyGroupArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 76909BF7A9B3E6A0A4D5E1C707B9FBB7 /* DBFILESUpdatePropertyGroupArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4B0778C4EA3C7F85721285AD0DC41231 /* ZXCode93Reader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B5F59E75517E2A51389F01F86362BB8 /* ZXCode93Reader.m */; }; - 4B7B19B1242DE96BEBD23714FA6C2948 /* DBTEAMLOGPaperContentRemoveFromFolderDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AAE2E461BB4588E90D99BAA6F624C50 /* DBTEAMLOGPaperContentRemoveFromFolderDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4BC480AC6A20605765ABE1392DEFCB11 /* ZXDetectorResult.h in Headers */ = {isa = PBXBuildFile; fileRef = E31E20418B81B578F7FFF629CD1EF375 /* ZXDetectorResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4BDA8DE75BD98C1F0E3923E0B2E8D873 /* DBSHARINGMemberPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = D783D6925D66ECE94E30DC8198EFD052 /* DBSHARINGMemberPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4C0E37F74FA5E3C7FC361A7A9C520F6E /* ZXGlobalHistogramBinarizer.h in Headers */ = {isa = PBXBuildFile; fileRef = BC9A44842B2F064092E840BCC29A8098 /* ZXGlobalHistogramBinarizer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4C154A142C4F2C7C59E2FDDB1583F0C9 /* DBTEAMLOGCollectionShareDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BEB9F25F4DC9AE84248674E72A90396 /* DBTEAMLOGCollectionShareDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4C46A667DA25108F0E9CFFFED500E1F2 /* minishared.c in Sources */ = {isa = PBXBuildFile; fileRef = DE38FBEF6F4CA639A5FF735C23600721 /* minishared.c */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - 4C6B62D7D77DEC68212EA225FFCA0A62 /* ZXingObjCQRCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 90E9B1214E013C836285A69D122F352E /* ZXingObjCQRCode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4C9566D6FC4BC6BA0FEE2E3F9EACCD74 /* ZXAztecHighLevelEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = DAEE40FCBD1657BF6CEAF01A7C8E28C8 /* ZXAztecHighLevelEncoder.m */; }; - 4CD908F86C17C531E14DB5538D3DE75B /* DBPAPERListUsersOnFolderArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F734B003C694BF23CF41C64B4585D24 /* DBPAPERListUsersOnFolderArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4D6318CD0E5FCF4FA5F23543C9E4893B /* ZXCGImageLuminanceSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B3F4B3D0BC65C44B9FDD0AFA6CF5B42 /* ZXCGImageLuminanceSource.m */; }; - 4D8C2E8D52A04F7C114E7182DC0EC923 /* DBTEAMLOGPasswordResetDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = AE944DE7EF50322C8C67581320AC1680 /* DBTEAMLOGPasswordResetDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4D8E0494D5C76F064D8ECB182B2EA45A /* ZXReedSolomonEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = EDCABDE99FDDBC741DF414C48016087F /* ZXReedSolomonEncoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4D9B8953EB7CEB43DE40AC1171E565A7 /* ZXBitMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = A9A1453C2B8F59286F419750510D42E5 /* ZXBitMatrix.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4DD256577DAA71D6CFF369A322F540E7 /* DBTEAMLOGMemberChangeEmailDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 9832E9F0D593846FC316D6CEDD500F43 /* DBTEAMLOGMemberChangeEmailDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4DE2114735026EBC743DC41FA9593259 /* aestab.c in Sources */ = {isa = PBXBuildFile; fileRef = 48EE4BB88AB2EFCA0A434831F5AF3BE2 /* aestab.c */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - 4DF2720BCB75372EAA2752BEFC5D288A /* DBTEAMLOGPaperEnabledUsersGroupAdditionDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = AD7851940ED0C923FAB9888067222108 /* DBTEAMLOGPaperEnabledUsersGroupAdditionDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4E0B3F12F8592AAA0992E9CD5C9A7DCA /* DBTEAMTeamNamespacesListContinueArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 05A245059CD95C6E081769FE8603DF1D /* DBTEAMTeamNamespacesListContinueArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4E41633880F9546591E1AB3003F2AC93 /* DBTEAMListMemberDevicesArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CE9525B9FF6CA97BACC379D2D55CF34 /* DBTEAMListMemberDevicesArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4E43F83288974781E442A48B8B7EDFCA /* DBClientsManager+DesktopAuth-macOS.m in Sources */ = {isa = PBXBuildFile; fileRef = F24D1F8B552398273B28DD695B3DED62 /* DBClientsManager+DesktopAuth-macOS.m */; }; - 4E5199B175DBF867788AB7513AB1B1EC /* DBTEAMDesktopPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = B06AB3B5A847501A98018B9CBECEB69E /* DBTEAMDesktopPlatform.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4753529B33C4FACA8467CAC60BBA2E8D /* DBFILEREQUESTSUserAuthRoutes.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EE4C4BD2464365ABE516C40AD4F1184 /* DBFILEREQUESTSUserAuthRoutes.m */; }; + 48558264DFB8515A6211B8D6310779C7 /* ZXAI01AndOtherAIs.h in Headers */ = {isa = PBXBuildFile; fileRef = C87A7C4440D14DB4D3810BFC1D90AA87 /* ZXAI01AndOtherAIs.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 485F37349D5B8BF65DC61E6FB94FCD51 /* DBSHARINGRevokeSharedLinkError.h in Headers */ = {isa = PBXBuildFile; fileRef = DAA3EDF73A9A3FC09A20921F92AD5EE1 /* DBSHARINGRevokeSharedLinkError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 48731DBC1725A26819374ADBEDDCA317 /* DBTEAMLOGAdminRole.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D6A560CA4E083BDB2EC1DC7F87A1EB5 /* DBTEAMLOGAdminRole.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 488A9AB15D0E5429971108936E77E7BB /* ZXProductResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = BDC210384EA42AE0107E8FDD0E6DF3A6 /* ZXProductResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 48980047BE3AF1F184B402C8B75EEB86 /* DBTEAMLOGSharedFolderLinkPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = B67A450A94C9171FDD7F9A3F43566E28 /* DBTEAMLOGSharedFolderLinkPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 48E98DF1FABABA4EDC49FE31DD731284 /* STPrivilegedTask-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F29C4456B9D7287C8868C36F9CCBA6A /* STPrivilegedTask-dummy.m */; }; + 49068FBFA9687E734B228FA714EA6E36 /* ZXEmailAddressResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B19284CDBFCDA328BE27F17D4B47DAE /* ZXEmailAddressResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 491BC4B6111A9052D559F1887947CFFA /* DBFILEPROPERTIESPropertyGroupUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = 15CCBC3C740EA269A4530F7967CCF70B /* DBFILEPROPERTIESPropertyGroupUpdate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 491BF25B9ACFAEBE131292B15B12403B /* ZXModulusGF.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A217D9D583BCE2361237E71E4DCA3C4 /* ZXModulusGF.m */; }; + 4942B20F62ED8DC4EFDD83A6712E639C /* DBPAPERListUsersOnFolderArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F7A90C042037FBEC0851007DA3AA107 /* DBPAPERListUsersOnFolderArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4947BD86B12A5C21CFEF1861C53FE1AE /* DBSHARINGSharedLinkMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 96D69E65E30A719AB3B4CE263EEDDE81 /* DBSHARINGSharedLinkMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 49734FFF563DA0CB47C1C508950E5053 /* DBTransportBaseHostnameConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = D69213421DEF668EFA0295D172877DCD /* DBTransportBaseHostnameConfig.m */; }; + 497CCE18F7A2B0240352793CA1111139 /* ZXMultiFormatOneDReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 92263214B517BBE43770FFECD3994A68 /* ZXMultiFormatOneDReader.m */; }; + 49B5F940FE6DA23B9B3F2BA6148A96F6 /* DBTEAMListTeamAppsError.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C7CE47033FD1D32DB94A93795EA5FA7 /* DBTEAMListTeamAppsError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 49D2939D263B2C0D62000F26CFB141F0 /* DBTEAMLOGShmodelAppCreateDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 017D64437919526B797F201588F38590 /* DBTEAMLOGShmodelAppCreateDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 49F28E080ED8D97C03167B7175245DA4 /* DBTEAMLOGDeviceLinkFailDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C56EE00D637076E9C2EDDC197EE9616 /* DBTEAMLOGDeviceLinkFailDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 49FAAA45BD903F2457E541859A67548C /* DBFILEPROPERTIESRouteObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F45D8DCD498F50A8CA758252BC690FB /* DBFILEPROPERTIESRouteObjects.m */; }; + 4A0B58B555504178EE908A9D422A0550 /* DBSHARINGUnmountFolderArg.h in Headers */ = {isa = PBXBuildFile; fileRef = AE510FD288F6574AAA857E6585658207 /* DBSHARINGUnmountFolderArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4A3C88739282D45193E6E5C07CC1EFD7 /* DBTEAMLOGSsoLoginFailDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = B380B97D11815BF703813914CA24A910 /* DBTEAMLOGSsoLoginFailDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4A7425D1B06567AF67F68973FA35E498 /* DBFILESUserAuthRoutes.m in Sources */ = {isa = PBXBuildFile; fileRef = C59AA2755A1F0EB3FA2E7E6C0BB1393F /* DBFILESUserAuthRoutes.m */; }; + 4A808B2A8BA949BC3B70B04828F36F91 /* ZXBinarizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F067ED6AB7654E91745DAE70783052A /* ZXBinarizer.m */; }; + 4A8AD781B4C459EDC2ED1CCB183D1F7C /* ZXTextParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = A5465639C45CDCCF580E18F7ED57B1D7 /* ZXTextParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4B0778C4EA3C7F85721285AD0DC41231 /* ZXCode93Reader.m in Sources */ = {isa = PBXBuildFile; fileRef = 01F7535847F1E42B7F8442577D2996CA /* ZXCode93Reader.m */; }; + 4B91CFDB841EBC8B15D6FD0731791C71 /* DBTEAMLOGFileCommentNotificationPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C51FF7123CF5DAE93E138D9702097F2 /* DBTEAMLOGFileCommentNotificationPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4BBD19C87E9A5EF9FF787C0D58FF893A /* DBTEAMLOGPasswordChangeDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = C69710F400B27C322AB5B9C9946686E2 /* DBTEAMLOGPasswordChangeDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4BC480AC6A20605765ABE1392DEFCB11 /* ZXDetectorResult.h in Headers */ = {isa = PBXBuildFile; fileRef = FA276B58CA62FC9F83E16BFEA7830117 /* ZXDetectorResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4BD3F8A5EA6DE2B15619F073584E6B9E /* DBFILESUploadSessionAppendArg.h in Headers */ = {isa = PBXBuildFile; fileRef = F0AE0DC3C9B0FA21F39E143C8971D348 /* DBFILESUploadSessionAppendArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4C0E37F74FA5E3C7FC361A7A9C520F6E /* ZXGlobalHistogramBinarizer.h in Headers */ = {isa = PBXBuildFile; fileRef = D5D337C3EBFA227892E5D3CA54224C3B /* ZXGlobalHistogramBinarizer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4C0E6DCE6FD77A97D2F5C22969E950EF /* DBSHARINGRemoveMemberJobStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = C01B0FF3C7B5AD1C0415D74C95730D7F /* DBSHARINGRemoveMemberJobStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4C6B62D7D77DEC68212EA225FFCA0A62 /* ZXingObjCQRCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 672BA06E3BD042BF30B2C34E48B3A783 /* ZXingObjCQRCode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4C9566D6FC4BC6BA0FEE2E3F9EACCD74 /* ZXAztecHighLevelEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = D5C16904AE1A55F57160A1BB99339CA7 /* ZXAztecHighLevelEncoder.m */; }; + 4CAE9548B7BB451CDA6C93836C7B1D4A /* DBTEAMGroupMembersSelector.h in Headers */ = {isa = PBXBuildFile; fileRef = 7604FC06E53EBCEB783DC8F568312C53 /* DBTEAMGroupMembersSelector.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4CB8830451621FA9C49D70D65E19DEEF /* DBAUTHUserAuthRoutes.h in Headers */ = {isa = PBXBuildFile; fileRef = 631FEAE985C5565D14F5027811A275BC /* DBAUTHUserAuthRoutes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4D36DFD5905AEAEB08B2E739EA914086 /* DBTEAMLOGNonTeamMemberLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = C90BA667775E929C351D317808BFFFC4 /* DBTEAMLOGNonTeamMemberLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4D6318CD0E5FCF4FA5F23543C9E4893B /* ZXCGImageLuminanceSource.m in Sources */ = {isa = PBXBuildFile; fileRef = CAD9F921B574A2DF984E347C0C5A40B2 /* ZXCGImageLuminanceSource.m */; }; + 4D8E0494D5C76F064D8ECB182B2EA45A /* ZXReedSolomonEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = BD76345FE6DD4BCF23A4C8B86BCB9B55 /* ZXReedSolomonEncoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4D9B8953EB7CEB43DE40AC1171E565A7 /* ZXBitMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DC2BA11041815FE7310DE3F07A4DD92 /* ZXBitMatrix.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4DB70128E9EE8C5F71E5348FE68A2300 /* DBTEAMLOGGroupJoinPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BF9949AFA154F089937793D47711E7B /* DBTEAMLOGGroupJoinPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4DDE672BDAB13B4EAC96FC5DFDAB7C5C /* DBTEAMLOGFileEditDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = C4EE2F5E88891B55FDE2FFA9265F4920 /* DBTEAMLOGFileEditDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4DF2992998A61CCAB1D905A1EEF2130F /* DBTEAMLOGSignInAsSessionStartDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F06D05F66C8A041593D5C324DC0E2E /* DBTEAMLOGSignInAsSessionStartDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4E41377304D42908885F1FF6EA134082 /* DBFILEPROPERTIESTemplateOwnerType.h in Headers */ = {isa = PBXBuildFile; fileRef = EC095F1BAB6DFD0FBC6C5DC59951D7AE /* DBFILEPROPERTIESTemplateOwnerType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4E50AD7667F2609F6B0647087E71C524 /* DBSHARINGSharedContentLinkMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FCEF6D6213EA19107635C8CF20BCF22 /* DBSHARINGSharedContentLinkMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4E68DF1F64EACB92ABC7B0D8C6477679 /* DBTEAMLOGTfaAddSecurityKeyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = DE2946B1D4B5A60F0EE6D8ABDDB7893C /* DBTEAMLOGTfaAddSecurityKeyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4E77C7CEE1EBE4A6814873605508B892 /* DBTEAMTeamNamespacesListArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F7A33E0B00245183D83CC0843A38715 /* DBTEAMTeamNamespacesListArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; 4E78E4E96DA61690B0941059F0B1B8B3 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5C6C754F545D2D10748B17A00A85C3E5 /* Security.framework */; }; - 4E990FE4E16EEBE06EEB5AF6AB6C646C /* ZXPDF417ScanningDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 1159B98EAD70D97B86D173D1AC786BAD /* ZXPDF417ScanningDecoder.m */; }; - 4F0894F65C0F3B60001E78163189F293 /* ZXAI013103decoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F040735CB83D176F087277C5258980C /* ZXAI013103decoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4F0F15AF63320F6F8629EBB0183C7EB2 /* ZXPDF417Codeword.m in Sources */ = {isa = PBXBuildFile; fileRef = 29236808578B2E84A81A457A0434137B /* ZXPDF417Codeword.m */; }; - 4F3FE214B009545F3B6A67EAFF7835CE /* ZXCapture.h in Headers */ = {isa = PBXBuildFile; fileRef = D24733EF8AB1155594D6198F73DC4616 /* ZXCapture.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4F4EC4076C1D5BFCE9570A0C31E5A7CF /* DBSHARINGListFolderMembersContinueError.h in Headers */ = {isa = PBXBuildFile; fileRef = A5F06BE8D33B5A3E10CA4985D0590643 /* DBSHARINGListFolderMembersContinueError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4F94E3B780E8AF936B51E95770C3F0FD /* DBTEAMLOGPermanentDeleteChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = D85A7D7AF84955D3F297C3A5749893BB /* DBTEAMLOGPermanentDeleteChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4FD3BDC48B20BF9A1F9C3811887E3009 /* ZXSMSMMSResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 71688C9C034F38215D7CA69279941D83 /* ZXSMSMMSResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4FF2E703EB4BCA29E6A1E5DB48397F09 /* DBTEAMTeamFolderTeamSharedDropboxError.h in Headers */ = {isa = PBXBuildFile; fileRef = 1712471BFC80EAB106C0080E256BE475 /* DBTEAMTeamFolderTeamSharedDropboxError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4FFEB968293CAC7764B9994F6594C025 /* DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 38A50EA099C1EB98F6DD1820324DBB1B /* DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 50294F2E19EE6F221300EB6050E19AE0 /* DBTEAMLOGPaperDocViewDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CBC0500E89AAE2521A453773C7A78AF /* DBTEAMLOGPaperDocViewDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 502A4B41BE0A2DB2369555DDFAB0E7D3 /* DBAUTHUserAuthRoutes.h in Headers */ = {isa = PBXBuildFile; fileRef = D7E6537CC9E40DBC96AABABE06D992E1 /* DBAUTHUserAuthRoutes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 505AE61EABB53C4717A8C3E3D43ED417 /* ZXCode39Writer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B52C4059984F56ADEF72A5151E3C98E /* ZXCode39Writer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5076E6B29968BB1F7A43AD5EA21419EB /* DBFILESSearchArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 50889530857647AA81D1586B16BC6A48 /* DBFILESSearchArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 50A92697553861494AA06E6B5F9BC5FE /* DBTEAMTeamFolderRenameArg.h in Headers */ = {isa = PBXBuildFile; fileRef = D1EF5419BCBA6BE2C9B12AC34AB12F5E /* DBTEAMTeamFolderRenameArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 51540EFD78AACB709B77E1A76C4339DF /* DBTEAMLOGGroupRemoveMemberDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 51AA3D2CC5F8D67053EBFD918BCA8BA9 /* DBTEAMLOGGroupRemoveMemberDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 516AAE084C04782E7FAECE8A49AF76C4 /* DBASYNCLaunchResultBase.h in Headers */ = {isa = PBXBuildFile; fileRef = BB4980ACF1B130AF79447BBDEBB63B5F /* DBASYNCLaunchResultBase.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 51DC76AF5C151E6348A0BAE1C9C72AF9 /* DBTEAMLOGTeamLinkedAppLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = DC211992DCB68A86E249C555D612A32C /* DBTEAMLOGTeamLinkedAppLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 520E188938AA346E41494F09DBBF42EC /* ZXPDF417ECErrorCorrection.h in Headers */ = {isa = PBXBuildFile; fileRef = 53E9BB249D8AC3EEFC1AA3E5738DD713 /* ZXPDF417ECErrorCorrection.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 521115EF599689ED2B24D4B8AFFAD0E7 /* ZXRSSFinderPattern.h in Headers */ = {isa = PBXBuildFile; fileRef = 124D6A5D5E1269FDF4022FDDAFA1E063 /* ZXRSSFinderPattern.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5231FE71E6F1A623897FF028A1AE557B /* ZXPDF417Writer.m in Sources */ = {isa = PBXBuildFile; fileRef = CD7E57ADAF70620F6C80D7099712BE45 /* ZXPDF417Writer.m */; }; - 525964C4FF222A3369ECB61A2E5AC24D /* DBSHARINGListFolderMembersArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B75EA4A099ED1BBB464685976D934B5 /* DBSHARINGListFolderMembersArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 527B026BFA966AB8BB4A41829D5D84BF /* ZXPDF417BoundingBox.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DFDD1252E8FAAC444112F16C3A66705 /* ZXPDF417BoundingBox.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 527DA3F1D749B26F89C9613BD3586342 /* DBSDKImportsShared.h in Headers */ = {isa = PBXBuildFile; fileRef = E356DCC598B509DDA87F33F25F4E8BF5 /* DBSDKImportsShared.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 528366BDCB6CF3B509E9CCFDA66D7E7C /* DBTEAMLOGNonTeamMemberLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CDDF4BCBA3E7FFD47A6DBA43EA20191 /* DBTEAMLOGNonTeamMemberLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 529C1B60466657C9D42FF17043CBEA2B /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 45337A1498D6B4027F69F436EE7F3008 /* SystemConfiguration.framework */; }; - 529D955DA73BFBC228DCB37C86CDB98C /* DBTEAMRevokeLinkedAppBatchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F9C6D7D8EAB3DCFA86609E73741A96D /* DBTEAMRevokeLinkedAppBatchResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 52AB3A745B890343669DAF6BDD8397EF /* ZXQRCodeDecoderMetaData.h in Headers */ = {isa = PBXBuildFile; fileRef = FCA25D2125455B140FF1D564BA6ED299 /* ZXQRCodeDecoderMetaData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 52F14C21012553D8C8E5D60F8B1D6A88 /* DBTEAMLOGApiSessionLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 4154970513895F089C0B9F83D1B64945 /* DBTEAMLOGApiSessionLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 532A1F094B4EE7F655146A7EDE31D813 /* ZXAztecDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CE42648E726E6B2448C6B839EC1A9C5 /* ZXAztecDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 532A279DF707BF2070ED605C5A145E49 /* DBFILESRelocationBatchError.h in Headers */ = {isa = PBXBuildFile; fileRef = E4002A0F911B21AB94981ADF9F9A7093 /* DBFILESRelocationBatchError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 535931B7AF1627D92F5F2DCBC6811DA2 /* ZXBoolArray.m in Sources */ = {isa = PBXBuildFile; fileRef = EF4369C032C8FD8FB84950CECA1B496A /* ZXBoolArray.m */; }; - 539FBD9F7E896342493CEAA4F33B9036 /* DBTEAMLOGShmodelVisibilityPasswordDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = B94970C45420D89C063A87A5D4AE1B80 /* DBTEAMLOGShmodelVisibilityPasswordDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5426A81CF4FAEDE14C0E89ADA44FFCB1 /* DBTEAMLOGTeamMergeToDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C587D64E5861498F5ECCEC4F1E11C3D /* DBTEAMLOGTeamMergeToDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 543807256E6E9850AB96F340FE1B5048 /* DBSDKSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C4A475F081220EB721B6A4BE0DBB4E /* DBSDKSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5448C30577753C44D7941FFE4423DF49 /* ZXErrors.m in Sources */ = {isa = PBXBuildFile; fileRef = 965BD446B0DBCB459B5C7624C8488EA3 /* ZXErrors.m */; }; - 546E869351E04FDADE3C802E6DCBE95E /* DBSHARINGUserAuthRoutes.m in Sources */ = {isa = PBXBuildFile; fileRef = 13E6C2A834523054AF5B9C8D0F2B746C /* DBSHARINGUserAuthRoutes.m */; }; - 548FD872469DBB578175EDE50A9C7633 /* ZXUPCEReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 866BB14DDC4EF5E9BE93316C26336FBC /* ZXUPCEReader.m */; }; - 549485381AB785DB42C35D3F80F37BC3 /* DBSHARINGMemberAccessLevelResult.h in Headers */ = {isa = PBXBuildFile; fileRef = DC7E4683D649E7BD2FDD5C25ED6B257C /* DBSHARINGMemberAccessLevelResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 54C4E64E4FDE8D876D8053221BF77AA1 /* DBTEAMGroupsPollError.h in Headers */ = {isa = PBXBuildFile; fileRef = 29A78DE7FE18169129C8D6DAE2AB3387 /* DBTEAMGroupsPollError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 551D17EA3A3F90797A20EF7A54EF8099 /* DBSHARINGAddFolderMemberError.h in Headers */ = {isa = PBXBuildFile; fileRef = 0553C41C980BE15A9F7B8D01A1675C87 /* DBSHARINGAddFolderMemberError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 555F3B0FF6A7532CE78B154381334BA7 /* ZXRGBLuminanceSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 86A617A0F00611BB696E08DD16093E5B /* ZXRGBLuminanceSource.m */; }; - 5575CC5A98F262E5BBD716B04CCCE31A /* DBTEAMRevokeDeviceSessionBatchArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B29BA003053665A3547CCB6287D0C65 /* DBTEAMRevokeDeviceSessionBatchArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 55893E0134BA0C70EA092C275758B655 /* DBFILESRelocationArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 3303FACA2DCF540AEB8EC4B622207B14 /* DBFILESRelocationArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5597D0E2CF645F4E96893B578E40E55A /* DBTEAMLOGPaperChangeMemberPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 796EB0BA3DBC5031C955F6B52DA2BE03 /* DBTEAMLOGPaperChangeMemberPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 55986AA91A723B152919A4E5321CF113 /* DBTEAMLOGDeviceChangeIpMobileDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 117A06DC21FCA726C2A7D4EF42B7B213 /* DBTEAMLOGDeviceChangeIpMobileDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 55B312108FD18CB66704452C52FFCF45 /* DBTEAMLOGMissingDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E0C3B394A150575857E37616A70E37E /* DBTEAMLOGMissingDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 55B9B23021B868454FADF9408A93AEAB /* DBFILESUploadSessionFinishBatchArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B471DA3200F3472AE13E14C6E367638 /* DBFILESUploadSessionFinishBatchArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 55BA347CAE29920E49F49DDE96349FCC /* ZXBitArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 749A6A04F8EFC5527CFFF3A17A0DC5CB /* ZXBitArray.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 55C2B29371A992CC25EE22F889E68A0C /* DBTEAMTeamNamespacesListResult.h in Headers */ = {isa = PBXBuildFile; fileRef = C975DFCEAE7A118A8721BB3627AD8B8B /* DBTEAMTeamNamespacesListResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 55D9E4F75A12B4E8016CB8CD81D6A5FA /* DBTEAMLOGGroupLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2844CEEE1B6FBDC9B20FFCCF6E54FB /* DBTEAMLOGGroupLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5618ACB5A4CF63F0E8ED39B30700F916 /* ZXAI01393xDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 6969274346FA1BC0F7475E8C13DC2AD0 /* ZXAI01393xDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 56432235A38B4EE5262358F0152D6BC1 /* ZXOneDReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 97DE3623B314D47ED07A39E9243D57E7 /* ZXOneDReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5643DDD38F12F834BB604DFEA75BF689 /* DBTEAMLOGGroupChangeExternalIdDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = E4DE44744563DE6891192A42208AE6E3 /* DBTEAMLOGGroupChangeExternalIdDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 565D404AE6594E54EE01E042B9FE7F25 /* DBSHARINGPathLinkMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = CE48E41A2964D6E3C3B680E82FE9079D /* DBSHARINGPathLinkMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5669E59F88AC8FF55E17992A8EBA5B85 /* DBTEAMLOGShmodelFbShareDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = AC74234932F57423F82945189D01D2D2 /* DBTEAMLOGShmodelFbShareDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 56AEF79BCD57F65E18298F00ED67F750 /* DBTEAMLOGPaperContentAddMemberDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 3561D7BCB10FE62CADAAD781DF647A27 /* DBTEAMLOGPaperContentAddMemberDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 56CA5A6A4305540AE4E6E7011F75A53F /* DBTEAMLOGSfTeamJoinFromOobLinkDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B2071E111D1F9CBFC760B22ED714DB1 /* DBTEAMLOGSfTeamJoinFromOobLinkDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 56D4F970ACE074BDF19E93AC36C0D0DC /* DBOAuthDesktop-macOS.h in Headers */ = {isa = PBXBuildFile; fileRef = E691E0B22145D3CD16CB3464FD8F3BD2 /* DBOAuthDesktop-macOS.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 56E8524F05A2548A9767A206B9426107 /* DBTEAMMembersRemoveError.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D9C5F78115B88D7B01E05E914430EB7 /* DBTEAMMembersRemoveError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 56F7FE3E961E3009286CF414A325B866 /* DBFILESFolderSharingInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B050D3D5BFEA8F03377545DA0A1E6896 /* DBFILESFolderSharingInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 570A5B897BB103CB53023A55C0683E03 /* ZXGenericGFPoly.m in Sources */ = {isa = PBXBuildFile; fileRef = D39FCA1FC279C41B3F0B45CC2D40BAA7 /* ZXGenericGFPoly.m */; }; - 574096DF1C6AF95A93C4ABC1E4A8D66D /* DBTEAMLOGNoteAclLinkDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 79EA34119B8520C71C133FB764A3129E /* DBTEAMLOGNoteAclLinkDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5767A4878BF15E66F2FF6C0552228103 /* DBOAuthResult.m in Sources */ = {isa = PBXBuildFile; fileRef = E76859C055667AE14F50FCDD9EE45C50 /* DBOAuthResult.m */; }; - 57882CC4BD25F2A7C40D749EFE1802A8 /* DBTEAMLOGSharedContentChangeMemberRoleDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D70EEC25554ACB9A9366AFB37416432 /* DBTEAMLOGSharedContentChangeMemberRoleDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57898A042CB5EC543C8BCBAF1F494038 /* DBClientsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FF228B74617D75D11E796782061EEEEF /* DBClientsManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5793694827BD02C3985220F2954289CA /* DBSHARINGFolderPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FEEA33C459A64E47CB21E401465E13D /* DBSHARINGFolderPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57B4A6746324B7F0F0943CC5340C44F1 /* DBFILESDeleteBatchLaunch.h in Headers */ = {isa = PBXBuildFile; fileRef = D2A12D299926589A074C9235EAE1F3D6 /* DBFILESDeleteBatchLaunch.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57F5ABD7F9BF3E64EB2555DD7169DF5D /* ZXDimension.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AC54C41CBE21C461E12A9E00618E21F /* ZXDimension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57F5FD1074CC752B501FC7800660771D /* DBTEAMLOGDeviceApprovalsPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = DD8AA1B790483B91CD3EC747AD2A605A /* DBTEAMLOGDeviceApprovalsPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5851AD5959CB4396462F9CF668359C6D /* ZXRSSDataCharacter.h in Headers */ = {isa = PBXBuildFile; fileRef = A0645C3DB8CDFADB8EAFDD45E7B409D6 /* ZXRSSDataCharacter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 585744835B5BE054E09D6ADBC917CAB6 /* ZXITFReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 17A005B2E75D590545A2FE7AEFBA0E77 /* ZXITFReader.m */; }; - 58C84B2F94C81E10B58FDD76E0EB8C41 /* DBTEAMLOGSharedFolderTransferOwnershipDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 1158DCADED724C70DF00969303C82A8F /* DBTEAMLOGSharedFolderTransferOwnershipDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 58E5E037EF5495A5C12A21005C27AC17 /* ZXIntArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A697AF2A94DBD7F120D4345E32F44A1 /* ZXIntArray.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 591B9072D074783CF8B2C1BFF86DDC86 /* DBTEAMLOGSharedFolderMountDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = F9A61C0B1F5A404FAF1C37C77AED71F0 /* DBTEAMLOGSharedFolderMountDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 592A16DEFC1726A4205589C95CE26246 /* ZXVINParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 60934A48720EBB15496E00556D77CFD7 /* ZXVINParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 59B00496F77BFCEAB0672B1EFC517B18 /* DBFILESFileMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 91BE23E534AF797C43C485A2992B8182 /* DBFILESFileMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5A0A5CEAA28A53D47CF7EF8AFBCD911F /* DBSHARINGUserAuthRoutes.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B9A9E9988E43A21AD19ACBA4195C444 /* DBSHARINGUserAuthRoutes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5A1B13D4576F26593048F262C05308CC /* DBTEAMMemberAccess.h in Headers */ = {isa = PBXBuildFile; fileRef = CB9881F1DBACCDE3FD5DA383AA63EA1F /* DBTEAMMemberAccess.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5A32CEC404F08B1584920186A497BFDB /* ZXCaptureDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = AF899E9C1FCB1D628BAC857AC20FB471 /* ZXCaptureDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5A41D2FB511CECEC594BE37AFCEB9D8B /* DBTEAMDevicesActive.h in Headers */ = {isa = PBXBuildFile; fileRef = 968E600681FAD897A30080670344091F /* DBTEAMDevicesActive.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5A51B42174084757D46180BEA8D7AD7A /* ZXMultiDetector.h in Headers */ = {isa = PBXBuildFile; fileRef = FF570059C11B53F1A67296222AD8F300 /* ZXMultiDetector.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5A86FCE24DF800BB6CEF86255D4FBB5C /* prng.c in Sources */ = {isa = PBXBuildFile; fileRef = 23950015C1A863DC5577DA3F2223EEBF /* prng.c */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - 5AA68635AD58DFE3949D1E00F3D4E716 /* ZXResult.h in Headers */ = {isa = PBXBuildFile; fileRef = E58D42F430D11378C70D0DEBA4BC6E46 /* ZXResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5AC13DA03451EAA99ADCA2376C3479A7 /* DBAUTHRouteObjects.h in Headers */ = {isa = PBXBuildFile; fileRef = 556D17A639E24FE8FDE89C4B43FE24BC /* DBAUTHRouteObjects.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5ACC31956F3A558EE8298775E98FA9D7 /* ZXQRCodeBitMatrixParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 63973E675796C7E73F8448C378096C4E /* ZXQRCodeBitMatrixParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5ADBAE500C650C04ADFBC34C3548D5EC /* ZXExpandedProductParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D83B8D750660B148815A340CCAF3BEF /* ZXExpandedProductParsedResult.m */; }; - 5ADCF222C3785EEA6A38C40A0CCEF248 /* DBSDKConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 975576BE4D21EB6BBBE54F63031B37C4 /* DBSDKConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5B6B39DE6C44BA43C6645E13B6E455C0 /* DBTEAMLOGSsoChangeSamlIdentityModeDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 1546D24B6DFA12F1F3E76B8BA5098C70 /* DBTEAMLOGSsoChangeSamlIdentityModeDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5B73E47915D23E787B9B4B509BA82408 /* DBTEAMLOGMemberSpaceLimitsChangeStatusDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 5138B312FD6E2CA111576FB0FA027B24 /* DBTEAMLOGMemberSpaceLimitsChangeStatusDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5B9B7CC0369804DB8318044F75581F6E /* DBTEAMLOGFileSaveCopyReferenceDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 51C10879736A6466E96755A60DBAEDF6 /* DBTEAMLOGFileSaveCopyReferenceDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5BF49F2978AC3B4803B911891DC31E43 /* DBTEAMLOGEmmCreateExceptionsReportDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AA0AD1C87A7604FAE95812598EF85A8 /* DBTEAMLOGEmmCreateExceptionsReportDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4E990FE4E16EEBE06EEB5AF6AB6C646C /* ZXPDF417ScanningDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = B0A566AFDB25371881F28C2195FD9F2E /* ZXPDF417ScanningDecoder.m */; }; + 4EF5E2F4BF2EF6E1AC96E46F7BA740EB /* DBSHARINGCreateSharedLinkArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 74B423538006ADDE99B0E1A66E750CEE /* DBSHARINGCreateSharedLinkArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4F0894F65C0F3B60001E78163189F293 /* ZXAI013103decoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 50F1C0E29817BAA949E500E62A2FE1C7 /* ZXAI013103decoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4F0F15AF63320F6F8629EBB0183C7EB2 /* ZXPDF417Codeword.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C39640234A8FB1D63AE68858FBD6E62 /* ZXPDF417Codeword.m */; }; + 4F3A2D6D5D105AEC1F2F7A280BD9B825 /* DBTEAMGroupMembersSelectorError.h in Headers */ = {isa = PBXBuildFile; fileRef = EA9FB428C25A7B8C73C4E9396B24CC35 /* DBTEAMGroupMembersSelectorError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4F3E491AA9BDB02A09CE86B5C10EBFBE /* DBTEAMGroupUpdateArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 50C3277676F031418FD4B72497CFF787 /* DBTEAMGroupUpdateArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4F3FE214B009545F3B6A67EAFF7835CE /* ZXCapture.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E29933496F2DDACFB5407DFBB02C2D5 /* ZXCapture.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4FD3BDC48B20BF9A1F9C3811887E3009 /* ZXSMSMMSResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 316085727A215015E026A40689A1776C /* ZXSMSMMSResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 503F9AB72057D0E61B09ACE3222CED9F /* DBTEAMLOGGroupAddExternalIdDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = B724825100562902322B2118F4B3733F /* DBTEAMLOGGroupAddExternalIdDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 505AE61EABB53C4717A8C3E3D43ED417 /* ZXCode39Writer.h in Headers */ = {isa = PBXBuildFile; fileRef = 27601DAC9D2E3D198A52F97401A5D808 /* ZXCode39Writer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 507661F7C5C3E9D9122B899811A8C972 /* DBSHARINGParentFolderAccessInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = C1DF35C52133B9ACC6727E9609A9AF7D /* DBSHARINGParentFolderAccessInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 50AF84630317FF01A09611F2E22A79D2 /* DBTEAMLOGDeviceChangeIpWebDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FBB1EAB1D8D9247505762D98AA1BE41 /* DBTEAMLOGDeviceChangeIpWebDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 50B3E74DE7D8A035CCD128842D66431E /* DBTEAMLOGContextLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B8573ECB7E3E80F3EAE0F1D998CF85E8 /* DBTEAMLOGContextLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 50CCEA12A5ECAD74C27C7EEDA11F1ACD /* DBTEAMLOGPaperContentRestoreDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 44E9100CCFF9814417A9D65BA40D02D8 /* DBTEAMLOGPaperContentRestoreDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 50EEB17E6F472A4AD9A339A0737BF837 /* fileenc.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F0BFD6A7649F18C8596C636A7B8450 /* fileenc.c */; }; + 51330A8D9AC20EF074D830242F954006 /* DBTEAMLOGSharedContentUnshareDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 67DADF38E56429E37D17092B9BC4585F /* DBTEAMLOGSharedContentUnshareDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 513490C0AC0F093B0F3CA6EC3B441F2E /* DBSHARINGExpectedSharedContentLinkMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 18BE9FCBCBA89C1947D04ACC1FC1C99A /* DBSHARINGExpectedSharedContentLinkMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 51CB0EBB1C14055827B9C3684460EEF4 /* DBSHARINGInsufficientQuotaAmounts.h in Headers */ = {isa = PBXBuildFile; fileRef = F5A7CFD5791AD8415E7F6D84392EBD47 /* DBSHARINGInsufficientQuotaAmounts.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 51F9F2AE46C3491DA9EE0A3F7BCE7C60 /* DBTEAMLOGDeviceType.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C03D7A2EFCB3E82A5A457A00DCB2044 /* DBTEAMLOGDeviceType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 520E188938AA346E41494F09DBBF42EC /* ZXPDF417ECErrorCorrection.h in Headers */ = {isa = PBXBuildFile; fileRef = D1EC6B799DFF4E6EEA27C48118D0AB00 /* ZXPDF417ECErrorCorrection.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 521115EF599689ED2B24D4B8AFFAD0E7 /* ZXRSSFinderPattern.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B9DFF32AE85876D1F2A399633F58CD0 /* ZXRSSFinderPattern.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5231FE71E6F1A623897FF028A1AE557B /* ZXPDF417Writer.m in Sources */ = {isa = PBXBuildFile; fileRef = D2F7965B3276CD75677CFB90AF992595 /* ZXPDF417Writer.m */; }; + 526798659CB2284D917E9D1D61C883CF /* DBSHARINGAccessLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 42513B71B77FD80E6ED3C5EAC2B2F460 /* DBSHARINGAccessLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 527B026BFA966AB8BB4A41829D5D84BF /* ZXPDF417BoundingBox.h in Headers */ = {isa = PBXBuildFile; fileRef = BBD602C506FEFDD57728BBD0AB5036FC /* ZXPDF417BoundingBox.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 52AB3A745B890343669DAF6BDD8397EF /* ZXQRCodeDecoderMetaData.h in Headers */ = {isa = PBXBuildFile; fileRef = D6B5781574B957C24BAE4AE6BCFA15A6 /* ZXQRCodeDecoderMetaData.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 52E1361FFE94B3DC660EEB8FC2B1DF6A /* DBTEAMLOGShmodelVisibilityPasswordDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 5431DA499E404C4082D1888B24322C34 /* DBTEAMLOGShmodelVisibilityPasswordDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 52E5385A8671024A9DDFCE9C42A9410B /* DBTEAMLOGSharedFolderChangeConfidentialityDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D238930CC7AA1F60B9AF8D75A04B0D2 /* DBTEAMLOGSharedFolderChangeConfidentialityDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 532A1F094B4EE7F655146A7EDE31D813 /* ZXAztecDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = E3566B1610BB41AD3A0694A6F50F1DE3 /* ZXAztecDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 53425C29314C4D6EFEB11CB2A938F6F1 /* DBSessionData.m in Sources */ = {isa = PBXBuildFile; fileRef = FE17F220CDA807636D507EB4ACD052EB /* DBSessionData.m */; }; + 535931B7AF1627D92F5F2DCBC6811DA2 /* ZXBoolArray.m in Sources */ = {isa = PBXBuildFile; fileRef = 1204B60D581FF7E6001DAB38DC1CA7A3 /* ZXBoolArray.m */; }; + 538F37A27603923D5D859DF57847B3C5 /* DBSHARINGAddFolderMemberError.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DC86E20AC3E1CBAC149F4182A712F22 /* DBSHARINGAddFolderMemberError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 53D6D7020EA2BE47D90C07FCB4FDA246 /* DBPAPERImportFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 41F493F9CB035E2FEADA5E0E7A9FB63B /* DBPAPERImportFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 53E3CD855B1AC2D3C25908D021F4ADE6 /* DBTEAMLOGMemberChangeNameDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 11A189963D8629875FEA06B5DE11A73B /* DBTEAMLOGMemberChangeNameDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 543F9F9F3D9D5821F670AFDAF5FC9A05 /* DBSHARINGListSharedLinksError.h in Headers */ = {isa = PBXBuildFile; fileRef = CA42E8E5DF5D5DA7582262EEE9355D8B /* DBSHARINGListSharedLinksError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5448C30577753C44D7941FFE4423DF49 /* ZXErrors.m in Sources */ = {isa = PBXBuildFile; fileRef = EE5C6B71E70B1A7FC822347F30A2945F /* ZXErrors.m */; }; + 545DBD27F84427F43C3BF7772E16728D /* DBSHARINGModifySharedLinkSettingsArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B6A58B68B95A516D84E6432F8CFA25A /* DBSHARINGModifySharedLinkSettingsArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 54773C9597A2E767FBDF40E970FFD859 /* DBTEAMLOGSharingMemberPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = FE0E9851E33FC1639097E0B4441F09DD /* DBTEAMLOGSharingMemberPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 548FD872469DBB578175EDE50A9C7633 /* ZXUPCEReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 89083FAC71A938C23DB61C2A08A993C5 /* ZXUPCEReader.m */; }; + 5495DA90AE9F7D4CFBDED44D50349C55 /* DBFILESUploadSessionFinishError.h in Headers */ = {isa = PBXBuildFile; fileRef = 23E61995F7057F19BEFE2B5EC62608C3 /* DBFILESUploadSessionFinishError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5507F0152DE2EEF14A42D51FF895259C /* DBAppClient.h in Headers */ = {isa = PBXBuildFile; fileRef = E21827C382BBEAE1872EF42F7F3CC905 /* DBAppClient.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 555F3B0FF6A7532CE78B154381334BA7 /* ZXRGBLuminanceSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 8244BBA2840222793FEBE187FFAD480A /* ZXRGBLuminanceSource.m */; }; + 559BE99546A3893D12C5E59089DDD842 /* DBSHARINGGetFileMetadataBatchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = FF801853C80F309AFD0141A3079F37E1 /* DBSHARINGGetFileMetadataBatchResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 559E1A4A8C2BC3C6684F208D1A7C96DE /* DBTEAMLOGTeamFolderRenameDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 595B525AC9B0153524411318D67CCDE6 /* DBTEAMLOGTeamFolderRenameDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 55BA347CAE29920E49F49DDE96349FCC /* ZXBitArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 06C4B2D0157669B044B3BB335B979979 /* ZXBitArray.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5618ACB5A4CF63F0E8ED39B30700F916 /* ZXAI01393xDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = F6EB57B3FA38C0793977D8E1C1D40660 /* ZXAI01393xDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5624F68927591A4769F97144AA935170 /* DBTEAMLOGSharedContentAddInviteesDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F9F9C039050D6EA49BF5374D25DA646 /* DBTEAMLOGSharedContentAddInviteesDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 56432235A38B4EE5262358F0152D6BC1 /* ZXOneDReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 290BA101609766E392FB55D831942404 /* ZXOneDReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5682087F87D003E79AA5F9AD56B3C204 /* DBTEAMGroupMembersRemoveError.h in Headers */ = {isa = PBXBuildFile; fileRef = 924F9D5377B63D86697531EBC36A11A3 /* DBTEAMGroupMembersRemoveError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 569B276B627A154F3E6AC51FBC8D78B5 /* DBFILESUploadSessionFinishBatchLaunch.h in Headers */ = {isa = PBXBuildFile; fileRef = 5398227DA8B2C043A2932C682B4C19D3 /* DBFILESUploadSessionFinishBatchLaunch.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 569D2788046B970753C289DAF3DE5337 /* DBStoneValidators.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A646BF0B6AD60B48871C3AAEA9095AC /* DBStoneValidators.m */; }; + 56CE6AA417C6F1386139A0500E58ECB4 /* DBTEAMLOGSpaceLimitsStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FA02E2E75D369C1991BCA1C94953BF2 /* DBTEAMLOGSpaceLimitsStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 570A5B897BB103CB53023A55C0683E03 /* ZXGenericGFPoly.m in Sources */ = {isa = PBXBuildFile; fileRef = 36F70B984445889A433824BBB1F7A5D3 /* ZXGenericGFPoly.m */; }; + 5719F5CE78CCEAA226749E96D528E361 /* DBTEAMLOGGetTeamEventsContinueArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 37489D3F3FAB233F3120294BB37F0B5E /* DBTEAMLOGGetTeamEventsContinueArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 572102D99F224E5C01F3F012F2757747 /* DBTEAMLOGPaperContentRemoveMemberDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = D716020988BBEC232B55F964B3CABD80 /* DBTEAMLOGPaperContentRemoveMemberDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 572DA6B0084AC1C39B51958410087D2D /* DBChunkInputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 2979F3FCE396B602B4475E520D02F33B /* DBChunkInputStream.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5736D597F953AFA9FABAECA06B7FD826 /* DBCommonObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = EF1391D0839A464967D6FD3D8AA0E55D /* DBCommonObjects.m */; }; + 573C320375C630FF0FC995EC3491508E /* DBTEAMLOGSessionLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 257DD09CDBE4BA81CA88F47B357A7543 /* DBTEAMLOGSessionLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 57F5ABD7F9BF3E64EB2555DD7169DF5D /* ZXDimension.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B513E06A0E1439DC0ECF2590085E334 /* ZXDimension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 583437841740248AE48869F9473653CD /* DBClientsManager+DesktopAuth-macOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 72DF3D204DA3CB88D92EF938F7F235DE /* DBClientsManager+DesktopAuth-macOS.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 58477481EFFFF694DB12ED050C9BD6B6 /* DBTEAMLOGGroupLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = A2247C6FAE1C3966E7729B79410B938B /* DBTEAMLOGGroupLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5851AD5959CB4396462F9CF668359C6D /* ZXRSSDataCharacter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7236ED7550850909E1AF3F0B55ADD1C4 /* ZXRSSDataCharacter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 58546486270496315DC9510D5093056B /* DBTEAMLOGDomainVerificationRemoveDomainDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 61EE05950228907B1F8B9E2EF74E0E97 /* DBTEAMLOGDomainVerificationRemoveDomainDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 585744835B5BE054E09D6ADBC917CAB6 /* ZXITFReader.m in Sources */ = {isa = PBXBuildFile; fileRef = A3159CE7C70E40AFD2E0D33A94D11681 /* ZXITFReader.m */; }; + 58E5E037EF5495A5C12A21005C27AC17 /* ZXIntArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 928D30186840845230520C413CE95E1F /* ZXIntArray.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 592A16DEFC1726A4205589C95CE26246 /* ZXVINParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B91C058EEBD2B590DA1FC760D515182 /* ZXVINParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 593D9EA1FAD6D06420AE3D54DC50AEF6 /* DBSHARINGTransferFolderError.h in Headers */ = {isa = PBXBuildFile; fileRef = BADF7C8C466E957A28EF73BEEE9F0E6A /* DBSHARINGTransferFolderError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 594D00DF8278B1C09224838C0167A5DC /* DBTEAMLOGMemberPermanentlyDeleteAccountContentsDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = BE79C9F1EF0B123C3A720E6D45C769F5 /* DBTEAMLOGMemberPermanentlyDeleteAccountContentsDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 595E79462653408AC9336F0F46EFC74C /* DBTEAMMembersSuspendError.h in Headers */ = {isa = PBXBuildFile; fileRef = B93E4C7AEA43AEBD5F3C0880C0575071 /* DBTEAMMembersSuspendError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 59654C6B907E2599854D037A29EF8EC3 /* DBSHARINGListFileMembersContinueError.h in Headers */ = {isa = PBXBuildFile; fileRef = 482389BA07781998E9E3A13B4FCBD850 /* DBSHARINGListFileMembersContinueError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 59AE42A9AC3CDD5D93A1EABA05CEA509 /* DBOAuthManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EAA563E98A8B47F4B7574CA06EA6E19 /* DBOAuthManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5A32CEC404F08B1584920186A497BFDB /* ZXCaptureDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = FDDC0159D070D3789FF69D9AB779C660 /* ZXCaptureDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5A51B42174084757D46180BEA8D7AD7A /* ZXMultiDetector.h in Headers */ = {isa = PBXBuildFile; fileRef = 599186B57CCF63BFEA9ACB5E4C38300B /* ZXMultiDetector.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5A565C55140136ED4B025BD12F155DA5 /* DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F3CBCF112F2AEE266D83B2E0B3EA00A /* DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5A6405B7411A8B01EE2DC7754379C589 /* DBSHARINGFilePermission.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F4952A8624D07F99A7142FCF9060787 /* DBSHARINGFilePermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5AA68635AD58DFE3949D1E00F3D4E716 /* ZXResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 34F0D072F9F73C801610800DA20CC760 /* ZXResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5ACC31956F3A558EE8298775E98FA9D7 /* ZXQRCodeBitMatrixParser.h in Headers */ = {isa = PBXBuildFile; fileRef = B367564944212153501B433BD5351A79 /* ZXQRCodeBitMatrixParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5ADBAE500C650C04ADFBC34C3548D5EC /* ZXExpandedProductParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 924362ADCF4E525207ACA16630CADD24 /* ZXExpandedProductParsedResult.m */; }; + 5B51841823B23F9F0C343E5AD59774E3 /* DBTEAMDesktopPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 34EE8A4D0AEFB94119CDE7F5D6874211 /* DBTEAMDesktopPlatform.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5B58C52BFC36EDC83C3D2F98C21721DC /* sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = 942A0809178A95D59927A6B7FBAC53E9 /* sha1.c */; }; + 5BC606067F451A5DED3E384A10E364A2 /* DBFILESCommitInfoWithProperties.h in Headers */ = {isa = PBXBuildFile; fileRef = CC8B31F99AECB43B8B8C4EA639CA4C75 /* DBFILESCommitInfoWithProperties.h */; settings = {ATTRIBUTES = (Public, ); }; }; 5C0DB599ACC1DC37B52E941826ECA0A7 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B71896A3AE6EF693AC497DCE0885B43 /* Cocoa.framework */; }; - 5C265D1749558F287333373A338557A3 /* ZXQRCodeFormatInformation.h in Headers */ = {isa = PBXBuildFile; fileRef = D24BD0DF95249315B41B1C14CC8EBB79 /* ZXQRCodeFormatInformation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5C352BC91B122D0FCE059BA4A453C605 /* ZXUPCEReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 88E2A0A28F0F2D5A10F5FBB7D94AA227 /* ZXUPCEReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5C42EDC54B775FB36254BCC72EE6ABF4 /* DBPROPERTIESPropertyGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = FF731642F03B45B23DF515D61E468347 /* DBPROPERTIESPropertyGroup.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5C73BA6A702F2BC03FF970C2AC63575D /* DBSHARINGVisibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 2342BB79AFAC2D324CEE9FC9432B8CF2 /* DBSHARINGVisibility.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5CA2808F8558169DE3028D8DC3A1BF86 /* DBTEAMLOGEmmRemoveExceptionDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = EA7D9E3367B2589D35BD7BC7999C42F2 /* DBTEAMLOGEmmRemoveExceptionDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5CCAB5BF00F28280EF0FD4461A126BC6 /* DBSHARINGLinkMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 202FE3D3AE9398EA538758C721643267 /* DBSHARINGLinkMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5CDF8F379D842BEB1BD9B27574DA6BAA /* DBTEAMNamespaceType.h in Headers */ = {isa = PBXBuildFile; fileRef = 636509BFA0CADBA2B8829DC8CAAA7981 /* DBTEAMNamespaceType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5D6B295F5E65182DE28F5AED3EEAA31E /* ZXQRCodeBlockPair.m in Sources */ = {isa = PBXBuildFile; fileRef = D630BDD2448BECD0E135FF68E9107C76 /* ZXQRCodeBlockPair.m */; }; - 5DD11505B39045C744ADF60C8751BBA9 /* DBTEAMLOGTeamProfileAddLogoDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = E53F81539A891B4C785F5FB380917733 /* DBTEAMLOGTeamProfileAddLogoDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5DDFD26051390628C8F9430D1DD17156 /* DBTEAMLOGFileRollbackChangesDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C1DC7271451D3BFBAC867770E642600 /* DBTEAMLOGFileRollbackChangesDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5E1AD3E1EF5B6DCE629CE8CA0E0020FE /* DBFILESDeleteArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 96401221F53DFCF54BC747254FB82088 /* DBFILESDeleteArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5E291C8F57D3CD2D8AD9EDA9287DE48B /* DBTEAMUpdatePropertyTemplateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 48D7CA19E5CFE081EA9F139653337943 /* DBTEAMUpdatePropertyTemplateResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5E2FC5A16A746AF86098147826C4EE2B /* DBFILESGpsCoordinates.h in Headers */ = {isa = PBXBuildFile; fileRef = 920D5BD3B30CEF29A403D5C58AD13EC2 /* DBFILESGpsCoordinates.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5E525063D4CB3FE18659B72C31588E4B /* DBTEAMLOGSmartSyncOptOutPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 555F843BE487EC3148642FB9926F07EC /* DBTEAMLOGSmartSyncOptOutPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5E7A99871E2DDD6A51900F77B8FD96B6 /* DBFILESListFolderContinueArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FDB52A65C3E6D89E1A39A96620FB781 /* DBFILESListFolderContinueArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5E8DDEEB546F5DAEDF16CCDB823FAE3B /* DBTEAMLOGTwoAccountPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = F26CEAFBB5B2F6FC29E3423BA1FA9151 /* DBTEAMLOGTwoAccountPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5EB1C25A16CB64408DFE1E17FC446E60 /* ZXRSSExpandedDecodedNumeric.m in Sources */ = {isa = PBXBuildFile; fileRef = 5168B67B7608F8784C5CB67A5AB7EDE2 /* ZXRSSExpandedDecodedNumeric.m */; }; - 5F2C5D6FF0B96C9AAA1DC2BC130983A1 /* DBFILESUploadSessionFinishBatchLaunch.h in Headers */ = {isa = PBXBuildFile; fileRef = AB468A2132DBE2C76EA7FC6D21BA6B82 /* DBFILESUploadSessionFinishBatchLaunch.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5FE681FE2181103F1DB24BA5C18A07E6 /* DBTEAMLOGFileCommentsPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = B96700B6043100901AD9CD80DBA1E876 /* DBTEAMLOGFileCommentsPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5FF760EDD2162DE3D238D7927079F45C /* ZXInvertedLuminanceSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 51B7E95E8F5071B37DADE7026413545D /* ZXInvertedLuminanceSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 600F766AE424B0C63162F1036F92D0DB /* pwd2key.h in Headers */ = {isa = PBXBuildFile; fileRef = 494AD200AD9BD23C979FC0471DAA246A /* pwd2key.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6031AA31742B363F7531C732FE76071E /* DBFILESWriteError.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C90199B919C9C4E33F4C167100C216F /* DBFILESWriteError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 60333A1B4177B7DE350238DE809B3E2F /* AFURLResponseSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = E09AD1332C5AA69CC5DD4A5D54AD2266 /* AFURLResponseSerialization.m */; }; - 605F0D2DD47F3F6277E1737706CDA586 /* DBTEAMBaseDfbReport.h in Headers */ = {isa = PBXBuildFile; fileRef = A31793D3031D745A94969EA013BE444E /* DBTEAMBaseDfbReport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6087C4B176B2517BBE4A34FA1F895D06 /* AFURLRequestSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 1C94B333494D8772A0E405560C980024 /* AFURLRequestSerialization.m */; }; - 60B5F70BBFCFED05BF226D006BE475D0 /* DBTEAMTeamMemberProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C635E8E38B29863D43226535D7B7A82 /* DBTEAMTeamMemberProfile.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 60BC163653CDC51D6CFA354A41C0EB73 /* DBTEAMListMembersAppsResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 602D7904ECF8A3406CEB51C8F0D2787C /* DBTEAMListMembersAppsResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 60FA4F12A4F55B055BA3ED29E30715B2 /* DBASYNCPollEmptyResult.h in Headers */ = {isa = PBXBuildFile; fileRef = EFE6143B7BE29CCD69C50A03DF1107A6 /* DBASYNCPollEmptyResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 60FF402DEE8999331F072C6E9E96ED68 /* DBTEAMLOGTeamFolderChangeStatusDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FD6E604F97CB86CA9B4E3A79CD738AE /* DBTEAMLOGTeamFolderChangeStatusDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6119288AB4753D0C63C0F498AB197A3C /* DBFILESGetTemporaryLinkError.h in Headers */ = {isa = PBXBuildFile; fileRef = 444221DB3370E0E6B379165455559CCB /* DBFILESGetTemporaryLinkError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 61318D6A3DA504D980477841865AE9AA /* ZXPDF417HighLevelEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 3977D5E69036EA4C53B2622008F2DC7B /* ZXPDF417HighLevelEncoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 613DBB851EB85DCDB842138C0339A2FA /* DBTEAMLOGSharingChangeMemberPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 780AC25EACEC12BB65915817E94777E6 /* DBTEAMLOGSharingChangeMemberPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 614235E5EA6D8F9FF164354E43D5DD75 /* ZXEmailAddressResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = FAD7E3344C959C7A83EBBED6C1071E80 /* ZXEmailAddressResultParser.m */; }; - 61F73B3F8C0F267EB13E6712B883E1AC /* DBTEAMGroupUpdateError.h in Headers */ = {isa = PBXBuildFile; fileRef = B297C06FF0588ACEB19EDE3853ECD984 /* DBTEAMGroupUpdateError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6204EEC778CB84EFE28DDEC15FA585BE /* DBTEAMLOGAccountCaptureChangeAvailabilityDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = EC0F2EEDEC9A2F3B8F8FCDC68BBC7033 /* DBTEAMLOGAccountCaptureChangeAvailabilityDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 62419140D6024D1AD984F887CDDA7AB1 /* DBTEAMLOGSmartSyncChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = FA1A85A2B199295485983E1AC71CA533 /* DBTEAMLOGSmartSyncChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6247A0401AE66C1978E47403F5AC8D9D /* DBFILESGetMetadataError.h in Headers */ = {isa = PBXBuildFile; fileRef = 0138A6A4CBCB52E2F441D9D736B36BC1 /* DBFILESGetMetadataError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6265A0017B044CA35CF2BE6A32E5941A /* DBFILESRestoreError.h in Headers */ = {isa = PBXBuildFile; fileRef = E8FE6015770CB146D67350CB7F7459B7 /* DBFILESRestoreError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 626D79C51CAE833428C850F2B664FC6F /* DBTEAMLOGGroupChangeManagementTypeDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = BC9A74351301F0597D8B0F00D26E49E5 /* DBTEAMLOGGroupChangeManagementTypeDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 627A39A1905FB0CDC9F58B0874ADCB46 /* ZXQRCodeFinderPatternInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = A760788771237EB9812A59C8F6B9F571 /* ZXQRCodeFinderPatternInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6288A10692CD79110F732524CFF897DC /* DBTEAMLOGAllowDownloadDisabledDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = A4FEAA4260FBA0520615025C8277FDE6 /* DBTEAMLOGAllowDownloadDisabledDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 628A7A1296FF70AC06FFAE23EFE3D245 /* ZXQRCodeDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = DA86D766F01FA17997037E4E2D0FEA5E /* ZXQRCodeDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 628FE953B52423A2264847ABC640D7D6 /* DBFILESUploadSessionFinishError.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FA5A1A420D0AEBD63E56DCCFBDE7D9F /* DBFILESUploadSessionFinishError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6300BE877E17CA336697DB3DEBD81F34 /* DBSHARINGFileMemberActionError.h in Headers */ = {isa = PBXBuildFile; fileRef = AD6A39915A9DEC982EE4698C0827B862 /* DBSHARINGFileMemberActionError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 63593AA7402D36FF57F838778057730B /* ZXGenericGF.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A3A8EAE0FAB3E035A04FB178F53E425 /* ZXGenericGF.m */; }; - 6360B4FC46B634FE2C6AA02CD8D1FB5A /* DBSHARINGMemberPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = A5460C8C523BC6E327E6BD15C488842D /* DBSHARINGMemberPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 638F92328BD484EDFC1DBD17B170E607 /* DBTransportBaseConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = DC2BD2FD832205C964C61390561D77F5 /* DBTransportBaseConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 63EEEC5DB72C0B5170CC98F1CF2B0963 /* DBTEAMLOGSfTeamGrantAccessDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = D56DB9A3ACD361FA383BB068D5FA76A0 /* DBTEAMLOGSfTeamGrantAccessDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 63FD489055A372DE77FD538DD60B6308 /* DBCOMMONPathRoot.h in Headers */ = {isa = PBXBuildFile; fileRef = EEBD9C669571065CBD40F3C850CFC5F4 /* DBCOMMONPathRoot.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6404C5075745B7660ED8C5593242DC04 /* DBSHARINGSharedFolderMembers.h in Headers */ = {isa = PBXBuildFile; fileRef = E85B4950773418D185236EC9666D9E6A /* DBSHARINGSharedFolderMembers.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6418B9F7828B30B613FA18ED32C88878 /* ZXRSSExpandedDecodedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BA6FEE85A74931113B3C18DD055BE31 /* ZXRSSExpandedDecodedObject.m */; }; - 643B8FD79BA7F223FF58BA79609020BF /* ZXUPCEANExtension5Support.m in Sources */ = {isa = PBXBuildFile; fileRef = 417B576D0720BAEABC0E883A97F6C836 /* ZXUPCEANExtension5Support.m */; }; - 6442FBB5BE0195D9BEFF42D6837DC4C5 /* DBFILESSaveCopyReferenceArg.h in Headers */ = {isa = PBXBuildFile; fileRef = D8D01624CBE7A572C6C2CADAB3BAE6D0 /* DBFILESSaveCopyReferenceArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6463C734BB7872E55BF69FDA95AD2E69 /* ObjectiveDropboxOfficial-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E7E7B5240517BD15A0203B23B2B8633 /* ObjectiveDropboxOfficial-dummy.m */; }; - 64B0D35DC176F33EBAEA29F1C7A63AB3 /* DBTEAMLOGShmodelDisableDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 2432D35C04B5C9D1BAA3DDA2560E2747 /* DBTEAMLOGShmodelDisableDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 651D9ABB23B557068A16BC8347941D75 /* DBTEAMLOGFileRequestChangeTitleDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D77F529DF5F299C61AD81C1C73B200C /* DBTEAMLOGFileRequestChangeTitleDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 654398F3BAEFECC8705BB94C5AAB8C54 /* DBTEAMLOGPaperDocEditCommentDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E00DEA54087AE820150576B74FBC6F3 /* DBTEAMLOGPaperDocEditCommentDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6553BC04B6214A55446B67BFE5D47424 /* DBTEAMLOGSharedFolderMemberPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 32D793C560D371A894CF8F7A15B9ED3B /* DBTEAMLOGSharedFolderMemberPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6560EBEDD75BD3CDF97AF3C508E2C55B /* DBTasks.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A3BD953505AABA50551E5A18CD1ACC3 /* DBTasks.m */; }; - 6568BF627E33ABE4E387D7422B57382D /* ioapi.c in Sources */ = {isa = PBXBuildFile; fileRef = 5474F26AB5B86696934EFCBC541E7A29 /* ioapi.c */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - 65A009F0F3B4568BB16F4F32DE493867 /* ZXAztecWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = E64B1F12754D3885FC563B954F2CF9F2 /* ZXAztecWriter.m */; }; - 66099C2154A887ACFD5B9DF319C6EA97 /* DBTEAMLOGTfaPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = A2DBA524C02293ECBF0C21CA2357B751 /* DBTEAMLOGTfaPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 66111C7FBBB55E8FCE2ACBEA5732B07E /* DBUserBaseClient.m in Sources */ = {isa = PBXBuildFile; fileRef = CD2F8FE1869F8A89402EFC7F93CC8425 /* DBUserBaseClient.m */; }; - 66FB1F5F42BD60C09B6F9D61BEDA29E4 /* DBTEAMLOGTfaAddBackupPhoneDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = B4049BD66E6AC8E3B8D85A6BA034B583 /* DBTEAMLOGTfaAddBackupPhoneDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 670F8E0E2B24C8D8EADDC7CA7C3D6F3A /* DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 3875451BEC6E92118B4C2AEEC158FBA9 /* DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6737808A407D4CFCD52F3655E98923A4 /* ZXRSSExpandedPair.h in Headers */ = {isa = PBXBuildFile; fileRef = 631177BA503CD1B339C1058328E3AD06 /* ZXRSSExpandedPair.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 678886653E3FB70349A0F51228057570 /* MPAnalyticsParamBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 22840309483081DE81F831C10B4E7B89 /* MPAnalyticsParamBuilder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 67B4672A1C8057BB5A4304EEBFD2B018 /* ZXDataMatrixBitMatrixParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 3937938E90C0B0EBE1C8639CDC6275A2 /* ZXDataMatrixBitMatrixParser.m */; }; - 67BEF393F5F58EFF661570495697E23B /* ZXAI013x0x1xDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C3D23735D0DF835365CB2DF9E3EA513 /* ZXAI013x0x1xDecoder.m */; }; - 67E2E836D269BF91D2BCC12B6342F299 /* DBTEAMLOGTfaResetDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 77A6A1B0E84A8BA2F4B9F9067A660010 /* DBTEAMLOGTfaResetDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 681E04473EAD29A462E98FE2623EDAC8 /* ZXRGBLuminanceSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 54AB91A419FEC3BEAEB7EBFB7426C565 /* ZXRGBLuminanceSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 684F994C3A4962BE2084F11136C02BF2 /* DBTEAMListMembersAppsArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 03335ACDA511ED5FEA4A62D3CE360D1F /* DBTEAMListMembersAppsArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6865E09EB191359454C8503BF1FBD340 /* DBFILESRelocationPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CEE1412A19C5BDD9FF4A98D11AADBDA /* DBFILESRelocationPath.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 687E931190844158D9AD1F25B68F99BC /* DBSHARINGRemoveFileMemberArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EF9BCEFFBDF88AEE0722C61F0EA0F28 /* DBSHARINGRemoveFileMemberArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 68C0BFECC62C6CFBC6025AF60FF73527 /* ZXQRCodeDecoderMetaData.m in Sources */ = {isa = PBXBuildFile; fileRef = 7074E5EDC139F5734F48FD90BFAD4118 /* ZXQRCodeDecoderMetaData.m */; }; - 68D360FE304E1114AE8A9BCFE1F0B1E5 /* SSZipCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 33572EB53C37E979AD53B8EA4B07BD2C /* SSZipCommon.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6978698A27096FE0B33117A4DDE6168D /* DBFILESSaveUrlError.h in Headers */ = {isa = PBXBuildFile; fileRef = E07568832F406C580973A34FEBC3BA63 /* DBFILESSaveUrlError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 698301814C6E10D31E29BE4FDEE12062 /* DBTEAMLOGPaperPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AD9E59198657F81B88E0E712BC19D33 /* DBTEAMLOGPaperPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 698E04ED11E41D566AFC54D525961535 /* DBPROPERTIESPropertyField.h in Headers */ = {isa = PBXBuildFile; fileRef = F822AC7F636A7AFB4ECAD90B8E5499A2 /* DBPROPERTIESPropertyField.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 69AC1C43936A09E6B8C12DD7B4227BC7 /* AFNetworking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 16399FA3A96FDDBDB9ED06A925081713 /* AFNetworking-dummy.m */; }; - 6A09377B6E429487AE9038DE9B724672 /* DBFILESGetCopyReferenceArg.h in Headers */ = {isa = PBXBuildFile; fileRef = D2D2E05A3B7014A226B9E35CDDD7DF98 /* DBFILESGetCopyReferenceArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6A7474B9286272034984C59AD787107C /* DBSHARINGRequestedVisibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 2165545CD807DA93E45167980C992C47 /* DBSHARINGRequestedVisibility.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6A98E4614192A75AA5629D136B3D9451 /* DBTEAMLOGShmodelTeamDownloadDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 4121B54221B2C0F419CEFB403B833635 /* DBTEAMLOGShmodelTeamDownloadDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6AA4039F24E6F7C4C469A544F66A460F /* ZXQRCode.h in Headers */ = {isa = PBXBuildFile; fileRef = EA785D4D63E1889962877866C86365F4 /* ZXQRCode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6AB48A287AF4F8A915F9057C83C09248 /* ZXRSSExpandedDecodedChar.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F09EA952CD9F0ED5B5127558661C3C7 /* ZXRSSExpandedDecodedChar.m */; }; - 6ADD5FCED620E81EC61D09B3EE5F466A /* DBTEAMLOGTeamMemberLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D08BBEE1496B086AFCDDECD5AC7FDC8 /* DBTEAMLOGTeamMemberLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6B30B160674E53B6CE8DAE73E0176DAD /* DBSHARINGRevokeSharedLinkArg.h in Headers */ = {isa = PBXBuildFile; fileRef = CEFA420A79A919FF33B6315FCBDE889A /* DBSHARINGRevokeSharedLinkArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6B33D094C8AC99578F7F28089ACCA671 /* ZXQRCodeMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 3258195B60846A9B53B9E437F9229EBF /* ZXQRCodeMode.m */; }; - 6B45409C56658655DCAFEEC3252893C4 /* ZXCalendarParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E0DAE3F9C9C72F48FE20213D44E1F05 /* ZXCalendarParsedResult.m */; }; - 6B8CD0FB15F19729CE415B0921D02F4D /* ZXISBNResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 124F80768BA8014DB594AB89F231FAC7 /* ZXISBNResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6BC2CFFB7862B50E35C97EA1D1977698 /* SSZipArchive.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B187442CF2051F76D80709FD6D71797 /* SSZipArchive.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6BD147588767552C5437FA6067B76800 /* DBPAPERPaperDocPermissionLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A27513DAFA0327E61A409BF8A931510 /* DBPAPERPaperDocPermissionLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6BD701F546F80F2451CA4394C370737F /* DBTEAMLOGTeamAuthRoutes.m in Sources */ = {isa = PBXBuildFile; fileRef = 7980F59AE5240BB6E9CB56FDFE765CD7 /* DBTEAMLOGTeamAuthRoutes.m */; }; - 6C534842D442F726683482A9FE0F9967 /* DBPAPERListPaperDocsArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 64B282F3B160CB9BC73E369116322C64 /* DBPAPERListPaperDocsArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6C53BC86E9DCA9C0CDA9343A52E09B12 /* prng.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DB63F4F30677F10608DD7FD91C0B361 /* prng.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6CB3FD766BEF68FE732E695029C6F188 /* ZXAztecReader.h in Headers */ = {isa = PBXBuildFile; fileRef = D581558FA376CBC06570A3B5A52CA6E7 /* ZXAztecReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6D1DE2EF33C13F30FC82B164F2CB8069 /* DBPAPERPaperDocExport.h in Headers */ = {isa = PBXBuildFile; fileRef = 6069A8692F3059A0989E05088502C3FC /* DBPAPERPaperDocExport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6D470B1AC9647FEF126F0DC41F2E59F6 /* zip.h in Headers */ = {isa = PBXBuildFile; fileRef = 911D8DD9B83BB2935E8571C00592AAEF /* zip.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6D9C441DD0E02893560C2B8CA09ADDF3 /* DBFILESWriteConflictError.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A8E1947B9E6E54A8BAD34DCF87D092D /* DBFILESWriteConflictError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6DAA70D0CD4164D2AA76C2B3E562A85B /* ZXAztecSimpleToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C7C40CA3DD9CF86A4807E047036F536 /* ZXAztecSimpleToken.m */; }; - 6DF600A6C22AF39CC25388182F05FB08 /* ZXDataMatrixVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = BCE5B4048528666617A74D2D7F92F352 /* ZXDataMatrixVersion.m */; }; - 6E2AFA3D2AFDC610FB15A1832E0A2E3D /* DBSHARINGLinkPassword.h in Headers */ = {isa = PBXBuildFile; fileRef = E33594D681DE489447CE457B9398891A /* DBSHARINGLinkPassword.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6E39280899BB69E2A602D152451E0AA8 /* DBTEAMLOGDomainInvitesEmailExistingUsersDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 761BC92F21FE119224BA88912B38AE53 /* DBTEAMLOGDomainInvitesEmailExistingUsersDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6EA9F7BC445BC082B15559093EBACA13 /* DBTEAMLOGPaperFolderFollowedDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F72AB85C77A4D0E483A253C8EB7660D /* DBTEAMLOGPaperFolderFollowedDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6EAAAE2E72E541ED21BB3AFE2BAC322F /* DBCustomDatatypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 271581C64E7586EC647C3F4301E0379A /* DBCustomDatatypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6ED4E84E6C1F209D50816BCB4640691C /* DBSHARINGUnmountFolderArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B538715E6DB1BF2B5DB8E79EC384A88 /* DBSHARINGUnmountFolderArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6F1A0F02C5BB0EFC0EA7A922D1076592 /* DBTEAMLOGCreateFolderDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = AFBE6C2CF76B3A609764525E5FC84C04 /* DBTEAMLOGCreateFolderDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6F3EB605C6EDED3C62E314863E134EC0 /* DBPAPERListPaperDocsSortOrder.h in Headers */ = {isa = PBXBuildFile; fileRef = FBF6D77C95C5F2ADA56F50F4FACBAC13 /* DBPAPERListPaperDocsSortOrder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6F7D421522CC1E02F40282E4B8072CBF /* DBSHARINGRemoveFolderMemberError.h in Headers */ = {isa = PBXBuildFile; fileRef = 09B79AFBEE78B735CF54B61F302EF07A /* DBSHARINGRemoveFolderMemberError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6F8FEFE5289F388FB446645C2F5D47B5 /* ZXBinarizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 91F3012BD2FC6671472D8F404F3DC8F2 /* ZXBinarizer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6FA4039467C00F0022B276C6A7B9B418 /* DBPAPERAddPaperDocUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 17C8EAA29C91569B4235432092904BFC /* DBPAPERAddPaperDocUser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6FD2EB12E4B6BBBFEE5D0F49DFF1159E /* DBTEAMLOGTeamFolderCreateDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 82D7AF33DF84787B111529FD74DEA02A /* DBTEAMLOGTeamFolderCreateDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6FF39F8B3B47AC8E3B7E5E0EE12AE826 /* DBSHARINGSharingFileAccessError.h in Headers */ = {isa = PBXBuildFile; fileRef = D795390DC405225130D2D31652340D27 /* DBSHARINGSharingFileAccessError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 703D38B123E6C9DD2FFBA1C8443DF7A5 /* DBTEAMLOGNetworkControlChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DFB768386A088E5EAC9BD71C17436C5 /* DBTEAMLOGNetworkControlChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 705557C04417CA310BA2BF7FEFF19340 /* ZXAztecBinaryShiftToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 2111F80F66E864C90C04859F0A7F2F2C /* ZXAztecBinaryShiftToken.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 70A8881B0A474954C4F9EF03882F9A00 /* DBSHARINGShareFolderArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 8651A3B14042DB70361A050DA386E2D6 /* DBSHARINGShareFolderArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 70B3C3BB1F9815CCE71BC7AF7B48A891 /* aes_ni.h in Headers */ = {isa = PBXBuildFile; fileRef = 2991B1B9206825BC6EA4B013B9484C44 /* aes_ni.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 70F597230D3C0024520C1CF673E2D1A3 /* ZXBitSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CCAF706325BACCCA8FEB97631F089CE /* ZXBitSource.m */; }; - 7141665C4CB677C65FBB59332D610EE1 /* DBSHARINGSharedContentLinkMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D8FC2DD9F8DC3EAFF85971DA0AAECA4 /* DBSHARINGSharedContentLinkMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7144709DF2017826BA57EBCE26FC0FB4 /* ZXDataMatrixX12Encoder.m in Sources */ = {isa = PBXBuildFile; fileRef = FD7FCABB0C5A682281BC83FBC3F26B9A /* ZXDataMatrixX12Encoder.m */; }; - 717379D8D27B94C57E75D6DF274A84C0 /* DBTEAMLOGPaperDocRequestAccessDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = DF2087AA6797BBDA8A6C3A12910FE733 /* DBTEAMLOGPaperDocRequestAccessDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7180D4081C9E909D2988323105A722C5 /* DBFILESFileOpsResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EB262418C3D18A25D7AF2A75839CA51 /* DBFILESFileOpsResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 71C739BFA69D509EF52B716907B2C2BE /* DBTEAMTeamMembershipType.h in Headers */ = {isa = PBXBuildFile; fileRef = 799999114AD0282CA8924E09F7957123 /* DBTEAMTeamMembershipType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 71DF63626C511DB276D0C45984A1C09E /* AFNetworkReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 990C5F1213271B5502C80F09652A1403 /* AFNetworkReachabilityManager.m */; }; - 71E0E7C13F7C13783C27255C874521F2 /* ZXAI01392xDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = C40749F0FF9861ADA6ADE11C8E151A15 /* ZXAI01392xDecoder.m */; }; - 71F03CE3706A75214BF914FE731EC7C1 /* ZXRSSExpandedGeneralAppIdDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B79661ED52ADFD3320816C551351410 /* ZXRSSExpandedGeneralAppIdDecoder.m */; }; - 71F5B4EDA27ED5A8C02242250BF6B47E /* DBTEAMLOGFileGetCopyReferenceDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = EF8BE1FF719AB3D541BAF0618FCFE7CA /* DBTEAMLOGFileGetCopyReferenceDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 71F657FCB7B7BECC5039E15462BBB9B4 /* DBTEAMLOGSharedContentRemoveInviteeDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 49B5721F4D292C41906E7153A1FDA5E7 /* DBTEAMLOGSharedContentRemoveInviteeDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 71F8A28FFAFB73126BE44028181F077F /* DBTEAMLOGFileRequestReceiveFileDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FA671A02DAA5A655501E8EEF3C21027 /* DBTEAMLOGFileRequestReceiveFileDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 71FEE5DC1F72C855BB1F61F7BFB17F99 /* DBTEAMMobileClientPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 388998FDC4D3B3872AE572A292675DDD /* DBTEAMMobileClientPlatform.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 72017E2DD88FE28D40F9A425677706B4 /* DBTEAMMembersAddArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CAE3838C54713DABB53F578DB57A48B /* DBTEAMMembersAddArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 721466BD59B9D3AA36214EC94B69A944 /* ZXGridSampler.m in Sources */ = {isa = PBXBuildFile; fileRef = EDB87B01FF1997CCD315F626A2B7F6BB /* ZXGridSampler.m */; }; - 722D77E916914DC66D3352C6B684B430 /* DBTEAMLOGGetTeamEventsContinueArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 96C004DC96BE9B8536DC2A1F6B6DBEEC /* DBTEAMLOGGetTeamEventsContinueArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 72768D16BB337C3F0B9F2ADCC645BD13 /* DBSHARINGCreateSharedLinkArg.h in Headers */ = {isa = PBXBuildFile; fileRef = E2BEA6380C9556D195DE573BABD82119 /* DBSHARINGCreateSharedLinkArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7298E10AC7128C4B4C7CB0A867610E83 /* DBSHARINGUpdateFolderPolicyError.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E51AD7152C5D9FAC38EBA3D02A553EB /* DBSHARINGUpdateFolderPolicyError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 72F228EBB0A730300498D1938D5A487D /* DBFILESUploadSessionAppendArg.h in Headers */ = {isa = PBXBuildFile; fileRef = CB3D1AC443C3166255E22A3E265BFAA9 /* DBFILESUploadSessionAppendArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 73238100223AF80C8552BD9C4892358F /* ZXingObjCAztec.h in Headers */ = {isa = PBXBuildFile; fileRef = F9961D849021C48BA94EE3A9A22D762E /* ZXingObjCAztec.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 73AB3A2004FFAFCE2640774C34483515 /* DBTEAMMemberProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = A17167759E61ECF7729E754EF3F06A0D /* DBTEAMMemberProfile.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 73D4C7D9CB9FFFB5886169C99F51F4C0 /* DBTEAMLOGSmartSyncNotOptOutDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = DCBD6DA10D5339E26854F669708C8006 /* DBTEAMLOGSmartSyncNotOptOutDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 744A2EC900EC43A2F7BEAE68EB41544F /* DBTEAMLOGMemberSuggestDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE772E61CC934223778DFD0C9982265 /* DBTEAMLOGMemberSuggestDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 744C8D93D0905B25A7E906DE15CBD0D7 /* DBFILESRestoreArg.h in Headers */ = {isa = PBXBuildFile; fileRef = C9C1FCDB766CBBEB376F0B4A9291FBF9 /* DBFILESRestoreArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7460F8CB47FBBE72C7AA7A85E712FDBC /* SSZipArchive.m in Sources */ = {isa = PBXBuildFile; fileRef = C7B2A1EEBC5BCB21815ADC5D4942B046 /* SSZipArchive.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - 74753ED51660A206E7FA27DC1EED657C /* DBFILESCommitInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 694266028951FED3AA491967FE3D4034 /* DBFILESCommitInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 74BD7E1ECA3F71C168D86631DF34D833 /* ZXBizcardResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = FF461F1A95E03E7DB9A1C884A1613212 /* ZXBizcardResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 74EC8E9B820ABDF1FFC1F81D98C39BFE /* DBPAPERSharingPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F6A9029D06A1F8DD38E3858216A4DD5 /* DBPAPERSharingPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 75025302C69B5254B9C78EF778165E7B /* DBTEAMTeamFolderIdArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 768A0148F44A2043851512CE951E9980 /* DBTEAMTeamFolderIdArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7506CB6DAF606B38025E6D3A137B3300 /* DBTEAMLOGSharedNoteOpenedDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A189497DBFAC30BB724AC000DFA6DF9 /* DBTEAMLOGSharedNoteOpenedDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7520A8834D5AD2105A0C18A771A48AE2 /* ZXPDF417Writer.h in Headers */ = {isa = PBXBuildFile; fileRef = FFCADEB6B5E1E4DC21E5BF79AD20215B /* ZXPDF417Writer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 752A9630CB7E36E3D6004C056C469ED7 /* DBTEAMTeamFolderStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 415BBAF7BDE007D460D2180577824E2B /* DBTEAMTeamFolderStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7535CD6AAF1DB1AA7AB3BDE490A4CCB4 /* DBFILESUserAuthRoutes.h in Headers */ = {isa = PBXBuildFile; fileRef = BFB735753F61706C3B496855BE2E1975 /* DBFILESUserAuthRoutes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 753ABEF0194C7D944F0A798CCA43D308 /* DBFILESRelocationBatchResultData.h in Headers */ = {isa = PBXBuildFile; fileRef = 276A3D5BFF21DD862494171666A160ED /* DBFILESRelocationBatchResultData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 757F4BDF680C2C91CE69173EF02B51A7 /* ZXExpandedProductResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A133FE1393AA77AC4FBFCEB510C0C75 /* ZXExpandedProductResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 758D659AC9C88AD5FC8E15F9427B03AE /* ZXDataMatrixEncoderContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 812BE727EEAB65E4C7718597C6951645 /* ZXDataMatrixEncoderContext.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 75A799CDC18825ED0690D9E2AD23DB03 /* DBTEAMLOGMemberSuggestionsPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 99D37482D8F5FEAAA5AE7C62BE550620 /* DBTEAMLOGMemberSuggestionsPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 75BDE45DA97ABBC8A2B145DB0D194985 /* DBAUTHInvalidAccountTypeError.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A094CBE51FC497081E8E092013FD1B /* DBAUTHInvalidAccountTypeError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 75EBE2E697F1319147E7CDB6FFBEC6BA /* DBFILESDeleteBatchResultEntry.h in Headers */ = {isa = PBXBuildFile; fileRef = 80EB20DFDF6E1A82BF4E66FFD8C71F8B /* DBFILESDeleteBatchResultEntry.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7611F80FFDFEA2FFD1F72CF2BD2CE399 /* ZXSMSParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 5746864B6E79B87BE377F63CE1703BD0 /* ZXSMSParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7636B51BD5EBFA172A0871A869C39FB8 /* DBFILESPreviewArg.h in Headers */ = {isa = PBXBuildFile; fileRef = FF75C2E443F03572445FD87A30B51FFF /* DBFILESPreviewArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7640BD27C8DD96A30D0868FD534198A7 /* DBSHARINGUnmountFolderError.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B4ACC3959185600C91C954AC51C5C79 /* DBSHARINGUnmountFolderError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 764B97E30845B47085D29881C7FF81AC /* DBTasks.h in Headers */ = {isa = PBXBuildFile; fileRef = 52C493743DBCDEF72253FDD7761734CE /* DBTasks.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 76554DCE4DE52CD53DD24256A62DAE9C /* ZXImage.h in Headers */ = {isa = PBXBuildFile; fileRef = 09A1ECE6134B32E53CB8E8AA9109736E /* ZXImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 765857D90345E1FDA05D040DB7DB915D /* DBTEAMTeamFolderIdListArg.h in Headers */ = {isa = PBXBuildFile; fileRef = B6FA93958094BCDA1CA617DD435675F4 /* DBTEAMTeamFolderIdListArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 766AB790F0DE0EA5B3EAF3A5793F664A /* DBAsyncObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = 90F275E9C5D5A4E62CCED190195C4518 /* DBAsyncObjects.m */; }; - 76A364ACC28A7238BA61224D24FA72C0 /* DBTEAMLOGSharedContentChangeInviteeRoleDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E8AAF05C14CD729A01756E9083071FA /* DBTEAMLOGSharedContentChangeInviteeRoleDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 76A442A988AC92E3B92CAB43F5BBC109 /* DBTEAMLOGSmartSyncOptOutDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 8737B0B48C4FB0E62BDA37ECEF8911A8 /* DBTEAMLOGSmartSyncOptOutDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 76C5E8098C032D5E43A198465155F91C /* CMDQueryStringReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A35F20B6A7A734DACEC4C7E8616BB71 /* CMDQueryStringReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 77000DB29050E2430CF85A78F93A5EA6 /* ZXUPCEWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = 90C4ACD215CDA2BE10B2D078D02C697C /* ZXUPCEWriter.m */; }; - 7754B6B209F0D01297074152DB766B70 /* DBCustomTasks.h in Headers */ = {isa = PBXBuildFile; fileRef = E3299340D0D78E4256D259AA36A98696 /* DBCustomTasks.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7758E73CF99DDFCDDF922155FB30747B /* DBTransportBaseClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 6133312CF199BD5F8A8CA41C793FB576 /* DBTransportBaseClient.m */; }; - 77A7BAE60307F9E1C758763905CBE7A8 /* DBTEAMLOGDeviceChangeIpDesktopDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FD4F57A3E521B239906FF2B65E91E84 /* DBTEAMLOGDeviceChangeIpDesktopDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 77BEA0D9D8CF1EC8A08B28466D98F75F /* DBSHARINGSharedLinkError.h in Headers */ = {isa = PBXBuildFile; fileRef = C1C8971306AADDD09993E20BB30C85DC /* DBSHARINGSharedLinkError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7838639DD3B7187D74FC2089FAD0C1AC /* DBFILESAlphaGetMetadataError.h in Headers */ = {isa = PBXBuildFile; fileRef = 197BF6FE05906E9FB8FEA03D0FC86663 /* DBFILESAlphaGetMetadataError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 78452520E032346DEA24CDDE85320CD6 /* DBTEAMPOLICIESEmmState.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E3E9D65EF45F091E0222682D7DACD19 /* DBTEAMPOLICIESEmmState.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 784828C861EDE2F841F0CEC54CA3CA57 /* DBTEAMLOGPaperDocumentLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 18BEB9686F98E30B1057331F26B7A9D6 /* DBTEAMLOGPaperDocumentLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7859AB3C0A818874A414E9DC1AC1685A /* DBTEAMLOGSharedContentViewerInfoPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = FDF5BCB77CE1E3E548A88669959B7ABB /* DBTEAMLOGSharedContentViewerInfoPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 787CAB6F36BF7D74E3AB171CCFC7536A /* DBTEAMGroupMemberSelectorError.h in Headers */ = {isa = PBXBuildFile; fileRef = E75C3E28CE4F5AEED5E4FAB336D84B7E /* DBTEAMGroupMemberSelectorError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 788EBF6ABC14774EC6F743759DB64061 /* ZXUPCEANReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 100E7419EE00FD6AF010BFE9294A802B /* ZXUPCEANReader.m */; }; - 78E1D65AC1EF9016852F02B60E6083BF /* ZXQRCodeEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 600A3954617BD4441F0832F40AE68D98 /* ZXQRCodeEncoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 79B0AB1C1BEAFF0509549A5023C79AF1 /* DBSHARINGFileErrorResult.h in Headers */ = {isa = PBXBuildFile; fileRef = E0CA9B77898C6C150283C3760F5815C7 /* DBSHARINGFileErrorResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 79B46EEC9F28E31816238B75512E79D0 /* DBTEAMMembersSetPermissionsError.h in Headers */ = {isa = PBXBuildFile; fileRef = 80C6D70C1405D9BB8BAC99255DBE5D65 /* DBTEAMMembersSetPermissionsError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 79B734487404886E69129EAF5E1BEE91 /* DBTEAMLOGPaperChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = AB02F25EC0E208A6A399205CC966FC91 /* DBTEAMLOGPaperChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7AB6398FA0EE6BDFD97DA2ED32C672FA /* ZXVINResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = AC6EE13BBFE690DC819DBA9749BE96C2 /* ZXVINResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7AF0B97209DD385BB4DF3C5A091EF75D /* DBTEAMLOGPaperDownloadFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 6223297C273AE125C186F0ACA42C1D5B /* DBTEAMLOGPaperDownloadFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7B44EFA789D07CDA9B535397C455C970 /* ZXMaxiCodeDecodedBitStreamParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 690D771469760F002D2D88E9742B0E64 /* ZXMaxiCodeDecodedBitStreamParser.m */; }; - 7B67E76B78A56590857C5430B224213B /* ZXCharacterSetECI.h in Headers */ = {isa = PBXBuildFile; fileRef = EF609E65F8D5F67F8D1BE67F158C4BA2 /* ZXCharacterSetECI.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7B75D6B0D65749EDB15AF8B971FCE37A /* DBTEAMLOGSfExternalInviteWarnDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 996873C05AC924C7D8E985A7C6CD98A9 /* DBTEAMLOGSfExternalInviteWarnDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7B8975B86EA0528FE841C1F25C66B44F /* ZXDataMatrixDetector.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F72D747F22DE3ADE5C82B8057EF6512 /* ZXDataMatrixDetector.m */; }; - 7B936A1F0DDD1298D858C3D1341416F5 /* ZXSMSTOMMSTOResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 20109ABF0C762686069EC1F93070C27D /* ZXSMSTOMMSTOResultParser.m */; }; - 7BAC41E77D4A996A780EECD34B5B6F64 /* DBTEAMLOGSharingChangeFolderJoinPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = A0ECAD66D83A4ED33B9D1B7D748475AE /* DBTEAMLOGSharingChangeFolderJoinPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7C03EE36247E6C9E0A7885B91934B442 /* ZXByteArray.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A810CC4A511F5B1E2AFA1D750BA98AB /* ZXByteArray.m */; }; - 7C176CD3BEF77B981071640057094F53 /* DBTEAMGroupMembersSetAccessTypeArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E7C79C03BDF2CDADFA9D118A44F21B6 /* DBTEAMGroupMembersSetAccessTypeArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7C18B6CABAC0647D6496CEC11EF30299 /* ZXWifiParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = BCFB587DE51360C8BFD6A1D1B5D6A614 /* ZXWifiParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7C7B89FB197E45EBB576153640AC84A6 /* DBTEAMMembersRecoverError.h in Headers */ = {isa = PBXBuildFile; fileRef = DE9B78C1685C45E41F8D1A5176229690 /* DBTEAMMembersRecoverError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7C7FA517D8CBA17AC4D369B635E0E355 /* DBTEAMLOGDeviceLinkSuccessDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B19D567EE640FA110037E99CD3BFD14 /* DBTEAMLOGDeviceLinkSuccessDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7CB852D69D9047DE2288368900C00CD7 /* DBTEAMLOGEventType.h in Headers */ = {isa = PBXBuildFile; fileRef = E4916FC8DD0F079790163EA48759B273 /* DBTEAMLOGEventType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7CEF248D3570DABAF6F4EA9228D72662 /* ZXDataMatrixDataBlock.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F62439E64BC22742B92923650B22E12 /* ZXDataMatrixDataBlock.m */; }; - 7CF11DCEECA0751A952C4A423070E18E /* ZXUPCAReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A0CA912ADD20234E7B629731FA3ADE4 /* ZXUPCAReader.m */; }; - 7CFCBA5D88A19695E8E5D62E9CA63163 /* DBTEAMRouteObjects.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FB3D6333DDA8D63C54A79BF306293D4 /* DBTEAMRouteObjects.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7D2BBB69BD0C8795721243DDA4EE1627 /* DBTEAMLOGFileAddDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 03EB590056480793F0F35B8EBC50BCE3 /* DBTEAMLOGFileAddDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7D40370DDACF9A30CF3F5FC8D138D86E /* DBSHARINGSharedFileMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 02DC128B8E9C2F0838D69E8270F265D8 /* DBSHARINGSharedFileMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7D4E73C1A45189AAB821A208C6401236 /* ZXLuminanceSource.h in Headers */ = {isa = PBXBuildFile; fileRef = A8648A00E27DB78ABEDFF58E5433D729 /* ZXLuminanceSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7D53BBA0DE555A01680CD2CCE83FB6BC /* ZXingObjCDataMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = C83ECAC6797F9ACDBBB9E4D0E9D21913 /* ZXingObjCDataMatrix.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7D546841B70D047AF86441E5D41763E4 /* DBSHARINGFolderAction.h in Headers */ = {isa = PBXBuildFile; fileRef = 5895E1C3FC4CAD2433B2CB87EDE20475 /* DBSHARINGFolderAction.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7D836ABFC4285B4BF0622F4C0AF198E5 /* DBTEAMLOGMemberSpaceLimitsAddExceptionDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A2697F54A0B93E378B26F20462AAB66 /* DBTEAMLOGMemberSpaceLimitsAddExceptionDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7D89A216ACC60432DF1E1FEC6A6732D0 /* ioapi_buf.h in Headers */ = {isa = PBXBuildFile; fileRef = E1C92B4004B4E7828E477DAF645A7681 /* ioapi_buf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7DCB15F0C288682821DFFE16410EDD46 /* DBCOMMONInvalidPathRootError.h in Headers */ = {isa = PBXBuildFile; fileRef = A6E4EF9F395AC42B3045120D11E370F7 /* DBCOMMONInvalidPathRootError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7DED41ABC41F5A2FF63902C7E79F7176 /* ZXQRCodeErrorCorrectionLevel.m in Sources */ = {isa = PBXBuildFile; fileRef = 37E6491BC7DBAFA228324830DAC49E5E /* ZXQRCodeErrorCorrectionLevel.m */; }; - 7DF875EECFED304FD5CEC56B94CAD55B /* DBSHARINGListFilesResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 17DE75D59E9E9AAA91713FEAC7CC59AD /* DBSHARINGListFilesResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7E0B2FEF3CF019189BCE82A54AD64687 /* ZXPDF417Common.m in Sources */ = {isa = PBXBuildFile; fileRef = 76CA1914E323D27B698108C88A028EE8 /* ZXPDF417Common.m */; }; - 7E390D9BFDCEFA60EF7D095604BCB2B2 /* AFNetworkReachabilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D8DC24BF86717F94A5BC023CC721675 /* AFNetworkReachabilityManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7EC20017214BDF67DE325F6794D3925D /* DBTransportDefaultClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BB43FF40FC1834A678549FB21061D4C /* DBTransportDefaultClient.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7F21337186A0D2B1A9E0B50507213841 /* ZXRSS14Reader.h in Headers */ = {isa = PBXBuildFile; fileRef = 673D1D4BFFF4A53DCB731BAD924C4F39 /* ZXRSS14Reader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7F301B7084364BDE3E86693E63937FAA /* DBTEAMGroupMemberSelector.h in Headers */ = {isa = PBXBuildFile; fileRef = 322CACA223E86CACD1C923FC7D757399 /* DBTEAMGroupMemberSelector.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7F4F2DD18BD25E3042D106C4F56EBF4C /* DBSHARINGMemberAction.h in Headers */ = {isa = PBXBuildFile; fileRef = CB6BCB21BD8C51558485106749E75C76 /* DBSHARINGMemberAction.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7F581C4AA7C0BB1C94A8C5F86AD5EF65 /* DBFILESDeleteError.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DDBA497145181C186A882A54537B027 /* DBFILESDeleteError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7F910C89E2C2530FAD292BEBBAB9FC65 /* DBTEAMRevokeLinkedApiAppArg.h in Headers */ = {isa = PBXBuildFile; fileRef = B5C40A8A6C9A025A1EEDA265514374FF /* DBTEAMRevokeLinkedApiAppArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7FCC80C413B3EB99DE75D7AA30E4FFE6 /* ZXHybridBinarizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A7461F22930CF003AA9F8725AA45498 /* ZXHybridBinarizer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 803880D5C9D1C766FA8D0D873C5BF632 /* ZXAbstractExpandedDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 314C55A8EEA9ABB1DAFD14ACA4A926E6 /* ZXAbstractExpandedDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 807EAB131CA46C74738F2DF721D3F49C /* DBTEAMLOGFileOrFolderLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = F163EC8D2229EDDDE12837A1897021F2 /* DBTEAMLOGFileOrFolderLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 810983F10AF5B62D7639948AD1A47F14 /* DBTEAMMemberDevices.h in Headers */ = {isa = PBXBuildFile; fileRef = D6CF66240B7E937987DE90A293622881 /* DBTEAMMemberDevices.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81EC7F2860F064DB36EB7A6DF5B8E2A5 /* DBSHARINGListFileMembersArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B2114F63969F5A7B8D60981D2634C11 /* DBSHARINGListFileMembersArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8207A942D68D8190AD653D089AFC3A4E /* ZXingObjCCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 582EF65E543E23E0734F75DDC6936366 /* ZXingObjCCore.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 82B0F2133B47F4B0FFD48E90A973F591 /* DBTEAMLOGPaperExternalViewAllowDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 270F99D369BD9882B289650220F70BC3 /* DBTEAMLOGPaperExternalViewAllowDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 82C570BB8DBFB12F97AECE4CB15F68D1 /* ZXModulusPoly.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EC10BADFB02012D2E6271E59E3D5D21 /* ZXModulusPoly.m */; }; - 82DDA127D2FCA9331FCCC11EA71C882D /* ZXRSSExpandedPair.m in Sources */ = {isa = PBXBuildFile; fileRef = B7CCEA5DE4DC7260E899D2C8B58C8EB8 /* ZXRSSExpandedPair.m */; }; - 830DAECDC168DD00B548DECD1281619D /* SAMKeychain-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E1F1CD8EDFCF2D1FE37AACD0777DB50 /* SAMKeychain-dummy.m */; }; - 8364E341867C15EA9A8E6C8BEFA87B47 /* DBUSERSUserAuthRoutes.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A994CDEB532EFE63A5CCA1D4EB607C8 /* DBUSERSUserAuthRoutes.m */; }; - 836F6943F9F09DE4AF9B9CACEA3A9A73 /* ZXMultiDetector.m in Sources */ = {isa = PBXBuildFile; fileRef = E3E0113AF142801524FD64D03810C815 /* ZXMultiDetector.m */; }; - 8385E83F746C6BE6F254BAE8495C569C /* ZXDimension.m in Sources */ = {isa = PBXBuildFile; fileRef = 465A6DB109468419A50FE94DA70A0A63 /* ZXDimension.m */; }; - 83B8B327E32F269B0CCBC85A545E13A4 /* DBTEAMLOGTfaChangeStatusDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = CDF197CF6494092B0CA37F6DD34DFC95 /* DBTEAMLOGTfaChangeStatusDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 83BC4B2D03151B493FB2999E8ED649C0 /* DBTEAMGroupsGetInfoError.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DA26BA9DF76283F6CCD093087B9CD69 /* DBTEAMGroupsGetInfoError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 83BEE3851145A249876DC71292F54823 /* DBTEAMLOGSsoChangeLoginUrlDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = E95896335D863F36A533F0E32DF2C3BD /* DBTEAMLOGSsoChangeLoginUrlDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 83D2EC337DB948BFC5DC43C2C9D05ED3 /* DBTEAMLOGDeviceUnlinkPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = C1078F50BAF70A0D7F7CBA5131D1B42E /* DBTEAMLOGDeviceUnlinkPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 83D420C5B208C59531AE5C7D92A4CA0B /* ZXQRCodeEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 906B44B46AA54FA0DD6D133689A85E75 /* ZXQRCodeEncoder.m */; }; - 84653ACFB1A285B7408193F39298457B /* ZXQRCodeDataMask.m in Sources */ = {isa = PBXBuildFile; fileRef = 66D2824E1987F1465E9440B0BB6285D3 /* ZXQRCodeDataMask.m */; }; - 84710EC293A90658296AA35B95EB6567 /* DBTEAMPOLICIESSharedFolderJoinPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = F6CF8B3F690DE8FF30064689A58F3B40 /* DBTEAMPOLICIESSharedFolderJoinPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8482BE36460EF2A4A0AC3FD8A4791E15 /* ZXExpandedProductResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C20F31D1A6F685BB3D2E1631967325D /* ZXExpandedProductResultParser.m */; }; - 84A05CA70AED9B3A9ED40295E376BCA0 /* DBTEAMLOGExtendedVersionHistoryChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = F3A3BB479FD204DADFDAA8ACF3AF9064 /* DBTEAMLOGExtendedVersionHistoryChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 84A24CD70A5BB5D0A956F0C07CAAF698 /* DBTEAMLOGPaperMemberPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = EE5D49D094FF4AE9545908AB44B9444B /* DBTEAMLOGPaperMemberPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 84A56B1FF278F9C7A6B958A23F63D4C8 /* ZXPDF417Dimensions.m in Sources */ = {isa = PBXBuildFile; fileRef = D27562AB424B3D479D1366220734FB96 /* ZXPDF417Dimensions.m */; }; - 84B734785E467D8BA9E7CA4FFE8599C0 /* DBTEAMLOGRemoveLogoutUrlDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E661268BABF0DF6B0E5BFC4D331A7D1 /* DBTEAMLOGRemoveLogoutUrlDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8556E750FB1D9611327C5C15F77C2126 /* ZXQRCodeVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = E93E905EA8F514EA78E80563F48BC515 /* ZXQRCodeVersion.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 862496172AA48A6A37F4E49F6564D099 /* DBTEAMLOGRouteObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = 2060CFCAD03681A96B36DA330B7E2BFD /* DBTEAMLOGRouteObjects.m */; }; - 86250B036CEA9E82B1D5E74DF6474F09 /* DBFILESListFolderResult.h in Headers */ = {isa = PBXBuildFile; fileRef = A5C34CC8F6774C717D4E5362CDA2151A /* DBFILESListFolderResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 863F0C995352EC6E9888D29D9C430881 /* ZXPlanarYUVLuminanceSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F693398F99D743F6ADE34481DBC83EA /* ZXPlanarYUVLuminanceSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 866E7A81ED6CD7677BA15AA64BFC44B8 /* ZXQRCodeBlockPair.h in Headers */ = {isa = PBXBuildFile; fileRef = BAD363F67B076E221A1C4CC166EC8502 /* ZXQRCodeBlockPair.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 86C853EE72FC8FE588E37672A4770ED6 /* DBTEAMFeaturesGetValuesBatchError.h in Headers */ = {isa = PBXBuildFile; fileRef = 79BB0753F1C0D48B1AE9EDEE8A54436A /* DBTEAMFeaturesGetValuesBatchError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 86EBE0E1D7D2F34260761AD65BB8E818 /* DBSHARINGSharedLinkAccessFailureReason.h in Headers */ = {isa = PBXBuildFile; fileRef = AEC996FB82E146C6B896A05C431D5996 /* DBSHARINGSharedLinkAccessFailureReason.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 86F28904179E8DA0E105321493EA5139 /* DBPAPERAddPaperDocUserMemberResult.h in Headers */ = {isa = PBXBuildFile; fileRef = E18BA11E793E980172F2090A5AA27E45 /* DBPAPERAddPaperDocUserMemberResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8712DD3D8505B8EF7BAC97355493A8EB /* DBPAPERUserAuthRoutes.h in Headers */ = {isa = PBXBuildFile; fileRef = E148D5B79327E05A4E68C7AF3C23B0B0 /* DBPAPERUserAuthRoutes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 874968E9614C720FD5C031E956982734 /* DBTEAMAddPropertyTemplateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = EA02636732C69E3A9667B185C506666D /* DBTEAMAddPropertyTemplateResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8764AFAEBF72C3F5617F35F1F7923FFB /* ZXURIResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = C47B59A12D635055F8180D9D94EABFA6 /* ZXURIResultParser.m */; }; - 876A682D20DB1270936DDE1781C6BE6C /* ZXVEventResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = DF9F3D84CA33ADD1F38CEDC105600533 /* ZXVEventResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 877D01DB09D18C8B9C6D3730DA9B068A /* ZXPDF417Detector.m in Sources */ = {isa = PBXBuildFile; fileRef = AC6B4EEA8A5F3C79E8060A3F487B0E51 /* ZXPDF417Detector.m */; }; - 879125A1C13A0A52AA8CD630B83B3D07 /* ZXRSSExpandedCurrentParsingState.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F31C206B4101772AC1817C89BC2F7C1 /* ZXRSSExpandedCurrentParsingState.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 87CC35814BF0CF8CD2B9E6900A27D56D /* brg_types.h in Headers */ = {isa = PBXBuildFile; fileRef = DF8FC12E4045D456DC4FCE89AF112221 /* brg_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 87D1DD5895DAAD72B1868B39DBD1472C /* DBFILESCreateFolderResult.h in Headers */ = {isa = PBXBuildFile; fileRef = A20C028D735D3F2636C1C72F82A21BBB /* DBFILESCreateFolderResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 87D72011C16D785D8B64153DCB993174 /* DBTEAMLOGUserOrTeamLinkedAppLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = E7E96B813DA03424913A3FD6A092E597 /* DBTEAMLOGUserOrTeamLinkedAppLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 87F21442A17C4139C5A4C31EA8DEB7AE /* DBUSERSBasicAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = C5C9E11EE75637466B760E553D210ECF /* DBUSERSBasicAccount.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8816C6732F7B4BDA8843A46DBE052B79 /* DBCommonObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = CC4EC3B29AFDBA81684C930456C92BD0 /* DBCommonObjects.m */; }; - 88240C9EFBFFE3C3072E64AEB044DEF2 /* DBTEAMListMemberDevicesError.h in Headers */ = {isa = PBXBuildFile; fileRef = DD3CD156496CDB1192394C8E46A5DFFB /* DBTEAMListMemberDevicesError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 882F4F819460F5450F8C48BBCBC17002 /* DBSHARINGAddMemberSelectorError.h in Headers */ = {isa = PBXBuildFile; fileRef = E70581A6230C038EAC841BAA07076251 /* DBSHARINGAddMemberSelectorError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8830E1772A7DFB432083059FD2FC918A /* DBFILESDownloadArg.h in Headers */ = {isa = PBXBuildFile; fileRef = F937BB48A561DB6EFFCE4BE1924D040B /* DBFILESDownloadArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8840665CEDDCD3D7AFA750437E859E34 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AABE1667A61ACA678FF937F8DFC07A1C /* Foundation.framework */; }; - 8890638C3E67915EBB4CE2FF7EEEB968 /* DBFILESDeleteBatchResultData.h in Headers */ = {isa = PBXBuildFile; fileRef = C1E5E536C9C999253860C439F6670681 /* DBFILESDeleteBatchResultData.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 88946407A948BB453141B02E398A741D /* DBFILESDeleteBatchJobStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 59E8761939222D90C22A91A4A77CFEF0 /* DBFILESDeleteBatchJobStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 88A8D058643B1FC0E8286BC8525DB499 /* DBTEAMLOGEmmCreateUsageReportDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = F53A502E40FFF3106E6057BB13C666EC /* DBTEAMLOGEmmCreateUsageReportDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 88D87C257EA4C5589CC293F36BF959C6 /* ZXDataMatrixASCIIEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = C66EBDE848843F38CF8C314DAB850A55 /* ZXDataMatrixASCIIEncoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 88E46B85D868A7E3C7937C7AE6979E06 /* DBFILESThumbnailArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FF76E64A1933003E7B3F76073ABF6DE /* DBFILESThumbnailArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 88FB8019106FA2365DD94A460DFCB691 /* DBAUTHTokenFromOAuth1Result.h in Headers */ = {isa = PBXBuildFile; fileRef = AB91A2466ABED0D3BBA9177F7C764368 /* DBAUTHTokenFromOAuth1Result.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 890FE193D78115E4EFBAEA3D50A0FE4C /* DBTEAMMembersAddLaunch.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EC799F0C1637710985D20B935CAE14A /* DBTEAMMembersAddLaunch.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 894557C448D4EBD13492587E7B02155C /* DBTEAMGroupAccessType.h in Headers */ = {isa = PBXBuildFile; fileRef = 95473F4A60C085831D189840ABBBFFA3 /* DBTEAMGroupAccessType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 89473427B09139BE3242E67CBDBB37E2 /* ZXDataMatrixSymbolInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = C79CDA5B5066577B651CCBD016F78CDE /* ZXDataMatrixSymbolInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8958ADB1934C1043561AE1FA9E9504A5 /* DBFILESMediaInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A005C2FAA490033122AB0A8D1EDCB77 /* DBFILESMediaInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 896A91C2D1FC61E4AEC7C71EA8E1A84E /* DBCustomDatatypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 171113B7757BE583192C8B309A5F5015 /* DBCustomDatatypes.m */; }; - 89AFAB240FA1F744CEAE36642113349B /* DBOAuthManager+Protected.h in Headers */ = {isa = PBXBuildFile; fileRef = 5331C233A7F1BC57052E6F5EA484F5FA /* DBOAuthManager+Protected.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 89C9C80DF543218F856624028783A002 /* DBTEAMLOGSsoChangeLogoutUrlDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 8807618E035B4B9B3D94DD5D491E3F83 /* DBTEAMLOGSsoChangeLogoutUrlDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8A037727887F8529425928F813B53037 /* ZXISBNParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = F8D5ADC5A2D5EB20D6FE7736C46F82CA /* ZXISBNParsedResult.m */; }; - 8A22B00FF8D3F40E536443AB3727A3C9 /* DBPAPERFolderSubscriptionLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DDCBE337533E8EA0D66E207913F1F5D /* DBPAPERFolderSubscriptionLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8A9BF8EB6108AE3F17FB0BA77DF5056D /* DBFILESPropertyGroupUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = DCF549B6F8A139ABE1F232C9C5F2FFD2 /* DBFILESPropertyGroupUpdate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8ADA3B7703347C7A92FB3A4D9D0DD986 /* DBTEAMMembersDeactivateError.h in Headers */ = {isa = PBXBuildFile; fileRef = EDBE155D1F17D8A6358C68A3838228BC /* DBTEAMMembersDeactivateError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8B3FC388EDC20418C9D5268F8FC9624C /* zip.c in Sources */ = {isa = PBXBuildFile; fileRef = D5346ECB85C5B7D819041DAB4644EA89 /* zip.c */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - 8B68144A6A484CD9E1119BA8B3950328 /* DBTEAMLOGPaperDocResolveCommentDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = E860074DD534C077B0D48A81B96938DA /* DBTEAMLOGPaperDocResolveCommentDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8B6C454435DBB131800FB2BD421DA5AB /* DBTEAMLOGTfaRemoveBackupPhoneDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = C10FE78D44CE23F1D25D49FC9EAAF54D /* DBTEAMLOGTfaRemoveBackupPhoneDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8C0406BE57D2E6E583687B88AA987F90 /* DBTransportDefaultConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 301B9A9DE6BB1616A73C13ED66F5A6FC /* DBTransportDefaultConfig.m */; }; - 8CC3A6C7BD1CE1AA6F88CAB00D5C9422 /* ZXPDF417CodewordDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = F9FD02112CB3D572CACB4B7635D1EC91 /* ZXPDF417CodewordDecoder.m */; }; - 8CCA329F080F377D4CA8744041AF098B /* DBFILESUploadSessionOffsetError.h in Headers */ = {isa = PBXBuildFile; fileRef = C692EC640A3820FC9F27B32272FD7E0D /* DBFILESUploadSessionOffsetError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8CFDC60F6ECB5835E7816C718E37BA91 /* DBSHARINGGroupMembershipInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = CA39A27B8447A4BF955E97BD230DB985 /* DBSHARINGGroupMembershipInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8D0DC0593C71ADF9BB55648B94CE94DC /* DBTEAMLOGSharedContentRemoveMemberDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DE3593771D3019C246EE213932A65F7 /* DBTEAMLOGSharedContentRemoveMemberDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8D3E0163FC364CF2595E402295512102 /* aes.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BB5129024DC1B46E70C127C1CF0154D /* aes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8D54EC338BD3C057A86C6E297D441326 /* DBFILESRouteObjects.h in Headers */ = {isa = PBXBuildFile; fileRef = 94FC320F1243C157A6939CCDC1CCDB4B /* DBFILESRouteObjects.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8D9938D27FD851D67DEC5990413EB569 /* DBFILESUploadSessionCursor.h in Headers */ = {isa = PBXBuildFile; fileRef = EF1A592AA3D86496FA08E23F659E3827 /* DBFILESUploadSessionCursor.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8E44B7EC01E89441AC99CC6EED0FFB02 /* DBSHARINGGetMetadataArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 3626F0EC1B4B05435B4A0020FAB885C6 /* DBSHARINGGetMetadataArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8E52917AF2B6F2182031FCC830B5DB40 /* ZXRSSExpandedDecodedInformation.m in Sources */ = {isa = PBXBuildFile; fileRef = 9429B438DBF1650A59E7EA9A1D3ED0DC /* ZXRSSExpandedDecodedInformation.m */; }; - 8E7B9996829275885259BC92C84E3CA4 /* DBTEAMTeamAuthRoutes.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DA08817F64855A4A8C82AF0D9281C25 /* DBTEAMTeamAuthRoutes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8E8FDD5F88467A833180D552794FBCAB /* DBTEAMLOGSharedContentAddLinkExpiryDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DA76B6E0CE9523F7CA1A0B354F940CE /* DBTEAMLOGSharedContentAddLinkExpiryDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8EA0F1D3812F6673BF546789591D9B15 /* ZXPlanarYUVLuminanceSource.m in Sources */ = {isa = PBXBuildFile; fileRef = F59EEF358148D280FA58D0113AFE3BE3 /* ZXPlanarYUVLuminanceSource.m */; }; - 8EA558F37EDC25B5E0563584CC126D86 /* DBSerializableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 91741E6AC8E23E8F61F3C8C324848C32 /* DBSerializableProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8EE5E88777350099B93F34B9567D8142 /* DBTEAMLOGTeamFolderRenameDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = FA134524C8E4C9A0EA906CB855D37D45 /* DBTEAMLOGTeamFolderRenameDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8EFDF43F88AD5BBF71C719446327E050 /* ZXAddressBookDoCoMoResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 7935E116FF42BAF8A9C9EAEFD6325C45 /* ZXAddressBookDoCoMoResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8F0B98414B1AD5806F30B666C6F4221D /* DBTEAMTeamFolderListContinueError.h in Headers */ = {isa = PBXBuildFile; fileRef = D981EB229F7721483D9CEB1C735F6BAE /* DBTEAMTeamFolderListContinueError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8F0E99D8046E4907F5C6EA79AFA39E93 /* DBTEAMLOGSharedFolderChangeLinkPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D55418D26795DD80CC7A5F741901E75 /* DBTEAMLOGSharedFolderChangeLinkPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8F48AC9EBAAD7165E9B13D9CAA780F9B /* DBSHARINGAddMember.h in Headers */ = {isa = PBXBuildFile; fileRef = F6CAAA7A19DCA3ED6A06DEF9926842B2 /* DBSHARINGAddMember.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8FA49B4D6FCDBD74B8514FD570CDEB7C /* DBTEAMLOGLinkAudience.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A3873CF87083B8286CBD7B72BCC6D4C /* DBTEAMLOGLinkAudience.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8FCCE43E6DE97821DA8F43335993C6F4 /* ZXDataMatrixX12Encoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 20BDA34514E17956FD66747A0E5F6D14 /* ZXDataMatrixX12Encoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8FCDCD90D6A19AD1A84387327CAD6419 /* ZXAI01320xDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BA3632D0D75670E286CCA2F21B730D3 /* ZXAI01320xDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8FD3B98721513C7655896A344EA4BCF8 /* ZXDataMatrixDecodedBitStreamParser.m in Sources */ = {isa = PBXBuildFile; fileRef = F5686DA1D16CACE449F3E4ECB8A6B251 /* ZXDataMatrixDecodedBitStreamParser.m */; }; - 8FE3CB669D42663F7B4773C2282AC34E /* ZXPDF417ErrorCorrection.m in Sources */ = {isa = PBXBuildFile; fileRef = E4A971B57BDE79FA4A70A1D56A730F8C /* ZXPDF417ErrorCorrection.m */; }; - 901ED88850B85CC32FEE2D7F95DFE62A /* DBTEAMLOGPaperContentPermanentlyDeleteDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 5654FC98F1EB4E3626DBC8CB8C1C6276 /* DBTEAMLOGPaperContentPermanentlyDeleteDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 90B7FE4DCCB42A98ADD6CA0E08CF8D64 /* DBTEAMLOGSignInAsSessionStartDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = C71FA2049FB3AF95E7A955138BED9564 /* DBTEAMLOGSignInAsSessionStartDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 90D99CB8DCACC32F52B2CBE0566E46F3 /* crypt.h in Headers */ = {isa = PBXBuildFile; fileRef = 72035D290C81CD13F12CA41A29792504 /* crypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 90F1FCBA14BF624B5359F2EA952619CA /* DBTEAMLOGTwoAccountChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 500C2AE74D94870A5F3DEDB9749A95EB /* DBTEAMLOGTwoAccountChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 910A44B6F2CBE525213849A9195EA140 /* DBFILESSaveUrlArg.h in Headers */ = {isa = PBXBuildFile; fileRef = F8E896E07C36762032879B9C5E04B9A2 /* DBFILESSaveUrlArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9159B4F1CF017A981FECA7A62043B6D2 /* DBTEAMLOGSfTeamDeclineDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 271CCF838686043D9C9FB6A49A97F50F /* DBTEAMLOGSfTeamDeclineDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 915FFAD51C404B4ABD500FCE97A6F4BB /* DBTEAMLOGExtendedVersionHistoryPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E28D22B968E93A1A15F2F7699D1019A /* DBTEAMLOGExtendedVersionHistoryPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 916D0712653F12D6B8086306054AD7D5 /* DBSHARINGSharedLinkSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F9D40593626F33877296CA063DA6B44 /* DBSHARINGSharedLinkSettings.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9191EEFC9D3849D387385C917609DCD3 /* DBTEAMUserSelectorError.h in Headers */ = {isa = PBXBuildFile; fileRef = A8C82805F03593E28456C21D67976765 /* DBTEAMUserSelectorError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 91B5A9D40D30153DDE89590554119562 /* DBFILESDeleteResult.h in Headers */ = {isa = PBXBuildFile; fileRef = AD4038840ED2F0F20A3C05481B55C6F5 /* DBFILESDeleteResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 91F9192A1AF80E6427BAE4AE8AC8B57E /* ZXCode39Reader.m in Sources */ = {isa = PBXBuildFile; fileRef = 970BB28C8FFB716E5787AAB6DBC6BA8D /* ZXCode39Reader.m */; }; - 9227751260004885026F3384C790212E /* DBTEAMLOGAccountCaptureAvailability.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D8A204AEEC872ACB3E24C8082656C83 /* DBTEAMLOGAccountCaptureAvailability.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9237A04E70FA32CDEBB3EEF682052B80 /* DBTEAMGroupsMembersListContinueArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D6B1B98DF98E613DBD92CD981BD1F83 /* DBTEAMGroupsMembersListContinueArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 924A618110BE0E0B5624534FDE28A7CC /* DBSHARINGAddFileMemberError.h in Headers */ = {isa = PBXBuildFile; fileRef = 07EC7EACD651D551D45E8132B596F17D /* DBSHARINGAddFileMemberError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 92C0F9A80EB50026DC54D019FD44169D /* DBSHARINGListFilesContinueError.h in Headers */ = {isa = PBXBuildFile; fileRef = D375398FD6C47113D6B2685A62D80E65 /* DBSHARINGListFilesContinueError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 92F213DDDCF82729C63891BA0A122726 /* AFHTTPSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FC4AF7B84E585A32B2D2AEEAF02769E3 /* AFHTTPSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9328229BD923A5BE9069E27D8C0237B6 /* DBAUTHTokenFromOAuth1Error.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F46BD5C886DE24FBD5719F45E939250 /* DBAUTHTokenFromOAuth1Error.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 938B2ADFCDFD903C1BEDE7D1F8696EDD /* DBTEAMLOGRouteObjects.h in Headers */ = {isa = PBXBuildFile; fileRef = 006480BFA4E3D46F6AAE1A4A13E9DB9B /* DBTEAMLOGRouteObjects.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 93CC516A4E3244932E953E01097B8143 /* DBTEAMLOGPaperDocTeamInviteDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = E3B655BB5B703F5AC4867307462E9371 /* DBTEAMLOGPaperDocTeamInviteDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 93EED1E05A44418B433E40C49F4BD588 /* DBTEAMLOGGetTeamEventsContinueError.h in Headers */ = {isa = PBXBuildFile; fileRef = 71C306C9DFDFEC306BFA82140DA3734B /* DBTEAMLOGGetTeamEventsContinueError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 93FC31B1D5D2EFB9D07F74F5AF238072 /* ZXPDF417ResultMetadata.m in Sources */ = {isa = PBXBuildFile; fileRef = EFB8773C3D72589EDCE9C8097EB16795 /* ZXPDF417ResultMetadata.m */; }; - 941FD568D858F5F51EEF2B4855EFFB5B /* DBTEAMLOGJoinTeamDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = CA4C2CCCDBFE509C9777379583EAA0AC /* DBTEAMLOGJoinTeamDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9478CA49CCA88B94B6EFD04983B19C98 /* DBTEAMUsersSelectorArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 16B931361BAA30869C843CE1F3D95290 /* DBTEAMUsersSelectorArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 94A8F8686C2B1136078C02DDC17875EB /* ZXAddressBookAUResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = B1D0D51F054BCE2B321FF70D5BC74BF1 /* ZXAddressBookAUResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 951E0C7759D3C23A887C9C48C7BF26FD /* DBPAPERUserOnPaperDocFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 29CD3ABEB7789063D46D27E5813F9FE2 /* DBPAPERUserOnPaperDocFilter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 952463DA8152C363D2340CF53B6B741F /* DBFILESRemovePropertiesArg.h in Headers */ = {isa = PBXBuildFile; fileRef = BD7338034D0CA9977818800F4D989D96 /* DBFILESRemovePropertiesArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9531B7E9FFD2C45CEA7C5ADE49C50B02 /* ZXResultPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 94D9683F68FE47C4DA827A423597A061 /* ZXResultPoint.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 95763772B2DAFF39FD7A004D2530EB15 /* DBUsersCommonObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = E9F1A1A6F4D6A38FB5F8B332EA98987A /* DBUsersCommonObjects.m */; }; - 95A55F059C48F959BBD63FCC4168C058 /* DBTEAMLOGParticipantLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B46124E0D5A664A028B388D993C2678 /* DBTEAMLOGParticipantLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 95C1011B89494B70FD63A8D8C986E92F /* DBUSERSIndividualSpaceAllocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 424C4C9DDF9299EBBE0A2F1F86C06B0A /* DBUSERSIndividualSpaceAllocation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 961E03A51843FCF2CD78159E8DC21A19 /* DBFILESThumbnailFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = A02AB42D653EF587EA2CCE5A7A5224A1 /* DBFILESThumbnailFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9637102526A858040258C69E733F0573 /* ZXAI01decoder.h in Headers */ = {isa = PBXBuildFile; fileRef = F43DEC69504C7420BA35DDCB23638293 /* ZXAI01decoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 96FC148D0C9D171B9839013BE9F35AA9 /* DBTEAMGroupMembersRemoveArg.h in Headers */ = {isa = PBXBuildFile; fileRef = CFBE19CB6F0F48E9BB988314DAF4F2CC /* DBTEAMGroupMembersRemoveArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 97184F2B19CB8F14952510001900A3C2 /* ZXISBNResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A4CCED9860D10A7C899D49C464E93CA /* ZXISBNResultParser.m */; }; - 972AF92FFE7E6544259C73815D782E9D /* DBTEAMLOGPaperDocSlackShareDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = DD2F865B638153239B543C59F4BF3B97 /* DBTEAMLOGPaperDocSlackShareDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9730B26DD2EE9D607CF28D72C4278419 /* ZXByQuadrantReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 13E50EC30076BF3E8F3096640AFE36A1 /* ZXByQuadrantReader.m */; }; - 975C7FA3FD4E3DBE41A2D2CB2F2465DA /* ZXAztecState.h in Headers */ = {isa = PBXBuildFile; fileRef = A6D04A8FFB2C73862CA12D71A9945655 /* ZXAztecState.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 97BA2C67AFAD201BEAFAF1923B0F101D /* ZXRSSExpandedReader.h in Headers */ = {isa = PBXBuildFile; fileRef = DD307497ED45C26AD28423048C35F44D /* ZXRSSExpandedReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5C10ED5E39F8150B19A950C1AF570B7D /* DBTEAMGroupsListContinueError.h in Headers */ = {isa = PBXBuildFile; fileRef = 931B345209CECBFC9C6BD727DB203066 /* DBTEAMGroupsListContinueError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5C265D1749558F287333373A338557A3 /* ZXQRCodeFormatInformation.h in Headers */ = {isa = PBXBuildFile; fileRef = 344196D481A3058DF8877C028B4F8B0A /* ZXQRCodeFormatInformation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5C352BC91B122D0FCE059BA4A453C605 /* ZXUPCEReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 10891336A47381BA4D681A33B146CB64 /* ZXUPCEReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5C3CA5F44E48F098912D3AEC3CB6DDCB /* DBSHARINGInsufficientPlan.h in Headers */ = {isa = PBXBuildFile; fileRef = 858A1AC489A7F782ABC8CA22EEFCB5F9 /* DBSHARINGInsufficientPlan.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5C3D0F3048EC5C9C51BF3D7C32A15B7C /* DBPAPERListUsersOnFolderContinueArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = BDD0641D22A9743EA6E39AECC8CA05E0 /* DBPAPERListUsersOnFolderContinueArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5CE95BD5D59166DEDD439D9662CEE070 /* DBTEAMPOLICIESPaperDeploymentPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = B6700AE1427D136583FC91155B4D3BA6 /* DBTEAMPOLICIESPaperDeploymentPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5CF939871225CC72F7724138CA77FDF6 /* DBSHARINGAudienceExceptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A4C849DA9586C37BE4E8947979531F8 /* DBSHARINGAudienceExceptions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5D260F2652B7AB61018324274F8BDE06 /* DBTEAMLOGTeamLinkedAppLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = B1ACA3561ED0EEBE2A2FDCFCBF038694 /* DBTEAMLOGTeamLinkedAppLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5D310F7BDCE7B6235788CF2A173C17C4 /* DBTEAMLOGPaperEnabledUsersGroupAdditionDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 310E3245CB0785B6A193CEC985DA42E6 /* DBTEAMLOGPaperEnabledUsersGroupAdditionDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5D4D1D80CA613E254F90178E5D77FCBC /* DBTEAMMembersSendWelcomeError.h in Headers */ = {isa = PBXBuildFile; fileRef = 5389E0EAA423235B65E024AC38E5E8AC /* DBTEAMMembersSendWelcomeError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5D6B295F5E65182DE28F5AED3EEAA31E /* ZXQRCodeBlockPair.m in Sources */ = {isa = PBXBuildFile; fileRef = DED03ED29835BD37D0F90119F6248383 /* ZXQRCodeBlockPair.m */; }; + 5D7536E48C6BC4BE0D4FAB2918A14F07 /* DBFILESRelocationBatchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = E3A10EA70BFFAAA5502372C62E3C72A2 /* DBFILESRelocationBatchResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5DDFB300721DB3757C2654798C89B1CF /* DBTEAMLOGFileRequestChangeFolderDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = D9C51F9073D36B83F1076597193B9E5F /* DBTEAMLOGFileRequestChangeFolderDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5DF8D6406A0352EFED224C80878B9E5E /* DBSHARINGRelinquishFolderMembershipError.h in Headers */ = {isa = PBXBuildFile; fileRef = C459B75B6AA1182288E24FD8A4E3D894 /* DBSHARINGRelinquishFolderMembershipError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5E3A3AB4ED78BC47175E23C57D0E7EE6 /* DBTEAMLOGSharingChangeFolderJoinPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BFC2114F15971F008C8A907DB338DA6 /* DBTEAMLOGSharingChangeFolderJoinPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5E7E8D15E7B43D1D65E59622C320535A /* DBTEAMLOGSharedContentAddLinkExpiryDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A39E22C0D2DBD21D879CD59E6F80AF2 /* DBTEAMLOGSharedContentAddLinkExpiryDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5EA30A96B53615A9F1C6D8FEA6D39384 /* DBFILESListFolderArg.h in Headers */ = {isa = PBXBuildFile; fileRef = EC304592162F64D0B50F0AB8813341A5 /* DBFILESListFolderArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5EB1C25A16CB64408DFE1E17FC446E60 /* ZXRSSExpandedDecodedNumeric.m in Sources */ = {isa = PBXBuildFile; fileRef = 72AAE6D142B9570AAC84F862AFDD1D54 /* ZXRSSExpandedDecodedNumeric.m */; }; + 5ECAD72C3C6D7EBF033F3FAB216E5ECB /* DBTEAMLOGSfTeamGrantAccessDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 21E350E70BD4141D26F240836FA6E4BD /* DBTEAMLOGSfTeamGrantAccessDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5EEEA441E5B92002E859E068F404B486 /* DBFILESListRevisionsArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 9183F4394E8A44A37DF26AB9EA52E54D /* DBFILESListRevisionsArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5F44188B558C74C923A3595C485D1861 /* DBFILEREQUESTSListFileRequestsError.h in Headers */ = {isa = PBXBuildFile; fileRef = C55A16FF53AAA9C9E3DBD5A8217ED4A1 /* DBFILEREQUESTSListFileRequestsError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5FB57F26D212A4E90EFC151649A51B52 /* DBFILEPROPERTIESPropertyField.h in Headers */ = {isa = PBXBuildFile; fileRef = 814D5A71411AB3F59F45D67309CD2D9A /* DBFILEPROPERTIESPropertyField.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5FBD0E04F9E1F891E633652DB642CA3F /* DBTEAMLOGPaperDocMentionDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 45662888777A345BD66AADB513E01411 /* DBTEAMLOGPaperDocMentionDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5FEE1AD5CFA2F269CCC63918C4AD0B75 /* DBUSERSGetAccountBatchArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 694688C8A6DFB8B7A2B3D75DEA242D3B /* DBUSERSGetAccountBatchArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5FF760EDD2162DE3D238D7927079F45C /* ZXInvertedLuminanceSource.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F28192423F282DCFDD641CC25D433F /* ZXInvertedLuminanceSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 600F766AE424B0C63162F1036F92D0DB /* pwd2key.h in Headers */ = {isa = PBXBuildFile; fileRef = 31A2671D645192C470432E9586B56EBB /* pwd2key.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 60333A1B4177B7DE350238DE809B3E2F /* AFURLResponseSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = A36DD0A6BEF62A61C1E835ED7893E0F2 /* AFURLResponseSerialization.m */; }; + 6036FBE369EB7967C984AA1EAC7BEDAF /* DBTEAMActiveWebSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 4788F6605E96EA7D5D7DAD4D01CE2507 /* DBTEAMActiveWebSession.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 606446FD31FA9D65E3E66143CF347625 /* DBPAPERListUsersOnPaperDocArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = AC72C83D57B24464C32334284A815041 /* DBPAPERListUsersOnPaperDocArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6078E91F8A7A7C5BB7E05F007342237A /* DBSHARINGFileLinkMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = C9306EBBC8AE883B44E95EFC2022A77C /* DBSHARINGFileLinkMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6087C4B176B2517BBE4A34FA1F895D06 /* AFURLRequestSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EC1101470FBE566D2416CFE96348969 /* AFURLRequestSerialization.m */; }; + 60928F99B1A20F0D131485DBCDD3C5CE /* DBTEAMLOGFileRequestCloseDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 6208706ABD96324B1CDCEC06CD6A4FA0 /* DBTEAMLOGFileRequestCloseDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 60C4C6DC61A271171D36F65EA972A35E /* DBTEAMMembersListArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 53B15E89745BFA653CAD20EA89A73671 /* DBTEAMMembersListArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 61318D6A3DA504D980477841865AE9AA /* ZXPDF417HighLevelEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = DCD3AC8AE081B3EF09A6B4F5CD4B8ECA /* ZXPDF417HighLevelEncoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 613D06CAFAB8E7CBCBC5A8CE718F37CA /* DBTEAMLOGSharedContentChangeLinkExpiryDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 70116C56AF7BFC5949699DA739A6491F /* DBTEAMLOGSharedContentChangeLinkExpiryDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 614235E5EA6D8F9FF164354E43D5DD75 /* ZXEmailAddressResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = AC324953E61BE314C095EECC802C540A /* ZXEmailAddressResultParser.m */; }; + 615F8FA6BCDA1FCA37273AC87BE0900D /* DBTEAMLOGPasswordLoginSuccessDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 10C2549086E8CCA53038E4C61C450336 /* DBTEAMLOGPasswordLoginSuccessDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 61690F2FEAC2B3620E01A51B4B92B881 /* DBTEAMLOGTeamFolderPermanentlyDeleteDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = E29852EF4D0935E298FC1DF5C1C973E8 /* DBTEAMLOGTeamFolderPermanentlyDeleteDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 61D3F4AB788F4E0FE3493665587A784F /* DBSHARINGShareFolderError.h in Headers */ = {isa = PBXBuildFile; fileRef = 83AEA33B4468414E5741EC9FB026125F /* DBSHARINGShareFolderError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6208C73371752F9CFC8541C4528789D2 /* DBTEAMLOGAppLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = C9897745E493D7C0BA2CF78533FC0865 /* DBTEAMLOGAppLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 621185845A973470686DCFB83679A4AF /* DBSHARINGListFileMembersIndividualResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 06FDC0EF44F197C43B277FD4150B88A7 /* DBSHARINGListFileMembersIndividualResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 627124B4F2DB6AC215BC021D51039B4C /* DBTeamClient.h in Headers */ = {isa = PBXBuildFile; fileRef = ADEF0CE81387D864472AA1811ED9EB14 /* DBTeamClient.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 62763E12B3289D0E4F1895C521F9A6F5 /* DBTEAMLOGDataPlacementRestrictionChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = BD5AF62101C6FD1C7EA4E6C4EE11C933 /* DBTEAMLOGDataPlacementRestrictionChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 627A39A1905FB0CDC9F58B0874ADCB46 /* ZXQRCodeFinderPatternInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B347F54FD496A9156CEF5E1785A1EB /* ZXQRCodeFinderPatternInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 628A7A1296FF70AC06FFAE23EFE3D245 /* ZXQRCodeDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = F903FE322226BE894661C462562DAE6B /* ZXQRCodeDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 62C743CCF61FCD9727732AA5A73B7F48 /* DBSHARINGAudienceExceptionContentInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = A49E12397827DDA8FF9EF11A433EFBE6 /* DBSHARINGAudienceExceptionContentInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 62CB2F6B645CA3300B63AE98EEB0B84C /* DBPAPERListPaperDocsFilterBy.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CC3B02A60137C10D2A4B030D66D4D53 /* DBPAPERListPaperDocsFilterBy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 63593AA7402D36FF57F838778057730B /* ZXGenericGF.m in Sources */ = {isa = PBXBuildFile; fileRef = 86E62CEDBEF76FE0060277B45D06B83B /* ZXGenericGF.m */; }; + 6372C5A190A0DAA1F50C5DC009613ECB /* DBUSERSFullTeam.h in Headers */ = {isa = PBXBuildFile; fileRef = 57268A7AAAA845A8A3AA3EFD0D9D9F36 /* DBUSERSFullTeam.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6383D9CB01DFAE2FDCDFDC4B88EE4E39 /* DBTEAMLOGAppUnlinkTeamDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 864A47A4B7ACC719068DF1262E9F18FA /* DBTEAMLOGAppUnlinkTeamDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 63895B2F092CA352EB36C7D5C6EAC2E7 /* DBTeamCommonObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = 873070CA1B0FCD205974D2AADE1BF028 /* DBTeamCommonObjects.m */; }; + 6405CEA7114857CF6069246601E00277 /* DBSDKConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 1FC1D2CCBD30BDCF0443BDEC5920AD06 /* DBSDKConstants.m */; }; + 6418B9F7828B30B613FA18ED32C88878 /* ZXRSSExpandedDecodedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DF450E40BB2A6C6B678C510EAA56FEF /* ZXRSSExpandedDecodedObject.m */; }; + 6433156A5B21345A7F36A04B0E743EFB /* DBPAPERPaperDocCreateError.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CD21C1AC1C20F4EF80B105E73E57F1A /* DBPAPERPaperDocCreateError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 643B8FD79BA7F223FF58BA79609020BF /* ZXUPCEANExtension5Support.m in Sources */ = {isa = PBXBuildFile; fileRef = A77A6443A568A7088CD120F563DAE081 /* ZXUPCEANExtension5Support.m */; }; + 644ED49FCB10844A8E6A602BB3E97009 /* DBSHARINGListFileMembersBatchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A7DBBA39C8438FAB3EC3273ED006BCE /* DBSHARINGListFileMembersBatchResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6453B2005BB456994E37A2628D0EA0AD /* DBFILEREQUESTSGracePeriod.h in Headers */ = {isa = PBXBuildFile; fileRef = B26517FBB27AE811C7C7B1E70C154153 /* DBFILEREQUESTSGracePeriod.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 645858B04C26ABAF96EBBA1727D9DC61 /* DBTEAMListMemberAppsArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 5885303278327DF2FFDCAC9F8E8550B7 /* DBTEAMListMemberAppsArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 64734A0F32134D97E2BE4AC0B2AC285A /* DBFILESSearchError.h in Headers */ = {isa = PBXBuildFile; fileRef = C30326D66F6046569A511659F625D859 /* DBFILESSearchError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 647501D31AAD4B82A252047DE36985B7 /* DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = BF746E5A859C4D1DC8FABE27DC79D043 /* DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 64965E29F64D015B64879559AF9C06A4 /* DBFILESDownloadError.h in Headers */ = {isa = PBXBuildFile; fileRef = F6D967A91751D41A80BCE47A6CD5010B /* DBFILESDownloadError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 64AC350FCD1D1C1D641CB46C94676263 /* DBTEAMMembersSetProfileError.h in Headers */ = {isa = PBXBuildFile; fileRef = 16BA85749B65835DD2A3858B293FE80E /* DBTEAMMembersSetProfileError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 64F473575F964369A372A5C1FC4591C5 /* DBSDKKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 20AD0CF1ED41E0DB6C33E3E26DA1E394 /* DBSDKKeychain.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6543CF568CDF7BFC8B4C4156D5A30D32 /* DBTEAMCOMMONTimeRange.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F15D44C7275CFF2B23EC72850CDF0C2 /* DBTEAMCOMMONTimeRange.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 65575E44263AF7FAE37989E5591A409C /* DBTEAMDevicesActive.h in Headers */ = {isa = PBXBuildFile; fileRef = 340623D07BFD1AB650324947194AAAB3 /* DBTEAMDevicesActive.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 658016C1551DFB89937B773CA826C208 /* DBFILEREQUESTSGetFileRequestError.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CE3D79E07AA0642018EB4AA7B003718 /* DBFILEREQUESTSGetFileRequestError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 65A009F0F3B4568BB16F4F32DE493867 /* ZXAztecWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AF2CEB97B9E854A9936C9A45E3FEE85 /* ZXAztecWriter.m */; }; + 65DFC744D3E69BAD0A5BF171C6D56EC2 /* DBTEAMLOGPaperContentCreateDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = D67D46827D6784B41B1105B12C06DFFC /* DBTEAMLOGPaperContentCreateDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 65EA30717F9F5742F998C756A5AF5006 /* DBSHARINGLinkSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = D8C2651B0B39DA39884C5A2EFA9934F4 /* DBSHARINGLinkSettings.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 660CF7158F9F1F039E69417753249AEE /* DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 9168C1C48CC2BE591C98A87919A6BC12 /* DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 660EAF336B84A4568DF181A4CF0A9441 /* DBTEAMMembersListResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D12A5CA78E3BA163BEFE562057A9F8E /* DBTEAMMembersListResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 663A623CE00CEA241D7A231F79055D5A /* DBTEAMPOLICIESTeamSharingPolicies.h in Headers */ = {isa = PBXBuildFile; fileRef = 9999A0DFC57950C34B17135EB8DD4475 /* DBTEAMPOLICIESTeamSharingPolicies.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 666DE42249C6DE93481999949181D93F /* DBFILESDeleteBatchError.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BFCE5A07B79E8B5B176E481DC40DED3 /* DBFILESDeleteBatchError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6694917A59FB571E83E1EF22865601C9 /* DBGlobalErrorResponseHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = EFA632A307792785E0F7C5018513B6CD /* DBGlobalErrorResponseHandler.m */; }; + 669B254C7832FDC9678B344A0D83E2C8 /* DBUSERSAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CD03E2BC6BCE4C1677EB03F18E5C81B /* DBUSERSAccount.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 669DF8855E2CD38173B552BBCC335A9F /* DBSHARINGAddMember.h in Headers */ = {isa = PBXBuildFile; fileRef = 640C0FFECF84F76AE51C959255BB4840 /* DBSHARINGAddMember.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 66D3BB6702A0907C8E9627C33A79ADAD /* DBFILESAlphaGetMetadataError.h in Headers */ = {isa = PBXBuildFile; fileRef = 40D3820077CBFE26B627B0076C434104 /* DBFILESAlphaGetMetadataError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 66FB4ABB6178E97581EC7A57D7127D14 /* DBStoneValidators.h in Headers */ = {isa = PBXBuildFile; fileRef = 2847B2B2FD21AB6487451221668100EF /* DBStoneValidators.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 670134F6504A56E260C2BE2BDE824384 /* DBTEAMCustomQuotaResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 6852571FE6A73BDC243ED9875A6EC6A5 /* DBTEAMCustomQuotaResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 672A8CBDCD515F52C88934821D686CBC /* DBFILESRelocationBatchArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C298AA0E82AED5AC76BC05CAA150DC8 /* DBFILESRelocationBatchArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6737808A407D4CFCD52F3655E98923A4 /* ZXRSSExpandedPair.h in Headers */ = {isa = PBXBuildFile; fileRef = 65B28EDCCA377C17B5871C7E13DA213B /* ZXRSSExpandedPair.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6745105A4B6AFC065BA4D4401BC5111B /* DBSHARINGPathLinkMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 30B80C85BDBFE13D3A206D4DB793E2A2 /* DBSHARINGPathLinkMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 678886653E3FB70349A0F51228057570 /* MPAnalyticsParamBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = C6D75E2C96E57C9A479A25847ACB0D50 /* MPAnalyticsParamBuilder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 678B716D65690BC16FD20C9304472551 /* DBTEAMFeature.h in Headers */ = {isa = PBXBuildFile; fileRef = C687AD4DD916D9ED27AB674708C11453 /* DBTEAMFeature.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 67B4672A1C8057BB5A4304EEBFD2B018 /* ZXDataMatrixBitMatrixParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 096D01838115C69554F8A04E3232816C /* ZXDataMatrixBitMatrixParser.m */; }; + 67BEF393F5F58EFF661570495697E23B /* ZXAI013x0x1xDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 39ABF97B889EFB3F81259B66D2E180EF /* ZXAI013x0x1xDecoder.m */; }; + 67C2C71AB40D45199BFF0EBB301AD4C4 /* DBTEAMLOGNoteAclInviteOnlyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = CC4C69B0CBA06FDDCC14D12F216FDEB1 /* DBTEAMLOGNoteAclInviteOnlyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 67D7279D4674C085FB66899F280C0852 /* DBFILESThumbnailError.h in Headers */ = {isa = PBXBuildFile; fileRef = FF1456BD197D41CA27E38FA9C032166E /* DBFILESThumbnailError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 681E04473EAD29A462E98FE2623EDAC8 /* ZXRGBLuminanceSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CD4F2ECA392B15C10164B011A918DC8 /* ZXRGBLuminanceSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 68C0BFECC62C6CFBC6025AF60FF73527 /* ZXQRCodeDecoderMetaData.m in Sources */ = {isa = PBXBuildFile; fileRef = ECFEA4FCE5BF5FDF982A3BE0267794C9 /* ZXQRCodeDecoderMetaData.m */; }; + 68CB313A9EBA71C472F845529A048369 /* DBTEAMLOGNoteSharedDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = FC3DCC47DC9203D113591FE65C612900 /* DBTEAMLOGNoteSharedDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 68D360FE304E1114AE8A9BCFE1F0B1E5 /* SSZipCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7296873BE5182CAF7D5FC07BB1EABF /* SSZipCommon.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 68E44FBCDED144EFEE41674A06F0D406 /* DBSHARINGLinkPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = C26CEBB15C238540A6D5A054B70C6AAB /* DBSHARINGLinkPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 68F747C94D65EB6051EFFCAA8BA380A3 /* DBSHARINGLinkExpiry.h in Headers */ = {isa = PBXBuildFile; fileRef = BC8070EC3DFF4F656709112C74A7ACF0 /* DBSHARINGLinkExpiry.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 690DD0A1C7A65A63E117269A7A84B931 /* DBFILESGetThumbnailBatchError.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B728FEAE0266854705215DA7E4D541A /* DBFILESGetThumbnailBatchError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 692B648E537C89E0D802B014B8102D2D /* DBSHARINGRelinquishFolderMembershipArg.h in Headers */ = {isa = PBXBuildFile; fileRef = B73389F7F3E76D5E7EF80DB7EE89040A /* DBSHARINGRelinquishFolderMembershipArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 69554F433F2E401EFA1567988994BC61 /* DBSHARINGMemberPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = 401B756E270E89DE55460F26AB01F4AA /* DBSHARINGMemberPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 699348B14376D6C3969C165BF9E0F7BF /* DBTEAMLOGAccountCapturePolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 5909049CFF73BF4C74CE7D5C1437C8A7 /* DBTEAMLOGAccountCapturePolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 69A445B2D5AC1CE2961C4AF169551BAF /* DBFILESGetTemporaryLinkArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A394A7A2E02B51820ABEEE3003346A6 /* DBFILESGetTemporaryLinkArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 69AC1C43936A09E6B8C12DD7B4227BC7 /* AFNetworking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E37278F8AA7EAA7670E0FAFBECED182D /* AFNetworking-dummy.m */; }; + 69AF77D7480B96AB9AD2044E35C10D29 /* DBSHARINGSharePathError.h in Headers */ = {isa = PBXBuildFile; fileRef = 7899773012A277FAA2937FA04435CE26 /* DBSHARINGSharePathError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 69E55EF51CC8EFC6ABE8C54B3885E455 /* DBSHARINGSharedLinkSettingsError.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C4CFFC5FF68355648AD73B3CBAA5065 /* DBSHARINGSharedLinkSettingsError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6A25B1370720632DC57C7351B6EDAFC6 /* DBOAuthResult.h in Headers */ = {isa = PBXBuildFile; fileRef = DAC39D3D39FA66C846A16A4571541923 /* DBOAuthResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6A311A4404AF60AE605B3BF982C467FF /* zip.c in Sources */ = {isa = PBXBuildFile; fileRef = 064CC89639D6C5FCE61FF4A8A3A9B6A5 /* zip.c */; }; + 6AA4039F24E6F7C4C469A544F66A460F /* ZXQRCode.h in Headers */ = {isa = PBXBuildFile; fileRef = E8B42A5FB5D622A4B84CAC632A238B8C /* ZXQRCode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6AB48A287AF4F8A915F9057C83C09248 /* ZXRSSExpandedDecodedChar.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ACB5162F44A4A59F9D1D4CADF9F34E5 /* ZXRSSExpandedDecodedChar.m */; }; + 6AC7807C500440ED315DB3C1ABE7EBD5 /* DBTEAMLOGSharedContentViewerInfoPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F5E825DE14BDA2F5A2FEB0389953FBB /* DBTEAMLOGSharedContentViewerInfoPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6B33D094C8AC99578F7F28089ACCA671 /* ZXQRCodeMode.m in Sources */ = {isa = PBXBuildFile; fileRef = A59E84498533C5DDBEB140A3DBAA18B7 /* ZXQRCodeMode.m */; }; + 6B45409C56658655DCAFEEC3252893C4 /* ZXCalendarParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = A6911463B7A0F99EA915ED3F7EA1F482 /* ZXCalendarParsedResult.m */; }; + 6B8CD0FB15F19729CE415B0921D02F4D /* ZXISBNResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = FAC2F87AC2F77486958CB64FE51FA200 /* ZXISBNResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6BC2CFFB7862B50E35C97EA1D1977698 /* SSZipArchive.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D7787F3E5C746B28C440D2FF327012C /* SSZipArchive.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6C53BC86E9DCA9C0CDA9343A52E09B12 /* prng.h in Headers */ = {isa = PBXBuildFile; fileRef = 51D00C83B3576CB4780BC18FD6990CA4 /* prng.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C549CD634A701806194C830F4FFC936 /* DBTEAMLOGMissingDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BEFC3AE03309620F5067651106BBDC9 /* DBTEAMLOGMissingDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6CB3FD766BEF68FE732E695029C6F188 /* ZXAztecReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E2A7543980869393334785EA64C8181 /* ZXAztecReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6CD92588AB9525F352D387D952B9A2D0 /* DBFILESListRevisionsError.h in Headers */ = {isa = PBXBuildFile; fileRef = 32A6D91B8B7018B1FE224CB6439FD5A7 /* DBFILESListRevisionsError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6CEE227F3897D2ACA96C0D139E3CE09C /* DBPAPERFolderSharingPolicyType.h in Headers */ = {isa = PBXBuildFile; fileRef = FDC284AFD31F36AEB2463A6379D8CF50 /* DBPAPERFolderSharingPolicyType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6D1C688700BAD6BBBE79A6292AC47F93 /* DBSHARINGLinkAction.h in Headers */ = {isa = PBXBuildFile; fileRef = 0727D1BCEFF6569940368500DAF9D4C1 /* DBSHARINGLinkAction.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6D30572B923C5D9DA4154B22BBF113B3 /* DBUSERSSpaceAllocation.h in Headers */ = {isa = PBXBuildFile; fileRef = D2F651B31D0512690ECEC544334BC02B /* DBUSERSSpaceAllocation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6D43D7B067FC370C5AD7CC06AE0D28AD /* DBTEAMLOGSpaceLimitsLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = C4974C017E480369E6B0A59C0BBF6ADF /* DBTEAMLOGSpaceLimitsLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6D470B1AC9647FEF126F0DC41F2E59F6 /* zip.h in Headers */ = {isa = PBXBuildFile; fileRef = 61586331849329DB629DA854FB4A52D5 /* zip.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D75E379CC869DFD1BD8E4B83581F706 /* DBTEAMLOGEmmCreateExceptionsReportDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = E0002122250E04D2338EBB97E50E0E3C /* DBTEAMLOGEmmCreateExceptionsReportDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6D8A9CE40A94CB0A101C031CBB9233B0 /* DBFILESDeleteBatchArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 55D6DCA593C29D5269D5912932303090 /* DBFILESDeleteBatchArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6DA01AB7ECE6416AAE1DBF9629BB9250 /* DBTEAMLOGOriginLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = D9C4D33E123DAB52D9C81B65CFAE98D4 /* DBTEAMLOGOriginLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6DAA70D0CD4164D2AA76C2B3E562A85B /* ZXAztecSimpleToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AA4387F6B7F64A15CF1BB0EB8FC2E60 /* ZXAztecSimpleToken.m */; }; + 6DD9DBA1FE251492419AA7B5C087319E /* DBTEAMGroupsListResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 60735136A4653030F03A1C24A6D77855 /* DBTEAMGroupsListResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6DF21596F34C54AAFC2B12386D0EC915 /* DBTEAMLOGShmodelTeamCopyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 164F28651444B8F8179B60E02FC597C1 /* DBTEAMLOGShmodelTeamCopyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6DF600A6C22AF39CC25388182F05FB08 /* ZXDataMatrixVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 8939708E7621DB27B43700A84F35C498 /* ZXDataMatrixVersion.m */; }; + 6E3446A318FD32EED5CB5E3C68F1C8E7 /* DBTEAMGroupMembersAddError.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CC32765208AF5A43E38C54A46E39594 /* DBTEAMGroupMembersAddError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6E6A9B8C044929A7965CA9C4E177AD30 /* DBSHARINGShareFolderArg.h in Headers */ = {isa = PBXBuildFile; fileRef = E0DEE671829780BDD07E67E6FBB691ED /* DBSHARINGShareFolderArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6E73A5E8FB2B255A41F6DEB4AB01E302 /* DBSHARINGListFoldersContinueError.h in Headers */ = {isa = PBXBuildFile; fileRef = 890DE6128BE73338C2E57AE1F1EADA2D /* DBSHARINGListFoldersContinueError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6ECEAC7AA99E1D31342AF638466B3ACC /* DBTEAMLOGPaperFolderChangeSubscriptionDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = B92628A7DF0694E8DCC088D6BF53B263 /* DBTEAMLOGPaperFolderChangeSubscriptionDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6EE0DEB757E5F22052B71D04CEAB89C3 /* DBSHARINGJobError.h in Headers */ = {isa = PBXBuildFile; fileRef = 684694949EC1EFD0A24D89A7444CA49E /* DBSHARINGJobError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6F4E70DBE2634134FAFA6B371D59895F /* DBTEAMLOGFilePreviewDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 81F31A15D8ED0C5089A77678EF9D1597 /* DBTEAMLOGFilePreviewDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6F59AE5347172D5F9EC12CEBCF044785 /* DBTEAMUserSelectorError.h in Headers */ = {isa = PBXBuildFile; fileRef = C5590CC4D6DE8A87C17B560A50E61AAA /* DBTEAMUserSelectorError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6F665B3D9587570202985FBF062FD48D /* DBTEAMMembersUnsuspendError.h in Headers */ = {isa = PBXBuildFile; fileRef = 60BB9C3FF4FD95BA6529588EACA6CAF6 /* DBTEAMMembersUnsuspendError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6F7A797F687E95C03D0E9D5822EB255D /* DBPAPERPaperDocCreateUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = CDF3F36FDC0D695CB71DFC0810416FA3 /* DBPAPERPaperDocCreateUpdateResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6F8FEFE5289F388FB446645C2F5D47B5 /* ZXBinarizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 415A6D5285590135033CE25CAF004DDD /* ZXBinarizer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6FFE25DCAB7DC68DC48EF86FE42FFFA1 /* DBTEAMMemberAccess.h in Headers */ = {isa = PBXBuildFile; fileRef = 4492E7429DE40349C84E9BBEAFCEA969 /* DBTEAMMemberAccess.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 70345B0580A6CB8EA420723F76D2EBCC /* DBTEAMTeamFolderArchiveJobStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = FF89AF479C4564BCD2E4DA89A4032818 /* DBTEAMTeamFolderArchiveJobStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 705557C04417CA310BA2BF7FEFF19340 /* ZXAztecBinaryShiftToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C19433D45E8AFB3D486D9FE9E6D285E /* ZXAztecBinaryShiftToken.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 70693705C365E473BD84C1AAD22FFC11 /* ioapi.c in Sources */ = {isa = PBXBuildFile; fileRef = B2CB9EAE7C5FB05D5E1700197B46FFD4 /* ioapi.c */; }; + 70695871E5D54885209A2327B929450A /* DBClientsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A7C1F79B44C0321F77307E606854716 /* DBClientsManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7074B46941B308A4FC5F673D690A5D83 /* DBTEAMFeatureValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DA0D6E3E6235D97681AEE095C90718A /* DBTEAMFeatureValue.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 70A32128748350BC842F9E21F8E9BEDD /* DBPAPERSharingPublicPolicyType.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AACABA08DA4790F3863730DFC41E56D /* DBPAPERSharingPublicPolicyType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 70B1AA9D7BC0CCB9E49DF7B30A4DE63B /* DBTEAMMembersGetInfoItem.h in Headers */ = {isa = PBXBuildFile; fileRef = AD3CF039CA7CD35B27FF3CA7D78F948E /* DBTEAMMembersGetInfoItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 70B3C3BB1F9815CCE71BC7AF7B48A891 /* aes_ni.h in Headers */ = {isa = PBXBuildFile; fileRef = E70DE94AC44EDF514D791C81C5E83C07 /* aes_ni.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 70F597230D3C0024520C1CF673E2D1A3 /* ZXBitSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 78D373AD25D466A865264560EF646338 /* ZXBitSource.m */; }; + 711DC07B5AF9D65887733FF485BB0179 /* DBTEAMBaseTeamFolderError.h in Headers */ = {isa = PBXBuildFile; fileRef = CE414946304188E88FE3D02741B2F8F3 /* DBTEAMBaseTeamFolderError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 71399B45BDC3B021ABE4E9367D768E1F /* DBTEAMLOGSharedContentClaimInvitationDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = C693A82DBC7263488DC0A4B5FA0AD3B8 /* DBTEAMLOGSharedContentClaimInvitationDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7140442D58E87AC10E1FD956B7C88ACC /* ObjectiveDropboxOfficial-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FB76AF381D90BF29F703D87F63110D75 /* ObjectiveDropboxOfficial-dummy.m */; }; + 7144709DF2017826BA57EBCE26FC0FB4 /* ZXDataMatrixX12Encoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 565CF17172F13706CAEB6FD6DCC6A57C /* ZXDataMatrixX12Encoder.m */; }; + 7146AF3D48154124760F1ECCA63D0E47 /* DBTEAMLOGTeamAuthRoutes.m in Sources */ = {isa = PBXBuildFile; fileRef = E21E5BAB87EA535DC0E67270A90ED600 /* DBTEAMLOGTeamAuthRoutes.m */; }; + 714F53930ABE68EE7A08D3FB2B2E6A35 /* DBTEAMListMembersDevicesArg.h in Headers */ = {isa = PBXBuildFile; fileRef = D990680702CEA54BE94373E8EB55DF9D /* DBTEAMListMembersDevicesArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 71DF63626C511DB276D0C45984A1C09E /* AFNetworkReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D3D8DA6F50C962D62C788C6DCC4F7F16 /* AFNetworkReachabilityManager.m */; }; + 71E0E7C13F7C13783C27255C874521F2 /* ZXAI01392xDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D754073644B17DA49D78D7CCC64B3DC /* ZXAI01392xDecoder.m */; }; + 71F03CE3706A75214BF914FE731EC7C1 /* ZXRSSExpandedGeneralAppIdDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = E460CA3F756457AA6BA07697AF4AB942 /* ZXRSSExpandedGeneralAppIdDecoder.m */; }; + 71F15B6322C738AC60880376BCD73F23 /* DBSHARINGCollectionLinkMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = D08A9572734B681CF94BB586D9FB0DFF /* DBSHARINGCollectionLinkMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 721466BD59B9D3AA36214EC94B69A944 /* ZXGridSampler.m in Sources */ = {isa = PBXBuildFile; fileRef = 74B3FD23CED89C99005E3E8F370CEE65 /* ZXGridSampler.m */; }; + 72BEE3F8EA1ACAC1E9CD65F207F3A4FB /* DBSHARINGListFileMembersContinueArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F7BF5865F0D9299D92149060C0A67EA /* DBSHARINGListFileMembersContinueArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 73144014DE5E0F113E3AD1EAD241B367 /* DBTEAMLOGNoteAclTeamLinkDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = FBC34AE22B7DAC089C6794187E7630D4 /* DBTEAMLOGNoteAclTeamLinkDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 73238100223AF80C8552BD9C4892358F /* ZXingObjCAztec.h in Headers */ = {isa = PBXBuildFile; fileRef = E8C4E6D8696A86D0AE80AD767C247E1C /* ZXingObjCAztec.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7392FC18F94A6B0158F7D53FF68F0FD3 /* DBTEAMLOGEnabledDomainInvitesDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = A169D406F10F7D1724DF928F61A0179B /* DBTEAMLOGEnabledDomainInvitesDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 739C684A45938D3EA065D3878AF05FA2 /* DBTEAMTokenGetAuthenticatedAdminResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A0BD580F81F32378DCD869A8D4CD6A2 /* DBTEAMTokenGetAuthenticatedAdminResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 73B3A0152420B093459E369DE440EA2A /* DBAUTHAppAuthRoutes.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A1125D40F5378A5A0AFA0F6E7BFFE7A /* DBAUTHAppAuthRoutes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 73F6AA435391E73F2CAB6C96DF78C4F2 /* DBTEAMLOGAssetLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D2EDE69A020013DEBEDB89073372932 /* DBTEAMLOGAssetLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 73FCA03F05990807094B75CDC57DD017 /* DBSHARINGFolderPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B5C5F149D82EF51EB82E88F2302D26C /* DBSHARINGFolderPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7431191B3D4CAD511AC60ADA058764DF /* DBTEAMGroupSelectorWithTeamGroupError.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B354DEA17FEA209C49D4701D56F1D62 /* DBTEAMGroupSelectorWithTeamGroupError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 746575F278E0034AFA12DF26F7A9AE43 /* DBTEAMGroupsMembersListContinueArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 40117593184A4A928EAA54186D0C9C2A /* DBTEAMGroupsMembersListContinueArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 747494279AB0B44FAB93D4962566FC3B /* DBTEAMLOGPaperAdminExportStartDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 76D1244B3262E71EAC15DFC58695FF3C /* DBTEAMLOGPaperAdminExportStartDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 74BD7E1ECA3F71C168D86631DF34D833 /* ZXBizcardResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 342EE0FB4DCBE6DC0AF5FC01BC93D318 /* ZXBizcardResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 751070E4571FABA917ECCDE455B590D2 /* DBTEAMCOMMONGroupType.h in Headers */ = {isa = PBXBuildFile; fileRef = 157B6BD6A525EB05E7C307A153D2D273 /* DBTEAMCOMMONGroupType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7520A8834D5AD2105A0C18A771A48AE2 /* ZXPDF417Writer.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A0CA95F67D2BD8673E767E1BDD21A98 /* ZXPDF417Writer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 755E1FE1ED21E54544D9BA67A232A370 /* DBFILEREQUESTSUpdateFileRequestError.h in Headers */ = {isa = PBXBuildFile; fileRef = C011D1AF9456C7E0170C4EDA1582A390 /* DBFILEREQUESTSUpdateFileRequestError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 757F4BDF680C2C91CE69173EF02B51A7 /* ZXExpandedProductResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 723447A6381BCD93D981C4D80E916C6B /* ZXExpandedProductResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7580649A9B86B7E784737783FF47DD0C /* DBTEAMPOLICIESSharedFolderMemberPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C4F6B9A94C29557F6A734395595C545 /* DBTEAMPOLICIESSharedFolderMemberPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 758D659AC9C88AD5FC8E15F9427B03AE /* ZXDataMatrixEncoderContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 26D0E22CDCE5DBD12D8C16606088A24A /* ZXDataMatrixEncoderContext.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 759C7686DA41CDC349FE1C0529B2B18A /* DBTEAMLOGMicrosoftOfficeAddinPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = DCFC2AA833752C2F01953B4B42D24B15 /* DBTEAMLOGMicrosoftOfficeAddinPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 75C492D02462783B15A7DD08D2207446 /* DBTEAMLOGFileCommentsChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 1812F68DD7C6F66F1D7916BF74F5CF94 /* DBTEAMLOGFileCommentsChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 75C873ED8BD3F16933FF3737B8F5120A /* DBTEAMLOGMemberRequestsChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 87EB8712EE059BF9A26163D7A118B54A /* DBTEAMLOGMemberRequestsChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 75CFFCE71756077472F3CD1952AF3107 /* DBSessionData.h in Headers */ = {isa = PBXBuildFile; fileRef = 053AE0E9C8B674716C914DD65B68622F /* DBSessionData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 75D47A12499CDE4050B5CE514A48EC3A /* DBTEAMLOGPaperDocEditDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = D14BCEDAC0736870B92E1FC3726BC7C9 /* DBTEAMLOGPaperDocEditDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7611F80FFDFEA2FFD1F72CF2BD2CE399 /* ZXSMSParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = BD8068D9E0D330BF243E3D4E2C76FFFF /* ZXSMSParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7619B8DEBD70094416F65B3DB2C58FA5 /* DBFILEREQUESTSUserAuthRoutes.h in Headers */ = {isa = PBXBuildFile; fileRef = 90042324EFFB3E05A39FBFFF815E4769 /* DBFILEREQUESTSUserAuthRoutes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 761C1D948CEEFA89CAA84F1ECDC87424 /* DBTEAMLOGDeviceLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 3ED34C78E48B077210858DA0547D4A52 /* DBTEAMLOGDeviceLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 76371B96A6A044E343E8ABB8B99D0C7A /* DBTEAMGroupsListArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 319F96BFACE082A693836D799D1F6167 /* DBTEAMGroupsListArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 764E0CC891E83876FA097645C80F03A5 /* DBFILEPROPERTIESListTemplateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 4111A665A9553698A4E33112A83FDADF /* DBFILEPROPERTIESListTemplateResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 76554DCE4DE52CD53DD24256A62DAE9C /* ZXImage.h in Headers */ = {isa = PBXBuildFile; fileRef = F3F9C328F174E72EB0BC2EB297A7D18E /* ZXImage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7696E105E988AF97B2CFDEB36A36A31E /* DBTEAMRevokeDeviceSessionStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = D5AF3245B8BF74FE32FD682AF6B15952 /* DBTEAMRevokeDeviceSessionStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 76A256F26396F45BDA290393F86F23C9 /* DBUSERSGetAccountError.h in Headers */ = {isa = PBXBuildFile; fileRef = 424B8CB1B5ADCB10BC4313DF5652BB19 /* DBUSERSGetAccountError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 76C5E8098C032D5E43A198465155F91C /* CMDQueryStringReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EA2D9AB2B5B7F622A87CD2F147D4E0F /* CMDQueryStringReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 76CDB709F22EB1D3EEFC2AFEC0969C60 /* DBTEAMLOGGroupChangeManagementTypeDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F8C928859D9073B1BBDC7CDF2A24ADF /* DBTEAMLOGGroupChangeManagementTypeDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 76F140D2512E4894301E6B872C381BC6 /* DBTEAMLOGResellerSupportSessionEndDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = EE540E7D80E31A6EFC9D523F704442A7 /* DBTEAMLOGResellerSupportSessionEndDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 77000DB29050E2430CF85A78F93A5EA6 /* ZXUPCEWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = AD824497058BD79AAF2D4A26089F9619 /* ZXUPCEWriter.m */; }; + 770E36AD5E13A27440DB004FE3B04971 /* DBTEAMLOGFileUnlikeCommentDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FA54B0921046B61EDAEC14A2C54697B /* DBTEAMLOGFileUnlikeCommentDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 77F691813AA86B7D629ECF40D21AA7FC /* DBFILESListFolderResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 29E6033BC629F39F8A2C5ED17E411B41 /* DBFILESListFolderResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7808E47F1BE276088ED98582C1ABA2C3 /* crypt.c in Sources */ = {isa = PBXBuildFile; fileRef = 5175B3BE81F1692442BBE36CE2CC232A /* crypt.c */; }; + 7877EF5B1C0712E415E3EED68F1108A9 /* DBSHARINGMemberSelector.h in Headers */ = {isa = PBXBuildFile; fileRef = 588004BD9857267C957FA568A82B82BD /* DBSHARINGMemberSelector.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 788EBF6ABC14774EC6F743759DB64061 /* ZXUPCEANReader.m in Sources */ = {isa = PBXBuildFile; fileRef = EC9406978EEA5ECC0EE2C1BC4743F155 /* ZXUPCEANReader.m */; }; + 78E1D65AC1EF9016852F02B60E6083BF /* ZXQRCodeEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = F4F05856D5ADE770921C5A1B32D3572B /* ZXQRCodeEncoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 78E698FDC813B90976D541E88B9F9C64 /* DBAUTHInvalidAccountTypeError.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D271834E566084CBCB45C77DC92EFBC /* DBAUTHInvalidAccountTypeError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 78F95A0E53C433E21DEB762E35F5D0C4 /* DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = B44D9316B980B3FDDA6E6E4A5460C31B /* DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 78FDB65EC018D0D2E4013D95FE79600B /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BD369C847FFC2FCA8A3F7DF63867924B /* AppKit.framework */; }; + 796D46A524D124F584F8AEA33FE094BD /* DBSHARINGSharedFolderMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = FEB9D905398C759910DA6208C6B9E47E /* DBSHARINGSharedFolderMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 798F5B045DA95AB053B040D0ADAB594E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AABE1667A61ACA678FF937F8DFC07A1C /* Foundation.framework */; }; + 79F29C8C76BA882BD5C8FFFFD773B9F9 /* DBFILESUploadSessionStartResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 894515776BB46A0EF32E1AFB5C0DE3AD /* DBFILESUploadSessionStartResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7A22574A200F58647C77403C5F44F761 /* DBFILESSearchMatchType.h in Headers */ = {isa = PBXBuildFile; fileRef = 39BDFE4D01416AC9BB4235892AF35626 /* DBFILESSearchMatchType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7A5C2F90F1FC3DEE877E050F66D530BF /* DBSHARINGSharedFileMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 20A0D40A2D0E78D3290B4845D53205E8 /* DBSHARINGSharedFileMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7AB6398FA0EE6BDFD97DA2ED32C672FA /* ZXVINResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 26A651FF749092FCEDD699691820CFA0 /* ZXVINResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7B20E3040B0AE42F1AC07EEBE385212A /* DBFILESCreateFolderArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CDC30EDE52399FAE0176860A28EB5C6 /* DBFILESCreateFolderArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7B2E055F317D22353143AC532AA938F9 /* DBTEAMGroupsGetInfoError.h in Headers */ = {isa = PBXBuildFile; fileRef = E6F3621919FDD41E0D8877EA629899CF /* DBTEAMGroupsGetInfoError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7B44EFA789D07CDA9B535397C455C970 /* ZXMaxiCodeDecodedBitStreamParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FD68D82742EFBBDA343039DC2BEB004 /* ZXMaxiCodeDecodedBitStreamParser.m */; }; + 7B51553FAA1ADE1B871C8D60263FCBC7 /* DBTEAMLOGGroupChangeExternalIdDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = D9CB92D3FCB27AD071FD340233D88D34 /* DBTEAMLOGGroupChangeExternalIdDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7B552CA1E62A361AC6CAC24DD7A4A384 /* DBTEAMLOGSharedFolderChangeLinkPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = BED3D1A0C75D9B5B932414CF7F30C31F /* DBTEAMLOGSharedFolderChangeLinkPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7B67E76B78A56590857C5430B224213B /* ZXCharacterSetECI.h in Headers */ = {isa = PBXBuildFile; fileRef = E025CFC96DB51BB7944B29228DB14B1B /* ZXCharacterSetECI.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7B8975B86EA0528FE841C1F25C66B44F /* ZXDataMatrixDetector.m in Sources */ = {isa = PBXBuildFile; fileRef = F9E789EEAB5F6F7EA7A2E6E4A8D1B2F0 /* ZXDataMatrixDetector.m */; }; + 7B936A1F0DDD1298D858C3D1341416F5 /* ZXSMSTOMMSTOResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A350B96A330E9C083ED7285EAACAC7E /* ZXSMSTOMMSTOResultParser.m */; }; + 7C03EE36247E6C9E0A7885B91934B442 /* ZXByteArray.m in Sources */ = {isa = PBXBuildFile; fileRef = 11F802F393C29D25F90EB99B67D5CA6D /* ZXByteArray.m */; }; + 7C0FBDD7B563AFB29A1E9417A676AB68 /* DBTEAMDeviceSessionArg.h in Headers */ = {isa = PBXBuildFile; fileRef = B1EF902CFF1E92FF99C636BAA145130F /* DBTEAMDeviceSessionArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7C18B6CABAC0647D6496CEC11EF30299 /* ZXWifiParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B0177472898D402B7F3701EA6009A8D /* ZXWifiParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7C6689E3481C9F712CB6CDC6D05BB75D /* DBTEAMListMemberDevicesError.h in Headers */ = {isa = PBXBuildFile; fileRef = E10238AA2A0E098498E15E2FF74ACA6A /* DBTEAMListMemberDevicesError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7C8DBC83F0F8088F659D1AC4AE7D45F6 /* DBPAPERFoldersContainingPaperDoc.h in Headers */ = {isa = PBXBuildFile; fileRef = 2992464DD191DE874D79CEA9FB29B30F /* DBPAPERFoldersContainingPaperDoc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7CBB80849A66AB35DC625494C8EF068C /* DBUSERSFullAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B68C2BABC204760536AFF0602F6D870 /* DBUSERSFullAccount.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7CC000142781461185F01ECE1763D619 /* DBTEAMListTeamDevicesError.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FFF329DE8A4AE2A8A52A4A175E339D6 /* DBTEAMListTeamDevicesError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7CEF248D3570DABAF6F4EA9228D72662 /* ZXDataMatrixDataBlock.m in Sources */ = {isa = PBXBuildFile; fileRef = EC629DFE46A54F719BCCE1F0061DF2E5 /* ZXDataMatrixDataBlock.m */; }; + 7CF11DCEECA0751A952C4A423070E18E /* ZXUPCAReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 66B23A5BDF76B2076CA20B4D3C9AEC17 /* ZXUPCAReader.m */; }; + 7D17201BB9A5E0EAF7B4BC564F80CFDD /* DBFILESUploadSessionFinishBatchJobStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = D08E629F1FFA3DE84C8FE9F12F497DF7 /* DBFILESUploadSessionFinishBatchJobStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7D2395DD41BCBED9B6439F88AB4ED922 /* DBSHARINGAddFolderMemberArg.h in Headers */ = {isa = PBXBuildFile; fileRef = F01B78B8944A0A617974C07B93D27B5E /* DBSHARINGAddFolderMemberArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7D4E73C1A45189AAB821A208C6401236 /* ZXLuminanceSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 3796D20E5F66D665F758B08D56A71BD8 /* ZXLuminanceSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7D53BBA0DE555A01680CD2CCE83FB6BC /* ZXingObjCDataMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = 72E26C5CE40F822E4CCFEC9884E2BECC /* ZXingObjCDataMatrix.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7D64287DFA769BA7DA6A06AFB0E74914 /* DBFILESSharedLink.h in Headers */ = {isa = PBXBuildFile; fileRef = CECF9F193CFA13BA345B3E421541345B /* DBFILESSharedLink.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7D6581FFAD2A566CA51871A6679467B3 /* DBSHARINGGetFileMetadataIndividualResult.h in Headers */ = {isa = PBXBuildFile; fileRef = DE605A44FA0D37EA64E5929A47E146FA /* DBSHARINGGetFileMetadataIndividualResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7D89A216ACC60432DF1E1FEC6A6732D0 /* ioapi_buf.h in Headers */ = {isa = PBXBuildFile; fileRef = 4021A9D80E9C13A05ABE53360135B23D /* ioapi_buf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7DA3A93F3C18A7F66D18C4B0CF285D4B /* DBFILESGetThumbnailBatchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E9374E5D2A5B775E602D68FC97BF530 /* DBFILESGetThumbnailBatchResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7DB108C992D7BCFFA33FF206A6CF1098 /* DBFILESRelocationBatchError.h in Headers */ = {isa = PBXBuildFile; fileRef = 03BB4F7519798A25A1110B294933031D /* DBFILESRelocationBatchError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7DE6CAB28F93D4B5BC12D545B38C46B5 /* DBTEAMLOGDesktopSessionLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = A01A3C778A9C15F3A38501A68E4FDC2C /* DBTEAMLOGDesktopSessionLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7DED41ABC41F5A2FF63902C7E79F7176 /* ZXQRCodeErrorCorrectionLevel.m in Sources */ = {isa = PBXBuildFile; fileRef = D1A1FA680885F6D4D16DBECBF6549578 /* ZXQRCodeErrorCorrectionLevel.m */; }; + 7E0B2FEF3CF019189BCE82A54AD64687 /* ZXPDF417Common.m in Sources */ = {isa = PBXBuildFile; fileRef = CFCD64A73D05701F8F27DC7ADB6385EE /* ZXPDF417Common.m */; }; + 7E390D9BFDCEFA60EF7D095604BCB2B2 /* AFNetworkReachabilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A2EAFA5C25E559EBB603451B88659C8E /* AFNetworkReachabilityManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7E672F80DD022246ACF7B656E05C9DE5 /* DBTEAMLOGTeamEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = ACAD2D1F9CA0D9A31D82816575EC3887 /* DBTEAMLOGTeamEvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7EAFF766CD6DF80DABCEB48D1A4FCE76 /* DBFILESSaveCopyReferenceArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 019310EEB7E16F20D0798B89F23D4DB9 /* DBFILESSaveCopyReferenceArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7EF3921E226FB85879AC991E9C16724D /* DBUSERSGetAccountArg.h in Headers */ = {isa = PBXBuildFile; fileRef = BFEA3C839F8FC8C40DD2EC94700C332F /* DBUSERSGetAccountArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7F21337186A0D2B1A9E0B50507213841 /* ZXRSS14Reader.h in Headers */ = {isa = PBXBuildFile; fileRef = 26630A8A8628228C69FD2CB4BB721A47 /* ZXRSS14Reader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7F9067E8735D6A236B85A109179A9AD2 /* DBSHARINGRouteObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A61FC6DE53002AB53827C0B503DE0AB /* DBSHARINGRouteObjects.m */; }; + 7FAC1AB4EDDB512C63FCCBA2E7F75DC9 /* DBUsersObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = 33E42FD48C14C93565495612FAB3AAFA /* DBUsersObjects.m */; }; + 7FCC80C413B3EB99DE75D7AA30E4FFE6 /* ZXHybridBinarizer.h in Headers */ = {isa = PBXBuildFile; fileRef = C7145671E4848505B611A181B073C303 /* ZXHybridBinarizer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7FE63005E69C2F70437C3D706933B165 /* DBTEAMTeamFolderIdArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 3552493521EB783845D52469C8662F9B /* DBTEAMTeamFolderIdArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8006F2EF5A3DD3C68C28BBBAF14DB636 /* DBTransportDefaultConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = FB5A0EFC13ED42E03047102DDFD8A895 /* DBTransportDefaultConfig.m */; }; + 803880D5C9D1C766FA8D0D873C5BF632 /* ZXAbstractExpandedDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 0ECAE19D4DFF4979BAB51E74221FEAF0 /* ZXAbstractExpandedDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 808E9814D413A91BA24E64CC2D636CF6 /* DBTEAMCOMMONGroupSummary.h in Headers */ = {isa = PBXBuildFile; fileRef = 4198C3088630258F9105BF08DCC21DB5 /* DBTEAMCOMMONGroupSummary.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 80CBF49B51C101A42D8DC8EDFC5F4EE6 /* DBTEAMGetStorageReport.h in Headers */ = {isa = PBXBuildFile; fileRef = BDBD41E4EBDE30208AD1001C39EE2248 /* DBTEAMGetStorageReport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 80D418710B30FB9E8976C27D74C6252D /* DBTEAMLOGSharedFolderChangeMemberPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = F9D655913C23778DEFE841B1F0789881 /* DBTEAMLOGSharedFolderChangeMemberPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 80DB9B2FC299C73FD859B6FE3233F561 /* DBTEAMLOGSsoChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = CF00FA196769D35E4452FCA86F322661 /* DBTEAMLOGSsoChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 80FD0572D6991D01102A94C4FA4ABC51 /* DBSHARINGAclUpdatePolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = ED3701E2BEBADEF7A374A47AE25DE293 /* DBSHARINGAclUpdatePolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8111B2E8503A2710C6DFD2AA7FE92582 /* DBTEAMLOGUserOrTeamLinkedAppLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 25A378C20E41ACC15BFA695FA489E361 /* DBTEAMLOGUserOrTeamLinkedAppLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 814B0FAEF6E61364B956D329CE1E12E8 /* DBCustomTasks.m in Sources */ = {isa = PBXBuildFile; fileRef = 55A59A45D31C37745BC470BDEC485DC3 /* DBCustomTasks.m */; }; + 81606D30A959C96E58ABF44AF0D672DF /* DBFILEPROPERTIESGetTemplateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A470402EC797E063E149770C4FC8B77 /* DBFILEPROPERTIESGetTemplateResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81AB90DFEF8E218C05541B71EAEABAF0 /* DBSHARINGGetFileMetadataBatchArg.h in Headers */ = {isa = PBXBuildFile; fileRef = CBA7C05B3DB28B741D55ABF7CCA7D601 /* DBSHARINGGetFileMetadataBatchArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81AE1E5858B684103123093EFF43E54C /* DBSHARINGUpdateFileMemberArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 9178FFC905085EBFF6F90085809CB0F5 /* DBSHARINGUpdateFileMemberArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81C22F33A7B20AC7FE2F4C079A4F9915 /* DBTEAMLOGPaperDocChangeSubscriptionDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BBFC9B145CD5A083A80734DF843A929 /* DBTEAMLOGPaperDocChangeSubscriptionDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81E4E5ACD0711DCFF15501F5A5CEF023 /* DBTEAMLOGFileResolveCommentDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 7797E93F87E7E5408F5DF3E836F643A3 /* DBTEAMLOGFileResolveCommentDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81FFD3001FD491B10DC1A8331CF47781 /* DBTEAMLOGTfaRemoveSecurityKeyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = DAA9EF5291B7495709202157DC50B5B5 /* DBTEAMLOGTfaRemoveSecurityKeyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 820317F7380E87D54899E8D8BD4783BD /* DBTEAMLOGSsoChangeLogoutUrlDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 07D098852325F1C8CAFABCAAA6AEAAF6 /* DBTEAMLOGSsoChangeLogoutUrlDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8207A942D68D8190AD653D089AFC3A4E /* ZXingObjCCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D6012BB08337B9F6AB0495A0089305F /* ZXingObjCCore.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 829E74435795EDE744B954F3FD9E3F2F /* DBTEAMLOGMemberSuggestDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 26E18B7C4A06F1F004A6BEED680F1005 /* DBTEAMLOGMemberSuggestDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 82A7556BAC9BCCE1971C9E5F4EE33D4C /* DBTEAMTeamNamespacesListContinueArg.h in Headers */ = {isa = PBXBuildFile; fileRef = DC563C0C9294611FA69A0FFE83818FBE /* DBTEAMTeamNamespacesListContinueArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 82BD8F1A8FCBC9A41296573DE9F84424 /* DBSHARINGAddMemberSelectorError.h in Headers */ = {isa = PBXBuildFile; fileRef = 14A9A82B1F629BEB3110DEBBB2057095 /* DBSHARINGAddMemberSelectorError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 82C53F24373B16181CF8E18769F07C08 /* DBTransportClientProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = D7BB3DF8FC4E0EE50A6F80D3C413B1C5 /* DBTransportClientProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 82C570BB8DBFB12F97AECE4CB15F68D1 /* ZXModulusPoly.m in Sources */ = {isa = PBXBuildFile; fileRef = F2EE3EC30EB560BDAD8DC5BE7D28C6BD /* ZXModulusPoly.m */; }; + 82DDA127D2FCA9331FCCC11EA71C882D /* ZXRSSExpandedPair.m in Sources */ = {isa = PBXBuildFile; fileRef = 43952E0760ED0328F57545359F87C854 /* ZXRSSExpandedPair.m */; }; + 82F5C426164BDFF17410AFAB7182E386 /* DBTEAMLOGPaperContentAddToFolderDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 7226B1738108C56A871A7B92915B9EAD /* DBTEAMLOGPaperContentAddToFolderDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 830DAECDC168DD00B548DECD1281619D /* SAMKeychain-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 90D6FD567403A0C529C53E15192FC211 /* SAMKeychain-dummy.m */; }; + 83440E14F1D3B3CF5D07F31E9D20C6E1 /* DBFILEPROPERTIESPropertyType.h in Headers */ = {isa = PBXBuildFile; fileRef = 82E84B5B88AC33DB42CEB81A406CBF7F /* DBFILEPROPERTIESPropertyType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 836F6943F9F09DE4AF9B9CACEA3A9A73 /* ZXMultiDetector.m in Sources */ = {isa = PBXBuildFile; fileRef = 71C85873F009C8703D7B365BB9EF866E /* ZXMultiDetector.m */; }; + 8372D4E523BFF7A02DD25DE0B78672F6 /* DBUSERSUserAuthRoutes.h in Headers */ = {isa = PBXBuildFile; fileRef = E51ABE810F98A722295CF2491720B649 /* DBUSERSUserAuthRoutes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8385E83F746C6BE6F254BAE8495C569C /* ZXDimension.m in Sources */ = {isa = PBXBuildFile; fileRef = 62DEAC977589C8FD40628DB865F62832 /* ZXDimension.m */; }; + 83A7609991FB871D5B2F0C20770C0015 /* DBTEAMLOGSsoAddLoginUrlDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 650DC490E9D0F55C5DB0E96203FDE583 /* DBTEAMLOGSsoAddLoginUrlDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 83ADB5F35A782105351F6D84F3D6AA09 /* DBFILEPROPERTIESTemplateError.h in Headers */ = {isa = PBXBuildFile; fileRef = D82691643496E8DF352CE6DD8E1B3123 /* DBFILEPROPERTIESTemplateError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 83D420C5B208C59531AE5C7D92A4CA0B /* ZXQRCodeEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 75F9A46BC44E7629BBE6FFC4A90861A0 /* ZXQRCodeEncoder.m */; }; + 845BD11039C50C7C34EF0DDCB5752E68 /* DBFILESDeleteError.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E71833C6991491DA795C8FC9E91248D /* DBFILESDeleteError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 84653ACFB1A285B7408193F39298457B /* ZXQRCodeDataMask.m in Sources */ = {isa = PBXBuildFile; fileRef = A21128A66B90672ECC8AEEF8CE59CE9F /* ZXQRCodeDataMask.m */; }; + 8482BE36460EF2A4A0AC3FD8A4791E15 /* ZXExpandedProductResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CB38EF0F19DB0659599F917FC385D08 /* ZXExpandedProductResultParser.m */; }; + 84A56B1FF278F9C7A6B958A23F63D4C8 /* ZXPDF417Dimensions.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D7823BB5F814C006075E87F50C42ED9 /* ZXPDF417Dimensions.m */; }; + 84C2B86702283D7401CB46231039C5E2 /* DBTEAMLOGAccountCaptureRelinquishAccountDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 277E54453652A71D9A8DBF67F2B7E9F9 /* DBTEAMLOGAccountCaptureRelinquishAccountDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 84FE15B3F14814DE2DF4A6F662B4B234 /* DBPAPERListPaperDocsArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = EA48EFD9F693ADC246D88EC35297FBA9 /* DBPAPERListPaperDocsArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 852635FB6630736E531302C2B06A642D /* DBTEAMLOGGetTeamEventsError.h in Headers */ = {isa = PBXBuildFile; fileRef = 44C15814F9BC4394C12DDA7E3C6A5A3B /* DBTEAMLOGGetTeamEventsError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 854E63BAE5DAE4B11ADE4C75D8FDA806 /* DBTEAMLOGDeviceUnlinkDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 185A3CC76AABAE183FB4E6A8B7266B3C /* DBTEAMLOGDeviceUnlinkDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8556E750FB1D9611327C5C15F77C2126 /* ZXQRCodeVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 14986A3D3B7C0401CA65D706314E8652 /* ZXQRCodeVersion.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 856AFFABD8BDBEF199E235CE286E9707 /* DBTEAMLOGPaperDocDeletedDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 99FE3CD3C2D966D5A0EF91AA1F099E2B /* DBTEAMLOGPaperDocDeletedDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 857351ECA9C098BD4E254481CF0A99A8 /* DBTEAMLOGSsoRemoveCertDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = D46C0ABE90CF78E93DC7E1AA594405E1 /* DBTEAMLOGSsoRemoveCertDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 85B341B3094F50A6BAF4BB75FEA0E30F /* DBTEAMLOGPaperDocChangeSharingPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 5319CFA6E27C54E63F721F16866156DC /* DBTEAMLOGPaperDocChangeSharingPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 85FEEE6ABA502B779A87FF1573E5C429 /* DBTEAMGroupsListContinueArg.h in Headers */ = {isa = PBXBuildFile; fileRef = E9893153AD47F16A9ECFEB0A59416D2E /* DBTEAMGroupsListContinueArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8631C23ADAC1BA18833940CD8AF80527 /* DBTEAMLOGResellerLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 37702A3599D376F464CB8C4A1857D01F /* DBTEAMLOGResellerLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 863D36CB1CBEB11EB1976F3708A60C42 /* DBFILESUploadErrorWithProperties.h in Headers */ = {isa = PBXBuildFile; fileRef = E611C54149AAFC15AD2EC3A35F23B8D2 /* DBFILESUploadErrorWithProperties.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 863F0C995352EC6E9888D29D9C430881 /* ZXPlanarYUVLuminanceSource.h in Headers */ = {isa = PBXBuildFile; fileRef = D732DDEC95521AAB6FAAA41E6FDF43D6 /* ZXPlanarYUVLuminanceSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 864E68E22F0B20528CE8B4985EFB6166 /* DBTEAMLOGMemberAddNameDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = CA49EDB26E76A9077C4720589D2BE6E4 /* DBTEAMLOGMemberAddNameDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 865EF5720F39FAE2B7350B791A918B64 /* aescrypt.c in Sources */ = {isa = PBXBuildFile; fileRef = AAEC4C251213AE2C2904BEF17B504983 /* aescrypt.c */; }; + 866E7A81ED6CD7677BA15AA64BFC44B8 /* ZXQRCodeBlockPair.h in Headers */ = {isa = PBXBuildFile; fileRef = 4132FB33AC0C5F9B1948146D4A552040 /* ZXQRCodeBlockPair.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8682BB66756FF283EC657A2E10DD0404 /* DBSHARINGUserInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 880253EE501201F880C130B8D53FB84B /* DBSHARINGUserInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 86B0D32699AB5D93BB0EEB7757EDCD66 /* DBTEAMLOGPaperContentArchiveDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 512ABC0B0EDFEAB43CBE0A215B46919E /* DBTEAMLOGPaperContentArchiveDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 86B6268FFEE0406179C32034615EF516 /* DBTEAMLOGShmodelDisableDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = C5CAD987286579D08AF551FC83A4DCF6 /* DBTEAMLOGShmodelDisableDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 871AE4D57C30F3A12377672BA1763401 /* DBTEAMMembersRemoveError.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F2F1F874F519A01F8D0928CFD5FC709 /* DBTEAMMembersRemoveError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 874C7D3E9CF60AD85DF56FA9E6ECEF3A /* DBTEAMLOGFileSaveCopyReferenceDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E34428E7B57D47A852BABB57D239341 /* DBTEAMLOGFileSaveCopyReferenceDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8764AFAEBF72C3F5617F35F1F7923FFB /* ZXURIResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = B63D0EC01AA2A44B31BEC7A4975073D7 /* ZXURIResultParser.m */; }; + 876A682D20DB1270936DDE1781C6BE6C /* ZXVEventResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C8189E753DC4B70A68BAB62FCA94E60 /* ZXVEventResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 877D01DB09D18C8B9C6D3730DA9B068A /* ZXPDF417Detector.m in Sources */ = {isa = PBXBuildFile; fileRef = 205678B942224733BF28AAA6C59979A6 /* ZXPDF417Detector.m */; }; + 879125A1C13A0A52AA8CD630B83B3D07 /* ZXRSSExpandedCurrentParsingState.h in Headers */ = {isa = PBXBuildFile; fileRef = A181B7257765ABB463F61EBBE3D0002F /* ZXRSSExpandedCurrentParsingState.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 879742E231D6BF4F1DF3BA6FD6038AF8 /* DBFILEREQUESTSCreateFileRequestError.h in Headers */ = {isa = PBXBuildFile; fileRef = D3C638158A278F621D7539E45FB01E62 /* DBFILEREQUESTSCreateFileRequestError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 87CC35814BF0CF8CD2B9E6900A27D56D /* brg_types.h in Headers */ = {isa = PBXBuildFile; fileRef = E55B1D0D2D8C423197126960D8D42C70 /* brg_types.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 87D3178639B05EDF8472A12D98F3DE08 /* DBTeamBaseClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 4576FC6DD1801E2A884865951D0524F1 /* DBTeamBaseClient.m */; }; + 87FAC6B703A2BD9B4B9B06A2C1558200 /* DBFILEREQUESTSFileRequestError.h in Headers */ = {isa = PBXBuildFile; fileRef = 83D1F22771219BE3E8363FDEC79F9F12 /* DBFILEREQUESTSFileRequestError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 88203049F48AD2ABC1E6273C5D4A710F /* DBFILESFileMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 0170EE15A5B7E86900F7D24C8FD00F0B /* DBFILESFileMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 884BF42CF1EA160DD573FF3B87FEDB6C /* DBPAPERRemovePaperDocUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 57EE00CA63EE0C9DF6F0AFE2191CCC9B /* DBPAPERRemovePaperDocUser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 88D87C257EA4C5589CC293F36BF959C6 /* ZXDataMatrixASCIIEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B190330182BC0A6D0DB11A31EA71E83 /* ZXDataMatrixASCIIEncoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 88F740DFFC9ADD53229B59052C954B35 /* DBTEAMLOGGroupChangeMemberRoleDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 89457F3707A7126363C01C90FFB21C24 /* DBTEAMLOGGroupChangeMemberRoleDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 890ADC23F293F7E9DA61453FECD7DBC5 /* DBTEAMLOGPaperChangeMemberPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EFAD71E9664E44FF85BF57E7378FCE5 /* DBTEAMLOGPaperChangeMemberPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 891C4AF3F0B78B91A4704B963CF33E85 /* DBTEAMLOGMemberTransferAccountContentsDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D5CBFE72728738D4ED8DAED2D78A878 /* DBTEAMLOGMemberTransferAccountContentsDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 89473427B09139BE3242E67CBDBB37E2 /* ZXDataMatrixSymbolInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B690380F76B971F85E00DEC0EBD3A48 /* ZXDataMatrixSymbolInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 895E7A1A24F44A5886DEF243FF47CF64 /* DBSHARINGLinkAudience.h in Headers */ = {isa = PBXBuildFile; fileRef = BF7F6B24BDF59172E76B4B741A6E7F17 /* DBSHARINGLinkAudience.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 89D752380D48621D3086AC3B5454FD48 /* DBFILESFolderMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EA1A48AD59314FC91CED1D6A13F031A /* DBFILESFolderMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 89EDC633DF440E30EBC20BF91CC427FF /* DBTEAMLOGMemberSpaceLimitsChangeStatusDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F3D91D281587EDDE7205BEEC0107F2F /* DBTEAMLOGMemberSpaceLimitsChangeStatusDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 89F6A2CE89D4DCB443D9895228B4319F /* DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C82EA7DDABA1B2FFB842E3C41837C5B /* DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8A037727887F8529425928F813B53037 /* ZXISBNParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 05A7DCFC168BFBAD8477A33630E6EC72 /* ZXISBNParsedResult.m */; }; + 8A471C97818D05CC830016F7121D3ACB /* DBASYNCLaunchResultBase.h in Headers */ = {isa = PBXBuildFile; fileRef = B9725F4981709B5E707E8F01E3E85674 /* DBASYNCLaunchResultBase.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8A79C1FBB814B39DEB8E0F07A04594C2 /* DBTEAMRemovedStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = C9BA9B74662E779BB731535082FE5A00 /* DBTEAMRemovedStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8A8304C61E63960E04E4BC733B1D0C4A /* DBTEAMLOGGroupUserManagementPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = BA1AC14FDA50D16EB814690D05C49E2D /* DBTEAMLOGGroupUserManagementPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8A919BED86E71E1F33705513F47BC88C /* DBTEAMListMembersAppsResult.h in Headers */ = {isa = PBXBuildFile; fileRef = C10CCFC3B557C62BB2ED81D85F40F0D6 /* DBTEAMListMembersAppsResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8ACD09B6A7D7983BEAD3889770E1ED17 /* DBTEAMGroupsSelector.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D1717BF1FC58CFBD89AF4A0636ED75F /* DBTEAMGroupsSelector.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8ACD605A2D1DDA2E2DC02B370D8D33CC /* DBTEAMLOGFileRequestSendDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 5206C9917DB8987F383C9B456E1A8E1F /* DBTEAMLOGFileRequestSendDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8AF69AECDB930027C200B0629C941E6C /* DBTEAMLOGSmartSyncNotOptOutDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 9888D0D4CAEA5964AB18265D426531D1 /* DBTEAMLOGSmartSyncNotOptOutDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8BA3F89233F61560CABC0110BC3905AA /* DBTEAMLOGEmmRemoveExceptionDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 49D17EB4F8B14E2B2746CFF89C257ED6 /* DBTEAMLOGEmmRemoveExceptionDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8BE23D21E232B2A88456A0B0D440E7B6 /* DBTEAMGroupMembersChangeResult.h in Headers */ = {isa = PBXBuildFile; fileRef = AE8E723F323D0D89D4DF4DE746FC176F /* DBTEAMGroupMembersChangeResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8BE2A2A44C3C198BFE16CF03703D0D7F /* DBGlobalErrorResponseHandler+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 662868268BECD69617E3AC5BAAC8AC75 /* DBGlobalErrorResponseHandler+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8C6343E2168C42C39F7F299E6D2BEDD1 /* DBCOMMONPathRootError.h in Headers */ = {isa = PBXBuildFile; fileRef = 778A6A9A6BC39FD2BB957AE78ACDDF74 /* DBCOMMONPathRootError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8C9DCB8279836B3C5941CCB91A745318 /* DBSDKSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D790ED756EFE421BAA75D29FBE3BE7D /* DBSDKSystem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CB1AE4E07FD9CA6BA166442BEB1AEE3 /* DBTEAMMembersListContinueError.h in Headers */ = {isa = PBXBuildFile; fileRef = AC32CA4486FA96477EF2EDCADDDF3445 /* DBTEAMMembersListContinueError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8CC3A6C7BD1CE1AA6F88CAB00D5C9422 /* ZXPDF417CodewordDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = BB217C9593CBFAE819B394C4FF0B0087 /* ZXPDF417CodewordDecoder.m */; }; + 8CFAF5BE6D3529C472282796501BA10E /* DBSHARINGListFilesContinueArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DA56FC06CF8107DD66C1B814E8462EB /* DBSHARINGListFilesContinueArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8D009A0D62AA2769A65FD8DD3B8DFB77 /* unzip.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CB62D3D8F6AF1DA97A90740A00E3FF /* unzip.c */; }; + 8D3E0163FC364CF2595E402295512102 /* aes.h in Headers */ = {isa = PBXBuildFile; fileRef = 0987EF989CF0FEC4BB6CD662467B9979 /* aes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8DA9C1EE1E77398BB5BD910D16E743A5 /* DBTEAMRevokeLinkedApiAppBatchArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 89A4274B85630398488C9E18672BE694 /* DBTEAMRevokeLinkedApiAppBatchArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8DAD06DD30F12084262321AD1AC0A07F /* DBFILESSaveUrlJobStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = BDEE8BE98C71D3EB18DFA5B40A0BEF6F /* DBFILESSaveUrlJobStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8DB3AE788E65184A97AE749112C38E0C /* DBUSERSName.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C39CA5B986B0BB4D11654739896C5D3 /* DBUSERSName.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8DBDD1AED04B5606DE0DDA2D3A0B3D6F /* DBPAPERFolderSubscriptionLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = BDA069B92C602CC61E779D1E45811880 /* DBPAPERFolderSubscriptionLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8DF806922AFBC913355B8F0152CE0C41 /* DBTEAMLOGSfTeamDeclineDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 064B88A2107B941590EEDDC4A2AA3D09 /* DBTEAMLOGSfTeamDeclineDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8E52917AF2B6F2182031FCC830B5DB40 /* ZXRSSExpandedDecodedInformation.m in Sources */ = {isa = PBXBuildFile; fileRef = 428D528034182828B6D43D9D238EE22E /* ZXRSSExpandedDecodedInformation.m */; }; + 8EA0F1D3812F6673BF546789591D9B15 /* ZXPlanarYUVLuminanceSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BF9C5080296AC267259481D3CBC0C23 /* ZXPlanarYUVLuminanceSource.m */; }; + 8EB0362CE7CC955D92531F7A8272B09F /* DBTEAMLOGTeamFolderCreateDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FC75A8DF049FAD82B0EB6329DCBDF9E /* DBTEAMLOGTeamFolderCreateDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8ECC6A56F19DE3DA7EFBC1183B0561DE /* aeskey.c in Sources */ = {isa = PBXBuildFile; fileRef = E9D1309E2F7809CB59C9F0ACCDD6D672 /* aeskey.c */; }; + 8EE8AC1BA240A27583989FB5A84DE02C /* DBTEAMLOGSharedContentChangeDownloadsPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 6872406FC3F0A5DE9FD9305794030300 /* DBTEAMLOGSharedContentChangeDownloadsPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8EEB3D41E82AEE9078E1381D86F9C6D7 /* DBTEAMLOGSharedFolderMembershipManagementPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = E2DB83A7EE52985A313717B1D8B28A6A /* DBTEAMLOGSharedFolderMembershipManagementPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8EFDF43F88AD5BBF71C719446327E050 /* ZXAddressBookDoCoMoResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F7413FC4D0406798A47D1E19587669 /* ZXAddressBookDoCoMoResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8F676A439C395090C7CC05D517B778FA /* DBTEAMLOGFileRequestCreateDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEA9219908C5E5156B6C71B47919991 /* DBTEAMLOGFileRequestCreateDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8FCCE43E6DE97821DA8F43335993C6F4 /* ZXDataMatrixX12Encoder.h in Headers */ = {isa = PBXBuildFile; fileRef = F624AFB97560C50D1C68304904664FF1 /* ZXDataMatrixX12Encoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8FCDCD90D6A19AD1A84387327CAD6419 /* ZXAI01320xDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 6486F39255B4ECEAF9A18702F5368BC3 /* ZXAI01320xDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8FD3B98721513C7655896A344EA4BCF8 /* ZXDataMatrixDecodedBitStreamParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C18B2ADBF430A975B4FB9F17CF2C547 /* ZXDataMatrixDecodedBitStreamParser.m */; }; + 8FE3CB669D42663F7B4773C2282AC34E /* ZXPDF417ErrorCorrection.m in Sources */ = {isa = PBXBuildFile; fileRef = BD4152D45547AB9B1A9BF60D48DA93A2 /* ZXPDF417ErrorCorrection.m */; }; + 8FF1ADF494FE8AAF6BCAA96721721E6B /* DBTEAMTeamFolderAccessError.h in Headers */ = {isa = PBXBuildFile; fileRef = ACC9EE441AD9FC15533D94F23638C90B /* DBTEAMTeamFolderAccessError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 905207C26C2D1F101CBB3F2BDAA43B6F /* DBFILESVideoMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 1375CAB1B92053DE5B9F09FD269023D0 /* DBFILESVideoMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 905A7DCFB023A7AFC5E5D611FF439356 /* DBPAPERPaperApiBaseError.h in Headers */ = {isa = PBXBuildFile; fileRef = 00F4F5864040E236270BDF50439D9783 /* DBPAPERPaperApiBaseError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 905E771B0E85FAEA1E422D76F84C7018 /* DBSHARINGUpdateFolderMemberArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 9197F06F9C20B02AEECFEDD4639EFD21 /* DBSHARINGUpdateFolderMemberArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 90D87E59B930F6B8A8907C07164B3FF8 /* DBFILESRestoreArg.h in Headers */ = {isa = PBXBuildFile; fileRef = CB75511EB590411568E4B1144A46E948 /* DBFILESRestoreArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 90D99CB8DCACC32F52B2CBE0566E46F3 /* crypt.h in Headers */ = {isa = PBXBuildFile; fileRef = 51FA99EC5F785ABF33A9A8A53C83495A /* crypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 90DEECA677AF3262CDF545C2A9AF669F /* ioapi_mem.c in Sources */ = {isa = PBXBuildFile; fileRef = A7999BE55F6C46C323024681D4E35A52 /* ioapi_mem.c */; }; + 918365582519691E34A5AC1E16B2AC1F /* DBTEAMLOGNetworkControlChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 11B5B788FF6CA8112B9BE24BC9BBEBF6 /* DBTEAMLOGNetworkControlChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 91F9192A1AF80E6427BAE4AE8AC8B57E /* ZXCode39Reader.m in Sources */ = {isa = PBXBuildFile; fileRef = F9A72336188CB72D8B4D34374ADCCDD3 /* ZXCode39Reader.m */; }; + 9236D6A343E325A06E648685A93C1E92 /* DBSHARINGSharedLinkAccessFailureReason.h in Headers */ = {isa = PBXBuildFile; fileRef = 025C7D88E751E905DEE00BA0054CBAC6 /* DBSHARINGSharedLinkAccessFailureReason.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 923878F23393BE2F8838A80BF0AB674B /* DBFILESDeleteBatchResultData.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B5A51A7BDD247602023A4337A4B8713 /* DBFILESDeleteBatchResultData.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 92BC600492B7F6C897F3216A39EDE4D0 /* DBTeamClient.m in Sources */ = {isa = PBXBuildFile; fileRef = AC22DCB0BA8213C6798D10F191729B28 /* DBTeamClient.m */; }; + 92EFBA08DF0C2B1F781D9B9EDBCF94C2 /* DBTEAMRouteObjects.h in Headers */ = {isa = PBXBuildFile; fileRef = E735FE7F91E1EB015E9A51A87A056FAE /* DBTEAMRouteObjects.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 92F213DDDCF82729C63891BA0A122726 /* AFHTTPSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 040207CFBCD28805DED452E84836461F /* AFHTTPSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 930E98C7B7F86838E21786515E69D47C /* DBASYNCPollResultBase.h in Headers */ = {isa = PBXBuildFile; fileRef = D4FEC075671361C2F2525A00AFDD4A70 /* DBASYNCPollResultBase.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 931FAF93A3240EA00443A5EDFEC3E7B1 /* DBTEAMLOGPaperEnabledUsersGroupRemovalDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = A80ADF3DB9D9B9E19C03D2FFDE206005 /* DBTEAMLOGPaperEnabledUsersGroupRemovalDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 932F81DF63D72091E231C224C7E92792 /* DBPAPERPaperDocUpdateArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 414B960260F52601D3BDCB52374494E3 /* DBPAPERPaperDocUpdateArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 933F45BF3DFF97BAFE8848611AD1939E /* DBTEAMLOGSharingFolderJoinPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 67581F74BEC268DA0D26CB716BCF8A2D /* DBTEAMLOGSharingFolderJoinPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9346241BABF0263CB9E0BC82240CD3E4 /* DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 856338DD96797CE8BF4321EF9E951A16 /* DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9391F7025D0C0F53C8480DE9CB8C1A99 /* DBFILEPROPERTIESPropertyGroupTemplate.h in Headers */ = {isa = PBXBuildFile; fileRef = 07F814ED18AE0D99EDC31C2E5D485ADD /* DBFILEPROPERTIESPropertyGroupTemplate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 93F89E801C1EAEF25705986D311E7ECF /* DBCOMMONPathRoot.h in Headers */ = {isa = PBXBuildFile; fileRef = 65E3666883F7DF41515F1C446DF78286 /* DBCOMMONPathRoot.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 93FC31B1D5D2EFB9D07F74F5AF238072 /* ZXPDF417ResultMetadata.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D2C03E45A508B6BD7A082CA8F8DD4D2 /* ZXPDF417ResultMetadata.m */; }; + 93FDFDA23374B4262C524C01C202314B /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 45337A1498D6B4027F69F436EE7F3008 /* SystemConfiguration.framework */; }; + 9434EB7012F09FDF7DFEE24847559C3A /* DBTEAMLOGSharedFolderMountDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = D7B969EC45EEE534B924151ABDD0C124 /* DBTEAMLOGSharedFolderMountDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 944E4499B53B7CB348687B59DB0DEE30 /* DBAUTHAccessError.h in Headers */ = {isa = PBXBuildFile; fileRef = 51A167092584D9E0F84015BE81027DD8 /* DBAUTHAccessError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 947AF77EEE5C0070F56E13B61D2BDE8E /* DBTEAMLOGLinkAudience.h in Headers */ = {isa = PBXBuildFile; fileRef = CFDC56CFC65B6C785B54BD792CD3B406 /* DBTEAMLOGLinkAudience.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 94A4FB9D96D9F202D2A3603ED12214AD /* DBTEAMMembersSetPermissionsArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 24945829E4DFE8D4AF87FD61801F3120 /* DBTEAMMembersSetPermissionsArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 94A8F8686C2B1136078C02DDC17875EB /* ZXAddressBookAUResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 109D977DC0E91FE7676C20FF4FB3A812 /* ZXAddressBookAUResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 951931B974251FCC0985B8295E43503E /* DBTEAMGroupCreateArg.h in Headers */ = {isa = PBXBuildFile; fileRef = A5EF9FDBA1DE19541DA4304B062A240D /* DBTEAMGroupCreateArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 952B550845BB11F78DC81B3AFE6CBCFD /* DBTEAMLOGFileRequestReceiveFileDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A2674A9E9772B80F8814E1F0E59D4DA /* DBTEAMLOGFileRequestReceiveFileDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9531B7E9FFD2C45CEA7C5ADE49C50B02 /* ZXResultPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 51674F696D2C41D947C920564301B218 /* ZXResultPoint.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 95551679D1D3678D3CE7F0563A703204 /* DBPAPERPaperApiCursorError.h in Headers */ = {isa = PBXBuildFile; fileRef = B0A7A5B9ED403F1A8DFD36B53901992C /* DBPAPERPaperApiCursorError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 958C8E154DB22F40750B7DBEFD396A93 /* DBFILESWriteMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 85608D5854D30B96E992FC94210F2DBE /* DBFILESWriteMode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 95EF2B9E3BF0A28A11C84C0E8197B633 /* DBSHARINGChangeFileMemberAccessArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 60295F40E9EFA187AD3B8E6D9C417869 /* DBSHARINGChangeFileMemberAccessArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 960070746E36C3E2C492C3C4A1CE1C7C /* DBTEAMLOGPlacementRestriction.h in Headers */ = {isa = PBXBuildFile; fileRef = F433109E230C41635BDB308099F06FB4 /* DBTEAMLOGPlacementRestriction.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9637102526A858040258C69E733F0573 /* ZXAI01decoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 896D31D5DE7526ABB15B3AFD71BB368E /* ZXAI01decoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 96ECB23C2B9807C5E5D6F8C171D48AC1 /* DBFILESDeleteArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 848BDA0A870CE47125835085CB47F6FF /* DBFILESDeleteArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 97184F2B19CB8F14952510001900A3C2 /* ZXISBNResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A2F7B1F58498A2023134954B9DCE707 /* ZXISBNResultParser.m */; }; + 9730B26DD2EE9D607CF28D72C4278419 /* ZXByQuadrantReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 421B72A203AC2F9F4FD4C49362E23B5D /* ZXByQuadrantReader.m */; }; + 975C7FA3FD4E3DBE41A2D2CB2F2465DA /* ZXAztecState.h in Headers */ = {isa = PBXBuildFile; fileRef = DD72FD37CBBB7BBF3938FE9225FB7827 /* ZXAztecState.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9788874BF592612722DE87D0656D3963 /* DBPAPERListUsersOnFolderResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 08E9E0B482C2A8C0C2F3F13442709E4B /* DBPAPERListUsersOnFolderResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 97A7A8348CAF606E57476B32962E5967 /* DBTEAMListMemberAppsResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BCD8C68B57DBE23B84F662024798C2D /* DBTEAMListMemberAppsResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 97BA2C67AFAD201BEAFAF1923B0F101D /* ZXRSSExpandedReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 71F720FA918EA097FE8375C5AE7B85CE /* ZXRSSExpandedReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; 97BE1747160A1615881DFB0F2A0F583F /* CoreMedia.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 20E3B3A0714AD2C5B80D829CD62EFE55 /* CoreMedia.framework */; }; - 97C92FD99181E6FAD521D19F71F1BB01 /* ZXResultPointCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = F48C6C0412DE9B9F2A650B9452A658F8 /* ZXResultPointCallback.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 983875D5B48E9F15F265A821BB647A36 /* ZXStringUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 85A35AB499932791C833A5BF9F6DDE1E /* ZXStringUtils.m */; }; - 98490EA43B6D7FAD573BA9709605A870 /* ZXMultiFormatWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = 83D0D02166608EA3A9E358F76AC51336 /* ZXMultiFormatWriter.m */; }; - 98A189BB6EA3F617E22EBA64E5622755 /* DBSHARINGModifySharedLinkSettingsError.h in Headers */ = {isa = PBXBuildFile; fileRef = F9109FC89777E454A3EE7977C095A7AA /* DBSHARINGModifySharedLinkSettingsError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 98DE252D51C3EE8124D7E3FA7C6BD468 /* DBPAPERListPaperDocsFilterBy.h in Headers */ = {isa = PBXBuildFile; fileRef = B22C207F67702068A9C1CF8C8F141E85 /* DBPAPERListPaperDocsFilterBy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 98F1BD4C86CF10E8AFA95DD8A57F1503 /* GoogleAnalyticsTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = A849D22064FFF7D143EC7101A4E517C7 /* GoogleAnalyticsTracker.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 994627CD7376DB5B1AA48D275181D225 /* DBFILESUploadError.h in Headers */ = {isa = PBXBuildFile; fileRef = B6E0D6779F1408C15C705F0871ECB60D /* DBFILESUploadError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 995DE678C0FDE1D13AD484A689971AD4 /* ZXAI01320xDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 273B4350DB90FEC78C3409F8F9B87DBF /* ZXAI01320xDecoder.m */; }; - 995F189F114D936220497A7F7E578CCE /* ZXPDF417Common.h in Headers */ = {isa = PBXBuildFile; fileRef = 32E1FB2ED8C11D22519915C3C13EC5E2 /* ZXPDF417Common.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 99B1CB37BB1AF412BF08D3B13BD39B08 /* ZXAbstractDoCoMoResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = A2E7A12719AA23873CECA3A45A2EA816 /* ZXAbstractDoCoMoResultParser.m */; }; - 99EC8005DF1905DA06F01CBE3B78F279 /* DBTEAMBaseTeamFolderError.h in Headers */ = {isa = PBXBuildFile; fileRef = E9A3C70E62614CE066ACA4844F42752C /* DBTEAMBaseTeamFolderError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9A2ACAE451BA3DF662ED0C1566978A0C /* DBStoneValidators.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E188999FF9F7577FC5349A0E7C11677 /* DBStoneValidators.m */; }; - 9A2C5C513408FE7D0353A7957D978A78 /* ZXPDF417Detector.h in Headers */ = {isa = PBXBuildFile; fileRef = CD57C5141E98B6515DE5E8EC53F03848 /* ZXPDF417Detector.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9A3ED13628EBD38E7B751E8BC66A5BFE /* ZXingObjC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EAA8716911FEF0CDD51A3007469AE2B6 /* ZXingObjC-dummy.m */; }; - 9A881EF659EF9DFD6433A70329296F76 /* DBTEAMGroupMembersSelector.h in Headers */ = {isa = PBXBuildFile; fileRef = 64FAE1F7816F98135FBE7AAF8C24B38F /* DBTEAMGroupMembersSelector.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9AC7411B72EBEBA31544B959B9844BC8 /* ZXQRCodeWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = 63262232584E6A72C82EEAC112CBD543 /* ZXQRCodeWriter.m */; }; - 9B2B7020997D5C68A5AD791825513C0F /* ZXResultMetadataType.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DB3CFFD6C90167B853F99297F52EBC4 /* ZXResultMetadataType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9B3131F4145B8C1A713FD1BD5E4ACDB3 /* DBTEAMMemberLinkedApps.h in Headers */ = {isa = PBXBuildFile; fileRef = D99F2E8B16B30256350BDBF45C1AB7D2 /* DBTEAMMemberLinkedApps.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BA2603AB4E7184F524237406890A6CD /* DBTEAMListTeamDevicesResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 19F5A658D9A2C84F604A3D99B0696D69 /* DBTEAMListTeamDevicesResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BC0B1ACB0A06A87DAF072A69CE583E6 /* DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 602FDAC02A2E2F6E42AA239E9B17AF48 /* DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BC23106AEC0494DAA4EBB2FCA61E84A /* DBTEAMLOGPaperFolderDeletedDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 43C7B36B53FAEFB31A88D0C9125180E9 /* DBTEAMLOGPaperFolderDeletedDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BDA3D77347FAAFCC10C416464801FCF /* DBFILESPropertyGroupWithPath.h in Headers */ = {isa = PBXBuildFile; fileRef = D74DB784246B419DDDF5B5CDC7F53E8B /* DBFILESPropertyGroupWithPath.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9C22CBAE1BA3997101ED0A27BC43C91B /* DBSharingObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = 227543B65B1439C54CFF1F3FE34CDD80 /* DBSharingObjects.m */; }; - 9C2690519896FDB4FBF72F8963FB925B /* ZXAddressBookAUResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = AAB050D7B39CBFFD410FEBA4F2B4DE83 /* ZXAddressBookAUResultParser.m */; }; - 9C36BD26979B953C95D510FA87DC5AE9 /* DBTEAMGroupMemberInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D5678A6E315BC759B8B0E67AB7372C9 /* DBTEAMGroupMemberInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9C3972A66A1CDAFC3CFE9ECC5F6601B3 /* DBTEAMLOGPaperContentAddToFolderDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C6F94DB0F28B5F11AE11EEEB7DFC02B /* DBTEAMLOGPaperContentAddToFolderDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9C44BA18D7302B32E361ED6567A1D9A9 /* DBTEAMLOGTeamFolderPermanentlyDeleteDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = D50871B21DEBAA172795B55F2E7C443C /* DBTEAMLOGTeamFolderPermanentlyDeleteDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9C63FC0068062B0BBB6016CCBAC479EF /* fileenc.h in Headers */ = {isa = PBXBuildFile; fileRef = 38FBC25A4A8A8F9D93F97B0AF6F71D38 /* fileenc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9CB017B81012C9B24C6ACCB008D34E1D /* DBPROPERTIESPropertyGroupTemplate.h in Headers */ = {isa = PBXBuildFile; fileRef = 80F13CEBFA440DCCEDB5228FAA272EE2 /* DBPROPERTIESPropertyGroupTemplate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9CC0953A488D2DB5E607CB731F7F7A30 /* MPAnalyticsDebugWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = AA57E758D957DF294331050C49B4B04F /* MPAnalyticsDebugWindowController.m */; }; - 9CD9EE213D9CF416CDB2D9FB05ABDC3E /* DBTEAMLOGFilePreviewDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BAAEC9CCEEA3536903983229CB383F4 /* DBTEAMLOGFilePreviewDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9CECC5A3FAC935BE82C64F19B3E3AB4C /* ZXDataMatrixC40Encoder.h in Headers */ = {isa = PBXBuildFile; fileRef = F05E8C62A945504D7A2A8590654300C6 /* ZXDataMatrixC40Encoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9CF535A49327463F5B6BB921F54ECD47 /* ZXWifiResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = C17E4CAB347CBB9F6C8422D18DB29319 /* ZXWifiResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9D19EFF7D51B82BEF1B10B4F26E3B7C5 /* ZXQRCode.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D56D873B0FC2D6CDB7BE44AD86A6DCE /* ZXQRCode.m */; }; - 9DA661D86AFFF787C9707641F2725BFA /* DBTEAMCOMMONGroupSummary.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F2157688627D409BC28F2AC133473EF /* DBTEAMCOMMONGroupSummary.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9DB25D43092CF79D3D9CED6428FB6941 /* DBUSERSName.h in Headers */ = {isa = PBXBuildFile; fileRef = B044BBEDC79B49DABFCE89F1766DF3A8 /* DBUSERSName.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9DC1D7DE8165128A54244B4EB9984C39 /* DBSDKReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 42A268C39A5C7D5ADDE871F8BA66AA07 /* DBSDKReachability.m */; }; - 9E000FBBCBC29D7801F945F54590162D /* DBTEAMLOGEmmAddExceptionDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 8773CB433CF629393ED56CAD8B0C0091 /* DBTEAMLOGEmmAddExceptionDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9E225F82B8784D54D3B704EB4AE317A2 /* ZXEAN8Reader.h in Headers */ = {isa = PBXBuildFile; fileRef = AB991D2B3A134B90C61D8B2F0736D8C8 /* ZXEAN8Reader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9E2A69A4D370E029A09F272061984AF9 /* ZXBitArrayBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = CB0DBE874B7F810558A4F3EDF6DBA2C5 /* ZXBitArrayBuilder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9E47F81D3BE1FD76A90D460A603D6382 /* DBTEAMGroupMemberSetAccessTypeError.h in Headers */ = {isa = PBXBuildFile; fileRef = AC47078AD0CF1D15EAE998690D233FCC /* DBTEAMGroupMemberSetAccessTypeError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9E859C9E529A8D91B99CB72FD016C64D /* DBTEAMLOGShmodelRemoveExpirationDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = B1971362B2C410609E8036D2895012D9 /* DBTEAMLOGShmodelRemoveExpirationDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9E8759949499AC13D49E8CE069428725 /* DBUSERSGetAccountError.h in Headers */ = {isa = PBXBuildFile; fileRef = 0056907656FB513A1F7F1BE5E264D20C /* DBUSERSGetAccountError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9E89999067ED2A53368EB50B04105F7F /* DBTEAMLOGShmodelAppCreateDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 4856F4BC36EFCE202F2A3420F9C1465F /* DBTEAMLOGShmodelAppCreateDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9E963747BA8F53ACE0D5DB94CE756B5F /* DBFILESUploadSessionStartResult.h in Headers */ = {isa = PBXBuildFile; fileRef = D0EEABFB4C80F4D87D7A965FB6BE5334 /* DBFILESUploadSessionStartResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9F07509FAD6FFE3172BDC54340EFD202 /* DBUSERSFullTeam.h in Headers */ = {isa = PBXBuildFile; fileRef = 307C5DE2EB7B614C8B14113B55506B02 /* DBUSERSFullTeam.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9F15242BC0C09FAACF0AE45B100217FF /* ZXCode128Reader.m in Sources */ = {isa = PBXBuildFile; fileRef = DEAF5C95C8015660108DE60ADACB33ED /* ZXCode128Reader.m */; }; - 9F79912898B14E73C757FA4AAB1F3577 /* DBTEAMRevokeLinkedAppBatchError.h in Headers */ = {isa = PBXBuildFile; fileRef = 288EB6D09770FF8E9CED476610DF3A51 /* DBTEAMRevokeLinkedAppBatchError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9FA5725E6AD0CD7F022C4F8CFEFDD4D4 /* DBSHARINGAccessLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 80F60E1DB6D46E2942BFA7F11B5B6B1B /* DBSHARINGAccessLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9FAA3F15F91C23F657CEAC71974A25D2 /* fileenc.c in Sources */ = {isa = PBXBuildFile; fileRef = FD1C62917269AE427F2894EBE64A9496 /* fileenc.c */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - 9FBB091958ACEA0980258257AB8755AA /* DBTEAMTeamFolderActivateError.h in Headers */ = {isa = PBXBuildFile; fileRef = E15355AE4C5B9861A8F34F83C0F81B4E /* DBTEAMTeamFolderActivateError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9FC6F3B7C11B511CBDE77527B284D007 /* DBPAPERRouteObjects.h in Headers */ = {isa = PBXBuildFile; fileRef = 625CAF9DC3CBD78855BB770F816BDED7 /* DBPAPERRouteObjects.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A006E32B40AC816E71364B25EC5DC902 /* DBTEAMGetMembershipReport.h in Headers */ = {isa = PBXBuildFile; fileRef = E3CBA63CAE141C2602F653029332CFAC /* DBTEAMGetMembershipReport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A08069F082750440AA6C017CA4567438 /* DBTEAMLOGFileDeleteDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = BDBD9EE1CDD9ED99DD28D34999DD310E /* DBTEAMLOGFileDeleteDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A0834FE53A41A539EDC9F3E35B215406 /* ZXDataMatrixEdifactEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = A4302E885CAD66554BF91915BF2C86F8 /* ZXDataMatrixEdifactEncoder.m */; }; - A0B8044B5AFB610CDAE563474FDD8F9A /* DBTEAMLOGTfaChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = D7C24689F083E6FD64DD4445D7742B55 /* DBTEAMLOGTfaChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A0CC1DA7F2726253CD5E238197C65A3A /* DBTEAMLOGSharedContentCopyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = C824A79519A76E8D91C211EB2151A44E /* DBTEAMLOGSharedContentCopyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A10FF40657B5619FE538C3BADE3F940D /* DBUSERSSpaceUsage.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B4F58AD8A4BAE690CDCE18D7732D852 /* DBUSERSSpaceUsage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A122588380C61B7D99EDBF626D7F2CA3 /* DBTasksImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = 8254A4F7C9A6D64ABF3283F9256EA6B7 /* DBTasksImpl.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A1431709099EB274C50A0DDEEDD3E3D6 /* DBFILESFolderMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 0975118294DC6BD6BB5944FBFC286C89 /* DBFILESFolderMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A15E73CDF0865EC05A4A67BBB57BF891 /* DBSHARINGShareFolderArgBase.h in Headers */ = {isa = PBXBuildFile; fileRef = B2E0685030DF3B530688134F092C26A8 /* DBSHARINGShareFolderArgBase.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A161EFF9699C775051D8883DA3F99E50 /* DBTEAMListMemberDevicesResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 12E5B61A2A2A120ADC679B5A9F6EFA40 /* DBTEAMListMemberDevicesResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A1721555FB60D366E23C5CAA57655105 /* DBTEAMLOGPaperDocFollowedDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 80BEFD7D60C8102DD327664ADAF8C34D /* DBTEAMLOGPaperDocFollowedDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A254624086B6468A0DAEF6D71DBA64EB /* DBTeamClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FFA294F7BB466F7137088F87CA34F65 /* DBTeamClient.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A287C3F3553FB0FB2534A23B226A7071 /* DBSHARINGSharedFolderMemberError.h in Headers */ = {isa = PBXBuildFile; fileRef = FA62F30F7D4DF0E2ADFA8FC764400823 /* DBSHARINGSharedFolderMemberError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A2D9690A58AAAE835C5EA97FB3A64509 /* DBFILESListFolderLongpollArg.h in Headers */ = {isa = PBXBuildFile; fileRef = FF6CBF415C370D53C46C6CD3CFAED0F7 /* DBFILESListFolderLongpollArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A2F3A1CE126F1D881FA961155970A2FD /* ZXMultiFinderPatternFinder.h in Headers */ = {isa = PBXBuildFile; fileRef = F58605AC13E1ACE9EE6DDC797A734DF9 /* ZXMultiFinderPatternFinder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A2F63C6B8D5659AE0ECF8178EE30835E /* DBTEAMLOGAccountCaptureMigrateAccountDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C69F3579A8CD66852020CCAB473A7F3 /* DBTEAMLOGAccountCaptureMigrateAccountDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A33E08487978249EE11E33FFCE9CAF0D /* DBSHARINGRemoveFolderMemberArg.h in Headers */ = {isa = PBXBuildFile; fileRef = B73467BF51EE10AC730484DA29D0DF9A /* DBSHARINGRemoveFolderMemberArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A362B43BFEA1D6B5450AE1CDF6AF327C /* ZXAbstractDoCoMoResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = B772CDB57FAEEF65B46E90EA84057340 /* ZXAbstractDoCoMoResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A397404859B9316C4734B2BA79301C75 /* DBTEAMMembersSetPermissionsResult.h in Headers */ = {isa = PBXBuildFile; fileRef = C636AC6F51D41ABE2DE3426E062A025E /* DBTEAMMembersSetPermissionsResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A434429A17594B7019B5C307B45C0560 /* ZXAztecBinaryShiftToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 2932BE9D6AE02FD413C2ED22CFF7F7B9 /* ZXAztecBinaryShiftToken.m */; }; - A44AFE7A4FB43AA5AA3F6F31AFDBFDAD /* DBSHARINGSharedFileMembers.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E272365F5388470A42A54A3A888B9F5 /* DBSHARINGSharedFileMembers.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A45B7F2D4BC8B5DBEC510AB413D66070 /* ZXQRCodeDataBlock.m in Sources */ = {isa = PBXBuildFile; fileRef = FBE7A59A2BA9CB72C67E90B4CA2D6D15 /* ZXQRCodeDataBlock.m */; }; - A49C4C10B16A7385D7380FE88ECC02B7 /* ZXingObjCOneD.h in Headers */ = {isa = PBXBuildFile; fileRef = FD2BA517A16836971A32C531C5A7C1DE /* ZXingObjCOneD.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A4C8B8B34C6F00FE4504AC2515D465D6 /* ZXAztecEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 7610AEA26CD778A1A8810F67BC54948E /* ZXAztecEncoder.m */; }; - A4FCF51D9C8B237C7DBB92AEF2DF7C4E /* ZXWhiteRectangleDetector.m in Sources */ = {isa = PBXBuildFile; fileRef = 7EDDF624E39093E5CBD87D64B6DE26A3 /* ZXWhiteRectangleDetector.m */; }; - A50119244221CCCDC3787727190132D3 /* DBTEAMPOLICIESTeamSharingPolicies.h in Headers */ = {isa = PBXBuildFile; fileRef = C015B3DC74278DC1A5EDB07EAB52E15C /* DBTEAMPOLICIESTeamSharingPolicies.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A55F2BDC1DDAD76C0DA3C87DFD6DBA6B /* DBFILESSaveCopyReferenceError.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E45789B523DC4B82DBE23E889C20AA7 /* DBFILESSaveCopyReferenceError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A60AA82B6CBF8A4C537CC7A2CF80D442 /* DBTEAMLOGSessionLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F1EB28D99DDC5781AB60914A58CD470 /* DBTEAMLOGSessionLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A624D7A53805D00AE5355DDFBF1791B1 /* DBTEAMMembersAddJobStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = F261770FF1D342A95696DC7C35739457 /* DBTEAMMembersAddJobStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A64BA2FA0467D421F5FF6E660026B455 /* DBTEAMLOGFilePermanentlyDeleteDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = FA02EBDC5B2958A93FBEFE700704ECDA /* DBTEAMLOGFilePermanentlyDeleteDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A6E97B61A2CDE294E42B91BC9651C406 /* DBPropertiesObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = 808FF429958A9EAD0333A4A98F7AA240 /* DBPropertiesObjects.m */; }; - A6F983AB8E2F0AE9CF35A16751952029 /* DBTEAMLOGAppLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = A1E6551F62FF8CD0519BC8C012C34191 /* DBTEAMLOGAppLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7020BBE7856B1904E1D2E11E0EF2DFB /* CMDQueryStringValueTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D079B644058D795F6D0E5707B9ED1F3 /* CMDQueryStringValueTransformer.m */; }; - A714A394EC9367CB7C73529FEE5A0206 /* DBTEAMLOGGoogleSsoPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 6BDB030791505FB4B9C97880850EDF31 /* DBTEAMLOGGoogleSsoPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A71C31245A0CDF865C57CCCCAA19D9B5 /* DBUSERSGetAccountArg.h in Headers */ = {isa = PBXBuildFile; fileRef = CA28C55CBB311FD1CF6C2D37EF609646 /* DBUSERSGetAccountArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A72899D1E76F69A7A86DA7ABA90C8B55 /* DBTEAMMembersSuspendError.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E437AFC8D4742F46E86C95B76883D26 /* DBTEAMMembersSuspendError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A73AB975477682E9D4ADD1993188E4B0 /* DBTEAMLOGDesktopSessionLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B417492A8F56D0E0824D5A8D56D727B /* DBTEAMLOGDesktopSessionLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A747E44F47E9F2D9AE39DF4C3FFC91B5 /* ZXSMTPResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = A8C34797F8FC276FED3D3D92CE13004D /* ZXSMTPResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A765490D494C713E7B58D8FB122390A7 /* ZXCodaBarWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CEA4F403421A57C9745E1FA03E4A3F7 /* ZXCodaBarWriter.m */; }; - A7686723AE8C191B1AD78BE395B540B1 /* ZXProductParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 43CCF4D503AD1E50BA963EE6E1E37783 /* ZXProductParsedResult.m */; }; - A76B54EDE3FBC2B32558C23142F23B31 /* AFHTTPSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DBB5ECB994661E687C57610AC052F5A5 /* AFHTTPSessionManager.m */; }; - A7BF11F55C331B58AC78E6ED3C31B228 /* DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E27FC17BA95E0387AE5D87E6023DD68 /* DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7FF769545EFDA8F635C5FFA68F5558A /* DBTEAMTeamFolderPermanentlyDeleteError.h in Headers */ = {isa = PBXBuildFile; fileRef = 770C5D93CAF13535BF8D1F5364132116 /* DBTEAMTeamFolderPermanentlyDeleteError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A82CF48320EA8764450D197E7538B538 /* AFSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = BF09C5D44E40793DE722DCB6D5E137D8 /* AFSecurityPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A86F28CAF55CD753B290FCE5693C621E /* DBSHARINGShareFolderLaunch.h in Headers */ = {isa = PBXBuildFile; fileRef = 406BEC397940F35E4E6594B876D3AB67 /* DBSHARINGShareFolderLaunch.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A8CBE45AAC6259AA73817AE04CD6DF2B /* ZXPDF417ResultMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 2697E37E548CE565812DD4F862F251B3 /* ZXPDF417ResultMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A8E887CB023CAF7725522FA3D3DEEAD0 /* DBTEAMLOGTeamName.h in Headers */ = {isa = PBXBuildFile; fileRef = E3A812D8F1EADB03B8A1034E73B7398A /* DBTEAMLOGTeamName.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A94CC91864EF7E84CCF2151536733CC9 /* DBTEAMLOGContextLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = FFDBFB81331000390B3489EC93D6F971 /* DBTEAMLOGContextLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A9BD8AB8DBB23E8EFAD4D3F7470DAFB3 /* DBTEAMLOGTeamAuthRoutes.h in Headers */ = {isa = PBXBuildFile; fileRef = 7403E889B54A68F50F74429D2D067EB5 /* DBTEAMLOGTeamAuthRoutes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A9E555C45820B4705ACE4B5DB80BA86F /* ZXAbstractRSSReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 29D051AC75DB3B1CF2A83C68CAFF581E /* ZXAbstractRSSReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A9F2E6DA8E2292947A5C249738380855 /* DBPAPERListPaperDocsSortBy.h in Headers */ = {isa = PBXBuildFile; fileRef = 1041B5AE50FC4C8D548E12412AD169F9 /* DBPAPERListPaperDocsSortBy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AA0C3DFF87BF61991514DA84B3659C45 /* DBPAPERListPaperDocsResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = D9381AF1CD00188443491FEBC48F7F43 /* DBPAPERListPaperDocsResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AA40E5F3855B80E688E3570FD014A94A /* DBSHARINGUnshareFileError.h in Headers */ = {isa = PBXBuildFile; fileRef = EFEC1A4CE5E576DBE02BA4C001437A9A /* DBSHARINGUnshareFileError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AA7AB4A105F629C7874DDDC140201854 /* DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 1166455D68CE8B107342AF876B1C8D42 /* DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AAAF61B543ED63755CC6B3E18AA98619 /* ZXQRCodeMatrixUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 241C965BB1B2928141B43A2CE69006E9 /* ZXQRCodeMatrixUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AACD67828A14AE3195245A1E2EC83B82 /* ZXMultiFormatUPCEANReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BF8220C0CC1C14ACC27309372FBAB13 /* ZXMultiFormatUPCEANReader.m */; }; - AAEF977CA53713EEFD96CB2E1444D975 /* DBSHARINGInviteeMembershipInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 222D9AD46EF39547F951024BC1D6D0F5 /* DBSHARINGInviteeMembershipInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AAFAB9E4F8FD3C2021090588B37E703E /* DBSHARINGGetFileMetadataError.h in Headers */ = {isa = PBXBuildFile; fileRef = 8953E3ACB1D41C0EF6D1E647A25E9A04 /* DBSHARINGGetFileMetadataError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AB3D6BEC77E7E88D09C83335DAD591AD /* DBAppBaseClient.h in Headers */ = {isa = PBXBuildFile; fileRef = DDC6EBAFE82FFDA5D6233779E4F54D8F /* DBAppBaseClient.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AB6E19BCD43AE5253C90A2F25701F578 /* DBTEAMLOGDeviceLinkFailDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = D2E29D178EE52D61A50A0A5E1B92358E /* DBTEAMLOGDeviceLinkFailDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AB7ABE17700618C04E8F66406C44DBE7 /* DBSHARINGListFoldersArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 031E7349059EACE05DF8455231AA65C4 /* DBSHARINGListFoldersArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AB7BCF74282C51577439A033BC11B4C0 /* DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = FA9E8491719E5A21B853E192F4B2CFEA /* DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ABC195BE44911F5F36536C99006C3B65 /* DBGlobalErrorResponseHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F790E497124DC35AF5A8EE5DF00E762 /* DBGlobalErrorResponseHandler.m */; }; - AC2CEF99787B6E65EB64916390C2DB27 /* DBAuthObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = FB462B76D0E9B3DCE2BD777C625598FB /* DBAuthObjects.m */; }; - AC4F782CB3339EE35C9860C12745958D /* DBSHARINGListFolderMembersCursorArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 37A182B7102B46FFB4D05C58D41478A6 /* DBSHARINGListFolderMembersCursorArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AC68B8F3F98DDEF99D5BBC886EC05EA8 /* ZXDataMatrixC40Encoder.m in Sources */ = {isa = PBXBuildFile; fileRef = D7F50E20185298AFB01F0760AEF83C79 /* ZXDataMatrixC40Encoder.m */; }; - AC78562F53276471848A7D3C658BC1D3 /* DBOAuthManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F1ECF3738E48616BDFE2BD0207FEBDC1 /* DBOAuthManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AC998D508C035135EFAC7DAF219C7B79 /* DBTEAMLOGGroupCreateDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DF29E6A7C4C9752264512B1178AA890 /* DBTEAMLOGGroupCreateDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ACA7035171DE13D851279D92A85E5064 /* CMDQueryStringSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B04ECBE37D3B344204CAA087C578081 /* CMDQueryStringSerialization.m */; }; - ACC48DB8644B7C0BEF2ED4AA6118E268 /* ZXExpandedProductParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 19C55AF67D27E8DC5D2258515A479D72 /* ZXExpandedProductParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ACC4D103003CA496E63B8A0F6970DFA1 /* DBTEAMLOGGroupRemoveExternalIdDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 99DBCAA535214A97B6AD4F1C477DD2A4 /* DBTEAMLOGGroupRemoveExternalIdDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ACE173B365A9F6EFF1CCD705916B8480 /* DBSHARINGLinkSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = 78D36DC02630FEBCA93BFCCFBA25CE01 /* DBSHARINGLinkSettings.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AD1035AC44B985D6F39D60C7BE5B6F3D /* DBTeamCommonObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = 02A4320CDC052CDA620532491D29EB33 /* DBTeamCommonObjects.m */; }; - AD199D51D1815A3BEF392E86CD53F3D8 /* ZXMaxiCodeDecodedBitStreamParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E3101F9CEC3FC12F339712CBF31E00D /* ZXMaxiCodeDecodedBitStreamParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AD607690745BB403857CD324B90D120B /* ZXDataMatrixReader.m in Sources */ = {isa = PBXBuildFile; fileRef = A2859720847321A27FA869AF6147D3DD /* ZXDataMatrixReader.m */; }; - ADAE6FFFAB3B41D16EB34A7AEEA69EA9 /* ZXBitArray.m in Sources */ = {isa = PBXBuildFile; fileRef = 34F69B5233B01BD7A5D20CCB11D7A3EF /* ZXBitArray.m */; }; - ADC8EBCFF423D944AF82071BB37EEBF4 /* ZXEAN13Reader.h in Headers */ = {isa = PBXBuildFile; fileRef = C48C012ECF7902809ADE926C5102DC33 /* ZXEAN13Reader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AE7612F652FA0FC6ACE1BC8FAAC07CE0 /* DBTEAMTokenGetAuthenticatedAdminError.h in Headers */ = {isa = PBXBuildFile; fileRef = EB8410FE8C126E56077971BF555DD9E8 /* DBTEAMTokenGetAuthenticatedAdminError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AE76948CFBD4D7452576B3E9F8120410 /* ZXDataMatrixDefaultPlacement.h in Headers */ = {isa = PBXBuildFile; fileRef = D30484EB351FB158EE123B5AC057E8B9 /* ZXDataMatrixDefaultPlacement.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AE8C03F1A2FD56FB61A86CBC5F79E2FB /* DBTEAMCOMMONGroupType.h in Headers */ = {isa = PBXBuildFile; fileRef = 508FA50AFB2D25060152CEFF56F7A1CF /* DBTEAMCOMMONGroupType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AEA7A7FAEB7D964C4CD530B4CAACC9D9 /* DBPAPERDocSubscriptionLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 37ECBCE7A8C1FAC346963228B5B2EF00 /* DBPAPERDocSubscriptionLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AEB1ECB91328D3AF950EBDE698C5925C /* ZXDataMatrixHighLevelEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = C80D9683A92FEB58EA8C1075D528F7FD /* ZXDataMatrixHighLevelEncoder.m */; }; - AF2BBF27A4562BBE8AA33B31BA8EACA4 /* ZXQRCodeDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 78AA1D2558C0386F46FFA573846A0224 /* ZXQRCodeDecoder.m */; }; - AF343203511E5EC91DF34F35996238AB /* DBTEAMLOGDeviceUnlinkDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = D0F32851E4CF98CE7B5C48523C00F9C5 /* DBTEAMLOGDeviceUnlinkDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AF3C7DC23A05E94DF0B42D436A85758F /* DBTEAMLOGSharingChangeLinkPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = F446B2E858A3A14EAF9E447CC1E541C0 /* DBTEAMLOGSharingChangeLinkPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AF4DBAC3280EF7335CD183F6523E2EE5 /* DBTEAMRevokeDeviceSessionBatchError.h in Headers */ = {isa = PBXBuildFile; fileRef = EE5363009447DA9EF5BC39315A708D5F /* DBTEAMRevokeDeviceSessionBatchError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AF6215C57C9A6B8207C20FA15B749B8F /* ZXingObjCPDF417.h in Headers */ = {isa = PBXBuildFile; fileRef = 84955B017A8843D690850BB41D0515F1 /* ZXingObjCPDF417.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AF67ACA5FDAEECF85423FEB48EBF00C0 /* DBTEAMListMemberAppsError.h in Headers */ = {isa = PBXBuildFile; fileRef = EC3C7E96D97AC4A7838F568652736360 /* DBTEAMListMemberAppsError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AFB15DB593E4DD4BF12D729B02D97472 /* DBTEAMLOGShmodelTeamViewDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 05ABE491F8A2F7DEE39BCA8DECE35CAE /* DBTEAMLOGShmodelTeamViewDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B00365AF39A0C35E990D663E3045C0E9 /* DBTEAMLOGEmmLoginSuccessDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = EAEFA0331AA414C71EA045258DD07798 /* DBTEAMLOGEmmLoginSuccessDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B02566979C356B496833BC58084683EB /* DBTEAMLOGShmodelTeamShareDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = F3A9874B08D197AF2012283E71455B70 /* DBTEAMLOGShmodelTeamShareDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B02925E9E33432B3CB8E7C98195111FE /* DBFILESRelocationBatchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 652E42F7919D9DA74D404B9749130FBF /* DBFILESRelocationBatchResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B044CD1E6105A0F249ED107D96801B69 /* DBFILESWriteMode.h in Headers */ = {isa = PBXBuildFile; fileRef = E7C18F033D9527442726EFED22EB131A /* DBFILESWriteMode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B0598F82ADD28B28E78175E89348E2A7 /* DBTEAMFeature.h in Headers */ = {isa = PBXBuildFile; fileRef = C04C02498897ED99D26868E18ACC1495 /* DBTEAMFeature.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B06432E65259711B998F4D8F268CE1B6 /* ZXWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = E7B51FF0D53B53753FE03EBEC510E658 /* ZXWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B06A40495AE47E32586A3C2CAF096BD0 /* DBTEAMLOGPaperDocRevertDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 95C3098C60BFA52CCB3BC1F20C4C9E39 /* DBTEAMLOGPaperDocRevertDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B0CAF793DE0772B5E17C0DECA2BD23B6 /* DBSHARINGGetSharedLinkFileError.h in Headers */ = {isa = PBXBuildFile; fileRef = BD1CFFF4E5D38DD590266A31A2254992 /* DBSHARINGGetSharedLinkFileError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B0CF4C96D0BCB34FABF66D858949816D /* DBSHARINGSharingUserError.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C1ED8E0B93DD0AB2B1E8A91B6C24DE5 /* DBSHARINGSharingUserError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B0D9A6E40D045ADC6CBA273D90B27DDA /* DBTEAMLOGWebSessionLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = BEE5FB07DEC584B14975DD3CF6732FA2 /* DBTEAMLOGWebSessionLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B14038D777F70B43F2CE1ECD8FBEBC49 /* ZXPerspectiveTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DF5AD85AB3A002EE1D9A8A41C13FADF /* ZXPerspectiveTransform.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B1B5D470B8398960970DF6772A5A54DF /* ZXUPCAWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = C59FE3245DAAE32A8B81246EB31B2DF3 /* ZXUPCAWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B231CE2C1E67DD5B501CEAF32D46134C /* DBSHARINGInsufficientQuotaAmounts.h in Headers */ = {isa = PBXBuildFile; fileRef = 477BC3F48684E487D1CD1A0C5392A9C2 /* DBSHARINGInsufficientQuotaAmounts.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2750FF3AC0FA552E2B4146C4EF8467D /* DBTEAMNamespaceMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = C7140EA8FEAC87AA12A6674D5BDD6AC9 /* DBTEAMNamespaceMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B276EE4AF95C7C8C413389319121F63B /* DBTEAMTeamFolderArchiveLaunch.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EAA25778FE20CE815A6610E0D442567 /* DBTEAMTeamFolderArchiveLaunch.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B278E4C173AD8DBF8E354006F3ADA30D /* DBSHARINGPendingUploadMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 96E82E98DC1D6067D2C9EF43C4E40E9B /* DBSHARINGPendingUploadMode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B28CCD46AB5B1EC1473783B8F231F817 /* ZXVINResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 085DC4AA233C3233ED9B6439B7D4EA12 /* ZXVINResultParser.m */; }; - B2F82EA5D19FADC4D93E99AC4B261839 /* ZXIntArray.m in Sources */ = {isa = PBXBuildFile; fileRef = 059D93BED75C78DFCDA69AD4F9BA99F9 /* ZXIntArray.m */; }; - B30808F78FDC60C7E5FCDB9598C44FB7 /* DBSHARINGFileMemberRemoveActionResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A80B023D9E5CC0B37CF914F93C9D730 /* DBSHARINGFileMemberRemoveActionResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B359E9D9D6B25E3B989BACF12D609FB3 /* DBSHARINGListFoldersResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F111FAB175D713524B43281EA1DA888 /* DBSHARINGListFoldersResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B36F31532674C5E0826E7AA2D898608D /* ZXCapture.m in Sources */ = {isa = PBXBuildFile; fileRef = 93AFF8E8238588D93BD505A5D4062EA4 /* ZXCapture.m */; }; - B376BB84AA3E061F37F5BEE4E7C8F27B /* DBFILESPhotoMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FD8646D48D3035030A6BB00C816E7CF /* DBFILESPhotoMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B38696AB3C922D099D34C41428074443 /* SAMKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = ED4C9A8633E9A50F0B8126B4CB8EE4F8 /* SAMKeychain.m */; }; - B3B6F132EEC5CB0DD09925A45C5BCD56 /* DBTEAMMemberSelectorError.h in Headers */ = {isa = PBXBuildFile; fileRef = EB9179C56B7BF823D18CEEB3E2ABF5BF /* DBTEAMMemberSelectorError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B422B9C1D4FCA817822BA11D85635860 /* DBFILESGetTemporaryLinkResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 724F35AD145EA6DDB825837A0B50162A /* DBFILESGetTemporaryLinkResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B4485A24E24F6A62743861E78E886BC4 /* DBTEAMGroupMembersAddError.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B5024AA49408F4D88BE38E5A6375144 /* DBTEAMGroupMembersAddError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B464DD8D13203A353325151862EFF448 /* ZXAztecHighLevelEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E0341120B7FE864D4428F6817325114 /* ZXAztecHighLevelEncoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B48FF757C05D3E94F0F1E9F349D48332 /* DBTEAMRevokeDesktopClientArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 1098C469FADB0E3A430B278AA493B0B2 /* DBTEAMRevokeDesktopClientArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B49ADE3C7C9384A40402D6DAC812F324 /* DBFILESCommitInfoWithProperties.h in Headers */ = {isa = PBXBuildFile; fileRef = 558FD526137451360B1CB90BD0EF5DC7 /* DBFILESCommitInfoWithProperties.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B4B049123283A953FA385EEEFD82A298 /* DBFILESThumbnailError.h in Headers */ = {isa = PBXBuildFile; fileRef = ED0BE9432BDB47BEEB78FA95EC6883DE /* DBFILESThumbnailError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B4CD49738C10920D19F8196E5BC232E2 /* DBCustomTasks.m in Sources */ = {isa = PBXBuildFile; fileRef = 346386346B5A0D7B47DE0E4D75E8B067 /* DBCustomTasks.m */; }; - B51293408E8F53157797FF17595A43D6 /* ZXQRCodeErrorCorrectionLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = DFBC55635035AF0670DCD72872A39E96 /* ZXQRCodeErrorCorrectionLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B523F17D675E57F7454293D76C563A8E /* STPrivilegedTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 7932A00325FEBB23B0F6A5363D682BD4 /* STPrivilegedTask.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B52454C685FFE8D627CAA0DACD4B0ECE /* DBTEAMLOGLogoutDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 451DCF1B19ED1C201797CB973C03854F /* DBTEAMLOGLogoutDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B52C5D6588F7C2495D6F4E422D518836 /* ZXBizcardResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 24749853CC61E6FFE53D91DB83835B8A /* ZXBizcardResultParser.m */; }; - B5549CD899EA6CDD158C829748FF764B /* DBTEAMLOGAppUnlinkTeamDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 720BA401F691A6EDA879684373B9FA5E /* DBTEAMLOGAppUnlinkTeamDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B57A408FFDBE510B32E27AEC39C3B22B /* unzip.h in Headers */ = {isa = PBXBuildFile; fileRef = A82272ACDDBE72EA6076EED2B3012320 /* unzip.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B57C5B9BCD1F7B288E52F9342D161A09 /* DBTEAMLOGFileCopyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DD26C28EC5E73FA074FD7925BB6DE56 /* DBTEAMLOGFileCopyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B5A709B01F5AF30B4C1250D9AF7E4537 /* DBTEAMLOGFailureDetailsLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 529505470C8D7BD60C5528D06754830F /* DBTEAMLOGFailureDetailsLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B5C8490D3644D61179BC22D0E6A446E9 /* DBSHARINGGetFileMetadataIndividualResult.h in Headers */ = {isa = PBXBuildFile; fileRef = B9668E8833424EC20854F72357E2B7D2 /* DBSHARINGGetFileMetadataIndividualResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 97C92FD99181E6FAD521D19F71F1BB01 /* ZXResultPointCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = C4525BFAB0372F6A86EB4B96C196E9E4 /* ZXResultPointCallback.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9811100E690B665348C10DA1A7BDF132 /* DBTEAMLOGAccountCaptureMigrateAccountDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A5D7E9280B9482BF0BDE5DF976204DB /* DBTEAMLOGAccountCaptureMigrateAccountDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 981B6C43A041002A78AE813343B2E045 /* aes_ni.c in Sources */ = {isa = PBXBuildFile; fileRef = 8408EA6CFD1074415B1F35FBD0342312 /* aes_ni.c */; }; + 983875D5B48E9F15F265A821BB647A36 /* ZXStringUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 36682D3584BD15F0B2D042A8AC910801 /* ZXStringUtils.m */; }; + 98490EA43B6D7FAD573BA9709605A870 /* ZXMultiFormatWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = 77B748ACD1A984EFE64410D6BE3CF07A /* ZXMultiFormatWriter.m */; }; + 987E72BD361187F0BC25F70352EC91BD /* DBSHARINGLinkPassword.h in Headers */ = {isa = PBXBuildFile; fileRef = D4C236E8334B7EAA824B29BBC82AABF1 /* DBSHARINGLinkPassword.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 98D7469AFE85319C7241E91E4C64103E /* DBTEAMLOGPaperChangeDeploymentPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = F6FB22F7E4E2F4090B22F165FA1B6613 /* DBTEAMLOGPaperChangeDeploymentPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 98F1BD4C86CF10E8AFA95DD8A57F1503 /* GoogleAnalyticsTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 152903BF53AE513E5FAA0D78D460FAEA /* GoogleAnalyticsTracker.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 993D498B99F0507787593AFE8483D112 /* DBTEAMPOLICIESTeamMemberPolicies.h in Headers */ = {isa = PBXBuildFile; fileRef = 01E65EFEB29AAA2AB081D99BDA42E5A2 /* DBTEAMPOLICIESTeamMemberPolicies.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 993E6BA40E51D266B06CD03B6867E8D6 /* DBSHARINGShareFolderLaunch.h in Headers */ = {isa = PBXBuildFile; fileRef = 89499A887ADDEE2C13F8F4038281E016 /* DBSHARINGShareFolderLaunch.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 993FE3F55A8D83DBF262EDEB1EE6C9B0 /* DBSHARINGSharedFolderMembers.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BB4DA3CA7D28CC24DB26B4ED9A97DAD /* DBSHARINGSharedFolderMembers.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 995DE678C0FDE1D13AD484A689971AD4 /* ZXAI01320xDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 5FBAE0B4C0E3C0A410B77EE78AFBBE5B /* ZXAI01320xDecoder.m */; }; + 995F189F114D936220497A7F7E578CCE /* ZXPDF417Common.h in Headers */ = {isa = PBXBuildFile; fileRef = D59309E9A06392CF9B501C1AD2A4F0C3 /* ZXPDF417Common.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 99B1CB37BB1AF412BF08D3B13BD39B08 /* ZXAbstractDoCoMoResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = CC91D480E977891220D219D96EEAF718 /* ZXAbstractDoCoMoResultParser.m */; }; + 9A2C5C513408FE7D0353A7957D978A78 /* ZXPDF417Detector.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E270B0E6FF5B3CC26FE87AEF8833402 /* ZXPDF417Detector.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9A35316443DCA2B7520F63EC966D97B6 /* DBTEAMLOGGetTeamEventsContinueError.h in Headers */ = {isa = PBXBuildFile; fileRef = BC899B464A8C8EB9C67FF6D35CDF8216 /* DBTEAMLOGGetTeamEventsContinueError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9A3ED13628EBD38E7B751E8BC66A5BFE /* ZXingObjC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C4B9D30735ED243538EEC9DD265D4B8 /* ZXingObjC-dummy.m */; }; + 9A8DCEAD197BDAE1A7FBFCC429DC3B32 /* DBAppBaseClient.h in Headers */ = {isa = PBXBuildFile; fileRef = FD121C5B756F157BC1C8FB94E3C89EF7 /* DBAppBaseClient.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9AC3973817DB33E269C7FBEB00A63AFC /* DBStoneBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 925F7326A0E85D160D9ECDFC7ACAF3CC /* DBStoneBase.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9AC7411B72EBEBA31544B959B9844BC8 /* ZXQRCodeWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = B9CAC766391BA4C1B54B2245B407C289 /* ZXQRCodeWriter.m */; }; + 9B2B7020997D5C68A5AD791825513C0F /* ZXResultMetadataType.h in Headers */ = {isa = PBXBuildFile; fileRef = C41B4DF6139E9E98B15BA27FA0D4554C /* ZXResultMetadataType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9B4EF133B1EADABDA49C1D2CC92DD745 /* DBDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C13F2127BECAF4824BC1B97A4F77FDB /* DBDelegate.m */; }; + 9B671298B5BBFCAECC1AE9BCEEA39E7F /* DBPAPERRefPaperDoc.h in Headers */ = {isa = PBXBuildFile; fileRef = D8D201483791AFEB74CF47420A8D7DD3 /* DBPAPERRefPaperDoc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9B7123260ED6F4977F44300DF924C273 /* DBTEAMLOGPaperDocRevertDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 21FA686F96E71E0212C23FCCB8588AE8 /* DBTEAMLOGPaperDocRevertDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9B990273C2252174511199D25D6F94FF /* DBTEAMTeamFolderArchiveError.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E06E742B0F19BD1B0D3F6B03895C3D7 /* DBTEAMTeamFolderArchiveError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9BAAA1203F6AA55DE72D2DECEBAED12F /* DBSHARINGFileMemberActionResult.h in Headers */ = {isa = PBXBuildFile; fileRef = C51DFF436ABB574EC717126C60E3994C /* DBSHARINGFileMemberActionResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9BECFE3E6ED345CD11DC24EC0CCC75A6 /* DBSHARINGSharedLinkSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = AC45FBCA5BC3D87F9D8FEB808310C964 /* DBSHARINGSharedLinkSettings.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9C2690519896FDB4FBF72F8963FB925B /* ZXAddressBookAUResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BBC997E893365D38B8C964ADF4DE77C /* ZXAddressBookAUResultParser.m */; }; + 9C4117E095CCB357D4CECED3F92CC697 /* DBSHARINGListFilesArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 82020AC0A646C3F0ABF6C1D98DE7ED37 /* DBSHARINGListFilesArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9C4F9C5EB913B74A74F415AA6B604DA1 /* DBTEAMLOGEventCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = 5717ED16E4FEE6D97D2A38FF0CFA9434 /* DBTEAMLOGEventCategory.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9C63FC0068062B0BBB6016CCBAC479EF /* fileenc.h in Headers */ = {isa = PBXBuildFile; fileRef = C32A892EF1D9C15446DEEE04184E3CF8 /* fileenc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9C8E0059D172857D63E4FBE8600B71AF /* DBTEAMLOGTimeUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = C45B2EB443A952B63196E6F3258EEF64 /* DBTEAMLOGTimeUnit.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9CA93C344D4D4B2AF5AE344BDEE1D4D3 /* DBTEAMListMemberDevicesArg.h in Headers */ = {isa = PBXBuildFile; fileRef = F192B25A4B082ED31B5CFC5BEEE8DD4F /* DBTEAMListMemberDevicesArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9CC0953A488D2DB5E607CB731F7F7A30 /* MPAnalyticsDebugWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DEB77989A93921D3FEFBF6474953684 /* MPAnalyticsDebugWindowController.m */; }; + 9CECC5A3FAC935BE82C64F19B3E3AB4C /* ZXDataMatrixC40Encoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D7B81025FE42E5E6AECD9C5643D6A71 /* ZXDataMatrixC40Encoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9CF535A49327463F5B6BB921F54ECD47 /* ZXWifiResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 89A0CCA899A96BE97A0C42D817A015F1 /* ZXWifiResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9D19EFF7D51B82BEF1B10B4F26E3B7C5 /* ZXQRCode.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BF2E173D84F1B823D37C9671215B3ED /* ZXQRCode.m */; }; + 9D293C07EDBCCC93230C23DE2C16C39D /* DBPAPERExportFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 058E13FF79EADD0AE192BB73394C45F1 /* DBPAPERExportFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9D5816B37CA86BA8886C18C0F632897F /* DBSHARINGGetSharedLinkFileError.h in Headers */ = {isa = PBXBuildFile; fileRef = B9DCBA921C4416F9F539B7D28E7A4ABB /* DBSHARINGGetSharedLinkFileError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9D76CD6758CEEBA70AA87092B61A23AD /* DBTEAMListTeamDevicesArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E31A3ED695374C13518424B4AB390E4 /* DBTEAMListTeamDevicesArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9D7D152BC6F3C7B703711A988808200F /* DBFILEPROPERTIESGetTemplateArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BE006F0316186B911FC38C61F3B30D0 /* DBFILEPROPERTIESGetTemplateArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9DD38E0DC60207F612F44CE120DA23CF /* DBTEAMLOGFileRequestAddDeadlineDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = E82D86B4D3FC182FB3E0CBCC6A820B9B /* DBTEAMLOGFileRequestAddDeadlineDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9DDA48E348BF544DF6DC3ACE936F8FAC /* DBFILEREQUESTSGetFileRequestArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = B60D823C94D0CA92F8C7B1463CB3D3E8 /* DBFILEREQUESTSGetFileRequestArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9DE141928758908D696817535C48C3B9 /* DBFILESUploadSessionFinishArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 68ED9A6FA120C2520B6B20DF3A7696CD /* DBFILESUploadSessionFinishArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9E1A061DCE922ED348C2742F4CAFE640 /* DBTEAMLOGGroupDeleteDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = F4E9B0A1889CF652BAAA13B8D7736287 /* DBTEAMLOGGroupDeleteDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9E225F82B8784D54D3B704EB4AE317A2 /* ZXEAN8Reader.h in Headers */ = {isa = PBXBuildFile; fileRef = F0FEFD4BD17DCD3532ACC6BE10AA346C /* ZXEAN8Reader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9E2A69A4D370E029A09F272061984AF9 /* ZXBitArrayBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F7C7F67B2619B927EA61B76D5E28646 /* ZXBitArrayBuilder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9E4D1301FC50F6C3B887FA14B89425F0 /* DBTEAMLOGContentPermanentDeletePolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 0ADA60A4F658EFEC4ED625A2AB2D7DC3 /* DBTEAMLOGContentPermanentDeletePolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9E53BF24944CFE58D7C0CCBF4026F17B /* DBTEAMGetActivityReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 30F7F0EDE41762521103C74C9D00FAF7 /* DBTEAMGetActivityReport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9EFE223A5309D00EBFEAD9B8EB210ED8 /* DBAppBaseClient.m in Sources */ = {isa = PBXBuildFile; fileRef = F9F7DDB1647485671C7E3B5E0D0862B9 /* DBAppBaseClient.m */; }; + 9F15242BC0C09FAACF0AE45B100217FF /* ZXCode128Reader.m in Sources */ = {isa = PBXBuildFile; fileRef = 355573C144693ACCE232F89276EB07A8 /* ZXCode128Reader.m */; }; + A0834FE53A41A539EDC9F3E35B215406 /* ZXDataMatrixEdifactEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = B9A18BBBF91D9768FD9DDE5952D03D41 /* ZXDataMatrixEdifactEncoder.m */; }; + A0F5909F8230133E5A4E7FDC2D664053 /* DBTEAMTeamFolderListResult.h in Headers */ = {isa = PBXBuildFile; fileRef = F8C6790F1176090EBDE1E2AC8FD324D2 /* DBTEAMTeamFolderListResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A105347633C1599FA2FE798296BFB801 /* DBTEAMLOGGroupAddMemberDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DE791AD9CBC2E2C23EB38D0AE7CF3BD /* DBTEAMLOGGroupAddMemberDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A10D094FD5BA1B665032767BA92421A1 /* DBFILESPreviewError.h in Headers */ = {isa = PBXBuildFile; fileRef = BBC911AD571B7C665ACCFFB432642E8E /* DBFILESPreviewError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A112585A087620D45B8415F688D1C621 /* DBTEAMUserCustomQuotaResult.h in Headers */ = {isa = PBXBuildFile; fileRef = F4D6D6165B99F6C982E82DEBB0F3F1CB /* DBTEAMUserCustomQuotaResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A12EAD8A321EED0B89BD5D4DAF3E4958 /* DBTEAMLOGSharedFolderTransferOwnershipDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B0E987BBC7C6438BAF951B3FCE9DA9F /* DBTEAMLOGSharedFolderTransferOwnershipDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A136F465B4183733AB8B44A3DA16F6F5 /* DBTransportBaseClient+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 9264E167CC78119DC4E96FFE63123C85 /* DBTransportBaseClient+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A163844AD62F707C3F25A752ADC1EBF3 /* DBTEAMLOGPaperMemberPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 54F7E3C2B2727E2003BA432F5F670323 /* DBTEAMLOGPaperMemberPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A17352BED83CE7A3FD75D887AB914AA6 /* DBTEAMLOGTeamActivityCreateReportDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = C3B757B9237D51C35AC65D8350A8BE68 /* DBTEAMLOGTeamActivityCreateReportDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A1B9D747A17315DB5401F6B5E78622FD /* DBTEAMLOGFileRequestRemoveDeadlineDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 70B761FE2974FF656541BF3D47B42016 /* DBTEAMLOGFileRequestRemoveDeadlineDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A1FC1E9BE0CE7CEBDCAA9E3F885E3945 /* DBTEAMLOGSfTeamJoinDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 62662848B933630DB17CA5748162DFE4 /* DBTEAMLOGSfTeamJoinDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A22B99DE661D1B9AEC1C30772F21F35A /* DBTEAMLOGGroupMovedDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 565AFD97C45FEEDE5136E13A1C92477D /* DBTEAMLOGGroupMovedDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A26FCD38B2B7BAC0BE62F169DAEF71DE /* DBTEAMTeamFolderArchiveLaunch.h in Headers */ = {isa = PBXBuildFile; fileRef = C561012D304DAC8BE9D901E90B3F4DEC /* DBTEAMTeamFolderArchiveLaunch.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A2A44D5F1786AAE8E1A9390A81DF5E9D /* DBTEAMRevokeDeviceSessionBatchError.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BDE160DBB061FBBEF981357EAB43290 /* DBTEAMRevokeDeviceSessionBatchError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A2DC4AB58A1902B30FAB1B3FFA91213B /* DBFILEPROPERTIESUserAuthRoutes.m in Sources */ = {isa = PBXBuildFile; fileRef = FD7CE6B7EFED7D235846BC776E9363E6 /* DBFILEPROPERTIESUserAuthRoutes.m */; }; + A2F3A1CE126F1D881FA961155970A2FD /* ZXMultiFinderPatternFinder.h in Headers */ = {isa = PBXBuildFile; fileRef = 10D84A511C47A55E6EFA58833EA6C4CD /* ZXMultiFinderPatternFinder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A339BF9160B89544A00BBC380B7F1A65 /* DBFILEPROPERTIESOverwritePropertyGroupArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C9105F23CE1E182FB1FB9B15ADFAAF9 /* DBFILEPROPERTIESOverwritePropertyGroupArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A362B43BFEA1D6B5450AE1CDF6AF327C /* ZXAbstractDoCoMoResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 28AAEFB7B2C94722B8F2BE7B9CAB6E53 /* ZXAbstractDoCoMoResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A383A9B1F46A3961E3B2BC3047260709 /* DBTEAMLOGUserNameLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 68DEFDC78654B3EE3B539E7FDCC7C716 /* DBTEAMLOGUserNameLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A3A5B8CEE7152D14D16211CF5263D9DE /* DBTEAMLOGEmmRefreshAuthTokenDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 23719948151973CE3B4B901A4FAFCF38 /* DBTEAMLOGEmmRefreshAuthTokenDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A4285CD9FFF4A3FE6D5B9BBC5AB516E9 /* DBFILESUploadWriteFailed.h in Headers */ = {isa = PBXBuildFile; fileRef = 4505FAB388B3459647990E39B55C30E0 /* DBFILESUploadWriteFailed.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A434429A17594B7019B5C307B45C0560 /* ZXAztecBinaryShiftToken.m in Sources */ = {isa = PBXBuildFile; fileRef = CE274CA63B45667878B40C647F86E233 /* ZXAztecBinaryShiftToken.m */; }; + A438B458AFA444B0E38410275E988A58 /* DBTEAMTeamFolderListArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FC79DE3DD21D6F382640B41689A75D3 /* DBTEAMTeamFolderListArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A4554F0069D18B4D4AED539B4475E432 /* DBTEAMLOGPasswordResetDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F6B93C2F739CFB35C19CFAB8C87E0FE /* DBTEAMLOGPasswordResetDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A45B7F2D4BC8B5DBEC510AB413D66070 /* ZXQRCodeDataBlock.m in Sources */ = {isa = PBXBuildFile; fileRef = 959499257F7EDB95B385ED37A6FDAC8D /* ZXQRCodeDataBlock.m */; }; + A45DED96C057B47DC5B670377AE87AD8 /* DBTEAMListTeamAppsResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 779E6B543F30C55CA4DCFA53092CC769 /* DBTEAMListTeamAppsResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A49C4C10B16A7385D7380FE88ECC02B7 /* ZXingObjCOneD.h in Headers */ = {isa = PBXBuildFile; fileRef = A5F46D52EFE8840EDB228E7E9737C4AF /* ZXingObjCOneD.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A4B962DE76DF471617B72B457177EE66 /* DBTEAMRevokeDeviceSessionArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 715F3B0BA7CBD5603A5F75F20F8A3821 /* DBTEAMRevokeDeviceSessionArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A4C2DCB606318DB38711F204C73D211B /* DBFILESGetThumbnailBatchArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 87ACE8A8BAE1127E6D97E1FAA8C70D6F /* DBFILESGetThumbnailBatchArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A4C8B8B34C6F00FE4504AC2515D465D6 /* ZXAztecEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 95395F0D96C395D50D7886096D78C9C5 /* ZXAztecEncoder.m */; }; + A4D7E64804BFD95E94FB02FDBEFD6D3D /* DBTEAMLOGSsoRemoveLoginUrlDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 155637372CCCEFED9D87DDD1F13486C5 /* DBTEAMLOGSsoRemoveLoginUrlDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A4FCF51D9C8B237C7DBB92AEF2DF7C4E /* ZXWhiteRectangleDetector.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F9D37E2162E45F0C1F286300630D4DB /* ZXWhiteRectangleDetector.m */; }; + A50E918B30FED6E94322596236561560 /* DBSHARINGShareFolderArgBase.h in Headers */ = {isa = PBXBuildFile; fileRef = F94600ED0496A453E2A08AF06466DB4E /* DBSHARINGShareFolderArgBase.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A53EDBF3F39B6C3784EC4F196A947F06 /* DBTEAMListMembersAppsArg.h in Headers */ = {isa = PBXBuildFile; fileRef = D1A287AD829835B77B5E23DE9AA9AA55 /* DBTEAMListMembersAppsArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A668F6AB4E59CA58086B8FC176E08C91 /* DBTEAMLOGPaperChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 98B76662CD830F30586A814FF8AAE74C /* DBTEAMLOGPaperChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A67C2685B3293B460E34DCA7BDA0E5E7 /* DBTEAMLOGSfTeamInviteChangeRoleDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 65C60CB276A1238D4636E75990BE5FCE /* DBTEAMLOGSfTeamInviteChangeRoleDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A6A557CEA8AFF5CA027AA0C200119862 /* DBTEAMRevokeLinkedApiAppArg.h in Headers */ = {isa = PBXBuildFile; fileRef = BF941A4BABB6C9071B531C224CC7BCD9 /* DBTEAMRevokeLinkedApiAppArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A6B3F097EE6B5EB110133FFD4E61314C /* DBAUTHPaperAccessError.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B8958890CC64D5689B3425E723F6FE8 /* DBAUTHPaperAccessError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A6C9D4F0A8EB20DEC313911C80CA1832 /* DBTEAMGroupMemberSetAccessTypeError.h in Headers */ = {isa = PBXBuildFile; fileRef = 653740E08B71D86C531FA12137EC30AB /* DBTEAMGroupMemberSetAccessTypeError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A7020BBE7856B1904E1D2E11E0EF2DFB /* CMDQueryStringValueTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = C847ACE39760C2B3BF9B461762B03B81 /* CMDQueryStringValueTransformer.m */; }; + A747E44F47E9F2D9AE39DF4C3FFC91B5 /* ZXSMTPResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = F3B148B3C31378457FB05687CE8443CC /* ZXSMTPResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A765490D494C713E7B58D8FB122390A7 /* ZXCodaBarWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = EA58C2CB4C8A00CFF5DC481BF0795A15 /* ZXCodaBarWriter.m */; }; + A7686723AE8C191B1AD78BE395B540B1 /* ZXProductParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 37D102B8E0AFA3858CC8E74E61632027 /* ZXProductParsedResult.m */; }; + A76B54EDE3FBC2B32558C23142F23B31 /* AFHTTPSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E9C618EF878178AB97DE2911848AB97 /* AFHTTPSessionManager.m */; }; + A82CF48320EA8764450D197E7538B538 /* AFSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 95DFB2ECBEC9F2716581A4D2F5AA6921 /* AFSecurityPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A8CBE45AAC6259AA73817AE04CD6DF2B /* ZXPDF417ResultMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ADEB8FA899E63129574828965553B55 /* ZXPDF417ResultMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A8E6F4D3FB20923F3B1BC0BB4F5FB3E7 /* DBFILESCreateFolderResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 473C6793C8C6C0734565D7AD7FA984C6 /* DBFILESCreateFolderResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A94E456EA97470864FFBE51CE5575BF2 /* DBTEAMLOGFileAddDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = E8636C7E0CC56228CED51CFB460FAECE /* DBTEAMLOGFileAddDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A9E555C45820B4705ACE4B5DB80BA86F /* ZXAbstractRSSReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 3152DD98916F1633ACD4D385A88F15A2 /* ZXAbstractRSSReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A9FCE34DA9FF88E5D83F8DDEDF020C09 /* ioapi_buf.c in Sources */ = {isa = PBXBuildFile; fileRef = 82380CE9EE975446FC726B2635720250 /* ioapi_buf.c */; }; + AA51338BEAEB6919A1BBF5FD6E20D5B3 /* DBFILEREQUESTSUpdateFileRequestArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C59C03F68E259D84042ECA948CE9D34 /* DBFILEREQUESTSUpdateFileRequestArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AA6AFDD327EBB17244D470894637C9C0 /* DBTEAMLOGSfInviteGroupDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CFB26E3EC471858FE6783CD9EC790D7 /* DBTEAMLOGSfInviteGroupDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AAAF61B543ED63755CC6B3E18AA98619 /* ZXQRCodeMatrixUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A00C8FDA1D0540436BA0CD362F56CD0 /* ZXQRCodeMatrixUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AACD67828A14AE3195245A1E2EC83B82 /* ZXMultiFormatUPCEANReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 904D77736CF5EA9A3B3BA575E5806718 /* ZXMultiFormatUPCEANReader.m */; }; + AAD9EAF296CAB464F7C6002CAB263CDD /* DBPAPERListUsersOnPaperDocResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 7001D7A0BF80D2EE8CFDABF178800F77 /* DBPAPERListUsersOnPaperDocResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AB0E9A57597153DE8A4941EE52A683F3 /* DBTEAMPOLICIESPasswordStrengthPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 723B6EF7B8DFE9BC3B1EE3D78F636D0D /* DBTEAMPOLICIESPasswordStrengthPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AB43FEA2ADAFC39F8087FC02610BCD23 /* DBFILEPROPERTIESAddPropertiesArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 5165E2536E783C7CCF1D59FF1427526A /* DBFILEPROPERTIESAddPropertiesArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AB714EF8F7B19E2C6A7AF68BDB4DF121 /* DBFILESFileSharingInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 17419AAD177D56676A7E044E018D75D8 /* DBFILESFileSharingInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AC1B253FAB74ACC127F99C08466F2C5E /* DBTEAMLOGAppLinkTeamDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = EDF99A7480CC8C203648F9ABB43BF688 /* DBTEAMLOGAppLinkTeamDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AC1D735A9B0399D3BF72AAE0EE455E87 /* DBFILESFileOpsResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 880790F49EEC9E6AE86019B349ABFEB6 /* DBFILESFileOpsResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AC2381B44A501AA655C685927982E508 /* DBSHARINGJobStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 87BAF0CF47D74A9F1788B9C3B4AB9A18 /* DBSHARINGJobStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AC2599E65F24C701BC99917D370EF8FC /* SSZipArchive.m in Sources */ = {isa = PBXBuildFile; fileRef = 7341F8519D551706BDFE71BA384C5148 /* SSZipArchive.m */; }; + AC68B8F3F98DDEF99D5BBC886EC05EA8 /* ZXDataMatrixC40Encoder.m in Sources */ = {isa = PBXBuildFile; fileRef = E879432C3EBFD4C21A6F9A3D75D1A0B4 /* ZXDataMatrixC40Encoder.m */; }; + ACA7035171DE13D851279D92A85E5064 /* CMDQueryStringSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D31DE61593E0217406B38A14EC3EB33 /* CMDQueryStringSerialization.m */; }; + ACC48DB8644B7C0BEF2ED4AA6118E268 /* ZXExpandedProductParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A75B07B89F9ED37FD74E33E6F5FC6C7 /* ZXExpandedProductParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ACC844E896CBAA9E160EA59AB13FB349 /* DBFILESSaveCopyReferenceError.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B49B5EEC0445F584CE33C01A16EB0AD /* DBFILESSaveCopyReferenceError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ACEA2DFBA7989E169CE1FEC7990B12D1 /* DBPAPERPaperDocSharingPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = A65F3D4FCDB86FC745D8FE8244845546 /* DBPAPERPaperDocSharingPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AD199D51D1815A3BEF392E86CD53F3D8 /* ZXMaxiCodeDecodedBitStreamParser.h in Headers */ = {isa = PBXBuildFile; fileRef = BFBDA4036AFF69DA7646922FD4E5E0DC /* ZXMaxiCodeDecodedBitStreamParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AD3B22BBFB1DCC2F2D849598F3614D1D /* DBAUTHRateLimitReason.h in Headers */ = {isa = PBXBuildFile; fileRef = 764D1BE4F8A59EF9BCABE1D8A68DFC45 /* DBAUTHRateLimitReason.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AD607690745BB403857CD324B90D120B /* ZXDataMatrixReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 837BF2D3776787BD88FCAAC007BCD99B /* ZXDataMatrixReader.m */; }; + AD6D883D6CE42A048576457B0A3387E1 /* DBSHARINGFolderPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = F61A647FA11F33CA1141B2DF2746FEE1 /* DBSHARINGFolderPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AD80CE9322CA85452629FA6C3DD36E30 /* DBSHARINGSharedFileMembers.h in Headers */ = {isa = PBXBuildFile; fileRef = BD9F51C937F541392B34DE561D0E16AC /* DBSHARINGSharedFileMembers.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AD924867A27728B358F071C6DF10B108 /* DBFILEPROPERTIESUpdatePropertiesError.h in Headers */ = {isa = PBXBuildFile; fileRef = CDA0F37AA24CE1B250FCF044DAFC1A7A /* DBFILEPROPERTIESUpdatePropertiesError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ADAE6FFFAB3B41D16EB34A7AEEA69EA9 /* ZXBitArray.m in Sources */ = {isa = PBXBuildFile; fileRef = 512EDDB9AC9B750F860D5FCB0AB096AA /* ZXBitArray.m */; }; + ADC8EBCFF423D944AF82071BB37EEBF4 /* ZXEAN13Reader.h in Headers */ = {isa = PBXBuildFile; fileRef = FAE09D848B1BECBAA381C52B3CC6CFF6 /* ZXEAN13Reader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ADD58EB53663869C5F96F19F7F2176A2 /* DBTEAMLOGPaperDocTeamInviteDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = FB4C2150984B6D3FD60C50E962901092 /* DBTEAMLOGPaperDocTeamInviteDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AE10E27A6108635B1246E92A8366D845 /* DBTEAMTeamGetInfoResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 03B4DE8D1BCCA8C3BFD2D8700327DE9C /* DBTEAMTeamGetInfoResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AE288A0B257E9E8D07335C93360AD4DD /* DBTEAMIncludeMembersArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 1639EB9F6AC87536E1D1B6CA60B88F86 /* DBTEAMIncludeMembersArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AE45A1279C6889BB1F1EC707144B0557 /* DBSHARINGListFoldersArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 5808A23B29599BDF91D217ED619CEBC5 /* DBSHARINGListFoldersArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AE76948CFBD4D7452576B3E9F8120410 /* ZXDataMatrixDefaultPlacement.h in Headers */ = {isa = PBXBuildFile; fileRef = 704BBDDBDD7CB515433B0FAA45F1FC9A /* ZXDataMatrixDefaultPlacement.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AE8873FB159779C9B7CBBB501D886645 /* DBTEAMLOGPaperDocumentLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 722B9BF25884F0694524F17768C8C446 /* DBTEAMLOGPaperDocumentLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AE8E7C496B67B96FFCD3F2464C9B19BC /* DBSHARINGGetFileMetadataError.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A3B12F8D1C570E040D143151F4A90BF /* DBSHARINGGetFileMetadataError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AE99387F961C74D2EE295193402E6BA6 /* DBUSERSGetAccountBatchError.h in Headers */ = {isa = PBXBuildFile; fileRef = A0741914A6F222FBF93634184FD33542 /* DBUSERSGetAccountBatchError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AEB1ECB91328D3AF950EBDE698C5925C /* ZXDataMatrixHighLevelEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = FCF251C26AAA5B2D15971D0B1E4B4794 /* ZXDataMatrixHighLevelEncoder.m */; }; + AF2BBF27A4562BBE8AA33B31BA8EACA4 /* ZXQRCodeDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A88B258CE18C324C5C2ABAF43FBD0A8 /* ZXQRCodeDecoder.m */; }; + AF6215C57C9A6B8207C20FA15B749B8F /* ZXingObjCPDF417.h in Headers */ = {isa = PBXBuildFile; fileRef = FD2E176374CC24A1FACD44512755B44D /* ZXingObjCPDF417.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AFD817C2552F09C614CC1748E766B4C0 /* DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = FB295B44E0C874E7A41ACBB16D474C43 /* DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B0008E4DE8C802A9230265179B98D2AD /* DBCustomDatatypes.m in Sources */ = {isa = PBXBuildFile; fileRef = C59AEF4112B2CA98006DD95E1E5B5B1B /* DBCustomDatatypes.m */; }; + B06432E65259711B998F4D8F268CE1B6 /* ZXWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = F1902ECC7F43D5E6779B0137B88E0716 /* ZXWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B09D3B9BD73BDE9AF7825C1F33899639 /* DBTEAMLOGPaperDocUnresolveCommentDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FE45488F00C51F3DE56E448E70B9C2E /* DBTEAMLOGPaperDocUnresolveCommentDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B0D0FDAC4C4D4E242FCE5D553779DFAF /* DBTEAMLOGPermanentDeleteChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = F4B2D77AA0D9C95A2CD146A2E3AAC311 /* DBTEAMLOGPermanentDeleteChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B13654D3F4656F95A41FEA334E206638 /* DBTEAMLOGDomainVerificationAddDomainFailDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 959C787362FB5121AAE932DFA19E18F3 /* DBTEAMLOGDomainVerificationAddDomainFailDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B14038D777F70B43F2CE1ECD8FBEBC49 /* ZXPerspectiveTransform.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D25770C48C0F04114A6B2A85E376473 /* ZXPerspectiveTransform.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B14FE96E78AF77291AC060DD62C7D0F2 /* DBFILESRelocationResult.h in Headers */ = {isa = PBXBuildFile; fileRef = E1A27526280D57D5EB80B928B284DBC0 /* DBFILESRelocationResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B171A0AC7A310966946430DC0744D8BB /* DBTEAMLOGPaperContentPermanentlyDeleteDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = C71F867516804B987028DDAF2D709719 /* DBTEAMLOGPaperContentPermanentlyDeleteDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B17DBBE55BFCCA52233658B8FDAE2514 /* DBTEAMLOGDomainInvitesRequestToJoinTeamDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 416707822881BF879862933526848965 /* DBTEAMLOGDomainInvitesRequestToJoinTeamDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1B5D470B8398960970DF6772A5A54DF /* ZXUPCAWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B7A6B976F52C6624D4F5DFCB9C178AA /* ZXUPCAWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1C2890F3D7A409318FD2935AA2CC471 /* DBAsyncObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = E309C5E06BD69E73633F1C73C8596746 /* DBAsyncObjects.m */; }; + B1CF6A29A33EE252F9EC0D095949A4FC /* DBCustomTasks.h in Headers */ = {isa = PBXBuildFile; fileRef = E7B853C6B1CA2912FB5E1E8F2E7EA161 /* DBCustomTasks.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B21AFAECC244B689D87E52A0BD4F2C7C /* DBSHARINGVisibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 898A55FA97FAA99E39C8A9576042DF79 /* DBSHARINGVisibility.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B24FFFE9D29E3A25C8B544479EF36270 /* DBTEAMTeamFolderPermanentlyDeleteError.h in Headers */ = {isa = PBXBuildFile; fileRef = BB32BBBDC37434A8FA813C030C7FBECA /* DBTEAMTeamFolderPermanentlyDeleteError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B256D5AE27BE5D05B9D6D97BA4E12B08 /* DBTEAMLOGPasswordLoginFailDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 673EAD8BB206272CC427DFA363DF3C27 /* DBTEAMLOGPasswordLoginFailDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B275A0F413103C5CAFC64E4A51A2B411 /* DBSHARINGInviteeMembershipInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = EAB91735F501EE681EBF8B9911E464F9 /* DBSHARINGInviteeMembershipInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B28CCD46AB5B1EC1473783B8F231F817 /* ZXVINResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 63D0B027D9EA75D327A2653CAF3F42EB /* ZXVINResultParser.m */; }; + B29ADC2E6D35E1FE1BDEA38FB4E0C383 /* DBTEAMLOGFileRequestsEmailsEnabledDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D29B10B6F592F70EDABF1C052F0A02B /* DBTEAMLOGFileRequestsEmailsEnabledDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2F82EA5D19FADC4D93E99AC4B261839 /* ZXIntArray.m in Sources */ = {isa = PBXBuildFile; fileRef = FB176C1FF6EF6897CC8D49506E63AE9D /* ZXIntArray.m */; }; + B33B8221BC6DA66791CCE9D6637C2E1D /* DBTEAMUserSelectorArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 8777600C6CB18B5A3ED52487EEC3561B /* DBTEAMUserSelectorArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B35119F3AEAD0FC6A273032A84A35E37 /* DBFILEPROPERTIESInvalidPropertyGroupError.h in Headers */ = {isa = PBXBuildFile; fileRef = C41D0B3C65AE0C50EA85EB8F07F78D8D /* DBFILEPROPERTIESInvalidPropertyGroupError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B36F31532674C5E0826E7AA2D898608D /* ZXCapture.m in Sources */ = {isa = PBXBuildFile; fileRef = B4B7A125AD6B09C640B2AADE24A9DA7A /* ZXCapture.m */; }; + B38696AB3C922D099D34C41428074443 /* SAMKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E92570950C1CA59BCCC903AFB59A182 /* SAMKeychain.m */; }; + B38E4611407E7E9145B9046FEA818E73 /* DBTEAMTeamMemberProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 037CAA762DB45FB83435F56B6178F354 /* DBTEAMTeamMemberProfile.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B433C080142EBD3E8A56F55595F36DC9 /* DBTEAMLOGTeamProfileChangeDefaultLanguageDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A17C3FF188D0CB20A2EDE54490C9292 /* DBTEAMLOGTeamProfileChangeDefaultLanguageDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B45AA415EE61E308BFE3A54FF5B00460 /* DBSHARINGRouteObjects.h in Headers */ = {isa = PBXBuildFile; fileRef = D86F786EA8C2A0DC6AA81E75FE791B86 /* DBSHARINGRouteObjects.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B464DD8D13203A353325151862EFF448 /* ZXAztecHighLevelEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AFE5D905BC8B9D7D7476EFA8D4575DB /* ZXAztecHighLevelEncoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B47DE3315B16EED8EBF22533EAC74BBF /* DBFILESSearchMatch.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D8D17E82C6FDFB568F98212E4B0A09C /* DBFILESSearchMatch.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B499AD83CD72AF469EBAA2FEF4F4F29F /* DBASYNCPollError.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C099FF7FB13D8B3313F81286CBEE003 /* DBASYNCPollError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B4CF4ECF5E00BD1B887DAECB4ADE1CB2 /* DBFILESListFolderContinueArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A82D711F43169DCF74B1016A8AD9941 /* DBFILESListFolderContinueArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B4E86B4CC47662282400A163160A1D50 /* DBTransportBaseClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 6332265DE468FCBD2CFF84D23AB41323 /* DBTransportBaseClient.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B50921C9B983CEC4F4B63DE2383EE875 /* DBUSERSRouteObjects.h in Headers */ = {isa = PBXBuildFile; fileRef = 1760678C6161F1C856AC28565F96AF4D /* DBUSERSRouteObjects.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B51293408E8F53157797FF17595A43D6 /* ZXQRCodeErrorCorrectionLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B01A98BA1CD2F4505DBF51A47DE0505 /* ZXQRCodeErrorCorrectionLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B523F17D675E57F7454293D76C563A8E /* STPrivilegedTask.h in Headers */ = {isa = PBXBuildFile; fileRef = F308AC76920E3AEF2FF5759914662AFB /* STPrivilegedTask.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B52C5D6588F7C2495D6F4E422D518836 /* ZXBizcardResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = B8DBF7ACEC418D8E970FE08CFD45CD5B /* ZXBizcardResultParser.m */; }; + B57A408FFDBE510B32E27AEC39C3B22B /* unzip.h in Headers */ = {isa = PBXBuildFile; fileRef = C38EAED9A17873E50F935B4A3614556E /* unzip.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5829E9B68D5F1D64C14AA0049C279FC /* DBTEAMPOLICIESEmmState.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E136BD4B8D9843D7AB126D9594E3180 /* DBTEAMPOLICIESEmmState.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B5B1FD9505BBA78D6223C86F2F520479 /* DBTEAMLOGPaperDocDownloadDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = D0EF20967ACC3D93D6B0BA169E385BAC /* DBTEAMLOGPaperDocDownloadDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; B5DCD255DC2AD6E672D98DCAD168A30B /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 90D14075975918B10DAA0B935E8FEDC6 /* AVFoundation.framework */; }; - B5FFED7A09F927028729C2DC857D723F /* DBTEAMLOGMemberAddNameDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 84ED134E29B6903B55F3999E2942A779 /* DBTEAMLOGMemberAddNameDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B643A2384800D0AFFD1D5A267B009CB9 /* ZXDataMatrixWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C7C1E4F3B602C55C8F5D2ACA1C5F595 /* ZXDataMatrixWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B6925F742C82D06AF6A26E213D083599 /* DBTEAMLOGRemoveSsoUrlDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = C66EDCA05C2C666BD16EBCA89F98F9A7 /* DBTEAMLOGRemoveSsoUrlDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B6A8B08BA88FEC4CB7FDB42F289718B9 /* ZXEANManufacturerOrgSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 717D4B1957F0D4104502675EB3D68C2B /* ZXEANManufacturerOrgSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B6C64D17796DF1C434C689B4F56C2D4D /* DBFILESSearchMatch.h in Headers */ = {isa = PBXBuildFile; fileRef = D90AAE8118F602CA69A6AC3EFD717405 /* DBFILESSearchMatch.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B6DB00BFB03359EE64F9745515D63529 /* DBAUTHAppAuthRoutes.h in Headers */ = {isa = PBXBuildFile; fileRef = 58AE9BCEBA0EDE867355365727D1211F /* DBAUTHAppAuthRoutes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B6ECD4E9F84A1007501D1BF8D9618C46 /* DBTEAMLOGSfNestDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = C63014D05584158874446F49059FE3D9 /* DBTEAMLOGSfNestDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B74DEA9C851FEC16FF0653FFB362563A /* DBTEAMLOGShmodelSetExpirationDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = D70D365B59AC1E844D67E58BD2B48C59 /* DBTEAMLOGShmodelSetExpirationDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B781EF2D2116B871C597695D5FA27996 /* ZXRSSExpandedGeneralAppIdDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = C886CFCEE5D9B2524F7A5F5FB1720B6C /* ZXRSSExpandedGeneralAppIdDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B7A049CD83779CEE5BB4075994F28345 /* ZXDataMatrixEncoderContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 683EFBBC10B344A68123B04F80F5564E /* ZXDataMatrixEncoderContext.m */; }; - B7DCD561987556E5BBE80DD6DC28EBEC /* sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = 46F181736A8AD9CF1630BF9EE3E9F68B /* sha1.c */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - B7F0CDF07AFBB17E15A0165A3A804D1D /* ioapi_mem.c in Sources */ = {isa = PBXBuildFile; fileRef = 2A3D1EDA42778862C0B0A5999665B92E /* ioapi_mem.c */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - B8618CAE372F90C0F310C4A2A32C5372 /* DBTEAMLOGPasswordResetAllDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = F6792758E94561D5A26780CACB52E748 /* DBTEAMLOGPasswordResetAllDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B6093BF3CAE8AE26547AE3D4DCC8ADE8 /* DBTEAMTeamFolderArchiveArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A3BFF3D28FDAB54926A1A0A73AB7D7C /* DBTEAMTeamFolderArchiveArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B643A2384800D0AFFD1D5A267B009CB9 /* ZXDataMatrixWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ED26100975641D629F2804BC248BCA9 /* ZXDataMatrixWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B65E30EA1208DB8011681963DACCD1CB /* DBTEAMPOLICIESSharedFolderJoinPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = C4CDC640E775E543A3F834B239649D29 /* DBTEAMPOLICIESSharedFolderJoinPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B6A8B08BA88FEC4CB7FDB42F289718B9 /* ZXEANManufacturerOrgSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = D1FA3AD13351718BC7A77030B7CAAB7D /* ZXEANManufacturerOrgSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B7469F773AE7C4EABF9FA4A2C6B83C54 /* DBFILESSaveCopyReferenceResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D77656EF95978AA544A02D223BB766F /* DBFILESSaveCopyReferenceResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B7532C3DDE285E47B5C772B26E9BD9F2 /* DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C20577A0A34D8F7E8D3E6B6311AFB2C /* DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B781EF2D2116B871C597695D5FA27996 /* ZXRSSExpandedGeneralAppIdDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 138884BAF9D7EC2AD64F61F5BE193B7F /* ZXRSSExpandedGeneralAppIdDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B78F73D7C91D24DA5140534D82026FD5 /* DBUSERSRouteObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = C923024C783FF8BBFD11A24ABD4D78BE /* DBUSERSRouteObjects.m */; }; + B7A049CD83779CEE5BB4075994F28345 /* ZXDataMatrixEncoderContext.m in Sources */ = {isa = PBXBuildFile; fileRef = C08B1213F77E331E2CB4F662146916C5 /* ZXDataMatrixEncoderContext.m */; }; + B8551A53B455442C7646412D440E9E6A /* DBTasksStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 07AA72C3DB527B500BB8B7ED645046AB /* DBTasksStorage.m */; }; B87170D8E69D5A43A4E1335AEFDD95D8 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B71896A3AE6EF693AC497DCE0885B43 /* Cocoa.framework */; }; - B899407D01BCB1DEF6F592E9096EDF63 /* DBStoneSerializers.h in Headers */ = {isa = PBXBuildFile; fileRef = 685E2E1B946E28FF36274FAA2B577F2E /* DBStoneSerializers.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B8BE04A2E3DCE953B12DBA9DAF697464 /* DBFILESUploadWriteFailed.h in Headers */ = {isa = PBXBuildFile; fileRef = AE20CE962302282E003A253F38BD4AB2 /* DBFILESUploadWriteFailed.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B9018CDBC693E0F1DF3993622CDACCD1 /* DBTEAMLOGPaperDocDeletedDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = A23A9BDC97EF851628DE670E2F9D91CF /* DBTEAMLOGPaperDocDeletedDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B9AC6D2908F751A125CB6629D3E0777E /* ZXAI01392xDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 480B0F7735831DD7B877F293B4C115B3 /* ZXAI01392xDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BA225744B379D2A1918D2D48E9A6FFB7 /* DBFilesObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = 787A433C08B1D0699788C9581DD31CA7 /* DBFilesObjects.m */; }; - BA363819B3293BF199C38ABEA4274775 /* DBTEAMLOGSsoPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 93D6EE0F9D0877BD2E8681CD80EDA374 /* DBTEAMLOGSsoPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BA7788E8A60D0AA849C284B4E3F14130 /* DBTEAMMemberAddArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E10E04CD2B8F11D9CB48C0DCDD7590C /* DBTEAMMemberAddArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BAA541F334DAF69E7539437C90ED900C /* DBFILESGetCopyReferenceResult.h in Headers */ = {isa = PBXBuildFile; fileRef = F790BB939CEBD02E2E34F6F86E201B3B /* DBFILESGetCopyReferenceResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BABE5091747CE03D303E4C3B45AA708F /* DBTEAMStorageBucket.h in Headers */ = {isa = PBXBuildFile; fileRef = 302548712BDA930B50FEC63FC4786A89 /* DBTEAMStorageBucket.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BAEE57250B01BD2005119C0B5E1375AE /* DBChunkInputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = EB10746CB311991D42DE58B61785E622 /* DBChunkInputStream.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB023AA66070CC04D8569C9BCCDC2602 /* DBFILESUploadSessionStartArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F237CC4D5974075CB847761AB41A807 /* DBFILESUploadSessionStartArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BB0347AD5B9BED0D2799A7F7D8AB1740 /* DBUSERSAccount.h in Headers */ = {isa = PBXBuildFile; fileRef = 87BCCBBBEDB12B56B11A77D88714898B /* DBUSERSAccount.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BB1B6CD36E0BB4DCA1BEC739F12D6E76 /* DBTEAMMembersListError.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C6A6B0A242909C6E1500783CBFC4E58 /* DBTEAMMembersListError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BB2C71BA136D614C5D2731AF6CD175CC /* aeskey.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F146707F340CAAEDD6D6A4EC2167702 /* aeskey.c */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - BC052A135082C8CEFF76E2C48B7C9855 /* DBTEAMGroupMembersAddArg.h in Headers */ = {isa = PBXBuildFile; fileRef = E67AAAEFCA6DBDD32E5380949CA41F1B /* DBTEAMGroupMembersAddArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BCB3B89F26C4FBA2C553658189C39951 /* DBSHARINGViewerInfoPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EF50766ACA4B287573771B5052409AE /* DBSHARINGViewerInfoPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BCF1B2FDF26882FDA8CE6859CE49CF99 /* DBTEAMListMembersAppsError.h in Headers */ = {isa = PBXBuildFile; fileRef = 936A72B6F5D27F21C777BE657E8C0243 /* DBTEAMListMembersAppsError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BD08C1E3F56D0CB8B22353A6FE438F2B /* DBUSERSGetAccountBatchError.h in Headers */ = {isa = PBXBuildFile; fileRef = FBD93396314AAEEB9C63CDD20CAEE896 /* DBUSERSGetAccountBatchError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BD0C2109EDAAF0F6116982D47FA614EE /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B71896A3AE6EF693AC497DCE0885B43 /* Cocoa.framework */; }; - BD1F90DC3753D52C928068D644AC8A70 /* ZXPDF417BarcodeMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = B2FC0181B12B8BAA7151F18414B10E8C /* ZXPDF417BarcodeMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BD3484377862BEDC5DF50D3A91F272E0 /* DBTEAMLOGPathLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EB7562C0020D26C81DD7CA528452045 /* DBTEAMLOGPathLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BD6C13D5D60A87EDC19F9CA7D0228B9A /* DBSHARINGRevokeSharedLinkError.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FACA8DF89AAC57A0F29E140F19C2812 /* DBSHARINGRevokeSharedLinkError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BE5208968E9316017EC0B554070910F4 /* DBTEAMLOGPlacementRestriction.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CA513150B6247408AFD6D081C09E304 /* DBTEAMLOGPlacementRestriction.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BE5A734E00ACAC19415ABC5176305DC9 /* DBClientsManager+DesktopAuth-macOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 92BDD710316C1937D47692BDBA3AEEEE /* DBClientsManager+DesktopAuth-macOS.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BED944645191ACAA2DA97C3654BCD152 /* DBTEAMLOGNoteShareReceiveDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = E22D498C7016D1156AC504E49A72082C /* DBTEAMLOGNoteShareReceiveDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BEDE04F302CAF8811586F5100BF1437D /* DBTeamLogObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = 804B6AA0F5B29BAB2BE8534A60CF1822 /* DBTeamLogObjects.m */; }; - BF02881BA1889D492B955FD3391CA66A /* ZXRSSExpandedFieldParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 2471015887A97F86ED476448CCB0BACF /* ZXRSSExpandedFieldParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BF18058561BF0B4D3A52E9E5D3A783FF /* DBTEAMTeamAuthRoutes.m in Sources */ = {isa = PBXBuildFile; fileRef = D6AF5C940595D93CA44450F6BE40EB78 /* DBTEAMTeamAuthRoutes.m */; }; - BF3F776C22BDFCA94DC7D5EE6BB85B53 /* DBTEAMTeamNamespacesListArg.h in Headers */ = {isa = PBXBuildFile; fileRef = F4A40987D11503EAF859609318F7A885 /* DBTEAMTeamNamespacesListArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BF412B42B4E05CC90A0AB80A7D9478A8 /* DBTEAMLOGMemberTransferAccountContentsDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = FBD4D280E45A47CACB968A0486F2FD90 /* DBTEAMLOGMemberTransferAccountContentsDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BF52E57A9E724482A029CA936DA17394 /* ZXWifiParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 62E60244A8A9E661F1C9B6A9421F04EE /* ZXWifiParsedResult.m */; }; - BF6FD7732295B34C8288848FB31DE330 /* ObjectiveDropboxOfficial.h in Headers */ = {isa = PBXBuildFile; fileRef = 3522843B008DAB52FCE2460C270E1DA7 /* ObjectiveDropboxOfficial.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BFA64C19841563BD4C353732B836951E /* DBSHARINGSharedLinkSettingsError.h in Headers */ = {isa = PBXBuildFile; fileRef = 077B477665CFDB54778E31468404A9D1 /* DBSHARINGSharedLinkSettingsError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BFED69CFE6B40FBA135704A02C115B4F /* ZXPDF417HighLevelEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 27189B1ACE37F44E98C5935DFBA8F310 /* ZXPDF417HighLevelEncoder.m */; }; - C025768DA4172DC45330DEA597E75E45 /* ZXQRCodeReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F02089F241DF842415DAA09F6C9C6FC /* ZXQRCodeReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C03E6A93D76E21B5F5E9F74DDCFE2E8B /* ZXPDF417BarcodeMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AA6CDE635C3E5716A29C1E5C3E52AD0 /* ZXPDF417BarcodeMatrix.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C054A60BF48E97181747B0560F2C2449 /* DBTEAMRevokeDeviceSessionBatchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CC94C755E9745C6E9A14FCD004EBB87 /* DBTEAMRevokeDeviceSessionBatchResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C05719C5ECCDD5713FC1D9E9A6A59E17 /* ZXImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 95FBE1D76F019EBC6BA65088478DE3E4 /* ZXImage.m */; }; - C0C71343D6E5F592BDCEA90B64ABEF41 /* DBTEAMLOGMemberChangeMembershipTypeDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = CC7766CCF09FD97C126EAE28FA733A17 /* DBTEAMLOGMemberChangeMembershipTypeDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C11211A14E71835357C381578F05FFAC /* ZXVEventResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = CEBF2BFD98210119DFC2FF111C588F7C /* ZXVEventResultParser.m */; }; - C1367642682E004EBF36F080638BD92E /* DBSHARINGCreateSharedLinkError.h in Headers */ = {isa = PBXBuildFile; fileRef = 9286887099535E0262D2A417C3F963C0 /* DBSHARINGCreateSharedLinkError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C198F3C6D2C57A03CD39C680E5F3FE88 /* ZXPDF417DetectionResultColumn.m in Sources */ = {isa = PBXBuildFile; fileRef = A84582510BA696CE75A855195828B090 /* ZXPDF417DetectionResultColumn.m */; }; - C1AE43302F86EB7B2F406A8AE5CCFE70 /* DBTEAMMembersSetPermissionsArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 26E232FCA8A7461111D34CDDE222AEB5 /* DBTEAMMembersSetPermissionsArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C1B99E18DC2E7ECC731E3B06B8D85899 /* DBTEAMLOGShmodelVisibilityPublicDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 1437B6E8C5CC3C7EA952B01FD5B84D14 /* DBTEAMLOGShmodelVisibilityPublicDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C1CADF9212FD23C8BC3F8501CA72E20A /* DBTEAMHasTeamSharedDropboxValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 860953FFB487D8549C6D5239099550D5 /* DBTEAMHasTeamSharedDropboxValue.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C1CB57AA05B7BE6C27F8DAB435223D95 /* ZXErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 922F57B7EB63682B53802B88A23C0E6D /* ZXErrors.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C20D6CE3C91C338FF77CFEB5E91D3EA6 /* AFURLSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3EC6B91B7DE4CFA8073092F50FBFE5C1 /* AFURLSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C21B3F5C2120CC5F5471AE79142321C2 /* ZXTelResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = D49E4DA3F8420BD7AFDCFC2D6655493C /* ZXTelResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C233E02ED18C8EE2CD0C0AB4BC9C484E /* DBTEAMRouteObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = F94312CE7BDD2F57D059E9DAA528C986 /* DBTEAMRouteObjects.m */; }; - C253BBC0BC0A96D450AC06816EDE594A /* ZXDataMatrixReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C24A6A7E5D48D976136C507E5A351F6 /* ZXDataMatrixReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C279C2B53B08F8091CD10008CF98E24D /* DBTEAMGroupCreateError.h in Headers */ = {isa = PBXBuildFile; fileRef = E43144385D7B48629E38574147405B3F /* DBTEAMGroupCreateError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C279C6E90811675867D53D3FF164A905 /* ZXAztecEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = FFCC7A0F6C3B4891F0D0DC2C3B3B940C /* ZXAztecEncoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C28C3C0592E1E9B9A6AE1CD54CB81B3C /* DBTEAMLOGShmodelGroupShareDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F7FD0D3D1327699A3BBFD3654333EF1 /* DBTEAMLOGShmodelGroupShareDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C2D9F35F62E1FD745B69861D057BD70F /* DBTEAMMembersDeactivateArg.h in Headers */ = {isa = PBXBuildFile; fileRef = E6985F60D99D7AE803C776AFD40D5B62 /* DBTEAMMembersDeactivateArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C2F1950C73C4807B91364B347E7A8C23 /* DBSHARINGGetFileMetadataBatchArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 166E9BACE99F3E08AC2E3AD921DA6659 /* DBSHARINGGetFileMetadataBatchArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C2F7977A42E18F2B80638DD0931A378E /* ZXPDF417Codeword.h in Headers */ = {isa = PBXBuildFile; fileRef = C32119CDEA6E85F6C08C9EED889EE56E /* ZXPDF417Codeword.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C2FBD4520B7D30146E908CBA11BFBE6B /* ZXPDF417DetectionResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F25D1B499EF9048AF18B2052D8146FE /* ZXPDF417DetectionResult.m */; }; - C309B7841C176515ABBEEE7DB61B8B05 /* DBTEAMLOGSharedFolderChangeConfidentialityDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = DF2D482B0628775EC9A928A4E411818E /* DBTEAMLOGSharedFolderChangeConfidentialityDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C313D48A1BE3649ECD2C9ABA684CFB13 /* ZXRSSFinderPattern.m in Sources */ = {isa = PBXBuildFile; fileRef = CE20983C1769387533ECA07714C50079 /* ZXRSSFinderPattern.m */; }; - C319214F4E36EC8528AA18C97729F112 /* DBFILESUpdatePropertiesError.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E0B4FD88E2146BF421B228571149FCE /* DBFILESUpdatePropertiesError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C31FE2F6F8D575BCBDB24D9EDC9CB2F7 /* DBFILESUploadErrorWithProperties.h in Headers */ = {isa = PBXBuildFile; fileRef = C975F346799DAFDE29F32C27E9A57D4E /* DBFILESUploadErrorWithProperties.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C322B3C619A5C350F4F7099AA371EEC1 /* DBTEAMListTeamAppsResult.h in Headers */ = {isa = PBXBuildFile; fileRef = F2125988B3125E16ACFAF27C45506FF0 /* DBTEAMListTeamAppsResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C33379334FFD7A44A2E673A14964D964 /* ZXUPCEANReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 773AAD43DE6FD5F144F54079951531D7 /* ZXUPCEANReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C335C9C540A0E692E5FB965495CB9266 /* ISO8601-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CDF6EE53ED5AABCA64226BEBBE9D5B29 /* ISO8601-dummy.m */; }; - C3512875FE853B15CCC3C3F01DE73C17 /* DBTransportBaseClient+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = CB3EF08D02C0EBCC6F2805A3CB1483E9 /* DBTransportBaseClient+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3A5C5FE1683AEF862C9AA965EFB7D16 /* DBSHARINGGetSharedLinksArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 773B8D7B3D3458DBC7666B2CE649918D /* DBSHARINGGetSharedLinksArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C3AC3F9F82CF44F092F891BDA161B988 /* MPGoogleAnalyticsTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = 646F28C211ECD78D4F591F811758D323 /* MPGoogleAnalyticsTracker.m */; }; - C3B55ACF16146C35297706CC0050E73F /* DBTEAMLOGFileRequestCloseDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E36BB539525C82EFC24AB87E6F7B423 /* DBTEAMLOGFileRequestCloseDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C3B698C52BDD1969A8CBB0C8B5B241C5 /* DBTEAMLOGPaperDocAddCommentDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 83C6DB05A3A4AC929877CFD1ACC66EB1 /* DBTEAMLOGPaperDocAddCommentDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C3D9868AEB14EA91D52A1D167DDCAC23 /* DBTEAMLOGSharedContentAddMemberDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 3812EE9796B1D946F3A9A157466C5EB5 /* DBTEAMLOGSharedContentAddMemberDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C45706FC0B01A7A2641E73BF7142B26E /* DBFILESSearchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D5F4436E1B637E0F32F82C68BE1C726 /* DBFILESSearchResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C47AFA2E45411E40AB2D8ADE0E04D881 /* DBTEAMTokenGetAuthenticatedAdminResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C0B9BC72C2D29041A82E74532D2871D /* DBTEAMTokenGetAuthenticatedAdminResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C496D118526F27482F7C453089A179BF /* DBTransportBaseClient.h in Headers */ = {isa = PBXBuildFile; fileRef = C35F4D70221FBD48FF2C665304E69A5B /* DBTransportBaseClient.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C49FACDAA783EE10B1569BF60D60F9BA /* ZXAddressBookDoCoMoResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = D0B8B234EB0A705BB236E2EA41C3EDF7 /* ZXAddressBookDoCoMoResultParser.m */; }; - C4A4F1DA3892F16222582A992295F159 /* DBSHARINGListSharedLinksArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E3E224487349C9FDE2761350A9A85A5 /* DBSHARINGListSharedLinksArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C4ABDDB1BA060C7C4F97CAB5E84578F6 /* DBPAPERListUsersOnPaperDocContinueArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F21C0598D17314DDA927EA9C78A121B /* DBPAPERListUsersOnPaperDocContinueArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C4D4F077738747DA3979E1010B0BFFE1 /* ZXRSSUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = E0ECDBA5DD9A0B177E2BF46F8ACD330F /* ZXRSSUtils.m */; }; - C4E5BD51EC71FEFF2C94DB09E6455DFD /* DBTEAMLOGPaperChangeDeploymentPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = B677F9C3BD60B693D2C29C7D1955B24E /* DBTEAMLOGPaperChangeDeploymentPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C509EF86684EF6F2A275C9C46425C497 /* DBSHARINGAudienceExceptionContentInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = AF0D5D3FD7005527AD7318B5784939D2 /* DBSHARINGAudienceExceptionContentInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C538688AE5F9F9BC8C2DA5D905CDBA56 /* DBFILESPropertiesError.h in Headers */ = {isa = PBXBuildFile; fileRef = A1580ECE65A63126068D7E7566E32919 /* DBFILESPropertiesError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C5699C637DBBA2F9233D9F2CDFB519F5 /* DBClientsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CC957FAB4AF8BBBE432EA874DDCD5975 /* DBClientsManager.m */; }; - C56A78D1DEE729770C12DD2B50072064 /* NSURL+CMDQueryStringSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = EA093CBA3BBE86BF589065B577CEBB15 /* NSURL+CMDQueryStringSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C5783B07618678D537283D951B6300D5 /* NSDate+ISO8601.h in Headers */ = {isa = PBXBuildFile; fileRef = E8541292D842070EA24D4BE908239850 /* NSDate+ISO8601.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C5794B90255E68F5FF69758335B31B27 /* ZXTelResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = CA5B69E078DDA4696C9E37F9233D8BC1 /* ZXTelResultParser.m */; }; - C5AF5ECA09399A756024BEBBE2C42B29 /* DBTEAMLOGGroupDeleteDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = AAF978EBF50BCA83575667A2A57B7C40 /* DBTEAMLOGGroupDeleteDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C5BF645CB8DDE763F9F699DB65A9932F /* ZXMultiFormatWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 87208BDCC838AE0283640776BA2936EA /* ZXMultiFormatWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C5D549029DC146194F1D7277CC7900B9 /* DBASYNCLaunchEmptyResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 15563203F574945CE41022E2103F9C5E /* DBASYNCLaunchEmptyResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C5D8E46B48432700AE95A564BAA147C8 /* DBPAPERSharingTeamPolicyType.h in Headers */ = {isa = PBXBuildFile; fileRef = 970C92F45FE4575DBE2F9ECB476C4C34 /* DBPAPERSharingTeamPolicyType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C60E17FCAB4DB68CB7ED141D3E776023 /* ZXDataMatrixBase256Encoder.h in Headers */ = {isa = PBXBuildFile; fileRef = C85555757951C6817DA12CDD9955D78E /* ZXDataMatrixBase256Encoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C62832F4407A734DA30CEF3EB3ADD16F /* DBPaperObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = 78E24C25F261988F89F98E8AEB8926E8 /* DBPaperObjects.m */; }; - C64781849FF5760CF194AE6332B14C89 /* DBFILESUploadSessionLookupError.h in Headers */ = {isa = PBXBuildFile; fileRef = C3BB0FE6425C5D9EDB49D177EF2D4A59 /* DBFILESUploadSessionLookupError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C66653A3AD66022E533DB9F2A7373C95 /* ZXGeoParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = CF437D3355108024D8D7EB40AAEF81E1 /* ZXGeoParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C6669C40C9BAB9DB9D868AC523E3B4BF /* DBTEAMTeamFolderListContinueArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A252F66DBA6FD93A7040D707430696D /* DBTEAMTeamFolderListContinueArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C66C4429DEAEE53C18A28128ABA127DD /* DBTEAMMembersRemoveArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 08CFF3A82890E88BAAC2FF90481BA9E4 /* DBTEAMMembersRemoveArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C69CC4D10DF7F4F0A75452C73028E87F /* DBSHARINGListFileMembersError.h in Headers */ = {isa = PBXBuildFile; fileRef = F2545E6574C49A1B5EB702E4562E3141 /* DBSHARINGListFileMembersError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C6A2CE789E90FB45F4755DBDDFCA3123 /* DBTEAMApiApp.h in Headers */ = {isa = PBXBuildFile; fileRef = C67953BF77B17E33850519D8725096C3 /* DBTEAMApiApp.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C6EE3FA9E260F34FE568B057696E7E15 /* DBTEAMLOGSharedContentChangeLinkPasswordDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A13DCBA5FCC3CEB2D309AD5FF67FEDC /* DBTEAMLOGSharedContentChangeLinkPasswordDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C717411CB0C7F6600470BC36E08616F6 /* DBTEAMLOGSfTeamJoinDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = FF2997D4EC4AB4B772F8F0006086C68C /* DBTEAMLOGSfTeamJoinDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C7363E958B836F97F83CDA512385B58D /* DBTEAMLOGFileCommentsChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 7612660C7B3FE2A15975E5DBEBE34D69 /* DBTEAMLOGFileCommentsChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C7379B349D03D3E1A9A4CA7938DA3E7B /* DBTEAMLOGPaperContentRenameDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = D8E6984727B08BCDEB22CBE4674CF62D /* DBTEAMLOGPaperContentRenameDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C75410B542DD128AACEF1E881CDF07EE /* DBTEAMLOGEnabledDomainInvitesDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = CE47108ECE6563ABCAE9AF8A88E0EA09 /* DBTEAMLOGEnabledDomainInvitesDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C76CBA1ED7770810731C88752108B622 /* DBTEAMLOGFileDownloadDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 16B238BD2BA4366B46D6AD6A14868165 /* DBTEAMLOGFileDownloadDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B8B9C9D5670E9C26E49EBC2B962949F1 /* DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 596E1580F34A3DDF959F53F015434583 /* DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B8EABB8BF193F1C363EC830A2FAC6244 /* DBTEAMGroupMembersAddArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 380EE2129E1E514C36C117079DBA0B83 /* DBTEAMGroupMembersAddArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B8EC9AB4A9F03CCCC84BEC25154344C3 /* DBPAPERListPaperDocsSortBy.h in Headers */ = {isa = PBXBuildFile; fileRef = C693202907F2DBEAF10B97C9F58F9B5F /* DBPAPERListPaperDocsSortBy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B8F5F71169B398957C3144A20FD6BFB4 /* DBFILESListFolderLongpollError.h in Headers */ = {isa = PBXBuildFile; fileRef = 32599F370C6BE4C86FE08F681F9F54F1 /* DBFILESListFolderLongpollError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B90E056F21B8AE62510EB66DA3BF8BB3 /* DBTEAMLOGTeamMergeToDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = BA121DD0A3088D005C14EA18364AA648 /* DBTEAMLOGTeamMergeToDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B985E108092E839D9D9CBFC5A4A5CD89 /* DBFILESUserAuthRoutes.h in Headers */ = {isa = PBXBuildFile; fileRef = 1571A293CB3C6355FCEB7E80CD72B480 /* DBFILESUserAuthRoutes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B98DE7033DDFFFBF0ABB7B1100F8B8B3 /* DBTEAMPOLICIESTwoStepVerificationPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 248319E94E38AE9877D18C4250C1F116 /* DBTEAMPOLICIESTwoStepVerificationPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B996C7F587724AE9D933A4A2B8EB54EC /* DBTEAMLOGSharedFolderMemberPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CC81E7FBF213C1612F8374F5231CBAA /* DBTEAMLOGSharedFolderMemberPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B9A50C97A7BD822EDD4A3122DC277724 /* DBTEAMTeamFolderListContinueError.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D51FF97F683B1F18E7051095D02620E /* DBTEAMTeamFolderListContinueError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B9AC6D2908F751A125CB6629D3E0777E /* ZXAI01392xDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 58D633B09528CBE46721BB6278DD2CB6 /* ZXAI01392xDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B9D6C6083483F74968B3C6078FD2E977 /* DBTEAMLOGFileGetCopyReferenceDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 380EF63BC9358D6D6AEB77A6E215F7BB /* DBTEAMLOGFileGetCopyReferenceDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B9FAC98F3937AD7BF36BD9944A7843A3 /* DBSHARINGCreateSharedLinkError.h in Headers */ = {isa = PBXBuildFile; fileRef = E374D3D652DAD4FA4A8C4071FC529B5D /* DBSHARINGCreateSharedLinkError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BA01B7DA6FE9417FDD3553DD73B0EBAB /* DBTEAMListMembersAppsError.h in Headers */ = {isa = PBXBuildFile; fileRef = E9DA1F528591D99FFD3F6F20472356C1 /* DBTEAMListMembersAppsError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BA22D4522AFEED6873E57419A565693F /* DBTEAMMemberLinkedApps.h in Headers */ = {isa = PBXBuildFile; fileRef = 941517C73EC0DCD2E1A25772CBA685E2 /* DBTEAMMemberLinkedApps.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BA2947E88E41782519844CFA823F8A5B /* DBStoneSerializers.h in Headers */ = {isa = PBXBuildFile; fileRef = B79EA75FFAAF6EA977193329524799F8 /* DBStoneSerializers.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BA33122AE51A0772E8D0922D685F373E /* DBFILESWriteError.h in Headers */ = {isa = PBXBuildFile; fileRef = E485351A1122AE86BF6C25CAD59F3C0C /* DBFILESWriteError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BA4BA1794DE8BD66C8E8BB4DCDE2F2A3 /* DBTEAMRemoveCustomQuotaResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 63A94CDE07934D1CA3FB93ABB55FDB05 /* DBTEAMRemoveCustomQuotaResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BB623EAAE6927DBC14C8C2608366D777 /* DBTEAMMembersDeactivateError.h in Headers */ = {isa = PBXBuildFile; fileRef = CDE521EB93DC781C74896B65889CBE40 /* DBTEAMMembersDeactivateError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BB8F9535F210B08121E1AC0788B18D4F /* DBTEAMUserCustomQuotaArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B07939A5FB31CBF673A163FA899E6EC /* DBTEAMUserCustomQuotaArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BBA5E25B5BB8E2324D85579EBAE6C35E /* DBFILESListFolderGetLatestCursorResult.h in Headers */ = {isa = PBXBuildFile; fileRef = D20FC67374A1BA5658CED0D56F22A695 /* DBFILESListFolderGetLatestCursorResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BBCF9162CBD193EDD4D8A2C41B5064BA /* DBSHARINGRemoveFileMemberArg.h in Headers */ = {isa = PBXBuildFile; fileRef = D05D808B260F01F6052E88C020B082A6 /* DBSHARINGRemoveFileMemberArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BBE5F4A5831A00FA98D8FCBEC40D9D94 /* DBAUTHAuthError.h in Headers */ = {isa = PBXBuildFile; fileRef = 33E9622160AD6F63217F6B7A0AD33947 /* DBAUTHAuthError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BC498DECA94AAE5D026B0759511B9EBA /* DBSHARINGListFoldersContinueArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 62B83B99EC6229C959806BEBD9B9426E /* DBSHARINGListFoldersContinueArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BC7E9C772DF8FBB856A8B0D3BB630B66 /* DBTEAMTeamFolderInvalidStatusError.h in Headers */ = {isa = PBXBuildFile; fileRef = DF2BD4728242EEC0359AB080F6791156 /* DBTEAMTeamFolderInvalidStatusError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BC9B69BE6543596B738BBA33D37F39A9 /* DBTEAMTeamFolderListContinueArg.h in Headers */ = {isa = PBXBuildFile; fileRef = E6938C6D7CC9473401B2F46FACDC74F9 /* DBTEAMTeamFolderListContinueArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BCA217A933A370AFB4CD6A39ADC7D838 /* DBFileRequestsObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = A1809002CFE23722C3018B9069BB821B /* DBFileRequestsObjects.m */; }; + BD1F90DC3753D52C928068D644AC8A70 /* ZXPDF417BarcodeMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A2FB5348DD89EB2A6BCCF9BCA6A55D5 /* ZXPDF417BarcodeMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BE0E2EC24F73D4D72C170454540F3998 /* DBSHARINGListSharedLinksResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 894384890B8BC9DAC79EDB32FF971EE9 /* DBSHARINGListSharedLinksResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BEC094C63020D9A13F6134E42CB36670 /* DBFILESSaveUrlArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 780139505FC3AA83373D983080CA3578 /* DBFILESSaveUrlArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BEED90BD0466EFA7A14903F7016649F0 /* DBTEAMLOGPasswordResetAllDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 219203A7BE68BB876733294E01271069 /* DBTEAMLOGPasswordResetAllDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BEF2CD333D86CB252C645BE261775E90 /* DBFILESUploadError.h in Headers */ = {isa = PBXBuildFile; fileRef = 4405F8A17F3A7E0E3F313544ED8F248B /* DBFILESUploadError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BF02881BA1889D492B955FD3391CA66A /* ZXRSSExpandedFieldParser.h in Headers */ = {isa = PBXBuildFile; fileRef = B4AADB1AF68B03AB807290A05EB92197 /* ZXRSSExpandedFieldParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BF31A8EFE6A8D2AA85A7FAE5E496834C /* DBTEAMLOGFileDownloadDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = F3744EDCC7D6743F27F8248ADF2C861E /* DBTEAMLOGFileDownloadDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BF52E57A9E724482A029CA936DA17394 /* ZXWifiParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 9471D1360D3F2930307C1C5C14891E92 /* ZXWifiParsedResult.m */; }; + BF66EA1F24F58F5522E0EB6C32AA1D99 /* DBTEAMMobileClientPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = D449BB8DE1C3C52067648551AE3752BA /* DBTEAMMobileClientPlatform.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BF90A6A794FA64008E2C6E167BADF02F /* DBFILESThumbnailFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 45A77CE95A2E456193D19AD2F75CBEA0 /* DBFILESThumbnailFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BFB56F933F61B69629D798D23C1C8FC6 /* DBSHARINGFileMemberActionError.h in Headers */ = {isa = PBXBuildFile; fileRef = E31D21E2ED1FDD8F7D400D044085FDCF /* DBSHARINGFileMemberActionError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BFE6A05AF5FE728C5380D53214718FBB /* DBSHARINGListFolderMembersContinueError.h in Headers */ = {isa = PBXBuildFile; fileRef = E865B051C4418B72C220CCE74463820B /* DBSHARINGListFolderMembersContinueError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BFEBD81A636F136E4A65682C1A09240E /* DBTEAMMobileClientSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EC010503D965C7623DDB3E88990ED5E /* DBTEAMMobileClientSession.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BFED69CFE6B40FBA135704A02C115B4F /* ZXPDF417HighLevelEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = ABAB8EE6FC29437D18D280FE74D575EE /* ZXPDF417HighLevelEncoder.m */; }; + C0111034218F109BAB02B8A0523AFF09 /* DBTEAMTeamFolderCreateArg.h in Headers */ = {isa = PBXBuildFile; fileRef = BD2E83C11D13D59C5B5B9BF7B31C28F1 /* DBTEAMTeamFolderCreateArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C019DBAE08C42E0BE3CE5C45B57DFDE0 /* DBTEAMLOGPaperExternalViewForbidDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = D0AB9FD0F42EDD8CA35BD64B9B2EC9AD /* DBTEAMLOGPaperExternalViewForbidDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C025768DA4172DC45330DEA597E75E45 /* ZXQRCodeReader.h in Headers */ = {isa = PBXBuildFile; fileRef = CF284838DDCF41EE37ACAC79118AE626 /* ZXQRCodeReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C03E6A93D76E21B5F5E9F74DDCFE2E8B /* ZXPDF417BarcodeMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = 08887C7645DED938D5A8AFB250642AAC /* ZXPDF417BarcodeMatrix.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C03F4BCB51D72737223598C80DEDF6D8 /* DBAUTHRouteObjects.h in Headers */ = {isa = PBXBuildFile; fileRef = 1228E13AD335184030DF5746695F2843 /* DBAUTHRouteObjects.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C05719C5ECCDD5713FC1D9E9A6A59E17 /* ZXImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 9214D602A4698C9F6AA47D8F8F5A9074 /* ZXImage.m */; }; + C0875AD6821D77008D3132DB959540EA /* DBTEAMLOGSharedContentDownloadsPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = BFFED5839617E754B835F4A19328A47C /* DBTEAMLOGSharedContentDownloadsPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C088EC18BD0149F570ED6D66DE072716 /* DBTEAMLOGPaperDocResolveCommentDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F62DD4CB867971A7D52D2B454A48FE5 /* DBTEAMLOGPaperDocResolveCommentDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C0AEC4FFFAD24F09B609B74309A8A45B /* DBTEAMLOGSignInAsSessionEndDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C72157AC06108D3C032351923436672 /* DBTEAMLOGSignInAsSessionEndDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C0AECF63412CE1DFEC501D9BF5EC6F70 /* DBFILEPROPERTIESPropertiesSearchError.h in Headers */ = {isa = PBXBuildFile; fileRef = 0735779BB9BD937CA0CF04D0B96860B3 /* DBFILEPROPERTIESPropertiesSearchError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C0D569E906543F1BCC3D4F8140BB0E0B /* DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D405A72BC79B159265DD177343B004D /* DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C11211A14E71835357C381578F05FFAC /* ZXVEventResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C78F938968AFB26DA62DC58D22C6764 /* ZXVEventResultParser.m */; }; + C140DA9E6AD1BBDF7C548006E0A574E8 /* DBFilesObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = C66B3C4A8E93BF08A0F4EE81732DFA7A /* DBFilesObjects.m */; }; + C14B04F730735EFC0D0383F073F14C35 /* DBPAPERPaperDocCreateArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = E7187D0D53F03CEAB9422A00F9988C9E /* DBPAPERPaperDocCreateArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C175A1580F9FB7387CFFF943D303C859 /* DBTEAMLOGAccountCaptureChangeAvailabilityDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 454C350808711A4725EF8AD3980E17BE /* DBTEAMLOGAccountCaptureChangeAvailabilityDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C198F3C6D2C57A03CD39C680E5F3FE88 /* ZXPDF417DetectionResultColumn.m in Sources */ = {isa = PBXBuildFile; fileRef = 89ECEF388C9DCD996FDE6CC098A89570 /* ZXPDF417DetectionResultColumn.m */; }; + C1CB57AA05B7BE6C27F8DAB435223D95 /* ZXErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F914FF7854CF66A5AA126FE0CDEBC24 /* ZXErrors.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C1FAA03F0DEE0DEA48FC47759F14946B /* DBTEAMLOGTfaChangeBackupPhoneDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C0FF6879B36363CA901E33401695819 /* DBTEAMLOGTfaChangeBackupPhoneDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C20D6CE3C91C338FF77CFEB5E91D3EA6 /* AFURLSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AAE2E0EFB4E6C22846B6F6FBE1071E46 /* AFURLSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C21B3F5C2120CC5F5471AE79142321C2 /* ZXTelResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 46030018760B075E983792C89F782B78 /* ZXTelResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C2415B742B73BC9A1D2B1F68048B45E7 /* DBSHARINGSharingUserError.h in Headers */ = {isa = PBXBuildFile; fileRef = 985CC149E9BB7E82B8A4E9707155D4BD /* DBSHARINGSharingUserError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C2500DD8CE256D0A235F26F52F9D8CED /* DBTEAMUsersSelectorArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DF9DFE13E4812C1B1AF88C5EA99F7C4 /* DBTEAMUsersSelectorArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C253BBC0BC0A96D450AC06816EDE594A /* ZXDataMatrixReader.h in Headers */ = {isa = PBXBuildFile; fileRef = F0D37C898B7BAC3B3EA0495BF0694FE0 /* ZXDataMatrixReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C274AD0ADE72CA0DF6D99FE0C47B2D46 /* DBFILESGetTemporaryLinkError.h in Headers */ = {isa = PBXBuildFile; fileRef = 4621914DEDBDFEAE44CD4A577849C5F6 /* DBFILESGetTemporaryLinkError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C279C6E90811675867D53D3FF164A905 /* ZXAztecEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = BB279EFF863F9C36B4ACF63BA86CF1F3 /* ZXAztecEncoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C2E5F035584B3159C76F1A1D4871B182 /* DBFILEPROPERTIESAddPropertiesError.h in Headers */ = {isa = PBXBuildFile; fileRef = 101484C154331AC75F1D6109ED9DDB1F /* DBFILEPROPERTIESAddPropertiesError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C2E987AD66F08FFDBE3758005DF69123 /* DBTEAMMembersListContinueArg.h in Headers */ = {isa = PBXBuildFile; fileRef = E5755C941948580EF4E1C72E81FD43B9 /* DBTEAMMembersListContinueArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C2F7977A42E18F2B80638DD0931A378E /* ZXPDF417Codeword.h in Headers */ = {isa = PBXBuildFile; fileRef = 75C66E7C36CA931746A7F2EAF7EB5919 /* ZXPDF417Codeword.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C2FBD4520B7D30146E908CBA11BFBE6B /* ZXPDF417DetectionResult.m in Sources */ = {isa = PBXBuildFile; fileRef = E9D28D388463D4E6E4A7B0EBFE77D3A6 /* ZXPDF417DetectionResult.m */; }; + C30E24A0710F72F4104F9A9C15289F2C /* DBSHARINGCreateSharedLinkWithSettingsError.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A2BDF88BA80299A1CDF13A8E3338A9A /* DBSHARINGCreateSharedLinkWithSettingsError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C313D48A1BE3649ECD2C9ABA684CFB13 /* ZXRSSFinderPattern.m in Sources */ = {isa = PBXBuildFile; fileRef = C646161D480E2E72FB0791A5A83BA8AC /* ZXRSSFinderPattern.m */; }; + C328C1BE613FAD4B8BEA0A847B44CC80 /* DBTEAMLOGFileRevertDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 3349376B546F7BA1D97989CEA986F1E9 /* DBTEAMLOGFileRevertDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C33379334FFD7A44A2E673A14964D964 /* ZXUPCEANReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 91D3022B923C41697DC6C4A64B505FE4 /* ZXUPCEANReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C335C9C540A0E692E5FB965495CB9266 /* ISO8601-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AB22583610134068461B15E7C7491D4 /* ISO8601-dummy.m */; }; + C3AC3F9F82CF44F092F891BDA161B988 /* MPGoogleAnalyticsTracker.m in Sources */ = {isa = PBXBuildFile; fileRef = E62882D76ACD1FEA3E9AA997B3658D80 /* MPGoogleAnalyticsTracker.m */; }; + C40898A9C90F1C72A130F38F2C538E8D /* DBTEAMLOGTwoAccountPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 12F971CDA2C8991B445D23E2149DC8C5 /* DBTEAMLOGTwoAccountPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C4612F7CB559078E5357360CF02074C6 /* DBTEAMLOGShmodelRemoveExpirationDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 19CD89F11567E8685B59802CCE3F177E /* DBTEAMLOGShmodelRemoveExpirationDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C49FACDAA783EE10B1569BF60D60F9BA /* ZXAddressBookDoCoMoResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 773A0611455020D0982379445B534572 /* ZXAddressBookDoCoMoResultParser.m */; }; + C4D4F077738747DA3979E1010B0BFFE1 /* ZXRSSUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = B42006BA1C4A4E4721A3383A44C49940 /* ZXRSSUtils.m */; }; + C519CB7C7AD56055DBBC8082C2C0125E /* DBOAuthDesktop-macOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CFB58D8DAD93D6E3418431A6DBD3F58 /* DBOAuthDesktop-macOS.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C543CAC479CAD063FDF52E702DF99441 /* DBTransportDefaultConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C136684A3E479F99B9619A42F2C9206 /* DBTransportDefaultConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C5571F65D8D9C15B71783ADB660D69E5 /* DBTEAMLOGPaperFolderLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 10E0C97C63E68BC82230D3D9312470EF /* DBTEAMLOGPaperFolderLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C564187F676C1990C76B80A57161DA7A /* DBSHARINGSharedContentLinkMetadataBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C57BB9FC9C75830E80CE0B552E247DE /* DBSHARINGSharedContentLinkMetadataBase.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C568E3C766F681D0B3CBE6915E062D1E /* DBTEAMLOGAppUnlinkUserDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = CA9B24672F3290354117D55411E5F8CE /* DBTEAMLOGAppUnlinkUserDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C56A78D1DEE729770C12DD2B50072064 /* NSURL+CMDQueryStringSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FB97D7517EDD2A57FB46BD56535E922 /* NSURL+CMDQueryStringSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C5783B07618678D537283D951B6300D5 /* NSDate+ISO8601.h in Headers */ = {isa = PBXBuildFile; fileRef = D67B75824FF194FB22FC64B97E02F307 /* NSDate+ISO8601.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C5794B90255E68F5FF69758335B31B27 /* ZXTelResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 6878D7C8593AB583E311CD68268AF5E3 /* ZXTelResultParser.m */; }; + C5BF645CB8DDE763F9F699DB65A9932F /* ZXMultiFormatWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = E356FDA72609A0620164E916CB64472A /* ZXMultiFormatWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C5CD7CCF13379A68B18BC7CFF9D10D47 /* DBTeamObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = F7077F9EBDB9C0869B10CF8C76BA053A /* DBTeamObjects.m */; }; + C5D00A072A454338A301FB7429D50895 /* DBTEAMTeamFolderRenameArg.h in Headers */ = {isa = PBXBuildFile; fileRef = B13641C36A7E65DEB19C85B3037DCACB /* DBTEAMTeamFolderRenameArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C60E17FCAB4DB68CB7ED141D3E776023 /* ZXDataMatrixBase256Encoder.h in Headers */ = {isa = PBXBuildFile; fileRef = EF252E35DF3849B7CFDA3F9B70788A2F /* ZXDataMatrixBase256Encoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C65FDB2A78B02824E180740116C09B02 /* DBTEAMMembersSetProfileArg.h in Headers */ = {isa = PBXBuildFile; fileRef = E252ACFD2B9145B5CCE5DF1050890B89 /* DBTEAMMembersSetProfileArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C66653A3AD66022E533DB9F2A7373C95 /* ZXGeoParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = B1B7477BAC30B5D625604A42A917E497 /* ZXGeoParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C68E04F6A886A270723B6AB080FEBF00 /* DBTransportBaseHostnameConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 108677FF9A69D0DC43D87DD195CC35BC /* DBTransportBaseHostnameConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C6932FCAEDC6D6D3FDDAD809BD55D35B /* DBTEAMLOGAllowDownloadDisabledDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 51ACCDE2621FBEB142D333EE24EA503A /* DBTEAMLOGAllowDownloadDisabledDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C69DC39215C7A40EAC9196B8961E67A0 /* DBFILESGetMetadataArg.h in Headers */ = {isa = PBXBuildFile; fileRef = A8C0B8B8DC51CC2D7C1E70C3DE876356 /* DBFILESGetMetadataArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C69ED088BE8606D81D30482749CF75BE /* DBSHARINGListFolderMembersArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D46891B6BEDADFBCAFA995495AF7076 /* DBSHARINGListFolderMembersArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C6BD70477911E785E28BFCC79D333EB2 /* DBTEAMFeaturesGetValuesBatchError.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F4462D742DCB19B4CB512F07E416B99 /* DBTEAMFeaturesGetValuesBatchError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C6EBAC4E8614D14734946A92327FFA0E /* DBTEAMCustomQuotaUsersArg.h in Headers */ = {isa = PBXBuildFile; fileRef = C5A7968D4D64A26BAA4FF2C63F0F23D6 /* DBTEAMCustomQuotaUsersArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C6FE3075130BCCBED1C9E1CE1D6826D7 /* DBTEAMPOLICIESRolloutMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A4097FCCB32278F56B48C118B1AE83F /* DBTEAMPOLICIESRolloutMethod.h */; settings = {ATTRIBUTES = (Public, ); }; }; C773D8214949434549DD62B5EC4A5497 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AABE1667A61ACA678FF937F8DFC07A1C /* Foundation.framework */; }; - C77FA1F08500384CBBA6D5CA608E8F50 /* DBSHARINGRelinquishFileMembershipArg.h in Headers */ = {isa = PBXBuildFile; fileRef = BED17E7437E45E3788A60150D67C7601 /* DBSHARINGRelinquishFileMembershipArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C7B3F59BF8B88B346CF5F22BDBE16449 /* DBSHARINGSharePathError.h in Headers */ = {isa = PBXBuildFile; fileRef = 47B85843B5D9F5E610F5DB1CFF1E977C /* DBSHARINGSharePathError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C7DBD4058C80F2F94F846C96A5EB9B48 /* DBTEAMLOGAssetLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BB9F8C03AF2D304F865153BEE23CA59 /* DBTEAMLOGAssetLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C7E3F51F46921E2231A507DA4DDDF5BC /* STPrivilegedTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 9409B91D7DA51F1DFB3D48E3B0DEB219 /* STPrivilegedTask.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - C7EACEB4E02A70F69A60CD81AB41B59B /* DBFILESDeleteBatchArg.h in Headers */ = {isa = PBXBuildFile; fileRef = D405C971BC6E71BC69DD5D9A74A958E3 /* DBFILESDeleteBatchArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C7FF85692A0368153047CB30FD1B26DE /* ZXVCardResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = D4EC4A166100B04695C6BF45EC02DEF3 /* ZXVCardResultParser.m */; }; - C81384C8E0A01F3A841D5289DA19C34D /* AFSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2537841BE6A16866F896107DE02F2336 /* AFSecurityPolicy.m */; }; - C82D90FAD773BB4391755831F248EE5F /* DBTEAMLOGResellerSupportSessionStartDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 63DF5FCF304F96FDB1E95A7FDD0D2B2F /* DBTEAMLOGResellerSupportSessionStartDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C77F4971491A1B372F650071681C9D7C /* DBTEAMGroupMembersRemoveArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 603953BD6215FFCDA6605526FAC40F3C /* DBTEAMGroupMembersRemoveArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C7982FE228961BFCDA1152D086D10B09 /* DBFILEPROPERTIESTeamAuthRoutes.h in Headers */ = {isa = PBXBuildFile; fileRef = 9500F20A8360ED33497FA67EA8E7BB77 /* DBFILEPROPERTIESTeamAuthRoutes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C7D9EF3D0AE101D4899ABCB75186A92B /* DBTEAMLOGDeviceLinkSuccessDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = FD310028AB9639A35093B9478611E665 /* DBTEAMLOGDeviceLinkSuccessDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C7E3F51F46921E2231A507DA4DDDF5BC /* STPrivilegedTask.m in Sources */ = {isa = PBXBuildFile; fileRef = ECA49F2660FA3ADB90F049DCE5751A64 /* STPrivilegedTask.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + C7F56B6C8D764D6BECCD7B0C5F0608FB /* DBTEAMLOGDisabledDomainInvitesDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = AF84E54C119022AA9E554B641EAD7F13 /* DBTEAMLOGDisabledDomainInvitesDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C7FB838BAAA7E5A321346A806CE6C90C /* DBSHARINGMountFolderError.h in Headers */ = {isa = PBXBuildFile; fileRef = 865FA5E712CB43904A9AF9E29A7230B5 /* DBSHARINGMountFolderError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C7FF85692A0368153047CB30FD1B26DE /* ZXVCardResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 02A99E04C114E73337BF80171EA86EFE /* ZXVCardResultParser.m */; }; + C809F7A6A4577F54ADE4EC81D09C1E4F /* DBFILESGpsCoordinates.h in Headers */ = {isa = PBXBuildFile; fileRef = 62DA730CF59FCBBDD2DAD7B3A13EE40D /* DBFILESGpsCoordinates.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C81384C8E0A01F3A841D5289DA19C34D /* AFSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = 62BB150B9D3B846E66EDA87C58589DF3 /* AFSecurityPolicy.m */; }; C84B36A7F23AFEDD44F344E3E9E5827B /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5C6C754F545D2D10748B17A00A85C3E5 /* Security.framework */; }; - C89DA6E180129E10C01AE5F33D8DFD0B /* DBTEAMListMemberAppsResult.h in Headers */ = {isa = PBXBuildFile; fileRef = BF8E54B6EF74974458A7C08246C22C91 /* DBTEAMListMemberAppsResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C8AE1E5246C4F21A40096CCAA05E1217 /* DBTEAMLOGSharedContentViewDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 813FC997F581CE85F6CF89CAF5996E4D /* DBTEAMLOGSharedContentViewDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C8D9AFA0F78877BECB5C06B3ACBA2038 /* DBTEAMLOGDurationLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 98BFF877B69CCABA8D8D73A11CD0EC29 /* DBTEAMLOGDurationLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C9A1A94F2A505FA5A9FCBE42229C08F8 /* DBFILESVideoMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = CC189EE50C0CCDA443F9F7A3539947B9 /* DBFILESVideoMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C9A88F7419F5E67C68A0102DCA123802 /* ZXMaxiCodeReader.m in Sources */ = {isa = PBXBuildFile; fileRef = BA506D784396DDA2D8C50D3752D1E449 /* ZXMaxiCodeReader.m */; }; - C9AF3BD66F3DE4FD3F7FEB1AF21E5930 /* DBTEAMLOGGroupUserManagementChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 00444E016F758F8951528FA4890182E1 /* DBTEAMLOGGroupUserManagementChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CA1D1C349081BC3436D7CDEC99EA8FBF /* DBTEAMLOGDeviceApprovalsChangeOverageActionDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = EA40D3A8A9CA99CB7BCFB5CE18F3D444 /* DBTEAMLOGDeviceApprovalsChangeOverageActionDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CA3BBE6CF58D3E7FDEE4F0DFAC1621CB /* ZXDataMatrixWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E31A73F1020AFBA882BC518048BE3AB /* ZXDataMatrixWriter.m */; }; - CA5DD954F5B2B97B1C1CFE3C8E516E83 /* DBFILESSharingInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FB4E3A75C779F104519536F65F554CD /* DBFILESSharingInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CA8CB3EB7274371DE94C9795538D2A47 /* ZXRSSDataCharacter.m in Sources */ = {isa = PBXBuildFile; fileRef = DD466811C7F8B5E94510B221EAD9E0E6 /* ZXRSSDataCharacter.m */; }; - CA96D81692C80B3E7405BADFEB7C07FF /* DBTEAMLOGPaperEnabledUsersGroupRemovalDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 56F721780E7DDDB70B449F05EDE02CB3 /* DBTEAMLOGPaperEnabledUsersGroupRemovalDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CAB31A556C7D74CB54C3C6B5A0EF9AC4 /* DBFILESDownloadError.h in Headers */ = {isa = PBXBuildFile; fileRef = 314BBC9CA1AC32D4999D75C770CA8E1B /* DBFILESDownloadError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CAE253F59161C3C4D3496ECBB842E324 /* DBSHARINGChangeFileMemberAccessArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = B4ED4F5C21CF4C8E1888EEC5C623BAA7 /* DBSHARINGChangeFileMemberAccessArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CB055FC64218FC213E2926A2764DE1D5 /* ZXAztecSimpleToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E6F0BA47415844C3E7013130F46730D /* ZXAztecSimpleToken.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CB0920B8967EBA259649CFC0B0E75A90 /* DBTEAMLOGFileLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FFD6906166FCAF400D288E0AD48B731 /* DBTEAMLOGFileLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CB63F02E169626036DEB7DCD8A0F0AFE /* DBTEAMLOGSharedFolderLinkPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 830AACEA8D28A74F15071901D2F5B389 /* DBTEAMLOGSharedFolderLinkPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CB760C3ADDF30E9804961EEE7D5F6D77 /* NSURL+CMDQueryStringSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = AD3633543555A305C3E0B8E79F761ABD /* NSURL+CMDQueryStringSerialization.m */; }; - CB766E6E503FA02A5E27C4D608B3A1AB /* DBTEAMLOGAccessMethodLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = D36A21109B65D5F820659C4AD4C6EC9F /* DBTEAMLOGAccessMethodLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CB8F7A69DBFAD935C4368A3870DC0E2A /* DBSHARINGListFileMembersCountResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 75A63C27D30F511BCB7A51BD5BC15FBC /* DBSHARINGListFileMembersCountResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CB930C0BDAECEFE87CE339E3440F48DA /* DBPROPERTIESGetPropertyTemplateArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BB6B7462E04B8EA7A466F8F1CFF19EF /* DBPROPERTIESGetPropertyTemplateArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CB995FEC053181A621CA54A9B2552E14 /* ZXDataMatrixErrorCorrection.m in Sources */ = {isa = PBXBuildFile; fileRef = E2591FAE0D578826BC48B5583B5769F9 /* ZXDataMatrixErrorCorrection.m */; }; - CBD081D115A47A9BEE31217D2A114F00 /* DBTEAMLOGSfInviteGroupDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 3748723C9997F59AAF422CFCF4032523 /* DBTEAMLOGSfInviteGroupDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CBDE28FCD0355951FC1AC0B58F0A3C20 /* DBFILESMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DC8A166E3BAEC7230788A33F8300755 /* DBFILESMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CBE4BDF033DD89ADEA4C1A1C7080DE0A /* DBTEAMUpdatePropertyTemplateArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 879274F906285E43B26731D8F951BFBF /* DBTEAMUpdatePropertyTemplateArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CBE7135CA81C3B37FDF73CE388334D44 /* DBSHARINGRouteObjects.h in Headers */ = {isa = PBXBuildFile; fileRef = 3621B975C8CB3A737930EC0335F7859D /* DBSHARINGRouteObjects.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CBFA69AFAA8D0E9762242686D43FE348 /* DBTEAMTeamNamespacesListContinueError.h in Headers */ = {isa = PBXBuildFile; fileRef = 98FCCB2C9C4ED597E1CA08D3F6658093 /* DBTEAMTeamNamespacesListContinueError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CC65D2FBB0B7D3D14229475CF4920E27 /* DBChunkInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 12C6BC5DF73269F17283F1BFC8975992 /* DBChunkInputStream.m */; }; - CC748758CE3699DD7E10B37BD7615497 /* ZXPDF417.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AB790EFAAD81B3591561522CC86EF49 /* ZXPDF417.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CC758DA3C7A5A21AB4F8E2A791F8062A /* hmac.c in Sources */ = {isa = PBXBuildFile; fileRef = 47039774CB1F7399D8873B8B1E7B67D2 /* hmac.c */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + C8B8D27A20A2057A362ECE577692906D /* DBTEAMLOGEmmAddExceptionDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = D861D973187A5CA3C84DED02EDBBBECA /* DBTEAMLOGEmmAddExceptionDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C8F6D24FB1EFF7676064DD92F53D23CB /* DBTEAMLOGTeamFolderDowngradeDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C9D5ACF84C6024DA46CFAEF4C13AFA2 /* DBTEAMLOGTeamFolderDowngradeDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C9316B1FA4427974FF907EC6DA3DF2A6 /* DBFILEREQUESTSRouteObjects.h in Headers */ = {isa = PBXBuildFile; fileRef = 289F5B9286D8DD9365C0BB9FB8F79BD8 /* DBFILEREQUESTSRouteObjects.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C94F883B7C2C4D332DA49D51675FF59F /* DBTEAMLOGWebSessionLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A4A399AE3FA45B4E3D28EC37C2674FD /* DBTEAMLOGWebSessionLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C9A88F7419F5E67C68A0102DCA123802 /* ZXMaxiCodeReader.m in Sources */ = {isa = PBXBuildFile; fileRef = E7BBB9AEBD1C08971427F7010F7DC4BD /* ZXMaxiCodeReader.m */; }; + C9B5927ECF3D9E3A13C27A998FC5A0DF /* DBTEAMListMembersDevicesResult.h in Headers */ = {isa = PBXBuildFile; fileRef = B4B4D1C7720ECDD399581BFA1F64B50D /* DBTEAMListMembersDevicesResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C9E2EE375DA99BAE7521C6452C564B23 /* DBTEAMLOGSharedContentChangeMemberRoleDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FBC78D9E6836A29B4C6E7A61B6C98BF /* DBTEAMLOGSharedContentChangeMemberRoleDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C9E3E071A6C7A6037566A8BBA382D1C8 /* DBTEAMApiApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 053BFF4F09E1BD609A8E27D55BB58A89 /* DBTEAMApiApp.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CA1DBF1B31BB2D63B55B10B48FF50A4C /* DBPAPERPaperDocExport.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CCA15552556BF0D31FDD7F12626D40F /* DBPAPERPaperDocExport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CA3BBE6CF58D3E7FDEE4F0DFAC1621CB /* ZXDataMatrixWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = 96829FFF38079F39D3FE1610F102EEA8 /* ZXDataMatrixWriter.m */; }; + CA8CB3EB7274371DE94C9795538D2A47 /* ZXRSSDataCharacter.m in Sources */ = {isa = PBXBuildFile; fileRef = EA6CCECD6D9D6AACC7A916E1638B9506 /* ZXRSSDataCharacter.m */; }; + CAA3D94C7AAD11AF37E3CF6507E71F05 /* DBTEAMLOGSharedContentChangeLinkAudienceDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6B7DEF2D7C0C8027A7764DB558CB26 /* DBTEAMLOGSharedContentChangeLinkAudienceDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CAE62EDD5EFA9F433C3DA406E936D6C6 /* DBTEAMLOGWebSessionsFixedLengthPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 82D7699C6570498152F68AD2D8A18638 /* DBTEAMLOGWebSessionsFixedLengthPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CB055FC64218FC213E2926A2764DE1D5 /* ZXAztecSimpleToken.h in Headers */ = {isa = PBXBuildFile; fileRef = B9722F2895FD2CD3D8C5B1A7475A227B /* ZXAztecSimpleToken.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CB05A4366F671665B4F766A056CB6995 /* DBTEAMLOGOpenNoteSharedDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = A1C55D247F4EAA9620FDBD1181C93445 /* DBTEAMLOGOpenNoteSharedDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CB2A29FFCFF51CB637655A6924686EB1 /* DBSHARINGGroupInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 69311198195C99513763F84AFC22360F /* DBSHARINGGroupInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CB760C3ADDF30E9804961EEE7D5F6D77 /* NSURL+CMDQueryStringSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D88897AA5B260A538E37868289DBC6F /* NSURL+CMDQueryStringSerialization.m */; }; + CB995FEC053181A621CA54A9B2552E14 /* ZXDataMatrixErrorCorrection.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DDA3F75587FF5FD1B300D6DE8C2CB83 /* ZXDataMatrixErrorCorrection.m */; }; + CBB95B67339AE8BF7E1CC1708A3B80CE /* DBTEAMBaseDfbReport.h in Headers */ = {isa = PBXBuildFile; fileRef = A608114ECC5AA1A6410917225988E484 /* DBTEAMBaseDfbReport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CC1F5BAEF28B74BE19CD337533CA4333 /* DBTEAMLOGAccountCaptureAvailability.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DE14E4BAFE275F3FBA97802BAC73FE2 /* DBTEAMLOGAccountCaptureAvailability.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CC560FB51327DF7FF95EF401A7C0ADE8 /* DBSHARINGFileErrorResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FA9E2039422EE00234B7562A32F11F8 /* DBSHARINGFileErrorResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CC6B4062A607A528FE3500FDEB37D31F /* DBTEAMLOGTeamAuthRoutes.h in Headers */ = {isa = PBXBuildFile; fileRef = E4CB81C7EC90F0598AECA4D447008E7C /* DBTEAMLOGTeamAuthRoutes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CC748758CE3699DD7E10B37BD7615497 /* ZXPDF417.h in Headers */ = {isa = PBXBuildFile; fileRef = 25B26E3E324641145417A365ABD66183 /* ZXPDF417.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CC9CA1B2339549862C97DAE44463D242 /* DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 424B69B013A6AEF9BD808188F9E5AEBE /* DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; CCB494615E30A11314BF4E873F97FD66 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B71896A3AE6EF693AC497DCE0885B43 /* Cocoa.framework */; }; - CCE19E7D2D3AD672F301465CB3F5D2A7 /* AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = FBCDE42C7375CBCB41232B6C8C1FF354 /* AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CD1FDD7E7EA3820B70672AD0E30E864C /* DBPROPERTIESPropertyType.h in Headers */ = {isa = PBXBuildFile; fileRef = 2299640E998F43943416708E969426A7 /* DBPROPERTIESPropertyType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CD33B7776F633C9E1A0D6ACD6DA115E8 /* DBTEAMLOGAccountCaptureRelinquishAccountDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = C3CBCC1523760534A441CC2BCBD9B858 /* DBTEAMLOGAccountCaptureRelinquishAccountDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CD431893CE8727011D60265E68DE92BE /* ZXPDF417DetectionResultColumn.h in Headers */ = {isa = PBXBuildFile; fileRef = CDBCDCBA078FDF0532DA75E1DC905DA0 /* ZXPDF417DetectionResultColumn.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CD7F32ECCF13E01C84EF3C25898E8D3B /* DBTEAMMembersListArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 07DC7544DB245114D915A33DF11E66F6 /* DBTEAMMembersListArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CDCDBF728EE9FAE7008480BA5DC18E8A /* DBTEAMLOGEmmChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F9B71973159FE94641B7AA268B1BFC1 /* DBTEAMLOGEmmChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CDDA16C875F01CF0F525C8156B416554 /* DBSHARINGGetFileMetadataBatchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 495ECBA23C1B4676E46426D26105F5B0 /* DBSHARINGGetFileMetadataBatchResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CDFC3E4F3D1903A1D96FC83E6C8CD446 /* DBTEAMLOGActorLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = C6F08569C88DAD93717E2C8408F89025 /* DBTEAMLOGActorLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CE3289E8AC907733D2444F5F293FEE68 /* ZXCGImageLuminanceSource.h in Headers */ = {isa = PBXBuildFile; fileRef = F18A8E6A7527E3AF511A96955441D30C /* ZXCGImageLuminanceSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CE52DA56CA952AC2975152AF801340BC /* DBTEAMRevokeDeviceSessionStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = F68867A07AD2821C6A7EA6F19C2F8753 /* DBTEAMRevokeDeviceSessionStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CE652665F72D0395876BE8BD87AE6E96 /* ZXRSSPair.h in Headers */ = {isa = PBXBuildFile; fileRef = F3881C415C4EB0644A2D8F6B4A467FDF /* ZXRSSPair.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CE81CEE2C52E1C4372FBECAD2B89CB53 /* Google-Analytics-for-OS-X-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 771323227932CEEE3330FB25241AEA73 /* Google-Analytics-for-OS-X-dummy.m */; }; - CE9D0B855CEF70204AE164991F8A2803 /* DBTEAMLOGNoteAclTeamLinkDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = E03BFDA377E60709F3968D41BF0324B7 /* DBTEAMLOGNoteAclTeamLinkDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CF1F6005941D988C4920ACED948473F7 /* ioapi.h in Headers */ = {isa = PBXBuildFile; fileRef = A12FE04E45839EDBED79ED59E3EDC443 /* ioapi.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CF8D11F6D0798F3B9048ACE1B782EEB1 /* DBTransportDefaultConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = CCCF811D5031DA15E74E57636429C5D7 /* DBTransportDefaultConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D00424A39C02E1571E5DA6A396CD0E3B /* DBTEAMLOGMemberSuggestionsChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A649C1A271E91C4D9EEC8F365C3AFEB /* DBTEAMLOGMemberSuggestionsChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D08ED458933953102F814017F811DF8B /* ZXURIResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = EFADFBDFD5BEA6FA25EF5CABB836C2D6 /* ZXURIResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D0B2155F5BC2B84A1BDA85B1A4B17020 /* ZXMultiFormatUPCEANReader.h in Headers */ = {isa = PBXBuildFile; fileRef = C228E79ECEA6A4DD58644429279B2EFE /* ZXMultiFormatUPCEANReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CCE19E7D2D3AD672F301465CB3F5D2A7 /* AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = CB2DDEBFA5FDA9FAB713C1F6E2F8B19D /* AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CCECABE6F21F2D82F827C58E303F7DA4 /* DBTasks.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FEB797BDEAFED840B166F3FC83CB669 /* DBTasks.m */; }; + CD431893CE8727011D60265E68DE92BE /* ZXPDF417DetectionResultColumn.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AB5F21C54675FAC50EC5CAB75A65ABC /* ZXPDF417DetectionResultColumn.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CDA0E007199037ADD5061A143DA2594F /* DBPAPERPaperDocExportResult.h in Headers */ = {isa = PBXBuildFile; fileRef = A4B09A22876AEF64B92A3BC8CDC6DB63 /* DBPAPERPaperDocExportResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CDAADC6C98EFCB366537C0783BB11142 /* prng.c in Sources */ = {isa = PBXBuildFile; fileRef = 65BB633A8BE8A6188DF0FD03E09B5453 /* prng.c */; }; + CDAE2186FAAD57DE04EAC8264C0669E2 /* DBTEAMListTeamAppsArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 50CB2CBF7380532CE0552F6F4612231B /* DBTEAMListTeamAppsArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CDC9117D3C438B39D16E366969DB9844 /* DBSHARINGGetFileMetadataArg.h in Headers */ = {isa = PBXBuildFile; fileRef = B6E72C93693AE892D038C4E5EE901CF5 /* DBSHARINGGetFileMetadataArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CDFD4C4DB0ABBE645DEB2EAF5D97F2FA /* DBTEAMGroupMemberInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 08298D18858288A265AAEC78B75B8D41 /* DBTEAMGroupMemberInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CE074510B058C6FB9D09AB70E06737B4 /* DBTEAMRevokeLinkedAppStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = A9CEDBDF54105A5650FB4DB4149FBD2A /* DBTEAMRevokeLinkedAppStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CE101105198E1EFF71CFD6BE7A8242C5 /* DBSHARINGGetSharedLinksError.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ACFB925B4F64E03FCCFED87B0014F31 /* DBSHARINGGetSharedLinksError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CE3289E8AC907733D2444F5F293FEE68 /* ZXCGImageLuminanceSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E37FEAB61CD7798868892F11F2B161E /* ZXCGImageLuminanceSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CE49DF370CACB0C71B918A98FBEDCBE9 /* DBTEAMGroupDeleteError.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F3587893BF58352A842599D7FCCCCAE /* DBTEAMGroupDeleteError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CE652665F72D0395876BE8BD87AE6E96 /* ZXRSSPair.h in Headers */ = {isa = PBXBuildFile; fileRef = DA736452D19599444F75D7BF18E2F699 /* ZXRSSPair.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CE67524D509D70A80345218F6A10CB56 /* DBTEAMLOGFileLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = F715090F48DE870F8960589EE189FF6D /* DBTEAMLOGFileLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CE81CEE2C52E1C4372FBECAD2B89CB53 /* Google-Analytics-for-OS-X-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EA63F1B879E1CFB06EC664F226414DFB /* Google-Analytics-for-OS-X-dummy.m */; }; + CE8724C7AA830A34C8F5299B90DFCFB2 /* DBSHARINGRelinquishFileMembershipArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B0B8F6B626C40AA2E9F83D5D209C4F8 /* DBSHARINGRelinquishFileMembershipArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CF1F6005941D988C4920ACED948473F7 /* ioapi.h in Headers */ = {isa = PBXBuildFile; fileRef = FA199310EEB25066A18B1449877FCAFA /* ioapi.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF35FDA369D3E8829767E57706386CEE /* DBTEAMLOGJoinTeamDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = E2DA8EBB9BF53C0115E1A0F3E5D2A9C0 /* DBTEAMLOGJoinTeamDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CF469C8DF7CFD981383B00FD2C27ADE9 /* DBPAPERListDocsCursorError.h in Headers */ = {isa = PBXBuildFile; fileRef = F387C2D1FDB2DFEB383D16EA02F8DF02 /* DBPAPERListDocsCursorError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CF4A055AFCDB06036D2E34C8C4472AAB /* DBTEAMLOGPaperExternalViewAllowDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 057C612B53E9F05637A37A1BCAE14926 /* DBTEAMLOGPaperExternalViewAllowDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CF84651C8E69DA6DECE4159CAE3AFFC2 /* DBTEAMLOGTeamProfileChangeNameDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EF12DE1FB24972631A267E5EC316F78 /* DBTEAMLOGTeamProfileChangeNameDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CFD6C3CFE747899C360F1520F8BBEEA3 /* DBSHARINGListFileMembersBatchArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 633A5B41793F54660824296F2E729C13 /* DBSHARINGListFileMembersBatchArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CFE101F33D45086B40018B6E374FEC3C /* DBTEAMListMemberDevicesResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D4F84B823B163CCA8D1E9965C735743 /* DBTEAMListMemberDevicesResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CFEE5853F7062F0C6940F336889304F3 /* DBTEAMMembersAddJobStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = A6DDF399BCF6B8430E1E732CA05E289A /* DBTEAMMembersAddJobStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D014A2A12A2AD3FAD9FFEB746DC21FD6 /* DBTEAMMembersListError.h in Headers */ = {isa = PBXBuildFile; fileRef = 41FB9A0C2562ED7B38B76683169F4CC8 /* DBTEAMMembersListError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D01CFCC6FFD6E076123E833DF8B799DC /* DBTEAMLOGFileRequestChangeTitleDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 484C91C7D482699225CA1F48B8822269 /* DBTEAMLOGFileRequestChangeTitleDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D0388261706953AE4053CB6137FF8327 /* DBFILEPROPERTIESUpdatePropertiesArg.h in Headers */ = {isa = PBXBuildFile; fileRef = ABD08C5BAC717F171C859437342D5264 /* DBFILEPROPERTIESUpdatePropertiesArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D08B7A5F83CDB95BD58C738B409A9BB7 /* DBUSERSSpaceUsage.h in Headers */ = {isa = PBXBuildFile; fileRef = C815966D51E0002605031BA63F9F7B0C /* DBUSERSSpaceUsage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D08ED458933953102F814017F811DF8B /* ZXURIResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = A1A0245C0E6D97ED3C38334D9483A3B5 /* ZXURIResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D0B2155F5BC2B84A1BDA85B1A4B17020 /* ZXMultiFormatUPCEANReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F673A17A639DEEDB04FEA9A7D9BBA02 /* ZXMultiFormatUPCEANReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; D0B4C24D68FA240C12A0F78D96898E0B /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B71896A3AE6EF693AC497DCE0885B43 /* Cocoa.framework */; }; - D0B935FF4564AC6FA200339187F0A437 /* ZXMathUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = ABEDAFB055ABAB34B08C9A73C16B0B56 /* ZXMathUtils.m */; }; - D0BA15B837B78B366F345FDB7D65FA83 /* ZXGenericMultipleBarcodeReader.m in Sources */ = {isa = PBXBuildFile; fileRef = E22228934FC7E4047B2801C73573E97C /* ZXGenericMultipleBarcodeReader.m */; }; - D0F8C95A7A0C0223843B2BD40D2A5324 /* ZXGenericGF.h in Headers */ = {isa = PBXBuildFile; fileRef = 243EEA8333303B0387BF14FAB00CE818 /* ZXGenericGF.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D142B6C44F39AAEEB2B7AF6D16F408FE /* ZXUPCAWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = D325D4C75FB2D11545252E903A2A30C9 /* ZXUPCAWriter.m */; }; - D1533D5D41A001BC516921EE37FC1E78 /* DBFILESDeleteBatchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = F5258BA1A8DC614FB19681BCC04232DD /* DBFILESDeleteBatchResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D157E4F495369224B618787111592B28 /* DBTEAMTeamFolderArchiveJobStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = F70F75D751619C06B2E9B7E14D1D0B38 /* DBTEAMTeamFolderArchiveJobStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D1675E6267680619E8980AA1EDFE2A46 /* DBSHARINGJobError.h in Headers */ = {isa = PBXBuildFile; fileRef = AC86C4C0BE8D76A202ADDF3FB42FE9EC /* DBSHARINGJobError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D193F8BE611A30CA4F7091C6F281804C /* ZXMaxiCodeBitMatrixParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 269B2E04900A25DAADCFE01F8A4D57B0 /* ZXMaxiCodeBitMatrixParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D1A4AF62F318A92A9BBBADEE95C72ECE /* DBSHARINGRouteObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = 92C567DE2CD0B0214B5F2FED41FB2CDD /* DBSHARINGRouteObjects.m */; }; - D1B7AF8147C382D2B1B25F008A98B943 /* SSZipArchive-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D689497317A918CFED58B98985A71779 /* SSZipArchive-dummy.m */; }; - D1F8044408AE359068493C585AE5F485 /* DBTEAMLOGFileRequestsChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F0203D11180D288942DBCCE297E0147 /* DBTEAMLOGFileRequestsChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D2BDBFD66F06062311C8B9E46EE7F38E /* ZXITFReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 237C74D7D538830044C73ECDBA7821C3 /* ZXITFReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D2C1B92D40AF835617A7B63D98DD92EF /* DBTEAMDeviceSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C830927DC4BC3A4F63F0C035C839470 /* DBTEAMDeviceSession.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D2C3B5B6A9C3B9D0F90C3123D4A7C355 /* DBPAPERPaperDocSharingPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = CE963190B1B81792DE30BC59C9CA4D7B /* DBPAPERPaperDocSharingPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D2C43B7F85969C0BBAC93A06FF9495FB /* DBTEAMLOGMemberChangeStatusDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = A6D7E46B828414CD53A085E7964A1AF1 /* DBTEAMLOGMemberChangeStatusDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D2D38BE0B981F9577C1816DE6351B6B3 /* DBTEAMLOGResellerSupportSessionEndDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = EAA2748774C009115E701FFF05DBF9E0 /* DBTEAMLOGResellerSupportSessionEndDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D2F5171C90F72E359B7BD659DC43FF2C /* DBTEAMTeamFolderAccessError.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B7EC1EEC6EB62E2A404289A35B2F7FF /* DBTEAMTeamFolderAccessError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D2FFDAC028E1021948E690EB6D2DBE98 /* DBTEAMPOLICIESOfficeAddInPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = DC960EE3D5938D2EAEB3E9EC297C0EE8 /* DBTEAMPOLICIESOfficeAddInPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D3042869D42CECCC136A400BB459EF08 /* DBTEAMLOGGeoLocationLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = EDA89CF725B44E4FBDB43A3677D4C30F /* DBTEAMLOGGeoLocationLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D31CDDAA7ECE75FFCC2A6B7D15955916 /* ZXPDF417DecodedBitStreamParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 3ADAB962DB1CCEB6BD8500902B3A1515 /* ZXPDF417DecodedBitStreamParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D31D9BAD70D903D75E7599C621579C11 /* DBSHARINGInviteeInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E9C426BD28FD5450C188A77C88526FD /* DBSHARINGInviteeInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D36FD38587B59E918F2D4DA63AB8471C /* DBSHARINGGetFileMetadataArg.h in Headers */ = {isa = PBXBuildFile; fileRef = C4C80D154606D0A2FEEDDC53B172CD64 /* DBSHARINGGetFileMetadataArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D4102152F3C9935725C434B01DDF4ED4 /* crypt.c in Sources */ = {isa = PBXBuildFile; fileRef = A9C2DD0CE2BAE38688992DF3B060DCC6 /* crypt.c */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - D469E15A0AE4A970EB592EC0463849E1 /* ZXURIParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 0979D84C14D45A05834EBC51C6F000CF /* ZXURIParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D4B898D3DEBFCF95BD2449221D252FD1 /* DBPAPERUserInfoWithPermissionLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D83602FA14864C9718132A7CDD2371E /* DBPAPERUserInfoWithPermissionLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D4D151C09C0A5E68954025C40F31C263 /* minishared.h in Headers */ = {isa = PBXBuildFile; fileRef = 05233A19D43A372D67DDAFEFB1DBD566 /* minishared.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D4E0DC141FCE9766E85D1A32F7D79B93 /* DBPAPERListUsersOnPaperDocResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 31DE5CC285496C74B57CD9752901F78A /* DBPAPERListUsersOnPaperDocResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D4F7FA7F50AF5A93D11F1C03F2B0004E /* ZXDataMatrixBitMatrixParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 329D0356D91F2572E37783E0489F3D4B /* ZXDataMatrixBitMatrixParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D50767B338215EF6405FACA1CB0B8000 /* DBTEAMMembersRecoverArg.h in Headers */ = {isa = PBXBuildFile; fileRef = A1BDD60B08DE0C96A54ECA7030A6A647 /* DBTEAMMembersRecoverArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D5138D02A88882360B244DB7DA56750D /* ZXRSSExpandedDecodedNumeric.h in Headers */ = {isa = PBXBuildFile; fileRef = 45F7F0129126B9171783124EE0A2D60B /* ZXRSSExpandedDecodedNumeric.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D549B4920654AF7318D50E8FC9AAA662 /* DBTEAMCOMMONTimeRange.h in Headers */ = {isa = PBXBuildFile; fileRef = 52C13F4EBFB9DAA5C3BDC2D4115CBAB6 /* DBTEAMCOMMONTimeRange.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D56F83634BA3350C9FD10370C5304ED3 /* DBAUTHAuthError.h in Headers */ = {isa = PBXBuildFile; fileRef = 39563311DF9953805703AD9FD03C05A5 /* DBAUTHAuthError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D5A1C2B564D5E4A57653A0096724747F /* ZXInvertedLuminanceSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 78FEE39C64E78E10365DFF39098D09BB /* ZXInvertedLuminanceSource.m */; }; - D5EEA7EF92584D6872EA5C456EE772D4 /* DBFILESGetTemporaryLinkArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C2F9A45319FA204E5D9A15326347329 /* DBFILESGetTemporaryLinkArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D612867BC9C8EAC7D977113B8AF03803 /* ZXEAN8Writer.m in Sources */ = {isa = PBXBuildFile; fileRef = D7DF22D79C8497C7AEA32DF28528298E /* ZXEAN8Writer.m */; }; - D624B3815D685FB792D04107D221736F /* DBTEAMMemberAddResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 493A07A4D205BDB1899528169629AF52 /* DBTEAMMemberAddResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D63D795919B6AC6C7681A737F0F92A21 /* ZXAztecDetector.h in Headers */ = {isa = PBXBuildFile; fileRef = 1911279AB33F41C16745578FD098C334 /* ZXAztecDetector.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D65CE7AFAA320614F40FFCDC365CFE3E /* ZXMathUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 000741570C667EB980057A585982A6A4 /* ZXMathUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D65D8859A1A0796A036FD9921B2542B0 /* ZXITFWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 0192B22E22806CF9CF83F7FE32562491 /* ZXITFWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D6AC440190DF6393960A42A371218A58 /* DBGlobalErrorResponseHandler+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 71BA02EE7B5AD1E130E20120E921D33D /* DBGlobalErrorResponseHandler+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D6D7FDB877F6A5956976D4EB6FA5BB7C /* DBTEAMDateRangeError.h in Headers */ = {isa = PBXBuildFile; fileRef = DF26A7F40545C591CD30A31826E2CB90 /* DBTEAMDateRangeError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D701CE824D484B73E97833DC2D332E5D /* DBTEAMLOGTeamFolderDowngradeDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 072D65C5B420FD6605508219D62E831D /* DBTEAMLOGTeamFolderDowngradeDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D702AC58B1F035FB7EF22BCC86C8FE7C /* ZXPDF417ScanningDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = EA953555A362556E4F792086314317AE /* ZXPDF417ScanningDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D730E2FE8AC12CC927AA4EBA0CBAB24E /* DBTEAMLOGNetworkControlPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B241D1DD7F573030FE28BD8E82C11F0 /* DBTEAMLOGNetworkControlPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D7BD8DFDAC073C6141911C08EA9479E8 /* DBTEAMLOGTfaChangeBackupPhoneDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 114E1BA9275E636F34917D8C6737AC55 /* DBTEAMLOGTfaChangeBackupPhoneDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D7D4C33C72884ACC70850BDD00FE0D09 /* DBTEAMListTeamAppsArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DEDE7A3C3092B39D494DBEAC440F0D1 /* DBTEAMListTeamAppsArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D80C85F6BBDBA74F45B899243D78BAA3 /* DBTEAMLOGGroupRenameDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = D88AF8A0661273734D3499045E56A897 /* DBTEAMLOGGroupRenameDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D8368FE0E5DB455E1AABD562A7A169EA /* DBTEAMLOGPaperContentRemoveMemberDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = E868FA68B9DE9C08D3E1327D1736A385 /* DBTEAMLOGPaperContentRemoveMemberDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D8453ECE86B87F2D7DC9E03F3EE120FF /* DBTEAMLOGSharedContentDownloadsPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DF144A7E907C6D626D768F109A9C318 /* DBTEAMLOGSharedContentDownloadsPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D84F5E9F7A60043829B192F8570C88A3 /* DBTEAMLOGResellerLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = DD6A6D8CC4652BE4BCD73C9DC907DECC /* DBTEAMLOGResellerLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D8B98F8947B0653E695FFB02BB15C30E /* DBPAPERAddMember.h in Headers */ = {isa = PBXBuildFile; fileRef = C62E96D89D7B6A73532915F3D2C8CAC7 /* DBPAPERAddMember.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D8FD9698DE16AA8E8FDE51927370722F /* DBTransportClientProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 22D3E1347F39C4AB3F3B7266457D6B54 /* DBTransportClientProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D90C42E328ED50006F41C6D252C8A1E9 /* DBAppClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 37C661ECD3CC811F23038909C4590621 /* DBAppClient.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D9937D1567B52CC134442EE38E49E199 /* DBTEAMLOGSpaceLimitsStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = BBB7793E7B2E250E70CC1BC6A7FF8CD8 /* DBTEAMLOGSpaceLimitsStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D9C6790797820BEBDA0C570EAF38DBB9 /* DBTEAMRevokeLinkedApiAppBatchArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 794AFD2EC9BD2A2D39B75E44CE183973 /* DBTEAMRevokeLinkedApiAppBatchArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D9E642BEB5EEAEB6536E286C2E4A9EFF /* ZXURIParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F4B6703D5C731FF5BA4B04E2DA848C8 /* ZXURIParsedResult.m */; }; - D9ECD449E4BFEC6D8216E28217BE7E9B /* DBFILESRelocationBatchJobStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = A4D6D08977B4CB4D317A07CCA2858D3E /* DBFILESRelocationBatchJobStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D9FFF213C4F434434C213E08335DC293 /* DBFILESRelocationResult.h in Headers */ = {isa = PBXBuildFile; fileRef = BB329D5C2AD68524180D6285FB7B1E89 /* DBFILESRelocationResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DA4F2FDDFAD45C3FFAAA2A889D4B5ACC /* DBFILESGetCopyReferenceError.h in Headers */ = {isa = PBXBuildFile; fileRef = B1C0F58800F47EED88CB01EF2680DF78 /* DBFILESGetCopyReferenceError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DA60AA0B5B0C13EAD08FA0C4B80298D4 /* DBTEAMLOGAdminRole.h in Headers */ = {isa = PBXBuildFile; fileRef = 96D17B6CCAC3F08401D7D9B433C1BA9A /* DBTEAMLOGAdminRole.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DA6EA1847C592403850091C55D1973D9 /* DBPAPERExportFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D830D7EE38A97114323AAE758830EDD /* DBPAPERExportFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DA8CC8FB0F3AEB561E7FDDFF3AC27C19 /* DBSDKReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = 286EB0FB22ED59BE8AAD9D8961DC0CE5 /* DBSDKReachability.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DA938DCC566C1A51DA5805B7CC9D855F /* DBRequestErrors.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BCE22DD641E15C022767E3833F6D4AA /* DBRequestErrors.m */; }; - DA9DD5B325158FAE1640DE453E8ABBE3 /* DBSHARINGInsufficientPlan.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EBA55973614C540E5AD0E9095B47E33 /* DBSHARINGInsufficientPlan.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DAAF795AF969A0FFE75B3E1242CAEB0D /* DBTEAMLOGDeviceApprovalsChangeDesktopPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = D2AD0F3B252DBF31884F60E79DEFB02E /* DBTEAMLOGDeviceApprovalsChangeDesktopPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DB19F61E8328D0F6367086F866267B7A /* DBSDKKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = FA73FA1807E617D0E486926CCF5A7608 /* DBSDKKeychain.m */; }; - DB835D29167A2A37B1ACEE2A2BE3AA40 /* DBTEAMLOGAppLinkUserDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 22EE67E22421079388918A2DCFB86AD6 /* DBTEAMLOGAppLinkUserDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DB9C24F639BA95B5059A8FEDB418053F /* ZXRSS14Reader.m in Sources */ = {isa = PBXBuildFile; fileRef = 9522C1D79765619677FF035C31932109 /* ZXRSS14Reader.m */; }; - DBB5ACBE2C30915B213A3A430AEE0189 /* ZXQRCodeFinderPatternFinder.h in Headers */ = {isa = PBXBuildFile; fileRef = E8BD214EB70F0E6C9CDEC0F39142BB69 /* ZXQRCodeFinderPatternFinder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DBD4B0F05B2ED3A9BDC0BAF3D148C8C8 /* DBSHARINGListFoldersContinueArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A044B57B288FBE0F8F6DF18CC9B0DEF /* DBSHARINGListFoldersContinueArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DBEEB99EED529F50ADB7A7D1CFE5434D /* DBTEAMLOGDataPlacementRestrictionChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 38DCE6E4402AA1C1E1D37D8BE566B9EC /* DBTEAMLOGDataPlacementRestrictionChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DBFC9F0AC6E6DF07F82CD147AF1AB22E /* DBSHARINGTransferFolderError.h in Headers */ = {isa = PBXBuildFile; fileRef = B4CDE10D20F260A6A130A6F7F3FDD61A /* DBSHARINGTransferFolderError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DBFDA7E69045118CA5F3A961EA4957C0 /* ZXResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F957630CFD04D99E1EA507EE93578C7 /* ZXResultParser.m */; }; - DC2BD3068F935B1640D36E4282DF6A27 /* DBTEAMLOGTfaAddSecurityKeyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DA3DE692CC196638462CD7810D509E7 /* DBTEAMLOGTfaAddSecurityKeyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DC36896AB4B57F412839ED7F2F379FE5 /* ZXParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F5E2D6D59B344643AA525B182BEB6E9 /* ZXParsedResult.m */; }; - DC3E7D16EE429F165EA03CAF94024780 /* brg_endian.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C234C13C86AF083CC8AA15F82D59380 /* brg_endian.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC419C3D539CF1D1F1F711D2465CA0C3 /* ZXCodaBarReader.h in Headers */ = {isa = PBXBuildFile; fileRef = CEF8E2F0DB68B81407B53D2D5A00EBAB /* ZXCodaBarReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DC4CD6291181F27A58796960E79E7D33 /* DBPAPERFolderSharingPolicyType.h in Headers */ = {isa = PBXBuildFile; fileRef = F0C92C0C00096FDDC1532070CE3EF60A /* DBPAPERFolderSharingPolicyType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DC81592E2E1F0617303CE9A83A7A41E1 /* DBFILESPreviewError.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BF9432AAD30A02337C736946E2855F9 /* DBFILESPreviewError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DD0A043067FBFD66631DE46045346E15 /* ZXEncodeHints.m in Sources */ = {isa = PBXBuildFile; fileRef = 077BE29B351EF74B881B1FD3ACF89677 /* ZXEncodeHints.m */; }; - DD0E1C5D158A5A1C1286C5B0B6E074A2 /* DBAUTHUserAuthRoutes.m in Sources */ = {isa = PBXBuildFile; fileRef = EFB4C1274693FCDB27CCBBB7ADD9B7AB /* DBAUTHUserAuthRoutes.m */; }; - DD1D1FB4F0FF8012D01DD5A9AC8A92CC /* DBTEAMUploadApiRateLimitValue.h in Headers */ = {isa = PBXBuildFile; fileRef = B23615BC8E5B96D0BCD62F34E41FCDAB /* DBTEAMUploadApiRateLimitValue.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DD2B4733D67D6FB5AAB3AB62447F41DE /* DBTEAMMobileClientSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 1170845E3185ACF8A3AEC2A7E1283F57 /* DBTEAMMobileClientSession.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DD2DF4DBD5495DDC2C235D75187E6FC1 /* ZXDataMatrixVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = CE23E2B5F54EFD9F0A0576DB76A72139 /* ZXDataMatrixVersion.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DD46A69B8E8FFFDA6F39D57501BCFC21 /* DBUserClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 9029AF661A9B0F165531FB2EE02BACD0 /* DBUserClient.m */; }; - DD4CAFF6FF93D51ABE0C930605E09D24 /* ZXWifiResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 56BDAFA06371DD02F46BE57E99F063BC /* ZXWifiResultParser.m */; }; - DDC84985C81D2051DA351458B2461367 /* ZXMaxiCodeBitMatrixParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 70AB0832EDCE234C3F14382A1866909D /* ZXMaxiCodeBitMatrixParser.m */; }; - DE50FA47F1B36D0ECC44F37DD7370514 /* DBFILESUploadSessionFinishBatchJobStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AFFAF27041F19F6E94936DD473B9D12 /* DBFILESUploadSessionFinishBatchJobStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DE5F173EE784817F4BB501D202CB02D7 /* DBTEAMGetDevicesReport.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EF387DB3C80B6F4B544BC21133445C0 /* DBTEAMGetDevicesReport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DEBBEC87A6FC1C90434D9A2F489F1DF5 /* DBTEAMLOGNoteSharedDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 69F502ABE17DD7DE48BA067F3B85D17D /* DBTEAMLOGNoteSharedDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DECA4978074207D1DCCC1ADD05EC52B7 /* DBTEAMLOGTeamFolderStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 9416A517613BA061BC47D7E03814BCA5 /* DBTEAMLOGTeamFolderStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DED0827DC23B138F63C76CAE4697473D /* DBSHARINGRemoveFileMemberError.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B0EA17B3233290BCF8063C47ADE17D4 /* DBSHARINGRemoveFileMemberError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DED6131A43014FBC740AA8D0377ADCF3 /* DBTEAMLOGPaperDocMentionDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DFC507B9A2A94A1D06EFBD7135501B9 /* DBTEAMLOGPaperDocMentionDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DEEB7447C35393C86273FB6671DA9C63 /* DBTEAMLOGPaperDocDeleteCommentDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = A1895E0C6CEB5C117A5D12F565FC22CA /* DBTEAMLOGPaperDocDeleteCommentDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DF04BCB75F258F32433A274E1D06A8FC /* DBTEAMLOGMemberChangeAdminRoleDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = AEADBBD9DAD019CA7D7C5DEBCF90E3BE /* DBTEAMLOGMemberChangeAdminRoleDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DF0E02D1428173DBF693E98D48F70A33 /* DBSHARINGGetSharedLinksResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 59E85F9874041FDF6C6F3DF42DF48A96 /* DBSHARINGGetSharedLinksResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DF5B90F186A3B74A120CB7E6C1A13E10 /* DBTEAMLOGEmmPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = E9F5581A8905347EAE70CA3E3F9BA1AF /* DBTEAMLOGEmmPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DF96934E862C712AE043EB9153FAA725 /* ZXTelParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 88626DEA66C2C23540D3D9DF1E3DBF21 /* ZXTelParsedResult.m */; }; - DFBE5064AF3EB2D4038F30FDCEFBDF14 /* aestab.h in Headers */ = {isa = PBXBuildFile; fileRef = CCCE07D8A82E3B522CD262F249CA8275 /* aestab.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DFFB2AB66BAFB5A8FC8C5025F87B4A95 /* DBFILESUploadSessionFinishBatchResultEntry.h in Headers */ = {isa = PBXBuildFile; fileRef = 7649DAC9DA00CBD8C77A507C7A3C6788 /* DBFILESUploadSessionFinishBatchResultEntry.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E0116C4A16B2B1D74FA1C6841B8A17D1 /* ZXGridSampler.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E3E22341B25A0A2FD71D66AE1ED3CB0 /* ZXGridSampler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E021B182B239FB883974C44FD1D158AA /* DBTEAMLOGSharedFolderMembershipManagementPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = FAF2B580D317A9C843D0FCCE34CBFD5B /* DBTEAMLOGSharedFolderMembershipManagementPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E09FED96D0477AFACA715D35071601DF /* MPAnalyticsDebugWindowController.h in Headers */ = {isa = PBXBuildFile; fileRef = AC1488444D46B5BD4F247F11F5E00D6B /* MPAnalyticsDebugWindowController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E0DA55EB3C5EA40B787FFADA84F48F66 /* CMDQueryStringReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 524741284F38AD9E913F689E178C39A0 /* CMDQueryStringReader.m */; }; - E1077D9A3E7D38935022953AC366699B /* ISO8601.h in Headers */ = {isa = PBXBuildFile; fileRef = 85DD283D2C40DFD5AE2AF282AACE4788 /* ISO8601.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E11409970873F195DD885097EE0F60DE /* ZXUPCEANWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = D8B06364A034C09EDBB632B40BC4A319 /* ZXUPCEANWriter.m */; }; - E180D5C173C4ECED1832672BCD93AEE8 /* CMDQueryStringSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 12A9F53D85445306696AA139B8277FC4 /* CMDQueryStringSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E18425FCACC5966423E88425D1EF096A /* ZXBitMatrix.m in Sources */ = {isa = PBXBuildFile; fileRef = F3482428F47DD0BEAF499C7163572DC5 /* ZXBitMatrix.m */; }; - E1B9B1F3A1FC5680C630B2B7EB34C9DB /* DBTEAMListTeamAppsError.h in Headers */ = {isa = PBXBuildFile; fileRef = 885117F5148BD555F93953E751C2D907 /* DBTEAMListTeamAppsError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E1F58B01857F7DF64B0FB4C9B97ABCBD /* DBFILESListFolderContinueError.h in Headers */ = {isa = PBXBuildFile; fileRef = 83B1B8C0C4D635F3021037616105E290 /* DBFILESListFolderContinueError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E200A3B50D8F0461265839C7A379BCBF /* DBTEAMCOMMONGroupManagementType.h in Headers */ = {isa = PBXBuildFile; fileRef = 570598ABCEE8F3734D3EC2229399067C /* DBTEAMCOMMONGroupManagementType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E21A1FC113EA1A5B66773C59EDA60D3B /* DBTEAMLOGPaperTaggedValue.h in Headers */ = {isa = PBXBuildFile; fileRef = C9EC7836A6E730C40F7C7CA1D35474F8 /* DBTEAMLOGPaperTaggedValue.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E2557AFAF223300D741C96E42C6F1CF4 /* DBTEAMMembersSendWelcomeError.h in Headers */ = {isa = PBXBuildFile; fileRef = B4EBB9A89CB19EAB0F5C61BF776A759F /* DBTEAMMembersSendWelcomeError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E2787FC01D0F8F25CFB64CB483AB1A81 /* ZXDecoderResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 92F8F8A8C3FEDA00039880D6F34F6BE6 /* ZXDecoderResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E283909CDBE455509FCD5C161D8E88B0 /* DBUSERSRouteObjects.h in Headers */ = {isa = PBXBuildFile; fileRef = 86A65A9367E351BDFFC311560B79FD02 /* DBUSERSRouteObjects.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E28B26B0DD13CBA844A3586CA1227DE8 /* DBTEAMLOGShmodelVisibilityTeamOnlyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 24A419C38039CA6CB4A4F82334566116 /* DBTEAMLOGShmodelVisibilityTeamOnlyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E2BC0F8B63052065ED217E5F8F05F520 /* DBTEAMAddPropertyTemplateArg.h in Headers */ = {isa = PBXBuildFile; fileRef = D23FF668833D41ADEF9069DD07D8A85C /* DBTEAMAddPropertyTemplateArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3BDF6204115E81DBB3D9CB437161DD0 /* ZXQRCodeFinderPattern.h in Headers */ = {isa = PBXBuildFile; fileRef = 6970AACE861FF301CDF7748AB0442A12 /* ZXQRCodeFinderPattern.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3D75E5C8A705CFC2A58EDBFEBCDBFA7 /* DBUSERSGetAccountBatchArg.h in Headers */ = {isa = PBXBuildFile; fileRef = E70BCD13E6F1E2451C6A1E2D6565664C /* DBUSERSGetAccountBatchArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3DAD532D351FE1890D0FFFF959A33EE /* ZXAztecDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 56CDCE2ACB57E3BFD75673382D6129F3 /* ZXAztecDecoder.m */; }; - E42DF6F80382167137EA7E030251F481 /* DBSHARINGSharedFolderAccessError.h in Headers */ = {isa = PBXBuildFile; fileRef = EB9E2420EF1ECBD630472506BE73D98D /* DBSHARINGSharedFolderAccessError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E44812F9A2F4BF24B91B97AE80A9C8B6 /* DBTEAMGroupsMembersListArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 20F2C106F327AAC35B6921BF869867E4 /* DBTEAMGroupsMembersListArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E448F8DCAE9E059998883817AD7C90E1 /* NSString+CMDQueryStringSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = E1FC8FAD0761D9A1B3989979F56CEFF8 /* NSString+CMDQueryStringSerialization.m */; }; - E48A8D2FDC35A0CEED4296147A514B6A /* AFURLRequestSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 9214344BF8F966C35FCCA4C149440015 /* AFURLRequestSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4B0A69338859B59B0BE239AC02150BD /* DBTEAMLOGSharedContentRequestAccessDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 9118FE261E2F38F28CC35A8BD31C97B0 /* DBTEAMLOGSharedContentRequestAccessDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4BDF72DEEFE6E67ADD98738DF0A5D7D /* ZXQRCodeAlignmentPattern.m in Sources */ = {isa = PBXBuildFile; fileRef = 62D6C2FB6A78916A56EF3E100608AC99 /* ZXQRCodeAlignmentPattern.m */; }; - E4D5202D67BAC17EA608F6BA52A943AA /* DBSHARINGListFoldersContinueError.h in Headers */ = {isa = PBXBuildFile; fileRef = 8ABAAEE63A7BD4491EC8C04DDC5B3FE3 /* DBSHARINGListFoldersContinueError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D0B935FF4564AC6FA200339187F0A437 /* ZXMathUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = F0D19964D372C9F9038EB1F475DC607D /* ZXMathUtils.m */; }; + D0BA15B837B78B366F345FDB7D65FA83 /* ZXGenericMultipleBarcodeReader.m in Sources */ = {isa = PBXBuildFile; fileRef = A6A4ACF274FEA380361BABF156CA1EED /* ZXGenericMultipleBarcodeReader.m */; }; + D0D1069A71059416444E1079C06EB74D /* DBTEAMLOGTfaConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DFB050A79351F533723522BF1599F89 /* DBTEAMLOGTfaConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D0E7510F021FE9A05C61565B9E4552DA /* DBSHARINGSharedFolderMemberError.h in Headers */ = {isa = PBXBuildFile; fileRef = 226B0E00D791651EA0B96160F2FB021D /* DBSHARINGSharedFolderMemberError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D0F8C95A7A0C0223843B2BD40D2A5324 /* ZXGenericGF.h in Headers */ = {isa = PBXBuildFile; fileRef = F30F8EC4C1B99F7B9F7063DD968218D6 /* ZXGenericGF.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D142B6C44F39AAEEB2B7AF6D16F408FE /* ZXUPCAWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0572D9DC0F4DF4D663448DB3C68021CE /* ZXUPCAWriter.m */; }; + D15C7B2D4451DE4D161D183EB080B80D /* DBFILEREQUESTSRouteObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = 22C6F3C5B4D4DB56D17446299F281EBF /* DBFILEREQUESTSRouteObjects.m */; }; + D16EC316C41334E894651E5BE96FDC3A /* DBTEAMLOGGoogleSsoPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 08B7D71BB4BF1866B009CEA2ED6AB06E /* DBTEAMLOGGoogleSsoPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D18760AD27B9DE039613B4B90DB360DE /* DBTEAMLOGMemberChangeStatusDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = F1A1883C61891BE10F387B8EECE06B78 /* DBTEAMLOGMemberChangeStatusDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D18B8FF52FDDEFDD6B34D8424F7A4025 /* DBTEAMLOGEmmChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E6676A6D9FABDD17440F28163B99E42 /* DBTEAMLOGEmmChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D193F8BE611A30CA4F7091C6F281804C /* ZXMaxiCodeBitMatrixParser.h in Headers */ = {isa = PBXBuildFile; fileRef = A64A55C97ECE3BBCFA4B8D26A1518BF0 /* ZXMaxiCodeBitMatrixParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D19E48560C119D9D00A8E3F49BFBE694 /* DBCustomRoutes.h in Headers */ = {isa = PBXBuildFile; fileRef = 5741AB1AB29E7D55F383BA3269FF3D77 /* DBCustomRoutes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D1ADC4F4077B754772C1CD4E7B2D1F27 /* DBTEAMMemberAddArg.h in Headers */ = {isa = PBXBuildFile; fileRef = C9E3E6F3AD57B163C0324DC7115EA923 /* DBTEAMMemberAddArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D1B04D9893C9079DF0AD84A19D69C6F8 /* DBRequestErrors.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B466B4B77B9AB5E8317166660FE03EA /* DBRequestErrors.m */; }; + D21E2EC4609944BF38C13FB412AC0D8E /* DBSHARINGPendingUploadMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 645A1366B158AA3067253DB6980310A1 /* DBSHARINGPendingUploadMode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D24DB3FD7A2A80CB5EAF4807A7A27518 /* DBTEAMGetMembershipReport.h in Headers */ = {isa = PBXBuildFile; fileRef = E66A7BBE4735CE11C423FFCA367E7E0C /* DBTEAMGetMembershipReport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D297B60B805DF34963D6F27154E2CD2F /* DBFILESSharingInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3C1A29B064D201A468FD47B4AA7DCA /* DBFILESSharingInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D2BDBFD66F06062311C8B9E46EE7F38E /* ZXITFReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B0C0CA156CE2B4369576B215CD82F5C /* ZXITFReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D2F710F994FF379785751FBC05F29195 /* DBFILESRelocationBatchLaunch.h in Headers */ = {isa = PBXBuildFile; fileRef = B418F924D5EA72BFD908EF7B706A193F /* DBFILESRelocationBatchLaunch.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D2F8247F7F8689EC15A45DE142C7E185 /* DBTEAMLOGSharedContentAddMemberDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 91E23179C003AFB9422F730D7936C310 /* DBTEAMLOGSharedContentAddMemberDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D31CDDAA7ECE75FFCC2A6B7D15955916 /* ZXPDF417DecodedBitStreamParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 0511D72A121DCB04CA1E5A1C49085F55 /* ZXPDF417DecodedBitStreamParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D3303A0A6A2A69FEC2F52DDFC7AA1452 /* DBSHARINGFolderLinkMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = FFC7EBA3F0F1A11111E1960F6D366112 /* DBSHARINGFolderLinkMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D357EED4915198A72EEEF1A3F9CAC556 /* DBFILESDeleteBatchLaunch.h in Headers */ = {isa = PBXBuildFile; fileRef = B535AEB1F306A4D1E3C08F82D1E1B60A /* DBFILESDeleteBatchLaunch.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D3BFBAB9651554BA4FDCDAB945430AF9 /* DBSHARINGListFolderMembersCursorArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 0270B5FFB77DD7563EB3A09967594B1C /* DBSHARINGListFolderMembersCursorArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D3DC0C3E94B725DF7CBCC1BA781488F6 /* DBTEAMLOGRelocateAssetReferencesLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A59DF80D320EC6EC559C742DF968AF /* DBTEAMLOGRelocateAssetReferencesLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D469E15A0AE4A970EB592EC0463849E1 /* ZXURIParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 8382999FC3C10B859766872F35BFCC0B /* ZXURIParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D47E13F45DCDD6E5736F629CF0BF4A5E /* DBTEAMTeamNamespacesListContinueError.h in Headers */ = {isa = PBXBuildFile; fileRef = B7B6E0A2417292F4208B5A693A68A7D3 /* DBTEAMTeamNamespacesListContinueError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D4926F98CD469CAEDAED9246E05D05D7 /* DBSHARINGUserAuthRoutes.m in Sources */ = {isa = PBXBuildFile; fileRef = DD50172FC38AF50D5C9D98F748EEEB21 /* DBSHARINGUserAuthRoutes.m */; }; + D4D151C09C0A5E68954025C40F31C263 /* minishared.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C9CF88C1EE554B347A00DFE59745A1C /* minishared.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D4F7FA7F50AF5A93D11F1C03F2B0004E /* ZXDataMatrixBitMatrixParser.h in Headers */ = {isa = PBXBuildFile; fileRef = D533D2B362FB299A53A9B3493CBAAB6D /* ZXDataMatrixBitMatrixParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D4FC9FD8D83BE38A2486336CCA273736 /* DBPAPERPaperDocUpdatePolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 41E1655426EB4A4F8D7F77832F0D7DA3 /* DBPAPERPaperDocUpdatePolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D5138D02A88882360B244DB7DA56750D /* ZXRSSExpandedDecodedNumeric.h in Headers */ = {isa = PBXBuildFile; fileRef = 2759D1EC5E6A2262B7716C07CAA16BC0 /* ZXRSSExpandedDecodedNumeric.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D557D314BB9C9EA32E2B87EEA5B835D4 /* DBSHARINGGetSharedLinksResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 484DCEB5A1AC2907422DB71C100AB2FF /* DBSHARINGGetSharedLinksResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D57081C8D8A88402199477C87D938C54 /* DBTEAMLOGSharingLinkPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = C058453F324A7F627CFBFF4236CD28F1 /* DBTEAMLOGSharingLinkPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D5A1C2B564D5E4A57653A0096724747F /* ZXInvertedLuminanceSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F9C4A90D9CD4162B749A19418530067 /* ZXInvertedLuminanceSource.m */; }; + D5CEA997CF3B9E3E4DD17489A48B2AA6 /* DBFILEREQUESTSCreateFileRequestArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EF9250A0E4E874D2BB154BE36FFC0A2 /* DBFILEREQUESTSCreateFileRequestArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D5DAFA46DF566BE2D500A280E59F98C8 /* DBTEAMLOGSharedContentAddLinkPasswordDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = A89E423BBD70E27CAE811953849D75A3 /* DBTEAMLOGSharedContentAddLinkPasswordDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D612867BC9C8EAC7D977113B8AF03803 /* ZXEAN8Writer.m in Sources */ = {isa = PBXBuildFile; fileRef = AF2DE5B00608A39A49E84FEC38E51890 /* ZXEAN8Writer.m */; }; + D62BC896DF11D5CBCA18993D0C5ED825 /* DBClientsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9618B70F7A9146AA1EE46087F6B98DC9 /* DBClientsManager.m */; }; + D62D555A8C39B3DAC9EF1BBA349E7F0D /* DBTEAMLOGExtendedVersionHistoryChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 28F4B119334B2A9924BA4155312648AE /* DBTEAMLOGExtendedVersionHistoryChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D630E5594EABA5ED7D7751E2D0D4B1D7 /* DBPAPERCursor.h in Headers */ = {isa = PBXBuildFile; fileRef = D75CE6E243BA7D552E41731C9F455D40 /* DBPAPERCursor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D63D795919B6AC6C7681A737F0F92A21 /* ZXAztecDetector.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A6BD9820910BDC43FE696A462A73A4 /* ZXAztecDetector.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D640C47FF9442F873F8DE529F55539B5 /* DBTEAMLOGGroupRemoveExternalIdDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C49D9C2FE7993C78A9EE2C0A4C26482 /* DBTEAMLOGGroupRemoveExternalIdDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D65CE7AFAA320614F40FFCDC365CFE3E /* ZXMathUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = B5DC8D1F7599D513B4B5680F8B03C128 /* ZXMathUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D65D8859A1A0796A036FD9921B2542B0 /* ZXITFWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = FBE2CAE9E59E31B75616DDEB0D4366EC /* ZXITFWriter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D6EB88208B7AF429E9D4A9132A13BACC /* DBSHARINGListFilesContinueError.h in Headers */ = {isa = PBXBuildFile; fileRef = E2EC180587D17E02CA756FD260572FB6 /* DBSHARINGListFilesContinueError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D702AC58B1F035FB7EF22BCC86C8FE7C /* ZXPDF417ScanningDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 86A4A5A05A06D2C085826E9145168ACD /* ZXPDF417ScanningDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7197CB09946B633F7F46C196495DE4C /* DBFILESGetCopyReferenceArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 919A10EC4609C6F1B84DB9E3A05392FA /* DBFILESGetCopyReferenceArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D761669CFB240C87E75DBE76717DE96E /* DBTEAMLOGPaperDocFollowedDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = AC7EE0BA8C2D8138009BD7A4C458540F /* DBTEAMLOGPaperDocFollowedDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D78063637BA4963E866A86BCDD80822C /* DBTEAMMemberDevices.h in Headers */ = {isa = PBXBuildFile; fileRef = C91A00A0B521245DBD953B6A2F3F5FBC /* DBTEAMMemberDevices.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D78653FC60067EB419DD372E58BC07E0 /* DBOAuthResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 00FA8D0985287F2717B4C7E3BF08346F /* DBOAuthResult.m */; }; + D79AF55A191B88FA025F2BDF2C56DF5A /* DBFILEPROPERTIESRouteObjects.h in Headers */ = {isa = PBXBuildFile; fileRef = DEC861E527B481A00023D1D04CC17456 /* DBFILEPROPERTIESRouteObjects.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7AED93435B823ED6DAF725BEB70CCF4 /* DBAuthObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = 7500ED0CBBE334957195A9E0BAEE99EC /* DBAuthObjects.m */; }; + D7BB673C43B79D7086C53B7752AD3289 /* DBTEAMLOGPaperFolderTeamInviteDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 2007066E4540726AE88D32AF7ABF52A0 /* DBTEAMLOGPaperFolderTeamInviteDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7DD93E71AB7DF7BA7693BF1E77D7530 /* hmac.c in Sources */ = {isa = PBXBuildFile; fileRef = 21C963AFE5D31E73EB0E25C30EF36708 /* hmac.c */; }; + D805B65FC1C2686572AB643E6B8A546E /* DBTEAMLOGSharedContentRemoveMemberDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 759E91AAB60F98E60D24DA80C5B39ED6 /* DBTEAMLOGSharedContentRemoveMemberDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D81F9A24954DD67202AFA88ADB0B3BA1 /* DBSHARINGRevokeSharedLinkArg.h in Headers */ = {isa = PBXBuildFile; fileRef = EAEEF21105A83EEDA8AA3A3AC822B62E /* DBSHARINGRevokeSharedLinkArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D83F3A1A35E75055E0ABA41B04F6E40E /* DBSHARINGTransferFolderArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 23B1082CB7ECAA9D56CA6C9928C881B6 /* DBSHARINGTransferFolderArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D8F757D07F7C2B812525622F4040FF17 /* DBSHARINGListSharedLinksArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D00F334F1C748C99B3A7F4602AE6E47 /* DBSHARINGListSharedLinksArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D92F05D2C1C6FC0CF4A18A035D6AE21A /* DBTEAMLOGTeamMembershipType.h in Headers */ = {isa = PBXBuildFile; fileRef = B150E8433411B696B523AC53A9A17971 /* DBTEAMLOGTeamMembershipType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D95E1268AA4458735574EDD9CCC3AFAD /* DBFILEPROPERTIESAddTemplateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 77809B63E35C726FAD51982CD6081F5B /* DBFILEPROPERTIESAddTemplateResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D9655F50A2ED56CE9CCA2924A4BD1E10 /* DBFILESUploadSessionStartArg.h in Headers */ = {isa = PBXBuildFile; fileRef = BF366503F702C79A1D45543F6E3FE0C0 /* DBFILESUploadSessionStartArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D9B3C8CBEEEF699096794389EF5EE1EC /* DBTEAMLOGSfAddGroupDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 33B4AB9839B7BACD55238EEEC94C2757 /* DBTEAMLOGSfAddGroupDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D9E642BEB5EEAEB6536E286C2E4A9EFF /* ZXURIParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = CE71F515EF81AFC7D2F5E9BA5BAEA115 /* ZXURIParsedResult.m */; }; + DAB85C5400827747CC7BB9A8D4920BBD /* DBTasksStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = BBAFCF52B3FD1C62B962E2D27391426D /* DBTasksStorage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DAD757F75683039492C0DE5F30B26928 /* aestab.c in Sources */ = {isa = PBXBuildFile; fileRef = 804BA0ED711523A4EC43752B07F8757F /* aestab.c */; }; + DADF9ABF87819E02F9B289FB4C9BA6BC /* DBTEAMTeamMembershipType.h in Headers */ = {isa = PBXBuildFile; fileRef = 4ADF0A2D441764FA9103E9CE9F912290 /* DBTEAMTeamMembershipType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DB4D05BA249EAEFD0ED94821ADC80973 /* DBPAPERRouteObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = 38B2A5295C7EBF2DC0C18801E288F191 /* DBPAPERRouteObjects.m */; }; + DB73BAF3017AE14314712E5DA79E33BC /* DBStoneSerializers.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A7DD0E96ED60588A2AB1A9AF39403DA /* DBStoneSerializers.m */; }; + DB7D25C81F4412A5C56CECC25A7E52FE /* DBTEAMLOGPaperExternalViewDefaultTeamDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C52BF5A7EAE85220A04C2AE59F66701 /* DBTEAMLOGPaperExternalViewDefaultTeamDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DB9C24F639BA95B5059A8FEDB418053F /* ZXRSS14Reader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BF916364071E0B4E7E3FEB6315857FD /* ZXRSS14Reader.m */; }; + DBAFF57F0085A943A8C40BA24E21637D /* DBTEAMLOGGetTeamEventsArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 37D55A450D88E85310A79D236B624D0D /* DBTEAMLOGGetTeamEventsArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DBB5ACBE2C30915B213A3A430AEE0189 /* ZXQRCodeFinderPatternFinder.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E127A81380F8183BF37772FBB52DA39 /* ZXQRCodeFinderPatternFinder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DBFDA7E69045118CA5F3A961EA4957C0 /* ZXResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = E07E58BCF428E10DB29CCDF1B6B0DC7F /* ZXResultParser.m */; }; + DC36896AB4B57F412839ED7F2F379FE5 /* ZXParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 71347C0B012670210797AD167886EE37 /* ZXParsedResult.m */; }; + DC3D0820806E6AFA1343F83F4A0CA26D /* DBSHARINGLinkMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 76807C83BC73BD7B021EE835DC8997F1 /* DBSHARINGLinkMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DC3E7D16EE429F165EA03CAF94024780 /* brg_endian.h in Headers */ = {isa = PBXBuildFile; fileRef = 804D30B2586A21FF03DFDC58D006EA30 /* brg_endian.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DC419C3D539CF1D1F1F711D2465CA0C3 /* ZXCodaBarReader.h in Headers */ = {isa = PBXBuildFile; fileRef = F7A26284D99F0E6A48F477E24E36388B /* ZXCodaBarReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DC932A35DB684D8C240F982EFC4441B3 /* DBTEAMLOGSsoChangeLoginUrlDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = AB98C6A04336DC801BEBD60C0ADF7D86 /* DBTEAMLOGSsoChangeLoginUrlDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DCFCB8B6FD1B1C47134975D8F989F0FC /* DBTEAMLOGMemberSpaceLimitsChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 61241F4F451F3D34952BCCE21C536976 /* DBTEAMLOGMemberSpaceLimitsChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DD0A043067FBFD66631DE46045346E15 /* ZXEncodeHints.m in Sources */ = {isa = PBXBuildFile; fileRef = 413913F5F0A86319C97F8D743392CCD4 /* ZXEncodeHints.m */; }; + DD2DF4DBD5495DDC2C235D75187E6FC1 /* ZXDataMatrixVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 879012E1B4C71720426FB9FAF3390BA5 /* ZXDataMatrixVersion.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DD4CAFF6FF93D51ABE0C930605E09D24 /* ZXWifiResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 4FF3E4AA295CBE0B620ECD8BB758AAA8 /* ZXWifiResultParser.m */; }; + DD58010E297B948A96C68373F4A17A2B /* DBTEAMTeamAuthRoutes.h in Headers */ = {isa = PBXBuildFile; fileRef = 03E6A0D2A6F97C233E3A78D5AB12E9CE /* DBTEAMTeamAuthRoutes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DDC84985C81D2051DA351458B2461367 /* ZXMaxiCodeBitMatrixParser.m in Sources */ = {isa = PBXBuildFile; fileRef = C850BBA36546D5A90DC65E687540B51E /* ZXMaxiCodeBitMatrixParser.m */; }; + DE2BF4B3B144C7825ED07E54205EF1D8 /* DBTEAMLOGFolderLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 30496C6C8A3D71B1B4442F39C22F3C4A /* DBTEAMLOGFolderLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DE3759DC8FE35A1E043B863AE3C4C996 /* DBFILEPROPERTIESModifyTemplateError.h in Headers */ = {isa = PBXBuildFile; fileRef = 3ABCB3F0037225954D6A02B382CD1A64 /* DBFILEPROPERTIESModifyTemplateError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DE720849C0FBEFCF4C7934ED63BBF112 /* DBSHARINGPermissionDeniedReason.h in Headers */ = {isa = PBXBuildFile; fileRef = E98236DE3B37614571787E7A33CF250C /* DBSHARINGPermissionDeniedReason.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DE8F5A436AA2061355A3A582B1855C98 /* DBTEAMGroupsGetInfoItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FEFB2A5313158C1B56B5F5F3BB02A2A /* DBTEAMGroupsGetInfoItem.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DE9AD3B27128EA75A29F91D3920B7407 /* DBFILEPROPERTIESRemovePropertiesArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 5EC1B527D2195E62B00229DDFB2FD1F3 /* DBFILEPROPERTIESRemovePropertiesArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DEAF36CC22951ADDCA8D49636403E18B /* DBTEAMLOGLogoutDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 88C6565E6F6A30C1C4F9BDAD753103B2 /* DBTEAMLOGLogoutDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DEF800BDE01CB422ED8653506330B4A8 /* DBSHARINGListFileMembersCountResult.h in Headers */ = {isa = PBXBuildFile; fileRef = D1A054509F65873D7B7FF370225D937F /* DBSHARINGListFileMembersCountResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DF48FC6035CCC54206105602C8B1087B /* DBTEAMLOGExtendedVersionHistoryPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 53AD5A1A4C582DAC735D5C6CB0DBA378 /* DBTEAMLOGExtendedVersionHistoryPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DF5B520361CD8AD9099EA4226D367EC5 /* DBTEAMGroupAccessType.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DE2A7A0CB465C12D47D734606CD8165 /* DBTEAMGroupAccessType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DF96934E862C712AE043EB9153FAA725 /* ZXTelParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = EE9732970CC5A4EE7EA73EC022DD484F /* ZXTelParsedResult.m */; }; + DF98A5002D7B03309EF5FF2F22F20256 /* DBSHARINGUserAuthRoutes.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E7473BD251BC1E398E4D6028EE76B36 /* DBSHARINGUserAuthRoutes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFB90467128BDF9472344C468C62409D /* DBTEAMLOGGroupRemoveMemberDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 66554F57A7E25623116DE1D8BE9FB22F /* DBTEAMLOGGroupRemoveMemberDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFBE5064AF3EB2D4038F30FDCEFBDF14 /* aestab.h in Headers */ = {isa = PBXBuildFile; fileRef = 00A61333ADFDF9ECB95820A541563369 /* aestab.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DFD34D69BDAFB03B917C1D74194A1C9E /* DBSHARINGTeamMemberInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 338707B644DA21E956A106732375D3E8 /* DBSHARINGTeamMemberInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E0086E12983793021E8853656888CE27 /* DBPAPERUserAuthRoutes.m in Sources */ = {isa = PBXBuildFile; fileRef = 09F6DC17F531D66FF7CF9724671C5C7F /* DBPAPERUserAuthRoutes.m */; }; + E00BC9AA1306C5B5E341340010803B31 /* DBSHARINGFileAction.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AE895491FDBCEAA59928869FD96D20F /* DBSHARINGFileAction.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E0116C4A16B2B1D74FA1C6841B8A17D1 /* ZXGridSampler.h in Headers */ = {isa = PBXBuildFile; fileRef = F07AB339E2D5194BB218E4BCADB63A64 /* ZXGridSampler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E0566BC7D2A848B02C567E00EBBA332F /* DBTEAMTokenGetAuthenticatedAdminError.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F5B03305EC42D24D5332F9B47BF1C9D /* DBTEAMTokenGetAuthenticatedAdminError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E08BA29EC603BB5A174704FB53CE2E66 /* DBTEAMLOGPaperContentRenameDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A30F0BC3E2F388BE2EA13577A537A0F /* DBTEAMLOGPaperContentRenameDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E09FED96D0477AFACA715D35071601DF /* MPAnalyticsDebugWindowController.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FE61D41AA67370F4FCC11579130B973 /* MPAnalyticsDebugWindowController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E0AA82A17C80598DBA7D62A6EF4E8EB0 /* DBTransportDefaultClient.m in Sources */ = {isa = PBXBuildFile; fileRef = FB9F1008643E79D81C7C1545E4321F0B /* DBTransportDefaultClient.m */; }; + E0DA55EB3C5EA40B787FFADA84F48F66 /* CMDQueryStringReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 20F449A269F688360EC34EF8F4F22339 /* CMDQueryStringReader.m */; }; + E1077D9A3E7D38935022953AC366699B /* ISO8601.h in Headers */ = {isa = PBXBuildFile; fileRef = 08CA2BF7C490B10E9B99A2B338911B78 /* ISO8601.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E11409970873F195DD885097EE0F60DE /* ZXUPCEANWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = BF53644AA3FB2617E935D1CC950E982B /* ZXUPCEANWriter.m */; }; + E16BF217780CDD2482106892834C3E8C /* DBSHARINGListFoldersResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 14E934521C8DA59DFC7C8A018FA220B9 /* DBSHARINGListFoldersResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E180D5C173C4ECED1832672BCD93AEE8 /* CMDQueryStringSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = B94132FEFA2FB425F815510BACBD1682 /* CMDQueryStringSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E18425FCACC5966423E88425D1EF096A /* ZXBitMatrix.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CCE67649A1367033078645D0D7BDE7A /* ZXBitMatrix.m */; }; + E19292EBA3FD63AA12762B77742E94F7 /* DBFILEREQUESTSFileRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = BB467AFE74AA6A0687FB52A134A7BCB3 /* DBFILEREQUESTSFileRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E1AB6435894CDC346888F9479F1B0DBE /* DBTEAMAdminTier.h in Headers */ = {isa = PBXBuildFile; fileRef = 5640034357631DFAFBEF16B155CF90CE /* DBTEAMAdminTier.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E1F20B7229C9F34225241AA193D77A6E /* DBAUTHTokenFromOAuth1Arg.h in Headers */ = {isa = PBXBuildFile; fileRef = 699672794FE5DB46334845104EBBDBBD /* DBAUTHTokenFromOAuth1Arg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E25A7A62E36DFD54FD37FF4E987CAF30 /* DBTEAMLOGSharedFolderUnmountDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = D2ED4155F0FB2BBA5FA80F675266FCC8 /* DBTEAMLOGSharedFolderUnmountDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E2787FC01D0F8F25CFB64CB483AB1A81 /* ZXDecoderResult.h in Headers */ = {isa = PBXBuildFile; fileRef = AF3B40029BFAF60624158181FC8391D5 /* ZXDecoderResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E2A97C3E3FE420DAB59B5B54AC4D39B9 /* DBClientsManager+Protected.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F5AEA5D079D527284575CA8799AF267 /* DBClientsManager+Protected.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E2E008637B6407D36B8ECDDEAFDB04FB /* DBSHARINGRequestedVisibility.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A8F0424EF9BFC21A705CD47B6EFFDA /* DBSHARINGRequestedVisibility.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E31A9D6D7387FF5EE47E71DF5108E367 /* DBTEAMTeamFolderIdListArg.h in Headers */ = {isa = PBXBuildFile; fileRef = C5C55238D87A472BB0DF5CC4A1CA5858 /* DBTEAMTeamFolderIdListArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3378E06F813A3186C54AB25ECCDA700 /* DBSHARINGAddFileMemberArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = C48D5B767C7C78283FB5C7D225724840 /* DBSHARINGAddFileMemberArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E37CF6E6001318D23ADD834367E2FCD1 /* DBFILESListFolderLongpollArg.h in Headers */ = {isa = PBXBuildFile; fileRef = BFB531A4D207C276F4B077231FD125C5 /* DBFILESListFolderLongpollArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3A262115D04058384F526FB801B4F42 /* DBSHARINGGroupMembershipInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AD2F59B9B4FD67BAC4681DBF8644C35 /* DBSHARINGGroupMembershipInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3B9223FBBD64606B4C90C38A9D0F00F /* DBTEAMLOGShmodelVisibilityTeamOnlyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = B36397DA534034CFC82D2E4981D4F894 /* DBTEAMLOGShmodelVisibilityTeamOnlyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3BDF6204115E81DBB3D9CB437161DD0 /* ZXQRCodeFinderPattern.h in Headers */ = {isa = PBXBuildFile; fileRef = 20E03E974AEB7CB9E8948B28D3A2EFEB /* ZXQRCodeFinderPattern.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3DAD532D351FE1890D0FFFF959A33EE /* ZXAztecDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A281F68556142BA7662DA76ABD3E701 /* ZXAztecDecoder.m */; }; + E3E85A1B851F3BABA4F4283F76E0CBA9 /* DBSHARINGFileMemberActionIndividualResult.h in Headers */ = {isa = PBXBuildFile; fileRef = D6D26C6694782F5B21803471315CC232 /* DBSHARINGFileMemberActionIndividualResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3E9E6973EBF4E9EEA41803EB437AF69 /* DBTEAMRouteObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B134B08EA5393E6C8526343C4DF927 /* DBTEAMRouteObjects.m */; }; + E41C3249DD730639E4AAE0A92490A953 /* DBTEAMPOLICIESSsoPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = F512CE44EA5AA1C72F3160193333EA52 /* DBTEAMPOLICIESSsoPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E42EECA827D19B39F3C3927EE840EBD0 /* DBTEAMLOGFileCommentsPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = BF8493C4CD89D27F3794B833258945B6 /* DBTEAMLOGFileCommentsPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E43FEEF527487B2C6A44C40FBA360330 /* DBFILESRelocationError.h in Headers */ = {isa = PBXBuildFile; fileRef = 777BC40E5F969FA7861E23934A065E44 /* DBFILESRelocationError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E440CD11FC2FE13959726E788E087D93 /* DBSHARINGResolvedVisibility.h in Headers */ = {isa = PBXBuildFile; fileRef = D6CDAF29A1D6BAF706765FED69FD9FC1 /* DBSHARINGResolvedVisibility.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E448F8DCAE9E059998883817AD7C90E1 /* NSString+CMDQueryStringSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 668492641D8708D1660E1680221367E5 /* NSString+CMDQueryStringSerialization.m */; }; + E46DAA05E2962C5F57AA4B964ADAAB6F /* DBTEAMLOGGroupCreateDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 069678C3C6CD9DEE1EAA9B5AEEABF36B /* DBTEAMLOGGroupCreateDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E48A8D2FDC35A0CEED4296147A514B6A /* AFURLRequestSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = DEF63A6A581132DB1AE516FD03095FD6 /* AFURLRequestSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4BDF72DEEFE6E67ADD98738DF0A5D7D /* ZXQRCodeAlignmentPattern.m in Sources */ = {isa = PBXBuildFile; fileRef = 442499CFCCEA88C0827B97BD350B0713 /* ZXQRCodeAlignmentPattern.m */; }; E4DA63619E41D80078B8B00F661F2751 /* Pods-AppBox-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 10FBA865F4BC9B21730E35E1EC25532D /* Pods-AppBox-dummy.m */; }; - E4E18C50452C9EFCAF20B251E1932445 /* DBStoneSerializers.m in Sources */ = {isa = PBXBuildFile; fileRef = 29F2A6A05632BD277F142948EAFB46BE /* DBStoneSerializers.m */; }; - E4E3400CC38E120FEC083AF3F112BBE1 /* DBPAPERListUsersOnFolderContinueArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 09F4B199A0B23D8F682613701467C044 /* DBPAPERListUsersOnFolderContinueArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4FB88EAF25BAB20CBAD5922068E2719 /* ZXDataMatrixHighLevelEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CBE80CEB8498A9FF0ED112022F54B38 /* ZXDataMatrixHighLevelEncoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E50DF676EECAC189689D4B3024F89AA4 /* DBTEAMLOGMemberRequestsPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 1381D9AD50BB179399DEFA49CA57A6F3 /* DBTEAMLOGMemberRequestsPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E539BCC6EFE0007DABEBFF36D46D35CD /* DBTEAMLOGMemberSpaceLimitsChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 88E78D282181089103ACAC3CB0DB4C07 /* DBTEAMLOGMemberSpaceLimitsChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E53C95B47D0A1CA80F922CA15E078DAD /* DBOAuthResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EF414B251797C0EB2AB85FCB464328C /* DBOAuthResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E54E536E49AC04547C0D0A7355C6EC81 /* ZXISBNParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D23A102F61D9CAA4E64B0853F94928C /* ZXISBNParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E562D9CB14847BBA4D783CD77A1554BF /* DBTEAMLOGRelocateAssetReferencesLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = ED71AD42B18A925F12BF77076ED2E931 /* DBTEAMLOGRelocateAssetReferencesLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E587EA5A7202285ABB50DBDEF174485D /* DBTEAMDateRange.h in Headers */ = {isa = PBXBuildFile; fileRef = 9992836BDE8619E08A249BCD9B6D2B8D /* DBTEAMDateRange.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E596F04B8250A2AD29ECE9994A7F077D /* DBPAPERListDocsCursorError.h in Headers */ = {isa = PBXBuildFile; fileRef = C1946D28DAD70DD39991F79171090605 /* DBPAPERListDocsCursorError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E5C39DA9026AF2CB600152E7A3D58405 /* ZXRSSExpandedBlockParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = E860195E92834397DE3CB1D302843615 /* ZXRSSExpandedBlockParsedResult.m */; }; - E5FDC5F48BB6B02B18251C0A9AADE6F4 /* DBSHARINGFileMemberActionResult.h in Headers */ = {isa = PBXBuildFile; fileRef = EEBF191B51ED244E2A2A448333844E5D /* DBSHARINGFileMemberActionResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E61E0E97F79972EE68A5AF8C6F8A2B62 /* DBTEAMLOGPaperDocUnresolveCommentDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = C233DDB0C83E2B4576A9BA0ABD90BDA4 /* DBTEAMLOGPaperDocUnresolveCommentDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E6672021EF662B6317239217E47399C9 /* DBTEAMGroupsSelector.h in Headers */ = {isa = PBXBuildFile; fileRef = F385B6BF86141F4063380A56F41961B4 /* DBTEAMGroupsSelector.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E6883C5956A99F5EE504DE0DF9E13603 /* ZXAI013x0xDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CDE6E8C219229169ADE0D4F757CA0BA /* ZXAI013x0xDecoder.m */; }; - E6A81724A9C25518391B7F362086B6A0 /* DBSHARINGSharedFolderMetadataBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C22DFA027B2D38A135EF721E1DD96DB /* DBSHARINGSharedFolderMetadataBase.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E6D07C9D00D1A6EC35D83F3D8CDD14DF /* DBSHARINGMountFolderArg.h in Headers */ = {isa = PBXBuildFile; fileRef = A110BF644E2DA66865CAFD31C9741CCE /* DBSHARINGMountFolderArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E6F0992F445C52243C0F2BB01B85ADF3 /* ZXGenericMultipleBarcodeReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 3271E738177E87187B1E96F3DBF564E5 /* ZXGenericMultipleBarcodeReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E70392569F14873D442B73AB1F9FC5CE /* DBSHARINGGetSharedLinksError.h in Headers */ = {isa = PBXBuildFile; fileRef = BF01513B852D13154B93CC2D72152DDC /* DBSHARINGGetSharedLinksError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E709DC4CE102AA3ACE725300472641B1 /* DBTEAMLOGSignInAsSessionEndDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = EF52E84EF72B38688BFA153DAC61D749 /* DBTEAMLOGSignInAsSessionEndDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E73226B6095DF4585C387306D4D1523E /* DBTEAMLOGFileRequestsEmailsEnabledDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = E0A815AB3586C73D425513348FC7E65D /* DBTEAMLOGFileRequestsEmailsEnabledDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E78147E7199C9D8B7CD81531464A859B /* DBFILESListFolderError.h in Headers */ = {isa = PBXBuildFile; fileRef = 06EEA99FDCAF9F446A7C70CA27F08FDC /* DBFILESListFolderError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E79C1BA9D358C3DFFF3196EB652422A6 /* DBSHARINGLinkPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = E35D3AF4862C2FC0AFD19157A05C72C1 /* DBSHARINGLinkPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E7D2D439681242BD185A75BB16E8E3D9 /* ZXPDF417DetectorResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C3E845980B4D1ECD4B6404CB7C85B2E /* ZXPDF417DetectorResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E7F0CDBBBAA95E923A3D7197040BDA65 /* sha1.h in Headers */ = {isa = PBXBuildFile; fileRef = A6C424C9256FE7173A49313B67261AC9 /* sha1.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E8890F82CB6ADC7D08634ABFF18ABA6D /* ZXQRCodeFinderPattern.m in Sources */ = {isa = PBXBuildFile; fileRef = 8FBC549CF538445EBE74A20D0797B941 /* ZXQRCodeFinderPattern.m */; }; - E88C4329CF89E354B1E90D92485C2D20 /* ZXAbstractExpandedDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 386BB6BC63E7A3F2CB01F4A9E46ED08E /* ZXAbstractExpandedDecoder.m */; }; - E8A7C3230AACF0223CEAFEE6A2D03DF0 /* ZXHybridBinarizer.m in Sources */ = {isa = PBXBuildFile; fileRef = B0B112A29666685A0AB54F2C48C056EC /* ZXHybridBinarizer.m */; }; - E8AAC02C83563C850603FEA0C2F14D43 /* ZXEmailAddressParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 0971B5895E6DFC51D169A9E50EBFD9CB /* ZXEmailAddressParsedResult.m */; }; - E8E440C84355A7FE8A619F2DD9017CF6 /* ZXStringUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = E9086E5EFBEDBC99D2A839B2A80F398E /* ZXStringUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E9004B2D37CEBDCEA255F6D5455EEE25 /* DBTEAMLOGPaperExternalViewDefaultTeamDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE16D073EE30B52C5BA36E1FCBEFF31 /* DBTEAMLOGPaperExternalViewDefaultTeamDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E924A52EFB77215029B4038D5C92C473 /* ZXAI01weightDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 60854AC9B589185386CB0FCAE26619CE /* ZXAI01weightDecoder.m */; }; - E950B6571FFFF454168275BA767B6502 /* DBSHARINGFolderLinkMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = E6BBCB88C6F33412241EF8FE3A335D25 /* DBSHARINGFolderLinkMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E95E52651360A7A55B78D4A8C6FBD232 /* ZXDataMatrixSymbolInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 28BF0949FFDE757C8ACCAFE131F64A46 /* ZXDataMatrixSymbolInfo.m */; }; - E95EE62CF066B3E8B6FAE9CC67A9FB6C /* ZXQRCodeMaskUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FC7AE575D4A5A79E2FEFF37054365B4 /* ZXQRCodeMaskUtil.m */; }; - E9692ABC53BC36FA40F5DA580EB75FDF /* DBTransportDefaultClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B623C10DFA0A6B986A09F9CBA3E330F /* DBTransportDefaultClient.m */; }; - E9A079F194559F08D4844F6AFC1B9A76 /* DBPAPERFoldersContainingPaperDoc.h in Headers */ = {isa = PBXBuildFile; fileRef = 89D5D284C3640A90D8BB224B48072BC9 /* DBPAPERFoldersContainingPaperDoc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E9D6BF6EFBDD884FA31BB8E41F4CFD2E /* DBTEAMLOGMemberStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 04ED4D97045FCEF4030CCF976F89ABDA /* DBTEAMLOGMemberStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E9EE02A24020664BC24FB39C4A8B0209 /* ZXCode128Reader.h in Headers */ = {isa = PBXBuildFile; fileRef = 11695E43AEFAD4ED3511EBEDBDED3B0C /* ZXCode128Reader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EA045AEE65EBDDF15EAD76130446062F /* DBFILESSaveUrlResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 8703DF7696F382A2BFC04D6A845B9782 /* DBFILESSaveUrlResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EA241B57AED488B6C06534AF8C533163 /* DBTeamBaseClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 66DB39057FF139C1CBC84F4074BE3341 /* DBTeamBaseClient.m */; }; - EA9763D64BE49346D0D2FDAC2A02314E /* DBPAPERPaperApiCursorError.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DBCB2417517B302764D43BC7C91E33B /* DBPAPERPaperApiCursorError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EAD212A858983D0ECC9D02F8AEF4F11A /* DBTEAMFeaturesGetValuesBatchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = D874DB84C1BC0FF6E453C5B8F9F860BF /* DBTEAMFeaturesGetValuesBatchResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EB1130AFC4079059D19FF5B585F4AFBA /* DBPAPERListUsersOnPaperDocArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 63422C08354955902D29EC3A62A51428 /* DBPAPERListUsersOnPaperDocArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EB233F2BB9E9C72035B70272877CF536 /* DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = A28D95BFFF5F8DF00750B6B2CED3FACA /* DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EB3B752D0ECCE37EAF7669B020AA0385 /* DBPAPERSharingPublicPolicyType.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D3BF073397BD826DDD566347519076C /* DBPAPERSharingPublicPolicyType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EB47A9FF5BBB845EA332F6C2A18706A6 /* DBTEAMLOGDeviceLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 14904E0367AD146FF363B9BBFE8D51AF /* DBTEAMLOGDeviceLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EBB1768580FC1CF7DDA2DE4BC7E5CF26 /* DBTEAMLOGTfaRemoveSecurityKeyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = C8A5741B951619763980FF274E0331F6 /* DBTEAMLOGTfaRemoveSecurityKeyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EBB7A10C97E06178E042FB205883AA9A /* DBTEAMLOGConfidentiality.h in Headers */ = {isa = PBXBuildFile; fileRef = 38F61CE9ECD5F2B649F0677DC0549D63 /* DBTEAMLOGConfidentiality.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EBBC620FDAB6D4F5903C664E553C8BA5 /* DBTEAMGroupFullInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 29B14760BAC5CB9297DA4EFD3C01DA86 /* DBTEAMGroupFullInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EBFFEF5EB8701FD0B82F1CEA1B7395AA /* DBTEAMLOGSfAddGroupDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = CBE2C66748B978D698B1522D7A0FBE2E /* DBTEAMLOGSfAddGroupDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EC01165D59547DEE2BE221A47B469F32 /* ZXEAN13Writer.h in Headers */ = {isa = PBXBuildFile; fileRef = 489414F9048BE87F549BBE03DE9CB56F /* ZXEAN13Writer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EC2E8B31A2302191ED1C4436B5AED698 /* DBSHARINGListFileMembersIndividualResult.h in Headers */ = {isa = PBXBuildFile; fileRef = E8DEB618CE7522071ECC981B0ECBD670 /* DBSHARINGListFileMembersIndividualResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EC38E45B4D627E45C5FD75D6ACC2F3A4 /* DBTEAMTeamMemberStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 77BA448E89021C957EAD9FEA51A8E1BF /* DBTEAMTeamMemberStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4DAEDBB2B4AD1D7C756F11B2470D41B /* DBPAPERListUsersOnPaperDocContinueArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 316E0920B3C079F668CE5CFA58CDC255 /* DBPAPERListUsersOnPaperDocContinueArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4FB88EAF25BAB20CBAD5922068E2719 /* ZXDataMatrixHighLevelEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BAAEE05FC2D51AFC67ED7C4063FBFCF /* ZXDataMatrixHighLevelEncoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E54E536E49AC04547C0D0A7355C6EC81 /* ZXISBNParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 15C3E472CFCAA8754E63EB467B534927 /* ZXISBNParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E5638AB8975C16F991D6540F78441CDF /* DBTEAMLOGSfNestDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A4EC121BC44989D6A7DC5DEFBDCDCA9 /* DBTEAMLOGSfNestDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E56E26145032502D73923307685C8B8B /* DBSHARINGMembershipInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F7642DA9FAA2EFE46C069934E51E5B5 /* DBSHARINGMembershipInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E5C39DA9026AF2CB600152E7A3D58405 /* ZXRSSExpandedBlockParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = BA809DD39D5F6C8F0CF10DBCCADD4150 /* ZXRSSExpandedBlockParsedResult.m */; }; + E5D262E7ADF51525A3C869D7209B23A3 /* DBAUTHRouteObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = 839033D3A15C5B26689C7F8A296C4D0E /* DBAUTHRouteObjects.m */; }; + E5F8396CD454E288FAA48DF44B076A20 /* DBTEAMMembersRecoverError.h in Headers */ = {isa = PBXBuildFile; fileRef = 99901D0420148C43BBD3BD068A195134 /* DBTEAMMembersRecoverError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E601F750686C36881CBD401FA633F377 /* DBFILESCommitInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AD994DAC58AB1AC60F9395A185D6F5B /* DBFILESCommitInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E6497BD6EBD3DC64EE9AA3ECBA738B4D /* DBFILESThumbnailSize.h in Headers */ = {isa = PBXBuildFile; fileRef = 786C021A811C9228554E0F094C898E8F /* DBFILESThumbnailSize.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E687856ACED806DB641EA62F488DE373 /* DBTEAMLOGSsoAddCertDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 813706B27CE5F610F72F86D29625A70F /* DBTEAMLOGSsoAddCertDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E6883C5956A99F5EE504DE0DF9E13603 /* ZXAI013x0xDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = B81317B206F247650F0CDC4D524319EB /* ZXAI013x0xDecoder.m */; }; + E6F0992F445C52243C0F2BB01B85ADF3 /* ZXGenericMultipleBarcodeReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F92F7562D2E8EE6D2A241F8CE704535 /* ZXGenericMultipleBarcodeReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E74CAABF2C2F933B2270011F1354A5EE /* DBFILESPhotoMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 60FBAB1DFD9AD1DBE62E9FA77A0806F2 /* DBFILESPhotoMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E74FD0035FD8E52619D4D8853A5346B8 /* DBTEAMLOGShmodelTeamShareDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = B16B8ECEE89DB0F22720BC895B117CA3 /* DBTEAMLOGShmodelTeamShareDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E7D2D439681242BD185A75BB16E8E3D9 /* ZXPDF417DetectorResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F9B04B055DDACE16F46C5C81170D313 /* ZXPDF417DetectorResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E7D45E1688DCD57D9F507B5658D46C16 /* DBTEAMLOGDeviceApprovalsPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 14C5AC1E2EE4E83EC20780740FD0A282 /* DBTEAMLOGDeviceApprovalsPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E7F0CDBBBAA95E923A3D7197040BDA65 /* sha1.h in Headers */ = {isa = PBXBuildFile; fileRef = A2853389F2C0D8930296946778C95DEE /* sha1.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E7F9F52A31E26B768C851C4282E0D837 /* DBFILESDeleteBatchJobStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 182E54B0B3DB1FC445CDA1B9FC45749E /* DBFILESDeleteBatchJobStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E80520781000CFDFACA940DE4529A181 /* DBFILESGetMetadataError.h in Headers */ = {isa = PBXBuildFile; fileRef = CA93996C0D3AE03E5D71186B530DDA90 /* DBFILESGetMetadataError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E8191512F4DA6B955370C8026E75DDB0 /* DBSHARINGInviteeInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ED9A5617F328F9D92D565856069668A /* DBSHARINGInviteeInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E8722DF0F54FB733FFF3F8049122A27B /* DBSHARINGUnmountFolderError.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B5FEB52FDCEAF423D7716190BDA63B3 /* DBSHARINGUnmountFolderError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E87AA4C28C521F16D31D421517762F6D /* DBTEAMLOGSharedContentDownloadDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A846DF14E4FFA09587EFF15C62C5D80 /* DBTEAMLOGSharedContentDownloadDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E8890F82CB6ADC7D08634ABFF18ABA6D /* ZXQRCodeFinderPattern.m in Sources */ = {isa = PBXBuildFile; fileRef = 97E7681228D6083C8F632096AEA47D97 /* ZXQRCodeFinderPattern.m */; }; + E88C4329CF89E354B1E90D92485C2D20 /* ZXAbstractExpandedDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 773FBACBF3321428AA477A74399326EC /* ZXAbstractExpandedDecoder.m */; }; + E8918B598B4500BC1F0B2409F120E2F3 /* DBTEAMLOGTeamProfileAddLogoDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = B549E55CEF4D172D36211BFBED6FEAFC /* DBTEAMLOGTeamProfileAddLogoDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E8A7C3230AACF0223CEAFEE6A2D03DF0 /* ZXHybridBinarizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A426681A837D4D59905A39A566552DD /* ZXHybridBinarizer.m */; }; + E8AAC02C83563C850603FEA0C2F14D43 /* ZXEmailAddressParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BC63519608340BBB242B9549CD97F58 /* ZXEmailAddressParsedResult.m */; }; + E8E440C84355A7FE8A619F2DD9017CF6 /* ZXStringUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C1C2A071DF0088CBF420676FDBC4931 /* ZXStringUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E924A52EFB77215029B4038D5C92C473 /* ZXAI01weightDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = B2949E3640552C2560744CBA8AF896D4 /* ZXAI01weightDecoder.m */; }; + E95CCBA31937A6E2EE00B7CC31B2C33C /* DBTEAMFeaturesGetValuesBatchArg.h in Headers */ = {isa = PBXBuildFile; fileRef = FC3D01885248C885C73CAB4A8C2B0CCF /* DBTEAMFeaturesGetValuesBatchArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E95E52651360A7A55B78D4A8C6FBD232 /* ZXDataMatrixSymbolInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E058A1526EE4F3613569756FA8D6388 /* ZXDataMatrixSymbolInfo.m */; }; + E95EE62CF066B3E8B6FAE9CC67A9FB6C /* ZXQRCodeMaskUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 4311F44CB60725C3CBA158E34A6D3D0B /* ZXQRCodeMaskUtil.m */; }; + E99840BD58510B50B1DFD87D87798E44 /* DBTEAMLOGShmodelVisibilityPublicDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = CB6F02989C359288699DDAC26AA561C3 /* DBTEAMLOGShmodelVisibilityPublicDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E9EE02A24020664BC24FB39C4A8B0209 /* ZXCode128Reader.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F351C5079ECB3EC066E639576A425EA /* ZXCode128Reader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E9F47D1393992F74370470F3F9099E9E /* DBTEAMTeamMemberInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 6722BBADD316801C221B6C8614F51956 /* DBTEAMTeamMemberInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EA63C16C1CEE2A6409EED7FC6E78ED40 /* DBCustomDatatypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 0309FD52DC1A66B967C8FC4EA406C429 /* DBCustomDatatypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EA7E7006C4D40E3BD63193132A5CDCB4 /* DBASYNCLaunchEmptyResult.h in Headers */ = {isa = PBXBuildFile; fileRef = E34DDA739C073E7DCDC63E19C78DAA42 /* DBASYNCLaunchEmptyResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EA8B063879F45BB857A5FD5D0A31C798 /* DBTEAMLOGPaperContentRemoveFromFolderDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 9738F109F41FC8E51B792EFD36104A37 /* DBTEAMLOGPaperContentRemoveFromFolderDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EA90FB3A5F4E5EED581D68DAC443AACD /* DBHandlerTypesInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = DB95C1B82AA0D4365F5798A9E175E065 /* DBHandlerTypesInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EAAE24DCF599E03855A1C9E35231411D /* DBSHARINGMemberPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D158B4EB76EFA3A2983E677C2C2E517 /* DBSHARINGMemberPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EACFF16B002FD105093E7E221F650AC6 /* DBTEAMLOGPaperFolderDeletedDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 537F7606CBCFFC2D1B761FC5BA5278F7 /* DBTEAMLOGPaperFolderDeletedDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EAF7A64264F6739EB4D485E8221D3071 /* DBTEAMLOGDomainInvitesApproveRequestToJoinTeamDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = B0ED0946EC9A449E4DB8172E92900CA1 /* DBTEAMLOGDomainInvitesApproveRequestToJoinTeamDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EB079480BD316557B577159D0717EE3F /* DBAUTHTokenFromOAuth1Result.h in Headers */ = {isa = PBXBuildFile; fileRef = D56E578FF99C6EE5EF34BAD61510A849 /* DBAUTHTokenFromOAuth1Result.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EB420D480F52A0ACBBB355F7A7E8C055 /* DBTEAMLOGEventType.h in Headers */ = {isa = PBXBuildFile; fileRef = 30BB4B6D4B58C05FCC6F5930CB755B70 /* DBTEAMLOGEventType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EBF9CC8F6F55ADDEEF17D6DF904D8298 /* DBSHARINGViewerInfoPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A3ED1502E3FB84EC5803FAC021FD6AC /* DBSHARINGViewerInfoPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EC01165D59547DEE2BE221A47B469F32 /* ZXEAN13Writer.h in Headers */ = {isa = PBXBuildFile; fileRef = 19710031235D6F10DBE0663BF85BD4DC /* ZXEAN13Writer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EC2E27E4C9EEE5B35958DF2E7A20A39E /* DBTEAMPOLICIESOfficeAddInPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = AEC48124807B5C51BC6936AC5B2DA18A /* DBTEAMPOLICIESOfficeAddInPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EC7A7E3C08A6C8172E6B693C425F9C64 /* DBTEAMLOGCreateFolderDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A21DBED49213B6D2551B754730D29EE /* DBTEAMLOGCreateFolderDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EC7F547E5F06F95A9E72A3A8DD1992CE /* DBTEAMLOGSsoChangeCertDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = C0E82008D6BB014731A4827D7481E032 /* DBTEAMLOGSsoChangeCertDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; EC8598FFF8905D440B11ED27731B3E6C /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B71896A3AE6EF693AC497DCE0885B43 /* Cocoa.framework */; }; - EC95CFC2AC9284B55521572AD22E2633 /* DBTEAMLOGTeamEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = BC95BD49BD141DDAB4B04905425BE351 /* DBTEAMLOGTeamEvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ECAE46671D51BC153686B3046A186ACC /* DBSHARINGFileLinkMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = D92AC210ACBA5BA0C7B00FD95419908C /* DBSHARINGFileLinkMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ED0161F89B2910CDE7377ECA40876144 /* DBTEAMMembersListContinueError.h in Headers */ = {isa = PBXBuildFile; fileRef = 481CA25F91C356405C6365DFC440F932 /* DBTEAMMembersListContinueError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ED36807B00481C31530A039E54EF9CC4 /* DBSHARINGUpdateFolderMemberError.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F7FF672B977C9EAA154B67A10528E56 /* DBSHARINGUpdateFolderMemberError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ED69D9C495B6C464FABE9AFA169A7D79 /* DBTEAMLOGSharedContentAddInviteesDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = F47A35F3B75D2FC06F95B478183E0C23 /* DBTEAMLOGSharedContentAddInviteesDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ED7AA2A3E1FF82F42D90C2EB4617192A /* ZXQRCodeFinderPatternInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = F1690C7286603E0921AA001F05E89574 /* ZXQRCodeFinderPatternInfo.m */; }; - EDB34573E566BEBCB6A2D9F765BCF1F3 /* NSDate+ISO8601.m in Sources */ = {isa = PBXBuildFile; fileRef = 2270E16B989E9453925E51535DE504B9 /* NSDate+ISO8601.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - EDC13D29798841046959483D29C180FA /* ZXQRCodeVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = DA2D8A959737EF831F782765D828B19B /* ZXQRCodeVersion.m */; }; - EDC289FF100696EC4E5B074083A73F0A /* ZXReedSolomonEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = E0AB1174A8AE734FD75F39BA5BF9900F /* ZXReedSolomonEncoder.m */; }; - EDC7C2FE2F8A53B42098146F0489041F /* ZXProductResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = B15A0F1845F72759D88DC7CAC49C79E4 /* ZXProductResultParser.m */; }; - EDCDFA4D1010D0B8E0D5F45894CF56A3 /* DBPROPERTIESGetPropertyTemplateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 9AF2795EE7663A6634AF960F888B18FD /* DBPROPERTIESGetPropertyTemplateResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EDED986D9509CD360692E5A25E6B4E7A /* ZXCalendarParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ABC7706C8FB539B56F82BB3F98D4ED9 /* ZXCalendarParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EE0E525C8A7DB26E83D389B9824226E3 /* DBFILESRemovePropertiesError.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A26AA99F76D4A6A989725A49B825279 /* DBFILESRemovePropertiesError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EEB7A8DB9C43277413F3664B31D26038 /* DBTasksStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 9364F70AA37232B2471C20618863BD50 /* DBTasksStorage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EEB8CF533B3BA2A34CF2E66B9975D478 /* DBTEAMGroupsListResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BC5F2EF05B20FFBC35A80CFAEB53F6C /* DBTEAMGroupsListResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EEC7F5451B8F103D9F1D5BCDC0F03937 /* ZXBookmarkDoCoMoResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F79A4BE22F3E3CD98686B8BCD2E8998 /* ZXBookmarkDoCoMoResultParser.m */; }; - EECA12DBA9590C7B704F17C031F83601 /* DBTEAMLOGSfTeamUninviteDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = C0EBF199A6475C49299C4E0FE9BADB0E /* DBTEAMLOGSfTeamUninviteDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EEDEAE420E4CB2C3A8969C6103C1076E /* DBHandlerTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = CD846322FA55AA89A5C1053AA372EFE0 /* DBHandlerTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EEECE6D9610533647D7EC1FA49F0EC55 /* DBSHARINGUserInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2817A777075B4AD5943CC88EEA7A0B86 /* DBSHARINGUserInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EF17108FF0D0FC5E1E185596676FEDEE /* DBTEAMLOGSharedContentClaimInvitationDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EF90F29F99CA3352FFAE1A189AFB72D /* DBTEAMLOGSharedContentClaimInvitationDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EF4D0496F6C57F32166A83607245C457 /* DBSHARINGJobStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A6899DDA41AA20A6D3D40B162B428BB /* DBSHARINGJobStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EFD0D7AF44ED6C2099CADDE557AFB6EB /* DBFILESUploadSessionFinishBatchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 44754C6C569CF73674FEE29839A2E6B9 /* DBFILESUploadSessionFinishBatchResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EFF6D32A516FA47A57091CD1E4A06FFD /* DBTEAMRevokeLinkedAppStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = CA6BF9904BB3CCC526DC8B1568FDD731 /* DBTEAMRevokeLinkedAppStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EFFA87977EE8D2C53D1809E321BF4015 /* DBTEAMLOGGroupAddExternalIdDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B3ED0F3B019D08D46E75065D8DC5ADE /* DBTEAMLOGGroupAddExternalIdDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F00C8D27CB24550E63C485CD69E2F833 /* ZXPDF417Reader.h in Headers */ = {isa = PBXBuildFile; fileRef = 9520A30D2175BE847950E297DC3C7722 /* ZXPDF417Reader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F0171254214500F057FA0FB6999CD390 /* DBPAPERListUsersOnFolderResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = DC6D73F84E28404879855D0C6E730BC5 /* DBPAPERListUsersOnFolderResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F05619DCB701731C003511F6053236F2 /* DBFILESSaveCopyReferenceResult.h in Headers */ = {isa = PBXBuildFile; fileRef = CF81C6373165CE950333336D6BFD79FB /* DBFILESSaveCopyReferenceResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F18075246F08132D72E4F3CF83687FF2 /* ZXDataMatrixTextEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 70D1679A556BBBE1D4834AF1C46CB50F /* ZXDataMatrixTextEncoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1865190FCCA91E09AB8B73297FFD469 /* DBFILESListRevisionsResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 67E82FCDA7A9CD2E7D330DB809274D76 /* DBFILESListRevisionsResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F189893F23A87753279FBE2AAFB959A1 /* ZXMultiFormatOneDReader.h in Headers */ = {isa = PBXBuildFile; fileRef = A3882427E2734857F7DA6D7EBEF8D653 /* ZXMultiFormatOneDReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F199E3A12AE0ED1032E4DA6C1FCEC8DD /* ZXDataMatrixEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 35BA86D7CB03092A49A6E908D2F5199A /* ZXDataMatrixEncoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1BAF316D435261AA609F91B73768B6B /* DBSHARINGSharedLinkMetadata.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F244B8D00D2992805526C97F9FB7202 /* DBSHARINGSharedLinkMetadata.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1CCE616599D597A56E0D0601D897EB0 /* ZXRSSExpandedFieldParser.m in Sources */ = {isa = PBXBuildFile; fileRef = BEBE3258C879D36AAC37E9B770AA92E5 /* ZXRSSExpandedFieldParser.m */; }; - F234DAAFF0242DAD9883304FF8772FB0 /* DBTEAMLOGSharedContentChangeDownloadsPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 81738350C0C3DC4F5A3ADD3F6CA66514 /* DBTEAMLOGSharedContentChangeDownloadsPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F23D09A74068012F30E4919E243EDB72 /* AFURLResponseSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E657B14B11F16BBEEA65FFA1239A81E /* AFURLResponseSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F2B4A173E9CAEE81C83868EC8531EBE4 /* DBTEAMLOGPaperDocChangeSharingPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = A053455E01125B2C0D9B889A8EBAAADE /* DBTEAMLOGPaperDocChangeSharingPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F2D6EFC8B710FF0A1606135C5694A0A4 /* ioapi_buf.c in Sources */ = {isa = PBXBuildFile; fileRef = 479D3854363EC990210E4977345833E2 /* ioapi_buf.c */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; - F2D993465106FB8F8C13857227BCBC1D /* ZXBitSource.h in Headers */ = {isa = PBXBuildFile; fileRef = A62905E0A970F54C87EC19A9D35BCDDA /* ZXBitSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F2FB461C605626770D2B0C937B5143F5 /* DBTEAMLOGSharedContentRemoveLinkExpiryDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 0ADA101870C757C837F9FD4DB6B1005A /* DBTEAMLOGSharedContentRemoveLinkExpiryDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F373EB44D930F709240DD61DEBDF7253 /* ZipArchive.h in Headers */ = {isa = PBXBuildFile; fileRef = 152901A3F80340F9A5A8DBA0A9ABE89D /* ZipArchive.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F37EC3621CA55461E49DBB2D339CB90C /* CMDQueryStringSerialization-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 978C5925AA97ADE687596781BBFA9BCF /* CMDQueryStringSerialization-dummy.m */; }; - F38CE7BE0C4470AA279AA63FBBCFBF03 /* DBSHARINGListFilesContinueArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 196A20A6E43503914E8F22BFACB591DD /* DBSHARINGListFilesContinueArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F3BBD8323DC12EA7FD196070C48775C3 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BD369C847FFC2FCA8A3F7DF63867924B /* AppKit.framework */; }; - F3C1F1B3D444155B190F6BA622A259A2 /* DBTEAMLOGShmodelCreateDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A0583394A9B0B675955A41F7C119663 /* DBTEAMLOGShmodelCreateDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F3C6A93AD7BF66922AD4BD8C351D58C7 /* ZXQRCodeFinderPatternFinder.m in Sources */ = {isa = PBXBuildFile; fileRef = D476EEA16E7746B4E3526D88AE8BB1D4 /* ZXQRCodeFinderPatternFinder.m */; }; - F3CCB7EDFF6A71F4ECAA25E05243A3C2 /* DBSessionData.h in Headers */ = {isa = PBXBuildFile; fileRef = 128CF3CACAAD5DB3836E8B1398AEF25F /* DBSessionData.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F3EAFE76D797D4AC2FD4771B71D952D8 /* DBFILESSearchMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 6241618E782CD33724E3BE3EF7BC6E37 /* DBFILESSearchMode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F3EE5DD45CE1528E9CD9B6BAD1EBE6FA /* DBTEAMPOLICIESSharedFolderMemberPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = EEA3E6B65E7969E2363BB42126270868 /* DBTEAMPOLICIESSharedFolderMemberPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F3F3445795C0E4F8A39FFBBD16C57156 /* DBFILESRelocationBatchLaunch.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EB1FFB3092A4CB84C5740B21C3712B4 /* DBFILESRelocationBatchLaunch.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F3FCC9E0518BA0B1CDDEA968E4354583 /* ZXPDF417Dimensions.h in Headers */ = {isa = PBXBuildFile; fileRef = D34651391B099A1BDF9CDBAB1DABB682 /* ZXPDF417Dimensions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F4037A8A1A4D58B2DB48343435138290 /* DBFILESListRevisionsArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 8598DB5ECB353226134EA30BA3EA7574 /* DBFILESListRevisionsArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F417BD6053FBF1FF5009060C1DD2185D /* MPAnalyticsConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = CB4278E60B91D2C943C2526582D10BD1 /* MPAnalyticsConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F489056C5ABD25A5AA7915D16051B104 /* DBPAPERRouteObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = DE15EB3B439B05171F2824E368AC7119 /* DBPAPERRouteObjects.m */; }; - F4C3FCE902D5A6246E1351313AA57423 /* DBTEAMLOGSharedContentRemoveLinkPasswordDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 45882DB7C9E86C07DF46B6D54F1C0111 /* DBTEAMLOGSharedContentRemoveLinkPasswordDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F4E4E345503F09BE2F957911F6E068B0 /* DBCustomRoutes.m in Sources */ = {isa = PBXBuildFile; fileRef = 5149D950BF93025C616CFF27321B5BF1 /* DBCustomRoutes.m */; }; - F4ED300DF6B34E0E56EC87DC21A62966 /* DBTEAMLOGGroupUserManagementPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F43F0E70D8E3A1B0976AEE0F6A49EF5 /* DBTEAMLOGGroupUserManagementPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F54BD702FA0020C88BA5DA367C2666FD /* DBPAPERListUsersCursorError.h in Headers */ = {isa = PBXBuildFile; fileRef = D9D9477053FED8CBA10493B83804C31C /* DBPAPERListUsersCursorError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F59BAEBFB5E7FCFCA504C46FB053733D /* ZXQRCodeDataBlock.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EAC2A15608F9AB02AA938FE1E1594B2 /* ZXQRCodeDataBlock.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F5A5D51FC29278E08AA35097512C3409 /* DBTEAMGroupsMembersListResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 58C018E451D783F77D78B77F0D5FF3EF /* DBTEAMGroupsMembersListResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F5E1DFB0AF082C0FE979FA3ABDC804E3 /* DBTEAMRevokeDeviceSessionArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AE4DB0132FA1F906131F2671A1B711D /* DBTEAMRevokeDeviceSessionArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F5E5359DA54D5006D35DDFAFD02E92B8 /* ZXResultPoint.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C96DA64292AB42A463B865EB09A21F6 /* ZXResultPoint.m */; }; - F5F4368E7A31602E8F72881FD1A1FE45 /* DBPROPERTIESPropertyFieldTemplate.h in Headers */ = {isa = PBXBuildFile; fileRef = 43C5E0E91ED19E41440013D914BF0188 /* DBPROPERTIESPropertyFieldTemplate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F60D3B57DF03889C091234A97A1DBB91 /* ZXWhiteRectangleDetector.h in Headers */ = {isa = PBXBuildFile; fileRef = 32D3800194E2CFF60664586EBEB2CF9F /* ZXWhiteRectangleDetector.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F628696CCDB180115D919C59CD178D74 /* DBSHARINGListSharedLinksError.h in Headers */ = {isa = PBXBuildFile; fileRef = B609A4EBB5DD7550CF563DEF43623E5B /* DBSHARINGListSharedLinksError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F69AC7795D0F1904B0B740B3EB6451AF /* ZXDataMatrixDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = C653FE99AA2330D2609548179BAEA275 /* ZXDataMatrixDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F69B371752FBA138DB7B7775E169A6E1 /* ZXParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 33023141554A92BA4813C116184A4082 /* ZXParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F71ECF2144628A657E513BFD63D22F9A /* SAMKeychainQuery.h in Headers */ = {isa = PBXBuildFile; fileRef = 89A5AFA1C014ECFD480BC33424BCB382 /* SAMKeychainQuery.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F72540723B4189400E4A5447F311D691 /* DBTEAMTeamFolderInvalidStatusError.h in Headers */ = {isa = PBXBuildFile; fileRef = C35952FD098AF3C5E2F26871D6DFB4A5 /* DBTEAMTeamFolderInvalidStatusError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F762A12BF2942644ADC45959B664A5D5 /* DBSHARINGTeamMemberInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = CCF9972BD26E6E50BB7D2E0CA03A37A8 /* DBSHARINGTeamMemberInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ECE4905A11CF38974CFED4E126D31001 /* DBTeamPoliciesObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D5AF91DE1E1C566BB5699C1C4FFF14E /* DBTeamPoliciesObjects.m */; }; + ED1A4FCA30B1A3B3755C9DB9744E7BFB /* DBFILESUploadSessionFinishBatchArg.h in Headers */ = {isa = PBXBuildFile; fileRef = AF5B9D19B72CE59E3166483F5267655E /* DBFILESUploadSessionFinishBatchArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ED6D2D7E6F6E208E2C451DB82DFCCEC7 /* DBTEAMLOGTeamName.h in Headers */ = {isa = PBXBuildFile; fileRef = 86F4BD88059B0DC436C963CFBAABBD89 /* DBTEAMLOGTeamName.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ED6EC08572FEB43748867B64000B3946 /* DBPAPERAddPaperDocUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 1469DA7FAF0F8AB3298C33A4E296FB38 /* DBPAPERAddPaperDocUser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ED7AA2A3E1FF82F42D90C2EB4617192A /* ZXQRCodeFinderPatternInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B2DA6150DA57A4FC81972FA542085F8 /* ZXQRCodeFinderPatternInfo.m */; }; + EDA0FBCB8F7A8B8F6EDE145E587D3D04 /* DBSHARINGSharedLinkPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 2002FE3EC88E0190E43B8D2ADDEFF303 /* DBSHARINGSharedLinkPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EDB34573E566BEBCB6A2D9F765BCF1F3 /* NSDate+ISO8601.m in Sources */ = {isa = PBXBuildFile; fileRef = DBBECDB7539081FBA2BA87A535B9EEA8 /* NSDate+ISO8601.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0"; }; }; + EDC13D29798841046959483D29C180FA /* ZXQRCodeVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A5AAE19CB230AE7C490193F484EC895 /* ZXQRCodeVersion.m */; }; + EDC289FF100696EC4E5B074083A73F0A /* ZXReedSolomonEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 907F636812D6DE75807267602309F192 /* ZXReedSolomonEncoder.m */; }; + EDC7C2FE2F8A53B42098146F0489041F /* ZXProductResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = A9F095EBEE3F8C888A356554DBFAA878 /* ZXProductResultParser.m */; }; + EDCAFD3FB8293EAE493C01A3D5748661 /* DBFILESGetThumbnailBatchResultEntry.h in Headers */ = {isa = PBXBuildFile; fileRef = 201EBA298A2D69883F90086EEC4A0480 /* DBFILESGetThumbnailBatchResultEntry.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EDD3D4598A44845D4C38576BB3A180CA /* DBTEAMMemberProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 816BB8C477E707CA3DB82B8A99CDE5E2 /* DBTEAMMemberProfile.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EDED986D9509CD360692E5A25E6B4E7A /* ZXCalendarParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 7948D982E9AC4C0CFEBF57A892C4E8BB /* ZXCalendarParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EE09C5D65DE74C5F5F03709B4BF64936 /* DBTEAMLOGGeoLocationLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 753A456C15D441599317C3B46A994EE3 /* DBTEAMLOGGeoLocationLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EE1B83E1CED5D1494BB85244051071A8 /* DBSHARINGUserFileMembershipInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = FEBC575D7CBB2D7E57E4EF9567ACD698 /* DBSHARINGUserFileMembershipInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EE2AAB9630162E61F554A1F01CBB6DDA /* DBTEAMLOGSmartSyncPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = C8F6915BF7956CD9E6F391261B814B9D /* DBTEAMLOGSmartSyncPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EEC7F5451B8F103D9F1D5BCDC0F03937 /* ZXBookmarkDoCoMoResultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = F12BC83E53417FC800FA86CC95317220 /* ZXBookmarkDoCoMoResultParser.m */; }; + EF23857533FE8EE1600DE5750C636BFF /* DBFILESMediaInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B17A64636BC12F276EFEFF9AF29BDA4 /* DBFILESMediaInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EF30B465C4469CAD5C77D92A2501E9AC /* DBTEAMLOGShmodelSetExpirationDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = F9B4DB634052C2C88047F9225EC17AE6 /* DBTEAMLOGShmodelSetExpirationDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EF7FDF24E0354F848C9061C9D4B3384C /* DBUserBaseClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 129606FEDE30E1026C005A6C0DB55370 /* DBUserBaseClient.m */; }; + EFAC6B2ED7A67242809FEA1EF43A3835 /* DBTEAMLOGTfaAddBackupPhoneDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = C2CEB566801F1E53C36CACBF7EF6D021 /* DBTEAMLOGTfaAddBackupPhoneDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EFE1602397CFF8C248CBDEED63AD4F7D /* DBTEAMGroupMemberSelectorError.h in Headers */ = {isa = PBXBuildFile; fileRef = C30ACADE778EC3488131B45FC8921ECE /* DBTEAMGroupMemberSelectorError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F00C8D27CB24550E63C485CD69E2F833 /* ZXPDF417Reader.h in Headers */ = {isa = PBXBuildFile; fileRef = 4819B860778F0A7C3F8219A65633BE4E /* ZXPDF417Reader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F064D43F0ABEEF9BE4306FC5339AD5DE /* DBTasks.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC6876BCC7631CD962C99E00EF7CAB5 /* DBTasks.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F086C962DDA0BB42799077C96395B647 /* DBTEAMLOGAllowDownloadEnabledDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 957E0E2FCE839076F58B9EF22FA0AE2F /* DBTEAMLOGAllowDownloadEnabledDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F09EAFF1D2BBA196E7861E7DFA582F67 /* DBFILEPROPERTIESPropertiesSearchResult.h in Headers */ = {isa = PBXBuildFile; fileRef = B6803897122683CC482ACD4EE6A04E08 /* DBFILEPROPERTIESPropertiesSearchResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F16EB58D616E8CAC1A7D8C7EAFE7E58F /* DBTEAMMembersGetInfoArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 579DE7AEF564B24E8D104D5DFBED9185 /* DBTEAMMembersGetInfoArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F18075246F08132D72E4F3CF83687FF2 /* ZXDataMatrixTextEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C25DCBAF3CD4A355149423167868358 /* ZXDataMatrixTextEncoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F189893F23A87753279FBE2AAFB959A1 /* ZXMultiFormatOneDReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 4271D8395C8C920340DAFC27385205AD /* ZXMultiFormatOneDReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F199E3A12AE0ED1032E4DA6C1FCEC8DD /* ZXDataMatrixEncoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A535857D19D45593537367068824342 /* ZXDataMatrixEncoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F19CCD35F578EF3C95BD24093153C8D6 /* DBTEAMLOGFileRenameDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = C2F1F1D952A819D3131DC175B62157D4 /* DBTEAMLOGFileRenameDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1AE2B8696B92E75817BF74644B33897 /* DBFILESRelocationPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 04303D4068D39A6727473667144DAC02 /* DBFILESRelocationPath.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1BA87FE280588D57D5E083E339A7062 /* DBAUTHRateLimitError.h in Headers */ = {isa = PBXBuildFile; fileRef = A0CCE899832B864452BB382CB9E7BD1E /* DBAUTHRateLimitError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1BCCBA7744E24064BEEC73074A4F0A4 /* DBTEAMLOGFileMoveDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C3EFA5E2D08CC91065335872FDA4635 /* DBTEAMLOGFileMoveDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1CCE616599D597A56E0D0601D897EB0 /* ZXRSSExpandedFieldParser.m in Sources */ = {isa = PBXBuildFile; fileRef = C0F871AE93F06B15ED9980A141BE501F /* ZXRSSExpandedFieldParser.m */; }; + F23D09A74068012F30E4919E243EDB72 /* AFURLResponseSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 12AE8E8CC87B05D0B4B9AD13184AE8F3 /* AFURLResponseSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F29C077A972DDDA091260315C944C2FE /* DBTEAMLOGTeamFolderStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 316B8BD83013EBA5A56D6458D5ABF480 /* DBTEAMLOGTeamFolderStatus.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F2CDAE2DBBA137C743F898BB4D04283E /* DBTEAMLOGParticipantLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 56E533DE5145570A81439CDEFFEC4DA4 /* DBTEAMLOGParticipantLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F2D993465106FB8F8C13857227BCBC1D /* ZXBitSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 62EB0A1135E3B82BB65E34A1AC3E240B /* ZXBitSource.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F2E842EC31A0CC20839546FE67E6FDDD /* DBTEAMLOGTfaChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BAEB77EAA468F48A9B8DCE219B7A9B2 /* DBTEAMLOGTfaChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F303F3FFDC6AC755BA77FD044F43AA8D /* DBTEAMGroupFullInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2987AA13905E73FB88253B27C8410E3A /* DBTEAMGroupFullInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F373EB44D930F709240DD61DEBDF7253 /* ZipArchive.h in Headers */ = {isa = PBXBuildFile; fileRef = 247F21350418BC254EA47FDC8AD31083 /* ZipArchive.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F37EC3621CA55461E49DBB2D339CB90C /* CMDQueryStringSerialization-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 95841225BD5F85EC09561DCCFCEA511D /* CMDQueryStringSerialization-dummy.m */; }; + F3B2B558406FAAACF4E09949B01ADA99 /* DBSDKConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 818046B1BB0B99E6255DEE5CE98DD3FA /* DBSDKConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F3C6A93AD7BF66922AD4BD8C351D58C7 /* ZXQRCodeFinderPatternFinder.m in Sources */ = {isa = PBXBuildFile; fileRef = 3214A69DA7782675B6B3EAED27AADBF4 /* ZXQRCodeFinderPatternFinder.m */; }; + F3CEDDD4AABFF40D500218052926A818 /* DBTEAMLOGGetTeamEventsResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 0ED27B0A7DBB59CDF66C17662DFBE6CC /* DBTEAMLOGGetTeamEventsResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F3D163E47473A637345A39F1E9B4B8D4 /* DBTEAMLOGDeviceManagementDisabledDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 87A50AD8052B1A5493298E47AB506F0E /* DBTEAMLOGDeviceManagementDisabledDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F3F8E6556C9922C42593B9BBB4E694DD /* DBTEAMLOGSharingChangeMemberPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CDD53F01A0543F3ADD873306DA9ACF6 /* DBTEAMLOGSharingChangeMemberPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F3FCC9E0518BA0B1CDDEA968E4354583 /* ZXPDF417Dimensions.h in Headers */ = {isa = PBXBuildFile; fileRef = 88C9BFEE0C85B1AB34FD3C73368A301D /* ZXPDF417Dimensions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F4120F78362516B74AB4551CFE8428C5 /* DBFILESSearchMode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DFA5DC61B89A74CA1422C39E9D803E1 /* DBFILESSearchMode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F417BD6053FBF1FF5009060C1DD2185D /* MPAnalyticsConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = A567711314C6F07105A304EB52DE8CBF /* MPAnalyticsConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F4391A36F47BDC6C8558D64967FA9B5B /* DBSHARINGSharedLinkError.h in Headers */ = {isa = PBXBuildFile; fileRef = C70F50FDB7DA775EF0A990709FF1C588 /* DBSHARINGSharedLinkError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F47FBBBBAF7D68CFAE1C15400B0BE871 /* DBSHARINGUnshareFileArg.h in Headers */ = {isa = PBXBuildFile; fileRef = C5D89A3D7B38405000EFC759A1185520 /* DBSHARINGUnshareFileArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F4F8E5D85CE3E875514113571D415F8A /* DBFILEPROPERTIESPropertiesSearchMatch.h in Headers */ = {isa = PBXBuildFile; fileRef = C5747A5962359142B12A5A2CC15E3A51 /* DBFILEPROPERTIESPropertiesSearchMatch.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F59BAEBFB5E7FCFCA504C46FB053733D /* ZXQRCodeDataBlock.h in Headers */ = {isa = PBXBuildFile; fileRef = 489BBF2F2EA5D89A22A262480395BEF2 /* ZXQRCodeDataBlock.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F5E5359DA54D5006D35DDFAFD02E92B8 /* ZXResultPoint.m in Sources */ = {isa = PBXBuildFile; fileRef = AD589EB4B217EA46362FE2D8090D798A /* ZXResultPoint.m */; }; + F60D3B57DF03889C091234A97A1DBB91 /* ZXWhiteRectangleDetector.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C951C65188FC79C1A16EEB76F387A44 /* ZXWhiteRectangleDetector.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F6332FE43B91128F60032D4219359E12 /* DBTEAMPOLICIESSharedLinkCreatePolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 3182F964772F731FF60D82018A596661 /* DBTEAMPOLICIESSharedLinkCreatePolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F63776871397FA32A51E6530B6E919C7 /* DBTEAMLOGDeviceApprovalsChangeDesktopPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 02E5A1058862F028F08E91E02E897401 /* DBTEAMLOGDeviceApprovalsChangeDesktopPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F69AC7795D0F1904B0B740B3EB6451AF /* ZXDataMatrixDecoder.h in Headers */ = {isa = PBXBuildFile; fileRef = 81280B98FF740935B39257709B315354 /* ZXDataMatrixDecoder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F69B371752FBA138DB7B7775E169A6E1 /* ZXParsedResult.h in Headers */ = {isa = PBXBuildFile; fileRef = C748FE7C1F368EF3A4C7FF21B0FD1B72 /* ZXParsedResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F7167A1061AA6D90D1FD5D9B9ED1A082 /* DBTEAMTeamFolderListError.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED268A2CF77E5E817CCF65995D30425 /* DBTEAMTeamFolderListError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F71ECF2144628A657E513BFD63D22F9A /* SAMKeychainQuery.h in Headers */ = {isa = PBXBuildFile; fileRef = D277FE370275443F942181EA945DBF28 /* SAMKeychainQuery.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F7306F961832C9643C8E407913827F82 /* DBTEAMLOGDeviceChangeIpDesktopDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = C55FE8B198D97848F2A9B06D4094BAF5 /* DBTEAMLOGDeviceChangeIpDesktopDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; F783A9F184414D1141844E73C955B5A5 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B71896A3AE6EF693AC497DCE0885B43 /* Cocoa.framework */; }; - F7C3F1EC91F3704B497FA394BE19603E /* ObjectiveDropboxOfficialLib.h in Headers */ = {isa = PBXBuildFile; fileRef = F200C1430BDE6A6428C73759A2C94D19 /* ObjectiveDropboxOfficialLib.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F7CAAF2B4813EC2C1CDA15CC7A06EBC3 /* DBSHARINGUpdateFileMemberArgs.h in Headers */ = {isa = PBXBuildFile; fileRef = 1586C8561D53E862654BD0FBD7FC95A3 /* DBSHARINGUpdateFileMemberArgs.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F7DB4EF5B3AEE1A9C58D55CC0E7E2D54 /* ZXDataMatrixErrorCorrection.h in Headers */ = {isa = PBXBuildFile; fileRef = 49A48A04EF41999EB23B7289A044DE0F /* ZXDataMatrixErrorCorrection.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F7DBB83E62E53B45798F86CBEE49EA6E /* DBTEAMLOGPaperContentCreateDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 22D137624AADB304E4C3B41DF8C4BEAF /* DBTEAMLOGPaperContentCreateDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F7F011AF71A152918FD2999E70050D28 /* ZXMaxiCodeDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 08DDAB06A29610F4DCC1B0DB7C944418 /* ZXMaxiCodeDecoder.m */; }; - F858D6F380B75D4F484B54646AFAE0A6 /* DBSHARINGFolderPermission.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A67E41FA56FDB53C0D36406302014BB /* DBSHARINGFolderPermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F8A3DE3EAAC80FD72CF8FD038C64F1CC /* DBTEAMLOGTeamMergeFromDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = B9D0E68C192B0A00E59396382E2A9377 /* DBTEAMLOGTeamMergeFromDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F8A3DEC9DAB11A0E04556854D0885D52 /* DBTeamPoliciesObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E29F64B6AB23FDEB45329F8FB8FB924 /* DBTeamPoliciesObjects.m */; }; - F8A45C5AEAE270A077DD9C416BEAB63C /* DBTEAMLOGTeamProfileRemoveLogoDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = D92F63FA9D1C089DB9662FD15E7166BC /* DBTEAMLOGTeamProfileRemoveLogoDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F8A4AFAB29F97310F61BF931F08F4704 /* ZXingObjCMaxiCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FA0B4515C0617B923668F4DC2AB6416 /* ZXingObjCMaxiCode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F8B107A048E9708636A5B761198C5930 /* ZXQRCodeFormatInformation.m in Sources */ = {isa = PBXBuildFile; fileRef = 62AF924C13DF3D0601729B32735D85E5 /* ZXQRCodeFormatInformation.m */; }; + F78C82DB77BC61DB14C6C06AE41A35B5 /* DBTEAMLOGCertificate.h in Headers */ = {isa = PBXBuildFile; fileRef = F3B88480CF6C3E45CE5F00663B8C8306 /* DBTEAMLOGCertificate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F7CE39AB7ABEA3AE2EB71A922BD2E619 /* DBTEAMLOGFileDeleteCommentDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 9061C0974841100CBD60FE24727DB6FB /* DBTEAMLOGFileDeleteCommentDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F7DB4EF5B3AEE1A9C58D55CC0E7E2D54 /* ZXDataMatrixErrorCorrection.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E85E1AC7B46D4A719E0B92ED0C80977 /* ZXDataMatrixErrorCorrection.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F7F011AF71A152918FD2999E70050D28 /* ZXMaxiCodeDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 824074F04343573F385396DF1E5C1C5B /* ZXMaxiCodeDecoder.m */; }; + F8A4AFAB29F97310F61BF931F08F4704 /* ZXingObjCMaxiCode.h in Headers */ = {isa = PBXBuildFile; fileRef = EB5A154C3977F9FF0C7E7D4D847E7729 /* ZXingObjCMaxiCode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F8B107A048E9708636A5B761198C5930 /* ZXQRCodeFormatInformation.m in Sources */ = {isa = PBXBuildFile; fileRef = E562B99101F0EAE2C8C337CEC592E87B /* ZXQRCodeFormatInformation.m */; }; F8F6FACDFB92CDA7F00137401D23D8BF /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1262EDC01E9F5A4680A5EB7F2D956E3A /* QuartzCore.framework */; }; - F90247A1E6ACC2D86997BCC157E5101A /* DBSHARINGRelinquishFolderMembershipError.h in Headers */ = {isa = PBXBuildFile; fileRef = 530A44648CB6D0892ABCD030B8FB7EDE /* DBSHARINGRelinquishFolderMembershipError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F903D8B6251A430DEEFC3B29791126CF /* DBTEAMGroupCreateArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AAEB5BAAE457BD5459793D9166F76D9 /* DBTEAMGroupCreateArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F8F9BA1B0A0A734B795A72FD8D33E0BA /* DBTEAMLOGShmodelGroupShareDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 38AD4026C6FD72333CDDB0882079F768 /* DBTEAMLOGShmodelGroupShareDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; F9282F6C280C9E8EAE00B0CC0312DD52 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5C6C754F545D2D10748B17A00A85C3E5 /* Security.framework */; }; - F92F84A4EDEB7F45441075AB8CF665C6 /* DBTEAMLOGTimeUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 5248E621FFBA1988F93C159C2BD8383C /* DBTEAMLOGTimeUnit.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F9412D984191A8DE33D57D62737723BD /* DBTEAMLOGGroupMovedDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = A02DE30164F28C5F77992590AFE0C8EF /* DBTEAMLOGGroupMovedDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F94F3A66532251EAE5EA02C3D72CDA45 /* CMDQueryStringWritingOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 64EE2EC4A935C3B7B5C19A8BCD6CF0C2 /* CMDQueryStringWritingOptions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F96A8086003BA3A2E326277E191F3F03 /* DBTEAMTeamGetInfoResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 108896DBE791FA7C50966AEAA727583F /* DBTEAMTeamGetInfoResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F9893CF749286013E211A4D211D4C625 /* DBSHARINGListFolderMembersContinueArg.h in Headers */ = {isa = PBXBuildFile; fileRef = C68B388D0C0AB0947511493BE273107F /* DBSHARINGListFolderMembersContinueArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F98C7E4879649012024B6629E1C77D08 /* ZXPDF417BarcodeValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 34D88833ED7CA61BC5EDE5C72CA20145 /* ZXPDF417BarcodeValue.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F9B6C926BDB7F52BED3781FEF311D241 /* DBTEAMLOGSharedContentUnshareDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F931273F765BAB4C1E56A0FFA4A9524 /* DBTEAMLOGSharedContentUnshareDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F9BA1A0ABBDADEE606850D267DCA5CC0 /* DBUserBaseClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 5667C50FB45B7D745A30EE77A1C7A9CE /* DBUserBaseClient.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F9E29DF0269F76D1A59415C2678C5114 /* DBSDKImports-macOS.h in Headers */ = {isa = PBXBuildFile; fileRef = DFEF24339084EAC1F0D0A88CA215F2F9 /* DBSDKImports-macOS.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F9EB31AA14B07A0B659EF9F1D303C2FF /* DBFILESListFolderArg.h in Headers */ = {isa = PBXBuildFile; fileRef = FB354CD6620C2B762B3C49CDB4CF235D /* DBFILESListFolderArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F9EF35C62D9524FD87DF98F9AE16B569 /* ZXPDF417DetectorResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 467853026A4430254ED282B1213DBA7E /* ZXPDF417DetectorResult.m */; }; - FA96FCB12A34D5000431F84B788BF5BE /* ZXUPCAReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D6AF9AAB03FD37CE411B6CE94376402 /* ZXUPCAReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FB7A394C07174D9C13F2FD63422E7972 /* ZXAztecState.m in Sources */ = {isa = PBXBuildFile; fileRef = A430975A66E08EE61DD1A938FE522FE9 /* ZXAztecState.m */; }; - FBDA43E09FD9BF1007125FDFEBD56247 /* ZXVCardResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = E2A07C6282D632D7C1AB4208BD47C1E3 /* ZXVCardResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FBDD4E14FEE441F673D994716429BC9F /* DBSHARINGAclUpdatePolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 1187877DD589E5F2170614173273ADDB /* DBSHARINGAclUpdatePolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FC3303BBEA4844D99556E2D429F9B90C /* ZXAddressBookParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = ED32613E2E839C5A44B08C6DD4A78532 /* ZXAddressBookParsedResult.m */; }; - FC75CBA0E62A8EDBA1C87C509449E924 /* DBTEAMLOGPaperDocChangeMemberRoleDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 712205A0171443485D56E54E1906CB41 /* DBTEAMLOGPaperDocChangeMemberRoleDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FC90CF0FF1D066A9516AB72119FA957D /* DBTEAMLOGPaperAccessType.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F2460709AEA949A8DB7B570304C760A /* DBTEAMLOGPaperAccessType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FC9FF3374C1FDAAA4DFB44B73FF3A8D3 /* DBAUTHRateLimitReason.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C86FC52EDB1D4AE155AC49357BDDFB4 /* DBAUTHRateLimitReason.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FCB9EAA582243BBEC98C607777E4917B /* DBSHARINGMemberSelector.h in Headers */ = {isa = PBXBuildFile; fileRef = E19554A788C3B87FA17B72C26E5EE843 /* DBSHARINGMemberSelector.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FD1EA16FE5B00A080B6223906768E7F5 /* DBUsersObjects.m in Sources */ = {isa = PBXBuildFile; fileRef = B9D5D17FBC16C18E425C819ABB5F5B24 /* DBUsersObjects.m */; }; - FD34221AD3BEE80A0C287650C306451E /* DBFILESLookupError.h in Headers */ = {isa = PBXBuildFile; fileRef = 97E3630D7C5BF432EED94353B960844E /* DBFILESLookupError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FD401C99DA6797692DD50613EB232F10 /* ZXAztecDetector.m in Sources */ = {isa = PBXBuildFile; fileRef = 0044EDE0665C9E19F1B134E45338DD7A /* ZXAztecDetector.m */; }; - FD408997EB4E347A131505CB6DB91603 /* DBTEAMLOGTfaConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AC95188484EACD8E6F3861A57A8419A /* DBTEAMLOGTfaConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FD4A9CC40D4DBAF360D17B360D4F2956 /* DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E1D5098AB0DB43FD87298685B1F1066 /* DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FD59FF0FE532BABC3D47C4872B947965 /* DBTEAMLOGPaperDocEditDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 82FB65C48A0B035A5963FAFCE82BDFAD /* DBTEAMLOGPaperDocEditDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FDBD5B41F231AE28009918725BEC2855 /* DBSHARINGFilePermission.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F95EFA3941692A888D71C1189DD3FA2 /* DBSHARINGFilePermission.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FDC426928CCE8268614777418F260AC8 /* ZXDefaultGridSampler.m in Sources */ = {isa = PBXBuildFile; fileRef = 33FCAA4CC05453E88E3B77B15FDFAFCF /* ZXDefaultGridSampler.m */; }; - FDE462E90EC526B59FE0FD5C1CF20C36 /* ZXQRCodeMultiReader.h in Headers */ = {isa = PBXBuildFile; fileRef = FCE85235F5B859EBF3A5642F139C320D /* ZXQRCodeMultiReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FDE726347EC4DBF5ECADE3CCFF9F676F /* DBTEAMLOGAllowDownloadEnabledDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = D5F83502862E5FCBDF33B92B405D4CB1 /* DBTEAMLOGAllowDownloadEnabledDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F94BB262B879252D4C2148ADC1B30D8C /* DBSHARINGListFileMembersError.h in Headers */ = {isa = PBXBuildFile; fileRef = CCDE3D78D2C1E9865107F75E123F885E /* DBSHARINGListFileMembersError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F94F3A66532251EAE5EA02C3D72CDA45 /* CMDQueryStringWritingOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = C7993535BB12355B5CA4A06DCE59711C /* CMDQueryStringWritingOptions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F98C7E4879649012024B6629E1C77D08 /* ZXPDF417BarcodeValue.h in Headers */ = {isa = PBXBuildFile; fileRef = F439AD23459F5413838577CAFBD1EFC8 /* ZXPDF417BarcodeValue.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F98F700A9214CDE150CF4521EA0280D0 /* DBPAPERListUsersCursorError.h in Headers */ = {isa = PBXBuildFile; fileRef = 21FDD0335CC25484D3909EDCFD7CBB3C /* DBPAPERListUsersCursorError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F9A799C523828E06E3A29588DE7965BF /* DBTEAMLOGSharedContentChangeLinkPasswordDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 36E605880D0002F2335FCFB09490A7D2 /* DBTEAMLOGSharedContentChangeLinkPasswordDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F9AB8A0299FC25CD6C8D20907EACFFE8 /* DBTEAMCustomQuotaError.h in Headers */ = {isa = PBXBuildFile; fileRef = 35CD7A7196D6FA270E716893C59530DC /* DBTEAMCustomQuotaError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F9B0F5DD888845F9602198733B2D9658 /* DBFILESGetTemporaryLinkResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F1717AD477B3E7A62108251D6F36725 /* DBFILESGetTemporaryLinkResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F9EF35C62D9524FD87DF98F9AE16B569 /* ZXPDF417DetectorResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 4982B1E838C8AADDF4D9E1AFAD6F5908 /* ZXPDF417DetectorResult.m */; }; + F9F4EC7EBAFCF6BCA43F0ADAAA4DB9E6 /* DBTEAMLOGFileRequestsPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 29F79D852AD8641CFD284C6222A7B3B6 /* DBTEAMLOGFileRequestsPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FA96FCB12A34D5000431F84B788BF5BE /* ZXUPCAReader.h in Headers */ = {isa = PBXBuildFile; fileRef = F9321A709E9AB469AFD30D6F01EA2604 /* ZXUPCAReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FAB1A4BB4369DF71C7450EF22F999407 /* DBSHARINGUnshareFileError.h in Headers */ = {isa = PBXBuildFile; fileRef = A0E7FB07BD560AF3F183D8D5CB759DA4 /* DBSHARINGUnshareFileError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FAEA90F0C5A4121CCD0A8016476D2F6B /* DBTEAMLOGPaperDocTrashedDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 41532AA14044FF6DA15557CE79A66AC9 /* DBTEAMLOGPaperDocTrashedDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FB473848CAD82D02698E48B8443D9C45 /* DBFILESDeleteBatchResultEntry.h in Headers */ = {isa = PBXBuildFile; fileRef = 90A32D3F7E6923FFEDE9448B24D6B5CF /* DBFILESDeleteBatchResultEntry.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FB50C05F42B91D58787ED6A72106BA66 /* DBTEAMLOGSharingChangeLinkPolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C8E186DCC2E445A180C3DBCBFB4EDE0 /* DBTEAMLOGSharingChangeLinkPolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FB7A394C07174D9C13F2FD63422E7972 /* ZXAztecState.m in Sources */ = {isa = PBXBuildFile; fileRef = F297AAA96C462CFBE4241D1099955E4B /* ZXAztecState.m */; }; + FBC722DAD1DD9BA54C40B1817BD920F3 /* DBTEAMDesktopClientSession.h in Headers */ = {isa = PBXBuildFile; fileRef = F834BFD49096E8C4D15A9A1E23EA45A1 /* DBTEAMDesktopClientSession.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FBDA43E09FD9BF1007125FDFEBD56247 /* ZXVCardResultParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E19878A84A39989D29D180CD5C3545A /* ZXVCardResultParser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FBF84D451F4CB9B86E0DB7D44C57BB56 /* DBTEAMLOGApiSessionLogInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 99D00CCBD0C5B7618D73008D7A89D425 /* DBTEAMLOGApiSessionLogInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FC267DFEEEE51B83FC7512E90865C4EE /* DBPAPERAddPaperDocUserMemberResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 666BD05A3652D406B277A60CCE96EC1E /* DBPAPERAddPaperDocUserMemberResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FC2CAEDA8E11FFC7D2EE44EF17890E2D /* DBTEAMMembersAddLaunch.h in Headers */ = {isa = PBXBuildFile; fileRef = 37EAF5FB68A8C48DD43B8C4B7E017196 /* DBTEAMMembersAddLaunch.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FC3303BBEA4844D99556E2D429F9B90C /* ZXAddressBookParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 028F9744BCB7239D7736C2A518ECA1FD /* ZXAddressBookParsedResult.m */; }; + FCB8E766DD2198C65ECAEE5AB93638C3 /* DBSHARINGLinkPermissions.h in Headers */ = {isa = PBXBuildFile; fileRef = E92177C4A8D497C01121E024C2AD24F2 /* DBSHARINGLinkPermissions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FCC35C65B959EAB8A5E6E330D04723CC /* DBTEAMLOGDeviceApprovalsChangeOverageActionDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = AEE563CD9E94EDA26C53A590D854839A /* DBTEAMLOGDeviceApprovalsChangeOverageActionDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FCC598D9E97B36F9EF5BC38592F33AC0 /* DBTEAMListMembersDevicesError.h in Headers */ = {isa = PBXBuildFile; fileRef = 274216B02BAD9FDE4E02977F4253E912 /* DBTEAMListMembersDevicesError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FD401C99DA6797692DD50613EB232F10 /* ZXAztecDetector.m in Sources */ = {isa = PBXBuildFile; fileRef = 85710F69B9DFD858D8791423EC3F591E /* ZXAztecDetector.m */; }; + FDC426928CCE8268614777418F260AC8 /* ZXDefaultGridSampler.m in Sources */ = {isa = PBXBuildFile; fileRef = A4AE2AF8F2BE1524C1BE819A2DB887E0 /* ZXDefaultGridSampler.m */; }; + FDE462E90EC526B59FE0FD5C1CF20C36 /* ZXQRCodeMultiReader.h in Headers */ = {isa = PBXBuildFile; fileRef = FEA53CBD48C77FD07DC5EB89297A0C50 /* ZXQRCodeMultiReader.h */; settings = {ATTRIBUTES = (Public, ); }; }; FE00D2172EBA48C3562CFD775665497B /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B71896A3AE6EF693AC497DCE0885B43 /* Cocoa.framework */; }; - FE5B80D08287B24728129B66AC649954 /* DBTEAMListMembersDevicesError.h in Headers */ = {isa = PBXBuildFile; fileRef = 19E781667BC8B64934A17900941E4908 /* DBTEAMListMembersDevicesError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FEB155114B2E8BEF4D855D8681BDD4B1 /* ZXGeoParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E51D5C94A9E86E5459362BF0952AF4F /* ZXGeoParsedResult.m */; }; - FEB91DCED9C1EC81DF246572D6584B4F /* ZXByteArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B1D25B01176766498B87A117642876A /* ZXByteArray.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FEEA919B65456A1DFECF4CCF766F8DFF /* DBTEAMListTeamDevicesError.h in Headers */ = {isa = PBXBuildFile; fileRef = 63D7A6EBABD92151E96DA83D54148B5B /* DBTEAMListTeamDevicesError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FF0A86B30AF343C76E61D127942C2650 /* DBFILESAddPropertiesError.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A352DA66DAC59C844C1035F4C6EB114 /* DBFILESAddPropertiesError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FF2BD596E32BA356E9651C83531EE588 /* ZXRSSUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 63825BBFAA38524FA0F56F0518BE367E /* ZXRSSUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FF629DE9AE78636454470FFFDC9F70FA /* DBPAPERAddPaperDocUserResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 57F6DDFD532FD98DFA751D5722502D95 /* DBPAPERAddPaperDocUserResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FF708A35578A645A85E4C70A398179C8 /* DBTEAMMembersUnsuspendError.h in Headers */ = {isa = PBXBuildFile; fileRef = CB756299C6575668AF89430686BB97A4 /* DBTEAMMembersUnsuspendError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FF74645CC4819D37FCB3BE6ABCBE7626 /* DBAppClient.m in Sources */ = {isa = PBXBuildFile; fileRef = BEEC500E5BAE448C49A7AE2440BD871D /* DBAppClient.m */; }; - FF8E6CAF53CF319A9C4D1CFAE46320D4 /* ZXCharacterSetECI.m in Sources */ = {isa = PBXBuildFile; fileRef = 35266269E257E8932E656A7816ED14D5 /* ZXCharacterSetECI.m */; }; - FF960F3700F6E91EC365F1F05B0BECCC /* DBTEAMLOGFileRequestChangeFolderDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 432BE75D776B44BBC0E42A5849B37365 /* DBTEAMLOGFileRequestChangeFolderDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FFC5F4512315A9117A68E19FDD5A006A /* ZXMonochromeRectangleDetector.h in Headers */ = {isa = PBXBuildFile; fileRef = 12CFADB543D84D8EE9E5140AE08A7230 /* ZXMonochromeRectangleDetector.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FFDC3D43CCF9BB0222CBBC88189B247A /* DBFILESSearchError.h in Headers */ = {isa = PBXBuildFile; fileRef = D5C08FCCB6A21D4923D375D3AAC3D989 /* DBFILESSearchError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FFF90E0FFC04A8B13F20962CA231B14E /* ZXDataMatrixTextEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = E61CB422064369ED8DB221CDCBA6BEF4 /* ZXDataMatrixTextEncoder.m */; }; - FFFEC5AB45FE24417183A77D288FDD0C /* ZXQRCodeMatrixUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = C199F1A51BC583A9C3057F1A00AF6D67 /* ZXQRCodeMatrixUtil.m */; }; + FE3967E8FC6192EE50B06F41690F76CD /* DBUSERSUserAuthRoutes.m in Sources */ = {isa = PBXBuildFile; fileRef = 99A5C4AC7055C6AE29D4A54FF0511FE0 /* DBUSERSUserAuthRoutes.m */; }; + FE3F76F26C3F483FA07510D0FC4BF65F /* DBTEAMMembersRecoverArg.h in Headers */ = {isa = PBXBuildFile; fileRef = 3480397E90C1A00CC826F06299A5082C /* DBTEAMMembersRecoverArg.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FE4B795F9219982BF29D617B300950CA /* DBTEAMLOGSharedContentViewDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 579A3FBCCBA60BDF5DDACA8528B9609F /* DBTEAMLOGSharedContentViewDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FE9FF799D016759650A0ABE77ABA9F39 /* DBTEAMLOGPaperFolderFollowedDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = D372D20B53D8356A52694A2148988BF7 /* DBTEAMLOGPaperFolderFollowedDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FEB155114B2E8BEF4D855D8681BDD4B1 /* ZXGeoParsedResult.m in Sources */ = {isa = PBXBuildFile; fileRef = C710CFA538C377F81EB3EBD351F20AD9 /* ZXGeoParsedResult.m */; }; + FEB91DCED9C1EC81DF246572D6584B4F /* ZXByteArray.h in Headers */ = {isa = PBXBuildFile; fileRef = E2369ED16A164611153153842C7076F4 /* ZXByteArray.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FEF380BA56C2EF231B2919FBF38EDA74 /* DBTEAMLOGTeamProfileChangeLogoDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 5300B857EF0097FD3D13F3A0EFBF43CE /* DBTEAMLOGTeamProfileChangeLogoDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FEF6F11486CC3317A517A027144379E7 /* DBAppClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 0892DE306CF241E65524A326D378F223 /* DBAppClient.m */; }; + FF049FC745974382C3E5B89F64E14D0B /* DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 151817241E780605FCE934E07B67034A /* DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FF25FD2EC11A11DD8D765E29C535790B /* DBSharedApplicationProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 9147F66516BAC19F23D0194E20854E51 /* DBSharedApplicationProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FF2BD596E32BA356E9651C83531EE588 /* ZXRSSUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = C2F2456E1A0BB1796DAB1B1B09B2FBC0 /* ZXRSSUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FF34EFC97C959A244FE190A2210F5658 /* DBUSERSCOMMONAccountType.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B0F264E58483AB9D01944322A1C7FC0 /* DBUSERSCOMMONAccountType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FF3E754F2DF8C6AC54DB8B19F095513A /* DBTEAMLOGGroupUserManagementChangePolicyDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = D6069303E55DD3FE264F11EE24E5C9E8 /* DBTEAMLOGGroupUserManagementChangePolicyDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FF8E6CAF53CF319A9C4D1CFAE46320D4 /* ZXCharacterSetECI.m in Sources */ = {isa = PBXBuildFile; fileRef = B3CF8DE6CD31BDA63E57CA048D02295B /* ZXCharacterSetECI.m */; }; + FFA7D5CC64AA49E8C3D33081F65EE38D /* DBTEAMLOGNoteShareReceiveDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = B142BE0B721BCFCCA5C138EF3D7385CA /* DBTEAMLOGNoteShareReceiveDetails.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FFC5F4512315A9117A68E19FDD5A006A /* ZXMonochromeRectangleDetector.h in Headers */ = {isa = PBXBuildFile; fileRef = 73B9E90FE18803C571CAA94D4786CE86 /* ZXMonochromeRectangleDetector.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FFF90E0FFC04A8B13F20962CA231B14E /* ZXDataMatrixTextEncoder.m in Sources */ = {isa = PBXBuildFile; fileRef = F2C7F6BC85F0E555FAD0F2C9CC3B1331 /* ZXDataMatrixTextEncoder.m */; }; + FFFEC5AB45FE24417183A77D288FDD0C /* ZXQRCodeMatrixUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = E702613B3378D87C16517CCF38555C1E /* ZXQRCodeMatrixUtil.m */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -1656,1625 +1727,1696 @@ isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = B663C5C3C13C845FDE47080CE90A06FB; + remoteGlobalIDString = 3AF17F6DAEDBF945567FC6288BC8CE32; remoteInfo = ObjectiveDropboxOfficial; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 000741570C667EB980057A585982A6A4 /* ZXMathUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXMathUtils.h; path = ZXingObjC/common/detector/ZXMathUtils.h; sourceTree = ""; }; - 0020E5D17BC4FED1A8363C792D15070A /* DBFILESRelocationBatchArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESRelocationBatchArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchArg.h; sourceTree = ""; }; - 0035BACAA791076B6658D360768F5C53 /* DBTEAMLOGDeviceChangeIpWebDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceChangeIpWebDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceChangeIpWebDetails.h; sourceTree = ""; }; - 00444E016F758F8951528FA4890182E1 /* DBTEAMLOGGroupUserManagementChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupUserManagementChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupUserManagementChangePolicyDetails.h; sourceTree = ""; }; - 0044EDE0665C9E19F1B134E45338DD7A /* ZXAztecDetector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAztecDetector.m; path = ZXingObjC/aztec/detector/ZXAztecDetector.m; sourceTree = ""; }; - 0056907656FB513A1F7F1BE5E264D20C /* DBUSERSGetAccountError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSGetAccountError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSGetAccountError.h; sourceTree = ""; }; - 006480BFA4E3D46F6AAE1A4A13E9DB9B /* DBTEAMLOGRouteObjects.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGRouteObjects.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBTEAMLOGRouteObjects.h; sourceTree = ""; }; - 00E15AC31AD400951C7637B67522FB06 /* DBTEAMLOGDomainInvitesApproveRequestToJoinTeamDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDomainInvitesApproveRequestToJoinTeamDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesApproveRequestToJoinTeamDetails.h; sourceTree = ""; }; - 0138A6A4CBCB52E2F441D9D736B36BC1 /* DBFILESGetMetadataError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESGetMetadataError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetMetadataError.h; sourceTree = ""; }; - 015F337F7C7066BE87E54AA04ABAE209 /* ZXOneDReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXOneDReader.m; path = ZXingObjC/oned/ZXOneDReader.m; sourceTree = ""; }; - 0192B22E22806CF9CF83F7FE32562491 /* ZXITFWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXITFWriter.h; path = ZXingObjC/oned/ZXITFWriter.h; sourceTree = ""; }; - 02A4320CDC052CDA620532491D29EB33 /* DBTeamCommonObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTeamCommonObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/DBTeamCommonObjects.m; sourceTree = ""; }; - 02B65078C4A553895493F0D550BA7FE9 /* ZXAI013x0x1xDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAI013x0x1xDecoder.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI013x0x1xDecoder.h; sourceTree = ""; }; - 02DC128B8E9C2F0838D69E8270F265D8 /* DBSHARINGSharedFileMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedFileMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFileMetadata.h; sourceTree = ""; }; - 031E7349059EACE05DF8455231AA65C4 /* DBSHARINGListFoldersArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFoldersArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFoldersArgs.h; sourceTree = ""; }; - 03335ACDA511ED5FEA4A62D3CE360D1F /* DBTEAMListMembersAppsArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListMembersAppsArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersAppsArg.h; sourceTree = ""; }; - 03E7B950AC20FD60109B013857B27F80 /* DBStoneValidators.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBStoneValidators.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBStoneValidators.h; sourceTree = ""; }; - 03EB590056480793F0F35B8EBC50BCE3 /* DBTEAMLOGFileAddDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileAddDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileAddDetails.h; sourceTree = ""; }; - 0477D09B26BA78995B72E6FBCD1EA5C0 /* DBTEAMMembersSetProfileError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersSetProfileError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetProfileError.h; sourceTree = ""; }; - 049B986F860DE38427CDDCDC32E3AB75 /* DBTEAMLOGPaperContentArchiveDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperContentArchiveDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentArchiveDetails.h; sourceTree = ""; }; - 04ED4D97045FCEF4030CCF976F89ABDA /* DBTEAMLOGMemberStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberStatus.h; sourceTree = ""; }; - 05233A19D43A372D67DDAFEFB1DBD566 /* minishared.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = minishared.h; path = SSZipArchive/minizip/minishared.h; sourceTree = ""; }; - 05412394F964D5BA1E3E5256B7CF8D0F /* ZXDataMatrixDetector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixDetector.h; path = ZXingObjC/datamatrix/detector/ZXDataMatrixDetector.h; sourceTree = ""; }; - 054E3F608E1271F3EDC8B7E96C35BC85 /* CLSReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSReport.h; path = OSX/Crashlytics.framework/Versions/A/Headers/CLSReport.h; sourceTree = ""; }; - 0553C41C980BE15A9F7B8D01A1675C87 /* DBSHARINGAddFolderMemberError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGAddFolderMemberError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddFolderMemberError.h; sourceTree = ""; }; - 059D93BED75C78DFCDA69AD4F9BA99F9 /* ZXIntArray.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXIntArray.m; path = ZXingObjC/common/ZXIntArray.m; sourceTree = ""; }; - 05A245059CD95C6E081769FE8603DF1D /* DBTEAMTeamNamespacesListContinueArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamNamespacesListContinueArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamNamespacesListContinueArg.h; sourceTree = ""; }; - 05ABE491F8A2F7DEE39BCA8DECE35CAE /* DBTEAMLOGShmodelTeamViewDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGShmodelTeamViewDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelTeamViewDetails.h; sourceTree = ""; }; - 05D962AA594C91F61054E091BB3AD915 /* DBTEAMLOGMemberPermanentlyDeleteAccountContentsDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberPermanentlyDeleteAccountContentsDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberPermanentlyDeleteAccountContentsDetails.h; sourceTree = ""; }; - 05E413F9986BA677D046EFD563135253 /* DBSharedApplicationProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSharedApplicationProtocol.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/OAuth/DBSharedApplicationProtocol.h; sourceTree = ""; }; - 06EEA99FDCAF9F446A7C70CA27F08FDC /* DBFILESListFolderError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESListFolderError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderError.h; sourceTree = ""; }; - 072D65C5B420FD6605508219D62E831D /* DBTEAMLOGTeamFolderDowngradeDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamFolderDowngradeDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderDowngradeDetails.h; sourceTree = ""; }; - 0748A34C41111B5808B079323B5874E2 /* DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails.h; sourceTree = ""; }; - 076D4E1312A01FB3EB318180379DCD46 /* DBSHARINGSharedLinkPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedLinkPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkPolicy.h; sourceTree = ""; }; - 07739856CF16BE6A74FB26E092A8F6B5 /* ZXPDF417BarcodeRow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417BarcodeRow.h; path = ZXingObjC/pdf417/encoder/ZXPDF417BarcodeRow.h; sourceTree = ""; }; - 077B477665CFDB54778E31468404A9D1 /* DBSHARINGSharedLinkSettingsError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedLinkSettingsError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkSettingsError.h; sourceTree = ""; }; - 077BE29B351EF74B881B1FD3ACF89677 /* ZXEncodeHints.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXEncodeHints.m; path = ZXingObjC/core/ZXEncodeHints.m; sourceTree = ""; }; - 07889C92DED3922033A1255DFBF79F60 /* ZXByteMatrix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXByteMatrix.h; path = ZXingObjC/core/ZXByteMatrix.h; sourceTree = ""; }; - 07DC7544DB245114D915A33DF11E66F6 /* DBTEAMMembersListArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersListArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListArg.h; sourceTree = ""; }; - 07EC7EACD651D551D45E8132B596F17D /* DBSHARINGAddFileMemberError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGAddFileMemberError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddFileMemberError.h; sourceTree = ""; }; - 085DC4AA233C3233ED9B6439B7D4EA12 /* ZXVINResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXVINResultParser.m; path = ZXingObjC/client/result/ZXVINResultParser.m; sourceTree = ""; }; - 086A4125C604698E3115E54C6F469838 /* DBTransportBaseConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTransportBaseConfig.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseConfig.m; sourceTree = ""; }; - 08CFF3A82890E88BAAC2FF90481BA9E4 /* DBTEAMMembersRemoveArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersRemoveArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersRemoveArg.h; sourceTree = ""; }; - 08DDAB06A29610F4DCC1B0DB7C944418 /* ZXMaxiCodeDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXMaxiCodeDecoder.m; path = ZXingObjC/maxicode/decoder/ZXMaxiCodeDecoder.m; sourceTree = ""; }; - 0971B5895E6DFC51D169A9E50EBFD9CB /* ZXEmailAddressParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXEmailAddressParsedResult.m; path = ZXingObjC/client/result/ZXEmailAddressParsedResult.m; sourceTree = ""; }; - 0975118294DC6BD6BB5944FBFC286C89 /* DBFILESFolderMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESFolderMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFolderMetadata.h; sourceTree = ""; }; - 0979D84C14D45A05834EBC51C6F000CF /* ZXURIParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXURIParsedResult.h; path = ZXingObjC/client/result/ZXURIParsedResult.h; sourceTree = ""; }; - 0990FE5D0F9C5165E0495E45A31B1805 /* DBFILESCreateFolderError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESCreateFolderError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCreateFolderError.h; sourceTree = ""; }; - 09A1ECE6134B32E53CB8E8AA9109736E /* ZXImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXImage.h; path = ZXingObjC/client/ZXImage.h; sourceTree = ""; }; - 09B79AFBEE78B735CF54B61F302EF07A /* DBSHARINGRemoveFolderMemberError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGRemoveFolderMemberError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveFolderMemberError.h; sourceTree = ""; }; - 09F4B199A0B23D8F682613701467C044 /* DBPAPERListUsersOnFolderContinueArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERListUsersOnFolderContinueArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnFolderContinueArgs.h; sourceTree = ""; }; - 0AC95188484EACD8E6F3861A57A8419A /* DBTEAMLOGTfaConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTfaConfiguration.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaConfiguration.h; sourceTree = ""; }; - 0ADA101870C757C837F9FD4DB6B1005A /* DBTEAMLOGSharedContentRemoveLinkExpiryDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentRemoveLinkExpiryDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRemoveLinkExpiryDetails.h; sourceTree = ""; }; - 0AF56795EFFCBDBB2DF3B3B4890CA586 /* DBSHARINGModifySharedLinkSettingsArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGModifySharedLinkSettingsArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGModifySharedLinkSettingsArgs.h; sourceTree = ""; }; - 0B187442CF2051F76D80709FD6D71797 /* SSZipArchive.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSZipArchive.h; path = SSZipArchive/SSZipArchive.h; sourceTree = ""; }; - 0B2114F63969F5A7B8D60981D2634C11 /* DBSHARINGListFileMembersArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFileMembersArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersArg.h; sourceTree = ""; }; - 0B3F4B3D0BC65C44B9FDD0AFA6CF5B42 /* ZXCGImageLuminanceSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXCGImageLuminanceSource.m; path = ZXingObjC/client/ZXCGImageLuminanceSource.m; sourceTree = ""; }; - 0B488808F5AE5F2DF4CFE42583A72954 /* aesopt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = aesopt.h; path = SSZipArchive/minizip/aes/aesopt.h; sourceTree = ""; }; + 00547563CA779ADC76DE2977412FECE3 /* ZXURLTOResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXURLTOResultParser.h; path = ZXingObjC/client/result/ZXURLTOResultParser.h; sourceTree = ""; }; + 009D3483A89C27B2FDC5959BE5A91B68 /* DBPAPERSharingPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERSharingPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERSharingPolicy.h; sourceTree = ""; }; + 00A61333ADFDF9ECB95820A541563369 /* aestab.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = aestab.h; path = SSZipArchive/minizip/aes/aestab.h; sourceTree = ""; }; + 00F4F5864040E236270BDF50439D9783 /* DBPAPERPaperApiBaseError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERPaperApiBaseError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperApiBaseError.h; sourceTree = ""; }; + 00FA8D0985287F2717B4C7E3BF08346F /* DBOAuthResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBOAuthResult.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/OAuth/DBOAuthResult.m; sourceTree = ""; }; + 0170EE15A5B7E86900F7D24C8FD00F0B /* DBFILESFileMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESFileMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFileMetadata.h; sourceTree = ""; }; + 017D64437919526B797F201588F38590 /* DBTEAMLOGShmodelAppCreateDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGShmodelAppCreateDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelAppCreateDetails.h; sourceTree = ""; }; + 019310EEB7E16F20D0798B89F23D4DB9 /* DBFILESSaveCopyReferenceArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESSaveCopyReferenceArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveCopyReferenceArg.h; sourceTree = ""; }; + 019EAA3B70FA8165B14E04B429C86215 /* ZXBinaryBitmap.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXBinaryBitmap.m; path = ZXingObjC/core/ZXBinaryBitmap.m; sourceTree = ""; }; + 01B134B08EA5393E6C8526343C4DF927 /* DBTEAMRouteObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTEAMRouteObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBTEAMRouteObjects.m; sourceTree = ""; }; + 01E65EFEB29AAA2AB081D99BDA42E5A2 /* DBTEAMPOLICIESTeamMemberPolicies.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMPOLICIESTeamMemberPolicies.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESTeamMemberPolicies.h; sourceTree = ""; }; + 01F7535847F1E42B7F8442577D2996CA /* ZXCode93Reader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXCode93Reader.m; path = ZXingObjC/oned/ZXCode93Reader.m; sourceTree = ""; }; + 01FEA9198E3FC6DD5BF783D8010EAF04 /* DBTEAMLOGDeviceUnlinkPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceUnlinkPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceUnlinkPolicy.h; sourceTree = ""; }; + 0239613A54D93446DF161FB4453A7E1F /* DBSHARINGCreateSharedLinkWithSettingsArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGCreateSharedLinkWithSettingsArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCreateSharedLinkWithSettingsArg.h; sourceTree = ""; }; + 025C7D88E751E905DEE00BA0054CBAC6 /* DBSHARINGSharedLinkAccessFailureReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedLinkAccessFailureReason.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkAccessFailureReason.h; sourceTree = ""; }; + 0270B5FFB77DD7563EB3A09967594B1C /* DBSHARINGListFolderMembersCursorArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFolderMembersCursorArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFolderMembersCursorArg.h; sourceTree = ""; }; + 02887E764D72BB11153B84B1B8BB99DE /* ZXReedSolomonDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXReedSolomonDecoder.m; path = ZXingObjC/common/reedsolomon/ZXReedSolomonDecoder.m; sourceTree = ""; }; + 028F9744BCB7239D7736C2A518ECA1FD /* ZXAddressBookParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAddressBookParsedResult.m; path = ZXingObjC/client/result/ZXAddressBookParsedResult.m; sourceTree = ""; }; + 02A99E04C114E73337BF80171EA86EFE /* ZXVCardResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXVCardResultParser.m; path = ZXingObjC/client/result/ZXVCardResultParser.m; sourceTree = ""; }; + 02B446E06E2E2734395745486EA10F9D /* DBTEAMLOGAccessMethodLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAccessMethodLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccessMethodLogInfo.h; sourceTree = ""; }; + 02E5A1058862F028F08E91E02E897401 /* DBTEAMLOGDeviceApprovalsChangeDesktopPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceApprovalsChangeDesktopPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsChangeDesktopPolicyDetails.h; sourceTree = ""; }; + 0309FD52DC1A66B967C8FC4EA406C429 /* DBCustomDatatypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBCustomDatatypes.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBCustomDatatypes.h; sourceTree = ""; }; + 037BBC153C83A6580F9299BC82BA9FAD /* DBTEAMMemberAddResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMemberAddResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberAddResult.h; sourceTree = ""; }; + 037CAA762DB45FB83435F56B6178F354 /* DBTEAMTeamMemberProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamMemberProfile.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamMemberProfile.h; sourceTree = ""; }; + 03988C5B6324B1BC8F158564412C2C73 /* DBTEAMLOGDeviceChangeIpMobileDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceChangeIpMobileDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceChangeIpMobileDetails.h; sourceTree = ""; }; + 039C1A5F64FE6E3DC0A2E357D7C4ED2B /* ObjectiveDropboxOfficial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObjectiveDropboxOfficial.h; path = Source/ObjectiveDropboxOfficial/Headers/Umbrella/ObjectiveDropboxOfficial.h; sourceTree = ""; }; + 03B4DE8D1BCCA8C3BFD2D8700327DE9C /* DBTEAMTeamGetInfoResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamGetInfoResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamGetInfoResult.h; sourceTree = ""; }; + 03BB4F7519798A25A1110B294933031D /* DBFILESRelocationBatchError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESRelocationBatchError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchError.h; sourceTree = ""; }; + 03C1AF919A277AA182CAF201445FF125 /* DBSharingObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBSharingObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/DBSharingObjects.m; sourceTree = ""; }; + 03E6A0D2A6F97C233E3A78D5AB12E9CE /* DBTEAMTeamAuthRoutes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamAuthRoutes.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBTEAMTeamAuthRoutes.h; sourceTree = ""; }; + 040207CFBCD28805DED452E84836461F /* AFHTTPSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFHTTPSessionManager.h; path = AFNetworking/AFHTTPSessionManager.h; sourceTree = ""; }; + 04303D4068D39A6727473667144DAC02 /* DBFILESRelocationPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESRelocationPath.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationPath.h; sourceTree = ""; }; + 0448C8865C6CF04BD4D93AE776D8B06A /* CLSReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSReport.h; path = OSX/Crashlytics.framework/Versions/A/Headers/CLSReport.h; sourceTree = ""; }; + 04AAEABDF774E0624F936076D6CB587C /* DBFILESUploadSessionLookupError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadSessionLookupError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionLookupError.h; sourceTree = ""; }; + 04E81AA2C8F17011C5327B0A48004BBD /* DBTEAMNamespaceMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMNamespaceMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMNamespaceMetadata.h; sourceTree = ""; }; + 0511D72A121DCB04CA1E5A1C49085F55 /* ZXPDF417DecodedBitStreamParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417DecodedBitStreamParser.h; path = ZXingObjC/pdf417/decoder/ZXPDF417DecodedBitStreamParser.h; sourceTree = ""; }; + 053AE0E9C8B674716C914DD65B68622F /* DBSessionData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSessionData.h; path = Source/ObjectiveDropboxOfficial/Headers/Internal/Networking/DBSessionData.h; sourceTree = ""; }; + 053BFF4F09E1BD609A8E27D55BB58A89 /* DBTEAMApiApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMApiApp.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMApiApp.h; sourceTree = ""; }; + 0572D9DC0F4DF4D663448DB3C68021CE /* ZXUPCAWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXUPCAWriter.m; path = ZXingObjC/oned/ZXUPCAWriter.m; sourceTree = ""; }; + 057C612B53E9F05637A37A1BCAE14926 /* DBTEAMLOGPaperExternalViewAllowDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperExternalViewAllowDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperExternalViewAllowDetails.h; sourceTree = ""; }; + 058E13FF79EADD0AE192BB73394C45F1 /* DBPAPERExportFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERExportFormat.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERExportFormat.h; sourceTree = ""; }; + 05A7DCFC168BFBAD8477A33630E6EC72 /* ZXISBNParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXISBNParsedResult.m; path = ZXingObjC/client/result/ZXISBNParsedResult.m; sourceTree = ""; }; + 05BA9FA8D44EFFE63F5F96B715FFA3C4 /* DBPAPERDocLookupError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERDocLookupError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERDocLookupError.h; sourceTree = ""; }; + 064B88A2107B941590EEDDC4A2AA3D09 /* DBTEAMLOGSfTeamDeclineDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSfTeamDeclineDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamDeclineDetails.h; sourceTree = ""; }; + 064CC89639D6C5FCE61FF4A8A3A9B6A5 /* zip.c */ = {isa = PBXFileReference; includeInIndex = 1; name = zip.c; path = SSZipArchive/minizip/zip.c; sourceTree = ""; }; + 069678C3C6CD9DEE1EAA9B5AEEABF36B /* DBTEAMLOGGroupCreateDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupCreateDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupCreateDetails.h; sourceTree = ""; }; + 069BE7476A66F88AE5484225764002AE /* DBFILEPROPERTIESPropertiesSearchArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESPropertiesSearchArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchArg.h; sourceTree = ""; }; + 06C4B2D0157669B044B3BB335B979979 /* ZXBitArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXBitArray.h; path = ZXingObjC/common/ZXBitArray.h; sourceTree = ""; }; + 06FDC0EF44F197C43B277FD4150B88A7 /* DBSHARINGListFileMembersIndividualResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFileMembersIndividualResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersIndividualResult.h; sourceTree = ""; }; + 0727D1BCEFF6569940368500DAF9D4C1 /* DBSHARINGLinkAction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGLinkAction.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkAction.h; sourceTree = ""; }; + 07338C52B3C8375E5860F671A056662F /* DBTEAMRevokeDeviceSessionError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRevokeDeviceSessionError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionError.h; sourceTree = ""; }; + 0735779BB9BD937CA0CF04D0B96860B3 /* DBFILEPROPERTIESPropertiesSearchError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESPropertiesSearchError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchError.h; sourceTree = ""; }; + 07AA72C3DB527B500BB8B7ED645046AB /* DBTasksStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTasksStorage.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTasksStorage.m; sourceTree = ""; }; + 07D098852325F1C8CAFABCAAA6AEAAF6 /* DBTEAMLOGSsoChangeLogoutUrlDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSsoChangeLogoutUrlDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangeLogoutUrlDetails.h; sourceTree = ""; }; + 07F814ED18AE0D99EDC31C2E5D485ADD /* DBFILEPROPERTIESPropertyGroupTemplate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESPropertyGroupTemplate.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyGroupTemplate.h; sourceTree = ""; }; + 08298D18858288A265AAEC78B75B8D41 /* DBTEAMGroupMemberInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupMemberInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMemberInfo.h; sourceTree = ""; }; + 083BD11CF6424611EA0641CE70FCCA87 /* DBPAPERPaperDocUpdateError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERPaperDocUpdateError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocUpdateError.h; sourceTree = ""; }; + 085B0C615A9496ED398D109E4E84F21F /* DBUSERSTeamSpaceAllocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSTeamSpaceAllocation.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSTeamSpaceAllocation.h; sourceTree = ""; }; + 086B26765A3D110CECB925EC72F89BB6 /* DBOAuthManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBOAuthManager.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/OAuth/DBOAuthManager.m; sourceTree = ""; }; + 08887C7645DED938D5A8AFB250642AAC /* ZXPDF417BarcodeMatrix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417BarcodeMatrix.h; path = ZXingObjC/pdf417/encoder/ZXPDF417BarcodeMatrix.h; sourceTree = ""; }; + 0892DE306CF241E65524A326D378F223 /* DBAppClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBAppClient.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/DBAppClient.m; sourceTree = ""; }; + 08B7D71BB4BF1866B009CEA2ED6AB06E /* DBTEAMLOGGoogleSsoPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGoogleSsoPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGoogleSsoPolicy.h; sourceTree = ""; }; + 08C189CB27142079179D287847243341 /* DBFILESListFolderLongpollResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESListFolderLongpollResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderLongpollResult.h; sourceTree = ""; }; + 08CA2BF7C490B10E9B99A2B338911B78 /* ISO8601.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ISO8601.h; path = Support/ISO8601.h; sourceTree = ""; }; + 08E9E0B482C2A8C0C2F3F13442709E4B /* DBPAPERListUsersOnFolderResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERListUsersOnFolderResponse.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnFolderResponse.h; sourceTree = ""; }; + 096D01838115C69554F8A04E3232816C /* ZXDataMatrixBitMatrixParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixBitMatrixParser.m; path = ZXingObjC/datamatrix/decoder/ZXDataMatrixBitMatrixParser.m; sourceTree = ""; }; + 0987EF989CF0FEC4BB6CD662467B9979 /* aes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = aes.h; path = SSZipArchive/minizip/aes/aes.h; sourceTree = ""; }; + 09F6DC17F531D66FF7CF9724671C5C7F /* DBPAPERUserAuthRoutes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBPAPERUserAuthRoutes.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBPAPERUserAuthRoutes.m; sourceTree = ""; }; + 0A394A7A2E02B51820ABEEE3003346A6 /* DBFILESGetTemporaryLinkArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESGetTemporaryLinkArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetTemporaryLinkArg.h; sourceTree = ""; }; + 0A4D96B8EC0EC77C8204C676B4FA6CEB /* ZXByQuadrantReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXByQuadrantReader.h; path = ZXingObjC/multi/ZXByQuadrantReader.h; sourceTree = ""; }; + 0ADA60A4F658EFEC4ED625A2AB2D7DC3 /* DBTEAMLOGContentPermanentDeletePolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGContentPermanentDeletePolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGContentPermanentDeletePolicy.h; sourceTree = ""; }; + 0AE895491FDBCEAA59928869FD96D20F /* DBSHARINGFileAction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGFileAction.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileAction.h; sourceTree = ""; }; + 0B19284CDBFCDA328BE27F17D4B47DAE /* ZXEmailAddressResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXEmailAddressResultParser.h; path = ZXingObjC/client/result/ZXEmailAddressResultParser.h; sourceTree = ""; }; + 0B49B5EEC0445F584CE33C01A16EB0AD /* DBFILESSaveCopyReferenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESSaveCopyReferenceError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveCopyReferenceError.h; sourceTree = ""; }; 0B71896A3AE6EF693AC497DCE0885B43 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Cocoa.framework; sourceTree = DEVELOPER_DIR; }; - 0BA3632D0D75670E286CCA2F21B730D3 /* ZXAI01320xDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAI01320xDecoder.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI01320xDecoder.h; sourceTree = ""; }; - 0BF9432AAD30A02337C736946E2855F9 /* DBFILESPreviewError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESPreviewError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPreviewError.h; sourceTree = ""; }; - 0C41F7C7DD1DD098C8781E814066FD08 /* hmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = hmac.h; path = SSZipArchive/minizip/aes/hmac.h; sourceTree = ""; }; - 0C455120CC5D419FF29B24F196D4DF49 /* DBAppBaseClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBAppBaseClient.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Client/DBAppBaseClient.m; sourceTree = ""; }; - 0C7C1E4F3B602C55C8F5D2ACA1C5F595 /* ZXDataMatrixWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixWriter.h; path = ZXingObjC/datamatrix/ZXDataMatrixWriter.h; sourceTree = ""; }; - 0CBC0500E89AAE2521A453773C7A78AF /* DBTEAMLOGPaperDocViewDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocViewDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocViewDetails.h; sourceTree = ""; }; - 0CBE81326ECA5D8121C19F16B507D309 /* DBTEAMLOGFileRequestsPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRequestsPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestsPolicy.h; sourceTree = ""; }; - 0D34C30CD06284CFD55A918396DBF5C1 /* DBTEAMLOGSmartSyncPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSmartSyncPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncPolicy.h; sourceTree = ""; }; - 0D6242B9FAE8F325E05A120B1254011A /* DBTEAMLOGPasswordLoginFailDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPasswordLoginFailDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordLoginFailDetails.h; sourceTree = ""; }; - 0D8A204AEEC872ACB3E24C8082656C83 /* DBTEAMLOGAccountCaptureAvailability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAccountCaptureAvailability.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureAvailability.h; sourceTree = ""; }; - 0DA0BD0F3E6CE4B465592CDA3F100250 /* DBSHARINGGroupInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGGroupInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGroupInfo.h; sourceTree = ""; }; - 0E0341120B7FE864D4428F6817325114 /* ZXAztecHighLevelEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAztecHighLevelEncoder.h; path = ZXingObjC/aztec/encoder/ZXAztecHighLevelEncoder.h; sourceTree = ""; }; - 0E0B4FD88E2146BF421B228571149FCE /* DBFILESUpdatePropertiesError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUpdatePropertiesError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUpdatePropertiesError.h; sourceTree = ""; }; - 0E437AFC8D4742F46E86C95B76883D26 /* DBTEAMMembersSuspendError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersSuspendError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSuspendError.h; sourceTree = ""; }; - 0E657B14B11F16BBEEA65FFA1239A81E /* AFURLResponseSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLResponseSerialization.h; path = AFNetworking/AFURLResponseSerialization.h; sourceTree = ""; }; - 0E6F0BA47415844C3E7013130F46730D /* ZXAztecSimpleToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAztecSimpleToken.h; path = ZXingObjC/aztec/encoder/ZXAztecSimpleToken.h; sourceTree = ""; }; - 0EB7562C0020D26C81DD7CA528452045 /* DBTEAMLOGPathLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPathLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPathLogInfo.h; sourceTree = ""; }; - 0F25D1B499EF9048AF18B2052D8146FE /* ZXPDF417DetectionResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417DetectionResult.m; path = ZXingObjC/pdf417/decoder/ZXPDF417DetectionResult.m; sourceTree = ""; }; - 0F3AF595E272CB463DF5A1A0AC972F27 /* DBTEAMGroupMembersSelectorError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupMembersSelectorError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersSelectorError.h; sourceTree = ""; }; - 0F693398F99D743F6ADE34481DBC83EA /* ZXPlanarYUVLuminanceSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPlanarYUVLuminanceSource.h; path = ZXingObjC/core/ZXPlanarYUVLuminanceSource.h; sourceTree = ""; }; - 0F8D28CFBEE53F2AA7C935620DDFA3E8 /* ZXByQuadrantReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXByQuadrantReader.h; path = ZXingObjC/multi/ZXByQuadrantReader.h; sourceTree = ""; }; - 100B93FB312CD4DD4FD5A75C2C112C80 /* ZXAztecCode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAztecCode.m; path = ZXingObjC/aztec/encoder/ZXAztecCode.m; sourceTree = ""; }; - 100E7419EE00FD6AF010BFE9294A802B /* ZXUPCEANReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXUPCEANReader.m; path = ZXingObjC/oned/ZXUPCEANReader.m; sourceTree = ""; }; - 1041B5AE50FC4C8D548E12412AD169F9 /* DBPAPERListPaperDocsSortBy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERListPaperDocsSortBy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsSortBy.h; sourceTree = ""; }; - 106A89AFE60EC6CB63BD045A24F1F758 /* DBTEAMMembersGetInfoItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersGetInfoItem.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersGetInfoItem.h; sourceTree = ""; }; - 108896DBE791FA7C50966AEAA727583F /* DBTEAMTeamGetInfoResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamGetInfoResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamGetInfoResult.h; sourceTree = ""; }; - 1098C469FADB0E3A430B278AA493B0B2 /* DBTEAMRevokeDesktopClientArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRevokeDesktopClientArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDesktopClientArg.h; sourceTree = ""; }; - 109905E39F0610FFCB4440393C24ED4C /* DBSHARINGListFileMembersBatchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFileMembersBatchResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersBatchResult.h; sourceTree = ""; }; - 10AEFAD370BADE245B3E2A59D9C2C817 /* DBPAPERCursor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERCursor.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERCursor.h; sourceTree = ""; }; - 10C5C6B344C2E1B6516E0A55A3D2E34E /* DBTEAMLOGAccountCapturePolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAccountCapturePolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCapturePolicy.h; sourceTree = ""; }; + 0B83B78412B857138B94DC9D9C91CD75 /* DBFILESWriteConflictError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESWriteConflictError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESWriteConflictError.h; sourceTree = ""; }; + 0BB4DA3CA7D28CC24DB26B4ED9A97DAD /* DBSHARINGSharedFolderMembers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedFolderMembers.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderMembers.h; sourceTree = ""; }; + 0BFC2114F15971F008C8A907DB338DA6 /* DBTEAMLOGSharingChangeFolderJoinPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharingChangeFolderJoinPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingChangeFolderJoinPolicyDetails.h; sourceTree = ""; }; + 0C136684A3E479F99B9619A42F2C9206 /* DBTransportDefaultConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTransportDefaultConfig.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportDefaultConfig.h; sourceTree = ""; }; + 0C20577A0A34D8F7E8D3E6B6311AFB2C /* DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetails.h; sourceTree = ""; }; + 0C260E1508C4EE4658767BABA794AF4A /* DBTEAMNamespaceType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMNamespaceType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMNamespaceType.h; sourceTree = ""; }; + 0C39CA5B986B0BB4D11654739896C5D3 /* DBUSERSName.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSName.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSName.h; sourceTree = ""; }; + 0C51FF7123CF5DAE93E138D9702097F2 /* DBTEAMLOGFileCommentNotificationPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileCommentNotificationPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileCommentNotificationPolicy.h; sourceTree = ""; }; + 0C5881DD07E4BBA2025692BF7EF0BC36 /* AFNetworking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-prefix.pch"; sourceTree = ""; }; + 0CB38EF0F19DB0659599F917FC385D08 /* ZXExpandedProductResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXExpandedProductResultParser.m; path = ZXingObjC/client/result/ZXExpandedProductResultParser.m; sourceTree = ""; }; + 0CCA15552556BF0D31FDD7F12626D40F /* DBPAPERPaperDocExport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERPaperDocExport.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocExport.h; sourceTree = ""; }; + 0CDC30EDE52399FAE0176860A28EB5C6 /* DBFILESCreateFolderArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESCreateFolderArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCreateFolderArg.h; sourceTree = ""; }; + 0CEA0A9DBD7FA0CBBBEBD526B0E098B7 /* ZXEAN13Reader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXEAN13Reader.m; path = ZXingObjC/oned/ZXEAN13Reader.m; sourceTree = ""; }; + 0D271834E566084CBCB45C77DC92EFBC /* DBAUTHInvalidAccountTypeError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBAUTHInvalidAccountTypeError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHInvalidAccountTypeError.h; sourceTree = ""; }; + 0D29B10B6F592F70EDABF1C052F0A02B /* DBTEAMLOGFileRequestsEmailsEnabledDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRequestsEmailsEnabledDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestsEmailsEnabledDetails.h; sourceTree = ""; }; + 0D576C11721A1311AFEEC9281A4912CA /* DBSDKImportsGenerated.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSDKImportsGenerated.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/DBSDKImportsGenerated.h; sourceTree = ""; }; + 0D6D1D4ECD9F0D7168456469EC95BA3F /* DBFILESListFolderError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESListFolderError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderError.h; sourceTree = ""; }; + 0D77656EF95978AA544A02D223BB766F /* DBFILESSaveCopyReferenceResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESSaveCopyReferenceResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveCopyReferenceResult.h; sourceTree = ""; }; + 0DC2BA11041815FE7310DE3F07A4DD92 /* ZXBitMatrix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXBitMatrix.h; path = ZXingObjC/common/ZXBitMatrix.h; sourceTree = ""; }; + 0E1FC5C9A4DC92FA44C935273BC5EF55 /* DBTEAMLOGPaperDocAddCommentDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocAddCommentDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocAddCommentDetails.h; sourceTree = ""; }; + 0E4B2BE5FF609EE8377F711C2CDE0F7D /* DBTEAMRevokeDesktopClientArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRevokeDesktopClientArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDesktopClientArg.h; sourceTree = ""; }; + 0E71833C6991491DA795C8FC9E91248D /* DBFILESDeleteError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESDeleteError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteError.h; sourceTree = ""; }; + 0E7473BD251BC1E398E4D6028EE76B36 /* DBSHARINGUserAuthRoutes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGUserAuthRoutes.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBSHARINGUserAuthRoutes.h; sourceTree = ""; }; + 0E7FD2F30D4BEFDF74D9EE9EC76FF5EE /* DBAUTHTokenFromOAuth1Error.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBAUTHTokenFromOAuth1Error.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHTokenFromOAuth1Error.h; sourceTree = ""; }; + 0E9374E5D2A5B775E602D68FC97BF530 /* DBFILESGetThumbnailBatchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESGetThumbnailBatchResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchResult.h; sourceTree = ""; }; + 0EAA563E98A8B47F4B7574CA06EA6E19 /* DBOAuthManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBOAuthManager.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/OAuth/DBOAuthManager.h; sourceTree = ""; }; + 0ECAE19D4DFF4979BAB51E74221FEAF0 /* ZXAbstractExpandedDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAbstractExpandedDecoder.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXAbstractExpandedDecoder.h; sourceTree = ""; }; + 0ED27B0A7DBB59CDF66C17662DFBE6CC /* DBTEAMLOGGetTeamEventsResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGetTeamEventsResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsResult.h; sourceTree = ""; }; + 0EFAD71E9664E44FF85BF57E7378FCE5 /* DBTEAMLOGPaperChangeMemberPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperChangeMemberPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperChangeMemberPolicyDetails.h; sourceTree = ""; }; + 0F29C4456B9D7287C8868C36F9CCBA6A /* STPrivilegedTask-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "STPrivilegedTask-dummy.m"; sourceTree = ""; }; + 0F3258BDCBF3DC3575A6D7DF9B9A1DBB /* DBFILEPROPERTIESPropertiesSearchQuery.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESPropertiesSearchQuery.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchQuery.h; sourceTree = ""; }; + 0F6B93C2F739CFB35C19CFAB8C87E0FE /* DBTEAMLOGPasswordResetDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPasswordResetDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordResetDetails.h; sourceTree = ""; }; + 0F8F954FB7745124EF4D8DDFF2A5BF0E /* DBASYNCPollArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBASYNCPollArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCPollArg.h; sourceTree = ""; }; + 0F914FF7854CF66A5AA126FE0CDEBC24 /* ZXErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXErrors.h; path = ZXingObjC/core/ZXErrors.h; sourceTree = ""; }; + 0F9401263E7F5FE10569FE7D9D943E48 /* ZXPDF417BarcodeRow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417BarcodeRow.h; path = ZXingObjC/pdf417/encoder/ZXPDF417BarcodeRow.h; sourceTree = ""; }; + 0FA1AE5E52B256DF137D64BEE5E70C3D /* ZXAI013103decoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAI013103decoder.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI013103decoder.m; sourceTree = ""; }; + 0FE45488F00C51F3DE56E448E70B9C2E /* DBTEAMLOGPaperDocUnresolveCommentDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocUnresolveCommentDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocUnresolveCommentDetails.h; sourceTree = ""; }; + 0FEB797BDEAFED840B166F3FC83CB669 /* DBTasks.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTasks.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTasks.m; sourceTree = ""; }; + 0FEFB2A5313158C1B56B5F5F3BB02A2A /* DBTEAMGroupsGetInfoItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupsGetInfoItem.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsGetInfoItem.h; sourceTree = ""; }; + 101484C154331AC75F1D6109ED9DDB1F /* DBFILEPROPERTIESAddPropertiesError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESAddPropertiesError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESAddPropertiesError.h; sourceTree = ""; }; + 108677FF9A69D0DC43D87DD195CC35BC /* DBTransportBaseHostnameConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTransportBaseHostnameConfig.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseHostnameConfig.h; sourceTree = ""; }; + 10891336A47381BA4D681A33B146CB64 /* ZXUPCEReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXUPCEReader.h; path = ZXingObjC/oned/ZXUPCEReader.h; sourceTree = ""; }; + 109D977DC0E91FE7676C20FF4FB3A812 /* ZXAddressBookAUResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAddressBookAUResultParser.h; path = ZXingObjC/client/result/ZXAddressBookAUResultParser.h; sourceTree = ""; }; + 10C2549086E8CCA53038E4C61C450336 /* DBTEAMLOGPasswordLoginSuccessDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPasswordLoginSuccessDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordLoginSuccessDetails.h; sourceTree = ""; }; + 10C6A4E1A4FDA99505BCCAB62ED7DBA1 /* ZXGenericGFPoly.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXGenericGFPoly.h; path = ZXingObjC/common/reedsolomon/ZXGenericGFPoly.h; sourceTree = ""; }; + 10D84A511C47A55E6EFA58833EA6C4CD /* ZXMultiFinderPatternFinder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXMultiFinderPatternFinder.h; path = ZXingObjC/qrcode/multi/detector/ZXMultiFinderPatternFinder.h; sourceTree = ""; }; + 10DE62B81562D54A2CEA4A9CECDFB439 /* SAMKeychain.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = SAMKeychain.bundle; path = Support/SAMKeychain.bundle; sourceTree = ""; }; + 10E0C97C63E68BC82230D3D9312470EF /* DBTEAMLOGPaperFolderLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperFolderLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderLogInfo.h; sourceTree = ""; }; + 10E60F0F54ED67BAA8FB94400B03778C /* DBTEAMLOGWebSessionsIdleLengthPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGWebSessionsIdleLengthPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionsIdleLengthPolicy.h; sourceTree = ""; }; 10FBA865F4BC9B21730E35E1EC25532D /* Pods-AppBox-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-AppBox-dummy.m"; sourceTree = ""; }; - 111530F50748B2D2268D644644C4D8BD /* DBTEAMTeamFolderCreateError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderCreateError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderCreateError.h; sourceTree = ""; }; - 114E1BA9275E636F34917D8C6737AC55 /* DBTEAMLOGTfaChangeBackupPhoneDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTfaChangeBackupPhoneDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaChangeBackupPhoneDetails.h; sourceTree = ""; }; - 1158DCADED724C70DF00969303C82A8F /* DBTEAMLOGSharedFolderTransferOwnershipDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedFolderTransferOwnershipDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderTransferOwnershipDetails.h; sourceTree = ""; }; - 1159B98EAD70D97B86D173D1AC786BAD /* ZXPDF417ScanningDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417ScanningDecoder.m; path = ZXingObjC/pdf417/decoder/ZXPDF417ScanningDecoder.m; sourceTree = ""; }; - 1166455D68CE8B107342AF876B1C8D42 /* DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetails.h; sourceTree = ""; }; - 11695E43AEFAD4ED3511EBEDBDED3B0C /* ZXCode128Reader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXCode128Reader.h; path = ZXingObjC/oned/ZXCode128Reader.h; sourceTree = ""; }; - 1170845E3185ACF8A3AEC2A7E1283F57 /* DBTEAMMobileClientSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMobileClientSession.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMobileClientSession.h; sourceTree = ""; }; - 117A06DC21FCA726C2A7D4EF42B7B213 /* DBTEAMLOGDeviceChangeIpMobileDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceChangeIpMobileDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceChangeIpMobileDetails.h; sourceTree = ""; }; - 117E935FDE58803CF0D8D12F33BE5FBF /* DBFILESListFolderLongpollResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESListFolderLongpollResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderLongpollResult.h; sourceTree = ""; }; - 1187877DD589E5F2170614173273ADDB /* DBSHARINGAclUpdatePolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGAclUpdatePolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAclUpdatePolicy.h; sourceTree = ""; }; - 1189977897C0DA1752C9645518E1C5FF /* DBFILESMediaMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESMediaMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESMediaMetadata.h; sourceTree = ""; }; - 124D6A5D5E1269FDF4022FDDAFA1E063 /* ZXRSSFinderPattern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSFinderPattern.h; path = ZXingObjC/oned/rss/ZXRSSFinderPattern.h; sourceTree = ""; }; - 124F80768BA8014DB594AB89F231FAC7 /* ZXISBNResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXISBNResultParser.h; path = ZXingObjC/client/result/ZXISBNResultParser.h; sourceTree = ""; }; + 1105B3BE924011EEF86DDA38DF7FCB77 /* DBPAPERPaperDocPermissionLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERPaperDocPermissionLevel.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocPermissionLevel.h; sourceTree = ""; }; + 111F59953B472C1043D0330695EFC56E /* DBFILESRouteObjects.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESRouteObjects.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILESRouteObjects.h; sourceTree = ""; }; + 11307FECC07B1FB26B9F51A6CF6FAA67 /* ZXCode39Reader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXCode39Reader.h; path = ZXingObjC/oned/ZXCode39Reader.h; sourceTree = ""; }; + 11625FF10191ACDCCE09BA24E3FE078F /* AnalyticsWindow.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; name = AnalyticsWindow.xib; path = GoogleAnalyticsTracker/AnalyticsWindow.xib; sourceTree = ""; }; + 11A189963D8629875FEA06B5DE11A73B /* DBTEAMLOGMemberChangeNameDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberChangeNameDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeNameDetails.h; sourceTree = ""; }; + 11B241B39378FB777AB583BED7B01757 /* ZXDataMatrixDefaultPlacement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixDefaultPlacement.m; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixDefaultPlacement.m; sourceTree = ""; }; + 11B5B788FF6CA8112B9BE24BC9BBEBF6 /* DBTEAMLOGNetworkControlChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGNetworkControlChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNetworkControlChangePolicyDetails.h; sourceTree = ""; }; + 11F802F393C29D25F90EB99B67D5CA6D /* ZXByteArray.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXByteArray.m; path = ZXingObjC/common/ZXByteArray.m; sourceTree = ""; }; + 1204B60D581FF7E6001DAB38DC1CA7A3 /* ZXBoolArray.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXBoolArray.m; path = ZXingObjC/common/ZXBoolArray.m; sourceTree = ""; }; + 1228E13AD335184030DF5746695F2843 /* DBAUTHRouteObjects.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBAUTHRouteObjects.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBAUTHRouteObjects.h; sourceTree = ""; }; 1262EDC01E9F5A4680A5EB7F2D956E3A /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; - 128CF3CACAAD5DB3836E8B1398AEF25F /* DBSessionData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSessionData.h; path = Source/ObjectiveDropboxOfficial/Headers/Internal/Networking/DBSessionData.h; sourceTree = ""; }; - 12A9F53D85445306696AA139B8277FC4 /* CMDQueryStringSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CMDQueryStringSerialization.h; path = CMDQueryStringSerialization/CMDQueryStringSerialization.h; sourceTree = ""; }; - 12C6BC5DF73269F17283F1BFC8975992 /* DBChunkInputStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBChunkInputStream.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBChunkInputStream.m; sourceTree = ""; }; - 12CFADB543D84D8EE9E5140AE08A7230 /* ZXMonochromeRectangleDetector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXMonochromeRectangleDetector.h; path = ZXingObjC/common/detector/ZXMonochromeRectangleDetector.h; sourceTree = ""; }; - 12D1227261DB3EFA35ED8CC23CE1EFE5 /* ZXBinaryBitmap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXBinaryBitmap.h; path = ZXingObjC/core/ZXBinaryBitmap.h; sourceTree = ""; }; - 12E5B61A2A2A120ADC679B5A9F6EFA40 /* DBTEAMListMemberDevicesResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListMemberDevicesResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberDevicesResult.h; sourceTree = ""; }; - 1321C102D7DAD8383E7C2703B8138C65 /* DBTEAMLOGFileRenameDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRenameDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRenameDetails.h; sourceTree = ""; }; - 136DC4BA696062EA771CFDF3E92507A7 /* ANSCompatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ANSCompatibility.h; path = OSX/Crashlytics.framework/Versions/A/Headers/ANSCompatibility.h; sourceTree = ""; }; - 1380414B43C5B2807B3E31F8C867F67D /* DBTEAMUserSelectorArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMUserSelectorArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUserSelectorArg.h; sourceTree = ""; }; - 1381D9AD50BB179399DEFA49CA57A6F3 /* DBTEAMLOGMemberRequestsPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberRequestsPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberRequestsPolicy.h; sourceTree = ""; }; - 13E50EC30076BF3E8F3096640AFE36A1 /* ZXByQuadrantReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXByQuadrantReader.m; path = ZXingObjC/multi/ZXByQuadrantReader.m; sourceTree = ""; }; - 13E6C2A834523054AF5B9C8D0F2B746C /* DBSHARINGUserAuthRoutes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBSHARINGUserAuthRoutes.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBSHARINGUserAuthRoutes.m; sourceTree = ""; }; - 1426B700A01804BD4FC81A0B1874EDD4 /* ZXCodaBarWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXCodaBarWriter.h; path = ZXingObjC/oned/ZXCodaBarWriter.h; sourceTree = ""; }; - 1437B6E8C5CC3C7EA952B01FD5B84D14 /* DBTEAMLOGShmodelVisibilityPublicDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGShmodelVisibilityPublicDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelVisibilityPublicDetails.h; sourceTree = ""; }; - 14904E0367AD146FF363B9BBFE8D51AF /* DBTEAMLOGDeviceLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceLogInfo.h; sourceTree = ""; }; - 14D98E6C6F125331B38E77EB86E69E9D /* DBSDKImportsGenerated.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSDKImportsGenerated.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/DBSDKImportsGenerated.h; sourceTree = ""; }; + 129606FEDE30E1026C005A6C0DB55370 /* DBUserBaseClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBUserBaseClient.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Client/DBUserBaseClient.m; sourceTree = ""; }; + 12AE8E8CC87B05D0B4B9AD13184AE8F3 /* AFURLResponseSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLResponseSerialization.h; path = AFNetworking/AFURLResponseSerialization.h; sourceTree = ""; }; + 12F971CDA2C8991B445D23E2149DC8C5 /* DBTEAMLOGTwoAccountPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTwoAccountPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTwoAccountPolicy.h; sourceTree = ""; }; + 1341AB333D080CE0DF441BC805999EC1 /* DBPAPERRouteObjects.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERRouteObjects.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBPAPERRouteObjects.h; sourceTree = ""; }; + 1351EA98C1A55841F77F7360A5672FEC /* DBTEAMSetCustomQuotaArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMSetCustomQuotaArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMSetCustomQuotaArg.h; sourceTree = ""; }; + 1375CAB1B92053DE5B9F09FD269023D0 /* DBFILESVideoMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESVideoMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESVideoMetadata.h; sourceTree = ""; }; + 138884BAF9D7EC2AD64F61F5BE193B7F /* ZXRSSExpandedGeneralAppIdDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSExpandedGeneralAppIdDecoder.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedGeneralAppIdDecoder.h; sourceTree = ""; }; + 1469DA7FAF0F8AB3298C33A4E296FB38 /* DBPAPERAddPaperDocUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERAddPaperDocUser.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERAddPaperDocUser.h; sourceTree = ""; }; + 14986A3D3B7C0401CA65D706314E8652 /* ZXQRCodeVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeVersion.h; path = ZXingObjC/qrcode/decoder/ZXQRCodeVersion.h; sourceTree = ""; }; + 14A33E48FA079CC03C1630E6AF54E868 /* DBTEAMLOGFileRollbackChangesDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRollbackChangesDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRollbackChangesDetails.h; sourceTree = ""; }; + 14A9A82B1F629BEB3110DEBBB2057095 /* DBSHARINGAddMemberSelectorError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGAddMemberSelectorError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddMemberSelectorError.h; sourceTree = ""; }; + 14C5AC1E2EE4E83EC20780740FD0A282 /* DBTEAMLOGDeviceApprovalsPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceApprovalsPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsPolicy.h; sourceTree = ""; }; + 14E934521C8DA59DFC7C8A018FA220B9 /* DBSHARINGListFoldersResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFoldersResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFoldersResult.h; sourceTree = ""; }; + 14F8B842683A96848F36558A9E33A482 /* ZXDataMatrixDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixDecoder.m; path = ZXingObjC/datamatrix/decoder/ZXDataMatrixDecoder.m; sourceTree = ""; }; + 151817241E780605FCE934E07B67034A /* DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetails.h; sourceTree = ""; }; 151EC11F79427EA99396AB8790B011AE /* Pods-AppBox.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-AppBox.debug.xcconfig"; sourceTree = ""; }; - 152901A3F80340F9A5A8DBA0A9ABE89D /* ZipArchive.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZipArchive.h; path = SSZipArchive/ZipArchive.h; sourceTree = ""; }; - 1546D24B6DFA12F1F3E76B8BA5098C70 /* DBTEAMLOGSsoChangeSamlIdentityModeDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSsoChangeSamlIdentityModeDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangeSamlIdentityModeDetails.h; sourceTree = ""; }; - 15563203F574945CE41022E2103F9C5E /* DBASYNCLaunchEmptyResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBASYNCLaunchEmptyResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCLaunchEmptyResult.h; sourceTree = ""; }; - 1586C8561D53E862654BD0FBD7FC95A3 /* DBSHARINGUpdateFileMemberArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGUpdateFileMemberArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFileMemberArgs.h; sourceTree = ""; }; - 16399FA3A96FDDBDB9ED06A925081713 /* AFNetworking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AFNetworking-dummy.m"; sourceTree = ""; }; - 166E9BACE99F3E08AC2E3AD921DA6659 /* DBSHARINGGetFileMetadataBatchArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGGetFileMetadataBatchArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataBatchArg.h; sourceTree = ""; }; - 167B173F3B761F17C016B530D54B6FA7 /* ZXDetectorResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDetectorResult.m; path = ZXingObjC/common/ZXDetectorResult.m; sourceTree = ""; }; - 16B238BD2BA4366B46D6AD6A14868165 /* DBTEAMLOGFileDownloadDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileDownloadDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileDownloadDetails.h; sourceTree = ""; }; - 16B931361BAA30869C843CE1F3D95290 /* DBTEAMUsersSelectorArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMUsersSelectorArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUsersSelectorArg.h; sourceTree = ""; }; - 171113B7757BE583192C8B309A5F5015 /* DBCustomDatatypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBCustomDatatypes.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBCustomDatatypes.m; sourceTree = ""; }; - 1712471BFC80EAB106C0080E256BE475 /* DBTEAMTeamFolderTeamSharedDropboxError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderTeamSharedDropboxError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderTeamSharedDropboxError.h; sourceTree = ""; }; - 17A005B2E75D590545A2FE7AEFBA0E77 /* ZXITFReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXITFReader.m; path = ZXingObjC/oned/ZXITFReader.m; sourceTree = ""; }; - 17C8EAA29C91569B4235432092904BFC /* DBPAPERAddPaperDocUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERAddPaperDocUser.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERAddPaperDocUser.h; sourceTree = ""; }; - 17DE75D59E9E9AAA91713FEAC7CC59AD /* DBSHARINGListFilesResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFilesResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFilesResult.h; sourceTree = ""; }; - 18BEB9686F98E30B1057331F26B7A9D6 /* DBTEAMLOGPaperDocumentLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocumentLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocumentLogInfo.h; sourceTree = ""; }; - 18E98CDAC0B6B6E4FACC912257341A72 /* DBDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBDelegate.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBDelegate.m; sourceTree = ""; }; - 1911279AB33F41C16745578FD098C334 /* ZXAztecDetector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAztecDetector.h; path = ZXingObjC/aztec/detector/ZXAztecDetector.h; sourceTree = ""; }; - 1965A2C4D893EC27B44F8D4F21218243 /* ZXMultipleBarcodeReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXMultipleBarcodeReader.h; path = ZXingObjC/multi/ZXMultipleBarcodeReader.h; sourceTree = ""; }; - 1967DE855B071AB329C6103535BA11CD /* ZXDataMatrixDecodedBitStreamParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixDecodedBitStreamParser.h; path = ZXingObjC/datamatrix/decoder/ZXDataMatrixDecodedBitStreamParser.h; sourceTree = ""; }; - 196A20A6E43503914E8F22BFACB591DD /* DBSHARINGListFilesContinueArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFilesContinueArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFilesContinueArg.h; sourceTree = ""; }; - 197BF6FE05906E9FB8FEA03D0FC86663 /* DBFILESAlphaGetMetadataError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESAlphaGetMetadataError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESAlphaGetMetadataError.h; sourceTree = ""; }; - 19C55AF67D27E8DC5D2258515A479D72 /* ZXExpandedProductParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXExpandedProductParsedResult.h; path = ZXingObjC/client/result/ZXExpandedProductParsedResult.h; sourceTree = ""; }; - 19E781667BC8B64934A17900941E4908 /* DBTEAMListMembersDevicesError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListMembersDevicesError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersDevicesError.h; sourceTree = ""; }; - 19F5A658D9A2C84F604A3D99B0696D69 /* DBTEAMListTeamDevicesResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListTeamDevicesResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamDevicesResult.h; sourceTree = ""; }; - 1A0CA912ADD20234E7B629731FA3ADE4 /* ZXUPCAReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXUPCAReader.m; path = ZXingObjC/oned/ZXUPCAReader.m; sourceTree = ""; }; - 1A2697F54A0B93E378B26F20462AAB66 /* DBTEAMLOGMemberSpaceLimitsAddExceptionDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberSpaceLimitsAddExceptionDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSpaceLimitsAddExceptionDetails.h; sourceTree = ""; }; - 1A352DA66DAC59C844C1035F4C6EB114 /* DBFILESAddPropertiesError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESAddPropertiesError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESAddPropertiesError.h; sourceTree = ""; }; - 1AB9BB7C9FDA6ED2C6699E198E5808FF /* CLSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSStackFrame.h; path = OSX/Crashlytics.framework/Versions/A/Headers/CLSStackFrame.h; sourceTree = ""; }; - 1ABE3958454B9C1C41C10CCBF7F0C6D9 /* DBPROPERTIESModifyPropertyTemplateError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPROPERTIESModifyPropertyTemplateError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESModifyPropertyTemplateError.h; sourceTree = ""; }; - 1B5F59E75517E2A51389F01F86362BB8 /* ZXCode93Reader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXCode93Reader.m; path = ZXingObjC/oned/ZXCode93Reader.m; sourceTree = ""; }; - 1BB5129024DC1B46E70C127C1CF0154D /* aes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = aes.h; path = SSZipArchive/minizip/aes/aes.h; sourceTree = ""; }; - 1BF58121A11F1169A3A3F55B63C70BD5 /* DBASYNCPollResultBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBASYNCPollResultBase.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCPollResultBase.h; sourceTree = ""; }; - 1C0E3A6FE7FFC990958CD626F058988A /* DBSHARINGAudienceRestrictingSharedFolder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGAudienceRestrictingSharedFolder.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAudienceRestrictingSharedFolder.h; sourceTree = ""; }; - 1C69F3579A8CD66852020CCAB473A7F3 /* DBTEAMLOGAccountCaptureMigrateAccountDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAccountCaptureMigrateAccountDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureMigrateAccountDetails.h; sourceTree = ""; }; - 1C94B333494D8772A0E405560C980024 /* AFURLRequestSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLRequestSerialization.m; path = AFNetworking/AFURLRequestSerialization.m; sourceTree = ""; }; - 1CC94C755E9745C6E9A14FCD004EBB87 /* DBTEAMRevokeDeviceSessionBatchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRevokeDeviceSessionBatchResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionBatchResult.h; sourceTree = ""; }; - 1CDE6E8C219229169ADE0D4F757CA0BA /* ZXAI013x0xDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAI013x0xDecoder.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI013x0xDecoder.m; sourceTree = ""; }; - 1CE9525B9FF6CA97BACC379D2D55CF34 /* DBTEAMListMemberDevicesArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListMemberDevicesArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberDevicesArg.h; sourceTree = ""; }; - 1CEA4F403421A57C9745E1FA03E4A3F7 /* ZXCodaBarWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXCodaBarWriter.m; path = ZXingObjC/oned/ZXCodaBarWriter.m; sourceTree = ""; }; - 1CEE1412A19C5BDD9FF4A98D11AADBDA /* DBFILESRelocationPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESRelocationPath.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationPath.h; sourceTree = ""; }; - 1D14BD18B64EFDEFDAA4BBC206C1AEE4 /* DBTEAMTeamFolderListError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderListError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListError.h; sourceTree = ""; }; - 1D3BF073397BD826DDD566347519076C /* DBPAPERSharingPublicPolicyType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERSharingPublicPolicyType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERSharingPublicPolicyType.h; sourceTree = ""; }; - 1DF144A7E907C6D626D768F109A9C318 /* DBTEAMLOGSharedContentDownloadsPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentDownloadsPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentDownloadsPolicy.h; sourceTree = ""; }; - 1E00DEA54087AE820150576B74FBC6F3 /* DBTEAMLOGPaperDocEditCommentDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocEditCommentDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocEditCommentDetails.h; sourceTree = ""; }; - 1E1D5098AB0DB43FD87298685B1F1066 /* DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails.h; sourceTree = ""; }; - 1E399AA432D3312E37AF996067BF4B68 /* ZXEmailDoCoMoResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXEmailDoCoMoResultParser.h; path = ZXingObjC/client/result/ZXEmailDoCoMoResultParser.h; sourceTree = ""; }; - 1E45789B523DC4B82DBE23E889C20AA7 /* DBFILESSaveCopyReferenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESSaveCopyReferenceError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveCopyReferenceError.h; sourceTree = ""; }; + 152903BF53AE513E5FAA0D78D460FAEA /* GoogleAnalyticsTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GoogleAnalyticsTracker.h; path = GoogleAnalyticsTracker/GoogleAnalyticsTracker.h; sourceTree = ""; }; + 155637372CCCEFED9D87DDD1F13486C5 /* DBTEAMLOGSsoRemoveLoginUrlDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSsoRemoveLoginUrlDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoRemoveLoginUrlDetails.h; sourceTree = ""; }; + 1564D980483E48B7629405ED5B9B0B87 /* DBTEAMGroupCreateError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupCreateError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupCreateError.h; sourceTree = ""; }; + 1571A293CB3C6355FCEB7E80CD72B480 /* DBFILESUserAuthRoutes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUserAuthRoutes.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILESUserAuthRoutes.h; sourceTree = ""; }; + 157B6BD6A525EB05E7C307A153D2D273 /* DBTEAMCOMMONGroupType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMCOMMONGroupType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/Headers/DBTEAMCOMMONGroupType.h; sourceTree = ""; }; + 15C3E472CFCAA8754E63EB467B534927 /* ZXISBNParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXISBNParsedResult.h; path = ZXingObjC/client/result/ZXISBNParsedResult.h; sourceTree = ""; }; + 15CCBC3C740EA269A4530F7967CCF70B /* DBFILEPROPERTIESPropertyGroupUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESPropertyGroupUpdate.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyGroupUpdate.h; sourceTree = ""; }; + 1639EB9F6AC87536E1D1B6CA60B88F86 /* DBTEAMIncludeMembersArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMIncludeMembersArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMIncludeMembersArg.h; sourceTree = ""; }; + 164F28651444B8F8179B60E02FC597C1 /* DBTEAMLOGShmodelTeamCopyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGShmodelTeamCopyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelTeamCopyDetails.h; sourceTree = ""; }; + 16BA85749B65835DD2A3858B293FE80E /* DBTEAMMembersSetProfileError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersSetProfileError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetProfileError.h; sourceTree = ""; }; + 16E8426693A51260933C6E0162DE445A /* DBTEAMLOGAppLinkUserDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAppLinkUserDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppLinkUserDetails.h; sourceTree = ""; }; + 17419AAD177D56676A7E044E018D75D8 /* DBFILESFileSharingInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESFileSharingInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFileSharingInfo.h; sourceTree = ""; }; + 1760678C6161F1C856AC28565F96AF4D /* DBUSERSRouteObjects.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSRouteObjects.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBUSERSRouteObjects.h; sourceTree = ""; }; + 178BC78EB6784B885CF1C99DE789C115 /* ZXAI013x0xDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAI013x0xDecoder.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI013x0xDecoder.h; sourceTree = ""; }; + 17F97D518592B7CF7851A46CE609E6E3 /* DBPAPERListPaperDocsSortOrder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERListPaperDocsSortOrder.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsSortOrder.h; sourceTree = ""; }; + 1812F68DD7C6F66F1D7916BF74F5CF94 /* DBTEAMLOGFileCommentsChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileCommentsChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileCommentsChangePolicyDetails.h; sourceTree = ""; }; + 182E54B0B3DB1FC445CDA1B9FC45749E /* DBFILESDeleteBatchJobStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESDeleteBatchJobStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchJobStatus.h; sourceTree = ""; }; + 185A3CC76AABAE183FB4E6A8B7266B3C /* DBTEAMLOGDeviceUnlinkDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceUnlinkDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceUnlinkDetails.h; sourceTree = ""; }; + 186F37D7DBE222552FA41D47CC648305 /* DBTEAMLOGSharedContentRemoveLinkExpiryDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentRemoveLinkExpiryDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRemoveLinkExpiryDetails.h; sourceTree = ""; }; + 18BE9FCBCBA89C1947D04ACC1FC1C99A /* DBSHARINGExpectedSharedContentLinkMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGExpectedSharedContentLinkMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGExpectedSharedContentLinkMetadata.h; sourceTree = ""; }; + 19006DF141DB9FAEAD22CEA042C8DB17 /* DBTEAMLOGShmodelFbShareDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGShmodelFbShareDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelFbShareDetails.h; sourceTree = ""; }; + 190F250B67665E82456930538B77F2F3 /* ZXCode39Writer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXCode39Writer.m; path = ZXingObjC/oned/ZXCode39Writer.m; sourceTree = ""; }; + 192C7D94FDDAE16A2357AFA9AA317B36 /* ZXVINParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXVINParsedResult.m; path = ZXingObjC/client/result/ZXVINParsedResult.m; sourceTree = ""; }; + 193F1EE8DD9D63EE0B00ABE95B1B3055 /* DBTransportBaseConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTransportBaseConfig.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseConfig.m; sourceTree = ""; }; + 1951F45C3DC5F04F94B74C4A72DFD1D9 /* ZXGeoResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXGeoResultParser.h; path = ZXingObjC/client/result/ZXGeoResultParser.h; sourceTree = ""; }; + 196A09AE5D6F42901E106965EB5425DD /* ZXQRCodeDetector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeDetector.m; path = ZXingObjC/qrcode/detector/ZXQRCodeDetector.m; sourceTree = ""; }; + 19710031235D6F10DBE0663BF85BD4DC /* ZXEAN13Writer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXEAN13Writer.h; path = ZXingObjC/oned/ZXEAN13Writer.h; sourceTree = ""; }; + 197DA14053FA275EB76D4E6DA26E5BB7 /* ZXPDF417Reader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417Reader.m; path = ZXingObjC/pdf417/ZXPDF417Reader.m; sourceTree = ""; }; + 19CD89F11567E8685B59802CCE3F177E /* DBTEAMLOGShmodelRemoveExpirationDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGShmodelRemoveExpirationDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelRemoveExpirationDetails.h; sourceTree = ""; }; + 1A2BDF88BA80299A1CDF13A8E3338A9A /* DBSHARINGCreateSharedLinkWithSettingsError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGCreateSharedLinkWithSettingsError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCreateSharedLinkWithSettingsError.h; sourceTree = ""; }; + 1A2FB5348DD89EB2A6BCCF9BCA6A55D5 /* ZXPDF417BarcodeMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417BarcodeMetadata.h; path = ZXingObjC/pdf417/decoder/ZXPDF417BarcodeMetadata.h; sourceTree = ""; }; + 1A39E22C0D2DBD21D879CD59E6F80AF2 /* DBTEAMLOGSharedContentAddLinkExpiryDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentAddLinkExpiryDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentAddLinkExpiryDetails.h; sourceTree = ""; }; + 1A4097FCCB32278F56B48C118B1AE83F /* DBTEAMPOLICIESRolloutMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMPOLICIESRolloutMethod.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESRolloutMethod.h; sourceTree = ""; }; + 1A4EC121BC44989D6A7DC5DEFBDCDCA9 /* DBTEAMLOGSfNestDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSfNestDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfNestDetails.h; sourceTree = ""; }; + 1A5D7E9280B9482BF0BDE5DF976204DB /* DBTEAMLOGAccountCaptureMigrateAccountDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAccountCaptureMigrateAccountDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureMigrateAccountDetails.h; sourceTree = ""; }; + 1A7DD0E96ED60588A2AB1A9AF39403DA /* DBStoneSerializers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBStoneSerializers.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBStoneSerializers.m; sourceTree = ""; }; + 1A806C17A2BBB1E47C451B8DF3DA9C6B /* DBFILEPROPERTIESRemovePropertiesError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESRemovePropertiesError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESRemovePropertiesError.h; sourceTree = ""; }; + 1AB22583610134068461B15E7C7491D4 /* ISO8601-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ISO8601-dummy.m"; sourceTree = ""; }; + 1ADB16CE37728A7D1BF9B4707EE15481 /* DBTEAMLOGResellerSupportSessionStartDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGResellerSupportSessionStartDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGResellerSupportSessionStartDetails.h; sourceTree = ""; }; + 1B0E987BBC7C6438BAF951B3FCE9DA9F /* DBTEAMLOGSharedFolderTransferOwnershipDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedFolderTransferOwnershipDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderTransferOwnershipDetails.h; sourceTree = ""; }; + 1B41BB6019BAD81E53A6EB3345880B7A /* DBTEAMLOGTeamFolderChangeStatusDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamFolderChangeStatusDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderChangeStatusDetails.h; sourceTree = ""; }; + 1B5FEB52FDCEAF423D7716190BDA63B3 /* DBSHARINGUnmountFolderError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGUnmountFolderError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnmountFolderError.h; sourceTree = ""; }; + 1B690380F76B971F85E00DEC0EBD3A48 /* ZXDataMatrixSymbolInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixSymbolInfo.h; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixSymbolInfo.h; sourceTree = ""; }; + 1B9DFF32AE85876D1F2A399633F58CD0 /* ZXRSSFinderPattern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSFinderPattern.h; path = ZXingObjC/oned/rss/ZXRSSFinderPattern.h; sourceTree = ""; }; + 1BFCE5A07B79E8B5B176E481DC40DED3 /* DBFILESDeleteBatchError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESDeleteBatchError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchError.h; sourceTree = ""; }; + 1C52BF5A7EAE85220A04C2AE59F66701 /* DBTEAMLOGPaperExternalViewDefaultTeamDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperExternalViewDefaultTeamDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperExternalViewDefaultTeamDetails.h; sourceTree = ""; }; + 1C8E186DCC2E445A180C3DBCBFB4EDE0 /* DBTEAMLOGSharingChangeLinkPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharingChangeLinkPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingChangeLinkPolicyDetails.h; sourceTree = ""; }; + 1CB6BD330294BD43BC14843287DB5549 /* SAMKeychain-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SAMKeychain-prefix.pch"; sourceTree = ""; }; + 1CE3D79E07AA0642018EB4AA7B003718 /* DBFILEREQUESTSGetFileRequestError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEREQUESTSGetFileRequestError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSGetFileRequestError.h; sourceTree = ""; }; + 1D8D17E82C6FDFB568F98212E4B0A09C /* DBFILESSearchMatch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESSearchMatch.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchMatch.h; sourceTree = ""; }; + 1DA779C7F2896D8FDAAE1AF83D6D84ED /* DBFILESLookupError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESLookupError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESLookupError.h; sourceTree = ""; }; + 1DBD2EFD189AC21029FFD9F9EA8F9CC7 /* ZXDataMatrixBase256Encoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixBase256Encoder.m; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixBase256Encoder.m; sourceTree = ""; }; + 1DDCE77FBE726C7D9CEA84270C25B50F /* DBSHARINGUpdateFolderPolicyError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGUpdateFolderPolicyError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFolderPolicyError.h; sourceTree = ""; }; + 1DE14E4BAFE275F3FBA97802BAC73FE2 /* DBTEAMLOGAccountCaptureAvailability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAccountCaptureAvailability.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureAvailability.h; sourceTree = ""; }; + 1DE2A7A0CB465C12D47D734606CD8165 /* DBTEAMGroupAccessType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupAccessType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupAccessType.h; sourceTree = ""; }; + 1DE791AD9CBC2E2C23EB38D0AE7CF3BD /* DBTEAMLOGGroupAddMemberDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupAddMemberDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupAddMemberDetails.h; sourceTree = ""; }; + 1DF450E40BB2A6C6B678C510EAA56FEF /* ZXRSSExpandedDecodedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSExpandedDecodedObject.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedDecodedObject.m; sourceTree = ""; }; + 1E270B0E6FF5B3CC26FE87AEF8833402 /* ZXPDF417Detector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417Detector.h; path = ZXingObjC/pdf417/detector/ZXPDF417Detector.h; sourceTree = ""; }; + 1E34428E7B57D47A852BABB57D239341 /* DBTEAMLOGFileSaveCopyReferenceDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileSaveCopyReferenceDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileSaveCopyReferenceDetails.h; sourceTree = ""; }; + 1E37FEAB61CD7798868892F11F2B161E /* ZXCGImageLuminanceSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXCGImageLuminanceSource.h; path = ZXingObjC/client/ZXCGImageLuminanceSource.h; sourceTree = ""; }; 1E8EF149B2C2532840C34ED9213AC937 /* libAFNetworking.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libAFNetworking.a; path = libAFNetworking.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 1EAC2A15608F9AB02AA938FE1E1594B2 /* ZXQRCodeDataBlock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeDataBlock.h; path = ZXingObjC/qrcode/decoder/ZXQRCodeDataBlock.h; sourceTree = ""; }; - 1F02089F241DF842415DAA09F6C9C6FC /* ZXQRCodeReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeReader.h; path = ZXingObjC/qrcode/ZXQRCodeReader.h; sourceTree = ""; }; - 1F7FD0D3D1327699A3BBFD3654333EF1 /* DBTEAMLOGShmodelGroupShareDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGShmodelGroupShareDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelGroupShareDetails.h; sourceTree = ""; }; - 1FD8646D48D3035030A6BB00C816E7CF /* DBFILESPhotoMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESPhotoMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPhotoMetadata.h; sourceTree = ""; }; - 1FE3BB35CF5B233800475C690A917277 /* DBTEAMLOGGetTeamEventsArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGetTeamEventsArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsArg.h; sourceTree = ""; }; - 1FFA294F7BB466F7137088F87CA34F65 /* DBTeamClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTeamClient.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/DBTeamClient.h; sourceTree = ""; }; - 20109ABF0C762686069EC1F93070C27D /* ZXSMSTOMMSTOResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXSMSTOMMSTOResultParser.m; path = ZXingObjC/client/result/ZXSMSTOMMSTOResultParser.m; sourceTree = ""; }; - 202AAF1230367D58DD48F9CCE2BD4A1B /* DBTEAMTeamFolderGetInfoItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderGetInfoItem.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderGetInfoItem.h; sourceTree = ""; }; - 202FE3D3AE9398EA538758C721643267 /* DBSHARINGLinkMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGLinkMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkMetadata.h; sourceTree = ""; }; - 2060CFCAD03681A96B36DA330B7E2BFD /* DBTEAMLOGRouteObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTEAMLOGRouteObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBTEAMLOGRouteObjects.m; sourceTree = ""; }; - 20BDA34514E17956FD66747A0E5F6D14 /* ZXDataMatrixX12Encoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixX12Encoder.h; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixX12Encoder.h; sourceTree = ""; }; + 1EB82285D9FEE182E528A6E4399CF0B6 /* DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails.h; sourceTree = ""; }; + 1EC6876BCC7631CD962C99E00EF7CAB5 /* DBTasks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTasks.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTasks.h; sourceTree = ""; }; + 1ED268A2CF77E5E817CCF65995D30425 /* DBTEAMTeamFolderListError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderListError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListError.h; sourceTree = ""; }; + 1EDAFF3E39E4DA8100EED41945037F61 /* DBTEAMLOGShmodelCreateDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGShmodelCreateDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelCreateDetails.h; sourceTree = ""; }; + 1EE4C4BD2464365ABE516C40AD4F1184 /* DBFILEREQUESTSUserAuthRoutes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBFILEREQUESTSUserAuthRoutes.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEREQUESTSUserAuthRoutes.m; sourceTree = ""; }; + 1EE4F5E0240030700CCFC585C874C863 /* DBTEAMLOGFileLikeCommentDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileLikeCommentDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileLikeCommentDetails.h; sourceTree = ""; }; + 1F21EC07476956FF7FD144FB4766A263 /* DBFILESThumbnailArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESThumbnailArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESThumbnailArg.h; sourceTree = ""; }; + 1F260C0C4D3A89AF8C30CBAD7C99425A /* MPAnalyticsConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MPAnalyticsConfiguration.m; path = GoogleAnalyticsTracker/MPAnalyticsConfiguration.m; sourceTree = ""; }; + 1F44AF0CDC4A83DC65607C3E16A26CA8 /* ZXITFWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXITFWriter.m; path = ZXingObjC/oned/ZXITFWriter.m; sourceTree = ""; }; + 1F45D8DCD498F50A8CA758252BC690FB /* DBFILEPROPERTIESRouteObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBFILEPROPERTIESRouteObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILEPROPERTIESRouteObjects.m; sourceTree = ""; }; + 1F9B04B055DDACE16F46C5C81170D313 /* ZXPDF417DetectorResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417DetectorResult.h; path = ZXingObjC/pdf417/detector/ZXPDF417DetectorResult.h; sourceTree = ""; }; + 1F9C0AF499EE55E29469187BA19CFD24 /* DBFILEPROPERTIESUpdateTemplateArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESUpdateTemplateArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESUpdateTemplateArg.h; sourceTree = ""; }; + 1FA02E2E75D369C1991BCA1C94953BF2 /* DBTEAMLOGSpaceLimitsStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSpaceLimitsStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSpaceLimitsStatus.h; sourceTree = ""; }; + 1FB97D7517EDD2A57FB46BD56535E922 /* NSURL+CMDQueryStringSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURL+CMDQueryStringSerialization.h"; path = "CMDQueryStringSerialization/NSURL+CMDQueryStringSerialization.h"; sourceTree = ""; }; + 1FBC78D9E6836A29B4C6E7A61B6C98BF /* DBTEAMLOGSharedContentChangeMemberRoleDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentChangeMemberRoleDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeMemberRoleDetails.h; sourceTree = ""; }; + 1FBCC15F6572E031DA42B9D2A68E619D /* DBSHARINGListFilesResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFilesResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFilesResult.h; sourceTree = ""; }; + 1FC1D2CCBD30BDCF0443BDEC5920AD06 /* DBSDKConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBSDKConstants.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.m; sourceTree = ""; }; + 2002FE3EC88E0190E43B8D2ADDEFF303 /* DBSHARINGSharedLinkPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedLinkPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkPolicy.h; sourceTree = ""; }; + 2007066E4540726AE88D32AF7ABF52A0 /* DBTEAMLOGPaperFolderTeamInviteDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperFolderTeamInviteDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderTeamInviteDetails.h; sourceTree = ""; }; + 201EBA298A2D69883F90086EEC4A0480 /* DBFILESGetThumbnailBatchResultEntry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESGetThumbnailBatchResultEntry.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchResultEntry.h; sourceTree = ""; }; + 205678B942224733BF28AAA6C59979A6 /* ZXPDF417Detector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417Detector.m; path = ZXingObjC/pdf417/detector/ZXPDF417Detector.m; sourceTree = ""; }; + 20A0D40A2D0E78D3290B4845D53205E8 /* DBSHARINGSharedFileMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedFileMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFileMetadata.h; sourceTree = ""; }; + 20AD0CF1ED41E0DB6C33E3E26DA1E394 /* DBSDKKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSDKKeychain.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/OAuth/DBSDKKeychain.h; sourceTree = ""; }; + 20E03E974AEB7CB9E8948B28D3A2EFEB /* ZXQRCodeFinderPattern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeFinderPattern.h; path = ZXingObjC/qrcode/detector/ZXQRCodeFinderPattern.h; sourceTree = ""; }; 20E3B3A0714AD2C5B80D829CD62EFE55 /* CoreMedia.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMedia.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreMedia.framework; sourceTree = DEVELOPER_DIR; }; - 20EFD5DD2CA2E0D28B52AA9CD2A1BD86 /* DBFILESUploadSessionFinishArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadSessionFinishArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishArg.h; sourceTree = ""; }; - 20F2C106F327AAC35B6921BF869867E4 /* DBTEAMGroupsMembersListArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupsMembersListArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsMembersListArg.h; sourceTree = ""; }; - 2111F80F66E864C90C04859F0A7F2F2C /* ZXAztecBinaryShiftToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAztecBinaryShiftToken.h; path = ZXingObjC/aztec/encoder/ZXAztecBinaryShiftToken.h; sourceTree = ""; }; + 20F449A269F688360EC34EF8F4F22339 /* CMDQueryStringReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CMDQueryStringReader.m; path = CMDQueryStringSerialization/CMDQueryStringReader.m; sourceTree = ""; }; 2117D0BC5A710FB73A7FE7066C9CCB48 /* Pods-AppBox-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-AppBox-acknowledgements.plist"; sourceTree = ""; }; - 2146B0036EB30D81759748899D6C0429 /* DBFILESSaveUrlJobStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESSaveUrlJobStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveUrlJobStatus.h; sourceTree = ""; }; - 2156B9D76820AA54C7572D695865FFCB /* DBPROPERTIESListPropertyTemplateIds.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPROPERTIESListPropertyTemplateIds.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESListPropertyTemplateIds.h; sourceTree = ""; }; - 2165545CD807DA93E45167980C992C47 /* DBSHARINGRequestedVisibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGRequestedVisibility.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRequestedVisibility.h; sourceTree = ""; }; - 222D9AD46EF39547F951024BC1D6D0F5 /* DBSHARINGInviteeMembershipInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGInviteeMembershipInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGInviteeMembershipInfo.h; sourceTree = ""; }; - 22442ADBFE2391684660DED9D929B043 /* ZXCodaBarReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXCodaBarReader.m; path = ZXingObjC/oned/ZXCodaBarReader.m; sourceTree = ""; }; - 2252F4E8211CA8E34E88943B01491C0D /* DBFILESListFolderGetLatestCursorResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESListFolderGetLatestCursorResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderGetLatestCursorResult.h; sourceTree = ""; }; - 2270E16B989E9453925E51535DE504B9 /* NSDate+ISO8601.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+ISO8601.m"; path = "Sources/NSDate+ISO8601.m"; sourceTree = ""; }; - 227543B65B1439C54CFF1F3FE34CDD80 /* DBSharingObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBSharingObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/DBSharingObjects.m; sourceTree = ""; }; - 22840309483081DE81F831C10B4E7B89 /* MPAnalyticsParamBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPAnalyticsParamBuilder.h; path = GoogleAnalyticsTracker/MPAnalyticsParamBuilder.h; sourceTree = ""; }; - 2299640E998F43943416708E969426A7 /* DBPROPERTIESPropertyType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPROPERTIESPropertyType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyType.h; sourceTree = ""; }; - 22C040D9ADF6B6AD5D5055C2A8E453D1 /* DBTEAMLOGMicrosoftOfficeAddinPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMicrosoftOfficeAddinPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMicrosoftOfficeAddinPolicy.h; sourceTree = ""; }; - 22C61749DA16B05453411581DE53D618 /* DBTEAMLOGSpaceLimitsLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSpaceLimitsLevel.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSpaceLimitsLevel.h; sourceTree = ""; }; - 22D137624AADB304E4C3B41DF8C4BEAF /* DBTEAMLOGPaperContentCreateDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperContentCreateDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentCreateDetails.h; sourceTree = ""; }; - 22D3E1347F39C4AB3F3B7266457D6B54 /* DBTransportClientProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTransportClientProtocol.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportClientProtocol.h; sourceTree = ""; }; - 22EE67E22421079388918A2DCFB86AD6 /* DBTEAMLOGAppLinkUserDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAppLinkUserDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppLinkUserDetails.h; sourceTree = ""; }; - 22F4493358AFAF9C80B88309E98CF780 /* DBTEAMLOGFileRequestRemoveDeadlineDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRequestRemoveDeadlineDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestRemoveDeadlineDetails.h; sourceTree = ""; }; - 22F83099D2AC2C2DE81CEC7346DCBF3B /* DBTEAMLOGContentPermanentDeletePolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGContentPermanentDeletePolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGContentPermanentDeletePolicy.h; sourceTree = ""; }; - 2342BB79AFAC2D324CEE9FC9432B8CF2 /* DBSHARINGVisibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGVisibility.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGVisibility.h; sourceTree = ""; }; - 237C74D7D538830044C73ECDBA7821C3 /* ZXITFReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXITFReader.h; path = ZXingObjC/oned/ZXITFReader.h; sourceTree = ""; }; - 23950015C1A863DC5577DA3F2223EEBF /* prng.c */ = {isa = PBXFileReference; includeInIndex = 1; name = prng.c; path = SSZipArchive/minizip/aes/prng.c; sourceTree = ""; }; - 240F3E42933AE829A619A8A6AFF1FD98 /* DBSHARINGMountFolderError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGMountFolderError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMountFolderError.h; sourceTree = ""; }; - 241C965BB1B2928141B43A2CE69006E9 /* ZXQRCodeMatrixUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeMatrixUtil.h; path = ZXingObjC/qrcode/encoder/ZXQRCodeMatrixUtil.h; sourceTree = ""; }; - 2432D35C04B5C9D1BAA3DDA2560E2747 /* DBTEAMLOGShmodelDisableDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGShmodelDisableDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelDisableDetails.h; sourceTree = ""; }; - 243EEA8333303B0387BF14FAB00CE818 /* ZXGenericGF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXGenericGF.h; path = ZXingObjC/common/reedsolomon/ZXGenericGF.h; sourceTree = ""; }; - 2471015887A97F86ED476448CCB0BACF /* ZXRSSExpandedFieldParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSExpandedFieldParser.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedFieldParser.h; sourceTree = ""; }; - 24749853CC61E6FFE53D91DB83835B8A /* ZXBizcardResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXBizcardResultParser.m; path = ZXingObjC/client/result/ZXBizcardResultParser.m; sourceTree = ""; }; - 24A419C38039CA6CB4A4F82334566116 /* DBTEAMLOGShmodelVisibilityTeamOnlyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGShmodelVisibilityTeamOnlyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelVisibilityTeamOnlyDetails.h; sourceTree = ""; }; - 2537841BE6A16866F896107DE02F2336 /* AFSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFSecurityPolicy.m; path = AFNetworking/AFSecurityPolicy.m; sourceTree = ""; }; - 255B33D0AA4454AF35AF0AADA88E0703 /* ZXQRCodeAlignmentPatternFinder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeAlignmentPatternFinder.h; path = ZXingObjC/qrcode/detector/ZXQRCodeAlignmentPatternFinder.h; sourceTree = ""; }; - 25C332F3CF1CF174CAF0CB9F625E3D70 /* ZXPDF417CodewordDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417CodewordDecoder.h; path = ZXingObjC/pdf417/decoder/ZXPDF417CodewordDecoder.h; sourceTree = ""; }; - 262FD02C50D6F9A61B1FF1D5B7E50053 /* DBTEAMLOGSharedContentChangeLinkExpiryDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentChangeLinkExpiryDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeLinkExpiryDetails.h; sourceTree = ""; }; - 268C6BCBC0947DAE31685C4E396CF1B8 /* DBTEAMListMemberAppsArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListMemberAppsArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberAppsArg.h; sourceTree = ""; }; - 2697E37E548CE565812DD4F862F251B3 /* ZXPDF417ResultMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417ResultMetadata.h; path = ZXingObjC/pdf417/ZXPDF417ResultMetadata.h; sourceTree = ""; }; - 269B2E04900A25DAADCFE01F8A4D57B0 /* ZXMaxiCodeBitMatrixParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXMaxiCodeBitMatrixParser.h; path = ZXingObjC/maxicode/decoder/ZXMaxiCodeBitMatrixParser.h; sourceTree = ""; }; - 26E232FCA8A7461111D34CDDE222AEB5 /* DBTEAMMembersSetPermissionsArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersSetPermissionsArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetPermissionsArg.h; sourceTree = ""; }; - 26EC12BE57074264A34CFF3D774E85AF /* FABAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FABAttributes.h; path = OSX/Fabric.framework/Versions/A/Headers/FABAttributes.h; sourceTree = ""; }; - 26F5BB4ABD6F5663E0894609F632E04C /* DBTEAMRevokeLinkedAppError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRevokeLinkedAppError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedAppError.h; sourceTree = ""; }; - 270F99D369BD9882B289650220F70BC3 /* DBTEAMLOGPaperExternalViewAllowDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperExternalViewAllowDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperExternalViewAllowDetails.h; sourceTree = ""; }; - 271581C64E7586EC647C3F4301E0379A /* DBCustomDatatypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBCustomDatatypes.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBCustomDatatypes.h; sourceTree = ""; }; - 27189B1ACE37F44E98C5935DFBA8F310 /* ZXPDF417HighLevelEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417HighLevelEncoder.m; path = ZXingObjC/pdf417/encoder/ZXPDF417HighLevelEncoder.m; sourceTree = ""; }; - 271CCF838686043D9C9FB6A49A97F50F /* DBTEAMLOGSfTeamDeclineDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSfTeamDeclineDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamDeclineDetails.h; sourceTree = ""; }; - 273B4350DB90FEC78C3409F8F9B87DBF /* ZXAI01320xDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAI01320xDecoder.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI01320xDecoder.m; sourceTree = ""; }; - 276A3D5BFF21DD862494171666A160ED /* DBFILESRelocationBatchResultData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESRelocationBatchResultData.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchResultData.h; sourceTree = ""; }; - 2817A777075B4AD5943CC88EEA7A0B86 /* DBSHARINGUserInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGUserInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUserInfo.h; sourceTree = ""; }; - 286EB0FB22ED59BE8AAD9D8961DC0CE5 /* DBSDKReachability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSDKReachability.h; path = Source/ObjectiveDropboxOfficial/Headers/Internal/Networking/DBSDKReachability.h; sourceTree = ""; }; - 288EB6D09770FF8E9CED476610DF3A51 /* DBTEAMRevokeLinkedAppBatchError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRevokeLinkedAppBatchError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedAppBatchError.h; sourceTree = ""; }; - 28BF0949FFDE757C8ACCAFE131F64A46 /* ZXDataMatrixSymbolInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixSymbolInfo.m; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixSymbolInfo.m; sourceTree = ""; }; - 28CFAC1FDD203C6367FF6C917C60C462 /* DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails.h; sourceTree = ""; }; - 29236808578B2E84A81A457A0434137B /* ZXPDF417Codeword.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417Codeword.m; path = ZXingObjC/pdf417/decoder/ZXPDF417Codeword.m; sourceTree = ""; }; - 2932BE9D6AE02FD413C2ED22CFF7F7B9 /* ZXAztecBinaryShiftToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAztecBinaryShiftToken.m; path = ZXingObjC/aztec/encoder/ZXAztecBinaryShiftToken.m; sourceTree = ""; }; - 2964274D01C0E4DD5C564F1FF99E58EA /* ZXQRCodeDecodedBitStreamParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeDecodedBitStreamParser.h; path = ZXingObjC/qrcode/decoder/ZXQRCodeDecodedBitStreamParser.h; sourceTree = ""; }; - 2991B1B9206825BC6EA4B013B9484C44 /* aes_ni.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = aes_ni.h; path = SSZipArchive/minizip/aes/aes_ni.h; sourceTree = ""; }; - 29A78DE7FE18169129C8D6DAE2AB3387 /* DBTEAMGroupsPollError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupsPollError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsPollError.h; sourceTree = ""; }; - 29B14760BAC5CB9297DA4EFD3C01DA86 /* DBTEAMGroupFullInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupFullInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupFullInfo.h; sourceTree = ""; }; - 29CCE1853F28F9C1BB832F891AB084FA /* DBTEAMLOGUserNameLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGUserNameLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGUserNameLogInfo.h; sourceTree = ""; }; - 29CD3ABEB7789063D46D27E5813F9FE2 /* DBPAPERUserOnPaperDocFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERUserOnPaperDocFilter.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERUserOnPaperDocFilter.h; sourceTree = ""; }; - 29D051AC75DB3B1CF2A83C68CAFF581E /* ZXAbstractRSSReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAbstractRSSReader.h; path = ZXingObjC/oned/rss/ZXAbstractRSSReader.h; sourceTree = ""; }; - 29D248BD015FBAEA9838C8DA96D01FE7 /* ZXReedSolomonDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXReedSolomonDecoder.m; path = ZXingObjC/common/reedsolomon/ZXReedSolomonDecoder.m; sourceTree = ""; }; - 29F2A6A05632BD277F142948EAFB46BE /* DBStoneSerializers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBStoneSerializers.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBStoneSerializers.m; sourceTree = ""; }; + 213461A3F62A7C604A9F2D0ADE867F02 /* DBSHARINGRelinquishFileMembershipError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGRelinquishFileMembershipError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRelinquishFileMembershipError.h; sourceTree = ""; }; + 219203A7BE68BB876733294E01271069 /* DBTEAMLOGPasswordResetAllDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPasswordResetAllDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordResetAllDetails.h; sourceTree = ""; }; + 21C963AFE5D31E73EB0E25C30EF36708 /* hmac.c */ = {isa = PBXFileReference; includeInIndex = 1; name = hmac.c; path = SSZipArchive/minizip/aes/hmac.c; sourceTree = ""; }; + 21E350E70BD4141D26F240836FA6E4BD /* DBTEAMLOGSfTeamGrantAccessDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSfTeamGrantAccessDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamGrantAccessDetails.h; sourceTree = ""; }; + 21F8DEECC77CBE161D97CF2E75A9E555 /* ZXOneDimensionalCodeWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXOneDimensionalCodeWriter.m; path = ZXingObjC/oned/ZXOneDimensionalCodeWriter.m; sourceTree = ""; }; + 21FA686F96E71E0212C23FCCB8588AE8 /* DBTEAMLOGPaperDocRevertDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocRevertDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocRevertDetails.h; sourceTree = ""; }; + 21FDD0335CC25484D3909EDCFD7CBB3C /* DBPAPERListUsersCursorError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERListUsersCursorError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersCursorError.h; sourceTree = ""; }; + 226B0E00D791651EA0B96160F2FB021D /* DBSHARINGSharedFolderMemberError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedFolderMemberError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderMemberError.h; sourceTree = ""; }; + 2292004633C1C215978215103D08171A /* ZXQRCodeWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeWriter.h; path = ZXingObjC/qrcode/ZXQRCodeWriter.h; sourceTree = ""; }; + 22C6F3C5B4D4DB56D17446299F281EBF /* DBFILEREQUESTSRouteObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBFILEREQUESTSRouteObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILEREQUESTSRouteObjects.m; sourceTree = ""; }; + 22E1EC18E590C4101C763038820D2C2C /* SSZipArchive.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SSZipArchive.xcconfig; sourceTree = ""; }; + 22E227C18A0E32AC261A8A5854C4F8FA /* DBTEAMLOGSharedContentChangeInviteeRoleDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentChangeInviteeRoleDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeInviteeRoleDetails.h; sourceTree = ""; }; + 2363E406A067BE85DCB66C190BE2AE40 /* ZXURLTOResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXURLTOResultParser.m; path = ZXingObjC/client/result/ZXURLTOResultParser.m; sourceTree = ""; }; + 2370591A44AC22C5380700DA793987AC /* DBTEAMLOGMemberChangeMembershipTypeDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberChangeMembershipTypeDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeMembershipTypeDetails.h; sourceTree = ""; }; + 23719948151973CE3B4B901A4FAFCF38 /* DBTEAMLOGEmmRefreshAuthTokenDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGEmmRefreshAuthTokenDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmRefreshAuthTokenDetails.h; sourceTree = ""; }; + 23B0CC903D0BF0398D48EF7EF304405C /* ObjectiveDropboxOfficialLib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObjectiveDropboxOfficialLib.h; path = Source/ObjectiveDropboxOfficial/Headers/Umbrella/ObjectiveDropboxOfficialLib.h; sourceTree = ""; }; + 23B1082CB7ECAA9D56CA6C9928C881B6 /* DBSHARINGTransferFolderArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGTransferFolderArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGTransferFolderArg.h; sourceTree = ""; }; + 23DA1300E79258B992585C56747F7B43 /* ZXReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXReader.h; path = ZXingObjC/core/ZXReader.h; sourceTree = ""; }; + 23DE388FEF1D17ACE355B41E7668B463 /* DBTEAMLOGGoogleSsoChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGoogleSsoChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGoogleSsoChangePolicyDetails.h; sourceTree = ""; }; + 23E61995F7057F19BEFE2B5EC62608C3 /* DBFILESUploadSessionFinishError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadSessionFinishError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishError.h; sourceTree = ""; }; + 2406198B493CFFCC1B119AE9C72BE834 /* DBTEAMTeamFolderActivateError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderActivateError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderActivateError.h; sourceTree = ""; }; + 24540E627F477DAC16B5823C93CD879F /* DBTEAMLOGSharedContentRequestAccessDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentRequestAccessDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRequestAccessDetails.h; sourceTree = ""; }; + 247F21350418BC254EA47FDC8AD31083 /* ZipArchive.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZipArchive.h; path = SSZipArchive/ZipArchive.h; sourceTree = ""; }; + 248319E94E38AE9877D18C4250C1F116 /* DBTEAMPOLICIESTwoStepVerificationPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMPOLICIESTwoStepVerificationPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESTwoStepVerificationPolicy.h; sourceTree = ""; }; + 24945829E4DFE8D4AF87FD61801F3120 /* DBTEAMMembersSetPermissionsArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersSetPermissionsArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetPermissionsArg.h; sourceTree = ""; }; + 2498678F629E732113C58E3AF529CE4F /* ZXRSSPair.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSPair.m; path = ZXingObjC/oned/rss/ZXRSSPair.m; sourceTree = ""; }; + 25079078869AE3A844686E18BE2A2D0E /* DBTEAMLOGMemberStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberStatus.h; sourceTree = ""; }; + 250EB39CAD6CD1888A7415F73F37A1A6 /* DBTEAMLOGSfExternalInviteWarnDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSfExternalInviteWarnDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfExternalInviteWarnDetails.h; sourceTree = ""; }; + 257DD09CDBE4BA81CA88F47B357A7543 /* DBTEAMLOGSessionLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSessionLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSessionLogInfo.h; sourceTree = ""; }; + 25A378C20E41ACC15BFA695FA489E361 /* DBTEAMLOGUserOrTeamLinkedAppLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGUserOrTeamLinkedAppLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGUserOrTeamLinkedAppLogInfo.h; sourceTree = ""; }; + 25B26E3E324641145417A365ABD66183 /* ZXPDF417.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417.h; path = ZXingObjC/pdf417/encoder/ZXPDF417.h; sourceTree = ""; }; + 26630A8A8628228C69FD2CB4BB721A47 /* ZXRSS14Reader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSS14Reader.h; path = ZXingObjC/oned/rss/ZXRSS14Reader.h; sourceTree = ""; }; + 267621CB40FBA3F6D3CD84061B0BA160 /* DBTeamLogObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTeamLogObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/DBTeamLogObjects.m; sourceTree = ""; }; + 26A651FF749092FCEDD699691820CFA0 /* ZXVINResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXVINResultParser.h; path = ZXingObjC/client/result/ZXVINResultParser.h; sourceTree = ""; }; + 26D0E22CDCE5DBD12D8C16606088A24A /* ZXDataMatrixEncoderContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixEncoderContext.h; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixEncoderContext.h; sourceTree = ""; }; + 26D2D764FD6F8CB7A1F408B85EA05455 /* ZXAztecToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAztecToken.m; path = ZXingObjC/aztec/encoder/ZXAztecToken.m; sourceTree = ""; }; + 26E18B7C4A06F1F004A6BEED680F1005 /* DBTEAMLOGMemberSuggestDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberSuggestDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSuggestDetails.h; sourceTree = ""; }; + 274216B02BAD9FDE4E02977F4253E912 /* DBTEAMListMembersDevicesError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListMembersDevicesError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersDevicesError.h; sourceTree = ""; }; + 2759D1EC5E6A2262B7716C07CAA16BC0 /* ZXRSSExpandedDecodedNumeric.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSExpandedDecodedNumeric.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedDecodedNumeric.h; sourceTree = ""; }; + 27601DAC9D2E3D198A52F97401A5D808 /* ZXCode39Writer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXCode39Writer.h; path = ZXingObjC/oned/ZXCode39Writer.h; sourceTree = ""; }; + 277E54453652A71D9A8DBF67F2B7E9F9 /* DBTEAMLOGAccountCaptureRelinquishAccountDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAccountCaptureRelinquishAccountDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureRelinquishAccountDetails.h; sourceTree = ""; }; + 279C0D81AEDB74644F7B703EDA99CB80 /* DBTEAMLOGFailureDetailsLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFailureDetailsLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFailureDetailsLogInfo.h; sourceTree = ""; }; + 27E72C1D984E642478C3AB2BD5899397 /* DBTEAMLOGPaperDocRequestAccessDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocRequestAccessDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocRequestAccessDetails.h; sourceTree = ""; }; + 2812702853DC606D9E1F5FAE2BD2716E /* DBTransportBaseClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTransportBaseClient.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseClient.m; sourceTree = ""; }; + 282002BCEC011C86578EE6F1F500F6D1 /* ZXPDF417BarcodeMatrix.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417BarcodeMatrix.m; path = ZXingObjC/pdf417/encoder/ZXPDF417BarcodeMatrix.m; sourceTree = ""; }; + 2847B2B2FD21AB6487451221668100EF /* DBStoneValidators.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBStoneValidators.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBStoneValidators.h; sourceTree = ""; }; + 289F5B9286D8DD9365C0BB9FB8F79BD8 /* DBFILEREQUESTSRouteObjects.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEREQUESTSRouteObjects.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILEREQUESTSRouteObjects.h; sourceTree = ""; }; + 28AAEFB7B2C94722B8F2BE7B9CAB6E53 /* ZXAbstractDoCoMoResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAbstractDoCoMoResultParser.h; path = ZXingObjC/client/result/ZXAbstractDoCoMoResultParser.h; sourceTree = ""; }; + 28F4B119334B2A9924BA4155312648AE /* DBTEAMLOGExtendedVersionHistoryChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGExtendedVersionHistoryChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGExtendedVersionHistoryChangePolicyDetails.h; sourceTree = ""; }; + 290BA101609766E392FB55D831942404 /* ZXOneDReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXOneDReader.h; path = ZXingObjC/oned/ZXOneDReader.h; sourceTree = ""; }; + 2979F3FCE396B602B4475E520D02F33B /* DBChunkInputStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBChunkInputStream.h; path = Source/ObjectiveDropboxOfficial/Headers/Internal/Resources/DBChunkInputStream.h; sourceTree = ""; }; + 2987AA13905E73FB88253B27C8410E3A /* DBTEAMGroupFullInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupFullInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupFullInfo.h; sourceTree = ""; }; + 2992464DD191DE874D79CEA9FB29B30F /* DBPAPERFoldersContainingPaperDoc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERFoldersContainingPaperDoc.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERFoldersContainingPaperDoc.h; sourceTree = ""; }; + 29E6033BC629F39F8A2C5ED17E411B41 /* DBFILESListFolderResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESListFolderResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderResult.h; sourceTree = ""; }; + 29F79D852AD8641CFD284C6222A7B3B6 /* DBTEAMLOGFileRequestsPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRequestsPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestsPolicy.h; sourceTree = ""; }; + 2A0CA95F67D2BD8673E767E1BDD21A98 /* ZXPDF417Writer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417Writer.h; path = ZXingObjC/pdf417/ZXPDF417Writer.h; sourceTree = ""; }; + 2A21DBED49213B6D2551B754730D29EE /* DBTEAMLOGCreateFolderDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGCreateFolderDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGCreateFolderDetails.h; sourceTree = ""; }; 2A23CA42E3726390B8E472FA39211354 /* libSTPrivilegedTask.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSTPrivilegedTask.a; path = libSTPrivilegedTask.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 2A26AA99F76D4A6A989725A49B825279 /* DBFILESRemovePropertiesError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESRemovePropertiesError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRemovePropertiesError.h; sourceTree = ""; }; - 2A3BD953505AABA50551E5A18CD1ACC3 /* DBTasks.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTasks.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTasks.m; sourceTree = ""; }; - 2A3D1EDA42778862C0B0A5999665B92E /* ioapi_mem.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ioapi_mem.c; path = SSZipArchive/minizip/ioapi_mem.c; sourceTree = ""; }; - 2A6899DDA41AA20A6D3D40B162B428BB /* DBSHARINGJobStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGJobStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGJobStatus.h; sourceTree = ""; }; - 2AAE2E461BB4588E90D99BAA6F624C50 /* DBTEAMLOGPaperContentRemoveFromFolderDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperContentRemoveFromFolderDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentRemoveFromFolderDetails.h; sourceTree = ""; }; - 2B19D567EE640FA110037E99CD3BFD14 /* DBTEAMLOGDeviceLinkSuccessDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceLinkSuccessDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceLinkSuccessDetails.h; sourceTree = ""; }; - 2B241D1DD7F573030FE28BD8E82C11F0 /* DBTEAMLOGNetworkControlPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGNetworkControlPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNetworkControlPolicy.h; sourceTree = ""; }; - 2B39E9565F26D48B71A50748057762D0 /* DBSHARINGShareFolderJobStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGShareFolderJobStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderJobStatus.h; sourceTree = ""; }; - 2B60894404071645FEAA9738D58DAF9A /* DBSHARINGAddFileMemberArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGAddFileMemberArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddFileMemberArgs.h; sourceTree = ""; }; - 2B9A9E9988E43A21AD19ACBA4195C444 /* DBSHARINGUserAuthRoutes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGUserAuthRoutes.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBSHARINGUserAuthRoutes.h; sourceTree = ""; }; + 2A3ED1502E3FB84EC5803FAC021FD6AC /* DBSHARINGViewerInfoPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGViewerInfoPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGViewerInfoPolicy.h; sourceTree = ""; }; + 2A646BF0B6AD60B48871C3AAEA9095AC /* DBStoneValidators.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBStoneValidators.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBStoneValidators.m; sourceTree = ""; }; + 2A75B07B89F9ED37FD74E33E6F5FC6C7 /* ZXExpandedProductParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXExpandedProductParsedResult.h; path = ZXingObjC/client/result/ZXExpandedProductParsedResult.h; sourceTree = ""; }; + 2A7DBBA39C8438FAB3EC3273ED006BCE /* DBSHARINGListFileMembersBatchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFileMembersBatchResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersBatchResult.h; sourceTree = ""; }; + 2AACABA08DA4790F3863730DFC41E56D /* DBPAPERSharingPublicPolicyType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERSharingPublicPolicyType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERSharingPublicPolicyType.h; sourceTree = ""; }; + 2B0F264E58483AB9D01944322A1C7FC0 /* DBUSERSCOMMONAccountType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSCOMMONAccountType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/UsersCommon/Headers/DBUSERSCOMMONAccountType.h; sourceTree = ""; }; + 2B354DEA17FEA209C49D4701D56F1D62 /* DBTEAMGroupSelectorWithTeamGroupError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupSelectorWithTeamGroupError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupSelectorWithTeamGroupError.h; sourceTree = ""; }; + 2B7296873BE5182CAF7D5FC07BB1EABF /* SSZipCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSZipCommon.h; path = SSZipArchive/SSZipCommon.h; sourceTree = ""; }; 2BBD7DC77410EEC5DCCFC291DFE32D76 /* Pods-AppBox-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-AppBox-acknowledgements.markdown"; sourceTree = ""; }; - 2BC5F2EF05B20FFBC35A80CFAEB53F6C /* DBTEAMGroupsListResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupsListResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsListResult.h; sourceTree = ""; }; - 2BF8220C0CC1C14ACC27309372FBAB13 /* ZXMultiFormatUPCEANReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXMultiFormatUPCEANReader.m; path = ZXingObjC/oned/ZXMultiFormatUPCEANReader.m; sourceTree = ""; }; - 2C0B9BC72C2D29041A82E74532D2871D /* DBTEAMTokenGetAuthenticatedAdminResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTokenGetAuthenticatedAdminResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTokenGetAuthenticatedAdminResult.h; sourceTree = ""; }; - 2C199BFF19D444EAEFB831EE4865D6A8 /* ZXDefaultGridSampler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDefaultGridSampler.h; path = ZXingObjC/common/ZXDefaultGridSampler.h; sourceTree = ""; }; - 2C2F9A45319FA204E5D9A15326347329 /* DBFILESGetTemporaryLinkArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESGetTemporaryLinkArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetTemporaryLinkArg.h; sourceTree = ""; }; - 2C3706BA17EEA6FBABA812EE271B21FB /* ZXQRCodeDataMask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeDataMask.h; path = ZXingObjC/qrcode/decoder/ZXQRCodeDataMask.h; sourceTree = ""; }; - 2C5376E2D592AE1469D4BCC847E9EB38 /* ZXQRCodeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeMode.h; path = ZXingObjC/qrcode/decoder/ZXQRCodeMode.h; sourceTree = ""; }; - 2C5CDC5A603CD0891B5E9A9239B51D56 /* DBTEAMLOGTeamProfileChangeLogoDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamProfileChangeLogoDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileChangeLogoDetails.h; sourceTree = ""; }; - 2C661A3CC288A358B4275347990DD56F /* STPrivilegedTask-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "STPrivilegedTask-dummy.m"; sourceTree = ""; }; - 2C86FC52EDB1D4AE155AC49357BDDFB4 /* DBAUTHRateLimitReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBAUTHRateLimitReason.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHRateLimitReason.h; sourceTree = ""; }; - 2C96DA64292AB42A463B865EB09A21F6 /* ZXResultPoint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXResultPoint.m; path = ZXingObjC/core/ZXResultPoint.m; sourceTree = ""; }; - 2CB5368BC4DBBA12FA7AF1CEC4104089 /* DBTasks+Protected.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DBTasks+Protected.h"; path = "Source/ObjectiveDropboxOfficial/Headers/Internal/Networking/DBTasks+Protected.h"; sourceTree = ""; }; - 2D6ACC48751AA66A76BC67C4F26421C9 /* ZXDataMatrixASCIIEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixASCIIEncoder.m; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixASCIIEncoder.m; sourceTree = ""; }; - 2D6B1B98DF98E613DBD92CD981BD1F83 /* DBTEAMGroupsMembersListContinueArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupsMembersListContinueArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsMembersListContinueArg.h; sourceTree = ""; }; - 2D70EEC25554ACB9A9366AFB37416432 /* DBTEAMLOGSharedContentChangeMemberRoleDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentChangeMemberRoleDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeMemberRoleDetails.h; sourceTree = ""; }; - 2DA08817F64855A4A8C82AF0D9281C25 /* DBTEAMTeamAuthRoutes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamAuthRoutes.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBTEAMTeamAuthRoutes.h; sourceTree = ""; }; - 2DA76B6E0CE9523F7CA1A0B354F940CE /* DBTEAMLOGSharedContentAddLinkExpiryDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentAddLinkExpiryDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentAddLinkExpiryDetails.h; sourceTree = ""; }; - 2DBCB2417517B302764D43BC7C91E33B /* DBPAPERPaperApiCursorError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERPaperApiCursorError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperApiCursorError.h; sourceTree = ""; }; - 2DDCBE337533E8EA0D66E207913F1F5D /* DBPAPERFolderSubscriptionLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERFolderSubscriptionLevel.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERFolderSubscriptionLevel.h; sourceTree = ""; }; - 2E28D22B968E93A1A15F2F7699D1019A /* DBTEAMLOGExtendedVersionHistoryPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGExtendedVersionHistoryPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGExtendedVersionHistoryPolicy.h; sourceTree = ""; }; - 2E3E22341B25A0A2FD71D66AE1ED3CB0 /* ZXGridSampler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXGridSampler.h; path = ZXingObjC/common/ZXGridSampler.h; sourceTree = ""; }; - 2E728897F4AA22F3A1CD906EAB4ED5FD /* DBPAPERRefPaperDoc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERRefPaperDoc.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERRefPaperDoc.h; sourceTree = ""; }; - 2EAA25778FE20CE815A6610E0D442567 /* DBTEAMTeamFolderArchiveLaunch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderArchiveLaunch.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderArchiveLaunch.h; sourceTree = ""; }; - 2EB363489DE358B32CAEE729C7B164A3 /* DBAUTHTokenFromOAuth1Arg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBAUTHTokenFromOAuth1Arg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHTokenFromOAuth1Arg.h; sourceTree = ""; }; - 2EB8E0A08F4E22AF820780641E89526E /* ZXAI013103decoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAI013103decoder.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI013103decoder.m; sourceTree = ""; }; - 2EBA55973614C540E5AD0E9095B47E33 /* DBSHARINGInsufficientPlan.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGInsufficientPlan.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGInsufficientPlan.h; sourceTree = ""; }; - 2EF387DB3C80B6F4B544BC21133445C0 /* DBTEAMGetDevicesReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGetDevicesReport.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGetDevicesReport.h; sourceTree = ""; }; - 2EF65F2ED82BC005997B6F7A73D517D2 /* DBSHARINGShareFolderError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGShareFolderError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderError.h; sourceTree = ""; }; - 2F5A1A647D0A385FE521F90E309EF496 /* DBFILESCreateFolderArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESCreateFolderArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCreateFolderArg.h; sourceTree = ""; }; - 2FA6137306C97EEE301C1D28B8281BD5 /* DBTEAMLOGSharingMemberPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharingMemberPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingMemberPolicy.h; sourceTree = ""; }; - 2FB3D6333DDA8D63C54A79BF306293D4 /* DBTEAMRouteObjects.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRouteObjects.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBTEAMRouteObjects.h; sourceTree = ""; }; - 2FFD6906166FCAF400D288E0AD48B731 /* DBTEAMLOGFileLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileLogInfo.h; sourceTree = ""; }; - 301B9A9DE6BB1616A73C13ED66F5A6FC /* DBTransportDefaultConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTransportDefaultConfig.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportDefaultConfig.m; sourceTree = ""; }; - 302548712BDA930B50FEC63FC4786A89 /* DBTEAMStorageBucket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMStorageBucket.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMStorageBucket.h; sourceTree = ""; }; - 304FCEB2B849B074E03BDED58F2AF6E6 /* DBSHARINGLinkExpiry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGLinkExpiry.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkExpiry.h; sourceTree = ""; }; - 307C5DE2EB7B614C8B14113B55506B02 /* DBUSERSFullTeam.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSFullTeam.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSFullTeam.h; sourceTree = ""; }; - 313A3056146F0AAEF52C5AD30425E4CA /* DBTEAMLOGFileRevertDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRevertDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRevertDetails.h; sourceTree = ""; }; - 314BBC9CA1AC32D4999D75C770CA8E1B /* DBFILESDownloadError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESDownloadError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDownloadError.h; sourceTree = ""; }; - 314C55A8EEA9ABB1DAFD14ACA4A926E6 /* ZXAbstractExpandedDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAbstractExpandedDecoder.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXAbstractExpandedDecoder.h; sourceTree = ""; }; - 31DE5CC285496C74B57CD9752901F78A /* DBPAPERListUsersOnPaperDocResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERListUsersOnPaperDocResponse.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnPaperDocResponse.h; sourceTree = ""; }; - 322121C60CD58DFF8E47A4DA512AE723 /* ZXBinarizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXBinarizer.m; path = ZXingObjC/core/ZXBinarizer.m; sourceTree = ""; }; - 322CACA223E86CACD1C923FC7D757399 /* DBTEAMGroupMemberSelector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupMemberSelector.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMemberSelector.h; sourceTree = ""; }; - 3258195B60846A9B53B9E437F9229EBF /* ZXQRCodeMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeMode.m; path = ZXingObjC/qrcode/decoder/ZXQRCodeMode.m; sourceTree = ""; }; - 3271E738177E87187B1E96F3DBF564E5 /* ZXGenericMultipleBarcodeReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXGenericMultipleBarcodeReader.h; path = ZXingObjC/multi/ZXGenericMultipleBarcodeReader.h; sourceTree = ""; }; - 329D0356D91F2572E37783E0489F3D4B /* ZXDataMatrixBitMatrixParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixBitMatrixParser.h; path = ZXingObjC/datamatrix/decoder/ZXDataMatrixBitMatrixParser.h; sourceTree = ""; }; - 32C4FD1EC7CDA4E6C0E8F6343BB72C33 /* DBFILESDimensions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESDimensions.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDimensions.h; sourceTree = ""; }; - 32D3800194E2CFF60664586EBEB2CF9F /* ZXWhiteRectangleDetector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXWhiteRectangleDetector.h; path = ZXingObjC/common/detector/ZXWhiteRectangleDetector.h; sourceTree = ""; }; - 32D4DE1C40C508370ADE55FAF701D716 /* ZXQRCodeWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeWriter.h; path = ZXingObjC/qrcode/ZXQRCodeWriter.h; sourceTree = ""; }; - 32D793C560D371A894CF8F7A15B9ED3B /* DBTEAMLOGSharedFolderMemberPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedFolderMemberPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderMemberPolicy.h; sourceTree = ""; }; - 32E1FB2ED8C11D22519915C3C13EC5E2 /* ZXPDF417Common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417Common.h; path = ZXingObjC/pdf417/ZXPDF417Common.h; sourceTree = ""; }; - 33023141554A92BA4813C116184A4082 /* ZXParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXParsedResult.h; path = ZXingObjC/client/result/ZXParsedResult.h; sourceTree = ""; }; - 3303FACA2DCF540AEB8EC4B622207B14 /* DBFILESRelocationArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESRelocationArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationArg.h; sourceTree = ""; }; - 33572EB53C37E979AD53B8EA4B07BD2C /* SSZipCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSZipCommon.h; path = SSZipArchive/SSZipCommon.h; sourceTree = ""; }; - 33BAA6EE44CC79542EC3D663626A4485 /* DBTEAMLOGSsoChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSsoChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangePolicyDetails.h; sourceTree = ""; }; - 33E64AF0C5E875D645CCDCC12F5950CD /* DBTEAMLOGEmmRefreshAuthTokenDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGEmmRefreshAuthTokenDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmRefreshAuthTokenDetails.h; sourceTree = ""; }; - 33FCAA4CC05453E88E3B77B15FDFAFCF /* ZXDefaultGridSampler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDefaultGridSampler.m; path = ZXingObjC/common/ZXDefaultGridSampler.m; sourceTree = ""; }; - 3460C83D77201920886E91F310170641 /* SAMKeychain.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SAMKeychain.xcconfig; sourceTree = ""; }; - 346386346B5A0D7B47DE0E4D75E8B067 /* DBCustomTasks.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBCustomTasks.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBCustomTasks.m; sourceTree = ""; }; - 34B09686E872F3D857DAA14A446E705E /* DBSHARINGLinkPermissions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGLinkPermissions.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkPermissions.h; sourceTree = ""; }; - 34D19FB6C6C81D28FB8D36121CFABD5E /* DBPROPERTIESPropertyTemplateError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPROPERTIESPropertyTemplateError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyTemplateError.h; sourceTree = ""; }; - 34D88833ED7CA61BC5EDE5C72CA20145 /* ZXPDF417BarcodeValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417BarcodeValue.h; path = ZXingObjC/pdf417/decoder/ZXPDF417BarcodeValue.h; sourceTree = ""; }; - 34DE135E49A4C383664B0B866189AE18 /* ZXUPCEANExtensionSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXUPCEANExtensionSupport.m; path = ZXingObjC/oned/ZXUPCEANExtensionSupport.m; sourceTree = ""; }; - 34F69B5233B01BD7A5D20CCB11D7A3EF /* ZXBitArray.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXBitArray.m; path = ZXingObjC/common/ZXBitArray.m; sourceTree = ""; }; - 3522843B008DAB52FCE2460C270E1DA7 /* ObjectiveDropboxOfficial.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObjectiveDropboxOfficial.h; path = Source/ObjectiveDropboxOfficial/Headers/Umbrella/ObjectiveDropboxOfficial.h; sourceTree = ""; }; - 35266269E257E8932E656A7816ED14D5 /* ZXCharacterSetECI.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXCharacterSetECI.m; path = ZXingObjC/common/ZXCharacterSetECI.m; sourceTree = ""; }; - 3561D7BCB10FE62CADAAD781DF647A27 /* DBTEAMLOGPaperContentAddMemberDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperContentAddMemberDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentAddMemberDetails.h; sourceTree = ""; }; - 35BA86D7CB03092A49A6E908D2F5199A /* ZXDataMatrixEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixEncoder.h; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixEncoder.h; sourceTree = ""; }; - 3621B975C8CB3A737930EC0335F7859D /* DBSHARINGRouteObjects.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGRouteObjects.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBSHARINGRouteObjects.h; sourceTree = ""; }; - 36228CF6FB338CE2A17AFF6F6E5AFE7D /* ZXSMSMMSResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXSMSMMSResultParser.m; path = ZXingObjC/client/result/ZXSMSMMSResultParser.m; sourceTree = ""; }; - 3626F0EC1B4B05435B4A0020FAB885C6 /* DBSHARINGGetMetadataArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGGetMetadataArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetMetadataArgs.h; sourceTree = ""; }; - 362E2BDD0F2E9F649B673C6840AC9E3E /* DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails.h; sourceTree = ""; }; - 3748723C9997F59AAF422CFCF4032523 /* DBTEAMLOGSfInviteGroupDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSfInviteGroupDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfInviteGroupDetails.h; sourceTree = ""; }; - 3786965D8708522463A32459DE475DB9 /* DBTEAMTeamFolderListResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderListResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListResult.h; sourceTree = ""; }; - 37A182B7102B46FFB4D05C58D41478A6 /* DBSHARINGListFolderMembersCursorArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFolderMembersCursorArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFolderMembersCursorArg.h; sourceTree = ""; }; - 37C661ECD3CC811F23038909C4590621 /* DBAppClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBAppClient.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/DBAppClient.h; sourceTree = ""; }; - 37E6491BC7DBAFA228324830DAC49E5E /* ZXQRCodeErrorCorrectionLevel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeErrorCorrectionLevel.m; path = ZXingObjC/qrcode/decoder/ZXQRCodeErrorCorrectionLevel.m; sourceTree = ""; }; - 37ECBCE7A8C1FAC346963228B5B2EF00 /* DBPAPERDocSubscriptionLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERDocSubscriptionLevel.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERDocSubscriptionLevel.h; sourceTree = ""; }; - 3812EE9796B1D946F3A9A157466C5EB5 /* DBTEAMLOGSharedContentAddMemberDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentAddMemberDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentAddMemberDetails.h; sourceTree = ""; }; - 38340117955B5DD7CFBB90A6D3FBE958 /* DBTEAMMembersListContinueArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersListContinueArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListContinueArg.h; sourceTree = ""; }; - 386BB6BC63E7A3F2CB01F4A9E46ED08E /* ZXAbstractExpandedDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAbstractExpandedDecoder.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXAbstractExpandedDecoder.m; sourceTree = ""; }; - 3875451BEC6E92118B4C2AEEC158FBA9 /* DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails.h; sourceTree = ""; }; - 387AC273D8AF19D1573FC8A37B750E91 /* DBTEAMGroupDeleteError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupDeleteError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupDeleteError.h; sourceTree = ""; }; - 388998FDC4D3B3872AE572A292675DDD /* DBTEAMMobileClientPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMobileClientPlatform.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMobileClientPlatform.h; sourceTree = ""; }; - 38A50EA099C1EB98F6DD1820324DBB1B /* DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetails.h; sourceTree = ""; }; - 38DCE6E4402AA1C1E1D37D8BE566B9EC /* DBTEAMLOGDataPlacementRestrictionChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDataPlacementRestrictionChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDataPlacementRestrictionChangePolicyDetails.h; sourceTree = ""; }; - 38F61CE9ECD5F2B649F0677DC0549D63 /* DBTEAMLOGConfidentiality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGConfidentiality.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGConfidentiality.h; sourceTree = ""; }; - 38FBC25A4A8A8F9D93F97B0AF6F71D38 /* fileenc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = fileenc.h; path = SSZipArchive/minizip/aes/fileenc.h; sourceTree = ""; }; - 3937938E90C0B0EBE1C8639CDC6275A2 /* ZXDataMatrixBitMatrixParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixBitMatrixParser.m; path = ZXingObjC/datamatrix/decoder/ZXDataMatrixBitMatrixParser.m; sourceTree = ""; }; - 39563311DF9953805703AD9FD03C05A5 /* DBAUTHAuthError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBAUTHAuthError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHAuthError.h; sourceTree = ""; }; - 3977D5E69036EA4C53B2622008F2DC7B /* ZXPDF417HighLevelEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417HighLevelEncoder.h; path = ZXingObjC/pdf417/encoder/ZXPDF417HighLevelEncoder.h; sourceTree = ""; }; - 3A133FE1393AA77AC4FBFCEB510C0C75 /* ZXExpandedProductResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXExpandedProductResultParser.h; path = ZXingObjC/client/result/ZXExpandedProductResultParser.h; sourceTree = ""; }; - 3A3926ADF0F43A9B48AD884A31D3B4CF /* DBSHARINGSharedContentLinkMetadataBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedContentLinkMetadataBase.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedContentLinkMetadataBase.h; sourceTree = ""; }; - 3ADAB962DB1CCEB6BD8500902B3A1515 /* ZXPDF417DecodedBitStreamParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417DecodedBitStreamParser.h; path = ZXingObjC/pdf417/decoder/ZXPDF417DecodedBitStreamParser.h; sourceTree = ""; }; - 3AFC077B98BD51EB31682531FE40370E /* DBSHARINGFileAction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGFileAction.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileAction.h; sourceTree = ""; }; - 3B2071E111D1F9CBFC760B22ED714DB1 /* DBTEAMLOGSfTeamJoinFromOobLinkDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSfTeamJoinFromOobLinkDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamJoinFromOobLinkDetails.h; sourceTree = ""; }; - 3B499D48482568055CE4992FCFF57F36 /* ZXITFWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXITFWriter.m; path = ZXingObjC/oned/ZXITFWriter.m; sourceTree = ""; }; - 3B4F58AD8A4BAE690CDCE18D7732D852 /* DBUSERSSpaceUsage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSSpaceUsage.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSSpaceUsage.h; sourceTree = ""; }; - 3B623C10DFA0A6B986A09F9CBA3E330F /* DBTransportDefaultClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTransportDefaultClient.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportDefaultClient.m; sourceTree = ""; }; - 3BA6FEE85A74931113B3C18DD055BE31 /* ZXRSSExpandedDecodedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSExpandedDecodedObject.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedDecodedObject.m; sourceTree = ""; }; - 3BB43FF40FC1834A678549FB21061D4C /* DBTransportDefaultClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTransportDefaultClient.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportDefaultClient.h; sourceTree = ""; }; - 3C194AE57385E5A9822572AF526DADFC /* ioapi_mem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ioapi_mem.h; path = SSZipArchive/minizip/ioapi_mem.h; sourceTree = ""; }; - 3C3D23735D0DF835365CB2DF9E3EA513 /* ZXAI013x0x1xDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAI013x0x1xDecoder.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI013x0x1xDecoder.m; sourceTree = ""; }; - 3C587D64E5861498F5ECCEC4F1E11C3D /* DBTEAMLOGTeamMergeToDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamMergeToDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamMergeToDetails.h; sourceTree = ""; }; - 3C635E8E38B29863D43226535D7B7A82 /* DBTEAMTeamMemberProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamMemberProfile.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamMemberProfile.h; sourceTree = ""; }; - 3C6F94DB0F28B5F11AE11EEEB7DFC02B /* DBTEAMLOGPaperContentAddToFolderDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperContentAddToFolderDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentAddToFolderDetails.h; sourceTree = ""; }; - 3CEB9F4E53393390DEEA6142806A9F1A /* DBTEAMLOGFileRequestSendDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRequestSendDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestSendDetails.h; sourceTree = ""; }; - 3CFBA02D3BD62C79FA517A290F74D072 /* ZXPDF417DecodedBitStreamParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417DecodedBitStreamParser.m; path = ZXingObjC/pdf417/decoder/ZXPDF417DecodedBitStreamParser.m; sourceTree = ""; }; - 3D55418D26795DD80CC7A5F741901E75 /* DBTEAMLOGSharedFolderChangeLinkPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedFolderChangeLinkPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderChangeLinkPolicyDetails.h; sourceTree = ""; }; - 3D5F4436E1B637E0F32F82C68BE1C726 /* DBFILESSearchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESSearchResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchResult.h; sourceTree = ""; }; - 3D8FC2DD9F8DC3EAFF85971DA0AAECA4 /* DBSHARINGSharedContentLinkMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedContentLinkMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedContentLinkMetadata.h; sourceTree = ""; }; + 2C3BE9E5130FECCF97B2B850CAFD266D /* ZXDataMatrixDecodedBitStreamParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixDecodedBitStreamParser.h; path = ZXingObjC/datamatrix/decoder/ZXDataMatrixDecodedBitStreamParser.h; sourceTree = ""; }; + 2C49D9C2FE7993C78A9EE2C0A4C26482 /* DBTEAMLOGGroupRemoveExternalIdDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupRemoveExternalIdDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupRemoveExternalIdDetails.h; sourceTree = ""; }; + 2C4CFFC5FF68355648AD73B3CBAA5065 /* DBSHARINGSharedLinkSettingsError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedLinkSettingsError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkSettingsError.h; sourceTree = ""; }; + 2C59C03F68E259D84042ECA948CE9D34 /* DBFILEREQUESTSUpdateFileRequestArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEREQUESTSUpdateFileRequestArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSUpdateFileRequestArgs.h; sourceTree = ""; }; + 2C69EFC411D3A0B7E8F0C7360546DD30 /* DBTEAMLOGTfaResetDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTfaResetDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaResetDetails.h; sourceTree = ""; }; + 2C78018A2896F83B90AE9FB086F06343 /* DBTEAMMemberSelectorError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMemberSelectorError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberSelectorError.h; sourceTree = ""; }; + 2C8847BFCFDF67492A98628E590B216D /* DBTasksImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTasksImpl.h; path = Source/ObjectiveDropboxOfficial/Headers/Internal/Networking/DBTasksImpl.h; sourceTree = ""; }; + 2CFB26E3EC471858FE6783CD9EC790D7 /* DBTEAMLOGSfInviteGroupDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSfInviteGroupDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfInviteGroupDetails.h; sourceTree = ""; }; + 2D00F334F1C748C99B3A7F4602AE6E47 /* DBSHARINGListSharedLinksArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListSharedLinksArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListSharedLinksArg.h; sourceTree = ""; }; + 2D3F6057CF96A641891204B0FA6E5788 /* DBTEAMLOGDomainInvitesEmailExistingUsersDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDomainInvitesEmailExistingUsersDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesEmailExistingUsersDetails.h; sourceTree = ""; }; + 2D46891B6BEDADFBCAFA995495AF7076 /* DBSHARINGListFolderMembersArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFolderMembersArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFolderMembersArgs.h; sourceTree = ""; }; + 2D5AF91DE1E1C566BB5699C1C4FFF14E /* DBTeamPoliciesObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTeamPoliciesObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/DBTeamPoliciesObjects.m; sourceTree = ""; }; + 2D6778C24C32886A6F90F2ED574A615E /* DBFILESUploadSessionFinishBatchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadSessionFinishBatchResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchResult.h; sourceTree = ""; }; + 2DC86E20AC3E1CBAC149F4182A712F22 /* DBSHARINGAddFolderMemberError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGAddFolderMemberError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddFolderMemberError.h; sourceTree = ""; }; + 2DEA9219908C5E5156B6C71B47919991 /* DBTEAMLOGFileRequestCreateDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRequestCreateDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestCreateDetails.h; sourceTree = ""; }; + 2DEB77989A93921D3FEFBF6474953684 /* MPAnalyticsDebugWindowController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MPAnalyticsDebugWindowController.m; path = GoogleAnalyticsTracker/MPAnalyticsDebugWindowController.m; sourceTree = ""; }; + 2DFA5DC61B89A74CA1422C39E9D803E1 /* DBFILESSearchMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESSearchMode.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchMode.h; sourceTree = ""; }; + 2E06B5990CE169C7AA99E6908DAAC107 /* DBPAPERUserOnPaperDocFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERUserOnPaperDocFilter.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERUserOnPaperDocFilter.h; sourceTree = ""; }; + 2E19878A84A39989D29D180CD5C3545A /* ZXVCardResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXVCardResultParser.h; path = ZXingObjC/client/result/ZXVCardResultParser.h; sourceTree = ""; }; + 2E6676A6D9FABDD17440F28163B99E42 /* DBTEAMLOGEmmChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGEmmChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmChangePolicyDetails.h; sourceTree = ""; }; + 2E6B7DEF2D7C0C8027A7764DB558CB26 /* DBTEAMLOGSharedContentChangeLinkAudienceDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentChangeLinkAudienceDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeLinkAudienceDetails.h; sourceTree = ""; }; + 2FC75A8DF049FAD82B0EB6329DCBDF9E /* DBTEAMLOGTeamFolderCreateDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamFolderCreateDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderCreateDetails.h; sourceTree = ""; }; + 2FFCDF709C1F2B306CE13DD277490ABE /* SAMKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SAMKeychain.h; path = Sources/SAMKeychain.h; sourceTree = ""; }; + 2FFF329DE8A4AE2A8A52A4A175E339D6 /* DBTEAMListTeamDevicesError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListTeamDevicesError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamDevicesError.h; sourceTree = ""; }; + 30496C6C8A3D71B1B4442F39C22F3C4A /* DBTEAMLOGFolderLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFolderLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFolderLogInfo.h; sourceTree = ""; }; + 308C6D5C64440CB8DC81273BF42E23BA /* ZXProductParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXProductParsedResult.h; path = ZXingObjC/client/result/ZXProductParsedResult.h; sourceTree = ""; }; + 3097BE14A65AAA5C326CC87546BD314A /* DBTEAMTeamAuthRoutes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTEAMTeamAuthRoutes.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBTEAMTeamAuthRoutes.m; sourceTree = ""; }; + 30B80C85BDBFE13D3A206D4DB793E2A2 /* DBSHARINGPathLinkMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGPathLinkMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGPathLinkMetadata.h; sourceTree = ""; }; + 30BB4B6D4B58C05FCC6F5930CB755B70 /* DBTEAMLOGEventType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGEventType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEventType.h; sourceTree = ""; }; + 30F7F0EDE41762521103C74C9D00FAF7 /* DBTEAMGetActivityReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGetActivityReport.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGetActivityReport.h; sourceTree = ""; }; + 310E3245CB0785B6A193CEC985DA42E6 /* DBTEAMLOGPaperEnabledUsersGroupAdditionDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperEnabledUsersGroupAdditionDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperEnabledUsersGroupAdditionDetails.h; sourceTree = ""; }; + 3152DD98916F1633ACD4D385A88F15A2 /* ZXAbstractRSSReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAbstractRSSReader.h; path = ZXingObjC/oned/rss/ZXAbstractRSSReader.h; sourceTree = ""; }; + 316085727A215015E026A40689A1776C /* ZXSMSMMSResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXSMSMMSResultParser.h; path = ZXingObjC/client/result/ZXSMSMMSResultParser.h; sourceTree = ""; }; + 316B8BD83013EBA5A56D6458D5ABF480 /* DBTEAMLOGTeamFolderStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamFolderStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderStatus.h; sourceTree = ""; }; + 316E0920B3C079F668CE5CFA58CDC255 /* DBPAPERListUsersOnPaperDocContinueArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERListUsersOnPaperDocContinueArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnPaperDocContinueArgs.h; sourceTree = ""; }; + 3182F964772F731FF60D82018A596661 /* DBTEAMPOLICIESSharedLinkCreatePolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMPOLICIESSharedLinkCreatePolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESSharedLinkCreatePolicy.h; sourceTree = ""; }; + 31862615A3F73990A3F79C269433249A /* DBUSERSBasicAccount.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSBasicAccount.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSBasicAccount.h; sourceTree = ""; }; + 319F96BFACE082A693836D799D1F6167 /* DBTEAMGroupsListArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupsListArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsListArg.h; sourceTree = ""; }; + 31A2671D645192C470432E9586B56EBB /* pwd2key.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pwd2key.h; path = SSZipArchive/minizip/aes/pwd2key.h; sourceTree = ""; }; + 31F244B87B73DCE61E66870945F6559D /* DBFILEPROPERTIESPropertyFieldTemplate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESPropertyFieldTemplate.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyFieldTemplate.h; sourceTree = ""; }; + 3214A69DA7782675B6B3EAED27AADBF4 /* ZXQRCodeFinderPatternFinder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeFinderPatternFinder.m; path = ZXingObjC/qrcode/detector/ZXQRCodeFinderPatternFinder.m; sourceTree = ""; }; + 32599F370C6BE4C86FE08F681F9F54F1 /* DBFILESListFolderLongpollError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESListFolderLongpollError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderLongpollError.h; sourceTree = ""; }; + 326016A56C6AD2771928BFC4A093F93B /* DBFILESAlphaGetMetadataArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESAlphaGetMetadataArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESAlphaGetMetadataArg.h; sourceTree = ""; }; + 32A6D91B8B7018B1FE224CB6439FD5A7 /* DBFILESListRevisionsError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESListRevisionsError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListRevisionsError.h; sourceTree = ""; }; + 3331DE1C2FB397499E4D99DAEB618236 /* ZXEAN13Writer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXEAN13Writer.m; path = ZXingObjC/oned/ZXEAN13Writer.m; sourceTree = ""; }; + 3349376B546F7BA1D97989CEA986F1E9 /* DBTEAMLOGFileRevertDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRevertDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRevertDetails.h; sourceTree = ""; }; + 338707B644DA21E956A106732375D3E8 /* DBSHARINGTeamMemberInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGTeamMemberInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGTeamMemberInfo.h; sourceTree = ""; }; + 339D33FD4F674BF4A5F62A433CA4AB4C /* DBTEAMLOGNamespaceRelativePathLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGNamespaceRelativePathLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNamespaceRelativePathLogInfo.h; sourceTree = ""; }; + 33B4AB9839B7BACD55238EEEC94C2757 /* DBTEAMLOGSfAddGroupDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSfAddGroupDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfAddGroupDetails.h; sourceTree = ""; }; + 33E42FD48C14C93565495612FAB3AAFA /* DBUsersObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBUsersObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/DBUsersObjects.m; sourceTree = ""; }; + 33E9622160AD6F63217F6B7A0AD33947 /* DBAUTHAuthError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBAUTHAuthError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHAuthError.h; sourceTree = ""; }; + 340623D07BFD1AB650324947194AAAB3 /* DBTEAMDevicesActive.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMDevicesActive.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDevicesActive.h; sourceTree = ""; }; + 342EE0FB4DCBE6DC0AF5FC01BC93D318 /* ZXBizcardResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXBizcardResultParser.h; path = ZXingObjC/client/result/ZXBizcardResultParser.h; sourceTree = ""; }; + 344196D481A3058DF8877C028B4F8B0A /* ZXQRCodeFormatInformation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeFormatInformation.h; path = ZXingObjC/qrcode/decoder/ZXQRCodeFormatInformation.h; sourceTree = ""; }; + 3480397E90C1A00CC826F06299A5082C /* DBTEAMMembersRecoverArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersRecoverArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersRecoverArg.h; sourceTree = ""; }; + 34EE8A4D0AEFB94119CDE7F5D6874211 /* DBTEAMDesktopPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMDesktopPlatform.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDesktopPlatform.h; sourceTree = ""; }; + 34F0D072F9F73C801610800DA20CC760 /* ZXResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXResult.h; path = ZXingObjC/core/ZXResult.h; sourceTree = ""; }; + 35282970B8B47A912EAD03B846BC8F2E /* ObjectiveDropboxOfficial-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ObjectiveDropboxOfficial-prefix.pch"; sourceTree = ""; }; + 35301C64E04CD31842B67F70CF58DB49 /* DBTEAMMembersUnsuspendArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersUnsuspendArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersUnsuspendArg.h; sourceTree = ""; }; + 3552493521EB783845D52469C8662F9B /* DBTEAMTeamFolderIdArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderIdArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderIdArg.h; sourceTree = ""; }; + 355573C144693ACCE232F89276EB07A8 /* ZXCode128Reader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXCode128Reader.m; path = ZXingObjC/oned/ZXCode128Reader.m; sourceTree = ""; }; + 35CD7A7196D6FA270E716893C59530DC /* DBTEAMCustomQuotaError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMCustomQuotaError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMCustomQuotaError.h; sourceTree = ""; }; + 36682D3584BD15F0B2D042A8AC910801 /* ZXStringUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXStringUtils.m; path = ZXingObjC/common/ZXStringUtils.m; sourceTree = ""; }; + 36E605880D0002F2335FCFB09490A7D2 /* DBTEAMLOGSharedContentChangeLinkPasswordDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentChangeLinkPasswordDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeLinkPasswordDetails.h; sourceTree = ""; }; + 36F70B984445889A433824BBB1F7A5D3 /* ZXGenericGFPoly.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXGenericGFPoly.m; path = ZXingObjC/common/reedsolomon/ZXGenericGFPoly.m; sourceTree = ""; }; + 37489D3F3FAB233F3120294BB37F0B5E /* DBTEAMLOGGetTeamEventsContinueArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGetTeamEventsContinueArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsContinueArg.h; sourceTree = ""; }; + 37587479C55185875084C27A44A5ADD7 /* DBTEAMGroupMemberSelector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupMemberSelector.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMemberSelector.h; sourceTree = ""; }; + 37702A3599D376F464CB8C4A1857D01F /* DBTEAMLOGResellerLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGResellerLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGResellerLogInfo.h; sourceTree = ""; }; + 3796D20E5F66D665F758B08D56A71BD8 /* ZXLuminanceSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXLuminanceSource.h; path = ZXingObjC/core/ZXLuminanceSource.h; sourceTree = ""; }; + 37D102B8E0AFA3858CC8E74E61632027 /* ZXProductParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXProductParsedResult.m; path = ZXingObjC/client/result/ZXProductParsedResult.m; sourceTree = ""; }; + 37D55A450D88E85310A79D236B624D0D /* DBTEAMLOGGetTeamEventsArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGetTeamEventsArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsArg.h; sourceTree = ""; }; + 37EAF5FB68A8C48DD43B8C4B7E017196 /* DBTEAMMembersAddLaunch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersAddLaunch.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersAddLaunch.h; sourceTree = ""; }; + 37ECF0F35F833BE7E185B317148D5FF0 /* ZXAnyAIDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAnyAIDecoder.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXAnyAIDecoder.h; sourceTree = ""; }; + 37EF6A2E394DE84612A7A680E53A2EB7 /* SAMKeychain.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SAMKeychain.xcconfig; sourceTree = ""; }; + 380EE2129E1E514C36C117079DBA0B83 /* DBTEAMGroupMembersAddArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupMembersAddArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersAddArg.h; sourceTree = ""; }; + 380EF63BC9358D6D6AEB77A6E215F7BB /* DBTEAMLOGFileGetCopyReferenceDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileGetCopyReferenceDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileGetCopyReferenceDetails.h; sourceTree = ""; }; + 385C436E44ECBA94CA76D6CEFA223B9D /* ZXResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXResultParser.h; path = ZXingObjC/client/result/ZXResultParser.h; sourceTree = ""; }; + 386A29B50C0CB3C22D5F020398568015 /* ZXAztecCode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAztecCode.m; path = ZXingObjC/aztec/encoder/ZXAztecCode.m; sourceTree = ""; }; + 38AD4026C6FD72333CDDB0882079F768 /* DBTEAMLOGShmodelGroupShareDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGShmodelGroupShareDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelGroupShareDetails.h; sourceTree = ""; }; + 38B2A5295C7EBF2DC0C18801E288F191 /* DBPAPERRouteObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBPAPERRouteObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBPAPERRouteObjects.m; sourceTree = ""; }; + 38E7CCE79F3E68144ECE27DFC62D2480 /* DBGlobalErrorResponseHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBGlobalErrorResponseHandler.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBGlobalErrorResponseHandler.h; sourceTree = ""; }; + 39865A33B039B350BC1F6538C6277CE8 /* DBFILESRouteObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBFILESRouteObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILESRouteObjects.m; sourceTree = ""; }; + 39ABF97B889EFB3F81259B66D2E180EF /* ZXAI013x0x1xDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAI013x0x1xDecoder.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI013x0x1xDecoder.m; sourceTree = ""; }; + 39B7E3F4743C81412259C24AF3275E42 /* DBPAPERUserAuthRoutes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERUserAuthRoutes.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBPAPERUserAuthRoutes.h; sourceTree = ""; }; + 39BDFE4D01416AC9BB4235892AF35626 /* DBFILESSearchMatchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESSearchMatchType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchMatchType.h; sourceTree = ""; }; + 3A350B96A330E9C083ED7285EAACAC7E /* ZXSMSTOMMSTOResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXSMSTOMMSTOResultParser.m; path = ZXingObjC/client/result/ZXSMSTOMMSTOResultParser.m; sourceTree = ""; }; + 3A3BFF3D28FDAB54926A1A0A73AB7D7C /* DBTEAMTeamFolderArchiveArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderArchiveArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderArchiveArg.h; sourceTree = ""; }; + 3A4A399AE3FA45B4E3D28EC37C2674FD /* DBTEAMLOGWebSessionLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGWebSessionLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionLogInfo.h; sourceTree = ""; }; + 3A61FC6DE53002AB53827C0B503DE0AB /* DBSHARINGRouteObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBSHARINGRouteObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBSHARINGRouteObjects.m; sourceTree = ""; }; + 3A9CD5CB58653343F296700A730C1978 /* DBSHARINGUnshareFolderError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGUnshareFolderError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnshareFolderError.h; sourceTree = ""; }; + 3A9F048BC3DCD5A185E5B919C6C6E5F3 /* ZXQRCodeDecodedBitStreamParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeDecodedBitStreamParser.m; path = ZXingObjC/qrcode/decoder/ZXQRCodeDecodedBitStreamParser.m; sourceTree = ""; }; + 3AA4BD964EB52C1AB5B75D9EB473D270 /* DBStoneBase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBStoneBase.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBStoneBase.m; sourceTree = ""; }; + 3ABCB3F0037225954D6A02B382CD1A64 /* DBFILEPROPERTIESModifyTemplateError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESModifyTemplateError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESModifyTemplateError.h; sourceTree = ""; }; + 3B0B8F6B626C40AA2E9F83D5D209C4F8 /* DBSHARINGRelinquishFileMembershipArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGRelinquishFileMembershipArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRelinquishFileMembershipArg.h; sourceTree = ""; }; + 3B513E06A0E1439DC0ECF2590085E334 /* ZXDimension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDimension.h; path = ZXingObjC/core/ZXDimension.h; sourceTree = ""; }; + 3BAEB77EAA468F48A9B8DCE219B7A9B2 /* DBTEAMLOGTfaChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTfaChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaChangePolicyDetails.h; sourceTree = ""; }; + 3BBFC9B145CD5A083A80734DF843A929 /* DBTEAMLOGPaperDocChangeSubscriptionDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocChangeSubscriptionDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocChangeSubscriptionDetails.h; sourceTree = ""; }; + 3BC63519608340BBB242B9549CD97F58 /* ZXEmailAddressParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXEmailAddressParsedResult.m; path = ZXingObjC/client/result/ZXEmailAddressParsedResult.m; sourceTree = ""; }; + 3BCD8C68B57DBE23B84F662024798C2D /* DBTEAMListMemberAppsResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListMemberAppsResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberAppsResult.h; sourceTree = ""; }; + 3BE006F0316186B911FC38C61F3B30D0 /* DBFILEPROPERTIESGetTemplateArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESGetTemplateArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESGetTemplateArg.h; sourceTree = ""; }; + 3BF2E173D84F1B823D37C9671215B3ED /* ZXQRCode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCode.m; path = ZXingObjC/qrcode/encoder/ZXQRCode.m; sourceTree = ""; }; + 3C032E1B2B68AF53C6C095A9213A5332 /* DBTEAMLOGRouteObjects.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGRouteObjects.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBTEAMLOGRouteObjects.h; sourceTree = ""; }; + 3C11F0B705CC1F426C55EF7AA528909C /* DBTEAMLOGUserLinkedAppLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGUserLinkedAppLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGUserLinkedAppLogInfo.h; sourceTree = ""; }; + 3C18B2ADBF430A975B4FB9F17CF2C547 /* ZXDataMatrixDecodedBitStreamParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixDecodedBitStreamParser.m; path = ZXingObjC/datamatrix/decoder/ZXDataMatrixDecodedBitStreamParser.m; sourceTree = ""; }; + 3C78F938968AFB26DA62DC58D22C6764 /* ZXVEventResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXVEventResultParser.m; path = ZXingObjC/client/result/ZXVEventResultParser.m; sourceTree = ""; }; + 3C9105F23CE1E182FB1FB9B15ADFAAF9 /* DBFILEPROPERTIESOverwritePropertyGroupArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESOverwritePropertyGroupArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESOverwritePropertyGroupArg.h; sourceTree = ""; }; + 3CB8C9AECF42B601A2EB22610B1403E9 /* ZXAztecCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAztecCode.h; path = ZXingObjC/aztec/encoder/ZXAztecCode.h; sourceTree = ""; }; + 3CCE67649A1367033078645D0D7BDE7A /* ZXBitMatrix.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXBitMatrix.m; path = ZXingObjC/common/ZXBitMatrix.m; sourceTree = ""; }; + 3CD21C1AC1C20F4EF80B105E73E57F1A /* DBPAPERPaperDocCreateError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERPaperDocCreateError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocCreateError.h; sourceTree = ""; }; + 3CFB58D8DAD93D6E3418431A6DBD3F58 /* DBOAuthDesktop-macOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DBOAuthDesktop-macOS.h"; path = "Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/DBOAuthDesktop-macOS.h"; sourceTree = ""; }; + 3D7787F3E5C746B28C440D2FF327012C /* SSZipArchive.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSZipArchive.h; path = SSZipArchive/SSZipArchive.h; sourceTree = ""; }; + 3E058A1526EE4F3613569756FA8D6388 /* ZXDataMatrixSymbolInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixSymbolInfo.m; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixSymbolInfo.m; sourceTree = ""; }; + 3E0F06A10555F14FA84F495144485D87 /* DBTEAMLOGGroupRenameDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupRenameDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupRenameDetails.h; sourceTree = ""; }; 3E2AECE7DF1C4D73B0E7A2A38525D18B /* libObjectiveDropboxOfficial.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libObjectiveDropboxOfficial.a; path = libObjectiveDropboxOfficial.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 3E31A73F1020AFBA882BC518048BE3AB /* ZXDataMatrixWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixWriter.m; path = ZXingObjC/datamatrix/ZXDataMatrixWriter.m; sourceTree = ""; }; - 3E51AD7152C5D9FAC38EBA3D02A553EB /* DBSHARINGUpdateFolderPolicyError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGUpdateFolderPolicyError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFolderPolicyError.h; sourceTree = ""; }; - 3E8AAF05C14CD729A01756E9083071FA /* DBTEAMLOGSharedContentChangeInviteeRoleDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentChangeInviteeRoleDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeInviteeRoleDetails.h; sourceTree = ""; }; - 3EC10BADFB02012D2E6271E59E3D5D21 /* ZXModulusPoly.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXModulusPoly.m; path = ZXingObjC/pdf417/decoder/ec/ZXModulusPoly.m; sourceTree = ""; }; - 3EC6B91B7DE4CFA8073092F50FBFE5C1 /* AFURLSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLSessionManager.h; path = AFNetworking/AFURLSessionManager.h; sourceTree = ""; }; - 3EF50766ACA4B287573771B5052409AE /* DBSHARINGViewerInfoPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGViewerInfoPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGViewerInfoPolicy.h; sourceTree = ""; }; - 3F09EA952CD9F0ED5B5127558661C3C7 /* ZXRSSExpandedDecodedChar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSExpandedDecodedChar.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedDecodedChar.m; sourceTree = ""; }; - 3F146707F340CAAEDD6D6A4EC2167702 /* aeskey.c */ = {isa = PBXFileReference; includeInIndex = 1; name = aeskey.c; path = SSZipArchive/minizip/aes/aeskey.c; sourceTree = ""; }; - 3F31C206B4101772AC1817C89BC2F7C1 /* ZXRSSExpandedCurrentParsingState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSExpandedCurrentParsingState.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedCurrentParsingState.h; sourceTree = ""; }; - 3F931273F765BAB4C1E56A0FFA4A9524 /* DBTEAMLOGSharedContentUnshareDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentUnshareDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentUnshareDetails.h; sourceTree = ""; }; - 3FA262C0F0760FE0B1FE59AA528E4C09 /* ZXAI013x0xDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAI013x0xDecoder.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI013x0xDecoder.h; sourceTree = ""; }; - 3FA671A02DAA5A655501E8EEF3C21027 /* DBTEAMLOGFileRequestReceiveFileDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRequestReceiveFileDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestReceiveFileDetails.h; sourceTree = ""; }; - 3FDE1BA210F8CD6DE3A7D0BDF3D00260 /* DBTEAMListMembersDevicesArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListMembersDevicesArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersDevicesArg.h; sourceTree = ""; }; - 406BEC397940F35E4E6594B876D3AB67 /* DBSHARINGShareFolderLaunch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGShareFolderLaunch.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderLaunch.h; sourceTree = ""; }; - 40DD827DE6E6DB6693FEFF1CCBBB230D /* SSZipArchive-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SSZipArchive-prefix.pch"; sourceTree = ""; }; - 40DEE87EACA26E50E613F2903688FC33 /* DBTEAMGroupSelectorWithTeamGroupError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupSelectorWithTeamGroupError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupSelectorWithTeamGroupError.h; sourceTree = ""; }; - 4108DC5813A503DD74268EA2C372FB6F /* DBTEAMLOGSfTeamInviteDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSfTeamInviteDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamInviteDetails.h; sourceTree = ""; }; - 411D7F24AF4180AF23DE3D5FDFF86213 /* ZXEmailAddressParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXEmailAddressParsedResult.h; path = ZXingObjC/client/result/ZXEmailAddressParsedResult.h; sourceTree = ""; }; - 4121B54221B2C0F419CEFB403B833635 /* DBTEAMLOGShmodelTeamDownloadDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGShmodelTeamDownloadDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelTeamDownloadDetails.h; sourceTree = ""; }; - 413CB7467E56D41F61FBA20F443E0BF4 /* DBTEAMLOGUserLinkedAppLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGUserLinkedAppLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGUserLinkedAppLogInfo.h; sourceTree = ""; }; - 4154970513895F089C0B9F83D1B64945 /* DBTEAMLOGApiSessionLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGApiSessionLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGApiSessionLogInfo.h; sourceTree = ""; }; - 4156B12A5201CD98F675DDA9DF88BD60 /* ZXEmailDoCoMoResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXEmailDoCoMoResultParser.m; path = ZXingObjC/client/result/ZXEmailDoCoMoResultParser.m; sourceTree = ""; }; - 415BBAF7BDE007D460D2180577824E2B /* DBTEAMTeamFolderStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderStatus.h; sourceTree = ""; }; - 417B576D0720BAEABC0E883A97F6C836 /* ZXUPCEANExtension5Support.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXUPCEANExtension5Support.m; path = ZXingObjC/oned/ZXUPCEANExtension5Support.m; sourceTree = ""; }; - 41AA86AECAC77A33EB616763BB822E77 /* DBTEAMLOGFolderLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFolderLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFolderLogInfo.h; sourceTree = ""; }; - 421876160D23A0C2CE86FA6DD5459389 /* ZXEAN8Writer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXEAN8Writer.h; path = ZXingObjC/oned/ZXEAN8Writer.h; sourceTree = ""; }; - 424C4C9DDF9299EBBE0A2F1F86C06B0A /* DBUSERSIndividualSpaceAllocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSIndividualSpaceAllocation.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSIndividualSpaceAllocation.h; sourceTree = ""; }; - 42A268C39A5C7D5ADDE871F8BA66AA07 /* DBSDKReachability.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBSDKReachability.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBSDKReachability.m; sourceTree = ""; }; - 432BE75D776B44BBC0E42A5849B37365 /* DBTEAMLOGFileRequestChangeFolderDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRequestChangeFolderDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestChangeFolderDetails.h; sourceTree = ""; }; - 43C5E0E91ED19E41440013D914BF0188 /* DBPROPERTIESPropertyFieldTemplate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPROPERTIESPropertyFieldTemplate.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyFieldTemplate.h; sourceTree = ""; }; - 43C7B36B53FAEFB31A88D0C9125180E9 /* DBTEAMLOGPaperFolderDeletedDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperFolderDeletedDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderDeletedDetails.h; sourceTree = ""; }; - 43CCF4D503AD1E50BA963EE6E1E37783 /* ZXProductParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXProductParsedResult.m; path = ZXingObjC/client/result/ZXProductParsedResult.m; sourceTree = ""; }; - 43ED70543AA66430FB7489C4C765110C /* DBSHARINGPermissionDeniedReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGPermissionDeniedReason.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGPermissionDeniedReason.h; sourceTree = ""; }; - 444221DB3370E0E6B379165455559CCB /* DBFILESGetTemporaryLinkError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESGetTemporaryLinkError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetTemporaryLinkError.h; sourceTree = ""; }; - 4460669E5598C24B7A2014F50FDABAB6 /* ZXAI01393xDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAI01393xDecoder.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI01393xDecoder.m; sourceTree = ""; }; - 44754C6C569CF73674FEE29839A2E6B9 /* DBFILESUploadSessionFinishBatchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadSessionFinishBatchResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchResult.h; sourceTree = ""; }; - 451DCF1B19ED1C201797CB973C03854F /* DBTEAMLOGLogoutDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGLogoutDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGLogoutDetails.h; sourceTree = ""; }; + 3E31A3ED695374C13518424B4AB390E4 /* DBTEAMListTeamDevicesArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListTeamDevicesArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamDevicesArg.h; sourceTree = ""; }; + 3EC1101470FBE566D2416CFE96348969 /* AFURLRequestSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLRequestSerialization.m; path = AFNetworking/AFURLRequestSerialization.m; sourceTree = ""; }; + 3ED34C78E48B077210858DA0547D4A52 /* DBTEAMLOGDeviceLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceLogInfo.h; sourceTree = ""; }; + 3F607B9BB4C8166E8A26DB0731D1CD35 /* ZXEANManufacturerOrgSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXEANManufacturerOrgSupport.m; path = ZXingObjC/oned/ZXEANManufacturerOrgSupport.m; sourceTree = ""; }; + 3F6D3FA5324AC9295AC82D836B7B4423 /* ZXAztecWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAztecWriter.h; path = ZXingObjC/aztec/ZXAztecWriter.h; sourceTree = ""; }; + 3FE61D41AA67370F4FCC11579130B973 /* MPAnalyticsDebugWindowController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPAnalyticsDebugWindowController.h; path = GoogleAnalyticsTracker/MPAnalyticsDebugWindowController.h; sourceTree = ""; }; + 40117593184A4A928EAA54186D0C9C2A /* DBTEAMGroupsMembersListContinueArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupsMembersListContinueArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsMembersListContinueArg.h; sourceTree = ""; }; + 401B756E270E89DE55460F26AB01F4AA /* DBSHARINGMemberPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGMemberPermission.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberPermission.h; sourceTree = ""; }; + 4021A9D80E9C13A05ABE53360135B23D /* ioapi_buf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ioapi_buf.h; path = SSZipArchive/minizip/ioapi_buf.h; sourceTree = ""; }; + 402CFC489068193CD71457C6250481DF /* ZXPDF417BarcodeMetadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417BarcodeMetadata.m; path = ZXingObjC/pdf417/decoder/ZXPDF417BarcodeMetadata.m; sourceTree = ""; }; + 40A89C5D353A18125E9B480FCA9DAB57 /* DBSHARINGFileMemberRemoveActionResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGFileMemberRemoveActionResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileMemberRemoveActionResult.h; sourceTree = ""; }; + 40D3820077CBFE26B627B0076C434104 /* DBFILESAlphaGetMetadataError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESAlphaGetMetadataError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESAlphaGetMetadataError.h; sourceTree = ""; }; + 41064163E94B3CB50FCDFC3F2AECA4AE /* DBTEAMLOGFileRestoreDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRestoreDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRestoreDetails.h; sourceTree = ""; }; + 4111A665A9553698A4E33112A83FDADF /* DBFILEPROPERTIESListTemplateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESListTemplateResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESListTemplateResult.h; sourceTree = ""; }; + 4132FB33AC0C5F9B1948146D4A552040 /* ZXQRCodeBlockPair.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeBlockPair.h; path = ZXingObjC/qrcode/encoder/ZXQRCodeBlockPair.h; sourceTree = ""; }; + 413913F5F0A86319C97F8D743392CCD4 /* ZXEncodeHints.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXEncodeHints.m; path = ZXingObjC/core/ZXEncodeHints.m; sourceTree = ""; }; + 414B960260F52601D3BDCB52374494E3 /* DBPAPERPaperDocUpdateArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERPaperDocUpdateArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocUpdateArgs.h; sourceTree = ""; }; + 41532AA14044FF6DA15557CE79A66AC9 /* DBTEAMLOGPaperDocTrashedDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocTrashedDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocTrashedDetails.h; sourceTree = ""; }; + 415A6D5285590135033CE25CAF004DDD /* ZXBinarizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXBinarizer.h; path = ZXingObjC/core/ZXBinarizer.h; sourceTree = ""; }; + 416707822881BF879862933526848965 /* DBTEAMLOGDomainInvitesRequestToJoinTeamDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDomainInvitesRequestToJoinTeamDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesRequestToJoinTeamDetails.h; sourceTree = ""; }; + 4198C3088630258F9105BF08DCC21DB5 /* DBTEAMCOMMONGroupSummary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMCOMMONGroupSummary.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/Headers/DBTEAMCOMMONGroupSummary.h; sourceTree = ""; }; + 41E1655426EB4A4F8D7F77832F0D7DA3 /* DBPAPERPaperDocUpdatePolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERPaperDocUpdatePolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocUpdatePolicy.h; sourceTree = ""; }; + 41F493F9CB035E2FEADA5E0E7A9FB63B /* DBPAPERImportFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERImportFormat.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERImportFormat.h; sourceTree = ""; }; + 41FB9A0C2562ED7B38B76683169F4CC8 /* DBTEAMMembersListError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersListError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListError.h; sourceTree = ""; }; + 421B72A203AC2F9F4FD4C49362E23B5D /* ZXByQuadrantReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXByQuadrantReader.m; path = ZXingObjC/multi/ZXByQuadrantReader.m; sourceTree = ""; }; + 424B69B013A6AEF9BD808188F9E5AEBE /* DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails.h; sourceTree = ""; }; + 424B8CB1B5ADCB10BC4313DF5652BB19 /* DBUSERSGetAccountError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSGetAccountError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSGetAccountError.h; sourceTree = ""; }; + 42513B71B77FD80E6ED3C5EAC2B2F460 /* DBSHARINGAccessLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGAccessLevel.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAccessLevel.h; sourceTree = ""; }; + 4271D8395C8C920340DAFC27385205AD /* ZXMultiFormatOneDReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXMultiFormatOneDReader.h; path = ZXingObjC/oned/ZXMultiFormatOneDReader.h; sourceTree = ""; }; + 428D528034182828B6D43D9D238EE22E /* ZXRSSExpandedDecodedInformation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSExpandedDecodedInformation.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedDecodedInformation.m; sourceTree = ""; }; + 42F08DE4060DED0B6311FAF8603B4AC4 /* ZXGeoResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXGeoResultParser.m; path = ZXingObjC/client/result/ZXGeoResultParser.m; sourceTree = ""; }; + 4311F44CB60725C3CBA158E34A6D3D0B /* ZXQRCodeMaskUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeMaskUtil.m; path = ZXingObjC/qrcode/encoder/ZXQRCodeMaskUtil.m; sourceTree = ""; }; + 43952E0760ED0328F57545359F87C854 /* ZXRSSExpandedPair.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSExpandedPair.m; path = ZXingObjC/oned/rss/expanded/ZXRSSExpandedPair.m; sourceTree = ""; }; + 43EABEB9C8A68D22F1508D237C941AB8 /* DBSHARINGShareFolderJobStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGShareFolderJobStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderJobStatus.h; sourceTree = ""; }; + 4405F8A17F3A7E0E3F313544ED8F248B /* DBFILESUploadError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadError.h; sourceTree = ""; }; + 442499CFCCEA88C0827B97BD350B0713 /* ZXQRCodeAlignmentPattern.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeAlignmentPattern.m; path = ZXingObjC/qrcode/detector/ZXQRCodeAlignmentPattern.m; sourceTree = ""; }; + 44326E819F58C8ABACE588340A7AAB8E /* ZXingObjC-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZXingObjC-prefix.pch"; sourceTree = ""; }; + 4492E7429DE40349C84E9BBEAFCEA969 /* DBTEAMMemberAccess.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMemberAccess.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberAccess.h; sourceTree = ""; }; + 44C15814F9BC4394C12DDA7E3C6A5A3B /* DBTEAMLOGGetTeamEventsError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGetTeamEventsError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsError.h; sourceTree = ""; }; + 44E9100CCFF9814417A9D65BA40D02D8 /* DBTEAMLOGPaperContentRestoreDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperContentRestoreDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentRestoreDetails.h; sourceTree = ""; }; + 4505FAB388B3459647990E39B55C30E0 /* DBFILESUploadWriteFailed.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadWriteFailed.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadWriteFailed.h; sourceTree = ""; }; 45337A1498D6B4027F69F436EE7F3008 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/SystemConfiguration.framework; sourceTree = DEVELOPER_DIR; }; - 45608B88BDBB250087BBF91B11E26A96 /* ZXAztecDetectorResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAztecDetectorResult.m; path = ZXingObjC/aztec/ZXAztecDetectorResult.m; sourceTree = ""; }; - 4568861AA6FDAC0BDBE15EB2DAC6CC15 /* DBUSERSTeam.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSTeam.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSTeam.h; sourceTree = ""; }; - 45882DB7C9E86C07DF46B6D54F1C0111 /* DBTEAMLOGSharedContentRemoveLinkPasswordDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentRemoveLinkPasswordDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRemoveLinkPasswordDetails.h; sourceTree = ""; }; - 45F7F0129126B9171783124EE0A2D60B /* ZXRSSExpandedDecodedNumeric.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSExpandedDecodedNumeric.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedDecodedNumeric.h; sourceTree = ""; }; - 465A6DB109468419A50FE94DA70A0A63 /* ZXDimension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDimension.m; path = ZXingObjC/core/ZXDimension.m; sourceTree = ""; }; - 467853026A4430254ED282B1213DBA7E /* ZXPDF417DetectorResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417DetectorResult.m; path = ZXingObjC/pdf417/detector/ZXPDF417DetectorResult.m; sourceTree = ""; }; - 46F181736A8AD9CF1630BF9EE3E9F68B /* sha1.c */ = {isa = PBXFileReference; includeInIndex = 1; name = sha1.c; path = SSZipArchive/minizip/aes/sha1.c; sourceTree = ""; }; - 46F42774FA4AFC90B34EA045CE15FE74 /* DBTEAMLOGGoogleSsoChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGoogleSsoChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGoogleSsoChangePolicyDetails.h; sourceTree = ""; }; - 47039774CB1F7399D8873B8B1E7B67D2 /* hmac.c */ = {isa = PBXFileReference; includeInIndex = 1; name = hmac.c; path = SSZipArchive/minizip/aes/hmac.c; sourceTree = ""; }; - 477BC3F48684E487D1CD1A0C5392A9C2 /* DBSHARINGInsufficientQuotaAmounts.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGInsufficientQuotaAmounts.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGInsufficientQuotaAmounts.h; sourceTree = ""; }; - 479D3854363EC990210E4977345833E2 /* ioapi_buf.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ioapi_buf.c; path = SSZipArchive/minizip/ioapi_buf.c; sourceTree = ""; }; - 47AFC4D1CCE0A2F3A1453F9BF4DDF42E /* DBTEAMAdminTier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMAdminTier.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMAdminTier.h; sourceTree = ""; }; - 47B85843B5D9F5E610F5DB1CFF1E977C /* DBSHARINGSharePathError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharePathError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharePathError.h; sourceTree = ""; }; - 480B0F7735831DD7B877F293B4C115B3 /* ZXAI01392xDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAI01392xDecoder.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI01392xDecoder.h; sourceTree = ""; }; - 481CA25F91C356405C6365DFC440F932 /* DBTEAMMembersListContinueError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersListContinueError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListContinueError.h; sourceTree = ""; }; - 48565A41B9440DE726F76CC98E6BA34C /* DBSHARINGShareFolderErrorBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGShareFolderErrorBase.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderErrorBase.h; sourceTree = ""; }; - 4856F4BC36EFCE202F2A3420F9C1465F /* DBTEAMLOGShmodelAppCreateDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGShmodelAppCreateDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelAppCreateDetails.h; sourceTree = ""; }; - 489414F9048BE87F549BBE03DE9CB56F /* ZXEAN13Writer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXEAN13Writer.h; path = ZXingObjC/oned/ZXEAN13Writer.h; sourceTree = ""; }; - 48B2D796835AEDA4DD5285F2F533C335 /* DBTEAMLOGDomainVerificationRemoveDomainDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDomainVerificationRemoveDomainDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainVerificationRemoveDomainDetails.h; sourceTree = ""; }; - 48D7CA19E5CFE081EA9F139653337943 /* DBTEAMUpdatePropertyTemplateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMUpdatePropertyTemplateResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUpdatePropertyTemplateResult.h; sourceTree = ""; }; - 48EE4BB88AB2EFCA0A434831F5AF3BE2 /* aestab.c */ = {isa = PBXFileReference; includeInIndex = 1; name = aestab.c; path = SSZipArchive/minizip/aes/aestab.c; sourceTree = ""; }; - 493A07A4D205BDB1899528169629AF52 /* DBTEAMMemberAddResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMemberAddResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberAddResult.h; sourceTree = ""; }; - 494AD200AD9BD23C979FC0471DAA246A /* pwd2key.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = pwd2key.h; path = SSZipArchive/minizip/aes/pwd2key.h; sourceTree = ""; }; - 495ABD7AEBE4F6BC9AAF1803A1ED8299 /* DBTEAMListTeamDevicesArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListTeamDevicesArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamDevicesArg.h; sourceTree = ""; }; - 495ECBA23C1B4676E46426D26105F5B0 /* DBSHARINGGetFileMetadataBatchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGGetFileMetadataBatchResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataBatchResult.h; sourceTree = ""; }; - 49A48A04EF41999EB23B7289A044DE0F /* ZXDataMatrixErrorCorrection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixErrorCorrection.h; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixErrorCorrection.h; sourceTree = ""; }; - 49A81EC90E70775989B2EBB7524395B4 /* DBAUTHRateLimitError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBAUTHRateLimitError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHRateLimitError.h; sourceTree = ""; }; - 49B5721F4D292C41906E7153A1FDA5E7 /* DBTEAMLOGSharedContentRemoveInviteeDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentRemoveInviteeDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRemoveInviteeDetails.h; sourceTree = ""; }; - 49DCC6466BA2650C9FA6B379169B4553 /* DBSHARINGUnshareFolderError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGUnshareFolderError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnshareFolderError.h; sourceTree = ""; }; - 4A27513DAFA0327E61A409BF8A931510 /* DBPAPERPaperDocPermissionLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERPaperDocPermissionLevel.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocPermissionLevel.h; sourceTree = ""; }; - 4A35F20B6A7A734DACEC4C7E8616BB71 /* CMDQueryStringReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CMDQueryStringReader.h; path = CMDQueryStringSerialization/CMDQueryStringReader.h; sourceTree = ""; }; - 4A3873CF87083B8286CBD7B72BCC6D4C /* DBTEAMLOGLinkAudience.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGLinkAudience.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGLinkAudience.h; sourceTree = ""; }; - 4A4E52DC1A2205A5726B21EC5D3FC6C6 /* ZXBoolArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXBoolArray.h; path = ZXingObjC/common/ZXBoolArray.h; sourceTree = ""; }; - 4A697AF2A94DBD7F120D4345E32F44A1 /* ZXIntArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXIntArray.h; path = ZXingObjC/common/ZXIntArray.h; sourceTree = ""; }; - 4A810CC4A511F5B1E2AFA1D750BA98AB /* ZXByteArray.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXByteArray.m; path = ZXingObjC/common/ZXByteArray.m; sourceTree = ""; }; - 4AA0AD1C87A7604FAE95812598EF85A8 /* DBTEAMLOGEmmCreateExceptionsReportDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGEmmCreateExceptionsReportDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmCreateExceptionsReportDetails.h; sourceTree = ""; }; - 4AA6CDE635C3E5716A29C1E5C3E52AD0 /* ZXPDF417BarcodeMatrix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417BarcodeMatrix.h; path = ZXingObjC/pdf417/encoder/ZXPDF417BarcodeMatrix.h; sourceTree = ""; }; - 4AB7A8337DA64508C2EA2B06C43D5786 /* DBFILESListFolderLongpollError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESListFolderLongpollError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderLongpollError.h; sourceTree = ""; }; - 4B04ECBE37D3B344204CAA087C578081 /* CMDQueryStringSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CMDQueryStringSerialization.m; path = CMDQueryStringSerialization/CMDQueryStringSerialization.m; sourceTree = ""; }; - 4B4ACC3959185600C91C954AC51C5C79 /* DBSHARINGUnmountFolderError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGUnmountFolderError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnmountFolderError.h; sourceTree = ""; }; - 4B52C4059984F56ADEF72A5151E3C98E /* ZXCode39Writer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXCode39Writer.h; path = ZXingObjC/oned/ZXCode39Writer.h; sourceTree = ""; }; - 4BB9F8C03AF2D304F865153BEE23CA59 /* DBTEAMLOGAssetLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAssetLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAssetLogInfo.h; sourceTree = ""; }; - 4BCE22DD641E15C022767E3833F6D4AA /* DBRequestErrors.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBRequestErrors.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBRequestErrors.m; sourceTree = ""; }; - 4C234C13C86AF083CC8AA15F82D59380 /* brg_endian.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = brg_endian.h; path = SSZipArchive/minizip/aes/brg_endian.h; sourceTree = ""; }; - 4C90199B919C9C4E33F4C167100C216F /* DBFILESWriteError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESWriteError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESWriteError.h; sourceTree = ""; }; - 4CE42648E726E6B2448C6B839EC1A9C5 /* ZXAztecDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAztecDecoder.h; path = ZXingObjC/aztec/decoder/ZXAztecDecoder.h; sourceTree = ""; }; - 4D22C037F3AB769B2983E5446107C3A7 /* DBTEAMLOGSsoLoginFailDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSsoLoginFailDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoLoginFailDetails.h; sourceTree = ""; }; - 4D4A245831DD46C1F4B7A2DF4DA7214E /* DBFILESUserAuthRoutes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBFILESUserAuthRoutes.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILESUserAuthRoutes.m; sourceTree = ""; }; - 4D83B8D750660B148815A340CCAF3BEF /* ZXExpandedProductParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXExpandedProductParsedResult.m; path = ZXingObjC/client/result/ZXExpandedProductParsedResult.m; sourceTree = ""; }; - 4D9D72D6A9B5838DBD909A7B98F8D372 /* ZXMultiFormatReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXMultiFormatReader.m; path = ZXingObjC/ZXMultiFormatReader.m; sourceTree = ""; }; - 4DB3CFFD6C90167B853F99297F52EBC4 /* ZXResultMetadataType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXResultMetadataType.h; path = ZXingObjC/core/ZXResultMetadataType.h; sourceTree = ""; }; - 4DB63F4F30677F10608DD7FD91C0B361 /* prng.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = prng.h; path = SSZipArchive/minizip/aes/prng.h; sourceTree = ""; }; - 4DD26C28EC5E73FA074FD7925BB6DE56 /* DBTEAMLOGFileCopyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileCopyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileCopyDetails.h; sourceTree = ""; }; - 4DDBA497145181C186A882A54537B027 /* DBFILESDeleteError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESDeleteError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteError.h; sourceTree = ""; }; - 4DE3593771D3019C246EE213932A65F7 /* DBTEAMLOGSharedContentRemoveMemberDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentRemoveMemberDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRemoveMemberDetails.h; sourceTree = ""; }; - 4DFDD1252E8FAAC444112F16C3A66705 /* ZXPDF417BoundingBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417BoundingBox.h; path = ZXingObjC/pdf417/decoder/ZXPDF417BoundingBox.h; sourceTree = ""; }; - 4E1F1CD8EDFCF2D1FE37AACD0777DB50 /* SAMKeychain-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SAMKeychain-dummy.m"; sourceTree = ""; }; - 4E661268BABF0DF6B0E5BFC4D331A7D1 /* DBTEAMLOGRemoveLogoutUrlDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGRemoveLogoutUrlDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGRemoveLogoutUrlDetails.h; sourceTree = ""; }; - 4F2157688627D409BC28F2AC133473EF /* DBTEAMCOMMONGroupSummary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMCOMMONGroupSummary.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/Headers/DBTEAMCOMMONGroupSummary.h; sourceTree = ""; }; - 4F62439E64BC22742B92923650B22E12 /* ZXDataMatrixDataBlock.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixDataBlock.m; path = ZXingObjC/datamatrix/decoder/ZXDataMatrixDataBlock.m; sourceTree = ""; }; - 4F95EFA3941692A888D71C1189DD3FA2 /* DBSHARINGFilePermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGFilePermission.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFilePermission.h; sourceTree = ""; }; - 4FA5A1A420D0AEBD63E56DCCFBDE7D9F /* DBFILESUploadSessionFinishError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadSessionFinishError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishError.h; sourceTree = ""; }; - 4FD6E604F97CB86CA9B4E3A79CD738AE /* DBTEAMLOGTeamFolderChangeStatusDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamFolderChangeStatusDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderChangeStatusDetails.h; sourceTree = ""; }; - 4FE16D073EE30B52C5BA36E1FCBEFF31 /* DBTEAMLOGPaperExternalViewDefaultTeamDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperExternalViewDefaultTeamDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperExternalViewDefaultTeamDetails.h; sourceTree = ""; }; - 4FE772E61CC934223778DFD0C9982265 /* DBTEAMLOGMemberSuggestDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberSuggestDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSuggestDetails.h; sourceTree = ""; }; - 500C2AE74D94870A5F3DEDB9749A95EB /* DBTEAMLOGTwoAccountChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTwoAccountChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTwoAccountChangePolicyDetails.h; sourceTree = ""; }; - 501AAF384CB43752584A050CCDEC614C /* ZXingObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXingObjC.h; path = ZXingObjC/ZXingObjC.h; sourceTree = ""; }; - 502B3610E116DA5B953BAF65A2A9ECC5 /* ZXGeoResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXGeoResultParser.m; path = ZXingObjC/client/result/ZXGeoResultParser.m; sourceTree = ""; }; - 50889530857647AA81D1586B16BC6A48 /* DBFILESSearchArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESSearchArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchArg.h; sourceTree = ""; }; - 508FA50AFB2D25060152CEFF56F7A1CF /* DBTEAMCOMMONGroupType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMCOMMONGroupType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/Headers/DBTEAMCOMMONGroupType.h; sourceTree = ""; }; + 454C350808711A4725EF8AD3980E17BE /* DBTEAMLOGAccountCaptureChangeAvailabilityDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAccountCaptureChangeAvailabilityDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureChangeAvailabilityDetails.h; sourceTree = ""; }; + 45662888777A345BD66AADB513E01411 /* DBTEAMLOGPaperDocMentionDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocMentionDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocMentionDetails.h; sourceTree = ""; }; + 4576FC6DD1801E2A884865951D0524F1 /* DBTeamBaseClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTeamBaseClient.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Client/DBTeamBaseClient.m; sourceTree = ""; }; + 45A77CE95A2E456193D19AD2F75CBEA0 /* DBFILESThumbnailFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESThumbnailFormat.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESThumbnailFormat.h; sourceTree = ""; }; + 46030018760B075E983792C89F782B78 /* ZXTelResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXTelResultParser.h; path = ZXingObjC/client/result/ZXTelResultParser.h; sourceTree = ""; }; + 4621914DEDBDFEAE44CD4A577849C5F6 /* DBFILESGetTemporaryLinkError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESGetTemporaryLinkError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetTemporaryLinkError.h; sourceTree = ""; }; + 473C6793C8C6C0734565D7AD7FA984C6 /* DBFILESCreateFolderResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESCreateFolderResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCreateFolderResult.h; sourceTree = ""; }; + 4788F6605E96EA7D5D7DAD4D01CE2507 /* DBTEAMActiveWebSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMActiveWebSession.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMActiveWebSession.h; sourceTree = ""; }; + 47F14DB10DC581621E31DDF25DD82A39 /* ZXAztecDetectorResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAztecDetectorResult.m; path = ZXingObjC/aztec/ZXAztecDetectorResult.m; sourceTree = ""; }; + 48126026765591DEAEE0AD2C8AC96524 /* SSZipArchive-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SSZipArchive-prefix.pch"; sourceTree = ""; }; + 4819B860778F0A7C3F8219A65633BE4E /* ZXPDF417Reader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417Reader.h; path = ZXingObjC/pdf417/ZXPDF417Reader.h; sourceTree = ""; }; + 482389BA07781998E9E3A13B4FCBD850 /* DBSHARINGListFileMembersContinueError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFileMembersContinueError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersContinueError.h; sourceTree = ""; }; + 484C91C7D482699225CA1F48B8822269 /* DBTEAMLOGFileRequestChangeTitleDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRequestChangeTitleDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestChangeTitleDetails.h; sourceTree = ""; }; + 484DCEB5A1AC2907422DB71C100AB2FF /* DBSHARINGGetSharedLinksResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGGetSharedLinksResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinksResult.h; sourceTree = ""; }; + 489BBF2F2EA5D89A22A262480395BEF2 /* ZXQRCodeDataBlock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeDataBlock.h; path = ZXingObjC/qrcode/decoder/ZXQRCodeDataBlock.h; sourceTree = ""; }; + 4919B4AEB2B99AFC16FA8765BD4879F9 /* DBTEAMLOGFileRequestsChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRequestsChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestsChangePolicyDetails.h; sourceTree = ""; }; + 4982B1E838C8AADDF4D9E1AFAD6F5908 /* ZXPDF417DetectorResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417DetectorResult.m; path = ZXingObjC/pdf417/detector/ZXPDF417DetectorResult.m; sourceTree = ""; }; + 499FF3309410A1A185E8BB3B3F761E13 /* DBTEAMGroupsMembersListResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupsMembersListResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsMembersListResult.h; sourceTree = ""; }; + 49C56D4B445C7F2C5377EDADC1E55537 /* DBAUTHUserAuthRoutes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBAUTHUserAuthRoutes.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBAUTHUserAuthRoutes.m; sourceTree = ""; }; + 49D17EB4F8B14E2B2746CFF89C257ED6 /* DBTEAMLOGEmmRemoveExceptionDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGEmmRemoveExceptionDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmRemoveExceptionDetails.h; sourceTree = ""; }; + 4A88B258CE18C324C5C2ABAF43FBD0A8 /* ZXQRCodeDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeDecoder.m; path = ZXingObjC/qrcode/decoder/ZXQRCodeDecoder.m; sourceTree = ""; }; + 4AB5F21C54675FAC50EC5CAB75A65ABC /* ZXPDF417DetectionResultColumn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417DetectionResultColumn.h; path = ZXingObjC/pdf417/decoder/ZXPDF417DetectionResultColumn.h; sourceTree = ""; }; + 4ADF0A2D441764FA9103E9CE9F912290 /* DBTEAMTeamMembershipType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamMembershipType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamMembershipType.h; sourceTree = ""; }; + 4B728FEAE0266854705215DA7E4D541A /* DBFILESGetThumbnailBatchError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESGetThumbnailBatchError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchError.h; sourceTree = ""; }; + 4B8A71188ED85371FDFB3C424C2E56BB /* DBTEAMLOGMobileSessionLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMobileSessionLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMobileSessionLogInfo.h; sourceTree = ""; }; + 4BDF6ABA8BC3873331A462DCE3ABFD85 /* DBUserClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBUserClient.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/DBUserClient.m; sourceTree = ""; }; + 4C19433D45E8AFB3D486D9FE9E6D285E /* ZXAztecBinaryShiftToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAztecBinaryShiftToken.h; path = ZXingObjC/aztec/encoder/ZXAztecBinaryShiftToken.h; sourceTree = ""; }; + 4C25DCBAF3CD4A355149423167868358 /* ZXDataMatrixTextEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixTextEncoder.h; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixTextEncoder.h; sourceTree = ""; }; + 4C3EFA5E2D08CC91065335872FDA4635 /* DBTEAMLOGFileMoveDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileMoveDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileMoveDetails.h; sourceTree = ""; }; + 4C8189E753DC4B70A68BAB62FCA94E60 /* ZXVEventResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXVEventResultParser.h; path = ZXingObjC/client/result/ZXVEventResultParser.h; sourceTree = ""; }; + 4C9FC36F0AEA970E884E988A6A5D207F /* DBSHARINGModifySharedLinkSettingsError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGModifySharedLinkSettingsError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGModifySharedLinkSettingsError.h; sourceTree = ""; }; + 4CAB9FB4784BB2C71F196603FA10C525 /* ZXQRCodeDecodedBitStreamParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeDecodedBitStreamParser.h; path = ZXingObjC/qrcode/decoder/ZXQRCodeDecodedBitStreamParser.h; sourceTree = ""; }; + 4CC32765208AF5A43E38C54A46E39594 /* DBTEAMGroupMembersAddError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupMembersAddError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersAddError.h; sourceTree = ""; }; + 4CEF1FEB6D5EBF28ECB0EC5771739DB4 /* ZXCodaBarReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXCodaBarReader.m; path = ZXingObjC/oned/ZXCodaBarReader.m; sourceTree = ""; }; + 4D22F57781E67614F81D473B68248CED /* DBFILESUploadSessionFinishBatchResultEntry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadSessionFinishBatchResultEntry.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchResultEntry.h; sourceTree = ""; }; + 4D2AA6B7BF76F30611088EE12668FBFD /* DBTEAMTeamFolderCreateError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderCreateError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderCreateError.h; sourceTree = ""; }; + 4D51FF97F683B1F18E7051095D02620E /* DBTEAMTeamFolderListContinueError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderListContinueError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListContinueError.h; sourceTree = ""; }; + 4D5ACE00005E6AEC40B8BE5A4067B3C5 /* DBPAPERInviteeInfoWithPermissionLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERInviteeInfoWithPermissionLevel.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERInviteeInfoWithPermissionLevel.h; sourceTree = ""; }; + 4D5CBFE72728738D4ED8DAED2D78A878 /* DBTEAMLOGMemberTransferAccountContentsDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberTransferAccountContentsDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberTransferAccountContentsDetails.h; sourceTree = ""; }; + 4D6A6A243BF275312444A75954E4C447 /* DBSHARINGMemberAction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGMemberAction.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberAction.h; sourceTree = ""; }; + 4D73D3755204B2B29EB391B8F47183B8 /* DBSHARINGUpdateFolderMemberError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGUpdateFolderMemberError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFolderMemberError.h; sourceTree = ""; }; + 4D7823BB5F814C006075E87F50C42ED9 /* ZXPDF417Dimensions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417Dimensions.m; path = ZXingObjC/pdf417/encoder/ZXPDF417Dimensions.m; sourceTree = ""; }; + 4D7B81025FE42E5E6AECD9C5643D6A71 /* ZXDataMatrixC40Encoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixC40Encoder.h; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixC40Encoder.h; sourceTree = ""; }; + 4D8E079D05F4E278E1E773C5231DF200 /* ZXQRCodeReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeReader.m; path = ZXingObjC/qrcode/ZXQRCodeReader.m; sourceTree = ""; }; + 4DA56FC06CF8107DD66C1B814E8462EB /* DBSHARINGListFilesContinueArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFilesContinueArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFilesContinueArg.h; sourceTree = ""; }; + 4DAFE2F7AC901C0D1467741E9D7FCAB8 /* ZXAnyAIDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAnyAIDecoder.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXAnyAIDecoder.m; sourceTree = ""; }; + 4DDA7002F487D92560CE7786A5669651 /* FABAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FABAttributes.h; path = OSX/Fabric.framework/Versions/A/Headers/FABAttributes.h; sourceTree = ""; }; + 4DF4F84DFEA80BCECFC7A8046A6F68B6 /* DBTEAMMembersDeactivateArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersDeactivateArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersDeactivateArg.h; sourceTree = ""; }; + 4E2D3CAB5D0A895A5733B7302242E250 /* ZXDataMatrixDataBlock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixDataBlock.h; path = ZXingObjC/datamatrix/decoder/ZXDataMatrixDataBlock.h; sourceTree = ""; }; + 4E3C1A29B064D201A468FD47B4AA7DCA /* DBFILESSharingInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESSharingInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSharingInfo.h; sourceTree = ""; }; + 4F351C5079ECB3EC066E639576A425EA /* ZXCode128Reader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXCode128Reader.h; path = ZXingObjC/oned/ZXCode128Reader.h; sourceTree = ""; }; + 4F3D91D281587EDDE7205BEEC0107F2F /* DBTEAMLOGMemberSpaceLimitsChangeStatusDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberSpaceLimitsChangeStatusDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSpaceLimitsChangeStatusDetails.h; sourceTree = ""; }; + 4F4462D742DCB19B4CB512F07E416B99 /* DBTEAMFeaturesGetValuesBatchError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMFeaturesGetValuesBatchError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeaturesGetValuesBatchError.h; sourceTree = ""; }; + 4F7C7F67B2619B927EA61B76D5E28646 /* ZXBitArrayBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXBitArrayBuilder.h; path = ZXingObjC/oned/rss/expanded/ZXBitArrayBuilder.h; sourceTree = ""; }; + 4F9C4A90D9CD4162B749A19418530067 /* ZXInvertedLuminanceSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXInvertedLuminanceSource.m; path = ZXingObjC/core/ZXInvertedLuminanceSource.m; sourceTree = ""; }; + 4FCAC83FB79CE3280A18DA330AAC8237 /* ZXBookmarkDoCoMoResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXBookmarkDoCoMoResultParser.h; path = ZXingObjC/client/result/ZXBookmarkDoCoMoResultParser.h; sourceTree = ""; }; + 4FF3E4AA295CBE0B620ECD8BB758AAA8 /* ZXWifiResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXWifiResultParser.m; path = ZXingObjC/client/result/ZXWifiResultParser.m; sourceTree = ""; }; + 501B10B4EEE227FE9A2E0EDDA4ED1C38 /* ObjectiveDropboxOfficial.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ObjectiveDropboxOfficial.xcconfig; sourceTree = ""; }; + 509DA58A00F2C5F4068480B4266DC90F /* DBFILEREQUESTSListFileRequestsResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEREQUESTSListFileRequestsResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSListFileRequestsResult.h; sourceTree = ""; }; + 50C3277676F031418FD4B72497CFF787 /* DBTEAMGroupUpdateArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupUpdateArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupUpdateArgs.h; sourceTree = ""; }; + 50CB2CBF7380532CE0552F6F4612231B /* DBTEAMListTeamAppsArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListTeamAppsArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamAppsArg.h; sourceTree = ""; }; + 50EAD33978CD7E6A83B0ECE718F9E642 /* SSZipArchive-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SSZipArchive-dummy.m"; sourceTree = ""; }; + 50EEC3A3F9713AE38C39F8DD34ACFE7F /* DBTEAMLOGSsoAddLogoutUrlDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSsoAddLogoutUrlDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoAddLogoutUrlDetails.h; sourceTree = ""; }; + 50F1C0E29817BAA949E500E62A2FE1C7 /* ZXAI013103decoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAI013103decoder.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI013103decoder.h; sourceTree = ""; }; 511E04076431608D292785613BB12BFA /* Pods-AppBox-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-AppBox-resources.sh"; sourceTree = ""; }; - 5138B312FD6E2CA111576FB0FA027B24 /* DBTEAMLOGMemberSpaceLimitsChangeStatusDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberSpaceLimitsChangeStatusDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSpaceLimitsChangeStatusDetails.h; sourceTree = ""; }; - 5149D950BF93025C616CFF27321B5BF1 /* DBCustomRoutes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBCustomRoutes.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBCustomRoutes.m; sourceTree = ""; }; - 5168B67B7608F8784C5CB67A5AB7EDE2 /* ZXRSSExpandedDecodedNumeric.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSExpandedDecodedNumeric.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedDecodedNumeric.m; sourceTree = ""; }; - 516E7B4B1962214E36E68721A4EDD231 /* DBFILESSearchMatchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESSearchMatchType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchMatchType.h; sourceTree = ""; }; - 51AA3D2CC5F8D67053EBFD918BCA8BA9 /* DBTEAMLOGGroupRemoveMemberDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupRemoveMemberDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupRemoveMemberDetails.h; sourceTree = ""; }; - 51B7E95E8F5071B37DADE7026413545D /* ZXInvertedLuminanceSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXInvertedLuminanceSource.h; path = ZXingObjC/core/ZXInvertedLuminanceSource.h; sourceTree = ""; }; - 51C10879736A6466E96755A60DBAEDF6 /* DBTEAMLOGFileSaveCopyReferenceDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileSaveCopyReferenceDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileSaveCopyReferenceDetails.h; sourceTree = ""; }; - 524741284F38AD9E913F689E178C39A0 /* CMDQueryStringReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CMDQueryStringReader.m; path = CMDQueryStringSerialization/CMDQueryStringReader.m; sourceTree = ""; }; - 5248E621FFBA1988F93C159C2BD8383C /* DBTEAMLOGTimeUnit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTimeUnit.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTimeUnit.h; sourceTree = ""; }; - 529505470C8D7BD60C5528D06754830F /* DBTEAMLOGFailureDetailsLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFailureDetailsLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFailureDetailsLogInfo.h; sourceTree = ""; }; - 52C13F4EBFB9DAA5C3BDC2D4115CBAB6 /* DBTEAMCOMMONTimeRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMCOMMONTimeRange.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/Headers/DBTEAMCOMMONTimeRange.h; sourceTree = ""; }; - 52C493743DBCDEF72253FDD7761734CE /* DBTasks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTasks.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTasks.h; sourceTree = ""; }; - 52EC577842472EAAC7A96D0F4FE1398B /* AFNetworking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-prefix.pch"; sourceTree = ""; }; - 530A44648CB6D0892ABCD030B8FB7EDE /* DBSHARINGRelinquishFolderMembershipError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGRelinquishFolderMembershipError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRelinquishFolderMembershipError.h; sourceTree = ""; }; - 5331C233A7F1BC57052E6F5EA484F5FA /* DBOAuthManager+Protected.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DBOAuthManager+Protected.h"; path = "Source/ObjectiveDropboxOfficial/Headers/Internal/OAuth/DBOAuthManager+Protected.h"; sourceTree = ""; }; - 53E9BB249D8AC3EEFC1AA3E5738DD713 /* ZXPDF417ECErrorCorrection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417ECErrorCorrection.h; path = ZXingObjC/pdf417/decoder/ec/ZXPDF417ECErrorCorrection.h; sourceTree = ""; }; - 5474F26AB5B86696934EFCBC541E7A29 /* ioapi.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ioapi.c; path = SSZipArchive/minizip/ioapi.c; sourceTree = ""; }; - 54AB91A419FEC3BEAEB7EBFB7426C565 /* ZXRGBLuminanceSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRGBLuminanceSource.h; path = ZXingObjC/core/ZXRGBLuminanceSource.h; sourceTree = ""; }; - 54C9C98D786D01DD10D11EC746AABEC0 /* DBSHARINGMembershipInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGMembershipInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMembershipInfo.h; sourceTree = ""; }; - 555F843BE487EC3148642FB9926F07EC /* DBTEAMLOGSmartSyncOptOutPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSmartSyncOptOutPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncOptOutPolicy.h; sourceTree = ""; }; - 556D17A639E24FE8FDE89C4B43FE24BC /* DBAUTHRouteObjects.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBAUTHRouteObjects.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBAUTHRouteObjects.h; sourceTree = ""; }; - 558FD526137451360B1CB90BD0EF5DC7 /* DBFILESCommitInfoWithProperties.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESCommitInfoWithProperties.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCommitInfoWithProperties.h; sourceTree = ""; }; - 55A45B7AF1FBB27ADF17527EEB3E38C8 /* ZXUPCEANExtension2Support.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXUPCEANExtension2Support.h; path = ZXingObjC/oned/ZXUPCEANExtension2Support.h; sourceTree = ""; }; - 5654302F3012C6E82368EA4D6C119B74 /* ZXDataMatrixBase256Encoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixBase256Encoder.m; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixBase256Encoder.m; sourceTree = ""; }; - 5654FC98F1EB4E3626DBC8CB8C1C6276 /* DBTEAMLOGPaperContentPermanentlyDeleteDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperContentPermanentlyDeleteDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentPermanentlyDeleteDetails.h; sourceTree = ""; }; - 5667C50FB45B7D745A30EE77A1C7A9CE /* DBUserBaseClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUserBaseClient.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Client/DBUserBaseClient.h; sourceTree = ""; }; - 56BDAFA06371DD02F46BE57E99F063BC /* ZXWifiResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXWifiResultParser.m; path = ZXingObjC/client/result/ZXWifiResultParser.m; sourceTree = ""; }; - 56CDCE2ACB57E3BFD75673382D6129F3 /* ZXAztecDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAztecDecoder.m; path = ZXingObjC/aztec/decoder/ZXAztecDecoder.m; sourceTree = ""; }; - 56F721780E7DDDB70B449F05EDE02CB3 /* DBTEAMLOGPaperEnabledUsersGroupRemovalDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperEnabledUsersGroupRemovalDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperEnabledUsersGroupRemovalDetails.h; sourceTree = ""; }; - 570598ABCEE8F3734D3EC2229399067C /* DBTEAMCOMMONGroupManagementType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMCOMMONGroupManagementType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/Headers/DBTEAMCOMMONGroupManagementType.h; sourceTree = ""; }; - 571DC4AA407DBB23A70E463404373DD0 /* DBTEAMGroupsMembersListContinueError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupsMembersListContinueError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsMembersListContinueError.h; sourceTree = ""; }; - 5746864B6E79B87BE377F63CE1703BD0 /* ZXSMSParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXSMSParsedResult.h; path = ZXingObjC/client/result/ZXSMSParsedResult.h; sourceTree = ""; }; + 512ABC0B0EDFEAB43CBE0A215B46919E /* DBTEAMLOGPaperContentArchiveDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperContentArchiveDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentArchiveDetails.h; sourceTree = ""; }; + 512EDDB9AC9B750F860D5FCB0AB096AA /* ZXBitArray.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXBitArray.m; path = ZXingObjC/common/ZXBitArray.m; sourceTree = ""; }; + 515F6F88A5626C76F8C6B2E73E06EDC1 /* DBSHARINGGetMetadataArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGGetMetadataArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetMetadataArgs.h; sourceTree = ""; }; + 5165E2536E783C7CCF1D59FF1427526A /* DBFILEPROPERTIESAddPropertiesArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESAddPropertiesArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESAddPropertiesArg.h; sourceTree = ""; }; + 5165F07A93C8A29FC4C7B0A846E5A45F /* ZXDataMatrixEdifactEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixEdifactEncoder.h; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixEdifactEncoder.h; sourceTree = ""; }; + 51674F696D2C41D947C920564301B218 /* ZXResultPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXResultPoint.h; path = ZXingObjC/core/ZXResultPoint.h; sourceTree = ""; }; + 5175B3BE81F1692442BBE36CE2CC232A /* crypt.c */ = {isa = PBXFileReference; includeInIndex = 1; name = crypt.c; path = SSZipArchive/minizip/crypt.c; sourceTree = ""; }; + 519A88079D482BFFE5B537046BB43767 /* DBTEAMMembersRemoveArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersRemoveArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersRemoveArg.h; sourceTree = ""; }; + 51A167092584D9E0F84015BE81027DD8 /* DBAUTHAccessError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBAUTHAccessError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHAccessError.h; sourceTree = ""; }; + 51ACCDE2621FBEB142D333EE24EA503A /* DBTEAMLOGAllowDownloadDisabledDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAllowDownloadDisabledDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAllowDownloadDisabledDetails.h; sourceTree = ""; }; + 51D00C83B3576CB4780BC18FD6990CA4 /* prng.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = prng.h; path = SSZipArchive/minizip/aes/prng.h; sourceTree = ""; }; + 51F4B3F999DCCA0D278C4EFAF8919037 /* DBTEAMLOGShmodelTeamViewDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGShmodelTeamViewDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelTeamViewDetails.h; sourceTree = ""; }; + 51FA99EC5F785ABF33A9A8A53C83495A /* crypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = crypt.h; path = SSZipArchive/minizip/crypt.h; sourceTree = ""; }; + 5206C9917DB8987F383C9B456E1A8E1F /* DBTEAMLOGFileRequestSendDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRequestSendDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestSendDetails.h; sourceTree = ""; }; + 52070897C886F04DD0DF0534BE9F6D10 /* DBChunkInputStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBChunkInputStream.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBChunkInputStream.m; sourceTree = ""; }; + 5300B857EF0097FD3D13F3A0EFBF43CE /* DBTEAMLOGTeamProfileChangeLogoDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamProfileChangeLogoDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileChangeLogoDetails.h; sourceTree = ""; }; + 5319CFA6E27C54E63F721F16866156DC /* DBTEAMLOGPaperDocChangeSharingPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocChangeSharingPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocChangeSharingPolicyDetails.h; sourceTree = ""; }; + 537F7606CBCFFC2D1B761FC5BA5278F7 /* DBTEAMLOGPaperFolderDeletedDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperFolderDeletedDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderDeletedDetails.h; sourceTree = ""; }; + 5389E0EAA423235B65E024AC38E5E8AC /* DBTEAMMembersSendWelcomeError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersSendWelcomeError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSendWelcomeError.h; sourceTree = ""; }; + 5398227DA8B2C043A2932C682B4C19D3 /* DBFILESUploadSessionFinishBatchLaunch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadSessionFinishBatchLaunch.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchLaunch.h; sourceTree = ""; }; + 53AD5A1A4C582DAC735D5C6CB0DBA378 /* DBTEAMLOGExtendedVersionHistoryPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGExtendedVersionHistoryPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGExtendedVersionHistoryPolicy.h; sourceTree = ""; }; + 53B15E89745BFA653CAD20EA89A73671 /* DBTEAMMembersListArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersListArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListArg.h; sourceTree = ""; }; + 53EDBFD140DE637156EF2FA5B1A2B201 /* DBUserBaseClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUserBaseClient.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Client/DBUserBaseClient.h; sourceTree = ""; }; + 53FB33CDD3EDE71B8A1103818FA5AA58 /* DBTEAMDateRangeError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMDateRangeError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDateRangeError.h; sourceTree = ""; }; + 53FDC17A8422F9340E8B98E316D073C9 /* ZXPDF417CodewordDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417CodewordDecoder.h; path = ZXingObjC/pdf417/decoder/ZXPDF417CodewordDecoder.h; sourceTree = ""; }; + 5431DA499E404C4082D1888B24322C34 /* DBTEAMLOGShmodelVisibilityPasswordDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGShmodelVisibilityPasswordDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelVisibilityPasswordDetails.h; sourceTree = ""; }; + 549CAA03599A73D75183DEA1EE783FDC /* ZXSMSMMSResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXSMSMMSResultParser.m; path = ZXingObjC/client/result/ZXSMSMMSResultParser.m; sourceTree = ""; }; + 54F7E3C2B2727E2003BA432F5F670323 /* DBTEAMLOGPaperMemberPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperMemberPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperMemberPolicy.h; sourceTree = ""; }; + 557C83BB77180E8FFA38032BCE10CC4D /* ioapi_mem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ioapi_mem.h; path = SSZipArchive/minizip/ioapi_mem.h; sourceTree = ""; }; + 55A59A45D31C37745BC470BDEC485DC3 /* DBCustomTasks.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBCustomTasks.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBCustomTasks.m; sourceTree = ""; }; + 55D6DCA593C29D5269D5912932303090 /* DBFILESDeleteBatchArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESDeleteBatchArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchArg.h; sourceTree = ""; }; + 561A59B919261CBB983F8C5F1CAB34A7 /* ZXRSSExpandedReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSExpandedReader.m; path = ZXingObjC/oned/rss/expanded/ZXRSSExpandedReader.m; sourceTree = ""; }; + 562845F5B0263B14882D9DA93511ED6D /* DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetails.h; sourceTree = ""; }; + 5640034357631DFAFBEF16B155CF90CE /* DBTEAMAdminTier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMAdminTier.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMAdminTier.h; sourceTree = ""; }; + 565AFD97C45FEEDE5136E13A1C92477D /* DBTEAMLOGGroupMovedDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupMovedDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupMovedDetails.h; sourceTree = ""; }; + 565CF17172F13706CAEB6FD6DCC6A57C /* ZXDataMatrixX12Encoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixX12Encoder.m; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixX12Encoder.m; sourceTree = ""; }; + 56833CDBF53CF0542F06E8E7189F1F2F /* DBTEAMRevokeLinkedAppError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRevokeLinkedAppError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedAppError.h; sourceTree = ""; }; + 56C1C82B8D36DB828F710DD1F7A6DBA4 /* DBSDKReachability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSDKReachability.h; path = Source/ObjectiveDropboxOfficial/Headers/Internal/Networking/DBSDKReachability.h; sourceTree = ""; }; + 56CACEC87FFB7D946BA22EC12BE4CF91 /* ZXTelParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXTelParsedResult.h; path = ZXingObjC/client/result/ZXTelParsedResult.h; sourceTree = ""; }; + 56E533DE5145570A81439CDEFFEC4DA4 /* DBTEAMLOGParticipantLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGParticipantLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGParticipantLogInfo.h; sourceTree = ""; }; + 5717ED16E4FEE6D97D2A38FF0CFA9434 /* DBTEAMLOGEventCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGEventCategory.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEventCategory.h; sourceTree = ""; }; + 57268A7AAAA845A8A3AA3EFD0D9D9F36 /* DBUSERSFullTeam.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSFullTeam.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSFullTeam.h; sourceTree = ""; }; + 573270A44D3569AAC98926E6F383591F /* DBUserClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUserClient.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/DBUserClient.h; sourceTree = ""; }; + 5732E0A8D4877E8AA52E41B4EFB19B2B /* ZXQRCodeAlignmentPatternFinder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeAlignmentPatternFinder.h; path = ZXingObjC/qrcode/detector/ZXQRCodeAlignmentPatternFinder.h; sourceTree = ""; }; + 5741AB1AB29E7D55F383BA3269FF3D77 /* DBCustomRoutes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBCustomRoutes.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBCustomRoutes.h; sourceTree = ""; }; + 579A3FBCCBA60BDF5DDACA8528B9609F /* DBTEAMLOGSharedContentViewDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentViewDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentViewDetails.h; sourceTree = ""; }; + 579DE7AEF564B24E8D104D5DFBED9185 /* DBTEAMMembersGetInfoArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersGetInfoArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersGetInfoArgs.h; sourceTree = ""; }; 57A9FFB1D310460E020FE2C7F53AFD43 /* libZXingObjC.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libZXingObjC.a; path = libZXingObjC.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 57EEE453AF80854E7C9C61A446A07B62 /* ZXPDF417ErrorCorrection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417ErrorCorrection.h; path = ZXingObjC/pdf417/encoder/ZXPDF417ErrorCorrection.h; sourceTree = ""; }; - 57F6DDFD532FD98DFA751D5722502D95 /* DBPAPERAddPaperDocUserResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERAddPaperDocUserResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERAddPaperDocUserResult.h; sourceTree = ""; }; - 582EF65E543E23E0734F75DDC6936366 /* ZXingObjCCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXingObjCCore.h; path = ZXingObjC/core/ZXingObjCCore.h; sourceTree = ""; }; - 5886CA882810BC602B7538A9A9E346B4 /* DBTEAMMembersListResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersListResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListResult.h; sourceTree = ""; }; - 5895E1C3FC4CAD2433B2CB87EDE20475 /* DBSHARINGFolderAction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGFolderAction.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFolderAction.h; sourceTree = ""; }; - 58AE9BCEBA0EDE867355365727D1211F /* DBAUTHAppAuthRoutes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBAUTHAppAuthRoutes.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBAUTHAppAuthRoutes.h; sourceTree = ""; }; - 58C018E451D783F77D78B77F0D5FF3EF /* DBTEAMGroupsMembersListResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupsMembersListResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsMembersListResult.h; sourceTree = ""; }; - 594F78749023BB829455298A2C3899CD /* ZXMultiFinderPatternFinder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXMultiFinderPatternFinder.m; path = ZXingObjC/qrcode/multi/detector/ZXMultiFinderPatternFinder.m; sourceTree = ""; }; - 59E85F9874041FDF6C6F3DF42DF48A96 /* DBSHARINGGetSharedLinksResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGGetSharedLinksResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinksResult.h; sourceTree = ""; }; - 59E8761939222D90C22A91A4A77CFEF0 /* DBFILESDeleteBatchJobStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESDeleteBatchJobStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchJobStatus.h; sourceTree = ""; }; - 5A005C2FAA490033122AB0A8D1EDCB77 /* DBFILESMediaInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESMediaInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESMediaInfo.h; sourceTree = ""; }; - 5A0583394A9B0B675955A41F7C119663 /* DBTEAMLOGShmodelCreateDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGShmodelCreateDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelCreateDetails.h; sourceTree = ""; }; - 5A5F089F1E1ECD3F1E6DE242E859332B /* ZXEmailAddressResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXEmailAddressResultParser.h; path = ZXingObjC/client/result/ZXEmailAddressResultParser.h; sourceTree = ""; }; - 5AAA28E22BC1EF2D8506BE1C236C2F7F /* ZXPDF417ECErrorCorrection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417ECErrorCorrection.m; path = ZXingObjC/pdf417/decoder/ec/ZXPDF417ECErrorCorrection.m; sourceTree = ""; }; - 5ABA95920AC98849D144E94F2172F2E0 /* ZXMaxiCodeDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXMaxiCodeDecoder.h; path = ZXingObjC/maxicode/decoder/ZXMaxiCodeDecoder.h; sourceTree = ""; }; - 5AD34A431AFEBF34445344460FC21D88 /* SSZipArchive.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SSZipArchive.xcconfig; sourceTree = ""; }; - 5B417492A8F56D0E0824D5A8D56D727B /* DBTEAMLOGDesktopSessionLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDesktopSessionLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDesktopSessionLogInfo.h; sourceTree = ""; }; - 5B5024AA49408F4D88BE38E5A6375144 /* DBTEAMGroupMembersAddError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupMembersAddError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersAddError.h; sourceTree = ""; }; - 5BB6B7462E04B8EA7A466F8F1CFF19EF /* DBPROPERTIESGetPropertyTemplateArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPROPERTIESGetPropertyTemplateArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESGetPropertyTemplateArg.h; sourceTree = ""; }; - 5C32C3321DEA005E3543A63F524288B6 /* ZXQRCodeReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeReader.m; path = ZXingObjC/qrcode/ZXQRCodeReader.m; sourceTree = ""; }; - 5C6A6B0A242909C6E1500783CBFC4E58 /* DBTEAMMembersListError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersListError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListError.h; sourceTree = ""; }; + 57CC10813C71C3A4684A6408CF660FFD /* DBTEAMGroupsMembersListContinueError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupsMembersListContinueError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsMembersListContinueError.h; sourceTree = ""; }; + 57EE00CA63EE0C9DF6F0AFE2191CCC9B /* DBPAPERRemovePaperDocUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERRemovePaperDocUser.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERRemovePaperDocUser.h; sourceTree = ""; }; + 5808A23B29599BDF91D217ED619CEBC5 /* DBSHARINGListFoldersArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFoldersArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFoldersArgs.h; sourceTree = ""; }; + 583B5061466B7360E9BCFB4C74AB519D /* ZXMaxiCodeDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXMaxiCodeDecoder.h; path = ZXingObjC/maxicode/decoder/ZXMaxiCodeDecoder.h; sourceTree = ""; }; + 588004BD9857267C957FA568A82B82BD /* DBSHARINGMemberSelector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGMemberSelector.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberSelector.h; sourceTree = ""; }; + 5885303278327DF2FFDCAC9F8E8550B7 /* DBTEAMListMemberAppsArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListMemberAppsArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberAppsArg.h; sourceTree = ""; }; + 58A2A594E5E280FE27B43F7942389895 /* DBPAPERUserInfoWithPermissionLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERUserInfoWithPermissionLevel.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERUserInfoWithPermissionLevel.h; sourceTree = ""; }; + 58D633B09528CBE46721BB6278DD2CB6 /* ZXAI01392xDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAI01392xDecoder.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI01392xDecoder.h; sourceTree = ""; }; + 5909049CFF73BF4C74CE7D5C1437C8A7 /* DBTEAMLOGAccountCapturePolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAccountCapturePolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCapturePolicy.h; sourceTree = ""; }; + 595B525AC9B0153524411318D67CCDE6 /* DBTEAMLOGTeamFolderRenameDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamFolderRenameDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderRenameDetails.h; sourceTree = ""; }; + 596E1580F34A3DDF959F53F015434583 /* DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesDetails.h; sourceTree = ""; }; + 599186B57CCF63BFEA9ACB5E4C38300B /* ZXMultiDetector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXMultiDetector.h; path = ZXingObjC/qrcode/multi/detector/ZXMultiDetector.h; sourceTree = ""; }; + 59DFC88E492265ABE5C1295E1CB78A7D /* ISO8601-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ISO8601-prefix.pch"; sourceTree = ""; }; + 59E85C08D40D9BA4B713EC5AF19BF54B /* DBSHARINGSharedFolderAccessError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedFolderAccessError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderAccessError.h; sourceTree = ""; }; + 59EFCF9E8176EECBD5B95743DE5A12C7 /* DBTEAMTeamFolderRenameError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderRenameError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderRenameError.h; sourceTree = ""; }; + 5A00C8FDA1D0540436BA0CD362F56CD0 /* ZXQRCodeMatrixUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeMatrixUtil.h; path = ZXingObjC/qrcode/encoder/ZXQRCodeMatrixUtil.h; sourceTree = ""; }; + 5A17C3FF188D0CB20A2EDE54490C9292 /* DBTEAMLOGTeamProfileChangeDefaultLanguageDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamProfileChangeDefaultLanguageDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileChangeDefaultLanguageDetails.h; sourceTree = ""; }; + 5A217D9D583BCE2361237E71E4DCA3C4 /* ZXModulusGF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXModulusGF.m; path = ZXingObjC/pdf417/decoder/ec/ZXModulusGF.m; sourceTree = ""; }; + 5A2F7B1F58498A2023134954B9DCE707 /* ZXISBNResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXISBNResultParser.m; path = ZXingObjC/client/result/ZXISBNResultParser.m; sourceTree = ""; }; + 5A30F0BC3E2F388BE2EA13577A537A0F /* DBTEAMLOGPaperContentRenameDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperContentRenameDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentRenameDetails.h; sourceTree = ""; }; + 5A4C849DA9586C37BE4E8947979531F8 /* DBSHARINGAudienceExceptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGAudienceExceptions.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAudienceExceptions.h; sourceTree = ""; }; + 5A55340AEF35D35AE6E5E4493FAE1072 /* DBRequestErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBRequestErrors.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBRequestErrors.h; sourceTree = ""; }; + 5A5AAE19CB230AE7C490193F484EC895 /* ZXQRCodeVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeVersion.m; path = ZXingObjC/qrcode/decoder/ZXQRCodeVersion.m; sourceTree = ""; }; + 5A82D711F43169DCF74B1016A8AD9941 /* DBFILESListFolderContinueArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESListFolderContinueArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderContinueArg.h; sourceTree = ""; }; + 5A846DF14E4FFA09587EFF15C62C5D80 /* DBTEAMLOGSharedContentDownloadDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentDownloadDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentDownloadDetails.h; sourceTree = ""; }; + 5AD2F59B9B4FD67BAC4681DBF8644C35 /* DBSHARINGGroupMembershipInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGGroupMembershipInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGroupMembershipInfo.h; sourceTree = ""; }; + 5B0177472898D402B7F3701EA6009A8D /* ZXWifiParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXWifiParsedResult.h; path = ZXingObjC/client/result/ZXWifiParsedResult.h; sourceTree = ""; }; + 5B17A64636BC12F276EFEFF9AF29BDA4 /* DBFILESMediaInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESMediaInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESMediaInfo.h; sourceTree = ""; }; + 5BEFC3AE03309620F5067651106BBDC9 /* DBTEAMLOGMissingDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMissingDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMissingDetails.h; sourceTree = ""; }; + 5C0FF6879B36363CA901E33401695819 /* DBTEAMLOGTfaChangeBackupPhoneDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTfaChangeBackupPhoneDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaChangeBackupPhoneDetails.h; sourceTree = ""; }; 5C6C754F545D2D10748B17A00A85C3E5 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; - 5C7C40CA3DD9CF86A4807E047036F536 /* ZXAztecSimpleToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAztecSimpleToken.m; path = ZXingObjC/aztec/encoder/ZXAztecSimpleToken.m; sourceTree = ""; }; - 5D6AF9AAB03FD37CE411B6CE94376402 /* ZXUPCAReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXUPCAReader.h; path = ZXingObjC/oned/ZXUPCAReader.h; sourceTree = ""; }; - 5D6F2C5914FFAE2E69A9DB07E5DDA5E8 /* ZXPDF417Reader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417Reader.m; path = ZXingObjC/pdf417/ZXPDF417Reader.m; sourceTree = ""; }; - 5DA26BA9DF76283F6CCD093087B9CD69 /* DBTEAMGroupsGetInfoError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupsGetInfoError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsGetInfoError.h; sourceTree = ""; }; - 5DA3DE692CC196638462CD7810D509E7 /* DBTEAMLOGTfaAddSecurityKeyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTfaAddSecurityKeyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaAddSecurityKeyDetails.h; sourceTree = ""; }; + 5C7CE47033FD1D32DB94A93795EA5FA7 /* DBTEAMListTeamAppsError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListTeamAppsError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamAppsError.h; sourceTree = ""; }; + 5CD920843FDDC31936AF9089D0BF7693 /* DBTEAMPOLICIESPaperEnabledPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMPOLICIESPaperEnabledPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESPaperEnabledPolicy.h; sourceTree = ""; }; + 5D405A72BC79B159265DD177343B004D /* DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails.h; sourceTree = ""; }; + 5D4F84B823B163CCA8D1E9965C735743 /* DBTEAMListMemberDevicesResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListMemberDevicesResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberDevicesResult.h; sourceTree = ""; }; + 5D69DF6B70298381C0579699649A0C2E /* ZXPDF417DetectionResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417DetectionResult.h; path = ZXingObjC/pdf417/decoder/ZXPDF417DetectionResult.h; sourceTree = ""; }; + 5D88897AA5B260A538E37868289DBC6F /* NSURL+CMDQueryStringSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURL+CMDQueryStringSerialization.m"; path = "CMDQueryStringSerialization/NSURL+CMDQueryStringSerialization.m"; sourceTree = ""; }; 5DC5FAE4EF9BBA0083C8C3602AD88A07 /* Pods-AppBox-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-AppBox-frameworks.sh"; sourceTree = ""; }; - 5DF5AD85AB3A002EE1D9A8A41C13FADF /* ZXPerspectiveTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPerspectiveTransform.h; path = ZXingObjC/common/ZXPerspectiveTransform.h; sourceTree = ""; }; - 5DFC507B9A2A94A1D06EFBD7135501B9 /* DBTEAMLOGPaperDocMentionDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocMentionDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocMentionDetails.h; sourceTree = ""; }; - 5E188999FF9F7577FC5349A0E7C11677 /* DBStoneValidators.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBStoneValidators.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBStoneValidators.m; sourceTree = ""; }; - 5E27FC17BA95E0387AE5D87E6023DD68 /* DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails.h; sourceTree = ""; }; - 5E3101F9CEC3FC12F339712CBF31E00D /* ZXMaxiCodeDecodedBitStreamParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXMaxiCodeDecodedBitStreamParser.h; path = ZXingObjC/maxicode/decoder/ZXMaxiCodeDecodedBitStreamParser.h; sourceTree = ""; }; - 5E618C1C174B7B324F84F0214C11E62A /* ZXAztecToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAztecToken.m; path = ZXingObjC/aztec/encoder/ZXAztecToken.m; sourceTree = ""; }; - 5EB33A3BDF887A70E5A557936F016CE2 /* DBSHARINGLinkAction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGLinkAction.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkAction.h; sourceTree = ""; }; - 5EDA5AA2A81DCE2C81A4518DAEAD44DE /* MPAnalyticsParamBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MPAnalyticsParamBuilder.m; path = GoogleAnalyticsTracker/MPAnalyticsParamBuilder.m; sourceTree = ""; }; - 5F21C0598D17314DDA927EA9C78A121B /* DBPAPERListUsersOnPaperDocContinueArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERListUsersOnPaperDocContinueArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnPaperDocContinueArgs.h; sourceTree = ""; }; - 5F54096090D86B1D235D625B65585CD4 /* ZXingObjC.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZXingObjC.xcconfig; sourceTree = ""; }; - 5F9C6D7D8EAB3DCFA86609E73741A96D /* DBTEAMRevokeLinkedAppBatchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRevokeLinkedAppBatchResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedAppBatchResult.h; sourceTree = ""; }; - 5FACA8DF89AAC57A0F29E140F19C2812 /* DBSHARINGRevokeSharedLinkError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGRevokeSharedLinkError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRevokeSharedLinkError.h; sourceTree = ""; }; - 5FCCEEB20C40FD71D58C6B657A44ECC7 /* DBSHARINGAddFolderMemberArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGAddFolderMemberArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddFolderMemberArg.h; sourceTree = ""; }; - 5FD1CA0C830781F6C6EC120BE502AC68 /* DBSHARINGAudienceExceptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGAudienceExceptions.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAudienceExceptions.h; sourceTree = ""; }; - 5FDB52A65C3E6D89E1A39A96620FB781 /* DBFILESListFolderContinueArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESListFolderContinueArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderContinueArg.h; sourceTree = ""; }; - 600A3954617BD4441F0832F40AE68D98 /* ZXQRCodeEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeEncoder.h; path = ZXingObjC/qrcode/encoder/ZXQRCodeEncoder.h; sourceTree = ""; }; - 602D7904ECF8A3406CEB51C8F0D2787C /* DBTEAMListMembersAppsResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListMembersAppsResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersAppsResult.h; sourceTree = ""; }; - 602FDAC02A2E2F6E42AA239E9B17AF48 /* DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetails.h; sourceTree = ""; }; - 6069A8692F3059A0989E05088502C3FC /* DBPAPERPaperDocExport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERPaperDocExport.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocExport.h; sourceTree = ""; }; - 60854AC9B589185386CB0FCAE26619CE /* ZXAI01weightDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAI01weightDecoder.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI01weightDecoder.m; sourceTree = ""; }; - 60934A48720EBB15496E00556D77CFD7 /* ZXVINParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXVINParsedResult.h; path = ZXingObjC/client/result/ZXVINParsedResult.h; sourceTree = ""; }; - 6133312CF199BD5F8A8CA41C793FB576 /* DBTransportBaseClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTransportBaseClient.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseClient.m; sourceTree = ""; }; - 61BD5BBD7F1F877987CB9EC870D497A6 /* ZXBookmarkDoCoMoResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXBookmarkDoCoMoResultParser.h; path = ZXingObjC/client/result/ZXBookmarkDoCoMoResultParser.h; sourceTree = ""; }; - 6223297C273AE125C186F0ACA42C1D5B /* DBTEAMLOGPaperDownloadFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDownloadFormat.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDownloadFormat.h; sourceTree = ""; }; - 6241618E782CD33724E3BE3EF7BC6E37 /* DBFILESSearchMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESSearchMode.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchMode.h; sourceTree = ""; }; - 625CAF9DC3CBD78855BB770F816BDED7 /* DBPAPERRouteObjects.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERRouteObjects.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBPAPERRouteObjects.h; sourceTree = ""; }; - 62AF924C13DF3D0601729B32735D85E5 /* ZXQRCodeFormatInformation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeFormatInformation.m; path = ZXingObjC/qrcode/decoder/ZXQRCodeFormatInformation.m; sourceTree = ""; }; - 62D6C2FB6A78916A56EF3E100608AC99 /* ZXQRCodeAlignmentPattern.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeAlignmentPattern.m; path = ZXingObjC/qrcode/detector/ZXQRCodeAlignmentPattern.m; sourceTree = ""; }; - 62DC5C32FF1E1C5FE6466EAF41614B85 /* DBTEAMIncludeMembersArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMIncludeMembersArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMIncludeMembersArg.h; sourceTree = ""; }; - 62E60244A8A9E661F1C9B6A9421F04EE /* ZXWifiParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXWifiParsedResult.m; path = ZXingObjC/client/result/ZXWifiParsedResult.m; sourceTree = ""; }; - 62E7093218D717B0F370AACB92EDA47D /* DBTEAMLOGMemberRequestsChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberRequestsChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberRequestsChangePolicyDetails.h; sourceTree = ""; }; - 631177BA503CD1B339C1058328E3AD06 /* ZXRSSExpandedPair.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSExpandedPair.h; path = ZXingObjC/oned/rss/expanded/ZXRSSExpandedPair.h; sourceTree = ""; }; - 63262232584E6A72C82EEAC112CBD543 /* ZXQRCodeWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeWriter.m; path = ZXingObjC/qrcode/ZXQRCodeWriter.m; sourceTree = ""; }; - 63422C08354955902D29EC3A62A51428 /* DBPAPERListUsersOnPaperDocArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERListUsersOnPaperDocArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnPaperDocArgs.h; sourceTree = ""; }; - 636509BFA0CADBA2B8829DC8CAAA7981 /* DBTEAMNamespaceType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMNamespaceType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMNamespaceType.h; sourceTree = ""; }; - 63825BBFAA38524FA0F56F0518BE367E /* ZXRSSUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSUtils.h; path = ZXingObjC/oned/rss/ZXRSSUtils.h; sourceTree = ""; }; - 63973E675796C7E73F8448C378096C4E /* ZXQRCodeBitMatrixParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeBitMatrixParser.h; path = ZXingObjC/qrcode/decoder/ZXQRCodeBitMatrixParser.h; sourceTree = ""; }; - 63D7A6EBABD92151E96DA83D54148B5B /* DBTEAMListTeamDevicesError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListTeamDevicesError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamDevicesError.h; sourceTree = ""; }; - 63DF5FCF304F96FDB1E95A7FDD0D2B2F /* DBTEAMLOGResellerSupportSessionStartDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGResellerSupportSessionStartDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGResellerSupportSessionStartDetails.h; sourceTree = ""; }; - 646F28C211ECD78D4F591F811758D323 /* MPGoogleAnalyticsTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MPGoogleAnalyticsTracker.m; path = GoogleAnalyticsTracker/MPGoogleAnalyticsTracker.m; sourceTree = ""; }; - 64B282F3B160CB9BC73E369116322C64 /* DBPAPERListPaperDocsArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERListPaperDocsArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsArgs.h; sourceTree = ""; }; - 64EE2EC4A935C3B7B5C19A8BCD6CF0C2 /* CMDQueryStringWritingOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CMDQueryStringWritingOptions.h; path = CMDQueryStringSerialization/CMDQueryStringWritingOptions.h; sourceTree = ""; }; - 64FAE1F7816F98135FBE7AAF8C24B38F /* DBTEAMGroupMembersSelector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupMembersSelector.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersSelector.h; sourceTree = ""; }; - 652E42F7919D9DA74D404B9749130FBF /* DBFILESRelocationBatchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESRelocationBatchResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchResult.h; sourceTree = ""; }; - 65D5CBCC3B2F9384FB335BC45C700FB1 /* ISO8601Serialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ISO8601Serialization.m; path = Sources/ISO8601Serialization.m; sourceTree = ""; }; - 6652EF8C4699917D2A21D92144E03A1D /* DBASYNCPollArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBASYNCPollArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCPollArg.h; sourceTree = ""; }; - 66D2824E1987F1465E9440B0BB6285D3 /* ZXQRCodeDataMask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeDataMask.m; path = ZXingObjC/qrcode/decoder/ZXQRCodeDataMask.m; sourceTree = ""; }; - 66DB39057FF139C1CBC84F4074BE3341 /* DBTeamBaseClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTeamBaseClient.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Client/DBTeamBaseClient.m; sourceTree = ""; }; - 6703EB9456FA17454881F85A7F9F2F2D /* ZXReedSolomonDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXReedSolomonDecoder.h; path = ZXingObjC/common/reedsolomon/ZXReedSolomonDecoder.h; sourceTree = ""; }; - 670453EE7A574163616E64F7B882A265 /* ZXUPCEANExtension2Support.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXUPCEANExtension2Support.m; path = ZXingObjC/oned/ZXUPCEANExtension2Support.m; sourceTree = ""; }; - 67230B79032B11579DAC6B34E90ABD69 /* DBTEAMLOGGroupChangeMemberRoleDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupChangeMemberRoleDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupChangeMemberRoleDetails.h; sourceTree = ""; }; - 673D1D4BFFF4A53DCB731BAD924C4F39 /* ZXRSS14Reader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSS14Reader.h; path = ZXingObjC/oned/rss/ZXRSS14Reader.h; sourceTree = ""; }; - 6756EE33F08780451BCE1D05A95F361E /* aes_ni.c */ = {isa = PBXFileReference; includeInIndex = 1; name = aes_ni.c; path = SSZipArchive/minizip/aes/aes_ni.c; sourceTree = ""; }; - 67CC04BFD3FBA03985BCE32F71DDF0B5 /* CLSAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSAttributes.h; path = OSX/Crashlytics.framework/Versions/A/Headers/CLSAttributes.h; sourceTree = ""; }; - 67E82FCDA7A9CD2E7D330DB809274D76 /* DBFILESListRevisionsResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESListRevisionsResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListRevisionsResult.h; sourceTree = ""; }; - 68289DF21F99E6F648005B214388DC6E /* ZXUPCEANExtensionSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXUPCEANExtensionSupport.h; path = ZXingObjC/oned/ZXUPCEANExtensionSupport.h; sourceTree = ""; }; - 683EFBBC10B344A68123B04F80F5564E /* ZXDataMatrixEncoderContext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixEncoderContext.m; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixEncoderContext.m; sourceTree = ""; }; - 685E2E1B946E28FF36274FAA2B577F2E /* DBStoneSerializers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBStoneSerializers.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBStoneSerializers.h; sourceTree = ""; }; - 690D771469760F002D2D88E9742B0E64 /* ZXMaxiCodeDecodedBitStreamParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXMaxiCodeDecodedBitStreamParser.m; path = ZXingObjC/maxicode/decoder/ZXMaxiCodeDecodedBitStreamParser.m; sourceTree = ""; }; - 6936C4992C68B2ECA4BB3B16D8C6C93C /* DBTEAMLOGDeviceDeleteOnUnlinkFailDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceDeleteOnUnlinkFailDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceDeleteOnUnlinkFailDetails.h; sourceTree = ""; }; - 694266028951FED3AA491967FE3D4034 /* DBFILESCommitInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESCommitInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCommitInfo.h; sourceTree = ""; }; - 6969274346FA1BC0F7475E8C13DC2AD0 /* ZXAI01393xDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAI01393xDecoder.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI01393xDecoder.h; sourceTree = ""; }; - 6970AACE861FF301CDF7748AB0442A12 /* ZXQRCodeFinderPattern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeFinderPattern.h; path = ZXingObjC/qrcode/detector/ZXQRCodeFinderPattern.h; sourceTree = ""; }; - 69D318153C940DF9C8B04D3893F1E21B /* Crashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Crashlytics.h; path = OSX/Crashlytics.framework/Versions/A/Headers/Crashlytics.h; sourceTree = ""; }; - 69F502ABE17DD7DE48BA067F3B85D17D /* DBTEAMLOGNoteSharedDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGNoteSharedDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteSharedDetails.h; sourceTree = ""; }; - 6A351E044FFC16B2BFA00CD00A805A59 /* DBTEAMLOGHostLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGHostLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGHostLogInfo.h; sourceTree = ""; }; - 6A4CCED9860D10A7C899D49C464E93CA /* ZXISBNResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXISBNResultParser.m; path = ZXingObjC/client/result/ZXISBNResultParser.m; sourceTree = ""; }; - 6A7461F22930CF003AA9F8725AA45498 /* ZXHybridBinarizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXHybridBinarizer.h; path = ZXingObjC/common/ZXHybridBinarizer.h; sourceTree = ""; }; - 6ABC7706C8FB539B56F82BB3F98D4ED9 /* ZXCalendarParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXCalendarParsedResult.h; path = ZXingObjC/client/result/ZXCalendarParsedResult.h; sourceTree = ""; }; - 6AD9E59198657F81B88E0E712BC19D33 /* DBTEAMLOGPaperPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperPolicy.h; sourceTree = ""; }; - 6AE4DB0132FA1F906131F2671A1B711D /* DBTEAMRevokeDeviceSessionArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRevokeDeviceSessionArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionArg.h; sourceTree = ""; }; - 6BAAEC9CCEEA3536903983229CB383F4 /* DBTEAMLOGFilePreviewDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFilePreviewDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFilePreviewDetails.h; sourceTree = ""; }; - 6BB759253D16CEA0B5AB6B45774E3C1C /* ZXGenericGFPoly.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXGenericGFPoly.h; path = ZXingObjC/common/reedsolomon/ZXGenericGFPoly.h; sourceTree = ""; }; - 6BDB030791505FB4B9C97880850EDF31 /* DBTEAMLOGGoogleSsoPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGoogleSsoPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGoogleSsoPolicy.h; sourceTree = ""; }; - 6C1ED8E0B93DD0AB2B1E8A91B6C24DE5 /* DBSHARINGSharingUserError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharingUserError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharingUserError.h; sourceTree = ""; }; - 6C20F31D1A6F685BB3D2E1631967325D /* ZXExpandedProductResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXExpandedProductResultParser.m; path = ZXingObjC/client/result/ZXExpandedProductResultParser.m; sourceTree = ""; }; - 6C22DFA027B2D38A135EF721E1DD96DB /* DBSHARINGSharedFolderMetadataBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedFolderMetadataBase.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderMetadataBase.h; sourceTree = ""; }; - 6C24A6A7E5D48D976136C507E5A351F6 /* ZXDataMatrixReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixReader.h; path = ZXingObjC/datamatrix/ZXDataMatrixReader.h; sourceTree = ""; }; - 6CA513150B6247408AFD6D081C09E304 /* DBTEAMLOGPlacementRestriction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPlacementRestriction.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPlacementRestriction.h; sourceTree = ""; }; - 6D15A301AE4392FC43994B31410BF4AB /* ZXMultiFormatOneDReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXMultiFormatOneDReader.m; path = ZXingObjC/oned/ZXMultiFormatOneDReader.m; sourceTree = ""; }; - 6D38AC435D23BF88B9FF0169D31B16BE /* ZXPerspectiveTransform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPerspectiveTransform.m; path = ZXingObjC/common/ZXPerspectiveTransform.m; sourceTree = ""; }; - 6D77F529DF5F299C61AD81C1C73B200C /* DBTEAMLOGFileRequestChangeTitleDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRequestChangeTitleDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestChangeTitleDetails.h; sourceTree = ""; }; - 6D830D7EE38A97114323AAE758830EDD /* DBPAPERExportFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERExportFormat.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERExportFormat.h; sourceTree = ""; }; - 6D9C5F78115B88D7B01E05E914430EB7 /* DBTEAMMembersRemoveError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersRemoveError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersRemoveError.h; sourceTree = ""; }; - 6DA3552FE07ADE7B8141AFD2CCA6518C /* ZXEncodeHints.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXEncodeHints.h; path = ZXingObjC/core/ZXEncodeHints.h; sourceTree = ""; }; - 6DEDE7A3C3092B39D494DBEAC440F0D1 /* DBTEAMListTeamAppsArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListTeamAppsArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamAppsArg.h; sourceTree = ""; }; + 5DEFA1FDBBBAC1A8EABC0A2C0FC5ACC8 /* DBTEAMLOGPaperDocDeleteCommentDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocDeleteCommentDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocDeleteCommentDetails.h; sourceTree = ""; }; + 5DF9DFE13E4812C1B1AF88C5EA99F7C4 /* DBTEAMUsersSelectorArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMUsersSelectorArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUsersSelectorArg.h; sourceTree = ""; }; + 5E127A81380F8183BF37772FBB52DA39 /* ZXQRCodeFinderPatternFinder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeFinderPatternFinder.h; path = ZXingObjC/qrcode/detector/ZXQRCodeFinderPatternFinder.h; sourceTree = ""; }; + 5E85E1AC7B46D4A719E0B92ED0C80977 /* ZXDataMatrixErrorCorrection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixErrorCorrection.h; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixErrorCorrection.h; sourceTree = ""; }; + 5E92570950C1CA59BCCC903AFB59A182 /* SAMKeychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SAMKeychain.m; path = Sources/SAMKeychain.m; sourceTree = ""; }; + 5E9C618EF878178AB97DE2911848AB97 /* AFHTTPSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFHTTPSessionManager.m; path = AFNetworking/AFHTTPSessionManager.m; sourceTree = ""; }; + 5EC010503D965C7623DDB3E88990ED5E /* DBTEAMMobileClientSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMobileClientSession.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMobileClientSession.h; sourceTree = ""; }; + 5EC1B527D2195E62B00229DDFB2FD1F3 /* DBFILEPROPERTIESRemovePropertiesArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESRemovePropertiesArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESRemovePropertiesArg.h; sourceTree = ""; }; + 5EF12DE1FB24972631A267E5EC316F78 /* DBTEAMLOGTeamProfileChangeNameDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamProfileChangeNameDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileChangeNameDetails.h; sourceTree = ""; }; + 5F3CBCF112F2AEE266D83B2E0B3EA00A /* DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamDetails.h; sourceTree = ""; }; + 5F4645E0613B7AB9082BC6592A7D5A4C /* CMDQueryStringValueTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CMDQueryStringValueTransformer.h; path = CMDQueryStringSerialization/CMDQueryStringValueTransformer.h; sourceTree = ""; }; + 5F8C928859D9073B1BBDC7CDF2A24ADF /* DBTEAMLOGGroupChangeManagementTypeDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupChangeManagementTypeDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupChangeManagementTypeDetails.h; sourceTree = ""; }; + 5FBAE0B4C0E3C0A410B77EE78AFBBE5B /* ZXAI01320xDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAI01320xDecoder.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI01320xDecoder.m; sourceTree = ""; }; + 5FCEF6D6213EA19107635C8CF20BCF22 /* DBSHARINGSharedContentLinkMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedContentLinkMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedContentLinkMetadata.h; sourceTree = ""; }; + 5FDFFFBD58B59263DDB5D11E2E2B750A /* Crashlytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Crashlytics.framework; path = OSX/Crashlytics.framework; sourceTree = ""; }; + 60295F40E9EFA187AD3B8E6D9C417869 /* DBSHARINGChangeFileMemberAccessArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGChangeFileMemberAccessArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGChangeFileMemberAccessArgs.h; sourceTree = ""; }; + 603953BD6215FFCDA6605526FAC40F3C /* DBTEAMGroupMembersRemoveArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupMembersRemoveArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersRemoveArg.h; sourceTree = ""; }; + 60735136A4653030F03A1C24A6D77855 /* DBTEAMGroupsListResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupsListResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsListResult.h; sourceTree = ""; }; + 608AD80B85087107F61C343C0B33C18B /* DBTEAMMembersAddArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersAddArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersAddArg.h; sourceTree = ""; }; + 60932D5C0B3D2AEC59FD234722029A8B /* DBTEAMLOGSfTeamJoinFromOobLinkDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSfTeamJoinFromOobLinkDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamJoinFromOobLinkDetails.h; sourceTree = ""; }; + 60BB9C3FF4FD95BA6529588EACA6CAF6 /* DBTEAMMembersUnsuspendError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersUnsuspendError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersUnsuspendError.h; sourceTree = ""; }; + 60FB11411FAA722237897BE3EF3FF7B1 /* DBFILEPROPERTIESUserAuthRoutes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESUserAuthRoutes.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEPROPERTIESUserAuthRoutes.h; sourceTree = ""; }; + 60FBAB1DFD9AD1DBE62E9FA77A0806F2 /* DBFILESPhotoMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESPhotoMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPhotoMetadata.h; sourceTree = ""; }; + 61241F4F451F3D34952BCCE21C536976 /* DBTEAMLOGMemberSpaceLimitsChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberSpaceLimitsChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSpaceLimitsChangePolicyDetails.h; sourceTree = ""; }; + 613D10C1EA18AE3A6168CF8EA6CAE0B8 /* ZXCode128Writer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXCode128Writer.h; path = ZXingObjC/oned/ZXCode128Writer.h; sourceTree = ""; }; + 61586331849329DB629DA854FB4A52D5 /* zip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = zip.h; path = SSZipArchive/minizip/zip.h; sourceTree = ""; }; + 6182E6D8784348BBD0D49C825F259A71 /* DBFILESListRevisionsResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESListRevisionsResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListRevisionsResult.h; sourceTree = ""; }; + 61CED7F9E49D699141E3821FB4551660 /* ZXLuminanceSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXLuminanceSource.m; path = ZXingObjC/core/ZXLuminanceSource.m; sourceTree = ""; }; + 61EE05950228907B1F8B9E2EF74E0E97 /* DBTEAMLOGDomainVerificationRemoveDomainDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDomainVerificationRemoveDomainDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainVerificationRemoveDomainDetails.h; sourceTree = ""; }; + 6208706ABD96324B1CDCEC06CD6A4FA0 /* DBTEAMLOGFileRequestCloseDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRequestCloseDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestCloseDetails.h; sourceTree = ""; }; + 621A11D57AE13E9CAE323B98F973DCAE /* ISO8601Serialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ISO8601Serialization.m; path = Sources/ISO8601Serialization.m; sourceTree = ""; }; + 62662848B933630DB17CA5748162DFE4 /* DBTEAMLOGSfTeamJoinDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSfTeamJoinDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamJoinDetails.h; sourceTree = ""; }; + 62B83B99EC6229C959806BEBD9B9426E /* DBSHARINGListFoldersContinueArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFoldersContinueArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFoldersContinueArg.h; sourceTree = ""; }; + 62BB150B9D3B846E66EDA87C58589DF3 /* AFSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFSecurityPolicy.m; path = AFNetworking/AFSecurityPolicy.m; sourceTree = ""; }; + 62D9A37F0D02473F84D105F15542FA06 /* DBFILESPreviewArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESPreviewArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPreviewArg.h; sourceTree = ""; }; + 62DA2E87C74B19A63371828CB6B5E49F /* ZXEAN8Reader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXEAN8Reader.m; path = ZXingObjC/oned/ZXEAN8Reader.m; sourceTree = ""; }; + 62DA730CF59FCBBDD2DAD7B3A13EE40D /* DBFILESGpsCoordinates.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESGpsCoordinates.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGpsCoordinates.h; sourceTree = ""; }; + 62DEAC977589C8FD40628DB865F62832 /* ZXDimension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDimension.m; path = ZXingObjC/core/ZXDimension.m; sourceTree = ""; }; + 62EB0A1135E3B82BB65E34A1AC3E240B /* ZXBitSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXBitSource.h; path = ZXingObjC/common/ZXBitSource.h; sourceTree = ""; }; + 631FEAE985C5565D14F5027811A275BC /* DBAUTHUserAuthRoutes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBAUTHUserAuthRoutes.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBAUTHUserAuthRoutes.h; sourceTree = ""; }; + 63288B62B4B6822852290BFA63921DE5 /* ZXPDF417DetectionResultRowIndicatorColumn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417DetectionResultRowIndicatorColumn.h; path = ZXingObjC/pdf417/decoder/ZXPDF417DetectionResultRowIndicatorColumn.h; sourceTree = ""; }; + 6332265DE468FCBD2CFF84D23AB41323 /* DBTransportBaseClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTransportBaseClient.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseClient.h; sourceTree = ""; }; + 633A5B41793F54660824296F2E729C13 /* DBSHARINGListFileMembersBatchArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFileMembersBatchArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersBatchArg.h; sourceTree = ""; }; + 63A94CDE07934D1CA3FB93ABB55FDB05 /* DBTEAMRemoveCustomQuotaResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRemoveCustomQuotaResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRemoveCustomQuotaResult.h; sourceTree = ""; }; + 63CE32F73D9BB151FD279D8AFEF94F6E /* ZXMultipleBarcodeReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXMultipleBarcodeReader.h; path = ZXingObjC/multi/ZXMultipleBarcodeReader.h; sourceTree = ""; }; + 63D0B027D9EA75D327A2653CAF3F42EB /* ZXVINResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXVINResultParser.m; path = ZXingObjC/client/result/ZXVINResultParser.m; sourceTree = ""; }; + 63D7CA46F63C646D4648522F107A13C2 /* DBTEAMLOGFileOrFolderLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileOrFolderLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileOrFolderLogInfo.h; sourceTree = ""; }; + 640BC5CF1949A6D8E9C5AA9F589F7EB2 /* DBTEAMLOGDurationLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDurationLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDurationLogInfo.h; sourceTree = ""; }; + 640C0FFECF84F76AE51C959255BB4840 /* DBSHARINGAddMember.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGAddMember.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddMember.h; sourceTree = ""; }; + 645A1366B158AA3067253DB6980310A1 /* DBSHARINGPendingUploadMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGPendingUploadMode.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGPendingUploadMode.h; sourceTree = ""; }; + 6486F39255B4ECEAF9A18702F5368BC3 /* ZXAI01320xDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAI01320xDecoder.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI01320xDecoder.h; sourceTree = ""; }; + 650DC490E9D0F55C5DB0E96203FDE583 /* DBTEAMLOGSsoAddLoginUrlDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSsoAddLoginUrlDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoAddLoginUrlDetails.h; sourceTree = ""; }; + 653740E08B71D86C531FA12137EC30AB /* DBTEAMGroupMemberSetAccessTypeError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupMemberSetAccessTypeError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMemberSetAccessTypeError.h; sourceTree = ""; }; + 65B28EDCCA377C17B5871C7E13DA213B /* ZXRSSExpandedPair.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSExpandedPair.h; path = ZXingObjC/oned/rss/expanded/ZXRSSExpandedPair.h; sourceTree = ""; }; + 65BB633A8BE8A6188DF0FD03E09B5453 /* prng.c */ = {isa = PBXFileReference; includeInIndex = 1; name = prng.c; path = SSZipArchive/minizip/aes/prng.c; sourceTree = ""; }; + 65C60CB276A1238D4636E75990BE5FCE /* DBTEAMLOGSfTeamInviteChangeRoleDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSfTeamInviteChangeRoleDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamInviteChangeRoleDetails.h; sourceTree = ""; }; + 65E3666883F7DF41515F1C446DF78286 /* DBCOMMONPathRoot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBCOMMONPathRoot.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Common/Headers/DBCOMMONPathRoot.h; sourceTree = ""; }; + 662868268BECD69617E3AC5BAAC8AC75 /* DBGlobalErrorResponseHandler+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DBGlobalErrorResponseHandler+Internal.h"; path = "Source/ObjectiveDropboxOfficial/Headers/Internal/Networking/DBGlobalErrorResponseHandler+Internal.h"; sourceTree = ""; }; + 66384AB7FE956DF1085DAD58D2C93331 /* DBSHARINGSharedFolderMetadataBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedFolderMetadataBase.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderMetadataBase.h; sourceTree = ""; }; + 66554F57A7E25623116DE1D8BE9FB22F /* DBTEAMLOGGroupRemoveMemberDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupRemoveMemberDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupRemoveMemberDetails.h; sourceTree = ""; }; + 6655F8C7D70D3272B9D108A97D835F87 /* ISO8601Serialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ISO8601Serialization.h; path = Sources/ISO8601Serialization.h; sourceTree = ""; }; + 666BD05A3652D406B277A60CCE96EC1E /* DBPAPERAddPaperDocUserMemberResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERAddPaperDocUserMemberResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERAddPaperDocUserMemberResult.h; sourceTree = ""; }; + 668492641D8708D1660E1680221367E5 /* NSString+CMDQueryStringSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+CMDQueryStringSerialization.m"; path = "CMDQueryStringSerialization/NSString+CMDQueryStringSerialization.m"; sourceTree = ""; }; + 66B23A5BDF76B2076CA20B4D3C9AEC17 /* ZXUPCAReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXUPCAReader.m; path = ZXingObjC/oned/ZXUPCAReader.m; sourceTree = ""; }; + 6722BBADD316801C221B6C8614F51956 /* DBTEAMTeamMemberInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamMemberInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamMemberInfo.h; sourceTree = ""; }; + 672BA06E3BD042BF30B2C34E48B3A783 /* ZXingObjCQRCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXingObjCQRCode.h; path = ZXingObjC/qrcode/ZXingObjCQRCode.h; sourceTree = ""; }; + 673EAD8BB206272CC427DFA363DF3C27 /* DBTEAMLOGPasswordLoginFailDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPasswordLoginFailDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordLoginFailDetails.h; sourceTree = ""; }; + 67581F74BEC268DA0D26CB716BCF8A2D /* DBTEAMLOGSharingFolderJoinPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharingFolderJoinPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingFolderJoinPolicy.h; sourceTree = ""; }; + 67DADF38E56429E37D17092B9BC4585F /* DBTEAMLOGSharedContentUnshareDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentUnshareDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentUnshareDetails.h; sourceTree = ""; }; + 684694949EC1EFD0A24D89A7444CA49E /* DBSHARINGJobError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGJobError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGJobError.h; sourceTree = ""; }; + 6852571FE6A73BDC243ED9875A6EC6A5 /* DBTEAMCustomQuotaResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMCustomQuotaResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMCustomQuotaResult.h; sourceTree = ""; }; + 6872406FC3F0A5DE9FD9305794030300 /* DBTEAMLOGSharedContentChangeDownloadsPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentChangeDownloadsPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeDownloadsPolicyDetails.h; sourceTree = ""; }; + 6876FD24FD526CA53075D39AE4266DF9 /* DBOAuthManager+Protected.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DBOAuthManager+Protected.h"; path = "Source/ObjectiveDropboxOfficial/Headers/Internal/OAuth/DBOAuthManager+Protected.h"; sourceTree = ""; }; + 6878D7C8593AB583E311CD68268AF5E3 /* ZXTelResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXTelResultParser.m; path = ZXingObjC/client/result/ZXTelResultParser.m; sourceTree = ""; }; + 689B3CC62EB0DBC6FC4FF3DA85EDBAEF /* DBTEAMLOGNoteAclLinkDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGNoteAclLinkDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteAclLinkDetails.h; sourceTree = ""; }; + 68DEFDC78654B3EE3B539E7FDCC7C716 /* DBTEAMLOGUserNameLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGUserNameLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGUserNameLogInfo.h; sourceTree = ""; }; + 68ED9A6FA120C2520B6B20DF3A7696CD /* DBFILESUploadSessionFinishArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadSessionFinishArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishArg.h; sourceTree = ""; }; + 6907DD97AD3ED1CD51D3C1504177966F /* DBTEAMLOGPaperContentAddMemberDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperContentAddMemberDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentAddMemberDetails.h; sourceTree = ""; }; + 69311198195C99513763F84AFC22360F /* DBSHARINGGroupInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGGroupInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGroupInfo.h; sourceTree = ""; }; + 694688C8A6DFB8B7A2B3D75DEA242D3B /* DBUSERSGetAccountBatchArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSGetAccountBatchArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSGetAccountBatchArg.h; sourceTree = ""; }; + 699346A86B8FC80011F9F63F7452C528 /* DBTEAMGroupSelectorError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupSelectorError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupSelectorError.h; sourceTree = ""; }; + 699672794FE5DB46334845104EBBDBBD /* DBAUTHTokenFromOAuth1Arg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBAUTHTokenFromOAuth1Arg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHTokenFromOAuth1Arg.h; sourceTree = ""; }; + 69EB86A308C8BAA5C3E4085F06D66B97 /* ZXUPCEANExtensionSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXUPCEANExtensionSupport.m; path = ZXingObjC/oned/ZXUPCEANExtensionSupport.m; sourceTree = ""; }; + 6A281F68556142BA7662DA76ABD3E701 /* ZXAztecDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAztecDecoder.m; path = ZXingObjC/aztec/decoder/ZXAztecDecoder.m; sourceTree = ""; }; + 6A2B38902D0CAAD57F9F3E37CFEB8F5D /* DBUSERSIndividualSpaceAllocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSIndividualSpaceAllocation.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSIndividualSpaceAllocation.h; sourceTree = ""; }; + 6A426681A837D4D59905A39A566552DD /* ZXHybridBinarizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXHybridBinarizer.m; path = ZXingObjC/common/ZXHybridBinarizer.m; sourceTree = ""; }; + 6ACB5162F44A4A59F9D1D4CADF9F34E5 /* ZXRSSExpandedDecodedChar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSExpandedDecodedChar.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedDecodedChar.m; sourceTree = ""; }; + 6AD994DAC58AB1AC60F9395A185D6F5B /* DBFILESCommitInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESCommitInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCommitInfo.h; sourceTree = ""; }; + 6ADEB8FA899E63129574828965553B55 /* ZXPDF417ResultMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417ResultMetadata.h; path = ZXingObjC/pdf417/ZXPDF417ResultMetadata.h; sourceTree = ""; }; + 6B066B1A027DD4CFA6FC149535FDDA69 /* DBASYNCPollEmptyResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBASYNCPollEmptyResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCPollEmptyResult.h; sourceTree = ""; }; + 6B08947507AFE662B9D20CE52CB7B97F /* DBTEAMLOGMemberSuggestionsChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberSuggestionsChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSuggestionsChangePolicyDetails.h; sourceTree = ""; }; + 6B5A51A7BDD247602023A4337A4B8713 /* DBFILESDeleteBatchResultData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESDeleteBatchResultData.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchResultData.h; sourceTree = ""; }; + 6B61B4E6549FA10D614A22C0077A6A8B /* STPrivilegedTask.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = STPrivilegedTask.xcconfig; sourceTree = ""; }; + 6B7A6B976F52C6624D4F5DFCB9C178AA /* ZXUPCAWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXUPCAWriter.h; path = ZXingObjC/oned/ZXUPCAWriter.h; sourceTree = ""; }; + 6B8958890CC64D5689B3425E723F6FE8 /* DBAUTHPaperAccessError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBAUTHPaperAccessError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHPaperAccessError.h; sourceTree = ""; }; + 6BA0A7B708A1A0D4472F8813503D960C /* DBTEAMLOGSharedContentRemoveLinkPasswordDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentRemoveLinkPasswordDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRemoveLinkPasswordDetails.h; sourceTree = ""; }; + 6BF916364071E0B4E7E3FEB6315857FD /* ZXRSS14Reader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSS14Reader.m; path = ZXingObjC/oned/rss/ZXRSS14Reader.m; sourceTree = ""; }; + 6C13F2127BECAF4824BC1B97A4F77FDB /* DBDelegate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBDelegate.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBDelegate.m; sourceTree = ""; }; + 6C4B9D30735ED243538EEC9DD265D4B8 /* ZXingObjC-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZXingObjC-dummy.m"; sourceTree = ""; }; + 6C951C65188FC79C1A16EEB76F387A44 /* ZXWhiteRectangleDetector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXWhiteRectangleDetector.h; path = ZXingObjC/common/detector/ZXWhiteRectangleDetector.h; sourceTree = ""; }; + 6C9D5ACF84C6024DA46CFAEF4C13AFA2 /* DBTEAMLOGTeamFolderDowngradeDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamFolderDowngradeDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderDowngradeDetails.h; sourceTree = ""; }; + 6CC81E7FBF213C1612F8374F5231CBAA /* DBTEAMLOGSharedFolderMemberPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedFolderMemberPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderMemberPolicy.h; sourceTree = ""; }; + 6CD03E2BC6BCE4C1677EB03F18E5C81B /* DBUSERSAccount.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSAccount.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSAccount.h; sourceTree = ""; }; + 6CD4F2ECA392B15C10164B011A918DC8 /* ZXRGBLuminanceSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRGBLuminanceSource.h; path = ZXingObjC/core/ZXRGBLuminanceSource.h; sourceTree = ""; }; + 6CDEAD91F6D694F1861474191E2CFF97 /* ZXQRCodeBitMatrixParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeBitMatrixParser.m; path = ZXingObjC/qrcode/decoder/ZXQRCodeBitMatrixParser.m; sourceTree = ""; }; + 6D452BD2D0ABE3E1F69B95D82A6369CC /* DBHandlerTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBHandlerTypes.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBHandlerTypes.h; sourceTree = ""; }; + 6D591B1E40BE4518D9B27C933B94B482 /* ZXGlobalHistogramBinarizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXGlobalHistogramBinarizer.m; path = ZXingObjC/common/ZXGlobalHistogramBinarizer.m; sourceTree = ""; }; + 6D790ED756EFE421BAA75D29FBE3BE7D /* DBSDKSystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSDKSystem.h; path = Source/ObjectiveDropboxOfficial/Headers/Internal/Resources/DBSDKSystem.h; sourceTree = ""; }; + 6D88688A8E9EF5CF74ED100F7938D88B /* ZXBarcodeFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXBarcodeFormat.h; path = ZXingObjC/core/ZXBarcodeFormat.h; sourceTree = ""; }; + 6DA0D6E3E6235D97681AEE095C90718A /* DBTEAMFeatureValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMFeatureValue.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeatureValue.h; sourceTree = ""; }; + 6DDA3F75587FF5FD1B300D6DE8C2CB83 /* ZXDataMatrixErrorCorrection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixErrorCorrection.m; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixErrorCorrection.m; sourceTree = ""; }; 6DF1FD1671267380BA1FD1E8B0F3466C /* libCMDQueryStringSerialization.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libCMDQueryStringSerialization.a; path = libCMDQueryStringSerialization.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 6E0C3B394A150575857E37616A70E37E /* DBTEAMLOGMissingDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMissingDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMissingDetails.h; sourceTree = ""; }; - 6E2844CEEE1B6FBDC9B20FFCCF6E54FB /* DBTEAMLOGGroupLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupLogInfo.h; sourceTree = ""; }; - 6E29F64B6AB23FDEB45329F8FB8FB924 /* DBTeamPoliciesObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTeamPoliciesObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/DBTeamPoliciesObjects.m; sourceTree = ""; }; - 6E7E7B5240517BD15A0203B23B2B8633 /* ObjectiveDropboxOfficial-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ObjectiveDropboxOfficial-dummy.m"; sourceTree = ""; }; - 6EBB65335B1E8622EFC8C2CB38988DF7 /* ZXRSSExpandedRow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSExpandedRow.h; path = ZXingObjC/oned/rss/expanded/ZXRSSExpandedRow.h; sourceTree = ""; }; - 6EDC43FD50AF2E3431D3F32962088E80 /* Fabric.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fabric.h; path = OSX/Fabric.framework/Versions/A/Headers/Fabric.h; sourceTree = ""; }; - 6EF414B251797C0EB2AB85FCB464328C /* DBOAuthResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBOAuthResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/OAuth/DBOAuthResult.h; sourceTree = ""; }; - 6F1EB28D99DDC5781AB60914A58CD470 /* DBTEAMLOGSessionLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSessionLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSessionLogInfo.h; sourceTree = ""; }; - 6F46BD5C886DE24FBD5719F45E939250 /* DBAUTHTokenFromOAuth1Error.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBAUTHTokenFromOAuth1Error.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHTokenFromOAuth1Error.h; sourceTree = ""; }; - 6F4E2933E51D6CC97AC04F748F02D866 /* ZXBinaryBitmap.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXBinaryBitmap.m; path = ZXingObjC/core/ZXBinaryBitmap.m; sourceTree = ""; }; - 6F6A9029D06A1F8DD38E3858216A4DD5 /* DBPAPERSharingPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERSharingPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERSharingPolicy.h; sourceTree = ""; }; - 6F7FF672B977C9EAA154B67A10528E56 /* DBSHARINGUpdateFolderMemberError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGUpdateFolderMemberError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFolderMemberError.h; sourceTree = ""; }; - 6F9B71973159FE94641B7AA268B1BFC1 /* DBTEAMLOGEmmChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGEmmChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmChangePolicyDetails.h; sourceTree = ""; }; - 6FA0B4515C0617B923668F4DC2AB6416 /* ZXingObjCMaxiCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXingObjCMaxiCode.h; path = ZXingObjC/maxicode/ZXingObjCMaxiCode.h; sourceTree = ""; }; - 7074E5EDC139F5734F48FD90BFAD4118 /* ZXQRCodeDecoderMetaData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeDecoderMetaData.m; path = ZXingObjC/qrcode/decoder/ZXQRCodeDecoderMetaData.m; sourceTree = ""; }; - 70AB0832EDCE234C3F14382A1866909D /* ZXMaxiCodeBitMatrixParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXMaxiCodeBitMatrixParser.m; path = ZXingObjC/maxicode/decoder/ZXMaxiCodeBitMatrixParser.m; sourceTree = ""; }; - 70D1679A556BBBE1D4834AF1C46CB50F /* ZXDataMatrixTextEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixTextEncoder.h; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixTextEncoder.h; sourceTree = ""; }; - 712205A0171443485D56E54E1906CB41 /* DBTEAMLOGPaperDocChangeMemberRoleDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocChangeMemberRoleDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocChangeMemberRoleDetails.h; sourceTree = ""; }; - 714C2F85227F16B36FBB848D1B87B8FD /* DBTEAMLOGUserLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGUserLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGUserLogInfo.h; sourceTree = ""; }; - 71688C9C034F38215D7CA69279941D83 /* ZXSMSMMSResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXSMSMMSResultParser.h; path = ZXingObjC/client/result/ZXSMSMMSResultParser.h; sourceTree = ""; }; - 71794639FABD86264B646199DEDECDF6 /* DBSHARINGUnshareFolderArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGUnshareFolderArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnshareFolderArg.h; sourceTree = ""; }; - 717D4B1957F0D4104502675EB3D68C2B /* ZXEANManufacturerOrgSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXEANManufacturerOrgSupport.h; path = ZXingObjC/oned/ZXEANManufacturerOrgSupport.h; sourceTree = ""; }; - 718A7B3A88C07524DC8CFE4439B6DB9B /* DBSHARINGListFileMembersContinueError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFileMembersContinueError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersContinueError.h; sourceTree = ""; }; - 71AAE526C4013981D59ACC608BF16C1C /* DBCOMMONPathRootError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBCOMMONPathRootError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Common/Headers/DBCOMMONPathRootError.h; sourceTree = ""; }; - 71BA02EE7B5AD1E130E20120E921D33D /* DBGlobalErrorResponseHandler+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DBGlobalErrorResponseHandler+Internal.h"; path = "Source/ObjectiveDropboxOfficial/Headers/Internal/Networking/DBGlobalErrorResponseHandler+Internal.h"; sourceTree = ""; }; - 71C306C9DFDFEC306BFA82140DA3734B /* DBTEAMLOGGetTeamEventsContinueError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGetTeamEventsContinueError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsContinueError.h; sourceTree = ""; }; - 72035D290C81CD13F12CA41A29792504 /* crypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = crypt.h; path = SSZipArchive/minizip/crypt.h; sourceTree = ""; }; - 720BA401F691A6EDA879684373B9FA5E /* DBTEAMLOGAppUnlinkTeamDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAppUnlinkTeamDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppUnlinkTeamDetails.h; sourceTree = ""; }; - 722B47912546FC36877233EB7EA3DFB3 /* DBTEAMMembersGetInfoArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersGetInfoArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersGetInfoArgs.h; sourceTree = ""; }; - 724F35AD145EA6DDB825837A0B50162A /* DBFILESGetTemporaryLinkResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESGetTemporaryLinkResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetTemporaryLinkResult.h; sourceTree = ""; }; - 726FFDABDB49DBCFB27B4E29D1AF06FD /* CLSLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSLogging.h; path = OSX/Crashlytics.framework/Versions/A/Headers/CLSLogging.h; sourceTree = ""; }; - 73252E1585E217C0DE54EE434FA837A3 /* DBDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBDelegate.h; path = Source/ObjectiveDropboxOfficial/Headers/Internal/Networking/DBDelegate.h; sourceTree = ""; }; - 7403E889B54A68F50F74429D2D067EB5 /* DBTEAMLOGTeamAuthRoutes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamAuthRoutes.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBTEAMLOGTeamAuthRoutes.h; sourceTree = ""; }; - 7444F546A6B3E0EC445AE8B39F4677A1 /* ZXTextParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXTextParsedResult.m; path = ZXingObjC/client/result/ZXTextParsedResult.m; sourceTree = ""; }; - 749A6A04F8EFC5527CFFF3A17A0DC5CB /* ZXBitArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXBitArray.h; path = ZXingObjC/common/ZXBitArray.h; sourceTree = ""; }; - 74A97F83F512D99533BAB531DFBA9B5A /* ZXRSSExpandedBlockParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSExpandedBlockParsedResult.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedBlockParsedResult.h; sourceTree = ""; }; - 74E3631420ABA44692063287F934730E /* ZXUPCEANWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXUPCEANWriter.h; path = ZXingObjC/oned/ZXUPCEANWriter.h; sourceTree = ""; }; - 751E0652C01D1745A85EB561F56C2307 /* SAMKeychainQuery.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SAMKeychainQuery.m; path = Sources/SAMKeychainQuery.m; sourceTree = ""; }; - 753320419BF9E067F3C915964E7FBA8C /* ZXByteMatrix.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXByteMatrix.m; path = ZXingObjC/core/ZXByteMatrix.m; sourceTree = ""; }; - 754FAFE15759CDD267C218BD545CB6C7 /* ZXOneDimensionalCodeWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXOneDimensionalCodeWriter.m; path = ZXingObjC/oned/ZXOneDimensionalCodeWriter.m; sourceTree = ""; }; - 757A6D5F8A97ACEBFF9EA4368E9BF846 /* ZXAI01AndOtherAIs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAI01AndOtherAIs.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI01AndOtherAIs.h; sourceTree = ""; }; - 75A63C27D30F511BCB7A51BD5BC15FBC /* DBSHARINGListFileMembersCountResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFileMembersCountResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersCountResult.h; sourceTree = ""; }; - 7610AEA26CD778A1A8810F67BC54948E /* ZXAztecEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAztecEncoder.m; path = ZXingObjC/aztec/encoder/ZXAztecEncoder.m; sourceTree = ""; }; - 7612660C7B3FE2A15975E5DBEBE34D69 /* DBTEAMLOGFileCommentsChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileCommentsChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileCommentsChangePolicyDetails.h; sourceTree = ""; }; - 761BC92F21FE119224BA88912B38AE53 /* DBTEAMLOGDomainInvitesEmailExistingUsersDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDomainInvitesEmailExistingUsersDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesEmailExistingUsersDetails.h; sourceTree = ""; }; - 7649DAC9DA00CBD8C77A507C7A3C6788 /* DBFILESUploadSessionFinishBatchResultEntry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadSessionFinishBatchResultEntry.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchResultEntry.h; sourceTree = ""; }; - 7669745EF287208CC7FA433388ADA4F9 /* ZXPDF417BarcodeMatrix.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417BarcodeMatrix.m; path = ZXingObjC/pdf417/encoder/ZXPDF417BarcodeMatrix.m; sourceTree = ""; }; - 768A0148F44A2043851512CE951E9980 /* DBTEAMTeamFolderIdArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderIdArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderIdArg.h; sourceTree = ""; }; - 76909BF7A9B3E6A0A4D5E1C707B9FBB7 /* DBFILESUpdatePropertyGroupArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUpdatePropertyGroupArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUpdatePropertyGroupArg.h; sourceTree = ""; }; - 76CA1914E323D27B698108C88A028EE8 /* ZXPDF417Common.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417Common.m; path = ZXingObjC/pdf417/ZXPDF417Common.m; sourceTree = ""; }; - 76E8A32D3A421650AE757F2A1FC4DC50 /* SAMKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SAMKeychain.h; path = Sources/SAMKeychain.h; sourceTree = ""; }; - 770C5D93CAF13535BF8D1F5364132116 /* DBTEAMTeamFolderPermanentlyDeleteError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderPermanentlyDeleteError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderPermanentlyDeleteError.h; sourceTree = ""; }; - 771323227932CEEE3330FB25241AEA73 /* Google-Analytics-for-OS-X-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Google-Analytics-for-OS-X-dummy.m"; sourceTree = ""; }; - 773AAD43DE6FD5F144F54079951531D7 /* ZXUPCEANReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXUPCEANReader.h; path = ZXingObjC/oned/ZXUPCEANReader.h; sourceTree = ""; }; - 773B8D7B3D3458DBC7666B2CE649918D /* DBSHARINGGetSharedLinksArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGGetSharedLinksArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinksArg.h; sourceTree = ""; }; - 77A6A1B0E84A8BA2F4B9F9067A660010 /* DBTEAMLOGTfaResetDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTfaResetDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaResetDetails.h; sourceTree = ""; }; - 77BA448E89021C957EAD9FEA51A8E1BF /* DBTEAMTeamMemberStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamMemberStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamMemberStatus.h; sourceTree = ""; }; - 77CDE6994E12A93EA54BD2CCF1148BAF /* DBSHARINGCreateSharedLinkWithSettingsArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGCreateSharedLinkWithSettingsArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCreateSharedLinkWithSettingsArg.h; sourceTree = ""; }; - 780AC25EACEC12BB65915817E94777E6 /* DBTEAMLOGSharingChangeMemberPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharingChangeMemberPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingChangeMemberPolicyDetails.h; sourceTree = ""; }; - 784EBDF9FFCF33EA13414E6EECE2250E /* MPGoogleAnalyticsTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPGoogleAnalyticsTracker.h; path = GoogleAnalyticsTracker/MPGoogleAnalyticsTracker.h; sourceTree = ""; }; - 787A433C08B1D0699788C9581DD31CA7 /* DBFilesObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBFilesObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/DBFilesObjects.m; sourceTree = ""; }; - 78AA1D2558C0386F46FFA573846A0224 /* ZXQRCodeDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeDecoder.m; path = ZXingObjC/qrcode/decoder/ZXQRCodeDecoder.m; sourceTree = ""; }; - 78D36DC02630FEBCA93BFCCFBA25CE01 /* DBSHARINGLinkSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGLinkSettings.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkSettings.h; sourceTree = ""; }; - 78E24C25F261988F89F98E8AEB8926E8 /* DBPaperObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBPaperObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/DBPaperObjects.m; sourceTree = ""; }; - 78FEE39C64E78E10365DFF39098D09BB /* ZXInvertedLuminanceSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXInvertedLuminanceSource.m; path = ZXingObjC/core/ZXInvertedLuminanceSource.m; sourceTree = ""; }; - 7932A00325FEBB23B0F6A5363D682BD4 /* STPrivilegedTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = STPrivilegedTask.h; sourceTree = ""; }; - 7935E116FF42BAF8A9C9EAEFD6325C45 /* ZXAddressBookDoCoMoResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAddressBookDoCoMoResultParser.h; path = ZXingObjC/client/result/ZXAddressBookDoCoMoResultParser.h; sourceTree = ""; }; - 794AFD2EC9BD2A2D39B75E44CE183973 /* DBTEAMRevokeLinkedApiAppBatchArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRevokeLinkedApiAppBatchArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedApiAppBatchArg.h; sourceTree = ""; }; - 796EB0BA3DBC5031C955F6B52DA2BE03 /* DBTEAMLOGPaperChangeMemberPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperChangeMemberPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperChangeMemberPolicyDetails.h; sourceTree = ""; }; - 7980F59AE5240BB6E9CB56FDFE765CD7 /* DBTEAMLOGTeamAuthRoutes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTEAMLOGTeamAuthRoutes.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBTEAMLOGTeamAuthRoutes.m; sourceTree = ""; }; - 7984FB99D765AE7DAB34F4B24F6FC1E6 /* ZXMonochromeRectangleDetector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXMonochromeRectangleDetector.m; path = ZXingObjC/common/detector/ZXMonochromeRectangleDetector.m; sourceTree = ""; }; - 7994B901D7E8B6C94B1A4996EC7F747F /* ZXSMSParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXSMSParsedResult.m; path = ZXingObjC/client/result/ZXSMSParsedResult.m; sourceTree = ""; }; - 799999114AD0282CA8924E09F7957123 /* DBTEAMTeamMembershipType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamMembershipType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamMembershipType.h; sourceTree = ""; }; - 79BB0753F1C0D48B1AE9EDEE8A54436A /* DBTEAMFeaturesGetValuesBatchError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMFeaturesGetValuesBatchError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeaturesGetValuesBatchError.h; sourceTree = ""; }; - 79EA34119B8520C71C133FB764A3129E /* DBTEAMLOGNoteAclLinkDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGNoteAclLinkDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteAclLinkDetails.h; sourceTree = ""; }; - 7A13DCBA5FCC3CEB2D309AD5FF67FEDC /* DBTEAMLOGSharedContentChangeLinkPasswordDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentChangeLinkPasswordDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeLinkPasswordDetails.h; sourceTree = ""; }; - 7A252F66DBA6FD93A7040D707430696D /* DBTEAMTeamFolderListContinueArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderListContinueArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListContinueArg.h; sourceTree = ""; }; - 7A67E41FA56FDB53C0D36406302014BB /* DBSHARINGFolderPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGFolderPermission.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFolderPermission.h; sourceTree = ""; }; - 7A6FAF214AF32826746CB9B5B77A0068 /* DBSHARINGUpdateFolderMemberArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGUpdateFolderMemberArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFolderMemberArg.h; sourceTree = ""; }; - 7A80B023D9E5CC0B37CF914F93C9D730 /* DBSHARINGFileMemberRemoveActionResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGFileMemberRemoveActionResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileMemberRemoveActionResult.h; sourceTree = ""; }; - 7A8E1947B9E6E54A8BAD34DCF87D092D /* DBFILESWriteConflictError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESWriteConflictError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESWriteConflictError.h; sourceTree = ""; }; - 7AF1203C313AFA55B8DFC1F205865690 /* AFURLSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLSessionManager.m; path = AFNetworking/AFURLSessionManager.m; sourceTree = ""; }; - 7B3ED0F3B019D08D46E75065D8DC5ADE /* DBTEAMLOGGroupAddExternalIdDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupAddExternalIdDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupAddExternalIdDetails.h; sourceTree = ""; }; - 7B46124E0D5A664A028B388D993C2678 /* DBTEAMLOGParticipantLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGParticipantLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGParticipantLogInfo.h; sourceTree = ""; }; - 7B471DA3200F3472AE13E14C6E367638 /* DBFILESUploadSessionFinishBatchArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadSessionFinishBatchArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchArg.h; sourceTree = ""; }; - 7B4F1C425B98E77F351DCDFED299A728 /* DBTEAMLOGDisabledDomainInvitesDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDisabledDomainInvitesDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDisabledDomainInvitesDetails.h; sourceTree = ""; }; - 7C332B9EC8CC9C9B804DB686401714DE /* ZXAddressBookParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAddressBookParsedResult.h; path = ZXingObjC/client/result/ZXAddressBookParsedResult.h; sourceTree = ""; }; - 7C830927DC4BC3A4F63F0C035C839470 /* DBTEAMDeviceSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMDeviceSession.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDeviceSession.h; sourceTree = ""; }; - 7CAE3838C54713DABB53F578DB57A48B /* DBTEAMMembersAddArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersAddArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersAddArg.h; sourceTree = ""; }; - 7CDDF4BCBA3E7FFD47A6DBA43EA20191 /* DBTEAMLOGNonTeamMemberLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGNonTeamMemberLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNonTeamMemberLogInfo.h; sourceTree = ""; }; - 7CE0D27876A33B998220660ED600DF9C /* Fabric.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Fabric.framework; path = OSX/Fabric.framework; sourceTree = ""; }; - 7D06A7C93A6B05A4D8E925545C1C6EB8 /* ZXDecodeHints.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDecodeHints.m; path = ZXingObjC/core/ZXDecodeHints.m; sourceTree = ""; }; - 7D23A102F61D9CAA4E64B0853F94928C /* ZXISBNParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXISBNParsedResult.h; path = ZXingObjC/client/result/ZXISBNParsedResult.h; sourceTree = ""; }; - 7D5678A6E315BC759B8B0E67AB7372C9 /* DBTEAMGroupMemberInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupMemberInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMemberInfo.h; sourceTree = ""; }; - 7D56D873B0FC2D6CDB7BE44AD86A6DCE /* ZXQRCode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCode.m; path = ZXingObjC/qrcode/encoder/ZXQRCode.m; sourceTree = ""; }; - 7D826BAE3FF857F431E1C3F7BE500CA9 /* ZXAI01weightDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAI01weightDecoder.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI01weightDecoder.h; sourceTree = ""; }; - 7DFB768386A088E5EAC9BD71C17436C5 /* DBTEAMLOGNetworkControlChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGNetworkControlChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNetworkControlChangePolicyDetails.h; sourceTree = ""; }; - 7E0DAE3F9C9C72F48FE20213D44E1F05 /* ZXCalendarParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXCalendarParsedResult.m; path = ZXingObjC/client/result/ZXCalendarParsedResult.m; sourceTree = ""; }; - 7E1F50688CDB72AA0FEACB0B3006B141 /* DBTEAMLOGPaperFolderTeamInviteDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperFolderTeamInviteDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderTeamInviteDetails.h; sourceTree = ""; }; - 7E2F06FFCD95D2CBE9609D0589BCB4C1 /* DBUSERSTeamSpaceAllocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSTeamSpaceAllocation.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSTeamSpaceAllocation.h; sourceTree = ""; }; - 7E90336D1B0DFEA04BEF47775D6915FE /* DBTEAMGroupSelector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupSelector.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupSelector.h; sourceTree = ""; }; - 7EAD58E512CA68955140E6A1AC67CE8A /* ZXAnyAIDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAnyAIDecoder.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXAnyAIDecoder.h; sourceTree = ""; }; - 7EDDF624E39093E5CBD87D64B6DE26A3 /* ZXWhiteRectangleDetector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXWhiteRectangleDetector.m; path = ZXingObjC/common/detector/ZXWhiteRectangleDetector.m; sourceTree = ""; }; - 7F0203D11180D288942DBCCE297E0147 /* DBTEAMLOGFileRequestsChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRequestsChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestsChangePolicyDetails.h; sourceTree = ""; }; - 7F08064A5F4B18AB9C514289760B0F4C /* ZXAztecToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAztecToken.h; path = ZXingObjC/aztec/encoder/ZXAztecToken.h; sourceTree = ""; }; - 7F43F0E70D8E3A1B0976AEE0F6A49EF5 /* DBTEAMLOGGroupUserManagementPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupUserManagementPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupUserManagementPolicy.h; sourceTree = ""; }; - 7F5E2D6D59B344643AA525B182BEB6E9 /* ZXParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXParsedResult.m; path = ZXingObjC/client/result/ZXParsedResult.m; sourceTree = ""; }; - 7F9D40593626F33877296CA063DA6B44 /* DBSHARINGSharedLinkSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedLinkSettings.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkSettings.h; sourceTree = ""; }; - 7FF76E64A1933003E7B3F76073ABF6DE /* DBFILESThumbnailArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESThumbnailArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESThumbnailArg.h; sourceTree = ""; }; - 804B6AA0F5B29BAB2BE8534A60CF1822 /* DBTeamLogObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTeamLogObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/DBTeamLogObjects.m; sourceTree = ""; }; - 808FF429958A9EAD0333A4A98F7AA240 /* DBPropertiesObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBPropertiesObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/DBPropertiesObjects.m; sourceTree = ""; }; - 80BEFD7D60C8102DD327664ADAF8C34D /* DBTEAMLOGPaperDocFollowedDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocFollowedDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocFollowedDetails.h; sourceTree = ""; }; - 80C6D70C1405D9BB8BAC99255DBE5D65 /* DBTEAMMembersSetPermissionsError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersSetPermissionsError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetPermissionsError.h; sourceTree = ""; }; - 80D90DB0F2149F9AC860A865456C737F /* DBTEAMLOGGroupAddMemberDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupAddMemberDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupAddMemberDetails.h; sourceTree = ""; }; - 80EB20DFDF6E1A82BF4E66FFD8C71F8B /* DBFILESDeleteBatchResultEntry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESDeleteBatchResultEntry.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchResultEntry.h; sourceTree = ""; }; - 80F13CEBFA440DCCEDB5228FAA272EE2 /* DBPROPERTIESPropertyGroupTemplate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPROPERTIESPropertyGroupTemplate.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyGroupTemplate.h; sourceTree = ""; }; - 80F60E1DB6D46E2942BFA7F11B5B6B1B /* DBSHARINGAccessLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGAccessLevel.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAccessLevel.h; sourceTree = ""; }; - 812BE727EEAB65E4C7718597C6951645 /* ZXDataMatrixEncoderContext.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixEncoderContext.h; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixEncoderContext.h; sourceTree = ""; }; - 813B0A178B6D95429058BA08033EC7E2 /* DBTEAMTeamFolderCreateArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderCreateArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderCreateArg.h; sourceTree = ""; }; - 813FC997F581CE85F6CF89CAF5996E4D /* DBTEAMLOGSharedContentViewDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentViewDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentViewDetails.h; sourceTree = ""; }; - 81738350C0C3DC4F5A3ADD3F6CA66514 /* DBTEAMLOGSharedContentChangeDownloadsPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentChangeDownloadsPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeDownloadsPolicyDetails.h; sourceTree = ""; }; - 819FB66CEA4477CF1D07DA2E24F462A2 /* DBTEAMGetStorageReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGetStorageReport.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGetStorageReport.h; sourceTree = ""; }; - 81EBC676596BFA65EBCC9F2216EBF4B4 /* DBTeamObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTeamObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/DBTeamObjects.m; sourceTree = ""; }; - 8254A4F7C9A6D64ABF3283F9256EA6B7 /* DBTasksImpl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTasksImpl.h; path = Source/ObjectiveDropboxOfficial/Headers/Internal/Networking/DBTasksImpl.h; sourceTree = ""; }; - 82D1C5C84B7B4BFCDAC49E89EB7B3346 /* Answers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Answers.h; path = OSX/Crashlytics.framework/Versions/A/Headers/Answers.h; sourceTree = ""; }; - 82D7AF33DF84787B111529FD74DEA02A /* DBTEAMLOGTeamFolderCreateDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamFolderCreateDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderCreateDetails.h; sourceTree = ""; }; - 82DE97BFAAB8D31F3E6B1954C4C08320 /* DBUSERSRouteObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBUSERSRouteObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBUSERSRouteObjects.m; sourceTree = ""; }; - 82FB65C48A0B035A5963FAFCE82BDFAD /* DBTEAMLOGPaperDocEditDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocEditDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocEditDetails.h; sourceTree = ""; }; - 830AACEA8D28A74F15071901D2F5B389 /* DBTEAMLOGSharedFolderLinkPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedFolderLinkPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderLinkPolicy.h; sourceTree = ""; }; - 834348C2B3E9469AA2A41869DA958567 /* DBTEAMGetActivityReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGetActivityReport.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGetActivityReport.h; sourceTree = ""; }; - 835746FCF5CF8EC5BBA27ADC2A6B7B26 /* DBTEAMLOGPaperContentChangeSubscriptionDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperContentChangeSubscriptionDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentChangeSubscriptionDetails.h; sourceTree = ""; }; - 8372A649FC1F74312A2DE8FCAA50B567 /* ZXQRCodeMultiReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeMultiReader.m; path = ZXingObjC/qrcode/multi/ZXQRCodeMultiReader.m; sourceTree = ""; }; - 839BC4A7569A456491DA53B1E0A8B18E /* ZXPDF417DetectionResultRowIndicatorColumn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417DetectionResultRowIndicatorColumn.h; path = ZXingObjC/pdf417/decoder/ZXPDF417DetectionResultRowIndicatorColumn.h; sourceTree = ""; }; - 83A2707ECC429A34FC840E632F651AF5 /* DBTEAMLOGWebSessionsIdleLengthPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGWebSessionsIdleLengthPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionsIdleLengthPolicy.h; sourceTree = ""; }; - 83B1B8C0C4D635F3021037616105E290 /* DBFILESListFolderContinueError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESListFolderContinueError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderContinueError.h; sourceTree = ""; }; - 83C6DB05A3A4AC929877CFD1ACC66EB1 /* DBTEAMLOGPaperDocAddCommentDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocAddCommentDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocAddCommentDetails.h; sourceTree = ""; }; - 83D0D02166608EA3A9E358F76AC51336 /* ZXMultiFormatWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXMultiFormatWriter.m; path = ZXingObjC/ZXMultiFormatWriter.m; sourceTree = ""; }; - 83D82EF804E98384739FD56AB661D90D /* DBTEAMLOGFileRequestAddDeadlineDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRequestAddDeadlineDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestAddDeadlineDetails.h; sourceTree = ""; }; - 83E67349ECE0F0DB1E87D1A62A35753D /* ZXURLTOResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXURLTOResultParser.m; path = ZXingObjC/client/result/ZXURLTOResultParser.m; sourceTree = ""; }; - 84163F16C561EF2E66846AFA45E22693 /* ZXGeoResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXGeoResultParser.h; path = ZXingObjC/client/result/ZXGeoResultParser.h; sourceTree = ""; }; - 84955B017A8843D690850BB41D0515F1 /* ZXingObjCPDF417.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXingObjCPDF417.h; path = ZXingObjC/pdf417/ZXingObjCPDF417.h; sourceTree = ""; }; - 84B5C4197966CAF902FB2C70BF32BC2C /* DBSDKConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBSDKConstants.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.m; sourceTree = ""; }; - 84ED134E29B6903B55F3999E2942A779 /* DBTEAMLOGMemberAddNameDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberAddNameDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberAddNameDetails.h; sourceTree = ""; }; - 8587CAF4C99BC811895264A210A26689 /* DBFILESAlphaGetMetadataArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESAlphaGetMetadataArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESAlphaGetMetadataArg.h; sourceTree = ""; }; - 8598DB5ECB353226134EA30BA3EA7574 /* DBFILESListRevisionsArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESListRevisionsArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListRevisionsArg.h; sourceTree = ""; }; - 85A35AB499932791C833A5BF9F6DDE1E /* ZXStringUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXStringUtils.m; path = ZXingObjC/common/ZXStringUtils.m; sourceTree = ""; }; - 85DD283D2C40DFD5AE2AF282AACE4788 /* ISO8601.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ISO8601.h; path = Support/ISO8601.h; sourceTree = ""; }; - 860953FFB487D8549C6D5239099550D5 /* DBTEAMHasTeamSharedDropboxValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMHasTeamSharedDropboxValue.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMHasTeamSharedDropboxValue.h; sourceTree = ""; }; - 8651A3B14042DB70361A050DA386E2D6 /* DBSHARINGShareFolderArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGShareFolderArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderArg.h; sourceTree = ""; }; - 866BB14DDC4EF5E9BE93316C26336FBC /* ZXUPCEReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXUPCEReader.m; path = ZXingObjC/oned/ZXUPCEReader.m; sourceTree = ""; }; - 86A617A0F00611BB696E08DD16093E5B /* ZXRGBLuminanceSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRGBLuminanceSource.m; path = ZXingObjC/core/ZXRGBLuminanceSource.m; sourceTree = ""; }; - 86A65A9367E351BDFFC311560B79FD02 /* DBUSERSRouteObjects.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSRouteObjects.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBUSERSRouteObjects.h; sourceTree = ""; }; - 86B1DBD38C8CCF8F7554ADFC50F46F28 /* DBTEAMLOGMobileSessionLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMobileSessionLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMobileSessionLogInfo.h; sourceTree = ""; }; - 8703DF7696F382A2BFC04D6A845B9782 /* DBFILESSaveUrlResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESSaveUrlResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveUrlResult.h; sourceTree = ""; }; - 87208BDCC838AE0283640776BA2936EA /* ZXMultiFormatWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXMultiFormatWriter.h; path = ZXingObjC/ZXMultiFormatWriter.h; sourceTree = ""; }; - 8737B0B48C4FB0E62BDA37ECEF8911A8 /* DBTEAMLOGSmartSyncOptOutDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSmartSyncOptOutDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncOptOutDetails.h; sourceTree = ""; }; - 8773CB433CF629393ED56CAD8B0C0091 /* DBTEAMLOGEmmAddExceptionDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGEmmAddExceptionDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmAddExceptionDetails.h; sourceTree = ""; }; - 879274F906285E43B26731D8F951BFBF /* DBTEAMUpdatePropertyTemplateArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMUpdatePropertyTemplateArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUpdatePropertyTemplateArg.h; sourceTree = ""; }; - 87BCCBBBEDB12B56B11A77D88714898B /* DBUSERSAccount.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSAccount.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSAccount.h; sourceTree = ""; }; - 8807618E035B4B9B3D94DD5D491E3F83 /* DBTEAMLOGSsoChangeLogoutUrlDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSsoChangeLogoutUrlDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangeLogoutUrlDetails.h; sourceTree = ""; }; - 882950FEA7943EAD7C1BDB7700A193AC /* DBTEAMGroupUpdateArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupUpdateArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupUpdateArgs.h; sourceTree = ""; }; - 885117F5148BD555F93953E751C2D907 /* DBTEAMListTeamAppsError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListTeamAppsError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamAppsError.h; sourceTree = ""; }; - 88626DEA66C2C23540D3D9DF1E3DBF21 /* ZXTelParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXTelParsedResult.m; path = ZXingObjC/client/result/ZXTelParsedResult.m; sourceTree = ""; }; - 88E2A0A28F0F2D5A10F5FBB7D94AA227 /* ZXUPCEReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXUPCEReader.h; path = ZXingObjC/oned/ZXUPCEReader.h; sourceTree = ""; }; - 88E78D282181089103ACAC3CB0DB4C07 /* DBTEAMLOGMemberSpaceLimitsChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberSpaceLimitsChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSpaceLimitsChangePolicyDetails.h; sourceTree = ""; }; - 893EC7BBF044BF301161F7DD4F37D113 /* DBAUTHAppAuthRoutes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBAUTHAppAuthRoutes.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBAUTHAppAuthRoutes.m; sourceTree = ""; }; - 8943925C53E69E9FDB9110D610BDD32C /* CMDQueryStringSerialization.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CMDQueryStringSerialization.xcconfig; sourceTree = ""; }; - 8953E3ACB1D41C0EF6D1E647A25E9A04 /* DBSHARINGGetFileMetadataError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGGetFileMetadataError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataError.h; sourceTree = ""; }; - 896AD990B4D8CDC3C1E17F8DE1FA5CCE /* DBUserClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUserClient.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/DBUserClient.h; sourceTree = ""; }; - 89A5AFA1C014ECFD480BC33424BCB382 /* SAMKeychainQuery.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SAMKeychainQuery.h; path = Sources/SAMKeychainQuery.h; sourceTree = ""; }; - 89D5D284C3640A90D8BB224B48072BC9 /* DBPAPERFoldersContainingPaperDoc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERFoldersContainingPaperDoc.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERFoldersContainingPaperDoc.h; sourceTree = ""; }; - 8A044B57B288FBE0F8F6DF18CC9B0DEF /* DBSHARINGListFoldersContinueArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFoldersContinueArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFoldersContinueArg.h; sourceTree = ""; }; - 8A994CDEB532EFE63A5CCA1D4EB607C8 /* DBUSERSUserAuthRoutes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBUSERSUserAuthRoutes.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBUSERSUserAuthRoutes.m; sourceTree = ""; }; - 8AAEB5BAAE457BD5459793D9166F76D9 /* DBTEAMGroupCreateArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupCreateArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupCreateArg.h; sourceTree = ""; }; - 8AB790EFAAD81B3591561522CC86EF49 /* ZXPDF417.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417.h; path = ZXingObjC/pdf417/encoder/ZXPDF417.h; sourceTree = ""; }; - 8ABAAEE63A7BD4491EC8C04DDC5B3FE3 /* DBSHARINGListFoldersContinueError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFoldersContinueError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFoldersContinueError.h; sourceTree = ""; }; - 8AC54C41CBE21C461E12A9E00618E21F /* ZXDimension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDimension.h; path = ZXingObjC/core/ZXDimension.h; sourceTree = ""; }; - 8AFFAF27041F19F6E94936DD473B9D12 /* DBFILESUploadSessionFinishBatchJobStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadSessionFinishBatchJobStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchJobStatus.h; sourceTree = ""; }; - 8B0EA17B3233290BCF8063C47ADE17D4 /* DBSHARINGRemoveFileMemberError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGRemoveFileMemberError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveFileMemberError.h; sourceTree = ""; }; - 8B538715E6DB1BF2B5DB8E79EC384A88 /* DBSHARINGUnmountFolderArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGUnmountFolderArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnmountFolderArg.h; sourceTree = ""; }; - 8B75EA4A099ED1BBB464685976D934B5 /* DBSHARINGListFolderMembersArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFolderMembersArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFolderMembersArgs.h; sourceTree = ""; }; - 8BB0EFBEF1FAC7002BE5F627B4A346CF /* DBSHARINGListFilesArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFilesArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFilesArg.h; sourceTree = ""; }; - 8BE6903F7F1A845187131042527C7A51 /* Crashlytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Crashlytics.framework; path = OSX/Crashlytics.framework; sourceTree = ""; }; - 8BF4A7F280B4392DA2FFC13135B416A5 /* DBTEAMActiveWebSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMActiveWebSession.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMActiveWebSession.h; sourceTree = ""; }; - 8C1DC7271451D3BFBAC867770E642600 /* DBTEAMLOGFileRollbackChangesDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRollbackChangesDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRollbackChangesDetails.h; sourceTree = ""; }; - 8C20DDFAD8486D6DD2AAD663EC8C57DF /* ZXBitArrayBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXBitArrayBuilder.m; path = ZXingObjC/oned/rss/expanded/ZXBitArrayBuilder.m; sourceTree = ""; }; - 8CA90A5B761C6464BB3D6B168E8EB092 /* ZXDecodeHints.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDecodeHints.h; path = ZXingObjC/core/ZXDecodeHints.h; sourceTree = ""; }; - 8CCAF706325BACCCA8FEB97631F089CE /* ZXBitSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXBitSource.m; path = ZXingObjC/common/ZXBitSource.m; sourceTree = ""; }; - 8D079B644058D795F6D0E5707B9ED1F3 /* CMDQueryStringValueTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CMDQueryStringValueTransformer.m; path = CMDQueryStringSerialization/CMDQueryStringValueTransformer.m; sourceTree = ""; }; - 8D71DE280EFA140863BB7C7467F9B1F8 /* ZXSMTPResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXSMTPResultParser.m; path = ZXingObjC/client/result/ZXSMTPResultParser.m; sourceTree = ""; }; - 8D8DC24BF86717F94A5BC023CC721675 /* AFNetworkReachabilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworkReachabilityManager.h; path = AFNetworking/AFNetworkReachabilityManager.h; sourceTree = ""; }; + 6E2A7543980869393334785EA64C8181 /* ZXAztecReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAztecReader.h; path = ZXingObjC/aztec/ZXAztecReader.h; sourceTree = ""; }; + 6E4325CA080D0ECF48DF6C9916EFB2A4 /* DBTeamBaseClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTeamBaseClient.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Client/DBTeamBaseClient.h; sourceTree = ""; }; + 6EA1A48AD59314FC91CED1D6A13F031A /* DBFILESFolderMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESFolderMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFolderMetadata.h; sourceTree = ""; }; + 6ED620B400E3444A3135C89D2682E455 /* ZXOneDReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXOneDReader.m; path = ZXingObjC/oned/ZXOneDReader.m; sourceTree = ""; }; + 6ED9A5617F328F9D92D565856069668A /* DBSHARINGInviteeInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGInviteeInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGInviteeInfo.h; sourceTree = ""; }; + 6F4952A8624D07F99A7142FCF9060787 /* DBSHARINGFilePermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGFilePermission.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFilePermission.h; sourceTree = ""; }; + 6F623EF3E288F28C76CEA330B1916566 /* DBFILESDeleteResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESDeleteResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteResult.h; sourceTree = ""; }; + 6F62DD4CB867971A7D52D2B454A48FE5 /* DBTEAMLOGPaperDocResolveCommentDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocResolveCommentDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocResolveCommentDetails.h; sourceTree = ""; }; + 6F658D0DC2D6C204EF7BA7178E160630 /* DBPAPERAddMember.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERAddMember.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERAddMember.h; sourceTree = ""; }; + 6F694D935238AA336F006386F0A7801D /* DBTEAMLOGPathLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPathLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPathLogInfo.h; sourceTree = ""; }; + 6F7642DA9FAA2EFE46C069934E51E5B5 /* DBSHARINGMembershipInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGMembershipInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMembershipInfo.h; sourceTree = ""; }; + 6F9D37E2162E45F0C1F286300630D4DB /* ZXWhiteRectangleDetector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXWhiteRectangleDetector.m; path = ZXingObjC/common/detector/ZXWhiteRectangleDetector.m; sourceTree = ""; }; + 6FD68D82742EFBBDA343039DC2BEB004 /* ZXMaxiCodeDecodedBitStreamParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXMaxiCodeDecodedBitStreamParser.m; path = ZXingObjC/maxicode/decoder/ZXMaxiCodeDecodedBitStreamParser.m; sourceTree = ""; }; + 6FDDC42A80911143218F6B3BE76237C5 /* DBTEAMUploadApiRateLimitValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMUploadApiRateLimitValue.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUploadApiRateLimitValue.h; sourceTree = ""; }; + 7001D7A0BF80D2EE8CFDABF178800F77 /* DBPAPERListUsersOnPaperDocResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERListUsersOnPaperDocResponse.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnPaperDocResponse.h; sourceTree = ""; }; + 70116C56AF7BFC5949699DA739A6491F /* DBTEAMLOGSharedContentChangeLinkExpiryDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentChangeLinkExpiryDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeLinkExpiryDetails.h; sourceTree = ""; }; + 704BBDDBDD7CB515433B0FAA45F1FC9A /* ZXDataMatrixDefaultPlacement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixDefaultPlacement.h; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixDefaultPlacement.h; sourceTree = ""; }; + 70B761FE2974FF656541BF3D47B42016 /* DBTEAMLOGFileRequestRemoveDeadlineDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRequestRemoveDeadlineDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestRemoveDeadlineDetails.h; sourceTree = ""; }; + 71347C0B012670210797AD167886EE37 /* ZXParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXParsedResult.m; path = ZXingObjC/client/result/ZXParsedResult.m; sourceTree = ""; }; + 715F3B0BA7CBD5603A5F75F20F8A3821 /* DBTEAMRevokeDeviceSessionArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRevokeDeviceSessionArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionArg.h; sourceTree = ""; }; + 71867164F82DFA20B8B5E8950E08D059 /* DBTEAMLOGPaperDocViewDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocViewDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocViewDetails.h; sourceTree = ""; }; + 71C85873F009C8703D7B365BB9EF866E /* ZXMultiDetector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXMultiDetector.m; path = ZXingObjC/qrcode/multi/detector/ZXMultiDetector.m; sourceTree = ""; }; + 71F06D05F66C8A041593D5C324DC0E2E /* DBTEAMLOGSignInAsSessionStartDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSignInAsSessionStartDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSignInAsSessionStartDetails.h; sourceTree = ""; }; + 71F0BFD6A7649F18C8596C636A7B8450 /* fileenc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = fileenc.c; path = SSZipArchive/minizip/aes/fileenc.c; sourceTree = ""; }; + 71F720FA918EA097FE8375C5AE7B85CE /* ZXRSSExpandedReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSExpandedReader.h; path = ZXingObjC/oned/rss/expanded/ZXRSSExpandedReader.h; sourceTree = ""; }; + 7226B1738108C56A871A7B92915B9EAD /* DBTEAMLOGPaperContentAddToFolderDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperContentAddToFolderDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentAddToFolderDetails.h; sourceTree = ""; }; + 722B9BF25884F0694524F17768C8C446 /* DBTEAMLOGPaperDocumentLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocumentLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocumentLogInfo.h; sourceTree = ""; }; + 723447A6381BCD93D981C4D80E916C6B /* ZXExpandedProductResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXExpandedProductResultParser.h; path = ZXingObjC/client/result/ZXExpandedProductResultParser.h; sourceTree = ""; }; + 7236ED7550850909E1AF3F0B55ADD1C4 /* ZXRSSDataCharacter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSDataCharacter.h; path = ZXingObjC/oned/rss/ZXRSSDataCharacter.h; sourceTree = ""; }; + 723B6EF7B8DFE9BC3B1EE3D78F636D0D /* DBTEAMPOLICIESPasswordStrengthPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMPOLICIESPasswordStrengthPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESPasswordStrengthPolicy.h; sourceTree = ""; }; + 7288801B1A19B0CA6D2157C01960E7C5 /* ZXAztecReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAztecReader.m; path = ZXingObjC/aztec/ZXAztecReader.m; sourceTree = ""; }; + 72A3BFA97D5B493F690F70E4528359D4 /* Fabric.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Fabric.framework; path = OSX/Fabric.framework; sourceTree = ""; }; + 72AAE6D142B9570AAC84F862AFDD1D54 /* ZXRSSExpandedDecodedNumeric.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSExpandedDecodedNumeric.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedDecodedNumeric.m; sourceTree = ""; }; + 72C980A79CE4ABEA76340D664AF1E213 /* DBTEAMLOGTfaChangeStatusDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTfaChangeStatusDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaChangeStatusDetails.h; sourceTree = ""; }; + 72DF3D204DA3CB88D92EF938F7F235DE /* DBClientsManager+DesktopAuth-macOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DBClientsManager+DesktopAuth-macOS.h"; path = "Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/DBClientsManager+DesktopAuth-macOS.h"; sourceTree = ""; }; + 72E26C5CE40F822E4CCFEC9884E2BECC /* ZXingObjCDataMatrix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXingObjCDataMatrix.h; path = ZXingObjC/datamatrix/ZXingObjCDataMatrix.h; sourceTree = ""; }; + 7309718023E54A85DE603A4F996487BD /* ZXCodaBarWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXCodaBarWriter.h; path = ZXingObjC/oned/ZXCodaBarWriter.h; sourceTree = ""; }; + 7341F8519D551706BDFE71BA384C5148 /* SSZipArchive.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SSZipArchive.m; path = SSZipArchive/SSZipArchive.m; sourceTree = ""; }; + 73518F76A7BFE5D89D9521D6D647D494 /* ZXPDF417BarcodeValue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417BarcodeValue.m; path = ZXingObjC/pdf417/decoder/ZXPDF417BarcodeValue.m; sourceTree = ""; }; + 73B9E90FE18803C571CAA94D4786CE86 /* ZXMonochromeRectangleDetector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXMonochromeRectangleDetector.h; path = ZXingObjC/common/detector/ZXMonochromeRectangleDetector.h; sourceTree = ""; }; + 74B3FD23CED89C99005E3E8F370CEE65 /* ZXGridSampler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXGridSampler.m; path = ZXingObjC/common/ZXGridSampler.m; sourceTree = ""; }; + 74B423538006ADDE99B0E1A66E750CEE /* DBSHARINGCreateSharedLinkArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGCreateSharedLinkArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCreateSharedLinkArg.h; sourceTree = ""; }; + 7500ED0CBBE334957195A9E0BAEE99EC /* DBAuthObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBAuthObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/DBAuthObjects.m; sourceTree = ""; }; + 753A456C15D441599317C3B46A994EE3 /* DBTEAMLOGGeoLocationLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGeoLocationLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGeoLocationLogInfo.h; sourceTree = ""; }; + 759E91AAB60F98E60D24DA80C5B39ED6 /* DBTEAMLOGSharedContentRemoveMemberDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentRemoveMemberDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRemoveMemberDetails.h; sourceTree = ""; }; + 75C66E7C36CA931746A7F2EAF7EB5919 /* ZXPDF417Codeword.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417Codeword.h; path = ZXingObjC/pdf417/decoder/ZXPDF417Codeword.h; sourceTree = ""; }; + 75F9A46BC44E7629BBE6FFC4A90861A0 /* ZXQRCodeEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeEncoder.m; path = ZXingObjC/qrcode/encoder/ZXQRCodeEncoder.m; sourceTree = ""; }; + 75FFBFD0AD2D0B015ECB00506831491F /* DBSHARINGGetSharedLinksArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGGetSharedLinksArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinksArg.h; sourceTree = ""; }; + 7604FC06E53EBCEB783DC8F568312C53 /* DBTEAMGroupMembersSelector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupMembersSelector.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersSelector.h; sourceTree = ""; }; + 764D1BE4F8A59EF9BCABE1D8A68DFC45 /* DBAUTHRateLimitReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBAUTHRateLimitReason.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHRateLimitReason.h; sourceTree = ""; }; + 76807C83BC73BD7B021EE835DC8997F1 /* DBSHARINGLinkMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGLinkMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkMetadata.h; sourceTree = ""; }; + 76BD7579B15740AD9C938223949B7CEF /* DBTEAMLOGTeamMemberLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamMemberLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamMemberLogInfo.h; sourceTree = ""; }; + 76D1244B3262E71EAC15DFC58695FF3C /* DBTEAMLOGPaperAdminExportStartDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperAdminExportStartDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperAdminExportStartDetails.h; sourceTree = ""; }; + 773A0611455020D0982379445B534572 /* ZXAddressBookDoCoMoResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAddressBookDoCoMoResultParser.m; path = ZXingObjC/client/result/ZXAddressBookDoCoMoResultParser.m; sourceTree = ""; }; + 773FBACBF3321428AA477A74399326EC /* ZXAbstractExpandedDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAbstractExpandedDecoder.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXAbstractExpandedDecoder.m; sourceTree = ""; }; + 777BC40E5F969FA7861E23934A065E44 /* DBFILESRelocationError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESRelocationError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationError.h; sourceTree = ""; }; + 77809B63E35C726FAD51982CD6081F5B /* DBFILEPROPERTIESAddTemplateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESAddTemplateResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESAddTemplateResult.h; sourceTree = ""; }; + 778A6A9A6BC39FD2BB957AE78ACDDF74 /* DBCOMMONPathRootError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBCOMMONPathRootError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Common/Headers/DBCOMMONPathRootError.h; sourceTree = ""; }; + 7797E93F87E7E5408F5DF3E836F643A3 /* DBTEAMLOGFileResolveCommentDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileResolveCommentDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileResolveCommentDetails.h; sourceTree = ""; }; + 779E6B543F30C55CA4DCFA53092CC769 /* DBTEAMListTeamAppsResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListTeamAppsResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamAppsResult.h; sourceTree = ""; }; + 77B748ACD1A984EFE64410D6BE3CF07A /* ZXMultiFormatWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXMultiFormatWriter.m; path = ZXingObjC/ZXMultiFormatWriter.m; sourceTree = ""; }; + 77FA07CFEC22E56253A363DF068B64FB /* DBFILESDownloadArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESDownloadArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDownloadArg.h; sourceTree = ""; }; + 780139505FC3AA83373D983080CA3578 /* DBFILESSaveUrlArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESSaveUrlArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveUrlArg.h; sourceTree = ""; }; + 786C021A811C9228554E0F094C898E8F /* DBFILESThumbnailSize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESThumbnailSize.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESThumbnailSize.h; sourceTree = ""; }; + 7899773012A277FAA2937FA04435CE26 /* DBSHARINGSharePathError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharePathError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharePathError.h; sourceTree = ""; }; + 78BD43BF43BFFE83EBBFCE89EBF9794B /* DBTEAMTeamMemberStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamMemberStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamMemberStatus.h; sourceTree = ""; }; + 78D373AD25D466A865264560EF646338 /* ZXBitSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXBitSource.m; path = ZXingObjC/common/ZXBitSource.m; sourceTree = ""; }; + 7948D982E9AC4C0CFEBF57A892C4E8BB /* ZXCalendarParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXCalendarParsedResult.h; path = ZXingObjC/client/result/ZXCalendarParsedResult.h; sourceTree = ""; }; + 79B83F9E3646981C0935F75519C75CBC /* DBSDKImports-macOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DBSDKImports-macOS.h"; path = "Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/DBSDKImports-macOS.h"; sourceTree = ""; }; + 79EB0298FB50B333801CCB862B6515E9 /* ZXQRCodeDataMask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeDataMask.h; path = ZXingObjC/qrcode/decoder/ZXQRCodeDataMask.h; sourceTree = ""; }; + 7A3B12F8D1C570E040D143151F4A90BF /* DBSHARINGGetFileMetadataError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGGetFileMetadataError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataError.h; sourceTree = ""; }; + 7A470402EC797E063E149770C4FC8B77 /* DBFILEPROPERTIESGetTemplateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESGetTemplateResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESGetTemplateResult.h; sourceTree = ""; }; + 7A535857D19D45593537367068824342 /* ZXDataMatrixEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixEncoder.h; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixEncoder.h; sourceTree = ""; }; + 7AA4387F6B7F64A15CF1BB0EB8FC2E60 /* ZXAztecSimpleToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAztecSimpleToken.m; path = ZXingObjC/aztec/encoder/ZXAztecSimpleToken.m; sourceTree = ""; }; + 7AD8DDAC03299835CE30DAD4B43052E7 /* DBFILEPROPERTIESUpdateTemplateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESUpdateTemplateResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESUpdateTemplateResult.h; sourceTree = ""; }; + 7AF1A1792B24EAAD16E1E4FECD723841 /* DBSHARINGMountFolderArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGMountFolderArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMountFolderArg.h; sourceTree = ""; }; + 7B08E5F619AA020B96F9BCC162B70CCD /* ZXUPCEANExtensionSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXUPCEANExtensionSupport.h; path = ZXingObjC/oned/ZXUPCEANExtensionSupport.h; sourceTree = ""; }; + 7B2821EFBC75B2AB050E7F50D22661AB /* CLSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSStackFrame.h; path = OSX/Crashlytics.framework/Versions/A/Headers/CLSStackFrame.h; sourceTree = ""; }; + 7B6A58B68B95A516D84E6432F8CFA25A /* DBSHARINGModifySharedLinkSettingsArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGModifySharedLinkSettingsArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGModifySharedLinkSettingsArgs.h; sourceTree = ""; }; + 7B8FA3B8C92AE1F93B66ABF9CBA149E7 /* SAMKeychainQuery.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SAMKeychainQuery.m; path = Sources/SAMKeychainQuery.m; sourceTree = ""; }; + 7BDE160DBB061FBBEF981357EAB43290 /* DBTEAMRevokeDeviceSessionBatchError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRevokeDeviceSessionBatchError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionBatchError.h; sourceTree = ""; }; + 7BF9C5080296AC267259481D3CBC0C23 /* ZXPlanarYUVLuminanceSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPlanarYUVLuminanceSource.m; path = ZXingObjC/core/ZXPlanarYUVLuminanceSource.m; sourceTree = ""; }; + 7C22DBD17A630256AAD766C5F94C9440 /* DBSHARINGGetSharedLinkMetadataArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGGetSharedLinkMetadataArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinkMetadataArg.h; sourceTree = ""; }; + 7C57BB9FC9C75830E80CE0B552E247DE /* DBSHARINGSharedContentLinkMetadataBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedContentLinkMetadataBase.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedContentLinkMetadataBase.h; sourceTree = ""; }; + 7CC3B02A60137C10D2A4B030D66D4D53 /* DBPAPERListPaperDocsFilterBy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERListPaperDocsFilterBy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsFilterBy.h; sourceTree = ""; }; + 7CDFFF68AD64180AB9C7E5FD4FC417FB /* DBTEAMLOGPaperDocChangeMemberRoleDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocChangeMemberRoleDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocChangeMemberRoleDetails.h; sourceTree = ""; }; + 7D1717BF1FC58CFBD89AF4A0636ED75F /* DBTEAMGroupsSelector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupsSelector.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsSelector.h; sourceTree = ""; }; + 7D2C03E45A508B6BD7A082CA8F8DD4D2 /* ZXPDF417ResultMetadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417ResultMetadata.m; path = ZXingObjC/pdf417/ZXPDF417ResultMetadata.m; sourceTree = ""; }; + 7D2EDE69A020013DEBEDB89073372932 /* DBTEAMLOGAssetLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAssetLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAssetLogInfo.h; sourceTree = ""; }; + 7D2F6EC4FE2B3A3888C8A9ADB16FF6BE /* DBClientsManager+DesktopAuth-macOS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "DBClientsManager+DesktopAuth-macOS.m"; path = "Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/DBClientsManager+DesktopAuth-macOS.m"; sourceTree = ""; }; + 7D31DE61593E0217406B38A14EC3EB33 /* CMDQueryStringSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CMDQueryStringSerialization.m; path = CMDQueryStringSerialization/CMDQueryStringSerialization.m; sourceTree = ""; }; + 7D6012BB08337B9F6AB0495A0089305F /* ZXingObjCCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXingObjCCore.h; path = ZXingObjC/core/ZXingObjCCore.h; sourceTree = ""; }; + 7D6A560CA4E083BDB2EC1DC7F87A1EB5 /* DBTEAMLOGAdminRole.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAdminRole.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAdminRole.h; sourceTree = ""; }; + 7D7069B5DB7F143B3780A7877973F07E /* DBDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBDelegate.h; path = Source/ObjectiveDropboxOfficial/Headers/Internal/Networking/DBDelegate.h; sourceTree = ""; }; + 7E06E742B0F19BD1B0D3F6B03895C3D7 /* DBTEAMTeamFolderArchiveError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderArchiveError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderArchiveError.h; sourceTree = ""; }; + 7E136BD4B8D9843D7AB126D9594E3180 /* DBTEAMPOLICIESEmmState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMPOLICIESEmmState.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESEmmState.h; sourceTree = ""; }; + 7E29933496F2DDACFB5407DFBB02C2D5 /* ZXCapture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXCapture.h; path = ZXingObjC/client/ZXCapture.h; sourceTree = ""; }; + 7E5B55D9C3A8643E60A1648AF18915B2 /* DBFILEREQUESTSUpdateFileRequestDeadline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEREQUESTSUpdateFileRequestDeadline.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSUpdateFileRequestDeadline.h; sourceTree = ""; }; + 7EA2D9AB2B5B7F622A87CD2F147D4E0F /* CMDQueryStringReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CMDQueryStringReader.h; path = CMDQueryStringSerialization/CMDQueryStringReader.h; sourceTree = ""; }; + 7EFADFE590702CFB256C4738DCD74E45 /* DBTEAMLOGShmodelTeamDownloadDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGShmodelTeamDownloadDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelTeamDownloadDetails.h; sourceTree = ""; }; + 7F15D44C7275CFF2B23EC72850CDF0C2 /* DBTEAMCOMMONTimeRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMCOMMONTimeRange.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/Headers/DBTEAMCOMMONTimeRange.h; sourceTree = ""; }; + 7F2F1F874F519A01F8D0928CFD5FC709 /* DBTEAMMembersRemoveError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersRemoveError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersRemoveError.h; sourceTree = ""; }; + 7F5E825DE14BDA2F5A2FEB0389953FBB /* DBTEAMLOGSharedContentViewerInfoPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentViewerInfoPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentViewerInfoPolicy.h; sourceTree = ""; }; + 7F9F9C039050D6EA49BF5374D25DA646 /* DBTEAMLOGSharedContentAddInviteesDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentAddInviteesDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentAddInviteesDetails.h; sourceTree = ""; }; + 7FBA2C7351E00A6206B0705094D2C201 /* DBTEAMLOGPaperDocUntrashedDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocUntrashedDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocUntrashedDetails.h; sourceTree = ""; }; + 7FBB1EAB1D8D9247505762D98AA1BE41 /* DBTEAMLOGDeviceChangeIpWebDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceChangeIpWebDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceChangeIpWebDetails.h; sourceTree = ""; }; + 802635C6986AE2C3A1955E175C77D79A /* ZXUPCEANExtension2Support.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXUPCEANExtension2Support.m; path = ZXingObjC/oned/ZXUPCEANExtension2Support.m; sourceTree = ""; }; + 802C746F6A593A6106B0485587698CD8 /* DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoDetails.h; sourceTree = ""; }; + 8041027260BC5EF3AAC2ECE3E1D8C609 /* DBTEAMTeamFolderGetInfoItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderGetInfoItem.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderGetInfoItem.h; sourceTree = ""; }; + 804BA0ED711523A4EC43752B07F8757F /* aestab.c */ = {isa = PBXFileReference; includeInIndex = 1; name = aestab.c; path = SSZipArchive/minizip/aes/aestab.c; sourceTree = ""; }; + 804D30B2586A21FF03DFDC58D006EA30 /* brg_endian.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = brg_endian.h; path = SSZipArchive/minizip/aes/brg_endian.h; sourceTree = ""; }; + 80667A4462591350667D8BDD26BBC676 /* DBTEAMLOGFileChangeCommentSubscriptionDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileChangeCommentSubscriptionDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileChangeCommentSubscriptionDetails.h; sourceTree = ""; }; + 80B95F094DF6A002A126DB6F8581091B /* ZXPerspectiveTransform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPerspectiveTransform.m; path = ZXingObjC/common/ZXPerspectiveTransform.m; sourceTree = ""; }; + 80F26723BDD4B2D3D832649DFBDC5461 /* AFURLSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLSessionManager.m; path = AFNetworking/AFURLSessionManager.m; sourceTree = ""; }; + 81280B98FF740935B39257709B315354 /* ZXDataMatrixDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixDecoder.h; path = ZXingObjC/datamatrix/decoder/ZXDataMatrixDecoder.h; sourceTree = ""; }; + 813706B27CE5F610F72F86D29625A70F /* DBTEAMLOGSsoAddCertDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSsoAddCertDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoAddCertDetails.h; sourceTree = ""; }; + 814D5A71411AB3F59F45D67309CD2D9A /* DBFILEPROPERTIESPropertyField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESPropertyField.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyField.h; sourceTree = ""; }; + 816BB8C477E707CA3DB82B8A99CDE5E2 /* DBTEAMMemberProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMemberProfile.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberProfile.h; sourceTree = ""; }; + 818046B1BB0B99E6255DEE5CE98DD3FA /* DBSDKConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSDKConstants.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.h; sourceTree = ""; }; + 8186B3E05A8C6E34C3BD52E685EB0827 /* ZXAI01weightDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAI01weightDecoder.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI01weightDecoder.h; sourceTree = ""; }; + 818B8738A628B30D945A2FA6630D6E29 /* DBTEAMLOGMemberSpaceLimitsAddExceptionDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberSpaceLimitsAddExceptionDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSpaceLimitsAddExceptionDetails.h; sourceTree = ""; }; + 81C7468DF16D0ED0AC430760279C78B6 /* DBTEAMLOGPaperChangeMemberLinkPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperChangeMemberLinkPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperChangeMemberLinkPolicyDetails.h; sourceTree = ""; }; + 81F31A15D8ED0C5089A77678EF9D1597 /* DBTEAMLOGFilePreviewDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFilePreviewDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFilePreviewDetails.h; sourceTree = ""; }; + 82020AC0A646C3F0ABF6C1D98DE7ED37 /* DBSHARINGListFilesArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFilesArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFilesArg.h; sourceTree = ""; }; + 82380CE9EE975446FC726B2635720250 /* ioapi_buf.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ioapi_buf.c; path = SSZipArchive/minizip/ioapi_buf.c; sourceTree = ""; }; + 824074F04343573F385396DF1E5C1C5B /* ZXMaxiCodeDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXMaxiCodeDecoder.m; path = ZXingObjC/maxicode/decoder/ZXMaxiCodeDecoder.m; sourceTree = ""; }; + 8244BBA2840222793FEBE187FFAD480A /* ZXRGBLuminanceSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRGBLuminanceSource.m; path = ZXingObjC/core/ZXRGBLuminanceSource.m; sourceTree = ""; }; + 8281478B95BBBEA074725F6FAA0308DB /* ZXAztecToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAztecToken.h; path = ZXingObjC/aztec/encoder/ZXAztecToken.h; sourceTree = ""; }; + 828DBB82C69F47F8484E393D8A7E5F04 /* DBPAPERListPaperDocsResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERListPaperDocsResponse.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsResponse.h; sourceTree = ""; }; + 829C95C569FD3C58509315BFB200DC4C /* DBTEAMLOGSmartSyncChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSmartSyncChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncChangePolicyDetails.h; sourceTree = ""; }; + 82ADD0E83F1D890597E540E0B2F1B7EF /* DBTEAMStorageBucket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMStorageBucket.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMStorageBucket.h; sourceTree = ""; }; + 82D7699C6570498152F68AD2D8A18638 /* DBTEAMLOGWebSessionsFixedLengthPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGWebSessionsFixedLengthPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionsFixedLengthPolicy.h; sourceTree = ""; }; + 82E84B5B88AC33DB42CEB81A406CBF7F /* DBFILEPROPERTIESPropertyType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESPropertyType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyType.h; sourceTree = ""; }; + 837BF2D3776787BD88FCAAC007BCD99B /* ZXDataMatrixReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixReader.m; path = ZXingObjC/datamatrix/ZXDataMatrixReader.m; sourceTree = ""; }; + 8382999FC3C10B859766872F35BFCC0B /* ZXURIParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXURIParsedResult.h; path = ZXingObjC/client/result/ZXURIParsedResult.h; sourceTree = ""; }; + 839033D3A15C5B26689C7F8A296C4D0E /* DBAUTHRouteObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBAUTHRouteObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBAUTHRouteObjects.m; sourceTree = ""; }; + 83AEA33B4468414E5741EC9FB026125F /* DBSHARINGShareFolderError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGShareFolderError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderError.h; sourceTree = ""; }; + 83D1F22771219BE3E8363FDEC79F9F12 /* DBFILEREQUESTSFileRequestError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEREQUESTSFileRequestError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSFileRequestError.h; sourceTree = ""; }; + 8408EA6CFD1074415B1F35FBD0342312 /* aes_ni.c */ = {isa = PBXFileReference; includeInIndex = 1; name = aes_ni.c; path = SSZipArchive/minizip/aes/aes_ni.c; sourceTree = ""; }; + 848BDA0A870CE47125835085CB47F6FF /* DBFILESDeleteArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESDeleteArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteArg.h; sourceTree = ""; }; + 85608D5854D30B96E992FC94210F2DBE /* DBFILESWriteMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESWriteMode.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESWriteMode.h; sourceTree = ""; }; + 856338DD96797CE8BF4321EF9E951A16 /* DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails.h; sourceTree = ""; }; + 856884DF3A506649E5F95047BB7B9E22 /* DBFILEREQUESTSGeneralFileRequestsError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEREQUESTSGeneralFileRequestsError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSGeneralFileRequestsError.h; sourceTree = ""; }; + 85710F69B9DFD858D8791423EC3F591E /* ZXAztecDetector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAztecDetector.m; path = ZXingObjC/aztec/detector/ZXAztecDetector.m; sourceTree = ""; }; + 858A1AC489A7F782ABC8CA22EEFCB5F9 /* DBSHARINGInsufficientPlan.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGInsufficientPlan.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGInsufficientPlan.h; sourceTree = ""; }; + 85B7C4E527CBDA0F6BE0DA546074D8E3 /* DBTEAMLOGPaperAccessType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperAccessType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperAccessType.h; sourceTree = ""; }; + 8611B53222F5B95D6F03A49CD07FD1B4 /* ZXTextParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXTextParsedResult.m; path = ZXingObjC/client/result/ZXTextParsedResult.m; sourceTree = ""; }; + 864A47A4B7ACC719068DF1262E9F18FA /* DBTEAMLOGAppUnlinkTeamDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAppUnlinkTeamDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppUnlinkTeamDetails.h; sourceTree = ""; }; + 865FA5E712CB43904A9AF9E29A7230B5 /* DBSHARINGMountFolderError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGMountFolderError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMountFolderError.h; sourceTree = ""; }; + 86A4A5A05A06D2C085826E9145168ACD /* ZXPDF417ScanningDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417ScanningDecoder.h; path = ZXingObjC/pdf417/decoder/ZXPDF417ScanningDecoder.h; sourceTree = ""; }; + 86D9D51BA00C3A7428BE289F237736A0 /* DBTEAMLOGTwoAccountChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTwoAccountChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTwoAccountChangePolicyDetails.h; sourceTree = ""; }; + 86E62CEDBEF76FE0060277B45D06B83B /* ZXGenericGF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXGenericGF.m; path = ZXingObjC/common/reedsolomon/ZXGenericGF.m; sourceTree = ""; }; + 86F4BD88059B0DC436C963CFBAABBD89 /* DBTEAMLOGTeamName.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamName.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamName.h; sourceTree = ""; }; + 872F3F709D54EE75C3C34266FFD530F8 /* DBPAPERAddPaperDocUserResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERAddPaperDocUserResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERAddPaperDocUserResult.h; sourceTree = ""; }; + 873070CA1B0FCD205974D2AADE1BF028 /* DBTeamCommonObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTeamCommonObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/DBTeamCommonObjects.m; sourceTree = ""; }; + 8777600C6CB18B5A3ED52487EEC3561B /* DBTEAMUserSelectorArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMUserSelectorArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUserSelectorArg.h; sourceTree = ""; }; + 879012E1B4C71720426FB9FAF3390BA5 /* ZXDataMatrixVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixVersion.h; path = ZXingObjC/datamatrix/decoder/ZXDataMatrixVersion.h; sourceTree = ""; }; + 87A50AD8052B1A5493298E47AB506F0E /* DBTEAMLOGDeviceManagementDisabledDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceManagementDisabledDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceManagementDisabledDetails.h; sourceTree = ""; }; + 87ACE8A8BAE1127E6D97E1FAA8C70D6F /* DBFILESGetThumbnailBatchArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESGetThumbnailBatchArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchArg.h; sourceTree = ""; }; + 87BAF0CF47D74A9F1788B9C3B4AB9A18 /* DBSHARINGJobStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGJobStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGJobStatus.h; sourceTree = ""; }; + 87E8605A750D2D42ECD13F26DFBA0852 /* DBFILESDeleteBatchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESDeleteBatchResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchResult.h; sourceTree = ""; }; + 87EB8712EE059BF9A26163D7A118B54A /* DBTEAMLOGMemberRequestsChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberRequestsChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberRequestsChangePolicyDetails.h; sourceTree = ""; }; + 880253EE501201F880C130B8D53FB84B /* DBSHARINGUserInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGUserInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUserInfo.h; sourceTree = ""; }; + 880790F49EEC9E6AE86019B349ABFEB6 /* DBFILESFileOpsResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESFileOpsResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFileOpsResult.h; sourceTree = ""; }; + 888A04F247BD46EFCA696557DB45C041 /* ZXPDF417DecodedBitStreamParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417DecodedBitStreamParser.m; path = ZXingObjC/pdf417/decoder/ZXPDF417DecodedBitStreamParser.m; sourceTree = ""; }; + 88B1754F70CB6ECD438E24F18BE7AAF9 /* DBUSERSTeam.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSTeam.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSTeam.h; sourceTree = ""; }; + 88C6565E6F6A30C1C4F9BDAD753103B2 /* DBTEAMLOGLogoutDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGLogoutDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGLogoutDetails.h; sourceTree = ""; }; + 88C9BFEE0C85B1AB34FD3C73368A301D /* ZXPDF417Dimensions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417Dimensions.h; path = ZXingObjC/pdf417/encoder/ZXPDF417Dimensions.h; sourceTree = ""; }; + 89083FAC71A938C23DB61C2A08A993C5 /* ZXUPCEReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXUPCEReader.m; path = ZXingObjC/oned/ZXUPCEReader.m; sourceTree = ""; }; + 890DE6128BE73338C2E57AE1F1EADA2D /* DBSHARINGListFoldersContinueError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFoldersContinueError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFoldersContinueError.h; sourceTree = ""; }; + 8910C4B24A306B917B4745856D00CF7B /* ISO8601.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ISO8601.xcconfig; sourceTree = ""; }; + 8939708E7621DB27B43700A84F35C498 /* ZXDataMatrixVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixVersion.m; path = ZXingObjC/datamatrix/decoder/ZXDataMatrixVersion.m; sourceTree = ""; }; + 894384890B8BC9DAC79EDB32FF971EE9 /* DBSHARINGListSharedLinksResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListSharedLinksResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListSharedLinksResult.h; sourceTree = ""; }; + 894515776BB46A0EF32E1AFB5C0DE3AD /* DBFILESUploadSessionStartResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadSessionStartResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionStartResult.h; sourceTree = ""; }; + 89457F3707A7126363C01C90FFB21C24 /* DBTEAMLOGGroupChangeMemberRoleDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupChangeMemberRoleDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupChangeMemberRoleDetails.h; sourceTree = ""; }; + 89499A887ADDEE2C13F8F4038281E016 /* DBSHARINGShareFolderLaunch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGShareFolderLaunch.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderLaunch.h; sourceTree = ""; }; + 895B8A9E0F26F187EACD0CFAFD3D48AD /* ZXBitArrayBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXBitArrayBuilder.m; path = ZXingObjC/oned/rss/expanded/ZXBitArrayBuilder.m; sourceTree = ""; }; + 896D31D5DE7526ABB15B3AFD71BB368E /* ZXAI01decoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAI01decoder.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI01decoder.h; sourceTree = ""; }; + 898A55FA97FAA99E39C8A9576042DF79 /* DBSHARINGVisibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGVisibility.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGVisibility.h; sourceTree = ""; }; + 89A0CCA899A96BE97A0C42D817A015F1 /* ZXWifiResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXWifiResultParser.h; path = ZXingObjC/client/result/ZXWifiResultParser.h; sourceTree = ""; }; + 89A4274B85630398488C9E18672BE694 /* DBTEAMRevokeLinkedApiAppBatchArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRevokeLinkedApiAppBatchArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedApiAppBatchArg.h; sourceTree = ""; }; + 89ECEF388C9DCD996FDE6CC098A89570 /* ZXPDF417DetectionResultColumn.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417DetectionResultColumn.m; path = ZXingObjC/pdf417/decoder/ZXPDF417DetectionResultColumn.m; sourceTree = ""; }; + 8A3953F4AA1DC8A7CEEE314C4187DF18 /* DBSerializableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSerializableProtocol.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBSerializableProtocol.h; sourceTree = ""; }; + 8A3C8E22DD8FEDBDBBB9DBFD1FF57E9C /* Answers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Answers.h; path = OSX/Crashlytics.framework/Versions/A/Headers/Answers.h; sourceTree = ""; }; + 8A5312C7C0955DB71954CB2F287050C4 /* NSString+CMDQueryStringSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+CMDQueryStringSerialization.h"; path = "CMDQueryStringSerialization/NSString+CMDQueryStringSerialization.h"; sourceTree = ""; }; + 8A7C1F79B44C0321F77307E606854716 /* DBClientsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBClientsManager.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/DBClientsManager.h; sourceTree = ""; }; + 8AFE5D905BC8B9D7D7476EFA8D4575DB /* ZXAztecHighLevelEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAztecHighLevelEncoder.h; path = ZXingObjC/aztec/encoder/ZXAztecHighLevelEncoder.h; sourceTree = ""; }; + 8B01A98BA1CD2F4505DBF51A47DE0505 /* ZXQRCodeErrorCorrectionLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeErrorCorrectionLevel.h; path = ZXingObjC/qrcode/decoder/ZXQRCodeErrorCorrectionLevel.h; sourceTree = ""; }; + 8B190330182BC0A6D0DB11A31EA71E83 /* ZXDataMatrixASCIIEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixASCIIEncoder.h; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixASCIIEncoder.h; sourceTree = ""; }; + 8B562768C8E0FBFF9248B81A4BFFDD51 /* DBTEAMListMemberAppsError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListMemberAppsError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberAppsError.h; sourceTree = ""; }; + 8B5C5F149D82EF51EB82E88F2302D26C /* DBSHARINGFolderPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGFolderPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFolderPolicy.h; sourceTree = ""; }; + 8BBC997E893365D38B8C964ADF4DE77C /* ZXAddressBookAUResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAddressBookAUResultParser.m; path = ZXingObjC/client/result/ZXAddressBookAUResultParser.m; sourceTree = ""; }; + 8C03D7A2EFCB3E82A5A457A00DCB2044 /* DBTEAMLOGDeviceType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceType.h; sourceTree = ""; }; + 8C099FF7FB13D8B3313F81286CBEE003 /* DBASYNCPollError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBASYNCPollError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCPollError.h; sourceTree = ""; }; + 8C298AA0E82AED5AC76BC05CAA150DC8 /* DBFILESRelocationBatchArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESRelocationBatchArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchArg.h; sourceTree = ""; }; + 8C2C43A6B32FA7A4F4A17A0D16F3F97A /* DBSHARINGUserMembershipInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGUserMembershipInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUserMembershipInfo.h; sourceTree = ""; }; + 8C39640234A8FB1D63AE68858FBD6E62 /* ZXPDF417Codeword.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417Codeword.m; path = ZXingObjC/pdf417/decoder/ZXPDF417Codeword.m; sourceTree = ""; }; + 8CDD53F01A0543F3ADD873306DA9ACF6 /* DBTEAMLOGSharingChangeMemberPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharingChangeMemberPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingChangeMemberPolicyDetails.h; sourceTree = ""; }; + 8D12A5CA78E3BA163BEFE562057A9F8E /* DBTEAMMembersListResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersListResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListResult.h; sourceTree = ""; }; + 8D158B4EB76EFA3A2983E677C2C2E517 /* DBSHARINGMemberPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGMemberPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberPolicy.h; sourceTree = ""; }; + 8D22461924E3BC9635BF1DA82BBF2C9B /* DBTEAMRevokeLinkedAppBatchError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRevokeLinkedAppBatchError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedAppBatchError.h; sourceTree = ""; }; + 8D238930CC7AA1F60B9AF8D75A04B0D2 /* DBTEAMLOGSharedFolderChangeConfidentialityDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedFolderChangeConfidentialityDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderChangeConfidentialityDetails.h; sourceTree = ""; }; + 8D25770C48C0F04114A6B2A85E376473 /* ZXPerspectiveTransform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPerspectiveTransform.h; path = ZXingObjC/common/ZXPerspectiveTransform.h; sourceTree = ""; }; + 8D44E3507907AD91945303284149EAEA /* DBFILEPROPERTIESPropertiesError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESPropertiesError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesError.h; sourceTree = ""; }; 8D8FAA015D99B46DE69BFBF390210E86 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/CoreServices.framework; sourceTree = DEVELOPER_DIR; }; - 8DF29E6A7C4C9752264512B1178AA890 /* DBTEAMLOGGroupCreateDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupCreateDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupCreateDetails.h; sourceTree = ""; }; - 8E272365F5388470A42A54A3A888B9F5 /* DBSHARINGSharedFileMembers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedFileMembers.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFileMembers.h; sourceTree = ""; }; - 8E36BB539525C82EFC24AB87E6F7B423 /* DBTEAMLOGFileRequestCloseDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRequestCloseDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestCloseDetails.h; sourceTree = ""; }; - 8E3C8C6FADACDD6F7CC4E063A915DE6E /* Google-Analytics-for-OS-X-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Google-Analytics-for-OS-X-prefix.pch"; sourceTree = ""; }; - 8E51D5C94A9E86E5459362BF0952AF4F /* ZXGeoParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXGeoParsedResult.m; path = ZXingObjC/client/result/ZXGeoParsedResult.m; sourceTree = ""; }; - 8E7C79C03BDF2CDADFA9D118A44F21B6 /* DBTEAMGroupMembersSetAccessTypeArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupMembersSetAccessTypeArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersSetAccessTypeArg.h; sourceTree = ""; }; - 8EF90F29F99CA3352FFAE1A189AFB72D /* DBTEAMLOGSharedContentClaimInvitationDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentClaimInvitationDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentClaimInvitationDetails.h; sourceTree = ""; }; - 8EF9BCEFFBDF88AEE0722C61F0EA0F28 /* DBSHARINGRemoveFileMemberArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGRemoveFileMemberArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveFileMemberArg.h; sourceTree = ""; }; - 8F040735CB83D176F087277C5258980C /* ZXAI013103decoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAI013103decoder.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI013103decoder.h; sourceTree = ""; }; - 8F111FAB175D713524B43281EA1DA888 /* DBSHARINGListFoldersResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFoldersResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFoldersResult.h; sourceTree = ""; }; - 8F237CC4D5974075CB847761AB41A807 /* DBFILESUploadSessionStartArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadSessionStartArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionStartArg.h; sourceTree = ""; }; - 8F5009EA531A4264CBFD95596554F75E /* DBTEAMLOGFileEditDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileEditDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileEditDetails.h; sourceTree = ""; }; - 8F72AB85C77A4D0E483A253C8EB7660D /* DBTEAMLOGPaperFolderFollowedDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperFolderFollowedDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderFollowedDetails.h; sourceTree = ""; }; - 8F734B003C694BF23CF41C64B4585D24 /* DBPAPERListUsersOnFolderArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERListUsersOnFolderArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnFolderArgs.h; sourceTree = ""; }; - 8F790E497124DC35AF5A8EE5DF00E762 /* DBGlobalErrorResponseHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBGlobalErrorResponseHandler.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBGlobalErrorResponseHandler.m; sourceTree = ""; }; - 8FBC549CF538445EBE74A20D0797B941 /* ZXQRCodeFinderPattern.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeFinderPattern.m; path = ZXingObjC/qrcode/detector/ZXQRCodeFinderPattern.m; sourceTree = ""; }; - 8FE845C46D201D3F4E44971495F5FE59 /* ZXRSSExpandedDecodedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSExpandedDecodedObject.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedDecodedObject.h; sourceTree = ""; }; - 901DE40E748395265A630E9AA12BFC54 /* DBTEAMTeamFolderRenameError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderRenameError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderRenameError.h; sourceTree = ""; }; - 9029AF661A9B0F165531FB2EE02BACD0 /* DBUserClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBUserClient.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/DBUserClient.m; sourceTree = ""; }; - 906B44B46AA54FA0DD6D133689A85E75 /* ZXQRCodeEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeEncoder.m; path = ZXingObjC/qrcode/encoder/ZXQRCodeEncoder.m; sourceTree = ""; }; - 90C4ACD215CDA2BE10B2D078D02C697C /* ZXUPCEWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXUPCEWriter.m; path = ZXingObjC/oned/ZXUPCEWriter.m; sourceTree = ""; }; + 8E2AD57FC4C617AD358471F63EA84811 /* DBFILESDeletedMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESDeletedMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeletedMetadata.h; sourceTree = ""; }; + 8EF9250A0E4E874D2BB154BE36FFC0A2 /* DBFILEREQUESTSCreateFileRequestArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEREQUESTSCreateFileRequestArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSCreateFileRequestArgs.h; sourceTree = ""; }; + 8EFCC8D97607E5FA8CB5FDEC65A3A10E /* DBTEAMLOGFileDeleteDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileDeleteDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileDeleteDetails.h; sourceTree = ""; }; + 8F1717AD477B3E7A62108251D6F36725 /* DBFILESGetTemporaryLinkResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESGetTemporaryLinkResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetTemporaryLinkResult.h; sourceTree = ""; }; + 8F409840F97E28CBAD55BB51B4701B59 /* ZXCode128Writer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXCode128Writer.m; path = ZXingObjC/oned/ZXCode128Writer.m; sourceTree = ""; }; + 8F7A33E0B00245183D83CC0843A38715 /* DBTEAMTeamNamespacesListArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamNamespacesListArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamNamespacesListArg.h; sourceTree = ""; }; + 8F7A90C042037FBEC0851007DA3AA107 /* DBPAPERListUsersOnFolderArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERListUsersOnFolderArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnFolderArgs.h; sourceTree = ""; }; + 8F92F7562D2E8EE6D2A241F8CE704535 /* ZXGenericMultipleBarcodeReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXGenericMultipleBarcodeReader.h; path = ZXingObjC/multi/ZXGenericMultipleBarcodeReader.h; sourceTree = ""; }; + 8FA54B0921046B61EDAEC14A2C54697B /* DBTEAMLOGFileUnlikeCommentDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileUnlikeCommentDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileUnlikeCommentDetails.h; sourceTree = ""; }; + 90042324EFFB3E05A39FBFFF815E4769 /* DBFILEREQUESTSUserAuthRoutes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEREQUESTSUserAuthRoutes.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEREQUESTSUserAuthRoutes.h; sourceTree = ""; }; + 904D77736CF5EA9A3B3BA575E5806718 /* ZXMultiFormatUPCEANReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXMultiFormatUPCEANReader.m; path = ZXingObjC/oned/ZXMultiFormatUPCEANReader.m; sourceTree = ""; }; + 9061C0974841100CBD60FE24727DB6FB /* DBTEAMLOGFileDeleteCommentDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileDeleteCommentDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileDeleteCommentDetails.h; sourceTree = ""; }; + 907F636812D6DE75807267602309F192 /* ZXReedSolomonEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXReedSolomonEncoder.m; path = ZXingObjC/common/reedsolomon/ZXReedSolomonEncoder.m; sourceTree = ""; }; + 90A32D3F7E6923FFEDE9448B24D6B5CF /* DBFILESDeleteBatchResultEntry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESDeleteBatchResultEntry.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchResultEntry.h; sourceTree = ""; }; + 90B66138748859A7EF05CF6EABF09692 /* ZXSMSTOMMSTOResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXSMSTOMMSTOResultParser.h; path = ZXingObjC/client/result/ZXSMSTOMMSTOResultParser.h; sourceTree = ""; }; 90D14075975918B10DAA0B935E8FEDC6 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; - 90E9B1214E013C836285A69D122F352E /* ZXingObjCQRCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXingObjCQRCode.h; path = ZXingObjC/qrcode/ZXingObjCQRCode.h; sourceTree = ""; }; - 90F275E9C5D5A4E62CCED190195C4518 /* DBAsyncObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBAsyncObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/DBAsyncObjects.m; sourceTree = ""; }; - 9115D1926321438495DE567152D77D4F /* unzip.c */ = {isa = PBXFileReference; includeInIndex = 1; name = unzip.c; path = SSZipArchive/minizip/unzip.c; sourceTree = ""; }; - 9118FE261E2F38F28CC35A8BD31C97B0 /* DBTEAMLOGSharedContentRequestAccessDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentRequestAccessDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRequestAccessDetails.h; sourceTree = ""; }; - 911D8DD9B83BB2935E8571C00592AAEF /* zip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = zip.h; path = SSZipArchive/minizip/zip.h; sourceTree = ""; }; - 9156B44E977C373B2975EB31E2AA03FD /* DBTEAMLOGNamespaceRelativePathLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGNamespaceRelativePathLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNamespaceRelativePathLogInfo.h; sourceTree = ""; }; - 91741E6AC8E23E8F61F3C8C324848C32 /* DBSerializableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSerializableProtocol.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBSerializableProtocol.h; sourceTree = ""; }; - 91BE23E534AF797C43C485A2992B8182 /* DBFILESFileMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESFileMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFileMetadata.h; sourceTree = ""; }; - 91F3012BD2FC6671472D8F404F3DC8F2 /* ZXBinarizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXBinarizer.h; path = ZXingObjC/core/ZXBinarizer.h; sourceTree = ""; }; - 920D5BD3B30CEF29A403D5C58AD13EC2 /* DBFILESGpsCoordinates.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESGpsCoordinates.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGpsCoordinates.h; sourceTree = ""; }; - 9214344BF8F966C35FCCA4C149440015 /* AFURLRequestSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLRequestSerialization.h; path = AFNetworking/AFURLRequestSerialization.h; sourceTree = ""; }; - 922F57B7EB63682B53802B88A23C0E6D /* ZXErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXErrors.h; path = ZXingObjC/core/ZXErrors.h; sourceTree = ""; }; - 92431793E418CE68B888C7B670BDC85C /* ZXQRCodeDecodedBitStreamParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeDecodedBitStreamParser.m; path = ZXingObjC/qrcode/decoder/ZXQRCodeDecodedBitStreamParser.m; sourceTree = ""; }; - 9286887099535E0262D2A417C3F963C0 /* DBSHARINGCreateSharedLinkError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGCreateSharedLinkError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCreateSharedLinkError.h; sourceTree = ""; }; - 92BDD710316C1937D47692BDBA3AEEEE /* DBClientsManager+DesktopAuth-macOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DBClientsManager+DesktopAuth-macOS.h"; path = "Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/DBClientsManager+DesktopAuth-macOS.h"; sourceTree = ""; }; - 92C567DE2CD0B0214B5F2FED41FB2CDD /* DBSHARINGRouteObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBSHARINGRouteObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBSHARINGRouteObjects.m; sourceTree = ""; }; - 92F8F8A8C3FEDA00039880D6F34F6BE6 /* ZXDecoderResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDecoderResult.h; path = ZXingObjC/common/ZXDecoderResult.h; sourceTree = ""; }; - 930828C982A02EB82307F427EE6C8898 /* DBTEAMLOGSharedContentDownloadDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentDownloadDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentDownloadDetails.h; sourceTree = ""; }; - 9364F70AA37232B2471C20618863BD50 /* DBTasksStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTasksStorage.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTasksStorage.h; sourceTree = ""; }; - 936A72B6F5D27F21C777BE657E8C0243 /* DBTEAMListMembersAppsError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListMembersAppsError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersAppsError.h; sourceTree = ""; }; + 90D6FD567403A0C529C53E15192FC211 /* SAMKeychain-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SAMKeychain-dummy.m"; sourceTree = ""; }; + 90F4FF260AB5FBB9172FEB3287101CE0 /* DBSHARINGUnshareFolderArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGUnshareFolderArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnshareFolderArg.h; sourceTree = ""; }; + 9143015E80145558A777610EEC0D8B35 /* ZXEncodeHints.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXEncodeHints.h; path = ZXingObjC/core/ZXEncodeHints.h; sourceTree = ""; }; + 9147F66516BAC19F23D0194E20854E51 /* DBSharedApplicationProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSharedApplicationProtocol.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/OAuth/DBSharedApplicationProtocol.h; sourceTree = ""; }; + 9168C1C48CC2BE591C98A87919A6BC12 /* DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetails.h; sourceTree = ""; }; + 9178FFC905085EBFF6F90085809CB0F5 /* DBSHARINGUpdateFileMemberArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGUpdateFileMemberArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFileMemberArgs.h; sourceTree = ""; }; + 9183F4394E8A44A37DF26AB9EA52E54D /* DBFILESListRevisionsArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESListRevisionsArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListRevisionsArg.h; sourceTree = ""; }; + 9197F06F9C20B02AEECFEDD4639EFD21 /* DBSHARINGUpdateFolderMemberArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGUpdateFolderMemberArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFolderMemberArg.h; sourceTree = ""; }; + 919A10EC4609C6F1B84DB9E3A05392FA /* DBFILESGetCopyReferenceArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESGetCopyReferenceArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetCopyReferenceArg.h; sourceTree = ""; }; + 91D3022B923C41697DC6C4A64B505FE4 /* ZXUPCEANReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXUPCEANReader.h; path = ZXingObjC/oned/ZXUPCEANReader.h; sourceTree = ""; }; + 91E23179C003AFB9422F730D7936C310 /* DBTEAMLOGSharedContentAddMemberDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentAddMemberDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentAddMemberDetails.h; sourceTree = ""; }; + 9214D602A4698C9F6AA47D8F8F5A9074 /* ZXImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXImage.m; path = ZXingObjC/client/ZXImage.m; sourceTree = ""; }; + 92263214B517BBE43770FFECD3994A68 /* ZXMultiFormatOneDReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXMultiFormatOneDReader.m; path = ZXingObjC/oned/ZXMultiFormatOneDReader.m; sourceTree = ""; }; + 924362ADCF4E525207ACA16630CADD24 /* ZXExpandedProductParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXExpandedProductParsedResult.m; path = ZXingObjC/client/result/ZXExpandedProductParsedResult.m; sourceTree = ""; }; + 924F9D5377B63D86697531EBC36A11A3 /* DBTEAMGroupMembersRemoveError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupMembersRemoveError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersRemoveError.h; sourceTree = ""; }; + 925F7326A0E85D160D9ECDFC7ACAF3CC /* DBStoneBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBStoneBase.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBStoneBase.h; sourceTree = ""; }; + 9264E167CC78119DC4E96FFE63123C85 /* DBTransportBaseClient+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DBTransportBaseClient+Internal.h"; path = "Source/ObjectiveDropboxOfficial/Headers/Internal/Networking/DBTransportBaseClient+Internal.h"; sourceTree = ""; }; + 928D30186840845230520C413CE95E1F /* ZXIntArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXIntArray.h; path = ZXingObjC/common/ZXIntArray.h; sourceTree = ""; }; + 931B345209CECBFC9C6BD727DB203066 /* DBTEAMGroupsListContinueError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupsListContinueError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsListContinueError.h; sourceTree = ""; }; + 9323B8A93BA14716BDD11E670245BF90 /* DBTEAMRevokeDeviceSessionBatchArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRevokeDeviceSessionBatchArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionBatchArg.h; sourceTree = ""; }; + 93388A559E79BDB9F9ABA7BEFDEFA44E /* DBTEAMLOGSsoRemoveLogoutUrlDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSsoRemoveLogoutUrlDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoRemoveLogoutUrlDetails.h; sourceTree = ""; }; 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 93AFF8E8238588D93BD505A5D4062EA4 /* ZXCapture.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXCapture.m; path = ZXingObjC/client/ZXCapture.m; sourceTree = ""; }; - 93D6EE0F9D0877BD2E8681CD80EDA374 /* DBTEAMLOGSsoPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSsoPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoPolicy.h; sourceTree = ""; }; - 9409B91D7DA51F1DFB3D48E3B0DEB219 /* STPrivilegedTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = STPrivilegedTask.m; sourceTree = ""; }; - 9416A517613BA061BC47D7E03814BCA5 /* DBTEAMLOGTeamFolderStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamFolderStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderStatus.h; sourceTree = ""; }; - 9429B438DBF1650A59E7EA9A1D3ED0DC /* ZXRSSExpandedDecodedInformation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSExpandedDecodedInformation.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedDecodedInformation.m; sourceTree = ""; }; - 9437403780762563322DD39796B399F3 /* DBTEAMLOGEventDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGEventDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEventDetails.h; sourceTree = ""; }; - 9465988DC6F8985EDCB7CB69F6DF49DF /* DBSHARINGRelinquishFileMembershipError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGRelinquishFileMembershipError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRelinquishFileMembershipError.h; sourceTree = ""; }; - 94D9683F68FE47C4DA827A423597A061 /* ZXResultPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXResultPoint.h; path = ZXingObjC/core/ZXResultPoint.h; sourceTree = ""; }; - 94FC320F1243C157A6939CCDC1CCDB4B /* DBFILESRouteObjects.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESRouteObjects.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILESRouteObjects.h; sourceTree = ""; }; - 9520A30D2175BE847950E297DC3C7722 /* ZXPDF417Reader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417Reader.h; path = ZXingObjC/pdf417/ZXPDF417Reader.h; sourceTree = ""; }; - 9522C1D79765619677FF035C31932109 /* ZXRSS14Reader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSS14Reader.m; path = ZXingObjC/oned/rss/ZXRSS14Reader.m; sourceTree = ""; }; - 95473F4A60C085831D189840ABBBFFA3 /* DBTEAMGroupAccessType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupAccessType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupAccessType.h; sourceTree = ""; }; - 9563FFCEE56F788359175B27C805AAA9 /* DBTEAMLOGGroupManagementType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupManagementType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupManagementType.h; sourceTree = ""; }; - 959293865CC19F4C94F30724CDF3BCC1 /* ZXTextParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXTextParsedResult.h; path = ZXingObjC/client/result/ZXTextParsedResult.h; sourceTree = ""; }; - 95C3098C60BFA52CCB3BC1F20C4C9E39 /* DBTEAMLOGPaperDocRevertDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocRevertDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocRevertDetails.h; sourceTree = ""; }; - 95FBE1D76F019EBC6BA65088478DE3E4 /* ZXImage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXImage.m; path = ZXingObjC/client/ZXImage.m; sourceTree = ""; }; - 960AE899BBEE7A57E4ED6E90DA7A9429 /* pwd2key.c */ = {isa = PBXFileReference; includeInIndex = 1; name = pwd2key.c; path = SSZipArchive/minizip/aes/pwd2key.c; sourceTree = ""; }; - 963ECC2C8EFDBC6318B76EC444407D7E /* DBSHARINGCollectionLinkMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGCollectionLinkMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCollectionLinkMetadata.h; sourceTree = ""; }; - 96401221F53DFCF54BC747254FB82088 /* DBFILESDeleteArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESDeleteArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteArg.h; sourceTree = ""; }; - 965BD446B0DBCB459B5C7624C8488EA3 /* ZXErrors.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXErrors.m; path = ZXingObjC/core/ZXErrors.m; sourceTree = ""; }; - 9667A4E3B4805D77CFF9AFDDEB00DE56 /* DBTEAMLOGGroupJoinPolicyUpdatedDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupJoinPolicyUpdatedDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupJoinPolicyUpdatedDetails.h; sourceTree = ""; }; - 968E600681FAD897A30080670344091F /* DBTEAMDevicesActive.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMDevicesActive.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDevicesActive.h; sourceTree = ""; }; - 96A07DE42E2202043F382E8C1A88F488 /* DBTEAMLOGGroupJoinPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupJoinPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupJoinPolicy.h; sourceTree = ""; }; - 96A58DC27EE032464F5F26F734E8D42E /* DBTEAMLOGNoteAclInviteOnlyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGNoteAclInviteOnlyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteAclInviteOnlyDetails.h; sourceTree = ""; }; - 96C004DC96BE9B8536DC2A1F6B6DBEEC /* DBTEAMLOGGetTeamEventsContinueArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGetTeamEventsContinueArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsContinueArg.h; sourceTree = ""; }; - 96D17B6CCAC3F08401D7D9B433C1BA9A /* DBTEAMLOGAdminRole.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAdminRole.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAdminRole.h; sourceTree = ""; }; - 96E82E98DC1D6067D2C9EF43C4E40E9B /* DBSHARINGPendingUploadMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGPendingUploadMode.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGPendingUploadMode.h; sourceTree = ""; }; - 96ED07C05FD8FBDA33A4D9499787A92A /* ZXEAN13Reader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXEAN13Reader.m; path = ZXingObjC/oned/ZXEAN13Reader.m; sourceTree = ""; }; - 970BB28C8FFB716E5787AAB6DBC6BA8D /* ZXCode39Reader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXCode39Reader.m; path = ZXingObjC/oned/ZXCode39Reader.m; sourceTree = ""; }; - 970C92F45FE4575DBE2F9ECB476C4C34 /* DBPAPERSharingTeamPolicyType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERSharingTeamPolicyType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERSharingTeamPolicyType.h; sourceTree = ""; }; - 975576BE4D21EB6BBBE54F63031B37C4 /* DBSDKConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSDKConstants.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBSDKConstants.h; sourceTree = ""; }; - 978C5925AA97ADE687596781BBFA9BCF /* CMDQueryStringSerialization-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CMDQueryStringSerialization-dummy.m"; sourceTree = ""; }; - 97DE3623B314D47ED07A39E9243D57E7 /* ZXOneDReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXOneDReader.h; path = ZXingObjC/oned/ZXOneDReader.h; sourceTree = ""; }; - 97E3630D7C5BF432EED94353B960844E /* DBFILESLookupError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESLookupError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESLookupError.h; sourceTree = ""; }; - 9832E9F0D593846FC316D6CEDD500F43 /* DBTEAMLOGMemberChangeEmailDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberChangeEmailDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeEmailDetails.h; sourceTree = ""; }; - 9845686C9DD9EC515FB703C6E53321AE /* DBSessionData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBSessionData.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBSessionData.m; sourceTree = ""; }; - 98BFF877B69CCABA8D8D73A11CD0EC29 /* DBTEAMLOGDurationLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDurationLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDurationLogInfo.h; sourceTree = ""; }; - 98E192B45BE8DFAE57711E6E65B8D210 /* DBAUTHRouteObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBAUTHRouteObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBAUTHRouteObjects.m; sourceTree = ""; }; - 98FCCB2C9C4ED597E1CA08D3F6658093 /* DBTEAMTeamNamespacesListContinueError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamNamespacesListContinueError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamNamespacesListContinueError.h; sourceTree = ""; }; - 990C5F1213271B5502C80F09652A1403 /* AFNetworkReachabilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFNetworkReachabilityManager.m; path = AFNetworking/AFNetworkReachabilityManager.m; sourceTree = ""; }; - 996873C05AC924C7D8E985A7C6CD98A9 /* DBTEAMLOGSfExternalInviteWarnDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSfExternalInviteWarnDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfExternalInviteWarnDetails.h; sourceTree = ""; }; - 9992836BDE8619E08A249BCD9B6D2B8D /* DBTEAMDateRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMDateRange.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDateRange.h; sourceTree = ""; }; - 99D37482D8F5FEAAA5AE7C62BE550620 /* DBTEAMLOGMemberSuggestionsPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberSuggestionsPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSuggestionsPolicy.h; sourceTree = ""; }; - 99DBCAA535214A97B6AD4F1C477DD2A4 /* DBTEAMLOGGroupRemoveExternalIdDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupRemoveExternalIdDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupRemoveExternalIdDetails.h; sourceTree = ""; }; - 99F057BB676BAF72E28AE7DD8ECA0AEB /* DBTEAMLOGFileUnlikeCommentDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileUnlikeCommentDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileUnlikeCommentDetails.h; sourceTree = ""; }; - 9A189497DBFAC30BB724AC000DFA6DF9 /* DBTEAMLOGSharedNoteOpenedDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedNoteOpenedDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedNoteOpenedDetails.h; sourceTree = ""; }; - 9A3A8EAE0FAB3E035A04FB178F53E425 /* ZXGenericGF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXGenericGF.m; path = ZXingObjC/common/reedsolomon/ZXGenericGF.m; sourceTree = ""; }; - 9A649C1A271E91C4D9EEC8F365C3AFEB /* DBTEAMLOGMemberSuggestionsChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberSuggestionsChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSuggestionsChangePolicyDetails.h; sourceTree = ""; }; - 9AF2795EE7663A6634AF960F888B18FD /* DBPROPERTIESGetPropertyTemplateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPROPERTIESGetPropertyTemplateResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESGetPropertyTemplateResult.h; sourceTree = ""; }; - 9B1D25B01176766498B87A117642876A /* ZXByteArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXByteArray.h; path = ZXingObjC/common/ZXByteArray.h; sourceTree = ""; }; - 9B288125B4C1346D1F099A7597EBD431 /* ZXModulusGF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXModulusGF.h; path = ZXingObjC/pdf417/decoder/ec/ZXModulusGF.h; sourceTree = ""; }; - 9B29BA003053665A3547CCB6287D0C65 /* DBTEAMRevokeDeviceSessionBatchArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRevokeDeviceSessionBatchArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionBatchArg.h; sourceTree = ""; }; - 9B79661ED52ADFD3320816C551351410 /* ZXRSSExpandedGeneralAppIdDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSExpandedGeneralAppIdDecoder.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedGeneralAppIdDecoder.m; sourceTree = ""; }; - 9B7EC1EEC6EB62E2A404289A35B2F7FF /* DBTEAMTeamFolderAccessError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderAccessError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderAccessError.h; sourceTree = ""; }; - 9BEB9F25F4DC9AE84248674E72A90396 /* DBTEAMLOGCollectionShareDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGCollectionShareDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGCollectionShareDetails.h; sourceTree = ""; }; - 9C19FABB9D444C57EB90A305A8359799 /* DBTEAMDesktopClientSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMDesktopClientSession.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDesktopClientSession.h; sourceTree = ""; }; - 9C3E845980B4D1ECD4B6404CB7C85B2E /* ZXPDF417DetectorResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417DetectorResult.h; path = ZXingObjC/pdf417/detector/ZXPDF417DetectorResult.h; sourceTree = ""; }; - 9C8C7C9BDC951C81B4AA635A4DB691D6 /* DBSHARINGSharedFolderMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedFolderMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderMetadata.h; sourceTree = ""; }; - 9CBE80CEB8498A9FF0ED112022F54B38 /* ZXDataMatrixHighLevelEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixHighLevelEncoder.h; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixHighLevelEncoder.h; sourceTree = ""; }; - 9CE86648CD2FE367D34C5C73063BC640 /* DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetails.h; sourceTree = ""; }; - 9D04FEA8AD05035C9BDA50461A186611 /* DBTEAMLOGWebSessionsFixedLengthPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGWebSessionsFixedLengthPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionsFixedLengthPolicy.h; sourceTree = ""; }; - 9D08BBEE1496B086AFCDDECD5AC7FDC8 /* DBTEAMLOGTeamMemberLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamMemberLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamMemberLogInfo.h; sourceTree = ""; }; - 9D47B2B9A01662701BE05CFA5F9EB60F /* ZXVINParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXVINParsedResult.m; path = ZXingObjC/client/result/ZXVINParsedResult.m; sourceTree = ""; }; - 9D83602FA14864C9718132A7CDD2371E /* DBPAPERUserInfoWithPermissionLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERUserInfoWithPermissionLevel.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERUserInfoWithPermissionLevel.h; sourceTree = ""; }; - 9D9231BE2F7027B8FCB216086B59A0F4 /* DBPAPERFolder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERFolder.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERFolder.h; sourceTree = ""; }; - 9DC8A166E3BAEC7230788A33F8300755 /* DBFILESMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESMetadata.h; sourceTree = ""; }; - 9E10E04CD2B8F11D9CB48C0DCDD7590C /* DBTEAMMemberAddArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMemberAddArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberAddArg.h; sourceTree = ""; }; - 9E3E224487349C9FDE2761350A9A85A5 /* DBSHARINGListSharedLinksArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListSharedLinksArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListSharedLinksArg.h; sourceTree = ""; }; - 9E3E9D65EF45F091E0222682D7DACD19 /* DBTEAMPOLICIESEmmState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMPOLICIESEmmState.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESEmmState.h; sourceTree = ""; }; - 9E9C426BD28FD5450C188A77C88526FD /* DBSHARINGInviteeInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGInviteeInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGInviteeInfo.h; sourceTree = ""; }; - 9EB1FFB3092A4CB84C5740B21C3712B4 /* DBFILESRelocationBatchLaunch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESRelocationBatchLaunch.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchLaunch.h; sourceTree = ""; }; - 9EB262418C3D18A25D7AF2A75839CA51 /* DBFILESFileOpsResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESFileOpsResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFileOpsResult.h; sourceTree = ""; }; - 9EC799F0C1637710985D20B935CAE14A /* DBTEAMMembersAddLaunch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersAddLaunch.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersAddLaunch.h; sourceTree = ""; }; - 9F1FF1DFCC55B733CB9D46D64489F783 /* DBGlobalErrorResponseHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBGlobalErrorResponseHandler.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBGlobalErrorResponseHandler.h; sourceTree = ""; }; - 9F244B8D00D2992805526C97F9FB7202 /* DBSHARINGSharedLinkMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedLinkMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkMetadata.h; sourceTree = ""; }; - 9F2460709AEA949A8DB7B570304C760A /* DBTEAMLOGPaperAccessType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperAccessType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperAccessType.h; sourceTree = ""; }; - 9F361CA13682462353F626D9379AACA4 /* DBTEAMLOGGroupDescriptionUpdatedDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupDescriptionUpdatedDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupDescriptionUpdatedDetails.h; sourceTree = ""; }; - 9F4B6703D5C731FF5BA4B04E2DA848C8 /* ZXURIParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXURIParsedResult.m; path = ZXingObjC/client/result/ZXURIParsedResult.m; sourceTree = ""; }; - 9F72D747F22DE3ADE5C82B8057EF6512 /* ZXDataMatrixDetector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixDetector.m; path = ZXingObjC/datamatrix/detector/ZXDataMatrixDetector.m; sourceTree = ""; }; - 9F79A4BE22F3E3CD98686B8BCD2E8998 /* ZXBookmarkDoCoMoResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXBookmarkDoCoMoResultParser.m; path = ZXingObjC/client/result/ZXBookmarkDoCoMoResultParser.m; sourceTree = ""; }; - 9F957630CFD04D99E1EA507EE93578C7 /* ZXResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXResultParser.m; path = ZXingObjC/client/result/ZXResultParser.m; sourceTree = ""; }; - 9FB4E3A75C779F104519536F65F554CD /* DBFILESSharingInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESSharingInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSharingInfo.h; sourceTree = ""; }; - 9FC7AE575D4A5A79E2FEFF37054365B4 /* ZXQRCodeMaskUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeMaskUtil.m; path = ZXingObjC/qrcode/encoder/ZXQRCodeMaskUtil.m; sourceTree = ""; }; - 9FD4F57A3E521B239906FF2B65E91E84 /* DBTEAMLOGDeviceChangeIpDesktopDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceChangeIpDesktopDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceChangeIpDesktopDetails.h; sourceTree = ""; }; - 9FEEA33C459A64E47CB21E401465E13D /* DBSHARINGFolderPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGFolderPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFolderPolicy.h; sourceTree = ""; }; - A00B37AE40A256C87E30B9A6405D19E9 /* DBAUTHAccessError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBAUTHAccessError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHAccessError.h; sourceTree = ""; }; - A02AB42D653EF587EA2CCE5A7A5224A1 /* DBFILESThumbnailFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESThumbnailFormat.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESThumbnailFormat.h; sourceTree = ""; }; - A02DE30164F28C5F77992590AFE0C8EF /* DBTEAMLOGGroupMovedDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupMovedDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupMovedDetails.h; sourceTree = ""; }; - A02E1EBF2FA3F1ECFBDDBF4A67BD3EDB /* ZXEAN8Reader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXEAN8Reader.m; path = ZXingObjC/oned/ZXEAN8Reader.m; sourceTree = ""; }; - A0399E305C5020EBB75716A63912B818 /* DBTEAMLOGDeviceApprovalsRolloutPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceApprovalsRolloutPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsRolloutPolicy.h; sourceTree = ""; }; - A04A3FD644F5B0C5DC232BAFDECB1D77 /* ZXAI01AndOtherAIs.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAI01AndOtherAIs.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI01AndOtherAIs.m; sourceTree = ""; }; - A053455E01125B2C0D9B889A8EBAAADE /* DBTEAMLOGPaperDocChangeSharingPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocChangeSharingPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocChangeSharingPolicyDetails.h; sourceTree = ""; }; - A0645C3DB8CDFADB8EAFDD45E7B409D6 /* ZXRSSDataCharacter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSDataCharacter.h; path = ZXingObjC/oned/rss/ZXRSSDataCharacter.h; sourceTree = ""; }; - A0ECAD66D83A4ED33B9D1B7D748475AE /* DBTEAMLOGSharingChangeFolderJoinPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharingChangeFolderJoinPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingChangeFolderJoinPolicyDetails.h; sourceTree = ""; }; - A110BF644E2DA66865CAFD31C9741CCE /* DBSHARINGMountFolderArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGMountFolderArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMountFolderArg.h; sourceTree = ""; }; - A1179E147AE4F09B53F0A651FDF733CE /* ZXQRCodeAlignmentPatternFinder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeAlignmentPatternFinder.m; path = ZXingObjC/qrcode/detector/ZXQRCodeAlignmentPatternFinder.m; sourceTree = ""; }; - A11CDBC4048C07565ACB6D48FC5B3057 /* DBTEAMLOGDomainInvitesRequestToJoinTeamDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDomainInvitesRequestToJoinTeamDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesRequestToJoinTeamDetails.h; sourceTree = ""; }; - A12FE04E45839EDBED79ED59E3EDC443 /* ioapi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ioapi.h; path = SSZipArchive/minizip/ioapi.h; sourceTree = ""; }; - A1580ECE65A63126068D7E7566E32919 /* DBFILESPropertiesError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESPropertiesError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPropertiesError.h; sourceTree = ""; }; - A17167759E61ECF7729E754EF3F06A0D /* DBTEAMMemberProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMemberProfile.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberProfile.h; sourceTree = ""; }; - A1895E0C6CEB5C117A5D12F565FC22CA /* DBTEAMLOGPaperDocDeleteCommentDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocDeleteCommentDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocDeleteCommentDetails.h; sourceTree = ""; }; - A1B776C7F63349C8F35E5266810F0DAB /* DBTEAMFeatureValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMFeatureValue.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeatureValue.h; sourceTree = ""; }; - A1BDD60B08DE0C96A54ECA7030A6A647 /* DBTEAMMembersRecoverArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersRecoverArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersRecoverArg.h; sourceTree = ""; }; - A1C00D3B2DD6743796F3EAB644A8A5D0 /* ZXCode128Writer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXCode128Writer.h; path = ZXingObjC/oned/ZXCode128Writer.h; sourceTree = ""; }; - A1E6551F62FF8CD0519BC8C012C34191 /* DBTEAMLOGAppLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAppLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppLogInfo.h; sourceTree = ""; }; - A20C028D735D3F2636C1C72F82A21BBB /* DBFILESCreateFolderResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESCreateFolderResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCreateFolderResult.h; sourceTree = ""; }; - A23A9BDC97EF851628DE670E2F9D91CF /* DBTEAMLOGPaperDocDeletedDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocDeletedDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocDeletedDetails.h; sourceTree = ""; }; - A24A6A0E9EA2743F6ADB426C7F31EF79 /* ZXingObjC-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZXingObjC-prefix.pch"; sourceTree = ""; }; - A283FF8DF17EB233873D4014161F01E5 /* ZXBarcodeFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXBarcodeFormat.h; path = ZXingObjC/core/ZXBarcodeFormat.h; sourceTree = ""; }; - A2859720847321A27FA869AF6147D3DD /* ZXDataMatrixReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixReader.m; path = ZXingObjC/datamatrix/ZXDataMatrixReader.m; sourceTree = ""; }; - A28D95BFFF5F8DF00750B6B2CED3FACA /* DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetails.h; sourceTree = ""; }; - A2DBA524C02293ECBF0C21CA2357B751 /* DBTEAMLOGTfaPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTfaPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaPolicy.h; sourceTree = ""; }; - A2E7A12719AA23873CECA3A45A2EA816 /* ZXAbstractDoCoMoResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAbstractDoCoMoResultParser.m; path = ZXingObjC/client/result/ZXAbstractDoCoMoResultParser.m; sourceTree = ""; }; - A31793D3031D745A94969EA013BE444E /* DBTEAMBaseDfbReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMBaseDfbReport.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMBaseDfbReport.h; sourceTree = ""; }; - A3462CD4B6AAD75E29CD736D1680D705 /* DBTEAMTeamFolderMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderMetadata.h; sourceTree = ""; }; - A3882427E2734857F7DA6D7EBEF8D653 /* ZXMultiFormatOneDReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXMultiFormatOneDReader.h; path = ZXingObjC/oned/ZXMultiFormatOneDReader.h; sourceTree = ""; }; - A39F8CC83CA811198125D409E4A90323 /* DBPAPERUserAuthRoutes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBPAPERUserAuthRoutes.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBPAPERUserAuthRoutes.m; sourceTree = ""; }; - A3A8C4A5044E67C2DFD88906B46526D1 /* DBFILESInvalidPropertyGroupError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESInvalidPropertyGroupError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESInvalidPropertyGroupError.h; sourceTree = ""; }; - A4302E885CAD66554BF91915BF2C86F8 /* ZXDataMatrixEdifactEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixEdifactEncoder.m; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixEdifactEncoder.m; sourceTree = ""; }; - A430975A66E08EE61DD1A938FE522FE9 /* ZXAztecState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAztecState.m; path = ZXingObjC/aztec/encoder/ZXAztecState.m; sourceTree = ""; }; - A43E997501AC3BA5E605C8F4BD5FE29A /* ZXDataMatrixEdifactEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixEdifactEncoder.h; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixEdifactEncoder.h; sourceTree = ""; }; - A43FEEF71F95EDBAB440949CA049DAC6 /* DBTEAMLOGFileRequestCreateDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRequestCreateDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestCreateDetails.h; sourceTree = ""; }; - A4535CFF5AB641E0033C20706F5A4DCE /* DBFILESRouteObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBFILESRouteObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILESRouteObjects.m; sourceTree = ""; }; - A46BAD551CF2F0B5975E0F67ED29B8D8 /* DBSHARINGUserMembershipInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGUserMembershipInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUserMembershipInfo.h; sourceTree = ""; }; - A4D6D08977B4CB4D317A07CCA2858D3E /* DBFILESRelocationBatchJobStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESRelocationBatchJobStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchJobStatus.h; sourceTree = ""; }; - A4FEAA4260FBA0520615025C8277FDE6 /* DBTEAMLOGAllowDownloadDisabledDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAllowDownloadDisabledDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAllowDownloadDisabledDetails.h; sourceTree = ""; }; - A5460C8C523BC6E327E6BD15C488842D /* DBSHARINGMemberPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGMemberPermission.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberPermission.h; sourceTree = ""; }; - A58B1EF4B846639D1D7007BE387F49B3 /* DBTEAMTeamFolderListArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderListArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListArg.h; sourceTree = ""; }; - A5C34CC8F6774C717D4E5362CDA2151A /* DBFILESListFolderResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESListFolderResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderResult.h; sourceTree = ""; }; - A5F06BE8D33B5A3E10CA4985D0590643 /* DBSHARINGListFolderMembersContinueError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFolderMembersContinueError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFolderMembersContinueError.h; sourceTree = ""; }; - A62905E0A970F54C87EC19A9D35BCDDA /* ZXBitSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXBitSource.h; path = ZXingObjC/common/ZXBitSource.h; sourceTree = ""; }; - A696175AC102471CD63D2A9E5B2EA62E /* DBTEAMLOGSharedFolderCreateDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedFolderCreateDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderCreateDetails.h; sourceTree = ""; }; - A6BF4A215C1A2C9859A61965B6FCFC6C /* ISO8601Serialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ISO8601Serialization.h; path = Sources/ISO8601Serialization.h; sourceTree = ""; }; - A6C424C9256FE7173A49313B67261AC9 /* sha1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sha1.h; path = SSZipArchive/minizip/aes/sha1.h; sourceTree = ""; }; - A6D04A8FFB2C73862CA12D71A9945655 /* ZXAztecState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAztecState.h; path = ZXingObjC/aztec/encoder/ZXAztecState.h; sourceTree = ""; }; - A6D7E46B828414CD53A085E7964A1AF1 /* DBTEAMLOGMemberChangeStatusDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberChangeStatusDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeStatusDetails.h; sourceTree = ""; }; - A6E4EF9F395AC42B3045120D11E370F7 /* DBCOMMONInvalidPathRootError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBCOMMONInvalidPathRootError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Common/Headers/DBCOMMONInvalidPathRootError.h; sourceTree = ""; }; - A760788771237EB9812A59C8F6B9F571 /* ZXQRCodeFinderPatternInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeFinderPatternInfo.h; path = ZXingObjC/qrcode/detector/ZXQRCodeFinderPatternInfo.h; sourceTree = ""; }; - A773D96EBA065323B509B1B1E089C72F /* DBTEAMPOLICIESTeamMemberPolicies.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMPOLICIESTeamMemberPolicies.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESTeamMemberPolicies.h; sourceTree = ""; }; - A78F6BA33069744108975D88F840C246 /* DBTEAMLOGDeviceManagementDisabledDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceManagementDisabledDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceManagementDisabledDetails.h; sourceTree = ""; }; - A7C911FAA95E6B1AD7C66DE282935948 /* AnalyticsWindow.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; name = AnalyticsWindow.xib; path = GoogleAnalyticsTracker/AnalyticsWindow.xib; sourceTree = ""; }; - A82272ACDDBE72EA6076EED2B3012320 /* unzip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = unzip.h; path = SSZipArchive/minizip/unzip.h; sourceTree = ""; }; - A84582510BA696CE75A855195828B090 /* ZXPDF417DetectionResultColumn.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417DetectionResultColumn.m; path = ZXingObjC/pdf417/decoder/ZXPDF417DetectionResultColumn.m; sourceTree = ""; }; - A849D22064FFF7D143EC7101A4E517C7 /* GoogleAnalyticsTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GoogleAnalyticsTracker.h; path = GoogleAnalyticsTracker/GoogleAnalyticsTracker.h; sourceTree = ""; }; - A8648A00E27DB78ABEDFF58E5433D729 /* ZXLuminanceSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXLuminanceSource.h; path = ZXingObjC/core/ZXLuminanceSource.h; sourceTree = ""; }; - A8C34797F8FC276FED3D3D92CE13004D /* ZXSMTPResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXSMTPResultParser.h; path = ZXingObjC/client/result/ZXSMTPResultParser.h; sourceTree = ""; }; - A8C82805F03593E28456C21D67976765 /* DBTEAMUserSelectorError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMUserSelectorError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUserSelectorError.h; sourceTree = ""; }; - A9578775D75FD0CE10BC5120A4687B57 /* DBTEAMLOGDeviceType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceType.h; sourceTree = ""; }; - A9A1453C2B8F59286F419750510D42E5 /* ZXBitMatrix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXBitMatrix.h; path = ZXingObjC/common/ZXBitMatrix.h; sourceTree = ""; }; - A9C2DD0CE2BAE38688992DF3B060DCC6 /* crypt.c */ = {isa = PBXFileReference; includeInIndex = 1; name = crypt.c; path = SSZipArchive/minizip/crypt.c; sourceTree = ""; }; - A9CA8D568F5A7D810FCA0B90525D0C9F /* DBFILESThumbnailSize.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESThumbnailSize.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESThumbnailSize.h; sourceTree = ""; }; - A9D1E0E5D371FB6D3FD602741B0F2043 /* DBTEAMLOGAppUnlinkUserDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAppUnlinkUserDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppUnlinkUserDetails.h; sourceTree = ""; }; - A9FA5581E72BB76B99BF57D074FED0F9 /* ZXAI01decoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAI01decoder.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI01decoder.m; sourceTree = ""; }; - AA57E758D957DF294331050C49B4B04F /* MPAnalyticsDebugWindowController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MPAnalyticsDebugWindowController.m; path = GoogleAnalyticsTracker/MPAnalyticsDebugWindowController.m; sourceTree = ""; }; - AAB050D7B39CBFFD410FEBA4F2B4DE83 /* ZXAddressBookAUResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAddressBookAUResultParser.m; path = ZXingObjC/client/result/ZXAddressBookAUResultParser.m; sourceTree = ""; }; + 93D75E9D67B34E4DE559739C9BD65839 /* ZXByteMatrix.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXByteMatrix.m; path = ZXingObjC/core/ZXByteMatrix.m; sourceTree = ""; }; + 941517C73EC0DCD2E1A25772CBA685E2 /* DBTEAMMemberLinkedApps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMemberLinkedApps.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberLinkedApps.h; sourceTree = ""; }; + 942A0809178A95D59927A6B7FBAC53E9 /* sha1.c */ = {isa = PBXFileReference; includeInIndex = 1; name = sha1.c; path = SSZipArchive/minizip/aes/sha1.c; sourceTree = ""; }; + 9471D1360D3F2930307C1C5C14891E92 /* ZXWifiParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXWifiParsedResult.m; path = ZXingObjC/client/result/ZXWifiParsedResult.m; sourceTree = ""; }; + 94DF5E7CBB53086FBFCEAB1041FC1346 /* DBSDKImportsShared.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSDKImportsShared.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/DBSDKImportsShared.h; sourceTree = ""; }; + 9500F20A8360ED33497FA67EA8E7BB77 /* DBFILEPROPERTIESTeamAuthRoutes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESTeamAuthRoutes.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEPROPERTIESTeamAuthRoutes.h; sourceTree = ""; }; + 95395F0D96C395D50D7886096D78C9C5 /* ZXAztecEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAztecEncoder.m; path = ZXingObjC/aztec/encoder/ZXAztecEncoder.m; sourceTree = ""; }; + 95400388D068BFE216EB2CFAD22E02E7 /* DBFILESSaveUrlError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESSaveUrlError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveUrlError.h; sourceTree = ""; }; + 956247D2120BB0372C48FC75318BADA7 /* ZXAI01AndOtherAIs.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAI01AndOtherAIs.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI01AndOtherAIs.m; sourceTree = ""; }; + 957E0E2FCE839076F58B9EF22FA0AE2F /* DBTEAMLOGAllowDownloadEnabledDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAllowDownloadEnabledDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAllowDownloadEnabledDetails.h; sourceTree = ""; }; + 95841225BD5F85EC09561DCCFCEA511D /* CMDQueryStringSerialization-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CMDQueryStringSerialization-dummy.m"; sourceTree = ""; }; + 959499257F7EDB95B385ED37A6FDAC8D /* ZXQRCodeDataBlock.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeDataBlock.m; path = ZXingObjC/qrcode/decoder/ZXQRCodeDataBlock.m; sourceTree = ""; }; + 959C787362FB5121AAE932DFA19E18F3 /* DBTEAMLOGDomainVerificationAddDomainFailDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDomainVerificationAddDomainFailDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainVerificationAddDomainFailDetails.h; sourceTree = ""; }; + 95BC7AD0B45DABA32602EDEE28F026E1 /* ZXMultiFormatReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXMultiFormatReader.m; path = ZXingObjC/ZXMultiFormatReader.m; sourceTree = ""; }; + 95DFB2ECBEC9F2716581A4D2F5AA6921 /* AFSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFSecurityPolicy.h; path = AFNetworking/AFSecurityPolicy.h; sourceTree = ""; }; + 95E1C993AD8C69B3E2C13457832397F0 /* ZXSMTPResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXSMTPResultParser.m; path = ZXingObjC/client/result/ZXSMTPResultParser.m; sourceTree = ""; }; + 9618B70F7A9146AA1EE46087F6B98DC9 /* DBClientsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBClientsManager.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/DBClientsManager.m; sourceTree = ""; }; + 96829FFF38079F39D3FE1610F102EEA8 /* ZXDataMatrixWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixWriter.m; path = ZXingObjC/datamatrix/ZXDataMatrixWriter.m; sourceTree = ""; }; + 96A8F0424EF9BFC21A705CD47B6EFFDA /* DBSHARINGRequestedVisibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGRequestedVisibility.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRequestedVisibility.h; sourceTree = ""; }; + 96D69E65E30A719AB3B4CE263EEDDE81 /* DBSHARINGSharedLinkMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedLinkMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkMetadata.h; sourceTree = ""; }; + 9738F109F41FC8E51B792EFD36104A37 /* DBTEAMLOGPaperContentRemoveFromFolderDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperContentRemoveFromFolderDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentRemoveFromFolderDetails.h; sourceTree = ""; }; + 973AC18C2D12413831E86F1665556047 /* ZXEmailDoCoMoResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXEmailDoCoMoResultParser.h; path = ZXingObjC/client/result/ZXEmailDoCoMoResultParser.h; sourceTree = ""; }; + 976671DA39D97C3508ED6C72EA55F065 /* DBUsersCommonObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBUsersCommonObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/UsersCommon/DBUsersCommonObjects.m; sourceTree = ""; }; + 97E7681228D6083C8F632096AEA47D97 /* ZXQRCodeFinderPattern.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeFinderPattern.m; path = ZXingObjC/qrcode/detector/ZXQRCodeFinderPattern.m; sourceTree = ""; }; + 985CC149E9BB7E82B8A4E9707155D4BD /* DBSHARINGSharingUserError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharingUserError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharingUserError.h; sourceTree = ""; }; + 9888D0D4CAEA5964AB18265D426531D1 /* DBTEAMLOGSmartSyncNotOptOutDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSmartSyncNotOptOutDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncNotOptOutDetails.h; sourceTree = ""; }; + 98AC50D9F2FC121CC006318D16A440B8 /* ZXMaxiCodeReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXMaxiCodeReader.h; path = ZXingObjC/maxicode/ZXMaxiCodeReader.h; sourceTree = ""; }; + 98B76662CD830F30586A814FF8AAE74C /* DBTEAMLOGPaperChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperChangePolicyDetails.h; sourceTree = ""; }; + 9979CAF57B782283E09DADA9882EC25E /* ZXPDF417.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417.m; path = ZXingObjC/pdf417/encoder/ZXPDF417.m; sourceTree = ""; }; + 997D3C579686B6C7A9DA2B154F8A6514 /* DBFILESMediaMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESMediaMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESMediaMetadata.h; sourceTree = ""; }; + 99901D0420148C43BBD3BD068A195134 /* DBTEAMMembersRecoverError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersRecoverError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersRecoverError.h; sourceTree = ""; }; + 9999A0DFC57950C34B17135EB8DD4475 /* DBTEAMPOLICIESTeamSharingPolicies.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMPOLICIESTeamSharingPolicies.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESTeamSharingPolicies.h; sourceTree = ""; }; + 99A5C4AC7055C6AE29D4A54FF0511FE0 /* DBUSERSUserAuthRoutes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBUSERSUserAuthRoutes.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBUSERSUserAuthRoutes.m; sourceTree = ""; }; + 99D00CCBD0C5B7618D73008D7A89D425 /* DBTEAMLOGApiSessionLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGApiSessionLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGApiSessionLogInfo.h; sourceTree = ""; }; + 99D08FE15990BE2BE0FE812E884CB74E /* DBTEAMLOGMemberChangeAdminRoleDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberChangeAdminRoleDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeAdminRoleDetails.h; sourceTree = ""; }; + 99FE3CD3C2D966D5A0EF91AA1F099E2B /* DBTEAMLOGPaperDocDeletedDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocDeletedDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocDeletedDetails.h; sourceTree = ""; }; + 9A0BD580F81F32378DCD869A8D4CD6A2 /* DBTEAMTokenGetAuthenticatedAdminResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTokenGetAuthenticatedAdminResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTokenGetAuthenticatedAdminResult.h; sourceTree = ""; }; + 9A1125D40F5378A5A0AFA0F6E7BFFE7A /* DBAUTHAppAuthRoutes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBAUTHAppAuthRoutes.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBAUTHAppAuthRoutes.h; sourceTree = ""; }; + 9A2674A9E9772B80F8814E1F0E59D4DA /* DBTEAMLOGFileRequestReceiveFileDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRequestReceiveFileDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestReceiveFileDetails.h; sourceTree = ""; }; + 9A5DE1CD3AAD42BCB5C6B889ADEF7065 /* DBFILEREQUESTSFileRequestDeadline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEREQUESTSFileRequestDeadline.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSFileRequestDeadline.h; sourceTree = ""; }; + 9A878667FD85A6FD47F3262A90AFCAA2 /* DBFILESRelocationBatchJobStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESRelocationBatchJobStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchJobStatus.h; sourceTree = ""; }; + 9AA0100A0954C31DE14FEE615F1BAAB7 /* Google-Analytics-for-OS-X-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Google-Analytics-for-OS-X-prefix.pch"; sourceTree = ""; }; + 9AB1B795A293ACAC1284E1F0AA617965 /* DBFilePropertiesObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBFilePropertiesObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/DBFilePropertiesObjects.m; sourceTree = ""; }; + 9ACFB925B4F64E03FCCFED87B0014F31 /* DBSHARINGGetSharedLinksError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGGetSharedLinksError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinksError.h; sourceTree = ""; }; + 9AF2CEB97B9E854A9936C9A45E3FEE85 /* ZXAztecWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAztecWriter.m; path = ZXingObjC/aztec/ZXAztecWriter.m; sourceTree = ""; }; + 9AFB816D970A913303E8FE421DA21092 /* DBSHARINGAudienceRestrictingSharedFolder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGAudienceRestrictingSharedFolder.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAudienceRestrictingSharedFolder.h; sourceTree = ""; }; + 9B07939A5FB31CBF673A163FA899E6EC /* DBTEAMUserCustomQuotaArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMUserCustomQuotaArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUserCustomQuotaArg.h; sourceTree = ""; }; + 9B0C0CA156CE2B4369576B215CD82F5C /* ZXITFReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXITFReader.h; path = ZXingObjC/oned/ZXITFReader.h; sourceTree = ""; }; + 9B2DA6150DA57A4FC81972FA542085F8 /* ZXQRCodeFinderPatternInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeFinderPatternInfo.m; path = ZXingObjC/qrcode/detector/ZXQRCodeFinderPatternInfo.m; sourceTree = ""; }; + 9B466B4B77B9AB5E8317166660FE03EA /* DBRequestErrors.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBRequestErrors.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBRequestErrors.m; sourceTree = ""; }; + 9B68C2BABC204760536AFF0602F6D870 /* DBUSERSFullAccount.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSFullAccount.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSFullAccount.h; sourceTree = ""; }; + 9B91C058EEBD2B590DA1FC760D515182 /* ZXVINParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXVINParsedResult.h; path = ZXingObjC/client/result/ZXVINParsedResult.h; sourceTree = ""; }; + 9BAAEE05FC2D51AFC67ED7C4063FBFCF /* ZXDataMatrixHighLevelEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixHighLevelEncoder.h; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixHighLevelEncoder.h; sourceTree = ""; }; + 9BF9949AFA154F089937793D47711E7B /* DBTEAMLOGGroupJoinPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupJoinPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupJoinPolicy.h; sourceTree = ""; }; + 9C1C2A071DF0088CBF420676FDBC4931 /* ZXStringUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXStringUtils.h; path = ZXingObjC/common/ZXStringUtils.h; sourceTree = ""; }; + 9C4F6B9A94C29557F6A734395595C545 /* DBTEAMPOLICIESSharedFolderMemberPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMPOLICIESSharedFolderMemberPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESSharedFolderMemberPolicy.h; sourceTree = ""; }; + 9C56EE00D637076E9C2EDDC197EE9616 /* DBTEAMLOGDeviceLinkFailDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceLinkFailDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceLinkFailDetails.h; sourceTree = ""; }; + 9C72157AC06108D3C032351923436672 /* DBTEAMLOGSignInAsSessionEndDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSignInAsSessionEndDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSignInAsSessionEndDetails.h; sourceTree = ""; }; + 9C77CB1D34D0B9EF3629578910CC2D6D /* ZXMultiFinderPatternFinder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXMultiFinderPatternFinder.m; path = ZXingObjC/qrcode/multi/detector/ZXMultiFinderPatternFinder.m; sourceTree = ""; }; + 9C7BC3E6634F447E64B96167C0091944 /* DBSHARINGFolderAction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGFolderAction.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFolderAction.h; sourceTree = ""; }; + 9C82EA7DDABA1B2FFB842E3C41837C5B /* DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails.h; sourceTree = ""; }; + 9C9CF88C1EE554B347A00DFE59745A1C /* minishared.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = minishared.h; path = SSZipArchive/minizip/minishared.h; sourceTree = ""; }; + 9CF36CBCCF63C9B8BB65C5AB03952EC0 /* ZXCode93Reader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXCode93Reader.h; path = ZXingObjC/oned/ZXCode93Reader.h; sourceTree = ""; }; + 9D0B53944D5504E6BF59B29F4BD55C21 /* ZXPDF417BoundingBox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417BoundingBox.m; path = ZXingObjC/pdf417/decoder/ZXPDF417BoundingBox.m; sourceTree = ""; }; + 9D0D26DEBB892375E7430CBC083520C7 /* DBTEAMGroupSelector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupSelector.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupSelector.h; sourceTree = ""; }; + 9D6E425877182E052DAD9E115D7F0AAC /* ZXDataMatrixSymbolInfo144.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixSymbolInfo144.h; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixSymbolInfo144.h; sourceTree = ""; }; + 9D754073644B17DA49D78D7CCC64B3DC /* ZXAI01392xDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAI01392xDecoder.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI01392xDecoder.m; sourceTree = ""; }; + 9DC7F64CE6A470A5953441E527DDCA04 /* ZXUPCEANExtension2Support.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXUPCEANExtension2Support.h; path = ZXingObjC/oned/ZXUPCEANExtension2Support.h; sourceTree = ""; }; + 9DFB050A79351F533723522BF1599F89 /* DBTEAMLOGTfaConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTfaConfiguration.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaConfiguration.h; sourceTree = ""; }; + 9ED26100975641D629F2804BC248BCA9 /* ZXDataMatrixWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixWriter.h; path = ZXingObjC/datamatrix/ZXDataMatrixWriter.h; sourceTree = ""; }; + 9F067ED6AB7654E91745DAE70783052A /* ZXBinarizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXBinarizer.m; path = ZXingObjC/core/ZXBinarizer.m; sourceTree = ""; }; + 9F3587893BF58352A842599D7FCCCCAE /* DBTEAMGroupDeleteError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupDeleteError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupDeleteError.h; sourceTree = ""; }; + 9F5AEA5D079D527284575CA8799AF267 /* DBClientsManager+Protected.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DBClientsManager+Protected.h"; path = "Source/ObjectiveDropboxOfficial/Headers/Internal/DBClientsManager+Protected.h"; sourceTree = ""; }; + 9F5B03305EC42D24D5332F9B47BF1C9D /* DBTEAMTokenGetAuthenticatedAdminError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTokenGetAuthenticatedAdminError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTokenGetAuthenticatedAdminError.h; sourceTree = ""; }; + 9F673A17A639DEEDB04FEA9A7D9BBA02 /* ZXMultiFormatUPCEANReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXMultiFormatUPCEANReader.h; path = ZXingObjC/oned/ZXMultiFormatUPCEANReader.h; sourceTree = ""; }; + 9F7196B9D75824A3D63168A695F62DEC /* ZXPDF417BarcodeRow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417BarcodeRow.m; path = ZXingObjC/pdf417/encoder/ZXPDF417BarcodeRow.m; sourceTree = ""; }; + 9F7BF5865F0D9299D92149060C0A67EA /* DBSHARINGListFileMembersContinueArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFileMembersContinueArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersContinueArg.h; sourceTree = ""; }; + 9FA9E2039422EE00234B7562A32F11F8 /* DBSHARINGFileErrorResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGFileErrorResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileErrorResult.h; sourceTree = ""; }; + 9FC79DE3DD21D6F382640B41689A75D3 /* DBTEAMTeamFolderListArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderListArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListArg.h; sourceTree = ""; }; + A01A3C778A9C15F3A38501A68E4FDC2C /* DBTEAMLOGDesktopSessionLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDesktopSessionLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDesktopSessionLogInfo.h; sourceTree = ""; }; + A060BB23ABDA8226711E0CF5D94449F7 /* DBTEAMLOGSmartSyncOptOutPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSmartSyncOptOutPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncOptOutPolicy.h; sourceTree = ""; }; + A0741914A6F222FBF93634184FD33542 /* DBUSERSGetAccountBatchError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSGetAccountBatchError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSGetAccountBatchError.h; sourceTree = ""; }; + A0CCE899832B864452BB382CB9E7BD1E /* DBAUTHRateLimitError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBAUTHRateLimitError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHRateLimitError.h; sourceTree = ""; }; + A0E7FB07BD560AF3F183D8D5CB759DA4 /* DBSHARINGUnshareFileError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGUnshareFileError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnshareFileError.h; sourceTree = ""; }; + A169D406F10F7D1724DF928F61A0179B /* DBTEAMLOGEnabledDomainInvitesDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGEnabledDomainInvitesDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEnabledDomainInvitesDetails.h; sourceTree = ""; }; + A1809002CFE23722C3018B9069BB821B /* DBFileRequestsObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBFileRequestsObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/DBFileRequestsObjects.m; sourceTree = ""; }; + A181B7257765ABB463F61EBBE3D0002F /* ZXRSSExpandedCurrentParsingState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSExpandedCurrentParsingState.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedCurrentParsingState.h; sourceTree = ""; }; + A1A0245C0E6D97ED3C38334D9483A3B5 /* ZXURIResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXURIResultParser.h; path = ZXingObjC/client/result/ZXURIResultParser.h; sourceTree = ""; }; + A1C55D247F4EAA9620FDBD1181C93445 /* DBTEAMLOGOpenNoteSharedDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGOpenNoteSharedDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGOpenNoteSharedDetails.h; sourceTree = ""; }; + A208B7DBEFF344751957D9341DBB6195 /* DBTEAMLOGTfaRemoveBackupPhoneDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTfaRemoveBackupPhoneDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaRemoveBackupPhoneDetails.h; sourceTree = ""; }; + A21128A66B90672ECC8AEEF8CE59CE9F /* ZXQRCodeDataMask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeDataMask.m; path = ZXingObjC/qrcode/decoder/ZXQRCodeDataMask.m; sourceTree = ""; }; + A2247C6FAE1C3966E7729B79410B938B /* DBTEAMLOGGroupLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupLogInfo.h; sourceTree = ""; }; + A24A6E8D9929EEB2A6B7A2E862851550 /* ZXAztecDetectorResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAztecDetectorResult.h; path = ZXingObjC/aztec/ZXAztecDetectorResult.h; sourceTree = ""; }; + A2853389F2C0D8930296946778C95DEE /* sha1.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sha1.h; path = SSZipArchive/minizip/aes/sha1.h; sourceTree = ""; }; + A2E9CCF34986E36725551333C0A4F824 /* DBCOMMONInvalidPathRootError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBCOMMONInvalidPathRootError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Common/Headers/DBCOMMONInvalidPathRootError.h; sourceTree = ""; }; + A2EAFA5C25E559EBB603451B88659C8E /* AFNetworkReachabilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworkReachabilityManager.h; path = AFNetworking/AFNetworkReachabilityManager.h; sourceTree = ""; }; + A2EED4E28506ED8D290C61FE0B6BC2A8 /* ZXingObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXingObjC.h; path = ZXingObjC/ZXingObjC.h; sourceTree = ""; }; + A3159CE7C70E40AFD2E0D33A94D11681 /* ZXITFReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXITFReader.m; path = ZXingObjC/oned/ZXITFReader.m; sourceTree = ""; }; + A36DD0A6BEF62A61C1E835ED7893E0F2 /* AFURLResponseSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLResponseSerialization.m; path = AFNetworking/AFURLResponseSerialization.m; sourceTree = ""; }; + A49E12397827DDA8FF9EF11A433EFBE6 /* DBSHARINGAudienceExceptionContentInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGAudienceExceptionContentInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAudienceExceptionContentInfo.h; sourceTree = ""; }; + A4AE2AF8F2BE1524C1BE819A2DB887E0 /* ZXDefaultGridSampler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDefaultGridSampler.m; path = ZXingObjC/common/ZXDefaultGridSampler.m; sourceTree = ""; }; + A4B09A22876AEF64B92A3BC8CDC6DB63 /* DBPAPERPaperDocExportResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERPaperDocExportResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocExportResult.h; sourceTree = ""; }; + A505FD36D251C3EAF23E04C963318252 /* DBFILESCreateFolderError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESCreateFolderError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCreateFolderError.h; sourceTree = ""; }; + A51E09DCDFDD3AEC06EC57C1D4A52148 /* ZXParsedResultType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXParsedResultType.h; path = ZXingObjC/client/result/ZXParsedResultType.h; sourceTree = ""; }; + A5465639C45CDCCF580E18F7ED57B1D7 /* ZXTextParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXTextParsedResult.h; path = ZXingObjC/client/result/ZXTextParsedResult.h; sourceTree = ""; }; + A567711314C6F07105A304EB52DE8CBF /* MPAnalyticsConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPAnalyticsConfiguration.h; path = GoogleAnalyticsTracker/MPAnalyticsConfiguration.h; sourceTree = ""; }; + A59E84498533C5DDBEB140A3DBAA18B7 /* ZXQRCodeMode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeMode.m; path = ZXingObjC/qrcode/decoder/ZXQRCodeMode.m; sourceTree = ""; }; + A5EF9FDBA1DE19541DA4304B062A240D /* DBTEAMGroupCreateArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupCreateArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupCreateArg.h; sourceTree = ""; }; + A5F46D52EFE8840EDB228E7E9737C4AF /* ZXingObjCOneD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXingObjCOneD.h; path = ZXingObjC/oned/ZXingObjCOneD.h; sourceTree = ""; }; + A608114ECC5AA1A6410917225988E484 /* DBTEAMBaseDfbReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMBaseDfbReport.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMBaseDfbReport.h; sourceTree = ""; }; + A64A55C97ECE3BBCFA4B8D26A1518BF0 /* ZXMaxiCodeBitMatrixParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXMaxiCodeBitMatrixParser.h; path = ZXingObjC/maxicode/decoder/ZXMaxiCodeBitMatrixParser.h; sourceTree = ""; }; + A65F3D4FCDB86FC745D8FE8244845546 /* DBPAPERPaperDocSharingPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERPaperDocSharingPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocSharingPolicy.h; sourceTree = ""; }; + A6911463B7A0F99EA915ED3F7EA1F482 /* ZXCalendarParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXCalendarParsedResult.m; path = ZXingObjC/client/result/ZXCalendarParsedResult.m; sourceTree = ""; }; + A6A4ACF274FEA380361BABF156CA1EED /* ZXGenericMultipleBarcodeReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXGenericMultipleBarcodeReader.m; path = ZXingObjC/multi/ZXGenericMultipleBarcodeReader.m; sourceTree = ""; }; + A6DDF399BCF6B8430E1E732CA05E289A /* DBTEAMMembersAddJobStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersAddJobStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersAddJobStatus.h; sourceTree = ""; }; + A75F477B7DED49F721C6162617AC7AE9 /* ZXQRCodeDetector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeDetector.h; path = ZXingObjC/qrcode/detector/ZXQRCodeDetector.h; sourceTree = ""; }; + A77A6443A568A7088CD120F563DAE081 /* ZXUPCEANExtension5Support.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXUPCEANExtension5Support.m; path = ZXingObjC/oned/ZXUPCEANExtension5Support.m; sourceTree = ""; }; + A7999BE55F6C46C323024681D4E35A52 /* ioapi_mem.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ioapi_mem.c; path = SSZipArchive/minizip/ioapi_mem.c; sourceTree = ""; }; + A7DD103AC1E6D6933278210D9036FFDF /* DBFILESFolderSharingInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESFolderSharingInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFolderSharingInfo.h; sourceTree = ""; }; + A7E2AAF732F608372CF1C6EBF0379C3B /* DBSHARINGRemoveFileMemberError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGRemoveFileMemberError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveFileMemberError.h; sourceTree = ""; }; + A80ADF3DB9D9B9E19C03D2FFDE206005 /* DBTEAMLOGPaperEnabledUsersGroupRemovalDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperEnabledUsersGroupRemovalDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperEnabledUsersGroupRemovalDetails.h; sourceTree = ""; }; + A89E423BBD70E27CAE811953849D75A3 /* DBTEAMLOGSharedContentAddLinkPasswordDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentAddLinkPasswordDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentAddLinkPasswordDetails.h; sourceTree = ""; }; + A8BB0D5224E5FC3AD5CE5EE7F6A5A7DF /* ZXDataMatrixSymbolInfo144.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixSymbolInfo144.m; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixSymbolInfo144.m; sourceTree = ""; }; + A8C0B8B8DC51CC2D7C1E70C3DE876356 /* DBFILESGetMetadataArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESGetMetadataArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetMetadataArg.h; sourceTree = ""; }; + A902783BD321EC6A09094D8BE9A4B732 /* ZXingObjC.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZXingObjC.xcconfig; sourceTree = ""; }; + A94BE0232B882BE828A719636A434F9E /* DBTEAMLOGSharedContentCopyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentCopyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentCopyDetails.h; sourceTree = ""; }; + A94EEF90A9F00CC97184AF3C01BDE457 /* ZXDetectorResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDetectorResult.m; path = ZXingObjC/common/ZXDetectorResult.m; sourceTree = ""; }; + A9CB62D3D8F6AF1DA97A90740A00E3FF /* unzip.c */ = {isa = PBXFileReference; includeInIndex = 1; name = unzip.c; path = SSZipArchive/minizip/unzip.c; sourceTree = ""; }; + A9CEDBDF54105A5650FB4DB4149FBD2A /* DBTEAMRevokeLinkedAppStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRevokeLinkedAppStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedAppStatus.h; sourceTree = ""; }; + A9F095EBEE3F8C888A356554DBFAA878 /* ZXProductResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXProductResultParser.m; path = ZXingObjC/client/result/ZXProductResultParser.m; sourceTree = ""; }; + AA6E38341A5AFCF127F262A05D0A5890 /* DBTEAMHasTeamSharedDropboxValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMHasTeamSharedDropboxValue.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMHasTeamSharedDropboxValue.h; sourceTree = ""; }; AABE1667A61ACA678FF937F8DFC07A1C /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - AAF978EBF50BCA83575667A2A57B7C40 /* DBTEAMLOGGroupDeleteDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupDeleteDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupDeleteDetails.h; sourceTree = ""; }; - AB02F25EC0E208A6A399205CC966FC91 /* DBTEAMLOGPaperChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperChangePolicyDetails.h; sourceTree = ""; }; - AB468A2132DBE2C76EA7FC6D21BA6B82 /* DBFILESUploadSessionFinishBatchLaunch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadSessionFinishBatchLaunch.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchLaunch.h; sourceTree = ""; }; - AB91A2466ABED0D3BBA9177F7C764368 /* DBAUTHTokenFromOAuth1Result.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBAUTHTokenFromOAuth1Result.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHTokenFromOAuth1Result.h; sourceTree = ""; }; - AB991D2B3A134B90C61D8B2F0736D8C8 /* ZXEAN8Reader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXEAN8Reader.h; path = ZXingObjC/oned/ZXEAN8Reader.h; sourceTree = ""; }; - AB9FB1449EBE72F73E48BA64ACEE8BE5 /* DBSHARINGGetSharedLinkMetadataArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGGetSharedLinkMetadataArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinkMetadataArg.h; sourceTree = ""; }; - ABA98CD5B8E1607602A9A841FF53B31B /* DBOAuthDesktop-macOS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "DBOAuthDesktop-macOS.m"; path = "Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/DBOAuthDesktop-macOS.m"; sourceTree = ""; }; - ABEDAFB055ABAB34B08C9A73C16B0B56 /* ZXMathUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXMathUtils.m; path = ZXingObjC/common/detector/ZXMathUtils.m; sourceTree = ""; }; - ABEE6DA23C576584BBCA887F467375D9 /* ZXCode93Reader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXCode93Reader.h; path = ZXingObjC/oned/ZXCode93Reader.h; sourceTree = ""; }; - AC1488444D46B5BD4F247F11F5E00D6B /* MPAnalyticsDebugWindowController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPAnalyticsDebugWindowController.h; path = GoogleAnalyticsTracker/MPAnalyticsDebugWindowController.h; sourceTree = ""; }; - AC305194A8C87F6CAEE19B37F36C0E62 /* ZXCode128Writer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXCode128Writer.m; path = ZXingObjC/oned/ZXCode128Writer.m; sourceTree = ""; }; - AC47078AD0CF1D15EAE998690D233FCC /* DBTEAMGroupMemberSetAccessTypeError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupMemberSetAccessTypeError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMemberSetAccessTypeError.h; sourceTree = ""; }; - AC539A9CC5E2306B13F91DA3501C87DA /* DBTEAMGroupsListArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupsListArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsListArg.h; sourceTree = ""; }; - AC6B4EEA8A5F3C79E8060A3F487B0E51 /* ZXPDF417Detector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417Detector.m; path = ZXingObjC/pdf417/detector/ZXPDF417Detector.m; sourceTree = ""; }; - AC6EE13BBFE690DC819DBA9749BE96C2 /* ZXVINResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXVINResultParser.h; path = ZXingObjC/client/result/ZXVINResultParser.h; sourceTree = ""; }; - AC74234932F57423F82945189D01D2D2 /* DBTEAMLOGShmodelFbShareDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGShmodelFbShareDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelFbShareDetails.h; sourceTree = ""; }; + AAC0CE4BBD4D11362164CC099685E9BF /* ZXAI01decoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAI01decoder.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI01decoder.m; sourceTree = ""; }; + AAE2E0EFB4E6C22846B6F6FBE1071E46 /* AFURLSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLSessionManager.h; path = AFNetworking/AFURLSessionManager.h; sourceTree = ""; }; + AAE3193AA01B02D025FA03A5858BCD5C /* DBTEAMMembersSetPermissionsResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersSetPermissionsResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetPermissionsResult.h; sourceTree = ""; }; + AAEC4C251213AE2C2904BEF17B504983 /* aescrypt.c */ = {isa = PBXFileReference; includeInIndex = 1; name = aescrypt.c; path = SSZipArchive/minizip/aes/aescrypt.c; sourceTree = ""; }; + AAF30FD5DF6CE3597162B49E70B5991A /* DBFILESListRevisionsMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESListRevisionsMode.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListRevisionsMode.h; sourceTree = ""; }; + AB81234002A3BAD5C105495385674AF5 /* MPAnalyticsParamBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MPAnalyticsParamBuilder.m; path = GoogleAnalyticsTracker/MPAnalyticsParamBuilder.m; sourceTree = ""; }; + AB98C6A04336DC801BEBD60C0ADF7D86 /* DBTEAMLOGSsoChangeLoginUrlDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSsoChangeLoginUrlDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangeLoginUrlDetails.h; sourceTree = ""; }; + ABAB8EE6FC29437D18D280FE74D575EE /* ZXPDF417HighLevelEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417HighLevelEncoder.m; path = ZXingObjC/pdf417/encoder/ZXPDF417HighLevelEncoder.m; sourceTree = ""; }; + ABD08C5BAC717F171C859437342D5264 /* DBFILEPROPERTIESUpdatePropertiesArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESUpdatePropertiesArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESUpdatePropertiesArg.h; sourceTree = ""; }; + AC22DCB0BA8213C6798D10F191729B28 /* DBTeamClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTeamClient.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/DBTeamClient.m; sourceTree = ""; }; + AC324953E61BE314C095EECC802C540A /* ZXEmailAddressResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXEmailAddressResultParser.m; path = ZXingObjC/client/result/ZXEmailAddressResultParser.m; sourceTree = ""; }; + AC32CA4486FA96477EF2EDCADDDF3445 /* DBTEAMMembersListContinueError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersListContinueError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListContinueError.h; sourceTree = ""; }; + AC45FBCA5BC3D87F9D8FEB808310C964 /* DBSHARINGSharedLinkSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedLinkSettings.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkSettings.h; sourceTree = ""; }; + AC49C5A0A5C8748C5235BBBE5C3E570C /* DBSHARINGAddFileMemberError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGAddFileMemberError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddFileMemberError.h; sourceTree = ""; }; + AC72C83D57B24464C32334284A815041 /* DBPAPERListUsersOnPaperDocArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERListUsersOnPaperDocArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnPaperDocArgs.h; sourceTree = ""; }; + AC7EE0BA8C2D8138009BD7A4C458540F /* DBTEAMLOGPaperDocFollowedDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocFollowedDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocFollowedDetails.h; sourceTree = ""; }; AC81E9A0FCCCE965ED314CA9168FC293 /* Pods-AppBox.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-AppBox.release.xcconfig"; sourceTree = ""; }; - AC86C4C0BE8D76A202ADDF3FB42FE9EC /* DBSHARINGJobError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGJobError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGJobError.h; sourceTree = ""; }; - ACC2FB8FF475AC9701C8E55F1D754470 /* DBTEAMGroupSelectorError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupSelectorError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupSelectorError.h; sourceTree = ""; }; - ACD20F02121FA818822516B68B9B2470 /* DBUSERSFullAccount.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSFullAccount.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSFullAccount.h; sourceTree = ""; }; - AD3633543555A305C3E0B8E79F761ABD /* NSURL+CMDQueryStringSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURL+CMDQueryStringSerialization.m"; path = "CMDQueryStringSerialization/NSURL+CMDQueryStringSerialization.m"; sourceTree = ""; }; - AD4038840ED2F0F20A3C05481B55C6F5 /* DBFILESDeleteResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESDeleteResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteResult.h; sourceTree = ""; }; - AD6A39915A9DEC982EE4698C0827B862 /* DBSHARINGFileMemberActionError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGFileMemberActionError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileMemberActionError.h; sourceTree = ""; }; - AD7851940ED0C923FAB9888067222108 /* DBTEAMLOGPaperEnabledUsersGroupAdditionDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperEnabledUsersGroupAdditionDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperEnabledUsersGroupAdditionDetails.h; sourceTree = ""; }; - ADCFF15C2B470CC97D1B93A4BF69C28D /* DBUSERSUserAuthRoutes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSUserAuthRoutes.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBUSERSUserAuthRoutes.h; sourceTree = ""; }; - AE20CE962302282E003A253F38BD4AB2 /* DBFILESUploadWriteFailed.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadWriteFailed.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadWriteFailed.h; sourceTree = ""; }; - AE944DE7EF50322C8C67581320AC1680 /* DBTEAMLOGPasswordResetDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPasswordResetDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordResetDetails.h; sourceTree = ""; }; - AEADBBD9DAD019CA7D7C5DEBCF90E3BE /* DBTEAMLOGMemberChangeAdminRoleDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberChangeAdminRoleDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeAdminRoleDetails.h; sourceTree = ""; }; - AEC996FB82E146C6B896A05C431D5996 /* DBSHARINGSharedLinkAccessFailureReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedLinkAccessFailureReason.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkAccessFailureReason.h; sourceTree = ""; }; - AF0D5D3FD7005527AD7318B5784939D2 /* DBSHARINGAudienceExceptionContentInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGAudienceExceptionContentInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAudienceExceptionContentInfo.h; sourceTree = ""; }; - AF899E9C1FCB1D628BAC857AC20FB471 /* ZXCaptureDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXCaptureDelegate.h; path = ZXingObjC/client/ZXCaptureDelegate.h; sourceTree = ""; }; - AFA9E5AE549607A08BAA1ECB0E1C9080 /* DBTEAMGroupsListContinueError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupsListContinueError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsListContinueError.h; sourceTree = ""; }; - AFBE6C2CF76B3A609764525E5FC84C04 /* DBTEAMLOGCreateFolderDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGCreateFolderDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGCreateFolderDetails.h; sourceTree = ""; }; - B00B4340238938311CDD01DEE4C43DFD /* ZXAnyAIDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAnyAIDecoder.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXAnyAIDecoder.m; sourceTree = ""; }; - B044BBEDC79B49DABFCE89F1766DF3A8 /* DBUSERSName.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSName.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSName.h; sourceTree = ""; }; - B050D3D5BFEA8F03377545DA0A1E6896 /* DBFILESFolderSharingInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESFolderSharingInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFolderSharingInfo.h; sourceTree = ""; }; - B06AB3B5A847501A98018B9CBECEB69E /* DBTEAMDesktopPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMDesktopPlatform.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDesktopPlatform.h; sourceTree = ""; }; - B0B112A29666685A0AB54F2C48C056EC /* ZXHybridBinarizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXHybridBinarizer.m; path = ZXingObjC/common/ZXHybridBinarizer.m; sourceTree = ""; }; - B0B3CA9EECF2F64E0CD4B5C60C42A093 /* DBSHARINGExpectedSharedContentLinkMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGExpectedSharedContentLinkMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGExpectedSharedContentLinkMetadata.h; sourceTree = ""; }; - B15A0F1845F72759D88DC7CAC49C79E4 /* ZXProductResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXProductResultParser.m; path = ZXingObjC/client/result/ZXProductResultParser.m; sourceTree = ""; }; - B1971362B2C410609E8036D2895012D9 /* DBTEAMLOGShmodelRemoveExpirationDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGShmodelRemoveExpirationDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelRemoveExpirationDetails.h; sourceTree = ""; }; - B1A05FFD53C719055E477DE662D46F23 /* DBFILESLookUpPropertiesError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESLookUpPropertiesError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESLookUpPropertiesError.h; sourceTree = ""; }; - B1C0F58800F47EED88CB01EF2680DF78 /* DBFILESGetCopyReferenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESGetCopyReferenceError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetCopyReferenceError.h; sourceTree = ""; }; - B1D0D51F054BCE2B321FF70D5BC74BF1 /* ZXAddressBookAUResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAddressBookAUResultParser.h; path = ZXingObjC/client/result/ZXAddressBookAUResultParser.h; sourceTree = ""; }; - B22C207F67702068A9C1CF8C8F141E85 /* DBPAPERListPaperDocsFilterBy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERListPaperDocsFilterBy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsFilterBy.h; sourceTree = ""; }; - B23615BC8E5B96D0BCD62F34E41FCDAB /* DBTEAMUploadApiRateLimitValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMUploadApiRateLimitValue.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUploadApiRateLimitValue.h; sourceTree = ""; }; - B24910C10518894C797C75BDD37B1E50 /* STPrivilegedTask.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = STPrivilegedTask.xcconfig; sourceTree = ""; }; - B297C06FF0588ACEB19EDE3853ECD984 /* DBTEAMGroupUpdateError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupUpdateError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupUpdateError.h; sourceTree = ""; }; - B2E0685030DF3B530688134F092C26A8 /* DBSHARINGShareFolderArgBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGShareFolderArgBase.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderArgBase.h; sourceTree = ""; }; - B2FC0181B12B8BAA7151F18414B10E8C /* ZXPDF417BarcodeMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417BarcodeMetadata.h; path = ZXingObjC/pdf417/decoder/ZXPDF417BarcodeMetadata.h; sourceTree = ""; }; + ACAD2D1F9CA0D9A31D82816575EC3887 /* DBTEAMLOGTeamEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamEvent.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamEvent.h; sourceTree = ""; }; + ACBC97E5E1B916548B04274531DE3FD1 /* DBFILESSaveUrlResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESSaveUrlResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveUrlResult.h; sourceTree = ""; }; + ACC9EE441AD9FC15533D94F23638C90B /* DBTEAMTeamFolderAccessError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderAccessError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderAccessError.h; sourceTree = ""; }; + AD3CF039CA7CD35B27FF3CA7D78F948E /* DBTEAMMembersGetInfoItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersGetInfoItem.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersGetInfoItem.h; sourceTree = ""; }; + AD589EB4B217EA46362FE2D8090D798A /* ZXResultPoint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXResultPoint.m; path = ZXingObjC/core/ZXResultPoint.m; sourceTree = ""; }; + AD824497058BD79AAF2D4A26089F9619 /* ZXUPCEWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXUPCEWriter.m; path = ZXingObjC/oned/ZXUPCEWriter.m; sourceTree = ""; }; + ADDE4E133BFA8E1FF52AD35409C5C13D /* DBFILESRelocationBatchResultData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESRelocationBatchResultData.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchResultData.h; sourceTree = ""; }; + ADEF0CE81387D864472AA1811ED9EB14 /* DBTeamClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTeamClient.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/DBTeamClient.h; sourceTree = ""; }; + AE46D5BBB480645B8ADB3BE497C9D926 /* DBTEAMLOGCollectionShareDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGCollectionShareDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGCollectionShareDetails.h; sourceTree = ""; }; + AE510FD288F6574AAA857E6585658207 /* DBSHARINGUnmountFolderArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGUnmountFolderArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnmountFolderArg.h; sourceTree = ""; }; + AE8E723F323D0D89D4DF4DE746FC176F /* DBTEAMGroupMembersChangeResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupMembersChangeResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersChangeResult.h; sourceTree = ""; }; + AEC48124807B5C51BC6936AC5B2DA18A /* DBTEAMPOLICIESOfficeAddInPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMPOLICIESOfficeAddInPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESOfficeAddInPolicy.h; sourceTree = ""; }; + AEE563CD9E94EDA26C53A590D854839A /* DBTEAMLOGDeviceApprovalsChangeOverageActionDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceApprovalsChangeOverageActionDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsChangeOverageActionDetails.h; sourceTree = ""; }; + AF2DE5B00608A39A49E84FEC38E51890 /* ZXEAN8Writer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXEAN8Writer.m; path = ZXingObjC/oned/ZXEAN8Writer.m; sourceTree = ""; }; + AF3B40029BFAF60624158181FC8391D5 /* ZXDecoderResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDecoderResult.h; path = ZXingObjC/common/ZXDecoderResult.h; sourceTree = ""; }; + AF5B9D19B72CE59E3166483F5267655E /* DBFILESUploadSessionFinishBatchArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadSessionFinishBatchArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchArg.h; sourceTree = ""; }; + AF72A1D1BFEB392B3479AAE7CC142246 /* DBSHARINGShareFolderErrorBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGShareFolderErrorBase.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderErrorBase.h; sourceTree = ""; }; + AF84E54C119022AA9E554B641EAD7F13 /* DBTEAMLOGDisabledDomainInvitesDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDisabledDomainInvitesDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDisabledDomainInvitesDetails.h; sourceTree = ""; }; + B0A566AFDB25371881F28C2195FD9F2E /* ZXPDF417ScanningDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417ScanningDecoder.m; path = ZXingObjC/pdf417/decoder/ZXPDF417ScanningDecoder.m; sourceTree = ""; }; + B0A7A5B9ED403F1A8DFD36B53901992C /* DBPAPERPaperApiCursorError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERPaperApiCursorError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperApiCursorError.h; sourceTree = ""; }; + B0ED0946EC9A449E4DB8172E92900CA1 /* DBTEAMLOGDomainInvitesApproveRequestToJoinTeamDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDomainInvitesApproveRequestToJoinTeamDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesApproveRequestToJoinTeamDetails.h; sourceTree = ""; }; + B128B3C8A20AAC5116479064B284A182 /* DBPAPERListPaperDocsContinueArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERListPaperDocsContinueArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsContinueArgs.h; sourceTree = ""; }; + B13641C36A7E65DEB19C85B3037DCACB /* DBTEAMTeamFolderRenameArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderRenameArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderRenameArg.h; sourceTree = ""; }; + B142BE0B721BCFCCA5C138EF3D7385CA /* DBTEAMLOGNoteShareReceiveDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGNoteShareReceiveDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteShareReceiveDetails.h; sourceTree = ""; }; + B150E8433411B696B523AC53A9A17971 /* DBTEAMLOGTeamMembershipType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamMembershipType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamMembershipType.h; sourceTree = ""; }; + B16B8ECEE89DB0F22720BC895B117CA3 /* DBTEAMLOGShmodelTeamShareDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGShmodelTeamShareDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelTeamShareDetails.h; sourceTree = ""; }; + B19C79F2BDD9C69B80B3232DEC0B480F /* ZXAbstractRSSReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAbstractRSSReader.m; path = ZXingObjC/oned/rss/ZXAbstractRSSReader.m; sourceTree = ""; }; + B19FBA1E0B6E1EE4EB2EDF4EB869FCC4 /* DBTEAMLOGAccountCaptureChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAccountCaptureChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureChangePolicyDetails.h; sourceTree = ""; }; + B1A2405718371A36989D7F0373C1D0A6 /* CLSAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSAttributes.h; path = OSX/Crashlytics.framework/Versions/A/Headers/CLSAttributes.h; sourceTree = ""; }; + B1AC9CCE5940A7278A15DE32E5A7C799 /* DBSDKKeychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBSDKKeychain.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/OAuth/DBSDKKeychain.m; sourceTree = ""; }; + B1ACA3561ED0EEBE2A2FDCFCBF038694 /* DBTEAMLOGTeamLinkedAppLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamLinkedAppLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamLinkedAppLogInfo.h; sourceTree = ""; }; + B1B7477BAC30B5D625604A42A917E497 /* ZXGeoParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXGeoParsedResult.h; path = ZXingObjC/client/result/ZXGeoParsedResult.h; sourceTree = ""; }; + B1EF902CFF1E92FF99C636BAA145130F /* DBTEAMDeviceSessionArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMDeviceSessionArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDeviceSessionArg.h; sourceTree = ""; }; + B26517FBB27AE811C7C7B1E70C154153 /* DBFILEREQUESTSGracePeriod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEREQUESTSGracePeriod.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSGracePeriod.h; sourceTree = ""; }; + B273420881357F1B3F7BD44733FA1CD5 /* DBFILESSearchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESSearchResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchResult.h; sourceTree = ""; }; + B2949E3640552C2560744CBA8AF896D4 /* ZXAI01weightDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAI01weightDecoder.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI01weightDecoder.m; sourceTree = ""; }; + B2CB9EAE7C5FB05D5E1700197B46FFD4 /* ioapi.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ioapi.c; path = SSZipArchive/minizip/ioapi.c; sourceTree = ""; }; + B2E50EFBACC85ABB6976CE493FA3B9F5 /* DBFILEPROPERTIESLogicalOperator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESLogicalOperator.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESLogicalOperator.h; sourceTree = ""; }; B30898B8A09DE9CCACA9CC5601705474 /* libISO8601.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libISO8601.a; path = libISO8601.a; sourceTree = BUILT_PRODUCTS_DIR; }; - B3738B24449F0E290AD98CA7B25971AA /* DBTeamBaseClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTeamBaseClient.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Client/DBTeamBaseClient.h; sourceTree = ""; }; - B3AAFAA8394BD45C6467F2504F86C2A6 /* ZXDataMatrixSymbolInfo144.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixSymbolInfo144.m; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixSymbolInfo144.m; sourceTree = ""; }; - B4049BD66E6AC8E3B8D85A6BA034B583 /* DBTEAMLOGTfaAddBackupPhoneDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTfaAddBackupPhoneDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaAddBackupPhoneDetails.h; sourceTree = ""; }; - B46062C6609670B8E375D64D1BA49D2C /* ZXDataMatrixDefaultPlacement.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixDefaultPlacement.m; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixDefaultPlacement.m; sourceTree = ""; }; - B47EEC4E52F37D0283AF919FDD5BA139 /* DBTEAMLOGFileAddCommentDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileAddCommentDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileAddCommentDetails.h; sourceTree = ""; }; - B4CDE10D20F260A6A130A6F7F3FDD61A /* DBSHARINGTransferFolderError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGTransferFolderError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGTransferFolderError.h; sourceTree = ""; }; - B4EBB9A89CB19EAB0F5C61BF776A759F /* DBTEAMMembersSendWelcomeError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersSendWelcomeError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSendWelcomeError.h; sourceTree = ""; }; - B4ED4F5C21CF4C8E1888EEC5C623BAA7 /* DBSHARINGChangeFileMemberAccessArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGChangeFileMemberAccessArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGChangeFileMemberAccessArgs.h; sourceTree = ""; }; - B52B476F0A34008FDECE8155497FDC6E /* DBSHARINGResolvedVisibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGResolvedVisibility.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGResolvedVisibility.h; sourceTree = ""; }; - B59002E28C9218BE2A266961BFBFB106 /* DBUSERSSpaceAllocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSSpaceAllocation.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSSpaceAllocation.h; sourceTree = ""; }; - B5C40A8A6C9A025A1EEDA265514374FF /* DBTEAMRevokeLinkedApiAppArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRevokeLinkedApiAppArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedApiAppArg.h; sourceTree = ""; }; - B5D603042881E58BADF93FAC9476BF94 /* ZXUPCEWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXUPCEWriter.h; path = ZXingObjC/oned/ZXUPCEWriter.h; sourceTree = ""; }; - B608769E4C586127E0FA1D724F2B9F1F /* ZXReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXReader.h; path = ZXingObjC/core/ZXReader.h; sourceTree = ""; }; - B609A4EBB5DD7550CF563DEF43623E5B /* DBSHARINGListSharedLinksError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListSharedLinksError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListSharedLinksError.h; sourceTree = ""; }; - B677F9C3BD60B693D2C29C7D1955B24E /* DBTEAMLOGPaperChangeDeploymentPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperChangeDeploymentPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperChangeDeploymentPolicyDetails.h; sourceTree = ""; }; - B6AE548ABD7C7FD3EE17FBC8C6AEC3A5 /* ZXModulusGF.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXModulusGF.m; path = ZXingObjC/pdf417/decoder/ec/ZXModulusGF.m; sourceTree = ""; }; - B6E0D6779F1408C15C705F0871ECB60D /* DBFILESUploadError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadError.h; sourceTree = ""; }; - B6FA93958094BCDA1CA617DD435675F4 /* DBTEAMTeamFolderIdListArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderIdListArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderIdListArg.h; sourceTree = ""; }; - B728B0D860A5DA0977ABD24890DED0EF /* ZXEANManufacturerOrgSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXEANManufacturerOrgSupport.m; path = ZXingObjC/oned/ZXEANManufacturerOrgSupport.m; sourceTree = ""; }; - B73467BF51EE10AC730484DA29D0DF9A /* DBSHARINGRemoveFolderMemberArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGRemoveFolderMemberArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveFolderMemberArg.h; sourceTree = ""; }; - B772CDB57FAEEF65B46E90EA84057340 /* ZXAbstractDoCoMoResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAbstractDoCoMoResultParser.h; path = ZXingObjC/client/result/ZXAbstractDoCoMoResultParser.h; sourceTree = ""; }; - B78E498B5390169EEB57A2DAF9BCF0E4 /* ZXRSSPair.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSPair.m; path = ZXingObjC/oned/rss/ZXRSSPair.m; sourceTree = ""; }; - B7CCEA5DE4DC7260E899D2C8B58C8EB8 /* ZXRSSExpandedPair.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSExpandedPair.m; path = ZXingObjC/oned/rss/expanded/ZXRSSExpandedPair.m; sourceTree = ""; }; - B805685E7B3A990DC1937BDF540889FD /* ZXPDF417.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417.m; path = ZXingObjC/pdf417/encoder/ZXPDF417.m; sourceTree = ""; }; - B848F0C886CB3BF42A5E2704574ECD81 /* ZXAztecDetectorResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAztecDetectorResult.h; path = ZXingObjC/aztec/ZXAztecDetectorResult.h; sourceTree = ""; }; - B8769BB8A0F41897A9C58D905DD7DDC4 /* DBTEAMLOGPasswordLoginSuccessDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPasswordLoginSuccessDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordLoginSuccessDetails.h; sourceTree = ""; }; - B8A2CBCC77B0355F6071BFE23B327B10 /* ZXParsedResultType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXParsedResultType.h; path = ZXingObjC/client/result/ZXParsedResultType.h; sourceTree = ""; }; - B8BFCA02C5571C8C1F0099429DCFBD01 /* ZXAztecReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAztecReader.m; path = ZXingObjC/aztec/ZXAztecReader.m; sourceTree = ""; }; - B8C896A1ECE115DACC10931DFC3B2300 /* ZXMaxiCodeReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXMaxiCodeReader.h; path = ZXingObjC/maxicode/ZXMaxiCodeReader.h; sourceTree = ""; }; - B8DA4DFC547F3B7CC395260A14262C33 /* DBTEAMLOGPaperExternalViewForbidDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperExternalViewForbidDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperExternalViewForbidDetails.h; sourceTree = ""; }; - B8EA84BFD84EC451E72EE17C17A2B099 /* DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetails.h; sourceTree = ""; }; - B8F6F75CF4D3C639C432559EA1E440AE /* ZXDataMatrixSymbolInfo144.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixSymbolInfo144.h; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixSymbolInfo144.h; sourceTree = ""; }; - B94970C45420D89C063A87A5D4AE1B80 /* DBTEAMLOGShmodelVisibilityPasswordDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGShmodelVisibilityPasswordDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelVisibilityPasswordDetails.h; sourceTree = ""; }; - B9668E8833424EC20854F72357E2B7D2 /* DBSHARINGGetFileMetadataIndividualResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGGetFileMetadataIndividualResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataIndividualResult.h; sourceTree = ""; }; - B96700B6043100901AD9CD80DBA1E876 /* DBTEAMLOGFileCommentsPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileCommentsPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileCommentsPolicy.h; sourceTree = ""; }; - B9D0E68C192B0A00E59396382E2A9377 /* DBTEAMLOGTeamMergeFromDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamMergeFromDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamMergeFromDetails.h; sourceTree = ""; }; - B9D5D17FBC16C18E425C819ABB5F5B24 /* DBUsersObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBUsersObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/DBUsersObjects.m; sourceTree = ""; }; - BA506D784396DDA2D8C50D3752D1E449 /* ZXMaxiCodeReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXMaxiCodeReader.m; path = ZXingObjC/maxicode/ZXMaxiCodeReader.m; sourceTree = ""; }; - BAA11810EC6D14BBE96007769EB90842 /* DBTEAMTeamFolderArchiveError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderArchiveError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderArchiveError.h; sourceTree = ""; }; - BAD363F67B076E221A1C4CC166EC8502 /* ZXQRCodeBlockPair.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeBlockPair.h; path = ZXingObjC/qrcode/encoder/ZXQRCodeBlockPair.h; sourceTree = ""; }; - BB329D5C2AD68524180D6285FB7B1E89 /* DBFILESRelocationResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESRelocationResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationResult.h; sourceTree = ""; }; - BB4347B2A749B89F90908E1160C89671 /* DBTEAMMembersSetProfileArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersSetProfileArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetProfileArg.h; sourceTree = ""; }; - BB4980ACF1B130AF79447BBDEBB63B5F /* DBASYNCLaunchResultBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBASYNCLaunchResultBase.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCLaunchResultBase.h; sourceTree = ""; }; - BBB7793E7B2E250E70CC1BC6A7FF8CD8 /* DBTEAMLOGSpaceLimitsStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSpaceLimitsStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSpaceLimitsStatus.h; sourceTree = ""; }; - BC75CAF8BFC1F3BC1DBE74BA8555F4E3 /* DBTEAMLOGShmodelTeamCopyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGShmodelTeamCopyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelTeamCopyDetails.h; sourceTree = ""; }; - BC95BD49BD141DDAB4B04905425BE351 /* DBTEAMLOGTeamEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamEvent.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamEvent.h; sourceTree = ""; }; - BC9A44842B2F064092E840BCC29A8098 /* ZXGlobalHistogramBinarizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXGlobalHistogramBinarizer.h; path = ZXingObjC/common/ZXGlobalHistogramBinarizer.h; sourceTree = ""; }; - BC9A74351301F0597D8B0F00D26E49E5 /* DBTEAMLOGGroupChangeManagementTypeDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupChangeManagementTypeDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupChangeManagementTypeDetails.h; sourceTree = ""; }; - BC9E1DE6CB4E99B773211C79BBB7CA77 /* ZXMultiFormatReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXMultiFormatReader.h; path = ZXingObjC/ZXMultiFormatReader.h; sourceTree = ""; }; - BCE5B4048528666617A74D2D7F92F352 /* ZXDataMatrixVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixVersion.m; path = ZXingObjC/datamatrix/decoder/ZXDataMatrixVersion.m; sourceTree = ""; }; - BCFB587DE51360C8BFD6A1D1B5D6A614 /* ZXWifiParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXWifiParsedResult.h; path = ZXingObjC/client/result/ZXWifiParsedResult.h; sourceTree = ""; }; - BD067A0703C388047754C314FE61D085 /* DBTEAMLOGTeamActivityCreateReportDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamActivityCreateReportDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamActivityCreateReportDetails.h; sourceTree = ""; }; - BD1CFFF4E5D38DD590266A31A2254992 /* DBSHARINGGetSharedLinkFileError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGGetSharedLinkFileError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinkFileError.h; sourceTree = ""; }; - BD2DBB53A78E161AB42C190E62F5DC99 /* ZXSMSTOMMSTOResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXSMSTOMMSTOResultParser.h; path = ZXingObjC/client/result/ZXSMSTOMMSTOResultParser.h; sourceTree = ""; }; + B36397DA534034CFC82D2E4981D4F894 /* DBTEAMLOGShmodelVisibilityTeamOnlyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGShmodelVisibilityTeamOnlyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelVisibilityTeamOnlyDetails.h; sourceTree = ""; }; + B367564944212153501B433BD5351A79 /* ZXQRCodeBitMatrixParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeBitMatrixParser.h; path = ZXingObjC/qrcode/decoder/ZXQRCodeBitMatrixParser.h; sourceTree = ""; }; + B380B97D11815BF703813914CA24A910 /* DBTEAMLOGSsoLoginFailDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSsoLoginFailDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoLoginFailDetails.h; sourceTree = ""; }; + B3CF8DE6CD31BDA63E57CA048D02295B /* ZXCharacterSetECI.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXCharacterSetECI.m; path = ZXingObjC/common/ZXCharacterSetECI.m; sourceTree = ""; }; + B3ED2A2BC805C9100893E113386065FA /* DBTEAMGroupsPollError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupsPollError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsPollError.h; sourceTree = ""; }; + B418F924D5EA72BFD908EF7B706A193F /* DBFILESRelocationBatchLaunch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESRelocationBatchLaunch.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchLaunch.h; sourceTree = ""; }; + B42006BA1C4A4E4721A3383A44C49940 /* ZXRSSUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSUtils.m; path = ZXingObjC/oned/rss/ZXRSSUtils.m; sourceTree = ""; }; + B44D9316B980B3FDDA6E6E4A5460C31B /* DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetails.h; sourceTree = ""; }; + B4AADB1AF68B03AB807290A05EB92197 /* ZXRSSExpandedFieldParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSExpandedFieldParser.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedFieldParser.h; sourceTree = ""; }; + B4B4D1C7720ECDD399581BFA1F64B50D /* DBTEAMListMembersDevicesResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListMembersDevicesResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersDevicesResult.h; sourceTree = ""; }; + B4B7A125AD6B09C640B2AADE24A9DA7A /* ZXCapture.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXCapture.m; path = ZXingObjC/client/ZXCapture.m; sourceTree = ""; }; + B4E7E5138AC687956631ED4023128682 /* DBFILEPROPERTIESLookUpPropertiesError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESLookUpPropertiesError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESLookUpPropertiesError.h; sourceTree = ""; }; + B535AEB1F306A4D1E3C08F82D1E1B60A /* DBFILESDeleteBatchLaunch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESDeleteBatchLaunch.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchLaunch.h; sourceTree = ""; }; + B5429538184B3889BB5BD6479A2FF2AB /* DBSHARINGRemoveFolderMemberError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGRemoveFolderMemberError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveFolderMemberError.h; sourceTree = ""; }; + B549E55CEF4D172D36211BFBED6FEAFC /* DBTEAMLOGTeamProfileAddLogoDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamProfileAddLogoDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileAddLogoDetails.h; sourceTree = ""; }; + B5CA2874508BFFC04E1AA05CC49B54B5 /* DBTEAMLOGSharedNoteOpenedDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedNoteOpenedDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedNoteOpenedDetails.h; sourceTree = ""; }; + B5DC8D1F7599D513B4B5680F8B03C128 /* ZXMathUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXMathUtils.h; path = ZXingObjC/common/detector/ZXMathUtils.h; sourceTree = ""; }; + B60D823C94D0CA92F8C7B1463CB3D3E8 /* DBFILEREQUESTSGetFileRequestArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEREQUESTSGetFileRequestArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSGetFileRequestArgs.h; sourceTree = ""; }; + B61A21EED0EF967BCFF27E0FF8933B6F /* DBSHARINGRemoveFolderMemberArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGRemoveFolderMemberArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveFolderMemberArg.h; sourceTree = ""; }; + B63D0EC01AA2A44B31BEC7A4975073D7 /* ZXURIResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXURIResultParser.m; path = ZXingObjC/client/result/ZXURIResultParser.m; sourceTree = ""; }; + B6700AE1427D136583FC91155B4D3BA6 /* DBTEAMPOLICIESPaperDeploymentPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMPOLICIESPaperDeploymentPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESPaperDeploymentPolicy.h; sourceTree = ""; }; + B67A450A94C9171FDD7F9A3F43566E28 /* DBTEAMLOGSharedFolderLinkPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedFolderLinkPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderLinkPolicy.h; sourceTree = ""; }; + B6803897122683CC482ACD4EE6A04E08 /* DBFILEPROPERTIESPropertiesSearchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESPropertiesSearchResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchResult.h; sourceTree = ""; }; + B6E72C93693AE892D038C4E5EE901CF5 /* DBSHARINGGetFileMetadataArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGGetFileMetadataArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataArg.h; sourceTree = ""; }; + B724825100562902322B2118F4B3733F /* DBTEAMLOGGroupAddExternalIdDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupAddExternalIdDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupAddExternalIdDetails.h; sourceTree = ""; }; + B73389F7F3E76D5E7EF80DB7EE89040A /* DBSHARINGRelinquishFolderMembershipArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGRelinquishFolderMembershipArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRelinquishFolderMembershipArg.h; sourceTree = ""; }; + B7859B3544BDD02142975F7C40D8682F /* DBTEAMLOGPaperDownloadFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDownloadFormat.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDownloadFormat.h; sourceTree = ""; }; + B79EA75FFAAF6EA977193329524799F8 /* DBStoneSerializers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBStoneSerializers.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBStoneSerializers.h; sourceTree = ""; }; + B7B6E0A2417292F4208B5A693A68A7D3 /* DBTEAMTeamNamespacesListContinueError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamNamespacesListContinueError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamNamespacesListContinueError.h; sourceTree = ""; }; + B81317B206F247650F0CDC4D524319EB /* ZXAI013x0xDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAI013x0xDecoder.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI013x0xDecoder.m; sourceTree = ""; }; + B8573ECB7E3E80F3EAE0F1D998CF85E8 /* DBTEAMLOGContextLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGContextLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGContextLogInfo.h; sourceTree = ""; }; + B8DBF7ACEC418D8E970FE08CFD45CD5B /* ZXBizcardResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXBizcardResultParser.m; path = ZXingObjC/client/result/ZXBizcardResultParser.m; sourceTree = ""; }; + B8E28BF84B3A656442D696F73DDE7E75 /* ZXDecodeHints.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDecodeHints.h; path = ZXingObjC/core/ZXDecodeHints.h; sourceTree = ""; }; + B8EA9CBFFFA2B229EEC6EC3830B9DF6B /* DBTEAMLOGFileCopyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileCopyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileCopyDetails.h; sourceTree = ""; }; + B91AC70D8CA00FA0559690529188AB69 /* ZXOneDimensionalCodeWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXOneDimensionalCodeWriter.h; path = ZXingObjC/oned/ZXOneDimensionalCodeWriter.h; sourceTree = ""; }; + B9206AC2AD9A6DE216EF88FC7929D7FB /* ZXDataMatrixDetector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixDetector.h; path = ZXingObjC/datamatrix/detector/ZXDataMatrixDetector.h; sourceTree = ""; }; + B92628A7DF0694E8DCC088D6BF53B263 /* DBTEAMLOGPaperFolderChangeSubscriptionDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperFolderChangeSubscriptionDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderChangeSubscriptionDetails.h; sourceTree = ""; }; + B93E4C7AEA43AEBD5F3C0880C0575071 /* DBTEAMMembersSuspendError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersSuspendError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSuspendError.h; sourceTree = ""; }; + B94132FEFA2FB425F815510BACBD1682 /* CMDQueryStringSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CMDQueryStringSerialization.h; path = CMDQueryStringSerialization/CMDQueryStringSerialization.h; sourceTree = ""; }; + B96D6DFEF72E2DA2D4279501C37CA986 /* DBTasks+Protected.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DBTasks+Protected.h"; path = "Source/ObjectiveDropboxOfficial/Headers/Internal/Networking/DBTasks+Protected.h"; sourceTree = ""; }; + B9722F2895FD2CD3D8C5B1A7475A227B /* ZXAztecSimpleToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAztecSimpleToken.h; path = ZXingObjC/aztec/encoder/ZXAztecSimpleToken.h; sourceTree = ""; }; + B9725F4981709B5E707E8F01E3E85674 /* DBASYNCLaunchResultBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBASYNCLaunchResultBase.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCLaunchResultBase.h; sourceTree = ""; }; + B9A18BBBF91D9768FD9DDE5952D03D41 /* ZXDataMatrixEdifactEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixEdifactEncoder.m; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixEdifactEncoder.m; sourceTree = ""; }; + B9CAC766391BA4C1B54B2245B407C289 /* ZXQRCodeWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeWriter.m; path = ZXingObjC/qrcode/ZXQRCodeWriter.m; sourceTree = ""; }; + B9DCBA921C4416F9F539B7D28E7A4ABB /* DBSHARINGGetSharedLinkFileError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGGetSharedLinkFileError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinkFileError.h; sourceTree = ""; }; + BA121DD0A3088D005C14EA18364AA648 /* DBTEAMLOGTeamMergeToDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamMergeToDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamMergeToDetails.h; sourceTree = ""; }; + BA1AC14FDA50D16EB814690D05C49E2D /* DBTEAMLOGGroupUserManagementPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupUserManagementPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupUserManagementPolicy.h; sourceTree = ""; }; + BA809DD39D5F6C8F0CF10DBCCADD4150 /* ZXRSSExpandedBlockParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSExpandedBlockParsedResult.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedBlockParsedResult.m; sourceTree = ""; }; + BAD62B9F5F2CE61935890D72700DA6A2 /* AFNetworking.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AFNetworking.xcconfig; sourceTree = ""; }; + BADF7C8C466E957A28EF73BEEE9F0E6A /* DBSHARINGTransferFolderError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGTransferFolderError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGTransferFolderError.h; sourceTree = ""; }; + BB217C9593CBFAE819B394C4FF0B0087 /* ZXPDF417CodewordDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417CodewordDecoder.m; path = ZXingObjC/pdf417/decoder/ZXPDF417CodewordDecoder.m; sourceTree = ""; }; + BB279EFF863F9C36B4ACF63BA86CF1F3 /* ZXAztecEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAztecEncoder.h; path = ZXingObjC/aztec/encoder/ZXAztecEncoder.h; sourceTree = ""; }; + BB32BBBDC37434A8FA813C030C7FBECA /* DBTEAMTeamFolderPermanentlyDeleteError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderPermanentlyDeleteError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderPermanentlyDeleteError.h; sourceTree = ""; }; + BB467AFE74AA6A0687FB52A134A7BCB3 /* DBFILEREQUESTSFileRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEREQUESTSFileRequest.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSFileRequest.h; sourceTree = ""; }; + BB4882837B5B2B81CBB4AEDF4887F14F /* ZXEmailAddressParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXEmailAddressParsedResult.h; path = ZXingObjC/client/result/ZXEmailAddressParsedResult.h; sourceTree = ""; }; + BB86032005E4EAC990286AB770E0D074 /* ZXByteMatrix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXByteMatrix.h; path = ZXingObjC/core/ZXByteMatrix.h; sourceTree = ""; }; + BB9B040C4CEAC1E2E34367F5E7B42A53 /* ZXUPCEANExtension5Support.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXUPCEANExtension5Support.h; path = ZXingObjC/oned/ZXUPCEANExtension5Support.h; sourceTree = ""; }; + BBAFCF52B3FD1C62B962E2D27391426D /* DBTasksStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTasksStorage.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTasksStorage.h; sourceTree = ""; }; + BBC911AD571B7C665ACCFFB432642E8E /* DBFILESPreviewError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESPreviewError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPreviewError.h; sourceTree = ""; }; + BBD602C506FEFDD57728BBD0AB5036FC /* ZXPDF417BoundingBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417BoundingBox.h; path = ZXingObjC/pdf417/decoder/ZXPDF417BoundingBox.h; sourceTree = ""; }; + BBE637D7DEE4E820ABFB0F316EB966BA /* ZXResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXResult.m; path = ZXingObjC/core/ZXResult.m; sourceTree = ""; }; + BC3DB4CF30982B5067473C8F6E06280A /* DBTEAMListTeamDevicesResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListTeamDevicesResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamDevicesResult.h; sourceTree = ""; }; + BC4E7670D14FFD0CAFD4DF9374CD4D0A /* Crashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Crashlytics.h; path = OSX/Crashlytics.framework/Versions/A/Headers/Crashlytics.h; sourceTree = ""; }; + BC4F91FD6FDCBF3778ADBA3B329C65E3 /* ZXEmailDoCoMoResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXEmailDoCoMoResultParser.m; path = ZXingObjC/client/result/ZXEmailDoCoMoResultParser.m; sourceTree = ""; }; + BC8070EC3DFF4F656709112C74A7ACF0 /* DBSHARINGLinkExpiry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGLinkExpiry.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkExpiry.h; sourceTree = ""; }; + BC899B464A8C8EB9C67FF6D35CDF8216 /* DBTEAMLOGGetTeamEventsContinueError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGetTeamEventsContinueError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsContinueError.h; sourceTree = ""; }; + BD2E83C11D13D59C5B5B9BF7B31C28F1 /* DBTEAMTeamFolderCreateArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderCreateArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderCreateArg.h; sourceTree = ""; }; BD369C847FFC2FCA8A3F7DF63867924B /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AppKit.framework; sourceTree = DEVELOPER_DIR; }; - BD7338034D0CA9977818800F4D989D96 /* DBFILESRemovePropertiesArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESRemovePropertiesArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRemovePropertiesArg.h; sourceTree = ""; }; - BDBD9EE1CDD9ED99DD28D34999DD310E /* DBTEAMLOGFileDeleteDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileDeleteDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileDeleteDetails.h; sourceTree = ""; }; - BEBE3258C879D36AAC37E9B770AA92E5 /* ZXRSSExpandedFieldParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSExpandedFieldParser.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedFieldParser.m; sourceTree = ""; }; - BED17E7437E45E3788A60150D67C7601 /* DBSHARINGRelinquishFileMembershipArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGRelinquishFileMembershipArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRelinquishFileMembershipArg.h; sourceTree = ""; }; - BEE5FB07DEC584B14975DD3CF6732FA2 /* DBTEAMLOGWebSessionLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGWebSessionLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGWebSessionLogInfo.h; sourceTree = ""; }; - BEEC500E5BAE448C49A7AE2440BD871D /* DBAppClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBAppClient.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/DBAppClient.m; sourceTree = ""; }; - BF01513B852D13154B93CC2D72152DDC /* DBSHARINGGetSharedLinksError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGGetSharedLinksError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetSharedLinksError.h; sourceTree = ""; }; - BF09C5D44E40793DE722DCB6D5E137D8 /* AFSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFSecurityPolicy.h; path = AFNetworking/AFSecurityPolicy.h; sourceTree = ""; }; - BF6B4AEED4060B3F8575CEE362044C63 /* ZXCode39Writer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXCode39Writer.m; path = ZXingObjC/oned/ZXCode39Writer.m; sourceTree = ""; }; - BF8E54B6EF74974458A7C08246C22C91 /* DBTEAMListMemberAppsResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListMemberAppsResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberAppsResult.h; sourceTree = ""; }; - BFB6344B63DEEC83D9075157AA07523D /* ZXQRCodeMaskUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeMaskUtil.h; path = ZXingObjC/qrcode/encoder/ZXQRCodeMaskUtil.h; sourceTree = ""; }; - BFB735753F61706C3B496855BE2E1975 /* DBFILESUserAuthRoutes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUserAuthRoutes.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILESUserAuthRoutes.h; sourceTree = ""; }; - C015B3DC74278DC1A5EDB07EAB52E15C /* DBTEAMPOLICIESTeamSharingPolicies.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMPOLICIESTeamSharingPolicies.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESTeamSharingPolicies.h; sourceTree = ""; }; - C04C02498897ED99D26868E18ACC1495 /* DBTEAMFeature.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMFeature.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeature.h; sourceTree = ""; }; - C090A77B10885F4F1BF7A8D7F488FCAC /* ZXRSSExpandedCurrentParsingState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSExpandedCurrentParsingState.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedCurrentParsingState.m; sourceTree = ""; }; - C0A4B01D94FDE5765A803F57E155A61C /* DBTEAMGroupMembersChangeResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupMembersChangeResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersChangeResult.h; sourceTree = ""; }; - C0EBF199A6475C49299C4E0FE9BADB0E /* DBTEAMLOGSfTeamUninviteDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSfTeamUninviteDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamUninviteDetails.h; sourceTree = ""; }; - C1078F50BAF70A0D7F7CBA5131D1B42E /* DBTEAMLOGDeviceUnlinkPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceUnlinkPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceUnlinkPolicy.h; sourceTree = ""; }; - C10FE78D44CE23F1D25D49FC9EAAF54D /* DBTEAMLOGTfaRemoveBackupPhoneDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTfaRemoveBackupPhoneDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaRemoveBackupPhoneDetails.h; sourceTree = ""; }; - C17E4CAB347CBB9F6C8422D18DB29319 /* ZXWifiResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXWifiResultParser.h; path = ZXingObjC/client/result/ZXWifiResultParser.h; sourceTree = ""; }; - C1946D28DAD70DD39991F79171090605 /* DBPAPERListDocsCursorError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERListDocsCursorError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListDocsCursorError.h; sourceTree = ""; }; - C199F1A51BC583A9C3057F1A00AF6D67 /* ZXQRCodeMatrixUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeMatrixUtil.m; path = ZXingObjC/qrcode/encoder/ZXQRCodeMatrixUtil.m; sourceTree = ""; }; - C1C8971306AADDD09993E20BB30C85DC /* DBSHARINGSharedLinkError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedLinkError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkError.h; sourceTree = ""; }; - C1CCAF213BE657DAD8588264BB85537F /* ZXDataMatrixDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixDecoder.m; path = ZXingObjC/datamatrix/decoder/ZXDataMatrixDecoder.m; sourceTree = ""; }; - C1E0C22738A6FFBF0F22A9CFC064C29A /* ZXQRCodeBitMatrixParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeBitMatrixParser.m; path = ZXingObjC/qrcode/decoder/ZXQRCodeBitMatrixParser.m; sourceTree = ""; }; - C1E5E536C9C999253860C439F6670681 /* DBFILESDeleteBatchResultData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESDeleteBatchResultData.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchResultData.h; sourceTree = ""; }; - C1FF9022D8526D6D9927C689ACBA87FE /* DBSHARINGCreateSharedLinkWithSettingsError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGCreateSharedLinkWithSettingsError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCreateSharedLinkWithSettingsError.h; sourceTree = ""; }; - C228E79ECEA6A4DD58644429279B2EFE /* ZXMultiFormatUPCEANReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXMultiFormatUPCEANReader.h; path = ZXingObjC/oned/ZXMultiFormatUPCEANReader.h; sourceTree = ""; }; - C233DDB0C83E2B4576A9BA0ABD90BDA4 /* DBTEAMLOGPaperDocUnresolveCommentDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocUnresolveCommentDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocUnresolveCommentDetails.h; sourceTree = ""; }; - C32119CDEA6E85F6C08C9EED889EE56E /* ZXPDF417Codeword.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417Codeword.h; path = ZXingObjC/pdf417/decoder/ZXPDF417Codeword.h; sourceTree = ""; }; - C35952FD098AF3C5E2F26871D6DFB4A5 /* DBTEAMTeamFolderInvalidStatusError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderInvalidStatusError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderInvalidStatusError.h; sourceTree = ""; }; - C35F4D70221FBD48FF2C665304E69A5B /* DBTransportBaseClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTransportBaseClient.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseClient.h; sourceTree = ""; }; - C36E42950B39D610E8BD2F1414AB5464 /* ZXProductResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXProductResultParser.h; path = ZXingObjC/client/result/ZXProductResultParser.h; sourceTree = ""; }; - C3BB0FE6425C5D9EDB49D177EF2D4A59 /* DBFILESUploadSessionLookupError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadSessionLookupError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionLookupError.h; sourceTree = ""; }; - C3CBCC1523760534A441CC2BCBD9B858 /* DBTEAMLOGAccountCaptureRelinquishAccountDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAccountCaptureRelinquishAccountDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureRelinquishAccountDetails.h; sourceTree = ""; }; - C40749F0FF9861ADA6ADE11C8E151A15 /* ZXAI01392xDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAI01392xDecoder.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI01392xDecoder.m; sourceTree = ""; }; - C45CCE32A346CB1C084630F77B38E6E9 /* DBTEAMMembersGetInfoError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersGetInfoError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersGetInfoError.h; sourceTree = ""; }; - C46777D6A78EA53558F4C3A4A2B3CE37 /* ZXRSSExpandedDecodedChar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSExpandedDecodedChar.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedDecodedChar.h; sourceTree = ""; }; - C47B59A12D635055F8180D9D94EABFA6 /* ZXURIResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXURIResultParser.m; path = ZXingObjC/client/result/ZXURIResultParser.m; sourceTree = ""; }; - C48C012ECF7902809ADE926C5102DC33 /* ZXEAN13Reader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXEAN13Reader.h; path = ZXingObjC/oned/ZXEAN13Reader.h; sourceTree = ""; }; - C498FE45EAF09B2ED7933775A31C8B25 /* DBTeamClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTeamClient.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/DBTeamClient.m; sourceTree = ""; }; - C4A7643FB3156E92351D109BD871380B /* DBTEAMLOGOpenNoteSharedDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGOpenNoteSharedDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGOpenNoteSharedDetails.h; sourceTree = ""; }; - C4C42492DB4721F864835080A6AA85EC /* DBSHARINGFileMemberActionIndividualResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGFileMemberActionIndividualResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileMemberActionIndividualResult.h; sourceTree = ""; }; - C4C80D154606D0A2FEEDDC53B172CD64 /* DBSHARINGGetFileMetadataArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGGetFileMetadataArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataArg.h; sourceTree = ""; }; - C5963D8B3378EA6B11A155DAA07BBA4D /* DBTEAMLOGPaperFolderLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperFolderLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderLogInfo.h; sourceTree = ""; }; - C59FE3245DAAE32A8B81246EB31B2DF3 /* ZXUPCAWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXUPCAWriter.h; path = ZXingObjC/oned/ZXUPCAWriter.h; sourceTree = ""; }; - C5C9E11EE75637466B760E553D210ECF /* DBUSERSBasicAccount.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSBasicAccount.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSBasicAccount.h; sourceTree = ""; }; - C5ED49C359CC2CA3CDFB482A6E4D797A /* DBTEAMLOGDeviceManagementEnabledDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceManagementEnabledDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceManagementEnabledDetails.h; sourceTree = ""; }; - C5F9C12D35610CD9F726EC12A238B83E /* ZXAztecCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAztecCode.h; path = ZXingObjC/aztec/encoder/ZXAztecCode.h; sourceTree = ""; }; - C62E96D89D7B6A73532915F3D2C8CAC7 /* DBPAPERAddMember.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERAddMember.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERAddMember.h; sourceTree = ""; }; - C63014D05584158874446F49059FE3D9 /* DBTEAMLOGSfNestDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSfNestDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfNestDetails.h; sourceTree = ""; }; - C636AC6F51D41ABE2DE3426E062A025E /* DBTEAMMembersSetPermissionsResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersSetPermissionsResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetPermissionsResult.h; sourceTree = ""; }; - C653FE99AA2330D2609548179BAEA275 /* ZXDataMatrixDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixDecoder.h; path = ZXingObjC/datamatrix/decoder/ZXDataMatrixDecoder.h; sourceTree = ""; }; - C66EBDE848843F38CF8C314DAB850A55 /* ZXDataMatrixASCIIEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixASCIIEncoder.h; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixASCIIEncoder.h; sourceTree = ""; }; - C66EDCA05C2C666BD16EBCA89F98F9A7 /* DBTEAMLOGRemoveSsoUrlDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGRemoveSsoUrlDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGRemoveSsoUrlDetails.h; sourceTree = ""; }; - C67953BF77B17E33850519D8725096C3 /* DBTEAMApiApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMApiApp.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMApiApp.h; sourceTree = ""; }; - C67AF2B292D06715BC30CB2C2C726E33 /* ZXLuminanceSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXLuminanceSource.m; path = ZXingObjC/core/ZXLuminanceSource.m; sourceTree = ""; }; - C68B388D0C0AB0947511493BE273107F /* DBSHARINGListFolderMembersContinueArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFolderMembersContinueArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFolderMembersContinueArg.h; sourceTree = ""; }; - C692EC640A3820FC9F27B32272FD7E0D /* DBFILESUploadSessionOffsetError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadSessionOffsetError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionOffsetError.h; sourceTree = ""; }; - C6A094CBE51FC497081E8E092013FD1B /* DBAUTHInvalidAccountTypeError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBAUTHInvalidAccountTypeError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHInvalidAccountTypeError.h; sourceTree = ""; }; - C6F08569C88DAD93717E2C8408F89025 /* DBTEAMLOGActorLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGActorLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGActorLogInfo.h; sourceTree = ""; }; - C7140EA8FEAC87AA12A6674D5BDD6AC9 /* DBTEAMNamespaceMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMNamespaceMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMNamespaceMetadata.h; sourceTree = ""; }; - C719E7554D1880B2FEDB6F56BE5D685A /* ZXDecoderResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDecoderResult.m; path = ZXingObjC/common/ZXDecoderResult.m; sourceTree = ""; }; - C71FA2049FB3AF95E7A955138BED9564 /* DBTEAMLOGSignInAsSessionStartDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSignInAsSessionStartDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSignInAsSessionStartDetails.h; sourceTree = ""; }; - C7263C0E0E6CFE83ABE513BDF8FA362C /* DBTEAMLOGTeamProfileChangeNameDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamProfileChangeNameDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileChangeNameDetails.h; sourceTree = ""; }; - C758D032F77EDB09A9B4183C1EFA4F05 /* DBTEAMLOGEventCategory.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGEventCategory.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEventCategory.h; sourceTree = ""; }; - C79CDA5B5066577B651CCBD016F78CDE /* ZXDataMatrixSymbolInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixSymbolInfo.h; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixSymbolInfo.h; sourceTree = ""; }; - C7B2A1EEBC5BCB21815ADC5D4942B046 /* SSZipArchive.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SSZipArchive.m; path = SSZipArchive/SSZipArchive.m; sourceTree = ""; }; - C7BD60A7B142276573BF74006D1A3BB4 /* Google-Analytics-for-OS-X.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Google-Analytics-for-OS-X.xcconfig"; sourceTree = ""; }; - C80C83771AAB0B39D35C643D78C53E0E /* ZXModulusPoly.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXModulusPoly.h; path = ZXingObjC/pdf417/decoder/ec/ZXModulusPoly.h; sourceTree = ""; }; - C80D9683A92FEB58EA8C1075D528F7FD /* ZXDataMatrixHighLevelEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixHighLevelEncoder.m; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixHighLevelEncoder.m; sourceTree = ""; }; - C824A79519A76E8D91C211EB2151A44E /* DBTEAMLOGSharedContentCopyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentCopyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentCopyDetails.h; sourceTree = ""; }; - C83ECAC6797F9ACDBBB9E4D0E9D21913 /* ZXingObjCDataMatrix.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXingObjCDataMatrix.h; path = ZXingObjC/datamatrix/ZXingObjCDataMatrix.h; sourceTree = ""; }; - C85555757951C6817DA12CDD9955D78E /* ZXDataMatrixBase256Encoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixBase256Encoder.h; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixBase256Encoder.h; sourceTree = ""; }; - C876C52909F82968C76C32274BF7E602 /* SAMKeychain.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = SAMKeychain.bundle; path = Support/SAMKeychain.bundle; sourceTree = ""; }; - C881DDFC2E7237AE69E914E46DEC8CA5 /* ZXRSSExpandedDecodedInformation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSExpandedDecodedInformation.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedDecodedInformation.h; sourceTree = ""; }; - C886CFCEE5D9B2524F7A5F5FB1720B6C /* ZXRSSExpandedGeneralAppIdDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSExpandedGeneralAppIdDecoder.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedGeneralAppIdDecoder.h; sourceTree = ""; }; - C8A5741B951619763980FF274E0331F6 /* DBTEAMLOGTfaRemoveSecurityKeyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTfaRemoveSecurityKeyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaRemoveSecurityKeyDetails.h; sourceTree = ""; }; - C8BAB728E46EF4D4A1940B719EDF74CC /* MPAnalyticsConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MPAnalyticsConfiguration.m; path = GoogleAnalyticsTracker/MPAnalyticsConfiguration.m; sourceTree = ""; }; - C8D63BE1A02A74A38CB156A07462D7FE /* DBTEAMLOGGetTeamEventsResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGetTeamEventsResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsResult.h; sourceTree = ""; }; - C8E7047862B08C6C869FEA9E78E144BF /* DBSHARINGUnshareFileArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGUnshareFileArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnshareFileArg.h; sourceTree = ""; }; - C975DFCEAE7A118A8721BB3627AD8B8B /* DBTEAMTeamNamespacesListResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamNamespacesListResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamNamespacesListResult.h; sourceTree = ""; }; - C975F346799DAFDE29F32C27E9A57D4E /* DBFILESUploadErrorWithProperties.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadErrorWithProperties.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadErrorWithProperties.h; sourceTree = ""; }; - C9C1FCDB766CBBEB376F0B4A9291FBF9 /* DBFILESRestoreArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESRestoreArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRestoreArg.h; sourceTree = ""; }; - C9EC7836A6E730C40F7C7CA1D35474F8 /* DBTEAMLOGPaperTaggedValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperTaggedValue.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperTaggedValue.h; sourceTree = ""; }; - CA0549A5A524CBDEF8500037AE08C571 /* ZXPDF417DetectionResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417DetectionResult.h; path = ZXingObjC/pdf417/decoder/ZXPDF417DetectionResult.h; sourceTree = ""; }; - CA28C55CBB311FD1CF6C2D37EF609646 /* DBUSERSGetAccountArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSGetAccountArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSGetAccountArg.h; sourceTree = ""; }; - CA39A27B8447A4BF955E97BD230DB985 /* DBSHARINGGroupMembershipInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGGroupMembershipInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGroupMembershipInfo.h; sourceTree = ""; }; - CA4C2CCCDBFE509C9777379583EAA0AC /* DBTEAMLOGJoinTeamDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGJoinTeamDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGJoinTeamDetails.h; sourceTree = ""; }; - CA5B69E078DDA4696C9E37F9233D8BC1 /* ZXTelResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXTelResultParser.m; path = ZXingObjC/client/result/ZXTelResultParser.m; sourceTree = ""; }; - CA6BF9904BB3CCC526DC8B1568FDD731 /* DBTEAMRevokeLinkedAppStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRevokeLinkedAppStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedAppStatus.h; sourceTree = ""; }; - CB0DBE874B7F810558A4F3EDF6DBA2C5 /* ZXBitArrayBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXBitArrayBuilder.h; path = ZXingObjC/oned/rss/expanded/ZXBitArrayBuilder.h; sourceTree = ""; }; - CB3D1AC443C3166255E22A3E265BFAA9 /* DBFILESUploadSessionAppendArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadSessionAppendArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionAppendArg.h; sourceTree = ""; }; - CB3EF08D02C0EBCC6F2805A3CB1483E9 /* DBTransportBaseClient+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DBTransportBaseClient+Internal.h"; path = "Source/ObjectiveDropboxOfficial/Headers/Internal/Networking/DBTransportBaseClient+Internal.h"; sourceTree = ""; }; - CB4278E60B91D2C943C2526582D10BD1 /* MPAnalyticsConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPAnalyticsConfiguration.h; path = GoogleAnalyticsTracker/MPAnalyticsConfiguration.h; sourceTree = ""; }; - CB679E7FDC056161249C7B75B5E0DF5B /* ZXProductParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXProductParsedResult.h; path = ZXingObjC/client/result/ZXProductParsedResult.h; sourceTree = ""; }; - CB6BCB21BD8C51558485106749E75C76 /* DBSHARINGMemberAction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGMemberAction.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberAction.h; sourceTree = ""; }; - CB6C155BBBDAFFC739E0200B6267D358 /* DBOAuthManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBOAuthManager.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/OAuth/DBOAuthManager.m; sourceTree = ""; }; - CB756299C6575668AF89430686BB97A4 /* DBTEAMMembersUnsuspendError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersUnsuspendError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersUnsuspendError.h; sourceTree = ""; }; - CB9881F1DBACCDE3FD5DA383AA63EA1F /* DBTEAMMemberAccess.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMemberAccess.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberAccess.h; sourceTree = ""; }; - CBE2C66748B978D698B1522D7A0FBE2E /* DBTEAMLOGSfAddGroupDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSfAddGroupDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfAddGroupDetails.h; sourceTree = ""; }; - CBF2D114A9E41AD05C17A388F3EFDB78 /* ZXDataMatrixDataBlock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixDataBlock.h; path = ZXingObjC/datamatrix/decoder/ZXDataMatrixDataBlock.h; sourceTree = ""; }; - CC189EE50C0CCDA443F9F7A3539947B9 /* DBFILESVideoMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESVideoMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESVideoMetadata.h; sourceTree = ""; }; + BD4152D45547AB9B1A9BF60D48DA93A2 /* ZXPDF417ErrorCorrection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417ErrorCorrection.m; path = ZXingObjC/pdf417/encoder/ZXPDF417ErrorCorrection.m; sourceTree = ""; }; + BD449ADC9092AC6B77CFE66ACA1A0552 /* DBTEAMLOGSharedContentRelinquishMembershipDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentRelinquishMembershipDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRelinquishMembershipDetails.h; sourceTree = ""; }; + BD5AF62101C6FD1C7EA4E6C4EE11C933 /* DBTEAMLOGDataPlacementRestrictionChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDataPlacementRestrictionChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDataPlacementRestrictionChangePolicyDetails.h; sourceTree = ""; }; + BD6AB15FB53FA3397BAA2E1BB2AC12EF /* DBTEAMTeamNamespacesListResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamNamespacesListResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamNamespacesListResult.h; sourceTree = ""; }; + BD76345FE6DD4BCF23A4C8B86BCB9B55 /* ZXReedSolomonEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXReedSolomonEncoder.h; path = ZXingObjC/common/reedsolomon/ZXReedSolomonEncoder.h; sourceTree = ""; }; + BD8068D9E0D330BF243E3D4E2C76FFFF /* ZXSMSParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXSMSParsedResult.h; path = ZXingObjC/client/result/ZXSMSParsedResult.h; sourceTree = ""; }; + BD8A234FF41B45EE6C9853B21C81BA90 /* ZXRSSExpandedDecodedChar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSExpandedDecodedChar.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedDecodedChar.h; sourceTree = ""; }; + BD9F51C937F541392B34DE561D0E16AC /* DBSHARINGSharedFileMembers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedFileMembers.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFileMembers.h; sourceTree = ""; }; + BDA069B92C602CC61E779D1E45811880 /* DBPAPERFolderSubscriptionLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERFolderSubscriptionLevel.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERFolderSubscriptionLevel.h; sourceTree = ""; }; + BDBD41E4EBDE30208AD1001C39EE2248 /* DBTEAMGetStorageReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGetStorageReport.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGetStorageReport.h; sourceTree = ""; }; + BDC210384EA42AE0107E8FDD0E6DF3A6 /* ZXProductResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXProductResultParser.h; path = ZXingObjC/client/result/ZXProductResultParser.h; sourceTree = ""; }; + BDD0641D22A9743EA6E39AECC8CA05E0 /* DBPAPERListUsersOnFolderContinueArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERListUsersOnFolderContinueArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnFolderContinueArgs.h; sourceTree = ""; }; + BDE1CFE0F10475524CAFC0D343B81101 /* DBFILESUploadSessionOffsetError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadSessionOffsetError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionOffsetError.h; sourceTree = ""; }; + BDEE8BE98C71D3EB18DFA5B40A0BEF6F /* DBFILESSaveUrlJobStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESSaveUrlJobStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveUrlJobStatus.h; sourceTree = ""; }; + BE46ADE172DC279AB2DAC2188A718779 /* DBTEAMRevokeDeviceSessionBatchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRevokeDeviceSessionBatchResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionBatchResult.h; sourceTree = ""; }; + BE79C9F1EF0B123C3A720E6D45C769F5 /* DBTEAMLOGMemberPermanentlyDeleteAccountContentsDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberPermanentlyDeleteAccountContentsDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberPermanentlyDeleteAccountContentsDetails.h; sourceTree = ""; }; + BED3D1A0C75D9B5B932414CF7F30C31F /* DBTEAMLOGSharedFolderChangeLinkPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedFolderChangeLinkPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderChangeLinkPolicyDetails.h; sourceTree = ""; }; + BEF4BBCF9138111CFAF23DE011F0381D /* DBTEAMFeaturesGetValuesBatchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMFeaturesGetValuesBatchResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeaturesGetValuesBatchResult.h; sourceTree = ""; }; + BF366503F702C79A1D45543F6E3FE0C0 /* DBFILESUploadSessionStartArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadSessionStartArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionStartArg.h; sourceTree = ""; }; + BF53644AA3FB2617E935D1CC950E982B /* ZXUPCEANWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXUPCEANWriter.m; path = ZXingObjC/oned/ZXUPCEANWriter.m; sourceTree = ""; }; + BF746E5A859C4D1DC8FABE27DC79D043 /* DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetails.h; sourceTree = ""; }; + BF7F6B24BDF59172E76B4B741A6E7F17 /* DBSHARINGLinkAudience.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGLinkAudience.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkAudience.h; sourceTree = ""; }; + BF8493C4CD89D27F3794B833258945B6 /* DBTEAMLOGFileCommentsPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileCommentsPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileCommentsPolicy.h; sourceTree = ""; }; + BF90EF4BC1F2728DC65ED0184F692B93 /* DBFILEPROPERTIESLookupError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESLookupError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESLookupError.h; sourceTree = ""; }; + BF941A4BABB6C9071B531C224CC7BCD9 /* DBTEAMRevokeLinkedApiAppArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRevokeLinkedApiAppArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedApiAppArg.h; sourceTree = ""; }; + BFB531A4D207C276F4B077231FD125C5 /* DBFILESListFolderLongpollArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESListFolderLongpollArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderLongpollArg.h; sourceTree = ""; }; + BFBDA4036AFF69DA7646922FD4E5E0DC /* ZXMaxiCodeDecodedBitStreamParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXMaxiCodeDecodedBitStreamParser.h; path = ZXingObjC/maxicode/decoder/ZXMaxiCodeDecodedBitStreamParser.h; sourceTree = ""; }; + BFEA3C839F8FC8C40DD2EC94700C332F /* DBUSERSGetAccountArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSGetAccountArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSGetAccountArg.h; sourceTree = ""; }; + BFFED5839617E754B835F4A19328A47C /* DBTEAMLOGSharedContentDownloadsPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentDownloadsPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentDownloadsPolicy.h; sourceTree = ""; }; + C01072458D519172720D1CC456244D7E /* DBTEAMLOGDeviceDeleteOnUnlinkFailDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceDeleteOnUnlinkFailDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceDeleteOnUnlinkFailDetails.h; sourceTree = ""; }; + C011D1AF9456C7E0170C4EDA1582A390 /* DBFILEREQUESTSUpdateFileRequestError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEREQUESTSUpdateFileRequestError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSUpdateFileRequestError.h; sourceTree = ""; }; + C0174548995DFD8E51B2668AFF58A13A /* ZXModulusPoly.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXModulusPoly.h; path = ZXingObjC/pdf417/decoder/ec/ZXModulusPoly.h; sourceTree = ""; }; + C01B0FF3C7B5AD1C0415D74C95730D7F /* DBSHARINGRemoveMemberJobStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGRemoveMemberJobStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveMemberJobStatus.h; sourceTree = ""; }; + C04EE5E517B3D0CC2DC419BE83BF91B9 /* DBFILESGetThumbnailBatchResultData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESGetThumbnailBatchResultData.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetThumbnailBatchResultData.h; sourceTree = ""; }; + C058453F324A7F627CFBFF4236CD28F1 /* DBTEAMLOGSharingLinkPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharingLinkPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingLinkPolicy.h; sourceTree = ""; }; + C059B5436EFF86A24E2D9E2EAD46C130 /* DBTEAMGroupUpdateError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupUpdateError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupUpdateError.h; sourceTree = ""; }; + C05BE593300B3C7F1641C1AC30318C34 /* DBFILESSearchArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESSearchArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchArg.h; sourceTree = ""; }; + C08B1213F77E331E2CB4F662146916C5 /* ZXDataMatrixEncoderContext.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixEncoderContext.m; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixEncoderContext.m; sourceTree = ""; }; + C0E82008D6BB014731A4827D7481E032 /* DBTEAMLOGSsoChangeCertDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSsoChangeCertDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangeCertDetails.h; sourceTree = ""; }; + C0F871AE93F06B15ED9980A141BE501F /* ZXRSSExpandedFieldParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSExpandedFieldParser.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedFieldParser.m; sourceTree = ""; }; + C10CCFC3B557C62BB2ED81D85F40F0D6 /* DBTEAMListMembersAppsResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListMembersAppsResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersAppsResult.h; sourceTree = ""; }; + C1DF35C52133B9ACC6727E9609A9AF7D /* DBSHARINGParentFolderAccessInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGParentFolderAccessInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGParentFolderAccessInfo.h; sourceTree = ""; }; + C26CEBB15C238540A6D5A054B70C6AAB /* DBSHARINGLinkPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGLinkPermission.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkPermission.h; sourceTree = ""; }; + C2B347F54FD496A9156CEF5E1785A1EB /* ZXQRCodeFinderPatternInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeFinderPatternInfo.h; path = ZXingObjC/qrcode/detector/ZXQRCodeFinderPatternInfo.h; sourceTree = ""; }; + C2BEC7A25CD96B84D85B0842EEB0C931 /* ZXBoolArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXBoolArray.h; path = ZXingObjC/common/ZXBoolArray.h; sourceTree = ""; }; + C2CEB566801F1E53C36CACBF7EF6D021 /* DBTEAMLOGTfaAddBackupPhoneDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTfaAddBackupPhoneDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaAddBackupPhoneDetails.h; sourceTree = ""; }; + C2ECAEFDE53803503D93071A3B82F043 /* DBTEAMLOGMemberRequestsPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberRequestsPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberRequestsPolicy.h; sourceTree = ""; }; + C2F1F1D952A819D3131DC175B62157D4 /* DBTEAMLOGFileRenameDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRenameDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRenameDetails.h; sourceTree = ""; }; + C2F2456E1A0BB1796DAB1B1B09B2FBC0 /* ZXRSSUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSUtils.h; path = ZXingObjC/oned/rss/ZXRSSUtils.h; sourceTree = ""; }; + C30326D66F6046569A511659F625D859 /* DBFILESSearchError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESSearchError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchError.h; sourceTree = ""; }; + C30ACADE778EC3488131B45FC8921ECE /* DBTEAMGroupMemberSelectorError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupMemberSelectorError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMemberSelectorError.h; sourceTree = ""; }; + C32A892EF1D9C15446DEEE04184E3CF8 /* fileenc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = fileenc.h; path = SSZipArchive/minizip/aes/fileenc.h; sourceTree = ""; }; + C36B4C18597C4BF9351DDC0257A075FA /* DBTEAMLOGPaperDocEditCommentDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocEditCommentDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocEditCommentDetails.h; sourceTree = ""; }; + C38EAED9A17873E50F935B4A3614556E /* unzip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = unzip.h; path = SSZipArchive/minizip/unzip.h; sourceTree = ""; }; + C3B757B9237D51C35AC65D8350A8BE68 /* DBTEAMLOGTeamActivityCreateReportDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamActivityCreateReportDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamActivityCreateReportDetails.h; sourceTree = ""; }; + C41B4DF6139E9E98B15BA27FA0D4554C /* ZXResultMetadataType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXResultMetadataType.h; path = ZXingObjC/core/ZXResultMetadataType.h; sourceTree = ""; }; + C41D0B3C65AE0C50EA85EB8F07F78D8D /* DBFILEPROPERTIESInvalidPropertyGroupError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESInvalidPropertyGroupError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESInvalidPropertyGroupError.h; sourceTree = ""; }; + C4525BFAB0372F6A86EB4B96C196E9E4 /* ZXResultPointCallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXResultPointCallback.h; path = ZXingObjC/core/ZXResultPointCallback.h; sourceTree = ""; }; + C459B75B6AA1182288E24FD8A4E3D894 /* DBSHARINGRelinquishFolderMembershipError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGRelinquishFolderMembershipError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRelinquishFolderMembershipError.h; sourceTree = ""; }; + C45B2EB443A952B63196E6F3258EEF64 /* DBTEAMLOGTimeUnit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTimeUnit.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTimeUnit.h; sourceTree = ""; }; + C48D5B767C7C78283FB5C7D225724840 /* DBSHARINGAddFileMemberArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGAddFileMemberArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddFileMemberArgs.h; sourceTree = ""; }; + C4974C017E480369E6B0A59C0BBF6ADF /* DBTEAMLOGSpaceLimitsLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSpaceLimitsLevel.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSpaceLimitsLevel.h; sourceTree = ""; }; + C4CDC640E775E543A3F834B239649D29 /* DBTEAMPOLICIESSharedFolderJoinPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMPOLICIESSharedFolderJoinPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESSharedFolderJoinPolicy.h; sourceTree = ""; }; + C4EE2F5E88891B55FDE2FFA9265F4920 /* DBTEAMLOGFileEditDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileEditDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileEditDetails.h; sourceTree = ""; }; + C51DFF436ABB574EC717126C60E3994C /* DBSHARINGFileMemberActionResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGFileMemberActionResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileMemberActionResult.h; sourceTree = ""; }; + C5590CC4D6DE8A87C17B560A50E61AAA /* DBTEAMUserSelectorError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMUserSelectorError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUserSelectorError.h; sourceTree = ""; }; + C55A16FF53AAA9C9E3DBD5A8217ED4A1 /* DBFILEREQUESTSListFileRequestsError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEREQUESTSListFileRequestsError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSListFileRequestsError.h; sourceTree = ""; }; + C55FE8B198D97848F2A9B06D4094BAF5 /* DBTEAMLOGDeviceChangeIpDesktopDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceChangeIpDesktopDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceChangeIpDesktopDetails.h; sourceTree = ""; }; + C561012D304DAC8BE9D901E90B3F4DEC /* DBTEAMTeamFolderArchiveLaunch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderArchiveLaunch.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderArchiveLaunch.h; sourceTree = ""; }; + C572B08A65F52690D2EE254ED26C872E /* ZXRSSExpandedDecodedInformation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSExpandedDecodedInformation.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedDecodedInformation.h; sourceTree = ""; }; + C5747A5962359142B12A5A2CC15E3A51 /* DBFILEPROPERTIESPropertiesSearchMatch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESPropertiesSearchMatch.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchMatch.h; sourceTree = ""; }; + C57FF7BCF99BDB6B060BC01D51E54B27 /* DBSHARINGSharingFileAccessError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharingFileAccessError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharingFileAccessError.h; sourceTree = ""; }; + C58AB5802468806A20B2DDDB3990E596 /* ZXQRCodeMaskUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeMaskUtil.h; path = ZXingObjC/qrcode/encoder/ZXQRCodeMaskUtil.h; sourceTree = ""; }; + C59AA2755A1F0EB3FA2E7E6C0BB1393F /* DBFILESUserAuthRoutes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBFILESUserAuthRoutes.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILESUserAuthRoutes.m; sourceTree = ""; }; + C59AEF4112B2CA98006DD95E1E5B5B1B /* DBCustomDatatypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBCustomDatatypes.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBCustomDatatypes.m; sourceTree = ""; }; + C5A7968D4D64A26BAA4FF2C63F0F23D6 /* DBTEAMCustomQuotaUsersArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMCustomQuotaUsersArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMCustomQuotaUsersArg.h; sourceTree = ""; }; + C5C55238D87A472BB0DF5CC4A1CA5858 /* DBTEAMTeamFolderIdListArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderIdListArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderIdListArg.h; sourceTree = ""; }; + C5CAD987286579D08AF551FC83A4DCF6 /* DBTEAMLOGShmodelDisableDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGShmodelDisableDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelDisableDetails.h; sourceTree = ""; }; + C5D89A3D7B38405000EFC759A1185520 /* DBSHARINGUnshareFileArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGUnshareFileArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnshareFileArg.h; sourceTree = ""; }; + C60438316A7D65EB777A12F469FF7933 /* DBTEAMLOGMemberChangeEmailDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberChangeEmailDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeEmailDetails.h; sourceTree = ""; }; + C646161D480E2E72FB0791A5A83BA8AC /* ZXRSSFinderPattern.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSFinderPattern.m; path = ZXingObjC/oned/rss/ZXRSSFinderPattern.m; sourceTree = ""; }; + C66B3C4A8E93BF08A0F4EE81732DFA7A /* DBFilesObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBFilesObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/DBFilesObjects.m; sourceTree = ""; }; + C687AD4DD916D9ED27AB674708C11453 /* DBTEAMFeature.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMFeature.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeature.h; sourceTree = ""; }; + C693202907F2DBEAF10B97C9F58F9B5F /* DBPAPERListPaperDocsSortBy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERListPaperDocsSortBy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsSortBy.h; sourceTree = ""; }; + C693A82DBC7263488DC0A4B5FA0AD3B8 /* DBTEAMLOGSharedContentClaimInvitationDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentClaimInvitationDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentClaimInvitationDetails.h; sourceTree = ""; }; + C69710F400B27C322AB5B9C9946686E2 /* DBTEAMLOGPasswordChangeDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPasswordChangeDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordChangeDetails.h; sourceTree = ""; }; + C6A59DF80D320EC6EC559C742DF968AF /* DBTEAMLOGRelocateAssetReferencesLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGRelocateAssetReferencesLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGRelocateAssetReferencesLogInfo.h; sourceTree = ""; }; + C6A6BD9820910BDC43FE696A462A73A4 /* ZXAztecDetector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAztecDetector.h; path = ZXingObjC/aztec/detector/ZXAztecDetector.h; sourceTree = ""; }; + C6D75E2C96E57C9A479A25847ACB0D50 /* MPAnalyticsParamBuilder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPAnalyticsParamBuilder.h; path = GoogleAnalyticsTracker/MPAnalyticsParamBuilder.h; sourceTree = ""; }; + C6ED2808388066477FCB08ACF3FA37DF /* DBTEAMLOGDeviceManagementEnabledDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceManagementEnabledDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceManagementEnabledDetails.h; sourceTree = ""; }; + C70F50FDB7DA775EF0A990709FF1C588 /* DBSHARINGSharedLinkError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedLinkError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedLinkError.h; sourceTree = ""; }; + C710CFA538C377F81EB3EBD351F20AD9 /* ZXGeoParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXGeoParsedResult.m; path = ZXingObjC/client/result/ZXGeoParsedResult.m; sourceTree = ""; }; + C7145671E4848505B611A181B073C303 /* ZXHybridBinarizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXHybridBinarizer.h; path = ZXingObjC/common/ZXHybridBinarizer.h; sourceTree = ""; }; + C71F867516804B987028DDAF2D709719 /* DBTEAMLOGPaperContentPermanentlyDeleteDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperContentPermanentlyDeleteDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentPermanentlyDeleteDetails.h; sourceTree = ""; }; + C748FE7C1F368EF3A4C7FF21B0FD1B72 /* ZXParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXParsedResult.h; path = ZXingObjC/client/result/ZXParsedResult.h; sourceTree = ""; }; + C7500C178CA1FEF52680105E13571A18 /* DBTEAMCOMMONGroupManagementType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMCOMMONGroupManagementType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamCommon/Headers/DBTEAMCOMMONGroupManagementType.h; sourceTree = ""; }; + C7993535BB12355B5CA4A06DCE59711C /* CMDQueryStringWritingOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CMDQueryStringWritingOptions.h; path = CMDQueryStringSerialization/CMDQueryStringWritingOptions.h; sourceTree = ""; }; + C8064D7B1A314F59CA43D4F1E923CA6B /* DBTEAMLOGFileUnresolveCommentDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileUnresolveCommentDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileUnresolveCommentDetails.h; sourceTree = ""; }; + C815966D51E0002605031BA63F9F7B0C /* DBUSERSSpaceUsage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSSpaceUsage.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSSpaceUsage.h; sourceTree = ""; }; + C847ACE39760C2B3BF9B461762B03B81 /* CMDQueryStringValueTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CMDQueryStringValueTransformer.m; path = CMDQueryStringSerialization/CMDQueryStringValueTransformer.m; sourceTree = ""; }; + C850BBA36546D5A90DC65E687540B51E /* ZXMaxiCodeBitMatrixParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXMaxiCodeBitMatrixParser.m; path = ZXingObjC/maxicode/decoder/ZXMaxiCodeBitMatrixParser.m; sourceTree = ""; }; + C87A7C4440D14DB4D3810BFC1D90AA87 /* ZXAI01AndOtherAIs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAI01AndOtherAIs.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI01AndOtherAIs.h; sourceTree = ""; }; + C8F6915BF7956CD9E6F391261B814B9D /* DBTEAMLOGSmartSyncPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSmartSyncPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncPolicy.h; sourceTree = ""; }; + C90BA667775E929C351D317808BFFFC4 /* DBTEAMLOGNonTeamMemberLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGNonTeamMemberLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNonTeamMemberLogInfo.h; sourceTree = ""; }; + C91A00A0B521245DBD953B6A2F3F5FBC /* DBTEAMMemberDevices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMemberDevices.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberDevices.h; sourceTree = ""; }; + C923024C783FF8BBFD11A24ABD4D78BE /* DBUSERSRouteObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBUSERSRouteObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBUSERSRouteObjects.m; sourceTree = ""; }; + C9306EBBC8AE883B44E95EFC2022A77C /* DBSHARINGFileLinkMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGFileLinkMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileLinkMetadata.h; sourceTree = ""; }; + C94E00D967CD467010846786DD1A102A /* ZXRSSExpandedBlockParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSExpandedBlockParsedResult.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedBlockParsedResult.h; sourceTree = ""; }; + C9897745E493D7C0BA2CF78533FC0865 /* DBTEAMLOGAppLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAppLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppLogInfo.h; sourceTree = ""; }; + C9993648266553F8741F77F2E7CF733F /* ZXReedSolomonDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXReedSolomonDecoder.h; path = ZXingObjC/common/reedsolomon/ZXReedSolomonDecoder.h; sourceTree = ""; }; + C9BA9B74662E779BB731535082FE5A00 /* DBTEAMRemovedStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRemovedStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRemovedStatus.h; sourceTree = ""; }; + C9E3E6F3AD57B163C0324DC7115EA923 /* DBTEAMMemberAddArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMemberAddArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberAddArg.h; sourceTree = ""; }; + CA42E8E5DF5D5DA7582262EEE9355D8B /* DBSHARINGListSharedLinksError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListSharedLinksError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListSharedLinksError.h; sourceTree = ""; }; + CA49EDB26E76A9077C4720589D2BE6E4 /* DBTEAMLOGMemberAddNameDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberAddNameDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberAddNameDetails.h; sourceTree = ""; }; + CA93996C0D3AE03E5D71186B530DDA90 /* DBFILESGetMetadataError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESGetMetadataError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetMetadataError.h; sourceTree = ""; }; + CA9B24672F3290354117D55411E5F8CE /* DBTEAMLOGAppUnlinkUserDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAppUnlinkUserDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppUnlinkUserDetails.h; sourceTree = ""; }; + CA9D547703DF713F701F749645C5E7DC /* DBCustomRoutes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBCustomRoutes.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBCustomRoutes.m; sourceTree = ""; }; + CABEA248AC6E0D6F8FD8223636C32FBF /* ZXPDF417DetectionResultRowIndicatorColumn.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417DetectionResultRowIndicatorColumn.m; path = ZXingObjC/pdf417/decoder/ZXPDF417DetectionResultRowIndicatorColumn.m; sourceTree = ""; }; + CAD9F921B574A2DF984E347C0C5A40B2 /* ZXCGImageLuminanceSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXCGImageLuminanceSource.m; path = ZXingObjC/client/ZXCGImageLuminanceSource.m; sourceTree = ""; }; + CB2DDEBFA5FDA9FAB713C1F6E2F8B19D /* AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworking.h; path = AFNetworking/AFNetworking.h; sourceTree = ""; }; + CB30B8FB80A6A4EFF02D0981FFF0F707 /* DBTEAMLOGSmartSyncOptOutDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSmartSyncOptOutDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncOptOutDetails.h; sourceTree = ""; }; + CB45FDC97C621E7D61B4D1DA26662D03 /* DBTransportDefaultClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTransportDefaultClient.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportDefaultClient.h; sourceTree = ""; }; + CB6F02989C359288699DDAC26AA561C3 /* DBTEAMLOGShmodelVisibilityPublicDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGShmodelVisibilityPublicDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelVisibilityPublicDetails.h; sourceTree = ""; }; + CB75511EB590411568E4B1144A46E948 /* DBFILESRestoreArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESRestoreArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRestoreArg.h; sourceTree = ""; }; + CBA7C05B3DB28B741D55ABF7CCA7D601 /* DBSHARINGGetFileMetadataBatchArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGGetFileMetadataBatchArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataBatchArg.h; sourceTree = ""; }; CC1907D51B939C55DFCFC7EECB1F54D5 /* libSAMKeychain.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSAMKeychain.a; path = libSAMKeychain.a; sourceTree = BUILT_PRODUCTS_DIR; }; - CC4EC3B29AFDBA81684C930456C92BD0 /* DBCommonObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBCommonObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Common/DBCommonObjects.m; sourceTree = ""; }; - CC61CAAF90FBFE98ABF64A9BE90ACF69 /* DBTEAMLOGSharedFolderUnmountDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedFolderUnmountDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderUnmountDetails.h; sourceTree = ""; }; - CC7766CCF09FD97C126EAE28FA733A17 /* DBTEAMLOGMemberChangeMembershipTypeDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberChangeMembershipTypeDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeMembershipTypeDetails.h; sourceTree = ""; }; - CC82B47FB232CB6CD4324D7E95A3EDEE /* DBTEAMLOGSharingLinkPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharingLinkPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingLinkPolicy.h; sourceTree = ""; }; - CC957FAB4AF8BBBE432EA874DDCD5975 /* DBClientsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBClientsManager.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/DBClientsManager.m; sourceTree = ""; }; - CCA23D818E70FB348AB48473E2EE612D /* DBTEAMLOGGetTeamEventsError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGetTeamEventsError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGetTeamEventsError.h; sourceTree = ""; }; - CCCE07D8A82E3B522CD262F249CA8275 /* aestab.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = aestab.h; path = SSZipArchive/minizip/aes/aestab.h; sourceTree = ""; }; - CCCF811D5031DA15E74E57636429C5D7 /* DBTransportDefaultConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTransportDefaultConfig.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportDefaultConfig.h; sourceTree = ""; }; - CCF9972BD26E6E50BB7D2E0CA03A37A8 /* DBSHARINGTeamMemberInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGTeamMemberInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGTeamMemberInfo.h; sourceTree = ""; }; - CD2F8FE1869F8A89402EFC7F93CC8425 /* DBUserBaseClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBUserBaseClient.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Client/DBUserBaseClient.m; sourceTree = ""; }; - CD57C5141E98B6515DE5E8EC53F03848 /* ZXPDF417Detector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417Detector.h; path = ZXingObjC/pdf417/detector/ZXPDF417Detector.h; sourceTree = ""; }; - CD7E57ADAF70620F6C80D7099712BE45 /* ZXPDF417Writer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417Writer.m; path = ZXingObjC/pdf417/ZXPDF417Writer.m; sourceTree = ""; }; - CD846322FA55AA89A5C1053AA372EFE0 /* DBHandlerTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBHandlerTypes.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBHandlerTypes.h; sourceTree = ""; }; - CDBB3A6263FEC85ACA3402C0217BE194 /* DBTEAMLOGSharedContentChangeLinkAudienceDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentChangeLinkAudienceDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentChangeLinkAudienceDetails.h; sourceTree = ""; }; - CDBCDCBA078FDF0532DA75E1DC905DA0 /* ZXPDF417DetectionResultColumn.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417DetectionResultColumn.h; path = ZXingObjC/pdf417/decoder/ZXPDF417DetectionResultColumn.h; sourceTree = ""; }; - CDF197CF6494092B0CA37F6DD34DFC95 /* DBTEAMLOGTfaChangeStatusDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTfaChangeStatusDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaChangeStatusDetails.h; sourceTree = ""; }; - CDF6EE53ED5AABCA64226BEBBE9D5B29 /* ISO8601-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ISO8601-dummy.m"; sourceTree = ""; }; - CE20983C1769387533ECA07714C50079 /* ZXRSSFinderPattern.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSFinderPattern.m; path = ZXingObjC/oned/rss/ZXRSSFinderPattern.m; sourceTree = ""; }; - CE23E2B5F54EFD9F0A0576DB76A72139 /* ZXDataMatrixVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixVersion.h; path = ZXingObjC/datamatrix/decoder/ZXDataMatrixVersion.h; sourceTree = ""; }; - CE45D5A1B8833EF0AC68FC73FEEC8E65 /* DBPAPERInviteeInfoWithPermissionLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERInviteeInfoWithPermissionLevel.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERInviteeInfoWithPermissionLevel.h; sourceTree = ""; }; - CE47108ECE6563ABCAE9AF8A88E0EA09 /* DBTEAMLOGEnabledDomainInvitesDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGEnabledDomainInvitesDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEnabledDomainInvitesDetails.h; sourceTree = ""; }; - CE48E41A2964D6E3C3B680E82FE9079D /* DBSHARINGPathLinkMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGPathLinkMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGPathLinkMetadata.h; sourceTree = ""; }; - CE951388F746C45164F4BAA1CB269D8D /* ZXCode39Reader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXCode39Reader.h; path = ZXingObjC/oned/ZXCode39Reader.h; sourceTree = ""; }; - CE963190B1B81792DE30BC59C9CA4D7B /* DBPAPERPaperDocSharingPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERPaperDocSharingPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocSharingPolicy.h; sourceTree = ""; }; - CEBF2BFD98210119DFC2FF111C588F7C /* ZXVEventResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXVEventResultParser.m; path = ZXingObjC/client/result/ZXVEventResultParser.m; sourceTree = ""; }; - CEF8E2F0DB68B81407B53D2D5A00EBAB /* ZXCodaBarReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXCodaBarReader.h; path = ZXingObjC/oned/ZXCodaBarReader.h; sourceTree = ""; }; - CEFA420A79A919FF33B6315FCBDE889A /* DBSHARINGRevokeSharedLinkArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGRevokeSharedLinkArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRevokeSharedLinkArg.h; sourceTree = ""; }; - CF437D3355108024D8D7EB40AAEF81E1 /* ZXGeoParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXGeoParsedResult.h; path = ZXingObjC/client/result/ZXGeoParsedResult.h; sourceTree = ""; }; - CF5A820A38B808FEFCB2BA0E716A5AFC /* DBPAPERPaperDocExportResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERPaperDocExportResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocExportResult.h; sourceTree = ""; }; - CF81C6373165CE950333336D6BFD79FB /* DBFILESSaveCopyReferenceResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESSaveCopyReferenceResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveCopyReferenceResult.h; sourceTree = ""; }; - CF864CF13472ADEEB71E1F719DFAB6F1 /* DBTEAMGroupsGetInfoItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupsGetInfoItem.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsGetInfoItem.h; sourceTree = ""; }; - CFB093DF61EA81A0F3D1F91FB576485B /* ZXUPCEANExtension5Support.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXUPCEANExtension5Support.h; path = ZXingObjC/oned/ZXUPCEANExtension5Support.h; sourceTree = ""; }; - CFBE19CB6F0F48E9BB988314DAF4F2CC /* DBTEAMGroupMembersRemoveArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupMembersRemoveArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersRemoveArg.h; sourceTree = ""; }; - D088543380266DFCC386A6695D03F705 /* DBTEAMLOGPaperContentRestoreDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperContentRestoreDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentRestoreDetails.h; sourceTree = ""; }; - D0B8B234EB0A705BB236E2EA41C3EDF7 /* ZXAddressBookDoCoMoResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAddressBookDoCoMoResultParser.m; path = ZXingObjC/client/result/ZXAddressBookDoCoMoResultParser.m; sourceTree = ""; }; - D0EEABFB4C80F4D87D7A965FB6BE5334 /* DBFILESUploadSessionStartResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadSessionStartResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionStartResult.h; sourceTree = ""; }; - D0F32851E4CF98CE7B5C48523C00F9C5 /* DBTEAMLOGDeviceUnlinkDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceUnlinkDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceUnlinkDetails.h; sourceTree = ""; }; + CC4C69B0CBA06FDDCC14D12F216FDEB1 /* DBTEAMLOGNoteAclInviteOnlyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGNoteAclInviteOnlyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteAclInviteOnlyDetails.h; sourceTree = ""; }; + CC8B31F99AECB43B8B8C4EA639CA4C75 /* DBFILESCommitInfoWithProperties.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESCommitInfoWithProperties.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESCommitInfoWithProperties.h; sourceTree = ""; }; + CC91D480E977891220D219D96EEAF718 /* ZXAbstractDoCoMoResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAbstractDoCoMoResultParser.m; path = ZXingObjC/client/result/ZXAbstractDoCoMoResultParser.m; sourceTree = ""; }; + CCA368153A8BB020E8C282DB27992C05 /* ZXQRCodeAlignmentPattern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeAlignmentPattern.h; path = ZXingObjC/qrcode/detector/ZXQRCodeAlignmentPattern.h; sourceTree = ""; }; + CCA7D40DF5F029555CBAEB685522886A /* ZXQRCodeMultiReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeMultiReader.m; path = ZXingObjC/qrcode/multi/ZXQRCodeMultiReader.m; sourceTree = ""; }; + CCC2A7E26CFFB4B9F472E637ABF3A552 /* DBTEAMLOGEmmCreateUsageReportDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGEmmCreateUsageReportDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmCreateUsageReportDetails.h; sourceTree = ""; }; + CCDE3D78D2C1E9865107F75E123F885E /* DBSHARINGListFileMembersError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFileMembersError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersError.h; sourceTree = ""; }; + CCF7D7199911EAFF57109A19C4C68530 /* DBTEAMLOGEmmLoginSuccessDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGEmmLoginSuccessDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmLoginSuccessDetails.h; sourceTree = ""; }; + CD0C9F8E244C1AE15E1F7A35AED41CF8 /* ANSCompatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ANSCompatibility.h; path = OSX/Crashlytics.framework/Versions/A/Headers/ANSCompatibility.h; sourceTree = ""; }; + CD1488AE14CB6122BEC93F9AA184EC51 /* ZXMonochromeRectangleDetector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXMonochromeRectangleDetector.m; path = ZXingObjC/common/detector/ZXMonochromeRectangleDetector.m; sourceTree = ""; }; + CDA0F37AA24CE1B250FCF044DAFC1A7A /* DBFILEPROPERTIESUpdatePropertiesError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESUpdatePropertiesError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESUpdatePropertiesError.h; sourceTree = ""; }; + CDBAE7102D04C41EFCB7C182469D0573 /* DBTEAMLOGSfTeamInviteDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSfTeamInviteDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamInviteDetails.h; sourceTree = ""; }; + CDE521EB93DC781C74896B65889CBE40 /* DBTEAMMembersDeactivateError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersDeactivateError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersDeactivateError.h; sourceTree = ""; }; + CDF3F36FDC0D695CB71DFC0810416FA3 /* DBPAPERPaperDocCreateUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERPaperDocCreateUpdateResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocCreateUpdateResult.h; sourceTree = ""; }; + CDFF177E4C36C68FECE1F15EA4AC62E1 /* DBTEAMLOGSharedContentRemoveInviteeDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentRemoveInviteeDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRemoveInviteeDetails.h; sourceTree = ""; }; + CE274CA63B45667878B40C647F86E233 /* ZXAztecBinaryShiftToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAztecBinaryShiftToken.m; path = ZXingObjC/aztec/encoder/ZXAztecBinaryShiftToken.m; sourceTree = ""; }; + CE414946304188E88FE3D02741B2F8F3 /* DBTEAMBaseTeamFolderError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMBaseTeamFolderError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMBaseTeamFolderError.h; sourceTree = ""; }; + CE71F515EF81AFC7D2F5E9BA5BAEA115 /* ZXURIParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXURIParsedResult.m; path = ZXingObjC/client/result/ZXURIParsedResult.m; sourceTree = ""; }; + CE74A2D8A47C8B246B54CCF25360CC56 /* DBOAuthDesktop-macOS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "DBOAuthDesktop-macOS.m"; path = "Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/DBOAuthDesktop-macOS.m"; sourceTree = ""; }; + CECF9F193CFA13BA345B3E421541345B /* DBFILESSharedLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESSharedLink.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSharedLink.h; sourceTree = ""; }; + CF00FA196769D35E4452FCA86F322661 /* DBTEAMLOGSsoChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSsoChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangePolicyDetails.h; sourceTree = ""; }; + CF284838DDCF41EE37ACAC79118AE626 /* ZXQRCodeReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeReader.h; path = ZXingObjC/qrcode/ZXQRCodeReader.h; sourceTree = ""; }; + CF7085D15BBCD1FE03BE1B8A0E14C27D /* DBFILESListFolderContinueError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESListFolderContinueError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderContinueError.h; sourceTree = ""; }; + CFCD64A73D05701F8F27DC7ADB6385EE /* ZXPDF417Common.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417Common.m; path = ZXingObjC/pdf417/ZXPDF417Common.m; sourceTree = ""; }; + CFDC56CFC65B6C785B54BD792CD3B406 /* DBTEAMLOGLinkAudience.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGLinkAudience.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGLinkAudience.h; sourceTree = ""; }; + CFFFC65512549BE257C00FF37B498A36 /* ZXPDF417ErrorCorrection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417ErrorCorrection.h; path = ZXingObjC/pdf417/encoder/ZXPDF417ErrorCorrection.h; sourceTree = ""; }; + D05D808B260F01F6052E88C020B082A6 /* DBSHARINGRemoveFileMemberArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGRemoveFileMemberArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveFileMemberArg.h; sourceTree = ""; }; + D08A9572734B681CF94BB586D9FB0DFF /* DBSHARINGCollectionLinkMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGCollectionLinkMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCollectionLinkMetadata.h; sourceTree = ""; }; + D08E629F1FFA3DE84C8FE9F12F497DF7 /* DBFILESUploadSessionFinishBatchJobStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadSessionFinishBatchJobStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionFinishBatchJobStatus.h; sourceTree = ""; }; + D0AB9FD0F42EDD8CA35BD64B9B2EC9AD /* DBTEAMLOGPaperExternalViewForbidDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperExternalViewForbidDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperExternalViewForbidDetails.h; sourceTree = ""; }; + D0EF20967ACC3D93D6B0BA169E385BAC /* DBTEAMLOGPaperDocDownloadDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocDownloadDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocDownloadDetails.h; sourceTree = ""; }; + D14BCEDAC0736870B92E1FC3726BC7C9 /* DBTEAMLOGPaperDocEditDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocEditDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocEditDetails.h; sourceTree = ""; }; D14CDF143D5E69A138CABC5573D2A441 /* libGoogle-Analytics-for-OS-X.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libGoogle-Analytics-for-OS-X.a"; path = "libGoogle-Analytics-for-OS-X.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - D1C4A475F081220EB721B6A4BE0DBB4E /* DBSDKSystem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSDKSystem.h; path = Source/ObjectiveDropboxOfficial/Headers/Internal/Resources/DBSDKSystem.h; sourceTree = ""; }; - D1EF5419BCBA6BE2C9B12AC34AB12F5E /* DBTEAMTeamFolderRenameArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderRenameArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderRenameArg.h; sourceTree = ""; }; - D22614F99B4E32CB4709F42E5DAFF403 /* DBSHARINGListFileMembersBatchArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFileMembersBatchArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersBatchArg.h; sourceTree = ""; }; - D23FF668833D41ADEF9069DD07D8A85C /* DBTEAMAddPropertyTemplateArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMAddPropertyTemplateArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMAddPropertyTemplateArg.h; sourceTree = ""; }; - D24733EF8AB1155594D6198F73DC4616 /* ZXCapture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXCapture.h; path = ZXingObjC/client/ZXCapture.h; sourceTree = ""; }; - D24BD0DF95249315B41B1C14CC8EBB79 /* ZXQRCodeFormatInformation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeFormatInformation.h; path = ZXingObjC/qrcode/decoder/ZXQRCodeFormatInformation.h; sourceTree = ""; }; - D27562AB424B3D479D1366220734FB96 /* ZXPDF417Dimensions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417Dimensions.m; path = ZXingObjC/pdf417/encoder/ZXPDF417Dimensions.m; sourceTree = ""; }; - D2A12D299926589A074C9235EAE1F3D6 /* DBFILESDeleteBatchLaunch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESDeleteBatchLaunch.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchLaunch.h; sourceTree = ""; }; - D2AD0F3B252DBF31884F60E79DEFB02E /* DBTEAMLOGDeviceApprovalsChangeDesktopPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceApprovalsChangeDesktopPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsChangeDesktopPolicyDetails.h; sourceTree = ""; }; - D2D2E05A3B7014A226B9E35CDDD7DF98 /* DBFILESGetCopyReferenceArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESGetCopyReferenceArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetCopyReferenceArg.h; sourceTree = ""; }; - D2E29D178EE52D61A50A0A5E1B92358E /* DBTEAMLOGDeviceLinkFailDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceLinkFailDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceLinkFailDetails.h; sourceTree = ""; }; - D30484EB351FB158EE123B5AC057E8B9 /* ZXDataMatrixDefaultPlacement.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixDefaultPlacement.h; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixDefaultPlacement.h; sourceTree = ""; }; - D325D4C75FB2D11545252E903A2A30C9 /* ZXUPCAWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXUPCAWriter.m; path = ZXingObjC/oned/ZXUPCAWriter.m; sourceTree = ""; }; - D34651391B099A1BDF9CDBAB1DABB682 /* ZXPDF417Dimensions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417Dimensions.h; path = ZXingObjC/pdf417/encoder/ZXPDF417Dimensions.h; sourceTree = ""; }; - D36A21109B65D5F820659C4AD4C6EC9F /* DBTEAMLOGAccessMethodLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAccessMethodLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccessMethodLogInfo.h; sourceTree = ""; }; - D375398FD6C47113D6B2685A62D80E65 /* DBSHARINGListFilesContinueError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFilesContinueError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFilesContinueError.h; sourceTree = ""; }; - D39FCA1FC279C41B3F0B45CC2D40BAA7 /* ZXGenericGFPoly.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXGenericGFPoly.m; path = ZXingObjC/common/reedsolomon/ZXGenericGFPoly.m; sourceTree = ""; }; - D3AB1A9782DA8635BBC12220504DDCF7 /* DBPAPERListPaperDocsContinueArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERListPaperDocsContinueArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsContinueArgs.h; sourceTree = ""; }; - D405C971BC6E71BC69DD5D9A74A958E3 /* DBFILESDeleteBatchArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESDeleteBatchArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchArg.h; sourceTree = ""; }; + D1A054509F65873D7B7FF370225D937F /* DBSHARINGListFileMembersCountResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFileMembersCountResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersCountResult.h; sourceTree = ""; }; + D1A1FA680885F6D4D16DBECBF6549578 /* ZXQRCodeErrorCorrectionLevel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeErrorCorrectionLevel.m; path = ZXingObjC/qrcode/decoder/ZXQRCodeErrorCorrectionLevel.m; sourceTree = ""; }; + D1A287AD829835B77B5E23DE9AA9AA55 /* DBTEAMListMembersAppsArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListMembersAppsArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersAppsArg.h; sourceTree = ""; }; + D1EC6B799DFF4E6EEA27C48118D0AB00 /* ZXPDF417ECErrorCorrection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417ECErrorCorrection.h; path = ZXingObjC/pdf417/decoder/ec/ZXPDF417ECErrorCorrection.h; sourceTree = ""; }; + D1FA3AD13351718BC7A77030B7CAAB7D /* ZXEANManufacturerOrgSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXEANManufacturerOrgSupport.h; path = ZXingObjC/oned/ZXEANManufacturerOrgSupport.h; sourceTree = ""; }; + D20FC67374A1BA5658CED0D56F22A695 /* DBFILESListFolderGetLatestCursorResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESListFolderGetLatestCursorResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderGetLatestCursorResult.h; sourceTree = ""; }; + D277FE370275443F942181EA945DBF28 /* SAMKeychainQuery.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SAMKeychainQuery.h; path = Sources/SAMKeychainQuery.h; sourceTree = ""; }; + D2B3AB56AA95851DA177167C23DCB276 /* DBPaperObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBPaperObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/DBPaperObjects.m; sourceTree = ""; }; + D2ED4155F0FB2BBA5FA80F675266FCC8 /* DBTEAMLOGSharedFolderUnmountDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedFolderUnmountDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderUnmountDetails.h; sourceTree = ""; }; + D2F651B31D0512690ECEC544334BC02B /* DBUSERSSpaceAllocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSSpaceAllocation.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSSpaceAllocation.h; sourceTree = ""; }; + D2F7965B3276CD75677CFB90AF992595 /* ZXPDF417Writer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417Writer.m; path = ZXingObjC/pdf417/ZXPDF417Writer.m; sourceTree = ""; }; + D372D20B53D8356A52694A2148988BF7 /* DBTEAMLOGPaperFolderFollowedDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperFolderFollowedDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperFolderFollowedDetails.h; sourceTree = ""; }; + D3C638158A278F621D7539E45FB01E62 /* DBFILEREQUESTSCreateFileRequestError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEREQUESTSCreateFileRequestError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileRequests/Headers/DBFILEREQUESTSCreateFileRequestError.h; sourceTree = ""; }; + D3D8DA6F50C962D62C788C6DCC4F7F16 /* AFNetworkReachabilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFNetworkReachabilityManager.m; path = AFNetworking/AFNetworkReachabilityManager.m; sourceTree = ""; }; + D3F28192423F282DCFDD641CC25D433F /* ZXInvertedLuminanceSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXInvertedLuminanceSource.h; path = ZXingObjC/core/ZXInvertedLuminanceSource.h; sourceTree = ""; }; + D3F7413FC4D0406798A47D1E19587669 /* ZXAddressBookDoCoMoResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAddressBookDoCoMoResultParser.h; path = ZXingObjC/client/result/ZXAddressBookDoCoMoResultParser.h; sourceTree = ""; }; + D449BB8DE1C3C52067648551AE3752BA /* DBTEAMMobileClientPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMobileClientPlatform.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMobileClientPlatform.h; sourceTree = ""; }; D45BDF68E7B7DB68E34DD98E059EB150 /* libSSZipArchive.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libSSZipArchive.a; path = libSSZipArchive.a; sourceTree = BUILT_PRODUCTS_DIR; }; - D476EEA16E7746B4E3526D88AE8BB1D4 /* ZXQRCodeFinderPatternFinder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeFinderPatternFinder.m; path = ZXingObjC/qrcode/detector/ZXQRCodeFinderPatternFinder.m; sourceTree = ""; }; - D4912EFC916E06DE2739B7ED0B28A023 /* AFNetworking.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AFNetworking.xcconfig; sourceTree = ""; }; - D49E4DA3F8420BD7AFDCFC2D6655493C /* ZXTelResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXTelResultParser.h; path = ZXingObjC/client/result/ZXTelResultParser.h; sourceTree = ""; }; - D4EC4A166100B04695C6BF45EC02DEF3 /* ZXVCardResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXVCardResultParser.m; path = ZXingObjC/client/result/ZXVCardResultParser.m; sourceTree = ""; }; - D50871B21DEBAA172795B55F2E7C443C /* DBTEAMLOGTeamFolderPermanentlyDeleteDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamFolderPermanentlyDeleteDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderPermanentlyDeleteDetails.h; sourceTree = ""; }; - D5346ECB85C5B7D819041DAB4644EA89 /* zip.c */ = {isa = PBXFileReference; includeInIndex = 1; name = zip.c; path = SSZipArchive/minizip/zip.c; sourceTree = ""; }; - D56DB9A3ACD361FA383BB068D5FA76A0 /* DBTEAMLOGSfTeamGrantAccessDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSfTeamGrantAccessDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamGrantAccessDetails.h; sourceTree = ""; }; - D581558FA376CBC06570A3B5A52CA6E7 /* ZXAztecReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAztecReader.h; path = ZXingObjC/aztec/ZXAztecReader.h; sourceTree = ""; }; - D5C08FCCB6A21D4923D375D3AAC3D989 /* DBFILESSearchError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESSearchError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchError.h; sourceTree = ""; }; - D5F83502862E5FCBDF33B92B405D4CB1 /* DBTEAMLOGAllowDownloadEnabledDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAllowDownloadEnabledDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAllowDownloadEnabledDetails.h; sourceTree = ""; }; - D630BDD2448BECD0E135FF68E9107C76 /* ZXQRCodeBlockPair.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeBlockPair.m; path = ZXingObjC/qrcode/encoder/ZXQRCodeBlockPair.m; sourceTree = ""; }; - D6521E42F32ECB14E98D6CF714FB987C /* ZXQRCodeAlignmentPattern.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeAlignmentPattern.h; path = ZXingObjC/qrcode/detector/ZXQRCodeAlignmentPattern.h; sourceTree = ""; }; - D689497317A918CFED58B98985A71779 /* SSZipArchive-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SSZipArchive-dummy.m"; sourceTree = ""; }; - D6AF5C940595D93CA44450F6BE40EB78 /* DBTEAMTeamAuthRoutes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTEAMTeamAuthRoutes.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBTEAMTeamAuthRoutes.m; sourceTree = ""; }; - D6CF66240B7E937987DE90A293622881 /* DBTEAMMemberDevices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMemberDevices.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberDevices.h; sourceTree = ""; }; - D70D365B59AC1E844D67E58BD2B48C59 /* DBTEAMLOGShmodelSetExpirationDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGShmodelSetExpirationDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelSetExpirationDetails.h; sourceTree = ""; }; - D7396C55AE0287A6CB0AE9539D30AC9F /* DBTasksStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTasksStorage.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTasksStorage.m; sourceTree = ""; }; - D74DB784246B419DDDF5B5CDC7F53E8B /* DBFILESPropertyGroupWithPath.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESPropertyGroupWithPath.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPropertyGroupWithPath.h; sourceTree = ""; }; - D783D6925D66ECE94E30DC8198EFD052 /* DBSHARINGMemberPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGMemberPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberPolicy.h; sourceTree = ""; }; - D795390DC405225130D2D31652340D27 /* DBSHARINGSharingFileAccessError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharingFileAccessError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharingFileAccessError.h; sourceTree = ""; }; - D7C24689F083E6FD64DD4445D7742B55 /* DBTEAMLOGTfaChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTfaChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaChangePolicyDetails.h; sourceTree = ""; }; - D7DF22D79C8497C7AEA32DF28528298E /* ZXEAN8Writer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXEAN8Writer.m; path = ZXingObjC/oned/ZXEAN8Writer.m; sourceTree = ""; }; - D7E6537CC9E40DBC96AABABE06D992E1 /* DBAUTHUserAuthRoutes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBAUTHUserAuthRoutes.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBAUTHUserAuthRoutes.h; sourceTree = ""; }; - D7F50E20185298AFB01F0760AEF83C79 /* ZXDataMatrixC40Encoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixC40Encoder.m; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixC40Encoder.m; sourceTree = ""; }; - D82912FA3E1B25A0283C35D42748BC0B /* DBTEAMLOGAccountCaptureChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAccountCaptureChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureChangePolicyDetails.h; sourceTree = ""; }; - D83D1F52A82624FCB61B7651C25AC456 /* DBTEAMLOGOriginLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGOriginLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGOriginLogInfo.h; sourceTree = ""; }; - D85A7D7AF84955D3F297C3A5749893BB /* DBTEAMLOGPermanentDeleteChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPermanentDeleteChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPermanentDeleteChangePolicyDetails.h; sourceTree = ""; }; - D874DB84C1BC0FF6E453C5B8F9F860BF /* DBTEAMFeaturesGetValuesBatchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMFeaturesGetValuesBatchResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeaturesGetValuesBatchResult.h; sourceTree = ""; }; - D88AF8A0661273734D3499045E56A897 /* DBTEAMLOGGroupRenameDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupRenameDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupRenameDetails.h; sourceTree = ""; }; - D8B06364A034C09EDBB632B40BC4A319 /* ZXUPCEANWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXUPCEANWriter.m; path = ZXingObjC/oned/ZXUPCEANWriter.m; sourceTree = ""; }; - D8C359B24030163CE3C53684C2D8BA0C /* DBCustomRoutes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBCustomRoutes.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBCustomRoutes.h; sourceTree = ""; }; - D8D01624CBE7A572C6C2CADAB3BAE6D0 /* DBFILESSaveCopyReferenceArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESSaveCopyReferenceArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveCopyReferenceArg.h; sourceTree = ""; }; - D8E6984727B08BCDEB22CBE4674CF62D /* DBTEAMLOGPaperContentRenameDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperContentRenameDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentRenameDetails.h; sourceTree = ""; }; + D46C0ABE90CF78E93DC7E1AA594405E1 /* DBTEAMLOGSsoRemoveCertDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSsoRemoveCertDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoRemoveCertDetails.h; sourceTree = ""; }; + D4C236E8334B7EAA824B29BBC82AABF1 /* DBSHARINGLinkPassword.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGLinkPassword.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkPassword.h; sourceTree = ""; }; + D4EB5383FFF3A8B9C88700C1B41E69FE /* DBTEAMGetDevicesReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGetDevicesReport.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGetDevicesReport.h; sourceTree = ""; }; + D4EC746292BCBD6F1B060DF4FF0924D3 /* MPGoogleAnalyticsTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MPGoogleAnalyticsTracker.h; path = GoogleAnalyticsTracker/MPGoogleAnalyticsTracker.h; sourceTree = ""; }; + D4FEC075671361C2F2525A00AFDD4A70 /* DBASYNCPollResultBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBASYNCPollResultBase.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCPollResultBase.h; sourceTree = ""; }; + D533D2B362FB299A53A9B3493CBAAB6D /* ZXDataMatrixBitMatrixParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixBitMatrixParser.h; path = ZXingObjC/datamatrix/decoder/ZXDataMatrixBitMatrixParser.h; sourceTree = ""; }; + D56E578FF99C6EE5EF34BAD61510A849 /* DBAUTHTokenFromOAuth1Result.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBAUTHTokenFromOAuth1Result.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHTokenFromOAuth1Result.h; sourceTree = ""; }; + D5759F9CF92A644295054E401035A9BE /* DBFILEPROPERTIESTemplateFilter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESTemplateFilter.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESTemplateFilter.h; sourceTree = ""; }; + D59309E9A06392CF9B501C1AD2A4F0C3 /* ZXPDF417Common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417Common.h; path = ZXingObjC/pdf417/ZXPDF417Common.h; sourceTree = ""; }; + D5AF3245B8BF74FE32FD682AF6B15952 /* DBTEAMRevokeDeviceSessionStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRevokeDeviceSessionStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionStatus.h; sourceTree = ""; }; + D5C16904AE1A55F57160A1BB99339CA7 /* ZXAztecHighLevelEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAztecHighLevelEncoder.m; path = ZXingObjC/aztec/encoder/ZXAztecHighLevelEncoder.m; sourceTree = ""; }; + D5D337C3EBFA227892E5D3CA54224C3B /* ZXGlobalHistogramBinarizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXGlobalHistogramBinarizer.h; path = ZXingObjC/common/ZXGlobalHistogramBinarizer.h; sourceTree = ""; }; + D6069303E55DD3FE264F11EE24E5C9E8 /* DBTEAMLOGGroupUserManagementChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupUserManagementChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupUserManagementChangePolicyDetails.h; sourceTree = ""; }; + D67B75824FF194FB22FC64B97E02F307 /* NSDate+ISO8601.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+ISO8601.h"; path = "Sources/NSDate+ISO8601.h"; sourceTree = ""; }; + D67D46827D6784B41B1105B12C06DFFC /* DBTEAMLOGPaperContentCreateDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperContentCreateDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentCreateDetails.h; sourceTree = ""; }; + D69213421DEF668EFA0295D172877DCD /* DBTransportBaseHostnameConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTransportBaseHostnameConfig.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseHostnameConfig.m; sourceTree = ""; }; + D6B5781574B957C24BAE4AE6BCFA15A6 /* ZXQRCodeDecoderMetaData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeDecoderMetaData.h; path = ZXingObjC/qrcode/decoder/ZXQRCodeDecoderMetaData.h; sourceTree = ""; }; + D6CDAF29A1D6BAF706765FED69FD9FC1 /* DBSHARINGResolvedVisibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGResolvedVisibility.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGResolvedVisibility.h; sourceTree = ""; }; + D6D26C6694782F5B21803471315CC232 /* DBSHARINGFileMemberActionIndividualResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGFileMemberActionIndividualResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileMemberActionIndividualResult.h; sourceTree = ""; }; + D716020988BBEC232B55F964B3CABD80 /* DBTEAMLOGPaperContentRemoveMemberDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperContentRemoveMemberDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentRemoveMemberDetails.h; sourceTree = ""; }; + D732DDEC95521AAB6FAAA41E6FDF43D6 /* ZXPlanarYUVLuminanceSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPlanarYUVLuminanceSource.h; path = ZXingObjC/core/ZXPlanarYUVLuminanceSource.h; sourceTree = ""; }; + D749F7D329DF0FEB45356C50E2862239 /* DBFILEPROPERTIESTeamAuthRoutes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBFILEPROPERTIESTeamAuthRoutes.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEPROPERTIESTeamAuthRoutes.m; sourceTree = ""; }; + D75CE6E243BA7D552E41731C9F455D40 /* DBPAPERCursor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERCursor.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERCursor.h; sourceTree = ""; }; + D7B969EC45EEE534B924151ABDD0C124 /* DBTEAMLOGSharedFolderMountDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedFolderMountDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderMountDetails.h; sourceTree = ""; }; + D7BB3DF8FC4E0EE50A6F80D3C413B1C5 /* DBTransportClientProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTransportClientProtocol.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportClientProtocol.h; sourceTree = ""; }; + D7BC334D31284A6DF40CBC5FB7661531 /* ZXRSSExpandedDecodedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSExpandedDecodedObject.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedDecodedObject.h; sourceTree = ""; }; + D82691643496E8DF352CE6DD8E1B3123 /* DBFILEPROPERTIESTemplateError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESTemplateError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESTemplateError.h; sourceTree = ""; }; + D83D9A859868D1536AA5935ED5EF7A66 /* ZXMultiFormatReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXMultiFormatReader.h; path = ZXingObjC/ZXMultiFormatReader.h; sourceTree = ""; }; + D861D973187A5CA3C84DED02EDBBBECA /* DBTEAMLOGEmmAddExceptionDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGEmmAddExceptionDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmAddExceptionDetails.h; sourceTree = ""; }; + D86F786EA8C2A0DC6AA81E75FE791B86 /* DBSHARINGRouteObjects.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGRouteObjects.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBSHARINGRouteObjects.h; sourceTree = ""; }; + D8C2651B0B39DA39884C5A2EFA9934F4 /* DBSHARINGLinkSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGLinkSettings.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkSettings.h; sourceTree = ""; }; + D8D201483791AFEB74CF47420A8D7DD3 /* DBPAPERRefPaperDoc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERRefPaperDoc.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERRefPaperDoc.h; sourceTree = ""; }; D8F6ADADC42F57D97529666DF23066DB /* libPods-AppBox.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-AppBox.a"; path = "libPods-AppBox.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - D90AAE8118F602CA69A6AC3EFD717405 /* DBFILESSearchMatch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESSearchMatch.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSearchMatch.h; sourceTree = ""; }; - D92AC210ACBA5BA0C7B00FD95419908C /* DBSHARINGFileLinkMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGFileLinkMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileLinkMetadata.h; sourceTree = ""; }; - D92F63FA9D1C089DB9662FD15E7166BC /* DBTEAMLOGTeamProfileRemoveLogoDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamProfileRemoveLogoDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileRemoveLogoDetails.h; sourceTree = ""; }; - D9381AF1CD00188443491FEBC48F7F43 /* DBPAPERListPaperDocsResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERListPaperDocsResponse.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsResponse.h; sourceTree = ""; }; - D981EB229F7721483D9CEB1C735F6BAE /* DBTEAMTeamFolderListContinueError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderListContinueError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListContinueError.h; sourceTree = ""; }; - D99F2E8B16B30256350BDBF45C1AB7D2 /* DBTEAMMemberLinkedApps.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMemberLinkedApps.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberLinkedApps.h; sourceTree = ""; }; - D9D9477053FED8CBA10493B83804C31C /* DBPAPERListUsersCursorError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERListUsersCursorError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersCursorError.h; sourceTree = ""; }; - D9FDBF8927B468699ED6CA37A95DA759 /* DBStoneBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBStoneBase.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBStoneBase.h; sourceTree = ""; }; - DA2D8A959737EF831F782765D828B19B /* ZXQRCodeVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeVersion.m; path = ZXingObjC/qrcode/decoder/ZXQRCodeVersion.m; sourceTree = ""; }; - DA6CDDE06B40FB7829A4401F64CB061A /* DBTEAMLOGFileMoveDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileMoveDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileMoveDetails.h; sourceTree = ""; }; - DA86D766F01FA17997037E4E2D0FEA5E /* ZXQRCodeDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeDecoder.h; path = ZXingObjC/qrcode/decoder/ZXQRCodeDecoder.h; sourceTree = ""; }; - DAA711F3D6FEB2F6CFBA461DDBB495FA /* DBTEAMLOGPasswordChangeDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPasswordChangeDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordChangeDetails.h; sourceTree = ""; }; - DACD2D37A1FDED95261E5E13262238AC /* ZXPDF417BarcodeValue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417BarcodeValue.m; path = ZXingObjC/pdf417/decoder/ZXPDF417BarcodeValue.m; sourceTree = ""; }; - DAEE40FCBD1657BF6CEAF01A7C8E28C8 /* ZXAztecHighLevelEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAztecHighLevelEncoder.m; path = ZXingObjC/aztec/encoder/ZXAztecHighLevelEncoder.m; sourceTree = ""; }; - DBA7BB78BE2766059256A63134950217 /* DBSHARINGParentFolderAccessInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGParentFolderAccessInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGParentFolderAccessInfo.h; sourceTree = ""; }; - DBB5ECB994661E687C57610AC052F5A5 /* AFHTTPSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFHTTPSessionManager.m; path = AFNetworking/AFHTTPSessionManager.m; sourceTree = ""; }; - DBE90AE4C9B89B7720A9B2B82C9D1F0D /* DBTEAMTeamMemberInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamMemberInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamMemberInfo.h; sourceTree = ""; }; - DC211992DCB68A86E249C555D612A32C /* DBTEAMLOGTeamLinkedAppLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamLinkedAppLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamLinkedAppLogInfo.h; sourceTree = ""; }; - DC2198A39FBE210A393492779342AFA0 /* DBTEAMGroupsListContinueArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupsListContinueArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsListContinueArg.h; sourceTree = ""; }; - DC2BD2FD832205C964C61390561D77F5 /* DBTransportBaseConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTransportBaseConfig.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseConfig.h; sourceTree = ""; }; - DC3616AC1DDDFF4176BB6CCD208FBEEA /* DBUSERSCOMMONAccountType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSCOMMONAccountType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/UsersCommon/Headers/DBUSERSCOMMONAccountType.h; sourceTree = ""; }; - DC3D69397506CEA9A70A50157F08EE9A /* ZXQRCodeDetector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeDetector.h; path = ZXingObjC/qrcode/detector/ZXQRCodeDetector.h; sourceTree = ""; }; - DC6D73F84E28404879855D0C6E730BC5 /* DBPAPERListUsersOnFolderResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERListUsersOnFolderResponse.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListUsersOnFolderResponse.h; sourceTree = ""; }; - DC7E4683D649E7BD2FDD5C25ED6B257C /* DBSHARINGMemberAccessLevelResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGMemberAccessLevelResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberAccessLevelResult.h; sourceTree = ""; }; - DC960EE3D5938D2EAEB3E9EC297C0EE8 /* DBTEAMPOLICIESOfficeAddInPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMPOLICIESOfficeAddInPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESOfficeAddInPolicy.h; sourceTree = ""; }; - DCB98C27DF85E7352B8DCA0A5DAB82E3 /* CMDQueryStringSerialization-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CMDQueryStringSerialization-prefix.pch"; sourceTree = ""; }; - DCBD6DA10D5339E26854F669708C8006 /* DBTEAMLOGSmartSyncNotOptOutDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSmartSyncNotOptOutDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncNotOptOutDetails.h; sourceTree = ""; }; - DCE8607A1965C45DCA17A00610B07332 /* DBPAPERRemovePaperDocUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERRemovePaperDocUser.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERRemovePaperDocUser.h; sourceTree = ""; }; - DCF549B6F8A139ABE1F232C9C5F2FFD2 /* DBFILESPropertyGroupUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESPropertyGroupUpdate.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPropertyGroupUpdate.h; sourceTree = ""; }; - DD2F865B638153239B543C59F4BF3B97 /* DBTEAMLOGPaperDocSlackShareDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocSlackShareDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocSlackShareDetails.h; sourceTree = ""; }; - DD307497ED45C26AD28423048C35F44D /* ZXRSSExpandedReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSExpandedReader.h; path = ZXingObjC/oned/rss/expanded/ZXRSSExpandedReader.h; sourceTree = ""; }; - DD3CD156496CDB1192394C8E46A5DFFB /* DBTEAMListMemberDevicesError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListMemberDevicesError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberDevicesError.h; sourceTree = ""; }; - DD466811C7F8B5E94510B221EAD9E0E6 /* ZXRSSDataCharacter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSDataCharacter.m; path = ZXingObjC/oned/rss/ZXRSSDataCharacter.m; sourceTree = ""; }; - DD6A6D8CC4652BE4BCD73C9DC907DECC /* DBTEAMLOGResellerLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGResellerLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGResellerLogInfo.h; sourceTree = ""; }; - DD7EB791AA445A10971B7110385DFE61 /* DBTEAMLOGAppLinkTeamDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAppLinkTeamDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppLinkTeamDetails.h; sourceTree = ""; }; - DD8AA1B790483B91CD3EC747AD2A605A /* DBTEAMLOGDeviceApprovalsPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceApprovalsPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsPolicy.h; sourceTree = ""; }; - DDC6EBAFE82FFDA5D6233779E4F54D8F /* DBAppBaseClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBAppBaseClient.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Client/DBAppBaseClient.h; sourceTree = ""; }; - DE03DED7B509564EB48F0DBD05B2D162 /* DBTEAMLOGDomainVerificationAddDomainFailDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDomainVerificationAddDomainFailDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainVerificationAddDomainFailDetails.h; sourceTree = ""; }; - DE15EB3B439B05171F2824E368AC7119 /* DBPAPERRouteObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBPAPERRouteObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBPAPERRouteObjects.m; sourceTree = ""; }; - DE38FBEF6F4CA639A5FF735C23600721 /* minishared.c */ = {isa = PBXFileReference; includeInIndex = 1; name = minishared.c; path = SSZipArchive/minizip/minishared.c; sourceTree = ""; }; - DE9B78C1685C45E41F8D1A5176229690 /* DBTEAMMembersRecoverError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersRecoverError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersRecoverError.h; sourceTree = ""; }; - DEAF5C95C8015660108DE60ADACB33ED /* ZXCode128Reader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXCode128Reader.m; path = ZXingObjC/oned/ZXCode128Reader.m; sourceTree = ""; }; - DEEB5262E907A81892943607F3865607 /* DBTEAMLOGDomainVerificationAddDomainSuccessDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDomainVerificationAddDomainSuccessDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainVerificationAddDomainSuccessDetails.h; sourceTree = ""; }; - DF2087AA6797BBDA8A6C3A12910FE733 /* DBTEAMLOGPaperDocRequestAccessDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocRequestAccessDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocRequestAccessDetails.h; sourceTree = ""; }; - DF26A7F40545C591CD30A31826E2CB90 /* DBTEAMDateRangeError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMDateRangeError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDateRangeError.h; sourceTree = ""; }; - DF2D482B0628775EC9A928A4E411818E /* DBTEAMLOGSharedFolderChangeConfidentialityDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedFolderChangeConfidentialityDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderChangeConfidentialityDetails.h; sourceTree = ""; }; - DF8FC12E4045D456DC4FCE89AF112221 /* brg_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = brg_types.h; path = SSZipArchive/minizip/aes/brg_types.h; sourceTree = ""; }; - DF9F3D84CA33ADD1F38CEDC105600533 /* ZXVEventResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXVEventResultParser.h; path = ZXingObjC/client/result/ZXVEventResultParser.h; sourceTree = ""; }; - DFBC55635035AF0670DCD72872A39E96 /* ZXQRCodeErrorCorrectionLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeErrorCorrectionLevel.h; path = ZXingObjC/qrcode/decoder/ZXQRCodeErrorCorrectionLevel.h; sourceTree = ""; }; - DFEF24339084EAC1F0D0A88CA215F2F9 /* DBSDKImports-macOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DBSDKImports-macOS.h"; path = "Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/DBSDKImports-macOS.h"; sourceTree = ""; }; - E03BFDA377E60709F3968D41BF0324B7 /* DBTEAMLOGNoteAclTeamLinkDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGNoteAclTeamLinkDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteAclTeamLinkDetails.h; sourceTree = ""; }; - E07568832F406C580973A34FEBC3BA63 /* DBFILESSaveUrlError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESSaveUrlError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveUrlError.h; sourceTree = ""; }; - E09AD1332C5AA69CC5DD4A5D54AD2266 /* AFURLResponseSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLResponseSerialization.m; path = AFNetworking/AFURLResponseSerialization.m; sourceTree = ""; }; - E0A815AB3586C73D425513348FC7E65D /* DBTEAMLOGFileRequestsEmailsEnabledDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRequestsEmailsEnabledDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestsEmailsEnabledDetails.h; sourceTree = ""; }; - E0AB1174A8AE734FD75F39BA5BF9900F /* ZXReedSolomonEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXReedSolomonEncoder.m; path = ZXingObjC/common/reedsolomon/ZXReedSolomonEncoder.m; sourceTree = ""; }; - E0CA9B77898C6C150283C3760F5815C7 /* DBSHARINGFileErrorResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGFileErrorResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileErrorResult.h; sourceTree = ""; }; - E0ECDBA5DD9A0B177E2BF46F8ACD330F /* ZXRSSUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSUtils.m; path = ZXingObjC/oned/rss/ZXRSSUtils.m; sourceTree = ""; }; - E108D3A5006DFCD8AAF389CA525961C6 /* DBRequestErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBRequestErrors.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBRequestErrors.h; sourceTree = ""; }; - E119AE693BBE04D614D8B6C04D04E3CD /* ZXGlobalHistogramBinarizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXGlobalHistogramBinarizer.m; path = ZXingObjC/common/ZXGlobalHistogramBinarizer.m; sourceTree = ""; }; - E148D5B79327E05A4E68C7AF3C23B0B0 /* DBPAPERUserAuthRoutes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERUserAuthRoutes.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBPAPERUserAuthRoutes.h; sourceTree = ""; }; - E15355AE4C5B9861A8F34F83C0F81B4E /* DBTEAMTeamFolderActivateError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderActivateError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderActivateError.h; sourceTree = ""; }; - E1686F24629580CA973BDF34EEC50D1D /* DBHandlerTypesInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBHandlerTypesInternal.h; path = Source/ObjectiveDropboxOfficial/Headers/Internal/Networking/DBHandlerTypesInternal.h; sourceTree = ""; }; - E18BA11E793E980172F2090A5AA27E45 /* DBPAPERAddPaperDocUserMemberResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERAddPaperDocUserMemberResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERAddPaperDocUserMemberResult.h; sourceTree = ""; }; - E19554A788C3B87FA17B72C26E5EE843 /* DBSHARINGMemberSelector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGMemberSelector.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberSelector.h; sourceTree = ""; }; - E1C92B4004B4E7828E477DAF645A7681 /* ioapi_buf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ioapi_buf.h; path = SSZipArchive/minizip/ioapi_buf.h; sourceTree = ""; }; - E1FC8FAD0761D9A1B3989979F56CEFF8 /* NSString+CMDQueryStringSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+CMDQueryStringSerialization.m"; path = "CMDQueryStringSerialization/NSString+CMDQueryStringSerialization.m"; sourceTree = ""; }; - E22228934FC7E4047B2801C73573E97C /* ZXGenericMultipleBarcodeReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXGenericMultipleBarcodeReader.m; path = ZXingObjC/multi/ZXGenericMultipleBarcodeReader.m; sourceTree = ""; }; - E22D498C7016D1156AC504E49A72082C /* DBTEAMLOGNoteShareReceiveDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGNoteShareReceiveDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteShareReceiveDetails.h; sourceTree = ""; }; - E236F8CDCA38B607927608C4834EA3CB /* DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetails.h; sourceTree = ""; }; - E24A3FB40DDBF4659B054F1B0194440E /* DBFILESRelocationError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESRelocationError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationError.h; sourceTree = ""; }; - E24BF42DAEC810BE4032DD724A2399B2 /* DBTEAMMembersUnsuspendArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersUnsuspendArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersUnsuspendArg.h; sourceTree = ""; }; - E2591FAE0D578826BC48B5583B5769F9 /* ZXDataMatrixErrorCorrection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixErrorCorrection.m; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixErrorCorrection.m; sourceTree = ""; }; - E2A07C6282D632D7C1AB4208BD47C1E3 /* ZXVCardResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXVCardResultParser.h; path = ZXingObjC/client/result/ZXVCardResultParser.h; sourceTree = ""; }; - E2BEA6380C9556D195DE573BABD82119 /* DBSHARINGCreateSharedLinkArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGCreateSharedLinkArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCreateSharedLinkArg.h; sourceTree = ""; }; - E31E20418B81B578F7FFF629CD1EF375 /* ZXDetectorResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDetectorResult.h; path = ZXingObjC/common/ZXDetectorResult.h; sourceTree = ""; }; - E3299340D0D78E4256D259AA36A98696 /* DBCustomTasks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBCustomTasks.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBCustomTasks.h; sourceTree = ""; }; - E33594D681DE489447CE457B9398891A /* DBSHARINGLinkPassword.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGLinkPassword.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkPassword.h; sourceTree = ""; }; - E356DCC598B509DDA87F33F25F4E8BF5 /* DBSDKImportsShared.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSDKImportsShared.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/DBSDKImportsShared.h; sourceTree = ""; }; - E35D3AF4862C2FC0AFD19157A05C72C1 /* DBSHARINGLinkPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGLinkPermission.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkPermission.h; sourceTree = ""; }; - E387A6FC3A6AE9CDA45BF1E4A8C50FFA /* DBPAPERDocLookupError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERDocLookupError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERDocLookupError.h; sourceTree = ""; }; - E3A812D8F1EADB03B8A1034E73B7398A /* DBTEAMLOGTeamName.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamName.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamName.h; sourceTree = ""; }; - E3B655BB5B703F5AC4867307462E9371 /* DBTEAMLOGPaperDocTeamInviteDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocTeamInviteDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocTeamInviteDetails.h; sourceTree = ""; }; - E3BB0B4341E31D743DE3730729517CB0 /* DBFILESListRevisionsError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESListRevisionsError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListRevisionsError.h; sourceTree = ""; }; - E3BDE775DD81FDEFC0B2A27856233189 /* DBAUTHPaperAccessError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBAUTHPaperAccessError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/Headers/DBAUTHPaperAccessError.h; sourceTree = ""; }; - E3CBA63CAE141C2602F653029332CFAC /* DBTEAMGetMembershipReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGetMembershipReport.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGetMembershipReport.h; sourceTree = ""; }; - E3E0113AF142801524FD64D03810C815 /* ZXMultiDetector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXMultiDetector.m; path = ZXingObjC/qrcode/multi/detector/ZXMultiDetector.m; sourceTree = ""; }; - E3F1E295350F4C9F583E5920DE0CD8BC /* ZXResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXResult.m; path = ZXingObjC/core/ZXResult.m; sourceTree = ""; }; - E4002A0F911B21AB94981ADF9F9A7093 /* DBFILESRelocationBatchError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESRelocationBatchError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchError.h; sourceTree = ""; }; - E41C0FE725FEC55DA23DBFE30006DAA1 /* DBTEAMGroupMembersRemoveError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupMembersRemoveError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersRemoveError.h; sourceTree = ""; }; - E43144385D7B48629E38574147405B3F /* DBTEAMGroupCreateError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupCreateError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupCreateError.h; sourceTree = ""; }; - E4916FC8DD0F079790163EA48759B273 /* DBTEAMLOGEventType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGEventType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEventType.h; sourceTree = ""; }; - E4A971B57BDE79FA4A70A1D56A730F8C /* ZXPDF417ErrorCorrection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417ErrorCorrection.m; path = ZXingObjC/pdf417/encoder/ZXPDF417ErrorCorrection.m; sourceTree = ""; }; - E4DE44744563DE6891192A42208AE6E3 /* DBTEAMLOGGroupChangeExternalIdDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupChangeExternalIdDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupChangeExternalIdDetails.h; sourceTree = ""; }; - E4F570B3998E176D8484BC4B7E768647 /* DBTEAMLOGCertificate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGCertificate.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGCertificate.h; sourceTree = ""; }; - E50BD177CE1ABA79A3045092B9091C8E /* ZXEAN13Writer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXEAN13Writer.m; path = ZXingObjC/oned/ZXEAN13Writer.m; sourceTree = ""; }; - E53F81539A891B4C785F5FB380917733 /* DBTEAMLOGTeamProfileAddLogoDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamProfileAddLogoDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileAddLogoDetails.h; sourceTree = ""; }; - E587FEECC3BDC844C0D295A1F57171FE /* DBFILESDeletedMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESDeletedMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeletedMetadata.h; sourceTree = ""; }; - E58D42F430D11378C70D0DEBA4BC6E46 /* ZXResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXResult.h; path = ZXingObjC/core/ZXResult.h; sourceTree = ""; }; - E5BF908A17C4DFB5EC6F95AC59BBA7D6 /* DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoDetails.h; sourceTree = ""; }; - E61CB422064369ED8DB221CDCBA6BEF4 /* ZXDataMatrixTextEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixTextEncoder.m; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixTextEncoder.m; sourceTree = ""; }; - E64B1F12754D3885FC563B954F2CF9F2 /* ZXAztecWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAztecWriter.m; path = ZXingObjC/aztec/ZXAztecWriter.m; sourceTree = ""; }; - E67AAAEFCA6DBDD32E5380949CA41F1B /* DBTEAMGroupMembersAddArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupMembersAddArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersAddArg.h; sourceTree = ""; }; - E691E0B22145D3CD16CB3464FD8F3BD2 /* DBOAuthDesktop-macOS.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DBOAuthDesktop-macOS.h"; path = "Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/DBOAuthDesktop-macOS.h"; sourceTree = ""; }; - E6985F60D99D7AE803C776AFD40D5B62 /* DBTEAMMembersDeactivateArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersDeactivateArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersDeactivateArg.h; sourceTree = ""; }; - E6BBCB88C6F33412241EF8FE3A335D25 /* DBSHARINGFolderLinkMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGFolderLinkMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFolderLinkMetadata.h; sourceTree = ""; }; - E70581A6230C038EAC841BAA07076251 /* DBSHARINGAddMemberSelectorError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGAddMemberSelectorError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddMemberSelectorError.h; sourceTree = ""; }; - E70BCD13E6F1E2451C6A1E2D6565664C /* DBUSERSGetAccountBatchArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSGetAccountBatchArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSGetAccountBatchArg.h; sourceTree = ""; }; - E740F58025DCFA9120D23C3F29D3D180 /* DBTEAMLOGFileLikeCommentDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileLikeCommentDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileLikeCommentDetails.h; sourceTree = ""; }; - E7440877804299D1A7419251B3EA724B /* DBTEAMLOGSharedContentAddLinkPasswordDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentAddLinkPasswordDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentAddLinkPasswordDetails.h; sourceTree = ""; }; - E75C3E28CE4F5AEED5E4FAB336D84B7E /* DBTEAMGroupMemberSelectorError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupMemberSelectorError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMemberSelectorError.h; sourceTree = ""; }; - E76859C055667AE14F50FCDD9EE45C50 /* DBOAuthResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBOAuthResult.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/OAuth/DBOAuthResult.m; sourceTree = ""; }; - E7B51FF0D53B53753FE03EBEC510E658 /* ZXWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXWriter.h; path = ZXingObjC/core/ZXWriter.h; sourceTree = ""; }; - E7C18F033D9527442726EFED22EB131A /* DBFILESWriteMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESWriteMode.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESWriteMode.h; sourceTree = ""; }; - E7E70D8457D5C62DC5D67B5FE421BE82 /* STPrivilegedTask-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "STPrivilegedTask-prefix.pch"; sourceTree = ""; }; - E7E96B813DA03424913A3FD6A092E597 /* DBTEAMLOGUserOrTeamLinkedAppLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGUserOrTeamLinkedAppLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGUserOrTeamLinkedAppLogInfo.h; sourceTree = ""; }; - E81806B5051FACBBD45976B08C47583F /* DBFILESGetMetadataArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESGetMetadataArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetMetadataArg.h; sourceTree = ""; }; - E8541292D842070EA24D4BE908239850 /* NSDate+ISO8601.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDate+ISO8601.h"; path = "Sources/NSDate+ISO8601.h"; sourceTree = ""; }; - E85B4950773418D185236EC9666D9E6A /* DBSHARINGSharedFolderMembers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedFolderMembers.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderMembers.h; sourceTree = ""; }; - E860074DD534C077B0D48A81B96938DA /* DBTEAMLOGPaperDocResolveCommentDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocResolveCommentDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocResolveCommentDetails.h; sourceTree = ""; }; - E860195E92834397DE3CB1D302843615 /* ZXRSSExpandedBlockParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSExpandedBlockParsedResult.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedBlockParsedResult.m; sourceTree = ""; }; - E868FA68B9DE9C08D3E1327D1736A385 /* DBTEAMLOGPaperContentRemoveMemberDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperContentRemoveMemberDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperContentRemoveMemberDetails.h; sourceTree = ""; }; - E873C8C94C538047B7439FEEF664C057 /* DBFILESFileSharingInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESFileSharingInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESFileSharingInfo.h; sourceTree = ""; }; - E8BD214EB70F0E6C9CDEC0F39142BB69 /* ZXQRCodeFinderPatternFinder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeFinderPatternFinder.h; path = ZXingObjC/qrcode/detector/ZXQRCodeFinderPatternFinder.h; sourceTree = ""; }; - E8DEB618CE7522071ECC981B0ECBD670 /* DBSHARINGListFileMembersIndividualResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFileMembersIndividualResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersIndividualResult.h; sourceTree = ""; }; - E8F6B4D21699D5C573D3D2E63DBF5CB3 /* ZXResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXResultParser.h; path = ZXingObjC/client/result/ZXResultParser.h; sourceTree = ""; }; - E8FE6015770CB146D67350CB7F7459B7 /* DBFILESRestoreError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESRestoreError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRestoreError.h; sourceTree = ""; }; - E9086E5EFBEDBC99D2A839B2A80F398E /* ZXStringUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXStringUtils.h; path = ZXingObjC/common/ZXStringUtils.h; sourceTree = ""; }; - E93E905EA8F514EA78E80563F48BC515 /* ZXQRCodeVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeVersion.h; path = ZXingObjC/qrcode/decoder/ZXQRCodeVersion.h; sourceTree = ""; }; - E952C69D6C05331454F0D50663FE998D /* ZXQRCodeDetector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeDetector.m; path = ZXingObjC/qrcode/detector/ZXQRCodeDetector.m; sourceTree = ""; }; - E95896335D863F36A533F0E32DF2C3BD /* DBTEAMLOGSsoChangeLoginUrlDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSsoChangeLoginUrlDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangeLoginUrlDetails.h; sourceTree = ""; }; - E9A3C70E62614CE066ACA4844F42752C /* DBTEAMBaseTeamFolderError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMBaseTeamFolderError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMBaseTeamFolderError.h; sourceTree = ""; }; - E9CA166EB2F6625A7314B2DB3F85118E /* ZXPDF417DetectionResultRowIndicatorColumn.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417DetectionResultRowIndicatorColumn.m; path = ZXingObjC/pdf417/decoder/ZXPDF417DetectionResultRowIndicatorColumn.m; sourceTree = ""; }; - E9F1A1A6F4D6A38FB5F8B332EA98987A /* DBUsersCommonObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBUsersCommonObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/UsersCommon/DBUsersCommonObjects.m; sourceTree = ""; }; - E9F5581A8905347EAE70CA3E3F9BA1AF /* DBTEAMLOGEmmPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGEmmPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmPolicy.h; sourceTree = ""; }; - EA02636732C69E3A9667B185C506666D /* DBTEAMAddPropertyTemplateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMAddPropertyTemplateResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMAddPropertyTemplateResult.h; sourceTree = ""; }; - EA093CBA3BBE86BF589065B577CEBB15 /* NSURL+CMDQueryStringSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURL+CMDQueryStringSerialization.h"; path = "CMDQueryStringSerialization/NSURL+CMDQueryStringSerialization.h"; sourceTree = ""; }; - EA40D3A8A9CA99CB7BCFB5CE18F3D444 /* DBTEAMLOGDeviceApprovalsChangeOverageActionDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceApprovalsChangeOverageActionDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsChangeOverageActionDetails.h; sourceTree = ""; }; - EA5AC3E2FC3CED196E2AE2E2413EB7EE /* DBSHARINGListSharedLinksResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListSharedLinksResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListSharedLinksResult.h; sourceTree = ""; }; - EA785D4D63E1889962877866C86365F4 /* ZXQRCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCode.h; path = ZXingObjC/qrcode/encoder/ZXQRCode.h; sourceTree = ""; }; - EA7D9E3367B2589D35BD7BC7999C42F2 /* DBTEAMLOGEmmRemoveExceptionDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGEmmRemoveExceptionDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmRemoveExceptionDetails.h; sourceTree = ""; }; - EA8EA29FAF640B63A5AA8785E3AF9E70 /* DBSHARINGUpdateFolderPolicyArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGUpdateFolderPolicyArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFolderPolicyArg.h; sourceTree = ""; }; - EA953555A362556E4F792086314317AE /* ZXPDF417ScanningDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417ScanningDecoder.h; path = ZXingObjC/pdf417/decoder/ZXPDF417ScanningDecoder.h; sourceTree = ""; }; - EAA2748774C009115E701FFF05DBF9E0 /* DBTEAMLOGResellerSupportSessionEndDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGResellerSupportSessionEndDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGResellerSupportSessionEndDetails.h; sourceTree = ""; }; - EAA8716911FEF0CDD51A3007469AE2B6 /* ZXingObjC-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZXingObjC-dummy.m"; sourceTree = ""; }; - EAC82E8E72EAB54A9833940BA2510A5B /* DBTEAMListMembersDevicesResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListMembersDevicesResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersDevicesResult.h; sourceTree = ""; }; - EAEFA0331AA414C71EA045258DD07798 /* DBTEAMLOGEmmLoginSuccessDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGEmmLoginSuccessDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmLoginSuccessDetails.h; sourceTree = ""; }; - EB10746CB311991D42DE58B61785E622 /* DBChunkInputStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBChunkInputStream.h; path = Source/ObjectiveDropboxOfficial/Headers/Internal/Resources/DBChunkInputStream.h; sourceTree = ""; }; - EB203FDBA090DB504619B81B4CFF3F36 /* ISO8601.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ISO8601.xcconfig; sourceTree = ""; }; - EB2C31D7793E6AE8A540C5EED6B78440 /* DBTEAMRemovedStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRemovedStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRemovedStatus.h; sourceTree = ""; }; - EB8410FE8C126E56077971BF555DD9E8 /* DBTEAMTokenGetAuthenticatedAdminError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTokenGetAuthenticatedAdminError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTokenGetAuthenticatedAdminError.h; sourceTree = ""; }; - EB9179C56B7BF823D18CEEB3E2ABF5BF /* DBTEAMMemberSelectorError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMemberSelectorError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMemberSelectorError.h; sourceTree = ""; }; - EB9E2420EF1ECBD630472506BE73D98D /* DBSHARINGSharedFolderAccessError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedFolderAccessError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderAccessError.h; sourceTree = ""; }; - EC0F2EEDEC9A2F3B8F8FCDC68BBC7033 /* DBTEAMLOGAccountCaptureChangeAvailabilityDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAccountCaptureChangeAvailabilityDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAccountCaptureChangeAvailabilityDetails.h; sourceTree = ""; }; - EC2581B0B2A510D93C18DB2CB5276DF8 /* DBSHARINGRelinquishFolderMembershipArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGRelinquishFolderMembershipArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRelinquishFolderMembershipArg.h; sourceTree = ""; }; - EC3321A0A5AD94247A4262D13DFEC4C5 /* ZXPDF417BoundingBox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417BoundingBox.m; path = ZXingObjC/pdf417/decoder/ZXPDF417BoundingBox.m; sourceTree = ""; }; - EC3C7E96D97AC4A7838F568652736360 /* DBTEAMListMemberAppsError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListMemberAppsError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberAppsError.h; sourceTree = ""; }; - ECC4189273BCC573C87DAFCC72EBB306 /* ISO8601-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ISO8601-prefix.pch"; sourceTree = ""; }; - ED0BE9432BDB47BEEB78FA95EC6883DE /* DBFILESThumbnailError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESThumbnailError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESThumbnailError.h; sourceTree = ""; }; - ED32613E2E839C5A44B08C6DD4A78532 /* ZXAddressBookParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAddressBookParsedResult.m; path = ZXingObjC/client/result/ZXAddressBookParsedResult.m; sourceTree = ""; }; - ED42346996206A98C2CA1E8386C820CF /* DBTEAMFeaturesGetValuesBatchArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMFeaturesGetValuesBatchArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeaturesGetValuesBatchArg.h; sourceTree = ""; }; - ED4C9A8633E9A50F0B8126B4CB8EE4F8 /* SAMKeychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SAMKeychain.m; path = Sources/SAMKeychain.m; sourceTree = ""; }; - ED6092B361661EA5078D9CBB90EE70A2 /* ZXRSSExpandedRow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSExpandedRow.m; path = ZXingObjC/oned/rss/expanded/ZXRSSExpandedRow.m; sourceTree = ""; }; - ED71AD42B18A925F12BF77076ED2E931 /* DBTEAMLOGRelocateAssetReferencesLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGRelocateAssetReferencesLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGRelocateAssetReferencesLogInfo.h; sourceTree = ""; }; - EDA89CF725B44E4FBDB43A3677D4C30F /* DBTEAMLOGGeoLocationLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGeoLocationLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGeoLocationLogInfo.h; sourceTree = ""; }; - EDB87B01FF1997CCD315F626A2B7F6BB /* ZXGridSampler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXGridSampler.m; path = ZXingObjC/common/ZXGridSampler.m; sourceTree = ""; }; - EDBE155D1F17D8A6358C68A3838228BC /* DBTEAMMembersDeactivateError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersDeactivateError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersDeactivateError.h; sourceTree = ""; }; - EDCABDE99FDDBC741DF414C48016087F /* ZXReedSolomonEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXReedSolomonEncoder.h; path = ZXingObjC/common/reedsolomon/ZXReedSolomonEncoder.h; sourceTree = ""; }; - EE2607FA83105034A347B75D4B8EF7AB /* DBTEAMDeviceSessionArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMDeviceSessionArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDeviceSessionArg.h; sourceTree = ""; }; - EE29AD6D0D35437AC597760B3E92C9A2 /* DBSHARINGListFileMembersContinueArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFileMembersContinueArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersContinueArg.h; sourceTree = ""; }; - EE5363009447DA9EF5BC39315A708D5F /* DBTEAMRevokeDeviceSessionBatchError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRevokeDeviceSessionBatchError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionBatchError.h; sourceTree = ""; }; - EE5D49D094FF4AE9545908AB44B9444B /* DBTEAMLOGPaperMemberPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperMemberPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperMemberPolicy.h; sourceTree = ""; }; - EE7AA57F16A0B5E47F45D5EA98E4EA92 /* ZXURLTOResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXURLTOResultParser.h; path = ZXingObjC/client/result/ZXURLTOResultParser.h; sourceTree = ""; }; - EEA3E6B65E7969E2363BB42126270868 /* DBTEAMPOLICIESSharedFolderMemberPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMPOLICIESSharedFolderMemberPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESSharedFolderMemberPolicy.h; sourceTree = ""; }; - EEBD9C669571065CBD40F3C850CFC5F4 /* DBCOMMONPathRoot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBCOMMONPathRoot.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Common/Headers/DBCOMMONPathRoot.h; sourceTree = ""; }; - EEBF191B51ED244E2A2A448333844E5D /* DBSHARINGFileMemberActionResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGFileMemberActionResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileMemberActionResult.h; sourceTree = ""; }; - EF1A592AA3D86496FA08E23F659E3827 /* DBFILESUploadSessionCursor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadSessionCursor.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionCursor.h; sourceTree = ""; }; - EF20009B930073ECF6773D2CD7C4DEDD /* DBTEAMLOGSfTeamInviteChangeRoleDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSfTeamInviteChangeRoleDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamInviteChangeRoleDetails.h; sourceTree = ""; }; - EF4369C032C8FD8FB84950CECA1B496A /* ZXBoolArray.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXBoolArray.m; path = ZXingObjC/common/ZXBoolArray.m; sourceTree = ""; }; - EF52E84EF72B38688BFA153DAC61D749 /* DBTEAMLOGSignInAsSessionEndDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSignInAsSessionEndDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSignInAsSessionEndDetails.h; sourceTree = ""; }; - EF609E65F8D5F67F8D1BE67F158C4BA2 /* ZXCharacterSetECI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXCharacterSetECI.h; path = ZXingObjC/common/ZXCharacterSetECI.h; sourceTree = ""; }; - EF8BE1FF719AB3D541BAF0618FCFE7CA /* DBTEAMLOGFileGetCopyReferenceDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileGetCopyReferenceDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileGetCopyReferenceDetails.h; sourceTree = ""; }; - EFA7003B5C902AB2570E2703200D13AF /* DBSDKKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSDKKeychain.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/OAuth/DBSDKKeychain.h; sourceTree = ""; }; - EFADFBDFD5BEA6FA25EF5CABB836C2D6 /* ZXURIResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXURIResultParser.h; path = ZXingObjC/client/result/ZXURIResultParser.h; sourceTree = ""; }; - EFB4C1274693FCDB27CCBBB7ADD9B7AB /* DBAUTHUserAuthRoutes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBAUTHUserAuthRoutes.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBAUTHUserAuthRoutes.m; sourceTree = ""; }; - EFB8773C3D72589EDCE9C8097EB16795 /* ZXPDF417ResultMetadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417ResultMetadata.m; path = ZXingObjC/pdf417/ZXPDF417ResultMetadata.m; sourceTree = ""; }; - EFE6143B7BE29CCD69C50A03DF1107A6 /* DBASYNCPollEmptyResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBASYNCPollEmptyResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCPollEmptyResult.h; sourceTree = ""; }; - EFEC1A4CE5E576DBE02BA4C001437A9A /* DBSHARINGUnshareFileError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGUnshareFileError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUnshareFileError.h; sourceTree = ""; }; - F05E8C62A945504D7A2A8590654300C6 /* ZXDataMatrixC40Encoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixC40Encoder.h; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixC40Encoder.h; sourceTree = ""; }; - F0C92C0C00096FDDC1532070CE3EF60A /* DBPAPERFolderSharingPolicyType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERFolderSharingPolicyType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERFolderSharingPolicyType.h; sourceTree = ""; }; - F0F09521566C2A83417FCC4AE6251326 /* DBTEAMLOGSsoChangeCertDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSsoChangeCertDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangeCertDetails.h; sourceTree = ""; }; - F163EC8D2229EDDDE12837A1897021F2 /* DBTEAMLOGFileOrFolderLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileOrFolderLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileOrFolderLogInfo.h; sourceTree = ""; }; - F1690C7286603E0921AA001F05E89574 /* ZXQRCodeFinderPatternInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeFinderPatternInfo.m; path = ZXingObjC/qrcode/detector/ZXQRCodeFinderPatternInfo.m; sourceTree = ""; }; - F18343835460184632D6727839AB63F2 /* ZXPDF417BarcodeMetadata.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417BarcodeMetadata.m; path = ZXingObjC/pdf417/decoder/ZXPDF417BarcodeMetadata.m; sourceTree = ""; }; - F18A8E6A7527E3AF511A96955441D30C /* ZXCGImageLuminanceSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXCGImageLuminanceSource.h; path = ZXingObjC/client/ZXCGImageLuminanceSource.h; sourceTree = ""; }; - F19014D5DEA98B9CEDA3D8E708B16F78 /* DBSHARINGTransferFolderArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGTransferFolderArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGTransferFolderArg.h; sourceTree = ""; }; - F1CE4E3F0FB13F8FE8C36EEC3F27F78A /* DBTEAMPOLICIESSharedLinkCreatePolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMPOLICIESSharedLinkCreatePolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESSharedLinkCreatePolicy.h; sourceTree = ""; }; - F1ECF3738E48616BDFE2BD0207FEBDC1 /* DBOAuthManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBOAuthManager.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/OAuth/DBOAuthManager.h; sourceTree = ""; }; - F200C1430BDE6A6428C73759A2C94D19 /* ObjectiveDropboxOfficialLib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ObjectiveDropboxOfficialLib.h; path = Source/ObjectiveDropboxOfficial/Headers/Umbrella/ObjectiveDropboxOfficialLib.h; sourceTree = ""; }; - F2125988B3125E16ACFAF27C45506FF0 /* DBTEAMListTeamAppsResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListTeamAppsResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListTeamAppsResult.h; sourceTree = ""; }; - F24D1F8B552398273B28DD695B3DED62 /* DBClientsManager+DesktopAuth-macOS.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "DBClientsManager+DesktopAuth-macOS.m"; path = "Source/ObjectiveDropboxOfficial/Platform/ObjectiveDropboxOfficial_macOS/DBClientsManager+DesktopAuth-macOS.m"; sourceTree = ""; }; - F2545E6574C49A1B5EB702E4562E3141 /* DBSHARINGListFileMembersError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFileMembersError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersError.h; sourceTree = ""; }; - F261770FF1D342A95696DC7C35739457 /* DBTEAMMembersAddJobStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersAddJobStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersAddJobStatus.h; sourceTree = ""; }; - F26CEAFBB5B2F6FC29E3423BA1FA9151 /* DBTEAMLOGTwoAccountPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTwoAccountPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTwoAccountPolicy.h; sourceTree = ""; }; - F2D103192AD13F4A72DE67A44B5ED736 /* DBTEAMLOGSharedFolderChangeMemberPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedFolderChangeMemberPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderChangeMemberPolicyDetails.h; sourceTree = ""; }; - F3482428F47DD0BEAF499C7163572DC5 /* ZXBitMatrix.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXBitMatrix.m; path = ZXingObjC/common/ZXBitMatrix.m; sourceTree = ""; }; - F385B6BF86141F4063380A56F41961B4 /* DBTEAMGroupsSelector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupsSelector.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsSelector.h; sourceTree = ""; }; - F3881C415C4EB0644A2D8F6B4A467FDF /* ZXRSSPair.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSPair.h; path = ZXingObjC/oned/rss/ZXRSSPair.h; sourceTree = ""; }; - F3A3BB479FD204DADFDAA8ACF3AF9064 /* DBTEAMLOGExtendedVersionHistoryChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGExtendedVersionHistoryChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGExtendedVersionHistoryChangePolicyDetails.h; sourceTree = ""; }; - F3A9874B08D197AF2012283E71455B70 /* DBTEAMLOGShmodelTeamShareDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGShmodelTeamShareDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelTeamShareDetails.h; sourceTree = ""; }; - F43DEC69504C7420BA35DDCB23638293 /* ZXAI01decoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAI01decoder.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI01decoder.h; sourceTree = ""; }; - F446B2E858A3A14EAF9E447CC1E541C0 /* DBTEAMLOGSharingChangeLinkPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharingChangeLinkPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingChangeLinkPolicyDetails.h; sourceTree = ""; }; - F47A35F3B75D2FC06F95B478183E0C23 /* DBTEAMLOGSharedContentAddInviteesDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentAddInviteesDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentAddInviteesDetails.h; sourceTree = ""; }; - F47C0250D319F95DCAAFAEE053DFFD7A /* DBTEAMLOGSharingFolderJoinPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharingFolderJoinPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingFolderJoinPolicy.h; sourceTree = ""; }; - F48702064E6397A8DC500284896D8314 /* DBTEAMLOGPaperDeploymentPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDeploymentPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDeploymentPolicy.h; sourceTree = ""; }; - F48C6C0412DE9B9F2A650B9452A658F8 /* ZXResultPointCallback.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXResultPointCallback.h; path = ZXingObjC/core/ZXResultPointCallback.h; sourceTree = ""; }; - F4A40987D11503EAF859609318F7A885 /* DBTEAMTeamNamespacesListArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamNamespacesListArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamNamespacesListArg.h; sourceTree = ""; }; - F4E3469892F71B05B4256C4BFBAC8483 /* CMDQueryStringValueTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CMDQueryStringValueTransformer.h; path = CMDQueryStringSerialization/CMDQueryStringValueTransformer.h; sourceTree = ""; }; - F5258BA1A8DC614FB19681BCC04232DD /* DBFILESDeleteBatchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESDeleteBatchResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchResult.h; sourceTree = ""; }; - F53A502E40FFF3106E6057BB13C666EC /* DBTEAMLOGEmmCreateUsageReportDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGEmmCreateUsageReportDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmCreateUsageReportDetails.h; sourceTree = ""; }; - F5470003CC97DD538EBE080FA070F1A9 /* ZXRSSExpandedReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSExpandedReader.m; path = ZXingObjC/oned/rss/expanded/ZXRSSExpandedReader.m; sourceTree = ""; }; - F553C3C1E692CB10401A729A6CF12EDC /* DBSHARINGLinkAudience.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGLinkAudience.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkAudience.h; sourceTree = ""; }; - F5686DA1D16CACE449F3E4ECB8A6B251 /* ZXDataMatrixDecodedBitStreamParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixDecodedBitStreamParser.m; path = ZXingObjC/datamatrix/decoder/ZXDataMatrixDecodedBitStreamParser.m; sourceTree = ""; }; - F58605AC13E1ACE9EE6DDC797A734DF9 /* ZXMultiFinderPatternFinder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXMultiFinderPatternFinder.h; path = ZXingObjC/qrcode/multi/detector/ZXMultiFinderPatternFinder.h; sourceTree = ""; }; - F594D470E952424511EB1FB13EAB7104 /* DBStoneBase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBStoneBase.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Resources/DBStoneBase.m; sourceTree = ""; }; - F59EEF358148D280FA58D0113AFE3BE3 /* ZXPlanarYUVLuminanceSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPlanarYUVLuminanceSource.m; path = ZXingObjC/core/ZXPlanarYUVLuminanceSource.m; sourceTree = ""; }; - F6792758E94561D5A26780CACB52E748 /* DBTEAMLOGPasswordResetAllDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPasswordResetAllDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPasswordResetAllDetails.h; sourceTree = ""; }; - F68867A07AD2821C6A7EA6F19C2F8753 /* DBTEAMRevokeDeviceSessionStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRevokeDeviceSessionStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionStatus.h; sourceTree = ""; }; - F6CAAA7A19DCA3ED6A06DEF9926842B2 /* DBSHARINGAddMember.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGAddMember.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddMember.h; sourceTree = ""; }; - F6CF8B3F690DE8FF30064689A58F3B40 /* DBTEAMPOLICIESSharedFolderJoinPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMPOLICIESSharedFolderJoinPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESSharedFolderJoinPolicy.h; sourceTree = ""; }; - F6E4C665ACC463939FA6FAF6551C72DB /* DBSHARINGRemoveMemberJobStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGRemoveMemberJobStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRemoveMemberJobStatus.h; sourceTree = ""; }; - F70DA9E7CA5B0EAD022F9651F77D86CA /* ZXOneDimensionalCodeWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXOneDimensionalCodeWriter.h; path = ZXingObjC/oned/ZXOneDimensionalCodeWriter.h; sourceTree = ""; }; - F70F75D751619C06B2E9B7E14D1D0B38 /* DBTEAMTeamFolderArchiveJobStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderArchiveJobStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderArchiveJobStatus.h; sourceTree = ""; }; - F751F5B692234C0349006FACCA7FE80A /* DBTEAMLOGMemberChangeNameDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberChangeNameDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeNameDetails.h; sourceTree = ""; }; - F790BB939CEBD02E2E34F6F86E201B3B /* DBFILESGetCopyReferenceResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESGetCopyReferenceResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetCopyReferenceResult.h; sourceTree = ""; }; - F822AC7F636A7AFB4ECAD90B8E5499A2 /* DBPROPERTIESPropertyField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPROPERTIESPropertyField.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyField.h; sourceTree = ""; }; - F83CFDB216DEB65DC872A4BEC39DD9AF /* DBTEAMLOGPaperDocDownloadDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocDownloadDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocDownloadDetails.h; sourceTree = ""; }; - F8D5ADC5A2D5EB20D6FE7736C46F82CA /* ZXISBNParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXISBNParsedResult.m; path = ZXingObjC/client/result/ZXISBNParsedResult.m; sourceTree = ""; }; - F8E896E07C36762032879B9C5E04B9A2 /* DBFILESSaveUrlArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESSaveUrlArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESSaveUrlArg.h; sourceTree = ""; }; - F9109FC89777E454A3EE7977C095A7AA /* DBSHARINGModifySharedLinkSettingsError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGModifySharedLinkSettingsError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGModifySharedLinkSettingsError.h; sourceTree = ""; }; - F9245DD28AA8F0E8BA978716EA1F1357 /* DBTEAMLOGSharedContentRelinquishMembershipDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentRelinquishMembershipDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentRelinquishMembershipDetails.h; sourceTree = ""; }; - F937BB48A561DB6EFFCE4BE1924D040B /* DBFILESDownloadArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESDownloadArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDownloadArg.h; sourceTree = ""; }; - F94312CE7BDD2F57D059E9DAA528C986 /* DBTEAMRouteObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTEAMRouteObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBTEAMRouteObjects.m; sourceTree = ""; }; - F950F68F98EB9C46AFA0E8603831EB2C /* NSString+CMDQueryStringSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+CMDQueryStringSerialization.h"; path = "CMDQueryStringSerialization/NSString+CMDQueryStringSerialization.h"; sourceTree = ""; }; - F9961D849021C48BA94EE3A9A22D762E /* ZXingObjCAztec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXingObjCAztec.h; path = ZXingObjC/aztec/ZXingObjCAztec.h; sourceTree = ""; }; - F9A61C0B1F5A404FAF1C37C77AED71F0 /* DBTEAMLOGSharedFolderMountDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedFolderMountDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderMountDetails.h; sourceTree = ""; }; - F9FD02112CB3D572CACB4B7635D1EC91 /* ZXPDF417CodewordDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417CodewordDecoder.m; path = ZXingObjC/pdf417/decoder/ZXPDF417CodewordDecoder.m; sourceTree = ""; }; - F9FEDBF7ACEDA4AB87593E9F04E44FB2 /* ZXAztecWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAztecWriter.h; path = ZXingObjC/aztec/ZXAztecWriter.h; sourceTree = ""; }; - FA02EBDC5B2958A93FBEFE700704ECDA /* DBTEAMLOGFilePermanentlyDeleteDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFilePermanentlyDeleteDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFilePermanentlyDeleteDetails.h; sourceTree = ""; }; - FA134524C8E4C9A0EA906CB855D37D45 /* DBTEAMLOGTeamFolderRenameDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamFolderRenameDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderRenameDetails.h; sourceTree = ""; }; - FA1A85A2B199295485983E1AC71CA533 /* DBTEAMLOGSmartSyncChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSmartSyncChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSmartSyncChangePolicyDetails.h; sourceTree = ""; }; - FA62F30F7D4DF0E2ADFA8FC764400823 /* DBSHARINGSharedFolderMemberError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedFolderMemberError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderMemberError.h; sourceTree = ""; }; - FA73FA1807E617D0E486926CCF5A7608 /* DBSDKKeychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBSDKKeychain.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/OAuth/DBSDKKeychain.m; sourceTree = ""; }; - FA9E8491719E5A21B853E192F4B2CFEA /* DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesDetails.h; sourceTree = ""; }; - FAC3FF0958CC98D1063F2CAECE3FFADE /* DBFILESDeleteBatchError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESDeleteBatchError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDeleteBatchError.h; sourceTree = ""; }; - FAD7E3344C959C7A83EBBED6C1071E80 /* ZXEmailAddressResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXEmailAddressResultParser.m; path = ZXingObjC/client/result/ZXEmailAddressResultParser.m; sourceTree = ""; }; - FAF2B580D317A9C843D0FCCE34CBFD5B /* DBTEAMLOGSharedFolderMembershipManagementPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedFolderMembershipManagementPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderMembershipManagementPolicy.h; sourceTree = ""; }; - FB354CD6620C2B762B3C49CDB4CF235D /* DBFILESListFolderArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESListFolderArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderArg.h; sourceTree = ""; }; - FB462B76D0E9B3DCE2BD777C625598FB /* DBAuthObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBAuthObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Auth/DBAuthObjects.m; sourceTree = ""; }; - FBCDE42C7375CBCB41232B6C8C1FF354 /* AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworking.h; path = AFNetworking/AFNetworking.h; sourceTree = ""; }; - FBD4D280E45A47CACB968A0486F2FD90 /* DBTEAMLOGMemberTransferAccountContentsDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberTransferAccountContentsDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberTransferAccountContentsDetails.h; sourceTree = ""; }; - FBD93396314AAEEB9C63CDD20CAEE896 /* DBUSERSGetAccountBatchError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSGetAccountBatchError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Users/Headers/DBUSERSGetAccountBatchError.h; sourceTree = ""; }; - FBE7A59A2BA9CB72C67E90B4CA2D6D15 /* ZXQRCodeDataBlock.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeDataBlock.m; path = ZXingObjC/qrcode/decoder/ZXQRCodeDataBlock.m; sourceTree = ""; }; - FBF6D77C95C5F2ADA56F50F4FACBAC13 /* DBPAPERListPaperDocsSortOrder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERListPaperDocsSortOrder.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsSortOrder.h; sourceTree = ""; }; - FC22888B9D563678176BB339E655E9E5 /* DBTEAMRevokeDeviceSessionError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRevokeDeviceSessionError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeDeviceSessionError.h; sourceTree = ""; }; - FC4AF7B84E585A32B2D2AEEAF02769E3 /* AFHTTPSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFHTTPSessionManager.h; path = AFNetworking/AFHTTPSessionManager.h; sourceTree = ""; }; - FC94FD8FDC9292E881C37A3FFED153ED /* DBPAPERPaperApiBaseError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERPaperApiBaseError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperApiBaseError.h; sourceTree = ""; }; - FCA25D2125455B140FF1D564BA6ED299 /* ZXQRCodeDecoderMetaData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeDecoderMetaData.h; path = ZXingObjC/qrcode/decoder/ZXQRCodeDecoderMetaData.h; sourceTree = ""; }; - FCB9A3968EADD347336F7746A03C97BB /* ObjectiveDropboxOfficial-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ObjectiveDropboxOfficial-prefix.pch"; sourceTree = ""; }; - FCE85235F5B859EBF3A5642F139C320D /* ZXQRCodeMultiReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeMultiReader.h; path = ZXingObjC/qrcode/multi/ZXQRCodeMultiReader.h; sourceTree = ""; }; - FCECD3B3D68721B438F1D001A97036C2 /* ZXAbstractRSSReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAbstractRSSReader.m; path = ZXingObjC/oned/rss/ZXAbstractRSSReader.m; sourceTree = ""; }; - FD1C62917269AE427F2894EBE64A9496 /* fileenc.c */ = {isa = PBXFileReference; includeInIndex = 1; name = fileenc.c; path = SSZipArchive/minizip/aes/fileenc.c; sourceTree = ""; }; - FD2BA517A16836971A32C531C5A7C1DE /* ZXingObjCOneD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXingObjCOneD.h; path = ZXingObjC/oned/ZXingObjCOneD.h; sourceTree = ""; }; - FD3C2110725990FDD09A0F9F2BFC833E /* DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamDetails.h; sourceTree = ""; }; - FD40EC8546D7037E02AE6E8D015A7430 /* DBClientsManager+Protected.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DBClientsManager+Protected.h"; path = "Source/ObjectiveDropboxOfficial/Headers/Internal/DBClientsManager+Protected.h"; sourceTree = ""; }; - FD51F66A38DDF6B5FE089A00DA748ACE /* ZXTelParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXTelParsedResult.h; path = ZXingObjC/client/result/ZXTelParsedResult.h; sourceTree = ""; }; - FD7FCABB0C5A682281BC83FBC3F26B9A /* ZXDataMatrixX12Encoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixX12Encoder.m; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixX12Encoder.m; sourceTree = ""; }; - FDF5BCB77CE1E3E548A88669959B7ABB /* DBTEAMLOGSharedContentViewerInfoPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedContentViewerInfoPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedContentViewerInfoPolicy.h; sourceTree = ""; }; - FE2E32C2B5EB8B2AC88501B8CAB71559 /* ObjectiveDropboxOfficial.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ObjectiveDropboxOfficial.xcconfig; sourceTree = ""; }; - FE78B75046B089926B2A118424964BC4 /* DBTasksImpl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTasksImpl.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTasksImpl.m; sourceTree = ""; }; - FF228B74617D75D11E796782061EEEEF /* DBClientsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBClientsManager.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/DBClientsManager.h; sourceTree = ""; }; - FF29604B32C7F440C8B18B1B00ECC1C7 /* DBTEAMLOGTeamMembershipType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamMembershipType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamMembershipType.h; sourceTree = ""; }; - FF2997D4EC4AB4B772F8F0006086C68C /* DBTEAMLOGSfTeamJoinDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSfTeamJoinDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamJoinDetails.h; sourceTree = ""; }; - FF393709F3106492CE5EA6E258A6A303 /* ZXPDF417BarcodeRow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417BarcodeRow.m; path = ZXingObjC/pdf417/encoder/ZXPDF417BarcodeRow.m; sourceTree = ""; }; - FF461F1A95E03E7DB9A1C884A1613212 /* ZXBizcardResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXBizcardResultParser.h; path = ZXingObjC/client/result/ZXBizcardResultParser.h; sourceTree = ""; }; - FF570059C11B53F1A67296222AD8F300 /* ZXMultiDetector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXMultiDetector.h; path = ZXingObjC/qrcode/multi/detector/ZXMultiDetector.h; sourceTree = ""; }; - FF6CBF415C370D53C46C6CD3CFAED0F7 /* DBFILESListFolderLongpollArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESListFolderLongpollArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderLongpollArg.h; sourceTree = ""; }; - FF731642F03B45B23DF515D61E468347 /* DBPROPERTIESPropertyGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPROPERTIESPropertyGroup.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Properties/Headers/DBPROPERTIESPropertyGroup.h; sourceTree = ""; }; - FF75C2E443F03572445FD87A30B51FFF /* DBFILESPreviewArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESPreviewArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESPreviewArg.h; sourceTree = ""; }; - FF7CBF7C5EF6474E5A960486BAB08B25 /* SAMKeychain-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SAMKeychain-prefix.pch"; sourceTree = ""; }; - FFB585B422F01E9367819098EF3F9F8B /* DBTEAMTeamFolderArchiveArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderArchiveArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderArchiveArg.h; sourceTree = ""; }; - FFBD00F3CAFE0E6CC0646AB0FE6941BE /* DBTEAMLOGFileRestoreDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRestoreDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRestoreDetails.h; sourceTree = ""; }; - FFCADEB6B5E1E4DC21E5BF79AD20215B /* ZXPDF417Writer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417Writer.h; path = ZXingObjC/pdf417/ZXPDF417Writer.h; sourceTree = ""; }; - FFCC7A0F6C3B4891F0D0DC2C3B3B940C /* ZXAztecEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAztecEncoder.h; path = ZXingObjC/aztec/encoder/ZXAztecEncoder.h; sourceTree = ""; }; - FFD2823B7E5FD718316DA4A24DAB0E78 /* DBASYNCPollError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBASYNCPollError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCPollError.h; sourceTree = ""; }; - FFDBFB81331000390B3489EC93D6F971 /* DBTEAMLOGContextLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGContextLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGContextLogInfo.h; sourceTree = ""; }; - FFF2F0CA6FA8607EB8D9382E70D560FE /* aescrypt.c */ = {isa = PBXFileReference; includeInIndex = 1; name = aescrypt.c; path = SSZipArchive/minizip/aes/aescrypt.c; sourceTree = ""; }; + D990680702CEA54BE94373E8EB55DF9D /* DBTEAMListMembersDevicesArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListMembersDevicesArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersDevicesArg.h; sourceTree = ""; }; + D9944144FCC161751CB15AE3C35DA525 /* DBFILESRelocationArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESRelocationArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationArg.h; sourceTree = ""; }; + D9C4D33E123DAB52D9C81B65CFAE98D4 /* DBTEAMLOGOriginLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGOriginLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGOriginLogInfo.h; sourceTree = ""; }; + D9C51F9073D36B83F1076597193B9E5F /* DBTEAMLOGFileRequestChangeFolderDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRequestChangeFolderDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestChangeFolderDetails.h; sourceTree = ""; }; + D9CB92D3FCB27AD071FD340233D88D34 /* DBTEAMLOGGroupChangeExternalIdDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupChangeExternalIdDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupChangeExternalIdDetails.h; sourceTree = ""; }; + D9EC37D8B352F4767BFD5BAE6EF80F31 /* ZXRSSExpandedRow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSExpandedRow.h; path = ZXingObjC/oned/rss/expanded/ZXRSSExpandedRow.h; sourceTree = ""; }; + DA736452D19599444F75D7BF18E2F699 /* ZXRSSPair.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXRSSPair.h; path = ZXingObjC/oned/rss/ZXRSSPair.h; sourceTree = ""; }; + DAA3EDF73A9A3FC09A20921F92AD5EE1 /* DBSHARINGRevokeSharedLinkError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGRevokeSharedLinkError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRevokeSharedLinkError.h; sourceTree = ""; }; + DAA9EF5291B7495709202157DC50B5B5 /* DBTEAMLOGTfaRemoveSecurityKeyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTfaRemoveSecurityKeyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaRemoveSecurityKeyDetails.h; sourceTree = ""; }; + DAC39D3D39FA66C846A16A4571541923 /* DBOAuthResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBOAuthResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/OAuth/DBOAuthResult.h; sourceTree = ""; }; + DAF5D78354DF8E16DCD2F4AACB5EA4AF /* Fabric.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fabric.h; path = OSX/Fabric.framework/Versions/A/Headers/Fabric.h; sourceTree = ""; }; + DB95C1B82AA0D4365F5798A9E175E065 /* DBHandlerTypesInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBHandlerTypesInternal.h; path = Source/ObjectiveDropboxOfficial/Headers/Internal/Networking/DBHandlerTypesInternal.h; sourceTree = ""; }; + DBBECDB7539081FBA2BA87A535B9EEA8 /* NSDate+ISO8601.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDate+ISO8601.m"; path = "Sources/NSDate+ISO8601.m"; sourceTree = ""; }; + DBDA43A40798E0ADE341AADB07020BA7 /* CMDQueryStringSerialization-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CMDQueryStringSerialization-prefix.pch"; sourceTree = ""; }; + DBFABF38865D2E1C2CA79005A95CC218 /* DBTEAMLOGTeamProfileRemoveLogoDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamProfileRemoveLogoDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamProfileRemoveLogoDetails.h; sourceTree = ""; }; + DC0D9A67A6FACC7839D7C0362D674521 /* DBTEAMLOGSharedFolderCreateDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedFolderCreateDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderCreateDetails.h; sourceTree = ""; }; + DC230AA49787BCDDA2D80A66F3D6FE1F /* ZXUPCEWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXUPCEWriter.h; path = ZXingObjC/oned/ZXUPCEWriter.h; sourceTree = ""; }; + DC563C0C9294611FA69A0FFE83818FBE /* DBTEAMTeamNamespacesListContinueArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamNamespacesListContinueArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamNamespacesListContinueArg.h; sourceTree = ""; }; + DC58A4159F45513A751052A15B6104BE /* DBAUTHAppAuthRoutes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBAUTHAppAuthRoutes.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBAUTHAppAuthRoutes.m; sourceTree = ""; }; + DCD3AC8AE081B3EF09A6B4F5CD4B8ECA /* ZXPDF417HighLevelEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417HighLevelEncoder.h; path = ZXingObjC/pdf417/encoder/ZXPDF417HighLevelEncoder.h; sourceTree = ""; }; + DCFC2AA833752C2F01953B4B42D24B15 /* DBTEAMLOGMicrosoftOfficeAddinPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMicrosoftOfficeAddinPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMicrosoftOfficeAddinPolicy.h; sourceTree = ""; }; + DD33DF8DF0B2A22EB7E58B81582C4AEB /* DBFILESGetCopyReferenceResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESGetCopyReferenceResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetCopyReferenceResult.h; sourceTree = ""; }; + DD50172FC38AF50D5C9D98F748EEEB21 /* DBSHARINGUserAuthRoutes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBSHARINGUserAuthRoutes.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBSHARINGUserAuthRoutes.m; sourceTree = ""; }; + DD72FD37CBBB7BBF3938FE9225FB7827 /* ZXAztecState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAztecState.h; path = ZXingObjC/aztec/encoder/ZXAztecState.h; sourceTree = ""; }; + DE2946B1D4B5A60F0EE6D8ABDDB7893C /* DBTEAMLOGTfaAddSecurityKeyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTfaAddSecurityKeyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTfaAddSecurityKeyDetails.h; sourceTree = ""; }; + DE605A44FA0D37EA64E5929A47E146FA /* DBSHARINGGetFileMetadataIndividualResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGGetFileMetadataIndividualResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataIndividualResult.h; sourceTree = ""; }; + DEC861E527B481A00023D1D04CC17456 /* DBFILEPROPERTIESRouteObjects.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESRouteObjects.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBFILEPROPERTIESRouteObjects.h; sourceTree = ""; }; + DED03ED29835BD37D0F90119F6248383 /* ZXQRCodeBlockPair.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeBlockPair.m; path = ZXingObjC/qrcode/encoder/ZXQRCodeBlockPair.m; sourceTree = ""; }; + DEF63A6A581132DB1AE516FD03095FD6 /* AFURLRequestSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLRequestSerialization.h; path = AFNetworking/AFURLRequestSerialization.h; sourceTree = ""; }; + DF28E390D03A589B46B5C28CE1E216D0 /* DBTEAMLOGDomainVerificationAddDomainSuccessDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDomainVerificationAddDomainSuccessDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDomainVerificationAddDomainSuccessDetails.h; sourceTree = ""; }; + DF2BD4728242EEC0359AB080F6791156 /* DBTEAMTeamFolderInvalidStatusError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderInvalidStatusError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderInvalidStatusError.h; sourceTree = ""; }; + DF902846810F2838560FB8E32FD5FBC2 /* CLSLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSLogging.h; path = OSX/Crashlytics.framework/Versions/A/Headers/CLSLogging.h; sourceTree = ""; }; + DFB9EE1B8C8A3AE0F7824FD8CC5046D5 /* DBTEAMRevokeLinkedAppBatchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRevokeLinkedAppBatchResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMRevokeLinkedAppBatchResult.h; sourceTree = ""; }; + E0002122250E04D2338EBB97E50E0E3C /* DBTEAMLOGEmmCreateExceptionsReportDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGEmmCreateExceptionsReportDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEmmCreateExceptionsReportDetails.h; sourceTree = ""; }; + E025CFC96DB51BB7944B29228DB14B1B /* ZXCharacterSetECI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXCharacterSetECI.h; path = ZXingObjC/common/ZXCharacterSetECI.h; sourceTree = ""; }; + E07E58BCF428E10DB29CCDF1B6B0DC7F /* ZXResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXResultParser.m; path = ZXingObjC/client/result/ZXResultParser.m; sourceTree = ""; }; + E08BD9FCF9830FAA973FE7AC7627307C /* CMDQueryStringSerialization.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CMDQueryStringSerialization.xcconfig; sourceTree = ""; }; + E0DEE671829780BDD07E67E6FBB691ED /* DBSHARINGShareFolderArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGShareFolderArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderArg.h; sourceTree = ""; }; + E10238AA2A0E098498E15E2FF74ACA6A /* DBTEAMListMemberDevicesError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListMemberDevicesError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberDevicesError.h; sourceTree = ""; }; + E1A1B8A0D997B0B8B0BF894EA52B821E /* DBPAPERSharingTeamPolicyType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERSharingTeamPolicyType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERSharingTeamPolicyType.h; sourceTree = ""; }; + E1A27526280D57D5EB80B928B284DBC0 /* DBFILESRelocationResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESRelocationResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationResult.h; sourceTree = ""; }; + E1EA6373F36B87215D9B008195EF0A6C /* ZXRSSExpandedCurrentParsingState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSExpandedCurrentParsingState.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedCurrentParsingState.m; sourceTree = ""; }; + E21827C382BBEAE1872EF42F7F3CC905 /* DBAppClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBAppClient.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/DBAppClient.h; sourceTree = ""; }; + E21E5BAB87EA535DC0E67270A90ED600 /* DBTEAMLOGTeamAuthRoutes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTEAMLOGTeamAuthRoutes.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBTEAMLOGTeamAuthRoutes.m; sourceTree = ""; }; + E2369ED16A164611153153842C7076F4 /* ZXByteArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXByteArray.h; path = ZXingObjC/common/ZXByteArray.h; sourceTree = ""; }; + E252ACFD2B9145B5CCE5DF1050890B89 /* DBTEAMMembersSetProfileArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersSetProfileArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetProfileArg.h; sourceTree = ""; }; + E268AB46887886983AC6684D6718D590 /* DBPAPERDocSubscriptionLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERDocSubscriptionLevel.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERDocSubscriptionLevel.h; sourceTree = ""; }; + E29852EF4D0935E298FC1DF5C1C973E8 /* DBTEAMLOGTeamFolderPermanentlyDeleteDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamFolderPermanentlyDeleteDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamFolderPermanentlyDeleteDetails.h; sourceTree = ""; }; + E2DA8EBB9BF53C0115E1A0F3E5D2A9C0 /* DBTEAMLOGJoinTeamDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGJoinTeamDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGJoinTeamDetails.h; sourceTree = ""; }; + E2DB83A7EE52985A313717B1D8B28A6A /* DBTEAMLOGSharedFolderMembershipManagementPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedFolderMembershipManagementPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderMembershipManagementPolicy.h; sourceTree = ""; }; + E2DE2D8A21EAEF3A1FA0CAA718DA063A /* DBTEAMMembersGetInfoError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersGetInfoError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersGetInfoError.h; sourceTree = ""; }; + E2EC180587D17E02CA756FD260572FB6 /* DBSHARINGListFilesContinueError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFilesContinueError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFilesContinueError.h; sourceTree = ""; }; + E309C5E06BD69E73633F1C73C8596746 /* DBAsyncObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBAsyncObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/DBAsyncObjects.m; sourceTree = ""; }; + E31D21E2ED1FDD8F7D400D044085FDCF /* DBSHARINGFileMemberActionError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGFileMemberActionError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFileMemberActionError.h; sourceTree = ""; }; + E34DDA739C073E7DCDC63E19C78DAA42 /* DBASYNCLaunchEmptyResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBASYNCLaunchEmptyResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Async/Headers/DBASYNCLaunchEmptyResult.h; sourceTree = ""; }; + E3566B1610BB41AD3A0694A6F50F1DE3 /* ZXAztecDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAztecDecoder.h; path = ZXingObjC/aztec/decoder/ZXAztecDecoder.h; sourceTree = ""; }; + E356FDA72609A0620164E916CB64472A /* ZXMultiFormatWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXMultiFormatWriter.h; path = ZXingObjC/ZXMultiFormatWriter.h; sourceTree = ""; }; + E37278F8AA7EAA7670E0FAFBECED182D /* AFNetworking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AFNetworking-dummy.m"; sourceTree = ""; }; + E374D3D652DAD4FA4A8C4071FC529B5D /* DBSHARINGCreateSharedLinkError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGCreateSharedLinkError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGCreateSharedLinkError.h; sourceTree = ""; }; + E3A10EA70BFFAAA5502372C62E3C72A2 /* DBFILESRelocationBatchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESRelocationBatchResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRelocationBatchResult.h; sourceTree = ""; }; + E3A6DB025E732465B7718BDB5680880D /* ZXDataMatrixASCIIEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixASCIIEncoder.m; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixASCIIEncoder.m; sourceTree = ""; }; + E4026233C160FBABA02634B3C66E137E /* DBTEAMTeamFolderTeamSharedDropboxError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderTeamSharedDropboxError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderTeamSharedDropboxError.h; sourceTree = ""; }; + E460CA3F756457AA6BA07697AF4AB942 /* ZXRSSExpandedGeneralAppIdDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSExpandedGeneralAppIdDecoder.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXRSSExpandedGeneralAppIdDecoder.m; sourceTree = ""; }; + E485351A1122AE86BF6C25CAD59F3C0C /* DBFILESWriteError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESWriteError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESWriteError.h; sourceTree = ""; }; + E4A743B05702E6687D5B2B83E86F9EFF /* ZXModulusGF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXModulusGF.h; path = ZXingObjC/pdf417/decoder/ec/ZXModulusGF.h; sourceTree = ""; }; + E4CB81C7EC90F0598AECA4D447008E7C /* DBTEAMLOGTeamAuthRoutes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamAuthRoutes.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBTEAMLOGTeamAuthRoutes.h; sourceTree = ""; }; + E4E240BABFEB9107BD1B50DECCE1E69E /* DBTEAMTeamFolderStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderStatus.h; sourceTree = ""; }; + E51ABE810F98A722295CF2491720B649 /* DBUSERSUserAuthRoutes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBUSERSUserAuthRoutes.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBUSERSUserAuthRoutes.h; sourceTree = ""; }; + E532BA0FA0711E0968A2C20D2481A7AD /* DBSHARINGUpdateFolderPolicyArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGUpdateFolderPolicyArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUpdateFolderPolicyArg.h; sourceTree = ""; }; + E55B1D0D2D8C423197126960D8D42C70 /* brg_types.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = brg_types.h; path = SSZipArchive/minizip/aes/brg_types.h; sourceTree = ""; }; + E562B99101F0EAE2C8C337CEC592E87B /* ZXQRCodeFormatInformation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeFormatInformation.m; path = ZXingObjC/qrcode/decoder/ZXQRCodeFormatInformation.m; sourceTree = ""; }; + E5755C941948580EF4E1C72E81FD43B9 /* DBTEAMMembersListContinueArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersListContinueArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersListContinueArg.h; sourceTree = ""; }; + E5AA672FD1FE82BD0D70C969723E43F9 /* ZXSMSParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXSMSParsedResult.m; path = ZXingObjC/client/result/ZXSMSParsedResult.m; sourceTree = ""; }; + E611C54149AAFC15AD2EC3A35F23B8D2 /* DBFILESUploadErrorWithProperties.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadErrorWithProperties.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadErrorWithProperties.h; sourceTree = ""; }; + E62882D76ACD1FEA3E9AA997B3658D80 /* MPGoogleAnalyticsTracker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MPGoogleAnalyticsTracker.m; path = GoogleAnalyticsTracker/MPGoogleAnalyticsTracker.m; sourceTree = ""; }; + E644C16FDE72AF4D7B10ED8C578876E4 /* hmac.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = hmac.h; path = SSZipArchive/minizip/aes/hmac.h; sourceTree = ""; }; + E66A7BBE4735CE11C423FFCA367E7E0C /* DBTEAMGetMembershipReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGetMembershipReport.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGetMembershipReport.h; sourceTree = ""; }; + E6938C6D7CC9473401B2F46FACDC74F9 /* DBTEAMTeamFolderListContinueArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderListContinueArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListContinueArg.h; sourceTree = ""; }; + E69AAA32F0A301EE6D12A7F12814A564 /* ZXAI013x0x1xDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAI013x0x1xDecoder.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI013x0x1xDecoder.h; sourceTree = ""; }; + E6F3621919FDD41E0D8877EA629899CF /* DBTEAMGroupsGetInfoError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupsGetInfoError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsGetInfoError.h; sourceTree = ""; }; + E702613B3378D87C16517CCF38555C1E /* ZXQRCodeMatrixUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeMatrixUtil.m; path = ZXingObjC/qrcode/encoder/ZXQRCodeMatrixUtil.m; sourceTree = ""; }; + E70DE94AC44EDF514D791C81C5E83C07 /* aes_ni.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = aes_ni.h; path = SSZipArchive/minizip/aes/aes_ni.h; sourceTree = ""; }; + E7187D0D53F03CEAB9422A00F9988C9E /* DBPAPERPaperDocCreateArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERPaperDocCreateArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERPaperDocCreateArgs.h; sourceTree = ""; }; + E735FE7F91E1EB015E9A51A87A056FAE /* DBTEAMRouteObjects.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMRouteObjects.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBTEAMRouteObjects.h; sourceTree = ""; }; + E795A3A98644A316B7E4645645ED5A93 /* DBFILEPROPERTIESAddTemplateArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESAddTemplateArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESAddTemplateArg.h; sourceTree = ""; }; + E7B853C6B1CA2912FB5E1E8F2E7EA161 /* DBCustomTasks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBCustomTasks.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Resources/DBCustomTasks.h; sourceTree = ""; }; + E7BBB9AEBD1C08971427F7010F7DC4BD /* ZXMaxiCodeReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXMaxiCodeReader.m; path = ZXingObjC/maxicode/ZXMaxiCodeReader.m; sourceTree = ""; }; + E80F93CE8BE22CA84D6D40D997CE6893 /* DBSDKReachability.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBSDKReachability.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBSDKReachability.m; sourceTree = ""; }; + E82D86B4D3FC182FB3E0CBCC6A820B9B /* DBTEAMLOGFileRequestAddDeadlineDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileRequestAddDeadlineDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileRequestAddDeadlineDetails.h; sourceTree = ""; }; + E8636C7E0CC56228CED51CFB460FAECE /* DBTEAMLOGFileAddDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileAddDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileAddDetails.h; sourceTree = ""; }; + E865B051C4418B72C220CCE74463820B /* DBSHARINGListFolderMembersContinueError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFolderMembersContinueError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFolderMembersContinueError.h; sourceTree = ""; }; + E879432C3EBFD4C21A6F9A3D75D1A0B4 /* ZXDataMatrixC40Encoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixC40Encoder.m; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixC40Encoder.m; sourceTree = ""; }; + E8B42A5FB5D622A4B84CAC632A238B8C /* ZXQRCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCode.h; path = ZXingObjC/qrcode/encoder/ZXQRCode.h; sourceTree = ""; }; + E8C4E6D8696A86D0AE80AD767C247E1C /* ZXingObjCAztec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXingObjCAztec.h; path = ZXingObjC/aztec/ZXingObjCAztec.h; sourceTree = ""; }; + E92177C4A8D497C01121E024C2AD24F2 /* DBSHARINGLinkPermissions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGLinkPermissions.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGLinkPermissions.h; sourceTree = ""; }; + E927E33C105288D3F6D8062EFFDD71A9 /* DBFILEPROPERTIESPropertiesSearchMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESPropertiesSearchMode.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertiesSearchMode.h; sourceTree = ""; }; + E98236DE3B37614571787E7A33CF250C /* DBSHARINGPermissionDeniedReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGPermissionDeniedReason.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGPermissionDeniedReason.h; sourceTree = ""; }; + E9893153AD47F16A9ECFEB0A59416D2E /* DBTEAMGroupsListContinueArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupsListContinueArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsListContinueArg.h; sourceTree = ""; }; + E9D1309E2F7809CB59C9F0ACCDD6D672 /* aeskey.c */ = {isa = PBXFileReference; includeInIndex = 1; name = aeskey.c; path = SSZipArchive/minizip/aes/aeskey.c; sourceTree = ""; }; + E9D28D388463D4E6E4A7B0EBFE77D3A6 /* ZXPDF417DetectionResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417DetectionResult.m; path = ZXingObjC/pdf417/decoder/ZXPDF417DetectionResult.m; sourceTree = ""; }; + E9DA1F528591D99FFD3F6F20472356C1 /* DBTEAMListMembersAppsError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListMembersAppsError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMembersAppsError.h; sourceTree = ""; }; + E9E36BD1285561BAD9F54FA148B2CED6 /* DBFILESMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESMetadata.h; sourceTree = ""; }; + E9FD3D8FE6EB5168ECE61D31609BBA1C /* pwd2key.c */ = {isa = PBXFileReference; includeInIndex = 1; name = pwd2key.c; path = SSZipArchive/minizip/aes/pwd2key.c; sourceTree = ""; }; + EA0DFFB77FCE91DD394E79CCC3FCFD7E /* ZXRSSExpandedRow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSExpandedRow.m; path = ZXingObjC/oned/rss/expanded/ZXRSSExpandedRow.m; sourceTree = ""; }; + EA48EFD9F693ADC246D88EC35297FBA9 /* DBPAPERListPaperDocsArgs.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERListPaperDocsArgs.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListPaperDocsArgs.h; sourceTree = ""; }; + EA58C2CB4C8A00CFF5DC481BF0795A15 /* ZXCodaBarWriter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXCodaBarWriter.m; path = ZXingObjC/oned/ZXCodaBarWriter.m; sourceTree = ""; }; + EA63F1B879E1CFB06EC664F226414DFB /* Google-Analytics-for-OS-X-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Google-Analytics-for-OS-X-dummy.m"; sourceTree = ""; }; + EA6CCECD6D9D6AACC7A916E1638B9506 /* ZXRSSDataCharacter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXRSSDataCharacter.m; path = ZXingObjC/oned/rss/ZXRSSDataCharacter.m; sourceTree = ""; }; + EA9FB428C25A7B8C73C4E9396B24CC35 /* DBTEAMGroupMembersSelectorError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupMembersSelectorError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersSelectorError.h; sourceTree = ""; }; + EAB91735F501EE681EBF8B9911E464F9 /* DBSHARINGInviteeMembershipInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGInviteeMembershipInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGInviteeMembershipInfo.h; sourceTree = ""; }; + EAEEF21105A83EEDA8AA3A3AC822B62E /* DBSHARINGRevokeSharedLinkArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGRevokeSharedLinkArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGRevokeSharedLinkArg.h; sourceTree = ""; }; + EB456909AC2D4FCE7F4456D7A7345C6D /* DBTEAMGroupMembersSetAccessTypeArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupMembersSetAccessTypeArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupMembersSetAccessTypeArg.h; sourceTree = ""; }; + EB4F268825F20E91590CE88FD287B560 /* Google-Analytics-for-OS-X.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Google-Analytics-for-OS-X.xcconfig"; sourceTree = ""; }; + EB5A154C3977F9FF0C7E7D4D847E7729 /* ZXingObjCMaxiCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXingObjCMaxiCode.h; path = ZXingObjC/maxicode/ZXingObjCMaxiCode.h; sourceTree = ""; }; + EC095F1BAB6DFD0FBC6C5DC59951D7AE /* DBFILEPROPERTIESTemplateOwnerType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESTemplateOwnerType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESTemplateOwnerType.h; sourceTree = ""; }; + EC304592162F64D0B50F0AB8813341A5 /* DBFILESListFolderArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESListFolderArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESListFolderArg.h; sourceTree = ""; }; + EC3369D185426245A4AC3DA47054CA08 /* DBTEAMDeviceSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMDeviceSession.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDeviceSession.h; sourceTree = ""; }; + EC629DFE46A54F719BCCE1F0061DF2E5 /* ZXDataMatrixDataBlock.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixDataBlock.m; path = ZXingObjC/datamatrix/decoder/ZXDataMatrixDataBlock.m; sourceTree = ""; }; + EC9406978EEA5ECC0EE2C1BC4743F155 /* ZXUPCEANReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXUPCEANReader.m; path = ZXingObjC/oned/ZXUPCEANReader.m; sourceTree = ""; }; + ECA49F2660FA3ADB90F049DCE5751A64 /* STPrivilegedTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = STPrivilegedTask.m; sourceTree = ""; }; + ECFEA4FCE5BF5FDF982A3BE0267794C9 /* ZXQRCodeDecoderMetaData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeDecoderMetaData.m; path = ZXingObjC/qrcode/decoder/ZXQRCodeDecoderMetaData.m; sourceTree = ""; }; + ED00EEA251B20F630BA58BE8B30C8167 /* DBTEAMLOGSsoChangeSamlIdentityModeDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSsoChangeSamlIdentityModeDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSsoChangeSamlIdentityModeDetails.h; sourceTree = ""; }; + ED3701E2BEBADEF7A374A47AE25DE293 /* DBSHARINGAclUpdatePolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGAclUpdatePolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAclUpdatePolicy.h; sourceTree = ""; }; + EDC9CD384A3AB4C86960F55CF5C7D5BB /* ZXDefaultGridSampler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDefaultGridSampler.h; path = ZXingObjC/common/ZXDefaultGridSampler.h; sourceTree = ""; }; + EDCDE5E35A72A75185FB98F7D742F423 /* ZXQRCodeMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeMode.h; path = ZXingObjC/qrcode/decoder/ZXQRCodeMode.h; sourceTree = ""; }; + EDD81A51BF1682EBE92F7F90DCBE84C9 /* DBTasksImpl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTasksImpl.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTasksImpl.m; sourceTree = ""; }; + EDF99A7480CC8C203648F9ABB43BF688 /* DBTEAMLOGAppLinkTeamDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGAppLinkTeamDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGAppLinkTeamDetails.h; sourceTree = ""; }; + EE209C2BCB236ADD1CCCE16BE790E1FE /* ZXEAN8Writer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXEAN8Writer.h; path = ZXingObjC/oned/ZXEAN8Writer.h; sourceTree = ""; }; + EE2B3115A2B16A07E6A105BE52050160 /* ZXAddressBookParsedResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAddressBookParsedResult.h; path = ZXingObjC/client/result/ZXAddressBookParsedResult.h; sourceTree = ""; }; + EE540E7D80E31A6EFC9D523F704442A7 /* DBTEAMLOGResellerSupportSessionEndDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGResellerSupportSessionEndDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGResellerSupportSessionEndDetails.h; sourceTree = ""; }; + EE5C6B71E70B1A7FC822347F30A2945F /* ZXErrors.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXErrors.m; path = ZXingObjC/core/ZXErrors.m; sourceTree = ""; }; + EE667369182FCD4B07F81C35F26D9E84 /* ZXAI01393xDecoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAI01393xDecoder.m; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI01393xDecoder.m; sourceTree = ""; }; + EE9732970CC5A4EE7EA73EC022DD484F /* ZXTelParsedResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXTelParsedResult.m; path = ZXingObjC/client/result/ZXTelParsedResult.m; sourceTree = ""; }; + EEB6EAA433509760D6728B0F008A7758 /* ZXUPCEANWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXUPCEANWriter.h; path = ZXingObjC/oned/ZXUPCEANWriter.h; sourceTree = ""; }; + EF1391D0839A464967D6FD3D8AA0E55D /* DBCommonObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBCommonObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Common/DBCommonObjects.m; sourceTree = ""; }; + EF252E35DF3849B7CFDA3F9B70788A2F /* ZXDataMatrixBase256Encoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixBase256Encoder.h; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixBase256Encoder.h; sourceTree = ""; }; + EF9A89A3FEFF8CB276C0B8B176184F99 /* DBFILESRestoreError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESRestoreError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESRestoreError.h; sourceTree = ""; }; + EFA632A307792785E0F7C5018513B6CD /* DBGlobalErrorResponseHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBGlobalErrorResponseHandler.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBGlobalErrorResponseHandler.m; sourceTree = ""; }; + EFAD3FBA1E6999BD8D0997AEE015B8EA /* DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails.h; sourceTree = ""; }; + F005CE1823DF0AC5DDAD0D4694EEF8A5 /* DBTEAMDateRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMDateRange.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDateRange.h; sourceTree = ""; }; + F01B78B8944A0A617974C07B93D27B5E /* DBSHARINGAddFolderMemberArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGAddFolderMemberArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGAddFolderMemberArg.h; sourceTree = ""; }; + F07AB339E2D5194BB218E4BCADB63A64 /* ZXGridSampler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXGridSampler.h; path = ZXingObjC/common/ZXGridSampler.h; sourceTree = ""; }; + F0AE0DC3C9B0FA21F39E143C8971D348 /* DBFILESUploadSessionAppendArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadSessionAppendArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionAppendArg.h; sourceTree = ""; }; + F0D19964D372C9F9038EB1F475DC607D /* ZXMathUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXMathUtils.m; path = ZXingObjC/common/detector/ZXMathUtils.m; sourceTree = ""; }; + F0D37C898B7BAC3B3EA0495BF0694FE0 /* ZXDataMatrixReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixReader.h; path = ZXingObjC/datamatrix/ZXDataMatrixReader.h; sourceTree = ""; }; + F0FEFD4BD17DCD3532ACC6BE10AA346C /* ZXEAN8Reader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXEAN8Reader.h; path = ZXingObjC/oned/ZXEAN8Reader.h; sourceTree = ""; }; + F11616CEC0E1C187C5CC4FEC0ADED03E /* ZXPDF417ECErrorCorrection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXPDF417ECErrorCorrection.m; path = ZXingObjC/pdf417/decoder/ec/ZXPDF417ECErrorCorrection.m; sourceTree = ""; }; + F12BC83E53417FC800FA86CC95317220 /* ZXBookmarkDoCoMoResultParser.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXBookmarkDoCoMoResultParser.m; path = ZXingObjC/client/result/ZXBookmarkDoCoMoResultParser.m; sourceTree = ""; }; + F1902ECC7F43D5E6779B0137B88E0716 /* ZXWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXWriter.h; path = ZXingObjC/core/ZXWriter.h; sourceTree = ""; }; + F192B25A4B082ED31B5CFC5BEEE8DD4F /* DBTEAMListMemberDevicesArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMListMemberDevicesArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMListMemberDevicesArg.h; sourceTree = ""; }; + F1A1883C61891BE10F387B8EECE06B78 /* DBTEAMLOGMemberChangeStatusDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberChangeStatusDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberChangeStatusDetails.h; sourceTree = ""; }; + F23EC5DDABD11984B9133D781C3EE91E /* DBTEAMLOGSfTeamUninviteDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSfTeamUninviteDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSfTeamUninviteDetails.h; sourceTree = ""; }; + F297AAA96C462CFBE4241D1099955E4B /* ZXAztecState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXAztecState.m; path = ZXingObjC/aztec/encoder/ZXAztecState.m; sourceTree = ""; }; + F2C30C9F219797A91ED3F8AC20D28C71 /* DBTEAMLOGHostLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGHostLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGHostLogInfo.h; sourceTree = ""; }; + F2C7F6BC85F0E555FAD0F2C9CC3B1331 /* ZXDataMatrixTextEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixTextEncoder.m; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixTextEncoder.m; sourceTree = ""; }; + F2D50DEE83352256DEE035825D574A99 /* DBTEAMLOGFilePermanentlyDeleteDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFilePermanentlyDeleteDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFilePermanentlyDeleteDetails.h; sourceTree = ""; }; + F2EE3EC30EB560BDAD8DC5BE7D28C6BD /* ZXModulusPoly.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXModulusPoly.m; path = ZXingObjC/pdf417/decoder/ec/ZXModulusPoly.m; sourceTree = ""; }; + F308AC76920E3AEF2FF5759914662AFB /* STPrivilegedTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = STPrivilegedTask.h; sourceTree = ""; }; + F30F8EC4C1B99F7B9F7063DD968218D6 /* ZXGenericGF.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXGenericGF.h; path = ZXingObjC/common/reedsolomon/ZXGenericGF.h; sourceTree = ""; }; + F33FE051B245B009E84A6A287D64D096 /* DBTEAMLOGActorLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGActorLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGActorLogInfo.h; sourceTree = ""; }; + F36BA0EB02388F8480B03DAC9BC0E8FD /* DBPAPERFolder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERFolder.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERFolder.h; sourceTree = ""; }; + F3744EDCC7D6743F27F8248ADF2C861E /* DBTEAMLOGFileDownloadDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileDownloadDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileDownloadDetails.h; sourceTree = ""; }; + F387C2D1FDB2DFEB383D16EA02F8DF02 /* DBPAPERListDocsCursorError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERListDocsCursorError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERListDocsCursorError.h; sourceTree = ""; }; + F3A24E81DB2A9989ECA4C741DE38182A /* DBSHARINGListFolderMembersContinueArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFolderMembersContinueArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFolderMembersContinueArg.h; sourceTree = ""; }; + F3B148B3C31378457FB05687CE8443CC /* ZXSMTPResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXSMTPResultParser.h; path = ZXingObjC/client/result/ZXSMTPResultParser.h; sourceTree = ""; }; + F3B88480CF6C3E45CE5F00663B8C8306 /* DBTEAMLOGCertificate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGCertificate.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGCertificate.h; sourceTree = ""; }; + F3F6E2AD7953BFB310F102569C1EB48E /* DBTEAMLOGRouteObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTEAMLOGRouteObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/RouteObjects/DBTEAMLOGRouteObjects.m; sourceTree = ""; }; + F3F9C328F174E72EB0BC2EB297A7D18E /* ZXImage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXImage.h; path = ZXingObjC/client/ZXImage.h; sourceTree = ""; }; + F3FC0B114789CFDB55CEB7E294D5FF02 /* minishared.c */ = {isa = PBXFileReference; includeInIndex = 1; name = minishared.c; path = SSZipArchive/minizip/minishared.c; sourceTree = ""; }; + F433109E230C41635BDB308099F06FB4 /* DBTEAMLOGPlacementRestriction.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPlacementRestriction.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPlacementRestriction.h; sourceTree = ""; }; + F439AD23459F5413838577CAFBD1EFC8 /* ZXPDF417BarcodeValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXPDF417BarcodeValue.h; path = ZXingObjC/pdf417/decoder/ZXPDF417BarcodeValue.h; sourceTree = ""; }; + F4517F4925593CB89991B44F9978BB87 /* DBTransportBaseConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTransportBaseConfig.h; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportBaseConfig.h; sourceTree = ""; }; + F4B2D77AA0D9C95A2CD146A2E3AAC311 /* DBTEAMLOGPermanentDeleteChangePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPermanentDeleteChangePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPermanentDeleteChangePolicyDetails.h; sourceTree = ""; }; + F4C509903138FFA2BB77E838E8951824 /* DBTEAMLOGFileAddCommentDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileAddCommentDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileAddCommentDetails.h; sourceTree = ""; }; + F4D6D6165B99F6C982E82DEBB0F3F1CB /* DBTEAMUserCustomQuotaResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMUserCustomQuotaResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMUserCustomQuotaResult.h; sourceTree = ""; }; + F4E9B0A1889CF652BAAA13B8D7736287 /* DBTEAMLOGGroupDeleteDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGGroupDeleteDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGGroupDeleteDetails.h; sourceTree = ""; }; + F4F05856D5ADE770921C5A1B32D3572B /* ZXQRCodeEncoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeEncoder.h; path = ZXingObjC/qrcode/encoder/ZXQRCodeEncoder.h; sourceTree = ""; }; + F512CE44EA5AA1C72F3160193333EA52 /* DBTEAMPOLICIESSsoPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMPOLICIESSsoPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamPolicies/Headers/DBTEAMPOLICIESSsoPolicy.h; sourceTree = ""; }; + F5A7CFD5791AD8415E7F6D84392EBD47 /* DBSHARINGInsufficientQuotaAmounts.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGInsufficientQuotaAmounts.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGInsufficientQuotaAmounts.h; sourceTree = ""; }; + F61A647FA11F33CA1141B2DF2746FEE1 /* DBSHARINGFolderPermission.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGFolderPermission.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFolderPermission.h; sourceTree = ""; }; + F624AFB97560C50D1C68304904664FF1 /* ZXDataMatrixX12Encoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDataMatrixX12Encoder.h; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixX12Encoder.h; sourceTree = ""; }; + F6D967A91751D41A80BCE47A6CD5010B /* DBFILESDownloadError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESDownloadError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDownloadError.h; sourceTree = ""; }; + F6E9776007F8C2DAA9811C2CF47C4EAF /* DBTEAMLOGNetworkControlPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGNetworkControlPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNetworkControlPolicy.h; sourceTree = ""; }; + F6EB57B3FA38C0793977D8E1C1D40660 /* ZXAI01393xDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXAI01393xDecoder.h; path = ZXingObjC/oned/rss/expanded/decoders/ZXAI01393xDecoder.h; sourceTree = ""; }; + F6FB22F7E4E2F4090B22F165FA1B6613 /* DBTEAMLOGPaperChangeDeploymentPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperChangeDeploymentPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperChangeDeploymentPolicyDetails.h; sourceTree = ""; }; + F7077F9EBDB9C0869B10CF8C76BA053A /* DBTeamObjects.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTeamObjects.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/DBTeamObjects.m; sourceTree = ""; }; + F715090F48DE870F8960589EE189FF6D /* DBTEAMLOGFileLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGFileLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGFileLogInfo.h; sourceTree = ""; }; + F77B4301E25C22E18672153E9A2A7948 /* DBTEAMLOGEventDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGEventDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGEventDetails.h; sourceTree = ""; }; + F79B28A64DEA91B70E70D0234591E416 /* DBTEAMLOGMemberSuggestionsPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGMemberSuggestionsPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGMemberSuggestionsPolicy.h; sourceTree = ""; }; + F7A26284D99F0E6A48F477E24E36388B /* ZXCodaBarReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXCodaBarReader.h; path = ZXingObjC/oned/ZXCodaBarReader.h; sourceTree = ""; }; + F7EDD12081F392BF91F03D3FB275A4D1 /* DBFILESDimensions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESDimensions.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESDimensions.h; sourceTree = ""; }; + F834BFD49096E8C4D15A9A1E23EA45A1 /* DBTEAMDesktopClientSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMDesktopClientSession.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMDesktopClientSession.h; sourceTree = ""; }; + F842BCE844110F9F1A8635140658E003 /* DBTEAMMembersSetPermissionsError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMMembersSetPermissionsError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMMembersSetPermissionsError.h; sourceTree = ""; }; + F8C6790F1176090EBDE1E2AC8FD324D2 /* DBTEAMTeamFolderListResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderListResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderListResult.h; sourceTree = ""; }; + F8E885F4E63C26A36B062616275D7691 /* DBFILESGetCopyReferenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESGetCopyReferenceError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESGetCopyReferenceError.h; sourceTree = ""; }; + F903FE322226BE894661C462562DAE6B /* ZXQRCodeDecoder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeDecoder.h; path = ZXingObjC/qrcode/decoder/ZXQRCodeDecoder.h; sourceTree = ""; }; + F9321A709E9AB469AFD30D6F01EA2604 /* ZXUPCAReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXUPCAReader.h; path = ZXingObjC/oned/ZXUPCAReader.h; sourceTree = ""; }; + F94600ED0496A453E2A08AF06466DB4E /* DBSHARINGShareFolderArgBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGShareFolderArgBase.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGShareFolderArgBase.h; sourceTree = ""; }; + F9A72336188CB72D8B4D34374ADCCDD3 /* ZXCode39Reader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXCode39Reader.m; path = ZXingObjC/oned/ZXCode39Reader.m; sourceTree = ""; }; + F9B4DB634052C2C88047F9225EC17AE6 /* DBTEAMLOGShmodelSetExpirationDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGShmodelSetExpirationDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGShmodelSetExpirationDetails.h; sourceTree = ""; }; + F9D655913C23778DEFE841B1F0789881 /* DBTEAMLOGSharedFolderChangeMemberPolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharedFolderChangeMemberPolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharedFolderChangeMemberPolicyDetails.h; sourceTree = ""; }; + F9E789EEAB5F6F7EA7A2E6E4A8D1B2F0 /* ZXDataMatrixDetector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixDetector.m; path = ZXingObjC/datamatrix/detector/ZXDataMatrixDetector.m; sourceTree = ""; }; + F9F7DDB1647485671C7E3B5E0D0862B9 /* DBAppBaseClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBAppBaseClient.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Client/DBAppBaseClient.m; sourceTree = ""; }; + FA199310EEB25066A18B1449877FCAFA /* ioapi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ioapi.h; path = SSZipArchive/minizip/ioapi.h; sourceTree = ""; }; + FA1FF0EBFB5159F9E8B7A3400FFFD428 /* aesopt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = aesopt.h; path = SSZipArchive/minizip/aes/aesopt.h; sourceTree = ""; }; + FA276B58CA62FC9F83E16BFEA7830117 /* ZXDetectorResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXDetectorResult.h; path = ZXingObjC/common/ZXDetectorResult.h; sourceTree = ""; }; + FA4FF0D95922C9EE5ED0EF4B288635DC /* ZXQRCodeAlignmentPatternFinder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXQRCodeAlignmentPatternFinder.m; path = ZXingObjC/qrcode/detector/ZXQRCodeAlignmentPatternFinder.m; sourceTree = ""; }; + FA7201F0BB139A7E0A956C789F892925 /* DBTEAMLOGTeamMergeFromDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGTeamMergeFromDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGTeamMergeFromDetails.h; sourceTree = ""; }; + FA90BAA88A2DFA681C6FFF319B7B5CC6 /* DBSHARINGListFileMembersArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGListFileMembersArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGListFileMembersArg.h; sourceTree = ""; }; + FAB0B53D3AAD5386060CD5ED6F9C17BE /* ZXDecodeHints.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDecodeHints.m; path = ZXingObjC/core/ZXDecodeHints.m; sourceTree = ""; }; + FAC2F87AC2F77486958CB64FE51FA200 /* ZXISBNResultParser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXISBNResultParser.h; path = ZXingObjC/client/result/ZXISBNResultParser.h; sourceTree = ""; }; + FAD1AB7923C3FE05C63F41A6636FDE3B /* DBFILEPROPERTIESPropertyGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILEPROPERTIESPropertyGroup.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/FileProperties/Headers/DBFILEPROPERTIESPropertyGroup.h; sourceTree = ""; }; + FAE09D848B1BECBAA381C52B3CC6CFF6 /* ZXEAN13Reader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXEAN13Reader.h; path = ZXingObjC/oned/ZXEAN13Reader.h; sourceTree = ""; }; + FAE79FDA8A91ADEB48386BB23C9ECC2C /* ZXBinaryBitmap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXBinaryBitmap.h; path = ZXingObjC/core/ZXBinaryBitmap.h; sourceTree = ""; }; + FB176C1FF6EF6897CC8D49506E63AE9D /* ZXIntArray.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXIntArray.m; path = ZXingObjC/common/ZXIntArray.m; sourceTree = ""; }; + FB295B44E0C874E7A41ACBB16D474C43 /* DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetails.h; sourceTree = ""; }; + FB4C2150984B6D3FD60C50E962901092 /* DBTEAMLOGPaperDocTeamInviteDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocTeamInviteDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocTeamInviteDetails.h; sourceTree = ""; }; + FB5A0EFC13ED42E03047102DDFD8A895 /* DBTransportDefaultConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTransportDefaultConfig.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportDefaultConfig.m; sourceTree = ""; }; + FB76AF381D90BF29F703D87F63110D75 /* ObjectiveDropboxOfficial-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ObjectiveDropboxOfficial-dummy.m"; sourceTree = ""; }; + FB9F1008643E79D81C7C1545E4321F0B /* DBTransportDefaultClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBTransportDefaultClient.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportDefaultClient.m; sourceTree = ""; }; + FBC34AE22B7DAC089C6794187E7630D4 /* DBTEAMLOGNoteAclTeamLinkDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGNoteAclTeamLinkDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteAclTeamLinkDetails.h; sourceTree = ""; }; + FBD29A95F6E75BCBD39509D91EBEFE26 /* STPrivilegedTask-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "STPrivilegedTask-prefix.pch"; sourceTree = ""; }; + FBE2CAE9E59E31B75616DDEB0D4366EC /* ZXITFWriter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXITFWriter.h; path = ZXingObjC/oned/ZXITFWriter.h; sourceTree = ""; }; + FBF68975D181B99B4C6388BC8744BDA9 /* DBTEAMLOGPaperDocSlackShareDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGPaperDocSlackShareDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGPaperDocSlackShareDetails.h; sourceTree = ""; }; + FC2EAA5778FB95824148693B380C36D3 /* DBTEAMLOGUserLogInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGUserLogInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGUserLogInfo.h; sourceTree = ""; }; + FC3D01885248C885C73CAB4A8C2B0CCF /* DBTEAMFeaturesGetValuesBatchArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMFeaturesGetValuesBatchArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMFeaturesGetValuesBatchArg.h; sourceTree = ""; }; + FC3DCC47DC9203D113591FE65C612900 /* DBTEAMLOGNoteSharedDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGNoteSharedDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGNoteSharedDetails.h; sourceTree = ""; }; + FCF251C26AAA5B2D15971D0B1E4B4794 /* ZXDataMatrixHighLevelEncoder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDataMatrixHighLevelEncoder.m; path = ZXingObjC/datamatrix/encoder/ZXDataMatrixHighLevelEncoder.m; sourceTree = ""; }; + FD121C5B756F157BC1C8FB94E3C89EF7 /* DBAppBaseClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBAppBaseClient.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Client/DBAppBaseClient.h; sourceTree = ""; }; + FD2E176374CC24A1FACD44512755B44D /* ZXingObjCPDF417.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXingObjCPDF417.h; path = ZXingObjC/pdf417/ZXingObjCPDF417.h; sourceTree = ""; }; + FD310028AB9639A35093B9478611E665 /* DBTEAMLOGDeviceLinkSuccessDetails.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGDeviceLinkSuccessDetails.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGDeviceLinkSuccessDetails.h; sourceTree = ""; }; + FD7CE6B7EFED7D235846BC776E9363E6 /* DBFILEPROPERTIESUserAuthRoutes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBFILEPROPERTIESUserAuthRoutes.m; path = Source/ObjectiveDropboxOfficial/Shared/Generated/Routes/DBFILEPROPERTIESUserAuthRoutes.m; sourceTree = ""; }; + FDC284AFD31F36AEB2463A6379D8CF50 /* DBPAPERFolderSharingPolicyType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBPAPERFolderSharingPolicyType.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Paper/Headers/DBPAPERFolderSharingPolicyType.h; sourceTree = ""; }; + FDDC0159D070D3789FF69D9AB779C660 /* ZXCaptureDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXCaptureDelegate.h; path = ZXingObjC/client/ZXCaptureDelegate.h; sourceTree = ""; }; + FE0E9851E33FC1639097E0B4441F09DD /* DBTEAMLOGSharingMemberPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGSharingMemberPolicy.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGSharingMemberPolicy.h; sourceTree = ""; }; + FE142AE9DA45B23FBC76A81144C02100 /* DBSHARINGMemberAccessLevelResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGMemberAccessLevelResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGMemberAccessLevelResult.h; sourceTree = ""; }; + FE17F220CDA807636D507EB4ACD052EB /* DBSessionData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DBSessionData.m; path = Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBSessionData.m; sourceTree = ""; }; + FE21469972AA1C6E1E25105E46587EFB /* DBTEAMTeamFolderMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderMetadata.h; sourceTree = ""; }; + FE8009862AB942C670FE7BFDCDBB80FF /* ZXDecoderResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ZXDecoderResult.m; path = ZXingObjC/common/ZXDecoderResult.m; sourceTree = ""; }; + FEA53CBD48C77FD07DC5EB89297A0C50 /* ZXQRCodeMultiReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZXQRCodeMultiReader.h; path = ZXingObjC/qrcode/multi/ZXQRCodeMultiReader.h; sourceTree = ""; }; + FEB9D905398C759910DA6208C6B9E47E /* DBSHARINGSharedFolderMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGSharedFolderMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGSharedFolderMetadata.h; sourceTree = ""; }; + FEBC575D7CBB2D7E57E4EF9567ACD698 /* DBSHARINGUserFileMembershipInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGUserFileMembershipInfo.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGUserFileMembershipInfo.h; sourceTree = ""; }; + FF1456BD197D41CA27E38FA9C032166E /* DBFILESThumbnailError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESThumbnailError.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESThumbnailError.h; sourceTree = ""; }; + FF801853C80F309AFD0141A3079F37E1 /* DBSHARINGGetFileMetadataBatchResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGGetFileMetadataBatchResult.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGGetFileMetadataBatchResult.h; sourceTree = ""; }; + FF89AF479C4564BCD2E4DA89A4032818 /* DBTEAMTeamFolderArchiveJobStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMTeamFolderArchiveJobStatus.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMTeamFolderArchiveJobStatus.h; sourceTree = ""; }; + FF9A9CFA9A9DB6479EC18EAD5EF3BF15 /* DBTEAMLOGConfidentiality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMLOGConfidentiality.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/TeamLog/Headers/DBTEAMLOGConfidentiality.h; sourceTree = ""; }; + FFB40E8D6D27AE3012F23028C2F57C7C /* DBTEAMGroupsMembersListArg.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBTEAMGroupsMembersListArg.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Team/Headers/DBTEAMGroupsMembersListArg.h; sourceTree = ""; }; + FFC7EBA3F0F1A11111E1960F6D366112 /* DBSHARINGFolderLinkMetadata.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBSHARINGFolderLinkMetadata.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Sharing/Headers/DBSHARINGFolderLinkMetadata.h; sourceTree = ""; }; + FFCC6FC602D83F42DF384C5D0D083933 /* DBFILESUploadSessionCursor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DBFILESUploadSessionCursor.h; path = Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESUploadSessionCursor.h; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -3321,6 +3463,17 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 7F871536BBE5D61098D48034F6FA5FD3 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 78FDB65EC018D0D2E4013D95FE79600B /* AppKit.framework in Frameworks */, + 42397EB6BF9D80254245E6F5AB37034A /* Cocoa.framework in Frameworks */, + 798F5B045DA95AB053B040D0ADAB594E /* Foundation.framework in Frameworks */, + 93FDFDA23374B4262C524C01C202314B /* SystemConfiguration.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9995C77F6AE99918BBFF5153727E6C23 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -3349,17 +3502,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F8767D446C1B3793EFC475C4525CB953 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - F3BBD8323DC12EA7FD196070C48775C3 /* AppKit.framework in Frameworks */, - BD0C2109EDAAF0F6116982D47FA614EE /* Cocoa.framework in Frameworks */, - 8840665CEDDCD3D7AFA750437E859E34 /* Foundation.framework in Frameworks */, - 529C1B60466657C9D42FF17043CBEA2B /* SystemConfiguration.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; FA8D9559007C9B6257DFDC52A600D0AA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -3382,1103 +3524,44 @@ name = Frameworks; sourceTree = ""; }; - 04B962C3C8BA0F26BA41EE7368075AD0 /* Google-Analytics-for-OS-X */ = { - isa = PBXGroup; - children = ( - A849D22064FFF7D143EC7101A4E517C7 /* GoogleAnalyticsTracker.h */, - CB4278E60B91D2C943C2526582D10BD1 /* MPAnalyticsConfiguration.h */, - C8BAB728E46EF4D4A1940B719EDF74CC /* MPAnalyticsConfiguration.m */, - AC1488444D46B5BD4F247F11F5E00D6B /* MPAnalyticsDebugWindowController.h */, - AA57E758D957DF294331050C49B4B04F /* MPAnalyticsDebugWindowController.m */, - 22840309483081DE81F831C10B4E7B89 /* MPAnalyticsParamBuilder.h */, - 5EDA5AA2A81DCE2C81A4518DAEAD44DE /* MPAnalyticsParamBuilder.m */, - 784EBDF9FFCF33EA13414E6EECE2250E /* MPGoogleAnalyticsTracker.h */, - 646F28C211ECD78D4F591F811758D323 /* MPGoogleAnalyticsTracker.m */, - ACD0CE927EB9C6234F5C2F3491D74DD0 /* Resources */, - A1E3328D4F62BD8A0D044743DFEA1CCC /* Support Files */, - ); - name = "Google-Analytics-for-OS-X"; - path = "Google-Analytics-for-OS-X"; - sourceTree = ""; - }; - 0C1992F89638210728B359E5D69DA89C /* AFNetworking */ = { - isa = PBXGroup; - children = ( - FBCDE42C7375CBCB41232B6C8C1FF354 /* AFNetworking.h */, - 6DEE07A3F6D118577363C8B583D351EE /* NSURLSession */, - F3B0F072DAC2117B760A344EB825A6E0 /* Reachability */, - E140F5CB5E7FF500A143D9A98FA8CF5A /* Security */, - 14E1BD3E79FECCAD74845ED3A12660B3 /* Serialization */, - A5A6BE3191A6D6AB057A0A17A8744BA0 /* Support Files */, - ); - name = AFNetworking; - path = AFNetworking; - sourceTree = ""; - }; - 0CC09AF11592E2E5D76559840042D9AA /* ObjectiveDropboxOfficial */ = { - isa = PBXGroup; - children = ( - DDC6EBAFE82FFDA5D6233779E4F54D8F /* DBAppBaseClient.h */, - 0C455120CC5D419FF29B24F196D4DF49 /* DBAppBaseClient.m */, - 37C661ECD3CC811F23038909C4590621 /* DBAppClient.h */, - BEEC500E5BAE448C49A7AE2440BD871D /* DBAppClient.m */, - 15563203F574945CE41022E2103F9C5E /* DBASYNCLaunchEmptyResult.h */, - BB4980ACF1B130AF79447BBDEBB63B5F /* DBASYNCLaunchResultBase.h */, - 90F275E9C5D5A4E62CCED190195C4518 /* DBAsyncObjects.m */, - 6652EF8C4699917D2A21D92144E03A1D /* DBASYNCPollArg.h */, - EFE6143B7BE29CCD69C50A03DF1107A6 /* DBASYNCPollEmptyResult.h */, - FFD2823B7E5FD718316DA4A24DAB0E78 /* DBASYNCPollError.h */, - 1BF58121A11F1169A3A3F55B63C70BD5 /* DBASYNCPollResultBase.h */, - A00B37AE40A256C87E30B9A6405D19E9 /* DBAUTHAccessError.h */, - 58AE9BCEBA0EDE867355365727D1211F /* DBAUTHAppAuthRoutes.h */, - 893EC7BBF044BF301161F7DD4F37D113 /* DBAUTHAppAuthRoutes.m */, - 39563311DF9953805703AD9FD03C05A5 /* DBAUTHAuthError.h */, - C6A094CBE51FC497081E8E092013FD1B /* DBAUTHInvalidAccountTypeError.h */, - FB462B76D0E9B3DCE2BD777C625598FB /* DBAuthObjects.m */, - E3BDE775DD81FDEFC0B2A27856233189 /* DBAUTHPaperAccessError.h */, - 49A81EC90E70775989B2EBB7524395B4 /* DBAUTHRateLimitError.h */, - 2C86FC52EDB1D4AE155AC49357BDDFB4 /* DBAUTHRateLimitReason.h */, - 556D17A639E24FE8FDE89C4B43FE24BC /* DBAUTHRouteObjects.h */, - 98E192B45BE8DFAE57711E6E65B8D210 /* DBAUTHRouteObjects.m */, - 2EB363489DE358B32CAEE729C7B164A3 /* DBAUTHTokenFromOAuth1Arg.h */, - 6F46BD5C886DE24FBD5719F45E939250 /* DBAUTHTokenFromOAuth1Error.h */, - AB91A2466ABED0D3BBA9177F7C764368 /* DBAUTHTokenFromOAuth1Result.h */, - D7E6537CC9E40DBC96AABABE06D992E1 /* DBAUTHUserAuthRoutes.h */, - EFB4C1274693FCDB27CCBBB7ADD9B7AB /* DBAUTHUserAuthRoutes.m */, - EB10746CB311991D42DE58B61785E622 /* DBChunkInputStream.h */, - 12C6BC5DF73269F17283F1BFC8975992 /* DBChunkInputStream.m */, - FF228B74617D75D11E796782061EEEEF /* DBClientsManager.h */, - CC957FAB4AF8BBBE432EA874DDCD5975 /* DBClientsManager.m */, - 92BDD710316C1937D47692BDBA3AEEEE /* DBClientsManager+DesktopAuth-macOS.h */, - F24D1F8B552398273B28DD695B3DED62 /* DBClientsManager+DesktopAuth-macOS.m */, - FD40EC8546D7037E02AE6E8D015A7430 /* DBClientsManager+Protected.h */, - A6E4EF9F395AC42B3045120D11E370F7 /* DBCOMMONInvalidPathRootError.h */, - CC4EC3B29AFDBA81684C930456C92BD0 /* DBCommonObjects.m */, - EEBD9C669571065CBD40F3C850CFC5F4 /* DBCOMMONPathRoot.h */, - 71AAE526C4013981D59ACC608BF16C1C /* DBCOMMONPathRootError.h */, - 271581C64E7586EC647C3F4301E0379A /* DBCustomDatatypes.h */, - 171113B7757BE583192C8B309A5F5015 /* DBCustomDatatypes.m */, - D8C359B24030163CE3C53684C2D8BA0C /* DBCustomRoutes.h */, - 5149D950BF93025C616CFF27321B5BF1 /* DBCustomRoutes.m */, - E3299340D0D78E4256D259AA36A98696 /* DBCustomTasks.h */, - 346386346B5A0D7B47DE0E4D75E8B067 /* DBCustomTasks.m */, - 73252E1585E217C0DE54EE434FA837A3 /* DBDelegate.h */, - 18E98CDAC0B6B6E4FACC912257341A72 /* DBDelegate.m */, - 1A352DA66DAC59C844C1035F4C6EB114 /* DBFILESAddPropertiesError.h */, - 8587CAF4C99BC811895264A210A26689 /* DBFILESAlphaGetMetadataArg.h */, - 197BF6FE05906E9FB8FEA03D0FC86663 /* DBFILESAlphaGetMetadataError.h */, - 694266028951FED3AA491967FE3D4034 /* DBFILESCommitInfo.h */, - 558FD526137451360B1CB90BD0EF5DC7 /* DBFILESCommitInfoWithProperties.h */, - 2F5A1A647D0A385FE521F90E309EF496 /* DBFILESCreateFolderArg.h */, - 0990FE5D0F9C5165E0495E45A31B1805 /* DBFILESCreateFolderError.h */, - A20C028D735D3F2636C1C72F82A21BBB /* DBFILESCreateFolderResult.h */, - 96401221F53DFCF54BC747254FB82088 /* DBFILESDeleteArg.h */, - D405C971BC6E71BC69DD5D9A74A958E3 /* DBFILESDeleteBatchArg.h */, - FAC3FF0958CC98D1063F2CAECE3FFADE /* DBFILESDeleteBatchError.h */, - 59E8761939222D90C22A91A4A77CFEF0 /* DBFILESDeleteBatchJobStatus.h */, - D2A12D299926589A074C9235EAE1F3D6 /* DBFILESDeleteBatchLaunch.h */, - F5258BA1A8DC614FB19681BCC04232DD /* DBFILESDeleteBatchResult.h */, - C1E5E536C9C999253860C439F6670681 /* DBFILESDeleteBatchResultData.h */, - 80EB20DFDF6E1A82BF4E66FFD8C71F8B /* DBFILESDeleteBatchResultEntry.h */, - E587FEECC3BDC844C0D295A1F57171FE /* DBFILESDeletedMetadata.h */, - 4DDBA497145181C186A882A54537B027 /* DBFILESDeleteError.h */, - AD4038840ED2F0F20A3C05481B55C6F5 /* DBFILESDeleteResult.h */, - 32C4FD1EC7CDA4E6C0E8F6343BB72C33 /* DBFILESDimensions.h */, - F937BB48A561DB6EFFCE4BE1924D040B /* DBFILESDownloadArg.h */, - 314BBC9CA1AC32D4999D75C770CA8E1B /* DBFILESDownloadError.h */, - 91BE23E534AF797C43C485A2992B8182 /* DBFILESFileMetadata.h */, - 9EB262418C3D18A25D7AF2A75839CA51 /* DBFILESFileOpsResult.h */, - E873C8C94C538047B7439FEEF664C057 /* DBFILESFileSharingInfo.h */, - 0975118294DC6BD6BB5944FBFC286C89 /* DBFILESFolderMetadata.h */, - B050D3D5BFEA8F03377545DA0A1E6896 /* DBFILESFolderSharingInfo.h */, - D2D2E05A3B7014A226B9E35CDDD7DF98 /* DBFILESGetCopyReferenceArg.h */, - B1C0F58800F47EED88CB01EF2680DF78 /* DBFILESGetCopyReferenceError.h */, - F790BB939CEBD02E2E34F6F86E201B3B /* DBFILESGetCopyReferenceResult.h */, - E81806B5051FACBBD45976B08C47583F /* DBFILESGetMetadataArg.h */, - 0138A6A4CBCB52E2F441D9D736B36BC1 /* DBFILESGetMetadataError.h */, - 2C2F9A45319FA204E5D9A15326347329 /* DBFILESGetTemporaryLinkArg.h */, - 444221DB3370E0E6B379165455559CCB /* DBFILESGetTemporaryLinkError.h */, - 724F35AD145EA6DDB825837A0B50162A /* DBFILESGetTemporaryLinkResult.h */, - 920D5BD3B30CEF29A403D5C58AD13EC2 /* DBFILESGpsCoordinates.h */, - A3A8C4A5044E67C2DFD88906B46526D1 /* DBFILESInvalidPropertyGroupError.h */, - FB354CD6620C2B762B3C49CDB4CF235D /* DBFILESListFolderArg.h */, - 5FDB52A65C3E6D89E1A39A96620FB781 /* DBFILESListFolderContinueArg.h */, - 83B1B8C0C4D635F3021037616105E290 /* DBFILESListFolderContinueError.h */, - 06EEA99FDCAF9F446A7C70CA27F08FDC /* DBFILESListFolderError.h */, - 2252F4E8211CA8E34E88943B01491C0D /* DBFILESListFolderGetLatestCursorResult.h */, - FF6CBF415C370D53C46C6CD3CFAED0F7 /* DBFILESListFolderLongpollArg.h */, - 4AB7A8337DA64508C2EA2B06C43D5786 /* DBFILESListFolderLongpollError.h */, - 117E935FDE58803CF0D8D12F33BE5FBF /* DBFILESListFolderLongpollResult.h */, - A5C34CC8F6774C717D4E5362CDA2151A /* DBFILESListFolderResult.h */, - 8598DB5ECB353226134EA30BA3EA7574 /* DBFILESListRevisionsArg.h */, - E3BB0B4341E31D743DE3730729517CB0 /* DBFILESListRevisionsError.h */, - 67E82FCDA7A9CD2E7D330DB809274D76 /* DBFILESListRevisionsResult.h */, - 97E3630D7C5BF432EED94353B960844E /* DBFILESLookupError.h */, - B1A05FFD53C719055E477DE662D46F23 /* DBFILESLookUpPropertiesError.h */, - 5A005C2FAA490033122AB0A8D1EDCB77 /* DBFILESMediaInfo.h */, - 1189977897C0DA1752C9645518E1C5FF /* DBFILESMediaMetadata.h */, - 9DC8A166E3BAEC7230788A33F8300755 /* DBFILESMetadata.h */, - 787A433C08B1D0699788C9581DD31CA7 /* DBFilesObjects.m */, - 1FD8646D48D3035030A6BB00C816E7CF /* DBFILESPhotoMetadata.h */, - FF75C2E443F03572445FD87A30B51FFF /* DBFILESPreviewArg.h */, - 0BF9432AAD30A02337C736946E2855F9 /* DBFILESPreviewError.h */, - A1580ECE65A63126068D7E7566E32919 /* DBFILESPropertiesError.h */, - DCF549B6F8A139ABE1F232C9C5F2FFD2 /* DBFILESPropertyGroupUpdate.h */, - D74DB784246B419DDDF5B5CDC7F53E8B /* DBFILESPropertyGroupWithPath.h */, - 3303FACA2DCF540AEB8EC4B622207B14 /* DBFILESRelocationArg.h */, - 0020E5D17BC4FED1A8363C792D15070A /* DBFILESRelocationBatchArg.h */, - E4002A0F911B21AB94981ADF9F9A7093 /* DBFILESRelocationBatchError.h */, - A4D6D08977B4CB4D317A07CCA2858D3E /* DBFILESRelocationBatchJobStatus.h */, - 9EB1FFB3092A4CB84C5740B21C3712B4 /* DBFILESRelocationBatchLaunch.h */, - 652E42F7919D9DA74D404B9749130FBF /* DBFILESRelocationBatchResult.h */, - 276A3D5BFF21DD862494171666A160ED /* DBFILESRelocationBatchResultData.h */, - E24A3FB40DDBF4659B054F1B0194440E /* DBFILESRelocationError.h */, - 1CEE1412A19C5BDD9FF4A98D11AADBDA /* DBFILESRelocationPath.h */, - BB329D5C2AD68524180D6285FB7B1E89 /* DBFILESRelocationResult.h */, - BD7338034D0CA9977818800F4D989D96 /* DBFILESRemovePropertiesArg.h */, - 2A26AA99F76D4A6A989725A49B825279 /* DBFILESRemovePropertiesError.h */, - C9C1FCDB766CBBEB376F0B4A9291FBF9 /* DBFILESRestoreArg.h */, - E8FE6015770CB146D67350CB7F7459B7 /* DBFILESRestoreError.h */, - 94FC320F1243C157A6939CCDC1CCDB4B /* DBFILESRouteObjects.h */, - A4535CFF5AB641E0033C20706F5A4DCE /* DBFILESRouteObjects.m */, - D8D01624CBE7A572C6C2CADAB3BAE6D0 /* DBFILESSaveCopyReferenceArg.h */, - 1E45789B523DC4B82DBE23E889C20AA7 /* DBFILESSaveCopyReferenceError.h */, - CF81C6373165CE950333336D6BFD79FB /* DBFILESSaveCopyReferenceResult.h */, - F8E896E07C36762032879B9C5E04B9A2 /* DBFILESSaveUrlArg.h */, - E07568832F406C580973A34FEBC3BA63 /* DBFILESSaveUrlError.h */, - 2146B0036EB30D81759748899D6C0429 /* DBFILESSaveUrlJobStatus.h */, - 8703DF7696F382A2BFC04D6A845B9782 /* DBFILESSaveUrlResult.h */, - 50889530857647AA81D1586B16BC6A48 /* DBFILESSearchArg.h */, - D5C08FCCB6A21D4923D375D3AAC3D989 /* DBFILESSearchError.h */, - D90AAE8118F602CA69A6AC3EFD717405 /* DBFILESSearchMatch.h */, - 516E7B4B1962214E36E68721A4EDD231 /* DBFILESSearchMatchType.h */, - 6241618E782CD33724E3BE3EF7BC6E37 /* DBFILESSearchMode.h */, - 3D5F4436E1B637E0F32F82C68BE1C726 /* DBFILESSearchResult.h */, - 9FB4E3A75C779F104519536F65F554CD /* DBFILESSharingInfo.h */, - 7FF76E64A1933003E7B3F76073ABF6DE /* DBFILESThumbnailArg.h */, - ED0BE9432BDB47BEEB78FA95EC6883DE /* DBFILESThumbnailError.h */, - A02AB42D653EF587EA2CCE5A7A5224A1 /* DBFILESThumbnailFormat.h */, - A9CA8D568F5A7D810FCA0B90525D0C9F /* DBFILESThumbnailSize.h */, - 0E0B4FD88E2146BF421B228571149FCE /* DBFILESUpdatePropertiesError.h */, - 76909BF7A9B3E6A0A4D5E1C707B9FBB7 /* DBFILESUpdatePropertyGroupArg.h */, - B6E0D6779F1408C15C705F0871ECB60D /* DBFILESUploadError.h */, - C975F346799DAFDE29F32C27E9A57D4E /* DBFILESUploadErrorWithProperties.h */, - CB3D1AC443C3166255E22A3E265BFAA9 /* DBFILESUploadSessionAppendArg.h */, - EF1A592AA3D86496FA08E23F659E3827 /* DBFILESUploadSessionCursor.h */, - 20EFD5DD2CA2E0D28B52AA9CD2A1BD86 /* DBFILESUploadSessionFinishArg.h */, - 7B471DA3200F3472AE13E14C6E367638 /* DBFILESUploadSessionFinishBatchArg.h */, - 8AFFAF27041F19F6E94936DD473B9D12 /* DBFILESUploadSessionFinishBatchJobStatus.h */, - AB468A2132DBE2C76EA7FC6D21BA6B82 /* DBFILESUploadSessionFinishBatchLaunch.h */, - 44754C6C569CF73674FEE29839A2E6B9 /* DBFILESUploadSessionFinishBatchResult.h */, - 7649DAC9DA00CBD8C77A507C7A3C6788 /* DBFILESUploadSessionFinishBatchResultEntry.h */, - 4FA5A1A420D0AEBD63E56DCCFBDE7D9F /* DBFILESUploadSessionFinishError.h */, - C3BB0FE6425C5D9EDB49D177EF2D4A59 /* DBFILESUploadSessionLookupError.h */, - C692EC640A3820FC9F27B32272FD7E0D /* DBFILESUploadSessionOffsetError.h */, - 8F237CC4D5974075CB847761AB41A807 /* DBFILESUploadSessionStartArg.h */, - D0EEABFB4C80F4D87D7A965FB6BE5334 /* DBFILESUploadSessionStartResult.h */, - AE20CE962302282E003A253F38BD4AB2 /* DBFILESUploadWriteFailed.h */, - BFB735753F61706C3B496855BE2E1975 /* DBFILESUserAuthRoutes.h */, - 4D4A245831DD46C1F4B7A2DF4DA7214E /* DBFILESUserAuthRoutes.m */, - CC189EE50C0CCDA443F9F7A3539947B9 /* DBFILESVideoMetadata.h */, - 7A8E1947B9E6E54A8BAD34DCF87D092D /* DBFILESWriteConflictError.h */, - 4C90199B919C9C4E33F4C167100C216F /* DBFILESWriteError.h */, - E7C18F033D9527442726EFED22EB131A /* DBFILESWriteMode.h */, - 9F1FF1DFCC55B733CB9D46D64489F783 /* DBGlobalErrorResponseHandler.h */, - 8F790E497124DC35AF5A8EE5DF00E762 /* DBGlobalErrorResponseHandler.m */, - 71BA02EE7B5AD1E130E20120E921D33D /* DBGlobalErrorResponseHandler+Internal.h */, - CD846322FA55AA89A5C1053AA372EFE0 /* DBHandlerTypes.h */, - E1686F24629580CA973BDF34EEC50D1D /* DBHandlerTypesInternal.h */, - E691E0B22145D3CD16CB3464FD8F3BD2 /* DBOAuthDesktop-macOS.h */, - ABA98CD5B8E1607602A9A841FF53B31B /* DBOAuthDesktop-macOS.m */, - F1ECF3738E48616BDFE2BD0207FEBDC1 /* DBOAuthManager.h */, - CB6C155BBBDAFFC739E0200B6267D358 /* DBOAuthManager.m */, - 5331C233A7F1BC57052E6F5EA484F5FA /* DBOAuthManager+Protected.h */, - 6EF414B251797C0EB2AB85FCB464328C /* DBOAuthResult.h */, - E76859C055667AE14F50FCDD9EE45C50 /* DBOAuthResult.m */, - C62E96D89D7B6A73532915F3D2C8CAC7 /* DBPAPERAddMember.h */, - 17C8EAA29C91569B4235432092904BFC /* DBPAPERAddPaperDocUser.h */, - E18BA11E793E980172F2090A5AA27E45 /* DBPAPERAddPaperDocUserMemberResult.h */, - 57F6DDFD532FD98DFA751D5722502D95 /* DBPAPERAddPaperDocUserResult.h */, - 10AEFAD370BADE245B3E2A59D9C2C817 /* DBPAPERCursor.h */, - E387A6FC3A6AE9CDA45BF1E4A8C50FFA /* DBPAPERDocLookupError.h */, - 37ECBCE7A8C1FAC346963228B5B2EF00 /* DBPAPERDocSubscriptionLevel.h */, - 6D830D7EE38A97114323AAE758830EDD /* DBPAPERExportFormat.h */, - 9D9231BE2F7027B8FCB216086B59A0F4 /* DBPAPERFolder.h */, - 89D5D284C3640A90D8BB224B48072BC9 /* DBPAPERFoldersContainingPaperDoc.h */, - F0C92C0C00096FDDC1532070CE3EF60A /* DBPAPERFolderSharingPolicyType.h */, - 2DDCBE337533E8EA0D66E207913F1F5D /* DBPAPERFolderSubscriptionLevel.h */, - CE45D5A1B8833EF0AC68FC73FEEC8E65 /* DBPAPERInviteeInfoWithPermissionLevel.h */, - C1946D28DAD70DD39991F79171090605 /* DBPAPERListDocsCursorError.h */, - 64B282F3B160CB9BC73E369116322C64 /* DBPAPERListPaperDocsArgs.h */, - D3AB1A9782DA8635BBC12220504DDCF7 /* DBPAPERListPaperDocsContinueArgs.h */, - B22C207F67702068A9C1CF8C8F141E85 /* DBPAPERListPaperDocsFilterBy.h */, - D9381AF1CD00188443491FEBC48F7F43 /* DBPAPERListPaperDocsResponse.h */, - 1041B5AE50FC4C8D548E12412AD169F9 /* DBPAPERListPaperDocsSortBy.h */, - FBF6D77C95C5F2ADA56F50F4FACBAC13 /* DBPAPERListPaperDocsSortOrder.h */, - D9D9477053FED8CBA10493B83804C31C /* DBPAPERListUsersCursorError.h */, - 8F734B003C694BF23CF41C64B4585D24 /* DBPAPERListUsersOnFolderArgs.h */, - 09F4B199A0B23D8F682613701467C044 /* DBPAPERListUsersOnFolderContinueArgs.h */, - DC6D73F84E28404879855D0C6E730BC5 /* DBPAPERListUsersOnFolderResponse.h */, - 63422C08354955902D29EC3A62A51428 /* DBPAPERListUsersOnPaperDocArgs.h */, - 5F21C0598D17314DDA927EA9C78A121B /* DBPAPERListUsersOnPaperDocContinueArgs.h */, - 31DE5CC285496C74B57CD9752901F78A /* DBPAPERListUsersOnPaperDocResponse.h */, - 78E24C25F261988F89F98E8AEB8926E8 /* DBPaperObjects.m */, - FC94FD8FDC9292E881C37A3FFED153ED /* DBPAPERPaperApiBaseError.h */, - 2DBCB2417517B302764D43BC7C91E33B /* DBPAPERPaperApiCursorError.h */, - 6069A8692F3059A0989E05088502C3FC /* DBPAPERPaperDocExport.h */, - CF5A820A38B808FEFCB2BA0E716A5AFC /* DBPAPERPaperDocExportResult.h */, - 4A27513DAFA0327E61A409BF8A931510 /* DBPAPERPaperDocPermissionLevel.h */, - CE963190B1B81792DE30BC59C9CA4D7B /* DBPAPERPaperDocSharingPolicy.h */, - 2E728897F4AA22F3A1CD906EAB4ED5FD /* DBPAPERRefPaperDoc.h */, - DCE8607A1965C45DCA17A00610B07332 /* DBPAPERRemovePaperDocUser.h */, - 625CAF9DC3CBD78855BB770F816BDED7 /* DBPAPERRouteObjects.h */, - DE15EB3B439B05171F2824E368AC7119 /* DBPAPERRouteObjects.m */, - 6F6A9029D06A1F8DD38E3858216A4DD5 /* DBPAPERSharingPolicy.h */, - 1D3BF073397BD826DDD566347519076C /* DBPAPERSharingPublicPolicyType.h */, - 970C92F45FE4575DBE2F9ECB476C4C34 /* DBPAPERSharingTeamPolicyType.h */, - E148D5B79327E05A4E68C7AF3C23B0B0 /* DBPAPERUserAuthRoutes.h */, - A39F8CC83CA811198125D409E4A90323 /* DBPAPERUserAuthRoutes.m */, - 9D83602FA14864C9718132A7CDD2371E /* DBPAPERUserInfoWithPermissionLevel.h */, - 29CD3ABEB7789063D46D27E5813F9FE2 /* DBPAPERUserOnPaperDocFilter.h */, - 5BB6B7462E04B8EA7A466F8F1CFF19EF /* DBPROPERTIESGetPropertyTemplateArg.h */, - 9AF2795EE7663A6634AF960F888B18FD /* DBPROPERTIESGetPropertyTemplateResult.h */, - 2156B9D76820AA54C7572D695865FFCB /* DBPROPERTIESListPropertyTemplateIds.h */, - 1ABE3958454B9C1C41C10CCBF7F0C6D9 /* DBPROPERTIESModifyPropertyTemplateError.h */, - 808FF429958A9EAD0333A4A98F7AA240 /* DBPropertiesObjects.m */, - F822AC7F636A7AFB4ECAD90B8E5499A2 /* DBPROPERTIESPropertyField.h */, - 43C5E0E91ED19E41440013D914BF0188 /* DBPROPERTIESPropertyFieldTemplate.h */, - FF731642F03B45B23DF515D61E468347 /* DBPROPERTIESPropertyGroup.h */, - 80F13CEBFA440DCCEDB5228FAA272EE2 /* DBPROPERTIESPropertyGroupTemplate.h */, - 34D19FB6C6C81D28FB8D36121CFABD5E /* DBPROPERTIESPropertyTemplateError.h */, - 2299640E998F43943416708E969426A7 /* DBPROPERTIESPropertyType.h */, - E108D3A5006DFCD8AAF389CA525961C6 /* DBRequestErrors.h */, - 4BCE22DD641E15C022767E3833F6D4AA /* DBRequestErrors.m */, - 975576BE4D21EB6BBBE54F63031B37C4 /* DBSDKConstants.h */, - 84B5C4197966CAF902FB2C70BF32BC2C /* DBSDKConstants.m */, - DFEF24339084EAC1F0D0A88CA215F2F9 /* DBSDKImports-macOS.h */, - 14D98E6C6F125331B38E77EB86E69E9D /* DBSDKImportsGenerated.h */, - E356DCC598B509DDA87F33F25F4E8BF5 /* DBSDKImportsShared.h */, - EFA7003B5C902AB2570E2703200D13AF /* DBSDKKeychain.h */, - FA73FA1807E617D0E486926CCF5A7608 /* DBSDKKeychain.m */, - 286EB0FB22ED59BE8AAD9D8961DC0CE5 /* DBSDKReachability.h */, - 42A268C39A5C7D5ADDE871F8BA66AA07 /* DBSDKReachability.m */, - D1C4A475F081220EB721B6A4BE0DBB4E /* DBSDKSystem.h */, - 91741E6AC8E23E8F61F3C8C324848C32 /* DBSerializableProtocol.h */, - 128CF3CACAAD5DB3836E8B1398AEF25F /* DBSessionData.h */, - 9845686C9DD9EC515FB703C6E53321AE /* DBSessionData.m */, - 05E413F9986BA677D046EFD563135253 /* DBSharedApplicationProtocol.h */, - 80F60E1DB6D46E2942BFA7F11B5B6B1B /* DBSHARINGAccessLevel.h */, - 1187877DD589E5F2170614173273ADDB /* DBSHARINGAclUpdatePolicy.h */, - 2B60894404071645FEAA9738D58DAF9A /* DBSHARINGAddFileMemberArgs.h */, - 07EC7EACD651D551D45E8132B596F17D /* DBSHARINGAddFileMemberError.h */, - 5FCCEEB20C40FD71D58C6B657A44ECC7 /* DBSHARINGAddFolderMemberArg.h */, - 0553C41C980BE15A9F7B8D01A1675C87 /* DBSHARINGAddFolderMemberError.h */, - F6CAAA7A19DCA3ED6A06DEF9926842B2 /* DBSHARINGAddMember.h */, - E70581A6230C038EAC841BAA07076251 /* DBSHARINGAddMemberSelectorError.h */, - AF0D5D3FD7005527AD7318B5784939D2 /* DBSHARINGAudienceExceptionContentInfo.h */, - 5FD1CA0C830781F6C6EC120BE502AC68 /* DBSHARINGAudienceExceptions.h */, - 1C0E3A6FE7FFC990958CD626F058988A /* DBSHARINGAudienceRestrictingSharedFolder.h */, - B4ED4F5C21CF4C8E1888EEC5C623BAA7 /* DBSHARINGChangeFileMemberAccessArgs.h */, - 963ECC2C8EFDBC6318B76EC444407D7E /* DBSHARINGCollectionLinkMetadata.h */, - E2BEA6380C9556D195DE573BABD82119 /* DBSHARINGCreateSharedLinkArg.h */, - 9286887099535E0262D2A417C3F963C0 /* DBSHARINGCreateSharedLinkError.h */, - 77CDE6994E12A93EA54BD2CCF1148BAF /* DBSHARINGCreateSharedLinkWithSettingsArg.h */, - C1FF9022D8526D6D9927C689ACBA87FE /* DBSHARINGCreateSharedLinkWithSettingsError.h */, - B0B3CA9EECF2F64E0CD4B5C60C42A093 /* DBSHARINGExpectedSharedContentLinkMetadata.h */, - 3AFC077B98BD51EB31682531FE40370E /* DBSHARINGFileAction.h */, - E0CA9B77898C6C150283C3760F5815C7 /* DBSHARINGFileErrorResult.h */, - D92AC210ACBA5BA0C7B00FD95419908C /* DBSHARINGFileLinkMetadata.h */, - AD6A39915A9DEC982EE4698C0827B862 /* DBSHARINGFileMemberActionError.h */, - C4C42492DB4721F864835080A6AA85EC /* DBSHARINGFileMemberActionIndividualResult.h */, - EEBF191B51ED244E2A2A448333844E5D /* DBSHARINGFileMemberActionResult.h */, - 7A80B023D9E5CC0B37CF914F93C9D730 /* DBSHARINGFileMemberRemoveActionResult.h */, - 4F95EFA3941692A888D71C1189DD3FA2 /* DBSHARINGFilePermission.h */, - 5895E1C3FC4CAD2433B2CB87EDE20475 /* DBSHARINGFolderAction.h */, - E6BBCB88C6F33412241EF8FE3A335D25 /* DBSHARINGFolderLinkMetadata.h */, - 7A67E41FA56FDB53C0D36406302014BB /* DBSHARINGFolderPermission.h */, - 9FEEA33C459A64E47CB21E401465E13D /* DBSHARINGFolderPolicy.h */, - C4C80D154606D0A2FEEDDC53B172CD64 /* DBSHARINGGetFileMetadataArg.h */, - 166E9BACE99F3E08AC2E3AD921DA6659 /* DBSHARINGGetFileMetadataBatchArg.h */, - 495ECBA23C1B4676E46426D26105F5B0 /* DBSHARINGGetFileMetadataBatchResult.h */, - 8953E3ACB1D41C0EF6D1E647A25E9A04 /* DBSHARINGGetFileMetadataError.h */, - B9668E8833424EC20854F72357E2B7D2 /* DBSHARINGGetFileMetadataIndividualResult.h */, - 3626F0EC1B4B05435B4A0020FAB885C6 /* DBSHARINGGetMetadataArgs.h */, - BD1CFFF4E5D38DD590266A31A2254992 /* DBSHARINGGetSharedLinkFileError.h */, - AB9FB1449EBE72F73E48BA64ACEE8BE5 /* DBSHARINGGetSharedLinkMetadataArg.h */, - 773B8D7B3D3458DBC7666B2CE649918D /* DBSHARINGGetSharedLinksArg.h */, - BF01513B852D13154B93CC2D72152DDC /* DBSHARINGGetSharedLinksError.h */, - 59E85F9874041FDF6C6F3DF42DF48A96 /* DBSHARINGGetSharedLinksResult.h */, - 0DA0BD0F3E6CE4B465592CDA3F100250 /* DBSHARINGGroupInfo.h */, - CA39A27B8447A4BF955E97BD230DB985 /* DBSHARINGGroupMembershipInfo.h */, - 2EBA55973614C540E5AD0E9095B47E33 /* DBSHARINGInsufficientPlan.h */, - 477BC3F48684E487D1CD1A0C5392A9C2 /* DBSHARINGInsufficientQuotaAmounts.h */, - 9E9C426BD28FD5450C188A77C88526FD /* DBSHARINGInviteeInfo.h */, - 222D9AD46EF39547F951024BC1D6D0F5 /* DBSHARINGInviteeMembershipInfo.h */, - AC86C4C0BE8D76A202ADDF3FB42FE9EC /* DBSHARINGJobError.h */, - 2A6899DDA41AA20A6D3D40B162B428BB /* DBSHARINGJobStatus.h */, - 5EB33A3BDF887A70E5A557936F016CE2 /* DBSHARINGLinkAction.h */, - F553C3C1E692CB10401A729A6CF12EDC /* DBSHARINGLinkAudience.h */, - 304FCEB2B849B074E03BDED58F2AF6E6 /* DBSHARINGLinkExpiry.h */, - 202FE3D3AE9398EA538758C721643267 /* DBSHARINGLinkMetadata.h */, - E33594D681DE489447CE457B9398891A /* DBSHARINGLinkPassword.h */, - E35D3AF4862C2FC0AFD19157A05C72C1 /* DBSHARINGLinkPermission.h */, - 34B09686E872F3D857DAA14A446E705E /* DBSHARINGLinkPermissions.h */, - 78D36DC02630FEBCA93BFCCFBA25CE01 /* DBSHARINGLinkSettings.h */, - 0B2114F63969F5A7B8D60981D2634C11 /* DBSHARINGListFileMembersArg.h */, - D22614F99B4E32CB4709F42E5DAFF403 /* DBSHARINGListFileMembersBatchArg.h */, - 109905E39F0610FFCB4440393C24ED4C /* DBSHARINGListFileMembersBatchResult.h */, - EE29AD6D0D35437AC597760B3E92C9A2 /* DBSHARINGListFileMembersContinueArg.h */, - 718A7B3A88C07524DC8CFE4439B6DB9B /* DBSHARINGListFileMembersContinueError.h */, - 75A63C27D30F511BCB7A51BD5BC15FBC /* DBSHARINGListFileMembersCountResult.h */, - F2545E6574C49A1B5EB702E4562E3141 /* DBSHARINGListFileMembersError.h */, - E8DEB618CE7522071ECC981B0ECBD670 /* DBSHARINGListFileMembersIndividualResult.h */, - 8BB0EFBEF1FAC7002BE5F627B4A346CF /* DBSHARINGListFilesArg.h */, - 196A20A6E43503914E8F22BFACB591DD /* DBSHARINGListFilesContinueArg.h */, - D375398FD6C47113D6B2685A62D80E65 /* DBSHARINGListFilesContinueError.h */, - 17DE75D59E9E9AAA91713FEAC7CC59AD /* DBSHARINGListFilesResult.h */, - 8B75EA4A099ED1BBB464685976D934B5 /* DBSHARINGListFolderMembersArgs.h */, - C68B388D0C0AB0947511493BE273107F /* DBSHARINGListFolderMembersContinueArg.h */, - A5F06BE8D33B5A3E10CA4985D0590643 /* DBSHARINGListFolderMembersContinueError.h */, - 37A182B7102B46FFB4D05C58D41478A6 /* DBSHARINGListFolderMembersCursorArg.h */, - 031E7349059EACE05DF8455231AA65C4 /* DBSHARINGListFoldersArgs.h */, - 8A044B57B288FBE0F8F6DF18CC9B0DEF /* DBSHARINGListFoldersContinueArg.h */, - 8ABAAEE63A7BD4491EC8C04DDC5B3FE3 /* DBSHARINGListFoldersContinueError.h */, - 8F111FAB175D713524B43281EA1DA888 /* DBSHARINGListFoldersResult.h */, - 9E3E224487349C9FDE2761350A9A85A5 /* DBSHARINGListSharedLinksArg.h */, - B609A4EBB5DD7550CF563DEF43623E5B /* DBSHARINGListSharedLinksError.h */, - EA5AC3E2FC3CED196E2AE2E2413EB7EE /* DBSHARINGListSharedLinksResult.h */, - DC7E4683D649E7BD2FDD5C25ED6B257C /* DBSHARINGMemberAccessLevelResult.h */, - CB6BCB21BD8C51558485106749E75C76 /* DBSHARINGMemberAction.h */, - A5460C8C523BC6E327E6BD15C488842D /* DBSHARINGMemberPermission.h */, - D783D6925D66ECE94E30DC8198EFD052 /* DBSHARINGMemberPolicy.h */, - E19554A788C3B87FA17B72C26E5EE843 /* DBSHARINGMemberSelector.h */, - 54C9C98D786D01DD10D11EC746AABEC0 /* DBSHARINGMembershipInfo.h */, - 0AF56795EFFCBDBB2DF3B3B4890CA586 /* DBSHARINGModifySharedLinkSettingsArgs.h */, - F9109FC89777E454A3EE7977C095A7AA /* DBSHARINGModifySharedLinkSettingsError.h */, - A110BF644E2DA66865CAFD31C9741CCE /* DBSHARINGMountFolderArg.h */, - 240F3E42933AE829A619A8A6AFF1FD98 /* DBSHARINGMountFolderError.h */, - 227543B65B1439C54CFF1F3FE34CDD80 /* DBSharingObjects.m */, - DBA7BB78BE2766059256A63134950217 /* DBSHARINGParentFolderAccessInfo.h */, - CE48E41A2964D6E3C3B680E82FE9079D /* DBSHARINGPathLinkMetadata.h */, - 96E82E98DC1D6067D2C9EF43C4E40E9B /* DBSHARINGPendingUploadMode.h */, - 43ED70543AA66430FB7489C4C765110C /* DBSHARINGPermissionDeniedReason.h */, - BED17E7437E45E3788A60150D67C7601 /* DBSHARINGRelinquishFileMembershipArg.h */, - 9465988DC6F8985EDCB7CB69F6DF49DF /* DBSHARINGRelinquishFileMembershipError.h */, - EC2581B0B2A510D93C18DB2CB5276DF8 /* DBSHARINGRelinquishFolderMembershipArg.h */, - 530A44648CB6D0892ABCD030B8FB7EDE /* DBSHARINGRelinquishFolderMembershipError.h */, - 8EF9BCEFFBDF88AEE0722C61F0EA0F28 /* DBSHARINGRemoveFileMemberArg.h */, - 8B0EA17B3233290BCF8063C47ADE17D4 /* DBSHARINGRemoveFileMemberError.h */, - B73467BF51EE10AC730484DA29D0DF9A /* DBSHARINGRemoveFolderMemberArg.h */, - 09B79AFBEE78B735CF54B61F302EF07A /* DBSHARINGRemoveFolderMemberError.h */, - F6E4C665ACC463939FA6FAF6551C72DB /* DBSHARINGRemoveMemberJobStatus.h */, - 2165545CD807DA93E45167980C992C47 /* DBSHARINGRequestedVisibility.h */, - B52B476F0A34008FDECE8155497FDC6E /* DBSHARINGResolvedVisibility.h */, - CEFA420A79A919FF33B6315FCBDE889A /* DBSHARINGRevokeSharedLinkArg.h */, - 5FACA8DF89AAC57A0F29E140F19C2812 /* DBSHARINGRevokeSharedLinkError.h */, - 3621B975C8CB3A737930EC0335F7859D /* DBSHARINGRouteObjects.h */, - 92C567DE2CD0B0214B5F2FED41FB2CDD /* DBSHARINGRouteObjects.m */, - 3D8FC2DD9F8DC3EAFF85971DA0AAECA4 /* DBSHARINGSharedContentLinkMetadata.h */, - 3A3926ADF0F43A9B48AD884A31D3B4CF /* DBSHARINGSharedContentLinkMetadataBase.h */, - 8E272365F5388470A42A54A3A888B9F5 /* DBSHARINGSharedFileMembers.h */, - 02DC128B8E9C2F0838D69E8270F265D8 /* DBSHARINGSharedFileMetadata.h */, - EB9E2420EF1ECBD630472506BE73D98D /* DBSHARINGSharedFolderAccessError.h */, - FA62F30F7D4DF0E2ADFA8FC764400823 /* DBSHARINGSharedFolderMemberError.h */, - E85B4950773418D185236EC9666D9E6A /* DBSHARINGSharedFolderMembers.h */, - 9C8C7C9BDC951C81B4AA635A4DB691D6 /* DBSHARINGSharedFolderMetadata.h */, - 6C22DFA027B2D38A135EF721E1DD96DB /* DBSHARINGSharedFolderMetadataBase.h */, - AEC996FB82E146C6B896A05C431D5996 /* DBSHARINGSharedLinkAccessFailureReason.h */, - C1C8971306AADDD09993E20BB30C85DC /* DBSHARINGSharedLinkError.h */, - 9F244B8D00D2992805526C97F9FB7202 /* DBSHARINGSharedLinkMetadata.h */, - 076D4E1312A01FB3EB318180379DCD46 /* DBSHARINGSharedLinkPolicy.h */, - 7F9D40593626F33877296CA063DA6B44 /* DBSHARINGSharedLinkSettings.h */, - 077B477665CFDB54778E31468404A9D1 /* DBSHARINGSharedLinkSettingsError.h */, - 8651A3B14042DB70361A050DA386E2D6 /* DBSHARINGShareFolderArg.h */, - B2E0685030DF3B530688134F092C26A8 /* DBSHARINGShareFolderArgBase.h */, - 2EF65F2ED82BC005997B6F7A73D517D2 /* DBSHARINGShareFolderError.h */, - 48565A41B9440DE726F76CC98E6BA34C /* DBSHARINGShareFolderErrorBase.h */, - 2B39E9565F26D48B71A50748057762D0 /* DBSHARINGShareFolderJobStatus.h */, - 406BEC397940F35E4E6594B876D3AB67 /* DBSHARINGShareFolderLaunch.h */, - 47B85843B5D9F5E610F5DB1CFF1E977C /* DBSHARINGSharePathError.h */, - D795390DC405225130D2D31652340D27 /* DBSHARINGSharingFileAccessError.h */, - 6C1ED8E0B93DD0AB2B1E8A91B6C24DE5 /* DBSHARINGSharingUserError.h */, - CCF9972BD26E6E50BB7D2E0CA03A37A8 /* DBSHARINGTeamMemberInfo.h */, - F19014D5DEA98B9CEDA3D8E708B16F78 /* DBSHARINGTransferFolderArg.h */, - B4CDE10D20F260A6A130A6F7F3FDD61A /* DBSHARINGTransferFolderError.h */, - 8B538715E6DB1BF2B5DB8E79EC384A88 /* DBSHARINGUnmountFolderArg.h */, - 4B4ACC3959185600C91C954AC51C5C79 /* DBSHARINGUnmountFolderError.h */, - C8E7047862B08C6C869FEA9E78E144BF /* DBSHARINGUnshareFileArg.h */, - EFEC1A4CE5E576DBE02BA4C001437A9A /* DBSHARINGUnshareFileError.h */, - 71794639FABD86264B646199DEDECDF6 /* DBSHARINGUnshareFolderArg.h */, - 49DCC6466BA2650C9FA6B379169B4553 /* DBSHARINGUnshareFolderError.h */, - 1586C8561D53E862654BD0FBD7FC95A3 /* DBSHARINGUpdateFileMemberArgs.h */, - 7A6FAF214AF32826746CB9B5B77A0068 /* DBSHARINGUpdateFolderMemberArg.h */, - 6F7FF672B977C9EAA154B67A10528E56 /* DBSHARINGUpdateFolderMemberError.h */, - EA8EA29FAF640B63A5AA8785E3AF9E70 /* DBSHARINGUpdateFolderPolicyArg.h */, - 3E51AD7152C5D9FAC38EBA3D02A553EB /* DBSHARINGUpdateFolderPolicyError.h */, - 2B9A9E9988E43A21AD19ACBA4195C444 /* DBSHARINGUserAuthRoutes.h */, - 13E6C2A834523054AF5B9C8D0F2B746C /* DBSHARINGUserAuthRoutes.m */, - 2817A777075B4AD5943CC88EEA7A0B86 /* DBSHARINGUserInfo.h */, - A46BAD551CF2F0B5975E0F67ED29B8D8 /* DBSHARINGUserMembershipInfo.h */, - 3EF50766ACA4B287573771B5052409AE /* DBSHARINGViewerInfoPolicy.h */, - 2342BB79AFAC2D324CEE9FC9432B8CF2 /* DBSHARINGVisibility.h */, - D9FDBF8927B468699ED6CA37A95DA759 /* DBStoneBase.h */, - F594D470E952424511EB1FB13EAB7104 /* DBStoneBase.m */, - 685E2E1B946E28FF36274FAA2B577F2E /* DBStoneSerializers.h */, - 29F2A6A05632BD277F142948EAFB46BE /* DBStoneSerializers.m */, - 03E7B950AC20FD60109B013857B27F80 /* DBStoneValidators.h */, - 5E188999FF9F7577FC5349A0E7C11677 /* DBStoneValidators.m */, - 52C493743DBCDEF72253FDD7761734CE /* DBTasks.h */, - 2A3BD953505AABA50551E5A18CD1ACC3 /* DBTasks.m */, - 2CB5368BC4DBBA12FA7AF1CEC4104089 /* DBTasks+Protected.h */, - 8254A4F7C9A6D64ABF3283F9256EA6B7 /* DBTasksImpl.h */, - FE78B75046B089926B2A118424964BC4 /* DBTasksImpl.m */, - 9364F70AA37232B2471C20618863BD50 /* DBTasksStorage.h */, - D7396C55AE0287A6CB0AE9539D30AC9F /* DBTasksStorage.m */, - 8BF4A7F280B4392DA2FFC13135B416A5 /* DBTEAMActiveWebSession.h */, - D23FF668833D41ADEF9069DD07D8A85C /* DBTEAMAddPropertyTemplateArg.h */, - EA02636732C69E3A9667B185C506666D /* DBTEAMAddPropertyTemplateResult.h */, - 47AFC4D1CCE0A2F3A1453F9BF4DDF42E /* DBTEAMAdminTier.h */, - C67953BF77B17E33850519D8725096C3 /* DBTEAMApiApp.h */, - B3738B24449F0E290AD98CA7B25971AA /* DBTeamBaseClient.h */, - 66DB39057FF139C1CBC84F4074BE3341 /* DBTeamBaseClient.m */, - A31793D3031D745A94969EA013BE444E /* DBTEAMBaseDfbReport.h */, - E9A3C70E62614CE066ACA4844F42752C /* DBTEAMBaseTeamFolderError.h */, - 1FFA294F7BB466F7137088F87CA34F65 /* DBTeamClient.h */, - C498FE45EAF09B2ED7933775A31C8B25 /* DBTeamClient.m */, - 570598ABCEE8F3734D3EC2229399067C /* DBTEAMCOMMONGroupManagementType.h */, - 4F2157688627D409BC28F2AC133473EF /* DBTEAMCOMMONGroupSummary.h */, - 508FA50AFB2D25060152CEFF56F7A1CF /* DBTEAMCOMMONGroupType.h */, - 02A4320CDC052CDA620532491D29EB33 /* DBTeamCommonObjects.m */, - 52C13F4EBFB9DAA5C3BDC2D4115CBAB6 /* DBTEAMCOMMONTimeRange.h */, - 9992836BDE8619E08A249BCD9B6D2B8D /* DBTEAMDateRange.h */, - DF26A7F40545C591CD30A31826E2CB90 /* DBTEAMDateRangeError.h */, - 9C19FABB9D444C57EB90A305A8359799 /* DBTEAMDesktopClientSession.h */, - B06AB3B5A847501A98018B9CBECEB69E /* DBTEAMDesktopPlatform.h */, - 968E600681FAD897A30080670344091F /* DBTEAMDevicesActive.h */, - 7C830927DC4BC3A4F63F0C035C839470 /* DBTEAMDeviceSession.h */, - EE2607FA83105034A347B75D4B8EF7AB /* DBTEAMDeviceSessionArg.h */, - C04C02498897ED99D26868E18ACC1495 /* DBTEAMFeature.h */, - ED42346996206A98C2CA1E8386C820CF /* DBTEAMFeaturesGetValuesBatchArg.h */, - 79BB0753F1C0D48B1AE9EDEE8A54436A /* DBTEAMFeaturesGetValuesBatchError.h */, - D874DB84C1BC0FF6E453C5B8F9F860BF /* DBTEAMFeaturesGetValuesBatchResult.h */, - A1B776C7F63349C8F35E5266810F0DAB /* DBTEAMFeatureValue.h */, - 834348C2B3E9469AA2A41869DA958567 /* DBTEAMGetActivityReport.h */, - 2EF387DB3C80B6F4B544BC21133445C0 /* DBTEAMGetDevicesReport.h */, - E3CBA63CAE141C2602F653029332CFAC /* DBTEAMGetMembershipReport.h */, - 819FB66CEA4477CF1D07DA2E24F462A2 /* DBTEAMGetStorageReport.h */, - 95473F4A60C085831D189840ABBBFFA3 /* DBTEAMGroupAccessType.h */, - 8AAEB5BAAE457BD5459793D9166F76D9 /* DBTEAMGroupCreateArg.h */, - E43144385D7B48629E38574147405B3F /* DBTEAMGroupCreateError.h */, - 387AC273D8AF19D1573FC8A37B750E91 /* DBTEAMGroupDeleteError.h */, - 29B14760BAC5CB9297DA4EFD3C01DA86 /* DBTEAMGroupFullInfo.h */, - 7D5678A6E315BC759B8B0E67AB7372C9 /* DBTEAMGroupMemberInfo.h */, - E67AAAEFCA6DBDD32E5380949CA41F1B /* DBTEAMGroupMembersAddArg.h */, - 5B5024AA49408F4D88BE38E5A6375144 /* DBTEAMGroupMembersAddError.h */, - C0A4B01D94FDE5765A803F57E155A61C /* DBTEAMGroupMembersChangeResult.h */, - 322CACA223E86CACD1C923FC7D757399 /* DBTEAMGroupMemberSelector.h */, - E75C3E28CE4F5AEED5E4FAB336D84B7E /* DBTEAMGroupMemberSelectorError.h */, - AC47078AD0CF1D15EAE998690D233FCC /* DBTEAMGroupMemberSetAccessTypeError.h */, - CFBE19CB6F0F48E9BB988314DAF4F2CC /* DBTEAMGroupMembersRemoveArg.h */, - E41C0FE725FEC55DA23DBFE30006DAA1 /* DBTEAMGroupMembersRemoveError.h */, - 64FAE1F7816F98135FBE7AAF8C24B38F /* DBTEAMGroupMembersSelector.h */, - 0F3AF595E272CB463DF5A1A0AC972F27 /* DBTEAMGroupMembersSelectorError.h */, - 8E7C79C03BDF2CDADFA9D118A44F21B6 /* DBTEAMGroupMembersSetAccessTypeArg.h */, - 7E90336D1B0DFEA04BEF47775D6915FE /* DBTEAMGroupSelector.h */, - ACC2FB8FF475AC9701C8E55F1D754470 /* DBTEAMGroupSelectorError.h */, - 40DEE87EACA26E50E613F2903688FC33 /* DBTEAMGroupSelectorWithTeamGroupError.h */, - 5DA26BA9DF76283F6CCD093087B9CD69 /* DBTEAMGroupsGetInfoError.h */, - CF864CF13472ADEEB71E1F719DFAB6F1 /* DBTEAMGroupsGetInfoItem.h */, - AC539A9CC5E2306B13F91DA3501C87DA /* DBTEAMGroupsListArg.h */, - DC2198A39FBE210A393492779342AFA0 /* DBTEAMGroupsListContinueArg.h */, - AFA9E5AE549607A08BAA1ECB0E1C9080 /* DBTEAMGroupsListContinueError.h */, - 2BC5F2EF05B20FFBC35A80CFAEB53F6C /* DBTEAMGroupsListResult.h */, - 20F2C106F327AAC35B6921BF869867E4 /* DBTEAMGroupsMembersListArg.h */, - 2D6B1B98DF98E613DBD92CD981BD1F83 /* DBTEAMGroupsMembersListContinueArg.h */, - 571DC4AA407DBB23A70E463404373DD0 /* DBTEAMGroupsMembersListContinueError.h */, - 58C018E451D783F77D78B77F0D5FF3EF /* DBTEAMGroupsMembersListResult.h */, - 29A78DE7FE18169129C8D6DAE2AB3387 /* DBTEAMGroupsPollError.h */, - F385B6BF86141F4063380A56F41961B4 /* DBTEAMGroupsSelector.h */, - 882950FEA7943EAD7C1BDB7700A193AC /* DBTEAMGroupUpdateArgs.h */, - B297C06FF0588ACEB19EDE3853ECD984 /* DBTEAMGroupUpdateError.h */, - 860953FFB487D8549C6D5239099550D5 /* DBTEAMHasTeamSharedDropboxValue.h */, - 62DC5C32FF1E1C5FE6466EAF41614B85 /* DBTEAMIncludeMembersArg.h */, - 268C6BCBC0947DAE31685C4E396CF1B8 /* DBTEAMListMemberAppsArg.h */, - EC3C7E96D97AC4A7838F568652736360 /* DBTEAMListMemberAppsError.h */, - BF8E54B6EF74974458A7C08246C22C91 /* DBTEAMListMemberAppsResult.h */, - 1CE9525B9FF6CA97BACC379D2D55CF34 /* DBTEAMListMemberDevicesArg.h */, - DD3CD156496CDB1192394C8E46A5DFFB /* DBTEAMListMemberDevicesError.h */, - 12E5B61A2A2A120ADC679B5A9F6EFA40 /* DBTEAMListMemberDevicesResult.h */, - 03335ACDA511ED5FEA4A62D3CE360D1F /* DBTEAMListMembersAppsArg.h */, - 936A72B6F5D27F21C777BE657E8C0243 /* DBTEAMListMembersAppsError.h */, - 602D7904ECF8A3406CEB51C8F0D2787C /* DBTEAMListMembersAppsResult.h */, - 3FDE1BA210F8CD6DE3A7D0BDF3D00260 /* DBTEAMListMembersDevicesArg.h */, - 19E781667BC8B64934A17900941E4908 /* DBTEAMListMembersDevicesError.h */, - EAC82E8E72EAB54A9833940BA2510A5B /* DBTEAMListMembersDevicesResult.h */, - 6DEDE7A3C3092B39D494DBEAC440F0D1 /* DBTEAMListTeamAppsArg.h */, - 885117F5148BD555F93953E751C2D907 /* DBTEAMListTeamAppsError.h */, - F2125988B3125E16ACFAF27C45506FF0 /* DBTEAMListTeamAppsResult.h */, - 495ABD7AEBE4F6BC9AAF1803A1ED8299 /* DBTEAMListTeamDevicesArg.h */, - 63D7A6EBABD92151E96DA83D54148B5B /* DBTEAMListTeamDevicesError.h */, - 19F5A658D9A2C84F604A3D99B0696D69 /* DBTEAMListTeamDevicesResult.h */, - D36A21109B65D5F820659C4AD4C6EC9F /* DBTEAMLOGAccessMethodLogInfo.h */, - 0D8A204AEEC872ACB3E24C8082656C83 /* DBTEAMLOGAccountCaptureAvailability.h */, - EC0F2EEDEC9A2F3B8F8FCDC68BBC7033 /* DBTEAMLOGAccountCaptureChangeAvailabilityDetails.h */, - D82912FA3E1B25A0283C35D42748BC0B /* DBTEAMLOGAccountCaptureChangePolicyDetails.h */, - 1C69F3579A8CD66852020CCAB473A7F3 /* DBTEAMLOGAccountCaptureMigrateAccountDetails.h */, - 10C5C6B344C2E1B6516E0A55A3D2E34E /* DBTEAMLOGAccountCapturePolicy.h */, - C3CBCC1523760534A441CC2BCBD9B858 /* DBTEAMLOGAccountCaptureRelinquishAccountDetails.h */, - C6F08569C88DAD93717E2C8408F89025 /* DBTEAMLOGActorLogInfo.h */, - 96D17B6CCAC3F08401D7D9B433C1BA9A /* DBTEAMLOGAdminRole.h */, - A4FEAA4260FBA0520615025C8277FDE6 /* DBTEAMLOGAllowDownloadDisabledDetails.h */, - D5F83502862E5FCBDF33B92B405D4CB1 /* DBTEAMLOGAllowDownloadEnabledDetails.h */, - 4154970513895F089C0B9F83D1B64945 /* DBTEAMLOGApiSessionLogInfo.h */, - DD7EB791AA445A10971B7110385DFE61 /* DBTEAMLOGAppLinkTeamDetails.h */, - 22EE67E22421079388918A2DCFB86AD6 /* DBTEAMLOGAppLinkUserDetails.h */, - A1E6551F62FF8CD0519BC8C012C34191 /* DBTEAMLOGAppLogInfo.h */, - 720BA401F691A6EDA879684373B9FA5E /* DBTEAMLOGAppUnlinkTeamDetails.h */, - A9D1E0E5D371FB6D3FD602741B0F2043 /* DBTEAMLOGAppUnlinkUserDetails.h */, - 4BB9F8C03AF2D304F865153BEE23CA59 /* DBTEAMLOGAssetLogInfo.h */, - E4F570B3998E176D8484BC4B7E768647 /* DBTEAMLOGCertificate.h */, - 9BEB9F25F4DC9AE84248674E72A90396 /* DBTEAMLOGCollectionShareDetails.h */, - 38F61CE9ECD5F2B649F0677DC0549D63 /* DBTEAMLOGConfidentiality.h */, - 22F83099D2AC2C2DE81CEC7346DCBF3B /* DBTEAMLOGContentPermanentDeletePolicy.h */, - FFDBFB81331000390B3489EC93D6F971 /* DBTEAMLOGContextLogInfo.h */, - AFBE6C2CF76B3A609764525E5FC84C04 /* DBTEAMLOGCreateFolderDetails.h */, - 38DCE6E4402AA1C1E1D37D8BE566B9EC /* DBTEAMLOGDataPlacementRestrictionChangePolicyDetails.h */, - 38A50EA099C1EB98F6DD1820324DBB1B /* DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetails.h */, - 5B417492A8F56D0E0824D5A8D56D727B /* DBTEAMLOGDesktopSessionLogInfo.h */, - D2AD0F3B252DBF31884F60E79DEFB02E /* DBTEAMLOGDeviceApprovalsChangeDesktopPolicyDetails.h */, - E236F8CDCA38B607927608C4834EA3CB /* DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetails.h */, - EA40D3A8A9CA99CB7BCFB5CE18F3D444 /* DBTEAMLOGDeviceApprovalsChangeOverageActionDetails.h */, - 602FDAC02A2E2F6E42AA239E9B17AF48 /* DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetails.h */, - DD8AA1B790483B91CD3EC747AD2A605A /* DBTEAMLOGDeviceApprovalsPolicy.h */, - A0399E305C5020EBB75716A63912B818 /* DBTEAMLOGDeviceApprovalsRolloutPolicy.h */, - 9FD4F57A3E521B239906FF2B65E91E84 /* DBTEAMLOGDeviceChangeIpDesktopDetails.h */, - 117A06DC21FCA726C2A7D4EF42B7B213 /* DBTEAMLOGDeviceChangeIpMobileDetails.h */, - 0035BACAA791076B6658D360768F5C53 /* DBTEAMLOGDeviceChangeIpWebDetails.h */, - 6936C4992C68B2ECA4BB3B16D8C6C93C /* DBTEAMLOGDeviceDeleteOnUnlinkFailDetails.h */, - 1166455D68CE8B107342AF876B1C8D42 /* DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetails.h */, - D2E29D178EE52D61A50A0A5E1B92358E /* DBTEAMLOGDeviceLinkFailDetails.h */, - 2B19D567EE640FA110037E99CD3BFD14 /* DBTEAMLOGDeviceLinkSuccessDetails.h */, - 14904E0367AD146FF363B9BBFE8D51AF /* DBTEAMLOGDeviceLogInfo.h */, - A78F6BA33069744108975D88F840C246 /* DBTEAMLOGDeviceManagementDisabledDetails.h */, - C5ED49C359CC2CA3CDFB482A6E4D797A /* DBTEAMLOGDeviceManagementEnabledDetails.h */, - A9578775D75FD0CE10BC5120A4687B57 /* DBTEAMLOGDeviceType.h */, - D0F32851E4CF98CE7B5C48523C00F9C5 /* DBTEAMLOGDeviceUnlinkDetails.h */, - C1078F50BAF70A0D7F7CBA5131D1B42E /* DBTEAMLOGDeviceUnlinkPolicy.h */, - 7B4F1C425B98E77F351DCDFED299A728 /* DBTEAMLOGDisabledDomainInvitesDetails.h */, - 00E15AC31AD400951C7637B67522FB06 /* DBTEAMLOGDomainInvitesApproveRequestToJoinTeamDetails.h */, - FD3C2110725990FDD09A0F9F2BFC833E /* DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamDetails.h */, - 761BC92F21FE119224BA88912B38AE53 /* DBTEAMLOGDomainInvitesEmailExistingUsersDetails.h */, - A11CDBC4048C07565ACB6D48FC5B3057 /* DBTEAMLOGDomainInvitesRequestToJoinTeamDetails.h */, - E5BF908A17C4DFB5EC6F95AC59BBA7D6 /* DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoDetails.h */, - FA9E8491719E5A21B853E192F4B2CFEA /* DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesDetails.h */, - DE03DED7B509564EB48F0DBD05B2D162 /* DBTEAMLOGDomainVerificationAddDomainFailDetails.h */, - DEEB5262E907A81892943607F3865607 /* DBTEAMLOGDomainVerificationAddDomainSuccessDetails.h */, - 48B2D796835AEDA4DD5285F2F533C335 /* DBTEAMLOGDomainVerificationRemoveDomainDetails.h */, - 98BFF877B69CCABA8D8D73A11CD0EC29 /* DBTEAMLOGDurationLogInfo.h */, - 8773CB433CF629393ED56CAD8B0C0091 /* DBTEAMLOGEmmAddExceptionDetails.h */, - 6F9B71973159FE94641B7AA268B1BFC1 /* DBTEAMLOGEmmChangePolicyDetails.h */, - 4AA0AD1C87A7604FAE95812598EF85A8 /* DBTEAMLOGEmmCreateExceptionsReportDetails.h */, - F53A502E40FFF3106E6057BB13C666EC /* DBTEAMLOGEmmCreateUsageReportDetails.h */, - EAEFA0331AA414C71EA045258DD07798 /* DBTEAMLOGEmmLoginSuccessDetails.h */, - E9F5581A8905347EAE70CA3E3F9BA1AF /* DBTEAMLOGEmmPolicy.h */, - 33E64AF0C5E875D645CCDCC12F5950CD /* DBTEAMLOGEmmRefreshAuthTokenDetails.h */, - EA7D9E3367B2589D35BD7BC7999C42F2 /* DBTEAMLOGEmmRemoveExceptionDetails.h */, - CE47108ECE6563ABCAE9AF8A88E0EA09 /* DBTEAMLOGEnabledDomainInvitesDetails.h */, - C758D032F77EDB09A9B4183C1EFA4F05 /* DBTEAMLOGEventCategory.h */, - 9437403780762563322DD39796B399F3 /* DBTEAMLOGEventDetails.h */, - E4916FC8DD0F079790163EA48759B273 /* DBTEAMLOGEventType.h */, - F3A3BB479FD204DADFDAA8ACF3AF9064 /* DBTEAMLOGExtendedVersionHistoryChangePolicyDetails.h */, - 2E28D22B968E93A1A15F2F7699D1019A /* DBTEAMLOGExtendedVersionHistoryPolicy.h */, - 529505470C8D7BD60C5528D06754830F /* DBTEAMLOGFailureDetailsLogInfo.h */, - B47EEC4E52F37D0283AF919FDD5BA139 /* DBTEAMLOGFileAddCommentDetails.h */, - 03EB590056480793F0F35B8EBC50BCE3 /* DBTEAMLOGFileAddDetails.h */, - 7612660C7B3FE2A15975E5DBEBE34D69 /* DBTEAMLOGFileCommentsChangePolicyDetails.h */, - B96700B6043100901AD9CD80DBA1E876 /* DBTEAMLOGFileCommentsPolicy.h */, - 4DD26C28EC5E73FA074FD7925BB6DE56 /* DBTEAMLOGFileCopyDetails.h */, - BDBD9EE1CDD9ED99DD28D34999DD310E /* DBTEAMLOGFileDeleteDetails.h */, - 16B238BD2BA4366B46D6AD6A14868165 /* DBTEAMLOGFileDownloadDetails.h */, - 8F5009EA531A4264CBFD95596554F75E /* DBTEAMLOGFileEditDetails.h */, - EF8BE1FF719AB3D541BAF0618FCFE7CA /* DBTEAMLOGFileGetCopyReferenceDetails.h */, - E740F58025DCFA9120D23C3F29D3D180 /* DBTEAMLOGFileLikeCommentDetails.h */, - 2FFD6906166FCAF400D288E0AD48B731 /* DBTEAMLOGFileLogInfo.h */, - DA6CDDE06B40FB7829A4401F64CB061A /* DBTEAMLOGFileMoveDetails.h */, - F163EC8D2229EDDDE12837A1897021F2 /* DBTEAMLOGFileOrFolderLogInfo.h */, - FA02EBDC5B2958A93FBEFE700704ECDA /* DBTEAMLOGFilePermanentlyDeleteDetails.h */, - 6BAAEC9CCEEA3536903983229CB383F4 /* DBTEAMLOGFilePreviewDetails.h */, - 1321C102D7DAD8383E7C2703B8138C65 /* DBTEAMLOGFileRenameDetails.h */, - 83D82EF804E98384739FD56AB661D90D /* DBTEAMLOGFileRequestAddDeadlineDetails.h */, - 432BE75D776B44BBC0E42A5849B37365 /* DBTEAMLOGFileRequestChangeFolderDetails.h */, - 6D77F529DF5F299C61AD81C1C73B200C /* DBTEAMLOGFileRequestChangeTitleDetails.h */, - 8E36BB539525C82EFC24AB87E6F7B423 /* DBTEAMLOGFileRequestCloseDetails.h */, - A43FEEF71F95EDBAB440949CA049DAC6 /* DBTEAMLOGFileRequestCreateDetails.h */, - 3FA671A02DAA5A655501E8EEF3C21027 /* DBTEAMLOGFileRequestReceiveFileDetails.h */, - 22F4493358AFAF9C80B88309E98CF780 /* DBTEAMLOGFileRequestRemoveDeadlineDetails.h */, - 7F0203D11180D288942DBCCE297E0147 /* DBTEAMLOGFileRequestsChangePolicyDetails.h */, - E0A815AB3586C73D425513348FC7E65D /* DBTEAMLOGFileRequestsEmailsEnabledDetails.h */, - 362E2BDD0F2E9F649B673C6840AC9E3E /* DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails.h */, - 3CEB9F4E53393390DEEA6142806A9F1A /* DBTEAMLOGFileRequestSendDetails.h */, - 0CBE81326ECA5D8121C19F16B507D309 /* DBTEAMLOGFileRequestsPolicy.h */, - FFBD00F3CAFE0E6CC0646AB0FE6941BE /* DBTEAMLOGFileRestoreDetails.h */, - 313A3056146F0AAEF52C5AD30425E4CA /* DBTEAMLOGFileRevertDetails.h */, - 8C1DC7271451D3BFBAC867770E642600 /* DBTEAMLOGFileRollbackChangesDetails.h */, - 51C10879736A6466E96755A60DBAEDF6 /* DBTEAMLOGFileSaveCopyReferenceDetails.h */, - 99F057BB676BAF72E28AE7DD8ECA0AEB /* DBTEAMLOGFileUnlikeCommentDetails.h */, - 41AA86AECAC77A33EB616763BB822E77 /* DBTEAMLOGFolderLogInfo.h */, - EDA89CF725B44E4FBDB43A3677D4C30F /* DBTEAMLOGGeoLocationLogInfo.h */, - 1FE3BB35CF5B233800475C690A917277 /* DBTEAMLOGGetTeamEventsArg.h */, - 96C004DC96BE9B8536DC2A1F6B6DBEEC /* DBTEAMLOGGetTeamEventsContinueArg.h */, - 71C306C9DFDFEC306BFA82140DA3734B /* DBTEAMLOGGetTeamEventsContinueError.h */, - CCA23D818E70FB348AB48473E2EE612D /* DBTEAMLOGGetTeamEventsError.h */, - C8D63BE1A02A74A38CB156A07462D7FE /* DBTEAMLOGGetTeamEventsResult.h */, - 46F42774FA4AFC90B34EA045CE15FE74 /* DBTEAMLOGGoogleSsoChangePolicyDetails.h */, - 6BDB030791505FB4B9C97880850EDF31 /* DBTEAMLOGGoogleSsoPolicy.h */, - 7B3ED0F3B019D08D46E75065D8DC5ADE /* DBTEAMLOGGroupAddExternalIdDetails.h */, - 80D90DB0F2149F9AC860A865456C737F /* DBTEAMLOGGroupAddMemberDetails.h */, - E4DE44744563DE6891192A42208AE6E3 /* DBTEAMLOGGroupChangeExternalIdDetails.h */, - BC9A74351301F0597D8B0F00D26E49E5 /* DBTEAMLOGGroupChangeManagementTypeDetails.h */, - 67230B79032B11579DAC6B34E90ABD69 /* DBTEAMLOGGroupChangeMemberRoleDetails.h */, - 8DF29E6A7C4C9752264512B1178AA890 /* DBTEAMLOGGroupCreateDetails.h */, - AAF978EBF50BCA83575667A2A57B7C40 /* DBTEAMLOGGroupDeleteDetails.h */, - 9F361CA13682462353F626D9379AACA4 /* DBTEAMLOGGroupDescriptionUpdatedDetails.h */, - 96A07DE42E2202043F382E8C1A88F488 /* DBTEAMLOGGroupJoinPolicy.h */, - 9667A4E3B4805D77CFF9AFDDEB00DE56 /* DBTEAMLOGGroupJoinPolicyUpdatedDetails.h */, - 6E2844CEEE1B6FBDC9B20FFCCF6E54FB /* DBTEAMLOGGroupLogInfo.h */, - 9563FFCEE56F788359175B27C805AAA9 /* DBTEAMLOGGroupManagementType.h */, - A02DE30164F28C5F77992590AFE0C8EF /* DBTEAMLOGGroupMovedDetails.h */, - 99DBCAA535214A97B6AD4F1C477DD2A4 /* DBTEAMLOGGroupRemoveExternalIdDetails.h */, - 51AA3D2CC5F8D67053EBFD918BCA8BA9 /* DBTEAMLOGGroupRemoveMemberDetails.h */, - D88AF8A0661273734D3499045E56A897 /* DBTEAMLOGGroupRenameDetails.h */, - 00444E016F758F8951528FA4890182E1 /* DBTEAMLOGGroupUserManagementChangePolicyDetails.h */, - 7F43F0E70D8E3A1B0976AEE0F6A49EF5 /* DBTEAMLOGGroupUserManagementPolicy.h */, - 6A351E044FFC16B2BFA00CD00A805A59 /* DBTEAMLOGHostLogInfo.h */, - CA4C2CCCDBFE509C9777379583EAA0AC /* DBTEAMLOGJoinTeamDetails.h */, - 4A3873CF87083B8286CBD7B72BCC6D4C /* DBTEAMLOGLinkAudience.h */, - 451DCF1B19ED1C201797CB973C03854F /* DBTEAMLOGLogoutDetails.h */, - 84ED134E29B6903B55F3999E2942A779 /* DBTEAMLOGMemberAddNameDetails.h */, - AEADBBD9DAD019CA7D7C5DEBCF90E3BE /* DBTEAMLOGMemberChangeAdminRoleDetails.h */, - 9832E9F0D593846FC316D6CEDD500F43 /* DBTEAMLOGMemberChangeEmailDetails.h */, - CC7766CCF09FD97C126EAE28FA733A17 /* DBTEAMLOGMemberChangeMembershipTypeDetails.h */, - F751F5B692234C0349006FACCA7FE80A /* DBTEAMLOGMemberChangeNameDetails.h */, - A6D7E46B828414CD53A085E7964A1AF1 /* DBTEAMLOGMemberChangeStatusDetails.h */, - 05D962AA594C91F61054E091BB3AD915 /* DBTEAMLOGMemberPermanentlyDeleteAccountContentsDetails.h */, - 62E7093218D717B0F370AACB92EDA47D /* DBTEAMLOGMemberRequestsChangePolicyDetails.h */, - 1381D9AD50BB179399DEFA49CA57A6F3 /* DBTEAMLOGMemberRequestsPolicy.h */, - 1A2697F54A0B93E378B26F20462AAB66 /* DBTEAMLOGMemberSpaceLimitsAddExceptionDetails.h */, - 88E78D282181089103ACAC3CB0DB4C07 /* DBTEAMLOGMemberSpaceLimitsChangePolicyDetails.h */, - 5138B312FD6E2CA111576FB0FA027B24 /* DBTEAMLOGMemberSpaceLimitsChangeStatusDetails.h */, - 28CFAC1FDD203C6367FF6C917C60C462 /* DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails.h */, - 04ED4D97045FCEF4030CCF976F89ABDA /* DBTEAMLOGMemberStatus.h */, - 4FE772E61CC934223778DFD0C9982265 /* DBTEAMLOGMemberSuggestDetails.h */, - 9A649C1A271E91C4D9EEC8F365C3AFEB /* DBTEAMLOGMemberSuggestionsChangePolicyDetails.h */, - 99D37482D8F5FEAAA5AE7C62BE550620 /* DBTEAMLOGMemberSuggestionsPolicy.h */, - FBD4D280E45A47CACB968A0486F2FD90 /* DBTEAMLOGMemberTransferAccountContentsDetails.h */, - A28D95BFFF5F8DF00750B6B2CED3FACA /* DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetails.h */, - 22C040D9ADF6B6AD5D5055C2A8E453D1 /* DBTEAMLOGMicrosoftOfficeAddinPolicy.h */, - 6E0C3B394A150575857E37616A70E37E /* DBTEAMLOGMissingDetails.h */, - 86B1DBD38C8CCF8F7554ADFC50F46F28 /* DBTEAMLOGMobileSessionLogInfo.h */, - 9156B44E977C373B2975EB31E2AA03FD /* DBTEAMLOGNamespaceRelativePathLogInfo.h */, - 7DFB768386A088E5EAC9BD71C17436C5 /* DBTEAMLOGNetworkControlChangePolicyDetails.h */, - 2B241D1DD7F573030FE28BD8E82C11F0 /* DBTEAMLOGNetworkControlPolicy.h */, - 7CDDF4BCBA3E7FFD47A6DBA43EA20191 /* DBTEAMLOGNonTeamMemberLogInfo.h */, - 96A58DC27EE032464F5F26F734E8D42E /* DBTEAMLOGNoteAclInviteOnlyDetails.h */, - 79EA34119B8520C71C133FB764A3129E /* DBTEAMLOGNoteAclLinkDetails.h */, - E03BFDA377E60709F3968D41BF0324B7 /* DBTEAMLOGNoteAclTeamLinkDetails.h */, - 69F502ABE17DD7DE48BA067F3B85D17D /* DBTEAMLOGNoteSharedDetails.h */, - E22D498C7016D1156AC504E49A72082C /* DBTEAMLOGNoteShareReceiveDetails.h */, - 804B6AA0F5B29BAB2BE8534A60CF1822 /* DBTeamLogObjects.m */, - C4A7643FB3156E92351D109BD871380B /* DBTEAMLOGOpenNoteSharedDetails.h */, - D83D1F52A82624FCB61B7651C25AC456 /* DBTEAMLOGOriginLogInfo.h */, - 9F2460709AEA949A8DB7B570304C760A /* DBTEAMLOGPaperAccessType.h */, - B677F9C3BD60B693D2C29C7D1955B24E /* DBTEAMLOGPaperChangeDeploymentPolicyDetails.h */, - 796EB0BA3DBC5031C955F6B52DA2BE03 /* DBTEAMLOGPaperChangeMemberPolicyDetails.h */, - AB02F25EC0E208A6A399205CC966FC91 /* DBTEAMLOGPaperChangePolicyDetails.h */, - 3561D7BCB10FE62CADAAD781DF647A27 /* DBTEAMLOGPaperContentAddMemberDetails.h */, - 3C6F94DB0F28B5F11AE11EEEB7DFC02B /* DBTEAMLOGPaperContentAddToFolderDetails.h */, - 049B986F860DE38427CDDCDC32E3AB75 /* DBTEAMLOGPaperContentArchiveDetails.h */, - 835746FCF5CF8EC5BBA27ADC2A6B7B26 /* DBTEAMLOGPaperContentChangeSubscriptionDetails.h */, - 22D137624AADB304E4C3B41DF8C4BEAF /* DBTEAMLOGPaperContentCreateDetails.h */, - 5654FC98F1EB4E3626DBC8CB8C1C6276 /* DBTEAMLOGPaperContentPermanentlyDeleteDetails.h */, - 2AAE2E461BB4588E90D99BAA6F624C50 /* DBTEAMLOGPaperContentRemoveFromFolderDetails.h */, - E868FA68B9DE9C08D3E1327D1736A385 /* DBTEAMLOGPaperContentRemoveMemberDetails.h */, - D8E6984727B08BCDEB22CBE4674CF62D /* DBTEAMLOGPaperContentRenameDetails.h */, - D088543380266DFCC386A6695D03F705 /* DBTEAMLOGPaperContentRestoreDetails.h */, - F48702064E6397A8DC500284896D8314 /* DBTEAMLOGPaperDeploymentPolicy.h */, - 83C6DB05A3A4AC929877CFD1ACC66EB1 /* DBTEAMLOGPaperDocAddCommentDetails.h */, - 712205A0171443485D56E54E1906CB41 /* DBTEAMLOGPaperDocChangeMemberRoleDetails.h */, - A053455E01125B2C0D9B889A8EBAAADE /* DBTEAMLOGPaperDocChangeSharingPolicyDetails.h */, - A1895E0C6CEB5C117A5D12F565FC22CA /* DBTEAMLOGPaperDocDeleteCommentDetails.h */, - A23A9BDC97EF851628DE670E2F9D91CF /* DBTEAMLOGPaperDocDeletedDetails.h */, - F83CFDB216DEB65DC872A4BEC39DD9AF /* DBTEAMLOGPaperDocDownloadDetails.h */, - 1E00DEA54087AE820150576B74FBC6F3 /* DBTEAMLOGPaperDocEditCommentDetails.h */, - 82FB65C48A0B035A5963FAFCE82BDFAD /* DBTEAMLOGPaperDocEditDetails.h */, - 80BEFD7D60C8102DD327664ADAF8C34D /* DBTEAMLOGPaperDocFollowedDetails.h */, - 5DFC507B9A2A94A1D06EFBD7135501B9 /* DBTEAMLOGPaperDocMentionDetails.h */, - DF2087AA6797BBDA8A6C3A12910FE733 /* DBTEAMLOGPaperDocRequestAccessDetails.h */, - E860074DD534C077B0D48A81B96938DA /* DBTEAMLOGPaperDocResolveCommentDetails.h */, - 95C3098C60BFA52CCB3BC1F20C4C9E39 /* DBTEAMLOGPaperDocRevertDetails.h */, - DD2F865B638153239B543C59F4BF3B97 /* DBTEAMLOGPaperDocSlackShareDetails.h */, - E3B655BB5B703F5AC4867307462E9371 /* DBTEAMLOGPaperDocTeamInviteDetails.h */, - 18BEB9686F98E30B1057331F26B7A9D6 /* DBTEAMLOGPaperDocumentLogInfo.h */, - C233DDB0C83E2B4576A9BA0ABD90BDA4 /* DBTEAMLOGPaperDocUnresolveCommentDetails.h */, - 0CBC0500E89AAE2521A453773C7A78AF /* DBTEAMLOGPaperDocViewDetails.h */, - 6223297C273AE125C186F0ACA42C1D5B /* DBTEAMLOGPaperDownloadFormat.h */, - AD7851940ED0C923FAB9888067222108 /* DBTEAMLOGPaperEnabledUsersGroupAdditionDetails.h */, - 56F721780E7DDDB70B449F05EDE02CB3 /* DBTEAMLOGPaperEnabledUsersGroupRemovalDetails.h */, - 270F99D369BD9882B289650220F70BC3 /* DBTEAMLOGPaperExternalViewAllowDetails.h */, - 4FE16D073EE30B52C5BA36E1FCBEFF31 /* DBTEAMLOGPaperExternalViewDefaultTeamDetails.h */, - B8DA4DFC547F3B7CC395260A14262C33 /* DBTEAMLOGPaperExternalViewForbidDetails.h */, - 43C7B36B53FAEFB31A88D0C9125180E9 /* DBTEAMLOGPaperFolderDeletedDetails.h */, - 8F72AB85C77A4D0E483A253C8EB7660D /* DBTEAMLOGPaperFolderFollowedDetails.h */, - C5963D8B3378EA6B11A155DAA07BBA4D /* DBTEAMLOGPaperFolderLogInfo.h */, - 7E1F50688CDB72AA0FEACB0B3006B141 /* DBTEAMLOGPaperFolderTeamInviteDetails.h */, - EE5D49D094FF4AE9545908AB44B9444B /* DBTEAMLOGPaperMemberPolicy.h */, - 6AD9E59198657F81B88E0E712BC19D33 /* DBTEAMLOGPaperPolicy.h */, - C9EC7836A6E730C40F7C7CA1D35474F8 /* DBTEAMLOGPaperTaggedValue.h */, - 7B46124E0D5A664A028B388D993C2678 /* DBTEAMLOGParticipantLogInfo.h */, - DAA711F3D6FEB2F6CFBA461DDBB495FA /* DBTEAMLOGPasswordChangeDetails.h */, - 0D6242B9FAE8F325E05A120B1254011A /* DBTEAMLOGPasswordLoginFailDetails.h */, - B8769BB8A0F41897A9C58D905DD7DDC4 /* DBTEAMLOGPasswordLoginSuccessDetails.h */, - F6792758E94561D5A26780CACB52E748 /* DBTEAMLOGPasswordResetAllDetails.h */, - AE944DE7EF50322C8C67581320AC1680 /* DBTEAMLOGPasswordResetDetails.h */, - 0EB7562C0020D26C81DD7CA528452045 /* DBTEAMLOGPathLogInfo.h */, - D85A7D7AF84955D3F297C3A5749893BB /* DBTEAMLOGPermanentDeleteChangePolicyDetails.h */, - 6CA513150B6247408AFD6D081C09E304 /* DBTEAMLOGPlacementRestriction.h */, - ED71AD42B18A925F12BF77076ED2E931 /* DBTEAMLOGRelocateAssetReferencesLogInfo.h */, - 4E661268BABF0DF6B0E5BFC4D331A7D1 /* DBTEAMLOGRemoveLogoutUrlDetails.h */, - C66EDCA05C2C666BD16EBCA89F98F9A7 /* DBTEAMLOGRemoveSsoUrlDetails.h */, - DD6A6D8CC4652BE4BCD73C9DC907DECC /* DBTEAMLOGResellerLogInfo.h */, - EAA2748774C009115E701FFF05DBF9E0 /* DBTEAMLOGResellerSupportSessionEndDetails.h */, - 63DF5FCF304F96FDB1E95A7FDD0D2B2F /* DBTEAMLOGResellerSupportSessionStartDetails.h */, - 006480BFA4E3D46F6AAE1A4A13E9DB9B /* DBTEAMLOGRouteObjects.h */, - 2060CFCAD03681A96B36DA330B7E2BFD /* DBTEAMLOGRouteObjects.m */, - 6F1EB28D99DDC5781AB60914A58CD470 /* DBTEAMLOGSessionLogInfo.h */, - CBE2C66748B978D698B1522D7A0FBE2E /* DBTEAMLOGSfAddGroupDetails.h */, - 5E27FC17BA95E0387AE5D87E6023DD68 /* DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails.h */, - 996873C05AC924C7D8E985A7C6CD98A9 /* DBTEAMLOGSfExternalInviteWarnDetails.h */, - 3748723C9997F59AAF422CFCF4032523 /* DBTEAMLOGSfInviteGroupDetails.h */, - C63014D05584158874446F49059FE3D9 /* DBTEAMLOGSfNestDetails.h */, - 271CCF838686043D9C9FB6A49A97F50F /* DBTEAMLOGSfTeamDeclineDetails.h */, - D56DB9A3ACD361FA383BB068D5FA76A0 /* DBTEAMLOGSfTeamGrantAccessDetails.h */, - EF20009B930073ECF6773D2CD7C4DEDD /* DBTEAMLOGSfTeamInviteChangeRoleDetails.h */, - 4108DC5813A503DD74268EA2C372FB6F /* DBTEAMLOGSfTeamInviteDetails.h */, - FF2997D4EC4AB4B772F8F0006086C68C /* DBTEAMLOGSfTeamJoinDetails.h */, - 3B2071E111D1F9CBFC760B22ED714DB1 /* DBTEAMLOGSfTeamJoinFromOobLinkDetails.h */, - C0EBF199A6475C49299C4E0FE9BADB0E /* DBTEAMLOGSfTeamUninviteDetails.h */, - F47A35F3B75D2FC06F95B478183E0C23 /* DBTEAMLOGSharedContentAddInviteesDetails.h */, - 2DA76B6E0CE9523F7CA1A0B354F940CE /* DBTEAMLOGSharedContentAddLinkExpiryDetails.h */, - E7440877804299D1A7419251B3EA724B /* DBTEAMLOGSharedContentAddLinkPasswordDetails.h */, - 3812EE9796B1D946F3A9A157466C5EB5 /* DBTEAMLOGSharedContentAddMemberDetails.h */, - 81738350C0C3DC4F5A3ADD3F6CA66514 /* DBTEAMLOGSharedContentChangeDownloadsPolicyDetails.h */, - 3E8AAF05C14CD729A01756E9083071FA /* DBTEAMLOGSharedContentChangeInviteeRoleDetails.h */, - CDBB3A6263FEC85ACA3402C0217BE194 /* DBTEAMLOGSharedContentChangeLinkAudienceDetails.h */, - 262FD02C50D6F9A61B1FF1D5B7E50053 /* DBTEAMLOGSharedContentChangeLinkExpiryDetails.h */, - 7A13DCBA5FCC3CEB2D309AD5FF67FEDC /* DBTEAMLOGSharedContentChangeLinkPasswordDetails.h */, - 2D70EEC25554ACB9A9366AFB37416432 /* DBTEAMLOGSharedContentChangeMemberRoleDetails.h */, - 3875451BEC6E92118B4C2AEEC158FBA9 /* DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails.h */, - 8EF90F29F99CA3352FFAE1A189AFB72D /* DBTEAMLOGSharedContentClaimInvitationDetails.h */, - C824A79519A76E8D91C211EB2151A44E /* DBTEAMLOGSharedContentCopyDetails.h */, - 930828C982A02EB82307F427EE6C8898 /* DBTEAMLOGSharedContentDownloadDetails.h */, - 1DF144A7E907C6D626D768F109A9C318 /* DBTEAMLOGSharedContentDownloadsPolicy.h */, - F9245DD28AA8F0E8BA978716EA1F1357 /* DBTEAMLOGSharedContentRelinquishMembershipDetails.h */, - 49B5721F4D292C41906E7153A1FDA5E7 /* DBTEAMLOGSharedContentRemoveInviteeDetails.h */, - 0ADA101870C757C837F9FD4DB6B1005A /* DBTEAMLOGSharedContentRemoveLinkExpiryDetails.h */, - 45882DB7C9E86C07DF46B6D54F1C0111 /* DBTEAMLOGSharedContentRemoveLinkPasswordDetails.h */, - 4DE3593771D3019C246EE213932A65F7 /* DBTEAMLOGSharedContentRemoveMemberDetails.h */, - 9118FE261E2F38F28CC35A8BD31C97B0 /* DBTEAMLOGSharedContentRequestAccessDetails.h */, - 3F931273F765BAB4C1E56A0FFA4A9524 /* DBTEAMLOGSharedContentUnshareDetails.h */, - 813FC997F581CE85F6CF89CAF5996E4D /* DBTEAMLOGSharedContentViewDetails.h */, - FDF5BCB77CE1E3E548A88669959B7ABB /* DBTEAMLOGSharedContentViewerInfoPolicy.h */, - DF2D482B0628775EC9A928A4E411818E /* DBTEAMLOGSharedFolderChangeConfidentialityDetails.h */, - 3D55418D26795DD80CC7A5F741901E75 /* DBTEAMLOGSharedFolderChangeLinkPolicyDetails.h */, - B8EA84BFD84EC451E72EE17C17A2B099 /* DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetails.h */, - F2D103192AD13F4A72DE67A44B5ED736 /* DBTEAMLOGSharedFolderChangeMemberPolicyDetails.h */, - A696175AC102471CD63D2A9E5B2EA62E /* DBTEAMLOGSharedFolderCreateDetails.h */, - 830AACEA8D28A74F15071901D2F5B389 /* DBTEAMLOGSharedFolderLinkPolicy.h */, - 32D793C560D371A894CF8F7A15B9ED3B /* DBTEAMLOGSharedFolderMemberPolicy.h */, - FAF2B580D317A9C843D0FCCE34CBFD5B /* DBTEAMLOGSharedFolderMembershipManagementPolicy.h */, - F9A61C0B1F5A404FAF1C37C77AED71F0 /* DBTEAMLOGSharedFolderMountDetails.h */, - 1158DCADED724C70DF00969303C82A8F /* DBTEAMLOGSharedFolderTransferOwnershipDetails.h */, - CC61CAAF90FBFE98ABF64A9BE90ACF69 /* DBTEAMLOGSharedFolderUnmountDetails.h */, - 9A189497DBFAC30BB724AC000DFA6DF9 /* DBTEAMLOGSharedNoteOpenedDetails.h */, - A0ECAD66D83A4ED33B9D1B7D748475AE /* DBTEAMLOGSharingChangeFolderJoinPolicyDetails.h */, - F446B2E858A3A14EAF9E447CC1E541C0 /* DBTEAMLOGSharingChangeLinkPolicyDetails.h */, - 780AC25EACEC12BB65915817E94777E6 /* DBTEAMLOGSharingChangeMemberPolicyDetails.h */, - F47C0250D319F95DCAAFAEE053DFFD7A /* DBTEAMLOGSharingFolderJoinPolicy.h */, - CC82B47FB232CB6CD4324D7E95A3EDEE /* DBTEAMLOGSharingLinkPolicy.h */, - 2FA6137306C97EEE301C1D28B8281BD5 /* DBTEAMLOGSharingMemberPolicy.h */, - 4856F4BC36EFCE202F2A3420F9C1465F /* DBTEAMLOGShmodelAppCreateDetails.h */, - 5A0583394A9B0B675955A41F7C119663 /* DBTEAMLOGShmodelCreateDetails.h */, - 2432D35C04B5C9D1BAA3DDA2560E2747 /* DBTEAMLOGShmodelDisableDetails.h */, - AC74234932F57423F82945189D01D2D2 /* DBTEAMLOGShmodelFbShareDetails.h */, - 1F7FD0D3D1327699A3BBFD3654333EF1 /* DBTEAMLOGShmodelGroupShareDetails.h */, - B1971362B2C410609E8036D2895012D9 /* DBTEAMLOGShmodelRemoveExpirationDetails.h */, - D70D365B59AC1E844D67E58BD2B48C59 /* DBTEAMLOGShmodelSetExpirationDetails.h */, - BC75CAF8BFC1F3BC1DBE74BA8555F4E3 /* DBTEAMLOGShmodelTeamCopyDetails.h */, - 4121B54221B2C0F419CEFB403B833635 /* DBTEAMLOGShmodelTeamDownloadDetails.h */, - F3A9874B08D197AF2012283E71455B70 /* DBTEAMLOGShmodelTeamShareDetails.h */, - 05ABE491F8A2F7DEE39BCA8DECE35CAE /* DBTEAMLOGShmodelTeamViewDetails.h */, - B94970C45420D89C063A87A5D4AE1B80 /* DBTEAMLOGShmodelVisibilityPasswordDetails.h */, - 1437B6E8C5CC3C7EA952B01FD5B84D14 /* DBTEAMLOGShmodelVisibilityPublicDetails.h */, - 24A419C38039CA6CB4A4F82334566116 /* DBTEAMLOGShmodelVisibilityTeamOnlyDetails.h */, - EF52E84EF72B38688BFA153DAC61D749 /* DBTEAMLOGSignInAsSessionEndDetails.h */, - C71FA2049FB3AF95E7A955138BED9564 /* DBTEAMLOGSignInAsSessionStartDetails.h */, - FA1A85A2B199295485983E1AC71CA533 /* DBTEAMLOGSmartSyncChangePolicyDetails.h */, - 0748A34C41111B5808B079323B5874E2 /* DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails.h */, - DCBD6DA10D5339E26854F669708C8006 /* DBTEAMLOGSmartSyncNotOptOutDetails.h */, - 8737B0B48C4FB0E62BDA37ECEF8911A8 /* DBTEAMLOGSmartSyncOptOutDetails.h */, - 555F843BE487EC3148642FB9926F07EC /* DBTEAMLOGSmartSyncOptOutPolicy.h */, - 0D34C30CD06284CFD55A918396DBF5C1 /* DBTEAMLOGSmartSyncPolicy.h */, - 22C61749DA16B05453411581DE53D618 /* DBTEAMLOGSpaceLimitsLevel.h */, - BBB7793E7B2E250E70CC1BC6A7FF8CD8 /* DBTEAMLOGSpaceLimitsStatus.h */, - F0F09521566C2A83417FCC4AE6251326 /* DBTEAMLOGSsoChangeCertDetails.h */, - E95896335D863F36A533F0E32DF2C3BD /* DBTEAMLOGSsoChangeLoginUrlDetails.h */, - 8807618E035B4B9B3D94DD5D491E3F83 /* DBTEAMLOGSsoChangeLogoutUrlDetails.h */, - 33BAA6EE44CC79542EC3D663626A4485 /* DBTEAMLOGSsoChangePolicyDetails.h */, - 1546D24B6DFA12F1F3E76B8BA5098C70 /* DBTEAMLOGSsoChangeSamlIdentityModeDetails.h */, - 4D22C037F3AB769B2983E5446107C3A7 /* DBTEAMLOGSsoLoginFailDetails.h */, - 93D6EE0F9D0877BD2E8681CD80EDA374 /* DBTEAMLOGSsoPolicy.h */, - BD067A0703C388047754C314FE61D085 /* DBTEAMLOGTeamActivityCreateReportDetails.h */, - 7403E889B54A68F50F74429D2D067EB5 /* DBTEAMLOGTeamAuthRoutes.h */, - 7980F59AE5240BB6E9CB56FDFE765CD7 /* DBTEAMLOGTeamAuthRoutes.m */, - BC95BD49BD141DDAB4B04905425BE351 /* DBTEAMLOGTeamEvent.h */, - 4FD6E604F97CB86CA9B4E3A79CD738AE /* DBTEAMLOGTeamFolderChangeStatusDetails.h */, - 82D7AF33DF84787B111529FD74DEA02A /* DBTEAMLOGTeamFolderCreateDetails.h */, - 072D65C5B420FD6605508219D62E831D /* DBTEAMLOGTeamFolderDowngradeDetails.h */, - D50871B21DEBAA172795B55F2E7C443C /* DBTEAMLOGTeamFolderPermanentlyDeleteDetails.h */, - FA134524C8E4C9A0EA906CB855D37D45 /* DBTEAMLOGTeamFolderRenameDetails.h */, - 9416A517613BA061BC47D7E03814BCA5 /* DBTEAMLOGTeamFolderStatus.h */, - DC211992DCB68A86E249C555D612A32C /* DBTEAMLOGTeamLinkedAppLogInfo.h */, - 9D08BBEE1496B086AFCDDECD5AC7FDC8 /* DBTEAMLOGTeamMemberLogInfo.h */, - FF29604B32C7F440C8B18B1B00ECC1C7 /* DBTEAMLOGTeamMembershipType.h */, - B9D0E68C192B0A00E59396382E2A9377 /* DBTEAMLOGTeamMergeFromDetails.h */, - 3C587D64E5861498F5ECCEC4F1E11C3D /* DBTEAMLOGTeamMergeToDetails.h */, - E3A812D8F1EADB03B8A1034E73B7398A /* DBTEAMLOGTeamName.h */, - E53F81539A891B4C785F5FB380917733 /* DBTEAMLOGTeamProfileAddLogoDetails.h */, - 2C5CDC5A603CD0891B5E9A9239B51D56 /* DBTEAMLOGTeamProfileChangeLogoDetails.h */, - C7263C0E0E6CFE83ABE513BDF8FA362C /* DBTEAMLOGTeamProfileChangeNameDetails.h */, - D92F63FA9D1C089DB9662FD15E7166BC /* DBTEAMLOGTeamProfileRemoveLogoDetails.h */, - B4049BD66E6AC8E3B8D85A6BA034B583 /* DBTEAMLOGTfaAddBackupPhoneDetails.h */, - 5DA3DE692CC196638462CD7810D509E7 /* DBTEAMLOGTfaAddSecurityKeyDetails.h */, - 114E1BA9275E636F34917D8C6737AC55 /* DBTEAMLOGTfaChangeBackupPhoneDetails.h */, - D7C24689F083E6FD64DD4445D7742B55 /* DBTEAMLOGTfaChangePolicyDetails.h */, - CDF197CF6494092B0CA37F6DD34DFC95 /* DBTEAMLOGTfaChangeStatusDetails.h */, - 0AC95188484EACD8E6F3861A57A8419A /* DBTEAMLOGTfaConfiguration.h */, - A2DBA524C02293ECBF0C21CA2357B751 /* DBTEAMLOGTfaPolicy.h */, - C10FE78D44CE23F1D25D49FC9EAAF54D /* DBTEAMLOGTfaRemoveBackupPhoneDetails.h */, - C8A5741B951619763980FF274E0331F6 /* DBTEAMLOGTfaRemoveSecurityKeyDetails.h */, - 77A6A1B0E84A8BA2F4B9F9067A660010 /* DBTEAMLOGTfaResetDetails.h */, - 5248E621FFBA1988F93C159C2BD8383C /* DBTEAMLOGTimeUnit.h */, - 500C2AE74D94870A5F3DEDB9749A95EB /* DBTEAMLOGTwoAccountChangePolicyDetails.h */, - F26CEAFBB5B2F6FC29E3423BA1FA9151 /* DBTEAMLOGTwoAccountPolicy.h */, - 413CB7467E56D41F61FBA20F443E0BF4 /* DBTEAMLOGUserLinkedAppLogInfo.h */, - 714C2F85227F16B36FBB848D1B87B8FD /* DBTEAMLOGUserLogInfo.h */, - 29CCE1853F28F9C1BB832F891AB084FA /* DBTEAMLOGUserNameLogInfo.h */, - E7E96B813DA03424913A3FD6A092E597 /* DBTEAMLOGUserOrTeamLinkedAppLogInfo.h */, - BEE5FB07DEC584B14975DD3CF6732FA2 /* DBTEAMLOGWebSessionLogInfo.h */, - 9CE86648CD2FE367D34C5C73063BC640 /* DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetails.h */, - 1E1D5098AB0DB43FD87298685B1F1066 /* DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails.h */, - 9D04FEA8AD05035C9BDA50461A186611 /* DBTEAMLOGWebSessionsFixedLengthPolicy.h */, - 83A2707ECC429A34FC840E632F651AF5 /* DBTEAMLOGWebSessionsIdleLengthPolicy.h */, - CB9881F1DBACCDE3FD5DA383AA63EA1F /* DBTEAMMemberAccess.h */, - 9E10E04CD2B8F11D9CB48C0DCDD7590C /* DBTEAMMemberAddArg.h */, - 493A07A4D205BDB1899528169629AF52 /* DBTEAMMemberAddResult.h */, - D6CF66240B7E937987DE90A293622881 /* DBTEAMMemberDevices.h */, - D99F2E8B16B30256350BDBF45C1AB7D2 /* DBTEAMMemberLinkedApps.h */, - A17167759E61ECF7729E754EF3F06A0D /* DBTEAMMemberProfile.h */, - 7CAE3838C54713DABB53F578DB57A48B /* DBTEAMMembersAddArg.h */, - F261770FF1D342A95696DC7C35739457 /* DBTEAMMembersAddJobStatus.h */, - 9EC799F0C1637710985D20B935CAE14A /* DBTEAMMembersAddLaunch.h */, - E6985F60D99D7AE803C776AFD40D5B62 /* DBTEAMMembersDeactivateArg.h */, - EDBE155D1F17D8A6358C68A3838228BC /* DBTEAMMembersDeactivateError.h */, - EB9179C56B7BF823D18CEEB3E2ABF5BF /* DBTEAMMemberSelectorError.h */, - 722B47912546FC36877233EB7EA3DFB3 /* DBTEAMMembersGetInfoArgs.h */, - C45CCE32A346CB1C084630F77B38E6E9 /* DBTEAMMembersGetInfoError.h */, - 106A89AFE60EC6CB63BD045A24F1F758 /* DBTEAMMembersGetInfoItem.h */, - 07DC7544DB245114D915A33DF11E66F6 /* DBTEAMMembersListArg.h */, - 38340117955B5DD7CFBB90A6D3FBE958 /* DBTEAMMembersListContinueArg.h */, - 481CA25F91C356405C6365DFC440F932 /* DBTEAMMembersListContinueError.h */, - 5C6A6B0A242909C6E1500783CBFC4E58 /* DBTEAMMembersListError.h */, - 5886CA882810BC602B7538A9A9E346B4 /* DBTEAMMembersListResult.h */, - A1BDD60B08DE0C96A54ECA7030A6A647 /* DBTEAMMembersRecoverArg.h */, - DE9B78C1685C45E41F8D1A5176229690 /* DBTEAMMembersRecoverError.h */, - 08CFF3A82890E88BAAC2FF90481BA9E4 /* DBTEAMMembersRemoveArg.h */, - 6D9C5F78115B88D7B01E05E914430EB7 /* DBTEAMMembersRemoveError.h */, - B4EBB9A89CB19EAB0F5C61BF776A759F /* DBTEAMMembersSendWelcomeError.h */, - 26E232FCA8A7461111D34CDDE222AEB5 /* DBTEAMMembersSetPermissionsArg.h */, - 80C6D70C1405D9BB8BAC99255DBE5D65 /* DBTEAMMembersSetPermissionsError.h */, - C636AC6F51D41ABE2DE3426E062A025E /* DBTEAMMembersSetPermissionsResult.h */, - BB4347B2A749B89F90908E1160C89671 /* DBTEAMMembersSetProfileArg.h */, - 0477D09B26BA78995B72E6FBCD1EA5C0 /* DBTEAMMembersSetProfileError.h */, - 0E437AFC8D4742F46E86C95B76883D26 /* DBTEAMMembersSuspendError.h */, - E24BF42DAEC810BE4032DD724A2399B2 /* DBTEAMMembersUnsuspendArg.h */, - CB756299C6575668AF89430686BB97A4 /* DBTEAMMembersUnsuspendError.h */, - 388998FDC4D3B3872AE572A292675DDD /* DBTEAMMobileClientPlatform.h */, - 1170845E3185ACF8A3AEC2A7E1283F57 /* DBTEAMMobileClientSession.h */, - C7140EA8FEAC87AA12A6674D5BDD6AC9 /* DBTEAMNamespaceMetadata.h */, - 636509BFA0CADBA2B8829DC8CAAA7981 /* DBTEAMNamespaceType.h */, - 81EBC676596BFA65EBCC9F2216EBF4B4 /* DBTeamObjects.m */, - 9E3E9D65EF45F091E0222682D7DACD19 /* DBTEAMPOLICIESEmmState.h */, - 6E29F64B6AB23FDEB45329F8FB8FB924 /* DBTeamPoliciesObjects.m */, - DC960EE3D5938D2EAEB3E9EC297C0EE8 /* DBTEAMPOLICIESOfficeAddInPolicy.h */, - F6CF8B3F690DE8FF30064689A58F3B40 /* DBTEAMPOLICIESSharedFolderJoinPolicy.h */, - EEA3E6B65E7969E2363BB42126270868 /* DBTEAMPOLICIESSharedFolderMemberPolicy.h */, - F1CE4E3F0FB13F8FE8C36EEC3F27F78A /* DBTEAMPOLICIESSharedLinkCreatePolicy.h */, - A773D96EBA065323B509B1B1E089C72F /* DBTEAMPOLICIESTeamMemberPolicies.h */, - C015B3DC74278DC1A5EDB07EAB52E15C /* DBTEAMPOLICIESTeamSharingPolicies.h */, - EB2C31D7793E6AE8A540C5EED6B78440 /* DBTEAMRemovedStatus.h */, - 1098C469FADB0E3A430B278AA493B0B2 /* DBTEAMRevokeDesktopClientArg.h */, - 6AE4DB0132FA1F906131F2671A1B711D /* DBTEAMRevokeDeviceSessionArg.h */, - 9B29BA003053665A3547CCB6287D0C65 /* DBTEAMRevokeDeviceSessionBatchArg.h */, - EE5363009447DA9EF5BC39315A708D5F /* DBTEAMRevokeDeviceSessionBatchError.h */, - 1CC94C755E9745C6E9A14FCD004EBB87 /* DBTEAMRevokeDeviceSessionBatchResult.h */, - FC22888B9D563678176BB339E655E9E5 /* DBTEAMRevokeDeviceSessionError.h */, - F68867A07AD2821C6A7EA6F19C2F8753 /* DBTEAMRevokeDeviceSessionStatus.h */, - B5C40A8A6C9A025A1EEDA265514374FF /* DBTEAMRevokeLinkedApiAppArg.h */, - 794AFD2EC9BD2A2D39B75E44CE183973 /* DBTEAMRevokeLinkedApiAppBatchArg.h */, - 288EB6D09770FF8E9CED476610DF3A51 /* DBTEAMRevokeLinkedAppBatchError.h */, - 5F9C6D7D8EAB3DCFA86609E73741A96D /* DBTEAMRevokeLinkedAppBatchResult.h */, - 26F5BB4ABD6F5663E0894609F632E04C /* DBTEAMRevokeLinkedAppError.h */, - CA6BF9904BB3CCC526DC8B1568FDD731 /* DBTEAMRevokeLinkedAppStatus.h */, - 2FB3D6333DDA8D63C54A79BF306293D4 /* DBTEAMRouteObjects.h */, - F94312CE7BDD2F57D059E9DAA528C986 /* DBTEAMRouteObjects.m */, - 302548712BDA930B50FEC63FC4786A89 /* DBTEAMStorageBucket.h */, - 2DA08817F64855A4A8C82AF0D9281C25 /* DBTEAMTeamAuthRoutes.h */, - D6AF5C940595D93CA44450F6BE40EB78 /* DBTEAMTeamAuthRoutes.m */, - 9B7EC1EEC6EB62E2A404289A35B2F7FF /* DBTEAMTeamFolderAccessError.h */, - E15355AE4C5B9861A8F34F83C0F81B4E /* DBTEAMTeamFolderActivateError.h */, - FFB585B422F01E9367819098EF3F9F8B /* DBTEAMTeamFolderArchiveArg.h */, - BAA11810EC6D14BBE96007769EB90842 /* DBTEAMTeamFolderArchiveError.h */, - F70F75D751619C06B2E9B7E14D1D0B38 /* DBTEAMTeamFolderArchiveJobStatus.h */, - 2EAA25778FE20CE815A6610E0D442567 /* DBTEAMTeamFolderArchiveLaunch.h */, - 813B0A178B6D95429058BA08033EC7E2 /* DBTEAMTeamFolderCreateArg.h */, - 111530F50748B2D2268D644644C4D8BD /* DBTEAMTeamFolderCreateError.h */, - 202AAF1230367D58DD48F9CCE2BD4A1B /* DBTEAMTeamFolderGetInfoItem.h */, - 768A0148F44A2043851512CE951E9980 /* DBTEAMTeamFolderIdArg.h */, - B6FA93958094BCDA1CA617DD435675F4 /* DBTEAMTeamFolderIdListArg.h */, - C35952FD098AF3C5E2F26871D6DFB4A5 /* DBTEAMTeamFolderInvalidStatusError.h */, - A58B1EF4B846639D1D7007BE387F49B3 /* DBTEAMTeamFolderListArg.h */, - 7A252F66DBA6FD93A7040D707430696D /* DBTEAMTeamFolderListContinueArg.h */, - D981EB229F7721483D9CEB1C735F6BAE /* DBTEAMTeamFolderListContinueError.h */, - 1D14BD18B64EFDEFDAA4BBC206C1AEE4 /* DBTEAMTeamFolderListError.h */, - 3786965D8708522463A32459DE475DB9 /* DBTEAMTeamFolderListResult.h */, - A3462CD4B6AAD75E29CD736D1680D705 /* DBTEAMTeamFolderMetadata.h */, - 770C5D93CAF13535BF8D1F5364132116 /* DBTEAMTeamFolderPermanentlyDeleteError.h */, - D1EF5419BCBA6BE2C9B12AC34AB12F5E /* DBTEAMTeamFolderRenameArg.h */, - 901DE40E748395265A630E9AA12BFC54 /* DBTEAMTeamFolderRenameError.h */, - 415BBAF7BDE007D460D2180577824E2B /* DBTEAMTeamFolderStatus.h */, - 1712471BFC80EAB106C0080E256BE475 /* DBTEAMTeamFolderTeamSharedDropboxError.h */, - 108896DBE791FA7C50966AEAA727583F /* DBTEAMTeamGetInfoResult.h */, - DBE90AE4C9B89B7720A9B2B82C9D1F0D /* DBTEAMTeamMemberInfo.h */, - 3C635E8E38B29863D43226535D7B7A82 /* DBTEAMTeamMemberProfile.h */, - 799999114AD0282CA8924E09F7957123 /* DBTEAMTeamMembershipType.h */, - 77BA448E89021C957EAD9FEA51A8E1BF /* DBTEAMTeamMemberStatus.h */, - F4A40987D11503EAF859609318F7A885 /* DBTEAMTeamNamespacesListArg.h */, - 05A245059CD95C6E081769FE8603DF1D /* DBTEAMTeamNamespacesListContinueArg.h */, - 98FCCB2C9C4ED597E1CA08D3F6658093 /* DBTEAMTeamNamespacesListContinueError.h */, - C975DFCEAE7A118A8721BB3627AD8B8B /* DBTEAMTeamNamespacesListResult.h */, - EB8410FE8C126E56077971BF555DD9E8 /* DBTEAMTokenGetAuthenticatedAdminError.h */, - 2C0B9BC72C2D29041A82E74532D2871D /* DBTEAMTokenGetAuthenticatedAdminResult.h */, - 879274F906285E43B26731D8F951BFBF /* DBTEAMUpdatePropertyTemplateArg.h */, - 48D7CA19E5CFE081EA9F139653337943 /* DBTEAMUpdatePropertyTemplateResult.h */, - B23615BC8E5B96D0BCD62F34E41FCDAB /* DBTEAMUploadApiRateLimitValue.h */, - 1380414B43C5B2807B3E31F8C867F67D /* DBTEAMUserSelectorArg.h */, - A8C82805F03593E28456C21D67976765 /* DBTEAMUserSelectorError.h */, - 16B931361BAA30869C843CE1F3D95290 /* DBTEAMUsersSelectorArg.h */, - C35F4D70221FBD48FF2C665304E69A5B /* DBTransportBaseClient.h */, - 6133312CF199BD5F8A8CA41C793FB576 /* DBTransportBaseClient.m */, - CB3EF08D02C0EBCC6F2805A3CB1483E9 /* DBTransportBaseClient+Internal.h */, - DC2BD2FD832205C964C61390561D77F5 /* DBTransportBaseConfig.h */, - 086A4125C604698E3115E54C6F469838 /* DBTransportBaseConfig.m */, - 22D3E1347F39C4AB3F3B7266457D6B54 /* DBTransportClientProtocol.h */, - 3BB43FF40FC1834A678549FB21061D4C /* DBTransportDefaultClient.h */, - 3B623C10DFA0A6B986A09F9CBA3E330F /* DBTransportDefaultClient.m */, - CCCF811D5031DA15E74E57636429C5D7 /* DBTransportDefaultConfig.h */, - 301B9A9DE6BB1616A73C13ED66F5A6FC /* DBTransportDefaultConfig.m */, - 5667C50FB45B7D745A30EE77A1C7A9CE /* DBUserBaseClient.h */, - CD2F8FE1869F8A89402EFC7F93CC8425 /* DBUserBaseClient.m */, - 896AD990B4D8CDC3C1E17F8DE1FA5CCE /* DBUserClient.h */, - 9029AF661A9B0F165531FB2EE02BACD0 /* DBUserClient.m */, - 87BCCBBBEDB12B56B11A77D88714898B /* DBUSERSAccount.h */, - C5C9E11EE75637466B760E553D210ECF /* DBUSERSBasicAccount.h */, - DC3616AC1DDDFF4176BB6CCD208FBEEA /* DBUSERSCOMMONAccountType.h */, - E9F1A1A6F4D6A38FB5F8B332EA98987A /* DBUsersCommonObjects.m */, - ACD20F02121FA818822516B68B9B2470 /* DBUSERSFullAccount.h */, - 307C5DE2EB7B614C8B14113B55506B02 /* DBUSERSFullTeam.h */, - CA28C55CBB311FD1CF6C2D37EF609646 /* DBUSERSGetAccountArg.h */, - E70BCD13E6F1E2451C6A1E2D6565664C /* DBUSERSGetAccountBatchArg.h */, - FBD93396314AAEEB9C63CDD20CAEE896 /* DBUSERSGetAccountBatchError.h */, - 0056907656FB513A1F7F1BE5E264D20C /* DBUSERSGetAccountError.h */, - 424C4C9DDF9299EBBE0A2F1F86C06B0A /* DBUSERSIndividualSpaceAllocation.h */, - B044BBEDC79B49DABFCE89F1766DF3A8 /* DBUSERSName.h */, - B9D5D17FBC16C18E425C819ABB5F5B24 /* DBUsersObjects.m */, - 86A65A9367E351BDFFC311560B79FD02 /* DBUSERSRouteObjects.h */, - 82DE97BFAAB8D31F3E6B1954C4C08320 /* DBUSERSRouteObjects.m */, - B59002E28C9218BE2A266961BFBFB106 /* DBUSERSSpaceAllocation.h */, - 3B4F58AD8A4BAE690CDCE18D7732D852 /* DBUSERSSpaceUsage.h */, - 4568861AA6FDAC0BDBE15EB2DAC6CC15 /* DBUSERSTeam.h */, - 7E2F06FFCD95D2CBE9609D0589BCB4C1 /* DBUSERSTeamSpaceAllocation.h */, - ADCFF15C2B470CC97D1B93A4BF69C28D /* DBUSERSUserAuthRoutes.h */, - 8A994CDEB532EFE63A5CCA1D4EB607C8 /* DBUSERSUserAuthRoutes.m */, - 3522843B008DAB52FCE2460C270E1DA7 /* ObjectiveDropboxOfficial.h */, - F200C1430BDE6A6428C73759A2C94D19 /* ObjectiveDropboxOfficialLib.h */, - 98BC050A5B251A2A2FB2914391BD02DF /* Support Files */, - ); - name = ObjectiveDropboxOfficial; - path = ObjectiveDropboxOfficial; - sourceTree = ""; - }; - 10725BBE91BBD98E75528F72AA4E5B75 /* ISO8601 */ = { - isa = PBXGroup; - children = ( - 85DD283D2C40DFD5AE2AF282AACE4788 /* ISO8601.h */, - A6BF4A215C1A2C9859A61965B6FCFC6C /* ISO8601Serialization.h */, - 65D5CBCC3B2F9384FB335BC45C700FB1 /* ISO8601Serialization.m */, - E8541292D842070EA24D4BE908239850 /* NSDate+ISO8601.h */, - 2270E16B989E9453925E51535DE504B9 /* NSDate+ISO8601.m */, - 5CAABC06C3965552CF0A102281A2C0CA /* Support Files */, - ); - name = ISO8601; - path = ISO8601; - sourceTree = ""; - }; - 1491B2207C45385C42F47E34D35E68FF /* Crashlytics */ = { + 0B36F1C7F93C23B523B094E51B8B5940 /* Support Files */ = { isa = PBXGroup; children = ( - 136DC4BA696062EA771CFDF3E92507A7 /* ANSCompatibility.h */, - 82D1C5C84B7B4BFCDAC49E89EB7B3346 /* Answers.h */, - 67CC04BFD3FBA03985BCE32F71DDF0B5 /* CLSAttributes.h */, - 726FFDABDB49DBCFB27B4E29D1AF06FD /* CLSLogging.h */, - 054E3F608E1271F3EDC8B7E96C35BC85 /* CLSReport.h */, - 1AB9BB7C9FDA6ED2C6699E198E5808FF /* CLSStackFrame.h */, - 69D318153C940DF9C8B04D3893F1E21B /* Crashlytics.h */, - AC2799BC7677BDB6CDFFA08D461FCF7D /* Frameworks */, + A902783BD321EC6A09094D8BE9A4B732 /* ZXingObjC.xcconfig */, + 6C4B9D30735ED243538EEC9DD265D4B8 /* ZXingObjC-dummy.m */, + 44326E819F58C8ABACE588340A7AAB8E /* ZXingObjC-prefix.pch */, ); - name = Crashlytics; - path = Crashlytics; + name = "Support Files"; + path = "../Target Support Files/ZXingObjC"; sourceTree = ""; }; - 14E1BD3E79FECCAD74845ED3A12660B3 /* Serialization */ = { + 0BFD167C31D92FE89CE2E270926BE340 /* Support Files */ = { isa = PBXGroup; children = ( - 9214344BF8F966C35FCCA4C149440015 /* AFURLRequestSerialization.h */, - 1C94B333494D8772A0E405560C980024 /* AFURLRequestSerialization.m */, - 0E657B14B11F16BBEEA65FFA1239A81E /* AFURLResponseSerialization.h */, - E09AD1332C5AA69CC5DD4A5D54AD2266 /* AFURLResponseSerialization.m */, + 6B61B4E6549FA10D614A22C0077A6A8B /* STPrivilegedTask.xcconfig */, + 0F29C4456B9D7287C8868C36F9CCBA6A /* STPrivilegedTask-dummy.m */, + FBD29A95F6E75BCBD39509D91EBEFE26 /* STPrivilegedTask-prefix.pch */, ); - name = Serialization; + name = "Support Files"; + path = "../Target Support Files/STPrivilegedTask"; sourceTree = ""; }; - 2714D17950FF611CC588AC14C7D409E6 /* STPrivilegedTask */ = { + 13CCDA0A132396A25662BBCA75399938 /* Pods */ = { isa = PBXGroup; children = ( - 7932A00325FEBB23B0F6A5363D682BD4 /* STPrivilegedTask.h */, - 9409B91D7DA51F1DFB3D48E3B0DEB219 /* STPrivilegedTask.m */, - D00F7E2365AD7354C337F3B9F26BE9C4 /* Support Files */, + 55E1F36E99DE5831CA7A33C552F872F7 /* AFNetworking */, + F506885B0E7FF9E8E90387275C3B3B5F /* CMDQueryStringSerialization */, + 8CE947C75E6D4F540610B6298BE223DF /* Crashlytics */, + E363995E691EF236E83187FEE1F9A08E /* Fabric */, + B6B2887E333F4A1C6A5A87B286799D66 /* Google-Analytics-for-OS-X */, + FD0AA3FC0D1F35FEB24CFEB8F617B9E2 /* ISO8601 */, + 7C0AC501B1BDB2C47F662E3E7780871D /* ObjectiveDropboxOfficial */, + C13D375310F521F316E2D5D23890EA2B /* SAMKeychain */, + B094EC152B0D95C245FB02496C84F3E5 /* SSZipArchive */, + AD6F3699A4A95A52BB77D20B2125A5F5 /* STPrivilegedTask */, + A711A103B28EF8452C1BB071B7423F99 /* ZXingObjC */, ); - name = STPrivilegedTask; - path = STPrivilegedTask; + name = Pods; sourceTree = ""; }; 281A2E63437EE9798B934C3FF8A88F3E /* Products */ = { @@ -4506,37 +3589,6 @@ name = "Targets Support Files"; sourceTree = ""; }; - 47A9E564821CF9C5B8C1941EE29D7C6A /* Support Files */ = { - isa = PBXGroup; - children = ( - 5F54096090D86B1D235D625B65585CD4 /* ZXingObjC.xcconfig */, - EAA8716911FEF0CDD51A3007469AE2B6 /* ZXingObjC-dummy.m */, - A24A6A0E9EA2743F6ADB426C7F31EF79 /* ZXingObjC-prefix.pch */, - ); - name = "Support Files"; - path = "../Target Support Files/ZXingObjC"; - sourceTree = ""; - }; - 48428E57BA193AD4671161F29F355446 /* CMDQueryStringSerialization */ = { - isa = PBXGroup; - children = ( - 4A35F20B6A7A734DACEC4C7E8616BB71 /* CMDQueryStringReader.h */, - 524741284F38AD9E913F689E178C39A0 /* CMDQueryStringReader.m */, - 12A9F53D85445306696AA139B8277FC4 /* CMDQueryStringSerialization.h */, - 4B04ECBE37D3B344204CAA087C578081 /* CMDQueryStringSerialization.m */, - F4E3469892F71B05B4256C4BFBAC8483 /* CMDQueryStringValueTransformer.h */, - 8D079B644058D795F6D0E5707B9ED1F3 /* CMDQueryStringValueTransformer.m */, - 64EE2EC4A935C3B7B5C19A8BCD6CF0C2 /* CMDQueryStringWritingOptions.h */, - F950F68F98EB9C46AFA0E8603831EB2C /* NSString+CMDQueryStringSerialization.h */, - E1FC8FAD0761D9A1B3989979F56CEFF8 /* NSString+CMDQueryStringSerialization.m */, - EA093CBA3BBE86BF589065B577CEBB15 /* NSURL+CMDQueryStringSerialization.h */, - AD3633543555A305C3E0B8E79F761ABD /* NSURL+CMDQueryStringSerialization.m */, - 4E0AC3796F44456E6DABF420FAAFD6BC /* Support Files */, - ); - name = CMDQueryStringSerialization; - path = CMDQueryStringSerialization; - sourceTree = ""; - }; 49EB8CB7B5EBCCF8DFF1AECBE9E91FC6 /* Pods-AppBox */ = { isa = PBXGroup; children = ( @@ -4552,51 +3604,1144 @@ path = "Target Support Files/Pods-AppBox"; sourceTree = ""; }; - 4E0AC3796F44456E6DABF420FAAFD6BC /* Support Files */ = { + 55E1F36E99DE5831CA7A33C552F872F7 /* AFNetworking */ = { + isa = PBXGroup; + children = ( + CB2DDEBFA5FDA9FAB713C1F6E2F8B19D /* AFNetworking.h */, + 89868482C54A6D3025313AFDCF0606B9 /* NSURLSession */, + B4A95DA0E6D395C4D10EEDAA6E76ADB5 /* Reachability */, + ECFA57885E34829850B88EB561DC8BA4 /* Security */, + A155DF87AA677D7C37AF84428970E7DC /* Serialization */, + 7716E868E02CBB7000D5E7B24792064B /* Support Files */, + ); + name = AFNetworking; + path = AFNetworking; + sourceTree = ""; + }; + 56A3853FB28F631A0E76409797C6124C /* Support Files */ = { isa = PBXGroup; children = ( - 8943925C53E69E9FDB9110D610BDD32C /* CMDQueryStringSerialization.xcconfig */, - 978C5925AA97ADE687596781BBFA9BCF /* CMDQueryStringSerialization-dummy.m */, - DCB98C27DF85E7352B8DCA0A5DAB82E3 /* CMDQueryStringSerialization-prefix.pch */, + EB4F268825F20E91590CE88FD287B560 /* Google-Analytics-for-OS-X.xcconfig */, + EA63F1B879E1CFB06EC664F226414DFB /* Google-Analytics-for-OS-X-dummy.m */, + 9AA0100A0954C31DE14FEE615F1BAAB7 /* Google-Analytics-for-OS-X-prefix.pch */, ); name = "Support Files"; - path = "../Target Support Files/CMDQueryStringSerialization"; + path = "../Target Support Files/Google-Analytics-for-OS-X"; + sourceTree = ""; + }; + 5BBB7DE50E95589C7A61EDF0FCB27E04 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 5FDFFFBD58B59263DDB5D11E2E2B750A /* Crashlytics.framework */, + ); + name = Frameworks; sourceTree = ""; }; - 5CAABC06C3965552CF0A102281A2C0CA /* Support Files */ = { + 6852D987CC57E0E2FCA0863FA644CE0F /* Support Files */ = { isa = PBXGroup; children = ( - EB203FDBA090DB504619B81B4CFF3F36 /* ISO8601.xcconfig */, - CDF6EE53ED5AABCA64226BEBBE9D5B29 /* ISO8601-dummy.m */, - ECC4189273BCC573C87DAFCC72EBB306 /* ISO8601-prefix.pch */, + 37EF6A2E394DE84612A7A680E53A2EB7 /* SAMKeychain.xcconfig */, + 90D6FD567403A0C529C53E15192FC211 /* SAMKeychain-dummy.m */, + 1CB6BD330294BD43BC14843287DB5549 /* SAMKeychain-prefix.pch */, ); name = "Support Files"; - path = "../Target Support Files/ISO8601"; + path = "../Target Support Files/SAMKeychain"; sourceTree = ""; }; - 5CEDE9685813AE73F37AF76D285FC828 /* SAMKeychain */ = { + 7716E868E02CBB7000D5E7B24792064B /* Support Files */ = { isa = PBXGroup; children = ( - 76E8A32D3A421650AE757F2A1FC4DC50 /* SAMKeychain.h */, - ED4C9A8633E9A50F0B8126B4CB8EE4F8 /* SAMKeychain.m */, - 89A5AFA1C014ECFD480BC33424BCB382 /* SAMKeychainQuery.h */, - 751E0652C01D1745A85EB561F56C2307 /* SAMKeychainQuery.m */, - FBCFF94D1111D71D83C9827FABC3BECC /* Resources */, - DA7FF2A8DBAB0107CF5A6E2A74C12B3E /* Support Files */, + BAD62B9F5F2CE61935890D72700DA6A2 /* AFNetworking.xcconfig */, + E37278F8AA7EAA7670E0FAFBECED182D /* AFNetworking-dummy.m */, + 0C5881DD07E4BBA2025692BF7EF0BC36 /* AFNetworking-prefix.pch */, ); - name = SAMKeychain; - path = SAMKeychain; + name = "Support Files"; + path = "../Target Support Files/AFNetworking"; sourceTree = ""; }; - 6DEE07A3F6D118577363C8B583D351EE /* NSURLSession */ = { + 7C0AC501B1BDB2C47F662E3E7780871D /* ObjectiveDropboxOfficial */ = { isa = PBXGroup; children = ( - FC4AF7B84E585A32B2D2AEEAF02769E3 /* AFHTTPSessionManager.h */, - DBB5ECB994661E687C57610AC052F5A5 /* AFHTTPSessionManager.m */, - 3EC6B91B7DE4CFA8073092F50FBFE5C1 /* AFURLSessionManager.h */, - 7AF1203C313AFA55B8DFC1F205865690 /* AFURLSessionManager.m */, + FD121C5B756F157BC1C8FB94E3C89EF7 /* DBAppBaseClient.h */, + F9F7DDB1647485671C7E3B5E0D0862B9 /* DBAppBaseClient.m */, + E21827C382BBEAE1872EF42F7F3CC905 /* DBAppClient.h */, + 0892DE306CF241E65524A326D378F223 /* DBAppClient.m */, + E34DDA739C073E7DCDC63E19C78DAA42 /* DBASYNCLaunchEmptyResult.h */, + B9725F4981709B5E707E8F01E3E85674 /* DBASYNCLaunchResultBase.h */, + E309C5E06BD69E73633F1C73C8596746 /* DBAsyncObjects.m */, + 0F8F954FB7745124EF4D8DDFF2A5BF0E /* DBASYNCPollArg.h */, + 6B066B1A027DD4CFA6FC149535FDDA69 /* DBASYNCPollEmptyResult.h */, + 8C099FF7FB13D8B3313F81286CBEE003 /* DBASYNCPollError.h */, + D4FEC075671361C2F2525A00AFDD4A70 /* DBASYNCPollResultBase.h */, + 51A167092584D9E0F84015BE81027DD8 /* DBAUTHAccessError.h */, + 9A1125D40F5378A5A0AFA0F6E7BFFE7A /* DBAUTHAppAuthRoutes.h */, + DC58A4159F45513A751052A15B6104BE /* DBAUTHAppAuthRoutes.m */, + 33E9622160AD6F63217F6B7A0AD33947 /* DBAUTHAuthError.h */, + 0D271834E566084CBCB45C77DC92EFBC /* DBAUTHInvalidAccountTypeError.h */, + 7500ED0CBBE334957195A9E0BAEE99EC /* DBAuthObjects.m */, + 6B8958890CC64D5689B3425E723F6FE8 /* DBAUTHPaperAccessError.h */, + A0CCE899832B864452BB382CB9E7BD1E /* DBAUTHRateLimitError.h */, + 764D1BE4F8A59EF9BCABE1D8A68DFC45 /* DBAUTHRateLimitReason.h */, + 1228E13AD335184030DF5746695F2843 /* DBAUTHRouteObjects.h */, + 839033D3A15C5B26689C7F8A296C4D0E /* DBAUTHRouteObjects.m */, + 699672794FE5DB46334845104EBBDBBD /* DBAUTHTokenFromOAuth1Arg.h */, + 0E7FD2F30D4BEFDF74D9EE9EC76FF5EE /* DBAUTHTokenFromOAuth1Error.h */, + D56E578FF99C6EE5EF34BAD61510A849 /* DBAUTHTokenFromOAuth1Result.h */, + 631FEAE985C5565D14F5027811A275BC /* DBAUTHUserAuthRoutes.h */, + 49C56D4B445C7F2C5377EDADC1E55537 /* DBAUTHUserAuthRoutes.m */, + 2979F3FCE396B602B4475E520D02F33B /* DBChunkInputStream.h */, + 52070897C886F04DD0DF0534BE9F6D10 /* DBChunkInputStream.m */, + 8A7C1F79B44C0321F77307E606854716 /* DBClientsManager.h */, + 9618B70F7A9146AA1EE46087F6B98DC9 /* DBClientsManager.m */, + 72DF3D204DA3CB88D92EF938F7F235DE /* DBClientsManager+DesktopAuth-macOS.h */, + 7D2F6EC4FE2B3A3888C8A9ADB16FF6BE /* DBClientsManager+DesktopAuth-macOS.m */, + 9F5AEA5D079D527284575CA8799AF267 /* DBClientsManager+Protected.h */, + A2E9CCF34986E36725551333C0A4F824 /* DBCOMMONInvalidPathRootError.h */, + EF1391D0839A464967D6FD3D8AA0E55D /* DBCommonObjects.m */, + 65E3666883F7DF41515F1C446DF78286 /* DBCOMMONPathRoot.h */, + 778A6A9A6BC39FD2BB957AE78ACDDF74 /* DBCOMMONPathRootError.h */, + 0309FD52DC1A66B967C8FC4EA406C429 /* DBCustomDatatypes.h */, + C59AEF4112B2CA98006DD95E1E5B5B1B /* DBCustomDatatypes.m */, + 5741AB1AB29E7D55F383BA3269FF3D77 /* DBCustomRoutes.h */, + CA9D547703DF713F701F749645C5E7DC /* DBCustomRoutes.m */, + E7B853C6B1CA2912FB5E1E8F2E7EA161 /* DBCustomTasks.h */, + 55A59A45D31C37745BC470BDEC485DC3 /* DBCustomTasks.m */, + 7D7069B5DB7F143B3780A7877973F07E /* DBDelegate.h */, + 6C13F2127BECAF4824BC1B97A4F77FDB /* DBDelegate.m */, + 5165E2536E783C7CCF1D59FF1427526A /* DBFILEPROPERTIESAddPropertiesArg.h */, + 101484C154331AC75F1D6109ED9DDB1F /* DBFILEPROPERTIESAddPropertiesError.h */, + E795A3A98644A316B7E4645645ED5A93 /* DBFILEPROPERTIESAddTemplateArg.h */, + 77809B63E35C726FAD51982CD6081F5B /* DBFILEPROPERTIESAddTemplateResult.h */, + 3BE006F0316186B911FC38C61F3B30D0 /* DBFILEPROPERTIESGetTemplateArg.h */, + 7A470402EC797E063E149770C4FC8B77 /* DBFILEPROPERTIESGetTemplateResult.h */, + C41D0B3C65AE0C50EA85EB8F07F78D8D /* DBFILEPROPERTIESInvalidPropertyGroupError.h */, + 4111A665A9553698A4E33112A83FDADF /* DBFILEPROPERTIESListTemplateResult.h */, + B2E50EFBACC85ABB6976CE493FA3B9F5 /* DBFILEPROPERTIESLogicalOperator.h */, + BF90EF4BC1F2728DC65ED0184F692B93 /* DBFILEPROPERTIESLookupError.h */, + B4E7E5138AC687956631ED4023128682 /* DBFILEPROPERTIESLookUpPropertiesError.h */, + 3ABCB3F0037225954D6A02B382CD1A64 /* DBFILEPROPERTIESModifyTemplateError.h */, + 9AB1B795A293ACAC1284E1F0AA617965 /* DBFilePropertiesObjects.m */, + 3C9105F23CE1E182FB1FB9B15ADFAAF9 /* DBFILEPROPERTIESOverwritePropertyGroupArg.h */, + 8D44E3507907AD91945303284149EAEA /* DBFILEPROPERTIESPropertiesError.h */, + 069BE7476A66F88AE5484225764002AE /* DBFILEPROPERTIESPropertiesSearchArg.h */, + 0735779BB9BD937CA0CF04D0B96860B3 /* DBFILEPROPERTIESPropertiesSearchError.h */, + C5747A5962359142B12A5A2CC15E3A51 /* DBFILEPROPERTIESPropertiesSearchMatch.h */, + E927E33C105288D3F6D8062EFFDD71A9 /* DBFILEPROPERTIESPropertiesSearchMode.h */, + 0F3258BDCBF3DC3575A6D7DF9B9A1DBB /* DBFILEPROPERTIESPropertiesSearchQuery.h */, + B6803897122683CC482ACD4EE6A04E08 /* DBFILEPROPERTIESPropertiesSearchResult.h */, + 814D5A71411AB3F59F45D67309CD2D9A /* DBFILEPROPERTIESPropertyField.h */, + 31F244B87B73DCE61E66870945F6559D /* DBFILEPROPERTIESPropertyFieldTemplate.h */, + FAD1AB7923C3FE05C63F41A6636FDE3B /* DBFILEPROPERTIESPropertyGroup.h */, + 07F814ED18AE0D99EDC31C2E5D485ADD /* DBFILEPROPERTIESPropertyGroupTemplate.h */, + 15CCBC3C740EA269A4530F7967CCF70B /* DBFILEPROPERTIESPropertyGroupUpdate.h */, + 82E84B5B88AC33DB42CEB81A406CBF7F /* DBFILEPROPERTIESPropertyType.h */, + 5EC1B527D2195E62B00229DDFB2FD1F3 /* DBFILEPROPERTIESRemovePropertiesArg.h */, + 1A806C17A2BBB1E47C451B8DF3DA9C6B /* DBFILEPROPERTIESRemovePropertiesError.h */, + DEC861E527B481A00023D1D04CC17456 /* DBFILEPROPERTIESRouteObjects.h */, + 1F45D8DCD498F50A8CA758252BC690FB /* DBFILEPROPERTIESRouteObjects.m */, + 9500F20A8360ED33497FA67EA8E7BB77 /* DBFILEPROPERTIESTeamAuthRoutes.h */, + D749F7D329DF0FEB45356C50E2862239 /* DBFILEPROPERTIESTeamAuthRoutes.m */, + D82691643496E8DF352CE6DD8E1B3123 /* DBFILEPROPERTIESTemplateError.h */, + D5759F9CF92A644295054E401035A9BE /* DBFILEPROPERTIESTemplateFilter.h */, + EC095F1BAB6DFD0FBC6C5DC59951D7AE /* DBFILEPROPERTIESTemplateOwnerType.h */, + ABD08C5BAC717F171C859437342D5264 /* DBFILEPROPERTIESUpdatePropertiesArg.h */, + CDA0F37AA24CE1B250FCF044DAFC1A7A /* DBFILEPROPERTIESUpdatePropertiesError.h */, + 1F9C0AF499EE55E29469187BA19CFD24 /* DBFILEPROPERTIESUpdateTemplateArg.h */, + 7AD8DDAC03299835CE30DAD4B43052E7 /* DBFILEPROPERTIESUpdateTemplateResult.h */, + 60FB11411FAA722237897BE3EF3FF7B1 /* DBFILEPROPERTIESUserAuthRoutes.h */, + FD7CE6B7EFED7D235846BC776E9363E6 /* DBFILEPROPERTIESUserAuthRoutes.m */, + 8EF9250A0E4E874D2BB154BE36FFC0A2 /* DBFILEREQUESTSCreateFileRequestArgs.h */, + D3C638158A278F621D7539E45FB01E62 /* DBFILEREQUESTSCreateFileRequestError.h */, + BB467AFE74AA6A0687FB52A134A7BCB3 /* DBFILEREQUESTSFileRequest.h */, + 9A5DE1CD3AAD42BCB5C6B889ADEF7065 /* DBFILEREQUESTSFileRequestDeadline.h */, + 83D1F22771219BE3E8363FDEC79F9F12 /* DBFILEREQUESTSFileRequestError.h */, + 856884DF3A506649E5F95047BB7B9E22 /* DBFILEREQUESTSGeneralFileRequestsError.h */, + B60D823C94D0CA92F8C7B1463CB3D3E8 /* DBFILEREQUESTSGetFileRequestArgs.h */, + 1CE3D79E07AA0642018EB4AA7B003718 /* DBFILEREQUESTSGetFileRequestError.h */, + B26517FBB27AE811C7C7B1E70C154153 /* DBFILEREQUESTSGracePeriod.h */, + C55A16FF53AAA9C9E3DBD5A8217ED4A1 /* DBFILEREQUESTSListFileRequestsError.h */, + 509DA58A00F2C5F4068480B4266DC90F /* DBFILEREQUESTSListFileRequestsResult.h */, + A1809002CFE23722C3018B9069BB821B /* DBFileRequestsObjects.m */, + 289F5B9286D8DD9365C0BB9FB8F79BD8 /* DBFILEREQUESTSRouteObjects.h */, + 22C6F3C5B4D4DB56D17446299F281EBF /* DBFILEREQUESTSRouteObjects.m */, + 2C59C03F68E259D84042ECA948CE9D34 /* DBFILEREQUESTSUpdateFileRequestArgs.h */, + 7E5B55D9C3A8643E60A1648AF18915B2 /* DBFILEREQUESTSUpdateFileRequestDeadline.h */, + C011D1AF9456C7E0170C4EDA1582A390 /* DBFILEREQUESTSUpdateFileRequestError.h */, + 90042324EFFB3E05A39FBFFF815E4769 /* DBFILEREQUESTSUserAuthRoutes.h */, + 1EE4C4BD2464365ABE516C40AD4F1184 /* DBFILEREQUESTSUserAuthRoutes.m */, + 326016A56C6AD2771928BFC4A093F93B /* DBFILESAlphaGetMetadataArg.h */, + 40D3820077CBFE26B627B0076C434104 /* DBFILESAlphaGetMetadataError.h */, + 6AD994DAC58AB1AC60F9395A185D6F5B /* DBFILESCommitInfo.h */, + CC8B31F99AECB43B8B8C4EA639CA4C75 /* DBFILESCommitInfoWithProperties.h */, + 0CDC30EDE52399FAE0176860A28EB5C6 /* DBFILESCreateFolderArg.h */, + A505FD36D251C3EAF23E04C963318252 /* DBFILESCreateFolderError.h */, + 473C6793C8C6C0734565D7AD7FA984C6 /* DBFILESCreateFolderResult.h */, + 848BDA0A870CE47125835085CB47F6FF /* DBFILESDeleteArg.h */, + 55D6DCA593C29D5269D5912932303090 /* DBFILESDeleteBatchArg.h */, + 1BFCE5A07B79E8B5B176E481DC40DED3 /* DBFILESDeleteBatchError.h */, + 182E54B0B3DB1FC445CDA1B9FC45749E /* DBFILESDeleteBatchJobStatus.h */, + B535AEB1F306A4D1E3C08F82D1E1B60A /* DBFILESDeleteBatchLaunch.h */, + 87E8605A750D2D42ECD13F26DFBA0852 /* DBFILESDeleteBatchResult.h */, + 6B5A51A7BDD247602023A4337A4B8713 /* DBFILESDeleteBatchResultData.h */, + 90A32D3F7E6923FFEDE9448B24D6B5CF /* DBFILESDeleteBatchResultEntry.h */, + 8E2AD57FC4C617AD358471F63EA84811 /* DBFILESDeletedMetadata.h */, + 0E71833C6991491DA795C8FC9E91248D /* DBFILESDeleteError.h */, + 6F623EF3E288F28C76CEA330B1916566 /* DBFILESDeleteResult.h */, + F7EDD12081F392BF91F03D3FB275A4D1 /* DBFILESDimensions.h */, + 77FA07CFEC22E56253A363DF068B64FB /* DBFILESDownloadArg.h */, + F6D967A91751D41A80BCE47A6CD5010B /* DBFILESDownloadError.h */, + 0170EE15A5B7E86900F7D24C8FD00F0B /* DBFILESFileMetadata.h */, + 880790F49EEC9E6AE86019B349ABFEB6 /* DBFILESFileOpsResult.h */, + 17419AAD177D56676A7E044E018D75D8 /* DBFILESFileSharingInfo.h */, + 6EA1A48AD59314FC91CED1D6A13F031A /* DBFILESFolderMetadata.h */, + A7DD103AC1E6D6933278210D9036FFDF /* DBFILESFolderSharingInfo.h */, + 919A10EC4609C6F1B84DB9E3A05392FA /* DBFILESGetCopyReferenceArg.h */, + F8E885F4E63C26A36B062616275D7691 /* DBFILESGetCopyReferenceError.h */, + DD33DF8DF0B2A22EB7E58B81582C4AEB /* DBFILESGetCopyReferenceResult.h */, + A8C0B8B8DC51CC2D7C1E70C3DE876356 /* DBFILESGetMetadataArg.h */, + CA93996C0D3AE03E5D71186B530DDA90 /* DBFILESGetMetadataError.h */, + 0A394A7A2E02B51820ABEEE3003346A6 /* DBFILESGetTemporaryLinkArg.h */, + 4621914DEDBDFEAE44CD4A577849C5F6 /* DBFILESGetTemporaryLinkError.h */, + 8F1717AD477B3E7A62108251D6F36725 /* DBFILESGetTemporaryLinkResult.h */, + 87ACE8A8BAE1127E6D97E1FAA8C70D6F /* DBFILESGetThumbnailBatchArg.h */, + 4B728FEAE0266854705215DA7E4D541A /* DBFILESGetThumbnailBatchError.h */, + 0E9374E5D2A5B775E602D68FC97BF530 /* DBFILESGetThumbnailBatchResult.h */, + C04EE5E517B3D0CC2DC419BE83BF91B9 /* DBFILESGetThumbnailBatchResultData.h */, + 201EBA298A2D69883F90086EEC4A0480 /* DBFILESGetThumbnailBatchResultEntry.h */, + 62DA730CF59FCBBDD2DAD7B3A13EE40D /* DBFILESGpsCoordinates.h */, + EC304592162F64D0B50F0AB8813341A5 /* DBFILESListFolderArg.h */, + 5A82D711F43169DCF74B1016A8AD9941 /* DBFILESListFolderContinueArg.h */, + CF7085D15BBCD1FE03BE1B8A0E14C27D /* DBFILESListFolderContinueError.h */, + 0D6D1D4ECD9F0D7168456469EC95BA3F /* DBFILESListFolderError.h */, + D20FC67374A1BA5658CED0D56F22A695 /* DBFILESListFolderGetLatestCursorResult.h */, + BFB531A4D207C276F4B077231FD125C5 /* DBFILESListFolderLongpollArg.h */, + 32599F370C6BE4C86FE08F681F9F54F1 /* DBFILESListFolderLongpollError.h */, + 08C189CB27142079179D287847243341 /* DBFILESListFolderLongpollResult.h */, + 29E6033BC629F39F8A2C5ED17E411B41 /* DBFILESListFolderResult.h */, + 9183F4394E8A44A37DF26AB9EA52E54D /* DBFILESListRevisionsArg.h */, + 32A6D91B8B7018B1FE224CB6439FD5A7 /* DBFILESListRevisionsError.h */, + AAF30FD5DF6CE3597162B49E70B5991A /* DBFILESListRevisionsMode.h */, + 6182E6D8784348BBD0D49C825F259A71 /* DBFILESListRevisionsResult.h */, + 1DA779C7F2896D8FDAAE1AF83D6D84ED /* DBFILESLookupError.h */, + 5B17A64636BC12F276EFEFF9AF29BDA4 /* DBFILESMediaInfo.h */, + 997D3C579686B6C7A9DA2B154F8A6514 /* DBFILESMediaMetadata.h */, + E9E36BD1285561BAD9F54FA148B2CED6 /* DBFILESMetadata.h */, + C66B3C4A8E93BF08A0F4EE81732DFA7A /* DBFilesObjects.m */, + 60FBAB1DFD9AD1DBE62E9FA77A0806F2 /* DBFILESPhotoMetadata.h */, + 62D9A37F0D02473F84D105F15542FA06 /* DBFILESPreviewArg.h */, + BBC911AD571B7C665ACCFFB432642E8E /* DBFILESPreviewError.h */, + D9944144FCC161751CB15AE3C35DA525 /* DBFILESRelocationArg.h */, + 8C298AA0E82AED5AC76BC05CAA150DC8 /* DBFILESRelocationBatchArg.h */, + 03BB4F7519798A25A1110B294933031D /* DBFILESRelocationBatchError.h */, + 9A878667FD85A6FD47F3262A90AFCAA2 /* DBFILESRelocationBatchJobStatus.h */, + B418F924D5EA72BFD908EF7B706A193F /* DBFILESRelocationBatchLaunch.h */, + E3A10EA70BFFAAA5502372C62E3C72A2 /* DBFILESRelocationBatchResult.h */, + ADDE4E133BFA8E1FF52AD35409C5C13D /* DBFILESRelocationBatchResultData.h */, + 777BC40E5F969FA7861E23934A065E44 /* DBFILESRelocationError.h */, + 04303D4068D39A6727473667144DAC02 /* DBFILESRelocationPath.h */, + E1A27526280D57D5EB80B928B284DBC0 /* DBFILESRelocationResult.h */, + CB75511EB590411568E4B1144A46E948 /* DBFILESRestoreArg.h */, + EF9A89A3FEFF8CB276C0B8B176184F99 /* DBFILESRestoreError.h */, + 111F59953B472C1043D0330695EFC56E /* DBFILESRouteObjects.h */, + 39865A33B039B350BC1F6538C6277CE8 /* DBFILESRouteObjects.m */, + 019310EEB7E16F20D0798B89F23D4DB9 /* DBFILESSaveCopyReferenceArg.h */, + 0B49B5EEC0445F584CE33C01A16EB0AD /* DBFILESSaveCopyReferenceError.h */, + 0D77656EF95978AA544A02D223BB766F /* DBFILESSaveCopyReferenceResult.h */, + 780139505FC3AA83373D983080CA3578 /* DBFILESSaveUrlArg.h */, + 95400388D068BFE216EB2CFAD22E02E7 /* DBFILESSaveUrlError.h */, + BDEE8BE98C71D3EB18DFA5B40A0BEF6F /* DBFILESSaveUrlJobStatus.h */, + ACBC97E5E1B916548B04274531DE3FD1 /* DBFILESSaveUrlResult.h */, + C05BE593300B3C7F1641C1AC30318C34 /* DBFILESSearchArg.h */, + C30326D66F6046569A511659F625D859 /* DBFILESSearchError.h */, + 1D8D17E82C6FDFB568F98212E4B0A09C /* DBFILESSearchMatch.h */, + 39BDFE4D01416AC9BB4235892AF35626 /* DBFILESSearchMatchType.h */, + 2DFA5DC61B89A74CA1422C39E9D803E1 /* DBFILESSearchMode.h */, + B273420881357F1B3F7BD44733FA1CD5 /* DBFILESSearchResult.h */, + CECF9F193CFA13BA345B3E421541345B /* DBFILESSharedLink.h */, + 4E3C1A29B064D201A468FD47B4AA7DCA /* DBFILESSharingInfo.h */, + 1F21EC07476956FF7FD144FB4766A263 /* DBFILESThumbnailArg.h */, + FF1456BD197D41CA27E38FA9C032166E /* DBFILESThumbnailError.h */, + 45A77CE95A2E456193D19AD2F75CBEA0 /* DBFILESThumbnailFormat.h */, + 786C021A811C9228554E0F094C898E8F /* DBFILESThumbnailSize.h */, + 4405F8A17F3A7E0E3F313544ED8F248B /* DBFILESUploadError.h */, + E611C54149AAFC15AD2EC3A35F23B8D2 /* DBFILESUploadErrorWithProperties.h */, + F0AE0DC3C9B0FA21F39E143C8971D348 /* DBFILESUploadSessionAppendArg.h */, + FFCC6FC602D83F42DF384C5D0D083933 /* DBFILESUploadSessionCursor.h */, + 68ED9A6FA120C2520B6B20DF3A7696CD /* DBFILESUploadSessionFinishArg.h */, + AF5B9D19B72CE59E3166483F5267655E /* DBFILESUploadSessionFinishBatchArg.h */, + D08E629F1FFA3DE84C8FE9F12F497DF7 /* DBFILESUploadSessionFinishBatchJobStatus.h */, + 5398227DA8B2C043A2932C682B4C19D3 /* DBFILESUploadSessionFinishBatchLaunch.h */, + 2D6778C24C32886A6F90F2ED574A615E /* DBFILESUploadSessionFinishBatchResult.h */, + 4D22F57781E67614F81D473B68248CED /* DBFILESUploadSessionFinishBatchResultEntry.h */, + 23E61995F7057F19BEFE2B5EC62608C3 /* DBFILESUploadSessionFinishError.h */, + 04AAEABDF774E0624F936076D6CB587C /* DBFILESUploadSessionLookupError.h */, + BDE1CFE0F10475524CAFC0D343B81101 /* DBFILESUploadSessionOffsetError.h */, + BF366503F702C79A1D45543F6E3FE0C0 /* DBFILESUploadSessionStartArg.h */, + 894515776BB46A0EF32E1AFB5C0DE3AD /* DBFILESUploadSessionStartResult.h */, + 4505FAB388B3459647990E39B55C30E0 /* DBFILESUploadWriteFailed.h */, + 1571A293CB3C6355FCEB7E80CD72B480 /* DBFILESUserAuthRoutes.h */, + C59AA2755A1F0EB3FA2E7E6C0BB1393F /* DBFILESUserAuthRoutes.m */, + 1375CAB1B92053DE5B9F09FD269023D0 /* DBFILESVideoMetadata.h */, + 0B83B78412B857138B94DC9D9C91CD75 /* DBFILESWriteConflictError.h */, + E485351A1122AE86BF6C25CAD59F3C0C /* DBFILESWriteError.h */, + 85608D5854D30B96E992FC94210F2DBE /* DBFILESWriteMode.h */, + 38E7CCE79F3E68144ECE27DFC62D2480 /* DBGlobalErrorResponseHandler.h */, + EFA632A307792785E0F7C5018513B6CD /* DBGlobalErrorResponseHandler.m */, + 662868268BECD69617E3AC5BAAC8AC75 /* DBGlobalErrorResponseHandler+Internal.h */, + 6D452BD2D0ABE3E1F69B95D82A6369CC /* DBHandlerTypes.h */, + DB95C1B82AA0D4365F5798A9E175E065 /* DBHandlerTypesInternal.h */, + 3CFB58D8DAD93D6E3418431A6DBD3F58 /* DBOAuthDesktop-macOS.h */, + CE74A2D8A47C8B246B54CCF25360CC56 /* DBOAuthDesktop-macOS.m */, + 0EAA563E98A8B47F4B7574CA06EA6E19 /* DBOAuthManager.h */, + 086B26765A3D110CECB925EC72F89BB6 /* DBOAuthManager.m */, + 6876FD24FD526CA53075D39AE4266DF9 /* DBOAuthManager+Protected.h */, + DAC39D3D39FA66C846A16A4571541923 /* DBOAuthResult.h */, + 00FA8D0985287F2717B4C7E3BF08346F /* DBOAuthResult.m */, + 6F658D0DC2D6C204EF7BA7178E160630 /* DBPAPERAddMember.h */, + 1469DA7FAF0F8AB3298C33A4E296FB38 /* DBPAPERAddPaperDocUser.h */, + 666BD05A3652D406B277A60CCE96EC1E /* DBPAPERAddPaperDocUserMemberResult.h */, + 872F3F709D54EE75C3C34266FFD530F8 /* DBPAPERAddPaperDocUserResult.h */, + D75CE6E243BA7D552E41731C9F455D40 /* DBPAPERCursor.h */, + 05BA9FA8D44EFFE63F5F96B715FFA3C4 /* DBPAPERDocLookupError.h */, + E268AB46887886983AC6684D6718D590 /* DBPAPERDocSubscriptionLevel.h */, + 058E13FF79EADD0AE192BB73394C45F1 /* DBPAPERExportFormat.h */, + F36BA0EB02388F8480B03DAC9BC0E8FD /* DBPAPERFolder.h */, + 2992464DD191DE874D79CEA9FB29B30F /* DBPAPERFoldersContainingPaperDoc.h */, + FDC284AFD31F36AEB2463A6379D8CF50 /* DBPAPERFolderSharingPolicyType.h */, + BDA069B92C602CC61E779D1E45811880 /* DBPAPERFolderSubscriptionLevel.h */, + 41F493F9CB035E2FEADA5E0E7A9FB63B /* DBPAPERImportFormat.h */, + 4D5ACE00005E6AEC40B8BE5A4067B3C5 /* DBPAPERInviteeInfoWithPermissionLevel.h */, + F387C2D1FDB2DFEB383D16EA02F8DF02 /* DBPAPERListDocsCursorError.h */, + EA48EFD9F693ADC246D88EC35297FBA9 /* DBPAPERListPaperDocsArgs.h */, + B128B3C8A20AAC5116479064B284A182 /* DBPAPERListPaperDocsContinueArgs.h */, + 7CC3B02A60137C10D2A4B030D66D4D53 /* DBPAPERListPaperDocsFilterBy.h */, + 828DBB82C69F47F8484E393D8A7E5F04 /* DBPAPERListPaperDocsResponse.h */, + C693202907F2DBEAF10B97C9F58F9B5F /* DBPAPERListPaperDocsSortBy.h */, + 17F97D518592B7CF7851A46CE609E6E3 /* DBPAPERListPaperDocsSortOrder.h */, + 21FDD0335CC25484D3909EDCFD7CBB3C /* DBPAPERListUsersCursorError.h */, + 8F7A90C042037FBEC0851007DA3AA107 /* DBPAPERListUsersOnFolderArgs.h */, + BDD0641D22A9743EA6E39AECC8CA05E0 /* DBPAPERListUsersOnFolderContinueArgs.h */, + 08E9E0B482C2A8C0C2F3F13442709E4B /* DBPAPERListUsersOnFolderResponse.h */, + AC72C83D57B24464C32334284A815041 /* DBPAPERListUsersOnPaperDocArgs.h */, + 316E0920B3C079F668CE5CFA58CDC255 /* DBPAPERListUsersOnPaperDocContinueArgs.h */, + 7001D7A0BF80D2EE8CFDABF178800F77 /* DBPAPERListUsersOnPaperDocResponse.h */, + D2B3AB56AA95851DA177167C23DCB276 /* DBPaperObjects.m */, + 00F4F5864040E236270BDF50439D9783 /* DBPAPERPaperApiBaseError.h */, + B0A7A5B9ED403F1A8DFD36B53901992C /* DBPAPERPaperApiCursorError.h */, + E7187D0D53F03CEAB9422A00F9988C9E /* DBPAPERPaperDocCreateArgs.h */, + 3CD21C1AC1C20F4EF80B105E73E57F1A /* DBPAPERPaperDocCreateError.h */, + CDF3F36FDC0D695CB71DFC0810416FA3 /* DBPAPERPaperDocCreateUpdateResult.h */, + 0CCA15552556BF0D31FDD7F12626D40F /* DBPAPERPaperDocExport.h */, + A4B09A22876AEF64B92A3BC8CDC6DB63 /* DBPAPERPaperDocExportResult.h */, + 1105B3BE924011EEF86DDA38DF7FCB77 /* DBPAPERPaperDocPermissionLevel.h */, + A65F3D4FCDB86FC745D8FE8244845546 /* DBPAPERPaperDocSharingPolicy.h */, + 414B960260F52601D3BDCB52374494E3 /* DBPAPERPaperDocUpdateArgs.h */, + 083BD11CF6424611EA0641CE70FCCA87 /* DBPAPERPaperDocUpdateError.h */, + 41E1655426EB4A4F8D7F77832F0D7DA3 /* DBPAPERPaperDocUpdatePolicy.h */, + D8D201483791AFEB74CF47420A8D7DD3 /* DBPAPERRefPaperDoc.h */, + 57EE00CA63EE0C9DF6F0AFE2191CCC9B /* DBPAPERRemovePaperDocUser.h */, + 1341AB333D080CE0DF441BC805999EC1 /* DBPAPERRouteObjects.h */, + 38B2A5295C7EBF2DC0C18801E288F191 /* DBPAPERRouteObjects.m */, + 009D3483A89C27B2FDC5959BE5A91B68 /* DBPAPERSharingPolicy.h */, + 2AACABA08DA4790F3863730DFC41E56D /* DBPAPERSharingPublicPolicyType.h */, + E1A1B8A0D997B0B8B0BF894EA52B821E /* DBPAPERSharingTeamPolicyType.h */, + 39B7E3F4743C81412259C24AF3275E42 /* DBPAPERUserAuthRoutes.h */, + 09F6DC17F531D66FF7CF9724671C5C7F /* DBPAPERUserAuthRoutes.m */, + 58A2A594E5E280FE27B43F7942389895 /* DBPAPERUserInfoWithPermissionLevel.h */, + 2E06B5990CE169C7AA99E6908DAAC107 /* DBPAPERUserOnPaperDocFilter.h */, + 5A55340AEF35D35AE6E5E4493FAE1072 /* DBRequestErrors.h */, + 9B466B4B77B9AB5E8317166660FE03EA /* DBRequestErrors.m */, + 818046B1BB0B99E6255DEE5CE98DD3FA /* DBSDKConstants.h */, + 1FC1D2CCBD30BDCF0443BDEC5920AD06 /* DBSDKConstants.m */, + 79B83F9E3646981C0935F75519C75CBC /* DBSDKImports-macOS.h */, + 0D576C11721A1311AFEEC9281A4912CA /* DBSDKImportsGenerated.h */, + 94DF5E7CBB53086FBFCEAB1041FC1346 /* DBSDKImportsShared.h */, + 20AD0CF1ED41E0DB6C33E3E26DA1E394 /* DBSDKKeychain.h */, + B1AC9CCE5940A7278A15DE32E5A7C799 /* DBSDKKeychain.m */, + 56C1C82B8D36DB828F710DD1F7A6DBA4 /* DBSDKReachability.h */, + E80F93CE8BE22CA84D6D40D997CE6893 /* DBSDKReachability.m */, + 6D790ED756EFE421BAA75D29FBE3BE7D /* DBSDKSystem.h */, + 8A3953F4AA1DC8A7CEEE314C4187DF18 /* DBSerializableProtocol.h */, + 053AE0E9C8B674716C914DD65B68622F /* DBSessionData.h */, + FE17F220CDA807636D507EB4ACD052EB /* DBSessionData.m */, + 9147F66516BAC19F23D0194E20854E51 /* DBSharedApplicationProtocol.h */, + 42513B71B77FD80E6ED3C5EAC2B2F460 /* DBSHARINGAccessLevel.h */, + ED3701E2BEBADEF7A374A47AE25DE293 /* DBSHARINGAclUpdatePolicy.h */, + C48D5B767C7C78283FB5C7D225724840 /* DBSHARINGAddFileMemberArgs.h */, + AC49C5A0A5C8748C5235BBBE5C3E570C /* DBSHARINGAddFileMemberError.h */, + F01B78B8944A0A617974C07B93D27B5E /* DBSHARINGAddFolderMemberArg.h */, + 2DC86E20AC3E1CBAC149F4182A712F22 /* DBSHARINGAddFolderMemberError.h */, + 640C0FFECF84F76AE51C959255BB4840 /* DBSHARINGAddMember.h */, + 14A9A82B1F629BEB3110DEBBB2057095 /* DBSHARINGAddMemberSelectorError.h */, + A49E12397827DDA8FF9EF11A433EFBE6 /* DBSHARINGAudienceExceptionContentInfo.h */, + 5A4C849DA9586C37BE4E8947979531F8 /* DBSHARINGAudienceExceptions.h */, + 9AFB816D970A913303E8FE421DA21092 /* DBSHARINGAudienceRestrictingSharedFolder.h */, + 60295F40E9EFA187AD3B8E6D9C417869 /* DBSHARINGChangeFileMemberAccessArgs.h */, + D08A9572734B681CF94BB586D9FB0DFF /* DBSHARINGCollectionLinkMetadata.h */, + 74B423538006ADDE99B0E1A66E750CEE /* DBSHARINGCreateSharedLinkArg.h */, + E374D3D652DAD4FA4A8C4071FC529B5D /* DBSHARINGCreateSharedLinkError.h */, + 0239613A54D93446DF161FB4453A7E1F /* DBSHARINGCreateSharedLinkWithSettingsArg.h */, + 1A2BDF88BA80299A1CDF13A8E3338A9A /* DBSHARINGCreateSharedLinkWithSettingsError.h */, + 18BE9FCBCBA89C1947D04ACC1FC1C99A /* DBSHARINGExpectedSharedContentLinkMetadata.h */, + 0AE895491FDBCEAA59928869FD96D20F /* DBSHARINGFileAction.h */, + 9FA9E2039422EE00234B7562A32F11F8 /* DBSHARINGFileErrorResult.h */, + C9306EBBC8AE883B44E95EFC2022A77C /* DBSHARINGFileLinkMetadata.h */, + E31D21E2ED1FDD8F7D400D044085FDCF /* DBSHARINGFileMemberActionError.h */, + D6D26C6694782F5B21803471315CC232 /* DBSHARINGFileMemberActionIndividualResult.h */, + C51DFF436ABB574EC717126C60E3994C /* DBSHARINGFileMemberActionResult.h */, + 40A89C5D353A18125E9B480FCA9DAB57 /* DBSHARINGFileMemberRemoveActionResult.h */, + 6F4952A8624D07F99A7142FCF9060787 /* DBSHARINGFilePermission.h */, + 9C7BC3E6634F447E64B96167C0091944 /* DBSHARINGFolderAction.h */, + FFC7EBA3F0F1A11111E1960F6D366112 /* DBSHARINGFolderLinkMetadata.h */, + F61A647FA11F33CA1141B2DF2746FEE1 /* DBSHARINGFolderPermission.h */, + 8B5C5F149D82EF51EB82E88F2302D26C /* DBSHARINGFolderPolicy.h */, + B6E72C93693AE892D038C4E5EE901CF5 /* DBSHARINGGetFileMetadataArg.h */, + CBA7C05B3DB28B741D55ABF7CCA7D601 /* DBSHARINGGetFileMetadataBatchArg.h */, + FF801853C80F309AFD0141A3079F37E1 /* DBSHARINGGetFileMetadataBatchResult.h */, + 7A3B12F8D1C570E040D143151F4A90BF /* DBSHARINGGetFileMetadataError.h */, + DE605A44FA0D37EA64E5929A47E146FA /* DBSHARINGGetFileMetadataIndividualResult.h */, + 515F6F88A5626C76F8C6B2E73E06EDC1 /* DBSHARINGGetMetadataArgs.h */, + B9DCBA921C4416F9F539B7D28E7A4ABB /* DBSHARINGGetSharedLinkFileError.h */, + 7C22DBD17A630256AAD766C5F94C9440 /* DBSHARINGGetSharedLinkMetadataArg.h */, + 75FFBFD0AD2D0B015ECB00506831491F /* DBSHARINGGetSharedLinksArg.h */, + 9ACFB925B4F64E03FCCFED87B0014F31 /* DBSHARINGGetSharedLinksError.h */, + 484DCEB5A1AC2907422DB71C100AB2FF /* DBSHARINGGetSharedLinksResult.h */, + 69311198195C99513763F84AFC22360F /* DBSHARINGGroupInfo.h */, + 5AD2F59B9B4FD67BAC4681DBF8644C35 /* DBSHARINGGroupMembershipInfo.h */, + 858A1AC489A7F782ABC8CA22EEFCB5F9 /* DBSHARINGInsufficientPlan.h */, + F5A7CFD5791AD8415E7F6D84392EBD47 /* DBSHARINGInsufficientQuotaAmounts.h */, + 6ED9A5617F328F9D92D565856069668A /* DBSHARINGInviteeInfo.h */, + EAB91735F501EE681EBF8B9911E464F9 /* DBSHARINGInviteeMembershipInfo.h */, + 684694949EC1EFD0A24D89A7444CA49E /* DBSHARINGJobError.h */, + 87BAF0CF47D74A9F1788B9C3B4AB9A18 /* DBSHARINGJobStatus.h */, + 0727D1BCEFF6569940368500DAF9D4C1 /* DBSHARINGLinkAction.h */, + BF7F6B24BDF59172E76B4B741A6E7F17 /* DBSHARINGLinkAudience.h */, + BC8070EC3DFF4F656709112C74A7ACF0 /* DBSHARINGLinkExpiry.h */, + 76807C83BC73BD7B021EE835DC8997F1 /* DBSHARINGLinkMetadata.h */, + D4C236E8334B7EAA824B29BBC82AABF1 /* DBSHARINGLinkPassword.h */, + C26CEBB15C238540A6D5A054B70C6AAB /* DBSHARINGLinkPermission.h */, + E92177C4A8D497C01121E024C2AD24F2 /* DBSHARINGLinkPermissions.h */, + D8C2651B0B39DA39884C5A2EFA9934F4 /* DBSHARINGLinkSettings.h */, + FA90BAA88A2DFA681C6FFF319B7B5CC6 /* DBSHARINGListFileMembersArg.h */, + 633A5B41793F54660824296F2E729C13 /* DBSHARINGListFileMembersBatchArg.h */, + 2A7DBBA39C8438FAB3EC3273ED006BCE /* DBSHARINGListFileMembersBatchResult.h */, + 9F7BF5865F0D9299D92149060C0A67EA /* DBSHARINGListFileMembersContinueArg.h */, + 482389BA07781998E9E3A13B4FCBD850 /* DBSHARINGListFileMembersContinueError.h */, + D1A054509F65873D7B7FF370225D937F /* DBSHARINGListFileMembersCountResult.h */, + CCDE3D78D2C1E9865107F75E123F885E /* DBSHARINGListFileMembersError.h */, + 06FDC0EF44F197C43B277FD4150B88A7 /* DBSHARINGListFileMembersIndividualResult.h */, + 82020AC0A646C3F0ABF6C1D98DE7ED37 /* DBSHARINGListFilesArg.h */, + 4DA56FC06CF8107DD66C1B814E8462EB /* DBSHARINGListFilesContinueArg.h */, + E2EC180587D17E02CA756FD260572FB6 /* DBSHARINGListFilesContinueError.h */, + 1FBCC15F6572E031DA42B9D2A68E619D /* DBSHARINGListFilesResult.h */, + 2D46891B6BEDADFBCAFA995495AF7076 /* DBSHARINGListFolderMembersArgs.h */, + F3A24E81DB2A9989ECA4C741DE38182A /* DBSHARINGListFolderMembersContinueArg.h */, + E865B051C4418B72C220CCE74463820B /* DBSHARINGListFolderMembersContinueError.h */, + 0270B5FFB77DD7563EB3A09967594B1C /* DBSHARINGListFolderMembersCursorArg.h */, + 5808A23B29599BDF91D217ED619CEBC5 /* DBSHARINGListFoldersArgs.h */, + 62B83B99EC6229C959806BEBD9B9426E /* DBSHARINGListFoldersContinueArg.h */, + 890DE6128BE73338C2E57AE1F1EADA2D /* DBSHARINGListFoldersContinueError.h */, + 14E934521C8DA59DFC7C8A018FA220B9 /* DBSHARINGListFoldersResult.h */, + 2D00F334F1C748C99B3A7F4602AE6E47 /* DBSHARINGListSharedLinksArg.h */, + CA42E8E5DF5D5DA7582262EEE9355D8B /* DBSHARINGListSharedLinksError.h */, + 894384890B8BC9DAC79EDB32FF971EE9 /* DBSHARINGListSharedLinksResult.h */, + FE142AE9DA45B23FBC76A81144C02100 /* DBSHARINGMemberAccessLevelResult.h */, + 4D6A6A243BF275312444A75954E4C447 /* DBSHARINGMemberAction.h */, + 401B756E270E89DE55460F26AB01F4AA /* DBSHARINGMemberPermission.h */, + 8D158B4EB76EFA3A2983E677C2C2E517 /* DBSHARINGMemberPolicy.h */, + 588004BD9857267C957FA568A82B82BD /* DBSHARINGMemberSelector.h */, + 6F7642DA9FAA2EFE46C069934E51E5B5 /* DBSHARINGMembershipInfo.h */, + 7B6A58B68B95A516D84E6432F8CFA25A /* DBSHARINGModifySharedLinkSettingsArgs.h */, + 4C9FC36F0AEA970E884E988A6A5D207F /* DBSHARINGModifySharedLinkSettingsError.h */, + 7AF1A1792B24EAAD16E1E4FECD723841 /* DBSHARINGMountFolderArg.h */, + 865FA5E712CB43904A9AF9E29A7230B5 /* DBSHARINGMountFolderError.h */, + 03C1AF919A277AA182CAF201445FF125 /* DBSharingObjects.m */, + C1DF35C52133B9ACC6727E9609A9AF7D /* DBSHARINGParentFolderAccessInfo.h */, + 30B80C85BDBFE13D3A206D4DB793E2A2 /* DBSHARINGPathLinkMetadata.h */, + 645A1366B158AA3067253DB6980310A1 /* DBSHARINGPendingUploadMode.h */, + E98236DE3B37614571787E7A33CF250C /* DBSHARINGPermissionDeniedReason.h */, + 3B0B8F6B626C40AA2E9F83D5D209C4F8 /* DBSHARINGRelinquishFileMembershipArg.h */, + 213461A3F62A7C604A9F2D0ADE867F02 /* DBSHARINGRelinquishFileMembershipError.h */, + B73389F7F3E76D5E7EF80DB7EE89040A /* DBSHARINGRelinquishFolderMembershipArg.h */, + C459B75B6AA1182288E24FD8A4E3D894 /* DBSHARINGRelinquishFolderMembershipError.h */, + D05D808B260F01F6052E88C020B082A6 /* DBSHARINGRemoveFileMemberArg.h */, + A7E2AAF732F608372CF1C6EBF0379C3B /* DBSHARINGRemoveFileMemberError.h */, + B61A21EED0EF967BCFF27E0FF8933B6F /* DBSHARINGRemoveFolderMemberArg.h */, + B5429538184B3889BB5BD6479A2FF2AB /* DBSHARINGRemoveFolderMemberError.h */, + C01B0FF3C7B5AD1C0415D74C95730D7F /* DBSHARINGRemoveMemberJobStatus.h */, + 96A8F0424EF9BFC21A705CD47B6EFFDA /* DBSHARINGRequestedVisibility.h */, + D6CDAF29A1D6BAF706765FED69FD9FC1 /* DBSHARINGResolvedVisibility.h */, + EAEEF21105A83EEDA8AA3A3AC822B62E /* DBSHARINGRevokeSharedLinkArg.h */, + DAA3EDF73A9A3FC09A20921F92AD5EE1 /* DBSHARINGRevokeSharedLinkError.h */, + D86F786EA8C2A0DC6AA81E75FE791B86 /* DBSHARINGRouteObjects.h */, + 3A61FC6DE53002AB53827C0B503DE0AB /* DBSHARINGRouteObjects.m */, + 5FCEF6D6213EA19107635C8CF20BCF22 /* DBSHARINGSharedContentLinkMetadata.h */, + 7C57BB9FC9C75830E80CE0B552E247DE /* DBSHARINGSharedContentLinkMetadataBase.h */, + BD9F51C937F541392B34DE561D0E16AC /* DBSHARINGSharedFileMembers.h */, + 20A0D40A2D0E78D3290B4845D53205E8 /* DBSHARINGSharedFileMetadata.h */, + 59E85C08D40D9BA4B713EC5AF19BF54B /* DBSHARINGSharedFolderAccessError.h */, + 226B0E00D791651EA0B96160F2FB021D /* DBSHARINGSharedFolderMemberError.h */, + 0BB4DA3CA7D28CC24DB26B4ED9A97DAD /* DBSHARINGSharedFolderMembers.h */, + FEB9D905398C759910DA6208C6B9E47E /* DBSHARINGSharedFolderMetadata.h */, + 66384AB7FE956DF1085DAD58D2C93331 /* DBSHARINGSharedFolderMetadataBase.h */, + 025C7D88E751E905DEE00BA0054CBAC6 /* DBSHARINGSharedLinkAccessFailureReason.h */, + C70F50FDB7DA775EF0A990709FF1C588 /* DBSHARINGSharedLinkError.h */, + 96D69E65E30A719AB3B4CE263EEDDE81 /* DBSHARINGSharedLinkMetadata.h */, + 2002FE3EC88E0190E43B8D2ADDEFF303 /* DBSHARINGSharedLinkPolicy.h */, + AC45FBCA5BC3D87F9D8FEB808310C964 /* DBSHARINGSharedLinkSettings.h */, + 2C4CFFC5FF68355648AD73B3CBAA5065 /* DBSHARINGSharedLinkSettingsError.h */, + E0DEE671829780BDD07E67E6FBB691ED /* DBSHARINGShareFolderArg.h */, + F94600ED0496A453E2A08AF06466DB4E /* DBSHARINGShareFolderArgBase.h */, + 83AEA33B4468414E5741EC9FB026125F /* DBSHARINGShareFolderError.h */, + AF72A1D1BFEB392B3479AAE7CC142246 /* DBSHARINGShareFolderErrorBase.h */, + 43EABEB9C8A68D22F1508D237C941AB8 /* DBSHARINGShareFolderJobStatus.h */, + 89499A887ADDEE2C13F8F4038281E016 /* DBSHARINGShareFolderLaunch.h */, + 7899773012A277FAA2937FA04435CE26 /* DBSHARINGSharePathError.h */, + C57FF7BCF99BDB6B060BC01D51E54B27 /* DBSHARINGSharingFileAccessError.h */, + 985CC149E9BB7E82B8A4E9707155D4BD /* DBSHARINGSharingUserError.h */, + 338707B644DA21E956A106732375D3E8 /* DBSHARINGTeamMemberInfo.h */, + 23B1082CB7ECAA9D56CA6C9928C881B6 /* DBSHARINGTransferFolderArg.h */, + BADF7C8C466E957A28EF73BEEE9F0E6A /* DBSHARINGTransferFolderError.h */, + AE510FD288F6574AAA857E6585658207 /* DBSHARINGUnmountFolderArg.h */, + 1B5FEB52FDCEAF423D7716190BDA63B3 /* DBSHARINGUnmountFolderError.h */, + C5D89A3D7B38405000EFC759A1185520 /* DBSHARINGUnshareFileArg.h */, + A0E7FB07BD560AF3F183D8D5CB759DA4 /* DBSHARINGUnshareFileError.h */, + 90F4FF260AB5FBB9172FEB3287101CE0 /* DBSHARINGUnshareFolderArg.h */, + 3A9CD5CB58653343F296700A730C1978 /* DBSHARINGUnshareFolderError.h */, + 9178FFC905085EBFF6F90085809CB0F5 /* DBSHARINGUpdateFileMemberArgs.h */, + 9197F06F9C20B02AEECFEDD4639EFD21 /* DBSHARINGUpdateFolderMemberArg.h */, + 4D73D3755204B2B29EB391B8F47183B8 /* DBSHARINGUpdateFolderMemberError.h */, + E532BA0FA0711E0968A2C20D2481A7AD /* DBSHARINGUpdateFolderPolicyArg.h */, + 1DDCE77FBE726C7D9CEA84270C25B50F /* DBSHARINGUpdateFolderPolicyError.h */, + 0E7473BD251BC1E398E4D6028EE76B36 /* DBSHARINGUserAuthRoutes.h */, + DD50172FC38AF50D5C9D98F748EEEB21 /* DBSHARINGUserAuthRoutes.m */, + FEBC575D7CBB2D7E57E4EF9567ACD698 /* DBSHARINGUserFileMembershipInfo.h */, + 880253EE501201F880C130B8D53FB84B /* DBSHARINGUserInfo.h */, + 8C2C43A6B32FA7A4F4A17A0D16F3F97A /* DBSHARINGUserMembershipInfo.h */, + 2A3ED1502E3FB84EC5803FAC021FD6AC /* DBSHARINGViewerInfoPolicy.h */, + 898A55FA97FAA99E39C8A9576042DF79 /* DBSHARINGVisibility.h */, + 925F7326A0E85D160D9ECDFC7ACAF3CC /* DBStoneBase.h */, + 3AA4BD964EB52C1AB5B75D9EB473D270 /* DBStoneBase.m */, + B79EA75FFAAF6EA977193329524799F8 /* DBStoneSerializers.h */, + 1A7DD0E96ED60588A2AB1A9AF39403DA /* DBStoneSerializers.m */, + 2847B2B2FD21AB6487451221668100EF /* DBStoneValidators.h */, + 2A646BF0B6AD60B48871C3AAEA9095AC /* DBStoneValidators.m */, + 1EC6876BCC7631CD962C99E00EF7CAB5 /* DBTasks.h */, + 0FEB797BDEAFED840B166F3FC83CB669 /* DBTasks.m */, + B96D6DFEF72E2DA2D4279501C37CA986 /* DBTasks+Protected.h */, + 2C8847BFCFDF67492A98628E590B216D /* DBTasksImpl.h */, + EDD81A51BF1682EBE92F7F90DCBE84C9 /* DBTasksImpl.m */, + BBAFCF52B3FD1C62B962E2D27391426D /* DBTasksStorage.h */, + 07AA72C3DB527B500BB8B7ED645046AB /* DBTasksStorage.m */, + 4788F6605E96EA7D5D7DAD4D01CE2507 /* DBTEAMActiveWebSession.h */, + 5640034357631DFAFBEF16B155CF90CE /* DBTEAMAdminTier.h */, + 053BFF4F09E1BD609A8E27D55BB58A89 /* DBTEAMApiApp.h */, + 6E4325CA080D0ECF48DF6C9916EFB2A4 /* DBTeamBaseClient.h */, + 4576FC6DD1801E2A884865951D0524F1 /* DBTeamBaseClient.m */, + A608114ECC5AA1A6410917225988E484 /* DBTEAMBaseDfbReport.h */, + CE414946304188E88FE3D02741B2F8F3 /* DBTEAMBaseTeamFolderError.h */, + ADEF0CE81387D864472AA1811ED9EB14 /* DBTeamClient.h */, + AC22DCB0BA8213C6798D10F191729B28 /* DBTeamClient.m */, + C7500C178CA1FEF52680105E13571A18 /* DBTEAMCOMMONGroupManagementType.h */, + 4198C3088630258F9105BF08DCC21DB5 /* DBTEAMCOMMONGroupSummary.h */, + 157B6BD6A525EB05E7C307A153D2D273 /* DBTEAMCOMMONGroupType.h */, + 873070CA1B0FCD205974D2AADE1BF028 /* DBTeamCommonObjects.m */, + 7F15D44C7275CFF2B23EC72850CDF0C2 /* DBTEAMCOMMONTimeRange.h */, + 35CD7A7196D6FA270E716893C59530DC /* DBTEAMCustomQuotaError.h */, + 6852571FE6A73BDC243ED9875A6EC6A5 /* DBTEAMCustomQuotaResult.h */, + C5A7968D4D64A26BAA4FF2C63F0F23D6 /* DBTEAMCustomQuotaUsersArg.h */, + F005CE1823DF0AC5DDAD0D4694EEF8A5 /* DBTEAMDateRange.h */, + 53FB33CDD3EDE71B8A1103818FA5AA58 /* DBTEAMDateRangeError.h */, + F834BFD49096E8C4D15A9A1E23EA45A1 /* DBTEAMDesktopClientSession.h */, + 34EE8A4D0AEFB94119CDE7F5D6874211 /* DBTEAMDesktopPlatform.h */, + 340623D07BFD1AB650324947194AAAB3 /* DBTEAMDevicesActive.h */, + EC3369D185426245A4AC3DA47054CA08 /* DBTEAMDeviceSession.h */, + B1EF902CFF1E92FF99C636BAA145130F /* DBTEAMDeviceSessionArg.h */, + C687AD4DD916D9ED27AB674708C11453 /* DBTEAMFeature.h */, + FC3D01885248C885C73CAB4A8C2B0CCF /* DBTEAMFeaturesGetValuesBatchArg.h */, + 4F4462D742DCB19B4CB512F07E416B99 /* DBTEAMFeaturesGetValuesBatchError.h */, + BEF4BBCF9138111CFAF23DE011F0381D /* DBTEAMFeaturesGetValuesBatchResult.h */, + 6DA0D6E3E6235D97681AEE095C90718A /* DBTEAMFeatureValue.h */, + 30F7F0EDE41762521103C74C9D00FAF7 /* DBTEAMGetActivityReport.h */, + D4EB5383FFF3A8B9C88700C1B41E69FE /* DBTEAMGetDevicesReport.h */, + E66A7BBE4735CE11C423FFCA367E7E0C /* DBTEAMGetMembershipReport.h */, + BDBD41E4EBDE30208AD1001C39EE2248 /* DBTEAMGetStorageReport.h */, + 1DE2A7A0CB465C12D47D734606CD8165 /* DBTEAMGroupAccessType.h */, + A5EF9FDBA1DE19541DA4304B062A240D /* DBTEAMGroupCreateArg.h */, + 1564D980483E48B7629405ED5B9B0B87 /* DBTEAMGroupCreateError.h */, + 9F3587893BF58352A842599D7FCCCCAE /* DBTEAMGroupDeleteError.h */, + 2987AA13905E73FB88253B27C8410E3A /* DBTEAMGroupFullInfo.h */, + 08298D18858288A265AAEC78B75B8D41 /* DBTEAMGroupMemberInfo.h */, + 380EE2129E1E514C36C117079DBA0B83 /* DBTEAMGroupMembersAddArg.h */, + 4CC32765208AF5A43E38C54A46E39594 /* DBTEAMGroupMembersAddError.h */, + AE8E723F323D0D89D4DF4DE746FC176F /* DBTEAMGroupMembersChangeResult.h */, + 37587479C55185875084C27A44A5ADD7 /* DBTEAMGroupMemberSelector.h */, + C30ACADE778EC3488131B45FC8921ECE /* DBTEAMGroupMemberSelectorError.h */, + 653740E08B71D86C531FA12137EC30AB /* DBTEAMGroupMemberSetAccessTypeError.h */, + 603953BD6215FFCDA6605526FAC40F3C /* DBTEAMGroupMembersRemoveArg.h */, + 924F9D5377B63D86697531EBC36A11A3 /* DBTEAMGroupMembersRemoveError.h */, + 7604FC06E53EBCEB783DC8F568312C53 /* DBTEAMGroupMembersSelector.h */, + EA9FB428C25A7B8C73C4E9396B24CC35 /* DBTEAMGroupMembersSelectorError.h */, + EB456909AC2D4FCE7F4456D7A7345C6D /* DBTEAMGroupMembersSetAccessTypeArg.h */, + 9D0D26DEBB892375E7430CBC083520C7 /* DBTEAMGroupSelector.h */, + 699346A86B8FC80011F9F63F7452C528 /* DBTEAMGroupSelectorError.h */, + 2B354DEA17FEA209C49D4701D56F1D62 /* DBTEAMGroupSelectorWithTeamGroupError.h */, + E6F3621919FDD41E0D8877EA629899CF /* DBTEAMGroupsGetInfoError.h */, + 0FEFB2A5313158C1B56B5F5F3BB02A2A /* DBTEAMGroupsGetInfoItem.h */, + 319F96BFACE082A693836D799D1F6167 /* DBTEAMGroupsListArg.h */, + E9893153AD47F16A9ECFEB0A59416D2E /* DBTEAMGroupsListContinueArg.h */, + 931B345209CECBFC9C6BD727DB203066 /* DBTEAMGroupsListContinueError.h */, + 60735136A4653030F03A1C24A6D77855 /* DBTEAMGroupsListResult.h */, + FFB40E8D6D27AE3012F23028C2F57C7C /* DBTEAMGroupsMembersListArg.h */, + 40117593184A4A928EAA54186D0C9C2A /* DBTEAMGroupsMembersListContinueArg.h */, + 57CC10813C71C3A4684A6408CF660FFD /* DBTEAMGroupsMembersListContinueError.h */, + 499FF3309410A1A185E8BB3B3F761E13 /* DBTEAMGroupsMembersListResult.h */, + B3ED2A2BC805C9100893E113386065FA /* DBTEAMGroupsPollError.h */, + 7D1717BF1FC58CFBD89AF4A0636ED75F /* DBTEAMGroupsSelector.h */, + 50C3277676F031418FD4B72497CFF787 /* DBTEAMGroupUpdateArgs.h */, + C059B5436EFF86A24E2D9E2EAD46C130 /* DBTEAMGroupUpdateError.h */, + AA6E38341A5AFCF127F262A05D0A5890 /* DBTEAMHasTeamSharedDropboxValue.h */, + 1639EB9F6AC87536E1D1B6CA60B88F86 /* DBTEAMIncludeMembersArg.h */, + 5885303278327DF2FFDCAC9F8E8550B7 /* DBTEAMListMemberAppsArg.h */, + 8B562768C8E0FBFF9248B81A4BFFDD51 /* DBTEAMListMemberAppsError.h */, + 3BCD8C68B57DBE23B84F662024798C2D /* DBTEAMListMemberAppsResult.h */, + F192B25A4B082ED31B5CFC5BEEE8DD4F /* DBTEAMListMemberDevicesArg.h */, + E10238AA2A0E098498E15E2FF74ACA6A /* DBTEAMListMemberDevicesError.h */, + 5D4F84B823B163CCA8D1E9965C735743 /* DBTEAMListMemberDevicesResult.h */, + D1A287AD829835B77B5E23DE9AA9AA55 /* DBTEAMListMembersAppsArg.h */, + E9DA1F528591D99FFD3F6F20472356C1 /* DBTEAMListMembersAppsError.h */, + C10CCFC3B557C62BB2ED81D85F40F0D6 /* DBTEAMListMembersAppsResult.h */, + D990680702CEA54BE94373E8EB55DF9D /* DBTEAMListMembersDevicesArg.h */, + 274216B02BAD9FDE4E02977F4253E912 /* DBTEAMListMembersDevicesError.h */, + B4B4D1C7720ECDD399581BFA1F64B50D /* DBTEAMListMembersDevicesResult.h */, + 50CB2CBF7380532CE0552F6F4612231B /* DBTEAMListTeamAppsArg.h */, + 5C7CE47033FD1D32DB94A93795EA5FA7 /* DBTEAMListTeamAppsError.h */, + 779E6B543F30C55CA4DCFA53092CC769 /* DBTEAMListTeamAppsResult.h */, + 3E31A3ED695374C13518424B4AB390E4 /* DBTEAMListTeamDevicesArg.h */, + 2FFF329DE8A4AE2A8A52A4A175E339D6 /* DBTEAMListTeamDevicesError.h */, + BC3DB4CF30982B5067473C8F6E06280A /* DBTEAMListTeamDevicesResult.h */, + 02B446E06E2E2734395745486EA10F9D /* DBTEAMLOGAccessMethodLogInfo.h */, + 1DE14E4BAFE275F3FBA97802BAC73FE2 /* DBTEAMLOGAccountCaptureAvailability.h */, + 454C350808711A4725EF8AD3980E17BE /* DBTEAMLOGAccountCaptureChangeAvailabilityDetails.h */, + B19FBA1E0B6E1EE4EB2EDF4EB869FCC4 /* DBTEAMLOGAccountCaptureChangePolicyDetails.h */, + 1A5D7E9280B9482BF0BDE5DF976204DB /* DBTEAMLOGAccountCaptureMigrateAccountDetails.h */, + 5909049CFF73BF4C74CE7D5C1437C8A7 /* DBTEAMLOGAccountCapturePolicy.h */, + 277E54453652A71D9A8DBF67F2B7E9F9 /* DBTEAMLOGAccountCaptureRelinquishAccountDetails.h */, + F33FE051B245B009E84A6A287D64D096 /* DBTEAMLOGActorLogInfo.h */, + 7D6A560CA4E083BDB2EC1DC7F87A1EB5 /* DBTEAMLOGAdminRole.h */, + 51ACCDE2621FBEB142D333EE24EA503A /* DBTEAMLOGAllowDownloadDisabledDetails.h */, + 957E0E2FCE839076F58B9EF22FA0AE2F /* DBTEAMLOGAllowDownloadEnabledDetails.h */, + 99D00CCBD0C5B7618D73008D7A89D425 /* DBTEAMLOGApiSessionLogInfo.h */, + EDF99A7480CC8C203648F9ABB43BF688 /* DBTEAMLOGAppLinkTeamDetails.h */, + 16E8426693A51260933C6E0162DE445A /* DBTEAMLOGAppLinkUserDetails.h */, + C9897745E493D7C0BA2CF78533FC0865 /* DBTEAMLOGAppLogInfo.h */, + 864A47A4B7ACC719068DF1262E9F18FA /* DBTEAMLOGAppUnlinkTeamDetails.h */, + CA9B24672F3290354117D55411E5F8CE /* DBTEAMLOGAppUnlinkUserDetails.h */, + 7D2EDE69A020013DEBEDB89073372932 /* DBTEAMLOGAssetLogInfo.h */, + F3B88480CF6C3E45CE5F00663B8C8306 /* DBTEAMLOGCertificate.h */, + AE46D5BBB480645B8ADB3BE497C9D926 /* DBTEAMLOGCollectionShareDetails.h */, + FF9A9CFA9A9DB6479EC18EAD5EF3BF15 /* DBTEAMLOGConfidentiality.h */, + 0ADA60A4F658EFEC4ED625A2AB2D7DC3 /* DBTEAMLOGContentPermanentDeletePolicy.h */, + B8573ECB7E3E80F3EAE0F1D998CF85E8 /* DBTEAMLOGContextLogInfo.h */, + 2A21DBED49213B6D2551B754730D29EE /* DBTEAMLOGCreateFolderDetails.h */, + BD5AF62101C6FD1C7EA4E6C4EE11C933 /* DBTEAMLOGDataPlacementRestrictionChangePolicyDetails.h */, + BF746E5A859C4D1DC8FABE27DC79D043 /* DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetails.h */, + A01A3C778A9C15F3A38501A68E4FDC2C /* DBTEAMLOGDesktopSessionLogInfo.h */, + 02E5A1058862F028F08E91E02E897401 /* DBTEAMLOGDeviceApprovalsChangeDesktopPolicyDetails.h */, + FB295B44E0C874E7A41ACBB16D474C43 /* DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetails.h */, + AEE563CD9E94EDA26C53A590D854839A /* DBTEAMLOGDeviceApprovalsChangeOverageActionDetails.h */, + 562845F5B0263B14882D9DA93511ED6D /* DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetails.h */, + 14C5AC1E2EE4E83EC20780740FD0A282 /* DBTEAMLOGDeviceApprovalsPolicy.h */, + C55FE8B198D97848F2A9B06D4094BAF5 /* DBTEAMLOGDeviceChangeIpDesktopDetails.h */, + 03988C5B6324B1BC8F158564412C2C73 /* DBTEAMLOGDeviceChangeIpMobileDetails.h */, + 7FBB1EAB1D8D9247505762D98AA1BE41 /* DBTEAMLOGDeviceChangeIpWebDetails.h */, + C01072458D519172720D1CC456244D7E /* DBTEAMLOGDeviceDeleteOnUnlinkFailDetails.h */, + 9168C1C48CC2BE591C98A87919A6BC12 /* DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetails.h */, + 9C56EE00D637076E9C2EDDC197EE9616 /* DBTEAMLOGDeviceLinkFailDetails.h */, + FD310028AB9639A35093B9478611E665 /* DBTEAMLOGDeviceLinkSuccessDetails.h */, + 3ED34C78E48B077210858DA0547D4A52 /* DBTEAMLOGDeviceLogInfo.h */, + 87A50AD8052B1A5493298E47AB506F0E /* DBTEAMLOGDeviceManagementDisabledDetails.h */, + C6ED2808388066477FCB08ACF3FA37DF /* DBTEAMLOGDeviceManagementEnabledDetails.h */, + 8C03D7A2EFCB3E82A5A457A00DCB2044 /* DBTEAMLOGDeviceType.h */, + 185A3CC76AABAE183FB4E6A8B7266B3C /* DBTEAMLOGDeviceUnlinkDetails.h */, + 01FEA9198E3FC6DD5BF783D8010EAF04 /* DBTEAMLOGDeviceUnlinkPolicy.h */, + AF84E54C119022AA9E554B641EAD7F13 /* DBTEAMLOGDisabledDomainInvitesDetails.h */, + B0ED0946EC9A449E4DB8172E92900CA1 /* DBTEAMLOGDomainInvitesApproveRequestToJoinTeamDetails.h */, + 5F3CBCF112F2AEE266D83B2E0B3EA00A /* DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamDetails.h */, + 2D3F6057CF96A641891204B0FA6E5788 /* DBTEAMLOGDomainInvitesEmailExistingUsersDetails.h */, + 416707822881BF879862933526848965 /* DBTEAMLOGDomainInvitesRequestToJoinTeamDetails.h */, + 802C746F6A593A6106B0485587698CD8 /* DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoDetails.h */, + 596E1580F34A3DDF959F53F015434583 /* DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesDetails.h */, + 959C787362FB5121AAE932DFA19E18F3 /* DBTEAMLOGDomainVerificationAddDomainFailDetails.h */, + DF28E390D03A589B46B5C28CE1E216D0 /* DBTEAMLOGDomainVerificationAddDomainSuccessDetails.h */, + 61EE05950228907B1F8B9E2EF74E0E97 /* DBTEAMLOGDomainVerificationRemoveDomainDetails.h */, + 640BC5CF1949A6D8E9C5AA9F589F7EB2 /* DBTEAMLOGDurationLogInfo.h */, + D861D973187A5CA3C84DED02EDBBBECA /* DBTEAMLOGEmmAddExceptionDetails.h */, + 2E6676A6D9FABDD17440F28163B99E42 /* DBTEAMLOGEmmChangePolicyDetails.h */, + E0002122250E04D2338EBB97E50E0E3C /* DBTEAMLOGEmmCreateExceptionsReportDetails.h */, + CCC2A7E26CFFB4B9F472E637ABF3A552 /* DBTEAMLOGEmmCreateUsageReportDetails.h */, + CCF7D7199911EAFF57109A19C4C68530 /* DBTEAMLOGEmmLoginSuccessDetails.h */, + 23719948151973CE3B4B901A4FAFCF38 /* DBTEAMLOGEmmRefreshAuthTokenDetails.h */, + 49D17EB4F8B14E2B2746CFF89C257ED6 /* DBTEAMLOGEmmRemoveExceptionDetails.h */, + A169D406F10F7D1724DF928F61A0179B /* DBTEAMLOGEnabledDomainInvitesDetails.h */, + 5717ED16E4FEE6D97D2A38FF0CFA9434 /* DBTEAMLOGEventCategory.h */, + F77B4301E25C22E18672153E9A2A7948 /* DBTEAMLOGEventDetails.h */, + 30BB4B6D4B58C05FCC6F5930CB755B70 /* DBTEAMLOGEventType.h */, + 28F4B119334B2A9924BA4155312648AE /* DBTEAMLOGExtendedVersionHistoryChangePolicyDetails.h */, + 53AD5A1A4C582DAC735D5C6CB0DBA378 /* DBTEAMLOGExtendedVersionHistoryPolicy.h */, + 279C0D81AEDB74644F7B703EDA99CB80 /* DBTEAMLOGFailureDetailsLogInfo.h */, + F4C509903138FFA2BB77E838E8951824 /* DBTEAMLOGFileAddCommentDetails.h */, + E8636C7E0CC56228CED51CFB460FAECE /* DBTEAMLOGFileAddDetails.h */, + 80667A4462591350667D8BDD26BBC676 /* DBTEAMLOGFileChangeCommentSubscriptionDetails.h */, + 0C51FF7123CF5DAE93E138D9702097F2 /* DBTEAMLOGFileCommentNotificationPolicy.h */, + 1812F68DD7C6F66F1D7916BF74F5CF94 /* DBTEAMLOGFileCommentsChangePolicyDetails.h */, + BF8493C4CD89D27F3794B833258945B6 /* DBTEAMLOGFileCommentsPolicy.h */, + B8EA9CBFFFA2B229EEC6EC3830B9DF6B /* DBTEAMLOGFileCopyDetails.h */, + 9061C0974841100CBD60FE24727DB6FB /* DBTEAMLOGFileDeleteCommentDetails.h */, + 8EFCC8D97607E5FA8CB5FDEC65A3A10E /* DBTEAMLOGFileDeleteDetails.h */, + F3744EDCC7D6743F27F8248ADF2C861E /* DBTEAMLOGFileDownloadDetails.h */, + C4EE2F5E88891B55FDE2FFA9265F4920 /* DBTEAMLOGFileEditDetails.h */, + 380EF63BC9358D6D6AEB77A6E215F7BB /* DBTEAMLOGFileGetCopyReferenceDetails.h */, + 1EE4F5E0240030700CCFC585C874C863 /* DBTEAMLOGFileLikeCommentDetails.h */, + F715090F48DE870F8960589EE189FF6D /* DBTEAMLOGFileLogInfo.h */, + 4C3EFA5E2D08CC91065335872FDA4635 /* DBTEAMLOGFileMoveDetails.h */, + 63D7CA46F63C646D4648522F107A13C2 /* DBTEAMLOGFileOrFolderLogInfo.h */, + F2D50DEE83352256DEE035825D574A99 /* DBTEAMLOGFilePermanentlyDeleteDetails.h */, + 81F31A15D8ED0C5089A77678EF9D1597 /* DBTEAMLOGFilePreviewDetails.h */, + C2F1F1D952A819D3131DC175B62157D4 /* DBTEAMLOGFileRenameDetails.h */, + E82D86B4D3FC182FB3E0CBCC6A820B9B /* DBTEAMLOGFileRequestAddDeadlineDetails.h */, + D9C51F9073D36B83F1076597193B9E5F /* DBTEAMLOGFileRequestChangeFolderDetails.h */, + 484C91C7D482699225CA1F48B8822269 /* DBTEAMLOGFileRequestChangeTitleDetails.h */, + 6208706ABD96324B1CDCEC06CD6A4FA0 /* DBTEAMLOGFileRequestCloseDetails.h */, + 2DEA9219908C5E5156B6C71B47919991 /* DBTEAMLOGFileRequestCreateDetails.h */, + 9A2674A9E9772B80F8814E1F0E59D4DA /* DBTEAMLOGFileRequestReceiveFileDetails.h */, + 70B761FE2974FF656541BF3D47B42016 /* DBTEAMLOGFileRequestRemoveDeadlineDetails.h */, + 4919B4AEB2B99AFC16FA8765BD4879F9 /* DBTEAMLOGFileRequestsChangePolicyDetails.h */, + 0D29B10B6F592F70EDABF1C052F0A02B /* DBTEAMLOGFileRequestsEmailsEnabledDetails.h */, + 5D405A72BC79B159265DD177343B004D /* DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails.h */, + 5206C9917DB8987F383C9B456E1A8E1F /* DBTEAMLOGFileRequestSendDetails.h */, + 29F79D852AD8641CFD284C6222A7B3B6 /* DBTEAMLOGFileRequestsPolicy.h */, + 7797E93F87E7E5408F5DF3E836F643A3 /* DBTEAMLOGFileResolveCommentDetails.h */, + 41064163E94B3CB50FCDFC3F2AECA4AE /* DBTEAMLOGFileRestoreDetails.h */, + 3349376B546F7BA1D97989CEA986F1E9 /* DBTEAMLOGFileRevertDetails.h */, + 14A33E48FA079CC03C1630E6AF54E868 /* DBTEAMLOGFileRollbackChangesDetails.h */, + 1E34428E7B57D47A852BABB57D239341 /* DBTEAMLOGFileSaveCopyReferenceDetails.h */, + 8FA54B0921046B61EDAEC14A2C54697B /* DBTEAMLOGFileUnlikeCommentDetails.h */, + C8064D7B1A314F59CA43D4F1E923CA6B /* DBTEAMLOGFileUnresolveCommentDetails.h */, + 30496C6C8A3D71B1B4442F39C22F3C4A /* DBTEAMLOGFolderLogInfo.h */, + 753A456C15D441599317C3B46A994EE3 /* DBTEAMLOGGeoLocationLogInfo.h */, + 37D55A450D88E85310A79D236B624D0D /* DBTEAMLOGGetTeamEventsArg.h */, + 37489D3F3FAB233F3120294BB37F0B5E /* DBTEAMLOGGetTeamEventsContinueArg.h */, + BC899B464A8C8EB9C67FF6D35CDF8216 /* DBTEAMLOGGetTeamEventsContinueError.h */, + 44C15814F9BC4394C12DDA7E3C6A5A3B /* DBTEAMLOGGetTeamEventsError.h */, + 0ED27B0A7DBB59CDF66C17662DFBE6CC /* DBTEAMLOGGetTeamEventsResult.h */, + 23DE388FEF1D17ACE355B41E7668B463 /* DBTEAMLOGGoogleSsoChangePolicyDetails.h */, + 08B7D71BB4BF1866B009CEA2ED6AB06E /* DBTEAMLOGGoogleSsoPolicy.h */, + B724825100562902322B2118F4B3733F /* DBTEAMLOGGroupAddExternalIdDetails.h */, + 1DE791AD9CBC2E2C23EB38D0AE7CF3BD /* DBTEAMLOGGroupAddMemberDetails.h */, + D9CB92D3FCB27AD071FD340233D88D34 /* DBTEAMLOGGroupChangeExternalIdDetails.h */, + 5F8C928859D9073B1BBDC7CDF2A24ADF /* DBTEAMLOGGroupChangeManagementTypeDetails.h */, + 89457F3707A7126363C01C90FFB21C24 /* DBTEAMLOGGroupChangeMemberRoleDetails.h */, + 069678C3C6CD9DEE1EAA9B5AEEABF36B /* DBTEAMLOGGroupCreateDetails.h */, + F4E9B0A1889CF652BAAA13B8D7736287 /* DBTEAMLOGGroupDeleteDetails.h */, + 9BF9949AFA154F089937793D47711E7B /* DBTEAMLOGGroupJoinPolicy.h */, + A2247C6FAE1C3966E7729B79410B938B /* DBTEAMLOGGroupLogInfo.h */, + 565AFD97C45FEEDE5136E13A1C92477D /* DBTEAMLOGGroupMovedDetails.h */, + 2C49D9C2FE7993C78A9EE2C0A4C26482 /* DBTEAMLOGGroupRemoveExternalIdDetails.h */, + 66554F57A7E25623116DE1D8BE9FB22F /* DBTEAMLOGGroupRemoveMemberDetails.h */, + 3E0F06A10555F14FA84F495144485D87 /* DBTEAMLOGGroupRenameDetails.h */, + D6069303E55DD3FE264F11EE24E5C9E8 /* DBTEAMLOGGroupUserManagementChangePolicyDetails.h */, + BA1AC14FDA50D16EB814690D05C49E2D /* DBTEAMLOGGroupUserManagementPolicy.h */, + F2C30C9F219797A91ED3F8AC20D28C71 /* DBTEAMLOGHostLogInfo.h */, + E2DA8EBB9BF53C0115E1A0F3E5D2A9C0 /* DBTEAMLOGJoinTeamDetails.h */, + CFDC56CFC65B6C785B54BD792CD3B406 /* DBTEAMLOGLinkAudience.h */, + 88C6565E6F6A30C1C4F9BDAD753103B2 /* DBTEAMLOGLogoutDetails.h */, + CA49EDB26E76A9077C4720589D2BE6E4 /* DBTEAMLOGMemberAddNameDetails.h */, + 99D08FE15990BE2BE0FE812E884CB74E /* DBTEAMLOGMemberChangeAdminRoleDetails.h */, + C60438316A7D65EB777A12F469FF7933 /* DBTEAMLOGMemberChangeEmailDetails.h */, + 2370591A44AC22C5380700DA793987AC /* DBTEAMLOGMemberChangeMembershipTypeDetails.h */, + 11A189963D8629875FEA06B5DE11A73B /* DBTEAMLOGMemberChangeNameDetails.h */, + F1A1883C61891BE10F387B8EECE06B78 /* DBTEAMLOGMemberChangeStatusDetails.h */, + BE79C9F1EF0B123C3A720E6D45C769F5 /* DBTEAMLOGMemberPermanentlyDeleteAccountContentsDetails.h */, + 87EB8712EE059BF9A26163D7A118B54A /* DBTEAMLOGMemberRequestsChangePolicyDetails.h */, + C2ECAEFDE53803503D93071A3B82F043 /* DBTEAMLOGMemberRequestsPolicy.h */, + 818B8738A628B30D945A2FA6630D6E29 /* DBTEAMLOGMemberSpaceLimitsAddExceptionDetails.h */, + 61241F4F451F3D34952BCCE21C536976 /* DBTEAMLOGMemberSpaceLimitsChangePolicyDetails.h */, + 4F3D91D281587EDDE7205BEEC0107F2F /* DBTEAMLOGMemberSpaceLimitsChangeStatusDetails.h */, + EFAD3FBA1E6999BD8D0997AEE015B8EA /* DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails.h */, + 25079078869AE3A844686E18BE2A2D0E /* DBTEAMLOGMemberStatus.h */, + 26E18B7C4A06F1F004A6BEED680F1005 /* DBTEAMLOGMemberSuggestDetails.h */, + 6B08947507AFE662B9D20CE52CB7B97F /* DBTEAMLOGMemberSuggestionsChangePolicyDetails.h */, + F79B28A64DEA91B70E70D0234591E416 /* DBTEAMLOGMemberSuggestionsPolicy.h */, + 4D5CBFE72728738D4ED8DAED2D78A878 /* DBTEAMLOGMemberTransferAccountContentsDetails.h */, + 151817241E780605FCE934E07B67034A /* DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetails.h */, + DCFC2AA833752C2F01953B4B42D24B15 /* DBTEAMLOGMicrosoftOfficeAddinPolicy.h */, + 5BEFC3AE03309620F5067651106BBDC9 /* DBTEAMLOGMissingDetails.h */, + 4B8A71188ED85371FDFB3C424C2E56BB /* DBTEAMLOGMobileSessionLogInfo.h */, + 339D33FD4F674BF4A5F62A433CA4AB4C /* DBTEAMLOGNamespaceRelativePathLogInfo.h */, + 11B5B788FF6CA8112B9BE24BC9BBEBF6 /* DBTEAMLOGNetworkControlChangePolicyDetails.h */, + F6E9776007F8C2DAA9811C2CF47C4EAF /* DBTEAMLOGNetworkControlPolicy.h */, + C90BA667775E929C351D317808BFFFC4 /* DBTEAMLOGNonTeamMemberLogInfo.h */, + CC4C69B0CBA06FDDCC14D12F216FDEB1 /* DBTEAMLOGNoteAclInviteOnlyDetails.h */, + 689B3CC62EB0DBC6FC4FF3DA85EDBAEF /* DBTEAMLOGNoteAclLinkDetails.h */, + FBC34AE22B7DAC089C6794187E7630D4 /* DBTEAMLOGNoteAclTeamLinkDetails.h */, + FC3DCC47DC9203D113591FE65C612900 /* DBTEAMLOGNoteSharedDetails.h */, + B142BE0B721BCFCCA5C138EF3D7385CA /* DBTEAMLOGNoteShareReceiveDetails.h */, + 267621CB40FBA3F6D3CD84061B0BA160 /* DBTeamLogObjects.m */, + A1C55D247F4EAA9620FDBD1181C93445 /* DBTEAMLOGOpenNoteSharedDetails.h */, + D9C4D33E123DAB52D9C81B65CFAE98D4 /* DBTEAMLOGOriginLogInfo.h */, + 85B7C4E527CBDA0F6BE0DA546074D8E3 /* DBTEAMLOGPaperAccessType.h */, + 76D1244B3262E71EAC15DFC58695FF3C /* DBTEAMLOGPaperAdminExportStartDetails.h */, + F6FB22F7E4E2F4090B22F165FA1B6613 /* DBTEAMLOGPaperChangeDeploymentPolicyDetails.h */, + 81C7468DF16D0ED0AC430760279C78B6 /* DBTEAMLOGPaperChangeMemberLinkPolicyDetails.h */, + 0EFAD71E9664E44FF85BF57E7378FCE5 /* DBTEAMLOGPaperChangeMemberPolicyDetails.h */, + 98B76662CD830F30586A814FF8AAE74C /* DBTEAMLOGPaperChangePolicyDetails.h */, + 6907DD97AD3ED1CD51D3C1504177966F /* DBTEAMLOGPaperContentAddMemberDetails.h */, + 7226B1738108C56A871A7B92915B9EAD /* DBTEAMLOGPaperContentAddToFolderDetails.h */, + 512ABC0B0EDFEAB43CBE0A215B46919E /* DBTEAMLOGPaperContentArchiveDetails.h */, + D67D46827D6784B41B1105B12C06DFFC /* DBTEAMLOGPaperContentCreateDetails.h */, + C71F867516804B987028DDAF2D709719 /* DBTEAMLOGPaperContentPermanentlyDeleteDetails.h */, + 9738F109F41FC8E51B792EFD36104A37 /* DBTEAMLOGPaperContentRemoveFromFolderDetails.h */, + D716020988BBEC232B55F964B3CABD80 /* DBTEAMLOGPaperContentRemoveMemberDetails.h */, + 5A30F0BC3E2F388BE2EA13577A537A0F /* DBTEAMLOGPaperContentRenameDetails.h */, + 44E9100CCFF9814417A9D65BA40D02D8 /* DBTEAMLOGPaperContentRestoreDetails.h */, + 0E1FC5C9A4DC92FA44C935273BC5EF55 /* DBTEAMLOGPaperDocAddCommentDetails.h */, + 7CDFFF68AD64180AB9C7E5FD4FC417FB /* DBTEAMLOGPaperDocChangeMemberRoleDetails.h */, + 5319CFA6E27C54E63F721F16866156DC /* DBTEAMLOGPaperDocChangeSharingPolicyDetails.h */, + 3BBFC9B145CD5A083A80734DF843A929 /* DBTEAMLOGPaperDocChangeSubscriptionDetails.h */, + 5DEFA1FDBBBAC1A8EABC0A2C0FC5ACC8 /* DBTEAMLOGPaperDocDeleteCommentDetails.h */, + 99FE3CD3C2D966D5A0EF91AA1F099E2B /* DBTEAMLOGPaperDocDeletedDetails.h */, + D0EF20967ACC3D93D6B0BA169E385BAC /* DBTEAMLOGPaperDocDownloadDetails.h */, + C36B4C18597C4BF9351DDC0257A075FA /* DBTEAMLOGPaperDocEditCommentDetails.h */, + D14BCEDAC0736870B92E1FC3726BC7C9 /* DBTEAMLOGPaperDocEditDetails.h */, + AC7EE0BA8C2D8138009BD7A4C458540F /* DBTEAMLOGPaperDocFollowedDetails.h */, + 45662888777A345BD66AADB513E01411 /* DBTEAMLOGPaperDocMentionDetails.h */, + 27E72C1D984E642478C3AB2BD5899397 /* DBTEAMLOGPaperDocRequestAccessDetails.h */, + 6F62DD4CB867971A7D52D2B454A48FE5 /* DBTEAMLOGPaperDocResolveCommentDetails.h */, + 21FA686F96E71E0212C23FCCB8588AE8 /* DBTEAMLOGPaperDocRevertDetails.h */, + FBF68975D181B99B4C6388BC8744BDA9 /* DBTEAMLOGPaperDocSlackShareDetails.h */, + FB4C2150984B6D3FD60C50E962901092 /* DBTEAMLOGPaperDocTeamInviteDetails.h */, + 41532AA14044FF6DA15557CE79A66AC9 /* DBTEAMLOGPaperDocTrashedDetails.h */, + 722B9BF25884F0694524F17768C8C446 /* DBTEAMLOGPaperDocumentLogInfo.h */, + 0FE45488F00C51F3DE56E448E70B9C2E /* DBTEAMLOGPaperDocUnresolveCommentDetails.h */, + 7FBA2C7351E00A6206B0705094D2C201 /* DBTEAMLOGPaperDocUntrashedDetails.h */, + 71867164F82DFA20B8B5E8950E08D059 /* DBTEAMLOGPaperDocViewDetails.h */, + B7859B3544BDD02142975F7C40D8682F /* DBTEAMLOGPaperDownloadFormat.h */, + 310E3245CB0785B6A193CEC985DA42E6 /* DBTEAMLOGPaperEnabledUsersGroupAdditionDetails.h */, + A80ADF3DB9D9B9E19C03D2FFDE206005 /* DBTEAMLOGPaperEnabledUsersGroupRemovalDetails.h */, + 057C612B53E9F05637A37A1BCAE14926 /* DBTEAMLOGPaperExternalViewAllowDetails.h */, + 1C52BF5A7EAE85220A04C2AE59F66701 /* DBTEAMLOGPaperExternalViewDefaultTeamDetails.h */, + D0AB9FD0F42EDD8CA35BD64B9B2EC9AD /* DBTEAMLOGPaperExternalViewForbidDetails.h */, + B92628A7DF0694E8DCC088D6BF53B263 /* DBTEAMLOGPaperFolderChangeSubscriptionDetails.h */, + 537F7606CBCFFC2D1B761FC5BA5278F7 /* DBTEAMLOGPaperFolderDeletedDetails.h */, + D372D20B53D8356A52694A2148988BF7 /* DBTEAMLOGPaperFolderFollowedDetails.h */, + 10E0C97C63E68BC82230D3D9312470EF /* DBTEAMLOGPaperFolderLogInfo.h */, + 2007066E4540726AE88D32AF7ABF52A0 /* DBTEAMLOGPaperFolderTeamInviteDetails.h */, + 54F7E3C2B2727E2003BA432F5F670323 /* DBTEAMLOGPaperMemberPolicy.h */, + 56E533DE5145570A81439CDEFFEC4DA4 /* DBTEAMLOGParticipantLogInfo.h */, + C69710F400B27C322AB5B9C9946686E2 /* DBTEAMLOGPasswordChangeDetails.h */, + 673EAD8BB206272CC427DFA363DF3C27 /* DBTEAMLOGPasswordLoginFailDetails.h */, + 10C2549086E8CCA53038E4C61C450336 /* DBTEAMLOGPasswordLoginSuccessDetails.h */, + 219203A7BE68BB876733294E01271069 /* DBTEAMLOGPasswordResetAllDetails.h */, + 0F6B93C2F739CFB35C19CFAB8C87E0FE /* DBTEAMLOGPasswordResetDetails.h */, + 6F694D935238AA336F006386F0A7801D /* DBTEAMLOGPathLogInfo.h */, + F4B2D77AA0D9C95A2CD146A2E3AAC311 /* DBTEAMLOGPermanentDeleteChangePolicyDetails.h */, + F433109E230C41635BDB308099F06FB4 /* DBTEAMLOGPlacementRestriction.h */, + C6A59DF80D320EC6EC559C742DF968AF /* DBTEAMLOGRelocateAssetReferencesLogInfo.h */, + 37702A3599D376F464CB8C4A1857D01F /* DBTEAMLOGResellerLogInfo.h */, + EE540E7D80E31A6EFC9D523F704442A7 /* DBTEAMLOGResellerSupportSessionEndDetails.h */, + 1ADB16CE37728A7D1BF9B4707EE15481 /* DBTEAMLOGResellerSupportSessionStartDetails.h */, + 3C032E1B2B68AF53C6C095A9213A5332 /* DBTEAMLOGRouteObjects.h */, + F3F6E2AD7953BFB310F102569C1EB48E /* DBTEAMLOGRouteObjects.m */, + 257DD09CDBE4BA81CA88F47B357A7543 /* DBTEAMLOGSessionLogInfo.h */, + 33B4AB9839B7BACD55238EEEC94C2757 /* DBTEAMLOGSfAddGroupDetails.h */, + 1EB82285D9FEE182E528A6E4399CF0B6 /* DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails.h */, + 250EB39CAD6CD1888A7415F73F37A1A6 /* DBTEAMLOGSfExternalInviteWarnDetails.h */, + 2CFB26E3EC471858FE6783CD9EC790D7 /* DBTEAMLOGSfInviteGroupDetails.h */, + 1A4EC121BC44989D6A7DC5DEFBDCDCA9 /* DBTEAMLOGSfNestDetails.h */, + 064B88A2107B941590EEDDC4A2AA3D09 /* DBTEAMLOGSfTeamDeclineDetails.h */, + 21E350E70BD4141D26F240836FA6E4BD /* DBTEAMLOGSfTeamGrantAccessDetails.h */, + 65C60CB276A1238D4636E75990BE5FCE /* DBTEAMLOGSfTeamInviteChangeRoleDetails.h */, + CDBAE7102D04C41EFCB7C182469D0573 /* DBTEAMLOGSfTeamInviteDetails.h */, + 62662848B933630DB17CA5748162DFE4 /* DBTEAMLOGSfTeamJoinDetails.h */, + 60932D5C0B3D2AEC59FD234722029A8B /* DBTEAMLOGSfTeamJoinFromOobLinkDetails.h */, + F23EC5DDABD11984B9133D781C3EE91E /* DBTEAMLOGSfTeamUninviteDetails.h */, + 7F9F9C039050D6EA49BF5374D25DA646 /* DBTEAMLOGSharedContentAddInviteesDetails.h */, + 1A39E22C0D2DBD21D879CD59E6F80AF2 /* DBTEAMLOGSharedContentAddLinkExpiryDetails.h */, + A89E423BBD70E27CAE811953849D75A3 /* DBTEAMLOGSharedContentAddLinkPasswordDetails.h */, + 91E23179C003AFB9422F730D7936C310 /* DBTEAMLOGSharedContentAddMemberDetails.h */, + 6872406FC3F0A5DE9FD9305794030300 /* DBTEAMLOGSharedContentChangeDownloadsPolicyDetails.h */, + 22E227C18A0E32AC261A8A5854C4F8FA /* DBTEAMLOGSharedContentChangeInviteeRoleDetails.h */, + 2E6B7DEF2D7C0C8027A7764DB558CB26 /* DBTEAMLOGSharedContentChangeLinkAudienceDetails.h */, + 70116C56AF7BFC5949699DA739A6491F /* DBTEAMLOGSharedContentChangeLinkExpiryDetails.h */, + 36E605880D0002F2335FCFB09490A7D2 /* DBTEAMLOGSharedContentChangeLinkPasswordDetails.h */, + 1FBC78D9E6836A29B4C6E7A61B6C98BF /* DBTEAMLOGSharedContentChangeMemberRoleDetails.h */, + 856338DD96797CE8BF4321EF9E951A16 /* DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails.h */, + C693A82DBC7263488DC0A4B5FA0AD3B8 /* DBTEAMLOGSharedContentClaimInvitationDetails.h */, + A94BE0232B882BE828A719636A434F9E /* DBTEAMLOGSharedContentCopyDetails.h */, + 5A846DF14E4FFA09587EFF15C62C5D80 /* DBTEAMLOGSharedContentDownloadDetails.h */, + BFFED5839617E754B835F4A19328A47C /* DBTEAMLOGSharedContentDownloadsPolicy.h */, + BD449ADC9092AC6B77CFE66ACA1A0552 /* DBTEAMLOGSharedContentRelinquishMembershipDetails.h */, + CDFF177E4C36C68FECE1F15EA4AC62E1 /* DBTEAMLOGSharedContentRemoveInviteeDetails.h */, + 186F37D7DBE222552FA41D47CC648305 /* DBTEAMLOGSharedContentRemoveLinkExpiryDetails.h */, + 6BA0A7B708A1A0D4472F8813503D960C /* DBTEAMLOGSharedContentRemoveLinkPasswordDetails.h */, + 759E91AAB60F98E60D24DA80C5B39ED6 /* DBTEAMLOGSharedContentRemoveMemberDetails.h */, + 24540E627F477DAC16B5823C93CD879F /* DBTEAMLOGSharedContentRequestAccessDetails.h */, + 67DADF38E56429E37D17092B9BC4585F /* DBTEAMLOGSharedContentUnshareDetails.h */, + 579A3FBCCBA60BDF5DDACA8528B9609F /* DBTEAMLOGSharedContentViewDetails.h */, + 7F5E825DE14BDA2F5A2FEB0389953FBB /* DBTEAMLOGSharedContentViewerInfoPolicy.h */, + 8D238930CC7AA1F60B9AF8D75A04B0D2 /* DBTEAMLOGSharedFolderChangeConfidentialityDetails.h */, + BED3D1A0C75D9B5B932414CF7F30C31F /* DBTEAMLOGSharedFolderChangeLinkPolicyDetails.h */, + B44D9316B980B3FDDA6E6E4A5460C31B /* DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetails.h */, + F9D655913C23778DEFE841B1F0789881 /* DBTEAMLOGSharedFolderChangeMemberPolicyDetails.h */, + DC0D9A67A6FACC7839D7C0362D674521 /* DBTEAMLOGSharedFolderCreateDetails.h */, + B67A450A94C9171FDD7F9A3F43566E28 /* DBTEAMLOGSharedFolderLinkPolicy.h */, + 6CC81E7FBF213C1612F8374F5231CBAA /* DBTEAMLOGSharedFolderMemberPolicy.h */, + E2DB83A7EE52985A313717B1D8B28A6A /* DBTEAMLOGSharedFolderMembershipManagementPolicy.h */, + D7B969EC45EEE534B924151ABDD0C124 /* DBTEAMLOGSharedFolderMountDetails.h */, + 1B0E987BBC7C6438BAF951B3FCE9DA9F /* DBTEAMLOGSharedFolderTransferOwnershipDetails.h */, + D2ED4155F0FB2BBA5FA80F675266FCC8 /* DBTEAMLOGSharedFolderUnmountDetails.h */, + B5CA2874508BFFC04E1AA05CC49B54B5 /* DBTEAMLOGSharedNoteOpenedDetails.h */, + 0BFC2114F15971F008C8A907DB338DA6 /* DBTEAMLOGSharingChangeFolderJoinPolicyDetails.h */, + 1C8E186DCC2E445A180C3DBCBFB4EDE0 /* DBTEAMLOGSharingChangeLinkPolicyDetails.h */, + 8CDD53F01A0543F3ADD873306DA9ACF6 /* DBTEAMLOGSharingChangeMemberPolicyDetails.h */, + 67581F74BEC268DA0D26CB716BCF8A2D /* DBTEAMLOGSharingFolderJoinPolicy.h */, + C058453F324A7F627CFBFF4236CD28F1 /* DBTEAMLOGSharingLinkPolicy.h */, + FE0E9851E33FC1639097E0B4441F09DD /* DBTEAMLOGSharingMemberPolicy.h */, + 017D64437919526B797F201588F38590 /* DBTEAMLOGShmodelAppCreateDetails.h */, + 1EDAFF3E39E4DA8100EED41945037F61 /* DBTEAMLOGShmodelCreateDetails.h */, + C5CAD987286579D08AF551FC83A4DCF6 /* DBTEAMLOGShmodelDisableDetails.h */, + 19006DF141DB9FAEAD22CEA042C8DB17 /* DBTEAMLOGShmodelFbShareDetails.h */, + 38AD4026C6FD72333CDDB0882079F768 /* DBTEAMLOGShmodelGroupShareDetails.h */, + 19CD89F11567E8685B59802CCE3F177E /* DBTEAMLOGShmodelRemoveExpirationDetails.h */, + F9B4DB634052C2C88047F9225EC17AE6 /* DBTEAMLOGShmodelSetExpirationDetails.h */, + 164F28651444B8F8179B60E02FC597C1 /* DBTEAMLOGShmodelTeamCopyDetails.h */, + 7EFADFE590702CFB256C4738DCD74E45 /* DBTEAMLOGShmodelTeamDownloadDetails.h */, + B16B8ECEE89DB0F22720BC895B117CA3 /* DBTEAMLOGShmodelTeamShareDetails.h */, + 51F4B3F999DCCA0D278C4EFAF8919037 /* DBTEAMLOGShmodelTeamViewDetails.h */, + 5431DA499E404C4082D1888B24322C34 /* DBTEAMLOGShmodelVisibilityPasswordDetails.h */, + CB6F02989C359288699DDAC26AA561C3 /* DBTEAMLOGShmodelVisibilityPublicDetails.h */, + B36397DA534034CFC82D2E4981D4F894 /* DBTEAMLOGShmodelVisibilityTeamOnlyDetails.h */, + 9C72157AC06108D3C032351923436672 /* DBTEAMLOGSignInAsSessionEndDetails.h */, + 71F06D05F66C8A041593D5C324DC0E2E /* DBTEAMLOGSignInAsSessionStartDetails.h */, + 829C95C569FD3C58509315BFB200DC4C /* DBTEAMLOGSmartSyncChangePolicyDetails.h */, + 424B69B013A6AEF9BD808188F9E5AEBE /* DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails.h */, + 9888D0D4CAEA5964AB18265D426531D1 /* DBTEAMLOGSmartSyncNotOptOutDetails.h */, + CB30B8FB80A6A4EFF02D0981FFF0F707 /* DBTEAMLOGSmartSyncOptOutDetails.h */, + A060BB23ABDA8226711E0CF5D94449F7 /* DBTEAMLOGSmartSyncOptOutPolicy.h */, + C8F6915BF7956CD9E6F391261B814B9D /* DBTEAMLOGSmartSyncPolicy.h */, + C4974C017E480369E6B0A59C0BBF6ADF /* DBTEAMLOGSpaceLimitsLevel.h */, + 1FA02E2E75D369C1991BCA1C94953BF2 /* DBTEAMLOGSpaceLimitsStatus.h */, + 813706B27CE5F610F72F86D29625A70F /* DBTEAMLOGSsoAddCertDetails.h */, + 650DC490E9D0F55C5DB0E96203FDE583 /* DBTEAMLOGSsoAddLoginUrlDetails.h */, + 50EEC3A3F9713AE38C39F8DD34ACFE7F /* DBTEAMLOGSsoAddLogoutUrlDetails.h */, + C0E82008D6BB014731A4827D7481E032 /* DBTEAMLOGSsoChangeCertDetails.h */, + AB98C6A04336DC801BEBD60C0ADF7D86 /* DBTEAMLOGSsoChangeLoginUrlDetails.h */, + 07D098852325F1C8CAFABCAAA6AEAAF6 /* DBTEAMLOGSsoChangeLogoutUrlDetails.h */, + CF00FA196769D35E4452FCA86F322661 /* DBTEAMLOGSsoChangePolicyDetails.h */, + ED00EEA251B20F630BA58BE8B30C8167 /* DBTEAMLOGSsoChangeSamlIdentityModeDetails.h */, + B380B97D11815BF703813914CA24A910 /* DBTEAMLOGSsoLoginFailDetails.h */, + D46C0ABE90CF78E93DC7E1AA594405E1 /* DBTEAMLOGSsoRemoveCertDetails.h */, + 155637372CCCEFED9D87DDD1F13486C5 /* DBTEAMLOGSsoRemoveLoginUrlDetails.h */, + 93388A559E79BDB9F9ABA7BEFDEFA44E /* DBTEAMLOGSsoRemoveLogoutUrlDetails.h */, + C3B757B9237D51C35AC65D8350A8BE68 /* DBTEAMLOGTeamActivityCreateReportDetails.h */, + E4CB81C7EC90F0598AECA4D447008E7C /* DBTEAMLOGTeamAuthRoutes.h */, + E21E5BAB87EA535DC0E67270A90ED600 /* DBTEAMLOGTeamAuthRoutes.m */, + ACAD2D1F9CA0D9A31D82816575EC3887 /* DBTEAMLOGTeamEvent.h */, + 1B41BB6019BAD81E53A6EB3345880B7A /* DBTEAMLOGTeamFolderChangeStatusDetails.h */, + 2FC75A8DF049FAD82B0EB6329DCBDF9E /* DBTEAMLOGTeamFolderCreateDetails.h */, + 6C9D5ACF84C6024DA46CFAEF4C13AFA2 /* DBTEAMLOGTeamFolderDowngradeDetails.h */, + E29852EF4D0935E298FC1DF5C1C973E8 /* DBTEAMLOGTeamFolderPermanentlyDeleteDetails.h */, + 595B525AC9B0153524411318D67CCDE6 /* DBTEAMLOGTeamFolderRenameDetails.h */, + 316B8BD83013EBA5A56D6458D5ABF480 /* DBTEAMLOGTeamFolderStatus.h */, + B1ACA3561ED0EEBE2A2FDCFCBF038694 /* DBTEAMLOGTeamLinkedAppLogInfo.h */, + 76BD7579B15740AD9C938223949B7CEF /* DBTEAMLOGTeamMemberLogInfo.h */, + B150E8433411B696B523AC53A9A17971 /* DBTEAMLOGTeamMembershipType.h */, + FA7201F0BB139A7E0A956C789F892925 /* DBTEAMLOGTeamMergeFromDetails.h */, + BA121DD0A3088D005C14EA18364AA648 /* DBTEAMLOGTeamMergeToDetails.h */, + 86F4BD88059B0DC436C963CFBAABBD89 /* DBTEAMLOGTeamName.h */, + B549E55CEF4D172D36211BFBED6FEAFC /* DBTEAMLOGTeamProfileAddLogoDetails.h */, + 5A17C3FF188D0CB20A2EDE54490C9292 /* DBTEAMLOGTeamProfileChangeDefaultLanguageDetails.h */, + 5300B857EF0097FD3D13F3A0EFBF43CE /* DBTEAMLOGTeamProfileChangeLogoDetails.h */, + 5EF12DE1FB24972631A267E5EC316F78 /* DBTEAMLOGTeamProfileChangeNameDetails.h */, + DBFABF38865D2E1C2CA79005A95CC218 /* DBTEAMLOGTeamProfileRemoveLogoDetails.h */, + C2CEB566801F1E53C36CACBF7EF6D021 /* DBTEAMLOGTfaAddBackupPhoneDetails.h */, + DE2946B1D4B5A60F0EE6D8ABDDB7893C /* DBTEAMLOGTfaAddSecurityKeyDetails.h */, + 5C0FF6879B36363CA901E33401695819 /* DBTEAMLOGTfaChangeBackupPhoneDetails.h */, + 3BAEB77EAA468F48A9B8DCE219B7A9B2 /* DBTEAMLOGTfaChangePolicyDetails.h */, + 72C980A79CE4ABEA76340D664AF1E213 /* DBTEAMLOGTfaChangeStatusDetails.h */, + 9DFB050A79351F533723522BF1599F89 /* DBTEAMLOGTfaConfiguration.h */, + A208B7DBEFF344751957D9341DBB6195 /* DBTEAMLOGTfaRemoveBackupPhoneDetails.h */, + DAA9EF5291B7495709202157DC50B5B5 /* DBTEAMLOGTfaRemoveSecurityKeyDetails.h */, + 2C69EFC411D3A0B7E8F0C7360546DD30 /* DBTEAMLOGTfaResetDetails.h */, + C45B2EB443A952B63196E6F3258EEF64 /* DBTEAMLOGTimeUnit.h */, + 86D9D51BA00C3A7428BE289F237736A0 /* DBTEAMLOGTwoAccountChangePolicyDetails.h */, + 12F971CDA2C8991B445D23E2149DC8C5 /* DBTEAMLOGTwoAccountPolicy.h */, + 3C11F0B705CC1F426C55EF7AA528909C /* DBTEAMLOGUserLinkedAppLogInfo.h */, + FC2EAA5778FB95824148693B380C36D3 /* DBTEAMLOGUserLogInfo.h */, + 68DEFDC78654B3EE3B539E7FDCC7C716 /* DBTEAMLOGUserNameLogInfo.h */, + 25A378C20E41ACC15BFA695FA489E361 /* DBTEAMLOGUserOrTeamLinkedAppLogInfo.h */, + 3A4A399AE3FA45B4E3D28EC37C2674FD /* DBTEAMLOGWebSessionLogInfo.h */, + 0C20577A0A34D8F7E8D3E6B6311AFB2C /* DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetails.h */, + 9C82EA7DDABA1B2FFB842E3C41837C5B /* DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails.h */, + 82D7699C6570498152F68AD2D8A18638 /* DBTEAMLOGWebSessionsFixedLengthPolicy.h */, + 10E60F0F54ED67BAA8FB94400B03778C /* DBTEAMLOGWebSessionsIdleLengthPolicy.h */, + 4492E7429DE40349C84E9BBEAFCEA969 /* DBTEAMMemberAccess.h */, + C9E3E6F3AD57B163C0324DC7115EA923 /* DBTEAMMemberAddArg.h */, + 037BBC153C83A6580F9299BC82BA9FAD /* DBTEAMMemberAddResult.h */, + C91A00A0B521245DBD953B6A2F3F5FBC /* DBTEAMMemberDevices.h */, + 941517C73EC0DCD2E1A25772CBA685E2 /* DBTEAMMemberLinkedApps.h */, + 816BB8C477E707CA3DB82B8A99CDE5E2 /* DBTEAMMemberProfile.h */, + 608AD80B85087107F61C343C0B33C18B /* DBTEAMMembersAddArg.h */, + A6DDF399BCF6B8430E1E732CA05E289A /* DBTEAMMembersAddJobStatus.h */, + 37EAF5FB68A8C48DD43B8C4B7E017196 /* DBTEAMMembersAddLaunch.h */, + 4DF4F84DFEA80BCECFC7A8046A6F68B6 /* DBTEAMMembersDeactivateArg.h */, + CDE521EB93DC781C74896B65889CBE40 /* DBTEAMMembersDeactivateError.h */, + 2C78018A2896F83B90AE9FB086F06343 /* DBTEAMMemberSelectorError.h */, + 579DE7AEF564B24E8D104D5DFBED9185 /* DBTEAMMembersGetInfoArgs.h */, + E2DE2D8A21EAEF3A1FA0CAA718DA063A /* DBTEAMMembersGetInfoError.h */, + AD3CF039CA7CD35B27FF3CA7D78F948E /* DBTEAMMembersGetInfoItem.h */, + 53B15E89745BFA653CAD20EA89A73671 /* DBTEAMMembersListArg.h */, + E5755C941948580EF4E1C72E81FD43B9 /* DBTEAMMembersListContinueArg.h */, + AC32CA4486FA96477EF2EDCADDDF3445 /* DBTEAMMembersListContinueError.h */, + 41FB9A0C2562ED7B38B76683169F4CC8 /* DBTEAMMembersListError.h */, + 8D12A5CA78E3BA163BEFE562057A9F8E /* DBTEAMMembersListResult.h */, + 3480397E90C1A00CC826F06299A5082C /* DBTEAMMembersRecoverArg.h */, + 99901D0420148C43BBD3BD068A195134 /* DBTEAMMembersRecoverError.h */, + 519A88079D482BFFE5B537046BB43767 /* DBTEAMMembersRemoveArg.h */, + 7F2F1F874F519A01F8D0928CFD5FC709 /* DBTEAMMembersRemoveError.h */, + 5389E0EAA423235B65E024AC38E5E8AC /* DBTEAMMembersSendWelcomeError.h */, + 24945829E4DFE8D4AF87FD61801F3120 /* DBTEAMMembersSetPermissionsArg.h */, + F842BCE844110F9F1A8635140658E003 /* DBTEAMMembersSetPermissionsError.h */, + AAE3193AA01B02D025FA03A5858BCD5C /* DBTEAMMembersSetPermissionsResult.h */, + E252ACFD2B9145B5CCE5DF1050890B89 /* DBTEAMMembersSetProfileArg.h */, + 16BA85749B65835DD2A3858B293FE80E /* DBTEAMMembersSetProfileError.h */, + B93E4C7AEA43AEBD5F3C0880C0575071 /* DBTEAMMembersSuspendError.h */, + 35301C64E04CD31842B67F70CF58DB49 /* DBTEAMMembersUnsuspendArg.h */, + 60BB9C3FF4FD95BA6529588EACA6CAF6 /* DBTEAMMembersUnsuspendError.h */, + D449BB8DE1C3C52067648551AE3752BA /* DBTEAMMobileClientPlatform.h */, + 5EC010503D965C7623DDB3E88990ED5E /* DBTEAMMobileClientSession.h */, + 04E81AA2C8F17011C5327B0A48004BBD /* DBTEAMNamespaceMetadata.h */, + 0C260E1508C4EE4658767BABA794AF4A /* DBTEAMNamespaceType.h */, + F7077F9EBDB9C0869B10CF8C76BA053A /* DBTeamObjects.m */, + 7E136BD4B8D9843D7AB126D9594E3180 /* DBTEAMPOLICIESEmmState.h */, + 2D5AF91DE1E1C566BB5699C1C4FFF14E /* DBTeamPoliciesObjects.m */, + AEC48124807B5C51BC6936AC5B2DA18A /* DBTEAMPOLICIESOfficeAddInPolicy.h */, + B6700AE1427D136583FC91155B4D3BA6 /* DBTEAMPOLICIESPaperDeploymentPolicy.h */, + 5CD920843FDDC31936AF9089D0BF7693 /* DBTEAMPOLICIESPaperEnabledPolicy.h */, + 723B6EF7B8DFE9BC3B1EE3D78F636D0D /* DBTEAMPOLICIESPasswordStrengthPolicy.h */, + 1A4097FCCB32278F56B48C118B1AE83F /* DBTEAMPOLICIESRolloutMethod.h */, + C4CDC640E775E543A3F834B239649D29 /* DBTEAMPOLICIESSharedFolderJoinPolicy.h */, + 9C4F6B9A94C29557F6A734395595C545 /* DBTEAMPOLICIESSharedFolderMemberPolicy.h */, + 3182F964772F731FF60D82018A596661 /* DBTEAMPOLICIESSharedLinkCreatePolicy.h */, + F512CE44EA5AA1C72F3160193333EA52 /* DBTEAMPOLICIESSsoPolicy.h */, + 01E65EFEB29AAA2AB081D99BDA42E5A2 /* DBTEAMPOLICIESTeamMemberPolicies.h */, + 9999A0DFC57950C34B17135EB8DD4475 /* DBTEAMPOLICIESTeamSharingPolicies.h */, + 248319E94E38AE9877D18C4250C1F116 /* DBTEAMPOLICIESTwoStepVerificationPolicy.h */, + 63A94CDE07934D1CA3FB93ABB55FDB05 /* DBTEAMRemoveCustomQuotaResult.h */, + C9BA9B74662E779BB731535082FE5A00 /* DBTEAMRemovedStatus.h */, + 0E4B2BE5FF609EE8377F711C2CDE0F7D /* DBTEAMRevokeDesktopClientArg.h */, + 715F3B0BA7CBD5603A5F75F20F8A3821 /* DBTEAMRevokeDeviceSessionArg.h */, + 9323B8A93BA14716BDD11E670245BF90 /* DBTEAMRevokeDeviceSessionBatchArg.h */, + 7BDE160DBB061FBBEF981357EAB43290 /* DBTEAMRevokeDeviceSessionBatchError.h */, + BE46ADE172DC279AB2DAC2188A718779 /* DBTEAMRevokeDeviceSessionBatchResult.h */, + 07338C52B3C8375E5860F671A056662F /* DBTEAMRevokeDeviceSessionError.h */, + D5AF3245B8BF74FE32FD682AF6B15952 /* DBTEAMRevokeDeviceSessionStatus.h */, + BF941A4BABB6C9071B531C224CC7BCD9 /* DBTEAMRevokeLinkedApiAppArg.h */, + 89A4274B85630398488C9E18672BE694 /* DBTEAMRevokeLinkedApiAppBatchArg.h */, + 8D22461924E3BC9635BF1DA82BBF2C9B /* DBTEAMRevokeLinkedAppBatchError.h */, + DFB9EE1B8C8A3AE0F7824FD8CC5046D5 /* DBTEAMRevokeLinkedAppBatchResult.h */, + 56833CDBF53CF0542F06E8E7189F1F2F /* DBTEAMRevokeLinkedAppError.h */, + A9CEDBDF54105A5650FB4DB4149FBD2A /* DBTEAMRevokeLinkedAppStatus.h */, + E735FE7F91E1EB015E9A51A87A056FAE /* DBTEAMRouteObjects.h */, + 01B134B08EA5393E6C8526343C4DF927 /* DBTEAMRouteObjects.m */, + 1351EA98C1A55841F77F7360A5672FEC /* DBTEAMSetCustomQuotaArg.h */, + 82ADD0E83F1D890597E540E0B2F1B7EF /* DBTEAMStorageBucket.h */, + 03E6A0D2A6F97C233E3A78D5AB12E9CE /* DBTEAMTeamAuthRoutes.h */, + 3097BE14A65AAA5C326CC87546BD314A /* DBTEAMTeamAuthRoutes.m */, + ACC9EE441AD9FC15533D94F23638C90B /* DBTEAMTeamFolderAccessError.h */, + 2406198B493CFFCC1B119AE9C72BE834 /* DBTEAMTeamFolderActivateError.h */, + 3A3BFF3D28FDAB54926A1A0A73AB7D7C /* DBTEAMTeamFolderArchiveArg.h */, + 7E06E742B0F19BD1B0D3F6B03895C3D7 /* DBTEAMTeamFolderArchiveError.h */, + FF89AF479C4564BCD2E4DA89A4032818 /* DBTEAMTeamFolderArchiveJobStatus.h */, + C561012D304DAC8BE9D901E90B3F4DEC /* DBTEAMTeamFolderArchiveLaunch.h */, + BD2E83C11D13D59C5B5B9BF7B31C28F1 /* DBTEAMTeamFolderCreateArg.h */, + 4D2AA6B7BF76F30611088EE12668FBFD /* DBTEAMTeamFolderCreateError.h */, + 8041027260BC5EF3AAC2ECE3E1D8C609 /* DBTEAMTeamFolderGetInfoItem.h */, + 3552493521EB783845D52469C8662F9B /* DBTEAMTeamFolderIdArg.h */, + C5C55238D87A472BB0DF5CC4A1CA5858 /* DBTEAMTeamFolderIdListArg.h */, + DF2BD4728242EEC0359AB080F6791156 /* DBTEAMTeamFolderInvalidStatusError.h */, + 9FC79DE3DD21D6F382640B41689A75D3 /* DBTEAMTeamFolderListArg.h */, + E6938C6D7CC9473401B2F46FACDC74F9 /* DBTEAMTeamFolderListContinueArg.h */, + 4D51FF97F683B1F18E7051095D02620E /* DBTEAMTeamFolderListContinueError.h */, + 1ED268A2CF77E5E817CCF65995D30425 /* DBTEAMTeamFolderListError.h */, + F8C6790F1176090EBDE1E2AC8FD324D2 /* DBTEAMTeamFolderListResult.h */, + FE21469972AA1C6E1E25105E46587EFB /* DBTEAMTeamFolderMetadata.h */, + BB32BBBDC37434A8FA813C030C7FBECA /* DBTEAMTeamFolderPermanentlyDeleteError.h */, + B13641C36A7E65DEB19C85B3037DCACB /* DBTEAMTeamFolderRenameArg.h */, + 59EFCF9E8176EECBD5B95743DE5A12C7 /* DBTEAMTeamFolderRenameError.h */, + E4E240BABFEB9107BD1B50DECCE1E69E /* DBTEAMTeamFolderStatus.h */, + E4026233C160FBABA02634B3C66E137E /* DBTEAMTeamFolderTeamSharedDropboxError.h */, + 03B4DE8D1BCCA8C3BFD2D8700327DE9C /* DBTEAMTeamGetInfoResult.h */, + 6722BBADD316801C221B6C8614F51956 /* DBTEAMTeamMemberInfo.h */, + 037CAA762DB45FB83435F56B6178F354 /* DBTEAMTeamMemberProfile.h */, + 4ADF0A2D441764FA9103E9CE9F912290 /* DBTEAMTeamMembershipType.h */, + 78BD43BF43BFFE83EBBFCE89EBF9794B /* DBTEAMTeamMemberStatus.h */, + 8F7A33E0B00245183D83CC0843A38715 /* DBTEAMTeamNamespacesListArg.h */, + DC563C0C9294611FA69A0FFE83818FBE /* DBTEAMTeamNamespacesListContinueArg.h */, + B7B6E0A2417292F4208B5A693A68A7D3 /* DBTEAMTeamNamespacesListContinueError.h */, + BD6AB15FB53FA3397BAA2E1BB2AC12EF /* DBTEAMTeamNamespacesListResult.h */, + 9F5B03305EC42D24D5332F9B47BF1C9D /* DBTEAMTokenGetAuthenticatedAdminError.h */, + 9A0BD580F81F32378DCD869A8D4CD6A2 /* DBTEAMTokenGetAuthenticatedAdminResult.h */, + 6FDDC42A80911143218F6B3BE76237C5 /* DBTEAMUploadApiRateLimitValue.h */, + 9B07939A5FB31CBF673A163FA899E6EC /* DBTEAMUserCustomQuotaArg.h */, + F4D6D6165B99F6C982E82DEBB0F3F1CB /* DBTEAMUserCustomQuotaResult.h */, + 8777600C6CB18B5A3ED52487EEC3561B /* DBTEAMUserSelectorArg.h */, + C5590CC4D6DE8A87C17B560A50E61AAA /* DBTEAMUserSelectorError.h */, + 5DF9DFE13E4812C1B1AF88C5EA99F7C4 /* DBTEAMUsersSelectorArg.h */, + 6332265DE468FCBD2CFF84D23AB41323 /* DBTransportBaseClient.h */, + 2812702853DC606D9E1F5FAE2BD2716E /* DBTransportBaseClient.m */, + 9264E167CC78119DC4E96FFE63123C85 /* DBTransportBaseClient+Internal.h */, + F4517F4925593CB89991B44F9978BB87 /* DBTransportBaseConfig.h */, + 193F1EE8DD9D63EE0B00ABE95B1B3055 /* DBTransportBaseConfig.m */, + 108677FF9A69D0DC43D87DD195CC35BC /* DBTransportBaseHostnameConfig.h */, + D69213421DEF668EFA0295D172877DCD /* DBTransportBaseHostnameConfig.m */, + D7BB3DF8FC4E0EE50A6F80D3C413B1C5 /* DBTransportClientProtocol.h */, + CB45FDC97C621E7D61B4D1DA26662D03 /* DBTransportDefaultClient.h */, + FB9F1008643E79D81C7C1545E4321F0B /* DBTransportDefaultClient.m */, + 0C136684A3E479F99B9619A42F2C9206 /* DBTransportDefaultConfig.h */, + FB5A0EFC13ED42E03047102DDFD8A895 /* DBTransportDefaultConfig.m */, + 53EDBFD140DE637156EF2FA5B1A2B201 /* DBUserBaseClient.h */, + 129606FEDE30E1026C005A6C0DB55370 /* DBUserBaseClient.m */, + 573270A44D3569AAC98926E6F383591F /* DBUserClient.h */, + 4BDF6ABA8BC3873331A462DCE3ABFD85 /* DBUserClient.m */, + 6CD03E2BC6BCE4C1677EB03F18E5C81B /* DBUSERSAccount.h */, + 31862615A3F73990A3F79C269433249A /* DBUSERSBasicAccount.h */, + 2B0F264E58483AB9D01944322A1C7FC0 /* DBUSERSCOMMONAccountType.h */, + 976671DA39D97C3508ED6C72EA55F065 /* DBUsersCommonObjects.m */, + 9B68C2BABC204760536AFF0602F6D870 /* DBUSERSFullAccount.h */, + 57268A7AAAA845A8A3AA3EFD0D9D9F36 /* DBUSERSFullTeam.h */, + BFEA3C839F8FC8C40DD2EC94700C332F /* DBUSERSGetAccountArg.h */, + 694688C8A6DFB8B7A2B3D75DEA242D3B /* DBUSERSGetAccountBatchArg.h */, + A0741914A6F222FBF93634184FD33542 /* DBUSERSGetAccountBatchError.h */, + 424B8CB1B5ADCB10BC4313DF5652BB19 /* DBUSERSGetAccountError.h */, + 6A2B38902D0CAAD57F9F3E37CFEB8F5D /* DBUSERSIndividualSpaceAllocation.h */, + 0C39CA5B986B0BB4D11654739896C5D3 /* DBUSERSName.h */, + 33E42FD48C14C93565495612FAB3AAFA /* DBUsersObjects.m */, + 1760678C6161F1C856AC28565F96AF4D /* DBUSERSRouteObjects.h */, + C923024C783FF8BBFD11A24ABD4D78BE /* DBUSERSRouteObjects.m */, + D2F651B31D0512690ECEC544334BC02B /* DBUSERSSpaceAllocation.h */, + C815966D51E0002605031BA63F9F7B0C /* DBUSERSSpaceUsage.h */, + 88B1754F70CB6ECD438E24F18BE7AAF9 /* DBUSERSTeam.h */, + 085B0C615A9496ED398D109E4E84F21F /* DBUSERSTeamSpaceAllocation.h */, + E51ABE810F98A722295CF2491720B649 /* DBUSERSUserAuthRoutes.h */, + 99A5C4AC7055C6AE29D4A54FF0511FE0 /* DBUSERSUserAuthRoutes.m */, + 039C1A5F64FE6E3DC0A2E357D7C4ED2B /* ObjectiveDropboxOfficial.h */, + 23B0CC903D0BF0398D48EF7EF304405C /* ObjectiveDropboxOfficialLib.h */, + C0D41EB9BB592D48F59CF5385C7C497C /* Support Files */, ); - name = NSURLSession; + name = ObjectiveDropboxOfficial; + path = ObjectiveDropboxOfficial; sourceTree = ""; }; 7DB346D0F39D3F0E887471402A8071AB = { @@ -4604,670 +4749,732 @@ children = ( 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */, 040C8D03E32CF55376708D3666A6E65D /* Frameworks */, - A06355CBFEDAA9887A8FEB495B7A30F9 /* Pods */, + 13CCDA0A132396A25662BBCA75399938 /* Pods */, 281A2E63437EE9798B934C3FF8A88F3E /* Products */, 3FDFE8DFCD8E5AF7CF0393D77652CDCB /* Targets Support Files */, ); sourceTree = ""; }; - 926CDBB66B29ED2E23933F467D3A8E4B /* Frameworks */ = { + 820D4018E068C5D633130E92544EA1E0 /* Resources */ = { isa = PBXGroup; children = ( - 7CE0D27876A33B998220660ED600DF9C /* Fabric.framework */, + 10DE62B81562D54A2CEA4A9CECDFB439 /* SAMKeychain.bundle */, ); - name = Frameworks; + name = Resources; + sourceTree = ""; + }; + 89868482C54A6D3025313AFDCF0606B9 /* NSURLSession */ = { + isa = PBXGroup; + children = ( + 040207CFBCD28805DED452E84836461F /* AFHTTPSessionManager.h */, + 5E9C618EF878178AB97DE2911848AB97 /* AFHTTPSessionManager.m */, + AAE2E0EFB4E6C22846B6F6FBE1071E46 /* AFURLSessionManager.h */, + 80F26723BDD4B2D3D832649DFBDC5461 /* AFURLSessionManager.m */, + ); + name = NSURLSession; sourceTree = ""; }; - 98BC050A5B251A2A2FB2914391BD02DF /* Support Files */ = { + 8C96BB821517CC160DC6C32C08293B90 /* Support Files */ = { isa = PBXGroup; children = ( - FE2E32C2B5EB8B2AC88501B8CAB71559 /* ObjectiveDropboxOfficial.xcconfig */, - 6E7E7B5240517BD15A0203B23B2B8633 /* ObjectiveDropboxOfficial-dummy.m */, - FCB9A3968EADD347336F7746A03C97BB /* ObjectiveDropboxOfficial-prefix.pch */, + E08BD9FCF9830FAA973FE7AC7627307C /* CMDQueryStringSerialization.xcconfig */, + 95841225BD5F85EC09561DCCFCEA511D /* CMDQueryStringSerialization-dummy.m */, + DBDA43A40798E0ADE341AADB07020BA7 /* CMDQueryStringSerialization-prefix.pch */, ); name = "Support Files"; - path = "../Target Support Files/ObjectiveDropboxOfficial"; + path = "../Target Support Files/CMDQueryStringSerialization"; sourceTree = ""; }; - A06355CBFEDAA9887A8FEB495B7A30F9 /* Pods */ = { + 8CE947C75E6D4F540610B6298BE223DF /* Crashlytics */ = { isa = PBXGroup; children = ( - 0C1992F89638210728B359E5D69DA89C /* AFNetworking */, - 48428E57BA193AD4671161F29F355446 /* CMDQueryStringSerialization */, - 1491B2207C45385C42F47E34D35E68FF /* Crashlytics */, - CCBA3DE218821110D08DE7B4FD260CFB /* Fabric */, - 04B962C3C8BA0F26BA41EE7368075AD0 /* Google-Analytics-for-OS-X */, - 10725BBE91BBD98E75528F72AA4E5B75 /* ISO8601 */, - 0CC09AF11592E2E5D76559840042D9AA /* ObjectiveDropboxOfficial */, - 5CEDE9685813AE73F37AF76D285FC828 /* SAMKeychain */, - EE4CBA81EC8C3A1FBD920B52526F996B /* SSZipArchive */, - 2714D17950FF611CC588AC14C7D409E6 /* STPrivilegedTask */, - E4524AB566EB25D46151BA2B9290A737 /* ZXingObjC */, + CD0C9F8E244C1AE15E1F7A35AED41CF8 /* ANSCompatibility.h */, + 8A3C8E22DD8FEDBDBBB9DBFD1FF57E9C /* Answers.h */, + B1A2405718371A36989D7F0373C1D0A6 /* CLSAttributes.h */, + DF902846810F2838560FB8E32FD5FBC2 /* CLSLogging.h */, + 0448C8865C6CF04BD4D93AE776D8B06A /* CLSReport.h */, + 7B2821EFBC75B2AB050E7F50D22661AB /* CLSStackFrame.h */, + BC4E7670D14FFD0CAFD4DF9374CD4D0A /* Crashlytics.h */, + 5BBB7DE50E95589C7A61EDF0FCB27E04 /* Frameworks */, ); - name = Pods; + name = Crashlytics; + path = Crashlytics; sourceTree = ""; }; - A1E3328D4F62BD8A0D044743DFEA1CCC /* Support Files */ = { + 8E70046240FA268F7F30C170FDAD9697 /* Frameworks */ = { isa = PBXGroup; children = ( - C7BD60A7B142276573BF74006D1A3BB4 /* Google-Analytics-for-OS-X.xcconfig */, - 771323227932CEEE3330FB25241AEA73 /* Google-Analytics-for-OS-X-dummy.m */, - 8E3C8C6FADACDD6F7CC4E063A915DE6E /* Google-Analytics-for-OS-X-prefix.pch */, + 72A3BFA97D5B493F690F70E4528359D4 /* Fabric.framework */, ); - name = "Support Files"; - path = "../Target Support Files/Google-Analytics-for-OS-X"; + name = Frameworks; sourceTree = ""; }; - A5A6BE3191A6D6AB057A0A17A8744BA0 /* Support Files */ = { + A155DF87AA677D7C37AF84428970E7DC /* Serialization */ = { isa = PBXGroup; children = ( - D4912EFC916E06DE2739B7ED0B28A023 /* AFNetworking.xcconfig */, - 16399FA3A96FDDBDB9ED06A925081713 /* AFNetworking-dummy.m */, - 52EC577842472EAAC7A96D0F4FE1398B /* AFNetworking-prefix.pch */, + DEF63A6A581132DB1AE516FD03095FD6 /* AFURLRequestSerialization.h */, + 3EC1101470FBE566D2416CFE96348969 /* AFURLRequestSerialization.m */, + 12AE8E8CC87B05D0B4B9AD13184AE8F3 /* AFURLResponseSerialization.h */, + A36DD0A6BEF62A61C1E835ED7893E0F2 /* AFURLResponseSerialization.m */, ); - name = "Support Files"; - path = "../Target Support Files/AFNetworking"; + name = Serialization; sourceTree = ""; }; - A9F939507B9D95379F0CE48E31B9321D /* Support Files */ = { + A711A103B28EF8452C1BB071B7423F99 /* ZXingObjC */ = { isa = PBXGroup; children = ( - 5AD34A431AFEBF34445344460FC21D88 /* SSZipArchive.xcconfig */, - D689497317A918CFED58B98985A71779 /* SSZipArchive-dummy.m */, - 40DD827DE6E6DB6693FEFF1CCBBB230D /* SSZipArchive-prefix.pch */, + D44C61C7FE8577CA8F7EB322E6F504DA /* All */, + 0B36F1C7F93C23B523B094E51B8B5940 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/SSZipArchive"; + name = ZXingObjC; + path = ZXingObjC; sourceTree = ""; }; - AC2799BC7677BDB6CDFFA08D461FCF7D /* Frameworks */ = { + AD6F3699A4A95A52BB77D20B2125A5F5 /* STPrivilegedTask */ = { isa = PBXGroup; children = ( - 8BE6903F7F1A845187131042527C7A51 /* Crashlytics.framework */, + F308AC76920E3AEF2FF5759914662AFB /* STPrivilegedTask.h */, + ECA49F2660FA3ADB90F049DCE5751A64 /* STPrivilegedTask.m */, + 0BFD167C31D92FE89CE2E270926BE340 /* Support Files */, ); - name = Frameworks; + name = STPrivilegedTask; + path = STPrivilegedTask; sourceTree = ""; }; - ACD0CE927EB9C6234F5C2F3491D74DD0 /* Resources */ = { + B094EC152B0D95C245FB02496C84F3E5 /* SSZipArchive */ = { isa = PBXGroup; children = ( - A7C911FAA95E6B1AD7C66DE282935948 /* AnalyticsWindow.xib */, + 0987EF989CF0FEC4BB6CD662467B9979 /* aes.h */, + 8408EA6CFD1074415B1F35FBD0342312 /* aes_ni.c */, + E70DE94AC44EDF514D791C81C5E83C07 /* aes_ni.h */, + AAEC4C251213AE2C2904BEF17B504983 /* aescrypt.c */, + E9D1309E2F7809CB59C9F0ACCDD6D672 /* aeskey.c */, + FA1FF0EBFB5159F9E8B7A3400FFFD428 /* aesopt.h */, + 804BA0ED711523A4EC43752B07F8757F /* aestab.c */, + 00A61333ADFDF9ECB95820A541563369 /* aestab.h */, + 804D30B2586A21FF03DFDC58D006EA30 /* brg_endian.h */, + E55B1D0D2D8C423197126960D8D42C70 /* brg_types.h */, + 5175B3BE81F1692442BBE36CE2CC232A /* crypt.c */, + 51FA99EC5F785ABF33A9A8A53C83495A /* crypt.h */, + 71F0BFD6A7649F18C8596C636A7B8450 /* fileenc.c */, + C32A892EF1D9C15446DEEE04184E3CF8 /* fileenc.h */, + 21C963AFE5D31E73EB0E25C30EF36708 /* hmac.c */, + E644C16FDE72AF4D7B10ED8C578876E4 /* hmac.h */, + B2CB9EAE7C5FB05D5E1700197B46FFD4 /* ioapi.c */, + FA199310EEB25066A18B1449877FCAFA /* ioapi.h */, + 82380CE9EE975446FC726B2635720250 /* ioapi_buf.c */, + 4021A9D80E9C13A05ABE53360135B23D /* ioapi_buf.h */, + A7999BE55F6C46C323024681D4E35A52 /* ioapi_mem.c */, + 557C83BB77180E8FFA38032BCE10CC4D /* ioapi_mem.h */, + F3FC0B114789CFDB55CEB7E294D5FF02 /* minishared.c */, + 9C9CF88C1EE554B347A00DFE59745A1C /* minishared.h */, + 65BB633A8BE8A6188DF0FD03E09B5453 /* prng.c */, + 51D00C83B3576CB4780BC18FD6990CA4 /* prng.h */, + E9FD3D8FE6EB5168ECE61D31609BBA1C /* pwd2key.c */, + 31A2671D645192C470432E9586B56EBB /* pwd2key.h */, + 942A0809178A95D59927A6B7FBAC53E9 /* sha1.c */, + A2853389F2C0D8930296946778C95DEE /* sha1.h */, + 3D7787F3E5C746B28C440D2FF327012C /* SSZipArchive.h */, + 7341F8519D551706BDFE71BA384C5148 /* SSZipArchive.m */, + 2B7296873BE5182CAF7D5FC07BB1EABF /* SSZipCommon.h */, + A9CB62D3D8F6AF1DA97A90740A00E3FF /* unzip.c */, + C38EAED9A17873E50F935B4A3614556E /* unzip.h */, + 064CC89639D6C5FCE61FF4A8A3A9B6A5 /* zip.c */, + 61586331849329DB629DA854FB4A52D5 /* zip.h */, + 247F21350418BC254EA47FDC8AD31083 /* ZipArchive.h */, + D727FE10DDE3CA2B23BCDCD52FDC4E1A /* Support Files */, ); - name = Resources; + name = SSZipArchive; + path = SSZipArchive; sourceTree = ""; }; - CCBA3DE218821110D08DE7B4FD260CFB /* Fabric */ = { + B4A95DA0E6D395C4D10EEDAA6E76ADB5 /* Reachability */ = { isa = PBXGroup; children = ( - 26EC12BE57074264A34CFF3D774E85AF /* FABAttributes.h */, - 6EDC43FD50AF2E3431D3F32962088E80 /* Fabric.h */, - 926CDBB66B29ED2E23933F467D3A8E4B /* Frameworks */, + A2EAFA5C25E559EBB603451B88659C8E /* AFNetworkReachabilityManager.h */, + D3D8DA6F50C962D62C788C6DCC4F7F16 /* AFNetworkReachabilityManager.m */, ); - name = Fabric; - path = Fabric; + name = Reachability; sourceTree = ""; }; - D00F7E2365AD7354C337F3B9F26BE9C4 /* Support Files */ = { + B6B2887E333F4A1C6A5A87B286799D66 /* Google-Analytics-for-OS-X */ = { isa = PBXGroup; children = ( - B24910C10518894C797C75BDD37B1E50 /* STPrivilegedTask.xcconfig */, - 2C661A3CC288A358B4275347990DD56F /* STPrivilegedTask-dummy.m */, - E7E70D8457D5C62DC5D67B5FE421BE82 /* STPrivilegedTask-prefix.pch */, + 152903BF53AE513E5FAA0D78D460FAEA /* GoogleAnalyticsTracker.h */, + A567711314C6F07105A304EB52DE8CBF /* MPAnalyticsConfiguration.h */, + 1F260C0C4D3A89AF8C30CBAD7C99425A /* MPAnalyticsConfiguration.m */, + 3FE61D41AA67370F4FCC11579130B973 /* MPAnalyticsDebugWindowController.h */, + 2DEB77989A93921D3FEFBF6474953684 /* MPAnalyticsDebugWindowController.m */, + C6D75E2C96E57C9A479A25847ACB0D50 /* MPAnalyticsParamBuilder.h */, + AB81234002A3BAD5C105495385674AF5 /* MPAnalyticsParamBuilder.m */, + D4EC746292BCBD6F1B060DF4FF0924D3 /* MPGoogleAnalyticsTracker.h */, + E62882D76ACD1FEA3E9AA997B3658D80 /* MPGoogleAnalyticsTracker.m */, + EBED1186AF6310CA7C53A3C098852C07 /* Resources */, + 56A3853FB28F631A0E76409797C6124C /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/STPrivilegedTask"; + name = "Google-Analytics-for-OS-X"; + path = "Google-Analytics-for-OS-X"; sourceTree = ""; }; - DA7FF2A8DBAB0107CF5A6E2A74C12B3E /* Support Files */ = { + C0D41EB9BB592D48F59CF5385C7C497C /* Support Files */ = { isa = PBXGroup; children = ( - 3460C83D77201920886E91F310170641 /* SAMKeychain.xcconfig */, - 4E1F1CD8EDFCF2D1FE37AACD0777DB50 /* SAMKeychain-dummy.m */, - FF7CBF7C5EF6474E5A960486BAB08B25 /* SAMKeychain-prefix.pch */, + 501B10B4EEE227FE9A2E0EDDA4ED1C38 /* ObjectiveDropboxOfficial.xcconfig */, + FB76AF381D90BF29F703D87F63110D75 /* ObjectiveDropboxOfficial-dummy.m */, + 35282970B8B47A912EAD03B846BC8F2E /* ObjectiveDropboxOfficial-prefix.pch */, ); name = "Support Files"; - path = "../Target Support Files/SAMKeychain"; + path = "../Target Support Files/ObjectiveDropboxOfficial"; sourceTree = ""; }; - E140F5CB5E7FF500A143D9A98FA8CF5A /* Security */ = { + C13D375310F521F316E2D5D23890EA2B /* SAMKeychain */ = { isa = PBXGroup; children = ( - BF09C5D44E40793DE722DCB6D5E137D8 /* AFSecurityPolicy.h */, - 2537841BE6A16866F896107DE02F2336 /* AFSecurityPolicy.m */, + 2FFCDF709C1F2B306CE13DD277490ABE /* SAMKeychain.h */, + 5E92570950C1CA59BCCC903AFB59A182 /* SAMKeychain.m */, + D277FE370275443F942181EA945DBF28 /* SAMKeychainQuery.h */, + 7B8FA3B8C92AE1F93B66ABF9CBA149E7 /* SAMKeychainQuery.m */, + 820D4018E068C5D633130E92544EA1E0 /* Resources */, + 6852D987CC57E0E2FCA0863FA644CE0F /* Support Files */, ); - name = Security; + name = SAMKeychain; + path = SAMKeychain; sourceTree = ""; }; - E40FA64281ADF24AA4B80F32EB10154B /* All */ = { + D44C61C7FE8577CA8F7EB322E6F504DA /* All */ = { isa = PBXGroup; children = ( - B772CDB57FAEEF65B46E90EA84057340 /* ZXAbstractDoCoMoResultParser.h */, - A2E7A12719AA23873CECA3A45A2EA816 /* ZXAbstractDoCoMoResultParser.m */, - 314C55A8EEA9ABB1DAFD14ACA4A926E6 /* ZXAbstractExpandedDecoder.h */, - 386BB6BC63E7A3F2CB01F4A9E46ED08E /* ZXAbstractExpandedDecoder.m */, - 29D051AC75DB3B1CF2A83C68CAFF581E /* ZXAbstractRSSReader.h */, - FCECD3B3D68721B438F1D001A97036C2 /* ZXAbstractRSSReader.m */, - B1D0D51F054BCE2B321FF70D5BC74BF1 /* ZXAddressBookAUResultParser.h */, - AAB050D7B39CBFFD410FEBA4F2B4DE83 /* ZXAddressBookAUResultParser.m */, - 7935E116FF42BAF8A9C9EAEFD6325C45 /* ZXAddressBookDoCoMoResultParser.h */, - D0B8B234EB0A705BB236E2EA41C3EDF7 /* ZXAddressBookDoCoMoResultParser.m */, - 7C332B9EC8CC9C9B804DB686401714DE /* ZXAddressBookParsedResult.h */, - ED32613E2E839C5A44B08C6DD4A78532 /* ZXAddressBookParsedResult.m */, - 8F040735CB83D176F087277C5258980C /* ZXAI013103decoder.h */, - 2EB8E0A08F4E22AF820780641E89526E /* ZXAI013103decoder.m */, - 0BA3632D0D75670E286CCA2F21B730D3 /* ZXAI01320xDecoder.h */, - 273B4350DB90FEC78C3409F8F9B87DBF /* ZXAI01320xDecoder.m */, - 480B0F7735831DD7B877F293B4C115B3 /* ZXAI01392xDecoder.h */, - C40749F0FF9861ADA6ADE11C8E151A15 /* ZXAI01392xDecoder.m */, - 6969274346FA1BC0F7475E8C13DC2AD0 /* ZXAI01393xDecoder.h */, - 4460669E5598C24B7A2014F50FDABAB6 /* ZXAI01393xDecoder.m */, - 02B65078C4A553895493F0D550BA7FE9 /* ZXAI013x0x1xDecoder.h */, - 3C3D23735D0DF835365CB2DF9E3EA513 /* ZXAI013x0x1xDecoder.m */, - 3FA262C0F0760FE0B1FE59AA528E4C09 /* ZXAI013x0xDecoder.h */, - 1CDE6E8C219229169ADE0D4F757CA0BA /* ZXAI013x0xDecoder.m */, - 757A6D5F8A97ACEBFF9EA4368E9BF846 /* ZXAI01AndOtherAIs.h */, - A04A3FD644F5B0C5DC232BAFDECB1D77 /* ZXAI01AndOtherAIs.m */, - F43DEC69504C7420BA35DDCB23638293 /* ZXAI01decoder.h */, - A9FA5581E72BB76B99BF57D074FED0F9 /* ZXAI01decoder.m */, - 7D826BAE3FF857F431E1C3F7BE500CA9 /* ZXAI01weightDecoder.h */, - 60854AC9B589185386CB0FCAE26619CE /* ZXAI01weightDecoder.m */, - 7EAD58E512CA68955140E6A1AC67CE8A /* ZXAnyAIDecoder.h */, - B00B4340238938311CDD01DEE4C43DFD /* ZXAnyAIDecoder.m */, - 2111F80F66E864C90C04859F0A7F2F2C /* ZXAztecBinaryShiftToken.h */, - 2932BE9D6AE02FD413C2ED22CFF7F7B9 /* ZXAztecBinaryShiftToken.m */, - C5F9C12D35610CD9F726EC12A238B83E /* ZXAztecCode.h */, - 100B93FB312CD4DD4FD5A75C2C112C80 /* ZXAztecCode.m */, - 4CE42648E726E6B2448C6B839EC1A9C5 /* ZXAztecDecoder.h */, - 56CDCE2ACB57E3BFD75673382D6129F3 /* ZXAztecDecoder.m */, - 1911279AB33F41C16745578FD098C334 /* ZXAztecDetector.h */, - 0044EDE0665C9E19F1B134E45338DD7A /* ZXAztecDetector.m */, - B848F0C886CB3BF42A5E2704574ECD81 /* ZXAztecDetectorResult.h */, - 45608B88BDBB250087BBF91B11E26A96 /* ZXAztecDetectorResult.m */, - FFCC7A0F6C3B4891F0D0DC2C3B3B940C /* ZXAztecEncoder.h */, - 7610AEA26CD778A1A8810F67BC54948E /* ZXAztecEncoder.m */, - 0E0341120B7FE864D4428F6817325114 /* ZXAztecHighLevelEncoder.h */, - DAEE40FCBD1657BF6CEAF01A7C8E28C8 /* ZXAztecHighLevelEncoder.m */, - D581558FA376CBC06570A3B5A52CA6E7 /* ZXAztecReader.h */, - B8BFCA02C5571C8C1F0099429DCFBD01 /* ZXAztecReader.m */, - 0E6F0BA47415844C3E7013130F46730D /* ZXAztecSimpleToken.h */, - 5C7C40CA3DD9CF86A4807E047036F536 /* ZXAztecSimpleToken.m */, - A6D04A8FFB2C73862CA12D71A9945655 /* ZXAztecState.h */, - A430975A66E08EE61DD1A938FE522FE9 /* ZXAztecState.m */, - 7F08064A5F4B18AB9C514289760B0F4C /* ZXAztecToken.h */, - 5E618C1C174B7B324F84F0214C11E62A /* ZXAztecToken.m */, - F9FEDBF7ACEDA4AB87593E9F04E44FB2 /* ZXAztecWriter.h */, - E64B1F12754D3885FC563B954F2CF9F2 /* ZXAztecWriter.m */, - A283FF8DF17EB233873D4014161F01E5 /* ZXBarcodeFormat.h */, - 91F3012BD2FC6671472D8F404F3DC8F2 /* ZXBinarizer.h */, - 322121C60CD58DFF8E47A4DA512AE723 /* ZXBinarizer.m */, - 12D1227261DB3EFA35ED8CC23CE1EFE5 /* ZXBinaryBitmap.h */, - 6F4E2933E51D6CC97AC04F748F02D866 /* ZXBinaryBitmap.m */, - 749A6A04F8EFC5527CFFF3A17A0DC5CB /* ZXBitArray.h */, - 34F69B5233B01BD7A5D20CCB11D7A3EF /* ZXBitArray.m */, - CB0DBE874B7F810558A4F3EDF6DBA2C5 /* ZXBitArrayBuilder.h */, - 8C20DDFAD8486D6DD2AAD663EC8C57DF /* ZXBitArrayBuilder.m */, - A9A1453C2B8F59286F419750510D42E5 /* ZXBitMatrix.h */, - F3482428F47DD0BEAF499C7163572DC5 /* ZXBitMatrix.m */, - A62905E0A970F54C87EC19A9D35BCDDA /* ZXBitSource.h */, - 8CCAF706325BACCCA8FEB97631F089CE /* ZXBitSource.m */, - FF461F1A95E03E7DB9A1C884A1613212 /* ZXBizcardResultParser.h */, - 24749853CC61E6FFE53D91DB83835B8A /* ZXBizcardResultParser.m */, - 61BD5BBD7F1F877987CB9EC870D497A6 /* ZXBookmarkDoCoMoResultParser.h */, - 9F79A4BE22F3E3CD98686B8BCD2E8998 /* ZXBookmarkDoCoMoResultParser.m */, - 4A4E52DC1A2205A5726B21EC5D3FC6C6 /* ZXBoolArray.h */, - EF4369C032C8FD8FB84950CECA1B496A /* ZXBoolArray.m */, - 0F8D28CFBEE53F2AA7C935620DDFA3E8 /* ZXByQuadrantReader.h */, - 13E50EC30076BF3E8F3096640AFE36A1 /* ZXByQuadrantReader.m */, - 9B1D25B01176766498B87A117642876A /* ZXByteArray.h */, - 4A810CC4A511F5B1E2AFA1D750BA98AB /* ZXByteArray.m */, - 07889C92DED3922033A1255DFBF79F60 /* ZXByteMatrix.h */, - 753320419BF9E067F3C915964E7FBA8C /* ZXByteMatrix.m */, - 6ABC7706C8FB539B56F82BB3F98D4ED9 /* ZXCalendarParsedResult.h */, - 7E0DAE3F9C9C72F48FE20213D44E1F05 /* ZXCalendarParsedResult.m */, - D24733EF8AB1155594D6198F73DC4616 /* ZXCapture.h */, - 93AFF8E8238588D93BD505A5D4062EA4 /* ZXCapture.m */, - AF899E9C1FCB1D628BAC857AC20FB471 /* ZXCaptureDelegate.h */, - F18A8E6A7527E3AF511A96955441D30C /* ZXCGImageLuminanceSource.h */, - 0B3F4B3D0BC65C44B9FDD0AFA6CF5B42 /* ZXCGImageLuminanceSource.m */, - EF609E65F8D5F67F8D1BE67F158C4BA2 /* ZXCharacterSetECI.h */, - 35266269E257E8932E656A7816ED14D5 /* ZXCharacterSetECI.m */, - CEF8E2F0DB68B81407B53D2D5A00EBAB /* ZXCodaBarReader.h */, - 22442ADBFE2391684660DED9D929B043 /* ZXCodaBarReader.m */, - 1426B700A01804BD4FC81A0B1874EDD4 /* ZXCodaBarWriter.h */, - 1CEA4F403421A57C9745E1FA03E4A3F7 /* ZXCodaBarWriter.m */, - 11695E43AEFAD4ED3511EBEDBDED3B0C /* ZXCode128Reader.h */, - DEAF5C95C8015660108DE60ADACB33ED /* ZXCode128Reader.m */, - A1C00D3B2DD6743796F3EAB644A8A5D0 /* ZXCode128Writer.h */, - AC305194A8C87F6CAEE19B37F36C0E62 /* ZXCode128Writer.m */, - CE951388F746C45164F4BAA1CB269D8D /* ZXCode39Reader.h */, - 970BB28C8FFB716E5787AAB6DBC6BA8D /* ZXCode39Reader.m */, - 4B52C4059984F56ADEF72A5151E3C98E /* ZXCode39Writer.h */, - BF6B4AEED4060B3F8575CEE362044C63 /* ZXCode39Writer.m */, - ABEE6DA23C576584BBCA887F467375D9 /* ZXCode93Reader.h */, - 1B5F59E75517E2A51389F01F86362BB8 /* ZXCode93Reader.m */, - C66EBDE848843F38CF8C314DAB850A55 /* ZXDataMatrixASCIIEncoder.h */, - 2D6ACC48751AA66A76BC67C4F26421C9 /* ZXDataMatrixASCIIEncoder.m */, - C85555757951C6817DA12CDD9955D78E /* ZXDataMatrixBase256Encoder.h */, - 5654302F3012C6E82368EA4D6C119B74 /* ZXDataMatrixBase256Encoder.m */, - 329D0356D91F2572E37783E0489F3D4B /* ZXDataMatrixBitMatrixParser.h */, - 3937938E90C0B0EBE1C8639CDC6275A2 /* ZXDataMatrixBitMatrixParser.m */, - F05E8C62A945504D7A2A8590654300C6 /* ZXDataMatrixC40Encoder.h */, - D7F50E20185298AFB01F0760AEF83C79 /* ZXDataMatrixC40Encoder.m */, - CBF2D114A9E41AD05C17A388F3EFDB78 /* ZXDataMatrixDataBlock.h */, - 4F62439E64BC22742B92923650B22E12 /* ZXDataMatrixDataBlock.m */, - 1967DE855B071AB329C6103535BA11CD /* ZXDataMatrixDecodedBitStreamParser.h */, - F5686DA1D16CACE449F3E4ECB8A6B251 /* ZXDataMatrixDecodedBitStreamParser.m */, - C653FE99AA2330D2609548179BAEA275 /* ZXDataMatrixDecoder.h */, - C1CCAF213BE657DAD8588264BB85537F /* ZXDataMatrixDecoder.m */, - D30484EB351FB158EE123B5AC057E8B9 /* ZXDataMatrixDefaultPlacement.h */, - B46062C6609670B8E375D64D1BA49D2C /* ZXDataMatrixDefaultPlacement.m */, - 05412394F964D5BA1E3E5256B7CF8D0F /* ZXDataMatrixDetector.h */, - 9F72D747F22DE3ADE5C82B8057EF6512 /* ZXDataMatrixDetector.m */, - A43E997501AC3BA5E605C8F4BD5FE29A /* ZXDataMatrixEdifactEncoder.h */, - A4302E885CAD66554BF91915BF2C86F8 /* ZXDataMatrixEdifactEncoder.m */, - 35BA86D7CB03092A49A6E908D2F5199A /* ZXDataMatrixEncoder.h */, - 812BE727EEAB65E4C7718597C6951645 /* ZXDataMatrixEncoderContext.h */, - 683EFBBC10B344A68123B04F80F5564E /* ZXDataMatrixEncoderContext.m */, - 49A48A04EF41999EB23B7289A044DE0F /* ZXDataMatrixErrorCorrection.h */, - E2591FAE0D578826BC48B5583B5769F9 /* ZXDataMatrixErrorCorrection.m */, - 9CBE80CEB8498A9FF0ED112022F54B38 /* ZXDataMatrixHighLevelEncoder.h */, - C80D9683A92FEB58EA8C1075D528F7FD /* ZXDataMatrixHighLevelEncoder.m */, - 6C24A6A7E5D48D976136C507E5A351F6 /* ZXDataMatrixReader.h */, - A2859720847321A27FA869AF6147D3DD /* ZXDataMatrixReader.m */, - C79CDA5B5066577B651CCBD016F78CDE /* ZXDataMatrixSymbolInfo.h */, - 28BF0949FFDE757C8ACCAFE131F64A46 /* ZXDataMatrixSymbolInfo.m */, - B8F6F75CF4D3C639C432559EA1E440AE /* ZXDataMatrixSymbolInfo144.h */, - B3AAFAA8394BD45C6467F2504F86C2A6 /* ZXDataMatrixSymbolInfo144.m */, - 70D1679A556BBBE1D4834AF1C46CB50F /* ZXDataMatrixTextEncoder.h */, - E61CB422064369ED8DB221CDCBA6BEF4 /* ZXDataMatrixTextEncoder.m */, - CE23E2B5F54EFD9F0A0576DB76A72139 /* ZXDataMatrixVersion.h */, - BCE5B4048528666617A74D2D7F92F352 /* ZXDataMatrixVersion.m */, - 0C7C1E4F3B602C55C8F5D2ACA1C5F595 /* ZXDataMatrixWriter.h */, - 3E31A73F1020AFBA882BC518048BE3AB /* ZXDataMatrixWriter.m */, - 20BDA34514E17956FD66747A0E5F6D14 /* ZXDataMatrixX12Encoder.h */, - FD7FCABB0C5A682281BC83FBC3F26B9A /* ZXDataMatrixX12Encoder.m */, - 8CA90A5B761C6464BB3D6B168E8EB092 /* ZXDecodeHints.h */, - 7D06A7C93A6B05A4D8E925545C1C6EB8 /* ZXDecodeHints.m */, - 92F8F8A8C3FEDA00039880D6F34F6BE6 /* ZXDecoderResult.h */, - C719E7554D1880B2FEDB6F56BE5D685A /* ZXDecoderResult.m */, - 2C199BFF19D444EAEFB831EE4865D6A8 /* ZXDefaultGridSampler.h */, - 33FCAA4CC05453E88E3B77B15FDFAFCF /* ZXDefaultGridSampler.m */, - E31E20418B81B578F7FFF629CD1EF375 /* ZXDetectorResult.h */, - 167B173F3B761F17C016B530D54B6FA7 /* ZXDetectorResult.m */, - 8AC54C41CBE21C461E12A9E00618E21F /* ZXDimension.h */, - 465A6DB109468419A50FE94DA70A0A63 /* ZXDimension.m */, - C48C012ECF7902809ADE926C5102DC33 /* ZXEAN13Reader.h */, - 96ED07C05FD8FBDA33A4D9499787A92A /* ZXEAN13Reader.m */, - 489414F9048BE87F549BBE03DE9CB56F /* ZXEAN13Writer.h */, - E50BD177CE1ABA79A3045092B9091C8E /* ZXEAN13Writer.m */, - AB991D2B3A134B90C61D8B2F0736D8C8 /* ZXEAN8Reader.h */, - A02E1EBF2FA3F1ECFBDDBF4A67BD3EDB /* ZXEAN8Reader.m */, - 421876160D23A0C2CE86FA6DD5459389 /* ZXEAN8Writer.h */, - D7DF22D79C8497C7AEA32DF28528298E /* ZXEAN8Writer.m */, - 717D4B1957F0D4104502675EB3D68C2B /* ZXEANManufacturerOrgSupport.h */, - B728B0D860A5DA0977ABD24890DED0EF /* ZXEANManufacturerOrgSupport.m */, - 411D7F24AF4180AF23DE3D5FDFF86213 /* ZXEmailAddressParsedResult.h */, - 0971B5895E6DFC51D169A9E50EBFD9CB /* ZXEmailAddressParsedResult.m */, - 5A5F089F1E1ECD3F1E6DE242E859332B /* ZXEmailAddressResultParser.h */, - FAD7E3344C959C7A83EBBED6C1071E80 /* ZXEmailAddressResultParser.m */, - 1E399AA432D3312E37AF996067BF4B68 /* ZXEmailDoCoMoResultParser.h */, - 4156B12A5201CD98F675DDA9DF88BD60 /* ZXEmailDoCoMoResultParser.m */, - 6DA3552FE07ADE7B8141AFD2CCA6518C /* ZXEncodeHints.h */, - 077BE29B351EF74B881B1FD3ACF89677 /* ZXEncodeHints.m */, - 922F57B7EB63682B53802B88A23C0E6D /* ZXErrors.h */, - 965BD446B0DBCB459B5C7624C8488EA3 /* ZXErrors.m */, - 19C55AF67D27E8DC5D2258515A479D72 /* ZXExpandedProductParsedResult.h */, - 4D83B8D750660B148815A340CCAF3BEF /* ZXExpandedProductParsedResult.m */, - 3A133FE1393AA77AC4FBFCEB510C0C75 /* ZXExpandedProductResultParser.h */, - 6C20F31D1A6F685BB3D2E1631967325D /* ZXExpandedProductResultParser.m */, - 243EEA8333303B0387BF14FAB00CE818 /* ZXGenericGF.h */, - 9A3A8EAE0FAB3E035A04FB178F53E425 /* ZXGenericGF.m */, - 6BB759253D16CEA0B5AB6B45774E3C1C /* ZXGenericGFPoly.h */, - D39FCA1FC279C41B3F0B45CC2D40BAA7 /* ZXGenericGFPoly.m */, - 3271E738177E87187B1E96F3DBF564E5 /* ZXGenericMultipleBarcodeReader.h */, - E22228934FC7E4047B2801C73573E97C /* ZXGenericMultipleBarcodeReader.m */, - CF437D3355108024D8D7EB40AAEF81E1 /* ZXGeoParsedResult.h */, - 8E51D5C94A9E86E5459362BF0952AF4F /* ZXGeoParsedResult.m */, - 84163F16C561EF2E66846AFA45E22693 /* ZXGeoResultParser.h */, - 502B3610E116DA5B953BAF65A2A9ECC5 /* ZXGeoResultParser.m */, - BC9A44842B2F064092E840BCC29A8098 /* ZXGlobalHistogramBinarizer.h */, - E119AE693BBE04D614D8B6C04D04E3CD /* ZXGlobalHistogramBinarizer.m */, - 2E3E22341B25A0A2FD71D66AE1ED3CB0 /* ZXGridSampler.h */, - EDB87B01FF1997CCD315F626A2B7F6BB /* ZXGridSampler.m */, - 6A7461F22930CF003AA9F8725AA45498 /* ZXHybridBinarizer.h */, - B0B112A29666685A0AB54F2C48C056EC /* ZXHybridBinarizer.m */, - 09A1ECE6134B32E53CB8E8AA9109736E /* ZXImage.h */, - 95FBE1D76F019EBC6BA65088478DE3E4 /* ZXImage.m */, - 501AAF384CB43752584A050CCDEC614C /* ZXingObjC.h */, - F9961D849021C48BA94EE3A9A22D762E /* ZXingObjCAztec.h */, - 582EF65E543E23E0734F75DDC6936366 /* ZXingObjCCore.h */, - C83ECAC6797F9ACDBBB9E4D0E9D21913 /* ZXingObjCDataMatrix.h */, - 6FA0B4515C0617B923668F4DC2AB6416 /* ZXingObjCMaxiCode.h */, - FD2BA517A16836971A32C531C5A7C1DE /* ZXingObjCOneD.h */, - 84955B017A8843D690850BB41D0515F1 /* ZXingObjCPDF417.h */, - 90E9B1214E013C836285A69D122F352E /* ZXingObjCQRCode.h */, - 4A697AF2A94DBD7F120D4345E32F44A1 /* ZXIntArray.h */, - 059D93BED75C78DFCDA69AD4F9BA99F9 /* ZXIntArray.m */, - 51B7E95E8F5071B37DADE7026413545D /* ZXInvertedLuminanceSource.h */, - 78FEE39C64E78E10365DFF39098D09BB /* ZXInvertedLuminanceSource.m */, - 7D23A102F61D9CAA4E64B0853F94928C /* ZXISBNParsedResult.h */, - F8D5ADC5A2D5EB20D6FE7736C46F82CA /* ZXISBNParsedResult.m */, - 124F80768BA8014DB594AB89F231FAC7 /* ZXISBNResultParser.h */, - 6A4CCED9860D10A7C899D49C464E93CA /* ZXISBNResultParser.m */, - 237C74D7D538830044C73ECDBA7821C3 /* ZXITFReader.h */, - 17A005B2E75D590545A2FE7AEFBA0E77 /* ZXITFReader.m */, - 0192B22E22806CF9CF83F7FE32562491 /* ZXITFWriter.h */, - 3B499D48482568055CE4992FCFF57F36 /* ZXITFWriter.m */, - A8648A00E27DB78ABEDFF58E5433D729 /* ZXLuminanceSource.h */, - C67AF2B292D06715BC30CB2C2C726E33 /* ZXLuminanceSource.m */, - 000741570C667EB980057A585982A6A4 /* ZXMathUtils.h */, - ABEDAFB055ABAB34B08C9A73C16B0B56 /* ZXMathUtils.m */, - 269B2E04900A25DAADCFE01F8A4D57B0 /* ZXMaxiCodeBitMatrixParser.h */, - 70AB0832EDCE234C3F14382A1866909D /* ZXMaxiCodeBitMatrixParser.m */, - 5E3101F9CEC3FC12F339712CBF31E00D /* ZXMaxiCodeDecodedBitStreamParser.h */, - 690D771469760F002D2D88E9742B0E64 /* ZXMaxiCodeDecodedBitStreamParser.m */, - 5ABA95920AC98849D144E94F2172F2E0 /* ZXMaxiCodeDecoder.h */, - 08DDAB06A29610F4DCC1B0DB7C944418 /* ZXMaxiCodeDecoder.m */, - B8C896A1ECE115DACC10931DFC3B2300 /* ZXMaxiCodeReader.h */, - BA506D784396DDA2D8C50D3752D1E449 /* ZXMaxiCodeReader.m */, - 9B288125B4C1346D1F099A7597EBD431 /* ZXModulusGF.h */, - B6AE548ABD7C7FD3EE17FBC8C6AEC3A5 /* ZXModulusGF.m */, - C80C83771AAB0B39D35C643D78C53E0E /* ZXModulusPoly.h */, - 3EC10BADFB02012D2E6271E59E3D5D21 /* ZXModulusPoly.m */, - 12CFADB543D84D8EE9E5140AE08A7230 /* ZXMonochromeRectangleDetector.h */, - 7984FB99D765AE7DAB34F4B24F6FC1E6 /* ZXMonochromeRectangleDetector.m */, - FF570059C11B53F1A67296222AD8F300 /* ZXMultiDetector.h */, - E3E0113AF142801524FD64D03810C815 /* ZXMultiDetector.m */, - F58605AC13E1ACE9EE6DDC797A734DF9 /* ZXMultiFinderPatternFinder.h */, - 594F78749023BB829455298A2C3899CD /* ZXMultiFinderPatternFinder.m */, - A3882427E2734857F7DA6D7EBEF8D653 /* ZXMultiFormatOneDReader.h */, - 6D15A301AE4392FC43994B31410BF4AB /* ZXMultiFormatOneDReader.m */, - BC9E1DE6CB4E99B773211C79BBB7CA77 /* ZXMultiFormatReader.h */, - 4D9D72D6A9B5838DBD909A7B98F8D372 /* ZXMultiFormatReader.m */, - C228E79ECEA6A4DD58644429279B2EFE /* ZXMultiFormatUPCEANReader.h */, - 2BF8220C0CC1C14ACC27309372FBAB13 /* ZXMultiFormatUPCEANReader.m */, - 87208BDCC838AE0283640776BA2936EA /* ZXMultiFormatWriter.h */, - 83D0D02166608EA3A9E358F76AC51336 /* ZXMultiFormatWriter.m */, - 1965A2C4D893EC27B44F8D4F21218243 /* ZXMultipleBarcodeReader.h */, - F70DA9E7CA5B0EAD022F9651F77D86CA /* ZXOneDimensionalCodeWriter.h */, - 754FAFE15759CDD267C218BD545CB6C7 /* ZXOneDimensionalCodeWriter.m */, - 97DE3623B314D47ED07A39E9243D57E7 /* ZXOneDReader.h */, - 015F337F7C7066BE87E54AA04ABAE209 /* ZXOneDReader.m */, - 33023141554A92BA4813C116184A4082 /* ZXParsedResult.h */, - 7F5E2D6D59B344643AA525B182BEB6E9 /* ZXParsedResult.m */, - B8A2CBCC77B0355F6071BFE23B327B10 /* ZXParsedResultType.h */, - 8AB790EFAAD81B3591561522CC86EF49 /* ZXPDF417.h */, - B805685E7B3A990DC1937BDF540889FD /* ZXPDF417.m */, - 4AA6CDE635C3E5716A29C1E5C3E52AD0 /* ZXPDF417BarcodeMatrix.h */, - 7669745EF287208CC7FA433388ADA4F9 /* ZXPDF417BarcodeMatrix.m */, - B2FC0181B12B8BAA7151F18414B10E8C /* ZXPDF417BarcodeMetadata.h */, - F18343835460184632D6727839AB63F2 /* ZXPDF417BarcodeMetadata.m */, - 07739856CF16BE6A74FB26E092A8F6B5 /* ZXPDF417BarcodeRow.h */, - FF393709F3106492CE5EA6E258A6A303 /* ZXPDF417BarcodeRow.m */, - 34D88833ED7CA61BC5EDE5C72CA20145 /* ZXPDF417BarcodeValue.h */, - DACD2D37A1FDED95261E5E13262238AC /* ZXPDF417BarcodeValue.m */, - 4DFDD1252E8FAAC444112F16C3A66705 /* ZXPDF417BoundingBox.h */, - EC3321A0A5AD94247A4262D13DFEC4C5 /* ZXPDF417BoundingBox.m */, - C32119CDEA6E85F6C08C9EED889EE56E /* ZXPDF417Codeword.h */, - 29236808578B2E84A81A457A0434137B /* ZXPDF417Codeword.m */, - 25C332F3CF1CF174CAF0CB9F625E3D70 /* ZXPDF417CodewordDecoder.h */, - F9FD02112CB3D572CACB4B7635D1EC91 /* ZXPDF417CodewordDecoder.m */, - 32E1FB2ED8C11D22519915C3C13EC5E2 /* ZXPDF417Common.h */, - 76CA1914E323D27B698108C88A028EE8 /* ZXPDF417Common.m */, - 3ADAB962DB1CCEB6BD8500902B3A1515 /* ZXPDF417DecodedBitStreamParser.h */, - 3CFBA02D3BD62C79FA517A290F74D072 /* ZXPDF417DecodedBitStreamParser.m */, - CA0549A5A524CBDEF8500037AE08C571 /* ZXPDF417DetectionResult.h */, - 0F25D1B499EF9048AF18B2052D8146FE /* ZXPDF417DetectionResult.m */, - CDBCDCBA078FDF0532DA75E1DC905DA0 /* ZXPDF417DetectionResultColumn.h */, - A84582510BA696CE75A855195828B090 /* ZXPDF417DetectionResultColumn.m */, - 839BC4A7569A456491DA53B1E0A8B18E /* ZXPDF417DetectionResultRowIndicatorColumn.h */, - E9CA166EB2F6625A7314B2DB3F85118E /* ZXPDF417DetectionResultRowIndicatorColumn.m */, - CD57C5141E98B6515DE5E8EC53F03848 /* ZXPDF417Detector.h */, - AC6B4EEA8A5F3C79E8060A3F487B0E51 /* ZXPDF417Detector.m */, - 9C3E845980B4D1ECD4B6404CB7C85B2E /* ZXPDF417DetectorResult.h */, - 467853026A4430254ED282B1213DBA7E /* ZXPDF417DetectorResult.m */, - D34651391B099A1BDF9CDBAB1DABB682 /* ZXPDF417Dimensions.h */, - D27562AB424B3D479D1366220734FB96 /* ZXPDF417Dimensions.m */, - 53E9BB249D8AC3EEFC1AA3E5738DD713 /* ZXPDF417ECErrorCorrection.h */, - 5AAA28E22BC1EF2D8506BE1C236C2F7F /* ZXPDF417ECErrorCorrection.m */, - 57EEE453AF80854E7C9C61A446A07B62 /* ZXPDF417ErrorCorrection.h */, - E4A971B57BDE79FA4A70A1D56A730F8C /* ZXPDF417ErrorCorrection.m */, - 3977D5E69036EA4C53B2622008F2DC7B /* ZXPDF417HighLevelEncoder.h */, - 27189B1ACE37F44E98C5935DFBA8F310 /* ZXPDF417HighLevelEncoder.m */, - 9520A30D2175BE847950E297DC3C7722 /* ZXPDF417Reader.h */, - 5D6F2C5914FFAE2E69A9DB07E5DDA5E8 /* ZXPDF417Reader.m */, - 2697E37E548CE565812DD4F862F251B3 /* ZXPDF417ResultMetadata.h */, - EFB8773C3D72589EDCE9C8097EB16795 /* ZXPDF417ResultMetadata.m */, - EA953555A362556E4F792086314317AE /* ZXPDF417ScanningDecoder.h */, - 1159B98EAD70D97B86D173D1AC786BAD /* ZXPDF417ScanningDecoder.m */, - FFCADEB6B5E1E4DC21E5BF79AD20215B /* ZXPDF417Writer.h */, - CD7E57ADAF70620F6C80D7099712BE45 /* ZXPDF417Writer.m */, - 5DF5AD85AB3A002EE1D9A8A41C13FADF /* ZXPerspectiveTransform.h */, - 6D38AC435D23BF88B9FF0169D31B16BE /* ZXPerspectiveTransform.m */, - 0F693398F99D743F6ADE34481DBC83EA /* ZXPlanarYUVLuminanceSource.h */, - F59EEF358148D280FA58D0113AFE3BE3 /* ZXPlanarYUVLuminanceSource.m */, - CB679E7FDC056161249C7B75B5E0DF5B /* ZXProductParsedResult.h */, - 43CCF4D503AD1E50BA963EE6E1E37783 /* ZXProductParsedResult.m */, - C36E42950B39D610E8BD2F1414AB5464 /* ZXProductResultParser.h */, - B15A0F1845F72759D88DC7CAC49C79E4 /* ZXProductResultParser.m */, - EA785D4D63E1889962877866C86365F4 /* ZXQRCode.h */, - 7D56D873B0FC2D6CDB7BE44AD86A6DCE /* ZXQRCode.m */, - D6521E42F32ECB14E98D6CF714FB987C /* ZXQRCodeAlignmentPattern.h */, - 62D6C2FB6A78916A56EF3E100608AC99 /* ZXQRCodeAlignmentPattern.m */, - 255B33D0AA4454AF35AF0AADA88E0703 /* ZXQRCodeAlignmentPatternFinder.h */, - A1179E147AE4F09B53F0A651FDF733CE /* ZXQRCodeAlignmentPatternFinder.m */, - 63973E675796C7E73F8448C378096C4E /* ZXQRCodeBitMatrixParser.h */, - C1E0C22738A6FFBF0F22A9CFC064C29A /* ZXQRCodeBitMatrixParser.m */, - BAD363F67B076E221A1C4CC166EC8502 /* ZXQRCodeBlockPair.h */, - D630BDD2448BECD0E135FF68E9107C76 /* ZXQRCodeBlockPair.m */, - 1EAC2A15608F9AB02AA938FE1E1594B2 /* ZXQRCodeDataBlock.h */, - FBE7A59A2BA9CB72C67E90B4CA2D6D15 /* ZXQRCodeDataBlock.m */, - 2C3706BA17EEA6FBABA812EE271B21FB /* ZXQRCodeDataMask.h */, - 66D2824E1987F1465E9440B0BB6285D3 /* ZXQRCodeDataMask.m */, - 2964274D01C0E4DD5C564F1FF99E58EA /* ZXQRCodeDecodedBitStreamParser.h */, - 92431793E418CE68B888C7B670BDC85C /* ZXQRCodeDecodedBitStreamParser.m */, - DA86D766F01FA17997037E4E2D0FEA5E /* ZXQRCodeDecoder.h */, - 78AA1D2558C0386F46FFA573846A0224 /* ZXQRCodeDecoder.m */, - FCA25D2125455B140FF1D564BA6ED299 /* ZXQRCodeDecoderMetaData.h */, - 7074E5EDC139F5734F48FD90BFAD4118 /* ZXQRCodeDecoderMetaData.m */, - DC3D69397506CEA9A70A50157F08EE9A /* ZXQRCodeDetector.h */, - E952C69D6C05331454F0D50663FE998D /* ZXQRCodeDetector.m */, - 600A3954617BD4441F0832F40AE68D98 /* ZXQRCodeEncoder.h */, - 906B44B46AA54FA0DD6D133689A85E75 /* ZXQRCodeEncoder.m */, - DFBC55635035AF0670DCD72872A39E96 /* ZXQRCodeErrorCorrectionLevel.h */, - 37E6491BC7DBAFA228324830DAC49E5E /* ZXQRCodeErrorCorrectionLevel.m */, - 6970AACE861FF301CDF7748AB0442A12 /* ZXQRCodeFinderPattern.h */, - 8FBC549CF538445EBE74A20D0797B941 /* ZXQRCodeFinderPattern.m */, - E8BD214EB70F0E6C9CDEC0F39142BB69 /* ZXQRCodeFinderPatternFinder.h */, - D476EEA16E7746B4E3526D88AE8BB1D4 /* ZXQRCodeFinderPatternFinder.m */, - A760788771237EB9812A59C8F6B9F571 /* ZXQRCodeFinderPatternInfo.h */, - F1690C7286603E0921AA001F05E89574 /* ZXQRCodeFinderPatternInfo.m */, - D24BD0DF95249315B41B1C14CC8EBB79 /* ZXQRCodeFormatInformation.h */, - 62AF924C13DF3D0601729B32735D85E5 /* ZXQRCodeFormatInformation.m */, - BFB6344B63DEEC83D9075157AA07523D /* ZXQRCodeMaskUtil.h */, - 9FC7AE575D4A5A79E2FEFF37054365B4 /* ZXQRCodeMaskUtil.m */, - 241C965BB1B2928141B43A2CE69006E9 /* ZXQRCodeMatrixUtil.h */, - C199F1A51BC583A9C3057F1A00AF6D67 /* ZXQRCodeMatrixUtil.m */, - 2C5376E2D592AE1469D4BCC847E9EB38 /* ZXQRCodeMode.h */, - 3258195B60846A9B53B9E437F9229EBF /* ZXQRCodeMode.m */, - FCE85235F5B859EBF3A5642F139C320D /* ZXQRCodeMultiReader.h */, - 8372A649FC1F74312A2DE8FCAA50B567 /* ZXQRCodeMultiReader.m */, - 1F02089F241DF842415DAA09F6C9C6FC /* ZXQRCodeReader.h */, - 5C32C3321DEA005E3543A63F524288B6 /* ZXQRCodeReader.m */, - E93E905EA8F514EA78E80563F48BC515 /* ZXQRCodeVersion.h */, - DA2D8A959737EF831F782765D828B19B /* ZXQRCodeVersion.m */, - 32D4DE1C40C508370ADE55FAF701D716 /* ZXQRCodeWriter.h */, - 63262232584E6A72C82EEAC112CBD543 /* ZXQRCodeWriter.m */, - B608769E4C586127E0FA1D724F2B9F1F /* ZXReader.h */, - 6703EB9456FA17454881F85A7F9F2F2D /* ZXReedSolomonDecoder.h */, - 29D248BD015FBAEA9838C8DA96D01FE7 /* ZXReedSolomonDecoder.m */, - EDCABDE99FDDBC741DF414C48016087F /* ZXReedSolomonEncoder.h */, - E0AB1174A8AE734FD75F39BA5BF9900F /* ZXReedSolomonEncoder.m */, - E58D42F430D11378C70D0DEBA4BC6E46 /* ZXResult.h */, - E3F1E295350F4C9F583E5920DE0CD8BC /* ZXResult.m */, - 4DB3CFFD6C90167B853F99297F52EBC4 /* ZXResultMetadataType.h */, - E8F6B4D21699D5C573D3D2E63DBF5CB3 /* ZXResultParser.h */, - 9F957630CFD04D99E1EA507EE93578C7 /* ZXResultParser.m */, - 94D9683F68FE47C4DA827A423597A061 /* ZXResultPoint.h */, - 2C96DA64292AB42A463B865EB09A21F6 /* ZXResultPoint.m */, - F48C6C0412DE9B9F2A650B9452A658F8 /* ZXResultPointCallback.h */, - 54AB91A419FEC3BEAEB7EBFB7426C565 /* ZXRGBLuminanceSource.h */, - 86A617A0F00611BB696E08DD16093E5B /* ZXRGBLuminanceSource.m */, - 673D1D4BFFF4A53DCB731BAD924C4F39 /* ZXRSS14Reader.h */, - 9522C1D79765619677FF035C31932109 /* ZXRSS14Reader.m */, - A0645C3DB8CDFADB8EAFDD45E7B409D6 /* ZXRSSDataCharacter.h */, - DD466811C7F8B5E94510B221EAD9E0E6 /* ZXRSSDataCharacter.m */, - 74A97F83F512D99533BAB531DFBA9B5A /* ZXRSSExpandedBlockParsedResult.h */, - E860195E92834397DE3CB1D302843615 /* ZXRSSExpandedBlockParsedResult.m */, - 3F31C206B4101772AC1817C89BC2F7C1 /* ZXRSSExpandedCurrentParsingState.h */, - C090A77B10885F4F1BF7A8D7F488FCAC /* ZXRSSExpandedCurrentParsingState.m */, - C46777D6A78EA53558F4C3A4A2B3CE37 /* ZXRSSExpandedDecodedChar.h */, - 3F09EA952CD9F0ED5B5127558661C3C7 /* ZXRSSExpandedDecodedChar.m */, - C881DDFC2E7237AE69E914E46DEC8CA5 /* ZXRSSExpandedDecodedInformation.h */, - 9429B438DBF1650A59E7EA9A1D3ED0DC /* ZXRSSExpandedDecodedInformation.m */, - 45F7F0129126B9171783124EE0A2D60B /* ZXRSSExpandedDecodedNumeric.h */, - 5168B67B7608F8784C5CB67A5AB7EDE2 /* ZXRSSExpandedDecodedNumeric.m */, - 8FE845C46D201D3F4E44971495F5FE59 /* ZXRSSExpandedDecodedObject.h */, - 3BA6FEE85A74931113B3C18DD055BE31 /* ZXRSSExpandedDecodedObject.m */, - 2471015887A97F86ED476448CCB0BACF /* ZXRSSExpandedFieldParser.h */, - BEBE3258C879D36AAC37E9B770AA92E5 /* ZXRSSExpandedFieldParser.m */, - C886CFCEE5D9B2524F7A5F5FB1720B6C /* ZXRSSExpandedGeneralAppIdDecoder.h */, - 9B79661ED52ADFD3320816C551351410 /* ZXRSSExpandedGeneralAppIdDecoder.m */, - 631177BA503CD1B339C1058328E3AD06 /* ZXRSSExpandedPair.h */, - B7CCEA5DE4DC7260E899D2C8B58C8EB8 /* ZXRSSExpandedPair.m */, - DD307497ED45C26AD28423048C35F44D /* ZXRSSExpandedReader.h */, - F5470003CC97DD538EBE080FA070F1A9 /* ZXRSSExpandedReader.m */, - 6EBB65335B1E8622EFC8C2CB38988DF7 /* ZXRSSExpandedRow.h */, - ED6092B361661EA5078D9CBB90EE70A2 /* ZXRSSExpandedRow.m */, - 124D6A5D5E1269FDF4022FDDAFA1E063 /* ZXRSSFinderPattern.h */, - CE20983C1769387533ECA07714C50079 /* ZXRSSFinderPattern.m */, - F3881C415C4EB0644A2D8F6B4A467FDF /* ZXRSSPair.h */, - B78E498B5390169EEB57A2DAF9BCF0E4 /* ZXRSSPair.m */, - 63825BBFAA38524FA0F56F0518BE367E /* ZXRSSUtils.h */, - E0ECDBA5DD9A0B177E2BF46F8ACD330F /* ZXRSSUtils.m */, - 71688C9C034F38215D7CA69279941D83 /* ZXSMSMMSResultParser.h */, - 36228CF6FB338CE2A17AFF6F6E5AFE7D /* ZXSMSMMSResultParser.m */, - 5746864B6E79B87BE377F63CE1703BD0 /* ZXSMSParsedResult.h */, - 7994B901D7E8B6C94B1A4996EC7F747F /* ZXSMSParsedResult.m */, - BD2DBB53A78E161AB42C190E62F5DC99 /* ZXSMSTOMMSTOResultParser.h */, - 20109ABF0C762686069EC1F93070C27D /* ZXSMSTOMMSTOResultParser.m */, - A8C34797F8FC276FED3D3D92CE13004D /* ZXSMTPResultParser.h */, - 8D71DE280EFA140863BB7C7467F9B1F8 /* ZXSMTPResultParser.m */, - E9086E5EFBEDBC99D2A839B2A80F398E /* ZXStringUtils.h */, - 85A35AB499932791C833A5BF9F6DDE1E /* ZXStringUtils.m */, - FD51F66A38DDF6B5FE089A00DA748ACE /* ZXTelParsedResult.h */, - 88626DEA66C2C23540D3D9DF1E3DBF21 /* ZXTelParsedResult.m */, - D49E4DA3F8420BD7AFDCFC2D6655493C /* ZXTelResultParser.h */, - CA5B69E078DDA4696C9E37F9233D8BC1 /* ZXTelResultParser.m */, - 959293865CC19F4C94F30724CDF3BCC1 /* ZXTextParsedResult.h */, - 7444F546A6B3E0EC445AE8B39F4677A1 /* ZXTextParsedResult.m */, - 5D6AF9AAB03FD37CE411B6CE94376402 /* ZXUPCAReader.h */, - 1A0CA912ADD20234E7B629731FA3ADE4 /* ZXUPCAReader.m */, - C59FE3245DAAE32A8B81246EB31B2DF3 /* ZXUPCAWriter.h */, - D325D4C75FB2D11545252E903A2A30C9 /* ZXUPCAWriter.m */, - 55A45B7AF1FBB27ADF17527EEB3E38C8 /* ZXUPCEANExtension2Support.h */, - 670453EE7A574163616E64F7B882A265 /* ZXUPCEANExtension2Support.m */, - CFB093DF61EA81A0F3D1F91FB576485B /* ZXUPCEANExtension5Support.h */, - 417B576D0720BAEABC0E883A97F6C836 /* ZXUPCEANExtension5Support.m */, - 68289DF21F99E6F648005B214388DC6E /* ZXUPCEANExtensionSupport.h */, - 34DE135E49A4C383664B0B866189AE18 /* ZXUPCEANExtensionSupport.m */, - 773AAD43DE6FD5F144F54079951531D7 /* ZXUPCEANReader.h */, - 100E7419EE00FD6AF010BFE9294A802B /* ZXUPCEANReader.m */, - 74E3631420ABA44692063287F934730E /* ZXUPCEANWriter.h */, - D8B06364A034C09EDBB632B40BC4A319 /* ZXUPCEANWriter.m */, - 88E2A0A28F0F2D5A10F5FBB7D94AA227 /* ZXUPCEReader.h */, - 866BB14DDC4EF5E9BE93316C26336FBC /* ZXUPCEReader.m */, - B5D603042881E58BADF93FAC9476BF94 /* ZXUPCEWriter.h */, - 90C4ACD215CDA2BE10B2D078D02C697C /* ZXUPCEWriter.m */, - 0979D84C14D45A05834EBC51C6F000CF /* ZXURIParsedResult.h */, - 9F4B6703D5C731FF5BA4B04E2DA848C8 /* ZXURIParsedResult.m */, - EFADFBDFD5BEA6FA25EF5CABB836C2D6 /* ZXURIResultParser.h */, - C47B59A12D635055F8180D9D94EABFA6 /* ZXURIResultParser.m */, - EE7AA57F16A0B5E47F45D5EA98E4EA92 /* ZXURLTOResultParser.h */, - 83E67349ECE0F0DB1E87D1A62A35753D /* ZXURLTOResultParser.m */, - E2A07C6282D632D7C1AB4208BD47C1E3 /* ZXVCardResultParser.h */, - D4EC4A166100B04695C6BF45EC02DEF3 /* ZXVCardResultParser.m */, - DF9F3D84CA33ADD1F38CEDC105600533 /* ZXVEventResultParser.h */, - CEBF2BFD98210119DFC2FF111C588F7C /* ZXVEventResultParser.m */, - 60934A48720EBB15496E00556D77CFD7 /* ZXVINParsedResult.h */, - 9D47B2B9A01662701BE05CFA5F9EB60F /* ZXVINParsedResult.m */, - AC6EE13BBFE690DC819DBA9749BE96C2 /* ZXVINResultParser.h */, - 085DC4AA233C3233ED9B6439B7D4EA12 /* ZXVINResultParser.m */, - 32D3800194E2CFF60664586EBEB2CF9F /* ZXWhiteRectangleDetector.h */, - 7EDDF624E39093E5CBD87D64B6DE26A3 /* ZXWhiteRectangleDetector.m */, - BCFB587DE51360C8BFD6A1D1B5D6A614 /* ZXWifiParsedResult.h */, - 62E60244A8A9E661F1C9B6A9421F04EE /* ZXWifiParsedResult.m */, - C17E4CAB347CBB9F6C8422D18DB29319 /* ZXWifiResultParser.h */, - 56BDAFA06371DD02F46BE57E99F063BC /* ZXWifiResultParser.m */, - E7B51FF0D53B53753FE03EBEC510E658 /* ZXWriter.h */, + 28AAEFB7B2C94722B8F2BE7B9CAB6E53 /* ZXAbstractDoCoMoResultParser.h */, + CC91D480E977891220D219D96EEAF718 /* ZXAbstractDoCoMoResultParser.m */, + 0ECAE19D4DFF4979BAB51E74221FEAF0 /* ZXAbstractExpandedDecoder.h */, + 773FBACBF3321428AA477A74399326EC /* ZXAbstractExpandedDecoder.m */, + 3152DD98916F1633ACD4D385A88F15A2 /* ZXAbstractRSSReader.h */, + B19C79F2BDD9C69B80B3232DEC0B480F /* ZXAbstractRSSReader.m */, + 109D977DC0E91FE7676C20FF4FB3A812 /* ZXAddressBookAUResultParser.h */, + 8BBC997E893365D38B8C964ADF4DE77C /* ZXAddressBookAUResultParser.m */, + D3F7413FC4D0406798A47D1E19587669 /* ZXAddressBookDoCoMoResultParser.h */, + 773A0611455020D0982379445B534572 /* ZXAddressBookDoCoMoResultParser.m */, + EE2B3115A2B16A07E6A105BE52050160 /* ZXAddressBookParsedResult.h */, + 028F9744BCB7239D7736C2A518ECA1FD /* ZXAddressBookParsedResult.m */, + 50F1C0E29817BAA949E500E62A2FE1C7 /* ZXAI013103decoder.h */, + 0FA1AE5E52B256DF137D64BEE5E70C3D /* ZXAI013103decoder.m */, + 6486F39255B4ECEAF9A18702F5368BC3 /* ZXAI01320xDecoder.h */, + 5FBAE0B4C0E3C0A410B77EE78AFBBE5B /* ZXAI01320xDecoder.m */, + 58D633B09528CBE46721BB6278DD2CB6 /* ZXAI01392xDecoder.h */, + 9D754073644B17DA49D78D7CCC64B3DC /* ZXAI01392xDecoder.m */, + F6EB57B3FA38C0793977D8E1C1D40660 /* ZXAI01393xDecoder.h */, + EE667369182FCD4B07F81C35F26D9E84 /* ZXAI01393xDecoder.m */, + E69AAA32F0A301EE6D12A7F12814A564 /* ZXAI013x0x1xDecoder.h */, + 39ABF97B889EFB3F81259B66D2E180EF /* ZXAI013x0x1xDecoder.m */, + 178BC78EB6784B885CF1C99DE789C115 /* ZXAI013x0xDecoder.h */, + B81317B206F247650F0CDC4D524319EB /* ZXAI013x0xDecoder.m */, + C87A7C4440D14DB4D3810BFC1D90AA87 /* ZXAI01AndOtherAIs.h */, + 956247D2120BB0372C48FC75318BADA7 /* ZXAI01AndOtherAIs.m */, + 896D31D5DE7526ABB15B3AFD71BB368E /* ZXAI01decoder.h */, + AAC0CE4BBD4D11362164CC099685E9BF /* ZXAI01decoder.m */, + 8186B3E05A8C6E34C3BD52E685EB0827 /* ZXAI01weightDecoder.h */, + B2949E3640552C2560744CBA8AF896D4 /* ZXAI01weightDecoder.m */, + 37ECF0F35F833BE7E185B317148D5FF0 /* ZXAnyAIDecoder.h */, + 4DAFE2F7AC901C0D1467741E9D7FCAB8 /* ZXAnyAIDecoder.m */, + 4C19433D45E8AFB3D486D9FE9E6D285E /* ZXAztecBinaryShiftToken.h */, + CE274CA63B45667878B40C647F86E233 /* ZXAztecBinaryShiftToken.m */, + 3CB8C9AECF42B601A2EB22610B1403E9 /* ZXAztecCode.h */, + 386A29B50C0CB3C22D5F020398568015 /* ZXAztecCode.m */, + E3566B1610BB41AD3A0694A6F50F1DE3 /* ZXAztecDecoder.h */, + 6A281F68556142BA7662DA76ABD3E701 /* ZXAztecDecoder.m */, + C6A6BD9820910BDC43FE696A462A73A4 /* ZXAztecDetector.h */, + 85710F69B9DFD858D8791423EC3F591E /* ZXAztecDetector.m */, + A24A6E8D9929EEB2A6B7A2E862851550 /* ZXAztecDetectorResult.h */, + 47F14DB10DC581621E31DDF25DD82A39 /* ZXAztecDetectorResult.m */, + BB279EFF863F9C36B4ACF63BA86CF1F3 /* ZXAztecEncoder.h */, + 95395F0D96C395D50D7886096D78C9C5 /* ZXAztecEncoder.m */, + 8AFE5D905BC8B9D7D7476EFA8D4575DB /* ZXAztecHighLevelEncoder.h */, + D5C16904AE1A55F57160A1BB99339CA7 /* ZXAztecHighLevelEncoder.m */, + 6E2A7543980869393334785EA64C8181 /* ZXAztecReader.h */, + 7288801B1A19B0CA6D2157C01960E7C5 /* ZXAztecReader.m */, + B9722F2895FD2CD3D8C5B1A7475A227B /* ZXAztecSimpleToken.h */, + 7AA4387F6B7F64A15CF1BB0EB8FC2E60 /* ZXAztecSimpleToken.m */, + DD72FD37CBBB7BBF3938FE9225FB7827 /* ZXAztecState.h */, + F297AAA96C462CFBE4241D1099955E4B /* ZXAztecState.m */, + 8281478B95BBBEA074725F6FAA0308DB /* ZXAztecToken.h */, + 26D2D764FD6F8CB7A1F408B85EA05455 /* ZXAztecToken.m */, + 3F6D3FA5324AC9295AC82D836B7B4423 /* ZXAztecWriter.h */, + 9AF2CEB97B9E854A9936C9A45E3FEE85 /* ZXAztecWriter.m */, + 6D88688A8E9EF5CF74ED100F7938D88B /* ZXBarcodeFormat.h */, + 415A6D5285590135033CE25CAF004DDD /* ZXBinarizer.h */, + 9F067ED6AB7654E91745DAE70783052A /* ZXBinarizer.m */, + FAE79FDA8A91ADEB48386BB23C9ECC2C /* ZXBinaryBitmap.h */, + 019EAA3B70FA8165B14E04B429C86215 /* ZXBinaryBitmap.m */, + 06C4B2D0157669B044B3BB335B979979 /* ZXBitArray.h */, + 512EDDB9AC9B750F860D5FCB0AB096AA /* ZXBitArray.m */, + 4F7C7F67B2619B927EA61B76D5E28646 /* ZXBitArrayBuilder.h */, + 895B8A9E0F26F187EACD0CFAFD3D48AD /* ZXBitArrayBuilder.m */, + 0DC2BA11041815FE7310DE3F07A4DD92 /* ZXBitMatrix.h */, + 3CCE67649A1367033078645D0D7BDE7A /* ZXBitMatrix.m */, + 62EB0A1135E3B82BB65E34A1AC3E240B /* ZXBitSource.h */, + 78D373AD25D466A865264560EF646338 /* ZXBitSource.m */, + 342EE0FB4DCBE6DC0AF5FC01BC93D318 /* ZXBizcardResultParser.h */, + B8DBF7ACEC418D8E970FE08CFD45CD5B /* ZXBizcardResultParser.m */, + 4FCAC83FB79CE3280A18DA330AAC8237 /* ZXBookmarkDoCoMoResultParser.h */, + F12BC83E53417FC800FA86CC95317220 /* ZXBookmarkDoCoMoResultParser.m */, + C2BEC7A25CD96B84D85B0842EEB0C931 /* ZXBoolArray.h */, + 1204B60D581FF7E6001DAB38DC1CA7A3 /* ZXBoolArray.m */, + 0A4D96B8EC0EC77C8204C676B4FA6CEB /* ZXByQuadrantReader.h */, + 421B72A203AC2F9F4FD4C49362E23B5D /* ZXByQuadrantReader.m */, + E2369ED16A164611153153842C7076F4 /* ZXByteArray.h */, + 11F802F393C29D25F90EB99B67D5CA6D /* ZXByteArray.m */, + BB86032005E4EAC990286AB770E0D074 /* ZXByteMatrix.h */, + 93D75E9D67B34E4DE559739C9BD65839 /* ZXByteMatrix.m */, + 7948D982E9AC4C0CFEBF57A892C4E8BB /* ZXCalendarParsedResult.h */, + A6911463B7A0F99EA915ED3F7EA1F482 /* ZXCalendarParsedResult.m */, + 7E29933496F2DDACFB5407DFBB02C2D5 /* ZXCapture.h */, + B4B7A125AD6B09C640B2AADE24A9DA7A /* ZXCapture.m */, + FDDC0159D070D3789FF69D9AB779C660 /* ZXCaptureDelegate.h */, + 1E37FEAB61CD7798868892F11F2B161E /* ZXCGImageLuminanceSource.h */, + CAD9F921B574A2DF984E347C0C5A40B2 /* ZXCGImageLuminanceSource.m */, + E025CFC96DB51BB7944B29228DB14B1B /* ZXCharacterSetECI.h */, + B3CF8DE6CD31BDA63E57CA048D02295B /* ZXCharacterSetECI.m */, + F7A26284D99F0E6A48F477E24E36388B /* ZXCodaBarReader.h */, + 4CEF1FEB6D5EBF28ECB0EC5771739DB4 /* ZXCodaBarReader.m */, + 7309718023E54A85DE603A4F996487BD /* ZXCodaBarWriter.h */, + EA58C2CB4C8A00CFF5DC481BF0795A15 /* ZXCodaBarWriter.m */, + 4F351C5079ECB3EC066E639576A425EA /* ZXCode128Reader.h */, + 355573C144693ACCE232F89276EB07A8 /* ZXCode128Reader.m */, + 613D10C1EA18AE3A6168CF8EA6CAE0B8 /* ZXCode128Writer.h */, + 8F409840F97E28CBAD55BB51B4701B59 /* ZXCode128Writer.m */, + 11307FECC07B1FB26B9F51A6CF6FAA67 /* ZXCode39Reader.h */, + F9A72336188CB72D8B4D34374ADCCDD3 /* ZXCode39Reader.m */, + 27601DAC9D2E3D198A52F97401A5D808 /* ZXCode39Writer.h */, + 190F250B67665E82456930538B77F2F3 /* ZXCode39Writer.m */, + 9CF36CBCCF63C9B8BB65C5AB03952EC0 /* ZXCode93Reader.h */, + 01F7535847F1E42B7F8442577D2996CA /* ZXCode93Reader.m */, + 8B190330182BC0A6D0DB11A31EA71E83 /* ZXDataMatrixASCIIEncoder.h */, + E3A6DB025E732465B7718BDB5680880D /* ZXDataMatrixASCIIEncoder.m */, + EF252E35DF3849B7CFDA3F9B70788A2F /* ZXDataMatrixBase256Encoder.h */, + 1DBD2EFD189AC21029FFD9F9EA8F9CC7 /* ZXDataMatrixBase256Encoder.m */, + D533D2B362FB299A53A9B3493CBAAB6D /* ZXDataMatrixBitMatrixParser.h */, + 096D01838115C69554F8A04E3232816C /* ZXDataMatrixBitMatrixParser.m */, + 4D7B81025FE42E5E6AECD9C5643D6A71 /* ZXDataMatrixC40Encoder.h */, + E879432C3EBFD4C21A6F9A3D75D1A0B4 /* ZXDataMatrixC40Encoder.m */, + 4E2D3CAB5D0A895A5733B7302242E250 /* ZXDataMatrixDataBlock.h */, + EC629DFE46A54F719BCCE1F0061DF2E5 /* ZXDataMatrixDataBlock.m */, + 2C3BE9E5130FECCF97B2B850CAFD266D /* ZXDataMatrixDecodedBitStreamParser.h */, + 3C18B2ADBF430A975B4FB9F17CF2C547 /* ZXDataMatrixDecodedBitStreamParser.m */, + 81280B98FF740935B39257709B315354 /* ZXDataMatrixDecoder.h */, + 14F8B842683A96848F36558A9E33A482 /* ZXDataMatrixDecoder.m */, + 704BBDDBDD7CB515433B0FAA45F1FC9A /* ZXDataMatrixDefaultPlacement.h */, + 11B241B39378FB777AB583BED7B01757 /* ZXDataMatrixDefaultPlacement.m */, + B9206AC2AD9A6DE216EF88FC7929D7FB /* ZXDataMatrixDetector.h */, + F9E789EEAB5F6F7EA7A2E6E4A8D1B2F0 /* ZXDataMatrixDetector.m */, + 5165F07A93C8A29FC4C7B0A846E5A45F /* ZXDataMatrixEdifactEncoder.h */, + B9A18BBBF91D9768FD9DDE5952D03D41 /* ZXDataMatrixEdifactEncoder.m */, + 7A535857D19D45593537367068824342 /* ZXDataMatrixEncoder.h */, + 26D0E22CDCE5DBD12D8C16606088A24A /* ZXDataMatrixEncoderContext.h */, + C08B1213F77E331E2CB4F662146916C5 /* ZXDataMatrixEncoderContext.m */, + 5E85E1AC7B46D4A719E0B92ED0C80977 /* ZXDataMatrixErrorCorrection.h */, + 6DDA3F75587FF5FD1B300D6DE8C2CB83 /* ZXDataMatrixErrorCorrection.m */, + 9BAAEE05FC2D51AFC67ED7C4063FBFCF /* ZXDataMatrixHighLevelEncoder.h */, + FCF251C26AAA5B2D15971D0B1E4B4794 /* ZXDataMatrixHighLevelEncoder.m */, + F0D37C898B7BAC3B3EA0495BF0694FE0 /* ZXDataMatrixReader.h */, + 837BF2D3776787BD88FCAAC007BCD99B /* ZXDataMatrixReader.m */, + 1B690380F76B971F85E00DEC0EBD3A48 /* ZXDataMatrixSymbolInfo.h */, + 3E058A1526EE4F3613569756FA8D6388 /* ZXDataMatrixSymbolInfo.m */, + 9D6E425877182E052DAD9E115D7F0AAC /* ZXDataMatrixSymbolInfo144.h */, + A8BB0D5224E5FC3AD5CE5EE7F6A5A7DF /* ZXDataMatrixSymbolInfo144.m */, + 4C25DCBAF3CD4A355149423167868358 /* ZXDataMatrixTextEncoder.h */, + F2C7F6BC85F0E555FAD0F2C9CC3B1331 /* ZXDataMatrixTextEncoder.m */, + 879012E1B4C71720426FB9FAF3390BA5 /* ZXDataMatrixVersion.h */, + 8939708E7621DB27B43700A84F35C498 /* ZXDataMatrixVersion.m */, + 9ED26100975641D629F2804BC248BCA9 /* ZXDataMatrixWriter.h */, + 96829FFF38079F39D3FE1610F102EEA8 /* ZXDataMatrixWriter.m */, + F624AFB97560C50D1C68304904664FF1 /* ZXDataMatrixX12Encoder.h */, + 565CF17172F13706CAEB6FD6DCC6A57C /* ZXDataMatrixX12Encoder.m */, + B8E28BF84B3A656442D696F73DDE7E75 /* ZXDecodeHints.h */, + FAB0B53D3AAD5386060CD5ED6F9C17BE /* ZXDecodeHints.m */, + AF3B40029BFAF60624158181FC8391D5 /* ZXDecoderResult.h */, + FE8009862AB942C670FE7BFDCDBB80FF /* ZXDecoderResult.m */, + EDC9CD384A3AB4C86960F55CF5C7D5BB /* ZXDefaultGridSampler.h */, + A4AE2AF8F2BE1524C1BE819A2DB887E0 /* ZXDefaultGridSampler.m */, + FA276B58CA62FC9F83E16BFEA7830117 /* ZXDetectorResult.h */, + A94EEF90A9F00CC97184AF3C01BDE457 /* ZXDetectorResult.m */, + 3B513E06A0E1439DC0ECF2590085E334 /* ZXDimension.h */, + 62DEAC977589C8FD40628DB865F62832 /* ZXDimension.m */, + FAE09D848B1BECBAA381C52B3CC6CFF6 /* ZXEAN13Reader.h */, + 0CEA0A9DBD7FA0CBBBEBD526B0E098B7 /* ZXEAN13Reader.m */, + 19710031235D6F10DBE0663BF85BD4DC /* ZXEAN13Writer.h */, + 3331DE1C2FB397499E4D99DAEB618236 /* ZXEAN13Writer.m */, + F0FEFD4BD17DCD3532ACC6BE10AA346C /* ZXEAN8Reader.h */, + 62DA2E87C74B19A63371828CB6B5E49F /* ZXEAN8Reader.m */, + EE209C2BCB236ADD1CCCE16BE790E1FE /* ZXEAN8Writer.h */, + AF2DE5B00608A39A49E84FEC38E51890 /* ZXEAN8Writer.m */, + D1FA3AD13351718BC7A77030B7CAAB7D /* ZXEANManufacturerOrgSupport.h */, + 3F607B9BB4C8166E8A26DB0731D1CD35 /* ZXEANManufacturerOrgSupport.m */, + BB4882837B5B2B81CBB4AEDF4887F14F /* ZXEmailAddressParsedResult.h */, + 3BC63519608340BBB242B9549CD97F58 /* ZXEmailAddressParsedResult.m */, + 0B19284CDBFCDA328BE27F17D4B47DAE /* ZXEmailAddressResultParser.h */, + AC324953E61BE314C095EECC802C540A /* ZXEmailAddressResultParser.m */, + 973AC18C2D12413831E86F1665556047 /* ZXEmailDoCoMoResultParser.h */, + BC4F91FD6FDCBF3778ADBA3B329C65E3 /* ZXEmailDoCoMoResultParser.m */, + 9143015E80145558A777610EEC0D8B35 /* ZXEncodeHints.h */, + 413913F5F0A86319C97F8D743392CCD4 /* ZXEncodeHints.m */, + 0F914FF7854CF66A5AA126FE0CDEBC24 /* ZXErrors.h */, + EE5C6B71E70B1A7FC822347F30A2945F /* ZXErrors.m */, + 2A75B07B89F9ED37FD74E33E6F5FC6C7 /* ZXExpandedProductParsedResult.h */, + 924362ADCF4E525207ACA16630CADD24 /* ZXExpandedProductParsedResult.m */, + 723447A6381BCD93D981C4D80E916C6B /* ZXExpandedProductResultParser.h */, + 0CB38EF0F19DB0659599F917FC385D08 /* ZXExpandedProductResultParser.m */, + F30F8EC4C1B99F7B9F7063DD968218D6 /* ZXGenericGF.h */, + 86E62CEDBEF76FE0060277B45D06B83B /* ZXGenericGF.m */, + 10C6A4E1A4FDA99505BCCAB62ED7DBA1 /* ZXGenericGFPoly.h */, + 36F70B984445889A433824BBB1F7A5D3 /* ZXGenericGFPoly.m */, + 8F92F7562D2E8EE6D2A241F8CE704535 /* ZXGenericMultipleBarcodeReader.h */, + A6A4ACF274FEA380361BABF156CA1EED /* ZXGenericMultipleBarcodeReader.m */, + B1B7477BAC30B5D625604A42A917E497 /* ZXGeoParsedResult.h */, + C710CFA538C377F81EB3EBD351F20AD9 /* ZXGeoParsedResult.m */, + 1951F45C3DC5F04F94B74C4A72DFD1D9 /* ZXGeoResultParser.h */, + 42F08DE4060DED0B6311FAF8603B4AC4 /* ZXGeoResultParser.m */, + D5D337C3EBFA227892E5D3CA54224C3B /* ZXGlobalHistogramBinarizer.h */, + 6D591B1E40BE4518D9B27C933B94B482 /* ZXGlobalHistogramBinarizer.m */, + F07AB339E2D5194BB218E4BCADB63A64 /* ZXGridSampler.h */, + 74B3FD23CED89C99005E3E8F370CEE65 /* ZXGridSampler.m */, + C7145671E4848505B611A181B073C303 /* ZXHybridBinarizer.h */, + 6A426681A837D4D59905A39A566552DD /* ZXHybridBinarizer.m */, + F3F9C328F174E72EB0BC2EB297A7D18E /* ZXImage.h */, + 9214D602A4698C9F6AA47D8F8F5A9074 /* ZXImage.m */, + A2EED4E28506ED8D290C61FE0B6BC2A8 /* ZXingObjC.h */, + E8C4E6D8696A86D0AE80AD767C247E1C /* ZXingObjCAztec.h */, + 7D6012BB08337B9F6AB0495A0089305F /* ZXingObjCCore.h */, + 72E26C5CE40F822E4CCFEC9884E2BECC /* ZXingObjCDataMatrix.h */, + EB5A154C3977F9FF0C7E7D4D847E7729 /* ZXingObjCMaxiCode.h */, + A5F46D52EFE8840EDB228E7E9737C4AF /* ZXingObjCOneD.h */, + FD2E176374CC24A1FACD44512755B44D /* ZXingObjCPDF417.h */, + 672BA06E3BD042BF30B2C34E48B3A783 /* ZXingObjCQRCode.h */, + 928D30186840845230520C413CE95E1F /* ZXIntArray.h */, + FB176C1FF6EF6897CC8D49506E63AE9D /* ZXIntArray.m */, + D3F28192423F282DCFDD641CC25D433F /* ZXInvertedLuminanceSource.h */, + 4F9C4A90D9CD4162B749A19418530067 /* ZXInvertedLuminanceSource.m */, + 15C3E472CFCAA8754E63EB467B534927 /* ZXISBNParsedResult.h */, + 05A7DCFC168BFBAD8477A33630E6EC72 /* ZXISBNParsedResult.m */, + FAC2F87AC2F77486958CB64FE51FA200 /* ZXISBNResultParser.h */, + 5A2F7B1F58498A2023134954B9DCE707 /* ZXISBNResultParser.m */, + 9B0C0CA156CE2B4369576B215CD82F5C /* ZXITFReader.h */, + A3159CE7C70E40AFD2E0D33A94D11681 /* ZXITFReader.m */, + FBE2CAE9E59E31B75616DDEB0D4366EC /* ZXITFWriter.h */, + 1F44AF0CDC4A83DC65607C3E16A26CA8 /* ZXITFWriter.m */, + 3796D20E5F66D665F758B08D56A71BD8 /* ZXLuminanceSource.h */, + 61CED7F9E49D699141E3821FB4551660 /* ZXLuminanceSource.m */, + B5DC8D1F7599D513B4B5680F8B03C128 /* ZXMathUtils.h */, + F0D19964D372C9F9038EB1F475DC607D /* ZXMathUtils.m */, + A64A55C97ECE3BBCFA4B8D26A1518BF0 /* ZXMaxiCodeBitMatrixParser.h */, + C850BBA36546D5A90DC65E687540B51E /* ZXMaxiCodeBitMatrixParser.m */, + BFBDA4036AFF69DA7646922FD4E5E0DC /* ZXMaxiCodeDecodedBitStreamParser.h */, + 6FD68D82742EFBBDA343039DC2BEB004 /* ZXMaxiCodeDecodedBitStreamParser.m */, + 583B5061466B7360E9BCFB4C74AB519D /* ZXMaxiCodeDecoder.h */, + 824074F04343573F385396DF1E5C1C5B /* ZXMaxiCodeDecoder.m */, + 98AC50D9F2FC121CC006318D16A440B8 /* ZXMaxiCodeReader.h */, + E7BBB9AEBD1C08971427F7010F7DC4BD /* ZXMaxiCodeReader.m */, + E4A743B05702E6687D5B2B83E86F9EFF /* ZXModulusGF.h */, + 5A217D9D583BCE2361237E71E4DCA3C4 /* ZXModulusGF.m */, + C0174548995DFD8E51B2668AFF58A13A /* ZXModulusPoly.h */, + F2EE3EC30EB560BDAD8DC5BE7D28C6BD /* ZXModulusPoly.m */, + 73B9E90FE18803C571CAA94D4786CE86 /* ZXMonochromeRectangleDetector.h */, + CD1488AE14CB6122BEC93F9AA184EC51 /* ZXMonochromeRectangleDetector.m */, + 599186B57CCF63BFEA9ACB5E4C38300B /* ZXMultiDetector.h */, + 71C85873F009C8703D7B365BB9EF866E /* ZXMultiDetector.m */, + 10D84A511C47A55E6EFA58833EA6C4CD /* ZXMultiFinderPatternFinder.h */, + 9C77CB1D34D0B9EF3629578910CC2D6D /* ZXMultiFinderPatternFinder.m */, + 4271D8395C8C920340DAFC27385205AD /* ZXMultiFormatOneDReader.h */, + 92263214B517BBE43770FFECD3994A68 /* ZXMultiFormatOneDReader.m */, + D83D9A859868D1536AA5935ED5EF7A66 /* ZXMultiFormatReader.h */, + 95BC7AD0B45DABA32602EDEE28F026E1 /* ZXMultiFormatReader.m */, + 9F673A17A639DEEDB04FEA9A7D9BBA02 /* ZXMultiFormatUPCEANReader.h */, + 904D77736CF5EA9A3B3BA575E5806718 /* ZXMultiFormatUPCEANReader.m */, + E356FDA72609A0620164E916CB64472A /* ZXMultiFormatWriter.h */, + 77B748ACD1A984EFE64410D6BE3CF07A /* ZXMultiFormatWriter.m */, + 63CE32F73D9BB151FD279D8AFEF94F6E /* ZXMultipleBarcodeReader.h */, + B91AC70D8CA00FA0559690529188AB69 /* ZXOneDimensionalCodeWriter.h */, + 21F8DEECC77CBE161D97CF2E75A9E555 /* ZXOneDimensionalCodeWriter.m */, + 290BA101609766E392FB55D831942404 /* ZXOneDReader.h */, + 6ED620B400E3444A3135C89D2682E455 /* ZXOneDReader.m */, + C748FE7C1F368EF3A4C7FF21B0FD1B72 /* ZXParsedResult.h */, + 71347C0B012670210797AD167886EE37 /* ZXParsedResult.m */, + A51E09DCDFDD3AEC06EC57C1D4A52148 /* ZXParsedResultType.h */, + 25B26E3E324641145417A365ABD66183 /* ZXPDF417.h */, + 9979CAF57B782283E09DADA9882EC25E /* ZXPDF417.m */, + 08887C7645DED938D5A8AFB250642AAC /* ZXPDF417BarcodeMatrix.h */, + 282002BCEC011C86578EE6F1F500F6D1 /* ZXPDF417BarcodeMatrix.m */, + 1A2FB5348DD89EB2A6BCCF9BCA6A55D5 /* ZXPDF417BarcodeMetadata.h */, + 402CFC489068193CD71457C6250481DF /* ZXPDF417BarcodeMetadata.m */, + 0F9401263E7F5FE10569FE7D9D943E48 /* ZXPDF417BarcodeRow.h */, + 9F7196B9D75824A3D63168A695F62DEC /* ZXPDF417BarcodeRow.m */, + F439AD23459F5413838577CAFBD1EFC8 /* ZXPDF417BarcodeValue.h */, + 73518F76A7BFE5D89D9521D6D647D494 /* ZXPDF417BarcodeValue.m */, + BBD602C506FEFDD57728BBD0AB5036FC /* ZXPDF417BoundingBox.h */, + 9D0B53944D5504E6BF59B29F4BD55C21 /* ZXPDF417BoundingBox.m */, + 75C66E7C36CA931746A7F2EAF7EB5919 /* ZXPDF417Codeword.h */, + 8C39640234A8FB1D63AE68858FBD6E62 /* ZXPDF417Codeword.m */, + 53FDC17A8422F9340E8B98E316D073C9 /* ZXPDF417CodewordDecoder.h */, + BB217C9593CBFAE819B394C4FF0B0087 /* ZXPDF417CodewordDecoder.m */, + D59309E9A06392CF9B501C1AD2A4F0C3 /* ZXPDF417Common.h */, + CFCD64A73D05701F8F27DC7ADB6385EE /* ZXPDF417Common.m */, + 0511D72A121DCB04CA1E5A1C49085F55 /* ZXPDF417DecodedBitStreamParser.h */, + 888A04F247BD46EFCA696557DB45C041 /* ZXPDF417DecodedBitStreamParser.m */, + 5D69DF6B70298381C0579699649A0C2E /* ZXPDF417DetectionResult.h */, + E9D28D388463D4E6E4A7B0EBFE77D3A6 /* ZXPDF417DetectionResult.m */, + 4AB5F21C54675FAC50EC5CAB75A65ABC /* ZXPDF417DetectionResultColumn.h */, + 89ECEF388C9DCD996FDE6CC098A89570 /* ZXPDF417DetectionResultColumn.m */, + 63288B62B4B6822852290BFA63921DE5 /* ZXPDF417DetectionResultRowIndicatorColumn.h */, + CABEA248AC6E0D6F8FD8223636C32FBF /* ZXPDF417DetectionResultRowIndicatorColumn.m */, + 1E270B0E6FF5B3CC26FE87AEF8833402 /* ZXPDF417Detector.h */, + 205678B942224733BF28AAA6C59979A6 /* ZXPDF417Detector.m */, + 1F9B04B055DDACE16F46C5C81170D313 /* ZXPDF417DetectorResult.h */, + 4982B1E838C8AADDF4D9E1AFAD6F5908 /* ZXPDF417DetectorResult.m */, + 88C9BFEE0C85B1AB34FD3C73368A301D /* ZXPDF417Dimensions.h */, + 4D7823BB5F814C006075E87F50C42ED9 /* ZXPDF417Dimensions.m */, + D1EC6B799DFF4E6EEA27C48118D0AB00 /* ZXPDF417ECErrorCorrection.h */, + F11616CEC0E1C187C5CC4FEC0ADED03E /* ZXPDF417ECErrorCorrection.m */, + CFFFC65512549BE257C00FF37B498A36 /* ZXPDF417ErrorCorrection.h */, + BD4152D45547AB9B1A9BF60D48DA93A2 /* ZXPDF417ErrorCorrection.m */, + DCD3AC8AE081B3EF09A6B4F5CD4B8ECA /* ZXPDF417HighLevelEncoder.h */, + ABAB8EE6FC29437D18D280FE74D575EE /* ZXPDF417HighLevelEncoder.m */, + 4819B860778F0A7C3F8219A65633BE4E /* ZXPDF417Reader.h */, + 197DA14053FA275EB76D4E6DA26E5BB7 /* ZXPDF417Reader.m */, + 6ADEB8FA899E63129574828965553B55 /* ZXPDF417ResultMetadata.h */, + 7D2C03E45A508B6BD7A082CA8F8DD4D2 /* ZXPDF417ResultMetadata.m */, + 86A4A5A05A06D2C085826E9145168ACD /* ZXPDF417ScanningDecoder.h */, + B0A566AFDB25371881F28C2195FD9F2E /* ZXPDF417ScanningDecoder.m */, + 2A0CA95F67D2BD8673E767E1BDD21A98 /* ZXPDF417Writer.h */, + D2F7965B3276CD75677CFB90AF992595 /* ZXPDF417Writer.m */, + 8D25770C48C0F04114A6B2A85E376473 /* ZXPerspectiveTransform.h */, + 80B95F094DF6A002A126DB6F8581091B /* ZXPerspectiveTransform.m */, + D732DDEC95521AAB6FAAA41E6FDF43D6 /* ZXPlanarYUVLuminanceSource.h */, + 7BF9C5080296AC267259481D3CBC0C23 /* ZXPlanarYUVLuminanceSource.m */, + 308C6D5C64440CB8DC81273BF42E23BA /* ZXProductParsedResult.h */, + 37D102B8E0AFA3858CC8E74E61632027 /* ZXProductParsedResult.m */, + BDC210384EA42AE0107E8FDD0E6DF3A6 /* ZXProductResultParser.h */, + A9F095EBEE3F8C888A356554DBFAA878 /* ZXProductResultParser.m */, + E8B42A5FB5D622A4B84CAC632A238B8C /* ZXQRCode.h */, + 3BF2E173D84F1B823D37C9671215B3ED /* ZXQRCode.m */, + CCA368153A8BB020E8C282DB27992C05 /* ZXQRCodeAlignmentPattern.h */, + 442499CFCCEA88C0827B97BD350B0713 /* ZXQRCodeAlignmentPattern.m */, + 5732E0A8D4877E8AA52E41B4EFB19B2B /* ZXQRCodeAlignmentPatternFinder.h */, + FA4FF0D95922C9EE5ED0EF4B288635DC /* ZXQRCodeAlignmentPatternFinder.m */, + B367564944212153501B433BD5351A79 /* ZXQRCodeBitMatrixParser.h */, + 6CDEAD91F6D694F1861474191E2CFF97 /* ZXQRCodeBitMatrixParser.m */, + 4132FB33AC0C5F9B1948146D4A552040 /* ZXQRCodeBlockPair.h */, + DED03ED29835BD37D0F90119F6248383 /* ZXQRCodeBlockPair.m */, + 489BBF2F2EA5D89A22A262480395BEF2 /* ZXQRCodeDataBlock.h */, + 959499257F7EDB95B385ED37A6FDAC8D /* ZXQRCodeDataBlock.m */, + 79EB0298FB50B333801CCB862B6515E9 /* ZXQRCodeDataMask.h */, + A21128A66B90672ECC8AEEF8CE59CE9F /* ZXQRCodeDataMask.m */, + 4CAB9FB4784BB2C71F196603FA10C525 /* ZXQRCodeDecodedBitStreamParser.h */, + 3A9F048BC3DCD5A185E5B919C6C6E5F3 /* ZXQRCodeDecodedBitStreamParser.m */, + F903FE322226BE894661C462562DAE6B /* ZXQRCodeDecoder.h */, + 4A88B258CE18C324C5C2ABAF43FBD0A8 /* ZXQRCodeDecoder.m */, + D6B5781574B957C24BAE4AE6BCFA15A6 /* ZXQRCodeDecoderMetaData.h */, + ECFEA4FCE5BF5FDF982A3BE0267794C9 /* ZXQRCodeDecoderMetaData.m */, + A75F477B7DED49F721C6162617AC7AE9 /* ZXQRCodeDetector.h */, + 196A09AE5D6F42901E106965EB5425DD /* ZXQRCodeDetector.m */, + F4F05856D5ADE770921C5A1B32D3572B /* ZXQRCodeEncoder.h */, + 75F9A46BC44E7629BBE6FFC4A90861A0 /* ZXQRCodeEncoder.m */, + 8B01A98BA1CD2F4505DBF51A47DE0505 /* ZXQRCodeErrorCorrectionLevel.h */, + D1A1FA680885F6D4D16DBECBF6549578 /* ZXQRCodeErrorCorrectionLevel.m */, + 20E03E974AEB7CB9E8948B28D3A2EFEB /* ZXQRCodeFinderPattern.h */, + 97E7681228D6083C8F632096AEA47D97 /* ZXQRCodeFinderPattern.m */, + 5E127A81380F8183BF37772FBB52DA39 /* ZXQRCodeFinderPatternFinder.h */, + 3214A69DA7782675B6B3EAED27AADBF4 /* ZXQRCodeFinderPatternFinder.m */, + C2B347F54FD496A9156CEF5E1785A1EB /* ZXQRCodeFinderPatternInfo.h */, + 9B2DA6150DA57A4FC81972FA542085F8 /* ZXQRCodeFinderPatternInfo.m */, + 344196D481A3058DF8877C028B4F8B0A /* ZXQRCodeFormatInformation.h */, + E562B99101F0EAE2C8C337CEC592E87B /* ZXQRCodeFormatInformation.m */, + C58AB5802468806A20B2DDDB3990E596 /* ZXQRCodeMaskUtil.h */, + 4311F44CB60725C3CBA158E34A6D3D0B /* ZXQRCodeMaskUtil.m */, + 5A00C8FDA1D0540436BA0CD362F56CD0 /* ZXQRCodeMatrixUtil.h */, + E702613B3378D87C16517CCF38555C1E /* ZXQRCodeMatrixUtil.m */, + EDCDE5E35A72A75185FB98F7D742F423 /* ZXQRCodeMode.h */, + A59E84498533C5DDBEB140A3DBAA18B7 /* ZXQRCodeMode.m */, + FEA53CBD48C77FD07DC5EB89297A0C50 /* ZXQRCodeMultiReader.h */, + CCA7D40DF5F029555CBAEB685522886A /* ZXQRCodeMultiReader.m */, + CF284838DDCF41EE37ACAC79118AE626 /* ZXQRCodeReader.h */, + 4D8E079D05F4E278E1E773C5231DF200 /* ZXQRCodeReader.m */, + 14986A3D3B7C0401CA65D706314E8652 /* ZXQRCodeVersion.h */, + 5A5AAE19CB230AE7C490193F484EC895 /* ZXQRCodeVersion.m */, + 2292004633C1C215978215103D08171A /* ZXQRCodeWriter.h */, + B9CAC766391BA4C1B54B2245B407C289 /* ZXQRCodeWriter.m */, + 23DA1300E79258B992585C56747F7B43 /* ZXReader.h */, + C9993648266553F8741F77F2E7CF733F /* ZXReedSolomonDecoder.h */, + 02887E764D72BB11153B84B1B8BB99DE /* ZXReedSolomonDecoder.m */, + BD76345FE6DD4BCF23A4C8B86BCB9B55 /* ZXReedSolomonEncoder.h */, + 907F636812D6DE75807267602309F192 /* ZXReedSolomonEncoder.m */, + 34F0D072F9F73C801610800DA20CC760 /* ZXResult.h */, + BBE637D7DEE4E820ABFB0F316EB966BA /* ZXResult.m */, + C41B4DF6139E9E98B15BA27FA0D4554C /* ZXResultMetadataType.h */, + 385C436E44ECBA94CA76D6CEFA223B9D /* ZXResultParser.h */, + E07E58BCF428E10DB29CCDF1B6B0DC7F /* ZXResultParser.m */, + 51674F696D2C41D947C920564301B218 /* ZXResultPoint.h */, + AD589EB4B217EA46362FE2D8090D798A /* ZXResultPoint.m */, + C4525BFAB0372F6A86EB4B96C196E9E4 /* ZXResultPointCallback.h */, + 6CD4F2ECA392B15C10164B011A918DC8 /* ZXRGBLuminanceSource.h */, + 8244BBA2840222793FEBE187FFAD480A /* ZXRGBLuminanceSource.m */, + 26630A8A8628228C69FD2CB4BB721A47 /* ZXRSS14Reader.h */, + 6BF916364071E0B4E7E3FEB6315857FD /* ZXRSS14Reader.m */, + 7236ED7550850909E1AF3F0B55ADD1C4 /* ZXRSSDataCharacter.h */, + EA6CCECD6D9D6AACC7A916E1638B9506 /* ZXRSSDataCharacter.m */, + C94E00D967CD467010846786DD1A102A /* ZXRSSExpandedBlockParsedResult.h */, + BA809DD39D5F6C8F0CF10DBCCADD4150 /* ZXRSSExpandedBlockParsedResult.m */, + A181B7257765ABB463F61EBBE3D0002F /* ZXRSSExpandedCurrentParsingState.h */, + E1EA6373F36B87215D9B008195EF0A6C /* ZXRSSExpandedCurrentParsingState.m */, + BD8A234FF41B45EE6C9853B21C81BA90 /* ZXRSSExpandedDecodedChar.h */, + 6ACB5162F44A4A59F9D1D4CADF9F34E5 /* ZXRSSExpandedDecodedChar.m */, + C572B08A65F52690D2EE254ED26C872E /* ZXRSSExpandedDecodedInformation.h */, + 428D528034182828B6D43D9D238EE22E /* ZXRSSExpandedDecodedInformation.m */, + 2759D1EC5E6A2262B7716C07CAA16BC0 /* ZXRSSExpandedDecodedNumeric.h */, + 72AAE6D142B9570AAC84F862AFDD1D54 /* ZXRSSExpandedDecodedNumeric.m */, + D7BC334D31284A6DF40CBC5FB7661531 /* ZXRSSExpandedDecodedObject.h */, + 1DF450E40BB2A6C6B678C510EAA56FEF /* ZXRSSExpandedDecodedObject.m */, + B4AADB1AF68B03AB807290A05EB92197 /* ZXRSSExpandedFieldParser.h */, + C0F871AE93F06B15ED9980A141BE501F /* ZXRSSExpandedFieldParser.m */, + 138884BAF9D7EC2AD64F61F5BE193B7F /* ZXRSSExpandedGeneralAppIdDecoder.h */, + E460CA3F756457AA6BA07697AF4AB942 /* ZXRSSExpandedGeneralAppIdDecoder.m */, + 65B28EDCCA377C17B5871C7E13DA213B /* ZXRSSExpandedPair.h */, + 43952E0760ED0328F57545359F87C854 /* ZXRSSExpandedPair.m */, + 71F720FA918EA097FE8375C5AE7B85CE /* ZXRSSExpandedReader.h */, + 561A59B919261CBB983F8C5F1CAB34A7 /* ZXRSSExpandedReader.m */, + D9EC37D8B352F4767BFD5BAE6EF80F31 /* ZXRSSExpandedRow.h */, + EA0DFFB77FCE91DD394E79CCC3FCFD7E /* ZXRSSExpandedRow.m */, + 1B9DFF32AE85876D1F2A399633F58CD0 /* ZXRSSFinderPattern.h */, + C646161D480E2E72FB0791A5A83BA8AC /* ZXRSSFinderPattern.m */, + DA736452D19599444F75D7BF18E2F699 /* ZXRSSPair.h */, + 2498678F629E732113C58E3AF529CE4F /* ZXRSSPair.m */, + C2F2456E1A0BB1796DAB1B1B09B2FBC0 /* ZXRSSUtils.h */, + B42006BA1C4A4E4721A3383A44C49940 /* ZXRSSUtils.m */, + 316085727A215015E026A40689A1776C /* ZXSMSMMSResultParser.h */, + 549CAA03599A73D75183DEA1EE783FDC /* ZXSMSMMSResultParser.m */, + BD8068D9E0D330BF243E3D4E2C76FFFF /* ZXSMSParsedResult.h */, + E5AA672FD1FE82BD0D70C969723E43F9 /* ZXSMSParsedResult.m */, + 90B66138748859A7EF05CF6EABF09692 /* ZXSMSTOMMSTOResultParser.h */, + 3A350B96A330E9C083ED7285EAACAC7E /* ZXSMSTOMMSTOResultParser.m */, + F3B148B3C31378457FB05687CE8443CC /* ZXSMTPResultParser.h */, + 95E1C993AD8C69B3E2C13457832397F0 /* ZXSMTPResultParser.m */, + 9C1C2A071DF0088CBF420676FDBC4931 /* ZXStringUtils.h */, + 36682D3584BD15F0B2D042A8AC910801 /* ZXStringUtils.m */, + 56CACEC87FFB7D946BA22EC12BE4CF91 /* ZXTelParsedResult.h */, + EE9732970CC5A4EE7EA73EC022DD484F /* ZXTelParsedResult.m */, + 46030018760B075E983792C89F782B78 /* ZXTelResultParser.h */, + 6878D7C8593AB583E311CD68268AF5E3 /* ZXTelResultParser.m */, + A5465639C45CDCCF580E18F7ED57B1D7 /* ZXTextParsedResult.h */, + 8611B53222F5B95D6F03A49CD07FD1B4 /* ZXTextParsedResult.m */, + F9321A709E9AB469AFD30D6F01EA2604 /* ZXUPCAReader.h */, + 66B23A5BDF76B2076CA20B4D3C9AEC17 /* ZXUPCAReader.m */, + 6B7A6B976F52C6624D4F5DFCB9C178AA /* ZXUPCAWriter.h */, + 0572D9DC0F4DF4D663448DB3C68021CE /* ZXUPCAWriter.m */, + 9DC7F64CE6A470A5953441E527DDCA04 /* ZXUPCEANExtension2Support.h */, + 802635C6986AE2C3A1955E175C77D79A /* ZXUPCEANExtension2Support.m */, + BB9B040C4CEAC1E2E34367F5E7B42A53 /* ZXUPCEANExtension5Support.h */, + A77A6443A568A7088CD120F563DAE081 /* ZXUPCEANExtension5Support.m */, + 7B08E5F619AA020B96F9BCC162B70CCD /* ZXUPCEANExtensionSupport.h */, + 69EB86A308C8BAA5C3E4085F06D66B97 /* ZXUPCEANExtensionSupport.m */, + 91D3022B923C41697DC6C4A64B505FE4 /* ZXUPCEANReader.h */, + EC9406978EEA5ECC0EE2C1BC4743F155 /* ZXUPCEANReader.m */, + EEB6EAA433509760D6728B0F008A7758 /* ZXUPCEANWriter.h */, + BF53644AA3FB2617E935D1CC950E982B /* ZXUPCEANWriter.m */, + 10891336A47381BA4D681A33B146CB64 /* ZXUPCEReader.h */, + 89083FAC71A938C23DB61C2A08A993C5 /* ZXUPCEReader.m */, + DC230AA49787BCDDA2D80A66F3D6FE1F /* ZXUPCEWriter.h */, + AD824497058BD79AAF2D4A26089F9619 /* ZXUPCEWriter.m */, + 8382999FC3C10B859766872F35BFCC0B /* ZXURIParsedResult.h */, + CE71F515EF81AFC7D2F5E9BA5BAEA115 /* ZXURIParsedResult.m */, + A1A0245C0E6D97ED3C38334D9483A3B5 /* ZXURIResultParser.h */, + B63D0EC01AA2A44B31BEC7A4975073D7 /* ZXURIResultParser.m */, + 00547563CA779ADC76DE2977412FECE3 /* ZXURLTOResultParser.h */, + 2363E406A067BE85DCB66C190BE2AE40 /* ZXURLTOResultParser.m */, + 2E19878A84A39989D29D180CD5C3545A /* ZXVCardResultParser.h */, + 02A99E04C114E73337BF80171EA86EFE /* ZXVCardResultParser.m */, + 4C8189E753DC4B70A68BAB62FCA94E60 /* ZXVEventResultParser.h */, + 3C78F938968AFB26DA62DC58D22C6764 /* ZXVEventResultParser.m */, + 9B91C058EEBD2B590DA1FC760D515182 /* ZXVINParsedResult.h */, + 192C7D94FDDAE16A2357AFA9AA317B36 /* ZXVINParsedResult.m */, + 26A651FF749092FCEDD699691820CFA0 /* ZXVINResultParser.h */, + 63D0B027D9EA75D327A2653CAF3F42EB /* ZXVINResultParser.m */, + 6C951C65188FC79C1A16EEB76F387A44 /* ZXWhiteRectangleDetector.h */, + 6F9D37E2162E45F0C1F286300630D4DB /* ZXWhiteRectangleDetector.m */, + 5B0177472898D402B7F3701EA6009A8D /* ZXWifiParsedResult.h */, + 9471D1360D3F2930307C1C5C14891E92 /* ZXWifiParsedResult.m */, + 89A0CCA899A96BE97A0C42D817A015F1 /* ZXWifiResultParser.h */, + 4FF3E4AA295CBE0B620ECD8BB758AAA8 /* ZXWifiResultParser.m */, + F1902ECC7F43D5E6779B0137B88E0716 /* ZXWriter.h */, ); name = All; sourceTree = ""; }; - E4524AB566EB25D46151BA2B9290A737 /* ZXingObjC */ = { + D727FE10DDE3CA2B23BCDCD52FDC4E1A /* Support Files */ = { isa = PBXGroup; children = ( - E40FA64281ADF24AA4B80F32EB10154B /* All */, - 47A9E564821CF9C5B8C1941EE29D7C6A /* Support Files */, + 22E1EC18E590C4101C763038820D2C2C /* SSZipArchive.xcconfig */, + 50EAD33978CD7E6A83B0ECE718F9E642 /* SSZipArchive-dummy.m */, + 48126026765591DEAEE0AD2C8AC96524 /* SSZipArchive-prefix.pch */, ); - name = ZXingObjC; - path = ZXingObjC; + name = "Support Files"; + path = "../Target Support Files/SSZipArchive"; sourceTree = ""; }; - EE4CBA81EC8C3A1FBD920B52526F996B /* SSZipArchive */ = { + D98D103678B667266E79AEBAA557C32E /* Support Files */ = { isa = PBXGroup; children = ( - 1BB5129024DC1B46E70C127C1CF0154D /* aes.h */, - 6756EE33F08780451BCE1D05A95F361E /* aes_ni.c */, - 2991B1B9206825BC6EA4B013B9484C44 /* aes_ni.h */, - FFF2F0CA6FA8607EB8D9382E70D560FE /* aescrypt.c */, - 3F146707F340CAAEDD6D6A4EC2167702 /* aeskey.c */, - 0B488808F5AE5F2DF4CFE42583A72954 /* aesopt.h */, - 48EE4BB88AB2EFCA0A434831F5AF3BE2 /* aestab.c */, - CCCE07D8A82E3B522CD262F249CA8275 /* aestab.h */, - 4C234C13C86AF083CC8AA15F82D59380 /* brg_endian.h */, - DF8FC12E4045D456DC4FCE89AF112221 /* brg_types.h */, - A9C2DD0CE2BAE38688992DF3B060DCC6 /* crypt.c */, - 72035D290C81CD13F12CA41A29792504 /* crypt.h */, - FD1C62917269AE427F2894EBE64A9496 /* fileenc.c */, - 38FBC25A4A8A8F9D93F97B0AF6F71D38 /* fileenc.h */, - 47039774CB1F7399D8873B8B1E7B67D2 /* hmac.c */, - 0C41F7C7DD1DD098C8781E814066FD08 /* hmac.h */, - 5474F26AB5B86696934EFCBC541E7A29 /* ioapi.c */, - A12FE04E45839EDBED79ED59E3EDC443 /* ioapi.h */, - 479D3854363EC990210E4977345833E2 /* ioapi_buf.c */, - E1C92B4004B4E7828E477DAF645A7681 /* ioapi_buf.h */, - 2A3D1EDA42778862C0B0A5999665B92E /* ioapi_mem.c */, - 3C194AE57385E5A9822572AF526DADFC /* ioapi_mem.h */, - DE38FBEF6F4CA639A5FF735C23600721 /* minishared.c */, - 05233A19D43A372D67DDAFEFB1DBD566 /* minishared.h */, - 23950015C1A863DC5577DA3F2223EEBF /* prng.c */, - 4DB63F4F30677F10608DD7FD91C0B361 /* prng.h */, - 960AE899BBEE7A57E4ED6E90DA7A9429 /* pwd2key.c */, - 494AD200AD9BD23C979FC0471DAA246A /* pwd2key.h */, - 46F181736A8AD9CF1630BF9EE3E9F68B /* sha1.c */, - A6C424C9256FE7173A49313B67261AC9 /* sha1.h */, - 0B187442CF2051F76D80709FD6D71797 /* SSZipArchive.h */, - C7B2A1EEBC5BCB21815ADC5D4942B046 /* SSZipArchive.m */, - 33572EB53C37E979AD53B8EA4B07BD2C /* SSZipCommon.h */, - 9115D1926321438495DE567152D77D4F /* unzip.c */, - A82272ACDDBE72EA6076EED2B3012320 /* unzip.h */, - D5346ECB85C5B7D819041DAB4644EA89 /* zip.c */, - 911D8DD9B83BB2935E8571C00592AAEF /* zip.h */, - 152901A3F80340F9A5A8DBA0A9ABE89D /* ZipArchive.h */, - A9F939507B9D95379F0CE48E31B9321D /* Support Files */, + 8910C4B24A306B917B4745856D00CF7B /* ISO8601.xcconfig */, + 1AB22583610134068461B15E7C7491D4 /* ISO8601-dummy.m */, + 59DFC88E492265ABE5C1295E1CB78A7D /* ISO8601-prefix.pch */, ); - name = SSZipArchive; - path = SSZipArchive; + name = "Support Files"; + path = "../Target Support Files/ISO8601"; sourceTree = ""; }; - F3B0F072DAC2117B760A344EB825A6E0 /* Reachability */ = { + E363995E691EF236E83187FEE1F9A08E /* Fabric */ = { isa = PBXGroup; children = ( - 8D8DC24BF86717F94A5BC023CC721675 /* AFNetworkReachabilityManager.h */, - 990C5F1213271B5502C80F09652A1403 /* AFNetworkReachabilityManager.m */, + 4DDA7002F487D92560CE7786A5669651 /* FABAttributes.h */, + DAF5D78354DF8E16DCD2F4AACB5EA4AF /* Fabric.h */, + 8E70046240FA268F7F30C170FDAD9697 /* Frameworks */, ); - name = Reachability; + name = Fabric; + path = Fabric; + sourceTree = ""; + }; + EBED1186AF6310CA7C53A3C098852C07 /* Resources */ = { + isa = PBXGroup; + children = ( + 11625FF10191ACDCCE09BA24E3FE078F /* AnalyticsWindow.xib */, + ); + name = Resources; + sourceTree = ""; + }; + ECFA57885E34829850B88EB561DC8BA4 /* Security */ = { + isa = PBXGroup; + children = ( + 95DFB2ECBEC9F2716581A4D2F5AA6921 /* AFSecurityPolicy.h */, + 62BB150B9D3B846E66EDA87C58589DF3 /* AFSecurityPolicy.m */, + ); + name = Security; + sourceTree = ""; + }; + F506885B0E7FF9E8E90387275C3B3B5F /* CMDQueryStringSerialization */ = { + isa = PBXGroup; + children = ( + 7EA2D9AB2B5B7F622A87CD2F147D4E0F /* CMDQueryStringReader.h */, + 20F449A269F688360EC34EF8F4F22339 /* CMDQueryStringReader.m */, + B94132FEFA2FB425F815510BACBD1682 /* CMDQueryStringSerialization.h */, + 7D31DE61593E0217406B38A14EC3EB33 /* CMDQueryStringSerialization.m */, + 5F4645E0613B7AB9082BC6592A7D5A4C /* CMDQueryStringValueTransformer.h */, + C847ACE39760C2B3BF9B461762B03B81 /* CMDQueryStringValueTransformer.m */, + C7993535BB12355B5CA4A06DCE59711C /* CMDQueryStringWritingOptions.h */, + 8A5312C7C0955DB71954CB2F287050C4 /* NSString+CMDQueryStringSerialization.h */, + 668492641D8708D1660E1680221367E5 /* NSString+CMDQueryStringSerialization.m */, + 1FB97D7517EDD2A57FB46BD56535E922 /* NSURL+CMDQueryStringSerialization.h */, + 5D88897AA5B260A538E37868289DBC6F /* NSURL+CMDQueryStringSerialization.m */, + 8C96BB821517CC160DC6C32C08293B90 /* Support Files */, + ); + name = CMDQueryStringSerialization; + path = CMDQueryStringSerialization; sourceTree = ""; }; F9E3ABF377A345F1D1F2A2FCC4B08529 /* OS X */ = { @@ -5286,969 +5493,23 @@ name = "OS X"; sourceTree = ""; }; - FBCFF94D1111D71D83C9827FABC3BECC /* Resources */ = { + FD0AA3FC0D1F35FEB24CFEB8F617B9E2 /* ISO8601 */ = { isa = PBXGroup; children = ( - C876C52909F82968C76C32274BF7E602 /* SAMKeychain.bundle */, + 08CA2BF7C490B10E9B99A2B338911B78 /* ISO8601.h */, + 6655F8C7D70D3272B9D108A97D835F87 /* ISO8601Serialization.h */, + 621A11D57AE13E9CAE323B98F973DCAE /* ISO8601Serialization.m */, + D67B75824FF194FB22FC64B97E02F307 /* NSDate+ISO8601.h */, + DBBECDB7539081FBA2BA87A535B9EEA8 /* NSDate+ISO8601.m */, + D98D103678B667266E79AEBAA557C32E /* Support Files */, ); - name = Resources; + name = ISO8601; + path = ISO8601; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 07D4743692680D3C816BE9019473235E /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - AB3D6BEC77E7E88D09C83335DAD591AD /* DBAppBaseClient.h in Headers */, - D90C42E328ED50006F41C6D252C8A1E9 /* DBAppClient.h in Headers */, - C5D549029DC146194F1D7277CC7900B9 /* DBASYNCLaunchEmptyResult.h in Headers */, - 516AAE084C04782E7FAECE8A49AF76C4 /* DBASYNCLaunchResultBase.h in Headers */, - 248C755AA9B01648D8D19219DDEBC777 /* DBASYNCPollArg.h in Headers */, - 60FA4F12A4F55B055BA3ED29E30715B2 /* DBASYNCPollEmptyResult.h in Headers */, - 0AF26AC4F99EAF7CE6F4BDDA7CFE3C76 /* DBASYNCPollError.h in Headers */, - 4A370A5C0C24BF15A52C7051150F7580 /* DBASYNCPollResultBase.h in Headers */, - 48214E65BC32B37DCA4681C81A8CB1AC /* DBAUTHAccessError.h in Headers */, - B6DB00BFB03359EE64F9745515D63529 /* DBAUTHAppAuthRoutes.h in Headers */, - D56F83634BA3350C9FD10370C5304ED3 /* DBAUTHAuthError.h in Headers */, - 75BDE45DA97ABBC8A2B145DB0D194985 /* DBAUTHInvalidAccountTypeError.h in Headers */, - 1E210E57DA1B93344E5CA4B63990781E /* DBAUTHPaperAccessError.h in Headers */, - 0A975E8FF147DD529975E6D473C32740 /* DBAUTHRateLimitError.h in Headers */, - FC9FF3374C1FDAAA4DFB44B73FF3A8D3 /* DBAUTHRateLimitReason.h in Headers */, - 5AC13DA03451EAA99ADCA2376C3479A7 /* DBAUTHRouteObjects.h in Headers */, - 01B8E6865A9375F0891CA3ECB557BD61 /* DBAUTHTokenFromOAuth1Arg.h in Headers */, - 9328229BD923A5BE9069E27D8C0237B6 /* DBAUTHTokenFromOAuth1Error.h in Headers */, - 88FB8019106FA2365DD94A460DFCB691 /* DBAUTHTokenFromOAuth1Result.h in Headers */, - 502A4B41BE0A2DB2369555DDFAB0E7D3 /* DBAUTHUserAuthRoutes.h in Headers */, - BAEE57250B01BD2005119C0B5E1375AE /* DBChunkInputStream.h in Headers */, - BE5A734E00ACAC19415ABC5176305DC9 /* DBClientsManager+DesktopAuth-macOS.h in Headers */, - 3F0DA99BF7BF8F76977B5D7DE04CE9DA /* DBClientsManager+Protected.h in Headers */, - 57898A042CB5EC543C8BCBAF1F494038 /* DBClientsManager.h in Headers */, - 7DCB15F0C288682821DFFE16410EDD46 /* DBCOMMONInvalidPathRootError.h in Headers */, - 63FD489055A372DE77FD538DD60B6308 /* DBCOMMONPathRoot.h in Headers */, - 1F8D8EF0440AB3644F80F95BB53DF7BA /* DBCOMMONPathRootError.h in Headers */, - 6EAAAE2E72E541ED21BB3AFE2BAC322F /* DBCustomDatatypes.h in Headers */, - 3CB41DE5C2961F8C7977B679BB61F5B9 /* DBCustomRoutes.h in Headers */, - 7754B6B209F0D01297074152DB766B70 /* DBCustomTasks.h in Headers */, - 479DD7FABA9CBEDE416B3743924B8587 /* DBDelegate.h in Headers */, - FF0A86B30AF343C76E61D127942C2650 /* DBFILESAddPropertiesError.h in Headers */, - 46BAD7B829E150E23C68D4E8A13AB772 /* DBFILESAlphaGetMetadataArg.h in Headers */, - 7838639DD3B7187D74FC2089FAD0C1AC /* DBFILESAlphaGetMetadataError.h in Headers */, - 74753ED51660A206E7FA27DC1EED657C /* DBFILESCommitInfo.h in Headers */, - B49ADE3C7C9384A40402D6DAC812F324 /* DBFILESCommitInfoWithProperties.h in Headers */, - 0AFC2AABDEB0F67DCC93C95E724CF460 /* DBFILESCreateFolderArg.h in Headers */, - 13B1FB0BD75A1891A50DFFAE8E08DBF0 /* DBFILESCreateFolderError.h in Headers */, - 87D1DD5895DAAD72B1868B39DBD1472C /* DBFILESCreateFolderResult.h in Headers */, - 5E1AD3E1EF5B6DCE629CE8CA0E0020FE /* DBFILESDeleteArg.h in Headers */, - C7EACEB4E02A70F69A60CD81AB41B59B /* DBFILESDeleteBatchArg.h in Headers */, - 0FD9CFD3D6DE9378250ED5FFA69F93DF /* DBFILESDeleteBatchError.h in Headers */, - 88946407A948BB453141B02E398A741D /* DBFILESDeleteBatchJobStatus.h in Headers */, - 57B4A6746324B7F0F0943CC5340C44F1 /* DBFILESDeleteBatchLaunch.h in Headers */, - D1533D5D41A001BC516921EE37FC1E78 /* DBFILESDeleteBatchResult.h in Headers */, - 8890638C3E67915EBB4CE2FF7EEEB968 /* DBFILESDeleteBatchResultData.h in Headers */, - 75EBE2E697F1319147E7CDB6FFBEC6BA /* DBFILESDeleteBatchResultEntry.h in Headers */, - 24BDD3FEA383D4F841950627B6F45005 /* DBFILESDeletedMetadata.h in Headers */, - 7F581C4AA7C0BB1C94A8C5F86AD5EF65 /* DBFILESDeleteError.h in Headers */, - 91B5A9D40D30153DDE89590554119562 /* DBFILESDeleteResult.h in Headers */, - 4839E67A5C62AA6B5502ABDB8F3CA4D0 /* DBFILESDimensions.h in Headers */, - 8830E1772A7DFB432083059FD2FC918A /* DBFILESDownloadArg.h in Headers */, - CAB31A556C7D74CB54C3C6B5A0EF9AC4 /* DBFILESDownloadError.h in Headers */, - 59B00496F77BFCEAB0672B1EFC517B18 /* DBFILESFileMetadata.h in Headers */, - 7180D4081C9E909D2988323105A722C5 /* DBFILESFileOpsResult.h in Headers */, - 14918B6D298336EF711565336667D75D /* DBFILESFileSharingInfo.h in Headers */, - A1431709099EB274C50A0DDEEDD3E3D6 /* DBFILESFolderMetadata.h in Headers */, - 56F7FE3E961E3009286CF414A325B866 /* DBFILESFolderSharingInfo.h in Headers */, - 6A09377B6E429487AE9038DE9B724672 /* DBFILESGetCopyReferenceArg.h in Headers */, - DA4F2FDDFAD45C3FFAAA2A889D4B5ACC /* DBFILESGetCopyReferenceError.h in Headers */, - BAA541F334DAF69E7539437C90ED900C /* DBFILESGetCopyReferenceResult.h in Headers */, - 0D81E99E2C95661C7189DC7D8565B0D1 /* DBFILESGetMetadataArg.h in Headers */, - 6247A0401AE66C1978E47403F5AC8D9D /* DBFILESGetMetadataError.h in Headers */, - D5EEA7EF92584D6872EA5C456EE772D4 /* DBFILESGetTemporaryLinkArg.h in Headers */, - 6119288AB4753D0C63C0F498AB197A3C /* DBFILESGetTemporaryLinkError.h in Headers */, - B422B9C1D4FCA817822BA11D85635860 /* DBFILESGetTemporaryLinkResult.h in Headers */, - 5E2FC5A16A746AF86098147826C4EE2B /* DBFILESGpsCoordinates.h in Headers */, - 2BA80A3142C74E8156A87722880EB348 /* DBFILESInvalidPropertyGroupError.h in Headers */, - F9EB31AA14B07A0B659EF9F1D303C2FF /* DBFILESListFolderArg.h in Headers */, - 5E7A99871E2DDD6A51900F77B8FD96B6 /* DBFILESListFolderContinueArg.h in Headers */, - E1F58B01857F7DF64B0FB4C9B97ABCBD /* DBFILESListFolderContinueError.h in Headers */, - E78147E7199C9D8B7CD81531464A859B /* DBFILESListFolderError.h in Headers */, - 1B085D96F48380EC2FF4CBF2C1E2450B /* DBFILESListFolderGetLatestCursorResult.h in Headers */, - A2D9690A58AAAE835C5EA97FB3A64509 /* DBFILESListFolderLongpollArg.h in Headers */, - 25FC3FFF2642C28DECADF67BE0243A7B /* DBFILESListFolderLongpollError.h in Headers */, - 1BCD9744290FEF79EED9258CF5544DC7 /* DBFILESListFolderLongpollResult.h in Headers */, - 86250B036CEA9E82B1D5E74DF6474F09 /* DBFILESListFolderResult.h in Headers */, - F4037A8A1A4D58B2DB48343435138290 /* DBFILESListRevisionsArg.h in Headers */, - 2A23682277A584ABF7CB2088130DD551 /* DBFILESListRevisionsError.h in Headers */, - F1865190FCCA91E09AB8B73297FFD469 /* DBFILESListRevisionsResult.h in Headers */, - FD34221AD3BEE80A0C287650C306451E /* DBFILESLookupError.h in Headers */, - 083CDE896A077BB5240C8B73902B94E6 /* DBFILESLookUpPropertiesError.h in Headers */, - 8958ADB1934C1043561AE1FA9E9504A5 /* DBFILESMediaInfo.h in Headers */, - 06084FB55132DBD7106E6818C063354B /* DBFILESMediaMetadata.h in Headers */, - CBDE28FCD0355951FC1AC0B58F0A3C20 /* DBFILESMetadata.h in Headers */, - B376BB84AA3E061F37F5BEE4E7C8F27B /* DBFILESPhotoMetadata.h in Headers */, - 7636B51BD5EBFA172A0871A869C39FB8 /* DBFILESPreviewArg.h in Headers */, - DC81592E2E1F0617303CE9A83A7A41E1 /* DBFILESPreviewError.h in Headers */, - C538688AE5F9F9BC8C2DA5D905CDBA56 /* DBFILESPropertiesError.h in Headers */, - 8A9BF8EB6108AE3F17FB0BA77DF5056D /* DBFILESPropertyGroupUpdate.h in Headers */, - 9BDA3D77347FAAFCC10C416464801FCF /* DBFILESPropertyGroupWithPath.h in Headers */, - 55893E0134BA0C70EA092C275758B655 /* DBFILESRelocationArg.h in Headers */, - 14771A7DF45BDB39C11A15FEC590868E /* DBFILESRelocationBatchArg.h in Headers */, - 532A279DF707BF2070ED605C5A145E49 /* DBFILESRelocationBatchError.h in Headers */, - D9ECD449E4BFEC6D8216E28217BE7E9B /* DBFILESRelocationBatchJobStatus.h in Headers */, - F3F3445795C0E4F8A39FFBBD16C57156 /* DBFILESRelocationBatchLaunch.h in Headers */, - B02925E9E33432B3CB8E7C98195111FE /* DBFILESRelocationBatchResult.h in Headers */, - 753ABEF0194C7D944F0A798CCA43D308 /* DBFILESRelocationBatchResultData.h in Headers */, - 1529E304449DBA5B60CC7B151AF42B63 /* DBFILESRelocationError.h in Headers */, - 6865E09EB191359454C8503BF1FBD340 /* DBFILESRelocationPath.h in Headers */, - D9FFF213C4F434434C213E08335DC293 /* DBFILESRelocationResult.h in Headers */, - 952463DA8152C363D2340CF53B6B741F /* DBFILESRemovePropertiesArg.h in Headers */, - EE0E525C8A7DB26E83D389B9824226E3 /* DBFILESRemovePropertiesError.h in Headers */, - 744C8D93D0905B25A7E906DE15CBD0D7 /* DBFILESRestoreArg.h in Headers */, - 6265A0017B044CA35CF2BE6A32E5941A /* DBFILESRestoreError.h in Headers */, - 8D54EC338BD3C057A86C6E297D441326 /* DBFILESRouteObjects.h in Headers */, - 6442FBB5BE0195D9BEFF42D6837DC4C5 /* DBFILESSaveCopyReferenceArg.h in Headers */, - A55F2BDC1DDAD76C0DA3C87DFD6DBA6B /* DBFILESSaveCopyReferenceError.h in Headers */, - F05619DCB701731C003511F6053236F2 /* DBFILESSaveCopyReferenceResult.h in Headers */, - 910A44B6F2CBE525213849A9195EA140 /* DBFILESSaveUrlArg.h in Headers */, - 6978698A27096FE0B33117A4DDE6168D /* DBFILESSaveUrlError.h in Headers */, - 38D2F503ECF1FC30278D3C956BC4C511 /* DBFILESSaveUrlJobStatus.h in Headers */, - EA045AEE65EBDDF15EAD76130446062F /* DBFILESSaveUrlResult.h in Headers */, - 5076E6B29968BB1F7A43AD5EA21419EB /* DBFILESSearchArg.h in Headers */, - FFDC3D43CCF9BB0222CBBC88189B247A /* DBFILESSearchError.h in Headers */, - B6C64D17796DF1C434C689B4F56C2D4D /* DBFILESSearchMatch.h in Headers */, - 4A74F60E9B54531E1B7CA811E092FC87 /* DBFILESSearchMatchType.h in Headers */, - F3EAFE76D797D4AC2FD4771B71D952D8 /* DBFILESSearchMode.h in Headers */, - C45706FC0B01A7A2641E73BF7142B26E /* DBFILESSearchResult.h in Headers */, - CA5DD954F5B2B97B1C1CFE3C8E516E83 /* DBFILESSharingInfo.h in Headers */, - 88E46B85D868A7E3C7937C7AE6979E06 /* DBFILESThumbnailArg.h in Headers */, - B4B049123283A953FA385EEEFD82A298 /* DBFILESThumbnailError.h in Headers */, - 961E03A51843FCF2CD78159E8DC21A19 /* DBFILESThumbnailFormat.h in Headers */, - 2DBA96A6F5F93B16DC9F209132BA9213 /* DBFILESThumbnailSize.h in Headers */, - C319214F4E36EC8528AA18C97729F112 /* DBFILESUpdatePropertiesError.h in Headers */, - 4AC3795A10C2519CF2C7EE205FE9A6B5 /* DBFILESUpdatePropertyGroupArg.h in Headers */, - 994627CD7376DB5B1AA48D275181D225 /* DBFILESUploadError.h in Headers */, - C31FE2F6F8D575BCBDB24D9EDC9CB2F7 /* DBFILESUploadErrorWithProperties.h in Headers */, - 72F228EBB0A730300498D1938D5A487D /* DBFILESUploadSessionAppendArg.h in Headers */, - 8D9938D27FD851D67DEC5990413EB569 /* DBFILESUploadSessionCursor.h in Headers */, - 3F13FA24E960DD25C275C955651D5378 /* DBFILESUploadSessionFinishArg.h in Headers */, - 55B9B23021B868454FADF9408A93AEAB /* DBFILESUploadSessionFinishBatchArg.h in Headers */, - DE50FA47F1B36D0ECC44F37DD7370514 /* DBFILESUploadSessionFinishBatchJobStatus.h in Headers */, - 5F2C5D6FF0B96C9AAA1DC2BC130983A1 /* DBFILESUploadSessionFinishBatchLaunch.h in Headers */, - EFD0D7AF44ED6C2099CADDE557AFB6EB /* DBFILESUploadSessionFinishBatchResult.h in Headers */, - DFFB2AB66BAFB5A8FC8C5025F87B4A95 /* DBFILESUploadSessionFinishBatchResultEntry.h in Headers */, - 628FE953B52423A2264847ABC640D7D6 /* DBFILESUploadSessionFinishError.h in Headers */, - C64781849FF5760CF194AE6332B14C89 /* DBFILESUploadSessionLookupError.h in Headers */, - 8CCA329F080F377D4CA8744041AF098B /* DBFILESUploadSessionOffsetError.h in Headers */, - BB023AA66070CC04D8569C9BCCDC2602 /* DBFILESUploadSessionStartArg.h in Headers */, - 9E963747BA8F53ACE0D5DB94CE756B5F /* DBFILESUploadSessionStartResult.h in Headers */, - B8BE04A2E3DCE953B12DBA9DAF697464 /* DBFILESUploadWriteFailed.h in Headers */, - 7535CD6AAF1DB1AA7AB3BDE490A4CCB4 /* DBFILESUserAuthRoutes.h in Headers */, - C9A1A94F2A505FA5A9FCBE42229C08F8 /* DBFILESVideoMetadata.h in Headers */, - 6D9C441DD0E02893560C2B8CA09ADDF3 /* DBFILESWriteConflictError.h in Headers */, - 6031AA31742B363F7531C732FE76071E /* DBFILESWriteError.h in Headers */, - B044CD1E6105A0F249ED107D96801B69 /* DBFILESWriteMode.h in Headers */, - D6AC440190DF6393960A42A371218A58 /* DBGlobalErrorResponseHandler+Internal.h in Headers */, - 096DE8B37480CC72EA69F299CAB557F6 /* DBGlobalErrorResponseHandler.h in Headers */, - EEDEAE420E4CB2C3A8969C6103C1076E /* DBHandlerTypes.h in Headers */, - 093F7041333C1F2EB3A9D8F12524CFD4 /* DBHandlerTypesInternal.h in Headers */, - 56D4F970ACE074BDF19E93AC36C0D0DC /* DBOAuthDesktop-macOS.h in Headers */, - 89AFAB240FA1F744CEAE36642113349B /* DBOAuthManager+Protected.h in Headers */, - AC78562F53276471848A7D3C658BC1D3 /* DBOAuthManager.h in Headers */, - E53C95B47D0A1CA80F922CA15E078DAD /* DBOAuthResult.h in Headers */, - D8B98F8947B0653E695FFB02BB15C30E /* DBPAPERAddMember.h in Headers */, - 6FA4039467C00F0022B276C6A7B9B418 /* DBPAPERAddPaperDocUser.h in Headers */, - 86F28904179E8DA0E105321493EA5139 /* DBPAPERAddPaperDocUserMemberResult.h in Headers */, - FF629DE9AE78636454470FFFDC9F70FA /* DBPAPERAddPaperDocUserResult.h in Headers */, - 0008864D4E2F2ED2DDE4ABEF3EE730FA /* DBPAPERCursor.h in Headers */, - 4307595ABD282F8664A3A5F00317A020 /* DBPAPERDocLookupError.h in Headers */, - AEA7A7FAEB7D964C4CD530B4CAACC9D9 /* DBPAPERDocSubscriptionLevel.h in Headers */, - DA6EA1847C592403850091C55D1973D9 /* DBPAPERExportFormat.h in Headers */, - 039A2EA58205F4DE156C17250806B930 /* DBPAPERFolder.h in Headers */, - E9A079F194559F08D4844F6AFC1B9A76 /* DBPAPERFoldersContainingPaperDoc.h in Headers */, - DC4CD6291181F27A58796960E79E7D33 /* DBPAPERFolderSharingPolicyType.h in Headers */, - 8A22B00FF8D3F40E536443AB3727A3C9 /* DBPAPERFolderSubscriptionLevel.h in Headers */, - 26B3967DF691081CE53429D9613D45A4 /* DBPAPERInviteeInfoWithPermissionLevel.h in Headers */, - E596F04B8250A2AD29ECE9994A7F077D /* DBPAPERListDocsCursorError.h in Headers */, - 6C534842D442F726683482A9FE0F9967 /* DBPAPERListPaperDocsArgs.h in Headers */, - 48CC3D4673478F4B7BACEF55F3269854 /* DBPAPERListPaperDocsContinueArgs.h in Headers */, - 98DE252D51C3EE8124D7E3FA7C6BD468 /* DBPAPERListPaperDocsFilterBy.h in Headers */, - AA0C3DFF87BF61991514DA84B3659C45 /* DBPAPERListPaperDocsResponse.h in Headers */, - A9F2E6DA8E2292947A5C249738380855 /* DBPAPERListPaperDocsSortBy.h in Headers */, - 6F3EB605C6EDED3C62E314863E134EC0 /* DBPAPERListPaperDocsSortOrder.h in Headers */, - F54BD702FA0020C88BA5DA367C2666FD /* DBPAPERListUsersCursorError.h in Headers */, - 4CD908F86C17C531E14DB5538D3DE75B /* DBPAPERListUsersOnFolderArgs.h in Headers */, - E4E3400CC38E120FEC083AF3F112BBE1 /* DBPAPERListUsersOnFolderContinueArgs.h in Headers */, - F0171254214500F057FA0FB6999CD390 /* DBPAPERListUsersOnFolderResponse.h in Headers */, - EB1130AFC4079059D19FF5B585F4AFBA /* DBPAPERListUsersOnPaperDocArgs.h in Headers */, - C4ABDDB1BA060C7C4F97CAB5E84578F6 /* DBPAPERListUsersOnPaperDocContinueArgs.h in Headers */, - D4E0DC141FCE9766E85D1A32F7D79B93 /* DBPAPERListUsersOnPaperDocResponse.h in Headers */, - 21C589AC861B327B6D3FCB52EBCABA13 /* DBPAPERPaperApiBaseError.h in Headers */, - EA9763D64BE49346D0D2FDAC2A02314E /* DBPAPERPaperApiCursorError.h in Headers */, - 6D1DE2EF33C13F30FC82B164F2CB8069 /* DBPAPERPaperDocExport.h in Headers */, - 3FBC9B9A2DDB6D0B79B953DE689FFCF8 /* DBPAPERPaperDocExportResult.h in Headers */, - 6BD147588767552C5437FA6067B76800 /* DBPAPERPaperDocPermissionLevel.h in Headers */, - D2C3B5B6A9C3B9D0F90C3123D4A7C355 /* DBPAPERPaperDocSharingPolicy.h in Headers */, - 21B0384A26F9BF41408DA3BED6112825 /* DBPAPERRefPaperDoc.h in Headers */, - 1424147CC629CDE6A1A82342E8B2BA9D /* DBPAPERRemovePaperDocUser.h in Headers */, - 9FC6F3B7C11B511CBDE77527B284D007 /* DBPAPERRouteObjects.h in Headers */, - 74EC8E9B820ABDF1FFC1F81D98C39BFE /* DBPAPERSharingPolicy.h in Headers */, - EB3B752D0ECCE37EAF7669B020AA0385 /* DBPAPERSharingPublicPolicyType.h in Headers */, - C5D8E46B48432700AE95A564BAA147C8 /* DBPAPERSharingTeamPolicyType.h in Headers */, - 8712DD3D8505B8EF7BAC97355493A8EB /* DBPAPERUserAuthRoutes.h in Headers */, - D4B898D3DEBFCF95BD2449221D252FD1 /* DBPAPERUserInfoWithPermissionLevel.h in Headers */, - 951E0C7759D3C23A887C9C48C7BF26FD /* DBPAPERUserOnPaperDocFilter.h in Headers */, - CB930C0BDAECEFE87CE339E3440F48DA /* DBPROPERTIESGetPropertyTemplateArg.h in Headers */, - EDCDFA4D1010D0B8E0D5F45894CF56A3 /* DBPROPERTIESGetPropertyTemplateResult.h in Headers */, - 0D3DBBE093676FD558F03E0AD4012ABB /* DBPROPERTIESListPropertyTemplateIds.h in Headers */, - 244F247A63D3C6635FF5CA8AD06CF698 /* DBPROPERTIESModifyPropertyTemplateError.h in Headers */, - 698E04ED11E41D566AFC54D525961535 /* DBPROPERTIESPropertyField.h in Headers */, - F5F4368E7A31602E8F72881FD1A1FE45 /* DBPROPERTIESPropertyFieldTemplate.h in Headers */, - 5C42EDC54B775FB36254BCC72EE6ABF4 /* DBPROPERTIESPropertyGroup.h in Headers */, - 9CB017B81012C9B24C6ACCB008D34E1D /* DBPROPERTIESPropertyGroupTemplate.h in Headers */, - 48B043AF7F2743E64296AC52A81FC3B6 /* DBPROPERTIESPropertyTemplateError.h in Headers */, - CD1FDD7E7EA3820B70672AD0E30E864C /* DBPROPERTIESPropertyType.h in Headers */, - 0AE2059E2D71676059057C81E5250B15 /* DBRequestErrors.h in Headers */, - 5ADCF222C3785EEA6A38C40A0CCEF248 /* DBSDKConstants.h in Headers */, - F9E29DF0269F76D1A59415C2678C5114 /* DBSDKImports-macOS.h in Headers */, - 29BCDE2AEF87B90D5A1EAE91E7179100 /* DBSDKImportsGenerated.h in Headers */, - 527DA3F1D749B26F89C9613BD3586342 /* DBSDKImportsShared.h in Headers */, - 03BDDF2A5531158299ABEF04B4C49C61 /* DBSDKKeychain.h in Headers */, - DA8CC8FB0F3AEB561E7FDDFF3AC27C19 /* DBSDKReachability.h in Headers */, - 543807256E6E9850AB96F340FE1B5048 /* DBSDKSystem.h in Headers */, - 8EA558F37EDC25B5E0563584CC126D86 /* DBSerializableProtocol.h in Headers */, - F3CCB7EDFF6A71F4ECAA25E05243A3C2 /* DBSessionData.h in Headers */, - 119A836A8728F89EC16CB357EB190B37 /* DBSharedApplicationProtocol.h in Headers */, - 9FA5725E6AD0CD7F022C4F8CFEFDD4D4 /* DBSHARINGAccessLevel.h in Headers */, - FBDD4E14FEE441F673D994716429BC9F /* DBSHARINGAclUpdatePolicy.h in Headers */, - 0D08BCFFA783096605C097052BA28036 /* DBSHARINGAddFileMemberArgs.h in Headers */, - 924A618110BE0E0B5624534FDE28A7CC /* DBSHARINGAddFileMemberError.h in Headers */, - 3D1A54ECFA141ECFD4633B8408CED32A /* DBSHARINGAddFolderMemberArg.h in Headers */, - 551D17EA3A3F90797A20EF7A54EF8099 /* DBSHARINGAddFolderMemberError.h in Headers */, - 8F48AC9EBAAD7165E9B13D9CAA780F9B /* DBSHARINGAddMember.h in Headers */, - 882F4F819460F5450F8C48BBCBC17002 /* DBSHARINGAddMemberSelectorError.h in Headers */, - C509EF86684EF6F2A275C9C46425C497 /* DBSHARINGAudienceExceptionContentInfo.h in Headers */, - 420EDBBA3BD8AD9F3776DD5982DC8665 /* DBSHARINGAudienceExceptions.h in Headers */, - 2F25B59A3A77791C7539B5E73D6A62CD /* DBSHARINGAudienceRestrictingSharedFolder.h in Headers */, - CAE253F59161C3C4D3496ECBB842E324 /* DBSHARINGChangeFileMemberAccessArgs.h in Headers */, - 420CCD544947E9EC9844274D55BE4256 /* DBSHARINGCollectionLinkMetadata.h in Headers */, - 72768D16BB337C3F0B9F2ADCC645BD13 /* DBSHARINGCreateSharedLinkArg.h in Headers */, - C1367642682E004EBF36F080638BD92E /* DBSHARINGCreateSharedLinkError.h in Headers */, - 426283D2FEE0BFE6F43EB4AD30295E2F /* DBSHARINGCreateSharedLinkWithSettingsArg.h in Headers */, - 28F145A7E12256A84DD2998A82AA6FFD /* DBSHARINGCreateSharedLinkWithSettingsError.h in Headers */, - 3F395A420ADD8E17EB690C19612DEFA9 /* DBSHARINGExpectedSharedContentLinkMetadata.h in Headers */, - 28EBE7CD4710932024EA11503E93D11A /* DBSHARINGFileAction.h in Headers */, - 79B0AB1C1BEAFF0509549A5023C79AF1 /* DBSHARINGFileErrorResult.h in Headers */, - ECAE46671D51BC153686B3046A186ACC /* DBSHARINGFileLinkMetadata.h in Headers */, - 6300BE877E17CA336697DB3DEBD81F34 /* DBSHARINGFileMemberActionError.h in Headers */, - 0391ECBDBD82C0D9B46DE3B34FEF90EE /* DBSHARINGFileMemberActionIndividualResult.h in Headers */, - E5FDC5F48BB6B02B18251C0A9AADE6F4 /* DBSHARINGFileMemberActionResult.h in Headers */, - B30808F78FDC60C7E5FCDB9598C44FB7 /* DBSHARINGFileMemberRemoveActionResult.h in Headers */, - FDBD5B41F231AE28009918725BEC2855 /* DBSHARINGFilePermission.h in Headers */, - 7D546841B70D047AF86441E5D41763E4 /* DBSHARINGFolderAction.h in Headers */, - E950B6571FFFF454168275BA767B6502 /* DBSHARINGFolderLinkMetadata.h in Headers */, - F858D6F380B75D4F484B54646AFAE0A6 /* DBSHARINGFolderPermission.h in Headers */, - 5793694827BD02C3985220F2954289CA /* DBSHARINGFolderPolicy.h in Headers */, - D36FD38587B59E918F2D4DA63AB8471C /* DBSHARINGGetFileMetadataArg.h in Headers */, - C2F1950C73C4807B91364B347E7A8C23 /* DBSHARINGGetFileMetadataBatchArg.h in Headers */, - CDDA16C875F01CF0F525C8156B416554 /* DBSHARINGGetFileMetadataBatchResult.h in Headers */, - AAFAB9E4F8FD3C2021090588B37E703E /* DBSHARINGGetFileMetadataError.h in Headers */, - B5C8490D3644D61179BC22D0E6A446E9 /* DBSHARINGGetFileMetadataIndividualResult.h in Headers */, - 8E44B7EC01E89441AC99CC6EED0FFB02 /* DBSHARINGGetMetadataArgs.h in Headers */, - B0CAF793DE0772B5E17C0DECA2BD23B6 /* DBSHARINGGetSharedLinkFileError.h in Headers */, - 3540EE1F225950FBDD4EC4FE84999D19 /* DBSHARINGGetSharedLinkMetadataArg.h in Headers */, - C3A5C5FE1683AEF862C9AA965EFB7D16 /* DBSHARINGGetSharedLinksArg.h in Headers */, - E70392569F14873D442B73AB1F9FC5CE /* DBSHARINGGetSharedLinksError.h in Headers */, - DF0E02D1428173DBF693E98D48F70A33 /* DBSHARINGGetSharedLinksResult.h in Headers */, - 4AA0A6105988E8992E1DDC68E47F89D9 /* DBSHARINGGroupInfo.h in Headers */, - 8CFDC60F6ECB5835E7816C718E37BA91 /* DBSHARINGGroupMembershipInfo.h in Headers */, - DA9DD5B325158FAE1640DE453E8ABBE3 /* DBSHARINGInsufficientPlan.h in Headers */, - B231CE2C1E67DD5B501CEAF32D46134C /* DBSHARINGInsufficientQuotaAmounts.h in Headers */, - D31D9BAD70D903D75E7599C621579C11 /* DBSHARINGInviteeInfo.h in Headers */, - AAEF977CA53713EEFD96CB2E1444D975 /* DBSHARINGInviteeMembershipInfo.h in Headers */, - D1675E6267680619E8980AA1EDFE2A46 /* DBSHARINGJobError.h in Headers */, - EF4D0496F6C57F32166A83607245C457 /* DBSHARINGJobStatus.h in Headers */, - 2D066BAEA9B6CFF887E24BD18E7ABD1B /* DBSHARINGLinkAction.h in Headers */, - 1A6818F63B5F730D1A0B33B420014485 /* DBSHARINGLinkAudience.h in Headers */, - 327CEDE37C6223578CABC26EB536EEA0 /* DBSHARINGLinkExpiry.h in Headers */, - 5CCAB5BF00F28280EF0FD4461A126BC6 /* DBSHARINGLinkMetadata.h in Headers */, - 6E2AFA3D2AFDC610FB15A1832E0A2E3D /* DBSHARINGLinkPassword.h in Headers */, - E79C1BA9D358C3DFFF3196EB652422A6 /* DBSHARINGLinkPermission.h in Headers */, - 3B78D5D44409F4F60A3376A30B88FCB8 /* DBSHARINGLinkPermissions.h in Headers */, - ACE173B365A9F6EFF1CCD705916B8480 /* DBSHARINGLinkSettings.h in Headers */, - 81EC7F2860F064DB36EB7A6DF5B8E2A5 /* DBSHARINGListFileMembersArg.h in Headers */, - 3432F5AFDFB5A7694B6A9920A3334698 /* DBSHARINGListFileMembersBatchArg.h in Headers */, - 2097CA2101FE5D255A6526A94B94FDD1 /* DBSHARINGListFileMembersBatchResult.h in Headers */, - 18DE0A5F46A7526592B2980E204DA33E /* DBSHARINGListFileMembersContinueArg.h in Headers */, - 04C02D05B5F2FEA24A528AECE8F00039 /* DBSHARINGListFileMembersContinueError.h in Headers */, - CB8F7A69DBFAD935C4368A3870DC0E2A /* DBSHARINGListFileMembersCountResult.h in Headers */, - C69CC4D10DF7F4F0A75452C73028E87F /* DBSHARINGListFileMembersError.h in Headers */, - EC2E8B31A2302191ED1C4436B5AED698 /* DBSHARINGListFileMembersIndividualResult.h in Headers */, - 309C9A2DA552D804BD169A6D5042A199 /* DBSHARINGListFilesArg.h in Headers */, - F38CE7BE0C4470AA279AA63FBBCFBF03 /* DBSHARINGListFilesContinueArg.h in Headers */, - 92C0F9A80EB50026DC54D019FD44169D /* DBSHARINGListFilesContinueError.h in Headers */, - 7DF875EECFED304FD5CEC56B94CAD55B /* DBSHARINGListFilesResult.h in Headers */, - 525964C4FF222A3369ECB61A2E5AC24D /* DBSHARINGListFolderMembersArgs.h in Headers */, - F9893CF749286013E211A4D211D4C625 /* DBSHARINGListFolderMembersContinueArg.h in Headers */, - 4F4EC4076C1D5BFCE9570A0C31E5A7CF /* DBSHARINGListFolderMembersContinueError.h in Headers */, - AC4F782CB3339EE35C9860C12745958D /* DBSHARINGListFolderMembersCursorArg.h in Headers */, - AB7ABE17700618C04E8F66406C44DBE7 /* DBSHARINGListFoldersArgs.h in Headers */, - DBD4B0F05B2ED3A9BDC0BAF3D148C8C8 /* DBSHARINGListFoldersContinueArg.h in Headers */, - E4D5202D67BAC17EA608F6BA52A943AA /* DBSHARINGListFoldersContinueError.h in Headers */, - B359E9D9D6B25E3B989BACF12D609FB3 /* DBSHARINGListFoldersResult.h in Headers */, - C4A4F1DA3892F16222582A992295F159 /* DBSHARINGListSharedLinksArg.h in Headers */, - F628696CCDB180115D919C59CD178D74 /* DBSHARINGListSharedLinksError.h in Headers */, - 03A31FDBC9E29F8FEEAC073AD248F26D /* DBSHARINGListSharedLinksResult.h in Headers */, - 549485381AB785DB42C35D3F80F37BC3 /* DBSHARINGMemberAccessLevelResult.h in Headers */, - 7F4F2DD18BD25E3042D106C4F56EBF4C /* DBSHARINGMemberAction.h in Headers */, - 6360B4FC46B634FE2C6AA02CD8D1FB5A /* DBSHARINGMemberPermission.h in Headers */, - 4BDA8DE75BD98C1F0E3923E0B2E8D873 /* DBSHARINGMemberPolicy.h in Headers */, - FCB9EAA582243BBEC98C607777E4917B /* DBSHARINGMemberSelector.h in Headers */, - 13D5CA885BA94818F2E094368C1A680E /* DBSHARINGMembershipInfo.h in Headers */, - 4361BE4A5A3D23E8117FF948EEBD4D5E /* DBSHARINGModifySharedLinkSettingsArgs.h in Headers */, - 98A189BB6EA3F617E22EBA64E5622755 /* DBSHARINGModifySharedLinkSettingsError.h in Headers */, - E6D07C9D00D1A6EC35D83F3D8CDD14DF /* DBSHARINGMountFolderArg.h in Headers */, - 310F077705B9B83FB5D38AD947E53477 /* DBSHARINGMountFolderError.h in Headers */, - 22F1AC0185506C97BB9E1C1B003A74F0 /* DBSHARINGParentFolderAccessInfo.h in Headers */, - 565D404AE6594E54EE01E042B9FE7F25 /* DBSHARINGPathLinkMetadata.h in Headers */, - B278E4C173AD8DBF8E354006F3ADA30D /* DBSHARINGPendingUploadMode.h in Headers */, - 2F71F47D173D4F97F020F70D2FCB0484 /* DBSHARINGPermissionDeniedReason.h in Headers */, - C77FA1F08500384CBBA6D5CA608E8F50 /* DBSHARINGRelinquishFileMembershipArg.h in Headers */, - 191FAAC046A761AB71A8EA26FFEDB755 /* DBSHARINGRelinquishFileMembershipError.h in Headers */, - 28895265C4DEEBCC440C1D28B2D3C80E /* DBSHARINGRelinquishFolderMembershipArg.h in Headers */, - F90247A1E6ACC2D86997BCC157E5101A /* DBSHARINGRelinquishFolderMembershipError.h in Headers */, - 687E931190844158D9AD1F25B68F99BC /* DBSHARINGRemoveFileMemberArg.h in Headers */, - DED0827DC23B138F63C76CAE4697473D /* DBSHARINGRemoveFileMemberError.h in Headers */, - A33E08487978249EE11E33FFCE9CAF0D /* DBSHARINGRemoveFolderMemberArg.h in Headers */, - 6F7D421522CC1E02F40282E4B8072CBF /* DBSHARINGRemoveFolderMemberError.h in Headers */, - 01B6404FD41C722E45DBC5C37080067B /* DBSHARINGRemoveMemberJobStatus.h in Headers */, - 6A7474B9286272034984C59AD787107C /* DBSHARINGRequestedVisibility.h in Headers */, - 45D29965724876A5BCFB242190603105 /* DBSHARINGResolvedVisibility.h in Headers */, - 6B30B160674E53B6CE8DAE73E0176DAD /* DBSHARINGRevokeSharedLinkArg.h in Headers */, - BD6C13D5D60A87EDC19F9CA7D0228B9A /* DBSHARINGRevokeSharedLinkError.h in Headers */, - CBE7135CA81C3B37FDF73CE388334D44 /* DBSHARINGRouteObjects.h in Headers */, - 7141665C4CB677C65FBB59332D610EE1 /* DBSHARINGSharedContentLinkMetadata.h in Headers */, - 1965279A996471EB0EF6FA906F5E15E0 /* DBSHARINGSharedContentLinkMetadataBase.h in Headers */, - A44AFE7A4FB43AA5AA3F6F31AFDBFDAD /* DBSHARINGSharedFileMembers.h in Headers */, - 7D40370DDACF9A30CF3F5FC8D138D86E /* DBSHARINGSharedFileMetadata.h in Headers */, - E42DF6F80382167137EA7E030251F481 /* DBSHARINGSharedFolderAccessError.h in Headers */, - A287C3F3553FB0FB2534A23B226A7071 /* DBSHARINGSharedFolderMemberError.h in Headers */, - 6404C5075745B7660ED8C5593242DC04 /* DBSHARINGSharedFolderMembers.h in Headers */, - 20FC2B4F0171671F44CD86BA9426C3BC /* DBSHARINGSharedFolderMetadata.h in Headers */, - E6A81724A9C25518391B7F362086B6A0 /* DBSHARINGSharedFolderMetadataBase.h in Headers */, - 86EBE0E1D7D2F34260761AD65BB8E818 /* DBSHARINGSharedLinkAccessFailureReason.h in Headers */, - 77BEA0D9D8CF1EC8A08B28466D98F75F /* DBSHARINGSharedLinkError.h in Headers */, - F1BAF316D435261AA609F91B73768B6B /* DBSHARINGSharedLinkMetadata.h in Headers */, - 04538297363FC5F68345D3143FD7E6B8 /* DBSHARINGSharedLinkPolicy.h in Headers */, - 916D0712653F12D6B8086306054AD7D5 /* DBSHARINGSharedLinkSettings.h in Headers */, - BFA64C19841563BD4C353732B836951E /* DBSHARINGSharedLinkSettingsError.h in Headers */, - 70A8881B0A474954C4F9EF03882F9A00 /* DBSHARINGShareFolderArg.h in Headers */, - A15E73CDF0865EC05A4A67BBB57BF891 /* DBSHARINGShareFolderArgBase.h in Headers */, - 10215F3D8858A9972181A2591B1E180E /* DBSHARINGShareFolderError.h in Headers */, - 36F51D52E8738339242076B1210192BA /* DBSHARINGShareFolderErrorBase.h in Headers */, - 22C6148C69BDCFE595D46FE83963DE7B /* DBSHARINGShareFolderJobStatus.h in Headers */, - A86F28CAF55CD753B290FCE5693C621E /* DBSHARINGShareFolderLaunch.h in Headers */, - C7B3F59BF8B88B346CF5F22BDBE16449 /* DBSHARINGSharePathError.h in Headers */, - 6FF39F8B3B47AC8E3B7E5E0EE12AE826 /* DBSHARINGSharingFileAccessError.h in Headers */, - B0CF4C96D0BCB34FABF66D858949816D /* DBSHARINGSharingUserError.h in Headers */, - F762A12BF2942644ADC45959B664A5D5 /* DBSHARINGTeamMemberInfo.h in Headers */, - 485125C9A9A473567724EF18D56F843C /* DBSHARINGTransferFolderArg.h in Headers */, - DBFC9F0AC6E6DF07F82CD147AF1AB22E /* DBSHARINGTransferFolderError.h in Headers */, - 6ED4E84E6C1F209D50816BCB4640691C /* DBSHARINGUnmountFolderArg.h in Headers */, - 7640BD27C8DD96A30D0868FD534198A7 /* DBSHARINGUnmountFolderError.h in Headers */, - 3064F355834B22E88C7F19BDDB966511 /* DBSHARINGUnshareFileArg.h in Headers */, - AA40E5F3855B80E688E3570FD014A94A /* DBSHARINGUnshareFileError.h in Headers */, - 2EC70491CC9F482F655E8FD4E45FA8EF /* DBSHARINGUnshareFolderArg.h in Headers */, - 4609AAABC647840A51A0836D81D09FEA /* DBSHARINGUnshareFolderError.h in Headers */, - F7CAAF2B4813EC2C1CDA15CC7A06EBC3 /* DBSHARINGUpdateFileMemberArgs.h in Headers */, - 465843A66B06578CF30107AAEB31A6F6 /* DBSHARINGUpdateFolderMemberArg.h in Headers */, - ED36807B00481C31530A039E54EF9CC4 /* DBSHARINGUpdateFolderMemberError.h in Headers */, - 1027EBB61235C4AA0187D22BEC3FF3D4 /* DBSHARINGUpdateFolderPolicyArg.h in Headers */, - 7298E10AC7128C4B4C7CB0A867610E83 /* DBSHARINGUpdateFolderPolicyError.h in Headers */, - 5A0A5CEAA28A53D47CF7EF8AFBCD911F /* DBSHARINGUserAuthRoutes.h in Headers */, - EEECE6D9610533647D7EC1FA49F0EC55 /* DBSHARINGUserInfo.h in Headers */, - 478F79B786FCB89CB3EA09C1C54F73AD /* DBSHARINGUserMembershipInfo.h in Headers */, - BCB3B89F26C4FBA2C553658189C39951 /* DBSHARINGViewerInfoPolicy.h in Headers */, - 5C73BA6A702F2BC03FF970C2AC63575D /* DBSHARINGVisibility.h in Headers */, - 1236B2640679D8AA6DBC6ADBA3347F53 /* DBStoneBase.h in Headers */, - B899407D01BCB1DEF6F592E9096EDF63 /* DBStoneSerializers.h in Headers */, - 3F9B1B25196081209D768C2B546B87FA /* DBStoneValidators.h in Headers */, - 49DAFB3A5420AC33089BF2F3AA54F9BC /* DBTasks+Protected.h in Headers */, - 764B97E30845B47085D29881C7FF81AC /* DBTasks.h in Headers */, - A122588380C61B7D99EDBF626D7F2CA3 /* DBTasksImpl.h in Headers */, - EEB7A8DB9C43277413F3664B31D26038 /* DBTasksStorage.h in Headers */, - 0FCBDA129CB664F525F7EFC8396EF48D /* DBTEAMActiveWebSession.h in Headers */, - E2BC0F8B63052065ED217E5F8F05F520 /* DBTEAMAddPropertyTemplateArg.h in Headers */, - 874968E9614C720FD5C031E956982734 /* DBTEAMAddPropertyTemplateResult.h in Headers */, - 3331799064BC28B7B822E27DB3C4A5B8 /* DBTEAMAdminTier.h in Headers */, - C6A2CE789E90FB45F4755DBDDFCA3123 /* DBTEAMApiApp.h in Headers */, - 0B43D16DB4B5683AF5689BF3D145BCA3 /* DBTeamBaseClient.h in Headers */, - 605F0D2DD47F3F6277E1737706CDA586 /* DBTEAMBaseDfbReport.h in Headers */, - 99EC8005DF1905DA06F01CBE3B78F279 /* DBTEAMBaseTeamFolderError.h in Headers */, - A254624086B6468A0DAEF6D71DBA64EB /* DBTeamClient.h in Headers */, - E200A3B50D8F0461265839C7A379BCBF /* DBTEAMCOMMONGroupManagementType.h in Headers */, - 9DA661D86AFFF787C9707641F2725BFA /* DBTEAMCOMMONGroupSummary.h in Headers */, - AE8C03F1A2FD56FB61A86CBC5F79E2FB /* DBTEAMCOMMONGroupType.h in Headers */, - D549B4920654AF7318D50E8FC9AAA662 /* DBTEAMCOMMONTimeRange.h in Headers */, - E587EA5A7202285ABB50DBDEF174485D /* DBTEAMDateRange.h in Headers */, - D6D7FDB877F6A5956976D4EB6FA5BB7C /* DBTEAMDateRangeError.h in Headers */, - 4A4A52471AB65A48DB0738EEB397B296 /* DBTEAMDesktopClientSession.h in Headers */, - 4E5199B175DBF867788AB7513AB1B1EC /* DBTEAMDesktopPlatform.h in Headers */, - 5A41D2FB511CECEC594BE37AFCEB9D8B /* DBTEAMDevicesActive.h in Headers */, - D2C1B92D40AF835617A7B63D98DD92EF /* DBTEAMDeviceSession.h in Headers */, - 261110802BCC67A0DB1C58DD76B108BF /* DBTEAMDeviceSessionArg.h in Headers */, - B0598F82ADD28B28E78175E89348E2A7 /* DBTEAMFeature.h in Headers */, - 0A4BD952D3466DB4EE232994918AEB40 /* DBTEAMFeaturesGetValuesBatchArg.h in Headers */, - 86C853EE72FC8FE588E37672A4770ED6 /* DBTEAMFeaturesGetValuesBatchError.h in Headers */, - EAD212A858983D0ECC9D02F8AEF4F11A /* DBTEAMFeaturesGetValuesBatchResult.h in Headers */, - 0FC8E54A2F31D3F9B0B3B1F7807C0474 /* DBTEAMFeatureValue.h in Headers */, - 10CC00E7E818D6A91CDB6E52155B9B99 /* DBTEAMGetActivityReport.h in Headers */, - DE5F173EE784817F4BB501D202CB02D7 /* DBTEAMGetDevicesReport.h in Headers */, - A006E32B40AC816E71364B25EC5DC902 /* DBTEAMGetMembershipReport.h in Headers */, - 13DA42F7220865EA5CBB2306C5E82D32 /* DBTEAMGetStorageReport.h in Headers */, - 894557C448D4EBD13492587E7B02155C /* DBTEAMGroupAccessType.h in Headers */, - F903D8B6251A430DEEFC3B29791126CF /* DBTEAMGroupCreateArg.h in Headers */, - C279C2B53B08F8091CD10008CF98E24D /* DBTEAMGroupCreateError.h in Headers */, - 2A972E20DAB04A3C3E6B2DABAFEDB60C /* DBTEAMGroupDeleteError.h in Headers */, - EBBC620FDAB6D4F5903C664E553C8BA5 /* DBTEAMGroupFullInfo.h in Headers */, - 9C36BD26979B953C95D510FA87DC5AE9 /* DBTEAMGroupMemberInfo.h in Headers */, - BC052A135082C8CEFF76E2C48B7C9855 /* DBTEAMGroupMembersAddArg.h in Headers */, - B4485A24E24F6A62743861E78E886BC4 /* DBTEAMGroupMembersAddError.h in Headers */, - 0B5B7C5F36FA219AE80713AE36B2CBEF /* DBTEAMGroupMembersChangeResult.h in Headers */, - 7F301B7084364BDE3E86693E63937FAA /* DBTEAMGroupMemberSelector.h in Headers */, - 787CAB6F36BF7D74E3AB171CCFC7536A /* DBTEAMGroupMemberSelectorError.h in Headers */, - 9E47F81D3BE1FD76A90D460A603D6382 /* DBTEAMGroupMemberSetAccessTypeError.h in Headers */, - 96FC148D0C9D171B9839013BE9F35AA9 /* DBTEAMGroupMembersRemoveArg.h in Headers */, - 03090A8EE99DAE44AF58AEAD788CA7CF /* DBTEAMGroupMembersRemoveError.h in Headers */, - 9A881EF659EF9DFD6433A70329296F76 /* DBTEAMGroupMembersSelector.h in Headers */, - 1BC3DA51EE2DDC2C3BD31BA7126BA08B /* DBTEAMGroupMembersSelectorError.h in Headers */, - 7C176CD3BEF77B981071640057094F53 /* DBTEAMGroupMembersSetAccessTypeArg.h in Headers */, - 1CDABB72F7B9802D03EF4211A24DB19D /* DBTEAMGroupSelector.h in Headers */, - 433519891442A71E92435FA431AD718C /* DBTEAMGroupSelectorError.h in Headers */, - 0C0BDA11512EC73D9F9A3652CF479EA7 /* DBTEAMGroupSelectorWithTeamGroupError.h in Headers */, - 83BC4B2D03151B493FB2999E8ED649C0 /* DBTEAMGroupsGetInfoError.h in Headers */, - 038277CCE1CA2AB6DA290BE71ADA7EC5 /* DBTEAMGroupsGetInfoItem.h in Headers */, - 2B0E0FE9DB79303B0EFB72B92AA8EEF0 /* DBTEAMGroupsListArg.h in Headers */, - 138391E632FDBAE43DAD3F40241B5773 /* DBTEAMGroupsListContinueArg.h in Headers */, - 33C00598107EA332025B11296F5789F4 /* DBTEAMGroupsListContinueError.h in Headers */, - EEB8CF533B3BA2A34CF2E66B9975D478 /* DBTEAMGroupsListResult.h in Headers */, - E44812F9A2F4BF24B91B97AE80A9C8B6 /* DBTEAMGroupsMembersListArg.h in Headers */, - 9237A04E70FA32CDEBB3EEF682052B80 /* DBTEAMGroupsMembersListContinueArg.h in Headers */, - 0C73E863E911DB0845FE179EA2D11862 /* DBTEAMGroupsMembersListContinueError.h in Headers */, - F5A5D51FC29278E08AA35097512C3409 /* DBTEAMGroupsMembersListResult.h in Headers */, - 54C4E64E4FDE8D876D8053221BF77AA1 /* DBTEAMGroupsPollError.h in Headers */, - E6672021EF662B6317239217E47399C9 /* DBTEAMGroupsSelector.h in Headers */, - 30FF69F898935AE0AE2FD1DB7811DA09 /* DBTEAMGroupUpdateArgs.h in Headers */, - 61F73B3F8C0F267EB13E6712B883E1AC /* DBTEAMGroupUpdateError.h in Headers */, - C1CADF9212FD23C8BC3F8501CA72E20A /* DBTEAMHasTeamSharedDropboxValue.h in Headers */, - 42FB22D0EF4F0B35571BE4C41D82CE7A /* DBTEAMIncludeMembersArg.h in Headers */, - 23E14C6909F55474EE44EDD390D0C007 /* DBTEAMListMemberAppsArg.h in Headers */, - AF67ACA5FDAEECF85423FEB48EBF00C0 /* DBTEAMListMemberAppsError.h in Headers */, - C89DA6E180129E10C01AE5F33D8DFD0B /* DBTEAMListMemberAppsResult.h in Headers */, - 4E41633880F9546591E1AB3003F2AC93 /* DBTEAMListMemberDevicesArg.h in Headers */, - 88240C9EFBFFE3C3072E64AEB044DEF2 /* DBTEAMListMemberDevicesError.h in Headers */, - A161EFF9699C775051D8883DA3F99E50 /* DBTEAMListMemberDevicesResult.h in Headers */, - 684F994C3A4962BE2084F11136C02BF2 /* DBTEAMListMembersAppsArg.h in Headers */, - BCF1B2FDF26882FDA8CE6859CE49CF99 /* DBTEAMListMembersAppsError.h in Headers */, - 60BC163653CDC51D6CFA354A41C0EB73 /* DBTEAMListMembersAppsResult.h in Headers */, - 2D744826C4EDB4DE2CEF84F36DB4AD8C /* DBTEAMListMembersDevicesArg.h in Headers */, - FE5B80D08287B24728129B66AC649954 /* DBTEAMListMembersDevicesError.h in Headers */, - 0A4EA5E602D1C4530D0658D8F527A3CD /* DBTEAMListMembersDevicesResult.h in Headers */, - D7D4C33C72884ACC70850BDD00FE0D09 /* DBTEAMListTeamAppsArg.h in Headers */, - E1B9B1F3A1FC5680C630B2B7EB34C9DB /* DBTEAMListTeamAppsError.h in Headers */, - C322B3C619A5C350F4F7099AA371EEC1 /* DBTEAMListTeamAppsResult.h in Headers */, - 04B99CE443B37FC1C60CA03C7FD86E7F /* DBTEAMListTeamDevicesArg.h in Headers */, - FEEA919B65456A1DFECF4CCF766F8DFF /* DBTEAMListTeamDevicesError.h in Headers */, - 9BA2603AB4E7184F524237406890A6CD /* DBTEAMListTeamDevicesResult.h in Headers */, - CB766E6E503FA02A5E27C4D608B3A1AB /* DBTEAMLOGAccessMethodLogInfo.h in Headers */, - 9227751260004885026F3384C790212E /* DBTEAMLOGAccountCaptureAvailability.h in Headers */, - 6204EEC778CB84EFE28DDEC15FA585BE /* DBTEAMLOGAccountCaptureChangeAvailabilityDetails.h in Headers */, - 2C8D167B86C29A0D71BB25F2A0A4E5A4 /* DBTEAMLOGAccountCaptureChangePolicyDetails.h in Headers */, - A2F63C6B8D5659AE0ECF8178EE30835E /* DBTEAMLOGAccountCaptureMigrateAccountDetails.h in Headers */, - 2855176EEE271D54185E3B78D1EDF543 /* DBTEAMLOGAccountCapturePolicy.h in Headers */, - CD33B7776F633C9E1A0D6ACD6DA115E8 /* DBTEAMLOGAccountCaptureRelinquishAccountDetails.h in Headers */, - CDFC3E4F3D1903A1D96FC83E6C8CD446 /* DBTEAMLOGActorLogInfo.h in Headers */, - DA60AA0B5B0C13EAD08FA0C4B80298D4 /* DBTEAMLOGAdminRole.h in Headers */, - 6288A10692CD79110F732524CFF897DC /* DBTEAMLOGAllowDownloadDisabledDetails.h in Headers */, - FDE726347EC4DBF5ECADE3CCFF9F676F /* DBTEAMLOGAllowDownloadEnabledDetails.h in Headers */, - 52F14C21012553D8C8E5D60F8B1D6A88 /* DBTEAMLOGApiSessionLogInfo.h in Headers */, - 3679AB7CC4E8B5799B2F65F335F5AB19 /* DBTEAMLOGAppLinkTeamDetails.h in Headers */, - DB835D29167A2A37B1ACEE2A2BE3AA40 /* DBTEAMLOGAppLinkUserDetails.h in Headers */, - A6F983AB8E2F0AE9CF35A16751952029 /* DBTEAMLOGAppLogInfo.h in Headers */, - B5549CD899EA6CDD158C829748FF764B /* DBTEAMLOGAppUnlinkTeamDetails.h in Headers */, - 0A9C3B1E23FFFE8851EC5BE2CAD1743A /* DBTEAMLOGAppUnlinkUserDetails.h in Headers */, - C7DBD4058C80F2F94F846C96A5EB9B48 /* DBTEAMLOGAssetLogInfo.h in Headers */, - 27C30F9DBE822911CD1932F4945971F7 /* DBTEAMLOGCertificate.h in Headers */, - 4C154A142C4F2C7C59E2FDDB1583F0C9 /* DBTEAMLOGCollectionShareDetails.h in Headers */, - EBB7A10C97E06178E042FB205883AA9A /* DBTEAMLOGConfidentiality.h in Headers */, - 19DC565A642E07D10B031E86C7505243 /* DBTEAMLOGContentPermanentDeletePolicy.h in Headers */, - A94CC91864EF7E84CCF2151536733CC9 /* DBTEAMLOGContextLogInfo.h in Headers */, - 6F1A0F02C5BB0EFC0EA7A922D1076592 /* DBTEAMLOGCreateFolderDetails.h in Headers */, - DBEEB99EED529F50ADB7A7D1CFE5434D /* DBTEAMLOGDataPlacementRestrictionChangePolicyDetails.h in Headers */, - 4FFEB968293CAC7764B9994F6594C025 /* DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetails.h in Headers */, - A73AB975477682E9D4ADD1993188E4B0 /* DBTEAMLOGDesktopSessionLogInfo.h in Headers */, - DAAF795AF969A0FFE75B3E1242CAEB0D /* DBTEAMLOGDeviceApprovalsChangeDesktopPolicyDetails.h in Headers */, - 065A41FA3DBF63D50AA1FBF10DBA6C93 /* DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetails.h in Headers */, - CA1D1C349081BC3436D7CDEC99EA8FBF /* DBTEAMLOGDeviceApprovalsChangeOverageActionDetails.h in Headers */, - 9BC0B1ACB0A06A87DAF072A69CE583E6 /* DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetails.h in Headers */, - 57F5FD1074CC752B501FC7800660771D /* DBTEAMLOGDeviceApprovalsPolicy.h in Headers */, - 0CF738BAEBE30A53F6939190349B4482 /* DBTEAMLOGDeviceApprovalsRolloutPolicy.h in Headers */, - 77A7BAE60307F9E1C758763905CBE7A8 /* DBTEAMLOGDeviceChangeIpDesktopDetails.h in Headers */, - 55986AA91A723B152919A4E5321CF113 /* DBTEAMLOGDeviceChangeIpMobileDetails.h in Headers */, - 11A34F2AB8C272C064B1EDA2EC8CA1A9 /* DBTEAMLOGDeviceChangeIpWebDetails.h in Headers */, - 271B0F7B3724BABD8E813B90F2D422C2 /* DBTEAMLOGDeviceDeleteOnUnlinkFailDetails.h in Headers */, - AA7AB4A105F629C7874DDDC140201854 /* DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetails.h in Headers */, - AB6E19BCD43AE5253C90A2F25701F578 /* DBTEAMLOGDeviceLinkFailDetails.h in Headers */, - 7C7FA517D8CBA17AC4D369B635E0E355 /* DBTEAMLOGDeviceLinkSuccessDetails.h in Headers */, - EB47A9FF5BBB845EA332F6C2A18706A6 /* DBTEAMLOGDeviceLogInfo.h in Headers */, - 3428063087362633832134C06CACDB8E /* DBTEAMLOGDeviceManagementDisabledDetails.h in Headers */, - 412E4A4E5EE87209B9F640D3142791F8 /* DBTEAMLOGDeviceManagementEnabledDetails.h in Headers */, - 01FC6B6426AD47388C0F053D49966D53 /* DBTEAMLOGDeviceType.h in Headers */, - AF343203511E5EC91DF34F35996238AB /* DBTEAMLOGDeviceUnlinkDetails.h in Headers */, - 83D2EC337DB948BFC5DC43C2C9D05ED3 /* DBTEAMLOGDeviceUnlinkPolicy.h in Headers */, - 079ACB3EC7F193521D0499793192AE71 /* DBTEAMLOGDisabledDomainInvitesDetails.h in Headers */, - 3900EE213346741045889FFF502F863D /* DBTEAMLOGDomainInvitesApproveRequestToJoinTeamDetails.h in Headers */, - 0C90E5728E25B691BCDFA09E6B4483C4 /* DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamDetails.h in Headers */, - 6E39280899BB69E2A602D152451E0AA8 /* DBTEAMLOGDomainInvitesEmailExistingUsersDetails.h in Headers */, - 0BBFACCAB789162035C6D249BD5B84DC /* DBTEAMLOGDomainInvitesRequestToJoinTeamDetails.h in Headers */, - 31D4FEA82714E141C7DBEB84B2C823EB /* DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoDetails.h in Headers */, - AB7BCF74282C51577439A033BC11B4C0 /* DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesDetails.h in Headers */, - 41EC2C6300CD879EAA6426F71AC069CE /* DBTEAMLOGDomainVerificationAddDomainFailDetails.h in Headers */, - 454D671C9337A2AF241EFADE3B833CE3 /* DBTEAMLOGDomainVerificationAddDomainSuccessDetails.h in Headers */, - 059AC51344642CC2561AF6237034DA88 /* DBTEAMLOGDomainVerificationRemoveDomainDetails.h in Headers */, - C8D9AFA0F78877BECB5C06B3ACBA2038 /* DBTEAMLOGDurationLogInfo.h in Headers */, - 9E000FBBCBC29D7801F945F54590162D /* DBTEAMLOGEmmAddExceptionDetails.h in Headers */, - CDCDBF728EE9FAE7008480BA5DC18E8A /* DBTEAMLOGEmmChangePolicyDetails.h in Headers */, - 5BF49F2978AC3B4803B911891DC31E43 /* DBTEAMLOGEmmCreateExceptionsReportDetails.h in Headers */, - 88A8D058643B1FC0E8286BC8525DB499 /* DBTEAMLOGEmmCreateUsageReportDetails.h in Headers */, - B00365AF39A0C35E990D663E3045C0E9 /* DBTEAMLOGEmmLoginSuccessDetails.h in Headers */, - DF5B90F186A3B74A120CB7E6C1A13E10 /* DBTEAMLOGEmmPolicy.h in Headers */, - 24CE23C1E39C18633111BB45D90FF0D0 /* DBTEAMLOGEmmRefreshAuthTokenDetails.h in Headers */, - 5CA2808F8558169DE3028D8DC3A1BF86 /* DBTEAMLOGEmmRemoveExceptionDetails.h in Headers */, - C75410B542DD128AACEF1E881CDF07EE /* DBTEAMLOGEnabledDomainInvitesDetails.h in Headers */, - 0CD057504F7F30AC8797C0E7B1EAAC10 /* DBTEAMLOGEventCategory.h in Headers */, - 37235B266263CD31755E170E14FEAD48 /* DBTEAMLOGEventDetails.h in Headers */, - 7CB852D69D9047DE2288368900C00CD7 /* DBTEAMLOGEventType.h in Headers */, - 84A05CA70AED9B3A9ED40295E376BCA0 /* DBTEAMLOGExtendedVersionHistoryChangePolicyDetails.h in Headers */, - 915FFAD51C404B4ABD500FCE97A6F4BB /* DBTEAMLOGExtendedVersionHistoryPolicy.h in Headers */, - B5A709B01F5AF30B4C1250D9AF7E4537 /* DBTEAMLOGFailureDetailsLogInfo.h in Headers */, - 2A95E93C03E58DE3880E10C0A754744D /* DBTEAMLOGFileAddCommentDetails.h in Headers */, - 7D2BBB69BD0C8795721243DDA4EE1627 /* DBTEAMLOGFileAddDetails.h in Headers */, - C7363E958B836F97F83CDA512385B58D /* DBTEAMLOGFileCommentsChangePolicyDetails.h in Headers */, - 5FE681FE2181103F1DB24BA5C18A07E6 /* DBTEAMLOGFileCommentsPolicy.h in Headers */, - B57C5B9BCD1F7B288E52F9342D161A09 /* DBTEAMLOGFileCopyDetails.h in Headers */, - A08069F082750440AA6C017CA4567438 /* DBTEAMLOGFileDeleteDetails.h in Headers */, - C76CBA1ED7770810731C88752108B622 /* DBTEAMLOGFileDownloadDetails.h in Headers */, - 0EEC7491088FC301712CFC09C3F485AA /* DBTEAMLOGFileEditDetails.h in Headers */, - 71F5B4EDA27ED5A8C02242250BF6B47E /* DBTEAMLOGFileGetCopyReferenceDetails.h in Headers */, - 0C84BDBBB3391409A042365EA3662690 /* DBTEAMLOGFileLikeCommentDetails.h in Headers */, - CB0920B8967EBA259649CFC0B0E75A90 /* DBTEAMLOGFileLogInfo.h in Headers */, - 31C2048E6751BE1ED53BB1B32A06AD11 /* DBTEAMLOGFileMoveDetails.h in Headers */, - 807EAB131CA46C74738F2DF721D3F49C /* DBTEAMLOGFileOrFolderLogInfo.h in Headers */, - A64BA2FA0467D421F5FF6E660026B455 /* DBTEAMLOGFilePermanentlyDeleteDetails.h in Headers */, - 9CD9EE213D9CF416CDB2D9FB05ABDC3E /* DBTEAMLOGFilePreviewDetails.h in Headers */, - 3272C7DEE962555E1710F79050C13E53 /* DBTEAMLOGFileRenameDetails.h in Headers */, - 17AF674D6A41096EE9B700415EF0B05E /* DBTEAMLOGFileRequestAddDeadlineDetails.h in Headers */, - FF960F3700F6E91EC365F1F05B0BECCC /* DBTEAMLOGFileRequestChangeFolderDetails.h in Headers */, - 651D9ABB23B557068A16BC8347941D75 /* DBTEAMLOGFileRequestChangeTitleDetails.h in Headers */, - C3B55ACF16146C35297706CC0050E73F /* DBTEAMLOGFileRequestCloseDetails.h in Headers */, - 1F42932EFF01128FD10E96E431186EFA /* DBTEAMLOGFileRequestCreateDetails.h in Headers */, - 71F8A28FFAFB73126BE44028181F077F /* DBTEAMLOGFileRequestReceiveFileDetails.h in Headers */, - 299F0C1232A8A0788945590D58A5200B /* DBTEAMLOGFileRequestRemoveDeadlineDetails.h in Headers */, - D1F8044408AE359068493C585AE5F485 /* DBTEAMLOGFileRequestsChangePolicyDetails.h in Headers */, - E73226B6095DF4585C387306D4D1523E /* DBTEAMLOGFileRequestsEmailsEnabledDetails.h in Headers */, - 1F7FF5226B3D88E4866F48737E0A9EC7 /* DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails.h in Headers */, - 33852026135D3B344A3CCB8256C8CC4D /* DBTEAMLOGFileRequestSendDetails.h in Headers */, - 3144C4FCCCF076AA9AE2440D05753AE1 /* DBTEAMLOGFileRequestsPolicy.h in Headers */, - 18E83F8112901F74DF5E8DF8C27951D6 /* DBTEAMLOGFileRestoreDetails.h in Headers */, - 0E35D372DA4B7AC50DD99E9A3EE82FDF /* DBTEAMLOGFileRevertDetails.h in Headers */, - 5DDFD26051390628C8F9430D1DD17156 /* DBTEAMLOGFileRollbackChangesDetails.h in Headers */, - 5B9B7CC0369804DB8318044F75581F6E /* DBTEAMLOGFileSaveCopyReferenceDetails.h in Headers */, - 3E66D0813D33633104A53565674F2D3E /* DBTEAMLOGFileUnlikeCommentDetails.h in Headers */, - 3A08C04699ED48A6AD9F814F1E057254 /* DBTEAMLOGFolderLogInfo.h in Headers */, - D3042869D42CECCC136A400BB459EF08 /* DBTEAMLOGGeoLocationLogInfo.h in Headers */, - 2C892963E4B711E336F8457F5A6E8EA1 /* DBTEAMLOGGetTeamEventsArg.h in Headers */, - 722D77E916914DC66D3352C6B684B430 /* DBTEAMLOGGetTeamEventsContinueArg.h in Headers */, - 93EED1E05A44418B433E40C49F4BD588 /* DBTEAMLOGGetTeamEventsContinueError.h in Headers */, - 45F7A7117A2341F028BAC4B287647C88 /* DBTEAMLOGGetTeamEventsError.h in Headers */, - 344643BC3BB7199382C72AFC05714EC1 /* DBTEAMLOGGetTeamEventsResult.h in Headers */, - 2B5403332EB75EA33BEAD4786E6B0E98 /* DBTEAMLOGGoogleSsoChangePolicyDetails.h in Headers */, - A714A394EC9367CB7C73529FEE5A0206 /* DBTEAMLOGGoogleSsoPolicy.h in Headers */, - EFFA87977EE8D2C53D1809E321BF4015 /* DBTEAMLOGGroupAddExternalIdDetails.h in Headers */, - 15312937671E1CF51E6A246D452880D2 /* DBTEAMLOGGroupAddMemberDetails.h in Headers */, - 5643DDD38F12F834BB604DFEA75BF689 /* DBTEAMLOGGroupChangeExternalIdDetails.h in Headers */, - 626D79C51CAE833428C850F2B664FC6F /* DBTEAMLOGGroupChangeManagementTypeDetails.h in Headers */, - 318C0CAACB013D30282D93AD133BF11B /* DBTEAMLOGGroupChangeMemberRoleDetails.h in Headers */, - AC998D508C035135EFAC7DAF219C7B79 /* DBTEAMLOGGroupCreateDetails.h in Headers */, - C5AF5ECA09399A756024BEBBE2C42B29 /* DBTEAMLOGGroupDeleteDetails.h in Headers */, - 0D499A4C18D4229219DB9FA321D5E1DD /* DBTEAMLOGGroupDescriptionUpdatedDetails.h in Headers */, - 1810DBD226146ABB3C345E7D7BA14B18 /* DBTEAMLOGGroupJoinPolicy.h in Headers */, - 143820DB59F298EB68D7F09E48BBB3E6 /* DBTEAMLOGGroupJoinPolicyUpdatedDetails.h in Headers */, - 55D9E4F75A12B4E8016CB8CD81D6A5FA /* DBTEAMLOGGroupLogInfo.h in Headers */, - 441855D3C01978B24D81C9A1EAC16ADD /* DBTEAMLOGGroupManagementType.h in Headers */, - F9412D984191A8DE33D57D62737723BD /* DBTEAMLOGGroupMovedDetails.h in Headers */, - ACC4D103003CA496E63B8A0F6970DFA1 /* DBTEAMLOGGroupRemoveExternalIdDetails.h in Headers */, - 51540EFD78AACB709B77E1A76C4339DF /* DBTEAMLOGGroupRemoveMemberDetails.h in Headers */, - D80C85F6BBDBA74F45B899243D78BAA3 /* DBTEAMLOGGroupRenameDetails.h in Headers */, - C9AF3BD66F3DE4FD3F7FEB1AF21E5930 /* DBTEAMLOGGroupUserManagementChangePolicyDetails.h in Headers */, - F4ED300DF6B34E0E56EC87DC21A62966 /* DBTEAMLOGGroupUserManagementPolicy.h in Headers */, - 39633EFDBCC2FE528535B38052B7F35E /* DBTEAMLOGHostLogInfo.h in Headers */, - 941FD568D858F5F51EEF2B4855EFFB5B /* DBTEAMLOGJoinTeamDetails.h in Headers */, - 8FA49B4D6FCDBD74B8514FD570CDEB7C /* DBTEAMLOGLinkAudience.h in Headers */, - B52454C685FFE8D627CAA0DACD4B0ECE /* DBTEAMLOGLogoutDetails.h in Headers */, - B5FFED7A09F927028729C2DC857D723F /* DBTEAMLOGMemberAddNameDetails.h in Headers */, - DF04BCB75F258F32433A274E1D06A8FC /* DBTEAMLOGMemberChangeAdminRoleDetails.h in Headers */, - 4DD256577DAA71D6CFF369A322F540E7 /* DBTEAMLOGMemberChangeEmailDetails.h in Headers */, - C0C71343D6E5F592BDCEA90B64ABEF41 /* DBTEAMLOGMemberChangeMembershipTypeDetails.h in Headers */, - 2301D07E3634E9BA574F5077E38E073C /* DBTEAMLOGMemberChangeNameDetails.h in Headers */, - D2C43B7F85969C0BBAC93A06FF9495FB /* DBTEAMLOGMemberChangeStatusDetails.h in Headers */, - 0A8F791D7770B2DC3B3572DC39332513 /* DBTEAMLOGMemberPermanentlyDeleteAccountContentsDetails.h in Headers */, - 00AB03F612B31239D5DC6AE7FF1BD6BA /* DBTEAMLOGMemberRequestsChangePolicyDetails.h in Headers */, - E50DF676EECAC189689D4B3024F89AA4 /* DBTEAMLOGMemberRequestsPolicy.h in Headers */, - 7D836ABFC4285B4BF0622F4C0AF198E5 /* DBTEAMLOGMemberSpaceLimitsAddExceptionDetails.h in Headers */, - E539BCC6EFE0007DABEBFF36D46D35CD /* DBTEAMLOGMemberSpaceLimitsChangePolicyDetails.h in Headers */, - 5B73E47915D23E787B9B4B509BA82408 /* DBTEAMLOGMemberSpaceLimitsChangeStatusDetails.h in Headers */, - 40518F7B8FBD473633086EC20D792BF6 /* DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails.h in Headers */, - E9D6BF6EFBDD884FA31BB8E41F4CFD2E /* DBTEAMLOGMemberStatus.h in Headers */, - 744A2EC900EC43A2F7BEAE68EB41544F /* DBTEAMLOGMemberSuggestDetails.h in Headers */, - D00424A39C02E1571E5DA6A396CD0E3B /* DBTEAMLOGMemberSuggestionsChangePolicyDetails.h in Headers */, - 75A799CDC18825ED0690D9E2AD23DB03 /* DBTEAMLOGMemberSuggestionsPolicy.h in Headers */, - BF412B42B4E05CC90A0AB80A7D9478A8 /* DBTEAMLOGMemberTransferAccountContentsDetails.h in Headers */, - EB233F2BB9E9C72035B70272877CF536 /* DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetails.h in Headers */, - 04A0ECED4CF970BCFA76CAFF8FE582EA /* DBTEAMLOGMicrosoftOfficeAddinPolicy.h in Headers */, - 55B312108FD18CB66704452C52FFCF45 /* DBTEAMLOGMissingDetails.h in Headers */, - 2128AC84B3321A245FB0C7ACE98102B7 /* DBTEAMLOGMobileSessionLogInfo.h in Headers */, - 1134012A87A8E9C428D23E7BC1224132 /* DBTEAMLOGNamespaceRelativePathLogInfo.h in Headers */, - 703D38B123E6C9DD2FFBA1C8443DF7A5 /* DBTEAMLOGNetworkControlChangePolicyDetails.h in Headers */, - D730E2FE8AC12CC927AA4EBA0CBAB24E /* DBTEAMLOGNetworkControlPolicy.h in Headers */, - 528366BDCB6CF3B509E9CCFDA66D7E7C /* DBTEAMLOGNonTeamMemberLogInfo.h in Headers */, - 352633B444685A0EFDCD79E62CFC71C6 /* DBTEAMLOGNoteAclInviteOnlyDetails.h in Headers */, - 574096DF1C6AF95A93C4ABC1E4A8D66D /* DBTEAMLOGNoteAclLinkDetails.h in Headers */, - CE9D0B855CEF70204AE164991F8A2803 /* DBTEAMLOGNoteAclTeamLinkDetails.h in Headers */, - DEBBEC87A6FC1C90434D9A2F489F1DF5 /* DBTEAMLOGNoteSharedDetails.h in Headers */, - BED944645191ACAA2DA97C3654BCD152 /* DBTEAMLOGNoteShareReceiveDetails.h in Headers */, - 32761F4E522FF8E7A0B709FD30E1178C /* DBTEAMLOGOpenNoteSharedDetails.h in Headers */, - 2FA1AF92273B8632A6238712FC676A62 /* DBTEAMLOGOriginLogInfo.h in Headers */, - FC90CF0FF1D066A9516AB72119FA957D /* DBTEAMLOGPaperAccessType.h in Headers */, - C4E5BD51EC71FEFF2C94DB09E6455DFD /* DBTEAMLOGPaperChangeDeploymentPolicyDetails.h in Headers */, - 5597D0E2CF645F4E96893B578E40E55A /* DBTEAMLOGPaperChangeMemberPolicyDetails.h in Headers */, - 79B734487404886E69129EAF5E1BEE91 /* DBTEAMLOGPaperChangePolicyDetails.h in Headers */, - 56AEF79BCD57F65E18298F00ED67F750 /* DBTEAMLOGPaperContentAddMemberDetails.h in Headers */, - 9C3972A66A1CDAFC3CFE9ECC5F6601B3 /* DBTEAMLOGPaperContentAddToFolderDetails.h in Headers */, - 2976505BC67F248431FFE46202F421BA /* DBTEAMLOGPaperContentArchiveDetails.h in Headers */, - 3F325D6C408723E17F32ED1325D37CBF /* DBTEAMLOGPaperContentChangeSubscriptionDetails.h in Headers */, - F7DBB83E62E53B45798F86CBEE49EA6E /* DBTEAMLOGPaperContentCreateDetails.h in Headers */, - 901ED88850B85CC32FEE2D7F95DFE62A /* DBTEAMLOGPaperContentPermanentlyDeleteDetails.h in Headers */, - 4B7B19B1242DE96BEBD23714FA6C2948 /* DBTEAMLOGPaperContentRemoveFromFolderDetails.h in Headers */, - D8368FE0E5DB455E1AABD562A7A169EA /* DBTEAMLOGPaperContentRemoveMemberDetails.h in Headers */, - C7379B349D03D3E1A9A4CA7938DA3E7B /* DBTEAMLOGPaperContentRenameDetails.h in Headers */, - 0E3E7C37E14BF0F7D68444F77A130D0F /* DBTEAMLOGPaperContentRestoreDetails.h in Headers */, - 3CAC057AD1A07AE0BE6413425D226640 /* DBTEAMLOGPaperDeploymentPolicy.h in Headers */, - C3B698C52BDD1969A8CBB0C8B5B241C5 /* DBTEAMLOGPaperDocAddCommentDetails.h in Headers */, - FC75CBA0E62A8EDBA1C87C509449E924 /* DBTEAMLOGPaperDocChangeMemberRoleDetails.h in Headers */, - F2B4A173E9CAEE81C83868EC8531EBE4 /* DBTEAMLOGPaperDocChangeSharingPolicyDetails.h in Headers */, - DEEB7447C35393C86273FB6671DA9C63 /* DBTEAMLOGPaperDocDeleteCommentDetails.h in Headers */, - B9018CDBC693E0F1DF3993622CDACCD1 /* DBTEAMLOGPaperDocDeletedDetails.h in Headers */, - 0684009E654826D6153C144E80F0AE9C /* DBTEAMLOGPaperDocDownloadDetails.h in Headers */, - 654398F3BAEFECC8705BB94C5AAB8C54 /* DBTEAMLOGPaperDocEditCommentDetails.h in Headers */, - FD59FF0FE532BABC3D47C4872B947965 /* DBTEAMLOGPaperDocEditDetails.h in Headers */, - A1721555FB60D366E23C5CAA57655105 /* DBTEAMLOGPaperDocFollowedDetails.h in Headers */, - DED6131A43014FBC740AA8D0377ADCF3 /* DBTEAMLOGPaperDocMentionDetails.h in Headers */, - 717379D8D27B94C57E75D6DF274A84C0 /* DBTEAMLOGPaperDocRequestAccessDetails.h in Headers */, - 8B68144A6A484CD9E1119BA8B3950328 /* DBTEAMLOGPaperDocResolveCommentDetails.h in Headers */, - B06A40495AE47E32586A3C2CAF096BD0 /* DBTEAMLOGPaperDocRevertDetails.h in Headers */, - 972AF92FFE7E6544259C73815D782E9D /* DBTEAMLOGPaperDocSlackShareDetails.h in Headers */, - 93CC516A4E3244932E953E01097B8143 /* DBTEAMLOGPaperDocTeamInviteDetails.h in Headers */, - 784828C861EDE2F841F0CEC54CA3CA57 /* DBTEAMLOGPaperDocumentLogInfo.h in Headers */, - E61E0E97F79972EE68A5AF8C6F8A2B62 /* DBTEAMLOGPaperDocUnresolveCommentDetails.h in Headers */, - 50294F2E19EE6F221300EB6050E19AE0 /* DBTEAMLOGPaperDocViewDetails.h in Headers */, - 7AF0B97209DD385BB4DF3C5A091EF75D /* DBTEAMLOGPaperDownloadFormat.h in Headers */, - 4DF2720BCB75372EAA2752BEFC5D288A /* DBTEAMLOGPaperEnabledUsersGroupAdditionDetails.h in Headers */, - CA96D81692C80B3E7405BADFEB7C07FF /* DBTEAMLOGPaperEnabledUsersGroupRemovalDetails.h in Headers */, - 82B0F2133B47F4B0FFD48E90A973F591 /* DBTEAMLOGPaperExternalViewAllowDetails.h in Headers */, - E9004B2D37CEBDCEA255F6D5455EEE25 /* DBTEAMLOGPaperExternalViewDefaultTeamDetails.h in Headers */, - 031228B0588D35E3A834FB787F50C1DA /* DBTEAMLOGPaperExternalViewForbidDetails.h in Headers */, - 9BC23106AEC0494DAA4EBB2FCA61E84A /* DBTEAMLOGPaperFolderDeletedDetails.h in Headers */, - 6EA9F7BC445BC082B15559093EBACA13 /* DBTEAMLOGPaperFolderFollowedDetails.h in Headers */, - 0596F0C5AE10A280B3913D33BD8A444F /* DBTEAMLOGPaperFolderLogInfo.h in Headers */, - 24D3597D0972BA5D7F0846D44B42F599 /* DBTEAMLOGPaperFolderTeamInviteDetails.h in Headers */, - 84A24CD70A5BB5D0A956F0C07CAAF698 /* DBTEAMLOGPaperMemberPolicy.h in Headers */, - 698301814C6E10D31E29BE4FDEE12062 /* DBTEAMLOGPaperPolicy.h in Headers */, - E21A1FC113EA1A5B66773C59EDA60D3B /* DBTEAMLOGPaperTaggedValue.h in Headers */, - 95A55F059C48F959BBD63FCC4168C058 /* DBTEAMLOGParticipantLogInfo.h in Headers */, - 189E3C01B81670877FC16CDCC3F07014 /* DBTEAMLOGPasswordChangeDetails.h in Headers */, - 1B1F576336DF1E3195998B45E99FE19C /* DBTEAMLOGPasswordLoginFailDetails.h in Headers */, - 3859688FBFB32EBD54DF6E981F8BCB89 /* DBTEAMLOGPasswordLoginSuccessDetails.h in Headers */, - B8618CAE372F90C0F310C4A2A32C5372 /* DBTEAMLOGPasswordResetAllDetails.h in Headers */, - 4D8C2E8D52A04F7C114E7182DC0EC923 /* DBTEAMLOGPasswordResetDetails.h in Headers */, - BD3484377862BEDC5DF50D3A91F272E0 /* DBTEAMLOGPathLogInfo.h in Headers */, - 4F94E3B780E8AF936B51E95770C3F0FD /* DBTEAMLOGPermanentDeleteChangePolicyDetails.h in Headers */, - BE5208968E9316017EC0B554070910F4 /* DBTEAMLOGPlacementRestriction.h in Headers */, - E562D9CB14847BBA4D783CD77A1554BF /* DBTEAMLOGRelocateAssetReferencesLogInfo.h in Headers */, - 84B734785E467D8BA9E7CA4FFE8599C0 /* DBTEAMLOGRemoveLogoutUrlDetails.h in Headers */, - B6925F742C82D06AF6A26E213D083599 /* DBTEAMLOGRemoveSsoUrlDetails.h in Headers */, - D84F5E9F7A60043829B192F8570C88A3 /* DBTEAMLOGResellerLogInfo.h in Headers */, - D2D38BE0B981F9577C1816DE6351B6B3 /* DBTEAMLOGResellerSupportSessionEndDetails.h in Headers */, - C82D90FAD773BB4391755831F248EE5F /* DBTEAMLOGResellerSupportSessionStartDetails.h in Headers */, - 938B2ADFCDFD903C1BEDE7D1F8696EDD /* DBTEAMLOGRouteObjects.h in Headers */, - A60AA82B6CBF8A4C537CC7A2CF80D442 /* DBTEAMLOGSessionLogInfo.h in Headers */, - EBFFEF5EB8701FD0B82F1CEA1B7395AA /* DBTEAMLOGSfAddGroupDetails.h in Headers */, - A7BF11F55C331B58AC78E6ED3C31B228 /* DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails.h in Headers */, - 7B75D6B0D65749EDB15AF8B971FCE37A /* DBTEAMLOGSfExternalInviteWarnDetails.h in Headers */, - CBD081D115A47A9BEE31217D2A114F00 /* DBTEAMLOGSfInviteGroupDetails.h in Headers */, - B6ECD4E9F84A1007501D1BF8D9618C46 /* DBTEAMLOGSfNestDetails.h in Headers */, - 9159B4F1CF017A981FECA7A62043B6D2 /* DBTEAMLOGSfTeamDeclineDetails.h in Headers */, - 63EEEC5DB72C0B5170CC98F1CF2B0963 /* DBTEAMLOGSfTeamGrantAccessDetails.h in Headers */, - 2AB5D6DA3E338E1AD837415B609683BA /* DBTEAMLOGSfTeamInviteChangeRoleDetails.h in Headers */, - 35C9DEC8440021ED9949A8778FE5C17C /* DBTEAMLOGSfTeamInviteDetails.h in Headers */, - C717411CB0C7F6600470BC36E08616F6 /* DBTEAMLOGSfTeamJoinDetails.h in Headers */, - 56CA5A6A4305540AE4E6E7011F75A53F /* DBTEAMLOGSfTeamJoinFromOobLinkDetails.h in Headers */, - EECA12DBA9590C7B704F17C031F83601 /* DBTEAMLOGSfTeamUninviteDetails.h in Headers */, - ED69D9C495B6C464FABE9AFA169A7D79 /* DBTEAMLOGSharedContentAddInviteesDetails.h in Headers */, - 8E8FDD5F88467A833180D552794FBCAB /* DBTEAMLOGSharedContentAddLinkExpiryDetails.h in Headers */, - 09658E479422F0E6CD49DF0B99270304 /* DBTEAMLOGSharedContentAddLinkPasswordDetails.h in Headers */, - C3D9868AEB14EA91D52A1D167DDCAC23 /* DBTEAMLOGSharedContentAddMemberDetails.h in Headers */, - F234DAAFF0242DAD9883304FF8772FB0 /* DBTEAMLOGSharedContentChangeDownloadsPolicyDetails.h in Headers */, - 76A364ACC28A7238BA61224D24FA72C0 /* DBTEAMLOGSharedContentChangeInviteeRoleDetails.h in Headers */, - 482CE9AE2E5C162A5DF0CC7735CE128F /* DBTEAMLOGSharedContentChangeLinkAudienceDetails.h in Headers */, - 258D5424BBECD7CDC48C88C1EB47BF2F /* DBTEAMLOGSharedContentChangeLinkExpiryDetails.h in Headers */, - C6EE3FA9E260F34FE568B057696E7E15 /* DBTEAMLOGSharedContentChangeLinkPasswordDetails.h in Headers */, - 57882CC4BD25F2A7C40D749EFE1802A8 /* DBTEAMLOGSharedContentChangeMemberRoleDetails.h in Headers */, - 670F8E0E2B24C8D8EADDC7CA7C3D6F3A /* DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails.h in Headers */, - EF17108FF0D0FC5E1E185596676FEDEE /* DBTEAMLOGSharedContentClaimInvitationDetails.h in Headers */, - A0CC1DA7F2726253CD5E238197C65A3A /* DBTEAMLOGSharedContentCopyDetails.h in Headers */, - 22BC70C63B412F9609E3B4986F2F280A /* DBTEAMLOGSharedContentDownloadDetails.h in Headers */, - D8453ECE86B87F2D7DC9E03F3EE120FF /* DBTEAMLOGSharedContentDownloadsPolicy.h in Headers */, - 33233702BAA748DEA454EBC530EC0D47 /* DBTEAMLOGSharedContentRelinquishMembershipDetails.h in Headers */, - 71F657FCB7B7BECC5039E15462BBB9B4 /* DBTEAMLOGSharedContentRemoveInviteeDetails.h in Headers */, - F2FB461C605626770D2B0C937B5143F5 /* DBTEAMLOGSharedContentRemoveLinkExpiryDetails.h in Headers */, - F4C3FCE902D5A6246E1351313AA57423 /* DBTEAMLOGSharedContentRemoveLinkPasswordDetails.h in Headers */, - 8D0DC0593C71ADF9BB55648B94CE94DC /* DBTEAMLOGSharedContentRemoveMemberDetails.h in Headers */, - E4B0A69338859B59B0BE239AC02150BD /* DBTEAMLOGSharedContentRequestAccessDetails.h in Headers */, - F9B6C926BDB7F52BED3781FEF311D241 /* DBTEAMLOGSharedContentUnshareDetails.h in Headers */, - C8AE1E5246C4F21A40096CCAA05E1217 /* DBTEAMLOGSharedContentViewDetails.h in Headers */, - 7859AB3C0A818874A414E9DC1AC1685A /* DBTEAMLOGSharedContentViewerInfoPolicy.h in Headers */, - C309B7841C176515ABBEEE7DB61B8B05 /* DBTEAMLOGSharedFolderChangeConfidentialityDetails.h in Headers */, - 8F0E99D8046E4907F5C6EA79AFA39E93 /* DBTEAMLOGSharedFolderChangeLinkPolicyDetails.h in Headers */, - 30B109FD66DC54AD33BB83F619F6CB5F /* DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetails.h in Headers */, - 447835692D746E6DB53A78E66E3A0E0C /* DBTEAMLOGSharedFolderChangeMemberPolicyDetails.h in Headers */, - 04BC8123DEC9386D19D837DD39DDFC81 /* DBTEAMLOGSharedFolderCreateDetails.h in Headers */, - CB63F02E169626036DEB7DCD8A0F0AFE /* DBTEAMLOGSharedFolderLinkPolicy.h in Headers */, - 6553BC04B6214A55446B67BFE5D47424 /* DBTEAMLOGSharedFolderMemberPolicy.h in Headers */, - E021B182B239FB883974C44FD1D158AA /* DBTEAMLOGSharedFolderMembershipManagementPolicy.h in Headers */, - 591B9072D074783CF8B2C1BFF86DDC86 /* DBTEAMLOGSharedFolderMountDetails.h in Headers */, - 58C84B2F94C81E10B58FDD76E0EB8C41 /* DBTEAMLOGSharedFolderTransferOwnershipDetails.h in Headers */, - 4AA783B55EC12CF5FD6396C2F67836B9 /* DBTEAMLOGSharedFolderUnmountDetails.h in Headers */, - 7506CB6DAF606B38025E6D3A137B3300 /* DBTEAMLOGSharedNoteOpenedDetails.h in Headers */, - 7BAC41E77D4A996A780EECD34B5B6F64 /* DBTEAMLOGSharingChangeFolderJoinPolicyDetails.h in Headers */, - AF3C7DC23A05E94DF0B42D436A85758F /* DBTEAMLOGSharingChangeLinkPolicyDetails.h in Headers */, - 613DBB851EB85DCDB842138C0339A2FA /* DBTEAMLOGSharingChangeMemberPolicyDetails.h in Headers */, - 149E537243D52297E675EAE60DF69875 /* DBTEAMLOGSharingFolderJoinPolicy.h in Headers */, - 197DCF1AF57BDEB4C3D247D07577EA82 /* DBTEAMLOGSharingLinkPolicy.h in Headers */, - 24EE1CEAA89DB2E7CDB6777E314C9009 /* DBTEAMLOGSharingMemberPolicy.h in Headers */, - 9E89999067ED2A53368EB50B04105F7F /* DBTEAMLOGShmodelAppCreateDetails.h in Headers */, - F3C1F1B3D444155B190F6BA622A259A2 /* DBTEAMLOGShmodelCreateDetails.h in Headers */, - 64B0D35DC176F33EBAEA29F1C7A63AB3 /* DBTEAMLOGShmodelDisableDetails.h in Headers */, - 5669E59F88AC8FF55E17992A8EBA5B85 /* DBTEAMLOGShmodelFbShareDetails.h in Headers */, - C28C3C0592E1E9B9A6AE1CD54CB81B3C /* DBTEAMLOGShmodelGroupShareDetails.h in Headers */, - 9E859C9E529A8D91B99CB72FD016C64D /* DBTEAMLOGShmodelRemoveExpirationDetails.h in Headers */, - B74DEA9C851FEC16FF0653FFB362563A /* DBTEAMLOGShmodelSetExpirationDetails.h in Headers */, - 0447C73852F98F2C998E53D4F05FD704 /* DBTEAMLOGShmodelTeamCopyDetails.h in Headers */, - 6A98E4614192A75AA5629D136B3D9451 /* DBTEAMLOGShmodelTeamDownloadDetails.h in Headers */, - B02566979C356B496833BC58084683EB /* DBTEAMLOGShmodelTeamShareDetails.h in Headers */, - AFB15DB593E4DD4BF12D729B02D97472 /* DBTEAMLOGShmodelTeamViewDetails.h in Headers */, - 539FBD9F7E896342493CEAA4F33B9036 /* DBTEAMLOGShmodelVisibilityPasswordDetails.h in Headers */, - C1B99E18DC2E7ECC731E3B06B8D85899 /* DBTEAMLOGShmodelVisibilityPublicDetails.h in Headers */, - E28B26B0DD13CBA844A3586CA1227DE8 /* DBTEAMLOGShmodelVisibilityTeamOnlyDetails.h in Headers */, - E709DC4CE102AA3ACE725300472641B1 /* DBTEAMLOGSignInAsSessionEndDetails.h in Headers */, - 90B7FE4DCCB42A98ADD6CA0E08CF8D64 /* DBTEAMLOGSignInAsSessionStartDetails.h in Headers */, - 62419140D6024D1AD984F887CDDA7AB1 /* DBTEAMLOGSmartSyncChangePolicyDetails.h in Headers */, - 415FA880972ACDF70E702D3A54A8AAA8 /* DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails.h in Headers */, - 73D4C7D9CB9FFFB5886169C99F51F4C0 /* DBTEAMLOGSmartSyncNotOptOutDetails.h in Headers */, - 76A442A988AC92E3B92CAB43F5BBC109 /* DBTEAMLOGSmartSyncOptOutDetails.h in Headers */, - 5E525063D4CB3FE18659B72C31588E4B /* DBTEAMLOGSmartSyncOptOutPolicy.h in Headers */, - 3DD377009FFF02A3CC1E5155B720384B /* DBTEAMLOGSmartSyncPolicy.h in Headers */, - 073553EEBD90A10E57A119A6B3CDF443 /* DBTEAMLOGSpaceLimitsLevel.h in Headers */, - D9937D1567B52CC134442EE38E49E199 /* DBTEAMLOGSpaceLimitsStatus.h in Headers */, - 17873BBB20C73246E3D31CF4DC74DA8D /* DBTEAMLOGSsoChangeCertDetails.h in Headers */, - 83BEE3851145A249876DC71292F54823 /* DBTEAMLOGSsoChangeLoginUrlDetails.h in Headers */, - 89C9C80DF543218F856624028783A002 /* DBTEAMLOGSsoChangeLogoutUrlDetails.h in Headers */, - 40366F6241F625AE78583229E89B057C /* DBTEAMLOGSsoChangePolicyDetails.h in Headers */, - 5B6B39DE6C44BA43C6645E13B6E455C0 /* DBTEAMLOGSsoChangeSamlIdentityModeDetails.h in Headers */, - 39487E3F9453DD803B43BB38E92EF086 /* DBTEAMLOGSsoLoginFailDetails.h in Headers */, - BA363819B3293BF199C38ABEA4274775 /* DBTEAMLOGSsoPolicy.h in Headers */, - 100C1F22F9BE0D45F9B1B15BFE782148 /* DBTEAMLOGTeamActivityCreateReportDetails.h in Headers */, - A9BD8AB8DBB23E8EFAD4D3F7470DAFB3 /* DBTEAMLOGTeamAuthRoutes.h in Headers */, - EC95CFC2AC9284B55521572AD22E2633 /* DBTEAMLOGTeamEvent.h in Headers */, - 60FF402DEE8999331F072C6E9E96ED68 /* DBTEAMLOGTeamFolderChangeStatusDetails.h in Headers */, - 6FD2EB12E4B6BBBFEE5D0F49DFF1159E /* DBTEAMLOGTeamFolderCreateDetails.h in Headers */, - D701CE824D484B73E97833DC2D332E5D /* DBTEAMLOGTeamFolderDowngradeDetails.h in Headers */, - 9C44BA18D7302B32E361ED6567A1D9A9 /* DBTEAMLOGTeamFolderPermanentlyDeleteDetails.h in Headers */, - 8EE5E88777350099B93F34B9567D8142 /* DBTEAMLOGTeamFolderRenameDetails.h in Headers */, - DECA4978074207D1DCCC1ADD05EC52B7 /* DBTEAMLOGTeamFolderStatus.h in Headers */, - 51DC76AF5C151E6348A0BAE1C9C72AF9 /* DBTEAMLOGTeamLinkedAppLogInfo.h in Headers */, - 6ADD5FCED620E81EC61D09B3EE5F466A /* DBTEAMLOGTeamMemberLogInfo.h in Headers */, - 10415A82B6BC585B61A27379BFDB51E1 /* DBTEAMLOGTeamMembershipType.h in Headers */, - F8A3DE3EAAC80FD72CF8FD038C64F1CC /* DBTEAMLOGTeamMergeFromDetails.h in Headers */, - 5426A81CF4FAEDE14C0E89ADA44FFCB1 /* DBTEAMLOGTeamMergeToDetails.h in Headers */, - A8E887CB023CAF7725522FA3D3DEEAD0 /* DBTEAMLOGTeamName.h in Headers */, - 5DD11505B39045C744ADF60C8751BBA9 /* DBTEAMLOGTeamProfileAddLogoDetails.h in Headers */, - 2E854A56FA287D8241E0E9EC8F2F5900 /* DBTEAMLOGTeamProfileChangeLogoDetails.h in Headers */, - 1B82D8C1D6BAEF1D2B7C9E4B00E9CBAF /* DBTEAMLOGTeamProfileChangeNameDetails.h in Headers */, - F8A45C5AEAE270A077DD9C416BEAB63C /* DBTEAMLOGTeamProfileRemoveLogoDetails.h in Headers */, - 66FB1F5F42BD60C09B6F9D61BEDA29E4 /* DBTEAMLOGTfaAddBackupPhoneDetails.h in Headers */, - DC2BD3068F935B1640D36E4282DF6A27 /* DBTEAMLOGTfaAddSecurityKeyDetails.h in Headers */, - D7BD8DFDAC073C6141911C08EA9479E8 /* DBTEAMLOGTfaChangeBackupPhoneDetails.h in Headers */, - A0B8044B5AFB610CDAE563474FDD8F9A /* DBTEAMLOGTfaChangePolicyDetails.h in Headers */, - 83B8B327E32F269B0CCBC85A545E13A4 /* DBTEAMLOGTfaChangeStatusDetails.h in Headers */, - FD408997EB4E347A131505CB6DB91603 /* DBTEAMLOGTfaConfiguration.h in Headers */, - 66099C2154A887ACFD5B9DF319C6EA97 /* DBTEAMLOGTfaPolicy.h in Headers */, - 8B6C454435DBB131800FB2BD421DA5AB /* DBTEAMLOGTfaRemoveBackupPhoneDetails.h in Headers */, - EBB1768580FC1CF7DDA2DE4BC7E5CF26 /* DBTEAMLOGTfaRemoveSecurityKeyDetails.h in Headers */, - 67E2E836D269BF91D2BCC12B6342F299 /* DBTEAMLOGTfaResetDetails.h in Headers */, - F92F84A4EDEB7F45441075AB8CF665C6 /* DBTEAMLOGTimeUnit.h in Headers */, - 90F1FCBA14BF624B5359F2EA952619CA /* DBTEAMLOGTwoAccountChangePolicyDetails.h in Headers */, - 5E8DDEEB546F5DAEDF16CCDB823FAE3B /* DBTEAMLOGTwoAccountPolicy.h in Headers */, - 2E1C0729CE09B9C97F89E3C27B441C73 /* DBTEAMLOGUserLinkedAppLogInfo.h in Headers */, - 1AA1C6EADC53C853D6A1352694F3DCA3 /* DBTEAMLOGUserLogInfo.h in Headers */, - 0C1625F532D5A217508094F8907EC5B5 /* DBTEAMLOGUserNameLogInfo.h in Headers */, - 87D72011C16D785D8B64153DCB993174 /* DBTEAMLOGUserOrTeamLinkedAppLogInfo.h in Headers */, - B0D9A6E40D045ADC6CBA273D90B27DDA /* DBTEAMLOGWebSessionLogInfo.h in Headers */, - 11BD30935E122E95276E8F02A55293E6 /* DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetails.h in Headers */, - FD4A9CC40D4DBAF360D17B360D4F2956 /* DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails.h in Headers */, - 44C511E228CE6C56FFB52AE414D83136 /* DBTEAMLOGWebSessionsFixedLengthPolicy.h in Headers */, - 17F0FEEED5D7B8A70E66E12215C9523F /* DBTEAMLOGWebSessionsIdleLengthPolicy.h in Headers */, - 5A1B13D4576F26593048F262C05308CC /* DBTEAMMemberAccess.h in Headers */, - BA7788E8A60D0AA849C284B4E3F14130 /* DBTEAMMemberAddArg.h in Headers */, - D624B3815D685FB792D04107D221736F /* DBTEAMMemberAddResult.h in Headers */, - 810983F10AF5B62D7639948AD1A47F14 /* DBTEAMMemberDevices.h in Headers */, - 9B3131F4145B8C1A713FD1BD5E4ACDB3 /* DBTEAMMemberLinkedApps.h in Headers */, - 73AB3A2004FFAFCE2640774C34483515 /* DBTEAMMemberProfile.h in Headers */, - 72017E2DD88FE28D40F9A425677706B4 /* DBTEAMMembersAddArg.h in Headers */, - A624D7A53805D00AE5355DDFBF1791B1 /* DBTEAMMembersAddJobStatus.h in Headers */, - 890FE193D78115E4EFBAEA3D50A0FE4C /* DBTEAMMembersAddLaunch.h in Headers */, - C2D9F35F62E1FD745B69861D057BD70F /* DBTEAMMembersDeactivateArg.h in Headers */, - 8ADA3B7703347C7A92FB3A4D9D0DD986 /* DBTEAMMembersDeactivateError.h in Headers */, - B3B6F132EEC5CB0DD09925A45C5BCD56 /* DBTEAMMemberSelectorError.h in Headers */, - 0C3213D640B8E9449746A328DBE6236E /* DBTEAMMembersGetInfoArgs.h in Headers */, - 393CAD51528025AC7C22C803E65AC46D /* DBTEAMMembersGetInfoError.h in Headers */, - 30A7F978EDB996873F80570FB5B4D4F9 /* DBTEAMMembersGetInfoItem.h in Headers */, - CD7F32ECCF13E01C84EF3C25898E8D3B /* DBTEAMMembersListArg.h in Headers */, - 05D22DEA1D5518AC57EAA298C95CA095 /* DBTEAMMembersListContinueArg.h in Headers */, - ED0161F89B2910CDE7377ECA40876144 /* DBTEAMMembersListContinueError.h in Headers */, - BB1B6CD36E0BB4DCA1BEC739F12D6E76 /* DBTEAMMembersListError.h in Headers */, - 028D33A8D3A02680C4A8CBE73C0E0735 /* DBTEAMMembersListResult.h in Headers */, - D50767B338215EF6405FACA1CB0B8000 /* DBTEAMMembersRecoverArg.h in Headers */, - 7C7B89FB197E45EBB576153640AC84A6 /* DBTEAMMembersRecoverError.h in Headers */, - C66C4429DEAEE53C18A28128ABA127DD /* DBTEAMMembersRemoveArg.h in Headers */, - 56E8524F05A2548A9767A206B9426107 /* DBTEAMMembersRemoveError.h in Headers */, - E2557AFAF223300D741C96E42C6F1CF4 /* DBTEAMMembersSendWelcomeError.h in Headers */, - C1AE43302F86EB7B2F406A8AE5CCFE70 /* DBTEAMMembersSetPermissionsArg.h in Headers */, - 79B46EEC9F28E31816238B75512E79D0 /* DBTEAMMembersSetPermissionsError.h in Headers */, - A397404859B9316C4734B2BA79301C75 /* DBTEAMMembersSetPermissionsResult.h in Headers */, - 2A722886B9B46DCFF5B0E6C86722FB15 /* DBTEAMMembersSetProfileArg.h in Headers */, - 3FC276B255E23CD63E6C47647BBD08FE /* DBTEAMMembersSetProfileError.h in Headers */, - A72899D1E76F69A7A86DA7ABA90C8B55 /* DBTEAMMembersSuspendError.h in Headers */, - 3DEEBF70D84849AE01B891438643F32C /* DBTEAMMembersUnsuspendArg.h in Headers */, - FF708A35578A645A85E4C70A398179C8 /* DBTEAMMembersUnsuspendError.h in Headers */, - 71FEE5DC1F72C855BB1F61F7BFB17F99 /* DBTEAMMobileClientPlatform.h in Headers */, - DD2B4733D67D6FB5AAB3AB62447F41DE /* DBTEAMMobileClientSession.h in Headers */, - B2750FF3AC0FA552E2B4146C4EF8467D /* DBTEAMNamespaceMetadata.h in Headers */, - 5CDF8F379D842BEB1BD9B27574DA6BAA /* DBTEAMNamespaceType.h in Headers */, - 78452520E032346DEA24CDDE85320CD6 /* DBTEAMPOLICIESEmmState.h in Headers */, - D2FFDAC028E1021948E690EB6D2DBE98 /* DBTEAMPOLICIESOfficeAddInPolicy.h in Headers */, - 84710EC293A90658296AA35B95EB6567 /* DBTEAMPOLICIESSharedFolderJoinPolicy.h in Headers */, - F3EE5DD45CE1528E9CD9B6BAD1EBE6FA /* DBTEAMPOLICIESSharedFolderMemberPolicy.h in Headers */, - 3D6D6850AB9E43EEB1C6E6899415D16E /* DBTEAMPOLICIESSharedLinkCreatePolicy.h in Headers */, - 1164709EBE7BFB14A5CC1FCA66326C3D /* DBTEAMPOLICIESTeamMemberPolicies.h in Headers */, - A50119244221CCCDC3787727190132D3 /* DBTEAMPOLICIESTeamSharingPolicies.h in Headers */, - 2E5577BEEF05350DCFC475250E9559AB /* DBTEAMRemovedStatus.h in Headers */, - B48FF757C05D3E94F0F1E9F349D48332 /* DBTEAMRevokeDesktopClientArg.h in Headers */, - F5E1DFB0AF082C0FE979FA3ABDC804E3 /* DBTEAMRevokeDeviceSessionArg.h in Headers */, - 5575CC5A98F262E5BBD716B04CCCE31A /* DBTEAMRevokeDeviceSessionBatchArg.h in Headers */, - AF4DBAC3280EF7335CD183F6523E2EE5 /* DBTEAMRevokeDeviceSessionBatchError.h in Headers */, - C054A60BF48E97181747B0560F2C2449 /* DBTEAMRevokeDeviceSessionBatchResult.h in Headers */, - 3B61A65FE67B31DCEDEA4BA8F9E4AA8F /* DBTEAMRevokeDeviceSessionError.h in Headers */, - CE52DA56CA952AC2975152AF801340BC /* DBTEAMRevokeDeviceSessionStatus.h in Headers */, - 7F910C89E2C2530FAD292BEBBAB9FC65 /* DBTEAMRevokeLinkedApiAppArg.h in Headers */, - D9C6790797820BEBDA0C570EAF38DBB9 /* DBTEAMRevokeLinkedApiAppBatchArg.h in Headers */, - 9F79912898B14E73C757FA4AAB1F3577 /* DBTEAMRevokeLinkedAppBatchError.h in Headers */, - 529D955DA73BFBC228DCB37C86CDB98C /* DBTEAMRevokeLinkedAppBatchResult.h in Headers */, - 3AA364D3B9B72571849E559497A6EC14 /* DBTEAMRevokeLinkedAppError.h in Headers */, - EFF6D32A516FA47A57091CD1E4A06FFD /* DBTEAMRevokeLinkedAppStatus.h in Headers */, - 7CFCBA5D88A19695E8E5D62E9CA63163 /* DBTEAMRouteObjects.h in Headers */, - BABE5091747CE03D303E4C3B45AA708F /* DBTEAMStorageBucket.h in Headers */, - 8E7B9996829275885259BC92C84E3CA4 /* DBTEAMTeamAuthRoutes.h in Headers */, - D2F5171C90F72E359B7BD659DC43FF2C /* DBTEAMTeamFolderAccessError.h in Headers */, - 9FBB091958ACEA0980258257AB8755AA /* DBTEAMTeamFolderActivateError.h in Headers */, - 2FD2A1BB715598BB23293A30970C6F51 /* DBTEAMTeamFolderArchiveArg.h in Headers */, - 25DB1D93F32F3F93BC95846E147BB281 /* DBTEAMTeamFolderArchiveError.h in Headers */, - D157E4F495369224B618787111592B28 /* DBTEAMTeamFolderArchiveJobStatus.h in Headers */, - B276EE4AF95C7C8C413389319121F63B /* DBTEAMTeamFolderArchiveLaunch.h in Headers */, - 01983AA1005B27FC62CAD8B9E2677194 /* DBTEAMTeamFolderCreateArg.h in Headers */, - 2653DAD64C25B960D2CAF5CFB586B2F2 /* DBTEAMTeamFolderCreateError.h in Headers */, - 26A5A8396375D6C58454BA168E9C55BE /* DBTEAMTeamFolderGetInfoItem.h in Headers */, - 75025302C69B5254B9C78EF778165E7B /* DBTEAMTeamFolderIdArg.h in Headers */, - 765857D90345E1FDA05D040DB7DB915D /* DBTEAMTeamFolderIdListArg.h in Headers */, - F72540723B4189400E4A5447F311D691 /* DBTEAMTeamFolderInvalidStatusError.h in Headers */, - 1311F4E5D4870D6DB0493A48EB001A7C /* DBTEAMTeamFolderListArg.h in Headers */, - C6669C40C9BAB9DB9D868AC523E3B4BF /* DBTEAMTeamFolderListContinueArg.h in Headers */, - 8F0B98414B1AD5806F30B666C6F4221D /* DBTEAMTeamFolderListContinueError.h in Headers */, - 327543C29E25F199A1697BAF6FE8F829 /* DBTEAMTeamFolderListError.h in Headers */, - 12E72DAEE582F0B676D48334D8230B77 /* DBTEAMTeamFolderListResult.h in Headers */, - 46BE960A329C7F3C356A9AC26C368EEB /* DBTEAMTeamFolderMetadata.h in Headers */, - A7FF769545EFDA8F635C5FFA68F5558A /* DBTEAMTeamFolderPermanentlyDeleteError.h in Headers */, - 50A92697553861494AA06E6B5F9BC5FE /* DBTEAMTeamFolderRenameArg.h in Headers */, - 28CEDCD4614D2887219D393BA4807784 /* DBTEAMTeamFolderRenameError.h in Headers */, - 752A9630CB7E36E3D6004C056C469ED7 /* DBTEAMTeamFolderStatus.h in Headers */, - 4FF2E703EB4BCA29E6A1E5DB48397F09 /* DBTEAMTeamFolderTeamSharedDropboxError.h in Headers */, - F96A8086003BA3A2E326277E191F3F03 /* DBTEAMTeamGetInfoResult.h in Headers */, - 3768D2B3556A356273D9D0E3433564FA /* DBTEAMTeamMemberInfo.h in Headers */, - 60B5F70BBFCFED05BF226D006BE475D0 /* DBTEAMTeamMemberProfile.h in Headers */, - 71C739BFA69D509EF52B716907B2C2BE /* DBTEAMTeamMembershipType.h in Headers */, - EC38E45B4D627E45C5FD75D6ACC2F3A4 /* DBTEAMTeamMemberStatus.h in Headers */, - BF3F776C22BDFCA94DC7D5EE6BB85B53 /* DBTEAMTeamNamespacesListArg.h in Headers */, - 4E0B3F12F8592AAA0992E9CD5C9A7DCA /* DBTEAMTeamNamespacesListContinueArg.h in Headers */, - CBFA69AFAA8D0E9762242686D43FE348 /* DBTEAMTeamNamespacesListContinueError.h in Headers */, - 55C2B29371A992CC25EE22F889E68A0C /* DBTEAMTeamNamespacesListResult.h in Headers */, - AE7612F652FA0FC6ACE1BC8FAAC07CE0 /* DBTEAMTokenGetAuthenticatedAdminError.h in Headers */, - C47AFA2E45411E40AB2D8ADE0E04D881 /* DBTEAMTokenGetAuthenticatedAdminResult.h in Headers */, - CBE4BDF033DD89ADEA4C1A1C7080DE0A /* DBTEAMUpdatePropertyTemplateArg.h in Headers */, - 5E291C8F57D3CD2D8AD9EDA9287DE48B /* DBTEAMUpdatePropertyTemplateResult.h in Headers */, - DD1D1FB4F0FF8012D01DD5A9AC8A92CC /* DBTEAMUploadApiRateLimitValue.h in Headers */, - 209F3575C78A415CCC52CBBBC5C51595 /* DBTEAMUserSelectorArg.h in Headers */, - 9191EEFC9D3849D387385C917609DCD3 /* DBTEAMUserSelectorError.h in Headers */, - 9478CA49CCA88B94B6EFD04983B19C98 /* DBTEAMUsersSelectorArg.h in Headers */, - C3512875FE853B15CCC3C3F01DE73C17 /* DBTransportBaseClient+Internal.h in Headers */, - C496D118526F27482F7C453089A179BF /* DBTransportBaseClient.h in Headers */, - 638F92328BD484EDFC1DBD17B170E607 /* DBTransportBaseConfig.h in Headers */, - D8FD9698DE16AA8E8FDE51927370722F /* DBTransportClientProtocol.h in Headers */, - 7EC20017214BDF67DE325F6794D3925D /* DBTransportDefaultClient.h in Headers */, - CF8D11F6D0798F3B9048ACE1B782EEB1 /* DBTransportDefaultConfig.h in Headers */, - F9BA1A0ABBDADEE606850D267DCA5CC0 /* DBUserBaseClient.h in Headers */, - 2191FE628A05511C793A19197A6C32B5 /* DBUserClient.h in Headers */, - BB0347AD5B9BED0D2799A7F7D8AB1740 /* DBUSERSAccount.h in Headers */, - 87F21442A17C4139C5A4C31EA8DEB7AE /* DBUSERSBasicAccount.h in Headers */, - 36FB7E1ADBC5DFE47939EF056D7BC3FC /* DBUSERSCOMMONAccountType.h in Headers */, - 0B3D284DEFA952C0E1A42E96BA3496B1 /* DBUSERSFullAccount.h in Headers */, - 9F07509FAD6FFE3172BDC54340EFD202 /* DBUSERSFullTeam.h in Headers */, - A71C31245A0CDF865C57CCCCAA19D9B5 /* DBUSERSGetAccountArg.h in Headers */, - E3D75E5C8A705CFC2A58EDBFEBCDBFA7 /* DBUSERSGetAccountBatchArg.h in Headers */, - BD08C1E3F56D0CB8B22353A6FE438F2B /* DBUSERSGetAccountBatchError.h in Headers */, - 9E8759949499AC13D49E8CE069428725 /* DBUSERSGetAccountError.h in Headers */, - 95C1011B89494B70FD63A8D8C986E92F /* DBUSERSIndividualSpaceAllocation.h in Headers */, - 9DB25D43092CF79D3D9CED6428FB6941 /* DBUSERSName.h in Headers */, - E283909CDBE455509FCD5C161D8E88B0 /* DBUSERSRouteObjects.h in Headers */, - 0ED1ACF16884CB7C15A1DB3291301BDA /* DBUSERSSpaceAllocation.h in Headers */, - A10FF40657B5619FE538C3BADE3F940D /* DBUSERSSpaceUsage.h in Headers */, - 42258B21B65E3852EF4FFD4D9CB664DA /* DBUSERSTeam.h in Headers */, - 1592498E039514C43D399A4FCFCD13F8 /* DBUSERSTeamSpaceAllocation.h in Headers */, - 3EA55EB724192B04D73A9E27C52B6889 /* DBUSERSUserAuthRoutes.h in Headers */, - BF6FD7732295B34C8288848FB31DE330 /* ObjectiveDropboxOfficial.h in Headers */, - F7C3F1EC91F3704B497FA394BE19603E /* ObjectiveDropboxOfficialLib.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 08879AF653EF2CFE9226E8A6105A0775 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -6588,6 +5849,1022 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + D3F4A1CC7798799D5C0DEF90D92327DF /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 9A8DCEAD197BDAE1A7FBFCC429DC3B32 /* DBAppBaseClient.h in Headers */, + 5507F0152DE2EEF14A42D51FF895259C /* DBAppClient.h in Headers */, + EA7E7006C4D40E3BD63193132A5CDCB4 /* DBASYNCLaunchEmptyResult.h in Headers */, + 8A471C97818D05CC830016F7121D3ACB /* DBASYNCLaunchResultBase.h in Headers */, + 22CA1F85204E576482605F868834E20A /* DBASYNCPollArg.h in Headers */, + 42087C7090EE65D88ACC8117EF05C41C /* DBASYNCPollEmptyResult.h in Headers */, + B499AD83CD72AF469EBAA2FEF4F4F29F /* DBASYNCPollError.h in Headers */, + 930E98C7B7F86838E21786515E69D47C /* DBASYNCPollResultBase.h in Headers */, + 944E4499B53B7CB348687B59DB0DEE30 /* DBAUTHAccessError.h in Headers */, + 73B3A0152420B093459E369DE440EA2A /* DBAUTHAppAuthRoutes.h in Headers */, + BBE5F4A5831A00FA98D8FCBEC40D9D94 /* DBAUTHAuthError.h in Headers */, + 78E698FDC813B90976D541E88B9F9C64 /* DBAUTHInvalidAccountTypeError.h in Headers */, + A6B3F097EE6B5EB110133FFD4E61314C /* DBAUTHPaperAccessError.h in Headers */, + F1BA87FE280588D57D5E083E339A7062 /* DBAUTHRateLimitError.h in Headers */, + AD3B22BBFB1DCC2F2D849598F3614D1D /* DBAUTHRateLimitReason.h in Headers */, + C03F4BCB51D72737223598C80DEDF6D8 /* DBAUTHRouteObjects.h in Headers */, + E1F20B7229C9F34225241AA193D77A6E /* DBAUTHTokenFromOAuth1Arg.h in Headers */, + 12E2A731A4169E95EC1280BA7D817021 /* DBAUTHTokenFromOAuth1Error.h in Headers */, + EB079480BD316557B577159D0717EE3F /* DBAUTHTokenFromOAuth1Result.h in Headers */, + 4CB8830451621FA9C49D70D65E19DEEF /* DBAUTHUserAuthRoutes.h in Headers */, + 572DA6B0084AC1C39B51958410087D2D /* DBChunkInputStream.h in Headers */, + 583437841740248AE48869F9473653CD /* DBClientsManager+DesktopAuth-macOS.h in Headers */, + E2A97C3E3FE420DAB59B5B54AC4D39B9 /* DBClientsManager+Protected.h in Headers */, + 70695871E5D54885209A2327B929450A /* DBClientsManager.h in Headers */, + 288573F18E0A92500033F8461E26FCD7 /* DBCOMMONInvalidPathRootError.h in Headers */, + 93F89E801C1EAEF25705986D311E7ECF /* DBCOMMONPathRoot.h in Headers */, + 8C6343E2168C42C39F7F299E6D2BEDD1 /* DBCOMMONPathRootError.h in Headers */, + EA63C16C1CEE2A6409EED7FC6E78ED40 /* DBCustomDatatypes.h in Headers */, + D19E48560C119D9D00A8E3F49BFBE694 /* DBCustomRoutes.h in Headers */, + B1CF6A29A33EE252F9EC0D095949A4FC /* DBCustomTasks.h in Headers */, + 3D7EDBA663AD196F6FC1F507BE10C452 /* DBDelegate.h in Headers */, + AB43FEA2ADAFC39F8087FC02610BCD23 /* DBFILEPROPERTIESAddPropertiesArg.h in Headers */, + C2E5F035584B3159C76F1A1D4871B182 /* DBFILEPROPERTIESAddPropertiesError.h in Headers */, + 43842BEE5E1794EF8D4D6CBAC1F99DCE /* DBFILEPROPERTIESAddTemplateArg.h in Headers */, + D95E1268AA4458735574EDD9CCC3AFAD /* DBFILEPROPERTIESAddTemplateResult.h in Headers */, + 9D7D152BC6F3C7B703711A988808200F /* DBFILEPROPERTIESGetTemplateArg.h in Headers */, + 81606D30A959C96E58ABF44AF0D672DF /* DBFILEPROPERTIESGetTemplateResult.h in Headers */, + B35119F3AEAD0FC6A273032A84A35E37 /* DBFILEPROPERTIESInvalidPropertyGroupError.h in Headers */, + 764E0CC891E83876FA097645C80F03A5 /* DBFILEPROPERTIESListTemplateResult.h in Headers */, + 2E751E70F735C7DA5D344532868782A2 /* DBFILEPROPERTIESLogicalOperator.h in Headers */, + 06683BA0456F3DDAE1D0B4FCA52D69EE /* DBFILEPROPERTIESLookupError.h in Headers */, + 45FE00118124099D05FF1D6F440D506B /* DBFILEPROPERTIESLookUpPropertiesError.h in Headers */, + DE3759DC8FE35A1E043B863AE3C4C996 /* DBFILEPROPERTIESModifyTemplateError.h in Headers */, + A339BF9160B89544A00BBC380B7F1A65 /* DBFILEPROPERTIESOverwritePropertyGroupArg.h in Headers */, + 2438474725D1F840CC0466EDEEDF1976 /* DBFILEPROPERTIESPropertiesError.h in Headers */, + 1A6B106E9E120F57DF277AAABB2384BC /* DBFILEPROPERTIESPropertiesSearchArg.h in Headers */, + C0AECF63412CE1DFEC501D9BF5EC6F70 /* DBFILEPROPERTIESPropertiesSearchError.h in Headers */, + F4F8E5D85CE3E875514113571D415F8A /* DBFILEPROPERTIESPropertiesSearchMatch.h in Headers */, + 10BE9B6F41A246C7AACDEABBA9898ED4 /* DBFILEPROPERTIESPropertiesSearchMode.h in Headers */, + 2E12F843D1215AA26FF4E06DD2EC260B /* DBFILEPROPERTIESPropertiesSearchQuery.h in Headers */, + F09EAFF1D2BBA196E7861E7DFA582F67 /* DBFILEPROPERTIESPropertiesSearchResult.h in Headers */, + 5FB57F26D212A4E90EFC151649A51B52 /* DBFILEPROPERTIESPropertyField.h in Headers */, + 2A485726E861B9949FC4D25D177C25D6 /* DBFILEPROPERTIESPropertyFieldTemplate.h in Headers */, + 0595A6177148452F731CDE783B29ABAF /* DBFILEPROPERTIESPropertyGroup.h in Headers */, + 9391F7025D0C0F53C8480DE9CB8C1A99 /* DBFILEPROPERTIESPropertyGroupTemplate.h in Headers */, + 491BC4B6111A9052D559F1887947CFFA /* DBFILEPROPERTIESPropertyGroupUpdate.h in Headers */, + 83440E14F1D3B3CF5D07F31E9D20C6E1 /* DBFILEPROPERTIESPropertyType.h in Headers */, + DE9AD3B27128EA75A29F91D3920B7407 /* DBFILEPROPERTIESRemovePropertiesArg.h in Headers */, + 013D64CA84768E81FFF629F5BBADDD3E /* DBFILEPROPERTIESRemovePropertiesError.h in Headers */, + D79AF55A191B88FA025F2BDF2C56DF5A /* DBFILEPROPERTIESRouteObjects.h in Headers */, + C7982FE228961BFCDA1152D086D10B09 /* DBFILEPROPERTIESTeamAuthRoutes.h in Headers */, + 83ADB5F35A782105351F6D84F3D6AA09 /* DBFILEPROPERTIESTemplateError.h in Headers */, + 11A96053B9F834F3CC9F088CDE3FEBBA /* DBFILEPROPERTIESTemplateFilter.h in Headers */, + 4E41377304D42908885F1FF6EA134082 /* DBFILEPROPERTIESTemplateOwnerType.h in Headers */, + D0388261706953AE4053CB6137FF8327 /* DBFILEPROPERTIESUpdatePropertiesArg.h in Headers */, + AD924867A27728B358F071C6DF10B108 /* DBFILEPROPERTIESUpdatePropertiesError.h in Headers */, + 3663B548EE40E411FB5816E5A969C8A0 /* DBFILEPROPERTIESUpdateTemplateArg.h in Headers */, + 149B893D8AE00089591F1D5A18A65DB3 /* DBFILEPROPERTIESUpdateTemplateResult.h in Headers */, + 1645BF6081D24BE1EA618D2E82B6B17A /* DBFILEPROPERTIESUserAuthRoutes.h in Headers */, + D5CEA997CF3B9E3E4DD17489A48B2AA6 /* DBFILEREQUESTSCreateFileRequestArgs.h in Headers */, + 879742E231D6BF4F1DF3BA6FD6038AF8 /* DBFILEREQUESTSCreateFileRequestError.h in Headers */, + E19292EBA3FD63AA12762B77742E94F7 /* DBFILEREQUESTSFileRequest.h in Headers */, + 366D56AB06A5BC80E2D9D17E3D8663C2 /* DBFILEREQUESTSFileRequestDeadline.h in Headers */, + 87FAC6B703A2BD9B4B9B06A2C1558200 /* DBFILEREQUESTSFileRequestError.h in Headers */, + 005A9EB3D8C0B762F458BEF32144FAF4 /* DBFILEREQUESTSGeneralFileRequestsError.h in Headers */, + 9DDA48E348BF544DF6DC3ACE936F8FAC /* DBFILEREQUESTSGetFileRequestArgs.h in Headers */, + 658016C1551DFB89937B773CA826C208 /* DBFILEREQUESTSGetFileRequestError.h in Headers */, + 6453B2005BB456994E37A2628D0EA0AD /* DBFILEREQUESTSGracePeriod.h in Headers */, + 5F44188B558C74C923A3595C485D1861 /* DBFILEREQUESTSListFileRequestsError.h in Headers */, + 10F64CB117B936C3C6D265BAEA1C06A1 /* DBFILEREQUESTSListFileRequestsResult.h in Headers */, + C9316B1FA4427974FF907EC6DA3DF2A6 /* DBFILEREQUESTSRouteObjects.h in Headers */, + AA51338BEAEB6919A1BBF5FD6E20D5B3 /* DBFILEREQUESTSUpdateFileRequestArgs.h in Headers */, + 31A21E9CB9CED7484FA43C6DA5A17CA9 /* DBFILEREQUESTSUpdateFileRequestDeadline.h in Headers */, + 755E1FE1ED21E54544D9BA67A232A370 /* DBFILEREQUESTSUpdateFileRequestError.h in Headers */, + 7619B8DEBD70094416F65B3DB2C58FA5 /* DBFILEREQUESTSUserAuthRoutes.h in Headers */, + 08A69C164C1F72DCC10A31BC08B6988D /* DBFILESAlphaGetMetadataArg.h in Headers */, + 66D3BB6702A0907C8E9627C33A79ADAD /* DBFILESAlphaGetMetadataError.h in Headers */, + E601F750686C36881CBD401FA633F377 /* DBFILESCommitInfo.h in Headers */, + 5BC606067F451A5DED3E384A10E364A2 /* DBFILESCommitInfoWithProperties.h in Headers */, + 7B20E3040B0AE42F1AC07EEBE385212A /* DBFILESCreateFolderArg.h in Headers */, + 32CAC942395EA07D031BDB7E69B4277A /* DBFILESCreateFolderError.h in Headers */, + A8E6F4D3FB20923F3B1BC0BB4F5FB3E7 /* DBFILESCreateFolderResult.h in Headers */, + 96ECB23C2B9807C5E5D6F8C171D48AC1 /* DBFILESDeleteArg.h in Headers */, + 6D8A9CE40A94CB0A101C031CBB9233B0 /* DBFILESDeleteBatchArg.h in Headers */, + 666DE42249C6DE93481999949181D93F /* DBFILESDeleteBatchError.h in Headers */, + E7F9F52A31E26B768C851C4282E0D837 /* DBFILESDeleteBatchJobStatus.h in Headers */, + D357EED4915198A72EEEF1A3F9CAC556 /* DBFILESDeleteBatchLaunch.h in Headers */, + 414CE95241DBB97ED9CDD1C8F5CA486F /* DBFILESDeleteBatchResult.h in Headers */, + 923878F23393BE2F8838A80BF0AB674B /* DBFILESDeleteBatchResultData.h in Headers */, + FB473848CAD82D02698E48B8443D9C45 /* DBFILESDeleteBatchResultEntry.h in Headers */, + 0A49FA14555DE5D7EB05C3D27E048EE4 /* DBFILESDeletedMetadata.h in Headers */, + 845BD11039C50C7C34EF0DDCB5752E68 /* DBFILESDeleteError.h in Headers */, + 4416473CB34CF54E3E151644DC89E397 /* DBFILESDeleteResult.h in Headers */, + 2A6CF1667B6C6A985D45803A2CCAE325 /* DBFILESDimensions.h in Headers */, + 3715134F35B04C9CB6225033C62DAD79 /* DBFILESDownloadArg.h in Headers */, + 64965E29F64D015B64879559AF9C06A4 /* DBFILESDownloadError.h in Headers */, + 88203049F48AD2ABC1E6273C5D4A710F /* DBFILESFileMetadata.h in Headers */, + AC1D735A9B0399D3BF72AAE0EE455E87 /* DBFILESFileOpsResult.h in Headers */, + AB714EF8F7B19E2C6A7AF68BDB4DF121 /* DBFILESFileSharingInfo.h in Headers */, + 89D752380D48621D3086AC3B5454FD48 /* DBFILESFolderMetadata.h in Headers */, + 34B8686154EF02B756E98CD692E12BC2 /* DBFILESFolderSharingInfo.h in Headers */, + D7197CB09946B633F7F46C196495DE4C /* DBFILESGetCopyReferenceArg.h in Headers */, + 28150A71C9489B55E7B1AC7926426A75 /* DBFILESGetCopyReferenceError.h in Headers */, + 3724F2C18F1E9890B8B4126E3194511C /* DBFILESGetCopyReferenceResult.h in Headers */, + C69DC39215C7A40EAC9196B8961E67A0 /* DBFILESGetMetadataArg.h in Headers */, + E80520781000CFDFACA940DE4529A181 /* DBFILESGetMetadataError.h in Headers */, + 69A445B2D5AC1CE2961C4AF169551BAF /* DBFILESGetTemporaryLinkArg.h in Headers */, + C274AD0ADE72CA0DF6D99FE0C47B2D46 /* DBFILESGetTemporaryLinkError.h in Headers */, + F9B0F5DD888845F9602198733B2D9658 /* DBFILESGetTemporaryLinkResult.h in Headers */, + A4C2DCB606318DB38711F204C73D211B /* DBFILESGetThumbnailBatchArg.h in Headers */, + 690DD0A1C7A65A63E117269A7A84B931 /* DBFILESGetThumbnailBatchError.h in Headers */, + 7DA3A93F3C18A7F66D18C4B0CF285D4B /* DBFILESGetThumbnailBatchResult.h in Headers */, + 2842D7AE424C018AD4B85075FDB477D7 /* DBFILESGetThumbnailBatchResultData.h in Headers */, + EDCAFD3FB8293EAE493C01A3D5748661 /* DBFILESGetThumbnailBatchResultEntry.h in Headers */, + C809F7A6A4577F54ADE4EC81D09C1E4F /* DBFILESGpsCoordinates.h in Headers */, + 5EA30A96B53615A9F1C6D8FEA6D39384 /* DBFILESListFolderArg.h in Headers */, + B4CF4ECF5E00BD1B887DAECB4ADE1CB2 /* DBFILESListFolderContinueArg.h in Headers */, + 1E8A79A686D1388FCADAAD6DCE86EAE4 /* DBFILESListFolderContinueError.h in Headers */, + 0A0EAE8DAE30A98768AECDD9863BCF2A /* DBFILESListFolderError.h in Headers */, + BBA5E25B5BB8E2324D85579EBAE6C35E /* DBFILESListFolderGetLatestCursorResult.h in Headers */, + E37CF6E6001318D23ADD834367E2FCD1 /* DBFILESListFolderLongpollArg.h in Headers */, + B8F5F71169B398957C3144A20FD6BFB4 /* DBFILESListFolderLongpollError.h in Headers */, + 13DC9D376AC9407E5522F8B7FC26DAB8 /* DBFILESListFolderLongpollResult.h in Headers */, + 77F691813AA86B7D629ECF40D21AA7FC /* DBFILESListFolderResult.h in Headers */, + 5EEEA441E5B92002E859E068F404B486 /* DBFILESListRevisionsArg.h in Headers */, + 6CD92588AB9525F352D387D952B9A2D0 /* DBFILESListRevisionsError.h in Headers */, + 12B257F8A7D536A1548F16954C194E8E /* DBFILESListRevisionsMode.h in Headers */, + 204D815AC1FEFD8A7D8FE01460815E29 /* DBFILESListRevisionsResult.h in Headers */, + 16809141CBB78AD55E96CA82D902ECDE /* DBFILESLookupError.h in Headers */, + EF23857533FE8EE1600DE5750C636BFF /* DBFILESMediaInfo.h in Headers */, + 03A18B7564B9B76A946E7EF90938ABAF /* DBFILESMediaMetadata.h in Headers */, + 3B7125161C898015CF67F263072EB731 /* DBFILESMetadata.h in Headers */, + E74CAABF2C2F933B2270011F1354A5EE /* DBFILESPhotoMetadata.h in Headers */, + 25979562A447337C8C9E025C274F17B3 /* DBFILESPreviewArg.h in Headers */, + A10D094FD5BA1B665032767BA92421A1 /* DBFILESPreviewError.h in Headers */, + 18023C05A909CB37F7E7E92E66B0973D /* DBFILESRelocationArg.h in Headers */, + 672A8CBDCD515F52C88934821D686CBC /* DBFILESRelocationBatchArg.h in Headers */, + 7DB108C992D7BCFFA33FF206A6CF1098 /* DBFILESRelocationBatchError.h in Headers */, + 0EAD71C7B1D84807797B36C89307D0D1 /* DBFILESRelocationBatchJobStatus.h in Headers */, + D2F710F994FF379785751FBC05F29195 /* DBFILESRelocationBatchLaunch.h in Headers */, + 5D7536E48C6BC4BE0D4FAB2918A14F07 /* DBFILESRelocationBatchResult.h in Headers */, + 01592A8FD5E0CCE31BD63AF880C5469A /* DBFILESRelocationBatchResultData.h in Headers */, + E43FEEF527487B2C6A44C40FBA360330 /* DBFILESRelocationError.h in Headers */, + F1AE2B8696B92E75817BF74644B33897 /* DBFILESRelocationPath.h in Headers */, + B14FE96E78AF77291AC060DD62C7D0F2 /* DBFILESRelocationResult.h in Headers */, + 90D87E59B930F6B8A8907C07164B3FF8 /* DBFILESRestoreArg.h in Headers */, + 3092C063856ADD29F830616A7C6DD413 /* DBFILESRestoreError.h in Headers */, + 294328124E8A32CC72C38F1F9C4D179D /* DBFILESRouteObjects.h in Headers */, + 7EAFF766CD6DF80DABCEB48D1A4FCE76 /* DBFILESSaveCopyReferenceArg.h in Headers */, + ACC844E896CBAA9E160EA59AB13FB349 /* DBFILESSaveCopyReferenceError.h in Headers */, + B7469F773AE7C4EABF9FA4A2C6B83C54 /* DBFILESSaveCopyReferenceResult.h in Headers */, + BEC094C63020D9A13F6134E42CB36670 /* DBFILESSaveUrlArg.h in Headers */, + 1327C09E6983D6FECD9927D69893F2F7 /* DBFILESSaveUrlError.h in Headers */, + 8DAD06DD30F12084262321AD1AC0A07F /* DBFILESSaveUrlJobStatus.h in Headers */, + 326E96CA72B3903AB8E88CF7A442E77E /* DBFILESSaveUrlResult.h in Headers */, + 3D577CFC84B26C208EDEFD3CD631049C /* DBFILESSearchArg.h in Headers */, + 64734A0F32134D97E2BE4AC0B2AC285A /* DBFILESSearchError.h in Headers */, + B47DE3315B16EED8EBF22533EAC74BBF /* DBFILESSearchMatch.h in Headers */, + 7A22574A200F58647C77403C5F44F761 /* DBFILESSearchMatchType.h in Headers */, + F4120F78362516B74AB4551CFE8428C5 /* DBFILESSearchMode.h in Headers */, + 125FB405BDE36381508C1E6644C76FED /* DBFILESSearchResult.h in Headers */, + 7D64287DFA769BA7DA6A06AFB0E74914 /* DBFILESSharedLink.h in Headers */, + D297B60B805DF34963D6F27154E2CD2F /* DBFILESSharingInfo.h in Headers */, + 24F0BE6973B0864094F3AEF10972B2B6 /* DBFILESThumbnailArg.h in Headers */, + 67D7279D4674C085FB66899F280C0852 /* DBFILESThumbnailError.h in Headers */, + BF90A6A794FA64008E2C6E167BADF02F /* DBFILESThumbnailFormat.h in Headers */, + E6497BD6EBD3DC64EE9AA3ECBA738B4D /* DBFILESThumbnailSize.h in Headers */, + BEF2CD333D86CB252C645BE261775E90 /* DBFILESUploadError.h in Headers */, + 863D36CB1CBEB11EB1976F3708A60C42 /* DBFILESUploadErrorWithProperties.h in Headers */, + 4BD3F8A5EA6DE2B15619F073584E6B9E /* DBFILESUploadSessionAppendArg.h in Headers */, + 05E69476A1167898A84A3BB98FCB08D4 /* DBFILESUploadSessionCursor.h in Headers */, + 9DE141928758908D696817535C48C3B9 /* DBFILESUploadSessionFinishArg.h in Headers */, + ED1A4FCA30B1A3B3755C9DB9744E7BFB /* DBFILESUploadSessionFinishBatchArg.h in Headers */, + 7D17201BB9A5E0EAF7B4BC564F80CFDD /* DBFILESUploadSessionFinishBatchJobStatus.h in Headers */, + 569B276B627A154F3E6AC51FBC8D78B5 /* DBFILESUploadSessionFinishBatchLaunch.h in Headers */, + 04F1EB8610A193E93FF90C0126752CAB /* DBFILESUploadSessionFinishBatchResult.h in Headers */, + 34694A5E1AE7C4A9B6CF842FA29C5439 /* DBFILESUploadSessionFinishBatchResultEntry.h in Headers */, + 5495DA90AE9F7D4CFBDED44D50349C55 /* DBFILESUploadSessionFinishError.h in Headers */, + 32A741EF492EFF62501DD64579A11B86 /* DBFILESUploadSessionLookupError.h in Headers */, + 43B3C52A470EB8A36C7F386BF3E329E3 /* DBFILESUploadSessionOffsetError.h in Headers */, + D9655F50A2ED56CE9CCA2924A4BD1E10 /* DBFILESUploadSessionStartArg.h in Headers */, + 79F29C8C76BA882BD5C8FFFFD773B9F9 /* DBFILESUploadSessionStartResult.h in Headers */, + A4285CD9FFF4A3FE6D5B9BBC5AB516E9 /* DBFILESUploadWriteFailed.h in Headers */, + B985E108092E839D9D9CBFC5A4A5CD89 /* DBFILESUserAuthRoutes.h in Headers */, + 905207C26C2D1F101CBB3F2BDAA43B6F /* DBFILESVideoMetadata.h in Headers */, + 4365163C3B250E494480A9D6BEBA2B59 /* DBFILESWriteConflictError.h in Headers */, + BA33122AE51A0772E8D0922D685F373E /* DBFILESWriteError.h in Headers */, + 958C8E154DB22F40750B7DBEFD396A93 /* DBFILESWriteMode.h in Headers */, + 8BE2A2A44C3C198BFE16CF03703D0D7F /* DBGlobalErrorResponseHandler+Internal.h in Headers */, + 34A6D1333CFA912F572B9FCEE65DEB4B /* DBGlobalErrorResponseHandler.h in Headers */, + 022A6F73B9F7124B0850E32E8329DBF8 /* DBHandlerTypes.h in Headers */, + EA90FB3A5F4E5EED581D68DAC443AACD /* DBHandlerTypesInternal.h in Headers */, + C519CB7C7AD56055DBBC8082C2C0125E /* DBOAuthDesktop-macOS.h in Headers */, + 143998FFC73552F217C99021B07FEACC /* DBOAuthManager+Protected.h in Headers */, + 59AE42A9AC3CDD5D93A1EABA05CEA509 /* DBOAuthManager.h in Headers */, + 6A25B1370720632DC57C7351B6EDAFC6 /* DBOAuthResult.h in Headers */, + 1DD07A12C212C39C9AAA59D4E986648F /* DBPAPERAddMember.h in Headers */, + ED6EC08572FEB43748867B64000B3946 /* DBPAPERAddPaperDocUser.h in Headers */, + FC267DFEEEE51B83FC7512E90865C4EE /* DBPAPERAddPaperDocUserMemberResult.h in Headers */, + 033398CCC78FEB31E8179B4F95C0B78E /* DBPAPERAddPaperDocUserResult.h in Headers */, + D630E5594EABA5ED7D7751E2D0D4B1D7 /* DBPAPERCursor.h in Headers */, + 14CFCBDE02CA353CF5BBD103824880D8 /* DBPAPERDocLookupError.h in Headers */, + 3CE02A31D132151E0012FBCB4156D222 /* DBPAPERDocSubscriptionLevel.h in Headers */, + 9D293C07EDBCCC93230C23DE2C16C39D /* DBPAPERExportFormat.h in Headers */, + 2B63EE880836EF78CBF8A21664811C5D /* DBPAPERFolder.h in Headers */, + 7C8DBC83F0F8088F659D1AC4AE7D45F6 /* DBPAPERFoldersContainingPaperDoc.h in Headers */, + 6CEE227F3897D2ACA96C0D139E3CE09C /* DBPAPERFolderSharingPolicyType.h in Headers */, + 8DBDD1AED04B5606DE0DDA2D3A0B3D6F /* DBPAPERFolderSubscriptionLevel.h in Headers */, + 53D6D7020EA2BE47D90C07FCB4FDA246 /* DBPAPERImportFormat.h in Headers */, + 1A0DEA0786CD5E36CE042E89D1E4EE85 /* DBPAPERInviteeInfoWithPermissionLevel.h in Headers */, + CF469C8DF7CFD981383B00FD2C27ADE9 /* DBPAPERListDocsCursorError.h in Headers */, + 84FE15B3F14814DE2DF4A6F662B4B234 /* DBPAPERListPaperDocsArgs.h in Headers */, + 2FA9DC22D6EDCD3B66E972AB19C806E4 /* DBPAPERListPaperDocsContinueArgs.h in Headers */, + 62CB2F6B645CA3300B63AE98EEB0B84C /* DBPAPERListPaperDocsFilterBy.h in Headers */, + 2E8F8CC409E431CA53A1CB1F278FFE8E /* DBPAPERListPaperDocsResponse.h in Headers */, + B8EC9AB4A9F03CCCC84BEC25154344C3 /* DBPAPERListPaperDocsSortBy.h in Headers */, + 135E975E1D8D56ACC85D3AE5670503D6 /* DBPAPERListPaperDocsSortOrder.h in Headers */, + F98F700A9214CDE150CF4521EA0280D0 /* DBPAPERListUsersCursorError.h in Headers */, + 4942B20F62ED8DC4EFDD83A6712E639C /* DBPAPERListUsersOnFolderArgs.h in Headers */, + 5C3D0F3048EC5C9C51BF3D7C32A15B7C /* DBPAPERListUsersOnFolderContinueArgs.h in Headers */, + 9788874BF592612722DE87D0656D3963 /* DBPAPERListUsersOnFolderResponse.h in Headers */, + 606446FD31FA9D65E3E66143CF347625 /* DBPAPERListUsersOnPaperDocArgs.h in Headers */, + E4DAEDBB2B4AD1D7C756F11B2470D41B /* DBPAPERListUsersOnPaperDocContinueArgs.h in Headers */, + AAD9EAF296CAB464F7C6002CAB263CDD /* DBPAPERListUsersOnPaperDocResponse.h in Headers */, + 905A7DCFB023A7AFC5E5D611FF439356 /* DBPAPERPaperApiBaseError.h in Headers */, + 95551679D1D3678D3CE7F0563A703204 /* DBPAPERPaperApiCursorError.h in Headers */, + C14B04F730735EFC0D0383F073F14C35 /* DBPAPERPaperDocCreateArgs.h in Headers */, + 6433156A5B21345A7F36A04B0E743EFB /* DBPAPERPaperDocCreateError.h in Headers */, + 6F7A797F687E95C03D0E9D5822EB255D /* DBPAPERPaperDocCreateUpdateResult.h in Headers */, + CA1DBF1B31BB2D63B55B10B48FF50A4C /* DBPAPERPaperDocExport.h in Headers */, + CDA0E007199037ADD5061A143DA2594F /* DBPAPERPaperDocExportResult.h in Headers */, + 00F463E03B97E2CF198B1F7C9061B461 /* DBPAPERPaperDocPermissionLevel.h in Headers */, + ACEA2DFBA7989E169CE1FEC7990B12D1 /* DBPAPERPaperDocSharingPolicy.h in Headers */, + 932F81DF63D72091E231C224C7E92792 /* DBPAPERPaperDocUpdateArgs.h in Headers */, + 12A7999964A94770525FA82CEFD652EF /* DBPAPERPaperDocUpdateError.h in Headers */, + D4FC9FD8D83BE38A2486336CCA273736 /* DBPAPERPaperDocUpdatePolicy.h in Headers */, + 9B671298B5BBFCAECC1AE9BCEEA39E7F /* DBPAPERRefPaperDoc.h in Headers */, + 884BF42CF1EA160DD573FF3B87FEDB6C /* DBPAPERRemovePaperDocUser.h in Headers */, + 412AA6B05A4BACCBC1EBA7C9E98842F7 /* DBPAPERRouteObjects.h in Headers */, + 2A9453D08BEC2E5F0641115BECE2B7D3 /* DBPAPERSharingPolicy.h in Headers */, + 70A32128748350BC842F9E21F8E9BEDD /* DBPAPERSharingPublicPolicyType.h in Headers */, + 3E73CA3275B5E6C23C5789F399528A46 /* DBPAPERSharingTeamPolicyType.h in Headers */, + 23E7DF65B50BE6F45F88D647F1DB5C3D /* DBPAPERUserAuthRoutes.h in Headers */, + 4374CAD55E95917DC583B7E6A7361E74 /* DBPAPERUserInfoWithPermissionLevel.h in Headers */, + 29FED2A7969166EFE43BDB0F749E686B /* DBPAPERUserOnPaperDocFilter.h in Headers */, + 20FBE315D009B0DB6E9E9BAC562955E2 /* DBRequestErrors.h in Headers */, + F3B2B558406FAAACF4E09949B01ADA99 /* DBSDKConstants.h in Headers */, + 35F14A2B2AC2719ADCD60ADF3F257257 /* DBSDKImports-macOS.h in Headers */, + 2C488A2A4799F5A2A93B6E4EE1265141 /* DBSDKImportsGenerated.h in Headers */, + 20114B70D23ABF973DEBD20B3F8354AF /* DBSDKImportsShared.h in Headers */, + 64F473575F964369A372A5C1FC4591C5 /* DBSDKKeychain.h in Headers */, + 13174F0E7BF498B58B188B556B3D8040 /* DBSDKReachability.h in Headers */, + 8C9DCB8279836B3C5941CCB91A745318 /* DBSDKSystem.h in Headers */, + 36395392E44C40E700D039A01A93D0B6 /* DBSerializableProtocol.h in Headers */, + 75CFFCE71756077472F3CD1952AF3107 /* DBSessionData.h in Headers */, + FF25FD2EC11A11DD8D765E29C535790B /* DBSharedApplicationProtocol.h in Headers */, + 526798659CB2284D917E9D1D61C883CF /* DBSHARINGAccessLevel.h in Headers */, + 80FD0572D6991D01102A94C4FA4ABC51 /* DBSHARINGAclUpdatePolicy.h in Headers */, + E3378E06F813A3186C54AB25ECCDA700 /* DBSHARINGAddFileMemberArgs.h in Headers */, + 26378BC97D454E861A170730BACB910E /* DBSHARINGAddFileMemberError.h in Headers */, + 7D2395DD41BCBED9B6439F88AB4ED922 /* DBSHARINGAddFolderMemberArg.h in Headers */, + 538F37A27603923D5D859DF57847B3C5 /* DBSHARINGAddFolderMemberError.h in Headers */, + 669DF8855E2CD38173B552BBCC335A9F /* DBSHARINGAddMember.h in Headers */, + 82BD8F1A8FCBC9A41296573DE9F84424 /* DBSHARINGAddMemberSelectorError.h in Headers */, + 62C743CCF61FCD9727732AA5A73B7F48 /* DBSHARINGAudienceExceptionContentInfo.h in Headers */, + 5CF939871225CC72F7724138CA77FDF6 /* DBSHARINGAudienceExceptions.h in Headers */, + 2290F41DD557054A04EBA310C11982FC /* DBSHARINGAudienceRestrictingSharedFolder.h in Headers */, + 95EF2B9E3BF0A28A11C84C0E8197B633 /* DBSHARINGChangeFileMemberAccessArgs.h in Headers */, + 71F15B6322C738AC60880376BCD73F23 /* DBSHARINGCollectionLinkMetadata.h in Headers */, + 4EF5E2F4BF2EF6E1AC96E46F7BA740EB /* DBSHARINGCreateSharedLinkArg.h in Headers */, + B9FAC98F3937AD7BF36BD9944A7843A3 /* DBSHARINGCreateSharedLinkError.h in Headers */, + 1DF5B2E9A87043823ED17C825ED78C1E /* DBSHARINGCreateSharedLinkWithSettingsArg.h in Headers */, + C30E24A0710F72F4104F9A9C15289F2C /* DBSHARINGCreateSharedLinkWithSettingsError.h in Headers */, + 513490C0AC0F093B0F3CA6EC3B441F2E /* DBSHARINGExpectedSharedContentLinkMetadata.h in Headers */, + E00BC9AA1306C5B5E341340010803B31 /* DBSHARINGFileAction.h in Headers */, + CC560FB51327DF7FF95EF401A7C0ADE8 /* DBSHARINGFileErrorResult.h in Headers */, + 6078E91F8A7A7C5BB7E05F007342237A /* DBSHARINGFileLinkMetadata.h in Headers */, + BFB56F933F61B69629D798D23C1C8FC6 /* DBSHARINGFileMemberActionError.h in Headers */, + E3E85A1B851F3BABA4F4283F76E0CBA9 /* DBSHARINGFileMemberActionIndividualResult.h in Headers */, + 9BAAA1203F6AA55DE72D2DECEBAED12F /* DBSHARINGFileMemberActionResult.h in Headers */, + 06CD26536018A5613B61D6846D6EBE2B /* DBSHARINGFileMemberRemoveActionResult.h in Headers */, + 5A6405B7411A8B01EE2DC7754379C589 /* DBSHARINGFilePermission.h in Headers */, + 03A9596A9B0E998DA92A8B2FB70FD98D /* DBSHARINGFolderAction.h in Headers */, + D3303A0A6A2A69FEC2F52DDFC7AA1452 /* DBSHARINGFolderLinkMetadata.h in Headers */, + AD6D883D6CE42A048576457B0A3387E1 /* DBSHARINGFolderPermission.h in Headers */, + 73FCA03F05990807094B75CDC57DD017 /* DBSHARINGFolderPolicy.h in Headers */, + CDC9117D3C438B39D16E366969DB9844 /* DBSHARINGGetFileMetadataArg.h in Headers */, + 81AB90DFEF8E218C05541B71EAEABAF0 /* DBSHARINGGetFileMetadataBatchArg.h in Headers */, + 559BE99546A3893D12C5E59089DDD842 /* DBSHARINGGetFileMetadataBatchResult.h in Headers */, + AE8E7C496B67B96FFCD3F2464C9B19BC /* DBSHARINGGetFileMetadataError.h in Headers */, + 7D6581FFAD2A566CA51871A6679467B3 /* DBSHARINGGetFileMetadataIndividualResult.h in Headers */, + 00614925725ACF6DFBB4A42D63E058BD /* DBSHARINGGetMetadataArgs.h in Headers */, + 9D5816B37CA86BA8886C18C0F632897F /* DBSHARINGGetSharedLinkFileError.h in Headers */, + 1041270A7763711E66AC20DC2E99DA1D /* DBSHARINGGetSharedLinkMetadataArg.h in Headers */, + 0CCC656A65B4BF1936B30C276269ED9F /* DBSHARINGGetSharedLinksArg.h in Headers */, + CE101105198E1EFF71CFD6BE7A8242C5 /* DBSHARINGGetSharedLinksError.h in Headers */, + D557D314BB9C9EA32E2B87EEA5B835D4 /* DBSHARINGGetSharedLinksResult.h in Headers */, + CB2A29FFCFF51CB637655A6924686EB1 /* DBSHARINGGroupInfo.h in Headers */, + E3A262115D04058384F526FB801B4F42 /* DBSHARINGGroupMembershipInfo.h in Headers */, + 5C3CA5F44E48F098912D3AEC3CB6DDCB /* DBSHARINGInsufficientPlan.h in Headers */, + 51CB0EBB1C14055827B9C3684460EEF4 /* DBSHARINGInsufficientQuotaAmounts.h in Headers */, + E8191512F4DA6B955370C8026E75DDB0 /* DBSHARINGInviteeInfo.h in Headers */, + B275A0F413103C5CAFC64E4A51A2B411 /* DBSHARINGInviteeMembershipInfo.h in Headers */, + 6EE0DEB757E5F22052B71D04CEAB89C3 /* DBSHARINGJobError.h in Headers */, + AC2381B44A501AA655C685927982E508 /* DBSHARINGJobStatus.h in Headers */, + 6D1C688700BAD6BBBE79A6292AC47F93 /* DBSHARINGLinkAction.h in Headers */, + 895E7A1A24F44A5886DEF243FF47CF64 /* DBSHARINGLinkAudience.h in Headers */, + 68F747C94D65EB6051EFFCAA8BA380A3 /* DBSHARINGLinkExpiry.h in Headers */, + DC3D0820806E6AFA1343F83F4A0CA26D /* DBSHARINGLinkMetadata.h in Headers */, + 987E72BD361187F0BC25F70352EC91BD /* DBSHARINGLinkPassword.h in Headers */, + 68E44FBCDED144EFEE41674A06F0D406 /* DBSHARINGLinkPermission.h in Headers */, + FCB8E766DD2198C65ECAEE5AB93638C3 /* DBSHARINGLinkPermissions.h in Headers */, + 65EA30717F9F5742F998C756A5AF5006 /* DBSHARINGLinkSettings.h in Headers */, + 3CB5502523171C29E63860D17F172BAC /* DBSHARINGListFileMembersArg.h in Headers */, + CFD6C3CFE747899C360F1520F8BBEEA3 /* DBSHARINGListFileMembersBatchArg.h in Headers */, + 644ED49FCB10844A8E6A602BB3E97009 /* DBSHARINGListFileMembersBatchResult.h in Headers */, + 72BEE3F8EA1ACAC1E9CD65F207F3A4FB /* DBSHARINGListFileMembersContinueArg.h in Headers */, + 59654C6B907E2599854D037A29EF8EC3 /* DBSHARINGListFileMembersContinueError.h in Headers */, + DEF800BDE01CB422ED8653506330B4A8 /* DBSHARINGListFileMembersCountResult.h in Headers */, + F94BB262B879252D4C2148ADC1B30D8C /* DBSHARINGListFileMembersError.h in Headers */, + 621185845A973470686DCFB83679A4AF /* DBSHARINGListFileMembersIndividualResult.h in Headers */, + 9C4117E095CCB357D4CECED3F92CC697 /* DBSHARINGListFilesArg.h in Headers */, + 8CFAF5BE6D3529C472282796501BA10E /* DBSHARINGListFilesContinueArg.h in Headers */, + D6EB88208B7AF429E9D4A9132A13BACC /* DBSHARINGListFilesContinueError.h in Headers */, + 2498E7D4D713AD1B61437A820E88DC38 /* DBSHARINGListFilesResult.h in Headers */, + C69ED088BE8606D81D30482749CF75BE /* DBSHARINGListFolderMembersArgs.h in Headers */, + 02B6E9EA1C8D7B4587C9422F8B21C57F /* DBSHARINGListFolderMembersContinueArg.h in Headers */, + BFE6A05AF5FE728C5380D53214718FBB /* DBSHARINGListFolderMembersContinueError.h in Headers */, + D3BFBAB9651554BA4FDCDAB945430AF9 /* DBSHARINGListFolderMembersCursorArg.h in Headers */, + AE45A1279C6889BB1F1EC707144B0557 /* DBSHARINGListFoldersArgs.h in Headers */, + BC498DECA94AAE5D026B0759511B9EBA /* DBSHARINGListFoldersContinueArg.h in Headers */, + 6E73A5E8FB2B255A41F6DEB4AB01E302 /* DBSHARINGListFoldersContinueError.h in Headers */, + E16BF217780CDD2482106892834C3E8C /* DBSHARINGListFoldersResult.h in Headers */, + D8F757D07F7C2B812525622F4040FF17 /* DBSHARINGListSharedLinksArg.h in Headers */, + 543F9F9F3D9D5821F670AFDAF5FC9A05 /* DBSHARINGListSharedLinksError.h in Headers */, + BE0E2EC24F73D4D72C170454540F3998 /* DBSHARINGListSharedLinksResult.h in Headers */, + 2E3B9B5C44401561C943E648D6E8B4EB /* DBSHARINGMemberAccessLevelResult.h in Headers */, + 1E66DF6BD4BF6C37C316C6080BC405C5 /* DBSHARINGMemberAction.h in Headers */, + 69554F433F2E401EFA1567988994BC61 /* DBSHARINGMemberPermission.h in Headers */, + EAAE24DCF599E03855A1C9E35231411D /* DBSHARINGMemberPolicy.h in Headers */, + 7877EF5B1C0712E415E3EED68F1108A9 /* DBSHARINGMemberSelector.h in Headers */, + E56E26145032502D73923307685C8B8B /* DBSHARINGMembershipInfo.h in Headers */, + 545DBD27F84427F43C3BF7772E16728D /* DBSHARINGModifySharedLinkSettingsArgs.h in Headers */, + 0DEA77041F1524CA9D5970BA34C1466C /* DBSHARINGModifySharedLinkSettingsError.h in Headers */, + 2982A322B4DD1AB516BCE34DE29A82F5 /* DBSHARINGMountFolderArg.h in Headers */, + C7FB838BAAA7E5A321346A806CE6C90C /* DBSHARINGMountFolderError.h in Headers */, + 507661F7C5C3E9D9122B899811A8C972 /* DBSHARINGParentFolderAccessInfo.h in Headers */, + 6745105A4B6AFC065BA4D4401BC5111B /* DBSHARINGPathLinkMetadata.h in Headers */, + D21E2EC4609944BF38C13FB412AC0D8E /* DBSHARINGPendingUploadMode.h in Headers */, + DE720849C0FBEFCF4C7934ED63BBF112 /* DBSHARINGPermissionDeniedReason.h in Headers */, + CE8724C7AA830A34C8F5299B90DFCFB2 /* DBSHARINGRelinquishFileMembershipArg.h in Headers */, + 1C9C730E377CA92BE5B4E2B9EA7CEA94 /* DBSHARINGRelinquishFileMembershipError.h in Headers */, + 692B648E537C89E0D802B014B8102D2D /* DBSHARINGRelinquishFolderMembershipArg.h in Headers */, + 5DF8D6406A0352EFED224C80878B9E5E /* DBSHARINGRelinquishFolderMembershipError.h in Headers */, + BBCF9162CBD193EDD4D8A2C41B5064BA /* DBSHARINGRemoveFileMemberArg.h in Headers */, + 2B8BA89B7CF31BDFABBA8E10BFF7DEE4 /* DBSHARINGRemoveFileMemberError.h in Headers */, + 3759B021B5E2813C7BFAC51B3DBD33D4 /* DBSHARINGRemoveFolderMemberArg.h in Headers */, + 0E0D95C96E0861EF15D84BB19FBB059B /* DBSHARINGRemoveFolderMemberError.h in Headers */, + 4C0E6DCE6FD77A97D2F5C22969E950EF /* DBSHARINGRemoveMemberJobStatus.h in Headers */, + E2E008637B6407D36B8ECDDEAFDB04FB /* DBSHARINGRequestedVisibility.h in Headers */, + E440CD11FC2FE13959726E788E087D93 /* DBSHARINGResolvedVisibility.h in Headers */, + D81F9A24954DD67202AFA88ADB0B3BA1 /* DBSHARINGRevokeSharedLinkArg.h in Headers */, + 485F37349D5B8BF65DC61E6FB94FCD51 /* DBSHARINGRevokeSharedLinkError.h in Headers */, + B45AA415EE61E308BFE3A54FF5B00460 /* DBSHARINGRouteObjects.h in Headers */, + 4E50AD7667F2609F6B0647087E71C524 /* DBSHARINGSharedContentLinkMetadata.h in Headers */, + C564187F676C1990C76B80A57161DA7A /* DBSHARINGSharedContentLinkMetadataBase.h in Headers */, + AD80CE9322CA85452629FA6C3DD36E30 /* DBSHARINGSharedFileMembers.h in Headers */, + 7A5C2F90F1FC3DEE877E050F66D530BF /* DBSHARINGSharedFileMetadata.h in Headers */, + 26AFCCC8EBD025B8AB854C6B8357A534 /* DBSHARINGSharedFolderAccessError.h in Headers */, + D0E7510F021FE9A05C61565B9E4552DA /* DBSHARINGSharedFolderMemberError.h in Headers */, + 993FE3F55A8D83DBF262EDEB1EE6C9B0 /* DBSHARINGSharedFolderMembers.h in Headers */, + 796D46A524D124F584F8AEA33FE094BD /* DBSHARINGSharedFolderMetadata.h in Headers */, + 16DADF5425FFB3D17D7F752E265133E4 /* DBSHARINGSharedFolderMetadataBase.h in Headers */, + 9236D6A343E325A06E648685A93C1E92 /* DBSHARINGSharedLinkAccessFailureReason.h in Headers */, + F4391A36F47BDC6C8558D64967FA9B5B /* DBSHARINGSharedLinkError.h in Headers */, + 4947BD86B12A5C21CFEF1861C53FE1AE /* DBSHARINGSharedLinkMetadata.h in Headers */, + EDA0FBCB8F7A8B8F6EDE145E587D3D04 /* DBSHARINGSharedLinkPolicy.h in Headers */, + 9BECFE3E6ED345CD11DC24EC0CCC75A6 /* DBSHARINGSharedLinkSettings.h in Headers */, + 69E55EF51CC8EFC6ABE8C54B3885E455 /* DBSHARINGSharedLinkSettingsError.h in Headers */, + 6E6A9B8C044929A7965CA9C4E177AD30 /* DBSHARINGShareFolderArg.h in Headers */, + A50E918B30FED6E94322596236561560 /* DBSHARINGShareFolderArgBase.h in Headers */, + 61D3F4AB788F4E0FE3493665587A784F /* DBSHARINGShareFolderError.h in Headers */, + 205430E28CC1D046569CF25135C1ED5B /* DBSHARINGShareFolderErrorBase.h in Headers */, + 2EABEE5A08B0BECAC71480EB5E07FC4A /* DBSHARINGShareFolderJobStatus.h in Headers */, + 993E6BA40E51D266B06CD03B6867E8D6 /* DBSHARINGShareFolderLaunch.h in Headers */, + 69AF77D7480B96AB9AD2044E35C10D29 /* DBSHARINGSharePathError.h in Headers */, + 17FA6C9FF93A3ACB17E56FF8F0D434E0 /* DBSHARINGSharingFileAccessError.h in Headers */, + C2415B742B73BC9A1D2B1F68048B45E7 /* DBSHARINGSharingUserError.h in Headers */, + DFD34D69BDAFB03B917C1D74194A1C9E /* DBSHARINGTeamMemberInfo.h in Headers */, + D83F3A1A35E75055E0ABA41B04F6E40E /* DBSHARINGTransferFolderArg.h in Headers */, + 593D9EA1FAD6D06420AE3D54DC50AEF6 /* DBSHARINGTransferFolderError.h in Headers */, + 4A0B58B555504178EE908A9D422A0550 /* DBSHARINGUnmountFolderArg.h in Headers */, + E8722DF0F54FB733FFF3F8049122A27B /* DBSHARINGUnmountFolderError.h in Headers */, + F47FBBBBAF7D68CFAE1C15400B0BE871 /* DBSHARINGUnshareFileArg.h in Headers */, + FAB1A4BB4369DF71C7450EF22F999407 /* DBSHARINGUnshareFileError.h in Headers */, + 055B756120E4B24F670EDD1C4958B2F2 /* DBSHARINGUnshareFolderArg.h in Headers */, + 472A32078FB540B0F02C9BB3EAB35F80 /* DBSHARINGUnshareFolderError.h in Headers */, + 81AE1E5858B684103123093EFF43E54C /* DBSHARINGUpdateFileMemberArgs.h in Headers */, + 905E771B0E85FAEA1E422D76F84C7018 /* DBSHARINGUpdateFolderMemberArg.h in Headers */, + 154F09C6FB553413A0962F99F7A16B64 /* DBSHARINGUpdateFolderMemberError.h in Headers */, + 35DAA679F20E89BD4D82BCCF61998F18 /* DBSHARINGUpdateFolderPolicyArg.h in Headers */, + 10953C431F7D9A73727B864E8DDE0A4C /* DBSHARINGUpdateFolderPolicyError.h in Headers */, + DF98A5002D7B03309EF5FF2F22F20256 /* DBSHARINGUserAuthRoutes.h in Headers */, + EE1B83E1CED5D1494BB85244051071A8 /* DBSHARINGUserFileMembershipInfo.h in Headers */, + 8682BB66756FF283EC657A2E10DD0404 /* DBSHARINGUserInfo.h in Headers */, + 09D4F67170C2C9AA26C3598B9754E561 /* DBSHARINGUserMembershipInfo.h in Headers */, + EBF9CC8F6F55ADDEEF17D6DF904D8298 /* DBSHARINGViewerInfoPolicy.h in Headers */, + B21AFAECC244B689D87E52A0BD4F2C7C /* DBSHARINGVisibility.h in Headers */, + 9AC3973817DB33E269C7FBEB00A63AFC /* DBStoneBase.h in Headers */, + BA2947E88E41782519844CFA823F8A5B /* DBStoneSerializers.h in Headers */, + 66FB4ABB6178E97581EC7A57D7127D14 /* DBStoneValidators.h in Headers */, + 0EF831CD5BB6135D571F4AF898BCC51F /* DBTasks+Protected.h in Headers */, + F064D43F0ABEEF9BE4306FC5339AD5DE /* DBTasks.h in Headers */, + 1DAC2B4412C4621AA2483C49D646FA9A /* DBTasksImpl.h in Headers */, + DAB85C5400827747CC7BB9A8D4920BBD /* DBTasksStorage.h in Headers */, + 6036FBE369EB7967C984AA1EAC7BEDAF /* DBTEAMActiveWebSession.h in Headers */, + E1AB6435894CDC346888F9479F1B0DBE /* DBTEAMAdminTier.h in Headers */, + C9E3E071A6C7A6037566A8BBA382D1C8 /* DBTEAMApiApp.h in Headers */, + 0C8D5658785C9F2F882A0C553E3F35F9 /* DBTeamBaseClient.h in Headers */, + CBB95B67339AE8BF7E1CC1708A3B80CE /* DBTEAMBaseDfbReport.h in Headers */, + 711DC07B5AF9D65887733FF485BB0179 /* DBTEAMBaseTeamFolderError.h in Headers */, + 627124B4F2DB6AC215BC021D51039B4C /* DBTeamClient.h in Headers */, + 2144173E0F494A37756D212294464D0E /* DBTEAMCOMMONGroupManagementType.h in Headers */, + 808E9814D413A91BA24E64CC2D636CF6 /* DBTEAMCOMMONGroupSummary.h in Headers */, + 751070E4571FABA917ECCDE455B590D2 /* DBTEAMCOMMONGroupType.h in Headers */, + 6543CF568CDF7BFC8B4C4156D5A30D32 /* DBTEAMCOMMONTimeRange.h in Headers */, + F9AB8A0299FC25CD6C8D20907EACFFE8 /* DBTEAMCustomQuotaError.h in Headers */, + 670134F6504A56E260C2BE2BDE824384 /* DBTEAMCustomQuotaResult.h in Headers */, + C6EBAC4E8614D14734946A92327FFA0E /* DBTEAMCustomQuotaUsersArg.h in Headers */, + 3488475AAC7A4E86FAB09385707FD961 /* DBTEAMDateRange.h in Headers */, + 22429967E09F0A709E3A348FEDE59764 /* DBTEAMDateRangeError.h in Headers */, + FBC722DAD1DD9BA54C40B1817BD920F3 /* DBTEAMDesktopClientSession.h in Headers */, + 5B51841823B23F9F0C343E5AD59774E3 /* DBTEAMDesktopPlatform.h in Headers */, + 65575E44263AF7FAE37989E5591A409C /* DBTEAMDevicesActive.h in Headers */, + 28960BCBF9018B6AC98F04CA37A5E7AB /* DBTEAMDeviceSession.h in Headers */, + 7C0FBDD7B563AFB29A1E9417A676AB68 /* DBTEAMDeviceSessionArg.h in Headers */, + 678B716D65690BC16FD20C9304472551 /* DBTEAMFeature.h in Headers */, + E95CCBA31937A6E2EE00B7CC31B2C33C /* DBTEAMFeaturesGetValuesBatchArg.h in Headers */, + C6BD70477911E785E28BFCC79D333EB2 /* DBTEAMFeaturesGetValuesBatchError.h in Headers */, + 1E4BB57FB6B4E8A7F24ED24D4171B357 /* DBTEAMFeaturesGetValuesBatchResult.h in Headers */, + 7074B46941B308A4FC5F673D690A5D83 /* DBTEAMFeatureValue.h in Headers */, + 9E53BF24944CFE58D7C0CCBF4026F17B /* DBTEAMGetActivityReport.h in Headers */, + 083610B4CFF91F6D472D8CE2F649BDCF /* DBTEAMGetDevicesReport.h in Headers */, + D24DB3FD7A2A80CB5EAF4807A7A27518 /* DBTEAMGetMembershipReport.h in Headers */, + 80CBF49B51C101A42D8DC8EDFC5F4EE6 /* DBTEAMGetStorageReport.h in Headers */, + DF5B520361CD8AD9099EA4226D367EC5 /* DBTEAMGroupAccessType.h in Headers */, + 951931B974251FCC0985B8295E43503E /* DBTEAMGroupCreateArg.h in Headers */, + 331C77C635F9EBEB2DDA89748B4CE181 /* DBTEAMGroupCreateError.h in Headers */, + CE49DF370CACB0C71B918A98FBEDCBE9 /* DBTEAMGroupDeleteError.h in Headers */, + F303F3FFDC6AC755BA77FD044F43AA8D /* DBTEAMGroupFullInfo.h in Headers */, + CDFD4C4DB0ABBE645DEB2EAF5D97F2FA /* DBTEAMGroupMemberInfo.h in Headers */, + B8EABB8BF193F1C363EC830A2FAC6244 /* DBTEAMGroupMembersAddArg.h in Headers */, + 6E3446A318FD32EED5CB5E3C68F1C8E7 /* DBTEAMGroupMembersAddError.h in Headers */, + 8BE23D21E232B2A88456A0B0D440E7B6 /* DBTEAMGroupMembersChangeResult.h in Headers */, + 38BF4786110937D40D85B95B205F14DF /* DBTEAMGroupMemberSelector.h in Headers */, + EFE1602397CFF8C248CBDEED63AD4F7D /* DBTEAMGroupMemberSelectorError.h in Headers */, + A6C9D4F0A8EB20DEC313911C80CA1832 /* DBTEAMGroupMemberSetAccessTypeError.h in Headers */, + C77F4971491A1B372F650071681C9D7C /* DBTEAMGroupMembersRemoveArg.h in Headers */, + 5682087F87D003E79AA5F9AD56B3C204 /* DBTEAMGroupMembersRemoveError.h in Headers */, + 4CAE9548B7BB451CDA6C93836C7B1D4A /* DBTEAMGroupMembersSelector.h in Headers */, + 4F3A2D6D5D105AEC1F2F7A280BD9B825 /* DBTEAMGroupMembersSelectorError.h in Headers */, + 3AB55B41B40B5DA955725F30E62CF96D /* DBTEAMGroupMembersSetAccessTypeArg.h in Headers */, + 1EC8523EA6367E4DD6DF3CFFB56BEE98 /* DBTEAMGroupSelector.h in Headers */, + 06AA9B1B81D6C9CA8D36A20DD0E92EB9 /* DBTEAMGroupSelectorError.h in Headers */, + 7431191B3D4CAD511AC60ADA058764DF /* DBTEAMGroupSelectorWithTeamGroupError.h in Headers */, + 7B2E055F317D22353143AC532AA938F9 /* DBTEAMGroupsGetInfoError.h in Headers */, + DE8F5A436AA2061355A3A582B1855C98 /* DBTEAMGroupsGetInfoItem.h in Headers */, + 76371B96A6A044E343E8ABB8B99D0C7A /* DBTEAMGroupsListArg.h in Headers */, + 85FEEE6ABA502B779A87FF1573E5C429 /* DBTEAMGroupsListContinueArg.h in Headers */, + 5C10ED5E39F8150B19A950C1AF570B7D /* DBTEAMGroupsListContinueError.h in Headers */, + 6DD9DBA1FE251492419AA7B5C087319E /* DBTEAMGroupsListResult.h in Headers */, + 43A5D33B561C58914AA8C5DC7E207919 /* DBTEAMGroupsMembersListArg.h in Headers */, + 746575F278E0034AFA12DF26F7A9AE43 /* DBTEAMGroupsMembersListContinueArg.h in Headers */, + 284499DB18EB485BC8E5DD360B8A804A /* DBTEAMGroupsMembersListContinueError.h in Headers */, + 11D95820C707F976FA7CB9C445468C9F /* DBTEAMGroupsMembersListResult.h in Headers */, + 39940AA93B8B4B219BA89BE90B71B723 /* DBTEAMGroupsPollError.h in Headers */, + 8ACD09B6A7D7983BEAD3889770E1ED17 /* DBTEAMGroupsSelector.h in Headers */, + 4F3E491AA9BDB02A09CE86B5C10EBFBE /* DBTEAMGroupUpdateArgs.h in Headers */, + 1691AC2563301683F2F1087AB767CE57 /* DBTEAMGroupUpdateError.h in Headers */, + 1E9D3AD03FF067C7EAAAAEB9A12A9D75 /* DBTEAMHasTeamSharedDropboxValue.h in Headers */, + AE288A0B257E9E8D07335C93360AD4DD /* DBTEAMIncludeMembersArg.h in Headers */, + 645858B04C26ABAF96EBBA1727D9DC61 /* DBTEAMListMemberAppsArg.h in Headers */, + 0569BAFB73A63ABA06CFDDB0E9773DA6 /* DBTEAMListMemberAppsError.h in Headers */, + 97A7A8348CAF606E57476B32962E5967 /* DBTEAMListMemberAppsResult.h in Headers */, + 9CA93C344D4D4B2AF5AE344BDEE1D4D3 /* DBTEAMListMemberDevicesArg.h in Headers */, + 7C6689E3481C9F712CB6CDC6D05BB75D /* DBTEAMListMemberDevicesError.h in Headers */, + CFE101F33D45086B40018B6E374FEC3C /* DBTEAMListMemberDevicesResult.h in Headers */, + A53EDBF3F39B6C3784EC4F196A947F06 /* DBTEAMListMembersAppsArg.h in Headers */, + BA01B7DA6FE9417FDD3553DD73B0EBAB /* DBTEAMListMembersAppsError.h in Headers */, + 8A919BED86E71E1F33705513F47BC88C /* DBTEAMListMembersAppsResult.h in Headers */, + 714F53930ABE68EE7A08D3FB2B2E6A35 /* DBTEAMListMembersDevicesArg.h in Headers */, + FCC598D9E97B36F9EF5BC38592F33AC0 /* DBTEAMListMembersDevicesError.h in Headers */, + C9B5927ECF3D9E3A13C27A998FC5A0DF /* DBTEAMListMembersDevicesResult.h in Headers */, + CDAE2186FAAD57DE04EAC8264C0669E2 /* DBTEAMListTeamAppsArg.h in Headers */, + 49B5F940FE6DA23B9B3F2BA6148A96F6 /* DBTEAMListTeamAppsError.h in Headers */, + A45DED96C057B47DC5B670377AE87AD8 /* DBTEAMListTeamAppsResult.h in Headers */, + 9D76CD6758CEEBA70AA87092B61A23AD /* DBTEAMListTeamDevicesArg.h in Headers */, + 7CC000142781461185F01ECE1763D619 /* DBTEAMListTeamDevicesError.h in Headers */, + 320B0887D572EB728CE0C3B5089878F3 /* DBTEAMListTeamDevicesResult.h in Headers */, + 3B52C7FAFA06ECF38B2EC5C8B9AF6E61 /* DBTEAMLOGAccessMethodLogInfo.h in Headers */, + CC1F5BAEF28B74BE19CD337533CA4333 /* DBTEAMLOGAccountCaptureAvailability.h in Headers */, + C175A1580F9FB7387CFFF943D303C859 /* DBTEAMLOGAccountCaptureChangeAvailabilityDetails.h in Headers */, + 01E4057635CB2E6D02DA4A5474536D2C /* DBTEAMLOGAccountCaptureChangePolicyDetails.h in Headers */, + 9811100E690B665348C10DA1A7BDF132 /* DBTEAMLOGAccountCaptureMigrateAccountDetails.h in Headers */, + 699348B14376D6C3969C165BF9E0F7BF /* DBTEAMLOGAccountCapturePolicy.h in Headers */, + 84C2B86702283D7401CB46231039C5E2 /* DBTEAMLOGAccountCaptureRelinquishAccountDetails.h in Headers */, + 35D8172FF51EB50181FC4A924ECC0442 /* DBTEAMLOGActorLogInfo.h in Headers */, + 48731DBC1725A26819374ADBEDDCA317 /* DBTEAMLOGAdminRole.h in Headers */, + C6932FCAEDC6D6D3FDDAD809BD55D35B /* DBTEAMLOGAllowDownloadDisabledDetails.h in Headers */, + F086C962DDA0BB42799077C96395B647 /* DBTEAMLOGAllowDownloadEnabledDetails.h in Headers */, + FBF84D451F4CB9B86E0DB7D44C57BB56 /* DBTEAMLOGApiSessionLogInfo.h in Headers */, + AC1B253FAB74ACC127F99C08466F2C5E /* DBTEAMLOGAppLinkTeamDetails.h in Headers */, + 09FCEB42479E2F42090FD93CF801C5F4 /* DBTEAMLOGAppLinkUserDetails.h in Headers */, + 6208C73371752F9CFC8541C4528789D2 /* DBTEAMLOGAppLogInfo.h in Headers */, + 6383D9CB01DFAE2FDCDFDC4B88EE4E39 /* DBTEAMLOGAppUnlinkTeamDetails.h in Headers */, + C568E3C766F681D0B3CBE6915E062D1E /* DBTEAMLOGAppUnlinkUserDetails.h in Headers */, + 73F6AA435391E73F2CAB6C96DF78C4F2 /* DBTEAMLOGAssetLogInfo.h in Headers */, + F78C82DB77BC61DB14C6C06AE41A35B5 /* DBTEAMLOGCertificate.h in Headers */, + 3014781240980F6E00CCA49FA4960D5D /* DBTEAMLOGCollectionShareDetails.h in Headers */, + 458D2972B7E2B6E1B34A3F5F4D970ACD /* DBTEAMLOGConfidentiality.h in Headers */, + 9E4D1301FC50F6C3B887FA14B89425F0 /* DBTEAMLOGContentPermanentDeletePolicy.h in Headers */, + 50B3E74DE7D8A035CCD128842D66431E /* DBTEAMLOGContextLogInfo.h in Headers */, + EC7A7E3C08A6C8172E6B693C425F9C64 /* DBTEAMLOGCreateFolderDetails.h in Headers */, + 62763E12B3289D0E4F1895C521F9A6F5 /* DBTEAMLOGDataPlacementRestrictionChangePolicyDetails.h in Headers */, + 647501D31AAD4B82A252047DE36985B7 /* DBTEAMLOGDataPlacementRestrictionSatisfyPolicyDetails.h in Headers */, + 7DE6CAB28F93D4B5BC12D545B38C46B5 /* DBTEAMLOGDesktopSessionLogInfo.h in Headers */, + F63776871397FA32A51E6530B6E919C7 /* DBTEAMLOGDeviceApprovalsChangeDesktopPolicyDetails.h in Headers */, + AFD817C2552F09C614CC1748E766B4C0 /* DBTEAMLOGDeviceApprovalsChangeMobilePolicyDetails.h in Headers */, + FCC35C65B959EAB8A5E6E330D04723CC /* DBTEAMLOGDeviceApprovalsChangeOverageActionDetails.h in Headers */, + 1964DEB7A127F9C9210AFD542390372D /* DBTEAMLOGDeviceApprovalsChangeUnlinkActionDetails.h in Headers */, + E7D45E1688DCD57D9F507B5658D46C16 /* DBTEAMLOGDeviceApprovalsPolicy.h in Headers */, + F7306F961832C9643C8E407913827F82 /* DBTEAMLOGDeviceChangeIpDesktopDetails.h in Headers */, + 3CE07EAA4F735F7E029EB682F5E6CCBB /* DBTEAMLOGDeviceChangeIpMobileDetails.h in Headers */, + 50AF84630317FF01A09611F2E22A79D2 /* DBTEAMLOGDeviceChangeIpWebDetails.h in Headers */, + 220105CB223A5D15E936AA9ADBE90C1C /* DBTEAMLOGDeviceDeleteOnUnlinkFailDetails.h in Headers */, + 660CF7158F9F1F039E69417753249AEE /* DBTEAMLOGDeviceDeleteOnUnlinkSuccessDetails.h in Headers */, + 49F28E080ED8D97C03167B7175245DA4 /* DBTEAMLOGDeviceLinkFailDetails.h in Headers */, + C7D9EF3D0AE101D4899ABCB75186A92B /* DBTEAMLOGDeviceLinkSuccessDetails.h in Headers */, + 761C1D948CEEFA89CAA84F1ECDC87424 /* DBTEAMLOGDeviceLogInfo.h in Headers */, + F3D163E47473A637345A39F1E9B4B8D4 /* DBTEAMLOGDeviceManagementDisabledDetails.h in Headers */, + 2EA7C0EABF6FF8203558C6273290C2A8 /* DBTEAMLOGDeviceManagementEnabledDetails.h in Headers */, + 51F9F2AE46C3491DA9EE0A3F7BCE7C60 /* DBTEAMLOGDeviceType.h in Headers */, + 854E63BAE5DAE4B11ADE4C75D8FDA806 /* DBTEAMLOGDeviceUnlinkDetails.h in Headers */, + 0559B57C4DA880B1267E86741E23464D /* DBTEAMLOGDeviceUnlinkPolicy.h in Headers */, + C7F56B6C8D764D6BECCD7B0C5F0608FB /* DBTEAMLOGDisabledDomainInvitesDetails.h in Headers */, + EAF7A64264F6739EB4D485E8221D3071 /* DBTEAMLOGDomainInvitesApproveRequestToJoinTeamDetails.h in Headers */, + 5A565C55140136ED4B025BD12F155DA5 /* DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamDetails.h in Headers */, + 172944EFD565E810EA3FEFE6F910462A /* DBTEAMLOGDomainInvitesEmailExistingUsersDetails.h in Headers */, + B17DBBE55BFCCA52233658B8FDAE2514 /* DBTEAMLOGDomainInvitesRequestToJoinTeamDetails.h in Headers */, + 1797C3A40B4936E19B0C318CD4ED5923 /* DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoDetails.h in Headers */, + B8B9C9D5670E9C26E49EBC2B962949F1 /* DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesDetails.h in Headers */, + B13654D3F4656F95A41FEA334E206638 /* DBTEAMLOGDomainVerificationAddDomainFailDetails.h in Headers */, + 287751830126D905E9CD27AA3873EDAC /* DBTEAMLOGDomainVerificationAddDomainSuccessDetails.h in Headers */, + 58546486270496315DC9510D5093056B /* DBTEAMLOGDomainVerificationRemoveDomainDetails.h in Headers */, + 1405EC6EFA8CCB6EF78CAC17DB83D7BD /* DBTEAMLOGDurationLogInfo.h in Headers */, + C8B8D27A20A2057A362ECE577692906D /* DBTEAMLOGEmmAddExceptionDetails.h in Headers */, + D18B8FF52FDDEFDD6B34D8424F7A4025 /* DBTEAMLOGEmmChangePolicyDetails.h in Headers */, + 6D75E379CC869DFD1BD8E4B83581F706 /* DBTEAMLOGEmmCreateExceptionsReportDetails.h in Headers */, + 144FC65FBDDDF33CE6DBA90F6B23156B /* DBTEAMLOGEmmCreateUsageReportDetails.h in Headers */, + 0CAB09FA2EE544D48E1DDFFBB0DAD44D /* DBTEAMLOGEmmLoginSuccessDetails.h in Headers */, + A3A5B8CEE7152D14D16211CF5263D9DE /* DBTEAMLOGEmmRefreshAuthTokenDetails.h in Headers */, + 8BA3F89233F61560CABC0110BC3905AA /* DBTEAMLOGEmmRemoveExceptionDetails.h in Headers */, + 7392FC18F94A6B0158F7D53FF68F0FD3 /* DBTEAMLOGEnabledDomainInvitesDetails.h in Headers */, + 9C4F9C5EB913B74A74F415AA6B604DA1 /* DBTEAMLOGEventCategory.h in Headers */, + 452069BC5AF44A95400863EACF30C674 /* DBTEAMLOGEventDetails.h in Headers */, + EB420D480F52A0ACBBB355F7A7E8C055 /* DBTEAMLOGEventType.h in Headers */, + D62D555A8C39B3DAC9EF1BBA349E7F0D /* DBTEAMLOGExtendedVersionHistoryChangePolicyDetails.h in Headers */, + DF48FC6035CCC54206105602C8B1087B /* DBTEAMLOGExtendedVersionHistoryPolicy.h in Headers */, + 45F0DE20C0D7045AFBF629D1D29BE863 /* DBTEAMLOGFailureDetailsLogInfo.h in Headers */, + 4674E9B8EA29EC3246CCB3417291AD8F /* DBTEAMLOGFileAddCommentDetails.h in Headers */, + A94E456EA97470864FFBE51CE5575BF2 /* DBTEAMLOGFileAddDetails.h in Headers */, + 36D8661869702F31D4E59B045534DF41 /* DBTEAMLOGFileChangeCommentSubscriptionDetails.h in Headers */, + 4B91CFDB841EBC8B15D6FD0731791C71 /* DBTEAMLOGFileCommentNotificationPolicy.h in Headers */, + 75C492D02462783B15A7DD08D2207446 /* DBTEAMLOGFileCommentsChangePolicyDetails.h in Headers */, + E42EECA827D19B39F3C3927EE840EBD0 /* DBTEAMLOGFileCommentsPolicy.h in Headers */, + 435A53F836AF0D38DC263CFCA2358E7A /* DBTEAMLOGFileCopyDetails.h in Headers */, + F7CE39AB7ABEA3AE2EB71A922BD2E619 /* DBTEAMLOGFileDeleteCommentDetails.h in Headers */, + 012E96C93431B520057C53961CE78C31 /* DBTEAMLOGFileDeleteDetails.h in Headers */, + BF31A8EFE6A8D2AA85A7FAE5E496834C /* DBTEAMLOGFileDownloadDetails.h in Headers */, + 4DDE672BDAB13B4EAC96FC5DFDAB7C5C /* DBTEAMLOGFileEditDetails.h in Headers */, + B9D6C6083483F74968B3C6078FD2E977 /* DBTEAMLOGFileGetCopyReferenceDetails.h in Headers */, + 4422A85A616C81ACD6845ED093861AD7 /* DBTEAMLOGFileLikeCommentDetails.h in Headers */, + CE67524D509D70A80345218F6A10CB56 /* DBTEAMLOGFileLogInfo.h in Headers */, + F1BCCBA7744E24064BEEC73074A4F0A4 /* DBTEAMLOGFileMoveDetails.h in Headers */, + 1407A3DF6FA468AF2A5BA3973A739104 /* DBTEAMLOGFileOrFolderLogInfo.h in Headers */, + 34A59842BF2FA713A93D9B6B23124F4B /* DBTEAMLOGFilePermanentlyDeleteDetails.h in Headers */, + 6F4E70DBE2634134FAFA6B371D59895F /* DBTEAMLOGFilePreviewDetails.h in Headers */, + F19CCD35F578EF3C95BD24093153C8D6 /* DBTEAMLOGFileRenameDetails.h in Headers */, + 9DD38E0DC60207F612F44CE120DA23CF /* DBTEAMLOGFileRequestAddDeadlineDetails.h in Headers */, + 5DDFB300721DB3757C2654798C89B1CF /* DBTEAMLOGFileRequestChangeFolderDetails.h in Headers */, + D01CFCC6FFD6E076123E833DF8B799DC /* DBTEAMLOGFileRequestChangeTitleDetails.h in Headers */, + 60928F99B1A20F0D131485DBCDD3C5CE /* DBTEAMLOGFileRequestCloseDetails.h in Headers */, + 8F676A439C395090C7CC05D517B778FA /* DBTEAMLOGFileRequestCreateDetails.h in Headers */, + 952B550845BB11F78DC81B3AFE6CBCFD /* DBTEAMLOGFileRequestReceiveFileDetails.h in Headers */, + A1B9D747A17315DB5401F6B5E78622FD /* DBTEAMLOGFileRequestRemoveDeadlineDetails.h in Headers */, + 4574335FC47E2BAB3776B59BDB748B42 /* DBTEAMLOGFileRequestsChangePolicyDetails.h in Headers */, + B29ADC2E6D35E1FE1BDEA38FB4E0C383 /* DBTEAMLOGFileRequestsEmailsEnabledDetails.h in Headers */, + C0D569E906543F1BCC3D4F8140BB0E0B /* DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyDetails.h in Headers */, + 8ACD605A2D1DDA2E2DC02B370D8D33CC /* DBTEAMLOGFileRequestSendDetails.h in Headers */, + F9F4EC7EBAFCF6BCA43F0ADAAA4DB9E6 /* DBTEAMLOGFileRequestsPolicy.h in Headers */, + 81E4E5ACD0711DCFF15501F5A5CEF023 /* DBTEAMLOGFileResolveCommentDetails.h in Headers */, + 3B8D7B12FE8BD34173C1E7CE87990560 /* DBTEAMLOGFileRestoreDetails.h in Headers */, + C328C1BE613FAD4B8BEA0A847B44CC80 /* DBTEAMLOGFileRevertDetails.h in Headers */, + 36B400033248D9A2025AED6C05C8B683 /* DBTEAMLOGFileRollbackChangesDetails.h in Headers */, + 874C7D3E9CF60AD85DF56FA9E6ECEF3A /* DBTEAMLOGFileSaveCopyReferenceDetails.h in Headers */, + 770E36AD5E13A27440DB004FE3B04971 /* DBTEAMLOGFileUnlikeCommentDetails.h in Headers */, + 1BBE7D7CE183A0BF1842EA8F0A58E267 /* DBTEAMLOGFileUnresolveCommentDetails.h in Headers */, + DE2BF4B3B144C7825ED07E54205EF1D8 /* DBTEAMLOGFolderLogInfo.h in Headers */, + EE09C5D65DE74C5F5F03709B4BF64936 /* DBTEAMLOGGeoLocationLogInfo.h in Headers */, + DBAFF57F0085A943A8C40BA24E21637D /* DBTEAMLOGGetTeamEventsArg.h in Headers */, + 5719F5CE78CCEAA226749E96D528E361 /* DBTEAMLOGGetTeamEventsContinueArg.h in Headers */, + 9A35316443DCA2B7520F63EC966D97B6 /* DBTEAMLOGGetTeamEventsContinueError.h in Headers */, + 852635FB6630736E531302C2B06A642D /* DBTEAMLOGGetTeamEventsError.h in Headers */, + F3CEDDD4AABFF40D500218052926A818 /* DBTEAMLOGGetTeamEventsResult.h in Headers */, + 089AC139AE92FAC9CFACFAAC4266CFE2 /* DBTEAMLOGGoogleSsoChangePolicyDetails.h in Headers */, + D16EC316C41334E894651E5BE96FDC3A /* DBTEAMLOGGoogleSsoPolicy.h in Headers */, + 503F9AB72057D0E61B09ACE3222CED9F /* DBTEAMLOGGroupAddExternalIdDetails.h in Headers */, + A105347633C1599FA2FE798296BFB801 /* DBTEAMLOGGroupAddMemberDetails.h in Headers */, + 7B51553FAA1ADE1B871C8D60263FCBC7 /* DBTEAMLOGGroupChangeExternalIdDetails.h in Headers */, + 76CDB709F22EB1D3EEFC2AFEC0969C60 /* DBTEAMLOGGroupChangeManagementTypeDetails.h in Headers */, + 88F740DFFC9ADD53229B59052C954B35 /* DBTEAMLOGGroupChangeMemberRoleDetails.h in Headers */, + E46DAA05E2962C5F57AA4B964ADAAB6F /* DBTEAMLOGGroupCreateDetails.h in Headers */, + 9E1A061DCE922ED348C2742F4CAFE640 /* DBTEAMLOGGroupDeleteDetails.h in Headers */, + 4DB70128E9EE8C5F71E5348FE68A2300 /* DBTEAMLOGGroupJoinPolicy.h in Headers */, + 58477481EFFFF694DB12ED050C9BD6B6 /* DBTEAMLOGGroupLogInfo.h in Headers */, + A22B99DE661D1B9AEC1C30772F21F35A /* DBTEAMLOGGroupMovedDetails.h in Headers */, + D640C47FF9442F873F8DE529F55539B5 /* DBTEAMLOGGroupRemoveExternalIdDetails.h in Headers */, + DFB90467128BDF9472344C468C62409D /* DBTEAMLOGGroupRemoveMemberDetails.h in Headers */, + 3FF99FAB228E5443237B189D12BE66EB /* DBTEAMLOGGroupRenameDetails.h in Headers */, + FF3E754F2DF8C6AC54DB8B19F095513A /* DBTEAMLOGGroupUserManagementChangePolicyDetails.h in Headers */, + 8A8304C61E63960E04E4BC733B1D0C4A /* DBTEAMLOGGroupUserManagementPolicy.h in Headers */, + 2573C6F311DF627D8BB13C164AFFF5E1 /* DBTEAMLOGHostLogInfo.h in Headers */, + CF35FDA369D3E8829767E57706386CEE /* DBTEAMLOGJoinTeamDetails.h in Headers */, + 947AF77EEE5C0070F56E13B61D2BDE8E /* DBTEAMLOGLinkAudience.h in Headers */, + DEAF36CC22951ADDCA8D49636403E18B /* DBTEAMLOGLogoutDetails.h in Headers */, + 864E68E22F0B20528CE8B4985EFB6166 /* DBTEAMLOGMemberAddNameDetails.h in Headers */, + 2A3999521DD33E0E9C8599B829C860D5 /* DBTEAMLOGMemberChangeAdminRoleDetails.h in Headers */, + 1157AF559E7A1FBDE52B9EFEA93769EC /* DBTEAMLOGMemberChangeEmailDetails.h in Headers */, + 350C3284C9E0AD40550BA616D4D16285 /* DBTEAMLOGMemberChangeMembershipTypeDetails.h in Headers */, + 53E3CD855B1AC2D3C25908D021F4ADE6 /* DBTEAMLOGMemberChangeNameDetails.h in Headers */, + D18760AD27B9DE039613B4B90DB360DE /* DBTEAMLOGMemberChangeStatusDetails.h in Headers */, + 594D00DF8278B1C09224838C0167A5DC /* DBTEAMLOGMemberPermanentlyDeleteAccountContentsDetails.h in Headers */, + 75C873ED8BD3F16933FF3737B8F5120A /* DBTEAMLOGMemberRequestsChangePolicyDetails.h in Headers */, + 3022CC86C6930BAABAC3345C101A8D73 /* DBTEAMLOGMemberRequestsPolicy.h in Headers */, + 1F943CE5C73598BA59AFAFB5F7462EB4 /* DBTEAMLOGMemberSpaceLimitsAddExceptionDetails.h in Headers */, + DCFCB8B6FD1B1C47134975D8F989F0FC /* DBTEAMLOGMemberSpaceLimitsChangePolicyDetails.h in Headers */, + 89EDC633DF440E30EBC20BF91CC427FF /* DBTEAMLOGMemberSpaceLimitsChangeStatusDetails.h in Headers */, + 2B3CBD7A5B75DA27F343D7CB70532E11 /* DBTEAMLOGMemberSpaceLimitsRemoveExceptionDetails.h in Headers */, + 01C1D1D090E8E1DF3CF3ED979BE32B5B /* DBTEAMLOGMemberStatus.h in Headers */, + 829E74435795EDE744B954F3FD9E3F2F /* DBTEAMLOGMemberSuggestDetails.h in Headers */, + 091ABF7E823D923B35E2DE690BC30C8D /* DBTEAMLOGMemberSuggestionsChangePolicyDetails.h in Headers */, + 444F3C1A8C883141772F04B63D2820F1 /* DBTEAMLOGMemberSuggestionsPolicy.h in Headers */, + 891C4AF3F0B78B91A4704B963CF33E85 /* DBTEAMLOGMemberTransferAccountContentsDetails.h in Headers */, + FF049FC745974382C3E5B89F64E14D0B /* DBTEAMLOGMicrosoftOfficeAddinChangePolicyDetails.h in Headers */, + 759C7686DA41CDC349FE1C0529B2B18A /* DBTEAMLOGMicrosoftOfficeAddinPolicy.h in Headers */, + 6C549CD634A701806194C830F4FFC936 /* DBTEAMLOGMissingDetails.h in Headers */, + 1596CB89E33C17CAFE8E765681FFE9F0 /* DBTEAMLOGMobileSessionLogInfo.h in Headers */, + 45C2F005912E0C6469CAB6BAEB4C9E77 /* DBTEAMLOGNamespaceRelativePathLogInfo.h in Headers */, + 918365582519691E34A5AC1E16B2AC1F /* DBTEAMLOGNetworkControlChangePolicyDetails.h in Headers */, + 3C3FECE34FDFDA07013E406712AC5F49 /* DBTEAMLOGNetworkControlPolicy.h in Headers */, + 4D36DFD5905AEAEB08B2E739EA914086 /* DBTEAMLOGNonTeamMemberLogInfo.h in Headers */, + 67C2C71AB40D45199BFF0EBB301AD4C4 /* DBTEAMLOGNoteAclInviteOnlyDetails.h in Headers */, + 1BFEC884280B2828E9C4465258AD2C58 /* DBTEAMLOGNoteAclLinkDetails.h in Headers */, + 73144014DE5E0F113E3AD1EAD241B367 /* DBTEAMLOGNoteAclTeamLinkDetails.h in Headers */, + 68CB313A9EBA71C472F845529A048369 /* DBTEAMLOGNoteSharedDetails.h in Headers */, + FFA7D5CC64AA49E8C3D33081F65EE38D /* DBTEAMLOGNoteShareReceiveDetails.h in Headers */, + CB05A4366F671665B4F766A056CB6995 /* DBTEAMLOGOpenNoteSharedDetails.h in Headers */, + 6DA01AB7ECE6416AAE1DBF9629BB9250 /* DBTEAMLOGOriginLogInfo.h in Headers */, + 0082AA3484BBE0D720D05FAD53A30B8A /* DBTEAMLOGPaperAccessType.h in Headers */, + 747494279AB0B44FAB93D4962566FC3B /* DBTEAMLOGPaperAdminExportStartDetails.h in Headers */, + 98D7469AFE85319C7241E91E4C64103E /* DBTEAMLOGPaperChangeDeploymentPolicyDetails.h in Headers */, + 017E967C66A296E49FA858D2C99C2891 /* DBTEAMLOGPaperChangeMemberLinkPolicyDetails.h in Headers */, + 890ADC23F293F7E9DA61453FECD7DBC5 /* DBTEAMLOGPaperChangeMemberPolicyDetails.h in Headers */, + A668F6AB4E59CA58086B8FC176E08C91 /* DBTEAMLOGPaperChangePolicyDetails.h in Headers */, + 15541B905FD74D4968DA46181226853D /* DBTEAMLOGPaperContentAddMemberDetails.h in Headers */, + 82F5C426164BDFF17410AFAB7182E386 /* DBTEAMLOGPaperContentAddToFolderDetails.h in Headers */, + 86B0D32699AB5D93BB0EEB7757EDCD66 /* DBTEAMLOGPaperContentArchiveDetails.h in Headers */, + 65DFC744D3E69BAD0A5BF171C6D56EC2 /* DBTEAMLOGPaperContentCreateDetails.h in Headers */, + B171A0AC7A310966946430DC0744D8BB /* DBTEAMLOGPaperContentPermanentlyDeleteDetails.h in Headers */, + EA8B063879F45BB857A5FD5D0A31C798 /* DBTEAMLOGPaperContentRemoveFromFolderDetails.h in Headers */, + 572102D99F224E5C01F3F012F2757747 /* DBTEAMLOGPaperContentRemoveMemberDetails.h in Headers */, + E08BA29EC603BB5A174704FB53CE2E66 /* DBTEAMLOGPaperContentRenameDetails.h in Headers */, + 50CCEA12A5ECAD74C27C7EEDA11F1ACD /* DBTEAMLOGPaperContentRestoreDetails.h in Headers */, + 0EA0C2888F4DA53CC79FA8A2F7C43FD4 /* DBTEAMLOGPaperDocAddCommentDetails.h in Headers */, + 08E627177AE13C41ED48A70962086856 /* DBTEAMLOGPaperDocChangeMemberRoleDetails.h in Headers */, + 85B341B3094F50A6BAF4BB75FEA0E30F /* DBTEAMLOGPaperDocChangeSharingPolicyDetails.h in Headers */, + 81C22F33A7B20AC7FE2F4C079A4F9915 /* DBTEAMLOGPaperDocChangeSubscriptionDetails.h in Headers */, + 00297F92E1FF7671BBA9B9617CC92619 /* DBTEAMLOGPaperDocDeleteCommentDetails.h in Headers */, + 856AFFABD8BDBEF199E235CE286E9707 /* DBTEAMLOGPaperDocDeletedDetails.h in Headers */, + B5B1FD9505BBA78D6223C86F2F520479 /* DBTEAMLOGPaperDocDownloadDetails.h in Headers */, + 412D33103874C8D56D3378F2973B4246 /* DBTEAMLOGPaperDocEditCommentDetails.h in Headers */, + 75D47A12499CDE4050B5CE514A48EC3A /* DBTEAMLOGPaperDocEditDetails.h in Headers */, + D761669CFB240C87E75DBE76717DE96E /* DBTEAMLOGPaperDocFollowedDetails.h in Headers */, + 5FBD0E04F9E1F891E633652DB642CA3F /* DBTEAMLOGPaperDocMentionDetails.h in Headers */, + 08680E99D65047AC078DCAD1214C6566 /* DBTEAMLOGPaperDocRequestAccessDetails.h in Headers */, + C088EC18BD0149F570ED6D66DE072716 /* DBTEAMLOGPaperDocResolveCommentDetails.h in Headers */, + 9B7123260ED6F4977F44300DF924C273 /* DBTEAMLOGPaperDocRevertDetails.h in Headers */, + 146C53B54A5EAAE389BFD7D8CBCE60CB /* DBTEAMLOGPaperDocSlackShareDetails.h in Headers */, + ADD58EB53663869C5F96F19F7F2176A2 /* DBTEAMLOGPaperDocTeamInviteDetails.h in Headers */, + FAEA90F0C5A4121CCD0A8016476D2F6B /* DBTEAMLOGPaperDocTrashedDetails.h in Headers */, + AE8873FB159779C9B7CBBB501D886645 /* DBTEAMLOGPaperDocumentLogInfo.h in Headers */, + B09D3B9BD73BDE9AF7825C1F33899639 /* DBTEAMLOGPaperDocUnresolveCommentDetails.h in Headers */, + 256246999E2C5D11C5721EB84CD42966 /* DBTEAMLOGPaperDocUntrashedDetails.h in Headers */, + 36EE65B9C125A4099B35D68F5A25C218 /* DBTEAMLOGPaperDocViewDetails.h in Headers */, + 327E120E7A9967090CB2E3399CF7D892 /* DBTEAMLOGPaperDownloadFormat.h in Headers */, + 5D310F7BDCE7B6235788CF2A173C17C4 /* DBTEAMLOGPaperEnabledUsersGroupAdditionDetails.h in Headers */, + 931FAF93A3240EA00443A5EDFEC3E7B1 /* DBTEAMLOGPaperEnabledUsersGroupRemovalDetails.h in Headers */, + CF4A055AFCDB06036D2E34C8C4472AAB /* DBTEAMLOGPaperExternalViewAllowDetails.h in Headers */, + DB7D25C81F4412A5C56CECC25A7E52FE /* DBTEAMLOGPaperExternalViewDefaultTeamDetails.h in Headers */, + C019DBAE08C42E0BE3CE5C45B57DFDE0 /* DBTEAMLOGPaperExternalViewForbidDetails.h in Headers */, + 6ECEAC7AA99E1D31342AF638466B3ACC /* DBTEAMLOGPaperFolderChangeSubscriptionDetails.h in Headers */, + EACFF16B002FD105093E7E221F650AC6 /* DBTEAMLOGPaperFolderDeletedDetails.h in Headers */, + FE9FF799D016759650A0ABE77ABA9F39 /* DBTEAMLOGPaperFolderFollowedDetails.h in Headers */, + C5571F65D8D9C15B71783ADB660D69E5 /* DBTEAMLOGPaperFolderLogInfo.h in Headers */, + D7BB673C43B79D7086C53B7752AD3289 /* DBTEAMLOGPaperFolderTeamInviteDetails.h in Headers */, + A163844AD62F707C3F25A752ADC1EBF3 /* DBTEAMLOGPaperMemberPolicy.h in Headers */, + F2CDAE2DBBA137C743F898BB4D04283E /* DBTEAMLOGParticipantLogInfo.h in Headers */, + 4BBD19C87E9A5EF9FF787C0D58FF893A /* DBTEAMLOGPasswordChangeDetails.h in Headers */, + B256D5AE27BE5D05B9D6D97BA4E12B08 /* DBTEAMLOGPasswordLoginFailDetails.h in Headers */, + 615F8FA6BCDA1FCA37273AC87BE0900D /* DBTEAMLOGPasswordLoginSuccessDetails.h in Headers */, + BEED90BD0466EFA7A14903F7016649F0 /* DBTEAMLOGPasswordResetAllDetails.h in Headers */, + A4554F0069D18B4D4AED539B4475E432 /* DBTEAMLOGPasswordResetDetails.h in Headers */, + 34CBE0FC280FD1D6DF62241EB4EA0408 /* DBTEAMLOGPathLogInfo.h in Headers */, + B0D0FDAC4C4D4E242FCE5D553779DFAF /* DBTEAMLOGPermanentDeleteChangePolicyDetails.h in Headers */, + 960070746E36C3E2C492C3C4A1CE1C7C /* DBTEAMLOGPlacementRestriction.h in Headers */, + D3DC0C3E94B725DF7CBCC1BA781488F6 /* DBTEAMLOGRelocateAssetReferencesLogInfo.h in Headers */, + 8631C23ADAC1BA18833940CD8AF80527 /* DBTEAMLOGResellerLogInfo.h in Headers */, + 76F140D2512E4894301E6B872C381BC6 /* DBTEAMLOGResellerSupportSessionEndDetails.h in Headers */, + 2DAD627A2B8262336FB4871E7D171704 /* DBTEAMLOGResellerSupportSessionStartDetails.h in Headers */, + 108B4243498CCFFF03B2D2322735F500 /* DBTEAMLOGRouteObjects.h in Headers */, + 573C320375C630FF0FC995EC3491508E /* DBTEAMLOGSessionLogInfo.h in Headers */, + D9B3C8CBEEEF699096794389EF5EE1EC /* DBTEAMLOGSfAddGroupDetails.h in Headers */, + 0E1A34196B5A888B195FC204E5DBB5C6 /* DBTEAMLOGSfAllowNonMembersToViewSharedLinksDetails.h in Headers */, + 2A73CC024033C39FACD83774767931BF /* DBTEAMLOGSfExternalInviteWarnDetails.h in Headers */, + AA6AFDD327EBB17244D470894637C9C0 /* DBTEAMLOGSfInviteGroupDetails.h in Headers */, + E5638AB8975C16F991D6540F78441CDF /* DBTEAMLOGSfNestDetails.h in Headers */, + 8DF806922AFBC913355B8F0152CE0C41 /* DBTEAMLOGSfTeamDeclineDetails.h in Headers */, + 5ECAD72C3C6D7EBF033F3FAB216E5ECB /* DBTEAMLOGSfTeamGrantAccessDetails.h in Headers */, + A67C2685B3293B460E34DCA7BDA0E5E7 /* DBTEAMLOGSfTeamInviteChangeRoleDetails.h in Headers */, + 4511C90C3D02367F94597699A13EB9B9 /* DBTEAMLOGSfTeamInviteDetails.h in Headers */, + A1FC1E9BE0CE7CEBDCAA9E3F885E3945 /* DBTEAMLOGSfTeamJoinDetails.h in Headers */, + 0C11F5D1A217AB0FA5390DF9396EAD04 /* DBTEAMLOGSfTeamJoinFromOobLinkDetails.h in Headers */, + 2A601DAE7F07F3C27016D5D2420B2426 /* DBTEAMLOGSfTeamUninviteDetails.h in Headers */, + 5624F68927591A4769F97144AA935170 /* DBTEAMLOGSharedContentAddInviteesDetails.h in Headers */, + 5E7E8D15E7B43D1D65E59622C320535A /* DBTEAMLOGSharedContentAddLinkExpiryDetails.h in Headers */, + D5DAFA46DF566BE2D500A280E59F98C8 /* DBTEAMLOGSharedContentAddLinkPasswordDetails.h in Headers */, + D2F8247F7F8689EC15A45DE142C7E185 /* DBTEAMLOGSharedContentAddMemberDetails.h in Headers */, + 8EE8AC1BA240A27583989FB5A84DE02C /* DBTEAMLOGSharedContentChangeDownloadsPolicyDetails.h in Headers */, + 413C3244283B24D3831521547AA344D3 /* DBTEAMLOGSharedContentChangeInviteeRoleDetails.h in Headers */, + CAA3D94C7AAD11AF37E3CF6507E71F05 /* DBTEAMLOGSharedContentChangeLinkAudienceDetails.h in Headers */, + 613D06CAFAB8E7CBCBC5A8CE718F37CA /* DBTEAMLOGSharedContentChangeLinkExpiryDetails.h in Headers */, + F9A799C523828E06E3A29588DE7965BF /* DBTEAMLOGSharedContentChangeLinkPasswordDetails.h in Headers */, + C9E2EE375DA99BAE7521C6452C564B23 /* DBTEAMLOGSharedContentChangeMemberRoleDetails.h in Headers */, + 9346241BABF0263CB9E0BC82240CD3E4 /* DBTEAMLOGSharedContentChangeViewerInfoPolicyDetails.h in Headers */, + 71399B45BDC3B021ABE4E9367D768E1F /* DBTEAMLOGSharedContentClaimInvitationDetails.h in Headers */, + 3FC436E9D78A4A6363806E7E0228383D /* DBTEAMLOGSharedContentCopyDetails.h in Headers */, + E87AA4C28C521F16D31D421517762F6D /* DBTEAMLOGSharedContentDownloadDetails.h in Headers */, + C0875AD6821D77008D3132DB959540EA /* DBTEAMLOGSharedContentDownloadsPolicy.h in Headers */, + 1D085FC6F6A1C545680BC2C57E31B146 /* DBTEAMLOGSharedContentRelinquishMembershipDetails.h in Headers */, + 2FB2CC05C85B7D590035C77BDA87B4A5 /* DBTEAMLOGSharedContentRemoveInviteeDetails.h in Headers */, + 113A94FD11E5FD66063FE3BB313387F0 /* DBTEAMLOGSharedContentRemoveLinkExpiryDetails.h in Headers */, + 3E7EB8B785F163875C0F34CF3C4EAB2E /* DBTEAMLOGSharedContentRemoveLinkPasswordDetails.h in Headers */, + D805B65FC1C2686572AB643E6B8A546E /* DBTEAMLOGSharedContentRemoveMemberDetails.h in Headers */, + 03BAF92EB75E94D3F7B436A1A7065609 /* DBTEAMLOGSharedContentRequestAccessDetails.h in Headers */, + 51330A8D9AC20EF074D830242F954006 /* DBTEAMLOGSharedContentUnshareDetails.h in Headers */, + FE4B795F9219982BF29D617B300950CA /* DBTEAMLOGSharedContentViewDetails.h in Headers */, + 6AC7807C500440ED315DB3C1ABE7EBD5 /* DBTEAMLOGSharedContentViewerInfoPolicy.h in Headers */, + 52E5385A8671024A9DDFCE9C42A9410B /* DBTEAMLOGSharedFolderChangeConfidentialityDetails.h in Headers */, + 7B552CA1E62A361AC6CAC24DD7A4A384 /* DBTEAMLOGSharedFolderChangeLinkPolicyDetails.h in Headers */, + 78F95A0E53C433E21DEB762E35F5D0C4 /* DBTEAMLOGSharedFolderChangeMemberManagementPolicyDetails.h in Headers */, + 80D418710B30FB9E8976C27D74C6252D /* DBTEAMLOGSharedFolderChangeMemberPolicyDetails.h in Headers */, + 1FCF8758EB35D033DE597E8475809083 /* DBTEAMLOGSharedFolderCreateDetails.h in Headers */, + 48980047BE3AF1F184B402C8B75EEB86 /* DBTEAMLOGSharedFolderLinkPolicy.h in Headers */, + B996C7F587724AE9D933A4A2B8EB54EC /* DBTEAMLOGSharedFolderMemberPolicy.h in Headers */, + 8EEB3D41E82AEE9078E1381D86F9C6D7 /* DBTEAMLOGSharedFolderMembershipManagementPolicy.h in Headers */, + 9434EB7012F09FDF7DFEE24847559C3A /* DBTEAMLOGSharedFolderMountDetails.h in Headers */, + A12EAD8A321EED0B89BD5D4DAF3E4958 /* DBTEAMLOGSharedFolderTransferOwnershipDetails.h in Headers */, + E25A7A62E36DFD54FD37FF4E987CAF30 /* DBTEAMLOGSharedFolderUnmountDetails.h in Headers */, + 0CE787FEB05845FAC9F4DAE9F72C64E8 /* DBTEAMLOGSharedNoteOpenedDetails.h in Headers */, + 5E3A3AB4ED78BC47175E23C57D0E7EE6 /* DBTEAMLOGSharingChangeFolderJoinPolicyDetails.h in Headers */, + FB50C05F42B91D58787ED6A72106BA66 /* DBTEAMLOGSharingChangeLinkPolicyDetails.h in Headers */, + F3F8E6556C9922C42593B9BBB4E694DD /* DBTEAMLOGSharingChangeMemberPolicyDetails.h in Headers */, + 933F45BF3DFF97BAFE8848611AD1939E /* DBTEAMLOGSharingFolderJoinPolicy.h in Headers */, + D57081C8D8A88402199477C87D938C54 /* DBTEAMLOGSharingLinkPolicy.h in Headers */, + 54773C9597A2E767FBDF40E970FFD859 /* DBTEAMLOGSharingMemberPolicy.h in Headers */, + 49D2939D263B2C0D62000F26CFB141F0 /* DBTEAMLOGShmodelAppCreateDetails.h in Headers */, + 408990A3B12099EBCD1732528836F4E2 /* DBTEAMLOGShmodelCreateDetails.h in Headers */, + 86B6268FFEE0406179C32034615EF516 /* DBTEAMLOGShmodelDisableDetails.h in Headers */, + 0C2D94DD49872B4B17D728FA8A65589F /* DBTEAMLOGShmodelFbShareDetails.h in Headers */, + F8F9BA1B0A0A734B795A72FD8D33E0BA /* DBTEAMLOGShmodelGroupShareDetails.h in Headers */, + C4612F7CB559078E5357360CF02074C6 /* DBTEAMLOGShmodelRemoveExpirationDetails.h in Headers */, + EF30B465C4469CAD5C77D92A2501E9AC /* DBTEAMLOGShmodelSetExpirationDetails.h in Headers */, + 6DF21596F34C54AAFC2B12386D0EC915 /* DBTEAMLOGShmodelTeamCopyDetails.h in Headers */, + 25808422249F83C6389C6FF5A69B4B6B /* DBTEAMLOGShmodelTeamDownloadDetails.h in Headers */, + E74FD0035FD8E52619D4D8853A5346B8 /* DBTEAMLOGShmodelTeamShareDetails.h in Headers */, + 2597B3425A6A6E7908056F7B6DDDCC50 /* DBTEAMLOGShmodelTeamViewDetails.h in Headers */, + 52E1361FFE94B3DC660EEB8FC2B1DF6A /* DBTEAMLOGShmodelVisibilityPasswordDetails.h in Headers */, + E99840BD58510B50B1DFD87D87798E44 /* DBTEAMLOGShmodelVisibilityPublicDetails.h in Headers */, + E3B9223FBBD64606B4C90C38A9D0F00F /* DBTEAMLOGShmodelVisibilityTeamOnlyDetails.h in Headers */, + C0AEC4FFFAD24F09B609B74309A8A45B /* DBTEAMLOGSignInAsSessionEndDetails.h in Headers */, + 4DF2992998A61CCAB1D905A1EEF2130F /* DBTEAMLOGSignInAsSessionStartDetails.h in Headers */, + 2EF4E68D038646E654C9A05529E96D65 /* DBTEAMLOGSmartSyncChangePolicyDetails.h in Headers */, + CC9CA1B2339549862C97DAE44463D242 /* DBTEAMLOGSmartSyncCreateAdminPrivilegeReportDetails.h in Headers */, + 8AF69AECDB930027C200B0629C941E6C /* DBTEAMLOGSmartSyncNotOptOutDetails.h in Headers */, + 068F438C623E6A82C2C0B45461BAC9A4 /* DBTEAMLOGSmartSyncOptOutDetails.h in Headers */, + 159058FED28EF0E5FB4517BFB573C9DD /* DBTEAMLOGSmartSyncOptOutPolicy.h in Headers */, + EE2AAB9630162E61F554A1F01CBB6DDA /* DBTEAMLOGSmartSyncPolicy.h in Headers */, + 6D43D7B067FC370C5AD7CC06AE0D28AD /* DBTEAMLOGSpaceLimitsLevel.h in Headers */, + 56CE6AA417C6F1386139A0500E58ECB4 /* DBTEAMLOGSpaceLimitsStatus.h in Headers */, + E687856ACED806DB641EA62F488DE373 /* DBTEAMLOGSsoAddCertDetails.h in Headers */, + 83A7609991FB871D5B2F0C20770C0015 /* DBTEAMLOGSsoAddLoginUrlDetails.h in Headers */, + 44EA90B7B3C2C9007E79267E66E902BD /* DBTEAMLOGSsoAddLogoutUrlDetails.h in Headers */, + EC7F547E5F06F95A9E72A3A8DD1992CE /* DBTEAMLOGSsoChangeCertDetails.h in Headers */, + DC932A35DB684D8C240F982EFC4441B3 /* DBTEAMLOGSsoChangeLoginUrlDetails.h in Headers */, + 820317F7380E87D54899E8D8BD4783BD /* DBTEAMLOGSsoChangeLogoutUrlDetails.h in Headers */, + 80DB9B2FC299C73FD859B6FE3233F561 /* DBTEAMLOGSsoChangePolicyDetails.h in Headers */, + 4213477E56C00DBBEBCB09303172A845 /* DBTEAMLOGSsoChangeSamlIdentityModeDetails.h in Headers */, + 4A3C88739282D45193E6E5C07CC1EFD7 /* DBTEAMLOGSsoLoginFailDetails.h in Headers */, + 857351ECA9C098BD4E254481CF0A99A8 /* DBTEAMLOGSsoRemoveCertDetails.h in Headers */, + A4D7E64804BFD95E94FB02FDBEFD6D3D /* DBTEAMLOGSsoRemoveLoginUrlDetails.h in Headers */, + 2B3EDA9FB1DD8193B3A153C926263545 /* DBTEAMLOGSsoRemoveLogoutUrlDetails.h in Headers */, + A17352BED83CE7A3FD75D887AB914AA6 /* DBTEAMLOGTeamActivityCreateReportDetails.h in Headers */, + CC6B4062A607A528FE3500FDEB37D31F /* DBTEAMLOGTeamAuthRoutes.h in Headers */, + 7E672F80DD022246ACF7B656E05C9DE5 /* DBTEAMLOGTeamEvent.h in Headers */, + 35B516CB9515CDF2C63233C7F6CF2C8E /* DBTEAMLOGTeamFolderChangeStatusDetails.h in Headers */, + 8EB0362CE7CC955D92531F7A8272B09F /* DBTEAMLOGTeamFolderCreateDetails.h in Headers */, + C8F6D24FB1EFF7676064DD92F53D23CB /* DBTEAMLOGTeamFolderDowngradeDetails.h in Headers */, + 61690F2FEAC2B3620E01A51B4B92B881 /* DBTEAMLOGTeamFolderPermanentlyDeleteDetails.h in Headers */, + 559E1A4A8C2BC3C6684F208D1A7C96DE /* DBTEAMLOGTeamFolderRenameDetails.h in Headers */, + F29C077A972DDDA091260315C944C2FE /* DBTEAMLOGTeamFolderStatus.h in Headers */, + 5D260F2652B7AB61018324274F8BDE06 /* DBTEAMLOGTeamLinkedAppLogInfo.h in Headers */, + 3E31F74E37AB4FFED8C101F3E884B3AE /* DBTEAMLOGTeamMemberLogInfo.h in Headers */, + D92F05D2C1C6FC0CF4A18A035D6AE21A /* DBTEAMLOGTeamMembershipType.h in Headers */, + 458B690EB216028F2F7361081995CA79 /* DBTEAMLOGTeamMergeFromDetails.h in Headers */, + B90E056F21B8AE62510EB66DA3BF8BB3 /* DBTEAMLOGTeamMergeToDetails.h in Headers */, + ED6D2D7E6F6E208E2C451DB82DFCCEC7 /* DBTEAMLOGTeamName.h in Headers */, + E8918B598B4500BC1F0B2409F120E2F3 /* DBTEAMLOGTeamProfileAddLogoDetails.h in Headers */, + B433C080142EBD3E8A56F55595F36DC9 /* DBTEAMLOGTeamProfileChangeDefaultLanguageDetails.h in Headers */, + FEF380BA56C2EF231B2919FBF38EDA74 /* DBTEAMLOGTeamProfileChangeLogoDetails.h in Headers */, + CF84651C8E69DA6DECE4159CAE3AFFC2 /* DBTEAMLOGTeamProfileChangeNameDetails.h in Headers */, + 0FA74A861CCC4C51B488A1BA1556D0C1 /* DBTEAMLOGTeamProfileRemoveLogoDetails.h in Headers */, + EFAC6B2ED7A67242809FEA1EF43A3835 /* DBTEAMLOGTfaAddBackupPhoneDetails.h in Headers */, + 4E68DF1F64EACB92ABC7B0D8C6477679 /* DBTEAMLOGTfaAddSecurityKeyDetails.h in Headers */, + C1FAA03F0DEE0DEA48FC47759F14946B /* DBTEAMLOGTfaChangeBackupPhoneDetails.h in Headers */, + F2E842EC31A0CC20839546FE67E6FDDD /* DBTEAMLOGTfaChangePolicyDetails.h in Headers */, + 04FCBD24094DA61100FF999F1EE50216 /* DBTEAMLOGTfaChangeStatusDetails.h in Headers */, + D0D1069A71059416444E1079C06EB74D /* DBTEAMLOGTfaConfiguration.h in Headers */, + 3959A165E81758B79E0E9548340570C9 /* DBTEAMLOGTfaRemoveBackupPhoneDetails.h in Headers */, + 81FFD3001FD491B10DC1A8331CF47781 /* DBTEAMLOGTfaRemoveSecurityKeyDetails.h in Headers */, + 3FB8F0767C782E1F3D9F154474E9A1DC /* DBTEAMLOGTfaResetDetails.h in Headers */, + 9C8E0059D172857D63E4FBE8600B71AF /* DBTEAMLOGTimeUnit.h in Headers */, + 3E5635859B7E89A0E22D9A6D928D78CE /* DBTEAMLOGTwoAccountChangePolicyDetails.h in Headers */, + C40898A9C90F1C72A130F38F2C538E8D /* DBTEAMLOGTwoAccountPolicy.h in Headers */, + 2664CF58BBA9EA1A2E0F1BD4EC7C52DB /* DBTEAMLOGUserLinkedAppLogInfo.h in Headers */, + 3BC9AE7623BD00D6E5E728FC8E91725B /* DBTEAMLOGUserLogInfo.h in Headers */, + A383A9B1F46A3961E3B2BC3047260709 /* DBTEAMLOGUserNameLogInfo.h in Headers */, + 8111B2E8503A2710C6DFD2AA7FE92582 /* DBTEAMLOGUserOrTeamLinkedAppLogInfo.h in Headers */, + C94F883B7C2C4D332DA49D51675FF59F /* DBTEAMLOGWebSessionLogInfo.h in Headers */, + B7532C3DDE285E47B5C772B26E9BD9F2 /* DBTEAMLOGWebSessionsChangeFixedLengthPolicyDetails.h in Headers */, + 89F6A2CE89D4DCB443D9895228B4319F /* DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails.h in Headers */, + CAE62EDD5EFA9F433C3DA406E936D6C6 /* DBTEAMLOGWebSessionsFixedLengthPolicy.h in Headers */, + 0D857028BA76F2912633A5B7B54DEFC1 /* DBTEAMLOGWebSessionsIdleLengthPolicy.h in Headers */, + 6FFE25DCAB7DC68DC48EF86FE42FFFA1 /* DBTEAMMemberAccess.h in Headers */, + D1ADC4F4077B754772C1CD4E7B2D1F27 /* DBTEAMMemberAddArg.h in Headers */, + 141641F729EF2FB0AAE812AB6276D24B /* DBTEAMMemberAddResult.h in Headers */, + D78063637BA4963E866A86BCDD80822C /* DBTEAMMemberDevices.h in Headers */, + BA22D4522AFEED6873E57419A565693F /* DBTEAMMemberLinkedApps.h in Headers */, + EDD3D4598A44845D4C38576BB3A180CA /* DBTEAMMemberProfile.h in Headers */, + 3318C6A1D288D6FF33DFC79683A58F0B /* DBTEAMMembersAddArg.h in Headers */, + CFEE5853F7062F0C6940F336889304F3 /* DBTEAMMembersAddJobStatus.h in Headers */, + FC2CAEDA8E11FFC7D2EE44EF17890E2D /* DBTEAMMembersAddLaunch.h in Headers */, + 14A873070C742BF0CFF6533CB12775A3 /* DBTEAMMembersDeactivateArg.h in Headers */, + BB623EAAE6927DBC14C8C2608366D777 /* DBTEAMMembersDeactivateError.h in Headers */, + 17E4927211DF545B5751FE828FA440E2 /* DBTEAMMemberSelectorError.h in Headers */, + F16EB58D616E8CAC1A7D8C7EAFE7E58F /* DBTEAMMembersGetInfoArgs.h in Headers */, + 3374804160CAD7B8EBC87098E329E8FE /* DBTEAMMembersGetInfoError.h in Headers */, + 70B1AA9D7BC0CCB9E49DF7B30A4DE63B /* DBTEAMMembersGetInfoItem.h in Headers */, + 60C4C6DC61A271171D36F65EA972A35E /* DBTEAMMembersListArg.h in Headers */, + C2E987AD66F08FFDBE3758005DF69123 /* DBTEAMMembersListContinueArg.h in Headers */, + 8CB1AE4E07FD9CA6BA166442BEB1AEE3 /* DBTEAMMembersListContinueError.h in Headers */, + D014A2A12A2AD3FAD9FFEB746DC21FD6 /* DBTEAMMembersListError.h in Headers */, + 660EAF336B84A4568DF181A4CF0A9441 /* DBTEAMMembersListResult.h in Headers */, + FE3F76F26C3F483FA07510D0FC4BF65F /* DBTEAMMembersRecoverArg.h in Headers */, + E5F8396CD454E288FAA48DF44B076A20 /* DBTEAMMembersRecoverError.h in Headers */, + 3374FBC0B1E4BD351DFD83981516FEB4 /* DBTEAMMembersRemoveArg.h in Headers */, + 871AE4D57C30F3A12377672BA1763401 /* DBTEAMMembersRemoveError.h in Headers */, + 5D4D1D80CA613E254F90178E5D77FCBC /* DBTEAMMembersSendWelcomeError.h in Headers */, + 94A4FB9D96D9F202D2A3603ED12214AD /* DBTEAMMembersSetPermissionsArg.h in Headers */, + 456379AA6CC7A5C9C7582B2F896BDFFD /* DBTEAMMembersSetPermissionsError.h in Headers */, + 19E69A5D5B53BB04D68502C75A46904A /* DBTEAMMembersSetPermissionsResult.h in Headers */, + C65FDB2A78B02824E180740116C09B02 /* DBTEAMMembersSetProfileArg.h in Headers */, + 64AC350FCD1D1C1D641CB46C94676263 /* DBTEAMMembersSetProfileError.h in Headers */, + 595E79462653408AC9336F0F46EFC74C /* DBTEAMMembersSuspendError.h in Headers */, + 40B81E8D134628CABD66EA21B0D2984F /* DBTEAMMembersUnsuspendArg.h in Headers */, + 6F665B3D9587570202985FBF062FD48D /* DBTEAMMembersUnsuspendError.h in Headers */, + BF66EA1F24F58F5522E0EB6C32AA1D99 /* DBTEAMMobileClientPlatform.h in Headers */, + BFEBD81A636F136E4A65682C1A09240E /* DBTEAMMobileClientSession.h in Headers */, + 1DD5492DF8180E51A6E290AF684CA96A /* DBTEAMNamespaceMetadata.h in Headers */, + 03715181CD358722148875EDEF8930E2 /* DBTEAMNamespaceType.h in Headers */, + B5829E9B68D5F1D64C14AA0049C279FC /* DBTEAMPOLICIESEmmState.h in Headers */, + EC2E27E4C9EEE5B35958DF2E7A20A39E /* DBTEAMPOLICIESOfficeAddInPolicy.h in Headers */, + 5CE95BD5D59166DEDD439D9662CEE070 /* DBTEAMPOLICIESPaperDeploymentPolicy.h in Headers */, + 07D78EBDCDDD3A41A97F09C1984B1E85 /* DBTEAMPOLICIESPaperEnabledPolicy.h in Headers */, + AB0E9A57597153DE8A4941EE52A683F3 /* DBTEAMPOLICIESPasswordStrengthPolicy.h in Headers */, + C6FE3075130BCCBED1C9E1CE1D6826D7 /* DBTEAMPOLICIESRolloutMethod.h in Headers */, + B65E30EA1208DB8011681963DACCD1CB /* DBTEAMPOLICIESSharedFolderJoinPolicy.h in Headers */, + 7580649A9B86B7E784737783FF47DD0C /* DBTEAMPOLICIESSharedFolderMemberPolicy.h in Headers */, + F6332FE43B91128F60032D4219359E12 /* DBTEAMPOLICIESSharedLinkCreatePolicy.h in Headers */, + E41C3249DD730639E4AAE0A92490A953 /* DBTEAMPOLICIESSsoPolicy.h in Headers */, + 993D498B99F0507787593AFE8483D112 /* DBTEAMPOLICIESTeamMemberPolicies.h in Headers */, + 663A623CE00CEA241D7A231F79055D5A /* DBTEAMPOLICIESTeamSharingPolicies.h in Headers */, + B98DE7033DDFFFBF0ABB7B1100F8B8B3 /* DBTEAMPOLICIESTwoStepVerificationPolicy.h in Headers */, + BA4BA1794DE8BD66C8E8BB4DCDE2F2A3 /* DBTEAMRemoveCustomQuotaResult.h in Headers */, + 8A79C1FBB814B39DEB8E0F07A04594C2 /* DBTEAMRemovedStatus.h in Headers */, + 38C589BA4F0E6261338FFA21272D973B /* DBTEAMRevokeDesktopClientArg.h in Headers */, + A4B962DE76DF471617B72B457177EE66 /* DBTEAMRevokeDeviceSessionArg.h in Headers */, + 43674A635340570CA79386BBD772B58A /* DBTEAMRevokeDeviceSessionBatchArg.h in Headers */, + A2A44D5F1786AAE8E1A9390A81DF5E9D /* DBTEAMRevokeDeviceSessionBatchError.h in Headers */, + 2ADDDF885BE9836C1D5088C806AB0143 /* DBTEAMRevokeDeviceSessionBatchResult.h in Headers */, + 2E67BA6A796CCD0AA07A51E6A0D9BD49 /* DBTEAMRevokeDeviceSessionError.h in Headers */, + 7696E105E988AF97B2CFDEB36A36A31E /* DBTEAMRevokeDeviceSessionStatus.h in Headers */, + A6A557CEA8AFF5CA027AA0C200119862 /* DBTEAMRevokeLinkedApiAppArg.h in Headers */, + 8DA9C1EE1E77398BB5BD910D16E743A5 /* DBTEAMRevokeLinkedApiAppBatchArg.h in Headers */, + 22A8F57B07A910CD1C82272F6475A410 /* DBTEAMRevokeLinkedAppBatchError.h in Headers */, + 2B5975F0826901B7EACBC8400174A1F0 /* DBTEAMRevokeLinkedAppBatchResult.h in Headers */, + 0B907F075F3B669DBABDCB62D91C1E98 /* DBTEAMRevokeLinkedAppError.h in Headers */, + CE074510B058C6FB9D09AB70E06737B4 /* DBTEAMRevokeLinkedAppStatus.h in Headers */, + 92EFBA08DF0C2B1F781D9B9EDBCF94C2 /* DBTEAMRouteObjects.h in Headers */, + 09E247916E11463C6BC4A2998133D561 /* DBTEAMSetCustomQuotaArg.h in Headers */, + 2CCC8232E9CA0568980D8F347172FB04 /* DBTEAMStorageBucket.h in Headers */, + DD58010E297B948A96C68373F4A17A2B /* DBTEAMTeamAuthRoutes.h in Headers */, + 8FF1ADF494FE8AAF6BCAA96721721E6B /* DBTEAMTeamFolderAccessError.h in Headers */, + 113D31C49D5A721ED83230E1FB044063 /* DBTEAMTeamFolderActivateError.h in Headers */, + B6093BF3CAE8AE26547AE3D4DCC8ADE8 /* DBTEAMTeamFolderArchiveArg.h in Headers */, + 9B990273C2252174511199D25D6F94FF /* DBTEAMTeamFolderArchiveError.h in Headers */, + 70345B0580A6CB8EA420723F76D2EBCC /* DBTEAMTeamFolderArchiveJobStatus.h in Headers */, + A26FCD38B2B7BAC0BE62F169DAEF71DE /* DBTEAMTeamFolderArchiveLaunch.h in Headers */, + C0111034218F109BAB02B8A0523AFF09 /* DBTEAMTeamFolderCreateArg.h in Headers */, + 2BBF3D6FD76EFB5509D0732C0B4FC661 /* DBTEAMTeamFolderCreateError.h in Headers */, + 0CE0329583E124C21D4400DB8EAF19D0 /* DBTEAMTeamFolderGetInfoItem.h in Headers */, + 7FE63005E69C2F70437C3D706933B165 /* DBTEAMTeamFolderIdArg.h in Headers */, + E31A9D6D7387FF5EE47E71DF5108E367 /* DBTEAMTeamFolderIdListArg.h in Headers */, + BC7E9C772DF8FBB856A8B0D3BB630B66 /* DBTEAMTeamFolderInvalidStatusError.h in Headers */, + A438B458AFA444B0E38410275E988A58 /* DBTEAMTeamFolderListArg.h in Headers */, + BC9B69BE6543596B738BBA33D37F39A9 /* DBTEAMTeamFolderListContinueArg.h in Headers */, + B9A50C97A7BD822EDD4A3122DC277724 /* DBTEAMTeamFolderListContinueError.h in Headers */, + F7167A1061AA6D90D1FD5D9B9ED1A082 /* DBTEAMTeamFolderListError.h in Headers */, + A0F5909F8230133E5A4E7FDC2D664053 /* DBTEAMTeamFolderListResult.h in Headers */, + 40F67B1DF4AB63FA4DACAB66A110D599 /* DBTEAMTeamFolderMetadata.h in Headers */, + B24FFFE9D29E3A25C8B544479EF36270 /* DBTEAMTeamFolderPermanentlyDeleteError.h in Headers */, + C5D00A072A454338A301FB7429D50895 /* DBTEAMTeamFolderRenameArg.h in Headers */, + 3E6099D6F1CEA5F1447E9414DE894DFC /* DBTEAMTeamFolderRenameError.h in Headers */, + 3E9DB522A19C22B791CB0A6E742266AE /* DBTEAMTeamFolderStatus.h in Headers */, + 32D8453DB3F81B4507000F9FAFFD966A /* DBTEAMTeamFolderTeamSharedDropboxError.h in Headers */, + AE10E27A6108635B1246E92A8366D845 /* DBTEAMTeamGetInfoResult.h in Headers */, + E9F47D1393992F74370470F3F9099E9E /* DBTEAMTeamMemberInfo.h in Headers */, + B38E4611407E7E9145B9046FEA818E73 /* DBTEAMTeamMemberProfile.h in Headers */, + DADF9ABF87819E02F9B289FB4C9BA6BC /* DBTEAMTeamMembershipType.h in Headers */, + 2E42FD0C9D2E51FFCDB87FD524EB1E02 /* DBTEAMTeamMemberStatus.h in Headers */, + 4E77C7CEE1EBE4A6814873605508B892 /* DBTEAMTeamNamespacesListArg.h in Headers */, + 82A7556BAC9BCCE1971C9E5F4EE33D4C /* DBTEAMTeamNamespacesListContinueArg.h in Headers */, + D47E13F45DCDD6E5736F629CF0BF4A5E /* DBTEAMTeamNamespacesListContinueError.h in Headers */, + 4128E55F685CEC9A148272DF7889BD13 /* DBTEAMTeamNamespacesListResult.h in Headers */, + E0566BC7D2A848B02C567E00EBBA332F /* DBTEAMTokenGetAuthenticatedAdminError.h in Headers */, + 739C684A45938D3EA065D3878AF05FA2 /* DBTEAMTokenGetAuthenticatedAdminResult.h in Headers */, + 11651DAECABD739F5987622475BB74DA /* DBTEAMUploadApiRateLimitValue.h in Headers */, + BB8F9535F210B08121E1AC0788B18D4F /* DBTEAMUserCustomQuotaArg.h in Headers */, + A112585A087620D45B8415F688D1C621 /* DBTEAMUserCustomQuotaResult.h in Headers */, + B33B8221BC6DA66791CCE9D6637C2E1D /* DBTEAMUserSelectorArg.h in Headers */, + 6F59AE5347172D5F9EC12CEBCF044785 /* DBTEAMUserSelectorError.h in Headers */, + C2500DD8CE256D0A235F26F52F9D8CED /* DBTEAMUsersSelectorArg.h in Headers */, + A136F465B4183733AB8B44A3DA16F6F5 /* DBTransportBaseClient+Internal.h in Headers */, + B4E86B4CC47662282400A163160A1D50 /* DBTransportBaseClient.h in Headers */, + 42BCAFE044202FD1DDE42DB67E895B12 /* DBTransportBaseConfig.h in Headers */, + C68E04F6A886A270723B6AB080FEBF00 /* DBTransportBaseHostnameConfig.h in Headers */, + 82C53F24373B16181CF8E18769F07C08 /* DBTransportClientProtocol.h in Headers */, + 0DA601B9BB9504563A35D82CA795D04B /* DBTransportDefaultClient.h in Headers */, + C543CAC479CAD063FDF52E702DF99441 /* DBTransportDefaultConfig.h in Headers */, + 118E0D9ECE9ABD11EA396F15BAD9690B /* DBUserBaseClient.h in Headers */, + 2DDAC13A9477E649FE946912875F3B6D /* DBUserClient.h in Headers */, + 669B254C7832FDC9678B344A0D83E2C8 /* DBUSERSAccount.h in Headers */, + 2ADF71F2D204D660A23E53D95E3504BC /* DBUSERSBasicAccount.h in Headers */, + FF34EFC97C959A244FE190A2210F5658 /* DBUSERSCOMMONAccountType.h in Headers */, + 7CBB80849A66AB35DC625494C8EF068C /* DBUSERSFullAccount.h in Headers */, + 6372C5A190A0DAA1F50C5DC009613ECB /* DBUSERSFullTeam.h in Headers */, + 7EF3921E226FB85879AC991E9C16724D /* DBUSERSGetAccountArg.h in Headers */, + 5FEE1AD5CFA2F269CCC63918C4AD0B75 /* DBUSERSGetAccountBatchArg.h in Headers */, + AE99387F961C74D2EE295193402E6BA6 /* DBUSERSGetAccountBatchError.h in Headers */, + 76A256F26396F45BDA290393F86F23C9 /* DBUSERSGetAccountError.h in Headers */, + 441A8F11E5AF50E9D8B5D20A3ED08E7A /* DBUSERSIndividualSpaceAllocation.h in Headers */, + 8DB3AE788E65184A97AE749112C38E0C /* DBUSERSName.h in Headers */, + B50921C9B983CEC4F4B63DE2383EE875 /* DBUSERSRouteObjects.h in Headers */, + 6D30572B923C5D9DA4154B22BBF113B3 /* DBUSERSSpaceAllocation.h in Headers */, + D08B7A5F83CDB95BD58C738B409A9BB7 /* DBUSERSSpaceUsage.h in Headers */, + 13BFB408856CB95952442CDF7D74A8ED /* DBUSERSTeam.h in Headers */, + 3B68D89191790ADF8CEF11FB34C4EF45 /* DBUSERSTeamSpaceAllocation.h in Headers */, + 8372D4E523BFF7A02DD25DE0B78672F6 /* DBUSERSUserAuthRoutes.h in Headers */, + 1CB79F268DF3E80E3CB093482FA3AF40 /* ObjectiveDropboxOfficial.h in Headers */, + 1058FFE4AF042ED8C3963892D11336C5 /* ObjectiveDropboxOfficialLib.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ @@ -6608,6 +6885,23 @@ productReference = 2A23CA42E3726390B8E472FA39211354 /* libSTPrivilegedTask.a */; productType = "com.apple.product-type.library.static"; }; + 3AF17F6DAEDBF945567FC6288BC8CE32 /* ObjectiveDropboxOfficial */ = { + isa = PBXNativeTarget; + buildConfigurationList = 6F7AB863DF019CA42E65A49C1DD3BDF2 /* Build configuration list for PBXNativeTarget "ObjectiveDropboxOfficial" */; + buildPhases = ( + 9103DF394130623EAF33EB38578F10C3 /* Sources */, + 7F871536BBE5D61098D48034F6FA5FD3 /* Frameworks */, + D3F4A1CC7798799D5C0DEF90D92327DF /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = ObjectiveDropboxOfficial; + productName = ObjectiveDropboxOfficial; + productReference = 3E2AECE7DF1C4D73B0E7A2A38525D18B /* libObjectiveDropboxOfficial.a */; + productType = "com.apple.product-type.library.static"; + }; 67E9796F3C42297D608F5E56B3BCE5F8 /* SAMKeychain */ = { isa = PBXNativeTarget; buildConfigurationList = 73E8C5DECAE7556EF38EF995E185E109 /* Build configuration list for PBXNativeTarget "SAMKeychain" */; @@ -6676,23 +6970,6 @@ productReference = B30898B8A09DE9CCACA9CC5601705474 /* libISO8601.a */; productType = "com.apple.product-type.library.static"; }; - B663C5C3C13C845FDE47080CE90A06FB /* ObjectiveDropboxOfficial */ = { - isa = PBXNativeTarget; - buildConfigurationList = 55F67A854F89ED5326C39363EF835A73 /* Build configuration list for PBXNativeTarget "ObjectiveDropboxOfficial" */; - buildPhases = ( - 31CB9868BABF4427DCA495174FEEE317 /* Sources */, - F8767D446C1B3793EFC475C4525CB953 /* Frameworks */, - 07D4743692680D3C816BE9019473235E /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = ObjectiveDropboxOfficial; - productName = ObjectiveDropboxOfficial; - productReference = 3E2AECE7DF1C4D73B0E7A2A38525D18B /* libObjectiveDropboxOfficial.a */; - productType = "com.apple.product-type.library.static"; - }; E44AE298D538F76278421193C97E79C6 /* AFNetworking */ = { isa = PBXNativeTarget; buildConfigurationList = 2B76C50DCB8F3B2C52486106A3289885 /* Build configuration list for PBXNativeTarget "AFNetworking" */; @@ -6714,7 +6991,7 @@ isa = PBXNativeTarget; buildConfigurationList = 050A9D0CEE3A172A34371D302C70B553 /* Build configuration list for PBXNativeTarget "SSZipArchive" */; buildPhases = ( - 4AD9D9F6BF6F9A3D65E6A6DE616C33E4 /* Sources */, + 36FD4563A9C936F38E9CE467C4A162F0 /* Sources */, 230BFB5E54D795D545D2D93C91C52371 /* Frameworks */, 08879AF653EF2CFE9226E8A6105A0775 /* Headers */, ); @@ -6776,7 +7053,7 @@ D41D8CD98F00B204E9800998ECF8427E /* Project object */ = { isa = PBXProject; attributes = { - LastSwiftUpdateCheck = 0830; + LastSwiftUpdateCheck = 0730; LastUpgradeCheck = 0700; }; buildConfigurationList = 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */; @@ -6795,7 +7072,7 @@ EC00DAFB7D25EC44D7DF727D0C73B8FA /* CMDQueryStringSerialization */, 88FD575EF8CCB57E0CDC81D7C8BDE9B6 /* Google-Analytics-for-OS-X */, B5A3A7CC46C8D78B028A362DC7DC8AA3 /* ISO8601 */, - B663C5C3C13C845FDE47080CE90A06FB /* ObjectiveDropboxOfficial */, + 3AF17F6DAEDBF945567FC6288BC8CE32 /* ObjectiveDropboxOfficial */, E8D0A9ED4BFC909C15EC4AF8115705C4 /* Pods-AppBox */, 67E9796F3C42297D608F5E56B3BCE5F8 /* SAMKeychain */, E544C3B8D10C92ED712598C9C8BAE161 /* SSZipArchive */, @@ -7048,96 +7325,28 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 31CB9868BABF4427DCA495174FEEE317 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 2E24D2E776DD6B79CC3634632B305A08 /* DBAppBaseClient.m in Sources */, - FF74645CC4819D37FCB3BE6ABCBE7626 /* DBAppClient.m in Sources */, - 766AB790F0DE0EA5B3EAF3A5793F664A /* DBAsyncObjects.m in Sources */, - 23FED16758345AECB350B185E867E9B1 /* DBAUTHAppAuthRoutes.m in Sources */, - AC2CEF99787B6E65EB64916390C2DB27 /* DBAuthObjects.m in Sources */, - 40516F08261B4057DFD34227C144AE98 /* DBAUTHRouteObjects.m in Sources */, - DD0E1C5D158A5A1C1286C5B0B6E074A2 /* DBAUTHUserAuthRoutes.m in Sources */, - CC65D2FBB0B7D3D14229475CF4920E27 /* DBChunkInputStream.m in Sources */, - 4E43F83288974781E442A48B8B7EDFCA /* DBClientsManager+DesktopAuth-macOS.m in Sources */, - C5699C637DBBA2F9233D9F2CDFB519F5 /* DBClientsManager.m in Sources */, - 8816C6732F7B4BDA8843A46DBE052B79 /* DBCommonObjects.m in Sources */, - 896A91C2D1FC61E4AEC7C71EA8E1A84E /* DBCustomDatatypes.m in Sources */, - F4E4E345503F09BE2F957911F6E068B0 /* DBCustomRoutes.m in Sources */, - B4CD49738C10920D19F8196E5BC232E2 /* DBCustomTasks.m in Sources */, - 274DC809A1258F0D062F827881315DA4 /* DBDelegate.m in Sources */, - BA225744B379D2A1918D2D48E9A6FFB7 /* DBFilesObjects.m in Sources */, - 1E3000207F7DC240661D78517CE6BD0E /* DBFILESRouteObjects.m in Sources */, - 16155450B0B0C88E4930F998C969724C /* DBFILESUserAuthRoutes.m in Sources */, - ABC195BE44911F5F36536C99006C3B65 /* DBGlobalErrorResponseHandler.m in Sources */, - 0BB5798F7130576D19FA9BC5E04ABAD8 /* DBOAuthDesktop-macOS.m in Sources */, - 1A703464A78EA4B3C78F4B3E867CF149 /* DBOAuthManager.m in Sources */, - 5767A4878BF15E66F2FF6C0552228103 /* DBOAuthResult.m in Sources */, - C62832F4407A734DA30CEF3EB3ADD16F /* DBPaperObjects.m in Sources */, - F489056C5ABD25A5AA7915D16051B104 /* DBPAPERRouteObjects.m in Sources */, - 3B4AD427ADB361CEE6233196EE5ECFB7 /* DBPAPERUserAuthRoutes.m in Sources */, - A6E97B61A2CDE294E42B91BC9651C406 /* DBPropertiesObjects.m in Sources */, - DA938DCC566C1A51DA5805B7CC9D855F /* DBRequestErrors.m in Sources */, - 42394ABEA3DF9D4F7D502FD4035EA9BF /* DBSDKConstants.m in Sources */, - DB19F61E8328D0F6367086F866267B7A /* DBSDKKeychain.m in Sources */, - 9DC1D7DE8165128A54244B4EB9984C39 /* DBSDKReachability.m in Sources */, - 113DBF58650617A4CECD61F059206651 /* DBSessionData.m in Sources */, - 9C22CBAE1BA3997101ED0A27BC43C91B /* DBSharingObjects.m in Sources */, - D1A4AF62F318A92A9BBBADEE95C72ECE /* DBSHARINGRouteObjects.m in Sources */, - 546E869351E04FDADE3C802E6DCBE95E /* DBSHARINGUserAuthRoutes.m in Sources */, - 442DA9A30421664D8F157F6D2E6C9C33 /* DBStoneBase.m in Sources */, - E4E18C50452C9EFCAF20B251E1932445 /* DBStoneSerializers.m in Sources */, - 9A2ACAE451BA3DF662ED0C1566978A0C /* DBStoneValidators.m in Sources */, - 6560EBEDD75BD3CDF97AF3C508E2C55B /* DBTasks.m in Sources */, - 31AE5448714E52DBD72FB8C6DA3CA9EA /* DBTasksImpl.m in Sources */, - 40AF0D8A22D87A4DAC44F84C0856F40A /* DBTasksStorage.m in Sources */, - EA241B57AED488B6C06534AF8C533163 /* DBTeamBaseClient.m in Sources */, - 083A4851680FC84E21DFD43B682C91D9 /* DBTeamClient.m in Sources */, - AD1035AC44B985D6F39D60C7BE5B6F3D /* DBTeamCommonObjects.m in Sources */, - BEDE04F302CAF8811586F5100BF1437D /* DBTeamLogObjects.m in Sources */, - 862496172AA48A6A37F4E49F6564D099 /* DBTEAMLOGRouteObjects.m in Sources */, - 6BD701F546F80F2451CA4394C370737F /* DBTEAMLOGTeamAuthRoutes.m in Sources */, - 169CF45F836B4DDF1D98CEEEB451987E /* DBTeamObjects.m in Sources */, - F8A3DEC9DAB11A0E04556854D0885D52 /* DBTeamPoliciesObjects.m in Sources */, - C233E02ED18C8EE2CD0C0AB4BC9C484E /* DBTEAMRouteObjects.m in Sources */, - BF18058561BF0B4D3A52E9E5D3A783FF /* DBTEAMTeamAuthRoutes.m in Sources */, - 7758E73CF99DDFCDDF922155FB30747B /* DBTransportBaseClient.m in Sources */, - 19FF001057E2B2739EE69D95B2769E76 /* DBTransportBaseConfig.m in Sources */, - E9692ABC53BC36FA40F5DA580EB75FDF /* DBTransportDefaultClient.m in Sources */, - 8C0406BE57D2E6E583687B88AA987F90 /* DBTransportDefaultConfig.m in Sources */, - 66111C7FBBB55E8FCE2ACBEA5732B07E /* DBUserBaseClient.m in Sources */, - DD46A69B8E8FFFDA6F39D57501BCFC21 /* DBUserClient.m in Sources */, - 95763772B2DAFF39FD7A004D2530EB15 /* DBUsersCommonObjects.m in Sources */, - FD1EA16FE5B00A080B6223906768E7F5 /* DBUsersObjects.m in Sources */, - 2AC79354C6A6BBBCFDFCB0B97C692D80 /* DBUSERSRouteObjects.m in Sources */, - 8364E341867C15EA9A8E6C8BEFA87B47 /* DBUSERSUserAuthRoutes.m in Sources */, - 6463C734BB7872E55BF69FDA95AD2E69 /* ObjectiveDropboxOfficial-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4AD9D9F6BF6F9A3D65E6A6DE616C33E4 /* Sources */ = { + 36FD4563A9C936F38E9CE467C4A162F0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3C763ABDC65F93467F862246A8D234F2 /* aes_ni.c in Sources */, - 36D174D8DAE34A345CFC875373E97093 /* aescrypt.c in Sources */, - BB2C71BA136D614C5D2731AF6CD175CC /* aeskey.c in Sources */, - 4DE2114735026EBC743DC41FA9593259 /* aestab.c in Sources */, - D4102152F3C9935725C434B01DDF4ED4 /* crypt.c in Sources */, - 9FAA3F15F91C23F657CEAC71974A25D2 /* fileenc.c in Sources */, - CC758DA3C7A5A21AB4F8E2A791F8062A /* hmac.c in Sources */, - 6568BF627E33ABE4E387D7422B57382D /* ioapi.c in Sources */, - F2D6EFC8B710FF0A1606135C5694A0A4 /* ioapi_buf.c in Sources */, - B7F0CDF07AFBB17E15A0165A3A804D1D /* ioapi_mem.c in Sources */, - 4C46A667DA25108F0E9CFFFED500E1F2 /* minishared.c in Sources */, - 5A86FCE24DF800BB6CEF86255D4FBB5C /* prng.c in Sources */, - 1BC12C515DD8FC1C887853060CFECF34 /* pwd2key.c in Sources */, - B7DCD561987556E5BBE80DD6DC28EBEC /* sha1.c in Sources */, - D1B7AF8147C382D2B1B25F008A98B943 /* SSZipArchive-dummy.m in Sources */, - 7460F8CB47FBBE72C7AA7A85E712FDBC /* SSZipArchive.m in Sources */, - 1DCB525F63E53F6D06DDB22DFEEF4A80 /* unzip.c in Sources */, - 8B3FC388EDC20418C9D5268F8FC9624C /* zip.c in Sources */, + 981B6C43A041002A78AE813343B2E045 /* aes_ni.c in Sources */, + 865EF5720F39FAE2B7350B791A918B64 /* aescrypt.c in Sources */, + 8ECC6A56F19DE3DA7EFBC1183B0561DE /* aeskey.c in Sources */, + DAD757F75683039492C0DE5F30B26928 /* aestab.c in Sources */, + 7808E47F1BE276088ED98582C1ABA2C3 /* crypt.c in Sources */, + 50EEB17E6F472A4AD9A339A0737BF837 /* fileenc.c in Sources */, + D7DD93E71AB7DF7BA7693BF1E77D7530 /* hmac.c in Sources */, + 70693705C365E473BD84C1AAD22FFC11 /* ioapi.c in Sources */, + A9FCE34DA9FF88E5D83F8DDEDF020C09 /* ioapi_buf.c in Sources */, + 90DEECA677AF3262CDF545C2A9AF669F /* ioapi_mem.c in Sources */, + 30EE1775F3C812C601125BB3F833240E /* minishared.c in Sources */, + CDAADC6C98EFCB366537C0783BB11142 /* prng.c in Sources */, + 42D5139DE1A6BD8083CCB3231DD952FF /* pwd2key.c in Sources */, + 5B58C52BFC36EDC83C3D2F98C21721DC /* sha1.c in Sources */, + 3D40D6507D05EAE38E16689007334BDA /* SSZipArchive-dummy.m in Sources */, + AC2599E65F24C701BC99917D370EF8FC /* SSZipArchive.m in Sources */, + 8D009A0D62AA2769A65FD8DD3B8DFB77 /* unzip.c in Sources */, + 6A311A4404AF60AE605B3BF982C467FF /* zip.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -7163,6 +7372,81 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 9103DF394130623EAF33EB38578F10C3 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 9EFE223A5309D00EBFEAD9B8EB210ED8 /* DBAppBaseClient.m in Sources */, + FEF6F11486CC3317A517A027144379E7 /* DBAppClient.m in Sources */, + B1C2890F3D7A409318FD2935AA2CC471 /* DBAsyncObjects.m in Sources */, + 09ABF027C09CE032BA66D485F9B9F587 /* DBAUTHAppAuthRoutes.m in Sources */, + D7AED93435B823ED6DAF725BEB70CCF4 /* DBAuthObjects.m in Sources */, + E5D262E7ADF51525A3C869D7209B23A3 /* DBAUTHRouteObjects.m in Sources */, + 15F2C1CD4FE4FDF36A0B84A484B07FE2 /* DBAUTHUserAuthRoutes.m in Sources */, + 25BB2456F438598AF8811DF9C5E1BAAC /* DBChunkInputStream.m in Sources */, + 1C190F97BE65D96C76ECE31DC8DD9A9F /* DBClientsManager+DesktopAuth-macOS.m in Sources */, + D62BC896DF11D5CBCA18993D0C5ED825 /* DBClientsManager.m in Sources */, + 5736D597F953AFA9FABAECA06B7FD826 /* DBCommonObjects.m in Sources */, + B0008E4DE8C802A9230265179B98D2AD /* DBCustomDatatypes.m in Sources */, + 3B1F64A4C298937379A252BB1B38DCE9 /* DBCustomRoutes.m in Sources */, + 814B0FAEF6E61364B956D329CE1E12E8 /* DBCustomTasks.m in Sources */, + 9B4EF133B1EADABDA49C1D2CC92DD745 /* DBDelegate.m in Sources */, + 4042F6FA98248F86A129C2F93EEB4592 /* DBFilePropertiesObjects.m in Sources */, + 49FAAA45BD903F2457E541859A67548C /* DBFILEPROPERTIESRouteObjects.m in Sources */, + 0827A5C3C91ACCC809FFF3311C7E9318 /* DBFILEPROPERTIESTeamAuthRoutes.m in Sources */, + A2DC4AB58A1902B30FAB1B3FFA91213B /* DBFILEPROPERTIESUserAuthRoutes.m in Sources */, + BCA217A933A370AFB4CD6A39ADC7D838 /* DBFileRequestsObjects.m in Sources */, + D15C7B2D4451DE4D161D183EB080B80D /* DBFILEREQUESTSRouteObjects.m in Sources */, + 4753529B33C4FACA8467CAC60BBA2E8D /* DBFILEREQUESTSUserAuthRoutes.m in Sources */, + C140DA9E6AD1BBDF7C548006E0A574E8 /* DBFilesObjects.m in Sources */, + 468DF066D13EF9B9351770504021C8BB /* DBFILESRouteObjects.m in Sources */, + 4A7425D1B06567AF67F68973FA35E498 /* DBFILESUserAuthRoutes.m in Sources */, + 6694917A59FB571E83E1EF22865601C9 /* DBGlobalErrorResponseHandler.m in Sources */, + 3A1EEF6E5CA1292D4E6A8F17953EBDEF /* DBOAuthDesktop-macOS.m in Sources */, + 12F6387B7055A9480C1D717FAF8F64D1 /* DBOAuthManager.m in Sources */, + D78653FC60067EB419DD372E58BC07E0 /* DBOAuthResult.m in Sources */, + 08C0A779645F952A1E9A8A74C3A88C33 /* DBPaperObjects.m in Sources */, + DB4D05BA249EAEFD0ED94821ADC80973 /* DBPAPERRouteObjects.m in Sources */, + E0086E12983793021E8853656888CE27 /* DBPAPERUserAuthRoutes.m in Sources */, + D1B04D9893C9079DF0AD84A19D69C6F8 /* DBRequestErrors.m in Sources */, + 6405CEA7114857CF6069246601E00277 /* DBSDKConstants.m in Sources */, + 19E51C38AC0E81E82EFBE747C39BA276 /* DBSDKKeychain.m in Sources */, + 01B1B129D19B71BAAEB7B7DC378D3E58 /* DBSDKReachability.m in Sources */, + 53425C29314C4D6EFEB11CB2A938F6F1 /* DBSessionData.m in Sources */, + 087D106ECED2100BEAA1B419FE4410DD /* DBSharingObjects.m in Sources */, + 7F9067E8735D6A236B85A109179A9AD2 /* DBSHARINGRouteObjects.m in Sources */, + D4926F98CD469CAEDAED9246E05D05D7 /* DBSHARINGUserAuthRoutes.m in Sources */, + 1DCC6BE4E3FD521E8B0C495A127F6B22 /* DBStoneBase.m in Sources */, + DB73BAF3017AE14314712E5DA79E33BC /* DBStoneSerializers.m in Sources */, + 569D2788046B970753C289DAF3DE5337 /* DBStoneValidators.m in Sources */, + CCECABE6F21F2D82F827C58E303F7DA4 /* DBTasks.m in Sources */, + 1D684B9CB9287FD473C2911965C5304D /* DBTasksImpl.m in Sources */, + B8551A53B455442C7646412D440E9E6A /* DBTasksStorage.m in Sources */, + 87D3178639B05EDF8472A12D98F3DE08 /* DBTeamBaseClient.m in Sources */, + 92BC600492B7F6C897F3216A39EDE4D0 /* DBTeamClient.m in Sources */, + 63895B2F092CA352EB36C7D5C6EAC2E7 /* DBTeamCommonObjects.m in Sources */, + 0CE9AD49AE844916488765180F75F397 /* DBTeamLogObjects.m in Sources */, + 177302D19201D70ADB8919FC569E895B /* DBTEAMLOGRouteObjects.m in Sources */, + 7146AF3D48154124760F1ECCA63D0E47 /* DBTEAMLOGTeamAuthRoutes.m in Sources */, + C5CD7CCF13379A68B18BC7CFF9D10D47 /* DBTeamObjects.m in Sources */, + ECE4905A11CF38974CFED4E126D31001 /* DBTeamPoliciesObjects.m in Sources */, + E3E9E6973EBF4E9EEA41803EB437AF69 /* DBTEAMRouteObjects.m in Sources */, + 0C648DFB62883A966919A5E522FFB800 /* DBTEAMTeamAuthRoutes.m in Sources */, + 10CFC3DDD7BB4CFE9C9D0B4C9A889B5A /* DBTransportBaseClient.m in Sources */, + 11995E3782F4E543CC44BF8517D32E0C /* DBTransportBaseConfig.m in Sources */, + 49734FFF563DA0CB47C1C508950E5053 /* DBTransportBaseHostnameConfig.m in Sources */, + E0AA82A17C80598DBA7D62A6EF4E8EB0 /* DBTransportDefaultClient.m in Sources */, + 8006F2EF5A3DD3C68C28BBBAF14DB636 /* DBTransportDefaultConfig.m in Sources */, + EF7FDF24E0354F848C9061C9D4B3384C /* DBUserBaseClient.m in Sources */, + 0CE7A15FE5B90E55A6C72C5D04896538 /* DBUserClient.m in Sources */, + 3B63020E2849164A3AACB777683724E7 /* DBUsersCommonObjects.m in Sources */, + 7FAC1AB4EDDB512C63FCCBA2E7F75DC9 /* DBUsersObjects.m in Sources */, + B78F73D7C91D24DA5140534D82026FD5 /* DBUSERSRouteObjects.m in Sources */, + FE3967E8FC6192EE50B06F41690F76CD /* DBUSERSUserAuthRoutes.m in Sources */, + 7140442D58E87AC10E1FD956B7C88ACC /* ObjectiveDropboxOfficial-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; D73812E60A123949242ABE5C9BF7821E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -7234,7 +7518,7 @@ 635AC2B692DC9B121DA2ADDCE939DACB /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ObjectiveDropboxOfficial; - target = B663C5C3C13C845FDE47080CE90A06FB /* ObjectiveDropboxOfficial */; + target = 3AF17F6DAEDBF945567FC6288BC8CE32 /* ObjectiveDropboxOfficial */; targetProxy = FD2B3AC645476C73929A6D7E791CDF45 /* PBXContainerItemProxy */; }; 6CF0B5A7BB36C9AB28E3CE87C97B1028 /* PBXTargetDependency */ = { @@ -7270,59 +7554,57 @@ /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 02DD6B62B93CD95FB92E9CB6DD8FC0C0 /* Debug */ = { + 0EF18FDA53EB3BBD5B1BC335649CF2DF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B24910C10518894C797C75BDD37B1E50 /* STPrivilegedTask.xcconfig */; + baseConfigurationReference = 6B61B4E6549FA10D614A22C0077A6A8B /* STPrivilegedTask.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "-"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEBUG_INFORMATION_FORMAT = dwarf; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_STRICT_OBJC_MSGSEND = YES; EXECUTABLE_PREFIX = lib; GCC_NO_COMMON_BLOCKS = YES; GCC_PREFIX_HEADER = "Target Support Files/STPrivilegedTask/STPrivilegedTask-prefix.pch"; MACOSX_DEPLOYMENT_TARGET = 10.6; - MTL_ENABLE_DEBUG_INFO = YES; + MTL_ENABLE_DEBUG_INFO = NO; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; PRODUCT_NAME = "$(TARGET_NAME)"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = macosx; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; }; - name = Debug; + name = Release; }; - 08DDD38D502F3FC85583F199B9D2D304 /* Debug */ = { + 19AFC93EACC5B6E3157C4A7CC1DDFE42 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D4912EFC916E06DE2739B7ED0B28A023 /* AFNetworking.xcconfig */; + baseConfigurationReference = EB4F268825F20E91590CE88FD287B560 /* Google-Analytics-for-OS-X.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "-"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEBUG_INFORMATION_FORMAT = dwarf; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_STRICT_OBJC_MSGSEND = YES; EXECUTABLE_PREFIX = lib; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/AFNetworking/AFNetworking-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/Google-Analytics-for-OS-X/Google-Analytics-for-OS-X-prefix.pch"; MACOSX_DEPLOYMENT_TARGET = 10.9; - MTL_ENABLE_DEBUG_INFO = YES; + MTL_ENABLE_DEBUG_INFO = NO; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; PRODUCT_NAME = "$(TARGET_NAME)"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = macosx; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; }; - name = Debug; + name = Release; }; - 309E8323BDEDF51F5C482904FB471080 /* Debug */ = { + 1F898262AD2B79FA6FA99A25844A8492 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C7BD60A7B142276573BF74006D1A3BB4 /* Google-Analytics-for-OS-X.xcconfig */; + baseConfigurationReference = 37EF6A2E394DE84612A7A680E53A2EB7 /* SAMKeychain.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "-"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -7332,8 +7614,8 @@ ENABLE_STRICT_OBJC_MSGSEND = YES; EXECUTABLE_PREFIX = lib; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/Google-Analytics-for-OS-X/Google-Analytics-for-OS-X-prefix.pch"; - MACOSX_DEPLOYMENT_TARGET = 10.9; + GCC_PREFIX_HEADER = "Target Support Files/SAMKeychain/SAMKeychain-prefix.pch"; + MACOSX_DEPLOYMENT_TARGET = 10.8; MTL_ENABLE_DEBUG_INFO = YES; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; @@ -7341,13 +7623,12 @@ PRODUCT_NAME = "$(TARGET_NAME)"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = macosx; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; }; name = Debug; }; - 51307C886E6E1DF7F1F5924C5DF199DB /* Release */ = { + 397B692C806386BB8190C50DD596F521 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AC81E9A0FCCCE965ED314CA9168FC293 /* Pods-AppBox.release.xcconfig */; + baseConfigurationReference = E08BD9FCF9830FAA973FE7AC7627307C /* CMDQueryStringSerialization.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "-"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -7357,22 +7638,21 @@ ENABLE_STRICT_OBJC_MSGSEND = YES; EXECUTABLE_PREFIX = lib; GCC_NO_COMMON_BLOCKS = YES; - MACH_O_TYPE = staticlib; - MACOSX_DEPLOYMENT_TARGET = 10.10; + GCC_PREFIX_HEADER = "Target Support Files/CMDQueryStringSerialization/CMDQueryStringSerialization-prefix.pch"; + MACOSX_DEPLOYMENT_TARGET = 10.9; MTL_ENABLE_DEBUG_INFO = NO; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRIVATE_HEADERS_FOLDER_PATH = ""; PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = macosx; - SKIP_INSTALL = YES; }; name = Release; }; - 53485A1310D7A9FD5EF28FD0B8BC372B /* Debug */ = { + 3C87F3EA5D49139F1E6A5E04625F61DF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 151EC11F79427EA99396AB8790B011AE /* Pods-AppBox.debug.xcconfig */; + baseConfigurationReference = 501B10B4EEE227FE9A2E0EDDA4ED1C38 /* ObjectiveDropboxOfficial.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "-"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -7382,47 +7662,46 @@ ENABLE_STRICT_OBJC_MSGSEND = YES; EXECUTABLE_PREFIX = lib; GCC_NO_COMMON_BLOCKS = YES; - MACH_O_TYPE = staticlib; + GCC_PREFIX_HEADER = "Target Support Files/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial-prefix.pch"; MACOSX_DEPLOYMENT_TARGET = 10.10; MTL_ENABLE_DEBUG_INFO = YES; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRIVATE_HEADERS_FOLDER_PATH = ""; PRODUCT_NAME = "$(TARGET_NAME)"; + PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = macosx; - SKIP_INSTALL = YES; }; name = Debug; }; - 558AB00272E5B67AD21CBDC5B3F17524 /* Debug */ = { + 51307C886E6E1DF7F1F5924C5DF199DB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5F54096090D86B1D235D625B65585CD4 /* ZXingObjC.xcconfig */; + baseConfigurationReference = AC81E9A0FCCCE965ED314CA9168FC293 /* Pods-AppBox.release.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "-"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEBUG_INFORMATION_FORMAT = dwarf; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_STRICT_OBJC_MSGSEND = YES; EXECUTABLE_PREFIX = lib; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/ZXingObjC/ZXingObjC-prefix.pch"; - MACOSX_DEPLOYMENT_TARGET = 10.8; - MTL_ENABLE_DEBUG_INFO = YES; + MACH_O_TYPE = staticlib; + MACOSX_DEPLOYMENT_TARGET = 10.10; + MTL_ENABLE_DEBUG_INFO = NO; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = "$(TARGET_NAME)"; - PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = macosx; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SKIP_INSTALL = YES; }; - name = Debug; + name = Release; }; - 590942C30456BA3EAD875F13FBF1EE29 /* Release */ = { + 533811A67BFB2EA91A34C5A7800E14EC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FE2E32C2B5EB8B2AC88501B8CAB71559 /* ObjectiveDropboxOfficial.xcconfig */; + baseConfigurationReference = 8910C4B24A306B917B4745856D00CF7B /* ISO8601.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "-"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -7432,8 +7711,8 @@ ENABLE_STRICT_OBJC_MSGSEND = YES; EXECUTABLE_PREFIX = lib; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial-prefix.pch"; - MACOSX_DEPLOYMENT_TARGET = 10.10; + GCC_PREFIX_HEADER = "Target Support Files/ISO8601/ISO8601-prefix.pch"; + MACOSX_DEPLOYMENT_TARGET = 10.6; MTL_ENABLE_DEBUG_INFO = NO; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; @@ -7441,87 +7720,37 @@ PRODUCT_NAME = "$(TARGET_NAME)"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = macosx; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; }; name = Release; }; - 6DF5FD282BEE752B1B30F88488FC7769 /* Release */ = { + 53485A1310D7A9FD5EF28FD0B8BC372B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B24910C10518894C797C75BDD37B1E50 /* STPrivilegedTask.xcconfig */; + baseConfigurationReference = 151EC11F79427EA99396AB8790B011AE /* Pods-AppBox.debug.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "-"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; EXECUTABLE_PREFIX = lib; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/STPrivilegedTask/STPrivilegedTask-prefix.pch"; - MACOSX_DEPLOYMENT_TARGET = 10.6; - MTL_ENABLE_DEBUG_INFO = NO; + MACH_O_TYPE = staticlib; + MACOSX_DEPLOYMENT_TARGET = 10.10; + MTL_ENABLE_DEBUG_INFO = YES; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; - PRIVATE_HEADERS_FOLDER_PATH = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = "$(TARGET_NAME)"; - PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = macosx; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - }; - name = Release; - }; - 774D345C1316346D6149B25F10444935 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGNING_REQUIRED = NO; - COPY_PHASE_STRIP = NO; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "POD_CONFIGURATION_DEBUG=1", - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.10; - ONLY_ACTIVE_ARCH = YES; - PROVISIONING_PROFILE_SPECIFIER = NO_SIGNING/; - STRIP_INSTALLED_PRODUCT = NO; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SYMROOT = "${SRCROOT}/../build"; + SKIP_INSTALL = YES; }; name = Debug; }; - 7D5445036576C90D9E8D2DB4F54DD685 /* Debug */ = { + 68152937138778013BEC32BBD1ADB752 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5AD34A431AFEBF34445344460FC21D88 /* SSZipArchive.xcconfig */; + baseConfigurationReference = A902783BD321EC6A09094D8BE9A4B732 /* ZXingObjC.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "-"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -7531,8 +7760,8 @@ ENABLE_STRICT_OBJC_MSGSEND = YES; EXECUTABLE_PREFIX = lib; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/SSZipArchive/SSZipArchive-prefix.pch"; - MACOSX_DEPLOYMENT_TARGET = 10.6; + GCC_PREFIX_HEADER = "Target Support Files/ZXingObjC/ZXingObjC-prefix.pch"; + MACOSX_DEPLOYMENT_TARGET = 10.8; MTL_ENABLE_DEBUG_INFO = YES; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; @@ -7540,13 +7769,12 @@ PRODUCT_NAME = "$(TARGET_NAME)"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = macosx; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; }; name = Debug; }; - 90BC853648100B62B069EF1C2A12CABE /* Release */ = { + 7A2C1D12A343F20134951AC7D05FBE68 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3460C83D77201920886E91F310170641 /* SAMKeychain.xcconfig */; + baseConfigurationReference = 37EF6A2E394DE84612A7A680E53A2EB7 /* SAMKeychain.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "-"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -7565,16 +7793,14 @@ PRODUCT_NAME = "$(TARGET_NAME)"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = macosx; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; }; name = Release; }; - 945EB9E2C47E9C30E16985278CFFC5AE /* Release */ = { + 9420A7205B8F85520AF134F4EE25F7CC /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; @@ -7582,13 +7808,10 @@ CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGNING_REQUIRED = NO; @@ -7613,34 +7836,33 @@ }; name = Release; }; - 94ADEB6CEB84921853AF7048575FA24D /* Release */ = { + 9A8AD8BBC88FFCC3090008787AA1F731 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EB203FDBA090DB504619B81B4CFF3F36 /* ISO8601.xcconfig */; + baseConfigurationReference = E08BD9FCF9830FAA973FE7AC7627307C /* CMDQueryStringSerialization.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "-"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; EXECUTABLE_PREFIX = lib; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/ISO8601/ISO8601-prefix.pch"; - MACOSX_DEPLOYMENT_TARGET = 10.6; - MTL_ENABLE_DEBUG_INFO = NO; + GCC_PREFIX_HEADER = "Target Support Files/CMDQueryStringSerialization/CMDQueryStringSerialization-prefix.pch"; + MACOSX_DEPLOYMENT_TARGET = 10.9; + MTL_ENABLE_DEBUG_INFO = YES; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; PRODUCT_NAME = "$(TARGET_NAME)"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = macosx; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; }; - name = Release; + name = Debug; }; - A1DB5498FDE5344CF354CA6AE857FF50 /* Release */ = { + 9FECC2323804DFBEF315C59CC5BE60A7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C7BD60A7B142276573BF74006D1A3BB4 /* Google-Analytics-for-OS-X.xcconfig */; + baseConfigurationReference = A902783BD321EC6A09094D8BE9A4B732 /* ZXingObjC.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "-"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -7650,8 +7872,8 @@ ENABLE_STRICT_OBJC_MSGSEND = YES; EXECUTABLE_PREFIX = lib; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/Google-Analytics-for-OS-X/Google-Analytics-for-OS-X-prefix.pch"; - MACOSX_DEPLOYMENT_TARGET = 10.9; + GCC_PREFIX_HEADER = "Target Support Files/ZXingObjC/ZXingObjC-prefix.pch"; + MACOSX_DEPLOYMENT_TARGET = 10.8; MTL_ENABLE_DEBUG_INFO = NO; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; @@ -7659,13 +7881,12 @@ PRODUCT_NAME = "$(TARGET_NAME)"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = macosx; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; }; name = Release; }; - AF751EE69ABA1BCEBF9B8AB2F33225A6 /* Debug */ = { + A0E90F8CFBE67215A97E698F9DCA2FCB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3460C83D77201920886E91F310170641 /* SAMKeychain.xcconfig */; + baseConfigurationReference = 8910C4B24A306B917B4745856D00CF7B /* ISO8601.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "-"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -7675,8 +7896,8 @@ ENABLE_STRICT_OBJC_MSGSEND = YES; EXECUTABLE_PREFIX = lib; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/SAMKeychain/SAMKeychain-prefix.pch"; - MACOSX_DEPLOYMENT_TARGET = 10.8; + GCC_PREFIX_HEADER = "Target Support Files/ISO8601/ISO8601-prefix.pch"; + MACOSX_DEPLOYMENT_TARGET = 10.6; MTL_ENABLE_DEBUG_INFO = YES; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; @@ -7684,63 +7905,60 @@ PRODUCT_NAME = "$(TARGET_NAME)"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = macosx; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; }; name = Debug; }; - B43A50BA28F64801214DD5A9F5144166 /* Release */ = { + CD59D9BD58DDFD0B0B597686B77B987A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5F54096090D86B1D235D625B65585CD4 /* ZXingObjC.xcconfig */; + baseConfigurationReference = BAD62B9F5F2CE61935890D72700DA6A2 /* AFNetworking.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "-"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; EXECUTABLE_PREFIX = lib; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/ZXingObjC/ZXingObjC-prefix.pch"; - MACOSX_DEPLOYMENT_TARGET = 10.8; - MTL_ENABLE_DEBUG_INFO = NO; + GCC_PREFIX_HEADER = "Target Support Files/AFNetworking/AFNetworking-prefix.pch"; + MACOSX_DEPLOYMENT_TARGET = 10.9; + MTL_ENABLE_DEBUG_INFO = YES; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; PRODUCT_NAME = "$(TARGET_NAME)"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = macosx; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; }; - name = Release; + name = Debug; }; - C437838020C3C75480D5BB4B89D1812E /* Debug */ = { + DA8C4D2F20BF42BA9A31CCC4B7B93B37 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EB203FDBA090DB504619B81B4CFF3F36 /* ISO8601.xcconfig */; + baseConfigurationReference = 22E1EC18E590C4101C763038820D2C2C /* SSZipArchive.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "-"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEBUG_INFORMATION_FORMAT = dwarf; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_STRICT_OBJC_MSGSEND = YES; EXECUTABLE_PREFIX = lib; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/ISO8601/ISO8601-prefix.pch"; - MACOSX_DEPLOYMENT_TARGET = 10.6; - MTL_ENABLE_DEBUG_INFO = YES; + GCC_PREFIX_HEADER = "Target Support Files/SSZipArchive/SSZipArchive-prefix.pch"; + MACOSX_DEPLOYMENT_TARGET = 10.8; + MTL_ENABLE_DEBUG_INFO = NO; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; PRODUCT_NAME = "$(TARGET_NAME)"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = macosx; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; }; - name = Debug; + name = Release; }; - C619945F25870DDE77D438CA2B7EF8EA /* Release */ = { + E53855B8ACE55381671AECC12E2DCE43 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D4912EFC916E06DE2739B7ED0B28A023 /* AFNetworking.xcconfig */; + baseConfigurationReference = 501B10B4EEE227FE9A2E0EDDA4ED1C38 /* ObjectiveDropboxOfficial.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "-"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -7750,8 +7968,8 @@ ENABLE_STRICT_OBJC_MSGSEND = YES; EXECUTABLE_PREFIX = lib; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/AFNetworking/AFNetworking-prefix.pch"; - MACOSX_DEPLOYMENT_TARGET = 10.9; + GCC_PREFIX_HEADER = "Target Support Files/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial-prefix.pch"; + MACOSX_DEPLOYMENT_TARGET = 10.10; MTL_ENABLE_DEBUG_INFO = NO; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; @@ -7759,38 +7977,80 @@ PRODUCT_NAME = "$(TARGET_NAME)"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = macosx; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; }; name = Release; }; - C834491124F2DF8A5742CBA1A7776E64 /* Release */ = { + F653E316AB5F825D3AD0CAE700E37071 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5AD34A431AFEBF34445344460FC21D88 /* SSZipArchive.xcconfig */; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGNING_REQUIRED = NO; + COPY_PHASE_STRIP = NO; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "POD_CONFIGURATION_DEBUG=1", + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.10; + ONLY_ACTIVE_ARCH = YES; + PROVISIONING_PROFILE_SPECIFIER = NO_SIGNING/; + STRIP_INSTALLED_PRODUCT = NO; + SYMROOT = "${SRCROOT}/../build"; + }; + name = Debug; + }; + F6B34135B0973999FCBF41EB540B57F3 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6B61B4E6549FA10D614A22C0077A6A8B /* STPrivilegedTask.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "-"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; EXECUTABLE_PREFIX = lib; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/SSZipArchive/SSZipArchive-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/STPrivilegedTask/STPrivilegedTask-prefix.pch"; MACOSX_DEPLOYMENT_TARGET = 10.6; - MTL_ENABLE_DEBUG_INFO = NO; + MTL_ENABLE_DEBUG_INFO = YES; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; PRODUCT_NAME = "$(TARGET_NAME)"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = macosx; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; }; - name = Release; + name = Debug; }; - CF92BE9E53C37727682466FF673EC713 /* Debug */ = { + F826647F086E54BEFB6F20132F99F93A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8943925C53E69E9FDB9110D610BDD32C /* CMDQueryStringSerialization.xcconfig */; + baseConfigurationReference = 22E1EC18E590C4101C763038820D2C2C /* SSZipArchive.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "-"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -7800,8 +8060,8 @@ ENABLE_STRICT_OBJC_MSGSEND = YES; EXECUTABLE_PREFIX = lib; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/CMDQueryStringSerialization/CMDQueryStringSerialization-prefix.pch"; - MACOSX_DEPLOYMENT_TARGET = 10.9; + GCC_PREFIX_HEADER = "Target Support Files/SSZipArchive/SSZipArchive-prefix.pch"; + MACOSX_DEPLOYMENT_TARGET = 10.8; MTL_ENABLE_DEBUG_INFO = YES; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; @@ -7809,59 +8069,56 @@ PRODUCT_NAME = "$(TARGET_NAME)"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = macosx; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; }; name = Debug; }; - EBFB6C604DCA1F1C4D1881BE02469A69 /* Debug */ = { + F96B78DADB0A0E3F0B341E89F9A08F03 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FE2E32C2B5EB8B2AC88501B8CAB71559 /* ObjectiveDropboxOfficial.xcconfig */; + baseConfigurationReference = BAD62B9F5F2CE61935890D72700DA6A2 /* AFNetworking.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "-"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEBUG_INFORMATION_FORMAT = dwarf; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_STRICT_OBJC_MSGSEND = YES; EXECUTABLE_PREFIX = lib; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial-prefix.pch"; - MACOSX_DEPLOYMENT_TARGET = 10.10; - MTL_ENABLE_DEBUG_INFO = YES; + GCC_PREFIX_HEADER = "Target Support Files/AFNetworking/AFNetworking-prefix.pch"; + MACOSX_DEPLOYMENT_TARGET = 10.9; + MTL_ENABLE_DEBUG_INFO = NO; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; PRODUCT_NAME = "$(TARGET_NAME)"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = macosx; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; }; - name = Debug; + name = Release; }; - ED80220654FF8930FD460F16CBE89905 /* Release */ = { + FAF07DF10848F54018922D575A98DC08 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8943925C53E69E9FDB9110D610BDD32C /* CMDQueryStringSerialization.xcconfig */; + baseConfigurationReference = EB4F268825F20E91590CE88FD287B560 /* Google-Analytics-for-OS-X.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "-"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; EXECUTABLE_PREFIX = lib; GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/CMDQueryStringSerialization/CMDQueryStringSerialization-prefix.pch"; + GCC_PREFIX_HEADER = "Target Support Files/Google-Analytics-for-OS-X/Google-Analytics-for-OS-X-prefix.pch"; MACOSX_DEPLOYMENT_TARGET = 10.9; - MTL_ENABLE_DEBUG_INFO = NO; + MTL_ENABLE_DEBUG_INFO = YES; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PRIVATE_HEADERS_FOLDER_PATH = ""; PRODUCT_NAME = "$(TARGET_NAME)"; PUBLIC_HEADERS_FOLDER_PATH = ""; SDKROOT = macosx; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; }; - name = Release; + name = Debug; }; /* End XCBuildConfiguration section */ @@ -7869,8 +8126,8 @@ 050A9D0CEE3A172A34371D302C70B553 /* Build configuration list for PBXNativeTarget "SSZipArchive" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7D5445036576C90D9E8D2DB4F54DD685 /* Debug */, - C834491124F2DF8A5742CBA1A7776E64 /* Release */, + F826647F086E54BEFB6F20132F99F93A /* Debug */, + DA8C4D2F20BF42BA9A31CCC4B7B93B37 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -7878,8 +8135,8 @@ 2B76C50DCB8F3B2C52486106A3289885 /* Build configuration list for PBXNativeTarget "AFNetworking" */ = { isa = XCConfigurationList; buildConfigurations = ( - 08DDD38D502F3FC85583F199B9D2D304 /* Debug */, - C619945F25870DDE77D438CA2B7EF8EA /* Release */, + CD59D9BD58DDFD0B0B597686B77B987A /* Debug */, + F96B78DADB0A0E3F0B341E89F9A08F03 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -7887,8 +8144,8 @@ 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( - 774D345C1316346D6149B25F10444935 /* Debug */, - 945EB9E2C47E9C30E16985278CFFC5AE /* Release */, + F653E316AB5F825D3AD0CAE700E37071 /* Debug */, + 9420A7205B8F85520AF134F4EE25F7CC /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -7896,17 +8153,17 @@ 51840F41EE3DE76713FE936B1A118F6A /* Build configuration list for PBXNativeTarget "CMDQueryStringSerialization" */ = { isa = XCConfigurationList; buildConfigurations = ( - CF92BE9E53C37727682466FF673EC713 /* Debug */, - ED80220654FF8930FD460F16CBE89905 /* Release */, + 9A8AD8BBC88FFCC3090008787AA1F731 /* Debug */, + 397B692C806386BB8190C50DD596F521 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 55F67A854F89ED5326C39363EF835A73 /* Build configuration list for PBXNativeTarget "ObjectiveDropboxOfficial" */ = { + 6F7AB863DF019CA42E65A49C1DD3BDF2 /* Build configuration list for PBXNativeTarget "ObjectiveDropboxOfficial" */ = { isa = XCConfigurationList; buildConfigurations = ( - EBFB6C604DCA1F1C4D1881BE02469A69 /* Debug */, - 590942C30456BA3EAD875F13FBF1EE29 /* Release */, + 3C87F3EA5D49139F1E6A5E04625F61DF /* Debug */, + E53855B8ACE55381671AECC12E2DCE43 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -7914,8 +8171,8 @@ 73E8C5DECAE7556EF38EF995E185E109 /* Build configuration list for PBXNativeTarget "SAMKeychain" */ = { isa = XCConfigurationList; buildConfigurations = ( - AF751EE69ABA1BCEBF9B8AB2F33225A6 /* Debug */, - 90BC853648100B62B069EF1C2A12CABE /* Release */, + 1F898262AD2B79FA6FA99A25844A8492 /* Debug */, + 7A2C1D12A343F20134951AC7D05FBE68 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -7923,8 +8180,8 @@ A4072012768C057BCA76CB86363BEE7F /* Build configuration list for PBXNativeTarget "STPrivilegedTask" */ = { isa = XCConfigurationList; buildConfigurations = ( - 02DD6B62B93CD95FB92E9CB6DD8FC0C0 /* Debug */, - 6DF5FD282BEE752B1B30F88488FC7769 /* Release */, + F6B34135B0973999FCBF41EB540B57F3 /* Debug */, + 0EF18FDA53EB3BBD5B1BC335649CF2DF /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -7932,8 +8189,8 @@ ABA919BBD0A7EFF5D0926968AF9CBA05 /* Build configuration list for PBXNativeTarget "ZXingObjC" */ = { isa = XCConfigurationList; buildConfigurations = ( - 558AB00272E5B67AD21CBDC5B3F17524 /* Debug */, - B43A50BA28F64801214DD5A9F5144166 /* Release */, + 68152937138778013BEC32BBD1ADB752 /* Debug */, + 9FECC2323804DFBEF315C59CC5BE60A7 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -7950,8 +8207,8 @@ D392F23B8632E081A9FD0ADE57AE2047 /* Build configuration list for PBXNativeTarget "Google-Analytics-for-OS-X" */ = { isa = XCConfigurationList; buildConfigurations = ( - 309E8323BDEDF51F5C482904FB471080 /* Debug */, - A1DB5498FDE5344CF354CA6AE857FF50 /* Release */, + FAF07DF10848F54018922D575A98DC08 /* Debug */, + 19AFC93EACC5B6E3157C4A7CC1DDFE42 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -7959,8 +8216,8 @@ EC29418CE800EFE7C04647DFFE4F5995 /* Build configuration list for PBXNativeTarget "ISO8601" */ = { isa = XCConfigurationList; buildConfigurations = ( - C437838020C3C75480D5BB4B89D1812E /* Debug */, - 94ADEB6CEB84921853AF7048575FA24D /* Release */, + A0E90F8CFBE67215A97E698F9DCA2FCB /* Debug */, + 533811A67BFB2EA91A34C5A7800E14EC /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/Pods/SAMKeychain/Readme.markdown b/Pods/SAMKeychain/Readme.markdown index 46c73a3f..fbd8d963 100644 --- a/Pods/SAMKeychain/Readme.markdown +++ b/Pods/SAMKeychain/Readme.markdown @@ -1,5 +1,9 @@ # SAMKeychain +[![Version](https://img.shields.io/github/release/soffes/SAMKeychain.svg)](https://github.com/soffes/SAMKeychain/releases) +[![CocoaPods](https://img.shields.io/cocoapods/v/SAMKeychain.svg)](https://cocoapods.org/pods/SAMKeychain) +[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) + SAMKeychain is a simple wrapper for accessing accounts, getting passwords, setting passwords, and deleting passwords using the system Keychain on Mac OS X and iOS. ## Adding to Your Project @@ -78,6 +82,6 @@ for other options. ## Thanks -This was originally inspired by EMKeychain and SDKeychain (both of which are now gone). Thanks to the authors. SAMKeychain has since switched to a simpler implementation that was abstracted from [SSToolkit](http://sstoolk.it). +This was originally inspired by EMKeychain and SDKeychain (both of which are now gone). Thanks to the authors. SAMKeychain has since switched to a simpler implementation that was abstracted from [SSToolkit](https://github.com/soffes/sstoolkit). A huge thanks to [Caleb Davenport](https://github.com/calebd) for leading the way on version 1.0 of SAMKeychain. diff --git a/Pods/SSZipArchive/README.md b/Pods/SSZipArchive/README.md index 260e8d48..2736bdba 100644 --- a/Pods/SSZipArchive/README.md +++ b/Pods/SSZipArchive/README.md @@ -3,18 +3,23 @@ # SSZipArchive -ZipArchive is a simple utility class for zipping and unzipping files on iOS and Mac. +ZipArchive is a simple utility class for zipping and unzipping files on iOS, macOS and tvOS. - Unzip zip files; - Unzip password protected zip files; -- Create new zip files; +- Unzip AES encrypted zip files; +- Create zip files; +- Create password protected zip files; +- Create AES encrypted zip files; +- Choose compression level; - Append to existing zip files; -- Zip files; - Zip-up NSData instances. (with a filename) ## Installation and Setup -*The main release branch is configured to support Objective C and Swift 3. There is a 'swift23' branch which is a tied to a older 1.x release and will not be upgraded. Xcode 8.3+ removes support for Swift 2.3* +*The main release branch is configured to support Objective C and Swift 3+.* + +SSZipArchive works on Xcode 7-9 and above, iOS 8-11 and above. ### CocoaPods In your Podfile: @@ -37,10 +42,10 @@ SSZipArchive requires ARC. ```objective-c // Create -[SSZipArchive createZipFileAtPath: zipPath withContentsOfDirectory: sampleDataPath]; +[SSZipArchive createZipFileAtPath:zipPath withContentsOfDirectory:sampleDataPath]; // Unzip -[SSZipArchive unzipFileAtPath:zipPath toDestination: unzipPath]; +[SSZipArchive unzipFileAtPath:zipPath toDestination:unzipPath]; ``` ### Swift @@ -55,7 +60,7 @@ SSZipArchive.unzipFileAtPath(zipPath, toDestination: unzipPath) ## License -SSZipArchive is protected under the [MIT license](https://github.com/samsoffes/ssziparchive/raw/master/LICENSE) and our slightly modified version of [Minizip](https://github.com/nmoinvaz/minizip) 1.1 is licensed under the [Zlib license](http://www.zlib.net/zlib_license.html). +SSZipArchive is protected under the [MIT license](https://github.com/samsoffes/ssziparchive/raw/master/LICENSE) and our slightly modified version of [Minizip](https://github.com/nmoinvaz/minizip) 1.2 is licensed under the [Zlib license](http://www.zlib.net/zlib_license.html). ## Acknowledgments diff --git a/Pods/SSZipArchive/SSZipArchive/SSZipArchive.h b/Pods/SSZipArchive/SSZipArchive/SSZipArchive.h index bcfbb74b..e5768b13 100755 --- a/Pods/SSZipArchive/SSZipArchive/SSZipArchive.h +++ b/Pods/SSZipArchive/SSZipArchive/SSZipArchive.h @@ -21,6 +21,7 @@ typedef NS_ENUM(NSInteger, SSZipArchiveErrorCode) { SSZipArchiveErrorCodeFileInfoNotLoadable = -3, SSZipArchiveErrorCodeFileContentNotReadable = -4, SSZipArchiveErrorCodeFailedToWriteFile = -5, + SSZipArchiveErrorCodeInvalidArguments = -6, }; @protocol SSZipArchiveDelegate; @@ -29,14 +30,24 @@ typedef NS_ENUM(NSInteger, SSZipArchiveErrorCode) { // Password check + (BOOL)isFilePasswordProtectedAtPath:(NSString *)path; -+ (BOOL)isPasswordValidForArchiveAtPath:(NSString *)path password:(NSString *)pw error:(NSError * __nullable * __nullable)error NS_SWIFT_NOTHROW; ++ (BOOL)isPasswordValidForArchiveAtPath:(NSString *)path password:(NSString *)pw error:(NSError * _Nullable * _Nullable)error NS_SWIFT_NOTHROW; // Unzip + (BOOL)unzipFileAtPath:(NSString *)path toDestination:(NSString *)destination; + (BOOL)unzipFileAtPath:(NSString *)path toDestination:(NSString *)destination delegate:(nullable id)delegate; -+ (BOOL)unzipFileAtPath:(NSString *)path toDestination:(NSString *)destination overwrite:(BOOL)overwrite password:(nullable NSString *)password error:(NSError * *)error; -+ (BOOL)unzipFileAtPath:(NSString *)path toDestination:(NSString *)destination overwrite:(BOOL)overwrite password:(nullable NSString *)password error:(NSError * *)error delegate:(nullable id)delegate NS_REFINED_FOR_SWIFT; ++ (BOOL)unzipFileAtPath:(NSString *)path + toDestination:(NSString *)destination + overwrite:(BOOL)overwrite + password:(nullable NSString *)password + error:(NSError * *)error; + ++ (BOOL)unzipFileAtPath:(NSString *)path + toDestination:(NSString *)destination + overwrite:(BOOL)overwrite + password:(nullable NSString *)password + error:(NSError * *)error + delegate:(nullable id)delegate NS_REFINED_FOR_SWIFT; + (BOOL)unzipFileAtPath:(NSString *)path toDestination:(NSString *)destination @@ -47,38 +58,70 @@ typedef NS_ENUM(NSInteger, SSZipArchiveErrorCode) { delegate:(nullable id)delegate; + (BOOL)unzipFileAtPath:(NSString *)path - toDestination:(NSString *)destination - progressHandler:(void (^)(NSString *entry, unz_file_info zipInfo, long entryNumber, long total))progressHandler - completionHandler:(void (^)(NSString *path, BOOL succeeded, NSError * __nullable error))completionHandler; + toDestination:(NSString *)destination + progressHandler:(void (^_Nullable)(NSString *entry, unz_file_info zipInfo, long entryNumber, long total))progressHandler + completionHandler:(void (^_Nullable)(NSString *path, BOOL succeeded, NSError * _Nullable error))completionHandler; + ++ (BOOL)unzipFileAtPath:(NSString *)path + toDestination:(NSString *)destination + overwrite:(BOOL)overwrite + password:(nullable NSString *)password + progressHandler:(void (^_Nullable)(NSString *entry, unz_file_info zipInfo, long entryNumber, long total))progressHandler + completionHandler:(void (^_Nullable)(NSString *path, BOOL succeeded, NSError * _Nullable error))completionHandler; + (BOOL)unzipFileAtPath:(NSString *)path - toDestination:(NSString *)destination - overwrite:(BOOL)overwrite - password:(nullable NSString *)password - progressHandler:(void (^)(NSString *entry, unz_file_info zipInfo, long entryNumber, long total))progressHandler - completionHandler:(void (^)(NSString *path, BOOL succeeded, NSError * __nullable error))completionHandler; + toDestination:(NSString *)destination + preserveAttributes:(BOOL)preserveAttributes + overwrite:(BOOL)overwrite + nestedZipLevel:(NSInteger)nestedZipLevel + password:(nullable NSString *)password + error:(NSError **)error + delegate:(nullable id)delegate + progressHandler:(void (^_Nullable)(NSString *entry, unz_file_info zipInfo, long entryNumber, long total))progressHandler + completionHandler:(void (^_Nullable)(NSString *path, BOOL succeeded, NSError * _Nullable error))completionHandler; // Zip +// default compression level is Z_DEFAULT_COMPRESSION (from "zlib.h") // without password -+ (BOOL)createZipFileAtPath:(NSString *)path withFilesAtPaths:(NSArray *)paths; ++ (BOOL)createZipFileAtPath:(NSString *)path withFilesAtPaths:(NSArray *)paths; + (BOOL)createZipFileAtPath:(NSString *)path withContentsOfDirectory:(NSString *)directoryPath; + (BOOL)createZipFileAtPath:(NSString *)path withContentsOfDirectory:(NSString *)directoryPath keepParentDirectory:(BOOL)keepParentDirectory; -// with password, password could be nil -+ (BOOL)createZipFileAtPath:(NSString *)path withFilesAtPaths:(NSArray *)paths withPassword:(nullable NSString *)password; +// with optional password, default encryption is AES +// don't use AES if you need compatibility with native macOS unzip and Archive Utility ++ (BOOL)createZipFileAtPath:(NSString *)path withFilesAtPaths:(NSArray *)paths withPassword:(nullable NSString *)password; + (BOOL)createZipFileAtPath:(NSString *)path withContentsOfDirectory:(NSString *)directoryPath withPassword:(nullable NSString *)password; + (BOOL)createZipFileAtPath:(NSString *)path withContentsOfDirectory:(NSString *)directoryPath keepParentDirectory:(BOOL)keepParentDirectory withPassword:(nullable NSString *)password; -+ (BOOL)createZipFileAtPath:(NSString *)path withContentsOfDirectory:(NSString *)directoryPath keepParentDirectory:(BOOL)keepParentDirectory withPassword:(nullable NSString *)password andProgressHandler:(void(^ _Nullable)(NSUInteger entryNumber, NSUInteger total))progressHandler; - -- (instancetype)initWithPath:(NSString *)path; -@property (NS_NONATOMIC_IOSONLY, readonly) BOOL open; -- (BOOL)writeFile:(NSString *)path withPassword:(nullable NSString *)password; ++ (BOOL)createZipFileAtPath:(NSString *)path + withContentsOfDirectory:(NSString *)directoryPath + keepParentDirectory:(BOOL)keepParentDirectory + withPassword:(nullable NSString *)password + andProgressHandler:(void(^ _Nullable)(NSUInteger entryNumber, NSUInteger total))progressHandler; ++ (BOOL)createZipFileAtPath:(NSString *)path + withContentsOfDirectory:(NSString *)directoryPath + keepParentDirectory:(BOOL)keepParentDirectory + compressionLevel:(int)compressionLevel + password:(nullable NSString *)password + AES:(BOOL)aes + progressHandler:(void(^ _Nullable)(NSUInteger entryNumber, NSUInteger total))progressHandler; + +- (instancetype)init NS_UNAVAILABLE; +- (instancetype)initWithPath:(NSString *)path NS_DESIGNATED_INITIALIZER; +- (BOOL)open; + +/// write empty folder - (BOOL)writeFolderAtPath:(NSString *)path withFolderName:(NSString *)folderName withPassword:(nullable NSString *)password; +/// write file +- (BOOL)writeFile:(NSString *)path withPassword:(nullable NSString *)password; - (BOOL)writeFileAtPath:(NSString *)path withFileName:(nullable NSString *)fileName withPassword:(nullable NSString *)password; +- (BOOL)writeFileAtPath:(NSString *)path withFileName:(nullable NSString *)fileName compressionLevel:(int)compressionLevel password:(nullable NSString *)password AES:(BOOL)aes; +/// write data - (BOOL)writeData:(NSData *)data filename:(nullable NSString *)filename withPassword:(nullable NSString *)password; -@property (NS_NONATOMIC_IOSONLY, readonly) BOOL close; +- (BOOL)writeData:(NSData *)data filename:(nullable NSString *)filename compressionLevel:(int)compressionLevel password:(nullable NSString *)password AES:(BOOL)aes; + +- (BOOL)close; @end @@ -95,7 +138,6 @@ typedef NS_ENUM(NSInteger, SSZipArchiveErrorCode) { - (void)zipArchiveDidUnzipFileAtIndex:(NSInteger)fileIndex totalFiles:(NSInteger)totalFiles archivePath:(NSString *)archivePath unzippedFilePath:(NSString *)unzippedFilePath; - (void)zipArchiveProgressEvent:(unsigned long long)loaded total:(unsigned long long)total; -- (void)zipArchiveDidUnzipArchiveFile:(NSString *)zipFile entryPath:(NSString *)entryPath destPath:(NSString *)destPath; @end diff --git a/Pods/SSZipArchive/SSZipArchive/SSZipArchive.m b/Pods/SSZipArchive/SSZipArchive/SSZipArchive.m index 1534bb24..afcec716 100755 --- a/Pods/SSZipArchive/SSZipArchive/SSZipArchive.m +++ b/Pods/SSZipArchive/SSZipArchive/SSZipArchive.m @@ -5,12 +5,11 @@ // Created by Sam Soffes on 7/21/10. // Copyright (c) Sam Soffes 2010-2015. All rights reserved. // + #import "SSZipArchive.h" #include "unzip.h" #include "zip.h" #include "minishared.h" -#import "zlib.h" -#import "zconf.h" #include @@ -18,14 +17,27 @@ #define CHUNK 16384 +int _zipOpenEntry(zipFile entry, NSString *name, const zip_fileinfo *zipfi, int level, NSString *password, BOOL aes); +BOOL _fileIsSymbolicLink(const unz_file_info *fileInfo); + +#ifndef API_AVAILABLE +// Xcode 7- compatibility +#define API_AVAILABLE(...) +#endif + +@interface NSData(SSZipArchive) +- (NSString *)_base64RFC4648 API_AVAILABLE(macos(10.9), ios(7.0), watchos(2.0), tvos(9.0)); +- (NSString *)_hexString; +@end + @interface SSZipArchive () -+ (NSDate *)_dateWithMSDOSFormat:(UInt32)msdosDateTime; +- (instancetype)init NS_DESIGNATED_INITIALIZER; @end @implementation SSZipArchive { + /// path for zip file NSString *_path; - NSString *_filename; zipFile _zip; } @@ -33,7 +45,7 @@ @implementation SSZipArchive + (BOOL)isFilePasswordProtectedAtPath:(NSString *)path { // Begin opening - zipFile zip = unzOpen((const char*)[path fileSystemRepresentation]); + zipFile zip = unzOpen(path.fileSystemRepresentation); if (zip == NULL) { return NO; } @@ -45,7 +57,7 @@ + (BOOL)isFilePasswordProtectedAtPath:(NSString *)path { if (ret != UNZ_OK) { return NO; } - unz_file_info fileInfo = {0}; + unz_file_info fileInfo = {}; ret = unzGetCurrentFileInfo(zip, &fileInfo, NULL, 0, NULL, 0, NULL, 0); if (ret != UNZ_OK) { return NO; @@ -55,7 +67,7 @@ + (BOOL)isFilePasswordProtectedAtPath:(NSString *)path { unzCloseCurrentFile(zip); ret = unzGoToNextFile(zip); - } while (ret == UNZ_OK && UNZ_OK != UNZ_END_OF_LIST_OF_FILE); + } while (ret == UNZ_OK); } return NO; @@ -66,7 +78,7 @@ + (BOOL)isPasswordValidForArchiveAtPath:(NSString *)path password:(NSString *)pw *error = nil; } - zipFile zip = unzOpen((const char*)[path fileSystemRepresentation]); + zipFile zip = unzOpen(path.fileSystemRepresentation); if (zip == NULL) { if (error) { *error = [NSError errorWithDomain:SSZipArchiveErrorDomain @@ -79,10 +91,10 @@ + (BOOL)isPasswordValidForArchiveAtPath:(NSString *)path password:(NSString *)pw int ret = unzGoToFirstFile(zip); if (ret == UNZ_OK) { do { - if ([pw length] == 0) { + if (pw.length == 0) { ret = unzOpenCurrentFile(zip); } else { - ret = unzOpenCurrentFilePassword(zip, [pw cStringUsingEncoding:NSASCIIStringEncoding]); + ret = unzOpenCurrentFilePassword(zip, [pw cStringUsingEncoding:NSUTF8StringEncoding]); } if (ret != UNZ_OK) { if (ret != UNZ_BADPASSWORD) { @@ -94,7 +106,7 @@ + (BOOL)isPasswordValidForArchiveAtPath:(NSString *)path password:(NSString *)pw } return NO; } - unz_file_info fileInfo = {0}; + unz_file_info fileInfo = {}; ret = unzGetCurrentFileInfo(zip, &fileInfo, NULL, 0, NULL, 0, NULL, 0); if (ret != UNZ_OK) { if (error) { @@ -107,7 +119,8 @@ + (BOOL)isPasswordValidForArchiveAtPath:(NSString *)path password:(NSString *)pw unsigned char buffer[10] = {0}; int readBytes = unzReadCurrentFile(zip, buffer, (unsigned)MIN(10UL,fileInfo.uncompressed_size)); if (readBytes < 0) { - // Let's assume the invalid password caused this error + // Let's assume error Z_DATA_ERROR is caused by an invalid password + // Let's assume other errors are caused by Content Not Readable if (readBytes != Z_DATA_ERROR) { if (error) { *error = [NSError errorWithDomain:SSZipArchiveErrorDomain @@ -122,9 +135,9 @@ + (BOOL)isPasswordValidForArchiveAtPath:(NSString *)path password:(NSString *)pw unzCloseCurrentFile(zip); ret = unzGoToNextFile(zip); - } while (ret == UNZ_OK && UNZ_OK != UNZ_END_OF_LIST_OF_FILE); + } while (ret == UNZ_OK); } - + // No password required return YES; } @@ -146,7 +159,12 @@ + (BOOL)unzipFileAtPath:(NSString *)path toDestination:(NSString *)destination d return [self unzipFileAtPath:path toDestination:destination preserveAttributes:YES overwrite:YES password:nil error:nil delegate:delegate progressHandler:nil completionHandler:nil]; } -+ (BOOL)unzipFileAtPath:(NSString *)path toDestination:(NSString *)destination overwrite:(BOOL)overwrite password:(nullable NSString *)password error:(NSError **)error delegate:(nullable id)delegate ++ (BOOL)unzipFileAtPath:(NSString *)path + toDestination:(NSString *)destination + overwrite:(BOOL)overwrite + password:(nullable NSString *)password + error:(NSError **)error + delegate:(nullable id)delegate { return [self unzipFileAtPath:path toDestination:destination preserveAttributes:YES overwrite:overwrite password:password error:error delegate:delegate progressHandler:nil completionHandler:nil]; } @@ -156,15 +174,15 @@ + (BOOL)unzipFileAtPath:(NSString *)path overwrite:(BOOL)overwrite password:(NSString *)password progressHandler:(void (^)(NSString *entry, unz_file_info zipInfo, long entryNumber, long total))progressHandler - completionHandler:(void (^)(NSString *path, BOOL succeeded, NSError *__nullable error))completionHandler + completionHandler:(void (^)(NSString *path, BOOL succeeded, NSError * _Nullable error))completionHandler { return [self unzipFileAtPath:path toDestination:destination preserveAttributes:YES overwrite:overwrite password:password error:nil delegate:nil progressHandler:progressHandler completionHandler:completionHandler]; } + (BOOL)unzipFileAtPath:(NSString *)path toDestination:(NSString *)destination - progressHandler:(void (^)(NSString *entry, unz_file_info zipInfo, long entryNumber, long total))progressHandler - completionHandler:(void (^)(NSString *path, BOOL succeeded, NSError * __nullable error))completionHandler + progressHandler:(void (^_Nullable)(NSString *entry, unz_file_info zipInfo, long entryNumber, long total))progressHandler + completionHandler:(void (^_Nullable)(NSString *path, BOOL succeeded, NSError * _Nullable error))completionHandler { return [self unzipFileAtPath:path toDestination:destination preserveAttributes:YES overwrite:YES password:nil error:nil delegate:nil progressHandler:progressHandler completionHandler:completionHandler]; } @@ -184,14 +202,44 @@ + (BOOL)unzipFileAtPath:(NSString *)path toDestination:(NSString *)destination preserveAttributes:(BOOL)preserveAttributes overwrite:(BOOL)overwrite - password:(NSString *)password + password:(nullable NSString *)password error:(NSError **)error - delegate:(id)delegate - progressHandler:(void (^)(NSString *entry, unz_file_info zipInfo, long entryNumber, long total))progressHandler - completionHandler:(void (^)(NSString *path, BOOL succeeded, NSError * __nullable error))completionHandler + delegate:(nullable id)delegate + progressHandler:(void (^_Nullable)(NSString *entry, unz_file_info zipInfo, long entryNumber, long total))progressHandler + completionHandler:(void (^_Nullable)(NSString *path, BOOL succeeded, NSError * _Nullable error))completionHandler { + return [self unzipFileAtPath:path toDestination:destination preserveAttributes:preserveAttributes overwrite:overwrite nestedZipLevel:0 password:password error:error delegate:delegate progressHandler:progressHandler completionHandler:completionHandler]; +} + ++ (BOOL)unzipFileAtPath:(NSString *)path + toDestination:(NSString *)destination + preserveAttributes:(BOOL)preserveAttributes + overwrite:(BOOL)overwrite + nestedZipLevel:(NSInteger)nestedZipLevel + password:(nullable NSString *)password + error:(NSError **)error + delegate:(nullable id)delegate + progressHandler:(void (^_Nullable)(NSString *entry, unz_file_info zipInfo, long entryNumber, long total))progressHandler + completionHandler:(void (^_Nullable)(NSString *path, BOOL succeeded, NSError * _Nullable error))completionHandler +{ + // Guard against empty strings + if (path.length == 0 || destination.length == 0) + { + NSDictionary *userInfo = @{NSLocalizedDescriptionKey: @"received invalid argument(s)"}; + NSError *err = [NSError errorWithDomain:SSZipArchiveErrorDomain code:SSZipArchiveErrorCodeInvalidArguments userInfo:userInfo]; + if (error) + { + *error = err; + } + if (completionHandler) + { + completionHandler(nil, NO, err); + } + return NO; + } + // Begin opening - zipFile zip = unzOpen((const char*)[path fileSystemRepresentation]); + zipFile zip = unzOpen(path.fileSystemRepresentation); if (zip == NULL) { NSDictionary *userInfo = @{NSLocalizedDescriptionKey: @"failed to open zip file"}; @@ -211,11 +259,13 @@ + (BOOL)unzipFileAtPath:(NSString *)path unsigned long long fileSize = [fileAttributes[NSFileSize] unsignedLongLongValue]; unsigned long long currentPosition = 0; - unz_global_info globalInfo = {0ul, 0ul}; + unz_global_info globalInfo = {}; unzGetGlobalInfo(zip, &globalInfo); // Begin unzipping - if (unzGoToFirstFile(zip) != UNZ_OK) + int ret = 0; + ret = unzGoToFirstFile(zip); + if (ret != UNZ_OK && ret != UNZ_END_OF_LIST_OF_FILE) { NSDictionary *userInfo = @{NSLocalizedDescriptionKey: @"failed to open first file in zip file"}; NSError *err = [NSError errorWithDomain:SSZipArchiveErrorDomain code:SSZipArchiveErrorCodeFailedOpenFileInZip userInfo:userInfo]; @@ -232,11 +282,10 @@ + (BOOL)unzipFileAtPath:(NSString *)path BOOL success = YES; BOOL canceled = NO; - int ret = 0; int crc_ret = 0; unsigned char buffer[4096] = {0}; NSFileManager *fileManager = [NSFileManager defaultManager]; - NSMutableArray *directoriesModificationDates = [[NSMutableArray alloc] init]; + NSMutableArray *directoriesModificationDates = [[NSMutableArray alloc] init]; // Message delegate if ([delegate respondsToSelector:@selector(zipArchiveWillUnzipArchiveAtPath:zipInfo:)]) { @@ -246,14 +295,17 @@ + (BOOL)unzipFileAtPath:(NSString *)path [delegate zipArchiveProgressEvent:currentPosition total:fileSize]; } - NSInteger currentFileNumber = 0; + NSInteger currentFileNumber = -1; NSError *unzippingError; do { + currentFileNumber++; + if (ret == UNZ_END_OF_LIST_OF_FILE) + break; @autoreleasepool { - if ([password length] == 0) { + if (password.length == 0) { ret = unzOpenCurrentFile(zip); } else { - ret = unzOpenCurrentFilePassword(zip, [password cStringUsingEncoding:NSASCIIStringEncoding]); + ret = unzOpenCurrentFilePassword(zip, [password cStringUsingEncoding:NSUTF8StringEncoding]); } if (ret != UNZ_OK) { @@ -280,7 +332,8 @@ + (BOOL)unzipFileAtPath:(NSString *)path if ([delegate respondsToSelector:@selector(zipArchiveShouldUnzipFileAtIndex:totalFiles:archivePath:fileInfo:)]) { if (![delegate zipArchiveShouldUnzipFileAtIndex:currentFileNumber totalFiles:(NSInteger)globalInfo.number_entry - archivePath:path fileInfo:fileInfo]) { + archivePath:path + fileInfo:fileInfo]) { success = NO; canceled = YES; break; @@ -304,36 +357,21 @@ + (BOOL)unzipFileAtPath:(NSString *)path unzGetCurrentFileInfo(zip, &fileInfo, filename, fileInfo.size_filename + 1, NULL, 0, NULL, 0); filename[fileInfo.size_filename] = '\0'; - // - // Determine whether this is a symbolic link: - // - File is stored with 'version made by' value of UNIX (3), - // as per http://www.pkware.com/documents/casestudies/APPNOTE.TXT - // in the upper byte of the version field. - // - BSD4.4 st_mode constants are stored in the high 16 bits of the - // external file attributes (defacto standard, verified against libarchive) - // - // The original constants can be found here: - // http://minnie.tuhs.org/cgi-bin/utree.pl?file=4.4BSD/usr/include/sys/stat.h - // - const uLong ZipUNIXVersion = 3; - const uLong BSD_SFMT = 0170000; - const uLong BSD_IFLNK = 0120000; + BOOL fileIsSymbolicLink = _fileIsSymbolicLink(&fileInfo); - BOOL fileIsSymbolicLink = NO; - if (((fileInfo.version >> 8) == ZipUNIXVersion) && BSD_IFLNK == (BSD_SFMT & (fileInfo.external_fa >> 16))) { - fileIsSymbolicLink = YES; + NSString * strPath = [SSZipArchive _filenameStringWithCString:filename size:fileInfo.size_filename]; + if ([strPath hasPrefix:@"__MACOSX/"]) { + // ignoring resource forks: https://superuser.com/questions/104500/what-is-macosx-folder + unzCloseCurrentFile(zip); + ret = unzGoToNextFile(zip); + continue; + } + if (!strPath.length) { + // if filename data is unsalvageable, we default to currentFileNumber + strPath = @(currentFileNumber).stringValue; } // Check if it contains directory - // NSString * strPath = @(filename); - NSString * strPath = [NSString stringWithCString:filename encoding:NSUTF8StringEncoding]; - //if filename contains chinese dir transform Encoding - if (!strPath) { - NSStringEncoding enc = CFStringConvertEncodingToNSStringEncoding(kCFStringEncodingGB_18030_2000); - strPath = [NSString stringWithCString:filename encoding:enc]; - } - //end by skyfox - BOOL isDirectory = NO; if (filename[fileInfo.size_filename-1] == '/' || filename[fileInfo.size_filename-1] == '\\') { isDirectory = YES; @@ -354,9 +392,9 @@ + (BOOL)unzipFileAtPath:(NSString *)path [directoriesModificationDates addObject: @{@"path": fullPath, @"modDate": modDate}]; } if (isDirectory) { - [fileManager createDirectoryAtPath:fullPath withIntermediateDirectories:YES attributes:directoryAttr error:&err]; + [fileManager createDirectoryAtPath:fullPath withIntermediateDirectories:YES attributes:directoryAttr error:&err]; } else { - [fileManager createDirectoryAtPath:[fullPath stringByDeletingLastPathComponent] withIntermediateDirectories:YES attributes:directoryAttr error:&err]; + [fileManager createDirectoryAtPath:fullPath.stringByDeletingLastPathComponent withIntermediateDirectories:YES attributes:directoryAttr error:&err]; } if (nil != err) { if ([err.domain isEqualToString:NSCocoaErrorDomain] && @@ -380,7 +418,7 @@ + (BOOL)unzipFileAtPath:(NSString *)path // ensure we are not creating stale file entries int readBytes = unzReadCurrentFile(zip, buffer, 4096); if (readBytes >= 0) { - FILE *fp = fopen((const char*)[fullPath fileSystemRepresentation], "wb"); + FILE *fp = fopen(fullPath.fileSystemRepresentation, "wb"); while (fp) { if (readBytes > 0) { if (0 == fwrite(buffer, readBytes, 1, fp)) { @@ -388,7 +426,7 @@ + (BOOL)unzipFileAtPath:(NSString *)path NSString *message = [NSString stringWithFormat:@"Failed to write file (check your free space)"]; NSLog(@"[SSZipArchive] %@", message); success = NO; - *error = [NSError errorWithDomain:@"SSZipArchiveErrorDomain" code:SSZipArchiveErrorCodeFailedToWriteFile userInfo:@{NSLocalizedDescriptionKey: message}]; + unzippingError = [NSError errorWithDomain:@"SSZipArchiveErrorDomain" code:SSZipArchiveErrorCodeFailedToWriteFile userInfo:@{NSLocalizedDescriptionKey: message}]; break; } } @@ -396,47 +434,59 @@ + (BOOL)unzipFileAtPath:(NSString *)path break; } readBytes = unzReadCurrentFile(zip, buffer, 4096); + if (readBytes < 0) { + // Let's assume error Z_DATA_ERROR is caused by an invalid password + // Let's assume other errors are caused by Content Not Readable + success = NO; + } } - + if (fp) { - if ([[[fullPath pathExtension] lowercaseString] isEqualToString:@"zip"]) { - NSLog(@"Unzipping nested .zip file: %@", [fullPath lastPathComponent]); - if ([self unzipFileAtPath:fullPath toDestination:[fullPath stringByDeletingLastPathComponent] overwrite:overwrite password:password error:nil delegate:nil]) { - [[NSFileManager defaultManager] removeItemAtPath:fullPath error:nil]; - } - } - fclose(fp); - - if (preserveAttributes) { - + + if (nestedZipLevel + && [fullPath.pathExtension.lowercaseString isEqualToString:@"zip"] + && [self unzipFileAtPath:fullPath + toDestination:fullPath.stringByDeletingLastPathComponent + preserveAttributes:preserveAttributes + overwrite:overwrite + nestedZipLevel:nestedZipLevel - 1 + password:password + error:nil + delegate:nil + progressHandler:nil + completionHandler:nil]) { + [directoriesModificationDates removeLastObject]; + [[NSFileManager defaultManager] removeItemAtPath:fullPath error:nil]; + } else if (preserveAttributes) { + // Set the original datetime property if (fileInfo.dos_date != 0) { NSDate *orgDate = [[self class] _dateWithMSDOSFormat:(UInt32)fileInfo.dos_date]; NSDictionary *attr = @{NSFileModificationDate: orgDate}; - + if (attr) { - if ([fileManager setAttributes:attr ofItemAtPath:fullPath error:nil] == NO) { + if (![fileManager setAttributes:attr ofItemAtPath:fullPath error:nil]) { // Can't set attributes NSLog(@"[SSZipArchive] Failed to set attributes - whilst setting modification date"); } } } - + // Set the original permissions on the file (+read/write to solve #293) uLong permissions = fileInfo.external_fa >> 16 | 0b110000000; if (permissions != 0) { // Store it into a NSNumber NSNumber *permissionsValue = @(permissions); - + // Retrieve any existing attributes NSMutableDictionary *attrs = [[NSMutableDictionary alloc] initWithDictionary:[fileManager attributesOfItemAtPath:fullPath error:nil]]; - + // Set the value in the attributes dict attrs[NSFilePosixPermissions] = permissionsValue; - + // Update attributes - if ([fileManager setAttributes:attrs ofItemAtPath:fullPath error:nil] == NO) { + if (![fileManager setAttributes:attrs ofItemAtPath:fullPath error:nil]) { // Unable to set the permissions attribute NSLog(@"[SSZipArchive] Failed to set attributes - whilst setting permissions"); } @@ -456,17 +506,28 @@ + (BOOL)unzipFileAtPath:(NSString *)path break; } } + } else { + // Let's assume error Z_DATA_ERROR is caused by an invalid password + // Let's assume other errors are caused by Content Not Readable + success = NO; + break; } } else { // Assemble the path for the symbolic link - NSMutableString* destinationPath = [NSMutableString string]; + NSMutableString *destinationPath = [NSMutableString string]; int bytesRead = 0; while ((bytesRead = unzReadCurrentFile(zip, buffer, 4096)) > 0) { - buffer[bytesRead] = (int)0; - [destinationPath appendString:@((const char*)buffer)]; + buffer[bytesRead] = 0; + [destinationPath appendString:@((const char *)buffer)]; + } + if (bytesRead < 0) { + // Let's assume error Z_DATA_ERROR is caused by an invalid password + // Let's assume other errors are caused by Content Not Readable + success = NO; + break; } // Check if the symlink exists and delete it if we're overwriting @@ -475,8 +536,8 @@ + (BOOL)unzipFileAtPath:(NSString *)path if ([fileManager fileExistsAtPath:fullPath]) { NSError *error = nil; - BOOL success = [fileManager removeItemAtPath:fullPath error:&error]; - if (!success) + BOOL removeSuccess = [fileManager removeItemAtPath:fullPath error:&error]; + if (!removeSuccess) { NSString *message = [NSString stringWithFormat:@"Failed to delete existing symbolic link at \"%@\"", error.localizedDescription]; NSLog(@"[SSZipArchive] %@", message); @@ -502,7 +563,7 @@ + (BOOL)unzipFileAtPath:(NSString *)path crc_ret = unzCloseCurrentFile(zip); if (crc_ret == UNZ_CRCERROR) { - //CRC ERROR + // CRC ERROR success = NO; break; } @@ -517,13 +578,12 @@ + (BOOL)unzipFileAtPath:(NSString *)path archivePath:path unzippedFilePath: fullPath]; } - currentFileNumber++; if (progressHandler) { progressHandler(strPath, fileInfo, currentFileNumber, globalInfo.number_entry); } } - } while (ret == UNZ_OK && YES == success); + } while (ret == UNZ_OK && success); // Close unzClose(zip); @@ -538,7 +598,7 @@ + (BOOL)unzipFileAtPath:(NSString *)path NSLog(@"[SSZipArchive] Set attributes failed for directory: %@.", d[@"path"]); } if (err) { - NSLog(@"[SSZipArchive] Error setting directory file modification date attribute: %@",err.localizedDescription); + NSLog(@"[SSZipArchive] Error setting directory file modification date attribute: %@", err.localizedDescription); } } } @@ -581,37 +641,37 @@ + (BOOL)unzipFileAtPath:(NSString *)path } #pragma mark - Zipping -+ (BOOL)createZipFileAtPath:(NSString *)path withFilesAtPaths:(NSArray *)paths ++ (BOOL)createZipFileAtPath:(NSString *)path withFilesAtPaths:(NSArray *)paths { return [SSZipArchive createZipFileAtPath:path withFilesAtPaths:paths withPassword:nil]; } -+ (BOOL)createZipFileAtPath:(NSString *)path withContentsOfDirectory:(NSString *)directoryPath{ ++ (BOOL)createZipFileAtPath:(NSString *)path withContentsOfDirectory:(NSString *)directoryPath { return [SSZipArchive createZipFileAtPath:path withContentsOfDirectory:directoryPath withPassword:nil]; } -+ (BOOL)createZipFileAtPath:(NSString *)path withContentsOfDirectory:(NSString *)directoryPath keepParentDirectory:(BOOL)keepParentDirectory{ ++ (BOOL)createZipFileAtPath:(NSString *)path withContentsOfDirectory:(NSString *)directoryPath keepParentDirectory:(BOOL)keepParentDirectory { return [SSZipArchive createZipFileAtPath:path withContentsOfDirectory:directoryPath keepParentDirectory:keepParentDirectory withPassword:nil]; } -+ (BOOL)createZipFileAtPath:(NSString *)path withFilesAtPaths:(NSArray *)paths withPassword:(NSString *)password ++ (BOOL)createZipFileAtPath:(NSString *)path withFilesAtPaths:(NSArray *)paths withPassword:(NSString *)password { - BOOL success = NO; SSZipArchive *zipArchive = [[SSZipArchive alloc] initWithPath:path]; - if ([zipArchive open]) { + BOOL success = [zipArchive open]; + if (success) { for (NSString *filePath in paths) { - [zipArchive writeFile:filePath withPassword:password]; + success &= [zipArchive writeFile:filePath withPassword:password]; } - success = [zipArchive close]; + success &= [zipArchive close]; } return success; } -+ (BOOL)createZipFileAtPath:(NSString *)path withContentsOfDirectory:(NSString *)directoryPath withPassword:(nullable NSString *)password{ ++ (BOOL)createZipFileAtPath:(NSString *)path withContentsOfDirectory:(NSString *)directoryPath withPassword:(nullable NSString *)password { return [SSZipArchive createZipFileAtPath:path withContentsOfDirectory:directoryPath keepParentDirectory:NO withPassword:password]; } -+ (BOOL)createZipFileAtPath:(NSString *)path withContentsOfDirectory:(NSString *)directoryPath keepParentDirectory:(BOOL)keepParentDirectory withPassword:(nullable NSString *)password{ ++ (BOOL)createZipFileAtPath:(NSString *)path withContentsOfDirectory:(NSString *)directoryPath keepParentDirectory:(BOOL)keepParentDirectory withPassword:(nullable NSString *)password { return [SSZipArchive createZipFileAtPath:path withContentsOfDirectory:directoryPath keepParentDirectory:keepParentDirectory @@ -620,17 +680,29 @@ + (BOOL)createZipFileAtPath:(NSString *)path withContentsOfDirectory:(NSString * ]; } -+ (BOOL)createZipFileAtPath:(NSString *)path withContentsOfDirectory:(NSString *)directoryPath keepParentDirectory:(BOOL)keepParentDirectory withPassword:(nullable NSString *)password andProgressHandler:(void(^ _Nullable)(NSUInteger entryNumber, NSUInteger total))progressHandler { - BOOL success = NO; ++ (BOOL)createZipFileAtPath:(NSString *)path + withContentsOfDirectory:(NSString *)directoryPath + keepParentDirectory:(BOOL)keepParentDirectory + withPassword:(nullable NSString *)password + andProgressHandler:(void(^ _Nullable)(NSUInteger entryNumber, NSUInteger total))progressHandler { + return [self createZipFileAtPath:path withContentsOfDirectory:directoryPath keepParentDirectory:keepParentDirectory compressionLevel:Z_DEFAULT_COMPRESSION password:password AES:YES progressHandler:progressHandler]; +} + ++ (BOOL)createZipFileAtPath:(NSString *)path + withContentsOfDirectory:(NSString *)directoryPath + keepParentDirectory:(BOOL)keepParentDirectory + compressionLevel:(int)compressionLevel + password:(nullable NSString *)password + AES:(BOOL)aes + progressHandler:(void(^ _Nullable)(NSUInteger entryNumber, NSUInteger total))progressHandler { - NSFileManager *fileManager = nil; SSZipArchive *zipArchive = [[SSZipArchive alloc] initWithPath:path]; - - if ([zipArchive open]) { - // use a local filemanager (queue/thread compatibility) - fileManager = [[NSFileManager alloc] init]; + BOOL success = [zipArchive open]; + if (success) { + // use a local fileManager (queue/thread compatibility) + NSFileManager *fileManager = [[NSFileManager alloc] init]; NSDirectoryEnumerator *dirEnumerator = [fileManager enumeratorAtPath:directoryPath]; - NSArray *allObjects = dirEnumerator.allObjects; + NSArray *allObjects = dirEnumerator.allObjects; NSUInteger total = allObjects.count, complete = 0; NSString *fileName; for (fileName in allObjects) { @@ -640,19 +712,17 @@ + (BOOL)createZipFileAtPath:(NSString *)path withContentsOfDirectory:(NSString * if (keepParentDirectory) { - fileName = [[directoryPath lastPathComponent] stringByAppendingPathComponent:fileName]; + fileName = [directoryPath.lastPathComponent stringByAppendingPathComponent:fileName]; } if (!isDir) { - [zipArchive writeFileAtPath:fullFilePath withFileName:fileName withPassword:password]; + success &= [zipArchive writeFileAtPath:fullFilePath withFileName:fileName compressionLevel:compressionLevel password:password AES:aes]; } else { if ([[NSFileManager defaultManager] subpathsOfDirectoryAtPath:fullFilePath error:nil].count == 0) { - NSString *tempFilePath = [self _temporaryPathForDiscardableFile]; - NSString *tempFileFilename = [fileName stringByAppendingPathComponent:tempFilePath.lastPathComponent]; - [zipArchive writeFileAtPath:tempFilePath withFileName:tempFileFilename withPassword:password]; + success &= [zipArchive writeFolderAtPath:fullFilePath withFolderName:fileName withPassword:password]; } } complete++; @@ -660,12 +730,15 @@ + (BOOL)createZipFileAtPath:(NSString *)path withContentsOfDirectory:(NSString * progressHandler(complete, total); } } - success = [zipArchive close]; + success &= [zipArchive close]; } return success; } +// disabling `init` because designated initializer is `initWithPath:` +- (instancetype)init { @throw nil; } +// designated initializer - (instancetype)initWithPath:(NSString *)path { if ((self = [super init])) { @@ -677,152 +750,83 @@ - (instancetype)initWithPath:(NSString *)path - (BOOL)open { - NSAssert((_zip == NULL), @"Attempting open an archive which is already open"); - _zip = zipOpen([_path fileSystemRepresentation], APPEND_STATUS_CREATE); + NSAssert((_zip == NULL), @"Attempting to open an archive which is already open"); + _zip = zipOpen(_path.fileSystemRepresentation, APPEND_STATUS_CREATE); return (NULL != _zip); } - -- (void)zipInfo:(zip_fileinfo*)zipInfo setDate:(NSDate*)date -{ - NSCalendar *currentCalendar = [NSCalendar currentCalendar]; -#if defined(__IPHONE_8_0) || defined(__MAC_10_10) - uint flags = NSCalendarUnitYear | NSCalendarUnitMonth | NSCalendarUnitDay | NSCalendarUnitHour | NSCalendarUnitMinute | NSCalendarUnitSecond; -#else - uint flags = NSYearCalendarUnit | NSMonthCalendarUnit | NSDayCalendarUnit | NSHourCalendarUnit | NSMinuteCalendarUnit | NSSecondCalendarUnit; -#endif - NSDateComponents *components = [currentCalendar components:flags fromDate:date]; - struct tm tmz_date; - tmz_date.tm_sec = (unsigned int)components.second; - tmz_date.tm_min = (unsigned int)components.minute; - tmz_date.tm_hour = (unsigned int)components.hour; - tmz_date.tm_mday = (unsigned int)components.day; - tmz_date.tm_mon = (unsigned int)components.month - 1; - tmz_date.tm_year = (unsigned int)components.year; - zipInfo->dos_date = tm_to_dosdate(&tmz_date); -} - - (BOOL)writeFolderAtPath:(NSString *)path withFolderName:(NSString *)folderName withPassword:(nullable NSString *)password { NSAssert((_zip != NULL), @"Attempting to write to an archive which was never opened"); - zip_fileinfo zipInfo = {0,0,0}; + zip_fileinfo zipInfo = {}; - NSDictionary *attr = [[NSFileManager defaultManager] attributesOfItemAtPath:path error: nil]; - if (attr) - { - NSDate *fileDate = (NSDate *)attr[NSFileModificationDate]; - if (fileDate) - { - [self zipInfo:&zipInfo setDate: fileDate]; - } - - // Write permissions into the external attributes, for details on this see here: http://unix.stackexchange.com/a/14727 - // Get the permissions value from the files attributes - NSNumber *permissionsValue = (NSNumber *)attr[NSFilePosixPermissions]; - if (permissionsValue) { - // Get the short value for the permissions - short permissionsShort = permissionsValue.shortValue; - - // Convert this into an octal by adding 010000, 010000 being the flag for a regular file - NSInteger permissionsOctal = 0100000 + permissionsShort; - - // Convert this into a long value - uLong permissionsLong = @(permissionsOctal).unsignedLongValue; - - // Store this into the external file attributes once it has been shifted 16 places left to form part of the second from last byte - - //Casted back to an unsigned int to match type of external_fa in minizip - zipInfo.external_fa = (unsigned int)(permissionsLong << 16L); - } - } + [SSZipArchive zipInfo:&zipInfo setAttributesOfItemAtPath:path]; - unsigned int len = 0; - zipOpenNewFileInZip3(_zip, [[folderName stringByAppendingString:@"/"] fileSystemRepresentation], &zipInfo, NULL, 0, NULL, 0, NULL, Z_DEFLATED, Z_NO_COMPRESSION, 0, -MAX_WBITS, DEF_MEM_LEVEL, - Z_DEFAULT_STRATEGY, [password UTF8String], 0); - zipWriteInFileInZip(_zip, &len, 0); + int error = _zipOpenEntry(_zip, [folderName stringByAppendingString:@"/"], &zipInfo, Z_NO_COMPRESSION, password, 0); + const void *buffer = NULL; + zipWriteInFileInZip(_zip, buffer, 0); zipCloseFileInZip(_zip); - return YES; + return error == ZIP_OK; } -- (BOOL)writeFile:(NSString *)path withPassword:(nullable NSString *)password; +- (BOOL)writeFile:(NSString *)path withPassword:(nullable NSString *)password { return [self writeFileAtPath:path withFileName:nil withPassword:password]; } +- (BOOL)writeFileAtPath:(NSString *)path withFileName:(nullable NSString *)fileName withPassword:(nullable NSString *)password +{ + return [self writeFileAtPath:path withFileName:fileName compressionLevel:Z_DEFAULT_COMPRESSION password:password AES:YES]; +} + // supports writing files with logical folder/directory structure // *path* is the absolute path of the file that will be compressed // *fileName* is the relative name of the file how it is stored within the zip e.g. /folder/subfolder/text1.txt -- (BOOL)writeFileAtPath:(NSString *)path withFileName:(nullable NSString *)fileName withPassword:(nullable NSString *)password +- (BOOL)writeFileAtPath:(NSString *)path withFileName:(nullable NSString *)fileName compressionLevel:(int)compressionLevel password:(nullable NSString *)password AES:(BOOL)aes { NSAssert((_zip != NULL), @"Attempting to write to an archive which was never opened"); - FILE *input = fopen([path fileSystemRepresentation], "r"); + FILE *input = fopen(path.fileSystemRepresentation, "r"); if (NULL == input) { return NO; } - const char *afileName; if (!fileName) { - afileName = [path.lastPathComponent fileSystemRepresentation]; - } - else { - afileName = [fileName fileSystemRepresentation]; + fileName = path.lastPathComponent; } - zip_fileinfo zipInfo = {0,0,0}; + zip_fileinfo zipInfo = {}; - NSDictionary *attr = [[NSFileManager defaultManager] attributesOfItemAtPath:path error: nil]; - if (attr) - { - NSDate *fileDate = (NSDate *)attr[NSFileModificationDate]; - if (fileDate) - { - [self zipInfo:&zipInfo setDate: fileDate]; - } - - // Write permissions into the external attributes, for details on this see here: http://unix.stackexchange.com/a/14727 - // Get the permissions value from the files attributes - NSNumber *permissionsValue = (NSNumber *)attr[NSFilePosixPermissions]; - if (permissionsValue) { - // Get the short value for the permissions - short permissionsShort = permissionsValue.shortValue; - - // Convert this into an octal by adding 010000, 010000 being the flag for a regular file - NSInteger permissionsOctal = 0100000 + permissionsShort; - - // Convert this into a long value - uLong permissionsLong = @(permissionsOctal).unsignedLongValue; - - // Store this into the external file attributes once it has been shifted 16 places left to form part of the second from last byte - - //Casted back to an unsigned int to match type of external_fa in minizip - zipInfo.external_fa = (unsigned int)(permissionsLong << 16L); - } - } + [SSZipArchive zipInfo:&zipInfo setAttributesOfItemAtPath:path]; void *buffer = malloc(CHUNK); if (buffer == NULL) { + fclose(input); return NO; } - - zipOpenNewFileInZip3(_zip, afileName, &zipInfo, NULL, 0, NULL, 0, NULL, Z_DEFLATED, Z_DEFAULT_COMPRESSION, 0, -MAX_WBITS, DEF_MEM_LEVEL, Z_DEFAULT_STRATEGY, [password UTF8String], 0); - unsigned int len = 0; + + int error = _zipOpenEntry(_zip, fileName, &zipInfo, compressionLevel, password, aes); while (!feof(input) && !ferror(input)) { - len = (unsigned int) fread(buffer, 1, CHUNK, input); + unsigned int len = (unsigned int) fread(buffer, 1, CHUNK, input); zipWriteInFileInZip(_zip, buffer, len); } zipCloseFileInZip(_zip); free(buffer); fclose(input); - return YES; + return error == ZIP_OK; } -- (BOOL)writeData:(NSData *)data filename:(nullable NSString *)filename withPassword:(nullable NSString *)password; +- (BOOL)writeData:(NSData *)data filename:(nullable NSString *)filename withPassword:(nullable NSString *)password +{ + return [self writeData:data filename:filename compressionLevel:Z_DEFAULT_COMPRESSION password:password AES:YES]; +} + +- (BOOL)writeData:(NSData *)data filename:(nullable NSString *)filename compressionLevel:(int)compressionLevel password:(nullable NSString *)password AES:(BOOL)aes { if (!_zip) { return NO; @@ -830,42 +834,124 @@ - (BOOL)writeData:(NSData *)data filename:(nullable NSString *)filename withPass if (!data) { return NO; } - zip_fileinfo zipInfo = {0,0,0}; - [self zipInfo:&zipInfo setDate:[NSDate date]]; + zip_fileinfo zipInfo = {}; + [SSZipArchive zipInfo:&zipInfo setDate:[NSDate date]]; - zipOpenNewFileInZip3(_zip, [filename fileSystemRepresentation], &zipInfo, NULL, 0, NULL, 0, NULL, Z_DEFLATED, Z_DEFAULT_COMPRESSION, 0, -MAX_WBITS, DEF_MEM_LEVEL, Z_DEFAULT_STRATEGY, [password UTF8String], 0); + int error = _zipOpenEntry(_zip, filename, &zipInfo, compressionLevel, password, aes); zipWriteInFileInZip(_zip, data.bytes, (unsigned int)data.length); zipCloseFileInZip(_zip); - return YES; + return error == ZIP_OK; } - - (BOOL)close { NSAssert((_zip != NULL), @"[SSZipArchive] Attempting to close an archive which was never opened"); - zipClose(_zip, NULL); - return YES; + int error = zipClose(_zip, NULL); + _zip = nil; + return error == UNZ_OK; } #pragma mark - Private -+ (NSString *)_temporaryPathForDiscardableFile ++ (NSString *)_filenameStringWithCString:(const char *)filename size:(uint16_t)size_filename +{ + NSString * strPath = @(filename); + if (strPath) { + return strPath; + } + // if filename is non-unicode, detect and transform Encoding + NSData *data = [NSData dataWithBytes:(const void *)filename length:sizeof(unsigned char) * size_filename]; +#ifdef __MAC_10_13 + // Xcode 9+ + if (@available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)) { + // supported encodings are in [NSString availableStringEncodings] + [NSString stringEncodingForData:data encodingOptions:nil convertedString:&strPath usedLossyConversion:nil]; + } +#else + // Xcode 8- + if (floor(NSFoundationVersionNumber) > NSFoundationVersionNumber10_9_2) { + // supported encodings are in [NSString availableStringEncodings] + [NSString stringEncodingForData:data encodingOptions:nil convertedString:&strPath usedLossyConversion:nil]; + } +#endif + else { + // fallback to a simple manual detect for macOS 10.9 or older + NSArray *encodings = @[@(kCFStringEncodingGB_18030_2000), @(kCFStringEncodingShiftJIS)]; + for (NSNumber *encoding in encodings) { + strPath = [NSString stringWithCString:filename encoding:(NSStringEncoding)CFStringConvertEncodingToNSStringEncoding(encoding.unsignedIntValue)]; + if (strPath) { + break; + } + } + } + if (!strPath) { + // if filename encoding is non-detected, we default to something based on data + // _hexString is more readable than _base64RFC4648 for debugging unknown encodings + strPath = [data _hexString]; + } + return strPath; +} + ++ (void)zipInfo:(zip_fileinfo *)zipInfo setAttributesOfItemAtPath:(NSString *)path { - static NSString *discardableFileName = @".DS_Store"; - static NSString *discardableFilePath = nil; + NSDictionary *attr = [[NSFileManager defaultManager] attributesOfItemAtPath:path error: nil]; + if (attr) + { + NSDate *fileDate = (NSDate *)attr[NSFileModificationDate]; + if (fileDate) + { + [self zipInfo:zipInfo setDate:fileDate]; + } + + // Write permissions into the external attributes, for details on this see here: http://unix.stackexchange.com/a/14727 + // Get the permissions value from the files attributes + NSNumber *permissionsValue = (NSNumber *)attr[NSFilePosixPermissions]; + if (permissionsValue != nil) { + // Get the short value for the permissions + short permissionsShort = permissionsValue.shortValue; + + // Convert this into an octal by adding 010000, 010000 being the flag for a regular file + NSInteger permissionsOctal = 0100000 + permissionsShort; + + // Convert this into a long value + uLong permissionsLong = @(permissionsOctal).unsignedLongValue; + + // Store this into the external file attributes once it has been shifted 16 places left to form part of the second from last byte + + // Casted back to an unsigned int to match type of external_fa in minizip + zipInfo->external_fa = (unsigned int)(permissionsLong << 16L); + } + } +} + ++ (void)zipInfo:(zip_fileinfo *)zipInfo setDate:(NSDate *)date +{ + NSCalendar *currentCalendar = SSZipArchive._gregorian; + NSCalendarUnit flags = NSCalendarUnitYear | NSCalendarUnitMonth | NSCalendarUnitDay | NSCalendarUnitHour | NSCalendarUnitMinute | NSCalendarUnitSecond; + NSDateComponents *components = [currentCalendar components:flags fromDate:date]; + struct tm tmz_date; + tmz_date.tm_sec = (unsigned int)components.second; + tmz_date.tm_min = (unsigned int)components.minute; + tmz_date.tm_hour = (unsigned int)components.hour; + tmz_date.tm_mday = (unsigned int)components.day; + // ISO/IEC 9899 struct tm is 0-indexed for January but NSDateComponents for gregorianCalendar is 1-indexed for January + tmz_date.tm_mon = (unsigned int)components.month - 1; + // ISO/IEC 9899 struct tm is 0-indexed for AD 1900 but NSDateComponents for gregorianCalendar is 1-indexed for AD 1 + tmz_date.tm_year = (unsigned int)components.year - 1900; + zipInfo->dos_date = tm_to_dosdate(&tmz_date); +} + ++ (NSCalendar *)_gregorian +{ + static NSCalendar *gregorian; static dispatch_once_t onceToken; dispatch_once(&onceToken, ^{ - NSString *temporaryDirectoryName = [[NSUUID UUID] UUIDString]; - NSString *temporaryDirectory = [NSTemporaryDirectory() stringByAppendingPathComponent:temporaryDirectoryName]; - BOOL directoryCreated = [[NSFileManager defaultManager] createDirectoryAtPath:temporaryDirectory withIntermediateDirectories:YES attributes:nil error:nil]; - if (directoryCreated) { - discardableFilePath = [temporaryDirectory stringByAppendingPathComponent:discardableFileName]; - [@"" writeToFile:discardableFilePath atomically:YES encoding:NSUTF8StringEncoding error:nil]; - } + gregorian = [[NSCalendar alloc] initWithCalendarIdentifier:NSCalendarIdentifierGregorian]; }); - return discardableFilePath; + + return gregorian; } // Format from http://newsgroups.derkeiler.com/Archive/Comp/comp.os.msdos.programmer/2009-04/msg00060.html @@ -877,6 +963,9 @@ + (NSString *)_temporaryPathForDiscardableFile // 7423 = 0111 0100 0010 0011 - 01110 100001 00011 = 14 33 3 = 14:33:06 + (NSDate *)_dateWithMSDOSFormat:(UInt32)msdosDateTime { + // the whole `_dateWithMSDOSFormat:` method is equivalent but faster than this one line, + // essentially because `mktime` is slow: + //NSDate *date = [NSDate dateWithTimeIntervalSince1970:dosdate_to_time_t(msdosDateTime)]; static const UInt32 kYearMask = 0xFE000000; static const UInt32 kMonthMask = 0x1E00000; static const UInt32 kDayMask = 0x1F0000; @@ -884,29 +973,87 @@ + (NSDate *)_dateWithMSDOSFormat:(UInt32)msdosDateTime static const UInt32 kMinuteMask = 0x7E0; static const UInt32 kSecondMask = 0x1F; - static NSCalendar *gregorian; - static dispatch_once_t onceToken; - dispatch_once(&onceToken, ^{ -#if defined(__IPHONE_8_0) || defined(__MAC_10_10) - gregorian = [[NSCalendar alloc] initWithCalendarIdentifier:NSCalendarIdentifierGregorian]; -#else - gregorian = [[NSCalendar alloc] initWithCalendarIdentifier:NSGregorianCalendar]; -#endif - }); - - NSDateComponents *components = [[NSDateComponents alloc] init]; - NSAssert(0xFFFFFFFF == (kYearMask | kMonthMask | kDayMask | kHourMask | kMinuteMask | kSecondMask), @"[SSZipArchive] MSDOS date masks don't add up"); - [components setYear:1980 + ((msdosDateTime & kYearMask) >> 25)]; - [components setMonth:(msdosDateTime & kMonthMask) >> 21]; - [components setDay:(msdosDateTime & kDayMask) >> 16]; - [components setHour:(msdosDateTime & kHourMask) >> 11]; - [components setMinute:(msdosDateTime & kMinuteMask) >> 5]; - [components setSecond:(msdosDateTime & kSecondMask) * 2]; + NSDateComponents *components = [[NSDateComponents alloc] init]; + components.year = 1980 + ((msdosDateTime & kYearMask) >> 25); + components.month = (msdosDateTime & kMonthMask) >> 21; + components.day = (msdosDateTime & kDayMask) >> 16; + components.hour = (msdosDateTime & kHourMask) >> 11; + components.minute = (msdosDateTime & kMinuteMask) >> 5; + components.second = (msdosDateTime & kSecondMask) * 2; - NSDate *date = [NSDate dateWithTimeInterval:0 sinceDate:[gregorian dateFromComponents:components]]; + NSDate *date = [self._gregorian dateFromComponents:components]; return date; } @end + +int _zipOpenEntry(zipFile entry, NSString *name, const zip_fileinfo *zipfi, int level, NSString *password, BOOL aes) +{ + return zipOpenNewFileInZip5(entry, name.fileSystemRepresentation, zipfi, NULL, 0, NULL, 0, NULL, 0, 0, Z_DEFLATED, level, 0, -MAX_WBITS, DEF_MEM_LEVEL, Z_DEFAULT_STRATEGY, password.UTF8String, aes); +} + +#pragma mark - Private tools for file info + +BOOL _fileIsSymbolicLink(const unz_file_info *fileInfo) +{ + // + // Determine whether this is a symbolic link: + // - File is stored with 'version made by' value of UNIX (3), + // as per http://www.pkware.com/documents/casestudies/APPNOTE.TXT + // in the upper byte of the version field. + // - BSD4.4 st_mode constants are stored in the high 16 bits of the + // external file attributes (defacto standard, verified against libarchive) + // + // The original constants can be found here: + // http://minnie.tuhs.org/cgi-bin/utree.pl?file=4.4BSD/usr/include/sys/stat.h + // + const uLong ZipUNIXVersion = 3; + const uLong BSD_SFMT = 0170000; + const uLong BSD_IFLNK = 0120000; + + BOOL fileIsSymbolicLink = ((fileInfo->version >> 8) == ZipUNIXVersion) && BSD_IFLNK == (BSD_SFMT & (fileInfo->external_fa >> 16)); + return fileIsSymbolicLink; +} + +#pragma mark - Private tools for unreadable encodings + +@implementation NSData (SSZipArchive) + +// `base64EncodedStringWithOptions` uses a base64 alphabet with '+' and '/'. +// we got those alternatives to make it compatible with filenames: https://en.wikipedia.org/wiki/Base64 +// * modified Base64 encoding for IMAP mailbox names (RFC 3501): uses '+' and ',' +// * modified Base64 for URL and filenames (RFC 4648): uses '-' and '_' +- (NSString *)_base64RFC4648 +{ + NSString *strName = [self base64EncodedStringWithOptions:0]; + strName = [strName stringByReplacingOccurrencesOfString:@"+" withString:@"-"]; + strName = [strName stringByReplacingOccurrencesOfString:@"/" withString:@"_"]; + return strName; +} + +// initWithBytesNoCopy from NSProgrammer, Jan 25 '12: https://stackoverflow.com/a/9009321/1033581 +// hexChars from Peter, Aug 19 '14: https://stackoverflow.com/a/25378464/1033581 +// not implemented as too lengthy: a potential mapping improvement from Moose, Nov 3 '15: https://stackoverflow.com/a/33501154/1033581 +- (NSString *)_hexString +{ + const char *hexChars = "0123456789ABCDEF"; + NSUInteger length = self.length; + const unsigned char *bytes = self.bytes; + char *chars = malloc(length * 2); + char *s = chars; + NSUInteger i = length; + while (i--) { + *s++ = hexChars[*bytes >> 4]; + *s++ = hexChars[*bytes & 0xF]; + bytes++; + } + NSString *str = [[NSString alloc] initWithBytesNoCopy:chars + length:length * 2 + encoding:NSASCIIStringEncoding + freeWhenDone:YES]; + return str; +} + +@end diff --git a/Pods/SSZipArchive/SSZipArchive/ZipArchive.h b/Pods/SSZipArchive/SSZipArchive/ZipArchive.h index f9391cb3..7a53df8b 100644 --- a/Pods/SSZipArchive/SSZipArchive/ZipArchive.h +++ b/Pods/SSZipArchive/SSZipArchive/ZipArchive.h @@ -14,6 +14,6 @@ FOUNDATION_EXPORT double ZipArchiveVersionNumber; //! Project version string for ZipArchive. FOUNDATION_EXPORT const unsigned char ZipArchiveVersionString[]; -// In this header, you should import all the public headers of your framework using statements like #import +// In this header, you should import all the public headers of your framework using statements like #import #import "SSZipArchive.h" diff --git a/Pods/SSZipArchive/SSZipArchive/minizip/aes/aes_ni.c b/Pods/SSZipArchive/SSZipArchive/minizip/aes/aes_ni.c index 04a2e9b6..8afae916 100644 --- a/Pods/SSZipArchive/SSZipArchive/minizip/aes/aes_ni.c +++ b/Pods/SSZipArchive/SSZipArchive/minizip/aes/aes_ni.c @@ -42,9 +42,13 @@ INLINE int has_aes_ni(void) #elif defined( __GNUC__ ) #include + +#if !defined(__clang__) #pragma GCC target ("ssse3") #pragma GCC target ("sse4.1") #pragma GCC target ("aes") +#endif + #include #define INLINE static __inline diff --git a/Pods/SSZipArchive/SSZipArchive/minizip/aes/brg_endian.h b/Pods/SSZipArchive/SSZipArchive/minizip/aes/brg_endian.h index b44c5cbd..9ef4af58 100644 --- a/Pods/SSZipArchive/SSZipArchive/minizip/aes/brg_endian.h +++ b/Pods/SSZipArchive/SSZipArchive/minizip/aes/brg_endian.h @@ -30,7 +30,8 @@ Issue Date: 20/12/2007 #elif defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __NetBSD__ ) # include #elif defined( BSD ) && ( BSD >= 199103 ) || defined( __APPLE__ ) || \ - defined( __CYGWIN32__ ) || defined( __DJGPP__ ) || defined( __osf__ ) + defined( __CYGWIN32__ ) || defined( __DJGPP__ ) || defined( __osf__ ) || \ + defined(__pnacl__) # include #elif defined( __linux__ ) || defined( __GNUC__ ) || defined( __GNU_LIBRARY__ ) # if !defined( __MINGW32__ ) && !defined( _AIX ) diff --git a/Pods/SSZipArchive/SSZipArchive/minizip/aes/fileenc.c b/Pods/SSZipArchive/SSZipArchive/minizip/aes/fileenc.c index 96bf2c72..31a89943 100644 --- a/Pods/SSZipArchive/SSZipArchive/minizip/aes/fileenc.c +++ b/Pods/SSZipArchive/SSZipArchive/minizip/aes/fileenc.c @@ -36,7 +36,7 @@ */ -#include +#include #include "fileenc.h" diff --git a/Pods/SSZipArchive/SSZipArchive/minizip/aes/hmac.h b/Pods/SSZipArchive/SSZipArchive/minizip/aes/hmac.h index 4b4e87e4..46956c45 100644 --- a/Pods/SSZipArchive/SSZipArchive/minizip/aes/hmac.h +++ b/Pods/SSZipArchive/SSZipArchive/minizip/aes/hmac.h @@ -24,7 +24,7 @@ This is an implementation of HMAC, the FIPS standard keyed hash function #define _HMAC2_H #include -#include +#include #if defined(__cplusplus) extern "C" diff --git a/Pods/SSZipArchive/SSZipArchive/minizip/aes/prng.c b/Pods/SSZipArchive/SSZipArchive/minizip/aes/prng.c index 14fc09d4..b90fcae4 100644 --- a/Pods/SSZipArchive/SSZipArchive/minizip/aes/prng.c +++ b/Pods/SSZipArchive/SSZipArchive/minizip/aes/prng.c @@ -38,7 +38,7 @@ its location in memory. */ -#include +#include #include "prng.h" #if defined(__cplusplus) diff --git a/Pods/SSZipArchive/SSZipArchive/minizip/aes/pwd2key.c b/Pods/SSZipArchive/SSZipArchive/minizip/aes/pwd2key.c index 4f04d304..86c97c45 100644 --- a/Pods/SSZipArchive/SSZipArchive/minizip/aes/pwd2key.c +++ b/Pods/SSZipArchive/SSZipArchive/minizip/aes/pwd2key.c @@ -21,7 +21,7 @@ This is an implementation of RFC2898, which specifies key derivation from a password and a salt value. */ -#include +#include #include "hmac.h" #if defined(__cplusplus) diff --git a/Pods/SSZipArchive/SSZipArchive/minizip/crypt.c b/Pods/SSZipArchive/SSZipArchive/minizip/crypt.c index 602e53fa..9c1203b1 100644 --- a/Pods/SSZipArchive/SSZipArchive/minizip/crypt.c +++ b/Pods/SSZipArchive/SSZipArchive/minizip/crypt.c @@ -1,9 +1,12 @@ /* crypt.c -- base code for traditional PKWARE encryption - Version 1.01e, February 12th, 2005 + Version 1.2.0, September 16th, 2017 + Copyright (C) 2012-2017 Nathan Moinvaziri + https://github.com/nmoinvaz/minizip Copyright (C) 1998-2005 Gilles Vollant - Modifications for Info-ZIP crypting - Copyright (C) 2003 Terry Thorsen + Modifications for Info-ZIP crypting + http://www.winimage.com/zLibDll/minizip.html + Copyright (C) 2003 Terry Thorsen This code is a modified version of crypting code in Info-ZIP distribution @@ -43,10 +46,6 @@ #define CRC32(c, b) ((*(pcrc_32_tab+(((uint32_t)(c) ^ (b)) & 0xff))) ^ ((c) >> 8)) -#ifndef ZCR_SEED2 -# define ZCR_SEED2 3141592654UL /* use PI as default pattern */ -#endif - /***************************************************************************/ uint8_t decrypt_byte(uint32_t *pkeys) @@ -87,11 +86,10 @@ void init_keys(const char *passwd, uint32_t *pkeys, const z_crc_t *pcrc_32_tab) int cryptrand(unsigned char *buf, unsigned int len) { - static unsigned calls = 0; - int rlen = 0; #ifdef _WIN32 HCRYPTPROV provider; unsigned __int64 pentium_tsc[1]; + int rlen = 0; int result = 0; @@ -109,27 +107,15 @@ int cryptrand(unsigned char *buf, unsigned int len) QueryPerformanceCounter((LARGE_INTEGER *)pentium_tsc); buf[rlen] = ((unsigned char*)pentium_tsc)[rlen % 8]; } -#else - int frand = open("/dev/urandom", O_RDONLY); - if (frand != -1) - { - rlen = (int)read(frand, buf, len); - close(frand); - } -#endif - if (rlen < (int)len) - { - /* Ensure different random header each time */ - if (++calls == 1) - srand((unsigned)(time(NULL) ^ ZCR_SEED2)); - while (rlen < (int)len) - buf[rlen++] = (rand() >> 7) & 0xff; - } return rlen; +#else + arc4random_buf(buf, len); + return len; +#endif } -int crypthead(const char *passwd, uint8_t *buf, int buf_size, uint32_t *pkeys, +int crypthead(const char *passwd, uint8_t *buf, int buf_size, uint32_t *pkeys, const z_crc_t *pcrc_32_tab, uint8_t verify1, uint8_t verify2) { uint8_t n = 0; /* index in random header */ diff --git a/Pods/SSZipArchive/SSZipArchive/minizip/crypt.h b/Pods/SSZipArchive/SSZipArchive/minizip/crypt.h index 72e9536a..0ba8260b 100644 --- a/Pods/SSZipArchive/SSZipArchive/minizip/crypt.h +++ b/Pods/SSZipArchive/SSZipArchive/minizip/crypt.h @@ -1,9 +1,12 @@ /* crypt.h -- base code for traditional PKWARE encryption - Version 1.01e, February 12th, 2005 + Version 1.2.0, September 16th, 2017 + Copyright (C) 2012-2017 Nathan Moinvaziri + https://github.com/nmoinvaz/minizip Copyright (C) 1998-2005 Gilles Vollant - Modifications for Info-ZIP crypting - Copyright (C) 2003 Terry Thorsen + Modifications for Info-ZIP crypting + http://www.winimage.com/zLibDll/minizip.html + Copyright (C) 2003 Terry Thorsen This code is a modified version of crypting code in Info-ZIP distribution @@ -16,6 +19,10 @@ #ifndef _MINICRYPT_H #define _MINICRYPT_H +#if ZLIB_VERNUM < 0x1270 +typedef unsigned long z_crc_t; +#endif + #ifdef __cplusplus extern "C" { #endif @@ -45,7 +52,7 @@ void init_keys(const char *passwd, uint32_t *pkeys, const z_crc_t *pcrc_32_tab); int cryptrand(unsigned char *buf, unsigned int len); /* Create encryption header */ -int crypthead(const char *passwd, uint8_t *buf, int buf_size, uint32_t *pkeys, +int crypthead(const char *passwd, uint8_t *buf, int buf_size, uint32_t *pkeys, const z_crc_t *pcrc_32_tab, uint8_t verify1, uint8_t verify2); /***************************************************************************/ diff --git a/Pods/SSZipArchive/SSZipArchive/minizip/ioapi.c b/Pods/SSZipArchive/SSZipArchive/minizip/ioapi.c index bba26334..239bb05a 100755 --- a/Pods/SSZipArchive/SSZipArchive/minizip/ioapi.c +++ b/Pods/SSZipArchive/SSZipArchive/minizip/ioapi.c @@ -1,11 +1,13 @@ /* ioapi.c -- IO base function header for compress/uncompress .zip part of the MiniZip project - Copyright (C) 1998-2010 Gilles Vollant - http://www.winimage.com/zLibDll/minizip.html + Copyright (C) 2012-2017 Nathan Moinvaziri + https://github.com/nmoinvaz/minizip Modifications for Zip64 support Copyright (C) 2009-2010 Mathias Svensson http://result42.com + Copyright (C) 1998-2010 Gilles Vollant + http://www.winimage.com/zLibDll/minizip.html This program is distributed under the terms of the same license as zlib. See the accompanying LICENSE file for the full text of the license. @@ -79,7 +81,7 @@ void fill_zlib_filefunc64_32_def_from_filefunc32(zlib_filefunc64_32_def *p_filef p_filefunc64_32->ztell32_file = p_filefunc32->ztell_file; } -static voidpf ZCALLBACK fopen_file_func(voidpf opaque, const char *filename, int mode); +static voidpf ZCALLBACK fopen_file_func(ZIP_UNUSED voidpf opaque, const char *filename, int mode); static uint32_t ZCALLBACK fread_file_func(voidpf opaque, voidpf stream, void* buf, uint32_t size); static uint32_t ZCALLBACK fwrite_file_func(voidpf opaque, voidpf stream, const void *buf, uint32_t size); static uint64_t ZCALLBACK ftell64_file_func(voidpf opaque, voidpf stream); @@ -107,7 +109,7 @@ static voidpf file_build_ioposix(FILE *file, const char *filename) return (voidpf)ioposix; } -static voidpf ZCALLBACK fopen_file_func(voidpf opaque, const char *filename, int mode) +static voidpf ZCALLBACK fopen_file_func(ZIP_UNUSED voidpf opaque, const char *filename, int mode) { FILE* file = NULL; const char *mode_fopen = NULL; @@ -126,7 +128,7 @@ static voidpf ZCALLBACK fopen_file_func(voidpf opaque, const char *filename, int return file; } -static voidpf ZCALLBACK fopen64_file_func(voidpf opaque, const void *filename, int mode) +static voidpf ZCALLBACK fopen64_file_func(ZIP_UNUSED voidpf opaque, const void *filename, int mode) { FILE* file = NULL; const char *mode_fopen = NULL; @@ -195,7 +197,7 @@ static voidpf ZCALLBACK fopendisk_file_func(voidpf opaque, voidpf stream, uint32 return ret; } -static uint32_t ZCALLBACK fread_file_func(voidpf opaque, voidpf stream, void* buf, uint32_t size) +static uint32_t ZCALLBACK fread_file_func(ZIP_UNUSED voidpf opaque, voidpf stream, void* buf, uint32_t size) { FILE_IOPOSIX *ioposix = NULL; uint32_t read = (uint32_t)-1; @@ -206,7 +208,7 @@ static uint32_t ZCALLBACK fread_file_func(voidpf opaque, voidpf stream, void* bu return read; } -static uint32_t ZCALLBACK fwrite_file_func(voidpf opaque, voidpf stream, const void *buf, uint32_t size) +static uint32_t ZCALLBACK fwrite_file_func(ZIP_UNUSED voidpf opaque, voidpf stream, const void *buf, uint32_t size) { FILE_IOPOSIX *ioposix = NULL; uint32_t written = (uint32_t)-1; @@ -217,7 +219,7 @@ static uint32_t ZCALLBACK fwrite_file_func(voidpf opaque, voidpf stream, const v return written; } -static long ZCALLBACK ftell_file_func(voidpf opaque, voidpf stream) +static long ZCALLBACK ftell_file_func(ZIP_UNUSED voidpf opaque, voidpf stream) { FILE_IOPOSIX *ioposix = NULL; long ret = -1; @@ -228,7 +230,7 @@ static long ZCALLBACK ftell_file_func(voidpf opaque, voidpf stream) return ret; } -static uint64_t ZCALLBACK ftell64_file_func(voidpf opaque, voidpf stream) +static uint64_t ZCALLBACK ftell64_file_func(ZIP_UNUSED voidpf opaque, voidpf stream) { FILE_IOPOSIX *ioposix = NULL; uint64_t ret = (uint64_t)-1; @@ -239,7 +241,7 @@ static uint64_t ZCALLBACK ftell64_file_func(voidpf opaque, voidpf stream) return ret; } -static long ZCALLBACK fseek_file_func(voidpf opaque, voidpf stream, uint32_t offset, int origin) +static long ZCALLBACK fseek_file_func(ZIP_UNUSED voidpf opaque, voidpf stream, uint32_t offset, int origin) { FILE_IOPOSIX *ioposix = NULL; int fseek_origin = 0; @@ -268,7 +270,7 @@ static long ZCALLBACK fseek_file_func(voidpf opaque, voidpf stream, uint32_t off return ret; } -static long ZCALLBACK fseek64_file_func(voidpf opaque, voidpf stream, uint64_t offset, int origin) +static long ZCALLBACK fseek64_file_func(ZIP_UNUSED voidpf opaque, voidpf stream, uint64_t offset, int origin) { FILE_IOPOSIX *ioposix = NULL; int fseek_origin = 0; @@ -299,7 +301,7 @@ static long ZCALLBACK fseek64_file_func(voidpf opaque, voidpf stream, uint64_t o return ret; } -static int ZCALLBACK fclose_file_func(voidpf opaque, voidpf stream) +static int ZCALLBACK fclose_file_func(ZIP_UNUSED voidpf opaque, voidpf stream) { FILE_IOPOSIX *ioposix = NULL; int ret = -1; @@ -313,7 +315,7 @@ static int ZCALLBACK fclose_file_func(voidpf opaque, voidpf stream) return ret; } -static int ZCALLBACK ferror_file_func(voidpf opaque, voidpf stream) +static int ZCALLBACK ferror_file_func(ZIP_UNUSED voidpf opaque, voidpf stream) { FILE_IOPOSIX *ioposix = NULL; int ret = -1; diff --git a/Pods/SSZipArchive/SSZipArchive/minizip/ioapi.h b/Pods/SSZipArchive/SSZipArchive/minizip/ioapi.h index efb94a44..c5698adc 100755 --- a/Pods/SSZipArchive/SSZipArchive/minizip/ioapi.h +++ b/Pods/SSZipArchive/SSZipArchive/minizip/ioapi.h @@ -1,11 +1,13 @@ /* ioapi.h -- IO base function header for compress/uncompress .zip part of the MiniZip project + Copyright (C) 2012-2017 Nathan Moinvaziri + https://github.com/nmoinvaz/minizip + Copyright (C) 2009-2010 Mathias Svensson + Modifications for Zip64 support + http://result42.com Copyright (C) 1998-2010 Gilles Vollant http://www.winimage.com/zLibDll/minizip.html - Modifications for Zip64 support - Copyright (C) 2009-2010 Mathias Svensson - http://result42.com This program is distributed under the terms of the same license as zlib. See the accompanying LICENSE file for the full text of the license. @@ -20,12 +22,18 @@ #include "zlib.h" +#ifdef __GNUC__ +# define ZIP_UNUSED __attribute__((__unused__)) +#else +# define ZIP_UNUSED +#endif + #if defined(USE_FILE32API) # define fopen64 fopen # define ftello64 ftell # define fseeko64 fseek #else -# if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || defined(__OpenBSD__) || defined(__APPLE__) +# if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || defined(__OpenBSD__) || defined(__APPLE__) || defined(__ANDROID__) # define fopen64 fopen # define ftello64 ftello # define fseeko64 fseeko diff --git a/Pods/SSZipArchive/SSZipArchive/minizip/ioapi_buf.c b/Pods/SSZipArchive/SSZipArchive/minizip/ioapi_buf.c index 8231608c..074a9307 100755 --- a/Pods/SSZipArchive/SSZipArchive/minizip/ioapi_buf.c +++ b/Pods/SSZipArchive/SSZipArchive/minizip/ioapi_buf.c @@ -3,8 +3,8 @@ This version of ioapi is designed to buffer IO. - Copyright (C) 1998-2003 Gilles Vollant - (C) 2012-2014 Nathan Moinvaziri + Copyright (C) 2012-2017 Nathan Moinvaziri + https://github.com/nmoinvaz/minizip This program is distributed under the terms of the same license as zlib. See the accompanying LICENSE file for the full text of the license. @@ -23,7 +23,7 @@ #ifndef IOBUF_BUFFERSIZE # define IOBUF_BUFFERSIZE (UINT16_MAX) -#endif +#endif #if defined(_WIN32) # include @@ -39,16 +39,16 @@ #ifdef __GNUC__ #ifndef max #define max(x,y) ({ \ -const typeof(x) _x = (x); \ -const typeof(y) _y = (y); \ +const __typeof__(x) _x = (x); \ +const __typeof__(y) _y = (y); \ (void) (&_x == &_y); \ _x > _y ? _x : _y; }) #endif /* __GNUC__ */ #ifndef min #define min(x,y) ({ \ -const typeof(x) _x = (x); \ -const typeof(y) _y = (y); \ +const __typeof__(x) _x = (x); \ +const __typeof__(y) _y = (y); \ (void) (&_x == &_y); \ _x < _y ? _x : _y; }) #endif @@ -73,9 +73,9 @@ typedef struct ourstream_s { # define print_buf(o,s,f,...) print_buf_internal(o,s,f,__VA_ARGS__); #else # define print_buf(o,s,f,...) -#endif +#endif -void print_buf_internal(voidpf opaque, voidpf stream, char *format, ...) +void print_buf_internal(ZIP_UNUSED voidpf opaque, voidpf stream, char *format, ...) { ourstream_t *streamio = (ourstream_t *)stream; va_list arglist; @@ -85,7 +85,7 @@ void print_buf_internal(voidpf opaque, voidpf stream, char *format, ...) va_end(arglist); } -voidpf fopen_buf_internal_func(voidpf opaque, voidpf stream, uint32_t number_disk, int mode) +voidpf fopen_buf_internal_func(ZIP_UNUSED voidpf opaque, voidpf stream, ZIP_UNUSED uint32_t number_disk, ZIP_UNUSED int mode) { ourstream_t *streamio = NULL; if (stream == NULL) @@ -137,7 +137,7 @@ long fflush_buf(voidpf opaque, voidpf stream) uint32_t bytes_to_write = streamio->writebuf_len; uint32_t bytes_left_to_write = streamio->writebuf_len; long bytes_written = 0; - + while (bytes_left_to_write > 0) { if (bufio->filefunc64.zwrite_file != NULL) @@ -264,7 +264,7 @@ uint32_t ZCALLBACK fwrite_buf_func(voidpf opaque, voidpf stream, const void *buf continue; } - + memcpy(streamio->writebuf + streamio->writebuf_pos, (char *)buf + (bytes_to_write - bytes_left_to_write), bytes_to_copy); print_buf(opaque, stream, "write copy [remaining %d write %d:%d len %d]\n", bytes_to_copy, bytes_to_write, bytes_left_to_write, streamio->writebuf_len); @@ -280,7 +280,7 @@ uint32_t ZCALLBACK fwrite_buf_func(voidpf opaque, voidpf stream, const void *buf return size - bytes_left_to_write; } -uint64_t ftell_buf_internal_func(voidpf opaque, voidpf stream, uint64_t position) +uint64_t ftell_buf_internal_func(ZIP_UNUSED voidpf opaque, voidpf stream, uint64_t position) { ourstream_t *streamio = (ourstream_t *)stream; streamio->position = position; @@ -344,7 +344,7 @@ int fseek_buf_internal_func(voidpf opaque, voidpf stream, uint64_t offset, int o { streamio->readbuf_pos += (uint32_t)offset; return 0; - } + } offset -= (streamio->readbuf_len - streamio->readbuf_pos); streamio->position += offset; } @@ -419,7 +419,7 @@ int ZCALLBACK fclose_buf_func(voidpf opaque, voidpf stream) print_buf(opaque, stream, "write efficency %.02f%%\n", (streamio->writebuf_hits / ((float)streamio->writebuf_hits + streamio->writebuf_misses)) * 100); if (bufio->filefunc64.zclose_file != NULL) ret = bufio->filefunc64.zclose_file(bufio->filefunc64.opaque, streamio->stream); - else + else ret = bufio->filefunc.zclose_file(bufio->filefunc.opaque, streamio->stream); free(streamio); return ret; diff --git a/Pods/SSZipArchive/SSZipArchive/minizip/ioapi_buf.h b/Pods/SSZipArchive/SSZipArchive/minizip/ioapi_buf.h index b56f4a78..b0e7698e 100644 --- a/Pods/SSZipArchive/SSZipArchive/minizip/ioapi_buf.h +++ b/Pods/SSZipArchive/SSZipArchive/minizip/ioapi_buf.h @@ -3,8 +3,8 @@ This version of ioapi is designed to buffer IO. - Copyright (C) 1998-2003 Gilles Vollant - (C) 2012-2014 Nathan Moinvaziri + Copyright (C) 2012-2017 Nathan Moinvaziri + https://github.com/nmoinvaz/minizip This program is distributed under the terms of the same license as zlib. See the accompanying LICENSE file for the full text of the license. diff --git a/Pods/SSZipArchive/SSZipArchive/minizip/ioapi_mem.c b/Pods/SSZipArchive/SSZipArchive/minizip/ioapi_mem.c index 7a891d31..ed533459 100644 --- a/Pods/SSZipArchive/SSZipArchive/minizip/ioapi_mem.c +++ b/Pods/SSZipArchive/SSZipArchive/minizip/ioapi_mem.c @@ -11,8 +11,11 @@ Based on Unzip ioapi.c version 0.22, May 19th, 2003 + Copyright (C) 2012-2017 Nathan Moinvaziri + https://github.com/nmoinvaz/minizip + Copyright (C) 2003 Justin Fletcher Copyright (C) 1998-2003 Gilles Vollant - (C) 2003 Justin Fletcher + http://www.winimage.com/zLibDll/minizip.html This file is under the same license as the Unzip tool it is distributed with. @@ -30,14 +33,14 @@ #ifndef IOMEM_BUFFERSIZE # define IOMEM_BUFFERSIZE (UINT16_MAX) -#endif +#endif -voidpf ZCALLBACK fopen_mem_func(voidpf opaque, const char *filename, int mode) +voidpf ZCALLBACK fopen_mem_func(voidpf opaque, ZIP_UNUSED const char *filename, int mode) { ourmemory_t *mem = (ourmemory_t *)opaque; if (mem == NULL) return NULL; /* Mem structure passed in was null */ - + if (mode & ZLIB_FILEFUNC_MODE_CREATE) { if (mem->grow) @@ -56,13 +59,13 @@ voidpf ZCALLBACK fopen_mem_func(voidpf opaque, const char *filename, int mode) return mem; } -voidpf ZCALLBACK fopendisk_mem_func(voidpf opaque, voidpf stream, uint32_t number_disk, int mode) +voidpf ZCALLBACK fopendisk_mem_func(ZIP_UNUSED voidpf opaque, ZIP_UNUSED voidpf stream, ZIP_UNUSED uint32_t number_disk, ZIP_UNUSED int mode) { /* Not used */ return NULL; } -uint32_t ZCALLBACK fread_mem_func(voidpf opaque, voidpf stream, void *buf, uint32_t size) +uint32_t ZCALLBACK fread_mem_func(ZIP_UNUSED voidpf opaque, voidpf stream, void *buf, uint32_t size) { ourmemory_t *mem = (ourmemory_t *)stream; @@ -75,7 +78,7 @@ uint32_t ZCALLBACK fread_mem_func(voidpf opaque, voidpf stream, void *buf, uint3 return size; } -uint32_t ZCALLBACK fwrite_mem_func(voidpf opaque, voidpf stream, const void *buf, uint32_t size) +uint32_t ZCALLBACK fwrite_mem_func(ZIP_UNUSED voidpf opaque, voidpf stream, const void *buf, uint32_t size) { ourmemory_t *mem = (ourmemory_t *)stream; uint32_t newmemsize = 0; @@ -107,13 +110,13 @@ uint32_t ZCALLBACK fwrite_mem_func(voidpf opaque, voidpf stream, const void *buf return size; } -long ZCALLBACK ftell_mem_func(voidpf opaque, voidpf stream) +long ZCALLBACK ftell_mem_func(ZIP_UNUSED voidpf opaque, voidpf stream) { ourmemory_t *mem = (ourmemory_t *)stream; return mem->cur_offset; } -long ZCALLBACK fseek_mem_func(voidpf opaque, voidpf stream, uint32_t offset, int origin) +long ZCALLBACK fseek_mem_func(ZIP_UNUSED voidpf opaque, voidpf stream, uint32_t offset, int origin) { ourmemory_t *mem = (ourmemory_t *)stream; uint32_t new_pos = 0; @@ -128,7 +131,7 @@ long ZCALLBACK fseek_mem_func(voidpf opaque, voidpf stream, uint32_t offset, int case ZLIB_FILEFUNC_SEEK_SET: new_pos = offset; break; - default: + default: return -1; } @@ -138,13 +141,13 @@ long ZCALLBACK fseek_mem_func(voidpf opaque, voidpf stream, uint32_t offset, int return 0; } -int ZCALLBACK fclose_mem_func(voidpf opaque, voidpf stream) +int ZCALLBACK fclose_mem_func(ZIP_UNUSED voidpf opaque, ZIP_UNUSED voidpf stream) { /* Even with grow = 1, caller must always free() memory */ return 0; } -int ZCALLBACK ferror_mem_func(voidpf opaque, voidpf stream) +int ZCALLBACK ferror_mem_func(ZIP_UNUSED voidpf opaque, ZIP_UNUSED voidpf stream) { /* We never return errors */ return 0; diff --git a/Pods/SSZipArchive/SSZipArchive/minizip/ioapi_mem.h b/Pods/SSZipArchive/SSZipArchive/minizip/ioapi_mem.h index d7483490..7061d6fa 100644 --- a/Pods/SSZipArchive/SSZipArchive/minizip/ioapi_mem.h +++ b/Pods/SSZipArchive/SSZipArchive/minizip/ioapi_mem.h @@ -4,8 +4,9 @@ This version of ioapi is designed to access memory rather than files. We do use a region of memory to put data in to and take it out of. - Copyright (C) 1998-2003 Gilles Vollant + Copyright (C) 2012-2017 Nathan Moinvaziri (https://github.com/nmoinvaz/minizip) (C) 2003 Justin Fletcher + (C) 1998-2003 Gilles Vollant This program is distributed under the terms of the same license as zlib. See the accompanying LICENSE file for the full text of the license. diff --git a/Pods/SSZipArchive/SSZipArchive/minizip/minishared.c b/Pods/SSZipArchive/SSZipArchive/minizip/minishared.c index 80f34a30..beabddca 100644 --- a/Pods/SSZipArchive/SSZipArchive/minizip/minishared.c +++ b/Pods/SSZipArchive/SSZipArchive/minizip/minishared.c @@ -43,10 +43,12 @@ uint32_t get_file_date(const char *path, uint32_t *dos_date) ret = 1; } #else - struct stat s = { 0 }; + struct stat s; struct tm *filedate = NULL; time_t tm_t = 0; + memset(&s, 0, sizeof(s)); + if (strcmp(path, "-") != 0) { size_t len = strlen(path); @@ -56,7 +58,7 @@ uint32_t get_file_date(const char *path, uint32_t *dos_date) if (name[len - 1] == '/') name[len - 1] = 0; - /* not all systems allow stat'ing a file with / appended */ + /* Not all systems allow stat'ing a file with / appended */ if (stat(name, &s) == 0) { tm_t = s.st_mtime; @@ -88,75 +90,81 @@ void change_file_date(const char *path, uint32_t dos_date) } #else struct utimbuf ut; - struct tm newdate; - - dosdate_to_tm(dos_date, &newdate); - - ut.actime = ut.modtime = mktime(&newdate); + ut.actime = ut.modtime = dosdate_to_time_t(dos_date); utime(path, &ut); #endif } -int dosdate_to_tm(uint64_t dos_date, struct tm *ptm) +int invalid_date(const struct tm *ptm) +{ +#define datevalue_in_range(min, max, value) ((min) <= (value) && (value) <= (max)) + return (!datevalue_in_range(0, 207, ptm->tm_year) || + !datevalue_in_range(0, 11, ptm->tm_mon) || + !datevalue_in_range(1, 31, ptm->tm_mday) || + !datevalue_in_range(0, 23, ptm->tm_hour) || + !datevalue_in_range(0, 59, ptm->tm_min) || + !datevalue_in_range(0, 59, ptm->tm_sec)); +#undef datevalue_in_range +} + +// Conversion without validation +void dosdate_to_raw_tm(uint64_t dos_date, struct tm *ptm) { uint64_t date = (uint64_t)(dos_date >> 16); ptm->tm_mday = (uint16_t)(date & 0x1f); ptm->tm_mon = (uint16_t)(((date & 0x1E0) / 0x20) - 1); - ptm->tm_year = (uint16_t)(((date & 0x0FE00) / 0x0200) + 1980); + ptm->tm_year = (uint16_t)(((date & 0x0FE00) / 0x0200) + 80); ptm->tm_hour = (uint16_t)((dos_date & 0xF800) / 0x800); ptm->tm_min = (uint16_t)((dos_date & 0x7E0) / 0x20); ptm->tm_sec = (uint16_t)(2 * (dos_date & 0x1f)); ptm->tm_isdst = -1; - -#define datevalue_in_range(min, max, value) ((min) <= (value) && (value) <= (max)) - if (!datevalue_in_range(0, 11, ptm->tm_mon) || - !datevalue_in_range(1, 31, ptm->tm_mday) || - !datevalue_in_range(0, 23, ptm->tm_hour) || - !datevalue_in_range(0, 59, ptm->tm_min) || - !datevalue_in_range(0, 59, ptm->tm_sec)) +} + +int dosdate_to_tm(uint64_t dos_date, struct tm *ptm) +{ + dosdate_to_raw_tm(dos_date, ptm); + + if (invalid_date(ptm)) { - /* Invalid date stored, so don't return it. */ + // Invalid date stored, so don't return it. memset(ptm, 0, sizeof(struct tm)); return -1; } -#undef datevalue_in_range return 0; } +time_t dosdate_to_time_t(uint64_t dos_date) +{ + struct tm ptm; + dosdate_to_raw_tm(dos_date, &ptm); + return mktime(&ptm); +} + uint32_t tm_to_dosdate(const struct tm *ptm) { - uint32_t year = 0; + struct tm fixed_tm; -#define datevalue_in_range(min, max, value) ((min) <= (value) && (value) <= (max)) /* Years supported: - * [00, 79] (assumed to be between 2000 and 2079) - * [80, 207] (assumed to be between 1980 and 2107, typical output of old - software that does 'year-1900' to get a double digit year) - * [1980, 2107] - Due to the date format limitations, only years between 1980 and 2107 can be stored. + * [00, 79] (assumed to be between 2000 and 2079) + * [80, 207] (assumed to be between 1980 and 2107, typical output of old + software that does 'year-1900' to get a double digit year) + * [1980, 2107] (due to the date format limitations, only years between 1980 and 2107 can be stored.) */ - if (!(datevalue_in_range(1980, 2107, ptm->tm_year) || datevalue_in_range(0, 207, ptm->tm_year)) || - !datevalue_in_range(0, 11, ptm->tm_mon) || - !datevalue_in_range(1, 31, ptm->tm_mday) || - !datevalue_in_range(0, 23, ptm->tm_hour) || - !datevalue_in_range(0, 59, ptm->tm_min) || - !datevalue_in_range(0, 59, ptm->tm_sec)) - { - return 0; - } -#undef datevalue_in_range - year = (uint32_t)ptm->tm_year; - if (year >= 1980) /* range [1980, 2107] */ - year -= 1980; - else if (year >= 80) /* range [80, 99] */ - year -= 80; + memcpy(&fixed_tm, ptm, sizeof(struct tm)); + if (fixed_tm.tm_year >= 1980) /* range [1980, 2107] */ + fixed_tm.tm_year -= 1980; + else if (fixed_tm.tm_year >= 80) /* range [80, 99] */ + fixed_tm.tm_year -= 80; else /* range [00, 79] */ - year += 20; + fixed_tm.tm_year += 20; - return (uint32_t)(((ptm->tm_mday) + (32 * (ptm->tm_mon + 1)) + (512 * year)) << 16) | - ((ptm->tm_sec / 2) + (32 * ptm->tm_min) + (2048 * (uint32_t)ptm->tm_hour)); + if (invalid_date(ptm)) + return 0; + + return (uint32_t)(((fixed_tm.tm_mday) + (32 * (fixed_tm.tm_mon + 1)) + (512 * fixed_tm.tm_year)) << 16) | + ((fixed_tm.tm_sec / 2) + (32 * fixed_tm.tm_min) + (2048 * (uint32_t)fixed_tm.tm_hour)); } int makedir(const char *newdir) @@ -212,9 +220,28 @@ int makedir(const char *newdir) return 1; } +FILE *get_file_handle(const char *path) +{ + FILE *handle = NULL; +#if defined(WIN32) + wchar_t *pathWide = NULL; + int pathLength = 0; + + pathLength = MultiByteToWideChar(CP_UTF8, 0, path, -1, NULL, 0) + 1; + pathWide = (wchar_t*)calloc(pathLength, sizeof(wchar_t)); + MultiByteToWideChar(CP_UTF8, 0, path, -1, pathWide, pathLength); + handle = _wfopen((const wchar_t*)pathWide, L"rb"); + free(pathWide); +#else + handle = fopen64(path, "rb"); +#endif + + return handle; +} + int check_file_exists(const char *path) { - FILE* handle = fopen64(path, "rb"); + FILE *handle = get_file_handle(path); if (handle == NULL) return 0; fclose(handle); @@ -223,9 +250,10 @@ int check_file_exists(const char *path) int is_large_file(const char *path) { + FILE* handle = NULL; uint64_t pos = 0; - FILE* handle = fopen64(path, "rb"); + handle = get_file_handle(path); if (handle == NULL) return 0; diff --git a/Pods/SSZipArchive/SSZipArchive/minizip/minishared.h b/Pods/SSZipArchive/SSZipArchive/minizip/minishared.h index 7656d23a..32fccb66 100644 --- a/Pods/SSZipArchive/SSZipArchive/minizip/minishared.h +++ b/Pods/SSZipArchive/SSZipArchive/minizip/minishared.h @@ -24,6 +24,9 @@ void change_file_date(const char *path, uint32_t dos_date); /* Convert dos date/time format to struct tm */ int dosdate_to_tm(uint64_t dos_date, struct tm *ptm); +/* Convert dos date/time format to time_t */ +time_t dosdate_to_time_t(uint64_t dos_date); + /* Convert struct tm to dos date/time format */ uint32_t tm_to_dosdate(const struct tm *ptm); diff --git a/Pods/SSZipArchive/SSZipArchive/minizip/unzip.c b/Pods/SSZipArchive/SSZipArchive/minizip/unzip.c index 47b89626..2aadf9da 100644 --- a/Pods/SSZipArchive/SSZipArchive/minizip/unzip.c +++ b/Pods/SSZipArchive/SSZipArchive/minizip/unzip.c @@ -1,16 +1,17 @@ /* unzip.c -- IO for uncompress .zip files using zlib - Version 1.1, February 14h, 2010 + Version 1.2.0, September 16th, 2017 part of the MiniZip project + Copyright (C) 2010-2017 Nathan Moinvaziri + Modifications for AES, PKWARE disk spanning + https://github.com/nmoinvaz/minizip + Copyright (C) 2009-2010 Mathias Svensson + Modifications for Zip64 support on both zip and unzip + http://result42.com + Copyright (C) 2007-2008 Even Rouault + Modifications of Unzip for Zip64 Copyright (C) 1998-2010 Gilles Vollant http://www.winimage.com/zLibDll/minizip.html - Modifications of Unzip for Zip64 - Copyright (C) 2007-2008 Even Rouault - Modifications for Zip64 support on both zip and unzip - Copyright (C) 2009-2010 Mathias Svensson - http://result42.com - Modifications for AES, PKWARE disk spanning - Copyright (C) 2010-2014 Nathan Moinvaziri This program is distributed under the terms of the same license as zlib. See the accompanying LICENSE file for the full text of the license. @@ -73,8 +74,7 @@ # define TRYFREE(p) {if (p) free(p);} #endif -const char unz_copyright[] = - " unzip 1.01 Copyright 1998-2004 Gilles Vollant - http://www.winimage.com/zLibDll"; +const char unz_copyright[] = " unzip 1.2.0 Copyright 1998-2017 - https://github.com/nmoinvaz/minizip"; /* unz_file_info_internal contain internal info about a file in zipfile*/ typedef struct unz_file_info64_internal_s @@ -111,7 +111,7 @@ typedef struct uint64_t total_out_64; uint32_t crc32; /* crc32 of all data uncompressed */ - uint32_t crc32_wait; /* crc32 we must obtain after decompress all */ + uint32_t crc32_expected; /* crc32 we must obtain after decompress all */ uint64_t rest_read_compressed; /* number of byte to be decompressed */ uint64_t rest_read_uncompressed; /* number of byte to be obtained after decomp */ @@ -153,7 +153,7 @@ typedef struct uint32_t keys[3]; /* keys defining the pseudo-random sequence */ const z_crc_t *pcrc_32_tab; #endif -} unz64_s; +} unz64_internal; /* Read a byte from a gz_stream; Return EOF for end of file. */ static int unzReadUInt8(const zlib_filefunc64_32_def *pzlib_filefunc_def, voidpf filestream, uint8_t *value) @@ -252,19 +252,19 @@ static int unzReadUInt64(const zlib_filefunc64_32_def *pzlib_filefunc_def, voidp } /* Locate the Central directory of a zip file (at the end, just before the global comment) */ -static uint64_t unzSearchCentralDir(const zlib_filefunc64_32_def *pzlib_filefunc_def, voidpf filestream) +static int unzSearchCentralDir(const zlib_filefunc64_32_def *pzlib_filefunc_def, uint64_t *pos_found, voidpf filestream) { uint8_t buf[BUFREADCOMMENT + 4]; uint64_t file_size = 0; uint64_t back_read = 4; uint64_t max_back = UINT16_MAX; /* maximum size of global comment */ - uint64_t pos_found = 0; uint32_t read_size = 0; uint64_t read_pos = 0; uint32_t i = 0; + *pos_found = 0; if (ZSEEK64(*pzlib_filefunc_def, filestream, 0, ZLIB_FILEFUNC_SEEK_END) != 0) - return 0; + return UNZ_ERRNO; file_size = ZTELL64(*pzlib_filefunc_def, filestream); @@ -293,58 +293,55 @@ static uint64_t unzSearchCentralDir(const zlib_filefunc64_32_def *pzlib_filefunc ((*(buf+i+2)) == (ENDHEADERMAGIC >> 16 & 0xff)) && ((*(buf+i+3)) == (ENDHEADERMAGIC >> 24 & 0xff))) { - pos_found = read_pos+i; - break; + *pos_found = read_pos+i; + return UNZ_OK; } - - if (pos_found != 0) - break; } - return pos_found; + return UNZ_ERRNO; } /* Locate the Central directory 64 of a zipfile (at the end, just before the global comment) */ -static uint64_t unzSearchCentralDir64(const zlib_filefunc64_32_def *pzlib_filefunc_def, voidpf filestream, +static int unzSearchCentralDir64(const zlib_filefunc64_32_def *pzlib_filefunc_def, uint64_t *offset, voidpf filestream, const uint64_t endcentraloffset) { - uint64_t offset = 0; uint32_t value32 = 0; + *offset = 0; /* Zip64 end of central directory locator */ if (ZSEEK64(*pzlib_filefunc_def, filestream, endcentraloffset - SIZECENTRALHEADERLOCATOR, ZLIB_FILEFUNC_SEEK_SET) != 0) - return 0; + return UNZ_ERRNO; /* Read locator signature */ if (unzReadUInt32(pzlib_filefunc_def, filestream, &value32) != UNZ_OK) - return 0; + return UNZ_ERRNO; if (value32 != ZIP64ENDLOCHEADERMAGIC) - return 0; + return UNZ_ERRNO; /* Number of the disk with the start of the zip64 end of central directory */ if (unzReadUInt32(pzlib_filefunc_def, filestream, &value32) != UNZ_OK) - return 0; + return UNZ_ERRNO; /* Relative offset of the zip64 end of central directory record */ - if (unzReadUInt64(pzlib_filefunc_def, filestream, &offset) != UNZ_OK) - return 0; + if (unzReadUInt64(pzlib_filefunc_def, filestream, offset) != UNZ_OK) + return UNZ_ERRNO; /* Total number of disks */ if (unzReadUInt32(pzlib_filefunc_def, filestream, &value32) != UNZ_OK) - return 0; + return UNZ_ERRNO; /* Goto end of central directory record */ - if (ZSEEK64(*pzlib_filefunc_def, filestream, offset, ZLIB_FILEFUNC_SEEK_SET) != 0) - return 0; + if (ZSEEK64(*pzlib_filefunc_def, filestream, *offset, ZLIB_FILEFUNC_SEEK_SET) != 0) + return UNZ_ERRNO; /* The signature */ if (unzReadUInt32(pzlib_filefunc_def, filestream, &value32) != UNZ_OK) - return 0; + return UNZ_ERRNO; if (value32 != ZIP64ENDHEADERMAGIC) - return 0; + return UNZ_ERRNO; - return offset; + return UNZ_OK; } static unzFile unzOpenInternal(const void *path, zlib_filefunc64_32_def *pzlib_filefunc64_32_def) { - unz64_s us; - unz64_s *s = NULL; + unz64_internal us; + unz64_internal *s = NULL; uint64_t central_pos = 0; uint64_t central_pos64 = 0; uint64_t number_entry_CD = 0; @@ -353,9 +350,7 @@ static unzFile unzOpenInternal(const void *path, zlib_filefunc64_32_def *pzlib_f uint64_t value64 = 0; voidpf filestream = NULL; int err = UNZ_OK; - - if (unz_copyright[0] != ' ') - return NULL; + int err64 = UNZ_OK; us.filestream = NULL; us.filestream_with_CD = NULL; @@ -376,8 +371,8 @@ static unzFile unzOpenInternal(const void *path, zlib_filefunc64_32_def *pzlib_f us.is_zip64 = 0; /* Search for end of central directory header */ - central_pos = unzSearchCentralDir(&us.z_filefunc, us.filestream); - if (central_pos) + err = unzSearchCentralDir(&us.z_filefunc, ¢ral_pos, us.filestream); + if (err == UNZ_OK) { if (ZSEEK64(us.z_filefunc, us.filestream, central_pos, ZLIB_FILEFUNC_SEEK_SET) != 0) err = UNZ_ERRNO; @@ -418,8 +413,8 @@ static unzFile unzOpenInternal(const void *path, zlib_filefunc64_32_def *pzlib_f if (err == UNZ_OK) { /* Search for Zip64 end of central directory header */ - central_pos64 = unzSearchCentralDir64(&us.z_filefunc, us.filestream, central_pos); - if (central_pos64) + err64 = unzSearchCentralDir64(&us.z_filefunc, ¢ral_pos64, us.filestream, central_pos); + if (err64 == UNZ_OK) { central_pos = central_pos64; us.is_zip64 = 1; @@ -460,7 +455,7 @@ static unzFile unzOpenInternal(const void *path, zlib_filefunc64_32_def *pzlib_f if (unzReadUInt64(&us.z_filefunc, us.filestream, &us.offset_central_dir) != UNZ_OK) err = UNZ_ERRNO; } - else if ((us.gi.number_entry == UINT16_MAX) || (us.size_central_dir == UINT16_MAX) || (us.offset_central_dir == UINT32_MAX)) + else if ((us.size_central_dir == UINT16_MAX) || (us.offset_central_dir == UINT32_MAX)) err = UNZ_BADZIPFILE; } } @@ -493,10 +488,14 @@ static unzFile unzOpenInternal(const void *path, zlib_filefunc64_32_def *pzlib_f us.central_pos = central_pos; us.pfile_in_zip_read = NULL; - s = (unz64_s*)ALLOC(sizeof(unz64_s)); + s = (unz64_internal*)ALLOC(sizeof(unz64_internal)); if (s != NULL) { *s = us; + if (err64 != UNZ_OK) + // workaround incorrect count #184 + s->gi.number_entry = unzCountEntries(s); + unzGoToFirstFile((unzFile)s); } return (unzFile)s; @@ -538,10 +537,10 @@ extern unzFile ZEXPORT unzOpen64(const void *path) extern int ZEXPORT unzClose(unzFile file) { - unz64_s *s; + unz64_internal *s; if (file == NULL) return UNZ_PARAMERROR; - s = (unz64_s*)file; + s = (unz64_internal*)file; if (s->pfile_in_zip_read != NULL) unzCloseCurrentFile(file); @@ -560,10 +559,10 @@ extern int ZEXPORT unzClose(unzFile file) /* Goto to the next available disk for spanned archives */ static int unzGoToNextDisk(unzFile file) { - unz64_s *s; + unz64_internal *s; uint32_t number_disk_next = 0; - s = (unz64_s*)file; + s = (unz64_internal*)file; if (s == NULL) return UNZ_PARAMERROR; number_disk_next = s->number_disk; @@ -602,10 +601,10 @@ static int unzGoToNextDisk(unzFile file) extern int ZEXPORT unzGetGlobalInfo(unzFile file, unz_global_info* pglobal_info32) { - unz64_s *s = NULL; + unz64_internal *s = NULL; if (file == NULL) return UNZ_PARAMERROR; - s = (unz64_s*)file; + s = (unz64_internal*)file; pglobal_info32->number_entry = (uint32_t)s->gi.number_entry; pglobal_info32->size_comment = s->gi.size_comment; @@ -615,21 +614,21 @@ extern int ZEXPORT unzGetGlobalInfo(unzFile file, unz_global_info* pglobal_info3 extern int ZEXPORT unzGetGlobalInfo64(unzFile file, unz_global_info64 *pglobal_info) { - unz64_s *s = NULL; + unz64_internal *s = NULL; if (file == NULL) return UNZ_PARAMERROR; - s = (unz64_s*)file; + s = (unz64_internal*)file; *pglobal_info = s->gi; return UNZ_OK; } extern int ZEXPORT unzGetGlobalComment(unzFile file, char *comment, uint16_t comment_size) { - unz64_s *s = NULL; + unz64_internal *s = NULL; uint16_t bytes_to_read = comment_size; if (file == NULL) return (int)UNZ_PARAMERROR; - s = (unz64_s*)file; + s = (unz64_internal*)file; if (bytes_to_read > s->gi.size_comment) bytes_to_read = s->gi.size_comment; @@ -652,13 +651,13 @@ extern int ZEXPORT unzGetGlobalComment(unzFile file, char *comment, uint16_t com static int unzGetCurrentFileInfoField(unzFile file, uint32_t *seek, void *field, uint16_t field_size, uint16_t size_file_field, int null_terminated_field) { - unz64_s *s = NULL; + unz64_internal *s = NULL; uint32_t bytes_to_read = 0; int err = UNZ_OK; if (file == NULL) return (int)UNZ_PARAMERROR; - s = (unz64_s*)file; + s = (unz64_internal*)file; /* Read field */ if (field != NULL) @@ -701,7 +700,7 @@ static int unzGetCurrentFileInfoInternal(unzFile file, unz_file_info64 *pfile_in unz_file_info64_internal *pfile_info_internal, char *filename, uint16_t filename_size, void *extrafield, uint16_t extrafield_size, char *comment, uint16_t comment_size) { - unz64_s *s = NULL; + unz64_internal *s = NULL; unz_file_info64 file_info; unz_file_info64_internal file_info_internal; uint32_t magic = 0; @@ -717,7 +716,7 @@ static int unzGetCurrentFileInfoInternal(unzFile file, unz_file_info64 *pfile_in if (file == NULL) return UNZ_PARAMERROR; - s = (unz64_s*)file; + s = (unz64_internal*)file; if (ZSEEK64(s->z_filefunc, s->filestream_with_CD, s->pos_in_central_dir + s->byte_before_the_zipfile, ZLIB_FILEFUNC_SEEK_SET) != 0) @@ -941,13 +940,13 @@ extern int ZEXPORT unzGetCurrentFileInfo64(unzFile file, unz_file_info64 * pfile /* Read the local header of the current zipfile. Check the coherency of the local header and info in the end of central directory about this file store in *piSizeVar the size of extra info in local header (filename and size of extra field data) */ -static int unzCheckCurrentFileCoherencyHeader(unz64_s *s, uint32_t *psize_variable, uint64_t *poffset_local_extrafield, +static int unzCheckCurrentFileCoherencyHeader(unz64_internal *s, uint32_t *psize_variable, uint64_t *poffset_local_extrafield, uint16_t *psize_local_extrafield) { uint32_t magic = 0; uint16_t value16 = 0; uint32_t value32 = 0; - uint32_t flags = 0;; + uint32_t flags = 0; uint16_t size_filename = 0; uint16_t size_extra_field = 0; uint16_t compression_method = 0; @@ -1019,8 +1018,6 @@ static int unzCheckCurrentFileCoherencyHeader(unz64_s *s, uint32_t *psize_variab err = UNZ_BADZIPFILE; if (unzReadUInt16(&s->z_filefunc, s->filestream, &size_filename) != UNZ_OK) err = UNZ_ERRNO; - else if ((err == UNZ_OK) && (size_filename != s->cur_file_info.size_filename)) - err = UNZ_BADZIPFILE; *psize_variable += size_filename; @@ -1034,13 +1031,36 @@ static int unzCheckCurrentFileCoherencyHeader(unz64_s *s, uint32_t *psize_variab return err; } +extern uint64_t ZEXPORT unzCountEntries(const unzFile file) +{ + if (file == NULL) + return 0; + + unz64_internal s = *(unz64_internal*)file; + + s.pos_in_central_dir = s.offset_central_dir; + s.num_file = 0; + while (UNZ_OK == unzGetCurrentFileInfoInternal(&s, + &s.cur_file_info, + &s.cur_file_info_internal, + NULL, 0, NULL, 0, NULL, 0)) + { + s.pos_in_central_dir += SIZECENTRALDIRITEM + + s.cur_file_info.size_filename + + s.cur_file_info.size_file_extra + + s.cur_file_info.size_file_comment; + s.num_file += 1; + } + return s.num_file; +} + /* Open for reading data the current file in the zipfile. If there is no error and the file is opened, the return value is UNZ_OK. */ extern int ZEXPORT unzOpenCurrentFile3(unzFile file, int *method, int *level, int raw, const char *password) { - unz64_s *s = NULL; + unz64_internal *s = NULL; file_in_zip64_read_info_s *pfile_in_zip_read_info = NULL; uint16_t compression_method = 0; uint64_t offset_local_extrafield = 0; @@ -1055,7 +1075,7 @@ extern int ZEXPORT unzOpenCurrentFile3(unzFile file, int *method, int *level, in #endif if (file == NULL) return UNZ_PARAMERROR; - s = (unz64_s*)file; + s = (unz64_internal*)file; if (!s->current_file_ok) return UNZ_PARAMERROR; @@ -1064,25 +1084,7 @@ extern int ZEXPORT unzOpenCurrentFile3(unzFile file, int *method, int *level, in if (unzCheckCurrentFileCoherencyHeader(s, &size_variable, &offset_local_extrafield, &size_local_extrafield) != UNZ_OK) return UNZ_BADZIPFILE; - - pfile_in_zip_read_info = (file_in_zip64_read_info_s*)ALLOC(sizeof(file_in_zip64_read_info_s)); - if (pfile_in_zip_read_info == NULL) - return UNZ_INTERNALERROR; - - pfile_in_zip_read_info->read_buffer = (uint8_t*)ALLOC(UNZ_BUFSIZE); - pfile_in_zip_read_info->offset_local_extrafield = offset_local_extrafield; - pfile_in_zip_read_info->size_local_extrafield = size_local_extrafield; - pfile_in_zip_read_info->pos_local_extrafield = 0; - pfile_in_zip_read_info->raw = raw; - - if (pfile_in_zip_read_info->read_buffer == NULL) - { - TRYFREE(pfile_in_zip_read_info); - return UNZ_INTERNALERROR; - } - - pfile_in_zip_read_info->stream_initialised = 0; - + compression_method = s->cur_file_info.compression_method; #ifdef HAVE_AES if (compression_method == AES_METHOD) @@ -1090,7 +1092,6 @@ extern int ZEXPORT unzOpenCurrentFile3(unzFile file, int *method, int *level, in compression_method = s->cur_file_info_internal.aes_compression_method; if (password == NULL) { - TRYFREE(pfile_in_zip_read_info); return UNZ_PARAMERROR; } } @@ -1116,24 +1117,52 @@ extern int ZEXPORT unzOpenCurrentFile3(unzFile file, int *method, int *level, in if (compression_method != Z_BZIP2ED) #endif { - TRYFREE(pfile_in_zip_read_info); return UNZ_BADZIPFILE; } } + + pfile_in_zip_read_info = (file_in_zip64_read_info_s*)ALLOC(sizeof(file_in_zip64_read_info_s)); + if (pfile_in_zip_read_info == NULL) + return UNZ_INTERNALERROR; - pfile_in_zip_read_info->crc32_wait = s->cur_file_info.crc; + pfile_in_zip_read_info->read_buffer = (uint8_t*)ALLOC(UNZ_BUFSIZE); + if (pfile_in_zip_read_info->read_buffer == NULL) + { + TRYFREE(pfile_in_zip_read_info); + return UNZ_INTERNALERROR; + } + + pfile_in_zip_read_info->stream_initialised = 0; + + pfile_in_zip_read_info->filestream = s->filestream; + pfile_in_zip_read_info->z_filefunc = s->z_filefunc; + + pfile_in_zip_read_info->raw = raw; pfile_in_zip_read_info->crc32 = 0; + pfile_in_zip_read_info->crc32_expected = s->cur_file_info.crc; pfile_in_zip_read_info->total_out_64 = 0; pfile_in_zip_read_info->compression_method = compression_method; - pfile_in_zip_read_info->filestream = s->filestream; - pfile_in_zip_read_info->z_filefunc = s->z_filefunc; + + pfile_in_zip_read_info->offset_local_extrafield = offset_local_extrafield; + pfile_in_zip_read_info->size_local_extrafield = size_local_extrafield; + pfile_in_zip_read_info->pos_local_extrafield = 0; + + pfile_in_zip_read_info->rest_read_compressed = s->cur_file_info.compressed_size; + pfile_in_zip_read_info->rest_read_uncompressed = s->cur_file_info.uncompressed_size; + pfile_in_zip_read_info->byte_before_the_zipfile = 0; + if (s->number_disk == s->gi.number_disk_with_CD) pfile_in_zip_read_info->byte_before_the_zipfile = s->byte_before_the_zipfile; - else - pfile_in_zip_read_info->byte_before_the_zipfile = 0; + + pfile_in_zip_read_info->pos_in_zipfile = s->cur_file_info_internal.offset_curfile + SIZEZIPLOCALHEADER + size_variable; + + pfile_in_zip_read_info->stream.zalloc = (alloc_func)0; + pfile_in_zip_read_info->stream.zfree = (free_func)0; + pfile_in_zip_read_info->stream.opaque = (voidpf)s; pfile_in_zip_read_info->stream.total_out = 0; pfile_in_zip_read_info->stream.total_in = 0; pfile_in_zip_read_info->stream.next_in = NULL; + pfile_in_zip_read_info->stream.avail_in = 0; if (!raw) { @@ -1145,12 +1174,6 @@ extern int ZEXPORT unzOpenCurrentFile3(unzFile file, int *method, int *level, in pfile_in_zip_read_info->bstream.opaque = (voidpf)0; pfile_in_zip_read_info->bstream.state = (voidpf)0; - pfile_in_zip_read_info->stream.zalloc = (alloc_func)0; - pfile_in_zip_read_info->stream.zfree = (free_func)0; - pfile_in_zip_read_info->stream.opaque = (voidpf)0; - pfile_in_zip_read_info->stream.next_in = (voidpf)0; - pfile_in_zip_read_info->stream.avail_in = 0; - err = BZ2_bzDecompressInit(&pfile_in_zip_read_info->bstream, 0, 0); if (err == Z_OK) { @@ -1167,12 +1190,6 @@ extern int ZEXPORT unzOpenCurrentFile3(unzFile file, int *method, int *level, in } else if (compression_method == Z_DEFLATED) { - pfile_in_zip_read_info->stream.zalloc = (alloc_func)0; - pfile_in_zip_read_info->stream.zfree = (free_func)0; - pfile_in_zip_read_info->stream.opaque = (voidpf)s; - pfile_in_zip_read_info->stream.next_in = 0; - pfile_in_zip_read_info->stream.avail_in = 0; - #ifdef HAVE_APPLE_COMPRESSION err = compression_stream_init(&pfile_in_zip_read_info->astream, COMPRESSION_STREAM_DECODE, COMPRESSION_ZLIB); if (err == COMPRESSION_STATUS_ERROR) @@ -1201,11 +1218,6 @@ extern int ZEXPORT unzOpenCurrentFile3(unzFile file, int *method, int *level, in } } - pfile_in_zip_read_info->rest_read_compressed = s->cur_file_info.compressed_size; - pfile_in_zip_read_info->rest_read_uncompressed = s->cur_file_info.uncompressed_size; - pfile_in_zip_read_info->pos_in_zipfile = s->cur_file_info_internal.offset_curfile + SIZEZIPLOCALHEADER + size_variable; - pfile_in_zip_read_info->stream.avail_in = 0; - s->pfile_in_zip_read = pfile_in_zip_read_info; #ifndef NOUNCRYPT @@ -1293,13 +1305,13 @@ extern int ZEXPORT unzOpenCurrentFile2(unzFile file, int *method, int *level, in return <0 with error code if there is an error (UNZ_ERRNO for IO error, or zLib error for uncompress error) */ extern int ZEXPORT unzReadCurrentFile(unzFile file, voidp buf, uint32_t len) { - unz64_s *s = NULL; + unz64_internal *s = NULL; uint32_t read = 0; int err = UNZ_OK; if (file == NULL) return UNZ_PARAMERROR; - s = (unz64_s*)file; + s = (unz64_internal*)file; if (s->pfile_in_zip_read == NULL) return UNZ_PARAMERROR; @@ -1313,19 +1325,14 @@ extern int ZEXPORT unzReadCurrentFile(unzFile file, voidp buf, uint32_t len) s->pfile_in_zip_read->stream.next_out = (uint8_t*)buf; s->pfile_in_zip_read->stream.avail_out = (uint16_t)len; - if (s->pfile_in_zip_read->raw) + if ((s->pfile_in_zip_read->compression_method == 0) || (s->pfile_in_zip_read->raw)) { if (len > s->pfile_in_zip_read->rest_read_compressed + s->pfile_in_zip_read->stream.avail_in) s->pfile_in_zip_read->stream.avail_out = (uint16_t)s->pfile_in_zip_read->rest_read_compressed + - s->pfile_in_zip_read->stream.avail_in; - } - else - { - if (len > s->pfile_in_zip_read->rest_read_uncompressed) - s->pfile_in_zip_read->stream.avail_out = (uint16_t)s->pfile_in_zip_read->rest_read_uncompressed; + s->pfile_in_zip_read->stream.avail_in; } - while (s->pfile_in_zip_read->stream.avail_out > 0) + do { if (s->pfile_in_zip_read->stream.avail_in == 0) { @@ -1333,7 +1340,6 @@ extern int ZEXPORT unzReadCurrentFile(unzFile file, voidp buf, uint32_t len) uint32_t bytes_not_read = 0; uint32_t bytes_read = 0; uint32_t total_bytes_read = 0; - uint32_t i = 0; if (s->pfile_in_zip_read->stream.next_in != NULL) bytes_not_read = (uint32_t)(s->pfile_in_zip_read->read_buffer + UNZ_BUFSIZE - @@ -1384,6 +1390,8 @@ extern int ZEXPORT unzReadCurrentFile(unzFile file, voidp buf, uint32_t len) #endif if (s->pcrc_32_tab != NULL) { + uint32_t i = 0; + for (i = 0; i < total_bytes_read; i++) s->pfile_in_zip_read->read_buffer[i] = zdecode(s->keys, s->pcrc_32_tab, s->pfile_in_zip_read->read_buffer[i]); @@ -1525,7 +1533,6 @@ extern int ZEXPORT unzReadCurrentFile(unzFile file, voidp buf, uint32_t len) #else else { - uint64_t total_out_before = 0; uint64_t total_out_after = 0; uint64_t out_bytes = 0; @@ -1563,6 +1570,7 @@ extern int ZEXPORT unzReadCurrentFile(unzFile file, voidp buf, uint32_t len) } #endif } + while (s->pfile_in_zip_read->stream.avail_out > 0); if (err == Z_OK) return read; @@ -1571,13 +1579,13 @@ extern int ZEXPORT unzReadCurrentFile(unzFile file, voidp buf, uint32_t len) extern int ZEXPORT unzGetLocalExtrafield(unzFile file, voidp buf, uint32_t len) { - unz64_s *s = NULL; + unz64_internal *s = NULL; uint64_t size_to_read = 0; uint32_t read_now = 0; if (file == NULL) return UNZ_PARAMERROR; - s = (unz64_s*)file; + s = (unz64_internal*)file; if (s->pfile_in_zip_read == NULL) return UNZ_PARAMERROR; @@ -1607,13 +1615,13 @@ extern int ZEXPORT unzGetLocalExtrafield(unzFile file, voidp buf, uint32_t len) extern int ZEXPORT unzCloseCurrentFile(unzFile file) { - unz64_s *s = NULL; + unz64_internal *s = NULL; file_in_zip64_read_info_s *pfile_in_zip_read_info = NULL; int err = UNZ_OK; if (file == NULL) return UNZ_PARAMERROR; - s = (unz64_s*)file; + s = (unz64_internal*)file; pfile_in_zip_read_info = s->pfile_in_zip_read; if (pfile_in_zip_read_info == NULL) return UNZ_PARAMERROR; @@ -1640,7 +1648,7 @@ extern int ZEXPORT unzCloseCurrentFile(unzFile file) if ((pfile_in_zip_read_info->rest_read_uncompressed == 0) && (!pfile_in_zip_read_info->raw)) { - if (pfile_in_zip_read_info->crc32 != pfile_in_zip_read_info->crc32_wait) + if (pfile_in_zip_read_info->crc32 != pfile_in_zip_read_info->crc32_expected) err = UNZ_CRCERROR; } } @@ -1673,12 +1681,15 @@ extern int ZEXPORT unzCloseCurrentFile(unzFile file) extern int ZEXPORT unzGoToFirstFile2(unzFile file, unz_file_info64 *pfile_info, char *filename, uint16_t filename_size, void *extrafield, uint16_t extrafield_size, char *comment, uint16_t comment_size) { - unz64_s *s = NULL; + unz64_internal *s = NULL; int err = UNZ_OK; if (file == NULL) return UNZ_PARAMERROR; - s = (unz64_s*)file; + s = (unz64_internal*)file; + + if (s->gi.number_entry == 0) + return UNZ_END_OF_LIST_OF_FILE; s->pos_in_central_dir = s->offset_central_dir; s->num_file = 0; @@ -1701,12 +1712,12 @@ extern int ZEXPORT unzGoToFirstFile(unzFile file) extern int ZEXPORT unzGoToNextFile2(unzFile file, unz_file_info64 *pfile_info, char *filename, uint16_t filename_size, void *extrafield, uint16_t extrafield_size, char *comment, uint16_t comment_size) { - unz64_s *s = NULL; + unz64_internal *s = NULL; int err = UNZ_OK; if (file == NULL) return UNZ_PARAMERROR; - s = (unz64_s*)file; + s = (unz64_internal*)file; if (!s->current_file_ok) return UNZ_END_OF_LIST_OF_FILE; @@ -1737,7 +1748,7 @@ extern int ZEXPORT unzGoToNextFile(unzFile file) extern int ZEXPORT unzLocateFile(unzFile file, const char *filename, unzFileNameComparer filename_compare_func) { - unz64_s *s = NULL; + unz64_internal *s = NULL; unz_file_info64 cur_file_info_saved; unz_file_info64_internal cur_file_info_internal_saved; uint64_t num_file_saved = 0; @@ -1749,7 +1760,7 @@ extern int ZEXPORT unzLocateFile(unzFile file, const char *filename, unzFileName return UNZ_PARAMERROR; if (strlen(filename) >= UNZ_MAXFILENAMEINZIP) return UNZ_PARAMERROR; - s = (unz64_s*)file; + s = (unz64_internal*)file; if (!s->current_file_ok) return UNZ_END_OF_LIST_OF_FILE; @@ -1804,11 +1815,11 @@ extern int ZEXPORT unzGoToFilePos(unzFile file, unz_file_pos *file_pos) extern int ZEXPORT unzGetFilePos64(unzFile file, unz64_file_pos *file_pos) { - unz64_s *s = NULL; + unz64_internal *s = NULL; if (file == NULL || file_pos == NULL) return UNZ_PARAMERROR; - s = (unz64_s*)file; + s = (unz64_internal*)file; if (!s->current_file_ok) return UNZ_END_OF_LIST_OF_FILE; @@ -1819,12 +1830,12 @@ extern int ZEXPORT unzGetFilePos64(unzFile file, unz64_file_pos *file_pos) extern int ZEXPORT unzGoToFilePos64(unzFile file, const unz64_file_pos *file_pos) { - unz64_s *s = NULL; + unz64_internal *s = NULL; int err = UNZ_OK; if (file == NULL || file_pos == NULL) return UNZ_PARAMERROR; - s = (unz64_s*)file; + s = (unz64_internal*)file; /* Jump to the right spot */ s->pos_in_central_dir = file_pos->pos_in_zip_directory; @@ -1849,11 +1860,11 @@ extern int32_t ZEXPORT unzGetOffset(unzFile file) extern int64_t ZEXPORT unzGetOffset64(unzFile file) { - unz64_s *s = NULL; + unz64_internal *s = NULL; if (file == NULL) return UNZ_PARAMERROR; - s = (unz64_s*)file; + s = (unz64_internal*)file; if (!s->current_file_ok) return 0; if (s->gi.number_entry != 0 && s->gi.number_entry != UINT16_MAX) @@ -1871,12 +1882,12 @@ extern int ZEXPORT unzSetOffset(unzFile file, uint32_t pos) extern int ZEXPORT unzSetOffset64(unzFile file, uint64_t pos) { - unz64_s *s = NULL; + unz64_internal *s = NULL; int err = UNZ_OK; if (file == NULL) return UNZ_PARAMERROR; - s = (unz64_s*)file; + s = (unz64_internal*)file; s->pos_in_central_dir = pos; s->num_file = s->gi.number_entry; /* hack */ @@ -1888,10 +1899,10 @@ extern int ZEXPORT unzSetOffset64(unzFile file, uint64_t pos) extern int32_t ZEXPORT unzTell(unzFile file) { - unz64_s *s = NULL; + unz64_internal *s = NULL; if (file == NULL) return UNZ_PARAMERROR; - s = (unz64_s*)file; + s = (unz64_internal*)file; if (s->pfile_in_zip_read == NULL) return UNZ_PARAMERROR; return (int32_t)s->pfile_in_zip_read->stream.total_out; @@ -1899,10 +1910,10 @@ extern int32_t ZEXPORT unzTell(unzFile file) extern int64_t ZEXPORT unzTell64(unzFile file) { - unz64_s *s = NULL; + unz64_internal *s = NULL; if (file == NULL) return UNZ_PARAMERROR; - s = (unz64_s*)file; + s = (unz64_internal*)file; if (s->pfile_in_zip_read == NULL) return UNZ_PARAMERROR; return s->pfile_in_zip_read->total_out_64; @@ -1915,7 +1926,7 @@ extern int ZEXPORT unzSeek(unzFile file, uint32_t offset, int origin) extern int ZEXPORT unzSeek64(unzFile file, uint64_t offset, int origin) { - unz64_s *s = NULL; + unz64_internal *s = NULL; uint64_t stream_pos_begin = 0; uint64_t stream_pos_end = 0; uint64_t position = 0; @@ -1923,7 +1934,7 @@ extern int ZEXPORT unzSeek64(unzFile file, uint64_t offset, int origin) if (file == NULL) return UNZ_PARAMERROR; - s = (unz64_s*)file; + s = (unz64_internal*)file; if (s->pfile_in_zip_read == NULL) return UNZ_ERRNO; @@ -1978,10 +1989,10 @@ extern int ZEXPORT unzSeek64(unzFile file, uint64_t offset, int origin) extern int ZEXPORT unzEndOfFile(unzFile file) { - unz64_s *s = NULL; + unz64_internal *s = NULL; if (file == NULL) return UNZ_PARAMERROR; - s = (unz64_s*)file; + s = (unz64_internal*)file; if (s->pfile_in_zip_read == NULL) return UNZ_PARAMERROR; if (s->pfile_in_zip_read->rest_read_uncompressed == 0) diff --git a/Pods/SSZipArchive/SSZipArchive/minizip/unzip.h b/Pods/SSZipArchive/SSZipArchive/minizip/unzip.h index 462dce2a..62f668b3 100644 --- a/Pods/SSZipArchive/SSZipArchive/minizip/unzip.h +++ b/Pods/SSZipArchive/SSZipArchive/minizip/unzip.h @@ -1,14 +1,16 @@ /* unzip.h -- IO for uncompress .zip files using zlib - Version 1.1, February 14h, 2010 + Version 1.2.0, September 16th, 2017 part of the MiniZip project + Copyright (C) 2012-2017 Nathan Moinvaziri + https://github.com/nmoinvaz/minizip + Copyright (C) 2009-2010 Mathias Svensson + Modifications for Zip64 support on both zip and unzip + http://result42.com + Copyright (C) 2007-2008 Even Rouault + Modifications of Unzip for Zip64 Copyright (C) 1998-2010 Gilles Vollant http://www.winimage.com/zLibDll/minizip.html - Modifications of Unzip for Zip64 - Copyright (C) 2007-2008 Even Rouault - Modifications for Zip64 support on both zip and unzip - Copyright (C) 2009-2010 Mathias Svensson - http://result42.com This program is distributed under the terms of the same license as zlib. See the accompanying LICENSE file for the full text of the license. @@ -98,6 +100,8 @@ extern int ZEXPORT unzGetGlobalComment(unzFile file, char *comment, uint16_t com uSizeBuf is the size of the szComment buffer. return the number of byte copied or an error code <0 */ +extern uint64_t ZEXPORT unzCountEntries(const unzFile file); + /***************************************************************************/ /* Reading the content of the current zipfile, you can open it, read data from it, and close it (you can close it before reading all the file) */ diff --git a/Pods/SSZipArchive/SSZipArchive/minizip/zip.c b/Pods/SSZipArchive/SSZipArchive/minizip/zip.c index dbb2265c..b24416d3 100755 --- a/Pods/SSZipArchive/SSZipArchive/minizip/zip.c +++ b/Pods/SSZipArchive/SSZipArchive/minizip/zip.c @@ -1,1984 +1,2022 @@ -/* zip.c -- IO on .zip files using zlib - Version 1.1, February 14h, 2010 - part of the MiniZip project - - Copyright (C) 1998-2010 Gilles Vollant - http://www.winimage.com/zLibDll/minizip.html - Modifications for Zip64 support - Copyright (C) 2009-2010 Mathias Svensson - http://result42.com - Modifications for AES, PKWARE disk spanning - Copyright (C) 2010-2014 Nathan Moinvaziri - - This program is distributed under the terms of the same license as zlib. - See the accompanying LICENSE file for the full text of the license. -*/ - -#include -#include -#include -#include -#include - -#include "zlib.h" -#include "zip.h" - -#ifdef HAVE_AES -# define AES_METHOD (99) -# define AES_PWVERIFYSIZE (2) -# define AES_AUTHCODESIZE (10) -# define AES_MAXSALTLENGTH (16) -# define AES_VERSION (0x0001) -# define AES_ENCRYPTIONMODE (0x03) - -# include "aes/aes.h" -# include "aes/fileenc.h" -# include "aes/prng.h" -#endif -#ifdef HAVE_APPLE_COMPRESSION -# include -#endif - -#ifndef NOCRYPT -# include "crypt.h" -#endif - -#define SIZEDATA_INDATABLOCK (4096-(4*4)) - -#define DISKHEADERMAGIC (0x08074b50) -#define LOCALHEADERMAGIC (0x04034b50) -#define CENTRALHEADERMAGIC (0x02014b50) -#define ENDHEADERMAGIC (0x06054b50) -#define ZIP64ENDHEADERMAGIC (0x06064b50) -#define ZIP64ENDLOCHEADERMAGIC (0x07064b50) -#define DATADESCRIPTORMAGIC (0x08074b50) - -#define FLAG_LOCALHEADER_OFFSET (0x06) -#define CRC_LOCALHEADER_OFFSET (0x0e) - -#define SIZECENTRALHEADER (0x2e) /* 46 */ -#define SIZECENTRALHEADERLOCATOR (0x14) /* 20 */ -#define SIZECENTRALDIRITEM (0x2e) -#define SIZEZIPLOCALHEADER (0x1e) - -#ifndef BUFREADCOMMENT -# define BUFREADCOMMENT (0x400) -#endif -#ifndef VERSIONMADEBY -# define VERSIONMADEBY (0x0) /* platform dependent */ -#endif - -#ifndef Z_BUFSIZE -# define Z_BUFSIZE (UINT16_MAX) -#endif - -#ifndef ALLOC -# define ALLOC(size) (malloc(size)) -#endif -#ifndef TRYFREE -# define TRYFREE(p) {if (p) free(p);} -#endif - -/* NOT sure that this work on ALL platform */ -#define MAKEULONG64(a, b) ((uint64_t)(((unsigned long)(a)) | ((uint64_t)((unsigned long)(b))) << 32)) - -#ifndef DEF_MEM_LEVEL -# if MAX_MEM_LEVEL >= 8 -# define DEF_MEM_LEVEL 8 -# else -# define DEF_MEM_LEVEL MAX_MEM_LEVEL -# endif -#endif - -const char zip_copyright[] = " zip 1.01 Copyright 1998-2004 Gilles Vollant - http://www.winimage.com/zLibDll"; - -typedef struct linkedlist_datablock_internal_s -{ - struct linkedlist_datablock_internal_s *next_datablock; - uint32_t avail_in_this_block; - uint32_t filled_in_this_block; - uint32_t unused; /* for future use and alignment */ - uint8_t data[SIZEDATA_INDATABLOCK]; -} linkedlist_datablock_internal; - -typedef struct linkedlist_data_s -{ - linkedlist_datablock_internal *first_block; - linkedlist_datablock_internal *last_block; -} linkedlist_data; - -typedef struct -{ - z_stream stream; /* zLib stream structure for inflate */ -#ifdef HAVE_BZIP2 - bz_stream bstream; /* bzLib stream structure for bziped */ -#endif -#ifdef HAVE_APPLE_COMPRESSION - compression_stream astream; /* libcompression stream structure */ -#endif -#ifdef HAVE_AES - fcrypt_ctx aes_ctx; - prng_ctx aes_rng[1]; -#endif - int stream_initialised; /* 1 is stream is initialized */ - uint32_t pos_in_buffered_data; /* last written byte in buffered_data */ - - uint64_t pos_local_header; /* offset of the local header of the file currently writing */ - char *central_header; /* central header data for the current file */ - uint16_t size_centralextra; - uint16_t size_centralheader; /* size of the central header for cur file */ - uint16_t size_centralextrafree; /* Extra bytes allocated to the central header but that are not used */ - uint16_t size_comment; - uint16_t flag; /* flag of the file currently writing */ - - uint16_t method; /* compression method written to file.*/ - uint16_t compression_method; /* compression method to use */ - int raw; /* 1 for directly writing raw data */ - uint8_t buffered_data[Z_BUFSIZE]; /* buffer contain compressed data to be writ*/ - uint32_t dos_date; - uint32_t crc32; - int zip64; /* add ZIP64 extended information in the extra field */ - uint32_t number_disk; /* number of current disk used for spanning ZIP */ - uint64_t total_compressed; - uint64_t total_uncompressed; -#ifndef NOCRYPT - uint32_t keys[3]; /* keys defining the pseudo-random sequence */ - const z_crc_t *pcrc_32_tab; -#endif -} curfile64_info; - -typedef struct -{ - zlib_filefunc64_32_def z_filefunc; - voidpf filestream; /* io structure of the zipfile */ - voidpf filestream_with_CD; /* io structure of the zipfile with the central dir */ - linkedlist_data central_dir; /* datablock with central dir in construction*/ - int in_opened_file_inzip; /* 1 if a file in the zip is currently writ.*/ - int append; /* append mode */ - curfile64_info ci; /* info on the file currently writing */ - - uint64_t add_position_when_writting_offset; - uint64_t number_entry; - uint64_t disk_size; /* size of each disk */ - uint32_t number_disk; /* number of the current disk, used for spanning ZIP */ - uint32_t number_disk_with_CD; /* number the the disk with central dir, used for spanning ZIP */ -#ifndef NO_ADDFILEINEXISTINGZIP - char *globalcomment; -#endif -} zip64_internal; - -/* Allocate a new data block */ -static linkedlist_datablock_internal *allocate_new_datablock(void) -{ - linkedlist_datablock_internal *ldi = NULL; - - ldi = (linkedlist_datablock_internal*)ALLOC(sizeof(linkedlist_datablock_internal)); - - if (ldi != NULL) - { - ldi->next_datablock = NULL; - ldi->filled_in_this_block = 0; - ldi->avail_in_this_block = SIZEDATA_INDATABLOCK; - } - return ldi; -} - -/* Free data block in linked list */ -static void free_datablock(linkedlist_datablock_internal *ldi) -{ - while (ldi != NULL) - { - linkedlist_datablock_internal *ldinext = ldi->next_datablock; - TRYFREE(ldi); - ldi = ldinext; - } -} - -/* Initialize linked list */ -static void init_linkedlist(linkedlist_data *ll) -{ - ll->first_block = ll->last_block = NULL; -} - -/* Free entire linked list and all data blocks */ -static void free_linkedlist(linkedlist_data *ll) -{ - free_datablock(ll->first_block); - ll->first_block = ll->last_block = NULL; -} - -/* Add data to linked list data block */ -static int add_data_in_datablock(linkedlist_data *ll, const void *buf, uint32_t len) -{ - linkedlist_datablock_internal *ldi = NULL; - const unsigned char *from_copy = NULL; - - if (ll == NULL) - return ZIP_INTERNALERROR; - - if (ll->last_block == NULL) - { - ll->first_block = ll->last_block = allocate_new_datablock(); - if (ll->first_block == NULL) - return ZIP_INTERNALERROR; - } - - ldi = ll->last_block; - from_copy = (unsigned char*)buf; - - while (len > 0) - { - uint32_t copy_this = 0; - uint32_t i = 0; - unsigned char *to_copy = NULL; - - if (ldi->avail_in_this_block == 0) - { - ldi->next_datablock = allocate_new_datablock(); - if (ldi->next_datablock == NULL) - return ZIP_INTERNALERROR; - ldi = ldi->next_datablock ; - ll->last_block = ldi; - } - - if (ldi->avail_in_this_block < len) - copy_this = ldi->avail_in_this_block; - else - copy_this = len; - - to_copy = &(ldi->data[ldi->filled_in_this_block]); - - for (i = 0; i < copy_this; i++) - *(to_copy+i) = *(from_copy+i); - - ldi->filled_in_this_block += copy_this; - ldi->avail_in_this_block -= copy_this; - from_copy += copy_this; - len -= copy_this; - } - return ZIP_OK; -} - -/* Inputs a long in LSB order to the given file: nbByte == 1, 2 ,4 or 8 (byte, short or long, uint64_t) */ -static int zipWriteValue(const zlib_filefunc64_32_def *pzlib_filefunc_def, voidpf filestream, - uint64_t x, uint32_t len) -{ - unsigned char buf[8]; - uint32_t n = 0; - - for (n = 0; n < len; n++) - { - buf[n] = (unsigned char)(x & 0xff); - x >>= 8; - } - - if (x != 0) - { - /* Data overflow - hack for ZIP64 (X Roche) */ - for (n = 0; n < len; n++) - { - buf[n] = 0xff; - } - } - - if (ZWRITE64(*pzlib_filefunc_def, filestream, buf, len) != len) - return ZIP_ERRNO; - - return ZIP_OK; -} - -static void zipWriteValueToMemory(void* dest, uint64_t x, uint32_t len) -{ - unsigned char *buf = (unsigned char*)dest; - uint32_t n = 0; - - for (n = 0; n < len; n++) - { - buf[n] = (unsigned char)(x & 0xff); - x >>= 8; - } - - if (x != 0) - { - /* data overflow - hack for ZIP64 */ - for (n = 0; n < len; n++) - { - buf[n] = 0xff; - } - } -} - -static void zipWriteValueToMemoryAndMove(unsigned char **dest_ptr, uint64_t x, uint32_t len) -{ - zipWriteValueToMemory(*dest_ptr, x, len); - *dest_ptr += len; -} - -static int zipReadUInt8(const zlib_filefunc64_32_def *pzlib_filefunc_def, voidpf filestream, uint8_t *value) -{ - uint8_t c = 0; - if (ZREAD64(*pzlib_filefunc_def, filestream, &c, 1) == 1) - { - *value = (uint8_t)c; - return ZIP_OK; - } - if (ZERROR64(*pzlib_filefunc_def, filestream)) - return ZIP_ERRNO; - return ZIP_EOF; -} - -static int zipReadUInt16(const zlib_filefunc64_32_def *pzlib_filefunc_def, voidpf filestream, uint16_t *value) -{ - uint16_t x = 0; - uint8_t c = 0; - int err = ZIP_OK; - - err = zipReadUInt8(pzlib_filefunc_def, filestream, &c); - x = (uint16_t)c; - if (err == ZIP_OK) - err = zipReadUInt8(pzlib_filefunc_def, filestream, &c); - x += ((uint16_t)c) << 8; - - if (err == ZIP_OK) - *value = x; - else - *value = 0; - return err; -} - -static int zipReadUInt32(const zlib_filefunc64_32_def *pzlib_filefunc_def, voidpf filestream, uint32_t *value) -{ - uint32_t x = 0; - uint8_t c = 0; - int err = ZIP_OK; - - err = zipReadUInt8(pzlib_filefunc_def, filestream, &c); - x = (uint32_t)c; - if (err == ZIP_OK) - err = zipReadUInt8(pzlib_filefunc_def, filestream, &c); - x += ((uint32_t)c) << 8; - if (err == ZIP_OK) - err = zipReadUInt8(pzlib_filefunc_def, filestream, &c); - x += ((uint32_t)c) << 16; - if (err == ZIP_OK) - err = zipReadUInt8(pzlib_filefunc_def, filestream, &c); - x += ((uint32_t)c) << 24; - - if (err == ZIP_OK) - *value = x; - else - *value = 0; - return err; -} - -static int zipReadUInt64(const zlib_filefunc64_32_def *pzlib_filefunc_def, voidpf filestream, uint64_t *value) -{ - uint64_t x = 0; - uint8_t c = 0; - int err = ZIP_OK; - - err = zipReadUInt8(pzlib_filefunc_def, filestream, &c); - x = (uint64_t)c; - if (err == ZIP_OK) - err = zipReadUInt8(pzlib_filefunc_def, filestream, &c); - x += ((uint64_t)c) << 8; - if (err == ZIP_OK) - err = zipReadUInt8(pzlib_filefunc_def, filestream, &c); - x += ((uint64_t)c) << 16; - if (err == ZIP_OK) - err = zipReadUInt8(pzlib_filefunc_def, filestream, &c); - x += ((uint64_t)c) << 24; - if (err == ZIP_OK) - err = zipReadUInt8(pzlib_filefunc_def, filestream, &c); - x += ((uint64_t)c) << 32; - if (err == ZIP_OK) - err = zipReadUInt8(pzlib_filefunc_def, filestream, &c); - x += ((uint64_t)c) << 40; - if (err == ZIP_OK) - err = zipReadUInt8(pzlib_filefunc_def, filestream, &c); - x += ((uint64_t)c) << 48; - if (err == ZIP_OK) - err = zipReadUInt8(pzlib_filefunc_def, filestream, &c); - x += ((uint64_t)c) << 56; - - if (err == ZIP_OK) - *value = x; - else - *value = 0; - - return err; -} - -/* Gets the amount of bytes left to write to the current disk for spanning archives */ -static void zipGetDiskSizeAvailable(zipFile file, uint64_t *size_available) -{ - zip64_internal *zi = NULL; - uint64_t current_disk_size = 0; - - zi = (zip64_internal*)file; - ZSEEK64(zi->z_filefunc, zi->filestream, 0, ZLIB_FILEFUNC_SEEK_END); - current_disk_size = ZTELL64(zi->z_filefunc, zi->filestream); - *size_available = zi->disk_size - current_disk_size; -} - -/* Goes to a specific disk number for spanning archives */ -static int zipGoToSpecificDisk(zipFile file, uint32_t number_disk, int open_existing) -{ - zip64_internal *zi = NULL; - int err = ZIP_OK; - - zi = (zip64_internal*)file; - if (zi->disk_size == 0) - return err; - - if ((zi->filestream != NULL) && (zi->filestream != zi->filestream_with_CD)) - ZCLOSE64(zi->z_filefunc, zi->filestream); - - zi->filestream = ZOPENDISK64(zi->z_filefunc, zi->filestream_with_CD, number_disk, (open_existing == 1) ? - (ZLIB_FILEFUNC_MODE_READ | ZLIB_FILEFUNC_MODE_WRITE | ZLIB_FILEFUNC_MODE_EXISTING) : - (ZLIB_FILEFUNC_MODE_READ | ZLIB_FILEFUNC_MODE_WRITE | ZLIB_FILEFUNC_MODE_CREATE)); - - if (zi->filestream == NULL) - err = ZIP_ERRNO; - - return err; -} - -/* Goes to the first disk in a spanned archive */ -static int zipGoToFirstDisk(zipFile file) -{ - zip64_internal *zi = NULL; - uint32_t number_disk_next = 0; - int err = ZIP_OK; - - zi = (zip64_internal*)file; - - if (zi->disk_size == 0) - return err; - number_disk_next = 0; - if (zi->number_disk_with_CD > 0) - number_disk_next = zi->number_disk_with_CD - 1; - err = zipGoToSpecificDisk(file, number_disk_next, (zi->append == APPEND_STATUS_ADDINZIP)); - if ((err == ZIP_ERRNO) && (zi->append == APPEND_STATUS_ADDINZIP)) - err = zipGoToSpecificDisk(file, number_disk_next, 0); - if (err == ZIP_OK) - zi->number_disk = number_disk_next; - ZSEEK64(zi->z_filefunc, zi->filestream, 0, ZLIB_FILEFUNC_SEEK_END); - return err; -} - -/* Goes to the next disk in a spanned archive */ -static int zipGoToNextDisk(zipFile file) -{ - zip64_internal *zi = NULL; - uint64_t size_available_in_disk = 0; - uint32_t number_disk_next = 0; - int err = ZIP_OK; - - zi = (zip64_internal*)file; - if (zi->disk_size == 0) - return err; - - number_disk_next = zi->number_disk + 1; - - do - { - err = zipGoToSpecificDisk(file, number_disk_next, (zi->append == APPEND_STATUS_ADDINZIP)); - if ((err == ZIP_ERRNO) && (zi->append == APPEND_STATUS_ADDINZIP)) - err = zipGoToSpecificDisk(file, number_disk_next, 0); - if (err != ZIP_OK) - break; - zipGetDiskSizeAvailable(file, &size_available_in_disk); - zi->number_disk = number_disk_next; - zi->number_disk_with_CD = zi->number_disk + 1; - - number_disk_next += 1; - } - while (size_available_in_disk <= 0); - - return err; -} - -/* Locate the Central directory of a zipfile (at the end, just before the global comment) */ -static uint64_t zipSearchCentralDir(const zlib_filefunc64_32_def *pzlib_filefunc_def, voidpf filestream) -{ - unsigned char *buf = NULL; - uint64_t file_size = 0; - uint64_t back_read = 4; - uint64_t max_back = UINT16_MAX; /* maximum size of global comment */ - uint64_t pos_found = 0; - uint32_t read_size = 0; - uint64_t read_pos = 0; - uint32_t i = 0; - - buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); - if (buf == NULL) - return 0; - - if (ZSEEK64(*pzlib_filefunc_def, filestream, 0, ZLIB_FILEFUNC_SEEK_END) != 0) - { - TRYFREE(buf); - return 0; - } - - file_size = ZTELL64(*pzlib_filefunc_def, filestream); - - if (max_back > file_size) - max_back = file_size; - - while (back_read < max_back) - { - if (back_read + BUFREADCOMMENT > max_back) - back_read = max_back; - else - back_read += BUFREADCOMMENT; - - read_pos = file_size-back_read; - read_size = ((BUFREADCOMMENT+4) < (file_size - read_pos)) ? - (BUFREADCOMMENT+4) : (uint32_t)(file_size - read_pos); - - if (ZSEEK64(*pzlib_filefunc_def, filestream, read_pos, ZLIB_FILEFUNC_SEEK_SET) != 0) - break; - if (ZREAD64(*pzlib_filefunc_def, filestream, buf, read_size) != read_size) - break; - - for (i = read_size-3; (i--) > 0;) - if ((*(buf+i)) == (ENDHEADERMAGIC & 0xff) && - (*(buf+i+1)) == (ENDHEADERMAGIC >> 8 & 0xff) && - (*(buf+i+2)) == (ENDHEADERMAGIC >> 16 & 0xff) && - (*(buf+i+3)) == (ENDHEADERMAGIC >> 24 & 0xff)) - { - pos_found = read_pos+i; - break; - } - - if (pos_found != 0) - break; - } - TRYFREE(buf); - return pos_found; -} - -/* Locate the Central directory 64 of a zipfile (at the end, just before the global comment) */ -static uint64_t zipSearchCentralDir64(const zlib_filefunc64_32_def *pzlib_filefunc_def, voidpf filestream, - const uint64_t endcentraloffset) -{ - uint64_t offset = 0; - uint32_t value32 = 0; - - /* Zip64 end of central directory locator */ - if (ZSEEK64(*pzlib_filefunc_def, filestream, endcentraloffset - SIZECENTRALHEADERLOCATOR, ZLIB_FILEFUNC_SEEK_SET) != 0) - return 0; - - /* Read locator signature */ - if (zipReadUInt32(pzlib_filefunc_def, filestream, &value32) != ZIP_OK) - return 0; - if (value32 != ZIP64ENDLOCHEADERMAGIC) - return 0; - /* Number of the disk with the start of the zip64 end of central directory */ - if (zipReadUInt32(pzlib_filefunc_def, filestream, &value32) != ZIP_OK) - return 0; - /* Relative offset of the zip64 end of central directory record */ - if (zipReadUInt64(pzlib_filefunc_def, filestream, &offset) != ZIP_OK) - return 0; - /* Total number of disks */ - if (zipReadUInt32(pzlib_filefunc_def, filestream, &value32) != ZIP_OK) - return 0; - /* Goto end of central directory record */ - if (ZSEEK64(*pzlib_filefunc_def,filestream, offset, ZLIB_FILEFUNC_SEEK_SET) != 0) - return 0; - /* The signature */ - if (zipReadUInt32(pzlib_filefunc_def, filestream, &value32) != ZIP_OK) - return 0; - if (value32 != ZIP64ENDHEADERMAGIC) - return 0; - - return offset; -} - -extern zipFile ZEXPORT zipOpen4(const void *path, int append, uint64_t disk_size, const char **globalcomment, - zlib_filefunc64_32_def *pzlib_filefunc64_32_def) -{ - zip64_internal ziinit; - zip64_internal *zi = NULL; -#ifndef NO_ADDFILEINEXISTINGZIP - uint64_t byte_before_the_zipfile = 0; /* byte before the zipfile, (>0 for sfx)*/ - uint64_t size_central_dir = 0; /* size of the central directory */ - uint64_t offset_central_dir = 0; /* offset of start of central directory */ - uint64_t number_entry_CD = 0; /* total number of entries in the central dir */ - uint64_t number_entry = 0; - uint64_t central_pos = 0; - uint64_t size_central_dir_to_read = 0; - uint16_t value16 = 0; - uint32_t value32 = 0; - uint16_t size_comment = 0; - size_t buf_size = SIZEDATA_INDATABLOCK; - void *buf_read = NULL; -#endif - int err = ZIP_OK; - int mode = 0; - - ziinit.z_filefunc.zseek32_file = NULL; - ziinit.z_filefunc.ztell32_file = NULL; - - if (pzlib_filefunc64_32_def == NULL) - fill_fopen64_filefunc(&ziinit.z_filefunc.zfile_func64); - else - ziinit.z_filefunc = *pzlib_filefunc64_32_def; - - if (append == APPEND_STATUS_CREATE) - mode = (ZLIB_FILEFUNC_MODE_READ | ZLIB_FILEFUNC_MODE_WRITE | ZLIB_FILEFUNC_MODE_CREATE); - else - mode = (ZLIB_FILEFUNC_MODE_READ | ZLIB_FILEFUNC_MODE_WRITE | ZLIB_FILEFUNC_MODE_EXISTING); - - ziinit.filestream = ZOPEN64(ziinit.z_filefunc, path, mode); - if (ziinit.filestream == NULL) - return NULL; - - if (append == APPEND_STATUS_CREATEAFTER) - { - /* Don't support spanning ZIP with APPEND_STATUS_CREATEAFTER */ - if (disk_size > 0) - return NULL; - - ZSEEK64(ziinit.z_filefunc,ziinit.filestream,0,SEEK_END); - } - - ziinit.filestream_with_CD = ziinit.filestream; - ziinit.append = append; - ziinit.number_disk = 0; - ziinit.number_disk_with_CD = 0; - ziinit.disk_size = disk_size; - ziinit.in_opened_file_inzip = 0; - ziinit.ci.stream_initialised = 0; - ziinit.number_entry = 0; - ziinit.add_position_when_writting_offset = 0; - init_linkedlist(&(ziinit.central_dir)); - - zi = (zip64_internal*)ALLOC(sizeof(zip64_internal)); - if (zi == NULL) - { - ZCLOSE64(ziinit.z_filefunc,ziinit.filestream); - return NULL; - } - -#ifndef NO_ADDFILEINEXISTINGZIP - /* Add file in a zipfile */ - ziinit.globalcomment = NULL; - if (append == APPEND_STATUS_ADDINZIP) - { - /* Read and Cache Central Directory Records */ - central_pos = zipSearchCentralDir(&ziinit.z_filefunc,ziinit.filestream); - /* Disable to allow appending to empty ZIP archive (must be standard zip, not zip64) - if (central_pos == 0) - err = ZIP_ERRNO; - */ - - if (err == ZIP_OK) - { - /* Read end of central directory info */ - if (ZSEEK64(ziinit.z_filefunc, ziinit.filestream, central_pos,ZLIB_FILEFUNC_SEEK_SET) != 0) - err = ZIP_ERRNO; - - /* The signature, already checked */ - if (zipReadUInt32(&ziinit.z_filefunc, ziinit.filestream, &value32) != ZIP_OK) - err = ZIP_ERRNO; - /* Number of this disk */ - if (zipReadUInt16(&ziinit.z_filefunc, ziinit.filestream, &value16) != ZIP_OK) - err = ZIP_ERRNO; - ziinit.number_disk = value16; - /* Number of the disk with the start of the central directory */ - if (zipReadUInt16(&ziinit.z_filefunc, ziinit.filestream, &value16) != ZIP_OK) - err = ZIP_ERRNO; - ziinit.number_disk_with_CD = value16; - /* Total number of entries in the central dir on this disk */ - number_entry = 0; - if (zipReadUInt16(&ziinit.z_filefunc, ziinit.filestream, &value16) != ZIP_OK) - err = ZIP_ERRNO; - else - number_entry = value16; - /* Total number of entries in the central dir */ - number_entry_CD = 0; - if (zipReadUInt16(&ziinit.z_filefunc, ziinit.filestream, &value16) != ZIP_OK) - err = ZIP_ERRNO; - else - number_entry_CD = value16; - if (number_entry_CD!=number_entry) - err = ZIP_BADZIPFILE; - /* Size of the central directory */ - size_central_dir = 0; - if (zipReadUInt32(&ziinit.z_filefunc, ziinit.filestream, &value32) != ZIP_OK) - err = ZIP_ERRNO; - else - size_central_dir = value32; - /* Offset of start of central directory with respect to the starting disk number */ - offset_central_dir = 0; - if (zipReadUInt32(&ziinit.z_filefunc, ziinit.filestream, &value32) != ZIP_OK) - err = ZIP_ERRNO; - else - offset_central_dir = value32; - /* Zipfile global comment length */ - if (zipReadUInt16(&ziinit.z_filefunc, ziinit.filestream, &size_comment) != ZIP_OK) - err = ZIP_ERRNO; - - if ((err == ZIP_OK) && ((number_entry_CD == UINT16_MAX) || (offset_central_dir == UINT32_MAX))) - { - /* Format should be Zip64, as the central directory or file size is too large */ - central_pos = zipSearchCentralDir64(&ziinit.z_filefunc, ziinit.filestream, central_pos); - - if (central_pos) - { - uint64_t sizeEndOfCentralDirectory; - - if (ZSEEK64(ziinit.z_filefunc, ziinit.filestream, central_pos, ZLIB_FILEFUNC_SEEK_SET) != 0) - err = ZIP_ERRNO; - - /* The signature, already checked */ - if (zipReadUInt32(&ziinit.z_filefunc, ziinit.filestream, &value32) != ZIP_OK) - err = ZIP_ERRNO; - /* Size of zip64 end of central directory record */ - if (zipReadUInt64(&ziinit.z_filefunc, ziinit.filestream, &sizeEndOfCentralDirectory) != ZIP_OK) - err = ZIP_ERRNO; - /* Version made by */ - if (zipReadUInt16(&ziinit.z_filefunc, ziinit.filestream, &value16) != ZIP_OK) - err = ZIP_ERRNO; - /* Version needed to extract */ - if (zipReadUInt16(&ziinit.z_filefunc, ziinit.filestream, &value16) != ZIP_OK) - err = ZIP_ERRNO; - /* Number of this disk */ - if (zipReadUInt32(&ziinit.z_filefunc, ziinit.filestream, &ziinit.number_disk) != ZIP_OK) - err = ZIP_ERRNO; - /* Number of the disk with the start of the central directory */ - if (zipReadUInt32(&ziinit.z_filefunc, ziinit.filestream, &ziinit.number_disk_with_CD) != ZIP_OK) - err = ZIP_ERRNO; - /* Total number of entries in the central directory on this disk */ - if (zipReadUInt64(&ziinit.z_filefunc, ziinit.filestream, &number_entry) != ZIP_OK) - err = ZIP_ERRNO; - /* Total number of entries in the central directory */ - if (zipReadUInt64(&ziinit.z_filefunc, ziinit.filestream, &number_entry_CD) != ZIP_OK) - err = ZIP_ERRNO; - if (number_entry_CD!=number_entry) - err = ZIP_BADZIPFILE; - /* Size of the central directory */ - if (zipReadUInt64(&ziinit.z_filefunc, ziinit.filestream, &size_central_dir) != ZIP_OK) - err = ZIP_ERRNO; - /* Offset of start of central directory with respect to the starting disk number */ - if (zipReadUInt64(&ziinit.z_filefunc, ziinit.filestream, &offset_central_dir) != ZIP_OK) - err = ZIP_ERRNO; - } - else - err = ZIP_BADZIPFILE; - } - } - - if ((err == ZIP_OK) && (central_pos < offset_central_dir + size_central_dir)) - err = ZIP_BADZIPFILE; - - if ((err == ZIP_OK) && (size_comment > 0)) - { - ziinit.globalcomment = (char*)ALLOC(size_comment+1); - if (ziinit.globalcomment) - { - if (ZREAD64(ziinit.z_filefunc, ziinit.filestream, ziinit.globalcomment, size_comment) != size_comment) - err = ZIP_ERRNO; - else - ziinit.globalcomment[size_comment] = 0; - } - } - - if (err != ZIP_OK) - { - ZCLOSE64(ziinit.z_filefunc, ziinit.filestream); - TRYFREE(ziinit.globalcomment); - TRYFREE(zi); - return NULL; - } - - byte_before_the_zipfile = central_pos - (offset_central_dir+size_central_dir); - ziinit.add_position_when_writting_offset = byte_before_the_zipfile; - - /* Store central directory in memory */ - size_central_dir_to_read = size_central_dir; - buf_size = SIZEDATA_INDATABLOCK; - buf_read = (void*)ALLOC(buf_size); - - if (ZSEEK64(ziinit.z_filefunc, ziinit.filestream, - offset_central_dir + byte_before_the_zipfile, ZLIB_FILEFUNC_SEEK_SET) != 0) - err = ZIP_ERRNO; - - while ((size_central_dir_to_read > 0) && (err == ZIP_OK)) - { - uint64_t read_this = SIZEDATA_INDATABLOCK; - if (read_this > size_central_dir_to_read) - read_this = size_central_dir_to_read; - - if (ZREAD64(ziinit.z_filefunc, ziinit.filestream, buf_read, (uint32_t)read_this) != read_this) - err = ZIP_ERRNO; - - if (err == ZIP_OK) - err = add_data_in_datablock(&ziinit.central_dir, buf_read, (uint32_t)read_this); - - size_central_dir_to_read -= read_this; - } - TRYFREE(buf_read); - - ziinit.number_entry = number_entry_CD; - - if (ZSEEK64(ziinit.z_filefunc, ziinit.filestream, - offset_central_dir+byte_before_the_zipfile, ZLIB_FILEFUNC_SEEK_SET) != 0) - err = ZIP_ERRNO; - } - - if (globalcomment) - *globalcomment = ziinit.globalcomment; -#endif - - if (err != ZIP_OK) - { -#ifndef NO_ADDFILEINEXISTINGZIP - TRYFREE(ziinit.globalcomment); -#endif - TRYFREE(zi); - return NULL; - } - - *zi = ziinit; - zipGoToFirstDisk((zipFile)zi); - return(zipFile)zi; -} - -extern zipFile ZEXPORT zipOpen2(const char *path, int append, const char **globalcomment, - zlib_filefunc_def *pzlib_filefunc32_def) -{ - if (pzlib_filefunc32_def != NULL) - { - zlib_filefunc64_32_def zlib_filefunc64_32_def_fill; - fill_zlib_filefunc64_32_def_from_filefunc32(&zlib_filefunc64_32_def_fill,pzlib_filefunc32_def); - return zipOpen4(path, append, 0, globalcomment, &zlib_filefunc64_32_def_fill); - } - return zipOpen4(path, append, 0, globalcomment, NULL); -} - -extern zipFile ZEXPORT zipOpen2_64(const void *path, int append, const char **globalcomment, - zlib_filefunc64_def *pzlib_filefunc_def) -{ - if (pzlib_filefunc_def != NULL) - { - zlib_filefunc64_32_def zlib_filefunc64_32_def_fill; - zlib_filefunc64_32_def_fill.zfile_func64 = *pzlib_filefunc_def; - zlib_filefunc64_32_def_fill.ztell32_file = NULL; - zlib_filefunc64_32_def_fill.zseek32_file = NULL; - return zipOpen4(path, append, 0, globalcomment, &zlib_filefunc64_32_def_fill); - } - return zipOpen4(path, append, 0, globalcomment, NULL); -} - -extern zipFile ZEXPORT zipOpen3(const char *path, int append, uint64_t disk_size, const char **globalcomment, - zlib_filefunc_def *pzlib_filefunc32_def) -{ - if (pzlib_filefunc32_def != NULL) - { - zlib_filefunc64_32_def zlib_filefunc64_32_def_fill; - fill_zlib_filefunc64_32_def_from_filefunc32(&zlib_filefunc64_32_def_fill,pzlib_filefunc32_def); - return zipOpen4(path, append, disk_size, globalcomment, &zlib_filefunc64_32_def_fill); - } - return zipOpen4(path, append, disk_size, globalcomment, NULL); -} - -extern zipFile ZEXPORT zipOpen3_64(const void *path, int append, uint64_t disk_size, const char **globalcomment, - zlib_filefunc64_def *pzlib_filefunc_def) -{ - if (pzlib_filefunc_def != NULL) - { - zlib_filefunc64_32_def zlib_filefunc64_32_def_fill; - zlib_filefunc64_32_def_fill.zfile_func64 = *pzlib_filefunc_def; - zlib_filefunc64_32_def_fill.ztell32_file = NULL; - zlib_filefunc64_32_def_fill.zseek32_file = NULL; - return zipOpen4(path, append, disk_size, globalcomment, &zlib_filefunc64_32_def_fill); - } - return zipOpen4(path, append, disk_size, globalcomment, NULL); -} - -extern zipFile ZEXPORT zipOpen(const char *path, int append) -{ - return zipOpen3((const void*)path, append, 0, NULL, NULL); -} - -extern zipFile ZEXPORT zipOpen64(const void *path, int append) -{ - return zipOpen3(path, append, 0, NULL, NULL); -} - -extern int ZEXPORT zipOpenNewFileInZip4_64(zipFile file, const char *filename, const zip_fileinfo *zipfi, - const void *extrafield_local, uint16_t size_extrafield_local, const void *extrafield_global, - uint16_t size_extrafield_global, const char *comment, uint16_t method, int level, int raw, int windowBits, int memLevel, - int strategy, const char *password, uint32_t crc_for_crypting, uint16_t version_madeby, uint16_t flag_base, int zip64) -{ - zip64_internal *zi = NULL; - uint64_t size_available = 0; - uint64_t size_needed = 0; - uint16_t size_filename = 0; - uint16_t size_comment = 0; - uint16_t i = 0; - unsigned char *central_dir = NULL; - int err = ZIP_OK; - -#ifdef NOCRYPT - (crc_for_crypting); - if (password != NULL) - return ZIP_PARAMERROR; -#endif - - if (file == NULL) - return ZIP_PARAMERROR; - - if ((method != 0) && -#ifdef HAVE_BZIP2 - (method != Z_BZIP2ED) && -#endif - (method != Z_DEFLATED)) - return ZIP_PARAMERROR; - - zi = (zip64_internal*)file; - - if (zi->in_opened_file_inzip == 1) - { - err = zipCloseFileInZip (file); - if (err != ZIP_OK) - return err; - } - - if (filename == NULL) - filename = "-"; - if (comment != NULL) - size_comment = (uint16_t)strlen(comment); - - size_filename = (uint16_t)strlen(filename); - - if (zipfi == NULL) - zi->ci.dos_date = 0; - else - { - if (zipfi->dos_date != 0) - zi->ci.dos_date = zipfi->dos_date; - } - - zi->ci.method = method; - zi->ci.compression_method = method; - zi->ci.raw = raw; - zi->ci.flag = flag_base | 8; - if ((level == 8) || (level == 9)) - zi->ci.flag |= 2; - if (level == 2) - zi->ci.flag |= 4; - if (level == 1) - zi->ci.flag |= 6; - - if (password != NULL) - { - zi->ci.flag |= 1; -#ifdef HAVE_AES - zi->ci.method = AES_METHOD; -#endif - } - else - { - zi->ci.flag &= ~1; - } - - if (zi->disk_size > 0) - { - if ((zi->number_disk == 0) && (zi->number_entry == 0)) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint32_t)DISKHEADERMAGIC, 4); - - /* Make sure enough space available on current disk for local header */ - zipGetDiskSizeAvailable((zipFile)zi, &size_available); - size_needed = 30 + size_filename + size_extrafield_local; -#ifdef HAVE_AES - if (zi->ci.method == AES_METHOD) - size_needed += 11; -#endif - if (size_available < size_needed) - zipGoToNextDisk((zipFile)zi); - } - - zi->ci.zip64 = zip64; - - zi->ci.pos_local_header = ZTELL64(zi->z_filefunc, zi->filestream); - if (zi->ci.pos_local_header >= UINT32_MAX) - zi->ci.zip64 = 1; - - zi->ci.size_comment = size_comment; - zi->ci.size_centralheader = SIZECENTRALHEADER + size_filename + size_extrafield_global; - zi->ci.size_centralextra = size_extrafield_global; - zi->ci.size_centralextrafree = 32; /* Extra space reserved for ZIP64 extra info */ -#ifdef HAVE_AES - if (zi->ci.method == AES_METHOD) - zi->ci.size_centralextrafree += 11; /* Extra space reserved for AES extra info */ -#endif - zi->ci.central_header = (char*)ALLOC((uint32_t)zi->ci.size_centralheader + zi->ci.size_centralextrafree + size_comment); - zi->ci.number_disk = zi->number_disk; - - /* Write central directory header */ - central_dir = (unsigned char*)zi->ci.central_header; - zipWriteValueToMemoryAndMove(¢ral_dir, (uint32_t)CENTRALHEADERMAGIC, 4); - zipWriteValueToMemoryAndMove(¢ral_dir, version_madeby, 2); - if (zi->ci.zip64) - zipWriteValueToMemoryAndMove(¢ral_dir, (uint16_t)45, 2); - else - zipWriteValueToMemoryAndMove(¢ral_dir, (uint16_t)20, 2); - zipWriteValueToMemoryAndMove(¢ral_dir, zi->ci.flag, 2); - zipWriteValueToMemoryAndMove(¢ral_dir, zi->ci.method, 2); - zipWriteValueToMemoryAndMove(¢ral_dir, zi->ci.dos_date, 4); - zipWriteValueToMemoryAndMove(¢ral_dir, (uint32_t)0, 4); /*crc*/ - zipWriteValueToMemoryAndMove(¢ral_dir, (uint32_t)0, 4); /*compr size*/ - zipWriteValueToMemoryAndMove(¢ral_dir, (uint32_t)0, 4); /*uncompr size*/ - zipWriteValueToMemoryAndMove(¢ral_dir, size_filename, 2); - zipWriteValueToMemoryAndMove(¢ral_dir, size_extrafield_global, 2); - zipWriteValueToMemoryAndMove(¢ral_dir, size_comment, 2); - zipWriteValueToMemoryAndMove(¢ral_dir, (uint16_t)zi->ci.number_disk, 2); /*disk nm start*/ - - if (zipfi == NULL) - zipWriteValueToMemoryAndMove(¢ral_dir, (uint16_t)0, 2); - else - zipWriteValueToMemoryAndMove(¢ral_dir, zipfi->internal_fa, 2); - if (zipfi == NULL) - zipWriteValueToMemoryAndMove(¢ral_dir, (uint32_t)0, 4); - else - zipWriteValueToMemoryAndMove(¢ral_dir, zipfi->external_fa, 4); - if (zi->ci.pos_local_header >= UINT32_MAX) - zipWriteValueToMemoryAndMove(¢ral_dir, UINT32_MAX, 4); - else - zipWriteValueToMemoryAndMove(¢ral_dir, - (uint32_t)(zi->ci.pos_local_header - zi->add_position_when_writting_offset), 4); - - for (i = 0; i < size_filename; i++) - zi->ci.central_header[SIZECENTRALHEADER+i] = filename[i]; - for (i = 0; i < size_extrafield_global; i++) - zi->ci.central_header[SIZECENTRALHEADER+size_filename+i] = - ((const char*)extrafield_global)[i]; - - /* Store comment at the end for later repositioning */ - for (i = 0; i < size_comment; i++) - zi->ci.central_header[zi->ci.size_centralheader+ - zi->ci.size_centralextrafree+i] = comment[i]; - - if (zi->ci.central_header == NULL) - return ZIP_INTERNALERROR; - - /* Write the local header */ - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint32_t)LOCALHEADERMAGIC, 4); - - if (err == ZIP_OK) - { - if (zi->ci.zip64) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint16_t)45, 2); /* version needed to extract */ - else - err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint16_t)20, 2); /* version needed to extract */ - } - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, zi->ci.flag, 2); - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, zi->ci.method, 2); - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, zi->ci.dos_date, 4); - - /* CRC & compressed size & uncompressed size is in data descriptor */ - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint32_t)0, 4); /* crc 32, unknown */ - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint32_t)0, 4); /* compressed size, unknown */ - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint32_t)0, 4); /* uncompressed size, unknown */ - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, size_filename, 2); - if (err == ZIP_OK) - { - uint64_t size_extrafield = size_extrafield_local; -#ifdef HAVE_AES - if (zi->ci.method == AES_METHOD) - size_extrafield += 11; -#endif - err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint16_t)size_extrafield, 2); - } - if ((err == ZIP_OK) && (size_filename > 0)) - { - if (ZWRITE64(zi->z_filefunc, zi->filestream, filename, size_filename) != size_filename) - err = ZIP_ERRNO; - } - if ((err == ZIP_OK) && (size_extrafield_local > 0)) - { - if (ZWRITE64(zi->z_filefunc, zi->filestream, extrafield_local, size_extrafield_local) != size_extrafield_local) - err = ZIP_ERRNO; - } - -#ifdef HAVE_AES - /* Write the AES extended info */ - if ((err == ZIP_OK) && (zi->ci.method == AES_METHOD)) - { - int headerid = 0x9901; - short datasize = 7; - - err = zipWriteValue(&zi->z_filefunc, zi->filestream, headerid, 2); - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, datasize, 2); - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, AES_VERSION, 2); - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, 'A', 1); - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, 'E', 1); - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, AES_ENCRYPTIONMODE, 1); - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, zi->ci.compression_method, 2); - } -#endif - - zi->ci.crc32 = 0; - zi->ci.stream_initialised = 0; - zi->ci.pos_in_buffered_data = 0; - zi->ci.total_compressed = 0; - zi->ci.total_uncompressed = 0; - -#ifdef HAVE_BZIP2 - zi->ci.bstream.avail_in = (uint16_t)0; - zi->ci.bstream.avail_out = (uint16_t)Z_BUFSIZE; - zi->ci.bstream.next_out = (char*)zi->ci.buffered_data; - zi->ci.bstream.total_in_hi32 = 0; - zi->ci.bstream.total_in_lo32 = 0; - zi->ci.bstream.total_out_hi32 = 0; - zi->ci.bstream.total_out_lo32 = 0; -#endif - - zi->ci.stream.avail_in = (uint16_t)0; - zi->ci.stream.avail_out = Z_BUFSIZE; - zi->ci.stream.next_out = zi->ci.buffered_data; - zi->ci.stream.total_in = 0; - zi->ci.stream.total_out = 0; - zi->ci.stream.data_type = Z_BINARY; - - if ((err == ZIP_OK) && (!zi->ci.raw)) - { - if (method == Z_DEFLATED) - { - zi->ci.stream.zalloc = (alloc_func)0; - zi->ci.stream.zfree = (free_func)0; - zi->ci.stream.opaque = (voidpf)zi; - - if (windowBits > 0) - windowBits = -windowBits; - -#ifdef HAVE_APPLE_COMPRESSION - err = compression_stream_init(&zi->ci.astream, COMPRESSION_STREAM_ENCODE, COMPRESSION_ZLIB); - if (err == COMPRESSION_STATUS_ERROR) - err = Z_ERRNO; - else - err = Z_OK; -#else - err = deflateInit2(&zi->ci.stream, level, Z_DEFLATED, windowBits, memLevel, strategy); -#endif - if (err == Z_OK) - zi->ci.stream_initialised = Z_DEFLATED; - } - else if (method == Z_BZIP2ED) - { -#ifdef HAVE_BZIP2 - zi->ci.bstream.bzalloc = 0; - zi->ci.bstream.bzfree = 0; - zi->ci.bstream.opaque = (voidpf)0; - - err = BZ2_bzCompressInit(&zi->ci.bstream, level, 0, 35); - if (err == BZ_OK) - zi->ci.stream_initialised = Z_BZIP2ED; -#endif - } - } - -#ifndef NOCRYPT - if ((err == Z_OK) && (password != NULL)) - { -#ifdef HAVE_AES - if (zi->ci.method == AES_METHOD) - { - unsigned char passverify[AES_PWVERIFYSIZE]; - unsigned char saltvalue[AES_MAXSALTLENGTH]; - uint16_t saltlength = 0; - - if ((AES_ENCRYPTIONMODE < 1) || (AES_ENCRYPTIONMODE > 3)) - return Z_ERRNO; - - saltlength = SALT_LENGTH(AES_ENCRYPTIONMODE); - - prng_init(cryptrand, zi->ci.aes_rng); - prng_rand(saltvalue, saltlength, zi->ci.aes_rng); - prng_end(zi->ci.aes_rng); - - fcrypt_init(AES_ENCRYPTIONMODE, (uint8_t *)password, (uint32_t)strlen(password), saltvalue, passverify, &zi->ci.aes_ctx); - - if (ZWRITE64(zi->z_filefunc, zi->filestream, saltvalue, saltlength) != saltlength) - err = ZIP_ERRNO; - if (ZWRITE64(zi->z_filefunc, zi->filestream, passverify, AES_PWVERIFYSIZE) != AES_PWVERIFYSIZE) - err = ZIP_ERRNO; - - zi->ci.total_compressed += saltlength + AES_PWVERIFYSIZE + AES_AUTHCODESIZE; - } - else -#endif - { - unsigned char buf_head[RAND_HEAD_LEN]; - uint32_t size_head = 0; - uint8_t verify1 = 0; - uint8_t verify2 = 0; - - zi->ci.pcrc_32_tab = get_crc_table(); - - /* - Info-ZIP modification to ZipCrypto format: - If bit 3 of the general purpose bit flag is set, it uses high byte of 16-bit File Time. - - verify1 = (uint8_t)((crc_for_crypting >> 16) & 0xff); - verify2 = (uint8_t)((crc_for_crypting >> 24) & 0xff); */ - - verify1 = (uint8_t)((zi->ci.dos_date >> 16) & 0xff); - verify2 = (uint8_t)((zi->ci.dos_date >> 8) & 0xff); - - size_head = crypthead(password, buf_head, RAND_HEAD_LEN, zi->ci.keys, zi->ci.pcrc_32_tab, verify1, verify2); - zi->ci.total_compressed += size_head; - - if (ZWRITE64(zi->z_filefunc, zi->filestream, buf_head, size_head) != size_head) - err = ZIP_ERRNO; - } - } -#endif - - if (err == Z_OK) - zi->in_opened_file_inzip = 1; - return err; -} - -extern int ZEXPORT zipOpenNewFileInZip4(zipFile file, const char *filename, const zip_fileinfo *zipfi, - const void *extrafield_local, uint16_t size_extrafield_local, const void *extrafield_global, - uint16_t size_extrafield_global, const char *comment, uint16_t method, int level, int raw, int windowBits, - int memLevel, int strategy, const char *password, uint32_t crc_for_crypting, uint16_t version_madeby, uint16_t flag_base) -{ - return zipOpenNewFileInZip4_64(file, filename, zipfi, extrafield_local, size_extrafield_local, - extrafield_global, size_extrafield_global, comment, method, level, raw, windowBits, memLevel, - strategy, password, crc_for_crypting, version_madeby, flag_base, 0); -} - -extern int ZEXPORT zipOpenNewFileInZip3(zipFile file, const char *filename, const zip_fileinfo *zipfi, - const void *extrafield_local, uint16_t size_extrafield_local, const void *extrafield_global, - uint16_t size_extrafield_global, const char *comment, uint16_t method, int level, int raw, int windowBits, - int memLevel, int strategy, const char *password, uint32_t crc_for_crypting) -{ - return zipOpenNewFileInZip4_64(file, filename, zipfi, extrafield_local, size_extrafield_local, - extrafield_global, size_extrafield_global, comment, method, level, raw, windowBits, memLevel, - strategy, password, crc_for_crypting, VERSIONMADEBY, 0, 0); -} - -extern int ZEXPORT zipOpenNewFileInZip3_64(zipFile file, const char *filename, const zip_fileinfo *zipfi, - const void *extrafield_local, uint16_t size_extrafield_local, const void *extrafield_global, - uint16_t size_extrafield_global, const char *comment, uint16_t method, int level, int raw, int windowBits, - int memLevel, int strategy, const char *password, uint32_t crc_for_crypting, int zip64) -{ - return zipOpenNewFileInZip4_64(file, filename, zipfi, extrafield_local, size_extrafield_local, - extrafield_global, size_extrafield_global, comment, method, level, raw, windowBits, memLevel, strategy, - password, crc_for_crypting, VERSIONMADEBY, 0, zip64); -} - -extern int ZEXPORT zipOpenNewFileInZip2(zipFile file, const char *filename, const zip_fileinfo *zipfi, - const void *extrafield_local, uint16_t size_extrafield_local, const void *extrafield_global, - uint16_t size_extrafield_global, const char *comment, uint16_t method, int level, int raw) -{ - return zipOpenNewFileInZip4_64(file, filename, zipfi, extrafield_local, size_extrafield_local, - extrafield_global, size_extrafield_global, comment, method, level, raw, -MAX_WBITS, DEF_MEM_LEVEL, - Z_DEFAULT_STRATEGY, NULL, 0, VERSIONMADEBY, 0, 0); -} - -extern int ZEXPORT zipOpenNewFileInZip2_64(zipFile file, const char *filename, const zip_fileinfo *zipfi, - const void *extrafield_local, uint16_t size_extrafield_local, const void *extrafield_global, - uint16_t size_extrafield_global, const char *comment, uint16_t method, int level, int raw, int zip64) -{ - return zipOpenNewFileInZip4_64(file, filename, zipfi, extrafield_local, size_extrafield_local, - extrafield_global, size_extrafield_global, comment, method, level, raw, -MAX_WBITS, DEF_MEM_LEVEL, - Z_DEFAULT_STRATEGY, NULL, 0, VERSIONMADEBY, 0, zip64); -} - -extern int ZEXPORT zipOpenNewFileInZip64(zipFile file, const char *filename, const zip_fileinfo *zipfi, - const void *extrafield_local, uint16_t size_extrafield_local, const void *extrafield_global, - uint16_t size_extrafield_global, const char *comment, uint16_t method, int level, int zip64) -{ - return zipOpenNewFileInZip4_64(file, filename, zipfi, extrafield_local, size_extrafield_local, - extrafield_global, size_extrafield_global, comment, method, level, 0, -MAX_WBITS, DEF_MEM_LEVEL, - Z_DEFAULT_STRATEGY, NULL, 0, VERSIONMADEBY, 0, zip64); -} - -extern int ZEXPORT zipOpenNewFileInZip(zipFile file, const char *filename, const zip_fileinfo *zipfi, - const void *extrafield_local, uint16_t size_extrafield_local, const void *extrafield_global, - uint16_t size_extrafield_global, const char *comment, uint16_t method, int level) -{ - return zipOpenNewFileInZip4_64(file, filename, zipfi, extrafield_local, size_extrafield_local, - extrafield_global, size_extrafield_global, comment, method, level, 0, -MAX_WBITS, DEF_MEM_LEVEL, - Z_DEFAULT_STRATEGY, NULL, 0, VERSIONMADEBY, 0, 0); -} - -/* Flushes the write buffer to disk */ -static int zipFlushWriteBuffer(zip64_internal *zi) -{ - uint64_t size_available = 0; - uint32_t written = 0; - uint32_t total_written = 0; - uint32_t write = 0; - uint32_t max_write = 0; - uint32_t i = 0; - uint8_t t = 0; - int err = ZIP_OK; - - if ((zi->ci.flag & 1) != 0) - { -#ifndef NOCRYPT -#ifdef HAVE_AES - if (zi->ci.method == AES_METHOD) - { - fcrypt_encrypt(zi->ci.buffered_data, zi->ci.pos_in_buffered_data, &zi->ci.aes_ctx); - } - else -#endif - { - for (i = 0; i < zi->ci.pos_in_buffered_data; i++) - zi->ci.buffered_data[i] = (uint8_t)zencode(zi->ci.keys, zi->ci.pcrc_32_tab, zi->ci.buffered_data[i], t); - } -#endif - } - - write = zi->ci.pos_in_buffered_data; - - do - { - max_write = write; - - if (zi->disk_size > 0) - { - zipGetDiskSizeAvailable((zipFile)zi, &size_available); - - if (size_available == 0) - { - err = zipGoToNextDisk((zipFile)zi); - if (err != ZIP_OK) - return err; - } - - if (size_available < (uint64_t)max_write) - max_write = (uint32_t)size_available; - } - - written = ZWRITE64(zi->z_filefunc, zi->filestream, zi->ci.buffered_data + total_written, max_write); - if (written != max_write) - { - err = ZIP_ERRNO; - break; - } - - total_written += written; - write -= written; - } - while (write > 0); - - zi->ci.total_compressed += zi->ci.pos_in_buffered_data; - -#ifdef HAVE_BZIP2 - if (zi->ci.compression_method == Z_BZIP2ED) - { - zi->ci.total_uncompressed += zi->ci.bstream.total_in_lo32; - zi->ci.bstream.total_in_lo32 = 0; - zi->ci.bstream.total_in_hi32 = 0; - } - else -#endif - { - zi->ci.total_uncompressed += zi->ci.stream.total_in; - zi->ci.stream.total_in = 0; - } - - zi->ci.pos_in_buffered_data = 0; - - return err; -} - -extern int ZEXPORT zipWriteInFileInZip(zipFile file, const void *buf, uint32_t len) -{ - zip64_internal *zi = NULL; - int err = ZIP_OK; - - if (file == NULL) - return ZIP_PARAMERROR; - zi = (zip64_internal*)file; - - if (zi->in_opened_file_inzip == 0) - return ZIP_PARAMERROR; - - zi->ci.crc32 = (uint32_t)crc32(zi->ci.crc32, buf, len); - -#ifdef HAVE_BZIP2 - if ((zi->ci.compression_method == Z_BZIP2ED) && (!zi->ci.raw)) - { - zi->ci.bstream.next_in = (void*)buf; - zi->ci.bstream.avail_in = len; - err = BZ_RUN_OK; - - while ((err == BZ_RUN_OK) && (zi->ci.bstream.avail_in > 0)) - { - if (zi->ci.bstream.avail_out == 0) - { - err = zipFlushWriteBuffer(zi); - - zi->ci.bstream.avail_out = (uint16_t)Z_BUFSIZE; - zi->ci.bstream.next_out = (char*)zi->ci.buffered_data; - } - else - { - uint32_t total_out_before_lo = zi->ci.bstream.total_out_lo32; - uint32_t total_out_before_hi = zi->ci.bstream.total_out_hi32; - - err = BZ2_bzCompress(&zi->ci.bstream, BZ_RUN); - - zi->ci.pos_in_buffered_data += (uint16_t)(zi->ci.bstream.total_out_lo32 - total_out_before_lo); - } - } - - if (err == BZ_RUN_OK) - err = ZIP_OK; - } - else -#endif - { - zi->ci.stream.next_in = (uint8_t*)buf; - zi->ci.stream.avail_in = len; - - while ((err == ZIP_OK) && (zi->ci.stream.avail_in > 0)) - { - if (zi->ci.stream.avail_out == 0) - { - err = zipFlushWriteBuffer(zi); - - zi->ci.stream.avail_out = Z_BUFSIZE; - zi->ci.stream.next_out = zi->ci.buffered_data; - } - - if (err != ZIP_OK) - break; - - if ((zi->ci.compression_method == Z_DEFLATED) && (!zi->ci.raw)) - { -#ifdef HAVE_APPLE_COMPRESSION - uLong total_out_before = zi->ci.stream.total_out; - - zi->ci.astream.src_ptr = zi->ci.stream.next_in; - zi->ci.astream.src_size = zi->ci.stream.avail_in; - zi->ci.astream.dst_ptr = zi->ci.stream.next_out; - zi->ci.astream.dst_size = zi->ci.stream.avail_out; - - compression_status status = 0; - compression_stream_flags flags = 0; - - status = compression_stream_process(&zi->ci.astream, flags); - - uLong total_out_after = len - zi->ci.astream.src_size; - - zi->ci.stream.next_in = zi->ci.astream.src_ptr; - zi->ci.stream.avail_in = zi->ci.astream.src_size; - zi->ci.stream.next_out = zi->ci.astream.dst_ptr; - zi->ci.stream.avail_out = zi->ci.astream.dst_size; - zi->ci.stream.total_in += total_out_after; - //zi->ci.stream.total_out += copy_this; - zi->ci.pos_in_buffered_data += total_out_after; - - if (status == COMPRESSION_STATUS_ERROR) - err = ZIP_INTERNALERROR; -#else - uint32_t total_out_before = (uint32_t)zi->ci.stream.total_out; - err = deflate(&zi->ci.stream, Z_NO_FLUSH); - zi->ci.pos_in_buffered_data += (uint32_t)(zi->ci.stream.total_out - total_out_before); -#endif - } - else - { - uint32_t copy_this = 0; - uint32_t i = 0; - if (zi->ci.stream.avail_in < zi->ci.stream.avail_out) - copy_this = zi->ci.stream.avail_in; - else - copy_this = zi->ci.stream.avail_out; - - for (i = 0; i < copy_this; i++) - *(((char*)zi->ci.stream.next_out)+i) = - *(((const char*)zi->ci.stream.next_in)+i); - - zi->ci.stream.avail_in -= copy_this; - zi->ci.stream.avail_out -= copy_this; - zi->ci.stream.next_in += copy_this; - zi->ci.stream.next_out += copy_this; - zi->ci.stream.total_in += copy_this; - zi->ci.stream.total_out += copy_this; - zi->ci.pos_in_buffered_data += copy_this; - } - } - } - - return err; -} - -extern int ZEXPORT zipCloseFileInZipRaw64(zipFile file, uint64_t uncompressed_size, uint32_t crc32) -{ - zip64_internal *zi = NULL; - uint16_t extra_data_size = 0; - uint32_t i = 0; - unsigned char *extra_info = NULL; - int err = ZIP_OK; - - if (file == NULL) - return ZIP_PARAMERROR; - zi = (zip64_internal*)file; - - if (zi->in_opened_file_inzip == 0) - return ZIP_PARAMERROR; - zi->ci.stream.avail_in = 0; - - if (!zi->ci.raw) - { - if (zi->ci.compression_method == Z_DEFLATED) - { - while (err == ZIP_OK) - { - uint32_t total_out_before = 0; - - if (zi->ci.stream.avail_out == 0) - { - err = zipFlushWriteBuffer(zi); - - zi->ci.stream.avail_out = Z_BUFSIZE; - zi->ci.stream.next_out = zi->ci.buffered_data; - } - - if (err != ZIP_OK) - break; - -#ifdef HAVE_APPLE_COMPRESSION - total_out_before = zi->ci.stream.total_out; - - zi->ci.astream.src_ptr = zi->ci.stream.next_in; - zi->ci.astream.src_size = zi->ci.stream.avail_in; - zi->ci.astream.dst_ptr = zi->ci.stream.next_out; - zi->ci.astream.dst_size = zi->ci.stream.avail_out; - - compression_status status = 0; - status = compression_stream_process(&zi->ci.astream, COMPRESSION_STREAM_FINALIZE); - - uint32_t total_out_after = Z_BUFSIZE - zi->ci.astream.dst_size; - - zi->ci.stream.next_in = zi->ci.astream.src_ptr; - zi->ci.stream.avail_in = zi->ci.astream.src_size; - zi->ci.stream.next_out = zi->ci.astream.dst_ptr; - zi->ci.stream.avail_out = zi->ci.astream.dst_size; - //zi->ci.stream.total_in += total_out_after; - //zi->ci.stream.total_out += copy_this; - zi->ci.pos_in_buffered_data += total_out_after; - - if (status == COMPRESSION_STATUS_ERROR) - { - err = ZIP_INTERNALERROR; - } - else if (status == COMPRESSION_STATUS_END) - { - err = Z_STREAM_END; - } -#else - total_out_before = (uint32_t)zi->ci.stream.total_out; - err = deflate(&zi->ci.stream, Z_FINISH); - zi->ci.pos_in_buffered_data += (uint16_t)(zi->ci.stream.total_out - total_out_before); -#endif - } - } - else if (zi->ci.compression_method == Z_BZIP2ED) - { -#ifdef HAVE_BZIP2 - err = BZ_FINISH_OK; - while (err == BZ_FINISH_OK) - { - uint32_t total_out_before = 0; - - if (zi->ci.bstream.avail_out == 0) - { - err = zipFlushWriteBuffer(zi); - - zi->ci.bstream.avail_out = (uint16_t)Z_BUFSIZE; - zi->ci.bstream.next_out = (char*)zi->ci.buffered_data; - } - - total_out_before = zi->ci.bstream.total_out_lo32; - err = BZ2_bzCompress(&zi->ci.bstream, BZ_FINISH); - if (err == BZ_STREAM_END) - err = Z_STREAM_END; - zi->ci.pos_in_buffered_data += (uint16_t)(zi->ci.bstream.total_out_lo32 - total_out_before); - } - - if (err == BZ_FINISH_OK) - err = ZIP_OK; -#endif - } - } - - if (err == Z_STREAM_END) - err = ZIP_OK; /* this is normal */ - - if ((zi->ci.pos_in_buffered_data > 0) && (err == ZIP_OK)) - { - err = zipFlushWriteBuffer(zi); - } - -#ifdef HAVE_AES - if (zi->ci.method == AES_METHOD) - { - unsigned char authcode[AES_AUTHCODESIZE]; - - fcrypt_end(authcode, &zi->ci.aes_ctx); - - if (ZWRITE64(zi->z_filefunc, zi->filestream, authcode, AES_AUTHCODESIZE) != AES_AUTHCODESIZE) - err = ZIP_ERRNO; - } -#endif - - if (!zi->ci.raw) - { - if (zi->ci.compression_method == Z_DEFLATED) - { - int tmp_err = 0; -#ifdef HAVE_APPLE_COMPRESSION - tmp_err = compression_stream_destroy(&zi->ci.astream); -#else - tmp_err = deflateEnd(&zi->ci.stream); -#endif - if (err == ZIP_OK) - err = tmp_err; - zi->ci.stream_initialised = 0; - } -#ifdef HAVE_BZIP2 - else if (zi->ci.compression_method == Z_BZIP2ED) - { - int tmperr = BZ2_bzCompressEnd(&zi->ci.bstream); - if (err == ZIP_OK) - err = tmperr; - zi->ci.stream_initialised = 0; - } -#endif - - crc32 = zi->ci.crc32; - uncompressed_size = zi->ci.total_uncompressed; - } - - /* Write data descriptor */ - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint32_t)DATADESCRIPTORMAGIC, 4); - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, crc32, 4); - if (err == ZIP_OK) - { - if (zi->ci.zip64) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, zi->ci.total_compressed, 8); - else - err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint32_t)zi->ci.total_compressed, 4); - } - if (err == ZIP_OK) - { - if (zi->ci.zip64) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, uncompressed_size, 8); - else - err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint32_t)uncompressed_size, 4); - } - - /* Update crc and sizes to central directory */ - zipWriteValueToMemory(zi->ci.central_header + 16, crc32, 4); /* crc */ - if (zi->ci.total_compressed >= UINT32_MAX) - zipWriteValueToMemory(zi->ci.central_header + 20, UINT32_MAX, 4); /* compr size */ - else - zipWriteValueToMemory(zi->ci.central_header + 20, zi->ci.total_compressed, 4); /* compr size */ - if (uncompressed_size >= UINT32_MAX) - zipWriteValueToMemory(zi->ci.central_header + 24, UINT32_MAX, 4); /* uncompr size */ - else - zipWriteValueToMemory(zi->ci.central_header + 24, uncompressed_size, 4); /* uncompr size */ - if (zi->ci.stream.data_type == Z_ASCII) - zipWriteValueToMemory(zi->ci.central_header + 36, (uint16_t)Z_ASCII, 2); /* internal file attrib */ - - /* Add ZIP64 extra info field for uncompressed size */ - if (uncompressed_size >= UINT32_MAX) - extra_data_size += 8; - /* Add ZIP64 extra info field for compressed size */ - if (zi->ci.total_compressed >= UINT32_MAX) - extra_data_size += 8; - /* Add ZIP64 extra info field for relative offset to local file header of current file */ - if (zi->ci.pos_local_header >= UINT32_MAX) - extra_data_size += 8; - - /* Add ZIP64 extra info header to central directory */ - if (extra_data_size > 0) - { - if ((uint32_t)(extra_data_size + 4) > zi->ci.size_centralextrafree) - return ZIP_BADZIPFILE; - - extra_info = (unsigned char*)zi->ci.central_header + zi->ci.size_centralheader; - - zipWriteValueToMemoryAndMove(&extra_info, 0x0001, 2); - zipWriteValueToMemoryAndMove(&extra_info, extra_data_size, 2); - - if (uncompressed_size >= UINT32_MAX) - zipWriteValueToMemoryAndMove(&extra_info, uncompressed_size, 8); - if (zi->ci.total_compressed >= UINT32_MAX) - zipWriteValueToMemoryAndMove(&extra_info, zi->ci.total_compressed, 8); - if (zi->ci.pos_local_header >= UINT32_MAX) - zipWriteValueToMemoryAndMove(&extra_info, zi->ci.pos_local_header, 8); - - zi->ci.size_centralextrafree -= extra_data_size + 4; - zi->ci.size_centralheader += extra_data_size + 4; - zi->ci.size_centralextra += extra_data_size + 4; - - zipWriteValueToMemory(zi->ci.central_header + 30, zi->ci.size_centralextra, 2); - } - -#ifdef HAVE_AES - /* Write AES extra info header to central directory */ - if (zi->ci.method == AES_METHOD) - { - extra_info = (unsigned char*)zi->ci.central_header + zi->ci.size_centralheader; - extra_data_size = 7; - - if ((uint32_t)(extra_data_size + 4) > zi->ci.size_centralextrafree) - return ZIP_BADZIPFILE; - - zipWriteValueToMemoryAndMove(&extra_info, 0x9901, 2); - zipWriteValueToMemoryAndMove(&extra_info, extra_data_size, 2); - zipWriteValueToMemoryAndMove(&extra_info, AES_VERSION, 2); - zipWriteValueToMemoryAndMove(&extra_info, 'A', 1); - zipWriteValueToMemoryAndMove(&extra_info, 'E', 1); - zipWriteValueToMemoryAndMove(&extra_info, AES_ENCRYPTIONMODE, 1); - zipWriteValueToMemoryAndMove(&extra_info, zi->ci.compression_method, 2); - - zi->ci.size_centralextrafree -= extra_data_size + 4; - zi->ci.size_centralheader += extra_data_size + 4; - zi->ci.size_centralextra += extra_data_size + 4; - - zipWriteValueToMemory(zi->ci.central_header + 30, zi->ci.size_centralextra, 2); - } -#endif - /* Restore comment to correct position */ - for (i = 0; i < zi->ci.size_comment; i++) - zi->ci.central_header[zi->ci.size_centralheader+i] = - zi->ci.central_header[zi->ci.size_centralheader+zi->ci.size_centralextrafree+i]; - zi->ci.size_centralheader += zi->ci.size_comment; - - if (err == ZIP_OK) - err = add_data_in_datablock(&zi->central_dir, zi->ci.central_header, zi->ci.size_centralheader); - - free(zi->ci.central_header); - - zi->number_entry++; - zi->in_opened_file_inzip = 0; - - return err; -} - -extern int ZEXPORT zipCloseFileInZipRaw(zipFile file, uint32_t uncompressed_size, uint32_t crc32) -{ - return zipCloseFileInZipRaw64(file, uncompressed_size, crc32); -} - -extern int ZEXPORT zipCloseFileInZip(zipFile file) -{ - return zipCloseFileInZipRaw(file, 0, 0); -} - -extern int ZEXPORT zipClose(zipFile file, const char *global_comment) -{ - return zipClose_64(file, global_comment); -} - -extern int ZEXPORT zipClose_64(zipFile file, const char *global_comment) -{ - return zipClose2_64(file, global_comment, VERSIONMADEBY); -} - -extern int ZEXPORT zipClose2_64(zipFile file, const char *global_comment, uint16_t version_madeby) -{ - zip64_internal *zi = NULL; - uint32_t size_centraldir = 0; - uint16_t size_global_comment = 0; - uint64_t centraldir_pos_inzip = 0; - uint64_t pos = 0; - uint64_t cd_pos = 0; - uint32_t write = 0; - int err = ZIP_OK; - - if (file == NULL) - return ZIP_PARAMERROR; - zi = (zip64_internal*)file; - - if (zi->in_opened_file_inzip == 1) - err = zipCloseFileInZip(file); - -#ifndef NO_ADDFILEINEXISTINGZIP - if (global_comment == NULL) - global_comment = zi->globalcomment; -#endif - - if (zi->filestream != zi->filestream_with_CD) - { - if (ZCLOSE64(zi->z_filefunc, zi->filestream) != 0) - if (err == ZIP_OK) - err = ZIP_ERRNO; - if (zi->disk_size > 0) - zi->number_disk_with_CD = zi->number_disk + 1; - zi->filestream = zi->filestream_with_CD; - } - - centraldir_pos_inzip = ZTELL64(zi->z_filefunc, zi->filestream); - - if (err == ZIP_OK) - { - linkedlist_datablock_internal *ldi = zi->central_dir.first_block; - while (ldi != NULL) - { - if ((err == ZIP_OK) && (ldi->filled_in_this_block > 0)) - { - write = ZWRITE64(zi->z_filefunc, zi->filestream, ldi->data, ldi->filled_in_this_block); - if (write != ldi->filled_in_this_block) - err = ZIP_ERRNO; - } - - size_centraldir += ldi->filled_in_this_block; - ldi = ldi->next_datablock; - } - } - - free_linkedlist(&(zi->central_dir)); - - pos = centraldir_pos_inzip - zi->add_position_when_writting_offset; - - /* Write the ZIP64 central directory header */ - if (pos >= UINT32_MAX || zi->number_entry > UINT32_MAX) - { - uint64_t zip64_eocd_pos_inzip = ZTELL64(zi->z_filefunc, zi->filestream); - uint32_t zip64_datasize = 44; - - err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint32_t)ZIP64ENDHEADERMAGIC, 4); - - /* Size of this 'zip64 end of central directory' */ - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint64_t)zip64_datasize, 8); - /* Version made by */ - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, version_madeby, 2); - /* version needed */ - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint16_t)45, 2); - /* Number of this disk */ - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, zi->number_disk_with_CD, 4); - /* Number of the disk with the start of the central directory */ - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, zi->number_disk_with_CD, 4); - /* Total number of entries in the central dir on this disk */ - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, zi->number_entry, 8); - /* Total number of entries in the central dir */ - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, zi->number_entry, 8); - /* Size of the central directory */ - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint64_t)size_centraldir, 8); - - if (err == ZIP_OK) - { - /* Offset of start of central directory with respect to the starting disk number */ - cd_pos = centraldir_pos_inzip - zi->add_position_when_writting_offset; - err = zipWriteValue(&zi->z_filefunc, zi->filestream, cd_pos, 8); - } - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint32_t)ZIP64ENDLOCHEADERMAGIC, 4); - - /* Number of the disk with the start of the central directory */ - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, zi->number_disk_with_CD, 4); - /* Relative offset to the Zip64EndOfCentralDirectory */ - if (err == ZIP_OK) - { - cd_pos = zip64_eocd_pos_inzip - zi->add_position_when_writting_offset; - err = zipWriteValue(&zi->z_filefunc, zi->filestream, cd_pos, 8); - } - /* Number of the disk with the start of the central directory */ - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, zi->number_disk_with_CD + 1, 4); - } - - /* Write the central directory header */ - - /* Signature */ - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint32_t)ENDHEADERMAGIC, 4); - /* Number of this disk */ - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint16_t)zi->number_disk_with_CD, 2); - /* Number of the disk with the start of the central directory */ - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint16_t)zi->number_disk_with_CD, 2); - /* Total number of entries in the central dir on this disk */ - if (err == ZIP_OK) - { - if (zi->number_entry >= UINT16_MAX) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, UINT16_MAX, 2); /* use value in ZIP64 record */ - else - err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint16_t)zi->number_entry, 2); - } - /* Total number of entries in the central dir */ - if (err == ZIP_OK) - { - if (zi->number_entry >= UINT16_MAX) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, UINT16_MAX, 2); /* use value in ZIP64 record */ - else - err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint16_t)zi->number_entry, 2); - } - /* Size of the central directory */ - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, size_centraldir, 4); - /* Offset of start of central directory with respect to the starting disk number */ - if (err == ZIP_OK) - { - cd_pos = centraldir_pos_inzip - zi->add_position_when_writting_offset; - if (pos >= UINT32_MAX) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, UINT32_MAX, 4); - else - err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint32_t)cd_pos, 4); - } - - /* Write global comment */ - - if (global_comment != NULL) - size_global_comment = (uint16_t)strlen(global_comment); - if (err == ZIP_OK) - err = zipWriteValue(&zi->z_filefunc, zi->filestream, size_global_comment, 2); - if (err == ZIP_OK && size_global_comment > 0) - { - if (ZWRITE64(zi->z_filefunc, zi->filestream, global_comment, size_global_comment) != size_global_comment) - err = ZIP_ERRNO; - } - - if ((ZCLOSE64(zi->z_filefunc, zi->filestream) != 0) && (err == ZIP_OK)) - err = ZIP_ERRNO; - -#ifndef NO_ADDFILEINEXISTINGZIP - TRYFREE(zi->globalcomment); -#endif - TRYFREE(zi); - - return err; -} +/* zip.c -- IO on .zip files using zlib + Version 1.2.0, September 16th, 2017 + part of the MiniZip project + + Copyright (C) 2010-2017 Nathan Moinvaziri + Modifications for AES, PKWARE disk spanning + https://github.com/nmoinvaz/minizip + Copyright (C) 2009-2010 Mathias Svensson + Modifications for Zip64 support + http://result42.com + Copyright (C) 1998-2010 Gilles Vollant + http://www.winimage.com/zLibDll/minizip.html + + This program is distributed under the terms of the same license as zlib. + See the accompanying LICENSE file for the full text of the license. +*/ + +#include +#include +#include +#include +#include + +#include "zlib.h" +#include "zip.h" + +#ifdef HAVE_AES +# define AES_METHOD (99) +# define AES_PWVERIFYSIZE (2) +# define AES_AUTHCODESIZE (10) +# define AES_MAXSALTLENGTH (16) +# define AES_VERSION (0x0001) +# define AES_ENCRYPTIONMODE (0x03) + +# include "aes/aes.h" +# include "aes/fileenc.h" +# include "aes/prng.h" +#endif +#ifdef HAVE_APPLE_COMPRESSION +# include +#endif + +#ifndef NOCRYPT +# include "crypt.h" +#endif + +#define SIZEDATA_INDATABLOCK (4096-(4*4)) + +#define DISKHEADERMAGIC (0x08074b50) +#define LOCALHEADERMAGIC (0x04034b50) +#define CENTRALHEADERMAGIC (0x02014b50) +#define ENDHEADERMAGIC (0x06054b50) +#define ZIP64ENDHEADERMAGIC (0x06064b50) +#define ZIP64ENDLOCHEADERMAGIC (0x07064b50) +#define DATADESCRIPTORMAGIC (0x08074b50) + +#define FLAG_LOCALHEADER_OFFSET (0x06) +#define CRC_LOCALHEADER_OFFSET (0x0e) + +#define SIZECENTRALHEADER (0x2e) /* 46 */ +#define SIZECENTRALHEADERLOCATOR (0x14) /* 20 */ +#define SIZECENTRALDIRITEM (0x2e) +#define SIZEZIPLOCALHEADER (0x1e) + +#ifndef BUFREADCOMMENT +# define BUFREADCOMMENT (0x400) +#endif +#ifndef VERSIONMADEBY +# define VERSIONMADEBY (0x0) /* platform dependent */ +#endif + +#ifndef Z_BUFSIZE +# define Z_BUFSIZE (UINT16_MAX) +#endif + +#ifndef ALLOC +# define ALLOC(size) (malloc(size)) +#endif +#ifndef TRYFREE +# define TRYFREE(p) {if (p) free(p);} +#endif + +/* NOT sure that this work on ALL platform */ +#define MAKEULONG64(a, b) ((uint64_t)(((unsigned long)(a)) | ((uint64_t)((unsigned long)(b))) << 32)) + +#ifndef DEF_MEM_LEVEL +# if MAX_MEM_LEVEL >= 8 +# define DEF_MEM_LEVEL 8 +# else +# define DEF_MEM_LEVEL MAX_MEM_LEVEL +# endif +#endif + +const char zip_copyright[] = " zip 1.01 Copyright 1998-2004 Gilles Vollant - http://www.winimage.com/zLibDll"; + +typedef struct linkedlist_datablock_internal_s +{ + struct linkedlist_datablock_internal_s *next_datablock; + uint32_t avail_in_this_block; + uint32_t filled_in_this_block; + uint32_t unused; /* for future use and alignment */ + uint8_t data[SIZEDATA_INDATABLOCK]; +} linkedlist_datablock_internal; + +typedef struct linkedlist_data_s +{ + linkedlist_datablock_internal *first_block; + linkedlist_datablock_internal *last_block; +} linkedlist_data; + +typedef struct +{ + z_stream stream; /* zLib stream structure for inflate */ +#ifdef HAVE_BZIP2 + bz_stream bstream; /* bzLib stream structure for bziped */ +#endif +#ifdef HAVE_APPLE_COMPRESSION + compression_stream astream; /* libcompression stream structure */ +#endif +#ifdef HAVE_AES + fcrypt_ctx aes_ctx; + prng_ctx aes_rng[1]; +#endif + int stream_initialised; /* 1 is stream is initialized */ + uint32_t pos_in_buffered_data; /* last written byte in buffered_data */ + + uint64_t pos_local_header; /* offset of the local header of the file currently writing */ + char *central_header; /* central header data for the current file */ + uint16_t size_centralextra; + uint16_t size_centralheader; /* size of the central header for cur file */ + uint16_t size_centralextrafree; /* Extra bytes allocated to the central header but that are not used */ + uint16_t size_comment; + uint16_t flag; /* flag of the file currently writing */ + + uint16_t method; /* compression method written to file.*/ + uint16_t compression_method; /* compression method to use */ + int raw; /* 1 for directly writing raw data */ + uint8_t buffered_data[Z_BUFSIZE]; /* buffer contain compressed data to be writ*/ + uint32_t dos_date; + uint32_t crc32; + int zip64; /* add ZIP64 extended information in the extra field */ + uint32_t number_disk; /* number of current disk used for spanning ZIP */ + uint64_t total_compressed; + uint64_t total_uncompressed; +#ifndef NOCRYPT + uint32_t keys[3]; /* keys defining the pseudo-random sequence */ + const z_crc_t *pcrc_32_tab; +#endif +} curfile64_info; + +typedef struct +{ + zlib_filefunc64_32_def z_filefunc; + voidpf filestream; /* io structure of the zipfile */ + voidpf filestream_with_CD; /* io structure of the zipfile with the central dir */ + linkedlist_data central_dir; /* datablock with central dir in construction*/ + int in_opened_file_inzip; /* 1 if a file in the zip is currently writ.*/ + int append; /* append mode */ + curfile64_info ci; /* info on the file currently writing */ + + uint64_t add_position_when_writting_offset; + uint64_t number_entry; + uint64_t disk_size; /* size of each disk */ + uint32_t number_disk; /* number of the current disk, used for spanning ZIP */ + uint32_t number_disk_with_CD; /* number the the disk with central dir, used for spanning ZIP */ +#ifndef NO_ADDFILEINEXISTINGZIP + char *globalcomment; +#endif +} zip64_internal; + +/* Allocate a new data block */ +static linkedlist_datablock_internal *allocate_new_datablock(void) +{ + linkedlist_datablock_internal *ldi = NULL; + + ldi = (linkedlist_datablock_internal*)ALLOC(sizeof(linkedlist_datablock_internal)); + + if (ldi != NULL) + { + ldi->next_datablock = NULL; + ldi->filled_in_this_block = 0; + ldi->avail_in_this_block = SIZEDATA_INDATABLOCK; + } + return ldi; +} + +/* Free data block in linked list */ +static void free_datablock(linkedlist_datablock_internal *ldi) +{ + while (ldi != NULL) + { + linkedlist_datablock_internal *ldinext = ldi->next_datablock; + TRYFREE(ldi); + ldi = ldinext; + } +} + +/* Initialize linked list */ +static void init_linkedlist(linkedlist_data *ll) +{ + ll->first_block = ll->last_block = NULL; +} + +/* Free entire linked list and all data blocks */ +static void free_linkedlist(linkedlist_data *ll) +{ + free_datablock(ll->first_block); + ll->first_block = ll->last_block = NULL; +} + +/* Add data to linked list data block */ +static int add_data_in_datablock(linkedlist_data *ll, const void *buf, uint32_t len) +{ + linkedlist_datablock_internal *ldi = NULL; + const unsigned char *from_copy = NULL; + + if (ll == NULL) + return ZIP_INTERNALERROR; + + if (ll->last_block == NULL) + { + ll->first_block = ll->last_block = allocate_new_datablock(); + if (ll->first_block == NULL) + return ZIP_INTERNALERROR; + } + + ldi = ll->last_block; + from_copy = (unsigned char*)buf; + + while (len > 0) + { + uint32_t copy_this = 0; + uint32_t i = 0; + unsigned char *to_copy = NULL; + + if (ldi->avail_in_this_block == 0) + { + ldi->next_datablock = allocate_new_datablock(); + if (ldi->next_datablock == NULL) + return ZIP_INTERNALERROR; + ldi = ldi->next_datablock ; + ll->last_block = ldi; + } + + if (ldi->avail_in_this_block < len) + copy_this = ldi->avail_in_this_block; + else + copy_this = len; + + to_copy = &(ldi->data[ldi->filled_in_this_block]); + + for (i = 0; i < copy_this; i++) + *(to_copy+i) = *(from_copy+i); + + ldi->filled_in_this_block += copy_this; + ldi->avail_in_this_block -= copy_this; + from_copy += copy_this; + len -= copy_this; + } + return ZIP_OK; +} + +/* Inputs a long in LSB order to the given file: nbByte == 1, 2 ,4 or 8 (byte, short or long, uint64_t) */ +static int zipWriteValue(const zlib_filefunc64_32_def *pzlib_filefunc_def, voidpf filestream, + uint64_t x, uint32_t len) +{ + unsigned char buf[8]; + uint32_t n = 0; + + for (n = 0; n < len; n++) + { + buf[n] = (unsigned char)(x & 0xff); + x >>= 8; + } + + if (x != 0) + { + /* Data overflow - hack for ZIP64 (X Roche) */ + for (n = 0; n < len; n++) + { + buf[n] = 0xff; + } + } + + if (ZWRITE64(*pzlib_filefunc_def, filestream, buf, len) != len) + return ZIP_ERRNO; + + return ZIP_OK; +} + +static void zipWriteValueToMemory(void* dest, uint64_t x, uint32_t len) +{ + unsigned char *buf = (unsigned char*)dest; + uint32_t n = 0; + + for (n = 0; n < len; n++) + { + buf[n] = (unsigned char)(x & 0xff); + x >>= 8; + } + + if (x != 0) + { + /* data overflow - hack for ZIP64 */ + for (n = 0; n < len; n++) + { + buf[n] = 0xff; + } + } +} + +static void zipWriteValueToMemoryAndMove(unsigned char **dest_ptr, uint64_t x, uint32_t len) +{ + zipWriteValueToMemory(*dest_ptr, x, len); + *dest_ptr += len; +} + +static int zipReadUInt8(const zlib_filefunc64_32_def *pzlib_filefunc_def, voidpf filestream, uint8_t *value) +{ + uint8_t c = 0; + if (ZREAD64(*pzlib_filefunc_def, filestream, &c, 1) == 1) + { + *value = (uint8_t)c; + return ZIP_OK; + } + if (ZERROR64(*pzlib_filefunc_def, filestream)) + return ZIP_ERRNO; + return ZIP_EOF; +} + +static int zipReadUInt16(const zlib_filefunc64_32_def *pzlib_filefunc_def, voidpf filestream, uint16_t *value) +{ + uint16_t x = 0; + uint8_t c = 0; + int err = ZIP_OK; + + err = zipReadUInt8(pzlib_filefunc_def, filestream, &c); + x = (uint16_t)c; + if (err == ZIP_OK) + err = zipReadUInt8(pzlib_filefunc_def, filestream, &c); + x += ((uint16_t)c) << 8; + + if (err == ZIP_OK) + *value = x; + else + *value = 0; + return err; +} + +static int zipReadUInt32(const zlib_filefunc64_32_def *pzlib_filefunc_def, voidpf filestream, uint32_t *value) +{ + uint32_t x = 0; + uint8_t c = 0; + int err = ZIP_OK; + + err = zipReadUInt8(pzlib_filefunc_def, filestream, &c); + x = (uint32_t)c; + if (err == ZIP_OK) + err = zipReadUInt8(pzlib_filefunc_def, filestream, &c); + x += ((uint32_t)c) << 8; + if (err == ZIP_OK) + err = zipReadUInt8(pzlib_filefunc_def, filestream, &c); + x += ((uint32_t)c) << 16; + if (err == ZIP_OK) + err = zipReadUInt8(pzlib_filefunc_def, filestream, &c); + x += ((uint32_t)c) << 24; + + if (err == ZIP_OK) + *value = x; + else + *value = 0; + return err; +} + +static int zipReadUInt64(const zlib_filefunc64_32_def *pzlib_filefunc_def, voidpf filestream, uint64_t *value) +{ + uint64_t x = 0; + uint8_t c = 0; + int err = ZIP_OK; + + err = zipReadUInt8(pzlib_filefunc_def, filestream, &c); + x = (uint64_t)c; + if (err == ZIP_OK) + err = zipReadUInt8(pzlib_filefunc_def, filestream, &c); + x += ((uint64_t)c) << 8; + if (err == ZIP_OK) + err = zipReadUInt8(pzlib_filefunc_def, filestream, &c); + x += ((uint64_t)c) << 16; + if (err == ZIP_OK) + err = zipReadUInt8(pzlib_filefunc_def, filestream, &c); + x += ((uint64_t)c) << 24; + if (err == ZIP_OK) + err = zipReadUInt8(pzlib_filefunc_def, filestream, &c); + x += ((uint64_t)c) << 32; + if (err == ZIP_OK) + err = zipReadUInt8(pzlib_filefunc_def, filestream, &c); + x += ((uint64_t)c) << 40; + if (err == ZIP_OK) + err = zipReadUInt8(pzlib_filefunc_def, filestream, &c); + x += ((uint64_t)c) << 48; + if (err == ZIP_OK) + err = zipReadUInt8(pzlib_filefunc_def, filestream, &c); + x += ((uint64_t)c) << 56; + + if (err == ZIP_OK) + *value = x; + else + *value = 0; + + return err; +} + +/* Gets the amount of bytes left to write to the current disk for spanning archives */ +static void zipGetDiskSizeAvailable(zipFile file, uint64_t *size_available) +{ + zip64_internal *zi = NULL; + uint64_t current_disk_size = 0; + + zi = (zip64_internal*)file; + ZSEEK64(zi->z_filefunc, zi->filestream, 0, ZLIB_FILEFUNC_SEEK_END); + current_disk_size = ZTELL64(zi->z_filefunc, zi->filestream); + *size_available = zi->disk_size - current_disk_size; +} + +/* Goes to a specific disk number for spanning archives */ +static int zipGoToSpecificDisk(zipFile file, uint32_t number_disk, int open_existing) +{ + zip64_internal *zi = NULL; + int err = ZIP_OK; + + zi = (zip64_internal*)file; + if (zi->disk_size == 0) + return err; + + if ((zi->filestream != NULL) && (zi->filestream != zi->filestream_with_CD)) + ZCLOSE64(zi->z_filefunc, zi->filestream); + + zi->filestream = ZOPENDISK64(zi->z_filefunc, zi->filestream_with_CD, number_disk, (open_existing == 1) ? + (ZLIB_FILEFUNC_MODE_READ | ZLIB_FILEFUNC_MODE_WRITE | ZLIB_FILEFUNC_MODE_EXISTING) : + (ZLIB_FILEFUNC_MODE_READ | ZLIB_FILEFUNC_MODE_WRITE | ZLIB_FILEFUNC_MODE_CREATE)); + + if (zi->filestream == NULL) + err = ZIP_ERRNO; + + return err; +} + +/* Goes to the first disk in a spanned archive */ +static int zipGoToFirstDisk(zipFile file) +{ + zip64_internal *zi = NULL; + uint32_t number_disk_next = 0; + int err = ZIP_OK; + + zi = (zip64_internal*)file; + + if (zi->disk_size == 0) + return err; + number_disk_next = 0; + if (zi->number_disk_with_CD > 0) + number_disk_next = zi->number_disk_with_CD - 1; + err = zipGoToSpecificDisk(file, number_disk_next, (zi->append == APPEND_STATUS_ADDINZIP)); + if ((err == ZIP_ERRNO) && (zi->append == APPEND_STATUS_ADDINZIP)) + err = zipGoToSpecificDisk(file, number_disk_next, 0); + if (err == ZIP_OK) + zi->number_disk = number_disk_next; + ZSEEK64(zi->z_filefunc, zi->filestream, 0, ZLIB_FILEFUNC_SEEK_END); + return err; +} + +/* Goes to the next disk in a spanned archive */ +static int zipGoToNextDisk(zipFile file) +{ + zip64_internal *zi = NULL; + uint64_t size_available_in_disk = 0; + uint32_t number_disk_next = 0; + int err = ZIP_OK; + + zi = (zip64_internal*)file; + if (zi->disk_size == 0) + return err; + + number_disk_next = zi->number_disk + 1; + + do + { + err = zipGoToSpecificDisk(file, number_disk_next, (zi->append == APPEND_STATUS_ADDINZIP)); + if ((err == ZIP_ERRNO) && (zi->append == APPEND_STATUS_ADDINZIP)) + err = zipGoToSpecificDisk(file, number_disk_next, 0); + if (err != ZIP_OK) + break; + zipGetDiskSizeAvailable(file, &size_available_in_disk); + zi->number_disk = number_disk_next; + zi->number_disk_with_CD = zi->number_disk + 1; + + number_disk_next += 1; + } + while (size_available_in_disk <= 0); + + return err; +} + +/* Locate the Central directory of a zipfile (at the end, just before the global comment) */ +static uint64_t zipSearchCentralDir(const zlib_filefunc64_32_def *pzlib_filefunc_def, voidpf filestream) +{ + unsigned char *buf = NULL; + uint64_t file_size = 0; + uint64_t back_read = 4; + uint64_t max_back = UINT16_MAX; /* maximum size of global comment */ + uint64_t pos_found = 0; + uint32_t read_size = 0; + uint64_t read_pos = 0; + uint32_t i = 0; + + buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); + if (buf == NULL) + return 0; + + if (ZSEEK64(*pzlib_filefunc_def, filestream, 0, ZLIB_FILEFUNC_SEEK_END) != 0) + { + TRYFREE(buf); + return 0; + } + + file_size = ZTELL64(*pzlib_filefunc_def, filestream); + + if (max_back > file_size) + max_back = file_size; + + while (back_read < max_back) + { + if (back_read + BUFREADCOMMENT > max_back) + back_read = max_back; + else + back_read += BUFREADCOMMENT; + + read_pos = file_size-back_read; + read_size = ((BUFREADCOMMENT+4) < (file_size - read_pos)) ? + (BUFREADCOMMENT+4) : (uint32_t)(file_size - read_pos); + + if (ZSEEK64(*pzlib_filefunc_def, filestream, read_pos, ZLIB_FILEFUNC_SEEK_SET) != 0) + break; + if (ZREAD64(*pzlib_filefunc_def, filestream, buf, read_size) != read_size) + break; + + for (i = read_size-3; (i--) > 0;) + if ((*(buf+i)) == (ENDHEADERMAGIC & 0xff) && + (*(buf+i+1)) == (ENDHEADERMAGIC >> 8 & 0xff) && + (*(buf+i+2)) == (ENDHEADERMAGIC >> 16 & 0xff) && + (*(buf+i+3)) == (ENDHEADERMAGIC >> 24 & 0xff)) + { + pos_found = read_pos+i; + break; + } + + if (pos_found != 0) + break; + } + TRYFREE(buf); + return pos_found; +} + +/* Locate the Central directory 64 of a zipfile (at the end, just before the global comment) */ +static uint64_t zipSearchCentralDir64(const zlib_filefunc64_32_def *pzlib_filefunc_def, voidpf filestream, + const uint64_t endcentraloffset) +{ + uint64_t offset = 0; + uint32_t value32 = 0; + + /* Zip64 end of central directory locator */ + if (ZSEEK64(*pzlib_filefunc_def, filestream, endcentraloffset - SIZECENTRALHEADERLOCATOR, ZLIB_FILEFUNC_SEEK_SET) != 0) + return 0; + + /* Read locator signature */ + if (zipReadUInt32(pzlib_filefunc_def, filestream, &value32) != ZIP_OK) + return 0; + if (value32 != ZIP64ENDLOCHEADERMAGIC) + return 0; + /* Number of the disk with the start of the zip64 end of central directory */ + if (zipReadUInt32(pzlib_filefunc_def, filestream, &value32) != ZIP_OK) + return 0; + /* Relative offset of the zip64 end of central directory record */ + if (zipReadUInt64(pzlib_filefunc_def, filestream, &offset) != ZIP_OK) + return 0; + /* Total number of disks */ + if (zipReadUInt32(pzlib_filefunc_def, filestream, &value32) != ZIP_OK) + return 0; + /* Goto end of central directory record */ + if (ZSEEK64(*pzlib_filefunc_def,filestream, offset, ZLIB_FILEFUNC_SEEK_SET) != 0) + return 0; + /* The signature */ + if (zipReadUInt32(pzlib_filefunc_def, filestream, &value32) != ZIP_OK) + return 0; + if (value32 != ZIP64ENDHEADERMAGIC) + return 0; + + return offset; +} + +extern zipFile ZEXPORT zipOpen4(const void *path, int append, uint64_t disk_size, const char **globalcomment, + zlib_filefunc64_32_def *pzlib_filefunc64_32_def) +{ + zip64_internal ziinit; + zip64_internal *zi = NULL; +#ifndef NO_ADDFILEINEXISTINGZIP + uint64_t byte_before_the_zipfile = 0; /* byte before the zipfile, (>0 for sfx)*/ + uint64_t size_central_dir = 0; /* size of the central directory */ + uint64_t offset_central_dir = 0; /* offset of start of central directory */ + uint64_t number_entry_CD = 0; /* total number of entries in the central dir */ + uint64_t number_entry = 0; + uint64_t central_pos = 0; + uint64_t size_central_dir_to_read = 0; + uint16_t value16 = 0; + uint32_t value32 = 0; + uint16_t size_comment = 0; + size_t buf_size = SIZEDATA_INDATABLOCK; + void *buf_read = NULL; +#endif + int err = ZIP_OK; + int mode = 0; + + ziinit.z_filefunc.zseek32_file = NULL; + ziinit.z_filefunc.ztell32_file = NULL; + + if (pzlib_filefunc64_32_def == NULL) + fill_fopen64_filefunc(&ziinit.z_filefunc.zfile_func64); + else + ziinit.z_filefunc = *pzlib_filefunc64_32_def; + + if (append == APPEND_STATUS_CREATE) + mode = (ZLIB_FILEFUNC_MODE_READ | ZLIB_FILEFUNC_MODE_WRITE | ZLIB_FILEFUNC_MODE_CREATE); + else + mode = (ZLIB_FILEFUNC_MODE_READ | ZLIB_FILEFUNC_MODE_WRITE | ZLIB_FILEFUNC_MODE_EXISTING); + + ziinit.filestream = ZOPEN64(ziinit.z_filefunc, path, mode); + if (ziinit.filestream == NULL) + return NULL; + + if (append == APPEND_STATUS_CREATEAFTER) + { + /* Don't support spanning ZIP with APPEND_STATUS_CREATEAFTER */ + if (disk_size > 0) + return NULL; + + ZSEEK64(ziinit.z_filefunc,ziinit.filestream,0,SEEK_END); + } + + ziinit.filestream_with_CD = ziinit.filestream; + ziinit.append = append; + ziinit.number_disk = 0; + ziinit.number_disk_with_CD = 0; + ziinit.disk_size = disk_size; + ziinit.in_opened_file_inzip = 0; + ziinit.ci.stream_initialised = 0; + ziinit.number_entry = 0; + ziinit.add_position_when_writting_offset = 0; + init_linkedlist(&(ziinit.central_dir)); + + zi = (zip64_internal*)ALLOC(sizeof(zip64_internal)); + if (zi == NULL) + { + ZCLOSE64(ziinit.z_filefunc,ziinit.filestream); + return NULL; + } + +#ifndef NO_ADDFILEINEXISTINGZIP + /* Add file in a zipfile */ + ziinit.globalcomment = NULL; + if (append == APPEND_STATUS_ADDINZIP) + { + /* Read and Cache Central Directory Records */ + central_pos = zipSearchCentralDir(&ziinit.z_filefunc,ziinit.filestream); + /* Disable to allow appending to empty ZIP archive (must be standard zip, not zip64) + if (central_pos == 0) + err = ZIP_ERRNO; + */ + + if (err == ZIP_OK) + { + /* Read end of central directory info */ + if (ZSEEK64(ziinit.z_filefunc, ziinit.filestream, central_pos,ZLIB_FILEFUNC_SEEK_SET) != 0) + err = ZIP_ERRNO; + + /* The signature, already checked */ + if (zipReadUInt32(&ziinit.z_filefunc, ziinit.filestream, &value32) != ZIP_OK) + err = ZIP_ERRNO; + /* Number of this disk */ + if (zipReadUInt16(&ziinit.z_filefunc, ziinit.filestream, &value16) != ZIP_OK) + err = ZIP_ERRNO; + ziinit.number_disk = value16; + /* Number of the disk with the start of the central directory */ + if (zipReadUInt16(&ziinit.z_filefunc, ziinit.filestream, &value16) != ZIP_OK) + err = ZIP_ERRNO; + ziinit.number_disk_with_CD = value16; + /* Total number of entries in the central dir on this disk */ + number_entry = 0; + if (zipReadUInt16(&ziinit.z_filefunc, ziinit.filestream, &value16) != ZIP_OK) + err = ZIP_ERRNO; + else + number_entry = value16; + /* Total number of entries in the central dir */ + number_entry_CD = 0; + if (zipReadUInt16(&ziinit.z_filefunc, ziinit.filestream, &value16) != ZIP_OK) + err = ZIP_ERRNO; + else + number_entry_CD = value16; + if (number_entry_CD!=number_entry) + err = ZIP_BADZIPFILE; + /* Size of the central directory */ + size_central_dir = 0; + if (zipReadUInt32(&ziinit.z_filefunc, ziinit.filestream, &value32) != ZIP_OK) + err = ZIP_ERRNO; + else + size_central_dir = value32; + /* Offset of start of central directory with respect to the starting disk number */ + offset_central_dir = 0; + if (zipReadUInt32(&ziinit.z_filefunc, ziinit.filestream, &value32) != ZIP_OK) + err = ZIP_ERRNO; + else + offset_central_dir = value32; + /* Zipfile global comment length */ + if (zipReadUInt16(&ziinit.z_filefunc, ziinit.filestream, &size_comment) != ZIP_OK) + err = ZIP_ERRNO; + + if ((err == ZIP_OK) && ((number_entry_CD == UINT16_MAX) || (offset_central_dir == UINT32_MAX))) + { + /* Format should be Zip64, as the central directory or file size is too large */ + central_pos = zipSearchCentralDir64(&ziinit.z_filefunc, ziinit.filestream, central_pos); + + if (central_pos) + { + uint64_t sizeEndOfCentralDirectory; + + if (ZSEEK64(ziinit.z_filefunc, ziinit.filestream, central_pos, ZLIB_FILEFUNC_SEEK_SET) != 0) + err = ZIP_ERRNO; + + /* The signature, already checked */ + if (zipReadUInt32(&ziinit.z_filefunc, ziinit.filestream, &value32) != ZIP_OK) + err = ZIP_ERRNO; + /* Size of zip64 end of central directory record */ + if (zipReadUInt64(&ziinit.z_filefunc, ziinit.filestream, &sizeEndOfCentralDirectory) != ZIP_OK) + err = ZIP_ERRNO; + /* Version made by */ + if (zipReadUInt16(&ziinit.z_filefunc, ziinit.filestream, &value16) != ZIP_OK) + err = ZIP_ERRNO; + /* Version needed to extract */ + if (zipReadUInt16(&ziinit.z_filefunc, ziinit.filestream, &value16) != ZIP_OK) + err = ZIP_ERRNO; + /* Number of this disk */ + if (zipReadUInt32(&ziinit.z_filefunc, ziinit.filestream, &ziinit.number_disk) != ZIP_OK) + err = ZIP_ERRNO; + /* Number of the disk with the start of the central directory */ + if (zipReadUInt32(&ziinit.z_filefunc, ziinit.filestream, &ziinit.number_disk_with_CD) != ZIP_OK) + err = ZIP_ERRNO; + /* Total number of entries in the central directory on this disk */ + if (zipReadUInt64(&ziinit.z_filefunc, ziinit.filestream, &number_entry) != ZIP_OK) + err = ZIP_ERRNO; + /* Total number of entries in the central directory */ + if (zipReadUInt64(&ziinit.z_filefunc, ziinit.filestream, &number_entry_CD) != ZIP_OK) + err = ZIP_ERRNO; + if (number_entry_CD!=number_entry) + err = ZIP_BADZIPFILE; + /* Size of the central directory */ + if (zipReadUInt64(&ziinit.z_filefunc, ziinit.filestream, &size_central_dir) != ZIP_OK) + err = ZIP_ERRNO; + /* Offset of start of central directory with respect to the starting disk number */ + if (zipReadUInt64(&ziinit.z_filefunc, ziinit.filestream, &offset_central_dir) != ZIP_OK) + err = ZIP_ERRNO; + } + else + err = ZIP_BADZIPFILE; + } + } + + if ((err == ZIP_OK) && (central_pos < offset_central_dir + size_central_dir)) + err = ZIP_BADZIPFILE; + + if ((err == ZIP_OK) && (size_comment > 0)) + { + ziinit.globalcomment = (char*)ALLOC(size_comment+1); + if (ziinit.globalcomment) + { + if (ZREAD64(ziinit.z_filefunc, ziinit.filestream, ziinit.globalcomment, size_comment) != size_comment) + err = ZIP_ERRNO; + else + ziinit.globalcomment[size_comment] = 0; + } + } + + if (err != ZIP_OK) + { + ZCLOSE64(ziinit.z_filefunc, ziinit.filestream); + TRYFREE(ziinit.globalcomment); + TRYFREE(zi); + return NULL; + } + + byte_before_the_zipfile = central_pos - (offset_central_dir+size_central_dir); + ziinit.add_position_when_writting_offset = byte_before_the_zipfile; + + /* Store central directory in memory */ + size_central_dir_to_read = size_central_dir; + buf_size = SIZEDATA_INDATABLOCK; + buf_read = (void*)ALLOC(buf_size); + + if (ZSEEK64(ziinit.z_filefunc, ziinit.filestream, + offset_central_dir + byte_before_the_zipfile, ZLIB_FILEFUNC_SEEK_SET) != 0) + err = ZIP_ERRNO; + + while ((size_central_dir_to_read > 0) && (err == ZIP_OK)) + { + uint64_t read_this = SIZEDATA_INDATABLOCK; + if (read_this > size_central_dir_to_read) + read_this = size_central_dir_to_read; + + if (ZREAD64(ziinit.z_filefunc, ziinit.filestream, buf_read, (uint32_t)read_this) != read_this) + err = ZIP_ERRNO; + + if (err == ZIP_OK) + err = add_data_in_datablock(&ziinit.central_dir, buf_read, (uint32_t)read_this); + + size_central_dir_to_read -= read_this; + } + TRYFREE(buf_read); + + ziinit.number_entry = number_entry_CD; + + if (ZSEEK64(ziinit.z_filefunc, ziinit.filestream, + offset_central_dir+byte_before_the_zipfile, ZLIB_FILEFUNC_SEEK_SET) != 0) + err = ZIP_ERRNO; + } + + if (globalcomment) + *globalcomment = ziinit.globalcomment; +#endif + + if (err != ZIP_OK) + { +#ifndef NO_ADDFILEINEXISTINGZIP + TRYFREE(ziinit.globalcomment); +#endif + TRYFREE(zi); + return NULL; + } + + *zi = ziinit; + zipGoToFirstDisk((zipFile)zi); + return(zipFile)zi; +} + +extern zipFile ZEXPORT zipOpen2(const char *path, int append, const char **globalcomment, + zlib_filefunc_def *pzlib_filefunc32_def) +{ + if (pzlib_filefunc32_def != NULL) + { + zlib_filefunc64_32_def zlib_filefunc64_32_def_fill; + fill_zlib_filefunc64_32_def_from_filefunc32(&zlib_filefunc64_32_def_fill,pzlib_filefunc32_def); + return zipOpen4(path, append, 0, globalcomment, &zlib_filefunc64_32_def_fill); + } + return zipOpen4(path, append, 0, globalcomment, NULL); +} + +extern zipFile ZEXPORT zipOpen2_64(const void *path, int append, const char **globalcomment, + zlib_filefunc64_def *pzlib_filefunc_def) +{ + if (pzlib_filefunc_def != NULL) + { + zlib_filefunc64_32_def zlib_filefunc64_32_def_fill; + zlib_filefunc64_32_def_fill.zfile_func64 = *pzlib_filefunc_def; + zlib_filefunc64_32_def_fill.ztell32_file = NULL; + zlib_filefunc64_32_def_fill.zseek32_file = NULL; + return zipOpen4(path, append, 0, globalcomment, &zlib_filefunc64_32_def_fill); + } + return zipOpen4(path, append, 0, globalcomment, NULL); +} + +extern zipFile ZEXPORT zipOpen3(const char *path, int append, uint64_t disk_size, const char **globalcomment, + zlib_filefunc_def *pzlib_filefunc32_def) +{ + if (pzlib_filefunc32_def != NULL) + { + zlib_filefunc64_32_def zlib_filefunc64_32_def_fill; + fill_zlib_filefunc64_32_def_from_filefunc32(&zlib_filefunc64_32_def_fill,pzlib_filefunc32_def); + return zipOpen4(path, append, disk_size, globalcomment, &zlib_filefunc64_32_def_fill); + } + return zipOpen4(path, append, disk_size, globalcomment, NULL); +} + +extern zipFile ZEXPORT zipOpen3_64(const void *path, int append, uint64_t disk_size, const char **globalcomment, + zlib_filefunc64_def *pzlib_filefunc_def) +{ + if (pzlib_filefunc_def != NULL) + { + zlib_filefunc64_32_def zlib_filefunc64_32_def_fill; + zlib_filefunc64_32_def_fill.zfile_func64 = *pzlib_filefunc_def; + zlib_filefunc64_32_def_fill.ztell32_file = NULL; + zlib_filefunc64_32_def_fill.zseek32_file = NULL; + return zipOpen4(path, append, disk_size, globalcomment, &zlib_filefunc64_32_def_fill); + } + return zipOpen4(path, append, disk_size, globalcomment, NULL); +} + +extern zipFile ZEXPORT zipOpen(const char *path, int append) +{ + return zipOpen3((const void*)path, append, 0, NULL, NULL); +} + +extern zipFile ZEXPORT zipOpen64(const void *path, int append) +{ + return zipOpen3(path, append, 0, NULL, NULL); +} + +extern int ZEXPORT zipOpenNewFileInZip_internal(zipFile file, + const char *filename, + const zip_fileinfo *zipfi, + const void *extrafield_local, + uint16_t size_extrafield_local, + const void *extrafield_global, + uint16_t size_extrafield_global, + const char *comment, + uint16_t flag_base, + int zip64, + uint16_t method, + int level, + int raw, + int windowBits, + int memLevel, + int strategy, + const char *password, + int aes, + uint16_t version_madeby) +{ + zip64_internal *zi = NULL; + uint64_t size_available = 0; + uint64_t size_needed = 0; + uint16_t size_filename = 0; + uint16_t size_comment = 0; + uint16_t i = 0; + unsigned char *central_dir = NULL; + int err = ZIP_OK; + +#ifdef NOCRYPT + if (password != NULL) + return ZIP_PARAMERROR; +#endif + + if (file == NULL) + return ZIP_PARAMERROR; + + if ((method != 0) && +#ifdef HAVE_BZIP2 + (method != Z_BZIP2ED) && +#endif + (method != Z_DEFLATED)) + return ZIP_PARAMERROR; + + zi = (zip64_internal*)file; + + if (zi->in_opened_file_inzip == 1) + { + err = zipCloseFileInZip (file); + if (err != ZIP_OK) + return err; + } + + if (filename == NULL) + filename = "-"; + if (comment != NULL) + size_comment = (uint16_t)strlen(comment); + + size_filename = (uint16_t)strlen(filename); + + if (zipfi == NULL) + zi->ci.dos_date = 0; + else + { + if (zipfi->dos_date != 0) + zi->ci.dos_date = zipfi->dos_date; + } + + zi->ci.method = method; + zi->ci.compression_method = method; + zi->ci.raw = raw; + zi->ci.flag = flag_base | 8; + if ((level == 8) || (level == 9)) + zi->ci.flag |= 2; + if (level == 2) + zi->ci.flag |= 4; + if (level == 1) + zi->ci.flag |= 6; + + if (password != NULL) + { + zi->ci.flag |= 1; +#ifdef HAVE_AES + if (aes) + zi->ci.method = AES_METHOD; +#endif + } + else + { + zi->ci.flag &= ~1; + } + + if (zi->disk_size > 0) + { + if ((zi->number_disk == 0) && (zi->number_entry == 0)) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint32_t)DISKHEADERMAGIC, 4); + + /* Make sure enough space available on current disk for local header */ + zipGetDiskSizeAvailable((zipFile)zi, &size_available); + size_needed = 30 + size_filename + size_extrafield_local; +#ifdef HAVE_AES + if (zi->ci.method == AES_METHOD) + size_needed += 11; +#endif + if (size_available < size_needed) + zipGoToNextDisk((zipFile)zi); + } + + zi->ci.zip64 = zip64; + + zi->ci.pos_local_header = ZTELL64(zi->z_filefunc, zi->filestream); + if (zi->ci.pos_local_header >= UINT32_MAX) + zi->ci.zip64 = 1; + + zi->ci.size_comment = size_comment; + zi->ci.size_centralheader = SIZECENTRALHEADER + size_filename + size_extrafield_global; + zi->ci.size_centralextra = size_extrafield_global; + zi->ci.size_centralextrafree = 32; /* Extra space reserved for ZIP64 extra info */ +#ifdef HAVE_AES + if (zi->ci.method == AES_METHOD) + zi->ci.size_centralextrafree += 11; /* Extra space reserved for AES extra info */ +#endif + zi->ci.central_header = (char*)ALLOC((uint32_t)zi->ci.size_centralheader + zi->ci.size_centralextrafree + size_comment); + zi->ci.number_disk = zi->number_disk; + + /* Write central directory header */ + central_dir = (unsigned char*)zi->ci.central_header; + zipWriteValueToMemoryAndMove(¢ral_dir, (uint32_t)CENTRALHEADERMAGIC, 4); + zipWriteValueToMemoryAndMove(¢ral_dir, version_madeby, 2); + if (zi->ci.zip64) + zipWriteValueToMemoryAndMove(¢ral_dir, (uint16_t)45, 2); + else + zipWriteValueToMemoryAndMove(¢ral_dir, (uint16_t)20, 2); + zipWriteValueToMemoryAndMove(¢ral_dir, zi->ci.flag, 2); + zipWriteValueToMemoryAndMove(¢ral_dir, zi->ci.method, 2); + zipWriteValueToMemoryAndMove(¢ral_dir, zi->ci.dos_date, 4); + zipWriteValueToMemoryAndMove(¢ral_dir, (uint32_t)0, 4); /*crc*/ + zipWriteValueToMemoryAndMove(¢ral_dir, (uint32_t)0, 4); /*compr size*/ + zipWriteValueToMemoryAndMove(¢ral_dir, (uint32_t)0, 4); /*uncompr size*/ + zipWriteValueToMemoryAndMove(¢ral_dir, size_filename, 2); + zipWriteValueToMemoryAndMove(¢ral_dir, size_extrafield_global, 2); + zipWriteValueToMemoryAndMove(¢ral_dir, size_comment, 2); + zipWriteValueToMemoryAndMove(¢ral_dir, (uint16_t)zi->ci.number_disk, 2); /*disk nm start*/ + + if (zipfi == NULL) + zipWriteValueToMemoryAndMove(¢ral_dir, (uint16_t)0, 2); + else + zipWriteValueToMemoryAndMove(¢ral_dir, zipfi->internal_fa, 2); + if (zipfi == NULL) + zipWriteValueToMemoryAndMove(¢ral_dir, (uint32_t)0, 4); + else + zipWriteValueToMemoryAndMove(¢ral_dir, zipfi->external_fa, 4); + if (zi->ci.pos_local_header >= UINT32_MAX) + zipWriteValueToMemoryAndMove(¢ral_dir, UINT32_MAX, 4); + else + zipWriteValueToMemoryAndMove(¢ral_dir, + (uint32_t)(zi->ci.pos_local_header - zi->add_position_when_writting_offset), 4); + + for (i = 0; i < size_filename; i++) + zi->ci.central_header[SIZECENTRALHEADER+i] = filename[i]; + for (i = 0; i < size_extrafield_global; i++) + zi->ci.central_header[SIZECENTRALHEADER+size_filename+i] = + ((const char*)extrafield_global)[i]; + + /* Store comment at the end for later repositioning */ + for (i = 0; i < size_comment; i++) + zi->ci.central_header[zi->ci.size_centralheader+ + zi->ci.size_centralextrafree+i] = comment[i]; + + if (zi->ci.central_header == NULL) + return ZIP_INTERNALERROR; + + /* Write the local header */ + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint32_t)LOCALHEADERMAGIC, 4); + + if (err == ZIP_OK) + { + if (zi->ci.zip64) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint16_t)45, 2); /* version needed to extract */ + else + err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint16_t)20, 2); /* version needed to extract */ + } + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, zi->ci.flag, 2); + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, zi->ci.method, 2); + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, zi->ci.dos_date, 4); + + /* CRC & compressed size & uncompressed size is in data descriptor */ + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint32_t)0, 4); /* crc 32, unknown */ + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint32_t)0, 4); /* compressed size, unknown */ + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint32_t)0, 4); /* uncompressed size, unknown */ + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, size_filename, 2); + if (err == ZIP_OK) + { + uint64_t size_extrafield = size_extrafield_local; +#ifdef HAVE_AES + if (zi->ci.method == AES_METHOD) + size_extrafield += 11; +#endif + err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint16_t)size_extrafield, 2); + } + if ((err == ZIP_OK) && (size_filename > 0)) + { + if (ZWRITE64(zi->z_filefunc, zi->filestream, filename, size_filename) != size_filename) + err = ZIP_ERRNO; + } + if ((err == ZIP_OK) && (size_extrafield_local > 0)) + { + if (ZWRITE64(zi->z_filefunc, zi->filestream, extrafield_local, size_extrafield_local) != size_extrafield_local) + err = ZIP_ERRNO; + } + +#ifdef HAVE_AES + /* Write the AES extended info */ + if ((err == ZIP_OK) && (zi->ci.method == AES_METHOD)) + { + int headerid = 0x9901; + short datasize = 7; + + err = zipWriteValue(&zi->z_filefunc, zi->filestream, headerid, 2); + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, datasize, 2); + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, AES_VERSION, 2); + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, 'A', 1); + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, 'E', 1); + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, AES_ENCRYPTIONMODE, 1); + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, zi->ci.compression_method, 2); + } +#endif + + zi->ci.crc32 = 0; + zi->ci.stream_initialised = 0; + zi->ci.pos_in_buffered_data = 0; + zi->ci.total_compressed = 0; + zi->ci.total_uncompressed = 0; + +#ifdef HAVE_BZIP2 + zi->ci.bstream.avail_in = (uint16_t)0; + zi->ci.bstream.avail_out = (uint16_t)Z_BUFSIZE; + zi->ci.bstream.next_out = (char*)zi->ci.buffered_data; + zi->ci.bstream.total_in_hi32 = 0; + zi->ci.bstream.total_in_lo32 = 0; + zi->ci.bstream.total_out_hi32 = 0; + zi->ci.bstream.total_out_lo32 = 0; +#endif + + zi->ci.stream.avail_in = (uint16_t)0; + zi->ci.stream.avail_out = Z_BUFSIZE; + zi->ci.stream.next_out = zi->ci.buffered_data; + zi->ci.stream.total_in = 0; + zi->ci.stream.total_out = 0; + zi->ci.stream.data_type = Z_BINARY; + + if ((err == ZIP_OK) && (!zi->ci.raw)) + { + if (method == Z_DEFLATED) + { + zi->ci.stream.zalloc = (alloc_func)0; + zi->ci.stream.zfree = (free_func)0; + zi->ci.stream.opaque = (voidpf)zi; + + if (windowBits > 0) + windowBits = -windowBits; + +#ifdef HAVE_APPLE_COMPRESSION + err = compression_stream_init(&zi->ci.astream, COMPRESSION_STREAM_ENCODE, COMPRESSION_ZLIB); + if (err == COMPRESSION_STATUS_ERROR) + err = Z_ERRNO; + else + err = Z_OK; +#else + err = deflateInit2(&zi->ci.stream, level, Z_DEFLATED, windowBits, memLevel, strategy); +#endif + if (err == Z_OK) + zi->ci.stream_initialised = Z_DEFLATED; + } + else if (method == Z_BZIP2ED) + { +#ifdef HAVE_BZIP2 + zi->ci.bstream.bzalloc = 0; + zi->ci.bstream.bzfree = 0; + zi->ci.bstream.opaque = (voidpf)0; + + err = BZ2_bzCompressInit(&zi->ci.bstream, level, 0, 35); + if (err == BZ_OK) + zi->ci.stream_initialised = Z_BZIP2ED; +#endif + } + } + +#ifndef NOCRYPT + if ((err == Z_OK) && (password != NULL)) + { +#ifdef HAVE_AES + if (zi->ci.method == AES_METHOD) + { + unsigned char passverify[AES_PWVERIFYSIZE]; + unsigned char saltvalue[AES_MAXSALTLENGTH]; + uint16_t saltlength = 0; + + if ((AES_ENCRYPTIONMODE < 1) || (AES_ENCRYPTIONMODE > 3)) + return Z_ERRNO; + + saltlength = SALT_LENGTH(AES_ENCRYPTIONMODE); + + prng_init(cryptrand, zi->ci.aes_rng); + prng_rand(saltvalue, saltlength, zi->ci.aes_rng); + prng_end(zi->ci.aes_rng); + + fcrypt_init(AES_ENCRYPTIONMODE, (uint8_t *)password, (uint32_t)strlen(password), saltvalue, passverify, &zi->ci.aes_ctx); + + if (ZWRITE64(zi->z_filefunc, zi->filestream, saltvalue, saltlength) != saltlength) + err = ZIP_ERRNO; + if (ZWRITE64(zi->z_filefunc, zi->filestream, passverify, AES_PWVERIFYSIZE) != AES_PWVERIFYSIZE) + err = ZIP_ERRNO; + + zi->ci.total_compressed += saltlength + AES_PWVERIFYSIZE + AES_AUTHCODESIZE; + } + else +#endif + { + unsigned char buf_head[RAND_HEAD_LEN]; + uint32_t size_head = 0; + uint8_t verify1 = 0; + uint8_t verify2 = 0; + + zi->ci.pcrc_32_tab = get_crc_table(); + + /* + Info-ZIP modification to ZipCrypto format: + If bit 3 of the general purpose bit flag is set, it uses high byte of 16-bit File Time. + */ + verify1 = (uint8_t)((zi->ci.dos_date >> 16) & 0xff); + verify2 = (uint8_t)((zi->ci.dos_date >> 8) & 0xff); + + size_head = crypthead(password, buf_head, RAND_HEAD_LEN, zi->ci.keys, zi->ci.pcrc_32_tab, verify1, verify2); + zi->ci.total_compressed += size_head; + + if (ZWRITE64(zi->z_filefunc, zi->filestream, buf_head, size_head) != size_head) + err = ZIP_ERRNO; + } + } +#endif + + if (err == Z_OK) + zi->in_opened_file_inzip = 1; + return err; +} + +extern int ZEXPORT zipOpenNewFileInZip5(zipFile file, const char *filename, const zip_fileinfo *zipfi, + const void *extrafield_local, uint16_t size_extrafield_local, const void *extrafield_global, + uint16_t size_extrafield_global, const char *comment, uint16_t flag_base, int zip64, uint16_t method, int level, int raw, + int windowBits, int memLevel, int strategy, const char *password, int aes) +{ + return zipOpenNewFileInZip_internal(file, filename, zipfi, extrafield_local, size_extrafield_local, extrafield_global, + size_extrafield_global, comment, flag_base, zip64, method, level, raw, windowBits, memLevel, strategy, password, aes, + VERSIONMADEBY); +} + +extern int ZEXPORT zipOpenNewFileInZip4_64(zipFile file, const char *filename, const zip_fileinfo *zipfi, + const void *extrafield_local, uint16_t size_extrafield_local, const void *extrafield_global, + uint16_t size_extrafield_global, const char *comment, uint16_t method, int level, int raw, int windowBits, int memLevel, + int strategy, const char *password, ZIP_UNUSED uint32_t crc_for_crypting, uint16_t version_madeby, uint16_t flag_base, int zip64) +{ + uint8_t aes = 0; +#ifdef HAVE_AES + aes = 1; +#endif + return zipOpenNewFileInZip_internal(file, filename, zipfi, extrafield_local, size_extrafield_local, extrafield_global, + size_extrafield_global, comment, flag_base, zip64, method, level, raw, windowBits, memLevel, strategy, password, aes, + version_madeby); +} + +extern int ZEXPORT zipOpenNewFileInZip4(zipFile file, const char *filename, const zip_fileinfo *zipfi, + const void *extrafield_local, uint16_t size_extrafield_local, const void *extrafield_global, + uint16_t size_extrafield_global, const char *comment, uint16_t method, int level, int raw, int windowBits, + int memLevel, int strategy, const char *password, ZIP_UNUSED uint32_t crc_for_crypting, uint16_t version_madeby, uint16_t flag_base) +{ + return zipOpenNewFileInZip4_64(file, filename, zipfi, extrafield_local, size_extrafield_local, + extrafield_global, size_extrafield_global, comment, method, level, raw, windowBits, memLevel, + strategy, password, crc_for_crypting, version_madeby, flag_base, 0); +} + +extern int ZEXPORT zipOpenNewFileInZip3(zipFile file, const char *filename, const zip_fileinfo *zipfi, + const void *extrafield_local, uint16_t size_extrafield_local, const void *extrafield_global, + uint16_t size_extrafield_global, const char *comment, uint16_t method, int level, int raw, int windowBits, + int memLevel, int strategy, const char *password, ZIP_UNUSED uint32_t crc_for_crypting) +{ + return zipOpenNewFileInZip4_64(file, filename, zipfi, extrafield_local, size_extrafield_local, + extrafield_global, size_extrafield_global, comment, method, level, raw, windowBits, memLevel, + strategy, password, crc_for_crypting, VERSIONMADEBY, 0, 0); +} + +extern int ZEXPORT zipOpenNewFileInZip3_64(zipFile file, const char *filename, const zip_fileinfo *zipfi, + const void *extrafield_local, uint16_t size_extrafield_local, const void *extrafield_global, + uint16_t size_extrafield_global, const char *comment, uint16_t method, int level, int raw, int windowBits, + int memLevel, int strategy, const char *password, ZIP_UNUSED uint32_t crc_for_crypting, int zip64) +{ + return zipOpenNewFileInZip4_64(file, filename, zipfi, extrafield_local, size_extrafield_local, + extrafield_global, size_extrafield_global, comment, method, level, raw, windowBits, memLevel, strategy, + password, crc_for_crypting, VERSIONMADEBY, 0, zip64); +} + +extern int ZEXPORT zipOpenNewFileInZip2(zipFile file, const char *filename, const zip_fileinfo *zipfi, + const void *extrafield_local, uint16_t size_extrafield_local, const void *extrafield_global, + uint16_t size_extrafield_global, const char *comment, uint16_t method, int level, int raw) +{ + return zipOpenNewFileInZip4_64(file, filename, zipfi, extrafield_local, size_extrafield_local, + extrafield_global, size_extrafield_global, comment, method, level, raw, -MAX_WBITS, DEF_MEM_LEVEL, + Z_DEFAULT_STRATEGY, NULL, 0, VERSIONMADEBY, 0, 0); +} + +extern int ZEXPORT zipOpenNewFileInZip2_64(zipFile file, const char *filename, const zip_fileinfo *zipfi, + const void *extrafield_local, uint16_t size_extrafield_local, const void *extrafield_global, + uint16_t size_extrafield_global, const char *comment, uint16_t method, int level, int raw, int zip64) +{ + return zipOpenNewFileInZip4_64(file, filename, zipfi, extrafield_local, size_extrafield_local, + extrafield_global, size_extrafield_global, comment, method, level, raw, -MAX_WBITS, DEF_MEM_LEVEL, + Z_DEFAULT_STRATEGY, NULL, 0, VERSIONMADEBY, 0, zip64); +} + +extern int ZEXPORT zipOpenNewFileInZip64(zipFile file, const char *filename, const zip_fileinfo *zipfi, + const void *extrafield_local, uint16_t size_extrafield_local, const void *extrafield_global, + uint16_t size_extrafield_global, const char *comment, uint16_t method, int level, int zip64) +{ + return zipOpenNewFileInZip4_64(file, filename, zipfi, extrafield_local, size_extrafield_local, + extrafield_global, size_extrafield_global, comment, method, level, 0, -MAX_WBITS, DEF_MEM_LEVEL, + Z_DEFAULT_STRATEGY, NULL, 0, VERSIONMADEBY, 0, zip64); +} + +extern int ZEXPORT zipOpenNewFileInZip(zipFile file, const char *filename, const zip_fileinfo *zipfi, + const void *extrafield_local, uint16_t size_extrafield_local, const void *extrafield_global, + uint16_t size_extrafield_global, const char *comment, uint16_t method, int level) +{ + return zipOpenNewFileInZip4_64(file, filename, zipfi, extrafield_local, size_extrafield_local, + extrafield_global, size_extrafield_global, comment, method, level, 0, -MAX_WBITS, DEF_MEM_LEVEL, + Z_DEFAULT_STRATEGY, NULL, 0, VERSIONMADEBY, 0, 0); +} + +/* Flushes the write buffer to disk */ +static int zipFlushWriteBuffer(zip64_internal *zi) +{ + uint64_t size_available = 0; + uint32_t written = 0; + uint32_t total_written = 0; + uint32_t write = 0; + uint32_t max_write = 0; + int err = ZIP_OK; + + if ((zi->ci.flag & 1) != 0) + { +#ifndef NOCRYPT +#ifdef HAVE_AES + if (zi->ci.method == AES_METHOD) + { + fcrypt_encrypt(zi->ci.buffered_data, zi->ci.pos_in_buffered_data, &zi->ci.aes_ctx); + } + else +#endif + { + uint32_t i = 0; + uint8_t t = 0; + + for (i = 0; i < zi->ci.pos_in_buffered_data; i++) + zi->ci.buffered_data[i] = (uint8_t)zencode(zi->ci.keys, zi->ci.pcrc_32_tab, zi->ci.buffered_data[i], t); + } +#endif + } + + write = zi->ci.pos_in_buffered_data; + + do + { + max_write = write; + + if (zi->disk_size > 0) + { + zipGetDiskSizeAvailable((zipFile)zi, &size_available); + + if (size_available == 0) + { + err = zipGoToNextDisk((zipFile)zi); + if (err != ZIP_OK) + return err; + } + + if (size_available < (uint64_t)max_write) + max_write = (uint32_t)size_available; + } + + written = ZWRITE64(zi->z_filefunc, zi->filestream, zi->ci.buffered_data + total_written, max_write); + if (written != max_write) + { + err = ZIP_ERRNO; + break; + } + + total_written += written; + write -= written; + } + while (write > 0); + + zi->ci.total_compressed += zi->ci.pos_in_buffered_data; + +#ifdef HAVE_BZIP2 + if (zi->ci.compression_method == Z_BZIP2ED) + { + zi->ci.total_uncompressed += zi->ci.bstream.total_in_lo32; + zi->ci.bstream.total_in_lo32 = 0; + zi->ci.bstream.total_in_hi32 = 0; + } + else +#endif + { + zi->ci.total_uncompressed += zi->ci.stream.total_in; + zi->ci.stream.total_in = 0; + } + + zi->ci.pos_in_buffered_data = 0; + + return err; +} + +extern int ZEXPORT zipWriteInFileInZip(zipFile file, const void *buf, uint32_t len) +{ + zip64_internal *zi = NULL; + int err = ZIP_OK; + + if (file == NULL) + return ZIP_PARAMERROR; + zi = (zip64_internal*)file; + + if (zi->in_opened_file_inzip == 0) + return ZIP_PARAMERROR; + + zi->ci.crc32 = (uint32_t)crc32(zi->ci.crc32, buf, len); + +#ifdef HAVE_BZIP2 + if ((zi->ci.compression_method == Z_BZIP2ED) && (!zi->ci.raw)) + { + zi->ci.bstream.next_in = (void*)buf; + zi->ci.bstream.avail_in = len; + err = BZ_RUN_OK; + + while ((err == BZ_RUN_OK) && (zi->ci.bstream.avail_in > 0)) + { + if (zi->ci.bstream.avail_out == 0) + { + err = zipFlushWriteBuffer(zi); + + zi->ci.bstream.avail_out = (uint16_t)Z_BUFSIZE; + zi->ci.bstream.next_out = (char*)zi->ci.buffered_data; + } + else + { + uint32_t total_out_before_lo = zi->ci.bstream.total_out_lo32; + uint32_t total_out_before_hi = zi->ci.bstream.total_out_hi32; + + err = BZ2_bzCompress(&zi->ci.bstream, BZ_RUN); + + zi->ci.pos_in_buffered_data += (uint16_t)(zi->ci.bstream.total_out_lo32 - total_out_before_lo); + } + } + + if (err == BZ_RUN_OK) + err = ZIP_OK; + } + else +#endif + { + zi->ci.stream.next_in = (uint8_t*)buf; + zi->ci.stream.avail_in = len; + + while ((err == ZIP_OK) && (zi->ci.stream.avail_in > 0)) + { + if (zi->ci.stream.avail_out == 0) + { + err = zipFlushWriteBuffer(zi); + + zi->ci.stream.avail_out = Z_BUFSIZE; + zi->ci.stream.next_out = zi->ci.buffered_data; + } + + if (err != ZIP_OK) + break; + + if ((zi->ci.compression_method == Z_DEFLATED) && (!zi->ci.raw)) + { +#ifdef HAVE_APPLE_COMPRESSION + uLong total_out_before = zi->ci.stream.total_out; + + zi->ci.astream.src_ptr = zi->ci.stream.next_in; + zi->ci.astream.src_size = zi->ci.stream.avail_in; + zi->ci.astream.dst_ptr = zi->ci.stream.next_out; + zi->ci.astream.dst_size = zi->ci.stream.avail_out; + + compression_status status = 0; + compression_stream_flags flags = 0; + + status = compression_stream_process(&zi->ci.astream, flags); + + uLong total_out_after = len - zi->ci.astream.src_size; + + zi->ci.stream.next_in = zi->ci.astream.src_ptr; + zi->ci.stream.avail_in = zi->ci.astream.src_size; + zi->ci.stream.next_out = zi->ci.astream.dst_ptr; + zi->ci.stream.avail_out = zi->ci.astream.dst_size; + zi->ci.stream.total_in += total_out_after; + //zi->ci.stream.total_out += copy_this; + zi->ci.pos_in_buffered_data += total_out_after; + + if (status == COMPRESSION_STATUS_ERROR) + err = ZIP_INTERNALERROR; +#else + uint32_t total_out_before = (uint32_t)zi->ci.stream.total_out; + err = deflate(&zi->ci.stream, Z_NO_FLUSH); + zi->ci.pos_in_buffered_data += (uint32_t)(zi->ci.stream.total_out - total_out_before); +#endif + } + else + { + uint32_t copy_this = 0; + uint32_t i = 0; + if (zi->ci.stream.avail_in < zi->ci.stream.avail_out) + copy_this = zi->ci.stream.avail_in; + else + copy_this = zi->ci.stream.avail_out; + + for (i = 0; i < copy_this; i++) + *(((char*)zi->ci.stream.next_out)+i) = + *(((const char*)zi->ci.stream.next_in)+i); + + zi->ci.stream.avail_in -= copy_this; + zi->ci.stream.avail_out -= copy_this; + zi->ci.stream.next_in += copy_this; + zi->ci.stream.next_out += copy_this; + zi->ci.stream.total_in += copy_this; + zi->ci.stream.total_out += copy_this; + zi->ci.pos_in_buffered_data += copy_this; + } + } + } + + return err; +} + +extern int ZEXPORT zipCloseFileInZipRaw64(zipFile file, uint64_t uncompressed_size, uint32_t crc32) +{ + zip64_internal *zi = NULL; + uint16_t extra_data_size = 0; + uint32_t i = 0; + unsigned char *extra_info = NULL; + int err = ZIP_OK; + + if (file == NULL) + return ZIP_PARAMERROR; + zi = (zip64_internal*)file; + + if (zi->in_opened_file_inzip == 0) + return ZIP_PARAMERROR; + zi->ci.stream.avail_in = 0; + + if (!zi->ci.raw) + { + if (zi->ci.compression_method == Z_DEFLATED) + { + while (err == ZIP_OK) + { + uint32_t total_out_before = 0; + + if (zi->ci.stream.avail_out == 0) + { + err = zipFlushWriteBuffer(zi); + + zi->ci.stream.avail_out = Z_BUFSIZE; + zi->ci.stream.next_out = zi->ci.buffered_data; + } + + if (err != ZIP_OK) + break; + +#ifdef HAVE_APPLE_COMPRESSION + total_out_before = zi->ci.stream.total_out; + + zi->ci.astream.src_ptr = zi->ci.stream.next_in; + zi->ci.astream.src_size = zi->ci.stream.avail_in; + zi->ci.astream.dst_ptr = zi->ci.stream.next_out; + zi->ci.astream.dst_size = zi->ci.stream.avail_out; + + compression_status status = 0; + status = compression_stream_process(&zi->ci.astream, COMPRESSION_STREAM_FINALIZE); + + uint32_t total_out_after = Z_BUFSIZE - zi->ci.astream.dst_size; + + zi->ci.stream.next_in = zi->ci.astream.src_ptr; + zi->ci.stream.avail_in = zi->ci.astream.src_size; + zi->ci.stream.next_out = zi->ci.astream.dst_ptr; + zi->ci.stream.avail_out = zi->ci.astream.dst_size; + //zi->ci.stream.total_in += total_out_after; + //zi->ci.stream.total_out += copy_this; + zi->ci.pos_in_buffered_data += total_out_after; + + if (status == COMPRESSION_STATUS_ERROR) + { + err = ZIP_INTERNALERROR; + } + else if (status == COMPRESSION_STATUS_END) + { + err = Z_STREAM_END; + } +#else + total_out_before = (uint32_t)zi->ci.stream.total_out; + err = deflate(&zi->ci.stream, Z_FINISH); + zi->ci.pos_in_buffered_data += (uint16_t)(zi->ci.stream.total_out - total_out_before); +#endif + } + } + else if (zi->ci.compression_method == Z_BZIP2ED) + { +#ifdef HAVE_BZIP2 + err = BZ_FINISH_OK; + while (err == BZ_FINISH_OK) + { + uint32_t total_out_before = 0; + + if (zi->ci.bstream.avail_out == 0) + { + err = zipFlushWriteBuffer(zi); + + zi->ci.bstream.avail_out = (uint16_t)Z_BUFSIZE; + zi->ci.bstream.next_out = (char*)zi->ci.buffered_data; + } + + total_out_before = zi->ci.bstream.total_out_lo32; + err = BZ2_bzCompress(&zi->ci.bstream, BZ_FINISH); + if (err == BZ_STREAM_END) + err = Z_STREAM_END; + zi->ci.pos_in_buffered_data += (uint16_t)(zi->ci.bstream.total_out_lo32 - total_out_before); + } + + if (err == BZ_FINISH_OK) + err = ZIP_OK; +#endif + } + } + + if (err == Z_STREAM_END) + err = ZIP_OK; /* this is normal */ + + if ((zi->ci.pos_in_buffered_data > 0) && (err == ZIP_OK)) + { + err = zipFlushWriteBuffer(zi); + } + +#ifdef HAVE_AES + if (zi->ci.method == AES_METHOD) + { + unsigned char authcode[AES_AUTHCODESIZE]; + + fcrypt_end(authcode, &zi->ci.aes_ctx); + + if (ZWRITE64(zi->z_filefunc, zi->filestream, authcode, AES_AUTHCODESIZE) != AES_AUTHCODESIZE) + err = ZIP_ERRNO; + } +#endif + + if (!zi->ci.raw) + { + if (zi->ci.compression_method == Z_DEFLATED) + { + int tmp_err = 0; +#ifdef HAVE_APPLE_COMPRESSION + tmp_err = compression_stream_destroy(&zi->ci.astream); +#else + tmp_err = deflateEnd(&zi->ci.stream); +#endif + if (err == ZIP_OK) + err = tmp_err; + zi->ci.stream_initialised = 0; + } +#ifdef HAVE_BZIP2 + else if (zi->ci.compression_method == Z_BZIP2ED) + { + int tmperr = BZ2_bzCompressEnd(&zi->ci.bstream); + if (err == ZIP_OK) + err = tmperr; + zi->ci.stream_initialised = 0; + } +#endif + + crc32 = zi->ci.crc32; + uncompressed_size = zi->ci.total_uncompressed; + } + + /* Write data descriptor */ + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint32_t)DATADESCRIPTORMAGIC, 4); + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, crc32, 4); + if (err == ZIP_OK) + { + if (zi->ci.zip64) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, zi->ci.total_compressed, 8); + else + err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint32_t)zi->ci.total_compressed, 4); + } + if (err == ZIP_OK) + { + if (zi->ci.zip64) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, uncompressed_size, 8); + else + err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint32_t)uncompressed_size, 4); + } + + /* Update crc and sizes to central directory */ + zipWriteValueToMemory(zi->ci.central_header + 16, crc32, 4); /* crc */ + if (zi->ci.total_compressed >= UINT32_MAX) + zipWriteValueToMemory(zi->ci.central_header + 20, UINT32_MAX, 4); /* compr size */ + else + zipWriteValueToMemory(zi->ci.central_header + 20, zi->ci.total_compressed, 4); /* compr size */ + if (uncompressed_size >= UINT32_MAX) + zipWriteValueToMemory(zi->ci.central_header + 24, UINT32_MAX, 4); /* uncompr size */ + else + zipWriteValueToMemory(zi->ci.central_header + 24, uncompressed_size, 4); /* uncompr size */ + if (zi->ci.stream.data_type == Z_ASCII) + zipWriteValueToMemory(zi->ci.central_header + 36, (uint16_t)Z_ASCII, 2); /* internal file attrib */ + + /* Add ZIP64 extra info field for uncompressed size */ + if (uncompressed_size >= UINT32_MAX) + extra_data_size += 8; + /* Add ZIP64 extra info field for compressed size */ + if (zi->ci.total_compressed >= UINT32_MAX) + extra_data_size += 8; + /* Add ZIP64 extra info field for relative offset to local file header of current file */ + if (zi->ci.pos_local_header >= UINT32_MAX) + extra_data_size += 8; + + /* Add ZIP64 extra info header to central directory */ + if (extra_data_size > 0) + { + if ((uint32_t)(extra_data_size + 4) > zi->ci.size_centralextrafree) + return ZIP_BADZIPFILE; + + extra_info = (unsigned char*)zi->ci.central_header + zi->ci.size_centralheader; + + zipWriteValueToMemoryAndMove(&extra_info, 0x0001, 2); + zipWriteValueToMemoryAndMove(&extra_info, extra_data_size, 2); + + if (uncompressed_size >= UINT32_MAX) + zipWriteValueToMemoryAndMove(&extra_info, uncompressed_size, 8); + if (zi->ci.total_compressed >= UINT32_MAX) + zipWriteValueToMemoryAndMove(&extra_info, zi->ci.total_compressed, 8); + if (zi->ci.pos_local_header >= UINT32_MAX) + zipWriteValueToMemoryAndMove(&extra_info, zi->ci.pos_local_header, 8); + + zi->ci.size_centralextrafree -= extra_data_size + 4; + zi->ci.size_centralheader += extra_data_size + 4; + zi->ci.size_centralextra += extra_data_size + 4; + + zipWriteValueToMemory(zi->ci.central_header + 30, zi->ci.size_centralextra, 2); + } + +#ifdef HAVE_AES + /* Write AES extra info header to central directory */ + if (zi->ci.method == AES_METHOD) + { + extra_info = (unsigned char*)zi->ci.central_header + zi->ci.size_centralheader; + extra_data_size = 7; + + if ((uint32_t)(extra_data_size + 4) > zi->ci.size_centralextrafree) + return ZIP_BADZIPFILE; + + zipWriteValueToMemoryAndMove(&extra_info, 0x9901, 2); + zipWriteValueToMemoryAndMove(&extra_info, extra_data_size, 2); + zipWriteValueToMemoryAndMove(&extra_info, AES_VERSION, 2); + zipWriteValueToMemoryAndMove(&extra_info, 'A', 1); + zipWriteValueToMemoryAndMove(&extra_info, 'E', 1); + zipWriteValueToMemoryAndMove(&extra_info, AES_ENCRYPTIONMODE, 1); + zipWriteValueToMemoryAndMove(&extra_info, zi->ci.compression_method, 2); + + zi->ci.size_centralextrafree -= extra_data_size + 4; + zi->ci.size_centralheader += extra_data_size + 4; + zi->ci.size_centralextra += extra_data_size + 4; + + zipWriteValueToMemory(zi->ci.central_header + 30, zi->ci.size_centralextra, 2); + } +#endif + /* Restore comment to correct position */ + for (i = 0; i < zi->ci.size_comment; i++) + zi->ci.central_header[zi->ci.size_centralheader+i] = + zi->ci.central_header[zi->ci.size_centralheader+zi->ci.size_centralextrafree+i]; + zi->ci.size_centralheader += zi->ci.size_comment; + + if (err == ZIP_OK) + err = add_data_in_datablock(&zi->central_dir, zi->ci.central_header, zi->ci.size_centralheader); + + free(zi->ci.central_header); + + zi->number_entry++; + zi->in_opened_file_inzip = 0; + + return err; +} + +extern int ZEXPORT zipCloseFileInZipRaw(zipFile file, uint32_t uncompressed_size, uint32_t crc32) +{ + return zipCloseFileInZipRaw64(file, uncompressed_size, crc32); +} + +extern int ZEXPORT zipCloseFileInZip(zipFile file) +{ + return zipCloseFileInZipRaw(file, 0, 0); +} + +extern int ZEXPORT zipClose(zipFile file, const char *global_comment) +{ + return zipClose_64(file, global_comment); +} + +extern int ZEXPORT zipClose_64(zipFile file, const char *global_comment) +{ + return zipClose2_64(file, global_comment, VERSIONMADEBY); +} + +extern int ZEXPORT zipClose2_64(zipFile file, const char *global_comment, uint16_t version_madeby) +{ + zip64_internal *zi = NULL; + uint32_t size_centraldir = 0; + uint16_t size_global_comment = 0; + uint64_t centraldir_pos_inzip = 0; + uint64_t pos = 0; + uint64_t cd_pos = 0; + uint32_t write = 0; + int err = ZIP_OK; + + if (file == NULL) + return ZIP_PARAMERROR; + zi = (zip64_internal*)file; + + if (zi->in_opened_file_inzip == 1) + err = zipCloseFileInZip(file); + +#ifndef NO_ADDFILEINEXISTINGZIP + if (global_comment == NULL) + global_comment = zi->globalcomment; +#endif + + if (zi->filestream != zi->filestream_with_CD) + { + if (ZCLOSE64(zi->z_filefunc, zi->filestream) != 0) + if (err == ZIP_OK) + err = ZIP_ERRNO; + if (zi->disk_size > 0) + zi->number_disk_with_CD = zi->number_disk + 1; + zi->filestream = zi->filestream_with_CD; + } + + centraldir_pos_inzip = ZTELL64(zi->z_filefunc, zi->filestream); + + if (err == ZIP_OK) + { + linkedlist_datablock_internal *ldi = zi->central_dir.first_block; + while (ldi != NULL) + { + if ((err == ZIP_OK) && (ldi->filled_in_this_block > 0)) + { + write = ZWRITE64(zi->z_filefunc, zi->filestream, ldi->data, ldi->filled_in_this_block); + if (write != ldi->filled_in_this_block) + err = ZIP_ERRNO; + } + + size_centraldir += ldi->filled_in_this_block; + ldi = ldi->next_datablock; + } + } + + free_linkedlist(&(zi->central_dir)); + + pos = centraldir_pos_inzip - zi->add_position_when_writting_offset; + + /* Write the ZIP64 central directory header */ + if (pos >= UINT32_MAX || zi->number_entry > UINT32_MAX) + { + uint64_t zip64_eocd_pos_inzip = ZTELL64(zi->z_filefunc, zi->filestream); + uint32_t zip64_datasize = 44; + + err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint32_t)ZIP64ENDHEADERMAGIC, 4); + + /* Size of this 'zip64 end of central directory' */ + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint64_t)zip64_datasize, 8); + /* Version made by */ + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, version_madeby, 2); + /* version needed */ + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint16_t)45, 2); + /* Number of this disk */ + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, zi->number_disk_with_CD, 4); + /* Number of the disk with the start of the central directory */ + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, zi->number_disk_with_CD, 4); + /* Total number of entries in the central dir on this disk */ + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, zi->number_entry, 8); + /* Total number of entries in the central dir */ + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, zi->number_entry, 8); + /* Size of the central directory */ + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint64_t)size_centraldir, 8); + + if (err == ZIP_OK) + { + /* Offset of start of central directory with respect to the starting disk number */ + cd_pos = centraldir_pos_inzip - zi->add_position_when_writting_offset; + err = zipWriteValue(&zi->z_filefunc, zi->filestream, cd_pos, 8); + } + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint32_t)ZIP64ENDLOCHEADERMAGIC, 4); + + /* Number of the disk with the start of the central directory */ + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, zi->number_disk_with_CD, 4); + /* Relative offset to the Zip64EndOfCentralDirectory */ + if (err == ZIP_OK) + { + cd_pos = zip64_eocd_pos_inzip - zi->add_position_when_writting_offset; + err = zipWriteValue(&zi->z_filefunc, zi->filestream, cd_pos, 8); + } + /* Number of the disk with the start of the central directory */ + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, zi->number_disk_with_CD + 1, 4); + } + + /* Write the central directory header */ + + /* Signature */ + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint32_t)ENDHEADERMAGIC, 4); + /* Number of this disk */ + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint16_t)zi->number_disk_with_CD, 2); + /* Number of the disk with the start of the central directory */ + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint16_t)zi->number_disk_with_CD, 2); + /* Total number of entries in the central dir on this disk */ + if (err == ZIP_OK) + { + if (zi->number_entry >= UINT16_MAX) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, UINT16_MAX, 2); /* use value in ZIP64 record */ + else + err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint16_t)zi->number_entry, 2); + } + /* Total number of entries in the central dir */ + if (err == ZIP_OK) + { + if (zi->number_entry >= UINT16_MAX) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, UINT16_MAX, 2); /* use value in ZIP64 record */ + else + err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint16_t)zi->number_entry, 2); + } + /* Size of the central directory */ + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, size_centraldir, 4); + /* Offset of start of central directory with respect to the starting disk number */ + if (err == ZIP_OK) + { + cd_pos = centraldir_pos_inzip - zi->add_position_when_writting_offset; + if (pos >= UINT32_MAX) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, UINT32_MAX, 4); + else + err = zipWriteValue(&zi->z_filefunc, zi->filestream, (uint32_t)cd_pos, 4); + } + + /* Write global comment */ + + if (global_comment != NULL) + size_global_comment = (uint16_t)strlen(global_comment); + if (err == ZIP_OK) + err = zipWriteValue(&zi->z_filefunc, zi->filestream, size_global_comment, 2); + if (err == ZIP_OK && size_global_comment > 0) + { + if (ZWRITE64(zi->z_filefunc, zi->filestream, global_comment, size_global_comment) != size_global_comment) + err = ZIP_ERRNO; + } + + if ((ZCLOSE64(zi->z_filefunc, zi->filestream) != 0) && (err == ZIP_OK)) + err = ZIP_ERRNO; + +#ifndef NO_ADDFILEINEXISTINGZIP + TRYFREE(zi->globalcomment); +#endif + TRYFREE(zi); + + return err; +} diff --git a/Pods/SSZipArchive/SSZipArchive/minizip/zip.h b/Pods/SSZipArchive/SSZipArchive/minizip/zip.h index e2a5d1c8..8e61b195 100644 --- a/Pods/SSZipArchive/SSZipArchive/minizip/zip.h +++ b/Pods/SSZipArchive/SSZipArchive/minizip/zip.h @@ -1,12 +1,14 @@ /* zip.h -- IO on .zip files using zlib - Version 1.1, February 14h, 2010 + Version 1.2.0, September 16th, 2017 part of the MiniZip project + Copyright (C) 2012-2017 Nathan Moinvaziri + https://github.com/nmoinvaz/minizip + Copyright (C) 2009-2010 Mathias Svensson + Modifications for Zip64 support + http://result42.com Copyright (C) 1998-2010 Gilles Vollant http://www.winimage.com/zLibDll/minizip.html - Modifications for Zip64 support - Copyright (C) 2009-2010 Mathias Svensson - http://result42.com This program is distributed under the terms of the same license as zlib. See the accompanying LICENSE file for the full text of the license. @@ -140,30 +142,50 @@ extern int ZEXPORT zipOpenNewFileInZip2_64(zipFile file, const char *filename, c extern int ZEXPORT zipOpenNewFileInZip3(zipFile file, const char *filename, const zip_fileinfo *zipfi, const void *extrafield_local, uint16_t size_extrafield_local, const void *extrafield_global, uint16_t size_extrafield_global, const char *comment, uint16_t method, int level, int raw, int windowBits, int memLevel, - int strategy, const char *password, uint32_t crcForCrypting); + int strategy, const char *password, ZIP_UNUSED uint32_t crc_for_crypting); /* Same as zipOpenNewFileInZip2, except windowBits, memLevel, strategy : see parameter strategy in deflateInit2 password : crypting password (NULL for no crypting) - crcForCrypting : crc of file to compress (needed for crypting) */ + crc_for_crypting : crc of file to compress (needed for crypting) */ extern int ZEXPORT zipOpenNewFileInZip3_64(zipFile file, const char *filename, const zip_fileinfo *zipfi, const void *extrafield_local, uint16_t size_extrafield_local, const void *extrafield_global, uint16_t size_extrafield_global, const char *comment, uint16_t method, int level, int raw, int windowBits, int memLevel, - int strategy, const char *password, uint32_t crc_for_crypting, int zip64); + int strategy, const char *password, ZIP_UNUSED uint32_t crc_for_crypting, int zip64); /* Same as zipOpenNewFileInZip3 with zip64 support */ extern int ZEXPORT zipOpenNewFileInZip4(zipFile file, const char *filename, const zip_fileinfo *zipfi, const void *extrafield_local, uint16_t size_extrafield_local, const void *extrafield_global, uint16_t size_extrafield_global, const char *comment, uint16_t method, int level, int raw, int windowBits, int memLevel, - int strategy, const char *password, uint32_t crc_for_crypting, uint16_t version_madeby, uint16_t flag_base); + int strategy, const char *password, ZIP_UNUSED uint32_t crc_for_crypting, uint16_t version_madeby, uint16_t flag_base); /* Same as zipOpenNewFileInZip3 except versionMadeBy & flag fields */ extern int ZEXPORT zipOpenNewFileInZip4_64(zipFile file, const char *filename, const zip_fileinfo *zipfi, const void *extrafield_local, uint16_t size_extrafield_local, const void *extrafield_global, uint16_t size_extrafield_global, const char *comment, uint16_t method, int level, int raw, int windowBits, int memLevel, - int strategy, const char *password, uint32_t crc_for_crypting, uint16_t version_madeby, uint16_t flag_base, int zip64); + int strategy, const char *password, ZIP_UNUSED uint32_t crc_for_crypting, uint16_t version_madeby, uint16_t flag_base, int zip64); /* Same as zipOpenNewFileInZip4 with zip64 support */ +extern int ZEXPORT zipOpenNewFileInZip5(zipFile file, + const char *filename, + const zip_fileinfo *zipfi, + const void *extrafield_local, + uint16_t size_extrafield_local, + const void *extrafield_global, + uint16_t size_extrafield_global, + const char *comment, + uint16_t flag_base, + int zip64, + uint16_t method, + int level, + int raw, + int windowBits, + int memLevel, + int strategy, + const char *password, + int aes); +/* Allowing optional aes */ + extern int ZEXPORT zipWriteInFileInZip(zipFile file, const void *buf, uint32_t len); /* Write data in the zipfile */ diff --git a/Pods/Target Support Files/AFNetworking/AFNetworking-prefix.pch b/Pods/Target Support Files/AFNetworking/AFNetworking-prefix.pch index 759a81aa..a2885434 100644 --- a/Pods/Target Support Files/AFNetworking/AFNetworking-prefix.pch +++ b/Pods/Target Support Files/AFNetworking/AFNetworking-prefix.pch @@ -1,13 +1,5 @@ #ifdef __OBJC__ #import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif #endif #ifndef TARGET_OS_IOS diff --git a/Pods/Target Support Files/AFNetworking/AFNetworking.xcconfig b/Pods/Target Support Files/AFNetworking/AFNetworking.xcconfig index ab3bbf98..6b6b9f8e 100644 --- a/Pods/Target Support Files/AFNetworking/AFNetworking.xcconfig +++ b/Pods/Target Support Files/AFNetworking/AFNetworking.xcconfig @@ -5,6 +5,5 @@ OTHER_LDFLAGS = -framework "CoreServices" -framework "Security" -framework "Syst PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/AFNetworking PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES diff --git a/Pods/Target Support Files/CMDQueryStringSerialization/CMDQueryStringSerialization-prefix.pch b/Pods/Target Support Files/CMDQueryStringSerialization/CMDQueryStringSerialization-prefix.pch index 082f8af2..b9c163b4 100644 --- a/Pods/Target Support Files/CMDQueryStringSerialization/CMDQueryStringSerialization-prefix.pch +++ b/Pods/Target Support Files/CMDQueryStringSerialization/CMDQueryStringSerialization-prefix.pch @@ -1,12 +1,4 @@ #ifdef __OBJC__ #import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif #endif diff --git a/Pods/Target Support Files/CMDQueryStringSerialization/CMDQueryStringSerialization.xcconfig b/Pods/Target Support Files/CMDQueryStringSerialization/CMDQueryStringSerialization.xcconfig index b4317007..5c055787 100644 --- a/Pods/Target Support Files/CMDQueryStringSerialization/CMDQueryStringSerialization.xcconfig +++ b/Pods/Target Support Files/CMDQueryStringSerialization/CMDQueryStringSerialization.xcconfig @@ -5,6 +5,5 @@ LIBRARY_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/ISO8601" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/CMDQueryStringSerialization PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES diff --git a/Pods/Target Support Files/Google-Analytics-for-OS-X/Google-Analytics-for-OS-X-prefix.pch b/Pods/Target Support Files/Google-Analytics-for-OS-X/Google-Analytics-for-OS-X-prefix.pch index 082f8af2..b9c163b4 100644 --- a/Pods/Target Support Files/Google-Analytics-for-OS-X/Google-Analytics-for-OS-X-prefix.pch +++ b/Pods/Target Support Files/Google-Analytics-for-OS-X/Google-Analytics-for-OS-X-prefix.pch @@ -1,12 +1,4 @@ #ifdef __OBJC__ #import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif #endif diff --git a/Pods/Target Support Files/Google-Analytics-for-OS-X/Google-Analytics-for-OS-X.xcconfig b/Pods/Target Support Files/Google-Analytics-for-OS-X/Google-Analytics-for-OS-X.xcconfig index 1b4ef27d..ef64c7d0 100644 --- a/Pods/Target Support Files/Google-Analytics-for-OS-X/Google-Analytics-for-OS-X.xcconfig +++ b/Pods/Target Support Files/Google-Analytics-for-OS-X/Google-Analytics-for-OS-X.xcconfig @@ -4,6 +4,5 @@ HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Priva PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/Google-Analytics-for-OS-X PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES diff --git a/Pods/Target Support Files/ISO8601/ISO8601-prefix.pch b/Pods/Target Support Files/ISO8601/ISO8601-prefix.pch index 082f8af2..b9c163b4 100644 --- a/Pods/Target Support Files/ISO8601/ISO8601-prefix.pch +++ b/Pods/Target Support Files/ISO8601/ISO8601-prefix.pch @@ -1,12 +1,4 @@ #ifdef __OBJC__ #import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif #endif diff --git a/Pods/Target Support Files/ISO8601/ISO8601.xcconfig b/Pods/Target Support Files/ISO8601/ISO8601.xcconfig index 498f8b0b..8e100af5 100644 --- a/Pods/Target Support Files/ISO8601/ISO8601.xcconfig +++ b/Pods/Target Support Files/ISO8601/ISO8601.xcconfig @@ -5,6 +5,5 @@ OTHER_LDFLAGS = -framework "Foundation" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/ISO8601 PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES diff --git a/Pods/Target Support Files/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial-prefix.pch b/Pods/Target Support Files/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial-prefix.pch index 082f8af2..b9c163b4 100644 --- a/Pods/Target Support Files/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial-prefix.pch +++ b/Pods/Target Support Files/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial-prefix.pch @@ -1,12 +1,4 @@ #ifdef __OBJC__ #import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif #endif diff --git a/Pods/Target Support Files/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial.xcconfig b/Pods/Target Support Files/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial.xcconfig index eb5049fc..16031d4b 100644 --- a/Pods/Target Support Files/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial.xcconfig +++ b/Pods/Target Support Files/ObjectiveDropboxOfficial/ObjectiveDropboxOfficial.xcconfig @@ -5,6 +5,5 @@ OTHER_LDFLAGS = -framework "AppKit" -framework "Foundation" -framework "SystemCo PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/ObjectiveDropboxOfficial PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES diff --git a/Pods/Target Support Files/Pods-AppBox/Pods-AppBox-frameworks.sh b/Pods/Target Support Files/Pods-AppBox/Pods-AppBox-frameworks.sh index 88dd5379..893c16a6 100755 --- a/Pods/Target Support Files/Pods-AppBox/Pods-AppBox-frameworks.sh +++ b/Pods/Target Support Files/Pods-AppBox/Pods-AppBox-frameworks.sh @@ -6,10 +6,6 @@ mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" -# This protects against multiple targets copying the same framework dependency at the same time. The solution -# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html -RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") - install_framework() { if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then @@ -27,9 +23,9 @@ install_framework() source="$(readlink "${source}")" fi - # Use filter instead of exclude so missing patterns don't throw errors. - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" + # use filter instead of exclude so missing patterns dont' throw errors + echo "rsync -av --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" + rsync -av --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" local basename basename="$(basename -s .framework "$1")" @@ -58,27 +54,13 @@ install_framework() fi } -# Copies the dSYM of a vendored framework -install_dsym() { - local source="$1" - if [ -r "$source" ]; then - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DWARF_DSYM_FOLDER_PATH}\"" - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${DWARF_DSYM_FOLDER_PATH}" - fi -} - # Signs a framework with the provided identity code_sign_if_enabled() { if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then # Use the current code_sign_identitiy echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" - local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements '$1'" - - if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then - code_sign_cmd="$code_sign_cmd &" - fi - echo "$code_sign_cmd" - eval "$code_sign_cmd" + echo "/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements \"$1\"" + /usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements "$1" fi } @@ -89,7 +71,7 @@ strip_invalid_archs() { archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | rev)" stripped="" for arch in $archs; do - if ! [[ "${ARCHS}" == *"$arch"* ]]; then + if ! [[ "${VALID_ARCHS}" == *"$arch"* ]]; then # Strip non-valid architectures in-place lipo -remove "$arch" -output "$binary" "$binary" || exit 1 stripped="$stripped $arch" @@ -100,6 +82,3 @@ strip_invalid_archs() { fi } -if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then - wait -fi diff --git a/Pods/Target Support Files/Pods-AppBox/Pods-AppBox-resources.sh b/Pods/Target Support Files/Pods-AppBox/Pods-AppBox-resources.sh index ba24f750..b19e94f6 100755 --- a/Pods/Target Support Files/Pods-AppBox/Pods-AppBox-resources.sh +++ b/Pods/Target Support Files/Pods-AppBox/Pods-AppBox-resources.sh @@ -8,10 +8,6 @@ RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt XCASSET_FILES=() -# This protects against multiple targets copying the same framework dependency at the same time. The solution -# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html -RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") - case "${TARGETED_DEVICE_FAMILY}" in 1,2) TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" @@ -22,12 +18,6 @@ case "${TARGETED_DEVICE_FAMILY}" in 2) TARGET_DEVICE_ARGS="--target-device ipad" ;; - 3) - TARGET_DEVICE_ARGS="--target-device tv" - ;; - 4) - TARGET_DEVICE_ARGS="--target-device watch" - ;; *) TARGET_DEVICE_ARGS="--target-device mac" ;; @@ -48,29 +38,29 @@ EOM fi case $RESOURCE_PATH in *.storyboard) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} ;; *.xib) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} ;; *.framework) - echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true + echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + echo "rsync -av $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + rsync -av "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" ;; *.xcdatamodel) - echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" || true + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom" ;; *.xcdatamodeld) - echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" || true + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd" ;; *.xcmappingmodel) - echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" || true + echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm" ;; *.xcassets) @@ -78,18 +68,18 @@ EOM XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") ;; *) - echo "$RESOURCE_PATH" || true + echo "$RESOURCE_PATH" echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY" ;; esac } if [[ "$CONFIGURATION" == "Debug" ]]; then - install_resource "${PODS_ROOT}/Google-Analytics-for-OS-X/GoogleAnalyticsTracker/AnalyticsWindow.xib" - install_resource "${PODS_ROOT}/SAMKeychain/Support/SAMKeychain.bundle" + install_resource "Google-Analytics-for-OS-X/GoogleAnalyticsTracker/AnalyticsWindow.xib" + install_resource "SAMKeychain/Support/SAMKeychain.bundle" fi if [[ "$CONFIGURATION" == "Release" ]]; then - install_resource "${PODS_ROOT}/Google-Analytics-for-OS-X/GoogleAnalyticsTracker/AnalyticsWindow.xib" - install_resource "${PODS_ROOT}/SAMKeychain/Support/SAMKeychain.bundle" + install_resource "Google-Analytics-for-OS-X/GoogleAnalyticsTracker/AnalyticsWindow.xib" + install_resource "SAMKeychain/Support/SAMKeychain.bundle" fi mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" diff --git a/Pods/Target Support Files/Pods-AppBox/Pods-AppBox.debug.xcconfig b/Pods/Target Support Files/Pods-AppBox/Pods-AppBox.debug.xcconfig index bb5a1a7e..3a67d0e5 100644 --- a/Pods/Target Support Files/Pods-AppBox/Pods-AppBox.debug.xcconfig +++ b/Pods/Target Support Files/Pods-AppBox/Pods-AppBox.debug.xcconfig @@ -1,3 +1,4 @@ +ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Crashlytics/OSX" "${PODS_ROOT}/Fabric/OSX" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/CMDQueryStringSerialization" "${PODS_ROOT}/Headers/Public/Crashlytics" "${PODS_ROOT}/Headers/Public/Fabric" "${PODS_ROOT}/Headers/Public/Google-Analytics-for-OS-X" "${PODS_ROOT}/Headers/Public/ISO8601" "${PODS_ROOT}/Headers/Public/ObjectiveDropboxOfficial" "${PODS_ROOT}/Headers/Public/SAMKeychain" "${PODS_ROOT}/Headers/Public/SSZipArchive" "${PODS_ROOT}/Headers/Public/STPrivilegedTask" "${PODS_ROOT}/Headers/Public/ZXingObjC" @@ -6,5 +7,4 @@ OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${P OTHER_LDFLAGS = $(inherited) -ObjC -l"AFNetworking" -l"CMDQueryStringSerialization" -l"Google-Analytics-for-OS-X" -l"ISO8601" -l"ObjectiveDropboxOfficial" -l"SAMKeychain" -l"SSZipArchive" -l"STPrivilegedTask" -l"ZXingObjC" -l"c++" -l"z" -framework "AVFoundation" -framework "AppKit" -framework "CoreMedia" -framework "CoreServices" -framework "Crashlytics" -framework "Fabric" -framework "Foundation" -framework "QuartzCore" -framework "Security" -framework "SystemConfiguration" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods diff --git a/Pods/Target Support Files/Pods-AppBox/Pods-AppBox.release.xcconfig b/Pods/Target Support Files/Pods-AppBox/Pods-AppBox.release.xcconfig index bb5a1a7e..3a67d0e5 100644 --- a/Pods/Target Support Files/Pods-AppBox/Pods-AppBox.release.xcconfig +++ b/Pods/Target Support Files/Pods-AppBox/Pods-AppBox.release.xcconfig @@ -1,3 +1,4 @@ +ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Crashlytics/OSX" "${PODS_ROOT}/Fabric/OSX" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/CMDQueryStringSerialization" "${PODS_ROOT}/Headers/Public/Crashlytics" "${PODS_ROOT}/Headers/Public/Fabric" "${PODS_ROOT}/Headers/Public/Google-Analytics-for-OS-X" "${PODS_ROOT}/Headers/Public/ISO8601" "${PODS_ROOT}/Headers/Public/ObjectiveDropboxOfficial" "${PODS_ROOT}/Headers/Public/SAMKeychain" "${PODS_ROOT}/Headers/Public/SSZipArchive" "${PODS_ROOT}/Headers/Public/STPrivilegedTask" "${PODS_ROOT}/Headers/Public/ZXingObjC" @@ -6,5 +7,4 @@ OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${P OTHER_LDFLAGS = $(inherited) -ObjC -l"AFNetworking" -l"CMDQueryStringSerialization" -l"Google-Analytics-for-OS-X" -l"ISO8601" -l"ObjectiveDropboxOfficial" -l"SAMKeychain" -l"SSZipArchive" -l"STPrivilegedTask" -l"ZXingObjC" -l"c++" -l"z" -framework "AVFoundation" -framework "AppKit" -framework "CoreMedia" -framework "CoreServices" -framework "Crashlytics" -framework "Fabric" -framework "Foundation" -framework "QuartzCore" -framework "Security" -framework "SystemConfiguration" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods diff --git a/Pods/Target Support Files/SAMKeychain/SAMKeychain-prefix.pch b/Pods/Target Support Files/SAMKeychain/SAMKeychain-prefix.pch index 082f8af2..b9c163b4 100644 --- a/Pods/Target Support Files/SAMKeychain/SAMKeychain-prefix.pch +++ b/Pods/Target Support Files/SAMKeychain/SAMKeychain-prefix.pch @@ -1,12 +1,4 @@ #ifdef __OBJC__ #import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif #endif diff --git a/Pods/Target Support Files/SAMKeychain/SAMKeychain.xcconfig b/Pods/Target Support Files/SAMKeychain/SAMKeychain.xcconfig index 7f10de76..e2929ea4 100644 --- a/Pods/Target Support Files/SAMKeychain/SAMKeychain.xcconfig +++ b/Pods/Target Support Files/SAMKeychain/SAMKeychain.xcconfig @@ -5,6 +5,5 @@ OTHER_LDFLAGS = -framework "Foundation" -framework "Security" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/SAMKeychain PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES diff --git a/Pods/Target Support Files/SSZipArchive/SSZipArchive-prefix.pch b/Pods/Target Support Files/SSZipArchive/SSZipArchive-prefix.pch index 082f8af2..b9c163b4 100644 --- a/Pods/Target Support Files/SSZipArchive/SSZipArchive-prefix.pch +++ b/Pods/Target Support Files/SSZipArchive/SSZipArchive-prefix.pch @@ -1,12 +1,4 @@ #ifdef __OBJC__ #import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif #endif diff --git a/Pods/Target Support Files/SSZipArchive/SSZipArchive.xcconfig b/Pods/Target Support Files/SSZipArchive/SSZipArchive.xcconfig index 87005914..eca7585a 100644 --- a/Pods/Target Support Files/SSZipArchive/SSZipArchive.xcconfig +++ b/Pods/Target Support Files/SSZipArchive/SSZipArchive.xcconfig @@ -5,6 +5,5 @@ OTHER_LDFLAGS = -l"z" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/SSZipArchive PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES diff --git a/Pods/Target Support Files/STPrivilegedTask/STPrivilegedTask-prefix.pch b/Pods/Target Support Files/STPrivilegedTask/STPrivilegedTask-prefix.pch index 082f8af2..b9c163b4 100644 --- a/Pods/Target Support Files/STPrivilegedTask/STPrivilegedTask-prefix.pch +++ b/Pods/Target Support Files/STPrivilegedTask/STPrivilegedTask-prefix.pch @@ -1,12 +1,4 @@ #ifdef __OBJC__ #import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif #endif diff --git a/Pods/Target Support Files/STPrivilegedTask/STPrivilegedTask.xcconfig b/Pods/Target Support Files/STPrivilegedTask/STPrivilegedTask.xcconfig index 75e9aa93..32e1119f 100644 --- a/Pods/Target Support Files/STPrivilegedTask/STPrivilegedTask.xcconfig +++ b/Pods/Target Support Files/STPrivilegedTask/STPrivilegedTask.xcconfig @@ -5,6 +5,5 @@ OTHER_LDFLAGS = -framework "Security" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/STPrivilegedTask PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES diff --git a/Pods/Target Support Files/ZXingObjC/ZXingObjC-prefix.pch b/Pods/Target Support Files/ZXingObjC/ZXingObjC-prefix.pch index 082f8af2..b9c163b4 100644 --- a/Pods/Target Support Files/ZXingObjC/ZXingObjC-prefix.pch +++ b/Pods/Target Support Files/ZXingObjC/ZXingObjC-prefix.pch @@ -1,12 +1,4 @@ #ifdef __OBJC__ #import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif #endif diff --git a/Pods/Target Support Files/ZXingObjC/ZXingObjC.xcconfig b/Pods/Target Support Files/ZXingObjC/ZXingObjC.xcconfig index 5030aa12..3b2eccee 100644 --- a/Pods/Target Support Files/ZXingObjC/ZXingObjC.xcconfig +++ b/Pods/Target Support Files/ZXingObjC/ZXingObjC.xcconfig @@ -5,6 +5,5 @@ OTHER_LDFLAGS = -ObjC -framework "AVFoundation" -framework "CoreMedia" -framewor PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/ZXingObjC PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES