From 49ad6ad17cf965f8e085e1ac26dc9fe781d132e2 Mon Sep 17 00:00:00 2001 From: Mikhail Golovko Date: Mon, 15 Jul 2024 19:11:10 +0300 Subject: [PATCH] IOS-3146 Update --- Libraryfile | 2 +- .../Generated/BundledRelationKey+SystemKeys.swift | 3 +++ .../Generated/BundledRelationKey+internalKeys.swift | 13 ++++--------- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/Libraryfile b/Libraryfile index 80ed1133c4..58985ff28e 100644 --- a/Libraryfile +++ b/Libraryfile @@ -1 +1 @@ -MIDDLE_VERSION=v0.35.0-rc6 +MIDDLE_VERSION=v0.35.0-rc7 diff --git a/Modules/Services/Sources/Generated/BundledRelationKey+SystemKeys.swift b/Modules/Services/Sources/Generated/BundledRelationKey+SystemKeys.swift index c581e056d9..3d656bf038 100644 --- a/Modules/Services/Sources/Generated/BundledRelationKey+SystemKeys.swift +++ b/Modules/Services/Sources/Generated/BundledRelationKey+SystemKeys.swift @@ -86,5 +86,8 @@ public extension BundledRelationKey { .latestAclHeadId, .identity, .globalName, + .syncDate, + .syncStatus, + .syncError, ] } diff --git a/Modules/Services/Sources/Generated/BundledRelationKey+internalKeys.swift b/Modules/Services/Sources/Generated/BundledRelationKey+internalKeys.swift index a1506adb36..63e11aab08 100644 --- a/Modules/Services/Sources/Generated/BundledRelationKey+internalKeys.swift +++ b/Modules/Services/Sources/Generated/BundledRelationKey+internalKeys.swift @@ -5,28 +5,23 @@ public extension BundledRelationKey { .id, .name, .description, - .snippet, .iconEmoji, .iconImage, .type, .layout, - .layoutAlign, - .coverId, - .coverScale, - .coverType, - .coverX, - .coverY, .createdDate, .creator, .lastModifiedDate, .lastModifiedBy, .lastOpenedDate, - .featuredRelations, .isFavorite, + .isArchived, .workspaceId, .spaceId, - .links, .internalFlags, .restrictions, + .syncDate, + .syncStatus, + .syncError, ] }