@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.
@@ -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 enum BlueDeviceType: Int, SwiftProtobuf.Enum, Swift.CaseIterable {
28
+ public nonisolated enum BlueDeviceType: Int, SwiftProtobuf.Enum, Swift.CaseIterable {
29
29
  case bluetoothDevice = 1
30
30
  case uwbdevice = 2
31
31
 
@@ -35,7 +35,7 @@ public enum BlueDeviceType: Int, SwiftProtobuf.Enum, Swift.CaseIterable {
35
35
 
36
36
  }
37
37
 
38
- public enum BlueRefreshOssSoCredentialStatus: Int, SwiftProtobuf.Enum, Swift.CaseIterable {
38
+ public nonisolated enum BlueRefreshOssSoCredentialStatus: Int, SwiftProtobuf.Enum, Swift.CaseIterable {
39
39
  case succeeded = 1
40
40
  case failed = 2
41
41
  case notNeeded = 3
@@ -47,7 +47,7 @@ public enum BlueRefreshOssSoCredentialStatus: Int, SwiftProtobuf.Enum, Swift.Cas
47
47
 
48
48
  }
49
49
 
50
- public struct BlueI18n: @unchecked Sendable {
50
+ public nonisolated struct BlueI18n: @unchecked Sendable {
51
51
  // SwiftProtobuf.Message conformance is added in an extension below. See the
52
52
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
53
53
  // methods supported on all messages.
@@ -700,6 +700,15 @@ public struct BlueI18n: @unchecked Sendable {
700
700
  /// Clears the value of `avrIsAlreadyUpToDate`. Subsequent reads from it will return its default value.
701
701
  public mutating func clearAvrIsAlreadyUpToDate() {_uniqueStorage()._avrIsAlreadyUpToDate = nil}
702
702
 
703
+ public var noAccessWritten: String {
704
+ get {_storage._noAccessWritten ?? "No Access Written"}
705
+ set {_uniqueStorage()._noAccessWritten = newValue}
706
+ }
707
+ /// Returns true if `noAccessWritten` has been explicitly set.
708
+ public var hasNoAccessWritten: Bool {_storage._noAccessWritten != nil}
709
+ /// Clears the value of `noAccessWritten`. Subsequent reads from it will return its default value.
710
+ public mutating func clearNoAccessWritten() {_uniqueStorage()._noAccessWritten = nil}
711
+
703
712
  public var unknownFields = SwiftProtobuf.UnknownStorage()
704
713
 
705
714
  public init() {}
@@ -707,7 +716,7 @@ public struct BlueI18n: @unchecked Sendable {
707
716
  fileprivate var _storage = _StorageClass.defaultInstance
708
717
  }
709
718
 
710
- public struct BlueDeviceDetailsBluetooth: Sendable {
719
+ public nonisolated struct BlueDeviceDetailsBluetooth: Sendable {
711
720
  // SwiftProtobuf.Message conformance is added in an extension below. See the
712
721
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
713
722
  // methods supported on all messages.
@@ -748,7 +757,7 @@ public struct BlueDeviceDetailsBluetooth: Sendable {
748
757
  fileprivate var _isIbeacon: Bool? = nil
749
758
  }
750
759
 
751
- public struct BlueDeviceDetailsUWB: Sendable {
760
+ public nonisolated struct BlueDeviceDetailsUWB: Sendable {
752
761
  // SwiftProtobuf.Message conformance is added in an extension below. See the
753
762
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
754
763
  // methods supported on all messages.
@@ -769,7 +778,7 @@ public struct BlueDeviceDetailsUWB: Sendable {
769
778
  fileprivate var _notUsed: Bool? = nil
770
779
  }
771
780
 
772
- public struct BlueDeviceInfo: Sendable {
781
+ public nonisolated struct BlueDeviceInfo: Sendable {
773
782
  // SwiftProtobuf.Message conformance is added in an extension below. See the
774
783
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
775
784
  // methods supported on all messages.
@@ -830,7 +839,7 @@ public struct BlueDeviceInfo: Sendable {
830
839
 
831
840
  public var unknownFields = SwiftProtobuf.UnknownStorage()
832
841
 
833
- public enum OneOf_Details: Equatable, Sendable {
842
+ public nonisolated enum OneOf_Details: Equatable, Sendable {
834
843
  case bluetooth(BlueDeviceDetailsBluetooth)
835
844
  case uwb(BlueDeviceDetailsUWB)
836
845
 
@@ -860,7 +869,7 @@ public struct BlueDeviceInfo: Sendable {
860
869
  fileprivate var _manufacturerInfo: BlueBleManufacturerInfo? = nil
861
870
  }
862
871
 
863
- public struct BlueIdentity: @unchecked Sendable {
872
+ public nonisolated struct BlueIdentity: @unchecked Sendable {
864
873
  // SwiftProtobuf.Message conformance is added in an extension below. See the
865
874
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
866
875
  // methods supported on all messages.
@@ -991,7 +1000,7 @@ public struct BlueIdentity: @unchecked Sendable {
991
1000
  fileprivate var _storage = _StorageClass.defaultInstance
992
1001
  }
993
1002
 
994
- public struct BlueIdentitiesList: Sendable {
1003
+ public nonisolated struct BlueIdentitiesList: Sendable {
995
1004
  // SwiftProtobuf.Message conformance is added in an extension below. See the
996
1005
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
997
1006
  // methods supported on all messages.
@@ -1003,7 +1012,7 @@ public struct BlueIdentitiesList: Sendable {
1003
1012
  public init() {}
1004
1013
  }
1005
1014
 
1006
- public struct BlueAccessDevice: Sendable {
1015
+ public nonisolated struct BlueAccessDevice: Sendable {
1007
1016
  // SwiftProtobuf.Message conformance is added in an extension below. See the
1008
1017
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1009
1018
  // methods supported on all messages.
@@ -1054,7 +1063,7 @@ public struct BlueAccessDevice: Sendable {
1054
1063
  fileprivate var _deviceStatus: String? = nil
1055
1064
  }
1056
1065
 
1057
- public struct BlueAccessDeviceList: Sendable {
1066
+ public nonisolated struct BlueAccessDeviceList: Sendable {
1058
1067
  // SwiftProtobuf.Message conformance is added in an extension below. See the
1059
1068
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1060
1069
  // methods supported on all messages.
@@ -1066,7 +1075,7 @@ public struct BlueAccessDeviceList: Sendable {
1066
1075
  public init() {}
1067
1076
  }
1068
1077
 
1069
- public struct BlueAccessObject: Sendable {
1078
+ public nonisolated struct BlueAccessObject: Sendable {
1070
1079
  // SwiftProtobuf.Message conformance is added in an extension below. See the
1071
1080
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1072
1081
  // methods supported on all messages.
@@ -1119,7 +1128,7 @@ public struct BlueAccessObject: Sendable {
1119
1128
  fileprivate var _description_p: String? = nil
1120
1129
  }
1121
1130
 
1122
- public struct BlueAccessObjectList: Sendable {
1131
+ public nonisolated struct BlueAccessObjectList: Sendable {
1123
1132
  // SwiftProtobuf.Message conformance is added in an extension below. See the
1124
1133
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1125
1134
  // methods supported on all messages.
@@ -1131,7 +1140,7 @@ public struct BlueAccessObjectList: Sendable {
1131
1140
  public init() {}
1132
1141
  }
1133
1142
 
1134
- public struct BlueHardwareInfo: Sendable {
1143
+ public nonisolated struct BlueHardwareInfo: Sendable {
1135
1144
  // SwiftProtobuf.Message conformance is added in an extension below. See the
1136
1145
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1137
1146
  // methods supported on all messages.
@@ -1192,7 +1201,7 @@ public struct BlueHardwareInfo: Sendable {
1192
1201
  fileprivate var _type: BlueHardwareType? = nil
1193
1202
  }
1194
1203
 
1195
- public struct BlueSystemStatusExt: Sendable {
1204
+ public nonisolated struct BlueSystemStatusExt: Sendable {
1196
1205
  // SwiftProtobuf.Message conformance is added in an extension below. See the
1197
1206
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1198
1207
  // methods supported on all messages.
@@ -1253,7 +1262,7 @@ public struct BlueSystemStatusExt: Sendable {
1253
1262
  fileprivate var _hardwareInfo: BlueHardwareInfo? = nil
1254
1263
  }
1255
1264
 
1256
- public struct BlueRefreshOssSoIdentity: Sendable {
1265
+ public nonisolated struct BlueRefreshOssSoIdentity: Sendable {
1257
1266
  // SwiftProtobuf.Message conformance is added in an extension below. See the
1258
1267
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1259
1268
  // methods supported on all messages.
@@ -1296,7 +1305,7 @@ public struct BlueRefreshOssSoIdentity: Sendable {
1296
1305
  fileprivate var _configuration: BlueOssSoConfiguration? = nil
1297
1306
  }
1298
1307
 
1299
- public struct BlueRefreshOssSoIdentities: Sendable {
1308
+ public nonisolated struct BlueRefreshOssSoIdentities: Sendable {
1300
1309
  // SwiftProtobuf.Message conformance is added in an extension below. See the
1301
1310
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1302
1311
  // methods supported on all messages.
@@ -1308,7 +1317,7 @@ public struct BlueRefreshOssSoIdentities: Sendable {
1308
1317
  public init() {}
1309
1318
  }
1310
1319
 
1311
- public struct BlueSynchronizeIdentity: Sendable {
1320
+ public nonisolated struct BlueSynchronizeIdentity: Sendable {
1312
1321
  // SwiftProtobuf.Message conformance is added in an extension below. See the
1313
1322
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1314
1323
  // methods supported on all messages.
@@ -1349,7 +1358,7 @@ public struct BlueSynchronizeIdentity: Sendable {
1349
1358
  fileprivate var _errorDescription: String? = nil
1350
1359
  }
1351
1360
 
1352
- public struct BlueSynchronizeIdentities: Sendable {
1361
+ public nonisolated struct BlueSynchronizeIdentities: Sendable {
1353
1362
  // SwiftProtobuf.Message conformance is added in an extension below. See the
1354
1363
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1355
1364
  // methods supported on all messages.
@@ -1361,7 +1370,7 @@ public struct BlueSynchronizeIdentities: Sendable {
1361
1370
  public init() {}
1362
1371
  }
1363
1372
 
1364
- public struct BlueLegacyProvisioningRequest: Sendable {
1373
+ public nonisolated struct BlueLegacyProvisioningRequest: Sendable {
1365
1374
  // SwiftProtobuf.Message conformance is added in an extension below. See the
1366
1375
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1367
1376
  // methods supported on all messages.
@@ -1432,7 +1441,7 @@ public struct BlueLegacyProvisioningRequest: Sendable {
1432
1441
  fileprivate var _hardwareSerialNumber: String? = nil
1433
1442
  }
1434
1443
 
1435
- public struct BlueLegacyProvisioningResponse: Sendable {
1444
+ public nonisolated struct BlueLegacyProvisioningResponse: Sendable {
1436
1445
  // SwiftProtobuf.Message conformance is added in an extension below. See the
1437
1446
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1438
1447
  // methods supported on all messages.
@@ -1483,7 +1492,7 @@ public struct BlueLegacyProvisioningResponse: Sendable {
1483
1492
  fileprivate var _provisioning: BlueSystemProvisioning? = nil
1484
1493
  }
1485
1494
 
1486
- public struct BlueRefreshTransponderResultItem: Sendable {
1495
+ public nonisolated struct BlueRefreshTransponderResultItem: Sendable {
1487
1496
  // SwiftProtobuf.Message conformance is added in an extension below. See the
1488
1497
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1489
1498
  // methods supported on all messages.
@@ -1514,7 +1523,7 @@ public struct BlueRefreshTransponderResultItem: Sendable {
1514
1523
  fileprivate var _error: String? = nil
1515
1524
  }
1516
1525
 
1517
- public struct BlueRefreshTransponderResult: Sendable {
1526
+ public nonisolated struct BlueRefreshTransponderResult: Sendable {
1518
1527
  // SwiftProtobuf.Message conformance is added in an extension below. See the
1519
1528
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1520
1529
  // methods supported on all messages.
@@ -1531,7 +1540,7 @@ public struct BlueRefreshTransponderResult: Sendable {
1531
1540
  }
1532
1541
 
1533
1542
  /// @TODO: Keep it until we have updated all places in both iOS and Android SDK.
1534
- public struct BlueAccessCredential: @unchecked Sendable {
1543
+ public nonisolated struct BlueAccessCredential: @unchecked Sendable {
1535
1544
  // SwiftProtobuf.Message conformance is added in an extension below. See the
1536
1545
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1537
1546
  // methods supported on all messages.
@@ -1660,7 +1669,7 @@ public struct BlueAccessCredential: @unchecked Sendable {
1660
1669
  fileprivate var _storage = _StorageClass.defaultInstance
1661
1670
  }
1662
1671
 
1663
- public struct BlueAccessCredentialList: Sendable {
1672
+ public nonisolated struct BlueAccessCredentialList: Sendable {
1664
1673
  // SwiftProtobuf.Message conformance is added in an extension below. See the
1665
1674
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1666
1675
  // methods supported on all messages.
@@ -1672,7 +1681,7 @@ public struct BlueAccessCredentialList: Sendable {
1672
1681
  public init() {}
1673
1682
  }
1674
1683
 
1675
- public struct BlueRefreshOssSoCredential: Sendable {
1684
+ public nonisolated struct BlueRefreshOssSoCredential: Sendable {
1676
1685
  // SwiftProtobuf.Message conformance is added in an extension below. See the
1677
1686
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1678
1687
  // methods supported on all messages.
@@ -1713,7 +1722,7 @@ public struct BlueRefreshOssSoCredential: Sendable {
1713
1722
  fileprivate var _configuration: BlueOssSoConfiguration? = nil
1714
1723
  }
1715
1724
 
1716
- public struct BlueRefreshOssSoCredentials: Sendable {
1725
+ public nonisolated struct BlueRefreshOssSoCredentials: Sendable {
1717
1726
  // SwiftProtobuf.Message conformance is added in an extension below. See the
1718
1727
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1719
1728
  // methods supported on all messages.
@@ -1725,7 +1734,7 @@ public struct BlueRefreshOssSoCredentials: Sendable {
1725
1734
  public init() {}
1726
1735
  }
1727
1736
 
1728
- public struct BlueSynchronizeAccessCredential: Sendable {
1737
+ public nonisolated struct BlueSynchronizeAccessCredential: Sendable {
1729
1738
  // SwiftProtobuf.Message conformance is added in an extension below. See the
1730
1739
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1731
1740
  // methods supported on all messages.
@@ -1766,7 +1775,7 @@ public struct BlueSynchronizeAccessCredential: Sendable {
1766
1775
  fileprivate var _errorDescription: String? = nil
1767
1776
  }
1768
1777
 
1769
- public struct BlueSynchronizeAccessCredentials: Sendable {
1778
+ public nonisolated struct BlueSynchronizeAccessCredentials: Sendable {
1770
1779
  // SwiftProtobuf.Message conformance is added in an extension below. See the
1771
1780
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1772
1781
  // methods supported on all messages.
@@ -1778,19 +1787,63 @@ public struct BlueSynchronizeAccessCredentials: Sendable {
1778
1787
  public init() {}
1779
1788
  }
1780
1789
 
1790
+ public nonisolated struct BlueSiteName: Sendable {
1791
+ // SwiftProtobuf.Message conformance is added in an extension below. See the
1792
+ // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1793
+ // methods supported on all messages.
1794
+
1795
+ public var name: String {
1796
+ get {_name ?? String()}
1797
+ set {_name = newValue}
1798
+ }
1799
+ /// Returns true if `name` has been explicitly set.
1800
+ public var hasName: Bool {self._name != nil}
1801
+ /// Clears the value of `name`. Subsequent reads from it will return its default value.
1802
+ public mutating func clearName() {self._name = nil}
1803
+
1804
+ public var unknownFields = SwiftProtobuf.UnknownStorage()
1805
+
1806
+ public init() {}
1807
+
1808
+ fileprivate var _name: String? = nil
1809
+ }
1810
+
1811
+ public nonisolated struct BlueCredentialIdentityDetails: Sendable {
1812
+ // SwiftProtobuf.Message conformance is added in an extension below. See the
1813
+ // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1814
+ // methods supported on all messages.
1815
+
1816
+ public var identity: BlueIdentity {
1817
+ get {_identity ?? BlueIdentity()}
1818
+ set {_identity = newValue}
1819
+ }
1820
+ /// Returns true if `identity` has been explicitly set.
1821
+ public var hasIdentity: Bool {self._identity != nil}
1822
+ /// Clears the value of `identity`. Subsequent reads from it will return its default value.
1823
+ public mutating func clearIdentity() {self._identity = nil}
1824
+
1825
+ public var offlineSiteNames: [BlueSiteName] = []
1826
+
1827
+ public var unknownFields = SwiftProtobuf.UnknownStorage()
1828
+
1829
+ public init() {}
1830
+
1831
+ fileprivate var _identity: BlueIdentity? = nil
1832
+ }
1833
+
1781
1834
  // MARK: - Code below here is support for the SwiftProtobuf runtime.
1782
1835
 
1783
- extension BlueDeviceType: SwiftProtobuf._ProtoNameProviding {
1836
+ nonisolated extension BlueDeviceType: SwiftProtobuf._ProtoNameProviding {
1784
1837
  public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}BluetoothDevice\0\u{1}UWBDevice\0")
1785
1838
  }
1786
1839
 
1787
- extension BlueRefreshOssSoCredentialStatus: SwiftProtobuf._ProtoNameProviding {
1840
+ nonisolated extension BlueRefreshOssSoCredentialStatus: SwiftProtobuf._ProtoNameProviding {
1788
1841
  public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}Succeeded\0\u{1}Failed\0\u{1}NotNeeded\0\u{1}Unsupported\0")
1789
1842
  }
1790
1843
 
1791
- extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1844
+ nonisolated extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
1792
1845
  public static let protoMessageName: String = "BlueI18n"
1793
- public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}nfcWaitMessage\0\u{1}nfcOssSuccessReadConfigurationMessage\0\u{1}nfcOssSuccessUpdateConfigurationMessage\0\u{1}nfcOssSuccessClearEventsMessage\0\u{1}nfcOssSuccessIsProvisionedMessage\0\u{1}nfcOssSuccessProvisionMessage\0\u{1}nfcOssSuccessUnprovisionMessage\0\u{1}nfcOssSuccessFormatMessage\0\u{1}nfcInitializingWritingProcess\0\u{1}openViaOssTitle\0\u{1}openViaOssWaitMessage\0\u{1}openViaOssAccessGrantedTitle\0\u{1}openViaOssAccessGrantedMessage\0\u{1}openViaOssAccessGrantedLockEngagedTitle\0\u{1}openViaOssAccessGrantedLockEngagedMessage\0\u{1}openViaOssAccessGrantedLockDisengagedTitle\0\u{1}openViaOssAccessGrantedLockDisengagedMessage\0\u{1}openViaOssAccessGrantedExtendedTimeMessage\0\u{1}openViaOssAccessDeniedTitle\0\u{1}openViaOssAccessDeniedMessage\0\u{1}openViaOssAccessDeniedScheduleMismatchMessage\0\u{1}openViaOssErrorTitle\0\u{1}cmnCancelLabel\0\u{1}cmnCloseLabel\0\u{1}syncDeviceInProgressTitle\0\u{1}syncDeviceFailedTitle\0\u{1}syncDeviceCancellingTitle\0\u{1}syncDeviceCompletedTitle\0\u{1}syncDeviceGetAuthenticationTokenTaskLabel\0\u{1}syncDeviceRetrieveDeviceConfigurationTaskLabel\0\u{1}syncDeviceUpdateDeviceConfigurationTaskLabel\0\u{1}syncDeviceUpdateDeviceTimeTaskLabel\0\u{1}syncDeviceWaitForDeviceToRestartTaskLabel\0\u{1}syncDevicePushEventLogsTaskLabel\0\u{1}syncDevicePushSystemLogsTaskLabel\0\u{1}syncDeviceRetrieveBlacklistEntriesTaskLabel\0\u{1}syncDeviceDeployBlacklistEntriesTaskLabel\0\u{1}syncDeviceRetrieveSystemStatusTaskLabel\0\u{1}syncDevicePushSystemStatusTaskLabel\0\u{1}syncDeviceCheckLatestFWLabel\0\u{1}dfuInProgressTitle\0\u{1}dfuFailedTitle\0\u{1}dfuCancellingTitle\0\u{1}dfuCompletedTitle\0\u{1}getAuthenticationTokenTaskLabel\0\u{1}dfuCheckLatestFWLabel\0\u{1}dfuDownloadLatestFWLabel\0\u{1}dfuPrepareUpdateLabel\0\u{1}dfuStartBootloaderLabel\0\u{1}dfuInitializationLabel\0\u{1}dfuUpdateFWLabel\0\u{1}waitForDeviceToRestartTaskLabel\0\u{1}accessTypeDefaultTime\0\u{1}accessTypeExtendedTime\0\u{1}accessTypeToggle\0\u{1}accessTypeClose\0\u{1}accessTypeCustomTime\0\u{1}openViaOssSoSelectAccessTypeTitle\0\u{1}openViaOssSoSelectAccessTypeMessage\0\u{1}provisioningDone\0\u{2}\u{2}checkCurrentAVR\0\u{1}checkIfAVRUpdateNedded\0\u{1}downloadAVR\0\u{1}downloadingAVR\0\u{1}updateAVR\0\u{1}avrIsAlreadyUpToDate\0\u{2}!nfcTransponderConnected\0\u{1}nfcTransponderDisconnected\0\u{1}nfcTransponderSuccessReadMessage\0\u{1}nfcKioskRefreshTransponderNoRefreshNeededMessage\0\u{1}nfcKioskRefreshTransponderPartialRefreshMessage\0\u{1}nfcKioskRefreshTransponderHoldYourCardSteadyMessage\0")
1846
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}nfcWaitMessage\0\u{1}nfcOssSuccessReadConfigurationMessage\0\u{1}nfcOssSuccessUpdateConfigurationMessage\0\u{1}nfcOssSuccessClearEventsMessage\0\u{1}nfcOssSuccessIsProvisionedMessage\0\u{1}nfcOssSuccessProvisionMessage\0\u{1}nfcOssSuccessUnprovisionMessage\0\u{1}nfcOssSuccessFormatMessage\0\u{1}nfcInitializingWritingProcess\0\u{1}openViaOssTitle\0\u{1}openViaOssWaitMessage\0\u{1}openViaOssAccessGrantedTitle\0\u{1}openViaOssAccessGrantedMessage\0\u{1}openViaOssAccessGrantedLockEngagedTitle\0\u{1}openViaOssAccessGrantedLockEngagedMessage\0\u{1}openViaOssAccessGrantedLockDisengagedTitle\0\u{1}openViaOssAccessGrantedLockDisengagedMessage\0\u{1}openViaOssAccessGrantedExtendedTimeMessage\0\u{1}openViaOssAccessDeniedTitle\0\u{1}openViaOssAccessDeniedMessage\0\u{1}openViaOssAccessDeniedScheduleMismatchMessage\0\u{1}openViaOssErrorTitle\0\u{1}cmnCancelLabel\0\u{1}cmnCloseLabel\0\u{1}syncDeviceInProgressTitle\0\u{1}syncDeviceFailedTitle\0\u{1}syncDeviceCancellingTitle\0\u{1}syncDeviceCompletedTitle\0\u{1}syncDeviceGetAuthenticationTokenTaskLabel\0\u{1}syncDeviceRetrieveDeviceConfigurationTaskLabel\0\u{1}syncDeviceUpdateDeviceConfigurationTaskLabel\0\u{1}syncDeviceUpdateDeviceTimeTaskLabel\0\u{1}syncDeviceWaitForDeviceToRestartTaskLabel\0\u{1}syncDevicePushEventLogsTaskLabel\0\u{1}syncDevicePushSystemLogsTaskLabel\0\u{1}syncDeviceRetrieveBlacklistEntriesTaskLabel\0\u{1}syncDeviceDeployBlacklistEntriesTaskLabel\0\u{1}syncDeviceRetrieveSystemStatusTaskLabel\0\u{1}syncDevicePushSystemStatusTaskLabel\0\u{1}syncDeviceCheckLatestFWLabel\0\u{1}dfuInProgressTitle\0\u{1}dfuFailedTitle\0\u{1}dfuCancellingTitle\0\u{1}dfuCompletedTitle\0\u{1}getAuthenticationTokenTaskLabel\0\u{1}dfuCheckLatestFWLabel\0\u{1}dfuDownloadLatestFWLabel\0\u{1}dfuPrepareUpdateLabel\0\u{1}dfuStartBootloaderLabel\0\u{1}dfuInitializationLabel\0\u{1}dfuUpdateFWLabel\0\u{1}waitForDeviceToRestartTaskLabel\0\u{1}accessTypeDefaultTime\0\u{1}accessTypeExtendedTime\0\u{1}accessTypeToggle\0\u{1}accessTypeClose\0\u{1}accessTypeCustomTime\0\u{1}openViaOssSoSelectAccessTypeTitle\0\u{1}openViaOssSoSelectAccessTypeMessage\0\u{1}provisioningDone\0\u{2}\u{2}checkCurrentAVR\0\u{1}checkIfAVRUpdateNedded\0\u{1}downloadAVR\0\u{1}downloadingAVR\0\u{1}updateAVR\0\u{1}avrIsAlreadyUpToDate\0\u{1}noAccessWritten\0\u{2} nfcTransponderConnected\0\u{1}nfcTransponderDisconnected\0\u{1}nfcTransponderSuccessReadMessage\0\u{1}nfcKioskRefreshTransponderNoRefreshNeededMessage\0\u{1}nfcKioskRefreshTransponderPartialRefreshMessage\0\u{1}nfcKioskRefreshTransponderHoldYourCardSteadyMessage\0")
1794
1847
 
1795
1848
  fileprivate class _StorageClass {
1796
1849
  var _nfcWaitMessage: String? = nil
@@ -1865,6 +1918,7 @@ extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
1865
1918
  var _downloadingAvr: String? = nil
1866
1919
  var _updateAvr: String? = nil
1867
1920
  var _avrIsAlreadyUpToDate: String? = nil
1921
+ var _noAccessWritten: String? = nil
1868
1922
 
1869
1923
  // This property is used as the initial default value for new instances of the type.
1870
1924
  // The type itself is protecting the reference to its storage via CoW semantics.
@@ -1947,6 +2001,7 @@ extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
1947
2001
  _downloadingAvr = source._downloadingAvr
1948
2002
  _updateAvr = source._updateAvr
1949
2003
  _avrIsAlreadyUpToDate = source._avrIsAlreadyUpToDate
2004
+ _noAccessWritten = source._noAccessWritten
1950
2005
  }
1951
2006
  }
1952
2007
 
@@ -2031,6 +2086,7 @@ extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
2031
2086
  if _storage._downloadingAvr == nil {return false}
2032
2087
  if _storage._updateAvr == nil {return false}
2033
2088
  if _storage._avrIsAlreadyUpToDate == nil {return false}
2089
+ if _storage._noAccessWritten == nil {return false}
2034
2090
  return true
2035
2091
  }
2036
2092
  }
@@ -2109,6 +2165,7 @@ extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
2109
2165
  case 65: try { try decoder.decodeSingularStringField(value: &_storage._downloadingAvr) }()
2110
2166
  case 66: try { try decoder.decodeSingularStringField(value: &_storage._updateAvr) }()
2111
2167
  case 67: try { try decoder.decodeSingularStringField(value: &_storage._avrIsAlreadyUpToDate) }()
2168
+ case 68: try { try decoder.decodeSingularStringField(value: &_storage._noAccessWritten) }()
2112
2169
  case 100: try { try decoder.decodeSingularStringField(value: &_storage._nfcTransponderConnected) }()
2113
2170
  case 101: try { try decoder.decodeSingularStringField(value: &_storage._nfcTransponderDisconnected) }()
2114
2171
  case 102: try { try decoder.decodeSingularStringField(value: &_storage._nfcTransponderSuccessReadMessage) }()
@@ -2325,6 +2382,9 @@ extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
2325
2382
  try { if let v = _storage._avrIsAlreadyUpToDate {
2326
2383
  try visitor.visitSingularStringField(value: v, fieldNumber: 67)
2327
2384
  } }()
2385
+ try { if let v = _storage._noAccessWritten {
2386
+ try visitor.visitSingularStringField(value: v, fieldNumber: 68)
2387
+ } }()
2328
2388
  try { if let v = _storage._nfcTransponderConnected {
2329
2389
  try visitor.visitSingularStringField(value: v, fieldNumber: 100)
2330
2390
  } }()
@@ -2424,6 +2484,7 @@ extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
2424
2484
  if _storage._downloadingAvr != rhs_storage._downloadingAvr {return false}
2425
2485
  if _storage._updateAvr != rhs_storage._updateAvr {return false}
2426
2486
  if _storage._avrIsAlreadyUpToDate != rhs_storage._avrIsAlreadyUpToDate {return false}
2487
+ if _storage._noAccessWritten != rhs_storage._noAccessWritten {return false}
2427
2488
  return true
2428
2489
  }
2429
2490
  if !storagesAreEqual {return false}
@@ -2433,7 +2494,7 @@ extension BlueI18n: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
2433
2494
  }
2434
2495
  }
2435
2496
 
2436
- extension BlueDeviceDetailsBluetooth: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2497
+ nonisolated extension BlueDeviceDetailsBluetooth: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2437
2498
  public static let protoMessageName: String = "BlueDeviceDetailsBluetooth"
2438
2499
  public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}rssi\0\u{1}txPower\0\u{1}isIBeacon\0")
2439
2500
 
@@ -2484,7 +2545,7 @@ extension BlueDeviceDetailsBluetooth: SwiftProtobuf.Message, SwiftProtobuf._Mess
2484
2545
  }
2485
2546
  }
2486
2547
 
2487
- extension BlueDeviceDetailsUWB: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2548
+ nonisolated extension BlueDeviceDetailsUWB: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2488
2549
  public static let protoMessageName: String = "BlueDeviceDetailsUWB"
2489
2550
  public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}notUsed\0")
2490
2551
 
@@ -2523,7 +2584,7 @@ extension BlueDeviceDetailsUWB: SwiftProtobuf.Message, SwiftProtobuf._MessageImp
2523
2584
  }
2524
2585
  }
2525
2586
 
2526
- extension BlueDeviceInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2587
+ nonisolated extension BlueDeviceInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2527
2588
  public static let protoMessageName: String = "BlueDeviceInfo"
2528
2589
  public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}deviceType\0\u{1}deviceId\0\u{1}distanceMeters\0\u{1}manufacturerInfo\0\u{1}bluetooth\0\u{1}uwb\0")
2529
2590
 
@@ -2619,7 +2680,7 @@ extension BlueDeviceInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplement
2619
2680
  }
2620
2681
  }
2621
2682
 
2622
- extension BlueIdentity: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2683
+ nonisolated extension BlueIdentity: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2623
2684
  public static let protoMessageName: String = "BlueIdentity"
2624
2685
  public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}identityId\0\u{1}role\0\u{1}name\0\u{1}description\0\u{1}receiverName\0\u{1}validFrom\0\u{1}validTo\0\u{1}organization\0\u{1}organizationName\0\u{1}siteId\0\u{1}siteName\0\u{1}privateKey\0\u{1}status\0")
2625
2686
 
@@ -2785,7 +2846,7 @@ extension BlueIdentity: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementat
2785
2846
  }
2786
2847
  }
2787
2848
 
2788
- extension BlueIdentitiesList: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2849
+ nonisolated extension BlueIdentitiesList: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2789
2850
  public static let protoMessageName: String = "BlueIdentitiesList"
2790
2851
  public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}identities\0")
2791
2852
 
@@ -2820,7 +2881,7 @@ extension BlueIdentitiesList: SwiftProtobuf.Message, SwiftProtobuf._MessageImple
2820
2881
  }
2821
2882
  }
2822
2883
 
2823
- extension BlueAccessDevice: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2884
+ nonisolated extension BlueAccessDevice: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2824
2885
  public static let protoMessageName: String = "BlueAccessDevice"
2825
2886
  public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}deviceId\0\u{1}objectName\0\u{1}objectId\0\u{1}deviceStatus\0")
2826
2887
 
@@ -2874,7 +2935,7 @@ extension BlueAccessDevice: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme
2874
2935
  }
2875
2936
  }
2876
2937
 
2877
- extension BlueAccessDeviceList: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2938
+ nonisolated extension BlueAccessDeviceList: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2878
2939
  public static let protoMessageName: String = "BlueAccessDeviceList"
2879
2940
  public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}devices\0")
2880
2941
 
@@ -2909,7 +2970,7 @@ extension BlueAccessDeviceList: SwiftProtobuf.Message, SwiftProtobuf._MessageImp
2909
2970
  }
2910
2971
  }
2911
2972
 
2912
- extension BlueAccessObject: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2973
+ nonisolated extension BlueAccessObject: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2913
2974
  public static let protoMessageName: String = "BlueAccessObject"
2914
2975
  public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{3}_id\0\u{1}objectId\0\u{1}name\0\u{1}description\0\u{1}deviceIds\0")
2915
2976
 
@@ -2970,7 +3031,7 @@ extension BlueAccessObject: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme
2970
3031
  }
2971
3032
  }
2972
3033
 
2973
- extension BlueAccessObjectList: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3034
+ nonisolated extension BlueAccessObjectList: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
2974
3035
  public static let protoMessageName: String = "BlueAccessObjectList"
2975
3036
  public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}objects\0")
2976
3037
 
@@ -3005,7 +3066,7 @@ extension BlueAccessObjectList: SwiftProtobuf.Message, SwiftProtobuf._MessageImp
3005
3066
  }
3006
3067
  }
3007
3068
 
3008
- extension BlueHardwareInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3069
+ nonisolated extension BlueHardwareInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3009
3070
  public static let protoMessageName: String = "BlueHardwareInfo"
3010
3071
  public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}name\0\u{1}vendor\0\u{1}vendorName\0\u{1}version\0\u{1}type\0")
3011
3072
 
@@ -3068,7 +3129,7 @@ extension BlueHardwareInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme
3068
3129
  }
3069
3130
  }
3070
3131
 
3071
- extension BlueSystemStatusExt: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3132
+ nonisolated extension BlueSystemStatusExt: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3072
3133
  public static let protoMessageName: String = "BlueSystemStatusExt"
3073
3134
  public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}status\0\u{1}newFirmwareVersionAvailable\0\u{1}newTestFirmwareVersionAvailable\0\u{1}newConfigurationAvailable\0\u{1}hardwareInfo\0")
3074
3135
 
@@ -3129,7 +3190,7 @@ extension BlueSystemStatusExt: SwiftProtobuf.Message, SwiftProtobuf._MessageImpl
3129
3190
  }
3130
3191
  }
3131
3192
 
3132
- extension BlueRefreshOssSoIdentity: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3193
+ nonisolated extension BlueRefreshOssSoIdentity: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3133
3194
  public static let protoMessageName: String = "BlueRefreshOssSoIdentity"
3134
3195
  public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}identityId\0\u{1}status\0\u{1}configuration\0")
3135
3196
 
@@ -3180,7 +3241,7 @@ extension BlueRefreshOssSoIdentity: SwiftProtobuf.Message, SwiftProtobuf._Messag
3180
3241
  }
3181
3242
  }
3182
3243
 
3183
- extension BlueRefreshOssSoIdentities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3244
+ nonisolated extension BlueRefreshOssSoIdentities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3184
3245
  public static let protoMessageName: String = "BlueRefreshOssSoIdentities"
3185
3246
  public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}identities\0")
3186
3247
 
@@ -3215,7 +3276,7 @@ extension BlueRefreshOssSoIdentities: SwiftProtobuf.Message, SwiftProtobuf._Mess
3215
3276
  }
3216
3277
  }
3217
3278
 
3218
- extension BlueSynchronizeIdentity: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3279
+ nonisolated extension BlueSynchronizeIdentity: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3219
3280
  public static let protoMessageName: String = "BlueSynchronizeIdentity"
3220
3281
  public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}identityId\0\u{1}returnCode\0\u{1}errorDescription\0")
3221
3282
 
@@ -3265,7 +3326,7 @@ extension BlueSynchronizeIdentity: SwiftProtobuf.Message, SwiftProtobuf._Message
3265
3326
  }
3266
3327
  }
3267
3328
 
3268
- extension BlueSynchronizeIdentities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3329
+ nonisolated extension BlueSynchronizeIdentities: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3269
3330
  public static let protoMessageName: String = "BlueSynchronizeIdentities"
3270
3331
  public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}identities\0")
3271
3332
 
@@ -3300,7 +3361,7 @@ extension BlueSynchronizeIdentities: SwiftProtobuf.Message, SwiftProtobuf._Messa
3300
3361
  }
3301
3362
  }
3302
3363
 
3303
- extension BlueLegacyProvisioningRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3364
+ nonisolated extension BlueLegacyProvisioningRequest: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3304
3365
  public static let protoMessageName: String = "BlueLegacyProvisioningRequest"
3305
3366
  public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}deviceId\0\u{1}soid\0\u{1}vendor\0\u{1}hardwareType\0\u{1}hardwareVersion\0\u{1}hardwareSerialNumber\0")
3306
3367
 
@@ -3368,7 +3429,7 @@ extension BlueLegacyProvisioningRequest: SwiftProtobuf.Message, SwiftProtobuf._M
3368
3429
  }
3369
3430
  }
3370
3431
 
3371
- extension BlueLegacyProvisioningResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3432
+ nonisolated extension BlueLegacyProvisioningResponse: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3372
3433
  public static let protoMessageName: String = "BlueLegacyProvisioningResponse"
3373
3434
  public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}deviceId\0\u{1}objectId\0\u{1}objectName\0\u{1}provisioning\0")
3374
3435
 
@@ -3426,7 +3487,7 @@ extension BlueLegacyProvisioningResponse: SwiftProtobuf.Message, SwiftProtobuf._
3426
3487
  }
3427
3488
  }
3428
3489
 
3429
- extension BlueRefreshTransponderResultItem: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3490
+ nonisolated extension BlueRefreshTransponderResultItem: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3430
3491
  public static let protoMessageName: String = "BlueRefreshTransponderResultItem"
3431
3492
  public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}credentialId\0\u{1}error\0")
