@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/filters-asset-filter-definitions",
3
- "version": "0.0.520",
3
+ "version": "0.0.522",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -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 */