@trackunit/filters-graphql-hook 0.0.482 → 0.0.484

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.482",
3
+ "version": "0.0.484",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -495,6 +495,8 @@ export type AssetFiltersInput = {
495
495
  ownerAccountIds?: InputMaybe<Array<Scalars["String"]["input"]>>;
496
496
  /** List of owner account names */
497
497
  ownerAccountNames?: InputMaybe<Array<Scalars["String"]["input"]>>;
498
+ /** List of siteIds where any asset owned by this depot should be excluded */
499
+ owningDepotSiteExclusionIds?: InputMaybe<Array<Scalars["ID"]["input"]>>;
498
500
  /** List of siteIds to filter by owning depots */
499
501
  owningDepotSiteIds?: InputMaybe<Array<Scalars["ID"]["input"]>>;
500
502
  /** Filter by partner ID */
@@ -505,6 +507,8 @@ export type AssetFiltersInput = {
505
507
  rentalContracts?: InputMaybe<Array<Scalars["String"]["input"]>>;
506
508
  /** List of rental customer names */
507
509
  rentalCustomerName?: InputMaybe<Array<Scalars["String"]["input"]>>;
510
+ /** List of siteIds where any asset in rental by this depot should be excluded */
511
+ rentalDepotSiteExclusionIds?: InputMaybe<Array<Scalars["ID"]["input"]>>;
508
512
  /** List of siteIds to filter by rental depots */
509
513
  rentalDepotSiteIds?: InputMaybe<Array<Scalars["ID"]["input"]>>;
510
514
  /** List of legacy rental statuses */