@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 CHANGED
@@ -235,8 +235,6 @@ const fleetDataHealthIssueCategory = {
235
235
  NON_REPORTING_UNIT: "NON_REPORTING_UNIT",
236
236
  };
237
237
  const fleetDataHealthIssueState = {
238
- IGNORE: "IGNORE",
239
- IN_PROGRESS: "IN_PROGRESS",
240
238
  OPEN: "OPEN",
241
239
  RESOLVED: "RESOLVED",
242
240
  };
package/index.esm.js CHANGED
@@ -233,8 +233,6 @@ const fleetDataHealthIssueCategory = {
233
233
  NON_REPORTING_UNIT: "NON_REPORTING_UNIT",
234
234
  };
235
235
  const fleetDataHealthIssueState = {
236
- IGNORE: "IGNORE",
237
- IN_PROGRESS: "IN_PROGRESS",
238
236
  OPEN: "OPEN",
239
237
  RESOLVED: "RESOLVED",
240
238
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/filters-graphql-hook",
3
- "version": "1.6.21",
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.8",
17
- "@trackunit/filters-filter-bar": "1.5.21",
18
- "@trackunit/shared-utils": "1.6.8",
19
- "@trackunit/iris-app-api": "1.4.8",
20
- "@trackunit/react-core-contexts-test": "1.4.10",
21
- "@trackunit/i18n-library-translation": "1.4.10",
22
- "@trackunit/react-core-contexts-api": "1.5.10",
23
- "@trackunit/react-core-hooks": "1.4.10",
24
- "@trackunit/react-test-setup": "1.1.8"
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
  };