@trackunit/filters-graphql-hook 2.1.23 → 2.1.24
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
|
@@ -591,7 +591,7 @@ export type AssetFiltersInput = {
|
|
|
591
591
|
pendingTelematicsDevices?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
592
592
|
/** List of production years */
|
|
593
593
|
productionYears?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
594
|
-
/** Filter by received visibility
|
|
594
|
+
/** Filter by the account ID that granted received visibility to the current account */
|
|
595
595
|
receivedVisibilityGrantedByAccountId?: InputMaybe<Scalars["ID"]["input"]>;
|
|
596
596
|
/** Rental active contract filters */
|
|
597
597
|
rentalActiveContractFilters?: InputMaybe<RentalActiveContractFilters>;
|