@trackunit/filters-graphql-hook 0.0.83 → 0.0.85

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.83",
3
+ "version": "0.0.85",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -364,8 +364,6 @@ export type CustomFieldNumberRange = {
364
364
  to?: InputMaybe<Scalars["Float"]["input"]>;
365
365
  };
366
366
  export type CustomFieldOwnerInput = {
367
- /** The account ID of the custom field owner input. */
368
- accountId?: InputMaybe<Scalars["ID"]["input"]>;
369
367
  /** The iris app ID of the custom field owner input. */
370
368
  irisAppId?: InputMaybe<Scalars["String"]["input"]>;
371
369
  /** The owner type of the custom field owner input. */