@trackunit/filters-asset-filter-definitions 1.0.62 → 1.0.65
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": "1.0.
|
|
3
|
+
"version": "1.0.65",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -17,22 +17,22 @@
|
|
|
17
17
|
"@tanstack/react-router": "1.47.1",
|
|
18
18
|
"string-ts": "^2.0.0",
|
|
19
19
|
"tailwind-merge": "^2.0.0",
|
|
20
|
-
"@trackunit/iris-app-build-utilities": "1.0.
|
|
21
|
-
"@trackunit/filters-filter-bar": "1.0.
|
|
22
|
-
"@trackunit/react-core-hooks": "1.0.
|
|
23
|
-
"@trackunit/react-filter-components": "1.0.
|
|
24
|
-
"@trackunit/react-form-components": "1.0.
|
|
25
|
-
"@trackunit/filters-graphql-hook": "1.0.
|
|
26
|
-
"@trackunit/utilization-indicator": "1.0.
|
|
27
|
-
"@trackunit/geo-json-utils": "1.0.
|
|
28
|
-
"@trackunit/react-components": "1.1.
|
|
29
|
-
"@trackunit/shared-utils": "1.2.
|
|
30
|
-
"@trackunit/translations-machine-type": "1.0.
|
|
31
|
-
"@trackunit/criticality-indicator": "1.0.
|
|
32
|
-
"@trackunit/iris-app-api": "1.0.
|
|
33
|
-
"@trackunit/react-core-contexts-test": "1.0.
|
|
34
|
-
"@trackunit/react-core-contexts-api": "1.0.
|
|
35
|
-
"@trackunit/i18n-library-translation": "1.0.
|
|
20
|
+
"@trackunit/iris-app-build-utilities": "1.0.43",
|
|
21
|
+
"@trackunit/filters-filter-bar": "1.0.64",
|
|
22
|
+
"@trackunit/react-core-hooks": "1.0.42",
|
|
23
|
+
"@trackunit/react-filter-components": "1.0.64",
|
|
24
|
+
"@trackunit/react-form-components": "1.0.62",
|
|
25
|
+
"@trackunit/filters-graphql-hook": "1.0.64",
|
|
26
|
+
"@trackunit/utilization-indicator": "1.0.61",
|
|
27
|
+
"@trackunit/geo-json-utils": "1.0.38",
|
|
28
|
+
"@trackunit/react-components": "1.1.43",
|
|
29
|
+
"@trackunit/shared-utils": "1.2.34",
|
|
30
|
+
"@trackunit/translations-machine-type": "1.0.46",
|
|
31
|
+
"@trackunit/criticality-indicator": "1.0.60",
|
|
32
|
+
"@trackunit/iris-app-api": "1.0.41",
|
|
33
|
+
"@trackunit/react-core-contexts-test": "1.0.42",
|
|
34
|
+
"@trackunit/react-core-contexts-api": "1.0.42",
|
|
35
|
+
"@trackunit/i18n-library-translation": "1.0.46"
|
|
36
36
|
},
|
|
37
37
|
"module": "./index.esm.js",
|
|
38
38
|
"main": "./index.cjs.js",
|
|
@@ -358,19 +358,6 @@ export declare const geoJSONGeometryType: {
|
|
|
358
358
|
readonly POLYGON: "POLYGON";
|
|
359
359
|
};
|
|
360
360
|
export type GeoJSONGeometryType = (typeof geoJSONGeometryType)[keyof typeof geoJSONGeometryType];
|
|
361
|
-
export declare const legacyRentalStatus: {
|
|
362
|
-
readonly Available: "Available";
|
|
363
|
-
readonly InRepair: "InRepair";
|
|
364
|
-
readonly NotOnContract: "NotOnContract";
|
|
365
|
-
readonly OffRent: "OffRent";
|
|
366
|
-
readonly OnRent: "OnRent";
|
|
367
|
-
readonly Other: "Other";
|
|
368
|
-
readonly PickupReady: "PickupReady";
|
|
369
|
-
readonly Reserved: "Reserved";
|
|
370
|
-
readonly Returned: "Returned";
|
|
371
|
-
readonly Transfer: "Transfer";
|
|
372
|
-
};
|
|
373
|
-
export type LegacyRentalStatus = (typeof legacyRentalStatus)[keyof typeof legacyRentalStatus];
|
|
374
361
|
export declare const metadataCompleteness: {
|
|
375
362
|
readonly COMPLETE: "COMPLETE";
|
|
376
363
|
readonly PARTIAL: "PARTIAL";
|
|
@@ -487,14 +474,10 @@ export type AssetFiltersInput = {
|
|
|
487
474
|
productionYears?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
488
475
|
/** List of rental contract ids */
|
|
489
476
|
rentalContracts?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
490
|
-
/** List of rental customer names */
|
|
491
|
-
rentalCustomerName?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
492
477
|
/** List of siteIds where any asset in rental by this depot should be excluded */
|
|
493
478
|
rentalDepotSiteExclusionIds?: InputMaybe<Array<Scalars["ID"]["input"]>>;
|
|
494
479
|
/** List of siteIds to filter by rental depots */
|
|
495
480
|
rentalDepotSiteIds?: InputMaybe<Array<Scalars["ID"]["input"]>>;
|
|
496
|
-
/** List of legacy rental statuses */
|
|
497
|
-
rentalStatus?: InputMaybe<Array<LegacyRentalStatus>>;
|
|
498
481
|
/** List of rental statuses */
|
|
499
482
|
rentalStatuses?: InputMaybe<Array<RentalStatus>>;
|
|
500
483
|
/** A string that could match a property of an asset within your fleet */
|