File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @livekit/protocol " : patch
3+ ---
4+
5+ Generate agent protos
Original file line number Diff line number Diff line change 11export { protoInt64 } from "@bufbuild/protobuf" ;
2+ export * as agent_session from "./gen/agent/livekit_agent_session_pb.js" ;
23export * from "./gen/livekit_agent_dispatch_pb.js" ;
34export * from "./gen/livekit_agent_pb.js" ;
45export * from "./gen/livekit_connector_pb.js" ;
Original file line number Diff line number Diff line change 11// @ts -check
22export { protoInt64 } from "@bufbuild/protobuf" ;
3+ export * as agent_session from "./gen/agent/livekit_agent_session_pb.js" ;
34export * from "./gen/livekit_agent_dispatch_pb.js" ;
45export * from "./gen/livekit_agent_pb.js" ;
56export * from "./gen/livekit_connector_pb.js" ;
You can’t perform that action at this time.
0 commit comments