Skip to content

Commit 7899d4a

Browse files
author
Julian Locke
committed
Update to latest spec and regenerate routes
1 parent 41db80f commit 7899d4a

File tree

47 files changed

+11250
-5289
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+11250
-5289
lines changed

.jazzy.json

Lines changed: 39 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -405,10 +405,12 @@
405405
"DBSHARINGAddFolderMemberError",
406406
"DBSHARINGAddMember",
407407
"DBSHARINGAddMemberSelectorError",
408+
"DBSHARINGRequestedVisibility",
409+
"DBSHARINGResolvedVisibility",
410+
"DBSHARINGAlphaResolvedVisibility",
408411
"DBSHARINGAudienceExceptionContentInfo",
409412
"DBSHARINGAudienceExceptions",
410413
"DBSHARINGAudienceRestrictingSharedFolder",
411-
"DBSHARINGChangeFileMemberAccessArgs",
412414
"DBSHARINGLinkMetadata",
413415
"DBSHARINGCollectionLinkMetadata",
414416
"DBSHARINGCreateSharedLinkArg",
@@ -454,6 +456,9 @@
454456
"DBSHARINGLinkAccessLevel",
455457
"DBSHARINGLinkAction",
456458
"DBSHARINGLinkAudience",
459+
"DBSHARINGVisibilityPolicyDisallowedReason",
460+
"DBSHARINGLinkAudienceDisallowedReason",
461+
"DBSHARINGLinkAudienceOption",
457462
"DBSHARINGLinkExpiry",
458463
"DBSHARINGLinkPassword",
459464
"DBSHARINGLinkPermission",
@@ -505,8 +510,6 @@
505510
"DBSHARINGRemoveFolderMemberError",
506511
"DBSHARINGRemoveMemberJobStatus",
507512
"DBSHARINGRequestedLinkAccessLevel",
508-
"DBSHARINGRequestedVisibility",
509-
"DBSHARINGResolvedVisibility",
510513
"DBSHARINGRevokeSharedLinkArg",
511514
"DBSHARINGRevokeSharedLinkError",
512515
"DBSHARINGSetAccessInheritanceArg",
@@ -551,7 +554,8 @@
551554
"DBSHARINGUserFileMembershipInfo",
552555
"DBSHARINGUserInfo",
553556
"DBSHARINGViewerInfoPolicy",
554-
"DBSHARINGVisibility"
557+
"DBSHARINGVisibility",
558+
"DBSHARINGVisibilityPolicy"
555559
]
556560
},
557561
{
@@ -902,6 +906,9 @@
902906
"DBTEAMLOGCameraUploadsPolicy",
903907
"DBTEAMLOGCameraUploadsPolicyChangedDetails",
904908
"DBTEAMLOGCameraUploadsPolicyChangedType",
909+
"DBTEAMLOGCaptureTranscriptPolicy",
910+
"DBTEAMLOGCaptureTranscriptPolicyChangedDetails",
911+
"DBTEAMLOGCaptureTranscriptPolicyChangedType",
905912
"DBTEAMLOGCertificate",
906913
"DBTEAMLOGChangeLinkExpirationPolicy",
907914
"DBTEAMLOGChangedEnterpriseAdminRoleDetails",
@@ -1009,6 +1016,11 @@
10091016
"DBTEAMLOGDropboxPasswordsNewDeviceEnrolledDetails",
10101017
"DBTEAMLOGDropboxPasswordsNewDeviceEnrolledType",
10111018
"DBTEAMLOGDurationLogInfo",
1019+
"DBTEAMLOGEmailIngestPolicy",
1020+
"DBTEAMLOGEmailIngestPolicyChangedDetails",
1021+
"DBTEAMLOGEmailIngestPolicyChangedType",
1022+
"DBTEAMLOGEmailIngestReceiveFileDetails",
1023+
"DBTEAMLOGEmailIngestReceiveFileType",
10121024
"DBTEAMLOGEmmAddExceptionDetails",
10131025
"DBTEAMLOGEmmAddExceptionType",
10141026
"DBTEAMLOGEmmChangePolicyDetails",
@@ -1043,6 +1055,9 @@
10431055
"DBTEAMLOGExtendedVersionHistoryChangePolicyDetails",
10441056
"DBTEAMLOGExtendedVersionHistoryChangePolicyType",
10451057
"DBTEAMLOGExtendedVersionHistoryPolicy",
1058+
"DBTEAMLOGExternalDriveBackupPolicy",
1059+
"DBTEAMLOGExternalDriveBackupPolicyChangedDetails",
1060+
"DBTEAMLOGExternalDriveBackupPolicyChangedType",
10461061
"DBTEAMLOGExternalSharingCreateReportDetails",
10471062
"DBTEAMLOGExternalSharingCreateReportType",
10481063
"DBTEAMLOGExternalSharingReportFailedDetails",
@@ -1945,6 +1960,7 @@
19451960
"DBTEAMPOLICIESCameraUploadsPolicyState",
19461961
"DBTEAMPOLICIESComputerBackupPolicyState",
19471962
"DBTEAMPOLICIESEmmState",
1963+
"DBTEAMPOLICIESExternalDriveBackupPolicyState",
19481964
"DBTEAMPOLICIESFileLockingPolicyState",
19491965
"DBTEAMPOLICIESGroupCreation",
19501966
"DBTEAMPOLICIESOfficeAddInPolicy",
@@ -2402,10 +2418,12 @@
24022418
"DBSHARINGAddFolderMemberErrorSerializer",
24032419
"DBSHARINGAddMemberSerializer",
24042420
"DBSHARINGAddMemberSelectorErrorSerializer",
2421+
"DBSHARINGRequestedVisibilitySerializer",
2422+
"DBSHARINGResolvedVisibilitySerializer",
2423+
"DBSHARINGAlphaResolvedVisibilitySerializer",
24052424
"DBSHARINGAudienceExceptionContentInfoSerializer",
24062425
"DBSHARINGAudienceExceptionsSerializer",
24072426
"DBSHARINGAudienceRestrictingSharedFolderSerializer",
2408-
"DBSHARINGChangeFileMemberAccessArgsSerializer",
24092427
"DBSHARINGLinkMetadataSerializer",
24102428
"DBSHARINGCollectionLinkMetadataSerializer",
24112429
"DBSHARINGCreateSharedLinkArgSerializer",
@@ -2451,6 +2469,9 @@
24512469
"DBSHARINGLinkAccessLevelSerializer",
24522470
"DBSHARINGLinkActionSerializer",
24532471
"DBSHARINGLinkAudienceSerializer",
2472+
"DBSHARINGVisibilityPolicyDisallowedReasonSerializer",
2473+
"DBSHARINGLinkAudienceDisallowedReasonSerializer",
2474+
"DBSHARINGLinkAudienceOptionSerializer",
24542475
"DBSHARINGLinkExpirySerializer",
24552476
"DBSHARINGLinkPasswordSerializer",
24562477
"DBSHARINGLinkPermissionSerializer",
@@ -2502,8 +2523,6 @@
25022523
"DBSHARINGRemoveFolderMemberErrorSerializer",
25032524
"DBSHARINGRemoveMemberJobStatusSerializer",
25042525
"DBSHARINGRequestedLinkAccessLevelSerializer",
2505-
"DBSHARINGRequestedVisibilitySerializer",
2506-
"DBSHARINGResolvedVisibilitySerializer",
25072526
"DBSHARINGRevokeSharedLinkArgSerializer",
25082527
"DBSHARINGRevokeSharedLinkErrorSerializer",
25092528
"DBSHARINGSetAccessInheritanceArgSerializer",
@@ -2549,6 +2568,7 @@
25492568
"DBSHARINGUserInfoSerializer",
25502569
"DBSHARINGViewerInfoPolicySerializer",
25512570
"DBSHARINGVisibilitySerializer",
2571+
"DBSHARINGVisibilityPolicySerializer",
25522572
"DBTEAMDeviceSessionSerializer",
25532573
"DBTEAMActiveWebSessionSerializer",
25542574
"DBTEAMAddSecondaryEmailResultSerializer",
@@ -2884,6 +2904,9 @@
28842904
"DBTEAMLOGCameraUploadsPolicySerializer",
28852905
"DBTEAMLOGCameraUploadsPolicyChangedDetailsSerializer",
28862906
"DBTEAMLOGCameraUploadsPolicyChangedTypeSerializer",
2907+
"DBTEAMLOGCaptureTranscriptPolicySerializer",
2908+
"DBTEAMLOGCaptureTranscriptPolicyChangedDetailsSerializer",
2909+
"DBTEAMLOGCaptureTranscriptPolicyChangedTypeSerializer",
28872910
"DBTEAMLOGCertificateSerializer",
28882911
"DBTEAMLOGChangeLinkExpirationPolicySerializer",
28892912
"DBTEAMLOGChangedEnterpriseAdminRoleDetailsSerializer",
@@ -2991,6 +3014,11 @@
29913014
"DBTEAMLOGDropboxPasswordsNewDeviceEnrolledDetailsSerializer",
29923015
"DBTEAMLOGDropboxPasswordsNewDeviceEnrolledTypeSerializer",
29933016
"DBTEAMLOGDurationLogInfoSerializer",
3017+
"DBTEAMLOGEmailIngestPolicySerializer",
3018+
"DBTEAMLOGEmailIngestPolicyChangedDetailsSerializer",
3019+
"DBTEAMLOGEmailIngestPolicyChangedTypeSerializer",
3020+
"DBTEAMLOGEmailIngestReceiveFileDetailsSerializer",
3021+
"DBTEAMLOGEmailIngestReceiveFileTypeSerializer",
29943022
"DBTEAMLOGEmmAddExceptionDetailsSerializer",
29953023
"DBTEAMLOGEmmAddExceptionTypeSerializer",
29963024
"DBTEAMLOGEmmChangePolicyDetailsSerializer",
@@ -3025,6 +3053,9 @@
30253053
"DBTEAMLOGExtendedVersionHistoryChangePolicyDetailsSerializer",
30263054
"DBTEAMLOGExtendedVersionHistoryChangePolicyTypeSerializer",
30273055
"DBTEAMLOGExtendedVersionHistoryPolicySerializer",
3056+
"DBTEAMLOGExternalDriveBackupPolicySerializer",
3057+
"DBTEAMLOGExternalDriveBackupPolicyChangedDetailsSerializer",
3058+
"DBTEAMLOGExternalDriveBackupPolicyChangedTypeSerializer",
30283059
"DBTEAMLOGExternalSharingCreateReportDetailsSerializer",
30293060
"DBTEAMLOGExternalSharingCreateReportTypeSerializer",
30303061
"DBTEAMLOGExternalSharingReportFailedDetailsSerializer",
@@ -3922,6 +3953,7 @@
39223953
"DBTEAMPOLICIESCameraUploadsPolicyStateSerializer",
39233954
"DBTEAMPOLICIESComputerBackupPolicyStateSerializer",
39243955
"DBTEAMPOLICIESEmmStateSerializer",
3956+
"DBTEAMPOLICIESExternalDriveBackupPolicyStateSerializer",
39253957
"DBTEAMPOLICIESFileLockingPolicyStateSerializer",
39263958
"DBTEAMPOLICIESGroupCreationSerializer",
39273959
"DBTEAMPOLICIESOfficeAddInPolicySerializer",

Source/ObjectiveDropboxOfficial/Shared/Generated/ApiObjects/Files/Headers/DBFILESWriteMode.h

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,26 @@ typedef NS_CLOSED_ENUM(NSInteger, DBFILESWriteModeTag){
4848
DBFILESWriteModeOverwrite,
4949

5050
/// Overwrite if the given "rev" matches the existing file's "rev". The
51-
/// autorename strategy is to append the string "conflicted copy" to the
52-
/// file name. For example, "document.txt" might become "document
53-
/// (conflicted copy).txt" or "document (Panda's conflicted copy).txt".
51+
/// supplied value should be the latest known "rev" of the file, for
52+
/// example, from FileMetadata, from when the file was last downloaded by
53+
/// the app. This will cause the file on the Dropbox servers to be
54+
/// overwritten if the given "rev" matches the existing file's current "rev"
55+
/// on the Dropbox servers. The autorename strategy is to append the string
56+
/// "conflicted copy" to the file name. For example, "document.txt" might
57+
/// become "document (conflicted copy).txt" or "document (Panda's conflicted
58+
/// copy).txt".
5459
DBFILESWriteModeUpdate,
5560

5661
};
5762

5863
/// Represents the union's current tag state.
5964
@property (nonatomic, readonly) DBFILESWriteModeTag tag;
6065

61-
/// Overwrite if the given "rev" matches the existing file's "rev". The
66+
/// Overwrite if the given "rev" matches the existing file's "rev". The supplied
67+
/// value should be the latest known "rev" of the file, for example, from
68+
/// FileMetadata, from when the file was last downloaded by the app. This will
69+
/// cause the file on the Dropbox servers to be overwritten if the given "rev"
70+
/// matches the existing file's current "rev" on the Dropbox servers. The
6271
/// autorename strategy is to append the string "conflicted copy" to the file
6372
/// name. For example, "document.txt" might become "document (conflicted
6473
/// copy).txt" or "document (Panda's conflicted copy).txt". @note Ensure the
@@ -93,14 +102,22 @@ typedef NS_CLOSED_ENUM(NSInteger, DBFILESWriteModeTag){
93102
/// Initializes union class with tag state of "update".
94103
///
95104
/// Description of the "update" tag state: Overwrite if the given "rev" matches
96-
/// the existing file's "rev". The autorename strategy is to append the string
97-
/// "conflicted copy" to the file name. For example, "document.txt" might become
98-
/// "document (conflicted copy).txt" or "document (Panda's conflicted
105+
/// the existing file's "rev". The supplied value should be the latest known
106+
/// "rev" of the file, for example, from FileMetadata, from when the file was
107+
/// last downloaded by the app. This will cause the file on the Dropbox servers
108+
/// to be overwritten if the given "rev" matches the existing file's current
109+
/// "rev" on the Dropbox servers. The autorename strategy is to append the
110+
/// string "conflicted copy" to the file name. For example, "document.txt" might
111+
/// become "document (conflicted copy).txt" or "document (Panda's conflicted
99112
/// copy).txt".
100113
///
101114
/// @param update Overwrite if the given "rev" matches the existing file's
102-
/// "rev". The autorename strategy is to append the string "conflicted copy" to
103-
/// the file name. For example, "document.txt" might become "document
115+
/// "rev". The supplied value should be the latest known "rev" of the file, for
116+
/// example, from FileMetadata, from when the file was last downloaded by the
117+
/// app. This will cause the file on the Dropbox servers to be overwritten if
118+
/// the given "rev" matches the existing file's current "rev" on the Dropbox
119+
/// servers. The autorename strategy is to append the string "conflicted copy"
120+
/// to the file name. For example, "document.txt" might become "document
104121
/// (conflicted copy).txt" or "document (Panda's conflicted copy).txt".
105122
///
106123
/// @return An initialized instance.

0 commit comments

Comments
 (0)