@trackunit/filters-asset-filter-definitions 1.5.13 → 1.5.17
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/index.cjs.js +0 -5
- package/index.esm.js +0 -5
- package/package.json +17 -17
- package/src/generated/graphql-api/graphql.d.ts +8 -0
package/index.cjs.js
CHANGED
|
@@ -3284,11 +3284,6 @@ const ServicePanStatusesFiltersView = (props) => {
|
|
|
3284
3284
|
const [t] = useTranslation();
|
|
3285
3285
|
const activeFilters = filtersGraphqlHook.useActiveAssetFilters(props.filterState.values);
|
|
3286
3286
|
const { data, loading } = client.useQuery(GetFleetServicePlanStatusesSummaryDocument, {
|
|
3287
|
-
context: {
|
|
3288
|
-
headers: {
|
|
3289
|
-
"TU-PREVIEW": "service-management-beta",
|
|
3290
|
-
},
|
|
3291
|
-
},
|
|
3292
3287
|
fetchPolicy: "cache-first",
|
|
3293
3288
|
variables: {
|
|
3294
3289
|
filters: {
|
package/index.esm.js
CHANGED
|
@@ -3282,11 +3282,6 @@ const ServicePanStatusesFiltersView = (props) => {
|
|
|
3282
3282
|
const [t] = useTranslation();
|
|
3283
3283
|
const activeFilters = useActiveAssetFilters(props.filterState.values);
|
|
3284
3284
|
const { data, loading } = useQuery(GetFleetServicePlanStatusesSummaryDocument, {
|
|
3285
|
-
context: {
|
|
3286
|
-
headers: {
|
|
3287
|
-
"TU-PREVIEW": "service-management-beta",
|
|
3288
|
-
},
|
|
3289
|
-
},
|
|
3290
3285
|
fetchPolicy: "cache-first",
|
|
3291
3286
|
variables: {
|
|
3292
3287
|
filters: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/filters-asset-filter-definitions",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.17",
|
|
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.114.29",
|
|
18
18
|
"string-ts": "^2.0.0",
|
|
19
19
|
"tailwind-merge": "^2.0.0",
|
|
20
|
-
"@trackunit/iris-app-build-utilities": "1.3.
|
|
21
|
-
"@trackunit/filters-filter-bar": "1.3.
|
|
22
|
-
"@trackunit/react-core-hooks": "1.3.
|
|
23
|
-
"@trackunit/react-filter-components": "1.3.
|
|
24
|
-
"@trackunit/react-form-components": "1.3.
|
|
25
|
-
"@trackunit/filters-graphql-hook": "1.5.
|
|
26
|
-
"@trackunit/utilization-indicator": "1.3.
|
|
27
|
-
"@trackunit/geo-json-utils": "1.3.
|
|
28
|
-
"@trackunit/react-components": "1.4.
|
|
29
|
-
"@trackunit/shared-utils": "1.5.
|
|
30
|
-
"@trackunit/translations-machine-type": "1.3.
|
|
31
|
-
"@trackunit/criticality-indicator": "1.3.
|
|
32
|
-
"@trackunit/iris-app-api": "1.3.
|
|
33
|
-
"@trackunit/react-core-contexts-test": "1.3.
|
|
34
|
-
"@trackunit/i18n-library-translation": "1.3.
|
|
35
|
-
"@trackunit/react-core-contexts-api": "1.4.
|
|
20
|
+
"@trackunit/iris-app-build-utilities": "1.3.93",
|
|
21
|
+
"@trackunit/filters-filter-bar": "1.3.141",
|
|
22
|
+
"@trackunit/react-core-hooks": "1.3.94",
|
|
23
|
+
"@trackunit/react-filter-components": "1.3.120",
|
|
24
|
+
"@trackunit/react-form-components": "1.3.120",
|
|
25
|
+
"@trackunit/filters-graphql-hook": "1.5.16",
|
|
26
|
+
"@trackunit/utilization-indicator": "1.3.112",
|
|
27
|
+
"@trackunit/geo-json-utils": "1.3.90",
|
|
28
|
+
"@trackunit/react-components": "1.4.105",
|
|
29
|
+
"@trackunit/shared-utils": "1.5.89",
|
|
30
|
+
"@trackunit/translations-machine-type": "1.3.100",
|
|
31
|
+
"@trackunit/criticality-indicator": "1.3.112",
|
|
32
|
+
"@trackunit/iris-app-api": "1.3.93",
|
|
33
|
+
"@trackunit/react-core-contexts-test": "1.3.96",
|
|
34
|
+
"@trackunit/i18n-library-translation": "1.3.98",
|
|
35
|
+
"@trackunit/react-core-contexts-api": "1.4.92"
|
|
36
36
|
},
|
|
37
37
|
"module": "./index.esm.js",
|
|
38
38
|
"main": "./index.cjs.js",
|
|
@@ -475,6 +475,8 @@ export type AssetFiltersInput = {
|
|
|
475
475
|
externalReferences?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
476
476
|
/** Filter by Fleet Health Categories */
|
|
477
477
|
fleetHealthCategories?: InputMaybe<Array<FleetDataHealthIssueCategory>>;
|
|
478
|
+
/** Filter by Fleet Health date range */
|
|
479
|
+
fleetHealthDateRange?: InputMaybe<DateRange>;
|
|
478
480
|
/** Filter by Fleet Health states */
|
|
479
481
|
fleetHealthStates?: InputMaybe<Array<FleetDataHealthIssueState>>;
|
|
480
482
|
/** Filter by Fleet Health Types */
|
|
@@ -592,6 +594,12 @@ export type CustomFieldOwnerInput = {
|
|
|
592
594
|
/** The owner type of the custom field owner input. */
|
|
593
595
|
ownerType: CustomFieldOwnerType;
|
|
594
596
|
};
|
|
597
|
+
export type DateRange = {
|
|
598
|
+
/** end date */
|
|
599
|
+
end: Scalars["DateTime"]["input"];
|
|
600
|
+
/** start date */
|
|
601
|
+
start: Scalars["DateTime"]["input"];
|
|
602
|
+
};
|
|
595
603
|
export type GetFleetAssetTypesSummaryQueryVariables = Exact<{
|
|
596
604
|
filters: InputMaybe<AssetFiltersInput>;
|
|
597
605
|
}>;
|