@trackunit/filters-graphql-hook 1.5.126 → 1.5.129
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.5.
|
|
3
|
+
"version": "1.5.129",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -13,15 +13,15 @@
|
|
|
13
13
|
"graphql": "^16.10.0",
|
|
14
14
|
"@apollo/client": "3.13.8",
|
|
15
15
|
"zod": "3.23.4",
|
|
16
|
-
"@trackunit/iris-app-build-utilities": "1.3.
|
|
17
|
-
"@trackunit/filters-filter-bar": "1.3.
|
|
18
|
-
"@trackunit/shared-utils": "1.5.
|
|
19
|
-
"@trackunit/iris-app-api": "1.3.
|
|
20
|
-
"@trackunit/react-core-contexts-test": "1.3.
|
|
21
|
-
"@trackunit/i18n-library-translation": "1.3.
|
|
22
|
-
"@trackunit/react-core-contexts-api": "1.4.
|
|
23
|
-
"@trackunit/react-core-hooks": "1.3.
|
|
24
|
-
"@trackunit/react-test-setup": "1.0.
|
|
16
|
+
"@trackunit/iris-app-build-utilities": "1.3.159",
|
|
17
|
+
"@trackunit/filters-filter-bar": "1.3.255",
|
|
18
|
+
"@trackunit/shared-utils": "1.5.151",
|
|
19
|
+
"@trackunit/iris-app-api": "1.3.159",
|
|
20
|
+
"@trackunit/react-core-contexts-test": "1.3.168",
|
|
21
|
+
"@trackunit/i18n-library-translation": "1.3.172",
|
|
22
|
+
"@trackunit/react-core-contexts-api": "1.4.159",
|
|
23
|
+
"@trackunit/react-core-hooks": "1.3.165",
|
|
24
|
+
"@trackunit/react-test-setup": "1.0.41"
|
|
25
25
|
},
|
|
26
26
|
"module": "./index.esm.js",
|
|
27
27
|
"main": "./index.cjs.js",
|
|
@@ -207,6 +207,7 @@ export declare const assetInsightType: {
|
|
|
207
207
|
readonly AVERAGELOADFACTORLAST24HOURS: "AVERAGELOADFACTORLAST24HOURS";
|
|
208
208
|
readonly BAROMETRICPRESSURE: "BAROMETRICPRESSURE";
|
|
209
209
|
readonly BATTERYCHARGECYCLESCOUNT: "BATTERYCHARGECYCLESCOUNT";
|
|
210
|
+
readonly BATTERYCHARGERCUMULATIVEINPUTENERGY: "BATTERYCHARGERCUMULATIVEINPUTENERGY";
|
|
210
211
|
readonly BATTERYCHARGERINPUTCURRENT: "BATTERYCHARGERINPUTCURRENT";
|
|
211
212
|
readonly BATTERYCHARGERINPUTCURRENTLIMIT: "BATTERYCHARGERINPUTCURRENTLIMIT";
|
|
212
213
|
readonly BATTERYCHARGERINPUTVOLTAGE: "BATTERYCHARGERINPUTVOLTAGE";
|