@trackunit/filters-asset-filter-definitions 0.0.235 → 0.0.237
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
|
@@ -260,8 +260,6 @@ export type AssetFiltersInput = {
|
|
|
260
260
|
externalReferences?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
261
261
|
/** Filter by if the asset is followed */
|
|
262
262
|
followed?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
263
|
-
/** Filter by global group. */
|
|
264
|
-
globalGroup?: InputMaybe<Scalars["String"]["input"]>;
|
|
265
263
|
/** Filter by groups */
|
|
266
264
|
groups?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
267
265
|
/** Filter by when was the asset last seen */
|