@griddo/core 10.1.28 → 10.1.30

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.
@@ -138,6 +138,8 @@ export interface Reference<ContentType> {
138
138
  preferenceLanguage?: boolean;
139
139
  referenceId?: number;
140
140
  related?: number | Array<number>;
141
+ filterOperator?: "and" | "or" | "AND" | "OR";
142
+ globalOperator?: "and" | "or" | "AND" | "OR";
141
143
  }
142
144
  export interface ReferenceNavigation {
143
145
  order?: 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.1.28",
5
+ "version": "10.1.30",
6
6
  "authors": [
7
7
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
8
8
  "Diego M. Béjar <diego.bejar@secuoyas.com>",
@@ -78,5 +78,5 @@
78
78
  "resolutions": {
79
79
  "colors": "1.4.0"
80
80
  },
81
- "gitHead": "8e2dbdaa38b07551b1b6c10fe271fc930560e5a6"
81
+ "gitHead": "38bd047142343866c1fc79bcc2c9976684bb4eb3"
82
82
  }