3432
3493
 
@@ -3471,7 +3532,7 @@ extension BlueRefreshTransponderResultItem: SwiftProtobuf.Message, SwiftProtobuf
3471
3532
  }
3472
3533
  }
3473
3534
 
3474
- extension BlueRefreshTransponderResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3535
+ nonisolated extension BlueRefreshTransponderResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3475
3536
  public static let protoMessageName: String = "BlueRefreshTransponderResult"
3476
3537
  public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}updated\0\u{1}skipped\0\u{1}failed\0")
3477
3538
 
@@ -3518,7 +3579,7 @@ extension BlueRefreshTransponderResult: SwiftProtobuf.Message, SwiftProtobuf._Me
3518
3579
  }
3519
3580
  }
3520
3581
 
3521
- extension BlueAccessCredential: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3582
+ nonisolated extension BlueAccessCredential: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3522
3583
  public static let protoMessageName: String = "BlueAccessCredential"
3523
3584
  public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}credentialId\0\u{1}credentialType\0\u{1}name\0\u{1}description\0\u{1}siteId\0\u{1}siteName\0\u{1}validFrom\0\u{1}validTo\0\u{1}validity\0\u{1}privateKey\0\u{1}receiverName\0\u{1}organisation\0\u{1}organisationName\0")
