@trackunit/filters-graphql-hook 0.0.446 → 0.0.448

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-graphql-hook",
3
- "version": "0.0.446",
3
+ "version": "0.0.448",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -505,6 +505,8 @@ export type AssetFiltersInput = {
505
505
  rentalContracts?: InputMaybe<Array<Scalars["String"]["input"]>>;
506
506
  /** List of rental customer names */
507
507
  rentalCustomerName?: InputMaybe<Array<Scalars["String"]["input"]>>;
508
+ /** List of siteIds to filter by rental depots */
509
+ rentalDepotSiteIds?: InputMaybe<Array<Scalars["ID"]["input"]>>;
508
510
  /** List of legacy rental statuses */
509
511
  rentalStatus?: InputMaybe<Array<LegacyRentalStatus>>;
510
512
  /** List of rental statuses */