@trackunit/filters-graphql-hook 1.14.0 → 1.14.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-graphql-hook",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.1",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
"graphql": "^16.10.0",
|
|
14
14
|
"@apollo/client": "3.13.8",
|
|
15
15
|
"zod": "^3.23.8",
|
|
16
|
-
"@trackunit/iris-app-build-utilities": "1.10.
|
|
17
|
-
"@trackunit/filters-filter-bar": "1.11.
|
|
18
|
-
"@trackunit/shared-utils": "1.12.
|
|
19
|
-
"@trackunit/iris-app-api": "1.13.
|
|
20
|
-
"@trackunit/react-core-contexts-test": "1.10.
|
|
21
|
-
"@trackunit/i18n-library-translation": "1.10.
|
|
22
|
-
"@trackunit/iris-app-runtime-core-api": "1.10.
|
|
23
|
-
"@trackunit/react-core-hooks": "1.10.
|
|
16
|
+
"@trackunit/iris-app-build-utilities": "1.10.1",
|
|
17
|
+
"@trackunit/filters-filter-bar": "1.11.1",
|
|
18
|
+
"@trackunit/shared-utils": "1.12.1",
|
|
19
|
+
"@trackunit/iris-app-api": "1.13.1",
|
|
20
|
+
"@trackunit/react-core-contexts-test": "1.10.1",
|
|
21
|
+
"@trackunit/i18n-library-translation": "1.10.1",
|
|
22
|
+
"@trackunit/iris-app-runtime-core-api": "1.10.1",
|
|
23
|
+
"@trackunit/react-core-hooks": "1.10.1"
|
|
24
24
|
},
|
|
25
25
|
"module": "./index.esm.js",
|
|
26
26
|
"main": "./index.cjs.js",
|
|
@@ -338,6 +338,7 @@ export declare const assetSortByProperty: {
|
|
|
338
338
|
readonly ACTIVITY: "ACTIVITY";
|
|
339
339
|
readonly AFTER_TREATMENT_DIESEL_EXHAUST_FLUID_TANK_LEVEL: "AFTER_TREATMENT_DIESEL_EXHAUST_FLUID_TANK_LEVEL";
|
|
340
340
|
readonly BATTERY_CHARGER_STATE: "BATTERY_CHARGER_STATE";
|
|
341
|
+
readonly BATTERY_CUMULATIVE_DISCHARGED_ENERGY: "BATTERY_CUMULATIVE_DISCHARGED_ENERGY";
|
|
341
342
|
readonly BATTERY_POTENTIAL: "BATTERY_POTENTIAL";
|
|
342
343
|
readonly BATTERY_STATE_OF_CHARGE_PERCENT: "BATTERY_STATE_OF_CHARGE_PERCENT";
|
|
343
344
|
readonly BRAND: "BRAND";
|
|
@@ -723,6 +724,8 @@ export type InsightsFilters = {
|
|
|
723
724
|
afterTreatmentDieselExhaustFluidTankLevel?: InputMaybe<NumberRange>;
|
|
724
725
|
/** The battery charger state */
|
|
725
726
|
batteryChargerState?: InputMaybe<Array<Scalars["Boolean"]["input"]>>;
|
|
727
|
+
/** The battery's cumulative discharged energy */
|
|
728
|
+
batteryCumulativeDischargedEnergy?: InputMaybe<AggregatedNumberRange>;
|
|
726
729
|
/** The battery potential */
|
|
727
730
|
batteryPotential?: InputMaybe<NumberRange>;
|
|
728
731
|
/** The battery state of charge percent */
|