@trackunit/filters-graphql-hook 2.4.9 → 2.4.10-alpha-b67ef3a75db.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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entry.js","sourceRoot":"","sources":["../../../../../libs/filters/graphql-hook/migrations/entry.ts"],"names":[],"mappings":"","sourcesContent":["export {};\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/filters-graphql-hook",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.10-alpha-b67ef3a75db.0",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
"@graphql-codegen/cli": "^5.0.3",
|
|
11
11
|
"@graphql-typed-document-node/core": "^3.2.0",
|
|
12
12
|
"zod": "^3.25.76",
|
|
13
|
-
"@trackunit/iris-app-build-utilities": "2.1.
|
|
14
|
-
"@trackunit/filters-filter-bar": "2.2.
|
|
15
|
-
"@trackunit/shared-utils": "1.15.
|
|
16
|
-
"@trackunit/iris-app-api": "2.1.
|
|
17
|
-
"@trackunit/react-core-contexts-test": "1.17.
|
|
18
|
-
"@trackunit/i18n-library-translation": "2.1.
|
|
19
|
-
"@trackunit/iris-app-runtime-core-api": "1.16.
|
|
20
|
-
"@trackunit/react-core-hooks": "1.18.
|
|
13
|
+
"@trackunit/iris-app-build-utilities": "2.1.24-alpha-b67ef3a75db.0",
|
|
14
|
+
"@trackunit/filters-filter-bar": "2.2.26-alpha-b67ef3a75db.0",
|
|
15
|
+
"@trackunit/shared-utils": "1.15.85-alpha-b67ef3a75db.0",
|
|
16
|
+
"@trackunit/iris-app-api": "2.1.23-alpha-b67ef3a75db.0",
|
|
17
|
+
"@trackunit/react-core-contexts-test": "1.17.92-alpha-b67ef3a75db.0",
|
|
18
|
+
"@trackunit/i18n-library-translation": "2.1.23-alpha-b67ef3a75db.0",
|
|
19
|
+
"@trackunit/iris-app-runtime-core-api": "1.16.91-alpha-b67ef3a75db.0",
|
|
20
|
+
"@trackunit/react-core-hooks": "1.18.23-alpha-b67ef3a75db.0"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"@apollo/client": "^3.13.8",
|
|
@@ -449,37 +449,6 @@ export declare const digitalKeyMode: {
|
|
|
449
449
|
readonly UNSUPPORTED: "UNSUPPORTED";
|
|
450
450
|
};
|
|
451
451
|
export type DigitalKeyMode = (typeof digitalKeyMode)[keyof typeof digitalKeyMode];
|
|
452
|
-
export declare const fleetDataHealthDeviceStatus: {
|
|
453
|
-
readonly CRITICAL: "CRITICAL";
|
|
454
|
-
readonly LOW: "LOW";
|
|
455
|
-
};
|
|
456
|
-
export type FleetDataHealthDeviceStatus = (typeof fleetDataHealthDeviceStatus)[keyof typeof fleetDataHealthDeviceStatus];
|
|
457
|
-
export declare const fleetDataHealthIssueCategory: {
|
|
458
|
-
readonly COVERAGE: "COVERAGE";
|
|
459
|
-
readonly DEVICE_BATTERY: "DEVICE_BATTERY";
|
|
460
|
-
readonly INSTALL_AND_CONFIGURATION: "INSTALL_AND_CONFIGURATION";
|
|
461
|
-
readonly NON_REPORTING_DEVICE: "NON_REPORTING_DEVICE";
|
|
462
|
-
};
|
|
463
|
-
export type FleetDataHealthIssueCategory = (typeof fleetDataHealthIssueCategory)[keyof typeof fleetDataHealthIssueCategory];
|
|
464
|
-
export declare const fleetDataHealthIssueState: {
|
|
465
|
-
readonly OPEN: "OPEN";
|
|
466
|
-
readonly RESOLVED: "RESOLVED";
|
|
467
|
-
};
|
|
468
|
-
export type FleetDataHealthIssueState = (typeof fleetDataHealthIssueState)[keyof typeof fleetDataHealthIssueState];
|
|
469
|
-
export declare const fleetDataHealthIssueType: {
|
|
470
|
-
readonly DATA_NOT_RECEIVED: "DATA_NOT_RECEIVED";
|
|
471
|
-
readonly DEVICE_BATTERY_APPROACHING_END_OF_LIFE: "DEVICE_BATTERY_APPROACHING_END_OF_LIFE";
|
|
472
|
-
readonly LOW_CELLULAR_COVERAGE: "LOW_CELLULAR_COVERAGE";
|
|
473
|
-
readonly LOW_DEVICE_BATTERY: "LOW_DEVICE_BATTERY";
|
|
474
|
-
readonly LOW_DEVICE_INPUT_VOLTAGE: "LOW_DEVICE_INPUT_VOLTAGE";
|
|
475
|
-
readonly LOW_GPS_COVERAGE: "LOW_GPS_COVERAGE";
|
|
476
|
-
readonly NO_CAN_DATA_CONFIGURATION: "NO_CAN_DATA_CONFIGURATION";
|
|
477
|
-
readonly OPERATING_HOURS_FROM_CAN_MODIFIED: "OPERATING_HOURS_FROM_CAN_MODIFIED";
|
|
478
|
-
readonly OPERATING_HOURS_REPORTING_0_HOURS_PER_DAY: "OPERATING_HOURS_REPORTING_0_HOURS_PER_DAY";
|
|
479
|
-
readonly OPERATING_HOURS_REPORTING_24_HOURS_PER_DAY: "OPERATING_HOURS_REPORTING_24_HOURS_PER_DAY";
|
|
480
|
-
readonly UNUSUAL_OPERATING_HOURS: "UNUSUAL_OPERATING_HOURS";
|
|
481
|
-
};
|
|
482
|
-
export type FleetDataHealthIssueType = (typeof fleetDataHealthIssueType)[keyof typeof fleetDataHealthIssueType];
|
|
483
452
|
export declare const geometryFilterType: {
|
|
484
453
|
readonly MultiPolygon: "MultiPolygon";
|
|
485
454
|
readonly Polygon: "Polygon";
|
|
@@ -652,31 +621,6 @@ export type AssetFiltersInput = {
|
|
|
652
621
|
externalReferences?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
653
622
|
/** Filter by reported firmware versions */
|
|
654
623
|
firmwareVersion?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
655
|
-
/**
|
|
656
|
-
* Filter by Fleet Health Categories
|
|
657
|
-
* @deprecated Use `deviceHealthCategories` instead
|
|
658
|
-
*/
|
|
659
|
-
fleetHealthCategories?: InputMaybe<Array<FleetDataHealthIssueCategory>>;
|
|
660
|
-
/**
|
|
661
|
-
* Filter by Fleet Health datetime range
|
|
662
|
-
* @deprecated Use `deviceHealthDateTimeRange` instead
|
|
663
|
-
*/
|
|
664
|
-
fleetHealthDateTimeRange?: InputMaybe<DateTimeRange>;
|
|
665
|
-
/**
|
|
666
|
-
* Filter by Fleet Health device statuses
|
|
667
|
-
* @deprecated Use `deviceHealthDeviceStatuses` instead
|
|
668
|
-
*/
|
|
669
|
-
fleetHealthDeviceStatuses?: InputMaybe<Array<FleetDataHealthDeviceStatus>>;
|
|
670
|
-
/**
|
|
671
|
-
* Filter by Fleet Health states
|
|
672
|
-
* @deprecated Use `deviceHealthStates` instead
|
|
673
|
-
*/
|
|
674
|
-
fleetHealthStates?: InputMaybe<Array<FleetDataHealthIssueState>>;
|
|
675
|
-
/**
|
|
676
|
-
* Filter by Fleet Health Types
|
|
677
|
-
* @deprecated Use `deviceHealthTypes` instead
|
|
678
|
-
*/
|
|
679
|
-
fleetHealthTypes?: InputMaybe<Array<FleetDataHealthIssueType>>;
|
|
680
624
|
/** Filter by if the asset is followed */
|
|
681
625
|
followed?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
682
626
|
/**
|