@trackunit/filters-graphql-hook 0.0.204 → 0.0.208

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/filters-graphql-hook",
3
- "version": "0.0.204",
3
+ "version": "0.0.208",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -287,8 +287,6 @@ export type AssetFiltersInput = {
287
287
  externalReferences?: InputMaybe<Array<Scalars["String"]["input"]>>;
288
288
  /** Filter by if the asset is followed */
289
289
  followed?: InputMaybe<Scalars["Boolean"]["input"]>;
290
- /** Filter by global group. */
291
- globalGroup?: InputMaybe<Scalars["String"]["input"]>;
292
290
  /** Filter by groups */
293
291
  groups?: InputMaybe<Array<Scalars["String"]["input"]>>;
294
292
  /** Filter by when was the asset last seen */