@trackunit/filters-graphql-hook 0.0.512 → 0.0.514

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/filters-graphql-hook",
3
- "version": "0.0.512",
3
+ "version": "0.0.514",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -14,13 +14,13 @@
14
14
  "@apollo/client": "3.10.4",
15
15
  "zod": "3.22.4",
16
16
  "@trackunit/iris-app-build-utilities": "^0.0.464",
17
- "@trackunit/filters-filter-bar": "^0.1.19",
17
+ "@trackunit/filters-filter-bar": "^0.1.21",
18
18
  "@trackunit/shared-utils": "^0.0.92",
19
19
  "@trackunit/iris-app-api": "^0.2.19",
20
- "@trackunit/react-core-contexts-test": "^0.1.301",
21
- "@trackunit/i18n-library-translation": "^0.0.230",
22
- "@trackunit/react-core-contexts-api": "^0.2.190",
23
- "@trackunit/react-core-hooks": "^0.2.272"
20
+ "@trackunit/react-core-contexts-test": "^0.1.302",
21
+ "@trackunit/i18n-library-translation": "^0.0.231",
22
+ "@trackunit/react-core-contexts-api": "^0.2.191",
23
+ "@trackunit/react-core-hooks": "^0.2.273"
24
24
  },
25
25
  "module": "./index.esm.js",
26
26
  "main": "./index.cjs.js",
@@ -130,6 +130,7 @@ export type Scalars = {
130
130
  };
131
131
  };
132
132
  export declare const areaFilterGeoJsonGeometryType: {
133
+ readonly MultiPolygon: "MultiPolygon";
133
134
  readonly Polygon: "Polygon";
134
135
  };
135
136
  export type AreaFilterGeoJsonGeometryType = (typeof areaFilterGeoJsonGeometryType)[keyof typeof areaFilterGeoJsonGeometryType];