@trackunit/filters-asset-filter-definitions 0.0.233 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/filters-asset-filter-definitions",
3
- "version": "0.0.233",
3
+ "version": "0.0.237",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -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 */