@griddo/core 10.7.3 → 10.7.4

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.
@@ -180,6 +180,7 @@ export type Number = number | null | "";
180
180
  export type RadioGroup<Values> = Values;
181
181
  export interface Reference<ContentType> {
182
182
  mode?: "auto" | "manual" | "navigation";
183
+ fields?: Array<string>;
183
184
  order?: string;
184
185
  fixed?: Array<number>;
185
186
  sources?: Array<Source<ContentType>>;
@@ -202,6 +203,7 @@ export interface Reference<ContentType> {
202
203
  }
203
204
  export interface Source<ContentType> {
204
205
  structuredData: ContentTypeName<ContentType>;
206
+ fields?: Array<string>;
205
207
  filters?: Array<{
206
208
  id: number;
207
209
  label: string;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@griddo/core",
3
3
  "description": "Reload version of Griddo Core",
4
4
  "license": "UNLICENSED",
5
- "version": "10.7.3",
5
+ "version": "10.7.4",
6
6
  "authors": [
7
7
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
8
8
  "Diego M. Béjar <diego.bejar@secuoyas.com>",
@@ -91,5 +91,5 @@
91
91
  "publishConfig": {
92
92
  "access": "public"
93
93
  },
94
- "gitHead": "e4765708d342635b3d58af6605256d90671d2ef3"
94
+ "gitHead": "ffe5e36398cb00a902d9c47002278e8008b62a01"
95
95
  }