diff --git a/Sources/InternxtSwiftCore/Types/DriveTypes.swift b/Sources/InternxtSwiftCore/Types/DriveTypes.swift index fd5af43..70f7bc9 100644 --- a/Sources/InternxtSwiftCore/Types/DriveTypes.swift +++ b/Sources/InternxtSwiftCore/Types/DriveTypes.swift @@ -188,6 +188,7 @@ public struct GetFileMetaByIdResponse: Decodable { public let removed: Bool? public let removedAt: String? public let status: String + public let folderUuid: String? }