@trackunit/filters-asset-filter-definitions 1.8.7 → 1.9.3

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/README.md CHANGED
@@ -3,7 +3,7 @@ The `@trackunit/filters-asset-filter-definitions` package is the home of our imp
3
3
 
4
4
  This library is exposed publicly for use in the the Trackunit [Iris App SDK](https://www.npmjs.com/package/@trackunit/iris-app).
5
5
 
6
- To browse all available components visit our [Public Storybook](https://design.iris.trackunit.com/).
6
+ To browse all available components visit the [Design System](https://design.iris.trackunit.com/).
7
7
 
8
8
  For more info and a full guide on Iris App SDK Development, please visit our [Developer Hub](https://developers.trackunit.com/).
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/filters-asset-filter-definitions",
3
- "version": "1.8.7",
3
+ "version": "1.9.3",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -12,28 +12,28 @@
12
12
  "react": "19.0.0",
13
13
  "@graphql-typed-document-node/core": "^3.2.0",
14
14
  "graphql": "^16.10.0",
15
- "zod": "3.23.4",
15
+ "zod": "^3.23.8",
16
16
  "jest-fetch-mock": "^3.0.3",
17
17
  "@tanstack/react-router": "1.114.29",
18
18
  "string-ts": "^2.0.0",
19
19
  "tailwind-merge": "^2.0.0",
20
- "@trackunit/iris-app-build-utilities": "1.5.6",
21
- "@trackunit/filters-filter-bar": "1.6.7",
22
- "@trackunit/react-core-hooks": "1.5.7",
23
- "@trackunit/react-filter-components": "1.5.7",
24
- "@trackunit/react-form-components": "1.5.7",
25
- "@trackunit/filters-graphql-hook": "1.8.7",
26
- "@trackunit/utilization-indicator": "1.5.7",
27
- "@trackunit/geo-json-utils": "1.5.6",
28
- "@trackunit/react-components": "1.6.7",
29
- "@trackunit/shared-utils": "1.7.6",
30
- "@trackunit/translations-machine-type": "1.5.7",
31
- "@trackunit/criticality-indicator": "1.5.7",
32
- "@trackunit/iris-app-api": "1.5.6",
33
- "@trackunit/react-core-contexts-test": "1.5.7",
34
- "@trackunit/i18n-library-translation": "1.5.7",
35
- "@trackunit/react-core-contexts-api": "1.6.6",
36
- "@trackunit/react-test-setup": "1.2.6"
20
+ "@trackunit/iris-app-build-utilities": "1.6.3",
21
+ "@trackunit/filters-filter-bar": "1.7.3",
22
+ "@trackunit/react-core-hooks": "1.6.3",
23
+ "@trackunit/react-filter-components": "1.6.3",
24
+ "@trackunit/react-form-components": "1.6.3",
25
+ "@trackunit/filters-graphql-hook": "1.9.3",
26
+ "@trackunit/utilization-indicator": "1.6.3",
27
+ "@trackunit/geo-json-utils": "1.6.3",
28
+ "@trackunit/react-components": "1.7.3",
29
+ "@trackunit/shared-utils": "1.8.3",
30
+ "@trackunit/translations-machine-type": "1.6.3",
31
+ "@trackunit/criticality-indicator": "1.6.3",
32
+ "@trackunit/iris-app-api": "1.6.3",
33
+ "@trackunit/react-core-contexts-test": "1.6.3",
34
+ "@trackunit/i18n-library-translation": "1.6.3",
35
+ "@trackunit/react-core-contexts-api": "1.7.3",
36
+ "@trackunit/react-test-setup": "1.3.3"
37
37
  },
38
38
  "module": "./index.esm.js",
39
39
  "main": "./index.cjs.js",
@@ -141,7 +141,7 @@ export declare const placePredictionSchema: z.ZodObject<{
141
141
  placeId: string;
142
142
  description: string;
143
143
  }>;
144
- export declare const placeSchema: z.ZodObject<z.objectUtil.extendShape<{
144
+ export declare const placeSchema: z.ZodObject<{
145
145
  bBox: z.ZodEffects<z.ZodTuple<[z.ZodNumber, z.ZodNumber, z.ZodNumber, z.ZodNumber], null>, [number, number, number, number], [number, number, number, number]>;
146
146
  geometry: z.ZodUnion<[z.ZodObject<{
147
147
  type: z.ZodLiteral<"Polygon">;
@@ -202,10 +202,10 @@ export declare const placeSchema: z.ZodObject<z.objectUtil.extendShape<{
202
202
  }[] | undefined;
203
203
  }>;
204
204
  dateIsoString: z.ZodOptional<z.ZodString>;
205
- }, {
205
+ } & {
206
206
  placeId: z.ZodString;
207
207
  description: z.ZodString;
208
- }>, "strip", z.ZodTypeAny, {
208
+ }, "strip", z.ZodTypeAny, {
209
209
  bBox: [number, number, number, number];
210
210
  geometry: {
211
211
  type: "Polygon";