@@ -371,14 +371,7 @@ struct Request: Sendable {
371371
372372extension Response : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
373373 static let protoMessageName : String = " Response "
374- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
375- 1 : . same( proto: " id " ) ,
376- 2 : . same( proto: " result " ) ,
377- 6 : . standard( proto: " device_info " ) ,
378- 7 : . standard( proto: " backend_connection_status " ) ,
379- 8 : . standard( proto: " open_remote_config " ) ,
380- 9 : . standard( proto: " exit_provisioning " ) ,
381- ]
374+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} id \0 \u{1} result \0 \u{4} \u{4} device_info \0 \u{3} backend_connection_status \0 \u{3} open_remote_config \0 \u{3} exit_provisioning \0 " )
382375
383376 mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
384377 while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -489,9 +482,7 @@ extension Response: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationB
489482
490483extension Response . ResponseResult : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
491484 static let protoMessageName : String = Response . protoMessageName + " .ResponseResult "
492- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
493- 1 : . same( proto: " result " ) ,
494- ]
485+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} result \0 " )
495486
496487 mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
497488 while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -520,19 +511,12 @@ extension Response.ResponseResult: SwiftProtobuf.Message, SwiftProtobuf._Message
520511}
521512
522513extension Response . ResponseResult . Result : SwiftProtobuf . _ProtoNameProviding {
523- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
524- 0 : . same( proto: " SUCCESS " ) ,
525- 1 : . same( proto: " REQUEST_UNKNOWN " ) ,
526- 2 : . same( proto: " INTERNAL_ERROR " ) ,
527- 3 : . same( proto: " ARGUMENT_ERROR " ) ,
528- ]
514+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{2} \0 SUCCESS \0 \u{1} REQUEST_UNKNOWN \0 \u{1} INTERNAL_ERROR \0 \u{1} ARGUMENT_ERROR \0 " )
529515}
530516
531517extension Response . OpenRemoteConfig : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
532518 static let protoMessageName : String = Response . protoMessageName + " .OpenRemoteConfig "
533- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
534- 1 : . same( proto: " status " ) ,
535- ]
519+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} status \0 " )
536520
537521 mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
538522 while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -561,17 +545,12 @@ extension Response.OpenRemoteConfig: SwiftProtobuf.Message, SwiftProtobuf._Messa
561545}
562546
563547extension Response . OpenRemoteConfig . Status : SwiftProtobuf . _ProtoNameProviding {
564- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
565- 0 : . same( proto: " SUCCESS " ) ,
566- 1 : . same( proto: " FAIL " ) ,
567- ]
548+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{2} \0 SUCCESS \0 \u{1} FAIL \0 " )
568549}
569550
570551extension Response . BackendConnectionStatus : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
571552 static let protoMessageName : String = Response . protoMessageName + " .BackendConnectionStatus "
572- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
573- 1 : . same( proto: " status " ) ,
574- ]
553+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} status \0 " )
575554
576555 mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
577556 while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -600,20 +579,12 @@ extension Response.BackendConnectionStatus: SwiftProtobuf.Message, SwiftProtobuf
600579}
601580
602581extension Response . BackendConnectionStatus . Status : SwiftProtobuf . _ProtoNameProviding {
603- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
604- 0 : . same( proto: " DISCONNECTED " ) ,
605- 1 : . same( proto: " CONNECTING " ) ,
606- 2 : . same( proto: " CONNECTED " ) ,
607- 3 : . same( proto: " FAILED " ) ,
608- ]
582+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{2} \0 DISCONNECTED \0 \u{1} CONNECTING \0 \u{1} CONNECTED \0 \u{1} FAILED \0 " )
609583}
610584
611585extension Response . DeviceInfo : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
612586 static let protoMessageName : String = Response . protoMessageName + " .DeviceInfo "
613- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
614- 1 : . standard( proto: " device_id " ) ,
615- 3 : . standard( proto: " model_name " ) ,
616- ]
587+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{3} device_id \0 \u{4} \u{2} model_name \0 " )
617588
618589 mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
619590 while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -667,13 +638,7 @@ extension Response.ExitProvisioning: SwiftProtobuf.Message, SwiftProtobuf._Messa
667638
668639extension Request : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
669640 static let protoMessageName : String = " Request "
670- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
671- 1 : . same( proto: " id " ) ,
672- 6 : . standard( proto: " device_info " ) ,
673- 7 : . standard( proto: " backend_connection_status " ) ,
674- 8 : . standard( proto: " open_remote_config " ) ,
675- 9 : . standard( proto: " exit_provisioning " ) ,
676- ]
641+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} id \0 \u{4} \u{5} device_info \0 \u{3} backend_connection_status \0 \u{3} open_remote_config \0 \u{3} exit_provisioning \0 " )
677642
678643 mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
679644 while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -817,13 +782,7 @@ extension Request.BackendConnectionStatus: SwiftProtobuf.Message, SwiftProtobuf.
817782
818783extension Request . OpenRemoteConfig : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
819784 static let protoMessageName : String = Request . protoMessageName + " .OpenRemoteConfig "
820- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
821- 1 : . standard( proto: " mqtt_broker_url " ) ,
822- 2 : . same( proto: " user " ) ,
823- 3 : . standard( proto: " mqtt_password " ) ,
824- 4 : . same( proto: " realm " ) ,
825- 5 : . standard( proto: " asset_id " ) ,
826- ]
785+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{3} mqtt_broker_url \0 \u{1} user \0 \u{3} mqtt_password \0 \u{1} realm \0 \u{3} asset_id \0 " )
827786
828787 mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
829788 while let fieldNumber = try decoder. nextFieldNumber ( ) {
0 commit comments