@trackunit/filters-graphql-hook 1.6.21 → 1.7.0
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/index.cjs.js +0 -2
- package/index.esm.js +0 -2
- package/package.json +10 -10
- package/src/generated/graphql-api/graphql.d.ts +0 -2
package/index.cjs.js
CHANGED
package/index.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/filters-graphql-hook",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
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.4.
|
|
17
|
-
"@trackunit/filters-filter-bar": "1.5.
|
|
18
|
-
"@trackunit/shared-utils": "1.6.
|
|
19
|
-
"@trackunit/iris-app-api": "1.4.
|
|
20
|
-
"@trackunit/react-core-contexts-test": "1.4.
|
|
21
|
-
"@trackunit/i18n-library-translation": "1.4.
|
|
22
|
-
"@trackunit/react-core-contexts-api": "1.5.
|
|
23
|
-
"@trackunit/react-core-hooks": "1.4.
|
|
24
|
-
"@trackunit/react-test-setup": "1.1.
|
|
16
|
+
"@trackunit/iris-app-build-utilities": "1.4.10",
|
|
17
|
+
"@trackunit/filters-filter-bar": "1.5.23",
|
|
18
|
+
"@trackunit/shared-utils": "1.6.10",
|
|
19
|
+
"@trackunit/iris-app-api": "1.4.10",
|
|
20
|
+
"@trackunit/react-core-contexts-test": "1.4.12",
|
|
21
|
+
"@trackunit/i18n-library-translation": "1.4.12",
|
|
22
|
+
"@trackunit/react-core-contexts-api": "1.5.12",
|
|
23
|
+
"@trackunit/react-core-hooks": "1.4.12",
|
|
24
|
+
"@trackunit/react-test-setup": "1.1.10"
|
|
25
25
|
},
|
|
26
26
|
"module": "./index.esm.js",
|
|
27
27
|
"main": "./index.cjs.js",
|
|
@@ -396,8 +396,6 @@ export declare const fleetDataHealthIssueCategory: {
|
|
|
396
396
|
};
|
|
397
397
|
export type FleetDataHealthIssueCategory = (typeof fleetDataHealthIssueCategory)[keyof typeof fleetDataHealthIssueCategory];
|
|
398
398
|
export declare const fleetDataHealthIssueState: {
|
|
399
|
-
readonly IGNORE: "IGNORE";
|
|
400
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
401
399
|
readonly OPEN: "OPEN";
|
|
402
400
|
readonly RESOLVED: "RESOLVED";
|
|
403
401
|
};
|