@trackunit/filters-asset-filter-definitions 0.0.92 → 0.0.94

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.92",
3
+ "version": "0.0.94",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -327,8 +327,6 @@ export type CustomFieldNumberRange = {
327
327
  to?: InputMaybe<Scalars["Float"]["input"]>;
328
328
  };
329
329
  export type CustomFieldOwnerInput = {
330
- /** The account ID of the custom field owner input. */
331
- accountId?: InputMaybe<Scalars["ID"]["input"]>;
332
330
  /** The iris app ID of the custom field owner input. */
333
331
  irisAppId?: InputMaybe<Scalars["String"]["input"]>;
334
332
  /** The owner type of the custom field owner input. */