From 610a38b7bf7273d87dfa19c717b0c6ac2316e8fe Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Wed, 17 Jun 2026 13:11:43 -0600 Subject: [PATCH 1/2] feat(agents): support attributes in list/deploy/update cloud agent ops --- .changeset/chilly-adults-tie.md | 6 ++++++ protobufs/livekit_cloud_agent.proto | 22 ++++++++++++---------- 2 files changed, 18 insertions(+), 10 deletions(-) create mode 100644 .changeset/chilly-adults-tie.md diff --git a/.changeset/chilly-adults-tie.md b/.changeset/chilly-adults-tie.md new file mode 100644 index 000000000..3c188b1da --- /dev/null +++ b/.changeset/chilly-adults-tie.md @@ -0,0 +1,6 @@ +--- +"github.com/livekit/protocol": minor +"@livekit/protocol": minor +--- + +Support cloud agent attributes in CRUD operations diff --git a/protobufs/livekit_cloud_agent.proto b/protobufs/livekit_cloud_agent.proto index 860bc230f..20f1614c8 100644 --- a/protobufs/livekit_cloud_agent.proto +++ b/protobufs/livekit_cloud_agent.proto @@ -171,13 +171,14 @@ message RestartAgentResponse { } message DeployAgentRequest { - string agent_id = 1 [(logger.name) = "agentID"]; - string agent_name = 2 [deprecated=true]; - repeated AgentSecret secrets = 3; - int32 replicas = 4 [deprecated=true]; - int32 max_replicas = 5 [deprecated=true]; - string cpu_req = 6 [deprecated=true]; - string deployment = 7; + string agent_id = 1 [(logger.name) = "agentID"]; + string agent_name = 2 [deprecated=true]; + repeated AgentSecret secrets = 3; + int32 replicas = 4 [deprecated=true]; + int32 max_replicas = 5 [deprecated=true]; + string cpu_req = 6 [deprecated=true]; + string deployment = 7; + map attributes = 8; } message DeployAgentResponse { @@ -191,9 +192,10 @@ message DeployAgentResponse { } message DeployAgentV2Request { - string agent_id = 1 [(logger.name) = "agentID"]; - repeated AgentSecret secrets = 2; - string deployment = 3; + string agent_id = 1 [(logger.name) = "agentID"]; + repeated AgentSecret secrets = 2; + string deployment = 3; + map attributes = 4; } message DeployAgentV2Response { From f4c3ee88c86a87a509832b7edfaf3aa7b9326da8 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:24:16 +0000 Subject: [PATCH 2/2] generated protobuf --- livekit/livekit_cloud_agent.pb.go | 178 ++++++++------- livekit/livekit_cloud_agent.twirp.go | 312 ++++++++++++++------------- 2 files changed, 262 insertions(+), 228 deletions(-) diff --git a/livekit/livekit_cloud_agent.pb.go b/livekit/livekit_cloud_agent.pb.go index 9c89a22b7..dfb75a848 100644 --- a/livekit/livekit_cloud_agent.pb.go +++ b/livekit/livekit_cloud_agent.pb.go @@ -1519,8 +1519,9 @@ type DeployAgentRequest struct { // Deprecated: Marked as deprecated in livekit_cloud_agent.proto. MaxReplicas int32 `protobuf:"varint,5,opt,name=max_replicas,json=maxReplicas,proto3" json:"max_replicas,omitempty"` // Deprecated: Marked as deprecated in livekit_cloud_agent.proto. - CpuReq string `protobuf:"bytes,6,opt,name=cpu_req,json=cpuReq,proto3" json:"cpu_req,omitempty"` - Deployment string `protobuf:"bytes,7,opt,name=deployment,proto3" json:"deployment,omitempty"` + CpuReq string `protobuf:"bytes,6,opt,name=cpu_req,json=cpuReq,proto3" json:"cpu_req,omitempty"` + Deployment string `protobuf:"bytes,7,opt,name=deployment,proto3" json:"deployment,omitempty"` + Attributes map[string]string `protobuf:"bytes,8,rep,name=attributes,proto3" json:"attributes,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -1608,6 +1609,13 @@ func (x *DeployAgentRequest) GetDeployment() string { return "" } +func (x *DeployAgentRequest) GetAttributes() map[string]string { + if x != nil { + return x.Attributes + } + return nil +} + type DeployAgentResponse struct { state protoimpl.MessageState `protogen:"open.v1"` Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` @@ -1707,6 +1715,7 @@ type DeployAgentV2Request struct { AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"` Secrets []*AgentSecret `protobuf:"bytes,2,rep,name=secrets,proto3" json:"secrets,omitempty"` Deployment string `protobuf:"bytes,3,opt,name=deployment,proto3" json:"deployment,omitempty"` + Attributes map[string]string `protobuf:"bytes,4,rep,name=attributes,proto3" json:"attributes,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } @@ -1762,6 +1771,13 @@ func (x *DeployAgentV2Request) GetDeployment() string { return "" } +func (x *DeployAgentV2Request) GetAttributes() map[string]string { + if x != nil { + return x.Attributes + } + return nil +} + type DeployAgentV2Response struct { state protoimpl.MessageState `protogen:"open.v1"` Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` @@ -3020,7 +3036,7 @@ type PrivateLink_AWSConfig struct { func (x *PrivateLink_AWSConfig) Reset() { *x = PrivateLink_AWSConfig{} - mi := &file_livekit_cloud_agent_proto_msgTypes[45] + mi := &file_livekit_cloud_agent_proto_msgTypes[47] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3032,7 +3048,7 @@ func (x *PrivateLink_AWSConfig) String() string { func (*PrivateLink_AWSConfig) ProtoMessage() {} func (x *PrivateLink_AWSConfig) ProtoReflect() protoreflect.Message { - mi := &file_livekit_cloud_agent_proto_msgTypes[45] + mi := &file_livekit_cloud_agent_proto_msgTypes[47] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3066,7 +3082,7 @@ type CreatePrivateLinkRequest_AWSCreateConfig struct { func (x *CreatePrivateLinkRequest_AWSCreateConfig) Reset() { *x = CreatePrivateLinkRequest_AWSCreateConfig{} - mi := &file_livekit_cloud_agent_proto_msgTypes[46] + mi := &file_livekit_cloud_agent_proto_msgTypes[48] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } @@ -3078,7 +3094,7 @@ func (x *CreatePrivateLinkRequest_AWSCreateConfig) String() string { func (*CreatePrivateLinkRequest_AWSCreateConfig) ProtoMessage() {} func (x *CreatePrivateLinkRequest_AWSCreateConfig) ProtoReflect() protoreflect.Message { - mi := &file_livekit_cloud_agent_proto_msgTypes[46] + mi := &file_livekit_cloud_agent_proto_msgTypes[48] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { @@ -3237,7 +3253,7 @@ const file_livekit_cloud_agent_proto_rawDesc = "" + "\xbaP\aagentIDR\aagentId\"J\n" + "\x14RestartAgentResponse\x12\x18\n" + "\asuccess\x18\x01 \x01(\bR\asuccess\x12\x18\n" + - "\amessage\x18\x02 \x01(\tR\amessage\"\x92\x02\n" + + "\amessage\x18\x02 \x01(\tR\amessage\"\x9e\x03\n" + "\x12DeployAgentRequest\x12%\n" + "\bagent_id\x18\x01 \x01(\tB\n" + "\xbaP\aagentIDR\aagentId\x12!\n" + @@ -3249,7 +3265,13 @@ const file_livekit_cloud_agent_proto_rawDesc = "" + "\acpu_req\x18\x06 \x01(\tB\x02\x18\x01R\x06cpuReq\x12\x1e\n" + "\n" + "deployment\x18\a \x01(\tR\n" + - "deployment\"\xa0\x02\n" + + "deployment\x12K\n" + + "\n" + + "attributes\x18\b \x03(\v2+.livekit.DeployAgentRequest.AttributesEntryR\n" + + "attributes\x1a=\n" + + "\x0fAttributesEntry\x12\x10\n" + + "\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n" + + "\x05value\x18\x02 \x01(\tR\x05value:\x028\x01\"\xa0\x02\n" + "\x13DeployAgentResponse\x12\x18\n" + "\asuccess\x18\x01 \x01(\bR\asuccess\x12\x18\n" + "\amessage\x18\x02 \x01(\tR\amessage\x12%\n" + @@ -3260,14 +3282,20 @@ const file_livekit_cloud_agent_proto_rawDesc = "" + "\x16presigned_post_request\x18\x06 \x01(\v2\x1d.livekit.PresignedPostRequestR\x14presignedPostRequest\x12\x1e\n" + "\n" + "deployment\x18\a \x01(\tR\n" + - "deployment\"\x8d\x01\n" + + "deployment\"\x9b\x02\n" + "\x14DeployAgentV2Request\x12%\n" + "\bagent_id\x18\x01 \x01(\tB\n" + "\xbaP\aagentIDR\aagentId\x12.\n" + "\asecrets\x18\x02 \x03(\v2\x14.livekit.AgentSecretR\asecrets\x12\x1e\n" + "\n" + "deployment\x18\x03 \x01(\tR\n" + - "deployment\"\xe8\x01\n" + + "deployment\x12M\n" + + "\n" + + "attributes\x18\x04 \x03(\v2-.livekit.DeployAgentV2Request.AttributesEntryR\n" + + "attributes\x1a=\n" + + "\x0fAttributesEntry\x12\x10\n" + + "\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n" + + "\x05value\x18\x02 \x01(\tR\x05value:\x028\x01\"\xe8\x01\n" + "\x15DeployAgentV2Response\x12\x18\n" + "\asuccess\x18\x01 \x01(\bR\asuccess\x12\x18\n" + "\amessage\x18\x02 \x01(\tR\amessage\x12%\n" + @@ -3412,7 +3440,7 @@ func file_livekit_cloud_agent_proto_rawDescGZIP() []byte { } var file_livekit_cloud_agent_proto_enumTypes = make([]protoimpl.EnumInfo, 3) -var file_livekit_cloud_agent_proto_msgTypes = make([]protoimpl.MessageInfo, 47) +var file_livekit_cloud_agent_proto_msgTypes = make([]protoimpl.MessageInfo, 49) var file_livekit_cloud_agent_proto_goTypes = []any{ (AgentSecretKind)(0), // 0: livekit.AgentSecretKind (AgentEventType)(0), // 1: livekit.AgentEventType @@ -3462,15 +3490,17 @@ var file_livekit_cloud_agent_proto_goTypes = []any{ (*GetPrivateLinkStatusResponse)(nil), // 45: livekit.GetPrivateLinkStatusResponse nil, // 46: livekit.PresignedPostRequest.ValuesEntry nil, // 47: livekit.AgentVersion.AttributesEntry - (*PrivateLink_AWSConfig)(nil), // 48: livekit.PrivateLink.AWSConfig - (*CreatePrivateLinkRequest_AWSCreateConfig)(nil), // 49: livekit.CreatePrivateLinkRequest.AWSCreateConfig - (*timestamppb.Timestamp)(nil), // 50: google.protobuf.Timestamp + nil, // 48: livekit.DeployAgentRequest.AttributesEntry + nil, // 49: livekit.DeployAgentV2Request.AttributesEntry + (*PrivateLink_AWSConfig)(nil), // 50: livekit.PrivateLink.AWSConfig + (*CreatePrivateLinkRequest_AWSCreateConfig)(nil), // 51: livekit.CreatePrivateLinkRequest.AWSCreateConfig + (*timestamppb.Timestamp)(nil), // 52: google.protobuf.Timestamp } var file_livekit_cloud_agent_proto_depIdxs = []int32{ 1, // 0: livekit.AgentEvent.type:type_name -> livekit.AgentEventType - 50, // 1: livekit.AgentEvent.timestamp:type_name -> google.protobuf.Timestamp - 50, // 2: livekit.AgentSecret.created_at:type_name -> google.protobuf.Timestamp - 50, // 3: livekit.AgentSecret.updated_at:type_name -> google.protobuf.Timestamp + 52, // 1: livekit.AgentEvent.timestamp:type_name -> google.protobuf.Timestamp + 52, // 2: livekit.AgentSecret.created_at:type_name -> google.protobuf.Timestamp + 52, // 3: livekit.AgentSecret.updated_at:type_name -> google.protobuf.Timestamp 0, // 4: livekit.AgentSecret.kind:type_name -> livekit.AgentSecretKind 4, // 5: livekit.CreateAgentRequest.secrets:type_name -> livekit.AgentSecret 9, // 6: livekit.CreateAgentResponse.presigned_post_request:type_name -> livekit.PresignedPostRequest @@ -3479,66 +3509,68 @@ var file_livekit_cloud_agent_proto_depIdxs = []int32{ 3, // 9: livekit.AgentDeployment.events:type_name -> livekit.AgentEvent 10, // 10: livekit.AgentInfo.agent_deployments:type_name -> livekit.AgentDeployment 4, // 11: livekit.AgentInfo.secrets:type_name -> livekit.AgentSecret - 50, // 12: livekit.AgentInfo.deployed_at:type_name -> google.protobuf.Timestamp + 52, // 12: livekit.AgentInfo.deployed_at:type_name -> google.protobuf.Timestamp 11, // 13: livekit.ListAgentsResponse.agents:type_name -> livekit.AgentInfo - 50, // 14: livekit.AgentVersion.created_at:type_name -> google.protobuf.Timestamp - 50, // 15: livekit.AgentVersion.deployed_at:type_name -> google.protobuf.Timestamp + 52, // 14: livekit.AgentVersion.created_at:type_name -> google.protobuf.Timestamp + 52, // 15: livekit.AgentVersion.deployed_at:type_name -> google.protobuf.Timestamp 47, // 16: livekit.AgentVersion.attributes:type_name -> livekit.AgentVersion.AttributesEntry 14, // 17: livekit.ListAgentVersionsResponse.versions:type_name -> livekit.AgentVersion 4, // 18: livekit.UpdateAgentRequest.secrets:type_name -> livekit.AgentSecret 4, // 19: livekit.DeployAgentRequest.secrets:type_name -> livekit.AgentSecret - 9, // 20: livekit.DeployAgentResponse.presigned_post_request:type_name -> livekit.PresignedPostRequest - 4, // 21: livekit.DeployAgentV2Request.secrets:type_name -> livekit.AgentSecret - 9, // 22: livekit.DeployAgentV2Response.presigned_req:type_name -> livekit.PresignedPostRequest - 4, // 23: livekit.UpdateAgentSecretsRequest.secrets:type_name -> livekit.AgentSecret - 4, // 24: livekit.ListAgentSecretsResponse.secrets:type_name -> livekit.AgentSecret - 33, // 25: livekit.ClientSettingsResponse.params:type_name -> livekit.SettingsParam - 48, // 26: livekit.PrivateLink.aws:type_name -> livekit.PrivateLink.AWSConfig - 2, // 27: livekit.PrivateLinkStatus.status:type_name -> livekit.PrivateLinkStatus.Status - 50, // 28: livekit.PrivateLinkStatus.updated_at:type_name -> google.protobuf.Timestamp - 49, // 29: livekit.CreatePrivateLinkRequest.aws:type_name -> livekit.CreatePrivateLinkRequest.AWSCreateConfig - 36, // 30: livekit.CreatePrivateLinkResponse.private_link:type_name -> livekit.PrivateLink - 36, // 31: livekit.ListPrivateLinksResponse.items:type_name -> livekit.PrivateLink - 37, // 32: livekit.GetPrivateLinkStatusResponse.value:type_name -> livekit.PrivateLinkStatus - 5, // 33: livekit.CloudAgent.CreateAgent:input_type -> livekit.CreateAgentRequest - 7, // 34: livekit.CloudAgent.CreateAgentV2:input_type -> livekit.CreateAgentV2Request - 12, // 35: livekit.CloudAgent.ListAgents:input_type -> livekit.ListAgentsRequest - 15, // 36: livekit.CloudAgent.ListAgentVersions:input_type -> livekit.ListAgentVersionsRequest - 31, // 37: livekit.CloudAgent.ListAgentSecrets:input_type -> livekit.ListAgentSecretsRequest - 17, // 38: livekit.CloudAgent.UpdateAgent:input_type -> livekit.UpdateAgentRequest - 19, // 39: livekit.CloudAgent.RestartAgent:input_type -> livekit.RestartAgentRequest - 21, // 40: livekit.CloudAgent.DeployAgent:input_type -> livekit.DeployAgentRequest - 23, // 41: livekit.CloudAgent.DeployAgentV2:input_type -> livekit.DeployAgentV2Request - 25, // 42: livekit.CloudAgent.UpdateAgentSecrets:input_type -> livekit.UpdateAgentSecretsRequest - 27, // 43: livekit.CloudAgent.RollbackAgent:input_type -> livekit.RollbackAgentRequest - 29, // 44: livekit.CloudAgent.DeleteAgent:input_type -> livekit.DeleteAgentRequest - 35, // 45: livekit.CloudAgent.GetClientSettings:input_type -> livekit.ClientSettingsRequest - 38, // 46: livekit.CloudAgent.CreatePrivateLink:input_type -> livekit.CreatePrivateLinkRequest - 40, // 47: livekit.CloudAgent.DestroyPrivateLink:input_type -> livekit.DestroyPrivateLinkRequest - 42, // 48: livekit.CloudAgent.ListPrivateLinks:input_type -> livekit.ListPrivateLinksRequest - 44, // 49: livekit.CloudAgent.GetPrivateLinkStatus:input_type -> livekit.GetPrivateLinkStatusRequest - 6, // 50: livekit.CloudAgent.CreateAgent:output_type -> livekit.CreateAgentResponse - 8, // 51: livekit.CloudAgent.CreateAgentV2:output_type -> livekit.CreateAgentV2Response - 13, // 52: livekit.CloudAgent.ListAgents:output_type -> livekit.ListAgentsResponse - 16, // 53: livekit.CloudAgent.ListAgentVersions:output_type -> livekit.ListAgentVersionsResponse - 32, // 54: livekit.CloudAgent.ListAgentSecrets:output_type -> livekit.ListAgentSecretsResponse - 18, // 55: livekit.CloudAgent.UpdateAgent:output_type -> livekit.UpdateAgentResponse - 20, // 56: livekit.CloudAgent.RestartAgent:output_type -> livekit.RestartAgentResponse - 22, // 57: livekit.CloudAgent.DeployAgent:output_type -> livekit.DeployAgentResponse - 24, // 58: livekit.CloudAgent.DeployAgentV2:output_type -> livekit.DeployAgentV2Response - 26, // 59: livekit.CloudAgent.UpdateAgentSecrets:output_type -> livekit.UpdateAgentSecretsResponse - 28, // 60: livekit.CloudAgent.RollbackAgent:output_type -> livekit.RollbackAgentResponse - 30, // 61: livekit.CloudAgent.DeleteAgent:output_type -> livekit.DeleteAgentResponse - 34, // 62: livekit.CloudAgent.GetClientSettings:output_type -> livekit.ClientSettingsResponse - 39, // 63: livekit.CloudAgent.CreatePrivateLink:output_type -> livekit.CreatePrivateLinkResponse - 41, // 64: livekit.CloudAgent.DestroyPrivateLink:output_type -> livekit.DestroyPrivateLinkResponse - 43, // 65: livekit.CloudAgent.ListPrivateLinks:output_type -> livekit.ListPrivateLinksResponse - 45, // 66: livekit.CloudAgent.GetPrivateLinkStatus:output_type -> livekit.GetPrivateLinkStatusResponse - 50, // [50:67] is the sub-list for method output_type - 33, // [33:50] is the sub-list for method input_type - 33, // [33:33] is the sub-list for extension type_name - 33, // [33:33] is the sub-list for extension extendee - 0, // [0:33] is the sub-list for field type_name + 48, // 20: livekit.DeployAgentRequest.attributes:type_name -> livekit.DeployAgentRequest.AttributesEntry + 9, // 21: livekit.DeployAgentResponse.presigned_post_request:type_name -> livekit.PresignedPostRequest + 4, // 22: livekit.DeployAgentV2Request.secrets:type_name -> livekit.AgentSecret + 49, // 23: livekit.DeployAgentV2Request.attributes:type_name -> livekit.DeployAgentV2Request.AttributesEntry + 9, // 24: livekit.DeployAgentV2Response.presigned_req:type_name -> livekit.PresignedPostRequest + 4, // 25: livekit.UpdateAgentSecretsRequest.secrets:type_name -> livekit.AgentSecret + 4, // 26: livekit.ListAgentSecretsResponse.secrets:type_name -> livekit.AgentSecret + 33, // 27: livekit.ClientSettingsResponse.params:type_name -> livekit.SettingsParam + 50, // 28: livekit.PrivateLink.aws:type_name -> livekit.PrivateLink.AWSConfig + 2, // 29: livekit.PrivateLinkStatus.status:type_name -> livekit.PrivateLinkStatus.Status + 52, // 30: livekit.PrivateLinkStatus.updated_at:type_name -> google.protobuf.Timestamp + 51, // 31: livekit.CreatePrivateLinkRequest.aws:type_name -> livekit.CreatePrivateLinkRequest.AWSCreateConfig + 36, // 32: livekit.CreatePrivateLinkResponse.private_link:type_name -> livekit.PrivateLink + 36, // 33: livekit.ListPrivateLinksResponse.items:type_name -> livekit.PrivateLink + 37, // 34: livekit.GetPrivateLinkStatusResponse.value:type_name -> livekit.PrivateLinkStatus + 5, // 35: livekit.CloudAgent.CreateAgent:input_type -> livekit.CreateAgentRequest + 7, // 36: livekit.CloudAgent.CreateAgentV2:input_type -> livekit.CreateAgentV2Request + 12, // 37: livekit.CloudAgent.ListAgents:input_type -> livekit.ListAgentsRequest + 15, // 38: livekit.CloudAgent.ListAgentVersions:input_type -> livekit.ListAgentVersionsRequest + 31, // 39: livekit.CloudAgent.ListAgentSecrets:input_type -> livekit.ListAgentSecretsRequest + 17, // 40: livekit.CloudAgent.UpdateAgent:input_type -> livekit.UpdateAgentRequest + 19, // 41: livekit.CloudAgent.RestartAgent:input_type -> livekit.RestartAgentRequest + 21, // 42: livekit.CloudAgent.DeployAgent:input_type -> livekit.DeployAgentRequest + 23, // 43: livekit.CloudAgent.DeployAgentV2:input_type -> livekit.DeployAgentV2Request + 25, // 44: livekit.CloudAgent.UpdateAgentSecrets:input_type -> livekit.UpdateAgentSecretsRequest + 27, // 45: livekit.CloudAgent.RollbackAgent:input_type -> livekit.RollbackAgentRequest + 29, // 46: livekit.CloudAgent.DeleteAgent:input_type -> livekit.DeleteAgentRequest + 35, // 47: livekit.CloudAgent.GetClientSettings:input_type -> livekit.ClientSettingsRequest + 38, // 48: livekit.CloudAgent.CreatePrivateLink:input_type -> livekit.CreatePrivateLinkRequest + 40, // 49: livekit.CloudAgent.DestroyPrivateLink:input_type -> livekit.DestroyPrivateLinkRequest + 42, // 50: livekit.CloudAgent.ListPrivateLinks:input_type -> livekit.ListPrivateLinksRequest + 44, // 51: livekit.CloudAgent.GetPrivateLinkStatus:input_type -> livekit.GetPrivateLinkStatusRequest + 6, // 52: livekit.CloudAgent.CreateAgent:output_type -> livekit.CreateAgentResponse + 8, // 53: livekit.CloudAgent.CreateAgentV2:output_type -> livekit.CreateAgentV2Response + 13, // 54: livekit.CloudAgent.ListAgents:output_type -> livekit.ListAgentsResponse + 16, // 55: livekit.CloudAgent.ListAgentVersions:output_type -> livekit.ListAgentVersionsResponse + 32, // 56: livekit.CloudAgent.ListAgentSecrets:output_type -> livekit.ListAgentSecretsResponse + 18, // 57: livekit.CloudAgent.UpdateAgent:output_type -> livekit.UpdateAgentResponse + 20, // 58: livekit.CloudAgent.RestartAgent:output_type -> livekit.RestartAgentResponse + 22, // 59: livekit.CloudAgent.DeployAgent:output_type -> livekit.DeployAgentResponse + 24, // 60: livekit.CloudAgent.DeployAgentV2:output_type -> livekit.DeployAgentV2Response + 26, // 61: livekit.CloudAgent.UpdateAgentSecrets:output_type -> livekit.UpdateAgentSecretsResponse + 28, // 62: livekit.CloudAgent.RollbackAgent:output_type -> livekit.RollbackAgentResponse + 30, // 63: livekit.CloudAgent.DeleteAgent:output_type -> livekit.DeleteAgentResponse + 34, // 64: livekit.CloudAgent.GetClientSettings:output_type -> livekit.ClientSettingsResponse + 39, // 65: livekit.CloudAgent.CreatePrivateLink:output_type -> livekit.CreatePrivateLinkResponse + 41, // 66: livekit.CloudAgent.DestroyPrivateLink:output_type -> livekit.DestroyPrivateLinkResponse + 43, // 67: livekit.CloudAgent.ListPrivateLinks:output_type -> livekit.ListPrivateLinksResponse + 45, // 68: livekit.CloudAgent.GetPrivateLinkStatus:output_type -> livekit.GetPrivateLinkStatusResponse + 52, // [52:69] is the sub-list for method output_type + 35, // [35:52] is the sub-list for method input_type + 35, // [35:35] is the sub-list for extension type_name + 35, // [35:35] is the sub-list for extension extendee + 0, // [0:35] is the sub-list for field type_name } func init() { file_livekit_cloud_agent_proto_init() } @@ -3558,7 +3590,7 @@ func file_livekit_cloud_agent_proto_init() { GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: unsafe.Slice(unsafe.StringData(file_livekit_cloud_agent_proto_rawDesc), len(file_livekit_cloud_agent_proto_rawDesc)), NumEnums: 3, - NumMessages: 47, + NumMessages: 49, NumExtensions: 0, NumServices: 1, }, diff --git a/livekit/livekit_cloud_agent.twirp.go b/livekit/livekit_cloud_agent.twirp.go index d137d01e8..38d82ef7b 100644 --- a/livekit/livekit_cloud_agent.twirp.go +++ b/livekit/livekit_cloud_agent.twirp.go @@ -4981,159 +4981,161 @@ func (s *cloudAgentServer) PathPrefix() string { } var twirpFileDescriptor6 = []byte{ - // 2455 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x1a, 0x5d, 0x6f, 0x1b, 0x4b, - 0x35, 0xeb, 0xaf, 0xd8, 0xc7, 0x49, 0xe3, 0x4c, 0xd2, 0xd6, 0x71, 0x92, 0xde, 0x64, 0xdb, 0x42, - 0xe8, 0xbd, 0xb8, 0xb7, 0x45, 0x82, 0xb6, 0x80, 0x84, 0x9b, 0x6c, 0x13, 0x37, 0xa9, 0x63, 0x8d, - 0x9d, 0x54, 0x45, 0x48, 0x7b, 0x37, 0xf6, 0xd4, 0xac, 0xe2, 0xfd, 0xe8, 0xee, 0xda, 0xbd, 0x41, - 0xe2, 0x89, 0x17, 0x90, 0xe0, 0x85, 0x3f, 0x00, 0xe2, 0x81, 0x07, 0xfe, 0x00, 0x52, 0x25, 0x24, - 0xc4, 0x0b, 0x3f, 0x83, 0x27, 0x10, 0xe2, 0x3f, 0x20, 0xa1, 0x9d, 0xd9, 0x8f, 0xd9, 0x0f, 0x27, - 0x4e, 0xd2, 0x8a, 0x97, 0x76, 0x67, 0xce, 0x99, 0x33, 0xe7, 0xfb, 0xcc, 0x39, 0x0e, 0xac, 0x0c, - 0xd5, 0x31, 0x39, 0x55, 0x1d, 0xb9, 0x37, 0x34, 0x46, 0x7d, 0x59, 0x19, 0x10, 0xdd, 0xa9, 0x9b, - 0x96, 0xe1, 0x18, 0x68, 0xd6, 0x03, 0xd5, 0x3e, 0x1b, 0x18, 0xc6, 0x60, 0x48, 0x1e, 0xd2, 0xed, - 0x93, 0xd1, 0xdb, 0x87, 0x8e, 0xaa, 0x11, 0xdb, 0x51, 0x34, 0x93, 0x61, 0xd6, 0x96, 0x87, 0xc6, - 0x60, 0x40, 0xac, 0x87, 0x86, 0xe9, 0xa8, 0x86, 0x6e, 0xb3, 0x5d, 0xf1, 0x57, 0x02, 0x40, 0xc3, - 0xa5, 0x27, 0x8d, 0x89, 0xee, 0xa0, 0xcf, 0x21, 0xe7, 0x9c, 0x99, 0xa4, 0x2a, 0x6c, 0x08, 0x5b, - 0x37, 0x1e, 0xdf, 0xae, 0x7b, 0xd4, 0xeb, 0x21, 0x4a, 0xf7, 0xcc, 0x24, 0x98, 0x22, 0xa1, 0x65, - 0xc8, 0xf7, 0x8c, 0x91, 0xee, 0x54, 0x33, 0x1b, 0xc2, 0x56, 0x1e, 0xb3, 0x05, 0x7a, 0x02, 0xa5, - 0xe0, 0xea, 0x6a, 0x76, 0x43, 0xd8, 0x2a, 0x3f, 0xae, 0xd5, 0x19, 0x73, 0x75, 0x9f, 0xb9, 0x7a, - 0xd7, 0xc7, 0xc0, 0x21, 0xb2, 0xf8, 0x5f, 0x01, 0xca, 0xf4, 0xa2, 0x0e, 0xe9, 0x59, 0xc4, 0x41, - 0x08, 0x72, 0xba, 0xa2, 0x31, 0x66, 0x4a, 0x98, 0x7e, 0xbb, 0x77, 0x8e, 0x95, 0xe1, 0x88, 0xd0, - 0x3b, 0xe7, 0x30, 0x5b, 0xa0, 0xa7, 0x00, 0x3d, 0x8b, 0x28, 0x0e, 0xe9, 0xcb, 0x8a, 0x33, 0xcd, - 0xa5, 0x1e, 0x76, 0xc3, 0x71, 0x8f, 0x8e, 0xcc, 0xbe, 0x7f, 0x34, 0x77, 0xf1, 0x51, 0x0f, 0xbb, - 0xe1, 0xa0, 0x2f, 0x20, 0x77, 0xaa, 0xea, 0xfd, 0x6a, 0x9e, 0x2a, 0xab, 0x1a, 0x55, 0x16, 0x93, - 0x61, 0x5f, 0xd5, 0xfb, 0x98, 0x62, 0xa1, 0x0d, 0x28, 0xf7, 0x89, 0x39, 0x34, 0xce, 0x34, 0xa2, - 0x3b, 0x76, 0xb5, 0xb0, 0x91, 0xdd, 0x2a, 0x61, 0x7e, 0x4b, 0xfc, 0xa7, 0x00, 0x68, 0x9b, 0x32, - 0x46, 0x29, 0x60, 0xf2, 0x6e, 0x44, 0x6c, 0x07, 0x6d, 0x02, 0x50, 0x8b, 0xcb, 0xa1, 0x32, 0x9e, - 0x67, 0xaa, 0x02, 0x2e, 0xd1, 0xdd, 0x96, 0xab, 0x95, 0x3a, 0xcc, 0xda, 0xf4, 0x3e, 0xbb, 0x9a, - 0xd9, 0xc8, 0x6e, 0x95, 0x1f, 0x2f, 0xa7, 0x31, 0x83, 0x7d, 0x24, 0x74, 0x07, 0x8a, 0x16, 0x31, - 0x87, 0x6a, 0x4f, 0xb1, 0xa9, 0xb6, 0xf2, 0x94, 0x60, 0xb0, 0x87, 0xee, 0xc3, 0x9c, 0xa6, 0x7c, - 0x2d, 0x07, 0x38, 0xb9, 0x00, 0xa7, 0xac, 0x29, 0x5f, 0x63, 0x1f, 0x6d, 0x15, 0x66, 0x7b, 0xe6, - 0x48, 0xb6, 0xc8, 0x3b, 0xaa, 0x03, 0xc6, 0x56, 0xa1, 0x67, 0x8e, 0x30, 0x79, 0x87, 0xaa, 0x30, - 0x6b, 0x91, 0x81, 0xeb, 0x6a, 0x9e, 0xac, 0xfe, 0x52, 0xfc, 0x6b, 0x06, 0x96, 0x22, 0x72, 0xda, - 0xa6, 0xa1, 0xdb, 0x04, 0xdd, 0x87, 0x22, 0x13, 0x54, 0xed, 0x7b, 0x62, 0xc2, 0x87, 0xf6, 0x2c, - 0xdd, 0x6a, 0xee, 0x60, 0xef, 0xa3, 0x8f, 0xd6, 0x23, 0xfa, 0xc8, 0x50, 0xe7, 0xe0, 0x74, 0x71, - 0x0b, 0x0a, 0xb6, 0xa3, 0x38, 0x23, 0x26, 0x59, 0x09, 0x7b, 0x2b, 0x97, 0x9f, 0x31, 0xb1, 0x6c, - 0xd5, 0xd0, 0xa9, 0x38, 0x25, 0xec, 0x2f, 0xd1, 0x5d, 0x98, 0x37, 0x2d, 0x62, 0xab, 0x03, 0x9d, - 0xf4, 0xe5, 0x91, 0x35, 0x64, 0xc2, 0xe0, 0xb9, 0x60, 0xf3, 0xc8, 0x1a, 0xa2, 0x0a, 0x64, 0x1d, - 0x65, 0x50, 0x2d, 0x50, 0x90, 0xfb, 0x89, 0xee, 0xc3, 0x0d, 0x9b, 0x58, 0x63, 0x62, 0xc9, 0xbe, - 0x9c, 0xb3, 0x54, 0xce, 0x79, 0xb6, 0x8b, 0xd9, 0x26, 0xea, 0xc0, 0xad, 0x90, 0xba, 0x69, 0xd8, - 0x8e, 0xab, 0x2f, 0xd7, 0xb0, 0xd5, 0x22, 0x75, 0xb6, 0xf5, 0xc0, 0x54, 0x6d, 0x1f, 0xad, 0x6d, - 0xd8, 0xbe, 0xf5, 0xf1, 0xb2, 0x99, 0xb2, 0x2b, 0x7e, 0x05, 0xcb, 0x9c, 0x06, 0x8f, 0x1f, 0xfb, - 0xbe, 0xc2, 0x39, 0x82, 0x30, 0x8d, 0x23, 0x70, 0x46, 0xca, 0x44, 0x8d, 0xf4, 0x73, 0xb8, 0x19, - 0xbb, 0xe1, 0x72, 0x56, 0x0a, 0xcd, 0x90, 0x89, 0x98, 0x21, 0xa9, 0xb5, 0x6c, 0x8a, 0xd6, 0xc4, - 0x3f, 0x0a, 0xb0, 0x9c, 0xa6, 0x0f, 0xd7, 0x0e, 0xae, 0x89, 0x58, 0x4e, 0x70, 0x3f, 0x51, 0x03, - 0x0a, 0x34, 0x0b, 0xf8, 0xbe, 0xff, 0xad, 0x73, 0x15, 0x5a, 0x3f, 0xa6, 0xb8, 0x92, 0xee, 0x58, - 0x67, 0xd8, 0x3b, 0x58, 0x7b, 0x0a, 0x65, 0x6e, 0xdb, 0xbd, 0xe3, 0x94, 0x9c, 0xf9, 0x77, 0x9c, - 0x92, 0xb3, 0x68, 0xda, 0x29, 0x79, 0x69, 0xe7, 0x59, 0xe6, 0x89, 0x20, 0xfe, 0x2d, 0x07, 0x0b, - 0x54, 0x45, 0x3b, 0x41, 0x24, 0xbb, 0xb2, 0x33, 0xe1, 0x3c, 0x12, 0xde, 0x2a, 0xa2, 0xba, 0xcc, - 0x34, 0xaa, 0x8b, 0x7a, 0x70, 0x8d, 0x8b, 0x5a, 0x1a, 0x91, 0x5c, 0xc4, 0x6e, 0xc2, 0x9c, 0xa6, - 0xea, 0x61, 0xc4, 0xe6, 0x29, 0xbc, 0xac, 0xa9, 0x3a, 0xe6, 0x51, 0xf8, 0xa0, 0x2e, 0x78, 0x28, - 0x5c, 0x40, 0xdf, 0x0e, 0x03, 0x7a, 0x96, 0x5d, 0xed, 0x05, 0xb3, 0x0b, 0x18, 0x59, 0x72, 0xcf, - 0x1c, 0x51, 0xaf, 0x75, 0x01, 0x23, 0x6b, 0xdb, 0x1c, 0xf9, 0x00, 0x8d, 0x68, 0xd5, 0x52, 0x00, - 0x78, 0x45, 0x34, 0x17, 0xa0, 0x11, 0x8d, 0x92, 0x02, 0x06, 0xd0, 0x88, 0xe6, 0x92, 0x5a, 0x85, - 0x92, 0x0b, 0x18, 0xaa, 0x9a, 0xea, 0x54, 0xcb, 0x14, 0x54, 0xd4, 0x88, 0x76, 0xe0, 0xae, 0x5d, - 0xa0, 0xcb, 0x00, 0x03, 0xce, 0x31, 0x60, 0xcf, 0x1c, 0x31, 0xe0, 0x5d, 0x98, 0x8f, 0xb8, 0x4e, - 0x75, 0x9e, 0xc5, 0x29, 0xef, 0x39, 0xe8, 0x73, 0x28, 0x90, 0x31, 0xcd, 0xb0, 0x37, 0xa8, 0x37, - 0x2c, 0xa5, 0xd4, 0x30, 0xec, 0xa1, 0xa0, 0x3b, 0x00, 0x61, 0x02, 0xae, 0x2e, 0x50, 0x72, 0xdc, - 0x0e, 0x9f, 0x33, 0x2a, 0xd1, 0x9c, 0x11, 0x4d, 0x42, 0x8b, 0xf1, 0x24, 0xf4, 0x6d, 0x40, 0x21, - 0x19, 0x99, 0xe8, 0xca, 0xc9, 0x90, 0xf4, 0xab, 0x68, 0x43, 0xd8, 0x2a, 0xe2, 0xc5, 0x10, 0x22, - 0x31, 0x80, 0xf8, 0xbb, 0x0c, 0x94, 0x28, 0x7b, 0x4d, 0xfd, 0xad, 0xf1, 0x91, 0xf2, 0x20, 0xc7, - 0x7b, 0x36, 0xca, 0xbb, 0x04, 0x8b, 0xec, 0x20, 0x5f, 0x8f, 0x72, 0x54, 0x5b, 0xb1, 0x22, 0x16, - 0xfa, 0x34, 0xae, 0x28, 0xd1, 0x0d, 0x9b, 0xcf, 0x35, 0xf9, 0x69, 0x72, 0xcd, 0xf7, 0xfd, 0x02, - 0xc8, 0x4a, 0x6d, 0xe1, 0xc2, 0x52, 0x0b, 0x3e, 0x7a, 0xc3, 0x11, 0xdf, 0xc0, 0xe2, 0x81, 0x6a, - 0x3b, 0x94, 0xb0, 0xed, 0xe7, 0x82, 0xf5, 0x64, 0x65, 0xe4, 0x35, 0x30, 0x5d, 0xb8, 0x89, 0x3f, - 0x02, 0xc4, 0x93, 0xf6, 0xd2, 0xdc, 0x03, 0x28, 0x50, 0x04, 0x3f, 0x91, 0xa2, 0xa8, 0x70, 0xae, - 0xa1, 0xb0, 0x87, 0x21, 0xfe, 0x21, 0x0b, 0x73, 0x2c, 0x4d, 0x7a, 0x1a, 0xe6, 0x74, 0x2f, 0x44, - 0x75, 0x5f, 0xa5, 0xf1, 0x62, 0x11, 0xef, 0xd5, 0x54, 0xc4, 0xfe, 0xf2, 0x3a, 0x6f, 0x98, 0x98, - 0x66, 0x73, 0x97, 0xd1, 0x2c, 0x92, 0x00, 0x14, 0xc7, 0xb1, 0xd4, 0x93, 0x91, 0x43, 0x7c, 0x4b, - 0xde, 0x8f, 0x0a, 0xeb, 0x89, 0x55, 0x6f, 0x04, 0x78, 0x2c, 0x7d, 0x72, 0x07, 0xb9, 0xa4, 0x55, - 0x88, 0x24, 0xad, 0x65, 0xc8, 0x1b, 0xef, 0x75, 0x62, 0x79, 0x09, 0x85, 0x2d, 0xdc, 0x54, 0xd6, - 0xb7, 0x14, 0x55, 0x57, 0xf5, 0x01, 0x4d, 0x28, 0x45, 0x1c, 0xac, 0x5d, 0x4a, 0x4a, 0xcf, 0x51, - 0xc7, 0x84, 0x66, 0x94, 0x22, 0xf6, 0x56, 0xb5, 0x1f, 0xc2, 0x42, 0x8c, 0x81, 0x4b, 0x25, 0xea, - 0xaf, 0xa0, 0x1a, 0x98, 0xd9, 0x13, 0x28, 0x70, 0xa4, 0x8f, 0x12, 0x71, 0x62, 0x0b, 0x56, 0x52, - 0x6e, 0xf0, 0xfc, 0xe9, 0x11, 0x14, 0x3d, 0x1f, 0xf0, 0x3d, 0xea, 0x66, 0xaa, 0x92, 0x71, 0x80, - 0x26, 0xfe, 0x3a, 0x03, 0xe8, 0x88, 0xbe, 0x36, 0x23, 0xef, 0xc1, 0x29, 0x99, 0xdd, 0x4c, 0x32, - 0x1b, 0x7f, 0x36, 0xfe, 0x5f, 0x9f, 0x81, 0x7c, 0xfe, 0x98, 0x9d, 0x22, 0x7f, 0x88, 0x4d, 0x58, - 0x8a, 0x68, 0xc3, 0x53, 0x6c, 0x15, 0x66, 0xed, 0x51, 0xaf, 0x47, 0x6c, 0x9b, 0x6a, 0xa3, 0x88, - 0xfd, 0xa5, 0x0b, 0xd1, 0x88, 0x6d, 0x2b, 0x03, 0xdf, 0x56, 0xfe, 0x52, 0xfc, 0x01, 0x2c, 0x61, - 0x37, 0x14, 0x2c, 0xe7, 0x0a, 0x9a, 0x15, 0x5f, 0xc2, 0x72, 0xf4, 0xf4, 0x35, 0x38, 0xf9, 0x6d, - 0x06, 0x10, 0x4b, 0xaa, 0x9f, 0xc8, 0xc6, 0x9c, 0x96, 0xb3, 0x97, 0x6d, 0x0d, 0x72, 0x53, 0xf8, - 0x44, 0xfe, 0x42, 0x9f, 0x28, 0x24, 0x7c, 0x22, 0x5a, 0x76, 0x67, 0xe3, 0x65, 0x57, 0xfc, 0x7d, - 0x06, 0x96, 0x22, 0x4a, 0xb9, 0xba, 0x82, 0x23, 0x9a, 0xcc, 0x4e, 0xd6, 0xe4, 0x37, 0xe3, 0x3d, - 0x40, 0x2e, 0xe0, 0x3a, 0xb5, 0x0f, 0xc8, 0x87, 0x7d, 0xc0, 0xe4, 0x07, 0x7e, 0xe1, 0xca, 0x0f, - 0xfc, 0x0b, 0x55, 0xf4, 0x1b, 0x01, 0x96, 0x39, 0x15, 0x85, 0x1d, 0xc0, 0x94, 0x9e, 0x73, 0xf9, - 0x8e, 0x91, 0xe7, 0x27, 0x9b, 0xe0, 0xe7, 0xdf, 0x02, 0xdc, 0x8c, 0xf1, 0xf3, 0xe9, 0x8d, 0xe6, - 0xd9, 0x22, 0x17, 0xda, 0xe2, 0x39, 0x6f, 0x46, 0x3f, 0x21, 0x5d, 0x68, 0x82, 0xd0, 0xc2, 0x49, - 0xef, 0x2c, 0x24, 0x44, 0xfd, 0xbb, 0x00, 0x2b, 0x5c, 0x22, 0x62, 0x9a, 0xfa, 0xb8, 0xa5, 0x04, - 0xad, 0x41, 0xc9, 0x18, 0x13, 0xeb, 0xbd, 0xa5, 0x3a, 0x84, 0x6a, 0xa0, 0x88, 0xc3, 0x0d, 0xde, - 0x78, 0xb9, 0x69, 0x8c, 0x47, 0xfb, 0x11, 0xcd, 0x18, 0x13, 0x5a, 0xde, 0x69, 0x3f, 0xe2, 0xae, - 0xc4, 0x36, 0xd4, 0xd2, 0x04, 0xb9, 0x46, 0x3a, 0x1b, 0xc3, 0x32, 0x36, 0x86, 0xc3, 0x13, 0xa5, - 0x77, 0x7a, 0x95, 0x7c, 0x76, 0xd5, 0x27, 0xad, 0xb8, 0x0f, 0x37, 0x63, 0xf7, 0x5e, 0x43, 0x88, - 0x9f, 0xb9, 0x29, 0x79, 0x48, 0xae, 0x56, 0x76, 0x2f, 0x10, 0xe1, 0xa2, 0x38, 0x6a, 0xba, 0x99, - 0x8f, 0xbb, 0xfb, 0x1a, 0x62, 0xc8, 0x70, 0x3b, 0x78, 0x8e, 0x7c, 0x0a, 0x27, 0x15, 0x5f, 0x72, - 0x2f, 0xaa, 0xb8, 0xf3, 0x5c, 0x72, 0x10, 0x21, 0x3e, 0x85, 0xf9, 0x0e, 0x71, 0x1c, 0x55, 0x1f, - 0xd8, 0x6d, 0xc5, 0x52, 0xb4, 0x8b, 0x87, 0x7f, 0xfe, 0xe3, 0x4e, 0xdc, 0x83, 0x5b, 0xdb, 0x43, - 0x95, 0xd2, 0x64, 0x04, 0x38, 0x26, 0x0a, 0xa6, 0x4b, 0xcc, 0xe7, 0xe1, 0x56, 0xc0, 0x43, 0xe4, - 0x2e, 0xec, 0x61, 0x89, 0xb7, 0xe1, 0x66, 0x9c, 0x12, 0x1b, 0xb7, 0xfc, 0x2b, 0x03, 0xe5, 0xb6, - 0xa5, 0x8e, 0x15, 0x87, 0x1c, 0xa8, 0xfa, 0x29, 0x7a, 0x02, 0x0b, 0x26, 0x5b, 0xca, 0x43, 0x55, - 0x3f, 0x0d, 0xd5, 0x58, 0xf9, 0xd0, 0x9e, 0x37, 0x43, 0xc4, 0xe6, 0x0e, 0x8e, 0x2c, 0xfb, 0x81, - 0x58, 0x19, 0x4e, 0xac, 0x70, 0x5c, 0x90, 0x8b, 0x8c, 0x0b, 0x10, 0xe4, 0x4c, 0xc3, 0x72, 0x68, - 0x0e, 0x9b, 0xc7, 0xf4, 0xdb, 0x7d, 0x38, 0x13, 0xbd, 0x6f, 0x1a, 0x6a, 0x90, 0x9a, 0x82, 0x35, - 0x7a, 0x08, 0x4b, 0x3d, 0x43, 0xd7, 0x49, 0xcf, 0x51, 0x0d, 0x5d, 0x0e, 0xd0, 0x58, 0xf1, 0x40, - 0x21, 0x48, 0xf2, 0x0f, 0x6c, 0xc2, 0x1c, 0x9b, 0x28, 0x7b, 0xd7, 0xb3, 0xd6, 0xbe, 0x4c, 0xf7, - 0xbc, 0x76, 0xfa, 0xbb, 0x90, 0x55, 0xde, 0xdb, 0x5e, 0x3b, 0x72, 0x87, 0x4b, 0xa3, 0x81, 0x50, - 0xf5, 0xc6, 0xeb, 0xce, 0xb6, 0xa1, 0xbf, 0x55, 0x07, 0x6e, 0xb5, 0xdc, 0x9b, 0xc1, 0xee, 0x81, - 0xda, 0xe7, 0x50, 0x0a, 0xf6, 0xdd, 0x37, 0x45, 0xc0, 0x4d, 0x38, 0xbf, 0x0c, 0xf6, 0x9e, 0x17, - 0xa1, 0xd0, 0xa3, 0x98, 0xe2, 0x2f, 0xb2, 0xb0, 0xc8, 0xd1, 0xee, 0xb0, 0x1e, 0xe2, 0x69, 0xd0, - 0x5b, 0xb0, 0xb9, 0xf4, 0x66, 0x1a, 0x1f, 0x0c, 0xb7, 0xce, 0xfe, 0x0b, 0xda, 0x8f, 0xe8, 0x78, - 0x37, 0x73, 0x99, 0xf1, 0x2e, 0x35, 0x8b, 0x62, 0x07, 0xc9, 0xc6, 0x5b, 0x89, 0xff, 0x10, 0xa0, - 0xe0, 0x31, 0xf6, 0x19, 0xac, 0xb6, 0x71, 0xf3, 0xb8, 0xd1, 0x95, 0xe4, 0x83, 0x66, 0x6b, 0x5f, - 0xee, 0x74, 0x1b, 0xdd, 0xa3, 0x8e, 0x7c, 0xd4, 0xda, 0x6f, 0x1d, 0xbe, 0x6e, 0x55, 0x66, 0xd0, - 0x3d, 0xd8, 0x48, 0x43, 0x68, 0xe3, 0xc3, 0xe3, 0x66, 0xa7, 0x79, 0xd8, 0x6a, 0xb6, 0x76, 0x2b, - 0x02, 0xda, 0x82, 0x7b, 0xa9, 0x58, 0x52, 0x6b, 0xa7, 0xd9, 0xda, 0x95, 0x1b, 0x6d, 0x17, 0xbf, - 0x71, 0x50, 0xc9, 0x4c, 0xba, 0x70, 0x4f, 0x6a, 0x1c, 0x74, 0xf7, 0xde, 0x54, 0xb2, 0x68, 0x13, - 0xd6, 0xd3, 0x39, 0xf2, 0x51, 0x72, 0x68, 0x03, 0xd6, 0xd2, 0x50, 0xd8, 0x2d, 0xd2, 0x4e, 0x25, - 0x2f, 0xfe, 0x39, 0x03, 0x55, 0x36, 0xfc, 0xe3, 0xf4, 0xeb, 0xe7, 0x8e, 0xb4, 0xc0, 0x0c, 0x3d, - 0x38, 0x9b, 0xea, 0xc1, 0xb9, 0x09, 0x1e, 0x9c, 0x8f, 0x79, 0xf0, 0x37, 0x62, 0x0e, 0x49, 0x3d, - 0x7c, 0x4f, 0x88, 0xb8, 0xe4, 0x2f, 0x05, 0x01, 0x35, 0x99, 0x57, 0x32, 0x73, 0x3e, 0x0a, 0xbc, - 0x61, 0x12, 0xcf, 0xd4, 0x45, 0x29, 0x2c, 0xe9, 0xa8, 0x8f, 0x60, 0x21, 0x06, 0x9d, 0xde, 0x5d, - 0x9f, 0x2f, 0xc0, 0xbc, 0xcc, 0x33, 0x2c, 0x76, 0x61, 0x25, 0x85, 0x09, 0x2f, 0x1d, 0x7d, 0x0f, - 0xe6, 0xf8, 0xac, 0x41, 0x69, 0xf3, 0x89, 0x91, 0x3f, 0x53, 0xe6, 0xd2, 0x86, 0x78, 0x04, 0x2b, - 0x3b, 0xc4, 0x76, 0x2c, 0xe3, 0x2c, 0xc5, 0x1e, 0x57, 0xce, 0x45, 0xe2, 0x1a, 0xd4, 0xd2, 0xc8, - 0x32, 0x6e, 0xc5, 0x15, 0x56, 0x3e, 0x38, 0x50, 0x90, 0x0e, 0x5f, 0xb0, 0xc4, 0x1f, 0x05, 0x05, - 0x73, 0x93, 0xbc, 0xea, 0x10, 0x2d, 0x99, 0xf6, 0xf9, 0x3b, 0x18, 0x8a, 0xf8, 0x1a, 0x56, 0x77, - 0x89, 0x93, 0x88, 0xe1, 0xeb, 0x4b, 0xd6, 0x86, 0xb5, 0x74, 0xc2, 0x1e, 0x93, 0x5f, 0xfa, 0x85, - 0x44, 0xf0, 0x12, 0xc2, 0xc4, 0x7c, 0xe2, 0x15, 0x99, 0x07, 0x86, 0x37, 0xe5, 0x0d, 0x7f, 0xd6, - 0x41, 0xeb, 0xb0, 0xd2, 0xd8, 0x95, 0x5a, 0x5d, 0xb9, 0x23, 0x6d, 0x63, 0xa9, 0x2b, 0xef, 0x37, - 0x5b, 0x3b, 0x5c, 0xe8, 0x6f, 0xc2, 0x7a, 0x12, 0x2c, 0xb5, 0x8e, 0x9b, 0xf8, 0xb0, 0xf5, 0x4a, - 0x6a, 0x75, 0x2b, 0x02, 0xaa, 0xc1, 0xad, 0x24, 0xca, 0x8b, 0xe6, 0x81, 0x54, 0xc9, 0x3c, 0xf8, - 0x20, 0xc0, 0x8d, 0xe8, 0xaf, 0x6e, 0x68, 0x0d, 0xaa, 0x0c, 0x5d, 0x3a, 0x76, 0xff, 0xed, 0xbe, - 0x69, 0x4b, 0xdc, 0x7d, 0x5b, 0x70, 0x2f, 0x01, 0x6d, 0xb4, 0xdb, 0x07, 0xcd, 0xed, 0x46, 0xb7, - 0x79, 0xd8, 0x92, 0xb7, 0x71, 0xa3, 0xb3, 0x27, 0xed, 0x54, 0x04, 0x54, 0x87, 0x07, 0x09, 0x4c, - 0x2c, 0x75, 0xba, 0x0d, 0xdc, 0x95, 0x76, 0xe4, 0xbd, 0xe6, 0xee, 0x9e, 0xbc, 0xd3, 0xec, 0xec, - 0xcb, 0x47, 0x9d, 0xc6, 0xae, 0x54, 0xc9, 0xa0, 0x2f, 0xe1, 0x8b, 0x8b, 0xf0, 0x5f, 0x49, 0xaf, - 0x0e, 0xf1, 0x1b, 0xef, 0x44, 0xf6, 0xf1, 0x5f, 0xca, 0x00, 0xdb, 0x6e, 0x5c, 0x50, 0x09, 0xd0, - 0x4b, 0x28, 0x73, 0xbf, 0x25, 0xa0, 0xd5, 0x58, 0xc0, 0xf2, 0xcf, 0xac, 0xda, 0x5a, 0x3a, 0xd0, - 0x73, 0xca, 0x19, 0xd4, 0x86, 0xf9, 0xc8, 0xef, 0x12, 0x68, 0x3d, 0xed, 0x40, 0xd0, 0x0f, 0xd5, - 0xee, 0x4c, 0x02, 0x07, 0x14, 0x77, 0x01, 0xc2, 0xf9, 0x1f, 0x0a, 0x7d, 0x21, 0x31, 0x6f, 0xac, - 0xad, 0xa6, 0xc2, 0x02, 0x42, 0x3f, 0xe1, 0x66, 0x94, 0xfe, 0xfc, 0x07, 0x6d, 0x26, 0xcf, 0xc4, - 0xa6, 0x4f, 0x35, 0xf1, 0x3c, 0x94, 0x80, 0xfa, 0x1b, 0xa8, 0xc4, 0x5f, 0x5b, 0x68, 0x23, 0x79, - 0x32, 0xfa, 0xd2, 0xab, 0x6d, 0x9e, 0x83, 0x11, 0x90, 0x7e, 0x09, 0x65, 0xae, 0x0f, 0xe0, 0xec, - 0x93, 0x9c, 0x3e, 0x71, 0xf6, 0x49, 0x19, 0xc6, 0x88, 0x33, 0xe8, 0x15, 0xcc, 0xf1, 0xc3, 0x11, - 0x14, 0xe2, 0xa7, 0x4c, 0x5c, 0x6a, 0xeb, 0x13, 0xa0, 0x3c, 0x6b, 0x5c, 0x5b, 0xc9, 0xb1, 0x96, - 0x1c, 0x9a, 0x70, 0xac, 0xa5, 0x0c, 0x0f, 0x98, 0xeb, 0x44, 0x5a, 0x54, 0xce, 0x75, 0xd2, 0x5a, - 0x69, 0xce, 0x75, 0x52, 0x3b, 0x5b, 0x71, 0x06, 0xc9, 0x91, 0x01, 0x9d, 0x6f, 0x15, 0x31, 0x4d, - 0x45, 0x31, 0xbb, 0xdc, 0x3d, 0x17, 0x87, 0x67, 0x39, 0xd2, 0xd7, 0x70, 0x2c, 0xa7, 0xf5, 0x59, - 0x1c, 0xcb, 0xa9, 0xed, 0x90, 0xaf, 0xd0, 0xa0, 0xc1, 0x88, 0x28, 0x34, 0xde, 0xf2, 0x44, 0x14, - 0x9a, 0xe8, 0x49, 0xc4, 0x19, 0x74, 0x0c, 0x8b, 0xbb, 0xc4, 0x89, 0x3e, 0x99, 0x11, 0x17, 0x70, - 0x69, 0x6f, 0xe9, 0xda, 0x67, 0x13, 0xe1, 0x7c, 0x20, 0x25, 0xaa, 0x28, 0x17, 0x48, 0x93, 0xca, - 0x3c, 0x17, 0x48, 0x13, 0x8b, 0x30, 0x33, 0x5a, 0xb2, 0xec, 0x71, 0x46, 0x9b, 0x58, 0x6a, 0x39, - 0xa3, 0x9d, 0x53, 0x37, 0x83, 0x48, 0xe5, 0xcb, 0x63, 0x2c, 0x52, 0x53, 0x8a, 0x6a, 0x2c, 0x52, - 0xd3, 0x6a, 0xab, 0x38, 0x83, 0x08, 0x2c, 0xa7, 0x15, 0x36, 0x74, 0x2f, 0x38, 0x7c, 0x4e, 0x41, - 0xad, 0xdd, 0xbf, 0x00, 0xcb, 0xbf, 0xe6, 0xf9, 0x8b, 0x1f, 0xdf, 0x1d, 0xa8, 0xce, 0x4f, 0x47, - 0x27, 0xf5, 0x9e, 0xa1, 0x3d, 0xf4, 0x0e, 0xb1, 0x3f, 0x2d, 0xe9, 0x19, 0x43, 0x7f, 0xe3, 0x4f, - 0x99, 0xf9, 0x03, 0x75, 0x4c, 0xf6, 0x69, 0xdd, 0x34, 0x1c, 0xe3, 0x3f, 0x99, 0x1b, 0xde, 0xfa, - 0xd9, 0x33, 0xba, 0x71, 0x52, 0xa0, 0x47, 0xbe, 0xf3, 0xbf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x01, - 0x1e, 0x68, 0x3a, 0xc1, 0x22, 0x00, 0x00, + // 2493 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x5a, 0x5d, 0x6f, 0x1b, 0x4d, + 0xf5, 0xcf, 0xae, 0x5f, 0x62, 0x1f, 0x27, 0x8d, 0x33, 0x49, 0x5b, 0xc7, 0x49, 0xda, 0x64, 0xdb, + 0xfe, 0xff, 0xa1, 0x7d, 0x1e, 0xf7, 0x69, 0x91, 0xa0, 0x2d, 0x20, 0xe1, 0x26, 0xdb, 0xc4, 0x4d, + 0xe2, 0x58, 0x63, 0x27, 0x55, 0x11, 0xd2, 0x3e, 0x1b, 0x7b, 0x6a, 0x56, 0xf1, 0xbe, 0x74, 0x77, + 0xed, 0x3e, 0x41, 0xe2, 0x8a, 0x1b, 0x90, 0xf8, 0x06, 0x48, 0x80, 0xb8, 0xe0, 0x82, 0x2f, 0x80, + 0x54, 0x09, 0x09, 0x71, 0xc3, 0xc7, 0xe0, 0x0a, 0x84, 0xf8, 0x0e, 0x48, 0x68, 0x67, 0xf6, 0x65, + 0xd6, 0xbb, 0xce, 0x6b, 0x2b, 0x6e, 0xda, 0x9d, 0x39, 0x67, 0x66, 0xce, 0x9c, 0xf3, 0x3b, 0xe7, + 0xcc, 0x39, 0x0e, 0x2c, 0x0d, 0xb4, 0x11, 0x39, 0xd1, 0x5c, 0xa5, 0x3b, 0x30, 0x87, 0x3d, 0x45, + 0xed, 0x13, 0xc3, 0xad, 0x59, 0xb6, 0xe9, 0x9a, 0x68, 0xda, 0x27, 0x55, 0xef, 0xf6, 0x4d, 0xb3, + 0x3f, 0x20, 0x8f, 0xe9, 0xf4, 0xf1, 0xf0, 0xdd, 0x63, 0x57, 0xd3, 0x89, 0xe3, 0xaa, 0xba, 0xc5, + 0x38, 0xab, 0x8b, 0x03, 0xb3, 0xdf, 0x27, 0xf6, 0x63, 0xd3, 0x72, 0x35, 0xd3, 0x70, 0xd8, 0xac, + 0xf4, 0x4b, 0x01, 0xa0, 0xee, 0xed, 0x27, 0x8f, 0x88, 0xe1, 0xa2, 0x47, 0x90, 0x75, 0x4f, 0x2d, + 0x52, 0x11, 0xd6, 0x84, 0x8d, 0x1b, 0x4f, 0x6f, 0xd7, 0xfc, 0xdd, 0x6b, 0x11, 0x4b, 0xe7, 0xd4, + 0x22, 0x98, 0x32, 0xa1, 0x45, 0xc8, 0x75, 0xcd, 0xa1, 0xe1, 0x56, 0xc4, 0x35, 0x61, 0x23, 0x87, + 0xd9, 0x00, 0x3d, 0x83, 0x62, 0x78, 0x74, 0x25, 0xb3, 0x26, 0x6c, 0x94, 0x9e, 0x56, 0x6b, 0x4c, + 0xb8, 0x5a, 0x20, 0x5c, 0xad, 0x13, 0x70, 0xe0, 0x88, 0x59, 0xfa, 0x8f, 0x00, 0x25, 0x7a, 0x50, + 0x9b, 0x74, 0x6d, 0xe2, 0x22, 0x04, 0x59, 0x43, 0xd5, 0x99, 0x30, 0x45, 0x4c, 0xbf, 0xbd, 0x33, + 0x47, 0xea, 0x60, 0x48, 0xe8, 0x99, 0x33, 0x98, 0x0d, 0xd0, 0x73, 0x80, 0xae, 0x4d, 0x54, 0x97, + 0xf4, 0x14, 0xd5, 0xbd, 0xc8, 0xa1, 0x3e, 0x77, 0xdd, 0xf5, 0x96, 0x0e, 0xad, 0x5e, 0xb0, 0x34, + 0x7b, 0xfe, 0x52, 0x9f, 0xbb, 0xee, 0xa2, 0x2f, 0x20, 0x7b, 0xa2, 0x19, 0xbd, 0x4a, 0x8e, 0x2a, + 0xab, 0x12, 0x57, 0x16, 0xbb, 0xc3, 0xae, 0x66, 0xf4, 0x30, 0xe5, 0x42, 0x6b, 0x50, 0xea, 0x11, + 0x6b, 0x60, 0x9e, 0xea, 0xc4, 0x70, 0x9d, 0x4a, 0x7e, 0x2d, 0xb3, 0x51, 0xc4, 0xfc, 0x94, 0xf4, + 0x0f, 0x01, 0xd0, 0x26, 0x15, 0x8c, 0xee, 0x80, 0xc9, 0xfb, 0x21, 0x71, 0x5c, 0xb4, 0x0e, 0x40, + 0x2d, 0xae, 0x44, 0xca, 0x78, 0x29, 0x56, 0x04, 0x5c, 0xa4, 0xb3, 0x4d, 0x4f, 0x2b, 0x35, 0x98, + 0x76, 0xe8, 0x79, 0x4e, 0x45, 0x5c, 0xcb, 0x6c, 0x94, 0x9e, 0x2e, 0xa6, 0x09, 0x83, 0x03, 0x26, + 0x74, 0x07, 0x0a, 0x36, 0xb1, 0x06, 0x5a, 0x57, 0x75, 0xa8, 0xb6, 0x72, 0x74, 0xc3, 0x70, 0x0e, + 0x3d, 0x80, 0x19, 0x5d, 0xfd, 0x46, 0x09, 0x79, 0xb2, 0x21, 0x4f, 0x49, 0x57, 0xbf, 0xc1, 0x01, + 0xdb, 0x32, 0x4c, 0x77, 0xad, 0xa1, 0x62, 0x93, 0xf7, 0x54, 0x07, 0x4c, 0xac, 0x7c, 0xd7, 0x1a, + 0x62, 0xf2, 0x1e, 0x55, 0x60, 0xda, 0x26, 0x7d, 0x0f, 0x6a, 0xfe, 0x5d, 0x83, 0xa1, 0xf4, 0x17, + 0x11, 0x16, 0x62, 0xf7, 0x74, 0x2c, 0xd3, 0x70, 0x08, 0x7a, 0x00, 0x05, 0x76, 0x51, 0xad, 0xe7, + 0x5f, 0x13, 0x3e, 0xb6, 0xa6, 0xe9, 0x54, 0x63, 0x0b, 0xfb, 0x1f, 0x3d, 0xb4, 0x1a, 0xd3, 0x87, + 0x48, 0xc1, 0xc1, 0xe9, 0xe2, 0x16, 0xe4, 0x1d, 0x57, 0x75, 0x87, 0xec, 0x66, 0x45, 0xec, 0x8f, + 0x3c, 0x79, 0x46, 0xc4, 0x76, 0x34, 0xd3, 0xa0, 0xd7, 0x29, 0xe2, 0x60, 0x88, 0xee, 0xc1, 0xac, + 0x65, 0x13, 0x47, 0xeb, 0x1b, 0xa4, 0xa7, 0x0c, 0xed, 0x01, 0xbb, 0x0c, 0x9e, 0x09, 0x27, 0x0f, + 0xed, 0x01, 0x2a, 0x43, 0xc6, 0x55, 0xfb, 0x95, 0x3c, 0x25, 0x79, 0x9f, 0xe8, 0x01, 0xdc, 0x70, + 0x88, 0x3d, 0x22, 0xb6, 0x12, 0xdc, 0x73, 0x9a, 0xde, 0x73, 0x96, 0xcd, 0x62, 0x36, 0x89, 0xda, + 0x70, 0x2b, 0xda, 0xdd, 0x32, 0x1d, 0xd7, 0xd3, 0x97, 0x67, 0xd8, 0x4a, 0x81, 0x82, 0x6d, 0x35, + 0x34, 0x55, 0x2b, 0x60, 0x6b, 0x99, 0x4e, 0x60, 0x7d, 0xbc, 0x68, 0xa5, 0xcc, 0x4a, 0x5f, 0xc3, + 0x22, 0xa7, 0xc1, 0xa3, 0xa7, 0x01, 0x56, 0x38, 0x20, 0x08, 0x17, 0x01, 0x02, 0x67, 0x24, 0x31, + 0x6e, 0xa4, 0x9f, 0xc1, 0xcd, 0xb1, 0x13, 0x2e, 0x67, 0xa5, 0xc8, 0x0c, 0x62, 0xcc, 0x0c, 0x49, + 0xad, 0x65, 0x52, 0xb4, 0x26, 0xfd, 0x41, 0x80, 0xc5, 0x34, 0x7d, 0x78, 0x76, 0xf0, 0x4c, 0xc4, + 0x62, 0x82, 0xf7, 0x89, 0xea, 0x90, 0xa7, 0x51, 0x20, 0xc0, 0xfe, 0xb7, 0xce, 0x54, 0x68, 0xed, + 0x88, 0xf2, 0xca, 0x86, 0x6b, 0x9f, 0x62, 0x7f, 0x61, 0xf5, 0x39, 0x94, 0xb8, 0x69, 0xef, 0x8c, + 0x13, 0x72, 0x1a, 0x9c, 0x71, 0x42, 0x4e, 0xe3, 0x61, 0xa7, 0xe8, 0x87, 0x9d, 0x17, 0xe2, 0x33, + 0x41, 0xfa, 0x6b, 0x16, 0xe6, 0xa8, 0x8a, 0xb6, 0x42, 0x4f, 0xf6, 0xee, 0xce, 0x2e, 0xe7, 0x6f, + 0xe1, 0x8f, 0x62, 0xaa, 0x13, 0x2f, 0xa2, 0xba, 0x38, 0x82, 0xab, 0x9c, 0xd7, 0x52, 0x8f, 0xe4, + 0x3c, 0x76, 0x1d, 0x66, 0x74, 0xcd, 0x88, 0x3c, 0x36, 0x47, 0xe9, 0x25, 0x5d, 0x33, 0x30, 0xcf, + 0xc2, 0x3b, 0x75, 0xde, 0x67, 0xe1, 0x1c, 0xfa, 0x76, 0xe4, 0xd0, 0xd3, 0xec, 0x68, 0xdf, 0x99, + 0x3d, 0xc2, 0xd0, 0x56, 0xba, 0xd6, 0x90, 0xa2, 0xd6, 0x23, 0x0c, 0xed, 0x4d, 0x6b, 0x18, 0x10, + 0x74, 0xa2, 0x57, 0x8a, 0x21, 0x61, 0x9f, 0xe8, 0x1e, 0x41, 0x27, 0x3a, 0xdd, 0x0a, 0x18, 0x41, + 0x27, 0xba, 0xb7, 0xd5, 0x32, 0x14, 0x3d, 0xc2, 0x40, 0xd3, 0x35, 0xb7, 0x52, 0xa2, 0xa4, 0x82, + 0x4e, 0xf4, 0x3d, 0x6f, 0xec, 0x11, 0x3d, 0x01, 0x18, 0x71, 0x86, 0x11, 0xbb, 0xd6, 0x90, 0x11, + 0xef, 0xc1, 0x6c, 0x0c, 0x3a, 0x95, 0x59, 0xe6, 0xa7, 0x3c, 0x72, 0xd0, 0x23, 0xc8, 0x93, 0x11, + 0x8d, 0xb0, 0x37, 0x28, 0x1a, 0x16, 0x52, 0x72, 0x18, 0xf6, 0x59, 0xd0, 0x1d, 0x80, 0x28, 0x00, + 0x57, 0xe6, 0xe8, 0x76, 0xdc, 0x0c, 0x1f, 0x33, 0xca, 0xf1, 0x98, 0x11, 0x0f, 0x42, 0xf3, 0xe3, + 0x41, 0xe8, 0x4b, 0x40, 0xd1, 0x36, 0x0a, 0x31, 0xd4, 0xe3, 0x01, 0xe9, 0x55, 0xd0, 0x9a, 0xb0, + 0x51, 0xc0, 0xf3, 0x11, 0x45, 0x66, 0x04, 0xe9, 0xb7, 0x22, 0x14, 0xa9, 0x78, 0x0d, 0xe3, 0x9d, + 0xf9, 0x89, 0xe2, 0x20, 0x27, 0x7b, 0x26, 0x2e, 0xbb, 0x0c, 0xf3, 0x6c, 0x21, 0x9f, 0x8f, 0xb2, + 0x54, 0x5b, 0x63, 0x49, 0x2c, 0xc2, 0x34, 0x2e, 0xab, 0xf1, 0x09, 0x87, 0x8f, 0x35, 0xb9, 0x8b, + 0xc4, 0x9a, 0xef, 0x05, 0x09, 0x90, 0xa5, 0xda, 0xfc, 0xb9, 0xa9, 0x16, 0x02, 0xf6, 0xba, 0x2b, + 0xbd, 0x85, 0xf9, 0x3d, 0xcd, 0x71, 0xe9, 0xc6, 0x4e, 0x10, 0x0b, 0x56, 0x93, 0x99, 0x91, 0xd7, + 0xc0, 0xc5, 0xdc, 0x4d, 0xfa, 0x21, 0x20, 0x7e, 0x6b, 0x3f, 0xcc, 0x3d, 0x84, 0x3c, 0x65, 0x08, + 0x02, 0x29, 0x8a, 0x5f, 0xce, 0x33, 0x14, 0xf6, 0x39, 0xa4, 0xdf, 0x67, 0x60, 0x86, 0x85, 0x49, + 0x5f, 0xc3, 0x9c, 0xee, 0x85, 0xb8, 0xee, 0x2b, 0xd4, 0x5f, 0x6c, 0xe2, 0xbf, 0x9a, 0x0a, 0x38, + 0x18, 0x5e, 0xe7, 0x0d, 0x33, 0xa6, 0xd9, 0xec, 0x65, 0x34, 0x8b, 0x64, 0x00, 0xd5, 0x75, 0x6d, + 0xed, 0x78, 0xe8, 0x92, 0xc0, 0x92, 0x0f, 0xe2, 0x97, 0xf5, 0xaf, 0x55, 0xab, 0x87, 0x7c, 0x2c, + 0x7c, 0x72, 0x0b, 0xb9, 0xa0, 0x95, 0x8f, 0x05, 0xad, 0x45, 0xc8, 0x99, 0x1f, 0x0c, 0x62, 0xfb, + 0x01, 0x85, 0x0d, 0xbc, 0x50, 0xd6, 0xb3, 0x55, 0xcd, 0xd0, 0x8c, 0x3e, 0x0d, 0x28, 0x05, 0x1c, + 0x8e, 0xbd, 0x9d, 0xd4, 0xae, 0xab, 0x8d, 0x08, 0x8d, 0x28, 0x05, 0xec, 0x8f, 0xaa, 0x3f, 0x80, + 0xb9, 0x31, 0x01, 0x2e, 0x15, 0xa8, 0xbf, 0x86, 0x4a, 0x68, 0x66, 0xff, 0x42, 0x21, 0x90, 0x3e, + 0x89, 0xc7, 0x49, 0x4d, 0x58, 0x4a, 0x39, 0xc1, 0xc7, 0xd3, 0x13, 0x28, 0xf8, 0x18, 0x08, 0x10, + 0x75, 0x33, 0x55, 0xc9, 0x38, 0x64, 0x93, 0x7e, 0x25, 0x02, 0x3a, 0xa4, 0xaf, 0xcd, 0xd8, 0x7b, + 0xf0, 0x82, 0xc2, 0xae, 0x27, 0x85, 0x1d, 0x7f, 0x36, 0xfe, 0x4f, 0x9f, 0x81, 0x7c, 0xfc, 0x98, + 0xbe, 0x40, 0xfc, 0x90, 0x1a, 0xb0, 0x10, 0xd3, 0x86, 0xaf, 0xd8, 0x0a, 0x4c, 0x3b, 0xc3, 0x6e, + 0x97, 0x38, 0x0e, 0xd5, 0x46, 0x01, 0x07, 0x43, 0x8f, 0xa2, 0x13, 0xc7, 0x51, 0xfb, 0x81, 0xad, + 0x82, 0xa1, 0xf4, 0x7d, 0x58, 0xc0, 0x9e, 0x2b, 0xd8, 0xee, 0x15, 0x34, 0x2b, 0xbd, 0x86, 0xc5, + 0xf8, 0xea, 0x6b, 0x48, 0xf2, 0x9b, 0x0c, 0x20, 0x16, 0x54, 0x3f, 0x93, 0x8d, 0x39, 0x2d, 0x67, + 0x2e, 0x5b, 0x1a, 0x64, 0x2f, 0x80, 0x89, 0xdc, 0xb9, 0x98, 0xc8, 0x27, 0x30, 0x11, 0x4f, 0xbb, + 0xd3, 0x89, 0xb4, 0xbb, 0x1b, 0x0b, 0x49, 0x05, 0x2a, 0xf6, 0xa3, 0x50, 0xec, 0xa4, 0xba, 0xce, + 0x0a, 0x4c, 0xd7, 0x0d, 0x1b, 0xbf, 0x13, 0x61, 0x21, 0x76, 0xe2, 0xd5, 0x8d, 0x1d, 0xb3, 0x6a, + 0x66, 0xb2, 0x55, 0xff, 0x7f, 0xbc, 0x1e, 0xc9, 0x86, 0x1a, 0x4c, 0xad, 0x49, 0x72, 0x51, 0x4d, + 0x32, 0xb9, 0xd8, 0xc8, 0x5f, 0xb9, 0xd8, 0x38, 0xcf, 0x5c, 0xd2, 0xaf, 0x45, 0x58, 0xe4, 0x54, + 0x14, 0x55, 0x23, 0x17, 0x44, 0xf1, 0xe5, 0xab, 0x57, 0x5e, 0x9e, 0x4c, 0x02, 0x3e, 0xfb, 0x31, + 0xf8, 0xb0, 0x87, 0xcd, 0x97, 0x69, 0xf0, 0x09, 0x25, 0xfd, 0x9c, 0x00, 0xfa, 0x97, 0x00, 0x37, + 0xc7, 0xce, 0xfc, 0xfc, 0x10, 0xf2, 0x91, 0x91, 0x8d, 0x90, 0xf1, 0x92, 0x07, 0x55, 0x10, 0xaa, + 0xcf, 0x05, 0x44, 0x84, 0xb7, 0xa4, 0xdf, 0xe6, 0x13, 0x40, 0xf8, 0x9b, 0x00, 0x4b, 0x5c, 0x88, + 0x66, 0x76, 0xfb, 0xb4, 0x49, 0x16, 0xad, 0x40, 0xd1, 0x1c, 0x11, 0xfb, 0x83, 0xad, 0xb9, 0x84, + 0x6a, 0xa0, 0x80, 0xa3, 0x09, 0x1e, 0x4a, 0xd9, 0x8b, 0x40, 0x89, 0x56, 0x6a, 0xba, 0x39, 0x22, + 0xf4, 0xe1, 0x43, 0x2b, 0x35, 0x6f, 0x24, 0xb5, 0xa0, 0x9a, 0x76, 0x91, 0x6b, 0x04, 0xfa, 0x11, + 0x2c, 0x62, 0x73, 0x30, 0x38, 0x56, 0xbb, 0x27, 0x57, 0x89, 0xf4, 0x57, 0x7d, 0xec, 0x4b, 0xbb, + 0x70, 0x73, 0xec, 0xdc, 0x6b, 0x5c, 0xe2, 0xa7, 0x5e, 0xb2, 0x1a, 0x90, 0xab, 0x3d, 0x48, 0xce, + 0xb9, 0xc2, 0x39, 0x5e, 0xed, 0xa5, 0xff, 0xd8, 0xd9, 0xd7, 0xb8, 0x86, 0x02, 0xb7, 0xc3, 0x87, + 0xda, 0xe7, 0x00, 0xa9, 0xf4, 0x9a, 0x7b, 0x6b, 0x8e, 0x83, 0xe7, 0x92, 0x2d, 0x1a, 0xe9, 0x39, + 0xcc, 0xb6, 0x89, 0xeb, 0x6a, 0x46, 0xdf, 0x69, 0xa9, 0xb6, 0xaa, 0x9f, 0xdf, 0x16, 0x0d, 0xc2, + 0x8f, 0xb4, 0x03, 0xb7, 0x36, 0x07, 0x1a, 0xdd, 0x93, 0x6d, 0xc0, 0x09, 0x91, 0xb7, 0xbc, 0xcd, + 0x02, 0x19, 0x6e, 0x85, 0x32, 0xc4, 0xce, 0xc2, 0x3e, 0x97, 0x74, 0x1b, 0x6e, 0x8e, 0xef, 0xc4, + 0x1a, 0x51, 0xff, 0x14, 0xa1, 0xd4, 0xb2, 0xb5, 0x91, 0xea, 0x92, 0x3d, 0xcd, 0x38, 0x41, 0xcf, + 0x60, 0xce, 0x62, 0x43, 0x65, 0xa0, 0x19, 0x27, 0x91, 0x1a, 0xcb, 0x1f, 0x5b, 0xb3, 0x56, 0xc4, + 0xd8, 0xd8, 0xc2, 0xb1, 0x61, 0x2f, 0xbc, 0x96, 0xc8, 0x5d, 0x2b, 0x6a, 0xa4, 0x64, 0x63, 0x8d, + 0x14, 0x04, 0x59, 0xcb, 0xb4, 0x5d, 0x1a, 0xc3, 0x66, 0x31, 0xfd, 0xf6, 0x4a, 0x0a, 0x62, 0xf4, + 0x2c, 0x53, 0x0b, 0x43, 0x53, 0x38, 0x46, 0x8f, 0x61, 0xa1, 0x6b, 0x1a, 0x06, 0xe9, 0xba, 0x9a, + 0x69, 0x28, 0x21, 0x1b, 0x4b, 0x65, 0x28, 0x22, 0xc9, 0xc1, 0x82, 0x75, 0x98, 0x61, 0xbd, 0x76, + 0xff, 0x78, 0xd6, 0xf4, 0x28, 0xd1, 0x39, 0xbf, 0xd1, 0xf0, 0x1d, 0xc8, 0xa8, 0x1f, 0x1c, 0xbf, + 0x50, 0xbb, 0xc3, 0x85, 0xd1, 0xf0, 0x52, 0xb5, 0xfa, 0x9b, 0xf6, 0xa6, 0x69, 0xbc, 0xd3, 0xfa, + 0x5e, 0xee, 0xde, 0x99, 0xc2, 0xde, 0x82, 0xea, 0x23, 0x28, 0x86, 0xf3, 0xde, 0x6b, 0x2b, 0x94, + 0x26, 0xea, 0xec, 0x86, 0x73, 0x2f, 0x0b, 0x90, 0xef, 0x52, 0x4e, 0xe9, 0xe7, 0x19, 0x98, 0xe7, + 0xf6, 0x6e, 0xb3, 0xea, 0xea, 0x79, 0x58, 0x75, 0xb1, 0x8e, 0xfd, 0x7a, 0x9a, 0x1c, 0x8c, 0xb7, + 0xc6, 0xfe, 0x0b, 0x0b, 0xb3, 0x78, 0xe3, 0x5b, 0xbc, 0x4c, 0xe3, 0x9b, 0x9a, 0x45, 0x75, 0xc2, + 0x60, 0xe3, 0x8f, 0xa4, 0xbf, 0x0b, 0x90, 0xf7, 0x05, 0xbb, 0x0b, 0xcb, 0x2d, 0xdc, 0x38, 0xaa, + 0x77, 0x64, 0x65, 0xaf, 0xd1, 0xdc, 0x55, 0xda, 0x9d, 0x7a, 0xe7, 0xb0, 0xad, 0x1c, 0x36, 0x77, + 0x9b, 0x07, 0x6f, 0x9a, 0xe5, 0x29, 0x74, 0x1f, 0xd6, 0xd2, 0x18, 0x5a, 0xf8, 0xe0, 0xa8, 0xd1, + 0x6e, 0x1c, 0x34, 0x1b, 0xcd, 0xed, 0xb2, 0x80, 0x36, 0xe0, 0x7e, 0x2a, 0x97, 0xdc, 0xdc, 0x6a, + 0x34, 0xb7, 0x95, 0x7a, 0xcb, 0xe3, 0xaf, 0xef, 0x95, 0xc5, 0x49, 0x07, 0xee, 0xc8, 0xf5, 0xbd, + 0xce, 0xce, 0xdb, 0x72, 0x06, 0xad, 0xc3, 0x6a, 0xba, 0x44, 0x01, 0x4b, 0x16, 0xad, 0xc1, 0x4a, + 0x1a, 0x0b, 0x3b, 0x45, 0xde, 0x2a, 0xe7, 0xa4, 0x3f, 0x89, 0x50, 0x61, 0x6d, 0x51, 0x4e, 0xbf, + 0x41, 0xec, 0x48, 0x73, 0xcc, 0x08, 0xc1, 0x99, 0x54, 0x04, 0x67, 0x27, 0x20, 0x38, 0x37, 0x86, + 0xe0, 0xff, 0x1b, 0x03, 0x24, 0x45, 0xf8, 0x8e, 0x10, 0x83, 0xe4, 0x2f, 0x04, 0x01, 0x35, 0x18, + 0x2a, 0x99, 0x39, 0x9f, 0x84, 0x68, 0x98, 0x24, 0x33, 0x85, 0x28, 0xa5, 0x25, 0x81, 0xfa, 0x04, + 0xe6, 0xc6, 0xa8, 0x17, 0x87, 0xeb, 0xcb, 0x39, 0x98, 0x55, 0x78, 0x81, 0xa5, 0x0e, 0x2c, 0xa5, + 0x08, 0xe1, 0x87, 0xa3, 0xef, 0xc2, 0x0c, 0x1f, 0x35, 0xe8, 0xde, 0x7c, 0x60, 0xe4, 0xd7, 0x94, + 0xb8, 0xb0, 0x21, 0x1d, 0xc2, 0xd2, 0x16, 0x71, 0x5c, 0xdb, 0x3c, 0x4d, 0xb1, 0xc7, 0x95, 0x63, + 0x91, 0xb4, 0x02, 0xd5, 0xb4, 0x6d, 0x99, 0xb4, 0xd2, 0x12, 0x4b, 0x1f, 0x1c, 0x29, 0x0c, 0x87, + 0xaf, 0x58, 0xe0, 0x8f, 0x93, 0xc2, 0x8e, 0x52, 0x4e, 0x73, 0x89, 0x9e, 0x0c, 0xfb, 0xfc, 0x19, + 0x8c, 0x45, 0x7a, 0x03, 0xcb, 0xdb, 0xc4, 0x4d, 0xf8, 0xf0, 0xf5, 0x6f, 0xd6, 0x82, 0x95, 0xf4, + 0x8d, 0x7d, 0x21, 0xbf, 0x0a, 0x12, 0x89, 0xe0, 0x07, 0x84, 0x89, 0xf1, 0xc4, 0x4f, 0x32, 0x0f, + 0x4d, 0xbf, 0xff, 0x1d, 0xfd, 0xe0, 0x85, 0x56, 0x61, 0xa9, 0xbe, 0x2d, 0x37, 0x3b, 0x4a, 0x5b, + 0xde, 0xc4, 0x72, 0x47, 0xd9, 0x6d, 0x34, 0xb7, 0x38, 0xd7, 0x5f, 0x87, 0xd5, 0x24, 0x59, 0x6e, + 0x1e, 0x35, 0xf0, 0x41, 0x73, 0x5f, 0x6e, 0x76, 0xca, 0x02, 0xaa, 0xc2, 0xad, 0x24, 0xcb, 0xab, + 0xc6, 0x9e, 0x5c, 0x16, 0x1f, 0x7e, 0x14, 0xe0, 0x46, 0xfc, 0xf7, 0x48, 0xb4, 0x02, 0x15, 0xc6, + 0x2e, 0x1f, 0x79, 0xff, 0x76, 0xde, 0xb6, 0x64, 0xee, 0xbc, 0x0d, 0xb8, 0x9f, 0xa0, 0xd6, 0x5b, + 0xad, 0xbd, 0xc6, 0x66, 0xbd, 0xd3, 0x38, 0x68, 0x2a, 0x9b, 0xb8, 0xde, 0xde, 0x91, 0xb7, 0xca, + 0x02, 0xaa, 0xc1, 0xc3, 0x04, 0x27, 0x96, 0xdb, 0x9d, 0x3a, 0xee, 0xc8, 0x5b, 0xca, 0x4e, 0x63, + 0x7b, 0x47, 0xd9, 0x6a, 0xb4, 0x77, 0x95, 0xc3, 0x76, 0x7d, 0x5b, 0x2e, 0x8b, 0xe8, 0x2b, 0xf8, + 0xe2, 0x3c, 0xfe, 0x7d, 0x79, 0xff, 0x00, 0xbf, 0xf5, 0x57, 0x64, 0x9e, 0xfe, 0xb9, 0x04, 0xb0, + 0xe9, 0xf9, 0x05, 0xbd, 0x01, 0x7a, 0x0d, 0x25, 0xee, 0x57, 0x16, 0xb4, 0x3c, 0xe6, 0xb0, 0xfc, + 0x33, 0xab, 0xba, 0x92, 0x4e, 0xf4, 0x41, 0x39, 0x85, 0x5a, 0x30, 0x1b, 0xfb, 0xc5, 0x06, 0xad, + 0xa6, 0x2d, 0x08, 0x6b, 0x9e, 0xea, 0x9d, 0x49, 0xe4, 0x70, 0xc7, 0x6d, 0x80, 0xa8, 0x33, 0x8a, + 0x22, 0x2c, 0x24, 0x3a, 0xb1, 0xd5, 0xe5, 0x54, 0x5a, 0xb8, 0xd1, 0x8f, 0xb9, 0xee, 0x6d, 0xd0, + 0x19, 0x43, 0xeb, 0xc9, 0x35, 0x63, 0x7d, 0xb9, 0xaa, 0x74, 0x16, 0x4b, 0xb8, 0xfb, 0x5b, 0x28, + 0x8f, 0xbf, 0xb6, 0xd0, 0x5a, 0x72, 0x65, 0xfc, 0xa5, 0x57, 0x5d, 0x3f, 0x83, 0x23, 0xdc, 0xfa, + 0x35, 0x94, 0xb8, 0x3a, 0x80, 0xb3, 0x4f, 0xb2, 0x2f, 0xc7, 0xd9, 0x27, 0xa5, 0x4d, 0x25, 0x4d, + 0xa1, 0x7d, 0x98, 0xe1, 0xdb, 0x46, 0x28, 0xe2, 0x4f, 0xe9, 0x45, 0x55, 0x57, 0x27, 0x50, 0x79, + 0xd1, 0xb8, 0xb2, 0x92, 0x13, 0x2d, 0xd9, 0x1f, 0xe1, 0x44, 0x4b, 0x69, 0x65, 0x30, 0xe8, 0xc4, + 0x4a, 0x54, 0x0e, 0x3a, 0x69, 0xe5, 0x32, 0x07, 0x9d, 0xd4, 0xca, 0x56, 0x9a, 0x42, 0x4a, 0xac, + 0x75, 0x19, 0x58, 0x45, 0x4a, 0x53, 0xd1, 0x98, 0x5d, 0xee, 0x9d, 0xc9, 0xc3, 0x8b, 0x1c, 0xab, + 0x6b, 0x38, 0x91, 0xd3, 0xea, 0x2c, 0x4e, 0xe4, 0xd4, 0x72, 0x28, 0x50, 0x68, 0x58, 0x60, 0xc4, + 0x14, 0x3a, 0x5e, 0xf2, 0xc4, 0x14, 0x9a, 0xa8, 0x49, 0xa4, 0x29, 0x74, 0x04, 0xf3, 0xdb, 0xc4, + 0x8d, 0x3f, 0x99, 0x11, 0xe7, 0x70, 0x69, 0x6f, 0xe9, 0xea, 0xdd, 0x89, 0x74, 0xde, 0x91, 0x12, + 0x59, 0x94, 0x73, 0xa4, 0x49, 0x69, 0x9e, 0x73, 0xa4, 0x89, 0x49, 0x98, 0x19, 0x2d, 0x99, 0xf6, + 0x38, 0xa3, 0x4d, 0x4c, 0xb5, 0x9c, 0xd1, 0xce, 0xc8, 0x9b, 0xa1, 0xa7, 0xf2, 0xe9, 0x71, 0xcc, + 0x53, 0x53, 0x92, 0xea, 0x98, 0xa7, 0xa6, 0xe5, 0x56, 0x69, 0x0a, 0x11, 0x58, 0x4c, 0x4b, 0x6c, + 0xe8, 0x7e, 0xb8, 0xf8, 0x8c, 0x84, 0x5a, 0x7d, 0x70, 0x0e, 0x57, 0x70, 0xcc, 0xcb, 0x57, 0x3f, + 0xba, 0xd7, 0xd7, 0xdc, 0x9f, 0x0c, 0x8f, 0x6b, 0x5d, 0x53, 0x7f, 0xec, 0x2f, 0x62, 0x7f, 0x74, + 0xd3, 0x35, 0x07, 0xc1, 0xc4, 0x1f, 0xc5, 0xd9, 0x3d, 0x6d, 0x44, 0x76, 0x69, 0xde, 0x34, 0x5d, + 0xf3, 0xdf, 0xe2, 0x0d, 0x7f, 0xfc, 0xe2, 0x05, 0x9d, 0x38, 0xce, 0xd3, 0x25, 0xdf, 0xfe, 0x6f, + 0x00, 0x00, 0x00, 0xff, 0xff, 0xce, 0x88, 0x43, 0x7c, 0xdb, 0x23, 0x00, 0x00, }