From 6a275cff14b5bd58b422b3e51bea9c1c09963a18 Mon Sep 17 00:00:00 2001 From: Benjamin Pracht Date: Thu, 10 Oct 2024 19:07:29 -0700 Subject: [PATCH] WiP --- infra/link.pb.go | 2 +- infra/link_grpc.pb.go | 2 +- livekit/livekit_agent.pb.go | 2 +- livekit/livekit_agent_dispatch.pb.go | 2 +- livekit/livekit_analytics.pb.go | 2 +- livekit/livekit_egress.pb.go | 2 +- livekit/livekit_ingress.pb.go | 2 +- livekit/livekit_internal.pb.go | 2 +- livekit/livekit_metrics.pb.go | 2 +- livekit/livekit_models.pb.go | 2 +- livekit/livekit_room.pb.go | 2 +- livekit/livekit_rtc.pb.go | 2 +- livekit/livekit_sip.pb.go | 490 ++++++++++++---------- livekit/livekit_sip.twirp.go | 598 ++++++++------------------- livekit/livekit_webhook.pb.go | 2 +- protobufs/livekit_sip.proto | 15 +- protobufs/rpc/io.proto | 8 + rpc/agent.pb.go | 2 +- rpc/agent_dispatch.pb.go | 2 +- rpc/analytics.pb.go | 2 +- rpc/analytics_grpc.pb.go | 2 +- rpc/egress.pb.go | 2 +- rpc/ingress.pb.go | 2 +- rpc/io.pb.go | 593 ++++++++++++++------------ rpc/io.psrpc.go | 187 +++++---- rpc/keepalive.pb.go | 2 +- rpc/participant.pb.go | 2 +- rpc/participant.psrpc.go | 32 +- rpc/room.pb.go | 2 +- rpc/room.psrpc.go | 24 +- rpc/roommanager.pb.go | 2 +- rpc/roommanager.psrpc.go | 8 +- rpc/signal.pb.go | 2 +- rpc/sip.pb.go | 2 +- 34 files changed, 951 insertions(+), 1054 deletions(-) diff --git a/infra/link.pb.go b/infra/link.pb.go index c53e392e..8de7c3e2 100644 --- a/infra/link.pb.go +++ b/infra/link.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 -// protoc v4.23.4 +// protoc v5.28.0 // source: infra/link.proto package infra diff --git a/infra/link_grpc.pb.go b/infra/link_grpc.pb.go index 281cec95..33627044 100644 --- a/infra/link_grpc.pb.go +++ b/infra/link_grpc.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. // versions: // - protoc-gen-go-grpc v1.5.1 -// - protoc v4.23.4 +// - protoc v5.28.0 // source: infra/link.proto package infra diff --git a/livekit/livekit_agent.pb.go b/livekit/livekit_agent.pb.go index 99031059..4ee34018 100644 --- a/livekit/livekit_agent.pb.go +++ b/livekit/livekit_agent.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 -// protoc v4.23.4 +// protoc v5.28.0 // source: livekit_agent.proto package livekit diff --git a/livekit/livekit_agent_dispatch.pb.go b/livekit/livekit_agent_dispatch.pb.go index c77b83a2..5a000f2d 100644 --- a/livekit/livekit_agent_dispatch.pb.go +++ b/livekit/livekit_agent_dispatch.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 -// protoc v4.23.4 +// protoc v5.28.0 // source: livekit_agent_dispatch.proto package livekit diff --git a/livekit/livekit_analytics.pb.go b/livekit/livekit_analytics.pb.go index 14449eea..2b6e25b4 100644 --- a/livekit/livekit_analytics.pb.go +++ b/livekit/livekit_analytics.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 -// protoc v4.23.4 +// protoc v5.28.0 // source: livekit_analytics.proto package livekit diff --git a/livekit/livekit_egress.pb.go b/livekit/livekit_egress.pb.go index be8ae59b..66659f64 100644 --- a/livekit/livekit_egress.pb.go +++ b/livekit/livekit_egress.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 -// protoc v4.23.4 +// protoc v5.28.0 // source: livekit_egress.proto package livekit diff --git a/livekit/livekit_ingress.pb.go b/livekit/livekit_ingress.pb.go index 85427d9a..70ff44fc 100644 --- a/livekit/livekit_ingress.pb.go +++ b/livekit/livekit_ingress.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 -// protoc v4.23.4 +// protoc v5.28.0 // source: livekit_ingress.proto package livekit diff --git a/livekit/livekit_internal.pb.go b/livekit/livekit_internal.pb.go index 8d0d089c..341c1b7b 100644 --- a/livekit/livekit_internal.pb.go +++ b/livekit/livekit_internal.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 -// protoc v4.23.4 +// protoc v5.28.0 // source: livekit_internal.proto package livekit diff --git a/livekit/livekit_metrics.pb.go b/livekit/livekit_metrics.pb.go index 05da3242..ffbd6806 100644 --- a/livekit/livekit_metrics.pb.go +++ b/livekit/livekit_metrics.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 -// protoc v4.23.4 +// protoc v5.28.0 // source: livekit_metrics.proto package livekit diff --git a/livekit/livekit_models.pb.go b/livekit/livekit_models.pb.go index c0c35216..f064d521 100644 --- a/livekit/livekit_models.pb.go +++ b/livekit/livekit_models.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 -// protoc v4.23.4 +// protoc v5.28.0 // source: livekit_models.proto package livekit diff --git a/livekit/livekit_room.pb.go b/livekit/livekit_room.pb.go index e5743d3d..8934b976 100644 --- a/livekit/livekit_room.pb.go +++ b/livekit/livekit_room.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 -// protoc v4.23.4 +// protoc v5.28.0 // source: livekit_room.proto package livekit diff --git a/livekit/livekit_rtc.pb.go b/livekit/livekit_rtc.pb.go index d05a84cb..f2a43da1 100644 --- a/livekit/livekit_rtc.pb.go +++ b/livekit/livekit_rtc.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 -// protoc v4.23.4 +// protoc v5.28.0 // source: livekit_rtc.proto package livekit diff --git a/livekit/livekit_sip.pb.go b/livekit/livekit_sip.pb.go index d5d4e736..6c5c6887 100644 --- a/livekit/livekit_sip.pb.go +++ b/livekit/livekit_sip.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 -// protoc v4.23.4 +// protoc v5.28.0 // source: livekit_sip.proto package livekit @@ -87,6 +87,55 @@ func (SIPTransport) EnumDescriptor() ([]byte, []int) { return file_livekit_sip_proto_rawDescGZIP(), []int{0} } +type SIPCallStatus int32 + +const ( + SIPCallStatus_SIP_CALL_STARTING SIPCallStatus = 0 + SIPCallStatus_SIP_CALL_ACTIVE SIPCallStatus = 1 + SIPCallStatus_SIP_CALL_DISCONNECTED SIPCallStatus = 2 +) + +// Enum value maps for SIPCallStatus. +var ( + SIPCallStatus_name = map[int32]string{ + 0: "SIP_CALL_STARTING", + 1: "SIP_CALL_ACTIVE", + 2: "SIP_CALL_DISCONNECTED", + } + SIPCallStatus_value = map[string]int32{ + "SIP_CALL_STARTING": 0, + "SIP_CALL_ACTIVE": 1, + "SIP_CALL_DISCONNECTED": 2, + } +) + +func (x SIPCallStatus) Enum() *SIPCallStatus { + p := new(SIPCallStatus) + *p = x + return p +} + +func (x SIPCallStatus) String() string { + return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) +} + +func (SIPCallStatus) Descriptor() protoreflect.EnumDescriptor { + return file_livekit_sip_proto_enumTypes[1].Descriptor() +} + +func (SIPCallStatus) Type() protoreflect.EnumType { + return &file_livekit_sip_proto_enumTypes[1] +} + +func (x SIPCallStatus) Number() protoreflect.EnumNumber { + return protoreflect.EnumNumber(x) +} + +// Deprecated: Use SIPCallStatus.Descriptor instead. +func (SIPCallStatus) EnumDescriptor() ([]byte, []int) { + return file_livekit_sip_proto_rawDescGZIP(), []int{1} +} + type SIPTrunkInfo_TrunkKind int32 const ( @@ -120,11 +169,11 @@ func (x SIPTrunkInfo_TrunkKind) String() string { } func (SIPTrunkInfo_TrunkKind) Descriptor() protoreflect.EnumDescriptor { - return file_livekit_sip_proto_enumTypes[1].Descriptor() + return file_livekit_sip_proto_enumTypes[2].Descriptor() } func (SIPTrunkInfo_TrunkKind) Type() protoreflect.EnumType { - return &file_livekit_sip_proto_enumTypes[1] + return &file_livekit_sip_proto_enumTypes[2] } func (x SIPTrunkInfo_TrunkKind) Number() protoreflect.EnumNumber { @@ -2195,9 +2244,10 @@ type SIPCallInfo struct { ParticipantIdentity string `protobuf:"bytes,4,opt,name=participant_identity,json=participantIdentity,proto3" json:"participant_identity,omitempty"` FromUri *SIPUri `protobuf:"bytes,5,opt,name=from_uri,json=fromUri,proto3" json:"from_uri,omitempty"` ToUri *SIPUri `protobuf:"bytes,6,opt,name=to_uri,json=toUri,proto3" json:"to_uri,omitempty"` - StartedAt int64 `protobuf:"varint,7,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"` - EndedAt int64 `protobuf:"varint,8,opt,name=ended_at,json=endedAt,proto3" json:"ended_at,omitempty"` - DisconnectReason DisconnectReason `protobuf:"varint,9,opt,name=disconnect_reason,json=disconnectReason,proto3,enum=livekit.DisconnectReason" json:"disconnect_reason,omitempty"` + CallStatus SIPCallStatus `protobuf:"varint,7,opt,name=call_status,json=callStatus,proto3,enum=livekit.SIPCallStatus" json:"call_status,omitempty"` + StartedAt int64 `protobuf:"varint,8,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"` + EndedAt int64 `protobuf:"varint,9,opt,name=ended_at,json=endedAt,proto3" json:"ended_at,omitempty"` + DisconnectReason DisconnectReason `protobuf:"varint,10,opt,name=disconnect_reason,json=disconnectReason,proto3,enum=livekit.DisconnectReason" json:"disconnect_reason,omitempty"` } func (x *SIPCallInfo) Reset() { @@ -2274,6 +2324,13 @@ func (x *SIPCallInfo) GetToUri() *SIPUri { return nil } +func (x *SIPCallInfo) GetCallStatus() SIPCallStatus { + if x != nil { + return x.CallStatus + } + return SIPCallStatus_SIP_CALL_STARTING +} + func (x *SIPCallInfo) GetStartedAt() int64 { if x != nil { return x.StartedAt @@ -2735,7 +2792,7 @@ var file_livekit_sip_proto_rawDesc = []byte{ 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x72, 0x6f, 0x6f, 0x6d, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, 0x5f, 0x74, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, - 0x65, 0x72, 0x54, 0x6f, 0x22, 0xe3, 0x02, 0x0a, 0x0b, 0x53, 0x49, 0x50, 0x43, 0x61, 0x6c, 0x6c, + 0x65, 0x72, 0x54, 0x6f, 0x22, 0x9c, 0x03, 0x0a, 0x0b, 0x53, 0x49, 0x50, 0x43, 0x61, 0x6c, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x17, 0x0a, 0x07, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x63, 0x61, 0x6c, 0x6c, 0x49, 0x64, 0x12, 0x19, 0x0a, 0x08, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, @@ -2749,116 +2806,121 @@ var file_livekit_sip_proto_rawDesc = []byte{ 0x2e, 0x53, 0x49, 0x50, 0x55, 0x72, 0x69, 0x52, 0x07, 0x66, 0x72, 0x6f, 0x6d, 0x55, 0x72, 0x69, 0x12, 0x26, 0x0a, 0x06, 0x74, 0x6f, 0x5f, 0x75, 0x72, 0x69, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x55, 0x72, - 0x69, 0x52, 0x05, 0x74, 0x6f, 0x55, 0x72, 0x69, 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x72, - 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, 0x74, - 0x61, 0x72, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x65, 0x6e, 0x64, 0x65, 0x64, - 0x5f, 0x61, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x65, 0x64, - 0x41, 0x74, 0x12, 0x46, 0x0a, 0x11, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, - 0x5f, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x19, 0x2e, - 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, - 0x63, 0x74, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x52, 0x10, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, - 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x22, 0x89, 0x01, 0x0a, 0x06, 0x53, - 0x49, 0x50, 0x55, 0x72, 0x69, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x73, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x6f, 0x73, - 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x68, 0x6f, 0x73, 0x74, 0x12, 0x0e, 0x0a, - 0x02, 0x69, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x70, 0x12, 0x12, 0x0a, - 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x6f, 0x72, - 0x74, 0x12, 0x33, 0x0a, 0x09, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x05, - 0x20, 0x01, 0x28, 0x0e, 0x32, 0x15, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, - 0x49, 0x50, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x09, 0x74, 0x72, 0x61, - 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x2a, 0x6b, 0x0a, 0x0c, 0x53, 0x49, 0x50, 0x54, 0x72, 0x61, - 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x16, 0x0a, 0x12, 0x53, 0x49, 0x50, 0x5f, 0x54, 0x52, - 0x41, 0x4e, 0x53, 0x50, 0x4f, 0x52, 0x54, 0x5f, 0x41, 0x55, 0x54, 0x4f, 0x10, 0x00, 0x12, 0x15, + 0x69, 0x52, 0x05, 0x74, 0x6f, 0x55, 0x72, 0x69, 0x12, 0x37, 0x0a, 0x0b, 0x63, 0x61, 0x6c, 0x6c, + 0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x16, 0x2e, + 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x43, 0x61, 0x6c, 0x6c, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x0a, 0x63, 0x61, 0x6c, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, 0x41, 0x74, + 0x12, 0x19, 0x0a, 0x08, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x09, 0x20, 0x01, + 0x28, 0x03, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x65, 0x64, 0x41, 0x74, 0x12, 0x46, 0x0a, 0x11, 0x64, + 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x5f, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, + 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x19, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, + 0x2e, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, 0x61, 0x73, 0x6f, + 0x6e, 0x52, 0x10, 0x64, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x52, 0x65, 0x61, + 0x73, 0x6f, 0x6e, 0x22, 0x89, 0x01, 0x0a, 0x06, 0x53, 0x49, 0x50, 0x55, 0x72, 0x69, 0x12, 0x12, + 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x73, + 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x6f, 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x68, 0x6f, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x70, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x02, 0x69, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x33, 0x0a, 0x09, 0x74, 0x72, + 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x15, 0x2e, + 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x54, 0x72, 0x61, 0x6e, 0x73, + 0x70, 0x6f, 0x72, 0x74, 0x52, 0x09, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x2a, + 0x6b, 0x0a, 0x0c, 0x53, 0x49, 0x50, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x70, 0x6f, 0x72, 0x74, 0x12, + 0x16, 0x0a, 0x12, 0x53, 0x49, 0x50, 0x5f, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x50, 0x4f, 0x52, 0x54, + 0x5f, 0x41, 0x55, 0x54, 0x4f, 0x10, 0x00, 0x12, 0x15, 0x0a, 0x11, 0x53, 0x49, 0x50, 0x5f, 0x54, + 0x52, 0x41, 0x4e, 0x53, 0x50, 0x4f, 0x52, 0x54, 0x5f, 0x55, 0x44, 0x50, 0x10, 0x01, 0x12, 0x15, 0x0a, 0x11, 0x53, 0x49, 0x50, 0x5f, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x50, 0x4f, 0x52, 0x54, 0x5f, - 0x55, 0x44, 0x50, 0x10, 0x01, 0x12, 0x15, 0x0a, 0x11, 0x53, 0x49, 0x50, 0x5f, 0x54, 0x52, 0x41, - 0x4e, 0x53, 0x50, 0x4f, 0x52, 0x54, 0x5f, 0x54, 0x43, 0x50, 0x10, 0x02, 0x12, 0x15, 0x0a, 0x11, - 0x53, 0x49, 0x50, 0x5f, 0x54, 0x52, 0x41, 0x4e, 0x53, 0x50, 0x4f, 0x52, 0x54, 0x5f, 0x54, 0x4c, - 0x53, 0x10, 0x03, 0x32, 0x88, 0x0a, 0x0a, 0x03, 0x53, 0x49, 0x50, 0x12, 0x4c, 0x0a, 0x0e, 0x43, - 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x12, 0x1e, 0x2e, - 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, - 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, - 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, - 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x03, 0x88, 0x02, 0x01, 0x12, 0x50, 0x0a, 0x0c, 0x4c, 0x69, 0x73, - 0x74, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x12, 0x1c, 0x2e, 0x6c, 0x69, 0x76, 0x65, - 0x6b, 0x69, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, - 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x03, 0x88, 0x02, 0x01, 0x12, 0x5c, 0x0a, 0x15, 0x43, - 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, - 0x72, 0x75, 0x6e, 0x6b, 0x12, 0x25, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x43, - 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, - 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x6c, 0x69, - 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, - 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x5f, 0x0a, 0x16, 0x43, 0x72, 0x65, - 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, - 0x75, 0x6e, 0x6b, 0x12, 0x26, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x43, 0x72, - 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, - 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x6c, 0x69, - 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, - 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x5d, 0x0a, 0x12, 0x47, 0x65, + 0x54, 0x43, 0x50, 0x10, 0x02, 0x12, 0x15, 0x0a, 0x11, 0x53, 0x49, 0x50, 0x5f, 0x54, 0x52, 0x41, + 0x4e, 0x53, 0x50, 0x4f, 0x52, 0x54, 0x5f, 0x54, 0x4c, 0x53, 0x10, 0x03, 0x2a, 0x56, 0x0a, 0x0d, + 0x53, 0x49, 0x50, 0x43, 0x61, 0x6c, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x15, 0x0a, + 0x11, 0x53, 0x49, 0x50, 0x5f, 0x43, 0x41, 0x4c, 0x4c, 0x5f, 0x53, 0x54, 0x41, 0x52, 0x54, 0x49, + 0x4e, 0x47, 0x10, 0x00, 0x12, 0x13, 0x0a, 0x0f, 0x53, 0x49, 0x50, 0x5f, 0x43, 0x41, 0x4c, 0x4c, + 0x5f, 0x41, 0x43, 0x54, 0x49, 0x56, 0x45, 0x10, 0x01, 0x12, 0x19, 0x0a, 0x15, 0x53, 0x49, 0x50, + 0x5f, 0x43, 0x41, 0x4c, 0x4c, 0x5f, 0x44, 0x49, 0x53, 0x43, 0x4f, 0x4e, 0x4e, 0x45, 0x43, 0x54, + 0x45, 0x44, 0x10, 0x02, 0x32, 0xba, 0x09, 0x0a, 0x03, 0x53, 0x49, 0x50, 0x12, 0x50, 0x0a, 0x0c, + 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x12, 0x1c, 0x2e, 0x6c, + 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x54, 0x72, + 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x6c, 0x69, 0x76, + 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, + 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x03, 0x88, 0x02, 0x01, 0x12, 0x5c, + 0x0a, 0x15, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, + 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x12, 0x25, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, + 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, + 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, + 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, + 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x5f, 0x0a, 0x16, + 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, + 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x12, 0x26, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, + 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, + 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, + 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, + 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x5d, 0x0a, + 0x12, 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, + 0x75, 0x6e, 0x6b, 0x12, 0x22, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, - 0x12, 0x22, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x49, - 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x47, - 0x65, 0x74, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, - 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x60, 0x0a, 0x13, 0x47, 0x65, 0x74, - 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, - 0x12, 0x23, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x49, - 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, + 0x74, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, + 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x60, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, - 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x60, 0x0a, 0x13, 0x4c, - 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, - 0x6e, 0x6b, 0x12, 0x23, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x4c, 0x69, 0x73, - 0x74, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, - 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, - 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x63, 0x0a, - 0x14, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, - 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x12, 0x24, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, - 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, - 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x6c, 0x69, - 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, - 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x12, 0x47, 0x0a, 0x0e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x49, 0x50, 0x54, - 0x72, 0x75, 0x6e, 0x6b, 0x12, 0x1e, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x44, - 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, - 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x5c, 0x0a, 0x15, 0x43, - 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, - 0x52, 0x75, 0x6c, 0x65, 0x12, 0x25, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x43, - 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, - 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x6c, 0x69, - 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, - 0x68, 0x52, 0x75, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x60, 0x0a, 0x13, 0x4c, 0x69, 0x73, - 0x74, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, - 0x12, 0x23, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x53, - 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, + 0x75, 0x6e, 0x6b, 0x12, 0x23, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x47, 0x65, + 0x74, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, + 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, + 0x69, 0x74, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, + 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x60, + 0x0a, 0x13, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, + 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x12, 0x23, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, + 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, + 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x6c, 0x69, 0x76, + 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x49, 0x6e, 0x62, 0x6f, + 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x12, 0x63, 0x0a, 0x14, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, + 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x12, 0x24, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, + 0x69, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, + 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, + 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, + 0x4f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x52, 0x65, 0x73, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x47, 0x0a, 0x0e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, + 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x12, 0x1e, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, + 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, + 0x74, 0x2e, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x5c, + 0x0a, 0x15, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, + 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x25, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, + 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, + 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, + 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, + 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x60, 0x0a, 0x13, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, - 0x75, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5c, 0x0a, 0x15, 0x44, - 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, - 0x52, 0x75, 0x6c, 0x65, 0x12, 0x25, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x44, - 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, - 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x6c, 0x69, - 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, - 0x68, 0x52, 0x75, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x59, 0x0a, 0x14, 0x43, 0x72, 0x65, - 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, - 0x74, 0x12, 0x24, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x43, 0x72, 0x65, 0x61, - 0x74, 0x65, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, - 0x74, 0x2e, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, - 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x58, 0x0a, 0x16, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, 0x72, - 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x12, 0x26, - 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x65, - 0x72, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x52, - 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, - 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x42, 0x46, - 0x5a, 0x23, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6c, 0x69, 0x76, - 0x65, 0x6b, 0x69, 0x74, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2f, 0x6c, 0x69, - 0x76, 0x65, 0x6b, 0x69, 0x74, 0xaa, 0x02, 0x0d, 0x4c, 0x69, 0x76, 0x65, 0x4b, 0x69, 0x74, 0x2e, - 0x50, 0x72, 0x6f, 0x74, 0x6f, 0xea, 0x02, 0x0e, 0x4c, 0x69, 0x76, 0x65, 0x4b, 0x69, 0x74, 0x3a, - 0x3a, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x75, 0x6c, 0x65, 0x12, 0x23, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x4c, 0x69, + 0x73, 0x74, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, + 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, + 0x69, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, + 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5c, + 0x0a, 0x15, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, + 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x25, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, + 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, + 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, + 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, + 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x59, 0x0a, 0x14, + 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, + 0x70, 0x61, 0x6e, 0x74, 0x12, 0x24, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x43, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, + 0x61, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x6c, 0x69, 0x76, + 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, + 0x61, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x58, 0x0a, 0x16, 0x54, 0x72, 0x61, 0x6e, 0x73, + 0x66, 0x65, 0x72, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, + 0x74, 0x12, 0x26, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x54, 0x72, 0x61, 0x6e, + 0x73, 0x66, 0x65, 0x72, 0x53, 0x49, 0x50, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, + 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, + 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, + 0x79, 0x42, 0x46, 0x5a, 0x23, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, + 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, + 0x2f, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0xaa, 0x02, 0x0d, 0x4c, 0x69, 0x76, 0x65, 0x4b, + 0x69, 0x74, 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0xea, 0x02, 0x0e, 0x4c, 0x69, 0x76, 0x65, 0x4b, + 0x69, 0x74, 0x3a, 0x3a, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, + 0x33, } var ( @@ -2873,113 +2935,113 @@ func file_livekit_sip_proto_rawDescGZIP() []byte { return file_livekit_sip_proto_rawDescData } -var file_livekit_sip_proto_enumTypes = make([]protoimpl.EnumInfo, 2) +var file_livekit_sip_proto_enumTypes = make([]protoimpl.EnumInfo, 3) var file_livekit_sip_proto_msgTypes = make([]protoimpl.MessageInfo, 38) var file_livekit_sip_proto_goTypes = []any{ (SIPTransport)(0), // 0: livekit.SIPTransport - (SIPTrunkInfo_TrunkKind)(0), // 1: livekit.SIPTrunkInfo.TrunkKind - (*CreateSIPTrunkRequest)(nil), // 2: livekit.CreateSIPTrunkRequest - (*SIPTrunkInfo)(nil), // 3: livekit.SIPTrunkInfo - (*CreateSIPInboundTrunkRequest)(nil), // 4: livekit.CreateSIPInboundTrunkRequest - (*SIPInboundTrunkInfo)(nil), // 5: livekit.SIPInboundTrunkInfo - (*CreateSIPOutboundTrunkRequest)(nil), // 6: livekit.CreateSIPOutboundTrunkRequest - (*SIPOutboundTrunkInfo)(nil), // 7: livekit.SIPOutboundTrunkInfo - (*GetSIPInboundTrunkRequest)(nil), // 8: livekit.GetSIPInboundTrunkRequest - (*GetSIPInboundTrunkResponse)(nil), // 9: livekit.GetSIPInboundTrunkResponse - (*GetSIPOutboundTrunkRequest)(nil), // 10: livekit.GetSIPOutboundTrunkRequest - (*GetSIPOutboundTrunkResponse)(nil), // 11: livekit.GetSIPOutboundTrunkResponse - (*ListSIPTrunkRequest)(nil), // 12: livekit.ListSIPTrunkRequest - (*ListSIPTrunkResponse)(nil), // 13: livekit.ListSIPTrunkResponse - (*ListSIPInboundTrunkRequest)(nil), // 14: livekit.ListSIPInboundTrunkRequest - (*ListSIPInboundTrunkResponse)(nil), // 15: livekit.ListSIPInboundTrunkResponse - (*ListSIPOutboundTrunkRequest)(nil), // 16: livekit.ListSIPOutboundTrunkRequest - (*ListSIPOutboundTrunkResponse)(nil), // 17: livekit.ListSIPOutboundTrunkResponse - (*DeleteSIPTrunkRequest)(nil), // 18: livekit.DeleteSIPTrunkRequest - (*SIPDispatchRuleDirect)(nil), // 19: livekit.SIPDispatchRuleDirect - (*SIPDispatchRuleIndividual)(nil), // 20: livekit.SIPDispatchRuleIndividual - (*SIPDispatchRuleCallee)(nil), // 21: livekit.SIPDispatchRuleCallee - (*SIPDispatchRule)(nil), // 22: livekit.SIPDispatchRule - (*CreateSIPDispatchRuleRequest)(nil), // 23: livekit.CreateSIPDispatchRuleRequest - (*SIPDispatchRuleInfo)(nil), // 24: livekit.SIPDispatchRuleInfo - (*ListSIPDispatchRuleRequest)(nil), // 25: livekit.ListSIPDispatchRuleRequest - (*ListSIPDispatchRuleResponse)(nil), // 26: livekit.ListSIPDispatchRuleResponse - (*DeleteSIPDispatchRuleRequest)(nil), // 27: livekit.DeleteSIPDispatchRuleRequest - (*CreateSIPParticipantRequest)(nil), // 28: livekit.CreateSIPParticipantRequest - (*SIPParticipantInfo)(nil), // 29: livekit.SIPParticipantInfo - (*TransferSIPParticipantRequest)(nil), // 30: livekit.TransferSIPParticipantRequest - (*SIPCallInfo)(nil), // 31: livekit.SIPCallInfo - (*SIPUri)(nil), // 32: livekit.SIPUri - nil, // 33: livekit.SIPInboundTrunkInfo.HeadersEntry - nil, // 34: livekit.SIPInboundTrunkInfo.HeadersToAttributesEntry - nil, // 35: livekit.SIPOutboundTrunkInfo.HeadersEntry - nil, // 36: livekit.SIPOutboundTrunkInfo.HeadersToAttributesEntry - nil, // 37: livekit.CreateSIPDispatchRuleRequest.AttributesEntry - nil, // 38: livekit.SIPDispatchRuleInfo.AttributesEntry - nil, // 39: livekit.CreateSIPParticipantRequest.ParticipantAttributesEntry - (DisconnectReason)(0), // 40: livekit.DisconnectReason - (*emptypb.Empty)(nil), // 41: google.protobuf.Empty + (SIPCallStatus)(0), // 1: livekit.SIPCallStatus + (SIPTrunkInfo_TrunkKind)(0), // 2: livekit.SIPTrunkInfo.TrunkKind + (*CreateSIPTrunkRequest)(nil), // 3: livekit.CreateSIPTrunkRequest + (*SIPTrunkInfo)(nil), // 4: livekit.SIPTrunkInfo + (*CreateSIPInboundTrunkRequest)(nil), // 5: livekit.CreateSIPInboundTrunkRequest + (*SIPInboundTrunkInfo)(nil), // 6: livekit.SIPInboundTrunkInfo + (*CreateSIPOutboundTrunkRequest)(nil), // 7: livekit.CreateSIPOutboundTrunkRequest + (*SIPOutboundTrunkInfo)(nil), // 8: livekit.SIPOutboundTrunkInfo + (*GetSIPInboundTrunkRequest)(nil), // 9: livekit.GetSIPInboundTrunkRequest + (*GetSIPInboundTrunkResponse)(nil), // 10: livekit.GetSIPInboundTrunkResponse + (*GetSIPOutboundTrunkRequest)(nil), // 11: livekit.GetSIPOutboundTrunkRequest + (*GetSIPOutboundTrunkResponse)(nil), // 12: livekit.GetSIPOutboundTrunkResponse + (*ListSIPTrunkRequest)(nil), // 13: livekit.ListSIPTrunkRequest + (*ListSIPTrunkResponse)(nil), // 14: livekit.ListSIPTrunkResponse + (*ListSIPInboundTrunkRequest)(nil), // 15: livekit.ListSIPInboundTrunkRequest + (*ListSIPInboundTrunkResponse)(nil), // 16: livekit.ListSIPInboundTrunkResponse + (*ListSIPOutboundTrunkRequest)(nil), // 17: livekit.ListSIPOutboundTrunkRequest + (*ListSIPOutboundTrunkResponse)(nil), // 18: livekit.ListSIPOutboundTrunkResponse + (*DeleteSIPTrunkRequest)(nil), // 19: livekit.DeleteSIPTrunkRequest + (*SIPDispatchRuleDirect)(nil), // 20: livekit.SIPDispatchRuleDirect + (*SIPDispatchRuleIndividual)(nil), // 21: livekit.SIPDispatchRuleIndividual + (*SIPDispatchRuleCallee)(nil), // 22: livekit.SIPDispatchRuleCallee + (*SIPDispatchRule)(nil), // 23: livekit.SIPDispatchRule + (*CreateSIPDispatchRuleRequest)(nil), // 24: livekit.CreateSIPDispatchRuleRequest + (*SIPDispatchRuleInfo)(nil), // 25: livekit.SIPDispatchRuleInfo + (*ListSIPDispatchRuleRequest)(nil), // 26: livekit.ListSIPDispatchRuleRequest + (*ListSIPDispatchRuleResponse)(nil), // 27: livekit.ListSIPDispatchRuleResponse + (*DeleteSIPDispatchRuleRequest)(nil), // 28: livekit.DeleteSIPDispatchRuleRequest + (*CreateSIPParticipantRequest)(nil), // 29: livekit.CreateSIPParticipantRequest + (*SIPParticipantInfo)(nil), // 30: livekit.SIPParticipantInfo + (*TransferSIPParticipantRequest)(nil), // 31: livekit.TransferSIPParticipantRequest + (*SIPCallInfo)(nil), // 32: livekit.SIPCallInfo + (*SIPUri)(nil), // 33: livekit.SIPUri + nil, // 34: livekit.SIPInboundTrunkInfo.HeadersEntry + nil, // 35: livekit.SIPInboundTrunkInfo.HeadersToAttributesEntry + nil, // 36: livekit.SIPOutboundTrunkInfo.HeadersEntry + nil, // 37: livekit.SIPOutboundTrunkInfo.HeadersToAttributesEntry + nil, // 38: livekit.CreateSIPDispatchRuleRequest.AttributesEntry + nil, // 39: livekit.SIPDispatchRuleInfo.AttributesEntry + nil, // 40: livekit.CreateSIPParticipantRequest.ParticipantAttributesEntry + (DisconnectReason)(0), // 41: livekit.DisconnectReason + (*emptypb.Empty)(nil), // 42: google.protobuf.Empty } var file_livekit_sip_proto_depIdxs = []int32{ - 1, // 0: livekit.SIPTrunkInfo.kind:type_name -> livekit.SIPTrunkInfo.TrunkKind + 2, // 0: livekit.SIPTrunkInfo.kind:type_name -> livekit.SIPTrunkInfo.TrunkKind 0, // 1: livekit.SIPTrunkInfo.transport:type_name -> livekit.SIPTransport - 5, // 2: livekit.CreateSIPInboundTrunkRequest.trunk:type_name -> livekit.SIPInboundTrunkInfo - 33, // 3: livekit.SIPInboundTrunkInfo.headers:type_name -> livekit.SIPInboundTrunkInfo.HeadersEntry - 34, // 4: livekit.SIPInboundTrunkInfo.headers_to_attributes:type_name -> livekit.SIPInboundTrunkInfo.HeadersToAttributesEntry - 7, // 5: livekit.CreateSIPOutboundTrunkRequest.trunk:type_name -> livekit.SIPOutboundTrunkInfo + 6, // 2: livekit.CreateSIPInboundTrunkRequest.trunk:type_name -> livekit.SIPInboundTrunkInfo + 34, // 3: livekit.SIPInboundTrunkInfo.headers:type_name -> livekit.SIPInboundTrunkInfo.HeadersEntry + 35, // 4: livekit.SIPInboundTrunkInfo.headers_to_attributes:type_name -> livekit.SIPInboundTrunkInfo.HeadersToAttributesEntry + 8, // 5: livekit.CreateSIPOutboundTrunkRequest.trunk:type_name -> livekit.SIPOutboundTrunkInfo 0, // 6: livekit.SIPOutboundTrunkInfo.transport:type_name -> livekit.SIPTransport - 35, // 7: livekit.SIPOutboundTrunkInfo.headers:type_name -> livekit.SIPOutboundTrunkInfo.HeadersEntry - 36, // 8: livekit.SIPOutboundTrunkInfo.headers_to_attributes:type_name -> livekit.SIPOutboundTrunkInfo.HeadersToAttributesEntry - 5, // 9: livekit.GetSIPInboundTrunkResponse.trunk:type_name -> livekit.SIPInboundTrunkInfo - 7, // 10: livekit.GetSIPOutboundTrunkResponse.trunk:type_name -> livekit.SIPOutboundTrunkInfo - 3, // 11: livekit.ListSIPTrunkResponse.items:type_name -> livekit.SIPTrunkInfo - 5, // 12: livekit.ListSIPInboundTrunkResponse.items:type_name -> livekit.SIPInboundTrunkInfo - 7, // 13: livekit.ListSIPOutboundTrunkResponse.items:type_name -> livekit.SIPOutboundTrunkInfo - 19, // 14: livekit.SIPDispatchRule.dispatch_rule_direct:type_name -> livekit.SIPDispatchRuleDirect - 20, // 15: livekit.SIPDispatchRule.dispatch_rule_individual:type_name -> livekit.SIPDispatchRuleIndividual - 21, // 16: livekit.SIPDispatchRule.dispatch_rule_callee:type_name -> livekit.SIPDispatchRuleCallee - 22, // 17: livekit.CreateSIPDispatchRuleRequest.rule:type_name -> livekit.SIPDispatchRule - 37, // 18: livekit.CreateSIPDispatchRuleRequest.attributes:type_name -> livekit.CreateSIPDispatchRuleRequest.AttributesEntry - 22, // 19: livekit.SIPDispatchRuleInfo.rule:type_name -> livekit.SIPDispatchRule - 38, // 20: livekit.SIPDispatchRuleInfo.attributes:type_name -> livekit.SIPDispatchRuleInfo.AttributesEntry - 24, // 21: livekit.ListSIPDispatchRuleResponse.items:type_name -> livekit.SIPDispatchRuleInfo - 39, // 22: livekit.CreateSIPParticipantRequest.participant_attributes:type_name -> livekit.CreateSIPParticipantRequest.ParticipantAttributesEntry - 32, // 23: livekit.SIPCallInfo.from_uri:type_name -> livekit.SIPUri - 32, // 24: livekit.SIPCallInfo.to_uri:type_name -> livekit.SIPUri - 40, // 25: livekit.SIPCallInfo.disconnect_reason:type_name -> livekit.DisconnectReason - 0, // 26: livekit.SIPUri.transport:type_name -> livekit.SIPTransport - 2, // 27: livekit.SIP.CreateSIPTrunk:input_type -> livekit.CreateSIPTrunkRequest - 12, // 28: livekit.SIP.ListSIPTrunk:input_type -> livekit.ListSIPTrunkRequest - 4, // 29: livekit.SIP.CreateSIPInboundTrunk:input_type -> livekit.CreateSIPInboundTrunkRequest - 6, // 30: livekit.SIP.CreateSIPOutboundTrunk:input_type -> livekit.CreateSIPOutboundTrunkRequest - 8, // 31: livekit.SIP.GetSIPInboundTrunk:input_type -> livekit.GetSIPInboundTrunkRequest - 10, // 32: livekit.SIP.GetSIPOutboundTrunk:input_type -> livekit.GetSIPOutboundTrunkRequest - 14, // 33: livekit.SIP.ListSIPInboundTrunk:input_type -> livekit.ListSIPInboundTrunkRequest - 16, // 34: livekit.SIP.ListSIPOutboundTrunk:input_type -> livekit.ListSIPOutboundTrunkRequest - 18, // 35: livekit.SIP.DeleteSIPTrunk:input_type -> livekit.DeleteSIPTrunkRequest - 23, // 36: livekit.SIP.CreateSIPDispatchRule:input_type -> livekit.CreateSIPDispatchRuleRequest - 25, // 37: livekit.SIP.ListSIPDispatchRule:input_type -> livekit.ListSIPDispatchRuleRequest - 27, // 38: livekit.SIP.DeleteSIPDispatchRule:input_type -> livekit.DeleteSIPDispatchRuleRequest - 28, // 39: livekit.SIP.CreateSIPParticipant:input_type -> livekit.CreateSIPParticipantRequest - 30, // 40: livekit.SIP.TransferSIPParticipant:input_type -> livekit.TransferSIPParticipantRequest - 3, // 41: livekit.SIP.CreateSIPTrunk:output_type -> livekit.SIPTrunkInfo - 13, // 42: livekit.SIP.ListSIPTrunk:output_type -> livekit.ListSIPTrunkResponse - 5, // 43: livekit.SIP.CreateSIPInboundTrunk:output_type -> livekit.SIPInboundTrunkInfo - 7, // 44: livekit.SIP.CreateSIPOutboundTrunk:output_type -> livekit.SIPOutboundTrunkInfo - 9, // 45: livekit.SIP.GetSIPInboundTrunk:output_type -> livekit.GetSIPInboundTrunkResponse - 11, // 46: livekit.SIP.GetSIPOutboundTrunk:output_type -> livekit.GetSIPOutboundTrunkResponse - 15, // 47: livekit.SIP.ListSIPInboundTrunk:output_type -> livekit.ListSIPInboundTrunkResponse - 17, // 48: livekit.SIP.ListSIPOutboundTrunk:output_type -> livekit.ListSIPOutboundTrunkResponse - 3, // 49: livekit.SIP.DeleteSIPTrunk:output_type -> livekit.SIPTrunkInfo - 24, // 50: livekit.SIP.CreateSIPDispatchRule:output_type -> livekit.SIPDispatchRuleInfo - 26, // 51: livekit.SIP.ListSIPDispatchRule:output_type -> livekit.ListSIPDispatchRuleResponse - 24, // 52: livekit.SIP.DeleteSIPDispatchRule:output_type -> livekit.SIPDispatchRuleInfo - 29, // 53: livekit.SIP.CreateSIPParticipant:output_type -> livekit.SIPParticipantInfo - 41, // 54: livekit.SIP.TransferSIPParticipant:output_type -> google.protobuf.Empty - 41, // [41:55] is the sub-list for method output_type - 27, // [27:41] is the sub-list for method input_type - 27, // [27:27] is the sub-list for extension type_name - 27, // [27:27] is the sub-list for extension extendee - 0, // [0:27] is the sub-list for field type_name + 36, // 7: livekit.SIPOutboundTrunkInfo.headers:type_name -> livekit.SIPOutboundTrunkInfo.HeadersEntry + 37, // 8: livekit.SIPOutboundTrunkInfo.headers_to_attributes:type_name -> livekit.SIPOutboundTrunkInfo.HeadersToAttributesEntry + 6, // 9: livekit.GetSIPInboundTrunkResponse.trunk:type_name -> livekit.SIPInboundTrunkInfo + 8, // 10: livekit.GetSIPOutboundTrunkResponse.trunk:type_name -> livekit.SIPOutboundTrunkInfo + 4, // 11: livekit.ListSIPTrunkResponse.items:type_name -> livekit.SIPTrunkInfo + 6, // 12: livekit.ListSIPInboundTrunkResponse.items:type_name -> livekit.SIPInboundTrunkInfo + 8, // 13: livekit.ListSIPOutboundTrunkResponse.items:type_name -> livekit.SIPOutboundTrunkInfo + 20, // 14: livekit.SIPDispatchRule.dispatch_rule_direct:type_name -> livekit.SIPDispatchRuleDirect + 21, // 15: livekit.SIPDispatchRule.dispatch_rule_individual:type_name -> livekit.SIPDispatchRuleIndividual + 22, // 16: livekit.SIPDispatchRule.dispatch_rule_callee:type_name -> livekit.SIPDispatchRuleCallee + 23, // 17: livekit.CreateSIPDispatchRuleRequest.rule:type_name -> livekit.SIPDispatchRule + 38, // 18: livekit.CreateSIPDispatchRuleRequest.attributes:type_name -> livekit.CreateSIPDispatchRuleRequest.AttributesEntry + 23, // 19: livekit.SIPDispatchRuleInfo.rule:type_name -> livekit.SIPDispatchRule + 39, // 20: livekit.SIPDispatchRuleInfo.attributes:type_name -> livekit.SIPDispatchRuleInfo.AttributesEntry + 25, // 21: livekit.ListSIPDispatchRuleResponse.items:type_name -> livekit.SIPDispatchRuleInfo + 40, // 22: livekit.CreateSIPParticipantRequest.participant_attributes:type_name -> livekit.CreateSIPParticipantRequest.ParticipantAttributesEntry + 33, // 23: livekit.SIPCallInfo.from_uri:type_name -> livekit.SIPUri + 33, // 24: livekit.SIPCallInfo.to_uri:type_name -> livekit.SIPUri + 1, // 25: livekit.SIPCallInfo.call_status:type_name -> livekit.SIPCallStatus + 41, // 26: livekit.SIPCallInfo.disconnect_reason:type_name -> livekit.DisconnectReason + 0, // 27: livekit.SIPUri.transport:type_name -> livekit.SIPTransport + 13, // 28: livekit.SIP.ListSIPTrunk:input_type -> livekit.ListSIPTrunkRequest + 5, // 29: livekit.SIP.CreateSIPInboundTrunk:input_type -> livekit.CreateSIPInboundTrunkRequest + 7, // 30: livekit.SIP.CreateSIPOutboundTrunk:input_type -> livekit.CreateSIPOutboundTrunkRequest + 9, // 31: livekit.SIP.GetSIPInboundTrunk:input_type -> livekit.GetSIPInboundTrunkRequest + 11, // 32: livekit.SIP.GetSIPOutboundTrunk:input_type -> livekit.GetSIPOutboundTrunkRequest + 15, // 33: livekit.SIP.ListSIPInboundTrunk:input_type -> livekit.ListSIPInboundTrunkRequest + 17, // 34: livekit.SIP.ListSIPOutboundTrunk:input_type -> livekit.ListSIPOutboundTrunkRequest + 19, // 35: livekit.SIP.DeleteSIPTrunk:input_type -> livekit.DeleteSIPTrunkRequest + 24, // 36: livekit.SIP.CreateSIPDispatchRule:input_type -> livekit.CreateSIPDispatchRuleRequest + 26, // 37: livekit.SIP.ListSIPDispatchRule:input_type -> livekit.ListSIPDispatchRuleRequest + 28, // 38: livekit.SIP.DeleteSIPDispatchRule:input_type -> livekit.DeleteSIPDispatchRuleRequest + 29, // 39: livekit.SIP.CreateSIPParticipant:input_type -> livekit.CreateSIPParticipantRequest + 31, // 40: livekit.SIP.TransferSIPParticipant:input_type -> livekit.TransferSIPParticipantRequest + 14, // 41: livekit.SIP.ListSIPTrunk:output_type -> livekit.ListSIPTrunkResponse + 6, // 42: livekit.SIP.CreateSIPInboundTrunk:output_type -> livekit.SIPInboundTrunkInfo + 8, // 43: livekit.SIP.CreateSIPOutboundTrunk:output_type -> livekit.SIPOutboundTrunkInfo + 10, // 44: livekit.SIP.GetSIPInboundTrunk:output_type -> livekit.GetSIPInboundTrunkResponse + 12, // 45: livekit.SIP.GetSIPOutboundTrunk:output_type -> livekit.GetSIPOutboundTrunkResponse + 16, // 46: livekit.SIP.ListSIPInboundTrunk:output_type -> livekit.ListSIPInboundTrunkResponse + 18, // 47: livekit.SIP.ListSIPOutboundTrunk:output_type -> livekit.ListSIPOutboundTrunkResponse + 4, // 48: livekit.SIP.DeleteSIPTrunk:output_type -> livekit.SIPTrunkInfo + 25, // 49: livekit.SIP.CreateSIPDispatchRule:output_type -> livekit.SIPDispatchRuleInfo + 27, // 50: livekit.SIP.ListSIPDispatchRule:output_type -> livekit.ListSIPDispatchRuleResponse + 25, // 51: livekit.SIP.DeleteSIPDispatchRule:output_type -> livekit.SIPDispatchRuleInfo + 30, // 52: livekit.SIP.CreateSIPParticipant:output_type -> livekit.SIPParticipantInfo + 42, // 53: livekit.SIP.TransferSIPParticipant:output_type -> google.protobuf.Empty + 41, // [41:54] is the sub-list for method output_type + 28, // [28:41] is the sub-list for method input_type + 28, // [28:28] is the sub-list for extension type_name + 28, // [28:28] is the sub-list for extension extendee + 0, // [0:28] is the sub-list for field type_name } func init() { file_livekit_sip_proto_init() } @@ -3372,7 +3434,7 @@ func file_livekit_sip_proto_init() { File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_livekit_sip_proto_rawDesc, - NumEnums: 2, + NumEnums: 3, NumMessages: 38, NumExtensions: 0, NumServices: 1, diff --git a/livekit/livekit_sip.twirp.go b/livekit/livekit_sip.twirp.go index e0837ce2..2333dbc1 100644 --- a/livekit/livekit_sip.twirp.go +++ b/livekit/livekit_sip.twirp.go @@ -29,8 +29,7 @@ const _ = twirp.TwirpPackageMinVersion_8_1_0 // ============= type SIP interface { - CreateSIPTrunk(context.Context, *CreateSIPTrunkRequest) (*SIPTrunkInfo, error) - + // rpc CreateSIPTrunk(CreateSIPTrunkRequest) returns (SIPTrunkInfo) { option deprecated = true; }; DELETED ListSIPTrunk(context.Context, *ListSIPTrunkRequest) (*ListSIPTrunkResponse, error) CreateSIPInboundTrunk(context.Context, *CreateSIPInboundTrunkRequest) (*SIPInboundTrunkInfo, error) @@ -64,7 +63,7 @@ type SIP interface { type sIPProtobufClient struct { client HTTPClient - urls [14]string + urls [13]string interceptor twirp.Interceptor opts twirp.ClientOptions } @@ -92,8 +91,7 @@ func NewSIPProtobufClient(baseURL string, client HTTPClient, opts ...twirp.Clien // Build method URLs: []/./ serviceURL := sanitizeBaseURL(baseURL) serviceURL += baseServicePath(pathPrefix, "livekit", "SIP") - urls := [14]string{ - serviceURL + "CreateSIPTrunk", + urls := [13]string{ serviceURL + "ListSIPTrunk", serviceURL + "CreateSIPInboundTrunk", serviceURL + "CreateSIPOutboundTrunk", @@ -117,52 +115,6 @@ func NewSIPProtobufClient(baseURL string, client HTTPClient, opts ...twirp.Clien } } -func (c *sIPProtobufClient) CreateSIPTrunk(ctx context.Context, in *CreateSIPTrunkRequest) (*SIPTrunkInfo, error) { - ctx = ctxsetters.WithPackageName(ctx, "livekit") - ctx = ctxsetters.WithServiceName(ctx, "SIP") - ctx = ctxsetters.WithMethodName(ctx, "CreateSIPTrunk") - caller := c.callCreateSIPTrunk - if c.interceptor != nil { - caller = func(ctx context.Context, req *CreateSIPTrunkRequest) (*SIPTrunkInfo, error) { - resp, err := c.interceptor( - func(ctx context.Context, req interface{}) (interface{}, error) { - typedReq, ok := req.(*CreateSIPTrunkRequest) - if !ok { - return nil, twirp.InternalError("failed type assertion req.(*CreateSIPTrunkRequest) when calling interceptor") - } - return c.callCreateSIPTrunk(ctx, typedReq) - }, - )(ctx, req) - if resp != nil { - typedResp, ok := resp.(*SIPTrunkInfo) - if !ok { - return nil, twirp.InternalError("failed type assertion resp.(*SIPTrunkInfo) when calling interceptor") - } - return typedResp, err - } - return nil, err - } - } - return caller(ctx, in) -} - -func (c *sIPProtobufClient) callCreateSIPTrunk(ctx context.Context, in *CreateSIPTrunkRequest) (*SIPTrunkInfo, error) { - out := new(SIPTrunkInfo) - ctx, err := doProtobufRequest(ctx, c.client, c.opts.Hooks, c.urls[0], in, out) - if err != nil { - twerr, ok := err.(twirp.Error) - if !ok { - twerr = twirp.InternalErrorWith(err) - } - callClientError(ctx, c.opts.Hooks, twerr) - return nil, err - } - - callClientResponseReceived(ctx, c.opts.Hooks) - - return out, nil -} - func (c *sIPProtobufClient) ListSIPTrunk(ctx context.Context, in *ListSIPTrunkRequest) (*ListSIPTrunkResponse, error) { ctx = ctxsetters.WithPackageName(ctx, "livekit") ctx = ctxsetters.WithServiceName(ctx, "SIP") @@ -194,7 +146,7 @@ func (c *sIPProtobufClient) ListSIPTrunk(ctx context.Context, in *ListSIPTrunkRe func (c *sIPProtobufClient) callListSIPTrunk(ctx context.Context, in *ListSIPTrunkRequest) (*ListSIPTrunkResponse, error) { out := new(ListSIPTrunkResponse) - ctx, err := doProtobufRequest(ctx, c.client, c.opts.Hooks, c.urls[1], in, out) + ctx, err := doProtobufRequest(ctx, c.client, c.opts.Hooks, c.urls[0], in, out) if err != nil { twerr, ok := err.(twirp.Error) if !ok { @@ -240,7 +192,7 @@ func (c *sIPProtobufClient) CreateSIPInboundTrunk(ctx context.Context, in *Creat func (c *sIPProtobufClient) callCreateSIPInboundTrunk(ctx context.Context, in *CreateSIPInboundTrunkRequest) (*SIPInboundTrunkInfo, error) { out := new(SIPInboundTrunkInfo) - ctx, err := doProtobufRequest(ctx, c.client, c.opts.Hooks, c.urls[2], in, out) + ctx, err := doProtobufRequest(ctx, c.client, c.opts.Hooks, c.urls[1], in, out) if err != nil { twerr, ok := err.(twirp.Error) if !ok { @@ -286,7 +238,7 @@ func (c *sIPProtobufClient) CreateSIPOutboundTrunk(ctx context.Context, in *Crea func (c *sIPProtobufClient) callCreateSIPOutboundTrunk(ctx context.Context, in *CreateSIPOutboundTrunkRequest) (*SIPOutboundTrunkInfo, error) { out := new(SIPOutboundTrunkInfo) - ctx, err := doProtobufRequest(ctx, c.client, c.opts.Hooks, c.urls[3], in, out) + ctx, err := doProtobufRequest(ctx, c.client, c.opts.Hooks, c.urls[2], in, out) if err != nil { twerr, ok := err.(twirp.Error) if !ok { @@ -332,7 +284,7 @@ func (c *sIPProtobufClient) GetSIPInboundTrunk(ctx context.Context, in *GetSIPIn func (c *sIPProtobufClient) callGetSIPInboundTrunk(ctx context.Context, in *GetSIPInboundTrunkRequest) (*GetSIPInboundTrunkResponse, error) { out := new(GetSIPInboundTrunkResponse) - ctx, err := doProtobufRequest(ctx, c.client, c.opts.Hooks, c.urls[4], in, out) + ctx, err := doProtobufRequest(ctx, c.client, c.opts.Hooks, c.urls[3], in, out) if err != nil { twerr, ok := err.(twirp.Error) if !ok { @@ -378,7 +330,7 @@ func (c *sIPProtobufClient) GetSIPOutboundTrunk(ctx context.Context, in *GetSIPO func (c *sIPProtobufClient) callGetSIPOutboundTrunk(ctx context.Context, in *GetSIPOutboundTrunkRequest) (*GetSIPOutboundTrunkResponse, error) { out := new(GetSIPOutboundTrunkResponse) - ctx, err := doProtobufRequest(ctx, c.client, c.opts.Hooks, c.urls[5], in, out) + ctx, err := doProtobufRequest(ctx, c.client, c.opts.Hooks, c.urls[4], in, out) if err != nil { twerr, ok := err.(twirp.Error) if !ok { @@ -424,7 +376,7 @@ func (c *sIPProtobufClient) ListSIPInboundTrunk(ctx context.Context, in *ListSIP func (c *sIPProtobufClient) callListSIPInboundTrunk(ctx context.Context, in *ListSIPInboundTrunkRequest) (*ListSIPInboundTrunkResponse, error) { out := new(ListSIPInboundTrunkResponse) - ctx, err := doProtobufRequest(ctx, c.client, c.opts.Hooks, c.urls[6], in, out) + ctx, err := doProtobufRequest(ctx, c.client, c.opts.Hooks, c.urls[5], in, out) if err != nil { twerr, ok := err.(twirp.Error) if !ok { @@ -470,7 +422,7 @@ func (c *sIPProtobufClient) ListSIPOutboundTrunk(ctx context.Context, in *ListSI func (c *sIPProtobufClient) callListSIPOutboundTrunk(ctx context.Context, in *ListSIPOutboundTrunkRequest) (*ListSIPOutboundTrunkResponse, error) { out := new(ListSIPOutboundTrunkResponse) - ctx, err := doProtobufRequest(ctx, c.client, c.opts.Hooks, c.urls[7], in, out) + ctx, err := doProtobufRequest(ctx, c.client, c.opts.Hooks, c.urls[6], in, out) if err != nil { twerr, ok := err.(twirp.Error) if !ok { @@ -516,7 +468,7 @@ func (c *sIPProtobufClient) DeleteSIPTrunk(ctx context.Context, in *DeleteSIPTru func (c *sIPProtobufClient) callDeleteSIPTrunk(ctx context.Context, in *DeleteSIPTrunkRequest) (*SIPTrunkInfo, error) { out := new(SIPTrunkInfo) - ctx, err := doProtobufRequest(ctx, c.client, c.opts.Hooks, c.urls[8], in, out) + ctx, err := doProtobufRequest(ctx, c.client, c.opts.Hooks, c.urls[7], in, out) if err != nil { twerr, ok := err.(twirp.Error) if !ok { @@ -562,7 +514,7 @@ func (c *sIPProtobufClient) CreateSIPDispatchRule(ctx context.Context, in *Creat func (c *sIPProtobufClient) callCreateSIPDispatchRule(ctx context.Context, in *CreateSIPDispatchRuleRequest) (*SIPDispatchRuleInfo, error) { out := new(SIPDispatchRuleInfo) - ctx, err := doProtobufRequest(ctx, c.client, c.opts.Hooks, c.urls[9], in, out) + ctx, err := doProtobufRequest(ctx, c.client, c.opts.Hooks, c.urls[8], in, out) if err != nil { twerr, ok := err.(twirp.Error) if !ok { @@ -608,7 +560,7 @@ func (c *sIPProtobufClient) ListSIPDispatchRule(ctx context.Context, in *ListSIP func (c *sIPProtobufClient) callListSIPDispatchRule(ctx context.Context, in *ListSIPDispatchRuleRequest) (*ListSIPDispatchRuleResponse, error) { out := new(ListSIPDispatchRuleResponse) - ctx, err := doProtobufRequest(ctx, c.client, c.opts.Hooks, c.urls[10], in, out) + ctx, err := doProtobufRequest(ctx, c.client, c.opts.Hooks, c.urls[9], in, out) if err != nil { twerr, ok := err.(twirp.Error) if !ok { @@ -654,7 +606,7 @@ func (c *sIPProtobufClient) DeleteSIPDispatchRule(ctx context.Context, in *Delet func (c *sIPProtobufClient) callDeleteSIPDispatchRule(ctx context.Context, in *DeleteSIPDispatchRuleRequest) (*SIPDispatchRuleInfo, error) { out := new(SIPDispatchRuleInfo) - ctx, err := doProtobufRequest(ctx, c.client, c.opts.Hooks, c.urls[11], in, out) + ctx, err := doProtobufRequest(ctx, c.client, c.opts.Hooks, c.urls[10], in, out) if err != nil { twerr, ok := err.(twirp.Error) if !ok { @@ -700,7 +652,7 @@ func (c *sIPProtobufClient) CreateSIPParticipant(ctx context.Context, in *Create func (c *sIPProtobufClient) callCreateSIPParticipant(ctx context.Context, in *CreateSIPParticipantRequest) (*SIPParticipantInfo, error) { out := new(SIPParticipantInfo) - ctx, err := doProtobufRequest(ctx, c.client, c.opts.Hooks, c.urls[12], in, out) + ctx, err := doProtobufRequest(ctx, c.client, c.opts.Hooks, c.urls[11], in, out) if err != nil { twerr, ok := err.(twirp.Error) if !ok { @@ -746,7 +698,7 @@ func (c *sIPProtobufClient) TransferSIPParticipant(ctx context.Context, in *Tran func (c *sIPProtobufClient) callTransferSIPParticipant(ctx context.Context, in *TransferSIPParticipantRequest) (*google_protobuf1.Empty, error) { out := new(google_protobuf1.Empty) - ctx, err := doProtobufRequest(ctx, c.client, c.opts.Hooks, c.urls[13], in, out) + ctx, err := doProtobufRequest(ctx, c.client, c.opts.Hooks, c.urls[12], in, out) if err != nil { twerr, ok := err.(twirp.Error) if !ok { @@ -767,7 +719,7 @@ func (c *sIPProtobufClient) callTransferSIPParticipant(ctx context.Context, in * type sIPJSONClient struct { client HTTPClient - urls [14]string + urls [13]string interceptor twirp.Interceptor opts twirp.ClientOptions } @@ -795,8 +747,7 @@ func NewSIPJSONClient(baseURL string, client HTTPClient, opts ...twirp.ClientOpt // Build method URLs: []/./ serviceURL := sanitizeBaseURL(baseURL) serviceURL += baseServicePath(pathPrefix, "livekit", "SIP") - urls := [14]string{ - serviceURL + "CreateSIPTrunk", + urls := [13]string{ serviceURL + "ListSIPTrunk", serviceURL + "CreateSIPInboundTrunk", serviceURL + "CreateSIPOutboundTrunk", @@ -820,52 +771,6 @@ func NewSIPJSONClient(baseURL string, client HTTPClient, opts ...twirp.ClientOpt } } -func (c *sIPJSONClient) CreateSIPTrunk(ctx context.Context, in *CreateSIPTrunkRequest) (*SIPTrunkInfo, error) { - ctx = ctxsetters.WithPackageName(ctx, "livekit") - ctx = ctxsetters.WithServiceName(ctx, "SIP") - ctx = ctxsetters.WithMethodName(ctx, "CreateSIPTrunk") - caller := c.callCreateSIPTrunk - if c.interceptor != nil { - caller = func(ctx context.Context, req *CreateSIPTrunkRequest) (*SIPTrunkInfo, error) { - resp, err := c.interceptor( - func(ctx context.Context, req interface{}) (interface{}, error) { - typedReq, ok := req.(*CreateSIPTrunkRequest) - if !ok { - return nil, twirp.InternalError("failed type assertion req.(*CreateSIPTrunkRequest) when calling interceptor") - } - return c.callCreateSIPTrunk(ctx, typedReq) - }, - )(ctx, req) - if resp != nil { - typedResp, ok := resp.(*SIPTrunkInfo) - if !ok { - return nil, twirp.InternalError("failed type assertion resp.(*SIPTrunkInfo) when calling interceptor") - } - return typedResp, err - } - return nil, err - } - } - return caller(ctx, in) -} - -func (c *sIPJSONClient) callCreateSIPTrunk(ctx context.Context, in *CreateSIPTrunkRequest) (*SIPTrunkInfo, error) { - out := new(SIPTrunkInfo) - ctx, err := doJSONRequest(ctx, c.client, c.opts.Hooks, c.urls[0], in, out) - if err != nil { - twerr, ok := err.(twirp.Error) - if !ok { - twerr = twirp.InternalErrorWith(err) - } - callClientError(ctx, c.opts.Hooks, twerr) - return nil, err - } - - callClientResponseReceived(ctx, c.opts.Hooks) - - return out, nil -} - func (c *sIPJSONClient) ListSIPTrunk(ctx context.Context, in *ListSIPTrunkRequest) (*ListSIPTrunkResponse, error) { ctx = ctxsetters.WithPackageName(ctx, "livekit") ctx = ctxsetters.WithServiceName(ctx, "SIP") @@ -897,7 +802,7 @@ func (c *sIPJSONClient) ListSIPTrunk(ctx context.Context, in *ListSIPTrunkReques func (c *sIPJSONClient) callListSIPTrunk(ctx context.Context, in *ListSIPTrunkRequest) (*ListSIPTrunkResponse, error) { out := new(ListSIPTrunkResponse) - ctx, err := doJSONRequest(ctx, c.client, c.opts.Hooks, c.urls[1], in, out) + ctx, err := doJSONRequest(ctx, c.client, c.opts.Hooks, c.urls[0], in, out) if err != nil { twerr, ok := err.(twirp.Error) if !ok { @@ -943,7 +848,7 @@ func (c *sIPJSONClient) CreateSIPInboundTrunk(ctx context.Context, in *CreateSIP func (c *sIPJSONClient) callCreateSIPInboundTrunk(ctx context.Context, in *CreateSIPInboundTrunkRequest) (*SIPInboundTrunkInfo, error) { out := new(SIPInboundTrunkInfo) - ctx, err := doJSONRequest(ctx, c.client, c.opts.Hooks, c.urls[2], in, out) + ctx, err := doJSONRequest(ctx, c.client, c.opts.Hooks, c.urls[1], in, out) if err != nil { twerr, ok := err.(twirp.Error) if !ok { @@ -989,7 +894,7 @@ func (c *sIPJSONClient) CreateSIPOutboundTrunk(ctx context.Context, in *CreateSI func (c *sIPJSONClient) callCreateSIPOutboundTrunk(ctx context.Context, in *CreateSIPOutboundTrunkRequest) (*SIPOutboundTrunkInfo, error) { out := new(SIPOutboundTrunkInfo) - ctx, err := doJSONRequest(ctx, c.client, c.opts.Hooks, c.urls[3], in, out) + ctx, err := doJSONRequest(ctx, c.client, c.opts.Hooks, c.urls[2], in, out) if err != nil { twerr, ok := err.(twirp.Error) if !ok { @@ -1035,7 +940,7 @@ func (c *sIPJSONClient) GetSIPInboundTrunk(ctx context.Context, in *GetSIPInboun func (c *sIPJSONClient) callGetSIPInboundTrunk(ctx context.Context, in *GetSIPInboundTrunkRequest) (*GetSIPInboundTrunkResponse, error) { out := new(GetSIPInboundTrunkResponse) - ctx, err := doJSONRequest(ctx, c.client, c.opts.Hooks, c.urls[4], in, out) + ctx, err := doJSONRequest(ctx, c.client, c.opts.Hooks, c.urls[3], in, out) if err != nil { twerr, ok := err.(twirp.Error) if !ok { @@ -1081,7 +986,7 @@ func (c *sIPJSONClient) GetSIPOutboundTrunk(ctx context.Context, in *GetSIPOutbo func (c *sIPJSONClient) callGetSIPOutboundTrunk(ctx context.Context, in *GetSIPOutboundTrunkRequest) (*GetSIPOutboundTrunkResponse, error) { out := new(GetSIPOutboundTrunkResponse) - ctx, err := doJSONRequest(ctx, c.client, c.opts.Hooks, c.urls[5], in, out) + ctx, err := doJSONRequest(ctx, c.client, c.opts.Hooks, c.urls[4], in, out) if err != nil { twerr, ok := err.(twirp.Error) if !ok { @@ -1127,7 +1032,7 @@ func (c *sIPJSONClient) ListSIPInboundTrunk(ctx context.Context, in *ListSIPInbo func (c *sIPJSONClient) callListSIPInboundTrunk(ctx context.Context, in *ListSIPInboundTrunkRequest) (*ListSIPInboundTrunkResponse, error) { out := new(ListSIPInboundTrunkResponse) - ctx, err := doJSONRequest(ctx, c.client, c.opts.Hooks, c.urls[6], in, out) + ctx, err := doJSONRequest(ctx, c.client, c.opts.Hooks, c.urls[5], in, out) if err != nil { twerr, ok := err.(twirp.Error) if !ok { @@ -1173,7 +1078,7 @@ func (c *sIPJSONClient) ListSIPOutboundTrunk(ctx context.Context, in *ListSIPOut func (c *sIPJSONClient) callListSIPOutboundTrunk(ctx context.Context, in *ListSIPOutboundTrunkRequest) (*ListSIPOutboundTrunkResponse, error) { out := new(ListSIPOutboundTrunkResponse) - ctx, err := doJSONRequest(ctx, c.client, c.opts.Hooks, c.urls[7], in, out) + ctx, err := doJSONRequest(ctx, c.client, c.opts.Hooks, c.urls[6], in, out) if err != nil { twerr, ok := err.(twirp.Error) if !ok { @@ -1219,7 +1124,7 @@ func (c *sIPJSONClient) DeleteSIPTrunk(ctx context.Context, in *DeleteSIPTrunkRe func (c *sIPJSONClient) callDeleteSIPTrunk(ctx context.Context, in *DeleteSIPTrunkRequest) (*SIPTrunkInfo, error) { out := new(SIPTrunkInfo) - ctx, err := doJSONRequest(ctx, c.client, c.opts.Hooks, c.urls[8], in, out) + ctx, err := doJSONRequest(ctx, c.client, c.opts.Hooks, c.urls[7], in, out) if err != nil { twerr, ok := err.(twirp.Error) if !ok { @@ -1265,7 +1170,7 @@ func (c *sIPJSONClient) CreateSIPDispatchRule(ctx context.Context, in *CreateSIP func (c *sIPJSONClient) callCreateSIPDispatchRule(ctx context.Context, in *CreateSIPDispatchRuleRequest) (*SIPDispatchRuleInfo, error) { out := new(SIPDispatchRuleInfo) - ctx, err := doJSONRequest(ctx, c.client, c.opts.Hooks, c.urls[9], in, out) + ctx, err := doJSONRequest(ctx, c.client, c.opts.Hooks, c.urls[8], in, out) if err != nil { twerr, ok := err.(twirp.Error) if !ok { @@ -1311,7 +1216,7 @@ func (c *sIPJSONClient) ListSIPDispatchRule(ctx context.Context, in *ListSIPDisp func (c *sIPJSONClient) callListSIPDispatchRule(ctx context.Context, in *ListSIPDispatchRuleRequest) (*ListSIPDispatchRuleResponse, error) { out := new(ListSIPDispatchRuleResponse) - ctx, err := doJSONRequest(ctx, c.client, c.opts.Hooks, c.urls[10], in, out) + ctx, err := doJSONRequest(ctx, c.client, c.opts.Hooks, c.urls[9], in, out) if err != nil { twerr, ok := err.(twirp.Error) if !ok { @@ -1357,7 +1262,7 @@ func (c *sIPJSONClient) DeleteSIPDispatchRule(ctx context.Context, in *DeleteSIP func (c *sIPJSONClient) callDeleteSIPDispatchRule(ctx context.Context, in *DeleteSIPDispatchRuleRequest) (*SIPDispatchRuleInfo, error) { out := new(SIPDispatchRuleInfo) - ctx, err := doJSONRequest(ctx, c.client, c.opts.Hooks, c.urls[11], in, out) + ctx, err := doJSONRequest(ctx, c.client, c.opts.Hooks, c.urls[10], in, out) if err != nil { twerr, ok := err.(twirp.Error) if !ok { @@ -1403,7 +1308,7 @@ func (c *sIPJSONClient) CreateSIPParticipant(ctx context.Context, in *CreateSIPP func (c *sIPJSONClient) callCreateSIPParticipant(ctx context.Context, in *CreateSIPParticipantRequest) (*SIPParticipantInfo, error) { out := new(SIPParticipantInfo) - ctx, err := doJSONRequest(ctx, c.client, c.opts.Hooks, c.urls[12], in, out) + ctx, err := doJSONRequest(ctx, c.client, c.opts.Hooks, c.urls[11], in, out) if err != nil { twerr, ok := err.(twirp.Error) if !ok { @@ -1449,7 +1354,7 @@ func (c *sIPJSONClient) TransferSIPParticipant(ctx context.Context, in *Transfer func (c *sIPJSONClient) callTransferSIPParticipant(ctx context.Context, in *TransferSIPParticipantRequest) (*google_protobuf1.Empty, error) { out := new(google_protobuf1.Empty) - ctx, err := doJSONRequest(ctx, c.client, c.opts.Hooks, c.urls[13], in, out) + ctx, err := doJSONRequest(ctx, c.client, c.opts.Hooks, c.urls[12], in, out) if err != nil { twerr, ok := err.(twirp.Error) if !ok { @@ -1561,9 +1466,6 @@ func (s *sIPServer) ServeHTTP(resp http.ResponseWriter, req *http.Request) { } switch method { - case "CreateSIPTrunk": - s.serveCreateSIPTrunk(ctx, resp, req) - return case "ListSIPTrunk": s.serveListSIPTrunk(ctx, resp, req) return @@ -1610,186 +1512,6 @@ func (s *sIPServer) ServeHTTP(resp http.ResponseWriter, req *http.Request) { } } -func (s *sIPServer) serveCreateSIPTrunk(ctx context.Context, resp http.ResponseWriter, req *http.Request) { - header := req.Header.Get("Content-Type") - i := strings.Index(header, ";") - if i == -1 { - i = len(header) - } - switch strings.TrimSpace(strings.ToLower(header[:i])) { - case "application/json": - s.serveCreateSIPTrunkJSON(ctx, resp, req) - case "application/protobuf": - s.serveCreateSIPTrunkProtobuf(ctx, resp, req) - default: - msg := fmt.Sprintf("unexpected Content-Type: %q", req.Header.Get("Content-Type")) - twerr := badRouteError(msg, req.Method, req.URL.Path) - s.writeError(ctx, resp, twerr) - } -} - -func (s *sIPServer) serveCreateSIPTrunkJSON(ctx context.Context, resp http.ResponseWriter, req *http.Request) { - var err error - ctx = ctxsetters.WithMethodName(ctx, "CreateSIPTrunk") - ctx, err = callRequestRouted(ctx, s.hooks) - if err != nil { - s.writeError(ctx, resp, err) - return - } - - d := json.NewDecoder(req.Body) - rawReqBody := json.RawMessage{} - if err := d.Decode(&rawReqBody); err != nil { - s.handleRequestBodyError(ctx, resp, "the json request could not be decoded", err) - return - } - reqContent := new(CreateSIPTrunkRequest) - unmarshaler := protojson.UnmarshalOptions{DiscardUnknown: true} - if err = unmarshaler.Unmarshal(rawReqBody, reqContent); err != nil { - s.handleRequestBodyError(ctx, resp, "the json request could not be decoded", err) - return - } - - handler := s.SIP.CreateSIPTrunk - if s.interceptor != nil { - handler = func(ctx context.Context, req *CreateSIPTrunkRequest) (*SIPTrunkInfo, error) { - resp, err := s.interceptor( - func(ctx context.Context, req interface{}) (interface{}, error) { - typedReq, ok := req.(*CreateSIPTrunkRequest) - if !ok { - return nil, twirp.InternalError("failed type assertion req.(*CreateSIPTrunkRequest) when calling interceptor") - } - return s.SIP.CreateSIPTrunk(ctx, typedReq) - }, - )(ctx, req) - if resp != nil { - typedResp, ok := resp.(*SIPTrunkInfo) - if !ok { - return nil, twirp.InternalError("failed type assertion resp.(*SIPTrunkInfo) when calling interceptor") - } - return typedResp, err - } - return nil, err - } - } - - // Call service method - var respContent *SIPTrunkInfo - func() { - defer ensurePanicResponses(ctx, resp, s.hooks) - respContent, err = handler(ctx, reqContent) - }() - - if err != nil { - s.writeError(ctx, resp, err) - return - } - if respContent == nil { - s.writeError(ctx, resp, twirp.InternalError("received a nil *SIPTrunkInfo and nil error while calling CreateSIPTrunk. nil responses are not supported")) - return - } - - ctx = callResponsePrepared(ctx, s.hooks) - - marshaler := &protojson.MarshalOptions{UseProtoNames: !s.jsonCamelCase, EmitUnpopulated: !s.jsonSkipDefaults} - respBytes, err := marshaler.Marshal(respContent) - if err != nil { - s.writeError(ctx, resp, wrapInternal(err, "failed to marshal json response")) - return - } - - ctx = ctxsetters.WithStatusCode(ctx, http.StatusOK) - resp.Header().Set("Content-Type", "application/json") - resp.Header().Set("Content-Length", strconv.Itoa(len(respBytes))) - resp.WriteHeader(http.StatusOK) - - if n, err := resp.Write(respBytes); err != nil { - msg := fmt.Sprintf("failed to write response, %d of %d bytes written: %s", n, len(respBytes), err.Error()) - twerr := twirp.NewError(twirp.Unknown, msg) - ctx = callError(ctx, s.hooks, twerr) - } - callResponseSent(ctx, s.hooks) -} - -func (s *sIPServer) serveCreateSIPTrunkProtobuf(ctx context.Context, resp http.ResponseWriter, req *http.Request) { - var err error - ctx = ctxsetters.WithMethodName(ctx, "CreateSIPTrunk") - ctx, err = callRequestRouted(ctx, s.hooks) - if err != nil { - s.writeError(ctx, resp, err) - return - } - - buf, err := io.ReadAll(req.Body) - if err != nil { - s.handleRequestBodyError(ctx, resp, "failed to read request body", err) - return - } - reqContent := new(CreateSIPTrunkRequest) - if err = proto.Unmarshal(buf, reqContent); err != nil { - s.writeError(ctx, resp, malformedRequestError("the protobuf request could not be decoded")) - return - } - - handler := s.SIP.CreateSIPTrunk - if s.interceptor != nil { - handler = func(ctx context.Context, req *CreateSIPTrunkRequest) (*SIPTrunkInfo, error) { - resp, err := s.interceptor( - func(ctx context.Context, req interface{}) (interface{}, error) { - typedReq, ok := req.(*CreateSIPTrunkRequest) - if !ok { - return nil, twirp.InternalError("failed type assertion req.(*CreateSIPTrunkRequest) when calling interceptor") - } - return s.SIP.CreateSIPTrunk(ctx, typedReq) - }, - )(ctx, req) - if resp != nil { - typedResp, ok := resp.(*SIPTrunkInfo) - if !ok { - return nil, twirp.InternalError("failed type assertion resp.(*SIPTrunkInfo) when calling interceptor") - } - return typedResp, err - } - return nil, err - } - } - - // Call service method - var respContent *SIPTrunkInfo - func() { - defer ensurePanicResponses(ctx, resp, s.hooks) - respContent, err = handler(ctx, reqContent) - }() - - if err != nil { - s.writeError(ctx, resp, err) - return - } - if respContent == nil { - s.writeError(ctx, resp, twirp.InternalError("received a nil *SIPTrunkInfo and nil error while calling CreateSIPTrunk. nil responses are not supported")) - return - } - - ctx = callResponsePrepared(ctx, s.hooks) - - respBytes, err := proto.Marshal(respContent) - if err != nil { - s.writeError(ctx, resp, wrapInternal(err, "failed to marshal proto response")) - return - } - - ctx = ctxsetters.WithStatusCode(ctx, http.StatusOK) - resp.Header().Set("Content-Type", "application/protobuf") - resp.Header().Set("Content-Length", strconv.Itoa(len(respBytes))) - resp.WriteHeader(http.StatusOK) - if n, err := resp.Write(respBytes); err != nil { - msg := fmt.Sprintf("failed to write response, %d of %d bytes written: %s", n, len(respBytes), err.Error()) - twerr := twirp.NewError(twirp.Unknown, msg) - ctx = callError(ctx, s.hooks, twerr) - } - callResponseSent(ctx, s.hooks) -} - func (s *sIPServer) serveListSIPTrunk(ctx context.Context, resp http.ResponseWriter, req *http.Request) { header := req.Header.Get("Content-Type") i := strings.Index(header, ";") @@ -4146,132 +3868,136 @@ func (s *sIPServer) PathPrefix() string { } var twirpFileDescriptor4 = []byte{ - // 2019 bytes of a gzipped FileDescriptorProto + // 2086 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x59, 0x4f, 0x73, 0xe3, 0x48, - 0x15, 0x1f, 0xff, 0xb7, 0x9f, 0x33, 0x8e, 0xd3, 0xf9, 0x83, 0xe3, 0x24, 0x33, 0x53, 0x9e, 0x9d, - 0xdd, 0xd9, 0xd9, 0x2d, 0x4f, 0x91, 0x29, 0xb6, 0x20, 0x55, 0x0b, 0x95, 0x49, 0xe6, 0x8f, 0x6b, - 0x42, 0x62, 0x14, 0xa7, 0x8a, 0xa5, 0x16, 0x84, 0x62, 0x75, 0xe2, 0x26, 0xb6, 0x24, 0xa4, 0x76, - 0x76, 0xc3, 0x99, 0xc3, 0x72, 0xe3, 0x2b, 0x50, 0x54, 0x71, 0x80, 0x2b, 0x5f, 0x84, 0x03, 0x47, - 0x4e, 0xdc, 0xf8, 0x14, 0x54, 0xb7, 0xba, 0xe5, 0x96, 0xdc, 0x52, 0x9c, 0x81, 0x3d, 0xec, 0x4d, - 0x7a, 0xef, 0xd7, 0xaf, 0x9f, 0xde, 0xfb, 0xbd, 0xd7, 0xfd, 0x6c, 0x58, 0x19, 0x93, 0x6b, 0x7c, - 0x45, 0xa8, 0x19, 0x10, 0xaf, 0xeb, 0xf9, 0x2e, 0x75, 0x51, 0x45, 0x88, 0xda, 0x5b, 0x97, 0xae, - 0x7b, 0x39, 0xc6, 0xcf, 0xb9, 0xf8, 0x7c, 0x7a, 0xf1, 0x1c, 0x4f, 0x3c, 0x7a, 0x13, 0xa2, 0xda, - 0x6b, 0x72, 0xe1, 0xc4, 0xb5, 0xf1, 0x38, 0x08, 0xa5, 0x9d, 0x7f, 0x15, 0x60, 0xfd, 0xc0, 0xc7, - 0x16, 0xc5, 0xa7, 0xbd, 0xfe, 0xc0, 0x9f, 0x3a, 0x57, 0x06, 0xfe, 0xed, 0x14, 0x07, 0x14, 0x7d, - 0x02, 0x2b, 0xc4, 0x39, 0x77, 0xa7, 0x8e, 0x6d, 0x5a, 0xb6, 0xed, 0xe3, 0x20, 0xc0, 0x41, 0x2b, - 0xf7, 0xa8, 0xf0, 0xb4, 0x66, 0x34, 0x85, 0x62, 0x5f, 0xca, 0xd1, 0xc7, 0xd0, 0x74, 0xa7, 0x34, - 0x86, 0x6e, 0xe5, 0x1f, 0xe5, 0x9e, 0xd6, 0x8c, 0x65, 0x29, 0x17, 0x60, 0xf4, 0x11, 0x44, 0x22, - 0xd3, 0x99, 0x4e, 0xce, 0xb1, 0xdf, 0x2a, 0x70, 0x64, 0x43, 0x8a, 0x8f, 0xb9, 0x14, 0x7d, 0x06, - 0xeb, 0xd2, 0x81, 0x10, 0x17, 0x98, 0x3e, 0xbe, 0xc4, 0x5f, 0xb7, 0x8a, 0xcc, 0x89, 0x97, 0xf9, - 0x56, 0xce, 0x58, 0x15, 0x80, 0x70, 0x45, 0x60, 0x30, 0x35, 0xdb, 0x20, 0xb1, 0xae, 0x55, 0xe3, - 0x6e, 0x37, 0xe2, 0x68, 0xe6, 0xb4, 0x04, 0x4e, 0x03, 0xec, 0x3b, 0xd6, 0x04, 0xb7, 0x4a, 0xa1, - 0xd3, 0x42, 0x7e, 0x26, 0xc4, 0x2a, 0xd4, 0xb3, 0x82, 0xe0, 0x2b, 0xd7, 0xb7, 0x5b, 0xe5, 0x18, - 0xb4, 0x2f, 0xc4, 0x2c, 0x6e, 0xd1, 0xf7, 0x45, 0x66, 0x2b, 0x1c, 0x1b, 0xc5, 0x28, 0xb2, 0xab, - 0x82, 0x23, 0xc3, 0xd5, 0x38, 0x38, 0xb2, 0x8c, 0xa0, 0xc8, 0x8d, 0x01, 0xd7, 0xf3, 0x67, 0xd4, - 0x86, 0xea, 0x04, 0x53, 0xcb, 0xb6, 0xa8, 0xd5, 0xaa, 0x73, 0x79, 0xf4, 0xbe, 0x97, 0x6f, 0xe5, - 0x3a, 0x7f, 0x29, 0xc1, 0x92, 0xcc, 0x6c, 0xcf, 0xb9, 0x70, 0xd1, 0x23, 0x58, 0x0a, 0x88, 0x67, - 0x52, 0x26, 0x30, 0x89, 0xdd, 0xca, 0xf1, 0x45, 0x10, 0x10, 0x2f, 0xc4, 0xd8, 0xe8, 0x05, 0x14, - 0xaf, 0x88, 0x63, 0xb7, 0x1a, 0x8f, 0x72, 0x4f, 0x1b, 0xbb, 0x0f, 0xbb, 0x82, 0x37, 0x5d, 0xd5, - 0x4c, 0x97, 0x3f, 0xbd, 0x23, 0x8e, 0x6d, 0x70, 0xb0, 0x9e, 0x2d, 0xf9, 0x3b, 0xb0, 0xa5, 0xb0, - 0x30, 0x5b, 0x8a, 0x5a, 0xb6, 0xbc, 0x80, 0x1a, 0xf5, 0x2d, 0x27, 0xf0, 0x5c, 0x9f, 0xb6, 0xee, - 0x73, 0xd7, 0xd7, 0xe3, 0xae, 0x0b, 0xa5, 0x31, 0xc3, 0xa5, 0x53, 0xac, 0x74, 0x67, 0x8a, 0xc1, - 0xc2, 0x14, 0x2b, 0x2f, 0x4e, 0xb1, 0xca, 0x1d, 0x28, 0x56, 0xbd, 0x0b, 0xc5, 0x6a, 0xb7, 0x50, - 0xac, 0x9e, 0x42, 0xb1, 0xa5, 0x38, 0xc5, 0x3a, 0x87, 0x50, 0x8b, 0x98, 0x80, 0x9a, 0xb0, 0x34, - 0x30, 0xce, 0x8e, 0xdf, 0x99, 0x47, 0xaf, 0xde, 0xec, 0x1f, 0x7c, 0xd1, 0xbc, 0x87, 0x56, 0xe0, - 0x7e, 0x28, 0xe9, 0x1d, 0xbf, 0x3c, 0x39, 0x3b, 0x3e, 0x6c, 0xe6, 0x10, 0x82, 0x46, 0x28, 0x3a, - 0x39, 0x1b, 0x84, 0xb2, 0x3c, 0x27, 0xaa, 0x01, 0xdb, 0x51, 0x1f, 0xea, 0x85, 0xdf, 0x1b, 0x6b, - 0x47, 0xbb, 0x50, 0xe2, 0x9c, 0xe5, 0x84, 0xad, 0xef, 0x6e, 0xab, 0xb9, 0x55, 0xf1, 0x8c, 0x9d, - 0x46, 0x08, 0xed, 0xfc, 0xb3, 0x08, 0xab, 0x1a, 0xf5, 0x02, 0x35, 0x20, 0xe3, 0x90, 0x4f, 0x89, - 0x43, 0x21, 0x1e, 0x07, 0xd4, 0x82, 0x8a, 0x24, 0x02, 0xef, 0x4e, 0x86, 0x7c, 0x65, 0xe1, 0xb7, - 0xc6, 0x63, 0xf7, 0x2b, 0xac, 0x16, 0x46, 0x29, 0x2c, 0x0c, 0xa1, 0x98, 0x15, 0xc6, 0x47, 0xb0, - 0x2c, 0xc1, 0xd2, 0x5c, 0x39, 0xe4, 0x95, 0x10, 0x4b, 0x5e, 0x3d, 0x86, 0xfb, 0xd6, 0x94, 0x8e, - 0x92, 0x0d, 0x66, 0x89, 0x09, 0xa3, 0xcc, 0x4b, 0x50, 0xa2, 0xb1, 0x70, 0x50, 0x94, 0xf1, 0x03, - 0xa8, 0x8c, 0xb0, 0x65, 0xcb, 0x2e, 0x59, 0xdf, 0xfd, 0x38, 0x2b, 0xb2, 0xdd, 0xb7, 0x21, 0xf6, - 0x95, 0x43, 0xfd, 0x1b, 0x43, 0xae, 0x44, 0x04, 0xd6, 0xc5, 0xa3, 0x49, 0x5d, 0xd3, 0xa2, 0xd4, - 0x27, 0xe7, 0x53, 0x8a, 0xc3, 0xaa, 0xa8, 0xef, 0xfe, 0x60, 0x11, 0x93, 0x03, 0x77, 0x3f, 0x5a, - 0x17, 0x9a, 0x5f, 0x1d, 0xcd, 0x6b, 0xda, 0x7b, 0xb0, 0xa4, 0xfa, 0x80, 0x9a, 0x50, 0xb8, 0xc2, - 0x37, 0x22, 0x85, 0xec, 0x11, 0xad, 0x41, 0xe9, 0xda, 0x1a, 0x4f, 0x65, 0xf2, 0xc2, 0x97, 0xbd, - 0xfc, 0x0f, 0x73, 0xed, 0xd7, 0xd0, 0x4a, 0xdb, 0xec, 0x2e, 0x76, 0x3a, 0x03, 0xd8, 0x89, 0xb8, - 0x7a, 0x22, 0x4a, 0x28, 0x46, 0xd6, 0x17, 0x71, 0xb2, 0xee, 0xa8, 0xdf, 0x1f, 0x5b, 0xa0, 0xb2, - 0xf5, 0x1f, 0x45, 0x58, 0xd3, 0xe9, 0xbf, 0x1d, 0xba, 0xca, 0xbe, 0x1b, 0x76, 0x53, 0xf9, 0x1a, - 0x6f, 0xa3, 0xa5, 0x05, 0xdb, 0xa8, 0xc2, 0xfe, 0x72, 0x9c, 0xfd, 0xff, 0x3f, 0x9e, 0x1e, 0x26, - 0x79, 0xfa, 0x2c, 0x33, 0xa8, 0x29, 0x44, 0xfd, 0x4d, 0x36, 0x51, 0x3f, 0x5b, 0xc8, 0xe6, 0x77, - 0x88, 0xa9, 0x9f, 0xc3, 0xe6, 0x1b, 0x4c, 0x53, 0x5a, 0xea, 0xad, 0xbc, 0xea, 0xf4, 0xa1, 0xad, - 0x5b, 0x1e, 0x78, 0xae, 0x13, 0xe0, 0xf7, 0x6a, 0xc9, 0x3f, 0x96, 0x16, 0xb5, 0x75, 0x73, 0xbb, - 0x47, 0x06, 0x6c, 0x69, 0xd7, 0x0b, 0x97, 0xde, 0xab, 0xf0, 0x36, 0x61, 0xf5, 0x88, 0x04, 0x34, - 0x71, 0x01, 0xe6, 0xa7, 0xd2, 0x1b, 0x58, 0x8b, 0xab, 0xc4, 0x3e, 0x9f, 0x40, 0x89, 0x50, 0x3c, - 0x09, 0x2f, 0xc4, 0xf5, 0x64, 0x89, 0x44, 0xf6, 0x39, 0x86, 0x1b, 0xda, 0x86, 0xb6, 0x30, 0xa4, - 0xc9, 0x44, 0xe7, 0x67, 0xb0, 0xa5, 0xd5, 0xce, 0x02, 0xad, 0xee, 0x76, 0x4b, 0xa0, 0x39, 0xb4, - 0xb3, 0x13, 0x99, 0xd4, 0x45, 0xba, 0x73, 0x0a, 0xdb, 0x7a, 0xf5, 0x2c, 0x90, 0xea, 0x96, 0xb7, - 0x05, 0x32, 0xdc, 0xf3, 0x47, 0xb0, 0x7e, 0x88, 0xc7, 0x78, 0x7e, 0x96, 0xb8, 0x3d, 0xaf, 0xaf, - 0x61, 0xfd, 0xb4, 0xd7, 0x3f, 0x24, 0x81, 0x67, 0xd1, 0xe1, 0xc8, 0x98, 0x8e, 0xf1, 0x21, 0xf1, - 0xf1, 0x90, 0xa2, 0x2d, 0xa8, 0xf9, 0xae, 0x3b, 0x31, 0x79, 0xf7, 0x08, 0xd7, 0x55, 0x99, 0xe0, - 0x98, 0x75, 0x8e, 0x26, 0x14, 0x3c, 0xe2, 0x08, 0xda, 0xb3, 0xc7, 0xce, 0x31, 0x6c, 0x26, 0xec, - 0xf4, 0x1c, 0x9b, 0x5c, 0x13, 0x7b, 0x6a, 0x8d, 0xd1, 0x43, 0xa8, 0x73, 0x5b, 0x9e, 0x8f, 0x2f, - 0xc8, 0xd7, 0xd2, 0x0b, 0x26, 0xea, 0x73, 0x89, 0xc6, 0xde, 0x68, 0xce, 0xaf, 0x03, 0x6b, 0x3c, - 0xc6, 0xf8, 0x3d, 0x6c, 0xa1, 0x6d, 0xa8, 0xf9, 0x96, 0x63, 0xbb, 0x13, 0xf2, 0x3b, 0xcc, 0x5b, - 0x72, 0xd5, 0x98, 0x09, 0x3a, 0x7f, 0xca, 0xc3, 0x72, 0x62, 0x2b, 0x64, 0xc0, 0x9a, 0x2d, 0xde, - 0x4d, 0x7f, 0x3a, 0xc6, 0xa6, 0xcd, 0x83, 0x22, 0xd8, 0xfd, 0x40, 0x4d, 0xca, 0x7c, 0xe8, 0xde, - 0xde, 0x33, 0x90, 0x3d, 0x1f, 0xd0, 0x5f, 0x41, 0x2b, 0x6e, 0x93, 0x44, 0x01, 0xe2, 0xce, 0xd6, - 0x77, 0x3b, 0x69, 0x76, 0x67, 0xa1, 0x7c, 0x7b, 0xcf, 0xd8, 0xb0, 0xf5, 0x41, 0x9e, 0xf3, 0x79, - 0xc8, 0x03, 0xc6, 0x3f, 0x38, 0xc3, 0xe7, 0x30, 0xac, 0x49, 0x9f, 0x43, 0xe9, 0xcb, 0x32, 0x14, - 0x99, 0xa9, 0xce, 0xef, 0x0b, 0xca, 0x2d, 0x51, 0x5d, 0x2d, 0x89, 0xf6, 0x69, 0x08, 0x14, 0x01, - 0x6a, 0xa5, 0x6d, 0x66, 0x70, 0x14, 0xe3, 0x96, 0xa4, 0xa4, 0x1c, 0x56, 0xaa, 0x34, 0x24, 0x64, - 0x80, 0x9e, 0xc1, 0xca, 0x88, 0xd8, 0xd8, 0xf4, 0x46, 0xae, 0x83, 0xd5, 0x49, 0xb5, 0x6a, 0x2c, - 0x33, 0x45, 0x9f, 0xc9, 0xc5, 0xf0, 0xa1, 0x99, 0x07, 0xca, 0xda, 0x79, 0x40, 0x1e, 0xd4, 0xc5, - 0x94, 0x83, 0xba, 0x94, 0x38, 0xa8, 0xcf, 0x00, 0x94, 0x43, 0xaa, 0x92, 0xb8, 0x4d, 0x65, 0x85, - 0xa2, 0x9b, 0x3c, 0xa3, 0x14, 0x43, 0xed, 0xcf, 0x61, 0xf9, 0x7f, 0x39, 0x55, 0xfe, 0x5c, 0xe0, - 0xf7, 0xea, 0x38, 0x35, 0x2e, 0x5c, 0xf4, 0x1c, 0xd6, 0x58, 0x99, 0x27, 0xe8, 0x25, 0xcb, 0x7d, - 0x25, 0x20, 0x5e, 0x6c, 0x89, 0x1d, 0xa5, 0x2b, 0x7f, 0xf7, 0x74, 0x15, 0x16, 0x49, 0x57, 0x71, - 0xe1, 0x74, 0x55, 0x32, 0xd3, 0x55, 0x4a, 0x49, 0x57, 0x39, 0x91, 0xae, 0xa3, 0x58, 0xba, 0xaa, - 0x3c, 0x5d, 0x9f, 0xa6, 0x57, 0xd3, 0x85, 0xfb, 0x6d, 0x66, 0x69, 0x76, 0xe4, 0x68, 0xe8, 0xa1, - 0x1c, 0x39, 0x71, 0xed, 0x02, 0x47, 0x4e, 0xf2, 0x23, 0x64, 0xfb, 0x3f, 0x81, 0xed, 0xa8, 0xfd, - 0xeb, 0x8a, 0xf3, 0xae, 0xf4, 0xe8, 0xfc, 0xbd, 0x08, 0x5b, 0x11, 0xc7, 0xfb, 0x96, 0x4f, 0xc9, - 0x90, 0x78, 0x96, 0x43, 0x17, 0x3e, 0x56, 0xd0, 0x03, 0xa8, 0x33, 0x04, 0x6b, 0x41, 0x26, 0x75, - 0x45, 0x8c, 0x6a, 0x01, 0xf1, 0x58, 0x63, 0x19, 0xb8, 0xf1, 0xd3, 0xa5, 0x90, 0x38, 0x5d, 0xbe, - 0x0f, 0x6b, 0xde, 0x6c, 0x53, 0x93, 0xd8, 0xd8, 0xa1, 0x84, 0xde, 0x88, 0xe2, 0x5d, 0x55, 0x74, - 0x3d, 0xa1, 0x62, 0x43, 0xbc, 0xba, 0x44, 0xb9, 0xf2, 0x2e, 0x2b, 0x72, 0x9d, 0xf5, 0x88, 0x53, - 0xd5, 0x39, 0xeb, 0x3f, 0x95, 0xf4, 0xba, 0x86, 0x0d, 0x75, 0x89, 0x42, 0xb5, 0xf0, 0x4a, 0xfc, - 0x93, 0xf9, 0xce, 0x30, 0x1f, 0xb5, 0xae, 0x22, 0x4a, 0xb2, 0x6f, 0xdd, 0xd3, 0xe9, 0x58, 0x19, - 0xd8, 0x74, 0x72, 0x21, 0xcb, 0x80, 0x3d, 0xb3, 0x4b, 0xbb, 0x37, 0xb6, 0x6e, 0x4c, 0x9f, 0x38, - 0x97, 0xd4, 0x75, 0xc2, 0x9f, 0x35, 0xaa, 0xc6, 0x12, 0x13, 0x1a, 0x42, 0xa6, 0x2f, 0x4a, 0xd0, - 0x16, 0x65, 0xfb, 0x2d, 0xb4, 0xd3, 0x3d, 0xbb, 0x13, 0xf1, 0xff, 0x96, 0x03, 0x14, 0xff, 0x74, - 0xde, 0x9d, 0x9e, 0x40, 0x23, 0x9e, 0x4e, 0x61, 0xed, 0x7e, 0x2c, 0x91, 0xa9, 0x59, 0xcf, 0xa7, - 0x67, 0x3d, 0x93, 0x45, 0x2a, 0x05, 0x89, 0x2d, 0xc8, 0x23, 0x29, 0xd8, 0xb3, 0x3b, 0x7f, 0xcc, - 0xc1, 0x0e, 0x9f, 0xaa, 0x2e, 0xb0, 0xaf, 0xa7, 0x79, 0x9a, 0x47, 0xb9, 0x05, 0x3d, 0xca, 0x27, - 0x3c, 0x7a, 0x08, 0x75, 0x2a, 0x36, 0x64, 0x45, 0x11, 0x3a, 0x0c, 0x52, 0x34, 0x70, 0x3b, 0xff, - 0xce, 0x43, 0xfd, 0xb4, 0xd7, 0xe7, 0x0e, 0xb2, 0xc8, 0x7d, 0x0f, 0x2a, 0xd2, 0xfd, 0x70, 0xcf, - 0xf2, 0x90, 0xfb, 0x8e, 0x36, 0xa1, 0x1a, 0x15, 0x5f, 0xb8, 0x4b, 0x45, 0x34, 0x64, 0xb6, 0x86, - 0x7b, 0x40, 0x6c, 0xb1, 0x41, 0x99, 0xbd, 0x66, 0xc4, 0x37, 0xa3, 0xaa, 0x9e, 0x41, 0xf5, 0xc2, - 0x77, 0x27, 0xe6, 0xd4, 0x27, 0x9c, 0x83, 0xf5, 0xdd, 0x65, 0xb5, 0x1f, 0x9d, 0xf9, 0xc4, 0xa8, - 0x30, 0xc0, 0x99, 0x4f, 0xd0, 0x87, 0x50, 0xa6, 0x2e, 0x47, 0x96, 0xf5, 0xc8, 0x12, 0x75, 0x19, - 0x6e, 0x07, 0x20, 0xa0, 0x96, 0x4f, 0xb1, 0x6d, 0x5a, 0x94, 0xd7, 0x68, 0xc1, 0xa8, 0x09, 0xc9, - 0x3e, 0x65, 0x5f, 0x86, 0x1d, 0x3b, 0x54, 0x56, 0xb9, 0xb2, 0xc2, 0xdf, 0xf7, 0x29, 0x7a, 0x0d, - 0x2b, 0x36, 0x09, 0x86, 0xae, 0xe3, 0xe0, 0x21, 0x35, 0x7d, 0x6c, 0x05, 0xae, 0xc3, 0x7f, 0x50, - 0x6b, 0xec, 0x6e, 0x46, 0x9b, 0x1d, 0x46, 0x08, 0x83, 0x03, 0x8c, 0xa6, 0x9d, 0x90, 0x74, 0xfe, - 0x90, 0x83, 0x72, 0xe8, 0x13, 0x2b, 0x30, 0x36, 0x21, 0x8b, 0xe8, 0xf2, 0x67, 0x26, 0x1b, 0xb9, - 0x01, 0x95, 0x33, 0x3d, 0x7b, 0x46, 0x0d, 0xc8, 0x13, 0x4f, 0xc4, 0x33, 0x4f, 0x3c, 0x86, 0xe1, - 0x83, 0xba, 0xb8, 0x4e, 0xf0, 0x61, 0xfc, 0x7d, 0x26, 0xf8, 0x67, 0x57, 0xe2, 0x57, 0x62, 0x39, - 0xd1, 0x6f, 0xf0, 0x0a, 0x32, 0x07, 0xc6, 0xfe, 0xf1, 0x69, 0xff, 0xc4, 0x18, 0x98, 0xfb, 0x67, - 0x83, 0x93, 0xe6, 0x3d, 0xb4, 0x0e, 0x2b, 0x71, 0xf9, 0xd9, 0x61, 0xbf, 0x99, 0x9b, 0x17, 0x0f, - 0x0e, 0xfa, 0xcd, 0xbc, 0x46, 0x7c, 0x74, 0xda, 0x2c, 0xec, 0x7e, 0x03, 0x50, 0x38, 0xed, 0xf5, - 0xd1, 0x11, 0x34, 0xe2, 0x7f, 0x3d, 0xa0, 0x07, 0xf3, 0x0d, 0x4c, 0x9d, 0x23, 0xda, 0xfa, 0x39, - 0xab, 0x53, 0xf8, 0x26, 0x9f, 0x43, 0x7d, 0x58, 0x52, 0x47, 0x35, 0x34, 0x3b, 0xb2, 0x34, 0xc3, - 0x5d, 0x7b, 0x27, 0x45, 0x1b, 0x1e, 0x7f, 0xa1, 0xc5, 0x2f, 0x95, 0xbf, 0x46, 0xd4, 0x31, 0x0b, - 0x3d, 0x99, 0x77, 0x53, 0x33, 0xd5, 0xb5, 0x33, 0xe7, 0x34, 0x64, 0xc2, 0x86, 0xfe, 0x47, 0x24, - 0xf4, 0xe1, 0xbc, 0x79, 0xdd, 0x0c, 0xd7, 0xce, 0x1e, 0xca, 0xd0, 0x2f, 0x01, 0xcd, 0x0f, 0xef, - 0x68, 0x76, 0xb9, 0x4f, 0xfd, 0x61, 0xa0, 0xfd, 0x38, 0x13, 0x23, 0x6e, 0x08, 0xbf, 0x86, 0x55, - 0xcd, 0x24, 0x8e, 0x92, 0x6b, 0xb5, 0x9e, 0x7f, 0x90, 0x0d, 0x9a, 0xed, 0xa0, 0x99, 0x8a, 0x95, - 0x1d, 0xd2, 0x27, 0x6a, 0x65, 0x87, 0xac, 0xc1, 0x7a, 0x18, 0x8d, 0xf7, 0xf1, 0x8f, 0x98, 0x5b, - 0xad, 0xfd, 0x8a, 0x27, 0xb7, 0xa0, 0xc4, 0x26, 0x6f, 0xa0, 0x11, 0x9f, 0x8a, 0x15, 0x9a, 0x6b, - 0xc7, 0xe5, 0x14, 0x9a, 0xc7, 0xf8, 0x18, 0x1b, 0x13, 0x9f, 0x2c, 0x34, 0x11, 0xb4, 0x33, 0x2f, - 0x71, 0x4a, 0xb4, 0x63, 0xb6, 0xe7, 0xa2, 0xad, 0xb3, 0xfc, 0x41, 0x36, 0x48, 0x04, 0xe2, 0x4b, - 0xe5, 0xe7, 0x81, 0x14, 0xff, 0xb3, 0xee, 0x8f, 0xb7, 0xf8, 0xff, 0x05, 0xac, 0xe9, 0x6e, 0x3d, - 0x4a, 0x2e, 0x33, 0x2e, 0x45, 0xed, 0x2d, 0xd5, 0x76, 0xf2, 0xe6, 0xf0, 0x73, 0xd8, 0xd0, 0x9f, - 0xd0, 0x4a, 0xa9, 0x66, 0x1e, 0xe1, 0xed, 0x8d, 0x6e, 0xf8, 0xd7, 0x6c, 0x57, 0xfe, 0x35, 0xdb, - 0x7d, 0x35, 0xf1, 0xe8, 0xcd, 0xcb, 0xd7, 0xbf, 0x78, 0x7c, 0x49, 0xe8, 0x68, 0x7a, 0xde, 0x1d, - 0xba, 0x93, 0xe7, 0xc2, 0x56, 0xf8, 0xff, 0xed, 0xd0, 0x1d, 0x4b, 0xc1, 0x5f, 0xf3, 0xf7, 0x8f, - 0xc8, 0x35, 0x7e, 0x47, 0x68, 0xb7, 0xcf, 0x54, 0xff, 0xc9, 0x37, 0xc4, 0xfb, 0xde, 0x1e, 0x17, - 0x9c, 0x97, 0xf9, 0x92, 0x17, 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0xeb, 0xfa, 0x1c, 0x89, 0x1e, - 0x1e, 0x00, 0x00, + 0x15, 0x1f, 0xff, 0xb7, 0x9f, 0x13, 0xc7, 0xe9, 0xfc, 0xc1, 0x71, 0x92, 0x9d, 0x29, 0xcf, 0xce, + 0xee, 0x6c, 0x76, 0xcb, 0x53, 0x78, 0x8a, 0x05, 0x52, 0xb5, 0x50, 0x9e, 0x38, 0x93, 0x71, 0x4d, + 0x70, 0x8c, 0xec, 0x6c, 0xb1, 0xd4, 0x82, 0x50, 0xac, 0x4e, 0xd2, 0xc4, 0x96, 0x84, 0xd4, 0xce, + 0x6e, 0x38, 0x73, 0x80, 0x1b, 0x1f, 0x80, 0x0b, 0x45, 0x15, 0x07, 0xb8, 0x72, 0xe2, 0x5b, 0x70, + 0xe0, 0xc8, 0x17, 0xe0, 0x53, 0x50, 0xdd, 0x6a, 0xc9, 0x2d, 0xb9, 0xad, 0x38, 0x03, 0x7b, 0xe0, + 0x26, 0xbd, 0xfe, 0xf5, 0xeb, 0xd7, 0xef, 0xfd, 0xde, 0xeb, 0x7e, 0x12, 0xac, 0x8f, 0xc9, 0x2d, + 0xbe, 0x21, 0x54, 0xf7, 0x88, 0xd3, 0x74, 0x5c, 0x9b, 0xda, 0xa8, 0x20, 0x44, 0xf5, 0xdd, 0x2b, + 0xdb, 0xbe, 0x1a, 0xe3, 0x17, 0x5c, 0x7c, 0x31, 0xbd, 0x7c, 0x81, 0x27, 0x0e, 0xbd, 0xf3, 0x51, + 0xf5, 0xcd, 0x60, 0xe2, 0xc4, 0x36, 0xf1, 0xd8, 0xf3, 0xa5, 0x8d, 0x7f, 0x65, 0x60, 0xeb, 0xc8, + 0xc5, 0x06, 0xc5, 0x83, 0x6e, 0x7f, 0xe8, 0x4e, 0xad, 0x1b, 0x0d, 0xff, 0x6a, 0x8a, 0x3d, 0x8a, + 0x3e, 0x86, 0x75, 0x62, 0x5d, 0xd8, 0x53, 0xcb, 0xd4, 0x0d, 0xd3, 0x74, 0xb1, 0xe7, 0x61, 0xaf, + 0x96, 0x7a, 0x92, 0x79, 0x5e, 0xd2, 0xaa, 0x62, 0xa0, 0x1d, 0xc8, 0xd1, 0x47, 0x50, 0xb5, 0xa7, + 0x34, 0x82, 0xae, 0xa5, 0x9f, 0xa4, 0x9e, 0x97, 0xb4, 0xb5, 0x40, 0x2e, 0xc0, 0xe8, 0x43, 0x08, + 0x45, 0xba, 0x35, 0x9d, 0x5c, 0x60, 0xb7, 0x96, 0xe1, 0xc8, 0x4a, 0x20, 0xee, 0x71, 0x29, 0xfa, + 0x14, 0xb6, 0x02, 0x03, 0x7c, 0x9c, 0xa7, 0xbb, 0xf8, 0x0a, 0x7f, 0x5d, 0xcb, 0x32, 0x23, 0x5e, + 0xa5, 0x6b, 0x29, 0x6d, 0x43, 0x00, 0xfc, 0x19, 0x9e, 0xc6, 0x86, 0xd9, 0x02, 0xb1, 0x79, 0xb5, + 0x12, 0x37, 0xbb, 0x12, 0x45, 0x33, 0xa3, 0x03, 0xe0, 0xd4, 0xc3, 0xae, 0x65, 0x4c, 0x70, 0x2d, + 0xe7, 0x1b, 0x2d, 0xe4, 0xe7, 0x42, 0x2c, 0x43, 0x1d, 0xc3, 0xf3, 0xbe, 0xb2, 0x5d, 0xb3, 0x96, + 0x8f, 0x40, 0xfb, 0x42, 0xcc, 0xfc, 0x16, 0xee, 0x2f, 0x54, 0x5b, 0xe0, 0xd8, 0xd0, 0x47, 0xa1, + 0x5e, 0x19, 0x1c, 0x2a, 0x2e, 0x46, 0xc1, 0xa1, 0x66, 0x04, 0x59, 0xae, 0x0c, 0xf8, 0x38, 0x7f, + 0x46, 0x75, 0x28, 0x4e, 0x30, 0x35, 0x4c, 0x83, 0x1a, 0xb5, 0x32, 0x97, 0x87, 0xef, 0x87, 0xe9, + 0x5a, 0xaa, 0xf1, 0xe7, 0x1c, 0xac, 0x04, 0x91, 0xed, 0x5a, 0x97, 0x36, 0x7a, 0x02, 0x2b, 0x1e, + 0x71, 0x74, 0xca, 0x04, 0x3a, 0x31, 0x6b, 0x29, 0x3e, 0x09, 0x3c, 0xe2, 0xf8, 0x18, 0x13, 0xbd, + 0x84, 0xec, 0x0d, 0xb1, 0xcc, 0x5a, 0xe5, 0x49, 0xea, 0x79, 0xa5, 0xf5, 0xb8, 0x29, 0x78, 0xd3, + 0x94, 0xd5, 0x34, 0xf9, 0xd3, 0x5b, 0x62, 0x99, 0x1a, 0x07, 0xab, 0xd9, 0x92, 0x7e, 0x00, 0x5b, + 0x32, 0x4b, 0xb3, 0x25, 0xab, 0x64, 0xcb, 0x4b, 0x28, 0x51, 0xd7, 0xb0, 0x3c, 0xc7, 0x76, 0x69, + 0x6d, 0x95, 0x9b, 0xbe, 0x15, 0x35, 0x5d, 0x0c, 0x6a, 0x33, 0xdc, 0x62, 0x8a, 0xe5, 0x1e, 0x4c, + 0x31, 0x58, 0x9a, 0x62, 0xf9, 0xe5, 0x29, 0x56, 0x78, 0x00, 0xc5, 0x8a, 0x0f, 0xa1, 0x58, 0xe9, + 0x1e, 0x8a, 0x95, 0x17, 0x50, 0x6c, 0x25, 0x4a, 0xb1, 0x46, 0x07, 0x4a, 0x21, 0x13, 0x50, 0x15, + 0x56, 0x86, 0xda, 0x79, 0xef, 0xad, 0x7e, 0x7a, 0x7c, 0xd2, 0x3e, 0xfa, 0xa2, 0xfa, 0x08, 0xad, + 0xc3, 0xaa, 0x2f, 0xe9, 0xf6, 0x5e, 0x9d, 0x9d, 0xf7, 0x3a, 0xd5, 0x14, 0x42, 0x50, 0xf1, 0x45, + 0x67, 0xe7, 0x43, 0x5f, 0x96, 0xe6, 0x44, 0xd5, 0x60, 0x2f, 0xac, 0x43, 0x5d, 0x7f, 0xbf, 0x91, + 0x72, 0xd4, 0x82, 0x1c, 0xe7, 0x2c, 0x27, 0x6c, 0xb9, 0xb5, 0x27, 0xc7, 0x56, 0xc6, 0x33, 0x76, + 0x6a, 0x3e, 0xb4, 0xf1, 0xcf, 0x2c, 0x6c, 0x28, 0x86, 0x97, 0xc8, 0x81, 0xc0, 0x0f, 0xe9, 0x05, + 0x7e, 0xc8, 0x44, 0xfd, 0x80, 0x6a, 0x50, 0x08, 0x88, 0xc0, 0xab, 0x93, 0x16, 0xbc, 0x32, 0xf7, + 0x1b, 0xe3, 0xb1, 0xfd, 0x15, 0x96, 0x13, 0x23, 0xe7, 0x27, 0x86, 0x18, 0x98, 0x25, 0xc6, 0x87, + 0xb0, 0x16, 0x80, 0x03, 0x75, 0x79, 0x9f, 0x57, 0x42, 0x1c, 0xf0, 0xea, 0x29, 0xac, 0x1a, 0x53, + 0x7a, 0x1d, 0x2f, 0x30, 0x2b, 0x4c, 0x18, 0x46, 0x3e, 0x00, 0xc5, 0x0a, 0x0b, 0x07, 0x85, 0x11, + 0x3f, 0x82, 0xc2, 0x35, 0x36, 0xcc, 0xa0, 0x4a, 0x96, 0x5b, 0x1f, 0x25, 0x79, 0xb6, 0xf9, 0xc6, + 0xc7, 0x1e, 0x5b, 0xd4, 0xbd, 0xd3, 0x82, 0x99, 0x88, 0xc0, 0x96, 0x78, 0xd4, 0xa9, 0xad, 0x1b, + 0x94, 0xba, 0xe4, 0x62, 0x4a, 0xb1, 0x9f, 0x15, 0xe5, 0xd6, 0x77, 0x96, 0x51, 0x39, 0xb4, 0xdb, + 0xe1, 0x3c, 0x5f, 0xfd, 0xc6, 0xf5, 0xfc, 0x48, 0xfd, 0x10, 0x56, 0x64, 0x1b, 0x50, 0x15, 0x32, + 0x37, 0xf8, 0x4e, 0x84, 0x90, 0x3d, 0xa2, 0x4d, 0xc8, 0xdd, 0x1a, 0xe3, 0x69, 0x10, 0x3c, 0xff, + 0xe5, 0x30, 0xfd, 0xbd, 0x54, 0xfd, 0x35, 0xd4, 0x16, 0x2d, 0xf6, 0x10, 0x3d, 0x8d, 0x21, 0xec, + 0x87, 0x5c, 0x3d, 0x13, 0x29, 0x14, 0x21, 0xeb, 0xcb, 0x28, 0x59, 0xf7, 0xe5, 0xfd, 0x47, 0x26, + 0xc8, 0x6c, 0xfd, 0x47, 0x16, 0x36, 0x55, 0xe3, 0xdf, 0x0c, 0x5d, 0x83, 0xba, 0xeb, 0x57, 0xd3, + 0xe0, 0x35, 0x5a, 0x46, 0x73, 0x4b, 0x96, 0x51, 0x89, 0xfd, 0xf9, 0x28, 0xfb, 0xff, 0x77, 0x3c, + 0xed, 0xc4, 0x79, 0x7a, 0x90, 0xe8, 0xd4, 0x05, 0x44, 0xfd, 0x65, 0x32, 0x51, 0x3f, 0x5d, 0x4a, + 0xe7, 0xff, 0x11, 0x53, 0x3f, 0x83, 0x9d, 0x13, 0x4c, 0x17, 0x94, 0xd4, 0x7b, 0x79, 0xd5, 0xe8, + 0x43, 0x5d, 0x35, 0xdd, 0x73, 0x6c, 0xcb, 0xc3, 0xef, 0x54, 0x92, 0x7f, 0x10, 0x68, 0x54, 0xe6, + 0xcd, 0xfd, 0x16, 0x69, 0xb0, 0xab, 0x9c, 0x2f, 0x4c, 0x7a, 0xa7, 0xc4, 0xdb, 0x81, 0x8d, 0x53, + 0xe2, 0xd1, 0xd8, 0x05, 0x98, 0x9f, 0x4a, 0x27, 0xb0, 0x19, 0x1d, 0x12, 0xeb, 0x7c, 0x0c, 0x39, + 0x42, 0xf1, 0xc4, 0xbf, 0x10, 0x97, 0xe3, 0x29, 0x12, 0xea, 0xe7, 0x18, 0xae, 0x68, 0x0f, 0xea, + 0x42, 0x91, 0x22, 0x12, 0x8d, 0x1f, 0xc3, 0xae, 0x72, 0x74, 0xe6, 0x68, 0x79, 0xb5, 0x7b, 0x1c, + 0xcd, 0xa1, 0x8d, 0xfd, 0x50, 0xa5, 0xca, 0xd3, 0x8d, 0x01, 0xec, 0xa9, 0x87, 0x67, 0x8e, 0x94, + 0x97, 0xbc, 0xcf, 0x91, 0xfe, 0x9a, 0xdf, 0x87, 0xad, 0x0e, 0x1e, 0xe3, 0xf9, 0x5e, 0xe2, 0xfe, + 0xb8, 0xbe, 0x86, 0xad, 0x41, 0xb7, 0xdf, 0x21, 0x9e, 0x63, 0xd0, 0xd1, 0xb5, 0x36, 0x1d, 0xe3, + 0x0e, 0x71, 0xf1, 0x88, 0xa2, 0x5d, 0x28, 0xb9, 0xb6, 0x3d, 0xd1, 0x79, 0xf5, 0xf0, 0xe7, 0x15, + 0x99, 0xa0, 0xc7, 0x2a, 0x47, 0x15, 0x32, 0x0e, 0xb1, 0x04, 0xed, 0xd9, 0x63, 0xa3, 0x07, 0x3b, + 0x31, 0x3d, 0x5d, 0xcb, 0x24, 0xb7, 0xc4, 0x9c, 0x1a, 0x63, 0xf4, 0x18, 0xca, 0x5c, 0x97, 0xe3, + 0xe2, 0x4b, 0xf2, 0x75, 0x60, 0x05, 0x13, 0xf5, 0xb9, 0x44, 0xa1, 0xef, 0x7a, 0xce, 0xae, 0x23, + 0x63, 0x3c, 0xc6, 0xf8, 0x1d, 0x74, 0xa1, 0x3d, 0x28, 0xb9, 0x86, 0x65, 0xda, 0x13, 0xf2, 0x6b, + 0xcc, 0x4b, 0x72, 0x51, 0x9b, 0x09, 0x1a, 0x7f, 0x4c, 0xc3, 0x5a, 0x6c, 0x29, 0xa4, 0xc1, 0xa6, + 0x29, 0xde, 0x75, 0x77, 0x3a, 0xc6, 0xba, 0xc9, 0x9d, 0x22, 0xd8, 0xfd, 0x9e, 0x1c, 0x94, 0x79, + 0xd7, 0xbd, 0x79, 0xa4, 0x21, 0x73, 0xde, 0xa1, 0x3f, 0x87, 0x5a, 0x54, 0x27, 0x09, 0x1d, 0xc4, + 0x8d, 0x2d, 0xb7, 0x1a, 0x8b, 0xf4, 0xce, 0x5c, 0xf9, 0xe6, 0x91, 0xb6, 0x6d, 0xaa, 0x9d, 0x3c, + 0x67, 0xf3, 0x88, 0x3b, 0x8c, 0x6f, 0x38, 0xc1, 0x66, 0xdf, 0xad, 0x71, 0x9b, 0x7d, 0xe9, 0xab, + 0x3c, 0x64, 0x99, 0xaa, 0xc6, 0x6f, 0x32, 0xd2, 0x2d, 0x51, 0x9e, 0x1d, 0x10, 0xed, 0x13, 0x1f, + 0x28, 0x1c, 0x54, 0x5b, 0xb4, 0x98, 0xc6, 0x51, 0x8c, 0x5b, 0x01, 0x25, 0x83, 0x66, 0xa5, 0x48, + 0x7d, 0x42, 0x7a, 0xe8, 0x00, 0xd6, 0xaf, 0x89, 0x89, 0x75, 0xe7, 0xda, 0xb6, 0xb0, 0xdc, 0xa9, + 0x16, 0xb5, 0x35, 0x36, 0xd0, 0x67, 0x72, 0xd1, 0x7c, 0x28, 0xfa, 0x81, 0xbc, 0xb2, 0x1f, 0x08, + 0x0e, 0xea, 0xec, 0x82, 0x83, 0x3a, 0x17, 0x3b, 0xa8, 0xcf, 0x01, 0xa4, 0x43, 0xaa, 0x10, 0xbb, + 0x4d, 0x25, 0xb9, 0xa2, 0x19, 0x3f, 0xa3, 0x24, 0x45, 0xf5, 0xcf, 0x60, 0xed, 0xbf, 0x39, 0x55, + 0xfe, 0x94, 0xe1, 0xf7, 0xea, 0x28, 0x35, 0x2e, 0x6d, 0xf4, 0x02, 0x36, 0x59, 0x9a, 0xc7, 0xe8, + 0x15, 0xa4, 0xfb, 0xba, 0x47, 0x9c, 0xc8, 0x14, 0x33, 0x0c, 0x57, 0xfa, 0xe1, 0xe1, 0xca, 0x2c, + 0x13, 0xae, 0xec, 0xd2, 0xe1, 0x2a, 0x24, 0x86, 0x2b, 0xb7, 0x20, 0x5c, 0xf9, 0x58, 0xb8, 0x4e, + 0x23, 0xe1, 0x2a, 0xf2, 0x70, 0x7d, 0xb2, 0x38, 0x9b, 0x2e, 0xed, 0x6f, 0x32, 0x4a, 0xb3, 0x23, + 0x47, 0x41, 0x0f, 0xe9, 0xc8, 0x89, 0x8e, 0x2e, 0x71, 0xe4, 0xc4, 0x37, 0x11, 0x94, 0xff, 0x33, + 0xd8, 0x0b, 0xcb, 0xbf, 0x2a, 0x39, 0x1f, 0x4a, 0x8f, 0xc6, 0xdf, 0xb2, 0xb0, 0x1b, 0x72, 0xbc, + 0x6f, 0xb8, 0x94, 0x8c, 0x88, 0x63, 0x58, 0x74, 0xe9, 0x63, 0x05, 0xbd, 0x07, 0x65, 0x86, 0x60, + 0x25, 0x48, 0xa7, 0xb6, 0xf0, 0x51, 0xc9, 0x23, 0x0e, 0x2b, 0x2c, 0x43, 0x3b, 0x7a, 0xba, 0x64, + 0x62, 0xa7, 0xcb, 0xb7, 0x61, 0xd3, 0x99, 0x2d, 0xaa, 0x13, 0x13, 0x5b, 0x94, 0xd0, 0x3b, 0x91, + 0xbc, 0x1b, 0xd2, 0x58, 0x57, 0x0c, 0xb1, 0x26, 0x5e, 0x9e, 0x22, 0x5d, 0x79, 0xd7, 0x24, 0xb9, + 0x4a, 0x7b, 0xc8, 0xa9, 0xe2, 0x9c, 0xf6, 0x1f, 0x05, 0xf4, 0xba, 0x85, 0x6d, 0x79, 0x8a, 0x44, + 0x35, 0xff, 0x4a, 0xfc, 0xc3, 0xf9, 0xca, 0x30, 0xef, 0xb5, 0xa6, 0x24, 0x8a, 0xb3, 0x6f, 0xcb, + 0x51, 0x8d, 0xb1, 0x34, 0x30, 0xe9, 0xe4, 0x32, 0x48, 0x03, 0xf6, 0xcc, 0x2e, 0xed, 0xce, 0xd8, + 0xb8, 0xd3, 0x5d, 0x62, 0x5d, 0x51, 0xdb, 0xf2, 0x3f, 0x6b, 0x14, 0xb5, 0x15, 0x26, 0xd4, 0x84, + 0x4c, 0x9d, 0x94, 0xa0, 0x4c, 0xca, 0xfa, 0x1b, 0xa8, 0x2f, 0xb6, 0xec, 0x41, 0xc4, 0xff, 0x6b, + 0x0a, 0x50, 0x74, 0xeb, 0xbc, 0x3a, 0x3d, 0x83, 0x4a, 0x34, 0x9c, 0x42, 0xdb, 0x6a, 0x24, 0x90, + 0x0b, 0xa3, 0x9e, 0x5e, 0x1c, 0xf5, 0x44, 0x16, 0xc9, 0x14, 0x24, 0xa6, 0x20, 0x4f, 0x40, 0xc1, + 0xae, 0xd9, 0xf8, 0x7d, 0x0a, 0xf6, 0x79, 0x57, 0x75, 0x89, 0x5d, 0x35, 0xcd, 0x17, 0x59, 0x94, + 0x5a, 0xd2, 0xa2, 0x74, 0xcc, 0xa2, 0xc7, 0x50, 0xa6, 0x62, 0x41, 0x96, 0x14, 0xbe, 0xc1, 0x10, + 0x88, 0x86, 0x76, 0xe3, 0x0f, 0x19, 0x28, 0x0f, 0xba, 0x7d, 0x6e, 0x20, 0xf3, 0xdc, 0xb7, 0xa0, + 0x10, 0x98, 0xef, 0xaf, 0x99, 0x1f, 0x71, 0xdb, 0xd1, 0x0e, 0x14, 0xc3, 0xe4, 0xf3, 0x57, 0x29, + 0x88, 0x82, 0xcc, 0xe6, 0x70, 0x0b, 0x88, 0x29, 0x16, 0xc8, 0xb3, 0xd7, 0x04, 0xff, 0x26, 0x64, + 0xd5, 0x01, 0x14, 0x2f, 0x5d, 0x7b, 0xa2, 0x4f, 0x5d, 0xc2, 0x39, 0x58, 0x6e, 0xad, 0xc9, 0xf5, + 0xe8, 0xdc, 0x25, 0x5a, 0x81, 0x01, 0xce, 0x5d, 0x82, 0x3e, 0x80, 0x3c, 0xb5, 0x39, 0x32, 0xaf, + 0x46, 0xe6, 0xa8, 0xcd, 0x70, 0xdf, 0x85, 0x32, 0xdf, 0x93, 0x47, 0x0d, 0x3a, 0xf5, 0x78, 0x92, + 0x56, 0x5a, 0xdb, 0x32, 0x98, 0x6d, 0x7f, 0xc0, 0x47, 0x35, 0x18, 0x85, 0xcf, 0x68, 0x1f, 0xc0, + 0xa3, 0x86, 0x4b, 0xb1, 0xa9, 0x1b, 0x94, 0x67, 0x6b, 0x46, 0x2b, 0x09, 0x49, 0x9b, 0x32, 0x97, + 0x60, 0xcb, 0xf4, 0x07, 0x4b, 0x7c, 0xb0, 0xc0, 0xdf, 0xdb, 0x14, 0xbd, 0x86, 0x75, 0x93, 0x78, + 0x23, 0xdb, 0xb2, 0xf0, 0x88, 0xea, 0x2e, 0x36, 0x3c, 0xdb, 0xe2, 0xd9, 0x50, 0x69, 0xed, 0x84, + 0x0b, 0x77, 0x42, 0x84, 0xc6, 0x01, 0x5a, 0xd5, 0x8c, 0x49, 0x1a, 0xbf, 0x4b, 0x41, 0xde, 0xdf, + 0x0c, 0xcb, 0x4c, 0xd6, 0x5a, 0x8b, 0xb0, 0xf0, 0x67, 0x26, 0xbb, 0xb6, 0x3d, 0x1a, 0x7c, 0x0c, + 0x60, 0xcf, 0xa8, 0x02, 0x69, 0xe2, 0x88, 0x40, 0xa4, 0x89, 0xc3, 0x30, 0xbc, 0xc3, 0x17, 0xf7, + 0x10, 0xde, 0xc5, 0xbf, 0x4b, 0xeb, 0x7f, 0x70, 0x23, 0x3e, 0x2f, 0x07, 0x9f, 0x02, 0xb6, 0x79, + 0xea, 0xe9, 0x43, 0xad, 0xdd, 0x1b, 0xf4, 0xcf, 0xb4, 0xa1, 0xde, 0x3e, 0x1f, 0x9e, 0x55, 0x1f, + 0xa1, 0x2d, 0x58, 0x8f, 0xca, 0xcf, 0x3b, 0xfd, 0x6a, 0x6a, 0x5e, 0x3c, 0x3c, 0xea, 0x57, 0xd3, + 0x0a, 0xf1, 0xe9, 0xa0, 0x9a, 0x39, 0xf8, 0x1c, 0x56, 0x23, 0x71, 0x09, 0x70, 0x47, 0xed, 0xd3, + 0x53, 0x7d, 0x30, 0x6c, 0x6b, 0xc3, 0x6e, 0xef, 0xa4, 0xfa, 0x08, 0x6d, 0xf0, 0x9b, 0xb4, 0x2f, + 0x6e, 0x1f, 0x0d, 0xbb, 0x9f, 0x1f, 0x57, 0x53, 0x68, 0x87, 0xdf, 0xe4, 0x7d, 0x61, 0xa7, 0x3b, + 0x38, 0x3a, 0xeb, 0xf5, 0x8e, 0x8f, 0x86, 0xc7, 0x9d, 0x6a, 0xba, 0xf5, 0xf7, 0x12, 0x64, 0x06, + 0xdd, 0x3e, 0xea, 0xc3, 0x8a, 0xdc, 0xed, 0xa1, 0xd9, 0xa9, 0xa7, 0xe8, 0x0f, 0xeb, 0xfb, 0x0b, + 0x46, 0xfd, 0x13, 0xb4, 0x91, 0xf9, 0x6d, 0x3a, 0x85, 0xbe, 0x94, 0xfe, 0xae, 0xc8, 0x9d, 0x1a, + 0x7a, 0x36, 0x5f, 0xaa, 0x15, 0x8d, 0x61, 0x3d, 0xb1, 0xd5, 0x43, 0x3a, 0x6c, 0xab, 0xbf, 0x43, + 0xa1, 0x0f, 0xe6, 0xd5, 0xab, 0xda, 0xc0, 0x7a, 0x72, 0x5f, 0x87, 0x7e, 0x06, 0x68, 0xbe, 0xff, + 0x47, 0xb3, 0xfe, 0x60, 0xe1, 0xb7, 0x85, 0xfa, 0xd3, 0x44, 0x8c, 0xb8, 0x64, 0xfc, 0x02, 0x36, + 0x14, 0xcd, 0x3c, 0x8a, 0xcf, 0x55, 0x5a, 0xfe, 0x7e, 0x32, 0x68, 0xb6, 0x82, 0xa2, 0xb1, 0x96, + 0x56, 0x58, 0xdc, 0x94, 0x4b, 0x2b, 0x24, 0xf5, 0xe6, 0xa3, 0xf0, 0x0b, 0x41, 0x74, 0x13, 0x73, + 0xb3, 0x95, 0xbb, 0x78, 0x76, 0x0f, 0x4a, 0x2c, 0x72, 0x02, 0x95, 0x68, 0x63, 0x8d, 0x66, 0x7d, + 0x94, 0xb2, 0xe3, 0xae, 0xab, 0xbf, 0x48, 0x44, 0xf8, 0x18, 0xe9, 0x34, 0x9f, 0x2d, 0xd5, 0x54, + 0xd4, 0x13, 0xef, 0x81, 0x92, 0xb7, 0x23, 0xba, 0xe7, 0xbc, 0xad, 0xd2, 0xfc, 0x7e, 0x32, 0x48, + 0x38, 0xe2, 0x4b, 0xe9, 0x0b, 0xc3, 0x02, 0xfb, 0x93, 0xae, 0xa0, 0xf7, 0xd8, 0xff, 0x05, 0x6c, + 0xaa, 0x2e, 0x4e, 0x52, 0x2c, 0x13, 0xee, 0x55, 0xf5, 0x5d, 0x59, 0x77, 0xfc, 0xf2, 0xf1, 0x13, + 0xd8, 0x56, 0x1f, 0xf2, 0x52, 0xaa, 0x26, 0xde, 0x02, 0xea, 0xdb, 0x4d, 0xff, 0xef, 0x6e, 0x33, + 0xf8, 0xbb, 0xdb, 0x3c, 0x9e, 0x38, 0xf4, 0xee, 0xd5, 0xeb, 0x9f, 0x3e, 0xbd, 0x22, 0xf4, 0x7a, + 0x7a, 0xd1, 0x1c, 0xd9, 0x93, 0x17, 0x42, 0x97, 0xff, 0x0b, 0x78, 0x64, 0x8f, 0x03, 0xc1, 0x5f, + 0xd2, 0xab, 0xa7, 0xe4, 0x16, 0xbf, 0x25, 0xb4, 0xd9, 0x67, 0x43, 0xff, 0x4e, 0x57, 0xc4, 0xfb, + 0xe1, 0x21, 0x17, 0x5c, 0xe4, 0xf9, 0x94, 0x97, 0xff, 0x09, 0x00, 0x00, 0xff, 0xff, 0x0f, 0x2b, + 0x8b, 0xab, 0x61, 0x1e, 0x00, 0x00, } diff --git a/livekit/livekit_webhook.pb.go b/livekit/livekit_webhook.pb.go index b4f0f0f4..540d8098 100644 --- a/livekit/livekit_webhook.pb.go +++ b/livekit/livekit_webhook.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 -// protoc v4.23.4 +// protoc v5.28.0 // source: livekit_webhook.proto package livekit diff --git a/protobufs/livekit_sip.proto b/protobufs/livekit_sip.proto index f5c86b3b..85b476f4 100644 --- a/protobufs/livekit_sip.proto +++ b/protobufs/livekit_sip.proto @@ -50,7 +50,7 @@ import "livekit_models.proto"; service SIP { - rpc CreateSIPTrunk(CreateSIPTrunkRequest) returns (SIPTrunkInfo) { option deprecated = true; }; + // rpc CreateSIPTrunk(CreateSIPTrunkRequest) returns (SIPTrunkInfo) { option deprecated = true; }; DELETED rpc ListSIPTrunk(ListSIPTrunkRequest) returns (ListSIPTrunkResponse) { option deprecated = true; }; rpc CreateSIPInboundTrunk(CreateSIPInboundTrunkRequest) returns (SIPInboundTrunkInfo); @@ -425,9 +425,10 @@ message SIPCallInfo { string participant_identity = 4; SIPUri from_uri = 5; SIPUri to_uri = 6; - int64 started_at = 7; - int64 ended_at = 8; - DisconnectReason disconnect_reason = 9; + SIPCallStatus call_status = 7; + int64 started_at = 8; + int64 ended_at = 9; + DisconnectReason disconnect_reason = 10; } message SIPUri { @@ -437,3 +438,9 @@ message SIPUri { string port = 4; SIPTransport transport = 5; } + +enum SIPCallStatus { + SIP_CALL_STARTING = 0; + SIP_CALL_ACTIVE = 1; + SIP_CALL_DISCONNECTED = 2; +} diff --git a/protobufs/rpc/io.proto b/protobufs/rpc/io.proto index 3a890b50..441435f4 100644 --- a/protobufs/rpc/io.proto +++ b/protobufs/rpc/io.proto @@ -20,6 +20,7 @@ option go_package = "github.com/livekit/protocol/rpc"; import "livekit_egress.proto"; import "livekit_ingress.proto"; +import "livekit_sip.proto"; import "google/protobuf/empty.proto"; service IOInfo { @@ -38,6 +39,7 @@ service IOInfo { // sip rpc GetSIPTrunkAuthentication(GetSIPTrunkAuthenticationRequest) returns (GetSIPTrunkAuthenticationResponse); rpc EvaluateSIPDispatchRules(EvaluateSIPDispatchRulesRequest) returns (EvaluateSIPDispatchRulesResponse); + rpc UpdateSIPCallState(UpdateSIPCallStateRequest) returns (google.protobuf.Empty); } message GetEgressRequest { @@ -170,6 +172,12 @@ message EvaluateSIPDispatchRulesResponse { // NEXT ID: 16 } +message UpdateSIPCallStateRequest { + livekit.SIPCallInfo call_info = 1; + + // NEXT ID: 2 +} + enum SIPFeature { NONE = 0; KRISP_ENABLED = 1; diff --git a/rpc/agent.pb.go b/rpc/agent.pb.go index 31e82ecb..d428c064 100644 --- a/rpc/agent.pb.go +++ b/rpc/agent.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 -// protoc v4.23.4 +// protoc v5.28.0 // source: rpc/agent.proto package rpc diff --git a/rpc/agent_dispatch.pb.go b/rpc/agent_dispatch.pb.go index 76a8eeae..ead0cb40 100644 --- a/rpc/agent_dispatch.pb.go +++ b/rpc/agent_dispatch.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 -// protoc v4.23.4 +// protoc v5.28.0 // source: rpc/agent_dispatch.proto package rpc diff --git a/rpc/analytics.pb.go b/rpc/analytics.pb.go index 185473e7..fea65ddd 100644 --- a/rpc/analytics.pb.go +++ b/rpc/analytics.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 -// protoc v4.23.4 +// protoc v5.28.0 // source: rpc/analytics.proto package rpc diff --git a/rpc/analytics_grpc.pb.go b/rpc/analytics_grpc.pb.go index 6217bb43..0ded4839 100644 --- a/rpc/analytics_grpc.pb.go +++ b/rpc/analytics_grpc.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. // versions: // - protoc-gen-go-grpc v1.5.1 -// - protoc v4.23.4 +// - protoc v5.28.0 // source: rpc/analytics.proto package rpc diff --git a/rpc/egress.pb.go b/rpc/egress.pb.go index be81e73b..0c1ca139 100644 --- a/rpc/egress.pb.go +++ b/rpc/egress.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 -// protoc v4.23.4 +// protoc v5.28.0 // source: rpc/egress.proto package rpc diff --git a/rpc/ingress.pb.go b/rpc/ingress.pb.go index aced1803..bcc69aed 100644 --- a/rpc/ingress.pb.go +++ b/rpc/ingress.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 -// protoc v4.23.4 +// protoc v5.28.0 // source: rpc/ingress.proto package rpc diff --git a/rpc/io.pb.go b/rpc/io.pb.go index e895912a..04002fae 100644 --- a/rpc/io.pb.go +++ b/rpc/io.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 -// protoc v4.23.4 +// protoc v5.28.0 // source: rpc/io.proto package rpc @@ -900,6 +900,53 @@ func (x *EvaluateSIPDispatchRulesResponse) GetEnabledFeatures() []SIPFeature { return nil } +type UpdateSIPCallStateRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + CallInfo *livekit.SIPCallInfo `protobuf:"bytes,1,opt,name=call_info,json=callInfo,proto3" json:"call_info,omitempty"` +} + +func (x *UpdateSIPCallStateRequest) Reset() { + *x = UpdateSIPCallStateRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_rpc_io_proto_msgTypes[9] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *UpdateSIPCallStateRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*UpdateSIPCallStateRequest) ProtoMessage() {} + +func (x *UpdateSIPCallStateRequest) ProtoReflect() protoreflect.Message { + mi := &file_rpc_io_proto_msgTypes[9] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use UpdateSIPCallStateRequest.ProtoReflect.Descriptor instead. +func (*UpdateSIPCallStateRequest) Descriptor() ([]byte, []int) { + return file_rpc_io_proto_rawDescGZIP(), []int{9} +} + +func (x *UpdateSIPCallStateRequest) GetCallInfo() *livekit.SIPCallInfo { + if x != nil { + return x.CallInfo + } + return nil +} + var File_rpc_io_proto protoreflect.FileDescriptor var file_rpc_io_proto_rawDesc = []byte{ @@ -907,225 +954,236 @@ var file_rpc_io_proto_rawDesc = []byte{ 0x72, 0x70, 0x63, 0x1a, 0x14, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x5f, 0x65, 0x67, 0x72, 0x65, 0x73, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x15, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x5f, 0x69, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, - 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x2f, 0x0a, - 0x10, 0x47, 0x65, 0x74, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x67, 0x72, 0x65, 0x73, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x64, 0x22, 0x87, - 0x01, 0x0a, 0x14, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x73, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x27, 0x0a, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, - 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, - 0x12, 0x22, 0x0a, 0x0d, 0x61, 0x76, 0x67, 0x5f, 0x63, 0x70, 0x75, 0x5f, 0x75, 0x73, 0x61, 0x67, - 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0b, 0x61, 0x76, 0x67, 0x43, 0x70, 0x75, 0x55, - 0x73, 0x61, 0x67, 0x65, 0x12, 0x22, 0x0a, 0x0d, 0x6d, 0x61, 0x78, 0x5f, 0x63, 0x70, 0x75, 0x5f, - 0x75, 0x73, 0x61, 0x67, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0b, 0x6d, 0x61, 0x78, - 0x43, 0x70, 0x75, 0x55, 0x73, 0x61, 0x67, 0x65, 0x22, 0x55, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x49, - 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x69, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x5f, 0x69, 0x64, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x69, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x64, - 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x02, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x4b, 0x65, 0x79, 0x22, - 0x88, 0x02, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, - 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x28, 0x0a, 0x04, 0x69, 0x6e, - 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, - 0x69, 0x74, 0x2e, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, - 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x15, 0x0a, 0x06, 0x77, 0x73, - 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x77, 0x73, 0x55, 0x72, - 0x6c, 0x12, 0x55, 0x0a, 0x0e, 0x6c, 0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x5f, 0x66, 0x69, 0x65, - 0x6c, 0x64, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x72, 0x70, 0x63, 0x2e, - 0x47, 0x65, 0x74, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4c, 0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x46, 0x69, - 0x65, 0x6c, 0x64, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0d, 0x6c, 0x6f, 0x67, 0x67, 0x69, - 0x6e, 0x67, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x1a, 0x40, 0x0a, 0x12, 0x4c, 0x6f, 0x67, 0x67, - 0x69, 0x6e, 0x67, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, - 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, - 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x67, 0x0a, 0x19, 0x55, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x61, 0x74, 0x65, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x69, 0x6e, 0x67, 0x72, 0x65, - 0x73, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x69, 0x6e, 0x67, - 0x72, 0x65, 0x73, 0x73, 0x49, 0x64, 0x12, 0x2b, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, - 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, - 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x05, 0x73, 0x74, - 0x61, 0x74, 0x65, 0x22, 0xa0, 0x01, 0x0a, 0x20, 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, 0x54, 0x72, - 0x75, 0x6e, 0x6b, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, - 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0b, 0x73, 0x69, 0x70, 0x5f, - 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, - 0x69, 0x70, 0x43, 0x61, 0x6c, 0x6c, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x72, 0x6f, 0x6d, - 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x12, 0x0e, 0x0a, 0x02, - 0x74, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x74, 0x6f, 0x12, 0x1f, 0x0a, 0x0b, - 0x73, 0x72, 0x63, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x0a, 0x73, 0x72, 0x63, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x17, 0x0a, - 0x07, 0x74, 0x6f, 0x5f, 0x68, 0x6f, 0x73, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, - 0x74, 0x6f, 0x48, 0x6f, 0x73, 0x74, 0x22, 0xb0, 0x01, 0x0a, 0x21, 0x47, 0x65, 0x74, 0x53, 0x49, + 0x1a, 0x11, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x5f, 0x73, 0x69, 0x70, 0x2e, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, + 0x22, 0x2f, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x67, 0x72, 0x65, 0x73, 0x73, 0x5f, 0x69, + 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, + 0x64, 0x22, 0x87, 0x01, 0x0a, 0x14, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x65, 0x74, 0x72, + 0x69, 0x63, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x27, 0x0a, 0x04, 0x69, 0x6e, + 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, + 0x69, 0x74, 0x2e, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x69, + 0x6e, 0x66, 0x6f, 0x12, 0x22, 0x0a, 0x0d, 0x61, 0x76, 0x67, 0x5f, 0x63, 0x70, 0x75, 0x5f, 0x75, + 0x73, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0b, 0x61, 0x76, 0x67, 0x43, + 0x70, 0x75, 0x55, 0x73, 0x61, 0x67, 0x65, 0x12, 0x22, 0x0a, 0x0d, 0x6d, 0x61, 0x78, 0x5f, 0x63, + 0x70, 0x75, 0x5f, 0x75, 0x73, 0x61, 0x67, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0b, + 0x6d, 0x61, 0x78, 0x43, 0x70, 0x75, 0x55, 0x73, 0x61, 0x67, 0x65, 0x22, 0x55, 0x0a, 0x15, 0x47, + 0x65, 0x74, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x69, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x5f, + 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x69, 0x6e, 0x67, 0x72, 0x65, 0x73, + 0x73, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x5f, 0x6b, 0x65, + 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x4b, + 0x65, 0x79, 0x22, 0x88, 0x02, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, + 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x28, 0x0a, + 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x6c, 0x69, + 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, + 0x6f, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x15, 0x0a, + 0x06, 0x77, 0x73, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x77, + 0x73, 0x55, 0x72, 0x6c, 0x12, 0x55, 0x0a, 0x0e, 0x6c, 0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x5f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x72, + 0x70, 0x63, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, + 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x4c, 0x6f, 0x67, 0x67, 0x69, 0x6e, + 0x67, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0d, 0x6c, 0x6f, + 0x67, 0x67, 0x69, 0x6e, 0x67, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x1a, 0x40, 0x0a, 0x12, 0x4c, + 0x6f, 0x67, 0x67, 0x69, 0x6e, 0x67, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x45, 0x6e, 0x74, 0x72, + 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, + 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x67, 0x0a, + 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, + 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x69, 0x6e, + 0x67, 0x72, 0x65, 0x73, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, + 0x69, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x64, 0x12, 0x2b, 0x0a, 0x05, 0x73, 0x74, 0x61, + 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, + 0x69, 0x74, 0x2e, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, + 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x22, 0xa0, 0x01, 0x0a, 0x20, 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1a, 0x0a, 0x08, - 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, - 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x73, 0x73, - 0x77, 0x6f, 0x72, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x61, 0x73, 0x73, - 0x77, 0x6f, 0x72, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x72, 0x6f, 0x70, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x08, 0x52, 0x04, 0x64, 0x72, 0x6f, 0x70, 0x12, 0x20, 0x0a, 0x0c, 0x73, 0x69, 0x70, 0x5f, - 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, - 0x73, 0x69, 0x70, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x72, - 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, - 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x64, 0x22, 0xf6, 0x03, 0x0a, 0x1f, 0x45, 0x76, - 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, - 0x68, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1e, 0x0a, - 0x0b, 0x73, 0x69, 0x70, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x08, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x09, 0x73, 0x69, 0x70, 0x43, 0x61, 0x6c, 0x6c, 0x49, 0x64, 0x12, 0x30, 0x0a, - 0x12, 0x73, 0x69, 0x70, 0x5f, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, - 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x10, 0x73, - 0x69, 0x70, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x49, 0x64, 0x12, - 0x20, 0x0a, 0x0c, 0x73, 0x69, 0x70, 0x5f, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x5f, 0x69, 0x64, 0x18, - 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x69, 0x70, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, - 0x64, 0x12, 0x25, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x5f, 0x6e, 0x75, 0x6d, - 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x61, 0x6c, 0x6c, 0x69, - 0x6e, 0x67, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x23, 0x0a, 0x0d, 0x63, 0x61, 0x6c, 0x6c, - 0x65, 0x64, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x65, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x1f, 0x0a, - 0x0b, 0x73, 0x72, 0x63, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x0a, 0x73, 0x72, 0x63, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x10, - 0x0a, 0x03, 0x70, 0x69, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x70, 0x69, 0x6e, - 0x12, 0x15, 0x0a, 0x06, 0x6e, 0x6f, 0x5f, 0x70, 0x69, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, - 0x52, 0x05, 0x6e, 0x6f, 0x50, 0x69, 0x6e, 0x12, 0x1f, 0x0a, 0x0b, 0x63, 0x61, 0x6c, 0x6c, 0x65, - 0x64, 0x5f, 0x68, 0x6f, 0x73, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x61, - 0x6c, 0x6c, 0x65, 0x64, 0x48, 0x6f, 0x73, 0x74, 0x12, 0x64, 0x0a, 0x10, 0x65, 0x78, 0x74, 0x72, - 0x61, 0x5f, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, 0x09, 0x20, 0x03, - 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x45, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, - 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, - 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x45, 0x78, 0x74, 0x72, 0x61, 0x41, 0x74, - 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0f, 0x65, - 0x78, 0x74, 0x72, 0x61, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x1a, 0x42, - 0x0a, 0x14, 0x45, 0x78, 0x74, 0x72, 0x61, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, - 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, - 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, - 0x38, 0x01, 0x22, 0x89, 0x08, 0x0a, 0x20, 0x45, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, 0x53, - 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x72, 0x6f, 0x6f, 0x6d, 0x5f, - 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x72, 0x6f, 0x6f, 0x6d, - 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x31, 0x0a, 0x14, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, - 0x61, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x13, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x49, - 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x29, 0x0a, 0x10, 0x70, 0x61, 0x72, 0x74, 0x69, - 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x0f, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x4e, 0x61, - 0x6d, 0x65, 0x12, 0x31, 0x0a, 0x14, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, - 0x74, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x13, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x4d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x77, 0x0a, 0x16, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, - 0x70, 0x61, 0x6e, 0x74, 0x5f, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, - 0x0b, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x40, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x45, 0x76, 0x61, 0x6c, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0b, 0x73, + 0x69, 0x70, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x73, 0x69, 0x70, 0x43, 0x61, 0x6c, 0x6c, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x66, + 0x72, 0x6f, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x12, + 0x0e, 0x0a, 0x02, 0x74, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x74, 0x6f, 0x12, + 0x1f, 0x0a, 0x0b, 0x73, 0x72, 0x63, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x72, 0x63, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, + 0x12, 0x17, 0x0a, 0x07, 0x74, 0x6f, 0x5f, 0x68, 0x6f, 0x73, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x74, 0x6f, 0x48, 0x6f, 0x73, 0x74, 0x22, 0xb0, 0x01, 0x0a, 0x21, 0x47, 0x65, + 0x74, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, + 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, + 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, + 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, + 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x72, 0x6f, 0x70, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x04, 0x64, 0x72, 0x6f, 0x70, 0x12, 0x20, 0x0a, 0x0c, 0x73, + 0x69, 0x70, 0x5f, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0a, 0x73, 0x69, 0x70, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x49, 0x64, 0x12, 0x1d, 0x0a, + 0x0a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x64, 0x22, 0xf6, 0x03, 0x0a, + 0x1f, 0x45, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, + 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x1e, 0x0a, 0x0b, 0x73, 0x69, 0x70, 0x5f, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x64, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x69, 0x70, 0x43, 0x61, 0x6c, 0x6c, 0x49, 0x64, + 0x12, 0x30, 0x0a, 0x12, 0x73, 0x69, 0x70, 0x5f, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, + 0x61, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, + 0x52, 0x10, 0x73, 0x69, 0x70, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, + 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0c, 0x73, 0x69, 0x70, 0x5f, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x5f, + 0x69, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x69, 0x70, 0x54, 0x72, 0x75, + 0x6e, 0x6b, 0x49, 0x64, 0x12, 0x25, 0x0a, 0x0e, 0x63, 0x61, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x5f, + 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x61, + 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x12, 0x23, 0x0a, 0x0d, 0x63, + 0x61, 0x6c, 0x6c, 0x65, 0x64, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0c, 0x63, 0x61, 0x6c, 0x6c, 0x65, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, + 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x72, 0x63, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x72, 0x63, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, + 0x73, 0x12, 0x10, 0x0a, 0x03, 0x70, 0x69, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, + 0x70, 0x69, 0x6e, 0x12, 0x15, 0x0a, 0x06, 0x6e, 0x6f, 0x5f, 0x70, 0x69, 0x6e, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x05, 0x6e, 0x6f, 0x50, 0x69, 0x6e, 0x12, 0x1f, 0x0a, 0x0b, 0x63, 0x61, + 0x6c, 0x6c, 0x65, 0x64, 0x5f, 0x68, 0x6f, 0x73, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0a, 0x63, 0x61, 0x6c, 0x6c, 0x65, 0x64, 0x48, 0x6f, 0x73, 0x74, 0x12, 0x64, 0x0a, 0x10, 0x65, + 0x78, 0x74, 0x72, 0x61, 0x5f, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, + 0x09, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x45, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, - 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x50, 0x61, 0x72, - 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, - 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x15, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, - 0x70, 0x61, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x23, - 0x0a, 0x0b, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x70, 0x69, 0x6e, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x08, 0x42, 0x02, 0x18, 0x01, 0x52, 0x0a, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x50, 0x69, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x04, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x15, 0x0a, 0x06, 0x77, 0x73, 0x5f, - 0x75, 0x72, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x77, 0x73, 0x55, 0x72, 0x6c, - 0x12, 0x2e, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0e, - 0x32, 0x16, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, - 0x63, 0x68, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, - 0x12, 0x20, 0x0a, 0x0c, 0x73, 0x69, 0x70, 0x5f, 0x74, 0x72, 0x75, 0x6e, 0x6b, 0x5f, 0x69, 0x64, - 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x69, 0x70, 0x54, 0x72, 0x75, 0x6e, 0x6b, - 0x49, 0x64, 0x12, 0x2f, 0x0a, 0x14, 0x73, 0x69, 0x70, 0x5f, 0x64, 0x69, 0x73, 0x70, 0x61, 0x74, - 0x63, 0x68, 0x5f, 0x72, 0x75, 0x6c, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, - 0x52, 0x11, 0x73, 0x69, 0x70, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, - 0x65, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, - 0x64, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, - 0x49, 0x64, 0x12, 0x4c, 0x0a, 0x07, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x18, 0x0d, 0x20, - 0x03, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x45, 0x76, 0x61, 0x6c, 0x75, 0x61, + 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x45, 0x78, 0x74, 0x72, + 0x61, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, + 0x52, 0x0f, 0x65, 0x78, 0x74, 0x72, 0x61, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, + 0x73, 0x1a, 0x42, 0x0a, 0x14, 0x45, 0x78, 0x74, 0x72, 0x61, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, + 0x75, 0x74, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, + 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, + 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x89, 0x08, 0x0a, 0x20, 0x45, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, - 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x48, 0x65, 0x61, 0x64, 0x65, - 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x07, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, - 0x12, 0x72, 0x0a, 0x15, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x5f, 0x74, 0x6f, 0x5f, 0x61, - 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, 0x0e, 0x20, 0x03, 0x28, 0x0b, 0x32, - 0x3e, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x45, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, 0x53, 0x49, - 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x54, 0x6f, - 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, - 0x13, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x54, 0x6f, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, - 0x75, 0x74, 0x65, 0x73, 0x12, 0x3a, 0x0a, 0x10, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x5f, - 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x0f, 0x20, 0x03, 0x28, 0x0e, 0x32, 0x0f, - 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x53, 0x49, 0x50, 0x46, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x52, - 0x0f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x46, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, - 0x1a, 0x48, 0x0a, 0x1a, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x41, - 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, - 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, - 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x3a, 0x0a, 0x0c, 0x48, 0x65, - 0x61, 0x64, 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, - 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, - 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, - 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x46, 0x0a, 0x18, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, + 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x72, 0x6f, + 0x6f, 0x6d, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x72, + 0x6f, 0x6f, 0x6d, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x31, 0x0a, 0x14, 0x70, 0x61, 0x72, 0x74, 0x69, + 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x13, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, + 0x6e, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x29, 0x0a, 0x10, 0x70, 0x61, + 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x07, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, + 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x31, 0x0a, 0x14, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, + 0x70, 0x61, 0x6e, 0x74, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x08, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x13, 0x70, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, + 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x77, 0x0a, 0x16, 0x70, 0x61, 0x72, 0x74, + 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x5f, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, + 0x65, 0x73, 0x18, 0x0b, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x40, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x45, + 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, + 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, + 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, + 0x62, 0x75, 0x74, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x15, 0x70, 0x61, 0x72, 0x74, + 0x69, 0x63, 0x69, 0x70, 0x61, 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, + 0x73, 0x12, 0x23, 0x0a, 0x0b, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x70, 0x69, 0x6e, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x42, 0x02, 0x18, 0x01, 0x52, 0x0a, 0x72, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x50, 0x69, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x15, 0x0a, 0x06, + 0x77, 0x73, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x77, 0x73, + 0x55, 0x72, 0x6c, 0x12, 0x2e, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x0e, 0x32, 0x16, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, + 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x52, 0x06, 0x72, 0x65, 0x73, + 0x75, 0x6c, 0x74, 0x12, 0x20, 0x0a, 0x0c, 0x73, 0x69, 0x70, 0x5f, 0x74, 0x72, 0x75, 0x6e, 0x6b, + 0x5f, 0x69, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x69, 0x70, 0x54, 0x72, + 0x75, 0x6e, 0x6b, 0x49, 0x64, 0x12, 0x2f, 0x0a, 0x14, 0x73, 0x69, 0x70, 0x5f, 0x64, 0x69, 0x73, + 0x70, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x72, 0x75, 0x6c, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x0a, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x11, 0x73, 0x69, 0x70, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, + 0x52, 0x75, 0x6c, 0x65, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, + 0x74, 0x5f, 0x69, 0x64, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6a, + 0x65, 0x63, 0x74, 0x49, 0x64, 0x12, 0x4c, 0x0a, 0x07, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, + 0x18, 0x0d, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x45, 0x76, 0x61, + 0x6c, 0x75, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, + 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x48, 0x65, + 0x61, 0x64, 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x07, 0x68, 0x65, 0x61, 0x64, + 0x65, 0x72, 0x73, 0x12, 0x72, 0x0a, 0x15, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x5f, 0x74, + 0x6f, 0x5f, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, 0x0e, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x3e, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x45, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, + 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, + 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x54, 0x6f, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x45, 0x6e, 0x74, - 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, - 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x2a, 0x29, - 0x0a, 0x0a, 0x53, 0x49, 0x50, 0x46, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, 0x08, 0x0a, 0x04, - 0x4e, 0x4f, 0x4e, 0x45, 0x10, 0x00, 0x12, 0x11, 0x0a, 0x0d, 0x4b, 0x52, 0x49, 0x53, 0x50, 0x5f, - 0x45, 0x4e, 0x41, 0x42, 0x4c, 0x45, 0x44, 0x10, 0x01, 0x2a, 0x60, 0x0a, 0x11, 0x53, 0x49, 0x50, - 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x18, - 0x0a, 0x14, 0x4c, 0x45, 0x47, 0x41, 0x43, 0x59, 0x5f, 0x41, 0x43, 0x43, 0x45, 0x50, 0x54, 0x5f, - 0x4f, 0x52, 0x5f, 0x50, 0x49, 0x4e, 0x10, 0x00, 0x12, 0x0a, 0x0a, 0x06, 0x41, 0x43, 0x43, 0x45, - 0x50, 0x54, 0x10, 0x01, 0x12, 0x0f, 0x0a, 0x0b, 0x52, 0x45, 0x51, 0x55, 0x45, 0x53, 0x54, 0x5f, - 0x50, 0x49, 0x4e, 0x10, 0x02, 0x12, 0x0a, 0x0a, 0x06, 0x52, 0x45, 0x4a, 0x45, 0x43, 0x54, 0x10, - 0x03, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x52, 0x4f, 0x50, 0x10, 0x04, 0x32, 0xf3, 0x05, 0x0a, 0x06, - 0x49, 0x4f, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x3b, 0x0a, 0x0c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, + 0x72, 0x79, 0x52, 0x13, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x54, 0x6f, 0x41, 0x74, 0x74, + 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x3a, 0x0a, 0x10, 0x65, 0x6e, 0x61, 0x62, 0x6c, + 0x65, 0x64, 0x5f, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x73, 0x18, 0x0f, 0x20, 0x03, 0x28, + 0x0e, 0x32, 0x0f, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x53, 0x49, 0x50, 0x46, 0x65, 0x61, 0x74, 0x75, + 0x72, 0x65, 0x52, 0x0f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x46, 0x65, 0x61, 0x74, 0x75, + 0x72, 0x65, 0x73, 0x1a, 0x48, 0x0a, 0x1a, 0x50, 0x61, 0x72, 0x74, 0x69, 0x63, 0x69, 0x70, 0x61, + 0x6e, 0x74, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, + 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, + 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x3a, 0x0a, + 0x0c, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, + 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, + 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, + 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x46, 0x0a, 0x18, 0x48, 0x65, 0x61, + 0x64, 0x65, 0x72, 0x73, 0x54, 0x6f, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, + 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, + 0x01, 0x22, 0x4e, 0x0a, 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x43, 0x61, + 0x6c, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x31, + 0x0a, 0x09, 0x63, 0x61, 0x6c, 0x6c, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x14, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x53, 0x49, 0x50, 0x43, + 0x61, 0x6c, 0x6c, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08, 0x63, 0x61, 0x6c, 0x6c, 0x49, 0x6e, 0x66, + 0x6f, 0x2a, 0x29, 0x0a, 0x0a, 0x53, 0x49, 0x50, 0x46, 0x65, 0x61, 0x74, 0x75, 0x72, 0x65, 0x12, + 0x08, 0x0a, 0x04, 0x4e, 0x4f, 0x4e, 0x45, 0x10, 0x00, 0x12, 0x11, 0x0a, 0x0d, 0x4b, 0x52, 0x49, + 0x53, 0x50, 0x5f, 0x45, 0x4e, 0x41, 0x42, 0x4c, 0x45, 0x44, 0x10, 0x01, 0x2a, 0x60, 0x0a, 0x11, + 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x75, 0x6c, + 0x74, 0x12, 0x18, 0x0a, 0x14, 0x4c, 0x45, 0x47, 0x41, 0x43, 0x59, 0x5f, 0x41, 0x43, 0x43, 0x45, + 0x50, 0x54, 0x5f, 0x4f, 0x52, 0x5f, 0x50, 0x49, 0x4e, 0x10, 0x00, 0x12, 0x0a, 0x0a, 0x06, 0x41, + 0x43, 0x43, 0x45, 0x50, 0x54, 0x10, 0x01, 0x12, 0x0f, 0x0a, 0x0b, 0x52, 0x45, 0x51, 0x55, 0x45, + 0x53, 0x54, 0x5f, 0x50, 0x49, 0x4e, 0x10, 0x02, 0x12, 0x0a, 0x0a, 0x06, 0x52, 0x45, 0x4a, 0x45, + 0x43, 0x54, 0x10, 0x03, 0x12, 0x08, 0x0a, 0x04, 0x44, 0x52, 0x4f, 0x50, 0x10, 0x04, 0x32, 0xc1, + 0x06, 0x0a, 0x06, 0x49, 0x4f, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x3b, 0x0a, 0x0c, 0x43, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x13, 0x2e, 0x6c, 0x69, 0x76, 0x65, + 0x6b, 0x69, 0x74, 0x2e, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x1a, 0x16, + 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, + 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x3b, 0x0a, 0x0c, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x13, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, - 0x70, 0x74, 0x79, 0x12, 0x3b, 0x0a, 0x0c, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x45, 0x67, 0x72, - 0x65, 0x73, 0x73, 0x12, 0x13, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x45, 0x67, - 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, - 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, - 0x12, 0x37, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x15, 0x2e, - 0x72, 0x70, 0x63, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x1a, 0x13, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x45, - 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x45, 0x0a, 0x0a, 0x4c, 0x69, 0x73, - 0x74, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x1a, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, - 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, - 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x4c, 0x69, - 0x73, 0x74, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x12, 0x42, 0x0a, 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, - 0x73, 0x12, 0x19, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x65, - 0x74, 0x72, 0x69, 0x63, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, - 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, - 0x6d, 0x70, 0x74, 0x79, 0x12, 0x3d, 0x0a, 0x0d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x49, 0x6e, - 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x14, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2e, - 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x1a, 0x16, 0x2e, 0x67, 0x6f, - 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, - 0x70, 0x74, 0x79, 0x12, 0x49, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, - 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x47, 0x65, 0x74, 0x49, - 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, - 0x74, 0x1a, 0x1b, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x67, 0x72, 0x65, - 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4c, - 0x0a, 0x12, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x53, - 0x74, 0x61, 0x74, 0x65, 0x12, 0x1e, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, - 0x65, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x6a, 0x0a, 0x19, - 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x41, 0x75, 0x74, 0x68, 0x65, - 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x25, 0x2e, 0x72, 0x70, 0x63, 0x2e, - 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x41, 0x75, 0x74, 0x68, 0x65, - 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x1a, 0x26, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, - 0x6e, 0x6b, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x67, 0x0a, 0x18, 0x45, 0x76, 0x61, 0x6c, - 0x75, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, - 0x75, 0x6c, 0x65, 0x73, 0x12, 0x24, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x45, 0x76, 0x61, 0x6c, 0x75, - 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, - 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x72, 0x70, 0x63, - 0x2e, 0x45, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, - 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x42, 0x21, 0x5a, 0x1f, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, - 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, - 0x2f, 0x72, 0x70, 0x63, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x70, 0x74, 0x79, 0x12, 0x37, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, + 0x12, 0x15, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x47, 0x65, 0x74, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x13, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, + 0x74, 0x2e, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x45, 0x0a, 0x0a, + 0x4c, 0x69, 0x73, 0x74, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x1a, 0x2e, 0x6c, 0x69, 0x76, + 0x65, 0x6b, 0x69, 0x74, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, + 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x12, 0x42, 0x0a, 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x65, 0x74, + 0x72, 0x69, 0x63, 0x73, 0x12, 0x19, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, + 0x65, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, + 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x3d, 0x0a, 0x0d, 0x43, 0x72, 0x65, 0x61, 0x74, + 0x65, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x14, 0x2e, 0x6c, 0x69, 0x76, 0x65, 0x6b, + 0x69, 0x74, 0x2e, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x1a, 0x16, + 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, + 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x49, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x49, 0x6e, 0x67, + 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x47, + 0x65, 0x74, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x47, 0x65, 0x74, 0x49, 0x6e, + 0x67, 0x72, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x12, 0x4c, 0x0a, 0x12, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x67, 0x72, 0x65, + 0x73, 0x73, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1e, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x55, 0x70, + 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x61, 0x74, 0x65, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, + 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, + 0x6a, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x41, 0x75, + 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x25, 0x2e, 0x72, + 0x70, 0x63, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x41, 0x75, + 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x49, 0x50, + 0x54, 0x72, 0x75, 0x6e, 0x6b, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x67, 0x0a, 0x18, 0x45, + 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, + 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x12, 0x24, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x45, 0x76, + 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, + 0x68, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, + 0x72, 0x70, 0x63, 0x2e, 0x45, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x44, + 0x69, 0x73, 0x70, 0x61, 0x74, 0x63, 0x68, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4c, 0x0a, 0x12, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x49, + 0x50, 0x43, 0x61, 0x6c, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1e, 0x2e, 0x72, 0x70, 0x63, + 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x49, 0x50, 0x43, 0x61, 0x6c, 0x6c, 0x53, 0x74, + 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, + 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, + 0x74, 0x79, 0x42, 0x21, 0x5a, 0x1f, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, + 0x2f, 0x6c, 0x69, 0x76, 0x65, 0x6b, 0x69, 0x74, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, + 0x6c, 0x2f, 0x72, 0x70, 0x63, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( @@ -1141,7 +1199,7 @@ func file_rpc_io_proto_rawDescGZIP() []byte { } var file_rpc_io_proto_enumTypes = make([]protoimpl.EnumInfo, 2) -var file_rpc_io_proto_msgTypes = make([]protoimpl.MessageInfo, 14) +var file_rpc_io_proto_msgTypes = make([]protoimpl.MessageInfo, 15) var file_rpc_io_proto_goTypes = []any{ (SIPFeature)(0), // 0: rpc.SIPFeature (SIPDispatchResult)(0), // 1: rpc.SIPDispatchResult @@ -1154,54 +1212,59 @@ var file_rpc_io_proto_goTypes = []any{ (*GetSIPTrunkAuthenticationResponse)(nil), // 8: rpc.GetSIPTrunkAuthenticationResponse (*EvaluateSIPDispatchRulesRequest)(nil), // 9: rpc.EvaluateSIPDispatchRulesRequest (*EvaluateSIPDispatchRulesResponse)(nil), // 10: rpc.EvaluateSIPDispatchRulesResponse - nil, // 11: rpc.GetIngressInfoResponse.LoggingFieldsEntry - nil, // 12: rpc.EvaluateSIPDispatchRulesRequest.ExtraAttributesEntry - nil, // 13: rpc.EvaluateSIPDispatchRulesResponse.ParticipantAttributesEntry - nil, // 14: rpc.EvaluateSIPDispatchRulesResponse.HeadersEntry - nil, // 15: rpc.EvaluateSIPDispatchRulesResponse.HeadersToAttributesEntry - (*livekit.EgressInfo)(nil), // 16: livekit.EgressInfo - (*livekit.IngressInfo)(nil), // 17: livekit.IngressInfo - (*livekit.IngressState)(nil), // 18: livekit.IngressState - (*livekit.ListEgressRequest)(nil), // 19: livekit.ListEgressRequest - (*emptypb.Empty)(nil), // 20: google.protobuf.Empty - (*livekit.ListEgressResponse)(nil), // 21: livekit.ListEgressResponse + (*UpdateSIPCallStateRequest)(nil), // 11: rpc.UpdateSIPCallStateRequest + nil, // 12: rpc.GetIngressInfoResponse.LoggingFieldsEntry + nil, // 13: rpc.EvaluateSIPDispatchRulesRequest.ExtraAttributesEntry + nil, // 14: rpc.EvaluateSIPDispatchRulesResponse.ParticipantAttributesEntry + nil, // 15: rpc.EvaluateSIPDispatchRulesResponse.HeadersEntry + nil, // 16: rpc.EvaluateSIPDispatchRulesResponse.HeadersToAttributesEntry + (*livekit.EgressInfo)(nil), // 17: livekit.EgressInfo + (*livekit.IngressInfo)(nil), // 18: livekit.IngressInfo + (*livekit.IngressState)(nil), // 19: livekit.IngressState + (*livekit.SIPCallInfo)(nil), // 20: livekit.SIPCallInfo + (*livekit.ListEgressRequest)(nil), // 21: livekit.ListEgressRequest + (*emptypb.Empty)(nil), // 22: google.protobuf.Empty + (*livekit.ListEgressResponse)(nil), // 23: livekit.ListEgressResponse } var file_rpc_io_proto_depIdxs = []int32{ - 16, // 0: rpc.UpdateMetricsRequest.info:type_name -> livekit.EgressInfo - 17, // 1: rpc.GetIngressInfoResponse.info:type_name -> livekit.IngressInfo - 11, // 2: rpc.GetIngressInfoResponse.logging_fields:type_name -> rpc.GetIngressInfoResponse.LoggingFieldsEntry - 18, // 3: rpc.UpdateIngressStateRequest.state:type_name -> livekit.IngressState - 12, // 4: rpc.EvaluateSIPDispatchRulesRequest.extra_attributes:type_name -> rpc.EvaluateSIPDispatchRulesRequest.ExtraAttributesEntry - 13, // 5: rpc.EvaluateSIPDispatchRulesResponse.participant_attributes:type_name -> rpc.EvaluateSIPDispatchRulesResponse.ParticipantAttributesEntry + 17, // 0: rpc.UpdateMetricsRequest.info:type_name -> livekit.EgressInfo + 18, // 1: rpc.GetIngressInfoResponse.info:type_name -> livekit.IngressInfo + 12, // 2: rpc.GetIngressInfoResponse.logging_fields:type_name -> rpc.GetIngressInfoResponse.LoggingFieldsEntry + 19, // 3: rpc.UpdateIngressStateRequest.state:type_name -> livekit.IngressState + 13, // 4: rpc.EvaluateSIPDispatchRulesRequest.extra_attributes:type_name -> rpc.EvaluateSIPDispatchRulesRequest.ExtraAttributesEntry + 14, // 5: rpc.EvaluateSIPDispatchRulesResponse.participant_attributes:type_name -> rpc.EvaluateSIPDispatchRulesResponse.ParticipantAttributesEntry 1, // 6: rpc.EvaluateSIPDispatchRulesResponse.result:type_name -> rpc.SIPDispatchResult - 14, // 7: rpc.EvaluateSIPDispatchRulesResponse.headers:type_name -> rpc.EvaluateSIPDispatchRulesResponse.HeadersEntry - 15, // 8: rpc.EvaluateSIPDispatchRulesResponse.headers_to_attributes:type_name -> rpc.EvaluateSIPDispatchRulesResponse.HeadersToAttributesEntry + 15, // 7: rpc.EvaluateSIPDispatchRulesResponse.headers:type_name -> rpc.EvaluateSIPDispatchRulesResponse.HeadersEntry + 16, // 8: rpc.EvaluateSIPDispatchRulesResponse.headers_to_attributes:type_name -> rpc.EvaluateSIPDispatchRulesResponse.HeadersToAttributesEntry 0, // 9: rpc.EvaluateSIPDispatchRulesResponse.enabled_features:type_name -> rpc.SIPFeature - 16, // 10: rpc.IOInfo.CreateEgress:input_type -> livekit.EgressInfo - 16, // 11: rpc.IOInfo.UpdateEgress:input_type -> livekit.EgressInfo - 2, // 12: rpc.IOInfo.GetEgress:input_type -> rpc.GetEgressRequest - 19, // 13: rpc.IOInfo.ListEgress:input_type -> livekit.ListEgressRequest - 3, // 14: rpc.IOInfo.UpdateMetrics:input_type -> rpc.UpdateMetricsRequest - 17, // 15: rpc.IOInfo.CreateIngress:input_type -> livekit.IngressInfo - 4, // 16: rpc.IOInfo.GetIngressInfo:input_type -> rpc.GetIngressInfoRequest - 6, // 17: rpc.IOInfo.UpdateIngressState:input_type -> rpc.UpdateIngressStateRequest - 7, // 18: rpc.IOInfo.GetSIPTrunkAuthentication:input_type -> rpc.GetSIPTrunkAuthenticationRequest - 9, // 19: rpc.IOInfo.EvaluateSIPDispatchRules:input_type -> rpc.EvaluateSIPDispatchRulesRequest - 20, // 20: rpc.IOInfo.CreateEgress:output_type -> google.protobuf.Empty - 20, // 21: rpc.IOInfo.UpdateEgress:output_type -> google.protobuf.Empty - 16, // 22: rpc.IOInfo.GetEgress:output_type -> livekit.EgressInfo - 21, // 23: rpc.IOInfo.ListEgress:output_type -> livekit.ListEgressResponse - 20, // 24: rpc.IOInfo.UpdateMetrics:output_type -> google.protobuf.Empty - 20, // 25: rpc.IOInfo.CreateIngress:output_type -> google.protobuf.Empty - 5, // 26: rpc.IOInfo.GetIngressInfo:output_type -> rpc.GetIngressInfoResponse - 20, // 27: rpc.IOInfo.UpdateIngressState:output_type -> google.protobuf.Empty - 8, // 28: rpc.IOInfo.GetSIPTrunkAuthentication:output_type -> rpc.GetSIPTrunkAuthenticationResponse - 10, // 29: rpc.IOInfo.EvaluateSIPDispatchRules:output_type -> rpc.EvaluateSIPDispatchRulesResponse - 20, // [20:30] is the sub-list for method output_type - 10, // [10:20] is the sub-list for method input_type - 10, // [10:10] is the sub-list for extension type_name - 10, // [10:10] is the sub-list for extension extendee - 0, // [0:10] is the sub-list for field type_name + 20, // 10: rpc.UpdateSIPCallStateRequest.call_info:type_name -> livekit.SIPCallInfo + 17, // 11: rpc.IOInfo.CreateEgress:input_type -> livekit.EgressInfo + 17, // 12: rpc.IOInfo.UpdateEgress:input_type -> livekit.EgressInfo + 2, // 13: rpc.IOInfo.GetEgress:input_type -> rpc.GetEgressRequest + 21, // 14: rpc.IOInfo.ListEgress:input_type -> livekit.ListEgressRequest + 3, // 15: rpc.IOInfo.UpdateMetrics:input_type -> rpc.UpdateMetricsRequest + 18, // 16: rpc.IOInfo.CreateIngress:input_type -> livekit.IngressInfo + 4, // 17: rpc.IOInfo.GetIngressInfo:input_type -> rpc.GetIngressInfoRequest + 6, // 18: rpc.IOInfo.UpdateIngressState:input_type -> rpc.UpdateIngressStateRequest + 7, // 19: rpc.IOInfo.GetSIPTrunkAuthentication:input_type -> rpc.GetSIPTrunkAuthenticationRequest + 9, // 20: rpc.IOInfo.EvaluateSIPDispatchRules:input_type -> rpc.EvaluateSIPDispatchRulesRequest + 11, // 21: rpc.IOInfo.UpdateSIPCallState:input_type -> rpc.UpdateSIPCallStateRequest + 22, // 22: rpc.IOInfo.CreateEgress:output_type -> google.protobuf.Empty + 22, // 23: rpc.IOInfo.UpdateEgress:output_type -> google.protobuf.Empty + 17, // 24: rpc.IOInfo.GetEgress:output_type -> livekit.EgressInfo + 23, // 25: rpc.IOInfo.ListEgress:output_type -> livekit.ListEgressResponse + 22, // 26: rpc.IOInfo.UpdateMetrics:output_type -> google.protobuf.Empty + 22, // 27: rpc.IOInfo.CreateIngress:output_type -> google.protobuf.Empty + 5, // 28: rpc.IOInfo.GetIngressInfo:output_type -> rpc.GetIngressInfoResponse + 22, // 29: rpc.IOInfo.UpdateIngressState:output_type -> google.protobuf.Empty + 8, // 30: rpc.IOInfo.GetSIPTrunkAuthentication:output_type -> rpc.GetSIPTrunkAuthenticationResponse + 10, // 31: rpc.IOInfo.EvaluateSIPDispatchRules:output_type -> rpc.EvaluateSIPDispatchRulesResponse + 22, // 32: rpc.IOInfo.UpdateSIPCallState:output_type -> google.protobuf.Empty + 22, // [22:33] is the sub-list for method output_type + 11, // [11:22] is the sub-list for method input_type + 11, // [11:11] is the sub-list for extension type_name + 11, // [11:11] is the sub-list for extension extendee + 0, // [0:11] is the sub-list for field type_name } func init() { file_rpc_io_proto_init() } @@ -1318,6 +1381,18 @@ func file_rpc_io_proto_init() { return nil } } + file_rpc_io_proto_msgTypes[9].Exporter = func(v any, i int) any { + switch v := v.(*UpdateSIPCallStateRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } } type x struct{} out := protoimpl.TypeBuilder{ @@ -1325,7 +1400,7 @@ func file_rpc_io_proto_init() { GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_rpc_io_proto_rawDesc, NumEnums: 2, - NumMessages: 14, + NumMessages: 15, NumExtensions: 0, NumServices: 1, }, diff --git a/rpc/io.psrpc.go b/rpc/io.psrpc.go index d554f4fe..acb30099 100644 --- a/rpc/io.psrpc.go +++ b/rpc/io.psrpc.go @@ -47,6 +47,8 @@ type IOInfoClient interface { EvaluateSIPDispatchRules(ctx context.Context, req *EvaluateSIPDispatchRulesRequest, opts ...psrpc.RequestOption) (*EvaluateSIPDispatchRulesResponse, error) + UpdateSIPCallState(ctx context.Context, req *UpdateSIPCallStateRequest, opts ...psrpc.RequestOption) (*google_protobuf.Empty, error) + // Close immediately, without waiting for pending RPCs Close() } @@ -78,6 +80,8 @@ type IOInfoServerImpl interface { GetSIPTrunkAuthentication(context.Context, *GetSIPTrunkAuthenticationRequest) (*GetSIPTrunkAuthenticationResponse, error) EvaluateSIPDispatchRules(context.Context, *EvaluateSIPDispatchRulesRequest) (*EvaluateSIPDispatchRulesResponse, error) + + UpdateSIPCallState(context.Context, *UpdateSIPCallStateRequest) (*google_protobuf.Empty, error) } // ======================= @@ -118,6 +122,7 @@ func NewIOInfoClient(bus psrpc.MessageBus, opts ...psrpc.ClientOption) (IOInfoCl sd.RegisterMethod("UpdateIngressState", false, false, true, true) sd.RegisterMethod("GetSIPTrunkAuthentication", false, false, true, true) sd.RegisterMethod("EvaluateSIPDispatchRules", false, false, true, true) + sd.RegisterMethod("UpdateSIPCallState", false, false, true, true) rpcClient, err := client.NewRPCClient(sd, bus, opts...) if err != nil { @@ -169,6 +174,10 @@ func (c *iOInfoClient) EvaluateSIPDispatchRules(ctx context.Context, req *Evalua return client.RequestSingle[*EvaluateSIPDispatchRulesResponse](ctx, c.client, "EvaluateSIPDispatchRules", nil, req, opts...) } +func (c *iOInfoClient) UpdateSIPCallState(ctx context.Context, req *UpdateSIPCallStateRequest, opts ...psrpc.RequestOption) (*google_protobuf.Empty, error) { + return client.RequestSingle[*google_protobuf.Empty](ctx, c.client, "UpdateSIPCallState", nil, req, opts...) +} + func (s *iOInfoClient) Close() { s.client.Close() } @@ -263,6 +272,13 @@ func NewIOInfoServer(svc IOInfoServerImpl, bus psrpc.MessageBus, opts ...psrpc.S return nil, err } + sd.RegisterMethod("UpdateSIPCallState", false, false, true, true) + err = server.RegisterHandler(s, "UpdateSIPCallState", nil, svc.UpdateSIPCallState, nil) + if err != nil { + s.Close(false) + return nil, err + } + return &iOInfoServer{ svc: svc, rpc: s, @@ -278,88 +294,91 @@ func (s *iOInfoServer) Kill() { } var psrpcFileDescriptor4 = []byte{ - // 1325 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x57, 0xdd, 0x52, 0xdb, 0x46, - 0x1b, 0x8e, 0x6d, 0x70, 0xf0, 0x6b, 0x6c, 0x9c, 0x8d, 0xcd, 0xe7, 0x88, 0xf9, 0x12, 0xc7, 0xf9, - 0xf2, 0x95, 0xa4, 0x33, 0x76, 0xeb, 0x1e, 0xb4, 0x4d, 0xa7, 0x9d, 0x80, 0xa3, 0x10, 0x37, 0x04, - 0x5c, 0x01, 0x07, 0xed, 0x89, 0xba, 0x48, 0x8b, 0x51, 0x90, 0xb5, 0xea, 0xee, 0x0a, 0xc2, 0x15, - 0xb4, 0xbd, 0x8b, 0x5e, 0x42, 0xef, 0xad, 0x33, 0x3d, 0xee, 0xec, 0x8f, 0x8c, 0xc0, 0x76, 0x80, - 0x9e, 0x69, 0x9f, 0xf7, 0x67, 0x9f, 0xf7, 0x6f, 0xfd, 0x1a, 0x96, 0x59, 0xec, 0x75, 0x03, 0xda, - 0x89, 0x19, 0x15, 0x14, 0x15, 0x58, 0xec, 0x59, 0xf5, 0x30, 0x38, 0x25, 0x27, 0x81, 0x70, 0xc9, - 0x88, 0x11, 0xce, 0xb5, 0xc8, 0x6a, 0xa4, 0x68, 0x10, 0x65, 0xe1, 0xb5, 0x11, 0xa5, 0xa3, 0x90, - 0x74, 0xd5, 0xe9, 0x30, 0x39, 0xea, 0x92, 0x71, 0x2c, 0xce, 0xb5, 0xb0, 0xdd, 0x85, 0xda, 0x16, - 0x11, 0xb6, 0xd2, 0x77, 0xc8, 0x2f, 0x09, 0xe1, 0x02, 0xad, 0x41, 0x49, 0xfb, 0x75, 0x03, 0xbf, - 0x99, 0x6b, 0xe5, 0xd6, 0x4b, 0xce, 0x92, 0x06, 0x06, 0x7e, 0xfb, 0xd7, 0x1c, 0xd4, 0x0f, 0x62, - 0x1f, 0x0b, 0xf2, 0x8e, 0x08, 0x16, 0x78, 0x13, 0xab, 0x4f, 0x60, 0x21, 0x88, 0x8e, 0xa8, 0x32, - 0x28, 0xf7, 0xee, 0x77, 0x0c, 0x99, 0x8e, 0xf6, 0x3d, 0x88, 0x8e, 0xa8, 0xa3, 0x14, 0x50, 0x1b, - 0x2a, 0xf8, 0x74, 0xe4, 0x7a, 0x71, 0xe2, 0x26, 0x1c, 0x8f, 0x48, 0xb3, 0xd0, 0xca, 0xad, 0xe7, - 0x9d, 0x32, 0x3e, 0x1d, 0xf5, 0xe3, 0xe4, 0x40, 0x42, 0x52, 0x67, 0x8c, 0x3f, 0x64, 0x74, 0x16, - 0xb4, 0xce, 0x18, 0x7f, 0x48, 0x75, 0xda, 0x07, 0xd0, 0xd8, 0x22, 0x62, 0x10, 0x5d, 0xf8, 0x37, - 0x4c, 0xfe, 0x0b, 0x60, 0x32, 0x70, 0x11, 0x40, 0xc9, 0x20, 0x03, 0x5f, 0x8a, 0xb9, 0x60, 0x04, - 0x8f, 0xdd, 0x13, 0x72, 0xde, 0xcc, 0x6b, 0xb1, 0x46, 0xde, 0x92, 0xf3, 0xf6, 0x6f, 0x79, 0x58, - 0xbd, 0xea, 0x97, 0xc7, 0x34, 0xe2, 0x04, 0xad, 0x5f, 0x0a, 0xb1, 0x3e, 0x09, 0x31, 0xab, 0xab, - 0x63, 0xac, 0xc3, 0xa2, 0xa0, 0x27, 0x24, 0x32, 0xee, 0xf5, 0x01, 0x35, 0xa0, 0x78, 0xc6, 0xdd, - 0x84, 0x85, 0x2a, 0xe4, 0x92, 0xb3, 0x78, 0xc6, 0x0f, 0x58, 0x88, 0x0e, 0xa0, 0x1a, 0xd2, 0xd1, - 0x28, 0x88, 0x46, 0xee, 0x51, 0x40, 0x42, 0x9f, 0x37, 0x17, 0x5a, 0x85, 0xf5, 0x72, 0xaf, 0xd3, - 0x61, 0xb1, 0xd7, 0x99, 0xcd, 0xa5, 0xb3, 0xad, 0x2d, 0x5e, 0x2b, 0x03, 0x3b, 0x12, 0xec, 0xdc, - 0xa9, 0x84, 0x59, 0xcc, 0x7a, 0x09, 0x68, 0x5a, 0x09, 0xd5, 0xa0, 0x20, 0xc3, 0xd6, 0x59, 0x91, - 0x9f, 0x92, 0xeb, 0x29, 0x0e, 0x13, 0x92, 0x72, 0x55, 0x87, 0x17, 0xf9, 0xaf, 0x72, 0xed, 0x11, - 0x3c, 0xd0, 0xa5, 0x36, 0x04, 0xf6, 0x04, 0x16, 0xe4, 0x86, 0x59, 0xfe, 0x14, 0x16, 0xb9, 0x54, - 0x57, 0x5e, 0xcb, 0xbd, 0xc6, 0xd5, 0x64, 0x69, 0x5f, 0x5a, 0xa7, 0xfd, 0x47, 0x0e, 0x5a, 0x5b, - 0x44, 0xec, 0x0d, 0x86, 0xfb, 0x2c, 0x89, 0x4e, 0x36, 0x12, 0x71, 0x4c, 0x22, 0x11, 0x78, 0x58, - 0x04, 0x34, 0x4a, 0x2f, 0x7c, 0x08, 0x65, 0x1e, 0xc4, 0xae, 0x87, 0xc3, 0x50, 0xde, 0x58, 0x34, - 0x85, 0x0b, 0xe2, 0x3e, 0x0e, 0xc3, 0x81, 0x8f, 0x10, 0x2c, 0x1c, 0x31, 0x3a, 0x36, 0x61, 0xa8, - 0x6f, 0x54, 0x85, 0xbc, 0xa0, 0x26, 0xdb, 0x79, 0x41, 0xd1, 0x23, 0x28, 0x73, 0xe6, 0xb9, 0xd8, - 0xf7, 0x25, 0x07, 0xd5, 0x55, 0x25, 0x07, 0x38, 0xf3, 0x36, 0x34, 0x82, 0xfe, 0x03, 0x77, 0x05, - 0x75, 0x8f, 0x29, 0x17, 0xcd, 0x45, 0x25, 0x2c, 0x0a, 0xfa, 0x86, 0x72, 0xd1, 0xfe, 0x33, 0x07, - 0x8f, 0x3f, 0x42, 0xd1, 0x74, 0x88, 0x05, 0x4b, 0x09, 0x27, 0x2c, 0xc2, 0x63, 0x92, 0x4e, 0x4e, - 0x7a, 0x96, 0xb2, 0x18, 0x73, 0x7e, 0x46, 0x99, 0x6f, 0x38, 0x4e, 0xce, 0x92, 0xbb, 0xcf, 0x68, - 0xac, 0x98, 0x2e, 0x39, 0xea, 0x1b, 0xb5, 0x60, 0x59, 0xc6, 0x2b, 0xe4, 0x75, 0x32, 0xe0, 0x94, - 0x6c, 0x10, 0x2b, 0x06, 0xba, 0x93, 0x63, 0x46, 0xdf, 0x13, 0x4f, 0x48, 0xb9, 0xe6, 0x5b, 0x32, - 0xc8, 0xc0, 0x6f, 0xff, 0x5d, 0x80, 0x47, 0xb6, 0xac, 0x26, 0x16, 0x64, 0x6f, 0x30, 0x7c, 0x15, - 0xf0, 0x18, 0x0b, 0xef, 0xd8, 0x49, 0x42, 0xc2, 0xe7, 0x24, 0x75, 0xe9, 0x6a, 0x52, 0x3f, 0x03, - 0x24, 0xe5, 0x31, 0x66, 0x22, 0xf0, 0x82, 0x18, 0x47, 0x62, 0x52, 0xed, 0xcd, 0x7c, 0x33, 0xe7, - 0xd4, 0x78, 0x10, 0x0f, 0x2f, 0x84, 0x03, 0x7f, 0x8a, 0x36, 0x4c, 0xd1, 0x7e, 0x0a, 0x55, 0x79, - 0x9f, 0xec, 0xf7, 0x28, 0x19, 0x1f, 0x12, 0x66, 0xd2, 0x51, 0x31, 0xe8, 0x8e, 0x02, 0xd1, 0x13, - 0x50, 0x00, 0xf1, 0x53, 0x2d, 0x5d, 0xc6, 0x65, 0x0d, 0x1a, 0xa5, 0x6b, 0x0b, 0x5a, 0x83, 0x42, - 0x1c, 0x44, 0x26, 0x39, 0xf2, 0x53, 0x4e, 0x61, 0x44, 0x5d, 0x09, 0x16, 0x55, 0xb6, 0x17, 0x23, - 0x3a, 0x0c, 0x22, 0xe9, 0xc9, 0x5c, 0xa7, 0xaa, 0x7f, 0x57, 0x7b, 0xd2, 0x90, 0xec, 0x00, 0xe4, - 0x43, 0x8d, 0x7c, 0x10, 0x0c, 0xbb, 0x58, 0x08, 0x16, 0x1c, 0x26, 0x82, 0xf0, 0x66, 0x49, 0x0d, - 0xea, 0xd7, 0x6a, 0x50, 0xaf, 0x49, 0x75, 0xc7, 0x96, 0xc6, 0x1b, 0x13, 0x5b, 0x3d, 0xb3, 0x2b, - 0xe4, 0x32, 0x6a, 0x6d, 0x42, 0x7d, 0x96, 0xe2, 0xad, 0xe6, 0xf6, 0xf7, 0x25, 0x68, 0xcd, 0x67, - 0x63, 0x5a, 0x75, 0x0d, 0x4a, 0x8c, 0xd2, 0xb1, 0x9b, 0xed, 0x55, 0x09, 0xec, 0xc8, 0x5e, 0xfd, - 0x1c, 0xea, 0x97, 0x4b, 0x2e, 0x7b, 0x5d, 0xa4, 0xaf, 0xe5, 0xfd, 0x38, 0x5b, 0x71, 0x2d, 0x42, - 0xcf, 0xa0, 0x96, 0x35, 0x51, 0x6e, 0x75, 0x12, 0x57, 0x32, 0xf8, 0x2c, 0xef, 0x63, 0x22, 0xb0, - 0x8f, 0x05, 0x36, 0xdd, 0x97, 0xf5, 0xfe, 0xce, 0x88, 0xd0, 0x19, 0xac, 0x66, 0x4d, 0x32, 0x25, - 0x28, 0xab, 0x12, 0xbc, 0xbc, 0xa6, 0x04, 0xe6, 0xd5, 0xcc, 0xb4, 0xea, 0xd5, 0x4a, 0x34, 0xe2, - 0x59, 0x32, 0xf4, 0x04, 0xca, 0x4c, 0x17, 0x50, 0xb5, 0x8c, 0x1a, 0x50, 0xd5, 0xf9, 0x60, 0x60, - 0xd9, 0x3b, 0x93, 0xe7, 0x7e, 0x61, 0xf6, 0x73, 0xbf, 0x98, 0x7d, 0xee, 0x3b, 0x50, 0x64, 0x84, - 0x27, 0xa1, 0x50, 0xfd, 0x57, 0xed, 0xad, 0x2a, 0xea, 0x59, 0xca, 0x4a, 0xea, 0x18, 0xad, 0xa9, - 0x81, 0x2a, 0x4d, 0x0d, 0x54, 0x17, 0xea, 0x52, 0xc3, 0x37, 0xf6, 0x2e, 0x4b, 0x42, 0x72, 0x31, - 0x7a, 0xf7, 0x78, 0x10, 0x67, 0xb3, 0x31, 0xf5, 0x70, 0x2c, 0x5f, 0x79, 0x38, 0xd0, 0x36, 0xdc, - 0x3d, 0x26, 0xd8, 0x27, 0x8c, 0x37, 0x2b, 0x2a, 0xbb, 0xbd, 0x9b, 0x65, 0xf7, 0x8d, 0x36, 0xd2, - 0xf9, 0x4c, 0x5d, 0x20, 0x06, 0x0d, 0xf3, 0xe9, 0x0a, 0x9a, 0xad, 0x5c, 0x55, 0xf9, 0xfe, 0xee, - 0x56, 0xbe, 0xf7, 0xe9, 0xd5, 0xba, 0xdd, 0x3f, 0x9e, 0x96, 0xa0, 0x17, 0x50, 0x23, 0x11, 0x3e, - 0x94, 0xd3, 0x7c, 0x44, 0xb0, 0x48, 0x18, 0xe1, 0xcd, 0x95, 0x56, 0x61, 0xbd, 0xda, 0x5b, 0x49, - 0xb3, 0xfd, 0x5a, 0xe3, 0xce, 0x8a, 0x51, 0x34, 0x67, 0x6e, 0xbd, 0x01, 0x6b, 0x7e, 0x9b, 0xdc, - 0x66, 0x0e, 0xad, 0x17, 0xb0, 0x9c, 0x4d, 0xc9, 0xad, 0x6c, 0x5f, 0x43, 0x73, 0x5e, 0xc8, 0xb7, - 0xf1, 0xf3, 0xfc, 0x19, 0xc0, 0x45, 0xb0, 0x68, 0x09, 0x16, 0x76, 0x76, 0x77, 0xec, 0xda, 0x1d, - 0x74, 0x0f, 0x2a, 0x6f, 0x9d, 0xc1, 0xde, 0xd0, 0xb5, 0x77, 0x36, 0x36, 0xb7, 0xed, 0x57, 0xb5, - 0xdc, 0xf3, 0x9f, 0xe1, 0xde, 0x54, 0x17, 0xa2, 0x26, 0xd4, 0xb7, 0xed, 0xad, 0x8d, 0xfe, 0x8f, - 0xee, 0x46, 0xbf, 0x6f, 0x0f, 0xf7, 0xdd, 0x5d, 0xc7, 0x1d, 0x0e, 0x76, 0x6a, 0x77, 0x10, 0x40, - 0x51, 0x43, 0xb5, 0x1c, 0x5a, 0x81, 0xb2, 0x63, 0xff, 0x70, 0x60, 0xef, 0xed, 0x2b, 0x61, 0x5e, - 0x0a, 0x1d, 0xfb, 0x7b, 0xbb, 0xbf, 0x5f, 0x2b, 0xc8, 0x4b, 0x5f, 0x39, 0xbb, 0xc3, 0xda, 0x42, - 0xef, 0xaf, 0x45, 0x28, 0x0e, 0x76, 0xe5, 0x1e, 0x83, 0xbe, 0x81, 0xe5, 0x3e, 0x23, 0x58, 0x10, - 0xbd, 0x1f, 0xa2, 0x59, 0x0b, 0xa3, 0xb5, 0xda, 0xd1, 0xbb, 0x6b, 0x27, 0xdd, 0x5d, 0x3b, 0xb6, - 0xdc, 0x5d, 0xa5, 0xb1, 0x5e, 0x4c, 0xfe, 0x8d, 0xf1, 0x97, 0x50, 0x9a, 0xac, 0xbc, 0xa8, 0x91, - 0xee, 0x58, 0x97, 0x56, 0x60, 0x6b, 0x96, 0x43, 0x64, 0x03, 0x6c, 0x07, 0x3c, 0xb5, 0xb4, 0x26, - 0x2a, 0x17, 0x60, 0x6a, 0xbe, 0x36, 0x53, 0x66, 0x1e, 0xde, 0x4d, 0xa8, 0x5c, 0x5a, 0xa0, 0xd1, - 0x03, 0xc5, 0x61, 0xd6, 0x52, 0x3d, 0x37, 0x86, 0x6f, 0xa1, 0xa2, 0xb3, 0x67, 0xb6, 0x29, 0x34, - 0x73, 0x19, 0x9d, 0x6b, 0x3e, 0x80, 0xea, 0xe5, 0xb5, 0x12, 0x59, 0x33, 0x77, 0xcd, 0x34, 0x9a, - 0xf9, 0x7b, 0x28, 0xda, 0x06, 0x34, 0xbd, 0x23, 0xa2, 0x87, 0x99, 0x90, 0x66, 0x2c, 0x8f, 0x73, - 0x89, 0xbd, 0x87, 0x07, 0x73, 0x97, 0x2c, 0xf4, 0x34, 0xe5, 0xf1, 0xd1, 0x3d, 0xd1, 0xfa, 0xff, - 0x75, 0x6a, 0x86, 0xf9, 0x08, 0x9a, 0xf3, 0x5e, 0x1d, 0xf4, 0xbf, 0x9b, 0xfc, 0xa2, 0x5b, 0x4f, - 0x6f, 0xf4, 0x74, 0x6d, 0x3e, 0xfe, 0xe9, 0xd1, 0x28, 0x10, 0xc7, 0xc9, 0x61, 0xc7, 0xa3, 0xe3, - 0xae, 0xa9, 0x93, 0xfe, 0x3b, 0xe6, 0xd1, 0xb0, 0xcb, 0x62, 0xef, 0xb0, 0xa8, 0x4e, 0x5f, 0xfc, - 0x13, 0x00, 0x00, 0xff, 0xff, 0xad, 0xdf, 0x6c, 0x4f, 0xec, 0x0d, 0x00, 0x00, + // 1369 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x57, 0xdb, 0x56, 0xdb, 0x46, + 0x17, 0x8e, 0x6d, 0x70, 0xf0, 0x36, 0x07, 0x33, 0x31, 0xfc, 0x8e, 0x58, 0x7f, 0x42, 0x9c, 0xa6, + 0x25, 0xe9, 0x5a, 0xa6, 0xa1, 0x17, 0x6d, 0xd3, 0xd5, 0xae, 0x00, 0x51, 0x88, 0x1a, 0x02, 0xae, + 0x80, 0x8b, 0xf6, 0x46, 0x1d, 0xa4, 0xc1, 0x28, 0xc8, 0x1a, 0x75, 0x66, 0x04, 0xe1, 0x09, 0xda, + 0xbe, 0x45, 0x1f, 0xa1, 0xaf, 0xd0, 0x97, 0xea, 0x75, 0xd7, 0x1c, 0x64, 0xcb, 0x58, 0x0e, 0xd0, + 0x3b, 0xcd, 0x3e, 0xcd, 0x37, 0xdf, 0x3e, 0x78, 0x1b, 0x66, 0x59, 0xe2, 0xaf, 0x87, 0xb4, 0x93, + 0x30, 0x2a, 0x28, 0xaa, 0xb0, 0xc4, 0xb7, 0x9a, 0x51, 0x78, 0x4e, 0xce, 0x42, 0xe1, 0x91, 0x1e, + 0x23, 0x9c, 0x6b, 0x95, 0xb5, 0x94, 0x49, 0xc3, 0x38, 0x2f, 0x5e, 0xcc, 0xc4, 0x3c, 0x4c, 0x8c, + 0x68, 0xa5, 0x47, 0x69, 0x2f, 0x22, 0xeb, 0xea, 0x74, 0x9c, 0x9e, 0xac, 0x93, 0x7e, 0x22, 0x2e, + 0xb5, 0xb2, 0xbd, 0x0e, 0x8d, 0x1d, 0x22, 0x6c, 0x15, 0xc2, 0x25, 0xbf, 0xa6, 0x84, 0x0b, 0xb4, + 0x02, 0x35, 0x7d, 0x95, 0x17, 0x06, 0xad, 0xd2, 0x6a, 0x69, 0xad, 0xe6, 0xce, 0x68, 0x81, 0x13, + 0xb4, 0x7f, 0x2b, 0x41, 0xf3, 0x28, 0x09, 0xb0, 0x20, 0xef, 0x88, 0x60, 0xa1, 0x3f, 0xf0, 0xfa, + 0x0c, 0xa6, 0xc2, 0xf8, 0x84, 0x2a, 0x87, 0xfa, 0xc6, 0xbd, 0x8e, 0x01, 0xd2, 0xd1, 0xb1, 0x9d, + 0xf8, 0x84, 0xba, 0xca, 0x00, 0xb5, 0x61, 0x0e, 0x9f, 0xf7, 0x3c, 0x3f, 0x49, 0xbd, 0x94, 0xe3, + 0x1e, 0x69, 0x55, 0x56, 0x4b, 0x6b, 0x65, 0xb7, 0x8e, 0xcf, 0x7b, 0xdb, 0x49, 0x7a, 0x24, 0x45, + 0xd2, 0xa6, 0x8f, 0x3f, 0xe4, 0x6c, 0xa6, 0xb4, 0x4d, 0x1f, 0x7f, 0xc8, 0x6c, 0xda, 0x47, 0xb0, + 0xb4, 0x43, 0x84, 0x13, 0x0f, 0xe3, 0x1b, 0x24, 0xff, 0x07, 0x30, 0xa4, 0x0c, 0x1f, 0x50, 0x33, + 0x12, 0x27, 0x90, 0x6a, 0x2e, 0x18, 0xc1, 0x7d, 0xef, 0x8c, 0x5c, 0xb6, 0xca, 0x5a, 0xad, 0x25, + 0x6f, 0xc9, 0x65, 0xfb, 0xf7, 0x32, 0x2c, 0x5f, 0x8d, 0xcb, 0x13, 0x1a, 0x73, 0x82, 0xd6, 0x46, + 0x9e, 0xd8, 0x1c, 0x3c, 0x31, 0x6f, 0xab, 0xdf, 0xd8, 0x84, 0x69, 0x41, 0xcf, 0x48, 0x6c, 0xc2, + 0xeb, 0x03, 0x5a, 0x82, 0xea, 0x05, 0xf7, 0x52, 0x16, 0xa9, 0x27, 0xd7, 0xdc, 0xe9, 0x0b, 0x7e, + 0xc4, 0x22, 0x74, 0x04, 0xf3, 0x11, 0xed, 0xf5, 0xc2, 0xb8, 0xe7, 0x9d, 0x84, 0x24, 0x0a, 0x78, + 0x6b, 0x6a, 0xb5, 0xb2, 0x56, 0xdf, 0xe8, 0x74, 0x58, 0xe2, 0x77, 0x8a, 0xb1, 0x74, 0x76, 0xb5, + 0xc7, 0x6b, 0xe5, 0x60, 0xc7, 0x82, 0x5d, 0xba, 0x73, 0x51, 0x5e, 0x66, 0xbd, 0x04, 0x34, 0x6e, + 0x84, 0x1a, 0x50, 0x91, 0xcf, 0xd6, 0xac, 0xc8, 0x4f, 0x89, 0xf5, 0x1c, 0x47, 0x29, 0xc9, 0xb0, + 0xaa, 0xc3, 0x8b, 0xf2, 0xd7, 0xa5, 0x76, 0x0f, 0xee, 0xeb, 0x54, 0x1b, 0x00, 0x07, 0x02, 0x0b, + 0x72, 0x43, 0x96, 0x3f, 0x87, 0x69, 0x2e, 0xcd, 0x55, 0xd4, 0xfa, 0xc6, 0xd2, 0x55, 0xb2, 0x74, + 0x2c, 0x6d, 0xd3, 0xfe, 0xb3, 0x04, 0xab, 0x3b, 0x44, 0x1c, 0x38, 0xdd, 0x43, 0x96, 0xc6, 0x67, + 0x9b, 0xa9, 0x38, 0x25, 0xb1, 0x08, 0x7d, 0x2c, 0x42, 0x1a, 0x67, 0x17, 0x3e, 0x80, 0x3a, 0x0f, + 0x13, 0xcf, 0xc7, 0x51, 0x24, 0x6f, 0xac, 0x9a, 0xc4, 0x85, 0xc9, 0x36, 0x8e, 0x22, 0x27, 0x40, + 0x08, 0xa6, 0x4e, 0x18, 0xed, 0x9b, 0x67, 0xa8, 0x6f, 0x34, 0x0f, 0x65, 0x41, 0x0d, 0xdb, 0x65, + 0x41, 0xd1, 0x43, 0xa8, 0x73, 0xe6, 0x7b, 0x38, 0x08, 0x24, 0x06, 0x55, 0x55, 0x35, 0x17, 0x38, + 0xf3, 0x37, 0xb5, 0x04, 0xfd, 0x0f, 0xee, 0x0a, 0xea, 0x9d, 0x52, 0x2e, 0x5a, 0xd3, 0x4a, 0x59, + 0x15, 0xf4, 0x0d, 0xe5, 0xa2, 0xfd, 0x57, 0x09, 0x1e, 0x7d, 0x04, 0xa2, 0xa9, 0x10, 0x0b, 0x66, + 0x52, 0x4e, 0x58, 0x8c, 0xfb, 0x24, 0xeb, 0x9c, 0xec, 0x2c, 0x75, 0x09, 0xe6, 0xfc, 0x82, 0xb2, + 0xc0, 0x60, 0x1c, 0x9c, 0x25, 0xf6, 0x80, 0xd1, 0x44, 0x21, 0x9d, 0x71, 0xd5, 0x37, 0x5a, 0x85, + 0x59, 0xf9, 0x5e, 0x21, 0xaf, 0x93, 0x0f, 0xce, 0xc0, 0x86, 0x89, 0x42, 0xa0, 0x2b, 0x39, 0x61, + 0xf4, 0x3d, 0xf1, 0x85, 0xd4, 0x6b, 0xbc, 0x35, 0x23, 0x71, 0x82, 0xf6, 0x3f, 0x15, 0x78, 0x68, + 0xcb, 0x6c, 0x62, 0x41, 0x0e, 0x9c, 0xee, 0xab, 0x90, 0x27, 0x58, 0xf8, 0xa7, 0x6e, 0x1a, 0x11, + 0x3e, 0x81, 0xd4, 0x99, 0xab, 0xa4, 0x7e, 0x01, 0x48, 0xea, 0x13, 0xcc, 0x44, 0xe8, 0x87, 0x09, + 0x8e, 0xc5, 0x20, 0xdb, 0x5b, 0xe5, 0x56, 0xc9, 0x6d, 0xf0, 0x30, 0xe9, 0x0e, 0x95, 0x4e, 0x30, + 0x06, 0x1b, 0xc6, 0x60, 0x3f, 0x81, 0x79, 0x79, 0x9f, 0xac, 0xf7, 0x38, 0xed, 0x1f, 0x13, 0x66, + 0xe8, 0x98, 0x33, 0xd2, 0x3d, 0x25, 0x44, 0x8f, 0x41, 0x09, 0x48, 0x90, 0x59, 0xe9, 0x34, 0xce, + 0x6a, 0xa1, 0x31, 0xba, 0x36, 0xa1, 0x0d, 0xa8, 0x24, 0x61, 0x6c, 0xc8, 0x91, 0x9f, 0xb2, 0x0b, + 0x63, 0xea, 0x49, 0x61, 0x55, 0xb1, 0x3d, 0x1d, 0xd3, 0x6e, 0x18, 0xcb, 0x48, 0xe6, 0x3a, 0x95, + 0xfd, 0xbb, 0x3a, 0x92, 0x16, 0xc9, 0x0a, 0x40, 0x01, 0x34, 0xc8, 0x07, 0xc1, 0xb0, 0x87, 0x85, + 0x60, 0xe1, 0x71, 0x2a, 0x08, 0x6f, 0xd5, 0x54, 0xa3, 0x7e, 0xa3, 0x1a, 0xf5, 0x1a, 0xaa, 0x3b, + 0xb6, 0x74, 0xde, 0x1c, 0xf8, 0xea, 0x9e, 0x5d, 0x20, 0xa3, 0x52, 0x6b, 0x0b, 0x9a, 0x45, 0x86, + 0xb7, 0xea, 0xdb, 0x3f, 0x66, 0x60, 0x75, 0x32, 0x1a, 0x53, 0xaa, 0x2b, 0x50, 0x63, 0x94, 0xf6, + 0xbd, 0x7c, 0xad, 0x4a, 0xc1, 0x9e, 0xac, 0xd5, 0xe7, 0xd0, 0x1c, 0x4d, 0xb9, 0xac, 0x75, 0x91, + 0x4d, 0xcb, 0x7b, 0x49, 0x3e, 0xe3, 0x5a, 0x85, 0x9e, 0x42, 0x23, 0xef, 0xa2, 0xc2, 0x6a, 0x12, + 0x17, 0x72, 0xf2, 0xa2, 0xe8, 0x7d, 0x22, 0x70, 0x80, 0x05, 0x36, 0xd5, 0x97, 0x8f, 0xfe, 0xce, + 0xa8, 0xd0, 0x05, 0x2c, 0xe7, 0x5d, 0x72, 0x29, 0xa8, 0xab, 0x14, 0xbc, 0xbc, 0x26, 0x05, 0x66, + 0x6a, 0xe6, 0x4a, 0xf5, 0x6a, 0x26, 0x96, 0x92, 0x22, 0x1d, 0x7a, 0x0c, 0x75, 0xa6, 0x13, 0xa8, + 0x4a, 0x46, 0x35, 0xa8, 0xaa, 0x7c, 0x30, 0x62, 0x59, 0x3b, 0x83, 0x71, 0x3f, 0x55, 0x3c, 0xee, + 0xa7, 0xf3, 0xe3, 0xbe, 0x03, 0x55, 0x46, 0x78, 0x1a, 0x09, 0x55, 0x7f, 0xf3, 0x1b, 0xcb, 0x0a, + 0x7a, 0x1e, 0xb2, 0xd2, 0xba, 0xc6, 0x6a, 0xac, 0xa1, 0x6a, 0x63, 0x0d, 0xb5, 0x0e, 0x4d, 0x69, + 0x11, 0x18, 0x7f, 0x8f, 0xa5, 0x11, 0x19, 0xb6, 0xde, 0x22, 0x0f, 0x93, 0x3c, 0x1b, 0x63, 0x83, + 0x63, 0xf6, 0xca, 0xe0, 0x40, 0xbb, 0x70, 0xf7, 0x94, 0xe0, 0x80, 0x30, 0xde, 0x9a, 0x53, 0xec, + 0x6e, 0xdc, 0x8c, 0xdd, 0x37, 0xda, 0x49, 0xf3, 0x99, 0x85, 0x40, 0x0c, 0x96, 0xcc, 0xa7, 0x27, + 0x68, 0x3e, 0x73, 0xf3, 0x2a, 0xf6, 0xf7, 0xb7, 0x8a, 0x7d, 0x48, 0xaf, 0xe6, 0xed, 0xde, 0xe9, + 0xb8, 0x06, 0xbd, 0x80, 0x06, 0x89, 0xf1, 0xb1, 0xec, 0xe6, 0x13, 0x82, 0x45, 0xca, 0x08, 0x6f, + 0x2d, 0xac, 0x56, 0xd6, 0xe6, 0x37, 0x16, 0x32, 0xb6, 0x5f, 0x6b, 0xb9, 0xbb, 0x60, 0x0c, 0xcd, + 0x99, 0x5b, 0x6f, 0xc0, 0x9a, 0x5c, 0x26, 0xb7, 0xe9, 0x43, 0xeb, 0x05, 0xcc, 0xe6, 0x29, 0xb9, + 0x95, 0xef, 0x6b, 0x68, 0x4d, 0x7a, 0xf2, 0xad, 0x66, 0xc1, 0x5e, 0xf6, 0x1b, 0x7e, 0xe0, 0x74, + 0xe5, 0x4c, 0x1f, 0xf9, 0x0d, 0x7f, 0x0e, 0x35, 0x3d, 0xf9, 0x8b, 0xb6, 0x1a, 0xe3, 0xa0, 0xb6, + 0x8e, 0x19, 0xdf, 0x7c, 0x3d, 0x7b, 0x0a, 0x30, 0x24, 0x0f, 0xcd, 0xc0, 0xd4, 0xde, 0xfe, 0x9e, + 0xdd, 0xb8, 0x83, 0x16, 0x61, 0xee, 0xad, 0xeb, 0x1c, 0x74, 0x3d, 0x7b, 0x6f, 0x73, 0x6b, 0xd7, + 0x7e, 0xd5, 0x28, 0x3d, 0xfb, 0x05, 0x16, 0xc7, 0xaa, 0x1a, 0xb5, 0xa0, 0xb9, 0x6b, 0xef, 0x6c, + 0x6e, 0xff, 0xe4, 0x6d, 0x6e, 0x6f, 0xdb, 0xdd, 0x43, 0x6f, 0xdf, 0xf5, 0xba, 0xce, 0x5e, 0xe3, + 0x0e, 0x02, 0xa8, 0x6a, 0x51, 0xa3, 0x84, 0x16, 0xa0, 0xee, 0xda, 0x3f, 0x1e, 0xd9, 0x07, 0x87, + 0x4a, 0x59, 0x96, 0x4a, 0xd7, 0xfe, 0xc1, 0xde, 0x3e, 0x6c, 0x54, 0xe4, 0xa5, 0xaf, 0xdc, 0xfd, + 0x6e, 0x63, 0x6a, 0xe3, 0xef, 0x2a, 0x54, 0x9d, 0x7d, 0x89, 0x0b, 0x7d, 0x0b, 0xb3, 0xdb, 0x8c, + 0x60, 0x41, 0xf4, 0xbe, 0x89, 0x8a, 0x16, 0x50, 0x6b, 0xb9, 0xa3, 0x77, 0xe1, 0x4e, 0xb6, 0x0b, + 0x77, 0x6c, 0xb9, 0x0b, 0x4b, 0x67, 0x4d, 0xd2, 0x7f, 0x71, 0xfe, 0x0a, 0x6a, 0x83, 0x15, 0x1a, + 0x2d, 0x65, 0x3b, 0xdb, 0xc8, 0x4a, 0x6d, 0x15, 0x05, 0x44, 0x36, 0xc0, 0x6e, 0xc8, 0x33, 0x4f, + 0x6b, 0x60, 0x32, 0x14, 0x66, 0xee, 0x2b, 0x85, 0x3a, 0x33, 0xc8, 0xb7, 0x60, 0x6e, 0x64, 0x21, + 0x47, 0xf7, 0x15, 0x86, 0xa2, 0x25, 0x7d, 0xe2, 0x1b, 0xbe, 0x83, 0x39, 0xcd, 0x9e, 0xd9, 0xce, + 0x50, 0xe1, 0x72, 0x3b, 0xd1, 0xdd, 0x81, 0xf9, 0xd1, 0x35, 0x15, 0x59, 0x85, 0xbb, 0x6b, 0xf6, + 0x9a, 0xc9, 0x7b, 0x2d, 0xda, 0x05, 0x34, 0xbe, 0x73, 0xa2, 0x07, 0xb9, 0x27, 0x15, 0x2c, 0xa3, + 0x13, 0x81, 0xbd, 0x87, 0xfb, 0x13, 0x97, 0x36, 0xf4, 0x24, 0xc3, 0xf1, 0xd1, 0xbd, 0xd3, 0xfa, + 0xf4, 0x3a, 0x33, 0x83, 0xbc, 0x07, 0xad, 0x49, 0x53, 0x0c, 0x7d, 0x72, 0x93, 0x0d, 0xc1, 0x7a, + 0x72, 0xa3, 0x51, 0x38, 0xa4, 0x28, 0xdf, 0xd2, 0x23, 0x14, 0x15, 0xf4, 0xfa, 0x24, 0x8a, 0xb6, + 0x1e, 0xfd, 0xfc, 0xb0, 0x17, 0x8a, 0xd3, 0xf4, 0xb8, 0xe3, 0xd3, 0xfe, 0xba, 0xc9, 0xba, 0xfe, + 0xb3, 0xe8, 0xd3, 0x68, 0x9d, 0x25, 0xfe, 0x71, 0x55, 0x9d, 0xbe, 0xfc, 0x37, 0x00, 0x00, 0xff, + 0xff, 0xd3, 0xde, 0x4a, 0x08, 0x9d, 0x0e, 0x00, 0x00, } diff --git a/rpc/keepalive.pb.go b/rpc/keepalive.pb.go index 5023a3e7..91f50441 100644 --- a/rpc/keepalive.pb.go +++ b/rpc/keepalive.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 -// protoc v4.23.4 +// protoc v5.28.0 // source: rpc/keepalive.proto package rpc diff --git a/rpc/participant.pb.go b/rpc/participant.pb.go index 1daa1fb4..f8249f0b 100644 --- a/rpc/participant.pb.go +++ b/rpc/participant.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 -// protoc v4.23.4 +// protoc v5.28.0 // source: rpc/participant.proto package rpc diff --git a/rpc/participant.psrpc.go b/rpc/participant.psrpc.go index c59ad874..046e078e 100644 --- a/rpc/participant.psrpc.go +++ b/rpc/participant.psrpc.go @@ -14,7 +14,7 @@ import ( "github.com/livekit/psrpc/version" ) import livekit1 "github.com/livekit/protocol/livekit" -import livekit6 "github.com/livekit/protocol/livekit" +import livekit7 "github.com/livekit/protocol/livekit" var _ = version.PsrpcVersion_0_6 @@ -23,13 +23,13 @@ var _ = version.PsrpcVersion_0_6 // ============================ type ParticipantClient[ParticipantTopicType ~string] interface { - RemoveParticipant(ctx context.Context, participant ParticipantTopicType, req *livekit6.RoomParticipantIdentity, opts ...psrpc.RequestOption) (*livekit6.RemoveParticipantResponse, error) + RemoveParticipant(ctx context.Context, participant ParticipantTopicType, req *livekit7.RoomParticipantIdentity, opts ...psrpc.RequestOption) (*livekit7.RemoveParticipantResponse, error) - MutePublishedTrack(ctx context.Context, participant ParticipantTopicType, req *livekit6.MuteRoomTrackRequest, opts ...psrpc.RequestOption) (*livekit6.MuteRoomTrackResponse, error) + MutePublishedTrack(ctx context.Context, participant ParticipantTopicType, req *livekit7.MuteRoomTrackRequest, opts ...psrpc.RequestOption) (*livekit7.MuteRoomTrackResponse, error) - UpdateParticipant(ctx context.Context, participant ParticipantTopicType, req *livekit6.UpdateParticipantRequest, opts ...psrpc.RequestOption) (*livekit1.ParticipantInfo, error) + UpdateParticipant(ctx context.Context, participant ParticipantTopicType, req *livekit7.UpdateParticipantRequest, opts ...psrpc.RequestOption) (*livekit1.ParticipantInfo, error) - UpdateSubscriptions(ctx context.Context, participant ParticipantTopicType, req *livekit6.UpdateSubscriptionsRequest, opts ...psrpc.RequestOption) (*livekit6.UpdateSubscriptionsResponse, error) + UpdateSubscriptions(ctx context.Context, participant ParticipantTopicType, req *livekit7.UpdateSubscriptionsRequest, opts ...psrpc.RequestOption) (*livekit7.UpdateSubscriptionsResponse, error) // Close immediately, without waiting for pending RPCs Close() @@ -40,13 +40,13 @@ type ParticipantClient[ParticipantTopicType ~string] interface { // ================================ type ParticipantServerImpl interface { - RemoveParticipant(context.Context, *livekit6.RoomParticipantIdentity) (*livekit6.RemoveParticipantResponse, error) + RemoveParticipant(context.Context, *livekit7.RoomParticipantIdentity) (*livekit7.RemoveParticipantResponse, error) - MutePublishedTrack(context.Context, *livekit6.MuteRoomTrackRequest) (*livekit6.MuteRoomTrackResponse, error) + MutePublishedTrack(context.Context, *livekit7.MuteRoomTrackRequest) (*livekit7.MuteRoomTrackResponse, error) - UpdateParticipant(context.Context, *livekit6.UpdateParticipantRequest) (*livekit1.ParticipantInfo, error) + UpdateParticipant(context.Context, *livekit7.UpdateParticipantRequest) (*livekit1.ParticipantInfo, error) - UpdateSubscriptions(context.Context, *livekit6.UpdateSubscriptionsRequest) (*livekit6.UpdateSubscriptionsResponse, error) + UpdateSubscriptions(context.Context, *livekit7.UpdateSubscriptionsRequest) (*livekit7.UpdateSubscriptionsResponse, error) } // ============================ @@ -102,20 +102,20 @@ func NewParticipantClient[ParticipantTopicType ~string](bus psrpc.MessageBus, op }, nil } -func (c *participantClient[ParticipantTopicType]) RemoveParticipant(ctx context.Context, participant ParticipantTopicType, req *livekit6.RoomParticipantIdentity, opts ...psrpc.RequestOption) (*livekit6.RemoveParticipantResponse, error) { - return client.RequestSingle[*livekit6.RemoveParticipantResponse](ctx, c.client, "RemoveParticipant", []string{string(participant)}, req, opts...) +func (c *participantClient[ParticipantTopicType]) RemoveParticipant(ctx context.Context, participant ParticipantTopicType, req *livekit7.RoomParticipantIdentity, opts ...psrpc.RequestOption) (*livekit7.RemoveParticipantResponse, error) { + return client.RequestSingle[*livekit7.RemoveParticipantResponse](ctx, c.client, "RemoveParticipant", []string{string(participant)}, req, opts...) } -func (c *participantClient[ParticipantTopicType]) MutePublishedTrack(ctx context.Context, participant ParticipantTopicType, req *livekit6.MuteRoomTrackRequest, opts ...psrpc.RequestOption) (*livekit6.MuteRoomTrackResponse, error) { - return client.RequestSingle[*livekit6.MuteRoomTrackResponse](ctx, c.client, "MutePublishedTrack", []string{string(participant)}, req, opts...) +func (c *participantClient[ParticipantTopicType]) MutePublishedTrack(ctx context.Context, participant ParticipantTopicType, req *livekit7.MuteRoomTrackRequest, opts ...psrpc.RequestOption) (*livekit7.MuteRoomTrackResponse, error) { + return client.RequestSingle[*livekit7.MuteRoomTrackResponse](ctx, c.client, "MutePublishedTrack", []string{string(participant)}, req, opts...) } -func (c *participantClient[ParticipantTopicType]) UpdateParticipant(ctx context.Context, participant ParticipantTopicType, req *livekit6.UpdateParticipantRequest, opts ...psrpc.RequestOption) (*livekit1.ParticipantInfo, error) { +func (c *participantClient[ParticipantTopicType]) UpdateParticipant(ctx context.Context, participant ParticipantTopicType, req *livekit7.UpdateParticipantRequest, opts ...psrpc.RequestOption) (*livekit1.ParticipantInfo, error) { return client.RequestSingle[*livekit1.ParticipantInfo](ctx, c.client, "UpdateParticipant", []string{string(participant)}, req, opts...) } -func (c *participantClient[ParticipantTopicType]) UpdateSubscriptions(ctx context.Context, participant ParticipantTopicType, req *livekit6.UpdateSubscriptionsRequest, opts ...psrpc.RequestOption) (*livekit6.UpdateSubscriptionsResponse, error) { - return client.RequestSingle[*livekit6.UpdateSubscriptionsResponse](ctx, c.client, "UpdateSubscriptions", []string{string(participant)}, req, opts...) +func (c *participantClient[ParticipantTopicType]) UpdateSubscriptions(ctx context.Context, participant ParticipantTopicType, req *livekit7.UpdateSubscriptionsRequest, opts ...psrpc.RequestOption) (*livekit7.UpdateSubscriptionsResponse, error) { + return client.RequestSingle[*livekit7.UpdateSubscriptionsResponse](ctx, c.client, "UpdateSubscriptions", []string{string(participant)}, req, opts...) } func (s *participantClient[ParticipantTopicType]) Close() { diff --git a/rpc/room.pb.go b/rpc/room.pb.go index 7ea2be17..b3003d80 100644 --- a/rpc/room.pb.go +++ b/rpc/room.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 -// protoc v4.23.4 +// protoc v5.28.0 // source: rpc/room.proto package rpc diff --git a/rpc/room.psrpc.go b/rpc/room.psrpc.go index a29ef514..07888d09 100644 --- a/rpc/room.psrpc.go +++ b/rpc/room.psrpc.go @@ -14,7 +14,7 @@ import ( "github.com/livekit/psrpc/version" ) import livekit1 "github.com/livekit/protocol/livekit" -import livekit6 "github.com/livekit/protocol/livekit" +import livekit7 "github.com/livekit/protocol/livekit" var _ = version.PsrpcVersion_0_6 @@ -23,11 +23,11 @@ var _ = version.PsrpcVersion_0_6 // ===================== type RoomClient[RoomTopicType ~string] interface { - DeleteRoom(ctx context.Context, room RoomTopicType, req *livekit6.DeleteRoomRequest, opts ...psrpc.RequestOption) (*livekit6.DeleteRoomResponse, error) + DeleteRoom(ctx context.Context, room RoomTopicType, req *livekit7.DeleteRoomRequest, opts ...psrpc.RequestOption) (*livekit7.DeleteRoomResponse, error) - SendData(ctx context.Context, room RoomTopicType, req *livekit6.SendDataRequest, opts ...psrpc.RequestOption) (*livekit6.SendDataResponse, error) + SendData(ctx context.Context, room RoomTopicType, req *livekit7.SendDataRequest, opts ...psrpc.RequestOption) (*livekit7.SendDataResponse, error) - UpdateRoomMetadata(ctx context.Context, room RoomTopicType, req *livekit6.UpdateRoomMetadataRequest, opts ...psrpc.RequestOption) (*livekit1.Room, error) + UpdateRoomMetadata(ctx context.Context, room RoomTopicType, req *livekit7.UpdateRoomMetadataRequest, opts ...psrpc.RequestOption) (*livekit1.Room, error) // Close immediately, without waiting for pending RPCs Close() @@ -38,11 +38,11 @@ type RoomClient[RoomTopicType ~string] interface { // ========================= type RoomServerImpl interface { - DeleteRoom(context.Context, *livekit6.DeleteRoomRequest) (*livekit6.DeleteRoomResponse, error) + DeleteRoom(context.Context, *livekit7.DeleteRoomRequest) (*livekit7.DeleteRoomResponse, error) - SendData(context.Context, *livekit6.SendDataRequest) (*livekit6.SendDataResponse, error) + SendData(context.Context, *livekit7.SendDataRequest) (*livekit7.SendDataResponse, error) - UpdateRoomMetadata(context.Context, *livekit6.UpdateRoomMetadataRequest) (*livekit1.Room, error) + UpdateRoomMetadata(context.Context, *livekit7.UpdateRoomMetadataRequest) (*livekit1.Room, error) } // ===================== @@ -95,15 +95,15 @@ func NewRoomClient[RoomTopicType ~string](bus psrpc.MessageBus, opts ...psrpc.Cl }, nil } -func (c *roomClient[RoomTopicType]) DeleteRoom(ctx context.Context, room RoomTopicType, req *livekit6.DeleteRoomRequest, opts ...psrpc.RequestOption) (*livekit6.DeleteRoomResponse, error) { - return client.RequestSingle[*livekit6.DeleteRoomResponse](ctx, c.client, "DeleteRoom", []string{string(room)}, req, opts...) +func (c *roomClient[RoomTopicType]) DeleteRoom(ctx context.Context, room RoomTopicType, req *livekit7.DeleteRoomRequest, opts ...psrpc.RequestOption) (*livekit7.DeleteRoomResponse, error) { + return client.RequestSingle[*livekit7.DeleteRoomResponse](ctx, c.client, "DeleteRoom", []string{string(room)}, req, opts...) } -func (c *roomClient[RoomTopicType]) SendData(ctx context.Context, room RoomTopicType, req *livekit6.SendDataRequest, opts ...psrpc.RequestOption) (*livekit6.SendDataResponse, error) { - return client.RequestSingle[*livekit6.SendDataResponse](ctx, c.client, "SendData", []string{string(room)}, req, opts...) +func (c *roomClient[RoomTopicType]) SendData(ctx context.Context, room RoomTopicType, req *livekit7.SendDataRequest, opts ...psrpc.RequestOption) (*livekit7.SendDataResponse, error) { + return client.RequestSingle[*livekit7.SendDataResponse](ctx, c.client, "SendData", []string{string(room)}, req, opts...) } -func (c *roomClient[RoomTopicType]) UpdateRoomMetadata(ctx context.Context, room RoomTopicType, req *livekit6.UpdateRoomMetadataRequest, opts ...psrpc.RequestOption) (*livekit1.Room, error) { +func (c *roomClient[RoomTopicType]) UpdateRoomMetadata(ctx context.Context, room RoomTopicType, req *livekit7.UpdateRoomMetadataRequest, opts ...psrpc.RequestOption) (*livekit1.Room, error) { return client.RequestSingle[*livekit1.Room](ctx, c.client, "UpdateRoomMetadata", []string{string(room)}, req, opts...) } diff --git a/rpc/roommanager.pb.go b/rpc/roommanager.pb.go index 6fe283ea..2f750171 100644 --- a/rpc/roommanager.pb.go +++ b/rpc/roommanager.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 -// protoc v4.23.4 +// protoc v5.28.0 // source: rpc/roommanager.proto package rpc diff --git a/rpc/roommanager.psrpc.go b/rpc/roommanager.psrpc.go index 4b532cbc..a9eece3c 100644 --- a/rpc/roommanager.psrpc.go +++ b/rpc/roommanager.psrpc.go @@ -14,7 +14,7 @@ import ( "github.com/livekit/psrpc/version" ) import livekit1 "github.com/livekit/protocol/livekit" -import livekit6 "github.com/livekit/protocol/livekit" +import livekit7 "github.com/livekit/protocol/livekit" var _ = version.PsrpcVersion_0_6 @@ -23,7 +23,7 @@ var _ = version.PsrpcVersion_0_6 // ============================ type RoomManagerClient[NodeIdTopicType ~string] interface { - CreateRoom(ctx context.Context, nodeId NodeIdTopicType, req *livekit6.CreateRoomRequest, opts ...psrpc.RequestOption) (*livekit1.Room, error) + CreateRoom(ctx context.Context, nodeId NodeIdTopicType, req *livekit7.CreateRoomRequest, opts ...psrpc.RequestOption) (*livekit1.Room, error) // Close immediately, without waiting for pending RPCs Close() @@ -34,7 +34,7 @@ type RoomManagerClient[NodeIdTopicType ~string] interface { // ================================ type RoomManagerServerImpl interface { - CreateRoom(context.Context, *livekit6.CreateRoomRequest) (*livekit1.Room, error) + CreateRoom(context.Context, *livekit7.CreateRoomRequest) (*livekit1.Room, error) } // ============================ @@ -81,7 +81,7 @@ func NewRoomManagerClient[NodeIdTopicType ~string](bus psrpc.MessageBus, opts .. }, nil } -func (c *roomManagerClient[NodeIdTopicType]) CreateRoom(ctx context.Context, nodeId NodeIdTopicType, req *livekit6.CreateRoomRequest, opts ...psrpc.RequestOption) (*livekit1.Room, error) { +func (c *roomManagerClient[NodeIdTopicType]) CreateRoom(ctx context.Context, nodeId NodeIdTopicType, req *livekit7.CreateRoomRequest, opts ...psrpc.RequestOption) (*livekit1.Room, error) { return client.RequestSingle[*livekit1.Room](ctx, c.client, "CreateRoom", []string{string(nodeId)}, req, opts...) } diff --git a/rpc/signal.pb.go b/rpc/signal.pb.go index 7ff67d40..b3ac90a0 100644 --- a/rpc/signal.pb.go +++ b/rpc/signal.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 -// protoc v4.23.4 +// protoc v5.28.0 // source: rpc/signal.proto package rpc diff --git a/rpc/sip.pb.go b/rpc/sip.pb.go index 5e554213..8223a983 100644 --- a/rpc/sip.pb.go +++ b/rpc/sip.pb.go @@ -15,7 +15,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 -// protoc v4.23.4 +// protoc v5.28.0 // source: rpc/sip.proto package rpc