@trackunit/filters-asset-filter-definitions 1.15.0 → 1.15.1
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-asset-filter-definitions",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.1",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -15,23 +15,23 @@
|
|
|
15
15
|
"zod": "^3.23.8",
|
|
16
16
|
"string-ts": "^2.0.0",
|
|
17
17
|
"tailwind-merge": "^2.0.0",
|
|
18
|
-
"@trackunit/iris-app-build-utilities": "1.10.
|
|
19
|
-
"@trackunit/filters-filter-bar": "1.11.
|
|
20
|
-
"@trackunit/react-core-hooks": "1.10.
|
|
21
|
-
"@trackunit/react-filter-components": "1.10.
|
|
22
|
-
"@trackunit/react-form-components": "1.11.
|
|
23
|
-
"@trackunit/filters-graphql-hook": "1.14.
|
|
24
|
-
"@trackunit/utilization-indicator": "1.10.
|
|
25
|
-
"@trackunit/geo-json-utils": "1.10.
|
|
26
|
-
"@trackunit/react-components": "1.14.
|
|
27
|
-
"@trackunit/shared-utils": "1.12.
|
|
28
|
-
"@trackunit/translations-machine-type": "1.10.
|
|
29
|
-
"@trackunit/criticality-indicator": "1.10.
|
|
30
|
-
"@trackunit/iris-app-api": "1.13.
|
|
31
|
-
"@trackunit/react-core-contexts-test": "1.10.
|
|
32
|
-
"@trackunit/i18n-library-translation": "1.10.
|
|
33
|
-
"@trackunit/iris-app-runtime-core-api": "1.10.
|
|
34
|
-
"@trackunit/react-graphql-hooks": "1.11.
|
|
18
|
+
"@trackunit/iris-app-build-utilities": "1.10.1",
|
|
19
|
+
"@trackunit/filters-filter-bar": "1.11.1",
|
|
20
|
+
"@trackunit/react-core-hooks": "1.10.1",
|
|
21
|
+
"@trackunit/react-filter-components": "1.10.1",
|
|
22
|
+
"@trackunit/react-form-components": "1.11.1",
|
|
23
|
+
"@trackunit/filters-graphql-hook": "1.14.1",
|
|
24
|
+
"@trackunit/utilization-indicator": "1.10.1",
|
|
25
|
+
"@trackunit/geo-json-utils": "1.10.1",
|
|
26
|
+
"@trackunit/react-components": "1.14.1",
|
|
27
|
+
"@trackunit/shared-utils": "1.12.1",
|
|
28
|
+
"@trackunit/translations-machine-type": "1.10.1",
|
|
29
|
+
"@trackunit/criticality-indicator": "1.10.1",
|
|
30
|
+
"@trackunit/iris-app-api": "1.13.1",
|
|
31
|
+
"@trackunit/react-core-contexts-test": "1.10.1",
|
|
32
|
+
"@trackunit/i18n-library-translation": "1.10.1",
|
|
33
|
+
"@trackunit/iris-app-runtime-core-api": "1.10.1",
|
|
34
|
+
"@trackunit/react-graphql-hooks": "1.11.1"
|
|
35
35
|
},
|
|
36
36
|
"module": "./index.esm.js",
|
|
37
37
|
"main": "./index.cjs.js",
|
|
@@ -659,6 +659,8 @@ export type InsightsFilters = {
|
|
|
659
659
|
afterTreatmentDieselExhaustFluidTankLevel?: InputMaybe<NumberRange>;
|
|
660
660
|
/** The battery charger state */
|
|
661
661
|
batteryChargerState?: InputMaybe<Array<Scalars["Boolean"]["input"]>>;
|
|
662
|
+
/** The battery's cumulative discharged energy */
|
|
663
|
+
batteryCumulativeDischargedEnergy?: InputMaybe<AggregatedNumberRange>;
|
|
662
664
|
/** The battery potential */
|
|
663
665
|
batteryPotential?: InputMaybe<NumberRange>;
|
|
664
666
|
/** The battery state of charge percent */
|