@trackunit/filters-graphql-hook 1.17.14 → 1.17.16
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.17.
|
|
3
|
+
"version": "1.17.16",
|
|
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.12.
|
|
17
|
-
"@trackunit/filters-filter-bar": "1.14.
|
|
18
|
-
"@trackunit/shared-utils": "1.13.
|
|
19
|
-
"@trackunit/iris-app-api": "1.14.
|
|
20
|
-
"@trackunit/react-core-contexts-test": "1.12.
|
|
21
|
-
"@trackunit/i18n-library-translation": "1.12.
|
|
22
|
-
"@trackunit/iris-app-runtime-core-api": "1.12.
|
|
23
|
-
"@trackunit/react-core-hooks": "1.12.
|
|
16
|
+
"@trackunit/iris-app-build-utilities": "1.12.44",
|
|
17
|
+
"@trackunit/filters-filter-bar": "1.14.16",
|
|
18
|
+
"@trackunit/shared-utils": "1.13.41",
|
|
19
|
+
"@trackunit/iris-app-api": "1.14.40",
|
|
20
|
+
"@trackunit/react-core-contexts-test": "1.12.23",
|
|
21
|
+
"@trackunit/i18n-library-translation": "1.12.25",
|
|
22
|
+
"@trackunit/iris-app-runtime-core-api": "1.12.22",
|
|
23
|
+
"@trackunit/react-core-hooks": "1.12.25"
|
|
24
24
|
},
|
|
25
25
|
"module": "./index.esm.js",
|
|
26
26
|
"main": "./index.cjs.js",
|
|
@@ -292,6 +292,7 @@ export declare const assetInsightType: {
|
|
|
292
292
|
readonly MACHINEACTIVITYSTATE: "MACHINEACTIVITYSTATE";
|
|
293
293
|
readonly MALFUNCTIONINDICATORLAMP: "MALFUNCTIONINDICATORLAMP";
|
|
294
294
|
readonly MAXIMUMSPEEDLAST24HOURS: "MAXIMUMSPEEDLAST24HOURS";
|
|
295
|
+
readonly MOVINGSTATUS: "MOVINGSTATUS";
|
|
295
296
|
readonly OPERATIONSTATUS: "OPERATIONSTATUS";
|
|
296
297
|
readonly OTHER: "OTHER";
|
|
297
298
|
readonly PARTICLEVELOCITY: "PARTICLEVELOCITY";
|