@blueid/access-proto 2.0.0-beta.21 → 2.0.0-beta.25
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 +74 -299
- package/swift/BlueLock.pb.swift +4 -18
- package/swift/BlueSDK.pb.swift +28 -91
- package/swift/BlueSystem.pb.swift +21 -79
package/swift/BlueCore.pb.swift
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
// DO NOT EDIT.
|
|
2
2
|
// swift-format-ignore-file
|
|
3
|
+
// swiftlint:disable all
|
|
3
4
|
//
|
|
4
5
|
// Generated by the Swift generator plugin for the protocol buffer compiler.
|
|
5
6
|
// Source: BlueCore.proto
|
|
@@ -20,7 +21,7 @@ fileprivate struct _GeneratedWithProtocGenSwiftVersion: SwiftProtobuf.ProtobufAP
|
|
|
20
21
|
typealias Version = _2
|
|
21
22
|
}
|
|
22
23
|
|
|
23
|
-
public enum BlueReturnCode: SwiftProtobuf.Enum {
|
|
24
|
+
public enum BlueReturnCode: SwiftProtobuf.Enum, Swift.CaseIterable {
|
|
24
25
|
public typealias RawValue = Int
|
|
25
26
|
|
|
26
27
|
///
|
|
@@ -355,15 +356,7 @@ public enum BlueReturnCode: SwiftProtobuf.Enum {
|
|
|
355
356
|
|
|
356
357
|
}
|
|
357
358
|
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
extension BlueReturnCode: CaseIterable {
|
|
361
|
-
// Support synthesized by the compiler.
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
#endif // swift(>=4.2)
|
|
365
|
-
|
|
366
|
-
public enum BlueTimeUnit: SwiftProtobuf.Enum {
|
|
359
|
+
public enum BlueTimeUnit: SwiftProtobuf.Enum, Swift.CaseIterable {
|
|
367
360
|
public typealias RawValue = Int
|
|
368
361
|
case seconds // = 1
|
|
369
362
|
case minutes // = 2
|
|
@@ -401,16 +394,8 @@ public enum BlueTimeUnit: SwiftProtobuf.Enum {
|
|
|
401
394
|
|
|
402
395
|
}
|
|
403
396
|
|
|
404
|
-
#if swift(>=4.2)
|
|
405
|
-
|
|
406
|
-
extension BlueTimeUnit: CaseIterable {
|
|
407
|
-
// Support synthesized by the compiler.
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
#endif // swift(>=4.2)
|
|
411
|
-
|
|
412
397
|
/// Those may never be changed
|
|
413
|
-
public enum BlueWeekday: SwiftProtobuf.Enum {
|
|
398
|
+
public enum BlueWeekday: SwiftProtobuf.Enum, Swift.CaseIterable {
|
|
414
399
|
public typealias RawValue = Int
|
|
415
400
|
case monday // = 0
|
|
416
401
|
case tuesday // = 1
|
|
@@ -451,17 +436,9 @@ public enum BlueWeekday: SwiftProtobuf.Enum {
|
|
|
451
436
|
|
|
452
437
|
}
|
|
453
438
|
|
|
454
|
-
#if swift(>=4.2)
|
|
455
|
-
|
|
456
|
-
extension BlueWeekday: CaseIterable {
|
|
457
|
-
// Support synthesized by the compiler.
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
#endif // swift(>=4.2)
|
|
461
|
-
|
|
462
439
|
/// @TODO: Keep it until we have updated all places in both iOS and Android SDK.
|
|
463
440
|
/// This should be renamed to BlueIdentityRole later on.
|
|
464
|
-
public enum BlueCredentialType: SwiftProtobuf.Enum {
|
|
441
|
+
public enum BlueCredentialType: SwiftProtobuf.Enum, Swift.CaseIterable {
|
|
465
442
|
public typealias RawValue = Int
|
|
466
443
|
|
|
467
444
|
/// Regular credential can only open / enter
|
|
@@ -506,15 +483,7 @@ public enum BlueCredentialType: SwiftProtobuf.Enum {
|
|
|
506
483
|
|
|
507
484
|
}
|
|
508
485
|
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
extension BlueCredentialType: CaseIterable {
|
|
512
|
-
// Support synthesized by the compiler.
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
#endif // swift(>=4.2)
|
|
516
|
-
|
|
517
|
-
public enum BlueAccessType: SwiftProtobuf.Enum {
|
|
486
|
+
public enum BlueAccessType: SwiftProtobuf.Enum, Swift.CaseIterable {
|
|
518
487
|
public typealias RawValue = Int
|
|
519
488
|
|
|
520
489
|
/// Access with default unlock time
|
|
@@ -574,15 +543,7 @@ public enum BlueAccessType: SwiftProtobuf.Enum {
|
|
|
574
543
|
|
|
575
544
|
}
|
|
576
545
|
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
extension BlueAccessType: CaseIterable {
|
|
580
|
-
// Support synthesized by the compiler.
|
|
581
|
-
}
|
|
582
|
-
|
|
583
|
-
#endif // swift(>=4.2)
|
|
584
|
-
|
|
585
|
-
public enum BlueTransponderType: SwiftProtobuf.Enum {
|
|
546
|
+
public enum BlueTransponderType: SwiftProtobuf.Enum, Swift.CaseIterable {
|
|
586
547
|
public typealias RawValue = Int
|
|
587
548
|
case unknownTransponder // = 0
|
|
588
549
|
case mobileTransponder // = 1
|
|
@@ -611,15 +572,7 @@ public enum BlueTransponderType: SwiftProtobuf.Enum {
|
|
|
611
572
|
|
|
612
573
|
}
|
|
613
574
|
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
extension BlueTransponderType: CaseIterable {
|
|
617
|
-
// Support synthesized by the compiler.
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
#endif // swift(>=4.2)
|
|
621
|
-
|
|
622
|
-
public enum BlueHardwareType: SwiftProtobuf.Enum {
|
|
575
|
+
public enum BlueHardwareType: SwiftProtobuf.Enum, Swift.CaseIterable {
|
|
623
576
|
public typealias RawValue = Int
|
|
624
577
|
case unknownHardware // = 0
|
|
625
578
|
case testHardware // = 1
|
|
@@ -660,15 +613,7 @@ public enum BlueHardwareType: SwiftProtobuf.Enum {
|
|
|
660
613
|
|
|
661
614
|
}
|
|
662
615
|
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
extension BlueHardwareType: CaseIterable {
|
|
666
|
-
// Support synthesized by the compiler.
|
|
667
|
-
}
|
|
668
|
-
|
|
669
|
-
#endif // swift(>=4.2)
|
|
670
|
-
|
|
671
|
-
public enum BlueBatteryLevel: SwiftProtobuf.Enum {
|
|
616
|
+
public enum BlueBatteryLevel: SwiftProtobuf.Enum, Swift.CaseIterable {
|
|
672
617
|
public typealias RawValue = Int
|
|
673
618
|
case unknownBattery // = 0
|
|
674
619
|
case onPower // = 1
|
|
@@ -714,15 +659,7 @@ public enum BlueBatteryLevel: SwiftProtobuf.Enum {
|
|
|
714
659
|
|
|
715
660
|
}
|
|
716
661
|
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
extension BlueBatteryLevel: CaseIterable {
|
|
720
|
-
// Support synthesized by the compiler.
|
|
721
|
-
}
|
|
722
|
-
|
|
723
|
-
#endif // swift(>=4.2)
|
|
724
|
-
|
|
725
|
-
public enum BlueEventId: SwiftProtobuf.Enum {
|
|
662
|
+
public enum BlueEventId: SwiftProtobuf.Enum, Swift.CaseIterable {
|
|
726
663
|
public typealias RawValue = Int
|
|
727
664
|
|
|
728
665
|
///* eventInfo = 0
|
|
@@ -815,15 +752,7 @@ public enum BlueEventId: SwiftProtobuf.Enum {
|
|
|
815
752
|
|
|
816
753
|
}
|
|
817
754
|
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
extension BlueEventId: CaseIterable {
|
|
821
|
-
// Support synthesized by the compiler.
|
|
822
|
-
}
|
|
823
|
-
|
|
824
|
-
#endif // swift(>=4.2)
|
|
825
|
-
|
|
826
|
-
public enum BlueEventInfoSystem: SwiftProtobuf.Enum {
|
|
755
|
+
public enum BlueEventInfoSystem: SwiftProtobuf.Enum, Swift.CaseIterable {
|
|
827
756
|
public typealias RawValue = Int
|
|
828
757
|
case systemRestart // = 1
|
|
829
758
|
case systemConfigured // = 2
|
|
@@ -849,15 +778,7 @@ public enum BlueEventInfoSystem: SwiftProtobuf.Enum {
|
|
|
849
778
|
|
|
850
779
|
}
|
|
851
780
|
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
extension BlueEventInfoSystem: CaseIterable {
|
|
855
|
-
// Support synthesized by the compiler.
|
|
856
|
-
}
|
|
857
|
-
|
|
858
|
-
#endif // swift(>=4.2)
|
|
859
|
-
|
|
860
|
-
public enum BlueEventInfoAccess: SwiftProtobuf.Enum {
|
|
781
|
+
public enum BlueEventInfoAccess: SwiftProtobuf.Enum, Swift.CaseIterable {
|
|
861
782
|
public typealias RawValue = Int
|
|
862
783
|
case granted // = 1
|
|
863
784
|
case grantedDefaultTime // = 2
|
|
@@ -904,15 +825,7 @@ public enum BlueEventInfoAccess: SwiftProtobuf.Enum {
|
|
|
904
825
|
|
|
905
826
|
}
|
|
906
827
|
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
extension BlueEventInfoAccess: CaseIterable {
|
|
910
|
-
// Support synthesized by the compiler.
|
|
911
|
-
}
|
|
912
|
-
|
|
913
|
-
#endif // swift(>=4.2)
|
|
914
|
-
|
|
915
|
-
public enum BlueOssCredentialTypeSource: SwiftProtobuf.Enum {
|
|
828
|
+
public enum BlueOssCredentialTypeSource: SwiftProtobuf.Enum, Swift.CaseIterable {
|
|
916
829
|
public typealias RawValue = Int
|
|
917
830
|
case oss // = 0
|
|
918
831
|
case proprietary // = 1
|
|
@@ -938,15 +851,7 @@ public enum BlueOssCredentialTypeSource: SwiftProtobuf.Enum {
|
|
|
938
851
|
|
|
939
852
|
}
|
|
940
853
|
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
extension BlueOssCredentialTypeSource: CaseIterable {
|
|
944
|
-
// Support synthesized by the compiler.
|
|
945
|
-
}
|
|
946
|
-
|
|
947
|
-
#endif // swift(>=4.2)
|
|
948
|
-
|
|
949
|
-
public enum BlueOssSoCredentialTypeOssCredential: SwiftProtobuf.Enum {
|
|
854
|
+
public enum BlueOssSoCredentialTypeOssCredential: SwiftProtobuf.Enum, Swift.CaseIterable {
|
|
950
855
|
public typealias RawValue = Int
|
|
951
856
|
case standard // = 0
|
|
952
857
|
case interventionMedia // = 1
|
|
@@ -972,15 +877,7 @@ public enum BlueOssSoCredentialTypeOssCredential: SwiftProtobuf.Enum {
|
|
|
972
877
|
|
|
973
878
|
}
|
|
974
879
|
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
extension BlueOssSoCredentialTypeOssCredential: CaseIterable {
|
|
978
|
-
// Support synthesized by the compiler.
|
|
979
|
-
}
|
|
980
|
-
|
|
981
|
-
#endif // swift(>=4.2)
|
|
982
|
-
|
|
983
|
-
public enum BlueOssSoDoorGroupId: SwiftProtobuf.Enum {
|
|
880
|
+
public enum BlueOssSoDoorGroupId: SwiftProtobuf.Enum, Swift.CaseIterable {
|
|
984
881
|
public typealias RawValue = Int
|
|
985
882
|
case masterGroupID // = 65535
|
|
986
883
|
|
|
@@ -1003,15 +900,7 @@ public enum BlueOssSoDoorGroupId: SwiftProtobuf.Enum {
|
|
|
1003
900
|
|
|
1004
901
|
}
|
|
1005
902
|
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
extension BlueOssSoDoorGroupId: CaseIterable {
|
|
1009
|
-
// Support synthesized by the compiler.
|
|
1010
|
-
}
|
|
1011
|
-
|
|
1012
|
-
#endif // swift(>=4.2)
|
|
1013
|
-
|
|
1014
|
-
public enum BlueOssSoDoorInfoAccessBy: SwiftProtobuf.Enum {
|
|
903
|
+
public enum BlueOssSoDoorInfoAccessBy: SwiftProtobuf.Enum, Swift.CaseIterable {
|
|
1015
904
|
public typealias RawValue = Int
|
|
1016
905
|
case doorGroupID // = 0
|
|
1017
906
|
case doorID // = 1
|
|
@@ -1037,15 +926,7 @@ public enum BlueOssSoDoorInfoAccessBy: SwiftProtobuf.Enum {
|
|
|
1037
926
|
|
|
1038
927
|
}
|
|
1039
928
|
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
extension BlueOssSoDoorInfoAccessBy: CaseIterable {
|
|
1043
|
-
// Support synthesized by the compiler.
|
|
1044
|
-
}
|
|
1045
|
-
|
|
1046
|
-
#endif // swift(>=4.2)
|
|
1047
|
-
|
|
1048
|
-
public enum BlueOssSoFileId: SwiftProtobuf.Enum {
|
|
929
|
+
public enum BlueOssSoFileId: SwiftProtobuf.Enum, Swift.CaseIterable {
|
|
1049
930
|
public typealias RawValue = Int
|
|
1050
931
|
case info // = 0
|
|
1051
932
|
case data // = 1
|
|
@@ -1080,15 +961,7 @@ public enum BlueOssSoFileId: SwiftProtobuf.Enum {
|
|
|
1080
961
|
|
|
1081
962
|
}
|
|
1082
963
|
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
extension BlueOssSoFileId: CaseIterable {
|
|
1086
|
-
// Support synthesized by the compiler.
|
|
1087
|
-
}
|
|
1088
|
-
|
|
1089
|
-
#endif // swift(>=4.2)
|
|
1090
|
-
|
|
1091
|
-
public struct BlueSharedDemoData {
|
|
964
|
+
public struct BlueSharedDemoData: @unchecked Sendable {
|
|
1092
965
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
1093
966
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
1094
967
|
// methods supported on all messages.
|
|
@@ -1150,7 +1023,7 @@ public struct BlueSharedDemoData {
|
|
|
1150
1023
|
fileprivate var _signaturePublicKey: Data? = nil
|
|
1151
1024
|
}
|
|
1152
1025
|
|
|
1153
|
-
public struct BlueVersionInfo {
|
|
1026
|
+
public struct BlueVersionInfo: Sendable {
|
|
1154
1027
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
1155
1028
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
1156
1029
|
// methods supported on all messages.
|
|
@@ -1191,7 +1064,7 @@ public struct BlueVersionInfo {
|
|
|
1191
1064
|
fileprivate var _testVersion: UInt32? = nil
|
|
1192
1065
|
}
|
|
1193
1066
|
|
|
1194
|
-
public struct BlueLocalTimestamp {
|
|
1067
|
+
public struct BlueLocalTimestamp: Sendable {
|
|
1195
1068
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
1196
1069
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
1197
1070
|
// methods supported on all messages.
|
|
@@ -1262,7 +1135,7 @@ public struct BlueLocalTimestamp {
|
|
|
1262
1135
|
fileprivate var _seconds: UInt32? = nil
|
|
1263
1136
|
}
|
|
1264
1137
|
|
|
1265
|
-
public struct BlueLocalTimeperiod {
|
|
1138
|
+
public struct BlueLocalTimeperiod: Sendable {
|
|
1266
1139
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
1267
1140
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
1268
1141
|
// methods supported on all messages.
|
|
@@ -1313,7 +1186,7 @@ public struct BlueLocalTimeperiod {
|
|
|
1313
1186
|
fileprivate var _minutesTo: UInt32? = nil
|
|
1314
1187
|
}
|
|
1315
1188
|
|
|
1316
|
-
public struct BlueLocalTimeSchedule {
|
|
1189
|
+
public struct BlueLocalTimeSchedule: Sendable {
|
|
1317
1190
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
1318
1191
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
1319
1192
|
// methods supported on all messages.
|
|
@@ -1358,7 +1231,7 @@ public struct BlueLocalTimeSchedule {
|
|
|
1358
1231
|
fileprivate var _timePeriod: BlueLocalTimeperiod? = nil
|
|
1359
1232
|
}
|
|
1360
1233
|
|
|
1361
|
-
public struct BlueCredentialId {
|
|
1234
|
+
public struct BlueCredentialId: Sendable {
|
|
1362
1235
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
1363
1236
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
1364
1237
|
// methods supported on all messages.
|
|
@@ -1379,7 +1252,7 @@ public struct BlueCredentialId {
|
|
|
1379
1252
|
fileprivate var _id: String? = nil
|
|
1380
1253
|
}
|
|
1381
1254
|
|
|
1382
|
-
public struct BlueBlacklistEntry {
|
|
1255
|
+
public struct BlueBlacklistEntry: Sendable {
|
|
1383
1256
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
1384
1257
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
1385
1258
|
// methods supported on all messages.
|
|
@@ -1410,7 +1283,7 @@ public struct BlueBlacklistEntry {
|
|
|
1410
1283
|
fileprivate var _expiresAt: BlueLocalTimestamp? = nil
|
|
1411
1284
|
}
|
|
1412
1285
|
|
|
1413
|
-
public struct BlueBleManufacturerInfo {
|
|
1286
|
+
public struct BlueBleManufacturerInfo: Sendable {
|
|
1414
1287
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
1415
1288
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
1416
1289
|
// methods supported on all messages.
|
|
@@ -1483,7 +1356,7 @@ public struct BlueBleManufacturerInfo {
|
|
|
1483
1356
|
fileprivate var _hardwareState: UInt32? = nil
|
|
1484
1357
|
}
|
|
1485
1358
|
|
|
1486
|
-
public struct BlueBleAdvertisementInfo {
|
|
1359
|
+
public struct BlueBleAdvertisementInfo: Sendable {
|
|
1487
1360
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
1488
1361
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
1489
1362
|
// methods supported on all messages.
|
|
@@ -1538,7 +1411,7 @@ public struct BlueBleAdvertisementInfo {
|
|
|
1538
1411
|
fileprivate var _mfInfo: BlueBleManufacturerInfo? = nil
|
|
1539
1412
|
}
|
|
1540
1413
|
|
|
1541
|
-
public struct BlueEvent {
|
|
1414
|
+
public struct BlueEvent: Sendable {
|
|
1542
1415
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
1543
1416
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
1544
1417
|
// methods supported on all messages.
|
|
@@ -1611,7 +1484,7 @@ public struct BlueEvent {
|
|
|
1611
1484
|
fileprivate var _command: String? = nil
|
|
1612
1485
|
}
|
|
1613
1486
|
|
|
1614
|
-
public struct BlueSPHandshake {
|
|
1487
|
+
public struct BlueSPHandshake: @unchecked Sendable {
|
|
1615
1488
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
1616
1489
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
1617
1490
|
// methods supported on all messages.
|
|
@@ -1632,7 +1505,7 @@ public struct BlueSPHandshake {
|
|
|
1632
1505
|
fileprivate var _transponderSalt: Data? = nil
|
|
1633
1506
|
}
|
|
1634
1507
|
|
|
1635
|
-
public struct BlueSPHandshakeReply {
|
|
1508
|
+
public struct BlueSPHandshakeReply: @unchecked Sendable {
|
|
1636
1509
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
1637
1510
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
1638
1511
|
// methods supported on all messages.
|
|
@@ -1663,7 +1536,7 @@ public struct BlueSPHandshakeReply {
|
|
|
1663
1536
|
fileprivate var _terminalSignature: Data? = nil
|
|
1664
1537
|
}
|
|
1665
1538
|
|
|
1666
|
-
public struct BlueSPTokenCommand {
|
|
1539
|
+
public struct BlueSPTokenCommand: @unchecked Sendable {
|
|
1667
1540
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
1668
1541
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
1669
1542
|
// methods supported on all messages.
|
|
@@ -1725,7 +1598,7 @@ public struct BlueSPTokenCommand {
|
|
|
1725
1598
|
fileprivate var _data: Data? = nil
|
|
1726
1599
|
}
|
|
1727
1600
|
|
|
1728
|
-
public struct BlueSPToken {
|
|
1601
|
+
public struct BlueSPToken: @unchecked Sendable {
|
|
1729
1602
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
1730
1603
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
1731
1604
|
// methods supported on all messages.
|
|
@@ -1767,7 +1640,7 @@ public struct BlueSPToken {
|
|
|
1767
1640
|
|
|
1768
1641
|
public var unknownFields = SwiftProtobuf.UnknownStorage()
|
|
1769
1642
|
|
|
1770
|
-
public enum OneOf_Payload: Equatable {
|
|
1643
|
+
public enum OneOf_Payload: Equatable, Sendable {
|
|
1771
1644
|
case command(BlueSPTokenCommand)
|
|
1772
1645
|
case ossSo(BlueOssSoMobile)
|
|
1773
1646
|
case ossSid(BlueOssSidMobile)
|
|
@@ -1792,28 +1665,6 @@ public struct BlueSPToken {
|
|
|
1792
1665
|
}
|
|
1793
1666
|
}
|
|
1794
1667
|
|
|
1795
|
-
#if !swift(>=4.1)
|
|
1796
|
-
public static func ==(lhs: BlueSPToken.OneOf_Payload, rhs: BlueSPToken.OneOf_Payload) -> Bool {
|
|
1797
|
-
// The use of inline closures is to circumvent an issue where the compiler
|
|
1798
|
-
// allocates stack space for every case branch when no optimizations are
|
|
1799
|
-
// enabled. https://github.com/apple/swift-protobuf/issues/1034
|
|
1800
|
-
switch (lhs, rhs) {
|
|
1801
|
-
case (.command, .command): return {
|
|
1802
|
-
guard case .command(let l) = lhs, case .command(let r) = rhs else { preconditionFailure() }
|
|
1803
|
-
return l == r
|
|
1804
|
-
}()
|
|
1805
|
-
case (.ossSo, .ossSo): return {
|
|
1806
|
-
guard case .ossSo(let l) = lhs, case .ossSo(let r) = rhs else { preconditionFailure() }
|
|
1807
|
-
return l == r
|
|
1808
|
-
}()
|
|
1809
|
-
case (.ossSid, .ossSid): return {
|
|
1810
|
-
guard case .ossSid(let l) = lhs, case .ossSid(let r) = rhs else { preconditionFailure() }
|
|
1811
|
-
return l == r
|
|
1812
|
-
}()
|
|
1813
|
-
default: return false
|
|
1814
|
-
}
|
|
1815
|
-
}
|
|
1816
|
-
#endif
|
|
1817
1668
|
}
|
|
1818
1669
|
|
|
1819
1670
|
public init() {}
|
|
@@ -1821,7 +1672,7 @@ public struct BlueSPToken {
|
|
|
1821
1672
|
fileprivate var _signature: Data? = nil
|
|
1822
1673
|
}
|
|
1823
1674
|
|
|
1824
|
-
public struct BlueSPResult {
|
|
1675
|
+
public struct BlueSPResult: @unchecked Sendable {
|
|
1825
1676
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
1826
1677
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
1827
1678
|
// methods supported on all messages.
|
|
@@ -1843,7 +1694,7 @@ public struct BlueSPResult {
|
|
|
1843
1694
|
fileprivate var _data: Data? = nil
|
|
1844
1695
|
}
|
|
1845
1696
|
|
|
1846
|
-
public struct BlueOssAccessResult {
|
|
1697
|
+
public struct BlueOssAccessResult: Sendable {
|
|
1847
1698
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
1848
1699
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
1849
1700
|
// methods supported on all messages.
|
|
@@ -1921,7 +1772,7 @@ public struct BlueOssAccessResult {
|
|
|
1921
1772
|
fileprivate var _accessOpenTime: UInt32? = nil
|
|
1922
1773
|
}
|
|
1923
1774
|
|
|
1924
|
-
public struct BlueOssAccessEventsResult {
|
|
1775
|
+
public struct BlueOssAccessEventsResult: Sendable {
|
|
1925
1776
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
1926
1777
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
1927
1778
|
// methods supported on all messages.
|
|
@@ -1944,7 +1795,7 @@ public struct BlueOssAccessEventsResult {
|
|
|
1944
1795
|
fileprivate var _accessResult: BlueOssAccessResult? = nil
|
|
1945
1796
|
}
|
|
1946
1797
|
|
|
1947
|
-
public struct BlueOssSidVersion {
|
|
1798
|
+
public struct BlueOssSidVersion: Sendable {
|
|
1948
1799
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
1949
1800
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
1950
1801
|
// methods supported on all messages.
|
|
@@ -1975,7 +1826,7 @@ public struct BlueOssSidVersion {
|
|
|
1975
1826
|
fileprivate var _versionMinor: UInt32? = nil
|
|
1976
1827
|
}
|
|
1977
1828
|
|
|
1978
|
-
public struct BlueOssSidCredentialTypeOss {
|
|
1829
|
+
public struct BlueOssSidCredentialTypeOss: Sendable {
|
|
1979
1830
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
1980
1831
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
1981
1832
|
// methods supported on all messages.
|
|
@@ -1996,7 +1847,7 @@ public struct BlueOssSidCredentialTypeOss {
|
|
|
1996
1847
|
fileprivate var _notUsed: Bool? = nil
|
|
1997
1848
|
}
|
|
1998
1849
|
|
|
1999
|
-
public struct BlueOssSidCredentialTypeProprietary {
|
|
1850
|
+
public struct BlueOssSidCredentialTypeProprietary: @unchecked Sendable {
|
|
2000
1851
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
2001
1852
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
2002
1853
|
// methods supported on all messages.
|
|
@@ -2017,7 +1868,7 @@ public struct BlueOssSidCredentialTypeProprietary {
|
|
|
2017
1868
|
fileprivate var _mfgCode: Data? = nil
|
|
2018
1869
|
}
|
|
2019
1870
|
|
|
2020
|
-
public struct BlueOssSidCredentialType {
|
|
1871
|
+
public struct BlueOssSidCredentialType: Sendable {
|
|
2021
1872
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
2022
1873
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
2023
1874
|
// methods supported on all messages.
|
|
@@ -2058,7 +1909,7 @@ public struct BlueOssSidCredentialType {
|
|
|
2058
1909
|
fileprivate var _proprietary: BlueOssSidCredentialTypeProprietary? = nil
|
|
2059
1910
|
}
|
|
2060
1911
|
|
|
2061
|
-
public struct BlueOssSidFileInfo {
|
|
1912
|
+
public struct BlueOssSidFileInfo: Sendable {
|
|
2062
1913
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
2063
1914
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
2064
1915
|
// methods supported on all messages.
|
|
@@ -2109,7 +1960,7 @@ public struct BlueOssSidFileInfo {
|
|
|
2109
1960
|
fileprivate var _credentialID: BlueCredentialId? = nil
|
|
2110
1961
|
}
|
|
2111
1962
|
|
|
2112
|
-
public struct BlueOssSidConfiguration {
|
|
1963
|
+
public struct BlueOssSidConfiguration: Sendable {
|
|
2113
1964
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
2114
1965
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
2115
1966
|
// methods supported on all messages.
|
|
@@ -2130,7 +1981,7 @@ public struct BlueOssSidConfiguration {
|
|
|
2130
1981
|
fileprivate var _info: BlueOssSidFileInfo? = nil
|
|
2131
1982
|
}
|
|
2132
1983
|
|
|
2133
|
-
public struct BlueOssSidStorageProfile {
|
|
1984
|
+
public struct BlueOssSidStorageProfile: Sendable {
|
|
2134
1985
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
2135
1986
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
2136
1987
|
// methods supported on all messages.
|
|
@@ -2181,7 +2032,7 @@ public struct BlueOssSidStorageProfile {
|
|
|
2181
2032
|
fileprivate var _infoFileSize: UInt32? = nil
|
|
2182
2033
|
}
|
|
2183
2034
|
|
|
2184
|
-
public struct BlueOssSidProvisioningConfiguration {
|
|
2035
|
+
public struct BlueOssSidProvisioningConfiguration: Sendable {
|
|
2185
2036
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
2186
2037
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
2187
2038
|
// methods supported on all messages.
|
|
@@ -2202,7 +2053,7 @@ public struct BlueOssSidProvisioningConfiguration {
|
|
|
2202
2053
|
fileprivate var _notUsed: Bool? = nil
|
|
2203
2054
|
}
|
|
2204
2055
|
|
|
2205
|
-
public struct BlueOssSidProvisioningData {
|
|
2056
|
+
public struct BlueOssSidProvisioningData: Sendable {
|
|
2206
2057
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
2207
2058
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
2208
2059
|
// methods supported on all messages.
|
|
@@ -2244,7 +2095,7 @@ public struct BlueOssSidProvisioningData {
|
|
|
2244
2095
|
fileprivate var _credentialID: BlueCredentialId? = nil
|
|
2245
2096
|
}
|
|
2246
2097
|
|
|
2247
|
-
public struct BlueOssSidMobile {
|
|
2098
|
+
public struct BlueOssSidMobile: @unchecked Sendable {
|
|
2248
2099
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
2249
2100
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
2250
2101
|
// methods supported on all messages.
|
|
@@ -2265,7 +2116,7 @@ public struct BlueOssSidMobile {
|
|
|
2265
2116
|
fileprivate var _infoFile: Data? = nil
|
|
2266
2117
|
}
|
|
2267
2118
|
|
|
2268
|
-
public struct BlueOssSidMobileProvisioningConfiguration {
|
|
2119
|
+
public struct BlueOssSidMobileProvisioningConfiguration: Sendable {
|
|
2269
2120
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
2270
2121
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
2271
2122
|
// methods supported on all messages.
|
|
@@ -2287,7 +2138,7 @@ public struct BlueOssSidMobileProvisioningConfiguration {
|
|
|
2287
2138
|
}
|
|
2288
2139
|
|
|
2289
2140
|
/// Default configuration from spec
|
|
2290
|
-
public struct BlueOssSidMifareDesfireProvisioningConfiguration {
|
|
2141
|
+
public struct BlueOssSidMifareDesfireProvisioningConfiguration: Sendable {
|
|
2291
2142
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
2292
2143
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
2293
2144
|
// methods supported on all messages.
|
|
@@ -2309,7 +2160,7 @@ public struct BlueOssSidMifareDesfireProvisioningConfiguration {
|
|
|
2309
2160
|
}
|
|
2310
2161
|
|
|
2311
2162
|
/// Demo keys from spec
|
|
2312
|
-
public struct BlueOssSidMifareDesfireConfiguration {
|
|
2163
|
+
public struct BlueOssSidMifareDesfireConfiguration: @unchecked Sendable {
|
|
2313
2164
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
2314
2165
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
2315
2166
|
// methods supported on all messages.
|
|
@@ -2364,7 +2215,7 @@ public struct BlueOssSidMifareDesfireConfiguration {
|
|
|
2364
2215
|
fileprivate var _aid: UInt32? = nil
|
|
2365
2216
|
}
|
|
2366
2217
|
|
|
2367
|
-
public struct BlueOssSidSettings {
|
|
2218
|
+
public struct BlueOssSidSettings: Sendable {
|
|
2368
2219
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
2369
2220
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
2370
2221
|
// methods supported on all messages.
|
|
@@ -2385,7 +2236,7 @@ public struct BlueOssSidSettings {
|
|
|
2385
2236
|
fileprivate var _mifareDesfireConfig: BlueOssSidMifareDesfireConfiguration? = nil
|
|
2386
2237
|
}
|
|
2387
2238
|
|
|
2388
|
-
public struct BlueOssSoVersion {
|
|
2239
|
+
public struct BlueOssSoVersion: Sendable {
|
|
2389
2240
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
2390
2241
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
2391
2242
|
// methods supported on all messages.
|
|
@@ -2416,7 +2267,7 @@ public struct BlueOssSoVersion {
|
|
|
2416
2267
|
fileprivate var _versionMinor: UInt32? = nil
|
|
2417
2268
|
}
|
|
2418
2269
|
|
|
2419
|
-
public struct BlueOssSoCredentialTypeOss {
|
|
2270
|
+
public struct BlueOssSoCredentialTypeOss: Sendable {
|
|
2420
2271
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
2421
2272
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
2422
2273
|
// methods supported on all messages.
|
|
@@ -2437,7 +2288,7 @@ public struct BlueOssSoCredentialTypeOss {
|
|
|
2437
2288
|
fileprivate var _credential: BlueOssSoCredentialTypeOssCredential? = nil
|
|
2438
2289
|
}
|
|
2439
2290
|
|
|
2440
|
-
public struct BlueOssSoCredentialTypeProprietary {
|
|
2291
|
+
public struct BlueOssSoCredentialTypeProprietary: @unchecked Sendable {
|
|
2441
2292
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
2442
2293
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
2443
2294
|
// methods supported on all messages.
|
|
@@ -2458,7 +2309,7 @@ public struct BlueOssSoCredentialTypeProprietary {
|
|
|
2458
2309
|
fileprivate var _mfgCode: Data? = nil
|
|
2459
2310
|
}
|
|
2460
2311
|
|
|
2461
|
-
public struct BlueOssSoCredentialType {
|
|
2312
|
+
public struct BlueOssSoCredentialType: Sendable {
|
|
2462
2313
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
2463
2314
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
2464
2315
|
// methods supported on all messages.
|
|
@@ -2499,7 +2350,7 @@ public struct BlueOssSoCredentialType {
|
|
|
2499
2350
|
fileprivate var _proprietary: BlueOssSoCredentialTypeProprietary? = nil
|
|
2500
2351
|
}
|
|
2501
2352
|
|
|
2502
|
-
public struct BlueOssSoDTScheduleDay {
|
|
2353
|
+
public struct BlueOssSoDTScheduleDay: Sendable {
|
|
2503
2354
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
2504
2355
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
2505
2356
|
// methods supported on all messages.
|
|
@@ -2514,7 +2365,7 @@ public struct BlueOssSoDTScheduleDay {
|
|
|
2514
2365
|
public init() {}
|
|
2515
2366
|
}
|
|
2516
2367
|
|
|
2517
|
-
public struct BlueOssSoDTSchedule {
|
|
2368
|
+
public struct BlueOssSoDTSchedule: Sendable {
|
|
2518
2369
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
2519
2370
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
2520
2371
|
// methods supported on all messages.
|
|
@@ -2526,7 +2377,7 @@ public struct BlueOssSoDTSchedule {
|
|
|
2526
2377
|
public init() {}
|
|
2527
2378
|
}
|
|
2528
2379
|
|
|
2529
|
-
public struct BlueOssSoDoorInfo {
|
|
2380
|
+
public struct BlueOssSoDoorInfo: Sendable {
|
|
2530
2381
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
2531
2382
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
2532
2383
|
// methods supported on all messages.
|
|
@@ -2577,7 +2428,7 @@ public struct BlueOssSoDoorInfo {
|
|
|
2577
2428
|
fileprivate var _accessType: BlueAccessType? = nil
|
|
2578
2429
|
}
|
|
2579
2430
|
|
|
2580
|
-
public struct BlueOssSoEvent {
|
|
2431
|
+
public struct BlueOssSoEvent: Sendable {
|
|
2581
2432
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
2582
2433
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
2583
2434
|
// methods supported on all messages.
|
|
@@ -2631,7 +2482,7 @@ public struct BlueOssSoEvent {
|
|
|
2631
2482
|
fileprivate var _eventInfo: UInt32? = nil
|
|
2632
2483
|
}
|
|
2633
2484
|
|
|
2634
|
-
public struct BlueOssSoExtFeature {
|
|
2485
|
+
public struct BlueOssSoExtFeature: @unchecked Sendable {
|
|
2635
2486
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
2636
2487
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
2637
2488
|
// methods supported on all messages.
|
|
@@ -2662,7 +2513,7 @@ public struct BlueOssSoExtFeature {
|
|
|
2662
2513
|
fileprivate var _value: Data? = nil
|
|
2663
2514
|
}
|
|
2664
2515
|
|
|
2665
|
-
public struct BlueOssSoExtFeature_ValidityStart {
|
|
2516
|
+
public struct BlueOssSoExtFeature_ValidityStart: Sendable {
|
|
2666
2517
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
2667
2518
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
2668
2519
|
// methods supported on all messages.
|
|
@@ -2693,7 +2544,7 @@ public struct BlueOssSoExtFeature_ValidityStart {
|
|
|
2693
2544
|
fileprivate var _validityStartTime: BlueLocalTimestamp? = nil
|
|
2694
2545
|
}
|
|
2695
2546
|
|
|
2696
|
-
public struct BlueOssSoFileInfo {
|
|
2547
|
+
public struct BlueOssSoFileInfo: Sendable {
|
|
2697
2548
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
2698
2549
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
2699
2550
|
// methods supported on all messages.
|
|
@@ -2764,7 +2615,7 @@ public struct BlueOssSoFileInfo {
|
|
|
2764
2615
|
fileprivate var _maxBlacklistEntries: UInt32? = nil
|
|
2765
2616
|
}
|
|
2766
2617
|
|
|
2767
|
-
public struct BlueOssSoFileData {
|
|
2618
|
+
public struct BlueOssSoFileData: Sendable {
|
|
2768
2619
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
2769
2620
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
2770
2621
|
// methods supported on all messages.
|
|
@@ -2829,7 +2680,7 @@ public struct BlueOssSoFileData {
|
|
|
2829
2680
|
fileprivate var _hasExtensions_p: Bool? = nil
|
|
2830
2681
|
}
|
|
2831
2682
|
|
|
2832
|
-
public struct BlueOssSoFileEvent {
|
|
2683
|
+
public struct BlueOssSoFileEvent: @unchecked Sendable {
|
|
2833
2684
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
2834
2685
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
2835
2686
|
// methods supported on all messages.
|
|
@@ -2853,7 +2704,7 @@ public struct BlueOssSoFileEvent {
|
|
|
2853
2704
|
fileprivate var _supportedEventIds: Data? = nil
|
|
2854
2705
|
}
|
|
2855
2706
|
|
|
2856
|
-
public struct BlueOssSoFileBlacklist {
|
|
2707
|
+
public struct BlueOssSoFileBlacklist: Sendable {
|
|
2857
2708
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
2858
2709
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
2859
2710
|
// methods supported on all messages.
|
|
@@ -2865,7 +2716,7 @@ public struct BlueOssSoFileBlacklist {
|
|
|
2865
2716
|
public init() {}
|
|
2866
2717
|
}
|
|
2867
2718
|
|
|
2868
|
-
public struct BlueOssSoFileCustomerExtensions {
|
|
2719
|
+
public struct BlueOssSoFileCustomerExtensions: Sendable {
|
|
2869
2720
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
2870
2721
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
2871
2722
|
// methods supported on all messages.
|
|
@@ -2890,7 +2741,7 @@ public struct BlueOssSoFileCustomerExtensions {
|
|
|
2890
2741
|
fileprivate var _validityStart: BlueOssSoExtFeature_ValidityStart? = nil
|
|
2891
2742
|
}
|
|
2892
2743
|
|
|
2893
|
-
public struct BlueOssSoConfiguration {
|
|
2744
|
+
public struct BlueOssSoConfiguration: @unchecked Sendable {
|
|
2894
2745
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
2895
2746
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
2896
2747
|
// methods supported on all messages.
|
|
@@ -2947,7 +2798,7 @@ public struct BlueOssSoConfiguration {
|
|
|
2947
2798
|
fileprivate var _storage = _StorageClass.defaultInstance
|
|
2948
2799
|
}
|
|
2949
2800
|
|
|
2950
|
-
public struct BlueOssSoStorageProfile {
|
|
2801
|
+
public struct BlueOssSoStorageProfile: Sendable {
|
|
2951
2802
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
2952
2803
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
2953
2804
|
// methods supported on all messages.
|
|
@@ -3078,7 +2929,7 @@ public struct BlueOssSoStorageProfile {
|
|
|
3078
2929
|
fileprivate var _customerExtensionsFileSize: UInt32? = nil
|
|
3079
2930
|
}
|
|
3080
2931
|
|
|
3081
|
-
public struct BlueOssSoProvisioningConfiguration {
|
|
2932
|
+
public struct BlueOssSoProvisioningConfiguration: @unchecked Sendable {
|
|
3082
2933
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
3083
2934
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
3084
2935
|
// methods supported on all messages.
|
|
@@ -3170,7 +3021,7 @@ public struct BlueOssSoProvisioningConfiguration {
|
|
|
3170
3021
|
fileprivate var _customerExtensionsSize: UInt32? = nil
|
|
3171
3022
|
}
|
|
3172
3023
|
|
|
3173
|
-
public struct BlueOssSoProvisioningData {
|
|
3024
|
+
public struct BlueOssSoProvisioningData: Sendable {
|
|
3174
3025
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
3175
3026
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
3176
3027
|
// methods supported on all messages.
|
|
@@ -3222,7 +3073,7 @@ public struct BlueOssSoProvisioningData {
|
|
|
3222
3073
|
fileprivate var _siteID: UInt32? = nil
|
|
3223
3074
|
}
|
|
3224
3075
|
|
|
3225
|
-
public struct BlueOssSoMobile {
|
|
3076
|
+
public struct BlueOssSoMobile: @unchecked Sendable {
|
|
3226
3077
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
3227
3078
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
3228
3079
|
// methods supported on all messages.
|
|
@@ -3295,7 +3146,7 @@ public struct BlueOssSoMobile {
|
|
|
3295
3146
|
fileprivate var _supportedEventIds: Data? = nil
|
|
3296
3147
|
}
|
|
3297
3148
|
|
|
3298
|
-
public struct BlueOssSoMobileProvisioningConfiguration {
|
|
3149
|
+
public struct BlueOssSoMobileProvisioningConfiguration: @unchecked Sendable {
|
|
3299
3150
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
3300
3151
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
3301
3152
|
// methods supported on all messages.
|
|
@@ -3388,7 +3239,7 @@ public struct BlueOssSoMobileProvisioningConfiguration {
|
|
|
3388
3239
|
}
|
|
3389
3240
|
|
|
3390
3241
|
/// Default configuration from spec plus customer extensions spacing
|
|
3391
|
-
public struct BlueOssSoMifareDesfireProvisioningConfiguration {
|
|
3242
|
+
public struct BlueOssSoMifareDesfireProvisioningConfiguration: @unchecked Sendable {
|
|
3392
3243
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
3393
3244
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
3394
3245
|
// methods supported on all messages.
|
|
@@ -3481,7 +3332,7 @@ public struct BlueOssSoMifareDesfireProvisioningConfiguration {
|
|
|
3481
3332
|
}
|
|
3482
3333
|
|
|
3483
3334
|
/// Demo keys from spec
|
|
3484
|
-
public struct BlueOssSoMifareDesfireConfiguration {
|
|
3335
|
+
public struct BlueOssSoMifareDesfireConfiguration: @unchecked Sendable {
|
|
3485
3336
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
3486
3337
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
3487
3338
|
// methods supported on all messages.
|
|
@@ -3536,7 +3387,7 @@ public struct BlueOssSoMifareDesfireConfiguration {
|
|
|
3536
3387
|
fileprivate var _aid: UInt32? = nil
|
|
3537
3388
|
}
|
|
3538
3389
|
|
|
3539
|
-
public struct BlueOssSoSettings {
|
|
3390
|
+
public struct BlueOssSoSettings: Sendable {
|
|
3540
3391
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
3541
3392
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
3542
3393
|
// methods supported on all messages.
|
|
@@ -3557,7 +3408,7 @@ public struct BlueOssSoSettings {
|
|
|
3557
3408
|
fileprivate var _mifareDesfireConfig: BlueOssSoMifareDesfireConfiguration? = nil
|
|
3558
3409
|
}
|
|
3559
3410
|
|
|
3560
|
-
public struct _BlueTestEncodeDecode {
|
|
3411
|
+
public struct _BlueTestEncodeDecode: Sendable {
|
|
3561
3412
|
// SwiftProtobuf.Message conformance is added in an extension below. See the
|
|
3562
3413
|
// `Message` and `Message+*Additions` files in the SwiftProtobuf library for
|
|
3563
3414
|
// methods supported on all messages.
|
|
@@ -3608,82 +3459,6 @@ public struct _BlueTestEncodeDecode {
|
|
|
3608
3459
|
fileprivate var _applicationVersion: Int32? = nil
|
|
3609
3460
|
}
|
|
3610
3461
|
|
|
3611
|
-
#if swift(>=5.5) && canImport(_Concurrency)
|
|
3612
|
-
extension BlueReturnCode: @unchecked Sendable {}
|
|
3613
|
-
extension BlueTimeUnit: @unchecked Sendable {}
|
|
3614
|
-
extension BlueWeekday: @unchecked Sendable {}
|
|
3615
|
-
extension BlueCredentialType: @unchecked Sendable {}
|
|
3616
|
-
extension BlueAccessType: @unchecked Sendable {}
|
|
3617
|
-
extension BlueTransponderType: @unchecked Sendable {}
|
|
3618
|
-
extension BlueHardwareType: @unchecked Sendable {}
|
|
3619
|
-
extension BlueBatteryLevel: @unchecked Sendable {}
|
|
3620
|
-
extension BlueEventId: @unchecked Sendable {}
|
|
3621
|
-
extension BlueEventInfoSystem: @unchecked Sendable {}
|
|
3622
|
-
extension BlueEventInfoAccess: @unchecked Sendable {}
|
|
3623
|
-
extension BlueOssCredentialTypeSource: @unchecked Sendable {}
|
|
3624
|
-
extension BlueOssSoCredentialTypeOssCredential: @unchecked Sendable {}
|
|
3625
|
-
extension BlueOssSoDoorGroupId: @unchecked Sendable {}
|
|
3626
|
-
extension BlueOssSoDoorInfoAccessBy: @unchecked Sendable {}
|
|
3627
|
-
extension BlueOssSoFileId: @unchecked Sendable {}
|
|
3628
|
-
extension BlueSharedDemoData: @unchecked Sendable {}
|
|
3629
|
-
extension BlueVersionInfo: @unchecked Sendable {}
|
|
3630
|
-
extension BlueLocalTimestamp: @unchecked Sendable {}
|
|
3631
|
-
extension BlueLocalTimeperiod: @unchecked Sendable {}
|
|
3632
|
-
extension BlueLocalTimeSchedule: @unchecked Sendable {}
|
|
3633
|
-
extension BlueCredentialId: @unchecked Sendable {}
|
|
3634
|
-
extension BlueBlacklistEntry: @unchecked Sendable {}
|
|
3635
|
-
extension BlueBleManufacturerInfo: @unchecked Sendable {}
|
|
3636
|
-
extension BlueBleAdvertisementInfo: @unchecked Sendable {}
|
|
3637
|
-
extension BlueEvent: @unchecked Sendable {}
|
|
3638
|
-
extension BlueSPHandshake: @unchecked Sendable {}
|
|
3639
|
-
extension BlueSPHandshakeReply: @unchecked Sendable {}
|
|
3640
|
-
extension BlueSPTokenCommand: @unchecked Sendable {}
|
|
3641
|
-
extension BlueSPToken: @unchecked Sendable {}
|
|
3642
|
-
extension BlueSPToken.OneOf_Payload: @unchecked Sendable {}
|
|
3643
|
-
extension BlueSPResult: @unchecked Sendable {}
|
|
3644
|
-
extension BlueOssAccessResult: @unchecked Sendable {}
|
|
3645
|
-
extension BlueOssAccessEventsResult: @unchecked Sendable {}
|
|
3646
|
-
extension BlueOssSidVersion: @unchecked Sendable {}
|
|
3647
|
-
extension BlueOssSidCredentialTypeOss: @unchecked Sendable {}
|
|
3648
|
-
extension BlueOssSidCredentialTypeProprietary: @unchecked Sendable {}
|
|
3649
|
-
extension BlueOssSidCredentialType: @unchecked Sendable {}
|
|
3650
|
-
extension BlueOssSidFileInfo: @unchecked Sendable {}
|
|
3651
|
-
extension BlueOssSidConfiguration: @unchecked Sendable {}
|
|
3652
|
-
extension BlueOssSidStorageProfile: @unchecked Sendable {}
|
|
3653
|
-
extension BlueOssSidProvisioningConfiguration: @unchecked Sendable {}
|
|
3654
|
-
extension BlueOssSidProvisioningData: @unchecked Sendable {}
|
|
3655
|
-
extension BlueOssSidMobile: @unchecked Sendable {}
|
|
3656
|
-
extension BlueOssSidMobileProvisioningConfiguration: @unchecked Sendable {}
|
|
3657
|
-
extension BlueOssSidMifareDesfireProvisioningConfiguration: @unchecked Sendable {}
|
|
3658
|
-
extension BlueOssSidMifareDesfireConfiguration: @unchecked Sendable {}
|
|
3659
|
-
extension BlueOssSidSettings: @unchecked Sendable {}
|
|
3660
|
-
extension BlueOssSoVersion: @unchecked Sendable {}
|
|
3661
|
-
extension BlueOssSoCredentialTypeOss: @unchecked Sendable {}
|
|
3662
|
-
extension BlueOssSoCredentialTypeProprietary: @unchecked Sendable {}
|
|
3663
|
-
extension BlueOssSoCredentialType: @unchecked Sendable {}
|
|
3664
|
-
extension BlueOssSoDTScheduleDay: @unchecked Sendable {}
|
|
3665
|
-
extension BlueOssSoDTSchedule: @unchecked Sendable {}
|
|
3666
|
-
extension BlueOssSoDoorInfo: @unchecked Sendable {}
|
|
3667
|
-
extension BlueOssSoEvent: @unchecked Sendable {}
|
|
3668
|
-
extension BlueOssSoExtFeature: @unchecked Sendable {}
|
|
3669
|
-
extension BlueOssSoExtFeature_ValidityStart: @unchecked Sendable {}
|
|
3670
|
-
extension BlueOssSoFileInfo: @unchecked Sendable {}
|
|
3671
|
-
extension BlueOssSoFileData: @unchecked Sendable {}
|
|
3672
|
-
extension BlueOssSoFileEvent: @unchecked Sendable {}
|
|
3673
|
-
extension BlueOssSoFileBlacklist: @unchecked Sendable {}
|
|
3674
|
-
extension BlueOssSoFileCustomerExtensions: @unchecked Sendable {}
|
|
3675
|
-
extension BlueOssSoConfiguration: @unchecked Sendable {}
|
|
3676
|
-
extension BlueOssSoStorageProfile: @unchecked Sendable {}
|
|
3677
|
-
extension BlueOssSoProvisioningConfiguration: @unchecked Sendable {}
|
|
3678
|
-
extension BlueOssSoProvisioningData: @unchecked Sendable {}
|
|
3679
|
-
extension BlueOssSoMobile: @unchecked Sendable {}
|
|
3680
|
-
extension BlueOssSoMobileProvisioningConfiguration: @unchecked Sendable {}
|
|
3681
|
-
extension BlueOssSoMifareDesfireProvisioningConfiguration: @unchecked Sendable {}
|
|
3682
|
-
extension BlueOssSoMifareDesfireConfiguration: @unchecked Sendable {}
|
|
3683
|
-
extension BlueOssSoSettings: @unchecked Sendable {}
|
|
3684
|
-
extension _BlueTestEncodeDecode: @unchecked Sendable {}
|
|
3685
|
-
#endif // swift(>=5.5) && canImport(_Concurrency)
|
|
3686
|
-
|
|
3687
3462
|
// MARK: - Code below here is support for the SwiftProtobuf runtime.
|
|
3688
3463
|
|
|
3689
3464
|
extension BlueReturnCode: SwiftProtobuf._ProtoNameProviding {
|