@trackunit/filters-asset-filter-definitions 0.0.98 → 0.0.99

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.98",
3
+ "version": "0.0.99",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -206,7 +206,7 @@ export type AssetFiltersInput = {
206
206
  /** List of activities */
207
207
  activities?: InputMaybe<Array<AssetActivityState>>;
208
208
  /** A list of asset ID's to do a bulk lookup for. */
209
- assetIds?: InputMaybe<Array<Scalars["String"]["input"]>>;
209
+ assetIds?: InputMaybe<Array<Scalars["ID"]["input"]>>;
210
210
  /** List of asset types */
211
211
  assetTypes?: InputMaybe<Array<AssetType>>;
212
212
  /** Filter by bounding box */
@@ -222,7 +222,7 @@ export type AssetFiltersInput = {
222
222
  /** List of customerIds to exclude */
223
223
  customerExclusionIds?: InputMaybe<Array<Scalars["String"]["input"]>>;
224
224
  /** List of customerIds */
225
- customerIds?: InputMaybe<Array<Scalars["String"]["input"]>>;
225
+ customerIds?: InputMaybe<Array<Scalars["ID"]["input"]>>;
226
226
  /** List of customer types */
227
227
  customerTypes?: InputMaybe<Array<CustomerTypeSFS>>;
228
228
  /** Digital key mode of the asset */
@@ -248,7 +248,7 @@ export type AssetFiltersInput = {
248
248
  /** List of owner account names */
249
249
  ownerAccountNames?: InputMaybe<Array<Scalars["String"]["input"]>>;
250
250
  /** Filter by partner ID */
251
- partnerId?: InputMaybe<Scalars["String"]["input"]>;
251
+ partnerId?: InputMaybe<Scalars["ID"]["input"]>;
252
252
  /** List of production years */
253
253
  productionYears?: InputMaybe<Array<Scalars["String"]["input"]>>;
254
254
  /** List of rental customer names */
@@ -268,7 +268,7 @@ export type AssetFiltersInput = {
268
268
  /** List of service provider IDs */
269
269
  serviceProviderIds?: InputMaybe<Array<Scalars["String"]["input"]>>;
270
270
  /** List of siteIds */
271
- siteIds?: InputMaybe<Array<Scalars["String"]["input"]>>;
271
+ siteIds?: InputMaybe<Array<Scalars["ID"]["input"]>>;
272
272
  /** List of site types */
273
273
  siteTypes?: InputMaybe<Array<SiteTypeSFS>>;
274
274
  /** The measurement system used for unit conversion of filters. */