feat(companion): add typed canvas RPC helpers for runtime clients
This commit is contained in:
@@ -15,6 +15,9 @@ export type {
|
||||
SetNodeStatusInput,
|
||||
SetNodeLocationInput,
|
||||
SetNodePushTokenInput,
|
||||
PutCanvasArtifactInput,
|
||||
GetCanvasArtifactInput,
|
||||
DeleteCanvasArtifactInput,
|
||||
NodeRegisterResult,
|
||||
NodeCapabilitiesResult,
|
||||
NodeStatusSetResult,
|
||||
@@ -27,6 +30,12 @@ export type {
|
||||
NodeLocation,
|
||||
NodeStatus,
|
||||
NodePushSummary,
|
||||
CanvasArtifact,
|
||||
CanvasPutResult,
|
||||
CanvasGetResult,
|
||||
CanvasListResult,
|
||||
CanvasDeleteResult,
|
||||
CanvasClearResult,
|
||||
} from './runtimeClient.js';
|
||||
export type {
|
||||
PlatformClientOptions,
|
||||
|
||||
Reference in New Issue
Block a user