@trackunit/filters-asset-filter-definitions 1.10.60 → 1.11.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.11.0",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -16,24 +16,24 @@
|
|
|
16
16
|
"jest-fetch-mock": "^3.0.3",
|
|
17
17
|
"string-ts": "^2.0.0",
|
|
18
18
|
"tailwind-merge": "^2.0.0",
|
|
19
|
-
"@trackunit/iris-app-build-utilities": "1.7.
|
|
20
|
-
"@trackunit/filters-filter-bar": "1.8.
|
|
21
|
-
"@trackunit/react-core-hooks": "1.7.
|
|
22
|
-
"@trackunit/react-filter-components": "1.7.
|
|
23
|
-
"@trackunit/react-form-components": "1.8.
|
|
24
|
-
"@trackunit/filters-graphql-hook": "1.
|
|
25
|
-
"@trackunit/utilization-indicator": "1.7.
|
|
26
|
-
"@trackunit/geo-json-utils": "1.7.
|
|
27
|
-
"@trackunit/react-components": "1.9.
|
|
28
|
-
"@trackunit/shared-utils": "1.9.
|
|
29
|
-
"@trackunit/translations-machine-type": "1.7.
|
|
30
|
-
"@trackunit/criticality-indicator": "1.7.
|
|
31
|
-
"@trackunit/iris-app-api": "1.7.
|
|
32
|
-
"@trackunit/react-core-contexts-test": "1.7.
|
|
33
|
-
"@trackunit/i18n-library-translation": "1.7.
|
|
34
|
-
"@trackunit/react-core-contexts-api": "1.8.
|
|
35
|
-
"@trackunit/react-test-setup": "1.4.
|
|
36
|
-
"@trackunit/react-graphql-hooks": "1.7.
|
|
19
|
+
"@trackunit/iris-app-build-utilities": "1.7.37",
|
|
20
|
+
"@trackunit/filters-filter-bar": "1.8.57",
|
|
21
|
+
"@trackunit/react-core-hooks": "1.7.43",
|
|
22
|
+
"@trackunit/react-filter-components": "1.7.56",
|
|
23
|
+
"@trackunit/react-form-components": "1.8.55",
|
|
24
|
+
"@trackunit/filters-graphql-hook": "1.11.0",
|
|
25
|
+
"@trackunit/utilization-indicator": "1.7.53",
|
|
26
|
+
"@trackunit/geo-json-utils": "1.7.37",
|
|
27
|
+
"@trackunit/react-components": "1.9.53",
|
|
28
|
+
"@trackunit/shared-utils": "1.9.37",
|
|
29
|
+
"@trackunit/translations-machine-type": "1.7.48",
|
|
30
|
+
"@trackunit/criticality-indicator": "1.7.53",
|
|
31
|
+
"@trackunit/iris-app-api": "1.7.37",
|
|
32
|
+
"@trackunit/react-core-contexts-test": "1.7.43",
|
|
33
|
+
"@trackunit/i18n-library-translation": "1.7.44",
|
|
34
|
+
"@trackunit/react-core-contexts-api": "1.8.40",
|
|
35
|
+
"@trackunit/react-test-setup": "1.4.37",
|
|
36
|
+
"@trackunit/react-graphql-hooks": "1.7.53"
|
|
37
37
|
},
|
|
38
38
|
"module": "./index.esm.js",
|
|
39
39
|
"main": "./index.cjs.js",
|
|
@@ -482,7 +482,10 @@ export type AssetFiltersInput = {
|
|
|
482
482
|
customerIds?: InputMaybe<Array<Scalars["ID"]["input"]>>;
|
|
483
483
|
/** List of customer types */
|
|
484
484
|
customerTypes?: InputMaybe<Array<CustomerTypeSFS>>;
|
|
485
|
-
/**
|
|
485
|
+
/**
|
|
486
|
+
* Digital key mode of the asset
|
|
487
|
+
* @deprecated Use accessManagementDesiredModes instead
|
|
488
|
+
*/
|
|
486
489
|
digitalKeyModes?: InputMaybe<Array<DigitalKeyMode>>;
|
|
487
490
|
/** List of external references */
|
|
488
491
|
externalReferences?: InputMaybe<Array<Scalars["String"]["input"]>>;
|