@trackunit/filters-asset-filter-definitions 2.5.8 → 2.5.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/asset-filter-definitions/migrations/entry.ts"],"names":[],"mappings":"","sourcesContent":["export {};\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/filters-asset-filter-definitions",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.10-alpha-b67ef3a75db.0",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -12,24 +12,24 @@
|
|
|
12
12
|
"zod": "^3.25.76",
|
|
13
13
|
"string-ts": "^2.0.0",
|
|
14
14
|
"tailwind-merge": "^2.0.0",
|
|
15
|
-
"@trackunit/iris-app-build-utilities": "2.1.
|
|
16
|
-
"@trackunit/filters-filter-bar": "2.2.
|
|
17
|
-
"@trackunit/react-core-hooks": "1.18.
|
|
18
|
-
"@trackunit/react-filter-components": "2.2.
|
|
19
|
-
"@trackunit/react-form-components": "2.2.
|
|
20
|
-
"@trackunit/filters-graphql-hook": "2.4.
|
|
21
|
-
"@trackunit/utilization-indicator": "2.2.
|
|
22
|
-
"@trackunit/geo-json-utils": "1.14.
|
|
23
|
-
"@trackunit/react-components": "2.2.
|
|
24
|
-
"@trackunit/shared-utils": "1.15.
|
|
25
|
-
"@trackunit/translations-machine-type": "2.1.
|
|
26
|
-
"@trackunit/criticality-indicator": "2.2.
|
|
27
|
-
"@trackunit/iris-app-api": "2.1.
|
|
28
|
-
"@trackunit/react-core-contexts-test": "1.17.
|
|
29
|
-
"@trackunit/i18n-library-translation": "2.1.
|
|
30
|
-
"@trackunit/iris-app-runtime-core-api": "1.16.
|
|
31
|
-
"@trackunit/react-graphql-hooks": "2.2.
|
|
32
|
-
"@trackunit/translations-device": "1.4.
|
|
15
|
+
"@trackunit/iris-app-build-utilities": "2.1.24-alpha-b67ef3a75db.0",
|
|
16
|
+
"@trackunit/filters-filter-bar": "2.2.26-alpha-b67ef3a75db.0",
|
|
17
|
+
"@trackunit/react-core-hooks": "1.18.23-alpha-b67ef3a75db.0",
|
|
18
|
+
"@trackunit/react-filter-components": "2.2.26-alpha-b67ef3a75db.0",
|
|
19
|
+
"@trackunit/react-form-components": "2.2.26-alpha-b67ef3a75db.0",
|
|
20
|
+
"@trackunit/filters-graphql-hook": "2.4.10-alpha-b67ef3a75db.0",
|
|
21
|
+
"@trackunit/utilization-indicator": "2.2.26-alpha-b67ef3a75db.0",
|
|
22
|
+
"@trackunit/geo-json-utils": "1.14.85-alpha-b67ef3a75db.0",
|
|
23
|
+
"@trackunit/react-components": "2.2.25-alpha-b67ef3a75db.0",
|
|
24
|
+
"@trackunit/shared-utils": "1.15.85-alpha-b67ef3a75db.0",
|
|
25
|
+
"@trackunit/translations-machine-type": "2.1.23-alpha-b67ef3a75db.0",
|
|
26
|
+
"@trackunit/criticality-indicator": "2.2.25-alpha-b67ef3a75db.0",
|
|
27
|
+
"@trackunit/iris-app-api": "2.1.23-alpha-b67ef3a75db.0",
|
|
28
|
+
"@trackunit/react-core-contexts-test": "1.17.92-alpha-b67ef3a75db.0",
|
|
29
|
+
"@trackunit/i18n-library-translation": "2.1.23-alpha-b67ef3a75db.0",
|
|
30
|
+
"@trackunit/iris-app-runtime-core-api": "1.16.91-alpha-b67ef3a75db.0",
|
|
31
|
+
"@trackunit/react-graphql-hooks": "2.2.25-alpha-b67ef3a75db.0",
|
|
32
|
+
"@trackunit/translations-device": "1.4.10-alpha-b67ef3a75db.0"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"@apollo/client": "^3.13.8",
|
|
@@ -398,37 +398,6 @@ export declare const digitalKeyMode: {
|
|
|
398
398
|
readonly UNSUPPORTED: "UNSUPPORTED";
|
|
399
399
|
};
|
|
400
400
|
export type DigitalKeyMode = (typeof digitalKeyMode)[keyof typeof digitalKeyMode];
|
|
401
|
-
export declare const fleetDataHealthDeviceStatus: {
|
|
402
|
-
readonly CRITICAL: "CRITICAL";
|
|
403
|
-
readonly LOW: "LOW";
|
|
404
|
-
};
|
|
405
|
-
export type FleetDataHealthDeviceStatus = (typeof fleetDataHealthDeviceStatus)[keyof typeof fleetDataHealthDeviceStatus];
|
|
406
|
-
export declare const fleetDataHealthIssueCategory: {
|
|
407
|
-
readonly COVERAGE: "COVERAGE";
|
|
408
|
-
readonly DEVICE_BATTERY: "DEVICE_BATTERY";
|
|
409
|
-
readonly INSTALL_AND_CONFIGURATION: "INSTALL_AND_CONFIGURATION";
|
|
410
|
-
readonly NON_REPORTING_DEVICE: "NON_REPORTING_DEVICE";
|
|
411
|
-
};
|
|
412
|
-
export type FleetDataHealthIssueCategory = (typeof fleetDataHealthIssueCategory)[keyof typeof fleetDataHealthIssueCategory];
|
|
413
|
-
export declare const fleetDataHealthIssueState: {
|
|
414
|
-
readonly OPEN: "OPEN";
|
|
415
|
-
readonly RESOLVED: "RESOLVED";
|
|
416
|
-
};
|
|
417
|
-
export type FleetDataHealthIssueState = (typeof fleetDataHealthIssueState)[keyof typeof fleetDataHealthIssueState];
|
|
418
|
-
export declare const fleetDataHealthIssueType: {
|
|
419
|
-
readonly DATA_NOT_RECEIVED: "DATA_NOT_RECEIVED";
|
|
420
|
-
readonly DEVICE_BATTERY_APPROACHING_END_OF_LIFE: "DEVICE_BATTERY_APPROACHING_END_OF_LIFE";
|
|
421
|
-
readonly LOW_CELLULAR_COVERAGE: "LOW_CELLULAR_COVERAGE";
|
|
422
|
-
readonly LOW_DEVICE_BATTERY: "LOW_DEVICE_BATTERY";
|
|
423
|
-
readonly LOW_DEVICE_INPUT_VOLTAGE: "LOW_DEVICE_INPUT_VOLTAGE";
|
|
424
|
-
readonly LOW_GPS_COVERAGE: "LOW_GPS_COVERAGE";
|
|
425
|
-
readonly NO_CAN_DATA_CONFIGURATION: "NO_CAN_DATA_CONFIGURATION";
|
|
426
|
-
readonly OPERATING_HOURS_FROM_CAN_MODIFIED: "OPERATING_HOURS_FROM_CAN_MODIFIED";
|
|
427
|
-
readonly OPERATING_HOURS_REPORTING_0_HOURS_PER_DAY: "OPERATING_HOURS_REPORTING_0_HOURS_PER_DAY";
|
|
428
|
-
readonly OPERATING_HOURS_REPORTING_24_HOURS_PER_DAY: "OPERATING_HOURS_REPORTING_24_HOURS_PER_DAY";
|
|
429
|
-
readonly UNUSUAL_OPERATING_HOURS: "UNUSUAL_OPERATING_HOURS";
|
|
430
|
-
};
|
|
431
|
-
export type FleetDataHealthIssueType = (typeof fleetDataHealthIssueType)[keyof typeof fleetDataHealthIssueType];
|
|
432
401
|
export declare const geometryFilterType: {
|
|
433
402
|
readonly MultiPolygon: "MultiPolygon";
|
|
434
403
|
readonly Polygon: "Polygon";
|
|
@@ -596,31 +565,6 @@ export type AssetFiltersInput = {
|
|
|
596
565
|
externalReferences?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
597
566
|
/** Filter by reported firmware versions */
|
|
598
567
|
firmwareVersion?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
599
|
-
/**
|
|
600
|
-
* Filter by Fleet Health Categories
|
|
601
|
-
* @deprecated Use `deviceHealthCategories` instead
|
|
602
|
-
*/
|
|
603
|
-
fleetHealthCategories?: InputMaybe<Array<FleetDataHealthIssueCategory>>;
|
|
604
|
-
/**
|
|
605
|
-
* Filter by Fleet Health datetime range
|
|
606
|
-
* @deprecated Use `deviceHealthDateTimeRange` instead
|
|
607
|
-
*/
|
|
608
|
-
fleetHealthDateTimeRange?: InputMaybe<DateTimeRange>;
|
|
609
|
-
/**
|
|
610
|
-
* Filter by Fleet Health device statuses
|
|
611
|
-
* @deprecated Use `deviceHealthDeviceStatuses` instead
|
|
612
|
-
*/
|
|
613
|
-
fleetHealthDeviceStatuses?: InputMaybe<Array<FleetDataHealthDeviceStatus>>;
|
|
614
|
-
/**
|
|
615
|
-
* Filter by Fleet Health states
|
|
616
|
-
* @deprecated Use `deviceHealthStates` instead
|
|
617
|
-
*/
|
|
618
|
-
fleetHealthStates?: InputMaybe<Array<FleetDataHealthIssueState>>;
|
|
619
|
-
/**
|
|
620
|
-
* Filter by Fleet Health Types
|
|
621
|
-
* @deprecated Use `deviceHealthTypes` instead
|
|
622
|
-
*/
|
|
623
|
-
fleetHealthTypes?: InputMaybe<Array<FleetDataHealthIssueType>>;
|
|
624
568
|
/** Filter by if the asset is followed */
|
|
625
569
|
followed?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
626
570
|
/**
|