@blueid/access-proto 10.2.0 → 10.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/swift/BlueCore.pb.swift +97 -572
- package/swift/BlueLock.pb.swift +3 -17
- package/swift/BlueSDK.pb.swift +28 -223
- package/swift/BlueSystem.pb.swift +21 -126
|
@@ -282,7 +282,7 @@ public struct BlueAccessConfig: Sendable {
|
|
|
282
282
|
|
|
283
283
|
///
|
|
284
284
|
/// -- Oss SecureId --
|
|
285
|
-
public struct BlueOssConfig:
|
|
285
|
+
public struct BlueOssConfig: Sendable {
|
|
286
286
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
287
287
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
288
288
|
// methods supported on all messages.
|
|
@@ -700,7 +700,7 @@ public struct BlueSystemSettings: Sendable {
|
|
|
700
700
|
fileprivate var _isBatteryLow: Bool? = nil
|
|
701
701
|
}
|
|
702
702
|
|
|
703
|
-
public struct BlueSystemProvisioning:
|
|
703
|
+
public struct BlueSystemProvisioning: Sendable {
|
|
704
704
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
705
705
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
706
706
|
// methods supported on all messages.
|
|
@@ -1076,12 +1076,7 @@ public struct BlueBlacklistEntries: Sendable {
|
|
|
1076
1076
|
|
|
1077
1077
|
extension BlueBaseConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1078
1078
|
public static let protoMessageName: String = "BlueBaseConfig"
|
|
1079
|
-
public static let _protobuf_nameMap
|
|
1080
|
-
1: .same(proto: "isoCountry"),
|
|
1081
|
-
2: .same(proto: "isoState"),
|
|
1082
|
-
3: .same(proto: "utcOffsetMinutes"),
|
|
1083
|
-
4: .same(proto: "autoCheckSystemStatus"),
|
|
1084
|
-
]
|
|
1079
|
+
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}isoCountry\0\u{1}isoState\0\u{1}utcOffsetMinutes\0\u{1}autoCheckSystemStatus\0")
|
|
1085
1080
|
|
|
1086
1081
|
public var isInitialized: Bool {
|
|
1087
1082
|
if self._isoCountry == nil {return false}
|
|
@@ -1138,16 +1133,7 @@ extension BlueBaseConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImplement
|
|
|
1138
1133
|
|
|
1139
1134
|
extension BlueBleConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1140
1135
|
public static let protoMessageName: String = "BlueBleConfig"
|
|
1141
|
-
public static let _protobuf_nameMap
|
|
1142
|
-
1: .same(proto: "isAdvertising"),
|
|
1143
|
-
2: .same(proto: "advertisingSchedules"),
|
|
1144
|
-
3: .same(proto: "maxPowerAdvertisingSchedulesIndices"),
|
|
1145
|
-
4: .same(proto: "advertisingIntervalMs"),
|
|
1146
|
-
5: .same(proto: "maxConnectionTimeoutMs"),
|
|
1147
|
-
6: .same(proto: "txPowerLevel"),
|
|
1148
|
-
7: .same(proto: "advertisedTxPower1Meter"),
|
|
1149
|
-
8: .same(proto: "isIBeaconAdvertisement"),
|
|
1150
|
-
]
|
|
1136
|
+
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}isAdvertising\0\u{1}advertisingSchedules\0\u{1}maxPowerAdvertisingSchedulesIndices\0\u{1}advertisingIntervalMs\0\u{1}maxConnectionTimeoutMs\0\u{1}txPowerLevel\0\u{1}advertisedTxPower1Meter\0\u{1}isIBeaconAdvertisement\0")
|
|
1151
1137
|
|
|
1152
1138
|
public var isInitialized: Bool {
|
|
1153
1139
|
if self._isAdvertising == nil {return false}
|
|
@@ -1227,12 +1213,7 @@ extension BlueBleConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementa
|
|
|
1227
1213
|
|
|
1228
1214
|
extension BlueOnlineConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1229
1215
|
public static let protoMessageName: String = "BlueOnlineConfig"
|
|
1230
|
-
public static let _protobuf_nameMap
|
|
1231
|
-
1: .same(proto: "connectSchedules"),
|
|
1232
|
-
2: .same(proto: "wifiSSID"),
|
|
1233
|
-
3: .same(proto: "wifiPassword"),
|
|
1234
|
-
4: .same(proto: "timeoutSec"),
|
|
1235
|
-
]
|
|
1216
|
+
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}connectSchedules\0\u{1}wifiSSID\0\u{1}wifiPassword\0\u{1}timeoutSec\0")
|
|
1236
1217
|
|
|
1237
1218
|
public var isInitialized: Bool {
|
|
1238
1219
|
if self._wifiSsid == nil {return false}
|
|
@@ -1289,10 +1270,7 @@ extension BlueOnlineConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme
|
|
|
1289
1270
|
|
|
1290
1271
|
extension BlueAccessConfigGroup: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1291
1272
|
public static let protoMessageName: String = "BlueAccessConfigGroup"
|
|
1292
|
-
public static let _protobuf_nameMap
|
|
1293
|
-
1: .same(proto: "groupId"),
|
|
1294
|
-
2: .same(proto: "schedules"),
|
|
1295
|
-
]
|
|
1273
|
+
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}groupId\0\u{1}schedules\0")
|
|
1296
1274
|
|
|
1297
1275
|
public var isInitialized: Bool {
|
|
1298
1276
|
if self._groupID == nil {return false}
|
|
@@ -1337,12 +1315,7 @@ extension BlueAccessConfigGroup: SwiftProtobuf.Message, SwiftProtobuf._MessageIm
|
|
|
1337
1315
|
|
|
1338
1316
|
extension BlueAccessConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1339
1317
|
public static let protoMessageName: String = "BlueAccessConfig"
|
|
1340
|
-
public static let _protobuf_nameMap
|
|
1341
|
-
1: .same(proto: "id"),
|
|
1342
|
-
2: .same(proto: "siteId"),
|
|
1343
|
-
3: .same(proto: "groups"),
|
|
1344
|
-
4: .same(proto: "extendedId"),
|
|
1345
|
-
]
|
|
1318
|
+
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}id\0\u{1}siteId\0\u{1}groups\0\u{1}extendedId\0")
|
|
1346
1319
|
|
|
1347
1320
|
public var isInitialized: Bool {
|
|
1348
1321
|
if self._id == nil {return false}
|
|
@@ -1398,16 +1371,7 @@ extension BlueAccessConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme
|
|
|
1398
1371
|
|
|
1399
1372
|
extension BlueOssConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1400
1373
|
public static let protoMessageName: String = "BlueOssConfig"
|
|
1401
|
-
public static let _protobuf_nameMap
|
|
1402
|
-
1: .same(proto: "sidMifareAesKey"),
|
|
1403
|
-
2: .same(proto: "sidMifareAid"),
|
|
1404
|
-
3: .same(proto: "soUpdater"),
|
|
1405
|
-
4: .same(proto: "soPushEvents"),
|
|
1406
|
-
5: .same(proto: "soWritePendingEvents"),
|
|
1407
|
-
6: .same(proto: "soUpdateFromBlacklist"),
|
|
1408
|
-
7: .same(proto: "soMifareAesKey"),
|
|
1409
|
-
8: .same(proto: "soMifareAid"),
|
|
1410
|
-
]
|
|
1374
|
+
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}sidMifareAesKey\0\u{1}sidMifareAid\0\u{1}soUpdater\0\u{1}soPushEvents\0\u{1}soWritePendingEvents\0\u{1}soUpdateFromBlacklist\0\u{1}soMifareAesKey\0\u{1}soMifareAid\0")
|
|
1411
1375
|
|
|
1412
1376
|
public var isInitialized: Bool {
|
|
1413
1377
|
if self._sidMifareAesKey == nil {return false}
|
|
@@ -1488,12 +1452,7 @@ extension BlueOssConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementa
|
|
|
1488
1452
|
|
|
1489
1453
|
extension BlueSystemAVRInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1490
1454
|
public static let protoMessageName: String = "BlueSystemAVRInfo"
|
|
1491
|
-
public static let _protobuf_nameMap
|
|
1492
|
-
1: .same(proto: "vermaj"),
|
|
1493
|
-
2: .same(proto: "vermin"),
|
|
1494
|
-
3: .same(proto: "buildnr"),
|
|
1495
|
-
4: .same(proto: "bytesWritten"),
|
|
1496
|
-
]
|
|
1455
|
+
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}vermaj\0\u{1}vermin\0\u{1}buildnr\0\u{1}bytesWritten\0")
|
|
1497
1456
|
|
|
1498
1457
|
public var isInitialized: Bool {
|
|
1499
1458
|
if self._vermaj == nil {return false}
|
|
@@ -1549,15 +1508,7 @@ extension BlueSystemAVRInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem
|
|
|
1549
1508
|
|
|
1550
1509
|
extension BlueSystemConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1551
1510
|
public static let protoMessageName: String = "BlueSystemConfig"
|
|
1552
|
-
public static let _protobuf_nameMap
|
|
1553
|
-
1: .same(proto: "configId"),
|
|
1554
|
-
2: .same(proto: "base"),
|
|
1555
|
-
3: .same(proto: "ble"),
|
|
1556
|
-
4: .same(proto: "online"),
|
|
1557
|
-
5: .same(proto: "access"),
|
|
1558
|
-
6: .same(proto: "oss"),
|
|
1559
|
-
7: .same(proto: "lock"),
|
|
1560
|
-
]
|
|
1511
|
+
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}configId\0\u{1}base\0\u{1}ble\0\u{1}online\0\u{1}access\0\u{1}oss\0\u{1}lock\0")
|
|
1561
1512
|
|
|
1562
1513
|
fileprivate class _StorageClass {
|
|
1563
1514
|
var _configID: String? = nil
|
|
@@ -1687,9 +1638,7 @@ extension BlueSystemConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme
|
|
|
1687
1638
|
|
|
1688
1639
|
extension BlueSystemTimeUnix: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1689
1640
|
public static let protoMessageName: String = "BlueSystemTimeUnix"
|
|
1690
|
-
public static let _protobuf_nameMap
|
|
1691
|
-
1: .same(proto: "epoch"),
|
|
1692
|
-
]
|
|
1641
|
+
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}epoch\0")
|
|
1693
1642
|
|
|
1694
1643
|
public var isInitialized: Bool {
|
|
1695
1644
|
if self._epoch == nil {return false}
|
|
@@ -1728,10 +1677,7 @@ extension BlueSystemTimeUnix: SwiftProtobuf.Message, SwiftProtobuf._MessageImple
|
|
|
1728
1677
|
|
|
1729
1678
|
extension BlueSystemUpdate: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1730
1679
|
public static let protoMessageName: String = "BlueSystemUpdate"
|
|
1731
|
-
public static let _protobuf_nameMap
|
|
1732
|
-
1: .same(proto: "config"),
|
|
1733
|
-
2: .same(proto: "timeUnix"),
|
|
1734
|
-
]
|
|
1680
|
+
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}config\0\u{1}timeUnix\0")
|
|
1735
1681
|
|
|
1736
1682
|
public var isInitialized: Bool {
|
|
1737
1683
|
if let v = self._config, !v.isInitialized {return false}
|
|
@@ -1776,20 +1722,7 @@ extension BlueSystemUpdate: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme
|
|
|
1776
1722
|
|
|
1777
1723
|
extension BlueSystemSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1778
1724
|
public static let protoMessageName: String = "BlueSystemSettings"
|
|
1779
|
-
public static let _protobuf_nameMap
|
|
1780
|
-
1: .same(proto: "blacklistMaxEntriesCount"),
|
|
1781
|
-
2: .same(proto: "blacklistEntriesCount"),
|
|
1782
|
-
3: .same(proto: "eventLogMaxEntriesCount"),
|
|
1783
|
-
4: .same(proto: "eventLogEntriesCount"),
|
|
1784
|
-
5: .same(proto: "eventLogSequenceId"),
|
|
1785
|
-
6: .same(proto: "eventLogIndex"),
|
|
1786
|
-
7: .same(proto: "systemLogMaxEntriesCount"),
|
|
1787
|
-
8: .same(proto: "systemLogEntriesCount"),
|
|
1788
|
-
9: .same(proto: "systemLogSequenceId"),
|
|
1789
|
-
10: .same(proto: "systemLogIndex"),
|
|
1790
|
-
11: .same(proto: "timeWasSet"),
|
|
1791
|
-
12: .same(proto: "isBatteryLow"),
|
|
1792
|
-
]
|
|
1725
|
+
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}blacklistMaxEntriesCount\0\u{1}blacklistEntriesCount\0\u{1}eventLogMaxEntriesCount\0\u{1}eventLogEntriesCount\0\u{1}eventLogSequenceId\0\u{1}eventLogIndex\0\u{1}systemLogMaxEntriesCount\0\u{1}systemLogEntriesCount\0\u{1}systemLogSequenceId\0\u{1}systemLogIndex\0\u{1}timeWasSet\0\u{1}isBatteryLow\0")
|
|
1793
1726
|
|
|
1794
1727
|
public var isInitialized: Bool {
|
|
1795
1728
|
if self._blacklistMaxEntriesCount == nil {return false}
|
|
@@ -1894,13 +1827,7 @@ extension BlueSystemSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImple
|
|
|
1894
1827
|
|
|
1895
1828
|
extension BlueSystemProvisioning: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1896
1829
|
public static let protoMessageName: String = "BlueSystemProvisioning"
|
|
1897
|
-
public static let _protobuf_nameMap
|
|
1898
|
-
1: .same(proto: "hardwareType"),
|
|
1899
|
-
2: .same(proto: "deviceId"),
|
|
1900
|
-
3: .same(proto: "serialNumber"),
|
|
1901
|
-
4: .same(proto: "terminalPrivateKey"),
|
|
1902
|
-
5: .same(proto: "signaturePublicKey"),
|
|
1903
|
-
]
|
|
1830
|
+
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}hardwareType\0\u{1}deviceId\0\u{1}serialNumber\0\u{1}terminalPrivateKey\0\u{1}signaturePublicKey\0")
|
|
1904
1831
|
|
|
1905
1832
|
public var isInitialized: Bool {
|
|
1906
1833
|
if self._hardwareType == nil {return false}
|
|
@@ -1963,18 +1890,7 @@ extension BlueSystemProvisioning: SwiftProtobuf.Message, SwiftProtobuf._MessageI
|
|
|
1963
1890
|
|
|
1964
1891
|
extension BlueSystemStatus: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1965
1892
|
public static let protoMessageName: String = "BlueSystemStatus"
|
|
1966
|
-
public static let _protobuf_nameMap
|
|
1967
|
-
1: .same(proto: "configId"),
|
|
1968
|
-
2: .same(proto: "deviceId"),
|
|
1969
|
-
3: .same(proto: "serialNumber"),
|
|
1970
|
-
4: .same(proto: "hardwareType"),
|
|
1971
|
-
5: .same(proto: "batteryLevel"),
|
|
1972
|
-
6: .same(proto: "applicationVersion"),
|
|
1973
|
-
7: .same(proto: "localTime"),
|
|
1974
|
-
8: .same(proto: "settings"),
|
|
1975
|
-
9: .same(proto: "lock"),
|
|
1976
|
-
10: .same(proto: "applicationVersionTest"),
|
|
1977
|
-
]
|
|
1893
|
+
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}configId\0\u{1}deviceId\0\u{1}serialNumber\0\u{1}hardwareType\0\u{1}batteryLevel\0\u{1}applicationVersion\0\u{1}localTime\0\u{1}settings\0\u{1}lock\0\u{1}applicationVersionTest\0")
|
|
1978
1894
|
|
|
1979
1895
|
fileprivate class _StorageClass {
|
|
1980
1896
|
var _configID: String? = nil
|
|
@@ -2124,11 +2040,7 @@ extension BlueSystemStatus: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme
|
|
|
2124
2040
|
|
|
2125
2041
|
extension BlueSystemLogQuery: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
2126
2042
|
public static let protoMessageName: String = "BlueSystemLogQuery"
|
|
2127
|
-
public static let _protobuf_nameMap
|
|
2128
|
-
1: .same(proto: "maxCount"),
|
|
2129
|
-
2: .same(proto: "sequenceId"),
|
|
2130
|
-
3: .same(proto: "fromHead"),
|
|
2131
|
-
]
|
|
2043
|
+
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}maxCount\0\u{1}sequenceId\0\u{1}fromHead\0")
|
|
2132
2044
|
|
|
2133
2045
|
public var isInitialized: Bool {
|
|
2134
2046
|
if self._maxCount == nil {return false}
|
|
@@ -2195,14 +2107,7 @@ extension BlueSystemLogQuery: SwiftProtobuf.Message, SwiftProtobuf._MessageImple
|
|
|
2195
2107
|
|
|
2196
2108
|
extension BlueSystemLogEntry: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
2197
2109
|
public static let protoMessageName: String = "BlueSystemLogEntry"
|
|
2198
|
-
public static let _protobuf_nameMap
|
|
2199
|
-
1: .same(proto: "sequenceId"),
|
|
2200
|
-
2: .same(proto: "time"),
|
|
2201
|
-
3: .same(proto: "severity"),
|
|
2202
|
-
4: .same(proto: "line"),
|
|
2203
|
-
5: .same(proto: "file"),
|
|
2204
|
-
6: .same(proto: "message"),
|
|
2205
|
-
]
|
|
2110
|
+
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}sequenceId\0\u{1}time\0\u{1}severity\0\u{1}line\0\u{1}file\0\u{1}message\0")
|
|
2206
2111
|
|
|
2207
2112
|
public var isInitialized: Bool {
|
|
2208
2113
|
if self._sequenceID == nil {return false}
|
|
@@ -2272,9 +2177,7 @@ extension BlueSystemLogEntry: SwiftProtobuf.Message, SwiftProtobuf._MessageImple
|
|
|
2272
2177
|
|
|
2273
2178
|
extension BlueSystemLogResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
2274
2179
|
public static let protoMessageName: String = "BlueSystemLogResult"
|
|
2275
|
-
public static let _protobuf_nameMap
|
|
2276
|
-
1: .same(proto: "entries"),
|
|
2277
|
-
]
|
|
2180
|
+
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}entries\0")
|
|
2278
2181
|
|
|
2279
2182
|
public var isInitialized: Bool {
|
|
2280
2183
|
if !SwiftProtobuf.Internal.areAllInitialized(self.entries) {return false}
|
|
@@ -2309,11 +2212,7 @@ extension BlueSystemLogResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImpl
|
|
|
2309
2212
|
|
|
2310
2213
|
extension BlueEventLogQuery: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
2311
2214
|
public static let protoMessageName: String = "BlueEventLogQuery"
|
|
2312
|
-
public static let _protobuf_nameMap
|
|
2313
|
-
1: .same(proto: "maxCount"),
|
|
2314
|
-
2: .same(proto: "sequenceId"),
|
|
2315
|
-
3: .same(proto: "fromHead"),
|
|
2316
|
-
]
|
|
2215
|
+
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}maxCount\0\u{1}sequenceId\0\u{1}fromHead\0")
|
|
2317
2216
|
|
|
2318
2217
|
public var isInitialized: Bool {
|
|
2319
2218
|
if self._maxCount == nil {return false}
|
|
@@ -2380,9 +2279,7 @@ extension BlueEventLogQuery: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem
|
|
|
2380
2279
|
|
|
2381
2280
|
extension BlueEventLogResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
2382
2281
|
public static let protoMessageName: String = "BlueEventLogResult"
|
|
2383
|
-
public static let _protobuf_nameMap
|
|
2384
|
-
1: .same(proto: "events"),
|
|
2385
|
-
]
|
|
2282
|
+
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}events\0")
|
|
2386
2283
|
|
|
2387
2284
|
public var isInitialized: Bool {
|
|
2388
2285
|
if !SwiftProtobuf.Internal.areAllInitialized(self.events) {return false}
|
|
@@ -2417,9 +2314,7 @@ extension BlueEventLogResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImple
|
|
|
2417
2314
|
|
|
2418
2315
|
extension BlueBlacklistEntries: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
2419
2316
|
public static let protoMessageName: String = "BlueBlacklistEntries"
|
|
2420
|
-
public static let _protobuf_nameMap
|
|
2421
|
-
1: .same(proto: "entries"),
|
|
2422
|
-
]
|
|
2317
|
+
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}entries\0")
|
|
2423
2318
|
|
|
2424
2319
|
public var isInitialized: Bool {
|
|
2425
2320
|
if !SwiftProtobuf.Internal.areAllInitialized(self.entries) {return false}
|