|
|
|
@ -1,10 +1,6 @@
|
|
|
|
|
// DO NOT EDIT.
|
|
|
|
|
//
|
|
|
|
|
// Generated by the Swift generator plugin for the protocol buffer compiler.
|
|
|
|
|
// Source: SignalService.proto
|
|
|
|
|
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
|
|
|
|
|
//
|
|
|
|
|
// For information on using the generated types, please see the documenation:
|
|
|
|
|
// https://github.com/apple/swift-protobuf/
|
|
|
|
|
|
|
|
|
|
//*
|
|
|
|
|
// Copyright (C) 2014-2016 Open Whisper Systems
|
|
|
|
@ -22,7 +18,7 @@ import SwiftProtobuf
|
|
|
|
|
// incompatible with the version of SwiftProtobuf to which you are linking.
|
|
|
|
|
// Please ensure that your are building against the same version of the API
|
|
|
|
|
// that was used to generate this file.
|
|
|
|
|
fileprivate struct _GeneratedWithProtocGenSwiftVersion: SwiftProtobuf.ProtobufAPIVersionCheck {
|
|
|
|
|
private struct _GeneratedWithProtocGenSwiftVersion: SwiftProtobuf.ProtobufAPIVersionCheck {
|
|
|
|
|
struct _2: SwiftProtobuf.ProtobufAPIVersion_2 {}
|
|
|
|
|
typealias Version = _2
|
|
|
|
|
}
|
|
|
|
@ -42,7 +38,6 @@ struct SignalServiceProtos_Envelope {
|
|
|
|
|
/// Clears the value of `type`. Subsequent reads from it will return its default value.
|
|
|
|
|
mutating func clearType() {self._type = nil}
|
|
|
|
|
|
|
|
|
|
/// @required
|
|
|
|
|
var source: String {
|
|
|
|
|
get {return _source ?? String()}
|
|
|
|
|
set {_source = newValue}
|
|
|
|
@ -52,7 +47,6 @@ struct SignalServiceProtos_Envelope {
|
|
|
|
|
/// Clears the value of `source`. Subsequent reads from it will return its default value.
|
|
|
|
|
mutating func clearSource() {self._source = nil}
|
|
|
|
|
|
|
|
|
|
/// @required
|
|
|
|
|
var sourceDevice: UInt32 {
|
|
|
|
|
get {return _sourceDevice ?? 0}
|
|
|
|
|
set {_sourceDevice = newValue}
|
|
|
|
@ -163,15 +157,15 @@ struct SignalServiceProtos_Envelope {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _type: SignalServiceProtos_Envelope.TypeEnum? = nil
|
|
|
|
|
fileprivate var _source: String? = nil
|
|
|
|
|
fileprivate var _sourceDevice: UInt32? = nil
|
|
|
|
|
fileprivate var _relay: String? = nil
|
|
|
|
|
fileprivate var _timestamp: UInt64? = nil
|
|
|
|
|
fileprivate var _legacyMessage: Data? = nil
|
|
|
|
|
fileprivate var _content: Data? = nil
|
|
|
|
|
fileprivate var _serverGuid: String? = nil
|
|
|
|
|
fileprivate var _serverTimestamp: UInt64? = nil
|
|
|
|
|
fileprivate var _type: SignalServiceProtos_Envelope.TypeEnum?
|
|
|
|
|
fileprivate var _source: String?
|
|
|
|
|
fileprivate var _sourceDevice: UInt32?
|
|
|
|
|
fileprivate var _relay: String?
|
|
|
|
|
fileprivate var _timestamp: UInt64?
|
|
|
|
|
fileprivate var _legacyMessage: Data?
|
|
|
|
|
fileprivate var _content: Data?
|
|
|
|
|
fileprivate var _serverGuid: String?
|
|
|
|
|
fileprivate var _serverTimestamp: UInt64?
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#if swift(>=4.2)
|
|
|
|
@ -329,8 +323,8 @@ struct SignalServiceProtos_CallMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _id: UInt64? = nil
|
|
|
|
|
fileprivate var _sessionDescription: String? = nil
|
|
|
|
|
fileprivate var _id: UInt64?
|
|
|
|
|
fileprivate var _sessionDescription: String?
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
struct Answer {
|
|
|
|
@ -364,8 +358,8 @@ struct SignalServiceProtos_CallMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _id: UInt64? = nil
|
|
|
|
|
fileprivate var _sessionDescription: String? = nil
|
|
|
|
|
fileprivate var _id: UInt64?
|
|
|
|
|
fileprivate var _sessionDescription: String?
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
struct IceUpdate {
|
|
|
|
@ -417,10 +411,10 @@ struct SignalServiceProtos_CallMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _id: UInt64? = nil
|
|
|
|
|
fileprivate var _sdpMid: String? = nil
|
|
|
|
|
fileprivate var _sdpMlineIndex: UInt32? = nil
|
|
|
|
|
fileprivate var _sdp: String? = nil
|
|
|
|
|
fileprivate var _id: UInt64?
|
|
|
|
|
fileprivate var _sdpMid: String?
|
|
|
|
|
fileprivate var _sdpMlineIndex: UInt32?
|
|
|
|
|
fileprivate var _sdp: String?
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
struct Busy {
|
|
|
|
@ -442,7 +436,7 @@ struct SignalServiceProtos_CallMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _id: UInt64? = nil
|
|
|
|
|
fileprivate var _id: UInt64?
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
struct Hangup {
|
|
|
|
@ -464,7 +458,7 @@ struct SignalServiceProtos_CallMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _id: UInt64? = nil
|
|
|
|
|
fileprivate var _id: UInt64?
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
@ -692,9 +686,9 @@ struct SignalServiceProtos_DataMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _id: UInt64? = nil
|
|
|
|
|
fileprivate var _author: String? = nil
|
|
|
|
|
fileprivate var _text: String? = nil
|
|
|
|
|
fileprivate var _id: UInt64?
|
|
|
|
|
fileprivate var _author: String?
|
|
|
|
|
fileprivate var _text: String?
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
struct Contact {
|
|
|
|
@ -809,12 +803,12 @@ struct SignalServiceProtos_DataMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _givenName: String? = nil
|
|
|
|
|
fileprivate var _familyName: String? = nil
|
|
|
|
|
fileprivate var _prefix: String? = nil
|
|
|
|
|
fileprivate var _suffix: String? = nil
|
|
|
|
|
fileprivate var _middleName: String? = nil
|
|
|
|
|
fileprivate var _displayName: String? = nil
|
|
|
|
|
fileprivate var _givenName: String?
|
|
|
|
|
fileprivate var _familyName: String?
|
|
|
|
|
fileprivate var _prefix: String?
|
|
|
|
|
fileprivate var _suffix: String?
|
|
|
|
|
fileprivate var _middleName: String?
|
|
|
|
|
fileprivate var _displayName: String?
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
struct Phone {
|
|
|
|
@ -885,9 +879,9 @@ struct SignalServiceProtos_DataMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _value: String? = nil
|
|
|
|
|
fileprivate var _type: SignalServiceProtos_DataMessage.Contact.Phone.TypeEnum? = nil
|
|
|
|
|
fileprivate var _label: String? = nil
|
|
|
|
|
fileprivate var _value: String?
|
|
|
|
|
fileprivate var _type: SignalServiceProtos_DataMessage.Contact.Phone.TypeEnum?
|
|
|
|
|
fileprivate var _label: String?
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
struct Email {
|
|
|
|
@ -958,9 +952,9 @@ struct SignalServiceProtos_DataMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _value: String? = nil
|
|
|
|
|
fileprivate var _type: SignalServiceProtos_DataMessage.Contact.Email.TypeEnum? = nil
|
|
|
|
|
fileprivate var _label: String? = nil
|
|
|
|
|
fileprivate var _value: String?
|
|
|
|
|
fileprivate var _type: SignalServiceProtos_DataMessage.Contact.Email.TypeEnum?
|
|
|
|
|
fileprivate var _label: String?
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
struct PostalAddress {
|
|
|
|
@ -1082,15 +1076,15 @@ struct SignalServiceProtos_DataMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _type: SignalServiceProtos_DataMessage.Contact.PostalAddress.TypeEnum? = nil
|
|
|
|
|
fileprivate var _label: String? = nil
|
|
|
|
|
fileprivate var _street: String? = nil
|
|
|
|
|
fileprivate var _pobox: String? = nil
|
|
|
|
|
fileprivate var _neighborhood: String? = nil
|
|
|
|
|
fileprivate var _city: String? = nil
|
|
|
|
|
fileprivate var _region: String? = nil
|
|
|
|
|
fileprivate var _postcode: String? = nil
|
|
|
|
|
fileprivate var _country: String? = nil
|
|
|
|
|
fileprivate var _type: SignalServiceProtos_DataMessage.Contact.PostalAddress.TypeEnum?
|
|
|
|
|
fileprivate var _label: String?
|
|
|
|
|
fileprivate var _street: String?
|
|
|
|
|
fileprivate var _pobox: String?
|
|
|
|
|
fileprivate var _neighborhood: String?
|
|
|
|
|
fileprivate var _city: String?
|
|
|
|
|
fileprivate var _region: String?
|
|
|
|
|
fileprivate var _postcode: String?
|
|
|
|
|
fileprivate var _country: String?
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
struct Avatar {
|
|
|
|
@ -1159,7 +1153,7 @@ struct SignalServiceProtos_NullMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _padding: Data? = nil
|
|
|
|
|
fileprivate var _padding: Data?
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
struct SignalServiceProtos_ReceiptMessage {
|
|
|
|
@ -1209,7 +1203,7 @@ struct SignalServiceProtos_ReceiptMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _type: SignalServiceProtos_ReceiptMessage.TypeEnum? = nil
|
|
|
|
|
fileprivate var _type: SignalServiceProtos_ReceiptMessage.TypeEnum?
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#if swift(>=4.2)
|
|
|
|
@ -1295,10 +1289,10 @@ struct SignalServiceProtos_Verified {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _destination: String? = nil
|
|
|
|
|
fileprivate var _identityKey: Data? = nil
|
|
|
|
|
fileprivate var _state: SignalServiceProtos_Verified.State? = nil
|
|
|
|
|
fileprivate var _nullMessage: Data? = nil
|
|
|
|
|
fileprivate var _destination: String?
|
|
|
|
|
fileprivate var _identityKey: Data?
|
|
|
|
|
fileprivate var _state: SignalServiceProtos_Verified.State?
|
|
|
|
|
fileprivate var _nullMessage: Data?
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#if swift(>=4.2)
|
|
|
|
@ -1562,7 +1556,7 @@ struct SignalServiceProtos_SyncMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _type: SignalServiceProtos_SyncMessage.Request.TypeEnum? = nil
|
|
|
|
|
fileprivate var _type: SignalServiceProtos_SyncMessage.Request.TypeEnum?
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
struct Read {
|
|
|
|
@ -1594,8 +1588,8 @@ struct SignalServiceProtos_SyncMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _sender: String? = nil
|
|
|
|
|
fileprivate var _timestamp: UInt64? = nil
|
|
|
|
|
fileprivate var _sender: String?
|
|
|
|
|
fileprivate var _timestamp: UInt64?
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
struct Configuration {
|
|
|
|
@ -1616,7 +1610,7 @@ struct SignalServiceProtos_SyncMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _readReceipts: Bool? = nil
|
|
|
|
|
fileprivate var _readReceipts: Bool?
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
@ -1747,16 +1741,16 @@ struct SignalServiceProtos_AttachmentPointer {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _id: UInt64? = nil
|
|
|
|
|
fileprivate var _contentType: String? = nil
|
|
|
|
|
fileprivate var _key: Data? = nil
|
|
|
|
|
fileprivate var _size: UInt32? = nil
|
|
|
|
|
fileprivate var _thumbnail: Data? = nil
|
|
|
|
|
fileprivate var _digest: Data? = nil
|
|
|
|
|
fileprivate var _fileName: String? = nil
|
|
|
|
|
fileprivate var _flags: UInt32? = nil
|
|
|
|
|
fileprivate var _width: UInt32? = nil
|
|
|
|
|
fileprivate var _height: UInt32? = nil
|
|
|
|
|
fileprivate var _id: UInt64?
|
|
|
|
|
fileprivate var _contentType: String?
|
|
|
|
|
fileprivate var _key: Data?
|
|
|
|
|
fileprivate var _size: UInt32?
|
|
|
|
|
fileprivate var _thumbnail: Data?
|
|
|
|
|
fileprivate var _digest: Data?
|
|
|
|
|
fileprivate var _fileName: String?
|
|
|
|
|
fileprivate var _flags: UInt32?
|
|
|
|
|
fileprivate var _width: UInt32?
|
|
|
|
|
fileprivate var _height: UInt32?
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#if swift(>=4.2)
|
|
|
|
@ -1972,8 +1966,8 @@ struct SignalServiceProtos_ContactDetails {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _contentType: String? = nil
|
|
|
|
|
fileprivate var _length: UInt32? = nil
|
|
|
|
|
fileprivate var _contentType: String?
|
|
|
|
|
fileprivate var _length: UInt32?
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
@ -2084,8 +2078,8 @@ struct SignalServiceProtos_GroupDetails {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _contentType: String? = nil
|
|
|
|
|
fileprivate var _length: UInt32? = nil
|
|
|
|
|
fileprivate var _contentType: String?
|
|
|
|
|
fileprivate var _length: UInt32?
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
@ -2095,7 +2089,7 @@ struct SignalServiceProtos_GroupDetails {
|
|
|
|
|
|
|
|
|
|
// MARK: - Code below here is support for the SwiftProtobuf runtime.
|
|
|
|
|
|
|
|
|
|
fileprivate let _protobuf_package = "SignalServiceProtos"
|
|
|
|
|
private let _protobuf_package = "SignalServiceProtos"
|
|
|
|
|
|
|
|
|
|
extension SignalServiceProtos_Envelope: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
|
|
|
static let protoMessageName: String = _protobuf_package + ".Envelope"
|
|
|
|
@ -2108,7 +2102,7 @@ extension SignalServiceProtos_Envelope: SwiftProtobuf.Message, SwiftProtobuf._Me
|
|
|
|
|
6: .same(proto: "legacyMessage"),
|
|
|
|
|
8: .same(proto: "content"),
|
|
|
|
|
9: .same(proto: "serverGuid"),
|
|
|
|
|
10: .same(proto: "serverTimestamp"),
|
|
|
|
|
10: .same(proto: "serverTimestamp")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
|
|
|
|
@ -2181,7 +2175,7 @@ extension SignalServiceProtos_Envelope.TypeEnum: SwiftProtobuf._ProtoNameProvidi
|
|
|
|
|
2: .same(proto: "KEY_EXCHANGE"),
|
|
|
|
|
3: .same(proto: "PREKEY_BUNDLE"),
|
|
|
|
|
5: .same(proto: "RECEIPT"),
|
|
|
|
|
6: .same(proto: "UNIDENTIFIED_SENDER"),
|
|
|
|
|
6: .same(proto: "UNIDENTIFIED_SENDER")
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -2192,15 +2186,15 @@ extension SignalServiceProtos_Content: SwiftProtobuf.Message, SwiftProtobuf._Mes
|
|
|
|
|
2: .same(proto: "syncMessage"),
|
|
|
|
|
3: .same(proto: "callMessage"),
|
|
|
|
|
4: .same(proto: "nullMessage"),
|
|
|
|
|
5: .same(proto: "receiptMessage"),
|
|
|
|
|
5: .same(proto: "receiptMessage")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
fileprivate class _StorageClass {
|
|
|
|
|
var _dataMessage: SignalServiceProtos_DataMessage? = nil
|
|
|
|
|
var _syncMessage: SignalServiceProtos_SyncMessage? = nil
|
|
|
|
|
var _callMessage: SignalServiceProtos_CallMessage? = nil
|
|
|
|
|
var _nullMessage: SignalServiceProtos_NullMessage? = nil
|
|
|
|
|
var _receiptMessage: SignalServiceProtos_ReceiptMessage? = nil
|
|
|
|
|
var _dataMessage: SignalServiceProtos_DataMessage?
|
|
|
|
|
var _syncMessage: SignalServiceProtos_SyncMessage?
|
|
|
|
|
var _callMessage: SignalServiceProtos_CallMessage?
|
|
|
|
|
var _nullMessage: SignalServiceProtos_NullMessage?
|
|
|
|
|
var _receiptMessage: SignalServiceProtos_ReceiptMessage?
|
|
|
|
|
|
|
|
|
|
static let defaultInstance = _StorageClass()
|
|
|
|
|
|
|
|
|
@ -2286,16 +2280,16 @@ extension SignalServiceProtos_CallMessage: SwiftProtobuf.Message, SwiftProtobuf.
|
|
|
|
|
3: .same(proto: "iceUpdate"),
|
|
|
|
|
4: .same(proto: "hangup"),
|
|
|
|
|
5: .same(proto: "busy"),
|
|
|
|
|
6: .same(proto: "profileKey"),
|
|
|
|
|
6: .same(proto: "profileKey")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
fileprivate class _StorageClass {
|
|
|
|
|
var _offer: SignalServiceProtos_CallMessage.Offer? = nil
|
|
|
|
|
var _answer: SignalServiceProtos_CallMessage.Answer? = nil
|
|
|
|
|
var _offer: SignalServiceProtos_CallMessage.Offer?
|
|
|
|
|
var _answer: SignalServiceProtos_CallMessage.Answer?
|
|
|
|
|
var _iceUpdate: [SignalServiceProtos_CallMessage.IceUpdate] = []
|
|
|
|
|
var _hangup: SignalServiceProtos_CallMessage.Hangup? = nil
|
|
|
|
|
var _busy: SignalServiceProtos_CallMessage.Busy? = nil
|
|
|
|
|
var _profileKey: Data? = nil
|
|
|
|
|
var _hangup: SignalServiceProtos_CallMessage.Hangup?
|
|
|
|
|
var _busy: SignalServiceProtos_CallMessage.Busy?
|
|
|
|
|
var _profileKey: Data?
|
|
|
|
|
|
|
|
|
|
static let defaultInstance = _StorageClass()
|
|
|
|
|
|
|
|
|
@ -2383,7 +2377,7 @@ extension SignalServiceProtos_CallMessage.Offer: SwiftProtobuf.Message, SwiftPro
|
|
|
|
|
static let protoMessageName: String = SignalServiceProtos_CallMessage.protoMessageName + ".Offer"
|
|
|
|
|
static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
|
|
|
|
|
1: .same(proto: "id"),
|
|
|
|
|
2: .same(proto: "sessionDescription"),
|
|
|
|
|
2: .same(proto: "sessionDescription")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
|
|
|
|
@ -2418,7 +2412,7 @@ extension SignalServiceProtos_CallMessage.Answer: SwiftProtobuf.Message, SwiftPr
|
|
|
|
|
static let protoMessageName: String = SignalServiceProtos_CallMessage.protoMessageName + ".Answer"
|
|
|
|
|
static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
|
|
|
|
|
1: .same(proto: "id"),
|
|
|
|
|
2: .same(proto: "sessionDescription"),
|
|
|
|
|
2: .same(proto: "sessionDescription")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
|
|
|
|
@ -2455,7 +2449,7 @@ extension SignalServiceProtos_CallMessage.IceUpdate: SwiftProtobuf.Message, Swif
|
|
|
|
|
1: .same(proto: "id"),
|
|
|
|
|
2: .same(proto: "sdpMid"),
|
|
|
|
|
3: .same(proto: "sdpMLineIndex"),
|
|
|
|
|
4: .same(proto: "sdp"),
|
|
|
|
|
4: .same(proto: "sdp")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
|
|
|
|
@ -2499,7 +2493,7 @@ extension SignalServiceProtos_CallMessage.IceUpdate: SwiftProtobuf.Message, Swif
|
|
|
|
|
extension SignalServiceProtos_CallMessage.Busy: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
|
|
|
static let protoMessageName: String = SignalServiceProtos_CallMessage.protoMessageName + ".Busy"
|
|
|
|
|
static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
|
|
|
|
|
1: .same(proto: "id"),
|
|
|
|
|
1: .same(proto: "id")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
|
|
|
|
@ -2528,7 +2522,7 @@ extension SignalServiceProtos_CallMessage.Busy: SwiftProtobuf.Message, SwiftProt
|
|
|
|
|
extension SignalServiceProtos_CallMessage.Hangup: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
|
|
|
static let protoMessageName: String = SignalServiceProtos_CallMessage.protoMessageName + ".Hangup"
|
|
|
|
|
static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
|
|
|
|
|
1: .same(proto: "id"),
|
|
|
|
|
1: .same(proto: "id")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
|
|
|
|
@ -2565,18 +2559,18 @@ extension SignalServiceProtos_DataMessage: SwiftProtobuf.Message, SwiftProtobuf.
|
|
|
|
|
6: .same(proto: "profileKey"),
|
|
|
|
|
7: .same(proto: "timestamp"),
|
|
|
|
|
8: .same(proto: "quote"),
|
|
|
|
|
9: .same(proto: "contact"),
|
|
|
|
|
9: .same(proto: "contact")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
fileprivate class _StorageClass {
|
|
|
|
|
var _body: String? = nil
|
|
|
|
|
var _body: String?
|
|
|
|
|
var _attachments: [SignalServiceProtos_AttachmentPointer] = []
|
|
|
|
|
var _group: SignalServiceProtos_GroupContext? = nil
|
|
|
|
|
var _flags: UInt32? = nil
|
|
|
|
|
var _expireTimer: UInt32? = nil
|
|
|
|
|
var _profileKey: Data? = nil
|
|
|
|
|
var _timestamp: UInt64? = nil
|
|
|
|
|
var _quote: SignalServiceProtos_DataMessage.Quote? = nil
|
|
|
|
|
var _group: SignalServiceProtos_GroupContext?
|
|
|
|
|
var _flags: UInt32?
|
|
|
|
|
var _expireTimer: UInt32?
|
|
|
|
|
var _profileKey: Data?
|
|
|
|
|
var _timestamp: UInt64?
|
|
|
|
|
var _quote: SignalServiceProtos_DataMessage.Quote?
|
|
|
|
|
var _contact: [SignalServiceProtos_DataMessage.Contact] = []
|
|
|
|
|
|
|
|
|
|
static let defaultInstance = _StorageClass()
|
|
|
|
@ -2683,7 +2677,7 @@ extension SignalServiceProtos_DataMessage.Flags: SwiftProtobuf._ProtoNameProvidi
|
|
|
|
|
static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
|
|
|
|
|
1: .same(proto: "END_SESSION"),
|
|
|
|
|
2: .same(proto: "EXPIRATION_TIMER_UPDATE"),
|
|
|
|
|
4: .same(proto: "PROFILE_KEY_UPDATE"),
|
|
|
|
|
4: .same(proto: "PROFILE_KEY_UPDATE")
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -2693,7 +2687,7 @@ extension SignalServiceProtos_DataMessage.Quote: SwiftProtobuf.Message, SwiftPro
|
|
|
|
|
1: .same(proto: "id"),
|
|
|
|
|
2: .same(proto: "author"),
|
|
|
|
|
3: .same(proto: "text"),
|
|
|
|
|
4: .same(proto: "attachments"),
|
|
|
|
|
4: .same(proto: "attachments")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
|
|
|
|
@ -2740,14 +2734,14 @@ extension SignalServiceProtos_DataMessage.Quote.QuotedAttachment: SwiftProtobuf.
|
|
|
|
|
1: .same(proto: "contentType"),
|
|
|
|
|
2: .same(proto: "fileName"),
|
|
|
|
|
3: .same(proto: "thumbnail"),
|
|
|
|
|
4: .same(proto: "flags"),
|
|
|
|
|
4: .same(proto: "flags")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
fileprivate class _StorageClass {
|
|
|
|
|
var _contentType: String? = nil
|
|
|
|
|
var _fileName: String? = nil
|
|
|
|
|
var _thumbnail: SignalServiceProtos_AttachmentPointer? = nil
|
|
|
|
|
var _flags: UInt32? = nil
|
|
|
|
|
var _contentType: String?
|
|
|
|
|
var _fileName: String?
|
|
|
|
|
var _thumbnail: SignalServiceProtos_AttachmentPointer?
|
|
|
|
|
var _flags: UInt32?
|
|
|
|
|
|
|
|
|
|
static let defaultInstance = _StorageClass()
|
|
|
|
|
|
|
|
|
@ -2821,7 +2815,7 @@ extension SignalServiceProtos_DataMessage.Quote.QuotedAttachment: SwiftProtobuf.
|
|
|
|
|
|
|
|
|
|
extension SignalServiceProtos_DataMessage.Quote.QuotedAttachment.Flags: SwiftProtobuf._ProtoNameProviding {
|
|
|
|
|
static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
|
|
|
|
|
1: .same(proto: "VOICE_MESSAGE"),
|
|
|
|
|
1: .same(proto: "VOICE_MESSAGE")
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -2833,16 +2827,16 @@ extension SignalServiceProtos_DataMessage.Contact: SwiftProtobuf.Message, SwiftP
|
|
|
|
|
4: .same(proto: "email"),
|
|
|
|
|
5: .same(proto: "address"),
|
|
|
|
|
6: .same(proto: "avatar"),
|
|
|
|
|
7: .same(proto: "organization"),
|
|
|
|
|
7: .same(proto: "organization")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
fileprivate class _StorageClass {
|
|
|
|
|
var _name: SignalServiceProtos_DataMessage.Contact.Name? = nil
|
|
|
|
|
var _name: SignalServiceProtos_DataMessage.Contact.Name?
|
|
|
|
|
var _number: [SignalServiceProtos_DataMessage.Contact.Phone] = []
|
|
|
|
|
var _email: [SignalServiceProtos_DataMessage.Contact.Email] = []
|
|
|
|
|
var _address: [SignalServiceProtos_DataMessage.Contact.PostalAddress] = []
|
|
|
|
|
var _avatar: SignalServiceProtos_DataMessage.Contact.Avatar? = nil
|
|
|
|
|
var _organization: String? = nil
|
|
|
|
|
var _avatar: SignalServiceProtos_DataMessage.Contact.Avatar?
|
|
|
|
|
var _organization: String?
|
|
|
|
|
|
|
|
|
|
static let defaultInstance = _StorageClass()
|
|
|
|
|
|
|
|
|
@ -2934,7 +2928,7 @@ extension SignalServiceProtos_DataMessage.Contact.Name: SwiftProtobuf.Message, S
|
|
|
|
|
3: .same(proto: "prefix"),
|
|
|
|
|
4: .same(proto: "suffix"),
|
|
|
|
|
5: .same(proto: "middleName"),
|
|
|
|
|
6: .same(proto: "displayName"),
|
|
|
|
|
6: .same(proto: "displayName")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
|
|
|
|
@ -2990,7 +2984,7 @@ extension SignalServiceProtos_DataMessage.Contact.Phone: SwiftProtobuf.Message,
|
|
|
|
|
static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
|
|
|
|
|
1: .same(proto: "value"),
|
|
|
|
|
2: .same(proto: "type"),
|
|
|
|
|
3: .same(proto: "label"),
|
|
|
|
|
3: .same(proto: "label")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
|
|
|
|
@ -3031,7 +3025,7 @@ extension SignalServiceProtos_DataMessage.Contact.Phone.TypeEnum: SwiftProtobuf.
|
|
|
|
|
1: .same(proto: "HOME"),
|
|
|
|
|
2: .same(proto: "MOBILE"),
|
|
|
|
|
3: .same(proto: "WORK"),
|
|
|
|
|
4: .same(proto: "CUSTOM"),
|
|
|
|
|
4: .same(proto: "CUSTOM")
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -3040,7 +3034,7 @@ extension SignalServiceProtos_DataMessage.Contact.Email: SwiftProtobuf.Message,
|
|
|
|
|
static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
|
|
|
|
|
1: .same(proto: "value"),
|
|
|
|
|
2: .same(proto: "type"),
|
|
|
|
|
3: .same(proto: "label"),
|
|
|
|
|
3: .same(proto: "label")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
|
|
|
|
@ -3081,7 +3075,7 @@ extension SignalServiceProtos_DataMessage.Contact.Email.TypeEnum: SwiftProtobuf.
|
|
|
|
|
1: .same(proto: "HOME"),
|
|
|
|
|
2: .same(proto: "MOBILE"),
|
|
|
|
|
3: .same(proto: "WORK"),
|
|
|
|
|
4: .same(proto: "CUSTOM"),
|
|
|
|
|
4: .same(proto: "CUSTOM")
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -3096,7 +3090,7 @@ extension SignalServiceProtos_DataMessage.Contact.PostalAddress: SwiftProtobuf.M
|
|
|
|
|
6: .same(proto: "city"),
|
|
|
|
|
7: .same(proto: "region"),
|
|
|
|
|
8: .same(proto: "postcode"),
|
|
|
|
|
9: .same(proto: "country"),
|
|
|
|
|
9: .same(proto: "country")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
|
|
|
|
@ -3166,7 +3160,7 @@ extension SignalServiceProtos_DataMessage.Contact.PostalAddress.TypeEnum: SwiftP
|
|
|
|
|
static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
|
|
|
|
|
1: .same(proto: "HOME"),
|
|
|
|
|
2: .same(proto: "WORK"),
|
|
|
|
|
3: .same(proto: "CUSTOM"),
|
|
|
|
|
3: .same(proto: "CUSTOM")
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -3174,12 +3168,12 @@ extension SignalServiceProtos_DataMessage.Contact.Avatar: SwiftProtobuf.Message,
|
|
|
|
|
static let protoMessageName: String = SignalServiceProtos_DataMessage.Contact.protoMessageName + ".Avatar"
|
|
|
|
|
static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
|
|
|
|
|
1: .same(proto: "avatar"),
|
|
|
|
|
2: .same(proto: "isProfile"),
|
|
|
|
|
2: .same(proto: "isProfile")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
fileprivate class _StorageClass {
|
|
|
|
|
var _avatar: SignalServiceProtos_AttachmentPointer? = nil
|
|
|
|
|
var _isProfile: Bool? = nil
|
|
|
|
|
var _avatar: SignalServiceProtos_AttachmentPointer?
|
|
|
|
|
var _isProfile: Bool?
|
|
|
|
|
|
|
|
|
|
static let defaultInstance = _StorageClass()
|
|
|
|
|
|
|
|
|
@ -3242,7 +3236,7 @@ extension SignalServiceProtos_DataMessage.Contact.Avatar: SwiftProtobuf.Message,
|
|
|
|
|
extension SignalServiceProtos_NullMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
|
|
|
static let protoMessageName: String = _protobuf_package + ".NullMessage"
|
|
|
|
|
static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
|
|
|
|
|
1: .same(proto: "padding"),
|
|
|
|
|
1: .same(proto: "padding")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
|
|
|
|
@ -3272,7 +3266,7 @@ extension SignalServiceProtos_ReceiptMessage: SwiftProtobuf.Message, SwiftProtob
|
|
|
|
|
static let protoMessageName: String = _protobuf_package + ".ReceiptMessage"
|
|
|
|
|
static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
|
|
|
|
|
1: .same(proto: "type"),
|
|
|
|
|
2: .same(proto: "timestamp"),
|
|
|
|
|
2: .same(proto: "timestamp")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
|
|
|
|
@ -3306,7 +3300,7 @@ extension SignalServiceProtos_ReceiptMessage: SwiftProtobuf.Message, SwiftProtob
|
|
|
|
|
extension SignalServiceProtos_ReceiptMessage.TypeEnum: SwiftProtobuf._ProtoNameProviding {
|
|
|
|
|
static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
|
|
|
|
|
0: .same(proto: "DELIVERY"),
|
|
|
|
|
1: .same(proto: "READ"),
|
|
|
|
|
1: .same(proto: "READ")
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -3316,7 +3310,7 @@ extension SignalServiceProtos_Verified: SwiftProtobuf.Message, SwiftProtobuf._Me
|
|
|
|
|
1: .same(proto: "destination"),
|
|
|
|
|
2: .same(proto: "identityKey"),
|
|
|
|
|
3: .same(proto: "state"),
|
|
|
|
|
4: .same(proto: "nullMessage"),
|
|
|
|
|
4: .same(proto: "nullMessage")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
|
|
|
|
@ -3361,7 +3355,7 @@ extension SignalServiceProtos_Verified.State: SwiftProtobuf._ProtoNameProviding
|
|
|
|
|
static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
|
|
|
|
|
0: .same(proto: "DEFAULT"),
|
|
|
|
|
1: .same(proto: "VERIFIED"),
|
|
|
|
|
2: .same(proto: "UNVERIFIED"),
|
|
|
|
|
2: .same(proto: "UNVERIFIED")
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -3376,19 +3370,19 @@ extension SignalServiceProtos_SyncMessage: SwiftProtobuf.Message, SwiftProtobuf.
|
|
|
|
|
6: .same(proto: "blocked"),
|
|
|
|
|
7: .same(proto: "verified"),
|
|
|
|
|
9: .same(proto: "configuration"),
|
|
|
|
|
8: .same(proto: "padding"),
|
|
|
|
|
8: .same(proto: "padding")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
fileprivate class _StorageClass {
|
|
|
|
|
var _sent: SignalServiceProtos_SyncMessage.Sent? = nil
|
|
|
|
|
var _contacts: SignalServiceProtos_SyncMessage.Contacts? = nil
|
|
|
|
|
var _groups: SignalServiceProtos_SyncMessage.Groups? = nil
|
|
|
|
|
var _request: SignalServiceProtos_SyncMessage.Request? = nil
|
|
|
|
|
var _sent: SignalServiceProtos_SyncMessage.Sent?
|
|
|
|
|
var _contacts: SignalServiceProtos_SyncMessage.Contacts?
|
|
|
|
|
var _groups: SignalServiceProtos_SyncMessage.Groups?
|
|
|
|
|
var _request: SignalServiceProtos_SyncMessage.Request?
|
|
|
|
|
var _read: [SignalServiceProtos_SyncMessage.Read] = []
|
|
|
|
|
var _blocked: SignalServiceProtos_SyncMessage.Blocked? = nil
|
|
|
|
|
var _verified: SignalServiceProtos_Verified? = nil
|
|
|
|
|
var _configuration: SignalServiceProtos_SyncMessage.Configuration? = nil
|
|
|
|
|
var _padding: Data? = nil
|
|
|
|
|
var _blocked: SignalServiceProtos_SyncMessage.Blocked?
|
|
|
|
|
var _verified: SignalServiceProtos_Verified?
|
|
|
|
|
var _configuration: SignalServiceProtos_SyncMessage.Configuration?
|
|
|
|
|
var _padding: Data?
|
|
|
|
|
|
|
|
|
|
static let defaultInstance = _StorageClass()
|
|
|
|
|
|
|
|
|
@ -3496,14 +3490,14 @@ extension SignalServiceProtos_SyncMessage.Sent: SwiftProtobuf.Message, SwiftProt
|
|
|
|
|
1: .same(proto: "destination"),
|
|
|
|
|
2: .same(proto: "timestamp"),
|
|
|
|
|
3: .same(proto: "message"),
|
|
|
|
|
4: .same(proto: "expirationStartTimestamp"),
|
|
|
|
|
4: .same(proto: "expirationStartTimestamp")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
fileprivate class _StorageClass {
|
|
|
|
|
var _destination: String? = nil
|
|
|
|
|
var _timestamp: UInt64? = nil
|
|
|
|
|
var _message: SignalServiceProtos_DataMessage? = nil
|
|
|
|
|
var _expirationStartTimestamp: UInt64? = nil
|
|
|
|
|
var _destination: String?
|
|
|
|
|
var _timestamp: UInt64?
|
|
|
|
|
var _message: SignalServiceProtos_DataMessage?
|
|
|
|
|
var _expirationStartTimestamp: UInt64?
|
|
|
|
|
|
|
|
|
|
static let defaultInstance = _StorageClass()
|
|
|
|
|
|
|
|
|
@ -3579,12 +3573,12 @@ extension SignalServiceProtos_SyncMessage.Contacts: SwiftProtobuf.Message, Swift
|
|
|
|
|
static let protoMessageName: String = SignalServiceProtos_SyncMessage.protoMessageName + ".Contacts"
|
|
|
|
|
static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
|
|
|
|
|
1: .same(proto: "blob"),
|
|
|
|
|
2: .same(proto: "isComplete"),
|
|
|
|
|
2: .same(proto: "isComplete")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
fileprivate class _StorageClass {
|
|
|
|
|
var _blob: SignalServiceProtos_AttachmentPointer? = nil
|
|
|
|
|
var _isComplete: Bool? = nil
|
|
|
|
|
var _blob: SignalServiceProtos_AttachmentPointer?
|
|
|
|
|
var _isComplete: Bool?
|
|
|
|
|
|
|
|
|
|
static let defaultInstance = _StorageClass()
|
|
|
|
|
|
|
|
|
@ -3647,11 +3641,11 @@ extension SignalServiceProtos_SyncMessage.Contacts: SwiftProtobuf.Message, Swift
|
|
|
|
|
extension SignalServiceProtos_SyncMessage.Groups: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
|
|
|
static let protoMessageName: String = SignalServiceProtos_SyncMessage.protoMessageName + ".Groups"
|
|
|
|
|
static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
|
|
|
|
|
1: .same(proto: "blob"),
|
|
|
|
|
1: .same(proto: "blob")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
fileprivate class _StorageClass {
|
|
|
|
|
var _blob: SignalServiceProtos_AttachmentPointer? = nil
|
|
|
|
|
var _blob: SignalServiceProtos_AttachmentPointer?
|
|
|
|
|
|
|
|
|
|
static let defaultInstance = _StorageClass()
|
|
|
|
|
|
|
|
|
@ -3709,7 +3703,7 @@ extension SignalServiceProtos_SyncMessage.Blocked: SwiftProtobuf.Message, SwiftP
|
|
|
|
|
static let protoMessageName: String = SignalServiceProtos_SyncMessage.protoMessageName + ".Blocked"
|
|
|
|
|
static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
|
|
|
|
|
1: .same(proto: "numbers"),
|
|
|
|
|
2: .same(proto: "groupIds"),
|
|
|
|
|
2: .same(proto: "groupIds")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
|
|
|
|
@ -3743,7 +3737,7 @@ extension SignalServiceProtos_SyncMessage.Blocked: SwiftProtobuf.Message, SwiftP
|
|
|
|
|
extension SignalServiceProtos_SyncMessage.Request: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
|
|
|
static let protoMessageName: String = SignalServiceProtos_SyncMessage.protoMessageName + ".Request"
|
|
|
|
|
static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
|
|
|
|
|
1: .same(proto: "type"),
|
|
|
|
|
1: .same(proto: "type")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
|
|
|
|
@ -3775,7 +3769,7 @@ extension SignalServiceProtos_SyncMessage.Request.TypeEnum: SwiftProtobuf._Proto
|
|
|
|
|
1: .same(proto: "CONTACTS"),
|
|
|
|
|
2: .same(proto: "GROUPS"),
|
|
|
|
|
3: .same(proto: "BLOCKED"),
|
|
|
|
|
4: .same(proto: "CONFIGURATION"),
|
|
|
|
|
4: .same(proto: "CONFIGURATION")
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -3783,7 +3777,7 @@ extension SignalServiceProtos_SyncMessage.Read: SwiftProtobuf.Message, SwiftProt
|
|
|
|
|
static let protoMessageName: String = SignalServiceProtos_SyncMessage.protoMessageName + ".Read"
|
|
|
|
|
static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
|
|
|
|
|
1: .same(proto: "sender"),
|
|
|
|
|
2: .same(proto: "timestamp"),
|
|
|
|
|
2: .same(proto: "timestamp")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
|
|
|
|
@ -3817,7 +3811,7 @@ extension SignalServiceProtos_SyncMessage.Read: SwiftProtobuf.Message, SwiftProt
|
|
|
|
|
extension SignalServiceProtos_SyncMessage.Configuration: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
|
|
|
static let protoMessageName: String = SignalServiceProtos_SyncMessage.protoMessageName + ".Configuration"
|
|
|
|
|
static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
|
|
|
|
|
1: .same(proto: "readReceipts"),
|
|
|
|
|
1: .same(proto: "readReceipts")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
|
|
|
|
@ -3855,7 +3849,7 @@ extension SignalServiceProtos_AttachmentPointer: SwiftProtobuf.Message, SwiftPro
|
|
|
|
|
7: .same(proto: "fileName"),
|
|
|
|
|
8: .same(proto: "flags"),
|
|
|
|
|
9: .same(proto: "width"),
|
|
|
|
|
10: .same(proto: "height"),
|
|
|
|
|
10: .same(proto: "height")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
|
|
|
|
@ -3928,7 +3922,7 @@ extension SignalServiceProtos_AttachmentPointer: SwiftProtobuf.Message, SwiftPro
|
|
|
|
|
|
|
|
|
|
extension SignalServiceProtos_AttachmentPointer.Flags: SwiftProtobuf._ProtoNameProviding {
|
|
|
|
|
static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
|
|
|
|
|
1: .same(proto: "VOICE_MESSAGE"),
|
|
|
|
|
1: .same(proto: "VOICE_MESSAGE")
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -3939,15 +3933,15 @@ extension SignalServiceProtos_GroupContext: SwiftProtobuf.Message, SwiftProtobuf
|
|
|
|
|
2: .same(proto: "type"),
|
|
|
|
|
3: .same(proto: "name"),
|
|
|
|
|
4: .same(proto: "members"),
|
|
|
|
|
5: .same(proto: "avatar"),
|
|
|
|
|
5: .same(proto: "avatar")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
fileprivate class _StorageClass {
|
|
|
|
|
var _id: Data? = nil
|
|
|
|
|
var _type: SignalServiceProtos_GroupContext.TypeEnum? = nil
|
|
|
|
|
var _name: String? = nil
|
|
|
|
|
var _id: Data?
|
|
|
|
|
var _type: SignalServiceProtos_GroupContext.TypeEnum?
|
|
|
|
|
var _name: String?
|
|
|
|
|
var _members: [String] = []
|
|
|
|
|
var _avatar: SignalServiceProtos_AttachmentPointer? = nil
|
|
|
|
|
var _avatar: SignalServiceProtos_AttachmentPointer?
|
|
|
|
|
|
|
|
|
|
static let defaultInstance = _StorageClass()
|
|
|
|
|
|
|
|
|
@ -4031,7 +4025,7 @@ extension SignalServiceProtos_GroupContext.TypeEnum: SwiftProtobuf._ProtoNamePro
|
|
|
|
|
1: .same(proto: "UPDATE"),
|
|
|
|
|
2: .same(proto: "DELIVER"),
|
|
|
|
|
3: .same(proto: "QUIT"),
|
|
|
|
|
4: .same(proto: "REQUEST_INFO"),
|
|
|
|
|
4: .same(proto: "REQUEST_INFO")
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -4045,18 +4039,18 @@ extension SignalServiceProtos_ContactDetails: SwiftProtobuf.Message, SwiftProtob
|
|
|
|
|
5: .same(proto: "verified"),
|
|
|
|
|
6: .same(proto: "profileKey"),
|
|
|
|
|
7: .same(proto: "blocked"),
|
|
|
|
|
8: .same(proto: "expireTimer"),
|
|
|
|
|
8: .same(proto: "expireTimer")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
fileprivate class _StorageClass {
|
|
|
|
|
var _number: String? = nil
|
|
|
|
|
var _name: String? = nil
|
|
|
|
|
var _avatar: SignalServiceProtos_ContactDetails.Avatar? = nil
|
|
|
|
|
var _color: String? = nil
|
|
|
|
|
var _verified: SignalServiceProtos_Verified? = nil
|
|
|
|
|
var _profileKey: Data? = nil
|
|
|
|
|
var _blocked: Bool? = nil
|
|
|
|
|
var _expireTimer: UInt32? = nil
|
|
|
|
|
var _number: String?
|
|
|
|
|
var _name: String?
|
|
|
|
|
var _avatar: SignalServiceProtos_ContactDetails.Avatar?
|
|
|
|
|
var _color: String?
|
|
|
|
|
var _verified: SignalServiceProtos_Verified?
|
|
|
|
|
var _profileKey: Data?
|
|
|
|
|
var _blocked: Bool?
|
|
|
|
|
var _expireTimer: UInt32?
|
|
|
|
|
|
|
|
|
|
static let defaultInstance = _StorageClass()
|
|
|
|
|
|
|
|
|
@ -4156,7 +4150,7 @@ extension SignalServiceProtos_ContactDetails.Avatar: SwiftProtobuf.Message, Swif
|
|
|
|
|
static let protoMessageName: String = SignalServiceProtos_ContactDetails.protoMessageName + ".Avatar"
|
|
|
|
|
static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
|
|
|
|
|
1: .same(proto: "contentType"),
|
|
|
|
|
2: .same(proto: "length"),
|
|
|
|
|
2: .same(proto: "length")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
|
|
|
|
@ -4197,18 +4191,18 @@ extension SignalServiceProtos_GroupDetails: SwiftProtobuf.Message, SwiftProtobuf
|
|
|
|
|
5: .same(proto: "active"),
|
|
|
|
|
6: .same(proto: "expireTimer"),
|
|
|
|
|
7: .same(proto: "color"),
|
|
|
|
|
8: .same(proto: "blocked"),
|
|
|
|
|
8: .same(proto: "blocked")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
fileprivate class _StorageClass {
|
|
|
|
|
var _id: Data? = nil
|
|
|
|
|
var _name: String? = nil
|
|
|
|
|
var _id: Data?
|
|
|
|
|
var _name: String?
|
|
|
|
|
var _members: [String] = []
|
|
|
|
|
var _avatar: SignalServiceProtos_GroupDetails.Avatar? = nil
|
|
|
|
|
var _active: Bool? = nil
|
|
|
|
|
var _expireTimer: UInt32? = nil
|
|
|
|
|
var _color: String? = nil
|
|
|
|
|
var _blocked: Bool? = nil
|
|
|
|
|
var _avatar: SignalServiceProtos_GroupDetails.Avatar?
|
|
|
|
|
var _active: Bool?
|
|
|
|
|
var _expireTimer: UInt32?
|
|
|
|
|
var _color: String?
|
|
|
|
|
var _blocked: Bool?
|
|
|
|
|
|
|
|
|
|
static let defaultInstance = _StorageClass()
|
|
|
|
|
|
|
|
|
@ -4308,7 +4302,7 @@ extension SignalServiceProtos_GroupDetails.Avatar: SwiftProtobuf.Message, SwiftP
|
|
|
|
|
static let protoMessageName: String = SignalServiceProtos_GroupDetails.protoMessageName + ".Avatar"
|
|
|
|
|
static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
|
|
|
|
|
1: .same(proto: "contentType"),
|
|
|
|
|
2: .same(proto: "length"),
|
|
|
|
|
2: .same(proto: "length")
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
|
|
|
|
|