diff --git a/go-api/commonpb/common.pb.go b/go-api/commonpb/common.pb.go index 65d8a1c..0e8f686 100644 --- a/go-api/commonpb/common.pb.go +++ b/go-api/commonpb/common.pb.go @@ -357,13 +357,15 @@ const ( MsgType_LoadPartitions MsgType = 205 MsgType_ReleasePartitions MsgType = 206 // DEFINE REQUESTS: SEGMENT - MsgType_ShowSegments MsgType = 250 - MsgType_DescribeSegment MsgType = 251 - MsgType_LoadSegments MsgType = 252 - MsgType_ReleaseSegments MsgType = 253 - MsgType_HandoffSegments MsgType = 254 - MsgType_LoadBalanceSegments MsgType = 255 - MsgType_DescribeSegments MsgType = 256 + MsgType_ShowSegments MsgType = 250 + MsgType_DescribeSegment MsgType = 251 + MsgType_LoadSegments MsgType = 252 + MsgType_ReleaseSegments MsgType = 253 + MsgType_HandoffSegments MsgType = 254 + MsgType_LoadBalanceSegments MsgType = 255 + MsgType_DescribeSegments MsgType = 256 + MsgType_ListIndexedSegment MsgType = 257 + MsgType_FederDescribeSegmentIndexData MsgType = 258 // DEFINITION REQUESTS: INDEX MsgType_CreateIndex MsgType = 300 MsgType_DescribeIndex MsgType = 301 @@ -464,6 +466,8 @@ var MsgType_name = map[int32]string{ 254: "HandoffSegments", 255: "LoadBalanceSegments", 256: "DescribeSegments", + 257: "ListIndexedSegment", + 258: "FederDescribeSegmentIndexData", 300: "CreateIndex", 301: "DescribeIndex", 302: "DropIndex", @@ -528,95 +532,97 @@ var MsgType_name = map[int32]string{ } var MsgType_value = map[string]int32{ - "Undefined": 0, - "CreateCollection": 100, - "DropCollection": 101, - "HasCollection": 102, - "DescribeCollection": 103, - "ShowCollections": 104, - "GetSystemConfigs": 105, - "LoadCollection": 106, - "ReleaseCollection": 107, - "CreateAlias": 108, - "DropAlias": 109, - "AlterAlias": 110, - "AlterCollection": 111, - "RenameCollection": 112, - "CreatePartition": 200, - "DropPartition": 201, - "HasPartition": 202, - "DescribePartition": 203, - "ShowPartitions": 204, - "LoadPartitions": 205, - "ReleasePartitions": 206, - "ShowSegments": 250, - "DescribeSegment": 251, - "LoadSegments": 252, - "ReleaseSegments": 253, - "HandoffSegments": 254, - "LoadBalanceSegments": 255, - "DescribeSegments": 256, - "CreateIndex": 300, - "DescribeIndex": 301, - "DropIndex": 302, - "Insert": 400, - "Delete": 401, - "Flush": 402, - "ResendSegmentStats": 403, - "Upsert": 404, - "Search": 500, - "SearchResult": 501, - "GetIndexState": 502, - "GetIndexBuildProgress": 503, - "GetCollectionStatistics": 504, - "GetPartitionStatistics": 505, - "Retrieve": 506, - "RetrieveResult": 507, - "WatchDmChannels": 508, - "RemoveDmChannels": 509, - "WatchQueryChannels": 510, - "RemoveQueryChannels": 511, - "SealedSegmentsChangeInfo": 512, - "WatchDeltaChannels": 513, - "GetShardLeaders": 514, - "GetReplicas": 515, - "UnsubDmChannel": 516, - "GetDistribution": 517, - "SyncDistribution": 518, - "SegmentInfo": 600, - "SystemInfo": 601, - "GetRecoveryInfo": 602, - "GetSegmentState": 603, - "TimeTick": 1200, - "QueryNodeStats": 1201, - "LoadIndex": 1202, - "RequestID": 1203, - "RequestTSO": 1204, - "AllocateSegment": 1205, - "SegmentStatistics": 1206, - "SegmentFlushDone": 1207, - "DataNodeTt": 1208, - "CreateCredential": 1500, - "GetCredential": 1501, - "DeleteCredential": 1502, - "UpdateCredential": 1503, - "ListCredUsernames": 1504, - "CreateRole": 1600, - "DropRole": 1601, - "OperateUserRole": 1602, - "SelectRole": 1603, - "SelectUser": 1604, - "SelectResource": 1605, - "OperatePrivilege": 1606, - "SelectGrant": 1607, - "RefreshPolicyInfoCache": 1608, - "ListPolicy": 1609, - "CreateResourceGroup": 1700, - "DropResourceGroup": 1701, - "ListResourceGroups": 1702, - "DescribeResourceGroup": 1703, - "TransferNode": 1704, - "TransferReplica": 1705, + "Undefined": 0, + "CreateCollection": 100, + "DropCollection": 101, + "HasCollection": 102, + "DescribeCollection": 103, + "ShowCollections": 104, + "GetSystemConfigs": 105, + "LoadCollection": 106, + "ReleaseCollection": 107, + "CreateAlias": 108, + "DropAlias": 109, + "AlterAlias": 110, + "AlterCollection": 111, + "RenameCollection": 112, + "CreatePartition": 200, + "DropPartition": 201, + "HasPartition": 202, + "DescribePartition": 203, + "ShowPartitions": 204, + "LoadPartitions": 205, + "ReleasePartitions": 206, + "ShowSegments": 250, + "DescribeSegment": 251, + "LoadSegments": 252, + "ReleaseSegments": 253, + "HandoffSegments": 254, + "LoadBalanceSegments": 255, + "DescribeSegments": 256, + "ListIndexedSegment": 257, + "FederDescribeSegmentIndexData": 258, + "CreateIndex": 300, + "DescribeIndex": 301, + "DropIndex": 302, + "Insert": 400, + "Delete": 401, + "Flush": 402, + "ResendSegmentStats": 403, + "Upsert": 404, + "Search": 500, + "SearchResult": 501, + "GetIndexState": 502, + "GetIndexBuildProgress": 503, + "GetCollectionStatistics": 504, + "GetPartitionStatistics": 505, + "Retrieve": 506, + "RetrieveResult": 507, + "WatchDmChannels": 508, + "RemoveDmChannels": 509, + "WatchQueryChannels": 510, + "RemoveQueryChannels": 511, + "SealedSegmentsChangeInfo": 512, + "WatchDeltaChannels": 513, + "GetShardLeaders": 514, + "GetReplicas": 515, + "UnsubDmChannel": 516, + "GetDistribution": 517, + "SyncDistribution": 518, + "SegmentInfo": 600, + "SystemInfo": 601, + "GetRecoveryInfo": 602, + "GetSegmentState": 603, + "TimeTick": 1200, + "QueryNodeStats": 1201, + "LoadIndex": 1202, + "RequestID": 1203, + "RequestTSO": 1204, + "AllocateSegment": 1205, + "SegmentStatistics": 1206, + "SegmentFlushDone": 1207, + "DataNodeTt": 1208, + "CreateCredential": 1500, + "GetCredential": 1501, + "DeleteCredential": 1502, + "UpdateCredential": 1503, + "ListCredUsernames": 1504, + "CreateRole": 1600, + "DropRole": 1601, + "OperateUserRole": 1602, + "SelectRole": 1603, + "SelectUser": 1604, + "SelectResource": 1605, + "OperatePrivilege": 1606, + "SelectGrant": 1607, + "RefreshPolicyInfoCache": 1608, + "ListPolicy": 1609, + "CreateResourceGroup": 1700, + "DropResourceGroup": 1701, + "ListResourceGroups": 1702, + "DescribeResourceGroup": 1703, + "TransferNode": 1704, + "TransferReplica": 1705, } func (x MsgType) String() string { @@ -1608,190 +1614,192 @@ func init() { func init() { proto.RegisterFile("common.proto", fileDescriptor_555bd8c177793206) } var fileDescriptor_555bd8c177793206 = []byte{ - // 2953 bytes of a gzipped FileDescriptorProto + // 2978 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x59, 0x49, 0x70, 0x5c, 0x47, - 0x19, 0xf6, 0x68, 0x46, 0xcb, 0xf4, 0x8c, 0xa4, 0x76, 0x7b, 0x1b, 0xdb, 0xb2, 0x2d, 0x8b, 0x04, - 0xcc, 0x10, 0xcb, 0x89, 0x03, 0x49, 0xa0, 0x2a, 0x14, 0xd2, 0x8c, 0x24, 0x4f, 0x45, 0x5b, 0xde, - 0xc8, 0x81, 0xa2, 0x0a, 0x5c, 0x3d, 0xef, 0xfd, 0x1a, 0xb5, 0xfd, 0xe6, 0xf5, 0xe3, 0x75, 0x8f, - 0xac, 0xc9, 0x29, 0x84, 0xe5, 0xcc, 0x56, 0xc5, 0x8d, 0xe2, 0xc0, 0x5e, 0x90, 0x62, 0x87, 0x63, - 0x20, 0x2c, 0x09, 0xdb, 0x99, 0x1d, 0x8e, 0x70, 0x67, 0xcd, 0x4a, 0xfd, 0xdd, 0x6f, 0x95, 0x1d, - 0x38, 0x70, 0x9b, 0xfe, 0xfe, 0xbf, 0xff, 0xad, 0xff, 0xfe, 0xff, 0xbf, 0xdf, 0x90, 0xba, 0x2b, - 0x07, 0x03, 0x19, 0x2c, 0x86, 0x91, 0xd4, 0x92, 0x1d, 0x1b, 0x08, 0x7f, 0x7f, 0xa8, 0xec, 0x6a, - 0xd1, 0x92, 0xce, 0xcc, 0xf7, 0xa5, 0xec, 0xfb, 0x70, 0xc5, 0x80, 0xbd, 0xe1, 0xee, 0x15, 0x0f, - 0x94, 0x1b, 0x89, 0x50, 0xcb, 0xc8, 0x32, 0x2e, 0x28, 0x32, 0xd1, 0xd5, 0x5c, 0x0f, 0x15, 0x7b, - 0x94, 0x10, 0x88, 0x22, 0x19, 0xdd, 0x70, 0xa5, 0x07, 0x8d, 0xd2, 0x7c, 0xe9, 0xd2, 0xcc, 0xd5, - 0xf3, 0x8b, 0x77, 0x91, 0xba, 0xb8, 0x82, 0x6c, 0x2d, 0xe9, 0x81, 0x53, 0x85, 0xe4, 0x27, 0x3b, - 0x49, 0x26, 0x22, 0xe0, 0x4a, 0x06, 0x8d, 0xb1, 0xf9, 0xd2, 0xa5, 0xaa, 0x13, 0xaf, 0x18, 0x23, - 0x15, 0x23, 0xb0, 0x3c, 0x5f, 0xba, 0x34, 0xee, 0x98, 0xdf, 0x0b, 0x0f, 0x91, 0xfa, 0x63, 0x30, - 0x7a, 0x82, 0xfb, 0x43, 0xd8, 0xe6, 0x22, 0x62, 0x94, 0x94, 0x6f, 0xc1, 0xc8, 0xe8, 0xac, 0x3a, - 0xf8, 0x93, 0x1d, 0x27, 0xe3, 0xfb, 0x48, 0x8e, 0x85, 0xd9, 0xc5, 0xc2, 0x83, 0xa4, 0xf6, 0x18, - 0x8c, 0xda, 0x5c, 0xf3, 0xd7, 0xd9, 0xc6, 0x48, 0xc5, 0xe3, 0x9a, 0x9b, 0x5d, 0x75, 0xc7, 0xfc, - 0x5e, 0x98, 0x23, 0x95, 0x65, 0x5f, 0xf6, 0x32, 0x91, 0x25, 0x43, 0x8c, 0x45, 0xee, 0x13, 0xba, - 0xed, 0x73, 0x17, 0xf6, 0xa4, 0xef, 0x41, 0x64, 0x4c, 0x42, 0xb9, 0x9a, 0xf7, 0x13, 0xb9, 0x9a, - 0xf7, 0xd9, 0x23, 0xa4, 0xa2, 0x47, 0xa1, 0xb5, 0x66, 0xe6, 0xea, 0x3d, 0x77, 0x8d, 0x4a, 0x4e, - 0xcc, 0xce, 0x28, 0x04, 0xc7, 0xec, 0xc0, 0xb0, 0x18, 0x45, 0xaa, 0x51, 0x9e, 0x2f, 0x5f, 0xaa, - 0x3b, 0xf1, 0x6a, 0xe1, 0x7d, 0x05, 0xbd, 0x6b, 0x91, 0x1c, 0x86, 0xac, 0x43, 0xea, 0x61, 0x86, - 0xa9, 0x46, 0x69, 0xbe, 0x7c, 0xa9, 0x76, 0xf5, 0xde, 0xff, 0xa5, 0xcd, 0x18, 0xed, 0x14, 0xb6, - 0x2e, 0x5c, 0x26, 0x93, 0x4b, 0x9e, 0x17, 0x81, 0x52, 0x6c, 0x86, 0x8c, 0x89, 0x30, 0x76, 0x66, - 0x4c, 0x84, 0x18, 0xa3, 0x50, 0x46, 0xda, 0xf8, 0x52, 0x76, 0xcc, 0xef, 0x85, 0x67, 0x4a, 0x64, - 0x72, 0x43, 0xf5, 0x97, 0xb9, 0x02, 0xf6, 0x30, 0x99, 0x1a, 0xa8, 0xfe, 0x0d, 0xe3, 0xaf, 0xcd, - 0x82, 0xb9, 0xbb, 0x5a, 0xb0, 0xa1, 0xfa, 0xc6, 0xcf, 0xc9, 0x81, 0xfd, 0x81, 0x01, 0x1e, 0xa8, - 0x7e, 0xa7, 0x1d, 0x4b, 0xb6, 0x0b, 0x36, 0x47, 0xaa, 0x5a, 0x0c, 0x40, 0x69, 0x3e, 0x08, 0x4d, - 0x12, 0x54, 0x9c, 0x0c, 0x60, 0x67, 0xc8, 0x94, 0x92, 0xc3, 0xc8, 0x85, 0x4e, 0xbb, 0x51, 0x31, - 0xdb, 0xd2, 0x35, 0xd2, 0x34, 0x8f, 0xfa, 0xa0, 0x3b, 0xed, 0xc6, 0xb8, 0xa5, 0x25, 0xeb, 0x85, - 0x47, 0x49, 0x75, 0x43, 0xf5, 0xaf, 0x01, 0xf7, 0x20, 0x62, 0xf7, 0x93, 0x4a, 0x8f, 0x2b, 0x6b, - 0x6d, 0xed, 0xf5, 0xad, 0x45, 0xef, 0x1c, 0xc3, 0xb9, 0xf0, 0x7e, 0x52, 0x6f, 0x6f, 0xac, 0xff, - 0x1f, 0x12, 0xd0, 0x2d, 0xb5, 0xc7, 0x23, 0x6f, 0x93, 0x0f, 0x92, 0x24, 0xcd, 0x80, 0x85, 0x97, - 0x4a, 0xa4, 0xbe, 0x1d, 0x89, 0x7d, 0xe1, 0x43, 0x1f, 0x56, 0x0e, 0x34, 0x7b, 0x17, 0xa9, 0xc9, - 0xde, 0x4d, 0x70, 0x75, 0x3e, 0xae, 0x17, 0xee, 0xaa, 0x67, 0xcb, 0xf0, 0x99, 0xd0, 0x12, 0x99, - 0xfe, 0x66, 0x5b, 0x84, 0xc6, 0x12, 0xc2, 0x44, 0xf0, 0x7f, 0x4d, 0x47, 0x2b, 0x26, 0x35, 0xc2, - 0x99, 0x95, 0x45, 0x80, 0x35, 0xc9, 0xd1, 0x58, 0x60, 0xc0, 0x07, 0x70, 0x43, 0x04, 0x1e, 0x1c, - 0xc4, 0xb7, 0x34, 0xe6, 0x45, 0x57, 0x3a, 0x08, 0xb3, 0xfb, 0x08, 0xbb, 0x83, 0x57, 0x99, 0x03, - 0x1b, 0x77, 0xe8, 0x21, 0x66, 0xb5, 0xb0, 0x4a, 0xea, 0x5d, 0xe8, 0x0f, 0x20, 0xd0, 0x58, 0x5a, - 0x14, 0xc6, 0x2a, 0x5e, 0x77, 0xda, 0xc6, 0xf5, 0xb2, 0x93, 0x01, 0xac, 0x41, 0x26, 0x37, 0x87, - 0x03, 0x47, 0xde, 0x56, 0x71, 0xe2, 0x24, 0xcb, 0xe6, 0x73, 0x84, 0x54, 0xd3, 0x5a, 0xc3, 0x6a, - 0x64, 0xb2, 0x3b, 0x74, 0x5d, 0x50, 0x8a, 0x1e, 0x61, 0xc7, 0xc8, 0xec, 0xf5, 0x00, 0x0e, 0x42, - 0x70, 0x35, 0x78, 0x86, 0x87, 0x96, 0xd8, 0x51, 0x32, 0xdd, 0x92, 0x41, 0x00, 0xae, 0x5e, 0xe5, - 0xc2, 0x07, 0x8f, 0x8e, 0xb1, 0xe3, 0x84, 0x6e, 0x43, 0x34, 0x10, 0x4a, 0x09, 0x19, 0xb4, 0x21, - 0x10, 0xe0, 0xd1, 0x32, 0x3b, 0x45, 0x8e, 0xb5, 0xa4, 0xef, 0x83, 0xab, 0x85, 0x0c, 0x36, 0xa5, - 0x5e, 0x39, 0x10, 0x4a, 0x2b, 0x5a, 0x41, 0xb1, 0x1d, 0xdf, 0x87, 0x3e, 0xf7, 0x97, 0xa2, 0xfe, - 0x10, 0x0d, 0xa4, 0xe3, 0x28, 0x23, 0x06, 0xdb, 0x62, 0x00, 0x01, 0x4a, 0xa2, 0x93, 0x39, 0xd4, - 0x78, 0x8d, 0x67, 0x44, 0xa7, 0xd8, 0x69, 0x72, 0x22, 0x46, 0x73, 0x0a, 0xf8, 0x00, 0x68, 0x95, - 0xcd, 0x92, 0x5a, 0x4c, 0xda, 0xd9, 0xda, 0x7e, 0x8c, 0x92, 0x9c, 0x04, 0x47, 0xde, 0x76, 0xc0, - 0x95, 0x91, 0x47, 0x6b, 0x39, 0x13, 0x9e, 0x00, 0x57, 0xcb, 0xa8, 0xd3, 0xa6, 0x75, 0x34, 0x38, - 0x06, 0xbb, 0xc0, 0x23, 0x77, 0xcf, 0x01, 0x35, 0xf4, 0x35, 0x9d, 0x66, 0x94, 0xd4, 0x57, 0x85, - 0x0f, 0x9b, 0x52, 0xaf, 0xca, 0x61, 0xe0, 0xd1, 0x19, 0x36, 0x43, 0xc8, 0x06, 0x68, 0x1e, 0x47, - 0x60, 0x16, 0xd5, 0xb6, 0xb8, 0xbb, 0x07, 0x31, 0x40, 0xd9, 0x49, 0xc2, 0x5a, 0x3c, 0x08, 0xa4, - 0x6e, 0x45, 0xc0, 0x35, 0xac, 0x9a, 0x8a, 0x41, 0x8f, 0xa2, 0x39, 0x05, 0x5c, 0xf8, 0x40, 0x59, - 0xc6, 0xdd, 0x06, 0x1f, 0x52, 0xee, 0x63, 0x19, 0x77, 0x8c, 0x23, 0xf7, 0x71, 0x34, 0x7e, 0x79, - 0x28, 0x7c, 0xcf, 0x84, 0xc4, 0x1e, 0xcb, 0x09, 0xb4, 0x31, 0x36, 0x7e, 0x73, 0xbd, 0xd3, 0xdd, - 0xa1, 0x27, 0xd9, 0x09, 0x72, 0x34, 0x46, 0x36, 0x40, 0x47, 0xc2, 0x35, 0xc1, 0x3b, 0x85, 0xa6, - 0x6e, 0x0d, 0xf5, 0xd6, 0xee, 0x06, 0x0c, 0x64, 0x34, 0xa2, 0x0d, 0x3c, 0x50, 0x23, 0x29, 0x39, - 0x22, 0x7a, 0x1a, 0x35, 0xac, 0x0c, 0x42, 0x3d, 0xca, 0xc2, 0x4b, 0xcf, 0xb0, 0xb3, 0xe4, 0xd4, - 0xf5, 0xd0, 0xe3, 0x1a, 0x3a, 0x03, 0x2c, 0x67, 0x3b, 0x5c, 0xdd, 0x42, 0x77, 0x87, 0x11, 0xd0, - 0xb3, 0xec, 0x0c, 0x39, 0x59, 0x3c, 0x8b, 0x34, 0x58, 0x73, 0xb8, 0xd1, 0x7a, 0xdb, 0x8a, 0xc0, - 0x83, 0x40, 0x0b, 0xee, 0x27, 0x1b, 0xcf, 0x65, 0x52, 0xef, 0x24, 0x9e, 0x47, 0xa2, 0xf5, 0xfc, - 0x4e, 0xe2, 0x05, 0xd6, 0x20, 0xc7, 0xd7, 0x40, 0xdf, 0x49, 0x99, 0x47, 0xca, 0xba, 0x50, 0x86, - 0x74, 0x5d, 0x41, 0xa4, 0x12, 0xca, 0x45, 0xc6, 0xc8, 0xcc, 0x1a, 0x68, 0x04, 0x13, 0x6c, 0x01, - 0xe3, 0x64, 0xcd, 0x73, 0xa4, 0x0f, 0x09, 0xfc, 0x06, 0x8c, 0x41, 0x3b, 0x92, 0x61, 0x1e, 0xbc, - 0x07, 0xdd, 0xdc, 0x0a, 0x21, 0xe2, 0x1a, 0x50, 0x46, 0x9e, 0x76, 0x2f, 0xca, 0xe9, 0x02, 0x46, - 0x20, 0x0f, 0xbf, 0x31, 0x83, 0xf3, 0x5a, 0xdf, 0x84, 0x39, 0x1c, 0x73, 0x83, 0xad, 0xc5, 0x09, - 0xe9, 0x12, 0x7a, 0x1d, 0x2b, 0x49, 0xeb, 0x48, 0x42, 0x7c, 0x33, 0xa6, 0x8a, 0xdd, 0xb7, 0x16, - 0xf1, 0x40, 0x27, 0x78, 0x93, 0x5d, 0x24, 0xe7, 0x1c, 0xd8, 0x8d, 0x40, 0xed, 0x6d, 0x4b, 0x5f, - 0xb8, 0xa3, 0x4e, 0xb0, 0x2b, 0xd3, 0x94, 0x44, 0x96, 0xb7, 0xa0, 0x25, 0x18, 0x16, 0x4b, 0x4f, - 0xe0, 0xfb, 0x30, 0x26, 0x9b, 0x52, 0x77, 0xb1, 0xac, 0xae, 0x9b, 0x42, 0x4d, 0x2f, 0xa3, 0x96, - 0x4d, 0xe9, 0x40, 0xe8, 0x0b, 0x97, 0x2f, 0xed, 0x73, 0xe1, 0xf3, 0x9e, 0x0f, 0x74, 0x11, 0x83, - 0x12, 0xd7, 0x94, 0xf4, 0x7c, 0xaf, 0xb0, 0x69, 0x52, 0x5d, 0x95, 0x91, 0x0b, 0x6d, 0x08, 0x46, - 0xf4, 0x7e, 0x5c, 0x3a, 0x5c, 0xc3, 0xba, 0x18, 0x08, 0x4d, 0x1f, 0xb0, 0xe2, 0x3d, 0xe8, 0xb4, - 0x37, 0xa5, 0xde, 0xe0, 0xda, 0xdd, 0xa3, 0x57, 0x31, 0xaf, 0xaf, 0x87, 0x0a, 0x22, 0xbd, 0x34, - 0xd4, 0xb2, 0xd3, 0xde, 0x89, 0x86, 0x40, 0x1f, 0x64, 0x73, 0xa4, 0xd1, 0x09, 0xd4, 0x70, 0x77, - 0x57, 0xb8, 0x02, 0x02, 0x6d, 0x13, 0x74, 0x47, 0xae, 0x4b, 0xee, 0xd1, 0xb7, 0xe2, 0xa1, 0x5a, - 0xe4, 0xf1, 0xa1, 0xd4, 0x7c, 0xe5, 0x60, 0x8f, 0x0f, 0x95, 0x06, 0x8f, 0xbe, 0x0d, 0x8d, 0x6d, - 0x0b, 0x75, 0xeb, 0x10, 0xfe, 0x10, 0xfa, 0xbb, 0x23, 0x06, 0xb0, 0x23, 0xdc, 0x5b, 0xeb, 0x32, - 0xe8, 0xb7, 0xc1, 0xe7, 0x23, 0xfa, 0x30, 0xe6, 0xfb, 0xa6, 0xd4, 0x0e, 0x70, 0x6f, 0xd4, 0x85, - 0x68, 0x1f, 0xe8, 0x23, 0x18, 0xf1, 0x04, 0x6a, 0x49, 0x19, 0x79, 0x4b, 0xae, 0x16, 0xfb, 0x5c, - 0x8b, 0xa0, 0x4f, 0xdf, 0x8e, 0x17, 0x06, 0x87, 0x21, 0x43, 0xd8, 0x5c, 0xa2, 0x1e, 0x63, 0x64, - 0xba, 0xdd, 0x76, 0xe0, 0x03, 0x43, 0x50, 0xda, 0xe1, 0x2e, 0xd0, 0xbf, 0x4c, 0x36, 0x5d, 0x42, - 0xcc, 0x25, 0xc2, 0x5a, 0x0c, 0xe8, 0x73, 0xb6, 0xda, 0x94, 0x01, 0xd0, 0x23, 0xac, 0x4e, 0xa6, - 0xae, 0x07, 0x42, 0xa9, 0x21, 0x78, 0xb4, 0x84, 0x05, 0xa4, 0x13, 0x6c, 0x47, 0xb2, 0x8f, 0xd3, - 0x03, 0x1d, 0x43, 0xea, 0xaa, 0x08, 0x84, 0xda, 0x33, 0xa5, 0x93, 0x90, 0x89, 0xb8, 0x92, 0x54, - 0x58, 0x95, 0x8c, 0x3b, 0xa0, 0xa3, 0x11, 0x1d, 0x6f, 0x3e, 0x5d, 0x2a, 0xd4, 0x7c, 0x1c, 0x06, - 0x68, 0x7e, 0x9d, 0x69, 0x4a, 0xef, 0x72, 0x09, 0x2b, 0xfa, 0x5a, 0x24, 0x6f, 0xa3, 0x2f, 0x63, - 0x28, 0xb8, 0x0b, 0xdc, 0x37, 0x4a, 0x6a, 0x64, 0x72, 0xd5, 0x1f, 0x1a, 0x8d, 0x15, 0xa3, 0x1f, - 0x17, 0xc8, 0x36, 0x8e, 0x24, 0xcc, 0xfd, 0x10, 0x3c, 0x3a, 0x81, 0xe7, 0x69, 0x6f, 0x3c, 0xd2, - 0x26, 0x9b, 0xef, 0x24, 0xb3, 0x87, 0x86, 0x30, 0x36, 0x45, 0x2a, 0xb1, 0x6a, 0x4a, 0xea, 0xcb, - 0x22, 0xe0, 0xd1, 0xc8, 0x96, 0x55, 0xea, 0x61, 0xf4, 0x56, 0x7d, 0xc9, 0x75, 0x0c, 0x40, 0xf3, - 0xd9, 0x19, 0x33, 0x05, 0x99, 0x8d, 0xd3, 0xa4, 0x7a, 0x3d, 0xf0, 0x60, 0x57, 0x04, 0xe0, 0xd1, - 0x23, 0xa6, 0xdc, 0xd9, 0x42, 0x91, 0xd5, 0x1d, 0x0c, 0xf7, 0x0c, 0x1a, 0x93, 0xc3, 0x00, 0xcf, - 0xf0, 0x1a, 0x57, 0x39, 0x68, 0xd7, 0x64, 0x81, 0x99, 0xbb, 0x7b, 0xf9, 0xed, 0x7d, 0x93, 0xb2, - 0x7b, 0xf2, 0x76, 0x86, 0x29, 0xba, 0x87, 0x9a, 0xd6, 0x40, 0x77, 0x47, 0x4a, 0xc3, 0xa0, 0x25, - 0x83, 0x5d, 0xd1, 0x57, 0x54, 0xa0, 0x26, 0x4c, 0xb6, 0xdc, 0xf6, 0x9b, 0x98, 0x44, 0x0e, 0xf8, - 0xc0, 0x55, 0x5e, 0xea, 0x2d, 0x53, 0xf0, 0x8d, 0xa9, 0x4b, 0xbe, 0xe0, 0x8a, 0xfa, 0xe8, 0x0a, - 0x5a, 0x69, 0x97, 0x03, 0x3c, 0xdf, 0x25, 0x5f, 0x43, 0x64, 0xd7, 0x01, 0x5a, 0x61, 0xd6, 0x39, - 0x21, 0x12, 0xad, 0x70, 0x00, 0x7b, 0x7d, 0x0e, 0x0d, 0xd9, 0x71, 0x32, 0x6b, 0x45, 0x6f, 0xf3, - 0x48, 0x0b, 0x03, 0x3e, 0x5f, 0x32, 0x49, 0x17, 0xc9, 0x30, 0xc3, 0x5e, 0xc0, 0x56, 0x5c, 0xbf, - 0xc6, 0x55, 0x06, 0xfd, 0xac, 0xc4, 0x4e, 0x92, 0xa3, 0x49, 0x14, 0x32, 0xfc, 0xe7, 0x25, 0x76, - 0x8c, 0xcc, 0x60, 0x14, 0x52, 0x4c, 0xd1, 0x5f, 0x18, 0x10, 0xfd, 0xcd, 0x81, 0xbf, 0x34, 0x12, - 0x62, 0x87, 0x73, 0xf8, 0xaf, 0x8c, 0x32, 0x94, 0x10, 0xe7, 0x9b, 0xa2, 0x2f, 0x96, 0xd0, 0xd2, - 0x44, 0x59, 0x0c, 0xd3, 0x97, 0x0c, 0x23, 0x4a, 0x4d, 0x19, 0x5f, 0x36, 0x8c, 0xb1, 0xcc, 0x14, - 0x7d, 0xc5, 0xa0, 0xd7, 0x78, 0xe0, 0xc9, 0xdd, 0xdd, 0x14, 0x7d, 0xb5, 0xc4, 0x1a, 0xe4, 0x18, - 0x6e, 0x5f, 0xe6, 0x3e, 0x0f, 0xdc, 0x8c, 0xff, 0xb5, 0x12, 0x3b, 0x41, 0xe8, 0x21, 0x75, 0x8a, - 0x3e, 0x35, 0xc6, 0x68, 0x72, 0x14, 0xe6, 0xca, 0xd1, 0xaf, 0x8e, 0x99, 0x58, 0xc5, 0x8c, 0x16, - 0xfb, 0xda, 0x18, 0x9b, 0xb1, 0xe7, 0x63, 0xd7, 0xcf, 0x8c, 0xb1, 0x1a, 0x99, 0xe8, 0x04, 0x58, - 0x82, 0xe8, 0xc7, 0xf0, 0x2a, 0x4c, 0xd8, 0x3e, 0x43, 0x3f, 0x8e, 0x97, 0x6f, 0xdc, 0x5c, 0x05, - 0xfa, 0x09, 0x9c, 0x61, 0x98, 0x03, 0x0a, 0x02, 0x2f, 0x3f, 0x6a, 0xd1, 0x4f, 0x9a, 0x1d, 0xb6, - 0x82, 0xd1, 0x4f, 0x99, 0x85, 0x9d, 0x18, 0xe8, 0xdf, 0xca, 0x26, 0x4e, 0xf9, 0xf1, 0xe1, 0xef, - 0x65, 0xb4, 0x67, 0x0d, 0x74, 0x56, 0x11, 0xe8, 0x3f, 0xca, 0xec, 0x0c, 0x39, 0x91, 0x60, 0xa6, - 0x99, 0xa7, 0xb5, 0xe0, 0x9f, 0x65, 0x36, 0x47, 0x4e, 0x61, 0x67, 0x4b, 0x93, 0x02, 0x37, 0x09, - 0xa5, 0x85, 0xab, 0xe8, 0xbf, 0xca, 0xec, 0x2c, 0x39, 0xb9, 0x06, 0x3a, 0x3d, 0x9c, 0x1c, 0xf1, - 0xdf, 0x65, 0x36, 0x4d, 0xa6, 0xb0, 0x5a, 0x08, 0xd8, 0x07, 0xfa, 0x62, 0x19, 0x4f, 0x38, 0x59, - 0xc6, 0xe6, 0xbc, 0x54, 0xc6, 0xb8, 0xbf, 0x1b, 0x0b, 0x71, 0x7b, 0xd0, 0xda, 0xe3, 0x41, 0x00, - 0xbe, 0xa2, 0x2f, 0x97, 0x31, 0xba, 0x0e, 0x0c, 0xe4, 0x3e, 0xe4, 0xe0, 0x57, 0x4c, 0x04, 0x0c, - 0xf3, 0xe3, 0x43, 0x88, 0x46, 0x29, 0xe1, 0xd5, 0x32, 0x9e, 0x93, 0xe5, 0x2f, 0x52, 0x5e, 0x2b, - 0xb3, 0x73, 0xa4, 0x61, 0x8b, 0x4c, 0x72, 0x4a, 0x48, 0xec, 0x03, 0x76, 0x24, 0xfa, 0x54, 0x25, - 0x95, 0xd8, 0x06, 0x5f, 0xf3, 0x74, 0xdf, 0x07, 0x2b, 0x68, 0x17, 0x5e, 0xca, 0xac, 0x11, 0x29, - 0xfa, 0x74, 0x05, 0x8f, 0x77, 0x0d, 0x74, 0xdc, 0x8b, 0x14, 0xfd, 0x10, 0xce, 0x8f, 0x33, 0xd7, - 0x03, 0x35, 0xec, 0xa5, 0x86, 0xd2, 0x0f, 0x27, 0x9b, 0xdb, 0x42, 0xe9, 0x48, 0xf4, 0x86, 0x26, - 0xed, 0x3f, 0x52, 0x41, 0xa7, 0xba, 0xa3, 0xc0, 0x2d, 0xc0, 0x1f, 0x35, 0x32, 0x93, 0xd1, 0x18, - 0x8d, 0xfa, 0x75, 0x85, 0xcd, 0x12, 0x62, 0xab, 0x81, 0x01, 0x7e, 0x93, 0xc8, 0xc3, 0x81, 0x71, - 0x1f, 0x22, 0xd3, 0x4d, 0xe9, 0x6f, 0x53, 0x13, 0x73, 0x35, 0x97, 0xfe, 0xae, 0x82, 0x41, 0x4f, - 0x1a, 0x0d, 0xfd, 0x7a, 0x15, 0xed, 0x33, 0x31, 0xc1, 0xb6, 0x67, 0x13, 0xe6, 0x1b, 0x55, 0xcc, - 0x3f, 0x4c, 0x6b, 0x9b, 0x7f, 0xdf, 0x34, 0xeb, 0xb8, 0x85, 0x74, 0xda, 0xf4, 0x5b, 0x38, 0xb8, - 0x92, 0x78, 0xbd, 0xd3, 0xdd, 0xa2, 0xdf, 0xae, 0xa2, 0xaa, 0x25, 0xdf, 0x97, 0x2e, 0xd7, 0xe9, - 0xe5, 0xfa, 0x4e, 0x15, 0x6f, 0x67, 0x4e, 0x7b, 0x7c, 0xee, 0xdf, 0xad, 0x1a, 0x47, 0x2d, 0x6e, - 0x72, 0xb7, 0x8d, 0xe5, 0xf8, 0x7b, 0x46, 0x2a, 0xf6, 0x2e, 0xb4, 0x64, 0x47, 0xd3, 0xef, 0x1b, - 0xbe, 0xc3, 0xb3, 0x18, 0xfd, 0x7d, 0x2d, 0xce, 0xd0, 0x1c, 0xf6, 0x87, 0x9a, 0xbd, 0x6e, 0xc5, - 0xe1, 0x8b, 0xfe, 0xd1, 0xc0, 0x87, 0x07, 0x36, 0xfa, 0xa7, 0x1a, 0x1a, 0x96, 0x9f, 0xb9, 0xb0, - 0xaa, 0x29, 0xfa, 0xe7, 0x1a, 0x5a, 0x90, 0x4d, 0x57, 0xf4, 0xd9, 0x3a, 0x06, 0x2b, 0x99, 0xab, - 0xe8, 0x0f, 0xea, 0xe8, 0xe6, 0xa1, 0x89, 0x8a, 0xfe, 0xb0, 0x6e, 0x8e, 0x23, 0x9d, 0xa5, 0xe8, - 0x73, 0x39, 0x00, 0xb9, 0xe8, 0x8f, 0xea, 0xa6, 0xa0, 0x15, 0xe6, 0x27, 0xfa, 0xe3, 0x3a, 0xda, - 0x76, 0x78, 0x72, 0xa2, 0x3f, 0xa9, 0xdb, 0xe3, 0x4e, 0x67, 0x26, 0xfa, 0xd3, 0x3a, 0xde, 0xa1, - 0xbb, 0x4f, 0x4b, 0xf4, 0x79, 0xa3, 0x2b, 0x9b, 0x93, 0xe8, 0x0b, 0x75, 0x4c, 0xf5, 0xd8, 0x87, - 0x58, 0x97, 0xf9, 0x92, 0x40, 0x3f, 0x37, 0x6d, 0xca, 0x2d, 0x3a, 0x53, 0xc0, 0x3f, 0x3f, 0x8d, - 0x39, 0x8e, 0x22, 0x0a, 0xb8, 0xa2, 0x5f, 0x98, 0xc6, 0x6b, 0x9f, 0x94, 0xa6, 0xe2, 0xa6, 0x2f, - 0x4e, 0x63, 0xe5, 0xd8, 0x89, 0x78, 0xa0, 0x76, 0x21, 0xc2, 0x03, 0xa3, 0x5f, 0x9a, 0xc6, 0xe8, - 0x24, 0x50, 0x7c, 0x03, 0xe8, 0x97, 0xa7, 0x9b, 0x0b, 0x64, 0xb2, 0xad, 0x7c, 0xd3, 0x41, 0x27, - 0x49, 0xb9, 0xad, 0x7c, 0x7a, 0x04, 0x1b, 0xce, 0xb2, 0x94, 0xfe, 0xca, 0x41, 0x18, 0x3d, 0xf1, - 0x00, 0x2d, 0x35, 0x97, 0xc9, 0x6c, 0x4b, 0x0e, 0x42, 0x9e, 0x16, 0x10, 0xd3, 0x34, 0x6d, 0xb7, - 0x05, 0xcf, 0xa6, 0xee, 0x11, 0xec, 0x5a, 0x2b, 0x07, 0xe0, 0x0e, 0x4d, 0x6f, 0x2f, 0xe1, 0x12, - 0x37, 0xe1, 0xa1, 0x7b, 0x74, 0xac, 0xf9, 0x1e, 0x42, 0x5b, 0x32, 0x50, 0x42, 0x69, 0x08, 0xdc, - 0xd1, 0x3a, 0xec, 0x83, 0x6f, 0x26, 0x08, 0x1d, 0xc9, 0xa0, 0x4f, 0x8f, 0x98, 0xc7, 0x22, 0x98, - 0x47, 0x9f, 0x9d, 0x33, 0x96, 0x71, 0x20, 0x34, 0x2f, 0xc2, 0x19, 0x42, 0x56, 0xf6, 0x21, 0xd0, - 0x43, 0xee, 0xfb, 0x23, 0x5a, 0xc6, 0x75, 0x6b, 0xa8, 0xb4, 0x1c, 0x88, 0x27, 0x71, 0xdc, 0x68, - 0x7e, 0xa6, 0x44, 0x6a, 0x76, 0xa8, 0x48, 0x4d, 0xb3, 0xcb, 0x6d, 0x08, 0x3c, 0x61, 0x84, 0xe3, - 0x83, 0xc6, 0x40, 0xf1, 0x24, 0x54, 0xca, 0x98, 0xba, 0x9a, 0x47, 0xc6, 0x42, 0xf3, 0x8e, 0x8b, - 0xf7, 0x45, 0xc6, 0x4e, 0x8f, 0x8e, 0x67, 0x7c, 0xc9, 0x78, 0x33, 0x95, 0xf1, 0x65, 0xee, 0x4d, - 0xe0, 0x30, 0x9f, 0xd7, 0xb0, 0x14, 0x78, 0x2d, 0x1f, 0x38, 0x8e, 0x22, 0x93, 0xcd, 0xab, 0x84, - 0x64, 0x9f, 0x08, 0x8c, 0xf9, 0x59, 0x8b, 0x3e, 0x82, 0x41, 0x58, 0xf3, 0x65, 0x8f, 0xfb, 0xb4, - 0x84, 0xc3, 0x8f, 0xc9, 0xc9, 0xb1, 0xe6, 0xa7, 0x27, 0xc9, 0xec, 0xa1, 0x0f, 0x02, 0xe8, 0x45, - 0xba, 0x58, 0xf2, 0xf1, 0xa0, 0xce, 0x91, 0xd3, 0x29, 0x72, 0xc7, 0xb4, 0x53, 0xc2, 0x51, 0x34, - 0x25, 0x1f, 0x1a, 0x7b, 0xc6, 0xd8, 0x05, 0x72, 0x36, 0x23, 0xde, 0x39, 0xec, 0x60, 0xe7, 0x68, - 0xa4, 0x0c, 0x87, 0xa7, 0x9e, 0x0a, 0x06, 0x26, 0xa5, 0x9a, 0xa9, 0xda, 0x3c, 0xbb, 0xb3, 0xaf, - 0x17, 0xb6, 0x45, 0xd3, 0x09, 0x7c, 0x09, 0x67, 0x36, 0xa6, 0x59, 0x44, 0x27, 0x31, 0x8e, 0x29, - 0x21, 0x6e, 0x9f, 0x53, 0x05, 0x30, 0x6e, 0xa3, 0x55, 0x0c, 0x6e, 0x0a, 0x62, 0xc9, 0xcc, 0xaa, - 0x15, 0xc1, 0x51, 0xfe, 0x50, 0x08, 0x6c, 0x59, 0xac, 0x15, 0x28, 0x06, 0x6b, 0x83, 0xe6, 0xc2, - 0xa7, 0x75, 0x1c, 0xef, 0x0a, 0x71, 0xb1, 0x3b, 0xa6, 0x0b, 0xca, 0xe3, 0x26, 0x3c, 0x83, 0x83, - 0x5c, 0xf6, 0x74, 0x32, 0xbd, 0x7c, 0xb6, 0x80, 0x99, 0xf2, 0x4c, 0x69, 0x41, 0x5d, 0x6e, 0xe8, - 0xa0, 0x47, 0x8b, 0x8e, 0x9a, 0x24, 0xa1, 0xac, 0x10, 0x5d, 0x6b, 0xf7, 0xd6, 0xed, 0x00, 0x22, - 0xb5, 0x27, 0x42, 0x7a, 0xac, 0x10, 0x34, 0x5b, 0x21, 0x4d, 0x5e, 0x1c, 0x2f, 0x84, 0x02, 0x4d, - 0xcf, 0x36, 0x9d, 0x28, 0x1e, 0x98, 0xa9, 0x51, 0x19, 0xf5, 0x64, 0x81, 0xba, 0xc1, 0x03, 0xde, - 0xcf, 0x29, 0x3c, 0x55, 0x50, 0x98, 0x2b, 0x8e, 0x8d, 0x82, 0xf1, 0xf1, 0x94, 0x72, 0x9a, 0xcd, - 0x93, 0xb9, 0x43, 0xc6, 0x17, 0x0b, 0xd0, 0x19, 0x76, 0x9e, 0x9c, 0x29, 0xd8, 0x59, 0xa4, 0x9f, - 0x65, 0x0b, 0xe4, 0xfc, 0x1d, 0xd9, 0x57, 0xe4, 0x99, 0x2b, 0x64, 0xe8, 0x5d, 0x2a, 0xe0, 0x39, - 0x7c, 0xf7, 0xa6, 0x0c, 0x85, 0x6a, 0x77, 0xbe, 0xe0, 0xed, 0xe1, 0xaa, 0x77, 0xa1, 0x20, 0x79, - 0x0d, 0x34, 0x1e, 0x97, 0x08, 0xfa, 0xe9, 0xd8, 0x34, 0x5f, 0x90, 0x1c, 0x33, 0xd8, 0x32, 0x77, - 0xb1, 0xd9, 0x25, 0x55, 0xf3, 0xd3, 0x7c, 0xe2, 0xc2, 0xc2, 0x12, 0x08, 0xec, 0x5b, 0xe2, 0x49, - 0x91, 0xd4, 0xb1, 0x6b, 0xc0, 0x7d, 0xbd, 0x37, 0xa2, 0x25, 0x7c, 0x09, 0x2d, 0xf5, 0x02, 0x19, - 0x0d, 0xb8, 0x4f, 0xc7, 0x4c, 0x89, 0xd3, 0x3c, 0xf0, 0x96, 0xb1, 0x8a, 0xd5, 0xc9, 0x54, 0x57, - 0xcb, 0x30, 0xc4, 0x5d, 0x95, 0xa6, 0x6b, 0x3b, 0xba, 0x2d, 0x60, 0xf8, 0xb6, 0x4e, 0x16, 0xe9, - 0xe3, 0xcb, 0xbc, 0x68, 0xf2, 0xb0, 0xb9, 0x74, 0xa5, 0x02, 0x1a, 0xfb, 0x61, 0x6b, 0x59, 0x01, - 0xc5, 0x47, 0xda, 0x3b, 0x24, 0x39, 0x9a, 0x7e, 0x89, 0xbc, 0x01, 0x07, 0xfa, 0x86, 0xec, 0xdd, - 0x64, 0x17, 0x16, 0xed, 0x3f, 0x0e, 0x8b, 0xc9, 0x3f, 0x0e, 0x8b, 0x1b, 0xa0, 0x14, 0x66, 0x47, - 0x68, 0xae, 0x7a, 0xe3, 0xaf, 0x93, 0xe6, 0x13, 0xeb, 0xc5, 0xbb, 0x7f, 0xd4, 0xce, 0x7d, 0x32, - 0x75, 0x66, 0xc3, 0xdc, 0x6a, 0xab, 0x77, 0x73, 0x79, 0x97, 0xcc, 0x08, 0x99, 0xec, 0xeb, 0x47, - 0xa1, 0xbb, 0x5c, 0x6b, 0x99, 0x7d, 0xdb, 0x28, 0x63, 0xbb, 0xf4, 0xde, 0x07, 0xfa, 0x42, 0xef, - 0x0d, 0x7b, 0x28, 0xed, 0x8a, 0x65, 0xbb, 0x2c, 0x64, 0xf2, 0xcb, 0x28, 0xba, 0xd2, 0x97, 0x97, - 0x79, 0x28, 0xae, 0x58, 0x7d, 0x61, 0xef, 0xb3, 0xa5, 0xd2, 0x57, 0xc6, 0x66, 0x3a, 0x5b, 0x8b, - 0x1b, 0x56, 0xea, 0x5a, 0x14, 0xba, 0xbd, 0x09, 0xc3, 0xfa, 0xe0, 0x7f, 0x02, 0x00, 0x00, 0xff, - 0xff, 0x93, 0x76, 0xac, 0xbd, 0x60, 0x19, 0x00, 0x00, + 0x19, 0xf6, 0x2c, 0x5a, 0xa6, 0x67, 0x24, 0xb5, 0xdb, 0x9b, 0x6c, 0xcb, 0xb6, 0x2c, 0x12, 0x30, + 0x22, 0x96, 0x13, 0x07, 0x92, 0x40, 0x55, 0x28, 0xa4, 0x19, 0x49, 0x9e, 0x8a, 0xb6, 0xbc, 0x91, + 0x03, 0x45, 0x15, 0xb8, 0x7a, 0xde, 0xfb, 0x35, 0x6a, 0xfb, 0xcd, 0xeb, 0xc7, 0xeb, 0x1e, 0x59, + 0x93, 0x53, 0x12, 0x96, 0x33, 0x5b, 0x15, 0x37, 0x8a, 0x03, 0x7b, 0x41, 0x8a, 0x1d, 0x8e, 0x40, + 0x58, 0x12, 0xb6, 0x33, 0x3b, 0x1c, 0xe1, 0xce, 0x9a, 0x95, 0xfa, 0xbb, 0xdf, 0x3a, 0x76, 0xe0, + 0xc0, 0x6d, 0xfa, 0xfb, 0xff, 0xfe, 0xf7, 0xfe, 0xfb, 0xef, 0x37, 0xa4, 0xe1, 0xca, 0x7e, 0x5f, + 0x06, 0x4b, 0x61, 0x24, 0xb5, 0x64, 0xc7, 0xfa, 0xc2, 0x3f, 0x18, 0x28, 0xbb, 0x5a, 0xb2, 0xa4, + 0x33, 0xf3, 0x3d, 0x29, 0x7b, 0x3e, 0x5c, 0x31, 0x60, 0x77, 0xb0, 0x77, 0xc5, 0x03, 0xe5, 0x46, + 0x22, 0xd4, 0x32, 0xb2, 0x8c, 0x0b, 0x8a, 0x8c, 0x77, 0x34, 0xd7, 0x03, 0xc5, 0x1e, 0x25, 0x04, + 0xa2, 0x48, 0x46, 0x37, 0x5c, 0xe9, 0xc1, 0x6c, 0x69, 0xbe, 0x74, 0x69, 0xfa, 0xea, 0xf9, 0xa5, + 0xbb, 0x48, 0x5d, 0x5a, 0x45, 0xb6, 0xa6, 0xf4, 0xc0, 0xa9, 0x41, 0xf2, 0x93, 0x9d, 0x24, 0xe3, + 0x11, 0x70, 0x25, 0x83, 0xd9, 0xf2, 0x7c, 0xe9, 0x52, 0xcd, 0x89, 0x57, 0x8c, 0x91, 0xaa, 0x11, + 0x58, 0x99, 0x2f, 0x5d, 0x1a, 0x73, 0xcc, 0xef, 0x85, 0x87, 0x48, 0xe3, 0x31, 0x18, 0x3e, 0xc1, + 0xfd, 0x01, 0xec, 0x70, 0x11, 0x31, 0x4a, 0x2a, 0xb7, 0x60, 0x68, 0x74, 0xd6, 0x1c, 0xfc, 0xc9, + 0x8e, 0x93, 0xb1, 0x03, 0x24, 0xc7, 0xc2, 0xec, 0x62, 0xe1, 0x41, 0x52, 0x7f, 0x0c, 0x86, 0x2d, + 0xae, 0xf9, 0xeb, 0x6c, 0x63, 0xa4, 0xea, 0x71, 0xcd, 0xcd, 0xae, 0x86, 0x63, 0x7e, 0x2f, 0xcc, + 0x91, 0xea, 0x8a, 0x2f, 0xbb, 0x99, 0xc8, 0x92, 0x21, 0xc6, 0x22, 0x0f, 0x08, 0xdd, 0xf1, 0xb9, + 0x0b, 0xfb, 0xd2, 0xf7, 0x20, 0x32, 0x26, 0xa1, 0x5c, 0xcd, 0x7b, 0x89, 0x5c, 0xcd, 0x7b, 0xec, + 0x11, 0x52, 0xd5, 0xc3, 0xd0, 0x5a, 0x33, 0x7d, 0xf5, 0x9e, 0xbb, 0x46, 0x25, 0x27, 0x66, 0x77, + 0x18, 0x82, 0x63, 0x76, 0x60, 0x58, 0x8c, 0x22, 0x35, 0x5b, 0x99, 0xaf, 0x5c, 0x6a, 0x38, 0xf1, + 0x6a, 0xe1, 0x7d, 0x05, 0xbd, 0xeb, 0x91, 0x1c, 0x84, 0xac, 0x4d, 0x1a, 0x61, 0x86, 0xa9, 0xd9, + 0xd2, 0x7c, 0xe5, 0x52, 0xfd, 0xea, 0xbd, 0xff, 0x4b, 0x9b, 0x31, 0xda, 0x29, 0x6c, 0x5d, 0xb8, + 0x4c, 0x26, 0x96, 0x3d, 0x2f, 0x02, 0xa5, 0xd8, 0x34, 0x29, 0x8b, 0x30, 0x76, 0xa6, 0x2c, 0x42, + 0x8c, 0x51, 0x28, 0x23, 0x6d, 0x7c, 0xa9, 0x38, 0xe6, 0xf7, 0xc2, 0xb3, 0x25, 0x32, 0xb1, 0xa9, + 0x7a, 0x2b, 0x5c, 0x01, 0x7b, 0x98, 0x4c, 0xf6, 0x55, 0xef, 0x86, 0xf1, 0xd7, 0x56, 0xc1, 0xdc, + 0x5d, 0x2d, 0xd8, 0x54, 0x3d, 0xe3, 0xe7, 0x44, 0xdf, 0xfe, 0xc0, 0x00, 0xf7, 0x55, 0xaf, 0xdd, + 0x8a, 0x25, 0xdb, 0x05, 0x9b, 0x23, 0x35, 0x2d, 0xfa, 0xa0, 0x34, 0xef, 0x87, 0xa6, 0x08, 0xaa, + 0x4e, 0x06, 0xb0, 0x33, 0x64, 0x52, 0xc9, 0x41, 0xe4, 0x42, 0xbb, 0x35, 0x5b, 0x35, 0xdb, 0xd2, + 0x35, 0xd2, 0x34, 0x8f, 0x7a, 0xa0, 0xdb, 0xad, 0xd9, 0x31, 0x4b, 0x4b, 0xd6, 0x0b, 0x8f, 0x92, + 0xda, 0xa6, 0xea, 0x5d, 0x03, 0xee, 0x41, 0xc4, 0xee, 0x27, 0xd5, 0x2e, 0x57, 0xd6, 0xda, 0xfa, + 0xeb, 0x5b, 0x8b, 0xde, 0x39, 0x86, 0x73, 0xe1, 0xfd, 0xa4, 0xd1, 0xda, 0xdc, 0xf8, 0x3f, 0x24, + 0xa0, 0x5b, 0x6a, 0x9f, 0x47, 0xde, 0x16, 0xef, 0x27, 0x45, 0x9a, 0x01, 0x0b, 0x2f, 0x95, 0x48, + 0x63, 0x27, 0x12, 0x07, 0xc2, 0x87, 0x1e, 0xac, 0x1e, 0x6a, 0xf6, 0x2e, 0x52, 0x97, 0xdd, 0x9b, + 0xe0, 0xea, 0x7c, 0x5c, 0x2f, 0xdc, 0x55, 0xcf, 0xb6, 0xe1, 0x33, 0xa1, 0x25, 0x32, 0xfd, 0xcd, + 0xb6, 0x09, 0x8d, 0x25, 0x84, 0x89, 0xe0, 0xff, 0x5a, 0x8e, 0x56, 0x4c, 0x6a, 0x84, 0x33, 0x23, + 0x8b, 0x00, 0x5b, 0x24, 0x47, 0x63, 0x81, 0x01, 0xef, 0xc3, 0x0d, 0x11, 0x78, 0x70, 0x18, 0x9f, + 0xd2, 0x98, 0x17, 0x5d, 0x69, 0x23, 0xcc, 0xee, 0x23, 0xec, 0x0e, 0x5e, 0x65, 0x12, 0x36, 0xe6, + 0xd0, 0x11, 0x66, 0xb5, 0xb0, 0x46, 0x1a, 0x1d, 0xe8, 0xf5, 0x21, 0xd0, 0xd8, 0x5a, 0x14, 0xc6, + 0x2a, 0x5e, 0xb7, 0x5b, 0xc6, 0xf5, 0x8a, 0x93, 0x01, 0x6c, 0x96, 0x4c, 0x6c, 0x0d, 0xfa, 0x8e, + 0xbc, 0xad, 0xe2, 0xc2, 0x49, 0x96, 0x8b, 0xcf, 0x11, 0x52, 0x4b, 0x7b, 0x0d, 0xab, 0x93, 0x89, + 0xce, 0xc0, 0x75, 0x41, 0x29, 0x7a, 0x84, 0x1d, 0x23, 0x33, 0xd7, 0x03, 0x38, 0x0c, 0xc1, 0xd5, + 0xe0, 0x19, 0x1e, 0x5a, 0x62, 0x47, 0xc9, 0x54, 0x53, 0x06, 0x01, 0xb8, 0x7a, 0x8d, 0x0b, 0x1f, + 0x3c, 0x5a, 0x66, 0xc7, 0x09, 0xdd, 0x81, 0xa8, 0x2f, 0x94, 0x12, 0x32, 0x68, 0x41, 0x20, 0xc0, + 0xa3, 0x15, 0x76, 0x8a, 0x1c, 0x6b, 0x4a, 0xdf, 0x07, 0x57, 0x0b, 0x19, 0x6c, 0x49, 0xbd, 0x7a, + 0x28, 0x94, 0x56, 0xb4, 0x8a, 0x62, 0xdb, 0xbe, 0x0f, 0x3d, 0xee, 0x2f, 0x47, 0xbd, 0x01, 0x1a, + 0x48, 0xc7, 0x50, 0x46, 0x0c, 0xb6, 0x44, 0x1f, 0x02, 0x94, 0x44, 0x27, 0x72, 0xa8, 0xf1, 0x1a, + 0x73, 0x44, 0x27, 0xd9, 0x69, 0x72, 0x22, 0x46, 0x73, 0x0a, 0x78, 0x1f, 0x68, 0x8d, 0xcd, 0x90, + 0x7a, 0x4c, 0xda, 0xdd, 0xde, 0x79, 0x8c, 0x92, 0x9c, 0x04, 0x47, 0xde, 0x76, 0xc0, 0x95, 0x91, + 0x47, 0xeb, 0x39, 0x13, 0x9e, 0x00, 0x57, 0xcb, 0xa8, 0xdd, 0xa2, 0x0d, 0x34, 0x38, 0x06, 0x3b, + 0xc0, 0x23, 0x77, 0xdf, 0x01, 0x35, 0xf0, 0x35, 0x9d, 0x62, 0x94, 0x34, 0xd6, 0x84, 0x0f, 0x5b, + 0x52, 0xaf, 0xc9, 0x41, 0xe0, 0xd1, 0x69, 0x36, 0x4d, 0xc8, 0x26, 0x68, 0x1e, 0x47, 0x60, 0x06, + 0xd5, 0x36, 0xb9, 0xbb, 0x0f, 0x31, 0x40, 0xd9, 0x49, 0xc2, 0x9a, 0x3c, 0x08, 0xa4, 0x6e, 0x46, + 0xc0, 0x35, 0xac, 0x99, 0x8e, 0x41, 0x8f, 0xa2, 0x39, 0x05, 0x5c, 0xf8, 0x40, 0x59, 0xc6, 0xdd, + 0x02, 0x1f, 0x52, 0xee, 0x63, 0x19, 0x77, 0x8c, 0x23, 0xf7, 0x71, 0x34, 0x7e, 0x65, 0x20, 0x7c, + 0xcf, 0x84, 0xc4, 0xa6, 0xe5, 0x04, 0xda, 0x18, 0x1b, 0xbf, 0xb5, 0xd1, 0xee, 0xec, 0xd2, 0x93, + 0xec, 0x04, 0x39, 0x1a, 0x23, 0x9b, 0xa0, 0x23, 0xe1, 0x9a, 0xe0, 0x9d, 0x42, 0x53, 0xb7, 0x07, + 0x7a, 0x7b, 0x6f, 0x13, 0xfa, 0x32, 0x1a, 0xd2, 0x59, 0x4c, 0xa8, 0x91, 0x94, 0xa4, 0x88, 0x9e, + 0x46, 0x0d, 0xab, 0xfd, 0x50, 0x0f, 0xb3, 0xf0, 0xd2, 0x33, 0xec, 0x2c, 0x39, 0x75, 0x3d, 0xf4, + 0xb8, 0x86, 0x76, 0x1f, 0xdb, 0xd9, 0x2e, 0x57, 0xb7, 0xd0, 0xdd, 0x41, 0x04, 0xf4, 0x2c, 0x3b, + 0x43, 0x4e, 0x16, 0x73, 0x91, 0x06, 0x6b, 0x0e, 0x37, 0x5a, 0x6f, 0x9b, 0x11, 0x78, 0x10, 0x68, + 0xc1, 0xfd, 0x64, 0xe3, 0xb9, 0x4c, 0xea, 0x9d, 0xc4, 0xf3, 0x48, 0xb4, 0x9e, 0xdf, 0x49, 0xbc, + 0xc0, 0x66, 0xc9, 0xf1, 0x75, 0xd0, 0x77, 0x52, 0xe6, 0x91, 0xb2, 0x21, 0x94, 0x21, 0x5d, 0x57, + 0x10, 0xa9, 0x84, 0x72, 0x91, 0x31, 0x32, 0xbd, 0x0e, 0x1a, 0xc1, 0x04, 0x5b, 0xc0, 0x38, 0x59, + 0xf3, 0x1c, 0xe9, 0x43, 0x02, 0xbf, 0x01, 0x63, 0xd0, 0x8a, 0x64, 0x98, 0x07, 0xef, 0x41, 0x37, + 0xb7, 0x43, 0x88, 0xb8, 0x06, 0x94, 0x91, 0xa7, 0xdd, 0x8b, 0x72, 0x3a, 0x80, 0x11, 0xc8, 0xc3, + 0x6f, 0xcc, 0xe0, 0xbc, 0xd6, 0x37, 0x61, 0x0d, 0xc7, 0xdc, 0x60, 0x7b, 0x71, 0x42, 0xba, 0x84, + 0x5e, 0xc7, 0x4a, 0xd2, 0x3e, 0x92, 0x10, 0xdf, 0x8c, 0xa5, 0x62, 0xf7, 0xad, 0x47, 0x3c, 0xd0, + 0x09, 0xbe, 0xc8, 0x2e, 0x92, 0x73, 0x0e, 0xec, 0x45, 0xa0, 0xf6, 0x77, 0xa4, 0x2f, 0xdc, 0x61, + 0x3b, 0xd8, 0x93, 0x69, 0x49, 0x22, 0xcb, 0x5b, 0xd0, 0x12, 0x0c, 0x8b, 0xa5, 0x27, 0xf0, 0x7d, + 0x18, 0x93, 0x2d, 0xa9, 0x3b, 0xd8, 0x56, 0x37, 0x4c, 0xa3, 0xa6, 0x97, 0x51, 0xcb, 0x96, 0x74, + 0x20, 0xf4, 0x85, 0xcb, 0x97, 0x0f, 0xb8, 0xf0, 0x79, 0xd7, 0x07, 0xba, 0x84, 0x41, 0x89, 0x7b, + 0x4a, 0x9a, 0xdf, 0x2b, 0x6c, 0x8a, 0xd4, 0xd6, 0x64, 0xe4, 0x42, 0x0b, 0x82, 0x21, 0xbd, 0x1f, + 0x97, 0x0e, 0xd7, 0xb0, 0x21, 0xfa, 0x42, 0xd3, 0x07, 0xac, 0x78, 0x0f, 0xda, 0xad, 0x2d, 0xa9, + 0x37, 0xb9, 0x76, 0xf7, 0xe9, 0x55, 0xac, 0xeb, 0xeb, 0xa1, 0x82, 0x48, 0x2f, 0x0f, 0xb4, 0x6c, + 0xb7, 0x76, 0xa3, 0x01, 0xd0, 0x07, 0xd9, 0x1c, 0x99, 0x6d, 0x07, 0x6a, 0xb0, 0xb7, 0x27, 0x5c, + 0x01, 0x81, 0xb6, 0x05, 0xba, 0x2b, 0x37, 0x24, 0xf7, 0xe8, 0x5b, 0x31, 0xa9, 0x16, 0x79, 0x7c, + 0x20, 0x35, 0x5f, 0x3d, 0xdc, 0xe7, 0x03, 0xa5, 0xc1, 0xa3, 0x6f, 0x43, 0x63, 0x5b, 0x42, 0xdd, + 0x1a, 0xc1, 0x1f, 0x42, 0x7f, 0x77, 0x45, 0x1f, 0x76, 0x85, 0x7b, 0x6b, 0x43, 0x06, 0xbd, 0x16, + 0xf8, 0x7c, 0x48, 0x1f, 0xc6, 0x7a, 0xdf, 0x92, 0xda, 0x01, 0xee, 0x0d, 0x3b, 0x10, 0x1d, 0x00, + 0x7d, 0x04, 0x23, 0x9e, 0x40, 0x4d, 0x29, 0x23, 0x6f, 0xd9, 0xd5, 0xe2, 0x80, 0x6b, 0x11, 0xf4, + 0xe8, 0xdb, 0xf1, 0xc0, 0xe0, 0x30, 0x64, 0x08, 0x5b, 0xcb, 0xd4, 0x63, 0x8c, 0x4c, 0xb5, 0x5a, + 0x0e, 0x7c, 0x60, 0x00, 0x4a, 0x3b, 0xdc, 0x05, 0xfa, 0x97, 0x89, 0x45, 0x97, 0x10, 0x73, 0x88, + 0xb0, 0x17, 0x03, 0xfa, 0x9c, 0xad, 0xb6, 0x64, 0x00, 0xf4, 0x08, 0x6b, 0x90, 0xc9, 0xeb, 0x81, + 0x50, 0x6a, 0x00, 0x1e, 0x2d, 0x61, 0x03, 0x69, 0x07, 0x3b, 0x91, 0xec, 0xe1, 0xf4, 0x40, 0xcb, + 0x48, 0x5d, 0x13, 0x81, 0x50, 0xfb, 0xa6, 0x75, 0x12, 0x32, 0x1e, 0x77, 0x92, 0x2a, 0xab, 0x91, + 0x31, 0x07, 0x74, 0x34, 0xa4, 0x63, 0x8b, 0xcf, 0x94, 0x0a, 0x3d, 0x1f, 0x87, 0x01, 0x9a, 0x5f, + 0x67, 0x9a, 0xd2, 0xb3, 0x5c, 0xc2, 0x8e, 0xbe, 0x1e, 0xc9, 0xdb, 0xe8, 0x4b, 0x19, 0x05, 0x77, + 0x80, 0xfb, 0x46, 0x49, 0x9d, 0x4c, 0xac, 0xf9, 0x03, 0xa3, 0xb1, 0x6a, 0xf4, 0xe3, 0x02, 0xd9, + 0xc6, 0x90, 0x84, 0xb5, 0x1f, 0x82, 0x47, 0xc7, 0x31, 0x9f, 0xf6, 0xc4, 0x23, 0x6d, 0x62, 0xf1, + 0x9d, 0x64, 0x66, 0x64, 0x08, 0x63, 0x93, 0xa4, 0x1a, 0xab, 0xa6, 0xa4, 0xb1, 0x22, 0x02, 0x1e, + 0x0d, 0x6d, 0x5b, 0xa5, 0x1e, 0x46, 0x6f, 0xcd, 0x97, 0x5c, 0xc7, 0x00, 0x2c, 0xbe, 0x32, 0x6d, + 0xa6, 0x20, 0xb3, 0x71, 0x8a, 0xd4, 0xae, 0x07, 0x1e, 0xec, 0x89, 0x00, 0x3c, 0x7a, 0xc4, 0xb4, + 0x3b, 0xdb, 0x28, 0xb2, 0xbe, 0x83, 0xe1, 0x9e, 0x46, 0x63, 0x72, 0x18, 0x60, 0x0e, 0xaf, 0x71, + 0x95, 0x83, 0xf6, 0x4c, 0x15, 0x98, 0xb9, 0xbb, 0x9b, 0xdf, 0xde, 0x33, 0x25, 0xbb, 0x2f, 0x6f, + 0x67, 0x98, 0xa2, 0xfb, 0xa8, 0x69, 0x1d, 0x74, 0x67, 0xa8, 0x34, 0xf4, 0x9b, 0x32, 0xd8, 0x13, + 0x3d, 0x45, 0x05, 0x6a, 0xc2, 0x62, 0xcb, 0x6d, 0xbf, 0x89, 0x45, 0xe4, 0x80, 0x0f, 0x5c, 0xe5, + 0xa5, 0xde, 0x32, 0x0d, 0xdf, 0x98, 0xba, 0xec, 0x0b, 0xae, 0xa8, 0x8f, 0xae, 0xa0, 0x95, 0x76, + 0xd9, 0xc7, 0xfc, 0x2e, 0xfb, 0x1a, 0x22, 0xbb, 0x0e, 0xd0, 0x0a, 0xb3, 0xce, 0x09, 0x91, 0x68, + 0x85, 0x03, 0x78, 0xd7, 0xe7, 0xd0, 0x90, 0x1d, 0x27, 0x33, 0x56, 0xf4, 0x0e, 0x8f, 0xb4, 0x30, + 0xe0, 0xf3, 0x25, 0x53, 0x74, 0x91, 0x0c, 0x33, 0xec, 0x05, 0xbc, 0x8a, 0x1b, 0xd7, 0xb8, 0xca, + 0xa0, 0x9f, 0x95, 0xd8, 0x49, 0x72, 0x34, 0x89, 0x42, 0x86, 0xff, 0xbc, 0xc4, 0x8e, 0x91, 0x69, + 0x8c, 0x42, 0x8a, 0x29, 0xfa, 0x0b, 0x03, 0xa2, 0xbf, 0x39, 0xf0, 0x97, 0x46, 0x42, 0xec, 0x70, + 0x0e, 0xff, 0x95, 0x51, 0x86, 0x12, 0xe2, 0x7a, 0x53, 0xf4, 0xc5, 0x12, 0x5a, 0x9a, 0x28, 0x8b, + 0x61, 0xfa, 0x92, 0x61, 0x44, 0xa9, 0x29, 0xe3, 0xcb, 0x86, 0x31, 0x96, 0x99, 0xa2, 0xaf, 0x18, + 0xf4, 0x1a, 0x0f, 0x3c, 0xb9, 0xb7, 0x97, 0xa2, 0xaf, 0x96, 0xd8, 0x2c, 0x39, 0x86, 0xdb, 0x57, + 0xb8, 0xcf, 0x03, 0x37, 0xe3, 0x7f, 0xad, 0xc4, 0x4e, 0x10, 0x3a, 0xa2, 0x4e, 0xd1, 0xa7, 0xca, + 0xec, 0x14, 0x61, 0xd8, 0xd6, 0xcc, 0x81, 0x83, 0x44, 0x2d, 0x7d, 0xba, 0xcc, 0x16, 0xc8, 0xb9, + 0x35, 0xf0, 0x20, 0x1a, 0xd9, 0x64, 0x18, 0xf1, 0x44, 0xd3, 0x67, 0xca, 0x8c, 0x26, 0x79, 0x34, + 0x28, 0xfd, 0x4a, 0xd9, 0x04, 0x3a, 0xde, 0x60, 0xb1, 0xaf, 0x96, 0xd9, 0xb4, 0x4d, 0xae, 0x5d, + 0x3f, 0x5b, 0x66, 0x75, 0x32, 0xde, 0x0e, 0xb0, 0x7f, 0xd1, 0x8f, 0xe2, 0x39, 0x1a, 0xb7, 0x97, + 0x14, 0xfd, 0x18, 0x9e, 0xdc, 0x31, 0x73, 0x8e, 0xe8, 0xc7, 0x71, 0x00, 0x62, 0x0e, 0x28, 0x08, + 0xbc, 0xfc, 0x9c, 0x46, 0x3f, 0x61, 0x76, 0xd8, 0xf6, 0x47, 0x3f, 0x69, 0x16, 0x76, 0xdc, 0xa0, + 0x7f, 0xab, 0x98, 0x20, 0xe7, 0x67, 0x8f, 0xbf, 0x57, 0xd0, 0x9e, 0x75, 0xd0, 0x59, 0x3b, 0xa1, + 0xff, 0xa8, 0xb0, 0x33, 0xe4, 0x44, 0x82, 0x99, 0x49, 0x20, 0x6d, 0x24, 0xff, 0xac, 0xb0, 0x39, + 0x72, 0x0a, 0xaf, 0xc5, 0xb4, 0xa2, 0x70, 0x93, 0x50, 0x5a, 0xb8, 0x8a, 0xfe, 0xab, 0xc2, 0xce, + 0x92, 0x93, 0xeb, 0xa0, 0xd3, 0xcc, 0xe6, 0x88, 0xff, 0xae, 0xb0, 0x29, 0x32, 0x89, 0xad, 0x46, + 0xc0, 0x01, 0xd0, 0x17, 0x2b, 0x58, 0x1e, 0xc9, 0x32, 0x36, 0xe7, 0xa5, 0x0a, 0x26, 0xed, 0xdd, + 0xd8, 0xc5, 0x5b, 0xfd, 0xe6, 0x3e, 0x0f, 0x02, 0xf0, 0x15, 0x7d, 0xb9, 0x82, 0xa9, 0x71, 0xa0, + 0x2f, 0x0f, 0x20, 0x07, 0xbf, 0x62, 0x22, 0x60, 0x98, 0x1f, 0x1f, 0x40, 0x34, 0x4c, 0x09, 0xaf, + 0x56, 0x30, 0xc9, 0x96, 0xbf, 0x48, 0x79, 0xad, 0xc2, 0xce, 0x91, 0x59, 0xdb, 0xa1, 0x92, 0x14, + 0x23, 0xb1, 0x07, 0x78, 0x9d, 0xd1, 0xa7, 0xaa, 0xa9, 0xc4, 0x16, 0xf8, 0x9a, 0xa7, 0xfb, 0x9e, + 0xae, 0xa2, 0x5d, 0x78, 0xa2, 0xb3, 0x5b, 0x4c, 0xd1, 0x67, 0xaa, 0x98, 0xde, 0x75, 0xd0, 0xf1, + 0x45, 0xa6, 0xe8, 0x07, 0x71, 0xf8, 0x9c, 0xbe, 0x1e, 0xa8, 0x41, 0x37, 0x35, 0x94, 0x7e, 0x28, + 0xd9, 0xdc, 0x12, 0x4a, 0x47, 0xa2, 0x3b, 0x30, 0x67, 0xe6, 0xc3, 0x55, 0x74, 0xaa, 0x33, 0x0c, + 0xdc, 0x02, 0xfc, 0x11, 0x23, 0x33, 0xad, 0xa4, 0x3d, 0x49, 0x7f, 0x5d, 0x65, 0x33, 0x84, 0xd8, + 0x56, 0x62, 0x80, 0xdf, 0x24, 0xf2, 0x70, 0xda, 0x3c, 0x80, 0xc8, 0x5c, 0xc5, 0xf4, 0xb7, 0xa9, + 0x89, 0xb9, 0x86, 0x4d, 0x7f, 0x57, 0xc5, 0xa0, 0x27, 0xb7, 0x14, 0xfd, 0x5a, 0x0d, 0xed, 0x33, + 0x31, 0xc1, 0x3b, 0xd3, 0x16, 0xcc, 0xd7, 0x6b, 0x58, 0x7f, 0x78, 0x26, 0x6c, 0xfd, 0x7d, 0xc3, + 0xac, 0xe3, 0xfb, 0xa7, 0xdd, 0xa2, 0xdf, 0xc4, 0xa9, 0x97, 0xc4, 0xeb, 0xdd, 0xce, 0x36, 0xfd, + 0x56, 0x0d, 0x55, 0x2d, 0xfb, 0xbe, 0x74, 0xb9, 0x4e, 0x4f, 0xe6, 0xb7, 0x6b, 0x78, 0xb4, 0x73, + 0xda, 0xe3, 0xbc, 0x7f, 0xa7, 0x66, 0x1c, 0xb5, 0xb8, 0xa9, 0xdd, 0x16, 0xf6, 0xf2, 0xef, 0x1a, + 0xa9, 0x78, 0x4c, 0xd0, 0x92, 0x5d, 0x4d, 0xbf, 0x67, 0xf8, 0x46, 0x07, 0x39, 0xfa, 0xfb, 0x7a, + 0x5c, 0xa1, 0x39, 0xec, 0x0f, 0x75, 0x7b, 0x56, 0x8b, 0x93, 0x1b, 0xfd, 0xa3, 0x81, 0x47, 0xa7, + 0x3d, 0xfa, 0xa7, 0x3a, 0x1a, 0x96, 0x1f, 0xd8, 0xb0, 0x25, 0x2a, 0xfa, 0xe7, 0x3a, 0x5a, 0x90, + 0x8d, 0x66, 0xf4, 0xfb, 0x0d, 0x0c, 0x56, 0x32, 0x94, 0xd1, 0x1f, 0x34, 0xd0, 0xcd, 0x91, 0x71, + 0x8c, 0xfe, 0xb0, 0x61, 0xd2, 0x91, 0x0e, 0x62, 0xf4, 0xb9, 0x1c, 0x80, 0x5c, 0xf4, 0x47, 0x0d, + 0xd3, 0x0d, 0x0b, 0xc3, 0x17, 0xfd, 0x71, 0x03, 0x6d, 0x1b, 0x1d, 0xbb, 0xe8, 0x4f, 0x1a, 0x36, + 0xdd, 0xe9, 0xc0, 0x45, 0x7f, 0xda, 0xc0, 0x33, 0x74, 0xf7, 0x51, 0x8b, 0x3e, 0x6f, 0x74, 0x65, + 0x43, 0x16, 0x7d, 0xa1, 0x81, 0xa5, 0x1e, 0xfb, 0x10, 0xeb, 0x32, 0x9f, 0x21, 0xe8, 0x67, 0xa7, + 0x4c, 0xaf, 0x46, 0x67, 0x0a, 0xf8, 0xe7, 0xa6, 0x92, 0x86, 0x56, 0xc0, 0x15, 0xfd, 0xfc, 0x14, + 0x1e, 0xfb, 0xa4, 0x35, 0x15, 0x37, 0x7d, 0x61, 0x0a, 0x3b, 0xc7, 0x6e, 0xc4, 0x03, 0xb5, 0x07, + 0x11, 0x26, 0x8c, 0x7e, 0x71, 0x0a, 0xa3, 0x93, 0x40, 0xf1, 0x09, 0xa0, 0x5f, 0x9a, 0x5a, 0x5c, + 0x20, 0x13, 0x2d, 0xe5, 0x9b, 0xeb, 0x77, 0x82, 0x54, 0x5a, 0xca, 0xa7, 0x47, 0xf0, 0xb6, 0x5a, + 0x91, 0xd2, 0x5f, 0x3d, 0x0c, 0xa3, 0x27, 0x1e, 0xa0, 0xa5, 0xc5, 0x15, 0x32, 0xd3, 0x94, 0xfd, + 0x90, 0xa7, 0x0d, 0xc4, 0xdc, 0xb8, 0xf6, 0xaa, 0x06, 0xcf, 0x96, 0xee, 0x11, 0xbc, 0xf2, 0x56, + 0x0f, 0xc1, 0x1d, 0x98, 0xc1, 0xa0, 0x84, 0x4b, 0xdc, 0x84, 0x49, 0xf7, 0x68, 0x79, 0xf1, 0x3d, + 0x84, 0x36, 0x65, 0xa0, 0x84, 0xd2, 0x10, 0xb8, 0xc3, 0x0d, 0x38, 0x00, 0xdf, 0x8c, 0x1f, 0x3a, + 0x92, 0x41, 0x8f, 0x1e, 0x31, 0x2f, 0x4d, 0x30, 0x2f, 0x46, 0x3b, 0xa4, 0xac, 0xe0, 0x34, 0x69, + 0x9e, 0x93, 0xd3, 0x84, 0xac, 0x1e, 0x40, 0xa0, 0x07, 0xdc, 0xf7, 0x87, 0xb4, 0x82, 0xeb, 0xe6, + 0x40, 0x69, 0xd9, 0x17, 0x4f, 0xe2, 0xac, 0xb2, 0xf8, 0xe9, 0x12, 0xa9, 0xdb, 0x89, 0x24, 0x35, + 0xcd, 0x2e, 0x77, 0x20, 0xf0, 0x84, 0x11, 0x8e, 0xaf, 0x21, 0x03, 0xc5, 0x63, 0x54, 0x29, 0x63, + 0xea, 0x68, 0x1e, 0x19, 0x0b, 0xcd, 0x23, 0x30, 0xde, 0x17, 0x19, 0x3b, 0x3d, 0x3a, 0x96, 0xf1, + 0x25, 0xb3, 0xd1, 0x64, 0xc6, 0x97, 0xb9, 0x37, 0x8e, 0x2f, 0x81, 0xbc, 0x86, 0xe5, 0xc0, 0x6b, + 0xfa, 0xc0, 0x71, 0x8e, 0x99, 0x58, 0xbc, 0x4a, 0x48, 0xf6, 0x7d, 0xc1, 0x98, 0x9f, 0xdd, 0xef, + 0x47, 0x30, 0x08, 0xeb, 0xbe, 0xec, 0x72, 0x9f, 0x96, 0x70, 0x72, 0x32, 0x35, 0x59, 0x5e, 0xfc, + 0xd4, 0x04, 0x99, 0x19, 0xf9, 0x9a, 0x80, 0x5e, 0xa4, 0x8b, 0x65, 0x1f, 0x13, 0x75, 0x8e, 0x9c, + 0x4e, 0x91, 0x3b, 0x46, 0xa5, 0x12, 0xce, 0xb1, 0x29, 0x79, 0x64, 0x66, 0x2a, 0xb3, 0x0b, 0xe4, + 0x6c, 0x46, 0xbc, 0x73, 0x52, 0xc2, 0x9b, 0x63, 0x36, 0x65, 0x18, 0x1d, 0x99, 0xaa, 0x18, 0x98, + 0x94, 0x6a, 0x46, 0x72, 0xf3, 0x66, 0xcf, 0x3e, 0x7d, 0xd8, 0xfb, 0x9d, 0x8e, 0xe3, 0x33, 0x3a, + 0xb3, 0x31, 0xad, 0x22, 0x3a, 0x81, 0x71, 0x4c, 0x09, 0xf1, 0xf5, 0x39, 0x59, 0x00, 0xe3, 0x6b, + 0xb4, 0x86, 0xc1, 0x4d, 0x41, 0x6c, 0x99, 0x59, 0xb7, 0x22, 0xf8, 0x0e, 0x18, 0x09, 0x81, 0x6d, + 0x8b, 0xf5, 0x02, 0xc5, 0x5e, 0xf2, 0xa0, 0xb9, 0xf0, 0x69, 0x03, 0x67, 0xc3, 0x42, 0x5c, 0xec, + 0x8e, 0xa9, 0x82, 0xf2, 0xf8, 0x12, 0x9e, 0xc6, 0x29, 0x30, 0x7b, 0x77, 0x99, 0xbb, 0x7c, 0xa6, + 0x80, 0x99, 0xf6, 0x4c, 0x69, 0x41, 0x5d, 0x6e, 0x62, 0xa1, 0x47, 0x8b, 0x8e, 0x9a, 0x22, 0xa1, + 0xac, 0x10, 0x5d, 0x6b, 0xf7, 0xf6, 0xed, 0x00, 0x22, 0xb5, 0x2f, 0x42, 0x7a, 0xac, 0x10, 0x34, + 0xdb, 0x21, 0x4d, 0x5d, 0x1c, 0x2f, 0x84, 0x02, 0x4d, 0xcf, 0x36, 0x9d, 0x28, 0x26, 0xcc, 0xf4, + 0xa8, 0x8c, 0x7a, 0xb2, 0x40, 0xdd, 0xe4, 0x01, 0xef, 0xe5, 0x14, 0x9e, 0x2a, 0x28, 0xcc, 0x35, + 0xc7, 0xd9, 0x82, 0xf1, 0xf1, 0x94, 0x72, 0x9a, 0xcd, 0x93, 0xb9, 0x11, 0xe3, 0x8b, 0x0d, 0xe8, + 0x0c, 0x3b, 0x4f, 0xce, 0x14, 0xec, 0x2c, 0xd2, 0xcf, 0xb2, 0x05, 0x72, 0xfe, 0x8e, 0xea, 0x2b, + 0xf2, 0xcc, 0x15, 0x2a, 0xf4, 0x2e, 0x1d, 0xf0, 0x1c, 0x3e, 0x9a, 0x53, 0x86, 0x42, 0xb7, 0x3b, + 0x5f, 0xf0, 0x76, 0xb4, 0xeb, 0x5d, 0x28, 0x48, 0x5e, 0x07, 0x8d, 0xe9, 0x12, 0x41, 0x2f, 0x1d, + 0x9b, 0xe6, 0x0b, 0x92, 0x63, 0x06, 0xdb, 0xe6, 0x2e, 0x2e, 0x76, 0x48, 0xcd, 0xfc, 0x34, 0xdf, + 0xc7, 0xb0, 0xb1, 0x04, 0x02, 0xef, 0x2d, 0xf1, 0xa4, 0x48, 0xfa, 0xd8, 0x35, 0xe0, 0xbe, 0xde, + 0x1f, 0xd2, 0x12, 0x3e, 0xa3, 0x96, 0xbb, 0x81, 0x8c, 0xfa, 0xdc, 0xa7, 0x65, 0xd3, 0xe2, 0x34, + 0x0f, 0xbc, 0x15, 0xec, 0x62, 0x0d, 0x32, 0xd9, 0xd1, 0x32, 0x0c, 0x71, 0x57, 0x75, 0xd1, 0xb5, + 0x37, 0xba, 0x6d, 0x60, 0xf8, 0x30, 0x4f, 0x16, 0xe9, 0xcb, 0xcd, 0x3c, 0x87, 0xf2, 0xb0, 0x39, + 0x74, 0xa5, 0x02, 0x1a, 0xfb, 0x61, 0x7b, 0x59, 0x01, 0xc5, 0x17, 0xde, 0x3b, 0x24, 0x39, 0x9a, + 0x7e, 0xc6, 0xbc, 0x01, 0x87, 0xfa, 0x86, 0xec, 0xde, 0x64, 0x17, 0x96, 0xec, 0xdf, 0x15, 0x4b, + 0xc9, 0xdf, 0x15, 0x4b, 0x9b, 0xa0, 0x14, 0x56, 0x47, 0x68, 0x8e, 0xfa, 0xec, 0x5f, 0x27, 0xcc, + 0xf7, 0xd9, 0x8b, 0x77, 0xff, 0x22, 0x9e, 0xfb, 0xde, 0xea, 0xcc, 0x84, 0xb9, 0xd5, 0x76, 0xf7, + 0xe6, 0xca, 0x1e, 0x99, 0x16, 0x32, 0xd9, 0xd7, 0x8b, 0x42, 0x77, 0xa5, 0xde, 0x34, 0xfb, 0x76, + 0x50, 0xc6, 0x4e, 0xe9, 0xbd, 0x0f, 0xf4, 0x84, 0xde, 0x1f, 0x74, 0x51, 0xda, 0x15, 0xcb, 0x76, + 0x59, 0xc8, 0xe4, 0x97, 0x51, 0x74, 0xa5, 0x27, 0x2f, 0xf3, 0x50, 0x5c, 0xb1, 0xfa, 0xc2, 0xee, + 0x67, 0x4a, 0xa5, 0x2f, 0x97, 0xa7, 0xdb, 0xdb, 0x4b, 0x9b, 0x56, 0xea, 0x7a, 0x14, 0xba, 0xdd, + 0x71, 0xc3, 0xfa, 0xe0, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x1c, 0x96, 0xd9, 0xfb, 0x9d, 0x19, + 0x00, 0x00, } diff --git a/go-api/federpb/feder.pb.go b/go-api/federpb/feder.pb.go new file mode 100644 index 0000000..7f32ded --- /dev/null +++ b/go-api/federpb/feder.pb.go @@ -0,0 +1,138 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: feder.proto + +package federpb + +import ( + fmt "fmt" + proto "github.com/golang/protobuf/proto" + math "math" +) + +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +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:"-"` +} + +func (m *SegmentIndexData) Reset() { *m = SegmentIndexData{} } +func (m *SegmentIndexData) String() string { return proto.CompactTextString(m) } +func (*SegmentIndexData) ProtoMessage() {} +func (*SegmentIndexData) Descriptor() ([]byte, []int) { + return fileDescriptor_84d670fd126c7825, []int{0} +} + +func (m *SegmentIndexData) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_SegmentIndexData.Unmarshal(m, b) +} +func (m *SegmentIndexData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_SegmentIndexData.Marshal(b, m, deterministic) +} +func (m *SegmentIndexData) XXX_Merge(src proto.Message) { + xxx_messageInfo_SegmentIndexData.Merge(m, src) +} +func (m *SegmentIndexData) XXX_Size() int { + return xxx_messageInfo_SegmentIndexData.Size(m) +} +func (m *SegmentIndexData) XXX_DiscardUnknown() { + xxx_messageInfo_SegmentIndexData.DiscardUnknown(m) +} + +var xxx_messageInfo_SegmentIndexData proto.InternalMessageInfo + +func (m *SegmentIndexData) GetSegmentID() int64 { + if m != nil { + return m.SegmentID + } + return 0 +} + +func (m *SegmentIndexData) GetIndexData() string { + if m != nil { + return m.IndexData + } + 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 { + if m != nil { + return m.SegmentID + } + return 0 +} + +func (m *FederSegmentSearchResult) GetVisitInfo() string { + if m != nil { + return m.VisitInfo + } + return "" +} + +func init() { + proto.RegisterType((*SegmentIndexData)(nil), "milvus.proto.feder.SegmentIndexData") + proto.RegisterType((*FederSegmentSearchResult)(nil), "milvus.proto.feder.FederSegmentSearchResult") +} + +func init() { proto.RegisterFile("feder.proto", fileDescriptor_84d670fd126c7825) } + +var fileDescriptor_84d670fd126c7825 = []byte{ + // 192 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0x4e, 0x4b, 0x4d, 0x49, + 0x2d, 0xd2, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0xca, 0xcd, 0xcc, 0x29, 0x2b, 0x2d, 0x86, + 0xf0, 0xf4, 0xc0, 0x32, 0x4a, 0xfe, 0x5c, 0x02, 0xc1, 0xa9, 0xe9, 0xb9, 0xa9, 0x79, 0x25, 0x9e, + 0x79, 0x29, 0xa9, 0x15, 0x2e, 0x89, 0x25, 0x89, 0x42, 0x32, 0x5c, 0x9c, 0xc5, 0x50, 0x31, 0x17, + 0x09, 0x46, 0x05, 0x46, 0x0d, 0xe6, 0x20, 0x84, 0x80, 0x90, 0x2c, 0x17, 0x57, 0x26, 0x48, 0x69, + 0x7c, 0x4a, 0x62, 0x49, 0xa2, 0x04, 0x93, 0x02, 0xa3, 0x06, 0x67, 0x10, 0x67, 0x26, 0x4c, 0xb3, + 0x52, 0x38, 0x97, 0x84, 0x1b, 0xc8, 0x64, 0xa8, 0xa9, 0xc1, 0xa9, 0x89, 0x45, 0xc9, 0x19, 0x41, + 0xa9, 0xc5, 0xa5, 0x39, 0x25, 0x84, 0x0d, 0x2e, 0xcb, 0x2c, 0xce, 0x2c, 0x89, 0xcf, 0xcc, 0x4b, + 0xcb, 0x87, 0x19, 0x0c, 0x16, 0xf1, 0xcc, 0x4b, 0xcb, 0x77, 0x32, 0x8a, 0x32, 0x48, 0xcf, 0x2c, + 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x87, 0x78, 0x45, 0x37, 0x33, 0x1f, 0xc6, 0x02, + 0x7b, 0x4a, 0x3f, 0x3d, 0x5f, 0x37, 0xb1, 0x20, 0x53, 0x1f, 0xec, 0xb7, 0x82, 0xa4, 0x24, 0x36, + 0xb0, 0xa8, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x9f, 0x95, 0xcf, 0x3f, 0x07, 0x01, 0x00, 0x00, +} diff --git a/go-api/milvuspb/milvus.pb.go b/go-api/milvuspb/milvus.pb.go index 35816f4..1f12eee 100644 --- a/go-api/milvuspb/milvus.pb.go +++ b/go-api/milvuspb/milvus.pb.go @@ -9,6 +9,7 @@ import ( proto "github.com/golang/protobuf/proto" descriptor "github.com/golang/protobuf/protoc-gen-go/descriptor" commonpb "github.com/milvus-io/milvus-proto/go-api/commonpb" + federpb "github.com/milvus-io/milvus-proto/go-api/federpb" schemapb "github.com/milvus-io/milvus-proto/go-api/schemapb" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" @@ -8375,6 +8376,330 @@ func (m *RenameCollectionRequest) GetNewName() string { return "" } +type ListIndexedSegmentRequest struct { + Base *commonpb.MsgBase `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` + CollectionName string `protobuf:"bytes,2,opt,name=collection_name,json=collectionName,proto3" json:"collection_name,omitempty"` + IndexName string `protobuf:"bytes,3,opt,name=index_name,json=indexName,proto3" json:"index_name,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ListIndexedSegmentRequest) Reset() { *m = ListIndexedSegmentRequest{} } +func (m *ListIndexedSegmentRequest) String() string { return proto.CompactTextString(m) } +func (*ListIndexedSegmentRequest) ProtoMessage() {} +func (*ListIndexedSegmentRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_02345ba45cc0e303, []int{134} +} + +func (m *ListIndexedSegmentRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ListIndexedSegmentRequest.Unmarshal(m, b) +} +func (m *ListIndexedSegmentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ListIndexedSegmentRequest.Marshal(b, m, deterministic) +} +func (m *ListIndexedSegmentRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ListIndexedSegmentRequest.Merge(m, src) +} +func (m *ListIndexedSegmentRequest) XXX_Size() int { + return xxx_messageInfo_ListIndexedSegmentRequest.Size(m) +} +func (m *ListIndexedSegmentRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ListIndexedSegmentRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_ListIndexedSegmentRequest proto.InternalMessageInfo + +func (m *ListIndexedSegmentRequest) GetBase() *commonpb.MsgBase { + if m != nil { + return m.Base + } + return nil +} + +func (m *ListIndexedSegmentRequest) GetCollectionName() string { + if m != nil { + return m.CollectionName + } + return "" +} + +func (m *ListIndexedSegmentRequest) GetIndexName() string { + if m != nil { + return m.IndexName + } + return "" +} + +type ListIndexedSegmentResponse struct { + Status *commonpb.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` + SegmentIDs []int64 `protobuf:"varint,2,rep,packed,name=segmentIDs,proto3" json:"segmentIDs,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ListIndexedSegmentResponse) Reset() { *m = ListIndexedSegmentResponse{} } +func (m *ListIndexedSegmentResponse) String() string { return proto.CompactTextString(m) } +func (*ListIndexedSegmentResponse) ProtoMessage() {} +func (*ListIndexedSegmentResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_02345ba45cc0e303, []int{135} +} + +func (m *ListIndexedSegmentResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ListIndexedSegmentResponse.Unmarshal(m, b) +} +func (m *ListIndexedSegmentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ListIndexedSegmentResponse.Marshal(b, m, deterministic) +} +func (m *ListIndexedSegmentResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_ListIndexedSegmentResponse.Merge(m, src) +} +func (m *ListIndexedSegmentResponse) XXX_Size() int { + return xxx_messageInfo_ListIndexedSegmentResponse.Size(m) +} +func (m *ListIndexedSegmentResponse) XXX_DiscardUnknown() { + xxx_messageInfo_ListIndexedSegmentResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_ListIndexedSegmentResponse proto.InternalMessageInfo + +func (m *ListIndexedSegmentResponse) GetStatus() *commonpb.Status { + if m != nil { + return m.Status + } + return nil +} + +func (m *ListIndexedSegmentResponse) GetSegmentIDs() []int64 { + if m != nil { + return m.SegmentIDs + } + return nil +} + +type DescribeSegmentIndexDataRequest struct { + Base *commonpb.MsgBase `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` + CollectionName string `protobuf:"bytes,2,opt,name=collection_name,json=collectionName,proto3" json:"collection_name,omitempty"` + IndexName string `protobuf:"bytes,3,opt,name=index_name,json=indexName,proto3" json:"index_name,omitempty"` + SegmentsIDs []int64 `protobuf:"varint,4,rep,packed,name=segmentsIDs,proto3" json:"segmentsIDs,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *DescribeSegmentIndexDataRequest) Reset() { *m = DescribeSegmentIndexDataRequest{} } +func (m *DescribeSegmentIndexDataRequest) String() string { return proto.CompactTextString(m) } +func (*DescribeSegmentIndexDataRequest) ProtoMessage() {} +func (*DescribeSegmentIndexDataRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_02345ba45cc0e303, []int{136} +} + +func (m *DescribeSegmentIndexDataRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_DescribeSegmentIndexDataRequest.Unmarshal(m, b) +} +func (m *DescribeSegmentIndexDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_DescribeSegmentIndexDataRequest.Marshal(b, m, deterministic) +} +func (m *DescribeSegmentIndexDataRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_DescribeSegmentIndexDataRequest.Merge(m, src) +} +func (m *DescribeSegmentIndexDataRequest) XXX_Size() int { + return xxx_messageInfo_DescribeSegmentIndexDataRequest.Size(m) +} +func (m *DescribeSegmentIndexDataRequest) XXX_DiscardUnknown() { + xxx_messageInfo_DescribeSegmentIndexDataRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_DescribeSegmentIndexDataRequest proto.InternalMessageInfo + +func (m *DescribeSegmentIndexDataRequest) GetBase() *commonpb.MsgBase { + if m != nil { + return m.Base + } + return nil +} + +func (m *DescribeSegmentIndexDataRequest) GetCollectionName() string { + if m != nil { + return m.CollectionName + } + return "" +} + +func (m *DescribeSegmentIndexDataRequest) GetIndexName() string { + if m != nil { + return m.IndexName + } + return "" +} + +func (m *DescribeSegmentIndexDataRequest) GetSegmentsIDs() []int64 { + if m != nil { + return m.SegmentsIDs + } + return nil +} + +type DescribeSegmentIndexDataResponse struct { + Status *commonpb.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` + // segmentID => segmentIndexData + IndexData map[int64]*federpb.SegmentIndexData `protobuf:"bytes,2,rep,name=index_data,json=indexData,proto3" json:"index_data,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + IndexParams []*commonpb.KeyValuePair `protobuf:"bytes,3,rep,name=index_params,json=indexParams,proto3" json:"index_params,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *DescribeSegmentIndexDataResponse) Reset() { *m = DescribeSegmentIndexDataResponse{} } +func (m *DescribeSegmentIndexDataResponse) String() string { return proto.CompactTextString(m) } +func (*DescribeSegmentIndexDataResponse) ProtoMessage() {} +func (*DescribeSegmentIndexDataResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_02345ba45cc0e303, []int{137} +} + +func (m *DescribeSegmentIndexDataResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_DescribeSegmentIndexDataResponse.Unmarshal(m, b) +} +func (m *DescribeSegmentIndexDataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_DescribeSegmentIndexDataResponse.Marshal(b, m, deterministic) +} +func (m *DescribeSegmentIndexDataResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_DescribeSegmentIndexDataResponse.Merge(m, src) +} +func (m *DescribeSegmentIndexDataResponse) XXX_Size() int { + return xxx_messageInfo_DescribeSegmentIndexDataResponse.Size(m) +} +func (m *DescribeSegmentIndexDataResponse) XXX_DiscardUnknown() { + xxx_messageInfo_DescribeSegmentIndexDataResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_DescribeSegmentIndexDataResponse proto.InternalMessageInfo + +func (m *DescribeSegmentIndexDataResponse) GetStatus() *commonpb.Status { + if m != nil { + return m.Status + } + return nil +} + +func (m *DescribeSegmentIndexDataResponse) GetIndexData() map[int64]*federpb.SegmentIndexData { + if m != nil { + return m.IndexData + } + return nil +} + +func (m *DescribeSegmentIndexDataResponse) GetIndexParams() []*commonpb.KeyValuePair { + if m != nil { + return m.IndexParams + } + return nil +} + +type SearchOnSegmentsRequest struct { + Base *commonpb.MsgBase `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"` + CollectionName string `protobuf:"bytes,2,opt,name=collection_name,json=collectionName,proto3" json:"collection_name,omitempty"` + SegmentsIDs []int64 `protobuf:"varint,3,rep,packed,name=segmentsIDs,proto3" json:"segmentsIDs,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *SearchOnSegmentsRequest) Reset() { *m = SearchOnSegmentsRequest{} } +func (m *SearchOnSegmentsRequest) String() string { return proto.CompactTextString(m) } +func (*SearchOnSegmentsRequest) ProtoMessage() {} +func (*SearchOnSegmentsRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_02345ba45cc0e303, []int{138} +} + +func (m *SearchOnSegmentsRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_SearchOnSegmentsRequest.Unmarshal(m, b) +} +func (m *SearchOnSegmentsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_SearchOnSegmentsRequest.Marshal(b, m, deterministic) +} +func (m *SearchOnSegmentsRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_SearchOnSegmentsRequest.Merge(m, src) +} +func (m *SearchOnSegmentsRequest) XXX_Size() int { + return xxx_messageInfo_SearchOnSegmentsRequest.Size(m) +} +func (m *SearchOnSegmentsRequest) XXX_DiscardUnknown() { + xxx_messageInfo_SearchOnSegmentsRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_SearchOnSegmentsRequest proto.InternalMessageInfo + +func (m *SearchOnSegmentsRequest) GetBase() *commonpb.MsgBase { + if m != nil { + return m.Base + } + return nil +} + +func (m *SearchOnSegmentsRequest) GetCollectionName() string { + if m != nil { + return m.CollectionName + } + return "" +} + +func (m *SearchOnSegmentsRequest) GetSegmentsIDs() []int64 { + if m != nil { + return m.SegmentsIDs + } + return nil +} + +type SearchOnSegmentsResponse struct { + Status *commonpb.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` + // segmentID => visit viewer + Viewer map[int64]*federpb.FederSegmentSearchResult `protobuf:"bytes,2,rep,name=viewer,proto3" json:"viewer,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 *SearchOnSegmentsResponse) Reset() { *m = SearchOnSegmentsResponse{} } +func (m *SearchOnSegmentsResponse) String() string { return proto.CompactTextString(m) } +func (*SearchOnSegmentsResponse) ProtoMessage() {} +func (*SearchOnSegmentsResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_02345ba45cc0e303, []int{139} +} + +func (m *SearchOnSegmentsResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_SearchOnSegmentsResponse.Unmarshal(m, b) +} +func (m *SearchOnSegmentsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_SearchOnSegmentsResponse.Marshal(b, m, deterministic) +} +func (m *SearchOnSegmentsResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_SearchOnSegmentsResponse.Merge(m, src) +} +func (m *SearchOnSegmentsResponse) XXX_Size() int { + return xxx_messageInfo_SearchOnSegmentsResponse.Size(m) +} +func (m *SearchOnSegmentsResponse) XXX_DiscardUnknown() { + xxx_messageInfo_SearchOnSegmentsResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_SearchOnSegmentsResponse proto.InternalMessageInfo + +func (m *SearchOnSegmentsResponse) GetStatus() *commonpb.Status { + if m != nil { + return m.Status + } + return nil +} + +func (m *SearchOnSegmentsResponse) GetViewer() map[int64]*federpb.FederSegmentSearchResult { + if m != nil { + return m.Viewer + } + return nil +} + var E_MilvusExtObj = &proto.ExtensionDesc{ ExtendedType: (*descriptor.FileOptions)(nil), ExtensionType: (*MilvusExt)(nil), @@ -8530,417 +8855,440 @@ func init() { proto.RegisterMapType((map[string]int32)(nil), "milvus.proto.milvus.ResourceGroup.NumLoadedReplicaEntry") proto.RegisterMapType((map[string]int32)(nil), "milvus.proto.milvus.ResourceGroup.NumOutgoingNodeEntry") proto.RegisterType((*RenameCollectionRequest)(nil), "milvus.proto.milvus.RenameCollectionRequest") + proto.RegisterType((*ListIndexedSegmentRequest)(nil), "milvus.proto.milvus.ListIndexedSegmentRequest") + proto.RegisterType((*ListIndexedSegmentResponse)(nil), "milvus.proto.milvus.ListIndexedSegmentResponse") + proto.RegisterType((*DescribeSegmentIndexDataRequest)(nil), "milvus.proto.milvus.DescribeSegmentIndexDataRequest") + proto.RegisterType((*DescribeSegmentIndexDataResponse)(nil), "milvus.proto.milvus.DescribeSegmentIndexDataResponse") + proto.RegisterMapType((map[int64]*federpb.SegmentIndexData)(nil), "milvus.proto.milvus.DescribeSegmentIndexDataResponse.IndexDataEntry") + proto.RegisterType((*SearchOnSegmentsRequest)(nil), "milvus.proto.milvus.SearchOnSegmentsRequest") + proto.RegisterType((*SearchOnSegmentsResponse)(nil), "milvus.proto.milvus.SearchOnSegmentsResponse") + proto.RegisterMapType((map[int64]*federpb.FederSegmentSearchResult)(nil), "milvus.proto.milvus.SearchOnSegmentsResponse.ViewerEntry") proto.RegisterExtension(E_MilvusExtObj) } func init() { proto.RegisterFile("milvus.proto", fileDescriptor_02345ba45cc0e303) } var fileDescriptor_02345ba45cc0e303 = []byte{ - // 6454 bytes of a gzipped FileDescriptorProto + // 6702 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x7d, 0x59, 0x8c, 0x1c, 0xc7, - 0x79, 0xf0, 0xf6, 0xcc, 0xce, 0xf5, 0xcd, 0xb1, 0xb3, 0xb5, 0xd7, 0x68, 0x48, 0x8a, 0xcb, 0x96, - 0x64, 0x51, 0xa4, 0xb5, 0xb2, 0x56, 0xa2, 0x24, 0xd3, 0xb6, 0x2c, 0x92, 0x6b, 0x91, 0x0b, 0xf3, - 0x58, 0xf7, 0x52, 0x12, 0xfc, 0xfb, 0x17, 0x06, 0xbd, 0xd3, 0xb5, 0xb3, 0x2d, 0xf6, 0x74, 0x0f, - 0xbb, 0x7b, 0xb8, 0x5c, 0xe5, 0x25, 0x81, 0x63, 0xc7, 0x86, 0x0f, 0xe5, 0x36, 0xf2, 0x10, 0x27, - 0x30, 0x1c, 0x20, 0x37, 0xec, 0xe4, 0x21, 0x80, 0x91, 0x20, 0x0f, 0x01, 0xf2, 0x60, 0x24, 0x48, - 0xfc, 0x60, 0xe4, 0x40, 0x90, 0x27, 0x23, 0x41, 0x80, 0x04, 0xc9, 0x43, 0xde, 0x72, 0xa2, 0x8e, - 0xee, 0xa9, 0xee, 0xa9, 0x9a, 0x9d, 0xd9, 0x11, 0xcd, 0xa5, 0x91, 0x7d, 0x9a, 0xfa, 0xba, 0xaa, - 0xbe, 0xaf, 0xbe, 0xfa, 0xae, 0xaa, 0xfa, 0xaa, 0x16, 0x2a, 0x5d, 0xdb, 0xb9, 0xd7, 0x0f, 0xd6, - 0x7a, 0xbe, 0x17, 0x7a, 0x68, 0x41, 0x2c, 0xad, 0xb1, 0x42, 0xb3, 0xd2, 0xf6, 0xba, 0x5d, 0xcf, - 0x65, 0xc0, 0x66, 0x25, 0x68, 0xef, 0xe1, 0xae, 0xc9, 0x4b, 0xab, 0x1d, 0xcf, 0xeb, 0x38, 0xf8, - 0x39, 0x5a, 0xda, 0xe9, 0xef, 0x3e, 0x67, 0xe1, 0xa0, 0xed, 0xdb, 0xbd, 0xd0, 0xf3, 0x59, 0x0d, - 0xfd, 0xeb, 0x1a, 0xa0, 0x2b, 0x3e, 0x36, 0x43, 0x7c, 0xc9, 0xb1, 0xcd, 0xc0, 0xc0, 0x77, 0xfb, - 0x38, 0x08, 0xd1, 0x87, 0x60, 0x76, 0xc7, 0x0c, 0x70, 0x43, 0x5b, 0xd5, 0xce, 0x96, 0xd7, 0x4f, - 0xae, 0x25, 0x10, 0x73, 0x84, 0x37, 0x82, 0xce, 0x65, 0x33, 0xc0, 0x06, 0xad, 0x89, 0x56, 0xa0, - 0x60, 0xed, 0xb4, 0x5c, 0xb3, 0x8b, 0x1b, 0x99, 0x55, 0xed, 0x6c, 0xc9, 0xc8, 0x5b, 0x3b, 0x37, - 0xcd, 0x2e, 0x46, 0x4f, 0xc3, 0x5c, 0xdb, 0x73, 0x1c, 0xdc, 0x0e, 0x6d, 0xcf, 0x65, 0x15, 0xb2, - 0xb4, 0x42, 0x6d, 0x00, 0xa6, 0x15, 0x17, 0x21, 0x67, 0x12, 0x1a, 0x1a, 0xb3, 0xf4, 0x33, 0x2b, - 0xe8, 0x01, 0xd4, 0x37, 0x7c, 0xaf, 0xf7, 0xa0, 0xa8, 0x8b, 0x91, 0x66, 0x45, 0xa4, 0xbf, 0xac, - 0xc1, 0xfc, 0x25, 0x27, 0xc4, 0xfe, 0x31, 0x65, 0xca, 0xbf, 0x66, 0x60, 0x85, 0xcd, 0xda, 0x95, - 0xb8, 0xfa, 0xc3, 0xa4, 0x72, 0x19, 0xf2, 0x4c, 0xee, 0x28, 0x99, 0x15, 0x83, 0x97, 0xd0, 0x29, - 0x80, 0x60, 0xcf, 0xf4, 0xad, 0xa0, 0xe5, 0xf6, 0xbb, 0x8d, 0xdc, 0xaa, 0x76, 0x36, 0x67, 0x94, - 0x18, 0xe4, 0x66, 0xbf, 0x8b, 0x0c, 0x98, 0x6f, 0x7b, 0x6e, 0x60, 0x07, 0x21, 0x76, 0xdb, 0x07, - 0x2d, 0x07, 0xdf, 0xc3, 0x4e, 0x23, 0xbf, 0xaa, 0x9d, 0xad, 0xad, 0x3f, 0x25, 0xa5, 0xfb, 0xca, - 0xa0, 0xf6, 0x75, 0x52, 0xd9, 0xa8, 0xb7, 0x53, 0x10, 0x74, 0x09, 0xa0, 0xe7, 0x7b, 0x3d, 0xec, - 0x87, 0x36, 0x0e, 0x1a, 0x85, 0xd5, 0xec, 0xd9, 0xf2, 0xfa, 0x19, 0x69, 0x67, 0x9f, 0xc4, 0x07, - 0x6f, 0x9a, 0x4e, 0x1f, 0x6f, 0x99, 0xb6, 0x6f, 0x08, 0x8d, 0x2e, 0xa2, 0xef, 0xbe, 0x3a, 0x57, - 0xd4, 0xea, 0x5a, 0xe3, 0x7f, 0xa2, 0x3f, 0x4d, 0xff, 0x15, 0x0d, 0x96, 0x88, 0x1c, 0x1e, 0x0b, - 0x7e, 0x47, 0x14, 0x66, 0x44, 0x0a, 0x7f, 0x2a, 0x03, 0xcb, 0x54, 0x66, 0x8f, 0x87, 0x48, 0xe8, - 0x50, 0x19, 0x40, 0x36, 0x37, 0xa8, 0x60, 0x64, 0x8d, 0x04, 0x2c, 0x35, 0x57, 0xb9, 0xf7, 0x6b, - 0xae, 0x7e, 0x43, 0x83, 0xc5, 0x6b, 0x66, 0x70, 0x3c, 0xf8, 0x70, 0x0a, 0x20, 0xb4, 0xbb, 0xb8, - 0x15, 0x84, 0x66, 0xb7, 0x47, 0xb9, 0x30, 0x6b, 0x94, 0x08, 0x64, 0x9b, 0x00, 0xf4, 0x4f, 0x43, - 0xe5, 0xb2, 0xe7, 0x39, 0x06, 0x0e, 0x7a, 0x9e, 0x1b, 0x60, 0xf4, 0x02, 0xe4, 0x83, 0xd0, 0x0c, - 0xfb, 0x01, 0x27, 0xf2, 0x84, 0x94, 0xc8, 0x6d, 0x5a, 0xc5, 0xe0, 0x55, 0x89, 0x91, 0xb8, 0x47, - 0xb8, 0x43, 0x69, 0x2c, 0x1a, 0xac, 0xa0, 0x7f, 0x06, 0x6a, 0xdb, 0xa1, 0x6f, 0xbb, 0x9d, 0xf7, - 0xb1, 0xf3, 0x52, 0xd4, 0xf9, 0x3f, 0x68, 0xf0, 0xd8, 0x06, 0x75, 0x26, 0x3b, 0xf8, 0xd1, 0x11, - 0xb8, 0xe4, 0x64, 0xe4, 0x52, 0x93, 0x11, 0x09, 0x53, 0x56, 0x14, 0xa6, 0x3f, 0xc9, 0x41, 0x53, - 0x36, 0xd0, 0x69, 0x58, 0xfa, 0xb1, 0xd8, 0x5c, 0x66, 0x68, 0xa3, 0x94, 0xb1, 0xe3, 0x2e, 0x7c, - 0x80, 0x6d, 0x9b, 0x02, 0x62, 0xab, 0x9a, 0x1e, 0x69, 0x56, 0x32, 0xd2, 0x75, 0x58, 0xba, 0x67, - 0xfb, 0x61, 0xdf, 0x74, 0x5a, 0xed, 0x3d, 0xd3, 0x75, 0xb1, 0x43, 0x79, 0x47, 0xfc, 0x48, 0xf6, - 0x6c, 0xc9, 0x58, 0xe0, 0x1f, 0xaf, 0xb0, 0x6f, 0x84, 0x81, 0x01, 0x7a, 0x11, 0x96, 0x7b, 0x7b, - 0x07, 0x81, 0xdd, 0x1e, 0x6a, 0x94, 0xa3, 0x8d, 0x16, 0xa3, 0xaf, 0x89, 0x56, 0xe7, 0x61, 0xbe, - 0x4d, 0x5d, 0x91, 0xd5, 0x22, 0x9c, 0x64, 0xac, 0xcd, 0x53, 0xd6, 0xd6, 0xf9, 0x87, 0xdb, 0x11, - 0x9c, 0x90, 0x15, 0x55, 0xee, 0x87, 0x6d, 0xa1, 0x41, 0x81, 0x36, 0x58, 0xe0, 0x1f, 0xdf, 0x08, - 0xdb, 0x83, 0x36, 0x49, 0x27, 0x52, 0x4c, 0x3b, 0x91, 0x06, 0x14, 0xa8, 0x53, 0xc4, 0x41, 0xa3, - 0x44, 0xc9, 0x8c, 0x8a, 0x68, 0x13, 0xe6, 0x82, 0xd0, 0xf4, 0xc3, 0x56, 0xcf, 0x0b, 0x6c, 0xc2, - 0x97, 0xa0, 0x01, 0xd4, 0xc6, 0xac, 0xaa, 0x6c, 0xcc, 0x86, 0x19, 0x9a, 0xd4, 0xc4, 0xd4, 0x68, - 0xc3, 0xad, 0xa8, 0x9d, 0xdc, 0x53, 0x95, 0xa7, 0xf3, 0x54, 0x12, 0xc9, 0xae, 0x48, 0x25, 0x3b, - 0x69, 0x26, 0xab, 0x47, 0x30, 0x93, 0xfa, 0x7f, 0x6b, 0xb0, 0x74, 0xdd, 0x33, 0xad, 0xe3, 0xa1, - 0xaa, 0x4f, 0x41, 0xcd, 0xc7, 0x3d, 0xc7, 0x6e, 0x9b, 0x64, 0x4a, 0x77, 0xb0, 0x4f, 0x95, 0x35, - 0x67, 0x54, 0x39, 0xf4, 0x26, 0x05, 0x92, 0xfe, 0x7c, 0x1c, 0x78, 0x7d, 0xbf, 0x8d, 0x5b, 0x1d, - 0xdf, 0xeb, 0xf7, 0x22, 0x41, 0xac, 0x45, 0xe0, 0xab, 0x14, 0x4a, 0x44, 0xc0, 0xc7, 0xbb, 0x3e, - 0x0e, 0xf6, 0xa8, 0xe0, 0x15, 0x8d, 0xa8, 0x78, 0xb1, 0xf0, 0xdd, 0x57, 0x67, 0xeb, 0xb9, 0x46, - 0x56, 0xff, 0x9a, 0x06, 0x0d, 0x03, 0x3b, 0xd8, 0x0c, 0x8e, 0x87, 0xb9, 0x62, 0x94, 0xe5, 0x1b, - 0x59, 0xfd, 0x5f, 0x34, 0x58, 0xbc, 0x8a, 0x43, 0x62, 0x22, 0xec, 0x20, 0xb4, 0xdb, 0x0f, 0x35, - 0xdc, 0x7c, 0x1a, 0xe6, 0x7a, 0xa6, 0x1f, 0xda, 0x71, 0xbd, 0xc8, 0x60, 0xd4, 0x62, 0x30, 0xd3, - 0xfa, 0xe7, 0x60, 0xa1, 0xd3, 0x37, 0x7d, 0xd3, 0x0d, 0x31, 0x16, 0xd4, 0x98, 0x99, 0x54, 0x14, - 0x7f, 0x8a, 0xb5, 0x98, 0x8d, 0x17, 0x1a, 0x59, 0xfd, 0x73, 0x1a, 0x2c, 0xa5, 0xc6, 0x3b, 0x8d, - 0x2d, 0x7d, 0x19, 0x72, 0xe4, 0x57, 0xd0, 0xc8, 0x8c, 0xab, 0x17, 0xac, 0x3e, 0x89, 0xf1, 0x1f, - 0xbf, 0x8a, 0x43, 0xc1, 0xca, 0x1e, 0x87, 0x19, 0x18, 0xf0, 0xe9, 0x3d, 0x0d, 0x4e, 0x2b, 0xe9, - 0x7b, 0x28, 0x1c, 0xfb, 0x77, 0x0d, 0x96, 0xb7, 0xf7, 0xbc, 0xfd, 0x01, 0x49, 0x0f, 0x82, 0x53, - 0x49, 0x1f, 0x9d, 0x4d, 0xf9, 0x68, 0xf4, 0x3c, 0xcc, 0x86, 0x07, 0x3d, 0x4c, 0x2d, 0x46, 0x6d, - 0xfd, 0xd4, 0x9a, 0x64, 0x49, 0xbc, 0x46, 0x88, 0xbc, 0x7d, 0xd0, 0xc3, 0x06, 0xad, 0x8a, 0x9e, - 0x81, 0x7a, 0x8a, 0xf7, 0x91, 0x21, 0x99, 0x4b, 0x32, 0x3f, 0x0e, 0x27, 0x67, 0xc5, 0x08, 0xe0, - 0xdf, 0x32, 0xb0, 0x32, 0x34, 0xec, 0x69, 0x26, 0x40, 0x46, 0x4f, 0x46, 0x4a, 0x0f, 0xb1, 0x94, - 0x42, 0x55, 0xdb, 0x22, 0xeb, 0xd4, 0xec, 0xd9, 0xac, 0x51, 0x15, 0x9c, 0xbd, 0x15, 0xa0, 0x67, - 0x01, 0x0d, 0xf9, 0x60, 0xa6, 0xb9, 0xb3, 0xc6, 0x7c, 0xda, 0x09, 0x53, 0x47, 0x2f, 0xf5, 0xc2, - 0x8c, 0x2d, 0xb3, 0xc6, 0xa2, 0xc4, 0x0d, 0x07, 0xe8, 0x79, 0x58, 0xb4, 0xdd, 0x1b, 0xb8, 0xeb, - 0xf9, 0x07, 0xad, 0x1e, 0xf6, 0xdb, 0xd8, 0x0d, 0xcd, 0x0e, 0x0e, 0x1a, 0x79, 0x4a, 0xd1, 0x42, - 0xf4, 0x6d, 0x6b, 0xf0, 0x09, 0xbd, 0x04, 0x2b, 0x77, 0xfb, 0xd8, 0x3f, 0x68, 0x05, 0xd8, 0xbf, - 0x67, 0xb7, 0x71, 0xcb, 0xbc, 0x67, 0xda, 0x8e, 0xb9, 0xe3, 0x60, 0xba, 0x32, 0x2b, 0x1a, 0x4b, - 0xf4, 0xf3, 0x36, 0xfb, 0x7a, 0x29, 0xfa, 0xa8, 0xff, 0xbe, 0x06, 0xcb, 0x6c, 0x7d, 0xbb, 0x15, - 0x99, 0x9d, 0x87, 0xec, 0xaf, 0x92, 0x56, 0x91, 0xaf, 0xc6, 0xab, 0x09, 0xa3, 0xa8, 0x7f, 0x5b, - 0x83, 0x45, 0xb2, 0x46, 0x7c, 0x94, 0x68, 0xfe, 0x96, 0x06, 0x0b, 0xd7, 0xcc, 0xe0, 0x51, 0x22, - 0xf9, 0xeb, 0x19, 0x16, 0xcb, 0xc4, 0x34, 0x3f, 0x1a, 0x1e, 0x73, 0x38, 0xe8, 0xc9, 0x8d, 0x19, - 0xf4, 0xe4, 0x0f, 0x0b, 0x7a, 0x0a, 0x89, 0xa0, 0x47, 0xff, 0x83, 0x41, 0xac, 0xf3, 0x68, 0xf1, - 0x48, 0xff, 0x8e, 0x06, 0xa7, 0xae, 0xe2, 0x30, 0xa6, 0xfa, 0x78, 0x04, 0x45, 0x63, 0xca, 0xe5, - 0x57, 0x59, 0x40, 0x21, 0x25, 0xfe, 0xa1, 0xf8, 0xeb, 0x2f, 0x65, 0x60, 0x89, 0x38, 0xae, 0xe3, - 0x21, 0x04, 0xe3, 0xac, 0xcf, 0x25, 0x82, 0x92, 0x93, 0x2a, 0x53, 0x14, 0x05, 0xe4, 0xc7, 0x8e, - 0x02, 0xf4, 0xdf, 0xcb, 0xb0, 0xe8, 0x45, 0xe4, 0xc6, 0x34, 0xd3, 0x22, 0xa1, 0x35, 0x23, 0xa5, - 0x55, 0x87, 0x4a, 0x0c, 0xd9, 0xdc, 0x88, 0x3c, 0x78, 0x02, 0x76, 0x5c, 0x1d, 0xb8, 0xfe, 0x65, - 0x0d, 0x96, 0xa3, 0xdd, 0x8f, 0x6d, 0xdc, 0xe9, 0x62, 0x37, 0x3c, 0xba, 0x0c, 0xa5, 0x25, 0x20, - 0x23, 0x91, 0x80, 0x93, 0x50, 0x0a, 0x18, 0x9e, 0x78, 0x63, 0x63, 0x00, 0xd0, 0xff, 0x58, 0x83, - 0x95, 0x21, 0x72, 0xa6, 0x99, 0xc4, 0x06, 0x14, 0x6c, 0xd7, 0xc2, 0xf7, 0x63, 0x6a, 0xa2, 0x22, - 0xf9, 0xb2, 0xd3, 0xb7, 0x1d, 0x2b, 0x26, 0x23, 0x2a, 0xa2, 0x33, 0x50, 0xc1, 0x2e, 0x09, 0x53, - 0x5a, 0xb4, 0x2e, 0x15, 0xe4, 0xa2, 0x51, 0x66, 0xb0, 0x4d, 0x02, 0x22, 0x8d, 0x77, 0x6d, 0x4c, - 0x1b, 0xe7, 0x58, 0x63, 0x5e, 0xd4, 0xbf, 0xa2, 0xc1, 0x02, 0x91, 0x42, 0x4e, 0x7d, 0xf0, 0x60, - 0xb9, 0xb9, 0x0a, 0x65, 0x41, 0xcc, 0xf8, 0x40, 0x44, 0x90, 0x7e, 0x07, 0x16, 0x93, 0xe4, 0x4c, - 0xc3, 0xcd, 0xc7, 0x01, 0xe2, 0xb9, 0x62, 0xda, 0x90, 0x35, 0x04, 0x88, 0xfe, 0x0b, 0x99, 0xe8, - 0xb0, 0x89, 0xb2, 0xe9, 0x21, 0x6f, 0xcb, 0xd2, 0x29, 0x11, 0xed, 0x79, 0x89, 0x42, 0xe8, 0xe7, - 0x0d, 0xa8, 0xe0, 0xfb, 0xa1, 0x6f, 0xb6, 0x7a, 0xa6, 0x6f, 0x76, 0x27, 0xd8, 0x9b, 0x2e, 0xd3, - 0x66, 0x5b, 0xb4, 0x15, 0x41, 0x42, 0x45, 0x84, 0x21, 0xc9, 0x33, 0x24, 0x14, 0x32, 0x58, 0xea, - 0x95, 0x1b, 0x59, 0xfd, 0x7b, 0x24, 0x70, 0xe4, 0x62, 0x7d, 0xdc, 0x39, 0x93, 0x1c, 0x53, 0x4e, - 0x3a, 0xa6, 0x4a, 0x23, 0xab, 0x7f, 0x3f, 0x03, 0x75, 0x3a, 0x96, 0x0d, 0x7e, 0xe4, 0x68, 0x7b, - 0x6e, 0xaa, 0xb1, 0x96, 0x6a, 0x3c, 0x42, 0x1b, 0x3f, 0x0c, 0x79, 0x3e, 0x13, 0xd9, 0x71, 0x67, - 0x82, 0x37, 0x38, 0x6c, 0x3c, 0x67, 0xa0, 0x42, 0x91, 0x60, 0xab, 0xe5, 0x7b, 0xfb, 0x01, 0xd7, - 0xd7, 0x32, 0x87, 0x19, 0xde, 0x3e, 0xed, 0x21, 0xf4, 0x42, 0xd3, 0x61, 0x15, 0xf2, 0xcc, 0x28, - 0x51, 0x08, 0xfd, 0x7c, 0x81, 0xf9, 0x67, 0x4c, 0xc3, 0xb0, 0xda, 0xfa, 0x69, 0x29, 0x69, 0x94, - 0x15, 0x44, 0x5d, 0x30, 0xf3, 0xce, 0x18, 0x5d, 0x80, 0x15, 0xc6, 0x0b, 0x5a, 0x6c, 0xed, 0x9a, - 0xb6, 0xd3, 0xf2, 0xb1, 0x19, 0x78, 0x2e, 0xdd, 0xe3, 0x2c, 0x19, 0x8b, 0x76, 0xdc, 0xe6, 0x75, - 0xd3, 0x76, 0x0c, 0xfa, 0x4d, 0xff, 0x86, 0x06, 0x4b, 0x29, 0x59, 0x99, 0x46, 0x65, 0x6f, 0x03, - 0x62, 0x54, 0x58, 0x83, 0x69, 0x8a, 0x22, 0x8d, 0xa7, 0xa4, 0x6e, 0x35, 0x3d, 0xa9, 0xc6, 0xbc, - 0x9d, 0x82, 0x04, 0xfa, 0xdf, 0x68, 0x70, 0xf2, 0x2a, 0x0e, 0x69, 0xd5, 0xcb, 0xc4, 0x6c, 0x6e, - 0xf9, 0x5e, 0xc7, 0xc7, 0x41, 0xf0, 0x23, 0x20, 0xd8, 0xbf, 0xc8, 0x62, 0x54, 0xd9, 0xd8, 0xa6, - 0x99, 0x88, 0xb4, 0x1c, 0x66, 0x0e, 0x93, 0xc3, 0x6c, 0x4a, 0x0e, 0xa9, 0x15, 0x89, 0x08, 0x63, - 0x92, 0xf6, 0xe8, 0x33, 0xfb, 0x9b, 0x6c, 0xb3, 0x50, 0x1c, 0xd3, 0x34, 0x4c, 0x8e, 0x55, 0x35, - 0x33, 0x91, 0xaa, 0x9e, 0x86, 0xb2, 0xa8, 0x9e, 0x6c, 0xc4, 0xb0, 0x3b, 0x50, 0xca, 0x3f, 0xd7, - 0x58, 0x96, 0xc2, 0x8f, 0x82, 0xf1, 0xae, 0x36, 0xb2, 0xfa, 0x6f, 0x67, 0xa0, 0xba, 0xe9, 0x06, - 0xd8, 0x0f, 0x8f, 0xff, 0xba, 0x0b, 0x7d, 0x1c, 0xca, 0x74, 0x84, 0x41, 0xcb, 0x32, 0x43, 0x93, - 0xbb, 0xea, 0xc7, 0xa5, 0x47, 0x6a, 0xaf, 0x93, 0x7a, 0x1b, 0x66, 0x68, 0x1a, 0x8c, 0x4d, 0x01, - 0xf9, 0x8d, 0x4e, 0x40, 0x69, 0xcf, 0x0c, 0xf6, 0x5a, 0x77, 0xf0, 0x01, 0x0b, 0x86, 0xab, 0x46, - 0x91, 0x00, 0x3e, 0x89, 0x0f, 0x02, 0xf4, 0x18, 0x14, 0xdd, 0x7e, 0x97, 0xa9, 0x1c, 0x31, 0xf0, - 0x55, 0xa3, 0xe0, 0xf6, 0xbb, 0x44, 0xe1, 0x18, 0xbb, 0x8a, 0x9c, 0x5d, 0x6f, 0xf4, 0xfe, 0x8f, - 0x5d, 0x63, 0xb0, 0xeb, 0xb1, 0x46, 0x56, 0xff, 0xb3, 0x0c, 0xd4, 0x6e, 0xf4, 0xc9, 0xea, 0x98, - 0x1e, 0xa4, 0xf6, 0x9d, 0xf0, 0x68, 0xda, 0x7c, 0x0e, 0xb2, 0x2c, 0xce, 0x24, 0x2d, 0x1a, 0xd2, - 0x11, 0x6c, 0x6e, 0x04, 0x06, 0xa9, 0x44, 0x0f, 0x11, 0xfb, 0xed, 0x36, 0x0f, 0xd9, 0xb3, 0x94, - 0xea, 0x12, 0x81, 0xb0, 0x80, 0xfd, 0x04, 0x94, 0xb0, 0xef, 0xc7, 0x01, 0x3d, 0x1d, 0x13, 0xf6, - 0x7d, 0xf6, 0x51, 0x87, 0x8a, 0xd9, 0xbe, 0xe3, 0x7a, 0xfb, 0x0e, 0xb6, 0x3a, 0xd8, 0xa2, 0x7a, - 0x53, 0x34, 0x12, 0x30, 0xa6, 0x59, 0x44, 0x02, 0x5a, 0x6d, 0x37, 0x8c, 0x62, 0x04, 0x06, 0xb9, - 0xe2, 0x86, 0xe4, 0xb3, 0x85, 0x1d, 0x1c, 0x62, 0xfa, 0xb9, 0xc0, 0x3e, 0x33, 0x08, 0xff, 0xdc, - 0xef, 0xc5, 0xad, 0x8b, 0xec, 0x33, 0x83, 0x90, 0xcf, 0x27, 0xa1, 0x34, 0x38, 0x62, 0x29, 0x0d, - 0x76, 0xc4, 0x29, 0x40, 0xff, 0x81, 0x06, 0xd5, 0x0d, 0xda, 0xd5, 0x23, 0x20, 0x7d, 0x08, 0x66, - 0xf1, 0xfd, 0x9e, 0xcf, 0x6d, 0x0f, 0xfd, 0x3d, 0x52, 0xa0, 0x98, 0xd4, 0x94, 0x1a, 0x59, 0xfd, - 0xf3, 0xb3, 0x50, 0xdd, 0xc6, 0xa6, 0xdf, 0xde, 0x7b, 0x24, 0xb6, 0xfb, 0xea, 0x90, 0xb5, 0x02, - 0x87, 0x8f, 0x93, 0xfc, 0x44, 0xe7, 0x61, 0xbe, 0xe7, 0x98, 0x6d, 0xbc, 0xe7, 0x39, 0x16, 0xf6, - 0xd9, 0xe6, 0x1e, 0x95, 0x94, 0x8a, 0x51, 0x17, 0x3e, 0xd0, 0xed, 0x3d, 0xf4, 0x32, 0x14, 0xad, - 0xc0, 0x69, 0xd1, 0x4d, 0x0e, 0x16, 0x57, 0xca, 0xc7, 0xb7, 0x11, 0x38, 0x74, 0x8f, 0xa3, 0x60, - 0xb1, 0x1f, 0xe8, 0x09, 0xa8, 0x7a, 0xfd, 0xb0, 0xd7, 0x0f, 0x5b, 0x4c, 0x65, 0x1b, 0x45, 0x4a, - 0x5e, 0x85, 0x01, 0xa9, 0x46, 0x07, 0xe8, 0x75, 0xa8, 0x06, 0x94, 0x95, 0xd1, 0xfa, 0xa6, 0x34, - 0x6e, 0x54, 0x5d, 0x61, 0xed, 0xf8, 0x02, 0xe7, 0x19, 0xa8, 0x87, 0xbe, 0x79, 0x0f, 0x3b, 0xc2, - 0x11, 0x20, 0x50, 0xf9, 0x9c, 0x63, 0xf0, 0xc1, 0x29, 0xbe, 0xe2, 0xc0, 0xb0, 0xac, 0x3a, 0x30, - 0x44, 0x35, 0xc8, 0xb8, 0x77, 0xe9, 0x89, 0x78, 0xd6, 0xc8, 0xb8, 0x77, 0x99, 0x20, 0xd4, 0x1a, - 0x59, 0xfd, 0x93, 0x30, 0x7b, 0xcd, 0x0e, 0x29, 0x87, 0x89, 0xfa, 0x6b, 0x74, 0x99, 0x49, 0x95, - 0xfc, 0x31, 0x28, 0xfa, 0xde, 0x3e, 0xb3, 0x6b, 0x24, 0x84, 0xad, 0x18, 0x05, 0xdf, 0xdb, 0xa7, - 0x46, 0x8b, 0x66, 0xa8, 0x79, 0x3e, 0x66, 0x0b, 0x88, 0x8c, 0xc1, 0x4b, 0xfa, 0xef, 0x6a, 0x03, - 0xa9, 0x22, 0x96, 0x28, 0x38, 0x9a, 0x29, 0xfa, 0x38, 0x14, 0x7c, 0xd6, 0x7e, 0x64, 0x4a, 0x87, - 0x88, 0x89, 0xda, 0xd5, 0xa8, 0xd5, 0xd8, 0x02, 0xa8, 0x7f, 0x45, 0x83, 0xca, 0xeb, 0x4e, 0x3f, - 0x78, 0x10, 0x5a, 0x20, 0x3b, 0x98, 0xca, 0xca, 0x0f, 0xca, 0xe8, 0x6c, 0xcc, 0xad, 0x66, 0xf5, - 0xff, 0x98, 0x85, 0x2a, 0xa7, 0x67, 0x9a, 0xc8, 0x4c, 0x49, 0xd3, 0x36, 0x94, 0x09, 0xee, 0x56, - 0x80, 0x3b, 0xd1, 0xe6, 0x59, 0x79, 0x7d, 0x5d, 0xba, 0x32, 0x49, 0x90, 0x41, 0xd3, 0x67, 0xb6, - 0x69, 0xa3, 0x4f, 0xb8, 0xa1, 0x7f, 0x60, 0x40, 0x3b, 0x06, 0xa0, 0x36, 0xcc, 0xef, 0x92, 0xca, - 0x2d, 0xb1, 0xeb, 0x59, 0xda, 0xf5, 0xcb, 0x63, 0x74, 0x4d, 0x4b, 0xe9, 0xfe, 0xe7, 0x76, 0x93, - 0x50, 0xf4, 0x36, 0x9b, 0xd2, 0x56, 0x80, 0x4d, 0xae, 0x1f, 0xdc, 0xd9, 0x5e, 0x18, 0x9b, 0x7a, - 0x93, 0x29, 0x10, 0x43, 0x50, 0x6d, 0x8b, 0xb0, 0xe6, 0xdb, 0x30, 0x97, 0x22, 0x81, 0x68, 0xc4, - 0x1d, 0x7c, 0xc0, 0xd7, 0xd5, 0xe4, 0x27, 0x7a, 0x51, 0x4c, 0xde, 0x52, 0xb9, 0xf9, 0xeb, 0x9e, - 0xdb, 0xb9, 0xe4, 0xfb, 0xe6, 0x01, 0x4f, 0xee, 0xba, 0x98, 0x79, 0x45, 0x6b, 0xee, 0xc0, 0xa2, - 0x6c, 0x98, 0xef, 0x2b, 0x8e, 0xd7, 0x00, 0x0d, 0x8f, 0x53, 0x82, 0x21, 0x91, 0x82, 0x96, 0x15, - 0x7a, 0xd0, 0xdf, 0xcb, 0x42, 0xe5, 0x53, 0x7d, 0xec, 0x1f, 0x3c, 0x4c, 0x9f, 0x10, 0xf9, 0xb4, - 0x59, 0xc1, 0xa7, 0x0d, 0x99, 0xe1, 0x9c, 0xc4, 0x0c, 0x4b, 0x9c, 0x49, 0x5e, 0xea, 0x4c, 0x64, - 0x76, 0xb6, 0x30, 0x91, 0x9d, 0x2d, 0x2a, 0xed, 0xec, 0x06, 0x54, 0xd8, 0x19, 0xed, 0xa4, 0xae, - 0xa0, 0x4c, 0x9b, 0x31, 0x4f, 0xc0, 0xec, 0x41, 0xbd, 0x91, 0xd5, 0x7f, 0x47, 0x8b, 0x67, 0x64, - 0x2a, 0x7b, 0x9a, 0x08, 0x52, 0x33, 0x13, 0x07, 0xa9, 0x63, 0xdb, 0xd3, 0x6f, 0x6b, 0x50, 0x7a, - 0x13, 0xb7, 0x43, 0xcf, 0x27, 0x3a, 0x2b, 0x69, 0xa6, 0x8d, 0xb1, 0xd0, 0xca, 0xa4, 0x17, 0x5a, - 0x2f, 0x40, 0xd1, 0xb6, 0x5a, 0x26, 0x11, 0x78, 0x8a, 0x77, 0x54, 0x7c, 0x5a, 0xb0, 0x2d, 0xaa, - 0x19, 0xe3, 0x1f, 0x93, 0x7d, 0x4d, 0x83, 0x0a, 0xa3, 0x39, 0x60, 0x2d, 0x3f, 0x22, 0xa0, 0xd3, - 0x64, 0x5a, 0xc8, 0x0b, 0xf1, 0x40, 0xaf, 0xcd, 0x0c, 0xd0, 0x5e, 0x02, 0x20, 0x4c, 0xe6, 0xcd, - 0x99, 0x12, 0xaf, 0x4a, 0xa9, 0x65, 0xcd, 0x29, 0xc3, 0xaf, 0xcd, 0x18, 0x25, 0xd2, 0x8a, 0x76, - 0x71, 0xb9, 0x00, 0x39, 0xda, 0x5a, 0xff, 0x4f, 0x0d, 0x16, 0xae, 0x98, 0x4e, 0x7b, 0xc3, 0x0e, - 0x42, 0xd3, 0x6d, 0x4f, 0x11, 0x91, 0x5e, 0x84, 0x82, 0xd7, 0x6b, 0x39, 0x78, 0x37, 0xe4, 0x24, - 0x9d, 0x19, 0x31, 0x22, 0xc6, 0x06, 0x23, 0xef, 0xf5, 0xae, 0xe3, 0xdd, 0x10, 0x7d, 0x14, 0x8a, - 0x5e, 0xaf, 0xe5, 0xdb, 0x9d, 0xbd, 0x90, 0x73, 0x7f, 0x8c, 0xc6, 0x05, 0xaf, 0x67, 0x90, 0x16, - 0xc2, 0x5e, 0xe3, 0xec, 0x84, 0x7b, 0x8d, 0xfa, 0xf7, 0x86, 0x86, 0x3f, 0x85, 0x0e, 0x5c, 0x84, - 0xa2, 0xed, 0x86, 0x2d, 0xcb, 0x0e, 0x22, 0x16, 0x9c, 0x92, 0xcb, 0x90, 0x1b, 0xd2, 0x11, 0xd0, - 0x39, 0x75, 0x43, 0x82, 0x1b, 0xbd, 0x06, 0xb0, 0xeb, 0x78, 0x26, 0x6f, 0xcd, 0x78, 0x70, 0x5a, - 0xae, 0x3e, 0xa4, 0x5a, 0xd4, 0xbe, 0x44, 0x1b, 0x91, 0x1e, 0x06, 0x53, 0xfa, 0x17, 0x1a, 0x2c, - 0x6d, 0x61, 0x9f, 0xe5, 0x2e, 0x86, 0xfc, 0xa0, 0x60, 0xd3, 0xdd, 0xf5, 0x92, 0x67, 0x35, 0x5a, - 0xea, 0xac, 0xe6, 0xfd, 0x39, 0x9f, 0x48, 0xac, 0x27, 0xd9, 0x89, 0x61, 0xb4, 0x9e, 0x8c, 0xce, - 0x45, 0xd9, 0x3e, 0x46, 0x4d, 0x31, 0x4d, 0x9c, 0x5e, 0x71, 0x3b, 0x47, 0xff, 0x39, 0x96, 0x59, - 0x25, 0x1d, 0xd4, 0xd1, 0x05, 0x76, 0x19, 0xb8, 0xe3, 0x48, 0xb9, 0x91, 0x0f, 0x40, 0xca, 0x76, - 0x28, 0x0c, 0xd1, 0x2f, 0x69, 0xb0, 0xaa, 0xa6, 0x6a, 0x9a, 0xd8, 0xea, 0x35, 0xc8, 0xd9, 0xee, - 0xae, 0x17, 0x6d, 0xeb, 0x9e, 0x93, 0xea, 0x82, 0x1c, 0x2f, 0x6b, 0xa8, 0xff, 0x65, 0x06, 0xea, - 0x9f, 0x62, 0x99, 0x3a, 0x3f, 0xf4, 0xe9, 0xef, 0xe2, 0x6e, 0x2b, 0xb0, 0xdf, 0xc5, 0xd1, 0xf4, - 0x77, 0x71, 0x77, 0xdb, 0x7e, 0x17, 0x27, 0x24, 0x23, 0x97, 0x94, 0x8c, 0xd1, 0xe7, 0x2e, 0xe2, - 0x31, 0x43, 0x21, 0x79, 0xcc, 0xb0, 0x0c, 0x79, 0xd7, 0xb3, 0xf0, 0xe6, 0x06, 0x5f, 0x83, 0xf3, - 0xd2, 0x40, 0xd4, 0x4a, 0x93, 0x89, 0x1a, 0x41, 0x45, 0xbb, 0xb0, 0x58, 0xea, 0x31, 0xa1, 0x91, - 0x15, 0xf5, 0xaf, 0x6a, 0xd0, 0xbc, 0x8a, 0xc3, 0x34, 0x57, 0x1f, 0x9e, 0xfc, 0xbd, 0xa7, 0xc1, - 0x09, 0x29, 0x41, 0xd3, 0x88, 0xde, 0x47, 0x92, 0xa2, 0x27, 0x3f, 0x51, 0x18, 0x42, 0xc9, 0xa5, - 0xee, 0x79, 0xa8, 0x6c, 0xf4, 0xbb, 0xdd, 0x38, 0xb6, 0x3b, 0x03, 0x15, 0x9f, 0xfd, 0x64, 0xeb, - 0x62, 0xe6, 0x99, 0xcb, 0x1c, 0x46, 0x56, 0xbf, 0xfa, 0x79, 0xa8, 0xf2, 0x26, 0x9c, 0xea, 0x26, - 0x14, 0x7d, 0xfe, 0x9b, 0xd7, 0x8f, 0xcb, 0xfa, 0x12, 0x2c, 0x18, 0xb8, 0x43, 0x84, 0xde, 0xbf, - 0x6e, 0xbb, 0x77, 0x38, 0x1a, 0xfd, 0xb3, 0x1a, 0x2c, 0x26, 0xe1, 0xbc, 0xaf, 0x97, 0xa0, 0x60, - 0x5a, 0x96, 0x8f, 0x83, 0x60, 0xe4, 0xb4, 0x5c, 0x62, 0x75, 0x8c, 0xa8, 0xb2, 0xc0, 0xb9, 0xcc, - 0xd8, 0x9c, 0xd3, 0x5b, 0x30, 0x7f, 0x15, 0x87, 0x37, 0x70, 0xe8, 0x4f, 0x95, 0xfd, 0x42, 0xb3, - 0x84, 0x68, 0x63, 0x2e, 0x16, 0x51, 0x51, 0xff, 0xb2, 0x06, 0x48, 0xc4, 0x30, 0xcd, 0x34, 0x8b, - 0x5c, 0xce, 0x24, 0xb9, 0xcc, 0x52, 0x18, 0xbb, 0x3d, 0xcf, 0xc5, 0x6e, 0x28, 0x06, 0x62, 0xd5, - 0x18, 0x4a, 0xc5, 0xef, 0x0f, 0x35, 0xa8, 0x5e, 0x89, 0x20, 0xd4, 0xbe, 0x0c, 0x94, 0x51, 0x4b, - 0x28, 0x23, 0x82, 0x59, 0xdf, 0x73, 0x22, 0x44, 0xf4, 0x37, 0xfa, 0x18, 0x00, 0x3b, 0x46, 0x6b, - 0x7b, 0x16, 0x43, 0x50, 0x4b, 0x87, 0x40, 0x02, 0xe5, 0xf8, 0x8a, 0x67, 0x61, 0xa3, 0x14, 0x44, - 0x3f, 0x89, 0xbb, 0x64, 0xc7, 0xbd, 0x44, 0xf0, 0xc6, 0x77, 0xfb, 0x25, 0xda, 0x88, 0x10, 0xab, - 0x7f, 0x5f, 0x23, 0xcb, 0x31, 0x4e, 0x3e, 0xc5, 0x11, 0xa0, 0x57, 0x22, 0xab, 0xc1, 0x38, 0xa9, - 0x4b, 0x85, 0x3f, 0x31, 0xe6, 0xc8, 0x6c, 0x6c, 0xc3, 0x42, 0xd0, 0xdf, 0x19, 0xb0, 0x8d, 0x42, - 0x23, 0x25, 0x1a, 0xa7, 0x1f, 0x24, 0x36, 0xe7, 0xe4, 0x0c, 0x66, 0x36, 0x3b, 0xbe, 0x18, 0x9e, - 0x80, 0xc7, 0x68, 0x12, 0x72, 0xa2, 0xab, 0x48, 0x53, 0x7e, 0xa0, 0x01, 0xba, 0xee, 0x99, 0xd6, - 0x65, 0xd3, 0x99, 0x2e, 0xd8, 0x3b, 0x05, 0x10, 0xf8, 0xed, 0x16, 0x9f, 0xee, 0x0c, 0xf7, 0x25, - 0x7e, 0xfb, 0x26, 0x9b, 0xf1, 0xd3, 0x50, 0xb6, 0x82, 0x90, 0x7f, 0x8e, 0x12, 0x68, 0xc0, 0x0a, - 0x42, 0xf6, 0x9d, 0xde, 0x41, 0x21, 0xab, 0x6c, 0x6c, 0xb5, 0x84, 0xfc, 0x83, 0x59, 0x5a, 0xad, - 0xce, 0x3e, 0x6c, 0xc7, 0x70, 0x89, 0x41, 0xcc, 0xa9, 0x33, 0xb1, 0xe7, 0x1b, 0x39, 0x7d, 0x17, - 0x56, 0x6e, 0x98, 0x6e, 0xdf, 0x74, 0x08, 0x1b, 0xcc, 0xc4, 0xcd, 0x81, 0xb4, 0x97, 0xd3, 0x24, - 0x5e, 0xee, 0x71, 0x96, 0xd0, 0xcc, 0x16, 0x6a, 0x74, 0x70, 0xb3, 0x86, 0x00, 0x61, 0x78, 0x0a, - 0x0d, 0x4d, 0xff, 0x35, 0x0d, 0x1a, 0xc3, 0x88, 0xa6, 0xd1, 0x4b, 0x4a, 0x5e, 0xd4, 0x95, 0xe8, - 0x84, 0x07, 0x30, 0xf4, 0x21, 0x58, 0x18, 0x94, 0xb7, 0x1c, 0xd3, 0xbd, 0xe2, 0xf5, 0x5d, 0x16, - 0x33, 0xe6, 0x0c, 0xd9, 0x27, 0xfd, 0xe3, 0xb1, 0x4c, 0x98, 0x71, 0x62, 0x3a, 0x4e, 0x70, 0x44, - 0x40, 0xa9, 0x0d, 0xa3, 0xd4, 0x7f, 0x2b, 0x43, 0x7d, 0xdf, 0x50, 0x0f, 0xd3, 0x0c, 0xf5, 0x62, - 0xf2, 0x68, 0xef, 0x49, 0xc5, 0xad, 0x9c, 0x24, 0x46, 0xae, 0x6e, 0x67, 0x61, 0x0e, 0xdf, 0xc7, - 0xed, 0x7e, 0x68, 0xbb, 0x1d, 0x32, 0xcc, 0x9b, 0x1e, 0x8f, 0x45, 0xd2, 0x60, 0xf4, 0x24, 0x54, - 0xc9, 0xcc, 0x79, 0xfd, 0x90, 0xd7, 0x63, 0x41, 0x49, 0x12, 0x48, 0xfa, 0x23, 0xe3, 0x75, 0x70, - 0x88, 0x2d, 0x5e, 0x8f, 0x45, 0x28, 0x69, 0x30, 0xe1, 0xd6, 0xae, 0x69, 0x3b, 0x71, 0x35, 0x76, - 0x70, 0x90, 0x80, 0x0d, 0xb1, 0x9b, 0x80, 0x83, 0x49, 0xd8, 0xfd, 0x57, 0x5a, 0x8a, 0xdd, 0xbc, - 0x87, 0x87, 0xc5, 0xee, 0x6b, 0x00, 0x5d, 0xec, 0x77, 0xf0, 0x26, 0x8d, 0x0c, 0xd8, 0x8e, 0xde, - 0x59, 0xa5, 0x51, 0x63, 0x1d, 0xdc, 0x88, 0x1a, 0x18, 0x42, 0x5b, 0xfd, 0x2a, 0x2c, 0x48, 0xaa, - 0x10, 0xa7, 0xc7, 0x52, 0x65, 0xa3, 0xdd, 0xe1, 0xa8, 0x48, 0x7c, 0x4a, 0x68, 0xfa, 0x1d, 0x1c, - 0x72, 0x55, 0xe0, 0x25, 0xfd, 0x25, 0x7a, 0x74, 0x4e, 0x37, 0xbc, 0x12, 0xd2, 0x9c, 0xcc, 0x68, - 0xd2, 0x86, 0x32, 0x9a, 0x76, 0xe9, 0xf1, 0xb4, 0xd8, 0x6e, 0xca, 0x6c, 0x34, 0xba, 0x89, 0x88, - 0x2d, 0x7e, 0x93, 0x33, 0x2a, 0xea, 0xff, 0xa5, 0x41, 0x75, 0xb3, 0xdb, 0xf3, 0x06, 0x27, 0x8c, - 0x63, 0xef, 0x54, 0x0c, 0x1f, 0xcc, 0x64, 0x64, 0x07, 0x33, 0x4f, 0x40, 0x35, 0x79, 0xe7, 0x8f, - 0x6d, 0xfc, 0x56, 0xda, 0xe2, 0x5d, 0xbf, 0x13, 0x50, 0xf2, 0xbd, 0xfd, 0x16, 0xb1, 0xd9, 0x16, - 0xcf, 0x7b, 0x2b, 0xfa, 0xde, 0x3e, 0xb1, 0xe4, 0x16, 0x5a, 0x84, 0xdc, 0xae, 0xed, 0xc4, 0x29, - 0x9b, 0xac, 0x80, 0x3e, 0x42, 0xd6, 0xf1, 0x2c, 0xab, 0x24, 0x3f, 0xae, 0x5f, 0x8d, 0x5a, 0x30, - 0xd3, 0x88, 0x1a, 0x9a, 0xfe, 0x19, 0xa8, 0x45, 0xc3, 0x9f, 0xf2, 0x2e, 0x6b, 0x68, 0x06, 0x77, - 0xa2, 0xdc, 0x34, 0x56, 0xd0, 0xcf, 0xb3, 0x1c, 0x03, 0xda, 0x7f, 0x62, 0xf6, 0x11, 0xcc, 0x92, - 0x1a, 0x5c, 0xa9, 0xe8, 0x6f, 0xfd, 0x1f, 0x33, 0xb0, 0x9c, 0xae, 0x3d, 0x0d, 0x49, 0x2f, 0x25, - 0x15, 0x49, 0x7e, 0x35, 0x51, 0xc4, 0xc6, 0x95, 0x88, 0x4f, 0x45, 0x3b, 0x36, 0xd6, 0x59, 0x3a, - 0x15, 0xd4, 0x42, 0xa3, 0x15, 0x28, 0xd8, 0x56, 0xcb, 0x21, 0x6b, 0x7f, 0xe6, 0x05, 0xf3, 0xb6, - 0x75, 0xdd, 0x0e, 0x42, 0xb2, 0x90, 0x61, 0xf1, 0xf8, 0xd8, 0x09, 0x6d, 0xac, 0x3e, 0xaa, 0x41, - 0xc6, 0xb6, 0xb8, 0x79, 0xca, 0xd8, 0x16, 0x15, 0x17, 0xf1, 0x62, 0x0a, 0x5f, 0x49, 0x89, 0x9e, - 0xcf, 0x22, 0x7e, 0x9b, 0xeb, 0x0a, 0xbd, 0xba, 0x52, 0x4c, 0xaa, 0x8f, 0x45, 0xe5, 0x89, 0x65, - 0xaa, 0xb6, 0xc2, 0x80, 0xae, 0xad, 0xb2, 0x46, 0x91, 0x01, 0x6e, 0x07, 0xfa, 0x5b, 0xb0, 0x4c, - 0x68, 0x66, 0x63, 0xbf, 0x4d, 0x66, 0x6a, 0x62, 0xd9, 0x5f, 0x84, 0x9c, 0x63, 0x77, 0xed, 0x48, - 0xdb, 0x59, 0x41, 0xff, 0x19, 0x0d, 0x56, 0x86, 0x7a, 0x9e, 0x66, 0x0e, 0x2f, 0x89, 0x62, 0x55, - 0x5e, 0x3f, 0x2f, 0xb5, 0x65, 0x72, 0xa1, 0x89, 0x64, 0xf0, 0x8f, 0x58, 0x34, 0x6e, 0xb0, 0xbb, - 0x00, 0x0f, 0x38, 0x2d, 0xf4, 0x2c, 0xd4, 0xf7, 0xed, 0x70, 0xaf, 0x45, 0x2f, 0xd1, 0xd2, 0xb0, - 0x8a, 0xc5, 0x84, 0x45, 0xa3, 0x46, 0xe0, 0xdb, 0x04, 0x4c, 0x42, 0x2b, 0xe9, 0x7e, 0xe8, 0xac, - 0x74, 0xf5, 0xf8, 0x05, 0x0d, 0x16, 0x12, 0xf4, 0x4f, 0xc3, 0xcf, 0x8f, 0x92, 0xe5, 0x04, 0xeb, - 0x88, 0xb3, 0x74, 0x55, 0xca, 0x52, 0x8e, 0x8d, 0xba, 0x85, 0xb8, 0x85, 0xfe, 0xad, 0x2c, 0x94, - 0x85, 0x2f, 0xe8, 0x24, 0x94, 0xf8, 0xb7, 0xc1, 0x3e, 0x45, 0x0c, 0x18, 0x8b, 0x5f, 0x4f, 0xc0, - 0xc0, 0x58, 0x0a, 0x97, 0xb0, 0x84, 0x14, 0x6e, 0x2b, 0x40, 0xd7, 0xa0, 0xc6, 0xf8, 0x19, 0x93, - 0x2e, 0x5d, 0x47, 0xc4, 0xc9, 0xe9, 0xa6, 0x6f, 0x71, 0x2a, 0x8d, 0x6a, 0x20, 0x94, 0x58, 0x0e, - 0x85, 0x67, 0x61, 0x8a, 0x29, 0x97, 0xd8, 0x35, 0x40, 0x6b, 0xb0, 0x90, 0xbc, 0x1d, 0x22, 0x6e, - 0x71, 0xcc, 0x27, 0x6e, 0x88, 0x50, 0x05, 0x30, 0x61, 0xde, 0xed, 0x77, 0x5b, 0x5e, 0x3f, 0xdc, - 0xf1, 0xfa, 0x2e, 0x9b, 0x6b, 0xfe, 0x28, 0xc6, 0x85, 0xc3, 0x58, 0xba, 0x76, 0xb3, 0xdf, 0xbd, - 0xc5, 0x1b, 0x12, 0x69, 0xe0, 0xc7, 0x5c, 0x6e, 0x12, 0xda, 0xbc, 0x0c, 0x8b, 0xb2, 0x8a, 0x87, - 0x1d, 0xe3, 0xe4, 0xc4, 0x63, 0x9c, 0xaf, 0x6a, 0x50, 0x11, 0x39, 0x42, 0x16, 0x94, 0x0e, 0x36, - 0x2d, 0xec, 0xc7, 0x53, 0x16, 0x97, 0x89, 0x55, 0x61, 0xbf, 0x5b, 0x64, 0x81, 0xcd, 0xbd, 0x19, - 0x30, 0x10, 0x59, 0x7b, 0xa3, 0x0f, 0xc0, 0x9c, 0xd5, 0x4d, 0xdc, 0x60, 0x8f, 0x96, 0x9c, 0x56, - 0x57, 0xb8, 0xba, 0x9e, 0xe0, 0xf3, 0x6c, 0x72, 0x77, 0xe6, 0x73, 0x83, 0x07, 0x56, 0x7c, 0x6c, - 0x61, 0x37, 0xb4, 0x4d, 0xe7, 0xe8, 0x3a, 0xd9, 0x84, 0x62, 0x3f, 0xc0, 0xbe, 0xe0, 0x7c, 0xe3, - 0x32, 0xf9, 0xd6, 0x33, 0x83, 0x60, 0xdf, 0xf3, 0x2d, 0x4e, 0x65, 0x5c, 0x1e, 0x91, 0xe6, 0xcf, - 0xde, 0x91, 0x90, 0xa7, 0xf9, 0xbf, 0x04, 0x2b, 0x5d, 0xcf, 0xb2, 0x77, 0x6d, 0xd9, 0xed, 0x00, - 0xd2, 0x6c, 0x29, 0xfa, 0x9c, 0x68, 0x17, 0xdd, 0x7d, 0x5c, 0x10, 0xef, 0x3e, 0x7e, 0x33, 0x03, - 0x2b, 0x6f, 0xf4, 0xac, 0x1f, 0x02, 0x1f, 0x56, 0xa1, 0xec, 0x39, 0xd6, 0x56, 0x92, 0x15, 0x22, - 0x88, 0xd4, 0x70, 0xf1, 0x7e, 0x5c, 0x83, 0xd9, 0x21, 0x11, 0x34, 0xf2, 0x5a, 0xc4, 0x91, 0xf8, - 0x95, 0x1f, 0xc5, 0xaf, 0xd2, 0x77, 0x5f, 0xcd, 0x17, 0x33, 0xf5, 0xc5, 0x46, 0x46, 0xff, 0x31, - 0x58, 0x61, 0x19, 0x38, 0x0f, 0x98, 0x4b, 0xd1, 0x1c, 0x2d, 0x89, 0x73, 0xf4, 0x0e, 0x2c, 0x11, - 0x6f, 0x46, 0x50, 0xbf, 0x11, 0x60, 0x7f, 0x4a, 0xdb, 0x7b, 0x12, 0x4a, 0x11, 0xb6, 0xe8, 0x42, - 0xcb, 0x00, 0xa0, 0xff, 0x7f, 0x58, 0x4c, 0xe1, 0x3a, 0xe2, 0x28, 0xa3, 0x91, 0x2c, 0x8b, 0x23, - 0x59, 0x05, 0x30, 0x3c, 0x87, 0xd8, 0x0f, 0x3b, 0x3c, 0x20, 0xd1, 0x97, 0xe0, 0xda, 0xe9, 0x6f, - 0x52, 0x83, 0xe0, 0x1d, 0x51, 0xe3, 0x67, 0x35, 0x98, 0x67, 0x9a, 0x4b, 0xba, 0x3a, 0xfa, 0x2c, - 0xbc, 0x0c, 0x79, 0x4c, 0xb1, 0xf0, 0x4d, 0xbb, 0xd3, 0x72, 0x73, 0x19, 0x93, 0x6b, 0xf0, 0xea, - 0x52, 0x35, 0x0a, 0x61, 0x6e, 0xc3, 0xf7, 0x7a, 0xd3, 0x51, 0x44, 0x23, 0x3e, 0x07, 0x8b, 0x31, - 0x7c, 0x91, 0x00, 0x6e, 0xaa, 0x04, 0xe3, 0xfb, 0x1a, 0x2c, 0xdf, 0xea, 0x61, 0xdf, 0x0c, 0x31, - 0x61, 0xda, 0x74, 0xd8, 0x47, 0xe9, 0x6e, 0x82, 0xb2, 0x6c, 0x92, 0x32, 0xf4, 0xd1, 0xc4, 0x85, - 0x6d, 0xf9, 0x3a, 0x2f, 0x45, 0xe5, 0xe0, 0xd6, 0x56, 0x34, 0xae, 0x15, 0x71, 0x5c, 0xdf, 0xd1, - 0x60, 0x7e, 0x1b, 0x13, 0xf7, 0x3c, 0xdd, 0x90, 0x5e, 0x10, 0x36, 0x12, 0xc7, 0x98, 0x60, 0xb6, - 0xd3, 0x78, 0x0e, 0xe6, 0x6d, 0xb7, 0xed, 0xf4, 0x2d, 0xdc, 0x22, 0xe3, 0x67, 0x3b, 0x86, 0x2c, - 0x78, 0x9a, 0xe3, 0x1f, 0xc8, 0x30, 0x88, 0x03, 0x95, 0xca, 0xf8, 0x7d, 0x26, 0xe3, 0x71, 0xde, - 0x23, 0x23, 0x41, 0x9b, 0x84, 0x84, 0x0b, 0x90, 0x23, 0xa8, 0xa3, 0xd8, 0x48, 0xde, 0x6a, 0xa0, - 0x26, 0x06, 0xab, 0xad, 0xff, 0xa4, 0x06, 0x48, 0x64, 0xdb, 0x34, 0x56, 0xe2, 0xc3, 0x62, 0xbe, - 0x53, 0x76, 0x24, 0xe9, 0x6c, 0xa4, 0x71, 0xa6, 0x93, 0xfe, 0xed, 0x78, 0xf6, 0xe8, 0x74, 0x4f, - 0x33, 0x7b, 0x64, 0x5c, 0x23, 0x67, 0x4f, 0x60, 0x02, 0xad, 0x2c, 0xce, 0x1e, 0x95, 0x58, 0xc9, - 0xec, 0x11, 0x9a, 0xe9, 0xec, 0x71, 0xfb, 0xde, 0x68, 0x64, 0xc8, 0xa4, 0x31, 0x62, 0xa3, 0x49, - 0xa3, 0x98, 0xb5, 0x49, 0x30, 0x5f, 0x80, 0x1c, 0xc1, 0x78, 0x38, 0xbf, 0xa2, 0x49, 0xa3, 0xb5, - 0x85, 0x49, 0xe3, 0x04, 0x3c, 0xf8, 0x49, 0x1b, 0x8c, 0x74, 0x30, 0x69, 0x3a, 0x54, 0x6e, 0xed, - 0xbc, 0x83, 0xdb, 0xe1, 0x08, 0xcb, 0xfb, 0x14, 0xcc, 0x6d, 0xf9, 0xf6, 0x3d, 0xdb, 0xc1, 0x9d, - 0x51, 0x26, 0xfc, 0x0b, 0x1a, 0x54, 0xaf, 0xfa, 0xa6, 0x1b, 0x7a, 0x91, 0x19, 0x3f, 0x12, 0x3f, - 0x2f, 0x43, 0xa9, 0x17, 0x61, 0xe3, 0x32, 0xf0, 0xa4, 0xfc, 0x60, 0x33, 0x49, 0x93, 0x31, 0x68, - 0xa6, 0xbf, 0x09, 0x8b, 0x94, 0x92, 0x34, 0xd9, 0xaf, 0x42, 0x91, 0x1a, 0x73, 0x9b, 0x6f, 0x20, - 0xa9, 0xf6, 0xdc, 0x13, 0xc3, 0x30, 0xe2, 0x36, 0xfa, 0xdf, 0x69, 0x50, 0xa6, 0xdf, 0x06, 0x03, - 0x9c, 0x5c, 0xcb, 0x3f, 0x0c, 0x79, 0x8f, 0xb2, 0x7c, 0x64, 0xfe, 0x83, 0x38, 0x2b, 0x06, 0x6f, - 0x40, 0x22, 0x64, 0xf6, 0x4b, 0xb4, 0xc8, 0xc0, 0x40, 0xdc, 0x26, 0x17, 0x3a, 0x8c, 0x76, 0x6a, - 0x96, 0xc7, 0x1b, 0x5f, 0xd4, 0x44, 0xff, 0xf9, 0x58, 0x26, 0x69, 0x85, 0xa3, 0xab, 0xf0, 0x2b, - 0x29, 0x1f, 0xbb, 0xaa, 0xa6, 0x42, 0xee, 0x64, 0x13, 0x96, 0x95, 0x2c, 0x41, 0x13, 0x64, 0x4d, - 0xb9, 0x04, 0x8d, 0x45, 0x60, 0xd4, 0x12, 0x54, 0x24, 0x6e, 0x20, 0x00, 0x7f, 0xad, 0xc1, 0x0a, - 0xf7, 0x69, 0xb1, 0x6c, 0x3d, 0x04, 0x36, 0xa1, 0x8f, 0x71, 0xdf, 0xcb, 0x0e, 0xc4, 0x9e, 0x19, - 0xe5, 0x7b, 0x63, 0x3a, 0x0f, 0x71, 0xbe, 0xbf, 0xae, 0xd1, 0xed, 0xe8, 0xeb, 0x9e, 0x69, 0xd9, - 0x6e, 0x67, 0xfa, 0x7b, 0x5d, 0x92, 0x1d, 0x86, 0xcc, 0xb8, 0x99, 0xd7, 0x59, 0x59, 0x76, 0x14, - 0xdb, 0x34, 0x5c, 0x6d, 0x64, 0xf4, 0x2e, 0xdd, 0xf6, 0x1e, 0xa2, 0x74, 0xca, 0x83, 0xce, 0x1e, - 0xef, 0x88, 0xef, 0x14, 0xc4, 0x65, 0xfd, 0x1b, 0x6c, 0x0b, 0x84, 0xe0, 0x9b, 0xf2, 0xfa, 0xd5, - 0x03, 0xe2, 0xc9, 0x99, 0x46, 0x46, 0xff, 0x09, 0x76, 0x49, 0x4c, 0x20, 0x72, 0x1a, 0x76, 0xbc, - 0x98, 0xdc, 0xbc, 0x94, 0x9f, 0xb8, 0x0e, 0x70, 0xf1, 0xfc, 0x9b, 0xa7, 0xa0, 0x74, 0x83, 0xd6, - 0xfb, 0xc4, 0xfd, 0x10, 0x35, 0xa0, 0x70, 0x0f, 0xfb, 0x81, 0xed, 0xb9, 0xdc, 0x4b, 0x44, 0x45, - 0x7d, 0x81, 0x9e, 0x80, 0xbf, 0xc9, 0x4a, 0xd1, 0x91, 0x63, 0x9b, 0x6e, 0x93, 0xc5, 0xc0, 0x29, - 0x77, 0xdb, 0x23, 0xcc, 0x99, 0x24, 0xe6, 0x45, 0x40, 0x57, 0xf6, 0x70, 0xfb, 0xce, 0x35, 0x6c, - 0x3a, 0x61, 0x94, 0x68, 0xad, 0xff, 0xa9, 0x06, 0x0b, 0x09, 0xf0, 0x94, 0xcb, 0x2c, 0x3b, 0x60, - 0x1d, 0x1d, 0xf0, 0xcd, 0xfe, 0x01, 0x80, 0x9d, 0xda, 0x9b, 0x81, 0xe7, 0x46, 0xf3, 0x19, 0x15, - 0xd1, 0x65, 0xa8, 0xdc, 0xed, 0x7b, 0xa1, 0x19, 0x1d, 0x09, 0xcf, 0xae, 0x66, 0x87, 0x2f, 0xb2, - 0xc5, 0x79, 0x15, 0x5e, 0x68, 0x32, 0xce, 0x97, 0xef, 0xc6, 0xbf, 0x03, 0xfd, 0x8b, 0x1a, 0x34, - 0xf9, 0x12, 0x49, 0xdc, 0x30, 0x3a, 0xba, 0xbc, 0xd2, 0xa7, 0x4d, 0xc4, 0x5d, 0xa9, 0xe8, 0x88, - 0x21, 0xb1, 0x21, 0x15, 0x99, 0x93, 0x66, 0xe2, 0xd5, 0x52, 0x0d, 0x1a, 0x74, 0x69, 0xf4, 0x30, - 0x28, 0x39, 0x21, 0x52, 0xf2, 0xf7, 0x1a, 0x2c, 0xdc, 0xf6, 0x4d, 0x37, 0xd8, 0xc5, 0xfe, 0x4d, - 0xcf, 0x9a, 0x42, 0x7d, 0xd7, 0x61, 0x89, 0x93, 0x20, 0xa5, 0x65, 0x81, 0xc1, 0x12, 0x23, 0x26, - 0x6d, 0xd8, 0x51, 0x54, 0xba, 0x0d, 0x73, 0xde, 0x0b, 0xec, 0x63, 0xb2, 0x0d, 0xcf, 0x80, 0xa2, - 0x7b, 0x7a, 0xec, 0x01, 0xbd, 0x82, 0xdb, 0xef, 0x12, 0xda, 0xa3, 0x01, 0x3e, 0x2e, 0x0e, 0xf0, - 0xa7, 0x33, 0xb0, 0x1c, 0x0d, 0x30, 0xda, 0x79, 0x3c, 0xf6, 0x63, 0x1c, 0x77, 0x03, 0x9a, 0xc4, - 0x3c, 0x34, 0x1d, 0x8c, 0x0d, 0x8c, 0x9f, 0xb7, 0x82, 0xdb, 0xef, 0xf2, 0xa1, 0x46, 0x2c, 0x39, - 0x2d, 0xb2, 0xc4, 0x84, 0xc7, 0xae, 0xdb, 0x41, 0x12, 0xe5, 0xf4, 0x7b, 0x1a, 0xa7, 0x44, 0x14, - 0xef, 0x42, 0x53, 0x86, 0x62, 0xca, 0x97, 0x47, 0xd2, 0x4f, 0x04, 0x65, 0x64, 0x4f, 0x04, 0xe9, - 0x5f, 0xd2, 0xe0, 0x64, 0x74, 0x57, 0xfc, 0xa1, 0x28, 0xd8, 0xc9, 0xd4, 0x13, 0xca, 0xa7, 0x14, - 0xd4, 0x4c, 0xc3, 0x8d, 0x4d, 0x29, 0x45, 0xaa, 0x90, 0x36, 0x89, 0x38, 0x49, 0xb5, 0xfe, 0xcf, - 0xb3, 0x50, 0x4d, 0x8a, 0x9f, 0x64, 0x01, 0x43, 0x62, 0x80, 0xb6, 0xd9, 0x33, 0xdb, 0x51, 0x40, - 0x96, 0x33, 0xe2, 0x32, 0xfa, 0x20, 0x20, 0x22, 0x85, 0xf1, 0x33, 0x67, 0x4c, 0x39, 0x59, 0x2e, - 0x45, 0xdd, 0xed, 0x77, 0xe3, 0x27, 0xce, 0x88, 0x96, 0xa2, 0x5d, 0x56, 0xdb, 0xf1, 0x4c, 0x0b, - 0xc7, 0xe7, 0x06, 0xfc, 0xd8, 0xe0, 0x95, 0xc3, 0xc9, 0x5f, 0xbb, 0xd9, 0xef, 0x5e, 0xa7, 0x6d, - 0xb9, 0x8c, 0xb3, 0x1d, 0x7a, 0x82, 0x27, 0x01, 0x46, 0xed, 0xf8, 0x14, 0xa0, 0xe3, 0xd9, 0x6e, - 0x87, 0x11, 0x95, 0x1b, 0x71, 0xdd, 0x65, 0x08, 0xcd, 0x2d, 0xde, 0x74, 0xe8, 0x1c, 0x20, 0x86, - 0x46, 0x48, 0x6c, 0xb7, 0xed, 0x75, 0x63, 0x24, 0xf9, 0x49, 0x90, 0x6c, 0xf2, 0xa6, 0x49, 0x24, - 0x22, 0xb4, 0x79, 0x05, 0x96, 0xa4, 0x83, 0x9e, 0xe4, 0xb4, 0x61, 0x70, 0x62, 0x91, 0x1c, 0xd2, - 0x11, 0xfa, 0x18, 0xa2, 0x78, 0xa2, 0x53, 0x8f, 0xf7, 0x34, 0x58, 0x31, 0x30, 0x91, 0xa9, 0xf7, - 0xe3, 0x49, 0xd2, 0x1a, 0x64, 0xac, 0x1d, 0xae, 0x8d, 0x19, 0x6b, 0x87, 0xc4, 0x10, 0x1e, 0xbb, - 0x8d, 0xc0, 0xed, 0x6b, 0x54, 0xa4, 0x49, 0xa9, 0x78, 0xff, 0xe6, 0xc0, 0x96, 0x46, 0xc5, 0x73, - 0x67, 0xa0, 0x18, 0xbd, 0x9a, 0x84, 0x0a, 0x90, 0xbd, 0xe4, 0x38, 0xf5, 0x19, 0x54, 0x81, 0xe2, - 0x26, 0x7f, 0x1a, 0xa8, 0xae, 0x9d, 0x7b, 0x0d, 0x16, 0x24, 0xbb, 0x75, 0x68, 0x1e, 0xaa, 0x97, - 0x2c, 0xba, 0x27, 0x7c, 0xdb, 0x23, 0xc0, 0xfa, 0x0c, 0x5a, 0x06, 0x64, 0xe0, 0xae, 0x77, 0x8f, - 0x56, 0x7c, 0xdd, 0xf7, 0xba, 0x14, 0xae, 0x9d, 0x7b, 0x16, 0x16, 0x65, 0x6b, 0x0e, 0x54, 0x82, - 0x1c, 0x5d, 0xc3, 0xd4, 0x67, 0x10, 0x40, 0xde, 0xc0, 0xf7, 0xbc, 0x3b, 0xa4, 0xfa, 0xdb, 0x00, - 0x83, 0x40, 0x06, 0x95, 0xa1, 0xf0, 0x86, 0x7b, 0xc7, 0xf5, 0xf6, 0xdd, 0xfa, 0x0c, 0x9a, 0x83, - 0xb2, 0x81, 0x4d, 0xeb, 0xba, 0xdd, 0xb5, 0x43, 0x6c, 0xd5, 0x33, 0xa8, 0x0e, 0x95, 0xb7, 0x7c, - 0x3b, 0xc4, 0x11, 0x24, 0x8b, 0x6a, 0x00, 0x1b, 0xd8, 0x3d, 0xb8, 0xed, 0x91, 0x8a, 0xf5, 0x59, - 0xd2, 0x84, 0x95, 0x69, 0xbd, 0x7a, 0x6e, 0xfd, 0x6f, 0x2f, 0x40, 0x95, 0x45, 0xa3, 0xfc, 0x15, - 0x42, 0xd4, 0x82, 0x7a, 0xfa, 0x6d, 0x7d, 0xf4, 0x41, 0x79, 0x7a, 0x8a, 0xfc, 0x09, 0xfe, 0xe6, - 0x28, 0xbb, 0xa5, 0xcf, 0xa0, 0xcf, 0x40, 0x2d, 0xf9, 0x94, 0x3c, 0x92, 0xa7, 0x64, 0x4b, 0xdf, - 0x9b, 0x3f, 0xac, 0xf3, 0x16, 0x54, 0x13, 0x6f, 0x9f, 0x23, 0xf9, 0xaa, 0x4f, 0xf6, 0x3e, 0x7a, - 0x53, 0xbe, 0xc5, 0x20, 0xbe, 0x4f, 0xce, 0xa8, 0x4f, 0xbe, 0x24, 0xac, 0xa0, 0x5e, 0xfa, 0xdc, - 0xf0, 0x61, 0xd4, 0x9b, 0x30, 0x3f, 0xf4, 0x4a, 0x2f, 0x7a, 0x56, 0x61, 0x3e, 0xe4, 0xaf, 0xf9, - 0x1e, 0x86, 0x62, 0x1f, 0xd0, 0xf0, 0x7b, 0xde, 0x68, 0x4d, 0x3e, 0x03, 0xaa, 0x17, 0xce, 0x9b, - 0xcf, 0x8d, 0x5d, 0x3f, 0x66, 0xdc, 0xe7, 0x35, 0x58, 0x51, 0x3c, 0xe8, 0x8a, 0x5e, 0x50, 0xa5, - 0x0c, 0x8c, 0x78, 0x9e, 0xb6, 0xf9, 0xe2, 0x64, 0x8d, 0x62, 0x42, 0x5c, 0x98, 0x4b, 0xbd, 0x67, - 0x8a, 0xce, 0x2b, 0x5f, 0x50, 0x1b, 0x7e, 0xec, 0xb5, 0xf9, 0xc1, 0xf1, 0x2a, 0xc7, 0xf8, 0xde, - 0x86, 0xb9, 0xd4, 0x3f, 0x26, 0x50, 0xe0, 0x93, 0xff, 0xfb, 0x82, 0xc3, 0x26, 0xf4, 0x6d, 0x98, - 0x4b, 0xbd, 0x15, 0xaa, 0xe8, 0x5e, 0xfe, 0xa2, 0xe8, 0x61, 0xdd, 0x7f, 0x1a, 0xaa, 0x89, 0x47, - 0x3d, 0x15, 0x0a, 0x25, 0x7b, 0xf8, 0xf3, 0x70, 0xca, 0x2b, 0xe2, 0xdb, 0x9b, 0xe8, 0xac, 0x4a, - 0x55, 0x87, 0x3a, 0x9e, 0x44, 0x53, 0x07, 0x0f, 0xde, 0x8d, 0xd0, 0xd4, 0xa1, 0x37, 0x02, 0xc7, - 0xd7, 0x54, 0xa1, 0xff, 0x91, 0x9a, 0x3a, 0x31, 0x8a, 0xcf, 0x6a, 0x34, 0xd5, 0x4a, 0xf2, 0xa0, - 0x22, 0x5a, 0x57, 0x89, 0xbe, 0xfa, 0xe9, 0xc8, 0xe6, 0x0b, 0x13, 0xb5, 0x89, 0xb9, 0x78, 0x07, - 0x6a, 0xc9, 0x67, 0x03, 0x15, 0x5c, 0x94, 0xbe, 0xb4, 0xd8, 0x3c, 0x3f, 0x56, 0xdd, 0x18, 0xd9, - 0x3e, 0xdd, 0xde, 0x48, 0x6d, 0x59, 0x29, 0x8c, 0x93, 0x72, 0x17, 0x4e, 0x61, 0x9c, 0xd4, 0x7b, - 0x61, 0xfa, 0x0c, 0xc2, 0x50, 0x11, 0xb7, 0x85, 0x14, 0xa2, 0x28, 0xd9, 0xde, 0x6a, 0x3e, 0x33, - 0x46, 0xcd, 0x18, 0xcd, 0x1b, 0x50, 0x16, 0xfe, 0xdb, 0x10, 0x7a, 0x7a, 0x84, 0x9e, 0x8a, 0xff, - 0x7a, 0xe7, 0x30, 0x49, 0xf9, 0x14, 0x94, 0xe2, 0x7f, 0x12, 0x84, 0x9e, 0x52, 0xea, 0xe7, 0x24, - 0x5d, 0x6e, 0x03, 0x0c, 0xfe, 0x03, 0x10, 0xfa, 0x80, 0xda, 0x5e, 0x4d, 0xd2, 0x69, 0x3c, 0x7c, - 0xf6, 0xb0, 0xc8, 0xa8, 0xe1, 0x8b, 0x4f, 0x09, 0x1d, 0xd6, 0xed, 0x1e, 0x54, 0x13, 0x4f, 0x82, - 0xa9, 0x4c, 0x94, 0xe4, 0x89, 0xb9, 0xe6, 0xb9, 0x71, 0xaa, 0xc6, 0xf3, 0xb7, 0x07, 0xd5, 0xc4, - 0x73, 0x4c, 0x48, 0x39, 0xfb, 0x43, 0xcf, 0x50, 0x29, 0x30, 0x49, 0x5f, 0x77, 0xd2, 0x67, 0xd0, - 0x8f, 0x0b, 0x2f, 0x3f, 0x25, 0x9e, 0xd9, 0x42, 0xcf, 0x8f, 0xec, 0x47, 0xf6, 0xdc, 0x58, 0x73, - 0x7d, 0x92, 0x26, 0x31, 0x09, 0x5c, 0xaa, 0x18, 0x4b, 0xd5, 0x52, 0x35, 0xc9, 0x4c, 0x6d, 0x43, - 0x9e, 0xbd, 0xab, 0x84, 0x74, 0xc5, 0xe3, 0x6a, 0xc2, 0x2b, 0x42, 0xcd, 0x27, 0xa4, 0x75, 0x92, - 0x4f, 0xe7, 0xb0, 0x4e, 0x59, 0xf6, 0x89, 0xa2, 0xd3, 0xc4, 0xe3, 0x30, 0x13, 0x74, 0xca, 0x9e, - 0x34, 0x52, 0x74, 0x9a, 0x78, 0xef, 0x68, 0xdc, 0x4e, 0x0d, 0xc8, 0xb3, 0x27, 0x30, 0x14, 0x9d, - 0x26, 0xde, 0x77, 0x69, 0x8e, 0xae, 0xc3, 0x0e, 0x26, 0x67, 0xd0, 0x16, 0xe4, 0x68, 0xfe, 0x35, - 0x3a, 0x33, 0xea, 0x59, 0x85, 0x51, 0x3d, 0x26, 0x5e, 0x5e, 0xd0, 0x67, 0xd0, 0x2d, 0xc8, 0xd1, - 0x2b, 0x69, 0x8a, 0x1e, 0xc5, 0xf7, 0x06, 0x9a, 0x23, 0xab, 0x44, 0x24, 0x5a, 0x50, 0x11, 0x6f, - 0x05, 0x2b, 0x8c, 0xab, 0xe4, 0xde, 0x74, 0x73, 0x9c, 0x9a, 0x11, 0x16, 0xa6, 0x9b, 0x83, 0x5c, - 0x74, 0xb5, 0x6e, 0x0e, 0xe5, 0xb9, 0xab, 0x75, 0x73, 0x38, 0xb5, 0x5d, 0x9f, 0x41, 0x5f, 0xd4, - 0xa0, 0xa1, 0xba, 0xaa, 0x8a, 0x94, 0x51, 0xe9, 0xa8, 0xfb, 0xb6, 0xcd, 0x0b, 0x13, 0xb6, 0x8a, - 0x69, 0x79, 0x97, 0x1e, 0xba, 0x0c, 0x5d, 0x4e, 0x55, 0xba, 0x40, 0xc5, 0x85, 0xcb, 0xe6, 0x87, - 0xc6, 0x6f, 0x10, 0xe3, 0xde, 0x81, 0xb2, 0x90, 0xf3, 0xaa, 0x30, 0xe7, 0xc3, 0x59, 0xbd, 0xcd, - 0xb3, 0x87, 0x57, 0x8c, 0x71, 0x6c, 0x41, 0x8e, 0xde, 0x68, 0x54, 0x08, 0xa3, 0x78, 0x41, 0x52, - 0x21, 0xde, 0x89, 0x0b, 0x91, 0xcc, 0xd5, 0x8b, 0xd7, 0x1b, 0x15, 0xd2, 0x28, 0xb9, 0x19, 0xa9, - 0x70, 0xf5, 0xb2, 0xbb, 0x92, 0x74, 0x21, 0x0a, 0x83, 0xeb, 0x85, 0x0a, 0x07, 0x3a, 0x74, 0xc3, - 0xb1, 0xf9, 0xf4, 0xa1, 0xf5, 0x62, 0x04, 0x0e, 0x8d, 0x95, 0xd2, 0x97, 0xee, 0xd6, 0xd4, 0x8b, - 0x22, 0xd9, 0x1d, 0xb6, 0xe6, 0x93, 0xa3, 0x6f, 0xd3, 0xf1, 0x23, 0x13, 0xea, 0xba, 0x85, 0xab, - 0x6e, 0x8a, 0xb9, 0x1e, 0xbe, 0x0c, 0x37, 0xc6, 0x6a, 0x74, 0xf8, 0x26, 0xd4, 0xe8, 0x41, 0x0c, - 0x5f, 0xba, 0x52, 0x07, 0x7c, 0x8a, 0x2b, 0x56, 0xfa, 0x0c, 0xba, 0x0b, 0xf5, 0xf4, 0x5d, 0x33, - 0xc5, 0x2e, 0x87, 0xe2, 0xee, 0x5b, 0xf3, 0xd9, 0x31, 0x6b, 0x8b, 0x2e, 0xfd, 0xc4, 0x30, 0x4d, - 0x6f, 0xd9, 0xe1, 0x1e, 0xbd, 0x90, 0x34, 0xce, 0xa8, 0xc5, 0xbb, 0x4f, 0xe3, 0x8c, 0x3a, 0x71, - 0xd3, 0x89, 0xfb, 0x5f, 0x9a, 0x84, 0xaf, 0xf2, 0xbf, 0xe2, 0x1d, 0x1b, 0x85, 0x57, 0x4b, 0x5e, - 0x44, 0x61, 0x2b, 0x84, 0x64, 0x72, 0x3f, 0x3a, 0x37, 0xd6, 0x0d, 0x80, 0x51, 0x2b, 0x04, 0xf9, - 0x6d, 0x01, 0xb6, 0x78, 0x4f, 0xdd, 0x5d, 0x50, 0xac, 0x76, 0xe5, 0x77, 0x27, 0x14, 0x8b, 0x77, - 0xc5, 0x75, 0x08, 0xaa, 0xc6, 0xf5, 0x74, 0x22, 0xf4, 0xe8, 0xdd, 0xb0, 0x74, 0x06, 0xec, 0xe1, - 0x1b, 0x56, 0xf5, 0x74, 0x86, 0xb1, 0x02, 0x81, 0x22, 0x11, 0x79, 0x0c, 0x04, 0xe9, 0xe4, 0x5c, - 0x05, 0x02, 0x45, 0x0e, 0xef, 0x18, 0xe1, 0x77, 0x22, 0x29, 0x56, 0xe1, 0x78, 0x65, 0x89, 0xb3, - 0x0a, 0xc7, 0x2b, 0xcd, 0xe7, 0x65, 0x8b, 0x92, 0x41, 0x6e, 0xab, 0xc2, 0xa6, 0x0e, 0x25, 0xbf, - 0x1e, 0x46, 0xfe, 0x2d, 0x28, 0x46, 0xc9, 0xa9, 0xe8, 0x49, 0x65, 0x94, 0x3b, 0x41, 0x87, 0x6f, - 0xc3, 0x5c, 0x6a, 0x8b, 0x58, 0x21, 0xa2, 0xf2, 0xe4, 0xd4, 0xc3, 0xe7, 0x13, 0x06, 0x69, 0x8c, - 0x0a, 0x26, 0x0c, 0xa5, 0x87, 0x2a, 0x1c, 0xcb, 0x70, 0x3e, 0xa4, 0x88, 0x80, 0x10, 0x36, 0x12, - 0x81, 0x90, 0xc1, 0x38, 0x12, 0x81, 0x98, 0xbb, 0xc7, 0x24, 0x32, 0xbd, 0x03, 0xae, 0x90, 0x48, - 0x45, 0x12, 0xd1, 0x61, 0x2c, 0xda, 0x81, 0xb2, 0x90, 0x09, 0x85, 0x46, 0x91, 0x26, 0xa6, 0x70, - 0x29, 0x02, 0x13, 0x49, 0x52, 0x55, 0xec, 0xdf, 0x79, 0x26, 0x86, 0xda, 0xbf, 0x27, 0xf3, 0x37, - 0xd4, 0xfe, 0x3d, 0x95, 0xd2, 0xc1, 0x06, 0x21, 0xa4, 0x5b, 0xa8, 0x16, 0xcb, 0x43, 0x79, 0x1a, - 0xaa, 0x98, 0x79, 0x38, 0x73, 0x83, 0xc6, 0x42, 0x0b, 0x92, 0x4c, 0x08, 0x45, 0xf4, 0xa8, 0xce, - 0x99, 0x18, 0x63, 0xb3, 0x6c, 0x28, 0xc9, 0x41, 0xb1, 0x59, 0xa6, 0x4a, 0x86, 0x38, 0x0c, 0xc5, - 0x5b, 0x50, 0x11, 0xb3, 0x17, 0x14, 0x51, 0x9d, 0x24, 0xc1, 0x61, 0x0c, 0x6d, 0x4e, 0x65, 0x0d, - 0x28, 0xb4, 0x59, 0x9e, 0x5b, 0x30, 0x46, 0x00, 0x34, 0x7c, 0x3e, 0xae, 0x08, 0x05, 0x94, 0x67, - 0xf5, 0x8a, 0x50, 0x40, 0x7d, 0xf0, 0xce, 0x37, 0x18, 0xa4, 0xc7, 0xd1, 0x8a, 0x0d, 0x86, 0x51, - 0x07, 0xe9, 0x8a, 0x0d, 0x86, 0x91, 0xa7, 0xdd, 0xcc, 0x0e, 0xa4, 0xcf, 0xff, 0x14, 0x76, 0x40, - 0x71, 0x4c, 0x78, 0x08, 0x73, 0xd7, 0xfb, 0x50, 0xd9, 0xf2, 0xbd, 0xfb, 0xd1, 0x3f, 0xd8, 0xfa, - 0x21, 0x85, 0xfe, 0x17, 0xdb, 0x50, 0x63, 0x15, 0x5a, 0xf8, 0x7e, 0xd8, 0xf2, 0x76, 0xde, 0x41, - 0x27, 0xd7, 0xd8, 0x7f, 0x22, 0x5f, 0x8b, 0xfe, 0x13, 0xf9, 0xda, 0xeb, 0xb6, 0x83, 0x6f, 0xf1, - 0x8b, 0xc1, 0xff, 0x54, 0x18, 0xf1, 0x66, 0x59, 0x9c, 0x2a, 0x66, 0xf0, 0x7f, 0x86, 0xfe, 0x89, - 0xfb, 0xe1, 0xad, 0x9d, 0x77, 0x2e, 0xef, 0x42, 0xcd, 0x8e, 0x2b, 0x75, 0xfc, 0x5e, 0xfb, 0x72, - 0x99, 0x55, 0xdd, 0x22, 0xad, 0xb7, 0xb4, 0xff, 0xf7, 0x7c, 0xc7, 0x0e, 0xf7, 0xfa, 0x3b, 0x84, - 0x29, 0xcf, 0xb1, 0x6a, 0xcf, 0xda, 0x5e, 0xf4, 0x8b, 0xa2, 0x78, 0xae, 0xe3, 0x3d, 0x6b, 0xf6, - 0x6c, 0x0e, 0xeb, 0xed, 0xfc, 0xaa, 0xa6, 0xfd, 0x66, 0xa6, 0xb6, 0x79, 0x8b, 0xe3, 0x5c, 0xbb, - 0xea, 0xf7, 0xda, 0x3b, 0x79, 0x5a, 0xf5, 0x85, 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x17, 0x11, - 0x59, 0x99, 0x8b, 0x7d, 0x00, 0x00, + 0x79, 0xf0, 0xf6, 0xcc, 0xce, 0xf5, 0xcd, 0xcc, 0xee, 0x6c, 0xed, 0x35, 0x1a, 0x92, 0xe2, 0xb2, + 0x25, 0x59, 0x14, 0x29, 0xad, 0xac, 0x95, 0xa8, 0x83, 0xb6, 0x65, 0x91, 0x5c, 0x93, 0x5c, 0x98, + 0xc7, 0xaa, 0x97, 0x92, 0xe0, 0xdf, 0xbf, 0x30, 0xe8, 0x9d, 0xae, 0x9d, 0x6d, 0xb1, 0xa7, 0x7b, + 0xd8, 0xdd, 0xc3, 0xe5, 0x2a, 0x2f, 0x09, 0x1c, 0x3b, 0x36, 0x7c, 0x28, 0x97, 0x6d, 0xe4, 0x21, + 0x4e, 0x60, 0x38, 0x40, 0x6e, 0xd8, 0xc9, 0x43, 0x00, 0x23, 0x46, 0x1e, 0x02, 0xe4, 0xc1, 0x48, + 0x90, 0xf8, 0xc1, 0x48, 0x02, 0x04, 0xc9, 0x8b, 0xe1, 0x20, 0x40, 0x82, 0xe4, 0x21, 0x6f, 0x39, + 0x51, 0x47, 0xf7, 0x54, 0xf7, 0x54, 0xcd, 0xc1, 0x11, 0x45, 0xd2, 0x08, 0x1f, 0x88, 0xa9, 0xaf, + 0xab, 0xea, 0xfb, 0xea, 0xab, 0xef, 0xa8, 0xe3, 0xfb, 0x6a, 0xa1, 0xd2, 0xb1, 0x9d, 0xdb, 0xbd, + 0x60, 0xbd, 0xeb, 0x7b, 0xa1, 0x87, 0x16, 0xc5, 0xd2, 0x3a, 0x2b, 0x34, 0x2a, 0x2d, 0xaf, 0xd3, + 0xf1, 0x5c, 0x06, 0x6c, 0x54, 0x82, 0xd6, 0x3e, 0xee, 0x98, 0xbc, 0x54, 0xde, 0xc3, 0x16, 0xf6, + 0x79, 0x61, 0xad, 0xed, 0x79, 0x6d, 0x07, 0x3f, 0x4b, 0x4b, 0xbb, 0xbd, 0xbd, 0x67, 0x2d, 0x1c, + 0xb4, 0x7c, 0xbb, 0x1b, 0x7a, 0xbc, 0x86, 0xfe, 0x0d, 0x0d, 0xd0, 0x05, 0x1f, 0x9b, 0x21, 0x3e, + 0xe7, 0xd8, 0x66, 0x60, 0xe0, 0x5b, 0x3d, 0x1c, 0x84, 0xe8, 0xc3, 0x30, 0xbb, 0x6b, 0x06, 0xb8, + 0xae, 0xad, 0x69, 0x27, 0xcb, 0x1b, 0x47, 0xd7, 0x13, 0x54, 0x70, 0xec, 0x57, 0x83, 0xf6, 0x79, + 0x33, 0xc0, 0x06, 0xad, 0x89, 0x56, 0xa1, 0x60, 0xed, 0x36, 0x5d, 0xb3, 0x83, 0xeb, 0x99, 0x35, + 0xed, 0x64, 0xc9, 0xc8, 0x5b, 0xbb, 0xd7, 0xcc, 0x0e, 0x46, 0x4f, 0xc2, 0x7c, 0xcb, 0x73, 0x1c, + 0xdc, 0x0a, 0x6d, 0xcf, 0x65, 0x15, 0xb2, 0xb4, 0xc2, 0x5c, 0x1f, 0x4c, 0x2b, 0x2e, 0x41, 0xce, + 0x24, 0x34, 0xd4, 0x67, 0xe9, 0x67, 0x56, 0xd0, 0x03, 0xa8, 0x6d, 0xfa, 0x5e, 0xf7, 0x5e, 0x51, + 0x17, 0x23, 0xcd, 0x8a, 0x48, 0x7f, 0x55, 0x83, 0x85, 0x73, 0x4e, 0x88, 0xfd, 0x07, 0x94, 0x29, + 0xff, 0x9a, 0x81, 0x55, 0x36, 0x6b, 0x17, 0xe2, 0xea, 0xf7, 0x93, 0xca, 0x15, 0xc8, 0x33, 0x21, + 0xa4, 0x64, 0x56, 0x0c, 0x5e, 0x42, 0xc7, 0x00, 0x82, 0x7d, 0xd3, 0xb7, 0x82, 0xa6, 0xdb, 0xeb, + 0xd4, 0x73, 0x6b, 0xda, 0xc9, 0x9c, 0x51, 0x62, 0x90, 0x6b, 0xbd, 0x0e, 0x32, 0x60, 0xa1, 0xe5, + 0xb9, 0x81, 0x1d, 0x84, 0xd8, 0x6d, 0x1d, 0x36, 0x1d, 0x7c, 0x1b, 0x3b, 0xf5, 0xfc, 0x9a, 0x76, + 0x72, 0x6e, 0xe3, 0x09, 0x29, 0xdd, 0x17, 0xfa, 0xb5, 0xaf, 0x90, 0xca, 0x46, 0xad, 0x95, 0x82, + 0xa0, 0x73, 0x00, 0x5d, 0xdf, 0xeb, 0x62, 0x3f, 0xb4, 0x71, 0x50, 0x2f, 0xac, 0x65, 0x4f, 0x96, + 0x37, 0x4e, 0x48, 0x3b, 0xfb, 0x24, 0x3e, 0x7c, 0xd3, 0x74, 0x7a, 0x78, 0xdb, 0xb4, 0x7d, 0x43, + 0x68, 0x74, 0x16, 0x7d, 0xff, 0xd5, 0xf9, 0xa2, 0x56, 0xd3, 0xea, 0xff, 0x13, 0xfd, 0xd3, 0xf4, + 0x5f, 0xd3, 0x60, 0x99, 0xc8, 0xe1, 0x03, 0xc1, 0xef, 0x88, 0xc2, 0x8c, 0x48, 0xe1, 0xcf, 0x65, + 0x60, 0x85, 0xca, 0xec, 0x83, 0x21, 0x12, 0x3a, 0x54, 0xfa, 0x90, 0xad, 0x4d, 0x2a, 0x18, 0x59, + 0x23, 0x01, 0x4b, 0xcd, 0x55, 0xee, 0xfd, 0x9a, 0xab, 0xdf, 0xd2, 0x60, 0xe9, 0xb2, 0x19, 0x3c, + 0x18, 0x7c, 0x38, 0x06, 0x10, 0xda, 0x1d, 0xdc, 0x0c, 0x42, 0xb3, 0xd3, 0xa5, 0x5c, 0x98, 0x35, + 0x4a, 0x04, 0xb2, 0x43, 0x00, 0xfa, 0xa7, 0xa0, 0x72, 0xde, 0xf3, 0x1c, 0x03, 0x07, 0x5d, 0xcf, + 0x0d, 0x30, 0x7a, 0x1e, 0xf2, 0x41, 0x68, 0x86, 0xbd, 0x80, 0x13, 0x79, 0x44, 0x4a, 0xe4, 0x0e, + 0xad, 0x62, 0xf0, 0xaa, 0xc4, 0x48, 0xdc, 0x26, 0xdc, 0xa1, 0x34, 0x16, 0x0d, 0x56, 0xd0, 0x3f, + 0x0d, 0x73, 0x3b, 0xa1, 0x6f, 0xbb, 0xed, 0xf7, 0xb1, 0xf3, 0x52, 0xd4, 0xf9, 0x8f, 0x35, 0x78, + 0x64, 0x93, 0x3a, 0x93, 0x5d, 0xfc, 0xf0, 0x08, 0x5c, 0x72, 0x32, 0x72, 0xa9, 0xc9, 0x88, 0x84, + 0x29, 0x2b, 0x0a, 0xd3, 0x9f, 0xe6, 0xa0, 0x21, 0x1b, 0xe8, 0x34, 0x2c, 0xfd, 0x58, 0x6c, 0x2e, + 0x33, 0xb4, 0x51, 0xca, 0xd8, 0x71, 0x7f, 0xde, 0xc7, 0xb6, 0x43, 0x01, 0xb1, 0x55, 0x4d, 0x8f, + 0x34, 0x2b, 0x19, 0xe9, 0x06, 0x2c, 0xdf, 0xb6, 0xfd, 0xb0, 0x67, 0x3a, 0xcd, 0xd6, 0xbe, 0xe9, + 0xba, 0xd8, 0xa1, 0xbc, 0x23, 0x7e, 0x24, 0x7b, 0xb2, 0x64, 0x2c, 0xf2, 0x8f, 0x17, 0xd8, 0x37, + 0xc2, 0xc0, 0x00, 0xbd, 0x00, 0x2b, 0xdd, 0xfd, 0xc3, 0xc0, 0x6e, 0x0d, 0x34, 0xca, 0xd1, 0x46, + 0x4b, 0xd1, 0xd7, 0x44, 0xab, 0xd3, 0xb0, 0xd0, 0xa2, 0xae, 0xc8, 0x6a, 0x12, 0x4e, 0x32, 0xd6, + 0xe6, 0x29, 0x6b, 0x6b, 0xfc, 0xc3, 0x8d, 0x08, 0x4e, 0xc8, 0x8a, 0x2a, 0xf7, 0xc2, 0x96, 0xd0, + 0xa0, 0x40, 0x1b, 0x2c, 0xf2, 0x8f, 0x6f, 0x84, 0xad, 0x7e, 0x9b, 0xa4, 0x13, 0x29, 0xa6, 0x9d, + 0x48, 0x1d, 0x0a, 0xd4, 0x29, 0xe2, 0xa0, 0x5e, 0xa2, 0x64, 0x46, 0x45, 0xb4, 0x05, 0xf3, 0x41, + 0x68, 0xfa, 0x61, 0xb3, 0xeb, 0x05, 0x36, 0xe1, 0x4b, 0x50, 0x07, 0x6a, 0x63, 0xd6, 0x54, 0x36, + 0x66, 0xd3, 0x0c, 0x4d, 0x6a, 0x62, 0xe6, 0x68, 0xc3, 0xed, 0xa8, 0x9d, 0xdc, 0x53, 0x95, 0xa7, + 0xf3, 0x54, 0x12, 0xc9, 0xae, 0x48, 0x25, 0x3b, 0x69, 0x26, 0xab, 0x77, 0x61, 0x26, 0xf5, 0xff, + 0xd6, 0x60, 0xf9, 0x8a, 0x67, 0x5a, 0x0f, 0x86, 0xaa, 0x3e, 0x01, 0x73, 0x3e, 0xee, 0x3a, 0x76, + 0xcb, 0x24, 0x53, 0xba, 0x8b, 0x7d, 0xaa, 0xac, 0x39, 0xa3, 0xca, 0xa1, 0xd7, 0x28, 0x90, 0xf4, + 0xe7, 0xe3, 0xc0, 0xeb, 0xf9, 0x2d, 0xdc, 0x6c, 0xfb, 0x5e, 0xaf, 0x1b, 0x09, 0xe2, 0x5c, 0x04, + 0xbe, 0x44, 0xa1, 0x44, 0x04, 0x7c, 0xbc, 0xe7, 0xe3, 0x60, 0x9f, 0x0a, 0x5e, 0xd1, 0x88, 0x8a, + 0x67, 0x0b, 0xdf, 0x7f, 0x75, 0xb6, 0x96, 0xab, 0x67, 0xf5, 0xaf, 0x6b, 0x50, 0x37, 0xb0, 0x83, + 0xcd, 0xe0, 0xc1, 0x30, 0x57, 0x8c, 0xb2, 0x7c, 0x3d, 0xab, 0xff, 0x8b, 0x06, 0x4b, 0x97, 0x70, + 0x48, 0x4c, 0x84, 0x1d, 0x84, 0x76, 0xeb, 0xbe, 0x2e, 0x37, 0x9f, 0x84, 0xf9, 0xae, 0xe9, 0x87, + 0x76, 0x5c, 0x2f, 0x32, 0x18, 0x73, 0x31, 0x98, 0x69, 0xfd, 0xb3, 0xb0, 0xd8, 0xee, 0x99, 0xbe, + 0xe9, 0x86, 0x18, 0x0b, 0x6a, 0xcc, 0x4c, 0x2a, 0x8a, 0x3f, 0xc5, 0x5a, 0xcc, 0xc6, 0x0b, 0xf5, + 0xac, 0xfe, 0x59, 0x0d, 0x96, 0x53, 0xe3, 0x9d, 0xc6, 0x96, 0xbe, 0x04, 0x39, 0xf2, 0x2b, 0xa8, + 0x67, 0xc6, 0xd5, 0x0b, 0x56, 0x9f, 0xac, 0xf1, 0x1f, 0xbd, 0x84, 0x43, 0xc1, 0xca, 0x3e, 0x08, + 0x33, 0xd0, 0xe7, 0xd3, 0x7b, 0x1a, 0x1c, 0x57, 0xd2, 0x77, 0x5f, 0x38, 0xf6, 0xef, 0x1a, 0xac, + 0xec, 0xec, 0x7b, 0x07, 0x7d, 0x92, 0xee, 0x05, 0xa7, 0x92, 0x3e, 0x3a, 0x9b, 0xf2, 0xd1, 0xe8, + 0x39, 0x98, 0x0d, 0x0f, 0xbb, 0x98, 0x5a, 0x8c, 0xb9, 0x8d, 0x63, 0xeb, 0x92, 0xfd, 0xf1, 0x3a, + 0x21, 0xf2, 0xc6, 0x61, 0x17, 0x1b, 0xb4, 0x2a, 0x7a, 0x0a, 0x6a, 0x29, 0xde, 0x47, 0x86, 0x64, + 0x3e, 0xc9, 0xfc, 0x78, 0x39, 0x39, 0x2b, 0xae, 0x00, 0xfe, 0x2d, 0x03, 0xab, 0x03, 0xc3, 0x9e, + 0x66, 0x02, 0x64, 0xf4, 0x64, 0xa4, 0xf4, 0x10, 0x4b, 0x29, 0x54, 0xb5, 0x2d, 0xb2, 0x4f, 0xcd, + 0x9e, 0xcc, 0x1a, 0x55, 0xc1, 0xd9, 0x5b, 0x01, 0x7a, 0x06, 0xd0, 0x80, 0x0f, 0x66, 0x9a, 0x3b, + 0x6b, 0x2c, 0xa4, 0x9d, 0x30, 0x75, 0xf4, 0x52, 0x2f, 0xcc, 0xd8, 0x32, 0x6b, 0x2c, 0x49, 0xdc, + 0x70, 0x80, 0x9e, 0x83, 0x25, 0xdb, 0xbd, 0x8a, 0x3b, 0x9e, 0x7f, 0xd8, 0xec, 0x62, 0xbf, 0x85, + 0xdd, 0xd0, 0x6c, 0xe3, 0xa0, 0x9e, 0xa7, 0x14, 0x2d, 0x46, 0xdf, 0xb6, 0xfb, 0x9f, 0xd0, 0x8b, + 0xb0, 0x7a, 0xab, 0x87, 0xfd, 0xc3, 0x66, 0x80, 0xfd, 0xdb, 0x76, 0x0b, 0x37, 0xcd, 0xdb, 0xa6, + 0xed, 0x98, 0xbb, 0x0e, 0xa6, 0x3b, 0xb3, 0xa2, 0xb1, 0x4c, 0x3f, 0xef, 0xb0, 0xaf, 0xe7, 0xa2, + 0x8f, 0xfa, 0x1f, 0x6a, 0xb0, 0xc2, 0xf6, 0xb7, 0xdb, 0x91, 0xd9, 0xb9, 0xcf, 0xfe, 0x2a, 0x69, + 0x15, 0xf9, 0x6e, 0xbc, 0x9a, 0x30, 0x8a, 0xfa, 0x77, 0x34, 0x58, 0x22, 0x7b, 0xc4, 0x87, 0x89, + 0xe6, 0x6f, 0x6b, 0xb0, 0x78, 0xd9, 0x0c, 0x1e, 0x26, 0x92, 0xbf, 0x91, 0x61, 0x6b, 0x99, 0x98, + 0xe6, 0x87, 0xc3, 0x63, 0x0e, 0x2e, 0x7a, 0x72, 0x63, 0x2e, 0x7a, 0xf2, 0xa3, 0x16, 0x3d, 0x85, + 0xc4, 0xa2, 0x47, 0xff, 0xa3, 0xfe, 0x5a, 0xe7, 0xe1, 0xe2, 0x91, 0xfe, 0x5d, 0x0d, 0x8e, 0x5d, + 0xc2, 0x61, 0x4c, 0xf5, 0x83, 0xb1, 0x28, 0x1a, 0x53, 0x2e, 0xbf, 0xc2, 0x16, 0x14, 0x52, 0xe2, + 0xef, 0x8b, 0xbf, 0xfe, 0x62, 0x06, 0x96, 0x89, 0xe3, 0x7a, 0x30, 0x84, 0x60, 0x9c, 0xfd, 0xb9, + 0x44, 0x50, 0x72, 0x52, 0x65, 0x8a, 0x56, 0x01, 0xf9, 0xb1, 0x57, 0x01, 0xfa, 0x1f, 0x64, 0xd8, + 0xea, 0x45, 0xe4, 0xc6, 0x34, 0xd3, 0x22, 0xa1, 0x35, 0x23, 0xa5, 0x55, 0x87, 0x4a, 0x0c, 0xd9, + 0xda, 0x8c, 0x3c, 0x78, 0x02, 0xf6, 0xa0, 0x3a, 0x70, 0xfd, 0x4b, 0x1a, 0xac, 0x44, 0xa7, 0x1f, + 0x3b, 0xb8, 0xdd, 0xc1, 0x6e, 0x78, 0xf7, 0x32, 0x94, 0x96, 0x80, 0x8c, 0x44, 0x02, 0x8e, 0x42, + 0x29, 0x60, 0x78, 0xe2, 0x83, 0x8d, 0x3e, 0x40, 0xff, 0x13, 0x0d, 0x56, 0x07, 0xc8, 0x99, 0x66, + 0x12, 0xeb, 0x50, 0xb0, 0x5d, 0x0b, 0xdf, 0x89, 0xa9, 0x89, 0x8a, 0xe4, 0xcb, 0x6e, 0xcf, 0x76, + 0xac, 0x98, 0x8c, 0xa8, 0x88, 0x4e, 0x40, 0x05, 0xbb, 0x64, 0x99, 0xd2, 0xa4, 0x75, 0xa9, 0x20, + 0x17, 0x8d, 0x32, 0x83, 0x6d, 0x11, 0x10, 0x69, 0xbc, 0x67, 0x63, 0xda, 0x38, 0xc7, 0x1a, 0xf3, + 0xa2, 0xfe, 0x65, 0x0d, 0x16, 0x89, 0x14, 0x72, 0xea, 0x83, 0x7b, 0xcb, 0xcd, 0x35, 0x28, 0x0b, + 0x62, 0xc6, 0x07, 0x22, 0x82, 0xf4, 0x9b, 0xb0, 0x94, 0x24, 0x67, 0x1a, 0x6e, 0x3e, 0x0a, 0x10, + 0xcf, 0x15, 0xd3, 0x86, 0xac, 0x21, 0x40, 0xf4, 0xaf, 0x66, 0xa2, 0xcb, 0x26, 0xca, 0xa6, 0xfb, + 0x7c, 0x2c, 0x4b, 0xa7, 0x44, 0xb4, 0xe7, 0x25, 0x0a, 0xa1, 0x9f, 0x37, 0xa1, 0x82, 0xef, 0x84, + 0xbe, 0xd9, 0xec, 0x9a, 0xbe, 0xd9, 0x99, 0xe0, 0x6c, 0xba, 0x4c, 0x9b, 0x6d, 0xd3, 0x56, 0x04, + 0x09, 0x15, 0x11, 0x86, 0x24, 0xcf, 0x90, 0x50, 0x48, 0x7f, 0xab, 0x57, 0xae, 0x67, 0xf5, 0x1f, + 0x90, 0x85, 0x23, 0x17, 0xeb, 0x07, 0x9d, 0x33, 0xc9, 0x31, 0xe5, 0xa4, 0x63, 0xaa, 0xd4, 0xb3, + 0xfa, 0x0f, 0x33, 0x50, 0xa3, 0x63, 0xd9, 0xe4, 0x57, 0x8e, 0xb6, 0xe7, 0xa6, 0x1a, 0x6b, 0xa9, + 0xc6, 0x43, 0xb4, 0xf1, 0x15, 0xc8, 0xf3, 0x99, 0xc8, 0x8e, 0x3b, 0x13, 0xbc, 0xc1, 0xa8, 0xf1, + 0x9c, 0x80, 0x0a, 0x45, 0x82, 0xad, 0xa6, 0xef, 0x1d, 0x04, 0x5c, 0x5f, 0xcb, 0x1c, 0x66, 0x78, + 0x07, 0xb4, 0x87, 0xd0, 0x0b, 0x4d, 0x87, 0x55, 0xc8, 0x33, 0xa3, 0x44, 0x21, 0xf4, 0xf3, 0x19, + 0xe6, 0x9f, 0x31, 0x5d, 0x86, 0xcd, 0x6d, 0x1c, 0x97, 0x92, 0x46, 0x59, 0x41, 0xd4, 0x05, 0x33, + 0xef, 0x8c, 0xd1, 0x19, 0x58, 0x65, 0xbc, 0xa0, 0xc5, 0xe6, 0x9e, 0x69, 0x3b, 0x4d, 0x1f, 0x9b, + 0x81, 0xe7, 0xd2, 0x33, 0xce, 0x92, 0xb1, 0x64, 0xc7, 0x6d, 0x2e, 0x9a, 0xb6, 0x63, 0xd0, 0x6f, + 0xfa, 0x37, 0x35, 0x58, 0x4e, 0xc9, 0xca, 0x34, 0x2a, 0x7b, 0x03, 0x10, 0xa3, 0xc2, 0xea, 0x4f, + 0x53, 0xb4, 0xd2, 0x78, 0x42, 0xea, 0x56, 0xd3, 0x93, 0x6a, 0x2c, 0xd8, 0x29, 0x48, 0xa0, 0xff, + 0xad, 0x06, 0x47, 0x2f, 0xe1, 0x90, 0x56, 0x3d, 0x4f, 0xcc, 0xe6, 0xb6, 0xef, 0xb5, 0x7d, 0x1c, + 0x04, 0x3f, 0x01, 0x82, 0xfd, 0x35, 0xb6, 0x46, 0x95, 0x8d, 0x6d, 0x9a, 0x89, 0x48, 0xcb, 0x61, + 0x66, 0x94, 0x1c, 0x66, 0x53, 0x72, 0x48, 0xad, 0x48, 0x44, 0x18, 0x93, 0xb4, 0x87, 0x9f, 0xd9, + 0xdf, 0x62, 0x87, 0x85, 0xe2, 0x98, 0xa6, 0x61, 0x72, 0xac, 0xaa, 0x99, 0x89, 0x54, 0xf5, 0x38, + 0x94, 0x45, 0xf5, 0x64, 0x23, 0x86, 0xbd, 0xbe, 0x52, 0xfe, 0x85, 0xc6, 0xa2, 0x14, 0x7e, 0x12, + 0x8c, 0x77, 0xb5, 0x9e, 0xd5, 0x7f, 0x37, 0x03, 0xd5, 0x2d, 0x37, 0xc0, 0x7e, 0xf8, 0xe0, 0xef, + 0xbb, 0xd0, 0xc7, 0xa1, 0x4c, 0x47, 0x18, 0x34, 0x2d, 0x33, 0x34, 0xb9, 0xab, 0x7e, 0x54, 0x7a, + 0xa5, 0x76, 0x91, 0xd4, 0xdb, 0x34, 0x43, 0xd3, 0x60, 0x6c, 0x0a, 0xc8, 0x6f, 0x74, 0x04, 0x4a, + 0xfb, 0x66, 0xb0, 0xdf, 0xbc, 0x89, 0x0f, 0xd9, 0x62, 0xb8, 0x6a, 0x14, 0x09, 0xe0, 0x93, 0xf8, + 0x30, 0x40, 0x8f, 0x40, 0xd1, 0xed, 0x75, 0x98, 0xca, 0x11, 0x03, 0x5f, 0x35, 0x0a, 0x6e, 0xaf, + 0x43, 0x14, 0x8e, 0xb1, 0xab, 0xc8, 0xd9, 0xf5, 0x46, 0xf7, 0xff, 0xd8, 0x35, 0x06, 0xbb, 0x1e, + 0xa9, 0x67, 0xf5, 0x3f, 0xcf, 0xc0, 0xdc, 0xd5, 0x1e, 0xd9, 0x1d, 0xd3, 0x8b, 0xd4, 0x9e, 0x13, + 0xde, 0x9d, 0x36, 0x9f, 0x82, 0x2c, 0x5b, 0x67, 0x92, 0x16, 0x75, 0xe9, 0x08, 0xb6, 0x36, 0x03, + 0x83, 0x54, 0xa2, 0x97, 0x88, 0xbd, 0x56, 0x8b, 0x2f, 0xd9, 0xb3, 0x94, 0xea, 0x12, 0x81, 0xb0, + 0x05, 0xfb, 0x11, 0x28, 0x61, 0xdf, 0x8f, 0x17, 0xf4, 0x74, 0x4c, 0xd8, 0xf7, 0xd9, 0x47, 0x1d, + 0x2a, 0x66, 0xeb, 0xa6, 0xeb, 0x1d, 0x38, 0xd8, 0x6a, 0x63, 0x8b, 0xea, 0x4d, 0xd1, 0x48, 0xc0, + 0x98, 0x66, 0x11, 0x09, 0x68, 0xb6, 0xdc, 0x30, 0x5a, 0x23, 0x30, 0xc8, 0x05, 0x37, 0x24, 0x9f, + 0x2d, 0xec, 0xe0, 0x10, 0xd3, 0xcf, 0x05, 0xf6, 0x99, 0x41, 0xf8, 0xe7, 0x5e, 0x37, 0x6e, 0x5d, + 0x64, 0x9f, 0x19, 0x84, 0x7c, 0x3e, 0x0a, 0xa5, 0xfe, 0x15, 0x4b, 0xa9, 0x7f, 0x22, 0x4e, 0x01, + 0xfa, 0x8f, 0x34, 0xa8, 0x6e, 0xd2, 0xae, 0x1e, 0x02, 0xe9, 0x43, 0x30, 0x8b, 0xef, 0x74, 0x7d, + 0x6e, 0x7b, 0xe8, 0xef, 0xa1, 0x02, 0xc5, 0xa4, 0xa6, 0x54, 0xcf, 0xea, 0x9f, 0x9b, 0x85, 0xea, + 0x0e, 0x36, 0xfd, 0xd6, 0xfe, 0x43, 0x71, 0xdc, 0x57, 0x83, 0xac, 0x15, 0x38, 0x7c, 0x9c, 0xe4, + 0x27, 0x3a, 0x0d, 0x0b, 0x5d, 0xc7, 0x6c, 0xe1, 0x7d, 0xcf, 0xb1, 0xb0, 0xcf, 0x0e, 0xf7, 0xa8, + 0xa4, 0x54, 0x8c, 0x9a, 0xf0, 0x81, 0x1e, 0xef, 0xa1, 0x97, 0xa0, 0x68, 0x05, 0x4e, 0x93, 0x1e, + 0x72, 0xb0, 0x75, 0xa5, 0x7c, 0x7c, 0x9b, 0x81, 0x43, 0xcf, 0x38, 0x0a, 0x16, 0xfb, 0x81, 0x1e, + 0x83, 0xaa, 0xd7, 0x0b, 0xbb, 0xbd, 0xb0, 0xc9, 0x54, 0xb6, 0x5e, 0xa4, 0xe4, 0x55, 0x18, 0x90, + 0x6a, 0x74, 0x80, 0x2e, 0x42, 0x35, 0xa0, 0xac, 0x8c, 0xf6, 0x37, 0xa5, 0x71, 0x57, 0xd5, 0x15, + 0xd6, 0x8e, 0x6f, 0x70, 0x9e, 0x82, 0x5a, 0xe8, 0x9b, 0xb7, 0xb1, 0x23, 0x5c, 0x01, 0x02, 0x95, + 0xcf, 0x79, 0x06, 0xef, 0xdf, 0xe2, 0x2b, 0x2e, 0x0c, 0xcb, 0xaa, 0x0b, 0x43, 0x34, 0x07, 0x19, + 0xf7, 0x16, 0xbd, 0x11, 0xcf, 0x1a, 0x19, 0xf7, 0x16, 0x13, 0x84, 0xb9, 0x7a, 0x56, 0xff, 0x24, + 0xcc, 0x5e, 0xb6, 0x43, 0xca, 0x61, 0xa2, 0xfe, 0x1a, 0xdd, 0x66, 0x52, 0x25, 0x7f, 0x04, 0x8a, + 0xbe, 0x77, 0xc0, 0xec, 0x1a, 0x59, 0xc2, 0x56, 0x8c, 0x82, 0xef, 0x1d, 0x50, 0xa3, 0x45, 0x23, + 0xd4, 0x3c, 0x1f, 0xb3, 0x0d, 0x44, 0xc6, 0xe0, 0x25, 0xfd, 0xf7, 0xb5, 0xbe, 0x54, 0x11, 0x4b, + 0x14, 0xdc, 0x9d, 0x29, 0xfa, 0x38, 0x14, 0x7c, 0xd6, 0x7e, 0x68, 0x48, 0x87, 0x88, 0x89, 0xda, + 0xd5, 0xa8, 0xd5, 0xd8, 0x02, 0xa8, 0x7f, 0x59, 0x83, 0xca, 0x45, 0xa7, 0x17, 0xdc, 0x0b, 0x2d, + 0x90, 0x5d, 0x4c, 0x65, 0xe5, 0x17, 0x65, 0x74, 0x36, 0xe6, 0xd7, 0xb2, 0xfa, 0x7f, 0xcc, 0x42, + 0x95, 0xd3, 0x33, 0xcd, 0xca, 0x4c, 0x49, 0xd3, 0x0e, 0x94, 0x09, 0xee, 0x66, 0x80, 0xdb, 0xd1, + 0xe1, 0x59, 0x79, 0x63, 0x43, 0xba, 0x33, 0x49, 0x90, 0x41, 0xc3, 0x67, 0x76, 0x68, 0xa3, 0x4f, + 0xb8, 0xa1, 0x7f, 0x68, 0x40, 0x2b, 0x06, 0xa0, 0x16, 0x2c, 0xec, 0x91, 0xca, 0x4d, 0xb1, 0xeb, + 0x59, 0xda, 0xf5, 0x4b, 0x63, 0x74, 0x4d, 0x4b, 0xe9, 0xfe, 0xe7, 0xf7, 0x92, 0x50, 0xf4, 0x36, + 0x9b, 0xd2, 0x66, 0x80, 0x4d, 0xae, 0x1f, 0xdc, 0xd9, 0x9e, 0x19, 0x9b, 0x7a, 0x93, 0x29, 0x10, + 0x43, 0x50, 0x6d, 0x89, 0xb0, 0xc6, 0xdb, 0x30, 0x9f, 0x22, 0x81, 0x68, 0xc4, 0x4d, 0x7c, 0xc8, + 0xf7, 0xd5, 0xe4, 0x27, 0x7a, 0x41, 0x0c, 0xde, 0x52, 0xb9, 0xf9, 0x2b, 0x9e, 0xdb, 0x3e, 0xe7, + 0xfb, 0xe6, 0x21, 0x0f, 0xee, 0x3a, 0x9b, 0x79, 0x59, 0x6b, 0xec, 0xc2, 0x92, 0x6c, 0x98, 0xef, + 0x2b, 0x8e, 0xd7, 0x00, 0x0d, 0x8e, 0x53, 0x82, 0x21, 0x11, 0x82, 0x96, 0x15, 0x7a, 0xd0, 0xdf, + 0xcb, 0x42, 0xe5, 0xf5, 0x1e, 0xf6, 0x0f, 0xef, 0xa7, 0x4f, 0x88, 0x7c, 0xda, 0xac, 0xe0, 0xd3, + 0x06, 0xcc, 0x70, 0x4e, 0x62, 0x86, 0x25, 0xce, 0x24, 0x2f, 0x75, 0x26, 0x32, 0x3b, 0x5b, 0x98, + 0xc8, 0xce, 0x16, 0x95, 0x76, 0x76, 0x13, 0x2a, 0xec, 0x8e, 0x76, 0x52, 0x57, 0x50, 0xa6, 0xcd, + 0x98, 0x27, 0x60, 0xf6, 0xa0, 0x56, 0xcf, 0xea, 0xbf, 0xa7, 0xc5, 0x33, 0x32, 0x95, 0x3d, 0x4d, + 0x2c, 0x52, 0x33, 0x13, 0x2f, 0x52, 0xc7, 0xb6, 0xa7, 0xdf, 0xd1, 0xa0, 0xf4, 0x26, 0x6e, 0x85, + 0x9e, 0x4f, 0x74, 0x56, 0xd2, 0x4c, 0x1b, 0x63, 0xa3, 0x95, 0x49, 0x6f, 0xb4, 0x9e, 0x87, 0xa2, + 0x6d, 0x35, 0x4d, 0x22, 0xf0, 0x14, 0xef, 0xb0, 0xf5, 0x69, 0xc1, 0xb6, 0xa8, 0x66, 0x8c, 0x7f, + 0x4d, 0xf6, 0x75, 0x0d, 0x2a, 0x8c, 0xe6, 0x80, 0xb5, 0xfc, 0x88, 0x80, 0x4e, 0x93, 0x69, 0x21, + 0x2f, 0xc4, 0x03, 0xbd, 0x3c, 0xd3, 0x47, 0x7b, 0x0e, 0x80, 0x30, 0x99, 0x37, 0x67, 0x4a, 0xbc, + 0x26, 0xa5, 0x96, 0x35, 0xa7, 0x0c, 0xbf, 0x3c, 0x63, 0x94, 0x48, 0x2b, 0xda, 0xc5, 0xf9, 0x02, + 0xe4, 0x68, 0x6b, 0xfd, 0x3f, 0x35, 0x58, 0xbc, 0x60, 0x3a, 0xad, 0x4d, 0x3b, 0x08, 0x4d, 0xb7, + 0x35, 0xc5, 0x8a, 0xf4, 0x2c, 0x14, 0xbc, 0x6e, 0xd3, 0xc1, 0x7b, 0x21, 0x27, 0xe9, 0xc4, 0x90, + 0x11, 0x31, 0x36, 0x18, 0x79, 0xaf, 0x7b, 0x05, 0xef, 0x85, 0xe8, 0xa3, 0x50, 0xf4, 0xba, 0x4d, + 0xdf, 0x6e, 0xef, 0x87, 0x9c, 0xfb, 0x63, 0x34, 0x2e, 0x78, 0x5d, 0x83, 0xb4, 0x10, 0xce, 0x1a, + 0x67, 0x27, 0x3c, 0x6b, 0xd4, 0x7f, 0x30, 0x30, 0xfc, 0x29, 0x74, 0xe0, 0x2c, 0x14, 0x6d, 0x37, + 0x6c, 0x5a, 0x76, 0x10, 0xb1, 0xe0, 0x98, 0x5c, 0x86, 0xdc, 0x90, 0x8e, 0x80, 0xce, 0xa9, 0x1b, + 0x12, 0xdc, 0xe8, 0x35, 0x80, 0x3d, 0xc7, 0x33, 0x79, 0x6b, 0xc6, 0x83, 0xe3, 0x72, 0xf5, 0x21, + 0xd5, 0xa2, 0xf6, 0x25, 0xda, 0x88, 0xf4, 0xd0, 0x9f, 0xd2, 0xbf, 0xd4, 0x60, 0x79, 0x1b, 0xfb, + 0x2c, 0x76, 0x31, 0xe4, 0x17, 0x05, 0x5b, 0xee, 0x9e, 0x97, 0xbc, 0xab, 0xd1, 0x52, 0x77, 0x35, + 0xef, 0xcf, 0xfd, 0x44, 0x62, 0x3f, 0xc9, 0x6e, 0x0c, 0xa3, 0xfd, 0x64, 0x74, 0x2f, 0xca, 0xce, + 0x31, 0xe6, 0x14, 0xd3, 0xc4, 0xe9, 0x15, 0x8f, 0x73, 0xf4, 0x5f, 0x62, 0x91, 0x55, 0xd2, 0x41, + 0xdd, 0xbd, 0xc0, 0xae, 0x00, 0x77, 0x1c, 0x29, 0x37, 0xf2, 0x21, 0x48, 0xd9, 0x0e, 0x85, 0x21, + 0xfa, 0x15, 0x0d, 0xd6, 0xd4, 0x54, 0x4d, 0xb3, 0xb6, 0x7a, 0x0d, 0x72, 0xb6, 0xbb, 0xe7, 0x45, + 0xc7, 0xba, 0xa7, 0xa4, 0xba, 0x20, 0xc7, 0xcb, 0x1a, 0xea, 0x7f, 0x95, 0x81, 0xda, 0xeb, 0x2c, + 0x52, 0xe7, 0x03, 0x9f, 0xfe, 0x0e, 0xee, 0x34, 0x03, 0xfb, 0x5d, 0x1c, 0x4d, 0x7f, 0x07, 0x77, + 0x76, 0xec, 0x77, 0x71, 0x42, 0x32, 0x72, 0x49, 0xc9, 0x18, 0x7e, 0xef, 0x22, 0x5e, 0x33, 0x14, + 0x92, 0xd7, 0x0c, 0x2b, 0x90, 0x77, 0x3d, 0x0b, 0x6f, 0x6d, 0xf2, 0x3d, 0x38, 0x2f, 0xf5, 0x45, + 0xad, 0x34, 0x99, 0xa8, 0x11, 0x54, 0xb4, 0x0b, 0x8b, 0x85, 0x1e, 0x13, 0x1a, 0x59, 0x51, 0xff, + 0x8a, 0x06, 0x8d, 0x4b, 0x38, 0x4c, 0x73, 0xf5, 0xfe, 0xc9, 0xdf, 0x7b, 0x1a, 0x1c, 0x91, 0x12, + 0x34, 0x8d, 0xe8, 0x7d, 0x24, 0x29, 0x7a, 0xf2, 0x1b, 0x85, 0x01, 0x94, 0x5c, 0xea, 0x9e, 0x83, + 0xca, 0x66, 0xaf, 0xd3, 0x89, 0xd7, 0x76, 0x27, 0xa0, 0xe2, 0xb3, 0x9f, 0x6c, 0x5f, 0xcc, 0x3c, + 0x73, 0x99, 0xc3, 0xc8, 0xee, 0x57, 0x3f, 0x0d, 0x55, 0xde, 0x84, 0x53, 0xdd, 0x80, 0xa2, 0xcf, + 0x7f, 0xf3, 0xfa, 0x71, 0x59, 0x5f, 0x86, 0x45, 0x03, 0xb7, 0x89, 0xd0, 0xfb, 0x57, 0x6c, 0xf7, + 0x26, 0x47, 0xa3, 0x7f, 0x46, 0x83, 0xa5, 0x24, 0x9c, 0xf7, 0xf5, 0x22, 0x14, 0x4c, 0xcb, 0xf2, + 0x71, 0x10, 0x0c, 0x9d, 0x96, 0x73, 0xac, 0x8e, 0x11, 0x55, 0x16, 0x38, 0x97, 0x19, 0x9b, 0x73, + 0x7a, 0x13, 0x16, 0x2e, 0xe1, 0xf0, 0x2a, 0x0e, 0xfd, 0xa9, 0xa2, 0x5f, 0x68, 0x94, 0x10, 0x6d, + 0xcc, 0xc5, 0x22, 0x2a, 0xea, 0x5f, 0xd2, 0x00, 0x89, 0x18, 0xa6, 0x99, 0x66, 0x91, 0xcb, 0x99, + 0x24, 0x97, 0x59, 0x08, 0x63, 0xa7, 0xeb, 0xb9, 0xd8, 0x0d, 0xc5, 0x85, 0x58, 0x35, 0x86, 0x52, + 0xf1, 0xfb, 0x63, 0x0d, 0xaa, 0x17, 0x22, 0x08, 0xb5, 0x2f, 0x7d, 0x65, 0xd4, 0x12, 0xca, 0x88, + 0x60, 0xd6, 0xf7, 0x9c, 0x08, 0x11, 0xfd, 0x8d, 0x3e, 0x06, 0xc0, 0xae, 0xd1, 0x5a, 0x9e, 0xc5, + 0x10, 0xcc, 0xa5, 0x97, 0x40, 0x02, 0xe5, 0xf8, 0x82, 0x67, 0x61, 0xa3, 0x14, 0x44, 0x3f, 0x89, + 0xbb, 0x64, 0xd7, 0xbd, 0x44, 0xf0, 0xc6, 0x77, 0xfb, 0x25, 0xda, 0x88, 0x10, 0xab, 0xff, 0x50, + 0x23, 0xdb, 0x31, 0x4e, 0x3e, 0xc5, 0x11, 0xa0, 0x97, 0x23, 0xab, 0xc1, 0x38, 0xa9, 0x4b, 0x85, + 0x3f, 0x31, 0xe6, 0xc8, 0x6c, 0xec, 0xc0, 0x62, 0xd0, 0xdb, 0xed, 0xb3, 0x8d, 0x42, 0x23, 0x25, + 0x1a, 0xa7, 0x1f, 0x24, 0x36, 0xe7, 0xe4, 0xf4, 0x67, 0x36, 0x3b, 0xbe, 0x18, 0x1e, 0x81, 0x47, + 0x68, 0x10, 0x72, 0xa2, 0xab, 0x48, 0x53, 0x7e, 0xa4, 0x01, 0xba, 0xe2, 0x99, 0xd6, 0x79, 0xd3, + 0x99, 0x6e, 0xb1, 0x77, 0x0c, 0x20, 0xf0, 0x5b, 0x4d, 0x3e, 0xdd, 0x19, 0xee, 0x4b, 0xfc, 0xd6, + 0x35, 0x36, 0xe3, 0xc7, 0xa1, 0x6c, 0x05, 0x21, 0xff, 0x1c, 0x05, 0xd0, 0x80, 0x15, 0x84, 0xec, + 0x3b, 0xcd, 0x41, 0x21, 0xbb, 0x6c, 0x6c, 0x35, 0x85, 0xf8, 0x83, 0x59, 0x5a, 0xad, 0xc6, 0x3e, + 0xec, 0xc4, 0x70, 0x89, 0x41, 0xcc, 0xa9, 0x23, 0xb1, 0x17, 0xea, 0x39, 0x7d, 0x0f, 0x56, 0xaf, + 0x9a, 0x6e, 0xcf, 0x74, 0x08, 0x1b, 0xcc, 0x44, 0xe6, 0x40, 0xda, 0xcb, 0x69, 0x12, 0x2f, 0xf7, + 0x28, 0x0b, 0x68, 0x66, 0x1b, 0x35, 0x3a, 0xb8, 0x59, 0x43, 0x80, 0x30, 0x3c, 0x85, 0xba, 0xa6, + 0xff, 0x86, 0x06, 0xf5, 0x41, 0x44, 0xd3, 0xe8, 0x25, 0x25, 0x2f, 0xea, 0x4a, 0x74, 0xc2, 0x7d, + 0x18, 0xfa, 0x30, 0x2c, 0xf6, 0xcb, 0xdb, 0x8e, 0xe9, 0x5e, 0xf0, 0x7a, 0x2e, 0x5b, 0x33, 0xe6, + 0x0c, 0xd9, 0x27, 0xfd, 0xe3, 0xb1, 0x4c, 0x98, 0x71, 0x60, 0x3a, 0x4e, 0x70, 0x44, 0x40, 0xa9, + 0x0d, 0xa2, 0xd4, 0x7f, 0x27, 0x43, 0x7d, 0xdf, 0x40, 0x0f, 0xd3, 0x0c, 0xf5, 0x6c, 0xf2, 0x6a, + 0xef, 0x71, 0x45, 0x56, 0x4e, 0x12, 0x23, 0x57, 0xb7, 0x93, 0x30, 0x8f, 0xef, 0xe0, 0x56, 0x2f, + 0xb4, 0xdd, 0x36, 0x19, 0xe6, 0x35, 0x8f, 0xaf, 0x45, 0xd2, 0x60, 0xf4, 0x38, 0x54, 0xc9, 0xcc, + 0x79, 0xbd, 0x90, 0xd7, 0x63, 0x8b, 0x92, 0x24, 0x90, 0xf4, 0x47, 0xc6, 0xeb, 0xe0, 0x10, 0x5b, + 0xbc, 0x1e, 0x5b, 0xa1, 0xa4, 0xc1, 0x84, 0x5b, 0x7b, 0xa6, 0xed, 0xc4, 0xd5, 0xd8, 0xc5, 0x41, + 0x02, 0x36, 0xc0, 0x6e, 0x02, 0x0e, 0x26, 0x61, 0xf7, 0x5f, 0x6b, 0x29, 0x76, 0xf3, 0x1e, 0xee, + 0x17, 0xbb, 0x2f, 0x03, 0x74, 0xb0, 0xdf, 0xc6, 0x5b, 0x74, 0x65, 0xc0, 0x4e, 0xf4, 0x4e, 0x2a, + 0x8d, 0x1a, 0xeb, 0xe0, 0x6a, 0xd4, 0xc0, 0x10, 0xda, 0xea, 0x97, 0x60, 0x51, 0x52, 0x85, 0x38, + 0x3d, 0x16, 0x2a, 0x1b, 0x9d, 0x0e, 0x47, 0x45, 0xe2, 0x53, 0x42, 0xd3, 0x6f, 0xe3, 0x90, 0xab, + 0x02, 0x2f, 0xe9, 0x2f, 0xd2, 0xab, 0x73, 0x7a, 0xe0, 0x95, 0x90, 0xe6, 0x64, 0x44, 0x93, 0x36, + 0x10, 0xd1, 0xb4, 0x47, 0xaf, 0xa7, 0xc5, 0x76, 0x53, 0x46, 0xa3, 0xd1, 0x43, 0x44, 0x6c, 0xf1, + 0x4c, 0xce, 0xa8, 0xa8, 0xff, 0x97, 0x06, 0xd5, 0xad, 0x4e, 0xd7, 0xeb, 0xdf, 0x30, 0x8e, 0x7d, + 0x52, 0x31, 0x78, 0x31, 0x93, 0x91, 0x5d, 0xcc, 0x3c, 0x06, 0xd5, 0x64, 0xce, 0x1f, 0x3b, 0xf8, + 0xad, 0xb4, 0xc4, 0x5c, 0xbf, 0x23, 0x50, 0xf2, 0xbd, 0x83, 0x26, 0xb1, 0xd9, 0x16, 0x8f, 0x7b, + 0x2b, 0xfa, 0xde, 0x01, 0xb1, 0xe4, 0x16, 0x5a, 0x82, 0xdc, 0x9e, 0xed, 0xc4, 0x21, 0x9b, 0xac, + 0x80, 0x3e, 0x42, 0xf6, 0xf1, 0x2c, 0xaa, 0x24, 0x3f, 0xae, 0x5f, 0x8d, 0x5a, 0x30, 0xd3, 0x88, + 0xea, 0x9a, 0xfe, 0x69, 0x98, 0x8b, 0x86, 0x3f, 0x65, 0x2e, 0x6b, 0x68, 0x06, 0x37, 0xa3, 0xd8, + 0x34, 0x56, 0xd0, 0x4f, 0xb3, 0x18, 0x03, 0xda, 0x7f, 0x62, 0xf6, 0x11, 0xcc, 0x92, 0x1a, 0x5c, + 0xa9, 0xe8, 0x6f, 0xfd, 0x1f, 0x33, 0xb0, 0x92, 0xae, 0x3d, 0x0d, 0x49, 0x2f, 0x26, 0x15, 0x49, + 0x9e, 0x9a, 0x28, 0x62, 0xe3, 0x4a, 0xc4, 0xa7, 0xa2, 0x15, 0x1b, 0xeb, 0x2c, 0x9d, 0x0a, 0x6a, + 0xa1, 0xd1, 0x2a, 0x14, 0x6c, 0xab, 0xe9, 0x90, 0xbd, 0x3f, 0xf3, 0x82, 0x79, 0xdb, 0xba, 0x62, + 0x07, 0x21, 0xd9, 0xc8, 0xb0, 0xf5, 0xf8, 0xd8, 0x01, 0x6d, 0xac, 0x3e, 0x9a, 0x83, 0x8c, 0x6d, + 0x71, 0xf3, 0x94, 0xb1, 0x2d, 0x2a, 0x2e, 0x62, 0x62, 0x0a, 0xdf, 0x49, 0x89, 0x9e, 0xcf, 0x22, + 0x7e, 0x9b, 0xeb, 0x0a, 0x4d, 0x5d, 0x29, 0x26, 0xd5, 0xc7, 0xa2, 0xf2, 0xc4, 0x22, 0x55, 0x9b, + 0x61, 0x40, 0xf7, 0x56, 0x59, 0xa3, 0xc8, 0x00, 0x37, 0x02, 0xfd, 0x2d, 0x58, 0x21, 0x34, 0xb3, + 0xb1, 0xdf, 0x20, 0x33, 0x35, 0xb1, 0xec, 0x2f, 0x41, 0xce, 0xb1, 0x3b, 0x76, 0xa4, 0xed, 0xac, + 0xa0, 0xff, 0x82, 0x06, 0xab, 0x03, 0x3d, 0x4f, 0x33, 0x87, 0xe7, 0x44, 0xb1, 0x2a, 0x6f, 0x9c, + 0x96, 0xda, 0x32, 0xb9, 0xd0, 0x44, 0x32, 0xf8, 0x3d, 0xb6, 0x1a, 0x37, 0x58, 0x2e, 0xc0, 0x3d, + 0x0e, 0x0b, 0x3d, 0x09, 0xb5, 0x03, 0x3b, 0xdc, 0x6f, 0xd2, 0x24, 0x5a, 0xba, 0xac, 0x62, 0x6b, + 0xc2, 0xa2, 0x31, 0x47, 0xe0, 0x3b, 0x04, 0x4c, 0x96, 0x56, 0xd2, 0xf3, 0xd0, 0x59, 0xe9, 0xee, + 0xf1, 0xf3, 0x1a, 0x2c, 0x26, 0xe8, 0x9f, 0x86, 0x9f, 0x1f, 0x25, 0xdb, 0x09, 0xd6, 0x11, 0x67, + 0xe9, 0x9a, 0x94, 0xa5, 0x1c, 0x1b, 0x75, 0x0b, 0x71, 0x0b, 0xfd, 0xdb, 0x59, 0x28, 0x0b, 0x5f, + 0xd0, 0x51, 0x28, 0xf1, 0x6f, 0xfd, 0x73, 0x8a, 0x18, 0x30, 0x16, 0xbf, 0x1e, 0x83, 0xbe, 0xb1, + 0x14, 0x92, 0xb0, 0x84, 0x10, 0x6e, 0x2b, 0x40, 0x97, 0x61, 0x8e, 0xf1, 0x33, 0x26, 0x5d, 0xba, + 0x8f, 0x88, 0x83, 0xd3, 0x4d, 0xdf, 0xe2, 0x54, 0x1a, 0xd5, 0x40, 0x28, 0xb1, 0x18, 0x0a, 0xcf, + 0xc2, 0x14, 0x53, 0x2e, 0x71, 0x6a, 0x80, 0xd6, 0x61, 0x31, 0x99, 0x1d, 0x22, 0x1e, 0x71, 0x2c, + 0x24, 0x32, 0x44, 0xa8, 0x02, 0x98, 0xb0, 0xe0, 0xf6, 0x3a, 0x4d, 0xaf, 0x17, 0xee, 0x7a, 0x3d, + 0x97, 0xcd, 0x35, 0x7f, 0x14, 0xe3, 0xcc, 0x28, 0x96, 0xae, 0x5f, 0xeb, 0x75, 0xae, 0xf3, 0x86, + 0x44, 0x1a, 0xf8, 0x35, 0x97, 0x9b, 0x84, 0x36, 0xce, 0xc3, 0x92, 0xac, 0xe2, 0xa8, 0x6b, 0x9c, + 0x9c, 0x78, 0x8d, 0xf3, 0x15, 0x0d, 0x2a, 0x22, 0x47, 0xc8, 0x86, 0xd2, 0xc1, 0xa6, 0x85, 0xfd, + 0x78, 0xca, 0xe2, 0x32, 0xb1, 0x2a, 0xec, 0x77, 0x93, 0x6c, 0xb0, 0xb9, 0x37, 0x03, 0x06, 0x22, + 0x7b, 0x6f, 0xf4, 0x21, 0x98, 0xb7, 0x3a, 0x89, 0x0c, 0xf6, 0x68, 0xcb, 0x69, 0x75, 0x84, 0xd4, + 0xf5, 0x04, 0x9f, 0x67, 0x93, 0xa7, 0x33, 0x9f, 0xed, 0x3f, 0xb0, 0xe2, 0x63, 0x0b, 0xbb, 0xa1, + 0x6d, 0x3a, 0x77, 0xaf, 0x93, 0x0d, 0x28, 0xf6, 0x02, 0xec, 0x0b, 0xce, 0x37, 0x2e, 0x93, 0x6f, + 0x5d, 0x33, 0x08, 0x0e, 0x3c, 0xdf, 0xe2, 0x54, 0xc6, 0xe5, 0x21, 0x61, 0xfe, 0xec, 0x1d, 0x09, + 0x79, 0x98, 0xff, 0x8b, 0xb0, 0xda, 0xf1, 0x2c, 0x7b, 0xcf, 0x96, 0x65, 0x07, 0x90, 0x66, 0xcb, + 0xd1, 0xe7, 0x44, 0xbb, 0x28, 0xf7, 0x71, 0x51, 0xcc, 0x7d, 0xfc, 0x56, 0x06, 0x56, 0xdf, 0xe8, + 0x5a, 0x1f, 0x00, 0x1f, 0xd6, 0xa0, 0xec, 0x39, 0xd6, 0x76, 0x92, 0x15, 0x22, 0x88, 0xd4, 0x70, + 0xf1, 0x41, 0x5c, 0x83, 0xd9, 0x21, 0x11, 0x34, 0x34, 0x2d, 0xe2, 0xae, 0xf8, 0x95, 0x1f, 0xc6, + 0xaf, 0xd2, 0xf7, 0x5f, 0xcd, 0x17, 0x33, 0xb5, 0xa5, 0x7a, 0x46, 0xff, 0x29, 0x58, 0x65, 0x11, + 0x38, 0xf7, 0x98, 0x4b, 0xd1, 0x1c, 0x2d, 0x8b, 0x73, 0xf4, 0x0e, 0x2c, 0x13, 0x6f, 0x46, 0x50, + 0xbf, 0x11, 0x60, 0x7f, 0x4a, 0xdb, 0x7b, 0x14, 0x4a, 0x11, 0xb6, 0x28, 0xa1, 0xa5, 0x0f, 0xd0, + 0xff, 0x3f, 0x2c, 0xa5, 0x70, 0xdd, 0xe5, 0x28, 0xa3, 0x91, 0xac, 0x88, 0x23, 0x59, 0x03, 0x30, + 0x3c, 0x87, 0xd8, 0x0f, 0x3b, 0x3c, 0x24, 0xab, 0x2f, 0xc1, 0xb5, 0xd3, 0xdf, 0xa4, 0x06, 0xc1, + 0x3b, 0xa4, 0xc6, 0x2f, 0x6a, 0xb0, 0xc0, 0x34, 0x97, 0x74, 0x75, 0xf7, 0xb3, 0xf0, 0x12, 0xe4, + 0x31, 0xc5, 0xc2, 0x0f, 0xed, 0x8e, 0xcb, 0xcd, 0x65, 0x4c, 0xae, 0xc1, 0xab, 0x4b, 0xd5, 0x28, + 0x84, 0xf9, 0x4d, 0xdf, 0xeb, 0x4e, 0x47, 0x11, 0x5d, 0xf1, 0x39, 0x58, 0x5c, 0xc3, 0x17, 0x09, + 0xe0, 0x9a, 0x4a, 0x30, 0x7e, 0xa8, 0xc1, 0xca, 0xf5, 0x2e, 0xf6, 0xcd, 0x10, 0x13, 0xa6, 0x4d, + 0x87, 0x7d, 0x98, 0xee, 0x26, 0x28, 0xcb, 0x26, 0x29, 0x43, 0x1f, 0x4d, 0x24, 0x6c, 0xcb, 0xf7, + 0x79, 0x29, 0x2a, 0xfb, 0x59, 0x5b, 0xd1, 0xb8, 0x56, 0xc5, 0x71, 0x7d, 0x57, 0x83, 0x85, 0x1d, + 0x4c, 0xdc, 0xf3, 0x74, 0x43, 0x7a, 0x5e, 0x38, 0x48, 0x1c, 0x63, 0x82, 0xd9, 0x49, 0xe3, 0x29, + 0x58, 0xb0, 0xdd, 0x96, 0xd3, 0xb3, 0x70, 0x93, 0x8c, 0x9f, 0x9d, 0x18, 0xb2, 0xc5, 0xd3, 0x3c, + 0xff, 0x40, 0x86, 0x41, 0x1c, 0xa8, 0x54, 0xc6, 0xef, 0x30, 0x19, 0x8f, 0xe3, 0x1e, 0x19, 0x09, + 0xda, 0x24, 0x24, 0x9c, 0x81, 0x1c, 0x41, 0x1d, 0xad, 0x8d, 0xe4, 0xad, 0xfa, 0x6a, 0x62, 0xb0, + 0xda, 0xfa, 0xcf, 0x6a, 0x80, 0x44, 0xb6, 0x4d, 0x63, 0x25, 0x5e, 0x11, 0xe3, 0x9d, 0xb2, 0x43, + 0x49, 0x67, 0x23, 0x8d, 0x23, 0x9d, 0xf4, 0xef, 0xc4, 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, 0xdb, 0xf7, 0x7a, 0x3d, 0x43, 0x26, 0x8d, 0x11, 0x1b, 0x4d, 0x1a, 0xc5, 0xac, + 0x4d, 0x82, 0xf9, 0x0c, 0xe4, 0x08, 0xc6, 0xd1, 0xfc, 0x8a, 0x26, 0x8d, 0xd6, 0x16, 0x26, 0x8d, + 0x13, 0x70, 0xef, 0x27, 0xad, 0x3f, 0xd2, 0xfe, 0xa4, 0xe9, 0x50, 0xb9, 0xbe, 0xfb, 0x0e, 0x6e, + 0x85, 0x43, 0x2c, 0xef, 0x13, 0x30, 0xbf, 0xed, 0xdb, 0xb7, 0x6d, 0x07, 0xb7, 0x87, 0x99, 0xf0, + 0xcf, 0x6b, 0x50, 0xbd, 0xe4, 0x9b, 0x6e, 0xe8, 0x45, 0x66, 0xfc, 0xae, 0xf8, 0x79, 0x1e, 0x4a, + 0xdd, 0x08, 0x1b, 0x97, 0x81, 0xc7, 0xe5, 0x17, 0x9b, 0x49, 0x9a, 0x8c, 0x7e, 0x33, 0xfd, 0x4d, + 0x58, 0xa2, 0x94, 0xa4, 0xc9, 0x7e, 0x15, 0x8a, 0xd4, 0x98, 0xdb, 0xfc, 0x00, 0x49, 0x75, 0xe6, + 0x9e, 0x18, 0x86, 0x11, 0xb7, 0xd1, 0xff, 0x4e, 0x83, 0x32, 0xfd, 0xd6, 0x1f, 0xe0, 0xe4, 0x5a, + 0xfe, 0x0a, 0xe4, 0x3d, 0xca, 0xf2, 0xa1, 0xf1, 0x0f, 0xe2, 0xac, 0x18, 0xbc, 0x01, 0x59, 0x21, + 0xb3, 0x5f, 0xa2, 0x45, 0x06, 0x06, 0xe2, 0x36, 0xb9, 0xd0, 0x66, 0xb4, 0x53, 0xb3, 0x3c, 0xde, + 0xf8, 0xa2, 0x26, 0xfa, 0x2f, 0xc7, 0x32, 0x49, 0x2b, 0xdc, 0xbd, 0x0a, 0xbf, 0x9c, 0xf2, 0xb1, + 0x6b, 0x6a, 0x2a, 0xe4, 0x4e, 0x36, 0x61, 0x59, 0xc9, 0x16, 0x34, 0x41, 0xd6, 0x94, 0x5b, 0xd0, + 0x58, 0x04, 0x86, 0x6d, 0x41, 0x45, 0xe2, 0xfa, 0x02, 0xf0, 0x37, 0x1a, 0xac, 0x72, 0x9f, 0x16, + 0xcb, 0xd6, 0x7d, 0x60, 0x13, 0xfa, 0x18, 0xf7, 0xbd, 0xec, 0x42, 0xec, 0xa9, 0x61, 0xbe, 0x37, + 0xa6, 0x73, 0x84, 0xf3, 0xfd, 0x4d, 0x8d, 0x1e, 0x47, 0x5f, 0xf1, 0x4c, 0xcb, 0x76, 0xdb, 0xd3, + 0xe7, 0x75, 0x49, 0x4e, 0x18, 0x32, 0xe3, 0x46, 0x5e, 0x67, 0x65, 0xd1, 0x51, 0xec, 0xd0, 0x70, + 0xad, 0x9e, 0xd1, 0x3b, 0xf4, 0xd8, 0x7b, 0x80, 0xd2, 0x29, 0x2f, 0x3a, 0xbb, 0xbc, 0x23, 0x7e, + 0x52, 0x10, 0x97, 0xf5, 0x6f, 0xb2, 0x23, 0x10, 0x82, 0x6f, 0xca, 0xf4, 0xab, 0x7b, 0xc4, 0x93, + 0x13, 0xf5, 0x8c, 0xfe, 0x33, 0x2c, 0x49, 0x4c, 0x20, 0x72, 0x1a, 0x76, 0xbc, 0x90, 0x3c, 0xbc, + 0x94, 0xdf, 0xb8, 0xf6, 0x71, 0xf1, 0xf8, 0x9b, 0x27, 0xa0, 0x74, 0x95, 0xd6, 0xfb, 0xc4, 0x9d, + 0x10, 0xd5, 0xa1, 0x70, 0x1b, 0xfb, 0x81, 0xed, 0xb9, 0xdc, 0x4b, 0x44, 0x45, 0x7d, 0x91, 0xde, + 0x80, 0xbf, 0xc9, 0x4a, 0xd1, 0x95, 0x63, 0x8b, 0x1e, 0x93, 0xc5, 0xc0, 0x29, 0x4f, 0xdb, 0x23, + 0xcc, 0x99, 0x24, 0xe6, 0x25, 0x40, 0x17, 0xf6, 0x71, 0xeb, 0xe6, 0x65, 0x6c, 0x3a, 0x61, 0x14, + 0x68, 0xad, 0xff, 0x99, 0x06, 0x8b, 0x09, 0xf0, 0x94, 0xdb, 0x2c, 0x3b, 0x60, 0x1d, 0x1d, 0xf2, + 0xc3, 0xfe, 0x3e, 0x80, 0xdd, 0xda, 0x9b, 0x81, 0xe7, 0x46, 0xf3, 0x19, 0x15, 0xd1, 0x79, 0xa8, + 0xdc, 0xea, 0x79, 0xa1, 0x19, 0x5d, 0x09, 0xcf, 0xae, 0x65, 0x07, 0x13, 0xd9, 0xe2, 0xb8, 0x0a, + 0x2f, 0x34, 0x19, 0xe7, 0xcb, 0xb7, 0xe2, 0xdf, 0x81, 0xfe, 0x05, 0x0d, 0x1a, 0x7c, 0x8b, 0x24, + 0x1e, 0x18, 0xdd, 0xbd, 0xbc, 0xd2, 0xa7, 0x4d, 0xc4, 0x53, 0xa9, 0xe8, 0x8a, 0x21, 0x71, 0x20, + 0x15, 0x99, 0x93, 0x46, 0xe2, 0xd5, 0x52, 0x0d, 0xea, 0x74, 0x6b, 0x74, 0x3f, 0x28, 0x39, 0x22, + 0x52, 0xf2, 0xf7, 0x1a, 0x2c, 0xde, 0xf0, 0x4d, 0x37, 0xd8, 0xc3, 0xfe, 0x35, 0xcf, 0x9a, 0x42, + 0x7d, 0x37, 0x60, 0x99, 0x93, 0x20, 0xa5, 0x65, 0x91, 0xc1, 0x12, 0x23, 0x26, 0x6d, 0xd8, 0x55, + 0x54, 0xba, 0x0d, 0x73, 0xde, 0x8b, 0xec, 0x63, 0xb2, 0x0d, 0x8f, 0x80, 0xa2, 0x67, 0x7a, 0xec, + 0x01, 0xbd, 0x82, 0xdb, 0xeb, 0x10, 0xda, 0xa3, 0x01, 0x3e, 0x2a, 0x0e, 0xf0, 0xe7, 0x33, 0xb0, + 0x12, 0x0d, 0x30, 0x3a, 0x79, 0x7c, 0xe0, 0xc7, 0x38, 0xee, 0x01, 0x34, 0x59, 0xf3, 0xd0, 0x70, + 0x30, 0x36, 0x30, 0x7e, 0xdf, 0x0a, 0x6e, 0xaf, 0xc3, 0x87, 0x1a, 0xb1, 0xe4, 0xb8, 0xc8, 0x12, + 0x13, 0x1e, 0xb9, 0x62, 0x07, 0x49, 0x94, 0xd3, 0x9f, 0x69, 0x1c, 0x13, 0x51, 0xbc, 0x0b, 0x0d, + 0x19, 0x8a, 0x29, 0x5f, 0x1e, 0x49, 0x3f, 0x11, 0x94, 0x91, 0x3d, 0x11, 0xa4, 0x7f, 0x51, 0x83, + 0xa3, 0x51, 0xae, 0xf8, 0x7d, 0x51, 0xb0, 0xa3, 0xa9, 0x27, 0x94, 0x8f, 0x29, 0xa8, 0x99, 0x86, + 0x1b, 0x5b, 0x52, 0x8a, 0x54, 0x4b, 0xda, 0x24, 0xe2, 0x24, 0xd5, 0xfa, 0x3f, 0xcf, 0x42, 0x35, + 0x29, 0x7e, 0x92, 0x0d, 0x0c, 0x59, 0x03, 0xb4, 0xcc, 0xae, 0xd9, 0x8a, 0x16, 0x64, 0x39, 0x23, + 0x2e, 0xa3, 0xa7, 0x01, 0x11, 0x29, 0x8c, 0x9f, 0x39, 0x63, 0xca, 0xc9, 0x62, 0x29, 0x6a, 0x6e, + 0xaf, 0x13, 0x3f, 0x71, 0x46, 0xb4, 0x14, 0xed, 0xb1, 0xda, 0x8e, 0x67, 0x5a, 0x38, 0xbe, 0x37, + 0xe0, 0xd7, 0x06, 0x2f, 0x8f, 0x26, 0x7f, 0xfd, 0x5a, 0xaf, 0x73, 0x85, 0xb6, 0xe5, 0x32, 0xce, + 0x4e, 0xe8, 0x09, 0x9e, 0x04, 0x18, 0xb5, 0xe2, 0x5b, 0x80, 0xb6, 0x67, 0xbb, 0x6d, 0x46, 0x54, + 0x6e, 0x48, 0xba, 0xcb, 0x00, 0x9a, 0xeb, 0xbc, 0xe9, 0xc0, 0x3d, 0x40, 0x0c, 0x8d, 0x90, 0xd8, + 0x6e, 0xcb, 0xeb, 0xc4, 0x48, 0xf2, 0x93, 0x20, 0xd9, 0xe2, 0x4d, 0x93, 0x48, 0x44, 0x68, 0xe3, + 0x02, 0x2c, 0x4b, 0x07, 0x3d, 0xc9, 0x6d, 0x43, 0xff, 0xc6, 0x22, 0x39, 0xa4, 0xbb, 0xe8, 0x63, + 0x80, 0xe2, 0x89, 0x6e, 0x3d, 0xde, 0xd3, 0x60, 0xd5, 0xc0, 0x44, 0xa6, 0xde, 0x8f, 0x27, 0x49, + 0xe7, 0x20, 0x63, 0xed, 0x72, 0x6d, 0xcc, 0x58, 0xbb, 0x64, 0x0d, 0xe1, 0xb1, 0x6c, 0x04, 0x6e, + 0x5f, 0xa3, 0x22, 0x0d, 0x4a, 0xc5, 0x07, 0xd7, 0xfa, 0xb6, 0x34, 0x2a, 0xea, 0x5f, 0xd5, 0x98, + 0x41, 0xdc, 0x62, 0xaf, 0x0e, 0x4c, 0xfd, 0xe2, 0xcf, 0xd8, 0x0b, 0xd9, 0x64, 0xc4, 0x6e, 0x36, + 0x15, 0xb1, 0xab, 0xdf, 0x62, 0x46, 0x34, 0x4d, 0xd6, 0xbd, 0x7c, 0xab, 0xe6, 0x7b, 0x1a, 0x1c, + 0x4f, 0x3d, 0x35, 0xc4, 0x5e, 0xbe, 0x30, 0x43, 0xf3, 0xbe, 0x33, 0x04, 0xad, 0xc5, 0x37, 0xeb, + 0x41, 0x3f, 0xd4, 0x4d, 0x04, 0xe9, 0x3f, 0xce, 0xc0, 0x9a, 0x9a, 0xfe, 0x69, 0x38, 0xd7, 0x8a, + 0x48, 0x13, 0x52, 0x73, 0x36, 0xa5, 0x1a, 0x3e, 0x0a, 0xff, 0x7a, 0x0c, 0x61, 0xea, 0xce, 0x06, + 0x48, 0xf3, 0x77, 0x36, 0xf9, 0x73, 0x18, 0xcd, 0x49, 0x9f, 0x7d, 0x61, 0x2f, 0x66, 0xb0, 0xac, + 0xa4, 0xc6, 0x2e, 0xcc, 0x25, 0x51, 0x88, 0xfa, 0x99, 0x65, 0xfa, 0x79, 0x36, 0x99, 0xbe, 0x96, + 0x3a, 0x44, 0x62, 0x7f, 0x4d, 0x63, 0x60, 0x00, 0x82, 0x16, 0x7f, 0x4d, 0x83, 0x55, 0x96, 0xd7, + 0x79, 0xdd, 0x9d, 0xfe, 0x55, 0xa7, 0xb1, 0x05, 0x24, 0x25, 0x01, 0xd9, 0x41, 0x09, 0xf8, 0x62, + 0x06, 0xea, 0x83, 0x84, 0x4d, 0x33, 0xf3, 0xaf, 0x43, 0xfe, 0xb6, 0x8d, 0x0f, 0xe8, 0xa1, 0x2b, + 0x99, 0x8e, 0x57, 0xe4, 0x57, 0xdb, 0x0a, 0x9c, 0xeb, 0x6f, 0xd2, 0xb6, 0x6c, 0xaa, 0x79, 0x47, + 0x8d, 0x36, 0x94, 0x05, 0xb0, 0x64, 0x7a, 0xce, 0x27, 0xa7, 0xe7, 0x69, 0xd9, 0xf4, 0x5c, 0x24, + 0xff, 0x47, 0xe1, 0xf7, 0x42, 0x8a, 0xad, 0x30, 0x4d, 0xa7, 0x4e, 0x40, 0x31, 0x7a, 0x10, 0x0e, + 0x15, 0x20, 0x7b, 0xce, 0x71, 0x6a, 0x33, 0xa8, 0x02, 0xc5, 0x2d, 0xfe, 0xea, 0x59, 0x4d, 0x3b, + 0xf5, 0x1a, 0x2c, 0x4a, 0x2e, 0x22, 0xd0, 0x02, 0x54, 0xcf, 0x59, 0xf4, 0xba, 0xeb, 0x86, 0x47, + 0x80, 0xb5, 0x19, 0xb4, 0x02, 0xc8, 0xc0, 0x1d, 0xef, 0x36, 0xad, 0x78, 0xd1, 0xf7, 0x3a, 0x14, + 0xae, 0x9d, 0x7a, 0x06, 0x96, 0x64, 0xc7, 0x29, 0xa8, 0x04, 0x39, 0x7a, 0x3c, 0x53, 0x9b, 0x41, + 0x00, 0x79, 0x03, 0xdf, 0xf6, 0x6e, 0x92, 0xea, 0x6f, 0x03, 0xf4, 0xf7, 0x68, 0xa8, 0x0c, 0x85, + 0x37, 0xdc, 0x9b, 0xae, 0x77, 0xe0, 0xd6, 0x66, 0xd0, 0x3c, 0x94, 0x0d, 0x6c, 0x5a, 0x57, 0xec, + 0x8e, 0x1d, 0x62, 0xab, 0x96, 0x41, 0x35, 0xa8, 0xbc, 0xe5, 0xdb, 0x21, 0x8e, 0x20, 0x59, 0x34, + 0x07, 0xb0, 0x89, 0xdd, 0xc3, 0x1b, 0x1e, 0xa9, 0x58, 0x9b, 0x25, 0x4d, 0x58, 0x99, 0xd6, 0xab, + 0xe5, 0x36, 0xfe, 0xe1, 0x25, 0xa8, 0xb2, 0x8d, 0x36, 0x7f, 0x60, 0x15, 0x35, 0xa1, 0x96, 0xfe, + 0xb3, 0x21, 0xe8, 0x69, 0x79, 0xe4, 0x9d, 0xfc, 0xaf, 0x8b, 0x34, 0x86, 0xc9, 0x89, 0x3e, 0x83, + 0x3e, 0x0d, 0x73, 0xc9, 0xbf, 0x92, 0x81, 0xe4, 0xd9, 0x26, 0xd2, 0x3f, 0xa5, 0x31, 0xaa, 0xf3, + 0x26, 0x54, 0x13, 0x7f, 0xd6, 0x01, 0xc9, 0x0f, 0xb4, 0x64, 0x7f, 0xfa, 0xa1, 0x21, 0x3f, 0x3d, + 0x15, 0xff, 0xf4, 0x02, 0xa3, 0x3e, 0xf9, 0x48, 0xba, 0x82, 0x7a, 0xe9, 0x4b, 0xea, 0xa3, 0xa8, + 0x37, 0x61, 0x61, 0xe0, 0x01, 0x72, 0xf4, 0x8c, 0x62, 0x65, 0x24, 0x7f, 0xa8, 0x7c, 0x14, 0x8a, + 0x03, 0x40, 0x83, 0x7f, 0xaa, 0x00, 0xad, 0x0f, 0xb5, 0xcd, 0x83, 0x48, 0x9e, 0x1d, 0xbb, 0x7e, + 0xcc, 0xb8, 0xcf, 0x69, 0xb0, 0xaa, 0x78, 0xab, 0x1a, 0x3d, 0xaf, 0x8a, 0x86, 0x1a, 0xf2, 0xf2, + 0x76, 0xe3, 0x85, 0xc9, 0x1a, 0xc5, 0x84, 0xb8, 0x30, 0x9f, 0x7a, 0xaa, 0x19, 0x9d, 0x56, 0x3e, + 0x0e, 0x39, 0xf8, 0x8e, 0x75, 0xe3, 0xe9, 0xf1, 0x2a, 0xc7, 0xf8, 0xde, 0x86, 0xf9, 0xd4, 0xdf, + 0x5c, 0x51, 0xe0, 0x93, 0xff, 0x65, 0x96, 0x51, 0x13, 0xfa, 0x36, 0xcc, 0xa7, 0x9e, 0x41, 0x56, + 0x74, 0x2f, 0x7f, 0x2c, 0x79, 0x54, 0xf7, 0x9f, 0x82, 0x6a, 0xe2, 0xbd, 0x62, 0x85, 0x42, 0xc9, + 0xde, 0x34, 0x1e, 0x4d, 0x79, 0x45, 0x7c, 0x56, 0x18, 0x9d, 0x54, 0xa9, 0xea, 0x40, 0xc7, 0x93, + 0x68, 0x6a, 0xff, 0x2d, 0xcf, 0x21, 0x9a, 0x3a, 0xf0, 0xfc, 0xe9, 0xf8, 0x9a, 0x2a, 0xf4, 0x3f, + 0x54, 0x53, 0x27, 0x46, 0xf1, 0x19, 0x8d, 0x46, 0x91, 0x4a, 0xde, 0x8a, 0x45, 0x1b, 0x2a, 0xd1, + 0x57, 0xbf, 0x8a, 0xdb, 0x78, 0x7e, 0xa2, 0x36, 0x31, 0x17, 0x6f, 0xc2, 0x5c, 0xf2, 0x45, 0x54, + 0x05, 0x17, 0xa5, 0x8f, 0xc8, 0x36, 0x4e, 0x8f, 0x55, 0x37, 0x46, 0x76, 0x40, 0x4f, 0x6e, 0x53, + 0xa7, 0xf1, 0x0a, 0xe3, 0xa4, 0xbc, 0x60, 0x50, 0x18, 0x27, 0xf5, 0x31, 0xbf, 0x3e, 0x83, 0x30, + 0x54, 0xc4, 0x13, 0x6f, 0x85, 0x28, 0x4a, 0x4e, 0xee, 0x1b, 0x4f, 0x8d, 0x51, 0x33, 0x46, 0xf3, + 0x06, 0x94, 0x85, 0x3f, 0xa4, 0x86, 0x9e, 0x1c, 0xa2, 0xa7, 0xe2, 0x5f, 0x15, 0x1b, 0x25, 0x29, + 0xaf, 0x43, 0x29, 0xfe, 0xfb, 0x67, 0xe8, 0x09, 0xa5, 0x7e, 0x4e, 0xd2, 0xe5, 0x0e, 0x40, 0xff, + 0x8f, 0x9b, 0xa1, 0x0f, 0xa9, 0xed, 0xd5, 0x24, 0x9d, 0xc6, 0xc3, 0x67, 0x6f, 0x26, 0x0d, 0x1b, + 0xbe, 0xf8, 0x4a, 0xda, 0xa8, 0x6e, 0xf7, 0xa1, 0x9a, 0x78, 0xed, 0x50, 0x65, 0xa2, 0x24, 0xaf, + 0x67, 0x36, 0x4e, 0x8d, 0x53, 0x35, 0x9e, 0xbf, 0x7d, 0xa8, 0x26, 0x5e, 0x9a, 0x43, 0xca, 0xd9, + 0x1f, 0x78, 0x61, 0x4f, 0x81, 0x49, 0xfa, 0x70, 0x9d, 0x3e, 0x83, 0x7e, 0x5a, 0x78, 0xd4, 0x2e, + 0xf1, 0x82, 0x20, 0x7a, 0x6e, 0x68, 0x3f, 0xb2, 0x97, 0x14, 0x1b, 0x1b, 0x93, 0x34, 0x89, 0x49, + 0xe0, 0x52, 0xc5, 0x58, 0xaa, 0x96, 0xaa, 0x49, 0x66, 0x6a, 0x07, 0xf2, 0xec, 0xc9, 0x38, 0xa4, + 0x2b, 0xde, 0x8d, 0x14, 0x1e, 0x48, 0x6b, 0x3c, 0x26, 0xad, 0x93, 0x7c, 0x15, 0x8c, 0x75, 0xca, + 0x02, 0xeb, 0x14, 0x9d, 0x26, 0xde, 0xbd, 0x9a, 0xa0, 0x53, 0xf6, 0x5a, 0x9b, 0xa2, 0xd3, 0xc4, + 0x53, 0x6e, 0xe3, 0x76, 0x6a, 0x40, 0x9e, 0x6d, 0x3d, 0x14, 0x9d, 0x26, 0x9e, 0xae, 0x6a, 0x0c, + 0xaf, 0xc3, 0x62, 0x2e, 0x66, 0xd0, 0x36, 0xe4, 0x68, 0x6a, 0x09, 0x3a, 0x31, 0xec, 0xc5, 0x98, + 0x61, 0x3d, 0x26, 0x1e, 0x95, 0xd1, 0x67, 0xd0, 0x75, 0xc8, 0xd1, 0x6c, 0x5b, 0x45, 0x8f, 0xe2, + 0x53, 0x2a, 0x8d, 0xa1, 0x55, 0x22, 0x12, 0x2d, 0xa8, 0x88, 0x0f, 0x1e, 0x28, 0x8c, 0xab, 0xe4, + 0x49, 0x88, 0xc6, 0x38, 0x35, 0x23, 0x2c, 0x4c, 0x37, 0xfb, 0x69, 0x36, 0x6a, 0xdd, 0x1c, 0x48, + 0xe1, 0x51, 0xeb, 0xe6, 0x60, 0xd6, 0x8e, 0x3e, 0x83, 0xbe, 0xa0, 0x41, 0x5d, 0x95, 0x85, 0x8f, + 0x94, 0xab, 0xd2, 0x61, 0x4f, 0x09, 0x34, 0xce, 0x4c, 0xd8, 0x2a, 0xa6, 0xe5, 0x5d, 0x7a, 0x9f, + 0x3c, 0x90, 0x77, 0xaf, 0x74, 0x81, 0x8a, 0x5c, 0xf2, 0xc6, 0x87, 0xc7, 0x6f, 0x10, 0xe3, 0xde, + 0x85, 0xb2, 0x10, 0xce, 0xaf, 0x30, 0xe7, 0x83, 0x09, 0x0b, 0x8d, 0x93, 0xa3, 0x2b, 0xc6, 0x38, + 0xb6, 0x21, 0x47, 0x93, 0xb5, 0x15, 0xc2, 0x28, 0xe6, 0x7e, 0x2b, 0xc4, 0x3b, 0x91, 0xeb, 0xcd, + 0x5c, 0xbd, 0x98, 0xb9, 0xad, 0x90, 0x46, 0x49, 0xd2, 0xb7, 0xc2, 0xd5, 0xcb, 0xd2, 0xc0, 0xe9, + 0x46, 0x14, 0xfa, 0x99, 0xd3, 0x0a, 0x07, 0x3a, 0x90, 0xbc, 0xdd, 0x78, 0x72, 0x64, 0xbd, 0x18, + 0x81, 0x43, 0xd7, 0x4a, 0xe9, 0x7c, 0xe2, 0x75, 0xf5, 0xa6, 0x48, 0x96, 0x9e, 0xdb, 0x78, 0x7c, + 0x78, 0xa2, 0x30, 0xbf, 0x0d, 0xa6, 0xae, 0x5b, 0xc8, 0xe2, 0x55, 0xcc, 0xf5, 0x60, 0x9e, 0xef, + 0x18, 0xbb, 0xd1, 0xc1, 0x24, 0xcf, 0xe1, 0x83, 0x18, 0xcc, 0x27, 0x55, 0x2f, 0xf8, 0x14, 0xd9, + 0xa3, 0xfa, 0x0c, 0xba, 0x05, 0xb5, 0x74, 0x1a, 0xad, 0xe2, 0x94, 0x43, 0x91, 0xd6, 0xdb, 0x78, + 0x66, 0xcc, 0xda, 0xa2, 0x4b, 0x3f, 0x32, 0x48, 0xd3, 0x5b, 0x76, 0xb8, 0x4f, 0x73, 0x2d, 0xc7, + 0x19, 0xb5, 0x98, 0xd6, 0x39, 0xce, 0xa8, 0x13, 0x49, 0x9c, 0xdc, 0xff, 0xd2, 0xfc, 0x22, 0x95, + 0xff, 0x15, 0xd3, 0x07, 0x15, 0x5e, 0x2d, 0x99, 0x63, 0xc7, 0x76, 0x08, 0xc9, 0xbc, 0x25, 0x74, + 0x6a, 0xac, 0xe4, 0xa6, 0x61, 0x3b, 0x04, 0x79, 0x22, 0x14, 0xdb, 0xbc, 0xa7, 0xd2, 0xb2, 0x14, + 0xbb, 0x5d, 0x79, 0x5a, 0x98, 0x62, 0xf3, 0xae, 0xc8, 0xf4, 0xa2, 0x6a, 0x5c, 0x4b, 0xe7, 0x78, + 0x0c, 0x3f, 0x0d, 0x4b, 0x07, 0xf7, 0x8f, 0x3e, 0xb0, 0xaa, 0xa5, 0x93, 0x27, 0x14, 0x08, 0x14, + 0x39, 0x16, 0x63, 0x20, 0x48, 0xe7, 0x1d, 0x28, 0x10, 0x28, 0xd2, 0x13, 0xc6, 0x58, 0x7e, 0x27, + 0xe2, 0xfd, 0x15, 0x8e, 0x57, 0x96, 0x13, 0xa0, 0x70, 0xbc, 0xd2, 0x54, 0x05, 0xb6, 0x29, 0xe9, + 0x87, 0xed, 0x2b, 0x6c, 0xea, 0x40, 0x5c, 0xff, 0x28, 0xf2, 0xaf, 0x43, 0x31, 0x8a, 0xbb, 0x47, + 0x8f, 0x2b, 0x57, 0xb9, 0x13, 0x74, 0xf8, 0x36, 0xcc, 0xa7, 0x8e, 0x88, 0x15, 0x22, 0x2a, 0x8f, + 0xbb, 0x1f, 0x3d, 0x9f, 0xd0, 0x8f, 0xd0, 0x56, 0x30, 0x61, 0x20, 0xf2, 0x5d, 0xe1, 0x58, 0x06, + 0x43, 0xbd, 0x45, 0x04, 0x84, 0xb0, 0xa1, 0x08, 0x84, 0xe0, 0xec, 0xa1, 0x08, 0xc4, 0xb0, 0x64, + 0x26, 0x91, 0xe9, 0x13, 0x70, 0x85, 0x44, 0x2a, 0xe2, 0x23, 0x47, 0xb1, 0x68, 0x17, 0xca, 0x42, + 0x90, 0x27, 0x1a, 0x46, 0x9a, 0x18, 0x9d, 0xaa, 0x58, 0x98, 0x48, 0xe2, 0x45, 0x63, 0xff, 0xce, + 0x83, 0xcc, 0xd4, 0xfe, 0x3d, 0x19, 0x9a, 0xa6, 0xf6, 0xef, 0xa9, 0x68, 0x35, 0x36, 0x08, 0x21, + 0x92, 0x4c, 0xb5, 0x59, 0x1e, 0x08, 0x41, 0x53, 0xad, 0x99, 0x07, 0x83, 0xd2, 0xe8, 0x5a, 0x68, + 0x51, 0x12, 0xe4, 0xa5, 0x58, 0x3d, 0xaa, 0xc3, 0xc1, 0xc6, 0x38, 0x2c, 0x1b, 0x88, 0xdf, 0x52, + 0x1c, 0x96, 0xa9, 0xe2, 0xbc, 0x46, 0xa1, 0x78, 0x0b, 0x2a, 0x62, 0x60, 0x96, 0x62, 0x55, 0x27, + 0x89, 0xdd, 0x1a, 0x43, 0x9b, 0x53, 0x01, 0x51, 0x0a, 0x6d, 0x96, 0x87, 0x4d, 0x8d, 0xb1, 0x00, + 0x1a, 0x0c, 0xfd, 0x51, 0x2c, 0x05, 0x94, 0x61, 0x48, 0x8a, 0xa5, 0x80, 0x3a, 0xa6, 0x88, 0x1f, + 0x30, 0x48, 0x23, 0x6d, 0x14, 0x07, 0x0c, 0xc3, 0x62, 0x84, 0x14, 0x07, 0x0c, 0x43, 0x03, 0x79, + 0x98, 0x1d, 0x48, 0x87, 0x36, 0x28, 0xec, 0x80, 0x22, 0x02, 0x62, 0x4c, 0xe6, 0x26, 0x43, 0x02, + 0x86, 0x30, 0x57, 0x1a, 0xd2, 0x30, 0x84, 0xb9, 0xf2, 0x58, 0x03, 0xbe, 0x43, 0x54, 0x5d, 0x6c, + 0x2b, 0x76, 0x88, 0x23, 0xe2, 0x08, 0x14, 0x3b, 0xc4, 0x51, 0xb7, 0xe7, 0xfa, 0xcc, 0x46, 0x0f, + 0x2a, 0xdb, 0xbe, 0x77, 0x27, 0xfa, 0x03, 0x8a, 0x1f, 0xd0, 0xfe, 0xe7, 0x6c, 0x0b, 0xe6, 0x58, + 0x85, 0x26, 0xbe, 0x13, 0x36, 0xbd, 0xdd, 0x77, 0xd0, 0xd1, 0xf5, 0xb6, 0xe7, 0xb5, 0x1d, 0xcc, + 0x9a, 0xef, 0xf6, 0xf6, 0xd6, 0x2f, 0xda, 0x0e, 0xbe, 0xce, 0x1f, 0x7e, 0xf8, 0xa7, 0xc2, 0x90, + 0x37, 0x29, 0xe3, 0x50, 0x60, 0xa3, 0xd2, 0x89, 0x7e, 0x5e, 0xdf, 0x7d, 0xe7, 0xfc, 0x1e, 0xcc, + 0xd9, 0x71, 0xa5, 0xb6, 0xdf, 0x6d, 0x9d, 0x2f, 0xb3, 0xaa, 0xdb, 0xa4, 0xf5, 0xb6, 0xf6, 0xff, + 0x9e, 0x6b, 0xdb, 0xe1, 0x7e, 0x6f, 0x97, 0x48, 0xc6, 0xb3, 0xac, 0xda, 0x33, 0xb6, 0x17, 0xfd, + 0xa2, 0x28, 0x9e, 0x6d, 0x7b, 0xcf, 0x98, 0x5d, 0x9b, 0xc3, 0xba, 0xbb, 0xbf, 0xae, 0x69, 0xbf, + 0x9d, 0x99, 0xdb, 0xba, 0xce, 0x71, 0xae, 0x5f, 0xf2, 0xbb, 0xad, 0xdd, 0x3c, 0xad, 0xfa, 0xfc, + 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0x7a, 0x82, 0x78, 0xf0, 0x78, 0x83, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -9030,6 +9378,8 @@ type MilvusServiceClient interface { ListResourceGroups(ctx context.Context, in *ListResourceGroupsRequest, opts ...grpc.CallOption) (*ListResourceGroupsResponse, error) DescribeResourceGroup(ctx context.Context, in *DescribeResourceGroupRequest, opts ...grpc.CallOption) (*DescribeResourceGroupResponse, error) RenameCollection(ctx context.Context, in *RenameCollectionRequest, opts ...grpc.CallOption) (*commonpb.Status, error) + ListIndexedSegment(ctx context.Context, in *ListIndexedSegmentRequest, opts ...grpc.CallOption) (*ListIndexedSegmentResponse, error) + DescribeSegmentIndexData(ctx context.Context, in *DescribeSegmentIndexDataRequest, opts ...grpc.CallOption) (*DescribeSegmentIndexDataResponse, error) } type milvusServiceClient struct { @@ -9652,6 +10002,24 @@ func (c *milvusServiceClient) RenameCollection(ctx context.Context, in *RenameCo return out, nil } +func (c *milvusServiceClient) ListIndexedSegment(ctx context.Context, in *ListIndexedSegmentRequest, opts ...grpc.CallOption) (*ListIndexedSegmentResponse, error) { + out := new(ListIndexedSegmentResponse) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/ListIndexedSegment", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *milvusServiceClient) DescribeSegmentIndexData(ctx context.Context, in *DescribeSegmentIndexDataRequest, opts ...grpc.CallOption) (*DescribeSegmentIndexDataResponse, error) { + out := new(DescribeSegmentIndexDataResponse) + err := c.cc.Invoke(ctx, "/milvus.proto.milvus.MilvusService/DescribeSegmentIndexData", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + // MilvusServiceServer is the server API for MilvusService service. type MilvusServiceServer interface { CreateCollection(context.Context, *CreateCollectionRequest) (*commonpb.Status, error) @@ -9729,6 +10097,8 @@ type MilvusServiceServer interface { ListResourceGroups(context.Context, *ListResourceGroupsRequest) (*ListResourceGroupsResponse, error) DescribeResourceGroup(context.Context, *DescribeResourceGroupRequest) (*DescribeResourceGroupResponse, error) RenameCollection(context.Context, *RenameCollectionRequest) (*commonpb.Status, error) + ListIndexedSegment(context.Context, *ListIndexedSegmentRequest) (*ListIndexedSegmentResponse, error) + DescribeSegmentIndexData(context.Context, *DescribeSegmentIndexDataRequest) (*DescribeSegmentIndexDataResponse, error) } // UnimplementedMilvusServiceServer can be embedded to have forward compatible implementations. @@ -9939,6 +10309,12 @@ func (*UnimplementedMilvusServiceServer) DescribeResourceGroup(ctx context.Conte func (*UnimplementedMilvusServiceServer) RenameCollection(ctx context.Context, req *RenameCollectionRequest) (*commonpb.Status, error) { return nil, status.Errorf(codes.Unimplemented, "method RenameCollection not implemented") } +func (*UnimplementedMilvusServiceServer) ListIndexedSegment(ctx context.Context, req *ListIndexedSegmentRequest) (*ListIndexedSegmentResponse, error) { + return nil, status.Errorf(codes.Unimplemented, "method ListIndexedSegment not implemented") +} +func (*UnimplementedMilvusServiceServer) DescribeSegmentIndexData(ctx context.Context, req *DescribeSegmentIndexDataRequest) (*DescribeSegmentIndexDataResponse, error) { + return nil, status.Errorf(codes.Unimplemented, "method DescribeSegmentIndexData not implemented") +} func RegisterMilvusServiceServer(s *grpc.Server, srv MilvusServiceServer) { s.RegisterService(&_MilvusService_serviceDesc, srv) @@ -11168,6 +11544,42 @@ func _MilvusService_RenameCollection_Handler(srv interface{}, ctx context.Contex return interceptor(ctx, in, info, handler) } +func _MilvusService_ListIndexedSegment_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(ListIndexedSegmentRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(MilvusServiceServer).ListIndexedSegment(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/milvus.proto.milvus.MilvusService/ListIndexedSegment", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(MilvusServiceServer).ListIndexedSegment(ctx, req.(*ListIndexedSegmentRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _MilvusService_DescribeSegmentIndexData_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(DescribeSegmentIndexDataRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(MilvusServiceServer).DescribeSegmentIndexData(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/milvus.proto.milvus.MilvusService/DescribeSegmentIndexData", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(MilvusServiceServer).DescribeSegmentIndexData(ctx, req.(*DescribeSegmentIndexDataRequest)) + } + return interceptor(ctx, in, info, handler) +} + var _MilvusService_serviceDesc = grpc.ServiceDesc{ ServiceName: "milvus.proto.milvus.MilvusService", HandlerType: (*MilvusServiceServer)(nil), @@ -11444,6 +11856,14 @@ var _MilvusService_serviceDesc = grpc.ServiceDesc{ MethodName: "RenameCollection", Handler: _MilvusService_RenameCollection_Handler, }, + { + MethodName: "ListIndexedSegment", + Handler: _MilvusService_ListIndexedSegment_Handler, + }, + { + MethodName: "DescribeSegmentIndexData", + Handler: _MilvusService_DescribeSegmentIndexData_Handler, + }, }, Streams: []grpc.StreamDesc{}, Metadata: "milvus.proto", diff --git a/proto/common.proto b/proto/common.proto index da82ff7..43abbbb 100644 --- a/proto/common.proto +++ b/proto/common.proto @@ -177,6 +177,8 @@ enum MsgType { HandoffSegments = 254; LoadBalanceSegments = 255; DescribeSegments = 256; + ListIndexedSegment = 257; + FederDescribeSegmentIndexData = 258; /* DEFINITION REQUESTS: INDEX */ CreateIndex = 300; diff --git a/proto/feder.proto b/proto/feder.proto new file mode 100644 index 0000000..2259f58 --- /dev/null +++ b/proto/feder.proto @@ -0,0 +1,13 @@ +syntax = "proto3"; +package milvus.proto.feder; +option go_package = "github.com/milvus-io/milvus-proto/go-api/federpb"; + +message SegmentIndexData { + int64 segmentID = 1; + string index_data = 2; // data from knownwhere +} + +message FederSegmentSearchResult { + int64 segmentID = 1; + string visit_info = 2; +} \ No newline at end of file diff --git a/proto/milvus.proto b/proto/milvus.proto index 02db6b3..17d6c20 100644 --- a/proto/milvus.proto +++ b/proto/milvus.proto @@ -12,6 +12,7 @@ option csharp_namespace = "IO.Milvus.Grpc"; import "common.proto"; import "schema.proto"; +import "feder.proto"; import "google/protobuf/descriptor.proto"; service MilvusService { @@ -106,6 +107,10 @@ service MilvusService { rpc DescribeResourceGroup(DescribeResourceGroupRequest) returns (DescribeResourceGroupResponse) {} rpc RenameCollection(RenameCollectionRequest) returns (common.Status) {} + + rpc ListIndexedSegment(ListIndexedSegmentRequest) returns(ListIndexedSegmentResponse) {} + rpc DescribeSegmentIndexData(DescribeSegmentIndexDataRequest) returns(DescribeSegmentIndexDataResponse) {} +// rpc SearchOnSegment(SearchOnSegmentsRequest) returns(SearchOnSegmentsResponse) {} } message CreateAliasRequest { @@ -1517,3 +1522,40 @@ message RenameCollectionRequest { string oldName = 3; string newName = 4; } + +message ListIndexedSegmentRequest { + common.MsgBase base = 1; + string collection_name = 2; + string index_name = 3; +} + +message ListIndexedSegmentResponse { + common.Status status = 1; + repeated int64 segmentIDs = 2; +} + +message DescribeSegmentIndexDataRequest { + common.MsgBase base = 1; + string collection_name = 2; + string index_name = 3; + repeated int64 segmentsIDs = 4; +} + +message DescribeSegmentIndexDataResponse { + common.Status status = 1; + // segmentID => segmentIndexData + map index_data = 2; + repeated common.KeyValuePair index_params = 3; +} + +message SearchOnSegmentsRequest { + common.MsgBase base = 1; + string collection_name = 2; + repeated int64 segmentsIDs = 3; +} + +message SearchOnSegmentsResponse { + common.Status status = 1; + // segmentID => visit viewer + map viewer = 2; +} diff --git a/scripts/proto_gen_go.sh b/scripts/proto_gen_go.sh index c30d5a5..597e9fd 100755 --- a/scripts/proto_gen_go.sh +++ b/scripts/proto_gen_go.sh @@ -39,6 +39,7 @@ mkdir -p ../go-api/commonpb mkdir -p ../go-api/schemapb mkdir -p ../go-api/milvuspb mkdir -p ../go-api/msgpb +mkdir -p ../go-api/federpb $protoc --version @@ -66,4 +67,10 @@ $protoc --proto_path="${GOOGLE_PROTO_DIR}" --proto_path=. \ --go_opt="Mmessage.proto=github.com/milvus-io/milvus-proto/go-api/msgapb;msgpb" \ --go_out=plugins=grpc,paths=source_relative:./../go-api/msgpb msg.proto +$protoc --proto_path="${GOOGLE_PROTO_DIR}" --proto_path=. \ + --go_opt=Mschema.proto=github.com/milvus-io/milvus-proto/go-api/schemapb \ + --go_opt=Mcommon.proto=github.com/milvus-io/milvus-proto/go-api/commonpb \ + --go_opt="Mmessage.proto=github.com/milvus-io/milvus-proto/go-api/federpb;federpb" \ + --go_out=plugins=grpc,paths=source_relative:./../go-api/federpb feder.proto + popd