@cc-livekit/protocol 1.39.4 → 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/dist/index.cjs +9 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -0
- package/dist/index.d.mts +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.mjs +9 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/gen/livekit_temptalk_pb.d.ts +5 -0
- package/src/gen/livekit_temptalk_pb.js +1 -0
- package/src/gen/version.js +1 -1
package/package.json
CHANGED
|
@@ -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
|
|
package/src/gen/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Generated by genversion.
|
|
2
|
-
export const version = '1.39.
|
|
2
|
+
export const version = '1.39.5';
|