2022-04-22 07:42:22 +00:00
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
2020-01-10 18:59:01 +00:00
|
|
|
// 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
|
|
|
|
|
2022-07-05 19:49:44 +00:00
|
|
|
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) {
|
2023-05-16 10:48:00 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{28, 0}
|
2022-07-05 19:49:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
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) {
|
2023-05-16 10:48:00 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{29, 0}
|
2022-07-05 19:49:44 +00:00
|
|
|
}
|
|
|
|
|
2022-08-07 14:25:03 +00:00
|
|
|
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) {
|
2023-05-16 10:48:00 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{30, 0}
|
2022-11-30 09:41:35 +00:00
|
|
|
}
|
|
|
|
|
2023-02-21 12:35:26 +00:00
|
|
|
type SyncKeycardAction_Action int32
|
|
|
|
|
|
|
|
const (
|
|
|
|
SyncKeycardAction_KEYCARD_ADDED SyncKeycardAction_Action = 0
|
|
|
|
SyncKeycardAction_ACCOUNTS_ADDED SyncKeycardAction_Action = 1
|
|
|
|
SyncKeycardAction_KEYCARD_DELETED SyncKeycardAction_Action = 2
|
|
|
|
SyncKeycardAction_ACCOUNTS_REMOVED SyncKeycardAction_Action = 3
|
|
|
|
SyncKeycardAction_LOCKED SyncKeycardAction_Action = 4
|
|
|
|
SyncKeycardAction_UNLOCKED SyncKeycardAction_Action = 5
|
|
|
|
SyncKeycardAction_UID_UPDATED SyncKeycardAction_Action = 6
|
|
|
|
SyncKeycardAction_NAME_CHANGED SyncKeycardAction_Action = 7
|
|
|
|
)
|
|
|
|
|
|
|
|
var SyncKeycardAction_Action_name = map[int32]string{
|
|
|
|
0: "KEYCARD_ADDED",
|
|
|
|
1: "ACCOUNTS_ADDED",
|
|
|
|
2: "KEYCARD_DELETED",
|
|
|
|
3: "ACCOUNTS_REMOVED",
|
|
|
|
4: "LOCKED",
|
|
|
|
5: "UNLOCKED",
|
|
|
|
6: "UID_UPDATED",
|
|
|
|
7: "NAME_CHANGED",
|
|
|
|
}
|
|
|
|
|
|
|
|
var SyncKeycardAction_Action_value = map[string]int32{
|
|
|
|
"KEYCARD_ADDED": 0,
|
|
|
|
"ACCOUNTS_ADDED": 1,
|
|
|
|
"KEYCARD_DELETED": 2,
|
|
|
|
"ACCOUNTS_REMOVED": 3,
|
|
|
|
"LOCKED": 4,
|
|
|
|
"UNLOCKED": 5,
|
|
|
|
"UID_UPDATED": 6,
|
|
|
|
"NAME_CHANGED": 7,
|
|
|
|
}
|
|
|
|
|
|
|
|
func (x SyncKeycardAction_Action) String() string {
|
|
|
|
return proto.EnumName(SyncKeycardAction_Action_name, int32(x))
|
|
|
|
}
|
|
|
|
|
|
|
|
func (SyncKeycardAction_Action) EnumDescriptor() ([]byte, []int) {
|
2023-05-16 10:48:00 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{35, 0}
|
2023-02-21 12:35:26 +00:00
|
|
|
}
|
|
|
|
|
2022-11-30 09:41:35 +00:00
|
|
|
// `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
|
2022-08-07 14:25:03 +00:00
|
|
|
}
|
|
|
|
|
2021-10-11 15:39:52 +00:00
|
|
|
type Backup struct {
|
2022-11-30 09:41:35 +00:00
|
|
|
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
|
2023-05-16 10:48:00 +00:00
|
|
|
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"`
|
|
|
|
FullKeypair *SyncKeypairFull `protobuf:"bytes,11,opt,name=fullKeypair,proto3" json:"fullKeypair,omitempty"`
|
|
|
|
FullKeypairDetails *FetchingBackedUpDataDetails `protobuf:"bytes,12,opt,name=fullKeypairDetails,proto3" json:"fullKeypairDetails,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:"-"`
|
2021-10-11 15:39:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *Backup) Reset() { *m = Backup{} }
|
|
|
|
func (m *Backup) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*Backup) ProtoMessage() {}
|
|
|
|
func (*Backup) Descriptor() ([]byte, []int) {
|
2022-11-30 09:41:35 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{1}
|
2021-10-11 15:39:52 +00:00
|
|
|
}
|
2022-04-22 07:42:22 +00:00
|
|
|
|
2021-10-11 15:39:52 +00:00
|
|
|
func (m *Backup) XXX_Unmarshal(b []byte) error {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_Backup.Unmarshal(m, b)
|
2021-10-11 15:39:52 +00:00
|
|
|
}
|
|
|
|
func (m *Backup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_Backup.Marshal(b, m, deterministic)
|
2021-10-11 15:39:52 +00:00
|
|
|
}
|
|
|
|
func (m *Backup) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_Backup.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *Backup) XXX_Size() int {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_Backup.Size(m)
|
2021-10-11 15:39:52 +00:00
|
|
|
}
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
2022-01-06 16:35:08 +00:00
|
|
|
func (m *Backup) GetCommunities() []*SyncCommunity {
|
|
|
|
if m != nil {
|
|
|
|
return m.Communities
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2022-11-30 09:41:35 +00:00
|
|
|
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
|
|
|
|
}
|
|
|
|
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *Backup) GetFullKeypair() *SyncKeypairFull {
|
2023-02-27 10:19:18 +00:00
|
|
|
if m != nil {
|
2023-05-16 10:48:00 +00:00
|
|
|
return m.FullKeypair
|
2023-02-27 10:19:18 +00:00
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *Backup) GetFullKeypairDetails() *FetchingBackedUpDataDetails {
|
2023-02-27 10:19:18 +00:00
|
|
|
if m != nil {
|
2023-05-16 10:48:00 +00:00
|
|
|
return m.FullKeypairDetails
|
2023-02-27 10:19:18 +00:00
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *Backup) GetWatchOnlyAccount() *SyncAccount {
|
2023-04-19 14:44:57 +00:00
|
|
|
if m != nil {
|
2023-05-16 10:48:00 +00:00
|
|
|
return m.WatchOnlyAccount
|
2023-04-19 14:44:57 +00:00
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *Backup) GetWatchOnlyAccountDetails() *FetchingBackedUpDataDetails {
|
2023-04-19 14:44:57 +00:00
|
|
|
if m != nil {
|
2023-05-16 10:48:00 +00:00
|
|
|
return m.WatchOnlyAccountDetails
|
2023-04-19 14:44:57 +00:00
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2022-06-24 14:06:13 +00:00
|
|
|
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"`
|
2023-03-22 17:48:42 +00:00
|
|
|
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"`
|
2022-06-24 14:06:13 +00:00
|
|
|
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"`
|
2023-03-22 17:48:42 +00:00
|
|
|
CustomizationColor string `protobuf:"bytes,9,opt,name=customization_color,json=customizationColor,proto3" json:"customization_color,omitempty"`
|
2022-06-24 14:06:13 +00:00
|
|
|
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) {
|
2022-11-30 09:41:35 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{2}
|
2022-06-24 14:06:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
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 ""
|
|
|
|
}
|
|
|
|
|
2023-03-22 17:48:42 +00:00
|
|
|
func (m *MultiAccount) GetColorHash() []*MultiAccount_ColorHash {
|
2022-06-24 14:06:13 +00:00
|
|
|
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
|
|
|
|
}
|
|
|
|
|
2023-03-22 17:48:42 +00:00
|
|
|
func (m *MultiAccount) GetCustomizationColor() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.CustomizationColor
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
type MultiAccount_ColorHash struct {
|
2022-06-24 14:06:13 +00:00
|
|
|
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:"-"`
|
|
|
|
}
|
|
|
|
|
2023-03-22 17:48:42 +00:00
|
|
|
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) {
|
2022-11-30 09:41:35 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{2, 0}
|
2022-06-24 14:06:13 +00:00
|
|
|
}
|
|
|
|
|
2023-03-22 17:48:42 +00:00
|
|
|
func (m *MultiAccount_ColorHash) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_MultiAccount_ColorHash.Unmarshal(m, b)
|
2022-06-24 14:06:13 +00:00
|
|
|
}
|
2023-03-22 17:48:42 +00:00
|
|
|
func (m *MultiAccount_ColorHash) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_MultiAccount_ColorHash.Marshal(b, m, deterministic)
|
2022-06-24 14:06:13 +00:00
|
|
|
}
|
2023-03-22 17:48:42 +00:00
|
|
|
func (m *MultiAccount_ColorHash) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_MultiAccount_ColorHash.Merge(m, src)
|
2022-06-24 14:06:13 +00:00
|
|
|
}
|
2023-03-22 17:48:42 +00:00
|
|
|
func (m *MultiAccount_ColorHash) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_MultiAccount_ColorHash.Size(m)
|
2022-06-24 14:06:13 +00:00
|
|
|
}
|
2023-03-22 17:48:42 +00:00
|
|
|
func (m *MultiAccount_ColorHash) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_MultiAccount_ColorHash.DiscardUnknown(m)
|
2022-06-24 14:06:13 +00:00
|
|
|
}
|
|
|
|
|
2023-03-22 17:48:42 +00:00
|
|
|
var xxx_messageInfo_MultiAccount_ColorHash proto.InternalMessageInfo
|
2022-06-24 14:06:13 +00:00
|
|
|
|
2023-03-22 17:48:42 +00:00
|
|
|
func (m *MultiAccount_ColorHash) GetIndex() []int64 {
|
2022-06-24 14:06:13 +00:00
|
|
|
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) {
|
2022-11-30 09:41:35 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{2, 1}
|
2022-06-24 14:06:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
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"`
|
|
|
|
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) {
|
2022-11-30 09:41:35 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{3}
|
2022-06-24 14:06:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
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 ""
|
|
|
|
}
|
|
|
|
|
|
|
|
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) {
|
2022-11-30 09:41:35 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{3, 0}
|
2022-06-24 14:06:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
2023-04-04 14:43:18 +00:00
|
|
|
type LocalPairingPeerHello struct {
|
2023-04-17 08:54:03 +00:00
|
|
|
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"`
|
2023-04-04 14:43:18 +00:00
|
|
|
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
|
|
|
|
|
2023-04-17 08:54:03 +00:00
|
|
|
func (m *LocalPairingPeerHello) GetPairingVersion() int32 {
|
|
|
|
if m != nil {
|
|
|
|
return m.PairingVersion
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2023-04-05 08:39:34 +00:00
|
|
|
func (m *LocalPairingPeerHello) GetPeerId() []byte {
|
2023-04-04 14:43:18 +00:00
|
|
|
if m != nil {
|
2023-04-05 08:39:34 +00:00
|
|
|
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
|
2023-04-04 14:43:18 +00:00
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *LocalPairingPeerHello) GetSignature() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.Signature
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2020-01-10 18:59:01 +00:00
|
|
|
type PairInstallation struct {
|
2023-02-28 12:32:45 +00:00
|
|
|
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"`
|
2020-01-10 18:59:01 +00:00
|
|
|
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) {
|
2023-04-04 14:43:18 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{5}
|
2020-01-10 18:59:01 +00:00
|
|
|
}
|
2022-04-22 07:42:22 +00:00
|
|
|
|
2020-01-10 18:59:01 +00:00
|
|
|
func (m *PairInstallation) XXX_Unmarshal(b []byte) error {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_PairInstallation.Unmarshal(m, b)
|
2020-01-10 18:59:01 +00:00
|
|
|
}
|
|
|
|
func (m *PairInstallation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_PairInstallation.Marshal(b, m, deterministic)
|
2020-01-10 18:59:01 +00:00
|
|
|
}
|
|
|
|
func (m *PairInstallation) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_PairInstallation.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *PairInstallation) XXX_Size() int {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_PairInstallation.Size(m)
|
2020-01-10 18:59:01 +00:00
|
|
|
}
|
|
|
|
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 ""
|
|
|
|
}
|
|
|
|
|
2023-02-28 12:32:45 +00:00
|
|
|
func (m *PairInstallation) GetVersion() uint32 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Version
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2020-01-10 18:59:01 +00:00
|
|
|
type SyncInstallationContact struct {
|
|
|
|
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
|
|
|
|
Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
ProfileImage string `protobuf:"bytes,3,opt,name=profile_image,json=profileImage,proto3" json:"profile_image,omitempty"`
|
|
|
|
EnsName string `protobuf:"bytes,4,opt,name=ens_name,json=ensName,proto3" json:"ens_name,omitempty"`
|
|
|
|
LastUpdated uint64 `protobuf:"varint,5,opt,name=last_updated,json=lastUpdated,proto3" json:"last_updated,omitempty"`
|
|
|
|
SystemTags []string `protobuf:"bytes,6,rep,name=system_tags,json=systemTags,proto3" json:"system_tags,omitempty"`
|
2020-08-20 14:06:38 +00:00
|
|
|
LocalNickname string `protobuf:"bytes,7,opt,name=local_nickname,json=localNickname,proto3" json:"local_nickname,omitempty"`
|
2020-01-10 18:59:01 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationContact) Reset() { *m = SyncInstallationContact{} }
|
|
|
|
func (m *SyncInstallationContact) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SyncInstallationContact) ProtoMessage() {}
|
|
|
|
func (*SyncInstallationContact) Descriptor() ([]byte, []int) {
|
2023-04-04 14:43:18 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{6}
|
2020-01-10 18:59:01 +00:00
|
|
|
}
|
2022-04-22 07:42:22 +00:00
|
|
|
|
2020-01-10 18:59:01 +00:00
|
|
|
func (m *SyncInstallationContact) XXX_Unmarshal(b []byte) error {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncInstallationContact.Unmarshal(m, b)
|
2020-01-10 18:59:01 +00:00
|
|
|
}
|
|
|
|
func (m *SyncInstallationContact) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncInstallationContact.Marshal(b, m, deterministic)
|
2020-01-10 18:59:01 +00:00
|
|
|
}
|
|
|
|
func (m *SyncInstallationContact) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SyncInstallationContact.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SyncInstallationContact) XXX_Size() int {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncInstallationContact.Size(m)
|
2020-01-10 18:59:01 +00:00
|
|
|
}
|
|
|
|
func (m *SyncInstallationContact) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_SyncInstallationContact.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_SyncInstallationContact proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *SyncInstallationContact) GetClock() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Clock
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationContact) GetId() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Id
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationContact) GetProfileImage() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.ProfileImage
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationContact) GetEnsName() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.EnsName
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationContact) GetLastUpdated() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.LastUpdated
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationContact) GetSystemTags() []string {
|
|
|
|
if m != nil {
|
|
|
|
return m.SystemTags
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2020-08-20 14:06:38 +00:00
|
|
|
func (m *SyncInstallationContact) GetLocalNickname() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.LocalNickname
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2021-09-03 08:26:05 +00:00
|
|
|
type SyncInstallationContactV2 struct {
|
2023-01-20 14:28:30 +00:00
|
|
|
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"`
|
2023-02-14 17:44:00 +00:00
|
|
|
DisplayName string `protobuf:"bytes,20,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
|
2023-01-20 14:28:30 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
2021-09-03 08:26:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationContactV2) Reset() { *m = SyncInstallationContactV2{} }
|
|
|
|
func (m *SyncInstallationContactV2) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SyncInstallationContactV2) ProtoMessage() {}
|
|
|
|
func (*SyncInstallationContactV2) Descriptor() ([]byte, []int) {
|
2023-04-04 14:43:18 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{7}
|
2021-09-03 08:26:05 +00:00
|
|
|
}
|
2022-04-22 07:42:22 +00:00
|
|
|
|
2021-09-03 08:26:05 +00:00
|
|
|
func (m *SyncInstallationContactV2) XXX_Unmarshal(b []byte) error {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncInstallationContactV2.Unmarshal(m, b)
|
2021-09-03 08:26:05 +00:00
|
|
|
}
|
|
|
|
func (m *SyncInstallationContactV2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncInstallationContactV2.Marshal(b, m, deterministic)
|
2021-09-03 08:26:05 +00:00
|
|
|
}
|
|
|
|
func (m *SyncInstallationContactV2) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SyncInstallationContactV2.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SyncInstallationContactV2) XXX_Size() int {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncInstallationContactV2.Size(m)
|
2021-09-03 08:26:05 +00:00
|
|
|
}
|
|
|
|
func (m *SyncInstallationContactV2) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_SyncInstallationContactV2.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_SyncInstallationContactV2 proto.InternalMessageInfo
|
|
|
|
|
2021-10-22 14:20:42 +00:00
|
|
|
func (m *SyncInstallationContactV2) GetLastUpdatedLocally() uint64 {
|
2021-09-03 08:26:05 +00:00
|
|
|
if m != nil {
|
2021-10-22 14:20:42 +00:00
|
|
|
return m.LastUpdatedLocally
|
2021-09-03 08:26:05 +00:00
|
|
|
}
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
2021-10-22 14:20:42 +00:00
|
|
|
func (m *SyncInstallationContactV2) GetHasAddedUs() bool {
|
|
|
|
if m != nil {
|
|
|
|
return m.HasAddedUs
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
2022-07-05 19:49:44 +00:00
|
|
|
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
|
|
|
|
}
|
|
|
|
|
2023-01-20 14:28:30 +00:00
|
|
|
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 {
|
2023-01-18 08:12:27 +00:00
|
|
|
if m != nil {
|
2023-01-20 14:28:30 +00:00
|
|
|
return m.ContactRequestRemoteClock
|
2023-01-18 08:12:27 +00:00
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2023-02-14 17:44:00 +00:00
|
|
|
func (m *SyncInstallationContactV2) GetDisplayName() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.DisplayName
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2020-01-10 18:59:01 +00:00
|
|
|
type SyncInstallationAccount struct {
|
|
|
|
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
|
|
|
|
ProfileImage string `protobuf:"bytes,2,opt,name=profile_image,json=profileImage,proto3" json:"profile_image,omitempty"`
|
|
|
|
LastUpdated uint64 `protobuf:"varint,3,opt,name=last_updated,json=lastUpdated,proto3" json:"last_updated,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationAccount) Reset() { *m = SyncInstallationAccount{} }
|
|
|
|
func (m *SyncInstallationAccount) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SyncInstallationAccount) ProtoMessage() {}
|
|
|
|
func (*SyncInstallationAccount) Descriptor() ([]byte, []int) {
|
2023-04-04 14:43:18 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{8}
|
2020-01-10 18:59:01 +00:00
|
|
|
}
|
2022-04-22 07:42:22 +00:00
|
|
|
|
2020-01-10 18:59:01 +00:00
|
|
|
func (m *SyncInstallationAccount) XXX_Unmarshal(b []byte) error {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncInstallationAccount.Unmarshal(m, b)
|
2020-01-10 18:59:01 +00:00
|
|
|
}
|
|
|
|
func (m *SyncInstallationAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncInstallationAccount.Marshal(b, m, deterministic)
|
2020-01-10 18:59:01 +00:00
|
|
|
}
|
|
|
|
func (m *SyncInstallationAccount) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SyncInstallationAccount.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SyncInstallationAccount) XXX_Size() int {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncInstallationAccount.Size(m)
|
2020-01-10 18:59:01 +00:00
|
|
|
}
|
|
|
|
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) {
|
2023-04-04 14:43:18 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{9}
|
2020-01-10 18:59:01 +00:00
|
|
|
}
|
2022-04-22 07:42:22 +00:00
|
|
|
|
2020-01-10 18:59:01 +00:00
|
|
|
func (m *SyncInstallationPublicChat) XXX_Unmarshal(b []byte) error {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncInstallationPublicChat.Unmarshal(m, b)
|
2020-01-10 18:59:01 +00:00
|
|
|
}
|
|
|
|
func (m *SyncInstallationPublicChat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncInstallationPublicChat.Marshal(b, m, deterministic)
|
2020-01-10 18:59:01 +00:00
|
|
|
}
|
|
|
|
func (m *SyncInstallationPublicChat) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SyncInstallationPublicChat.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SyncInstallationPublicChat) XXX_Size() int {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncInstallationPublicChat.Size(m)
|
2020-01-10 18:59:01 +00:00
|
|
|
}
|
|
|
|
func (m *SyncInstallationPublicChat) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_SyncInstallationPublicChat.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_SyncInstallationPublicChat proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *SyncInstallationPublicChat) GetClock() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Clock
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallationPublicChat) GetId() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Id
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2021-08-06 15:40:23 +00:00
|
|
|
type SyncCommunity struct {
|
|
|
|
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
|
|
|
|
Id []byte `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
PrivateKey []byte `protobuf:"bytes,3,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
|
|
|
|
Description []byte `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
|
|
|
|
Joined bool `protobuf:"varint,5,opt,name=joined,proto3" json:"joined,omitempty"`
|
|
|
|
Verified bool `protobuf:"varint,6,opt,name=verified,proto3" json:"verified,omitempty"`
|
|
|
|
Muted bool `protobuf:"varint,7,opt,name=muted,proto3" json:"muted,omitempty"`
|
|
|
|
RequestsToJoin []*SyncCommunityRequestsToJoin `protobuf:"bytes,8,rep,name=requests_to_join,json=requestsToJoin,proto3" json:"requests_to_join,omitempty"`
|
2022-06-01 07:55:48 +00:00
|
|
|
Settings *SyncCommunitySettings `protobuf:"bytes,9,opt,name=settings,proto3" json:"settings,omitempty"`
|
2022-05-27 09:14:40 +00:00
|
|
|
Encrypted bool `protobuf:"varint,10,opt,name=encrypted,proto3" json:"encrypted,omitempty"`
|
2022-09-20 19:57:39 +00:00
|
|
|
Spectated bool `protobuf:"varint,11,opt,name=spectated,proto3" json:"spectated,omitempty"`
|
2022-11-07 17:30:00 +00:00
|
|
|
EncryptionKeys []byte `protobuf:"bytes,12,opt,name=encryption_keys,json=encryptionKeys,proto3" json:"encryption_keys,omitempty"`
|
2021-08-06 15:40:23 +00:00
|
|
|
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) {
|
2023-04-04 14:43:18 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{10}
|
2021-08-06 15:40:23 +00:00
|
|
|
}
|
2022-04-22 07:42:22 +00:00
|
|
|
|
2021-08-06 15:40:23 +00:00
|
|
|
func (m *SyncCommunity) XXX_Unmarshal(b []byte) error {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncCommunity.Unmarshal(m, b)
|
2021-08-06 15:40:23 +00:00
|
|
|
}
|
|
|
|
func (m *SyncCommunity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncCommunity.Marshal(b, m, deterministic)
|
2021-08-06 15:40:23 +00:00
|
|
|
}
|
|
|
|
func (m *SyncCommunity) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SyncCommunity.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SyncCommunity) XXX_Size() int {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncCommunity.Size(m)
|
2021-08-06 15:40:23 +00:00
|
|
|
}
|
|
|
|
func (m *SyncCommunity) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_SyncCommunity.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_SyncCommunity proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *SyncCommunity) GetClock() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Clock
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncCommunity) GetId() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.Id
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncCommunity) GetPrivateKey() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.PrivateKey
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncCommunity) GetDescription() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.Description
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncCommunity) GetJoined() bool {
|
|
|
|
if m != nil {
|
|
|
|
return m.Joined
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncCommunity) GetVerified() bool {
|
|
|
|
if m != nil {
|
|
|
|
return m.Verified
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncCommunity) GetMuted() bool {
|
|
|
|
if m != nil {
|
|
|
|
return m.Muted
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncCommunity) GetRequestsToJoin() []*SyncCommunityRequestsToJoin {
|
|
|
|
if m != nil {
|
|
|
|
return m.RequestsToJoin
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2022-06-01 07:55:48 +00:00
|
|
|
func (m *SyncCommunity) GetSettings() *SyncCommunitySettings {
|
|
|
|
if m != nil {
|
|
|
|
return m.Settings
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2022-05-27 09:14:40 +00:00
|
|
|
func (m *SyncCommunity) GetEncrypted() bool {
|
|
|
|
if m != nil {
|
|
|
|
return m.Encrypted
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
2022-09-20 19:57:39 +00:00
|
|
|
func (m *SyncCommunity) GetSpectated() bool {
|
|
|
|
if m != nil {
|
|
|
|
return m.Spectated
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
2022-11-07 17:30:00 +00:00
|
|
|
func (m *SyncCommunity) GetEncryptionKeys() []byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.EncryptionKeys
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2021-08-06 15:40:23 +00:00
|
|
|
type SyncCommunityRequestsToJoin struct {
|
feat: add verified wallet accounts to community requests
This commit extends the `CommunityRequestToJoin` with `RevealedAddresses` which represent wallet addresses and signatures provided by the sender, to proof a community owner ownership of those wallet addresses.
**Note: This only works with keystore files maanged by status-go**
At high level, the follwing happens:
1. User instructs Status to send a request to join to a community. By adding a password hash to the instruction, Status will try to unlock the users keystore and verify each wallet account.
2. For every verified wallet account, a signature is created for the following payload, using each wallet's private key
``` keccak256(chatkey + communityID + requestToJoinID) ``` A map of walletAddress->signature is then attached to the community request to join, which will be sent to the community owner
3. The owner node receives the request, and if the community requires users to hold tokens to become a member, it will check and verify whether the given wallet addresses are indeed owned by the sender. If any signature provided by the request cannot be recovered, the request is immediately declined by the owner.
4. The verified addresses are then added to the owner node's database such that, once the request should be accepted, the addresses can be used to check on chain whether they own the necessary funds to fulfill the community's permissions
The checking of required funds is **not** part of this commit. It will be added in a follow-up commit.
2023-03-17 09:19:40 +00:00
|
|
|
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"`
|
|
|
|
RevealedAddresses map[string][]byte `protobuf:"bytes,8,rep,name=revealed_addresses,json=revealedAddresses,proto3" json:"revealed_addresses,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
2021-08-06 15:40:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncCommunityRequestsToJoin) Reset() { *m = SyncCommunityRequestsToJoin{} }
|
|
|
|
func (m *SyncCommunityRequestsToJoin) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SyncCommunityRequestsToJoin) ProtoMessage() {}
|
|
|
|
func (*SyncCommunityRequestsToJoin) Descriptor() ([]byte, []int) {
|
2023-04-04 14:43:18 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{11}
|
2021-08-06 15:40:23 +00:00
|
|
|
}
|
2022-04-22 07:42:22 +00:00
|
|
|
|
2021-08-06 15:40:23 +00:00
|
|
|
func (m *SyncCommunityRequestsToJoin) XXX_Unmarshal(b []byte) error {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncCommunityRequestsToJoin.Unmarshal(m, b)
|
2021-08-06 15:40:23 +00:00
|
|
|
}
|
|
|
|
func (m *SyncCommunityRequestsToJoin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncCommunityRequestsToJoin.Marshal(b, m, deterministic)
|
2021-08-06 15:40:23 +00:00
|
|
|
}
|
|
|
|
func (m *SyncCommunityRequestsToJoin) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SyncCommunityRequestsToJoin.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SyncCommunityRequestsToJoin) XXX_Size() int {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncCommunityRequestsToJoin.Size(m)
|
2021-08-06 15:40:23 +00:00
|
|
|
}
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
feat: add verified wallet accounts to community requests
This commit extends the `CommunityRequestToJoin` with `RevealedAddresses` which represent wallet addresses and signatures provided by the sender, to proof a community owner ownership of those wallet addresses.
**Note: This only works with keystore files maanged by status-go**
At high level, the follwing happens:
1. User instructs Status to send a request to join to a community. By adding a password hash to the instruction, Status will try to unlock the users keystore and verify each wallet account.
2. For every verified wallet account, a signature is created for the following payload, using each wallet's private key
``` keccak256(chatkey + communityID + requestToJoinID) ``` A map of walletAddress->signature is then attached to the community request to join, which will be sent to the community owner
3. The owner node receives the request, and if the community requires users to hold tokens to become a member, it will check and verify whether the given wallet addresses are indeed owned by the sender. If any signature provided by the request cannot be recovered, the request is immediately declined by the owner.
4. The verified addresses are then added to the owner node's database such that, once the request should be accepted, the addresses can be used to check on chain whether they own the necessary funds to fulfill the community's permissions
The checking of required funds is **not** part of this commit. It will be added in a follow-up commit.
2023-03-17 09:19:40 +00:00
|
|
|
func (m *SyncCommunityRequestsToJoin) GetRevealedAddresses() map[string][]byte {
|
|
|
|
if m != nil {
|
|
|
|
return m.RevealedAddresses
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2020-01-10 18:59:01 +00:00
|
|
|
type SyncInstallation struct {
|
|
|
|
Contacts []*SyncInstallationContact `protobuf:"bytes,1,rep,name=contacts,proto3" json:"contacts,omitempty"`
|
|
|
|
PublicChats []*SyncInstallationPublicChat `protobuf:"bytes,2,rep,name=public_chats,json=publicChats,proto3" json:"public_chats,omitempty"`
|
|
|
|
Account *SyncInstallationAccount `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"`
|
2021-08-06 15:40:23 +00:00
|
|
|
Communities []*SyncCommunity `protobuf:"bytes,4,rep,name=communities,proto3" json:"communities,omitempty"`
|
2020-01-10 18:59:01 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallation) Reset() { *m = SyncInstallation{} }
|
|
|
|
func (m *SyncInstallation) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SyncInstallation) ProtoMessage() {}
|
|
|
|
func (*SyncInstallation) Descriptor() ([]byte, []int) {
|
2023-04-04 14:43:18 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{12}
|
2020-01-10 18:59:01 +00:00
|
|
|
}
|
2022-04-22 07:42:22 +00:00
|
|
|
|
2020-01-10 18:59:01 +00:00
|
|
|
func (m *SyncInstallation) XXX_Unmarshal(b []byte) error {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncInstallation.Unmarshal(m, b)
|
2020-01-10 18:59:01 +00:00
|
|
|
}
|
|
|
|
func (m *SyncInstallation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncInstallation.Marshal(b, m, deterministic)
|
2020-01-10 18:59:01 +00:00
|
|
|
}
|
|
|
|
func (m *SyncInstallation) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SyncInstallation.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SyncInstallation) XXX_Size() int {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncInstallation.Size(m)
|
2020-01-10 18:59:01 +00:00
|
|
|
}
|
|
|
|
func (m *SyncInstallation) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_SyncInstallation.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_SyncInstallation proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *SyncInstallation) GetContacts() []*SyncInstallationContact {
|
|
|
|
if m != nil {
|
|
|
|
return m.Contacts
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallation) GetPublicChats() []*SyncInstallationPublicChat {
|
|
|
|
if m != nil {
|
|
|
|
return m.PublicChats
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncInstallation) GetAccount() *SyncInstallationAccount {
|
|
|
|
if m != nil {
|
|
|
|
return m.Account
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2021-08-06 15:40:23 +00:00
|
|
|
func (m *SyncInstallation) GetCommunities() []*SyncCommunity {
|
|
|
|
if m != nil {
|
|
|
|
return m.Communities
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2021-10-05 17:26:02 +00:00
|
|
|
type SyncChatRemoved struct {
|
|
|
|
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
|
|
|
|
Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncChatRemoved) Reset() { *m = SyncChatRemoved{} }
|
|
|
|
func (m *SyncChatRemoved) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SyncChatRemoved) ProtoMessage() {}
|
|
|
|
func (*SyncChatRemoved) Descriptor() ([]byte, []int) {
|
2023-04-04 14:43:18 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{13}
|
2021-10-05 17:26:02 +00:00
|
|
|
}
|
2022-04-22 07:42:22 +00:00
|
|
|
|
2021-10-05 17:26:02 +00:00
|
|
|
func (m *SyncChatRemoved) XXX_Unmarshal(b []byte) error {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncChatRemoved.Unmarshal(m, b)
|
2021-10-05 17:26:02 +00:00
|
|
|
}
|
|
|
|
func (m *SyncChatRemoved) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncChatRemoved.Marshal(b, m, deterministic)
|
2021-10-05 17:26:02 +00:00
|
|
|
}
|
|
|
|
func (m *SyncChatRemoved) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SyncChatRemoved.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SyncChatRemoved) XXX_Size() int {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncChatRemoved.Size(m)
|
2021-10-05 17:26:02 +00:00
|
|
|
}
|
|
|
|
func (m *SyncChatRemoved) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_SyncChatRemoved.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_SyncChatRemoved proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *SyncChatRemoved) GetClock() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Clock
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncChatRemoved) GetId() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Id
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2021-10-12 10:33:32 +00:00
|
|
|
type SyncChatMessagesRead struct {
|
|
|
|
Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
|
|
|
|
Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncChatMessagesRead) Reset() { *m = SyncChatMessagesRead{} }
|
|
|
|
func (m *SyncChatMessagesRead) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SyncChatMessagesRead) ProtoMessage() {}
|
|
|
|
func (*SyncChatMessagesRead) Descriptor() ([]byte, []int) {
|
2023-04-04 14:43:18 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{14}
|
2021-10-12 10:33:32 +00:00
|
|
|
}
|
2022-04-22 07:42:22 +00:00
|
|
|
|
2021-10-12 10:33:32 +00:00
|
|
|
func (m *SyncChatMessagesRead) XXX_Unmarshal(b []byte) error {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncChatMessagesRead.Unmarshal(m, b)
|
2021-10-12 10:33:32 +00:00
|
|
|
}
|
|
|
|
func (m *SyncChatMessagesRead) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncChatMessagesRead.Marshal(b, m, deterministic)
|
2021-10-12 10:33:32 +00:00
|
|
|
}
|
|
|
|
func (m *SyncChatMessagesRead) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SyncChatMessagesRead.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SyncChatMessagesRead) XXX_Size() int {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncChatMessagesRead.Size(m)
|
2021-10-12 10:33:32 +00:00
|
|
|
}
|
|
|
|
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 ""
|
|
|
|
}
|
|
|
|
|
2021-12-02 14:23:02 +00:00
|
|
|
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) {
|
2023-04-04 14:43:18 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{15}
|
2021-12-02 14:23:02 +00:00
|
|
|
}
|
2022-04-22 07:42:22 +00:00
|
|
|
|
2021-12-02 14:23:02 +00:00
|
|
|
func (m *SyncActivityCenterRead) XXX_Unmarshal(b []byte) error {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncActivityCenterRead.Unmarshal(m, b)
|
2021-12-02 14:23:02 +00:00
|
|
|
}
|
|
|
|
func (m *SyncActivityCenterRead) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncActivityCenterRead.Marshal(b, m, deterministic)
|
2021-12-02 14:23:02 +00:00
|
|
|
}
|
|
|
|
func (m *SyncActivityCenterRead) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SyncActivityCenterRead.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SyncActivityCenterRead) XXX_Size() int {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncActivityCenterRead.Size(m)
|
2021-12-02 14:23:02 +00:00
|
|
|
}
|
|
|
|
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) {
|
2023-04-04 14:43:18 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{16}
|
2021-12-02 14:23:02 +00:00
|
|
|
}
|
2022-04-22 07:42:22 +00:00
|
|
|
|
2021-12-02 14:23:02 +00:00
|
|
|
func (m *SyncActivityCenterAccepted) XXX_Unmarshal(b []byte) error {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncActivityCenterAccepted.Unmarshal(m, b)
|
2021-12-02 14:23:02 +00:00
|
|
|
}
|
|
|
|
func (m *SyncActivityCenterAccepted) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncActivityCenterAccepted.Marshal(b, m, deterministic)
|
2021-12-02 14:23:02 +00:00
|
|
|
}
|
|
|
|
func (m *SyncActivityCenterAccepted) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SyncActivityCenterAccepted.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SyncActivityCenterAccepted) XXX_Size() int {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncActivityCenterAccepted.Size(m)
|
2021-12-02 14:23:02 +00:00
|
|
|
}
|
|
|
|
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) {
|
2023-04-04 14:43:18 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{17}
|
2021-12-02 14:23:02 +00:00
|
|
|
}
|
2022-04-22 07:42:22 +00:00
|
|
|
|
2021-12-02 14:23:02 +00:00
|
|
|
func (m *SyncActivityCenterDismissed) XXX_Unmarshal(b []byte) error {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncActivityCenterDismissed.Unmarshal(m, b)
|
2021-12-02 14:23:02 +00:00
|
|
|
}
|
|
|
|
func (m *SyncActivityCenterDismissed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncActivityCenterDismissed.Marshal(b, m, deterministic)
|
2021-12-02 14:23:02 +00:00
|
|
|
}
|
|
|
|
func (m *SyncActivityCenterDismissed) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SyncActivityCenterDismissed.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SyncActivityCenterDismissed) XXX_Size() int {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncActivityCenterDismissed.Size(m)
|
2021-12-02 14:23:02 +00:00
|
|
|
}
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
2022-01-17 03:42:11 +00:00
|
|
|
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"`
|
2022-06-08 18:39:53 +00:00
|
|
|
DeletedAt uint64 `protobuf:"varint,6,opt,name=deleted_at,json=deletedAt,proto3" json:"deleted_at,omitempty"`
|
2022-01-17 03:42:11 +00:00
|
|
|
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) {
|
2023-04-04 14:43:18 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{18}
|
2022-01-17 03:42:11 +00:00
|
|
|
}
|
2022-04-22 07:42:22 +00:00
|
|
|
|
2022-01-17 03:42:11 +00:00
|
|
|
func (m *SyncBookmark) XXX_Unmarshal(b []byte) error {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncBookmark.Unmarshal(m, b)
|
2022-01-17 03:42:11 +00:00
|
|
|
}
|
|
|
|
func (m *SyncBookmark) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncBookmark.Marshal(b, m, deterministic)
|
2022-01-17 03:42:11 +00:00
|
|
|
}
|
|
|
|
func (m *SyncBookmark) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SyncBookmark.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SyncBookmark) XXX_Size() int {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncBookmark.Size(m)
|
2022-01-17 03:42:11 +00:00
|
|
|
}
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
2022-06-08 18:39:53 +00:00
|
|
|
func (m *SyncBookmark) GetDeletedAt() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.DeletedAt
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2023-04-26 15:37:18 +00:00
|
|
|
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{19}
|
|
|
|
}
|
|
|
|
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
2022-02-10 10:00:59 +00:00
|
|
|
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) {
|
2023-04-26 15:37:18 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{20}
|
2022-02-10 10:00:59 +00:00
|
|
|
}
|
2022-04-22 07:42:22 +00:00
|
|
|
|
2022-02-10 10:00:59 +00:00
|
|
|
func (m *SyncClearHistory) XXX_Unmarshal(b []byte) error {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncClearHistory.Unmarshal(m, b)
|
2022-02-10 10:00:59 +00:00
|
|
|
}
|
|
|
|
func (m *SyncClearHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncClearHistory.Marshal(b, m, deterministic)
|
2022-02-10 10:00:59 +00:00
|
|
|
}
|
|
|
|
func (m *SyncClearHistory) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SyncClearHistory.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SyncClearHistory) XXX_Size() int {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncClearHistory.Size(m)
|
2022-02-10 10:00:59 +00:00
|
|
|
}
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
2022-03-24 09:35:56 +00:00
|
|
|
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) {
|
2023-04-26 15:37:18 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{21}
|
2022-03-24 09:35:56 +00:00
|
|
|
}
|
2022-04-22 07:42:22 +00:00
|
|
|
|
2022-03-24 09:35:56 +00:00
|
|
|
func (m *SyncProfilePicture) XXX_Unmarshal(b []byte) error {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncProfilePicture.Unmarshal(m, b)
|
2022-03-24 09:35:56 +00:00
|
|
|
}
|
|
|
|
func (m *SyncProfilePicture) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncProfilePicture.Marshal(b, m, deterministic)
|
2022-03-24 09:35:56 +00:00
|
|
|
}
|
|
|
|
func (m *SyncProfilePicture) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SyncProfilePicture.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SyncProfilePicture) XXX_Size() int {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncProfilePicture.Size(m)
|
2022-03-24 09:35:56 +00:00
|
|
|
}
|
|
|
|
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) {
|
2023-04-26 15:37:18 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{22}
|
2022-03-24 09:35:56 +00:00
|
|
|
}
|
2022-04-22 07:42:22 +00:00
|
|
|
|
2022-03-24 09:35:56 +00:00
|
|
|
func (m *SyncProfilePictures) XXX_Unmarshal(b []byte) error {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncProfilePictures.Unmarshal(m, b)
|
2022-03-24 09:35:56 +00:00
|
|
|
}
|
|
|
|
func (m *SyncProfilePictures) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncProfilePictures.Marshal(b, m, deterministic)
|
2022-03-24 09:35:56 +00:00
|
|
|
}
|
|
|
|
func (m *SyncProfilePictures) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SyncProfilePictures.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SyncProfilePictures) XXX_Size() int {
|
2022-04-22 07:42:22 +00:00
|
|
|
return xxx_messageInfo_SyncProfilePictures.Size(m)
|
2022-03-24 09:35:56 +00:00
|
|
|
}
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
2023-05-16 10:48:00 +00:00
|
|
|
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"`
|
|
|
|
Color string `protobuf:"bytes,7,opt,name=color,proto3" json:"color,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"`
|
|
|
|
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) {
|
2023-04-26 15:37:18 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{23}
|
2022-05-18 10:42:51 +00:00
|
|
|
}
|
|
|
|
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *SyncAccount) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_SyncAccount.Unmarshal(m, b)
|
2022-05-18 10:42:51 +00:00
|
|
|
}
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *SyncAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_SyncAccount.Marshal(b, m, deterministic)
|
2022-05-18 10:42:51 +00:00
|
|
|
}
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *SyncAccount) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SyncAccount.Merge(m, src)
|
2022-05-18 10:42:51 +00:00
|
|
|
}
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *SyncAccount) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_SyncAccount.Size(m)
|
2022-05-18 10:42:51 +00:00
|
|
|
}
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *SyncAccount) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_SyncAccount.DiscardUnknown(m)
|
2022-05-18 10:42:51 +00:00
|
|
|
}
|
|
|
|
|
2023-05-16 10:48:00 +00:00
|
|
|
var xxx_messageInfo_SyncAccount proto.InternalMessageInfo
|
2022-05-18 10:42:51 +00:00
|
|
|
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *SyncAccount) GetClock() uint64 {
|
2022-05-18 10:42:51 +00:00
|
|
|
if m != nil {
|
|
|
|
return m.Clock
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *SyncAccount) GetAddress() []byte {
|
2022-05-18 10:42:51 +00:00
|
|
|
if m != nil {
|
|
|
|
return m.Address
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *SyncAccount) GetKeyUid() string {
|
2022-05-18 10:42:51 +00:00
|
|
|
if m != nil {
|
2023-05-16 10:48:00 +00:00
|
|
|
return m.KeyUid
|
2022-05-18 10:42:51 +00:00
|
|
|
}
|
2023-05-16 10:48:00 +00:00
|
|
|
return ""
|
2022-05-18 10:42:51 +00:00
|
|
|
}
|
|
|
|
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *SyncAccount) GetPublicKey() []byte {
|
2022-05-18 10:42:51 +00:00
|
|
|
if m != nil {
|
2023-05-16 10:48:00 +00:00
|
|
|
return m.PublicKey
|
2022-05-18 10:42:51 +00:00
|
|
|
}
|
2023-05-16 10:48:00 +00:00
|
|
|
return nil
|
2022-05-18 10:42:51 +00:00
|
|
|
}
|
|
|
|
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *SyncAccount) GetPath() string {
|
2022-05-18 10:42:51 +00:00
|
|
|
if m != nil {
|
2023-05-16 10:48:00 +00:00
|
|
|
return m.Path
|
2022-05-18 10:42:51 +00:00
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *SyncAccount) GetName() string {
|
2022-05-18 10:42:51 +00:00
|
|
|
if m != nil {
|
2023-05-16 10:48:00 +00:00
|
|
|
return m.Name
|
2022-05-18 10:42:51 +00:00
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *SyncAccount) GetColor() string {
|
2022-05-18 10:42:51 +00:00
|
|
|
if m != nil {
|
2023-05-16 10:48:00 +00:00
|
|
|
return m.Color
|
2022-05-18 10:42:51 +00:00
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *SyncAccount) GetEmoji() string {
|
2022-05-18 10:42:51 +00:00
|
|
|
if m != nil {
|
2023-05-16 10:48:00 +00:00
|
|
|
return m.Emoji
|
2022-05-18 10:42:51 +00:00
|
|
|
}
|
2023-05-16 10:48:00 +00:00
|
|
|
return ""
|
2022-05-18 10:42:51 +00:00
|
|
|
}
|
|
|
|
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *SyncAccount) GetWallet() bool {
|
2022-05-18 10:42:51 +00:00
|
|
|
if m != nil {
|
2023-05-16 10:48:00 +00:00
|
|
|
return m.Wallet
|
2022-05-18 10:42:51 +00:00
|
|
|
}
|
2023-05-16 10:48:00 +00:00
|
|
|
return false
|
2022-05-18 10:42:51 +00:00
|
|
|
}
|
|
|
|
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *SyncAccount) GetChat() bool {
|
2022-05-18 10:42:51 +00:00
|
|
|
if m != nil {
|
2023-05-16 10:48:00 +00:00
|
|
|
return m.Chat
|
2022-05-18 10:42:51 +00:00
|
|
|
}
|
2023-05-16 10:48:00 +00:00
|
|
|
return false
|
2022-05-18 10:42:51 +00:00
|
|
|
}
|
|
|
|
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *SyncAccount) GetHidden() bool {
|
2022-05-18 10:42:51 +00:00
|
|
|
if m != nil {
|
|
|
|
return m.Hidden
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *SyncAccount) GetRemoved() bool {
|
2022-05-18 10:42:51 +00:00
|
|
|
if m != nil {
|
|
|
|
return m.Removed
|
|
|
|
}
|
|
|
|
return false
|
|
|
|
}
|
|
|
|
|
2023-05-16 10:48:00 +00:00
|
|
|
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"`
|
|
|
|
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{24}
|
|
|
|
}
|
|
|
|
|
|
|
|
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 {
|
2023-04-19 14:44:57 +00:00
|
|
|
if m != nil {
|
2023-05-16 10:48:00 +00:00
|
|
|
return m.Clock
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncKeypair) GetKeyUid() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.KeyUid
|
2023-04-19 14:44:57 +00:00
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *SyncKeypair) GetName() string {
|
2023-04-19 14:44:57 +00:00
|
|
|
if m != nil {
|
2023-05-16 10:48:00 +00:00
|
|
|
return m.Name
|
2023-04-19 14:44:57 +00:00
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *SyncKeypair) GetType() string {
|
2023-04-19 14:44:57 +00:00
|
|
|
if m != nil {
|
2023-05-16 10:48:00 +00:00
|
|
|
return m.Type
|
2023-04-19 14:44:57 +00:00
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *SyncKeypair) GetDerivedFrom() string {
|
2023-04-19 14:44:57 +00:00
|
|
|
if m != nil {
|
2023-05-16 10:48:00 +00:00
|
|
|
return m.DerivedFrom
|
2023-04-19 14:44:57 +00:00
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *SyncKeypair) GetLastUsedDerivationIndex() uint64 {
|
2023-04-19 14:44:57 +00:00
|
|
|
if m != nil {
|
|
|
|
return m.LastUsedDerivationIndex
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *SyncKeypair) GetSyncedFrom() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.SyncedFrom
|
|
|
|
}
|
|
|
|
return ""
|
2022-05-18 10:42:51 +00:00
|
|
|
}
|
|
|
|
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *SyncKeypair) GetAccounts() []*SyncAccount {
|
|
|
|
if m != nil {
|
|
|
|
return m.Accounts
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
type SyncKeypairFull struct {
|
|
|
|
Keypair *SyncKeypair `protobuf:"bytes,1,opt,name=keypair,proto3" json:"keypair,omitempty"`
|
|
|
|
Keycards []*SyncKeycard `protobuf:"bytes,2,rep,name=keycards,proto3" json:"keycards,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncKeypairFull) Reset() { *m = SyncKeypairFull{} }
|
|
|
|
func (m *SyncKeypairFull) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SyncKeypairFull) ProtoMessage() {}
|
|
|
|
func (*SyncKeypairFull) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{25}
|
2022-05-18 10:42:51 +00:00
|
|
|
}
|
|
|
|
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *SyncKeypairFull) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_SyncKeypairFull.Unmarshal(m, b)
|
2022-05-18 10:42:51 +00:00
|
|
|
}
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *SyncKeypairFull) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_SyncKeypairFull.Marshal(b, m, deterministic)
|
2022-05-18 10:42:51 +00:00
|
|
|
}
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *SyncKeypairFull) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SyncKeypairFull.Merge(m, src)
|
2022-05-18 10:42:51 +00:00
|
|
|
}
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *SyncKeypairFull) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_SyncKeypairFull.Size(m)
|
2022-05-18 10:42:51 +00:00
|
|
|
}
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *SyncKeypairFull) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_SyncKeypairFull.DiscardUnknown(m)
|
2022-05-18 10:42:51 +00:00
|
|
|
}
|
|
|
|
|
2023-05-16 10:48:00 +00:00
|
|
|
var xxx_messageInfo_SyncKeypairFull proto.InternalMessageInfo
|
2022-05-18 10:42:51 +00:00
|
|
|
|
2023-05-16 10:48:00 +00:00
|
|
|
func (m *SyncKeypairFull) GetKeypair() *SyncKeypair {
|
2022-05-18 10:42:51 +00:00
|
|
|
if m != nil {
|
2023-05-16 10:48:00 +00:00
|
|
|
return m.Keypair
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncKeypairFull) GetKeycards() []*SyncKeycard {
|
|
|
|
if m != nil {
|
|
|
|
return m.Keycards
|
2022-05-18 10:42:51 +00:00
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2022-09-14 10:46:11 +00:00
|
|
|
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"`
|
2023-03-06 13:26:46 +00:00
|
|
|
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"`
|
2022-09-14 10:46:11 +00:00
|
|
|
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) {
|
2023-05-16 10:48:00 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{26}
|
2022-09-14 10:46:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
2023-03-06 13:26:46 +00:00
|
|
|
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
|
|
|
|
}
|
|
|
|
|
2022-06-01 07:55:48 +00:00
|
|
|
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) {
|
2023-05-16 10:48:00 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{27}
|
2022-06-01 07:55:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
2022-07-05 19:49:44 +00:00
|
|
|
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) {
|
2023-05-16 10:48:00 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{28}
|
2022-07-05 19:49:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
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"`
|
2022-08-31 14:41:58 +00:00
|
|
|
Id string `protobuf:"bytes,9,opt,name=id,proto3" json:"id,omitempty"`
|
2022-07-05 19:49:44 +00:00
|
|
|
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) {
|
2023-05-16 10:48:00 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{29}
|
2022-07-05 19:49:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
2022-08-31 14:41:58 +00:00
|
|
|
func (m *SyncVerificationRequest) GetId() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Id
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
2022-08-07 14:25:03 +00:00
|
|
|
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) {
|
2023-05-16 10:48:00 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{30}
|
2022-08-07 14:25:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
2022-11-30 09:41:35 +00:00
|
|
|
// `BackedUpProfile` is used to describe profile of logged in user
|
|
|
|
type BackedUpProfile struct {
|
2023-04-19 22:59:09 +00:00
|
|
|
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"`
|
|
|
|
SocialLinkSettings []*SyncSocialLinkSetting `protobuf:"bytes,5,rep,name=social_link_settings,json=socialLinkSettings,proto3" json:"social_link_settings,omitempty"`
|
2023-04-26 15:37:18 +00:00
|
|
|
EnsUsernameDetails []*SyncEnsUsernameDetail `protobuf:"bytes,6,rep,name=ens_username_details,json=ensUsernameDetails,proto3" json:"ens_username_details,omitempty"`
|
2023-04-19 22:59:09 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
2022-11-30 09:41:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *BackedUpProfile) Reset() { *m = BackedUpProfile{} }
|
|
|
|
func (m *BackedUpProfile) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*BackedUpProfile) ProtoMessage() {}
|
|
|
|
func (*BackedUpProfile) Descriptor() ([]byte, []int) {
|
2023-05-16 10:48:00 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{31}
|
2022-11-30 09:41:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
2023-04-19 22:59:09 +00:00
|
|
|
func (m *BackedUpProfile) GetSocialLinkSettings() []*SyncSocialLinkSetting {
|
|
|
|
if m != nil {
|
|
|
|
return m.SocialLinkSettings
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2023-04-26 15:37:18 +00:00
|
|
|
func (m *BackedUpProfile) GetEnsUsernameDetails() []*SyncEnsUsernameDetail {
|
|
|
|
if m != nil {
|
|
|
|
return m.EnsUsernameDetails
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2023-01-06 12:21:14 +00:00
|
|
|
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) {
|
2023-05-16 10:48:00 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{32}
|
2023-01-06 12:21:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
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) {
|
2023-05-16 10:48:00 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{33}
|
2023-01-06 12:21:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
2023-02-21 12:35:26 +00:00
|
|
|
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"`
|
|
|
|
Clock uint64 `protobuf:"varint,6,opt,name=clock,proto3" json:"clock,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) {
|
2023-05-16 10:48:00 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{34}
|
2023-02-21 12:35:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
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) GetClock() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Clock
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
type SyncKeycardAction struct {
|
|
|
|
Action SyncKeycardAction_Action `protobuf:"varint,1,opt,name=action,proto3,enum=protobuf.SyncKeycardAction_Action" json:"action,omitempty"`
|
|
|
|
OldKeycardUid string `protobuf:"bytes,2,opt,name=oldKeycardUid,proto3" json:"oldKeycardUid,omitempty"`
|
|
|
|
Keycard *SyncKeycard `protobuf:"bytes,3,opt,name=keycard,proto3" json:"keycard,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncKeycardAction) Reset() { *m = SyncKeycardAction{} }
|
|
|
|
func (m *SyncKeycardAction) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SyncKeycardAction) ProtoMessage() {}
|
|
|
|
func (*SyncKeycardAction) Descriptor() ([]byte, []int) {
|
2023-05-16 10:48:00 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{35}
|
2023-02-21 12:35:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncKeycardAction) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_SyncKeycardAction.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *SyncKeycardAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_SyncKeycardAction.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (m *SyncKeycardAction) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SyncKeycardAction.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SyncKeycardAction) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_SyncKeycardAction.Size(m)
|
|
|
|
}
|
|
|
|
func (m *SyncKeycardAction) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_SyncKeycardAction.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_SyncKeycardAction proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *SyncKeycardAction) GetAction() SyncKeycardAction_Action {
|
|
|
|
if m != nil {
|
|
|
|
return m.Action
|
|
|
|
}
|
|
|
|
return SyncKeycardAction_KEYCARD_ADDED
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncKeycardAction) GetOldKeycardUid() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.OldKeycardUid
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncKeycardAction) GetKeycard() *SyncKeycard {
|
|
|
|
if m != nil {
|
|
|
|
return m.Keycard
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2023-04-19 22:59:09 +00:00
|
|
|
type SyncSocialLinkSetting struct {
|
|
|
|
Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
|
|
|
|
Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
|
|
|
|
Clock uint64 `protobuf:"varint,3,opt,name=clock,proto3" json:"clock,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncSocialLinkSetting) Reset() { *m = SyncSocialLinkSetting{} }
|
|
|
|
func (m *SyncSocialLinkSetting) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SyncSocialLinkSetting) ProtoMessage() {}
|
|
|
|
func (*SyncSocialLinkSetting) Descriptor() ([]byte, []int) {
|
2023-04-26 15:37:18 +00:00
|
|
|
return fileDescriptor_d61ab7221f0b5518, []int{36}
|
2023-04-19 22:59:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncSocialLinkSetting) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_SyncSocialLinkSetting.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *SyncSocialLinkSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_SyncSocialLinkSetting.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (m *SyncSocialLinkSetting) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SyncSocialLinkSetting.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *SyncSocialLinkSetting) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_SyncSocialLinkSetting.Size(m)
|
|
|
|
}
|
|
|
|
func (m *SyncSocialLinkSetting) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_SyncSocialLinkSetting.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_SyncSocialLinkSetting proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *SyncSocialLinkSetting) GetText() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Text
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncSocialLinkSetting) GetUrl() string {
|
|
|
|
if m != nil {
|
|
|
|
return m.Url
|
|
|
|
}
|
|
|
|
return ""
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SyncSocialLinkSetting) GetClock() uint64 {
|
|
|
|
if m != nil {
|
|
|
|
return m.Clock
|
|
|
|
}
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
2020-01-10 18:59:01 +00:00
|
|
|
func init() {
|
2022-07-05 19:49:44 +00:00
|
|
|
proto.RegisterEnum("protobuf.SyncTrustedUser_TrustStatus", SyncTrustedUser_TrustStatus_name, SyncTrustedUser_TrustStatus_value)
|
|
|
|
proto.RegisterEnum("protobuf.SyncVerificationRequest_VerificationStatus", SyncVerificationRequest_VerificationStatus_name, SyncVerificationRequest_VerificationStatus_value)
|
2022-08-07 14:25:03 +00:00
|
|
|
proto.RegisterEnum("protobuf.SyncContactRequestDecision_DecisionStatus", SyncContactRequestDecision_DecisionStatus_name, SyncContactRequestDecision_DecisionStatus_value)
|
2023-02-21 12:35:26 +00:00
|
|
|
proto.RegisterEnum("protobuf.SyncKeycardAction_Action", SyncKeycardAction_Action_name, SyncKeycardAction_Action_value)
|
2022-11-30 09:41:35 +00:00
|
|
|
proto.RegisterType((*FetchingBackedUpDataDetails)(nil), "protobuf.FetchingBackedUpDataDetails")
|
2021-10-11 15:39:52 +00:00
|
|
|
proto.RegisterType((*Backup)(nil), "protobuf.Backup")
|
2022-06-24 14:06:13 +00:00
|
|
|
proto.RegisterType((*MultiAccount)(nil), "protobuf.MultiAccount")
|
2023-03-22 17:48:42 +00:00
|
|
|
proto.RegisterType((*MultiAccount_ColorHash)(nil), "protobuf.MultiAccount.ColorHash")
|
2022-06-24 14:06:13 +00:00
|
|
|
proto.RegisterType((*MultiAccount_IdentityImage)(nil), "protobuf.MultiAccount.IdentityImage")
|
|
|
|
proto.RegisterType((*LocalPairingPayload)(nil), "protobuf.LocalPairingPayload")
|
|
|
|
proto.RegisterType((*LocalPairingPayload_Key)(nil), "protobuf.LocalPairingPayload.Key")
|
2023-04-04 14:43:18 +00:00
|
|
|
proto.RegisterType((*LocalPairingPeerHello)(nil), "protobuf.LocalPairingPeerHello")
|
2020-01-10 18:59:01 +00:00
|
|
|
proto.RegisterType((*PairInstallation)(nil), "protobuf.PairInstallation")
|
|
|
|
proto.RegisterType((*SyncInstallationContact)(nil), "protobuf.SyncInstallationContact")
|
2021-09-03 08:26:05 +00:00
|
|
|
proto.RegisterType((*SyncInstallationContactV2)(nil), "protobuf.SyncInstallationContactV2")
|
2020-01-10 18:59:01 +00:00
|
|
|
proto.RegisterType((*SyncInstallationAccount)(nil), "protobuf.SyncInstallationAccount")
|
|
|
|
proto.RegisterType((*SyncInstallationPublicChat)(nil), "protobuf.SyncInstallationPublicChat")
|
2021-08-06 15:40:23 +00:00
|
|
|
proto.RegisterType((*SyncCommunity)(nil), "protobuf.SyncCommunity")
|
|
|
|
proto.RegisterType((*SyncCommunityRequestsToJoin)(nil), "protobuf.SyncCommunityRequestsToJoin")
|
feat: add verified wallet accounts to community requests
This commit extends the `CommunityRequestToJoin` with `RevealedAddresses` which represent wallet addresses and signatures provided by the sender, to proof a community owner ownership of those wallet addresses.
**Note: This only works with keystore files maanged by status-go**
At high level, the follwing happens:
1. User instructs Status to send a request to join to a community. By adding a password hash to the instruction, Status will try to unlock the users keystore and verify each wallet account.
2. For every verified wallet account, a signature is created for the following payload, using each wallet's private key
``` keccak256(chatkey + communityID + requestToJoinID) ``` A map of walletAddress->signature is then attached to the community request to join, which will be sent to the community owner
3. The owner node receives the request, and if the community requires users to hold tokens to become a member, it will check and verify whether the given wallet addresses are indeed owned by the sender. If any signature provided by the request cannot be recovered, the request is immediately declined by the owner.
4. The verified addresses are then added to the owner node's database such that, once the request should be accepted, the addresses can be used to check on chain whether they own the necessary funds to fulfill the community's permissions
The checking of required funds is **not** part of this commit. It will be added in a follow-up commit.
2023-03-17 09:19:40 +00:00
|
|
|
proto.RegisterMapType((map[string][]byte)(nil), "protobuf.SyncCommunityRequestsToJoin.RevealedAddressesEntry")
|
2020-01-10 18:59:01 +00:00
|
|
|
proto.RegisterType((*SyncInstallation)(nil), "protobuf.SyncInstallation")
|
2021-10-05 17:26:02 +00:00
|
|
|
proto.RegisterType((*SyncChatRemoved)(nil), "protobuf.SyncChatRemoved")
|
2021-10-12 10:33:32 +00:00
|
|
|
proto.RegisterType((*SyncChatMessagesRead)(nil), "protobuf.SyncChatMessagesRead")
|
2021-12-02 14:23:02 +00:00
|
|
|
proto.RegisterType((*SyncActivityCenterRead)(nil), "protobuf.SyncActivityCenterRead")
|
|
|
|
proto.RegisterType((*SyncActivityCenterAccepted)(nil), "protobuf.SyncActivityCenterAccepted")
|
|
|
|
proto.RegisterType((*SyncActivityCenterDismissed)(nil), "protobuf.SyncActivityCenterDismissed")
|
2022-01-17 03:42:11 +00:00
|
|
|
proto.RegisterType((*SyncBookmark)(nil), "protobuf.SyncBookmark")
|
2023-04-26 15:37:18 +00:00
|
|
|
proto.RegisterType((*SyncEnsUsernameDetail)(nil), "protobuf.SyncEnsUsernameDetail")
|
2022-02-10 10:00:59 +00:00
|
|
|
proto.RegisterType((*SyncClearHistory)(nil), "protobuf.SyncClearHistory")
|
2022-03-24 09:35:56 +00:00
|
|
|
proto.RegisterType((*SyncProfilePicture)(nil), "protobuf.SyncProfilePicture")
|
|
|
|
proto.RegisterType((*SyncProfilePictures)(nil), "protobuf.SyncProfilePictures")
|
2023-05-16 10:48:00 +00:00
|
|
|
proto.RegisterType((*SyncAccount)(nil), "protobuf.SyncAccount")
|
|
|
|
proto.RegisterType((*SyncKeypair)(nil), "protobuf.SyncKeypair")
|
|
|
|
proto.RegisterType((*SyncKeypairFull)(nil), "protobuf.SyncKeypairFull")
|
2022-09-14 10:46:11 +00:00
|
|
|
proto.RegisterType((*SyncSavedAddress)(nil), "protobuf.SyncSavedAddress")
|
2022-06-01 07:55:48 +00:00
|
|
|
proto.RegisterType((*SyncCommunitySettings)(nil), "protobuf.SyncCommunitySettings")
|
2022-07-05 19:49:44 +00:00
|
|
|
proto.RegisterType((*SyncTrustedUser)(nil), "protobuf.SyncTrustedUser")
|
|
|
|
proto.RegisterType((*SyncVerificationRequest)(nil), "protobuf.SyncVerificationRequest")
|
2022-08-07 14:25:03 +00:00
|
|
|
proto.RegisterType((*SyncContactRequestDecision)(nil), "protobuf.SyncContactRequestDecision")
|
2022-11-30 09:41:35 +00:00
|
|
|
proto.RegisterType((*BackedUpProfile)(nil), "protobuf.BackedUpProfile")
|
2023-01-06 12:21:14 +00:00
|
|
|
proto.RegisterType((*RawMessage)(nil), "protobuf.RawMessage")
|
|
|
|
proto.RegisterType((*SyncRawMessage)(nil), "protobuf.SyncRawMessage")
|
2023-02-21 12:35:26 +00:00
|
|
|
proto.RegisterType((*SyncKeycard)(nil), "protobuf.SyncKeycard")
|
|
|
|
proto.RegisterType((*SyncKeycardAction)(nil), "protobuf.SyncKeycardAction")
|
2023-04-19 22:59:09 +00:00
|
|
|
proto.RegisterType((*SyncSocialLinkSetting)(nil), "protobuf.SyncSocialLinkSetting")
|
2020-01-10 18:59:01 +00:00
|
|
|
}
|
|
|
|
|
2022-07-22 08:10:47 +00:00
|
|
|
func init() {
|
|
|
|
proto.RegisterFile("pairing.proto", fileDescriptor_d61ab7221f0b5518)
|
|
|
|
}
|
2020-01-10 18:59:01 +00:00
|
|
|
|
|
|
|
var fileDescriptor_d61ab7221f0b5518 = []byte{
|
2023-04-26 15:37:18 +00:00
|
|
|
// 3049 bytes of a gzipped FileDescriptorProto
|
2023-05-16 10:48:00 +00:00
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x19, 0xcb, 0x8e, 0x1b, 0xc7,
|
|
|
|
0xd1, 0x7c, 0x2c, 0x1f, 0x45, 0xee, 0x2e, 0xd5, 0x5a, 0x4b, 0xd4, 0x4a, 0x86, 0xa4, 0xb1, 0x0d,
|
|
|
|
0x2b, 0x81, 0xb3, 0x4a, 0xe4, 0x3c, 0x1c, 0xc9, 0x86, 0x43, 0x91, 0xb4, 0xb5, 0x5a, 0x89, 0xbb,
|
|
|
|
0xe9, 0x5d, 0xca, 0x71, 0x10, 0x60, 0xd0, 0x9a, 0x69, 0x2d, 0xdb, 0x3b, 0x9c, 0x61, 0xa6, 0x9b,
|
|
|
|
0x2b, 0xd3, 0x87, 0x00, 0xc9, 0x17, 0x04, 0xb9, 0xc4, 0x47, 0xdf, 0x02, 0xe4, 0x18, 0x20, 0x87,
|
|
|
|
0xdc, 0x72, 0xcc, 0x3d, 0x47, 0xe7, 0x0b, 0x82, 0x7c, 0x40, 0x8e, 0x41, 0x57, 0xf7, 0x0c, 0x67,
|
|
|
|
0xf8, 0x50, 0x24, 0xe4, 0x94, 0x13, 0xbb, 0xaa, 0xab, 0x6a, 0xaa, 0xeb, 0xd1, 0x55, 0xd5, 0x84,
|
|
|
|
0xcd, 0x09, 0x13, 0xb1, 0x08, 0x4f, 0xf7, 0x26, 0x71, 0xa4, 0x22, 0x52, 0xc3, 0x9f, 0xa7, 0xd3,
|
|
|
|
0x67, 0xbb, 0x17, 0xe5, 0x2c, 0xf4, 0x5c, 0xc9, 0x95, 0x12, 0xe1, 0xa9, 0x34, 0xdb, 0xbb, 0x0e,
|
|
|
|
0x9b, 0x4c, 0x02, 0xe1, 0x31, 0x25, 0xa2, 0xd0, 0x1d, 0x73, 0xc5, 0x7c, 0xa6, 0x98, 0x3b, 0xe6,
|
|
|
|
0x52, 0xb2, 0x53, 0x6e, 0x68, 0x1c, 0x06, 0x57, 0x3f, 0xe6, 0xca, 0x1b, 0x89, 0xf0, 0xf4, 0x3e,
|
|
|
|
0xf3, 0xce, 0xb8, 0x3f, 0x9c, 0xf4, 0x98, 0x62, 0x3d, 0xae, 0x98, 0x08, 0x24, 0xb9, 0x0e, 0x0d,
|
|
|
|
0x64, 0x0a, 0xa7, 0xe3, 0xa7, 0x3c, 0x6e, 0x17, 0x6e, 0x14, 0x6e, 0x6d, 0x52, 0xd0, 0xa8, 0x01,
|
|
|
|
0x62, 0xc8, 0x4d, 0x68, 0xaa, 0x48, 0xb1, 0x20, 0xa1, 0x28, 0x22, 0x45, 0x03, 0x71, 0x86, 0xc4,
|
|
|
|
0xf9, 0x6d, 0x15, 0x2a, 0x5a, 0xf6, 0x74, 0x42, 0x76, 0x60, 0xc3, 0x0b, 0x22, 0xef, 0x0c, 0x05,
|
|
|
|
0x95, 0xa9, 0x01, 0xc8, 0x16, 0x14, 0x85, 0x8f, 0x9c, 0x75, 0x5a, 0x14, 0x3e, 0xf9, 0x08, 0x6a,
|
|
|
|
0x5e, 0x14, 0x2a, 0xe6, 0x29, 0xd9, 0x2e, 0xdd, 0x28, 0xdd, 0x6a, 0xdc, 0x79, 0x73, 0x2f, 0x39,
|
|
|
|
0xe9, 0xde, 0xf1, 0x2c, 0xf4, 0xf6, 0x43, 0xa9, 0x58, 0x10, 0xe0, 0xc1, 0xba, 0x86, 0xf2, 0xc9,
|
|
|
|
0x1d, 0x9a, 0x32, 0x91, 0x1f, 0x43, 0xc3, 0x8b, 0xc6, 0xe3, 0x69, 0x28, 0x94, 0xe0, 0xb2, 0x5d,
|
|
|
|
0x46, 0x19, 0x97, 0xf3, 0x32, 0xba, 0x96, 0x60, 0x46, 0xb3, 0xb4, 0xe4, 0x10, 0xb6, 0x13, 0x31,
|
|
|
|
0xd6, 0x06, 0xed, 0x8d, 0x1b, 0x85, 0x5b, 0x8d, 0x3b, 0x6f, 0xcf, 0xd9, 0x5f, 0x60, 0x30, 0xba,
|
|
|
|
0xc8, 0x4d, 0x86, 0x40, 0x32, 0xf2, 0x13, 0x99, 0x95, 0x57, 0x91, 0xb9, 0x42, 0x00, 0x79, 0x0f,
|
|
|
|
0xaa, 0x93, 0x38, 0x7a, 0x26, 0x02, 0xde, 0xae, 0xa2, 0xac, 0x2b, 0x73, 0x59, 0x89, 0x8c, 0x23,
|
|
|
|
0x43, 0x40, 0x13, 0x4a, 0xf2, 0x18, 0xb6, 0xec, 0x32, 0xd1, 0xa3, 0xf6, 0x2a, 0x7a, 0x2c, 0x30,
|
|
|
|
0x93, 0xdb, 0x50, 0xb5, 0x11, 0xd7, 0xae, 0xa3, 0x9c, 0xd7, 0xf3, 0x26, 0x3e, 0x36, 0x9b, 0x34,
|
|
|
|
0xa1, 0xd2, 0xc6, 0x4d, 0x42, 0x34, 0x51, 0x00, 0x5e, 0xc9, 0xb8, 0x0b, 0xdc, 0xe4, 0x1e, 0x34,
|
|
|
|
0x9e, 0x4d, 0x83, 0xe0, 0x80, 0xcf, 0x74, 0x62, 0xb4, 0x1b, 0x8b, 0x96, 0xd0, 0x5a, 0xd8, 0xcd,
|
|
|
|
0x8f, 0xa7, 0x41, 0x40, 0xb3, 0xd4, 0xda, 0x33, 0x19, 0x30, 0x51, 0xa8, 0xf9, 0x4a, 0x9e, 0x59,
|
|
|
|
0x16, 0x40, 0x3a, 0xd0, 0x7a, 0xce, 0x94, 0x37, 0x3a, 0x0c, 0x83, 0x59, 0xc7, 0xf3, 0xa2, 0x69,
|
|
|
|
0xa8, 0xda, 0x9b, 0xab, 0xcc, 0x63, 0x37, 0xe9, 0x12, 0x39, 0x71, 0xe1, 0xf2, 0x22, 0x2e, 0x51,
|
|
|
|
0x6f, 0xeb, 0x55, 0xd4, 0x5b, 0x27, 0xc5, 0xf9, 0x57, 0x19, 0x9a, 0x8f, 0xa7, 0x81, 0x12, 0xc9,
|
|
|
|
0x17, 0x09, 0x94, 0x43, 0x36, 0xe6, 0x98, 0x97, 0x75, 0x8a, 0x6b, 0x72, 0x0d, 0xea, 0x4a, 0x8c,
|
|
|
|
0xb9, 0x54, 0x6c, 0x3c, 0xc1, 0xec, 0x2c, 0xd1, 0x39, 0x42, 0xef, 0x0a, 0x9f, 0x87, 0x4a, 0x78,
|
|
|
|
0x51, 0xd8, 0x2e, 0x21, 0xdb, 0x1c, 0x41, 0x3e, 0x02, 0xf0, 0xa2, 0x20, 0x8a, 0xdd, 0x11, 0x93,
|
|
|
|
0x23, 0x9b, 0x80, 0x37, 0xe6, 0x4a, 0x67, 0xbf, 0xbd, 0xd7, 0xd5, 0x84, 0x0f, 0x98, 0x1c, 0xd1,
|
|
|
|
0xba, 0x97, 0x2c, 0xc9, 0x15, 0x7d, 0x07, 0x68, 0x01, 0xc2, 0xc7, 0x04, 0x2c, 0xd1, 0x2a, 0xc2,
|
|
|
|
0xfb, 0x3e, 0x79, 0x07, 0xb6, 0xcf, 0xf8, 0xcc, 0x63, 0xb1, 0xef, 0xda, 0xeb, 0x10, 0xd3, 0xa9,
|
|
|
|
0x4e, 0xb7, 0x2c, 0xfa, 0xc8, 0x60, 0xc9, 0x65, 0xa8, 0x9e, 0xf1, 0x99, 0x3b, 0x15, 0x3e, 0xe6,
|
|
|
|
0x48, 0x9d, 0x56, 0xce, 0xf8, 0x6c, 0x28, 0x7c, 0xf2, 0x01, 0x54, 0xc4, 0x98, 0x9d, 0x72, 0x1d,
|
|
|
|
0xff, 0x5a, 0xb3, 0xb7, 0xd6, 0x68, 0xb6, 0x8f, 0xe7, 0x51, 0xb3, 0x7d, 0x4d, 0x4c, 0x2d, 0x0f,
|
|
|
|
0xb9, 0x0d, 0x17, 0xbd, 0xa9, 0x54, 0xd1, 0x58, 0x7c, 0x69, 0xae, 0x56, 0x54, 0x0c, 0x53, 0xa0,
|
|
|
|
0x4e, 0x49, 0x6e, 0x0b, 0x8f, 0xb6, 0x7b, 0x13, 0xea, 0xe9, 0x19, 0xf5, 0x15, 0x28, 0x42, 0x9f,
|
|
|
|
0x7f, 0xd1, 0x2e, 0xdc, 0x28, 0xdd, 0x2a, 0x51, 0x03, 0xec, 0x7e, 0x53, 0x80, 0xcd, 0xdc, 0xd7,
|
|
|
|
0xb2, 0xca, 0x17, 0x72, 0xca, 0x27, 0xae, 0x2a, 0x66, 0x5c, 0xd5, 0x86, 0xea, 0x84, 0xcd, 0x82,
|
|
|
|
0x88, 0xf9, 0xe8, 0x8a, 0x26, 0x4d, 0x40, 0xfd, 0xb9, 0xe7, 0xc2, 0x57, 0xda, 0x07, 0xda, 0x88,
|
|
|
|
0x06, 0x20, 0x97, 0xa0, 0x32, 0xe2, 0xe2, 0x74, 0xa4, 0xac, 0x6d, 0x2d, 0x44, 0x76, 0xa1, 0xa6,
|
|
|
|
0x13, 0x5c, 0x8a, 0x2f, 0x39, 0xda, 0xb4, 0x44, 0x53, 0x98, 0xbc, 0x09, 0x9b, 0x31, 0xae, 0x5c,
|
|
|
|
0xc5, 0xe2, 0x53, 0xae, 0xd0, 0xa6, 0x25, 0xda, 0x34, 0xc8, 0x13, 0xc4, 0xcd, 0x2f, 0xf8, 0x5a,
|
|
|
|
0xe6, 0x82, 0x77, 0xfe, 0x5e, 0x80, 0x8b, 0x8f, 0x22, 0x8f, 0x05, 0xd6, 0x33, 0x47, 0x56, 0xb9,
|
|
|
|
0x1f, 0x40, 0xf9, 0x8c, 0xcf, 0x24, 0x9a, 0xa2, 0x71, 0xe7, 0xe6, 0xdc, 0x0b, 0x2b, 0x88, 0xf7,
|
|
|
|
0x0e, 0xf8, 0x8c, 0x22, 0x39, 0xb9, 0x0b, 0xcd, 0xb1, 0x76, 0x13, 0xb3, 0xd9, 0x55, 0xc4, 0x9c,
|
|
|
|
0xb8, 0xb4, 0xda, 0x89, 0x34, 0x47, 0xab, 0x4f, 0x38, 0x61, 0x52, 0x3e, 0x8f, 0x62, 0xdf, 0x46,
|
|
|
|
0x6d, 0x0a, 0xef, 0x7e, 0x07, 0x4a, 0x07, 0x7c, 0xb6, 0x32, 0x17, 0x08, 0x94, 0x75, 0xd1, 0xc3,
|
|
|
|
0x4f, 0x35, 0x29, 0xae, 0x9d, 0xbf, 0x14, 0xe0, 0xf5, 0x9c, 0xa2, 0x9c, 0xc7, 0x0f, 0x78, 0x10,
|
|
|
|
0x44, 0x3a, 0x42, 0x6d, 0x64, 0xba, 0xe7, 0x3c, 0x96, 0x22, 0x0a, 0x51, 0xd8, 0x06, 0xdd, 0xb2,
|
|
|
|
0xe8, 0x27, 0x06, 0xab, 0x9d, 0x3c, 0xe1, 0x1c, 0x83, 0xdc, 0x48, 0xae, 0x68, 0x70, 0xdf, 0xc7,
|
|
|
|
0xba, 0xcb, 0xcf, 0x85, 0xc7, 0x5d, 0x54, 0xc5, 0x68, 0x0a, 0x06, 0x35, 0xd0, 0x0a, 0xcd, 0x09,
|
|
|
|
0xd4, 0x6c, 0xc2, 0xd1, 0xbb, 0x29, 0xc1, 0xc9, 0x6c, 0x82, 0xd9, 0x2b, 0xc5, 0x69, 0xc8, 0xd4,
|
|
|
|
0x34, 0xe6, 0xe8, 0xe5, 0x26, 0x9d, 0x23, 0x9c, 0xaf, 0x0b, 0xd0, 0xd2, 0x6a, 0x67, 0x2b, 0xe9,
|
|
|
|
0x9a, 0xea, 0xfc, 0x0e, 0x6c, 0x8b, 0x0c, 0x95, 0x9b, 0x96, 0xea, 0xad, 0x2c, 0x3a, 0xa7, 0x33,
|
|
|
|
0xaa, 0x54, 0x5a, 0x52, 0x29, 0x31, 0x6c, 0x39, 0x1f, 0xb9, 0x89, 0x89, 0x36, 0xb0, 0x75, 0x48,
|
|
|
|
0x40, 0xe7, 0x9f, 0x05, 0xb8, 0xbc, 0xa6, 0xd8, 0xbf, 0x64, 0x1f, 0xf1, 0x26, 0x6c, 0xda, 0x8a,
|
|
|
|
0xe5, 0x62, 0xea, 0x5a, 0x95, 0x9a, 0x16, 0x69, 0xf2, 0xec, 0x0a, 0xd4, 0x78, 0x28, 0xdd, 0x8c,
|
|
|
|
0x62, 0x55, 0x1e, 0x4a, 0xb4, 0xf1, 0x4d, 0x68, 0x06, 0x4c, 0x2a, 0x77, 0x3a, 0xf1, 0x99, 0xe2,
|
|
|
|
0xe6, 0x1e, 0x2a, 0xd3, 0x86, 0xc6, 0x0d, 0x0d, 0x4a, 0x9f, 0x59, 0xce, 0xa4, 0xe2, 0x63, 0x57,
|
|
|
|
0xb1, 0x53, 0x5d, 0xd6, 0x4b, 0xfa, 0xcc, 0x06, 0x75, 0xc2, 0x4e, 0x25, 0x79, 0x1b, 0xb6, 0x02,
|
|
|
|
0x1d, 0x23, 0x6e, 0x28, 0xbc, 0x33, 0xfc, 0x88, 0xb9, 0x8a, 0x36, 0x11, 0x3b, 0xb0, 0x48, 0xe7,
|
|
|
|
0xd7, 0x15, 0xb8, 0xb2, 0xb6, 0xb3, 0x21, 0xdf, 0x85, 0x9d, 0xac, 0x22, 0x2e, 0xf2, 0x06, 0x33,
|
|
|
|
0x7b, 0x7a, 0x92, 0x51, 0xe8, 0x91, 0xd9, 0xf9, 0x3f, 0x36, 0x85, 0xf6, 0x2d, 0xf3, 0x7d, 0xee,
|
|
|
|
0xe3, 0x85, 0x5a, 0xa3, 0x06, 0xd0, 0x71, 0xf2, 0x54, 0x3b, 0x99, 0xfb, 0xd8, 0x32, 0xd4, 0x68,
|
|
|
|
0x02, 0x6a, 0xfa, 0xf1, 0x54, 0xeb, 0xd4, 0x30, 0xf4, 0x08, 0x68, 0xfa, 0x98, 0x8f, 0xa3, 0x73,
|
|
|
|
0xee, 0x63, 0x45, 0xaf, 0xd1, 0x04, 0x24, 0x37, 0xa0, 0x39, 0x62, 0xd2, 0x45, 0xb1, 0xee, 0x54,
|
|
|
|
0x62, 0x6d, 0xae, 0x51, 0x18, 0x31, 0xd9, 0xd1, 0xa8, 0x21, 0x5e, 0xf0, 0xe7, 0x3c, 0x16, 0xcf,
|
|
|
|
0x92, 0xd6, 0x59, 0x2a, 0xa6, 0xa6, 0xa6, 0xf4, 0x96, 0x28, 0xc9, 0x6e, 0x1d, 0xe3, 0x0e, 0x36,
|
|
|
|
0xc1, 0xf1, 0x54, 0xaa, 0x84, 0x72, 0x1b, 0x29, 0x1b, 0x88, 0xb3, 0x24, 0x1f, 0xc2, 0x55, 0xdb,
|
|
|
|
0x19, 0xba, 0x31, 0xff, 0xe5, 0x94, 0x4b, 0x65, 0xbc, 0x88, 0x2c, 0xbc, 0xdd, 0x42, 0x8e, 0xb6,
|
|
|
|
0x25, 0xa1, 0x86, 0x02, 0x9d, 0xa9, 0xf9, 0xf9, 0x7a, 0x76, 0x93, 0x06, 0x17, 0xd6, 0xb2, 0x77,
|
|
|
|
0x31, 0x33, 0x3e, 0x82, 0x6b, 0x8b, 0xec, 0xda, 0x1c, 0x8a, 0xdb, 0xcf, 0x13, 0xe4, 0xbf, 0x92,
|
|
|
|
0xe7, 0xa7, 0x48, 0x61, 0xbe, 0xbf, 0x5e, 0x80, 0x51, 0xe0, 0xe2, 0x7a, 0x01, 0x46, 0x83, 0x9b,
|
|
|
|
0xd0, 0xf4, 0x85, 0x9c, 0x04, 0x6c, 0x66, 0xe2, 0x6b, 0x07, 0x5d, 0xdf, 0xb0, 0x38, 0x1d, 0x63,
|
|
|
|
0xce, 0xf3, 0xe5, 0x7c, 0x4f, 0xda, 0x93, 0xd5, 0xf9, 0xbe, 0x14, 0xd4, 0xc5, 0x15, 0x41, 0xbd,
|
|
|
|
0x18, 0xb9, 0xa5, 0xa5, 0xc8, 0x75, 0xee, 0xc3, 0xee, 0xe2, 0x87, 0x8f, 0xa6, 0x4f, 0x03, 0xe1,
|
|
|
|
0x75, 0x47, 0xec, 0x25, 0xef, 0x1a, 0xe7, 0xcf, 0x25, 0xd8, 0xcc, 0x8d, 0x15, 0xff, 0x95, 0xaf,
|
|
|
|
0x89, 0x89, 0x79, 0x1d, 0x1a, 0x93, 0x58, 0x9c, 0x33, 0xc5, 0xdd, 0x33, 0x3e, 0xb3, 0xd5, 0x1b,
|
|
|
|
0x2c, 0x4a, 0x57, 0xa3, 0x1b, 0xfa, 0x56, 0x95, 0x5e, 0x2c, 0x26, 0x5a, 0x2f, 0xcc, 0xcb, 0x26,
|
|
|
|
0xcd, 0xa2, 0x74, 0x31, 0xff, 0x3c, 0x12, 0xa1, 0xcd, 0xca, 0x1a, 0xb5, 0x90, 0x2e, 0x75, 0x26,
|
|
|
|
0x56, 0xb9, 0x8f, 0xc5, 0xbc, 0x46, 0x53, 0x78, 0x9e, 0x34, 0xd5, 0x6c, 0xd2, 0x1c, 0x42, 0xcb,
|
|
|
|
0x7a, 0x57, 0xba, 0x2a, 0x72, 0xb5, 0x1c, 0xdb, 0x21, 0xbd, 0xbd, 0x6e, 0x78, 0xb2, 0xe4, 0x27,
|
|
|
|
0xd1, 0xc3, 0x48, 0x84, 0x74, 0x2b, 0xce, 0xc1, 0xe4, 0x1e, 0xd4, 0x92, 0x96, 0xdd, 0x8e, 0x08,
|
|
|
|
0xd7, 0xd7, 0x08, 0xb2, 0xb3, 0x82, 0xa4, 0x29, 0x83, 0xae, 0x60, 0x3c, 0xf4, 0xe2, 0xd9, 0x44,
|
|
|
|
0xa5, 0x49, 0x3f, 0x47, 0x60, 0x7d, 0x9b, 0x70, 0x4f, 0xb1, 0x79, 0xea, 0xcf, 0x11, 0xba, 0x68,
|
|
|
|
0x59, 0x52, 0x9d, 0xc0, 0xd8, 0x64, 0x34, 0xd1, 0x72, 0x5b, 0x73, 0xf4, 0x01, 0x9f, 0x49, 0xe7,
|
|
|
|
0x37, 0x25, 0xb8, 0xfa, 0x82, 0x13, 0x59, 0x7f, 0x15, 0x52, 0x7f, 0xbd, 0x01, 0x30, 0xc1, 0xd8,
|
|
|
|
0x40, 0x77, 0x19, 0xff, 0xd7, 0x0d, 0x46, 0x7b, 0x2b, 0x75, 0x7a, 0x29, 0xeb, 0xf4, 0x17, 0x5c,
|
|
|
|
0xac, 0x97, 0xa1, 0xea, 0x8d, 0x98, 0x4a, 0xda, 0xdc, 0x3a, 0xad, 0x68, 0x70, 0xdf, 0xd7, 0x71,
|
|
|
|
0x9b, 0x8c, 0x7d, 0x33, 0xbd, 0x5b, 0x31, 0x8e, 0x4f, 0x71, 0xfb, 0xe8, 0x44, 0x93, 0xbe, 0x55,
|
|
|
|
0xf3, 0x31, 0x04, 0xc8, 0x19, 0x90, 0x98, 0x9f, 0x73, 0x16, 0x70, 0x5f, 0x5f, 0x72, 0x31, 0x97,
|
|
|
|
0x32, 0x6d, 0x74, 0x3f, 0x78, 0x29, 0x37, 0xee, 0x51, 0xcb, 0xdf, 0x49, 0xd8, 0xfb, 0xa1, 0x8a,
|
|
|
|
0x67, 0xf4, 0x42, 0xbc, 0x88, 0xdf, 0xed, 0xc1, 0xa5, 0xd5, 0xc4, 0xa4, 0x05, 0x25, 0x6d, 0x21,
|
|
|
|
0xd3, 0x44, 0xe9, 0xa5, 0x56, 0xf7, 0x9c, 0x05, 0x53, 0x6e, 0xa3, 0xdf, 0x00, 0x77, 0x8b, 0xef,
|
|
|
|
0x17, 0x9c, 0xdf, 0x15, 0xa1, 0xb5, 0x98, 0x81, 0xe4, 0xc3, 0xcc, 0x2b, 0xc0, 0x52, 0x83, 0xb8,
|
|
|
|
0xa6, 0x56, 0x66, 0xde, 0x00, 0x3e, 0x81, 0xa6, 0x75, 0x94, 0x36, 0xa8, 0x6c, 0x17, 0x17, 0x3b,
|
|
|
|
0xfd, 0xf5, 0x29, 0x4f, 0x1b, 0x93, 0x74, 0xad, 0x67, 0xcc, 0x6a, 0xd2, 0x68, 0x96, 0x30, 0x84,
|
|
|
|
0x5f, 0xa0, 0x46, 0xd2, 0x73, 0x26, 0x1c, 0xff, 0xc3, 0x4b, 0x84, 0xf3, 0x23, 0xd8, 0xc6, 0x5d,
|
|
|
|
0xad, 0x90, 0x2d, 0x5d, 0x2f, 0x77, 0x15, 0x7d, 0x00, 0x3b, 0x09, 0xe3, 0x63, 0xf3, 0xd6, 0x23,
|
|
|
|
0x29, 0x67, 0x2f, 0xcb, 0xfd, 0x13, 0xb8, 0x64, 0x86, 0x53, 0x25, 0xce, 0x85, 0x9a, 0x75, 0x79,
|
|
|
|
0xa8, 0x78, 0xfc, 0x02, 0xfe, 0x16, 0x94, 0x84, 0x6f, 0xcc, 0xdb, 0xa4, 0x7a, 0xe9, 0xf4, 0xcc,
|
|
|
|
0x75, 0x9a, 0x97, 0xd0, 0xf1, 0x3c, 0x8e, 0x79, 0xfb, 0xb2, 0x52, 0xfa, 0x26, 0x2f, 0xf3, 0x52,
|
|
|
|
0x7a, 0x42, 0x8e, 0x85, 0x94, 0xaf, 0x20, 0xe6, 0xeb, 0x02, 0x34, 0xb5, 0x9c, 0xfb, 0x51, 0x74,
|
|
|
|
0x36, 0x66, 0xf1, 0xd9, 0x7a, 0xc6, 0x69, 0x1c, 0x58, 0x33, 0xe8, 0x65, 0xda, 0xac, 0x96, 0x32,
|
|
|
|
0xcd, 0xea, 0x55, 0xa8, 0x63, 0xa1, 0x71, 0x35, 0xad, 0x49, 0xe4, 0x1a, 0x22, 0x86, 0x71, 0x90,
|
|
|
|
0xed, 0x38, 0x36, 0xf2, 0x1d, 0xc7, 0x1b, 0x00, 0x3e, 0x0f, 0xb8, 0xee, 0xdc, 0x98, 0xc2, 0x44,
|
|
|
|
0x2e, 0xd3, 0xba, 0xc5, 0x74, 0x94, 0xf3, 0x2b, 0x78, 0x5d, 0x6b, 0xd8, 0x0f, 0xe5, 0x50, 0xf2,
|
|
|
|
0x58, 0x7f, 0xc8, 0x8c, 0xe9, 0x6b, 0x54, 0xdd, 0x85, 0xda, 0xd4, 0xd2, 0x59, 0x7d, 0x53, 0x18,
|
|
|
|
0xa7, 0xe6, 0x11, 0x13, 0xd8, 0xa4, 0x9b, 0x1b, 0xa8, 0x8a, 0xf0, 0x7e, 0xae, 0x21, 0x2a, 0xe7,
|
|
|
|
0xd4, 0x73, 0x1e, 0x9a, 0xe4, 0xeb, 0x06, 0x9c, 0xc5, 0x0f, 0x84, 0x54, 0x51, 0x3c, 0xcb, 0x5e,
|
|
|
|
0x4b, 0x85, 0xdc, 0xb5, 0xf4, 0x06, 0x80, 0xa7, 0x09, 0xcd, 0x59, 0x8a, 0xe6, 0x2c, 0x16, 0xd3,
|
|
|
|
0x51, 0xce, 0xdf, 0x0a, 0x40, 0xb4, 0x30, 0xfb, 0xf4, 0x74, 0x24, 0x3c, 0x3d, 0x6e, 0xac, 0x1c,
|
|
|
|
0xa9, 0x32, 0x33, 0x6b, 0x71, 0xcd, 0xcc, 0x5a, 0xc2, 0x89, 0x60, 0x69, 0x66, 0x2d, 0x23, 0x3a,
|
|
|
|
0x99, 0x59, 0xaf, 0x42, 0x1d, 0x5b, 0x00, 0x1c, 0x5a, 0xcd, 0x0c, 0x81, 0x43, 0xeb, 0xf1, 0xca,
|
|
|
|
0xa1, 0xb5, 0x82, 0x04, 0x6b, 0x86, 0xd6, 0x6a, 0x76, 0x68, 0x1d, 0xc1, 0xc5, 0xe5, 0x93, 0xc8,
|
|
|
|
0xf5, 0x73, 0xf9, 0xfb, 0x50, 0x9b, 0x58, 0x22, 0x7b, 0xd9, 0x5c, 0xcb, 0xe7, 0x79, 0x5e, 0x12,
|
|
|
|
0x4d, 0xa9, 0x9d, 0x3f, 0x14, 0xa1, 0x91, 0x79, 0x10, 0x5a, 0xe3, 0xf7, 0x36, 0x54, 0xed, 0x75,
|
|
|
|
0x9e, 0xd8, 0xcb, 0x82, 0x59, 0x95, 0x4a, 0x39, 0x95, 0xf2, 0xc5, 0xca, 0xb4, 0x0e, 0x99, 0x62,
|
|
|
|
0x45, 0xa0, 0x3c, 0x61, 0x6a, 0x64, 0x0b, 0x0f, 0xae, 0x53, 0x4f, 0x55, 0x32, 0x9e, 0xd2, 0xfa,
|
|
|
|
0xe0, 0x13, 0x87, 0xe9, 0xd7, 0x0d, 0xa0, 0xb1, 0x7c, 0x1c, 0x7d, 0x2e, 0x70, 0xd4, 0xaf, 0x53,
|
|
|
|
0x03, 0x68, 0x2f, 0x3d, 0x67, 0x41, 0xc0, 0x95, 0x6d, 0xdf, 0x2d, 0xa4, 0xe5, 0xea, 0x08, 0xb2,
|
|
|
|
0x75, 0x1c, 0xd7, 0xe8, 0x51, 0xe1, 0xfb, 0x3c, 0xb4, 0xf5, 0xdb, 0x42, 0xeb, 0x7b, 0x77, 0xe7,
|
|
|
|
0x2b, 0x6b, 0xa9, 0xe4, 0x09, 0x6f, 0xb5, 0xa5, 0x32, 0xf6, 0x28, 0xae, 0x7c, 0x3a, 0x29, 0xe5,
|
|
|
|
0x27, 0xfb, 0xcc, 0x04, 0x8d, 0x6b, 0x6c, 0x56, 0x79, 0x2c, 0xce, 0xb9, 0xef, 0x3e, 0x8b, 0xa3,
|
|
|
|
0xb1, 0x35, 0x50, 0xc3, 0xe2, 0x3e, 0x8e, 0xa3, 0x31, 0xb9, 0x07, 0xbb, 0xa6, 0xad, 0x94, 0xdc,
|
|
|
|
0x77, 0x71, 0xc3, 0x4e, 0xc7, 0xf8, 0xb6, 0x63, 0x72, 0xfc, 0x32, 0x36, 0x99, 0x92, 0xfb, 0xbd,
|
|
|
|
0x74, 0x7f, 0x5f, 0x6f, 0x9b, 0x51, 0x29, 0xf4, 0x12, 0xf1, 0xc6, 0xac, 0x60, 0x50, 0x28, 0xfd,
|
|
|
|
0x7b, 0x50, 0xb3, 0x15, 0x24, 0xa9, 0xdc, 0x6b, 0xde, 0x0e, 0x53, 0x32, 0x67, 0x6a, 0xca, 0x45,
|
|
|
|
0xe6, 0xb5, 0x93, 0xdc, 0x46, 0x3b, 0xe0, 0xcb, 0x68, 0x61, 0xd5, 0x03, 0xa4, 0xa5, 0xa5, 0x09,
|
|
|
|
0x95, 0xfe, 0xac, 0x7d, 0x42, 0x4b, 0x42, 0x78, 0x99, 0x43, 0xef, 0xd2, 0x94, 0xcc, 0xf9, 0x77,
|
|
|
|
0xc1, 0xdc, 0x1e, 0xc7, 0xec, 0x3c, 0x6d, 0x01, 0xb2, 0xa1, 0x5a, 0xc8, 0x87, 0xea, 0xaa, 0xc7,
|
|
|
|
0xab, 0x6b, 0x50, 0x7f, 0xc6, 0xce, 0xa3, 0x69, 0x2c, 0x94, 0x71, 0x4d, 0x8d, 0xce, 0x11, 0x2f,
|
|
|
|
0xb8, 0x56, 0x6f, 0x42, 0xd3, 0x34, 0xf5, 0x6e, 0x36, 0x7b, 0x1b, 0x06, 0x67, 0xa6, 0x8e, 0x6f,
|
|
|
|
0xc3, 0x05, 0x73, 0x1f, 0xca, 0x51, 0x14, 0x2b, 0x6c, 0xc0, 0xa4, 0x8d, 0xd7, 0x6d, 0xdc, 0x38,
|
|
|
|
0xd6, 0x78, 0xdd, 0x88, 0x49, 0x5d, 0x02, 0x78, 0x28, 0xed, 0x33, 0x9e, 0x5e, 0xea, 0x38, 0x12,
|
|
|
|
0xd2, 0x55, 0x5c, 0x26, 0x61, 0x5b, 0x11, 0xf2, 0x84, 0x4b, 0xf5, 0xb0, 0x5c, 0x2b, 0xb7, 0x36,
|
|
|
|
0x9c, 0xdf, 0x17, 0xcc, 0xc5, 0xbd, 0xd4, 0xc3, 0xae, 0x09, 0xcb, 0xc5, 0x8e, 0xce, 0xd8, 0x20,
|
|
|
|
0xd7, 0xd1, 0xf5, 0xe1, 0xfa, 0xc8, 0xdc, 0xc0, 0x2e, 0x8b, 0xbd, 0x91, 0x38, 0xe7, 0xae, 0x9c,
|
|
|
|
0x4e, 0x26, 0x5a, 0x77, 0x1e, 0xb2, 0xa7, 0x81, 0x9d, 0x5f, 0x6a, 0xf4, 0x9a, 0x25, 0xeb, 0x18,
|
|
|
|
0xaa, 0x63, 0x43, 0xd4, 0x37, 0x34, 0xce, 0x9f, 0x0a, 0x26, 0x18, 0x4e, 0xf4, 0x00, 0xaa, 0x47,
|
|
|
|
0x5a, 0x1e, 0xbf, 0xe4, 0x93, 0xc9, 0x87, 0x50, 0xb1, 0x33, 0xac, 0xfe, 0xce, 0xd6, 0x62, 0xdf,
|
|
|
|
0x9f, 0x11, 0xb8, 0x77, 0x32, 0x9f, 0x6e, 0xa9, 0x65, 0x72, 0xee, 0x42, 0x23, 0x83, 0x26, 0x0d,
|
|
|
|
0xa8, 0x0e, 0x07, 0x07, 0x83, 0xc3, 0x4f, 0x07, 0xad, 0xd7, 0x34, 0x70, 0x42, 0x87, 0xc7, 0x27,
|
|
|
|
0xfd, 0x5e, 0xab, 0x40, 0x2e, 0xc0, 0xe6, 0x70, 0x80, 0xe0, 0xa7, 0x87, 0xf4, 0xe4, 0xc1, 0x67,
|
|
|
|
0xad, 0xa2, 0xf3, 0x75, 0xc9, 0xcc, 0x7f, 0x4f, 0x32, 0xf3, 0xb5, 0xed, 0x4b, 0xd7, 0x28, 0x4f,
|
|
|
|
0xa0, 0x8c, 0xf9, 0x63, 0x83, 0x49, 0xaf, 0xf5, 0x81, 0x54, 0x64, 0x13, 0xbc, 0xa8, 0x22, 0x1d,
|
|
|
|
0x5c, 0xde, 0x48, 0x5f, 0x41, 0xe1, 0x69, 0x92, 0xe3, 0x73, 0x84, 0x76, 0x89, 0x9d, 0x58, 0x4c,
|
|
|
|
0x3d, 0xb3, 0xcf, 0x1a, 0x29, 0xae, 0x83, 0x0f, 0x86, 0x31, 0x97, 0x93, 0x28, 0x94, 0xc9, 0xa5,
|
|
|
|
0x98, 0xc2, 0xfa, 0x7e, 0x8d, 0xf9, 0x24, 0x10, 0x86, 0xd9, 0xc4, 0x5f, 0xdd, 0x62, 0x3a, 0x8a,
|
|
|
|
0xf0, 0xd5, 0xef, 0x08, 0x35, 0xb4, 0xec, 0xf7, 0xf3, 0x96, 0x5d, 0x71, 0xea, 0xbd, 0x27, 0x4b,
|
|
|
|
0x2f, 0x0d, 0x2b, 0x5f, 0x1f, 0x8c, 0x0f, 0xeb, 0x69, 0x07, 0xf7, 0x33, 0x20, 0xcb, 0x9c, 0x4b,
|
|
|
|
0xbe, 0x38, 0xea, 0x0f, 0x7a, 0xfb, 0x83, 0x4f, 0x5a, 0x05, 0xd2, 0x84, 0x5a, 0xa7, 0xdb, 0xed,
|
|
|
|
0x1f, 0x69, 0xcf, 0x14, 0x35, 0xd4, 0xeb, 0x77, 0x1f, 0xed, 0x0f, 0xfa, 0xbd, 0x56, 0x49, 0x43,
|
|
|
|
0xdd, 0xce, 0xa0, 0xdb, 0x7f, 0xd4, 0xef, 0xb5, 0xca, 0xce, 0x3f, 0x0a, 0xa6, 0xb5, 0xeb, 0xe6,
|
|
|
|
0xc6, 0xfc, 0x1e, 0xf7, 0x84, 0x5c, 0xff, 0x7e, 0x78, 0x0d, 0xea, 0xd6, 0x9e, 0xfb, 0x49, 0xa4,
|
|
|
|
0xcd, 0x11, 0xe4, 0x17, 0xb0, 0xed, 0x5b, 0x7e, 0x37, 0x17, 0x79, 0xef, 0x2d, 0x36, 0xc9, 0xab,
|
|
|
|
0x3e, 0xb9, 0x97, 0x2c, 0xac, 0x79, 0xb6, 0xfc, 0x1c, 0xec, 0xbc, 0x0b, 0x5b, 0x79, 0x8a, 0xdc,
|
|
|
|
0x61, 0x5f, 0xcb, 0x1d, 0xb6, 0xe0, 0x7c, 0x53, 0x84, 0xed, 0x85, 0xff, 0xce, 0xd6, 0x97, 0xfb,
|
|
|
|
0xc5, 0x07, 0x8d, 0xe2, 0xd2, 0x83, 0x06, 0x79, 0x17, 0x48, 0x96, 0xc4, 0xcd, 0x4e, 0x86, 0xad,
|
|
|
|
0x0c, 0xa1, 0xb9, 0xab, 0xb2, 0xfd, 0x43, 0xf9, 0x55, 0xfa, 0x07, 0xf2, 0x53, 0xd8, 0x91, 0x91,
|
|
|
|
0x27, 0x58, 0xe0, 0x06, 0x22, 0x3c, 0x4b, 0xff, 0x05, 0x6e, 0x6f, 0xa0, 0x94, 0x85, 0x89, 0xfb,
|
|
|
|
0x18, 0x29, 0x1f, 0x89, 0xf0, 0x2c, 0xf9, 0x7b, 0x8e, 0xc8, 0x45, 0x14, 0x8a, 0xd4, 0x13, 0x6b,
|
|
|
|
0xd2, 0x58, 0xba, 0x7e, 0xfa, 0xbf, 0xe5, 0x0a, 0x91, 0x4b, 0x9d, 0x2b, 0x25, 0x7c, 0x11, 0x25,
|
|
|
|
0x1d, 0x09, 0x40, 0xd9, 0x73, 0x3b, 0x91, 0x64, 0xbb, 0xbf, 0x42, 0xbe, 0xfb, 0x3b, 0x80, 0x86,
|
|
|
|
0xfd, 0x8b, 0xfa, 0x44, 0xd7, 0xe5, 0x22, 0x46, 0xc3, 0xb7, 0xe6, 0x5f, 0xec, 0xcc, 0xff, 0xd4,
|
|
|
|
0x7e, 0x6c, 0xff, 0xd3, 0xb6, 0x42, 0xf7, 0x34, 0x03, 0xcd, 0x72, 0x3b, 0x7f, 0x2c, 0xc0, 0x96,
|
|
|
|
0x56, 0x31, 0xf3, 0xe5, 0x1f, 0x42, 0x23, 0x4e, 0xa1, 0x64, 0xb4, 0xdc, 0x99, 0xcb, 0x9f, 0x93,
|
|
|
|
0xd2, 0x2c, 0x21, 0xb9, 0x03, 0x3b, 0x72, 0xfa, 0xd4, 0x16, 0x5e, 0xf9, 0x50, 0x46, 0xe1, 0xfd,
|
|
|
|
0x99, 0xe2, 0x49, 0x33, 0xb6, 0x72, 0x8f, 0xbc, 0x0b, 0x17, 0x12, 0x6f, 0xcc, 0x19, 0xcc, 0x1b,
|
|
|
|
0xcf, 0xf2, 0x86, 0xf3, 0x55, 0x21, 0xed, 0x6e, 0x74, 0x71, 0xc5, 0xa1, 0x24, 0x8d, 0x3b, 0xbd,
|
|
|
|
0x5c, 0x59, 0x3e, 0x2f, 0x41, 0xc5, 0x3e, 0x8c, 0x9a, 0xd2, 0x60, 0xa1, 0x6c, 0xe4, 0x96, 0x73,
|
|
|
|
0x91, 0x7b, 0x0d, 0xea, 0xf3, 0x77, 0x81, 0x0d, 0x1c, 0x95, 0xe6, 0x88, 0x79, 0x12, 0x57, 0xb2,
|
|
|
|
0xcd, 0xf0, 0x5f, 0x8b, 0x70, 0x21, 0xa3, 0x9a, 0x9e, 0xca, 0xa2, 0x90, 0xdc, 0x85, 0x0a, 0xc3,
|
|
|
|
0x15, 0xea, 0xb8, 0x75, 0xc7, 0x59, 0xd9, 0x2d, 0x18, 0xe2, 0x3d, 0xf3, 0x43, 0x2d, 0x07, 0x79,
|
|
|
|
0x0b, 0x36, 0xa3, 0xc0, 0xb7, 0x24, 0xc3, 0xb4, 0x08, 0xe5, 0x91, 0xb6, 0x85, 0xd1, 0x90, 0x1d,
|
|
|
|
0xbe, 0xd7, 0x34, 0x24, 0x09, 0x95, 0x2e, 0xca, 0x15, 0xab, 0xdd, 0x05, 0xd8, 0x3c, 0xe8, 0x7f,
|
|
|
|
0xd6, 0xed, 0xd0, 0x9e, 0xdb, 0xe9, 0xf5, 0x30, 0xdf, 0x09, 0x6c, 0x75, 0xba, 0xdd, 0xc3, 0xe1,
|
|
|
|
0xe0, 0xe4, 0xd8, 0xe2, 0x0a, 0xe4, 0x22, 0x6c, 0x27, 0x64, 0xbd, 0xfe, 0xa3, 0xbe, 0xb9, 0x05,
|
|
|
|
0x77, 0xa0, 0x95, 0x12, 0xd2, 0xfe, 0xe3, 0xc3, 0x27, 0x78, 0x1b, 0x02, 0x54, 0x1e, 0x1d, 0x76,
|
|
|
|
0x0f, 0xf4, 0x5d, 0xa8, 0xaf, 0x8e, 0xe1, 0xc0, 0x42, 0x1b, 0x64, 0x1b, 0x1a, 0xc3, 0xfd, 0x9e,
|
|
|
|
0x3b, 0x3c, 0xea, 0x75, 0xb4, 0x80, 0x0a, 0x69, 0x41, 0x73, 0xd0, 0x79, 0xdc, 0x77, 0xbb, 0x0f,
|
|
|
|
0x3a, 0x83, 0x4f, 0xfa, 0xbd, 0x56, 0xd5, 0x39, 0x36, 0xdd, 0xc2, 0x52, 0xfe, 0x61, 0x07, 0xca,
|
|
|
|
0xbf, 0x50, 0xc9, 0x70, 0xa4, 0xd7, 0x2b, 0xe6, 0xd1, 0x95, 0x2f, 0x4b, 0xf7, 0x37, 0x7f, 0xde,
|
|
|
|
0xd8, 0xbb, 0x7d, 0x2f, 0x31, 0xc9, 0xd3, 0x0a, 0xae, 0xde, 0xfb, 0x4f, 0x00, 0x00, 0x00, 0xff,
|
|
|
|
0xff, 0xdd, 0x37, 0x90, 0xb0, 0x28, 0x22, 0x00, 0x00,
|
2022-03-24 09:35:56 +00:00
|
|
|
}
|