@trackunit/filters-graphql-hook 0.0.408 → 0.0.410
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
|
@@ -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 */
|