Add ShowConfiguration proto definition (#18364)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
pull/18364/merge
congqixia 2022-07-23 17:14:28 +08:00 committed by GitHub
parent 1ae31ba542
commit 45746bb736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 244 additions and 135 deletions

View File

@ -310,4 +310,14 @@ message ListPolicyResponse {
// Contain error_code and reason
common.Status status = 1;
repeated string policy_infos = 2;
}
}
message ShowConfigurationsRequest {
common.MsgBase base = 1;
string pattern = 2;
}
message ShowConfigurationsResponse {
common.Status status = 1;
repeated common.KeyValuePair configuations = 2;
}

View File

@ -2583,6 +2583,100 @@ func (m *ListPolicyResponse) GetPolicyInfos() []string {
return nil
}
type ShowConfigurationsRequest struct {
Base *commonpb.MsgBase `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
Pattern string `protobuf:"bytes,2,opt,name=pattern,proto3" json:"pattern,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ShowConfigurationsRequest) Reset() { *m = ShowConfigurationsRequest{} }
func (m *ShowConfigurationsRequest) String() string { return proto.CompactTextString(m) }
func (*ShowConfigurationsRequest) ProtoMessage() {}
func (*ShowConfigurationsRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_41f4a519b878ee3b, []int{35}
}
func (m *ShowConfigurationsRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ShowConfigurationsRequest.Unmarshal(m, b)
}
func (m *ShowConfigurationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ShowConfigurationsRequest.Marshal(b, m, deterministic)
}
func (m *ShowConfigurationsRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_ShowConfigurationsRequest.Merge(m, src)
}
func (m *ShowConfigurationsRequest) XXX_Size() int {
return xxx_messageInfo_ShowConfigurationsRequest.Size(m)
}
func (m *ShowConfigurationsRequest) XXX_DiscardUnknown() {
xxx_messageInfo_ShowConfigurationsRequest.DiscardUnknown(m)
}
var xxx_messageInfo_ShowConfigurationsRequest proto.InternalMessageInfo
func (m *ShowConfigurationsRequest) GetBase() *commonpb.MsgBase {
if m != nil {
return m.Base
}
return nil
}
func (m *ShowConfigurationsRequest) GetPattern() string {
if m != nil {
return m.Pattern
}
return ""
}
type ShowConfigurationsResponse struct {
Status *commonpb.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
Configuations []*commonpb.KeyValuePair `protobuf:"bytes,2,rep,name=configuations,proto3" json:"configuations,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *ShowConfigurationsResponse) Reset() { *m = ShowConfigurationsResponse{} }
func (m *ShowConfigurationsResponse) String() string { return proto.CompactTextString(m) }
func (*ShowConfigurationsResponse) ProtoMessage() {}
func (*ShowConfigurationsResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_41f4a519b878ee3b, []int{36}
}
func (m *ShowConfigurationsResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ShowConfigurationsResponse.Unmarshal(m, b)
}
func (m *ShowConfigurationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ShowConfigurationsResponse.Marshal(b, m, deterministic)
}
func (m *ShowConfigurationsResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_ShowConfigurationsResponse.Merge(m, src)
}
func (m *ShowConfigurationsResponse) XXX_Size() int {
return xxx_messageInfo_ShowConfigurationsResponse.Size(m)
}
func (m *ShowConfigurationsResponse) XXX_DiscardUnknown() {
xxx_messageInfo_ShowConfigurationsResponse.DiscardUnknown(m)
}
var xxx_messageInfo_ShowConfigurationsResponse proto.InternalMessageInfo
func (m *ShowConfigurationsResponse) GetStatus() *commonpb.Status {
if m != nil {
return m.Status
}
return nil
}
func (m *ShowConfigurationsResponse) GetConfiguations() []*commonpb.KeyValuePair {
if m != nil {
return m.Configuations
}
return nil
}
func init() {
proto.RegisterEnum("milvus.proto.internal.StateCode", StateCode_name, StateCode_value)
proto.RegisterEnum("milvus.proto.internal.InsertDataVersion", InsertDataVersion_name, InsertDataVersion_value)
@ -2621,144 +2715,149 @@ func init() {
proto.RegisterType((*CredentialInfo)(nil), "milvus.proto.internal.CredentialInfo")
proto.RegisterType((*ListPolicyRequest)(nil), "milvus.proto.internal.ListPolicyRequest")
proto.RegisterType((*ListPolicyResponse)(nil), "milvus.proto.internal.ListPolicyResponse")
proto.RegisterType((*ShowConfigurationsRequest)(nil), "milvus.proto.internal.ShowConfigurationsRequest")
proto.RegisterType((*ShowConfigurationsResponse)(nil), "milvus.proto.internal.ShowConfigurationsResponse")
}
func init() { proto.RegisterFile("internal.proto", fileDescriptor_41f4a519b878ee3b) }
var fileDescriptor_41f4a519b878ee3b = []byte{
// 2139 bytes of a gzipped FileDescriptorProto
// 2192 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x59, 0xcd, 0x73, 0x1b, 0x49,
0x15, 0xdf, 0xd1, 0xc8, 0x96, 0xf4, 0x24, 0xcb, 0x72, 0xc7, 0xc9, 0x2a, 0x1f, 0xbb, 0xeb, 0x0c,
0x0b, 0x98, 0x84, 0x4d, 0x82, 0x77, 0x37, 0xd9, 0x02, 0x8a, 0x90, 0x58, 0x4b, 0x70, 0xe5, 0x03,
0x33, 0x0e, 0xa9, 0x82, 0xcb, 0x54, 0x4b, 0xd3, 0x96, 0x9b, 0xcc, 0x4c, 0x8f, 0xbb, 0x7b, 0xec,
0x28, 0x27, 0x0e, 0x9c, 0xa0, 0xe0, 0xc6, 0x85, 0x2a, 0x38, 0x73, 0xe1, 0xbc, 0x37, 0xa8, 0xe2,
0xc4, 0x89, 0x13, 0x17, 0xfe, 0x15, 0x8a, 0x03, 0xd5, 0x1f, 0x33, 0x1a, 0xc9, 0xb2, 0x23, 0x7b,
0x6b, 0x77, 0xb3, 0x55, 0x7b, 0x9b, 0x7e, 0xef, 0x75, 0xcf, 0xfb, 0xf8, 0xbd, 0xd7, 0xef, 0xcd,
0x40, 0x9b, 0x26, 0x92, 0xf0, 0x04, 0x47, 0x37, 0x52, 0xce, 0x24, 0x43, 0xe7, 0x63, 0x1a, 0x1d,
0x64, 0xc2, 0xac, 0x6e, 0xe4, 0xcc, 0x4b, 0xad, 0x01, 0x8b, 0x63, 0x96, 0x18, 0xf2, 0xa5, 0x96,
0x18, 0xec, 0x91, 0x18, 0x9b, 0x95, 0xf7, 0x37, 0x07, 0x96, 0x36, 0x59, 0x9c, 0xb2, 0x84, 0x24,
0x72, 0x2b, 0xd9, 0x65, 0xe8, 0x02, 0x2c, 0x26, 0x2c, 0x24, 0x5b, 0xbd, 0xae, 0xb3, 0xe6, 0xac,
0xbb, 0xbe, 0x5d, 0x21, 0x04, 0x55, 0xce, 0x22, 0xd2, 0xad, 0xac, 0x39, 0xeb, 0x0d, 0x5f, 0x3f,
0xa3, 0xbb, 0x00, 0x42, 0x62, 0x49, 0x82, 0x01, 0x0b, 0x49, 0xd7, 0x5d, 0x73, 0xd6, 0xdb, 0x1b,
0x6b, 0x37, 0x66, 0x6a, 0x71, 0x63, 0x47, 0x09, 0x6e, 0xb2, 0x90, 0xf8, 0x0d, 0x91, 0x3f, 0xa2,
0x1f, 0x02, 0x90, 0x17, 0x92, 0xe3, 0x80, 0x26, 0xbb, 0xac, 0x5b, 0x5d, 0x73, 0xd7, 0x9b, 0x1b,
0x57, 0x27, 0x0f, 0xb0, 0xca, 0x3f, 0x24, 0xa3, 0x67, 0x38, 0xca, 0xc8, 0x36, 0xa6, 0xdc, 0x6f,
0xe8, 0x4d, 0x4a, 0x5d, 0xef, 0x3f, 0x0e, 0x2c, 0x17, 0x06, 0xe8, 0x77, 0x08, 0xf4, 0x5d, 0x58,
0xd0, 0xaf, 0xd0, 0x16, 0x34, 0x37, 0xde, 0x3d, 0x46, 0xa3, 0x09, 0xbb, 0x7d, 0xb3, 0x05, 0xfd,
0x0c, 0xce, 0x89, 0xac, 0x3f, 0xc8, 0x59, 0x81, 0xa6, 0x8a, 0x6e, 0x45, 0xab, 0x36, 0xdf, 0x49,
0xa8, 0x7c, 0x80, 0x55, 0xe9, 0x7d, 0x58, 0x54, 0x27, 0x65, 0x42, 0x7b, 0xa9, 0xb9, 0x71, 0x79,
0xa6, 0x91, 0x3b, 0x5a, 0xc4, 0xb7, 0xa2, 0xde, 0x65, 0xb8, 0xf8, 0x80, 0xc8, 0x29, 0xeb, 0x7c,
0xb2, 0x9f, 0x11, 0x21, 0x2d, 0xf3, 0x29, 0x8d, 0xc9, 0x53, 0x3a, 0x78, 0xbe, 0xb9, 0x87, 0x93,
0x84, 0x44, 0x39, 0xf3, 0x2d, 0xb8, 0xfc, 0x80, 0xe8, 0x0d, 0x54, 0x48, 0x3a, 0x10, 0x53, 0xec,
0xf3, 0x70, 0xee, 0x01, 0x91, 0xbd, 0x70, 0x8a, 0xfc, 0x0c, 0xea, 0x4f, 0x54, 0xb0, 0x15, 0x0c,
0x6e, 0x43, 0x0d, 0x87, 0x21, 0x27, 0x42, 0x58, 0x2f, 0x5e, 0x99, 0xa9, 0xf1, 0x3d, 0x23, 0xe3,
0xe7, 0xc2, 0xb3, 0x60, 0xe2, 0xfd, 0x12, 0x60, 0x2b, 0xa1, 0x72, 0x1b, 0x73, 0x1c, 0x8b, 0x63,
0x01, 0xd6, 0x83, 0x96, 0x90, 0x98, 0xcb, 0x20, 0xd5, 0x72, 0xd6, 0xe5, 0x73, 0xa0, 0xa1, 0xa9,
0xb7, 0x99, 0xd3, 0xbd, 0x9f, 0x03, 0xec, 0x48, 0x4e, 0x93, 0xe1, 0x23, 0x2a, 0xa4, 0x7a, 0xd7,
0x81, 0x92, 0x53, 0x46, 0xb8, 0xeb, 0x0d, 0xdf, 0xae, 0x4a, 0xe1, 0xa8, 0xcc, 0x1f, 0x8e, 0xbb,
0xd0, 0xcc, 0xdd, 0xfd, 0x58, 0x0c, 0xd1, 0x2d, 0xa8, 0xf6, 0xb1, 0x20, 0x27, 0xba, 0xe7, 0xb1,
0x18, 0xde, 0xc7, 0x82, 0xf8, 0x5a, 0xd2, 0xfb, 0x6b, 0x05, 0x56, 0x27, 0xc2, 0x62, 0x1d, 0x7f,
0xfa, 0xa3, 0x94, 0x9b, 0xc3, 0xfe, 0x56, 0x4f, 0xab, 0xef, 0xfa, 0xfa, 0x19, 0x79, 0xd0, 0x1a,
0xb0, 0x28, 0x22, 0x03, 0x49, 0x59, 0xb2, 0xd5, 0xd3, 0x48, 0x73, 0xfd, 0x09, 0x9a, 0x92, 0x49,
0x31, 0x97, 0xd4, 0x2c, 0x85, 0x4e, 0x39, 0xd7, 0x9f, 0xa0, 0xa1, 0x6f, 0x41, 0x47, 0x72, 0x7c,
0x40, 0xa2, 0x40, 0xd2, 0x98, 0x08, 0x89, 0xe3, 0xb4, 0xbb, 0xb0, 0xe6, 0xac, 0x57, 0xfd, 0x65,
0x43, 0x7f, 0x9a, 0x93, 0xd1, 0x4d, 0x38, 0x37, 0xcc, 0x30, 0xc7, 0x89, 0x24, 0xa4, 0x24, 0xbd,
0xa8, 0xa5, 0x51, 0xc1, 0x1a, 0x6f, 0xb8, 0x0e, 0x2b, 0x4a, 0x8c, 0x65, 0xb2, 0x24, 0x5e, 0xd3,
0xe2, 0x1d, 0xcb, 0x28, 0x84, 0xbd, 0x4f, 0x1c, 0x38, 0x3f, 0xe5, 0x2f, 0x91, 0xb2, 0x44, 0x90,
0x33, 0x38, 0xec, 0x2c, 0x11, 0x47, 0x77, 0x4c, 0x21, 0x51, 0x49, 0x3b, 0x27, 0x16, 0x8d, 0xbc,
0xf7, 0x1b, 0x17, 0xde, 0xdc, 0xe4, 0x44, 0x97, 0xb9, 0xdc, 0xfb, 0x67, 0x0f, 0xf6, 0x9b, 0x50,
0x0b, 0xfb, 0x41, 0x82, 0xe3, 0x3c, 0xad, 0x16, 0xc3, 0xfe, 0x13, 0x1c, 0x13, 0xf4, 0x0d, 0x68,
0x8f, 0xa3, 0xab, 0x28, 0x3a, 0xe6, 0x0d, 0x7f, 0x8a, 0x8a, 0xde, 0x85, 0xa5, 0x22, 0xc2, 0x5a,
0xac, 0xaa, 0xc5, 0x26, 0x89, 0x05, 0xa6, 0x16, 0x4e, 0xc0, 0xd4, 0xe2, 0x0c, 0x4c, 0xad, 0x41,
0xb3, 0x84, 0x1f, 0x1d, 0x4d, 0xd7, 0x2f, 0x93, 0x54, 0x1a, 0x9a, 0x5b, 0xa7, 0x5b, 0x5f, 0x73,
0xd6, 0x5b, 0xbe, 0x5d, 0xa1, 0x5b, 0x70, 0xee, 0x80, 0x72, 0x99, 0xe1, 0xc8, 0x56, 0x22, 0xa5,
0x87, 0xe8, 0x36, 0x74, 0xae, 0xce, 0x62, 0xa1, 0x0d, 0x58, 0x4d, 0xf7, 0x46, 0x82, 0x0e, 0xa6,
0xb6, 0x80, 0xde, 0x32, 0x93, 0xe7, 0xfd, 0xc3, 0x81, 0xf3, 0x3d, 0xce, 0xd2, 0xd7, 0x22, 0x14,
0xb9, 0x93, 0xab, 0x27, 0x38, 0x79, 0xe1, 0xa8, 0x93, 0xbd, 0xdf, 0x55, 0xe0, 0x82, 0x41, 0xd4,
0x76, 0xee, 0xd8, 0xcf, 0xc0, 0x8a, 0x6f, 0xc2, 0xf2, 0xf8, 0xad, 0x46, 0x60, 0xb6, 0x19, 0x5f,
0x87, 0x76, 0x11, 0x60, 0x23, 0xf7, 0xf9, 0x42, 0xca, 0xfb, 0x6d, 0x05, 0x56, 0x55, 0x50, 0xbf,
0xf2, 0x86, 0xf2, 0xc6, 0x9f, 0x1d, 0x40, 0x06, 0x1d, 0xf7, 0x22, 0x8a, 0xc5, 0x17, 0xe9, 0x8b,
0x55, 0x58, 0xc0, 0x4a, 0x07, 0xeb, 0x02, 0xb3, 0xf0, 0x04, 0x74, 0x54, 0xb4, 0x3e, 0x2b, 0xed,
0x8a, 0x97, 0xba, 0xe5, 0x97, 0xfe, 0xc9, 0x81, 0x95, 0x7b, 0x91, 0x24, 0xfc, 0x35, 0x75, 0xca,
0xdf, 0x2b, 0x79, 0xd4, 0xb6, 0x92, 0x90, 0xbc, 0xf8, 0x22, 0x15, 0x7c, 0x0b, 0x60, 0x97, 0x92,
0x28, 0x2c, 0xa3, 0xb7, 0xa1, 0x29, 0x9f, 0x0a, 0xb9, 0x5d, 0xa8, 0xe9, 0x43, 0x0a, 0xd4, 0xe6,
0x4b, 0xd5, 0xed, 0x99, 0xce, 0xdf, 0x76, 0x7b, 0xf5, 0xb9, 0xbb, 0x3d, 0xbd, 0xcd, 0x76, 0x7b,
0xff, 0xaa, 0xc2, 0xd2, 0x56, 0x22, 0x08, 0x97, 0x67, 0x77, 0xde, 0x15, 0x68, 0x88, 0x3d, 0xcc,
0xb5, 0xa1, 0xd6, 0x7d, 0x63, 0x42, 0xd9, 0xb5, 0xee, 0xab, 0x5c, 0x5b, 0x9d, 0xb3, 0x38, 0x2c,
0x9c, 0x54, 0x1c, 0x16, 0x4f, 0x70, 0x71, 0xed, 0xd5, 0xc5, 0xa1, 0x7e, 0xf4, 0xf6, 0x55, 0x06,
0x92, 0x61, 0xac, 0xc6, 0x93, 0x5e, 0xb7, 0xa1, 0xf9, 0x63, 0x02, 0x7a, 0x1b, 0xa0, 0xe8, 0xc4,
0xcc, 0x3d, 0x5a, 0xf5, 0x4b, 0x14, 0x75, 0x77, 0x73, 0x76, 0xa8, 0x7a, 0xc5, 0xa6, 0xee, 0x15,
0xed, 0x0a, 0x7d, 0x00, 0x75, 0xce, 0x0e, 0x83, 0x10, 0x4b, 0xdc, 0x6d, 0xe9, 0xe0, 0x5d, 0x9c,
0xe9, 0xec, 0xfb, 0x11, 0xeb, 0xfb, 0x35, 0xce, 0x0e, 0x7b, 0x58, 0x62, 0x74, 0x17, 0x9a, 0x1a,
0x01, 0xc2, 0x6c, 0x5c, 0xd2, 0x1b, 0xdf, 0x9e, 0xdc, 0x68, 0x07, 0xd4, 0x1f, 0x29, 0x39, 0xb5,
0xc9, 0x37, 0xd0, 0x14, 0xfa, 0x80, 0x8b, 0x50, 0x4f, 0xb2, 0x38, 0xe0, 0xec, 0x50, 0x74, 0xdb,
0xba, 0x6f, 0xac, 0x25, 0x59, 0xec, 0xb3, 0x43, 0x81, 0xee, 0x43, 0xed, 0x80, 0x70, 0x41, 0x59,
0xd2, 0x5d, 0xd6, 0xa3, 0xe8, 0xfa, 0x31, 0xe3, 0x9a, 0x41, 0x8c, 0x3a, 0xee, 0x99, 0x91, 0xf7,
0xf3, 0x8d, 0xde, 0xbf, 0xab, 0xb0, 0xb4, 0x43, 0x30, 0x1f, 0xec, 0x9d, 0x1d, 0x50, 0xab, 0xb0,
0xc0, 0xc9, 0x7e, 0xd1, 0x9c, 0x9b, 0x45, 0x11, 0x5f, 0xf7, 0x84, 0xf8, 0x56, 0xe7, 0xe8, 0xd8,
0x17, 0x66, 0x74, 0xec, 0x1d, 0x70, 0x43, 0x11, 0x69, 0xe8, 0x34, 0x7c, 0xf5, 0xa8, 0xfa, 0xec,
0x34, 0xc2, 0x03, 0xb2, 0xc7, 0xa2, 0x90, 0xf0, 0x60, 0xc8, 0x59, 0x66, 0xfa, 0xec, 0x96, 0xdf,
0x29, 0x31, 0x1e, 0x28, 0x3a, 0xba, 0x03, 0xf5, 0x50, 0x44, 0x81, 0x1c, 0xa5, 0x44, 0xe3, 0xa7,
0x7d, 0x8c, 0x99, 0x3d, 0x11, 0x3d, 0x1d, 0xa5, 0xc4, 0xaf, 0x85, 0xe6, 0x01, 0xdd, 0x82, 0x55,
0x41, 0x38, 0xc5, 0x11, 0x7d, 0x49, 0xc2, 0x80, 0xbc, 0x48, 0x79, 0x90, 0x46, 0x38, 0xd1, 0x20,
0x6b, 0xf9, 0x68, 0xcc, 0xfb, 0xf8, 0x45, 0xca, 0xb7, 0x23, 0x9c, 0xa0, 0x75, 0xe8, 0xb0, 0x4c,
0xa6, 0x99, 0x0c, 0x2c, 0x0c, 0x68, 0xa8, 0x31, 0xe7, 0xfa, 0x6d, 0x43, 0xd7, 0x51, 0x17, 0x5b,
0xe1, 0xcc, 0x29, 0xa4, 0x79, 0xaa, 0x29, 0xa4, 0x75, 0xba, 0x29, 0x64, 0x69, 0xf6, 0x14, 0x82,
0xda, 0x50, 0x49, 0xf6, 0x35, 0xd6, 0x5c, 0xbf, 0x92, 0xec, 0xab, 0x40, 0x4a, 0x96, 0x3e, 0xd7,
0x18, 0x73, 0x7d, 0xfd, 0xac, 0x92, 0x28, 0x26, 0x92, 0xd3, 0x81, 0x72, 0x4b, 0xb7, 0xa3, 0xe3,
0x50, 0xa2, 0x78, 0xff, 0x73, 0xc7, 0xb0, 0x12, 0x59, 0x24, 0xc5, 0xe7, 0x35, 0xc1, 0x14, 0x58,
0x74, 0xcb, 0x58, 0x7c, 0x07, 0x9a, 0x46, 0x39, 0x13, 0xf3, 0xea, 0xb4, 0xbe, 0x4a, 0x40, 0x65,
0xd9, 0x7e, 0x46, 0x38, 0x25, 0xc2, 0x96, 0x7d, 0x48, 0xb2, 0xf8, 0xa7, 0x86, 0x82, 0xce, 0xc1,
0x82, 0x64, 0x69, 0xf0, 0x3c, 0x2f, 0x57, 0x92, 0xa5, 0x0f, 0xd1, 0xf7, 0xe1, 0x92, 0x20, 0x38,
0x22, 0x61, 0x50, 0x94, 0x17, 0x11, 0x08, 0x6d, 0x36, 0x09, 0xbb, 0x35, 0x1d, 0xe6, 0xae, 0x91,
0xd8, 0x29, 0x04, 0x76, 0x2c, 0x5f, 0x45, 0x71, 0x60, 0xda, 0xf6, 0x89, 0x6d, 0x75, 0xdd, 0xd9,
0xa3, 0x31, 0xab, 0xd8, 0xf0, 0x11, 0x74, 0x87, 0x11, 0xeb, 0xe3, 0x28, 0x38, 0xf2, 0x56, 0x3d,
0x42, 0xb8, 0xfe, 0x05, 0xc3, 0xdf, 0x99, 0x7a, 0xa5, 0x32, 0x4f, 0x44, 0x74, 0x40, 0xc2, 0xa0,
0x1f, 0xb1, 0x7e, 0x17, 0x34, 0x5c, 0xc1, 0x90, 0x54, 0xbd, 0x52, 0x30, 0xb5, 0x02, 0xca, 0x0d,
0x03, 0x96, 0x25, 0x52, 0x83, 0xcf, 0xf5, 0xdb, 0x86, 0xfe, 0x24, 0x8b, 0x37, 0x15, 0x15, 0x7d,
0x0d, 0x96, 0xac, 0x24, 0xdb, 0xdd, 0x15, 0x44, 0x6a, 0xd4, 0xb9, 0x7e, 0xcb, 0x10, 0x7f, 0xa2,
0x69, 0xde, 0x1f, 0x5d, 0x58, 0xf6, 0x95, 0x77, 0xc9, 0x01, 0xf9, 0x32, 0xd5, 0x95, 0xe3, 0xf2,
0x7b, 0xf1, 0x54, 0xf9, 0x5d, 0x9b, 0x3b, 0xbf, 0xeb, 0xa7, 0xca, 0xef, 0xc6, 0xe9, 0xf2, 0x1b,
0x8e, 0xf9, 0xca, 0xf0, 0x97, 0x89, 0xe0, 0xbc, 0x06, 0xd9, 0x79, 0x0d, 0x5c, 0x1a, 0x9a, 0x56,
0xb1, 0xb9, 0xd1, 0x9d, 0x79, 0x37, 0x6e, 0xf5, 0x84, 0xaf, 0x84, 0xa6, 0xef, 0xd3, 0x85, 0x53,
0xdf, 0xa7, 0x3f, 0x80, 0xcb, 0x47, 0x73, 0x96, 0x5b, 0x77, 0x84, 0xdd, 0x45, 0x1d, 0xbb, 0x8b,
0xd3, 0x49, 0x9b, 0xfb, 0x2b, 0x44, 0xdf, 0x81, 0xd5, 0x52, 0xd6, 0x8e, 0x37, 0xd6, 0xcc, 0x0c,
0x3f, 0xe6, 0x8d, 0xb7, 0x9c, 0x94, 0xb7, 0xf5, 0x93, 0xf2, 0xd6, 0xfb, 0xa7, 0x0b, 0x4b, 0x3d,
0x12, 0x11, 0x49, 0xbe, 0x6a, 0xf7, 0x8e, 0x6d, 0xf7, 0xbe, 0x0d, 0x88, 0x26, 0xf2, 0xf6, 0x07,
0x41, 0xca, 0x69, 0x8c, 0xf9, 0x28, 0x78, 0x4e, 0x46, 0x79, 0x41, 0xec, 0x68, 0xce, 0xb6, 0x61,
0x3c, 0x24, 0x23, 0xf1, 0xca, 0xf6, 0xaf, 0xdc, 0x6f, 0x99, 0x0a, 0x58, 0xf4, 0x5b, 0xdf, 0x83,
0xd6, 0xc4, 0x2b, 0x5a, 0xaf, 0x00, 0x6c, 0x33, 0x1d, 0xbf, 0xd7, 0xfb, 0xaf, 0x03, 0x8d, 0x47,
0x0c, 0x87, 0x7a, 0xf2, 0x39, 0x63, 0x18, 0x8b, 0xa6, 0xb6, 0x32, 0xdd, 0xd4, 0x5e, 0x81, 0xf1,
0xf0, 0x62, 0x03, 0x59, 0x9a, 0x66, 0x4a, 0x53, 0x49, 0x75, 0x72, 0x2a, 0x79, 0x07, 0x9a, 0x54,
0x29, 0x14, 0xa4, 0x58, 0xee, 0x99, 0x9a, 0xd8, 0xf0, 0x41, 0x93, 0xb6, 0x15, 0x45, 0x8d, 0x2d,
0xb9, 0x80, 0x1e, 0x5b, 0x16, 0xe7, 0x1e, 0x5b, 0xec, 0x21, 0x7a, 0x6c, 0xf9, 0xb5, 0x03, 0xa0,
0x0d, 0x57, 0xf5, 0xe0, 0xe8, 0xa1, 0xce, 0x59, 0x0e, 0x55, 0xc5, 0x5a, 0x47, 0x8a, 0x44, 0x58,
0x8e, 0x93, 0x4a, 0x58, 0xe7, 0x20, 0x15, 0x35, 0xc3, 0xb2, 0x09, 0x25, 0xbc, 0xdf, 0x3b, 0x00,
0xba, 0x2a, 0x18, 0x35, 0xa6, 0xe1, 0xe7, 0x9c, 0x3c, 0xd0, 0x55, 0x26, 0x5d, 0x77, 0x3f, 0x77,
0xdd, 0x09, 0x5f, 0x4c, 0x4b, 0x1d, 0x78, 0x6e, 0xbc, 0xf5, 0xae, 0x7e, 0xf6, 0xfe, 0xe0, 0x40,
0xcb, 0x6a, 0x67, 0x54, 0x9a, 0x88, 0xb2, 0x33, 0x1d, 0x65, 0xdd, 0xc6, 0xc4, 0x8c, 0x8f, 0x02,
0x41, 0x5f, 0x12, 0xab, 0x10, 0x18, 0xd2, 0x0e, 0x7d, 0x49, 0x26, 0xc0, 0xeb, 0x4e, 0x82, 0xf7,
0x3a, 0xac, 0x70, 0x32, 0x20, 0x89, 0x8c, 0x46, 0x41, 0xcc, 0x42, 0xba, 0x4b, 0x49, 0xa8, 0xd1,
0x50, 0xf7, 0x3b, 0x39, 0xe3, 0xb1, 0xa5, 0x7b, 0xbf, 0x72, 0xa0, 0xf9, 0x58, 0x0c, 0xb7, 0x99,
0xd0, 0x49, 0x86, 0xae, 0x42, 0xcb, 0x16, 0x36, 0x93, 0xe1, 0x8e, 0x46, 0x58, 0x73, 0x30, 0xfe,
0xea, 0xa8, 0x4a, 0x7b, 0x2c, 0x86, 0xd6, 0x4d, 0x2d, 0xdf, 0x2c, 0xd0, 0x25, 0xa8, 0xc7, 0x62,
0xa8, 0xbb, 0x6e, 0x0b, 0xcb, 0x62, 0xad, 0x6c, 0x1d, 0x5f, 0x56, 0x55, 0x7d, 0x59, 0x8d, 0x09,
0xde, 0x27, 0x0e, 0x20, 0xfb, 0x55, 0xf3, 0x53, 0xfd, 0x84, 0xd0, 0x51, 0x2e, 0x7f, 0x39, 0xad,
0x68, 0x8c, 0x4f, 0xd0, 0xa6, 0x8a, 0x82, 0x7b, 0xa4, 0x28, 0x5c, 0x87, 0x95, 0x90, 0xec, 0xe2,
0x2c, 0x2a, 0xdf, 0xaf, 0x46, 0xe5, 0x8e, 0x65, 0x4c, 0x7c, 0xc5, 0x6f, 0x6f, 0x72, 0x12, 0x92,
0x44, 0x52, 0x1c, 0xe9, 0x9f, 0x4b, 0x97, 0xa0, 0x9e, 0x09, 0x85, 0x84, 0xc2, 0x77, 0xc5, 0x1a,
0xbd, 0x07, 0x88, 0x24, 0x03, 0x3e, 0x4a, 0x15, 0x88, 0x53, 0x2c, 0xc4, 0x21, 0xe3, 0xa1, 0x2d,
0xd4, 0x2b, 0x05, 0x67, 0xdb, 0x32, 0xd4, 0x78, 0x2a, 0x49, 0x82, 0x13, 0x99, 0xd7, 0x6b, 0xb3,
0x52, 0xa1, 0xa7, 0x22, 0x10, 0x59, 0x4a, 0xb8, 0x0d, 0x6b, 0x8d, 0x8a, 0x1d, 0xb5, 0x54, 0xa5,
0x5c, 0xec, 0xe1, 0x8d, 0x0f, 0x6f, 0x8f, 0x8f, 0x37, 0x25, 0xba, 0x6d, 0xc8, 0xf9, 0xd9, 0xde,
0xc7, 0xb0, 0xf2, 0x88, 0x0a, 0xb9, 0xcd, 0x22, 0x3a, 0x18, 0x9d, 0xf9, 0xc6, 0xf1, 0x22, 0x40,
0xe5, 0x63, 0xec, 0x2f, 0x8c, 0x71, 0xc3, 0xe0, 0xcc, 0xdf, 0x30, 0x5c, 0x85, 0x56, 0xaa, 0x8f,
0xd1, 0x3f, 0x4c, 0xf3, 0xe0, 0x35, 0x0d, 0x4d, 0xb9, 0x56, 0x5c, 0xfb, 0x08, 0x1a, 0xc5, 0xaf,
0x56, 0xd4, 0x81, 0xd6, 0x56, 0x42, 0xa5, 0xee, 0xd2, 0x68, 0x32, 0xec, 0xbc, 0x81, 0x9a, 0x50,
0xfb, 0x31, 0xc1, 0x91, 0xdc, 0x1b, 0x75, 0x1c, 0xd4, 0x82, 0xfa, 0xbd, 0x7e, 0xc2, 0x78, 0x8c,
0xa3, 0x4e, 0xe5, 0xda, 0x06, 0xac, 0x1c, 0x99, 0x8c, 0x95, 0x88, 0xcf, 0x0e, 0x95, 0x35, 0x61,
0xe7, 0x0d, 0xb4, 0x0c, 0xcd, 0x4d, 0x16, 0x65, 0x71, 0x62, 0x08, 0xce, 0xfd, 0x3b, 0xbf, 0xf8,
0x70, 0x48, 0xe5, 0x5e, 0xd6, 0x57, 0x0a, 0xdf, 0x34, 0x16, 0xbc, 0x47, 0x99, 0x7d, 0xba, 0x99,
0x27, 0xfc, 0x4d, 0x6d, 0x54, 0xb1, 0x4c, 0xfb, 0xfd, 0x45, 0x4d, 0x79, 0xff, 0xff, 0x01, 0x00,
0x00, 0xff, 0xff, 0xf3, 0x90, 0xe6, 0x06, 0xc4, 0x1e, 0x00, 0x00,
0x15, 0xdf, 0xd1, 0xc8, 0x96, 0xf4, 0x24, 0xdb, 0x72, 0xc7, 0xd9, 0x55, 0x9c, 0xec, 0xae, 0x33,
0x2c, 0x60, 0x12, 0x36, 0x09, 0xde, 0xdd, 0x64, 0x0b, 0x28, 0x42, 0x62, 0x2d, 0xc1, 0x95, 0x0f,
0xcc, 0x38, 0xa4, 0x0a, 0x2e, 0x53, 0x2d, 0x4d, 0x5b, 0x6a, 0x32, 0x33, 0x3d, 0xe9, 0xee, 0xb1,
0xa3, 0x9c, 0x38, 0x70, 0x82, 0x82, 0x1b, 0x97, 0xad, 0x82, 0x33, 0x17, 0xce, 0x7b, 0x83, 0x2a,
0x4e, 0x9c, 0x38, 0x71, 0xe1, 0x5f, 0xa1, 0x38, 0x50, 0xfd, 0x31, 0xa3, 0x91, 0x2c, 0x3b, 0xb2,
0x53, 0xbb, 0x1b, 0xaa, 0xf6, 0x36, 0xfd, 0xde, 0xeb, 0xee, 0xd7, 0xef, 0xfd, 0xde, 0xeb, 0xf7,
0x7a, 0x60, 0x99, 0x26, 0x92, 0xf0, 0x04, 0x47, 0xd7, 0x52, 0xce, 0x24, 0x43, 0xe7, 0x63, 0x1a,
0x1d, 0x64, 0xc2, 0x8c, 0xae, 0xe5, 0xcc, 0xf5, 0x56, 0x9f, 0xc5, 0x31, 0x4b, 0x0c, 0x79, 0xbd,
0x25, 0xfa, 0x43, 0x12, 0x63, 0x33, 0xf2, 0xfe, 0xea, 0xc0, 0xd2, 0x36, 0x8b, 0x53, 0x96, 0x90,
0x44, 0xee, 0x24, 0xfb, 0x0c, 0xbd, 0x09, 0x8b, 0x09, 0x0b, 0xc9, 0x4e, 0xb7, 0xe3, 0x6c, 0x38,
0x9b, 0xae, 0x6f, 0x47, 0x08, 0x41, 0x95, 0xb3, 0x88, 0x74, 0x2a, 0x1b, 0xce, 0x66, 0xc3, 0xd7,
0xdf, 0xe8, 0x36, 0x80, 0x90, 0x58, 0x92, 0xa0, 0xcf, 0x42, 0xd2, 0x71, 0x37, 0x9c, 0xcd, 0xe5,
0xad, 0x8d, 0x6b, 0x33, 0xb5, 0xb8, 0xb6, 0xa7, 0x04, 0xb7, 0x59, 0x48, 0xfc, 0x86, 0xc8, 0x3f,
0xd1, 0x0f, 0x01, 0xc8, 0x73, 0xc9, 0x71, 0x40, 0x93, 0x7d, 0xd6, 0xa9, 0x6e, 0xb8, 0x9b, 0xcd,
0xad, 0xcb, 0x93, 0x0b, 0x58, 0xe5, 0xef, 0x93, 0xd1, 0x13, 0x1c, 0x65, 0x64, 0x17, 0x53, 0xee,
0x37, 0xf4, 0x24, 0xa5, 0xae, 0xf7, 0x6f, 0x07, 0x56, 0x8a, 0x03, 0xe8, 0x3d, 0x04, 0xfa, 0x2e,
0x2c, 0xe8, 0x2d, 0xf4, 0x09, 0x9a, 0x5b, 0xef, 0x1d, 0xa3, 0xd1, 0xc4, 0xb9, 0x7d, 0x33, 0x05,
0xfd, 0x0c, 0xce, 0x89, 0xac, 0xd7, 0xcf, 0x59, 0x81, 0xa6, 0x8a, 0x4e, 0x45, 0xab, 0x36, 0xdf,
0x4a, 0xa8, 0xbc, 0x80, 0x55, 0xe9, 0x03, 0x58, 0x54, 0x2b, 0x65, 0x42, 0x5b, 0xa9, 0xb9, 0x75,
0x71, 0xe6, 0x21, 0xf7, 0xb4, 0x88, 0x6f, 0x45, 0xbd, 0x8b, 0x70, 0xe1, 0x1e, 0x91, 0x53, 0xa7,
0xf3, 0xc9, 0xb3, 0x8c, 0x08, 0x69, 0x99, 0x8f, 0x69, 0x4c, 0x1e, 0xd3, 0xfe, 0xd3, 0xed, 0x21,
0x4e, 0x12, 0x12, 0xe5, 0xcc, 0xb7, 0xe1, 0xe2, 0x3d, 0xa2, 0x27, 0x50, 0x21, 0x69, 0x5f, 0x4c,
0xb1, 0xcf, 0xc3, 0xb9, 0x7b, 0x44, 0x76, 0xc3, 0x29, 0xf2, 0x13, 0xa8, 0x3f, 0x52, 0xce, 0x56,
0x30, 0xb8, 0x09, 0x35, 0x1c, 0x86, 0x9c, 0x08, 0x61, 0xad, 0x78, 0x69, 0xa6, 0xc6, 0x77, 0x8c,
0x8c, 0x9f, 0x0b, 0xcf, 0x82, 0x89, 0xf7, 0x4b, 0x80, 0x9d, 0x84, 0xca, 0x5d, 0xcc, 0x71, 0x2c,
0x8e, 0x05, 0x58, 0x17, 0x5a, 0x42, 0x62, 0x2e, 0x83, 0x54, 0xcb, 0x59, 0x93, 0xcf, 0x81, 0x86,
0xa6, 0x9e, 0x66, 0x56, 0xf7, 0x7e, 0x0e, 0xb0, 0x27, 0x39, 0x4d, 0x06, 0x0f, 0xa8, 0x90, 0x6a,
0xaf, 0x03, 0x25, 0xa7, 0x0e, 0xe1, 0x6e, 0x36, 0x7c, 0x3b, 0x2a, 0xb9, 0xa3, 0x32, 0xbf, 0x3b,
0x6e, 0x43, 0x33, 0x37, 0xf7, 0x43, 0x31, 0x40, 0x37, 0xa0, 0xda, 0xc3, 0x82, 0x9c, 0x68, 0x9e,
0x87, 0x62, 0x70, 0x17, 0x0b, 0xe2, 0x6b, 0x49, 0xef, 0x2f, 0x15, 0x58, 0x9b, 0x70, 0x8b, 0x35,
0xfc, 0xe9, 0x97, 0x52, 0x66, 0x0e, 0x7b, 0x3b, 0x5d, 0xad, 0xbe, 0xeb, 0xeb, 0x6f, 0xe4, 0x41,
0xab, 0xcf, 0xa2, 0x88, 0xf4, 0x25, 0x65, 0xc9, 0x4e, 0x57, 0x23, 0xcd, 0xf5, 0x27, 0x68, 0x4a,
0x26, 0xc5, 0x5c, 0x52, 0x33, 0x14, 0x3a, 0xe4, 0x5c, 0x7f, 0x82, 0x86, 0xbe, 0x05, 0x6d, 0xc9,
0xf1, 0x01, 0x89, 0x02, 0x49, 0x63, 0x22, 0x24, 0x8e, 0xd3, 0xce, 0xc2, 0x86, 0xb3, 0x59, 0xf5,
0x57, 0x0c, 0xfd, 0x71, 0x4e, 0x46, 0xd7, 0xe1, 0xdc, 0x20, 0xc3, 0x1c, 0x27, 0x92, 0x90, 0x92,
0xf4, 0xa2, 0x96, 0x46, 0x05, 0x6b, 0x3c, 0xe1, 0x2a, 0xac, 0x2a, 0x31, 0x96, 0xc9, 0x92, 0x78,
0x4d, 0x8b, 0xb7, 0x2d, 0xa3, 0x10, 0xf6, 0x3e, 0x73, 0xe0, 0xfc, 0x94, 0xbd, 0x44, 0xca, 0x12,
0x41, 0xce, 0x60, 0xb0, 0xb3, 0x78, 0x1c, 0xdd, 0x32, 0x89, 0x44, 0x05, 0xed, 0x9c, 0x58, 0x34,
0xf2, 0xde, 0x6f, 0x5c, 0x78, 0x6b, 0x9b, 0x13, 0x9d, 0xe6, 0x72, 0xeb, 0x9f, 0xdd, 0xd9, 0x6f,
0x41, 0x2d, 0xec, 0x05, 0x09, 0x8e, 0xf3, 0xb0, 0x5a, 0x0c, 0x7b, 0x8f, 0x70, 0x4c, 0xd0, 0x37,
0x60, 0x79, 0xec, 0x5d, 0x45, 0xd1, 0x3e, 0x6f, 0xf8, 0x53, 0x54, 0xf4, 0x1e, 0x2c, 0x15, 0x1e,
0xd6, 0x62, 0x55, 0x2d, 0x36, 0x49, 0x2c, 0x30, 0xb5, 0x70, 0x02, 0xa6, 0x16, 0x67, 0x60, 0x6a,
0x03, 0x9a, 0x25, 0xfc, 0x68, 0x6f, 0xba, 0x7e, 0x99, 0xa4, 0xc2, 0xd0, 0xdc, 0x3a, 0x9d, 0xfa,
0x86, 0xb3, 0xd9, 0xf2, 0xed, 0x08, 0xdd, 0x80, 0x73, 0x07, 0x94, 0xcb, 0x0c, 0x47, 0x36, 0x13,
0x29, 0x3d, 0x44, 0xa7, 0xa1, 0x63, 0x75, 0x16, 0x0b, 0x6d, 0xc1, 0x5a, 0x3a, 0x1c, 0x09, 0xda,
0x9f, 0x9a, 0x02, 0x7a, 0xca, 0x4c, 0x9e, 0xf7, 0x77, 0x07, 0xce, 0x77, 0x39, 0x4b, 0x5f, 0x0b,
0x57, 0xe4, 0x46, 0xae, 0x9e, 0x60, 0xe4, 0x85, 0xa3, 0x46, 0xf6, 0x7e, 0x57, 0x81, 0x37, 0x0d,
0xa2, 0x76, 0x73, 0xc3, 0x7e, 0x0e, 0xa7, 0xf8, 0x26, 0xac, 0x8c, 0x77, 0x35, 0x02, 0xb3, 0x8f,
0xf1, 0x75, 0x58, 0x2e, 0x1c, 0x6c, 0xe4, 0xbe, 0x58, 0x48, 0x79, 0xbf, 0xad, 0xc0, 0x9a, 0x72,
0xea, 0x57, 0xd6, 0x50, 0xd6, 0xf8, 0x93, 0x03, 0xc8, 0xa0, 0xe3, 0x4e, 0x44, 0xb1, 0xf8, 0x32,
0x6d, 0xb1, 0x06, 0x0b, 0x58, 0xe9, 0x60, 0x4d, 0x60, 0x06, 0x9e, 0x80, 0xb6, 0xf2, 0xd6, 0xe7,
0xa5, 0x5d, 0xb1, 0xa9, 0x5b, 0xde, 0xf4, 0x8f, 0x0e, 0xac, 0xde, 0x89, 0x24, 0xe1, 0xaf, 0xa9,
0x51, 0xfe, 0x56, 0xc9, 0xbd, 0xb6, 0x93, 0x84, 0xe4, 0xf9, 0x97, 0xa9, 0xe0, 0xdb, 0x00, 0xfb,
0x94, 0x44, 0x61, 0x19, 0xbd, 0x0d, 0x4d, 0x79, 0x25, 0xe4, 0x76, 0xa0, 0xa6, 0x17, 0x29, 0x50,
0x9b, 0x0f, 0x55, 0xb5, 0x67, 0x2a, 0x7f, 0x5b, 0xed, 0xd5, 0xe7, 0xae, 0xf6, 0xf4, 0x34, 0x5b,
0xed, 0xfd, 0xb3, 0x0a, 0x4b, 0x3b, 0x89, 0x20, 0x5c, 0x9e, 0xdd, 0x78, 0x97, 0xa0, 0x21, 0x86,
0x98, 0xeb, 0x83, 0x5a, 0xf3, 0x8d, 0x09, 0x65, 0xd3, 0xba, 0x2f, 0x33, 0x6d, 0x75, 0xce, 0xe4,
0xb0, 0x70, 0x52, 0x72, 0x58, 0x3c, 0xc1, 0xc4, 0xb5, 0x97, 0x27, 0x87, 0xfa, 0xd1, 0xdb, 0x57,
0x1d, 0x90, 0x0c, 0x62, 0xd5, 0x9e, 0x74, 0x3b, 0x0d, 0xcd, 0x1f, 0x13, 0xd0, 0x3b, 0x00, 0x45,
0x25, 0x66, 0xee, 0xd1, 0xaa, 0x5f, 0xa2, 0xa8, 0xbb, 0x9b, 0xb3, 0x43, 0x55, 0x2b, 0x36, 0x75,
0xad, 0x68, 0x47, 0xe8, 0x43, 0xa8, 0x73, 0x76, 0x18, 0x84, 0x58, 0xe2, 0x4e, 0x4b, 0x3b, 0xef,
0xc2, 0x4c, 0x63, 0xdf, 0x8d, 0x58, 0xcf, 0xaf, 0x71, 0x76, 0xd8, 0xc5, 0x12, 0xa3, 0xdb, 0xd0,
0xd4, 0x08, 0x10, 0x66, 0xe2, 0x92, 0x9e, 0xf8, 0xce, 0xe4, 0x44, 0xdb, 0xa0, 0xfe, 0x48, 0xc9,
0xa9, 0x49, 0xbe, 0x81, 0xa6, 0xd0, 0x0b, 0x5c, 0x80, 0x7a, 0x92, 0xc5, 0x01, 0x67, 0x87, 0xa2,
0xb3, 0xac, 0xeb, 0xc6, 0x5a, 0x92, 0xc5, 0x3e, 0x3b, 0x14, 0xe8, 0x2e, 0xd4, 0x0e, 0x08, 0x17,
0x94, 0x25, 0x9d, 0x15, 0xdd, 0x8a, 0x6e, 0x1e, 0xd3, 0xae, 0x19, 0xc4, 0xa8, 0xe5, 0x9e, 0x18,
0x79, 0x3f, 0x9f, 0xe8, 0xfd, 0xab, 0x0a, 0x4b, 0x7b, 0x04, 0xf3, 0xfe, 0xf0, 0xec, 0x80, 0x5a,
0x83, 0x05, 0x4e, 0x9e, 0x15, 0xc5, 0xb9, 0x19, 0x14, 0xfe, 0x75, 0x4f, 0xf0, 0x6f, 0x75, 0x8e,
0x8a, 0x7d, 0x61, 0x46, 0xc5, 0xde, 0x06, 0x37, 0x14, 0x91, 0x86, 0x4e, 0xc3, 0x57, 0x9f, 0xaa,
0xce, 0x4e, 0x23, 0xdc, 0x27, 0x43, 0x16, 0x85, 0x84, 0x07, 0x03, 0xce, 0x32, 0x53, 0x67, 0xb7,
0xfc, 0x76, 0x89, 0x71, 0x4f, 0xd1, 0xd1, 0x2d, 0xa8, 0x87, 0x22, 0x0a, 0xe4, 0x28, 0x25, 0x1a,
0x3f, 0xcb, 0xc7, 0x1c, 0xb3, 0x2b, 0xa2, 0xc7, 0xa3, 0x94, 0xf8, 0xb5, 0xd0, 0x7c, 0xa0, 0x1b,
0xb0, 0x26, 0x08, 0xa7, 0x38, 0xa2, 0x2f, 0x48, 0x18, 0x90, 0xe7, 0x29, 0x0f, 0xd2, 0x08, 0x27,
0x1a, 0x64, 0x2d, 0x1f, 0x8d, 0x79, 0x9f, 0x3c, 0x4f, 0xf9, 0x6e, 0x84, 0x13, 0xb4, 0x09, 0x6d,
0x96, 0xc9, 0x34, 0x93, 0x81, 0x85, 0x01, 0x0d, 0x35, 0xe6, 0x5c, 0x7f, 0xd9, 0xd0, 0xb5, 0xd7,
0xc5, 0x4e, 0x38, 0xb3, 0x0b, 0x69, 0x9e, 0xaa, 0x0b, 0x69, 0x9d, 0xae, 0x0b, 0x59, 0x9a, 0xdd,
0x85, 0xa0, 0x65, 0xa8, 0x24, 0xcf, 0x34, 0xd6, 0x5c, 0xbf, 0x92, 0x3c, 0x53, 0x8e, 0x94, 0x2c,
0x7d, 0xaa, 0x31, 0xe6, 0xfa, 0xfa, 0x5b, 0x05, 0x51, 0x4c, 0x24, 0xa7, 0x7d, 0x65, 0x96, 0x4e,
0x5b, 0xfb, 0xa1, 0x44, 0xf1, 0xfe, 0xeb, 0x8e, 0x61, 0x25, 0xb2, 0x48, 0x8a, 0x2f, 0xaa, 0x83,
0x29, 0xb0, 0xe8, 0x96, 0xb1, 0xf8, 0x2e, 0x34, 0x8d, 0x72, 0xc6, 0xe7, 0xd5, 0x69, 0x7d, 0x95,
0x80, 0x8a, 0xb2, 0x67, 0x19, 0xe1, 0x94, 0x08, 0x9b, 0xf6, 0x21, 0xc9, 0xe2, 0x9f, 0x1a, 0x0a,
0x3a, 0x07, 0x0b, 0x92, 0xa5, 0xc1, 0xd3, 0x3c, 0x5d, 0x49, 0x96, 0xde, 0x47, 0xdf, 0x87, 0x75,
0x41, 0x70, 0x44, 0xc2, 0xa0, 0x48, 0x2f, 0x22, 0x10, 0xfa, 0xd8, 0x24, 0xec, 0xd4, 0xb4, 0x9b,
0x3b, 0x46, 0x62, 0xaf, 0x10, 0xd8, 0xb3, 0x7c, 0xe5, 0xc5, 0xbe, 0x29, 0xdb, 0x27, 0xa6, 0xd5,
0x75, 0x65, 0x8f, 0xc6, 0xac, 0x62, 0xc2, 0xc7, 0xd0, 0x19, 0x44, 0xac, 0x87, 0xa3, 0xe0, 0xc8,
0xae, 0xba, 0x85, 0x70, 0xfd, 0x37, 0x0d, 0x7f, 0x6f, 0x6a, 0x4b, 0x75, 0x3c, 0x11, 0xd1, 0x3e,
0x09, 0x83, 0x5e, 0xc4, 0x7a, 0x1d, 0xd0, 0x70, 0x05, 0x43, 0x52, 0xf9, 0x4a, 0xc1, 0xd4, 0x0a,
0x28, 0x33, 0xf4, 0x59, 0x96, 0x48, 0x0d, 0x3e, 0xd7, 0x5f, 0x36, 0xf4, 0x47, 0x59, 0xbc, 0xad,
0xa8, 0xe8, 0x6b, 0xb0, 0x64, 0x25, 0xd9, 0xfe, 0xbe, 0x20, 0x52, 0xa3, 0xce, 0xf5, 0x5b, 0x86,
0xf8, 0x13, 0x4d, 0xf3, 0x3e, 0x75, 0x61, 0xc5, 0x57, 0xd6, 0x25, 0x07, 0xe4, 0xff, 0x29, 0xaf,
0x1c, 0x17, 0xdf, 0x8b, 0xa7, 0x8a, 0xef, 0xda, 0xdc, 0xf1, 0x5d, 0x3f, 0x55, 0x7c, 0x37, 0x4e,
0x17, 0xdf, 0x70, 0xcc, 0x2b, 0xc3, 0x9f, 0x27, 0x9c, 0xf3, 0x1a, 0x44, 0xe7, 0x15, 0x70, 0x69,
0x68, 0x4a, 0xc5, 0xe6, 0x56, 0x67, 0xe6, 0xdd, 0xb8, 0xd3, 0x15, 0xbe, 0x12, 0x9a, 0xbe, 0x4f,
0x17, 0x4e, 0x7d, 0x9f, 0xfe, 0x00, 0x2e, 0x1e, 0x8d, 0x59, 0x6e, 0xcd, 0x11, 0x76, 0x16, 0xb5,
0xef, 0x2e, 0x4c, 0x07, 0x6d, 0x6e, 0xaf, 0x10, 0x7d, 0x07, 0xd6, 0x4a, 0x51, 0x3b, 0x9e, 0x58,
0x33, 0x3d, 0xfc, 0x98, 0x37, 0x9e, 0x72, 0x52, 0xdc, 0xd6, 0x4f, 0x8a, 0x5b, 0xef, 0x1f, 0x2e,
0x2c, 0x75, 0x49, 0x44, 0x24, 0xf9, 0xaa, 0xdc, 0x3b, 0xb6, 0xdc, 0xfb, 0x36, 0x20, 0x9a, 0xc8,
0x9b, 0x1f, 0x06, 0x29, 0xa7, 0x31, 0xe6, 0xa3, 0xe0, 0x29, 0x19, 0xe5, 0x09, 0xb1, 0xad, 0x39,
0xbb, 0x86, 0x71, 0x9f, 0x8c, 0xc4, 0x4b, 0xcb, 0xbf, 0x72, 0xbd, 0x65, 0x32, 0x60, 0x51, 0x6f,
0x7d, 0x0f, 0x5a, 0x13, 0x5b, 0xb4, 0x5e, 0x02, 0xd8, 0x66, 0x3a, 0xde, 0xd7, 0xfb, 0x8f, 0x03,
0x8d, 0x07, 0x0c, 0x87, 0xba, 0xf3, 0x39, 0xa3, 0x1b, 0x8b, 0xa2, 0xb6, 0x32, 0x5d, 0xd4, 0x5e,
0x82, 0x71, 0xf3, 0x62, 0x1d, 0x59, 0xea, 0x66, 0x4a, 0x5d, 0x49, 0x75, 0xb2, 0x2b, 0x79, 0x17,
0x9a, 0x54, 0x29, 0x14, 0xa4, 0x58, 0x0e, 0x4d, 0x4e, 0x6c, 0xf8, 0xa0, 0x49, 0xbb, 0x8a, 0xa2,
0xda, 0x96, 0x5c, 0x40, 0xb7, 0x2d, 0x8b, 0x73, 0xb7, 0x2d, 0x76, 0x11, 0xdd, 0xb6, 0xfc, 0xda,
0x01, 0xd0, 0x07, 0x57, 0xf9, 0xe0, 0xe8, 0xa2, 0xce, 0x59, 0x16, 0x55, 0xc9, 0x5a, 0x7b, 0x8a,
0x44, 0x58, 0x8e, 0x83, 0x4a, 0x58, 0xe3, 0x20, 0xe5, 0x35, 0xc3, 0xb2, 0x01, 0x25, 0xbc, 0xdf,
0x3b, 0x00, 0x3a, 0x2b, 0x18, 0x35, 0xa6, 0xe1, 0xe7, 0x9c, 0xdc, 0xd0, 0x55, 0x26, 0x4d, 0x77,
0x37, 0x37, 0xdd, 0x09, 0x2f, 0xa6, 0xa5, 0x0a, 0x3c, 0x3f, 0xbc, 0xb5, 0xae, 0xfe, 0xf6, 0xfe,
0xe0, 0x40, 0xcb, 0x6a, 0x67, 0x54, 0x9a, 0xf0, 0xb2, 0x33, 0xed, 0x65, 0x5d, 0xc6, 0xc4, 0x8c,
0x8f, 0x02, 0x41, 0x5f, 0x10, 0xab, 0x10, 0x18, 0xd2, 0x1e, 0x7d, 0x41, 0x26, 0xc0, 0xeb, 0x4e,
0x82, 0xf7, 0x2a, 0xac, 0x72, 0xd2, 0x27, 0x89, 0x8c, 0x46, 0x41, 0xcc, 0x42, 0xba, 0x4f, 0x49,
0xa8, 0xd1, 0x50, 0xf7, 0xdb, 0x39, 0xe3, 0xa1, 0xa5, 0x7b, 0xbf, 0x72, 0xa0, 0xf9, 0x50, 0x0c,
0x76, 0x99, 0xd0, 0x41, 0x86, 0x2e, 0x43, 0xcb, 0x26, 0x36, 0x13, 0xe1, 0x8e, 0x46, 0x58, 0xb3,
0x3f, 0x7e, 0x75, 0x54, 0xa9, 0x3d, 0x16, 0x03, 0x6b, 0xa6, 0x96, 0x6f, 0x06, 0x68, 0x1d, 0xea,
0xb1, 0x18, 0xe8, 0xaa, 0xdb, 0xc2, 0xb2, 0x18, 0xab, 0xb3, 0x8e, 0x2f, 0xab, 0xaa, 0xbe, 0xac,
0xc6, 0x04, 0xef, 0x33, 0x07, 0x90, 0x7d, 0xd5, 0x7c, 0xa5, 0x9f, 0x10, 0xda, 0xcb, 0xe5, 0x97,
0xd3, 0x8a, 0xc6, 0xf8, 0x04, 0x6d, 0x2a, 0x29, 0xb8, 0x47, 0x92, 0xc2, 0x55, 0x58, 0x0d, 0xc9,
0x3e, 0xce, 0xa2, 0xf2, 0xfd, 0x6a, 0x54, 0x6e, 0x5b, 0xc6, 0xc4, 0x2b, 0xfe, 0xf2, 0x36, 0x27,
0x21, 0x49, 0x24, 0xc5, 0x91, 0xfe, 0xb9, 0xb4, 0x0e, 0xf5, 0x4c, 0x28, 0x24, 0x14, 0xb6, 0x2b,
0xc6, 0xe8, 0x7d, 0x40, 0x24, 0xe9, 0xf3, 0x51, 0xaa, 0x40, 0x9c, 0x62, 0x21, 0x0e, 0x19, 0x0f,
0x6d, 0xa2, 0x5e, 0x2d, 0x38, 0xbb, 0x96, 0xa1, 0xda, 0x53, 0x49, 0x12, 0x9c, 0xc8, 0x3c, 0x5f,
0x9b, 0x91, 0x72, 0x3d, 0x15, 0x81, 0xc8, 0x52, 0xc2, 0xad, 0x5b, 0x6b, 0x54, 0xec, 0xa9, 0xa1,
0x4a, 0xe5, 0x62, 0x88, 0xb7, 0x3e, 0xba, 0x39, 0x5e, 0xde, 0xa4, 0xe8, 0x65, 0x43, 0xce, 0xd7,
0xf6, 0x3e, 0x81, 0xd5, 0x07, 0x54, 0xc8, 0x5d, 0x16, 0xd1, 0xfe, 0xe8, 0xcc, 0x37, 0x8e, 0x17,
0x01, 0x2a, 0x2f, 0x63, 0x7f, 0x61, 0x8c, 0x0b, 0x06, 0x67, 0xfe, 0x82, 0xe1, 0x32, 0xb4, 0x52,
0xbd, 0x8c, 0xfe, 0x61, 0x9a, 0x3b, 0xaf, 0x69, 0x68, 0xca, 0xb4, 0xc2, 0x1b, 0xc0, 0x85, 0xbd,
0x21, 0x3b, 0xdc, 0x66, 0xc9, 0x3e, 0x1d, 0x64, 0x1c, 0x2b, 0xc0, 0xbe, 0xc2, 0xdb, 0x57, 0x07,
0x6a, 0x29, 0x96, 0x2a, 0x6c, 0xad, 0x0f, 0xf2, 0xa1, 0xf7, 0xa9, 0x03, 0xeb, 0xb3, 0x76, 0x7a,
0x95, 0xf3, 0xdd, 0x83, 0xa5, 0xbe, 0x59, 0xce, 0xac, 0x36, 0xff, 0x4f, 0xc0, 0xc9, 0x79, 0x57,
0x3e, 0x86, 0x46, 0xf1, 0xc3, 0x19, 0xb5, 0xa1, 0xb5, 0x93, 0x50, 0xa9, 0x6b, 0x55, 0x9a, 0x0c,
0xda, 0x6f, 0xa0, 0x26, 0xd4, 0x7e, 0x4c, 0x70, 0x24, 0x87, 0xa3, 0xb6, 0x83, 0x5a, 0x50, 0xbf,
0xd3, 0x4b, 0x18, 0x8f, 0x71, 0xd4, 0xae, 0x5c, 0xd9, 0x82, 0xd5, 0x23, 0xef, 0x03, 0x4a, 0xc4,
0x67, 0x87, 0xca, 0x2c, 0x61, 0xfb, 0x0d, 0xb4, 0x02, 0xcd, 0x6d, 0x16, 0x65, 0x71, 0x62, 0x08,
0xce, 0xdd, 0x5b, 0xbf, 0xf8, 0x68, 0x40, 0xe5, 0x30, 0xeb, 0x29, 0xd5, 0xae, 0x1b, 0x5d, 0xdf,
0xa7, 0xcc, 0x7e, 0x5d, 0xcf, 0xd3, 0xde, 0x75, 0xad, 0x7e, 0x31, 0x4c, 0x7b, 0xbd, 0x45, 0x4d,
0xf9, 0xe0, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x32, 0x32, 0x7c, 0x82, 0xca, 0x1f, 0x00, 0x00,
}