@griddo/core 1.75.183 → 1.75.185

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.
@@ -122,6 +122,7 @@ export interface Reference<ContentType> {
122
122
  }>;
123
123
  fullRelations?: boolean;
124
124
  allLanguages?: boolean;
125
+ preferenceLanguage?: boolean;
125
126
  referenceId?: number;
126
127
  }
127
128
  export interface ReferenceNavigation {
@@ -36,6 +36,8 @@ export interface SetQueryProps<ContentType> {
36
36
  includePending?: boolean;
37
37
  /** Indicates if we should limit results to one language */
38
38
  allLanguages?: boolean;
39
+ /** Indicates if we should first return elements with same language as the page */
40
+ preferenceLanguage?: boolean;
39
41
  /** The id of a ContentType */
40
42
  referenceId?: number;
41
43
  }
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": "1.75.183",
5
+ "version": "1.75.185",
6
6
  "authors": [
7
7
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
8
8
  "Diego M. Béjar <diego.bejar@secuoyas.com>",
@@ -77,5 +77,5 @@
77
77
  "resolutions": {
78
78
  "colors": "1.4.0"
79
79
  },
80
- "gitHead": "a3187f0be6bed10e3b88a625eda847ef6621d53d"
80
+ "gitHead": "56f210bb1f9aadf8827b33f0f759155531702526"
81
81
  }