3524
3585
 
@@ -3686,7 +3747,7 @@ extension BlueAccessCredential: SwiftProtobuf.Message, SwiftProtobuf._MessageImp
3686
3747
  }
3687
3748
  }
3688
3749
 
3689
- extension BlueAccessCredentialList: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3750
+ nonisolated extension BlueAccessCredentialList: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3690
3751
  public static let protoMessageName: String = "BlueAccessCredentialList"
3691
3752
  public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}credentials\0")
3692
3753
 
@@ -3721,7 +3782,7 @@ extension BlueAccessCredentialList: SwiftProtobuf.Message, SwiftProtobuf._Messag
3721
3782
  }
3722
3783
  }
3723
3784
 
3724
- extension BlueRefreshOssSoCredential: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3785
+ nonisolated extension BlueRefreshOssSoCredential: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3725
3786
  public static let protoMessageName: String = "BlueRefreshOssSoCredential"
3726
3787
  public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}credentialId\0\u{1}status\0\u{1}configuration\0")
3727
3788
 
@@ -3773,7 +3834,7 @@ extension BlueRefreshOssSoCredential: SwiftProtobuf.Message, SwiftProtobuf._Mess
3773
3834
  }
3774
3835
  }
3775
3836
 
3776
- extension BlueRefreshOssSoCredentials: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3837
+ nonisolated extension BlueRefreshOssSoCredentials: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3777
3838
  public static let protoMessageName: String = "BlueRefreshOssSoCredentials"
