@trackunit/filters-asset-filter-definitions 2.5.0 → 2.5.1

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": "2.5.0",
3
+ "version": "2.5.1",
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.17",
16
- "@trackunit/filters-filter-bar": "2.2.19",
17
- "@trackunit/react-core-hooks": "1.18.16",
18
- "@trackunit/react-filter-components": "2.2.19",
19
- "@trackunit/react-form-components": "2.2.19",
20
- "@trackunit/filters-graphql-hook": "2.4.0",
21
- "@trackunit/utilization-indicator": "2.2.19",
22
- "@trackunit/geo-json-utils": "1.14.78",
23
- "@trackunit/react-components": "2.2.18",
24
- "@trackunit/shared-utils": "1.15.78",
25
- "@trackunit/translations-machine-type": "2.1.16",
26
- "@trackunit/criticality-indicator": "2.2.18",
27
- "@trackunit/iris-app-api": "2.1.16",
28
- "@trackunit/react-core-contexts-test": "1.17.85",
29
- "@trackunit/i18n-library-translation": "2.1.16",
30
- "@trackunit/iris-app-runtime-core-api": "1.16.84",
31
- "@trackunit/react-graphql-hooks": "2.2.18",
32
- "@trackunit/translations-device": "1.4.0"
15
+ "@trackunit/iris-app-build-utilities": "2.1.18",
16
+ "@trackunit/filters-filter-bar": "2.2.20",
17
+ "@trackunit/react-core-hooks": "1.18.17",
18
+ "@trackunit/react-filter-components": "2.2.20",
19
+ "@trackunit/react-form-components": "2.2.20",
20
+ "@trackunit/filters-graphql-hook": "2.4.1",
21
+ "@trackunit/utilization-indicator": "2.2.20",
22
+ "@trackunit/geo-json-utils": "1.14.79",
23
+ "@trackunit/react-components": "2.2.19",
24
+ "@trackunit/shared-utils": "1.15.79",
25
+ "@trackunit/translations-machine-type": "2.1.17",
26
+ "@trackunit/criticality-indicator": "2.2.19",
27
+ "@trackunit/iris-app-api": "2.1.17",
28
+ "@trackunit/react-core-contexts-test": "1.17.86",
29
+ "@trackunit/i18n-library-translation": "2.1.17",
30
+ "@trackunit/iris-app-runtime-core-api": "1.16.85",
31
+ "@trackunit/react-graphql-hooks": "2.2.19",
32
+ "@trackunit/translations-device": "1.4.1"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "@apollo/client": "^3.13.8",
@@ -466,6 +466,11 @@ export declare const inspectionResponseStatus: {
466
466
  readonly SKIPPED: "SKIPPED";
467
467
  };
468
468
  export type InspectionResponseStatus = (typeof inspectionResponseStatus)[keyof typeof inspectionResponseStatus];
469
+ export declare const inspectionTemplateAssigned: {
470
+ readonly HAS_TEMPLATE: "HAS_TEMPLATE";
471
+ readonly NO_TEMPLATE: "NO_TEMPLATE";
472
+ };
473
+ export type InspectionTemplateAssigned = (typeof inspectionTemplateAssigned)[keyof typeof inspectionTemplateAssigned];
469
474
  export declare const metadataCompleteness: {
470
475
  readonly COMPLETE: "COMPLETE";
471
476
  readonly PARTIAL: "PARTIAL";
@@ -635,6 +640,8 @@ export type AssetFiltersInput = {
635
640
  insightsFilters?: InputMaybe<InsightsFilters>;
636
641
  /** Filter by the asset's most recent inspection (account specific) */
637
642
  inspectionLastFilters?: InputMaybe<InspectionLastFilters>;
643
+ /** Filter by whether an inspection template is assigned to the asset (account specific) */
644
+ inspectionTemplateAssigned?: InputMaybe<InspectionTemplateAssigned>;
638
645
  /** Filter by when was the asset last seen */
639
646
  lastSeen?: InputMaybe<AssetLastSeen>;
640
647
  /** Filter by PARTIAL or COMPLETE asset metadata information */
@@ -1 +0,0 @@
1
- {"version":3,"file":"entry.js","sourceRoot":"","sources":["../../../../../libs/filters/asset-filter-definitions/migrations/entry.ts"],"names":[],"mappings":"","sourcesContent":["export {};\n"]}