2020-01-10 18:59:01 +00:00
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
|
// source: pairing.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 PairInstallation struct {
|
|
|
|
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
|
|
|
|
InstallationId string `protobuf:"bytes,2,opt,name=installation_id,json=installationId,proto3" json:"installation_id,omitempty"`
|
|
|
|
DeviceType string `protobuf:"bytes,3,opt,name=device_type,json=deviceType,proto3" json:"device_type,omitempty"`
|
|
|
|
Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *PairInstallation) Reset() { *m = PairInstallation{} }
|
|
|
|
func (m *PairInstallation) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*PairInstallation) ProtoMessage() {}
|
|
|
|
func (*PairInstallation) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{0}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *PairInstallation) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_PairInstallation.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *PairInstallation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_PairInstallation.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (m *PairInstallation) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_PairInstallation.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *PairInstallation) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_PairInstallation.Size(m)
|
|
|
|
}
|
|
|
|
func (m *PairInstallation) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_PairInstallation.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_PairInstallation proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *PairInstallation) GetClock() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Clock
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *PairInstallation) GetInstallationId() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.InstallationId
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *PairInstallation) GetDeviceType() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.DeviceType
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *PairInstallation) GetName() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Name
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
type SyncInstallationContact struct {
|
|
|
|
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
|
|
|
|
Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
ProfileImage string `protobuf:"bytes,3,opt,name=profile_image,json=profileImage,proto3" json:"profile_image,omitempty"`
|
|
|
|
EnsName string `protobuf:"bytes,4,opt,name=ens_name,json=ensName,proto3" json:"ens_name,omitempty"`
|
|
|
|
LastUpdated uint64 `protobuf:"varint,5,opt,name=last_updated,json=lastUpdated,proto3" json:"last_updated,omitempty"`
|
|
|
|
SystemTags []string `protobuf:"bytes,6,rep,name=system_tags,json=systemTags,proto3" json:"system_tags,omitempty"`
|
2020-08-20 14:06:38 +00:00
|
|
|
LocalNickname string `protobuf:"bytes,7,opt,name=local_nickname,json=localNickname,proto3" json:"local_nickname,omitempty"`
|
2020-01-10 18:59:01 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationContact) Reset() { *m = SyncInstallationContact{} }
|
|
|
|
func (m *SyncInstallationContact) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SyncInstallationContact) ProtoMessage() {}
|
|
|
|
func (*SyncInstallationContact) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{1}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationContact) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_SyncInstallationContact.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *SyncInstallationContact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_SyncInstallationContact.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (m *SyncInstallationContact) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SyncInstallationContact.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SyncInstallationContact) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_SyncInstallationContact.Size(m)
|
|
|
|
}
|
|
|
|
func (m *SyncInstallationContact) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_SyncInstallationContact.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_SyncInstallationContact proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *SyncInstallationContact) GetClock() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Clock
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationContact) GetId() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Id
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationContact) GetProfileImage() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.ProfileImage
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationContact) GetEnsName() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.EnsName
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationContact) GetLastUpdated() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.LastUpdated
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationContact) GetSystemTags() []string {
|
|
|
|
if m != nil {
|
|
|
|
return m.SystemTags
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2020-08-20 14:06:38 +00:00
|
|
|
func (m *SyncInstallationContact) GetLocalNickname() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.LocalNickname
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2021-09-03 08:26:05 +00:00
|
|
|
type SyncInstallationContactV2 struct {
|
|
|
|
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
|
|
|
|
Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
ProfileImage string `protobuf:"bytes,3,opt,name=profile_image,json=profileImage,proto3" json:"profile_image,omitempty"`
|
|
|
|
EnsName string `protobuf:"bytes,4,opt,name=ens_name,json=ensName,proto3" json:"ens_name,omitempty"`
|
|
|
|
LastUpdated uint64 `protobuf:"varint,5,opt,name=last_updated,json=lastUpdated,proto3" json:"last_updated,omitempty"`
|
|
|
|
SystemTags []string `protobuf:"bytes,6,rep,name=system_tags,json=systemTags,proto3" json:"system_tags,omitempty"`
|
|
|
|
LocalNickname string `protobuf:"bytes,7,opt,name=local_nickname,json=localNickname,proto3" json:"local_nickname,omitempty"`
|
|
|
|
Added bool `protobuf:"varint,9,opt,name=added,proto3" json:"added,omitempty"`
|
|
|
|
Blocked bool `protobuf:"varint,10,opt,name=blocked,proto3" json:"blocked,omitempty"`
|
|
|
|
Muted bool `protobuf:"varint,11,opt,name=muted,proto3" json:"muted,omitempty"`
|
|
|
|
Removed bool `protobuf:"varint,12,opt,name=removed,proto3" json:"removed,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationContactV2) Reset() { *m = SyncInstallationContactV2{} }
|
|
|
|
func (m *SyncInstallationContactV2) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SyncInstallationContactV2) ProtoMessage() {}
|
|
|
|
func (*SyncInstallationContactV2) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{2}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationContactV2) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_SyncInstallationContactV2.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *SyncInstallationContactV2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_SyncInstallationContactV2.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (m *SyncInstallationContactV2) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SyncInstallationContactV2.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SyncInstallationContactV2) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_SyncInstallationContactV2.Size(m)
|
|
|
|
}
|
|
|
|
func (m *SyncInstallationContactV2) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_SyncInstallationContactV2.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_SyncInstallationContactV2 proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *SyncInstallationContactV2) GetClock() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Clock
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationContactV2) GetId() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Id
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationContactV2) GetProfileImage() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.ProfileImage
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationContactV2) GetEnsName() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.EnsName
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationContactV2) GetLastUpdated() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.LastUpdated
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationContactV2) GetSystemTags() []string {
|
|
|
|
if m != nil {
|
|
|
|
return m.SystemTags
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationContactV2) GetLocalNickname() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.LocalNickname
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationContactV2) GetAdded() bool {
|
|
|
|
if m != nil {
|
|
|
|
return m.Added
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationContactV2) GetBlocked() bool {
|
|
|
|
if m != nil {
|
|
|
|
return m.Blocked
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationContactV2) GetMuted() bool {
|
|
|
|
if m != nil {
|
|
|
|
return m.Muted
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationContactV2) GetRemoved() bool {
|
|
|
|
if m != nil {
|
|
|
|
return m.Removed
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
2020-01-10 18:59:01 +00:00
|
|
|
type SyncInstallationAccount struct {
|
|
|
|
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
|
|
|
|
ProfileImage string `protobuf:"bytes,2,opt,name=profile_image,json=profileImage,proto3" json:"profile_image,omitempty"`
|
|
|
|
LastUpdated uint64 `protobuf:"varint,3,opt,name=last_updated,json=lastUpdated,proto3" json:"last_updated,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationAccount) Reset() { *m = SyncInstallationAccount{} }
|
|
|
|
func (m *SyncInstallationAccount) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SyncInstallationAccount) ProtoMessage() {}
|
|
|
|
func (*SyncInstallationAccount) Descriptor() ([]byte, []int) {
|
2021-09-03 08:26:05 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{3}
|
2020-01-10 18:59:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationAccount) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_SyncInstallationAccount.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *SyncInstallationAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_SyncInstallationAccount.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (m *SyncInstallationAccount) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SyncInstallationAccount.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SyncInstallationAccount) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_SyncInstallationAccount.Size(m)
|
|
|
|
}
|
|
|
|
func (m *SyncInstallationAccount) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_SyncInstallationAccount.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_SyncInstallationAccount proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *SyncInstallationAccount) GetClock() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Clock
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationAccount) GetProfileImage() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.ProfileImage
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationAccount) GetLastUpdated() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.LastUpdated
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
type SyncInstallationPublicChat struct {
|
|
|
|
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
|
|
|
|
Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationPublicChat) Reset() { *m = SyncInstallationPublicChat{} }
|
|
|
|
func (m *SyncInstallationPublicChat) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SyncInstallationPublicChat) ProtoMessage() {}
|
|
|
|
func (*SyncInstallationPublicChat) Descriptor() ([]byte, []int) {
|
2021-09-03 08:26:05 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{4}
|
2020-01-10 18:59:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationPublicChat) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_SyncInstallationPublicChat.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *SyncInstallationPublicChat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_SyncInstallationPublicChat.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (m *SyncInstallationPublicChat) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SyncInstallationPublicChat.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SyncInstallationPublicChat) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_SyncInstallationPublicChat.Size(m)
|
|
|
|
}
|
|
|
|
func (m *SyncInstallationPublicChat) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_SyncInstallationPublicChat.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_SyncInstallationPublicChat proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *SyncInstallationPublicChat) GetClock() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Clock
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationPublicChat) GetId() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Id
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2021-08-06 15:40:23 +00:00
|
|
|
type SyncCommunity struct {
|
|
|
|
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
|
|
|
|
Id []byte `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
PrivateKey []byte `protobuf:"bytes,3,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
|
|
|
|
Description []byte `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
|
|
|
|
Joined bool `protobuf:"varint,5,opt,name=joined,proto3" json:"joined,omitempty"`
|
|
|
|
Verified bool `protobuf:"varint,6,opt,name=verified,proto3" json:"verified,omitempty"`
|
|
|
|
Muted bool `protobuf:"varint,7,opt,name=muted,proto3" json:"muted,omitempty"`
|
|
|
|
RequestsToJoin []*SyncCommunityRequestsToJoin `protobuf:"bytes,8,rep,name=requests_to_join,json=requestsToJoin,proto3" json:"requests_to_join,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncCommunity) Reset() { *m = SyncCommunity{} }
|
|
|
|
func (m *SyncCommunity) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SyncCommunity) ProtoMessage() {}
|
|
|
|
func (*SyncCommunity) Descriptor() ([]byte, []int) {
|
2021-09-03 08:26:05 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{5}
|
2021-08-06 15:40:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncCommunity) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_SyncCommunity.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *SyncCommunity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_SyncCommunity.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (m *SyncCommunity) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SyncCommunity.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SyncCommunity) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_SyncCommunity.Size(m)
|
|
|
|
}
|
|
|
|
func (m *SyncCommunity) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_SyncCommunity.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_SyncCommunity proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *SyncCommunity) GetClock() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Clock
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncCommunity) GetId() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.Id
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncCommunity) GetPrivateKey() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.PrivateKey
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncCommunity) GetDescription() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.Description
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncCommunity) GetJoined() bool {
|
|
|
|
if m != nil {
|
|
|
|
return m.Joined
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncCommunity) GetVerified() bool {
|
|
|
|
if m != nil {
|
|
|
|
return m.Verified
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncCommunity) GetMuted() bool {
|
|
|
|
if m != nil {
|
|
|
|
return m.Muted
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncCommunity) GetRequestsToJoin() []*SyncCommunityRequestsToJoin {
|
|
|
|
if m != nil {
|
|
|
|
return m.RequestsToJoin
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type SyncCommunityRequestsToJoin struct {
|
|
|
|
Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
PublicKey string `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
|
|
|
|
Clock uint64 `protobuf:"varint,3,opt,name=clock,proto3" json:"clock,omitempty"`
|
|
|
|
EnsName string `protobuf:"bytes,4,opt,name=ens_name,json=ensName,proto3" json:"ens_name,omitempty"`
|
|
|
|
ChatId string `protobuf:"bytes,5,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
|
|
|
|
CommunityId []byte `protobuf:"bytes,6,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"`
|
|
|
|
State uint64 `protobuf:"varint,7,opt,name=state,proto3" json:"state,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncCommunityRequestsToJoin) Reset() { *m = SyncCommunityRequestsToJoin{} }
|
|
|
|
func (m *SyncCommunityRequestsToJoin) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SyncCommunityRequestsToJoin) ProtoMessage() {}
|
|
|
|
func (*SyncCommunityRequestsToJoin) Descriptor() ([]byte, []int) {
|
2021-09-03 08:26:05 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{6}
|
2021-08-06 15:40:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncCommunityRequestsToJoin) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_SyncCommunityRequestsToJoin.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *SyncCommunityRequestsToJoin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_SyncCommunityRequestsToJoin.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (m *SyncCommunityRequestsToJoin) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SyncCommunityRequestsToJoin.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SyncCommunityRequestsToJoin) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_SyncCommunityRequestsToJoin.Size(m)
|
|
|
|
}
|
|
|
|
func (m *SyncCommunityRequestsToJoin) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_SyncCommunityRequestsToJoin.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_SyncCommunityRequestsToJoin proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *SyncCommunityRequestsToJoin) GetId() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.Id
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncCommunityRequestsToJoin) GetPublicKey() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.PublicKey
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncCommunityRequestsToJoin) GetClock() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Clock
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncCommunityRequestsToJoin) GetEnsName() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.EnsName
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncCommunityRequestsToJoin) GetChatId() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.ChatId
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncCommunityRequestsToJoin) GetCommunityId() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.CommunityId
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncCommunityRequestsToJoin) GetState() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.State
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2020-01-10 18:59:01 +00:00
|
|
|
type SyncInstallation struct {
|
|
|
|
Contacts []*SyncInstallationContact `protobuf:"bytes,1,rep,name=contacts,proto3" json:"contacts,omitempty"`
|
|
|
|
PublicChats []*SyncInstallationPublicChat `protobuf:"bytes,2,rep,name=public_chats,json=publicChats,proto3" json:"public_chats,omitempty"`
|
|
|
|
Account *SyncInstallationAccount `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"`
|
2021-08-06 15:40:23 +00:00
|
|
|
Communities []*SyncCommunity `protobuf:"bytes,4,rep,name=communities,proto3" json:"communities,omitempty"`
|
2020-01-10 18:59:01 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallation) Reset() { *m = SyncInstallation{} }
|
|
|
|
func (m *SyncInstallation) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SyncInstallation) ProtoMessage() {}
|
|
|
|
func (*SyncInstallation) Descriptor() ([]byte, []int) {
|
2021-09-03 08:26:05 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{7}
|
2020-01-10 18:59:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallation) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_SyncInstallation.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *SyncInstallation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_SyncInstallation.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (m *SyncInstallation) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SyncInstallation.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SyncInstallation) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_SyncInstallation.Size(m)
|
|
|
|
}
|
|
|
|
func (m *SyncInstallation) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_SyncInstallation.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_SyncInstallation proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *SyncInstallation) GetContacts() []*SyncInstallationContact {
|
|
|
|
if m != nil {
|
|
|
|
return m.Contacts
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallation) GetPublicChats() []*SyncInstallationPublicChat {
|
|
|
|
if m != nil {
|
|
|
|
return m.PublicChats
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallation) GetAccount() *SyncInstallationAccount {
|
|
|
|
if m != nil {
|
|
|
|
return m.Account
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2021-08-06 15:40:23 +00:00
|
|
|
func (m *SyncInstallation) GetCommunities() []*SyncCommunity {
|
|
|
|
if m != nil {
|
|
|
|
return m.Communities
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2021-10-05 17:26:02 +00:00
|
|
|
type SyncChatRemoved struct {
|
|
|
|
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
|
|
|
|
Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncChatRemoved) Reset() { *m = SyncChatRemoved{} }
|
|
|
|
func (m *SyncChatRemoved) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SyncChatRemoved) ProtoMessage() {}
|
|
|
|
func (*SyncChatRemoved) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{8}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncChatRemoved) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_SyncChatRemoved.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *SyncChatRemoved) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_SyncChatRemoved.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (m *SyncChatRemoved) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SyncChatRemoved.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SyncChatRemoved) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_SyncChatRemoved.Size(m)
|
|
|
|
}
|
|
|
|
func (m *SyncChatRemoved) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_SyncChatRemoved.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_SyncChatRemoved proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *SyncChatRemoved) GetClock() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Clock
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncChatRemoved) GetId() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Id
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2021-10-12 10:33:32 +00:00
|
|
|
type SyncChatMessagesRead struct {
|
|
|
|
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
|
|
|
|
Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncChatMessagesRead) Reset() { *m = SyncChatMessagesRead{} }
|
|
|
|
func (m *SyncChatMessagesRead) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SyncChatMessagesRead) ProtoMessage() {}
|
|
|
|
func (*SyncChatMessagesRead) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{9}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncChatMessagesRead) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_SyncChatMessagesRead.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *SyncChatMessagesRead) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_SyncChatMessagesRead.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (m *SyncChatMessagesRead) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SyncChatMessagesRead.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SyncChatMessagesRead) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_SyncChatMessagesRead.Size(m)
|
|
|
|
}
|
|
|
|
func (m *SyncChatMessagesRead) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_SyncChatMessagesRead.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_SyncChatMessagesRead proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *SyncChatMessagesRead) GetClock() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Clock
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncChatMessagesRead) GetId() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Id
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2020-01-10 18:59:01 +00:00
|
|
|
func init() {
|
|
|
|
proto.RegisterType((*PairInstallation)(nil), "protobuf.PairInstallation")
|
|
|
|
proto.RegisterType((*SyncInstallationContact)(nil), "protobuf.SyncInstallationContact")
|
2021-09-03 08:26:05 +00:00
|
|
|
proto.RegisterType((*SyncInstallationContactV2)(nil), "protobuf.SyncInstallationContactV2")
|
2020-01-10 18:59:01 +00:00
|
|
|
proto.RegisterType((*SyncInstallationAccount)(nil), "protobuf.SyncInstallationAccount")
|
|
|
|
proto.RegisterType((*SyncInstallationPublicChat)(nil), "protobuf.SyncInstallationPublicChat")
|
2021-08-06 15:40:23 +00:00
|
|
|
proto.RegisterType((*SyncCommunity)(nil), "protobuf.SyncCommunity")
|
|
|
|
proto.RegisterType((*SyncCommunityRequestsToJoin)(nil), "protobuf.SyncCommunityRequestsToJoin")
|
2020-01-10 18:59:01 +00:00
|
|
|
proto.RegisterType((*SyncInstallation)(nil), "protobuf.SyncInstallation")
|
2021-10-05 17:26:02 +00:00
|
|
|
proto.RegisterType((*SyncChatRemoved)(nil), "protobuf.SyncChatRemoved")
|
2021-10-12 10:33:32 +00:00
|
|
|
proto.RegisterType((*SyncChatMessagesRead)(nil), "protobuf.SyncChatMessagesRead")
|
2020-01-10 18:59:01 +00:00
|
|
|
}
|
|
|
|
|
2020-11-16 18:31:34 +00:00
|
|
|
func init() {
|
|
|
|
proto.RegisterFile("pairing.proto", fileDescriptor_d61ab7221f0b5518)
|
|
|
|
}
|
2020-01-10 18:59:01 +00:00
|
|
|
|
|
|
|
var fileDescriptor_d61ab7221f0b5518 = []byte{
|
2021-10-12 10:33:32 +00:00
|
|
|
// 702 bytes of a gzipped FileDescriptorProto
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x54, 0xdd, 0x6e, 0xd3, 0x4a,
|
|
|
|
0x10, 0x96, 0x9d, 0x34, 0x49, 0x27, 0x3f, 0xad, 0x56, 0xd5, 0xe9, 0xb6, 0x47, 0x47, 0x4d, 0x7d,
|
|
|
|
0xa8, 0xc8, 0x55, 0x90, 0xca, 0x05, 0x42, 0x85, 0x0b, 0xda, 0x0b, 0x14, 0x10, 0xa5, 0x32, 0x85,
|
|
|
|
0x0b, 0x6e, 0xac, 0xcd, 0x7a, 0x9b, 0x2e, 0xb5, 0xbd, 0xc6, 0xbb, 0x09, 0xf2, 0x0b, 0xf0, 0x00,
|
|
|
|
0xf0, 0x5a, 0x48, 0xbc, 0x07, 0x4f, 0x81, 0x76, 0xd7, 0x76, 0xdd, 0x9f, 0x94, 0x5e, 0x73, 0x65,
|
|
|
|
0xcf, 0xb7, 0x33, 0x3b, 0xdf, 0x7c, 0x33, 0xb3, 0xd0, 0x4f, 0x09, 0xcf, 0x78, 0x32, 0x1b, 0xa7,
|
|
|
|
0x99, 0x50, 0x02, 0x75, 0xcc, 0x67, 0x3a, 0x3f, 0xf3, 0xbe, 0x3a, 0xb0, 0x7e, 0x42, 0x78, 0x36,
|
|
|
|
0x49, 0xa4, 0x22, 0x51, 0x44, 0x14, 0x17, 0x09, 0xda, 0x80, 0x15, 0x1a, 0x09, 0x7a, 0x81, 0x9d,
|
|
|
|
0xa1, 0x33, 0x6a, 0xfa, 0xd6, 0x40, 0x0f, 0x61, 0x8d, 0xd7, 0xbc, 0x02, 0x1e, 0x62, 0x77, 0xe8,
|
|
|
|
0x8c, 0x56, 0xfd, 0x41, 0x1d, 0x9e, 0x84, 0x68, 0x07, 0xba, 0x21, 0x5b, 0x70, 0xca, 0x02, 0x95,
|
|
|
|
0xa7, 0x0c, 0x37, 0x8c, 0x13, 0x58, 0xe8, 0x34, 0x4f, 0x19, 0x42, 0xd0, 0x4c, 0x48, 0xcc, 0x70,
|
|
|
|
0xd3, 0x9c, 0x98, 0x7f, 0xef, 0x97, 0x03, 0x9b, 0xef, 0xf2, 0x84, 0xd6, 0x89, 0x1c, 0x89, 0x44,
|
|
|
|
0x11, 0xaa, 0x96, 0xf0, 0x19, 0x80, 0x5b, 0x51, 0x70, 0x79, 0x88, 0xfe, 0x87, 0x7e, 0x9a, 0x89,
|
|
|
|
0x33, 0x1e, 0xb1, 0x80, 0xc7, 0x64, 0x56, 0x26, 0xee, 0x15, 0xe0, 0x44, 0x63, 0x68, 0x0b, 0x3a,
|
|
|
|
0x2c, 0x91, 0x41, 0x2d, 0x7d, 0x9b, 0x25, 0xf2, 0x98, 0xc4, 0x0c, 0xed, 0x42, 0x2f, 0x22, 0x52,
|
|
|
|
0x05, 0xf3, 0x34, 0x24, 0x8a, 0x85, 0x78, 0xc5, 0x24, 0xeb, 0x6a, 0xec, 0xbd, 0x85, 0x74, 0x65,
|
|
|
|
0x32, 0x97, 0x8a, 0xc5, 0x81, 0x22, 0x33, 0x89, 0x5b, 0xc3, 0x86, 0xae, 0xcc, 0x42, 0xa7, 0x64,
|
|
|
|
0x26, 0xd1, 0x1e, 0x0c, 0x22, 0x41, 0x49, 0x14, 0x24, 0x9c, 0x5e, 0x98, 0x24, 0x6d, 0x93, 0xa4,
|
|
|
|
0x6f, 0xd0, 0xe3, 0x02, 0xf4, 0x7e, 0xb8, 0xb0, 0xb5, 0xa4, 0xd8, 0x0f, 0xfb, 0x7f, 0x5d, 0xb9,
|
|
|
|
0xba, 0x20, 0x12, 0x86, 0x2c, 0xc4, 0xab, 0x43, 0x67, 0xd4, 0xf1, 0xad, 0x81, 0x30, 0xb4, 0xa7,
|
|
|
|
0xba, 0x32, 0x16, 0x62, 0x30, 0x78, 0x69, 0x6a, 0xff, 0x78, 0xae, 0x39, 0x75, 0xad, 0xbf, 0x31,
|
|
|
|
0xb4, 0x7f, 0xc6, 0x62, 0xb1, 0x60, 0x21, 0xee, 0x59, 0xff, 0xc2, 0xf4, 0xbe, 0xdc, 0x1c, 0x9d,
|
|
|
|
0x17, 0x94, 0x8a, 0x79, 0xb2, 0x6c, 0x74, 0x6e, 0x68, 0xe7, 0xde, 0xa2, 0xdd, 0x75, 0x81, 0x1a,
|
|
|
|
0x37, 0x04, 0xf2, 0x0e, 0x61, 0xfb, 0x7a, 0xe2, 0x93, 0xf9, 0x34, 0xe2, 0xf4, 0xe8, 0x9c, 0xdc,
|
|
|
|
0x73, 0x6c, 0xbd, 0xef, 0x2e, 0xf4, 0xf5, 0x25, 0x47, 0x22, 0x8e, 0xe7, 0x09, 0x57, 0xf9, 0x1f,
|
|
|
|
0xe3, 0x7a, 0xa6, 0xff, 0x3b, 0xd0, 0x4d, 0x33, 0xbe, 0x20, 0x8a, 0x05, 0x17, 0x2c, 0x37, 0xec,
|
|
|
|
0x7a, 0x3e, 0x14, 0xd0, 0x6b, 0x96, 0xa3, 0xa1, 0x5e, 0x43, 0x49, 0x33, 0x9e, 0x6a, 0x5e, 0xa6,
|
|
|
|
0xfd, 0x3d, 0xbf, 0x0e, 0xa1, 0x7f, 0xa0, 0xf5, 0x49, 0xf0, 0xa4, 0x68, 0x7e, 0xc7, 0x2f, 0x2c,
|
|
|
|
0xb4, 0x0d, 0x9d, 0x05, 0xcb, 0xf8, 0x19, 0x67, 0x21, 0x6e, 0x99, 0x93, 0xca, 0xbe, 0xec, 0x4d,
|
|
|
|
0xbb, 0xde, 0x9b, 0xb7, 0xb0, 0x9e, 0xb1, 0xcf, 0x73, 0x26, 0x95, 0x0c, 0x94, 0x08, 0xf4, 0x3d,
|
|
|
|
0xb8, 0x33, 0x6c, 0x8c, 0xba, 0xfb, 0x7b, 0xe3, 0xf2, 0xad, 0x19, 0x5f, 0xa9, 0xd2, 0x2f, 0xdc,
|
|
|
|
0x4f, 0xc5, 0x2b, 0xc1, 0x13, 0x7f, 0x90, 0x5d, 0xb1, 0xbd, 0x9f, 0x0e, 0xfc, 0x7b, 0x87, 0x7f,
|
|
|
|
0xa1, 0x86, 0x53, 0xa9, 0xf1, 0x1f, 0x40, 0x6a, 0x94, 0x37, 0x62, 0x58, 0x75, 0x57, 0x2d, 0xa2,
|
|
|
|
0xb5, 0xa8, 0x24, 0x6d, 0xd4, 0x25, 0xbd, 0x63, 0x3b, 0x36, 0xa1, 0x4d, 0xcf, 0x89, 0xd2, 0x8f,
|
|
|
|
0xdc, 0x8a, 0x39, 0x69, 0x69, 0x73, 0x12, 0xea, 0xa9, 0xa0, 0x25, 0x27, 0x7d, 0xda, 0xb2, 0xb2,
|
|
|
|
0x56, 0xd8, 0xc4, 0x48, 0x24, 0x15, 0x51, 0x76, 0x19, 0x9a, 0xbe, 0x35, 0xbc, 0x6f, 0x2e, 0xac,
|
|
|
|
0x5f, 0x1f, 0x16, 0xf4, 0x1c, 0x3a, 0xd4, 0xee, 0xbd, 0xc4, 0x8e, 0xd1, 0x6b, 0xf7, 0xaa, 0x5e,
|
|
|
|
0xb7, 0xbc, 0x10, 0x7e, 0x15, 0x82, 0x5e, 0x42, 0xaf, 0xa8, 0x5a, 0xb3, 0x93, 0xd8, 0x35, 0x57,
|
|
|
|
0x3c, 0x58, 0x7e, 0xc5, 0xe5, 0x74, 0xfa, 0xdd, 0xb4, 0xfa, 0x97, 0xe8, 0x00, 0xda, 0xc4, 0x6e,
|
|
|
|
0x8c, 0x51, 0xe8, 0x4e, 0x1a, 0xc5, 0x6a, 0xf9, 0x65, 0x04, 0x7a, 0x0a, 0x55, 0xf9, 0x9c, 0x49,
|
|
|
|
0xdc, 0x34, 0x24, 0x36, 0x97, 0xf5, 0xbd, 0xee, 0xeb, 0x3d, 0x81, 0x35, 0x73, 0xaa, 0x09, 0xd9,
|
|
|
|
0x65, 0xbe, 0xe7, 0xd6, 0x3c, 0x83, 0x8d, 0x32, 0xf0, 0x0d, 0x93, 0x92, 0xcc, 0x98, 0xf4, 0x19,
|
|
|
|
0xb9, 0x67, 0xf4, 0x61, 0xff, 0x63, 0x77, 0xfc, 0xe8, 0xa0, 0x24, 0x38, 0x6d, 0x99, 0xbf, 0xc7,
|
|
|
|
0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0xb9, 0x98, 0x3d, 0x42, 0x26, 0x07, 0x00, 0x00,
|
2020-01-10 18:59:01 +00:00
|
|
|
}
|