diff --git a/go-api/federpb/feder.pb.go b/go-api/federpb/feder.pb.go index 8a6209c..0cff4df 100644 --- a/go-api/federpb/feder.pb.go +++ b/go-api/federpb/feder.pb.go @@ -7,6 +7,7 @@ import ( fmt "fmt" proto "github.com/golang/protobuf/proto" commonpb "github.com/milvus-io/milvus-proto/go-api/commonpb" + schemapb "github.com/milvus-io/milvus-proto/go-api/schemapb" math "math" ) @@ -22,11 +23,12 @@ var _ = math.Inf const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package type SegmentIndexData struct { - SegmentID int64 `protobuf:"varint,1,opt,name=segmentID,proto3" json:"segmentID,omitempty"` - IndexData string `protobuf:"bytes,2,opt,name=index_data,json=indexData,proto3" json:"index_data,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + SegmentID int64 `protobuf:"varint,1,opt,name=segmentID,proto3" json:"segmentID,omitempty"` + IndexData string `protobuf:"bytes,2,opt,name=index_data,json=indexData,proto3" json:"index_data,omitempty"` + IdsSet *schemapb.IDs `protobuf:"bytes,3,opt,name=ids_set,json=idsSet,proto3" json:"ids_set,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *SegmentIndexData) Reset() { *m = SegmentIndexData{} } @@ -68,51 +70,11 @@ func (m *SegmentIndexData) GetIndexData() string { return "" } -type FederSegmentSearchResult struct { - SegmentID int64 `protobuf:"varint,1,opt,name=segmentID,proto3" json:"segmentID,omitempty"` - VisitInfo string `protobuf:"bytes,2,opt,name=visit_info,json=visitInfo,proto3" json:"visit_info,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *FederSegmentSearchResult) Reset() { *m = FederSegmentSearchResult{} } -func (m *FederSegmentSearchResult) String() string { return proto.CompactTextString(m) } -func (*FederSegmentSearchResult) ProtoMessage() {} -func (*FederSegmentSearchResult) Descriptor() ([]byte, []int) { - return fileDescriptor_84d670fd126c7825, []int{1} -} - -func (m *FederSegmentSearchResult) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_FederSegmentSearchResult.Unmarshal(m, b) -} -func (m *FederSegmentSearchResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_FederSegmentSearchResult.Marshal(b, m, deterministic) -} -func (m *FederSegmentSearchResult) XXX_Merge(src proto.Message) { - xxx_messageInfo_FederSegmentSearchResult.Merge(m, src) -} -func (m *FederSegmentSearchResult) XXX_Size() int { - return xxx_messageInfo_FederSegmentSearchResult.Size(m) -} -func (m *FederSegmentSearchResult) XXX_DiscardUnknown() { - xxx_messageInfo_FederSegmentSearchResult.DiscardUnknown(m) -} - -var xxx_messageInfo_FederSegmentSearchResult proto.InternalMessageInfo - -func (m *FederSegmentSearchResult) GetSegmentID() int64 { +func (m *SegmentIndexData) GetIdsSet() *schemapb.IDs { if m != nil { - return m.SegmentID + return m.IdsSet } - return 0 -} - -func (m *FederSegmentSearchResult) GetVisitInfo() string { - if m != nil { - return m.VisitInfo - } - return "" + return nil } type ListIndexedSegmentRequest struct { @@ -128,7 +90,7 @@ func (m *ListIndexedSegmentRequest) Reset() { *m = ListIndexedSegmentReq func (m *ListIndexedSegmentRequest) String() string { return proto.CompactTextString(m) } func (*ListIndexedSegmentRequest) ProtoMessage() {} func (*ListIndexedSegmentRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_84d670fd126c7825, []int{2} + return fileDescriptor_84d670fd126c7825, []int{1} } func (m *ListIndexedSegmentRequest) XXX_Unmarshal(b []byte) error { @@ -182,7 +144,7 @@ func (m *ListIndexedSegmentResponse) Reset() { *m = ListIndexedSegmentRe func (m *ListIndexedSegmentResponse) String() string { return proto.CompactTextString(m) } func (*ListIndexedSegmentResponse) ProtoMessage() {} func (*ListIndexedSegmentResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_84d670fd126c7825, []int{3} + return fileDescriptor_84d670fd126c7825, []int{2} } func (m *ListIndexedSegmentResponse) XXX_Unmarshal(b []byte) error { @@ -231,7 +193,7 @@ func (m *DescribeSegmentIndexDataRequest) Reset() { *m = DescribeSegment func (m *DescribeSegmentIndexDataRequest) String() string { return proto.CompactTextString(m) } func (*DescribeSegmentIndexDataRequest) ProtoMessage() {} func (*DescribeSegmentIndexDataRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_84d670fd126c7825, []int{4} + return fileDescriptor_84d670fd126c7825, []int{3} } func (m *DescribeSegmentIndexDataRequest) XXX_Unmarshal(b []byte) error { @@ -294,7 +256,7 @@ func (m *DescribeSegmentIndexDataResponse) Reset() { *m = DescribeSegmen func (m *DescribeSegmentIndexDataResponse) String() string { return proto.CompactTextString(m) } func (*DescribeSegmentIndexDataResponse) ProtoMessage() {} func (*DescribeSegmentIndexDataResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_84d670fd126c7825, []int{5} + return fileDescriptor_84d670fd126c7825, []int{4} } func (m *DescribeSegmentIndexDataResponse) XXX_Unmarshal(b []byte) error { @@ -338,7 +300,6 @@ func (m *DescribeSegmentIndexDataResponse) GetIndexParams() []*commonpb.KeyValue func init() { proto.RegisterType((*SegmentIndexData)(nil), "milvus.proto.feder.SegmentIndexData") - proto.RegisterType((*FederSegmentSearchResult)(nil), "milvus.proto.feder.FederSegmentSearchResult") proto.RegisterType((*ListIndexedSegmentRequest)(nil), "milvus.proto.feder.ListIndexedSegmentRequest") proto.RegisterType((*ListIndexedSegmentResponse)(nil), "milvus.proto.feder.ListIndexedSegmentResponse") proto.RegisterType((*DescribeSegmentIndexDataRequest)(nil), "milvus.proto.feder.DescribeSegmentIndexDataRequest") @@ -349,34 +310,34 @@ func init() { func init() { proto.RegisterFile("feder.proto", fileDescriptor_84d670fd126c7825) } var fileDescriptor_84d670fd126c7825 = []byte{ - // 457 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x53, 0xcb, 0x6e, 0xd3, 0x40, - 0x14, 0x95, 0xe3, 0x52, 0x29, 0xd7, 0x55, 0xa9, 0x66, 0x65, 0x42, 0x01, 0x63, 0x21, 0x91, 0x4d, - 0x9d, 0x2a, 0xdd, 0xa0, 0x2e, 0x4b, 0x40, 0xaa, 0x78, 0x55, 0x13, 0x09, 0x24, 0x36, 0xd1, 0xd8, - 0xb9, 0x49, 0x47, 0xd8, 0x33, 0xae, 0xef, 0x38, 0x22, 0x1f, 0xc2, 0xe7, 0xf0, 0x39, 0xfc, 0x07, - 0xf2, 0x78, 0xd2, 0xa4, 0x6d, 0x50, 0x17, 0x2c, 0xba, 0xb3, 0xcf, 0xdc, 0xf3, 0x9a, 0x07, 0x04, - 0x33, 0x9c, 0x62, 0x95, 0x94, 0x95, 0x36, 0x9a, 0xb1, 0x42, 0xe6, 0x8b, 0x9a, 0xda, 0xbf, 0xc4, - 0xae, 0xf4, 0xf6, 0x32, 0x5d, 0x14, 0x5a, 0xb5, 0x58, 0xfc, 0x05, 0x0e, 0xc6, 0x38, 0x2f, 0x50, - 0x99, 0x73, 0x35, 0xc5, 0x9f, 0x23, 0x61, 0x04, 0x3b, 0x84, 0x2e, 0x39, 0x6c, 0x14, 0x7a, 0x91, - 0xd7, 0xf7, 0xf9, 0x1a, 0x60, 0xcf, 0x00, 0x64, 0x33, 0x3a, 0x99, 0x0a, 0x23, 0xc2, 0x4e, 0xe4, - 0xf5, 0xbb, 0xbc, 0x2b, 0x57, 0xe4, 0xf8, 0x1b, 0x84, 0xef, 0x1b, 0x1f, 0xa7, 0x3a, 0x46, 0x51, - 0x65, 0x97, 0x1c, 0xa9, 0xce, 0xcd, 0xfd, 0xc2, 0x0b, 0x49, 0xd2, 0x4c, 0xa4, 0x9a, 0xe9, 0x95, - 0xb0, 0x45, 0xce, 0xd5, 0x4c, 0xc7, 0xbf, 0x3c, 0x78, 0xf2, 0x51, 0x52, 0x9b, 0x13, 0xa7, 0x4e, - 0x9f, 0xe3, 0x55, 0x8d, 0x64, 0xd8, 0x31, 0xec, 0xa4, 0x82, 0xd0, 0xaa, 0x06, 0xc3, 0xc3, 0xe4, - 0x46, 0x71, 0xd7, 0xf8, 0x13, 0xcd, 0xcf, 0x04, 0x21, 0xb7, 0x93, 0xec, 0x35, 0x3c, 0xce, 0x74, - 0x9e, 0x63, 0x66, 0xa4, 0x56, 0x13, 0x25, 0x0a, 0x74, 0x9e, 0xfb, 0x6b, 0xf8, 0xb3, 0x28, 0x70, - 0x5d, 0xd8, 0xce, 0xf8, 0x1b, 0x85, 0x9b, 0xe5, 0xf8, 0x0a, 0x7a, 0xdb, 0x62, 0x51, 0xa9, 0x15, - 0x21, 0x3b, 0x81, 0x5d, 0x32, 0xc2, 0xd4, 0xe4, 0x92, 0x3d, 0xdd, 0x9a, 0x6c, 0x6c, 0x47, 0xb8, - 0x1b, 0x65, 0xcf, 0x01, 0xae, 0xb7, 0x85, 0xc2, 0x4e, 0xe4, 0xf7, 0x7d, 0xbe, 0x81, 0xc4, 0xbf, - 0x3d, 0x78, 0x31, 0x42, 0xca, 0x2a, 0x99, 0xe2, 0xed, 0xd3, 0x7b, 0xf0, 0x0d, 0x61, 0x11, 0x04, - 0x2e, 0x2b, 0x35, 0xf1, 0x77, 0x6c, 0xfc, 0x4d, 0x28, 0xfe, 0xd3, 0x81, 0xe8, 0xdf, 0xf9, 0xff, - 0x67, 0xe7, 0xd2, 0x5b, 0x97, 0xd3, 0xef, 0x07, 0xc3, 0xb7, 0xc9, 0xdd, 0x57, 0x90, 0xdc, 0x67, - 0x9f, 0x5c, 0x23, 0xef, 0x94, 0xa9, 0x96, 0x1b, 0x37, 0x9c, 0x8d, 0x60, 0xaf, 0xf5, 0x28, 0x45, - 0x25, 0x0a, 0x0a, 0x7d, 0xeb, 0xf2, 0x72, 0x6b, 0xbc, 0x0f, 0xb8, 0xfc, 0x2a, 0xf2, 0x1a, 0x2f, - 0x84, 0xac, 0x78, 0x60, 0x69, 0x17, 0x96, 0xd5, 0x4b, 0x61, 0xff, 0xa6, 0x05, 0x3b, 0x00, 0xff, - 0x07, 0x2e, 0xdd, 0xbb, 0x68, 0x3e, 0xd9, 0x29, 0x3c, 0x5a, 0x34, 0x6c, 0x7b, 0x0e, 0xc1, 0xf0, - 0xd5, 0xb6, 0x22, 0x77, 0x0a, 0xb4, 0x94, 0xd3, 0xce, 0x1b, 0xef, 0x6c, 0xf8, 0xfd, 0x78, 0x2e, - 0xcd, 0x65, 0x9d, 0x36, 0x71, 0x06, 0x2d, 0xf9, 0x48, 0xea, 0xd5, 0x97, 0x95, 0x19, 0xcc, 0xf5, - 0x91, 0x28, 0xe5, 0xc0, 0xaa, 0x95, 0x69, 0xba, 0x6b, 0xd1, 0x93, 0xbf, 0x01, 0x00, 0x00, 0xff, - 0xff, 0x40, 0x49, 0x4e, 0x8e, 0x48, 0x04, 0x00, 0x00, + // 460 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x93, 0xcd, 0x6e, 0xd3, 0x40, + 0x10, 0xc7, 0xe5, 0xb8, 0x04, 0x65, 0x1c, 0x95, 0x6a, 0x4f, 0x26, 0x14, 0x30, 0x16, 0x12, 0xbe, + 0xd4, 0x29, 0xee, 0x05, 0xf5, 0x58, 0xcc, 0xa1, 0xe2, 0x43, 0x95, 0x23, 0x71, 0xe0, 0x12, 0xad, + 0xed, 0x21, 0x5d, 0x11, 0x7b, 0x5d, 0xcf, 0xba, 0x22, 0x57, 0xde, 0x81, 0xc7, 0xe1, 0x71, 0x78, + 0x0f, 0xe4, 0xf5, 0x92, 0x8f, 0xc6, 0x88, 0x03, 0x07, 0x6e, 0xde, 0xff, 0xce, 0x7f, 0xe6, 0x37, + 0xb3, 0x63, 0x70, 0x3e, 0x63, 0x8e, 0x75, 0x58, 0xd5, 0x52, 0x49, 0xc6, 0x0a, 0xb1, 0xbc, 0x6d, + 0xa8, 0x3b, 0x85, 0xfa, 0x66, 0x32, 0xce, 0x64, 0x51, 0xc8, 0xb2, 0xd3, 0x26, 0x63, 0xca, 0xae, + 0xb1, 0xe0, 0xdd, 0xc9, 0xff, 0x66, 0xc1, 0xd1, 0x0c, 0x17, 0x05, 0x96, 0xea, 0xb2, 0xcc, 0xf1, + 0x6b, 0xcc, 0x15, 0x67, 0xc7, 0x30, 0x22, 0xa3, 0xc5, 0xae, 0xe5, 0x59, 0x81, 0x9d, 0x6c, 0x04, + 0xf6, 0x18, 0x40, 0xb4, 0xa1, 0xf3, 0x9c, 0x2b, 0xee, 0x0e, 0x3c, 0x2b, 0x18, 0x25, 0x23, 0xb1, + 0x36, 0xbf, 0x84, 0xfb, 0x22, 0xa7, 0x39, 0xa1, 0x72, 0x6d, 0xcf, 0x0a, 0x9c, 0xc8, 0x0d, 0x77, + 0x98, 0x4c, 0xf9, 0xcb, 0x98, 0x92, 0xa1, 0xc8, 0x69, 0x86, 0xca, 0xff, 0x6e, 0xc1, 0xc3, 0x77, + 0x82, 0x3a, 0x02, 0xcc, 0x0d, 0x4f, 0x82, 0x37, 0x0d, 0x92, 0x62, 0xa7, 0x70, 0x90, 0x72, 0x42, + 0x0d, 0xe2, 0x44, 0xc7, 0xbb, 0xd9, 0x4c, 0x6b, 0xef, 0x69, 0x71, 0xc1, 0x09, 0x13, 0x1d, 0xc9, + 0x5e, 0xc0, 0x83, 0x4c, 0x2e, 0x97, 0x98, 0x29, 0x21, 0xcb, 0x79, 0xc9, 0x0b, 0x34, 0x98, 0x87, + 0x1b, 0xf9, 0x03, 0x2f, 0x70, 0xd3, 0x8a, 0x8e, 0xb1, 0xb7, 0x5a, 0x69, 0xaf, 0xfd, 0x1b, 0x98, + 0xf4, 0x61, 0x51, 0x25, 0x4b, 0x42, 0x76, 0x06, 0x43, 0x52, 0x5c, 0x35, 0x64, 0xc8, 0x1e, 0xf5, + 0x92, 0xcd, 0x74, 0x48, 0x62, 0x42, 0xd9, 0x13, 0x80, 0xf5, 0x24, 0xc9, 0x1d, 0x78, 0x76, 0x60, + 0x27, 0x5b, 0x8a, 0xff, 0xc3, 0x82, 0xa7, 0x31, 0x52, 0x56, 0x8b, 0x14, 0xef, 0xbe, 0xcb, 0x7f, + 0x1f, 0x08, 0xf3, 0xc0, 0x31, 0xac, 0xd4, 0xe2, 0x1f, 0x68, 0xfc, 0x6d, 0xc9, 0xff, 0x39, 0x00, + 0xef, 0xcf, 0xfc, 0xff, 0x32, 0xb9, 0xf4, 0xce, 0xda, 0xd9, 0x81, 0x13, 0xbd, 0x0e, 0xf7, 0xd7, + 0x3d, 0xfc, 0x5b, 0xf9, 0x70, 0xad, 0xbc, 0x29, 0x55, 0xbd, 0xda, 0xde, 0xdd, 0x18, 0xc6, 0x5d, + 0x8d, 0x8a, 0xd7, 0xbc, 0x20, 0xd7, 0xd6, 0x55, 0x9e, 0xf5, 0xe2, 0xbd, 0xc5, 0xd5, 0x47, 0xbe, + 0x6c, 0xf0, 0x8a, 0x8b, 0x3a, 0x71, 0xb4, 0xed, 0x4a, 0xbb, 0x26, 0x29, 0x1c, 0xee, 0x96, 0x60, + 0x47, 0x60, 0x7f, 0xc1, 0x95, 0xf9, 0x95, 0xda, 0x4f, 0x76, 0x0e, 0xf7, 0x6e, 0x5b, 0xb7, 0x7e, + 0x07, 0x27, 0x7a, 0xde, 0xd7, 0xc8, 0x5e, 0x03, 0x9d, 0xe5, 0x7c, 0xf0, 0xca, 0xba, 0x88, 0x3e, + 0x9d, 0x2e, 0x84, 0xba, 0x6e, 0xd2, 0x16, 0x67, 0xda, 0x99, 0x4f, 0x84, 0xfc, 0xfd, 0xa5, 0xd3, + 0x4c, 0x17, 0xf2, 0x84, 0x57, 0x62, 0xaa, 0xb3, 0x55, 0x69, 0x3a, 0xd4, 0xea, 0xd9, 0xaf, 0x00, + 0x00, 0x00, 0xff, 0xff, 0xbe, 0x27, 0xfe, 0x60, 0x31, 0x04, 0x00, 0x00, } diff --git a/go-api/milvuspb/milvus.pb.go b/go-api/milvuspb/milvus.pb.go index 0e5fef9..ae53194 100644 --- a/go-api/milvuspb/milvus.pb.go +++ b/go-api/milvuspb/milvus.pb.go @@ -9085,429 +9085,425 @@ func init() { func init() { proto.RegisterFile("milvus.proto", fileDescriptor_02345ba45cc0e303) } var fileDescriptor_02345ba45cc0e303 = []byte{ - // 6742 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x3d, 0x5d, 0x6c, 0x1c, 0xc7, - 0x79, 0xda, 0x3b, 0x1e, 0xef, 0xee, 0xbb, 0x3b, 0xf2, 0x38, 0xa4, 0xc8, 0xf3, 0x49, 0xb2, 0xa8, - 0xb5, 0x15, 0xcb, 0x52, 0x4c, 0xc7, 0xb4, 0x65, 0x3b, 0x72, 0xe2, 0x58, 0x12, 0x63, 0x89, 0x88, - 0x7e, 0x98, 0xa5, 0x6c, 0x23, 0x4d, 0x8d, 0xc3, 0xf2, 0x76, 0x48, 0xae, 0xb5, 0xb7, 0x7b, 0xda, - 0xdd, 0x13, 0x45, 0xf7, 0xa5, 0x45, 0x9a, 0x34, 0x41, 0x7e, 0xdc, 0xff, 0xb4, 0x28, 0x9a, 0x16, - 0x41, 0xfa, 0xff, 0x83, 0xa4, 0x7d, 0x08, 0x10, 0xb4, 0xe8, 0x43, 0x81, 0x3e, 0x04, 0x2d, 0xda, - 0x3c, 0x18, 0x6d, 0x81, 0xa2, 0x4f, 0x41, 0x8b, 0x02, 0x2d, 0x9a, 0x87, 0xbe, 0xf5, 0x17, 0xf3, - 0xb3, 0xbb, 0xb3, 0x7b, 0x33, 0xf7, 0xa3, 0xb3, 0x4c, 0x2a, 0x28, 0x9f, 0x38, 0xb3, 0x33, 0xf3, - 0x7d, 0xf3, 0xcd, 0xf7, 0x37, 0x33, 0xdf, 0x37, 0x07, 0xd5, 0x8e, 0xed, 0xdc, 0xed, 0x05, 0x2b, - 0x5d, 0xdf, 0x0b, 0x3d, 0x34, 0x2f, 0x96, 0x56, 0x58, 0xa1, 0x59, 0x6d, 0x7b, 0x9d, 0x8e, 0xe7, - 0xb2, 0xca, 0x66, 0x35, 0x68, 0xef, 0xe2, 0x8e, 0xc9, 0x4b, 0x95, 0x6d, 0x6c, 0x61, 0x9f, 0x17, - 0x96, 0x77, 0x3c, 0x6f, 0xc7, 0xc1, 0x4f, 0xd3, 0xd2, 0x56, 0x6f, 0xfb, 0x69, 0x0b, 0x07, 0x6d, - 0xdf, 0xee, 0x86, 0x1e, 0x6f, 0xa1, 0x7f, 0x4d, 0x03, 0x74, 0xd9, 0xc7, 0x66, 0x88, 0x2f, 0x3a, - 0xb6, 0x19, 0x18, 0xf8, 0x4e, 0x0f, 0x07, 0x21, 0xfa, 0x10, 0x4c, 0x6d, 0x99, 0x01, 0x6e, 0x68, - 0xcb, 0xda, 0x99, 0xca, 0xea, 0xf1, 0x95, 0x14, 0x16, 0x1c, 0xfa, 0xf5, 0x60, 0xe7, 0x92, 0x19, - 0x60, 0x83, 0xb6, 0x44, 0x4b, 0x50, 0xb4, 0xb6, 0x5a, 0xae, 0xd9, 0xc1, 0x8d, 0xdc, 0xb2, 0x76, - 0xa6, 0x6c, 0x4c, 0x5b, 0x5b, 0x37, 0xcc, 0x0e, 0x46, 0x4f, 0xc0, 0x6c, 0xdb, 0x73, 0x1c, 0xdc, - 0x0e, 0x6d, 0xcf, 0x65, 0x0d, 0xf2, 0xb4, 0xc1, 0x4c, 0x52, 0x4d, 0x1b, 0x2e, 0x40, 0xc1, 0x24, - 0x38, 0x34, 0xa6, 0xe8, 0x67, 0x56, 0xd0, 0x03, 0xa8, 0xaf, 0xf9, 0x5e, 0xf7, 0x41, 0x61, 0x17, - 0x03, 0xcd, 0x8b, 0x40, 0x7f, 0x55, 0x83, 0xb9, 0x8b, 0x4e, 0x88, 0xfd, 0x43, 0x4a, 0x94, 0x3d, - 0x58, 0x58, 0xa3, 0x2b, 0xb9, 0x85, 0xdf, 0x5f, 0xc2, 0xfc, 0x8a, 0x06, 0x47, 0x33, 0x90, 0x83, - 0xae, 0xe7, 0x06, 0x18, 0x3d, 0x0b, 0xd3, 0x41, 0x68, 0x86, 0xbd, 0x80, 0x03, 0x3f, 0x26, 0x05, - 0xbe, 0x49, 0x9b, 0x18, 0xbc, 0xe9, 0x98, 0xd0, 0xd1, 0xa3, 0x00, 0x09, 0x79, 0x38, 0x45, 0x84, - 0x1a, 0xfd, 0xf3, 0x1a, 0xa0, 0x6b, 0x76, 0x10, 0x52, 0xcc, 0xf0, 0x41, 0xae, 0x9b, 0xfe, 0x9b, - 0x1a, 0xcc, 0xa7, 0x50, 0x79, 0x20, 0x64, 0x1a, 0x99, 0x8d, 0x1a, 0x50, 0x34, 0x19, 0x26, 0x8d, - 0xa9, 0xe5, 0xfc, 0x99, 0xb2, 0x11, 0x15, 0xf5, 0x7f, 0xcf, 0xc1, 0x12, 0x53, 0x00, 0x97, 0xe3, - 0x2e, 0x07, 0xc9, 0xf0, 0x8b, 0x30, 0xcd, 0xf4, 0x19, 0x5d, 0xdf, 0xaa, 0xc1, 0x4b, 0xe8, 0x04, - 0x40, 0xb0, 0x6b, 0xfa, 0x56, 0xd0, 0x72, 0x7b, 0x9d, 0x46, 0x61, 0x59, 0x3b, 0x53, 0x30, 0xca, - 0xac, 0xe6, 0x46, 0xaf, 0x83, 0x0c, 0x98, 0x6b, 0x7b, 0x6e, 0x60, 0x07, 0x21, 0x76, 0xdb, 0xfb, - 0x2d, 0x07, 0xdf, 0xc5, 0x4e, 0x63, 0x7a, 0x59, 0x3b, 0x33, 0xb3, 0x7a, 0x5a, 0x8a, 0xf7, 0xe5, - 0xa4, 0xf5, 0x35, 0xd2, 0xd8, 0xa8, 0xb7, 0x33, 0x35, 0xe8, 0x22, 0x40, 0xd7, 0xf7, 0xba, 0xd8, - 0x0f, 0x6d, 0x1c, 0x34, 0x8a, 0xcb, 0xf9, 0x33, 0x95, 0xd5, 0x53, 0xd2, 0xc1, 0x3e, 0x81, 0xf7, - 0x5f, 0x37, 0x9d, 0x1e, 0xde, 0x30, 0x6d, 0xdf, 0x10, 0x3a, 0x5d, 0x40, 0xdf, 0x7d, 0x79, 0xb6, - 0xa4, 0xd5, 0xb5, 0xc6, 0xff, 0x46, 0x7f, 0x9a, 0xfe, 0x6b, 0x44, 0x86, 0x7c, 0xaf, 0x7b, 0x28, - 0xe8, 0x1d, 0x61, 0x98, 0x13, 0x31, 0xfc, 0xa9, 0x1c, 0x2c, 0x52, 0xf5, 0x77, 0x38, 0x58, 0x42, - 0x87, 0x6a, 0x52, 0xb3, 0xbe, 0x46, 0x19, 0x23, 0x6f, 0xa4, 0xea, 0x32, 0x6b, 0x55, 0x78, 0xaf, - 0xd6, 0xea, 0x77, 0x34, 0x58, 0xb8, 0x6a, 0x06, 0x87, 0x83, 0x0e, 0x27, 0x00, 0x42, 0xbb, 0x83, - 0x5b, 0x41, 0x68, 0x76, 0xba, 0x94, 0x0a, 0x53, 0x46, 0x99, 0xd4, 0x6c, 0x92, 0x0a, 0xfd, 0x53, - 0x50, 0xbd, 0xe4, 0x79, 0xce, 0x64, 0xaa, 0x66, 0x01, 0x0a, 0x77, 0x09, 0x75, 0x28, 0x8e, 0x25, - 0x83, 0x15, 0xf4, 0x4f, 0xc3, 0xcc, 0x66, 0xe8, 0xdb, 0xee, 0xce, 0x7b, 0x38, 0x78, 0x39, 0x1a, - 0xfc, 0x9f, 0x34, 0x78, 0x24, 0xb2, 0x29, 0x0f, 0x0f, 0xc3, 0xa5, 0x17, 0xa3, 0x90, 0x59, 0x8c, - 0x88, 0x99, 0xf2, 0x22, 0x33, 0xfd, 0x79, 0x01, 0x9a, 0xb2, 0x89, 0x4e, 0x42, 0xd2, 0x8f, 0xc6, - 0xea, 0x32, 0x47, 0x3b, 0x65, 0x94, 0x1d, 0x77, 0x0d, 0x13, 0x68, 0x9b, 0xb4, 0x22, 0xd6, 0xaa, - 0xd9, 0x99, 0xe6, 0x25, 0x33, 0x5d, 0x85, 0xa3, 0x77, 0x6d, 0x3f, 0xec, 0x99, 0x4e, 0xab, 0xbd, - 0x6b, 0xba, 0x2e, 0x76, 0x28, 0xed, 0x22, 0x4b, 0x32, 0xcf, 0x3f, 0x5e, 0x66, 0xdf, 0x08, 0x01, - 0x03, 0xf4, 0x1c, 0x2c, 0x76, 0x77, 0xf7, 0x03, 0xbb, 0xdd, 0xd7, 0xa9, 0x40, 0x3b, 0x2d, 0x44, - 0x5f, 0x53, 0xbd, 0xce, 0xc1, 0x5c, 0x9b, 0x9a, 0x22, 0xab, 0x45, 0x28, 0xc9, 0x48, 0x3b, 0x4d, - 0x49, 0x5b, 0xe7, 0x1f, 0x6e, 0x45, 0xf5, 0x04, 0xad, 0xa8, 0x71, 0x2f, 0x6c, 0x0b, 0x1d, 0x8a, - 0xb4, 0xc3, 0x3c, 0xff, 0xf8, 0x5a, 0xd8, 0x4e, 0xfa, 0xa4, 0x8d, 0x48, 0x29, 0x6b, 0x44, 0x04, - 0x2b, 0x59, 0x4e, 0x59, 0x49, 0xb4, 0x0e, 0xb3, 0x41, 0x68, 0xfa, 0x61, 0xab, 0xeb, 0x05, 0x36, - 0xa1, 0x4b, 0xd0, 0x00, 0xaa, 0x63, 0x96, 0x55, 0x3a, 0x66, 0xcd, 0x0c, 0x4d, 0xaa, 0x62, 0x66, - 0x68, 0xc7, 0x8d, 0xa8, 0x9f, 0xdc, 0x52, 0x55, 0x26, 0xb3, 0x54, 0x12, 0xce, 0xae, 0x4a, 0x39, - 0x3b, 0xad, 0x26, 0x6b, 0xf7, 0xa1, 0x26, 0xf5, 0xff, 0xd1, 0xe0, 0xe8, 0x35, 0xcf, 0xb4, 0x0e, - 0x87, 0xa8, 0x9e, 0x86, 0x19, 0x1f, 0x77, 0x1d, 0xbb, 0x6d, 0x92, 0x25, 0xdd, 0xc2, 0x3e, 0x15, - 0xd6, 0x82, 0x51, 0xe3, 0xb5, 0x37, 0x68, 0x25, 0x19, 0xcf, 0xc7, 0x81, 0xd7, 0xf3, 0xdb, 0xb8, - 0xb5, 0xe3, 0x7b, 0xbd, 0x6e, 0xc4, 0x88, 0x33, 0x51, 0xf5, 0x15, 0x5a, 0x4b, 0x58, 0xc0, 0xc7, - 0xdb, 0x3e, 0x0e, 0x76, 0x29, 0xe3, 0x95, 0x8c, 0xa8, 0x78, 0xa1, 0xf8, 0xdd, 0x97, 0xa7, 0xea, - 0x85, 0x46, 0x5e, 0xff, 0xaa, 0x06, 0x0d, 0x03, 0x3b, 0xd8, 0x0c, 0x0e, 0x87, 0xba, 0x62, 0x98, - 0x4d, 0x37, 0xf2, 0xfa, 0xbf, 0x69, 0xb0, 0x70, 0x05, 0x87, 0x44, 0x45, 0xd8, 0x41, 0x68, 0xb7, - 0x0f, 0x74, 0xe7, 0xf2, 0x04, 0xcc, 0x76, 0x4d, 0x3f, 0xb4, 0xe3, 0x76, 0x91, 0xc2, 0x98, 0x89, - 0xab, 0x99, 0xd4, 0x3f, 0x0d, 0xf3, 0x3b, 0x3d, 0xd3, 0x37, 0xdd, 0x10, 0x63, 0x41, 0x8c, 0x99, - 0x4a, 0x45, 0xf1, 0xa7, 0x58, 0x8a, 0xd9, 0x7c, 0xa1, 0x91, 0xd7, 0x3f, 0xab, 0xc1, 0xd1, 0xcc, - 0x7c, 0x27, 0xd1, 0xa5, 0x2f, 0x40, 0x81, 0xfc, 0x17, 0x34, 0x72, 0xa3, 0xca, 0x05, 0x6b, 0x4f, - 0xb6, 0x8b, 0x8f, 0x5e, 0xc1, 0xa1, 0xa0, 0x65, 0x0f, 0xc3, 0x0a, 0x24, 0x74, 0x7a, 0x47, 0x83, - 0x93, 0x4a, 0xfc, 0x0e, 0x84, 0x62, 0xff, 0xa1, 0xc1, 0xe2, 0xe6, 0xae, 0xb7, 0x97, 0xa0, 0xf4, - 0x20, 0x28, 0x95, 0xb6, 0xd1, 0xf9, 0x8c, 0x8d, 0x46, 0xcf, 0xc0, 0x54, 0xb8, 0xdf, 0xc5, 0x54, - 0x63, 0xcc, 0xac, 0x9e, 0x58, 0x91, 0x1c, 0xb5, 0xac, 0x10, 0x24, 0x6f, 0xed, 0x77, 0xb1, 0x41, - 0x9b, 0xa2, 0x27, 0xa1, 0x9e, 0xa1, 0x7d, 0xa4, 0x48, 0x66, 0xd3, 0xc4, 0x8f, 0xdd, 0xc9, 0x29, - 0xd1, 0x03, 0xf8, 0x41, 0x0e, 0x96, 0xfa, 0xa6, 0x3d, 0xc9, 0x02, 0xc8, 0xf0, 0xc9, 0x49, 0xf1, - 0x21, 0x9a, 0x52, 0x68, 0x6a, 0x5b, 0x64, 0x6f, 0x9d, 0x3f, 0x93, 0x37, 0x6a, 0x82, 0xb1, 0xb7, - 0x02, 0xf4, 0x14, 0xa0, 0x3e, 0x1b, 0xcc, 0x24, 0x77, 0xca, 0x98, 0xcb, 0x1a, 0x61, 0x6a, 0xe8, - 0xa5, 0x56, 0x98, 0x91, 0x65, 0xca, 0x58, 0x90, 0x98, 0xe1, 0x00, 0x3d, 0x03, 0x0b, 0xb6, 0x7b, - 0x1d, 0x77, 0x3c, 0x7f, 0xbf, 0xd5, 0xc5, 0x7e, 0x1b, 0xbb, 0xa1, 0xb9, 0x83, 0x83, 0xc6, 0x34, - 0xc5, 0x68, 0x3e, 0xfa, 0xb6, 0x91, 0x7c, 0x42, 0xcf, 0xc3, 0xd2, 0x9d, 0x1e, 0xf6, 0xf7, 0x5b, - 0x01, 0xf6, 0xef, 0xda, 0x6d, 0xdc, 0x32, 0xef, 0x9a, 0xb6, 0x63, 0x6e, 0x39, 0x98, 0xee, 0xcc, - 0x4a, 0xc6, 0x51, 0xfa, 0x79, 0x93, 0x7d, 0xbd, 0x18, 0x7d, 0xd4, 0xff, 0x58, 0x83, 0x45, 0xb6, - 0xbf, 0xdd, 0x88, 0xd4, 0xce, 0x01, 0xdb, 0xab, 0xb4, 0x56, 0xe4, 0xc7, 0x18, 0xb5, 0x94, 0x52, - 0xd4, 0xbf, 0xa5, 0xc1, 0x02, 0xd9, 0x23, 0x3e, 0x4c, 0x38, 0x7f, 0x53, 0x83, 0xf9, 0xab, 0x66, - 0xf0, 0x30, 0xa1, 0xfc, 0xb5, 0x1c, 0xf3, 0x65, 0x62, 0x9c, 0x1f, 0x0e, 0x8b, 0xd9, 0xef, 0xf4, - 0x14, 0x46, 0x74, 0x7a, 0xa6, 0x87, 0x39, 0x3d, 0xc5, 0x94, 0xd3, 0xa3, 0x7f, 0x3b, 0xf1, 0x75, - 0x1e, 0x2e, 0x1a, 0xe9, 0xdf, 0xd1, 0xe0, 0xc4, 0x15, 0x1c, 0xc6, 0x58, 0x1f, 0x0e, 0xa7, 0x68, - 0x44, 0xbe, 0xfc, 0x0a, 0x73, 0x28, 0xa4, 0xc8, 0x1f, 0x88, 0xbd, 0xfe, 0x62, 0x0e, 0x8e, 0x12, - 0xc3, 0x75, 0x38, 0x98, 0x60, 0x94, 0xfd, 0xb9, 0x84, 0x51, 0x0a, 0x52, 0x61, 0x8a, 0xbc, 0x80, - 0xe9, 0x91, 0xbd, 0x00, 0xfd, 0x8f, 0x72, 0xcc, 0x7b, 0x11, 0xa9, 0x31, 0xc9, 0xb2, 0x48, 0x70, - 0xcd, 0x49, 0x71, 0xd5, 0xa1, 0x1a, 0xd7, 0xac, 0xaf, 0x45, 0x16, 0x3c, 0x55, 0x77, 0x58, 0x0d, - 0xb8, 0xfe, 0x25, 0x0d, 0x16, 0xa3, 0xd3, 0x8f, 0x4d, 0xbc, 0xd3, 0xc1, 0x6e, 0x78, 0xff, 0x3c, - 0x94, 0xe5, 0x80, 0x9c, 0x84, 0x03, 0x8e, 0x43, 0x39, 0x60, 0x70, 0xe2, 0x83, 0x8d, 0xa4, 0x42, - 0xff, 0x33, 0x0d, 0x96, 0xfa, 0xd0, 0x99, 0x64, 0x11, 0x1b, 0x50, 0xb4, 0x5d, 0x0b, 0xdf, 0x8b, - 0xb1, 0x89, 0x8a, 0xe4, 0xcb, 0x56, 0xcf, 0x76, 0xac, 0x18, 0x8d, 0xa8, 0x88, 0x4e, 0x41, 0x15, - 0xbb, 0xc4, 0x4d, 0x69, 0xd1, 0xb6, 0x94, 0x91, 0x4b, 0x46, 0x85, 0xd5, 0xad, 0x93, 0x2a, 0xd2, - 0x79, 0xdb, 0xc6, 0xb4, 0x73, 0x81, 0x75, 0xe6, 0x45, 0xfd, 0xcb, 0x1a, 0xcc, 0x13, 0x2e, 0xe4, - 0xd8, 0x07, 0x0f, 0x96, 0x9a, 0xcb, 0x50, 0x11, 0xd8, 0x8c, 0x4f, 0x44, 0xac, 0xd2, 0x6f, 0xc3, - 0x42, 0x1a, 0x9d, 0x49, 0xa8, 0xf9, 0x28, 0x40, 0xbc, 0x56, 0x4c, 0x1a, 0xf2, 0x86, 0x50, 0xa3, - 0xff, 0x42, 0x2e, 0xba, 0xb7, 0xa4, 0x64, 0x3a, 0xe0, 0x63, 0x59, 0xba, 0x24, 0xa2, 0x3e, 0x2f, - 0xd3, 0x1a, 0xfa, 0x79, 0x0d, 0xaa, 0xf8, 0x5e, 0xe8, 0x9b, 0xad, 0xae, 0xe9, 0x9b, 0x9d, 0x31, - 0xce, 0xa6, 0x2b, 0xb4, 0xdb, 0x06, 0xed, 0x45, 0x80, 0x50, 0x16, 0x61, 0x40, 0xa6, 0x19, 0x10, - 0x5a, 0x93, 0x6c, 0xf5, 0x2a, 0x8d, 0xbc, 0xfe, 0x3d, 0x2d, 0xb9, 0x1a, 0x3c, 0xec, 0x94, 0x49, - 0xcf, 0xa9, 0x20, 0x9d, 0x53, 0xb5, 0x91, 0xd7, 0xdf, 0xcd, 0x41, 0x9d, 0xce, 0x65, 0x8d, 0xdf, - 0x5e, 0xdb, 0x9e, 0x9b, 0xe9, 0xac, 0x65, 0x3a, 0x0f, 0x90, 0xc6, 0x0f, 0xc3, 0x34, 0x5f, 0x89, - 0xfc, 0xa8, 0x2b, 0xc1, 0x3b, 0x0c, 0x9b, 0xcf, 0x29, 0xa8, 0x52, 0x20, 0xd8, 0x6a, 0xf9, 0xde, - 0x5e, 0xc0, 0xe5, 0xb5, 0xc2, 0xeb, 0x0c, 0x6f, 0x8f, 0x8e, 0x10, 0x7a, 0xa1, 0xe9, 0xb0, 0x06, - 0xd3, 0x4c, 0x29, 0xd1, 0x1a, 0xfa, 0xf9, 0x3c, 0xb3, 0xcf, 0x98, 0xba, 0x61, 0x33, 0xab, 0x27, - 0xa5, 0xa8, 0x51, 0x52, 0x10, 0x71, 0xc1, 0xcc, 0x3a, 0x63, 0x74, 0x1e, 0x96, 0x18, 0x2d, 0x68, - 0xb1, 0xb5, 0x6d, 0xda, 0x4e, 0xcb, 0xc7, 0x66, 0xe0, 0xb9, 0xf4, 0x8c, 0xb3, 0x6c, 0x2c, 0xd8, - 0x71, 0x9f, 0x57, 0x4d, 0xdb, 0x31, 0xe8, 0x37, 0xfd, 0xeb, 0xc2, 0x65, 0x2e, 0xe7, 0x95, 0x49, - 0x44, 0xf6, 0x16, 0x20, 0x86, 0x85, 0x95, 0x2c, 0x53, 0xe4, 0x69, 0x9c, 0x96, 0x9a, 0xd5, 0xec, - 0xa2, 0x1a, 0x73, 0x76, 0xa6, 0x26, 0xd0, 0xff, 0x5e, 0x83, 0xe3, 0x57, 0x70, 0x48, 0x9b, 0x5e, - 0x22, 0x6a, 0x73, 0xc3, 0xf7, 0x76, 0x7c, 0x1c, 0x04, 0x3f, 0x04, 0x8c, 0xfd, 0x8b, 0xcc, 0x47, - 0x95, 0xcd, 0x6d, 0x92, 0x85, 0xc8, 0xf2, 0x61, 0x6e, 0x18, 0x1f, 0xe6, 0x33, 0x7c, 0x48, 0xb5, - 0x48, 0x84, 0x18, 0xe3, 0xb4, 0x87, 0x9f, 0xd8, 0xdf, 0x60, 0x87, 0x85, 0xe2, 0x9c, 0x26, 0x21, - 0x72, 0x2c, 0xaa, 0xb9, 0xb1, 0x44, 0xf5, 0x24, 0x54, 0x44, 0xf1, 0x64, 0x33, 0x86, 0xed, 0x44, - 0x28, 0xff, 0x4a, 0x63, 0x01, 0x2f, 0x3f, 0x0c, 0xca, 0xbb, 0xd6, 0xc8, 0xeb, 0xbf, 0x9f, 0x83, - 0xda, 0xba, 0x1b, 0x60, 0x3f, 0x3c, 0xfc, 0xfb, 0x2e, 0xf4, 0x31, 0xa8, 0xd0, 0x19, 0x06, 0x2d, - 0xcb, 0x0c, 0x4d, 0x6e, 0xaa, 0x1f, 0x95, 0x5e, 0xa9, 0xbd, 0x4a, 0xda, 0xad, 0x99, 0xa1, 0x69, - 0x30, 0x32, 0x05, 0xe4, 0x7f, 0x74, 0x0c, 0xca, 0xbb, 0x66, 0xb0, 0xdb, 0xba, 0x8d, 0xf7, 0x99, - 0x33, 0x5c, 0x33, 0x4a, 0xa4, 0xe2, 0x13, 0x78, 0x3f, 0x40, 0x8f, 0x40, 0xc9, 0xed, 0x75, 0x98, - 0xc8, 0x11, 0x05, 0x5f, 0x33, 0x8a, 0x6e, 0xaf, 0x43, 0x04, 0x8e, 0x91, 0xab, 0xc4, 0xc9, 0xf5, - 0x5a, 0xf7, 0xff, 0xc9, 0x35, 0x02, 0xb9, 0x1e, 0x69, 0xe4, 0xf5, 0xbf, 0xcc, 0xc1, 0xcc, 0xf5, - 0x1e, 0xd9, 0x1d, 0xd3, 0x8b, 0xd4, 0x9e, 0x13, 0xde, 0x9f, 0x34, 0x9f, 0x85, 0x3c, 0xf3, 0x33, - 0x49, 0x8f, 0x86, 0x74, 0x06, 0xeb, 0x6b, 0x81, 0x41, 0x1a, 0xd1, 0x4b, 0xc4, 0x5e, 0xbb, 0xcd, - 0x5d, 0xf6, 0x3c, 0xc5, 0xba, 0x4c, 0x6a, 0x98, 0xc3, 0x7e, 0x0c, 0xca, 0xd8, 0xf7, 0x63, 0x87, - 0x9e, 0xce, 0x09, 0xfb, 0x3e, 0xfb, 0xa8, 0x43, 0xd5, 0x6c, 0xdf, 0x76, 0xbd, 0x3d, 0x07, 0x5b, - 0x3b, 0xd8, 0xa2, 0x72, 0x53, 0x32, 0x52, 0x75, 0x4c, 0xb2, 0x08, 0x07, 0xb4, 0xda, 0x6e, 0x18, - 0xf9, 0x08, 0xac, 0xe6, 0xb2, 0x1b, 0x92, 0xcf, 0x16, 0x76, 0x70, 0x88, 0xe9, 0xe7, 0x22, 0xfb, - 0xcc, 0x6a, 0xf8, 0xe7, 0x5e, 0x37, 0xee, 0x5d, 0x62, 0x9f, 0x59, 0x0d, 0xf9, 0x7c, 0x1c, 0xca, - 0xc9, 0x15, 0x4b, 0x39, 0x39, 0x11, 0xa7, 0x15, 0xfa, 0xf7, 0x35, 0xa8, 0xad, 0xd1, 0xa1, 0x1e, - 0x02, 0xee, 0x43, 0x30, 0x85, 0xef, 0x75, 0x7d, 0xae, 0x7b, 0xe8, 0xff, 0x03, 0x19, 0x8a, 0x71, - 0x4d, 0xb9, 0x91, 0xd7, 0x3f, 0x37, 0x05, 0xb5, 0x4d, 0x6c, 0xfa, 0xed, 0xdd, 0x87, 0xe2, 0xb8, - 0xaf, 0x0e, 0x79, 0x2b, 0x70, 0xf8, 0x3c, 0xc9, 0xbf, 0xe8, 0x1c, 0xcc, 0x75, 0x1d, 0xb3, 0x8d, - 0x77, 0x3d, 0xc7, 0xc2, 0x3e, 0x3b, 0xdc, 0xa3, 0x9c, 0x52, 0x35, 0xea, 0xc2, 0x07, 0x7a, 0xbc, - 0x87, 0x5e, 0x80, 0x92, 0x15, 0x38, 0x2d, 0x7a, 0xc8, 0xc1, 0xfc, 0x4a, 0xf9, 0xfc, 0xd6, 0x02, - 0x87, 0x9e, 0x71, 0x14, 0x2d, 0xf6, 0x0f, 0x7a, 0x0c, 0x6a, 0x5e, 0x2f, 0xec, 0xf6, 0xc2, 0x16, - 0x13, 0xd9, 0x46, 0x89, 0xa2, 0x57, 0x65, 0x95, 0x54, 0xa2, 0x03, 0xf4, 0x2a, 0xd4, 0x02, 0x4a, - 0xca, 0x68, 0x7f, 0x53, 0x1e, 0xd5, 0xab, 0xae, 0xb2, 0x7e, 0x7c, 0x83, 0xf3, 0x24, 0xd4, 0x43, - 0xdf, 0xbc, 0x8b, 0x1d, 0xe1, 0x0a, 0x10, 0x28, 0x7f, 0xce, 0xb2, 0xfa, 0xe4, 0x16, 0x5f, 0x71, - 0x61, 0x58, 0x51, 0x5d, 0x18, 0xa2, 0x19, 0xc8, 0xb9, 0x77, 0xe8, 0x8d, 0x78, 0xde, 0xc8, 0xb9, - 0x77, 0x18, 0x23, 0xcc, 0x34, 0xf2, 0xfa, 0x27, 0x60, 0xea, 0xaa, 0x1d, 0x52, 0x0a, 0x13, 0xf1, - 0xd7, 0xe8, 0x36, 0x93, 0x0a, 0xf9, 0x23, 0x50, 0xf2, 0xbd, 0x3d, 0xa6, 0xd7, 0x88, 0x0b, 0x5b, - 0x35, 0x8a, 0xbe, 0xb7, 0x47, 0x95, 0x16, 0x8d, 0x50, 0xf3, 0x7c, 0xcc, 0x36, 0x10, 0x39, 0x83, - 0x97, 0xf4, 0x3f, 0xd4, 0x12, 0xae, 0x22, 0x9a, 0x28, 0xb8, 0x3f, 0x55, 0xf4, 0x31, 0x28, 0xfa, - 0xac, 0xff, 0xc0, 0x90, 0x0e, 0x11, 0x12, 0xd5, 0xab, 0x51, 0xaf, 0xd1, 0x63, 0x14, 0xbf, 0xac, - 0x41, 0xf5, 0x55, 0xa7, 0x17, 0x3c, 0x08, 0x29, 0x90, 0x5d, 0x4c, 0xe5, 0xe5, 0x17, 0x65, 0x74, - 0x35, 0x66, 0x97, 0xf3, 0xfa, 0x7f, 0x4e, 0x41, 0x8d, 0xe3, 0xf3, 0x40, 0xa2, 0x25, 0x37, 0xa1, - 0x42, 0x60, 0xb7, 0x02, 0xbc, 0x13, 0x1d, 0x9e, 0x55, 0x56, 0x57, 0xa5, 0x3b, 0x93, 0x14, 0x1a, - 0x34, 0x7c, 0x66, 0x93, 0x76, 0xfa, 0xb8, 0x1b, 0xfa, 0xfb, 0x2c, 0xe6, 0x94, 0x55, 0xa0, 0x36, - 0xcc, 0x6d, 0x93, 0xc6, 0x2d, 0x71, 0xe8, 0x29, 0x3a, 0xf4, 0x0b, 0x23, 0x0c, 0x4d, 0x4b, 0xd9, - 0xf1, 0x67, 0xb7, 0xd3, 0xb5, 0xe8, 0x4d, 0xb6, 0xa4, 0xad, 0x00, 0x9b, 0x5c, 0x3e, 0xb8, 0xb1, - 0x3d, 0x3f, 0x32, 0xf6, 0x26, 0x13, 0x20, 0x06, 0xa0, 0xd6, 0x16, 0xeb, 0x9a, 0x6f, 0xc2, 0x6c, - 0x06, 0x05, 0x22, 0x11, 0xb7, 0xf1, 0x3e, 0xdf, 0x57, 0x93, 0x7f, 0xd1, 0x73, 0x62, 0xf0, 0x96, - 0xca, 0xcc, 0x5f, 0xf3, 0xdc, 0x9d, 0x8b, 0xbe, 0x6f, 0xee, 0xf3, 0xe0, 0xae, 0x0b, 0xb9, 0x17, - 0xb5, 0xe6, 0x16, 0x2c, 0xc8, 0xa6, 0xf9, 0x9e, 0xc2, 0x78, 0x05, 0x50, 0xff, 0x3c, 0x25, 0x10, - 0x52, 0x21, 0x68, 0x79, 0x61, 0x04, 0xfd, 0x9d, 0x3c, 0x54, 0x3f, 0xd9, 0xc3, 0xfe, 0xfe, 0x41, - 0xda, 0x84, 0xc8, 0xa6, 0x4d, 0x09, 0x36, 0xad, 0x4f, 0x0d, 0x17, 0x24, 0x6a, 0x58, 0x62, 0x4c, - 0xa6, 0xa5, 0xc6, 0x44, 0xa6, 0x67, 0x8b, 0x63, 0xe9, 0xd9, 0x92, 0x52, 0xcf, 0xae, 0x41, 0x95, - 0xdd, 0xd1, 0x8e, 0x6b, 0x0a, 0x2a, 0xb4, 0x1b, 0xb3, 0x04, 0x4c, 0x1f, 0xd4, 0x1b, 0x79, 0xfd, - 0x0f, 0xb4, 0x78, 0x45, 0x26, 0xd2, 0xa7, 0x29, 0x27, 0x35, 0x37, 0xb6, 0x93, 0x3a, 0xb2, 0x3e, - 0xfd, 0x96, 0x06, 0xe5, 0xd7, 0x71, 0x3b, 0xf4, 0x7c, 0x22, 0xb3, 0x92, 0x6e, 0xda, 0x08, 0x1b, - 0xad, 0x5c, 0x76, 0xa3, 0xf5, 0x2c, 0x94, 0x6c, 0xab, 0x65, 0x12, 0x86, 0xa7, 0x70, 0x07, 0xf9, - 0xa7, 0x45, 0xdb, 0xa2, 0x92, 0x31, 0xfa, 0x35, 0xd9, 0x57, 0x35, 0xa8, 0x32, 0x9c, 0x03, 0xd6, - 0xf3, 0x25, 0x01, 0x9c, 0x26, 0x93, 0x42, 0x5e, 0x88, 0x27, 0x7a, 0xf5, 0x48, 0x02, 0xf6, 0x22, - 0x00, 0x21, 0x32, 0xef, 0xce, 0x84, 0x78, 0x59, 0x8a, 0x2d, 0xeb, 0x4e, 0x09, 0x7e, 0xf5, 0x88, - 0x51, 0x26, 0xbd, 0xe8, 0x10, 0x97, 0x8a, 0x50, 0xa0, 0xbd, 0xf5, 0xff, 0xd2, 0x60, 0xfe, 0xb2, - 0xe9, 0xb4, 0xd7, 0xec, 0x20, 0x34, 0xdd, 0xf6, 0x04, 0x1e, 0xe9, 0x05, 0x28, 0x7a, 0xdd, 0x96, - 0x83, 0xb7, 0x43, 0x8e, 0xd2, 0xa9, 0x01, 0x33, 0x62, 0x64, 0x30, 0xa6, 0xbd, 0xee, 0x35, 0xbc, - 0x1d, 0xa2, 0x8f, 0x40, 0xc9, 0xeb, 0xb6, 0x7c, 0x7b, 0x67, 0x37, 0xe4, 0xd4, 0x1f, 0xa1, 0x73, - 0xd1, 0xeb, 0x1a, 0xa4, 0x87, 0x70, 0xd6, 0x38, 0x35, 0xe6, 0x59, 0xa3, 0xfe, 0xbd, 0xbe, 0xe9, - 0x4f, 0x20, 0x03, 0x17, 0xa0, 0x64, 0xbb, 0x61, 0xcb, 0xb2, 0x83, 0x88, 0x04, 0x27, 0xe4, 0x3c, - 0xe4, 0x86, 0x74, 0x06, 0x74, 0x4d, 0xdd, 0x90, 0xc0, 0x46, 0xaf, 0x00, 0x6c, 0x3b, 0x9e, 0xc9, - 0x7b, 0x33, 0x1a, 0x9c, 0x94, 0x8b, 0x0f, 0x69, 0x16, 0xf5, 0x2f, 0xd3, 0x4e, 0x64, 0x84, 0x64, - 0x49, 0xe7, 0x60, 0x96, 0x1a, 0x82, 0x8b, 0x8e, 0xc3, 0x57, 0x53, 0xb7, 0xa1, 0x9e, 0x54, 0x4d, - 0x62, 0xf5, 0x97, 0xa1, 0xca, 0xec, 0xb0, 0xe9, 0x38, 0x2d, 0xee, 0x3b, 0x4d, 0x19, 0xb0, 0xcd, - 0x07, 0xbf, 0x15, 0xe8, 0x7f, 0xad, 0xc1, 0xd1, 0x0d, 0xec, 0xb3, 0xc8, 0xc9, 0x90, 0x5f, 0x53, - 0xac, 0xbb, 0xdb, 0x5e, 0xfa, 0xa6, 0x48, 0xcb, 0xdc, 0x14, 0xbd, 0x37, 0xb7, 0x23, 0xa9, 0xdd, - 0x2c, 0xbb, 0xaf, 0x8c, 0x76, 0xb3, 0xd1, 0xad, 0x2c, 0x3b, 0x45, 0x99, 0x51, 0x30, 0x09, 0xc7, - 0x57, 0x3c, 0x4c, 0xd2, 0x7f, 0x8e, 0xc5, 0x75, 0x49, 0x27, 0x75, 0xff, 0xe2, 0xb2, 0x08, 0xdc, - 0x6c, 0x65, 0x8c, 0xd8, 0x07, 0x20, 0xa3, 0xb9, 0x14, 0x6a, 0xf0, 0x97, 0x35, 0x58, 0x56, 0x63, - 0x35, 0xc9, 0x1a, 0xbf, 0x02, 0x05, 0xdb, 0xdd, 0xf6, 0xa2, 0x43, 0xe5, 0xb3, 0x52, 0x49, 0x94, - 0xc3, 0x65, 0x1d, 0xf5, 0xbf, 0xc9, 0x41, 0xfd, 0x93, 0x2c, 0x4e, 0xe8, 0x7d, 0x5f, 0xfe, 0x0e, - 0xee, 0xb4, 0x02, 0xfb, 0x6d, 0x1c, 0x2d, 0x7f, 0x07, 0x77, 0x36, 0xed, 0xb7, 0x71, 0x8a, 0x33, - 0x0a, 0x69, 0xce, 0x18, 0x7c, 0xeb, 0x23, 0x5e, 0x72, 0x14, 0xd3, 0x97, 0x1c, 0x8b, 0x30, 0xed, - 0x7a, 0x16, 0x5e, 0x5f, 0xe3, 0x27, 0x00, 0xbc, 0x94, 0xb0, 0x5a, 0x79, 0x3c, 0x56, 0x23, 0xa0, - 0xe8, 0x10, 0x16, 0x0b, 0x7c, 0x26, 0x38, 0xb2, 0xa2, 0xfe, 0x15, 0x0d, 0x9a, 0x57, 0x70, 0x98, - 0xa5, 0xea, 0xc1, 0xf1, 0xdf, 0x3b, 0x1a, 0x1c, 0x93, 0x22, 0x34, 0x09, 0xeb, 0xbd, 0x94, 0x66, - 0x3d, 0xf9, 0x7d, 0x46, 0x1f, 0x48, 0xce, 0x75, 0xcf, 0x40, 0x75, 0xad, 0xd7, 0xe9, 0xc4, 0x9e, - 0xe5, 0x29, 0xa8, 0xfa, 0xec, 0x5f, 0xb6, 0x2b, 0x67, 0x7e, 0x41, 0x85, 0xd7, 0x91, 0xbd, 0xb7, - 0x7e, 0x0e, 0x6a, 0xbc, 0x0b, 0xc7, 0xba, 0x09, 0x25, 0x9f, 0xff, 0xcf, 0xdb, 0xc7, 0x65, 0xfd, - 0x28, 0xcc, 0x1b, 0x78, 0x87, 0x30, 0xbd, 0x7f, 0xcd, 0x76, 0x6f, 0x47, 0xba, 0xf5, 0x33, 0x1a, - 0x2c, 0xa4, 0xeb, 0xf9, 0x58, 0xcf, 0x43, 0xd1, 0xb4, 0x2c, 0x1f, 0x07, 0xc1, 0xc0, 0x65, 0xb9, - 0xc8, 0xda, 0x18, 0x51, 0x63, 0x81, 0x72, 0xb9, 0x91, 0x29, 0xa7, 0xb7, 0x60, 0xee, 0x0a, 0x0e, - 0xaf, 0xe3, 0xd0, 0x9f, 0x28, 0xf6, 0x86, 0xc6, 0x28, 0xd1, 0xce, 0x9c, 0x2d, 0xa2, 0xa2, 0xfe, - 0x25, 0x0d, 0x90, 0x08, 0x61, 0x92, 0x65, 0x16, 0xa9, 0x9c, 0x4b, 0x53, 0x99, 0x05, 0x50, 0x76, - 0xba, 0x9e, 0x8b, 0xdd, 0x50, 0x74, 0x03, 0x6b, 0x71, 0x2d, 0x65, 0xbf, 0x3f, 0xd1, 0xa0, 0x76, - 0x39, 0xaa, 0xa1, 0xfa, 0x25, 0x11, 0x46, 0x2d, 0x25, 0x8c, 0x08, 0xa6, 0x7c, 0xcf, 0x89, 0x00, - 0xd1, 0xff, 0xd1, 0x47, 0x01, 0xd8, 0x25, 0x5e, 0xdb, 0xb3, 0x18, 0x80, 0x99, 0xac, 0x03, 0x26, - 0x60, 0x8e, 0x2f, 0x7b, 0x16, 0x36, 0xca, 0x41, 0xf4, 0x2f, 0x31, 0xd6, 0xec, 0xb2, 0x99, 0x30, - 0xde, 0xe8, 0x4e, 0x47, 0x99, 0x76, 0x22, 0xc8, 0xea, 0xef, 0x6a, 0x64, 0x33, 0xc8, 0xd1, 0xa7, - 0x30, 0x02, 0xf4, 0x62, 0xa4, 0x35, 0x18, 0x25, 0x75, 0x29, 0xf3, 0xa7, 0xe6, 0x1c, 0xa9, 0x8d, - 0x4d, 0x98, 0x0f, 0x7a, 0x5b, 0x09, 0xd9, 0x68, 0x6d, 0x24, 0x44, 0xa3, 0x8c, 0x83, 0xc4, 0xee, - 0x1c, 0x9d, 0x64, 0x65, 0xf3, 0xa3, 0xb3, 0xe1, 0x31, 0x78, 0x84, 0x86, 0x40, 0xa7, 0x86, 0x8a, - 0x24, 0xe5, 0xfb, 0x1a, 0xa0, 0x6b, 0x9e, 0x69, 0x5d, 0x32, 0x9d, 0xc9, 0x5c, 0xcd, 0x13, 0x00, - 0x81, 0xdf, 0x6e, 0xf1, 0xe5, 0xce, 0x71, 0x5b, 0xe2, 0xb7, 0x6f, 0xb0, 0x15, 0x3f, 0x09, 0x15, - 0x2b, 0x08, 0xf9, 0xe7, 0x28, 0x7c, 0x07, 0xac, 0x20, 0x64, 0xdf, 0x69, 0x06, 0x0c, 0xd9, 0xe3, - 0x63, 0xab, 0x25, 0x44, 0x3f, 0x4c, 0xd1, 0x66, 0x75, 0xf6, 0x61, 0x33, 0xae, 0x97, 0x28, 0xc4, - 0x82, 0x3a, 0x0e, 0x7c, 0xae, 0x51, 0xd0, 0xb7, 0x61, 0xe9, 0xba, 0xe9, 0xf6, 0x4c, 0x87, 0x90, - 0xc1, 0x4c, 0xe5, 0x2d, 0x64, 0xad, 0x9c, 0x26, 0xb1, 0x72, 0x8f, 0xb2, 0x70, 0x6a, 0xb6, 0x4d, - 0x8c, 0x1c, 0xac, 0xa4, 0x86, 0xc1, 0x29, 0x36, 0x34, 0xfd, 0x37, 0x34, 0x68, 0xf4, 0x03, 0x9a, - 0x44, 0x2e, 0x29, 0x7a, 0xd1, 0x50, 0xa2, 0x11, 0x4e, 0xea, 0xd0, 0x87, 0x60, 0x3e, 0x29, 0x6f, - 0x38, 0xa6, 0x7b, 0xd9, 0xeb, 0xb9, 0xcc, 0x63, 0x2d, 0x18, 0xb2, 0x4f, 0xfa, 0xc7, 0x62, 0x9e, - 0x30, 0xe3, 0xb0, 0x78, 0x9c, 0xa2, 0x88, 0x00, 0x52, 0xeb, 0x07, 0xa9, 0xff, 0x5e, 0x8e, 0xda, - 0xbe, 0xbe, 0x11, 0x26, 0x99, 0xea, 0x85, 0xf4, 0xc5, 0xe2, 0xe3, 0x8a, 0x9c, 0xa0, 0x34, 0x44, - 0x2e, 0x6e, 0x67, 0x60, 0x16, 0xdf, 0xc3, 0xed, 0x5e, 0x68, 0xbb, 0x3b, 0x64, 0x9a, 0x37, 0x3c, - 0xee, 0x8b, 0x64, 0xab, 0xd1, 0xe3, 0x50, 0x23, 0x2b, 0xe7, 0xf5, 0x42, 0xde, 0x8e, 0x39, 0x25, - 0xe9, 0x4a, 0x32, 0x1e, 0x99, 0xaf, 0x83, 0x43, 0x6c, 0xf1, 0x76, 0xcc, 0x43, 0xc9, 0x56, 0x13, - 0x6a, 0x6d, 0x9b, 0xb6, 0x13, 0x37, 0x63, 0xd7, 0x16, 0xa9, 0xba, 0x3e, 0x72, 0x93, 0xea, 0x60, - 0x1c, 0x72, 0xff, 0xad, 0x96, 0x21, 0x37, 0x1f, 0xe1, 0xa0, 0xc8, 0x7d, 0x15, 0xa0, 0x83, 0xfd, - 0x1d, 0xbc, 0x4e, 0x3d, 0x03, 0x76, 0x9e, 0x78, 0x46, 0xa9, 0xd4, 0xd8, 0x00, 0xd7, 0xa3, 0x0e, - 0x86, 0xd0, 0x57, 0xbf, 0x02, 0xf3, 0x92, 0x26, 0xc4, 0xe8, 0xb1, 0x40, 0xdd, 0xe8, 0x6c, 0x3a, - 0x2a, 0x12, 0x9b, 0x12, 0x9a, 0xfe, 0x0e, 0x0e, 0xb9, 0x28, 0xf0, 0x92, 0xfe, 0x3c, 0xbd, 0xb8, - 0xa7, 0x5b, 0xaa, 0x14, 0x37, 0xa7, 0xe3, 0xa9, 0xb4, 0xbe, 0x78, 0xaa, 0x6d, 0x7a, 0x39, 0x2e, - 0xf6, 0x9b, 0x30, 0x16, 0x8e, 0x6e, 0xbc, 0xb0, 0xc5, 0xf3, 0x48, 0xa3, 0xa2, 0xde, 0x81, 0xa5, - 0x08, 0xce, 0x45, 0xc7, 0x99, 0x30, 0xb6, 0x60, 0xf8, 0x9e, 0xcf, 0x86, 0x46, 0x3f, 0xb8, 0x07, - 0x33, 0xb3, 0xff, 0xd6, 0xa0, 0xb6, 0xde, 0xe9, 0x7a, 0xc9, 0xcd, 0xed, 0xc8, 0x27, 0x40, 0xfd, - 0x17, 0x5e, 0x39, 0xd9, 0x85, 0xd7, 0x63, 0x50, 0x4b, 0xe7, 0x52, 0xb2, 0x03, 0xf5, 0x6a, 0x5b, - 0xcc, 0xa1, 0x3c, 0x06, 0x65, 0xdf, 0xdb, 0x6b, 0x11, 0xfa, 0x58, 0x3c, 0x9e, 0xb0, 0xe4, 0x7b, - 0x7b, 0x84, 0x6a, 0x16, 0x5a, 0x80, 0xc2, 0xb6, 0xed, 0xc4, 0xa1, 0xb0, 0xac, 0x80, 0x5e, 0x82, - 0xa2, 0xc7, 0xa3, 0x75, 0xa6, 0x47, 0xf5, 0x18, 0xa2, 0x1e, 0x4c, 0xe9, 0xa3, 0x86, 0xa6, 0x7f, - 0x1a, 0x66, 0xa2, 0xe9, 0x4f, 0x98, 0x23, 0x1c, 0x9a, 0xc1, 0xed, 0x28, 0xe6, 0x8f, 0x15, 0xf4, - 0x73, 0x2c, 0x76, 0x83, 0x8e, 0x9f, 0x62, 0x1a, 0x04, 0x53, 0xa4, 0x05, 0x57, 0x17, 0xf4, 0x7f, - 0xfd, 0x9f, 0x73, 0xb0, 0x98, 0x6d, 0x3d, 0x09, 0x4a, 0xcf, 0xa7, 0x55, 0x84, 0x3c, 0xe5, 0x53, - 0x84, 0xc6, 0xd5, 0x03, 0x5f, 0x8a, 0x76, 0x6c, 0x86, 0xf2, 0x74, 0x29, 0xa8, 0xed, 0x41, 0x4b, - 0x50, 0xb4, 0xad, 0x96, 0x63, 0x07, 0x21, 0xb7, 0xef, 0xd3, 0xb6, 0x75, 0xcd, 0x0e, 0x42, 0xb2, - 0x45, 0x63, 0x3b, 0x8d, 0x91, 0x03, 0x05, 0x59, 0x7b, 0x34, 0x03, 0x39, 0xdb, 0xe2, 0x8a, 0x37, - 0x67, 0x5b, 0x94, 0x5d, 0xc4, 0x84, 0x1f, 0xbe, 0x47, 0x14, 0x6d, 0xba, 0x45, 0x3c, 0x12, 0xae, - 0x05, 0x68, 0x4a, 0x50, 0x29, 0xad, 0x18, 0x2c, 0xca, 0x4f, 0x2c, 0x02, 0x98, 0x08, 0x58, 0x99, - 0x4d, 0x82, 0x55, 0xdc, 0x0a, 0xf4, 0x37, 0x60, 0x91, 0xe0, 0xcc, 0xe6, 0x7e, 0x8b, 0xac, 0xd4, - 0xd8, 0xbc, 0xbf, 0x00, 0x05, 0xc7, 0xee, 0xd8, 0x91, 0x1e, 0x63, 0x05, 0xfd, 0x67, 0x34, 0x58, - 0xea, 0x1b, 0x79, 0x92, 0x35, 0xbc, 0x28, 0xb2, 0x55, 0x65, 0xf5, 0x9c, 0x54, 0x4b, 0xcb, 0x99, - 0x26, 0xe2, 0xc1, 0x3f, 0x65, 0xfb, 0x0c, 0x83, 0xe5, 0x58, 0x3c, 0xe0, 0x70, 0xdb, 0x33, 0x50, - 0xdf, 0xb3, 0xc3, 0xdd, 0x16, 0x4d, 0x4e, 0xa6, 0x0e, 0x23, 0xf3, 0x76, 0x4b, 0xc6, 0x0c, 0xa9, - 0xdf, 0x24, 0xd5, 0xc4, 0x69, 0x94, 0x9e, 0x33, 0x4f, 0x49, 0xf7, 0xc5, 0x9f, 0xd7, 0x60, 0x3e, - 0x85, 0xff, 0x24, 0xf4, 0xfc, 0x08, 0xd9, 0x28, 0xb1, 0x81, 0x38, 0x49, 0x97, 0xa5, 0x24, 0xe5, - 0xd0, 0xa8, 0xc1, 0x8b, 0x7b, 0xe8, 0xdf, 0xcc, 0x43, 0x45, 0xf8, 0x82, 0x8e, 0x43, 0x99, 0x7f, - 0x4b, 0x4e, 0x60, 0xe2, 0x8a, 0x91, 0xe8, 0xf5, 0x18, 0x24, 0xca, 0x52, 0x48, 0x6e, 0x13, 0x42, - 0xe3, 0xad, 0x00, 0x5d, 0x85, 0x19, 0x46, 0xcf, 0x18, 0x75, 0xe9, 0x0e, 0x29, 0x0e, 0xfa, 0x37, - 0x7d, 0x8b, 0x63, 0x69, 0xd4, 0x02, 0xa1, 0xc4, 0x62, 0x53, 0x3c, 0x0b, 0x53, 0x48, 0x85, 0xd4, - 0x79, 0x08, 0x5a, 0x81, 0xf9, 0x74, 0xd6, 0x8d, 0x78, 0x78, 0x33, 0x97, 0xca, 0xbc, 0xa1, 0x02, - 0x60, 0xc2, 0x9c, 0xdb, 0xeb, 0xb4, 0xbc, 0x5e, 0xb8, 0xe5, 0xf5, 0x5c, 0xb6, 0xd6, 0xfc, 0xb1, - 0x91, 0xf3, 0xc3, 0x48, 0xba, 0x72, 0xa3, 0xd7, 0xb9, 0xc9, 0x3b, 0x12, 0x6e, 0xe0, 0xd7, 0x87, - 0x6e, 0xba, 0xb6, 0x79, 0x09, 0x16, 0x64, 0x0d, 0x87, 0x5d, 0x8f, 0x15, 0xc4, 0xeb, 0xb1, 0xaf, - 0x68, 0x50, 0x15, 0x29, 0x42, 0xb6, 0xca, 0x0e, 0x36, 0x2d, 0xec, 0xc7, 0x4b, 0x16, 0x97, 0x89, - 0x56, 0x61, 0xff, 0xb7, 0x4c, 0xcb, 0xf2, 0xb9, 0x35, 0x03, 0x56, 0x75, 0xd1, 0xb2, 0x7c, 0xf4, - 0x01, 0x98, 0xb5, 0x3a, 0xa9, 0x97, 0x01, 0xa2, 0xcd, 0xb4, 0xd5, 0x11, 0x9e, 0x04, 0x48, 0xd1, - 0x79, 0x2a, 0x7d, 0xee, 0xf4, 0xd9, 0xe4, 0xe1, 0x1a, 0x1f, 0x5b, 0xd8, 0x0d, 0x6d, 0xd3, 0xb9, - 0x7f, 0x99, 0x6c, 0x42, 0xa9, 0x17, 0x60, 0x5f, 0x30, 0xbe, 0x71, 0x99, 0x7c, 0xeb, 0x9a, 0x41, - 0xb0, 0xe7, 0xf9, 0x16, 0xc7, 0x32, 0x2e, 0x0f, 0x48, 0x9f, 0x60, 0xef, 0x73, 0xc8, 0xd3, 0x27, - 0x9e, 0x87, 0xa5, 0x8e, 0x67, 0xd9, 0xdb, 0xb6, 0x2c, 0xeb, 0x82, 0x74, 0x3b, 0x1a, 0x7d, 0x4e, - 0xf5, 0x8b, 0x72, 0x4a, 0xe7, 0xc5, 0x9c, 0xd2, 0x6f, 0xe4, 0x60, 0xe9, 0xb5, 0xae, 0xf5, 0x3e, - 0xd0, 0x61, 0x19, 0x2a, 0x9e, 0x63, 0x6d, 0xa4, 0x49, 0x21, 0x56, 0x91, 0x16, 0x2e, 0xde, 0x8b, - 0x5b, 0x30, 0x3d, 0x24, 0x56, 0x0d, 0x4c, 0x37, 0xb9, 0x2f, 0x7a, 0x4d, 0x0f, 0xa2, 0x57, 0xf9, - 0xbb, 0x2f, 0x4f, 0x97, 0x72, 0xf5, 0x85, 0x46, 0x4e, 0xff, 0x31, 0x58, 0x62, 0x91, 0x4d, 0x0f, - 0x98, 0x4a, 0xd1, 0x1a, 0x1d, 0x15, 0xd7, 0xe8, 0x2d, 0x38, 0x4a, 0xac, 0x19, 0x01, 0xfd, 0x5a, - 0x80, 0xfd, 0x09, 0x75, 0xef, 0x71, 0x28, 0x47, 0xd0, 0xa2, 0x44, 0xa1, 0xa4, 0x42, 0xff, 0x51, - 0x58, 0xc8, 0xc0, 0xba, 0xcf, 0x59, 0x46, 0x33, 0x59, 0x14, 0x67, 0xb2, 0x0c, 0x60, 0x78, 0x0e, - 0xd1, 0x1f, 0x76, 0xb8, 0x4f, 0xbc, 0x2f, 0xc1, 0xb4, 0xd3, 0xff, 0x49, 0x0b, 0x02, 0x77, 0x40, - 0x8b, 0x9f, 0xd5, 0x60, 0x8e, 0x49, 0x2e, 0x19, 0xea, 0xfe, 0x57, 0xe1, 0x05, 0x98, 0xc6, 0x14, - 0x0a, 0x3f, 0x8e, 0x3c, 0x29, 0x57, 0x97, 0x31, 0xba, 0x06, 0x6f, 0x2e, 0x15, 0xa3, 0x10, 0x66, - 0xd7, 0x7c, 0xaf, 0x3b, 0x19, 0x46, 0xd4, 0xe3, 0x73, 0xb0, 0xe8, 0xc3, 0x97, 0x48, 0xc5, 0x0d, - 0x15, 0x63, 0xbc, 0xab, 0xc1, 0xe2, 0xcd, 0x2e, 0xf6, 0xcd, 0x10, 0x13, 0xa2, 0x4d, 0x06, 0x7d, - 0x90, 0xec, 0xa6, 0x30, 0xcb, 0xa7, 0x31, 0x43, 0x1f, 0x49, 0x25, 0xc2, 0xcb, 0x77, 0xb0, 0x19, - 0x2c, 0x93, 0x6c, 0xb8, 0x68, 0x5e, 0x4b, 0xe2, 0xbc, 0xbe, 0xa3, 0xc1, 0xdc, 0x26, 0x26, 0xe6, - 0x79, 0xb2, 0x29, 0x3d, 0x2b, 0x1c, 0x91, 0x8e, 0xb0, 0xc0, 0xec, 0x0c, 0xf5, 0x2c, 0xcc, 0xd9, - 0x6e, 0xdb, 0xe9, 0x59, 0xb8, 0x45, 0xe6, 0xcf, 0xce, 0x42, 0x99, 0xf3, 0x34, 0xcb, 0x3f, 0x90, - 0x69, 0x10, 0x03, 0x2a, 0xe5, 0xf1, 0x7b, 0x8c, 0xc7, 0xe3, 0x78, 0x52, 0x86, 0x82, 0x36, 0x0e, - 0x0a, 0xe7, 0xa1, 0x40, 0x40, 0x47, 0xbe, 0x91, 0xbc, 0x57, 0x22, 0x26, 0x06, 0x6b, 0xad, 0xff, - 0xa4, 0x06, 0x48, 0x24, 0xdb, 0x24, 0x5a, 0xe2, 0xc3, 0x62, 0x1c, 0x59, 0x7e, 0x20, 0xea, 0x6c, - 0xa6, 0x71, 0x04, 0x99, 0xfe, 0xad, 0x78, 0xf5, 0xe8, 0x72, 0x4f, 0xb2, 0x7a, 0x64, 0x5e, 0x03, - 0x57, 0x4f, 0x20, 0x02, 0x6d, 0x2c, 0xae, 0x1e, 0xe5, 0x58, 0xc9, 0xea, 0x11, 0x9c, 0xe9, 0xea, - 0x71, 0xfd, 0xde, 0x68, 0xe4, 0xc8, 0xa2, 0x31, 0x64, 0xa3, 0x45, 0xa3, 0x90, 0xb5, 0x71, 0x20, - 0x9f, 0x87, 0x02, 0x81, 0x38, 0x9c, 0x5e, 0xd1, 0xa2, 0xd1, 0xd6, 0xc2, 0xa2, 0x71, 0x04, 0x1e, - 0xfc, 0xa2, 0x25, 0x33, 0x4d, 0x16, 0x4d, 0x87, 0xea, 0xcd, 0xad, 0xb7, 0x70, 0x3b, 0x1c, 0xa0, - 0x79, 0x4f, 0xc3, 0xec, 0x86, 0x6f, 0xdf, 0xb5, 0x1d, 0xbc, 0x33, 0x48, 0x85, 0x7f, 0x5e, 0x83, - 0xda, 0x15, 0xdf, 0x74, 0x43, 0x2f, 0x52, 0xe3, 0xf7, 0x45, 0xcf, 0x4b, 0x50, 0xee, 0x46, 0xd0, - 0x38, 0x0f, 0x3c, 0x2e, 0xbf, 0xb2, 0x4d, 0xe3, 0x64, 0x24, 0xdd, 0xf4, 0xd7, 0x61, 0x81, 0x62, - 0x92, 0x45, 0xfb, 0x65, 0x28, 0x51, 0x65, 0x6e, 0xf3, 0xa3, 0x31, 0xd5, 0x6d, 0x42, 0x6a, 0x1a, - 0x46, 0xdc, 0x47, 0xff, 0x07, 0x0d, 0x2a, 0xf4, 0x5b, 0x32, 0xc1, 0xf1, 0xa5, 0xfc, 0xc3, 0x30, - 0xed, 0x51, 0x92, 0x0f, 0x8c, 0x2b, 0x11, 0x57, 0xc5, 0xe0, 0x1d, 0x88, 0x87, 0xcc, 0xfe, 0x13, - 0x35, 0x32, 0xb0, 0x2a, 0xae, 0x93, 0x8b, 0x3b, 0x0c, 0x77, 0xaa, 0x96, 0x47, 0x9b, 0x5f, 0xd4, - 0x45, 0xff, 0xf9, 0x98, 0x27, 0x69, 0x83, 0xfb, 0x17, 0xe1, 0x17, 0x33, 0x36, 0x76, 0x59, 0x8d, - 0x85, 0xdc, 0xc8, 0xa6, 0x34, 0x2b, 0xd9, 0x82, 0xa6, 0xd0, 0x9a, 0x70, 0x0b, 0x1a, 0xb3, 0xc0, - 0xa0, 0x2d, 0xa8, 0x88, 0x5c, 0xc2, 0x00, 0x7f, 0xa7, 0xc1, 0x12, 0xb7, 0x69, 0x31, 0x6f, 0x1d, - 0x00, 0x99, 0xd0, 0x47, 0xb9, 0xed, 0x65, 0x57, 0x7d, 0x4f, 0x0e, 0xb2, 0xbd, 0x31, 0x9e, 0x43, - 0x8c, 0xef, 0x6f, 0x6b, 0xf4, 0xa0, 0xfd, 0x9a, 0x67, 0x5a, 0xb6, 0xbb, 0x33, 0x79, 0xbe, 0x9c, - 0xe4, 0x84, 0x21, 0x37, 0x6a, 0x44, 0x7b, 0x5e, 0x16, 0x75, 0xc6, 0x0e, 0x0d, 0x97, 0x1b, 0x39, - 0xfd, 0x97, 0xd8, 0x89, 0x7e, 0x1f, 0xaa, 0x13, 0xde, 0xe1, 0x76, 0xf9, 0x40, 0xfc, 0xa8, 0x20, - 0x2e, 0xa3, 0x27, 0xa1, 0xce, 0x9f, 0xb6, 0x68, 0xc5, 0x6d, 0xf8, 0x0d, 0x09, 0xaf, 0x8f, 0x70, - 0xd0, 0xbf, 0xce, 0x8e, 0x4b, 0x08, 0x6a, 0x13, 0x1e, 0x53, 0x3f, 0x20, 0xfa, 0x9d, 0x6a, 0xe4, - 0xf4, 0x9f, 0x60, 0x89, 0x7a, 0x02, 0x92, 0x93, 0x50, 0xee, 0xb9, 0xf4, 0x41, 0xa7, 0xfc, 0xde, - 0x39, 0x81, 0xc5, 0xa3, 0x90, 0x4e, 0x43, 0xf9, 0x3a, 0x6d, 0xf7, 0xf1, 0x7b, 0x21, 0x6a, 0x40, - 0xf1, 0x2e, 0xf6, 0x03, 0xdb, 0x73, 0xb9, 0x45, 0x89, 0x8a, 0xfa, 0x3c, 0x8d, 0x03, 0x78, 0x9d, - 0x95, 0xa2, 0x8b, 0xd7, 0x36, 0x3d, 0x52, 0x8b, 0x2b, 0x27, 0x3c, 0x99, 0x8f, 0x20, 0xe7, 0xd2, - 0x90, 0x17, 0x00, 0x5d, 0xde, 0xc5, 0xed, 0xdb, 0x57, 0xb1, 0xe9, 0x84, 0x51, 0xb0, 0xbb, 0xfe, - 0x17, 0x1a, 0xcc, 0xa7, 0xaa, 0x27, 0xdc, 0x92, 0xd9, 0x01, 0x1b, 0x68, 0x9f, 0x5f, 0x0c, 0x24, - 0x15, 0x2c, 0x76, 0xc1, 0x0c, 0x3c, 0x37, 0x5a, 0xcf, 0xa8, 0x88, 0x2e, 0x41, 0xf5, 0x4e, 0xcf, - 0x0b, 0xcd, 0xe8, 0x62, 0x7c, 0x6a, 0x39, 0xdf, 0x9f, 0x4c, 0x18, 0x47, 0x97, 0x78, 0xa1, 0xc9, - 0x28, 0x5f, 0xb9, 0x13, 0xff, 0x1f, 0xe8, 0x5f, 0xd0, 0xa0, 0xc9, 0xb7, 0x53, 0xe2, 0xe1, 0xd2, - 0xfd, 0xf3, 0x2b, 0x7d, 0x5e, 0x46, 0x3c, 0xc1, 0x8a, 0xae, 0x23, 0x52, 0x87, 0x57, 0x91, 0xea, - 0x69, 0xa6, 0x5e, 0x8e, 0xd5, 0xa0, 0x41, 0xb7, 0x51, 0x07, 0x81, 0xc9, 0x31, 0x11, 0x93, 0x7f, - 0xd4, 0x60, 0xfe, 0x96, 0x6f, 0xba, 0xc1, 0x36, 0xf6, 0x6f, 0x78, 0xd6, 0x04, 0xe2, 0xbb, 0x0a, - 0x47, 0x39, 0x0a, 0x52, 0x5c, 0xe6, 0x59, 0x5d, 0x6a, 0xc6, 0xa4, 0x0f, 0xbb, 0x90, 0xcb, 0xf6, - 0x61, 0x86, 0x7e, 0x9e, 0x7d, 0x4c, 0xf7, 0xe1, 0x71, 0x60, 0xf4, 0xfc, 0x8f, 0x3d, 0x62, 0x58, - 0x74, 0x7b, 0x1d, 0x82, 0x7b, 0x34, 0xc1, 0x47, 0xc5, 0x09, 0xfe, 0x74, 0x0e, 0x16, 0xa3, 0x09, - 0x46, 0xa7, 0x94, 0x87, 0x7e, 0x8e, 0xa3, 0x1e, 0x56, 0x13, 0xff, 0x88, 0x06, 0xc5, 0xb1, 0x89, - 0xf1, 0x5b, 0x67, 0x70, 0x7b, 0x1d, 0x3e, 0xd5, 0x88, 0x24, 0x27, 0x45, 0x92, 0x98, 0xf0, 0xc8, - 0x35, 0x3b, 0x48, 0x83, 0x9c, 0xfc, 0xfc, 0xe3, 0x84, 0x08, 0xe2, 0x6d, 0x68, 0xca, 0x40, 0x4c, - 0xf8, 0xfa, 0x4b, 0xf6, 0x99, 0xa6, 0x9c, 0xec, 0x99, 0x26, 0xfd, 0x8b, 0x1a, 0x1c, 0x8f, 0xf2, - 0xf5, 0x0f, 0x44, 0xc0, 0x8e, 0x67, 0x9e, 0xb1, 0x3e, 0xa1, 0xc0, 0x66, 0x12, 0x6a, 0xac, 0x4b, - 0x31, 0x52, 0xb9, 0xbf, 0x69, 0xc0, 0x69, 0xac, 0xf5, 0x7f, 0x9d, 0x82, 0x5a, 0x9a, 0xfd, 0x24, - 0x9b, 0x1d, 0xe2, 0x2e, 0xb4, 0xcd, 0xae, 0xd9, 0x8e, 0x9c, 0xb7, 0x82, 0x11, 0x97, 0xd1, 0x07, - 0x01, 0x11, 0x2e, 0x8c, 0x9f, 0x9a, 0x63, 0xc2, 0xc9, 0x22, 0x4a, 0xea, 0x6e, 0xaf, 0x13, 0x3f, - 0x33, 0x47, 0xa4, 0x14, 0x6d, 0xb3, 0xd6, 0x8e, 0x67, 0x5a, 0x38, 0xbe, 0x63, 0xe0, 0x57, 0x0c, - 0x2f, 0x0e, 0x47, 0x7f, 0xe5, 0x46, 0xaf, 0x73, 0x8d, 0xf6, 0xe5, 0x3c, 0xce, 0x4e, 0xf3, 0x09, - 0x9c, 0x54, 0x35, 0x6a, 0xc7, 0x37, 0x06, 0x3b, 0x9e, 0xed, 0xee, 0x30, 0xa4, 0x0a, 0x03, 0x52, - 0x8e, 0xfa, 0xc0, 0xdc, 0xe4, 0x5d, 0xfb, 0xee, 0x0c, 0xe2, 0xda, 0x08, 0x88, 0xed, 0xb6, 0xbd, - 0x4e, 0x0c, 0x64, 0x7a, 0x1c, 0x20, 0xeb, 0xbc, 0x6b, 0x1a, 0x88, 0x58, 0xdb, 0xbc, 0x0c, 0x47, - 0xa5, 0x93, 0x1e, 0xe7, 0x66, 0x22, 0xb9, 0xdd, 0x48, 0x4f, 0xe9, 0x3e, 0xc6, 0xe8, 0xc3, 0x78, - 0xac, 0x1b, 0x92, 0x77, 0x34, 0x58, 0x32, 0x30, 0xe1, 0xa9, 0xf7, 0xe2, 0x59, 0xd8, 0x19, 0xc8, - 0x59, 0x5b, 0x5c, 0x1a, 0x73, 0xd6, 0x16, 0xf1, 0x21, 0x3c, 0x96, 0x11, 0xc2, 0xf5, 0x6b, 0x54, - 0xa4, 0xa1, 0xb9, 0x78, 0xef, 0x46, 0xa2, 0x4b, 0xa3, 0xa2, 0xfe, 0x6d, 0xb6, 0x11, 0x88, 0x5f, - 0x21, 0x38, 0xf8, 0xf7, 0xcf, 0xd2, 0x01, 0xcd, 0x53, 0xca, 0xc7, 0x1a, 0x7e, 0x8b, 0xed, 0x0b, - 0xfa, 0x30, 0x3f, 0x74, 0xef, 0x93, 0x9c, 0x3d, 0x05, 0xa5, 0xe8, 0x75, 0x30, 0x54, 0x84, 0xfc, - 0x45, 0xc7, 0xa9, 0x1f, 0x41, 0x55, 0x28, 0xad, 0xf3, 0x27, 0xb0, 0xea, 0xda, 0xd9, 0x57, 0x60, - 0x5e, 0x72, 0x7a, 0x8a, 0xe6, 0xa0, 0x76, 0xd1, 0xa2, 0x67, 0xf4, 0xb7, 0x3c, 0x52, 0x59, 0x3f, - 0x82, 0x16, 0x01, 0x19, 0xb8, 0xe3, 0xdd, 0xa5, 0x0d, 0x5f, 0xf5, 0xbd, 0x0e, 0xad, 0xd7, 0xce, - 0x3e, 0x05, 0x0b, 0xb2, 0x3d, 0x20, 0x2a, 0x43, 0x81, 0xee, 0x29, 0xeb, 0x47, 0x10, 0xc0, 0xb4, - 0x81, 0xef, 0x7a, 0xb7, 0x49, 0xf3, 0x37, 0x01, 0x12, 0x67, 0x11, 0x55, 0xa0, 0xf8, 0x9a, 0x7b, - 0xdb, 0xf5, 0xf6, 0xdc, 0xfa, 0x11, 0x34, 0x0b, 0x15, 0x03, 0x9b, 0xd6, 0x35, 0xbb, 0x63, 0x87, - 0xd8, 0xaa, 0xe7, 0x50, 0x1d, 0xaa, 0x6f, 0xf8, 0x76, 0x88, 0xa3, 0x9a, 0x3c, 0x9a, 0x01, 0x58, - 0xc3, 0xee, 0xfe, 0x2d, 0x8f, 0x34, 0xac, 0x4f, 0x91, 0x2e, 0xac, 0x4c, 0xdb, 0xd5, 0x0b, 0xab, - 0x3f, 0x78, 0x09, 0x6a, 0xcc, 0xe3, 0xe7, 0xaf, 0x6d, 0xa2, 0x16, 0xd4, 0xb3, 0xbf, 0x21, 0x81, - 0x3e, 0x28, 0x0f, 0x84, 0x92, 0xff, 0xd4, 0x44, 0x73, 0xd0, 0x0a, 0xea, 0x47, 0xd0, 0xa7, 0x61, - 0x26, 0xfd, 0x93, 0x09, 0x48, 0x1e, 0xfc, 0x2f, 0xfd, 0x5d, 0x85, 0x61, 0x83, 0xb7, 0xa0, 0x96, - 0x7a, 0xe3, 0x1f, 0xc9, 0x77, 0xe1, 0xb2, 0xdf, 0x01, 0x68, 0xca, 0x8f, 0x7c, 0xc4, 0x77, 0xf8, - 0x19, 0xf6, 0xe9, 0x17, 0xb3, 0x15, 0xd8, 0x4b, 0x9f, 0xd5, 0x1e, 0x86, 0xbd, 0x09, 0x73, 0x7d, - 0xaf, 0x51, 0xa3, 0xa7, 0x14, 0x2a, 0x5a, 0xfe, 0x6a, 0xf5, 0x30, 0x10, 0x7b, 0x80, 0xfa, 0xdf, - 0xad, 0x47, 0x2b, 0xf2, 0x15, 0x50, 0xbd, 0xe4, 0xdf, 0x7c, 0x7a, 0xe4, 0xf6, 0x31, 0xe1, 0x3e, - 0xa7, 0xd1, 0x70, 0x31, 0xd9, 0xc3, 0xc5, 0xe8, 0x59, 0x55, 0x08, 0xc7, 0x80, 0x67, 0x98, 0x9b, - 0xcf, 0x8d, 0xd7, 0x29, 0x46, 0xc4, 0x85, 0xd9, 0xcc, 0xbb, 0xbd, 0xe8, 0x9c, 0xf2, 0xa5, 0xc0, - 0xfe, 0x47, 0x8d, 0x9b, 0x1f, 0x1c, 0xad, 0x71, 0x0c, 0xef, 0x4d, 0x98, 0xcd, 0xfc, 0x00, 0x87, - 0x02, 0x9e, 0xfc, 0x67, 0x3a, 0x86, 0x2d, 0xe8, 0x9b, 0x30, 0x9b, 0x79, 0x13, 0x57, 0x31, 0xbc, - 0xfc, 0xe5, 0xdc, 0x61, 0xc3, 0x7f, 0x0a, 0x6a, 0xa9, 0xc7, 0x6b, 0x15, 0x02, 0x25, 0x7b, 0xe0, - 0x76, 0x38, 0xe6, 0x55, 0xf1, 0x8d, 0x59, 0x74, 0x46, 0x25, 0xaa, 0x7d, 0x03, 0x8f, 0x23, 0xa9, - 0xc9, 0xc3, 0x8e, 0x03, 0x24, 0xb5, 0xef, 0x2d, 0xcc, 0xd1, 0x25, 0x55, 0x18, 0x7f, 0xa0, 0xa4, - 0x8e, 0x0d, 0xe2, 0x33, 0x1a, 0x0d, 0x7d, 0x93, 0x3c, 0x1c, 0x8a, 0x56, 0x55, 0xac, 0xaf, 0x7e, - 0x22, 0xb5, 0xf9, 0xec, 0x58, 0x7d, 0x62, 0x2a, 0xde, 0x86, 0x99, 0xf4, 0xf3, 0x98, 0x0a, 0x2a, - 0x4a, 0x5f, 0x14, 0x6d, 0x9e, 0x1b, 0xa9, 0x6d, 0x0c, 0x6c, 0x8f, 0x1e, 0x21, 0x65, 0x4e, 0x10, - 0x15, 0xca, 0x49, 0x79, 0x2a, 0xaa, 0x50, 0x4e, 0xea, 0xa3, 0x49, 0xfd, 0x08, 0xc2, 0x50, 0x15, - 0x8f, 0xde, 0x14, 0xac, 0x28, 0x39, 0x42, 0x6c, 0x3e, 0x39, 0x42, 0xcb, 0x18, 0xcc, 0x6b, 0x50, - 0x11, 0x7e, 0xa0, 0x0d, 0x3d, 0x31, 0x40, 0x4e, 0xc5, 0xdf, 0x02, 0x1b, 0xc6, 0x29, 0x9f, 0x84, - 0x72, 0xfc, 0xbb, 0x6a, 0xe8, 0xb4, 0x52, 0x3e, 0xc7, 0x19, 0x72, 0x13, 0x20, 0xf9, 0xd1, 0x34, - 0xf4, 0x01, 0xb5, 0xbe, 0x1a, 0x67, 0xd0, 0x5d, 0xa8, 0xa5, 0x7e, 0x70, 0x4c, 0xa5, 0x4b, 0x24, - 0x3f, 0x87, 0xd6, 0x3c, 0x3b, 0x4a, 0xd3, 0x98, 0xd0, 0x5b, 0x50, 0x11, 0x7e, 0xb1, 0x4b, 0x41, - 0xe8, 0xfe, 0x9f, 0x17, 0x6b, 0x9e, 0x19, 0xde, 0xb0, 0x7f, 0x31, 0xd9, 0x73, 0x40, 0x83, 0x16, - 0x53, 0x7c, 0x00, 0x6c, 0x0c, 0x22, 0xb1, 0x81, 0x07, 0x13, 0x29, 0x35, 0xf4, 0xd9, 0x51, 0x9a, - 0x66, 0xa4, 0x2d, 0xe3, 0x97, 0xab, 0xa5, 0x4d, 0xbe, 0xf5, 0x50, 0x4b, 0x9b, 0xc2, 0xe1, 0x67, - 0x53, 0x4c, 0xbd, 0xde, 0x86, 0x9e, 0x1c, 0x3a, 0x06, 0x1e, 0x3c, 0x45, 0xe9, 0x63, 0x70, 0xfa, - 0x11, 0xf4, 0xe3, 0xc2, 0x43, 0x71, 0xa9, 0x57, 0xf9, 0xd0, 0x33, 0x03, 0xc7, 0x91, 0xbd, 0x4e, - 0xd8, 0x5c, 0x1d, 0xa7, 0x4b, 0x8c, 0x02, 0x17, 0x4e, 0xb6, 0x96, 0x6a, 0xe1, 0x1c, 0x87, 0x45, - 0x36, 0x61, 0x9a, 0x3d, 0xc3, 0x86, 0x74, 0xc5, 0x5e, 0x47, 0x78, 0x74, 0xac, 0xf9, 0x98, 0xb4, - 0x4d, 0xfa, 0xa5, 0x2d, 0x36, 0x28, 0x0b, 0xaa, 0x52, 0x0c, 0x9a, 0x7a, 0x4b, 0x6a, 0x8c, 0x41, - 0xd9, 0x0b, 0x68, 0x8a, 0x41, 0x53, 0xcf, 0xa3, 0x8d, 0x3a, 0xa8, 0x01, 0xd3, 0xec, 0xc5, 0x1c, - 0xc5, 0xa0, 0xa9, 0xe7, 0xa0, 0x9a, 0x83, 0xdb, 0xb0, 0xfb, 0xf6, 0x23, 0x68, 0x03, 0x0a, 0x34, - 0xb3, 0x00, 0x9d, 0x1a, 0xf4, 0x0a, 0xcb, 0xa0, 0x11, 0x53, 0x0f, 0xb5, 0xe8, 0x47, 0xd0, 0x4d, - 0x28, 0xd0, 0x1c, 0x52, 0xc5, 0x88, 0xe2, 0xf3, 0x24, 0xcd, 0x81, 0x4d, 0x22, 0x14, 0x2d, 0xa8, - 0x8a, 0x8f, 0x08, 0x28, 0x6c, 0x94, 0xe4, 0x99, 0x85, 0xe6, 0x28, 0x2d, 0x23, 0x28, 0x9f, 0x82, - 0x52, 0x94, 0x62, 0x81, 0x1e, 0x57, 0x4f, 0x34, 0x49, 0xfb, 0x6f, 0x9e, 0x1e, 0xd2, 0x2a, 0x23, - 0xf6, 0x49, 0x5e, 0x8a, 0x5a, 0xec, 0xfb, 0x72, 0x5e, 0xd4, 0x62, 0xdf, 0x9f, 0xe6, 0xa2, 0x1f, - 0x41, 0x77, 0xa0, 0x9e, 0x4d, 0x15, 0x51, 0xec, 0x61, 0x15, 0x09, 0x2c, 0xcd, 0xa7, 0x46, 0x6c, - 0x1d, 0x83, 0xfc, 0x82, 0x46, 0xd3, 0x53, 0xe4, 0x8f, 0x12, 0x28, 0xb7, 0x2a, 0x83, 0xd2, 0xfd, - 0x9b, 0xe7, 0xc7, 0xec, 0x15, 0xe3, 0xf2, 0x36, 0xbd, 0xed, 0xec, 0xcb, 0x8d, 0x57, 0x6a, 0x6a, - 0x45, 0xbe, 0x77, 0xf3, 0x43, 0xa3, 0x77, 0x10, 0x2d, 0xaf, 0x10, 0x98, 0xae, 0xb0, 0x8a, 0xfd, - 0xa1, 0xf7, 0xcd, 0x33, 0xc3, 0x1b, 0xc6, 0x30, 0x36, 0xa0, 0x40, 0x13, 0xaa, 0x15, 0xa2, 0x25, - 0xe6, 0x67, 0x2b, 0x84, 0x35, 0x95, 0x8f, 0xcd, 0xfc, 0x3f, 0x31, 0xbb, 0x5a, 0x21, 0x5b, 0x92, - 0xc4, 0x6c, 0x85, 0xff, 0x27, 0x4b, 0xd5, 0xa6, 0xa7, 0x13, 0x90, 0x64, 0x37, 0x2b, 0xbc, 0xaa, - 0xbe, 0x04, 0xeb, 0xe6, 0x13, 0x43, 0xdb, 0xc5, 0x00, 0x1c, 0x6a, 0xd2, 0xb3, 0x39, 0xbf, 0x2b, - 0xea, 0x9d, 0xb2, 0x2c, 0x85, 0xb6, 0xf9, 0xf8, 0xe0, 0x64, 0x5e, 0x7e, 0x57, 0x49, 0x3d, 0x20, - 0x21, 0xd3, 0x56, 0xe5, 0x65, 0xf5, 0xe5, 0xe2, 0x8e, 0x70, 0x44, 0xd1, 0x9f, 0x88, 0x39, 0x78, - 0x12, 0xfd, 0x39, 0x9f, 0x6a, 0xbf, 0x44, 0x91, 0xe1, 0xc9, 0xd4, 0x46, 0x36, 0xd5, 0x55, 0xa1, - 0x36, 0x14, 0xa9, 0xb7, 0x0a, 0xb5, 0xa1, 0xca, 0x9f, 0x65, 0x0e, 0xca, 0xb1, 0x7e, 0x9c, 0xde, - 0xb0, 0xc3, 0x5d, 0x9a, 0x0f, 0x39, 0xca, 0xac, 0xc5, 0xd4, 0xcb, 0x51, 0x66, 0x9d, 0x4a, 0xb4, - 0xe4, 0xde, 0x04, 0xcd, 0x94, 0x51, 0x79, 0x13, 0x62, 0x22, 0x9c, 0xc2, 0x46, 0xa7, 0xb3, 0xc5, - 0xd8, 0xb6, 0x31, 0x9d, 0x81, 0x83, 0xce, 0x8e, 0x94, 0xa6, 0x33, 0x68, 0xdb, 0x28, 0x4f, 0xe9, - 0x61, 0x27, 0x3a, 0x99, 0x04, 0x23, 0xc5, 0x11, 0x88, 0x3c, 0xc1, 0x49, 0x71, 0xa2, 0xa3, 0xc8, - 0x59, 0xa2, 0x62, 0x5c, 0xcf, 0x66, 0x2b, 0x0c, 0x3e, 0x22, 0xcd, 0x86, 0xa9, 0x0f, 0x3f, 0xc5, - 0xac, 0x67, 0xd3, 0x00, 0x14, 0x00, 0x14, 0xd9, 0x02, 0x23, 0x00, 0xc8, 0x46, 0xd0, 0x2b, 0x00, - 0x28, 0x02, 0xed, 0x47, 0xd8, 0xc5, 0xa4, 0x22, 0xd7, 0x15, 0xb6, 0x5e, 0x16, 0xdd, 0xae, 0xb0, - 0xf5, 0xd2, 0xa0, 0x7b, 0xb6, 0x53, 0x4d, 0x02, 0xd0, 0x15, 0x3a, 0xb5, 0x2f, 0x42, 0x7d, 0x18, - 0xfa, 0x37, 0xa1, 0x14, 0x45, 0x90, 0x2b, 0xbc, 0xa0, 0x4c, 0x80, 0xf9, 0x08, 0xa7, 0x74, 0x99, - 0x7b, 0x03, 0x05, 0x8b, 0xca, 0x23, 0xc8, 0x87, 0xaf, 0x27, 0x24, 0xb1, 0xc6, 0x0a, 0x22, 0xf4, - 0xc5, 0x70, 0x2b, 0x0c, 0x4b, 0x7f, 0xd0, 0xb2, 0x08, 0x80, 0x20, 0x36, 0x10, 0x80, 0x10, 0x66, - 0x3c, 0x10, 0x80, 0x18, 0x60, 0xcb, 0x38, 0x32, 0x7b, 0x2d, 0xa2, 0xe0, 0x48, 0x45, 0xa4, 0xdf, - 0x30, 0x12, 0x6d, 0x41, 0x45, 0x08, 0x57, 0x44, 0x83, 0x50, 0x13, 0xe3, 0x2c, 0x15, 0x8e, 0x89, - 0x24, 0xf2, 0x31, 0xb6, 0xef, 0x3c, 0x04, 0x4a, 0x6d, 0xdf, 0xd3, 0x81, 0x53, 0x6a, 0xfb, 0x9e, - 0x89, 0xa5, 0x62, 0x93, 0x10, 0xe2, 0x9c, 0x54, 0x67, 0x0e, 0x7d, 0x01, 0x52, 0xaa, 0x1d, 0x40, - 0x7f, 0xc8, 0x14, 0xf5, 0x85, 0xe6, 0x25, 0x21, 0x48, 0x0a, 0xef, 0x51, 0x1d, 0xac, 0x34, 0xc2, - 0x09, 0x6a, 0x5f, 0x74, 0x91, 0xe2, 0x04, 0x55, 0x15, 0x85, 0x34, 0x0c, 0xc4, 0x1b, 0x50, 0x15, - 0xc3, 0x86, 0x14, 0x5e, 0x9d, 0x24, 0xb2, 0x68, 0x04, 0x69, 0xce, 0x84, 0xeb, 0x28, 0xa4, 0x59, - 0x1e, 0xd4, 0x33, 0x82, 0x03, 0xd4, 0x1f, 0x98, 0xa2, 0x70, 0x05, 0x94, 0x41, 0x32, 0x0a, 0x57, - 0x40, 0x1d, 0xf1, 0xc2, 0x8f, 0x4b, 0xa4, 0x71, 0x20, 0x8a, 0xe3, 0x92, 0x41, 0x11, 0x2c, 0x8a, - 0xe3, 0x92, 0x81, 0x61, 0x26, 0x4c, 0x0f, 0x64, 0x2f, 0xde, 0x15, 0x7a, 0x40, 0x71, 0x3f, 0x3f, - 0x8c, 0xb8, 0x3d, 0x46, 0xdc, 0x75, 0xf6, 0x0b, 0x0a, 0x7c, 0x13, 0x93, 0x65, 0xbc, 0x6d, 0x6c, - 0x61, 0x7f, 0xa5, 0xbf, 0x5d, 0x04, 0x63, 0x65, 0xd4, 0xe6, 0xf1, 0xbc, 0x68, 0x34, 0x5d, 0xfa, - 0x37, 0x8a, 0xd8, 0x95, 0xb4, 0x19, 0x9a, 0xd9, 0xfb, 0x2f, 0x36, 0x9c, 0xaa, 0xb5, 0xe2, 0xfe, - 0x6b, 0x58, 0xa7, 0x08, 0x93, 0xd5, 0x1e, 0x54, 0x37, 0x7c, 0xef, 0x5e, 0xf4, 0xf3, 0x8a, 0xef, - 0xd3, 0xde, 0xe7, 0x42, 0x1b, 0x66, 0x58, 0x83, 0x16, 0xbe, 0x17, 0xb6, 0xbc, 0xad, 0xb7, 0xd0, - 0xf1, 0x95, 0x1d, 0xcf, 0xdb, 0x71, 0x30, 0xeb, 0xbe, 0xd5, 0xdb, 0x5e, 0x79, 0xd5, 0x76, 0xf0, - 0x4d, 0x7e, 0x99, 0xff, 0x2f, 0xc5, 0x01, 0x2f, 0x56, 0xc6, 0x41, 0xaa, 0x46, 0xb5, 0x13, 0xfd, - 0x7b, 0x73, 0xeb, 0xad, 0x4b, 0xdb, 0x30, 0x63, 0xc7, 0x8d, 0x76, 0xfc, 0x6e, 0xfb, 0x52, 0x85, - 0x35, 0xdd, 0x20, 0xbd, 0x37, 0xb4, 0x1f, 0x79, 0x66, 0xc7, 0x0e, 0x77, 0x7b, 0x5b, 0x84, 0x2b, - 0x9e, 0x66, 0xcd, 0x9e, 0xb2, 0xbd, 0xe8, 0x3f, 0x0a, 0xe2, 0xe9, 0x1d, 0xef, 0x29, 0xb3, 0x6b, - 0xf3, 0xba, 0xee, 0xd6, 0xaf, 0x6b, 0xda, 0xef, 0xe6, 0x66, 0xd6, 0x6f, 0x72, 0x98, 0x2b, 0x57, - 0xfc, 0x6e, 0x7b, 0x6b, 0x9a, 0x36, 0x7d, 0xf6, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0x52, 0xd2, - 0x27, 0xea, 0xe1, 0x85, 0x00, 0x00, + // 6681 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x3d, 0x5b, 0x8c, 0x1c, 0xc7, + 0x71, 0x9c, 0xdd, 0xdb, 0x57, 0xed, 0xee, 0xdd, 0x5e, 0xdf, 0xf1, 0x6e, 0xb5, 0x24, 0xc5, 0xe3, + 0x48, 0xb2, 0x28, 0xd2, 0x3a, 0x59, 0x27, 0x51, 0x92, 0x69, 0x5b, 0x16, 0xc9, 0xb3, 0xc8, 0x83, + 0xf9, 0x38, 0xcf, 0x51, 0x12, 0x1c, 0x47, 0x58, 0xcc, 0xed, 0xf4, 0xed, 0x8d, 0x38, 0x3b, 0xb3, + 0x9c, 0x99, 0xe5, 0xf1, 0x94, 0x9f, 0x04, 0x8e, 0x1d, 0x1b, 0x7e, 0x28, 0x6f, 0x27, 0x08, 0xe2, + 0x04, 0x86, 0xf3, 0x7e, 0xc0, 0x4e, 0x3e, 0x0c, 0x18, 0x09, 0xf2, 0x11, 0x20, 0x1f, 0x46, 0x82, + 0xc4, 0x40, 0x8c, 0x24, 0x40, 0x90, 0x2f, 0x23, 0x41, 0x80, 0x04, 0xc9, 0x47, 0xfe, 0xf2, 0x44, + 0x3f, 0x66, 0xb6, 0x67, 0xb6, 0x7b, 0x1f, 0xb7, 0xa2, 0xee, 0x68, 0xe4, 0xbe, 0xb6, 0x6b, 0xba, + 0xbb, 0xaa, 0xab, 0xab, 0xab, 0xaa, 0xab, 0xab, 0xfb, 0xa0, 0xd2, 0xb1, 0x9d, 0x7b, 0xbd, 0x60, + 0xb5, 0xeb, 0x7b, 0xa1, 0x87, 0x16, 0xc4, 0xd2, 0x2a, 0x2b, 0x34, 0x2a, 0x2d, 0xaf, 0xd3, 0xf1, + 0x5c, 0x06, 0x6c, 0x54, 0x82, 0xd6, 0x2e, 0xee, 0x98, 0xbc, 0x54, 0xde, 0xc1, 0x16, 0xf6, 0x79, + 0x61, 0xa5, 0xed, 0x79, 0x6d, 0x07, 0x3f, 0x43, 0x4b, 0xdb, 0xbd, 0x9d, 0x67, 0x2c, 0x1c, 0xb4, + 0x7c, 0xbb, 0x1b, 0x7a, 0xbc, 0x86, 0xfe, 0x55, 0x0d, 0xd0, 0x15, 0x1f, 0x9b, 0x21, 0xbe, 0xe4, + 0xd8, 0x66, 0x60, 0xe0, 0xbb, 0x3d, 0x1c, 0x84, 0xe8, 0x03, 0x30, 0xb3, 0x6d, 0x06, 0xb8, 0xae, + 0xad, 0x68, 0x67, 0xcb, 0x6b, 0x27, 0x57, 0x13, 0x54, 0x70, 0xec, 0x37, 0x82, 0xf6, 0x65, 0x33, + 0xc0, 0x06, 0xad, 0x89, 0x96, 0xa1, 0x60, 0x6d, 0x37, 0x5d, 0xb3, 0x83, 0xeb, 0x99, 0x15, 0xed, + 0x6c, 0xc9, 0xc8, 0x5b, 0xdb, 0x37, 0xcd, 0x0e, 0x46, 0x4f, 0xc2, 0x5c, 0xcb, 0x73, 0x1c, 0xdc, + 0x0a, 0x6d, 0xcf, 0x65, 0x15, 0xb2, 0xb4, 0xc2, 0x6c, 0x1f, 0x4c, 0x2b, 0x2e, 0x42, 0xce, 0x24, + 0x34, 0xd4, 0x67, 0xe8, 0x67, 0x56, 0xd0, 0x03, 0xa8, 0xad, 0xfb, 0x5e, 0xf7, 0x41, 0x51, 0x17, + 0x23, 0xcd, 0x8a, 0x48, 0x7f, 0x59, 0x83, 0xf9, 0x4b, 0x4e, 0x88, 0xfd, 0x23, 0xca, 0x94, 0x3d, + 0x58, 0x5c, 0xa7, 0x33, 0xb9, 0x8d, 0xdf, 0x5b, 0xc6, 0xfc, 0x92, 0x06, 0xc7, 0x53, 0x98, 0x83, + 0xae, 0xe7, 0x06, 0x18, 0x3d, 0x07, 0xf9, 0x20, 0x34, 0xc3, 0x5e, 0xc0, 0x91, 0x9f, 0x90, 0x22, + 0xdf, 0xa2, 0x55, 0x0c, 0x5e, 0x75, 0x42, 0xec, 0xe8, 0x51, 0x80, 0x3e, 0x7b, 0x38, 0x47, 0x04, + 0x88, 0xfe, 0x39, 0x0d, 0xd0, 0x75, 0x3b, 0x08, 0x29, 0x65, 0xf8, 0x30, 0xe7, 0x4d, 0xff, 0x75, + 0x0d, 0x16, 0x12, 0xa4, 0x3c, 0x10, 0x36, 0x8d, 0x2d, 0x46, 0x75, 0x28, 0x98, 0x8c, 0x92, 0xfa, + 0xcc, 0x4a, 0xf6, 0x6c, 0xc9, 0x88, 0x8a, 0xfa, 0xbf, 0x65, 0x60, 0x99, 0x29, 0x80, 0x2b, 0x71, + 0x93, 0xc3, 0x14, 0xf8, 0x25, 0xc8, 0x33, 0x7d, 0x46, 0xe7, 0xb7, 0x62, 0xf0, 0x12, 0x3a, 0x05, + 0x10, 0xec, 0x9a, 0xbe, 0x15, 0x34, 0xdd, 0x5e, 0xa7, 0x9e, 0x5b, 0xd1, 0xce, 0xe6, 0x8c, 0x12, + 0x83, 0xdc, 0xec, 0x75, 0x90, 0x01, 0xf3, 0x2d, 0xcf, 0x0d, 0xec, 0x20, 0xc4, 0x6e, 0x6b, 0xbf, + 0xe9, 0xe0, 0x7b, 0xd8, 0xa9, 0xe7, 0x57, 0xb4, 0xb3, 0xb3, 0x6b, 0x4f, 0x48, 0xe9, 0xbe, 0xd2, + 0xaf, 0x7d, 0x9d, 0x54, 0x36, 0x6a, 0xad, 0x14, 0x04, 0x5d, 0x02, 0xe8, 0xfa, 0x5e, 0x17, 0xfb, + 0xa1, 0x8d, 0x83, 0x7a, 0x61, 0x25, 0x7b, 0xb6, 0xbc, 0x76, 0x46, 0xda, 0xd9, 0xc7, 0xf1, 0xfe, + 0xeb, 0xa6, 0xd3, 0xc3, 0x9b, 0xa6, 0xed, 0x1b, 0x42, 0xa3, 0x8b, 0xe8, 0x3b, 0x2f, 0xcf, 0x15, + 0xb5, 0x9a, 0x56, 0xff, 0xdf, 0xe8, 0x4f, 0xd3, 0x7f, 0x85, 0xac, 0x21, 0xdf, 0xeb, 0x1e, 0x09, + 0x7e, 0x47, 0x14, 0x66, 0x44, 0x0a, 0x7f, 0x22, 0x03, 0x4b, 0x54, 0xfd, 0x1d, 0x0d, 0x91, 0xd0, + 0xa1, 0xd2, 0x87, 0x6c, 0xac, 0x53, 0xc1, 0xc8, 0x1a, 0x09, 0x58, 0x6a, 0xae, 0x72, 0xef, 0xd6, + 0x5c, 0xfd, 0x96, 0x06, 0x8b, 0xd7, 0xcc, 0xe0, 0x68, 0xf0, 0xe1, 0x14, 0x40, 0x68, 0x77, 0x70, + 0x33, 0x08, 0xcd, 0x4e, 0x97, 0x72, 0x61, 0xc6, 0x28, 0x11, 0xc8, 0x16, 0x01, 0xe8, 0x9f, 0x84, + 0xca, 0x65, 0xcf, 0x73, 0xa6, 0x53, 0x35, 0x8b, 0x90, 0xbb, 0x47, 0xb8, 0x43, 0x69, 0x2c, 0x1a, + 0xac, 0xa0, 0x7f, 0x0a, 0x66, 0xb7, 0x42, 0xdf, 0x76, 0xdb, 0xef, 0x62, 0xe7, 0xa5, 0xa8, 0xf3, + 0x7f, 0xd4, 0xe0, 0x91, 0xc8, 0xa6, 0x3c, 0x3c, 0x02, 0x97, 0x9c, 0x8c, 0x5c, 0x6a, 0x32, 0x22, + 0x61, 0xca, 0x8a, 0xc2, 0xf4, 0xa7, 0x39, 0x68, 0xc8, 0x06, 0x3a, 0x0d, 0x4b, 0x3f, 0x12, 0xab, + 0xcb, 0x0c, 0x6d, 0x94, 0x52, 0x76, 0xdc, 0x35, 0xec, 0x63, 0xdb, 0xa2, 0x80, 0x58, 0xab, 0xa6, + 0x47, 0x9a, 0x95, 0x8c, 0x74, 0x0d, 0x8e, 0xdf, 0xb3, 0xfd, 0xb0, 0x67, 0x3a, 0xcd, 0xd6, 0xae, + 0xe9, 0xba, 0xd8, 0xa1, 0xbc, 0x8b, 0x2c, 0xc9, 0x02, 0xff, 0x78, 0x85, 0x7d, 0x23, 0x0c, 0x0c, + 0xd0, 0xf3, 0xb0, 0xd4, 0xdd, 0xdd, 0x0f, 0xec, 0xd6, 0x40, 0xa3, 0x1c, 0x6d, 0xb4, 0x18, 0x7d, + 0x4d, 0xb4, 0x3a, 0x0f, 0xf3, 0x2d, 0x6a, 0x8a, 0xac, 0x26, 0xe1, 0x24, 0x63, 0x6d, 0x9e, 0xb2, + 0xb6, 0xc6, 0x3f, 0xdc, 0x8e, 0xe0, 0x84, 0xac, 0xa8, 0x72, 0x2f, 0x6c, 0x09, 0x0d, 0x0a, 0xb4, + 0xc1, 0x02, 0xff, 0xf8, 0x5a, 0xd8, 0xea, 0xb7, 0x49, 0x1a, 0x91, 0x62, 0xda, 0x88, 0x08, 0x56, + 0xb2, 0x94, 0xb0, 0x92, 0x68, 0x03, 0xe6, 0x82, 0xd0, 0xf4, 0xc3, 0x66, 0xd7, 0x0b, 0x6c, 0xc2, + 0x97, 0xa0, 0x0e, 0x54, 0xc7, 0xac, 0xa8, 0x74, 0xcc, 0xba, 0x19, 0x9a, 0x54, 0xc5, 0xcc, 0xd2, + 0x86, 0x9b, 0x51, 0x3b, 0xb9, 0xa5, 0x2a, 0x4f, 0x67, 0xa9, 0x24, 0x92, 0x5d, 0x91, 0x4a, 0x76, + 0x52, 0x4d, 0x56, 0x0f, 0xa0, 0x26, 0xf5, 0xff, 0xd1, 0xe0, 0xf8, 0x75, 0xcf, 0xb4, 0x8e, 0xc6, + 0x52, 0x7d, 0x02, 0x66, 0x7d, 0xdc, 0x75, 0xec, 0x96, 0x49, 0xa6, 0x74, 0x1b, 0xfb, 0x74, 0xb1, + 0xe6, 0x8c, 0x2a, 0x87, 0xde, 0xa4, 0x40, 0xd2, 0x9f, 0x8f, 0x03, 0xaf, 0xe7, 0xb7, 0x70, 0xb3, + 0xed, 0x7b, 0xbd, 0x6e, 0x24, 0x88, 0xb3, 0x11, 0xf8, 0x2a, 0x85, 0x12, 0x11, 0xf0, 0xf1, 0x8e, + 0x8f, 0x83, 0x5d, 0x2a, 0x78, 0x45, 0x23, 0x2a, 0x5e, 0x2c, 0x7c, 0xe7, 0xe5, 0x99, 0x5a, 0xae, + 0x9e, 0xd5, 0xbf, 0xa2, 0x41, 0xdd, 0xc0, 0x0e, 0x36, 0x83, 0xa3, 0xa1, 0xae, 0x18, 0x65, 0xf9, + 0x7a, 0x56, 0xff, 0x57, 0x0d, 0x16, 0xaf, 0xe2, 0x90, 0xa8, 0x08, 0x3b, 0x08, 0xed, 0xd6, 0xa1, + 0xee, 0x5c, 0x9e, 0x84, 0xb9, 0xae, 0xe9, 0x87, 0x76, 0x5c, 0x2f, 0x52, 0x18, 0xb3, 0x31, 0x98, + 0xad, 0xfa, 0x67, 0x60, 0xa1, 0xdd, 0x33, 0x7d, 0xd3, 0x0d, 0x31, 0x16, 0x96, 0x31, 0x53, 0xa9, + 0x28, 0xfe, 0x14, 0xaf, 0x62, 0x36, 0x5e, 0xa8, 0x67, 0xf5, 0xcf, 0x68, 0x70, 0x3c, 0x35, 0xde, + 0x69, 0x74, 0xe9, 0x8b, 0x90, 0x23, 0xbf, 0x82, 0x7a, 0x66, 0xdc, 0x75, 0xc1, 0xea, 0x93, 0xed, + 0xe2, 0xa3, 0x57, 0x71, 0x28, 0x68, 0xd9, 0xa3, 0x30, 0x03, 0x7d, 0x3e, 0xbd, 0xa3, 0xc1, 0x69, + 0x25, 0x7d, 0x87, 0xc2, 0xb1, 0xff, 0xd0, 0x60, 0x69, 0x6b, 0xd7, 0xdb, 0xeb, 0x93, 0xf4, 0x20, + 0x38, 0x95, 0xb4, 0xd1, 0xd9, 0x94, 0x8d, 0x46, 0xcf, 0xc2, 0x4c, 0xb8, 0xdf, 0xc5, 0x54, 0x63, + 0xcc, 0xae, 0x9d, 0x5a, 0x95, 0x84, 0x5a, 0x56, 0x09, 0x91, 0xb7, 0xf7, 0xbb, 0xd8, 0xa0, 0x55, + 0xd1, 0x53, 0x50, 0x4b, 0xf1, 0x3e, 0x52, 0x24, 0x73, 0x49, 0xe6, 0xc7, 0xee, 0xe4, 0x8c, 0xe8, + 0x01, 0xfc, 0x7b, 0x06, 0x96, 0x07, 0x86, 0x3d, 0xcd, 0x04, 0xc8, 0xe8, 0xc9, 0x48, 0xe9, 0x21, + 0x9a, 0x52, 0xa8, 0x6a, 0x5b, 0x64, 0x6f, 0x9d, 0x3d, 0x9b, 0x35, 0xaa, 0x82, 0xb1, 0xb7, 0x02, + 0xf4, 0x34, 0xa0, 0x01, 0x1b, 0xcc, 0x56, 0xee, 0x8c, 0x31, 0x9f, 0x36, 0xc2, 0xd4, 0xd0, 0x4b, + 0xad, 0x30, 0x63, 0xcb, 0x8c, 0xb1, 0x28, 0x31, 0xc3, 0x01, 0x7a, 0x16, 0x16, 0x6d, 0xf7, 0x06, + 0xee, 0x78, 0xfe, 0x7e, 0xb3, 0x8b, 0xfd, 0x16, 0x76, 0x43, 0xb3, 0x8d, 0x83, 0x7a, 0x9e, 0x52, + 0xb4, 0x10, 0x7d, 0xdb, 0xec, 0x7f, 0x42, 0x2f, 0xc0, 0xf2, 0xdd, 0x1e, 0xf6, 0xf7, 0x9b, 0x01, + 0xf6, 0xef, 0xd9, 0x2d, 0xdc, 0x34, 0xef, 0x99, 0xb6, 0x63, 0x6e, 0x3b, 0x98, 0xee, 0xcc, 0x8a, + 0xc6, 0x71, 0xfa, 0x79, 0x8b, 0x7d, 0xbd, 0x14, 0x7d, 0xd4, 0xff, 0x50, 0x83, 0x25, 0xb6, 0xbf, + 0xdd, 0x8c, 0xd4, 0xce, 0x21, 0xdb, 0xab, 0xa4, 0x56, 0xe4, 0x61, 0x8c, 0x6a, 0x42, 0x29, 0xea, + 0xdf, 0xd4, 0x60, 0x91, 0xec, 0x11, 0x1f, 0x26, 0x9a, 0xbf, 0xa1, 0xc1, 0xc2, 0x35, 0x33, 0x78, + 0x98, 0x48, 0xfe, 0x6a, 0x86, 0xf9, 0x32, 0x31, 0xcd, 0x0f, 0x87, 0xc5, 0x1c, 0x74, 0x7a, 0x72, + 0x63, 0x3a, 0x3d, 0xf9, 0x51, 0x4e, 0x4f, 0x21, 0xe1, 0xf4, 0xe8, 0xdf, 0xea, 0xfb, 0x3a, 0x0f, + 0x17, 0x8f, 0xf4, 0x6f, 0x6b, 0x70, 0xea, 0x2a, 0x0e, 0x63, 0xaa, 0x8f, 0x86, 0x53, 0x34, 0xa6, + 0x5c, 0x7e, 0x99, 0x39, 0x14, 0x52, 0xe2, 0x0f, 0xc5, 0x5e, 0x7f, 0x21, 0x03, 0xc7, 0x89, 0xe1, + 0x3a, 0x1a, 0x42, 0x30, 0xce, 0xfe, 0x5c, 0x22, 0x28, 0x39, 0xe9, 0x62, 0x8a, 0xbc, 0x80, 0xfc, + 0xd8, 0x5e, 0x80, 0xfe, 0x07, 0x19, 0xe6, 0xbd, 0x88, 0xdc, 0x98, 0x66, 0x5a, 0x24, 0xb4, 0x66, + 0xa4, 0xb4, 0xea, 0x50, 0x89, 0x21, 0x1b, 0xeb, 0x91, 0x05, 0x4f, 0xc0, 0x8e, 0xaa, 0x01, 0xd7, + 0xbf, 0xa8, 0xc1, 0x52, 0x14, 0xfd, 0xd8, 0xc2, 0xed, 0x0e, 0x76, 0xc3, 0x83, 0xcb, 0x50, 0x5a, + 0x02, 0x32, 0x12, 0x09, 0x38, 0x09, 0xa5, 0x80, 0xe1, 0x89, 0x03, 0x1b, 0x7d, 0x80, 0xfe, 0x27, + 0x1a, 0x2c, 0x0f, 0x90, 0x33, 0xcd, 0x24, 0xd6, 0xa1, 0x60, 0xbb, 0x16, 0xbe, 0x1f, 0x53, 0x13, + 0x15, 0xc9, 0x97, 0xed, 0x9e, 0xed, 0x58, 0x31, 0x19, 0x51, 0x11, 0x9d, 0x81, 0x0a, 0x76, 0x89, + 0x9b, 0xd2, 0xa4, 0x75, 0xa9, 0x20, 0x17, 0x8d, 0x32, 0x83, 0x6d, 0x10, 0x10, 0x69, 0xbc, 0x63, + 0x63, 0xda, 0x38, 0xc7, 0x1a, 0xf3, 0xa2, 0xfe, 0x25, 0x0d, 0x16, 0x88, 0x14, 0x72, 0xea, 0x83, + 0x07, 0xcb, 0xcd, 0x15, 0x28, 0x0b, 0x62, 0xc6, 0x07, 0x22, 0x82, 0xf4, 0x3b, 0xb0, 0x98, 0x24, + 0x67, 0x1a, 0x6e, 0x3e, 0x0a, 0x10, 0xcf, 0x15, 0x5b, 0x0d, 0x59, 0x43, 0x80, 0xe8, 0x3f, 0x97, + 0x89, 0xce, 0x2d, 0x29, 0x9b, 0x0e, 0x39, 0x2c, 0x4b, 0xa7, 0x44, 0xd4, 0xe7, 0x25, 0x0a, 0xa1, + 0x9f, 0xd7, 0xa1, 0x82, 0xef, 0x87, 0xbe, 0xd9, 0xec, 0x9a, 0xbe, 0xd9, 0x99, 0x20, 0x36, 0x5d, + 0xa6, 0xcd, 0x36, 0x69, 0x2b, 0x82, 0x84, 0x8a, 0x08, 0x43, 0x92, 0x67, 0x48, 0x28, 0xa4, 0xbf, + 0xd5, 0x2b, 0xd7, 0xb3, 0xfa, 0x77, 0xb5, 0xfe, 0xd1, 0xe0, 0x51, 0xe7, 0x4c, 0x72, 0x4c, 0x39, + 0xe9, 0x98, 0x2a, 0xf5, 0xac, 0xfe, 0xbd, 0x0c, 0xd4, 0xe8, 0x58, 0xd6, 0xf9, 0xe9, 0xb5, 0xed, + 0xb9, 0xa9, 0xc6, 0x5a, 0xaa, 0xf1, 0x90, 0xd5, 0xf8, 0x41, 0xc8, 0xf3, 0x99, 0xc8, 0x8e, 0x3b, + 0x13, 0xbc, 0xc1, 0xa8, 0xf1, 0x9c, 0x81, 0x0a, 0x45, 0x82, 0xad, 0xa6, 0xef, 0xed, 0x05, 0x7c, + 0xbd, 0x96, 0x39, 0xcc, 0xf0, 0xf6, 0x68, 0x0f, 0xa1, 0x17, 0x9a, 0x0e, 0xab, 0x90, 0x67, 0x4a, + 0x89, 0x42, 0xe8, 0xe7, 0x0b, 0xcc, 0x3e, 0x63, 0xea, 0x86, 0xcd, 0xae, 0x9d, 0x96, 0x92, 0x46, + 0x59, 0x41, 0x96, 0x0b, 0x66, 0xd6, 0x19, 0xa3, 0x0b, 0xb0, 0xcc, 0x78, 0x41, 0x8b, 0xcd, 0x1d, + 0xd3, 0x76, 0x9a, 0x3e, 0x36, 0x03, 0xcf, 0xa5, 0x31, 0xce, 0x92, 0xb1, 0x68, 0xc7, 0x6d, 0x5e, + 0x35, 0x6d, 0xc7, 0xa0, 0xdf, 0xf4, 0xaf, 0x09, 0x87, 0xb9, 0x5c, 0x56, 0xa6, 0x59, 0xb2, 0xb7, + 0x01, 0x31, 0x2a, 0xac, 0xfe, 0x34, 0x45, 0x9e, 0xc6, 0x13, 0x52, 0xb3, 0x9a, 0x9e, 0x54, 0x63, + 0xde, 0x4e, 0x41, 0x02, 0xfd, 0xef, 0x34, 0x38, 0x79, 0x15, 0x87, 0xb4, 0xea, 0x65, 0xa2, 0x36, + 0x37, 0x7d, 0xaf, 0xed, 0xe3, 0x20, 0xf8, 0x01, 0x10, 0xec, 0x9f, 0x67, 0x3e, 0xaa, 0x6c, 0x6c, + 0xd3, 0x4c, 0x44, 0x5a, 0x0e, 0x33, 0xa3, 0xe4, 0x30, 0x9b, 0x92, 0x43, 0xaa, 0x45, 0x22, 0xc2, + 0x98, 0xa4, 0x3d, 0xfc, 0xcc, 0xfe, 0x3a, 0x0b, 0x16, 0x8a, 0x63, 0x9a, 0x86, 0xc9, 0xf1, 0x52, + 0xcd, 0x4c, 0xb4, 0x54, 0x4f, 0x43, 0x59, 0x5c, 0x9e, 0x6c, 0xc4, 0xb0, 0xd3, 0x5f, 0x94, 0x7f, + 0xa1, 0xb1, 0x84, 0x97, 0x1f, 0x04, 0xe5, 0x5d, 0xad, 0x67, 0xf5, 0xdf, 0xcd, 0x40, 0x75, 0xc3, + 0x0d, 0xb0, 0x1f, 0x1e, 0xfd, 0x7d, 0x17, 0xfa, 0x28, 0x94, 0xe9, 0x08, 0x83, 0xa6, 0x65, 0x86, + 0x26, 0x37, 0xd5, 0x8f, 0x4a, 0x8f, 0xd4, 0x5e, 0x25, 0xf5, 0xd6, 0xcd, 0xd0, 0x34, 0x18, 0x9b, + 0x02, 0xf2, 0x1b, 0x9d, 0x80, 0xd2, 0xae, 0x19, 0xec, 0x36, 0xef, 0xe0, 0x7d, 0xe6, 0x0c, 0x57, + 0x8d, 0x22, 0x01, 0x7c, 0x1c, 0xef, 0x07, 0xe8, 0x11, 0x28, 0xba, 0xbd, 0x0e, 0x5b, 0x72, 0x44, + 0xc1, 0x57, 0x8d, 0x82, 0xdb, 0xeb, 0x90, 0x05, 0xc7, 0xd8, 0x55, 0xe4, 0xec, 0x7a, 0xad, 0xfb, + 0xff, 0xec, 0x1a, 0x83, 0x5d, 0x8f, 0xd4, 0xb3, 0xfa, 0x9f, 0x67, 0x60, 0xf6, 0x46, 0x8f, 0xec, + 0x8e, 0xe9, 0x41, 0x6a, 0xcf, 0x09, 0x0f, 0xb6, 0x9a, 0xcf, 0x41, 0x96, 0xf9, 0x99, 0xa4, 0x45, + 0x5d, 0x3a, 0x82, 0x8d, 0xf5, 0xc0, 0x20, 0x95, 0xe8, 0x21, 0x62, 0xaf, 0xd5, 0xe2, 0x2e, 0x7b, + 0x96, 0x52, 0x5d, 0x22, 0x10, 0xe6, 0xb0, 0x9f, 0x80, 0x12, 0xf6, 0xfd, 0xd8, 0xa1, 0xa7, 0x63, + 0xc2, 0xbe, 0xcf, 0x3e, 0xea, 0x50, 0x31, 0x5b, 0x77, 0x5c, 0x6f, 0xcf, 0xc1, 0x56, 0x1b, 0x5b, + 0x74, 0xdd, 0x14, 0x8d, 0x04, 0x8c, 0xad, 0x2c, 0x22, 0x01, 0xcd, 0x96, 0x1b, 0x46, 0x3e, 0x02, + 0x83, 0x5c, 0x71, 0x43, 0xf2, 0xd9, 0xc2, 0x0e, 0x0e, 0x31, 0xfd, 0x5c, 0x60, 0x9f, 0x19, 0x84, + 0x7f, 0xee, 0x75, 0xe3, 0xd6, 0x45, 0xf6, 0x99, 0x41, 0xc8, 0xe7, 0x93, 0x50, 0xea, 0x1f, 0xb1, + 0x94, 0xfa, 0x11, 0x71, 0x0a, 0xd0, 0xbf, 0xaf, 0x41, 0x75, 0x9d, 0x76, 0xf5, 0x10, 0x48, 0x1f, + 0x82, 0x19, 0x7c, 0xbf, 0xeb, 0x73, 0xdd, 0x43, 0x7f, 0x0f, 0x15, 0x28, 0x26, 0x35, 0xa5, 0x7a, + 0x56, 0xff, 0xec, 0x0c, 0x54, 0xb7, 0xb0, 0xe9, 0xb7, 0x76, 0x1f, 0x8a, 0x70, 0x5f, 0x0d, 0xb2, + 0x56, 0xe0, 0xf0, 0x71, 0x92, 0x9f, 0xe8, 0x3c, 0xcc, 0x77, 0x1d, 0xb3, 0x85, 0x77, 0x3d, 0xc7, + 0xc2, 0x3e, 0x0b, 0xee, 0x51, 0x49, 0xa9, 0x18, 0x35, 0xe1, 0x03, 0x0d, 0xef, 0xa1, 0x17, 0xa1, + 0x68, 0x05, 0x4e, 0x93, 0x06, 0x39, 0x98, 0x5f, 0x29, 0x1f, 0xdf, 0x7a, 0xe0, 0xd0, 0x18, 0x47, + 0xc1, 0x62, 0x3f, 0xd0, 0x63, 0x50, 0xf5, 0x7a, 0x61, 0xb7, 0x17, 0x36, 0xd9, 0x92, 0xad, 0x17, + 0x29, 0x79, 0x15, 0x06, 0xa4, 0x2b, 0x3a, 0x40, 0xaf, 0x42, 0x35, 0xa0, 0xac, 0x8c, 0xf6, 0x37, + 0xa5, 0x71, 0xbd, 0xea, 0x0a, 0x6b, 0xc7, 0x37, 0x38, 0x4f, 0x41, 0x2d, 0xf4, 0xcd, 0x7b, 0xd8, + 0x11, 0x8e, 0x00, 0x81, 0xca, 0xe7, 0x1c, 0x83, 0xf7, 0x4f, 0xf1, 0x15, 0x07, 0x86, 0x65, 0xd5, + 0x81, 0x21, 0x9a, 0x85, 0x8c, 0x7b, 0x97, 0x9e, 0x88, 0x67, 0x8d, 0x8c, 0x7b, 0x97, 0x09, 0xc2, + 0x6c, 0x3d, 0xab, 0x7f, 0x1c, 0x66, 0xae, 0xd9, 0x21, 0xe5, 0x30, 0x59, 0xfe, 0x1a, 0xdd, 0x66, + 0xd2, 0x45, 0xfe, 0x08, 0x14, 0x7d, 0x6f, 0x8f, 0xe9, 0x35, 0xe2, 0xc2, 0x56, 0x8c, 0x82, 0xef, + 0xed, 0x51, 0xa5, 0x45, 0x33, 0xd4, 0x3c, 0x1f, 0xb3, 0x0d, 0x44, 0xc6, 0xe0, 0x25, 0xfd, 0xf7, + 0xb5, 0xbe, 0x54, 0x11, 0x4d, 0x14, 0x1c, 0x4c, 0x15, 0x7d, 0x14, 0x0a, 0x3e, 0x6b, 0x3f, 0x34, + 0xa5, 0x43, 0xc4, 0x44, 0xf5, 0x6a, 0xd4, 0x6a, 0xfc, 0x1c, 0xc5, 0x2f, 0x69, 0x50, 0x79, 0xd5, + 0xe9, 0x05, 0x0f, 0x62, 0x15, 0xc8, 0x0e, 0xa6, 0xb2, 0xf2, 0x83, 0x32, 0x3a, 0x1b, 0x73, 0x2b, + 0x59, 0xfd, 0x3f, 0x67, 0xa0, 0xca, 0xe9, 0x79, 0x20, 0xd9, 0x92, 0x5b, 0x50, 0x26, 0xb8, 0x9b, + 0x01, 0x6e, 0x47, 0xc1, 0xb3, 0xf2, 0xda, 0x9a, 0x74, 0x67, 0x92, 0x20, 0x83, 0xa6, 0xcf, 0x6c, + 0xd1, 0x46, 0x1f, 0x73, 0x43, 0x7f, 0x9f, 0xe5, 0x9c, 0x32, 0x00, 0x6a, 0xc1, 0xfc, 0x0e, 0xa9, + 0xdc, 0x14, 0xbb, 0x9e, 0xa1, 0x5d, 0xbf, 0x38, 0x46, 0xd7, 0xb4, 0x94, 0xee, 0x7f, 0x6e, 0x27, + 0x09, 0x45, 0x6f, 0xb2, 0x29, 0x6d, 0x06, 0xd8, 0xe4, 0xeb, 0x83, 0x1b, 0xdb, 0x0b, 0x63, 0x53, + 0x6f, 0xb2, 0x05, 0xc4, 0x10, 0x54, 0x5b, 0x22, 0xac, 0xf1, 0x26, 0xcc, 0xa5, 0x48, 0x20, 0x2b, + 0xe2, 0x0e, 0xde, 0xe7, 0xfb, 0x6a, 0xf2, 0x13, 0x3d, 0x2f, 0x26, 0x6f, 0xa9, 0xcc, 0xfc, 0x75, + 0xcf, 0x6d, 0x5f, 0xf2, 0x7d, 0x73, 0x9f, 0x27, 0x77, 0x5d, 0xcc, 0xbc, 0xa4, 0x35, 0xb6, 0x61, + 0x51, 0x36, 0xcc, 0x77, 0x15, 0xc7, 0x2b, 0x80, 0x06, 0xc7, 0x29, 0xc1, 0x90, 0x48, 0x41, 0xcb, + 0x0a, 0x3d, 0xe8, 0xef, 0x64, 0xa1, 0xf2, 0x89, 0x1e, 0xf6, 0xf7, 0x0f, 0xd3, 0x26, 0x44, 0x36, + 0x6d, 0x46, 0xb0, 0x69, 0x03, 0x6a, 0x38, 0x27, 0x51, 0xc3, 0x12, 0x63, 0x92, 0x97, 0x1a, 0x13, + 0x99, 0x9e, 0x2d, 0x4c, 0xa4, 0x67, 0x8b, 0x4a, 0x3d, 0xbb, 0x0e, 0x15, 0x76, 0x46, 0x3b, 0xa9, + 0x29, 0x28, 0xd3, 0x66, 0xcc, 0x12, 0x30, 0x7d, 0x50, 0xab, 0x67, 0xf5, 0xdf, 0xd3, 0xe2, 0x19, + 0x99, 0x4a, 0x9f, 0x26, 0x9c, 0xd4, 0xcc, 0xc4, 0x4e, 0xea, 0xd8, 0xfa, 0xf4, 0x9b, 0x1a, 0x94, + 0x5e, 0xc7, 0xad, 0xd0, 0xf3, 0xc9, 0x9a, 0x95, 0x34, 0xd3, 0xc6, 0xd8, 0x68, 0x65, 0xd2, 0x1b, + 0xad, 0xe7, 0xa0, 0x68, 0x5b, 0x4d, 0x93, 0x08, 0x3c, 0xc5, 0x3b, 0xcc, 0x3f, 0x2d, 0xd8, 0x16, + 0x5d, 0x19, 0xe3, 0x1f, 0x93, 0x7d, 0x45, 0x83, 0x0a, 0xa3, 0x39, 0x60, 0x2d, 0x3f, 0x24, 0xa0, + 0xd3, 0x64, 0xab, 0x90, 0x17, 0xe2, 0x81, 0x5e, 0x3b, 0xd6, 0x47, 0x7b, 0x09, 0x80, 0x30, 0x99, + 0x37, 0x67, 0x8b, 0x78, 0x45, 0x4a, 0x2d, 0x6b, 0x4e, 0x19, 0x7e, 0xed, 0x98, 0x51, 0x22, 0xad, + 0x68, 0x17, 0x97, 0x0b, 0x90, 0xa3, 0xad, 0xf5, 0xff, 0xd2, 0x60, 0xe1, 0x8a, 0xe9, 0xb4, 0xd6, + 0xed, 0x20, 0x34, 0xdd, 0xd6, 0x14, 0x1e, 0xe9, 0x45, 0x28, 0x78, 0xdd, 0xa6, 0x83, 0x77, 0x42, + 0x4e, 0xd2, 0x99, 0x21, 0x23, 0x62, 0x6c, 0x30, 0xf2, 0x5e, 0xf7, 0x3a, 0xde, 0x09, 0xd1, 0x87, + 0xa1, 0xe8, 0x75, 0x9b, 0xbe, 0xdd, 0xde, 0x0d, 0x39, 0xf7, 0xc7, 0x68, 0x5c, 0xf0, 0xba, 0x06, + 0x69, 0x21, 0xc4, 0x1a, 0x67, 0x26, 0x8c, 0x35, 0xea, 0xdf, 0x1d, 0x18, 0xfe, 0x14, 0x6b, 0xe0, + 0x22, 0x14, 0x6d, 0x37, 0x6c, 0x5a, 0x76, 0x10, 0xb1, 0xe0, 0x94, 0x5c, 0x86, 0xdc, 0x90, 0x8e, + 0x80, 0xce, 0xa9, 0x1b, 0x12, 0xdc, 0xe8, 0x15, 0x80, 0x1d, 0xc7, 0x33, 0x79, 0x6b, 0xc6, 0x83, + 0xd3, 0xf2, 0xe5, 0x43, 0xaa, 0x45, 0xed, 0x4b, 0xb4, 0x11, 0xe9, 0xa1, 0x3f, 0xa5, 0xf3, 0x30, + 0x47, 0x0d, 0xc1, 0x25, 0xc7, 0xe1, 0xb3, 0xa9, 0xdb, 0x50, 0xeb, 0x83, 0xa6, 0xb1, 0xfa, 0x2b, + 0x50, 0x61, 0x76, 0xd8, 0x74, 0x9c, 0x26, 0xf7, 0x9d, 0x66, 0x0c, 0xd8, 0xe1, 0x9d, 0xdf, 0x0e, + 0xf4, 0xbf, 0xd4, 0xe0, 0xf8, 0x26, 0xf6, 0x59, 0xe6, 0x64, 0xc8, 0x8f, 0x29, 0x36, 0xdc, 0x1d, + 0x2f, 0x79, 0x52, 0xa4, 0xa5, 0x4e, 0x8a, 0xde, 0x9d, 0xd3, 0x91, 0xc4, 0x6e, 0x96, 0x9d, 0x57, + 0x46, 0xbb, 0xd9, 0xe8, 0x54, 0x96, 0x45, 0x51, 0x66, 0x15, 0x42, 0xc2, 0xe9, 0x15, 0x83, 0x49, + 0xfa, 0xcf, 0xb0, 0xbc, 0x2e, 0xe9, 0xa0, 0x0e, 0xbe, 0x5c, 0x96, 0x80, 0x9b, 0xad, 0x94, 0x11, + 0x7b, 0x1f, 0xa4, 0x34, 0x97, 0x42, 0x0d, 0xfe, 0xa2, 0x06, 0x2b, 0x6a, 0xaa, 0xa6, 0x99, 0xe3, + 0x57, 0x20, 0x67, 0xbb, 0x3b, 0x5e, 0x14, 0x54, 0x3e, 0x27, 0x5d, 0x89, 0x72, 0xbc, 0xac, 0xa1, + 0xfe, 0x57, 0x19, 0xa8, 0x7d, 0x82, 0xe5, 0x09, 0xbd, 0xe7, 0xd3, 0xdf, 0xc1, 0x9d, 0x66, 0x60, + 0xbf, 0x8d, 0xa3, 0xe9, 0xef, 0xe0, 0xce, 0x96, 0xfd, 0x36, 0x4e, 0x48, 0x46, 0x2e, 0x29, 0x19, + 0xc3, 0x4f, 0x7d, 0xc4, 0x43, 0x8e, 0x42, 0xf2, 0x90, 0x63, 0x09, 0xf2, 0xae, 0x67, 0xe1, 0x8d, + 0x75, 0x1e, 0x01, 0xe0, 0xa5, 0xbe, 0xa8, 0x95, 0x26, 0x13, 0x35, 0x82, 0x8a, 0x76, 0x61, 0xb1, + 0xc4, 0x67, 0x42, 0x23, 0x2b, 0xea, 0x5f, 0xd6, 0xa0, 0x71, 0x15, 0x87, 0x69, 0xae, 0x1e, 0x9e, + 0xfc, 0xbd, 0xa3, 0xc1, 0x09, 0x29, 0x41, 0xd3, 0x88, 0xde, 0x87, 0x92, 0xa2, 0x27, 0x3f, 0xcf, + 0x18, 0x40, 0xc9, 0xa5, 0xee, 0x59, 0xa8, 0xac, 0xf7, 0x3a, 0x9d, 0xd8, 0xb3, 0x3c, 0x03, 0x15, + 0x9f, 0xfd, 0x64, 0xbb, 0x72, 0xe6, 0x17, 0x94, 0x39, 0x8c, 0xec, 0xbd, 0xf5, 0xf3, 0x50, 0xe5, + 0x4d, 0x38, 0xd5, 0x0d, 0x28, 0xfa, 0xfc, 0x37, 0xaf, 0x1f, 0x97, 0xf5, 0xe3, 0xb0, 0x60, 0xe0, + 0x36, 0x11, 0x7a, 0xff, 0xba, 0xed, 0xde, 0x89, 0x74, 0xeb, 0xa7, 0x35, 0x58, 0x4c, 0xc2, 0x79, + 0x5f, 0x2f, 0x40, 0xc1, 0xb4, 0x2c, 0x1f, 0x07, 0xc1, 0xd0, 0x69, 0xb9, 0xc4, 0xea, 0x18, 0x51, + 0x65, 0x81, 0x73, 0x99, 0xb1, 0x39, 0xa7, 0x37, 0x61, 0xfe, 0x2a, 0x0e, 0x6f, 0xe0, 0xd0, 0x9f, + 0x2a, 0xf7, 0x86, 0xe6, 0x28, 0xd1, 0xc6, 0x5c, 0x2c, 0xa2, 0xa2, 0xfe, 0x45, 0x0d, 0x90, 0x88, + 0x61, 0x9a, 0x69, 0x16, 0xb9, 0x9c, 0x49, 0x72, 0x99, 0x25, 0x50, 0x76, 0xba, 0x9e, 0x8b, 0xdd, + 0x50, 0x74, 0x03, 0xab, 0x31, 0x94, 0x8a, 0xdf, 0x1f, 0x69, 0x50, 0xbd, 0x12, 0x41, 0xa8, 0x7e, + 0xe9, 0x2f, 0x46, 0x2d, 0xb1, 0x18, 0x11, 0xcc, 0xf8, 0x9e, 0x13, 0x21, 0xa2, 0xbf, 0xd1, 0x47, + 0x00, 0xd8, 0x21, 0x5e, 0xcb, 0xb3, 0x18, 0x82, 0xd9, 0xb4, 0x03, 0x26, 0x50, 0x8e, 0xaf, 0x78, + 0x16, 0x36, 0x4a, 0x41, 0xf4, 0x93, 0x18, 0x6b, 0x76, 0xd8, 0x4c, 0x04, 0x6f, 0x7c, 0xa7, 0xa3, + 0x44, 0x1b, 0x11, 0x62, 0xf5, 0xef, 0x69, 0x64, 0x33, 0xc8, 0xc9, 0xa7, 0x38, 0x02, 0xf4, 0x52, + 0xa4, 0x35, 0x18, 0x27, 0x75, 0xa9, 0xf0, 0x27, 0xc6, 0x1c, 0xa9, 0x8d, 0x2d, 0x58, 0x08, 0x7a, + 0xdb, 0x7d, 0xb6, 0x51, 0x68, 0xb4, 0x88, 0xc6, 0xe9, 0x07, 0x89, 0xcd, 0x39, 0x39, 0xfd, 0x99, + 0xcd, 0x8e, 0x2f, 0x86, 0x27, 0xe0, 0x11, 0x9a, 0x02, 0x9d, 0xe8, 0x2a, 0x5a, 0x29, 0xdf, 0xd7, + 0x00, 0x5d, 0xf7, 0x4c, 0xeb, 0xb2, 0xe9, 0x4c, 0xe7, 0x6a, 0x9e, 0x02, 0x08, 0xfc, 0x56, 0x93, + 0x4f, 0x77, 0x86, 0xdb, 0x12, 0xbf, 0x75, 0x93, 0xcd, 0xf8, 0x69, 0x28, 0x5b, 0x41, 0xc8, 0x3f, + 0x47, 0xe9, 0x3b, 0x60, 0x05, 0x21, 0xfb, 0x4e, 0x6f, 0xc0, 0x90, 0x3d, 0x3e, 0xb6, 0x9a, 0x42, + 0xf6, 0xc3, 0x0c, 0xad, 0x56, 0x63, 0x1f, 0xb6, 0x62, 0xb8, 0x44, 0x21, 0xe6, 0xd4, 0x79, 0xe0, + 0xf3, 0xf5, 0x9c, 0xbe, 0x03, 0xcb, 0x37, 0x4c, 0xb7, 0x67, 0x3a, 0x84, 0x0d, 0x66, 0xe2, 0xde, + 0x42, 0xda, 0xca, 0x69, 0x12, 0x2b, 0xf7, 0x28, 0x4b, 0xa7, 0x66, 0xdb, 0xc4, 0xc8, 0xc1, 0xea, + 0x43, 0x18, 0x9e, 0x42, 0x5d, 0xd3, 0x7f, 0x4d, 0x83, 0xfa, 0x20, 0xa2, 0x69, 0xd6, 0x25, 0x25, + 0x2f, 0xea, 0x4a, 0x34, 0xc2, 0x7d, 0x18, 0xfa, 0x00, 0x2c, 0xf4, 0xcb, 0x9b, 0x8e, 0xe9, 0x5e, + 0xf1, 0x7a, 0x2e, 0xf3, 0x58, 0x73, 0x86, 0xec, 0x93, 0xfe, 0xd1, 0x58, 0x26, 0xcc, 0x38, 0x2d, + 0x1e, 0x27, 0x38, 0x22, 0xa0, 0xd4, 0x06, 0x51, 0xea, 0xbf, 0x93, 0xa1, 0xb6, 0x6f, 0xa0, 0x87, + 0x69, 0x86, 0x7a, 0x31, 0x79, 0xb0, 0xf8, 0xb8, 0xe2, 0x4e, 0x50, 0x12, 0x23, 0x5f, 0x6e, 0x67, + 0x61, 0x0e, 0xdf, 0xc7, 0xad, 0x5e, 0x68, 0xbb, 0x6d, 0x32, 0xcc, 0x9b, 0x1e, 0xf7, 0x45, 0xd2, + 0x60, 0xf4, 0x38, 0x54, 0xc9, 0xcc, 0x79, 0xbd, 0x90, 0xd7, 0x63, 0x4e, 0x49, 0x12, 0x48, 0xfa, + 0x23, 0xe3, 0x75, 0x70, 0x88, 0x2d, 0x5e, 0x8f, 0x79, 0x28, 0x69, 0x30, 0xe1, 0xd6, 0x8e, 0x69, + 0x3b, 0x71, 0x35, 0x76, 0x6c, 0x91, 0x80, 0x0d, 0xb0, 0x9b, 0x80, 0x83, 0x49, 0xd8, 0xfd, 0x37, + 0x5a, 0x8a, 0xdd, 0xbc, 0x87, 0xc3, 0x62, 0xf7, 0x35, 0x80, 0x0e, 0xf6, 0xdb, 0x78, 0x83, 0x7a, + 0x06, 0x2c, 0x9e, 0x78, 0x56, 0xa9, 0xd4, 0x58, 0x07, 0x37, 0xa2, 0x06, 0x86, 0xd0, 0x56, 0xbf, + 0x0a, 0x0b, 0x92, 0x2a, 0xc4, 0xe8, 0xb1, 0x44, 0xdd, 0x28, 0x36, 0x1d, 0x15, 0x89, 0x4d, 0x09, + 0x4d, 0xbf, 0x8d, 0x43, 0xbe, 0x14, 0x78, 0x49, 0x7f, 0x81, 0x1e, 0xdc, 0xd3, 0x2d, 0x55, 0x42, + 0x9a, 0x93, 0xf9, 0x54, 0xda, 0x40, 0x3e, 0xd5, 0x0e, 0x3d, 0x1c, 0x17, 0xdb, 0x4d, 0x99, 0x0b, + 0x47, 0x37, 0x5e, 0xd8, 0xe2, 0xf7, 0x48, 0xa3, 0xa2, 0xde, 0x81, 0xe5, 0x08, 0xcf, 0x25, 0xc7, + 0x99, 0x32, 0xb7, 0x60, 0xf4, 0x9e, 0xcf, 0x86, 0xfa, 0x20, 0xba, 0x07, 0x33, 0xb2, 0xff, 0xd6, + 0xa0, 0xba, 0xd1, 0xe9, 0x7a, 0xfd, 0x93, 0xdb, 0xb1, 0x23, 0x40, 0x83, 0x07, 0x5e, 0x19, 0xd9, + 0x81, 0xd7, 0x63, 0x50, 0x4d, 0xde, 0xa5, 0x64, 0x01, 0xf5, 0x4a, 0x4b, 0xbc, 0x43, 0x79, 0x02, + 0x4a, 0xbe, 0xb7, 0xd7, 0x24, 0xfc, 0xb1, 0x78, 0x3e, 0x61, 0xd1, 0xf7, 0xf6, 0x08, 0xd7, 0x2c, + 0xb4, 0x08, 0xb9, 0x1d, 0xdb, 0x89, 0x53, 0x61, 0x59, 0x01, 0x7d, 0x08, 0x0a, 0x1e, 0xcf, 0xd6, + 0xc9, 0x8f, 0xeb, 0x31, 0x44, 0x2d, 0x98, 0xd2, 0x47, 0x75, 0x4d, 0xff, 0x14, 0xcc, 0x46, 0xc3, + 0x9f, 0xf2, 0x8e, 0x70, 0x68, 0x06, 0x77, 0xa2, 0x9c, 0x3f, 0x56, 0xd0, 0xcf, 0xb3, 0xdc, 0x0d, + 0xda, 0x7f, 0x42, 0x68, 0x10, 0xcc, 0x90, 0x1a, 0x5c, 0x5d, 0xd0, 0xdf, 0xfa, 0x3f, 0x65, 0x60, + 0x29, 0x5d, 0x7b, 0x1a, 0x92, 0x5e, 0x48, 0xaa, 0x08, 0xf9, 0x95, 0x4f, 0x11, 0x1b, 0x57, 0x0f, + 0x7c, 0x2a, 0x5a, 0xb1, 0x19, 0xca, 0xd2, 0xa9, 0xa0, 0xb6, 0x07, 0x2d, 0x43, 0xc1, 0xb6, 0x9a, + 0x8e, 0x1d, 0x84, 0xdc, 0xbe, 0xe7, 0x6d, 0xeb, 0xba, 0x1d, 0x84, 0x64, 0x8b, 0xc6, 0x76, 0x1a, + 0x63, 0x27, 0x0a, 0xb2, 0xfa, 0x68, 0x16, 0x32, 0xb6, 0xc5, 0x15, 0x6f, 0xc6, 0xb6, 0xa8, 0xb8, + 0x88, 0x17, 0x7e, 0xf8, 0x1e, 0x51, 0xb4, 0xe9, 0x16, 0xf1, 0x48, 0xb8, 0x16, 0xa0, 0x57, 0x82, + 0x8a, 0x49, 0xc5, 0x60, 0x51, 0x79, 0x62, 0x19, 0xc0, 0x64, 0x81, 0x95, 0xd8, 0x20, 0x18, 0xe0, + 0x76, 0xa0, 0xbf, 0x01, 0x4b, 0x84, 0x66, 0x36, 0xf6, 0xdb, 0x64, 0xa6, 0x26, 0x96, 0xfd, 0x45, + 0xc8, 0x39, 0x76, 0xc7, 0x8e, 0xf4, 0x18, 0x2b, 0xe8, 0x3f, 0xa5, 0xc1, 0xf2, 0x40, 0xcf, 0xd3, + 0xcc, 0xe1, 0x25, 0x51, 0xac, 0xca, 0x6b, 0xe7, 0xa5, 0x5a, 0x5a, 0x2e, 0x34, 0x91, 0x0c, 0xfe, + 0x31, 0xdb, 0x67, 0x18, 0xec, 0x8e, 0xc5, 0x03, 0x4e, 0xb7, 0x3d, 0x0b, 0xb5, 0x3d, 0x3b, 0xdc, + 0x6d, 0xd2, 0xcb, 0xc9, 0xd4, 0x61, 0x64, 0xde, 0x6e, 0xd1, 0x98, 0x25, 0xf0, 0x2d, 0x02, 0x26, + 0x4e, 0xa3, 0x34, 0xce, 0x3c, 0x23, 0xdd, 0x17, 0x7f, 0x4e, 0x83, 0x85, 0x04, 0xfd, 0xd3, 0xf0, + 0xf3, 0xc3, 0x64, 0xa3, 0xc4, 0x3a, 0xe2, 0x2c, 0x5d, 0x91, 0xb2, 0x94, 0x63, 0xa3, 0x06, 0x2f, + 0x6e, 0xa1, 0x7f, 0x23, 0x0b, 0x65, 0xe1, 0x0b, 0x3a, 0x09, 0x25, 0xfe, 0xad, 0x1f, 0x81, 0x89, + 0x01, 0x63, 0xf1, 0xeb, 0x31, 0xe8, 0x2b, 0x4b, 0xe1, 0x72, 0x9b, 0x90, 0x1a, 0x6f, 0x05, 0xe8, + 0x1a, 0xcc, 0x32, 0x7e, 0xc6, 0xa4, 0x4b, 0x77, 0x48, 0x71, 0xd2, 0xbf, 0xe9, 0x5b, 0x9c, 0x4a, + 0xa3, 0x1a, 0x08, 0x25, 0x96, 0x9b, 0xe2, 0x59, 0x98, 0x62, 0xca, 0x25, 0xe2, 0x21, 0x68, 0x15, + 0x16, 0x92, 0xb7, 0x6e, 0xc4, 0xe0, 0xcd, 0x7c, 0xe2, 0xe6, 0x0d, 0x5d, 0x00, 0x26, 0xcc, 0xbb, + 0xbd, 0x4e, 0xd3, 0xeb, 0x85, 0xdb, 0x5e, 0xcf, 0x65, 0x73, 0xcd, 0x1f, 0x1b, 0xb9, 0x30, 0x8a, + 0xa5, 0xab, 0x37, 0x7b, 0x9d, 0x5b, 0xbc, 0x21, 0x91, 0x06, 0x7e, 0x7c, 0xe8, 0x26, 0xa1, 0x8d, + 0xcb, 0xb0, 0x28, 0xab, 0x38, 0xea, 0x78, 0x2c, 0x27, 0x1e, 0x8f, 0x7d, 0x59, 0x83, 0x8a, 0xc8, + 0x11, 0xb2, 0x55, 0x76, 0xb0, 0x69, 0x61, 0x3f, 0x9e, 0xb2, 0xb8, 0x4c, 0xb4, 0x0a, 0xfb, 0xdd, + 0x34, 0x2d, 0xcb, 0xe7, 0xd6, 0x0c, 0x18, 0xe8, 0x92, 0x65, 0xf9, 0xe8, 0x7d, 0x30, 0x67, 0x75, + 0x12, 0x2f, 0x03, 0x44, 0x9b, 0x69, 0xab, 0x23, 0x3c, 0x09, 0x90, 0xe0, 0xf3, 0x4c, 0x32, 0xee, + 0xf4, 0x99, 0xfe, 0xc3, 0x35, 0x3e, 0xb6, 0xb0, 0x1b, 0xda, 0xa6, 0x73, 0xf0, 0x35, 0xd9, 0x80, + 0x62, 0x2f, 0xc0, 0xbe, 0x60, 0x7c, 0xe3, 0x32, 0xf9, 0xd6, 0x35, 0x83, 0x60, 0xcf, 0xf3, 0x2d, + 0x4e, 0x65, 0x5c, 0x1e, 0x72, 0x7d, 0x82, 0xbd, 0xcf, 0x21, 0xbf, 0x3e, 0xf1, 0x02, 0x2c, 0x77, + 0x3c, 0xcb, 0xde, 0xb1, 0x65, 0xb7, 0x2e, 0x48, 0xb3, 0xe3, 0xd1, 0xe7, 0x44, 0xbb, 0xe8, 0x4e, + 0xe9, 0x82, 0x78, 0xa7, 0xf4, 0xeb, 0x19, 0x58, 0x7e, 0xad, 0x6b, 0xbd, 0x07, 0x7c, 0x58, 0x81, + 0xb2, 0xe7, 0x58, 0x9b, 0x49, 0x56, 0x88, 0x20, 0x52, 0xc3, 0xc5, 0x7b, 0x71, 0x0d, 0xa6, 0x87, + 0x44, 0xd0, 0xd0, 0xeb, 0x26, 0x07, 0xe2, 0x57, 0x7e, 0x18, 0xbf, 0x4a, 0xdf, 0x79, 0x39, 0x5f, + 0xcc, 0xd4, 0x16, 0xeb, 0x19, 0xfd, 0x47, 0x60, 0x99, 0x65, 0x36, 0x3d, 0x60, 0x2e, 0x45, 0x73, + 0x74, 0x5c, 0x9c, 0xa3, 0xb7, 0xe0, 0x38, 0xb1, 0x66, 0x04, 0xf5, 0x6b, 0x01, 0xf6, 0xa7, 0xd4, + 0xbd, 0x27, 0xa1, 0x14, 0x61, 0x8b, 0x2e, 0x0a, 0xf5, 0x01, 0xfa, 0x0f, 0xc3, 0x62, 0x0a, 0xd7, + 0x01, 0x47, 0x19, 0x8d, 0x64, 0x49, 0x1c, 0xc9, 0x0a, 0x80, 0xe1, 0x39, 0x44, 0x7f, 0xd8, 0xe1, + 0x3e, 0xf1, 0xbe, 0x04, 0xd3, 0x4e, 0x7f, 0x93, 0x1a, 0x04, 0xef, 0x90, 0x1a, 0x3f, 0xad, 0xc1, + 0x3c, 0x5b, 0xb9, 0xa4, 0xab, 0x83, 0xcf, 0xc2, 0x8b, 0x90, 0xc7, 0x14, 0x0b, 0x0f, 0x47, 0x9e, + 0x96, 0xab, 0xcb, 0x98, 0x5c, 0x83, 0x57, 0x97, 0x2e, 0xa3, 0x10, 0xe6, 0xd6, 0x7d, 0xaf, 0x3b, + 0x1d, 0x45, 0xd4, 0xe3, 0x73, 0xb0, 0xe8, 0xc3, 0x17, 0x09, 0xe0, 0xa6, 0x4a, 0x30, 0xbe, 0xa7, + 0xc1, 0xd2, 0xad, 0x2e, 0xf6, 0xcd, 0x10, 0x13, 0xa6, 0x4d, 0x87, 0x7d, 0xd8, 0xda, 0x4d, 0x50, + 0x96, 0x4d, 0x52, 0x86, 0x3e, 0x9c, 0xb8, 0x08, 0x2f, 0xdf, 0xc1, 0xa6, 0xa8, 0xec, 0xdf, 0x86, + 0x8b, 0xc6, 0xb5, 0x2c, 0x8e, 0xeb, 0xdb, 0x1a, 0xcc, 0x6f, 0x61, 0x62, 0x9e, 0xa7, 0x1b, 0xd2, + 0x73, 0x42, 0x88, 0x74, 0x8c, 0x09, 0x66, 0x31, 0xd4, 0x73, 0x30, 0x6f, 0xbb, 0x2d, 0xa7, 0x67, + 0xe1, 0x26, 0x19, 0x3f, 0x8b, 0x85, 0x32, 0xe7, 0x69, 0x8e, 0x7f, 0x20, 0xc3, 0x20, 0x06, 0x54, + 0x2a, 0xe3, 0xf7, 0x99, 0x8c, 0xc7, 0xf9, 0xa4, 0x8c, 0x04, 0x6d, 0x12, 0x12, 0x2e, 0x40, 0x8e, + 0xa0, 0x8e, 0x7c, 0x23, 0x79, 0xab, 0xfe, 0x32, 0x31, 0x58, 0x6d, 0xfd, 0xc7, 0x35, 0x40, 0x22, + 0xdb, 0xa6, 0xd1, 0x12, 0x1f, 0x14, 0xf3, 0xc8, 0xb2, 0x43, 0x49, 0x67, 0x23, 0x8d, 0x33, 0xc8, + 0xf4, 0x6f, 0xc6, 0xb3, 0x47, 0xa7, 0x7b, 0x9a, 0xd9, 0x23, 0xe3, 0x1a, 0x3a, 0x7b, 0x02, 0x13, + 0x68, 0x65, 0x71, 0xf6, 0xa8, 0xc4, 0x4a, 0x66, 0x8f, 0xd0, 0x4c, 0x67, 0x8f, 0xeb, 0xf7, 0x7a, + 0x3d, 0x43, 0x26, 0x8d, 0x11, 0x1b, 0x4d, 0x1a, 0xc5, 0xac, 0x4d, 0x82, 0xf9, 0x02, 0xe4, 0x08, + 0xc6, 0xd1, 0xfc, 0x8a, 0x26, 0x8d, 0xd6, 0x16, 0x26, 0x8d, 0x13, 0xf0, 0xe0, 0x27, 0xad, 0x3f, + 0xd2, 0xfe, 0xa4, 0xe9, 0x50, 0xb9, 0xb5, 0xfd, 0x16, 0x6e, 0x85, 0x43, 0x34, 0xef, 0x13, 0x30, + 0xb7, 0xe9, 0xdb, 0xf7, 0x6c, 0x07, 0xb7, 0x87, 0xa9, 0xf0, 0xcf, 0x69, 0x50, 0xbd, 0xea, 0x9b, + 0x6e, 0xe8, 0x45, 0x6a, 0xfc, 0x40, 0xfc, 0xbc, 0x0c, 0xa5, 0x6e, 0x84, 0x8d, 0xcb, 0xc0, 0xe3, + 0xf2, 0x23, 0xdb, 0x24, 0x4d, 0x46, 0xbf, 0x99, 0xfe, 0x3a, 0x2c, 0x52, 0x4a, 0xd2, 0x64, 0xbf, + 0x0c, 0x45, 0xaa, 0xcc, 0x6d, 0x1e, 0x1a, 0x53, 0x9d, 0x26, 0x24, 0x86, 0x61, 0xc4, 0x6d, 0xf4, + 0xbf, 0xd7, 0xa0, 0x4c, 0xbf, 0xf5, 0x07, 0x38, 0xf9, 0x2a, 0xff, 0x20, 0xe4, 0x3d, 0xca, 0xf2, + 0xa1, 0x79, 0x25, 0xe2, 0xac, 0x18, 0xbc, 0x01, 0xf1, 0x90, 0xd9, 0x2f, 0x51, 0x23, 0x03, 0x03, + 0x71, 0x9d, 0x5c, 0x68, 0x33, 0xda, 0xa9, 0x5a, 0x1e, 0x6f, 0x7c, 0x51, 0x13, 0xfd, 0x67, 0x63, + 0x99, 0xa4, 0x15, 0x0e, 0xbe, 0x84, 0x5f, 0x4a, 0xd9, 0xd8, 0x15, 0x35, 0x15, 0x72, 0x23, 0x9b, + 0xd0, 0xac, 0x64, 0x0b, 0x9a, 0x20, 0x6b, 0xca, 0x2d, 0x68, 0x2c, 0x02, 0xc3, 0xb6, 0xa0, 0x22, + 0x71, 0x7d, 0x01, 0xf8, 0x5b, 0x0d, 0x96, 0xb9, 0x4d, 0x8b, 0x65, 0xeb, 0x10, 0xd8, 0x84, 0x3e, + 0xc2, 0x6d, 0x2f, 0x3b, 0xea, 0x7b, 0x6a, 0x98, 0xed, 0x8d, 0xe9, 0x1c, 0x61, 0x7c, 0x7f, 0x53, + 0xa3, 0x81, 0xf6, 0xeb, 0x9e, 0x69, 0xd9, 0x6e, 0x7b, 0xfa, 0xfb, 0x72, 0x92, 0x08, 0x43, 0x66, + 0xdc, 0x8c, 0xf6, 0xac, 0x2c, 0xeb, 0x8c, 0x05, 0x0d, 0x57, 0xea, 0x19, 0xfd, 0x17, 0x58, 0x44, + 0x7f, 0x80, 0xd4, 0x29, 0xcf, 0x70, 0xbb, 0xbc, 0x23, 0x1e, 0x2a, 0x88, 0xcb, 0xe8, 0x29, 0xa8, + 0xf1, 0xa7, 0x2d, 0x9a, 0x71, 0x1d, 0x7e, 0x42, 0xc2, 0xe1, 0x11, 0x0d, 0xfa, 0xd7, 0x58, 0xb8, + 0x84, 0x90, 0x36, 0x65, 0x98, 0xfa, 0x01, 0xf1, 0xef, 0x4c, 0x3d, 0xa3, 0xff, 0x18, 0xbb, 0xa8, + 0x27, 0x10, 0x39, 0x0d, 0xe7, 0x9e, 0x4f, 0x06, 0x3a, 0xe5, 0xe7, 0xce, 0x7d, 0x5c, 0x3c, 0x0b, + 0xe9, 0x09, 0x28, 0xdd, 0xa0, 0xf5, 0x3e, 0x76, 0x3f, 0x44, 0x75, 0x28, 0xdc, 0xc3, 0x7e, 0x60, + 0x7b, 0x2e, 0xb7, 0x28, 0x51, 0x51, 0x5f, 0xa0, 0x79, 0x00, 0xaf, 0xb3, 0x52, 0x74, 0xf0, 0xda, + 0xa2, 0x21, 0xb5, 0x18, 0x38, 0x65, 0x64, 0x3e, 0xc2, 0x9c, 0x49, 0x62, 0x5e, 0x04, 0x74, 0x65, + 0x17, 0xb7, 0xee, 0x5c, 0xc3, 0xa6, 0x13, 0x46, 0xc9, 0xee, 0xfa, 0x9f, 0x69, 0xb0, 0x90, 0x00, + 0x4f, 0xb9, 0x25, 0xb3, 0x03, 0xd6, 0xd1, 0x3e, 0x3f, 0x18, 0xe8, 0x03, 0x58, 0xee, 0x82, 0x19, + 0x78, 0x6e, 0x34, 0x9f, 0x51, 0x11, 0x5d, 0x86, 0xca, 0xdd, 0x9e, 0x17, 0x9a, 0xd1, 0xc1, 0xf8, + 0xcc, 0x4a, 0x76, 0xf0, 0x32, 0x61, 0x9c, 0x5d, 0xe2, 0x85, 0x26, 0xe3, 0x7c, 0xf9, 0x6e, 0xfc, + 0x3b, 0xd0, 0x3f, 0xaf, 0x41, 0x83, 0x6f, 0xa7, 0xc4, 0xe0, 0xd2, 0xc1, 0xe5, 0x95, 0x3e, 0x2f, + 0x23, 0x46, 0xb0, 0xa2, 0xe3, 0x88, 0x44, 0xf0, 0x2a, 0x52, 0x3d, 0x8d, 0xc4, 0xcb, 0xb1, 0x1a, + 0xd4, 0xe9, 0x36, 0xea, 0x30, 0x28, 0x39, 0x21, 0x52, 0xf2, 0x0f, 0x1a, 0x2c, 0xdc, 0xf6, 0x4d, + 0x37, 0xd8, 0xc1, 0xfe, 0x4d, 0xcf, 0x9a, 0x62, 0xf9, 0xae, 0xc1, 0x71, 0x4e, 0x82, 0x94, 0x96, + 0x05, 0x06, 0x4b, 0x8c, 0x98, 0xb4, 0x61, 0x07, 0x72, 0xe9, 0x36, 0xcc, 0xd0, 0x2f, 0xb0, 0x8f, + 0xc9, 0x36, 0x3c, 0x0f, 0x8c, 0xc6, 0xff, 0xd8, 0x23, 0x86, 0x05, 0xb7, 0xd7, 0x21, 0xb4, 0x47, + 0x03, 0x7c, 0x54, 0x1c, 0xe0, 0x4f, 0x66, 0x60, 0x29, 0x1a, 0x60, 0x14, 0xa5, 0x3c, 0xf2, 0x63, + 0x1c, 0x37, 0x58, 0x4d, 0xfc, 0x23, 0x9a, 0x14, 0xc7, 0x06, 0xc6, 0x4f, 0x9d, 0xc1, 0xed, 0x75, + 0xf8, 0x50, 0x23, 0x96, 0x9c, 0x16, 0x59, 0x62, 0xc2, 0x23, 0xd7, 0xed, 0x20, 0x89, 0x72, 0xfa, + 0xf8, 0xc7, 0x29, 0x11, 0xc5, 0xdb, 0xd0, 0x90, 0xa1, 0x98, 0xf2, 0xf5, 0x97, 0xf4, 0x33, 0x4d, + 0x19, 0xd9, 0x33, 0x4d, 0xfa, 0x17, 0x34, 0x38, 0x19, 0xdd, 0xd7, 0x3f, 0x94, 0x05, 0x76, 0x32, + 0xf5, 0x8c, 0xf5, 0x29, 0x05, 0x35, 0xd3, 0x70, 0x63, 0x43, 0x4a, 0x91, 0xca, 0xfd, 0x4d, 0x22, + 0x4e, 0x52, 0xad, 0xff, 0xcb, 0x0c, 0x54, 0x93, 0xe2, 0x27, 0xd9, 0xec, 0x10, 0x77, 0xa1, 0x65, + 0x76, 0xcd, 0x56, 0xe4, 0xbc, 0xe5, 0x8c, 0xb8, 0x8c, 0xde, 0x0f, 0x88, 0x48, 0x61, 0xfc, 0xd4, + 0x1c, 0x5b, 0x9c, 0x2c, 0xa3, 0xa4, 0xe6, 0xf6, 0x3a, 0xf1, 0x33, 0x73, 0x64, 0x95, 0xa2, 0x1d, + 0x56, 0xdb, 0xf1, 0x4c, 0x0b, 0xc7, 0x67, 0x0c, 0xfc, 0x88, 0xe1, 0xa5, 0xd1, 0xe4, 0xaf, 0xde, + 0xec, 0x75, 0xae, 0xd3, 0xb6, 0x5c, 0xc6, 0x59, 0x34, 0x9f, 0xe0, 0x49, 0x80, 0x51, 0x2b, 0x3e, + 0x31, 0x68, 0x7b, 0xb6, 0xdb, 0x66, 0x44, 0xe5, 0x86, 0x5c, 0x39, 0x1a, 0x40, 0x73, 0x8b, 0x37, + 0x1d, 0x38, 0x33, 0x88, 0xa1, 0x11, 0x12, 0xdb, 0x6d, 0x79, 0x9d, 0x18, 0x49, 0x7e, 0x12, 0x24, + 0x1b, 0xbc, 0x69, 0x12, 0x89, 0x08, 0x6d, 0x5c, 0x81, 0xe3, 0xd2, 0x41, 0x4f, 0x72, 0x32, 0xd1, + 0x3f, 0xdd, 0x48, 0x0e, 0xe9, 0x00, 0x7d, 0x0c, 0x50, 0x3c, 0xd1, 0x09, 0xc9, 0x3b, 0x1a, 0x2c, + 0x1b, 0x98, 0xc8, 0xd4, 0xbb, 0xf1, 0x2c, 0xec, 0x2c, 0x64, 0xac, 0x6d, 0xbe, 0x1a, 0x33, 0xd6, + 0x36, 0xf1, 0x21, 0x3c, 0x76, 0x23, 0x84, 0xeb, 0xd7, 0xa8, 0x48, 0x53, 0x73, 0xf1, 0xde, 0xcd, + 0xbe, 0x2e, 0x8d, 0x8a, 0xfa, 0xb7, 0xd8, 0x46, 0x20, 0x7e, 0x85, 0xe0, 0xf0, 0xdf, 0x3f, 0x4b, + 0x26, 0x34, 0xcf, 0x28, 0x1f, 0x6b, 0xf8, 0x0d, 0xb6, 0x2f, 0x18, 0xa0, 0xfc, 0xc8, 0xbd, 0x4f, + 0x72, 0xee, 0x0c, 0x14, 0xa3, 0xd7, 0xc1, 0x50, 0x01, 0xb2, 0x97, 0x1c, 0xa7, 0x76, 0x0c, 0x55, + 0xa0, 0xb8, 0xc1, 0x9f, 0xc0, 0xaa, 0x69, 0xe7, 0x5e, 0x81, 0x05, 0x49, 0xf4, 0x14, 0xcd, 0x43, + 0xf5, 0x92, 0x45, 0x63, 0xf4, 0xb7, 0x3d, 0x02, 0xac, 0x1d, 0x43, 0x4b, 0x80, 0x0c, 0xdc, 0xf1, + 0xee, 0xd1, 0x8a, 0xaf, 0xfa, 0x5e, 0x87, 0xc2, 0xb5, 0x73, 0x4f, 0xc3, 0xa2, 0x6c, 0x0f, 0x88, + 0x4a, 0x90, 0xa3, 0x7b, 0xca, 0xda, 0x31, 0x04, 0x90, 0x37, 0xf0, 0x3d, 0xef, 0x0e, 0xa9, 0xfe, + 0x26, 0x40, 0xdf, 0x59, 0x44, 0x65, 0x28, 0xbc, 0xe6, 0xde, 0x71, 0xbd, 0x3d, 0xb7, 0x76, 0x0c, + 0xcd, 0x41, 0xd9, 0xc0, 0xa6, 0x75, 0xdd, 0xee, 0xd8, 0x21, 0xb6, 0x6a, 0x19, 0x54, 0x83, 0xca, + 0x1b, 0xbe, 0x1d, 0xe2, 0x08, 0x92, 0x45, 0xb3, 0x00, 0xeb, 0xd8, 0xdd, 0xbf, 0xed, 0x91, 0x8a, + 0xb5, 0x19, 0xd2, 0x84, 0x95, 0x69, 0xbd, 0x5a, 0x6e, 0xed, 0xaf, 0x5f, 0x82, 0x2a, 0xf3, 0xf8, + 0xf9, 0x6b, 0x9b, 0xa8, 0x09, 0xb5, 0xf4, 0xff, 0x90, 0x40, 0xef, 0x97, 0x27, 0x42, 0xc9, 0xff, + 0xd5, 0x44, 0x63, 0xd8, 0x0c, 0xea, 0xc7, 0xd0, 0xa7, 0x60, 0x36, 0xf9, 0x2f, 0x13, 0x90, 0x3c, + 0xf9, 0x5f, 0xfa, 0x7f, 0x15, 0x46, 0x75, 0xde, 0x84, 0x6a, 0xe2, 0x8d, 0x7f, 0x24, 0xdf, 0x85, + 0xcb, 0xfe, 0x0f, 0x40, 0x43, 0x1e, 0xf2, 0x11, 0xdf, 0xe1, 0x67, 0xd4, 0x27, 0x5f, 0xcc, 0x56, + 0x50, 0x2f, 0x7d, 0x56, 0x7b, 0x14, 0xf5, 0x26, 0xcc, 0x0f, 0xbc, 0x46, 0x8d, 0x9e, 0x56, 0xa8, + 0x68, 0xf9, 0xab, 0xd5, 0xa3, 0x50, 0xec, 0x01, 0x1a, 0x7c, 0xb7, 0x1e, 0xad, 0xca, 0x67, 0x40, + 0xf5, 0x92, 0x7f, 0xe3, 0x99, 0xb1, 0xeb, 0xc7, 0x8c, 0xfb, 0xac, 0x46, 0xd3, 0xc5, 0x64, 0x0f, + 0x17, 0xa3, 0xe7, 0x54, 0x29, 0x1c, 0x43, 0x9e, 0x61, 0x6e, 0x3c, 0x3f, 0x59, 0xa3, 0x98, 0x10, + 0x17, 0xe6, 0x52, 0xef, 0xf6, 0xa2, 0xf3, 0xca, 0x97, 0x02, 0x07, 0x1f, 0x35, 0x6e, 0xbc, 0x7f, + 0xbc, 0xca, 0x31, 0xbe, 0x37, 0x61, 0x2e, 0xf5, 0x0f, 0x38, 0x14, 0xf8, 0xe4, 0xff, 0xa6, 0x63, + 0xd4, 0x84, 0xbe, 0x09, 0x73, 0xa9, 0x37, 0x71, 0x15, 0xdd, 0xcb, 0x5f, 0xce, 0x1d, 0xd5, 0xfd, + 0x27, 0xa1, 0x9a, 0x78, 0xbc, 0x56, 0xb1, 0xa0, 0x64, 0x0f, 0xdc, 0x8e, 0xa6, 0xbc, 0x22, 0xbe, + 0x31, 0x8b, 0xce, 0xaa, 0x96, 0xea, 0x40, 0xc7, 0x93, 0xac, 0xd4, 0xfe, 0xc3, 0x8e, 0x43, 0x56, + 0xea, 0xc0, 0x5b, 0x98, 0xe3, 0xaf, 0x54, 0xa1, 0xff, 0xa1, 0x2b, 0x75, 0x62, 0x14, 0x9f, 0xd6, + 0x68, 0xea, 0x9b, 0xe4, 0xe1, 0x50, 0xb4, 0xa6, 0x12, 0x7d, 0xf5, 0x13, 0xa9, 0x8d, 0xe7, 0x26, + 0x6a, 0x13, 0x73, 0xf1, 0x0e, 0xcc, 0x26, 0x9f, 0xc7, 0x54, 0x70, 0x51, 0xfa, 0xa2, 0x68, 0xe3, + 0xfc, 0x58, 0x75, 0x63, 0x64, 0x7b, 0x34, 0x84, 0x94, 0x8a, 0x20, 0x2a, 0x94, 0x93, 0x32, 0x2a, + 0xaa, 0x50, 0x4e, 0xea, 0xd0, 0xa4, 0x7e, 0x0c, 0x61, 0xa8, 0x88, 0xa1, 0x37, 0x85, 0x28, 0x4a, + 0x42, 0x88, 0x8d, 0xa7, 0xc6, 0xa8, 0x19, 0xa3, 0x79, 0x0d, 0xca, 0xc2, 0x3f, 0x68, 0x43, 0x4f, + 0x0e, 0x59, 0xa7, 0xe2, 0xff, 0x02, 0x1b, 0x25, 0x29, 0x9f, 0x80, 0x52, 0xfc, 0x7f, 0xd5, 0xd0, + 0x13, 0xca, 0xf5, 0x39, 0x49, 0x97, 0x5b, 0x00, 0xfd, 0x7f, 0x9a, 0x86, 0xde, 0xa7, 0xd6, 0x57, + 0x93, 0x74, 0x1a, 0x0f, 0x9f, 0x3d, 0xa0, 0x33, 0x6c, 0xf8, 0xe2, 0x93, 0x59, 0xa3, 0xba, 0xdd, + 0x85, 0x6a, 0xe2, 0xe9, 0x3b, 0x95, 0x8a, 0x92, 0x3c, 0xa5, 0xd8, 0x38, 0x37, 0x4e, 0xd5, 0x94, + 0x7c, 0xa6, 0x3c, 0x59, 0xb5, 0x7c, 0xca, 0x9d, 0x75, 0xb5, 0x7c, 0x2a, 0x5c, 0x64, 0x36, 0xc4, + 0xc4, 0x7b, 0x67, 0xe8, 0xa9, 0x91, 0x7d, 0xe0, 0xe1, 0x43, 0x94, 0x3e, 0x9f, 0xa6, 0x1f, 0x43, + 0x3f, 0x2a, 0x3c, 0xad, 0x96, 0x78, 0xc7, 0x0e, 0x3d, 0x3b, 0xb4, 0x1f, 0xd9, 0x7b, 0x7e, 0x8d, + 0xb5, 0x49, 0x9a, 0xc4, 0x24, 0x70, 0x71, 0x66, 0x73, 0xa9, 0x16, 0xe7, 0x49, 0x44, 0x64, 0x0b, + 0xf2, 0xec, 0xe1, 0x32, 0xa4, 0x2b, 0x76, 0x07, 0xc2, 0x33, 0x5d, 0x8d, 0xc7, 0xa4, 0x75, 0x92, + 0x6f, 0x53, 0xb1, 0x4e, 0x59, 0x1a, 0x92, 0xa2, 0xd3, 0xc4, 0xeb, 0x4b, 0x13, 0x74, 0xca, 0xde, + 0x0c, 0x53, 0x74, 0x9a, 0x78, 0x50, 0x6c, 0xdc, 0x4e, 0x0d, 0xc8, 0xb3, 0x37, 0x66, 0x14, 0x9d, + 0x26, 0x1e, 0x50, 0x6a, 0x0c, 0xaf, 0xc3, 0x4e, 0xa8, 0x8f, 0xa1, 0x4d, 0xc8, 0xd1, 0x5c, 0x7c, + 0x74, 0x66, 0xd8, 0xbb, 0x25, 0xc3, 0x7a, 0x4c, 0x3c, 0x6d, 0xa2, 0x1f, 0x43, 0xb7, 0x20, 0x47, + 0x6f, 0x5d, 0x2a, 0x7a, 0x14, 0x1f, 0xf4, 0x68, 0x0c, 0xad, 0x12, 0x91, 0x68, 0x41, 0x45, 0xbc, + 0x76, 0xaf, 0xd0, 0xea, 0x92, 0x87, 0x09, 0x1a, 0xe3, 0xd4, 0x8c, 0xb0, 0xb0, 0xb5, 0xd9, 0xbf, + 0x6e, 0xa1, 0x5e, 0x9b, 0x03, 0x57, 0x39, 0xd4, 0x6b, 0x73, 0xf0, 0xf6, 0x86, 0x7e, 0x0c, 0x7d, + 0x5e, 0xa3, 0x57, 0x20, 0xe4, 0x17, 0xdf, 0x95, 0xee, 0xf0, 0xb0, 0x2b, 0xe5, 0x8d, 0x0b, 0x13, + 0xb6, 0x8a, 0x69, 0x79, 0x9b, 0x9e, 0xa8, 0x0d, 0xdc, 0xbf, 0x56, 0xea, 0x36, 0xc5, 0x9d, 0xe2, + 0xc6, 0x07, 0xc6, 0x6f, 0x10, 0xe3, 0xde, 0x86, 0xb2, 0x90, 0xfc, 0xac, 0xb0, 0x23, 0x83, 0xe9, + 0xdd, 0x8d, 0xb3, 0xa3, 0x2b, 0xc6, 0x38, 0x36, 0x21, 0x47, 0x2f, 0xed, 0x2a, 0x84, 0x51, 0xbc, + 0x03, 0xac, 0x10, 0xef, 0xc4, 0x9d, 0x5f, 0xe6, 0x63, 0x88, 0x37, 0x78, 0x15, 0xd2, 0x28, 0xb9, + 0xfc, 0xab, 0xf0, 0x31, 0x64, 0xd7, 0x81, 0xe9, 0x0e, 0x18, 0xfa, 0x37, 0x68, 0x15, 0x96, 0x7b, + 0xe0, 0x12, 0x6f, 0xe3, 0xc9, 0x91, 0xf5, 0x62, 0x04, 0x0e, 0x35, 0x82, 0xe9, 0x7b, 0xa5, 0xab, + 0xea, 0xdd, 0x98, 0xec, 0x9a, 0x66, 0xe3, 0xf1, 0xe1, 0x17, 0x46, 0xf9, 0x79, 0x18, 0xf5, 0x19, + 0x84, 0xdb, 0x9c, 0x8a, 0xb9, 0x1e, 0xbc, 0xef, 0x39, 0xc6, 0x36, 0x78, 0xf0, 0xb2, 0xdf, 0xf0, + 0x41, 0x0c, 0xde, 0x2b, 0x54, 0x5b, 0x72, 0xc5, 0x2d, 0x42, 0xfd, 0x18, 0xba, 0x0b, 0xb5, 0xf4, + 0x75, 0x4a, 0x45, 0x78, 0x45, 0x71, 0xbd, 0xb3, 0xf1, 0xf4, 0x98, 0xb5, 0x45, 0x93, 0x7e, 0x62, + 0x90, 0xa6, 0x37, 0xec, 0x70, 0x97, 0xde, 0xb9, 0x1b, 0x67, 0xd4, 0xe2, 0xf5, 0xbe, 0x71, 0x46, + 0x9d, 0xb8, 0xcc, 0xc7, 0xed, 0x2f, 0xbd, 0x8d, 0xa1, 0xb2, 0xbf, 0xe2, 0x65, 0x2b, 0x85, 0x55, + 0x4b, 0xde, 0x48, 0x62, 0x5b, 0x93, 0xe4, 0x2d, 0x0f, 0x74, 0x6e, 0xac, 0xab, 0x20, 0xc3, 0xb6, + 0x26, 0xf2, 0x6b, 0x23, 0x2c, 0x6a, 0x90, 0xba, 0xc4, 0xa2, 0xd8, 0x66, 0xcb, 0x2f, 0xd1, 0x28, + 0xa2, 0x06, 0x8a, 0x7b, 0x31, 0x74, 0x19, 0xd7, 0xd2, 0x19, 0xf1, 0xc3, 0xc3, 0x70, 0xe9, 0x54, + 0xe8, 0xd1, 0x91, 0xb2, 0x5a, 0x3a, 0xd5, 0x5c, 0x81, 0x40, 0x91, 0x91, 0x3e, 0x06, 0x82, 0x74, + 0x96, 0xb6, 0x02, 0x81, 0x22, 0x99, 0x7b, 0x0c, 0xbf, 0x3f, 0x91, 0x1d, 0xad, 0x30, 0xbc, 0xb2, + 0x0c, 0x6a, 0x85, 0xe1, 0x95, 0x26, 0x76, 0xb3, 0xdd, 0x50, 0x3f, 0xc9, 0x59, 0xa1, 0x53, 0x07, + 0xb2, 0xa0, 0x47, 0x91, 0x7f, 0x0b, 0x8a, 0x51, 0x96, 0x32, 0x7a, 0x5c, 0xe9, 0xe5, 0x4e, 0xd0, + 0xe1, 0x9b, 0x30, 0x97, 0x8a, 0x4d, 0x2b, 0x44, 0x54, 0x9e, 0xa5, 0x3c, 0x7a, 0x3e, 0xa1, 0x9f, + 0xcf, 0xaa, 0x60, 0xc2, 0x40, 0x9e, 0xb0, 0xc2, 0xb0, 0x0c, 0x26, 0xc6, 0x8a, 0x08, 0x08, 0x61, + 0x43, 0x11, 0x08, 0xa9, 0xac, 0x43, 0x11, 0x88, 0x49, 0x9c, 0x4c, 0x22, 0xd3, 0xa1, 0x77, 0x85, + 0x44, 0x2a, 0xb2, 0xc9, 0x46, 0xb1, 0x68, 0x1b, 0xca, 0x42, 0x4a, 0x1c, 0x1a, 0x46, 0x9a, 0x98, + 0xcb, 0xa7, 0x70, 0x4c, 0x24, 0xd9, 0x75, 0xb1, 0x7d, 0xe7, 0x69, 0x36, 0x6a, 0xfb, 0x9e, 0x4c, + 0xce, 0x51, 0xdb, 0xf7, 0x54, 0xbe, 0x0e, 0x1b, 0x84, 0x90, 0x4b, 0xa3, 0xda, 0xa5, 0x0f, 0x24, + 0xe1, 0xa8, 0x7c, 0xe6, 0xc1, 0xb4, 0x1c, 0xea, 0x0b, 0x2d, 0x48, 0xd2, 0x5c, 0x14, 0xde, 0xa3, + 0x3a, 0x21, 0x66, 0x8c, 0x28, 0xdd, 0x40, 0x06, 0x8b, 0x22, 0x4a, 0xa7, 0xca, 0x74, 0x19, 0x85, + 0xe2, 0x0d, 0xa8, 0x88, 0xa9, 0x29, 0x0a, 0xaf, 0x4e, 0x92, 0xbd, 0x32, 0xc6, 0x6a, 0x4e, 0xa5, + 0x84, 0x28, 0x56, 0xb3, 0x3c, 0x71, 0x64, 0x0c, 0x07, 0x68, 0x30, 0xf9, 0x41, 0xe1, 0x0a, 0x28, + 0x13, 0x31, 0x14, 0xae, 0x80, 0x3a, 0xab, 0x82, 0x07, 0x18, 0xa4, 0xb9, 0x06, 0x8a, 0x00, 0xc3, + 0xb0, 0x2c, 0x09, 0x45, 0x80, 0x61, 0x68, 0x2a, 0x03, 0xd3, 0x03, 0xe9, 0xc3, 0x5d, 0x85, 0x1e, + 0x50, 0x9c, 0x01, 0x8f, 0x62, 0x6e, 0x8f, 0x31, 0x77, 0x83, 0xbd, 0xd2, 0xcf, 0x37, 0x31, 0x69, + 0xc1, 0xdb, 0xc1, 0x16, 0xf6, 0x57, 0x07, 0xeb, 0x45, 0x38, 0x56, 0xc7, 0xad, 0x1e, 0x8f, 0x8b, + 0x66, 0x6c, 0x25, 0xff, 0x0f, 0x0e, 0x3b, 0xf6, 0x34, 0x43, 0x33, 0x7d, 0xc6, 0xc2, 0xba, 0x53, + 0xd5, 0x56, 0x9c, 0xb1, 0x8c, 0x6a, 0x14, 0x51, 0xb2, 0xd6, 0x83, 0xca, 0xa6, 0xef, 0xdd, 0x8f, + 0xfe, 0x85, 0xdf, 0x7b, 0xb4, 0xf7, 0xb9, 0xd8, 0x82, 0x59, 0x56, 0xa1, 0x89, 0xef, 0x87, 0x4d, + 0x6f, 0xfb, 0x2d, 0x74, 0x72, 0xb5, 0xed, 0x79, 0x6d, 0x07, 0xb3, 0xe6, 0xdb, 0xbd, 0x9d, 0xd5, + 0x57, 0x6d, 0x07, 0xdf, 0xe2, 0x07, 0xc6, 0xff, 0x5c, 0x18, 0xf2, 0x2a, 0x62, 0x9c, 0x08, 0x69, + 0x54, 0x3a, 0xd1, 0xcf, 0x5b, 0xdb, 0x6f, 0x5d, 0xde, 0x81, 0x59, 0x3b, 0xae, 0xd4, 0xf6, 0xbb, + 0xad, 0xcb, 0x65, 0x56, 0x75, 0x93, 0xb4, 0xde, 0xd4, 0x7e, 0xe8, 0xd9, 0xb6, 0x1d, 0xee, 0xf6, + 0xb6, 0x89, 0x54, 0x3c, 0xc3, 0xaa, 0x3d, 0x6d, 0x7b, 0xd1, 0x2f, 0x8a, 0xe2, 0x99, 0xb6, 0xf7, + 0xb4, 0xd9, 0xb5, 0x39, 0xac, 0xbb, 0xfd, 0xab, 0x9a, 0xf6, 0xdb, 0x99, 0xd9, 0x8d, 0x5b, 0x1c, + 0xe7, 0xea, 0x55, 0xbf, 0xdb, 0xda, 0xce, 0xd3, 0xaa, 0xcf, 0xfd, 0x5f, 0x00, 0x00, 0x00, 0xff, + 0xff, 0xe0, 0x31, 0xb5, 0xa9, 0x45, 0x84, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -9543,8 +9539,6 @@ type MilvusServiceClient interface { CreateAlias(ctx context.Context, in *CreateAliasRequest, opts ...grpc.CallOption) (*commonpb.Status, error) DropAlias(ctx context.Context, in *DropAliasRequest, opts ...grpc.CallOption) (*commonpb.Status, error) AlterAlias(ctx context.Context, in *AlterAliasRequest, opts ...grpc.CallOption) (*commonpb.Status, error) - DescribeAlias(ctx context.Context, in *DescribeAliasRequest, opts ...grpc.CallOption) (*DescribeAliasResponse, error) - ListAliases(ctx context.Context, in *ListAliasesRequest, opts ...grpc.CallOption) (*ListAliasesResponse, error) CreateIndex(ctx context.Context, in *CreateIndexRequest, opts ...grpc.CallOption) (*commonpb.Status, error) DescribeIndex(ctx context.Context, in *DescribeIndexRequest, opts ...grpc.CallOption) (*DescribeIndexResponse, error) GetIndexStatistics(ctx context.Context, in *GetIndexStatisticsRequest, opts ...grpc.CallOption) (*GetIndexStatisticsResponse, error) @@ -9560,9 +9554,8 @@ type MilvusServiceClient interface { Flush(ctx context.Context, in *FlushRequest, opts ...grpc.CallOption) (*FlushResponse, error) Query(ctx context.Context, in *QueryRequest, opts ...grpc.CallOption) (*QueryResults, error) CalcDistance(ctx context.Context, in *CalcDistanceRequest, opts ...grpc.CallOption) (*CalcDistanceResults, error) - FlushAll(ctx context.Context, in *FlushAllRequest, opts ...grpc.CallOption) (*FlushAllResponse, error) GetFlushState(ctx context.Context, in *GetFlushStateRequest, opts ...grpc.CallOption) (*GetFlushStateResponse, error) - GetFlushAllState(ctx context.Context, in *GetFlushAllStateRequest, opts ...grpc.CallOption) (*GetFlushAllStateResponse, error) + // rpc GetFlushAllState(GetFlushAllStateRequest) returns (GetFlushAllStateResponse) {} GetPersistentSegmentInfo(ctx context.Context, in *GetPersistentSegmentInfoRequest, opts ...grpc.CallOption) (*GetPersistentSegmentInfoResponse, error) GetQuerySegmentInfo(ctx context.Context, in *GetQuerySegmentInfoRequest, opts ...grpc.CallOption) (*GetQuerySegmentInfoResponse, error) GetReplicas(ctx context.Context, in *GetReplicasRequest, opts ...grpc.CallOption) (*GetReplicasResponse, error) @@ -9803,24 +9796,6 @@ func (c *milvusServiceClient) AlterAlias(ctx context.Context, in *AlterAliasRequ return out, nil } -func (c *milvusServiceClient) DescribeAlias(ctx context.Context, in *DescribeAliasRequest, opts ...grpc.CallOption) (*DescribeAliasResponse, error) { - out := new(DescribeAliasResponse) - err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/DescribeAlias", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -func (c *milvusServiceClient) ListAliases(ctx context.Context, in *ListAliasesRequest, opts ...grpc.CallOption) (*ListAliasesResponse, error) { - out := new(ListAliasesResponse) - err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/ListAliases", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - func (c *milvusServiceClient) CreateIndex(ctx context.Context, in *CreateIndexRequest, opts ...grpc.CallOption) (*commonpb.Status, error) { out := new(commonpb.Status) err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/CreateIndex", in, out, opts...) @@ -9938,15 +9913,6 @@ func (c *milvusServiceClient) CalcDistance(ctx context.Context, in *CalcDistance return out, nil } -func (c *milvusServiceClient) FlushAll(ctx context.Context, in *FlushAllRequest, opts ...grpc.CallOption) (*FlushAllResponse, error) { - out := new(FlushAllResponse) - err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/FlushAll", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - func (c *milvusServiceClient) GetFlushState(ctx context.Context, in *GetFlushStateRequest, opts ...grpc.CallOption) (*GetFlushStateResponse, error) { out := new(GetFlushStateResponse) err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/GetFlushState", in, out, opts...) @@ -9956,15 +9922,6 @@ func (c *milvusServiceClient) GetFlushState(ctx context.Context, in *GetFlushSta return out, nil } -func (c *milvusServiceClient) GetFlushAllState(ctx context.Context, in *GetFlushAllStateRequest, opts ...grpc.CallOption) (*GetFlushAllStateResponse, error) { - out := new(GetFlushAllStateResponse) - err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/GetFlushAllState", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - func (c *milvusServiceClient) GetPersistentSegmentInfo(ctx context.Context, in *GetPersistentSegmentInfoRequest, opts ...grpc.CallOption) (*GetPersistentSegmentInfoResponse, error) { out := new(GetPersistentSegmentInfoResponse) err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/GetPersistentSegmentInfo", in, out, opts...) @@ -10312,8 +10269,6 @@ type MilvusServiceServer interface { CreateAlias(context.Context, *CreateAliasRequest) (*commonpb.Status, error) DropAlias(context.Context, *DropAliasRequest) (*commonpb.Status, error) AlterAlias(context.Context, *AlterAliasRequest) (*commonpb.Status, error) - DescribeAlias(context.Context, *DescribeAliasRequest) (*DescribeAliasResponse, error) - ListAliases(context.Context, *ListAliasesRequest) (*ListAliasesResponse, error) CreateIndex(context.Context, *CreateIndexRequest) (*commonpb.Status, error) DescribeIndex(context.Context, *DescribeIndexRequest) (*DescribeIndexResponse, error) GetIndexStatistics(context.Context, *GetIndexStatisticsRequest) (*GetIndexStatisticsResponse, error) @@ -10329,9 +10284,8 @@ type MilvusServiceServer interface { Flush(context.Context, *FlushRequest) (*FlushResponse, error) Query(context.Context, *QueryRequest) (*QueryResults, error) CalcDistance(context.Context, *CalcDistanceRequest) (*CalcDistanceResults, error) - FlushAll(context.Context, *FlushAllRequest) (*FlushAllResponse, error) GetFlushState(context.Context, *GetFlushStateRequest) (*GetFlushStateResponse, error) - GetFlushAllState(context.Context, *GetFlushAllStateRequest) (*GetFlushAllStateResponse, error) + // rpc GetFlushAllState(GetFlushAllStateRequest) returns (GetFlushAllStateResponse) {} GetPersistentSegmentInfo(context.Context, *GetPersistentSegmentInfoRequest) (*GetPersistentSegmentInfoResponse, error) GetQuerySegmentInfo(context.Context, *GetQuerySegmentInfoRequest) (*GetQuerySegmentInfoResponse, error) GetReplicas(context.Context, *GetReplicasRequest) (*GetReplicasResponse, error) @@ -10442,12 +10396,6 @@ func (*UnimplementedMilvusServiceServer) DropAlias(ctx context.Context, req *Dro func (*UnimplementedMilvusServiceServer) AlterAlias(ctx context.Context, req *AlterAliasRequest) (*commonpb.Status, error) { return nil, status.Errorf(codes.Unimplemented, "method AlterAlias not implemented") } -func (*UnimplementedMilvusServiceServer) DescribeAlias(ctx context.Context, req *DescribeAliasRequest) (*DescribeAliasResponse, error) { - return nil, status.Errorf(codes.Unimplemented, "method DescribeAlias not implemented") -} -func (*UnimplementedMilvusServiceServer) ListAliases(ctx context.Context, req *ListAliasesRequest) (*ListAliasesResponse, error) { - return nil, status.Errorf(codes.Unimplemented, "method ListAliases not implemented") -} func (*UnimplementedMilvusServiceServer) CreateIndex(ctx context.Context, req *CreateIndexRequest) (*commonpb.Status, error) { return nil, status.Errorf(codes.Unimplemented, "method CreateIndex not implemented") } @@ -10487,15 +10435,9 @@ func (*UnimplementedMilvusServiceServer) Query(ctx context.Context, req *QueryRe func (*UnimplementedMilvusServiceServer) CalcDistance(ctx context.Context, req *CalcDistanceRequest) (*CalcDistanceResults, error) { return nil, status.Errorf(codes.Unimplemented, "method CalcDistance not implemented") } -func (*UnimplementedMilvusServiceServer) FlushAll(ctx context.Context, req *FlushAllRequest) (*FlushAllResponse, error) { - return nil, status.Errorf(codes.Unimplemented, "method FlushAll not implemented") -} func (*UnimplementedMilvusServiceServer) GetFlushState(ctx context.Context, req *GetFlushStateRequest) (*GetFlushStateResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method GetFlushState not implemented") } -func (*UnimplementedMilvusServiceServer) GetFlushAllState(ctx context.Context, req *GetFlushAllStateRequest) (*GetFlushAllStateResponse, error) { - return nil, status.Errorf(codes.Unimplemented, "method GetFlushAllState not implemented") -} func (*UnimplementedMilvusServiceServer) GetPersistentSegmentInfo(ctx context.Context, req *GetPersistentSegmentInfoRequest) (*GetPersistentSegmentInfoResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method GetPersistentSegmentInfo not implemented") } @@ -10987,42 +10929,6 @@ func _MilvusService_AlterAlias_Handler(srv interface{}, ctx context.Context, dec return interceptor(ctx, in, info, handler) } -func _MilvusService_DescribeAlias_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(DescribeAliasRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(MilvusServiceServer).DescribeAlias(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/milvus.proto.milvus.MilvusService/DescribeAlias", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(MilvusServiceServer).DescribeAlias(ctx, req.(*DescribeAliasRequest)) - } - return interceptor(ctx, in, info, handler) -} - -func _MilvusService_ListAliases_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(ListAliasesRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(MilvusServiceServer).ListAliases(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/milvus.proto.milvus.MilvusService/ListAliases", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(MilvusServiceServer).ListAliases(ctx, req.(*ListAliasesRequest)) - } - return interceptor(ctx, in, info, handler) -} - func _MilvusService_CreateIndex_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(CreateIndexRequest) if err := dec(in); err != nil { @@ -11257,24 +11163,6 @@ func _MilvusService_CalcDistance_Handler(srv interface{}, ctx context.Context, d return interceptor(ctx, in, info, handler) } -func _MilvusService_FlushAll_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(FlushAllRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(MilvusServiceServer).FlushAll(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/milvus.proto.milvus.MilvusService/FlushAll", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(MilvusServiceServer).FlushAll(ctx, req.(*FlushAllRequest)) - } - return interceptor(ctx, in, info, handler) -} - func _MilvusService_GetFlushState_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(GetFlushStateRequest) if err := dec(in); err != nil { @@ -11293,24 +11181,6 @@ func _MilvusService_GetFlushState_Handler(srv interface{}, ctx context.Context, return interceptor(ctx, in, info, handler) } -func _MilvusService_GetFlushAllState_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(GetFlushAllStateRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(MilvusServiceServer).GetFlushAllState(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/milvus.proto.milvus.MilvusService/GetFlushAllState", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(MilvusServiceServer).GetFlushAllState(ctx, req.(*GetFlushAllStateRequest)) - } - return interceptor(ctx, in, info, handler) -} - func _MilvusService_GetPersistentSegmentInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(GetPersistentSegmentInfoRequest) if err := dec(in); err != nil { @@ -12047,14 +11917,6 @@ var _MilvusService_serviceDesc = grpc.ServiceDesc{ MethodName: "AlterAlias", Handler: _MilvusService_AlterAlias_Handler, }, - { - MethodName: "DescribeAlias", - Handler: _MilvusService_DescribeAlias_Handler, - }, - { - MethodName: "ListAliases", - Handler: _MilvusService_ListAliases_Handler, - }, { MethodName: "CreateIndex", Handler: _MilvusService_CreateIndex_Handler, @@ -12107,18 +11969,10 @@ var _MilvusService_serviceDesc = grpc.ServiceDesc{ MethodName: "CalcDistance", Handler: _MilvusService_CalcDistance_Handler, }, - { - MethodName: "FlushAll", - Handler: _MilvusService_FlushAll_Handler, - }, { MethodName: "GetFlushState", Handler: _MilvusService_GetFlushState_Handler, }, - { - MethodName: "GetFlushAllState", - Handler: _MilvusService_GetFlushAllState_Handler, - }, { MethodName: "GetPersistentSegmentInfo", Handler: _MilvusService_GetPersistentSegmentInfo_Handler, diff --git a/go-api/schemapb/schema.pb.go b/go-api/schemapb/schema.pb.go index 8020dfe..fd26e1c 100644 --- a/go-api/schemapb/schema.pb.go +++ b/go-api/schemapb/schema.pb.go @@ -664,7 +664,6 @@ func (m *JSONArray) GetData() [][]byte { type ValueField struct { // Types that are valid to be assigned to Data: - // // *ValueField_BoolData // *ValueField_IntData // *ValueField_LongData @@ -1276,15 +1275,16 @@ func (*IDs) XXX_OneofWrappers() []interface{} { } type SearchResultData struct { - NumQueries int64 `protobuf:"varint,1,opt,name=num_queries,json=numQueries,proto3" json:"num_queries,omitempty"` - TopK int64 `protobuf:"varint,2,opt,name=top_k,json=topK,proto3" json:"top_k,omitempty"` - FieldsData []*FieldData `protobuf:"bytes,3,rep,name=fields_data,json=fieldsData,proto3" json:"fields_data,omitempty"` - Scores []float32 `protobuf:"fixed32,4,rep,packed,name=scores,proto3" json:"scores,omitempty"` - Ids *IDs `protobuf:"bytes,5,opt,name=ids,proto3" json:"ids,omitempty"` - Topks []int64 `protobuf:"varint,6,rep,packed,name=topks,proto3" json:"topks,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + NumQueries int64 `protobuf:"varint,1,opt,name=num_queries,json=numQueries,proto3" json:"num_queries,omitempty"` + TopK int64 `protobuf:"varint,2,opt,name=top_k,json=topK,proto3" json:"top_k,omitempty"` + FieldsData []*FieldData `protobuf:"bytes,3,rep,name=fields_data,json=fieldsData,proto3" json:"fields_data,omitempty"` + Scores []float32 `protobuf:"fixed32,4,rep,packed,name=scores,proto3" json:"scores,omitempty"` + Ids *IDs `protobuf:"bytes,5,opt,name=ids,proto3" json:"ids,omitempty"` + Topks []int64 `protobuf:"varint,6,rep,packed,name=topks,proto3" json:"topks,omitempty"` + VisitorViews map[int64]*FederSegmentSearchResult `protobuf:"bytes,7,rep,name=visitor_views,json=visitorViews,proto3" json:"visitor_views,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *SearchResultData) Reset() { *m = SearchResultData{} } @@ -1354,6 +1354,68 @@ func (m *SearchResultData) GetTopks() []int64 { return nil } +func (m *SearchResultData) GetVisitorViews() map[int64]*FederSegmentSearchResult { + if m != nil { + return m.VisitorViews + } + return nil +} + +type FederSegmentSearchResult struct { + SegmentID int64 `protobuf:"varint,1,opt,name=segmentID,proto3" json:"segmentID,omitempty"` + VisitInfo string `protobuf:"bytes,2,opt,name=visit_info,json=visitInfo,proto3" json:"visit_info,omitempty"` + VisitIds *IDs `protobuf:"bytes,3,opt,name=visit_ids,json=visitIds,proto3" json:"visit_ids,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *FederSegmentSearchResult) Reset() { *m = FederSegmentSearchResult{} } +func (m *FederSegmentSearchResult) String() string { return proto.CompactTextString(m) } +func (*FederSegmentSearchResult) ProtoMessage() {} +func (*FederSegmentSearchResult) Descriptor() ([]byte, []int) { + return fileDescriptor_1c5fb4d8cc22d66a, []int{17} +} + +func (m *FederSegmentSearchResult) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_FederSegmentSearchResult.Unmarshal(m, b) +} +func (m *FederSegmentSearchResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_FederSegmentSearchResult.Marshal(b, m, deterministic) +} +func (m *FederSegmentSearchResult) XXX_Merge(src proto.Message) { + xxx_messageInfo_FederSegmentSearchResult.Merge(m, src) +} +func (m *FederSegmentSearchResult) XXX_Size() int { + return xxx_messageInfo_FederSegmentSearchResult.Size(m) +} +func (m *FederSegmentSearchResult) XXX_DiscardUnknown() { + xxx_messageInfo_FederSegmentSearchResult.DiscardUnknown(m) +} + +var xxx_messageInfo_FederSegmentSearchResult proto.InternalMessageInfo + +func (m *FederSegmentSearchResult) GetSegmentID() int64 { + if m != nil { + return m.SegmentID + } + return 0 +} + +func (m *FederSegmentSearchResult) GetVisitInfo() string { + if m != nil { + return m.VisitInfo + } + return "" +} + +func (m *FederSegmentSearchResult) GetVisitIds() *IDs { + if m != nil { + return m.VisitIds + } + return nil +} + func init() { proto.RegisterEnum("milvus.proto.schema.DataType", DataType_name, DataType_value) proto.RegisterEnum("milvus.proto.schema.FieldState", FieldState_name, FieldState_value) @@ -1374,88 +1436,98 @@ func init() { proto.RegisterType((*FieldData)(nil), "milvus.proto.schema.FieldData") proto.RegisterType((*IDs)(nil), "milvus.proto.schema.IDs") proto.RegisterType((*SearchResultData)(nil), "milvus.proto.schema.SearchResultData") + proto.RegisterMapType((map[int64]*FederSegmentSearchResult)(nil), "milvus.proto.schema.SearchResultData.VisitorViewsEntry") + proto.RegisterType((*FederSegmentSearchResult)(nil), "milvus.proto.schema.FederSegmentSearchResult") } func init() { proto.RegisterFile("schema.proto", fileDescriptor_1c5fb4d8cc22d66a) } var fileDescriptor_1c5fb4d8cc22d66a = []byte{ - // 1240 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x56, 0x4f, 0x6f, 0x1b, 0x45, - 0x14, 0xcf, 0x78, 0xfd, 0x67, 0xf7, 0xad, 0x1b, 0x96, 0x69, 0x29, 0x0b, 0x28, 0x8d, 0x6b, 0x81, - 0x64, 0x55, 0x6a, 0xaa, 0xa6, 0xa5, 0x94, 0x8a, 0x8a, 0xe2, 0x58, 0x25, 0xa6, 0xd0, 0x86, 0x0d, - 0xca, 0x81, 0x8b, 0x35, 0xf6, 0x4e, 0x92, 0xa1, 0xeb, 0x9d, 0x65, 0x77, 0x1c, 0xe1, 0x3b, 0x7c, - 0x03, 0x4e, 0x9c, 0x7a, 0xe6, 0xc6, 0x17, 0xe2, 0xc2, 0x87, 0xe0, 0x84, 0x84, 0xde, 0xcc, 0xf8, - 0xbf, 0x1d, 0xc2, 0xed, 0xcd, 0x9b, 0xdf, 0x7b, 0x3b, 0xf3, 0x7b, 0xbf, 0xf7, 0x76, 0xa0, 0x5e, - 0x0c, 0xce, 0xf9, 0x90, 0xed, 0x65, 0xb9, 0x54, 0x92, 0x5e, 0x1f, 0x8a, 0xe4, 0x62, 0x54, 0x98, - 0xd5, 0x9e, 0xd9, 0x7a, 0xbf, 0x3e, 0x90, 0xc3, 0xa1, 0x4c, 0x8d, 0xb3, 0xf9, 0xa6, 0x0c, 0xfe, - 0x73, 0xc1, 0x93, 0xf8, 0x58, 0xef, 0xd2, 0x10, 0x6a, 0xa7, 0xb8, 0xec, 0x76, 0x42, 0xd2, 0x20, - 0x2d, 0x27, 0x9a, 0x2c, 0x29, 0x85, 0x72, 0xca, 0x86, 0x3c, 0x2c, 0x35, 0x48, 0xcb, 0x8b, 0xb4, - 0x4d, 0x3f, 0x84, 0x6d, 0x51, 0xf4, 0xb2, 0x5c, 0x0c, 0x59, 0x3e, 0xee, 0xbd, 0xe6, 0xe3, 0xd0, - 0x69, 0x90, 0x96, 0x1b, 0xd5, 0x45, 0x71, 0x64, 0x9c, 0x2f, 0xf8, 0x98, 0x36, 0xc0, 0x8f, 0x79, - 0x31, 0xc8, 0x45, 0xa6, 0x84, 0x4c, 0xc3, 0xb2, 0x4e, 0x30, 0xef, 0xa2, 0x4f, 0xc0, 0x8b, 0x99, - 0x62, 0x3d, 0x35, 0xce, 0x78, 0x58, 0x69, 0x90, 0xd6, 0xf6, 0xfe, 0xce, 0xde, 0x9a, 0xc3, 0xef, - 0x75, 0x98, 0x62, 0xdf, 0x8d, 0x33, 0x1e, 0xb9, 0xb1, 0xb5, 0x68, 0x1b, 0x7c, 0x0c, 0xeb, 0x65, - 0x2c, 0x67, 0xc3, 0x22, 0xac, 0x36, 0x9c, 0x96, 0xbf, 0x7f, 0x7b, 0x31, 0xda, 0x5e, 0xf9, 0x05, - 0x1f, 0x9f, 0xb0, 0x64, 0xc4, 0x8f, 0x98, 0xc8, 0x23, 0xc0, 0xa8, 0x23, 0x1d, 0x44, 0x3b, 0x50, - 0x17, 0x69, 0xcc, 0x7f, 0x9a, 0x24, 0xa9, 0x5d, 0x35, 0x89, 0xaf, 0xc3, 0x6c, 0x96, 0x9b, 0x50, - 0x65, 0x23, 0x25, 0xbb, 0x9d, 0xd0, 0xd5, 0x2c, 0xd8, 0x15, 0xfd, 0x18, 0x2a, 0x85, 0x62, 0x8a, - 0x87, 0x9e, 0xbe, 0xd9, 0xee, 0xda, 0x9b, 0x99, 0x22, 0x20, 0x2c, 0x32, 0x68, 0xfa, 0x0c, 0xea, - 0x3c, 0xe1, 0x43, 0x9e, 0x2a, 0xc3, 0x0b, 0x5c, 0x85, 0x17, 0xdf, 0x86, 0x68, 0x6a, 0x3a, 0x70, - 0x2d, 0xe6, 0xa7, 0x6c, 0x94, 0xa8, 0xde, 0x05, 0x1e, 0x39, 0xf4, 0x1b, 0xa4, 0xe5, 0x6f, 0x38, - 0x80, 0xbe, 0x94, 0x3e, 0x45, 0x54, 0xb7, 0x51, 0xda, 0xd5, 0xfc, 0x8d, 0x40, 0x70, 0x20, 0x93, - 0x84, 0x0f, 0xb0, 0x56, 0x56, 0x27, 0x13, 0x35, 0x90, 0x39, 0x35, 0x2c, 0xd5, 0xb9, 0xb4, 0x5a, - 0xe7, 0x19, 0x43, 0xce, 0x02, 0x43, 0x8f, 0xa1, 0xaa, 0x65, 0x56, 0x84, 0x65, 0xcd, 0x7c, 0xe3, - 0x12, 0x8a, 0xb4, 0x1d, 0x59, 0x7c, 0x73, 0x17, 0xbc, 0xb6, 0x94, 0xc9, 0x17, 0x79, 0xce, 0xc6, - 0x78, 0x28, 0x94, 0x45, 0x48, 0x1a, 0x4e, 0xcb, 0x8d, 0xb4, 0xdd, 0xbc, 0x05, 0x6e, 0x37, 0x55, - 0xab, 0xfb, 0x15, 0xbb, 0xbf, 0x0b, 0xde, 0xd7, 0x32, 0x3d, 0x5b, 0x05, 0x38, 0x16, 0xd0, 0x00, - 0x78, 0x9e, 0x48, 0xb6, 0x26, 0x45, 0xc9, 0x22, 0x6e, 0x83, 0xdf, 0x91, 0xa3, 0x7e, 0xc2, 0x57, - 0x21, 0x64, 0x96, 0xa4, 0x3d, 0x56, 0xbc, 0x58, 0x45, 0xd4, 0x67, 0x49, 0x8e, 0x55, 0x2e, 0xd6, - 0x9d, 0xc4, 0xb3, 0x90, 0x9f, 0x09, 0x80, 0xde, 0x35, 0x90, 0x87, 0x73, 0x90, 0x4d, 0x94, 0x1d, - 0x0f, 0x58, 0xc2, 0x72, 0x53, 0x55, 0x8d, 0x5e, 0x51, 0x55, 0xe9, 0xff, 0xaa, 0x0a, 0x19, 0xfb, - 0xea, 0xf8, 0xd5, 0xcb, 0xcd, 0x57, 0xf9, 0x9b, 0x00, 0xcc, 0xd4, 0x44, 0x77, 0xc0, 0xeb, 0x4b, - 0x99, 0xf4, 0x2c, 0x8e, 0xb4, 0xdc, 0xc3, 0xad, 0xc8, 0x45, 0x17, 0xe6, 0xa7, 0x1f, 0x80, 0x2b, - 0x52, 0x65, 0x76, 0xf1, 0x30, 0x95, 0xc3, 0xad, 0xa8, 0x26, 0x52, 0xa5, 0x37, 0x77, 0xc0, 0x4b, - 0x64, 0x7a, 0x66, 0x76, 0x51, 0x33, 0x0e, 0xc6, 0xa2, 0x4b, 0x6f, 0xef, 0x02, 0x9c, 0x62, 0x6d, - 0xcc, 0x3e, 0x0e, 0x96, 0xd2, 0xe1, 0x56, 0xe4, 0x69, 0x9f, 0x06, 0xdc, 0x06, 0x3f, 0xd6, 0xa5, - 0x31, 0x08, 0x1c, 0x2d, 0xe4, 0x70, 0x2b, 0x02, 0xe3, 0x9c, 0x40, 0x0a, 0x4d, 0xbc, 0x81, 0x54, - 0x51, 0xb5, 0x08, 0x31, 0xce, 0xc9, 0x67, 0xfa, 0x58, 0x3d, 0x83, 0xa8, 0x35, 0x48, 0xab, 0x8e, - 0x9f, 0xd1, 0x3e, 0x04, 0xb4, 0xab, 0x86, 0x85, 0xe6, 0x9f, 0x65, 0xf0, 0xe7, 0x28, 0xa7, 0x4f, - 0x97, 0xaf, 0xee, 0xef, 0xdf, 0x5a, 0xcb, 0xf4, 0x54, 0xc3, 0x0b, 0xd4, 0x3c, 0x59, 0xa2, 0xc6, - 0xdf, 0x50, 0xa7, 0x89, 0xc0, 0xe7, 0x99, 0x7b, 0xba, 0xcc, 0xdc, 0xa6, 0x4f, 0x4f, 0xd5, 0xbf, - 0xc0, 0xec, 0xb3, 0x15, 0x66, 0x37, 0xcd, 0x8d, 0x59, 0x73, 0x2c, 0x52, 0x7f, 0xb0, 0x4a, 0xfd, - 0x26, 0x95, 0xce, 0x75, 0xcf, 0x52, 0x71, 0x0e, 0x56, 0x8b, 0xb3, 0x51, 0xea, 0xb3, 0xee, 0x59, - 0x2a, 0xdf, 0xb3, 0x95, 0xf2, 0x6d, 0xba, 0xcb, 0xac, 0x47, 0x17, 0xea, 0x8b, 0x19, 0x18, 0x7a, - 0x4d, 0x06, 0xf7, 0x92, 0x0c, 0xb3, 0xfe, 0xc4, 0x0c, 0x3a, 0x68, 0x52, 0x8e, 0x1f, 0x0a, 0x99, - 0x9a, 0x04, 0xde, 0x25, 0xe5, 0x98, 0xb6, 0x16, 0x96, 0x03, 0x43, 0x16, 0x04, 0xf6, 0x2b, 0x01, - 0xff, 0x84, 0x0f, 0x94, 0xb4, 0x02, 0x0b, 0xc0, 0x89, 0xc5, 0xd0, 0xfe, 0xaa, 0xd1, 0xc4, 0x5f, - 0x99, 0x29, 0xdc, 0x85, 0x86, 0x59, 0xdd, 0x5c, 0xa1, 0x74, 0xbe, 0x0e, 0x33, 0xc9, 0xe9, 0x47, - 0x70, 0xad, 0x2f, 0x52, 0xfc, 0xa9, 0xdb, 0x34, 0x8e, 0x15, 0x7d, 0xdd, 0xb8, 0x0d, 0x6c, 0x7a, - 0xac, 0x7f, 0x08, 0x78, 0xfa, 0x40, 0xfa, 0xae, 0xf7, 0xa1, 0xac, 0x47, 0x0b, 0xb9, 0xca, 0x68, - 0xd1, 0x50, 0xba, 0x03, 0xa0, 0x07, 0x7a, 0x6f, 0xee, 0x89, 0xe1, 0x69, 0xcf, 0x4b, 0xfc, 0xb3, - 0x7c, 0x06, 0xb5, 0x42, 0xb7, 0x55, 0x61, 0xa5, 0xfc, 0x9f, 0xd3, 0x0e, 0x5b, 0xc1, 0x86, 0x60, - 0xb4, 0xb9, 0x45, 0x61, 0x85, 0xbc, 0x3e, 0x7a, 0x8e, 0x57, 0x8c, 0xb6, 0x21, 0xf4, 0x3d, 0x70, - 0xcd, 0xd1, 0x44, 0xac, 0x45, 0x3c, 0x7d, 0x12, 0xc5, 0xed, 0x1a, 0x54, 0xb4, 0xd9, 0xfc, 0x85, - 0x80, 0xd3, 0xed, 0x14, 0xf4, 0x13, 0xa8, 0x62, 0xc3, 0x8a, 0xf8, 0xd2, 0x66, 0x9f, 0xef, 0xb8, - 0x8a, 0x48, 0x55, 0x37, 0xa6, 0x9f, 0x42, 0xb5, 0x50, 0x39, 0x06, 0x96, 0xae, 0x2c, 0xf1, 0x4a, - 0xa1, 0xf2, 0x6e, 0xdc, 0x06, 0x70, 0x45, 0xdc, 0x33, 0xe7, 0xf8, 0x8b, 0x40, 0x70, 0xcc, 0x59, - 0x3e, 0x38, 0x8f, 0x78, 0x31, 0x4a, 0x94, 0x9d, 0x5e, 0x7e, 0x3a, 0x1a, 0xf6, 0x7e, 0x1c, 0xf1, - 0x5c, 0xf0, 0xc2, 0x6a, 0x05, 0xd2, 0xd1, 0xf0, 0x5b, 0xe3, 0xa1, 0xd7, 0xa1, 0xa2, 0x64, 0xd6, - 0x7b, 0xad, 0xbf, 0xed, 0x44, 0x65, 0x25, 0xb3, 0x17, 0xf4, 0x73, 0xf0, 0xcd, 0x2f, 0x76, 0x32, - 0x41, 0x9c, 0x8d, 0xf7, 0x99, 0x56, 0x3e, 0x32, 0x45, 0x34, 0x3d, 0x73, 0x13, 0xaa, 0xc5, 0x40, - 0xe6, 0xdc, 0xfc, 0xd3, 0x4b, 0x91, 0x5d, 0xd1, 0x3b, 0xe0, 0x88, 0xb8, 0xb0, 0xf3, 0x20, 0x5c, - 0x3f, 0xcf, 0x3a, 0x45, 0x84, 0x20, 0x7a, 0x43, 0x9f, 0xec, 0xb5, 0x79, 0xd5, 0x39, 0x91, 0x59, - 0xdc, 0xf9, 0x83, 0x80, 0x3b, 0xd1, 0x0f, 0x75, 0xa1, 0xfc, 0x52, 0xa6, 0x3c, 0xd8, 0x42, 0x0b, - 0xc7, 0x68, 0x40, 0xd0, 0xea, 0xa6, 0xea, 0x71, 0x50, 0xa2, 0x1e, 0x54, 0xba, 0xa9, 0xba, 0xff, - 0x28, 0x70, 0xac, 0xf9, 0x60, 0x3f, 0x28, 0x5b, 0xf3, 0xd1, 0xc3, 0xa0, 0x82, 0xa6, 0xee, 0x82, - 0x00, 0x28, 0x40, 0xd5, 0x0c, 0xa2, 0xc0, 0x47, 0xdb, 0x90, 0x1d, 0xdc, 0xa0, 0x3e, 0xd4, 0x4e, - 0x58, 0x7e, 0x70, 0xce, 0xf2, 0xe0, 0x1d, 0xc4, 0x6b, 0xfe, 0x83, 0x9b, 0xf8, 0x15, 0x6c, 0xd6, - 0xe0, 0x5d, 0x1a, 0x40, 0xbd, 0x3d, 0xd7, 0x16, 0x41, 0x4c, 0xdf, 0x02, 0xff, 0xf9, 0xac, 0x9d, - 0x02, 0x7e, 0xe7, 0x04, 0x60, 0xf6, 0xc2, 0xc3, 0x00, 0xbd, 0x3a, 0xc8, 0x39, 0x53, 0x3c, 0x0e, - 0xb6, 0xe8, 0xdb, 0x70, 0x6d, 0xe6, 0xc1, 0xef, 0x92, 0xa9, 0xab, 0x93, 0xcb, 0x2c, 0x43, 0x57, - 0x69, 0x1a, 0xa7, 0x5d, 0x3c, 0x0e, 0x9c, 0xf6, 0x29, 0x6c, 0x0b, 0x39, 0x21, 0xf1, 0x2c, 0xcf, - 0x06, 0x6d, 0xdf, 0xbc, 0x90, 0x8e, 0x90, 0xd0, 0x23, 0xf2, 0xfd, 0xfd, 0x33, 0xa1, 0xce, 0x47, - 0x7d, 0x7c, 0xbd, 0xde, 0x33, 0xb0, 0xbb, 0x42, 0x4e, 0x2c, 0xcd, 0xfa, 0xbd, 0x33, 0x79, 0x97, - 0x65, 0xe2, 0x9e, 0x21, 0x3f, 0xeb, 0xbf, 0x21, 0xe4, 0xf7, 0xd2, 0x76, 0xf7, 0xd5, 0xde, 0x37, - 0x26, 0xeb, 0x97, 0x79, 0x36, 0xe8, 0x57, 0x35, 0xf4, 0xc1, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, - 0x01, 0xc8, 0x9d, 0x16, 0x61, 0x0c, 0x00, 0x00, + // 1366 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x57, 0xcf, 0x73, 0xdb, 0xc4, + 0x17, 0xcf, 0x5a, 0xb6, 0x23, 0x3d, 0x39, 0xf9, 0xaa, 0xdb, 0x7e, 0x8b, 0x28, 0xa4, 0x71, 0x3d, + 0x30, 0xe3, 0xe9, 0x4c, 0xd3, 0x69, 0xfa, 0x93, 0x0e, 0x1d, 0x8a, 0x63, 0x4a, 0x4c, 0xa1, 0x0d, + 0x0a, 0x93, 0x03, 0xc3, 0x8c, 0x47, 0xb6, 0x36, 0xc9, 0x12, 0x59, 0x2b, 0xa4, 0x75, 0xc0, 0x77, + 0xb8, 0x72, 0xe2, 0xc4, 0xa9, 0x67, 0x6e, 0xfd, 0x87, 0xf8, 0x37, 0x38, 0x31, 0xc3, 0xbc, 0xdd, + 0x95, 0x7f, 0x3b, 0x84, 0xdb, 0xdb, 0xb7, 0x9f, 0xf7, 0xf4, 0xf6, 0xf3, 0x7e, 0xec, 0x0a, 0x6a, + 0x79, 0xff, 0x94, 0x0d, 0xc2, 0x9d, 0x34, 0x13, 0x52, 0xd0, 0xab, 0x03, 0x1e, 0x9f, 0x0f, 0x73, + 0xbd, 0xda, 0xd1, 0x5b, 0x37, 0x6a, 0x7d, 0x31, 0x18, 0x88, 0x44, 0x2b, 0x1b, 0x6f, 0xca, 0xe0, + 0xbe, 0xe0, 0x2c, 0x8e, 0x0e, 0xd5, 0x2e, 0xf5, 0x61, 0xfd, 0x18, 0x97, 0x9d, 0xb6, 0x4f, 0xea, + 0xa4, 0x69, 0x05, 0xc5, 0x92, 0x52, 0x28, 0x27, 0xe1, 0x80, 0xf9, 0xa5, 0x3a, 0x69, 0x3a, 0x81, + 0x92, 0xe9, 0x07, 0xb0, 0xc9, 0xf3, 0x6e, 0x9a, 0xf1, 0x41, 0x98, 0x8d, 0xba, 0x67, 0x6c, 0xe4, + 0x5b, 0x75, 0xd2, 0xb4, 0x83, 0x1a, 0xcf, 0x0f, 0xb4, 0xf2, 0x25, 0x1b, 0xd1, 0x3a, 0xb8, 0x11, + 0xcb, 0xfb, 0x19, 0x4f, 0x25, 0x17, 0x89, 0x5f, 0x56, 0x0e, 0xa6, 0x55, 0xf4, 0x29, 0x38, 0x51, + 0x28, 0xc3, 0xae, 0x1c, 0xa5, 0xcc, 0xaf, 0xd4, 0x49, 0x73, 0x73, 0x77, 0x6b, 0x67, 0x49, 0xf0, + 0x3b, 0xed, 0x50, 0x86, 0xdf, 0x8c, 0x52, 0x16, 0xd8, 0x91, 0x91, 0x68, 0x0b, 0x5c, 0x34, 0xeb, + 0xa6, 0x61, 0x16, 0x0e, 0x72, 0xbf, 0x5a, 0xb7, 0x9a, 0xee, 0xee, 0xad, 0x59, 0x6b, 0x73, 0xe4, + 0x97, 0x6c, 0x74, 0x14, 0xc6, 0x43, 0x76, 0x10, 0xf2, 0x2c, 0x00, 0xb4, 0x3a, 0x50, 0x46, 0xb4, + 0x0d, 0x35, 0x9e, 0x44, 0xec, 0xa7, 0xc2, 0xc9, 0xfa, 0x65, 0x9d, 0xb8, 0xca, 0xcc, 0x78, 0xb9, + 0x0e, 0xd5, 0x70, 0x28, 0x45, 0xa7, 0xed, 0xdb, 0x8a, 0x05, 0xb3, 0xa2, 0x0f, 0xa1, 0x92, 0xcb, + 0x50, 0x32, 0xdf, 0x51, 0x27, 0xdb, 0x5e, 0x7a, 0x32, 0x9d, 0x04, 0x84, 0x05, 0x1a, 0x4d, 0x9f, + 0x43, 0x8d, 0xc5, 0x6c, 0xc0, 0x12, 0xa9, 0x79, 0x81, 0xcb, 0xf0, 0xe2, 0x1a, 0x13, 0x45, 0x4d, + 0x1b, 0x36, 0x22, 0x76, 0x1c, 0x0e, 0x63, 0xd9, 0x3d, 0xc7, 0x90, 0x7d, 0xb7, 0x4e, 0x9a, 0xee, + 0x8a, 0x00, 0xd4, 0xa1, 0x54, 0x14, 0x41, 0xcd, 0x58, 0x29, 0x55, 0xe3, 0x77, 0x02, 0xde, 0x9e, + 0x88, 0x63, 0xd6, 0xc7, 0x5c, 0x99, 0x3a, 0x29, 0xaa, 0x81, 0x4c, 0x55, 0xc3, 0x5c, 0x9e, 0x4b, + 0x8b, 0x79, 0x9e, 0x30, 0x64, 0xcd, 0x30, 0xf4, 0x04, 0xaa, 0xaa, 0xcc, 0x72, 0xbf, 0xac, 0x98, + 0xaf, 0x5f, 0x40, 0x91, 0x92, 0x03, 0x83, 0x6f, 0x6c, 0x83, 0xd3, 0x12, 0x22, 0xfe, 0x34, 0xcb, + 0xc2, 0x11, 0x06, 0x85, 0x65, 0xe1, 0x93, 0xba, 0xd5, 0xb4, 0x03, 0x25, 0x37, 0x6e, 0x82, 0xdd, + 0x49, 0xe4, 0xe2, 0x7e, 0xc5, 0xec, 0x6f, 0x83, 0xf3, 0xa5, 0x48, 0x4e, 0x16, 0x01, 0x96, 0x01, + 0xd4, 0x01, 0x5e, 0xc4, 0x22, 0x5c, 0xe2, 0xa2, 0x64, 0x10, 0xb7, 0xc0, 0x6d, 0x8b, 0x61, 0x2f, + 0x66, 0x8b, 0x10, 0x32, 0x71, 0xd2, 0x1a, 0x49, 0x96, 0x2f, 0x22, 0x6a, 0x13, 0x27, 0x87, 0x32, + 0xe3, 0xcb, 0x22, 0x71, 0x0c, 0xe4, 0x67, 0x02, 0xa0, 0x76, 0x35, 0xe4, 0xc1, 0x14, 0x64, 0x15, + 0x65, 0x87, 0xfd, 0x30, 0x0e, 0x33, 0x9d, 0x55, 0x85, 0x5e, 0xa8, 0xaa, 0xd2, 0x7f, 0xad, 0x2a, + 0x64, 0xec, 0x8b, 0xc3, 0xd7, 0xaf, 0x56, 0x1f, 0xe5, 0x2f, 0x02, 0x30, 0xa9, 0x26, 0xba, 0x05, + 0x4e, 0x4f, 0x88, 0xb8, 0x6b, 0x70, 0xa4, 0x69, 0xef, 0xaf, 0x05, 0x36, 0xaa, 0xd0, 0x3f, 0x7d, + 0x0f, 0x6c, 0x9e, 0x48, 0xbd, 0x8b, 0xc1, 0x54, 0xf6, 0xd7, 0x82, 0x75, 0x9e, 0x48, 0xb5, 0xb9, + 0x05, 0x4e, 0x2c, 0x92, 0x13, 0xbd, 0x8b, 0x35, 0x63, 0xa1, 0x2d, 0xaa, 0xd4, 0xf6, 0x36, 0xc0, + 0x31, 0xe6, 0x46, 0xef, 0xe3, 0x60, 0x29, 0xed, 0xaf, 0x05, 0x8e, 0xd2, 0x29, 0xc0, 0x2d, 0x70, + 0x23, 0x95, 0x1a, 0x8d, 0xc0, 0xd1, 0x42, 0xf6, 0xd7, 0x02, 0xd0, 0xca, 0x02, 0x92, 0x2b, 0xe2, + 0x35, 0xa4, 0x8a, 0x55, 0x8b, 0x10, 0xad, 0x2c, 0x3e, 0xd3, 0xc3, 0xec, 0x69, 0xc4, 0x7a, 0x9d, + 0x34, 0x6b, 0xf8, 0x19, 0xa5, 0x43, 0x40, 0xab, 0xaa, 0x59, 0x68, 0xfc, 0x59, 0x06, 0x77, 0x8a, + 0x72, 0xfa, 0x6c, 0xfe, 0xe8, 0xee, 0xee, 0xcd, 0xa5, 0x4c, 0x8f, 0x6b, 0x78, 0x86, 0x9a, 0xa7, + 0x73, 0xd4, 0xb8, 0x2b, 0xf2, 0x54, 0x14, 0xf8, 0x34, 0x73, 0xcf, 0xe6, 0x99, 0x5b, 0xf5, 0xe9, + 0x71, 0xf5, 0xcf, 0x30, 0xfb, 0x7c, 0x81, 0xd9, 0x55, 0x73, 0x63, 0xd2, 0x1c, 0xb3, 0xd4, 0xef, + 0x2d, 0x52, 0xbf, 0xaa, 0x4a, 0xa7, 0xba, 0x67, 0x2e, 0x39, 0x7b, 0x8b, 0xc9, 0x59, 0x59, 0xea, + 0x93, 0xee, 0x99, 0x4b, 0xdf, 0xf3, 0x85, 0xf4, 0xad, 0x3a, 0xcb, 0xa4, 0x47, 0x67, 0xf2, 0x8b, + 0x1e, 0x42, 0xd4, 0x6a, 0x0f, 0xf6, 0x05, 0x1e, 0x26, 0xfd, 0x89, 0x1e, 0x94, 0x51, 0x91, 0x8e, + 0xef, 0x73, 0x91, 0x68, 0x07, 0xce, 0x05, 0xe9, 0x18, 0xb7, 0x16, 0xa6, 0x03, 0x4d, 0x66, 0x0a, + 0xec, 0x37, 0x02, 0xee, 0x11, 0xeb, 0x4b, 0x61, 0x0a, 0xcc, 0x03, 0x2b, 0xe2, 0x03, 0x73, 0x55, + 0xa3, 0x88, 0x57, 0x99, 0x4e, 0xdc, 0xb9, 0x82, 0x99, 0xba, 0xb9, 0x44, 0xea, 0x5c, 0x65, 0xa6, + 0x9d, 0xd3, 0x0f, 0x61, 0xa3, 0xc7, 0x13, 0xbc, 0xd4, 0x8d, 0x1b, 0xcb, 0x14, 0x7d, 0x4d, 0xab, + 0x35, 0x6c, 0x1c, 0xd6, 0xdf, 0x04, 0x1c, 0x15, 0x90, 0x3a, 0xeb, 0x3d, 0x28, 0xab, 0xd1, 0x42, + 0x2e, 0x33, 0x5a, 0x14, 0x94, 0x6e, 0x01, 0xa8, 0x81, 0xde, 0x9d, 0x7a, 0x62, 0x38, 0x4a, 0xf3, + 0x0a, 0x6f, 0x96, 0x8f, 0x61, 0x3d, 0x57, 0x6d, 0x95, 0x9b, 0x52, 0xfe, 0xd7, 0x69, 0x87, 0xad, + 0x60, 0x4c, 0xd0, 0x5a, 0x9f, 0x22, 0x37, 0x85, 0xbc, 0xdc, 0x7a, 0x8a, 0x57, 0xb4, 0x36, 0x26, + 0xf4, 0x5d, 0xb0, 0x75, 0x68, 0x3c, 0x52, 0x45, 0x3c, 0x7e, 0x12, 0x45, 0xad, 0x75, 0xa8, 0x28, + 0xb1, 0xf1, 0x0b, 0x01, 0xab, 0xd3, 0xce, 0xe9, 0x63, 0xa8, 0x62, 0xc3, 0xf2, 0xe8, 0xc2, 0x66, + 0x9f, 0xee, 0xb8, 0x0a, 0x4f, 0x64, 0x27, 0xa2, 0x1f, 0x41, 0x35, 0x97, 0x19, 0x1a, 0x96, 0x2e, + 0x5d, 0xe2, 0x95, 0x5c, 0x66, 0x9d, 0xa8, 0x05, 0x60, 0xf3, 0xa8, 0xab, 0xe3, 0x78, 0x6b, 0x81, + 0x77, 0xc8, 0xc2, 0xac, 0x7f, 0x1a, 0xb0, 0x7c, 0x18, 0x4b, 0x33, 0xbd, 0xdc, 0x64, 0x38, 0xe8, + 0xfe, 0x30, 0x64, 0x19, 0x67, 0xb9, 0xa9, 0x15, 0x48, 0x86, 0x83, 0xaf, 0xb5, 0x86, 0x5e, 0x85, + 0x8a, 0x14, 0x69, 0xf7, 0x4c, 0x7d, 0xdb, 0x0a, 0xca, 0x52, 0xa4, 0x2f, 0xe9, 0x27, 0xe0, 0xea, + 0x2b, 0xb6, 0x98, 0x20, 0xd6, 0xca, 0xf3, 0x8c, 0x33, 0x1f, 0xe8, 0x24, 0xea, 0x9e, 0xb9, 0x0e, + 0xd5, 0xbc, 0x2f, 0x32, 0xa6, 0xef, 0xf4, 0x52, 0x60, 0x56, 0xf4, 0x36, 0x58, 0x3c, 0xca, 0xcd, + 0x3c, 0xf0, 0x97, 0xcf, 0xb3, 0x76, 0x1e, 0x20, 0x88, 0x5e, 0x53, 0x91, 0x9d, 0xe9, 0x57, 0x9d, + 0x15, 0xe8, 0x05, 0xfd, 0x0e, 0x36, 0xce, 0x79, 0xce, 0xa5, 0xc8, 0xba, 0xe7, 0x9c, 0xfd, 0x58, + 0x3c, 0xd7, 0x1e, 0x2f, 0xe7, 0x6c, 0x8e, 0x8e, 0x9d, 0x23, 0x6d, 0x7a, 0x84, 0x96, 0x9f, 0x25, + 0x32, 0x1b, 0x05, 0xb5, 0xf3, 0x29, 0xd5, 0x8d, 0x04, 0xae, 0x2c, 0x40, 0xb0, 0xcf, 0xf0, 0x75, + 0x6b, 0xfa, 0xec, 0x8c, 0x8d, 0xe8, 0x1e, 0x54, 0xf4, 0x9b, 0x4a, 0x27, 0xec, 0xce, 0x72, 0x66, + 0x58, 0xc4, 0xb2, 0x43, 0x76, 0x82, 0x77, 0xe7, 0x74, 0x20, 0x81, 0xb6, 0x7d, 0x5a, 0x7a, 0x42, + 0x1a, 0xbf, 0x12, 0xf0, 0x57, 0xe1, 0xe8, 0xfb, 0xe0, 0xe4, 0x5a, 0x3d, 0x7e, 0x90, 0x4f, 0x14, + 0xd8, 0x35, 0x2a, 0xf4, 0x2e, 0x4f, 0x8e, 0x45, 0xd1, 0x35, 0x4a, 0xd3, 0x49, 0x8e, 0x05, 0x7d, + 0x08, 0x8e, 0xd9, 0x8e, 0x8a, 0xbe, 0x59, 0xcd, 0xb7, 0xad, 0xed, 0xa2, 0xfc, 0xf6, 0x5b, 0x02, + 0x76, 0xd1, 0x9e, 0xd4, 0x86, 0xf2, 0x2b, 0x91, 0x30, 0x6f, 0x0d, 0x25, 0xbc, 0xa5, 0x3c, 0x82, + 0x52, 0x27, 0x91, 0x4f, 0xbc, 0x12, 0x75, 0xa0, 0xd2, 0x49, 0xe4, 0xbd, 0x47, 0x9e, 0x65, 0xc4, + 0xfb, 0xbb, 0x5e, 0xd9, 0x88, 0x8f, 0x1e, 0x78, 0x15, 0x14, 0xd5, 0x90, 0xf1, 0x80, 0x02, 0x54, + 0xf5, 0x9c, 0xf7, 0x5c, 0x94, 0x75, 0x2d, 0x7b, 0xd7, 0xa8, 0x0b, 0xeb, 0x47, 0x61, 0xb6, 0x77, + 0x1a, 0x66, 0xde, 0xff, 0x11, 0xaf, 0xca, 0xdb, 0xbb, 0x8e, 0x5f, 0xc1, 0x59, 0xe8, 0xbd, 0x43, + 0x3d, 0xa8, 0xb5, 0xa6, 0xa6, 0x8e, 0x17, 0xd1, 0xff, 0x81, 0xfb, 0x62, 0x32, 0xad, 0x3c, 0x76, + 0xfb, 0x08, 0x60, 0xf2, 0x80, 0x46, 0x03, 0xb5, 0xda, 0xcb, 0x58, 0x28, 0x59, 0xe4, 0xad, 0xd1, + 0x2b, 0xb0, 0x31, 0xd1, 0xe0, 0x77, 0xc9, 0x58, 0xd5, 0xce, 0x44, 0x9a, 0xa2, 0xaa, 0x34, 0xb6, + 0x53, 0x2a, 0x16, 0x79, 0x56, 0xeb, 0x18, 0x36, 0xb9, 0x28, 0x38, 0x3b, 0xc9, 0xd2, 0x7e, 0xcb, + 0xd5, 0x0f, 0xd0, 0x03, 0xe4, 0xef, 0x80, 0x7c, 0x7b, 0xef, 0x84, 0xcb, 0xd3, 0x61, 0x0f, 0x7f, + 0x0e, 0xee, 0x6a, 0xd8, 0x1d, 0x2e, 0x0a, 0x49, 0x91, 0x7c, 0xf7, 0x44, 0xdc, 0x09, 0x53, 0x7e, + 0x57, 0x73, 0x9d, 0xf6, 0xde, 0x10, 0xf2, 0x47, 0x69, 0xb3, 0xf3, 0x7a, 0xe7, 0x2b, 0xed, 0xf5, + 0xf3, 0x2c, 0xed, 0xf7, 0xaa, 0x0a, 0x7a, 0xff, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x27, 0xc0, + 0xa9, 0x1e, 0xc0, 0x0d, 0x00, 0x00, } diff --git a/proto/feder.proto b/proto/feder.proto index 63c7219..eb46248 100644 --- a/proto/feder.proto +++ b/proto/feder.proto @@ -3,15 +3,12 @@ package milvus.proto.feder; option go_package = "github.com/milvus-io/milvus-proto/go-api/federpb"; import "common.proto"; +import "schema.proto"; message SegmentIndexData { int64 segmentID = 1; string index_data = 2; // data from knownwhere -} - -message FederSegmentSearchResult { - int64 segmentID = 1; - string visit_info = 2; + schema.IDs ids_set = 3; } message ListIndexedSegmentRequest { diff --git a/proto/milvus.proto b/proto/milvus.proto index c8ab122..d0d50d9 100644 --- a/proto/milvus.proto +++ b/proto/milvus.proto @@ -40,8 +40,8 @@ service MilvusService { rpc CreateAlias(CreateAliasRequest) returns (common.Status) {} rpc DropAlias(DropAliasRequest) returns (common.Status) {} rpc AlterAlias(AlterAliasRequest) returns (common.Status) {} - rpc DescribeAlias(DescribeAliasRequest) returns (DescribeAliasResponse) {} - rpc ListAliases(ListAliasesRequest) returns (ListAliasesResponse) {} +// rpc DescribeAlias(DescribeAliasRequest) returns (DescribeAliasResponse) {} +// rpc ListAliases(ListAliasRequest) returns (ListAliasesResponse) {} rpc CreateIndex(CreateIndexRequest) returns (common.Status) {} rpc DescribeIndex(DescribeIndexRequest) returns (DescribeIndexResponse) {} @@ -59,10 +59,10 @@ service MilvusService { rpc Flush(FlushRequest) returns (FlushResponse) {} rpc Query(QueryRequest) returns (QueryResults) {} rpc CalcDistance(CalcDistanceRequest) returns (CalcDistanceResults) {} - rpc FlushAll(FlushAllRequest) returns (FlushAllResponse) {} +// rpc FlushAll(FlushAllRequest) returns (FlushAllResponse) {} rpc GetFlushState(GetFlushStateRequest) returns (GetFlushStateResponse) {} - rpc GetFlushAllState(GetFlushAllStateRequest) returns (GetFlushAllStateResponse) {} +// rpc GetFlushAllState(GetFlushAllStateRequest) returns (GetFlushAllStateResponse) {} rpc GetPersistentSegmentInfo(GetPersistentSegmentInfoRequest) returns (GetPersistentSegmentInfoResponse) {} rpc GetQuerySegmentInfo(GetQuerySegmentInfoRequest) returns (GetQuerySegmentInfoResponse) {} rpc GetReplicas(GetReplicasRequest) returns (GetReplicasResponse) {} diff --git a/proto/schema.proto b/proto/schema.proto index a2682bb..081be1a 100644 --- a/proto/schema.proto +++ b/proto/schema.proto @@ -150,4 +150,11 @@ message SearchResultData { repeated float scores = 4; IDs ids = 5; repeated int64 topks = 6; + map visitor_views = 7; +} + +message FederSegmentSearchResult { + int64 segmentID = 1; + string visit_info = 2; + IDs visit_ids = 3; }