@trackunit/filters-asset-filter-definitions 1.3.129 → 1.4.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/filters-asset-filter-definitions",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -17,22 +17,22 @@
|
|
|
17
17
|
"@tanstack/react-router": "1.114.29",
|
|
18
18
|
"string-ts": "^2.0.0",
|
|
19
19
|
"tailwind-merge": "^2.0.0",
|
|
20
|
-
"@trackunit/iris-app-build-utilities": "1.3.
|
|
21
|
-
"@trackunit/filters-filter-bar": "1.3.
|
|
22
|
-
"@trackunit/react-core-hooks": "1.3.
|
|
23
|
-
"@trackunit/react-filter-components": "1.3.
|
|
24
|
-
"@trackunit/react-form-components": "1.3.
|
|
25
|
-
"@trackunit/filters-graphql-hook": "1.
|
|
26
|
-
"@trackunit/utilization-indicator": "1.3.
|
|
27
|
-
"@trackunit/geo-json-utils": "1.3.
|
|
28
|
-
"@trackunit/react-components": "1.4.
|
|
29
|
-
"@trackunit/shared-utils": "1.5.
|
|
30
|
-
"@trackunit/translations-machine-type": "1.3.
|
|
31
|
-
"@trackunit/criticality-indicator": "1.3.
|
|
32
|
-
"@trackunit/iris-app-api": "1.3.
|
|
33
|
-
"@trackunit/react-core-contexts-test": "1.3.
|
|
34
|
-
"@trackunit/i18n-library-translation": "1.3.
|
|
35
|
-
"@trackunit/react-core-contexts-api": "1.4.
|
|
20
|
+
"@trackunit/iris-app-build-utilities": "1.3.78",
|
|
21
|
+
"@trackunit/filters-filter-bar": "1.3.122",
|
|
22
|
+
"@trackunit/react-core-hooks": "1.3.79",
|
|
23
|
+
"@trackunit/react-filter-components": "1.3.103",
|
|
24
|
+
"@trackunit/react-form-components": "1.3.103",
|
|
25
|
+
"@trackunit/filters-graphql-hook": "1.4.0",
|
|
26
|
+
"@trackunit/utilization-indicator": "1.3.96",
|
|
27
|
+
"@trackunit/geo-json-utils": "1.3.76",
|
|
28
|
+
"@trackunit/react-components": "1.4.91",
|
|
29
|
+
"@trackunit/shared-utils": "1.5.75",
|
|
30
|
+
"@trackunit/translations-machine-type": "1.3.84",
|
|
31
|
+
"@trackunit/criticality-indicator": "1.3.96",
|
|
32
|
+
"@trackunit/iris-app-api": "1.3.78",
|
|
33
|
+
"@trackunit/react-core-contexts-test": "1.3.80",
|
|
34
|
+
"@trackunit/i18n-library-translation": "1.3.82",
|
|
35
|
+
"@trackunit/react-core-contexts-api": "1.4.77"
|
|
36
36
|
},
|
|
37
37
|
"module": "./index.esm.js",
|
|
38
38
|
"main": "./index.cjs.js",
|
|
@@ -348,6 +348,38 @@ export declare const digitalKeyMode: {
|
|
|
348
348
|
readonly UNSUPPORTED: "UNSUPPORTED";
|
|
349
349
|
};
|
|
350
350
|
export type DigitalKeyMode = (typeof digitalKeyMode)[keyof typeof digitalKeyMode];
|
|
351
|
+
export declare const fleetDataHealthIssueCategory: {
|
|
352
|
+
readonly FUNCTIONAL_DEVICE_CORE_DEFINITION: "FUNCTIONAL_DEVICE_CORE_DEFINITION";
|
|
353
|
+
readonly INSTALL_AND_CONFIGURATION_HEALTH: "INSTALL_AND_CONFIGURATION_HEALTH";
|
|
354
|
+
readonly OPERATIONAL_DEVICE_CORE_DEFINITION: "OPERATIONAL_DEVICE_CORE_DEFINITION";
|
|
355
|
+
};
|
|
356
|
+
export type FleetDataHealthIssueCategory = (typeof fleetDataHealthIssueCategory)[keyof typeof fleetDataHealthIssueCategory];
|
|
357
|
+
export declare const fleetDataHealthIssueState: {
|
|
358
|
+
readonly IGNORE: "IGNORE";
|
|
359
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
360
|
+
readonly OPEN: "OPEN";
|
|
361
|
+
readonly RESOLVED: "RESOLVED";
|
|
362
|
+
};
|
|
363
|
+
export type FleetDataHealthIssueState = (typeof fleetDataHealthIssueState)[keyof typeof fleetDataHealthIssueState];
|
|
364
|
+
export declare const fleetDataHealthIssueType: {
|
|
365
|
+
readonly BLUETOOTH_DISABLED: "BLUETOOTH_DISABLED";
|
|
366
|
+
readonly DIGITAL_KEY_DISABLED: "DIGITAL_KEY_DISABLED";
|
|
367
|
+
readonly EXCEPTION_ERROR: "EXCEPTION_ERROR";
|
|
368
|
+
readonly FIRMWARE_ERROR: "FIRMWARE_ERROR";
|
|
369
|
+
readonly INSTALLATION_VALIDATION_MISSING: "INSTALLATION_VALIDATION_MISSING";
|
|
370
|
+
readonly INTERNAL_FLASH_ERROR: "INTERNAL_FLASH_ERROR";
|
|
371
|
+
readonly LOW_BATTERY_POWER: "LOW_BATTERY_POWER";
|
|
372
|
+
readonly LOW_CELLULAR_COVERAGE: "LOW_CELLULAR_COVERAGE";
|
|
373
|
+
readonly LOW_EXTERNAL_POWER: "LOW_EXTERNAL_POWER";
|
|
374
|
+
readonly LOW_GPS_COVERAGE: "LOW_GPS_COVERAGE";
|
|
375
|
+
readonly MALICIOUS_REBOOT_TYPE_0_33: "MALICIOUS_REBOOT_TYPE_0_33";
|
|
376
|
+
readonly NO_CAN_DATA_CONFIGURATION: "NO_CAN_DATA_CONFIGURATION";
|
|
377
|
+
readonly NO_CAN_DATA_WIRING: "NO_CAN_DATA_WIRING";
|
|
378
|
+
readonly OPERATING_HOURS: "OPERATING_HOURS";
|
|
379
|
+
readonly TEMPERATURE_SHUTDOWN: "TEMPERATURE_SHUTDOWN";
|
|
380
|
+
readonly UNKNOWN_ERROR: "UNKNOWN_ERROR";
|
|
381
|
+
};
|
|
382
|
+
export type FleetDataHealthIssueType = (typeof fleetDataHealthIssueType)[keyof typeof fleetDataHealthIssueType];
|
|
351
383
|
export declare const metadataCompleteness: {
|
|
352
384
|
readonly COMPLETE: "COMPLETE";
|
|
353
385
|
readonly PARTIAL: "PARTIAL";
|
|
@@ -438,6 +470,12 @@ export type AssetFiltersInput = {
|
|
|
438
470
|
digitalKeyModes?: InputMaybe<Array<DigitalKeyMode>>;
|
|
439
471
|
/** List of external references */
|
|
440
472
|
externalReferences?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
473
|
+
/** Filter by Fleet Health Categories */
|
|
474
|
+
fleetHealthCategories?: InputMaybe<Array<FleetDataHealthIssueCategory>>;
|
|
475
|
+
/** Filter by Fleet Health states */
|
|
476
|
+
fleetHealthStates?: InputMaybe<Array<FleetDataHealthIssueState>>;
|
|
477
|
+
/** Filter by Fleet Health Types */
|
|
478
|
+
fleetHealthTypes?: InputMaybe<Array<FleetDataHealthIssueType>>;
|
|
441
479
|
/** Filter by if the asset is followed */
|
|
442
480
|
followed?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
443
481
|
/** Filter by groups */
|