|
|
|
@ -1,6 +1,10 @@
|
|
|
|
|
// DO NOT EDIT.
|
|
|
|
|
//
|
|
|
|
|
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
|
|
|
|
|
// Generated by the Swift generator plugin for the protocol buffer compiler.
|
|
|
|
|
// Source: SignalService.proto
|
|
|
|
|
//
|
|
|
|
|
// For information on using the generated types, please see the documenation:
|
|
|
|
|
// https://github.com/apple/swift-protobuf/
|
|
|
|
|
|
|
|
|
|
//*
|
|
|
|
|
// Copyright (C) 2014-2016 Open Whisper Systems
|
|
|
|
@ -18,7 +22,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.
|
|
|
|
|
private struct _GeneratedWithProtocGenSwiftVersion: SwiftProtobuf.ProtobufAPIVersionCheck {
|
|
|
|
|
fileprivate struct _GeneratedWithProtocGenSwiftVersion: SwiftProtobuf.ProtobufAPIVersionCheck {
|
|
|
|
|
struct _2: SwiftProtobuf.ProtobufAPIVersion_2 {}
|
|
|
|
|
typealias Version = _2
|
|
|
|
|
}
|
|
|
|
@ -136,13 +140,13 @@ struct SignalServiceProtos_Envelope {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
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 _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
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#if swift(>=4.2)
|
|
|
|
@ -300,8 +304,8 @@ struct SignalServiceProtos_CallMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _id: UInt64?
|
|
|
|
|
fileprivate var _sessionDescription: String?
|
|
|
|
|
fileprivate var _id: UInt64? = nil
|
|
|
|
|
fileprivate var _sessionDescription: String? = nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
struct Answer {
|
|
|
|
@ -335,8 +339,8 @@ struct SignalServiceProtos_CallMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _id: UInt64?
|
|
|
|
|
fileprivate var _sessionDescription: String?
|
|
|
|
|
fileprivate var _id: UInt64? = nil
|
|
|
|
|
fileprivate var _sessionDescription: String? = nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
struct IceUpdate {
|
|
|
|
@ -388,10 +392,10 @@ struct SignalServiceProtos_CallMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _id: UInt64?
|
|
|
|
|
fileprivate var _sdpMid: String?
|
|
|
|
|
fileprivate var _sdpMlineIndex: UInt32?
|
|
|
|
|
fileprivate var _sdp: String?
|
|
|
|
|
fileprivate var _id: UInt64? = nil
|
|
|
|
|
fileprivate var _sdpMid: String? = nil
|
|
|
|
|
fileprivate var _sdpMlineIndex: UInt32? = nil
|
|
|
|
|
fileprivate var _sdp: String? = nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
struct Busy {
|
|
|
|
@ -413,7 +417,7 @@ struct SignalServiceProtos_CallMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _id: UInt64?
|
|
|
|
|
fileprivate var _id: UInt64? = nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
struct Hangup {
|
|
|
|
@ -435,7 +439,7 @@ struct SignalServiceProtos_CallMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _id: UInt64?
|
|
|
|
|
fileprivate var _id: UInt64? = nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
@ -663,9 +667,9 @@ struct SignalServiceProtos_DataMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _id: UInt64?
|
|
|
|
|
fileprivate var _author: String?
|
|
|
|
|
fileprivate var _text: String?
|
|
|
|
|
fileprivate var _id: UInt64? = nil
|
|
|
|
|
fileprivate var _author: String? = nil
|
|
|
|
|
fileprivate var _text: String? = nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
struct Contact {
|
|
|
|
@ -780,12 +784,12 @@ struct SignalServiceProtos_DataMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _givenName: String?
|
|
|
|
|
fileprivate var _familyName: String?
|
|
|
|
|
fileprivate var _prefix: String?
|
|
|
|
|
fileprivate var _suffix: String?
|
|
|
|
|
fileprivate var _middleName: String?
|
|
|
|
|
fileprivate var _displayName: String?
|
|
|
|
|
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
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
struct Phone {
|
|
|
|
@ -856,9 +860,9 @@ struct SignalServiceProtos_DataMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _value: String?
|
|
|
|
|
fileprivate var _type: SignalServiceProtos_DataMessage.Contact.Phone.TypeEnum?
|
|
|
|
|
fileprivate var _label: String?
|
|
|
|
|
fileprivate var _value: String? = nil
|
|
|
|
|
fileprivate var _type: SignalServiceProtos_DataMessage.Contact.Phone.TypeEnum? = nil
|
|
|
|
|
fileprivate var _label: String? = nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
struct Email {
|
|
|
|
@ -929,9 +933,9 @@ struct SignalServiceProtos_DataMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _value: String?
|
|
|
|
|
fileprivate var _type: SignalServiceProtos_DataMessage.Contact.Email.TypeEnum?
|
|
|
|
|
fileprivate var _label: String?
|
|
|
|
|
fileprivate var _value: String? = nil
|
|
|
|
|
fileprivate var _type: SignalServiceProtos_DataMessage.Contact.Email.TypeEnum? = nil
|
|
|
|
|
fileprivate var _label: String? = nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
struct PostalAddress {
|
|
|
|
@ -1053,15 +1057,15 @@ struct SignalServiceProtos_DataMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
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?
|
|
|
|
|
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
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
struct Avatar {
|
|
|
|
@ -1130,7 +1134,7 @@ struct SignalServiceProtos_NullMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _padding: Data?
|
|
|
|
|
fileprivate var _padding: Data? = nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
struct SignalServiceProtos_ReceiptMessage {
|
|
|
|
@ -1180,7 +1184,7 @@ struct SignalServiceProtos_ReceiptMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _type: SignalServiceProtos_ReceiptMessage.TypeEnum?
|
|
|
|
|
fileprivate var _type: SignalServiceProtos_ReceiptMessage.TypeEnum? = nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#if swift(>=4.2)
|
|
|
|
@ -1266,10 +1270,10 @@ struct SignalServiceProtos_Verified {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _destination: String?
|
|
|
|
|
fileprivate var _identityKey: Data?
|
|
|
|
|
fileprivate var _state: SignalServiceProtos_Verified.State?
|
|
|
|
|
fileprivate var _nullMessage: Data?
|
|
|
|
|
fileprivate var _destination: String? = nil
|
|
|
|
|
fileprivate var _identityKey: Data? = nil
|
|
|
|
|
fileprivate var _state: SignalServiceProtos_Verified.State? = nil
|
|
|
|
|
fileprivate var _nullMessage: Data? = nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#if swift(>=4.2)
|
|
|
|
@ -1533,7 +1537,7 @@ struct SignalServiceProtos_SyncMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _type: SignalServiceProtos_SyncMessage.Request.TypeEnum?
|
|
|
|
|
fileprivate var _type: SignalServiceProtos_SyncMessage.Request.TypeEnum? = nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
struct Read {
|
|
|
|
@ -1565,8 +1569,8 @@ struct SignalServiceProtos_SyncMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _sender: String?
|
|
|
|
|
fileprivate var _timestamp: UInt64?
|
|
|
|
|
fileprivate var _sender: String? = nil
|
|
|
|
|
fileprivate var _timestamp: UInt64? = nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
struct Configuration {
|
|
|
|
@ -1587,7 +1591,7 @@ struct SignalServiceProtos_SyncMessage {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _readReceipts: Bool?
|
|
|
|
|
fileprivate var _readReceipts: Bool? = nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
@ -1718,16 +1722,16 @@ struct SignalServiceProtos_AttachmentPointer {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
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?
|
|
|
|
|
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
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#if swift(>=4.2)
|
|
|
|
@ -1943,8 +1947,8 @@ struct SignalServiceProtos_ContactDetails {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _contentType: String?
|
|
|
|
|
fileprivate var _length: UInt32?
|
|
|
|
|
fileprivate var _contentType: String? = nil
|
|
|
|
|
fileprivate var _length: UInt32? = nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
@ -2055,8 +2059,8 @@ struct SignalServiceProtos_GroupDetails {
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
|
|
|
|
|
|
fileprivate var _contentType: String?
|
|
|
|
|
fileprivate var _length: UInt32?
|
|
|
|
|
fileprivate var _contentType: String? = nil
|
|
|
|
|
fileprivate var _length: UInt32? = nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
init() {}
|
|
|
|
@ -2066,7 +2070,7 @@ struct SignalServiceProtos_GroupDetails {
|
|
|
|
|
|
|
|
|
|
// MARK: - Code below here is support for the SwiftProtobuf runtime.
|
|
|
|
|
|
|
|
|
|
private let _protobuf_package = "SignalServiceProtos"
|
|
|
|
|
fileprivate let _protobuf_package = "SignalServiceProtos"
|
|
|
|
|
|
|
|
|
|
extension SignalServiceProtos_Envelope: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
|
|
|
static let protoMessageName: String = _protobuf_package + ".Envelope"
|
|
|
|
@ -2077,7 +2081,7 @@ extension SignalServiceProtos_Envelope: SwiftProtobuf.Message, SwiftProtobuf._Me
|
|
|
|
|
3: .same(proto: "relay"),
|
|
|
|
|
5: .same(proto: "timestamp"),
|
|
|
|
|
6: .same(proto: "legacyMessage"),
|
|
|
|
|
8: .same(proto: "content")
|
|
|
|
|
8: .same(proto: "content"),
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
|
|
|
|
@ -2139,7 +2143,7 @@ extension SignalServiceProtos_Envelope.TypeEnum: SwiftProtobuf._ProtoNameProvidi
|
|
|
|
|
1: .same(proto: "CIPHERTEXT"),
|
|
|
|
|
2: .same(proto: "KEY_EXCHANGE"),
|
|
|
|
|
3: .same(proto: "PREKEY_BUNDLE"),
|
|
|
|
|
5: .same(proto: "RECEIPT")
|
|
|
|
|
5: .same(proto: "RECEIPT"),
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -2150,15 +2154,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?
|
|
|
|
|
var _syncMessage: SignalServiceProtos_SyncMessage?
|
|
|
|
|
var _callMessage: SignalServiceProtos_CallMessage?
|
|
|
|
|
var _nullMessage: SignalServiceProtos_NullMessage?
|
|
|
|
|
var _receiptMessage: SignalServiceProtos_ReceiptMessage?
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
static let defaultInstance = _StorageClass()
|
|
|
|
|
|
|
|
|
@ -2244,16 +2248,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?
|
|
|
|
|
var _answer: SignalServiceProtos_CallMessage.Answer?
|
|
|
|
|
var _offer: SignalServiceProtos_CallMessage.Offer? = nil
|
|
|
|
|
var _answer: SignalServiceProtos_CallMessage.Answer? = nil
|
|
|
|
|
var _iceUpdate: [SignalServiceProtos_CallMessage.IceUpdate] = []
|
|
|
|
|
var _hangup: SignalServiceProtos_CallMessage.Hangup?
|
|
|
|
|
var _busy: SignalServiceProtos_CallMessage.Busy?
|
|
|
|
|
var _profileKey: Data?
|
|
|
|
|
var _hangup: SignalServiceProtos_CallMessage.Hangup? = nil
|
|
|
|
|
var _busy: SignalServiceProtos_CallMessage.Busy? = nil
|
|
|
|
|
var _profileKey: Data? = nil
|
|
|
|
|
|
|
|
|
|
static let defaultInstance = _StorageClass()
|
|
|
|
|
|
|
|
|
@ -2341,7 +2345,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 {
|
|
|
|
@ -2376,7 +2380,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 {
|
|
|
|
@ -2413,7 +2417,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 {
|
|
|
|
@ -2457,7 +2461,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 {
|
|
|
|
@ -2486,7 +2490,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 {
|
|
|
|
@ -2523,18 +2527,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?
|
|
|
|
|
var _body: String? = nil
|
|
|
|
|
var _attachments: [SignalServiceProtos_AttachmentPointer] = []
|
|
|
|
|
var _group: SignalServiceProtos_GroupContext?
|
|
|
|
|
var _flags: UInt32?
|
|
|
|
|
var _expireTimer: UInt32?
|
|
|
|
|
var _profileKey: Data?
|
|
|
|
|
var _timestamp: UInt64?
|
|
|
|
|
var _quote: SignalServiceProtos_DataMessage.Quote?
|
|
|
|
|
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 _contact: [SignalServiceProtos_DataMessage.Contact] = []
|
|
|
|
|
|
|
|
|
|
static let defaultInstance = _StorageClass()
|
|
|
|
@ -2641,7 +2645,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"),
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -2651,7 +2655,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 {
|
|
|
|
@ -2698,14 +2702,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?
|
|
|
|
|
var _fileName: String?
|
|
|
|
|
var _thumbnail: SignalServiceProtos_AttachmentPointer?
|
|
|
|
|
var _flags: UInt32?
|
|
|
|
|
var _contentType: String? = nil
|
|
|
|
|
var _fileName: String? = nil
|
|
|
|
|
var _thumbnail: SignalServiceProtos_AttachmentPointer? = nil
|
|
|
|
|
var _flags: UInt32? = nil
|
|
|
|
|
|
|
|
|
|
static let defaultInstance = _StorageClass()
|
|
|
|
|
|
|
|
|
@ -2779,7 +2783,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"),
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -2791,16 +2795,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?
|
|
|
|
|
var _name: SignalServiceProtos_DataMessage.Contact.Name? = nil
|
|
|
|
|
var _number: [SignalServiceProtos_DataMessage.Contact.Phone] = []
|
|
|
|
|
var _email: [SignalServiceProtos_DataMessage.Contact.Email] = []
|
|
|
|
|
var _address: [SignalServiceProtos_DataMessage.Contact.PostalAddress] = []
|
|
|
|
|
var _avatar: SignalServiceProtos_DataMessage.Contact.Avatar?
|
|
|
|
|
var _organization: String?
|
|
|
|
|
var _avatar: SignalServiceProtos_DataMessage.Contact.Avatar? = nil
|
|
|
|
|
var _organization: String? = nil
|
|
|
|
|
|
|
|
|
|
static let defaultInstance = _StorageClass()
|
|
|
|
|
|
|
|
|
@ -2892,7 +2896,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 {
|
|
|
|
@ -2948,7 +2952,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 {
|
|
|
|
@ -2989,7 +2993,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"),
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -2998,7 +3002,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 {
|
|
|
|
@ -3039,7 +3043,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"),
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -3054,7 +3058,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 {
|
|
|
|
@ -3124,7 +3128,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"),
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -3132,12 +3136,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?
|
|
|
|
|
var _isProfile: Bool?
|
|
|
|
|
var _avatar: SignalServiceProtos_AttachmentPointer? = nil
|
|
|
|
|
var _isProfile: Bool? = nil
|
|
|
|
|
|
|
|
|
|
static let defaultInstance = _StorageClass()
|
|
|
|
|
|
|
|
|
@ -3200,7 +3204,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 {
|
|
|
|
@ -3230,7 +3234,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 {
|
|
|
|
@ -3264,7 +3268,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"),
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -3274,7 +3278,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 {
|
|
|
|
@ -3319,7 +3323,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"),
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -3334,19 +3338,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?
|
|
|
|
|
var _contacts: SignalServiceProtos_SyncMessage.Contacts?
|
|
|
|
|
var _groups: SignalServiceProtos_SyncMessage.Groups?
|
|
|
|
|
var _request: SignalServiceProtos_SyncMessage.Request?
|
|
|
|
|
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 _read: [SignalServiceProtos_SyncMessage.Read] = []
|
|
|
|
|
var _blocked: SignalServiceProtos_SyncMessage.Blocked?
|
|
|
|
|
var _verified: SignalServiceProtos_Verified?
|
|
|
|
|
var _configuration: SignalServiceProtos_SyncMessage.Configuration?
|
|
|
|
|
var _padding: Data?
|
|
|
|
|
var _blocked: SignalServiceProtos_SyncMessage.Blocked? = nil
|
|
|
|
|
var _verified: SignalServiceProtos_Verified? = nil
|
|
|
|
|
var _configuration: SignalServiceProtos_SyncMessage.Configuration? = nil
|
|
|
|
|
var _padding: Data? = nil
|
|
|
|
|
|
|
|
|
|
static let defaultInstance = _StorageClass()
|
|
|
|
|
|
|
|
|
@ -3454,14 +3458,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?
|
|
|
|
|
var _timestamp: UInt64?
|
|
|
|
|
var _message: SignalServiceProtos_DataMessage?
|
|
|
|
|
var _expirationStartTimestamp: UInt64?
|
|
|
|
|
var _destination: String? = nil
|
|
|
|
|
var _timestamp: UInt64? = nil
|
|
|
|
|
var _message: SignalServiceProtos_DataMessage? = nil
|
|
|
|
|
var _expirationStartTimestamp: UInt64? = nil
|
|
|
|
|
|
|
|
|
|
static let defaultInstance = _StorageClass()
|
|
|
|
|
|
|
|
|
@ -3537,12 +3541,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?
|
|
|
|
|
var _isComplete: Bool?
|
|
|
|
|
var _blob: SignalServiceProtos_AttachmentPointer? = nil
|
|
|
|
|
var _isComplete: Bool? = nil
|
|
|
|
|
|
|
|
|
|
static let defaultInstance = _StorageClass()
|
|
|
|
|
|
|
|
|
@ -3605,11 +3609,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?
|
|
|
|
|
var _blob: SignalServiceProtos_AttachmentPointer? = nil
|
|
|
|
|
|
|
|
|
|
static let defaultInstance = _StorageClass()
|
|
|
|
|
|
|
|
|
@ -3667,7 +3671,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 {
|
|
|
|
@ -3701,7 +3705,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 {
|
|
|
|
@ -3733,7 +3737,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"),
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -3741,7 +3745,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 {
|
|
|
|
@ -3775,7 +3779,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 {
|
|
|
|
@ -3813,7 +3817,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 {
|
|
|
|
@ -3886,7 +3890,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"),
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -3897,15 +3901,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?
|
|
|
|
|
var _type: SignalServiceProtos_GroupContext.TypeEnum?
|
|
|
|
|
var _name: String?
|
|
|
|
|
var _id: Data? = nil
|
|
|
|
|
var _type: SignalServiceProtos_GroupContext.TypeEnum? = nil
|
|
|
|
|
var _name: String? = nil
|
|
|
|
|
var _members: [String] = []
|
|
|
|
|
var _avatar: SignalServiceProtos_AttachmentPointer?
|
|
|
|
|
var _avatar: SignalServiceProtos_AttachmentPointer? = nil
|
|
|
|
|
|
|
|
|
|
static let defaultInstance = _StorageClass()
|
|
|
|
|
|
|
|
|
@ -3989,7 +3993,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"),
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -4003,18 +4007,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?
|
|
|
|
|
var _name: String?
|
|
|
|
|
var _avatar: SignalServiceProtos_ContactDetails.Avatar?
|
|
|
|
|
var _color: String?
|
|
|
|
|
var _verified: SignalServiceProtos_Verified?
|
|
|
|
|
var _profileKey: Data?
|
|
|
|
|
var _blocked: Bool?
|
|
|
|
|
var _expireTimer: UInt32?
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
static let defaultInstance = _StorageClass()
|
|
|
|
|
|
|
|
|
@ -4114,7 +4118,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 {
|
|
|
|
@ -4155,18 +4159,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?
|
|
|
|
|
var _name: String?
|
|
|
|
|
var _id: Data? = nil
|
|
|
|
|
var _name: String? = nil
|
|
|
|
|
var _members: [String] = []
|
|
|
|
|
var _avatar: SignalServiceProtos_GroupDetails.Avatar?
|
|
|
|
|
var _active: Bool?
|
|
|
|
|
var _expireTimer: UInt32?
|
|
|
|
|
var _color: String?
|
|
|
|
|
var _blocked: Bool?
|
|
|
|
|
var _avatar: SignalServiceProtos_GroupDetails.Avatar? = nil
|
|
|
|
|
var _active: Bool? = nil
|
|
|
|
|
var _expireTimer: UInt32? = nil
|
|
|
|
|
var _color: String? = nil
|
|
|
|
|
var _blocked: Bool? = nil
|
|
|
|
|
|
|
|
|
|
static let defaultInstance = _StorageClass()
|
|
|
|
|
|
|
|
|
@ -4266,7 +4270,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 {
|
|
|
|
|