@blueid/access-proto 10.3.0 → 10.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -431,7 +431,7 @@ public enum BlueOssSoWriteStatus: Int, SwiftProtobuf.Enum, Swift.CaseIterable {
431
431
 
432
432
  }
433
433
 
434
- public struct BlueSharedDemoData: @unchecked Sendable {
434
+ public struct BlueSharedDemoData: Sendable {
435
435
  // SwiftProtobuf.Message conformance is added in an extension below. See the
436
436
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
437
437
  // methods supported on all messages.
@@ -954,7 +954,7 @@ public struct BlueEvent: Sendable {
954
954
  fileprivate var _command: String? = nil
955
955
  }
956
956
 
957
- public struct BlueSPHandshake: @unchecked Sendable {
957
+ public struct BlueSPHandshake: Sendable {
958
958
  // SwiftProtobuf.Message conformance is added in an extension below. See the
959
959
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
960
960
  // methods supported on all messages.
@@ -975,7 +975,7 @@ public struct BlueSPHandshake: @unchecked Sendable {
975
975
  fileprivate var _transponderSalt: Data? = nil
976
976
  }
977
977
 
978
- public struct BlueSPHandshakeReply: @unchecked Sendable {
978
+ public struct BlueSPHandshakeReply: Sendable {
979
979
  // SwiftProtobuf.Message conformance is added in an extension below. See the
980
980
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
981
981
  // methods supported on all messages.
@@ -1006,7 +1006,7 @@ public struct BlueSPHandshakeReply: @unchecked Sendable {
1006
1006
  fileprivate var _terminalSignature: Data? = nil
1007
1007
  }
1008
1008
 
1009
- public struct BlueSPTokenCommand: @unchecked Sendable {
1009
+ public struct BlueSPTokenCommand: Sendable {
1010
1010
  // SwiftProtobuf.Message conformance is added in an extension below. See the
1011
1011
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1012
1012
  // methods supported on all messages.
@@ -1068,7 +1068,7 @@ public struct BlueSPTokenCommand: @unchecked Sendable {
1068
1068
  fileprivate var _data: Data? = nil
1069
1069
  }
1070
1070
 
1071
- public struct BlueSPToken: @unchecked Sendable {
1071
+ public struct BlueSPToken: Sendable {
1072
1072
  // SwiftProtobuf.Message conformance is added in an extension below. See the
1073
1073
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1074
1074
  // methods supported on all messages.
@@ -1142,7 +1142,7 @@ public struct BlueSPToken: @unchecked Sendable {
1142
1142
  fileprivate var _signature: Data? = nil
1143
1143
  }
1144
1144
 
1145
- public struct BlueSPResult: @unchecked Sendable {
1145
+ public struct BlueSPResult: Sendable {
1146
1146
  // SwiftProtobuf.Message conformance is added in an extension below. See the
1147
1147
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1148
1148
  // methods supported on all messages.
@@ -1164,7 +1164,7 @@ public struct BlueSPResult: @unchecked Sendable {
1164
1164
  fileprivate var _data: Data? = nil
1165
1165
  }
1166
1166
 
1167
- public struct BlueWebSPHandshake: @unchecked Sendable {
1167
+ public struct BlueWebSPHandshake: Sendable {
1168
1168
  // SwiftProtobuf.Message conformance is added in an extension below. See the
1169
1169
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1170
1170
  // methods supported on all messages.
@@ -1185,7 +1185,7 @@ public struct BlueWebSPHandshake: @unchecked Sendable {
1185
1185
  fileprivate var _salt: Data? = nil
1186
1186
  }
1187
1187
 
1188
- public struct BlueWebSPHandshakeReply: @unchecked Sendable {
1188
+ public struct BlueWebSPHandshakeReply: Sendable {
1189
1189
  // SwiftProtobuf.Message conformance is added in an extension below. See the
1190
1190
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1191
1191
  // methods supported on all messages.
@@ -1509,7 +1509,7 @@ public struct BlueOssSidCredentialTypeOss: Sendable {
1509
1509
  fileprivate var _notUsed: Bool? = nil
1510
1510
  }
1511
1511
 
1512
- public struct BlueOssSidCredentialTypeProprietary: @unchecked Sendable {
1512
+ public struct BlueOssSidCredentialTypeProprietary: Sendable {
1513
1513
  // SwiftProtobuf.Message conformance is added in an extension below. See the
1514
1514
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1515
1515
  // methods supported on all messages.
@@ -1757,7 +1757,7 @@ public struct BlueOssSidProvisioningData: Sendable {
1757
1757
  fileprivate var _credentialID: BlueCredentialId? = nil
1758
1758
  }
1759
1759
 
1760
- public struct BlueOssSidMobile: @unchecked Sendable {
1760
+ public struct BlueOssSidMobile: Sendable {
1761
1761
  // SwiftProtobuf.Message conformance is added in an extension below. See the
1762
1762
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1763
1763
  // methods supported on all messages.
@@ -1822,7 +1822,7 @@ public struct BlueOssSidMifareDesfireProvisioningConfiguration: Sendable {
1822
1822
  }
1823
1823
 
1824
1824
  /// Demo keys from spec
1825
- public struct BlueOssSidMifareDesfireConfiguration: @unchecked Sendable {
1825
+ public struct BlueOssSidMifareDesfireConfiguration: Sendable {
1826
1826
  // SwiftProtobuf.Message conformance is added in an extension below. See the
1827
1827
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1828
1828
  // methods supported on all messages.
@@ -1950,7 +1950,7 @@ public struct BlueOssSoCredentialTypeOss: Sendable {
1950
1950
  fileprivate var _credential: BlueOssSoCredentialTypeOssCredential? = nil
1951
1951
  }
1952
1952
 
1953
- public struct BlueOssSoCredentialTypeProprietary: @unchecked Sendable {
1953
+ public struct BlueOssSoCredentialTypeProprietary: Sendable {
1954
1954
  // SwiftProtobuf.Message conformance is added in an extension below. See the
1955
1955
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
1956
1956
  // methods supported on all messages.
@@ -2144,7 +2144,7 @@ public struct BlueOssSoEvent: Sendable {
2144
2144
  fileprivate var _eventInfo: UInt32? = nil
2145
2145
  }
2146
2146
 
2147
- public struct BlueOssSoExtFeature: @unchecked Sendable {
2147
+ public struct BlueOssSoExtFeature: Sendable {
2148
2148
  // SwiftProtobuf.Message conformance is added in an extension below. See the
2149
2149
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
2150
2150
  // methods supported on all messages.
@@ -2342,7 +2342,7 @@ public struct BlueOssSoFileData: Sendable {
2342
2342
  fileprivate var _hasExtensions_p: Bool? = nil
2343
2343
  }
2344
2344
 
2345
- public struct BlueOssSoFileEvent: @unchecked Sendable {
2345
+ public struct BlueOssSoFileEvent: Sendable {
2346
2346
  // SwiftProtobuf.Message conformance is added in an extension below. See the
2347
2347
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
2348
2348
  // methods supported on all messages.
@@ -2591,7 +2591,7 @@ public struct BlueOssSoStorageProfile: Sendable {
2591
2591
  fileprivate var _customerExtensionsFileSize: UInt32? = nil
2592
2592
  }
2593
2593
 
2594
- public struct BlueOssSoProvisioningConfiguration: @unchecked Sendable {
2594
+ public struct BlueOssSoProvisioningConfiguration: Sendable {
2595
2595
  // SwiftProtobuf.Message conformance is added in an extension below. See the
2596
2596
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
2597
2597
  // methods supported on all messages.
@@ -2735,7 +2735,7 @@ public struct BlueOssSoProvisioningData: Sendable {
2735
2735
  fileprivate var _siteID: UInt32? = nil
2736
2736
  }
2737
2737
 
2738
- public struct BlueOssSoMobile: @unchecked Sendable {
2738
+ public struct BlueOssSoMobile: Sendable {
2739
2739
  // SwiftProtobuf.Message conformance is added in an extension below. See the
2740
2740
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
2741
2741
  // methods supported on all messages.
@@ -2808,7 +2808,7 @@ public struct BlueOssSoMobile: @unchecked Sendable {
2808
2808
  fileprivate var _supportedEventIds: Data? = nil
2809
2809
  }
2810
2810
 
2811
- public struct BlueOssSoMobileProvisioningConfiguration: @unchecked Sendable {
2811
+ public struct BlueOssSoMobileProvisioningConfiguration: Sendable {
2812
2812
  // SwiftProtobuf.Message conformance is added in an extension below. See the
2813
2813
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
2814
2814
  // methods supported on all messages.
@@ -2901,7 +2901,7 @@ public struct BlueOssSoMobileProvisioningConfiguration: @unchecked Sendable {
2901
2901
  }
2902
2902
 
2903
2903
  /// Default configuration from spec plus customer extensions spacing
2904
- public struct BlueOssSoMifareDesfireProvisioningConfiguration: @unchecked Sendable {
2904
+ public struct BlueOssSoMifareDesfireProvisioningConfiguration: Sendable {
2905
2905
  // SwiftProtobuf.Message conformance is added in an extension below. See the
2906
2906
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
2907
2907
  // methods supported on all messages.
@@ -2994,7 +2994,7 @@ public struct BlueOssSoMifareDesfireProvisioningConfiguration: @unchecked Sendab
2994
2994
  }
2995
2995
 
2996
2996
  /// Demo keys from spec
2997
- public struct BlueOssSoMifareDesfireConfiguration: @unchecked Sendable {
2997
+ public struct BlueOssSoMifareDesfireConfiguration: Sendable {
2998
2998
  // SwiftProtobuf.Message conformance is added in an extension below. See the
2999
2999
  // `Message` and `Message+*Additions` files in the SwiftProtobuf library for
3000
3000
  // methods supported on all messages.
@@ -3124,296 +3124,76 @@ public struct _BlueTestEncodeDecode: Sendable {
3124
3124
  // MARK: - Code below here is support for the SwiftProtobuf runtime.
3125
3125
 
3126
3126
  extension BlueReturnCode: SwiftProtobuf._ProtoNameProviding {
3127
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
3128
- -1100: .same(proto: "OssMAReturnCodeEnd"),
3129
- -1000: .same(proto: "OssMAReturnCodeStart"),
3130
- -429: .same(proto: "SdkIdentityHasExpired"),
3131
- -428: .same(proto: "SdkIdentityHasDeleted"),
3132
- -427: .same(proto: "SdkIdentityHasRevoked"),
3133
- -426: .same(proto: "SdkClaimDeviceAndAutoUnclaimFailed"),
3134
- -425: .same(proto: "SdkClaimDeviceFailedAutoUnclaimSuccess"),
3135
- -424: .same(proto: "SdkDeviceFactoryStateRequired"),
3136
- -423: .same(proto: "SdkInvalidFirmwareURL"),
3137
- -422: .same(proto: "SdkUnzipError"),
3138
- -421: .same(proto: "SdkWaitDeviceToRestartFailed"),
3139
- -420: .same(proto: "SdkGetSystemStatusFailed"),
3140
- -419: .same(proto: "SdkGetBlacklistEntriesFailed"),
3141
- -418: .same(proto: "SdkUpdateDeviceFailed"),
3142
- -417: .same(proto: "SdkGetAuthenticationTokenFailed"),
3143
- -416: .same(proto: "SdkTimeout"),
3144
- -415: .same(proto: "SdkFetchDataFailed"),
3145
- -414: .same(proto: "SdkDecodeJsonFailed"),
3146
- -413: .same(proto: "SdkDecodeBase64Failed"),
3147
- -412: .same(proto: "SdkNetworkError"),
3148
- -411: .same(proto: "SdkDeviceSystemStatusPushFailed"),
3149
- -410: .same(proto: "SdkBlacklistEntriesDeployFailed"),
3150
- -409: .same(proto: "SdkSystemLogEntriesPushFailed"),
3151
- -408: .same(proto: "SdkEventLogsPushFailed"),
3152
- -407: .same(proto: "SdkGetSystemConfigFailed"),
3153
- -406: .same(proto: "SdkOssSoSettingsNotFound"),
3154
- -405: .same(proto: "SdkOssEntryNotFound"),
3155
- -404: .same(proto: "SdkSpTokenNotFound"),
3156
- -403: .same(proto: "SdkDeviceNotFound"),
3157
- -402: .same(proto: "SdkUnsupportedPlatform"),
3158
- -401: .same(proto: "SdkCredentialPrivateKeyNotFound"),
3159
- -400: .same(proto: "SdkCredentialNotFound"),
3160
- -304: .same(proto: "MifareDesfireNoneOrInvalidAid"),
3161
- -303: .same(proto: "MifareDesfireCmacNotVerified"),
3162
- -302: .same(proto: "MifareDesfireCmacNotReceived"),
3163
- -301: .same(proto: "MifareDesfireWrongKey"),
3164
- -300: .same(proto: "MifareDesfireWrongKeyType"),
3165
- -281: .same(proto: "OssSidInvalidCredentialType"),
3166
- -280: .same(proto: "OssSidIncompatibleMajorVersion"),
3167
- -250: .same(proto: "OssSoMaxBlacklistEntriesExceeded"),
3168
- -249: .same(proto: "OssSoMaxEventEntriesExceeded"),
3169
- -248: .same(proto: "OssSoInvalidExtensionTag"),
3170
- -247: .same(proto: "OssSoInvalidExtensionLength"),
3171
- -246: .same(proto: "OssSoExtensionValueTooLarge"),
3172
- -245: .same(proto: "OssSoExtensionTooManyFeatures"),
3173
- -244: .same(proto: "OssSoExtensionFileSizeInvalid"),
3174
- -243: .same(proto: "OssSoExtensionFileSizeTooLarge"),
3175
- -242: .same(proto: "OssSoEventIdNotSupportedForWrite"),
3176
- -239: .same(proto: "OssSoInvalidDTScheduleNumber"),
3177
- -238: .same(proto: "OssSoTimePeriodsCountMissmatch"),
3178
- -237: .same(proto: "OssSoInvalidDoorDTScheduleNumber"),
3179
- -236: .same(proto: "OssSoInvalidDoorAccessBy"),
3180
- -235: .same(proto: "OssSoInvalidSiteId"),
3181
- -234: .same(proto: "OssSoInvalidTimeperiod"),
3182
- -233: .same(proto: "OssSoInvalidTimestamp"),
3183
- -231: .same(proto: "OssSoInvalidCredentialType"),
3184
- -230: .same(proto: "OssSoIncompatibleMajorVersion"),
3185
- -201: .same(proto: "OssMaFailedMcpLib"),
3186
- -200: .same(proto: "OssInvalidCredentialId"),
3187
- -170: .same(proto: "SPErrorStatusCode"),
3188
- -158: .same(proto: "SPFailedSignature"),
3189
- -157: .same(proto: "SPFailedGetCurrentTime"),
3190
- -156: .same(proto: "SPFailedDecrypt"),
3191
- -155: .same(proto: "SPFailedEncrypt"),
3192
- -154: .same(proto: "SPFailedSetPeerSalt"),
3193
- -153: .same(proto: "SPFailedGetOwnSalt"),
3194
- -152: .same(proto: "SPFailedSigning"),
3195
- -151: .same(proto: "SPFailedHashing"),
3196
- -150: .same(proto: "SPInvalidSalt"),
3197
- -107: .same(proto: "BleFailSetCharacteristicNotify"),
3198
- -106: .same(proto: "BleCharacteristicNotFound"),
3199
- -105: .same(proto: "BleServiceNotFound"),
3200
- -104: .same(proto: "InvalidTransponder"),
3201
- -103: .same(proto: "NfcTransponderAuthenticateFailed"),
3202
- -102: .same(proto: "NfcTransponderStorageFull"),
3203
- -101: .same(proto: "NfcTransponderCommandError"),
3204
- -100: .same(proto: "NfcTransponderNoResult"),
3205
- -35: .same(proto: "InvalidProvisioning"),
3206
- -34: .same(proto: "InvalidSystemConfig"),
3207
- -33: .same(proto: "BleInvalidCompanyIdentifier"),
3208
- -32: .same(proto: "DecodeDataReadFailed"),
3209
- -31: .same(proto: "EncodeDataWriteNothingWritten"),
3210
- -30: .same(proto: "EncodeDataWriteFailed"),
3211
- -29: .same(proto: "Test"),
3212
- -23: .same(proto: "OutOfMemory"),
3213
- -22: .same(proto: "Aborted"),
3214
- -21: .same(proto: "Unavailable"),
3215
- -20: .same(proto: "PointerConversionFailed"),
3216
- -19: .same(proto: "Disconnected"),
3217
- -18: .same(proto: "Timeout"),
3218
- -17: .same(proto: "AlreadyExists"),
3219
- -16: .same(proto: "NotFound"),
3220
- -14: .same(proto: "CryptLibraryFailed"),
3221
- -13: .same(proto: "InvalidValidity"),
3222
- -12: .same(proto: "InvalidSignature"),
3223
- -11: .same(proto: "VersionMissmatch"),
3224
- -10: .same(proto: "InvalidMemoryAddress"),
3225
- -9: .same(proto: "InvalidCrc"),
3226
- -8: .same(proto: "StorageFull"),
3227
- -7: .same(proto: "Overflow"),
3228
- -6: .same(proto: "EOF"),
3229
- -5: .same(proto: "NotSupported"),
3230
- -4: .same(proto: "InvalidState"),
3231
- -3: .same(proto: "InvalidArguments"),
3232
- -1: .same(proto: "Error"),
3233
- 0: .same(proto: "Ok"),
3234
- 1: .same(proto: "Pending"),
3235
- ]
3127
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{2}tn\u{7f}\u{7f}\u{7f}\u{3}OssMAReturnCodeEnd\0\u{2}d\u{1}OssMAReturnCodeStart\0\u{2}{\u{8}SdkIdentityHasExpired\0\u{1}SdkIdentityHasDeleted\0\u{1}SdkIdentityHasRevoked\0\u{1}SdkClaimDeviceAndAutoUnclaimFailed\0\u{1}SdkClaimDeviceFailedAutoUnclaimSuccess\0\u{1}SdkDeviceFactoryStateRequired\0\u{1}SdkInvalidFirmwareURL\0\u{1}SdkUnzipError\0\u{1}SdkWaitDeviceToRestartFailed\0\u{1}SdkGetSystemStatusFailed\0\u{1}SdkGetBlacklistEntriesFailed\0\u{1}SdkUpdateDeviceFailed\0\u{1}SdkGetAuthenticationTokenFailed\0\u{1}SdkTimeout\0\u{1}SdkFetchDataFailed\0\u{1}SdkDecodeJsonFailed\0\u{1}SdkDecodeBase64Failed\0\u{1}SdkNetworkError\0\u{1}SdkDeviceSystemStatusPushFailed\0\u{1}SdkBlacklistEntriesDeployFailed\0\u{1}SdkSystemLogEntriesPushFailed\0\u{1}SdkEventLogsPushFailed\0\u{1}SdkGetSystemConfigFailed\0\u{1}SdkOssSoSettingsNotFound\0\u{1}SdkOssEntryNotFound\0\u{1}SdkSpTokenNotFound\0\u{1}SdkDeviceNotFound\0\u{1}SdkUnsupportedPlatform\0\u{1}SdkCredentialPrivateKeyNotFound\0\u{1}SdkCredentialNotFound\0\u{2}`\u{1}MifareDesfireNoneOrInvalidAid\0\u{1}MifareDesfireCmacNotVerified\0\u{1}MifareDesfireCmacNotReceived\0\u{1}MifareDesfireWrongKey\0\u{1}MifareDesfireWrongKeyType\0\u{2}\u{13}OssSidInvalidCredentialType\0\u{1}OssSidIncompatibleMajorVersion\0\u{2}\u{1e}OssSoMaxBlacklistEntriesExceeded\0\u{1}OssSoMaxEventEntriesExceeded\0\u{1}OssSoInvalidExtensionTag\0\u{1}OssSoInvalidExtensionLength\0\u{1}OssSoExtensionValueTooLarge\0\u{1}OssSoExtensionTooManyFeatures\0\u{1}OssSoExtensionFileSizeInvalid\0\u{1}OssSoExtensionFileSizeTooLarge\0\u{1}OssSoEventIdNotSupportedForWrite\0\u{2}\u{3}OssSoInvalidDTScheduleNumber\0\u{1}OssSoTimePeriodsCountMissmatch\0\u{1}OssSoInvalidDoorDTScheduleNumber\0\u{1}OssSoInvalidDoorAccessBy\0\u{1}OssSoInvalidSiteId\0\u{1}OssSoInvalidTimeperiod\0\u{1}OssSoInvalidTimestamp\0\u{2}\u{2}OssSoInvalidCredentialType\0\u{1}OssSoIncompatibleMajorVersion\0\u{2}\u{1d}OssMaFailedMcpLib\0\u{1}OssInvalidCredentialId\0\u{2}\u{1e}SPErrorStatusCode\0\u{2}\u{c}SPFailedSignature\0\u{1}SPFailedGetCurrentTime\0\u{1}SPFailedDecrypt\0\u{1}SPFailedEncrypt\0\u{1}SPFailedSetPeerSalt\0\u{1}SPFailedGetOwnSalt\0\u{1}SPFailedSigning\0\u{1}SPFailedHashing\0\u{1}SPInvalidSalt\0\u{2}+BleFailSetCharacteristicNotify\0\u{1}BleCharacteristicNotFound\0\u{1}BleServiceNotFound\0\u{1}InvalidTransponder\0\u{1}NfcTransponderAuthenticateFailed\0\u{1}NfcTransponderStorageFull\0\u{1}NfcTransponderCommandError\0\u{1}NfcTransponderNoResult\0\u{2}A\u{1}InvalidProvisioning\0\u{1}InvalidSystemConfig\0\u{1}BleInvalidCompanyIdentifier\0\u{1}DecodeDataReadFailed\0\u{1}EncodeDataWriteNothingWritten\0\u{1}EncodeDataWriteFailed\0\u{1}Test\0\u{2}\u{6}OutOfMemory\0\u{1}Aborted\0\u{1}Unavailable\0\u{1}PointerConversionFailed\0\u{1}Disconnected\0\u{1}Timeout\0\u{1}AlreadyExists\0\u{1}NotFound\0\u{2}\u{2}CryptLibraryFailed\0\u{1}InvalidValidity\0\u{1}InvalidSignature\0\u{1}VersionMissmatch\0\u{1}InvalidMemoryAddress\0\u{1}InvalidCrc\0\u{1}StorageFull\0\u{1}Overflow\0\u{1}EOF\0\u{1}NotSupported\0\u{1}InvalidState\0\u{1}InvalidArguments\0\u{2}\u{2}Error\0\u{1}Ok\0\u{1}Pending\0")
3236
3128
  }
3237
3129
 
3238
3130
  extension BlueTimeUnit: SwiftProtobuf._ProtoNameProviding {
3239
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
3240
- 1: .same(proto: "Seconds"),
3241
- 2: .same(proto: "Minutes"),
3242
- 3: .same(proto: "Hours"),
3243
- 4: .same(proto: "Days"),
3244
- 5: .same(proto: "Months"),
3245
- 6: .same(proto: "Years"),
3246
- ]
3131
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}Seconds\0\u{1}Minutes\0\u{1}Hours\0\u{1}Days\0\u{1}Months\0\u{1}Years\0")
3247
3132
  }
3248
3133
 
3249
3134
  extension BlueWeekday: SwiftProtobuf._ProtoNameProviding {
3250
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
3251
- 0: .same(proto: "Monday"),
3252
- 1: .same(proto: "Tuesday"),
3253
- 2: .same(proto: "Wednesday"),
3254
- 3: .same(proto: "Thursday"),
3255
- 4: .same(proto: "Friday"),
3256
- 5: .same(proto: "Saturday"),
3257
- 6: .same(proto: "Sunday"),
3258
- ]
3135
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{2}\0Monday\0\u{1}Tuesday\0\u{1}Wednesday\0\u{1}Thursday\0\u{1}Friday\0\u{1}Saturday\0\u{1}Sunday\0")
3259
3136
  }
3260
3137
 
3261
3138
  extension BlueCredentialType: SwiftProtobuf._ProtoNameProviding {
3262
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
3263
- 1: .same(proto: "Regular"),
3264
- 2: .same(proto: "Maintenance"),
3265
- 3: .same(proto: "Master"),
3266
- 4: .same(proto: "NfcWriter"),
3267
- 5: .same(proto: "Emergency"),
3268
- ]
3139
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}Regular\0\u{1}Maintenance\0\u{1}Master\0\u{1}NfcWriter\0\u{1}Emergency\0")
3269
3140
  }
3270
3141
 
3271
3142
  extension BlueAccessType: SwiftProtobuf._ProtoNameProviding {
3272
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
3273
- 1: .same(proto: "DefaultTime"),
3274
- 2: .same(proto: "ExtendedTime"),
3275
- 3: .same(proto: "CustomTime"),
3276
- 4: .same(proto: "Toggle"),
3277
- 5: .same(proto: "Close"),
3278
- 6: .same(proto: "NoAccess"),
3279
- 7: .same(proto: "NoAccessValidity"),
3280
- 8: .same(proto: "NoAccessBlacklisted"),
3281
- ]
3143
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}DefaultTime\0\u{1}ExtendedTime\0\u{1}CustomTime\0\u{1}Toggle\0\u{1}Close\0\u{1}NoAccess\0\u{1}NoAccessValidity\0\u{1}NoAccessBlacklisted\0")
3282
3144
  }
3283
3145
 
3284
3146
  extension BlueTransponderType: SwiftProtobuf._ProtoNameProviding {
3285
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
3286
- 0: .same(proto: "UnknownTransponder"),
3287
- 1: .same(proto: "MobileTransponder"),
3288
- 2: .same(proto: "MifareDesfire"),
3289
- ]
3147
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{2}\0UnknownTransponder\0\u{1}MobileTransponder\0\u{1}MifareDesfire\0")
3290
3148
  }
3291
3149
 
3292
3150
  extension BlueHardwareType: SwiftProtobuf._ProtoNameProviding {
3293
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
3294
- 0: .same(proto: "UnknownHardware"),
3295
- 1: .same(proto: "TestHardware"),
3296
- 2: .same(proto: "Gateway"),
3297
- 3: .same(proto: "CylinderLock"),
3298
- 4: .same(proto: "DoorHandleLock"),
3299
- 5: .same(proto: "WallReader"),
3300
- 6: .same(proto: "Kiosk"),
3301
- 7: .same(proto: "CylinderLockCompact"),
3302
- 8: .same(proto: "FurnitureLock"),
3303
- ]
3151
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{2}\0UnknownHardware\0\u{1}TestHardware\0\u{1}Gateway\0\u{1}CylinderLock\0\u{1}DoorHandleLock\0\u{1}WallReader\0\u{1}Kiosk\0\u{1}CylinderLockCompact\0\u{1}FurnitureLock\0")
3304
3152
  }
3305
3153
 
3306
3154
  extension BlueBatteryLevel: SwiftProtobuf._ProtoNameProviding {
3307
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
3308
- 0: .same(proto: "UnknownBattery"),
3309
- 1: .same(proto: "OnPower"),
3310
- 10: .same(proto: "GoodPower"),
3311
- 11: .same(proto: "LowPower"),
3312
- 12: .same(proto: "CriticalPower"),
3313
- 13: .same(proto: "AlmostEmpty"),
3314
- 100: .same(proto: "FullyDischarged"),
3315
- 200: .same(proto: "FullyCharged"),
3316
- ]
3155
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{2}\0UnknownBattery\0\u{1}OnPower\0\u{2}\u{9}GoodPower\0\u{1}LowPower\0\u{1}CriticalPower\0\u{1}AlmostEmpty\0\u{2}W\u{1}FullyDischarged\0\u{2}d\u{1}FullyCharged\0")
3317
3156
  }
3318
3157
 
3319
3158
  extension BlueEventId: SwiftProtobuf._ProtoNameProviding {
3320
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
3321
- 1: .same(proto: "BatteryLow"),
3322
- 2: .same(proto: "BatteryReplaced"),
3323
- 3: .same(proto: "LockJammed"),
3324
- 4: .same(proto: "SystemEvent"),
3325
- 5: .same(proto: "InternalError"),
3326
- 6: .same(proto: "FailedToUnlock"),
3327
- 7: .same(proto: "TamperingDetected"),
3328
- 8: .same(proto: "BlacklistedCredentialDetected"),
3329
- 9: .same(proto: "BlacklistFull"),
3330
- 10: .same(proto: "AccessGranted"),
3331
- 11: .same(proto: "AccessDenied"),
3332
- 12: .same(proto: "CRCError"),
3333
- 13: .same(proto: "MaxOssSoEventId"),
3334
- 14: .same(proto: "TerminalCommand"),
3335
- 15: .same(proto: "TerminalOss"),
3336
- ]
3159
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}BatteryLow\0\u{1}BatteryReplaced\0\u{1}LockJammed\0\u{1}SystemEvent\0\u{1}InternalError\0\u{1}FailedToUnlock\0\u{1}TamperingDetected\0\u{1}BlacklistedCredentialDetected\0\u{1}BlacklistFull\0\u{1}AccessGranted\0\u{1}AccessDenied\0\u{1}CRCError\0\u{1}MaxOssSoEventId\0\u{1}TerminalCommand\0\u{1}TerminalOss\0")
3337
3160
  }
3338
3161
 
3339
3162
  extension BlueEventInfoSystem: SwiftProtobuf._ProtoNameProviding {
3340
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
3341
- 1: .same(proto: "SystemRestart"),
3342
- 2: .same(proto: "SystemConfigured"),
3343
- ]
3163
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}SystemRestart\0\u{1}SystemConfigured\0")
3344
3164
  }
3345
3165
 
3346
3166
  extension BlueEventInfoAccess: SwiftProtobuf._ProtoNameProviding {
3347
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
3348
- 1: .same(proto: "Granted"),
3349
- 2: .same(proto: "GrantedDefaultTime"),
3350
- 3: .same(proto: "GrantedExtendedTime"),
3351
- 4: .same(proto: "GrantedToggleUnlock"),
3352
- 5: .same(proto: "GrantedToggleLock"),
3353
- 128: .same(proto: "Denied"),
3354
- 130: .same(proto: "DeniedBlacklisted"),
3355
- 131: .same(proto: "DeniedValidity"),
3356
- 132: .same(proto: "DeniedDTSchedule"),
3357
- 133: .same(proto: "DeniedInternalError"),
3358
- 134: .same(proto: "DeniedTransponderError"),
3359
- 135: .same(proto: "DeniedInvalidTransponderData"),
3360
- ]
3167
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}Granted\0\u{1}GrantedDefaultTime\0\u{1}GrantedExtendedTime\0\u{1}GrantedToggleUnlock\0\u{1}GrantedToggleLock\0\u{2}{\u{1}Denied\0\u{2}\u{2}DeniedBlacklisted\0\u{1}DeniedValidity\0\u{1}DeniedDTSchedule\0\u{1}DeniedInternalError\0\u{1}DeniedTransponderError\0\u{1}DeniedInvalidTransponderData\0")
3361
3168
  }
3362
3169
 
3363
3170
  extension BlueOssCredentialTypeSource: SwiftProtobuf._ProtoNameProviding {
3364
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
3365
- 0: .same(proto: "Oss"),
3366
- 1: .same(proto: "Proprietary"),
3367
- ]
3171
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{2}\0Oss\0\u{1}Proprietary\0")
3368
3172
  }
3369
3173
 
3370
3174
  extension BlueOssSoCredentialTypeOssCredential: SwiftProtobuf._ProtoNameProviding {
3371
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
3372
- 0: .same(proto: "Standard"),
3373
- 1: .same(proto: "InterventionMedia"),
3374
- ]
3175
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{2}\0Standard\0\u{1}InterventionMedia\0")
3375
3176
  }
3376
3177
 
3377
3178
  extension BlueOssSoDoorGroupId: SwiftProtobuf._ProtoNameProviding {
3378
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
3379
- 65535: .same(proto: "MasterGroupId"),
3380
- ]
3179
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{2}\u{7f}\u{7f}\u{f}MasterGroupId\0")
3381
3180
  }
3382
3181
 
3383
3182
  extension BlueOssSoDoorInfoAccessBy: SwiftProtobuf._ProtoNameProviding {
3384
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
3385
- 0: .same(proto: "DoorGroupId"),
3386
- 1: .same(proto: "DoorId"),
3387
- ]
3183
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{2}\0DoorGroupId\0\u{1}DoorId\0")
3388
3184
  }
3389
3185
 
3390
3186
  extension BlueOssSoFileId: SwiftProtobuf._ProtoNameProviding {
3391
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
3392
- 0: .same(proto: "Info"),
3393
- 1: .same(proto: "Data"),
3394
- 2: .same(proto: "Event"),
3395
- 3: .same(proto: "Blacklist"),
3396
- 4: .same(proto: "CustomerExtensions"),
3397
- ]
3187
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{2}\0Info\0\u{1}Data\0\u{1}Event\0\u{1}Blacklist\0\u{1}CustomerExtensions\0")
3398
3188
  }
3399
3189
 
3400
3190
  extension BlueOssSoWriteStatus: SwiftProtobuf._ProtoNameProviding {
3401
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
3402
- 0: .same(proto: "WritableByAnyOrg"),
3403
- 1: .same(proto: "WritableBySpecificOrg"),
3404
- 2: .same(proto: "NotWritable"),
3405
- ]
3191
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{2}\0WritableByAnyOrg\0\u{1}WritableBySpecificOrg\0\u{1}NotWritable\0")
3406
3192
  }
3407
3193
 
3408
3194
  extension BlueSharedDemoData: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3409
3195
  public static let protoMessageName: String = "BlueSharedDemoData"
3410
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
3411
- 1: .same(proto: "deviceId"),
3412
- 2: .same(proto: "terminalPrivateKey"),
3413
- 3: .same(proto: "terminalPublicKey"),
3414
- 4: .same(proto: "signaturePrivateKey"),
3415
- 5: .same(proto: "signaturePublicKey"),
3416
- ]
3196
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}deviceId\0\u{1}terminalPrivateKey\0\u{1}terminalPublicKey\0\u{1}signaturePrivateKey\0\u{1}signaturePublicKey\0")
3417
3197
 
3418
3198
  public var isInitialized: Bool {
3419
3199
  if self._deviceID == nil {return false}
@@ -3476,11 +3256,7 @@ extension BlueSharedDemoData: SwiftProtobuf.Message, SwiftProtobuf._MessageImple
3476
3256
 
3477
3257
  extension BlueVersionInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3478
3258
  public static let protoMessageName: String = "BlueVersionInfo"
3479
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
3480
- 1: .same(proto: "buildTime"),
3481
- 2: .same(proto: "version"),
3482
- 3: .same(proto: "testVersion"),
3483
- ]
3259
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}buildTime\0\u{1}version\0\u{1}testVersion\0")
3484
3260
 
3485
3261
  public var isInitialized: Bool {
3486
3262
  if self._buildTime == nil {return false}
@@ -3531,14 +3307,7 @@ extension BlueVersionInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen
3531
3307
 
3532
3308
  extension BlueLocalTimestamp: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3533
3309
  public static let protoMessageName: String = "BlueLocalTimestamp"
3534
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
3535
- 1: .same(proto: "year"),
3536
- 2: .same(proto: "month"),
3537
- 3: .same(proto: "date"),
3538
- 4: .same(proto: "hours"),
3539
- 5: .same(proto: "minutes"),
3540
- 6: .same(proto: "seconds"),
3541
- ]
3310
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}year\0\u{1}month\0\u{1}date\0\u{1}hours\0\u{1}minutes\0\u{1}seconds\0")
3542
3311
 
3543
3312
  public var isInitialized: Bool {
3544
3313
  if self._year == nil {return false}
@@ -3607,12 +3376,7 @@ extension BlueLocalTimestamp: SwiftProtobuf.Message, SwiftProtobuf._MessageImple
3607
3376
 
3608
3377
  extension BlueLocalTimeperiod: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3609
3378
  public static let protoMessageName: String = "BlueLocalTimeperiod"
3610
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
3611
- 1: .same(proto: "hoursFrom"),
3612
- 2: .same(proto: "minutesFrom"),
3613
- 3: .same(proto: "hoursTo"),
3614
- 4: .same(proto: "minutesTo"),
3615
- ]
3379
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}hoursFrom\0\u{1}minutesFrom\0\u{1}hoursTo\0\u{1}minutesTo\0")
3616
3380
 
3617
3381
  public var isInitialized: Bool {
3618
3382
  if self._hoursFrom == nil {return false}
@@ -3669,12 +3433,7 @@ extension BlueLocalTimeperiod: SwiftProtobuf.Message, SwiftProtobuf._MessageImpl
3669
3433
 
3670
3434
  extension BlueLocalTimeSchedule: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3671
3435
  public static let protoMessageName: String = "BlueLocalTimeSchedule"
3672
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
3673
- 1: .same(proto: "dayOfYearStart"),
3674
- 2: .same(proto: "dayOfYearEnd"),
3675
- 3: .same(proto: "weekdays"),
3676
- 4: .same(proto: "timePeriod"),
3677
- ]
3436
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}dayOfYearStart\0\u{1}dayOfYearEnd\0\u{1}weekdays\0\u{1}timePeriod\0")
3678
3437
 
3679
3438
  public var isInitialized: Bool {
3680
3439
  if self._dayOfYearStart == nil {return false}
@@ -3731,9 +3490,7 @@ extension BlueLocalTimeSchedule: SwiftProtobuf.Message, SwiftProtobuf._MessageIm
3731
3490
 
3732
3491
  extension BlueCredentialId: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3733
3492
  public static let protoMessageName: String = "BlueCredentialId"
3734
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
3735
- 1: .same(proto: "id"),
3736
- ]
3493
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}id\0")
3737
3494
 
3738
3495
  public var isInitialized: Bool {
3739
3496
  if self._id == nil {return false}
@@ -3772,10 +3529,7 @@ extension BlueCredentialId: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme
3772
3529
 
3773
3530
  extension BlueBlacklistEntry: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3774
3531
  public static let protoMessageName: String = "BlueBlacklistEntry"
3775
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
3776
- 1: .same(proto: "credentialId"),
3777
- 2: .same(proto: "expiresAt"),
3778
- ]
3532
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}credentialId\0\u{1}expiresAt\0")
3779
3533
 
3780
3534
  public var isInitialized: Bool {
3781
3535
  if self._credentialID == nil {return false}
@@ -3822,14 +3576,7 @@ extension BlueBlacklistEntry: SwiftProtobuf.Message, SwiftProtobuf._MessageImple
3822
3576
 
3823
3577
  extension BlueBleManufacturerInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3824
3578
  public static let protoMessageName: String = "BlueBleManufacturerInfo"
3825
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
3826
- 1: .same(proto: "hardwareType"),
3827
- 2: .same(proto: "batteryLevel"),
3828
- 3: .same(proto: "applicationVersion"),
3829
- 4: .same(proto: "localMidnightTimeEpoch"),
3830
- 5: .same(proto: "isFactory"),
3831
- 6: .same(proto: "hardwareState"),
3832
- ]
3579
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}hardwareType\0\u{1}batteryLevel\0\u{1}applicationVersion\0\u{1}localMidnightTimeEpoch\0\u{1}isFactory\0\u{1}hardwareState\0")
3833
3580
 
3834
3581
  public var isInitialized: Bool {
3835
3582
  if self._hardwareType == nil {return false}
@@ -3898,12 +3645,7 @@ extension BlueBleManufacturerInfo: SwiftProtobuf.Message, SwiftProtobuf._Message
3898
3645
 
3899
3646
  extension BlueBleAdvertisementInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3900
3647
  public static let protoMessageName: String = "BlueBleAdvertisementInfo"
3901
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
3902
- 1: .same(proto: "deviceId"),
3903
- 2: .same(proto: "txPower1Meter"),
3904
- 3: .same(proto: "isIBeacon"),
3905
- 4: .same(proto: "mfInfo"),
3906
- ]
3648
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}deviceId\0\u{1}txPower1Meter\0\u{1}isIBeacon\0\u{1}mfInfo\0")
3907
3649
 
3908
3650
  public var isInitialized: Bool {
3909
3651
  if self._deviceID == nil {return false}
@@ -3961,14 +3703,7 @@ extension BlueBleAdvertisementInfo: SwiftProtobuf.Message, SwiftProtobuf._Messag
3961
3703
 
3962
3704
  extension BlueEvent: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
3963
3705
  public static let protoMessageName: String = "BlueEvent"
3964
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
3965
- 1: .same(proto: "sequenceId"),
3966
- 2: .same(proto: "eventTime"),
3967
- 3: .same(proto: "eventId"),
3968
- 4: .same(proto: "eventInfo"),
3969
- 5: .same(proto: "credentialId"),
3970
- 6: .same(proto: "command"),
3971
- ]
3706
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}sequenceId\0\u{1}eventTime\0\u{1}eventId\0\u{1}eventInfo\0\u{1}credentialId\0\u{1}command\0")
3972
3707
 
3973
3708
  public var isInitialized: Bool {
3974
3709
  if self._sequenceID == nil {return false}
@@ -4037,9 +3772,7 @@ extension BlueEvent: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementation
4037
3772
 
4038
3773
  extension BlueSPHandshake: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4039
3774
  public static let protoMessageName: String = "BlueSPHandshake"
4040
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
4041
- 1: .same(proto: "transponderSalt"),
4042
- ]
3775
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}transponderSalt\0")
4043
3776
 
4044
3777
  public var isInitialized: Bool {
4045
3778
  if self._transponderSalt == nil {return false}
@@ -4078,10 +3811,7 @@ extension BlueSPHandshake: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen
4078
3811
 
4079
3812
  extension BlueSPHandshakeReply: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4080
3813
  public static let protoMessageName: String = "BlueSPHandshakeReply"
4081
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
4082
- 1: .same(proto: "terminalSalt"),
4083
- 2: .same(proto: "terminalSignature"),
4084
- ]
3814
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}terminalSalt\0\u{1}terminalSignature\0")
4085
3815
 
4086
3816
  public var isInitialized: Bool {
4087
3817
  if self._terminalSalt == nil {return false}
@@ -4126,13 +3856,7 @@ extension BlueSPHandshakeReply: SwiftProtobuf.Message, SwiftProtobuf._MessageImp
4126
3856
 
4127
3857
  extension BlueSPTokenCommand: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4128
3858
  public static let protoMessageName: String = "BlueSPTokenCommand"
4129
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
4130
- 1: .same(proto: "credentialId"),
4131
- 2: .same(proto: "validityStart"),
4132
- 3: .same(proto: "validityEnd"),
4133
- 4: .same(proto: "command"),
4134
- 5: .same(proto: "data"),
4135
- ]
3859
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}credentialId\0\u{1}validityStart\0\u{1}validityEnd\0\u{1}command\0\u{1}data\0")
4136
3860
 
4137
3861
  public var isInitialized: Bool {
4138
3862
  if self._credentialID == nil {return false}
@@ -4198,12 +3922,7 @@ extension BlueSPTokenCommand: SwiftProtobuf.Message, SwiftProtobuf._MessageImple
4198
3922
 
4199
3923
  extension BlueSPToken: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4200
3924
  public static let protoMessageName: String = "BlueSPToken"
4201
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
4202
- 1: .same(proto: "signature"),
4203
- 2: .same(proto: "command"),
4204
- 3: .same(proto: "ossSo"),
4205
- 4: .same(proto: "ossSid"),
4206
- ]
3925
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}signature\0\u{1}command\0\u{1}ossSo\0\u{1}ossSid\0")
4207
3926
 
4208
3927
  public var isInitialized: Bool {
4209
3928
  if self._signature == nil {return false}
@@ -4298,9 +4017,7 @@ extension BlueSPToken: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementati
4298
4017
 
4299
4018
  extension BlueSPResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4300
4019
  public static let protoMessageName: String = "BlueSPResult"
4301
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
4302
- 1: .same(proto: "data"),
4303
- ]
4020
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}data\0")
4304
4021
 
4305
4022
  public var isInitialized: Bool {
4306
4023
  if self._data == nil {return false}
@@ -4339,9 +4056,7 @@ extension BlueSPResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementat
4339
4056
 
4340
4057
  extension BlueWebSPHandshake: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4341
4058
  public static let protoMessageName: String = "BlueWebSPHandshake"
4342
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
4343
- 1: .same(proto: "salt"),
4344
- ]
4059
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}salt\0")
4345
4060
 
4346
4061
  public var isInitialized: Bool {
4347
4062
  if self._salt == nil {return false}
@@ -4380,10 +4095,7 @@ extension BlueWebSPHandshake: SwiftProtobuf.Message, SwiftProtobuf._MessageImple
4380
4095
 
4381
4096
  extension BlueWebSPHandshakeReply: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4382
4097
  public static let protoMessageName: String = "BlueWebSPHandshakeReply"
4383
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
4384
- 1: .same(proto: "deviceId"),
4385
- 2: .same(proto: "signature"),
4386
- ]
4098
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}deviceId\0\u{1}signature\0")
4387
4099
 
4388
4100
  public var isInitialized: Bool {
4389
4101
  if self._deviceID == nil {return false}
@@ -4428,10 +4140,7 @@ extension BlueWebSPHandshakeReply: SwiftProtobuf.Message, SwiftProtobuf._Message
4428
4140
 
4429
4141
  extension BlueWebSPMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4430
4142
  public static let protoMessageName: String = "BlueWebSPMessage"
4431
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
4432
- 1: .same(proto: "transactionId"),
4433
- 2: .same(proto: "payload"),
4434
- ]
4143
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}transactionId\0\u{1}payload\0")
4435
4144
 
4436
4145
  public var isInitialized: Bool {
4437
4146
  if self._transactionID == nil {return false}
@@ -4477,12 +4186,7 @@ extension BlueWebSPMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme
4477
4186
 
4478
4187
  extension BlueWebSPServerMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4479
4188
  public static let protoMessageName: String = "BlueWebSPServerMessage"
4480
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
4481
- 2: .same(proto: "handshake"),
4482
- 3: .same(proto: "command"),
4483
- 4: .same(proto: "ossSo"),
4484
- 5: .same(proto: "ossSid"),
4485
- ]
4189
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{2}\u{2}handshake\0\u{1}command\0\u{1}ossSo\0\u{1}ossSid\0")
4486
4190
 
4487
4191
  public var isInitialized: Bool {
4488
4192
  if let v = self.payload, !v.isInitialized {return false}
@@ -4607,9 +4311,7 @@ extension BlueWebSPClientMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageI
4607
4311
 
4608
4312
  extension BlueWebSPStatusMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4609
4313
  public static let protoMessageName: String = "BlueWebSPStatusMessage"
4610
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
4611
- 1: .same(proto: "status"),
4612
- ]
4314
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}status\0")
4613
4315
 
4614
4316
  public var isInitialized: Bool {
4615
4317
  if self._status == nil {return false}
@@ -4648,14 +4350,7 @@ extension BlueWebSPStatusMessage: SwiftProtobuf.Message, SwiftProtobuf._MessageI
4648
4350
 
4649
4351
  extension BlueOssAccessResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4650
4352
  public static let protoMessageName: String = "BlueOssAccessResult"
4651
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
4652
- 1: .same(proto: "accessGranted"),
4653
- 2: .same(proto: "accessType"),
4654
- 3: .same(proto: "accessInfo"),
4655
- 4: .same(proto: "scheduleEndTime"),
4656
- 5: .same(proto: "scheduleMissmatch"),
4657
- 6: .same(proto: "accessOpenTime"),
4658
- ]
4353
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}accessGranted\0\u{1}accessType\0\u{1}accessInfo\0\u{1}scheduleEndTime\0\u{1}scheduleMissmatch\0\u{1}accessOpenTime\0")
4659
4354
 
4660
4355
  public var isInitialized: Bool {
4661
4356
  if self._accessGranted == nil {return false}
@@ -4724,10 +4419,7 @@ extension BlueOssAccessResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImpl
4724
4419
 
4725
4420
  extension BlueOssAccessEventsResult: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4726
4421
  public static let protoMessageName: String = "BlueOssAccessEventsResult"
4727
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
4728
- 1: .same(proto: "accessResult"),
4729
- 2: .same(proto: "events"),
4730
- ]
4422
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}accessResult\0\u{1}events\0")
4731
4423
 
4732
4424
  public var isInitialized: Bool {
4733
4425
  if self._accessResult == nil {return false}
@@ -4773,10 +4465,7 @@ extension BlueOssAccessEventsResult: SwiftProtobuf.Message, SwiftProtobuf._Messa
4773
4465
 
4774
4466
  extension BlueOssSidVersion: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4775
4467
  public static let protoMessageName: String = "BlueOssSidVersion"
4776
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
4777
- 1: .same(proto: "versionMajor"),
4778
- 2: .same(proto: "versionMinor"),
4779
- ]
4468
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}versionMajor\0\u{1}versionMinor\0")
4780
4469
 
4781
4470
  public mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
4782
4471
  while let fieldNumber = try decoder.nextFieldNumber() {
@@ -4815,9 +4504,7 @@ extension BlueOssSidVersion: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem
4815
4504
 
4816
4505
  extension BlueOssSidCredentialTypeOss: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4817
4506
  public static let protoMessageName: String = "BlueOssSidCredentialTypeOss"
4818
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
4819
- 1: .same(proto: "notUsed"),
4820
- ]
4507
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}notUsed\0")
4821
4508
 
4822
4509
  public mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
4823
4510
  while let fieldNumber = try decoder.nextFieldNumber() {
@@ -4851,9 +4538,7 @@ extension BlueOssSidCredentialTypeOss: SwiftProtobuf.Message, SwiftProtobuf._Mes
4851
4538
 
4852
4539
  extension BlueOssSidCredentialTypeProprietary: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4853
4540
  public static let protoMessageName: String = "BlueOssSidCredentialTypeProprietary"
4854
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
4855
- 1: .same(proto: "mfgCode"),
4856
- ]
4541
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}mfgCode\0")
4857
4542
 
4858
4543
  public var isInitialized: Bool {
4859
4544
  if self._mfgCode == nil {return false}
@@ -4892,11 +4577,7 @@ extension BlueOssSidCredentialTypeProprietary: SwiftProtobuf.Message, SwiftProto
4892
4577
 
4893
4578
  extension BlueOssSidCredentialType: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4894
4579
  public static let protoMessageName: String = "BlueOssSidCredentialType"
4895
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
4896
- 1: .same(proto: "typeSource"),
4897
- 2: .same(proto: "oss"),
4898
- 3: .same(proto: "proprietary"),
4899
- ]
4580
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}typeSource\0\u{1}oss\0\u{1}proprietary\0")
4900
4581
 
4901
4582
  public var isInitialized: Bool {
4902
4583
  if self._typeSource == nil {return false}
@@ -4946,12 +4627,7 @@ extension BlueOssSidCredentialType: SwiftProtobuf.Message, SwiftProtobuf._Messag
4946
4627
 
4947
4628
  extension BlueOssSidFileInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
4948
4629
  public static let protoMessageName: String = "BlueOssSidFileInfo"
4949
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
4950
- 1: .same(proto: "versionMajor"),
4951
- 2: .same(proto: "versionMinor"),
4952
- 3: .same(proto: "credentialType"),
4953
- 4: .same(proto: "credentialId"),
4954
- ]
4630
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}versionMajor\0\u{1}versionMinor\0\u{1}credentialType\0\u{1}credentialId\0")
4955
4631
 
4956
4632
  public var isInitialized: Bool {
4957
4633
  if self._versionMajor == nil {return false}
@@ -5010,9 +4686,7 @@ extension BlueOssSidFileInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImple
5010
4686
 
5011
4687
  extension BlueOssSidConfiguration: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5012
4688
  public static let protoMessageName: String = "BlueOssSidConfiguration"
5013
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
5014
- 1: .same(proto: "info"),
5015
- ]
4689
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}info\0")
5016
4690
 
5017
4691
  public var isInitialized: Bool {
5018
4692
  if self._info == nil {return false}
@@ -5052,12 +4726,7 @@ extension BlueOssSidConfiguration: SwiftProtobuf.Message, SwiftProtobuf._Message
5052
4726
 
5053
4727
  extension BlueOssSidStorageProfile: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5054
4728
  public static let protoMessageName: String = "BlueOssSidStorageProfile"
5055
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
5056
- 1: .same(proto: "dataLength"),
5057
- 2: .same(proto: "fileSize"),
5058
- 3: .same(proto: "infoDataLength"),
5059
- 4: .same(proto: "infoFileSize"),
5060
- ]
4729
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}dataLength\0\u{1}fileSize\0\u{1}infoDataLength\0\u{1}infoFileSize\0")
5061
4730
 
5062
4731
  public var isInitialized: Bool {
5063
4732
  if self._dataLength == nil {return false}
@@ -5114,9 +4783,7 @@ extension BlueOssSidStorageProfile: SwiftProtobuf.Message, SwiftProtobuf._Messag
5114
4783
 
5115
4784
  extension BlueOssSidProvisioningConfiguration: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5116
4785
  public static let protoMessageName: String = "BlueOssSidProvisioningConfiguration"
5117
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
5118
- 1: .same(proto: "notUsed"),
5119
- ]
4786
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}notUsed\0")
5120
4787
 
5121
4788
  public mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
5122
4789
  while let fieldNumber = try decoder.nextFieldNumber() {
@@ -5150,11 +4817,7 @@ extension BlueOssSidProvisioningConfiguration: SwiftProtobuf.Message, SwiftProto
5150
4817
 
5151
4818
  extension BlueOssSidProvisioningData: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5152
4819
  public static let protoMessageName: String = "BlueOssSidProvisioningData"
5153
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
5154
- 1: .same(proto: "configuration"),
5155
- 2: .same(proto: "credentialType"),
5156
- 3: .same(proto: "credentialId"),
5157
- ]
4820
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}configuration\0\u{1}credentialType\0\u{1}credentialId\0")
5158
4821
 
5159
4822
  public var isInitialized: Bool {
5160
4823
  if self._credentialType == nil {return false}
@@ -5206,9 +4869,7 @@ extension BlueOssSidProvisioningData: SwiftProtobuf.Message, SwiftProtobuf._Mess
5206
4869
 
5207
4870
  extension BlueOssSidMobile: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5208
4871
  public static let protoMessageName: String = "BlueOssSidMobile"
5209
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
5210
- 1: .same(proto: "infoFile"),
5211
- ]
4872
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}infoFile\0")
5212
4873
 
5213
4874
  public var isInitialized: Bool {
5214
4875
  if self._infoFile == nil {return false}
@@ -5247,9 +4908,7 @@ extension BlueOssSidMobile: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme
5247
4908
 
5248
4909
  extension BlueOssSidMobileProvisioningConfiguration: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5249
4910
  public static let protoMessageName: String = "BlueOssSidMobileProvisioningConfiguration"
5250
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
5251
- 1: .same(proto: "notUsed"),
5252
- ]
4911
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}notUsed\0")
5253
4912
 
5254
4913
  public mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
5255
4914
  while let fieldNumber = try decoder.nextFieldNumber() {
@@ -5283,9 +4942,7 @@ extension BlueOssSidMobileProvisioningConfiguration: SwiftProtobuf.Message, Swif
5283
4942
 
5284
4943
  extension BlueOssSidMifareDesfireProvisioningConfiguration: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5285
4944
  public static let protoMessageName: String = "BlueOssSidMifareDesfireProvisioningConfiguration"
5286
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
5287
- 1: .same(proto: "notUsed"),
5288
- ]
4945
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}notUsed\0")
5289
4946
 
5290
4947
  public mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
5291
4948
  while let fieldNumber = try decoder.nextFieldNumber() {
@@ -5319,12 +4976,7 @@ extension BlueOssSidMifareDesfireProvisioningConfiguration: SwiftProtobuf.Messag
5319
4976
 
5320
4977
  extension BlueOssSidMifareDesfireConfiguration: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5321
4978
  public static let protoMessageName: String = "BlueOssSidMifareDesfireConfiguration"
5322
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
5323
- 1: .same(proto: "piccMasterKey"),
5324
- 2: .same(proto: "appMasterKey"),
5325
- 3: .same(proto: "projectKey"),
5326
- 4: .same(proto: "aid"),
5327
- ]
4979
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}piccMasterKey\0\u{1}appMasterKey\0\u{1}projectKey\0\u{1}aid\0")
5328
4980
 
5329
4981
  public var isInitialized: Bool {
5330
4982
  if self._piccMasterKey == nil {return false}
@@ -5381,9 +5033,7 @@ extension BlueOssSidMifareDesfireConfiguration: SwiftProtobuf.Message, SwiftProt
5381
5033
 
5382
5034
  extension BlueOssSidSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5383
5035
  public static let protoMessageName: String = "BlueOssSidSettings"
5384
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
5385
- 1: .same(proto: "mifareDesfireConfig"),
5386
- ]
5036
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}mifareDesfireConfig\0")
5387
5037
 
5388
5038
  public var isInitialized: Bool {
5389
5039
  if let v = self._mifareDesfireConfig, !v.isInitialized {return false}
@@ -5422,10 +5072,7 @@ extension BlueOssSidSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImple
5422
5072
 
5423
5073
  extension BlueOssSoVersion: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5424
5074
  public static let protoMessageName: String = "BlueOssSoVersion"
5425
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
5426
- 1: .same(proto: "versionMajor"),
5427
- 2: .same(proto: "versionMinor"),
5428
- ]
5075
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}versionMajor\0\u{1}versionMinor\0")
5429
5076
 
5430
5077
  public mutating func decodeMessage<D: SwiftProtobuf.Decoder>(decoder: inout D) throws {
5431
5078
  while let fieldNumber = try decoder.nextFieldNumber() {
@@ -5464,9 +5111,7 @@ extension BlueOssSoVersion: SwiftProtobuf.Message, SwiftProtobuf._MessageImpleme
5464
5111
 
5465
5112
  extension BlueOssSoCredentialTypeOss: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5466
5113
  public static let protoMessageName: String = "BlueOssSoCredentialTypeOss"
5467
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
5468
- 1: .same(proto: "credential"),
5469
- ]
5114
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}credential\0")
5470
5115
 
5471
5116
  public var isInitialized: Bool {
5472
5117
  if self._credential == nil {return false}
@@ -5505,9 +5150,7 @@ extension BlueOssSoCredentialTypeOss: SwiftProtobuf.Message, SwiftProtobuf._Mess
5505
5150
 
5506
5151
  extension BlueOssSoCredentialTypeProprietary: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5507
5152
  public static let protoMessageName: String = "BlueOssSoCredentialTypeProprietary"
5508
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
5509
- 1: .same(proto: "mfgCode"),
5510
- ]
5153
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}mfgCode\0")
5511
5154
 
5512
5155
  public var isInitialized: Bool {
5513
5156
  if self._mfgCode == nil {return false}
@@ -5546,11 +5189,7 @@ extension BlueOssSoCredentialTypeProprietary: SwiftProtobuf.Message, SwiftProtob
5546
5189
 
5547
5190
  extension BlueOssSoCredentialType: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5548
5191
  public static let protoMessageName: String = "BlueOssSoCredentialType"
5549
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
5550
- 1: .same(proto: "typeSource"),
5551
- 2: .same(proto: "oss"),
5552
- 3: .same(proto: "proprietary"),
5553
- ]
5192
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}typeSource\0\u{1}oss\0\u{1}proprietary\0")
5554
5193
 
5555
5194
  public var isInitialized: Bool {
5556
5195
  if self._typeSource == nil {return false}
@@ -5601,10 +5240,7 @@ extension BlueOssSoCredentialType: SwiftProtobuf.Message, SwiftProtobuf._Message
5601
5240
 
5602
5241
  extension BlueOssSoDTScheduleDay: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5603
5242
  public static let protoMessageName: String = "BlueOssSoDTScheduleDay"
5604
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
5605
- 3: .same(proto: "weekdays"),
5606
- 8: .same(proto: "timePeriods"),
5607
- ]
5243
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{2}\u{3}weekdays\0\u{2}\u{5}timePeriods\0")
5608
5244
 
5609
5245
  public var isInitialized: Bool {
5610
5246
  if !SwiftProtobuf.Internal.areAllInitialized(self.timePeriods) {return false}
@@ -5644,9 +5280,7 @@ extension BlueOssSoDTScheduleDay: SwiftProtobuf.Message, SwiftProtobuf._MessageI
5644
5280
 
5645
5281
  extension BlueOssSoDTSchedule: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5646
5282
  public static let protoMessageName: String = "BlueOssSoDTSchedule"
5647
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
5648
- 1: .same(proto: "days"),
5649
- ]
5283
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}days\0")
5650
5284
 
5651
5285
  public var isInitialized: Bool {
5652
5286
  if !SwiftProtobuf.Internal.areAllInitialized(self.days) {return false}
@@ -5681,12 +5315,7 @@ extension BlueOssSoDTSchedule: SwiftProtobuf.Message, SwiftProtobuf._MessageImpl
5681
5315
 
5682
5316
  extension BlueOssSoDoorInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5683
5317
  public static let protoMessageName: String = "BlueOssSoDoorInfo"
5684
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
5685
- 1: .same(proto: "id"),
5686
- 2: .same(proto: "accessBy"),
5687
- 3: .same(proto: "dtScheduleNumber"),
5688
- 4: .same(proto: "accessType"),
5689
- ]
5318
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}id\0\u{1}accessBy\0\u{1}dtScheduleNumber\0\u{1}accessType\0")
5690
5319
 
5691
5320
  public var isInitialized: Bool {
5692
5321
  if self._id == nil {return false}
@@ -5743,12 +5372,7 @@ extension BlueOssSoDoorInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem
5743
5372
 
5744
5373
  extension BlueOssSoEvent: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5745
5374
  public static let protoMessageName: String = "BlueOssSoEvent"
5746
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
5747
- 1: .same(proto: "eventTime"),
5748
- 2: .same(proto: "doorId"),
5749
- 3: .same(proto: "eventId"),
5750
- 4: .same(proto: "eventInfo"),
5751
- ]
5375
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}eventTime\0\u{1}doorId\0\u{1}eventId\0\u{1}eventInfo\0")
5752
5376
 
5753
5377
  public var isInitialized: Bool {
5754
5378
  if self._eventTime == nil {return false}
@@ -5806,10 +5430,7 @@ extension BlueOssSoEvent: SwiftProtobuf.Message, SwiftProtobuf._MessageImplement
5806
5430
 
5807
5431
  extension BlueOssSoExtFeature: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5808
5432
  public static let protoMessageName: String = "BlueOssSoExtFeature"
5809
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
5810
- 1: .same(proto: "tag"),
5811
- 2: .same(proto: "value"),
5812
- ]
5433
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}tag\0\u{1}value\0")
5813
5434
 
5814
5435
  public var isInitialized: Bool {
5815
5436
  if self._tag == nil {return false}
@@ -5854,10 +5475,7 @@ extension BlueOssSoExtFeature: SwiftProtobuf.Message, SwiftProtobuf._MessageImpl
5854
5475
 
5855
5476
  extension BlueOssSoExtFeature_ValidityStart: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5856
5477
  public static let protoMessageName: String = "BlueOssSoExtFeature_ValidityStart"
5857
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
5858
- 1: .same(proto: "isValid"),
5859
- 2: .same(proto: "validityStartTime"),
5860
- ]
5478
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}isValid\0\u{1}validityStartTime\0")
5861
5479
 
5862
5480
  public var isInitialized: Bool {
5863
5481
  if self._isValid == nil {return false}
@@ -5903,14 +5521,7 @@ extension BlueOssSoExtFeature_ValidityStart: SwiftProtobuf.Message, SwiftProtobu
5903
5521
 
5904
5522
  extension BlueOssSoFileInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5905
5523
  public static let protoMessageName: String = "BlueOssSoFileInfo"
5906
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
5907
- 1: .same(proto: "versionMajor"),
5908
- 2: .same(proto: "versionMinor"),
5909
- 3: .same(proto: "credentialType"),
5910
- 4: .same(proto: "credentialId"),
5911
- 5: .same(proto: "maxEventEntries"),
5912
- 6: .same(proto: "maxBlacklistEntries"),
5913
- ]
5524
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}versionMajor\0\u{1}versionMinor\0\u{1}credentialType\0\u{1}credentialId\0\u{1}maxEventEntries\0\u{1}maxBlacklistEntries\0")
5914
5525
 
5915
5526
  public var isInitialized: Bool {
5916
5527
  if self._versionMajor == nil {return false}
@@ -5981,15 +5592,7 @@ extension BlueOssSoFileInfo: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem
5981
5592
 
5982
5593
  extension BlueOssSoFileData: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
5983
5594
  public static let protoMessageName: String = "BlueOssSoFileData"
5984
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
5985
- 1: .same(proto: "validity"),
5986
- 2: .same(proto: "siteId"),
5987
- 3: .same(proto: "numberOfDayIdsPerDTSchedule"),
5988
- 4: .same(proto: "numberOfTimePeriodsPerDayId"),
5989
- 5: .same(proto: "hasExtensions"),
5990
- 6: .same(proto: "doorInfoEntries"),
5991
- 7: .same(proto: "dtSchedules"),
5992
- ]
5595
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}validity\0\u{1}siteId\0\u{1}numberOfDayIdsPerDTSchedule\0\u{1}numberOfTimePeriodsPerDayId\0\u{1}hasExtensions\0\u{1}doorInfoEntries\0\u{1}dtSchedules\0")
5993
5596
 
5994
5597
  public var isInitialized: Bool {
5995
5598
  if self._validity == nil {return false}
@@ -6065,10 +5668,7 @@ extension BlueOssSoFileData: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem
6065
5668
 
6066
5669
  extension BlueOssSoFileEvent: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
6067
5670
  public static let protoMessageName: String = "BlueOssSoFileEvent"
6068
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
6069
- 1: .same(proto: "supportedEventIds"),
6070
- 2: .same(proto: "events"),
6071
- ]
5671
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}supportedEventIds\0\u{1}events\0")
6072
5672
 
6073
5673
  public var isInitialized: Bool {
6074
5674
  if self._supportedEventIds == nil {return false}
@@ -6113,9 +5713,7 @@ extension BlueOssSoFileEvent: SwiftProtobuf.Message, SwiftProtobuf._MessageImple
6113
5713
 
6114
5714
  extension BlueOssSoFileBlacklist: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
6115
5715
  public static let protoMessageName: String = "BlueOssSoFileBlacklist"
6116
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
6117
- 1: .same(proto: "entries"),
6118
- ]
5716
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}entries\0")
6119
5717
 
6120
5718
  public var isInitialized: Bool {
6121
5719
  if !SwiftProtobuf.Internal.areAllInitialized(self.entries) {return false}
@@ -6150,10 +5748,7 @@ extension BlueOssSoFileBlacklist: SwiftProtobuf.Message, SwiftProtobuf._MessageI
6150
5748
 
6151
5749
  extension BlueOssSoFileCustomerExtensions: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
6152
5750
  public static let protoMessageName: String = "BlueOssSoFileCustomerExtensions"
6153
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
6154
- 1: .same(proto: "extFeatures"),
6155
- 2: .same(proto: "validityStart"),
6156
- ]
5751
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}extFeatures\0\u{1}validityStart\0")
6157
5752
 
6158
5753
  public var isInitialized: Bool {
6159
5754
  if !SwiftProtobuf.Internal.areAllInitialized(self.extFeatures) {return false}
@@ -6198,13 +5793,7 @@ extension BlueOssSoFileCustomerExtensions: SwiftProtobuf.Message, SwiftProtobuf.
6198
5793
 
6199
5794
  extension BlueOssSoConfiguration: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
6200
5795
  public static let protoMessageName: String = "BlueOssSoConfiguration"
6201
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
6202
- 1: .same(proto: "info"),
6203
- 2: .same(proto: "data"),
6204
- 3: .same(proto: "event"),
6205
- 4: .same(proto: "blacklist"),
6206
- 5: .same(proto: "customerExtensions"),
6207
- ]
5796
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}info\0\u{1}data\0\u{1}event\0\u{1}blacklist\0\u{1}customerExtensions\0")
6208
5797
 
6209
5798
  fileprivate class _StorageClass {
6210
5799
  var _info: BlueOssSoFileInfo? = nil
@@ -6313,20 +5902,7 @@ extension BlueOssSoConfiguration: SwiftProtobuf.Message, SwiftProtobuf._MessageI
6313
5902
 
6314
5903
  extension BlueOssSoStorageProfile: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
6315
5904
  public static let protoMessageName: String = "BlueOssSoStorageProfile"
6316
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
6317
- 1: .same(proto: "dataLength"),
6318
- 2: .same(proto: "fileSize"),
6319
- 3: .same(proto: "infoDataLength"),
6320
- 4: .same(proto: "infoFileSize"),
6321
- 5: .same(proto: "dataDataLength"),
6322
- 6: .same(proto: "dataFileSize"),
6323
- 7: .same(proto: "eventDataLength"),
6324
- 8: .same(proto: "eventFileSize"),
6325
- 9: .same(proto: "blacklistDataLength"),
6326
- 10: .same(proto: "blacklistFileSize"),
6327
- 11: .same(proto: "customerExtensionsDataLength"),
6328
- 12: .same(proto: "customerExtensionsFileSize"),
6329
- ]
5905
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}dataLength\0\u{1}fileSize\0\u{1}infoDataLength\0\u{1}infoFileSize\0\u{1}dataDataLength\0\u{1}dataFileSize\0\u{1}eventDataLength\0\u{1}eventFileSize\0\u{1}blacklistDataLength\0\u{1}blacklistFileSize\0\u{1}customerExtensionsDataLength\0\u{1}customerExtensionsFileSize\0")
6330
5906
 
6331
5907
  public var isInitialized: Bool {
6332
5908
  if self._dataLength == nil {return false}
@@ -6431,16 +6007,7 @@ extension BlueOssSoStorageProfile: SwiftProtobuf.Message, SwiftProtobuf._Message
6431
6007
 
6432
6008
  extension BlueOssSoProvisioningConfiguration: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
6433
6009
  public static let protoMessageName: String = "BlueOssSoProvisioningConfiguration"
6434
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
6435
- 1: .same(proto: "numberOfDoors"),
6436
- 2: .same(proto: "numberOfDTSchedules"),
6437
- 3: .same(proto: "numberOfDayIdsPerDTSchedule"),
6438
- 4: .same(proto: "numberOfTimePeriodsPerDayId"),
6439
- 5: .same(proto: "numberOfEvents"),
6440
- 6: .same(proto: "supportedEventIds"),
6441
- 7: .same(proto: "numberOfBlacklistEntries"),
6442
- 8: .same(proto: "customerExtensionsSize"),
6443
- ]
6010
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}numberOfDoors\0\u{1}numberOfDTSchedules\0\u{1}numberOfDayIdsPerDTSchedule\0\u{1}numberOfTimePeriodsPerDayId\0\u{1}numberOfEvents\0\u{1}supportedEventIds\0\u{1}numberOfBlacklistEntries\0\u{1}customerExtensionsSize\0")
6444
6011
 
6445
6012
  public var isInitialized: Bool {
6446
6013
  if self._numberOfDoors == nil {return false}
@@ -6521,12 +6088,7 @@ extension BlueOssSoProvisioningConfiguration: SwiftProtobuf.Message, SwiftProtob
6521
6088
 
6522
6089
  extension BlueOssSoProvisioningData: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
6523
6090
  public static let protoMessageName: String = "BlueOssSoProvisioningData"
6524
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
6525
- 1: .same(proto: "configuration"),
6526
- 2: .same(proto: "credentialType"),
6527
- 3: .same(proto: "credentialId"),
6528
- 4: .same(proto: "siteId"),
6529
- ]
6091
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}configuration\0\u{1}credentialType\0\u{1}credentialId\0\u{1}siteId\0")
6530
6092
 
6531
6093
  public var isInitialized: Bool {
6532
6094
  if self._credentialType == nil {return false}
@@ -6585,14 +6147,7 @@ extension BlueOssSoProvisioningData: SwiftProtobuf.Message, SwiftProtobuf._Messa
6585
6147
 
6586
6148
  extension BlueOssSoMobile: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
6587
6149
  public static let protoMessageName: String = "BlueOssSoMobile"
6588
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
6589
- 1: .same(proto: "infoFile"),
6590
- 2: .same(proto: "dataFile"),
6591
- 3: .same(proto: "blacklistFile"),
6592
- 4: .same(proto: "customerExtensionsFile"),
6593
- 5: .same(proto: "requestedEventCount"),
6594
- 6: .same(proto: "supportedEventIds"),
6595
- ]
6150
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}infoFile\0\u{1}dataFile\0\u{1}blacklistFile\0\u{1}customerExtensionsFile\0\u{1}requestedEventCount\0\u{1}supportedEventIds\0")
6596
6151
 
6597
6152
  public var isInitialized: Bool {
6598
6153
  if self._infoFile == nil {return false}
@@ -6659,16 +6214,7 @@ extension BlueOssSoMobile: SwiftProtobuf.Message, SwiftProtobuf._MessageImplemen
6659
6214
 
6660
6215
  extension BlueOssSoMobileProvisioningConfiguration: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
6661
6216
  public static let protoMessageName: String = "BlueOssSoMobileProvisioningConfiguration"
6662
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
6663
- 1: .same(proto: "numberOfDoors"),
6664
- 2: .same(proto: "numberOfDTSchedules"),
6665
- 3: .same(proto: "numberOfDayIdsPerDTSchedule"),
6666
- 4: .same(proto: "numberOfTimePeriodsPerDayId"),
6667
- 5: .same(proto: "numberOfEvents"),
6668
- 6: .same(proto: "supportedEventIds"),
6669
- 7: .same(proto: "numberOfBlacklistEntries"),
6670
- 8: .same(proto: "customerExtensionsSize"),
6671
- ]
6217
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}numberOfDoors\0\u{1}numberOfDTSchedules\0\u{1}numberOfDayIdsPerDTSchedule\0\u{1}numberOfTimePeriodsPerDayId\0\u{1}numberOfEvents\0\u{1}supportedEventIds\0\u{1}numberOfBlacklistEntries\0\u{1}customerExtensionsSize\0")
6672
6218
 
6673
6219
  public var isInitialized: Bool {
6674
6220
  if self._numberOfDoors == nil {return false}
@@ -6749,16 +6295,7 @@ extension BlueOssSoMobileProvisioningConfiguration: SwiftProtobuf.Message, Swift
6749
6295
 
6750
6296
  extension BlueOssSoMifareDesfireProvisioningConfiguration: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
6751
6297
  public static let protoMessageName: String = "BlueOssSoMifareDesfireProvisioningConfiguration"
6752
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
6753
- 1: .same(proto: "numberOfDoors"),
6754
- 2: .same(proto: "numberOfDTSchedules"),
6755
- 3: .same(proto: "numberOfDayIdsPerDTSchedule"),
6756
- 4: .same(proto: "numberOfTimePeriodsPerDayId"),
6757
- 5: .same(proto: "numberOfEvents"),
6758
- 6: .same(proto: "supportedEventIds"),
6759
- 7: .same(proto: "numberOfBlacklistEntries"),
6760
- 8: .same(proto: "customerExtensionsSize"),
6761
- ]
6298
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}numberOfDoors\0\u{1}numberOfDTSchedules\0\u{1}numberOfDayIdsPerDTSchedule\0\u{1}numberOfTimePeriodsPerDayId\0\u{1}numberOfEvents\0\u{1}supportedEventIds\0\u{1}numberOfBlacklistEntries\0\u{1}customerExtensionsSize\0")
6762
6299
 
6763
6300
  public var isInitialized: Bool {
6764
6301
  if self._numberOfDoors == nil {return false}
@@ -6839,12 +6376,7 @@ extension BlueOssSoMifareDesfireProvisioningConfiguration: SwiftProtobuf.Message
6839
6376
 
6840
6377
  extension BlueOssSoMifareDesfireConfiguration: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
6841
6378
  public static let protoMessageName: String = "BlueOssSoMifareDesfireConfiguration"
6842
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
6843
- 1: .same(proto: "piccMasterKey"),
6844
- 2: .same(proto: "appMasterKey"),
6845
- 3: .same(proto: "projectKey"),
6846
- 4: .same(proto: "aid"),
6847
- ]
6379
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}piccMasterKey\0\u{1}appMasterKey\0\u{1}projectKey\0\u{1}aid\0")
6848
6380
 
6849
6381
  public var isInitialized: Bool {
6850
6382
  if self._piccMasterKey == nil {return false}
@@ -6901,9 +6433,7 @@ extension BlueOssSoMifareDesfireConfiguration: SwiftProtobuf.Message, SwiftProto
6901
6433
 
6902
6434
  extension BlueOssSoSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
6903
6435
  public static let protoMessageName: String = "BlueOssSoSettings"
6904
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
6905
- 1: .same(proto: "mifareDesfireConfig"),
6906
- ]
6436
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}mifareDesfireConfig\0")
6907
6437
 
6908
6438
  public var isInitialized: Bool {
6909
6439
  if let v = self._mifareDesfireConfig, !v.isInitialized {return false}
@@ -6942,12 +6472,7 @@ extension BlueOssSoSettings: SwiftProtobuf.Message, SwiftProtobuf._MessageImplem
6942
6472
 
6943
6473
  extension _BlueTestEncodeDecode: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding {
6944
6474
  public static let protoMessageName: String = "_BlueTestEncodeDecode"
6945
- public static let _protobuf_nameMap: SwiftProtobuf._NameMap = [
6946
- 1: .same(proto: "vendor"),
6947
- 2: .standard(proto: "hardware_name"),
6948
- 3: .standard(proto: "hardware_version"),
6949
- 4: .standard(proto: "application_version"),
6950
- ]
6475
+ public static let _protobuf_nameMap = SwiftProtobuf._NameMap(bytecode: "\0\u{1}vendor\0\u{3}hardware_name\0\u{3}hardware_version\0\u{3}application_version\0")
6951
6476
 
6952
6477
  public var isInitialized: Bool {
6953
6478
  if self._vendor == nil {return false}