Generate typed QX bindings and add source editing tools
This commit is contained in:
Vendored
+2
-1
@@ -1,4 +1,5 @@
|
||||
import http from "node:http";
|
||||
export * from "./bindings.js";
|
||||
import { type Client, type ConnectRouter } from "@connectrpc/connect";
|
||||
import { CaminoService, type Value } from "./camino/api_pb.js";
|
||||
import { OrchestratorRuntime } from "./quixos/orch_pb.js";
|
||||
@@ -36,6 +37,7 @@ export type EdgePort = {
|
||||
projectionId: string;
|
||||
resolve(): Promise<string[]>;
|
||||
connect(targetObjectId: string): Promise<void>;
|
||||
disconnect(targetObjectId: string): Promise<void>;
|
||||
};
|
||||
export type InterfacePort = {
|
||||
objectId: string;
|
||||
@@ -80,5 +82,4 @@ type RuntimeRequest = {
|
||||
input: Record<string, Value>;
|
||||
dependencies: import("./quixos/refs_pb.js").InjectedDependency[];
|
||||
};
|
||||
export {};
|
||||
//# sourceMappingURL=index.d.ts.map
|
||||
Reference in New Issue
Block a user