@trackunit/filters-asset-filter-definitions 0.0.565 → 0.0.566
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
|
@@ -475,6 +475,8 @@ export type AssetFiltersInput = {
|
|
|
475
475
|
ownerAccountIds?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
476
476
|
/** List of owner account names */
|
|
477
477
|
ownerAccountNames?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
478
|
+
/** List of siteIds where any asset owned by this depot should be excluded */
|
|
479
|
+
owningDepotSiteExclusionIds?: InputMaybe<Array<Scalars["ID"]["input"]>>;
|
|
478
480
|
/** List of siteIds to filter by owning depots */
|
|
479
481
|
owningDepotSiteIds?: InputMaybe<Array<Scalars["ID"]["input"]>>;
|
|
480
482
|
/** Filter by partner ID */
|
|
@@ -485,6 +487,8 @@ export type AssetFiltersInput = {
|
|
|
485
487
|
rentalContracts?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
486
488
|
/** List of rental customer names */
|
|
487
489
|
rentalCustomerName?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
490
|
+
/** List of siteIds where any asset in rental by this depot should be excluded */
|
|
491
|
+
rentalDepotSiteExclusionIds?: InputMaybe<Array<Scalars["ID"]["input"]>>;
|
|
488
492
|
/** List of siteIds to filter by rental depots */
|
|
489
493
|
rentalDepotSiteIds?: InputMaybe<Array<Scalars["ID"]["input"]>>;
|
|
490
494
|
/** List of legacy rental statuses */
|