3778
3839
  public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}credentials\0")
3779
3840
 
@@ -3808,7 +3869,7 @@ extension BlueRefreshOssSoCredentials: SwiftProtobuf.Message, SwiftProtobuf._Mes
3808
3869
  }
3809
3870
  }
3810
3871
 
3811
- extension BlueSynchronizeAccessCredential: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3872
+ nonisolated extension BlueSynchronizeAccessCredential: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3812
3873
  public static let protoMessageName: String = "BlueSynchronizeAccessCredential"
3813
3874
  public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}credentialId\0\u{1}returnCode\0\u{1}errorDescription\0")
3814
3875
 
@@ -3859,7 +3920,7 @@ extension BlueSynchronizeAccessCredential: SwiftProtobuf.Message, SwiftProtobuf.
3859
3920
  }
3860
3921
  }
3861
3922
 
3862
- extension BlueSynchronizeAccessCredentials: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3923
+ nonisolated extension BlueSynchronizeAccessCredentials: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3863
3924
  public static let protoMessageName: String = "BlueSynchronizeAccessCredentials"
3864
3925
  public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}credentials\0")
3865
3926
 
@@ -3893,3 +3954,88 @@ extension BlueSynchronizeAccessCredentials: SwiftProtobuf.Message, SwiftProtobuf
3893
3954
  return true
