@cc-livekit/protocol 1.39.3 → 1.39.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cc-livekit/protocol",
3
- "version": "1.39.3",
3
+ "version": "1.39.5",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "require": "dist/index.cjs",
@@ -456,6 +456,11 @@ export declare class TTCallRequest extends Message<TTCallRequest> {
456
456
  */
457
457
  startCall?: TTStartCall;
458
458
 
459
+ /**
460
+ * @generated from field: string userAgent = 3;
461
+ */
462
+ userAgent: string;
463
+
459
464
  constructor(data?: PartialMessage<TTCallRequest>);
460
465
 
461
466
  static readonly runtime: typeof proto3;
@@ -162,6 +162,7 @@ export const TTCallRequest = /*@__PURE__*/ proto3.makeMessageType(
162
162
  () => [
163
163
  { no: 1, name: "token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
164
164
  { no: 2, name: "startCall", kind: "message", T: TTStartCall },
165
+ { no: 3, name: "userAgent", kind: "scalar", T: 9 /* ScalarType.STRING */ },
165
166
  ],
166
167
  );
167
168
 
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '1.39.3';
2
+ export const version = '1.39.5';
package/src/index.d.ts CHANGED
@@ -10,3 +10,4 @@ export * from "./gen/livekit_rtc_pb.js";
10
10
  export * from "./gen/livekit_sip_pb.js";
11
11
  export * from "./gen/livekit_webhook_pb.js";
12
12
  export * from "./gen/version.js";
13
+ export * from "./gen/livekit_temptalk_pb.js";
package/src/index.js CHANGED
@@ -11,3 +11,4 @@ export * from "./gen/livekit_rtc_pb.js";
11
11
  export * from "./gen/livekit_sip_pb.js";
12
12
  export * from "./gen/livekit_webhook_pb.js";
13
13
  export * from "./gen/version.js";
14
+ export * from "./gen/livekit_temptalk_pb.js";