@trackunit/filters-graphql-hook 0.0.88 → 0.0.90

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.88",
3
+ "version": "0.0.90",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -233,7 +233,7 @@ export type AssetFiltersInput = {
233
233
  /** List of activities */
234
234
  activities?: InputMaybe<Array<AssetActivityState>>;
235
235
  /** A list of asset ID's to do a bulk lookup for. */
236
- assetIds?: InputMaybe<Array<Scalars["String"]["input"]>>;
236
+ assetIds?: InputMaybe<Array<Scalars["ID"]["input"]>>;
237
237
  /** List of asset types */
238
238
  assetTypes?: InputMaybe<Array<AssetType>>;
239
239
  /** Filter by bounding box */
@@ -249,7 +249,7 @@ export type AssetFiltersInput = {
249
249
  /** List of customerIds to exclude */
250
250
  customerExclusionIds?: InputMaybe<Array<Scalars["String"]["input"]>>;
251
251
  /** List of customerIds */
252
- customerIds?: InputMaybe<Array<Scalars["String"]["input"]>>;
252
+ customerIds?: InputMaybe<Array<Scalars["ID"]["input"]>>;
253
253
  /** List of customer types */
254
254
  customerTypes?: InputMaybe<Array<CustomerTypeSFS>>;
255
255
  /** Digital key mode of the asset */
@@ -275,7 +275,7 @@ export type AssetFiltersInput = {
275
275
  /** List of owner account names */
276
276
  ownerAccountNames?: InputMaybe<Array<Scalars["String"]["input"]>>;
277
277
  /** Filter by partner ID */
278
- partnerId?: InputMaybe<Scalars["String"]["input"]>;
278
+ partnerId?: InputMaybe<Scalars["ID"]["input"]>;
279
279
  /** List of production years */
280
280
  productionYears?: InputMaybe<Array<Scalars["String"]["input"]>>;
281
281
  /** List of rental customer names */
@@ -295,7 +295,7 @@ export type AssetFiltersInput = {
295
295
  /** List of service provider IDs */
296
296
  serviceProviderIds?: InputMaybe<Array<Scalars["String"]["input"]>>;
297
297
  /** List of siteIds */
298
- siteIds?: InputMaybe<Array<Scalars["String"]["input"]>>;
298
+ siteIds?: InputMaybe<Array<Scalars["ID"]["input"]>>;
299
299
  /** List of site types */
300
300
  siteTypes?: InputMaybe<Array<SiteTypeSFS>>;
301
301
  /** The measurement system used for unit conversion of filters. */