griddo-sdk 1.2.3 → 1.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -167,6 +167,7 @@ class SDK {
167
167
  includeDraft: false,
168
168
  relatedFields: false,
169
169
  query: null,
170
+ related: null,
170
171
  },
171
172
  ) {
172
173
  return await getStructuredData(this._env, contentType, site, language, queryParams);
@@ -13,6 +13,7 @@ const getStructuredData = async (
13
13
  includeDraft: true,
14
14
  relatedFields: false,
15
15
  query: null,
16
+ related: null,
16
17
  },
17
18
  ) => {
18
19
  const headers = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "griddo-sdk",
3
- "version": "1.2.3",
3
+ "version": "1.2.5",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {