@trackunit/filters-asset-filter-definitions 0.0.520 → 0.0.522
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
|
@@ -485,6 +485,8 @@ export type AssetFiltersInput = {
|
|
|
485
485
|
rentalContracts?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
486
486
|
/** List of rental customer names */
|
|
487
487
|
rentalCustomerName?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
488
|
+
/** List of siteIds to filter by rental depots */
|
|
489
|
+
rentalDepotSiteIds?: InputMaybe<Array<Scalars["ID"]["input"]>>;
|
|
488
490
|
/** List of legacy rental statuses */
|
|
489
491
|
rentalStatus?: InputMaybe<Array<LegacyRentalStatus>>;
|
|
490
492
|
/** List of rental statuses */
|