3682 lines
138 KiB
Go
3682 lines
138 KiB
Go
// 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 SyncActivityCenterNotification_NotificationType int32
|
|
|
|
const (
|
|
SyncActivityCenterNotification_NoType SyncActivityCenterNotification_NotificationType = 0
|
|
SyncActivityCenterNotification_NewOneToOne SyncActivityCenterNotification_NotificationType = 1
|
|
SyncActivityCenterNotification_NewPrivateGroupChat SyncActivityCenterNotification_NotificationType = 2
|
|
SyncActivityCenterNotification_Mention SyncActivityCenterNotification_NotificationType = 3
|
|
SyncActivityCenterNotification_Reply SyncActivityCenterNotification_NotificationType = 4
|
|
SyncActivityCenterNotification_ContactRequest SyncActivityCenterNotification_NotificationType = 5
|
|
SyncActivityCenterNotification_CommunityInvitation SyncActivityCenterNotification_NotificationType = 6
|
|
SyncActivityCenterNotification_CommunityRequest SyncActivityCenterNotification_NotificationType = 7
|
|
SyncActivityCenterNotification_CommunityMembershipRequest SyncActivityCenterNotification_NotificationType = 8
|
|
SyncActivityCenterNotification_CommunityKicked SyncActivityCenterNotification_NotificationType = 9
|
|
SyncActivityCenterNotification_ContactVerification SyncActivityCenterNotification_NotificationType = 10
|
|
)
|
|
|
|
var SyncActivityCenterNotification_NotificationType_name = map[int32]string{
|
|
0: "NoType",
|
|
1: "NewOneToOne",
|
|
2: "NewPrivateGroupChat",
|
|
3: "Mention",
|
|
4: "Reply",
|
|
5: "ContactRequest",
|
|
6: "CommunityInvitation",
|
|
7: "CommunityRequest",
|
|
8: "CommunityMembershipRequest",
|
|
9: "CommunityKicked",
|
|
10: "ContactVerification",
|
|
}
|
|
|
|
var SyncActivityCenterNotification_NotificationType_value = map[string]int32{
|
|
"NoType": 0,
|
|
"NewOneToOne": 1,
|
|
"NewPrivateGroupChat": 2,
|
|
"Mention": 3,
|
|
"Reply": 4,
|
|
"ContactRequest": 5,
|
|
"CommunityInvitation": 6,
|
|
"CommunityRequest": 7,
|
|
"CommunityMembershipRequest": 8,
|
|
"CommunityKicked": 9,
|
|
"ContactVerification": 10,
|
|
}
|
|
|
|
func (x SyncActivityCenterNotification_NotificationType) String() string {
|
|
return proto.EnumName(SyncActivityCenterNotification_NotificationType_name, int32(x))
|
|
}
|
|
|
|
func (SyncActivityCenterNotification_NotificationType) EnumDescriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{20, 0}
|
|
}
|
|
|
|
type SyncActivityCenterNotification_MembershipStatus int32
|
|
|
|
const (
|
|
SyncActivityCenterNotification_MembershipStatusIdle SyncActivityCenterNotification_MembershipStatus = 0
|
|
SyncActivityCenterNotification_MembershipStatusPending SyncActivityCenterNotification_MembershipStatus = 1
|
|
SyncActivityCenterNotification_MembershipStatusAccepted SyncActivityCenterNotification_MembershipStatus = 2
|
|
SyncActivityCenterNotification_MembershipStatusDeclined SyncActivityCenterNotification_MembershipStatus = 3
|
|
)
|
|
|
|
var SyncActivityCenterNotification_MembershipStatus_name = map[int32]string{
|
|
0: "MembershipStatusIdle",
|
|
1: "MembershipStatusPending",
|
|
2: "MembershipStatusAccepted",
|
|
3: "MembershipStatusDeclined",
|
|
}
|
|
|
|
var SyncActivityCenterNotification_MembershipStatus_value = map[string]int32{
|
|
"MembershipStatusIdle": 0,
|
|
"MembershipStatusPending": 1,
|
|
"MembershipStatusAccepted": 2,
|
|
"MembershipStatusDeclined": 3,
|
|
}
|
|
|
|
func (x SyncActivityCenterNotification_MembershipStatus) String() string {
|
|
return proto.EnumName(SyncActivityCenterNotification_MembershipStatus_name, int32(x))
|
|
}
|
|
|
|
func (SyncActivityCenterNotification_MembershipStatus) EnumDescriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{20, 1}
|
|
}
|
|
|
|
type SyncActivityCenterNotification_ContactVerificationStatus int32
|
|
|
|
const (
|
|
SyncActivityCenterNotification_Unknown SyncActivityCenterNotification_ContactVerificationStatus = 0
|
|
SyncActivityCenterNotification_Pending SyncActivityCenterNotification_ContactVerificationStatus = 1
|
|
SyncActivityCenterNotification_Accepted SyncActivityCenterNotification_ContactVerificationStatus = 2
|
|
SyncActivityCenterNotification_Declined SyncActivityCenterNotification_ContactVerificationStatus = 3
|
|
SyncActivityCenterNotification_Cancelled SyncActivityCenterNotification_ContactVerificationStatus = 4
|
|
SyncActivityCenterNotification_Trusted SyncActivityCenterNotification_ContactVerificationStatus = 5
|
|
SyncActivityCenterNotification_UnTrustWorthy SyncActivityCenterNotification_ContactVerificationStatus = 6
|
|
)
|
|
|
|
var SyncActivityCenterNotification_ContactVerificationStatus_name = map[int32]string{
|
|
0: "Unknown",
|
|
1: "Pending",
|
|
2: "Accepted",
|
|
3: "Declined",
|
|
4: "Cancelled",
|
|
5: "Trusted",
|
|
6: "UnTrustWorthy",
|
|
}
|
|
|
|
var SyncActivityCenterNotification_ContactVerificationStatus_value = map[string]int32{
|
|
"Unknown": 0,
|
|
"Pending": 1,
|
|
"Accepted": 2,
|
|
"Declined": 3,
|
|
"Cancelled": 4,
|
|
"Trusted": 5,
|
|
"UnTrustWorthy": 6,
|
|
}
|
|
|
|
func (x SyncActivityCenterNotification_ContactVerificationStatus) String() string {
|
|
return proto.EnumName(SyncActivityCenterNotification_ContactVerificationStatus_name, int32(x))
|
|
}
|
|
|
|
func (SyncActivityCenterNotification_ContactVerificationStatus) EnumDescriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{20, 2}
|
|
}
|
|
|
|
type SyncTrustedUser_TrustStatus int32
|
|
|
|
const (
|
|
SyncTrustedUser_UNKNOWN SyncTrustedUser_TrustStatus = 0
|
|
SyncTrustedUser_TRUSTED SyncTrustedUser_TrustStatus = 1
|
|
SyncTrustedUser_UNTRUSTWORTHY SyncTrustedUser_TrustStatus = 2
|
|
)
|
|
|
|
var SyncTrustedUser_TrustStatus_name = map[int32]string{
|
|
0: "UNKNOWN",
|
|
1: "TRUSTED",
|
|
2: "UNTRUSTWORTHY",
|
|
}
|
|
|
|
var SyncTrustedUser_TrustStatus_value = map[string]int32{
|
|
"UNKNOWN": 0,
|
|
"TRUSTED": 1,
|
|
"UNTRUSTWORTHY": 2,
|
|
}
|
|
|
|
func (x SyncTrustedUser_TrustStatus) String() string {
|
|
return proto.EnumName(SyncTrustedUser_TrustStatus_name, int32(x))
|
|
}
|
|
|
|
func (SyncTrustedUser_TrustStatus) EnumDescriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{31, 0}
|
|
}
|
|
|
|
type SyncVerificationRequest_VerificationStatus int32
|
|
|
|
const (
|
|
SyncVerificationRequest_UNKNOWN SyncVerificationRequest_VerificationStatus = 0
|
|
SyncVerificationRequest_PENDING SyncVerificationRequest_VerificationStatus = 1
|
|
SyncVerificationRequest_ACCEPTED SyncVerificationRequest_VerificationStatus = 2
|
|
SyncVerificationRequest_DECLINED SyncVerificationRequest_VerificationStatus = 3
|
|
SyncVerificationRequest_CANCELED SyncVerificationRequest_VerificationStatus = 4
|
|
)
|
|
|
|
var SyncVerificationRequest_VerificationStatus_name = map[int32]string{
|
|
0: "UNKNOWN",
|
|
1: "PENDING",
|
|
2: "ACCEPTED",
|
|
3: "DECLINED",
|
|
4: "CANCELED",
|
|
}
|
|
|
|
var SyncVerificationRequest_VerificationStatus_value = map[string]int32{
|
|
"UNKNOWN": 0,
|
|
"PENDING": 1,
|
|
"ACCEPTED": 2,
|
|
"DECLINED": 3,
|
|
"CANCELED": 4,
|
|
}
|
|
|
|
func (x SyncVerificationRequest_VerificationStatus) String() string {
|
|
return proto.EnumName(SyncVerificationRequest_VerificationStatus_name, int32(x))
|
|
}
|
|
|
|
func (SyncVerificationRequest_VerificationStatus) EnumDescriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{32, 0}
|
|
}
|
|
|
|
type SyncContactRequestDecision_DecisionStatus int32
|
|
|
|
const (
|
|
SyncContactRequestDecision_ACCEPTED SyncContactRequestDecision_DecisionStatus = 0
|
|
SyncContactRequestDecision_DECLINED SyncContactRequestDecision_DecisionStatus = 1
|
|
)
|
|
|
|
var SyncContactRequestDecision_DecisionStatus_name = map[int32]string{
|
|
0: "ACCEPTED",
|
|
1: "DECLINED",
|
|
}
|
|
|
|
var SyncContactRequestDecision_DecisionStatus_value = map[string]int32{
|
|
"ACCEPTED": 0,
|
|
"DECLINED": 1,
|
|
}
|
|
|
|
func (x SyncContactRequestDecision_DecisionStatus) String() string {
|
|
return proto.EnumName(SyncContactRequestDecision_DecisionStatus_name, int32(x))
|
|
}
|
|
|
|
func (SyncContactRequestDecision_DecisionStatus) EnumDescriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{33, 0}
|
|
}
|
|
|
|
// `FetchingBackedUpDataDetails` is used to describe how many messages a single backup data structure consists of
|
|
type FetchingBackedUpDataDetails struct {
|
|
DataNumber uint32 `protobuf:"varint,1,opt,name=data_number,json=dataNumber,proto3" json:"data_number,omitempty"`
|
|
TotalNumber uint32 `protobuf:"varint,2,opt,name=total_number,json=totalNumber,proto3" json:"total_number,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *FetchingBackedUpDataDetails) Reset() { *m = FetchingBackedUpDataDetails{} }
|
|
func (m *FetchingBackedUpDataDetails) String() string { return proto.CompactTextString(m) }
|
|
func (*FetchingBackedUpDataDetails) ProtoMessage() {}
|
|
func (*FetchingBackedUpDataDetails) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{0}
|
|
}
|
|
|
|
func (m *FetchingBackedUpDataDetails) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_FetchingBackedUpDataDetails.Unmarshal(m, b)
|
|
}
|
|
func (m *FetchingBackedUpDataDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_FetchingBackedUpDataDetails.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *FetchingBackedUpDataDetails) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_FetchingBackedUpDataDetails.Merge(m, src)
|
|
}
|
|
func (m *FetchingBackedUpDataDetails) XXX_Size() int {
|
|
return xxx_messageInfo_FetchingBackedUpDataDetails.Size(m)
|
|
}
|
|
func (m *FetchingBackedUpDataDetails) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_FetchingBackedUpDataDetails.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_FetchingBackedUpDataDetails proto.InternalMessageInfo
|
|
|
|
func (m *FetchingBackedUpDataDetails) GetDataNumber() uint32 {
|
|
if m != nil {
|
|
return m.DataNumber
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *FetchingBackedUpDataDetails) GetTotalNumber() uint32 {
|
|
if m != nil {
|
|
return m.TotalNumber
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type Backup 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"`
|
|
// this is what we already had
|
|
Contacts []*SyncInstallationContactV2 `protobuf:"bytes,3,rep,name=contacts,proto3" json:"contacts,omitempty"`
|
|
Communities []*SyncCommunity `protobuf:"bytes,4,rep,name=communities,proto3" json:"communities,omitempty"`
|
|
// newly added details to be backed up to and fetched from waku
|
|
ContactsDetails *FetchingBackedUpDataDetails `protobuf:"bytes,5,opt,name=contactsDetails,proto3" json:"contactsDetails,omitempty"`
|
|
CommunitiesDetails *FetchingBackedUpDataDetails `protobuf:"bytes,6,opt,name=communitiesDetails,proto3" json:"communitiesDetails,omitempty"`
|
|
Profile *BackedUpProfile `protobuf:"bytes,7,opt,name=profile,proto3" json:"profile,omitempty"`
|
|
ProfileDetails *FetchingBackedUpDataDetails `protobuf:"bytes,8,opt,name=profileDetails,proto3" json:"profileDetails,omitempty"`
|
|
Setting *SyncSetting `protobuf:"bytes,9,opt,name=setting,proto3" json:"setting,omitempty"`
|
|
SettingsDetails *FetchingBackedUpDataDetails `protobuf:"bytes,10,opt,name=settingsDetails,proto3" json:"settingsDetails,omitempty"`
|
|
Keypair *SyncKeypair `protobuf:"bytes,11,opt,name=keypair,proto3" json:"keypair,omitempty"`
|
|
KeypairDetails *FetchingBackedUpDataDetails `protobuf:"bytes,12,opt,name=keypairDetails,proto3" json:"keypairDetails,omitempty"`
|
|
WatchOnlyAccount *SyncAccount `protobuf:"bytes,13,opt,name=watchOnlyAccount,proto3" json:"watchOnlyAccount,omitempty"`
|
|
WatchOnlyAccountDetails *FetchingBackedUpDataDetails `protobuf:"bytes,14,opt,name=watchOnlyAccountDetails,proto3" json:"watchOnlyAccountDetails,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *Backup) Reset() { *m = Backup{} }
|
|
func (m *Backup) String() string { return proto.CompactTextString(m) }
|
|
func (*Backup) ProtoMessage() {}
|
|
func (*Backup) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{1}
|
|
}
|
|
|
|
func (m *Backup) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_Backup.Unmarshal(m, b)
|
|
}
|
|
func (m *Backup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_Backup.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *Backup) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_Backup.Merge(m, src)
|
|
}
|
|
func (m *Backup) XXX_Size() int {
|
|
return xxx_messageInfo_Backup.Size(m)
|
|
}
|
|
func (m *Backup) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_Backup.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_Backup proto.InternalMessageInfo
|
|
|
|
func (m *Backup) GetClock() uint64 {
|
|
if m != nil {
|
|
return m.Clock
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *Backup) GetId() string {
|
|
if m != nil {
|
|
return m.Id
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *Backup) GetContacts() []*SyncInstallationContactV2 {
|
|
if m != nil {
|
|
return m.Contacts
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Backup) GetCommunities() []*SyncCommunity {
|
|
if m != nil {
|
|
return m.Communities
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Backup) GetContactsDetails() *FetchingBackedUpDataDetails {
|
|
if m != nil {
|
|
return m.ContactsDetails
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Backup) GetCommunitiesDetails() *FetchingBackedUpDataDetails {
|
|
if m != nil {
|
|
return m.CommunitiesDetails
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Backup) GetProfile() *BackedUpProfile {
|
|
if m != nil {
|
|
return m.Profile
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Backup) GetProfileDetails() *FetchingBackedUpDataDetails {
|
|
if m != nil {
|
|
return m.ProfileDetails
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Backup) GetSetting() *SyncSetting {
|
|
if m != nil {
|
|
return m.Setting
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Backup) GetSettingsDetails() *FetchingBackedUpDataDetails {
|
|
if m != nil {
|
|
return m.SettingsDetails
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Backup) GetKeypair() *SyncKeypair {
|
|
if m != nil {
|
|
return m.Keypair
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Backup) GetKeypairDetails() *FetchingBackedUpDataDetails {
|
|
if m != nil {
|
|
return m.KeypairDetails
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Backup) GetWatchOnlyAccount() *SyncAccount {
|
|
if m != nil {
|
|
return m.WatchOnlyAccount
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Backup) GetWatchOnlyAccountDetails() *FetchingBackedUpDataDetails {
|
|
if m != nil {
|
|
return m.WatchOnlyAccountDetails
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type MultiAccount struct {
|
|
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
|
Timestamp int64 `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
|
|
Identicon string `protobuf:"bytes,3,opt,name=identicon,proto3" json:"identicon,omitempty"`
|
|
ColorHash []*MultiAccount_ColorHash `protobuf:"bytes,4,rep,name=color_hash,json=colorHash,proto3" json:"color_hash,omitempty"`
|
|
ColorId int64 `protobuf:"varint,5,opt,name=color_id,json=colorId,proto3" json:"color_id,omitempty"`
|
|
KeycardPairing string `protobuf:"bytes,6,opt,name=keycard_pairing,json=keycardPairing,proto3" json:"keycard_pairing,omitempty"`
|
|
KeyUid string `protobuf:"bytes,7,opt,name=key_uid,json=keyUid,proto3" json:"key_uid,omitempty"`
|
|
Images []*MultiAccount_IdentityImage `protobuf:"bytes,8,rep,name=images,proto3" json:"images,omitempty"`
|
|
CustomizationColor string `protobuf:"bytes,9,opt,name=customization_color,json=customizationColor,proto3" json:"customization_color,omitempty"`
|
|
CustomizationColorClock uint64 `protobuf:"varint,10,opt,name=customization_color_clock,json=customizationColorClock,proto3" json:"customization_color_clock,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *MultiAccount) Reset() { *m = MultiAccount{} }
|
|
func (m *MultiAccount) String() string { return proto.CompactTextString(m) }
|
|
func (*MultiAccount) ProtoMessage() {}
|
|
func (*MultiAccount) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{2}
|
|
}
|
|
|
|
func (m *MultiAccount) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_MultiAccount.Unmarshal(m, b)
|
|
}
|
|
func (m *MultiAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_MultiAccount.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *MultiAccount) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_MultiAccount.Merge(m, src)
|
|
}
|
|
func (m *MultiAccount) XXX_Size() int {
|
|
return xxx_messageInfo_MultiAccount.Size(m)
|
|
}
|
|
func (m *MultiAccount) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_MultiAccount.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_MultiAccount proto.InternalMessageInfo
|
|
|
|
func (m *MultiAccount) GetName() string {
|
|
if m != nil {
|
|
return m.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *MultiAccount) GetTimestamp() int64 {
|
|
if m != nil {
|
|
return m.Timestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *MultiAccount) GetIdenticon() string {
|
|
if m != nil {
|
|
return m.Identicon
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *MultiAccount) GetColorHash() []*MultiAccount_ColorHash {
|
|
if m != nil {
|
|
return m.ColorHash
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *MultiAccount) GetColorId() int64 {
|
|
if m != nil {
|
|
return m.ColorId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *MultiAccount) GetKeycardPairing() string {
|
|
if m != nil {
|
|
return m.KeycardPairing
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *MultiAccount) GetKeyUid() string {
|
|
if m != nil {
|
|
return m.KeyUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *MultiAccount) GetImages() []*MultiAccount_IdentityImage {
|
|
if m != nil {
|
|
return m.Images
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *MultiAccount) GetCustomizationColor() string {
|
|
if m != nil {
|
|
return m.CustomizationColor
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *MultiAccount) GetCustomizationColorClock() uint64 {
|
|
if m != nil {
|
|
return m.CustomizationColorClock
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type MultiAccount_ColorHash struct {
|
|
Index []int64 `protobuf:"varint,1,rep,packed,name=index,proto3" json:"index,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *MultiAccount_ColorHash) Reset() { *m = MultiAccount_ColorHash{} }
|
|
func (m *MultiAccount_ColorHash) String() string { return proto.CompactTextString(m) }
|
|
func (*MultiAccount_ColorHash) ProtoMessage() {}
|
|
func (*MultiAccount_ColorHash) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{2, 0}
|
|
}
|
|
|
|
func (m *MultiAccount_ColorHash) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_MultiAccount_ColorHash.Unmarshal(m, b)
|
|
}
|
|
func (m *MultiAccount_ColorHash) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_MultiAccount_ColorHash.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *MultiAccount_ColorHash) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_MultiAccount_ColorHash.Merge(m, src)
|
|
}
|
|
func (m *MultiAccount_ColorHash) XXX_Size() int {
|
|
return xxx_messageInfo_MultiAccount_ColorHash.Size(m)
|
|
}
|
|
func (m *MultiAccount_ColorHash) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_MultiAccount_ColorHash.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_MultiAccount_ColorHash proto.InternalMessageInfo
|
|
|
|
func (m *MultiAccount_ColorHash) GetIndex() []int64 {
|
|
if m != nil {
|
|
return m.Index
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type MultiAccount_IdentityImage struct {
|
|
KeyUid string `protobuf:"bytes,1,opt,name=key_uid,json=keyUid,proto3" json:"key_uid,omitempty"`
|
|
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
Payload []byte `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"`
|
|
Width int64 `protobuf:"varint,4,opt,name=width,proto3" json:"width,omitempty"`
|
|
Height int64 `protobuf:"varint,5,opt,name=height,proto3" json:"height,omitempty"`
|
|
Filesize int64 `protobuf:"varint,6,opt,name=filesize,proto3" json:"filesize,omitempty"`
|
|
ResizeTarget int64 `protobuf:"varint,7,opt,name=resize_target,json=resizeTarget,proto3" json:"resize_target,omitempty"`
|
|
Clock uint64 `protobuf:"varint,8,opt,name=clock,proto3" json:"clock,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *MultiAccount_IdentityImage) Reset() { *m = MultiAccount_IdentityImage{} }
|
|
func (m *MultiAccount_IdentityImage) String() string { return proto.CompactTextString(m) }
|
|
func (*MultiAccount_IdentityImage) ProtoMessage() {}
|
|
func (*MultiAccount_IdentityImage) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{2, 1}
|
|
}
|
|
|
|
func (m *MultiAccount_IdentityImage) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_MultiAccount_IdentityImage.Unmarshal(m, b)
|
|
}
|
|
func (m *MultiAccount_IdentityImage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_MultiAccount_IdentityImage.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *MultiAccount_IdentityImage) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_MultiAccount_IdentityImage.Merge(m, src)
|
|
}
|
|
func (m *MultiAccount_IdentityImage) XXX_Size() int {
|
|
return xxx_messageInfo_MultiAccount_IdentityImage.Size(m)
|
|
}
|
|
func (m *MultiAccount_IdentityImage) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_MultiAccount_IdentityImage.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_MultiAccount_IdentityImage proto.InternalMessageInfo
|
|
|
|
func (m *MultiAccount_IdentityImage) GetKeyUid() string {
|
|
if m != nil {
|
|
return m.KeyUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *MultiAccount_IdentityImage) GetName() string {
|
|
if m != nil {
|
|
return m.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *MultiAccount_IdentityImage) GetPayload() []byte {
|
|
if m != nil {
|
|
return m.Payload
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *MultiAccount_IdentityImage) GetWidth() int64 {
|
|
if m != nil {
|
|
return m.Width
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *MultiAccount_IdentityImage) GetHeight() int64 {
|
|
if m != nil {
|
|
return m.Height
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *MultiAccount_IdentityImage) GetFilesize() int64 {
|
|
if m != nil {
|
|
return m.Filesize
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *MultiAccount_IdentityImage) GetResizeTarget() int64 {
|
|
if m != nil {
|
|
return m.ResizeTarget
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *MultiAccount_IdentityImage) GetClock() uint64 {
|
|
if m != nil {
|
|
return m.Clock
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type LocalPairingPayload struct {
|
|
Keys []*LocalPairingPayload_Key `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
|
|
Multiaccount *MultiAccount `protobuf:"bytes,2,opt,name=multiaccount,proto3" json:"multiaccount,omitempty"`
|
|
Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
|
|
ChatKey string `protobuf:"bytes,4,opt,name=chatKey,proto3" json:"chatKey,omitempty"`
|
|
KeycardPairings string `protobuf:"bytes,5,opt,name=keycardPairings,proto3" json:"keycardPairings,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *LocalPairingPayload) Reset() { *m = LocalPairingPayload{} }
|
|
func (m *LocalPairingPayload) String() string { return proto.CompactTextString(m) }
|
|
func (*LocalPairingPayload) ProtoMessage() {}
|
|
func (*LocalPairingPayload) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{3}
|
|
}
|
|
|
|
func (m *LocalPairingPayload) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_LocalPairingPayload.Unmarshal(m, b)
|
|
}
|
|
func (m *LocalPairingPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_LocalPairingPayload.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *LocalPairingPayload) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_LocalPairingPayload.Merge(m, src)
|
|
}
|
|
func (m *LocalPairingPayload) XXX_Size() int {
|
|
return xxx_messageInfo_LocalPairingPayload.Size(m)
|
|
}
|
|
func (m *LocalPairingPayload) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_LocalPairingPayload.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_LocalPairingPayload proto.InternalMessageInfo
|
|
|
|
func (m *LocalPairingPayload) GetKeys() []*LocalPairingPayload_Key {
|
|
if m != nil {
|
|
return m.Keys
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *LocalPairingPayload) GetMultiaccount() *MultiAccount {
|
|
if m != nil {
|
|
return m.Multiaccount
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *LocalPairingPayload) GetPassword() string {
|
|
if m != nil {
|
|
return m.Password
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *LocalPairingPayload) GetChatKey() string {
|
|
if m != nil {
|
|
return m.ChatKey
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *LocalPairingPayload) GetKeycardPairings() string {
|
|
if m != nil {
|
|
return m.KeycardPairings
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type LocalPairingPayload_Key struct {
|
|
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
|
Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *LocalPairingPayload_Key) Reset() { *m = LocalPairingPayload_Key{} }
|
|
func (m *LocalPairingPayload_Key) String() string { return proto.CompactTextString(m) }
|
|
func (*LocalPairingPayload_Key) ProtoMessage() {}
|
|
func (*LocalPairingPayload_Key) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{3, 0}
|
|
}
|
|
|
|
func (m *LocalPairingPayload_Key) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_LocalPairingPayload_Key.Unmarshal(m, b)
|
|
}
|
|
func (m *LocalPairingPayload_Key) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_LocalPairingPayload_Key.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *LocalPairingPayload_Key) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_LocalPairingPayload_Key.Merge(m, src)
|
|
}
|
|
func (m *LocalPairingPayload_Key) XXX_Size() int {
|
|
return xxx_messageInfo_LocalPairingPayload_Key.Size(m)
|
|
}
|
|
func (m *LocalPairingPayload_Key) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_LocalPairingPayload_Key.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_LocalPairingPayload_Key proto.InternalMessageInfo
|
|
|
|
func (m *LocalPairingPayload_Key) GetName() string {
|
|
if m != nil {
|
|
return m.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *LocalPairingPayload_Key) GetData() []byte {
|
|
if m != nil {
|
|
return m.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type LocalPairingPeerHello struct {
|
|
PairingVersion int32 `protobuf:"varint,1,opt,name=pairing_version,json=pairingVersion,proto3" json:"pairing_version,omitempty"`
|
|
PeerId []byte `protobuf:"bytes,2,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
|
|
DeviceName string `protobuf:"bytes,3,opt,name=device_name,json=deviceName,proto3" json:"device_name,omitempty"`
|
|
DeviceType string `protobuf:"bytes,4,opt,name=device_type,json=deviceType,proto3" json:"device_type,omitempty"`
|
|
Signature []byte `protobuf:"bytes,5,opt,name=signature,proto3" json:"signature,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *LocalPairingPeerHello) Reset() { *m = LocalPairingPeerHello{} }
|
|
func (m *LocalPairingPeerHello) String() string { return proto.CompactTextString(m) }
|
|
func (*LocalPairingPeerHello) ProtoMessage() {}
|
|
func (*LocalPairingPeerHello) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{4}
|
|
}
|
|
|
|
func (m *LocalPairingPeerHello) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_LocalPairingPeerHello.Unmarshal(m, b)
|
|
}
|
|
func (m *LocalPairingPeerHello) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_LocalPairingPeerHello.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *LocalPairingPeerHello) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_LocalPairingPeerHello.Merge(m, src)
|
|
}
|
|
func (m *LocalPairingPeerHello) XXX_Size() int {
|
|
return xxx_messageInfo_LocalPairingPeerHello.Size(m)
|
|
}
|
|
func (m *LocalPairingPeerHello) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_LocalPairingPeerHello.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_LocalPairingPeerHello proto.InternalMessageInfo
|
|
|
|
func (m *LocalPairingPeerHello) GetPairingVersion() int32 {
|
|
if m != nil {
|
|
return m.PairingVersion
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *LocalPairingPeerHello) GetPeerId() []byte {
|
|
if m != nil {
|
|
return m.PeerId
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *LocalPairingPeerHello) GetDeviceName() string {
|
|
if m != nil {
|
|
return m.DeviceName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *LocalPairingPeerHello) GetDeviceType() string {
|
|
if m != nil {
|
|
return m.DeviceType
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *LocalPairingPeerHello) GetSignature() []byte {
|
|
if m != nil {
|
|
return m.Signature
|
|
}
|
|
return nil
|
|
}
|
|
|
|
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"`
|
|
// following fields used for local pairing
|
|
Version uint32 `protobuf:"varint,5,opt,name=version,proto3" json:"version,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{5}
|
|
}
|
|
|
|
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 ""
|
|
}
|
|
|
|
func (m *PairInstallation) GetVersion() uint32 {
|
|
if m != nil {
|
|
return m.Version
|
|
}
|
|
return 0
|
|
}
|
|
|
|
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"`
|
|
LocalNickname string `protobuf:"bytes,7,opt,name=local_nickname,json=localNickname,proto3" json:"local_nickname,omitempty"`
|
|
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{6}
|
|
}
|
|
|
|
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
|
|
}
|
|
|
|
func (m *SyncInstallationContact) GetLocalNickname() string {
|
|
if m != nil {
|
|
return m.LocalNickname
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type SyncInstallationContactV2 struct {
|
|
LastUpdatedLocally uint64 `protobuf:"varint,1,opt,name=last_updated_locally,json=lastUpdatedLocally,proto3" json:"last_updated_locally,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"`
|
|
HasAddedUs bool `protobuf:"varint,13,opt,name=has_added_us,json=hasAddedUs,proto3" json:"has_added_us,omitempty"`
|
|
VerificationStatus int64 `protobuf:"varint,14,opt,name=verification_status,json=verificationStatus,proto3" json:"verification_status,omitempty"`
|
|
TrustStatus int64 `protobuf:"varint,15,opt,name=trust_status,json=trustStatus,proto3" json:"trust_status,omitempty"`
|
|
ContactRequestLocalState int64 `protobuf:"varint,16,opt,name=contact_request_local_state,json=contactRequestLocalState,proto3" json:"contact_request_local_state,omitempty"`
|
|
ContactRequestLocalClock int64 `protobuf:"varint,17,opt,name=contact_request_local_clock,json=contactRequestLocalClock,proto3" json:"contact_request_local_clock,omitempty"`
|
|
ContactRequestRemoteState int64 `protobuf:"varint,18,opt,name=contact_request_remote_state,json=contactRequestRemoteState,proto3" json:"contact_request_remote_state,omitempty"`
|
|
ContactRequestRemoteClock int64 `protobuf:"varint,19,opt,name=contact_request_remote_clock,json=contactRequestRemoteClock,proto3" json:"contact_request_remote_clock,omitempty"`
|
|
DisplayName string `protobuf:"bytes,20,opt,name=display_name,json=displayName,proto3" json:"display_name,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{7}
|
|
}
|
|
|
|
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) GetLastUpdatedLocally() uint64 {
|
|
if m != nil {
|
|
return m.LastUpdatedLocally
|
|
}
|
|
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
|
|
}
|
|
|
|
func (m *SyncInstallationContactV2) GetHasAddedUs() bool {
|
|
if m != nil {
|
|
return m.HasAddedUs
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *SyncInstallationContactV2) GetVerificationStatus() int64 {
|
|
if m != nil {
|
|
return m.VerificationStatus
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncInstallationContactV2) GetTrustStatus() int64 {
|
|
if m != nil {
|
|
return m.TrustStatus
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncInstallationContactV2) GetContactRequestLocalState() int64 {
|
|
if m != nil {
|
|
return m.ContactRequestLocalState
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncInstallationContactV2) GetContactRequestLocalClock() int64 {
|
|
if m != nil {
|
|
return m.ContactRequestLocalClock
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncInstallationContactV2) GetContactRequestRemoteState() int64 {
|
|
if m != nil {
|
|
return m.ContactRequestRemoteState
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncInstallationContactV2) GetContactRequestRemoteClock() int64 {
|
|
if m != nil {
|
|
return m.ContactRequestRemoteClock
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncInstallationContactV2) GetDisplayName() string {
|
|
if m != nil {
|
|
return m.DisplayName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
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) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{8}
|
|
}
|
|
|
|
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) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{9}
|
|
}
|
|
|
|
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 ""
|
|
}
|
|
|
|
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"`
|
|
// Don't sync private_key because we want to have only one control node
|
|
PrivateKey []byte `protobuf:"bytes,3,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"` // Deprecated: Do not use.
|
|
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"`
|
|
Settings *SyncCommunitySettings `protobuf:"bytes,9,opt,name=settings,proto3" json:"settings,omitempty"`
|
|
Encrypted bool `protobuf:"varint,10,opt,name=encrypted,proto3" json:"encrypted,omitempty"`
|
|
Spectated bool `protobuf:"varint,11,opt,name=spectated,proto3" json:"spectated,omitempty"`
|
|
EncryptionKeys []byte `protobuf:"bytes,12,opt,name=encryption_keys,json=encryptionKeys,proto3" json:"encryption_keys,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) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{10}
|
|
}
|
|
|
|
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
|
|
}
|
|
|
|
// Deprecated: Do not use.
|
|
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
|
|
}
|
|
|
|
func (m *SyncCommunity) GetSettings() *SyncCommunitySettings {
|
|
if m != nil {
|
|
return m.Settings
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SyncCommunity) GetEncrypted() bool {
|
|
if m != nil {
|
|
return m.Encrypted
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *SyncCommunity) GetSpectated() bool {
|
|
if m != nil {
|
|
return m.Spectated
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *SyncCommunity) GetEncryptionKeys() []byte {
|
|
if m != nil {
|
|
return m.EncryptionKeys
|
|
}
|
|
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"`
|
|
RevealedAccounts []*RevealedAccount `protobuf:"bytes,8,rep,name=revealed_accounts,json=revealedAccounts,proto3" json:"revealed_accounts,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) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{11}
|
|
}
|
|
|
|
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
|
|
}
|
|
|
|
func (m *SyncCommunityRequestsToJoin) GetRevealedAccounts() []*RevealedAccount {
|
|
if m != nil {
|
|
return m.RevealedAccounts
|
|
}
|
|
return nil
|
|
}
|
|
|
|
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"`
|
|
Communities []*SyncCommunity `protobuf:"bytes,4,rep,name=communities,proto3" json:"communities,omitempty"`
|
|
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) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{12}
|
|
}
|
|
|
|
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
|
|
}
|
|
|
|
func (m *SyncInstallation) GetCommunities() []*SyncCommunity {
|
|
if m != nil {
|
|
return m.Communities
|
|
}
|
|
return nil
|
|
}
|
|
|
|
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{13}
|
|
}
|
|
|
|
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 ""
|
|
}
|
|
|
|
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{14}
|
|
}
|
|
|
|
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 ""
|
|
}
|
|
|
|
type SyncActivityCenterRead struct {
|
|
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
|
|
Ids [][]byte `protobuf:"bytes,2,rep,name=ids,proto3" json:"ids,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SyncActivityCenterRead) Reset() { *m = SyncActivityCenterRead{} }
|
|
func (m *SyncActivityCenterRead) String() string { return proto.CompactTextString(m) }
|
|
func (*SyncActivityCenterRead) ProtoMessage() {}
|
|
func (*SyncActivityCenterRead) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{15}
|
|
}
|
|
|
|
func (m *SyncActivityCenterRead) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SyncActivityCenterRead.Unmarshal(m, b)
|
|
}
|
|
func (m *SyncActivityCenterRead) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SyncActivityCenterRead.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *SyncActivityCenterRead) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SyncActivityCenterRead.Merge(m, src)
|
|
}
|
|
func (m *SyncActivityCenterRead) XXX_Size() int {
|
|
return xxx_messageInfo_SyncActivityCenterRead.Size(m)
|
|
}
|
|
func (m *SyncActivityCenterRead) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SyncActivityCenterRead.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SyncActivityCenterRead proto.InternalMessageInfo
|
|
|
|
func (m *SyncActivityCenterRead) GetClock() uint64 {
|
|
if m != nil {
|
|
return m.Clock
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncActivityCenterRead) GetIds() [][]byte {
|
|
if m != nil {
|
|
return m.Ids
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SyncActivityCenterAccepted struct {
|
|
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
|
|
Ids [][]byte `protobuf:"bytes,2,rep,name=ids,proto3" json:"ids,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SyncActivityCenterAccepted) Reset() { *m = SyncActivityCenterAccepted{} }
|
|
func (m *SyncActivityCenterAccepted) String() string { return proto.CompactTextString(m) }
|
|
func (*SyncActivityCenterAccepted) ProtoMessage() {}
|
|
func (*SyncActivityCenterAccepted) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{16}
|
|
}
|
|
|
|
func (m *SyncActivityCenterAccepted) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SyncActivityCenterAccepted.Unmarshal(m, b)
|
|
}
|
|
func (m *SyncActivityCenterAccepted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SyncActivityCenterAccepted.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *SyncActivityCenterAccepted) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SyncActivityCenterAccepted.Merge(m, src)
|
|
}
|
|
func (m *SyncActivityCenterAccepted) XXX_Size() int {
|
|
return xxx_messageInfo_SyncActivityCenterAccepted.Size(m)
|
|
}
|
|
func (m *SyncActivityCenterAccepted) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SyncActivityCenterAccepted.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SyncActivityCenterAccepted proto.InternalMessageInfo
|
|
|
|
func (m *SyncActivityCenterAccepted) GetClock() uint64 {
|
|
if m != nil {
|
|
return m.Clock
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncActivityCenterAccepted) GetIds() [][]byte {
|
|
if m != nil {
|
|
return m.Ids
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SyncActivityCenterDismissed struct {
|
|
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
|
|
Ids [][]byte `protobuf:"bytes,2,rep,name=ids,proto3" json:"ids,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SyncActivityCenterDismissed) Reset() { *m = SyncActivityCenterDismissed{} }
|
|
func (m *SyncActivityCenterDismissed) String() string { return proto.CompactTextString(m) }
|
|
func (*SyncActivityCenterDismissed) ProtoMessage() {}
|
|
func (*SyncActivityCenterDismissed) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{17}
|
|
}
|
|
|
|
func (m *SyncActivityCenterDismissed) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SyncActivityCenterDismissed.Unmarshal(m, b)
|
|
}
|
|
func (m *SyncActivityCenterDismissed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SyncActivityCenterDismissed.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *SyncActivityCenterDismissed) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SyncActivityCenterDismissed.Merge(m, src)
|
|
}
|
|
func (m *SyncActivityCenterDismissed) XXX_Size() int {
|
|
return xxx_messageInfo_SyncActivityCenterDismissed.Size(m)
|
|
}
|
|
func (m *SyncActivityCenterDismissed) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SyncActivityCenterDismissed.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SyncActivityCenterDismissed proto.InternalMessageInfo
|
|
|
|
func (m *SyncActivityCenterDismissed) GetClock() uint64 {
|
|
if m != nil {
|
|
return m.Clock
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncActivityCenterDismissed) GetIds() [][]byte {
|
|
if m != nil {
|
|
return m.Ids
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SyncActivityCenterNotificationState struct {
|
|
UpdatedAt uint64 `protobuf:"varint,1,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
|
|
HasSeen bool `protobuf:"varint,2,opt,name=has_seen,json=hasSeen,proto3" json:"has_seen,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SyncActivityCenterNotificationState) Reset() { *m = SyncActivityCenterNotificationState{} }
|
|
func (m *SyncActivityCenterNotificationState) String() string { return proto.CompactTextString(m) }
|
|
func (*SyncActivityCenterNotificationState) ProtoMessage() {}
|
|
func (*SyncActivityCenterNotificationState) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{18}
|
|
}
|
|
|
|
func (m *SyncActivityCenterNotificationState) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SyncActivityCenterNotificationState.Unmarshal(m, b)
|
|
}
|
|
func (m *SyncActivityCenterNotificationState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SyncActivityCenterNotificationState.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *SyncActivityCenterNotificationState) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SyncActivityCenterNotificationState.Merge(m, src)
|
|
}
|
|
func (m *SyncActivityCenterNotificationState) XXX_Size() int {
|
|
return xxx_messageInfo_SyncActivityCenterNotificationState.Size(m)
|
|
}
|
|
func (m *SyncActivityCenterNotificationState) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SyncActivityCenterNotificationState.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SyncActivityCenterNotificationState proto.InternalMessageInfo
|
|
|
|
func (m *SyncActivityCenterNotificationState) GetUpdatedAt() uint64 {
|
|
if m != nil {
|
|
return m.UpdatedAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncActivityCenterNotificationState) GetHasSeen() bool {
|
|
if m != nil {
|
|
return m.HasSeen
|
|
}
|
|
return false
|
|
}
|
|
|
|
type SyncActivityCenterNotifications struct {
|
|
ActivityCenterNotifications []*SyncActivityCenterNotification `protobuf:"bytes,1,rep,name=activity_center_notifications,json=activityCenterNotifications,proto3" json:"activity_center_notifications,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SyncActivityCenterNotifications) Reset() { *m = SyncActivityCenterNotifications{} }
|
|
func (m *SyncActivityCenterNotifications) String() string { return proto.CompactTextString(m) }
|
|
func (*SyncActivityCenterNotifications) ProtoMessage() {}
|
|
func (*SyncActivityCenterNotifications) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{19}
|
|
}
|
|
|
|
func (m *SyncActivityCenterNotifications) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SyncActivityCenterNotifications.Unmarshal(m, b)
|
|
}
|
|
func (m *SyncActivityCenterNotifications) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SyncActivityCenterNotifications.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *SyncActivityCenterNotifications) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SyncActivityCenterNotifications.Merge(m, src)
|
|
}
|
|
func (m *SyncActivityCenterNotifications) XXX_Size() int {
|
|
return xxx_messageInfo_SyncActivityCenterNotifications.Size(m)
|
|
}
|
|
func (m *SyncActivityCenterNotifications) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SyncActivityCenterNotifications.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SyncActivityCenterNotifications proto.InternalMessageInfo
|
|
|
|
func (m *SyncActivityCenterNotifications) GetActivityCenterNotifications() []*SyncActivityCenterNotification {
|
|
if m != nil {
|
|
return m.ActivityCenterNotifications
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SyncActivityCenterNotification struct {
|
|
Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
Timestamp uint64 `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
|
|
NotificationType SyncActivityCenterNotification_NotificationType `protobuf:"varint,3,opt,name=notification_type,json=notificationType,proto3,enum=protobuf.SyncActivityCenterNotification_NotificationType" json:"notification_type,omitempty"`
|
|
ChatId string `protobuf:"bytes,4,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
|
|
Read bool `protobuf:"varint,5,opt,name=read,proto3" json:"read,omitempty"`
|
|
Dismissed bool `protobuf:"varint,6,opt,name=dismissed,proto3" json:"dismissed,omitempty"`
|
|
Accepted bool `protobuf:"varint,7,opt,name=accepted,proto3" json:"accepted,omitempty"`
|
|
Message []byte `protobuf:"bytes,8,opt,name=message,proto3" json:"message,omitempty"`
|
|
Author string `protobuf:"bytes,9,opt,name=author,proto3" json:"author,omitempty"`
|
|
ReplyMessage []byte `protobuf:"bytes,10,opt,name=reply_message,json=replyMessage,proto3" json:"reply_message,omitempty"`
|
|
CommunityId string `protobuf:"bytes,11,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"`
|
|
MembershipStatus SyncActivityCenterNotification_MembershipStatus `protobuf:"varint,12,opt,name=membership_status,json=membershipStatus,proto3,enum=protobuf.SyncActivityCenterNotification_MembershipStatus" json:"membership_status,omitempty"`
|
|
ContactVerificationStatus SyncActivityCenterNotification_ContactVerificationStatus `protobuf:"varint,13,opt,name=contact_verification_status,json=contactVerificationStatus,proto3,enum=protobuf.SyncActivityCenterNotification_ContactVerificationStatus" json:"contact_verification_status,omitempty"`
|
|
Deleted bool `protobuf:"varint,14,opt,name=deleted,proto3" json:"deleted,omitempty"`
|
|
UpdatedAt uint64 `protobuf:"varint,15,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SyncActivityCenterNotification) Reset() { *m = SyncActivityCenterNotification{} }
|
|
func (m *SyncActivityCenterNotification) String() string { return proto.CompactTextString(m) }
|
|
func (*SyncActivityCenterNotification) ProtoMessage() {}
|
|
func (*SyncActivityCenterNotification) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{20}
|
|
}
|
|
|
|
func (m *SyncActivityCenterNotification) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SyncActivityCenterNotification.Unmarshal(m, b)
|
|
}
|
|
func (m *SyncActivityCenterNotification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SyncActivityCenterNotification.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *SyncActivityCenterNotification) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SyncActivityCenterNotification.Merge(m, src)
|
|
}
|
|
func (m *SyncActivityCenterNotification) XXX_Size() int {
|
|
return xxx_messageInfo_SyncActivityCenterNotification.Size(m)
|
|
}
|
|
func (m *SyncActivityCenterNotification) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SyncActivityCenterNotification.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SyncActivityCenterNotification proto.InternalMessageInfo
|
|
|
|
func (m *SyncActivityCenterNotification) GetId() []byte {
|
|
if m != nil {
|
|
return m.Id
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SyncActivityCenterNotification) GetTimestamp() uint64 {
|
|
if m != nil {
|
|
return m.Timestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncActivityCenterNotification) GetNotificationType() SyncActivityCenterNotification_NotificationType {
|
|
if m != nil {
|
|
return m.NotificationType
|
|
}
|
|
return SyncActivityCenterNotification_NoType
|
|
}
|
|
|
|
func (m *SyncActivityCenterNotification) GetChatId() string {
|
|
if m != nil {
|
|
return m.ChatId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncActivityCenterNotification) GetRead() bool {
|
|
if m != nil {
|
|
return m.Read
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *SyncActivityCenterNotification) GetDismissed() bool {
|
|
if m != nil {
|
|
return m.Dismissed
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *SyncActivityCenterNotification) GetAccepted() bool {
|
|
if m != nil {
|
|
return m.Accepted
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *SyncActivityCenterNotification) GetMessage() []byte {
|
|
if m != nil {
|
|
return m.Message
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SyncActivityCenterNotification) GetAuthor() string {
|
|
if m != nil {
|
|
return m.Author
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncActivityCenterNotification) GetReplyMessage() []byte {
|
|
if m != nil {
|
|
return m.ReplyMessage
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SyncActivityCenterNotification) GetCommunityId() string {
|
|
if m != nil {
|
|
return m.CommunityId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncActivityCenterNotification) GetMembershipStatus() SyncActivityCenterNotification_MembershipStatus {
|
|
if m != nil {
|
|
return m.MembershipStatus
|
|
}
|
|
return SyncActivityCenterNotification_MembershipStatusIdle
|
|
}
|
|
|
|
func (m *SyncActivityCenterNotification) GetContactVerificationStatus() SyncActivityCenterNotification_ContactVerificationStatus {
|
|
if m != nil {
|
|
return m.ContactVerificationStatus
|
|
}
|
|
return SyncActivityCenterNotification_Unknown
|
|
}
|
|
|
|
func (m *SyncActivityCenterNotification) GetDeleted() bool {
|
|
if m != nil {
|
|
return m.Deleted
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *SyncActivityCenterNotification) GetUpdatedAt() uint64 {
|
|
if m != nil {
|
|
return m.UpdatedAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type SyncBookmark struct {
|
|
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
|
|
Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
|
|
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
|
|
ImageUrl string `protobuf:"bytes,4,opt,name=image_url,json=imageUrl,proto3" json:"image_url,omitempty"`
|
|
Removed bool `protobuf:"varint,5,opt,name=removed,proto3" json:"removed,omitempty"`
|
|
DeletedAt uint64 `protobuf:"varint,6,opt,name=deleted_at,json=deletedAt,proto3" json:"deleted_at,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SyncBookmark) Reset() { *m = SyncBookmark{} }
|
|
func (m *SyncBookmark) String() string { return proto.CompactTextString(m) }
|
|
func (*SyncBookmark) ProtoMessage() {}
|
|
func (*SyncBookmark) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{21}
|
|
}
|
|
|
|
func (m *SyncBookmark) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SyncBookmark.Unmarshal(m, b)
|
|
}
|
|
func (m *SyncBookmark) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SyncBookmark.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *SyncBookmark) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SyncBookmark.Merge(m, src)
|
|
}
|
|
func (m *SyncBookmark) XXX_Size() int {
|
|
return xxx_messageInfo_SyncBookmark.Size(m)
|
|
}
|
|
func (m *SyncBookmark) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SyncBookmark.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SyncBookmark proto.InternalMessageInfo
|
|
|
|
func (m *SyncBookmark) GetClock() uint64 {
|
|
if m != nil {
|
|
return m.Clock
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncBookmark) GetUrl() string {
|
|
if m != nil {
|
|
return m.Url
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncBookmark) GetName() string {
|
|
if m != nil {
|
|
return m.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncBookmark) GetImageUrl() string {
|
|
if m != nil {
|
|
return m.ImageUrl
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncBookmark) GetRemoved() bool {
|
|
if m != nil {
|
|
return m.Removed
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *SyncBookmark) GetDeletedAt() uint64 {
|
|
if m != nil {
|
|
return m.DeletedAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type SyncEnsUsernameDetail struct {
|
|
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
|
|
Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
|
|
ChainId uint64 `protobuf:"varint,3,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
|
|
Removed bool `protobuf:"varint,4,opt,name=removed,proto3" json:"removed,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SyncEnsUsernameDetail) Reset() { *m = SyncEnsUsernameDetail{} }
|
|
func (m *SyncEnsUsernameDetail) String() string { return proto.CompactTextString(m) }
|
|
func (*SyncEnsUsernameDetail) ProtoMessage() {}
|
|
func (*SyncEnsUsernameDetail) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{22}
|
|
}
|
|
|
|
func (m *SyncEnsUsernameDetail) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SyncEnsUsernameDetail.Unmarshal(m, b)
|
|
}
|
|
func (m *SyncEnsUsernameDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SyncEnsUsernameDetail.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *SyncEnsUsernameDetail) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SyncEnsUsernameDetail.Merge(m, src)
|
|
}
|
|
func (m *SyncEnsUsernameDetail) XXX_Size() int {
|
|
return xxx_messageInfo_SyncEnsUsernameDetail.Size(m)
|
|
}
|
|
func (m *SyncEnsUsernameDetail) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SyncEnsUsernameDetail.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SyncEnsUsernameDetail proto.InternalMessageInfo
|
|
|
|
func (m *SyncEnsUsernameDetail) GetClock() uint64 {
|
|
if m != nil {
|
|
return m.Clock
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncEnsUsernameDetail) GetUsername() string {
|
|
if m != nil {
|
|
return m.Username
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncEnsUsernameDetail) GetChainId() uint64 {
|
|
if m != nil {
|
|
return m.ChainId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncEnsUsernameDetail) GetRemoved() bool {
|
|
if m != nil {
|
|
return m.Removed
|
|
}
|
|
return false
|
|
}
|
|
|
|
type SyncClearHistory struct {
|
|
ChatId string `protobuf:"bytes,1,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
|
|
ClearedAt uint64 `protobuf:"varint,2,opt,name=cleared_at,json=clearedAt,proto3" json:"cleared_at,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SyncClearHistory) Reset() { *m = SyncClearHistory{} }
|
|
func (m *SyncClearHistory) String() string { return proto.CompactTextString(m) }
|
|
func (*SyncClearHistory) ProtoMessage() {}
|
|
func (*SyncClearHistory) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{23}
|
|
}
|
|
|
|
func (m *SyncClearHistory) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SyncClearHistory.Unmarshal(m, b)
|
|
}
|
|
func (m *SyncClearHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SyncClearHistory.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *SyncClearHistory) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SyncClearHistory.Merge(m, src)
|
|
}
|
|
func (m *SyncClearHistory) XXX_Size() int {
|
|
return xxx_messageInfo_SyncClearHistory.Size(m)
|
|
}
|
|
func (m *SyncClearHistory) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SyncClearHistory.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SyncClearHistory proto.InternalMessageInfo
|
|
|
|
func (m *SyncClearHistory) GetChatId() string {
|
|
if m != nil {
|
|
return m.ChatId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncClearHistory) GetClearedAt() uint64 {
|
|
if m != nil {
|
|
return m.ClearedAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type SyncProfilePicture struct {
|
|
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
|
Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
|
|
Width uint32 `protobuf:"varint,3,opt,name=width,proto3" json:"width,omitempty"`
|
|
Height uint32 `protobuf:"varint,4,opt,name=height,proto3" json:"height,omitempty"`
|
|
FileSize uint32 `protobuf:"varint,5,opt,name=file_size,json=fileSize,proto3" json:"file_size,omitempty"`
|
|
ResizeTarget uint32 `protobuf:"varint,6,opt,name=resize_target,json=resizeTarget,proto3" json:"resize_target,omitempty"`
|
|
Clock uint64 `protobuf:"varint,7,opt,name=clock,proto3" json:"clock,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SyncProfilePicture) Reset() { *m = SyncProfilePicture{} }
|
|
func (m *SyncProfilePicture) String() string { return proto.CompactTextString(m) }
|
|
func (*SyncProfilePicture) ProtoMessage() {}
|
|
func (*SyncProfilePicture) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{24}
|
|
}
|
|
|
|
func (m *SyncProfilePicture) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SyncProfilePicture.Unmarshal(m, b)
|
|
}
|
|
func (m *SyncProfilePicture) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SyncProfilePicture.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *SyncProfilePicture) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SyncProfilePicture.Merge(m, src)
|
|
}
|
|
func (m *SyncProfilePicture) XXX_Size() int {
|
|
return xxx_messageInfo_SyncProfilePicture.Size(m)
|
|
}
|
|
func (m *SyncProfilePicture) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SyncProfilePicture.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SyncProfilePicture proto.InternalMessageInfo
|
|
|
|
func (m *SyncProfilePicture) GetName() string {
|
|
if m != nil {
|
|
return m.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncProfilePicture) GetPayload() []byte {
|
|
if m != nil {
|
|
return m.Payload
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SyncProfilePicture) GetWidth() uint32 {
|
|
if m != nil {
|
|
return m.Width
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncProfilePicture) GetHeight() uint32 {
|
|
if m != nil {
|
|
return m.Height
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncProfilePicture) GetFileSize() uint32 {
|
|
if m != nil {
|
|
return m.FileSize
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncProfilePicture) GetResizeTarget() uint32 {
|
|
if m != nil {
|
|
return m.ResizeTarget
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncProfilePicture) GetClock() uint64 {
|
|
if m != nil {
|
|
return m.Clock
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type SyncProfilePictures struct {
|
|
KeyUid string `protobuf:"bytes,1,opt,name=key_uid,json=keyUid,proto3" json:"key_uid,omitempty"`
|
|
Pictures []*SyncProfilePicture `protobuf:"bytes,2,rep,name=pictures,proto3" json:"pictures,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SyncProfilePictures) Reset() { *m = SyncProfilePictures{} }
|
|
func (m *SyncProfilePictures) String() string { return proto.CompactTextString(m) }
|
|
func (*SyncProfilePictures) ProtoMessage() {}
|
|
func (*SyncProfilePictures) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{25}
|
|
}
|
|
|
|
func (m *SyncProfilePictures) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SyncProfilePictures.Unmarshal(m, b)
|
|
}
|
|
func (m *SyncProfilePictures) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SyncProfilePictures.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *SyncProfilePictures) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SyncProfilePictures.Merge(m, src)
|
|
}
|
|
func (m *SyncProfilePictures) XXX_Size() int {
|
|
return xxx_messageInfo_SyncProfilePictures.Size(m)
|
|
}
|
|
func (m *SyncProfilePictures) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SyncProfilePictures.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SyncProfilePictures proto.InternalMessageInfo
|
|
|
|
func (m *SyncProfilePictures) GetKeyUid() string {
|
|
if m != nil {
|
|
return m.KeyUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncProfilePictures) GetPictures() []*SyncProfilePicture {
|
|
if m != nil {
|
|
return m.Pictures
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SyncAccount struct {
|
|
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
|
|
Address []byte `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
|
|
KeyUid string `protobuf:"bytes,3,opt,name=key_uid,json=keyUid,proto3" json:"key_uid,omitempty"`
|
|
PublicKey []byte `protobuf:"bytes,4,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
|
|
Path string `protobuf:"bytes,5,opt,name=path,proto3" json:"path,omitempty"`
|
|
Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
|
|
ColorId string `protobuf:"bytes,7,opt,name=color_id,json=colorId,proto3" json:"color_id,omitempty"`
|
|
Emoji string `protobuf:"bytes,8,opt,name=emoji,proto3" json:"emoji,omitempty"`
|
|
Wallet bool `protobuf:"varint,9,opt,name=wallet,proto3" json:"wallet,omitempty"`
|
|
Chat bool `protobuf:"varint,10,opt,name=chat,proto3" json:"chat,omitempty"`
|
|
Hidden bool `protobuf:"varint,11,opt,name=hidden,proto3" json:"hidden,omitempty"`
|
|
Removed bool `protobuf:"varint,12,opt,name=removed,proto3" json:"removed,omitempty"`
|
|
Position int64 `protobuf:"varint,13,opt,name=position,proto3" json:"position,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SyncAccount) Reset() { *m = SyncAccount{} }
|
|
func (m *SyncAccount) String() string { return proto.CompactTextString(m) }
|
|
func (*SyncAccount) ProtoMessage() {}
|
|
func (*SyncAccount) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{26}
|
|
}
|
|
|
|
func (m *SyncAccount) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SyncAccount.Unmarshal(m, b)
|
|
}
|
|
func (m *SyncAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SyncAccount.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *SyncAccount) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SyncAccount.Merge(m, src)
|
|
}
|
|
func (m *SyncAccount) XXX_Size() int {
|
|
return xxx_messageInfo_SyncAccount.Size(m)
|
|
}
|
|
func (m *SyncAccount) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SyncAccount.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SyncAccount proto.InternalMessageInfo
|
|
|
|
func (m *SyncAccount) GetClock() uint64 {
|
|
if m != nil {
|
|
return m.Clock
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncAccount) GetAddress() []byte {
|
|
if m != nil {
|
|
return m.Address
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SyncAccount) GetKeyUid() string {
|
|
if m != nil {
|
|
return m.KeyUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncAccount) GetPublicKey() []byte {
|
|
if m != nil {
|
|
return m.PublicKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SyncAccount) GetPath() string {
|
|
if m != nil {
|
|
return m.Path
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncAccount) GetName() string {
|
|
if m != nil {
|
|
return m.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncAccount) GetColorId() string {
|
|
if m != nil {
|
|
return m.ColorId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncAccount) GetEmoji() string {
|
|
if m != nil {
|
|
return m.Emoji
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncAccount) GetWallet() bool {
|
|
if m != nil {
|
|
return m.Wallet
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *SyncAccount) GetChat() bool {
|
|
if m != nil {
|
|
return m.Chat
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *SyncAccount) GetHidden() bool {
|
|
if m != nil {
|
|
return m.Hidden
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *SyncAccount) GetRemoved() bool {
|
|
if m != nil {
|
|
return m.Removed
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *SyncAccount) GetPosition() int64 {
|
|
if m != nil {
|
|
return m.Position
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type SyncKeypair struct {
|
|
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
|
|
KeyUid string `protobuf:"bytes,2,opt,name=key_uid,json=keyUid,proto3" json:"key_uid,omitempty"`
|
|
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
|
|
Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
|
|
DerivedFrom string `protobuf:"bytes,5,opt,name=derived_from,json=derivedFrom,proto3" json:"derived_from,omitempty"`
|
|
LastUsedDerivationIndex uint64 `protobuf:"varint,6,opt,name=last_used_derivation_index,json=lastUsedDerivationIndex,proto3" json:"last_used_derivation_index,omitempty"`
|
|
SyncedFrom string `protobuf:"bytes,7,opt,name=synced_from,json=syncedFrom,proto3" json:"synced_from,omitempty"`
|
|
Accounts []*SyncAccount `protobuf:"bytes,8,rep,name=accounts,proto3" json:"accounts,omitempty"`
|
|
Keycards []*SyncKeycard `protobuf:"bytes,9,rep,name=keycards,proto3" json:"keycards,omitempty"`
|
|
Removed bool `protobuf:"varint,10,opt,name=removed,proto3" json:"removed,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SyncKeypair) Reset() { *m = SyncKeypair{} }
|
|
func (m *SyncKeypair) String() string { return proto.CompactTextString(m) }
|
|
func (*SyncKeypair) ProtoMessage() {}
|
|
func (*SyncKeypair) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{27}
|
|
}
|
|
|
|
func (m *SyncKeypair) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SyncKeypair.Unmarshal(m, b)
|
|
}
|
|
func (m *SyncKeypair) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SyncKeypair.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *SyncKeypair) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SyncKeypair.Merge(m, src)
|
|
}
|
|
func (m *SyncKeypair) XXX_Size() int {
|
|
return xxx_messageInfo_SyncKeypair.Size(m)
|
|
}
|
|
func (m *SyncKeypair) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SyncKeypair.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SyncKeypair proto.InternalMessageInfo
|
|
|
|
func (m *SyncKeypair) GetClock() uint64 {
|
|
if m != nil {
|
|
return m.Clock
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncKeypair) GetKeyUid() string {
|
|
if m != nil {
|
|
return m.KeyUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncKeypair) GetName() string {
|
|
if m != nil {
|
|
return m.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncKeypair) GetType() string {
|
|
if m != nil {
|
|
return m.Type
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncKeypair) GetDerivedFrom() string {
|
|
if m != nil {
|
|
return m.DerivedFrom
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncKeypair) GetLastUsedDerivationIndex() uint64 {
|
|
if m != nil {
|
|
return m.LastUsedDerivationIndex
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncKeypair) GetSyncedFrom() string {
|
|
if m != nil {
|
|
return m.SyncedFrom
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncKeypair) GetAccounts() []*SyncAccount {
|
|
if m != nil {
|
|
return m.Accounts
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SyncKeypair) GetKeycards() []*SyncKeycard {
|
|
if m != nil {
|
|
return m.Keycards
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SyncKeypair) GetRemoved() bool {
|
|
if m != nil {
|
|
return m.Removed
|
|
}
|
|
return false
|
|
}
|
|
|
|
// this message is used for syncing accounts positions only, for syncing any other info consider
|
|
// `SyncAccount` or `SyncKeypair` message
|
|
type SyncAccountsPositions struct {
|
|
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
|
|
Accounts []*SyncAccount `protobuf:"bytes,2,rep,name=accounts,proto3" json:"accounts,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SyncAccountsPositions) Reset() { *m = SyncAccountsPositions{} }
|
|
func (m *SyncAccountsPositions) String() string { return proto.CompactTextString(m) }
|
|
func (*SyncAccountsPositions) ProtoMessage() {}
|
|
func (*SyncAccountsPositions) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{28}
|
|
}
|
|
|
|
func (m *SyncAccountsPositions) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SyncAccountsPositions.Unmarshal(m, b)
|
|
}
|
|
func (m *SyncAccountsPositions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SyncAccountsPositions.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *SyncAccountsPositions) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SyncAccountsPositions.Merge(m, src)
|
|
}
|
|
func (m *SyncAccountsPositions) XXX_Size() int {
|
|
return xxx_messageInfo_SyncAccountsPositions.Size(m)
|
|
}
|
|
func (m *SyncAccountsPositions) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SyncAccountsPositions.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SyncAccountsPositions proto.InternalMessageInfo
|
|
|
|
func (m *SyncAccountsPositions) GetClock() uint64 {
|
|
if m != nil {
|
|
return m.Clock
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncAccountsPositions) GetAccounts() []*SyncAccount {
|
|
if m != nil {
|
|
return m.Accounts
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SyncSavedAddress struct {
|
|
Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
|
|
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
Favourite bool `protobuf:"varint,3,opt,name=favourite,proto3" json:"favourite,omitempty"`
|
|
Removed bool `protobuf:"varint,5,opt,name=removed,proto3" json:"removed,omitempty"`
|
|
UpdateClock uint64 `protobuf:"varint,7,opt,name=update_clock,json=updateClock,proto3" json:"update_clock,omitempty"`
|
|
ChainShortNames string `protobuf:"bytes,8,opt,name=chain_short_names,json=chainShortNames,proto3" json:"chain_short_names,omitempty"`
|
|
Ens string `protobuf:"bytes,9,opt,name=ens,proto3" json:"ens,omitempty"`
|
|
IsTest bool `protobuf:"varint,10,opt,name=is_test,json=isTest,proto3" json:"is_test,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SyncSavedAddress) Reset() { *m = SyncSavedAddress{} }
|
|
func (m *SyncSavedAddress) String() string { return proto.CompactTextString(m) }
|
|
func (*SyncSavedAddress) ProtoMessage() {}
|
|
func (*SyncSavedAddress) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{29}
|
|
}
|
|
|
|
func (m *SyncSavedAddress) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SyncSavedAddress.Unmarshal(m, b)
|
|
}
|
|
func (m *SyncSavedAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SyncSavedAddress.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *SyncSavedAddress) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SyncSavedAddress.Merge(m, src)
|
|
}
|
|
func (m *SyncSavedAddress) XXX_Size() int {
|
|
return xxx_messageInfo_SyncSavedAddress.Size(m)
|
|
}
|
|
func (m *SyncSavedAddress) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SyncSavedAddress.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SyncSavedAddress proto.InternalMessageInfo
|
|
|
|
func (m *SyncSavedAddress) GetAddress() []byte {
|
|
if m != nil {
|
|
return m.Address
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SyncSavedAddress) GetName() string {
|
|
if m != nil {
|
|
return m.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncSavedAddress) GetFavourite() bool {
|
|
if m != nil {
|
|
return m.Favourite
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *SyncSavedAddress) GetRemoved() bool {
|
|
if m != nil {
|
|
return m.Removed
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *SyncSavedAddress) GetUpdateClock() uint64 {
|
|
if m != nil {
|
|
return m.UpdateClock
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncSavedAddress) GetChainShortNames() string {
|
|
if m != nil {
|
|
return m.ChainShortNames
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncSavedAddress) GetEns() string {
|
|
if m != nil {
|
|
return m.Ens
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncSavedAddress) GetIsTest() bool {
|
|
if m != nil {
|
|
return m.IsTest
|
|
}
|
|
return false
|
|
}
|
|
|
|
type SyncCommunitySettings struct {
|
|
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
|
|
CommunityId string `protobuf:"bytes,2,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"`
|
|
HistoryArchiveSupportEnabled bool `protobuf:"varint,3,opt,name=history_archive_support_enabled,json=historyArchiveSupportEnabled,proto3" json:"history_archive_support_enabled,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SyncCommunitySettings) Reset() { *m = SyncCommunitySettings{} }
|
|
func (m *SyncCommunitySettings) String() string { return proto.CompactTextString(m) }
|
|
func (*SyncCommunitySettings) ProtoMessage() {}
|
|
func (*SyncCommunitySettings) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{30}
|
|
}
|
|
|
|
func (m *SyncCommunitySettings) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SyncCommunitySettings.Unmarshal(m, b)
|
|
}
|
|
func (m *SyncCommunitySettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SyncCommunitySettings.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *SyncCommunitySettings) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SyncCommunitySettings.Merge(m, src)
|
|
}
|
|
func (m *SyncCommunitySettings) XXX_Size() int {
|
|
return xxx_messageInfo_SyncCommunitySettings.Size(m)
|
|
}
|
|
func (m *SyncCommunitySettings) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SyncCommunitySettings.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SyncCommunitySettings proto.InternalMessageInfo
|
|
|
|
func (m *SyncCommunitySettings) GetClock() uint64 {
|
|
if m != nil {
|
|
return m.Clock
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncCommunitySettings) GetCommunityId() string {
|
|
if m != nil {
|
|
return m.CommunityId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncCommunitySettings) GetHistoryArchiveSupportEnabled() bool {
|
|
if m != nil {
|
|
return m.HistoryArchiveSupportEnabled
|
|
}
|
|
return false
|
|
}
|
|
|
|
type SyncTrustedUser 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"`
|
|
Status SyncTrustedUser_TrustStatus `protobuf:"varint,3,opt,name=status,proto3,enum=protobuf.SyncTrustedUser_TrustStatus" json:"status,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SyncTrustedUser) Reset() { *m = SyncTrustedUser{} }
|
|
func (m *SyncTrustedUser) String() string { return proto.CompactTextString(m) }
|
|
func (*SyncTrustedUser) ProtoMessage() {}
|
|
func (*SyncTrustedUser) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{31}
|
|
}
|
|
|
|
func (m *SyncTrustedUser) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SyncTrustedUser.Unmarshal(m, b)
|
|
}
|
|
func (m *SyncTrustedUser) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SyncTrustedUser.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *SyncTrustedUser) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SyncTrustedUser.Merge(m, src)
|
|
}
|
|
func (m *SyncTrustedUser) XXX_Size() int {
|
|
return xxx_messageInfo_SyncTrustedUser.Size(m)
|
|
}
|
|
func (m *SyncTrustedUser) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SyncTrustedUser.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SyncTrustedUser proto.InternalMessageInfo
|
|
|
|
func (m *SyncTrustedUser) GetClock() uint64 {
|
|
if m != nil {
|
|
return m.Clock
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncTrustedUser) GetId() string {
|
|
if m != nil {
|
|
return m.Id
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncTrustedUser) GetStatus() SyncTrustedUser_TrustStatus {
|
|
if m != nil {
|
|
return m.Status
|
|
}
|
|
return SyncTrustedUser_UNKNOWN
|
|
}
|
|
|
|
type SyncVerificationRequest struct {
|
|
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
|
|
From string `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
|
|
To string `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"`
|
|
Challenge string `protobuf:"bytes,4,opt,name=challenge,proto3" json:"challenge,omitempty"`
|
|
RequestedAt uint64 `protobuf:"varint,5,opt,name=requested_at,json=requestedAt,proto3" json:"requested_at,omitempty"`
|
|
Response string `protobuf:"bytes,6,opt,name=response,proto3" json:"response,omitempty"`
|
|
RepliedAt uint64 `protobuf:"varint,7,opt,name=replied_at,json=repliedAt,proto3" json:"replied_at,omitempty"`
|
|
VerificationStatus SyncVerificationRequest_VerificationStatus `protobuf:"varint,8,opt,name=verification_status,json=verificationStatus,proto3,enum=protobuf.SyncVerificationRequest_VerificationStatus" json:"verification_status,omitempty"`
|
|
Id string `protobuf:"bytes,9,opt,name=id,proto3" json:"id,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SyncVerificationRequest) Reset() { *m = SyncVerificationRequest{} }
|
|
func (m *SyncVerificationRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*SyncVerificationRequest) ProtoMessage() {}
|
|
func (*SyncVerificationRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{32}
|
|
}
|
|
|
|
func (m *SyncVerificationRequest) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SyncVerificationRequest.Unmarshal(m, b)
|
|
}
|
|
func (m *SyncVerificationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SyncVerificationRequest.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *SyncVerificationRequest) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SyncVerificationRequest.Merge(m, src)
|
|
}
|
|
func (m *SyncVerificationRequest) XXX_Size() int {
|
|
return xxx_messageInfo_SyncVerificationRequest.Size(m)
|
|
}
|
|
func (m *SyncVerificationRequest) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SyncVerificationRequest.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SyncVerificationRequest proto.InternalMessageInfo
|
|
|
|
func (m *SyncVerificationRequest) GetClock() uint64 {
|
|
if m != nil {
|
|
return m.Clock
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncVerificationRequest) GetFrom() string {
|
|
if m != nil {
|
|
return m.From
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncVerificationRequest) GetTo() string {
|
|
if m != nil {
|
|
return m.To
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncVerificationRequest) GetChallenge() string {
|
|
if m != nil {
|
|
return m.Challenge
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncVerificationRequest) GetRequestedAt() uint64 {
|
|
if m != nil {
|
|
return m.RequestedAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncVerificationRequest) GetResponse() string {
|
|
if m != nil {
|
|
return m.Response
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncVerificationRequest) GetRepliedAt() uint64 {
|
|
if m != nil {
|
|
return m.RepliedAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncVerificationRequest) GetVerificationStatus() SyncVerificationRequest_VerificationStatus {
|
|
if m != nil {
|
|
return m.VerificationStatus
|
|
}
|
|
return SyncVerificationRequest_UNKNOWN
|
|
}
|
|
|
|
func (m *SyncVerificationRequest) GetId() string {
|
|
if m != nil {
|
|
return m.Id
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type SyncContactRequestDecision struct {
|
|
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
|
|
RequestId string `protobuf:"bytes,2,opt,name=requestId,proto3" json:"requestId,omitempty"`
|
|
DecisionStatus SyncContactRequestDecision_DecisionStatus `protobuf:"varint,3,opt,name=decision_status,json=decisionStatus,proto3,enum=protobuf.SyncContactRequestDecision_DecisionStatus" json:"decision_status,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SyncContactRequestDecision) Reset() { *m = SyncContactRequestDecision{} }
|
|
func (m *SyncContactRequestDecision) String() string { return proto.CompactTextString(m) }
|
|
func (*SyncContactRequestDecision) ProtoMessage() {}
|
|
func (*SyncContactRequestDecision) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{33}
|
|
}
|
|
|
|
func (m *SyncContactRequestDecision) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SyncContactRequestDecision.Unmarshal(m, b)
|
|
}
|
|
func (m *SyncContactRequestDecision) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SyncContactRequestDecision.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *SyncContactRequestDecision) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SyncContactRequestDecision.Merge(m, src)
|
|
}
|
|
func (m *SyncContactRequestDecision) XXX_Size() int {
|
|
return xxx_messageInfo_SyncContactRequestDecision.Size(m)
|
|
}
|
|
func (m *SyncContactRequestDecision) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SyncContactRequestDecision.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SyncContactRequestDecision proto.InternalMessageInfo
|
|
|
|
func (m *SyncContactRequestDecision) GetClock() uint64 {
|
|
if m != nil {
|
|
return m.Clock
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncContactRequestDecision) GetRequestId() string {
|
|
if m != nil {
|
|
return m.RequestId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncContactRequestDecision) GetDecisionStatus() SyncContactRequestDecision_DecisionStatus {
|
|
if m != nil {
|
|
return m.DecisionStatus
|
|
}
|
|
return SyncContactRequestDecision_ACCEPTED
|
|
}
|
|
|
|
// `BackedUpProfile` is used to describe profile of logged in user
|
|
type BackedUpProfile struct {
|
|
KeyUid string `protobuf:"bytes,1,opt,name=key_uid,json=keyUid,proto3" json:"key_uid,omitempty"`
|
|
DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
|
|
DisplayNameClock uint64 `protobuf:"varint,3,opt,name=display_name_clock,json=displayNameClock,proto3" json:"display_name_clock,omitempty"`
|
|
Pictures []*SyncProfilePicture `protobuf:"bytes,4,rep,name=pictures,proto3" json:"pictures,omitempty"`
|
|
SocialLinks *SyncSocialLinks `protobuf:"bytes,5,opt,name=social_links,json=socialLinks,proto3" json:"social_links,omitempty"`
|
|
EnsUsernameDetails []*SyncEnsUsernameDetail `protobuf:"bytes,6,rep,name=ens_username_details,json=ensUsernameDetails,proto3" json:"ens_username_details,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *BackedUpProfile) Reset() { *m = BackedUpProfile{} }
|
|
func (m *BackedUpProfile) String() string { return proto.CompactTextString(m) }
|
|
func (*BackedUpProfile) ProtoMessage() {}
|
|
func (*BackedUpProfile) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{34}
|
|
}
|
|
|
|
func (m *BackedUpProfile) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_BackedUpProfile.Unmarshal(m, b)
|
|
}
|
|
func (m *BackedUpProfile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_BackedUpProfile.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *BackedUpProfile) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_BackedUpProfile.Merge(m, src)
|
|
}
|
|
func (m *BackedUpProfile) XXX_Size() int {
|
|
return xxx_messageInfo_BackedUpProfile.Size(m)
|
|
}
|
|
func (m *BackedUpProfile) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_BackedUpProfile.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_BackedUpProfile proto.InternalMessageInfo
|
|
|
|
func (m *BackedUpProfile) GetKeyUid() string {
|
|
if m != nil {
|
|
return m.KeyUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *BackedUpProfile) GetDisplayName() string {
|
|
if m != nil {
|
|
return m.DisplayName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *BackedUpProfile) GetDisplayNameClock() uint64 {
|
|
if m != nil {
|
|
return m.DisplayNameClock
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *BackedUpProfile) GetPictures() []*SyncProfilePicture {
|
|
if m != nil {
|
|
return m.Pictures
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *BackedUpProfile) GetSocialLinks() *SyncSocialLinks {
|
|
if m != nil {
|
|
return m.SocialLinks
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *BackedUpProfile) GetEnsUsernameDetails() []*SyncEnsUsernameDetail {
|
|
if m != nil {
|
|
return m.EnsUsernameDetails
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type RawMessage struct {
|
|
Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
|
|
MessageType ApplicationMetadataMessage_Type `protobuf:"varint,2,opt,name=messageType,proto3,enum=protobuf.ApplicationMetadataMessage_Type" json:"messageType,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *RawMessage) Reset() { *m = RawMessage{} }
|
|
func (m *RawMessage) String() string { return proto.CompactTextString(m) }
|
|
func (*RawMessage) ProtoMessage() {}
|
|
func (*RawMessage) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{35}
|
|
}
|
|
|
|
func (m *RawMessage) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_RawMessage.Unmarshal(m, b)
|
|
}
|
|
func (m *RawMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_RawMessage.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *RawMessage) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_RawMessage.Merge(m, src)
|
|
}
|
|
func (m *RawMessage) XXX_Size() int {
|
|
return xxx_messageInfo_RawMessage.Size(m)
|
|
}
|
|
func (m *RawMessage) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_RawMessage.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_RawMessage proto.InternalMessageInfo
|
|
|
|
func (m *RawMessage) GetPayload() []byte {
|
|
if m != nil {
|
|
return m.Payload
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *RawMessage) GetMessageType() ApplicationMetadataMessage_Type {
|
|
if m != nil {
|
|
return m.MessageType
|
|
}
|
|
return ApplicationMetadataMessage_UNKNOWN
|
|
}
|
|
|
|
type SyncRawMessage struct {
|
|
RawMessages []*RawMessage `protobuf:"bytes,1,rep,name=rawMessages,proto3" json:"rawMessages,omitempty"`
|
|
// we need these to be able to login
|
|
SubAccountsJsonBytes []byte `protobuf:"bytes,2,opt,name=subAccountsJsonBytes,proto3" json:"subAccountsJsonBytes,omitempty"`
|
|
SettingsJsonBytes []byte `protobuf:"bytes,3,opt,name=settingsJsonBytes,proto3" json:"settingsJsonBytes,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SyncRawMessage) Reset() { *m = SyncRawMessage{} }
|
|
func (m *SyncRawMessage) String() string { return proto.CompactTextString(m) }
|
|
func (*SyncRawMessage) ProtoMessage() {}
|
|
func (*SyncRawMessage) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{36}
|
|
}
|
|
|
|
func (m *SyncRawMessage) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SyncRawMessage.Unmarshal(m, b)
|
|
}
|
|
func (m *SyncRawMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SyncRawMessage.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *SyncRawMessage) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SyncRawMessage.Merge(m, src)
|
|
}
|
|
func (m *SyncRawMessage) XXX_Size() int {
|
|
return xxx_messageInfo_SyncRawMessage.Size(m)
|
|
}
|
|
func (m *SyncRawMessage) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SyncRawMessage.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SyncRawMessage proto.InternalMessageInfo
|
|
|
|
func (m *SyncRawMessage) GetRawMessages() []*RawMessage {
|
|
if m != nil {
|
|
return m.RawMessages
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SyncRawMessage) GetSubAccountsJsonBytes() []byte {
|
|
if m != nil {
|
|
return m.SubAccountsJsonBytes
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SyncRawMessage) GetSettingsJsonBytes() []byte {
|
|
if m != nil {
|
|
return m.SettingsJsonBytes
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type SyncKeycard struct {
|
|
Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
|
|
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
Locked bool `protobuf:"varint,3,opt,name=locked,proto3" json:"locked,omitempty"`
|
|
KeyUid string `protobuf:"bytes,4,opt,name=key_uid,json=keyUid,proto3" json:"key_uid,omitempty"`
|
|
Addresses [][]byte `protobuf:"bytes,5,rep,name=addresses,proto3" json:"addresses,omitempty"`
|
|
Position uint64 `protobuf:"varint,6,opt,name=position,proto3" json:"position,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SyncKeycard) Reset() { *m = SyncKeycard{} }
|
|
func (m *SyncKeycard) String() string { return proto.CompactTextString(m) }
|
|
func (*SyncKeycard) ProtoMessage() {}
|
|
func (*SyncKeycard) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{37}
|
|
}
|
|
|
|
func (m *SyncKeycard) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SyncKeycard.Unmarshal(m, b)
|
|
}
|
|
func (m *SyncKeycard) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SyncKeycard.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *SyncKeycard) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SyncKeycard.Merge(m, src)
|
|
}
|
|
func (m *SyncKeycard) XXX_Size() int {
|
|
return xxx_messageInfo_SyncKeycard.Size(m)
|
|
}
|
|
func (m *SyncKeycard) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SyncKeycard.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SyncKeycard proto.InternalMessageInfo
|
|
|
|
func (m *SyncKeycard) GetUid() string {
|
|
if m != nil {
|
|
return m.Uid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncKeycard) GetName() string {
|
|
if m != nil {
|
|
return m.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncKeycard) GetLocked() bool {
|
|
if m != nil {
|
|
return m.Locked
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *SyncKeycard) GetKeyUid() string {
|
|
if m != nil {
|
|
return m.KeyUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncKeycard) GetAddresses() [][]byte {
|
|
if m != nil {
|
|
return m.Addresses
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SyncKeycard) GetPosition() uint64 {
|
|
if m != nil {
|
|
return m.Position
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type SyncSocialLinks struct {
|
|
SocialLinks []*SocialLink `protobuf:"bytes,1,rep,name=social_links,json=socialLinks,proto3" json:"social_links,omitempty"`
|
|
Clock uint64 `protobuf:"varint,2,opt,name=clock,proto3" json:"clock,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SyncSocialLinks) Reset() { *m = SyncSocialLinks{} }
|
|
func (m *SyncSocialLinks) String() string { return proto.CompactTextString(m) }
|
|
func (*SyncSocialLinks) ProtoMessage() {}
|
|
func (*SyncSocialLinks) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{38}
|
|
}
|
|
|
|
func (m *SyncSocialLinks) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SyncSocialLinks.Unmarshal(m, b)
|
|
}
|
|
func (m *SyncSocialLinks) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SyncSocialLinks.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *SyncSocialLinks) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SyncSocialLinks.Merge(m, src)
|
|
}
|
|
func (m *SyncSocialLinks) XXX_Size() int {
|
|
return xxx_messageInfo_SyncSocialLinks.Size(m)
|
|
}
|
|
func (m *SyncSocialLinks) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SyncSocialLinks.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SyncSocialLinks proto.InternalMessageInfo
|
|
|
|
func (m *SyncSocialLinks) GetSocialLinks() []*SocialLink {
|
|
if m != nil {
|
|
return m.SocialLinks
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *SyncSocialLinks) GetClock() uint64 {
|
|
if m != nil {
|
|
return m.Clock
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type SyncAccountCustomizationColor struct {
|
|
UpdatedAt uint64 `protobuf:"varint,1,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
|
|
CustomizationColor string `protobuf:"bytes,2,opt,name=customization_color,json=customizationColor,proto3" json:"customization_color,omitempty"`
|
|
KeyUid string `protobuf:"bytes,3,opt,name=key_uid,json=keyUid,proto3" json:"key_uid,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *SyncAccountCustomizationColor) Reset() { *m = SyncAccountCustomizationColor{} }
|
|
func (m *SyncAccountCustomizationColor) String() string { return proto.CompactTextString(m) }
|
|
func (*SyncAccountCustomizationColor) ProtoMessage() {}
|
|
func (*SyncAccountCustomizationColor) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_d61ab7221f0b5518, []int{39}
|
|
}
|
|
|
|
func (m *SyncAccountCustomizationColor) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_SyncAccountCustomizationColor.Unmarshal(m, b)
|
|
}
|
|
func (m *SyncAccountCustomizationColor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_SyncAccountCustomizationColor.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *SyncAccountCustomizationColor) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_SyncAccountCustomizationColor.Merge(m, src)
|
|
}
|
|
func (m *SyncAccountCustomizationColor) XXX_Size() int {
|
|
return xxx_messageInfo_SyncAccountCustomizationColor.Size(m)
|
|
}
|
|
func (m *SyncAccountCustomizationColor) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_SyncAccountCustomizationColor.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_SyncAccountCustomizationColor proto.InternalMessageInfo
|
|
|
|
func (m *SyncAccountCustomizationColor) GetUpdatedAt() uint64 {
|
|
if m != nil {
|
|
return m.UpdatedAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *SyncAccountCustomizationColor) GetCustomizationColor() string {
|
|
if m != nil {
|
|
return m.CustomizationColor
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *SyncAccountCustomizationColor) GetKeyUid() string {
|
|
if m != nil {
|
|
return m.KeyUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func init() {
|
|
proto.RegisterEnum("protobuf.SyncActivityCenterNotification_NotificationType", SyncActivityCenterNotification_NotificationType_name, SyncActivityCenterNotification_NotificationType_value)
|
|
proto.RegisterEnum("protobuf.SyncActivityCenterNotification_MembershipStatus", SyncActivityCenterNotification_MembershipStatus_name, SyncActivityCenterNotification_MembershipStatus_value)
|
|
proto.RegisterEnum("protobuf.SyncActivityCenterNotification_ContactVerificationStatus", SyncActivityCenterNotification_ContactVerificationStatus_name, SyncActivityCenterNotification_ContactVerificationStatus_value)
|
|
proto.RegisterEnum("protobuf.SyncTrustedUser_TrustStatus", SyncTrustedUser_TrustStatus_name, SyncTrustedUser_TrustStatus_value)
|
|
proto.RegisterEnum("protobuf.SyncVerificationRequest_VerificationStatus", SyncVerificationRequest_VerificationStatus_name, SyncVerificationRequest_VerificationStatus_value)
|
|
proto.RegisterEnum("protobuf.SyncContactRequestDecision_DecisionStatus", SyncContactRequestDecision_DecisionStatus_name, SyncContactRequestDecision_DecisionStatus_value)
|
|
proto.RegisterType((*FetchingBackedUpDataDetails)(nil), "protobuf.FetchingBackedUpDataDetails")
|
|
proto.RegisterType((*Backup)(nil), "protobuf.Backup")
|
|
proto.RegisterType((*MultiAccount)(nil), "protobuf.MultiAccount")
|
|
proto.RegisterType((*MultiAccount_ColorHash)(nil), "protobuf.MultiAccount.ColorHash")
|
|
proto.RegisterType((*MultiAccount_IdentityImage)(nil), "protobuf.MultiAccount.IdentityImage")
|
|
proto.RegisterType((*LocalPairingPayload)(nil), "protobuf.LocalPairingPayload")
|
|
proto.RegisterType((*LocalPairingPayload_Key)(nil), "protobuf.LocalPairingPayload.Key")
|
|
proto.RegisterType((*LocalPairingPeerHello)(nil), "protobuf.LocalPairingPeerHello")
|
|
proto.RegisterType((*PairInstallation)(nil), "protobuf.PairInstallation")
|
|
proto.RegisterType((*SyncInstallationContact)(nil), "protobuf.SyncInstallationContact")
|
|
proto.RegisterType((*SyncInstallationContactV2)(nil), "protobuf.SyncInstallationContactV2")
|
|
proto.RegisterType((*SyncInstallationAccount)(nil), "protobuf.SyncInstallationAccount")
|
|
proto.RegisterType((*SyncInstallationPublicChat)(nil), "protobuf.SyncInstallationPublicChat")
|
|
proto.RegisterType((*SyncCommunity)(nil), "protobuf.SyncCommunity")
|
|
proto.RegisterType((*SyncCommunityRequestsToJoin)(nil), "protobuf.SyncCommunityRequestsToJoin")
|
|
proto.RegisterType((*SyncInstallation)(nil), "protobuf.SyncInstallation")
|
|
proto.RegisterType((*SyncChatRemoved)(nil), "protobuf.SyncChatRemoved")
|
|
proto.RegisterType((*SyncChatMessagesRead)(nil), "protobuf.SyncChatMessagesRead")
|
|
proto.RegisterType((*SyncActivityCenterRead)(nil), "protobuf.SyncActivityCenterRead")
|
|
proto.RegisterType((*SyncActivityCenterAccepted)(nil), "protobuf.SyncActivityCenterAccepted")
|
|
proto.RegisterType((*SyncActivityCenterDismissed)(nil), "protobuf.SyncActivityCenterDismissed")
|
|
proto.RegisterType((*SyncActivityCenterNotificationState)(nil), "protobuf.SyncActivityCenterNotificationState")
|
|
proto.RegisterType((*SyncActivityCenterNotifications)(nil), "protobuf.SyncActivityCenterNotifications")
|
|
proto.RegisterType((*SyncActivityCenterNotification)(nil), "protobuf.SyncActivityCenterNotification")
|
|
proto.RegisterType((*SyncBookmark)(nil), "protobuf.SyncBookmark")
|
|
proto.RegisterType((*SyncEnsUsernameDetail)(nil), "protobuf.SyncEnsUsernameDetail")
|
|
proto.RegisterType((*SyncClearHistory)(nil), "protobuf.SyncClearHistory")
|
|
proto.RegisterType((*SyncProfilePicture)(nil), "protobuf.SyncProfilePicture")
|
|
proto.RegisterType((*SyncProfilePictures)(nil), "protobuf.SyncProfilePictures")
|
|
proto.RegisterType((*SyncAccount)(nil), "protobuf.SyncAccount")
|
|
proto.RegisterType((*SyncKeypair)(nil), "protobuf.SyncKeypair")
|
|
proto.RegisterType((*SyncAccountsPositions)(nil), "protobuf.SyncAccountsPositions")
|
|
proto.RegisterType((*SyncSavedAddress)(nil), "protobuf.SyncSavedAddress")
|
|
proto.RegisterType((*SyncCommunitySettings)(nil), "protobuf.SyncCommunitySettings")
|
|
proto.RegisterType((*SyncTrustedUser)(nil), "protobuf.SyncTrustedUser")
|
|
proto.RegisterType((*SyncVerificationRequest)(nil), "protobuf.SyncVerificationRequest")
|
|
proto.RegisterType((*SyncContactRequestDecision)(nil), "protobuf.SyncContactRequestDecision")
|
|
proto.RegisterType((*BackedUpProfile)(nil), "protobuf.BackedUpProfile")
|
|
proto.RegisterType((*RawMessage)(nil), "protobuf.RawMessage")
|
|
proto.RegisterType((*SyncRawMessage)(nil), "protobuf.SyncRawMessage")
|
|
proto.RegisterType((*SyncKeycard)(nil), "protobuf.SyncKeycard")
|
|
proto.RegisterType((*SyncSocialLinks)(nil), "protobuf.SyncSocialLinks")
|
|
proto.RegisterType((*SyncAccountCustomizationColor)(nil), "protobuf.SyncAccountCustomizationColor")
|
|
}
|
|
|
|
func init() {
|
|
proto.RegisterFile("pairing.proto", fileDescriptor_d61ab7221f0b5518)
|
|
}
|
|
|
|
var fileDescriptor_d61ab7221f0b5518 = []byte{
|
|
// 3436 bytes of a gzipped FileDescriptorProto
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x3a, 0x4d, 0x6f, 0x23, 0xc7,
|
|
0x95, 0x6e, 0x92, 0xe2, 0xc7, 0x23, 0x25, 0xb5, 0x4a, 0xf2, 0x88, 0xd2, 0x68, 0x3c, 0x33, 0x3d,
|
|
0x6b, 0x78, 0x76, 0xe1, 0x95, 0x77, 0xc7, 0xbb, 0xeb, 0xb5, 0xc7, 0x86, 0x57, 0x23, 0xc9, 0x1e,
|
|
0xcd, 0x87, 0x46, 0x5b, 0x92, 0xec, 0x24, 0x08, 0xd0, 0x2e, 0x75, 0xd7, 0x88, 0x6d, 0x35, 0xbb,
|
|
0x99, 0xae, 0xa2, 0x14, 0xfa, 0x10, 0x24, 0x01, 0x02, 0xe4, 0x16, 0x20, 0x17, 0xdf, 0x02, 0x1f,
|
|
0x83, 0x1c, 0x73, 0x33, 0x90, 0x73, 0xe0, 0xff, 0x90, 0x5c, 0x73, 0xc9, 0x2d, 0xb7, 0x1c, 0x72,
|
|
0x08, 0x5e, 0x55, 0x75, 0xb3, 0x9b, 0x64, 0xcb, 0x12, 0x72, 0xca, 0x49, 0xfd, 0x5e, 0xbd, 0x7a,
|
|
0xf5, 0xea, 0x7d, 0xd5, 0x7b, 0x4f, 0x84, 0xf9, 0x01, 0x0b, 0x92, 0x20, 0x3a, 0xdd, 0x1c, 0x24,
|
|
0xb1, 0x8c, 0x49, 0x53, 0xfd, 0x39, 0x19, 0xbe, 0x5c, 0x5f, 0xf6, 0x7a, 0x4c, 0xba, 0x81, 0xcf,
|
|
0x23, 0x19, 0xc8, 0x91, 0x5e, 0x5e, 0x5f, 0x16, 0xa3, 0xc8, 0x73, 0x05, 0x97, 0x32, 0x88, 0x4e,
|
|
0x85, 0x41, 0x3a, 0x6c, 0x30, 0x08, 0x03, 0x8f, 0xc9, 0x20, 0x8e, 0xdc, 0x3e, 0x97, 0xcc, 0x67,
|
|
0x92, 0xb9, 0x7d, 0x2e, 0x04, 0x3b, 0xe5, 0x86, 0x66, 0xc9, 0x8b, 0xfb, 0xfd, 0x61, 0x14, 0xc8,
|
|
0x80, 0x9b, 0x6d, 0x0e, 0x83, 0x9b, 0x1f, 0x71, 0xe9, 0xf5, 0x82, 0xe8, 0xf4, 0x11, 0xf3, 0xce,
|
|
0xb8, 0x7f, 0x3c, 0xd8, 0x61, 0x92, 0xed, 0x70, 0xc9, 0x82, 0x50, 0x90, 0xdb, 0xd0, 0x56, 0x7c,
|
|
0xa2, 0x61, 0xff, 0x84, 0x27, 0x5d, 0xeb, 0x8e, 0x75, 0x7f, 0x9e, 0x02, 0xa2, 0xf6, 0x15, 0x86,
|
|
0xdc, 0x85, 0x8e, 0x8c, 0x25, 0x0b, 0x53, 0x8a, 0x8a, 0xa2, 0x68, 0x2b, 0x9c, 0x26, 0x71, 0xfe,
|
|
0x56, 0x87, 0x3a, 0xf2, 0x1e, 0x0e, 0xc8, 0x0a, 0xcc, 0x79, 0x61, 0xec, 0x9d, 0x29, 0x46, 0x35,
|
|
0xaa, 0x01, 0xb2, 0x00, 0x95, 0xc0, 0x57, 0x3b, 0x5b, 0xb4, 0x12, 0xf8, 0xe4, 0x43, 0x68, 0x7a,
|
|
0x71, 0x24, 0x99, 0x27, 0x45, 0xb7, 0x7a, 0xa7, 0x7a, 0xbf, 0xfd, 0xe0, 0xde, 0x66, 0xaa, 0x91,
|
|
0xcd, 0xc3, 0x51, 0xe4, 0xed, 0x45, 0x42, 0xb2, 0x30, 0x54, 0x77, 0xdd, 0xd6, 0x94, 0x9f, 0x3c,
|
|
0xa0, 0xd9, 0x26, 0xf2, 0x2e, 0xb4, 0x73, 0x37, 0xed, 0xd6, 0x14, 0x8f, 0xd5, 0x22, 0x8f, 0x6d,
|
|
0x43, 0x30, 0xa2, 0x79, 0x5a, 0xf2, 0x02, 0x16, 0x53, 0x36, 0x46, 0x07, 0xdd, 0xb9, 0x3b, 0xd6,
|
|
0xfd, 0xf6, 0x83, 0xd7, 0xc7, 0xdb, 0x2f, 0x51, 0x18, 0x9d, 0xdc, 0x4d, 0x8e, 0x81, 0xe4, 0xf8,
|
|
0xa7, 0x3c, 0xeb, 0xd7, 0xe1, 0x39, 0x83, 0x01, 0x79, 0x1b, 0x1a, 0x83, 0x24, 0x7e, 0x19, 0x84,
|
|
0xbc, 0xdb, 0x50, 0xbc, 0xd6, 0xc6, 0xbc, 0x52, 0x1e, 0x07, 0x9a, 0x80, 0xa6, 0x94, 0xe4, 0x39,
|
|
0x2c, 0x98, 0xcf, 0x54, 0x8e, 0xe6, 0x75, 0xe4, 0x98, 0xd8, 0x4c, 0xde, 0x82, 0x86, 0x71, 0xc2,
|
|
0x6e, 0x4b, 0xf1, 0x79, 0xb5, 0xa8, 0xe2, 0x43, 0xbd, 0x48, 0x53, 0x2a, 0x54, 0x6e, 0xea, 0xb5,
|
|
0xa9, 0x00, 0x70, 0x2d, 0xe5, 0x4e, 0xec, 0x46, 0x09, 0xce, 0xf8, 0x08, 0x83, 0xa7, 0xdb, 0x9e,
|
|
0x25, 0xc1, 0x53, 0xbd, 0x48, 0x53, 0x2a, 0xd4, 0x80, 0xf9, 0x4c, 0x05, 0xe8, 0x5c, 0x4b, 0x03,
|
|
0xc5, 0xcd, 0x64, 0x0b, 0xec, 0x0b, 0x26, 0xbd, 0xde, 0x8b, 0x28, 0x1c, 0x6d, 0x79, 0x5e, 0x3c,
|
|
0x8c, 0x64, 0x77, 0x7e, 0x96, 0x20, 0x66, 0x91, 0x4e, 0x91, 0x13, 0x17, 0x56, 0x27, 0x71, 0xa9,
|
|
0x68, 0x0b, 0xd7, 0x11, 0xad, 0x8c, 0x8b, 0xf3, 0xeb, 0x39, 0xe8, 0x3c, 0x1f, 0x86, 0x32, 0x48,
|
|
0x4f, 0x24, 0x50, 0x8b, 0x58, 0x9f, 0xab, 0x18, 0x6c, 0x51, 0xf5, 0x4d, 0x36, 0xa0, 0x25, 0x83,
|
|
0x3e, 0x17, 0x92, 0xf5, 0x07, 0x2a, 0x12, 0xab, 0x74, 0x8c, 0xc0, 0x55, 0x9d, 0x82, 0xbc, 0x38,
|
|
0xea, 0x56, 0xd5, 0xb6, 0x31, 0x82, 0x7c, 0x08, 0xe0, 0xc5, 0x61, 0x9c, 0xb8, 0x3d, 0x26, 0x7a,
|
|
0x26, 0xd8, 0xee, 0x8c, 0x85, 0xce, 0x9f, 0xbd, 0xb9, 0x8d, 0x84, 0x8f, 0x99, 0xe8, 0xd1, 0x96,
|
|
0x97, 0x7e, 0x92, 0x35, 0x8c, 0x77, 0x64, 0x10, 0xf8, 0x2a, 0xd8, 0xaa, 0xb4, 0xa1, 0xe0, 0x3d,
|
|
0x9f, 0xbc, 0x01, 0x8b, 0x67, 0x7c, 0xe4, 0xb1, 0xc4, 0x77, 0x4d, 0x8a, 0x54, 0xa1, 0xd3, 0x52,
|
|
0x96, 0x40, 0xf4, 0x81, 0xc6, 0x92, 0x55, 0xe5, 0x09, 0xee, 0x30, 0xf0, 0x55, 0x3c, 0xb4, 0x68,
|
|
0xfd, 0x8c, 0x8f, 0x8e, 0x03, 0x9f, 0xbc, 0x0f, 0xf5, 0xa0, 0xcf, 0x4e, 0x39, 0xfa, 0x3a, 0x4a,
|
|
0xf6, 0x2f, 0x25, 0x92, 0xed, 0x99, 0x1c, 0xbb, 0x87, 0xc4, 0xd4, 0xec, 0x21, 0x6f, 0xc1, 0xb2,
|
|
0x37, 0x14, 0x32, 0xee, 0x07, 0x5f, 0xe8, 0xcc, 0xaa, 0x04, 0x53, 0xee, 0xde, 0xa2, 0xa4, 0xb0,
|
|
0xa4, 0xae, 0x46, 0xde, 0x83, 0xb5, 0x19, 0x1b, 0x5c, 0x9d, 0xf5, 0x40, 0x65, 0xbd, 0xd5, 0xe9,
|
|
0x6d, 0xdb, 0xb8, 0xbc, 0x7e, 0x17, 0x5a, 0x99, 0x7e, 0x30, 0x55, 0x06, 0x91, 0xcf, 0x7f, 0xd8,
|
|
0xb5, 0xee, 0x54, 0xef, 0x57, 0xa9, 0x06, 0xd6, 0xff, 0x60, 0xc1, 0x7c, 0x41, 0xd2, 0xfc, 0xc5,
|
|
0xad, 0xc2, 0xc5, 0x53, 0x33, 0x57, 0x72, 0x66, 0xee, 0x42, 0x63, 0xc0, 0x46, 0x61, 0xcc, 0x7c,
|
|
0x65, 0xc6, 0x0e, 0x4d, 0x41, 0x3c, 0xee, 0x22, 0xf0, 0x25, 0xda, 0x0f, 0x0d, 0xa0, 0x01, 0x72,
|
|
0x03, 0xea, 0x3d, 0x1e, 0x9c, 0xf6, 0xa4, 0xb1, 0x8b, 0x81, 0xc8, 0x3a, 0x34, 0x31, 0x11, 0x88,
|
|
0xe0, 0x0b, 0xae, 0xec, 0x51, 0xa5, 0x19, 0x4c, 0xee, 0xc1, 0x7c, 0xa2, 0xbe, 0x5c, 0xc9, 0x92,
|
|
0x53, 0x2e, 0x95, 0x3d, 0xaa, 0xb4, 0xa3, 0x91, 0x47, 0x0a, 0x37, 0x7e, 0x08, 0x9a, 0xb9, 0x87,
|
|
0xc0, 0xf9, 0xb2, 0x02, 0xcb, 0xcf, 0x62, 0x8f, 0x85, 0xc6, 0xaa, 0x07, 0x46, 0xb8, 0xff, 0x86,
|
|
0xda, 0x19, 0x1f, 0x09, 0xa5, 0x8a, 0xf6, 0x83, 0xbb, 0x63, 0x0b, 0xce, 0x20, 0xde, 0x7c, 0xca,
|
|
0x47, 0x54, 0x91, 0x93, 0xf7, 0xa0, 0xd3, 0x47, 0x13, 0x33, 0x13, 0x99, 0x15, 0x15, 0x4f, 0x37,
|
|
0x66, 0x3b, 0x00, 0x2d, 0xd0, 0xe2, 0x0d, 0x07, 0x4c, 0x88, 0x8b, 0x38, 0xf1, 0x8d, 0xc7, 0x67,
|
|
0x30, 0x6a, 0x11, 0x9f, 0xe5, 0xa7, 0x7c, 0xa4, 0xb4, 0xd5, 0xa2, 0x29, 0x48, 0xee, 0x67, 0xee,
|
|
0x6a, 0x84, 0xd2, 0xaf, 0x47, 0x8b, 0x4e, 0xa2, 0xd7, 0xff, 0x1d, 0xaa, 0xb8, 0x61, 0x56, 0x2c,
|
|
0x12, 0xa8, 0xe1, 0x03, 0xab, 0xc4, 0xed, 0x50, 0xf5, 0xed, 0x7c, 0x6d, 0xc1, 0xab, 0x85, 0xcb,
|
|
0x72, 0x9e, 0x3c, 0xe6, 0x61, 0x18, 0x63, 0x84, 0x98, 0xc8, 0x70, 0xcf, 0x79, 0x22, 0x82, 0x38,
|
|
0x52, 0xcc, 0xe6, 0xe8, 0x82, 0x41, 0x7f, 0xa2, 0xb1, 0xe8, 0x28, 0x03, 0xce, 0x55, 0x90, 0x69,
|
|
0xce, 0x75, 0x04, 0xf7, 0x7c, 0xf5, 0xc6, 0xf3, 0xf3, 0xc0, 0xe3, 0xae, 0x12, 0x45, 0xdf, 0x16,
|
|
0x34, 0x6a, 0x1f, 0x05, 0x1a, 0x13, 0xc8, 0xd1, 0x80, 0x9b, 0x3b, 0x1b, 0x82, 0xa3, 0xd1, 0x40,
|
|
0x65, 0x0f, 0x11, 0x9c, 0x46, 0x4c, 0x0e, 0x13, 0xae, 0x2e, 0xdc, 0xa1, 0x63, 0x84, 0xf3, 0x95,
|
|
0x05, 0x36, 0x8a, 0x9d, 0x7f, 0xb5, 0x4b, 0x2a, 0x81, 0x37, 0x60, 0x31, 0xc8, 0x51, 0xb9, 0x59,
|
|
0x59, 0xb0, 0x90, 0x47, 0x17, 0x64, 0x56, 0x22, 0x55, 0xa7, 0x44, 0x4a, 0x15, 0x5b, 0x2b, 0x7a,
|
|
0x7f, 0xaa, 0xa2, 0x39, 0x55, 0xa6, 0xa4, 0xa0, 0xf3, 0x67, 0x0b, 0x56, 0x4b, 0x0a, 0x8b, 0x2b,
|
|
0xd6, 0x2c, 0xf7, 0x60, 0xde, 0xbc, 0x8e, 0xae, 0x4a, 0x1d, 0x46, 0xa4, 0x8e, 0x41, 0xea, 0x58,
|
|
0x5d, 0x83, 0x26, 0x8f, 0x84, 0x9b, 0x13, 0xac, 0xc1, 0x23, 0xa1, 0x74, 0x7c, 0x17, 0x3a, 0x21,
|
|
0x13, 0xd2, 0x1d, 0x0e, 0x7c, 0x26, 0xb9, 0xce, 0x83, 0x35, 0xda, 0x46, 0xdc, 0xb1, 0x46, 0xe1,
|
|
0x9d, 0xc5, 0x48, 0x48, 0xde, 0x77, 0x25, 0x3b, 0xc5, 0x12, 0xa2, 0x8a, 0x77, 0xd6, 0xa8, 0x23,
|
|
0x76, 0x2a, 0xc8, 0xeb, 0xb0, 0x10, 0xa2, 0x8f, 0xb8, 0x51, 0xe0, 0x9d, 0xa9, 0x43, 0x74, 0x2a,
|
|
0x9c, 0x57, 0xd8, 0x7d, 0x83, 0x74, 0x7e, 0x52, 0x87, 0xb5, 0xd2, 0x2a, 0x8a, 0xfc, 0x07, 0xac,
|
|
0xe4, 0x05, 0x71, 0xd5, 0xde, 0x70, 0x64, 0x6e, 0x4f, 0x72, 0x02, 0x3d, 0xd3, 0x2b, 0xff, 0xc4,
|
|
0xaa, 0x40, 0xdb, 0x32, 0xdf, 0xe7, 0xbe, 0x4a, 0xe8, 0x4d, 0xaa, 0x01, 0xf4, 0x93, 0x13, 0x34,
|
|
0x32, 0xf7, 0x55, 0xc6, 0x6e, 0xd2, 0x14, 0x44, 0xfa, 0xfe, 0x10, 0x65, 0x6a, 0x6b, 0x7a, 0x05,
|
|
0x20, 0x7d, 0xc2, 0xfb, 0xf1, 0x39, 0xf7, 0x55, 0x35, 0xd1, 0xa4, 0x29, 0x48, 0xee, 0x40, 0xa7,
|
|
0xc7, 0x84, 0xab, 0xd8, 0xba, 0x43, 0xa1, 0x6a, 0x83, 0x26, 0x85, 0x1e, 0x13, 0x5b, 0x88, 0x3a,
|
|
0x56, 0x0f, 0xcc, 0x39, 0x4f, 0x82, 0x97, 0x69, 0xe5, 0x2e, 0x24, 0x93, 0x43, 0xfd, 0xf4, 0x57,
|
|
0x29, 0xc9, 0x2f, 0x1d, 0xaa, 0x15, 0x55, 0x70, 0x27, 0x43, 0x21, 0x53, 0xca, 0x45, 0x45, 0xd9,
|
|
0x56, 0x38, 0x43, 0xf2, 0x01, 0xdc, 0x34, 0x55, 0xa8, 0x9b, 0xf0, 0x1f, 0x0c, 0xb9, 0x90, 0xda,
|
|
0x8a, 0x6a, 0x0b, 0xef, 0xda, 0x6a, 0x47, 0xd7, 0x90, 0x50, 0x4d, 0xa1, 0x8c, 0x89, 0xfb, 0x79,
|
|
0xf9, 0x76, 0x1d, 0x06, 0x4b, 0xa5, 0xdb, 0xd5, 0x2b, 0x46, 0x3e, 0x84, 0x8d, 0xc9, 0xed, 0xa8,
|
|
0x0e, 0xc9, 0xcd, 0xf1, 0x44, 0xed, 0x5f, 0x2b, 0xee, 0xa7, 0x8a, 0x42, 0x9f, 0x5f, 0xce, 0x40,
|
|
0x0b, 0xb0, 0x5c, 0xce, 0x40, 0x4b, 0x70, 0x17, 0x3a, 0x7e, 0x20, 0x06, 0x21, 0x1b, 0x69, 0xff,
|
|
0x5a, 0x51, 0xa6, 0x6f, 0x1b, 0x1c, 0xfa, 0x98, 0x73, 0x31, 0x1d, 0xef, 0x69, 0x79, 0x34, 0x3b,
|
|
0xde, 0xa7, 0x9c, 0xba, 0x32, 0xc3, 0xa9, 0x27, 0x3d, 0xb7, 0x3a, 0xe5, 0xb9, 0xce, 0x23, 0x58,
|
|
0x9f, 0x3c, 0xf8, 0x60, 0x78, 0x12, 0x06, 0xde, 0x76, 0x8f, 0x5d, 0x31, 0xd7, 0x38, 0x5f, 0x57,
|
|
0x61, 0xbe, 0xd0, 0xc2, 0x7c, 0xeb, 0xbe, 0x8e, 0x09, 0xcc, 0xf6, 0x20, 0x09, 0xce, 0x99, 0xe4,
|
|
0xee, 0x19, 0x1f, 0xe9, 0x0a, 0xe0, 0x51, 0xa5, 0x6b, 0x51, 0x30, 0x68, 0x7c, 0x91, 0xee, 0x60,
|
|
0x66, 0x15, 0x5e, 0x12, 0x0c, 0x50, 0x36, 0x15, 0x9b, 0x1d, 0x9a, 0x47, 0x61, 0x51, 0xf0, 0x79,
|
|
0x1c, 0x44, 0x26, 0x32, 0x9b, 0xd4, 0x40, 0xf8, 0x64, 0x6a, 0x7f, 0xe5, 0xbe, 0x2a, 0x0a, 0x9a,
|
|
0x34, 0x83, 0xc7, 0x81, 0xd3, 0xc8, 0x07, 0xce, 0x0b, 0xb0, 0x8d, 0x85, 0x85, 0x2b, 0x63, 0x17,
|
|
0xf9, 0x98, 0x2a, 0xed, 0xf5, 0xb2, 0x66, 0xcd, 0x90, 0x1f, 0xc5, 0x4f, 0xe2, 0x20, 0xa2, 0x0b,
|
|
0x49, 0x01, 0x26, 0x0f, 0xa1, 0x99, 0xb6, 0x08, 0xa6, 0x25, 0xb9, 0x5d, 0xc2, 0xc8, 0xf4, 0x26,
|
|
0x82, 0x66, 0x1b, 0xf0, 0x15, 0xe3, 0x91, 0x97, 0x8c, 0x06, 0x32, 0x0b, 0xfc, 0x31, 0x42, 0xbd,
|
|
0x71, 0x03, 0xee, 0x49, 0x36, 0x0e, 0xff, 0x31, 0x02, 0x1f, 0x2e, 0x43, 0x8a, 0x41, 0xac, 0x8a,
|
|
0x95, 0x8e, 0xd2, 0xdc, 0xc2, 0x18, 0xfd, 0x94, 0x8f, 0x04, 0x96, 0x38, 0x37, 0x2f, 0xb9, 0x91,
|
|
0xb1, 0x99, 0x95, 0xd9, 0xec, 0x16, 0xc0, 0x40, 0xf9, 0x87, 0x32, 0x99, 0xf6, 0x81, 0x96, 0xc6,
|
|
0xa0, 0xb5, 0x32, 0xc3, 0x57, 0xf3, 0x86, 0xbf, 0x24, 0xb9, 0xae, 0xea, 0xda, 0x25, 0x2d, 0xb5,
|
|
0x5b, 0xb4, 0x8e, 0xe0, 0x9e, 0x8f, 0xbe, 0x9b, 0xb6, 0x99, 0x23, 0x5c, 0xad, 0x6b, 0xc3, 0x67,
|
|
0xb8, 0x3d, 0x65, 0x44, 0x1d, 0xc2, 0x0d, 0x7d, 0x98, 0x02, 0xc8, 0x47, 0xb0, 0x94, 0xf0, 0x73,
|
|
0xce, 0x42, 0xee, 0xbb, 0xa6, 0x7a, 0x4a, 0x6b, 0xed, 0x5c, 0x4f, 0x4a, 0x0d, 0x49, 0xd6, 0x08,
|
|
0x25, 0x45, 0x84, 0x70, 0x7e, 0x59, 0x01, 0x7b, 0x32, 0x34, 0xc8, 0x07, 0xb9, 0x51, 0xc0, 0x54,
|
|
0xf5, 0x57, 0xf2, 0x88, 0xe5, 0x06, 0x01, 0x1f, 0x43, 0xc7, 0x68, 0x0f, 0x6f, 0x29, 0xba, 0x95,
|
|
0xc9, 0x16, 0xa0, 0x3c, 0x16, 0x69, 0x7b, 0x90, 0x7d, 0x0b, 0xf2, 0x10, 0x1a, 0x69, 0x15, 0x59,
|
|
0x55, 0x7e, 0x75, 0x89, 0x18, 0xe9, 0x15, 0xd3, 0x1d, 0xff, 0xc0, 0x38, 0xc2, 0x79, 0x07, 0x16,
|
|
0xd5, 0x2a, 0x0a, 0x64, 0xde, 0x94, 0xab, 0xe5, 0x88, 0xf7, 0x61, 0x25, 0xdd, 0xf8, 0x5c, 0xcf,
|
|
0x80, 0x04, 0xe5, 0xec, 0xaa, 0xbb, 0xff, 0x0f, 0x6e, 0xe8, 0xae, 0x55, 0x06, 0xe7, 0x81, 0x1c,
|
|
0x6d, 0xf3, 0x48, 0xf2, 0xe4, 0x92, 0xfd, 0x36, 0x54, 0x03, 0x5f, 0xab, 0xb7, 0x43, 0xf1, 0xd3,
|
|
0xd9, 0xd1, 0x79, 0xae, 0xc8, 0x61, 0xcb, 0xf3, 0xb8, 0x0a, 0xa6, 0xab, 0x72, 0xd9, 0xd5, 0xc1,
|
|
0x52, 0xe4, 0xb2, 0x13, 0x88, 0x7e, 0x20, 0xc4, 0x35, 0xd8, 0xb8, 0x70, 0x6f, 0x9a, 0xcd, 0x7e,
|
|
0x2c, 0x0b, 0x6f, 0x2b, 0xc7, 0x58, 0x4b, 0xab, 0x1e, 0x26, 0x0d, 0xcf, 0x96, 0xc1, 0x6c, 0x49,
|
|
0x8c, 0x2a, 0x7c, 0xcc, 0x05, 0xe7, 0x91, 0x52, 0x55, 0x93, 0x36, 0x7a, 0x4c, 0x1c, 0x72, 0x1e,
|
|
0x39, 0xbf, 0xb0, 0xe0, 0xf6, 0xe5, 0x27, 0x08, 0x12, 0xc2, 0x2d, 0x66, 0x96, 0x5d, 0x4f, 0xad,
|
|
0xbb, 0x51, 0x9e, 0xc0, 0xf8, 0xf7, 0xfd, 0xc9, 0xc1, 0x41, 0x19, 0x47, 0x7a, 0x93, 0x95, 0x9f,
|
|
0xe6, 0xfc, 0xae, 0x05, 0xaf, 0x5d, 0xbe, 0x7f, 0x2a, 0xd5, 0x4c, 0xcd, 0x00, 0x6a, 0xf9, 0x19,
|
|
0xc0, 0x4b, 0x58, 0xca, 0x8b, 0x3b, 0xae, 0xbb, 0x17, 0x1e, 0xbc, 0x7b, 0x55, 0x91, 0x37, 0xf3,
|
|
0x00, 0x96, 0xe9, 0xd4, 0x8e, 0x26, 0x30, 0xf9, 0x04, 0x55, 0x2b, 0x24, 0x28, 0x02, 0xb5, 0x84,
|
|
0xb3, 0xf4, 0xd1, 0x51, 0xdf, 0x28, 0xb2, 0x9f, 0x7a, 0x83, 0x79, 0x73, 0xc6, 0x08, 0x7c, 0x90,
|
|
0x98, 0xf1, 0x38, 0xf3, 0xee, 0x64, 0x30, 0xd6, 0x6c, 0x66, 0x36, 0xaa, 0x5a, 0xd0, 0x0e, 0x4d,
|
|
0x41, 0x7c, 0xde, 0xd8, 0x50, 0xf6, 0xb2, 0x2e, 0xdf, 0x40, 0xba, 0xaf, 0x1d, 0x84, 0xa3, 0x74,
|
|
0xa6, 0xaa, 0x9e, 0x88, 0x0e, 0xf6, 0xb5, 0x83, 0x70, 0x64, 0x62, 0x6c, 0x2a, 0x8b, 0xb6, 0x75,
|
|
0xe9, 0x91, 0xcf, 0xa2, 0x2f, 0x61, 0xa9, 0xcf, 0xfb, 0x27, 0x3c, 0x11, 0xbd, 0x60, 0x90, 0x56,
|
|
0x71, 0x9d, 0x6b, 0x2a, 0xf2, 0x79, 0xc6, 0x41, 0xd7, 0x7c, 0xd4, 0xee, 0x4f, 0x60, 0xc8, 0x4f,
|
|
0xad, 0x71, 0x1d, 0x37, 0xab, 0xc4, 0x9c, 0x57, 0x47, 0x3e, 0xba, 0xf2, 0x91, 0x69, 0x8b, 0x30,
|
|
0x55, 0x92, 0x66, 0xa5, 0xd8, 0xf4, 0x12, 0xaa, 0xd9, 0xe7, 0x21, 0x47, 0x0b, 0x2c, 0xe8, 0x90,
|
|
0x31, 0xe0, 0x44, 0xb0, 0x2d, 0x4e, 0x04, 0x9b, 0xf3, 0x17, 0x0b, 0xec, 0x49, 0x6f, 0x21, 0x00,
|
|
0xf5, 0xfd, 0x18, 0xbf, 0xec, 0x57, 0xc8, 0x22, 0xb4, 0xf7, 0xf9, 0xc5, 0x8b, 0x88, 0x1f, 0xc5,
|
|
0x2f, 0x22, 0x6e, 0x5b, 0x64, 0x15, 0x96, 0xf7, 0xf9, 0xc5, 0x81, 0xae, 0x64, 0x3e, 0x4e, 0xe2,
|
|
0xe1, 0x00, 0x93, 0x9f, 0x5d, 0x21, 0x6d, 0x68, 0x3c, 0xe7, 0x11, 0x32, 0xb1, 0xab, 0xa4, 0x05,
|
|
0x73, 0x14, 0x0d, 0x66, 0xd7, 0x08, 0x81, 0x85, 0xed, 0x42, 0x0d, 0x69, 0xcf, 0x21, 0x93, 0x2c,
|
|
0x13, 0xef, 0x45, 0xe7, 0x81, 0x54, 0x87, 0xdb, 0x75, 0xb2, 0x02, 0xf6, 0xe4, 0x93, 0x6d, 0x37,
|
|
0xc8, 0x6b, 0xb0, 0x9e, 0x61, 0xc7, 0x26, 0x49, 0xd7, 0x9b, 0x64, 0x19, 0x16, 0xb3, 0xf5, 0xa7,
|
|
0x01, 0xb6, 0x10, 0x76, 0x4b, 0x9f, 0x31, 0xa5, 0x30, 0x1b, 0x9c, 0x9f, 0x59, 0x60, 0x4f, 0x1a,
|
|
0x96, 0x74, 0x61, 0x65, 0x12, 0xb7, 0xe7, 0x87, 0xa8, 0x81, 0x9b, 0xb0, 0x3a, 0xb9, 0x72, 0xc0,
|
|
0x23, 0x3f, 0x88, 0x4e, 0x6d, 0x8b, 0x6c, 0x40, 0x77, 0x72, 0x31, 0xcd, 0xbe, 0x76, 0x65, 0xd6,
|
|
0xea, 0x0e, 0xf7, 0x42, 0x2c, 0xe3, 0xec, 0xaa, 0xf3, 0x63, 0x0b, 0xd6, 0x4a, 0xad, 0x8d, 0xea,
|
|
0x3c, 0x8e, 0xce, 0xa2, 0xf8, 0x22, 0xb2, 0x5f, 0x41, 0x60, 0x7c, 0x66, 0x07, 0x9a, 0xb9, 0x33,
|
|
0x3a, 0xd0, 0x1c, 0xf3, 0x24, 0xf3, 0xd0, 0xda, 0x66, 0x91, 0xc7, 0xc3, 0x90, 0xfb, 0x76, 0x0d,
|
|
0xf7, 0x1d, 0x61, 0xc7, 0xc2, 0x7d, 0x7b, 0x8e, 0x2c, 0xc1, 0xfc, 0x71, 0xa4, 0xc0, 0x4f, 0xe3,
|
|
0x44, 0xf6, 0x46, 0x76, 0xdd, 0xf9, 0xca, 0x82, 0x0e, 0xfa, 0xe3, 0xa3, 0x38, 0x3e, 0xeb, 0xb3,
|
|
0xe4, 0xac, 0x3c, 0xd5, 0x0f, 0x93, 0xd0, 0x3c, 0x5c, 0xf8, 0x99, 0xf5, 0xfd, 0xd5, 0x5c, 0xdf,
|
|
0x7f, 0x13, 0x5a, 0xaa, 0x66, 0x77, 0x91, 0x56, 0x27, 0x95, 0xa6, 0x42, 0x1c, 0x27, 0x61, 0xbe,
|
|
0x79, 0x9b, 0x2b, 0x36, 0x6f, 0xb7, 0x00, 0x8c, 0xb3, 0xa2, 0x87, 0xd6, 0xb5, 0x87, 0x1a, 0xcc,
|
|
0x96, 0x74, 0x7e, 0x04, 0xaf, 0xa2, 0x84, 0xbb, 0x91, 0x38, 0x16, 0x3c, 0xc1, 0x83, 0xf4, 0xc4,
|
|
0xb5, 0x44, 0xd4, 0x75, 0x68, 0x0e, 0x0d, 0x9d, 0x91, 0x37, 0x83, 0xd5, 0x00, 0xb4, 0xc7, 0x02,
|
|
0x35, 0xef, 0xd0, 0x85, 0x5c, 0x43, 0xc1, 0x7b, 0x85, 0xde, 0xb2, 0x56, 0x10, 0xcf, 0x79, 0xa2,
|
|
0xcb, 0xa5, 0xed, 0x90, 0xb3, 0xe4, 0x71, 0x20, 0x64, 0x9c, 0x8c, 0xf2, 0xc9, 0xd3, 0x2a, 0x24,
|
|
0xcf, 0x5b, 0x00, 0x1e, 0x12, 0xea, 0xbb, 0x98, 0xe4, 0x6e, 0x30, 0x5b, 0xd2, 0xf9, 0xc6, 0x02,
|
|
0x82, 0xcc, 0xcc, 0x7f, 0x0c, 0x0e, 0x02, 0x4f, 0x0e, 0x13, 0x3e, 0x73, 0x3a, 0x95, 0x1b, 0x21,
|
|
0x56, 0x4a, 0x46, 0x88, 0x55, 0x35, 0x5c, 0x99, 0x1a, 0x21, 0xd6, 0x14, 0x3a, 0x1d, 0x21, 0xde,
|
|
0x84, 0x96, 0xea, 0xa6, 0xd4, 0x0c, 0x51, 0x8f, 0x63, 0xd4, 0x0c, 0xf1, 0x70, 0xe6, 0x0c, 0xb1,
|
|
0xae, 0x08, 0x4a, 0x66, 0x88, 0x8d, 0xfc, 0x0c, 0xb1, 0x07, 0xcb, 0xd3, 0x37, 0x11, 0xe5, 0x63,
|
|
0xd2, 0xff, 0x85, 0xe6, 0xc0, 0x10, 0x99, 0xf2, 0x70, 0xa3, 0x98, 0x12, 0x8b, 0x9c, 0x68, 0x46,
|
|
0xed, 0x7c, 0x53, 0x81, 0x76, 0x6e, 0xb6, 0x5f, 0x62, 0xf7, 0x2e, 0x34, 0x98, 0xef, 0x27, 0x5c,
|
|
0x88, 0x54, 0x5f, 0x06, 0xcc, 0x8b, 0x54, 0x2d, 0x88, 0x54, 0xac, 0xf9, 0x75, 0x07, 0x96, 0xab,
|
|
0xf9, 0x09, 0xd4, 0x06, 0x4c, 0xf6, 0x4c, 0xfd, 0xae, 0xbe, 0x33, 0x4b, 0xd5, 0x73, 0x96, 0xca,
|
|
0x8f, 0xd5, 0x1b, 0x66, 0x4e, 0x69, 0xc6, 0xea, 0x2b, 0x30, 0xc7, 0xfb, 0xf1, 0xe7, 0x81, 0x7a,
|
|
0xfb, 0x5a, 0x54, 0x03, 0x68, 0xaa, 0x0b, 0x16, 0x86, 0x5c, 0x9a, 0x71, 0x88, 0x81, 0x90, 0x39,
|
|
0xba, 0x91, 0xe9, 0x89, 0xd4, 0xb7, 0x32, 0x6b, 0xe0, 0xfb, 0x3c, 0x32, 0xbd, 0x90, 0x81, 0x2e,
|
|
0x99, 0x85, 0xac, 0x43, 0x73, 0x10, 0x8b, 0x40, 0x75, 0x95, 0xf3, 0x7a, 0x66, 0x9c, 0xc2, 0xce,
|
|
0x9f, 0x8c, 0x2a, 0xcd, 0xff, 0x6b, 0x4a, 0x54, 0x99, 0x53, 0x58, 0x65, 0xe6, 0xa8, 0xbb, 0x5a,
|
|
0x9c, 0xa2, 0xe6, 0xa6, 0x95, 0xea, 0x5b, 0x0d, 0x06, 0x78, 0x12, 0x9c, 0x73, 0xdf, 0x7d, 0x99,
|
|
0xc4, 0x7d, 0xa3, 0xc1, 0xb6, 0xc1, 0x7d, 0x94, 0xc4, 0x7d, 0xf2, 0x10, 0xd6, 0x75, 0x0b, 0x2f,
|
|
0xb8, 0xef, 0xaa, 0x05, 0x33, 0x89, 0x54, 0xb3, 0x78, 0x9d, 0x04, 0x56, 0x55, 0x43, 0x2f, 0xb8,
|
|
0xbf, 0x93, 0xad, 0xef, 0xe1, 0xb2, 0x1e, 0x4b, 0x45, 0x5e, 0xca, 0x5e, 0x2b, 0x1d, 0x34, 0x4a,
|
|
0x71, 0xff, 0x4f, 0x55, 0x91, 0xe4, 0x5b, 0xa4, 0x92, 0xff, 0x13, 0x65, 0x64, 0xb8, 0xc5, 0xcc,
|
|
0x8e, 0xb1, 0xa5, 0xad, 0xce, 0xfc, 0x1f, 0x17, 0xae, 0xd2, 0x8c, 0x2c, 0x6f, 0x03, 0x28, 0xe6,
|
|
0x8c, 0xcf, 0x74, 0xce, 0x4a, 0x7b, 0xae, 0x03, 0xa3, 0x7f, 0x51, 0xa2, 0xf0, 0xbc, 0xb8, 0x95,
|
|
0x2b, 0x89, 0xeb, 0xfc, 0xd5, 0xd2, 0x69, 0xe9, 0x90, 0x9d, 0x73, 0x7f, 0xcb, 0x78, 0x7a, 0x2e,
|
|
0x06, 0xac, 0x62, 0x0c, 0xcc, 0xfa, 0x27, 0xc5, 0x06, 0xb4, 0x5e, 0xb2, 0xf3, 0x78, 0x98, 0x04,
|
|
0x52, 0x9b, 0xb4, 0x49, 0xc7, 0x88, 0x4b, 0xf2, 0xf5, 0x5d, 0xe8, 0xe8, 0xfa, 0xc1, 0xcd, 0xa7,
|
|
0x85, 0xb6, 0xc6, 0xe9, 0xc9, 0xd0, 0xbf, 0xc1, 0x92, 0x4e, 0xb4, 0xa2, 0x17, 0x27, 0x52, 0x35,
|
|
0xc8, 0xc2, 0xc4, 0xc0, 0xa2, 0x5a, 0x38, 0x44, 0x3c, 0x36, 0xca, 0x02, 0xdf, 0x16, 0x1e, 0x09,
|
|
0x53, 0x04, 0xe2, 0x27, 0xfa, 0x5f, 0x20, 0x5c, 0xc9, 0x45, 0x1a, 0x0a, 0xf5, 0x40, 0x1c, 0x71,
|
|
0x21, 0x9f, 0xd4, 0x9a, 0x35, 0x7b, 0xce, 0xf9, 0xd2, 0xd2, 0xda, 0x9d, 0x9a, 0x31, 0x94, 0x68,
|
|
0x77, 0xb2, 0x56, 0xac, 0x4c, 0xd7, 0x8a, 0xbb, 0x70, 0xbb, 0xa7, 0x53, 0xbb, 0xcb, 0x12, 0xaf,
|
|
0x17, 0x9c, 0x73, 0x57, 0x0c, 0x07, 0x03, 0x94, 0x9d, 0x47, 0xec, 0x24, 0x34, 0x33, 0xa6, 0x26,
|
|
0xdd, 0x30, 0x64, 0x5b, 0x9a, 0xea, 0x50, 0x13, 0xed, 0x6a, 0x1a, 0xe7, 0xb7, 0x96, 0x6e, 0x23,
|
|
0xcd, 0x93, 0x8b, 0xef, 0xd5, 0x15, 0xc7, 0xda, 0x1f, 0x40, 0xdd, 0x94, 0x8b, 0xba, 0xd4, 0x9f,
|
|
0x98, 0xcb, 0xe4, 0x18, 0x6e, 0x1e, 0x8d, 0x27, 0x90, 0xd4, 0x6c, 0x72, 0xde, 0x83, 0x76, 0x0e,
|
|
0xad, 0x4a, 0x87, 0xfd, 0xa7, 0xfb, 0x2f, 0x3e, 0xdd, 0xd7, 0xa5, 0xc3, 0x11, 0x3d, 0x3e, 0x3c,
|
|
0xda, 0xdd, 0xb1, 0x2d, 0x55, 0x02, 0xec, 0x2b, 0xf0, 0xd3, 0x17, 0xf4, 0xe8, 0xf1, 0x77, 0xed,
|
|
0x8a, 0xf3, 0x55, 0x55, 0xcf, 0xe8, 0xf2, 0x25, 0x88, 0xa9, 0xac, 0x4a, 0x84, 0x27, 0x50, 0x53,
|
|
0x71, 0x67, 0x9c, 0x09, 0xbf, 0xf1, 0x42, 0x32, 0x36, 0x89, 0xa1, 0x22, 0x63, 0x74, 0x2e, 0xaf,
|
|
0x87, 0x69, 0x2d, 0x3a, 0x4d, 0x73, 0xc3, 0x18, 0x81, 0x26, 0x31, 0x13, 0x25, 0xfd, 0x50, 0x9a,
|
|
0xd1, 0x73, 0x86, 0xdb, 0x52, 0xff, 0x18, 0x4a, 0xb8, 0x18, 0xc4, 0x91, 0x48, 0xb3, 0x6d, 0x06,
|
|
0x63, 0xe2, 0xc6, 0x6e, 0x20, 0xd0, 0x9b, 0xb5, 0xff, 0xb5, 0x0c, 0x66, 0x4b, 0x12, 0x3e, 0x7b,
|
|
0xd6, 0xdb, 0x54, 0x9a, 0xfd, 0xaf, 0xa2, 0x66, 0x67, 0xdc, 0x7a, 0x73, 0x46, 0xe9, 0x3d, 0x6b,
|
|
0x42, 0xac, 0x6d, 0xd8, 0xca, 0x9a, 0xf9, 0xef, 0x00, 0x29, 0x29, 0xe3, 0xf2, 0xb6, 0x38, 0xd8,
|
|
0xdd, 0xdf, 0xd9, 0xdb, 0xff, 0xd8, 0x94, 0x71, 0xdb, 0xdb, 0xbb, 0x07, 0x68, 0x19, 0x5d, 0xc6,
|
|
0xed, 0x6e, 0x3f, 0xdb, 0xdb, 0xdf, 0xdd, 0xb1, 0xab, 0x08, 0x6d, 0x6f, 0xed, 0x6f, 0xef, 0x3e,
|
|
0xdb, 0xdd, 0xb1, 0x6b, 0xce, 0x1f, 0x2d, 0xdd, 0xe5, 0x17, 0xcb, 0xe8, 0x1d, 0xee, 0x05, 0xa2,
|
|
0xfc, 0x7f, 0x3c, 0x1b, 0xd0, 0x32, 0xfa, 0xdc, 0x4b, 0x3d, 0x6d, 0x8c, 0x20, 0xdf, 0x87, 0x45,
|
|
0xdf, 0xec, 0x77, 0x0b, 0x9e, 0xf7, 0xf6, 0xe4, 0xbc, 0x64, 0xd6, 0x91, 0x9b, 0xe9, 0x87, 0x51,
|
|
0xcf, 0x82, 0x5f, 0x80, 0x9d, 0x37, 0x61, 0xa1, 0x48, 0x51, 0xb8, 0xec, 0x2b, 0x85, 0xcb, 0x5a,
|
|
0xce, 0xef, 0x2b, 0xb0, 0x38, 0xf1, 0x5b, 0x8a, 0xf2, 0x3a, 0x62, 0x72, 0xe8, 0x5c, 0x99, 0x1a,
|
|
0x3a, 0x93, 0x37, 0x81, 0xe4, 0x49, 0xdc, 0xfc, 0xe4, 0xce, 0xce, 0x11, 0xea, 0x5c, 0x95, 0x2f,
|
|
0x4c, 0x6a, 0xd7, 0x29, 0x4c, 0xc8, 0xfb, 0xd0, 0x11, 0xb1, 0x17, 0xb0, 0xd0, 0x0d, 0x83, 0xe8,
|
|
0x2c, 0xfd, 0x01, 0xcb, 0xda, 0xc4, 0x8f, 0x33, 0x14, 0xc5, 0x33, 0x24, 0xa0, 0x6d, 0x31, 0x06,
|
|
0xc8, 0xff, 0xc3, 0x0a, 0x8f, 0x84, 0x9b, 0x16, 0xa7, 0xae, 0x9f, 0xfd, 0x64, 0xa5, 0x3a, 0x3d,
|
|
0x4f, 0x9d, 0xaa, 0x7e, 0x29, 0xe1, 0x93, 0x28, 0xe1, 0x08, 0x00, 0xca, 0x2e, 0xd2, 0x1e, 0x39,
|
|
0x57, 0x41, 0x5a, 0xc5, 0x0a, 0xf2, 0x29, 0xb4, 0x4d, 0x73, 0x8d, 0x4d, 0x9e, 0x52, 0xe1, 0xc2,
|
|
0x83, 0x7f, 0x1d, 0x9f, 0xb8, 0x35, 0xfe, 0x89, 0xd3, 0x73, 0xf3, 0x0b, 0x27, 0xc3, 0x74, 0x53,
|
|
0x4d, 0x13, 0xf2, 0xbb, 0x9d, 0xdf, 0x58, 0xb0, 0x80, 0x22, 0xe6, 0x4e, 0xfe, 0x1f, 0x68, 0x27,
|
|
0x19, 0x94, 0x0e, 0x5c, 0x56, 0x72, 0x43, 0xca, 0x6c, 0x91, 0xe6, 0x09, 0xc9, 0x03, 0x58, 0x11,
|
|
0xc3, 0x93, 0xf4, 0xd5, 0x7c, 0x22, 0xe2, 0xe8, 0xd1, 0x48, 0xf2, 0xb4, 0xa0, 0x9b, 0xb9, 0x46,
|
|
0xde, 0x84, 0xa5, 0x74, 0xb2, 0x3c, 0xde, 0xa0, 0xff, 0xe9, 0x3e, 0xbd, 0xe0, 0xfc, 0xca, 0xca,
|
|
0x0a, 0x20, 0x7c, 0xc3, 0x55, 0x63, 0x93, 0xb9, 0x18, 0x7e, 0xce, 0x7c, 0x29, 0x6f, 0x40, 0xdd,
|
|
0xfc, 0x9f, 0x4a, 0xbf, 0x02, 0x06, 0xca, 0x3b, 0x69, 0xad, 0xe0, 0xa4, 0x1b, 0xd0, 0x32, 0x2f,
|
|
0x2f, 0x47, 0xb7, 0xa8, 0x62, 0x61, 0x99, 0x21, 0x0a, 0x15, 0x9a, 0xae, 0x74, 0xc6, 0x15, 0xda,
|
|
0x67, 0xfa, 0x05, 0xc9, 0x79, 0x0d, 0x79, 0x67, 0xc2, 0xcd, 0xa6, 0xd4, 0x39, 0x26, 0x2e, 0x7a,
|
|
0x58, 0x96, 0x17, 0x2a, 0xf9, 0xc2, 0xfd, 0xe7, 0x16, 0xdc, 0xca, 0xd5, 0x14, 0xdb, 0xd3, 0xbf,
|
|
0xad, 0xf8, 0x96, 0xf9, 0x5c, 0xc9, 0x6f, 0x35, 0x2a, 0xa5, 0xbf, 0xd5, 0x28, 0x2b, 0xc0, 0x1f,
|
|
0xcd, 0x7f, 0xaf, 0xbd, 0xf9, 0xd6, 0xc3, 0xf4, 0x1e, 0x27, 0x75, 0xf5, 0xf5, 0xf6, 0xdf, 0x03,
|
|
0x00, 0x00, 0xff, 0xff, 0x6f, 0x29, 0x1b, 0xc3, 0xa6, 0x27, 0x00, 0x00,
|
|
}
|