3894
3955
  }
3895
3956
  }
3957
+
3958
+ nonisolated extension BlueSiteName: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3959
+ public static let protoMessageName: String = "BlueSiteName"
3960
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}name\0")
3961
+
3962
+ public var isInitialized: Bool {
3963
+ if self._name == nil {return false}
3964
+ return true
3965
+ }
3966
+
3967
+ public mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
3968
+ while let fieldNumber = try decoder.nextFieldNumber() {
3969
+ // The use of inline closures is to circumvent an issue where the compiler
3970
+ // allocates stack space for every case branch when no optimizations are
3971
+ // enabled. https://github.com/apple/swift-protobuf/issues/1034
3972
+ switch fieldNumber {
3973
+ case 1: try { try decoder.decodeSingularStringField(value: &self._name) }()
3974
+ default: break
3975
+ }
3976
+ }
3977
+ }
3978
+
3979
+ public func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
3980
+ // The use of inline closures is to circumvent an issue where the compiler
3981
+ // allocates stack space for every if/case branch local when no optimizations
3982
+ // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and
3983
+ // https://github.com/apple/swift-protobuf/issues/1182
3984
+ try { if let v = self._name {
3985
+ try visitor.visitSingularStringField(value: v, fieldNumber: 1)
3986
+ } }()
3987
+ try unknownFields.traverse(visitor: &visitor)
3988
+ }
3989
+
3990
+ public static func ==(lhs: BlueSiteName, rhs: BlueSiteName) -> Bool {
3991
+ if lhs._name != rhs._name {return false}
3992
+ if lhs.unknownFields != rhs.unknownFields {return false}
3993
+ return true
3994
+ }
3995
+ }
3996
+
3997
+ nonisolated extension BlueCredentialIdentityDetails: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3998
+ public static let protoMessageName: String = "BlueCredentialIdentityDetails"
3999
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}identity\0\u{1}offlineSiteNames\0")
4000
+
4001
+ public var isInitialized: Bool {
4002
+ if self._identity == nil {return false}
4003
+ if let v = self._identity, !v.isInitialized {return false}
4004
+ if !SwiftProtobuf.Internal.areAllInitialized(self.offlineSiteNames) {return false}
4005
+ return true
4006
+ }
4007
+
4008
+ public mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
4009
+ while let fieldNumber = try decoder.nextFieldNumber() {
4010
+ // The use of inline closures is to circumvent an issue where the compiler
4011
+ // allocates stack space for every case branch when no optimizations are
4012
+ // enabled. https://github.com/apple/swift-protobuf/issues/1034
4013
+ switch fieldNumber {
4014
+ case 1: try { try decoder.decodeSingularMessageField(value: &self._identity) }()
4015
+ case 2: try { try decoder.decodeRepeatedMessageField(value: &self.offlineSiteNames) }()
4016
+ default: break
4017
+ }
4018
+ }
4019
+ }
4020
+
4021
+ public func traverse<V: SwiftProtobuf.Visitor>(visitor: inout V) throws {
4022
+ // The use of inline closures is to circumvent an issue where the compiler
4023
+ // allocates stack space for every if/case branch local when no optimizations
4024
+ // are enabled. https://github.com/apple/swift-protobuf/issues/1034 and
4025
+ // https://github.com/apple/swift-protobuf/issues/1182
4026
+ try { if let v = self._identity {
4027
+ try visitor.visitSingularMessageField(value: v, fieldNumber: 1)
4028
+ } }()
4029
+ if !self.offlineSiteNames.isEmpty {
4030
+ try visitor.visitRepeatedMessageField(value: self.offlineSiteNames, fieldNumber: 2)
4031
+ }
4032
+ try unknownFields.traverse(visitor: &visitor)
4033
+ }
4034
+
4035
+ public static func ==(lhs: BlueCredentialIdentityDetails, rhs: BlueCredentialIdentityDetails) -> Bool {
4036
+ if lhs._identity != rhs._identity {return false}
4037
+ if lhs.offlineSiteNames != rhs.offlineSiteNames {return false}
4038
+ if lhs.unknownFields != rhs.unknownFields {return false}
4039
+ return true
4040
+ }
4041
+ }