@dotdev/headless-core-node
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -251,2 +251,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
boosting: CurationBoosting | ||
callouts: [CurationCallout] | ||
`, | ||
@@ -257,2 +258,19 @@ CurationBoosting: ` | ||
`, | ||
CurationCallout: ` | ||
id: String | ||
type: String | ||
link: String | ||
position: Int | ||
title: String | ||
content: String | ||
visibility: String | ||
displayRows: String | ||
displayColumns: String | ||
mobileImage: String | ||
mobileVideo: String | ||
desktopVideo: String | ||
desktopImage: String | ||
textColor: String | ||
backgroundColor: String | ||
`, | ||
CurationBoostingGrouping: ` | ||
@@ -259,0 +277,0 @@ key: String |
{ | ||
"name": "@dotdev/headless-core-node", | ||
"description": "Node package for Headless Core", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"author": "DotDev <info@dotdev.com.au>", | ||
@@ -6,0 +6,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
26108
352