@trackunit/filters-graphql-hook 0.0.83 → 0.0.84
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
|
@@ -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. */
|