We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e9914 commit 79bd64bCopy full SHA for 79bd64b
packages/javascript/src/index.js
@@ -1,6 +1,6 @@
1
// @ts-check
2
export { protoInt64 } from "@bufbuild/protobuf";
3
-export * as agent_session from "./gen/agent/livekit_agent_session_pb.js";
+export * as AgentSession from "./gen/agent/livekit_agent_session_pb.js";
4
export * from "./gen/livekit_agent_dispatch_pb.js";
5
export * from "./gen/livekit_agent_pb.js";
6
export * from "./gen/livekit_connector_pb.js";
0 commit comments