From e36180c9b93f24ec14d59ff95734669a2bb1da83 Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Tue, 27 Nov 2018 18:05:02 -0800 Subject: [PATCH] Make properties of Body.Data public --- Sources/JSONAPI/Document/Document.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Sources/JSONAPI/Document/Document.swift b/Sources/JSONAPI/Document/Document.swift index e31d937..9f02094 100644 --- a/Sources/JSONAPI/Document/Document.swift +++ b/Sources/JSONAPI/Document/Document.swift @@ -33,10 +33,10 @@ public struct Document - let meta: MetaType - let links: LinksType + public let primary: ResourceBody + public let includes: Includes + public let meta: MetaType + public let links: LinksType } public var isError: Bool {