@blueid/access-proto 12.32.0 → 12.34.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/BlueSDK.proto +12 -0
- package/cjs/BlueSDK_pb.d.ts +58 -0
- package/cjs/BlueSDK_pb.js +23 -1
- package/es/BlueSDK_pb.d.ts +58 -0
- package/es/BlueSDK_pb.js +22 -0
- package/nanopb/BlueSDK.pb.c +8 -2
- package/nanopb/BlueSDK.pb.h +42 -2
- package/package.json +1 -1
- package/swift/BlueCore.pb.swift +161 -161
- package/swift/BlueLock.pb.swift +7 -7
- package/swift/BlueSDK.pb.swift +205 -59
- package/swift/BlueSystem.pb.swift +41 -41
|
@@ -20,12 +20,12 @@ import SwiftProtobuf
|
|
|
20
20
|
// incompatible with the version of SwiftProtobuf to which you are linking.
|
|
21
21
|
// Please ensure that you are building against the same version of the API
|
|
22
22
|
// that was used to generate this file.
|
|
23
|
-
fileprivate struct _GeneratedWithProtocGenSwiftVersion: SwiftProtobuf.ProtobufAPIVersionCheck {
|
|
23
|
+
fileprivate nonisolated struct _GeneratedWithProtocGenSwiftVersion: SwiftProtobuf.ProtobufAPIVersionCheck {
|
|
24
24
|
struct _2: SwiftProtobuf.ProtobufAPIVersion_2 {}
|
|
25
25
|
typealias Version = _2
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
public struct BlueBaseConfig: Sendable {
|
|
28
|
+
public nonisolated struct BlueBaseConfig: Sendable {
|
|
29
29
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
30
30
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
31
31
|
// methods supported on all messages.
|
|
@@ -79,7 +79,7 @@ public struct BlueBaseConfig: Sendable {
|
|
|
79
79
|
fileprivate var _autoCheckSystemStatus: Bool? = nil
|
|
80
80
|
}
|
|
81
81
|
|
|
82
|
-
public struct BlueBleConfig: Sendable {
|
|
82
|
+
public nonisolated struct BlueBleConfig: Sendable {
|
|
83
83
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
84
84
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
85
85
|
// methods supported on all messages.
|
|
@@ -165,7 +165,7 @@ public struct BlueBleConfig: Sendable {
|
|
|
165
165
|
fileprivate var _isIbeaconAdvertisement: Bool? = nil
|
|
166
166
|
}
|
|
167
167
|
|
|
168
|
-
public struct BlueOnlineConfig: Sendable {
|
|
168
|
+
public nonisolated struct BlueOnlineConfig: Sendable {
|
|
169
169
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
170
170
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
171
171
|
// methods supported on all messages.
|
|
@@ -214,7 +214,7 @@ public struct BlueOnlineConfig: Sendable {
|
|
|
214
214
|
fileprivate var _timeoutSec: UInt32? = nil
|
|
215
215
|
}
|
|
216
216
|
|
|
217
|
-
public struct BlueAccessConfigGroup: Sendable {
|
|
217
|
+
public nonisolated struct BlueAccessConfigGroup: Sendable {
|
|
218
218
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
219
219
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
220
220
|
// methods supported on all messages.
|
|
@@ -237,7 +237,7 @@ public struct BlueAccessConfigGroup: Sendable {
|
|
|
237
237
|
fileprivate var _groupID: UInt32? = nil
|
|
238
238
|
}
|
|
239
239
|
|
|
240
|
-
public struct BlueAccessConfig: Sendable {
|
|
240
|
+
public nonisolated struct BlueAccessConfig: Sendable {
|
|
241
241
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
242
242
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
243
243
|
// methods supported on all messages.
|
|
@@ -286,7 +286,7 @@ public struct BlueAccessConfig: Sendable {
|
|
|
286
286
|
|
|
287
287
|
///
|
|
288
288
|
/// -- Oss SecureId --
|
|
289
|
-
public struct BlueOssConfig: Sendable {
|
|
289
|
+
public nonisolated struct BlueOssConfig: Sendable {
|
|
290
290
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
291
291
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
292
292
|
// methods supported on all messages.
|
|
@@ -392,7 +392,7 @@ public struct BlueOssConfig: Sendable {
|
|
|
392
392
|
fileprivate var _soMifareAid: UInt32? = nil
|
|
393
393
|
}
|
|
394
394
|
|
|
395
|
-
public struct BlueSystemAVRInfo: Sendable {
|
|
395
|
+
public nonisolated struct BlueSystemAVRInfo: Sendable {
|
|
396
396
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
397
397
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
398
398
|
// methods supported on all messages.
|
|
@@ -444,7 +444,7 @@ public struct BlueSystemAVRInfo: Sendable {
|
|
|
444
444
|
fileprivate var _bytesWritten: UInt32? = nil
|
|
445
445
|
}
|
|
446
446
|
|
|
447
|
-
public struct BlueSystemConfig: @unchecked Sendable {
|
|
447
|
+
public nonisolated struct BlueSystemConfig: @unchecked Sendable {
|
|
448
448
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
449
449
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
450
450
|
// methods supported on all messages.
|
|
@@ -521,7 +521,7 @@ public struct BlueSystemConfig: @unchecked Sendable {
|
|
|
521
521
|
fileprivate var _storage = _StorageClass.defaultInstance
|
|
522
522
|
}
|
|
523
523
|
|
|
524
|
-
public struct BlueSystemTimeUnix: Sendable {
|
|
524
|
+
public nonisolated struct BlueSystemTimeUnix: Sendable {
|
|
525
525
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
526
526
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
527
527
|
// methods supported on all messages.
|
|
@@ -542,7 +542,7 @@ public struct BlueSystemTimeUnix: Sendable {
|
|
|
542
542
|
fileprivate var _epoch: UInt32? = nil
|
|
543
543
|
}
|
|
544
544
|
|
|
545
|
-
public struct BlueSystemUpdate: Sendable {
|
|
545
|
+
public nonisolated struct BlueSystemUpdate: Sendable {
|
|
546
546
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
547
547
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
548
548
|
// methods supported on all messages.
|
|
@@ -573,7 +573,7 @@ public struct BlueSystemUpdate: Sendable {
|
|
|
573
573
|
fileprivate var _timeUnix: BlueSystemTimeUnix? = nil
|
|
574
574
|
}
|
|
575
575
|
|
|
576
|
-
public struct BlueSystemSettings: Sendable {
|
|
576
|
+
public nonisolated struct BlueSystemSettings: Sendable {
|
|
577
577
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
578
578
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
579
579
|
// methods supported on all messages.
|
|
@@ -704,7 +704,7 @@ public struct BlueSystemSettings: Sendable {
|
|
|
704
704
|
fileprivate var _isBatteryLow: Bool? = nil
|
|
705
705
|
}
|
|
706
706
|
|
|
707
|
-
public struct BlueSystemProvisioning: Sendable {
|
|
707
|
+
public nonisolated struct BlueSystemProvisioning: Sendable {
|
|
708
708
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
709
709
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
710
710
|
// methods supported on all messages.
|
|
@@ -772,7 +772,7 @@ public struct BlueSystemProvisioning: Sendable {
|
|
|
772
772
|
fileprivate var _signaturePublicKey: Data? = nil
|
|
773
773
|
}
|
|
774
774
|
|
|
775
|
-
public struct BlueSystemStatus: @unchecked Sendable {
|
|
775
|
+
public nonisolated struct BlueSystemStatus: @unchecked Sendable {
|
|
776
776
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
777
777
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
778
778
|
// methods supported on all messages.
|
|
@@ -875,7 +875,7 @@ public struct BlueSystemStatus: @unchecked Sendable {
|
|
|
875
875
|
fileprivate var _storage = _StorageClass.defaultInstance
|
|
876
876
|
}
|
|
877
877
|
|
|
878
|
-
public struct BlueSystemLogQuery: Sendable {
|
|
878
|
+
public nonisolated struct BlueSystemLogQuery: Sendable {
|
|
879
879
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
880
880
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
881
881
|
// methods supported on all messages.
|
|
@@ -910,7 +910,7 @@ public struct BlueSystemLogQuery: Sendable {
|
|
|
910
910
|
|
|
911
911
|
public var unknownFields = SwiftProtobuf.UnknownStorage()
|
|
912
912
|
|
|
913
|
-
public enum OneOf_Start: Equatable, Sendable {
|
|
913
|
+
public nonisolated enum OneOf_Start: Equatable, Sendable {
|
|
914
914
|
case sequenceID(UInt32)
|
|
915
915
|
/// false = starts from tail
|
|
916
916
|
case fromHead(Bool)
|
|
@@ -922,7 +922,7 @@ public struct BlueSystemLogQuery: Sendable {
|
|
|
922
922
|
fileprivate var _maxCount: UInt32? = nil
|
|
923
923
|
}
|
|
924
924
|
|
|
925
|
-
public struct BlueSystemLogEntry: Sendable {
|
|
925
|
+
public nonisolated struct BlueSystemLogEntry: Sendable {
|
|
926
926
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
927
927
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
928
928
|
// methods supported on all messages.
|
|
@@ -993,7 +993,7 @@ public struct BlueSystemLogEntry: Sendable {
|
|
|
993
993
|
fileprivate var _message: String? = nil
|
|
994
994
|
}
|
|
995
995
|
|
|
996
|
-
public struct BlueSystemLogResult: Sendable {
|
|
996
|
+
public nonisolated struct BlueSystemLogResult: Sendable {
|
|
997
997
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
998
998
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
999
999
|
// methods supported on all messages.
|
|
@@ -1005,7 +1005,7 @@ public struct BlueSystemLogResult: Sendable {
|
|
|
1005
1005
|
public init() {}
|
|
1006
1006
|
}
|
|
1007
1007
|
|
|
1008
|
-
public struct BlueEventLogQuery: Sendable {
|
|
1008
|
+
public nonisolated struct BlueEventLogQuery: Sendable {
|
|
1009
1009
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
1010
1010
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
1011
1011
|
// methods supported on all messages.
|
|
@@ -1040,7 +1040,7 @@ public struct BlueEventLogQuery: Sendable {
|
|
|
1040
1040
|
|
|
1041
1041
|
public var unknownFields = SwiftProtobuf.UnknownStorage()
|
|
1042
1042
|
|
|
1043
|
-
public enum OneOf_Start: Equatable, Sendable {
|
|
1043
|
+
public nonisolated enum OneOf_Start: Equatable, Sendable {
|
|
1044
1044
|
case sequenceID(UInt32)
|
|
1045
1045
|
/// false = starts from tail
|
|
1046
1046
|
case fromHead(Bool)
|
|
@@ -1052,7 +1052,7 @@ public struct BlueEventLogQuery: Sendable {
|
|
|
1052
1052
|
fileprivate var _maxCount: UInt32? = nil
|
|
1053
1053
|
}
|
|
1054
1054
|
|
|
1055
|
-
public struct BlueEventLogResult: Sendable {
|
|
1055
|
+
public nonisolated struct BlueEventLogResult: Sendable {
|
|
1056
1056
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
1057
1057
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
1058
1058
|
// methods supported on all messages.
|
|
@@ -1064,7 +1064,7 @@ public struct BlueEventLogResult: Sendable {
|
|
|
1064
1064
|
public init() {}
|
|
1065
1065
|
}
|
|
1066
1066
|
|
|
1067
|
-
public struct BlueBlacklistEntries: Sendable {
|
|
1067
|
+
public nonisolated struct BlueBlacklistEntries: Sendable {
|
|
1068
1068
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
1069
1069
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
1070
1070
|
// methods supported on all messages.
|
|
@@ -1078,7 +1078,7 @@ public struct BlueBlacklistEntries: Sendable {
|
|
|
1078
1078
|
|
|
1079
1079
|
// MARK: - Code below here is support for the SwiftProtobuf runtime.
|
|
1080
1080
|
|
|
1081
|
-
extension BlueBaseConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1081
|
+
nonisolated extension BlueBaseConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1082
1082
|
public static let protoMessageName: String = "BlueBaseConfig"
|
|
1083
1083
|
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")
|
|
1084
1084
|
|
|
@@ -1135,7 +1135,7 @@ extension BlueBaseConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImplement
|
|
|
1135
1135
|
}
|
|
1136
1136
|
}
|
|
1137
1137
|
|
|
1138
|
-
extension BlueBleConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1138
|
+
nonisolated extension BlueBleConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1139
1139
|
public static let protoMessageName: String = "BlueBleConfig"
|
|
1140
1140
|
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")
|
|
1141
1141
|
|
|
@@ -1215,7 +1215,7 @@ extension BlueBleConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementa
|
|
|
1215
1215
|
}
|
|
1216
1216
|
}
|
|
1217
1217
|
|
|
1218
|
-
extension BlueOnlineConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1218
|
+
nonisolated extension BlueOnlineConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1219
1219
|
public static let protoMessageName: String = "BlueOnlineConfig"
|
|
1220
1220
|
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")
|
|
1221
1221
|
|
|
@@ -1272,7 +1272,7 @@ extension BlueOnlineConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme
|
|
|
1272
1272
|
}
|
|
1273
1273
|
}
|
|
1274
1274
|
|
|
1275
|
-
extension BlueAccessConfigGroup: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1275
|
+
nonisolated extension BlueAccessConfigGroup: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1276
1276
|
public static let protoMessageName: String = "BlueAccessConfigGroup"
|
|
1277
1277
|
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}groupId\0\u{1}schedules\0")
|
|
1278
1278
|
|
|
@@ -1317,7 +1317,7 @@ extension BlueAccessConfigGroup: SwiftProtobuf.Message, SwiftProtobuf._MessageIm
|
|
|
1317
1317
|
}
|
|
1318
1318
|
}
|
|
1319
1319
|
|
|
1320
|
-
extension BlueAccessConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1320
|
+
nonisolated extension BlueAccessConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1321
1321
|
public static let protoMessageName: String = "BlueAccessConfig"
|
|
1322
1322
|
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")
|
|
1323
1323
|
|
|
@@ -1373,7 +1373,7 @@ extension BlueAccessConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme
|
|
|
1373
1373
|
}
|
|
1374
1374
|
}
|
|
1375
1375
|
|
|
1376
|
-
extension BlueOssConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1376
|
+
nonisolated extension BlueOssConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1377
1377
|
public static let protoMessageName: String = "BlueOssConfig"
|
|
1378
1378
|
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")
|
|
1379
1379
|
|
|
@@ -1454,7 +1454,7 @@ extension BlueOssConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementa
|
|
|
1454
1454
|
}
|
|
1455
1455
|
}
|
|
1456
1456
|
|
|
1457
|
-
extension BlueSystemAVRInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1457
|
+
nonisolated extension BlueSystemAVRInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1458
1458
|
public static let protoMessageName: String = "BlueSystemAVRInfo"
|
|
1459
1459
|
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")
|
|
1460
1460
|
|
|
@@ -1510,7 +1510,7 @@ extension BlueSystemAVRInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem
|
|
|
1510
1510
|
}
|
|
1511
1511
|
}
|
|
1512
1512
|
|
|
1513
|
-
extension BlueSystemConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1513
|
+
nonisolated extension BlueSystemConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1514
1514
|
public static let protoMessageName: String = "BlueSystemConfig"
|
|
1515
1515
|
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")
|
|
1516
1516
|
|
|
@@ -1640,7 +1640,7 @@ extension BlueSystemConfig: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme
|
|
|
1640
1640
|
}
|
|
1641
1641
|
}
|
|
1642
1642
|
|
|
1643
|
-
extension BlueSystemTimeUnix: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1643
|
+
nonisolated extension BlueSystemTimeUnix: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1644
1644
|
public static let protoMessageName: String = "BlueSystemTimeUnix"
|
|
1645
1645
|
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}epoch\0")
|
|
1646
1646
|
|
|
@@ -1679,7 +1679,7 @@ extension BlueSystemTimeUnix: SwiftProtobuf.Message, SwiftProtobuf._MessageImple
|
|
|
1679
1679
|
}
|
|
1680
1680
|
}
|
|
1681
1681
|
|
|
1682
|
-
extension BlueSystemUpdate: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1682
|
+
nonisolated extension BlueSystemUpdate: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1683
1683
|
public static let protoMessageName: String = "BlueSystemUpdate"
|
|
1684
1684
|
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}config\0\u{1}timeUnix\0")
|
|
1685
1685
|
|
|
@@ -1724,7 +1724,7 @@ extension BlueSystemUpdate: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme
|
|
|
1724
1724
|
}
|
|
1725
1725
|
}
|
|
1726
1726
|
|
|
1727
|
-
extension BlueSystemSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1727
|
+
nonisolated extension BlueSystemSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1728
1728
|
public static let protoMessageName: String = "BlueSystemSettings"
|
|
1729
1729
|
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")
|
|
1730
1730
|
|
|
@@ -1829,7 +1829,7 @@ extension BlueSystemSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImple
|
|
|
1829
1829
|
}
|
|
1830
1830
|
}
|
|
1831
1831
|
|
|
1832
|
-
extension BlueSystemProvisioning: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1832
|
+
nonisolated extension BlueSystemProvisioning: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1833
1833
|
public static let protoMessageName: String = "BlueSystemProvisioning"
|
|
1834
1834
|
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")
|
|
1835
1835
|
|
|
@@ -1892,7 +1892,7 @@ extension BlueSystemProvisioning: SwiftProtobuf.Message, SwiftProtobuf._MessageI
|
|
|
1892
1892
|
}
|
|
1893
1893
|
}
|
|
1894
1894
|
|
|
1895
|
-
extension BlueSystemStatus: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1895
|
+
nonisolated extension BlueSystemStatus: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
1896
1896
|
public static let protoMessageName: String = "BlueSystemStatus"
|
|
1897
1897
|
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")
|
|
1898
1898
|
|
|
@@ -2042,7 +2042,7 @@ extension BlueSystemStatus: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme
|
|
|
2042
2042
|
}
|
|
2043
2043
|
}
|
|
2044
2044
|
|
|
2045
|
-
extension BlueSystemLogQuery: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
2045
|
+
nonisolated extension BlueSystemLogQuery: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
2046
2046
|
public static let protoMessageName: String = "BlueSystemLogQuery"
|
|
2047
2047
|
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}maxCount\0\u{1}sequenceId\0\u{1}fromHead\0")
|
|
2048
2048
|
|
|
@@ -2109,7 +2109,7 @@ extension BlueSystemLogQuery: SwiftProtobuf.Message, SwiftProtobuf._MessageImple
|
|
|
2109
2109
|
}
|
|
2110
2110
|
}
|
|
2111
2111
|
|
|
2112
|
-
extension BlueSystemLogEntry: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
2112
|
+
nonisolated extension BlueSystemLogEntry: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
2113
2113
|
public static let protoMessageName: String = "BlueSystemLogEntry"
|
|
2114
2114
|
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")
|
|
2115
2115
|
|
|
@@ -2179,7 +2179,7 @@ extension BlueSystemLogEntry: SwiftProtobuf.Message, SwiftProtobuf._MessageImple
|
|
|
2179
2179
|
}
|
|
2180
2180
|
}
|
|
2181
2181
|
|
|
2182
|
-
extension BlueSystemLogResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
2182
|
+
nonisolated extension BlueSystemLogResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
2183
2183
|
public static let protoMessageName: String = "BlueSystemLogResult"
|
|
2184
2184
|
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}entries\0")
|
|
2185
2185
|
|
|
@@ -2214,7 +2214,7 @@ extension BlueSystemLogResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImpl
|
|
|
2214
2214
|
}
|
|
2215
2215
|
}
|
|
2216
2216
|
|
|
2217
|
-
extension BlueEventLogQuery: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
2217
|
+
nonisolated extension BlueEventLogQuery: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
2218
2218
|
public static let protoMessageName: String = "BlueEventLogQuery"
|
|
2219
2219
|
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}maxCount\0\u{1}sequenceId\0\u{1}fromHead\0")
|
|
2220
2220
|
|
|
@@ -2281,7 +2281,7 @@ extension BlueEventLogQuery: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem
|
|
|
2281
2281
|
}
|
|
2282
2282
|
}
|
|
2283
2283
|
|
|
2284
|
-
extension BlueEventLogResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
2284
|
+
nonisolated extension BlueEventLogResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
2285
2285
|
public static let protoMessageName: String = "BlueEventLogResult"
|
|
2286
2286
|
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}events\0")
|
|
2287
2287
|
|
|
@@ -2316,7 +2316,7 @@ extension BlueEventLogResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImple
|
|
|
2316
2316
|
}
|
|
2317
2317
|
}
|
|
2318
2318
|
|
|
2319
|
-
extension BlueBlacklistEntries: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
2319
|
+
nonisolated extension BlueBlacklistEntries: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
|
|
2320
2320
|
public static let protoMessageName: String = "BlueBlacklistEntries"
|
|
2321
2321
|
public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}entries\0")
|
|
2322
2322
|
|