@trackunit/iris-app-runtime-core-api
Advanced tools
Comparing version 0.3.212-alpha-6a33ca13ab4.0 to 0.3.213
{ | ||
"name": "@trackunit/iris-app-runtime-core-api", | ||
"version": "0.3.212-alpha-6a33ca13ab4.0", | ||
"version": "0.3.213", | ||
"repository": "https://github.com/Trackunit/manager", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.txt", |
@@ -1,2 +0,2 @@ | ||
import { AssetSortingContextValue, ConfirmationDialogContextValue, FilterBarValues, IAnalyticsContextAsync, ICurrentUserContext, ICurrentUserPreferenceContext, IEnvironmentContext, INavigationContext, IOemBrandingContext, ITokenContext, IUserSubscriptionContext, ModalDialogContextValue } from "@trackunit/react-core-contexts-api"; | ||
import { AssetSortingContextValue, ConfirmationDialogContextValue, FilterBarValues, IAnalyticsContextAsync, ICurrentUserContext, ICurrentUserPreferenceContext, IEnvironmentContext, INavigationContext, OemBrandingContext, ITokenContext, IUserSubscriptionContext, ModalDialogContextValue } from "@trackunit/react-core-contexts-api"; | ||
import { AssetInfo } from "./AssetRuntime"; | ||
@@ -9,3 +9,3 @@ import { CustomerInfo } from "./CustomerRuntime"; | ||
import { PublicToast } from "./ToastRuntime"; | ||
export interface HostConnectorApi extends IAnalyticsContextAsync<Record<string, never>>, INavigationContext, IOemBrandingContext, ICurrentUserPreferenceContext, ConfirmationDialogContextValue, ModalDialogContextValue { | ||
export interface HostConnectorApi extends IAnalyticsContextAsync<Record<string, never>>, INavigationContext, OemBrandingContext, ICurrentUserPreferenceContext, ConfirmationDialogContextValue, ModalDialogContextValue { | ||
getAssetSortingState(): Promise<AssetSortingContextValue["sortingState"]>; | ||
@@ -12,0 +12,0 @@ setAssetSortingState(...args: Parameters<AssetSortingContextValue["setSortBy"]>): Promise<void>; |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
0
23213