@trackunit/filters-graphql-hook 0.0.446 → 0.0.448
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
|
@@ -505,6 +505,8 @@ export type AssetFiltersInput = {
|
|
|
505
505
|
rentalContracts?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
506
506
|
/** List of rental customer names */
|
|
507
507
|
rentalCustomerName?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
508
|
+
/** List of siteIds to filter by rental depots */
|
|
509
|
+
rentalDepotSiteIds?: InputMaybe<Array<Scalars["ID"]["input"]>>;
|
|
508
510
|
/** List of legacy rental statuses */
|
|
509
511
|
rentalStatus?: InputMaybe<Array<LegacyRentalStatus>>;
|
|
510
512
|
/** List of rental statuses */
|