@openfin/cloud-interop-core-api
Advanced tools
Comparing version 0.0.1-alpha.c07aba2 to 0.0.1-alpha.c187f8e
@@ -271,3 +271,3 @@ import mqtt from 'mqtt'; | ||
*/ | ||
setContext(contextGroup: string, context: object): Promise<void>; | ||
setContext(contextGroup: string, context: InferredContext): Promise<void>; | ||
/** | ||
@@ -424,2 +424,10 @@ * Starts an intent discovery operation | ||
declare const errorSchema: z.ZodObject<{ | ||
error: z.ZodString; | ||
}, "strip", z.ZodTypeAny, { | ||
error: string; | ||
}, { | ||
error: string; | ||
}>; | ||
export declare type EventListenersMap = Map<keyof EventMap, Array<(...args: Parameters<EventMap[keyof EventMap]>) => void>>; | ||
@@ -550,2 +558,4 @@ | ||
export declare type InferredError = z.infer<typeof errorSchema>; | ||
/** | ||
@@ -552,0 +562,0 @@ * @internal |
{ | ||
"name": "@openfin/cloud-interop-core-api", | ||
"version": "0.0.1-alpha.c07aba2", | ||
"version": "0.0.1-alpha.c187f8e", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
87204
2148
16
6