// Code generated by protoc-gen-go. DO NOT EDIT. // source: community_update.proto package protobuf 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 CommunityEvent_EventType int32 const ( CommunityEvent_UNKNOWN CommunityEvent_EventType = 0 CommunityEvent_COMMUNITY_EDIT CommunityEvent_EventType = 1 CommunityEvent_COMMUNITY_MEMBER_TOKEN_PERMISSION_CHANGE CommunityEvent_EventType = 2 CommunityEvent_COMMUNITY_MEMBER_TOKEN_PERMISSION_DELETE CommunityEvent_EventType = 3 CommunityEvent_COMMUNITY_CATEGORY_CREATE CommunityEvent_EventType = 4 CommunityEvent_COMMUNITY_CATEGORY_DELETE CommunityEvent_EventType = 5 CommunityEvent_COMMUNITY_CATEGORY_EDIT CommunityEvent_EventType = 6 CommunityEvent_COMMUNITY_CHANNEL_CREATE CommunityEvent_EventType = 7 CommunityEvent_COMMUNITY_CHANNEL_DELETE CommunityEvent_EventType = 8 CommunityEvent_COMMUNITY_CHANNEL_EDIT CommunityEvent_EventType = 9 CommunityEvent_COMMUNITY_CATEGORY_REORDER CommunityEvent_EventType = 10 CommunityEvent_COMMUNITY_CHANNEL_REORDER CommunityEvent_EventType = 11 CommunityEvent_COMMUNITY_REQUEST_TO_JOIN_ACCEPT CommunityEvent_EventType = 12 CommunityEvent_COMMUNITY_REQUEST_TO_JOIN_REJECT CommunityEvent_EventType = 13 CommunityEvent_COMMUNITY_MEMBER_KICK CommunityEvent_EventType = 14 CommunityEvent_COMMUNITY_MEMBER_BAN CommunityEvent_EventType = 15 CommunityEvent_COMMUNITY_MEMBER_UNBAN CommunityEvent_EventType = 16 ) var CommunityEvent_EventType_name = map[int32]string{ 0: "UNKNOWN", 1: "COMMUNITY_EDIT", 2: "COMMUNITY_MEMBER_TOKEN_PERMISSION_CHANGE", 3: "COMMUNITY_MEMBER_TOKEN_PERMISSION_DELETE", 4: "COMMUNITY_CATEGORY_CREATE", 5: "COMMUNITY_CATEGORY_DELETE", 6: "COMMUNITY_CATEGORY_EDIT", 7: "COMMUNITY_CHANNEL_CREATE", 8: "COMMUNITY_CHANNEL_DELETE", 9: "COMMUNITY_CHANNEL_EDIT", 10: "COMMUNITY_CATEGORY_REORDER", 11: "COMMUNITY_CHANNEL_REORDER", 12: "COMMUNITY_REQUEST_TO_JOIN_ACCEPT", 13: "COMMUNITY_REQUEST_TO_JOIN_REJECT", 14: "COMMUNITY_MEMBER_KICK", 15: "COMMUNITY_MEMBER_BAN", 16: "COMMUNITY_MEMBER_UNBAN", } var CommunityEvent_EventType_value = map[string]int32{ "UNKNOWN": 0, "COMMUNITY_EDIT": 1, "COMMUNITY_MEMBER_TOKEN_PERMISSION_CHANGE": 2, "COMMUNITY_MEMBER_TOKEN_PERMISSION_DELETE": 3, "COMMUNITY_CATEGORY_CREATE": 4, "COMMUNITY_CATEGORY_DELETE": 5, "COMMUNITY_CATEGORY_EDIT": 6, "COMMUNITY_CHANNEL_CREATE": 7, "COMMUNITY_CHANNEL_DELETE": 8, "COMMUNITY_CHANNEL_EDIT": 9, "COMMUNITY_CATEGORY_REORDER": 10, "COMMUNITY_CHANNEL_REORDER": 11, "COMMUNITY_REQUEST_TO_JOIN_ACCEPT": 12, "COMMUNITY_REQUEST_TO_JOIN_REJECT": 13, "COMMUNITY_MEMBER_KICK": 14, "COMMUNITY_MEMBER_BAN": 15, "COMMUNITY_MEMBER_UNBAN": 16, } func (x CommunityEvent_EventType) String() string { return proto.EnumName(CommunityEvent_EventType_name, int32(x)) } func (CommunityEvent_EventType) EnumDescriptor() ([]byte, []int) { return fileDescriptor_52ed23dfc73918ab, []int{0, 0} } type CommunityEvent struct { CommunityEventClock uint64 `protobuf:"varint,1,opt,name=community_event_clock,json=communityEventClock,proto3" json:"community_event_clock,omitempty"` Type CommunityEvent_EventType `protobuf:"varint,2,opt,name=type,proto3,enum=protobuf.CommunityEvent_EventType" json:"type,omitempty"` CommunityConfig *CommunityConfig `protobuf:"bytes,3,opt,name=community_config,json=communityConfig,proto3" json:"community_config,omitempty"` TokenPermission *CommunityTokenPermission `protobuf:"bytes,4,opt,name=token_permission,json=tokenPermission,proto3" json:"token_permission,omitempty"` CategoryData *CategoryData `protobuf:"bytes,5,opt,name=category_data,json=categoryData,proto3" json:"category_data,omitempty"` ChannelData *ChannelData `protobuf:"bytes,6,opt,name=channel_data,json=channelData,proto3" json:"channel_data,omitempty"` MemberToAction string `protobuf:"bytes,7,opt,name=member_to_action,json=memberToAction,proto3" json:"member_to_action,omitempty"` MembersAdded map[string]*CommunityMember `protobuf:"bytes,8,rep,name=membersAdded,proto3" json:"membersAdded,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` RejectedRequestsToJoin map[string]*CommunityRequestToJoin `protobuf:"bytes,9,rep,name=rejectedRequestsToJoin,proto3" json:"rejectedRequestsToJoin,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` AcceptedRequestsToJoin map[string]*CommunityRequestToJoin `protobuf:"bytes,10,rep,name=acceptedRequestsToJoin,proto3" json:"acceptedRequestsToJoin,omitempty" protobuf_key:"bytes,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 *CommunityEvent) Reset() { *m = CommunityEvent{} } func (m *CommunityEvent) String() string { return proto.CompactTextString(m) } func (*CommunityEvent) ProtoMessage() {} func (*CommunityEvent) Descriptor() ([]byte, []int) { return fileDescriptor_52ed23dfc73918ab, []int{0} } func (m *CommunityEvent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommunityEvent.Unmarshal(m, b) } func (m *CommunityEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CommunityEvent.Marshal(b, m, deterministic) } func (m *CommunityEvent) XXX_Merge(src proto.Message) { xxx_messageInfo_CommunityEvent.Merge(m, src) } func (m *CommunityEvent) XXX_Size() int { return xxx_messageInfo_CommunityEvent.Size(m) } func (m *CommunityEvent) XXX_DiscardUnknown() { xxx_messageInfo_CommunityEvent.DiscardUnknown(m) } var xxx_messageInfo_CommunityEvent proto.InternalMessageInfo func (m *CommunityEvent) GetCommunityEventClock() uint64 { if m != nil { return m.CommunityEventClock } return 0 } func (m *CommunityEvent) GetType() CommunityEvent_EventType { if m != nil { return m.Type } return CommunityEvent_UNKNOWN } func (m *CommunityEvent) GetCommunityConfig() *CommunityConfig { if m != nil { return m.CommunityConfig } return nil } func (m *CommunityEvent) GetTokenPermission() *CommunityTokenPermission { if m != nil { return m.TokenPermission } return nil } func (m *CommunityEvent) GetCategoryData() *CategoryData { if m != nil { return m.CategoryData } return nil } func (m *CommunityEvent) GetChannelData() *ChannelData { if m != nil { return m.ChannelData } return nil } func (m *CommunityEvent) GetMemberToAction() string { if m != nil { return m.MemberToAction } return "" } func (m *CommunityEvent) GetMembersAdded() map[string]*CommunityMember { if m != nil { return m.MembersAdded } return nil } func (m *CommunityEvent) GetRejectedRequestsToJoin() map[string]*CommunityRequestToJoin { if m != nil { return m.RejectedRequestsToJoin } return nil } func (m *CommunityEvent) GetAcceptedRequestsToJoin() map[string]*CommunityRequestToJoin { if m != nil { return m.AcceptedRequestsToJoin } return nil } type CommunityConfig struct { Identity *ChatIdentity `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"` Permissions *CommunityPermissions `protobuf:"bytes,2,opt,name=permissions,proto3" json:"permissions,omitempty"` AdminSettings *CommunityAdminSettings `protobuf:"bytes,3,opt,name=admin_settings,json=adminSettings,proto3" json:"admin_settings,omitempty"` IntroMessage string `protobuf:"bytes,4,opt,name=intro_message,json=introMessage,proto3" json:"intro_message,omitempty"` OutroMessage string `protobuf:"bytes,5,opt,name=outro_message,json=outroMessage,proto3" json:"outro_message,omitempty"` Tags []string `protobuf:"bytes,6,rep,name=tags,proto3" json:"tags,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CommunityConfig) Reset() { *m = CommunityConfig{} } func (m *CommunityConfig) String() string { return proto.CompactTextString(m) } func (*CommunityConfig) ProtoMessage() {} func (*CommunityConfig) Descriptor() ([]byte, []int) { return fileDescriptor_52ed23dfc73918ab, []int{1} } func (m *CommunityConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommunityConfig.Unmarshal(m, b) } func (m *CommunityConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CommunityConfig.Marshal(b, m, deterministic) } func (m *CommunityConfig) XXX_Merge(src proto.Message) { xxx_messageInfo_CommunityConfig.Merge(m, src) } func (m *CommunityConfig) XXX_Size() int { return xxx_messageInfo_CommunityConfig.Size(m) } func (m *CommunityConfig) XXX_DiscardUnknown() { xxx_messageInfo_CommunityConfig.DiscardUnknown(m) } var xxx_messageInfo_CommunityConfig proto.InternalMessageInfo func (m *CommunityConfig) GetIdentity() *ChatIdentity { if m != nil { return m.Identity } return nil } func (m *CommunityConfig) GetPermissions() *CommunityPermissions { if m != nil { return m.Permissions } return nil } func (m *CommunityConfig) GetAdminSettings() *CommunityAdminSettings { if m != nil { return m.AdminSettings } return nil } func (m *CommunityConfig) GetIntroMessage() string { if m != nil { return m.IntroMessage } return "" } func (m *CommunityConfig) GetOutroMessage() string { if m != nil { return m.OutroMessage } return "" } func (m *CommunityConfig) GetTags() []string { if m != nil { return m.Tags } return nil } type CategoryData struct { CategoryId string `protobuf:"bytes,1,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` ChannelsIds []string `protobuf:"bytes,3,rep,name=channels_ids,json=channelsIds,proto3" json:"channels_ids,omitempty"` Position int32 `protobuf:"varint,4,opt,name=position,proto3" json:"position,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CategoryData) Reset() { *m = CategoryData{} } func (m *CategoryData) String() string { return proto.CompactTextString(m) } func (*CategoryData) ProtoMessage() {} func (*CategoryData) Descriptor() ([]byte, []int) { return fileDescriptor_52ed23dfc73918ab, []int{2} } func (m *CategoryData) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CategoryData.Unmarshal(m, b) } func (m *CategoryData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CategoryData.Marshal(b, m, deterministic) } func (m *CategoryData) XXX_Merge(src proto.Message) { xxx_messageInfo_CategoryData.Merge(m, src) } func (m *CategoryData) XXX_Size() int { return xxx_messageInfo_CategoryData.Size(m) } func (m *CategoryData) XXX_DiscardUnknown() { xxx_messageInfo_CategoryData.DiscardUnknown(m) } var xxx_messageInfo_CategoryData proto.InternalMessageInfo func (m *CategoryData) GetCategoryId() string { if m != nil { return m.CategoryId } return "" } func (m *CategoryData) GetName() string { if m != nil { return m.Name } return "" } func (m *CategoryData) GetChannelsIds() []string { if m != nil { return m.ChannelsIds } return nil } func (m *CategoryData) GetPosition() int32 { if m != nil { return m.Position } return 0 } type ChannelData struct { CategoryId string `protobuf:"bytes,1,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"` ChannelId string `protobuf:"bytes,2,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"` Position int32 `protobuf:"varint,3,opt,name=position,proto3" json:"position,omitempty"` Channel *CommunityChat `protobuf:"bytes,4,opt,name=channel,proto3" json:"channel,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChannelData) Reset() { *m = ChannelData{} } func (m *ChannelData) String() string { return proto.CompactTextString(m) } func (*ChannelData) ProtoMessage() {} func (*ChannelData) Descriptor() ([]byte, []int) { return fileDescriptor_52ed23dfc73918ab, []int{3} } func (m *ChannelData) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChannelData.Unmarshal(m, b) } func (m *ChannelData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChannelData.Marshal(b, m, deterministic) } func (m *ChannelData) XXX_Merge(src proto.Message) { xxx_messageInfo_ChannelData.Merge(m, src) } func (m *ChannelData) XXX_Size() int { return xxx_messageInfo_ChannelData.Size(m) } func (m *ChannelData) XXX_DiscardUnknown() { xxx_messageInfo_ChannelData.DiscardUnknown(m) } var xxx_messageInfo_ChannelData proto.InternalMessageInfo func (m *ChannelData) GetCategoryId() string { if m != nil { return m.CategoryId } return "" } func (m *ChannelData) GetChannelId() string { if m != nil { return m.ChannelId } return "" } func (m *ChannelData) GetPosition() int32 { if m != nil { return m.Position } return 0 } func (m *ChannelData) GetChannel() *CommunityChat { if m != nil { return m.Channel } return nil } // CommunityEventsMessage is a message used to propagate information // about community changes. type CommunityEventsMessage struct { CommunityId []byte `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"` // Events base CommunityDescription with owner signature on top of which events were generated EventsBaseCommunityDescription []byte `protobuf:"bytes,2,opt,name=events_base_community_description,json=eventsBaseCommunityDescription,proto3" json:"events_base_community_description,omitempty"` // A list of admins events for the channel in bytes Events [][]byte `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CommunityEventsMessage) Reset() { *m = CommunityEventsMessage{} } func (m *CommunityEventsMessage) String() string { return proto.CompactTextString(m) } func (*CommunityEventsMessage) ProtoMessage() {} func (*CommunityEventsMessage) Descriptor() ([]byte, []int) { return fileDescriptor_52ed23dfc73918ab, []int{4} } func (m *CommunityEventsMessage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommunityEventsMessage.Unmarshal(m, b) } func (m *CommunityEventsMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CommunityEventsMessage.Marshal(b, m, deterministic) } func (m *CommunityEventsMessage) XXX_Merge(src proto.Message) { xxx_messageInfo_CommunityEventsMessage.Merge(m, src) } func (m *CommunityEventsMessage) XXX_Size() int { return xxx_messageInfo_CommunityEventsMessage.Size(m) } func (m *CommunityEventsMessage) XXX_DiscardUnknown() { xxx_messageInfo_CommunityEventsMessage.DiscardUnknown(m) } var xxx_messageInfo_CommunityEventsMessage proto.InternalMessageInfo func (m *CommunityEventsMessage) GetCommunityId() []byte { if m != nil { return m.CommunityId } return nil } func (m *CommunityEventsMessage) GetEventsBaseCommunityDescription() []byte { if m != nil { return m.EventsBaseCommunityDescription } return nil } func (m *CommunityEventsMessage) GetEvents() [][]byte { if m != nil { return m.Events } return nil } func init() { proto.RegisterEnum("protobuf.CommunityEvent_EventType", CommunityEvent_EventType_name, CommunityEvent_EventType_value) proto.RegisterType((*CommunityEvent)(nil), "protobuf.CommunityEvent") proto.RegisterMapType((map[string]*CommunityRequestToJoin)(nil), "protobuf.CommunityEvent.AcceptedRequestsToJoinEntry") proto.RegisterMapType((map[string]*CommunityMember)(nil), "protobuf.CommunityEvent.MembersAddedEntry") proto.RegisterMapType((map[string]*CommunityRequestToJoin)(nil), "protobuf.CommunityEvent.RejectedRequestsToJoinEntry") proto.RegisterType((*CommunityConfig)(nil), "protobuf.CommunityConfig") proto.RegisterType((*CategoryData)(nil), "protobuf.CategoryData") proto.RegisterType((*ChannelData)(nil), "protobuf.ChannelData") proto.RegisterType((*CommunityEventsMessage)(nil), "protobuf.CommunityEventsMessage") } func init() { proto.RegisterFile("community_update.proto", fileDescriptor_52ed23dfc73918ab) } var fileDescriptor_52ed23dfc73918ab = []byte{ // 974 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0x5d, 0x6f, 0xdb, 0x36, 0x14, 0x9d, 0x63, 0xe7, 0xc3, 0x57, 0x8e, 0xa3, 0xb2, 0x8b, 0xab, 0xb8, 0x6b, 0xe6, 0x7a, 0x7b, 0x30, 0x86, 0x21, 0xc5, 0xb2, 0xa1, 0x28, 0xd6, 0x97, 0x29, 0x32, 0x91, 0x2a, 0xa9, 0xe5, 0x8c, 0x51, 0x30, 0xb4, 0x2f, 0x04, 0x23, 0xb1, 0x89, 0x96, 0x58, 0xf2, 0x4c, 0xba, 0x80, 0x5f, 0xf7, 0x27, 0xf6, 0x32, 0xec, 0x27, 0xf4, 0x37, 0x0e, 0xa2, 0x24, 0x4b, 0x8a, 0x95, 0x74, 0x0f, 0x7b, 0x49, 0xc8, 0x7b, 0xce, 0x3d, 0xe7, 0x92, 0xb8, 0xe2, 0x35, 0x74, 0xbc, 0x68, 0x32, 0x99, 0x87, 0x81, 0x5c, 0xd0, 0xf9, 0xd4, 0x67, 0x92, 0x1f, 0x4c, 0x67, 0x91, 0x8c, 0xd0, 0x96, 0xfa, 0x77, 0x39, 0xff, 0xd0, 0x7d, 0xec, 0x5d, 0x33, 0x49, 0x03, 0x9f, 0x87, 0x32, 0x90, 0x8b, 0x04, 0xee, 0x3e, 0xca, 0xd2, 0x02, 0x2e, 0x92, 0x50, 0xff, 0x53, 0x0b, 0xda, 0x56, 0x26, 0x86, 0x3f, 0xf2, 0x50, 0xa2, 0x43, 0xd8, 0xcd, 0xe5, 0x79, 0x1c, 0xa2, 0xde, 0x6d, 0xe4, 0xdd, 0x18, 0xb5, 0x5e, 0x6d, 0xd0, 0x20, 0x8f, 0xbd, 0x12, 0xdd, 0x8a, 0x21, 0xf4, 0x12, 0x1a, 0x72, 0x31, 0xe5, 0xc6, 0x5a, 0xaf, 0x36, 0x68, 0x1f, 0xf6, 0x0f, 0xb2, 0x3a, 0x0e, 0xca, 0xda, 0x07, 0xea, 0xaf, 0xbb, 0x98, 0x72, 0xa2, 0xf8, 0x68, 0x08, 0x7a, 0xee, 0xe5, 0x45, 0xe1, 0x87, 0xe0, 0xca, 0xa8, 0xf7, 0x6a, 0x03, 0xed, 0x70, 0xaf, 0x42, 0xc3, 0x52, 0x04, 0xb2, 0xe3, 0x95, 0x03, 0x68, 0x04, 0xba, 0x8c, 0x6e, 0x78, 0x48, 0xa7, 0x7c, 0x36, 0x09, 0x84, 0x08, 0xa2, 0xd0, 0x68, 0x28, 0x95, 0xaa, 0x4a, 0xdc, 0x98, 0x7a, 0xb6, 0x64, 0x92, 0x1d, 0x59, 0x0e, 0xa0, 0xd7, 0xb0, 0xed, 0x31, 0xc9, 0xaf, 0xa2, 0xd9, 0x82, 0xfa, 0x4c, 0x32, 0x63, 0x5d, 0x69, 0x75, 0x0a, 0x5a, 0x29, 0x3c, 0x64, 0x92, 0x91, 0x96, 0x57, 0xd8, 0xa1, 0x57, 0xd0, 0xf2, 0xae, 0x59, 0x18, 0xf2, 0xdb, 0x24, 0x77, 0x43, 0xe5, 0xee, 0x16, 0x72, 0x13, 0x54, 0xa5, 0x6a, 0x5e, 0xbe, 0x41, 0x03, 0xd0, 0x27, 0x7c, 0x72, 0xc9, 0x67, 0x54, 0x46, 0x94, 0x79, 0x32, 0x3e, 0xc5, 0x66, 0xaf, 0x36, 0x68, 0x92, 0x76, 0x12, 0x77, 0x23, 0x53, 0x45, 0x91, 0x03, 0xad, 0x24, 0x22, 0x4c, 0xdf, 0xe7, 0xbe, 0xb1, 0xd5, 0xab, 0x0f, 0xb4, 0xc3, 0xef, 0xee, 0xbd, 0xf5, 0x51, 0x81, 0x8c, 0x43, 0x39, 0x5b, 0x90, 0x52, 0x3e, 0xba, 0x85, 0xce, 0x8c, 0xff, 0xce, 0x3d, 0xc9, 0x7d, 0xc2, 0xff, 0x98, 0x73, 0x21, 0x85, 0x1b, 0x9d, 0x44, 0x41, 0x68, 0x34, 0x95, 0xf2, 0x4f, 0xf7, 0x2a, 0x93, 0xca, 0xb4, 0xc4, 0xe3, 0x1e, 0xcd, 0xd8, 0x8d, 0x79, 0x1e, 0x9f, 0xae, 0xba, 0xc1, 0x67, 0xdc, 0xcc, 0xca, 0xb4, 0xd4, 0xad, 0x5a, 0xb3, 0xfb, 0x1e, 0x1e, 0xad, 0x1c, 0x1f, 0xe9, 0x50, 0xbf, 0xe1, 0x0b, 0xd5, 0xd0, 0x4d, 0x12, 0x2f, 0xd1, 0x0b, 0x58, 0xff, 0xc8, 0x6e, 0xe7, 0x49, 0x07, 0x57, 0x77, 0x5f, 0x22, 0x43, 0x12, 0xde, 0xcf, 0x6b, 0xaf, 0x6a, 0xdd, 0x1b, 0x78, 0xfa, 0xc0, 0x05, 0x54, 0xb8, 0xbc, 0x2c, 0xbb, 0xf4, 0x2a, 0x5c, 0x52, 0xa1, 0x44, 0xe7, 0x8e, 0xd9, 0x03, 0xe7, 0xff, 0x7f, 0xcd, 0xfa, 0x7f, 0x35, 0xa0, 0xb9, 0xfc, 0x56, 0x91, 0x06, 0x9b, 0x17, 0xce, 0xa9, 0x33, 0xfe, 0xcd, 0xd1, 0xbf, 0x40, 0x08, 0xda, 0xd6, 0x78, 0x34, 0xba, 0x70, 0x6c, 0xf7, 0x1d, 0xc5, 0x43, 0xdb, 0xd5, 0x6b, 0xe8, 0x7b, 0x18, 0xe4, 0xb1, 0x11, 0x1e, 0x1d, 0x61, 0x42, 0xdd, 0xf1, 0x29, 0x76, 0xe8, 0x19, 0x26, 0x23, 0xfb, 0xfc, 0xdc, 0x1e, 0x3b, 0xd4, 0x7a, 0x63, 0x3a, 0xc7, 0x58, 0x5f, 0xfb, 0x6f, 0xec, 0x21, 0x7e, 0x8b, 0x5d, 0xac, 0xd7, 0xd1, 0x33, 0xd8, 0xcb, 0xd9, 0x96, 0xe9, 0xe2, 0xe3, 0x31, 0x79, 0x47, 0x2d, 0x82, 0x4d, 0x17, 0xeb, 0x8d, 0x7b, 0xe0, 0x34, 0x7b, 0x1d, 0x3d, 0x85, 0x27, 0x15, 0xb0, 0x2a, 0x7b, 0x03, 0x7d, 0x05, 0x46, 0x01, 0x7c, 0x63, 0x3a, 0x0e, 0x7e, 0x9b, 0x29, 0x6f, 0x56, 0xa3, 0xa9, 0xf0, 0x16, 0xea, 0x42, 0x67, 0x15, 0x55, 0xba, 0x4d, 0xb4, 0x0f, 0xdd, 0x0a, 0x53, 0x82, 0xc7, 0x64, 0x88, 0x89, 0x0e, 0x77, 0x6a, 0x4e, 0x73, 0x33, 0x58, 0x43, 0xdf, 0x42, 0x2f, 0x87, 0x09, 0xfe, 0xf5, 0x02, 0x9f, 0xbb, 0xd4, 0x1d, 0xd3, 0x93, 0xb1, 0xed, 0x50, 0xd3, 0xb2, 0xf0, 0x99, 0xab, 0xb7, 0x1e, 0x66, 0x11, 0x7c, 0x82, 0x2d, 0x57, 0xdf, 0x46, 0x7b, 0xb0, 0xbb, 0x72, 0xd7, 0xa7, 0xb6, 0x75, 0xaa, 0xb7, 0x91, 0x01, 0x5f, 0xae, 0x40, 0x47, 0xa6, 0xa3, 0xef, 0x94, 0xcf, 0x96, 0x22, 0x17, 0x4e, 0x8c, 0xe9, 0xfd, 0x4f, 0x6b, 0xb0, 0x73, 0xe7, 0x41, 0x46, 0x87, 0xb0, 0x95, 0x4d, 0x1a, 0xd5, 0x80, 0xe5, 0xb7, 0xf2, 0x9a, 0x49, 0x3b, 0x45, 0xc9, 0x92, 0x87, 0x7e, 0x01, 0x2d, 0x7f, 0xad, 0x45, 0xda, 0xa3, 0xfb, 0x15, 0x3d, 0x9a, 0x3f, 0xcc, 0x82, 0x14, 0x53, 0xd0, 0x31, 0xb4, 0x99, 0x3f, 0x09, 0x42, 0x2a, 0xb8, 0x94, 0x41, 0x78, 0x25, 0xd2, 0xc9, 0x51, 0xd5, 0xe8, 0x66, 0x4c, 0x3c, 0x4f, 0x79, 0x64, 0x9b, 0x15, 0xb7, 0xe8, 0x1b, 0xd8, 0x0e, 0x42, 0x39, 0x8b, 0xe8, 0x84, 0x0b, 0xc1, 0xae, 0xb8, 0x9a, 0x1d, 0x4d, 0xd2, 0x52, 0xc1, 0x51, 0x12, 0x8b, 0x49, 0xd1, 0xbc, 0x48, 0x5a, 0x4f, 0x48, 0x2a, 0x98, 0x91, 0x10, 0x34, 0x24, 0xbb, 0x12, 0xc6, 0x46, 0xaf, 0x3e, 0x68, 0x12, 0xb5, 0xee, 0xff, 0x59, 0x83, 0x56, 0x71, 0x5e, 0xa0, 0xaf, 0x41, 0x5b, 0x8e, 0x97, 0xc0, 0x4f, 0xbf, 0x58, 0xc8, 0x42, 0xb6, 0x1f, 0xab, 0x84, 0x6c, 0x92, 0x7c, 0xb7, 0x4d, 0xa2, 0xd6, 0xe8, 0xf9, 0x72, 0xac, 0x08, 0x1a, 0xf8, 0xf1, 0x51, 0x63, 0x87, 0x6c, 0x7e, 0x08, 0xdb, 0x17, 0xa8, 0x0b, 0x5b, 0xd3, 0x48, 0x04, 0x32, 0x9b, 0x7e, 0xeb, 0x64, 0xb9, 0xef, 0xff, 0x5d, 0x03, 0xad, 0x30, 0x78, 0x3e, 0x5f, 0xc3, 0x33, 0x80, 0x6c, 0x8c, 0x05, 0x7e, 0x5a, 0x49, 0x33, 0x8d, 0xd8, 0x7e, 0xc9, 0xab, 0x5e, 0xf6, 0x42, 0x3f, 0xc0, 0x66, 0x4a, 0x4c, 0x87, 0xf0, 0x93, 0xaa, 0x51, 0x7e, 0xcd, 0x24, 0xc9, 0x78, 0xfd, 0x7f, 0x6a, 0xd0, 0x29, 0xbf, 0xf5, 0x22, 0xbb, 0xd2, 0xf8, 0xe0, 0xcb, 0x5f, 0x08, 0x69, 0xa9, 0x2d, 0xa2, 0x2d, 0x63, 0xb6, 0x8f, 0x6c, 0x78, 0xae, 0x7e, 0xa6, 0x08, 0x7a, 0xc9, 0x04, 0xa7, 0x39, 0xdd, 0xe7, 0xc2, 0x9b, 0x05, 0x53, 0x55, 0xe5, 0x9a, 0xca, 0xdb, 0x4f, 0x88, 0x47, 0x4c, 0xf0, 0xa5, 0xdf, 0x30, 0x67, 0xa1, 0x0e, 0x6c, 0x24, 0x0c, 0x75, 0xc1, 0x2d, 0x92, 0xee, 0x8e, 0xb6, 0xdf, 0x6b, 0x07, 0x2f, 0x5e, 0x67, 0xc7, 0xb8, 0xdc, 0x50, 0xab, 0x1f, 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x6c, 0xdd, 0xb4, 0xc1, 0x88, 0x09, 0x00, 0x00, }