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