@livekit/protocol
Advanced tools
Comparing version 1.14.0 to 1.15.0
{ | ||
"name": "@livekit/protocol", | ||
"version": "1.14.0", | ||
"version": "1.15.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -1262,7 +1262,2 @@ // Copyright 2023 LiveKit, Inc. | ||
/** | ||
* @generated from field: string language = 5; | ||
*/ | ||
language: string; | ||
constructor(data?: PartialMessage<Transcription>); | ||
@@ -1312,2 +1307,7 @@ | ||
/** | ||
* @generated from field: string language = 6; | ||
*/ | ||
language: string; | ||
constructor(data?: PartialMessage<TranscriptionSegment>); | ||
@@ -1314,0 +1314,0 @@ |
@@ -459,3 +459,2 @@ // Copyright 2023 LiveKit, Inc. | ||
{ no: 4, name: "segments", kind: "message", T: TranscriptionSegment, repeated: true }, | ||
{ no: 5, name: "language", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
], | ||
@@ -475,2 +474,3 @@ ); | ||
{ no: 5, name: "final", kind: "scalar", T: 8 /* ScalarType.BOOL */ }, | ||
{ no: 6, name: "language", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
], | ||
@@ -477,0 +477,0 @@ ); |
@@ -87,2 +87,16 @@ // Copyright 2023 LiveKit, Inc. | ||
/** | ||
* Optional human-readable name for the Trunk. | ||
* | ||
* @generated from field: string name = 10; | ||
*/ | ||
name: string; | ||
/** | ||
* Optional user-defined metadata for the Trunk. | ||
* | ||
* @generated from field: string metadata = 11; | ||
*/ | ||
metadata: string; | ||
constructor(data?: PartialMessage<CreateSIPTrunkRequest>); | ||
@@ -172,2 +186,16 @@ | ||
/** | ||
* Human-readable name for the Trunk. | ||
* | ||
* @generated from field: string name = 11; | ||
*/ | ||
name: string; | ||
/** | ||
* User-defined metadata for the Trunk. | ||
* | ||
* @generated from field: string metadata = 12; | ||
*/ | ||
metadata: string; | ||
constructor(data?: PartialMessage<SIPTrunkInfo>); | ||
@@ -388,2 +416,16 @@ | ||
/** | ||
* Optional human-readable name for the Dispatch Rule. | ||
* | ||
* @generated from field: string name = 4; | ||
*/ | ||
name: string; | ||
/** | ||
* Optional user-defined metadata for the Dispatch Rule. | ||
* | ||
* @generated from field: string metadata = 5; | ||
*/ | ||
metadata: string; | ||
constructor(data?: PartialMessage<CreateSIPDispatchRuleRequest>); | ||
@@ -428,2 +470,17 @@ | ||
/** | ||
* Human-readable name for the Dispatch Rule. | ||
* | ||
* @generated from field: string name = 5; | ||
*/ | ||
name: string; | ||
/** | ||
* User-defined metadata for the Dispatch Rule. | ||
* Participants created by this rule will inherit this metadata. | ||
* | ||
* @generated from field: string metadata = 6; | ||
*/ | ||
metadata: string; | ||
constructor(data?: PartialMessage<SIPDispatchRuleInfo>); | ||
@@ -554,2 +611,9 @@ | ||
/** | ||
* Optional user-defined metadata. Will be attached to a created Participant in the room. | ||
* | ||
* @generated from field: string participant_metadata = 8; | ||
*/ | ||
participantMetadata: string; | ||
/** | ||
* Optionally send following DTMF digits (extension codes) when making a call. | ||
@@ -603,2 +667,7 @@ * Character 'w' can be used to add a 0.5 sec delay. | ||
/** | ||
* @generated from field: string sip_call_id = 4; | ||
*/ | ||
sipCallId: string; | ||
constructor(data?: PartialMessage<SIPParticipantInfo>); | ||
@@ -605,0 +674,0 @@ |
@@ -37,2 +37,4 @@ // Copyright 2023 LiveKit, Inc. | ||
{ no: 8, name: "outbound_password", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
{ no: 10, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
{ no: 11, name: "metadata", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
], | ||
@@ -57,2 +59,4 @@ ); | ||
{ no: 9, name: "outbound_password", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
{ no: 11, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
{ no: 12, name: "metadata", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
], | ||
@@ -131,2 +135,4 @@ ); | ||
{ no: 3, name: "hide_phone_number", kind: "scalar", T: 8 /* ScalarType.BOOL */ }, | ||
{ no: 4, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
{ no: 5, name: "metadata", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
], | ||
@@ -145,2 +151,4 @@ ); | ||
{ no: 4, name: "hide_phone_number", kind: "scalar", T: 8 /* ScalarType.BOOL */ }, | ||
{ no: 5, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
{ no: 6, name: "metadata", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
], | ||
@@ -191,2 +199,3 @@ ); | ||
{ no: 7, name: "participant_name", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
{ no: 8, name: "participant_metadata", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
{ no: 5, name: "dtmf", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
@@ -206,4 +215,5 @@ { no: 6, name: "play_ringtone", kind: "scalar", T: 8 /* ScalarType.BOOL */ }, | ||
{ no: 3, name: "room_name", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
{ no: 4, name: "sip_call_id", kind: "scalar", T: 9 /* ScalarType.STRING */ }, | ||
], | ||
); | ||
// Generated by genversion. | ||
export const version = '1.14.0'; | ||
export const version = '1.15.0'; |
373858
9752