@trackunit/filters-graphql-hook 1.10.58 → 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
|
@@ -515,7 +515,10 @@ export type AssetFiltersInput = {
|
|
|
515
515
|
customerIds?: InputMaybe<Array<Scalars["ID"]["input"]>>;
|
|
516
516
|
/** List of customer types */
|
|
517
517
|
customerTypes?: InputMaybe<Array<CustomerTypeSFS>>;
|
|
518
|
-
/**
|
|
518
|
+
/**
|
|
519
|
+
* Digital key mode of the asset
|
|
520
|
+
* @deprecated Use accessManagementDesiredModes instead
|
|
521
|
+
*/
|
|
519
522
|
digitalKeyModes?: InputMaybe<Array<DigitalKeyMode>>;
|
|
520
523
|
/** List of external references */
|
|
521
524
|
externalReferences?: InputMaybe<Array<Scalars["String"]["input"]>>;
|