@trackunit/filters-graphql-hook 0.0.408 → 0.0.409

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.408",
3
+ "version": "0.0.409",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -477,6 +477,8 @@ export type AssetFiltersInput = {
477
477
  ownerAccountIds?: InputMaybe<Array<Scalars["String"]["input"]>>;
478
478
  /** List of owner account names */
479
479
  ownerAccountNames?: InputMaybe<Array<Scalars["String"]["input"]>>;
480
+ /** List of siteIds to filter by owning depots */
481
+ owningDepotSiteIds?: InputMaybe<Array<Scalars["ID"]["input"]>>;
480
482
  /** Filter by partner ID */
481
483
  partnerId?: InputMaybe<Scalars["ID"]["input"]>;
482
484
  /** List of production years */