diff --git a/datastore/simple/transformers/payload.go b/datastore/simple/transformers/payload.go index a2482f5..7a180b8 100644 --- a/datastore/simple/transformers/payload.go +++ b/datastore/simple/transformers/payload.go @@ -210,6 +210,18 @@ func transformValue(value interface{}, includeTypes bool, vin string) (interface case *protos.Value_DisplayStateValue: outputType = "displayState" outputValue = v.DisplayStateValue.String() + case *protos.Value_PressureUnitValue: + outputType = "pressureUnit" + outputValue = v.PressureUnitValue.String() + case *protos.Value_TemperatureUnitValue: + outputType = "temperatureUnit" + outputValue = v.TemperatureUnitValue.String() + case *protos.Value_ChargeUnitPreferenceValue: + outputType = "chargeUnit" + outputValue = v.ChargeUnitPreferenceValue.String() + case *protos.Value_DistanceUnitValue: + outputType = "distanceUnit" + outputValue = v.DistanceUnitValue.String() default: return nil, false } diff --git a/protos/python/vehicle_data_pb2.py b/protos/python/vehicle_data_pb2.py index ec839b6..43f9bdf 100644 --- a/protos/python/vehicle_data_pb2.py +++ b/protos/python/vehicle_data_pb2.py @@ -25,7 +25,7 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2 -DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x12vehicle_data.proto\x12\x16telemetry.vehicle_data\x1a\x1fgoogle/protobuf/timestamp.proto\"4\n\rLocationValue\x12\x10\n\x08latitude\x18\x01 \x01(\x01\x12\x11\n\tlongitude\x18\x02 \x01(\x01\"\x86\x01\n\x05\x44oors\x12\x13\n\x0b\x44riverFront\x18\x01 \x01(\x08\x12\x16\n\x0ePassengerFront\x18\x02 \x01(\x08\x12\x12\n\nDriverRear\x18\x03 \x01(\x08\x12\x15\n\rPassengerRear\x18\x04 \x01(\x08\x12\x12\n\nTrunkFront\x18\x05 \x01(\x08\x12\x11\n\tTrunkRear\x18\x06 \x01(\x08\"\x9b\x02\n\x0cTireLocation\x12\x12\n\nfront_left\x18\x01 \x01(\x08\x12\x13\n\x0b\x66ront_right\x18\x02 \x01(\x08\x12\x11\n\trear_left\x18\x03 \x01(\x08\x12\x12\n\nrear_right\x18\x04 \x01(\x08\x12\x1f\n\x17semi_middle_axle_left_2\x18\x05 \x01(\x08\x12 \n\x18semi_middle_axle_right_2\x18\x06 \x01(\x08\x12\x1b\n\x13semi_rear_axle_left\x18\x07 \x01(\x08\x12\x1c\n\x14semi_rear_axle_right\x18\x08 \x01(\x08\x12\x1d\n\x15semi_rear_axle_left_2\x18\t \x01(\x08\x12\x1e\n\x16semi_rear_axle_right_2\x18\n \x01(\x08\"4\n\x04Time\x12\x0c\n\x04hour\x18\x01 \x01(\x05\x12\x0e\n\x06minute\x18\x02 \x01(\x05\x12\x0e\n\x06second\x18\x03 \x01(\x05\"\xcc\x18\n\x05Value\x12\x16\n\x0cstring_value\x18\x01 \x01(\tH\x00\x12\x13\n\tint_value\x18\x02 \x01(\x05H\x00\x12\x14\n\nlong_value\x18\x03 \x01(\x03H\x00\x12\x15\n\x0b\x66loat_value\x18\x04 \x01(\x02H\x00\x12\x16\n\x0c\x64ouble_value\x18\x05 \x01(\x01H\x00\x12\x17\n\rboolean_value\x18\x06 \x01(\x08H\x00\x12?\n\x0elocation_value\x18\x07 \x01(\x0b\x32%.telemetry.vehicle_data.LocationValueH\x00\x12?\n\x0e\x63harging_value\x18\x08 \x01(\x0e\x32%.telemetry.vehicle_data.ChargingStateH\x00\x12?\n\x11shift_state_value\x18\t \x01(\x0e\x32\".telemetry.vehicle_data.ShiftStateH\x00\x12\x11\n\x07invalid\x18\n \x01(\x08H\x00\x12J\n\x17lane_assist_level_value\x18\x0b \x01(\x0e\x32\'.telemetry.vehicle_data.LaneAssistLevelH\x00\x12[\n\x1dscheduled_charging_mode_value\x18\x0c \x01(\x0e\x32\x32.telemetry.vehicle_data.ScheduledChargingModeValueH\x00\x12J\n\x17sentry_mode_state_value\x18\r \x01(\x0e\x32\'.telemetry.vehicle_data.SentryModeStateH\x00\x12L\n\x18speed_assist_level_value\x18\x0e \x01(\x0e\x32(.telemetry.vehicle_data.SpeedAssistLevelH\x00\x12@\n\x0f\x62ms_state_value\x18\x0f \x01(\x0e\x32%.telemetry.vehicle_data.BMSStateValueH\x00\x12\x43\n\x13\x62uckle_status_value\x18\x10 \x01(\x0e\x32$.telemetry.vehicle_data.BuckleStatusH\x00\x12>\n\x0e\x63\x61r_type_value\x18\x11 \x01(\x0e\x32$.telemetry.vehicle_data.CarTypeValueH\x00\x12\x44\n\x11\x63harge_port_value\x18\x12 \x01(\x0e\x32\'.telemetry.vehicle_data.ChargePortValueH\x00\x12O\n\x17\x63harge_port_latch_value\x18\x13 \x01(\x0e\x32,.telemetry.vehicle_data.ChargePortLatchValueH\x00\x12\x33\n\ndoor_value\x18\x15 \x01(\x0b\x32\x1d.telemetry.vehicle_data.DoorsH\x00\x12P\n\x1a\x64rive_inverter_state_value\x18\x16 \x01(\x0e\x32*.telemetry.vehicle_data.DriveInverterStateH\x00\x12?\n\x11hvil_status_value\x18\x17 \x01(\x0e\x32\".telemetry.vehicle_data.HvilStatusH\x00\x12\x41\n\x12window_state_value\x18\x18 \x01(\x0e\x32#.telemetry.vehicle_data.WindowStateH\x00\x12L\n\x18seat_fold_position_value\x18\x19 \x01(\x0e\x32(.telemetry.vehicle_data.SeatFoldPositionH\x00\x12L\n\x18tractor_air_status_value\x18\x1a \x01(\x0e\x32(.telemetry.vehicle_data.TractorAirStatusH\x00\x12G\n\x15\x66ollow_distance_value\x18\x1b \x01(\x0e\x32&.telemetry.vehicle_data.FollowDistanceH\x00\x12\x62\n#forward_collision_sensitivity_value\x18\x1c \x01(\x0e\x32\x33.telemetry.vehicle_data.ForwardCollisionSensitivityH\x00\x12W\n\x1eguest_mode_mobile_access_value\x18\x1d \x01(\x0e\x32-.telemetry.vehicle_data.GuestModeMobileAccessH\x00\x12L\n\x18trailer_air_status_value\x18\x1e \x01(\x0e\x32(.telemetry.vehicle_data.TrailerAirStatusH\x00\x12\x32\n\ntime_value\x18\x1f \x01(\x0b\x32\x1c.telemetry.vehicle_data.TimeH\x00\x12W\n\x1b\x64\x65tailed_charge_state_value\x18 \x01(\x0e\x32\x30.telemetry.vehicle_data.DetailedChargeStateValueH\x00\x12I\n\x14hvac_auto_mode_value\x18! \x01(\x0e\x32).telemetry.vehicle_data.HvacAutoModeStateH\x00\x12h\n$cabin_overheat_protection_mode_value\x18\" \x01(\x0e\x32\x38.telemetry.vehicle_data.CabinOverheatProtectionModeStateH\x00\x12w\n1cabin_overheat_protection_temperature_limit_value\x18# \x01(\x0e\x32:.telemetry.vehicle_data.ClimateOverheatProtectionTempLimitH\x00\x12\x46\n\x12\x64\x65\x66rost_mode_value\x18$ \x01(\x0e\x32(.telemetry.vehicle_data.DefrostModeStateH\x00\x12S\n\x19\x63limate_keeper_mode_value\x18% \x01(\x0e\x32..telemetry.vehicle_data.ClimateKeeperModeStateH\x00\x12\x42\n\x10hvac_power_value\x18& \x01(\x0e\x32&.telemetry.vehicle_data.HvacPowerStateH\x00\x12\x43\n\x13tire_location_value\x18\' \x01(\x0b\x32$.telemetry.vehicle_data.TireLocationH\x00\x12\x41\n\x12\x66\x61st_charger_value\x18( \x01(\x0e\x32#.telemetry.vehicle_data.FastChargerH\x00\x12=\n\x10\x63\x61\x62le_type_value\x18) \x01(\x0e\x32!.telemetry.vehicle_data.CableTypeH\x00\x12O\n\x17tonneau_tent_mode_value\x18* \x01(\x0e\x32,.telemetry.vehicle_data.TonneauTentModeStateH\x00\x12N\n\x16tonneau_position_value\x18+ \x01(\x0e\x32,.telemetry.vehicle_data.TonneauPositionStateH\x00\x12M\n\x15powershare_type_value\x18, \x01(\x0e\x32,.telemetry.vehicle_data.PowershareTypeStatusH\x00\x12I\n\x16powershare_state_value\x18- \x01(\x0e\x32\'.telemetry.vehicle_data.PowershareStateH\x00\x12Z\n\x1cpowershare_stop_reason_value\x18. \x01(\x0e\x32\x32.telemetry.vehicle_data.PowershareStopReasonStatusH\x00\x12\x43\n\x13\x64isplay_state_value\x18/ \x01(\x0e\x32$.telemetry.vehicle_data.DisplayStateH\x00\x42\x07\n\x05value\"a\n\x05\x44\x61tum\x12*\n\x03key\x18\x01 \x01(\x0e\x32\x1d.telemetry.vehicle_data.Field\x12,\n\x05value\x18\x02 \x01(\x0b\x32\x1d.telemetry.vehicle_data.Value\"s\n\x07Payload\x12+\n\x04\x64\x61ta\x18\x01 \x03(\x0b\x32\x1d.telemetry.vehicle_data.Datum\x12.\n\ncreated_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0b\n\x03vin\x18\x03 \x01(\t*\xa4)\n\x05\x46ield\x12\x0b\n\x07Unknown\x10\x00\x12\r\n\tDriveRail\x10\x01\x12\x0f\n\x0b\x43hargeState\x10\x02\x12\x19\n\x15\x42msFullchargecomplete\x10\x03\x12\x10\n\x0cVehicleSpeed\x10\x04\x12\x0c\n\x08Odometer\x10\x05\x12\x0f\n\x0bPackVoltage\x10\x06\x12\x0f\n\x0bPackCurrent\x10\x07\x12\x07\n\x03Soc\x10\x08\x12\x0e\n\nDCDCEnable\x10\t\x12\x08\n\x04Gear\x10\n\x12\x17\n\x13IsolationResistance\x10\x0b\x12\x11\n\rPedalPosition\x10\x0c\x12\x0e\n\nBrakePedal\x10\r\x12\x0c\n\x08\x44iStateR\x10\x0e\x12\x10\n\x0c\x44iHeatsinkTR\x10\x0f\x12\x10\n\x0c\x44iAxleSpeedR\x10\x10\x12\x11\n\rDiTorquemotor\x10\x11\x12\x11\n\rDiStatorTempR\x10\x12\x12\x0b\n\x07\x44iVBatR\x10\x13\x12\x13\n\x0f\x44iMotorCurrentR\x10\x14\x12\x0c\n\x08Location\x10\x15\x12\x0c\n\x08GpsState\x10\x16\x12\x0e\n\nGpsHeading\x10\x17\x12\x16\n\x12NumBrickVoltageMax\x10\x18\x12\x13\n\x0f\x42rickVoltageMax\x10\x19\x12\x16\n\x12NumBrickVoltageMin\x10\x1a\x12\x13\n\x0f\x42rickVoltageMin\x10\x1b\x12\x14\n\x10NumModuleTempMax\x10\x1c\x12\x11\n\rModuleTempMax\x10\x1d\x12\x14\n\x10NumModuleTempMin\x10\x1e\x12\x11\n\rModuleTempMin\x10\x1f\x12\x0e\n\nRatedRange\x10 \x12\x08\n\x04Hvil\x10!\x12\x16\n\x12\x44\x43\x43hargingEnergyIn\x10\"\x12\x13\n\x0f\x44\x43\x43hargingPower\x10#\x12\x16\n\x12\x41\x43\x43hargingEnergyIn\x10$\x12\x13\n\x0f\x41\x43\x43hargingPower\x10%\x12\x12\n\x0e\x43hargeLimitSoc\x10&\x12\x16\n\x12\x46\x61stChargerPresent\x10\'\x12\x13\n\x0f\x45stBatteryRange\x10(\x12\x15\n\x11IdealBatteryRange\x10)\x12\x10\n\x0c\x42\x61tteryLevel\x10*\x12\x14\n\x10TimeToFullCharge\x10+\x12\x1e\n\x1aScheduledChargingStartTime\x10,\x12\x1c\n\x18ScheduledChargingPending\x10-\x12\x1a\n\x16ScheduledDepartureTime\x10.\x12\x1a\n\x16PreconditioningEnabled\x10/\x12\x19\n\x15ScheduledChargingMode\x10\x30\x12\x0e\n\nChargeAmps\x10\x31\x12\x17\n\x13\x43hargeEnableRequest\x10\x32\x12\x11\n\rChargerPhases\x10\x33\x12\x1d\n\x19\x43hargePortColdWeatherMode\x10\x34\x12\x18\n\x14\x43hargeCurrentRequest\x10\x35\x12\x1b\n\x17\x43hargeCurrentRequestMax\x10\x36\x12\x13\n\x0f\x42\x61tteryHeaterOn\x10\x37\x12\x18\n\x14NotEnoughPowerToHeat\x10\x38\x12\"\n\x1eSuperchargerSessionTripPlanner\x10\x39\x12\r\n\tDoorState\x10:\x12\n\n\x06Locked\x10;\x12\x0c\n\x08\x46\x64Window\x10<\x12\x0c\n\x08\x46pWindow\x10=\x12\x0c\n\x08RdWindow\x10>\x12\x0c\n\x08RpWindow\x10?\x12\x0f\n\x0bVehicleName\x10@\x12\x0e\n\nSentryMode\x10\x41\x12\x12\n\x0eSpeedLimitMode\x10\x42\x12\x13\n\x0f\x43urrentLimitMph\x10\x43\x12\x0b\n\x07Version\x10\x44\x12\x12\n\x0eTpmsPressureFl\x10\x45\x12\x12\n\x0eTpmsPressureFr\x10\x46\x12\x12\n\x0eTpmsPressureRl\x10G\x12\x12\n\x0eTpmsPressureRr\x10H\x12\x1e\n\x1aSemitruckTpmsPressureRe1L0\x10I\x12\x1e\n\x1aSemitruckTpmsPressureRe1L1\x10J\x12\x1e\n\x1aSemitruckTpmsPressureRe1R0\x10K\x12\x1e\n\x1aSemitruckTpmsPressureRe1R1\x10L\x12\x1e\n\x1aSemitruckTpmsPressureRe2L0\x10M\x12\x1e\n\x1aSemitruckTpmsPressureRe2L1\x10N\x12\x1e\n\x1aSemitruckTpmsPressureRe2R0\x10O\x12\x1e\n\x1aSemitruckTpmsPressureRe2R1\x10P\x12\x1e\n\x1aTpmsLastSeenPressureTimeFl\x10Q\x12\x1e\n\x1aTpmsLastSeenPressureTimeFr\x10R\x12\x1e\n\x1aTpmsLastSeenPressureTimeRl\x10S\x12\x1e\n\x1aTpmsLastSeenPressureTimeRr\x10T\x12\x0e\n\nInsideTemp\x10U\x12\x0f\n\x0bOutsideTemp\x10V\x12\x12\n\x0eSeatHeaterLeft\x10W\x12\x13\n\x0fSeatHeaterRight\x10X\x12\x16\n\x12SeatHeaterRearLeft\x10Y\x12\x17\n\x13SeatHeaterRearRight\x10Z\x12\x18\n\x14SeatHeaterRearCenter\x10[\x12\x17\n\x13\x41utoSeatClimateLeft\x10\\\x12\x18\n\x14\x41utoSeatClimateRight\x10]\x12\x12\n\x0e\x44riverSeatBelt\x10^\x12\x15\n\x11PassengerSeatBelt\x10_\x12\x16\n\x12\x44riverSeatOccupied\x10`\x12&\n\"SemitruckPassengerSeatFoldPosition\x10\x61\x12\x17\n\x13LateralAcceleration\x10\x62\x12\x1c\n\x18LongitudinalAcceleration\x10\x63\x12\x10\n\x0c\x44\x65precated_2\x10\x64\x12\x12\n\x0e\x43ruiseSetSpeed\x10\x65\x12\x16\n\x12LifetimeEnergyUsed\x10\x66\x12\x1b\n\x17LifetimeEnergyUsedDrive\x10g\x12#\n\x1fSemitruckTractorParkBrakeStatus\x10h\x12#\n\x1fSemitruckTrailerParkBrakeStatus\x10i\x12\x11\n\rBrakePedalPos\x10j\x12\x14\n\x10RouteLastUpdated\x10k\x12\r\n\tRouteLine\x10l\x12\x12\n\x0eMilesToArrival\x10m\x12\x14\n\x10MinutesToArrival\x10n\x12\x12\n\x0eOriginLocation\x10o\x12\x17\n\x13\x44\x65stinationLocation\x10p\x12\x0b\n\x07\x43\x61rType\x10q\x12\x08\n\x04Trim\x10r\x12\x11\n\rExteriorColor\x10s\x12\r\n\tRoofColor\x10t\x12\x0e\n\nChargePort\x10u\x12\x13\n\x0f\x43hargePortLatch\x10v\x12\x12\n\x0e\x45xperimental_1\x10w\x12\x12\n\x0e\x45xperimental_2\x10x\x12\x12\n\x0e\x45xperimental_3\x10y\x12\x12\n\x0e\x45xperimental_4\x10z\x12\x14\n\x10GuestModeEnabled\x10{\x12\x15\n\x11PinToDriveEnabled\x10|\x12\x1e\n\x1aPairedPhoneKeyAndKeyFobQty\x10}\x12\x18\n\x14\x43ruiseFollowDistance\x10~\x12\x1c\n\x18\x41utomaticBlindSpotCamera\x10\x7f\x12#\n\x1e\x42lindSpotCollisionWarningChime\x10\x80\x01\x12\x16\n\x11SpeedLimitWarning\x10\x81\x01\x12\x1c\n\x17\x46orwardCollisionWarning\x10\x82\x01\x12\x1b\n\x16LaneDepartureAvoidance\x10\x83\x01\x12$\n\x1f\x45mergencyLaneDepartureAvoidance\x10\x84\x01\x12!\n\x1c\x41utomaticEmergencyBrakingOff\x10\x85\x01\x12\x1e\n\x19LifetimeEnergyGainedRegen\x10\x86\x01\x12\r\n\x08\x44iStateF\x10\x87\x01\x12\x0f\n\nDiStateREL\x10\x88\x01\x12\x0f\n\nDiStateRER\x10\x89\x01\x12\x11\n\x0c\x44iHeatsinkTF\x10\x8a\x01\x12\x13\n\x0e\x44iHeatsinkTREL\x10\x8b\x01\x12\x13\n\x0e\x44iHeatsinkTRER\x10\x8c\x01\x12\x11\n\x0c\x44iAxleSpeedF\x10\x8d\x01\x12\x13\n\x0e\x44iAxleSpeedREL\x10\x8e\x01\x12\x13\n\x0e\x44iAxleSpeedRER\x10\x8f\x01\x12\x15\n\x10\x44iSlaveTorqueCmd\x10\x90\x01\x12\x14\n\x0f\x44iTorqueActualR\x10\x91\x01\x12\x14\n\x0f\x44iTorqueActualF\x10\x92\x01\x12\x16\n\x11\x44iTorqueActualREL\x10\x93\x01\x12\x16\n\x11\x44iTorqueActualRER\x10\x94\x01\x12\x12\n\rDiStatorTempF\x10\x95\x01\x12\x14\n\x0f\x44iStatorTempREL\x10\x96\x01\x12\x14\n\x0f\x44iStatorTempRER\x10\x97\x01\x12\x0c\n\x07\x44iVBatF\x10\x98\x01\x12\x0e\n\tDiVBatREL\x10\x99\x01\x12\x0e\n\tDiVBatRER\x10\x9a\x01\x12\x14\n\x0f\x44iMotorCurrentF\x10\x9b\x01\x12\x16\n\x11\x44iMotorCurrentREL\x10\x9c\x01\x12\x16\n\x11\x44iMotorCurrentRER\x10\x9d\x01\x12\x14\n\x0f\x45nergyRemaining\x10\x9e\x01\x12\x10\n\x0bServiceMode\x10\x9f\x01\x12\r\n\x08\x42MSState\x10\xa0\x01\x12\x1f\n\x1aGuestModeMobileAccessState\x10\xa1\x01\x12\x11\n\x0c\x44\x65precated_1\x10\xa2\x01\x12\x14\n\x0f\x44\x65stinationName\x10\xa3\x01\x12\x11\n\x0c\x44iInverterTR\x10\xa4\x01\x12\x11\n\x0c\x44iInverterTF\x10\xa5\x01\x12\x13\n\x0e\x44iInverterTREL\x10\xa6\x01\x12\x13\n\x0e\x44iInverterTRER\x10\xa7\x01\x12\x13\n\x0e\x45xperimental_5\x10\xa8\x01\x12\x13\n\x0e\x45xperimental_6\x10\xa9\x01\x12\x13\n\x0e\x45xperimental_7\x10\xaa\x01\x12\x13\n\x0e\x45xperimental_8\x10\xab\x01\x12\x13\n\x0e\x45xperimental_9\x10\xac\x01\x12\x14\n\x0f\x45xperimental_10\x10\xad\x01\x12\x14\n\x0f\x45xperimental_11\x10\xae\x01\x12\x14\n\x0f\x45xperimental_12\x10\xaf\x01\x12\x14\n\x0f\x45xperimental_13\x10\xb0\x01\x12\x14\n\x0f\x45xperimental_14\x10\xb1\x01\x12\x14\n\x0f\x45xperimental_15\x10\xb2\x01\x12\x18\n\x13\x44\x65tailedChargeState\x10\xb3\x01\x12 \n\x1b\x43\x61\x62inOverheatProtectionMode\x10\xb4\x01\x12,\n\'CabinOverheatProtectionTemperatureLimit\x10\xb5\x01\x12\x12\n\rCenterDisplay\x10\xb6\x01\x12\x17\n\x12\x43hargePortDoorOpen\x10\xb7\x01\x12\x16\n\x11\x43hargingCableType\x10\xb9\x01\x12\x16\n\x11\x43limateKeeperMode\x10\xba\x01\x12\x1e\n\x19\x44\x65\x66rostForPreconditioning\x10\xbb\x01\x12\x10\n\x0b\x44\x65\x66rostMode\x10\xbc\x01\x12\x16\n\x11\x45\x66\x66iciencyPackage\x10\xbd\x01\x12&\n!EstimatedHoursToChargeTermination\x10\xbe\x01\x12\x12\n\rEuropeVehicle\x10\xbf\x01\x12\'\n\"ExpectedEnergyPercentAtTripArrival\x10\xc0\x01\x12\x14\n\x0f\x46\x61stChargerType\x10\xc1\x01\x12\x18\n\x13HomelinkDeviceCount\x10\xc2\x01\x12\x13\n\x0eHomelinkNearby\x10\xc3\x01\x12\x12\n\rHvacACEnabled\x10\xc4\x01\x12\x11\n\x0cHvacAutoMode\x10\xc5\x01\x12\x11\n\x0cHvacFanSpeed\x10\xc6\x01\x12\x12\n\rHvacFanStatus\x10\xc7\x01\x12\x1f\n\x1aHvacLeftTemperatureRequest\x10\xc8\x01\x12\x0e\n\tHvacPower\x10\xc9\x01\x12 \n\x1bHvacRightTemperatureRequest\x10\xca\x01\x12\x1e\n\x19HvacSteeringWheelHeatAuto\x10\xcb\x01\x12\x1f\n\x1aHvacSteeringWheelHeatLevel\x10\xcc\x01\x12\x1b\n\x16OffroadLightbarPresent\x10\xcd\x01\x12\x18\n\x13PowershareHoursLeft\x10\xce\x01\x12#\n\x1ePowershareInstantaneousPowerKW\x10\xcf\x01\x12\x15\n\x10PowershareStatus\x10\xd0\x01\x12\x19\n\x14PowershareStopReason\x10\xd1\x01\x12\x13\n\x0ePowershareType\x10\xd2\x01\x12\x1b\n\x16RearDisplayHvacEnabled\x10\xd3\x01\x12\x14\n\x0fRearSeatHeaters\x10\xd4\x01\x12\x17\n\x12RemoteStartEnabled\x10\xd5\x01\x12\x13\n\x0eRightHandDrive\x10\xd6\x01\x12\x1d\n\x18RouteTrafficMinutesDelay\x10\xd7\x01\x12*\n%SoftwareUpdateDownloadPercentComplete\x10\xd8\x01\x12*\n%SoftwareUpdateExpectedDurationMinutes\x10\xd9\x01\x12.\n)SoftwareUpdateInstallationPercentComplete\x10\xda\x01\x12%\n SoftwareUpdateScheduledStartTime\x10\xdb\x01\x12\x1a\n\x15SoftwareUpdateVersion\x10\xdc\x01\x12\x17\n\x12TonneauOpenPercent\x10\xdd\x01\x12\x14\n\x0fTonneauPosition\x10\xde\x01\x12\x14\n\x0fTonneauTentMode\x10\xdf\x01\x12\x15\n\x10TpmsHardWarnings\x10\xe0\x01\x12\x15\n\x10TpmsSoftWarnings\x10\xe1\x01\x12\x15\n\x10ValetModeEnabled\x10\xe2\x01\x12\x0e\n\tWheelType\x10\xe3\x01\x12\x15\n\x10WiperHeatEnabled\x10\xe4\x01*\xbf\x01\n\rChargingState\x12\x16\n\x12\x43hargeStateUnknown\x10\x00\x12\x1b\n\x17\x43hargeStateDisconnected\x10\x01\x12\x16\n\x12\x43hargeStateNoPower\x10\x02\x12\x17\n\x13\x43hargeStateStarting\x10\x03\x12\x17\n\x13\x43hargeStateCharging\x10\x04\x12\x17\n\x13\x43hargeStateComplete\x10\x05\x12\x16\n\x12\x43hargeStateStopped\x10\x06*\x82\x02\n\x18\x44\x65tailedChargeStateValue\x12\x1e\n\x1a\x44\x65tailedChargeStateUnknown\x10\x00\x12#\n\x1f\x44\x65tailedChargeStateDisconnected\x10\x01\x12\x1e\n\x1a\x44\x65tailedChargeStateNoPower\x10\x02\x12\x1f\n\x1b\x44\x65tailedChargeStateStarting\x10\x03\x12\x1f\n\x1b\x44\x65tailedChargeStateCharging\x10\x04\x12\x1f\n\x1b\x44\x65tailedChargeStateComplete\x10\x05\x12\x1e\n\x1a\x44\x65tailedChargeStateStopped\x10\x06*\x91\x01\n\nShiftState\x12\x15\n\x11ShiftStateUnknown\x10\x00\x12\x15\n\x11ShiftStateInvalid\x10\x01\x12\x0f\n\x0bShiftStateP\x10\x02\x12\x0f\n\x0bShiftStateR\x10\x03\x12\x0f\n\x0bShiftStateN\x10\x04\x12\x0f\n\x0bShiftStateD\x10\x05\x12\x11\n\rShiftStateSNA\x10\x06*\xbe\x01\n\x0e\x46ollowDistance\x12\x19\n\x15\x46ollowDistanceUnknown\x10\x00\x12\x13\n\x0f\x46ollowDistance1\x10\x01\x12\x13\n\x0f\x46ollowDistance2\x10\x02\x12\x13\n\x0f\x46ollowDistance3\x10\x03\x12\x13\n\x0f\x46ollowDistance4\x10\x04\x12\x13\n\x0f\x46ollowDistance5\x10\x05\x12\x13\n\x0f\x46ollowDistance6\x10\x06\x12\x13\n\x0f\x46ollowDistance7\x10\x07*\xdc\x01\n\x1b\x46orwardCollisionSensitivity\x12&\n\"ForwardCollisionSensitivityUnknown\x10\x00\x12\"\n\x1e\x46orwardCollisionSensitivityOff\x10\x01\x12#\n\x1f\x46orwardCollisionSensitivityLate\x10\x02\x12&\n\"ForwardCollisionSensitivityAverage\x10\x03\x12$\n ForwardCollisionSensitivityEarly\x10\x04*\xe4\x06\n\x15GuestModeMobileAccess\x12 \n\x1cGuestModeMobileAccessUnknown\x10\x00\x12\x1d\n\x19GuestModeMobileAccessInit\x10\x01\x12)\n%GuestModeMobileAccessNotAuthenticated\x10\x02\x12&\n\"GuestModeMobileAccessAuthenticated\x10\x03\x12\'\n#GuestModeMobileAccessAbortedDriving\x10\x04\x12\x30\n,GuestModeMobileAccessAbortedUsingRemoteStart\x10\x05\x12,\n(GuestModeMobileAccessAbortedUsingBLEKeys\x10\x06\x12)\n%GuestModeMobileAccessAbortedValetMode\x10\x07\x12,\n(GuestModeMobileAccessAbortedGuestModeOff\x10\x08\x12\x35\n1GuestModeMobileAccessAbortedDriveAuthTimeExceeded\x10\t\x12.\n*GuestModeMobileAccessAbortedNoDataReceived\x10\n\x12\x31\n-GuestModeMobileAccessRequestingFromMothership\x10\x0b\x12,\n(GuestModeMobileAccessRequestingFromAuthD\x10\x0c\x12+\n\'GuestModeMobileAccessAbortedFetchFailed\x10\r\x12/\n+GuestModeMobileAccessAbortedBadDataReceived\x10\x0e\x12&\n\"GuestModeMobileAccessShowingQRCode\x10\x0f\x12#\n\x1fGuestModeMobileAccessSwipedAway\x10\x10\x12/\n+GuestModeMobileAccessDismissedQRCodeExpired\x10\x11\x12\x31\n-GuestModeMobileAccessSucceededPairedNewBLEKey\x10\x12*}\n\x0fLaneAssistLevel\x12\x1a\n\x16LaneAssistLevelUnknown\x10\x00\x12\x17\n\x13LaneAssistLevelNone\x10\x01\x12\x1a\n\x16LaneAssistLevelWarning\x10\x02\x12\x19\n\x15LaneAssistLevelAssist\x10\x03*\xa1\x01\n\x1aScheduledChargingModeValue\x12 \n\x1cScheduledChargingModeUnknown\x10\x00\x12\x1c\n\x18ScheduledChargingModeOff\x10\x01\x12 \n\x1cScheduledChargingModeStartAt\x10\x02\x12!\n\x1dScheduledChargingModeDepartBy\x10\x03*\xc6\x01\n\x0fSentryModeState\x12\x1a\n\x16SentryModeStateUnknown\x10\x00\x12\x16\n\x12SentryModeStateOff\x10\x01\x12\x17\n\x13SentryModeStateIdle\x10\x02\x12\x18\n\x14SentryModeStateArmed\x10\x03\x12\x18\n\x14SentryModeStateAware\x10\x04\x12\x18\n\x14SentryModeStatePanic\x10\x05\x12\x18\n\x14SentryModeStateQuiet\x10\x06*\x81\x01\n\x10SpeedAssistLevel\x12\x1b\n\x17SpeedAssistLevelUnknown\x10\x00\x12\x18\n\x14SpeedAssistLevelNone\x10\x01\x12\x1b\n\x17SpeedAssistLevelDisplay\x10\x02\x12\x19\n\x15SpeedAssistLevelChime\x10\x03*\xe7\x01\n\rBMSStateValue\x12\x13\n\x0f\x42MSStateUnknown\x10\x00\x12\x13\n\x0f\x42MSStateStandby\x10\x01\x12\x11\n\rBMSStateDrive\x10\x02\x12\x13\n\x0f\x42MSStateSupport\x10\x03\x12\x12\n\x0e\x42MSStateCharge\x10\x04\x12\x10\n\x0c\x42MSStateFEIM\x10\x05\x12\x16\n\x12\x42MSStateClearFault\x10\x06\x12\x11\n\rBMSStateFault\x10\x07\x12\x10\n\x0c\x42MSStateWeld\x10\x08\x12\x10\n\x0c\x42MSStateTest\x10\t\x12\x0f\n\x0b\x42MSStateSNA\x10\n*t\n\x0c\x42uckleStatus\x12\x17\n\x13\x42uckleStatusUnknown\x10\x00\x12\x19\n\x15\x42uckleStatusUnlatched\x10\x01\x12\x17\n\x13\x42uckleStatusLatched\x10\x02\x12\x17\n\x13\x42uckleStatusFaulted\x10\x03*\x9b\x01\n\x0c\x43\x61rTypeValue\x12\x12\n\x0e\x43\x61rTypeUnknown\x10\x00\x12\x11\n\rCarTypeModelS\x10\x01\x12\x11\n\rCarTypeModelX\x10\x02\x12\x11\n\rCarTypeModel3\x10\x03\x12\x11\n\rCarTypeModelY\x10\x04\x12\x14\n\x10\x43\x61rTypeSemiTruck\x10\x05\x12\x15\n\x11\x43\x61rTypeCybertruck\x10\x06*q\n\x0f\x43hargePortValue\x12\x15\n\x11\x43hargePortUnknown\x10\x00\x12\x10\n\x0c\x43hargePortUS\x10\x01\x12\x10\n\x0c\x43hargePortEU\x10\x02\x12\x10\n\x0c\x43hargePortGB\x10\x03\x12\x11\n\rChargePortCCS\x10\x04*\xa2\x01\n\x14\x43hargePortLatchValue\x12\x1a\n\x16\x43hargePortLatchUnknown\x10\x00\x12\x16\n\x12\x43hargePortLatchSNA\x10\x01\x12\x1d\n\x19\x43hargePortLatchDisengaged\x10\x02\x12\x1a\n\x16\x43hargePortLatchEngaged\x10\x03\x12\x1b\n\x17\x43hargePortLatchBlocking\x10\x04*\xcd\x01\n\x12\x44riveInverterState\x12\x1d\n\x19\x44riveInverterStateUnknown\x10\x00\x12!\n\x1d\x44riveInverterStateUnavailable\x10\x01\x12\x1d\n\x19\x44riveInverterStateStandby\x10\x02\x12\x1b\n\x17\x44riveInverterStateFault\x10\x03\x12\x1b\n\x17\x44riveInverterStateAbort\x10\x04\x12\x1c\n\x18\x44riveInverterStateEnable\x10\x05*J\n\nHvilStatus\x12\x15\n\x11HvilStatusUnknown\x10\x00\x12\x13\n\x0fHvilStatusFault\x10\x01\x12\x10\n\x0cHvilStatusOK\x10\x02*q\n\x0bWindowState\x12\x16\n\x12WindowStateUnknown\x10\x00\x12\x15\n\x11WindowStateClosed\x10\x01\x12\x1c\n\x18WindowStatePartiallyOpen\x10\x02\x12\x15\n\x11WindowStateOpened\x10\x03*\xc2\x01\n\x10SeatFoldPosition\x12\x1b\n\x17SeatFoldPositionUnknown\x10\x00\x12\x17\n\x13SeatFoldPositionSNA\x10\x01\x12\x1b\n\x17SeatFoldPositionFaulted\x10\x02\x12!\n\x1dSeatFoldPositionNotConfigured\x10\x03\x12\x1a\n\x16SeatFoldPositionFolded\x10\x04\x12\x1c\n\x18SeatFoldPositionUnfolded\x10\x05*\x8e\x02\n\x10TractorAirStatus\x12\x1b\n\x17TractorAirStatusUnknown\x10\x00\x12 \n\x1cTractorAirStatusNotAvailable\x10\x01\x12\x19\n\x15TractorAirStatusError\x10\x02\x12\x1b\n\x17TractorAirStatusCharged\x10\x03\x12\x30\n,TractorAirStatusBuildingPressureIntermediate\x10\x04\x12\x32\n.TractorAirStatusExhaustingPressureIntermediate\x10\x05\x12\x1d\n\x19TractorAirStatusExhausted\x10\x06*\xa8\x02\n\x10TrailerAirStatus\x12\x1b\n\x17TrailerAirStatusUnknown\x10\x00\x12\x17\n\x13TrailerAirStatusSNA\x10\x01\x12\x1b\n\x17TrailerAirStatusInvalid\x10\x02\x12\x1f\n\x1bTrailerAirStatusBobtailMode\x10\x03\x12\x1b\n\x17TrailerAirStatusCharged\x10\x04\x12\x30\n,TrailerAirStatusBuildingPressureIntermediate\x10\x05\x12\x32\n.TrailerAirStatusExhaustingPressureIntermediate\x10\x06\x12\x1d\n\x19TrailerAirStatusExhausted\x10\x07*i\n\x11HvacAutoModeState\x12\x1c\n\x18HvacAutoModeStateUnknown\x10\x00\x12\x17\n\x13HvacAutoModeStateOn\x10\x01\x12\x1d\n\x19HvacAutoModeStateOverride\x10\x02*\xcd\x01\n CabinOverheatProtectionModeState\x12+\n\'CabinOverheatProtectionModeStateUnknown\x10\x00\x12\'\n#CabinOverheatProtectionModeStateOff\x10\x01\x12&\n\"CabinOverheatProtectionModeStateOn\x10\x02\x12+\n\'CabinOverheatProtectionModeStateFanOnly\x10\x03*\xd8\x01\n\"ClimateOverheatProtectionTempLimit\x12-\n)ClimateOverheatProtectionTempLimitUnknown\x10\x00\x12*\n&ClimateOverheatProtectionTempLimitHigh\x10\x01\x12,\n(ClimateOverheatProtectionTempLimitMedium\x10\x02\x12)\n%ClimateOverheatProtectionTempLimitLow\x10\x03*\x9c\x01\n\x10\x44\x65\x66rostModeState\x12\x1b\n\x17\x44\x65\x66rostModeStateUnknown\x10\x00\x12\x17\n\x13\x44\x65\x66rostModeStateOff\x10\x01\x12\x1a\n\x16\x44\x65\x66rostModeStateNormal\x10\x02\x12\x17\n\x13\x44\x65\x66rostModeStateMax\x10\x03\x12\x1d\n\x19\x44\x65\x66rostModeStateAutoDefog\x10\x04*\xb8\x01\n\x16\x43limateKeeperModeState\x12!\n\x1d\x43limateKeeperModeStateUnknown\x10\x00\x12\x1d\n\x19\x43limateKeeperModeStateOff\x10\x01\x12\x1c\n\x18\x43limateKeeperModeStateOn\x10\x02\x12\x1d\n\x19\x43limateKeeperModeStateDog\x10\x03\x12\x1f\n\x1b\x43limateKeeperModeStateParty\x10\x04*\x9b\x01\n\x0eHvacPowerState\x12\x19\n\x15HvacPowerStateUnknown\x10\x00\x12\x15\n\x11HvacPowerStateOff\x10\x01\x12\x14\n\x10HvacPowerStateOn\x10\x02\x12\x1e\n\x1aHvacPowerStatePrecondition\x10\x03\x12!\n\x1dHvacPowerStateOverheatProtect\x10\x04*\xed\x01\n\x0b\x46\x61stCharger\x12\x16\n\x12\x46\x61stChargerUnknown\x10\x00\x12\x1b\n\x17\x46\x61stChargerSupercharger\x10\x01\x12\x16\n\x12\x46\x61stChargerCHAdeMO\x10\x02\x12\x11\n\rFastChargerGB\x10\x03\x12\x1e\n\x1a\x46\x61stChargerACSingleWireCAN\x10\x04\x12\x14\n\x10\x46\x61stChargerCombo\x10\x05\x12\x1e\n\x1a\x46\x61stChargerMCSingleWireCAN\x10\x06\x12\x14\n\x10\x46\x61stChargerOther\x10\x07\x12\x12\n\x0e\x46\x61stChargerSNA\x10\x08*\x7f\n\tCableType\x12\x14\n\x10\x43\x61\x62leTypeUnknown\x10\x00\x12\x10\n\x0c\x43\x61\x62leTypeIEC\x10\x01\x12\x10\n\x0c\x43\x61\x62leTypeSAE\x10\x02\x12\x12\n\x0e\x43\x61\x62leTypeGB_AC\x10\x03\x12\x12\n\x0e\x43\x61\x62leTypeGB_DC\x10\x04\x12\x10\n\x0c\x43\x61\x62leTypeSNA\x10\x05*\xb9\x01\n\x14TonneauTentModeState\x12\x1f\n\x1bTonneauTentModeStateUnknown\x10\x00\x12 \n\x1cTonneauTentModeStateInactive\x10\x01\x12\x1e\n\x1aTonneauTentModeStateMoving\x10\x02\x12\x1e\n\x1aTonneauTentModeStateFailed\x10\x03\x12\x1e\n\x1aTonneauTentModeStateActive\x10\x04*\xc2\x01\n\x14TonneauPositionState\x12\x1f\n\x1bTonneauPositionStateUnknown\x10\x00\x12\x1f\n\x1bTonneauPositionStateInvalid\x10\x01\x12\x1e\n\x1aTonneauPositionStateClosed\x10\x02\x12%\n!TonneauPositionStatePartiallyOpen\x10\x03\x12!\n\x1dTonneauPositionStateFullyOpen\x10\x04*\xe7\x01\n\x0fPowershareState\x12\x1a\n\x16PowershareStateUnknown\x10\x00\x12\x1b\n\x17PowershareStateInactive\x10\x01\x12\x1e\n\x1aPowershareStateHandshaking\x10\x02\x12\x17\n\x13PowershareStateInit\x10\x03\x12\x1a\n\x16PowershareStateEnabled\x10\x04\x12*\n&PowershareStateEnabledReconnectingSoon\x10\x05\x12\x1a\n\x16PowershareStateStopped\x10\x06*\xd8\x02\n\x1aPowershareStopReasonStatus\x12%\n!PowershareStopReasonStatusUnknown\x10\x00\x12\"\n\x1ePowershareStopReasonStatusNone\x10\x01\x12\'\n#PowershareStopReasonStatusSOCTooLow\x10\x02\x12#\n\x1fPowershareStopReasonStatusRetry\x10\x03\x12#\n\x1fPowershareStopReasonStatusFault\x10\x04\x12\"\n\x1ePowershareStopReasonStatusUser\x10\x05\x12*\n&PowershareStopReasonStatusReconnecting\x10\x06\x12,\n(PowershareStopReasonStatusAuthentication\x10\x07*\x91\x01\n\x14PowershareTypeStatus\x12\x1f\n\x1bPowershareTypeStatusUnknown\x10\x00\x12\x1c\n\x18PowershareTypeStatusNone\x10\x01\x12\x1c\n\x18PowershareTypeStatusLoad\x10\x02\x12\x1c\n\x18PowershareTypeStatusHome\x10\x03*\x95\x02\n\x0c\x44isplayState\x12\x17\n\x13\x44isplayStateUnknown\x10\x00\x12\x13\n\x0f\x44isplayStateOff\x10\x01\x12\x13\n\x0f\x44isplayStateDim\x10\x02\x12\x19\n\x15\x44isplayStateAccessory\x10\x03\x12\x12\n\x0e\x44isplayStateOn\x10\x04\x12\x17\n\x13\x44isplayStateDriving\x10\x05\x12\x18\n\x14\x44isplayStateCharging\x10\x06\x12\x14\n\x10\x44isplayStateLock\x10\x07\x12\x16\n\x12\x44isplayStateSentry\x10\x08\x12\x13\n\x0f\x44isplayStateDog\x10\t\x12\x1d\n\x19\x44isplayStateEntertainment\x10\nB/Z-github.com/teslamotors/fleet-telemetry/protosb\x06proto3') +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x12vehicle_data.proto\x12\x16telemetry.vehicle_data\x1a\x1fgoogle/protobuf/timestamp.proto\"4\n\rLocationValue\x12\x10\n\x08latitude\x18\x01 \x01(\x01\x12\x11\n\tlongitude\x18\x02 \x01(\x01\"\x86\x01\n\x05\x44oors\x12\x13\n\x0b\x44riverFront\x18\x01 \x01(\x08\x12\x16\n\x0ePassengerFront\x18\x02 \x01(\x08\x12\x12\n\nDriverRear\x18\x03 \x01(\x08\x12\x15\n\rPassengerRear\x18\x04 \x01(\x08\x12\x12\n\nTrunkFront\x18\x05 \x01(\x08\x12\x11\n\tTrunkRear\x18\x06 \x01(\x08\"\x9b\x02\n\x0cTireLocation\x12\x12\n\nfront_left\x18\x01 \x01(\x08\x12\x13\n\x0b\x66ront_right\x18\x02 \x01(\x08\x12\x11\n\trear_left\x18\x03 \x01(\x08\x12\x12\n\nrear_right\x18\x04 \x01(\x08\x12\x1f\n\x17semi_middle_axle_left_2\x18\x05 \x01(\x08\x12 \n\x18semi_middle_axle_right_2\x18\x06 \x01(\x08\x12\x1b\n\x13semi_rear_axle_left\x18\x07 \x01(\x08\x12\x1c\n\x14semi_rear_axle_right\x18\x08 \x01(\x08\x12\x1d\n\x15semi_rear_axle_left_2\x18\t \x01(\x08\x12\x1e\n\x16semi_rear_axle_right_2\x18\n \x01(\x08\"4\n\x04Time\x12\x0c\n\x04hour\x18\x01 \x01(\x05\x12\x0e\n\x06minute\x18\x02 \x01(\x05\x12\x0e\n\x06second\x18\x03 \x01(\x05\"\xf7\x1a\n\x05Value\x12\x16\n\x0cstring_value\x18\x01 \x01(\tH\x00\x12\x13\n\tint_value\x18\x02 \x01(\x05H\x00\x12\x14\n\nlong_value\x18\x03 \x01(\x03H\x00\x12\x15\n\x0b\x66loat_value\x18\x04 \x01(\x02H\x00\x12\x16\n\x0c\x64ouble_value\x18\x05 \x01(\x01H\x00\x12\x17\n\rboolean_value\x18\x06 \x01(\x08H\x00\x12?\n\x0elocation_value\x18\x07 \x01(\x0b\x32%.telemetry.vehicle_data.LocationValueH\x00\x12?\n\x0e\x63harging_value\x18\x08 \x01(\x0e\x32%.telemetry.vehicle_data.ChargingStateH\x00\x12?\n\x11shift_state_value\x18\t \x01(\x0e\x32\".telemetry.vehicle_data.ShiftStateH\x00\x12\x11\n\x07invalid\x18\n \x01(\x08H\x00\x12J\n\x17lane_assist_level_value\x18\x0b \x01(\x0e\x32\'.telemetry.vehicle_data.LaneAssistLevelH\x00\x12[\n\x1dscheduled_charging_mode_value\x18\x0c \x01(\x0e\x32\x32.telemetry.vehicle_data.ScheduledChargingModeValueH\x00\x12J\n\x17sentry_mode_state_value\x18\r \x01(\x0e\x32\'.telemetry.vehicle_data.SentryModeStateH\x00\x12L\n\x18speed_assist_level_value\x18\x0e \x01(\x0e\x32(.telemetry.vehicle_data.SpeedAssistLevelH\x00\x12@\n\x0f\x62ms_state_value\x18\x0f \x01(\x0e\x32%.telemetry.vehicle_data.BMSStateValueH\x00\x12\x43\n\x13\x62uckle_status_value\x18\x10 \x01(\x0e\x32$.telemetry.vehicle_data.BuckleStatusH\x00\x12>\n\x0e\x63\x61r_type_value\x18\x11 \x01(\x0e\x32$.telemetry.vehicle_data.CarTypeValueH\x00\x12\x44\n\x11\x63harge_port_value\x18\x12 \x01(\x0e\x32\'.telemetry.vehicle_data.ChargePortValueH\x00\x12O\n\x17\x63harge_port_latch_value\x18\x13 \x01(\x0e\x32,.telemetry.vehicle_data.ChargePortLatchValueH\x00\x12\x33\n\ndoor_value\x18\x15 \x01(\x0b\x32\x1d.telemetry.vehicle_data.DoorsH\x00\x12P\n\x1a\x64rive_inverter_state_value\x18\x16 \x01(\x0e\x32*.telemetry.vehicle_data.DriveInverterStateH\x00\x12?\n\x11hvil_status_value\x18\x17 \x01(\x0e\x32\".telemetry.vehicle_data.HvilStatusH\x00\x12\x41\n\x12window_state_value\x18\x18 \x01(\x0e\x32#.telemetry.vehicle_data.WindowStateH\x00\x12L\n\x18seat_fold_position_value\x18\x19 \x01(\x0e\x32(.telemetry.vehicle_data.SeatFoldPositionH\x00\x12L\n\x18tractor_air_status_value\x18\x1a \x01(\x0e\x32(.telemetry.vehicle_data.TractorAirStatusH\x00\x12G\n\x15\x66ollow_distance_value\x18\x1b \x01(\x0e\x32&.telemetry.vehicle_data.FollowDistanceH\x00\x12\x62\n#forward_collision_sensitivity_value\x18\x1c \x01(\x0e\x32\x33.telemetry.vehicle_data.ForwardCollisionSensitivityH\x00\x12W\n\x1eguest_mode_mobile_access_value\x18\x1d \x01(\x0e\x32-.telemetry.vehicle_data.GuestModeMobileAccessH\x00\x12L\n\x18trailer_air_status_value\x18\x1e \x01(\x0e\x32(.telemetry.vehicle_data.TrailerAirStatusH\x00\x12\x32\n\ntime_value\x18\x1f \x01(\x0b\x32\x1c.telemetry.vehicle_data.TimeH\x00\x12W\n\x1b\x64\x65tailed_charge_state_value\x18 \x01(\x0e\x32\x30.telemetry.vehicle_data.DetailedChargeStateValueH\x00\x12I\n\x14hvac_auto_mode_value\x18! \x01(\x0e\x32).telemetry.vehicle_data.HvacAutoModeStateH\x00\x12h\n$cabin_overheat_protection_mode_value\x18\" \x01(\x0e\x32\x38.telemetry.vehicle_data.CabinOverheatProtectionModeStateH\x00\x12w\n1cabin_overheat_protection_temperature_limit_value\x18# \x01(\x0e\x32:.telemetry.vehicle_data.ClimateOverheatProtectionTempLimitH\x00\x12\x46\n\x12\x64\x65\x66rost_mode_value\x18$ \x01(\x0e\x32(.telemetry.vehicle_data.DefrostModeStateH\x00\x12S\n\x19\x63limate_keeper_mode_value\x18% \x01(\x0e\x32..telemetry.vehicle_data.ClimateKeeperModeStateH\x00\x12\x42\n\x10hvac_power_value\x18& \x01(\x0e\x32&.telemetry.vehicle_data.HvacPowerStateH\x00\x12\x43\n\x13tire_location_value\x18\' \x01(\x0b\x32$.telemetry.vehicle_data.TireLocationH\x00\x12\x41\n\x12\x66\x61st_charger_value\x18( \x01(\x0e\x32#.telemetry.vehicle_data.FastChargerH\x00\x12=\n\x10\x63\x61\x62le_type_value\x18) \x01(\x0e\x32!.telemetry.vehicle_data.CableTypeH\x00\x12O\n\x17tonneau_tent_mode_value\x18* \x01(\x0e\x32,.telemetry.vehicle_data.TonneauTentModeStateH\x00\x12N\n\x16tonneau_position_value\x18+ \x01(\x0e\x32,.telemetry.vehicle_data.TonneauPositionStateH\x00\x12M\n\x15powershare_type_value\x18, \x01(\x0e\x32,.telemetry.vehicle_data.PowershareTypeStatusH\x00\x12I\n\x16powershare_state_value\x18- \x01(\x0e\x32\'.telemetry.vehicle_data.PowershareStateH\x00\x12Z\n\x1cpowershare_stop_reason_value\x18. \x01(\x0e\x32\x32.telemetry.vehicle_data.PowershareStopReasonStatusH\x00\x12\x43\n\x13\x64isplay_state_value\x18/ \x01(\x0e\x32$.telemetry.vehicle_data.DisplayStateH\x00\x12\x43\n\x13\x64istance_unit_value\x18\x30 \x01(\x0e\x32$.telemetry.vehicle_data.DistanceUnitH\x00\x12I\n\x16temperature_unit_value\x18\x31 \x01(\x0e\x32\'.telemetry.vehicle_data.TemperatureUnitH\x00\x12\x43\n\x13pressure_unit_value\x18\x32 \x01(\x0e\x32$.telemetry.vehicle_data.PressureUnitH\x00\x12T\n\x1c\x63harge_unit_preference_value\x18\x33 \x01(\x0e\x32,.telemetry.vehicle_data.ChargeUnitPreferenceH\x00\x42\x07\n\x05value\"a\n\x05\x44\x61tum\x12*\n\x03key\x18\x01 \x01(\x0e\x32\x1d.telemetry.vehicle_data.Field\x12,\n\x05value\x18\x02 \x01(\x0b\x32\x1d.telemetry.vehicle_data.Value\"s\n\x07Payload\x12+\n\x04\x64\x61ta\x18\x01 \x03(\x0b\x32\x1d.telemetry.vehicle_data.Datum\x12.\n\ncreated_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0b\n\x03vin\x18\x03 \x01(\t*\xc3+\n\x05\x46ield\x12\x0b\n\x07Unknown\x10\x00\x12\r\n\tDriveRail\x10\x01\x12\x0f\n\x0b\x43hargeState\x10\x02\x12\x19\n\x15\x42msFullchargecomplete\x10\x03\x12\x10\n\x0cVehicleSpeed\x10\x04\x12\x0c\n\x08Odometer\x10\x05\x12\x0f\n\x0bPackVoltage\x10\x06\x12\x0f\n\x0bPackCurrent\x10\x07\x12\x07\n\x03Soc\x10\x08\x12\x0e\n\nDCDCEnable\x10\t\x12\x08\n\x04Gear\x10\n\x12\x17\n\x13IsolationResistance\x10\x0b\x12\x11\n\rPedalPosition\x10\x0c\x12\x0e\n\nBrakePedal\x10\r\x12\x0c\n\x08\x44iStateR\x10\x0e\x12\x10\n\x0c\x44iHeatsinkTR\x10\x0f\x12\x10\n\x0c\x44iAxleSpeedR\x10\x10\x12\x11\n\rDiTorquemotor\x10\x11\x12\x11\n\rDiStatorTempR\x10\x12\x12\x0b\n\x07\x44iVBatR\x10\x13\x12\x13\n\x0f\x44iMotorCurrentR\x10\x14\x12\x0c\n\x08Location\x10\x15\x12\x0c\n\x08GpsState\x10\x16\x12\x0e\n\nGpsHeading\x10\x17\x12\x16\n\x12NumBrickVoltageMax\x10\x18\x12\x13\n\x0f\x42rickVoltageMax\x10\x19\x12\x16\n\x12NumBrickVoltageMin\x10\x1a\x12\x13\n\x0f\x42rickVoltageMin\x10\x1b\x12\x14\n\x10NumModuleTempMax\x10\x1c\x12\x11\n\rModuleTempMax\x10\x1d\x12\x14\n\x10NumModuleTempMin\x10\x1e\x12\x11\n\rModuleTempMin\x10\x1f\x12\x0e\n\nRatedRange\x10 \x12\x08\n\x04Hvil\x10!\x12\x16\n\x12\x44\x43\x43hargingEnergyIn\x10\"\x12\x13\n\x0f\x44\x43\x43hargingPower\x10#\x12\x16\n\x12\x41\x43\x43hargingEnergyIn\x10$\x12\x13\n\x0f\x41\x43\x43hargingPower\x10%\x12\x12\n\x0e\x43hargeLimitSoc\x10&\x12\x16\n\x12\x46\x61stChargerPresent\x10\'\x12\x13\n\x0f\x45stBatteryRange\x10(\x12\x15\n\x11IdealBatteryRange\x10)\x12\x10\n\x0c\x42\x61tteryLevel\x10*\x12\x14\n\x10TimeToFullCharge\x10+\x12\x1e\n\x1aScheduledChargingStartTime\x10,\x12\x1c\n\x18ScheduledChargingPending\x10-\x12\x1a\n\x16ScheduledDepartureTime\x10.\x12\x1a\n\x16PreconditioningEnabled\x10/\x12\x19\n\x15ScheduledChargingMode\x10\x30\x12\x0e\n\nChargeAmps\x10\x31\x12\x17\n\x13\x43hargeEnableRequest\x10\x32\x12\x11\n\rChargerPhases\x10\x33\x12\x1d\n\x19\x43hargePortColdWeatherMode\x10\x34\x12\x18\n\x14\x43hargeCurrentRequest\x10\x35\x12\x1b\n\x17\x43hargeCurrentRequestMax\x10\x36\x12\x13\n\x0f\x42\x61tteryHeaterOn\x10\x37\x12\x18\n\x14NotEnoughPowerToHeat\x10\x38\x12\"\n\x1eSuperchargerSessionTripPlanner\x10\x39\x12\r\n\tDoorState\x10:\x12\n\n\x06Locked\x10;\x12\x0c\n\x08\x46\x64Window\x10<\x12\x0c\n\x08\x46pWindow\x10=\x12\x0c\n\x08RdWindow\x10>\x12\x0c\n\x08RpWindow\x10?\x12\x0f\n\x0bVehicleName\x10@\x12\x0e\n\nSentryMode\x10\x41\x12\x12\n\x0eSpeedLimitMode\x10\x42\x12\x13\n\x0f\x43urrentLimitMph\x10\x43\x12\x0b\n\x07Version\x10\x44\x12\x12\n\x0eTpmsPressureFl\x10\x45\x12\x12\n\x0eTpmsPressureFr\x10\x46\x12\x12\n\x0eTpmsPressureRl\x10G\x12\x12\n\x0eTpmsPressureRr\x10H\x12\x1e\n\x1aSemitruckTpmsPressureRe1L0\x10I\x12\x1e\n\x1aSemitruckTpmsPressureRe1L1\x10J\x12\x1e\n\x1aSemitruckTpmsPressureRe1R0\x10K\x12\x1e\n\x1aSemitruckTpmsPressureRe1R1\x10L\x12\x1e\n\x1aSemitruckTpmsPressureRe2L0\x10M\x12\x1e\n\x1aSemitruckTpmsPressureRe2L1\x10N\x12\x1e\n\x1aSemitruckTpmsPressureRe2R0\x10O\x12\x1e\n\x1aSemitruckTpmsPressureRe2R1\x10P\x12\x1e\n\x1aTpmsLastSeenPressureTimeFl\x10Q\x12\x1e\n\x1aTpmsLastSeenPressureTimeFr\x10R\x12\x1e\n\x1aTpmsLastSeenPressureTimeRl\x10S\x12\x1e\n\x1aTpmsLastSeenPressureTimeRr\x10T\x12\x0e\n\nInsideTemp\x10U\x12\x0f\n\x0bOutsideTemp\x10V\x12\x12\n\x0eSeatHeaterLeft\x10W\x12\x13\n\x0fSeatHeaterRight\x10X\x12\x16\n\x12SeatHeaterRearLeft\x10Y\x12\x17\n\x13SeatHeaterRearRight\x10Z\x12\x18\n\x14SeatHeaterRearCenter\x10[\x12\x17\n\x13\x41utoSeatClimateLeft\x10\\\x12\x18\n\x14\x41utoSeatClimateRight\x10]\x12\x12\n\x0e\x44riverSeatBelt\x10^\x12\x15\n\x11PassengerSeatBelt\x10_\x12\x16\n\x12\x44riverSeatOccupied\x10`\x12&\n\"SemitruckPassengerSeatFoldPosition\x10\x61\x12\x17\n\x13LateralAcceleration\x10\x62\x12\x1c\n\x18LongitudinalAcceleration\x10\x63\x12\x10\n\x0c\x44\x65precated_2\x10\x64\x12\x12\n\x0e\x43ruiseSetSpeed\x10\x65\x12\x16\n\x12LifetimeEnergyUsed\x10\x66\x12\x1b\n\x17LifetimeEnergyUsedDrive\x10g\x12#\n\x1fSemitruckTractorParkBrakeStatus\x10h\x12#\n\x1fSemitruckTrailerParkBrakeStatus\x10i\x12\x11\n\rBrakePedalPos\x10j\x12\x14\n\x10RouteLastUpdated\x10k\x12\r\n\tRouteLine\x10l\x12\x12\n\x0eMilesToArrival\x10m\x12\x14\n\x10MinutesToArrival\x10n\x12\x12\n\x0eOriginLocation\x10o\x12\x17\n\x13\x44\x65stinationLocation\x10p\x12\x0b\n\x07\x43\x61rType\x10q\x12\x08\n\x04Trim\x10r\x12\x11\n\rExteriorColor\x10s\x12\r\n\tRoofColor\x10t\x12\x0e\n\nChargePort\x10u\x12\x13\n\x0f\x43hargePortLatch\x10v\x12\x12\n\x0e\x45xperimental_1\x10w\x12\x12\n\x0e\x45xperimental_2\x10x\x12\x12\n\x0e\x45xperimental_3\x10y\x12\x12\n\x0e\x45xperimental_4\x10z\x12\x14\n\x10GuestModeEnabled\x10{\x12\x15\n\x11PinToDriveEnabled\x10|\x12\x1e\n\x1aPairedPhoneKeyAndKeyFobQty\x10}\x12\x18\n\x14\x43ruiseFollowDistance\x10~\x12\x1c\n\x18\x41utomaticBlindSpotCamera\x10\x7f\x12#\n\x1e\x42lindSpotCollisionWarningChime\x10\x80\x01\x12\x16\n\x11SpeedLimitWarning\x10\x81\x01\x12\x1c\n\x17\x46orwardCollisionWarning\x10\x82\x01\x12\x1b\n\x16LaneDepartureAvoidance\x10\x83\x01\x12$\n\x1f\x45mergencyLaneDepartureAvoidance\x10\x84\x01\x12!\n\x1c\x41utomaticEmergencyBrakingOff\x10\x85\x01\x12\x1e\n\x19LifetimeEnergyGainedRegen\x10\x86\x01\x12\r\n\x08\x44iStateF\x10\x87\x01\x12\x0f\n\nDiStateREL\x10\x88\x01\x12\x0f\n\nDiStateRER\x10\x89\x01\x12\x11\n\x0c\x44iHeatsinkTF\x10\x8a\x01\x12\x13\n\x0e\x44iHeatsinkTREL\x10\x8b\x01\x12\x13\n\x0e\x44iHeatsinkTRER\x10\x8c\x01\x12\x11\n\x0c\x44iAxleSpeedF\x10\x8d\x01\x12\x13\n\x0e\x44iAxleSpeedREL\x10\x8e\x01\x12\x13\n\x0e\x44iAxleSpeedRER\x10\x8f\x01\x12\x15\n\x10\x44iSlaveTorqueCmd\x10\x90\x01\x12\x14\n\x0f\x44iTorqueActualR\x10\x91\x01\x12\x14\n\x0f\x44iTorqueActualF\x10\x92\x01\x12\x16\n\x11\x44iTorqueActualREL\x10\x93\x01\x12\x16\n\x11\x44iTorqueActualRER\x10\x94\x01\x12\x12\n\rDiStatorTempF\x10\x95\x01\x12\x14\n\x0f\x44iStatorTempREL\x10\x96\x01\x12\x14\n\x0f\x44iStatorTempRER\x10\x97\x01\x12\x0c\n\x07\x44iVBatF\x10\x98\x01\x12\x0e\n\tDiVBatREL\x10\x99\x01\x12\x0e\n\tDiVBatRER\x10\x9a\x01\x12\x14\n\x0f\x44iMotorCurrentF\x10\x9b\x01\x12\x16\n\x11\x44iMotorCurrentREL\x10\x9c\x01\x12\x16\n\x11\x44iMotorCurrentRER\x10\x9d\x01\x12\x14\n\x0f\x45nergyRemaining\x10\x9e\x01\x12\x10\n\x0bServiceMode\x10\x9f\x01\x12\r\n\x08\x42MSState\x10\xa0\x01\x12\x1f\n\x1aGuestModeMobileAccessState\x10\xa1\x01\x12\x11\n\x0c\x44\x65precated_1\x10\xa2\x01\x12\x14\n\x0f\x44\x65stinationName\x10\xa3\x01\x12\x11\n\x0c\x44iInverterTR\x10\xa4\x01\x12\x11\n\x0c\x44iInverterTF\x10\xa5\x01\x12\x13\n\x0e\x44iInverterTREL\x10\xa6\x01\x12\x13\n\x0e\x44iInverterTRER\x10\xa7\x01\x12\x13\n\x0e\x45xperimental_5\x10\xa8\x01\x12\x13\n\x0e\x45xperimental_6\x10\xa9\x01\x12\x13\n\x0e\x45xperimental_7\x10\xaa\x01\x12\x13\n\x0e\x45xperimental_8\x10\xab\x01\x12\x13\n\x0e\x45xperimental_9\x10\xac\x01\x12\x14\n\x0f\x45xperimental_10\x10\xad\x01\x12\x14\n\x0f\x45xperimental_11\x10\xae\x01\x12\x14\n\x0f\x45xperimental_12\x10\xaf\x01\x12\x14\n\x0f\x45xperimental_13\x10\xb0\x01\x12\x14\n\x0f\x45xperimental_14\x10\xb1\x01\x12\x14\n\x0f\x45xperimental_15\x10\xb2\x01\x12\x18\n\x13\x44\x65tailedChargeState\x10\xb3\x01\x12 \n\x1b\x43\x61\x62inOverheatProtectionMode\x10\xb4\x01\x12,\n\'CabinOverheatProtectionTemperatureLimit\x10\xb5\x01\x12\x12\n\rCenterDisplay\x10\xb6\x01\x12\x17\n\x12\x43hargePortDoorOpen\x10\xb7\x01\x12\x13\n\x0e\x43hargerVoltage\x10\xb8\x01\x12\x16\n\x11\x43hargingCableType\x10\xb9\x01\x12\x16\n\x11\x43limateKeeperMode\x10\xba\x01\x12\x1e\n\x19\x44\x65\x66rostForPreconditioning\x10\xbb\x01\x12\x10\n\x0b\x44\x65\x66rostMode\x10\xbc\x01\x12\x16\n\x11\x45\x66\x66iciencyPackage\x10\xbd\x01\x12&\n!EstimatedHoursToChargeTermination\x10\xbe\x01\x12\x12\n\rEuropeVehicle\x10\xbf\x01\x12\'\n\"ExpectedEnergyPercentAtTripArrival\x10\xc0\x01\x12\x14\n\x0f\x46\x61stChargerType\x10\xc1\x01\x12\x18\n\x13HomelinkDeviceCount\x10\xc2\x01\x12\x13\n\x0eHomelinkNearby\x10\xc3\x01\x12\x12\n\rHvacACEnabled\x10\xc4\x01\x12\x11\n\x0cHvacAutoMode\x10\xc5\x01\x12\x11\n\x0cHvacFanSpeed\x10\xc6\x01\x12\x12\n\rHvacFanStatus\x10\xc7\x01\x12\x1f\n\x1aHvacLeftTemperatureRequest\x10\xc8\x01\x12\x0e\n\tHvacPower\x10\xc9\x01\x12 \n\x1bHvacRightTemperatureRequest\x10\xca\x01\x12\x1e\n\x19HvacSteeringWheelHeatAuto\x10\xcb\x01\x12\x1f\n\x1aHvacSteeringWheelHeatLevel\x10\xcc\x01\x12\x1b\n\x16OffroadLightbarPresent\x10\xcd\x01\x12\x18\n\x13PowershareHoursLeft\x10\xce\x01\x12#\n\x1ePowershareInstantaneousPowerKW\x10\xcf\x01\x12\x15\n\x10PowershareStatus\x10\xd0\x01\x12\x19\n\x14PowershareStopReason\x10\xd1\x01\x12\x13\n\x0ePowershareType\x10\xd2\x01\x12\x1b\n\x16RearDisplayHvacEnabled\x10\xd3\x01\x12\x14\n\x0fRearSeatHeaters\x10\xd4\x01\x12\x17\n\x12RemoteStartEnabled\x10\xd5\x01\x12\x13\n\x0eRightHandDrive\x10\xd6\x01\x12\x1d\n\x18RouteTrafficMinutesDelay\x10\xd7\x01\x12*\n%SoftwareUpdateDownloadPercentComplete\x10\xd8\x01\x12*\n%SoftwareUpdateExpectedDurationMinutes\x10\xd9\x01\x12.\n)SoftwareUpdateInstallationPercentComplete\x10\xda\x01\x12%\n SoftwareUpdateScheduledStartTime\x10\xdb\x01\x12\x1a\n\x15SoftwareUpdateVersion\x10\xdc\x01\x12\x17\n\x12TonneauOpenPercent\x10\xdd\x01\x12\x14\n\x0fTonneauPosition\x10\xde\x01\x12\x14\n\x0fTonneauTentMode\x10\xdf\x01\x12\x15\n\x10TpmsHardWarnings\x10\xe0\x01\x12\x15\n\x10TpmsSoftWarnings\x10\xe1\x01\x12\x15\n\x10ValetModeEnabled\x10\xe2\x01\x12\x0e\n\tWheelType\x10\xe3\x01\x12\x15\n\x10WiperHeatEnabled\x10\xe4\x01\x12\x12\n\rLocatedAtHome\x10\xe5\x01\x12\x12\n\rLocatedAtWork\x10\xe6\x01\x12\x16\n\x11LocatedAtFavorite\x10\xe7\x01\x12\x18\n\x13SettingDistanceUnit\x10\xe8\x01\x12\x1b\n\x16SettingTemperatureUnit\x10\xe9\x01\x12\x16\n\x11Setting24HourTime\x10\xea\x01\x12\x1c\n\x17SettingTirePressureUnit\x10\xeb\x01\x12\x16\n\x11SettingChargeUnit\x10\xec\x01\x12 \n\x1b\x43limateSeatCoolingFrontLeft\x10\xed\x01\x12!\n\x1c\x43limateSeatCoolingFrontRight\x10\xee\x01*\xbf\x01\n\rChargingState\x12\x16\n\x12\x43hargeStateUnknown\x10\x00\x12\x1b\n\x17\x43hargeStateDisconnected\x10\x01\x12\x16\n\x12\x43hargeStateNoPower\x10\x02\x12\x17\n\x13\x43hargeStateStarting\x10\x03\x12\x17\n\x13\x43hargeStateCharging\x10\x04\x12\x17\n\x13\x43hargeStateComplete\x10\x05\x12\x16\n\x12\x43hargeStateStopped\x10\x06*\x82\x02\n\x18\x44\x65tailedChargeStateValue\x12\x1e\n\x1a\x44\x65tailedChargeStateUnknown\x10\x00\x12#\n\x1f\x44\x65tailedChargeStateDisconnected\x10\x01\x12\x1e\n\x1a\x44\x65tailedChargeStateNoPower\x10\x02\x12\x1f\n\x1b\x44\x65tailedChargeStateStarting\x10\x03\x12\x1f\n\x1b\x44\x65tailedChargeStateCharging\x10\x04\x12\x1f\n\x1b\x44\x65tailedChargeStateComplete\x10\x05\x12\x1e\n\x1a\x44\x65tailedChargeStateStopped\x10\x06*\x91\x01\n\nShiftState\x12\x15\n\x11ShiftStateUnknown\x10\x00\x12\x15\n\x11ShiftStateInvalid\x10\x01\x12\x0f\n\x0bShiftStateP\x10\x02\x12\x0f\n\x0bShiftStateR\x10\x03\x12\x0f\n\x0bShiftStateN\x10\x04\x12\x0f\n\x0bShiftStateD\x10\x05\x12\x11\n\rShiftStateSNA\x10\x06*\xbe\x01\n\x0e\x46ollowDistance\x12\x19\n\x15\x46ollowDistanceUnknown\x10\x00\x12\x13\n\x0f\x46ollowDistance1\x10\x01\x12\x13\n\x0f\x46ollowDistance2\x10\x02\x12\x13\n\x0f\x46ollowDistance3\x10\x03\x12\x13\n\x0f\x46ollowDistance4\x10\x04\x12\x13\n\x0f\x46ollowDistance5\x10\x05\x12\x13\n\x0f\x46ollowDistance6\x10\x06\x12\x13\n\x0f\x46ollowDistance7\x10\x07*\xdc\x01\n\x1b\x46orwardCollisionSensitivity\x12&\n\"ForwardCollisionSensitivityUnknown\x10\x00\x12\"\n\x1e\x46orwardCollisionSensitivityOff\x10\x01\x12#\n\x1f\x46orwardCollisionSensitivityLate\x10\x02\x12&\n\"ForwardCollisionSensitivityAverage\x10\x03\x12$\n ForwardCollisionSensitivityEarly\x10\x04*\xe4\x06\n\x15GuestModeMobileAccess\x12 \n\x1cGuestModeMobileAccessUnknown\x10\x00\x12\x1d\n\x19GuestModeMobileAccessInit\x10\x01\x12)\n%GuestModeMobileAccessNotAuthenticated\x10\x02\x12&\n\"GuestModeMobileAccessAuthenticated\x10\x03\x12\'\n#GuestModeMobileAccessAbortedDriving\x10\x04\x12\x30\n,GuestModeMobileAccessAbortedUsingRemoteStart\x10\x05\x12,\n(GuestModeMobileAccessAbortedUsingBLEKeys\x10\x06\x12)\n%GuestModeMobileAccessAbortedValetMode\x10\x07\x12,\n(GuestModeMobileAccessAbortedGuestModeOff\x10\x08\x12\x35\n1GuestModeMobileAccessAbortedDriveAuthTimeExceeded\x10\t\x12.\n*GuestModeMobileAccessAbortedNoDataReceived\x10\n\x12\x31\n-GuestModeMobileAccessRequestingFromMothership\x10\x0b\x12,\n(GuestModeMobileAccessRequestingFromAuthD\x10\x0c\x12+\n\'GuestModeMobileAccessAbortedFetchFailed\x10\r\x12/\n+GuestModeMobileAccessAbortedBadDataReceived\x10\x0e\x12&\n\"GuestModeMobileAccessShowingQRCode\x10\x0f\x12#\n\x1fGuestModeMobileAccessSwipedAway\x10\x10\x12/\n+GuestModeMobileAccessDismissedQRCodeExpired\x10\x11\x12\x31\n-GuestModeMobileAccessSucceededPairedNewBLEKey\x10\x12*}\n\x0fLaneAssistLevel\x12\x1a\n\x16LaneAssistLevelUnknown\x10\x00\x12\x17\n\x13LaneAssistLevelNone\x10\x01\x12\x1a\n\x16LaneAssistLevelWarning\x10\x02\x12\x19\n\x15LaneAssistLevelAssist\x10\x03*\xa1\x01\n\x1aScheduledChargingModeValue\x12 \n\x1cScheduledChargingModeUnknown\x10\x00\x12\x1c\n\x18ScheduledChargingModeOff\x10\x01\x12 \n\x1cScheduledChargingModeStartAt\x10\x02\x12!\n\x1dScheduledChargingModeDepartBy\x10\x03*\xc6\x01\n\x0fSentryModeState\x12\x1a\n\x16SentryModeStateUnknown\x10\x00\x12\x16\n\x12SentryModeStateOff\x10\x01\x12\x17\n\x13SentryModeStateIdle\x10\x02\x12\x18\n\x14SentryModeStateArmed\x10\x03\x12\x18\n\x14SentryModeStateAware\x10\x04\x12\x18\n\x14SentryModeStatePanic\x10\x05\x12\x18\n\x14SentryModeStateQuiet\x10\x06*\x81\x01\n\x10SpeedAssistLevel\x12\x1b\n\x17SpeedAssistLevelUnknown\x10\x00\x12\x18\n\x14SpeedAssistLevelNone\x10\x01\x12\x1b\n\x17SpeedAssistLevelDisplay\x10\x02\x12\x19\n\x15SpeedAssistLevelChime\x10\x03*\xe7\x01\n\rBMSStateValue\x12\x13\n\x0f\x42MSStateUnknown\x10\x00\x12\x13\n\x0f\x42MSStateStandby\x10\x01\x12\x11\n\rBMSStateDrive\x10\x02\x12\x13\n\x0f\x42MSStateSupport\x10\x03\x12\x12\n\x0e\x42MSStateCharge\x10\x04\x12\x10\n\x0c\x42MSStateFEIM\x10\x05\x12\x16\n\x12\x42MSStateClearFault\x10\x06\x12\x11\n\rBMSStateFault\x10\x07\x12\x10\n\x0c\x42MSStateWeld\x10\x08\x12\x10\n\x0c\x42MSStateTest\x10\t\x12\x0f\n\x0b\x42MSStateSNA\x10\n*t\n\x0c\x42uckleStatus\x12\x17\n\x13\x42uckleStatusUnknown\x10\x00\x12\x19\n\x15\x42uckleStatusUnlatched\x10\x01\x12\x17\n\x13\x42uckleStatusLatched\x10\x02\x12\x17\n\x13\x42uckleStatusFaulted\x10\x03*\x9b\x01\n\x0c\x43\x61rTypeValue\x12\x12\n\x0e\x43\x61rTypeUnknown\x10\x00\x12\x11\n\rCarTypeModelS\x10\x01\x12\x11\n\rCarTypeModelX\x10\x02\x12\x11\n\rCarTypeModel3\x10\x03\x12\x11\n\rCarTypeModelY\x10\x04\x12\x14\n\x10\x43\x61rTypeSemiTruck\x10\x05\x12\x15\n\x11\x43\x61rTypeCybertruck\x10\x06*q\n\x0f\x43hargePortValue\x12\x15\n\x11\x43hargePortUnknown\x10\x00\x12\x10\n\x0c\x43hargePortUS\x10\x01\x12\x10\n\x0c\x43hargePortEU\x10\x02\x12\x10\n\x0c\x43hargePortGB\x10\x03\x12\x11\n\rChargePortCCS\x10\x04*\xa2\x01\n\x14\x43hargePortLatchValue\x12\x1a\n\x16\x43hargePortLatchUnknown\x10\x00\x12\x16\n\x12\x43hargePortLatchSNA\x10\x01\x12\x1d\n\x19\x43hargePortLatchDisengaged\x10\x02\x12\x1a\n\x16\x43hargePortLatchEngaged\x10\x03\x12\x1b\n\x17\x43hargePortLatchBlocking\x10\x04*\xcd\x01\n\x12\x44riveInverterState\x12\x1d\n\x19\x44riveInverterStateUnknown\x10\x00\x12!\n\x1d\x44riveInverterStateUnavailable\x10\x01\x12\x1d\n\x19\x44riveInverterStateStandby\x10\x02\x12\x1b\n\x17\x44riveInverterStateFault\x10\x03\x12\x1b\n\x17\x44riveInverterStateAbort\x10\x04\x12\x1c\n\x18\x44riveInverterStateEnable\x10\x05*J\n\nHvilStatus\x12\x15\n\x11HvilStatusUnknown\x10\x00\x12\x13\n\x0fHvilStatusFault\x10\x01\x12\x10\n\x0cHvilStatusOK\x10\x02*q\n\x0bWindowState\x12\x16\n\x12WindowStateUnknown\x10\x00\x12\x15\n\x11WindowStateClosed\x10\x01\x12\x1c\n\x18WindowStatePartiallyOpen\x10\x02\x12\x15\n\x11WindowStateOpened\x10\x03*\xc2\x01\n\x10SeatFoldPosition\x12\x1b\n\x17SeatFoldPositionUnknown\x10\x00\x12\x17\n\x13SeatFoldPositionSNA\x10\x01\x12\x1b\n\x17SeatFoldPositionFaulted\x10\x02\x12!\n\x1dSeatFoldPositionNotConfigured\x10\x03\x12\x1a\n\x16SeatFoldPositionFolded\x10\x04\x12\x1c\n\x18SeatFoldPositionUnfolded\x10\x05*\x8e\x02\n\x10TractorAirStatus\x12\x1b\n\x17TractorAirStatusUnknown\x10\x00\x12 \n\x1cTractorAirStatusNotAvailable\x10\x01\x12\x19\n\x15TractorAirStatusError\x10\x02\x12\x1b\n\x17TractorAirStatusCharged\x10\x03\x12\x30\n,TractorAirStatusBuildingPressureIntermediate\x10\x04\x12\x32\n.TractorAirStatusExhaustingPressureIntermediate\x10\x05\x12\x1d\n\x19TractorAirStatusExhausted\x10\x06*\xa8\x02\n\x10TrailerAirStatus\x12\x1b\n\x17TrailerAirStatusUnknown\x10\x00\x12\x17\n\x13TrailerAirStatusSNA\x10\x01\x12\x1b\n\x17TrailerAirStatusInvalid\x10\x02\x12\x1f\n\x1bTrailerAirStatusBobtailMode\x10\x03\x12\x1b\n\x17TrailerAirStatusCharged\x10\x04\x12\x30\n,TrailerAirStatusBuildingPressureIntermediate\x10\x05\x12\x32\n.TrailerAirStatusExhaustingPressureIntermediate\x10\x06\x12\x1d\n\x19TrailerAirStatusExhausted\x10\x07*i\n\x11HvacAutoModeState\x12\x1c\n\x18HvacAutoModeStateUnknown\x10\x00\x12\x17\n\x13HvacAutoModeStateOn\x10\x01\x12\x1d\n\x19HvacAutoModeStateOverride\x10\x02*\xcd\x01\n CabinOverheatProtectionModeState\x12+\n\'CabinOverheatProtectionModeStateUnknown\x10\x00\x12\'\n#CabinOverheatProtectionModeStateOff\x10\x01\x12&\n\"CabinOverheatProtectionModeStateOn\x10\x02\x12+\n\'CabinOverheatProtectionModeStateFanOnly\x10\x03*\xd8\x01\n\"ClimateOverheatProtectionTempLimit\x12-\n)ClimateOverheatProtectionTempLimitUnknown\x10\x00\x12*\n&ClimateOverheatProtectionTempLimitHigh\x10\x01\x12,\n(ClimateOverheatProtectionTempLimitMedium\x10\x02\x12)\n%ClimateOverheatProtectionTempLimitLow\x10\x03*\x9c\x01\n\x10\x44\x65\x66rostModeState\x12\x1b\n\x17\x44\x65\x66rostModeStateUnknown\x10\x00\x12\x17\n\x13\x44\x65\x66rostModeStateOff\x10\x01\x12\x1a\n\x16\x44\x65\x66rostModeStateNormal\x10\x02\x12\x17\n\x13\x44\x65\x66rostModeStateMax\x10\x03\x12\x1d\n\x19\x44\x65\x66rostModeStateAutoDefog\x10\x04*\xb8\x01\n\x16\x43limateKeeperModeState\x12!\n\x1d\x43limateKeeperModeStateUnknown\x10\x00\x12\x1d\n\x19\x43limateKeeperModeStateOff\x10\x01\x12\x1c\n\x18\x43limateKeeperModeStateOn\x10\x02\x12\x1d\n\x19\x43limateKeeperModeStateDog\x10\x03\x12\x1f\n\x1b\x43limateKeeperModeStateParty\x10\x04*\x9b\x01\n\x0eHvacPowerState\x12\x19\n\x15HvacPowerStateUnknown\x10\x00\x12\x15\n\x11HvacPowerStateOff\x10\x01\x12\x14\n\x10HvacPowerStateOn\x10\x02\x12\x1e\n\x1aHvacPowerStatePrecondition\x10\x03\x12!\n\x1dHvacPowerStateOverheatProtect\x10\x04*\xed\x01\n\x0b\x46\x61stCharger\x12\x16\n\x12\x46\x61stChargerUnknown\x10\x00\x12\x1b\n\x17\x46\x61stChargerSupercharger\x10\x01\x12\x16\n\x12\x46\x61stChargerCHAdeMO\x10\x02\x12\x11\n\rFastChargerGB\x10\x03\x12\x1e\n\x1a\x46\x61stChargerACSingleWireCAN\x10\x04\x12\x14\n\x10\x46\x61stChargerCombo\x10\x05\x12\x1e\n\x1a\x46\x61stChargerMCSingleWireCAN\x10\x06\x12\x14\n\x10\x46\x61stChargerOther\x10\x07\x12\x12\n\x0e\x46\x61stChargerSNA\x10\x08*\x7f\n\tCableType\x12\x14\n\x10\x43\x61\x62leTypeUnknown\x10\x00\x12\x10\n\x0c\x43\x61\x62leTypeIEC\x10\x01\x12\x10\n\x0c\x43\x61\x62leTypeSAE\x10\x02\x12\x12\n\x0e\x43\x61\x62leTypeGB_AC\x10\x03\x12\x12\n\x0e\x43\x61\x62leTypeGB_DC\x10\x04\x12\x10\n\x0c\x43\x61\x62leTypeSNA\x10\x05*\xb9\x01\n\x14TonneauTentModeState\x12\x1f\n\x1bTonneauTentModeStateUnknown\x10\x00\x12 \n\x1cTonneauTentModeStateInactive\x10\x01\x12\x1e\n\x1aTonneauTentModeStateMoving\x10\x02\x12\x1e\n\x1aTonneauTentModeStateFailed\x10\x03\x12\x1e\n\x1aTonneauTentModeStateActive\x10\x04*\xc2\x01\n\x14TonneauPositionState\x12\x1f\n\x1bTonneauPositionStateUnknown\x10\x00\x12\x1f\n\x1bTonneauPositionStateInvalid\x10\x01\x12\x1e\n\x1aTonneauPositionStateClosed\x10\x02\x12%\n!TonneauPositionStatePartiallyOpen\x10\x03\x12!\n\x1dTonneauPositionStateFullyOpen\x10\x04*\xe7\x01\n\x0fPowershareState\x12\x1a\n\x16PowershareStateUnknown\x10\x00\x12\x1b\n\x17PowershareStateInactive\x10\x01\x12\x1e\n\x1aPowershareStateHandshaking\x10\x02\x12\x17\n\x13PowershareStateInit\x10\x03\x12\x1a\n\x16PowershareStateEnabled\x10\x04\x12*\n&PowershareStateEnabledReconnectingSoon\x10\x05\x12\x1a\n\x16PowershareStateStopped\x10\x06*\xd8\x02\n\x1aPowershareStopReasonStatus\x12%\n!PowershareStopReasonStatusUnknown\x10\x00\x12\"\n\x1ePowershareStopReasonStatusNone\x10\x01\x12\'\n#PowershareStopReasonStatusSOCTooLow\x10\x02\x12#\n\x1fPowershareStopReasonStatusRetry\x10\x03\x12#\n\x1fPowershareStopReasonStatusFault\x10\x04\x12\"\n\x1ePowershareStopReasonStatusUser\x10\x05\x12*\n&PowershareStopReasonStatusReconnecting\x10\x06\x12,\n(PowershareStopReasonStatusAuthentication\x10\x07*\x91\x01\n\x14PowershareTypeStatus\x12\x1f\n\x1bPowershareTypeStatusUnknown\x10\x00\x12\x1c\n\x18PowershareTypeStatusNone\x10\x01\x12\x1c\n\x18PowershareTypeStatusLoad\x10\x02\x12\x1c\n\x18PowershareTypeStatusHome\x10\x03*\x95\x02\n\x0c\x44isplayState\x12\x17\n\x13\x44isplayStateUnknown\x10\x00\x12\x13\n\x0f\x44isplayStateOff\x10\x01\x12\x13\n\x0f\x44isplayStateDim\x10\x02\x12\x19\n\x15\x44isplayStateAccessory\x10\x03\x12\x12\n\x0e\x44isplayStateOn\x10\x04\x12\x17\n\x13\x44isplayStateDriving\x10\x05\x12\x18\n\x14\x44isplayStateCharging\x10\x06\x12\x14\n\x10\x44isplayStateLock\x10\x07\x12\x16\n\x12\x44isplayStateSentry\x10\x08\x12\x13\n\x0f\x44isplayStateDog\x10\t\x12\x1d\n\x19\x44isplayStateEntertainment\x10\n*Z\n\x0c\x44istanceUnit\x12\x17\n\x13\x44istanceUnitUnknown\x10\x00\x12\x15\n\x11\x44istanceUnitMiles\x10\x01\x12\x1a\n\x16\x44istanceUnitKilometers\x10\x02*h\n\x0fTemperatureUnit\x12\x1a\n\x16TemperatureUnitUnknown\x10\x00\x12\x1d\n\x19TemperatureUnitFahrenheit\x10\x01\x12\x1a\n\x16TemperatureUnitCelsius\x10\x02*Q\n\x0cPressureUnit\x12\x17\n\x13PressureUnitUnknown\x10\x00\x12\x13\n\x0fPressureUnitPsi\x10\x01\x12\x13\n\x0fPressureUnitBar\x10\x02*\\\n\x14\x43hargeUnitPreference\x12\x15\n\x11\x43hargeUnitUnknown\x10\x00\x12\x16\n\x12\x43hargeUnitDistance\x10\x01\x12\x15\n\x11\x43hargeUnitPercent\x10\x02\x42/Z-github.com/teslamotors/fleet-telemetry/protosb\x06proto3') _globals = globals() _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) @@ -33,78 +33,86 @@ if not _descriptor._USE_C_DESCRIPTORS: _globals['DESCRIPTOR']._loaded_options = None _globals['DESCRIPTOR']._serialized_options = b'Z-github.com/teslamotors/fleet-telemetry/protos' - _globals['_FIELD']._serialized_start=3978 - _globals['_FIELD']._serialized_end=9262 - _globals['_CHARGINGSTATE']._serialized_start=9265 - _globals['_CHARGINGSTATE']._serialized_end=9456 - _globals['_DETAILEDCHARGESTATEVALUE']._serialized_start=9459 - _globals['_DETAILEDCHARGESTATEVALUE']._serialized_end=9717 - _globals['_SHIFTSTATE']._serialized_start=9720 - _globals['_SHIFTSTATE']._serialized_end=9865 - _globals['_FOLLOWDISTANCE']._serialized_start=9868 - _globals['_FOLLOWDISTANCE']._serialized_end=10058 - _globals['_FORWARDCOLLISIONSENSITIVITY']._serialized_start=10061 - _globals['_FORWARDCOLLISIONSENSITIVITY']._serialized_end=10281 - _globals['_GUESTMODEMOBILEACCESS']._serialized_start=10284 - _globals['_GUESTMODEMOBILEACCESS']._serialized_end=11152 - _globals['_LANEASSISTLEVEL']._serialized_start=11154 - _globals['_LANEASSISTLEVEL']._serialized_end=11279 - _globals['_SCHEDULEDCHARGINGMODEVALUE']._serialized_start=11282 - _globals['_SCHEDULEDCHARGINGMODEVALUE']._serialized_end=11443 - _globals['_SENTRYMODESTATE']._serialized_start=11446 - _globals['_SENTRYMODESTATE']._serialized_end=11644 - _globals['_SPEEDASSISTLEVEL']._serialized_start=11647 - _globals['_SPEEDASSISTLEVEL']._serialized_end=11776 - _globals['_BMSSTATEVALUE']._serialized_start=11779 - _globals['_BMSSTATEVALUE']._serialized_end=12010 - _globals['_BUCKLESTATUS']._serialized_start=12012 - _globals['_BUCKLESTATUS']._serialized_end=12128 - _globals['_CARTYPEVALUE']._serialized_start=12131 - _globals['_CARTYPEVALUE']._serialized_end=12286 - _globals['_CHARGEPORTVALUE']._serialized_start=12288 - _globals['_CHARGEPORTVALUE']._serialized_end=12401 - _globals['_CHARGEPORTLATCHVALUE']._serialized_start=12404 - _globals['_CHARGEPORTLATCHVALUE']._serialized_end=12566 - _globals['_DRIVEINVERTERSTATE']._serialized_start=12569 - _globals['_DRIVEINVERTERSTATE']._serialized_end=12774 - _globals['_HVILSTATUS']._serialized_start=12776 - _globals['_HVILSTATUS']._serialized_end=12850 - _globals['_WINDOWSTATE']._serialized_start=12852 - _globals['_WINDOWSTATE']._serialized_end=12965 - _globals['_SEATFOLDPOSITION']._serialized_start=12968 - _globals['_SEATFOLDPOSITION']._serialized_end=13162 - _globals['_TRACTORAIRSTATUS']._serialized_start=13165 - _globals['_TRACTORAIRSTATUS']._serialized_end=13435 - _globals['_TRAILERAIRSTATUS']._serialized_start=13438 - _globals['_TRAILERAIRSTATUS']._serialized_end=13734 - _globals['_HVACAUTOMODESTATE']._serialized_start=13736 - _globals['_HVACAUTOMODESTATE']._serialized_end=13841 - _globals['_CABINOVERHEATPROTECTIONMODESTATE']._serialized_start=13844 - _globals['_CABINOVERHEATPROTECTIONMODESTATE']._serialized_end=14049 - _globals['_CLIMATEOVERHEATPROTECTIONTEMPLIMIT']._serialized_start=14052 - _globals['_CLIMATEOVERHEATPROTECTIONTEMPLIMIT']._serialized_end=14268 - _globals['_DEFROSTMODESTATE']._serialized_start=14271 - _globals['_DEFROSTMODESTATE']._serialized_end=14427 - _globals['_CLIMATEKEEPERMODESTATE']._serialized_start=14430 - _globals['_CLIMATEKEEPERMODESTATE']._serialized_end=14614 - _globals['_HVACPOWERSTATE']._serialized_start=14617 - _globals['_HVACPOWERSTATE']._serialized_end=14772 - _globals['_FASTCHARGER']._serialized_start=14775 - _globals['_FASTCHARGER']._serialized_end=15012 - _globals['_CABLETYPE']._serialized_start=15014 - _globals['_CABLETYPE']._serialized_end=15141 - _globals['_TONNEAUTENTMODESTATE']._serialized_start=15144 - _globals['_TONNEAUTENTMODESTATE']._serialized_end=15329 - _globals['_TONNEAUPOSITIONSTATE']._serialized_start=15332 - _globals['_TONNEAUPOSITIONSTATE']._serialized_end=15526 - _globals['_POWERSHARESTATE']._serialized_start=15529 - _globals['_POWERSHARESTATE']._serialized_end=15760 - _globals['_POWERSHARESTOPREASONSTATUS']._serialized_start=15763 - _globals['_POWERSHARESTOPREASONSTATUS']._serialized_end=16107 - _globals['_POWERSHARETYPESTATUS']._serialized_start=16110 - _globals['_POWERSHARETYPESTATUS']._serialized_end=16255 - _globals['_DISPLAYSTATE']._serialized_start=16258 - _globals['_DISPLAYSTATE']._serialized_end=16535 + _globals['_FIELD']._serialized_start=4277 + _globals['_FIELD']._serialized_end=9848 + _globals['_CHARGINGSTATE']._serialized_start=9851 + _globals['_CHARGINGSTATE']._serialized_end=10042 + _globals['_DETAILEDCHARGESTATEVALUE']._serialized_start=10045 + _globals['_DETAILEDCHARGESTATEVALUE']._serialized_end=10303 + _globals['_SHIFTSTATE']._serialized_start=10306 + _globals['_SHIFTSTATE']._serialized_end=10451 + _globals['_FOLLOWDISTANCE']._serialized_start=10454 + _globals['_FOLLOWDISTANCE']._serialized_end=10644 + _globals['_FORWARDCOLLISIONSENSITIVITY']._serialized_start=10647 + _globals['_FORWARDCOLLISIONSENSITIVITY']._serialized_end=10867 + _globals['_GUESTMODEMOBILEACCESS']._serialized_start=10870 + _globals['_GUESTMODEMOBILEACCESS']._serialized_end=11738 + _globals['_LANEASSISTLEVEL']._serialized_start=11740 + _globals['_LANEASSISTLEVEL']._serialized_end=11865 + _globals['_SCHEDULEDCHARGINGMODEVALUE']._serialized_start=11868 + _globals['_SCHEDULEDCHARGINGMODEVALUE']._serialized_end=12029 + _globals['_SENTRYMODESTATE']._serialized_start=12032 + _globals['_SENTRYMODESTATE']._serialized_end=12230 + _globals['_SPEEDASSISTLEVEL']._serialized_start=12233 + _globals['_SPEEDASSISTLEVEL']._serialized_end=12362 + _globals['_BMSSTATEVALUE']._serialized_start=12365 + _globals['_BMSSTATEVALUE']._serialized_end=12596 + _globals['_BUCKLESTATUS']._serialized_start=12598 + _globals['_BUCKLESTATUS']._serialized_end=12714 + _globals['_CARTYPEVALUE']._serialized_start=12717 + _globals['_CARTYPEVALUE']._serialized_end=12872 + _globals['_CHARGEPORTVALUE']._serialized_start=12874 + _globals['_CHARGEPORTVALUE']._serialized_end=12987 + _globals['_CHARGEPORTLATCHVALUE']._serialized_start=12990 + _globals['_CHARGEPORTLATCHVALUE']._serialized_end=13152 + _globals['_DRIVEINVERTERSTATE']._serialized_start=13155 + _globals['_DRIVEINVERTERSTATE']._serialized_end=13360 + _globals['_HVILSTATUS']._serialized_start=13362 + _globals['_HVILSTATUS']._serialized_end=13436 + _globals['_WINDOWSTATE']._serialized_start=13438 + _globals['_WINDOWSTATE']._serialized_end=13551 + _globals['_SEATFOLDPOSITION']._serialized_start=13554 + _globals['_SEATFOLDPOSITION']._serialized_end=13748 + _globals['_TRACTORAIRSTATUS']._serialized_start=13751 + _globals['_TRACTORAIRSTATUS']._serialized_end=14021 + _globals['_TRAILERAIRSTATUS']._serialized_start=14024 + _globals['_TRAILERAIRSTATUS']._serialized_end=14320 + _globals['_HVACAUTOMODESTATE']._serialized_start=14322 + _globals['_HVACAUTOMODESTATE']._serialized_end=14427 + _globals['_CABINOVERHEATPROTECTIONMODESTATE']._serialized_start=14430 + _globals['_CABINOVERHEATPROTECTIONMODESTATE']._serialized_end=14635 + _globals['_CLIMATEOVERHEATPROTECTIONTEMPLIMIT']._serialized_start=14638 + _globals['_CLIMATEOVERHEATPROTECTIONTEMPLIMIT']._serialized_end=14854 + _globals['_DEFROSTMODESTATE']._serialized_start=14857 + _globals['_DEFROSTMODESTATE']._serialized_end=15013 + _globals['_CLIMATEKEEPERMODESTATE']._serialized_start=15016 + _globals['_CLIMATEKEEPERMODESTATE']._serialized_end=15200 + _globals['_HVACPOWERSTATE']._serialized_start=15203 + _globals['_HVACPOWERSTATE']._serialized_end=15358 + _globals['_FASTCHARGER']._serialized_start=15361 + _globals['_FASTCHARGER']._serialized_end=15598 + _globals['_CABLETYPE']._serialized_start=15600 + _globals['_CABLETYPE']._serialized_end=15727 + _globals['_TONNEAUTENTMODESTATE']._serialized_start=15730 + _globals['_TONNEAUTENTMODESTATE']._serialized_end=15915 + _globals['_TONNEAUPOSITIONSTATE']._serialized_start=15918 + _globals['_TONNEAUPOSITIONSTATE']._serialized_end=16112 + _globals['_POWERSHARESTATE']._serialized_start=16115 + _globals['_POWERSHARESTATE']._serialized_end=16346 + _globals['_POWERSHARESTOPREASONSTATUS']._serialized_start=16349 + _globals['_POWERSHARESTOPREASONSTATUS']._serialized_end=16693 + _globals['_POWERSHARETYPESTATUS']._serialized_start=16696 + _globals['_POWERSHARETYPESTATUS']._serialized_end=16841 + _globals['_DISPLAYSTATE']._serialized_start=16844 + _globals['_DISPLAYSTATE']._serialized_end=17121 + _globals['_DISTANCEUNIT']._serialized_start=17123 + _globals['_DISTANCEUNIT']._serialized_end=17213 + _globals['_TEMPERATUREUNIT']._serialized_start=17215 + _globals['_TEMPERATUREUNIT']._serialized_end=17319 + _globals['_PRESSUREUNIT']._serialized_start=17321 + _globals['_PRESSUREUNIT']._serialized_end=17402 + _globals['_CHARGEUNITPREFERENCE']._serialized_start=17404 + _globals['_CHARGEUNITPREFERENCE']._serialized_end=17496 _globals['_LOCATIONVALUE']._serialized_start=79 _globals['_LOCATIONVALUE']._serialized_end=131 _globals['_DOORS']._serialized_start=134 @@ -114,9 +122,9 @@ _globals['_TIME']._serialized_start=556 _globals['_TIME']._serialized_end=608 _globals['_VALUE']._serialized_start=611 - _globals['_VALUE']._serialized_end=3759 - _globals['_DATUM']._serialized_start=3761 - _globals['_DATUM']._serialized_end=3858 - _globals['_PAYLOAD']._serialized_start=3860 - _globals['_PAYLOAD']._serialized_end=3975 + _globals['_VALUE']._serialized_end=4058 + _globals['_DATUM']._serialized_start=4060 + _globals['_DATUM']._serialized_end=4157 + _globals['_PAYLOAD']._serialized_start=4159 + _globals['_PAYLOAD']._serialized_end=4274 # @@protoc_insertion_point(module_scope) diff --git a/protos/ruby/vehicle_data_pb.rb b/protos/ruby/vehicle_data_pb.rb index fba5782..afbdedd 100644 --- a/protos/ruby/vehicle_data_pb.rb +++ b/protos/ruby/vehicle_data_pb.rb @@ -7,7 +7,7 @@ require 'google/protobuf/timestamp_pb' -descriptor_data = "\n\x12vehicle_data.proto\x12\x16telemetry.vehicle_data\x1a\x1fgoogle/protobuf/timestamp.proto\"4\n\rLocationValue\x12\x10\n\x08latitude\x18\x01 \x01(\x01\x12\x11\n\tlongitude\x18\x02 \x01(\x01\"\x86\x01\n\x05\x44oors\x12\x13\n\x0b\x44riverFront\x18\x01 \x01(\x08\x12\x16\n\x0ePassengerFront\x18\x02 \x01(\x08\x12\x12\n\nDriverRear\x18\x03 \x01(\x08\x12\x15\n\rPassengerRear\x18\x04 \x01(\x08\x12\x12\n\nTrunkFront\x18\x05 \x01(\x08\x12\x11\n\tTrunkRear\x18\x06 \x01(\x08\"\x9b\x02\n\x0cTireLocation\x12\x12\n\nfront_left\x18\x01 \x01(\x08\x12\x13\n\x0b\x66ront_right\x18\x02 \x01(\x08\x12\x11\n\trear_left\x18\x03 \x01(\x08\x12\x12\n\nrear_right\x18\x04 \x01(\x08\x12\x1f\n\x17semi_middle_axle_left_2\x18\x05 \x01(\x08\x12 \n\x18semi_middle_axle_right_2\x18\x06 \x01(\x08\x12\x1b\n\x13semi_rear_axle_left\x18\x07 \x01(\x08\x12\x1c\n\x14semi_rear_axle_right\x18\x08 \x01(\x08\x12\x1d\n\x15semi_rear_axle_left_2\x18\t \x01(\x08\x12\x1e\n\x16semi_rear_axle_right_2\x18\n \x01(\x08\"4\n\x04Time\x12\x0c\n\x04hour\x18\x01 \x01(\x05\x12\x0e\n\x06minute\x18\x02 \x01(\x05\x12\x0e\n\x06second\x18\x03 \x01(\x05\"\xcc\x18\n\x05Value\x12\x16\n\x0cstring_value\x18\x01 \x01(\tH\x00\x12\x13\n\tint_value\x18\x02 \x01(\x05H\x00\x12\x14\n\nlong_value\x18\x03 \x01(\x03H\x00\x12\x15\n\x0b\x66loat_value\x18\x04 \x01(\x02H\x00\x12\x16\n\x0c\x64ouble_value\x18\x05 \x01(\x01H\x00\x12\x17\n\rboolean_value\x18\x06 \x01(\x08H\x00\x12?\n\x0elocation_value\x18\x07 \x01(\x0b\x32%.telemetry.vehicle_data.LocationValueH\x00\x12?\n\x0e\x63harging_value\x18\x08 \x01(\x0e\x32%.telemetry.vehicle_data.ChargingStateH\x00\x12?\n\x11shift_state_value\x18\t \x01(\x0e\x32\".telemetry.vehicle_data.ShiftStateH\x00\x12\x11\n\x07invalid\x18\n \x01(\x08H\x00\x12J\n\x17lane_assist_level_value\x18\x0b \x01(\x0e\x32\'.telemetry.vehicle_data.LaneAssistLevelH\x00\x12[\n\x1dscheduled_charging_mode_value\x18\x0c \x01(\x0e\x32\x32.telemetry.vehicle_data.ScheduledChargingModeValueH\x00\x12J\n\x17sentry_mode_state_value\x18\r \x01(\x0e\x32\'.telemetry.vehicle_data.SentryModeStateH\x00\x12L\n\x18speed_assist_level_value\x18\x0e \x01(\x0e\x32(.telemetry.vehicle_data.SpeedAssistLevelH\x00\x12@\n\x0f\x62ms_state_value\x18\x0f \x01(\x0e\x32%.telemetry.vehicle_data.BMSStateValueH\x00\x12\x43\n\x13\x62uckle_status_value\x18\x10 \x01(\x0e\x32$.telemetry.vehicle_data.BuckleStatusH\x00\x12>\n\x0e\x63\x61r_type_value\x18\x11 \x01(\x0e\x32$.telemetry.vehicle_data.CarTypeValueH\x00\x12\x44\n\x11\x63harge_port_value\x18\x12 \x01(\x0e\x32\'.telemetry.vehicle_data.ChargePortValueH\x00\x12O\n\x17\x63harge_port_latch_value\x18\x13 \x01(\x0e\x32,.telemetry.vehicle_data.ChargePortLatchValueH\x00\x12\x33\n\ndoor_value\x18\x15 \x01(\x0b\x32\x1d.telemetry.vehicle_data.DoorsH\x00\x12P\n\x1a\x64rive_inverter_state_value\x18\x16 \x01(\x0e\x32*.telemetry.vehicle_data.DriveInverterStateH\x00\x12?\n\x11hvil_status_value\x18\x17 \x01(\x0e\x32\".telemetry.vehicle_data.HvilStatusH\x00\x12\x41\n\x12window_state_value\x18\x18 \x01(\x0e\x32#.telemetry.vehicle_data.WindowStateH\x00\x12L\n\x18seat_fold_position_value\x18\x19 \x01(\x0e\x32(.telemetry.vehicle_data.SeatFoldPositionH\x00\x12L\n\x18tractor_air_status_value\x18\x1a \x01(\x0e\x32(.telemetry.vehicle_data.TractorAirStatusH\x00\x12G\n\x15\x66ollow_distance_value\x18\x1b \x01(\x0e\x32&.telemetry.vehicle_data.FollowDistanceH\x00\x12\x62\n#forward_collision_sensitivity_value\x18\x1c \x01(\x0e\x32\x33.telemetry.vehicle_data.ForwardCollisionSensitivityH\x00\x12W\n\x1eguest_mode_mobile_access_value\x18\x1d \x01(\x0e\x32-.telemetry.vehicle_data.GuestModeMobileAccessH\x00\x12L\n\x18trailer_air_status_value\x18\x1e \x01(\x0e\x32(.telemetry.vehicle_data.TrailerAirStatusH\x00\x12\x32\n\ntime_value\x18\x1f \x01(\x0b\x32\x1c.telemetry.vehicle_data.TimeH\x00\x12W\n\x1b\x64\x65tailed_charge_state_value\x18 \x01(\x0e\x32\x30.telemetry.vehicle_data.DetailedChargeStateValueH\x00\x12I\n\x14hvac_auto_mode_value\x18! \x01(\x0e\x32).telemetry.vehicle_data.HvacAutoModeStateH\x00\x12h\n$cabin_overheat_protection_mode_value\x18\" \x01(\x0e\x32\x38.telemetry.vehicle_data.CabinOverheatProtectionModeStateH\x00\x12w\n1cabin_overheat_protection_temperature_limit_value\x18# \x01(\x0e\x32:.telemetry.vehicle_data.ClimateOverheatProtectionTempLimitH\x00\x12\x46\n\x12\x64\x65\x66rost_mode_value\x18$ \x01(\x0e\x32(.telemetry.vehicle_data.DefrostModeStateH\x00\x12S\n\x19\x63limate_keeper_mode_value\x18% \x01(\x0e\x32..telemetry.vehicle_data.ClimateKeeperModeStateH\x00\x12\x42\n\x10hvac_power_value\x18& \x01(\x0e\x32&.telemetry.vehicle_data.HvacPowerStateH\x00\x12\x43\n\x13tire_location_value\x18\' \x01(\x0b\x32$.telemetry.vehicle_data.TireLocationH\x00\x12\x41\n\x12\x66\x61st_charger_value\x18( \x01(\x0e\x32#.telemetry.vehicle_data.FastChargerH\x00\x12=\n\x10\x63\x61\x62le_type_value\x18) \x01(\x0e\x32!.telemetry.vehicle_data.CableTypeH\x00\x12O\n\x17tonneau_tent_mode_value\x18* \x01(\x0e\x32,.telemetry.vehicle_data.TonneauTentModeStateH\x00\x12N\n\x16tonneau_position_value\x18+ \x01(\x0e\x32,.telemetry.vehicle_data.TonneauPositionStateH\x00\x12M\n\x15powershare_type_value\x18, \x01(\x0e\x32,.telemetry.vehicle_data.PowershareTypeStatusH\x00\x12I\n\x16powershare_state_value\x18- \x01(\x0e\x32\'.telemetry.vehicle_data.PowershareStateH\x00\x12Z\n\x1cpowershare_stop_reason_value\x18. \x01(\x0e\x32\x32.telemetry.vehicle_data.PowershareStopReasonStatusH\x00\x12\x43\n\x13\x64isplay_state_value\x18/ \x01(\x0e\x32$.telemetry.vehicle_data.DisplayStateH\x00\x42\x07\n\x05value\"a\n\x05\x44\x61tum\x12*\n\x03key\x18\x01 \x01(\x0e\x32\x1d.telemetry.vehicle_data.Field\x12,\n\x05value\x18\x02 \x01(\x0b\x32\x1d.telemetry.vehicle_data.Value\"s\n\x07Payload\x12+\n\x04\x64\x61ta\x18\x01 \x03(\x0b\x32\x1d.telemetry.vehicle_data.Datum\x12.\n\ncreated_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0b\n\x03vin\x18\x03 \x01(\t*\xa4)\n\x05\x46ield\x12\x0b\n\x07Unknown\x10\x00\x12\r\n\tDriveRail\x10\x01\x12\x0f\n\x0b\x43hargeState\x10\x02\x12\x19\n\x15\x42msFullchargecomplete\x10\x03\x12\x10\n\x0cVehicleSpeed\x10\x04\x12\x0c\n\x08Odometer\x10\x05\x12\x0f\n\x0bPackVoltage\x10\x06\x12\x0f\n\x0bPackCurrent\x10\x07\x12\x07\n\x03Soc\x10\x08\x12\x0e\n\nDCDCEnable\x10\t\x12\x08\n\x04Gear\x10\n\x12\x17\n\x13IsolationResistance\x10\x0b\x12\x11\n\rPedalPosition\x10\x0c\x12\x0e\n\nBrakePedal\x10\r\x12\x0c\n\x08\x44iStateR\x10\x0e\x12\x10\n\x0c\x44iHeatsinkTR\x10\x0f\x12\x10\n\x0c\x44iAxleSpeedR\x10\x10\x12\x11\n\rDiTorquemotor\x10\x11\x12\x11\n\rDiStatorTempR\x10\x12\x12\x0b\n\x07\x44iVBatR\x10\x13\x12\x13\n\x0f\x44iMotorCurrentR\x10\x14\x12\x0c\n\x08Location\x10\x15\x12\x0c\n\x08GpsState\x10\x16\x12\x0e\n\nGpsHeading\x10\x17\x12\x16\n\x12NumBrickVoltageMax\x10\x18\x12\x13\n\x0f\x42rickVoltageMax\x10\x19\x12\x16\n\x12NumBrickVoltageMin\x10\x1a\x12\x13\n\x0f\x42rickVoltageMin\x10\x1b\x12\x14\n\x10NumModuleTempMax\x10\x1c\x12\x11\n\rModuleTempMax\x10\x1d\x12\x14\n\x10NumModuleTempMin\x10\x1e\x12\x11\n\rModuleTempMin\x10\x1f\x12\x0e\n\nRatedRange\x10 \x12\x08\n\x04Hvil\x10!\x12\x16\n\x12\x44\x43\x43hargingEnergyIn\x10\"\x12\x13\n\x0f\x44\x43\x43hargingPower\x10#\x12\x16\n\x12\x41\x43\x43hargingEnergyIn\x10$\x12\x13\n\x0f\x41\x43\x43hargingPower\x10%\x12\x12\n\x0e\x43hargeLimitSoc\x10&\x12\x16\n\x12\x46\x61stChargerPresent\x10\'\x12\x13\n\x0f\x45stBatteryRange\x10(\x12\x15\n\x11IdealBatteryRange\x10)\x12\x10\n\x0c\x42\x61tteryLevel\x10*\x12\x14\n\x10TimeToFullCharge\x10+\x12\x1e\n\x1aScheduledChargingStartTime\x10,\x12\x1c\n\x18ScheduledChargingPending\x10-\x12\x1a\n\x16ScheduledDepartureTime\x10.\x12\x1a\n\x16PreconditioningEnabled\x10/\x12\x19\n\x15ScheduledChargingMode\x10\x30\x12\x0e\n\nChargeAmps\x10\x31\x12\x17\n\x13\x43hargeEnableRequest\x10\x32\x12\x11\n\rChargerPhases\x10\x33\x12\x1d\n\x19\x43hargePortColdWeatherMode\x10\x34\x12\x18\n\x14\x43hargeCurrentRequest\x10\x35\x12\x1b\n\x17\x43hargeCurrentRequestMax\x10\x36\x12\x13\n\x0f\x42\x61tteryHeaterOn\x10\x37\x12\x18\n\x14NotEnoughPowerToHeat\x10\x38\x12\"\n\x1eSuperchargerSessionTripPlanner\x10\x39\x12\r\n\tDoorState\x10:\x12\n\n\x06Locked\x10;\x12\x0c\n\x08\x46\x64Window\x10<\x12\x0c\n\x08\x46pWindow\x10=\x12\x0c\n\x08RdWindow\x10>\x12\x0c\n\x08RpWindow\x10?\x12\x0f\n\x0bVehicleName\x10@\x12\x0e\n\nSentryMode\x10\x41\x12\x12\n\x0eSpeedLimitMode\x10\x42\x12\x13\n\x0f\x43urrentLimitMph\x10\x43\x12\x0b\n\x07Version\x10\x44\x12\x12\n\x0eTpmsPressureFl\x10\x45\x12\x12\n\x0eTpmsPressureFr\x10\x46\x12\x12\n\x0eTpmsPressureRl\x10G\x12\x12\n\x0eTpmsPressureRr\x10H\x12\x1e\n\x1aSemitruckTpmsPressureRe1L0\x10I\x12\x1e\n\x1aSemitruckTpmsPressureRe1L1\x10J\x12\x1e\n\x1aSemitruckTpmsPressureRe1R0\x10K\x12\x1e\n\x1aSemitruckTpmsPressureRe1R1\x10L\x12\x1e\n\x1aSemitruckTpmsPressureRe2L0\x10M\x12\x1e\n\x1aSemitruckTpmsPressureRe2L1\x10N\x12\x1e\n\x1aSemitruckTpmsPressureRe2R0\x10O\x12\x1e\n\x1aSemitruckTpmsPressureRe2R1\x10P\x12\x1e\n\x1aTpmsLastSeenPressureTimeFl\x10Q\x12\x1e\n\x1aTpmsLastSeenPressureTimeFr\x10R\x12\x1e\n\x1aTpmsLastSeenPressureTimeRl\x10S\x12\x1e\n\x1aTpmsLastSeenPressureTimeRr\x10T\x12\x0e\n\nInsideTemp\x10U\x12\x0f\n\x0bOutsideTemp\x10V\x12\x12\n\x0eSeatHeaterLeft\x10W\x12\x13\n\x0fSeatHeaterRight\x10X\x12\x16\n\x12SeatHeaterRearLeft\x10Y\x12\x17\n\x13SeatHeaterRearRight\x10Z\x12\x18\n\x14SeatHeaterRearCenter\x10[\x12\x17\n\x13\x41utoSeatClimateLeft\x10\\\x12\x18\n\x14\x41utoSeatClimateRight\x10]\x12\x12\n\x0e\x44riverSeatBelt\x10^\x12\x15\n\x11PassengerSeatBelt\x10_\x12\x16\n\x12\x44riverSeatOccupied\x10`\x12&\n\"SemitruckPassengerSeatFoldPosition\x10\x61\x12\x17\n\x13LateralAcceleration\x10\x62\x12\x1c\n\x18LongitudinalAcceleration\x10\x63\x12\x10\n\x0c\x44\x65precated_2\x10\x64\x12\x12\n\x0e\x43ruiseSetSpeed\x10\x65\x12\x16\n\x12LifetimeEnergyUsed\x10\x66\x12\x1b\n\x17LifetimeEnergyUsedDrive\x10g\x12#\n\x1fSemitruckTractorParkBrakeStatus\x10h\x12#\n\x1fSemitruckTrailerParkBrakeStatus\x10i\x12\x11\n\rBrakePedalPos\x10j\x12\x14\n\x10RouteLastUpdated\x10k\x12\r\n\tRouteLine\x10l\x12\x12\n\x0eMilesToArrival\x10m\x12\x14\n\x10MinutesToArrival\x10n\x12\x12\n\x0eOriginLocation\x10o\x12\x17\n\x13\x44\x65stinationLocation\x10p\x12\x0b\n\x07\x43\x61rType\x10q\x12\x08\n\x04Trim\x10r\x12\x11\n\rExteriorColor\x10s\x12\r\n\tRoofColor\x10t\x12\x0e\n\nChargePort\x10u\x12\x13\n\x0f\x43hargePortLatch\x10v\x12\x12\n\x0e\x45xperimental_1\x10w\x12\x12\n\x0e\x45xperimental_2\x10x\x12\x12\n\x0e\x45xperimental_3\x10y\x12\x12\n\x0e\x45xperimental_4\x10z\x12\x14\n\x10GuestModeEnabled\x10{\x12\x15\n\x11PinToDriveEnabled\x10|\x12\x1e\n\x1aPairedPhoneKeyAndKeyFobQty\x10}\x12\x18\n\x14\x43ruiseFollowDistance\x10~\x12\x1c\n\x18\x41utomaticBlindSpotCamera\x10\x7f\x12#\n\x1e\x42lindSpotCollisionWarningChime\x10\x80\x01\x12\x16\n\x11SpeedLimitWarning\x10\x81\x01\x12\x1c\n\x17\x46orwardCollisionWarning\x10\x82\x01\x12\x1b\n\x16LaneDepartureAvoidance\x10\x83\x01\x12$\n\x1f\x45mergencyLaneDepartureAvoidance\x10\x84\x01\x12!\n\x1c\x41utomaticEmergencyBrakingOff\x10\x85\x01\x12\x1e\n\x19LifetimeEnergyGainedRegen\x10\x86\x01\x12\r\n\x08\x44iStateF\x10\x87\x01\x12\x0f\n\nDiStateREL\x10\x88\x01\x12\x0f\n\nDiStateRER\x10\x89\x01\x12\x11\n\x0c\x44iHeatsinkTF\x10\x8a\x01\x12\x13\n\x0e\x44iHeatsinkTREL\x10\x8b\x01\x12\x13\n\x0e\x44iHeatsinkTRER\x10\x8c\x01\x12\x11\n\x0c\x44iAxleSpeedF\x10\x8d\x01\x12\x13\n\x0e\x44iAxleSpeedREL\x10\x8e\x01\x12\x13\n\x0e\x44iAxleSpeedRER\x10\x8f\x01\x12\x15\n\x10\x44iSlaveTorqueCmd\x10\x90\x01\x12\x14\n\x0f\x44iTorqueActualR\x10\x91\x01\x12\x14\n\x0f\x44iTorqueActualF\x10\x92\x01\x12\x16\n\x11\x44iTorqueActualREL\x10\x93\x01\x12\x16\n\x11\x44iTorqueActualRER\x10\x94\x01\x12\x12\n\rDiStatorTempF\x10\x95\x01\x12\x14\n\x0f\x44iStatorTempREL\x10\x96\x01\x12\x14\n\x0f\x44iStatorTempRER\x10\x97\x01\x12\x0c\n\x07\x44iVBatF\x10\x98\x01\x12\x0e\n\tDiVBatREL\x10\x99\x01\x12\x0e\n\tDiVBatRER\x10\x9a\x01\x12\x14\n\x0f\x44iMotorCurrentF\x10\x9b\x01\x12\x16\n\x11\x44iMotorCurrentREL\x10\x9c\x01\x12\x16\n\x11\x44iMotorCurrentRER\x10\x9d\x01\x12\x14\n\x0f\x45nergyRemaining\x10\x9e\x01\x12\x10\n\x0bServiceMode\x10\x9f\x01\x12\r\n\x08\x42MSState\x10\xa0\x01\x12\x1f\n\x1aGuestModeMobileAccessState\x10\xa1\x01\x12\x11\n\x0c\x44\x65precated_1\x10\xa2\x01\x12\x14\n\x0f\x44\x65stinationName\x10\xa3\x01\x12\x11\n\x0c\x44iInverterTR\x10\xa4\x01\x12\x11\n\x0c\x44iInverterTF\x10\xa5\x01\x12\x13\n\x0e\x44iInverterTREL\x10\xa6\x01\x12\x13\n\x0e\x44iInverterTRER\x10\xa7\x01\x12\x13\n\x0e\x45xperimental_5\x10\xa8\x01\x12\x13\n\x0e\x45xperimental_6\x10\xa9\x01\x12\x13\n\x0e\x45xperimental_7\x10\xaa\x01\x12\x13\n\x0e\x45xperimental_8\x10\xab\x01\x12\x13\n\x0e\x45xperimental_9\x10\xac\x01\x12\x14\n\x0f\x45xperimental_10\x10\xad\x01\x12\x14\n\x0f\x45xperimental_11\x10\xae\x01\x12\x14\n\x0f\x45xperimental_12\x10\xaf\x01\x12\x14\n\x0f\x45xperimental_13\x10\xb0\x01\x12\x14\n\x0f\x45xperimental_14\x10\xb1\x01\x12\x14\n\x0f\x45xperimental_15\x10\xb2\x01\x12\x18\n\x13\x44\x65tailedChargeState\x10\xb3\x01\x12 \n\x1b\x43\x61\x62inOverheatProtectionMode\x10\xb4\x01\x12,\n\'CabinOverheatProtectionTemperatureLimit\x10\xb5\x01\x12\x12\n\rCenterDisplay\x10\xb6\x01\x12\x17\n\x12\x43hargePortDoorOpen\x10\xb7\x01\x12\x16\n\x11\x43hargingCableType\x10\xb9\x01\x12\x16\n\x11\x43limateKeeperMode\x10\xba\x01\x12\x1e\n\x19\x44\x65\x66rostForPreconditioning\x10\xbb\x01\x12\x10\n\x0b\x44\x65\x66rostMode\x10\xbc\x01\x12\x16\n\x11\x45\x66\x66iciencyPackage\x10\xbd\x01\x12&\n!EstimatedHoursToChargeTermination\x10\xbe\x01\x12\x12\n\rEuropeVehicle\x10\xbf\x01\x12\'\n\"ExpectedEnergyPercentAtTripArrival\x10\xc0\x01\x12\x14\n\x0f\x46\x61stChargerType\x10\xc1\x01\x12\x18\n\x13HomelinkDeviceCount\x10\xc2\x01\x12\x13\n\x0eHomelinkNearby\x10\xc3\x01\x12\x12\n\rHvacACEnabled\x10\xc4\x01\x12\x11\n\x0cHvacAutoMode\x10\xc5\x01\x12\x11\n\x0cHvacFanSpeed\x10\xc6\x01\x12\x12\n\rHvacFanStatus\x10\xc7\x01\x12\x1f\n\x1aHvacLeftTemperatureRequest\x10\xc8\x01\x12\x0e\n\tHvacPower\x10\xc9\x01\x12 \n\x1bHvacRightTemperatureRequest\x10\xca\x01\x12\x1e\n\x19HvacSteeringWheelHeatAuto\x10\xcb\x01\x12\x1f\n\x1aHvacSteeringWheelHeatLevel\x10\xcc\x01\x12\x1b\n\x16OffroadLightbarPresent\x10\xcd\x01\x12\x18\n\x13PowershareHoursLeft\x10\xce\x01\x12#\n\x1ePowershareInstantaneousPowerKW\x10\xcf\x01\x12\x15\n\x10PowershareStatus\x10\xd0\x01\x12\x19\n\x14PowershareStopReason\x10\xd1\x01\x12\x13\n\x0ePowershareType\x10\xd2\x01\x12\x1b\n\x16RearDisplayHvacEnabled\x10\xd3\x01\x12\x14\n\x0fRearSeatHeaters\x10\xd4\x01\x12\x17\n\x12RemoteStartEnabled\x10\xd5\x01\x12\x13\n\x0eRightHandDrive\x10\xd6\x01\x12\x1d\n\x18RouteTrafficMinutesDelay\x10\xd7\x01\x12*\n%SoftwareUpdateDownloadPercentComplete\x10\xd8\x01\x12*\n%SoftwareUpdateExpectedDurationMinutes\x10\xd9\x01\x12.\n)SoftwareUpdateInstallationPercentComplete\x10\xda\x01\x12%\n SoftwareUpdateScheduledStartTime\x10\xdb\x01\x12\x1a\n\x15SoftwareUpdateVersion\x10\xdc\x01\x12\x17\n\x12TonneauOpenPercent\x10\xdd\x01\x12\x14\n\x0fTonneauPosition\x10\xde\x01\x12\x14\n\x0fTonneauTentMode\x10\xdf\x01\x12\x15\n\x10TpmsHardWarnings\x10\xe0\x01\x12\x15\n\x10TpmsSoftWarnings\x10\xe1\x01\x12\x15\n\x10ValetModeEnabled\x10\xe2\x01\x12\x0e\n\tWheelType\x10\xe3\x01\x12\x15\n\x10WiperHeatEnabled\x10\xe4\x01*\xbf\x01\n\rChargingState\x12\x16\n\x12\x43hargeStateUnknown\x10\x00\x12\x1b\n\x17\x43hargeStateDisconnected\x10\x01\x12\x16\n\x12\x43hargeStateNoPower\x10\x02\x12\x17\n\x13\x43hargeStateStarting\x10\x03\x12\x17\n\x13\x43hargeStateCharging\x10\x04\x12\x17\n\x13\x43hargeStateComplete\x10\x05\x12\x16\n\x12\x43hargeStateStopped\x10\x06*\x82\x02\n\x18\x44\x65tailedChargeStateValue\x12\x1e\n\x1a\x44\x65tailedChargeStateUnknown\x10\x00\x12#\n\x1f\x44\x65tailedChargeStateDisconnected\x10\x01\x12\x1e\n\x1a\x44\x65tailedChargeStateNoPower\x10\x02\x12\x1f\n\x1b\x44\x65tailedChargeStateStarting\x10\x03\x12\x1f\n\x1b\x44\x65tailedChargeStateCharging\x10\x04\x12\x1f\n\x1b\x44\x65tailedChargeStateComplete\x10\x05\x12\x1e\n\x1a\x44\x65tailedChargeStateStopped\x10\x06*\x91\x01\n\nShiftState\x12\x15\n\x11ShiftStateUnknown\x10\x00\x12\x15\n\x11ShiftStateInvalid\x10\x01\x12\x0f\n\x0bShiftStateP\x10\x02\x12\x0f\n\x0bShiftStateR\x10\x03\x12\x0f\n\x0bShiftStateN\x10\x04\x12\x0f\n\x0bShiftStateD\x10\x05\x12\x11\n\rShiftStateSNA\x10\x06*\xbe\x01\n\x0e\x46ollowDistance\x12\x19\n\x15\x46ollowDistanceUnknown\x10\x00\x12\x13\n\x0f\x46ollowDistance1\x10\x01\x12\x13\n\x0f\x46ollowDistance2\x10\x02\x12\x13\n\x0f\x46ollowDistance3\x10\x03\x12\x13\n\x0f\x46ollowDistance4\x10\x04\x12\x13\n\x0f\x46ollowDistance5\x10\x05\x12\x13\n\x0f\x46ollowDistance6\x10\x06\x12\x13\n\x0f\x46ollowDistance7\x10\x07*\xdc\x01\n\x1b\x46orwardCollisionSensitivity\x12&\n\"ForwardCollisionSensitivityUnknown\x10\x00\x12\"\n\x1e\x46orwardCollisionSensitivityOff\x10\x01\x12#\n\x1f\x46orwardCollisionSensitivityLate\x10\x02\x12&\n\"ForwardCollisionSensitivityAverage\x10\x03\x12$\n ForwardCollisionSensitivityEarly\x10\x04*\xe4\x06\n\x15GuestModeMobileAccess\x12 \n\x1cGuestModeMobileAccessUnknown\x10\x00\x12\x1d\n\x19GuestModeMobileAccessInit\x10\x01\x12)\n%GuestModeMobileAccessNotAuthenticated\x10\x02\x12&\n\"GuestModeMobileAccessAuthenticated\x10\x03\x12\'\n#GuestModeMobileAccessAbortedDriving\x10\x04\x12\x30\n,GuestModeMobileAccessAbortedUsingRemoteStart\x10\x05\x12,\n(GuestModeMobileAccessAbortedUsingBLEKeys\x10\x06\x12)\n%GuestModeMobileAccessAbortedValetMode\x10\x07\x12,\n(GuestModeMobileAccessAbortedGuestModeOff\x10\x08\x12\x35\n1GuestModeMobileAccessAbortedDriveAuthTimeExceeded\x10\t\x12.\n*GuestModeMobileAccessAbortedNoDataReceived\x10\n\x12\x31\n-GuestModeMobileAccessRequestingFromMothership\x10\x0b\x12,\n(GuestModeMobileAccessRequestingFromAuthD\x10\x0c\x12+\n\'GuestModeMobileAccessAbortedFetchFailed\x10\r\x12/\n+GuestModeMobileAccessAbortedBadDataReceived\x10\x0e\x12&\n\"GuestModeMobileAccessShowingQRCode\x10\x0f\x12#\n\x1fGuestModeMobileAccessSwipedAway\x10\x10\x12/\n+GuestModeMobileAccessDismissedQRCodeExpired\x10\x11\x12\x31\n-GuestModeMobileAccessSucceededPairedNewBLEKey\x10\x12*}\n\x0fLaneAssistLevel\x12\x1a\n\x16LaneAssistLevelUnknown\x10\x00\x12\x17\n\x13LaneAssistLevelNone\x10\x01\x12\x1a\n\x16LaneAssistLevelWarning\x10\x02\x12\x19\n\x15LaneAssistLevelAssist\x10\x03*\xa1\x01\n\x1aScheduledChargingModeValue\x12 \n\x1cScheduledChargingModeUnknown\x10\x00\x12\x1c\n\x18ScheduledChargingModeOff\x10\x01\x12 \n\x1cScheduledChargingModeStartAt\x10\x02\x12!\n\x1dScheduledChargingModeDepartBy\x10\x03*\xc6\x01\n\x0fSentryModeState\x12\x1a\n\x16SentryModeStateUnknown\x10\x00\x12\x16\n\x12SentryModeStateOff\x10\x01\x12\x17\n\x13SentryModeStateIdle\x10\x02\x12\x18\n\x14SentryModeStateArmed\x10\x03\x12\x18\n\x14SentryModeStateAware\x10\x04\x12\x18\n\x14SentryModeStatePanic\x10\x05\x12\x18\n\x14SentryModeStateQuiet\x10\x06*\x81\x01\n\x10SpeedAssistLevel\x12\x1b\n\x17SpeedAssistLevelUnknown\x10\x00\x12\x18\n\x14SpeedAssistLevelNone\x10\x01\x12\x1b\n\x17SpeedAssistLevelDisplay\x10\x02\x12\x19\n\x15SpeedAssistLevelChime\x10\x03*\xe7\x01\n\rBMSStateValue\x12\x13\n\x0f\x42MSStateUnknown\x10\x00\x12\x13\n\x0f\x42MSStateStandby\x10\x01\x12\x11\n\rBMSStateDrive\x10\x02\x12\x13\n\x0f\x42MSStateSupport\x10\x03\x12\x12\n\x0e\x42MSStateCharge\x10\x04\x12\x10\n\x0c\x42MSStateFEIM\x10\x05\x12\x16\n\x12\x42MSStateClearFault\x10\x06\x12\x11\n\rBMSStateFault\x10\x07\x12\x10\n\x0c\x42MSStateWeld\x10\x08\x12\x10\n\x0c\x42MSStateTest\x10\t\x12\x0f\n\x0b\x42MSStateSNA\x10\n*t\n\x0c\x42uckleStatus\x12\x17\n\x13\x42uckleStatusUnknown\x10\x00\x12\x19\n\x15\x42uckleStatusUnlatched\x10\x01\x12\x17\n\x13\x42uckleStatusLatched\x10\x02\x12\x17\n\x13\x42uckleStatusFaulted\x10\x03*\x9b\x01\n\x0c\x43\x61rTypeValue\x12\x12\n\x0e\x43\x61rTypeUnknown\x10\x00\x12\x11\n\rCarTypeModelS\x10\x01\x12\x11\n\rCarTypeModelX\x10\x02\x12\x11\n\rCarTypeModel3\x10\x03\x12\x11\n\rCarTypeModelY\x10\x04\x12\x14\n\x10\x43\x61rTypeSemiTruck\x10\x05\x12\x15\n\x11\x43\x61rTypeCybertruck\x10\x06*q\n\x0f\x43hargePortValue\x12\x15\n\x11\x43hargePortUnknown\x10\x00\x12\x10\n\x0c\x43hargePortUS\x10\x01\x12\x10\n\x0c\x43hargePortEU\x10\x02\x12\x10\n\x0c\x43hargePortGB\x10\x03\x12\x11\n\rChargePortCCS\x10\x04*\xa2\x01\n\x14\x43hargePortLatchValue\x12\x1a\n\x16\x43hargePortLatchUnknown\x10\x00\x12\x16\n\x12\x43hargePortLatchSNA\x10\x01\x12\x1d\n\x19\x43hargePortLatchDisengaged\x10\x02\x12\x1a\n\x16\x43hargePortLatchEngaged\x10\x03\x12\x1b\n\x17\x43hargePortLatchBlocking\x10\x04*\xcd\x01\n\x12\x44riveInverterState\x12\x1d\n\x19\x44riveInverterStateUnknown\x10\x00\x12!\n\x1d\x44riveInverterStateUnavailable\x10\x01\x12\x1d\n\x19\x44riveInverterStateStandby\x10\x02\x12\x1b\n\x17\x44riveInverterStateFault\x10\x03\x12\x1b\n\x17\x44riveInverterStateAbort\x10\x04\x12\x1c\n\x18\x44riveInverterStateEnable\x10\x05*J\n\nHvilStatus\x12\x15\n\x11HvilStatusUnknown\x10\x00\x12\x13\n\x0fHvilStatusFault\x10\x01\x12\x10\n\x0cHvilStatusOK\x10\x02*q\n\x0bWindowState\x12\x16\n\x12WindowStateUnknown\x10\x00\x12\x15\n\x11WindowStateClosed\x10\x01\x12\x1c\n\x18WindowStatePartiallyOpen\x10\x02\x12\x15\n\x11WindowStateOpened\x10\x03*\xc2\x01\n\x10SeatFoldPosition\x12\x1b\n\x17SeatFoldPositionUnknown\x10\x00\x12\x17\n\x13SeatFoldPositionSNA\x10\x01\x12\x1b\n\x17SeatFoldPositionFaulted\x10\x02\x12!\n\x1dSeatFoldPositionNotConfigured\x10\x03\x12\x1a\n\x16SeatFoldPositionFolded\x10\x04\x12\x1c\n\x18SeatFoldPositionUnfolded\x10\x05*\x8e\x02\n\x10TractorAirStatus\x12\x1b\n\x17TractorAirStatusUnknown\x10\x00\x12 \n\x1cTractorAirStatusNotAvailable\x10\x01\x12\x19\n\x15TractorAirStatusError\x10\x02\x12\x1b\n\x17TractorAirStatusCharged\x10\x03\x12\x30\n,TractorAirStatusBuildingPressureIntermediate\x10\x04\x12\x32\n.TractorAirStatusExhaustingPressureIntermediate\x10\x05\x12\x1d\n\x19TractorAirStatusExhausted\x10\x06*\xa8\x02\n\x10TrailerAirStatus\x12\x1b\n\x17TrailerAirStatusUnknown\x10\x00\x12\x17\n\x13TrailerAirStatusSNA\x10\x01\x12\x1b\n\x17TrailerAirStatusInvalid\x10\x02\x12\x1f\n\x1bTrailerAirStatusBobtailMode\x10\x03\x12\x1b\n\x17TrailerAirStatusCharged\x10\x04\x12\x30\n,TrailerAirStatusBuildingPressureIntermediate\x10\x05\x12\x32\n.TrailerAirStatusExhaustingPressureIntermediate\x10\x06\x12\x1d\n\x19TrailerAirStatusExhausted\x10\x07*i\n\x11HvacAutoModeState\x12\x1c\n\x18HvacAutoModeStateUnknown\x10\x00\x12\x17\n\x13HvacAutoModeStateOn\x10\x01\x12\x1d\n\x19HvacAutoModeStateOverride\x10\x02*\xcd\x01\n CabinOverheatProtectionModeState\x12+\n\'CabinOverheatProtectionModeStateUnknown\x10\x00\x12\'\n#CabinOverheatProtectionModeStateOff\x10\x01\x12&\n\"CabinOverheatProtectionModeStateOn\x10\x02\x12+\n\'CabinOverheatProtectionModeStateFanOnly\x10\x03*\xd8\x01\n\"ClimateOverheatProtectionTempLimit\x12-\n)ClimateOverheatProtectionTempLimitUnknown\x10\x00\x12*\n&ClimateOverheatProtectionTempLimitHigh\x10\x01\x12,\n(ClimateOverheatProtectionTempLimitMedium\x10\x02\x12)\n%ClimateOverheatProtectionTempLimitLow\x10\x03*\x9c\x01\n\x10\x44\x65\x66rostModeState\x12\x1b\n\x17\x44\x65\x66rostModeStateUnknown\x10\x00\x12\x17\n\x13\x44\x65\x66rostModeStateOff\x10\x01\x12\x1a\n\x16\x44\x65\x66rostModeStateNormal\x10\x02\x12\x17\n\x13\x44\x65\x66rostModeStateMax\x10\x03\x12\x1d\n\x19\x44\x65\x66rostModeStateAutoDefog\x10\x04*\xb8\x01\n\x16\x43limateKeeperModeState\x12!\n\x1d\x43limateKeeperModeStateUnknown\x10\x00\x12\x1d\n\x19\x43limateKeeperModeStateOff\x10\x01\x12\x1c\n\x18\x43limateKeeperModeStateOn\x10\x02\x12\x1d\n\x19\x43limateKeeperModeStateDog\x10\x03\x12\x1f\n\x1b\x43limateKeeperModeStateParty\x10\x04*\x9b\x01\n\x0eHvacPowerState\x12\x19\n\x15HvacPowerStateUnknown\x10\x00\x12\x15\n\x11HvacPowerStateOff\x10\x01\x12\x14\n\x10HvacPowerStateOn\x10\x02\x12\x1e\n\x1aHvacPowerStatePrecondition\x10\x03\x12!\n\x1dHvacPowerStateOverheatProtect\x10\x04*\xed\x01\n\x0b\x46\x61stCharger\x12\x16\n\x12\x46\x61stChargerUnknown\x10\x00\x12\x1b\n\x17\x46\x61stChargerSupercharger\x10\x01\x12\x16\n\x12\x46\x61stChargerCHAdeMO\x10\x02\x12\x11\n\rFastChargerGB\x10\x03\x12\x1e\n\x1a\x46\x61stChargerACSingleWireCAN\x10\x04\x12\x14\n\x10\x46\x61stChargerCombo\x10\x05\x12\x1e\n\x1a\x46\x61stChargerMCSingleWireCAN\x10\x06\x12\x14\n\x10\x46\x61stChargerOther\x10\x07\x12\x12\n\x0e\x46\x61stChargerSNA\x10\x08*\x7f\n\tCableType\x12\x14\n\x10\x43\x61\x62leTypeUnknown\x10\x00\x12\x10\n\x0c\x43\x61\x62leTypeIEC\x10\x01\x12\x10\n\x0c\x43\x61\x62leTypeSAE\x10\x02\x12\x12\n\x0e\x43\x61\x62leTypeGB_AC\x10\x03\x12\x12\n\x0e\x43\x61\x62leTypeGB_DC\x10\x04\x12\x10\n\x0c\x43\x61\x62leTypeSNA\x10\x05*\xb9\x01\n\x14TonneauTentModeState\x12\x1f\n\x1bTonneauTentModeStateUnknown\x10\x00\x12 \n\x1cTonneauTentModeStateInactive\x10\x01\x12\x1e\n\x1aTonneauTentModeStateMoving\x10\x02\x12\x1e\n\x1aTonneauTentModeStateFailed\x10\x03\x12\x1e\n\x1aTonneauTentModeStateActive\x10\x04*\xc2\x01\n\x14TonneauPositionState\x12\x1f\n\x1bTonneauPositionStateUnknown\x10\x00\x12\x1f\n\x1bTonneauPositionStateInvalid\x10\x01\x12\x1e\n\x1aTonneauPositionStateClosed\x10\x02\x12%\n!TonneauPositionStatePartiallyOpen\x10\x03\x12!\n\x1dTonneauPositionStateFullyOpen\x10\x04*\xe7\x01\n\x0fPowershareState\x12\x1a\n\x16PowershareStateUnknown\x10\x00\x12\x1b\n\x17PowershareStateInactive\x10\x01\x12\x1e\n\x1aPowershareStateHandshaking\x10\x02\x12\x17\n\x13PowershareStateInit\x10\x03\x12\x1a\n\x16PowershareStateEnabled\x10\x04\x12*\n&PowershareStateEnabledReconnectingSoon\x10\x05\x12\x1a\n\x16PowershareStateStopped\x10\x06*\xd8\x02\n\x1aPowershareStopReasonStatus\x12%\n!PowershareStopReasonStatusUnknown\x10\x00\x12\"\n\x1ePowershareStopReasonStatusNone\x10\x01\x12\'\n#PowershareStopReasonStatusSOCTooLow\x10\x02\x12#\n\x1fPowershareStopReasonStatusRetry\x10\x03\x12#\n\x1fPowershareStopReasonStatusFault\x10\x04\x12\"\n\x1ePowershareStopReasonStatusUser\x10\x05\x12*\n&PowershareStopReasonStatusReconnecting\x10\x06\x12,\n(PowershareStopReasonStatusAuthentication\x10\x07*\x91\x01\n\x14PowershareTypeStatus\x12\x1f\n\x1bPowershareTypeStatusUnknown\x10\x00\x12\x1c\n\x18PowershareTypeStatusNone\x10\x01\x12\x1c\n\x18PowershareTypeStatusLoad\x10\x02\x12\x1c\n\x18PowershareTypeStatusHome\x10\x03*\x95\x02\n\x0c\x44isplayState\x12\x17\n\x13\x44isplayStateUnknown\x10\x00\x12\x13\n\x0f\x44isplayStateOff\x10\x01\x12\x13\n\x0f\x44isplayStateDim\x10\x02\x12\x19\n\x15\x44isplayStateAccessory\x10\x03\x12\x12\n\x0e\x44isplayStateOn\x10\x04\x12\x17\n\x13\x44isplayStateDriving\x10\x05\x12\x18\n\x14\x44isplayStateCharging\x10\x06\x12\x14\n\x10\x44isplayStateLock\x10\x07\x12\x16\n\x12\x44isplayStateSentry\x10\x08\x12\x13\n\x0f\x44isplayStateDog\x10\t\x12\x1d\n\x19\x44isplayStateEntertainment\x10\nB/Z-github.com/teslamotors/fleet-telemetry/protosb\x06proto3" +descriptor_data = "\n\x12vehicle_data.proto\x12\x16telemetry.vehicle_data\x1a\x1fgoogle/protobuf/timestamp.proto\"4\n\rLocationValue\x12\x10\n\x08latitude\x18\x01 \x01(\x01\x12\x11\n\tlongitude\x18\x02 \x01(\x01\"\x86\x01\n\x05\x44oors\x12\x13\n\x0b\x44riverFront\x18\x01 \x01(\x08\x12\x16\n\x0ePassengerFront\x18\x02 \x01(\x08\x12\x12\n\nDriverRear\x18\x03 \x01(\x08\x12\x15\n\rPassengerRear\x18\x04 \x01(\x08\x12\x12\n\nTrunkFront\x18\x05 \x01(\x08\x12\x11\n\tTrunkRear\x18\x06 \x01(\x08\"\x9b\x02\n\x0cTireLocation\x12\x12\n\nfront_left\x18\x01 \x01(\x08\x12\x13\n\x0b\x66ront_right\x18\x02 \x01(\x08\x12\x11\n\trear_left\x18\x03 \x01(\x08\x12\x12\n\nrear_right\x18\x04 \x01(\x08\x12\x1f\n\x17semi_middle_axle_left_2\x18\x05 \x01(\x08\x12 \n\x18semi_middle_axle_right_2\x18\x06 \x01(\x08\x12\x1b\n\x13semi_rear_axle_left\x18\x07 \x01(\x08\x12\x1c\n\x14semi_rear_axle_right\x18\x08 \x01(\x08\x12\x1d\n\x15semi_rear_axle_left_2\x18\t \x01(\x08\x12\x1e\n\x16semi_rear_axle_right_2\x18\n \x01(\x08\"4\n\x04Time\x12\x0c\n\x04hour\x18\x01 \x01(\x05\x12\x0e\n\x06minute\x18\x02 \x01(\x05\x12\x0e\n\x06second\x18\x03 \x01(\x05\"\xf7\x1a\n\x05Value\x12\x16\n\x0cstring_value\x18\x01 \x01(\tH\x00\x12\x13\n\tint_value\x18\x02 \x01(\x05H\x00\x12\x14\n\nlong_value\x18\x03 \x01(\x03H\x00\x12\x15\n\x0b\x66loat_value\x18\x04 \x01(\x02H\x00\x12\x16\n\x0c\x64ouble_value\x18\x05 \x01(\x01H\x00\x12\x17\n\rboolean_value\x18\x06 \x01(\x08H\x00\x12?\n\x0elocation_value\x18\x07 \x01(\x0b\x32%.telemetry.vehicle_data.LocationValueH\x00\x12?\n\x0e\x63harging_value\x18\x08 \x01(\x0e\x32%.telemetry.vehicle_data.ChargingStateH\x00\x12?\n\x11shift_state_value\x18\t \x01(\x0e\x32\".telemetry.vehicle_data.ShiftStateH\x00\x12\x11\n\x07invalid\x18\n \x01(\x08H\x00\x12J\n\x17lane_assist_level_value\x18\x0b \x01(\x0e\x32\'.telemetry.vehicle_data.LaneAssistLevelH\x00\x12[\n\x1dscheduled_charging_mode_value\x18\x0c \x01(\x0e\x32\x32.telemetry.vehicle_data.ScheduledChargingModeValueH\x00\x12J\n\x17sentry_mode_state_value\x18\r \x01(\x0e\x32\'.telemetry.vehicle_data.SentryModeStateH\x00\x12L\n\x18speed_assist_level_value\x18\x0e \x01(\x0e\x32(.telemetry.vehicle_data.SpeedAssistLevelH\x00\x12@\n\x0f\x62ms_state_value\x18\x0f \x01(\x0e\x32%.telemetry.vehicle_data.BMSStateValueH\x00\x12\x43\n\x13\x62uckle_status_value\x18\x10 \x01(\x0e\x32$.telemetry.vehicle_data.BuckleStatusH\x00\x12>\n\x0e\x63\x61r_type_value\x18\x11 \x01(\x0e\x32$.telemetry.vehicle_data.CarTypeValueH\x00\x12\x44\n\x11\x63harge_port_value\x18\x12 \x01(\x0e\x32\'.telemetry.vehicle_data.ChargePortValueH\x00\x12O\n\x17\x63harge_port_latch_value\x18\x13 \x01(\x0e\x32,.telemetry.vehicle_data.ChargePortLatchValueH\x00\x12\x33\n\ndoor_value\x18\x15 \x01(\x0b\x32\x1d.telemetry.vehicle_data.DoorsH\x00\x12P\n\x1a\x64rive_inverter_state_value\x18\x16 \x01(\x0e\x32*.telemetry.vehicle_data.DriveInverterStateH\x00\x12?\n\x11hvil_status_value\x18\x17 \x01(\x0e\x32\".telemetry.vehicle_data.HvilStatusH\x00\x12\x41\n\x12window_state_value\x18\x18 \x01(\x0e\x32#.telemetry.vehicle_data.WindowStateH\x00\x12L\n\x18seat_fold_position_value\x18\x19 \x01(\x0e\x32(.telemetry.vehicle_data.SeatFoldPositionH\x00\x12L\n\x18tractor_air_status_value\x18\x1a \x01(\x0e\x32(.telemetry.vehicle_data.TractorAirStatusH\x00\x12G\n\x15\x66ollow_distance_value\x18\x1b \x01(\x0e\x32&.telemetry.vehicle_data.FollowDistanceH\x00\x12\x62\n#forward_collision_sensitivity_value\x18\x1c \x01(\x0e\x32\x33.telemetry.vehicle_data.ForwardCollisionSensitivityH\x00\x12W\n\x1eguest_mode_mobile_access_value\x18\x1d \x01(\x0e\x32-.telemetry.vehicle_data.GuestModeMobileAccessH\x00\x12L\n\x18trailer_air_status_value\x18\x1e \x01(\x0e\x32(.telemetry.vehicle_data.TrailerAirStatusH\x00\x12\x32\n\ntime_value\x18\x1f \x01(\x0b\x32\x1c.telemetry.vehicle_data.TimeH\x00\x12W\n\x1b\x64\x65tailed_charge_state_value\x18 \x01(\x0e\x32\x30.telemetry.vehicle_data.DetailedChargeStateValueH\x00\x12I\n\x14hvac_auto_mode_value\x18! \x01(\x0e\x32).telemetry.vehicle_data.HvacAutoModeStateH\x00\x12h\n$cabin_overheat_protection_mode_value\x18\" \x01(\x0e\x32\x38.telemetry.vehicle_data.CabinOverheatProtectionModeStateH\x00\x12w\n1cabin_overheat_protection_temperature_limit_value\x18# \x01(\x0e\x32:.telemetry.vehicle_data.ClimateOverheatProtectionTempLimitH\x00\x12\x46\n\x12\x64\x65\x66rost_mode_value\x18$ \x01(\x0e\x32(.telemetry.vehicle_data.DefrostModeStateH\x00\x12S\n\x19\x63limate_keeper_mode_value\x18% \x01(\x0e\x32..telemetry.vehicle_data.ClimateKeeperModeStateH\x00\x12\x42\n\x10hvac_power_value\x18& \x01(\x0e\x32&.telemetry.vehicle_data.HvacPowerStateH\x00\x12\x43\n\x13tire_location_value\x18\' \x01(\x0b\x32$.telemetry.vehicle_data.TireLocationH\x00\x12\x41\n\x12\x66\x61st_charger_value\x18( \x01(\x0e\x32#.telemetry.vehicle_data.FastChargerH\x00\x12=\n\x10\x63\x61\x62le_type_value\x18) \x01(\x0e\x32!.telemetry.vehicle_data.CableTypeH\x00\x12O\n\x17tonneau_tent_mode_value\x18* \x01(\x0e\x32,.telemetry.vehicle_data.TonneauTentModeStateH\x00\x12N\n\x16tonneau_position_value\x18+ \x01(\x0e\x32,.telemetry.vehicle_data.TonneauPositionStateH\x00\x12M\n\x15powershare_type_value\x18, \x01(\x0e\x32,.telemetry.vehicle_data.PowershareTypeStatusH\x00\x12I\n\x16powershare_state_value\x18- \x01(\x0e\x32\'.telemetry.vehicle_data.PowershareStateH\x00\x12Z\n\x1cpowershare_stop_reason_value\x18. \x01(\x0e\x32\x32.telemetry.vehicle_data.PowershareStopReasonStatusH\x00\x12\x43\n\x13\x64isplay_state_value\x18/ \x01(\x0e\x32$.telemetry.vehicle_data.DisplayStateH\x00\x12\x43\n\x13\x64istance_unit_value\x18\x30 \x01(\x0e\x32$.telemetry.vehicle_data.DistanceUnitH\x00\x12I\n\x16temperature_unit_value\x18\x31 \x01(\x0e\x32\'.telemetry.vehicle_data.TemperatureUnitH\x00\x12\x43\n\x13pressure_unit_value\x18\x32 \x01(\x0e\x32$.telemetry.vehicle_data.PressureUnitH\x00\x12T\n\x1c\x63harge_unit_preference_value\x18\x33 \x01(\x0e\x32,.telemetry.vehicle_data.ChargeUnitPreferenceH\x00\x42\x07\n\x05value\"a\n\x05\x44\x61tum\x12*\n\x03key\x18\x01 \x01(\x0e\x32\x1d.telemetry.vehicle_data.Field\x12,\n\x05value\x18\x02 \x01(\x0b\x32\x1d.telemetry.vehicle_data.Value\"s\n\x07Payload\x12+\n\x04\x64\x61ta\x18\x01 \x03(\x0b\x32\x1d.telemetry.vehicle_data.Datum\x12.\n\ncreated_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0b\n\x03vin\x18\x03 \x01(\t*\xc3+\n\x05\x46ield\x12\x0b\n\x07Unknown\x10\x00\x12\r\n\tDriveRail\x10\x01\x12\x0f\n\x0b\x43hargeState\x10\x02\x12\x19\n\x15\x42msFullchargecomplete\x10\x03\x12\x10\n\x0cVehicleSpeed\x10\x04\x12\x0c\n\x08Odometer\x10\x05\x12\x0f\n\x0bPackVoltage\x10\x06\x12\x0f\n\x0bPackCurrent\x10\x07\x12\x07\n\x03Soc\x10\x08\x12\x0e\n\nDCDCEnable\x10\t\x12\x08\n\x04Gear\x10\n\x12\x17\n\x13IsolationResistance\x10\x0b\x12\x11\n\rPedalPosition\x10\x0c\x12\x0e\n\nBrakePedal\x10\r\x12\x0c\n\x08\x44iStateR\x10\x0e\x12\x10\n\x0c\x44iHeatsinkTR\x10\x0f\x12\x10\n\x0c\x44iAxleSpeedR\x10\x10\x12\x11\n\rDiTorquemotor\x10\x11\x12\x11\n\rDiStatorTempR\x10\x12\x12\x0b\n\x07\x44iVBatR\x10\x13\x12\x13\n\x0f\x44iMotorCurrentR\x10\x14\x12\x0c\n\x08Location\x10\x15\x12\x0c\n\x08GpsState\x10\x16\x12\x0e\n\nGpsHeading\x10\x17\x12\x16\n\x12NumBrickVoltageMax\x10\x18\x12\x13\n\x0f\x42rickVoltageMax\x10\x19\x12\x16\n\x12NumBrickVoltageMin\x10\x1a\x12\x13\n\x0f\x42rickVoltageMin\x10\x1b\x12\x14\n\x10NumModuleTempMax\x10\x1c\x12\x11\n\rModuleTempMax\x10\x1d\x12\x14\n\x10NumModuleTempMin\x10\x1e\x12\x11\n\rModuleTempMin\x10\x1f\x12\x0e\n\nRatedRange\x10 \x12\x08\n\x04Hvil\x10!\x12\x16\n\x12\x44\x43\x43hargingEnergyIn\x10\"\x12\x13\n\x0f\x44\x43\x43hargingPower\x10#\x12\x16\n\x12\x41\x43\x43hargingEnergyIn\x10$\x12\x13\n\x0f\x41\x43\x43hargingPower\x10%\x12\x12\n\x0e\x43hargeLimitSoc\x10&\x12\x16\n\x12\x46\x61stChargerPresent\x10\'\x12\x13\n\x0f\x45stBatteryRange\x10(\x12\x15\n\x11IdealBatteryRange\x10)\x12\x10\n\x0c\x42\x61tteryLevel\x10*\x12\x14\n\x10TimeToFullCharge\x10+\x12\x1e\n\x1aScheduledChargingStartTime\x10,\x12\x1c\n\x18ScheduledChargingPending\x10-\x12\x1a\n\x16ScheduledDepartureTime\x10.\x12\x1a\n\x16PreconditioningEnabled\x10/\x12\x19\n\x15ScheduledChargingMode\x10\x30\x12\x0e\n\nChargeAmps\x10\x31\x12\x17\n\x13\x43hargeEnableRequest\x10\x32\x12\x11\n\rChargerPhases\x10\x33\x12\x1d\n\x19\x43hargePortColdWeatherMode\x10\x34\x12\x18\n\x14\x43hargeCurrentRequest\x10\x35\x12\x1b\n\x17\x43hargeCurrentRequestMax\x10\x36\x12\x13\n\x0f\x42\x61tteryHeaterOn\x10\x37\x12\x18\n\x14NotEnoughPowerToHeat\x10\x38\x12\"\n\x1eSuperchargerSessionTripPlanner\x10\x39\x12\r\n\tDoorState\x10:\x12\n\n\x06Locked\x10;\x12\x0c\n\x08\x46\x64Window\x10<\x12\x0c\n\x08\x46pWindow\x10=\x12\x0c\n\x08RdWindow\x10>\x12\x0c\n\x08RpWindow\x10?\x12\x0f\n\x0bVehicleName\x10@\x12\x0e\n\nSentryMode\x10\x41\x12\x12\n\x0eSpeedLimitMode\x10\x42\x12\x13\n\x0f\x43urrentLimitMph\x10\x43\x12\x0b\n\x07Version\x10\x44\x12\x12\n\x0eTpmsPressureFl\x10\x45\x12\x12\n\x0eTpmsPressureFr\x10\x46\x12\x12\n\x0eTpmsPressureRl\x10G\x12\x12\n\x0eTpmsPressureRr\x10H\x12\x1e\n\x1aSemitruckTpmsPressureRe1L0\x10I\x12\x1e\n\x1aSemitruckTpmsPressureRe1L1\x10J\x12\x1e\n\x1aSemitruckTpmsPressureRe1R0\x10K\x12\x1e\n\x1aSemitruckTpmsPressureRe1R1\x10L\x12\x1e\n\x1aSemitruckTpmsPressureRe2L0\x10M\x12\x1e\n\x1aSemitruckTpmsPressureRe2L1\x10N\x12\x1e\n\x1aSemitruckTpmsPressureRe2R0\x10O\x12\x1e\n\x1aSemitruckTpmsPressureRe2R1\x10P\x12\x1e\n\x1aTpmsLastSeenPressureTimeFl\x10Q\x12\x1e\n\x1aTpmsLastSeenPressureTimeFr\x10R\x12\x1e\n\x1aTpmsLastSeenPressureTimeRl\x10S\x12\x1e\n\x1aTpmsLastSeenPressureTimeRr\x10T\x12\x0e\n\nInsideTemp\x10U\x12\x0f\n\x0bOutsideTemp\x10V\x12\x12\n\x0eSeatHeaterLeft\x10W\x12\x13\n\x0fSeatHeaterRight\x10X\x12\x16\n\x12SeatHeaterRearLeft\x10Y\x12\x17\n\x13SeatHeaterRearRight\x10Z\x12\x18\n\x14SeatHeaterRearCenter\x10[\x12\x17\n\x13\x41utoSeatClimateLeft\x10\\\x12\x18\n\x14\x41utoSeatClimateRight\x10]\x12\x12\n\x0e\x44riverSeatBelt\x10^\x12\x15\n\x11PassengerSeatBelt\x10_\x12\x16\n\x12\x44riverSeatOccupied\x10`\x12&\n\"SemitruckPassengerSeatFoldPosition\x10\x61\x12\x17\n\x13LateralAcceleration\x10\x62\x12\x1c\n\x18LongitudinalAcceleration\x10\x63\x12\x10\n\x0c\x44\x65precated_2\x10\x64\x12\x12\n\x0e\x43ruiseSetSpeed\x10\x65\x12\x16\n\x12LifetimeEnergyUsed\x10\x66\x12\x1b\n\x17LifetimeEnergyUsedDrive\x10g\x12#\n\x1fSemitruckTractorParkBrakeStatus\x10h\x12#\n\x1fSemitruckTrailerParkBrakeStatus\x10i\x12\x11\n\rBrakePedalPos\x10j\x12\x14\n\x10RouteLastUpdated\x10k\x12\r\n\tRouteLine\x10l\x12\x12\n\x0eMilesToArrival\x10m\x12\x14\n\x10MinutesToArrival\x10n\x12\x12\n\x0eOriginLocation\x10o\x12\x17\n\x13\x44\x65stinationLocation\x10p\x12\x0b\n\x07\x43\x61rType\x10q\x12\x08\n\x04Trim\x10r\x12\x11\n\rExteriorColor\x10s\x12\r\n\tRoofColor\x10t\x12\x0e\n\nChargePort\x10u\x12\x13\n\x0f\x43hargePortLatch\x10v\x12\x12\n\x0e\x45xperimental_1\x10w\x12\x12\n\x0e\x45xperimental_2\x10x\x12\x12\n\x0e\x45xperimental_3\x10y\x12\x12\n\x0e\x45xperimental_4\x10z\x12\x14\n\x10GuestModeEnabled\x10{\x12\x15\n\x11PinToDriveEnabled\x10|\x12\x1e\n\x1aPairedPhoneKeyAndKeyFobQty\x10}\x12\x18\n\x14\x43ruiseFollowDistance\x10~\x12\x1c\n\x18\x41utomaticBlindSpotCamera\x10\x7f\x12#\n\x1e\x42lindSpotCollisionWarningChime\x10\x80\x01\x12\x16\n\x11SpeedLimitWarning\x10\x81\x01\x12\x1c\n\x17\x46orwardCollisionWarning\x10\x82\x01\x12\x1b\n\x16LaneDepartureAvoidance\x10\x83\x01\x12$\n\x1f\x45mergencyLaneDepartureAvoidance\x10\x84\x01\x12!\n\x1c\x41utomaticEmergencyBrakingOff\x10\x85\x01\x12\x1e\n\x19LifetimeEnergyGainedRegen\x10\x86\x01\x12\r\n\x08\x44iStateF\x10\x87\x01\x12\x0f\n\nDiStateREL\x10\x88\x01\x12\x0f\n\nDiStateRER\x10\x89\x01\x12\x11\n\x0c\x44iHeatsinkTF\x10\x8a\x01\x12\x13\n\x0e\x44iHeatsinkTREL\x10\x8b\x01\x12\x13\n\x0e\x44iHeatsinkTRER\x10\x8c\x01\x12\x11\n\x0c\x44iAxleSpeedF\x10\x8d\x01\x12\x13\n\x0e\x44iAxleSpeedREL\x10\x8e\x01\x12\x13\n\x0e\x44iAxleSpeedRER\x10\x8f\x01\x12\x15\n\x10\x44iSlaveTorqueCmd\x10\x90\x01\x12\x14\n\x0f\x44iTorqueActualR\x10\x91\x01\x12\x14\n\x0f\x44iTorqueActualF\x10\x92\x01\x12\x16\n\x11\x44iTorqueActualREL\x10\x93\x01\x12\x16\n\x11\x44iTorqueActualRER\x10\x94\x01\x12\x12\n\rDiStatorTempF\x10\x95\x01\x12\x14\n\x0f\x44iStatorTempREL\x10\x96\x01\x12\x14\n\x0f\x44iStatorTempRER\x10\x97\x01\x12\x0c\n\x07\x44iVBatF\x10\x98\x01\x12\x0e\n\tDiVBatREL\x10\x99\x01\x12\x0e\n\tDiVBatRER\x10\x9a\x01\x12\x14\n\x0f\x44iMotorCurrentF\x10\x9b\x01\x12\x16\n\x11\x44iMotorCurrentREL\x10\x9c\x01\x12\x16\n\x11\x44iMotorCurrentRER\x10\x9d\x01\x12\x14\n\x0f\x45nergyRemaining\x10\x9e\x01\x12\x10\n\x0bServiceMode\x10\x9f\x01\x12\r\n\x08\x42MSState\x10\xa0\x01\x12\x1f\n\x1aGuestModeMobileAccessState\x10\xa1\x01\x12\x11\n\x0c\x44\x65precated_1\x10\xa2\x01\x12\x14\n\x0f\x44\x65stinationName\x10\xa3\x01\x12\x11\n\x0c\x44iInverterTR\x10\xa4\x01\x12\x11\n\x0c\x44iInverterTF\x10\xa5\x01\x12\x13\n\x0e\x44iInverterTREL\x10\xa6\x01\x12\x13\n\x0e\x44iInverterTRER\x10\xa7\x01\x12\x13\n\x0e\x45xperimental_5\x10\xa8\x01\x12\x13\n\x0e\x45xperimental_6\x10\xa9\x01\x12\x13\n\x0e\x45xperimental_7\x10\xaa\x01\x12\x13\n\x0e\x45xperimental_8\x10\xab\x01\x12\x13\n\x0e\x45xperimental_9\x10\xac\x01\x12\x14\n\x0f\x45xperimental_10\x10\xad\x01\x12\x14\n\x0f\x45xperimental_11\x10\xae\x01\x12\x14\n\x0f\x45xperimental_12\x10\xaf\x01\x12\x14\n\x0f\x45xperimental_13\x10\xb0\x01\x12\x14\n\x0f\x45xperimental_14\x10\xb1\x01\x12\x14\n\x0f\x45xperimental_15\x10\xb2\x01\x12\x18\n\x13\x44\x65tailedChargeState\x10\xb3\x01\x12 \n\x1b\x43\x61\x62inOverheatProtectionMode\x10\xb4\x01\x12,\n\'CabinOverheatProtectionTemperatureLimit\x10\xb5\x01\x12\x12\n\rCenterDisplay\x10\xb6\x01\x12\x17\n\x12\x43hargePortDoorOpen\x10\xb7\x01\x12\x13\n\x0e\x43hargerVoltage\x10\xb8\x01\x12\x16\n\x11\x43hargingCableType\x10\xb9\x01\x12\x16\n\x11\x43limateKeeperMode\x10\xba\x01\x12\x1e\n\x19\x44\x65\x66rostForPreconditioning\x10\xbb\x01\x12\x10\n\x0b\x44\x65\x66rostMode\x10\xbc\x01\x12\x16\n\x11\x45\x66\x66iciencyPackage\x10\xbd\x01\x12&\n!EstimatedHoursToChargeTermination\x10\xbe\x01\x12\x12\n\rEuropeVehicle\x10\xbf\x01\x12\'\n\"ExpectedEnergyPercentAtTripArrival\x10\xc0\x01\x12\x14\n\x0f\x46\x61stChargerType\x10\xc1\x01\x12\x18\n\x13HomelinkDeviceCount\x10\xc2\x01\x12\x13\n\x0eHomelinkNearby\x10\xc3\x01\x12\x12\n\rHvacACEnabled\x10\xc4\x01\x12\x11\n\x0cHvacAutoMode\x10\xc5\x01\x12\x11\n\x0cHvacFanSpeed\x10\xc6\x01\x12\x12\n\rHvacFanStatus\x10\xc7\x01\x12\x1f\n\x1aHvacLeftTemperatureRequest\x10\xc8\x01\x12\x0e\n\tHvacPower\x10\xc9\x01\x12 \n\x1bHvacRightTemperatureRequest\x10\xca\x01\x12\x1e\n\x19HvacSteeringWheelHeatAuto\x10\xcb\x01\x12\x1f\n\x1aHvacSteeringWheelHeatLevel\x10\xcc\x01\x12\x1b\n\x16OffroadLightbarPresent\x10\xcd\x01\x12\x18\n\x13PowershareHoursLeft\x10\xce\x01\x12#\n\x1ePowershareInstantaneousPowerKW\x10\xcf\x01\x12\x15\n\x10PowershareStatus\x10\xd0\x01\x12\x19\n\x14PowershareStopReason\x10\xd1\x01\x12\x13\n\x0ePowershareType\x10\xd2\x01\x12\x1b\n\x16RearDisplayHvacEnabled\x10\xd3\x01\x12\x14\n\x0fRearSeatHeaters\x10\xd4\x01\x12\x17\n\x12RemoteStartEnabled\x10\xd5\x01\x12\x13\n\x0eRightHandDrive\x10\xd6\x01\x12\x1d\n\x18RouteTrafficMinutesDelay\x10\xd7\x01\x12*\n%SoftwareUpdateDownloadPercentComplete\x10\xd8\x01\x12*\n%SoftwareUpdateExpectedDurationMinutes\x10\xd9\x01\x12.\n)SoftwareUpdateInstallationPercentComplete\x10\xda\x01\x12%\n SoftwareUpdateScheduledStartTime\x10\xdb\x01\x12\x1a\n\x15SoftwareUpdateVersion\x10\xdc\x01\x12\x17\n\x12TonneauOpenPercent\x10\xdd\x01\x12\x14\n\x0fTonneauPosition\x10\xde\x01\x12\x14\n\x0fTonneauTentMode\x10\xdf\x01\x12\x15\n\x10TpmsHardWarnings\x10\xe0\x01\x12\x15\n\x10TpmsSoftWarnings\x10\xe1\x01\x12\x15\n\x10ValetModeEnabled\x10\xe2\x01\x12\x0e\n\tWheelType\x10\xe3\x01\x12\x15\n\x10WiperHeatEnabled\x10\xe4\x01\x12\x12\n\rLocatedAtHome\x10\xe5\x01\x12\x12\n\rLocatedAtWork\x10\xe6\x01\x12\x16\n\x11LocatedAtFavorite\x10\xe7\x01\x12\x18\n\x13SettingDistanceUnit\x10\xe8\x01\x12\x1b\n\x16SettingTemperatureUnit\x10\xe9\x01\x12\x16\n\x11Setting24HourTime\x10\xea\x01\x12\x1c\n\x17SettingTirePressureUnit\x10\xeb\x01\x12\x16\n\x11SettingChargeUnit\x10\xec\x01\x12 \n\x1b\x43limateSeatCoolingFrontLeft\x10\xed\x01\x12!\n\x1c\x43limateSeatCoolingFrontRight\x10\xee\x01*\xbf\x01\n\rChargingState\x12\x16\n\x12\x43hargeStateUnknown\x10\x00\x12\x1b\n\x17\x43hargeStateDisconnected\x10\x01\x12\x16\n\x12\x43hargeStateNoPower\x10\x02\x12\x17\n\x13\x43hargeStateStarting\x10\x03\x12\x17\n\x13\x43hargeStateCharging\x10\x04\x12\x17\n\x13\x43hargeStateComplete\x10\x05\x12\x16\n\x12\x43hargeStateStopped\x10\x06*\x82\x02\n\x18\x44\x65tailedChargeStateValue\x12\x1e\n\x1a\x44\x65tailedChargeStateUnknown\x10\x00\x12#\n\x1f\x44\x65tailedChargeStateDisconnected\x10\x01\x12\x1e\n\x1a\x44\x65tailedChargeStateNoPower\x10\x02\x12\x1f\n\x1b\x44\x65tailedChargeStateStarting\x10\x03\x12\x1f\n\x1b\x44\x65tailedChargeStateCharging\x10\x04\x12\x1f\n\x1b\x44\x65tailedChargeStateComplete\x10\x05\x12\x1e\n\x1a\x44\x65tailedChargeStateStopped\x10\x06*\x91\x01\n\nShiftState\x12\x15\n\x11ShiftStateUnknown\x10\x00\x12\x15\n\x11ShiftStateInvalid\x10\x01\x12\x0f\n\x0bShiftStateP\x10\x02\x12\x0f\n\x0bShiftStateR\x10\x03\x12\x0f\n\x0bShiftStateN\x10\x04\x12\x0f\n\x0bShiftStateD\x10\x05\x12\x11\n\rShiftStateSNA\x10\x06*\xbe\x01\n\x0e\x46ollowDistance\x12\x19\n\x15\x46ollowDistanceUnknown\x10\x00\x12\x13\n\x0f\x46ollowDistance1\x10\x01\x12\x13\n\x0f\x46ollowDistance2\x10\x02\x12\x13\n\x0f\x46ollowDistance3\x10\x03\x12\x13\n\x0f\x46ollowDistance4\x10\x04\x12\x13\n\x0f\x46ollowDistance5\x10\x05\x12\x13\n\x0f\x46ollowDistance6\x10\x06\x12\x13\n\x0f\x46ollowDistance7\x10\x07*\xdc\x01\n\x1b\x46orwardCollisionSensitivity\x12&\n\"ForwardCollisionSensitivityUnknown\x10\x00\x12\"\n\x1e\x46orwardCollisionSensitivityOff\x10\x01\x12#\n\x1f\x46orwardCollisionSensitivityLate\x10\x02\x12&\n\"ForwardCollisionSensitivityAverage\x10\x03\x12$\n ForwardCollisionSensitivityEarly\x10\x04*\xe4\x06\n\x15GuestModeMobileAccess\x12 \n\x1cGuestModeMobileAccessUnknown\x10\x00\x12\x1d\n\x19GuestModeMobileAccessInit\x10\x01\x12)\n%GuestModeMobileAccessNotAuthenticated\x10\x02\x12&\n\"GuestModeMobileAccessAuthenticated\x10\x03\x12\'\n#GuestModeMobileAccessAbortedDriving\x10\x04\x12\x30\n,GuestModeMobileAccessAbortedUsingRemoteStart\x10\x05\x12,\n(GuestModeMobileAccessAbortedUsingBLEKeys\x10\x06\x12)\n%GuestModeMobileAccessAbortedValetMode\x10\x07\x12,\n(GuestModeMobileAccessAbortedGuestModeOff\x10\x08\x12\x35\n1GuestModeMobileAccessAbortedDriveAuthTimeExceeded\x10\t\x12.\n*GuestModeMobileAccessAbortedNoDataReceived\x10\n\x12\x31\n-GuestModeMobileAccessRequestingFromMothership\x10\x0b\x12,\n(GuestModeMobileAccessRequestingFromAuthD\x10\x0c\x12+\n\'GuestModeMobileAccessAbortedFetchFailed\x10\r\x12/\n+GuestModeMobileAccessAbortedBadDataReceived\x10\x0e\x12&\n\"GuestModeMobileAccessShowingQRCode\x10\x0f\x12#\n\x1fGuestModeMobileAccessSwipedAway\x10\x10\x12/\n+GuestModeMobileAccessDismissedQRCodeExpired\x10\x11\x12\x31\n-GuestModeMobileAccessSucceededPairedNewBLEKey\x10\x12*}\n\x0fLaneAssistLevel\x12\x1a\n\x16LaneAssistLevelUnknown\x10\x00\x12\x17\n\x13LaneAssistLevelNone\x10\x01\x12\x1a\n\x16LaneAssistLevelWarning\x10\x02\x12\x19\n\x15LaneAssistLevelAssist\x10\x03*\xa1\x01\n\x1aScheduledChargingModeValue\x12 \n\x1cScheduledChargingModeUnknown\x10\x00\x12\x1c\n\x18ScheduledChargingModeOff\x10\x01\x12 \n\x1cScheduledChargingModeStartAt\x10\x02\x12!\n\x1dScheduledChargingModeDepartBy\x10\x03*\xc6\x01\n\x0fSentryModeState\x12\x1a\n\x16SentryModeStateUnknown\x10\x00\x12\x16\n\x12SentryModeStateOff\x10\x01\x12\x17\n\x13SentryModeStateIdle\x10\x02\x12\x18\n\x14SentryModeStateArmed\x10\x03\x12\x18\n\x14SentryModeStateAware\x10\x04\x12\x18\n\x14SentryModeStatePanic\x10\x05\x12\x18\n\x14SentryModeStateQuiet\x10\x06*\x81\x01\n\x10SpeedAssistLevel\x12\x1b\n\x17SpeedAssistLevelUnknown\x10\x00\x12\x18\n\x14SpeedAssistLevelNone\x10\x01\x12\x1b\n\x17SpeedAssistLevelDisplay\x10\x02\x12\x19\n\x15SpeedAssistLevelChime\x10\x03*\xe7\x01\n\rBMSStateValue\x12\x13\n\x0f\x42MSStateUnknown\x10\x00\x12\x13\n\x0f\x42MSStateStandby\x10\x01\x12\x11\n\rBMSStateDrive\x10\x02\x12\x13\n\x0f\x42MSStateSupport\x10\x03\x12\x12\n\x0e\x42MSStateCharge\x10\x04\x12\x10\n\x0c\x42MSStateFEIM\x10\x05\x12\x16\n\x12\x42MSStateClearFault\x10\x06\x12\x11\n\rBMSStateFault\x10\x07\x12\x10\n\x0c\x42MSStateWeld\x10\x08\x12\x10\n\x0c\x42MSStateTest\x10\t\x12\x0f\n\x0b\x42MSStateSNA\x10\n*t\n\x0c\x42uckleStatus\x12\x17\n\x13\x42uckleStatusUnknown\x10\x00\x12\x19\n\x15\x42uckleStatusUnlatched\x10\x01\x12\x17\n\x13\x42uckleStatusLatched\x10\x02\x12\x17\n\x13\x42uckleStatusFaulted\x10\x03*\x9b\x01\n\x0c\x43\x61rTypeValue\x12\x12\n\x0e\x43\x61rTypeUnknown\x10\x00\x12\x11\n\rCarTypeModelS\x10\x01\x12\x11\n\rCarTypeModelX\x10\x02\x12\x11\n\rCarTypeModel3\x10\x03\x12\x11\n\rCarTypeModelY\x10\x04\x12\x14\n\x10\x43\x61rTypeSemiTruck\x10\x05\x12\x15\n\x11\x43\x61rTypeCybertruck\x10\x06*q\n\x0f\x43hargePortValue\x12\x15\n\x11\x43hargePortUnknown\x10\x00\x12\x10\n\x0c\x43hargePortUS\x10\x01\x12\x10\n\x0c\x43hargePortEU\x10\x02\x12\x10\n\x0c\x43hargePortGB\x10\x03\x12\x11\n\rChargePortCCS\x10\x04*\xa2\x01\n\x14\x43hargePortLatchValue\x12\x1a\n\x16\x43hargePortLatchUnknown\x10\x00\x12\x16\n\x12\x43hargePortLatchSNA\x10\x01\x12\x1d\n\x19\x43hargePortLatchDisengaged\x10\x02\x12\x1a\n\x16\x43hargePortLatchEngaged\x10\x03\x12\x1b\n\x17\x43hargePortLatchBlocking\x10\x04*\xcd\x01\n\x12\x44riveInverterState\x12\x1d\n\x19\x44riveInverterStateUnknown\x10\x00\x12!\n\x1d\x44riveInverterStateUnavailable\x10\x01\x12\x1d\n\x19\x44riveInverterStateStandby\x10\x02\x12\x1b\n\x17\x44riveInverterStateFault\x10\x03\x12\x1b\n\x17\x44riveInverterStateAbort\x10\x04\x12\x1c\n\x18\x44riveInverterStateEnable\x10\x05*J\n\nHvilStatus\x12\x15\n\x11HvilStatusUnknown\x10\x00\x12\x13\n\x0fHvilStatusFault\x10\x01\x12\x10\n\x0cHvilStatusOK\x10\x02*q\n\x0bWindowState\x12\x16\n\x12WindowStateUnknown\x10\x00\x12\x15\n\x11WindowStateClosed\x10\x01\x12\x1c\n\x18WindowStatePartiallyOpen\x10\x02\x12\x15\n\x11WindowStateOpened\x10\x03*\xc2\x01\n\x10SeatFoldPosition\x12\x1b\n\x17SeatFoldPositionUnknown\x10\x00\x12\x17\n\x13SeatFoldPositionSNA\x10\x01\x12\x1b\n\x17SeatFoldPositionFaulted\x10\x02\x12!\n\x1dSeatFoldPositionNotConfigured\x10\x03\x12\x1a\n\x16SeatFoldPositionFolded\x10\x04\x12\x1c\n\x18SeatFoldPositionUnfolded\x10\x05*\x8e\x02\n\x10TractorAirStatus\x12\x1b\n\x17TractorAirStatusUnknown\x10\x00\x12 \n\x1cTractorAirStatusNotAvailable\x10\x01\x12\x19\n\x15TractorAirStatusError\x10\x02\x12\x1b\n\x17TractorAirStatusCharged\x10\x03\x12\x30\n,TractorAirStatusBuildingPressureIntermediate\x10\x04\x12\x32\n.TractorAirStatusExhaustingPressureIntermediate\x10\x05\x12\x1d\n\x19TractorAirStatusExhausted\x10\x06*\xa8\x02\n\x10TrailerAirStatus\x12\x1b\n\x17TrailerAirStatusUnknown\x10\x00\x12\x17\n\x13TrailerAirStatusSNA\x10\x01\x12\x1b\n\x17TrailerAirStatusInvalid\x10\x02\x12\x1f\n\x1bTrailerAirStatusBobtailMode\x10\x03\x12\x1b\n\x17TrailerAirStatusCharged\x10\x04\x12\x30\n,TrailerAirStatusBuildingPressureIntermediate\x10\x05\x12\x32\n.TrailerAirStatusExhaustingPressureIntermediate\x10\x06\x12\x1d\n\x19TrailerAirStatusExhausted\x10\x07*i\n\x11HvacAutoModeState\x12\x1c\n\x18HvacAutoModeStateUnknown\x10\x00\x12\x17\n\x13HvacAutoModeStateOn\x10\x01\x12\x1d\n\x19HvacAutoModeStateOverride\x10\x02*\xcd\x01\n CabinOverheatProtectionModeState\x12+\n\'CabinOverheatProtectionModeStateUnknown\x10\x00\x12\'\n#CabinOverheatProtectionModeStateOff\x10\x01\x12&\n\"CabinOverheatProtectionModeStateOn\x10\x02\x12+\n\'CabinOverheatProtectionModeStateFanOnly\x10\x03*\xd8\x01\n\"ClimateOverheatProtectionTempLimit\x12-\n)ClimateOverheatProtectionTempLimitUnknown\x10\x00\x12*\n&ClimateOverheatProtectionTempLimitHigh\x10\x01\x12,\n(ClimateOverheatProtectionTempLimitMedium\x10\x02\x12)\n%ClimateOverheatProtectionTempLimitLow\x10\x03*\x9c\x01\n\x10\x44\x65\x66rostModeState\x12\x1b\n\x17\x44\x65\x66rostModeStateUnknown\x10\x00\x12\x17\n\x13\x44\x65\x66rostModeStateOff\x10\x01\x12\x1a\n\x16\x44\x65\x66rostModeStateNormal\x10\x02\x12\x17\n\x13\x44\x65\x66rostModeStateMax\x10\x03\x12\x1d\n\x19\x44\x65\x66rostModeStateAutoDefog\x10\x04*\xb8\x01\n\x16\x43limateKeeperModeState\x12!\n\x1d\x43limateKeeperModeStateUnknown\x10\x00\x12\x1d\n\x19\x43limateKeeperModeStateOff\x10\x01\x12\x1c\n\x18\x43limateKeeperModeStateOn\x10\x02\x12\x1d\n\x19\x43limateKeeperModeStateDog\x10\x03\x12\x1f\n\x1b\x43limateKeeperModeStateParty\x10\x04*\x9b\x01\n\x0eHvacPowerState\x12\x19\n\x15HvacPowerStateUnknown\x10\x00\x12\x15\n\x11HvacPowerStateOff\x10\x01\x12\x14\n\x10HvacPowerStateOn\x10\x02\x12\x1e\n\x1aHvacPowerStatePrecondition\x10\x03\x12!\n\x1dHvacPowerStateOverheatProtect\x10\x04*\xed\x01\n\x0b\x46\x61stCharger\x12\x16\n\x12\x46\x61stChargerUnknown\x10\x00\x12\x1b\n\x17\x46\x61stChargerSupercharger\x10\x01\x12\x16\n\x12\x46\x61stChargerCHAdeMO\x10\x02\x12\x11\n\rFastChargerGB\x10\x03\x12\x1e\n\x1a\x46\x61stChargerACSingleWireCAN\x10\x04\x12\x14\n\x10\x46\x61stChargerCombo\x10\x05\x12\x1e\n\x1a\x46\x61stChargerMCSingleWireCAN\x10\x06\x12\x14\n\x10\x46\x61stChargerOther\x10\x07\x12\x12\n\x0e\x46\x61stChargerSNA\x10\x08*\x7f\n\tCableType\x12\x14\n\x10\x43\x61\x62leTypeUnknown\x10\x00\x12\x10\n\x0c\x43\x61\x62leTypeIEC\x10\x01\x12\x10\n\x0c\x43\x61\x62leTypeSAE\x10\x02\x12\x12\n\x0e\x43\x61\x62leTypeGB_AC\x10\x03\x12\x12\n\x0e\x43\x61\x62leTypeGB_DC\x10\x04\x12\x10\n\x0c\x43\x61\x62leTypeSNA\x10\x05*\xb9\x01\n\x14TonneauTentModeState\x12\x1f\n\x1bTonneauTentModeStateUnknown\x10\x00\x12 \n\x1cTonneauTentModeStateInactive\x10\x01\x12\x1e\n\x1aTonneauTentModeStateMoving\x10\x02\x12\x1e\n\x1aTonneauTentModeStateFailed\x10\x03\x12\x1e\n\x1aTonneauTentModeStateActive\x10\x04*\xc2\x01\n\x14TonneauPositionState\x12\x1f\n\x1bTonneauPositionStateUnknown\x10\x00\x12\x1f\n\x1bTonneauPositionStateInvalid\x10\x01\x12\x1e\n\x1aTonneauPositionStateClosed\x10\x02\x12%\n!TonneauPositionStatePartiallyOpen\x10\x03\x12!\n\x1dTonneauPositionStateFullyOpen\x10\x04*\xe7\x01\n\x0fPowershareState\x12\x1a\n\x16PowershareStateUnknown\x10\x00\x12\x1b\n\x17PowershareStateInactive\x10\x01\x12\x1e\n\x1aPowershareStateHandshaking\x10\x02\x12\x17\n\x13PowershareStateInit\x10\x03\x12\x1a\n\x16PowershareStateEnabled\x10\x04\x12*\n&PowershareStateEnabledReconnectingSoon\x10\x05\x12\x1a\n\x16PowershareStateStopped\x10\x06*\xd8\x02\n\x1aPowershareStopReasonStatus\x12%\n!PowershareStopReasonStatusUnknown\x10\x00\x12\"\n\x1ePowershareStopReasonStatusNone\x10\x01\x12\'\n#PowershareStopReasonStatusSOCTooLow\x10\x02\x12#\n\x1fPowershareStopReasonStatusRetry\x10\x03\x12#\n\x1fPowershareStopReasonStatusFault\x10\x04\x12\"\n\x1ePowershareStopReasonStatusUser\x10\x05\x12*\n&PowershareStopReasonStatusReconnecting\x10\x06\x12,\n(PowershareStopReasonStatusAuthentication\x10\x07*\x91\x01\n\x14PowershareTypeStatus\x12\x1f\n\x1bPowershareTypeStatusUnknown\x10\x00\x12\x1c\n\x18PowershareTypeStatusNone\x10\x01\x12\x1c\n\x18PowershareTypeStatusLoad\x10\x02\x12\x1c\n\x18PowershareTypeStatusHome\x10\x03*\x95\x02\n\x0c\x44isplayState\x12\x17\n\x13\x44isplayStateUnknown\x10\x00\x12\x13\n\x0f\x44isplayStateOff\x10\x01\x12\x13\n\x0f\x44isplayStateDim\x10\x02\x12\x19\n\x15\x44isplayStateAccessory\x10\x03\x12\x12\n\x0e\x44isplayStateOn\x10\x04\x12\x17\n\x13\x44isplayStateDriving\x10\x05\x12\x18\n\x14\x44isplayStateCharging\x10\x06\x12\x14\n\x10\x44isplayStateLock\x10\x07\x12\x16\n\x12\x44isplayStateSentry\x10\x08\x12\x13\n\x0f\x44isplayStateDog\x10\t\x12\x1d\n\x19\x44isplayStateEntertainment\x10\n*Z\n\x0c\x44istanceUnit\x12\x17\n\x13\x44istanceUnitUnknown\x10\x00\x12\x15\n\x11\x44istanceUnitMiles\x10\x01\x12\x1a\n\x16\x44istanceUnitKilometers\x10\x02*h\n\x0fTemperatureUnit\x12\x1a\n\x16TemperatureUnitUnknown\x10\x00\x12\x1d\n\x19TemperatureUnitFahrenheit\x10\x01\x12\x1a\n\x16TemperatureUnitCelsius\x10\x02*Q\n\x0cPressureUnit\x12\x17\n\x13PressureUnitUnknown\x10\x00\x12\x13\n\x0fPressureUnitPsi\x10\x01\x12\x13\n\x0fPressureUnitBar\x10\x02*\\\n\x14\x43hargeUnitPreference\x12\x15\n\x11\x43hargeUnitUnknown\x10\x00\x12\x16\n\x12\x43hargeUnitDistance\x10\x01\x12\x15\n\x11\x43hargeUnitPercent\x10\x02\x42/Z-github.com/teslamotors/fleet-telemetry/protosb\x06proto3" pool = Google::Protobuf::DescriptorPool.generated_pool pool.add_serialized_file(descriptor_data) @@ -57,5 +57,9 @@ module VehicleData PowershareStopReasonStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("telemetry.vehicle_data.PowershareStopReasonStatus").enummodule PowershareTypeStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("telemetry.vehicle_data.PowershareTypeStatus").enummodule DisplayState = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("telemetry.vehicle_data.DisplayState").enummodule + DistanceUnit = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("telemetry.vehicle_data.DistanceUnit").enummodule + TemperatureUnit = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("telemetry.vehicle_data.TemperatureUnit").enummodule + PressureUnit = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("telemetry.vehicle_data.PressureUnit").enummodule + ChargeUnitPreference = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("telemetry.vehicle_data.ChargeUnitPreference").enummodule end end diff --git a/protos/vehicle_data.pb.go b/protos/vehicle_data.pb.go index 9f7b35d..e36a33d 100644 --- a/protos/vehicle_data.pb.go +++ b/protos/vehicle_data.pb.go @@ -208,6 +208,7 @@ const ( Field_CabinOverheatProtectionTemperatureLimit Field = 181 Field_CenterDisplay Field = 182 Field_ChargePortDoorOpen Field = 183 + Field_ChargerVoltage Field = 184 Field_ChargingCableType Field = 185 Field_ClimateKeeperMode Field = 186 Field_DefrostForPreconditioning Field = 187 @@ -252,6 +253,16 @@ const ( Field_ValetModeEnabled Field = 226 Field_WheelType Field = 227 Field_WiperHeatEnabled Field = 228 + Field_LocatedAtHome Field = 229 + Field_LocatedAtWork Field = 230 + Field_LocatedAtFavorite Field = 231 + Field_SettingDistanceUnit Field = 232 + Field_SettingTemperatureUnit Field = 233 + Field_Setting24HourTime Field = 234 + Field_SettingTirePressureUnit Field = 235 + Field_SettingChargeUnit Field = 236 + Field_ClimateSeatCoolingFrontLeft Field = 237 + Field_ClimateSeatCoolingFrontRight Field = 238 ) // Enum value maps for Field. @@ -441,6 +452,7 @@ var ( 181: "CabinOverheatProtectionTemperatureLimit", 182: "CenterDisplay", 183: "ChargePortDoorOpen", + 184: "ChargerVoltage", 185: "ChargingCableType", 186: "ClimateKeeperMode", 187: "DefrostForPreconditioning", @@ -485,6 +497,16 @@ var ( 226: "ValetModeEnabled", 227: "WheelType", 228: "WiperHeatEnabled", + 229: "LocatedAtHome", + 230: "LocatedAtWork", + 231: "LocatedAtFavorite", + 232: "SettingDistanceUnit", + 233: "SettingTemperatureUnit", + 234: "Setting24HourTime", + 235: "SettingTirePressureUnit", + 236: "SettingChargeUnit", + 237: "ClimateSeatCoolingFrontLeft", + 238: "ClimateSeatCoolingFrontRight", } Field_value = map[string]int32{ "Unknown": 0, @@ -671,6 +693,7 @@ var ( "CabinOverheatProtectionTemperatureLimit": 181, "CenterDisplay": 182, "ChargePortDoorOpen": 183, + "ChargerVoltage": 184, "ChargingCableType": 185, "ClimateKeeperMode": 186, "DefrostForPreconditioning": 187, @@ -715,6 +738,16 @@ var ( "ValetModeEnabled": 226, "WheelType": 227, "WiperHeatEnabled": 228, + "LocatedAtHome": 229, + "LocatedAtWork": 230, + "LocatedAtFavorite": 231, + "SettingDistanceUnit": 232, + "SettingTemperatureUnit": 233, + "Setting24HourTime": 234, + "SettingTirePressureUnit": 235, + "SettingChargeUnit": 236, + "ClimateSeatCoolingFrontLeft": 237, + "ClimateSeatCoolingFrontRight": 238, } ) @@ -2804,6 +2837,202 @@ func (DisplayState) EnumDescriptor() ([]byte, []int) { return file_protos_vehicle_data_proto_rawDescGZIP(), []int{35} } +type DistanceUnit int32 + +const ( + DistanceUnit_DistanceUnitUnknown DistanceUnit = 0 + DistanceUnit_DistanceUnitMiles DistanceUnit = 1 + DistanceUnit_DistanceUnitKilometers DistanceUnit = 2 +) + +// Enum value maps for DistanceUnit. +var ( + DistanceUnit_name = map[int32]string{ + 0: "DistanceUnitUnknown", + 1: "DistanceUnitMiles", + 2: "DistanceUnitKilometers", + } + DistanceUnit_value = map[string]int32{ + "DistanceUnitUnknown": 0, + "DistanceUnitMiles": 1, + "DistanceUnitKilometers": 2, + } +) + +func (x DistanceUnit) Enum() *DistanceUnit { + p := new(DistanceUnit) + *p = x + return p +} + +func (x DistanceUnit) String() string { + return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) +} + +func (DistanceUnit) Descriptor() protoreflect.EnumDescriptor { + return file_protos_vehicle_data_proto_enumTypes[36].Descriptor() +} + +func (DistanceUnit) Type() protoreflect.EnumType { + return &file_protos_vehicle_data_proto_enumTypes[36] +} + +func (x DistanceUnit) Number() protoreflect.EnumNumber { + return protoreflect.EnumNumber(x) +} + +// Deprecated: Use DistanceUnit.Descriptor instead. +func (DistanceUnit) EnumDescriptor() ([]byte, []int) { + return file_protos_vehicle_data_proto_rawDescGZIP(), []int{36} +} + +type TemperatureUnit int32 + +const ( + TemperatureUnit_TemperatureUnitUnknown TemperatureUnit = 0 + TemperatureUnit_TemperatureUnitFahrenheit TemperatureUnit = 1 + TemperatureUnit_TemperatureUnitCelsius TemperatureUnit = 2 +) + +// Enum value maps for TemperatureUnit. +var ( + TemperatureUnit_name = map[int32]string{ + 0: "TemperatureUnitUnknown", + 1: "TemperatureUnitFahrenheit", + 2: "TemperatureUnitCelsius", + } + TemperatureUnit_value = map[string]int32{ + "TemperatureUnitUnknown": 0, + "TemperatureUnitFahrenheit": 1, + "TemperatureUnitCelsius": 2, + } +) + +func (x TemperatureUnit) Enum() *TemperatureUnit { + p := new(TemperatureUnit) + *p = x + return p +} + +func (x TemperatureUnit) String() string { + return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) +} + +func (TemperatureUnit) Descriptor() protoreflect.EnumDescriptor { + return file_protos_vehicle_data_proto_enumTypes[37].Descriptor() +} + +func (TemperatureUnit) Type() protoreflect.EnumType { + return &file_protos_vehicle_data_proto_enumTypes[37] +} + +func (x TemperatureUnit) Number() protoreflect.EnumNumber { + return protoreflect.EnumNumber(x) +} + +// Deprecated: Use TemperatureUnit.Descriptor instead. +func (TemperatureUnit) EnumDescriptor() ([]byte, []int) { + return file_protos_vehicle_data_proto_rawDescGZIP(), []int{37} +} + +type PressureUnit int32 + +const ( + PressureUnit_PressureUnitUnknown PressureUnit = 0 + PressureUnit_PressureUnitPsi PressureUnit = 1 + PressureUnit_PressureUnitBar PressureUnit = 2 +) + +// Enum value maps for PressureUnit. +var ( + PressureUnit_name = map[int32]string{ + 0: "PressureUnitUnknown", + 1: "PressureUnitPsi", + 2: "PressureUnitBar", + } + PressureUnit_value = map[string]int32{ + "PressureUnitUnknown": 0, + "PressureUnitPsi": 1, + "PressureUnitBar": 2, + } +) + +func (x PressureUnit) Enum() *PressureUnit { + p := new(PressureUnit) + *p = x + return p +} + +func (x PressureUnit) String() string { + return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) +} + +func (PressureUnit) Descriptor() protoreflect.EnumDescriptor { + return file_protos_vehicle_data_proto_enumTypes[38].Descriptor() +} + +func (PressureUnit) Type() protoreflect.EnumType { + return &file_protos_vehicle_data_proto_enumTypes[38] +} + +func (x PressureUnit) Number() protoreflect.EnumNumber { + return protoreflect.EnumNumber(x) +} + +// Deprecated: Use PressureUnit.Descriptor instead. +func (PressureUnit) EnumDescriptor() ([]byte, []int) { + return file_protos_vehicle_data_proto_rawDescGZIP(), []int{38} +} + +type ChargeUnitPreference int32 + +const ( + ChargeUnitPreference_ChargeUnitUnknown ChargeUnitPreference = 0 + ChargeUnitPreference_ChargeUnitDistance ChargeUnitPreference = 1 + ChargeUnitPreference_ChargeUnitPercent ChargeUnitPreference = 2 +) + +// Enum value maps for ChargeUnitPreference. +var ( + ChargeUnitPreference_name = map[int32]string{ + 0: "ChargeUnitUnknown", + 1: "ChargeUnitDistance", + 2: "ChargeUnitPercent", + } + ChargeUnitPreference_value = map[string]int32{ + "ChargeUnitUnknown": 0, + "ChargeUnitDistance": 1, + "ChargeUnitPercent": 2, + } +) + +func (x ChargeUnitPreference) Enum() *ChargeUnitPreference { + p := new(ChargeUnitPreference) + *p = x + return p +} + +func (x ChargeUnitPreference) String() string { + return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) +} + +func (ChargeUnitPreference) Descriptor() protoreflect.EnumDescriptor { + return file_protos_vehicle_data_proto_enumTypes[39].Descriptor() +} + +func (ChargeUnitPreference) Type() protoreflect.EnumType { + return &file_protos_vehicle_data_proto_enumTypes[39] +} + +func (x ChargeUnitPreference) Number() protoreflect.EnumNumber { + return protoreflect.EnumNumber(x) +} + +// Deprecated: Use ChargeUnitPreference.Descriptor instead. +func (ChargeUnitPreference) EnumDescriptor() ([]byte, []int) { + return file_protos_vehicle_data_proto_rawDescGZIP(), []int{39} +} + // LocationValue is a Datum value type type LocationValue struct { state protoimpl.MessageState @@ -3185,6 +3414,10 @@ type Value struct { // *Value_PowershareStateValue // *Value_PowershareStopReasonValue // *Value_DisplayStateValue + // *Value_DistanceUnitValue + // *Value_TemperatureUnitValue + // *Value_PressureUnitValue + // *Value_ChargeUnitPreferenceValue Value isValue_Value `protobuf_oneof:"value"` } @@ -3549,6 +3782,34 @@ func (x *Value) GetDisplayStateValue() DisplayState { return DisplayState_DisplayStateUnknown } +func (x *Value) GetDistanceUnitValue() DistanceUnit { + if x, ok := x.GetValue().(*Value_DistanceUnitValue); ok { + return x.DistanceUnitValue + } + return DistanceUnit_DistanceUnitUnknown +} + +func (x *Value) GetTemperatureUnitValue() TemperatureUnit { + if x, ok := x.GetValue().(*Value_TemperatureUnitValue); ok { + return x.TemperatureUnitValue + } + return TemperatureUnit_TemperatureUnitUnknown +} + +func (x *Value) GetPressureUnitValue() PressureUnit { + if x, ok := x.GetValue().(*Value_PressureUnitValue); ok { + return x.PressureUnitValue + } + return PressureUnit_PressureUnitUnknown +} + +func (x *Value) GetChargeUnitPreferenceValue() ChargeUnitPreference { + if x, ok := x.GetValue().(*Value_ChargeUnitPreferenceValue); ok { + return x.ChargeUnitPreferenceValue + } + return ChargeUnitPreference_ChargeUnitUnknown +} + type isValue_Value interface { isValue_Value() } @@ -3737,6 +3998,22 @@ type Value_DisplayStateValue struct { DisplayStateValue DisplayState `protobuf:"varint,47,opt,name=display_state_value,json=displayStateValue,proto3,enum=telemetry.vehicle_data.DisplayState,oneof"` } +type Value_DistanceUnitValue struct { + DistanceUnitValue DistanceUnit `protobuf:"varint,48,opt,name=distance_unit_value,json=distanceUnitValue,proto3,enum=telemetry.vehicle_data.DistanceUnit,oneof"` +} + +type Value_TemperatureUnitValue struct { + TemperatureUnitValue TemperatureUnit `protobuf:"varint,49,opt,name=temperature_unit_value,json=temperatureUnitValue,proto3,enum=telemetry.vehicle_data.TemperatureUnit,oneof"` +} + +type Value_PressureUnitValue struct { + PressureUnitValue PressureUnit `protobuf:"varint,50,opt,name=pressure_unit_value,json=pressureUnitValue,proto3,enum=telemetry.vehicle_data.PressureUnit,oneof"` +} + +type Value_ChargeUnitPreferenceValue struct { + ChargeUnitPreferenceValue ChargeUnitPreference `protobuf:"varint,51,opt,name=charge_unit_preference_value,json=chargeUnitPreferenceValue,proto3,enum=telemetry.vehicle_data.ChargeUnitPreference,oneof"` +} + func (*Value_StringValue) isValue_Value() {} func (*Value_IntValue) isValue_Value() {} @@ -3829,6 +4106,14 @@ func (*Value_PowershareStopReasonValue) isValue_Value() {} func (*Value_DisplayStateValue) isValue_Value() {} +func (*Value_DistanceUnitValue) isValue_Value() {} + +func (*Value_TemperatureUnitValue) isValue_Value() {} + +func (*Value_PressureUnitValue) isValue_Value() {} + +func (*Value_ChargeUnitPreferenceValue) isValue_Value() {} + // Datum represents a single field and its value type Datum struct { state protoimpl.MessageState @@ -4008,7 +4293,7 @@ var file_protos_vehicle_data_proto_rawDesc = []byte{ 0x68, 0x6f, 0x75, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x69, 0x6e, 0x75, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x6d, 0x69, 0x6e, 0x75, 0x74, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x65, - 0x63, 0x6f, 0x6e, 0x64, 0x22, 0xe1, 0x1f, 0x0a, 0x05, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x23, + 0x63, 0x6f, 0x6e, 0x64, 0x22, 0xe3, 0x22, 0x0a, 0x05, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x23, 0x0a, 0x0c, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0b, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1d, 0x0a, 0x09, 0x69, 0x6e, 0x74, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, @@ -4261,812 +4546,878 @@ var file_protos_vehicle_data_proto_rawDesc = []byte{ 0x20, 0x01, 0x28, 0x0e, 0x32, 0x24, 0x2e, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x65, 0x68, 0x69, 0x63, 0x6c, 0x65, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x53, 0x74, 0x61, 0x74, 0x65, 0x48, 0x00, 0x52, 0x11, 0x64, 0x69, - 0x73, 0x70, 0x6c, 0x61, 0x79, 0x53, 0x74, 0x61, 0x74, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x42, - 0x07, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x6d, 0x0a, 0x05, 0x44, 0x61, 0x74, 0x75, - 0x6d, 0x12, 0x2f, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1d, - 0x2e, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x65, 0x68, 0x69, 0x63, - 0x6c, 0x65, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x52, 0x03, 0x6b, - 0x65, 0x79, 0x12, 0x33, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x1d, 0x2e, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x65, - 0x68, 0x69, 0x63, 0x6c, 0x65, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x56, 0x61, 0x6c, 0x75, 0x65, - 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x89, 0x01, 0x0a, 0x07, 0x50, 0x61, 0x79, 0x6c, - 0x6f, 0x61, 0x64, 0x12, 0x31, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, - 0x0b, 0x32, 0x1d, 0x2e, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x65, - 0x68, 0x69, 0x63, 0x6c, 0x65, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x44, 0x61, 0x74, 0x75, 0x6d, - 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x39, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, - 0x64, 0x5f, 0x61, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, - 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d, - 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, - 0x74, 0x12, 0x10, 0x0a, 0x03, 0x76, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, - 0x76, 0x69, 0x6e, 0x2a, 0xa4, 0x29, 0x0a, 0x05, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x12, 0x0b, 0x0a, - 0x07, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x0d, 0x0a, 0x09, 0x44, 0x72, - 0x69, 0x76, 0x65, 0x52, 0x61, 0x69, 0x6c, 0x10, 0x01, 0x12, 0x0f, 0x0a, 0x0b, 0x43, 0x68, 0x61, - 0x72, 0x67, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x10, 0x02, 0x12, 0x19, 0x0a, 0x15, 0x42, 0x6d, - 0x73, 0x46, 0x75, 0x6c, 0x6c, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x63, 0x6f, 0x6d, 0x70, 0x6c, - 0x65, 0x74, 0x65, 0x10, 0x03, 0x12, 0x10, 0x0a, 0x0c, 0x56, 0x65, 0x68, 0x69, 0x63, 0x6c, 0x65, - 0x53, 0x70, 0x65, 0x65, 0x64, 0x10, 0x04, 0x12, 0x0c, 0x0a, 0x08, 0x4f, 0x64, 0x6f, 0x6d, 0x65, - 0x74, 0x65, 0x72, 0x10, 0x05, 0x12, 0x0f, 0x0a, 0x0b, 0x50, 0x61, 0x63, 0x6b, 0x56, 0x6f, 0x6c, - 0x74, 0x61, 0x67, 0x65, 0x10, 0x06, 0x12, 0x0f, 0x0a, 0x0b, 0x50, 0x61, 0x63, 0x6b, 0x43, 0x75, - 0x72, 0x72, 0x65, 0x6e, 0x74, 0x10, 0x07, 0x12, 0x07, 0x0a, 0x03, 0x53, 0x6f, 0x63, 0x10, 0x08, - 0x12, 0x0e, 0x0a, 0x0a, 0x44, 0x43, 0x44, 0x43, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x10, 0x09, - 0x12, 0x08, 0x0a, 0x04, 0x47, 0x65, 0x61, 0x72, 0x10, 0x0a, 0x12, 0x17, 0x0a, 0x13, 0x49, 0x73, - 0x6f, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, - 0x65, 0x10, 0x0b, 0x12, 0x11, 0x0a, 0x0d, 0x50, 0x65, 0x64, 0x61, 0x6c, 0x50, 0x6f, 0x73, 0x69, - 0x74, 0x69, 0x6f, 0x6e, 0x10, 0x0c, 0x12, 0x0e, 0x0a, 0x0a, 0x42, 0x72, 0x61, 0x6b, 0x65, 0x50, - 0x65, 0x64, 0x61, 0x6c, 0x10, 0x0d, 0x12, 0x0c, 0x0a, 0x08, 0x44, 0x69, 0x53, 0x74, 0x61, 0x74, - 0x65, 0x52, 0x10, 0x0e, 0x12, 0x10, 0x0a, 0x0c, 0x44, 0x69, 0x48, 0x65, 0x61, 0x74, 0x73, 0x69, - 0x6e, 0x6b, 0x54, 0x52, 0x10, 0x0f, 0x12, 0x10, 0x0a, 0x0c, 0x44, 0x69, 0x41, 0x78, 0x6c, 0x65, - 0x53, 0x70, 0x65, 0x65, 0x64, 0x52, 0x10, 0x10, 0x12, 0x11, 0x0a, 0x0d, 0x44, 0x69, 0x54, 0x6f, - 0x72, 0x71, 0x75, 0x65, 0x6d, 0x6f, 0x74, 0x6f, 0x72, 0x10, 0x11, 0x12, 0x11, 0x0a, 0x0d, 0x44, - 0x69, 0x53, 0x74, 0x61, 0x74, 0x6f, 0x72, 0x54, 0x65, 0x6d, 0x70, 0x52, 0x10, 0x12, 0x12, 0x0b, - 0x0a, 0x07, 0x44, 0x69, 0x56, 0x42, 0x61, 0x74, 0x52, 0x10, 0x13, 0x12, 0x13, 0x0a, 0x0f, 0x44, - 0x69, 0x4d, 0x6f, 0x74, 0x6f, 0x72, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x52, 0x10, 0x14, - 0x12, 0x0c, 0x0a, 0x08, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x10, 0x15, 0x12, 0x0c, - 0x0a, 0x08, 0x47, 0x70, 0x73, 0x53, 0x74, 0x61, 0x74, 0x65, 0x10, 0x16, 0x12, 0x0e, 0x0a, 0x0a, - 0x47, 0x70, 0x73, 0x48, 0x65, 0x61, 0x64, 0x69, 0x6e, 0x67, 0x10, 0x17, 0x12, 0x16, 0x0a, 0x12, - 0x4e, 0x75, 0x6d, 0x42, 0x72, 0x69, 0x63, 0x6b, 0x56, 0x6f, 0x6c, 0x74, 0x61, 0x67, 0x65, 0x4d, - 0x61, 0x78, 0x10, 0x18, 0x12, 0x13, 0x0a, 0x0f, 0x42, 0x72, 0x69, 0x63, 0x6b, 0x56, 0x6f, 0x6c, - 0x74, 0x61, 0x67, 0x65, 0x4d, 0x61, 0x78, 0x10, 0x19, 0x12, 0x16, 0x0a, 0x12, 0x4e, 0x75, 0x6d, - 0x42, 0x72, 0x69, 0x63, 0x6b, 0x56, 0x6f, 0x6c, 0x74, 0x61, 0x67, 0x65, 0x4d, 0x69, 0x6e, 0x10, - 0x1a, 0x12, 0x13, 0x0a, 0x0f, 0x42, 0x72, 0x69, 0x63, 0x6b, 0x56, 0x6f, 0x6c, 0x74, 0x61, 0x67, - 0x65, 0x4d, 0x69, 0x6e, 0x10, 0x1b, 0x12, 0x14, 0x0a, 0x10, 0x4e, 0x75, 0x6d, 0x4d, 0x6f, 0x64, - 0x75, 0x6c, 0x65, 0x54, 0x65, 0x6d, 0x70, 0x4d, 0x61, 0x78, 0x10, 0x1c, 0x12, 0x11, 0x0a, 0x0d, - 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x54, 0x65, 0x6d, 0x70, 0x4d, 0x61, 0x78, 0x10, 0x1d, 0x12, - 0x14, 0x0a, 0x10, 0x4e, 0x75, 0x6d, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x54, 0x65, 0x6d, 0x70, - 0x4d, 0x69, 0x6e, 0x10, 0x1e, 0x12, 0x11, 0x0a, 0x0d, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x54, - 0x65, 0x6d, 0x70, 0x4d, 0x69, 0x6e, 0x10, 0x1f, 0x12, 0x0e, 0x0a, 0x0a, 0x52, 0x61, 0x74, 0x65, - 0x64, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x10, 0x20, 0x12, 0x08, 0x0a, 0x04, 0x48, 0x76, 0x69, 0x6c, - 0x10, 0x21, 0x12, 0x16, 0x0a, 0x12, 0x44, 0x43, 0x43, 0x68, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x67, - 0x45, 0x6e, 0x65, 0x72, 0x67, 0x79, 0x49, 0x6e, 0x10, 0x22, 0x12, 0x13, 0x0a, 0x0f, 0x44, 0x43, - 0x43, 0x68, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x67, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x10, 0x23, 0x12, - 0x16, 0x0a, 0x12, 0x41, 0x43, 0x43, 0x68, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x67, 0x45, 0x6e, 0x65, - 0x72, 0x67, 0x79, 0x49, 0x6e, 0x10, 0x24, 0x12, 0x13, 0x0a, 0x0f, 0x41, 0x43, 0x43, 0x68, 0x61, - 0x72, 0x67, 0x69, 0x6e, 0x67, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x10, 0x25, 0x12, 0x12, 0x0a, 0x0e, - 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x53, 0x6f, 0x63, 0x10, 0x26, - 0x12, 0x16, 0x0a, 0x12, 0x46, 0x61, 0x73, 0x74, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x72, 0x50, - 0x72, 0x65, 0x73, 0x65, 0x6e, 0x74, 0x10, 0x27, 0x12, 0x13, 0x0a, 0x0f, 0x45, 0x73, 0x74, 0x42, - 0x61, 0x74, 0x74, 0x65, 0x72, 0x79, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x10, 0x28, 0x12, 0x15, 0x0a, - 0x11, 0x49, 0x64, 0x65, 0x61, 0x6c, 0x42, 0x61, 0x74, 0x74, 0x65, 0x72, 0x79, 0x52, 0x61, 0x6e, - 0x67, 0x65, 0x10, 0x29, 0x12, 0x10, 0x0a, 0x0c, 0x42, 0x61, 0x74, 0x74, 0x65, 0x72, 0x79, 0x4c, - 0x65, 0x76, 0x65, 0x6c, 0x10, 0x2a, 0x12, 0x14, 0x0a, 0x10, 0x54, 0x69, 0x6d, 0x65, 0x54, 0x6f, - 0x46, 0x75, 0x6c, 0x6c, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x10, 0x2b, 0x12, 0x1e, 0x0a, 0x1a, - 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x43, 0x68, 0x61, 0x72, 0x67, 0x69, 0x6e, - 0x67, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x10, 0x2c, 0x12, 0x1c, 0x0a, 0x18, - 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x43, 0x68, 0x61, 0x72, 0x67, 0x69, 0x6e, - 0x67, 0x50, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x10, 0x2d, 0x12, 0x1a, 0x0a, 0x16, 0x53, 0x63, - 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x44, 0x65, 0x70, 0x61, 0x72, 0x74, 0x75, 0x72, 0x65, - 0x54, 0x69, 0x6d, 0x65, 0x10, 0x2e, 0x12, 0x1a, 0x0a, 0x16, 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6e, - 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, - 0x10, 0x2f, 0x12, 0x19, 0x0a, 0x15, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x43, - 0x68, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x67, 0x4d, 0x6f, 0x64, 0x65, 0x10, 0x30, 0x12, 0x0e, 0x0a, - 0x0a, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x41, 0x6d, 0x70, 0x73, 0x10, 0x31, 0x12, 0x17, 0x0a, - 0x13, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x10, 0x32, 0x12, 0x11, 0x0a, 0x0d, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, - 0x72, 0x50, 0x68, 0x61, 0x73, 0x65, 0x73, 0x10, 0x33, 0x12, 0x1d, 0x0a, 0x19, 0x43, 0x68, 0x61, - 0x72, 0x67, 0x65, 0x50, 0x6f, 0x72, 0x74, 0x43, 0x6f, 0x6c, 0x64, 0x57, 0x65, 0x61, 0x74, 0x68, - 0x65, 0x72, 0x4d, 0x6f, 0x64, 0x65, 0x10, 0x34, 0x12, 0x18, 0x0a, 0x14, 0x43, 0x68, 0x61, 0x72, - 0x67, 0x65, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, - 0x10, 0x35, 0x12, 0x1b, 0x0a, 0x17, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x43, 0x75, 0x72, 0x72, - 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x61, 0x78, 0x10, 0x36, 0x12, - 0x13, 0x0a, 0x0f, 0x42, 0x61, 0x74, 0x74, 0x65, 0x72, 0x79, 0x48, 0x65, 0x61, 0x74, 0x65, 0x72, - 0x4f, 0x6e, 0x10, 0x37, 0x12, 0x18, 0x0a, 0x14, 0x4e, 0x6f, 0x74, 0x45, 0x6e, 0x6f, 0x75, 0x67, - 0x68, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x54, 0x6f, 0x48, 0x65, 0x61, 0x74, 0x10, 0x38, 0x12, 0x22, - 0x0a, 0x1e, 0x53, 0x75, 0x70, 0x65, 0x72, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x72, 0x53, 0x65, - 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x69, 0x70, 0x50, 0x6c, 0x61, 0x6e, 0x6e, 0x65, 0x72, - 0x10, 0x39, 0x12, 0x0d, 0x0a, 0x09, 0x44, 0x6f, 0x6f, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x10, - 0x3a, 0x12, 0x0a, 0x0a, 0x06, 0x4c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x10, 0x3b, 0x12, 0x0c, 0x0a, - 0x08, 0x46, 0x64, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x10, 0x3c, 0x12, 0x0c, 0x0a, 0x08, 0x46, - 0x70, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x10, 0x3d, 0x12, 0x0c, 0x0a, 0x08, 0x52, 0x64, 0x57, - 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x10, 0x3e, 0x12, 0x0c, 0x0a, 0x08, 0x52, 0x70, 0x57, 0x69, 0x6e, - 0x64, 0x6f, 0x77, 0x10, 0x3f, 0x12, 0x0f, 0x0a, 0x0b, 0x56, 0x65, 0x68, 0x69, 0x63, 0x6c, 0x65, - 0x4e, 0x61, 0x6d, 0x65, 0x10, 0x40, 0x12, 0x0e, 0x0a, 0x0a, 0x53, 0x65, 0x6e, 0x74, 0x72, 0x79, - 0x4d, 0x6f, 0x64, 0x65, 0x10, 0x41, 0x12, 0x12, 0x0a, 0x0e, 0x53, 0x70, 0x65, 0x65, 0x64, 0x4c, - 0x69, 0x6d, 0x69, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x10, 0x42, 0x12, 0x13, 0x0a, 0x0f, 0x43, 0x75, - 0x72, 0x72, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x4d, 0x70, 0x68, 0x10, 0x43, 0x12, - 0x0b, 0x0a, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x10, 0x44, 0x12, 0x12, 0x0a, 0x0e, - 0x54, 0x70, 0x6d, 0x73, 0x50, 0x72, 0x65, 0x73, 0x73, 0x75, 0x72, 0x65, 0x46, 0x6c, 0x10, 0x45, - 0x12, 0x12, 0x0a, 0x0e, 0x54, 0x70, 0x6d, 0x73, 0x50, 0x72, 0x65, 0x73, 0x73, 0x75, 0x72, 0x65, - 0x46, 0x72, 0x10, 0x46, 0x12, 0x12, 0x0a, 0x0e, 0x54, 0x70, 0x6d, 0x73, 0x50, 0x72, 0x65, 0x73, - 0x73, 0x75, 0x72, 0x65, 0x52, 0x6c, 0x10, 0x47, 0x12, 0x12, 0x0a, 0x0e, 0x54, 0x70, 0x6d, 0x73, - 0x50, 0x72, 0x65, 0x73, 0x73, 0x75, 0x72, 0x65, 0x52, 0x72, 0x10, 0x48, 0x12, 0x1e, 0x0a, 0x1a, - 0x53, 0x65, 0x6d, 0x69, 0x74, 0x72, 0x75, 0x63, 0x6b, 0x54, 0x70, 0x6d, 0x73, 0x50, 0x72, 0x65, - 0x73, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x31, 0x4c, 0x30, 0x10, 0x49, 0x12, 0x1e, 0x0a, 0x1a, - 0x53, 0x65, 0x6d, 0x69, 0x74, 0x72, 0x75, 0x63, 0x6b, 0x54, 0x70, 0x6d, 0x73, 0x50, 0x72, 0x65, - 0x73, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x31, 0x4c, 0x31, 0x10, 0x4a, 0x12, 0x1e, 0x0a, 0x1a, - 0x53, 0x65, 0x6d, 0x69, 0x74, 0x72, 0x75, 0x63, 0x6b, 0x54, 0x70, 0x6d, 0x73, 0x50, 0x72, 0x65, - 0x73, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x31, 0x52, 0x30, 0x10, 0x4b, 0x12, 0x1e, 0x0a, 0x1a, - 0x53, 0x65, 0x6d, 0x69, 0x74, 0x72, 0x75, 0x63, 0x6b, 0x54, 0x70, 0x6d, 0x73, 0x50, 0x72, 0x65, - 0x73, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x31, 0x52, 0x31, 0x10, 0x4c, 0x12, 0x1e, 0x0a, 0x1a, - 0x53, 0x65, 0x6d, 0x69, 0x74, 0x72, 0x75, 0x63, 0x6b, 0x54, 0x70, 0x6d, 0x73, 0x50, 0x72, 0x65, - 0x73, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x32, 0x4c, 0x30, 0x10, 0x4d, 0x12, 0x1e, 0x0a, 0x1a, - 0x53, 0x65, 0x6d, 0x69, 0x74, 0x72, 0x75, 0x63, 0x6b, 0x54, 0x70, 0x6d, 0x73, 0x50, 0x72, 0x65, - 0x73, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x32, 0x4c, 0x31, 0x10, 0x4e, 0x12, 0x1e, 0x0a, 0x1a, - 0x53, 0x65, 0x6d, 0x69, 0x74, 0x72, 0x75, 0x63, 0x6b, 0x54, 0x70, 0x6d, 0x73, 0x50, 0x72, 0x65, - 0x73, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x32, 0x52, 0x30, 0x10, 0x4f, 0x12, 0x1e, 0x0a, 0x1a, - 0x53, 0x65, 0x6d, 0x69, 0x74, 0x72, 0x75, 0x63, 0x6b, 0x54, 0x70, 0x6d, 0x73, 0x50, 0x72, 0x65, - 0x73, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x32, 0x52, 0x31, 0x10, 0x50, 0x12, 0x1e, 0x0a, 0x1a, - 0x54, 0x70, 0x6d, 0x73, 0x4c, 0x61, 0x73, 0x74, 0x53, 0x65, 0x65, 0x6e, 0x50, 0x72, 0x65, 0x73, - 0x73, 0x75, 0x72, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x46, 0x6c, 0x10, 0x51, 0x12, 0x1e, 0x0a, 0x1a, - 0x54, 0x70, 0x6d, 0x73, 0x4c, 0x61, 0x73, 0x74, 0x53, 0x65, 0x65, 0x6e, 0x50, 0x72, 0x65, 0x73, - 0x73, 0x75, 0x72, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x46, 0x72, 0x10, 0x52, 0x12, 0x1e, 0x0a, 0x1a, - 0x54, 0x70, 0x6d, 0x73, 0x4c, 0x61, 0x73, 0x74, 0x53, 0x65, 0x65, 0x6e, 0x50, 0x72, 0x65, 0x73, - 0x73, 0x75, 0x72, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x52, 0x6c, 0x10, 0x53, 0x12, 0x1e, 0x0a, 0x1a, - 0x54, 0x70, 0x6d, 0x73, 0x4c, 0x61, 0x73, 0x74, 0x53, 0x65, 0x65, 0x6e, 0x50, 0x72, 0x65, 0x73, - 0x73, 0x75, 0x72, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x52, 0x72, 0x10, 0x54, 0x12, 0x0e, 0x0a, 0x0a, - 0x49, 0x6e, 0x73, 0x69, 0x64, 0x65, 0x54, 0x65, 0x6d, 0x70, 0x10, 0x55, 0x12, 0x0f, 0x0a, 0x0b, - 0x4f, 0x75, 0x74, 0x73, 0x69, 0x64, 0x65, 0x54, 0x65, 0x6d, 0x70, 0x10, 0x56, 0x12, 0x12, 0x0a, - 0x0e, 0x53, 0x65, 0x61, 0x74, 0x48, 0x65, 0x61, 0x74, 0x65, 0x72, 0x4c, 0x65, 0x66, 0x74, 0x10, - 0x57, 0x12, 0x13, 0x0a, 0x0f, 0x53, 0x65, 0x61, 0x74, 0x48, 0x65, 0x61, 0x74, 0x65, 0x72, 0x52, - 0x69, 0x67, 0x68, 0x74, 0x10, 0x58, 0x12, 0x16, 0x0a, 0x12, 0x53, 0x65, 0x61, 0x74, 0x48, 0x65, - 0x61, 0x74, 0x65, 0x72, 0x52, 0x65, 0x61, 0x72, 0x4c, 0x65, 0x66, 0x74, 0x10, 0x59, 0x12, 0x17, - 0x0a, 0x13, 0x53, 0x65, 0x61, 0x74, 0x48, 0x65, 0x61, 0x74, 0x65, 0x72, 0x52, 0x65, 0x61, 0x72, - 0x52, 0x69, 0x67, 0x68, 0x74, 0x10, 0x5a, 0x12, 0x18, 0x0a, 0x14, 0x53, 0x65, 0x61, 0x74, 0x48, - 0x65, 0x61, 0x74, 0x65, 0x72, 0x52, 0x65, 0x61, 0x72, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x10, - 0x5b, 0x12, 0x17, 0x0a, 0x13, 0x41, 0x75, 0x74, 0x6f, 0x53, 0x65, 0x61, 0x74, 0x43, 0x6c, 0x69, - 0x6d, 0x61, 0x74, 0x65, 0x4c, 0x65, 0x66, 0x74, 0x10, 0x5c, 0x12, 0x18, 0x0a, 0x14, 0x41, 0x75, - 0x74, 0x6f, 0x53, 0x65, 0x61, 0x74, 0x43, 0x6c, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x52, 0x69, 0x67, - 0x68, 0x74, 0x10, 0x5d, 0x12, 0x12, 0x0a, 0x0e, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x53, 0x65, - 0x61, 0x74, 0x42, 0x65, 0x6c, 0x74, 0x10, 0x5e, 0x12, 0x15, 0x0a, 0x11, 0x50, 0x61, 0x73, 0x73, - 0x65, 0x6e, 0x67, 0x65, 0x72, 0x53, 0x65, 0x61, 0x74, 0x42, 0x65, 0x6c, 0x74, 0x10, 0x5f, 0x12, - 0x16, 0x0a, 0x12, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x53, 0x65, 0x61, 0x74, 0x4f, 0x63, 0x63, - 0x75, 0x70, 0x69, 0x65, 0x64, 0x10, 0x60, 0x12, 0x26, 0x0a, 0x22, 0x53, 0x65, 0x6d, 0x69, 0x74, - 0x72, 0x75, 0x63, 0x6b, 0x50, 0x61, 0x73, 0x73, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x53, 0x65, 0x61, - 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x10, 0x61, 0x12, - 0x17, 0x0a, 0x13, 0x4c, 0x61, 0x74, 0x65, 0x72, 0x61, 0x6c, 0x41, 0x63, 0x63, 0x65, 0x6c, 0x65, - 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x10, 0x62, 0x12, 0x1c, 0x0a, 0x18, 0x4c, 0x6f, 0x6e, 0x67, - 0x69, 0x74, 0x75, 0x64, 0x69, 0x6e, 0x61, 0x6c, 0x41, 0x63, 0x63, 0x65, 0x6c, 0x65, 0x72, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x10, 0x63, 0x12, 0x10, 0x0a, 0x0c, 0x44, 0x65, 0x70, 0x72, 0x65, 0x63, - 0x61, 0x74, 0x65, 0x64, 0x5f, 0x32, 0x10, 0x64, 0x12, 0x12, 0x0a, 0x0e, 0x43, 0x72, 0x75, 0x69, - 0x73, 0x65, 0x53, 0x65, 0x74, 0x53, 0x70, 0x65, 0x65, 0x64, 0x10, 0x65, 0x12, 0x16, 0x0a, 0x12, - 0x4c, 0x69, 0x66, 0x65, 0x74, 0x69, 0x6d, 0x65, 0x45, 0x6e, 0x65, 0x72, 0x67, 0x79, 0x55, 0x73, - 0x65, 0x64, 0x10, 0x66, 0x12, 0x1b, 0x0a, 0x17, 0x4c, 0x69, 0x66, 0x65, 0x74, 0x69, 0x6d, 0x65, - 0x45, 0x6e, 0x65, 0x72, 0x67, 0x79, 0x55, 0x73, 0x65, 0x64, 0x44, 0x72, 0x69, 0x76, 0x65, 0x10, - 0x67, 0x12, 0x23, 0x0a, 0x1f, 0x53, 0x65, 0x6d, 0x69, 0x74, 0x72, 0x75, 0x63, 0x6b, 0x54, 0x72, - 0x61, 0x63, 0x74, 0x6f, 0x72, 0x50, 0x61, 0x72, 0x6b, 0x42, 0x72, 0x61, 0x6b, 0x65, 0x53, 0x74, - 0x61, 0x74, 0x75, 0x73, 0x10, 0x68, 0x12, 0x23, 0x0a, 0x1f, 0x53, 0x65, 0x6d, 0x69, 0x74, 0x72, - 0x75, 0x63, 0x6b, 0x54, 0x72, 0x61, 0x69, 0x6c, 0x65, 0x72, 0x50, 0x61, 0x72, 0x6b, 0x42, 0x72, - 0x61, 0x6b, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x10, 0x69, 0x12, 0x11, 0x0a, 0x0d, 0x42, - 0x72, 0x61, 0x6b, 0x65, 0x50, 0x65, 0x64, 0x61, 0x6c, 0x50, 0x6f, 0x73, 0x10, 0x6a, 0x12, 0x14, - 0x0a, 0x10, 0x52, 0x6f, 0x75, 0x74, 0x65, 0x4c, 0x61, 0x73, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, - 0x65, 0x64, 0x10, 0x6b, 0x12, 0x0d, 0x0a, 0x09, 0x52, 0x6f, 0x75, 0x74, 0x65, 0x4c, 0x69, 0x6e, - 0x65, 0x10, 0x6c, 0x12, 0x12, 0x0a, 0x0e, 0x4d, 0x69, 0x6c, 0x65, 0x73, 0x54, 0x6f, 0x41, 0x72, - 0x72, 0x69, 0x76, 0x61, 0x6c, 0x10, 0x6d, 0x12, 0x14, 0x0a, 0x10, 0x4d, 0x69, 0x6e, 0x75, 0x74, - 0x65, 0x73, 0x54, 0x6f, 0x41, 0x72, 0x72, 0x69, 0x76, 0x61, 0x6c, 0x10, 0x6e, 0x12, 0x12, 0x0a, - 0x0e, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x10, - 0x6f, 0x12, 0x17, 0x0a, 0x13, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x10, 0x70, 0x12, 0x0b, 0x0a, 0x07, 0x43, 0x61, - 0x72, 0x54, 0x79, 0x70, 0x65, 0x10, 0x71, 0x12, 0x08, 0x0a, 0x04, 0x54, 0x72, 0x69, 0x6d, 0x10, - 0x72, 0x12, 0x11, 0x0a, 0x0d, 0x45, 0x78, 0x74, 0x65, 0x72, 0x69, 0x6f, 0x72, 0x43, 0x6f, 0x6c, - 0x6f, 0x72, 0x10, 0x73, 0x12, 0x0d, 0x0a, 0x09, 0x52, 0x6f, 0x6f, 0x66, 0x43, 0x6f, 0x6c, 0x6f, - 0x72, 0x10, 0x74, 0x12, 0x0e, 0x0a, 0x0a, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x50, 0x6f, 0x72, - 0x74, 0x10, 0x75, 0x12, 0x13, 0x0a, 0x0f, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x50, 0x6f, 0x72, - 0x74, 0x4c, 0x61, 0x74, 0x63, 0x68, 0x10, 0x76, 0x12, 0x12, 0x0a, 0x0e, 0x45, 0x78, 0x70, 0x65, - 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x5f, 0x31, 0x10, 0x77, 0x12, 0x12, 0x0a, 0x0e, - 0x45, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x5f, 0x32, 0x10, 0x78, - 0x12, 0x12, 0x0a, 0x0e, 0x45, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, - 0x5f, 0x33, 0x10, 0x79, 0x12, 0x12, 0x0a, 0x0e, 0x45, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, - 0x6e, 0x74, 0x61, 0x6c, 0x5f, 0x34, 0x10, 0x7a, 0x12, 0x14, 0x0a, 0x10, 0x47, 0x75, 0x65, 0x73, - 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x10, 0x7b, 0x12, 0x15, - 0x0a, 0x11, 0x50, 0x69, 0x6e, 0x54, 0x6f, 0x44, 0x72, 0x69, 0x76, 0x65, 0x45, 0x6e, 0x61, 0x62, - 0x6c, 0x65, 0x64, 0x10, 0x7c, 0x12, 0x1e, 0x0a, 0x1a, 0x50, 0x61, 0x69, 0x72, 0x65, 0x64, 0x50, - 0x68, 0x6f, 0x6e, 0x65, 0x4b, 0x65, 0x79, 0x41, 0x6e, 0x64, 0x4b, 0x65, 0x79, 0x46, 0x6f, 0x62, - 0x51, 0x74, 0x79, 0x10, 0x7d, 0x12, 0x18, 0x0a, 0x14, 0x43, 0x72, 0x75, 0x69, 0x73, 0x65, 0x46, - 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x44, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x10, 0x7e, 0x12, - 0x1c, 0x0a, 0x18, 0x41, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x69, 0x63, 0x42, 0x6c, 0x69, 0x6e, - 0x64, 0x53, 0x70, 0x6f, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x10, 0x7f, 0x12, 0x23, 0x0a, - 0x1e, 0x42, 0x6c, 0x69, 0x6e, 0x64, 0x53, 0x70, 0x6f, 0x74, 0x43, 0x6f, 0x6c, 0x6c, 0x69, 0x73, - 0x69, 0x6f, 0x6e, 0x57, 0x61, 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x43, 0x68, 0x69, 0x6d, 0x65, 0x10, - 0x80, 0x01, 0x12, 0x16, 0x0a, 0x11, 0x53, 0x70, 0x65, 0x65, 0x64, 0x4c, 0x69, 0x6d, 0x69, 0x74, - 0x57, 0x61, 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x10, 0x81, 0x01, 0x12, 0x1c, 0x0a, 0x17, 0x46, 0x6f, - 0x72, 0x77, 0x61, 0x72, 0x64, 0x43, 0x6f, 0x6c, 0x6c, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x57, 0x61, - 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x10, 0x82, 0x01, 0x12, 0x1b, 0x0a, 0x16, 0x4c, 0x61, 0x6e, 0x65, - 0x44, 0x65, 0x70, 0x61, 0x72, 0x74, 0x75, 0x72, 0x65, 0x41, 0x76, 0x6f, 0x69, 0x64, 0x61, 0x6e, - 0x63, 0x65, 0x10, 0x83, 0x01, 0x12, 0x24, 0x0a, 0x1f, 0x45, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x6e, - 0x63, 0x79, 0x4c, 0x61, 0x6e, 0x65, 0x44, 0x65, 0x70, 0x61, 0x72, 0x74, 0x75, 0x72, 0x65, 0x41, - 0x76, 0x6f, 0x69, 0x64, 0x61, 0x6e, 0x63, 0x65, 0x10, 0x84, 0x01, 0x12, 0x21, 0x0a, 0x1c, 0x41, - 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x69, 0x63, 0x45, 0x6d, 0x65, 0x72, 0x67, 0x65, 0x6e, 0x63, - 0x79, 0x42, 0x72, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x4f, 0x66, 0x66, 0x10, 0x85, 0x01, 0x12, 0x1e, - 0x0a, 0x19, 0x4c, 0x69, 0x66, 0x65, 0x74, 0x69, 0x6d, 0x65, 0x45, 0x6e, 0x65, 0x72, 0x67, 0x79, - 0x47, 0x61, 0x69, 0x6e, 0x65, 0x64, 0x52, 0x65, 0x67, 0x65, 0x6e, 0x10, 0x86, 0x01, 0x12, 0x0d, - 0x0a, 0x08, 0x44, 0x69, 0x53, 0x74, 0x61, 0x74, 0x65, 0x46, 0x10, 0x87, 0x01, 0x12, 0x0f, 0x0a, - 0x0a, 0x44, 0x69, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x45, 0x4c, 0x10, 0x88, 0x01, 0x12, 0x0f, - 0x0a, 0x0a, 0x44, 0x69, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x45, 0x52, 0x10, 0x89, 0x01, 0x12, - 0x11, 0x0a, 0x0c, 0x44, 0x69, 0x48, 0x65, 0x61, 0x74, 0x73, 0x69, 0x6e, 0x6b, 0x54, 0x46, 0x10, - 0x8a, 0x01, 0x12, 0x13, 0x0a, 0x0e, 0x44, 0x69, 0x48, 0x65, 0x61, 0x74, 0x73, 0x69, 0x6e, 0x6b, - 0x54, 0x52, 0x45, 0x4c, 0x10, 0x8b, 0x01, 0x12, 0x13, 0x0a, 0x0e, 0x44, 0x69, 0x48, 0x65, 0x61, - 0x74, 0x73, 0x69, 0x6e, 0x6b, 0x54, 0x52, 0x45, 0x52, 0x10, 0x8c, 0x01, 0x12, 0x11, 0x0a, 0x0c, - 0x44, 0x69, 0x41, 0x78, 0x6c, 0x65, 0x53, 0x70, 0x65, 0x65, 0x64, 0x46, 0x10, 0x8d, 0x01, 0x12, - 0x13, 0x0a, 0x0e, 0x44, 0x69, 0x41, 0x78, 0x6c, 0x65, 0x53, 0x70, 0x65, 0x65, 0x64, 0x52, 0x45, - 0x4c, 0x10, 0x8e, 0x01, 0x12, 0x13, 0x0a, 0x0e, 0x44, 0x69, 0x41, 0x78, 0x6c, 0x65, 0x53, 0x70, - 0x65, 0x65, 0x64, 0x52, 0x45, 0x52, 0x10, 0x8f, 0x01, 0x12, 0x15, 0x0a, 0x10, 0x44, 0x69, 0x53, - 0x6c, 0x61, 0x76, 0x65, 0x54, 0x6f, 0x72, 0x71, 0x75, 0x65, 0x43, 0x6d, 0x64, 0x10, 0x90, 0x01, - 0x12, 0x14, 0x0a, 0x0f, 0x44, 0x69, 0x54, 0x6f, 0x72, 0x71, 0x75, 0x65, 0x41, 0x63, 0x74, 0x75, - 0x61, 0x6c, 0x52, 0x10, 0x91, 0x01, 0x12, 0x14, 0x0a, 0x0f, 0x44, 0x69, 0x54, 0x6f, 0x72, 0x71, - 0x75, 0x65, 0x41, 0x63, 0x74, 0x75, 0x61, 0x6c, 0x46, 0x10, 0x92, 0x01, 0x12, 0x16, 0x0a, 0x11, - 0x44, 0x69, 0x54, 0x6f, 0x72, 0x71, 0x75, 0x65, 0x41, 0x63, 0x74, 0x75, 0x61, 0x6c, 0x52, 0x45, - 0x4c, 0x10, 0x93, 0x01, 0x12, 0x16, 0x0a, 0x11, 0x44, 0x69, 0x54, 0x6f, 0x72, 0x71, 0x75, 0x65, - 0x41, 0x63, 0x74, 0x75, 0x61, 0x6c, 0x52, 0x45, 0x52, 0x10, 0x94, 0x01, 0x12, 0x12, 0x0a, 0x0d, - 0x44, 0x69, 0x53, 0x74, 0x61, 0x74, 0x6f, 0x72, 0x54, 0x65, 0x6d, 0x70, 0x46, 0x10, 0x95, 0x01, - 0x12, 0x14, 0x0a, 0x0f, 0x44, 0x69, 0x53, 0x74, 0x61, 0x74, 0x6f, 0x72, 0x54, 0x65, 0x6d, 0x70, - 0x52, 0x45, 0x4c, 0x10, 0x96, 0x01, 0x12, 0x14, 0x0a, 0x0f, 0x44, 0x69, 0x53, 0x74, 0x61, 0x74, - 0x6f, 0x72, 0x54, 0x65, 0x6d, 0x70, 0x52, 0x45, 0x52, 0x10, 0x97, 0x01, 0x12, 0x0c, 0x0a, 0x07, - 0x44, 0x69, 0x56, 0x42, 0x61, 0x74, 0x46, 0x10, 0x98, 0x01, 0x12, 0x0e, 0x0a, 0x09, 0x44, 0x69, - 0x56, 0x42, 0x61, 0x74, 0x52, 0x45, 0x4c, 0x10, 0x99, 0x01, 0x12, 0x0e, 0x0a, 0x09, 0x44, 0x69, - 0x56, 0x42, 0x61, 0x74, 0x52, 0x45, 0x52, 0x10, 0x9a, 0x01, 0x12, 0x14, 0x0a, 0x0f, 0x44, 0x69, - 0x4d, 0x6f, 0x74, 0x6f, 0x72, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x46, 0x10, 0x9b, 0x01, - 0x12, 0x16, 0x0a, 0x11, 0x44, 0x69, 0x4d, 0x6f, 0x74, 0x6f, 0x72, 0x43, 0x75, 0x72, 0x72, 0x65, - 0x6e, 0x74, 0x52, 0x45, 0x4c, 0x10, 0x9c, 0x01, 0x12, 0x16, 0x0a, 0x11, 0x44, 0x69, 0x4d, 0x6f, - 0x74, 0x6f, 0x72, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x52, 0x45, 0x52, 0x10, 0x9d, 0x01, - 0x12, 0x14, 0x0a, 0x0f, 0x45, 0x6e, 0x65, 0x72, 0x67, 0x79, 0x52, 0x65, 0x6d, 0x61, 0x69, 0x6e, - 0x69, 0x6e, 0x67, 0x10, 0x9e, 0x01, 0x12, 0x10, 0x0a, 0x0b, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, - 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x10, 0x9f, 0x01, 0x12, 0x0d, 0x0a, 0x08, 0x42, 0x4d, 0x53, 0x53, - 0x74, 0x61, 0x74, 0x65, 0x10, 0xa0, 0x01, 0x12, 0x1f, 0x0a, 0x1a, 0x47, 0x75, 0x65, 0x73, 0x74, - 0x4d, 0x6f, 0x64, 0x65, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, - 0x53, 0x74, 0x61, 0x74, 0x65, 0x10, 0xa1, 0x01, 0x12, 0x11, 0x0a, 0x0c, 0x44, 0x65, 0x70, 0x72, - 0x65, 0x63, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x31, 0x10, 0xa2, 0x01, 0x12, 0x14, 0x0a, 0x0f, 0x44, - 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x10, 0xa3, - 0x01, 0x12, 0x11, 0x0a, 0x0c, 0x44, 0x69, 0x49, 0x6e, 0x76, 0x65, 0x72, 0x74, 0x65, 0x72, 0x54, - 0x52, 0x10, 0xa4, 0x01, 0x12, 0x11, 0x0a, 0x0c, 0x44, 0x69, 0x49, 0x6e, 0x76, 0x65, 0x72, 0x74, - 0x65, 0x72, 0x54, 0x46, 0x10, 0xa5, 0x01, 0x12, 0x13, 0x0a, 0x0e, 0x44, 0x69, 0x49, 0x6e, 0x76, - 0x65, 0x72, 0x74, 0x65, 0x72, 0x54, 0x52, 0x45, 0x4c, 0x10, 0xa6, 0x01, 0x12, 0x13, 0x0a, 0x0e, - 0x44, 0x69, 0x49, 0x6e, 0x76, 0x65, 0x72, 0x74, 0x65, 0x72, 0x54, 0x52, 0x45, 0x52, 0x10, 0xa7, - 0x01, 0x12, 0x13, 0x0a, 0x0e, 0x45, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, - 0x6c, 0x5f, 0x35, 0x10, 0xa8, 0x01, 0x12, 0x13, 0x0a, 0x0e, 0x45, 0x78, 0x70, 0x65, 0x72, 0x69, - 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x5f, 0x36, 0x10, 0xa9, 0x01, 0x12, 0x13, 0x0a, 0x0e, 0x45, - 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x5f, 0x37, 0x10, 0xaa, 0x01, - 0x12, 0x13, 0x0a, 0x0e, 0x45, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, - 0x5f, 0x38, 0x10, 0xab, 0x01, 0x12, 0x13, 0x0a, 0x0e, 0x45, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, - 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x5f, 0x39, 0x10, 0xac, 0x01, 0x12, 0x14, 0x0a, 0x0f, 0x45, 0x78, - 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x5f, 0x31, 0x30, 0x10, 0xad, 0x01, - 0x12, 0x14, 0x0a, 0x0f, 0x45, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, - 0x5f, 0x31, 0x31, 0x10, 0xae, 0x01, 0x12, 0x14, 0x0a, 0x0f, 0x45, 0x78, 0x70, 0x65, 0x72, 0x69, - 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x5f, 0x31, 0x32, 0x10, 0xaf, 0x01, 0x12, 0x14, 0x0a, 0x0f, - 0x45, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x5f, 0x31, 0x33, 0x10, - 0xb0, 0x01, 0x12, 0x14, 0x0a, 0x0f, 0x45, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, - 0x61, 0x6c, 0x5f, 0x31, 0x34, 0x10, 0xb1, 0x01, 0x12, 0x14, 0x0a, 0x0f, 0x45, 0x78, 0x70, 0x65, - 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x5f, 0x31, 0x35, 0x10, 0xb2, 0x01, 0x12, 0x18, - 0x0a, 0x13, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, - 0x53, 0x74, 0x61, 0x74, 0x65, 0x10, 0xb3, 0x01, 0x12, 0x20, 0x0a, 0x1b, 0x43, 0x61, 0x62, 0x69, - 0x6e, 0x4f, 0x76, 0x65, 0x72, 0x68, 0x65, 0x61, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x4d, 0x6f, 0x64, 0x65, 0x10, 0xb4, 0x01, 0x12, 0x2c, 0x0a, 0x27, 0x43, 0x61, + 0x73, 0x70, 0x6c, 0x61, 0x79, 0x53, 0x74, 0x61, 0x74, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, + 0x56, 0x0a, 0x13, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x75, 0x6e, 0x69, 0x74, + 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x30, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x24, 0x2e, 0x74, + 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x65, 0x68, 0x69, 0x63, 0x6c, 0x65, + 0x5f, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x44, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x55, 0x6e, + 0x69, 0x74, 0x48, 0x00, 0x52, 0x11, 0x64, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x55, 0x6e, + 0x69, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x5f, 0x0a, 0x16, 0x74, 0x65, 0x6d, 0x70, 0x65, + 0x72, 0x61, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x75, 0x6e, 0x69, 0x74, 0x5f, 0x76, 0x61, 0x6c, 0x75, + 0x65, 0x18, 0x31, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x27, 0x2e, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, + 0x74, 0x72, 0x79, 0x2e, 0x76, 0x65, 0x68, 0x69, 0x63, 0x6c, 0x65, 0x5f, 0x64, 0x61, 0x74, 0x61, + 0x2e, 0x54, 0x65, 0x6d, 0x70, 0x65, 0x72, 0x61, 0x74, 0x75, 0x72, 0x65, 0x55, 0x6e, 0x69, 0x74, + 0x48, 0x00, 0x52, 0x14, 0x74, 0x65, 0x6d, 0x70, 0x65, 0x72, 0x61, 0x74, 0x75, 0x72, 0x65, 0x55, + 0x6e, 0x69, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x56, 0x0a, 0x13, 0x70, 0x72, 0x65, 0x73, + 0x73, 0x75, 0x72, 0x65, 0x5f, 0x75, 0x6e, 0x69, 0x74, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, + 0x32, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x24, 0x2e, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, + 0x79, 0x2e, 0x76, 0x65, 0x68, 0x69, 0x63, 0x6c, 0x65, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x50, + 0x72, 0x65, 0x73, 0x73, 0x75, 0x72, 0x65, 0x55, 0x6e, 0x69, 0x74, 0x48, 0x00, 0x52, 0x11, 0x70, + 0x72, 0x65, 0x73, 0x73, 0x75, 0x72, 0x65, 0x55, 0x6e, 0x69, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, + 0x12, 0x6f, 0x0a, 0x1c, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x5f, 0x75, 0x6e, 0x69, 0x74, 0x5f, + 0x70, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, + 0x18, 0x33, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2c, 0x2e, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, + 0x72, 0x79, 0x2e, 0x76, 0x65, 0x68, 0x69, 0x63, 0x6c, 0x65, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x2e, + 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x55, 0x6e, 0x69, 0x74, 0x50, 0x72, 0x65, 0x66, 0x65, 0x72, + 0x65, 0x6e, 0x63, 0x65, 0x48, 0x00, 0x52, 0x19, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x55, 0x6e, + 0x69, 0x74, 0x50, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x56, 0x61, 0x6c, 0x75, + 0x65, 0x42, 0x07, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x6d, 0x0a, 0x05, 0x44, 0x61, + 0x74, 0x75, 0x6d, 0x12, 0x2f, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, + 0x32, 0x1d, 0x2e, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2e, 0x76, 0x65, 0x68, + 0x69, 0x63, 0x6c, 0x65, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x52, + 0x03, 0x6b, 0x65, 0x79, 0x12, 0x33, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2e, + 0x76, 0x65, 0x68, 0x69, 0x63, 0x6c, 0x65, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x56, 0x61, 0x6c, + 0x75, 0x65, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x89, 0x01, 0x0a, 0x07, 0x50, 0x61, + 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x31, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, + 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2e, + 0x76, 0x65, 0x68, 0x69, 0x63, 0x6c, 0x65, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x44, 0x61, 0x74, + 0x75, 0x6d, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x39, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, + 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, + 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, + 0x64, 0x41, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x76, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x03, 0x76, 0x69, 0x6e, 0x2a, 0xc3, 0x2b, 0x0a, 0x05, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x12, + 0x0b, 0x0a, 0x07, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x0d, 0x0a, 0x09, + 0x44, 0x72, 0x69, 0x76, 0x65, 0x52, 0x61, 0x69, 0x6c, 0x10, 0x01, 0x12, 0x0f, 0x0a, 0x0b, 0x43, + 0x68, 0x61, 0x72, 0x67, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x10, 0x02, 0x12, 0x19, 0x0a, 0x15, + 0x42, 0x6d, 0x73, 0x46, 0x75, 0x6c, 0x6c, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x63, 0x6f, 0x6d, + 0x70, 0x6c, 0x65, 0x74, 0x65, 0x10, 0x03, 0x12, 0x10, 0x0a, 0x0c, 0x56, 0x65, 0x68, 0x69, 0x63, + 0x6c, 0x65, 0x53, 0x70, 0x65, 0x65, 0x64, 0x10, 0x04, 0x12, 0x0c, 0x0a, 0x08, 0x4f, 0x64, 0x6f, + 0x6d, 0x65, 0x74, 0x65, 0x72, 0x10, 0x05, 0x12, 0x0f, 0x0a, 0x0b, 0x50, 0x61, 0x63, 0x6b, 0x56, + 0x6f, 0x6c, 0x74, 0x61, 0x67, 0x65, 0x10, 0x06, 0x12, 0x0f, 0x0a, 0x0b, 0x50, 0x61, 0x63, 0x6b, + 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x10, 0x07, 0x12, 0x07, 0x0a, 0x03, 0x53, 0x6f, 0x63, + 0x10, 0x08, 0x12, 0x0e, 0x0a, 0x0a, 0x44, 0x43, 0x44, 0x43, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, + 0x10, 0x09, 0x12, 0x08, 0x0a, 0x04, 0x47, 0x65, 0x61, 0x72, 0x10, 0x0a, 0x12, 0x17, 0x0a, 0x13, + 0x49, 0x73, 0x6f, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x69, 0x73, 0x74, 0x61, + 0x6e, 0x63, 0x65, 0x10, 0x0b, 0x12, 0x11, 0x0a, 0x0d, 0x50, 0x65, 0x64, 0x61, 0x6c, 0x50, 0x6f, + 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x10, 0x0c, 0x12, 0x0e, 0x0a, 0x0a, 0x42, 0x72, 0x61, 0x6b, + 0x65, 0x50, 0x65, 0x64, 0x61, 0x6c, 0x10, 0x0d, 0x12, 0x0c, 0x0a, 0x08, 0x44, 0x69, 0x53, 0x74, + 0x61, 0x74, 0x65, 0x52, 0x10, 0x0e, 0x12, 0x10, 0x0a, 0x0c, 0x44, 0x69, 0x48, 0x65, 0x61, 0x74, + 0x73, 0x69, 0x6e, 0x6b, 0x54, 0x52, 0x10, 0x0f, 0x12, 0x10, 0x0a, 0x0c, 0x44, 0x69, 0x41, 0x78, + 0x6c, 0x65, 0x53, 0x70, 0x65, 0x65, 0x64, 0x52, 0x10, 0x10, 0x12, 0x11, 0x0a, 0x0d, 0x44, 0x69, + 0x54, 0x6f, 0x72, 0x71, 0x75, 0x65, 0x6d, 0x6f, 0x74, 0x6f, 0x72, 0x10, 0x11, 0x12, 0x11, 0x0a, + 0x0d, 0x44, 0x69, 0x53, 0x74, 0x61, 0x74, 0x6f, 0x72, 0x54, 0x65, 0x6d, 0x70, 0x52, 0x10, 0x12, + 0x12, 0x0b, 0x0a, 0x07, 0x44, 0x69, 0x56, 0x42, 0x61, 0x74, 0x52, 0x10, 0x13, 0x12, 0x13, 0x0a, + 0x0f, 0x44, 0x69, 0x4d, 0x6f, 0x74, 0x6f, 0x72, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x52, + 0x10, 0x14, 0x12, 0x0c, 0x0a, 0x08, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x10, 0x15, + 0x12, 0x0c, 0x0a, 0x08, 0x47, 0x70, 0x73, 0x53, 0x74, 0x61, 0x74, 0x65, 0x10, 0x16, 0x12, 0x0e, + 0x0a, 0x0a, 0x47, 0x70, 0x73, 0x48, 0x65, 0x61, 0x64, 0x69, 0x6e, 0x67, 0x10, 0x17, 0x12, 0x16, + 0x0a, 0x12, 0x4e, 0x75, 0x6d, 0x42, 0x72, 0x69, 0x63, 0x6b, 0x56, 0x6f, 0x6c, 0x74, 0x61, 0x67, + 0x65, 0x4d, 0x61, 0x78, 0x10, 0x18, 0x12, 0x13, 0x0a, 0x0f, 0x42, 0x72, 0x69, 0x63, 0x6b, 0x56, + 0x6f, 0x6c, 0x74, 0x61, 0x67, 0x65, 0x4d, 0x61, 0x78, 0x10, 0x19, 0x12, 0x16, 0x0a, 0x12, 0x4e, + 0x75, 0x6d, 0x42, 0x72, 0x69, 0x63, 0x6b, 0x56, 0x6f, 0x6c, 0x74, 0x61, 0x67, 0x65, 0x4d, 0x69, + 0x6e, 0x10, 0x1a, 0x12, 0x13, 0x0a, 0x0f, 0x42, 0x72, 0x69, 0x63, 0x6b, 0x56, 0x6f, 0x6c, 0x74, + 0x61, 0x67, 0x65, 0x4d, 0x69, 0x6e, 0x10, 0x1b, 0x12, 0x14, 0x0a, 0x10, 0x4e, 0x75, 0x6d, 0x4d, + 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x54, 0x65, 0x6d, 0x70, 0x4d, 0x61, 0x78, 0x10, 0x1c, 0x12, 0x11, + 0x0a, 0x0d, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x54, 0x65, 0x6d, 0x70, 0x4d, 0x61, 0x78, 0x10, + 0x1d, 0x12, 0x14, 0x0a, 0x10, 0x4e, 0x75, 0x6d, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x54, 0x65, + 0x6d, 0x70, 0x4d, 0x69, 0x6e, 0x10, 0x1e, 0x12, 0x11, 0x0a, 0x0d, 0x4d, 0x6f, 0x64, 0x75, 0x6c, + 0x65, 0x54, 0x65, 0x6d, 0x70, 0x4d, 0x69, 0x6e, 0x10, 0x1f, 0x12, 0x0e, 0x0a, 0x0a, 0x52, 0x61, + 0x74, 0x65, 0x64, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x10, 0x20, 0x12, 0x08, 0x0a, 0x04, 0x48, 0x76, + 0x69, 0x6c, 0x10, 0x21, 0x12, 0x16, 0x0a, 0x12, 0x44, 0x43, 0x43, 0x68, 0x61, 0x72, 0x67, 0x69, + 0x6e, 0x67, 0x45, 0x6e, 0x65, 0x72, 0x67, 0x79, 0x49, 0x6e, 0x10, 0x22, 0x12, 0x13, 0x0a, 0x0f, + 0x44, 0x43, 0x43, 0x68, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x67, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x10, + 0x23, 0x12, 0x16, 0x0a, 0x12, 0x41, 0x43, 0x43, 0x68, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x67, 0x45, + 0x6e, 0x65, 0x72, 0x67, 0x79, 0x49, 0x6e, 0x10, 0x24, 0x12, 0x13, 0x0a, 0x0f, 0x41, 0x43, 0x43, + 0x68, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x67, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x10, 0x25, 0x12, 0x12, + 0x0a, 0x0e, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x53, 0x6f, 0x63, + 0x10, 0x26, 0x12, 0x16, 0x0a, 0x12, 0x46, 0x61, 0x73, 0x74, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, + 0x72, 0x50, 0x72, 0x65, 0x73, 0x65, 0x6e, 0x74, 0x10, 0x27, 0x12, 0x13, 0x0a, 0x0f, 0x45, 0x73, + 0x74, 0x42, 0x61, 0x74, 0x74, 0x65, 0x72, 0x79, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x10, 0x28, 0x12, + 0x15, 0x0a, 0x11, 0x49, 0x64, 0x65, 0x61, 0x6c, 0x42, 0x61, 0x74, 0x74, 0x65, 0x72, 0x79, 0x52, + 0x61, 0x6e, 0x67, 0x65, 0x10, 0x29, 0x12, 0x10, 0x0a, 0x0c, 0x42, 0x61, 0x74, 0x74, 0x65, 0x72, + 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x10, 0x2a, 0x12, 0x14, 0x0a, 0x10, 0x54, 0x69, 0x6d, 0x65, + 0x54, 0x6f, 0x46, 0x75, 0x6c, 0x6c, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x10, 0x2b, 0x12, 0x1e, + 0x0a, 0x1a, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x43, 0x68, 0x61, 0x72, 0x67, + 0x69, 0x6e, 0x67, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x10, 0x2c, 0x12, 0x1c, + 0x0a, 0x18, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x43, 0x68, 0x61, 0x72, 0x67, + 0x69, 0x6e, 0x67, 0x50, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x10, 0x2d, 0x12, 0x1a, 0x0a, 0x16, + 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x44, 0x65, 0x70, 0x61, 0x72, 0x74, 0x75, + 0x72, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x10, 0x2e, 0x12, 0x1a, 0x0a, 0x16, 0x50, 0x72, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67, 0x45, 0x6e, 0x61, 0x62, 0x6c, + 0x65, 0x64, 0x10, 0x2f, 0x12, 0x19, 0x0a, 0x15, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, + 0x64, 0x43, 0x68, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x67, 0x4d, 0x6f, 0x64, 0x65, 0x10, 0x30, 0x12, + 0x0e, 0x0a, 0x0a, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x41, 0x6d, 0x70, 0x73, 0x10, 0x31, 0x12, + 0x17, 0x0a, 0x13, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x10, 0x32, 0x12, 0x11, 0x0a, 0x0d, 0x43, 0x68, 0x61, 0x72, + 0x67, 0x65, 0x72, 0x50, 0x68, 0x61, 0x73, 0x65, 0x73, 0x10, 0x33, 0x12, 0x1d, 0x0a, 0x19, 0x43, + 0x68, 0x61, 0x72, 0x67, 0x65, 0x50, 0x6f, 0x72, 0x74, 0x43, 0x6f, 0x6c, 0x64, 0x57, 0x65, 0x61, + 0x74, 0x68, 0x65, 0x72, 0x4d, 0x6f, 0x64, 0x65, 0x10, 0x34, 0x12, 0x18, 0x0a, 0x14, 0x43, 0x68, + 0x61, 0x72, 0x67, 0x65, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x10, 0x35, 0x12, 0x1b, 0x0a, 0x17, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x43, 0x75, + 0x72, 0x72, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x61, 0x78, 0x10, + 0x36, 0x12, 0x13, 0x0a, 0x0f, 0x42, 0x61, 0x74, 0x74, 0x65, 0x72, 0x79, 0x48, 0x65, 0x61, 0x74, + 0x65, 0x72, 0x4f, 0x6e, 0x10, 0x37, 0x12, 0x18, 0x0a, 0x14, 0x4e, 0x6f, 0x74, 0x45, 0x6e, 0x6f, + 0x75, 0x67, 0x68, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x54, 0x6f, 0x48, 0x65, 0x61, 0x74, 0x10, 0x38, + 0x12, 0x22, 0x0a, 0x1e, 0x53, 0x75, 0x70, 0x65, 0x72, 0x63, 0x68, 0x61, 0x72, 0x67, 0x65, 0x72, + 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x54, 0x72, 0x69, 0x70, 0x50, 0x6c, 0x61, 0x6e, 0x6e, + 0x65, 0x72, 0x10, 0x39, 0x12, 0x0d, 0x0a, 0x09, 0x44, 0x6f, 0x6f, 0x72, 0x53, 0x74, 0x61, 0x74, + 0x65, 0x10, 0x3a, 0x12, 0x0a, 0x0a, 0x06, 0x4c, 0x6f, 0x63, 0x6b, 0x65, 0x64, 0x10, 0x3b, 0x12, + 0x0c, 0x0a, 0x08, 0x46, 0x64, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x10, 0x3c, 0x12, 0x0c, 0x0a, + 0x08, 0x46, 0x70, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x10, 0x3d, 0x12, 0x0c, 0x0a, 0x08, 0x52, + 0x64, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x10, 0x3e, 0x12, 0x0c, 0x0a, 0x08, 0x52, 0x70, 0x57, + 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x10, 0x3f, 0x12, 0x0f, 0x0a, 0x0b, 0x56, 0x65, 0x68, 0x69, 0x63, + 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x10, 0x40, 0x12, 0x0e, 0x0a, 0x0a, 0x53, 0x65, 0x6e, 0x74, + 0x72, 0x79, 0x4d, 0x6f, 0x64, 0x65, 0x10, 0x41, 0x12, 0x12, 0x0a, 0x0e, 0x53, 0x70, 0x65, 0x65, + 0x64, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x10, 0x42, 0x12, 0x13, 0x0a, 0x0f, + 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x4d, 0x70, 0x68, 0x10, + 0x43, 0x12, 0x0b, 0x0a, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x10, 0x44, 0x12, 0x12, + 0x0a, 0x0e, 0x54, 0x70, 0x6d, 0x73, 0x50, 0x72, 0x65, 0x73, 0x73, 0x75, 0x72, 0x65, 0x46, 0x6c, + 0x10, 0x45, 0x12, 0x12, 0x0a, 0x0e, 0x54, 0x70, 0x6d, 0x73, 0x50, 0x72, 0x65, 0x73, 0x73, 0x75, + 0x72, 0x65, 0x46, 0x72, 0x10, 0x46, 0x12, 0x12, 0x0a, 0x0e, 0x54, 0x70, 0x6d, 0x73, 0x50, 0x72, + 0x65, 0x73, 0x73, 0x75, 0x72, 0x65, 0x52, 0x6c, 0x10, 0x47, 0x12, 0x12, 0x0a, 0x0e, 0x54, 0x70, + 0x6d, 0x73, 0x50, 0x72, 0x65, 0x73, 0x73, 0x75, 0x72, 0x65, 0x52, 0x72, 0x10, 0x48, 0x12, 0x1e, + 0x0a, 0x1a, 0x53, 0x65, 0x6d, 0x69, 0x74, 0x72, 0x75, 0x63, 0x6b, 0x54, 0x70, 0x6d, 0x73, 0x50, + 0x72, 0x65, 0x73, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x31, 0x4c, 0x30, 0x10, 0x49, 0x12, 0x1e, + 0x0a, 0x1a, 0x53, 0x65, 0x6d, 0x69, 0x74, 0x72, 0x75, 0x63, 0x6b, 0x54, 0x70, 0x6d, 0x73, 0x50, + 0x72, 0x65, 0x73, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x31, 0x4c, 0x31, 0x10, 0x4a, 0x12, 0x1e, + 0x0a, 0x1a, 0x53, 0x65, 0x6d, 0x69, 0x74, 0x72, 0x75, 0x63, 0x6b, 0x54, 0x70, 0x6d, 0x73, 0x50, + 0x72, 0x65, 0x73, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x31, 0x52, 0x30, 0x10, 0x4b, 0x12, 0x1e, + 0x0a, 0x1a, 0x53, 0x65, 0x6d, 0x69, 0x74, 0x72, 0x75, 0x63, 0x6b, 0x54, 0x70, 0x6d, 0x73, 0x50, + 0x72, 0x65, 0x73, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x31, 0x52, 0x31, 0x10, 0x4c, 0x12, 0x1e, + 0x0a, 0x1a, 0x53, 0x65, 0x6d, 0x69, 0x74, 0x72, 0x75, 0x63, 0x6b, 0x54, 0x70, 0x6d, 0x73, 0x50, + 0x72, 0x65, 0x73, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x32, 0x4c, 0x30, 0x10, 0x4d, 0x12, 0x1e, + 0x0a, 0x1a, 0x53, 0x65, 0x6d, 0x69, 0x74, 0x72, 0x75, 0x63, 0x6b, 0x54, 0x70, 0x6d, 0x73, 0x50, + 0x72, 0x65, 0x73, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x32, 0x4c, 0x31, 0x10, 0x4e, 0x12, 0x1e, + 0x0a, 0x1a, 0x53, 0x65, 0x6d, 0x69, 0x74, 0x72, 0x75, 0x63, 0x6b, 0x54, 0x70, 0x6d, 0x73, 0x50, + 0x72, 0x65, 0x73, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x32, 0x52, 0x30, 0x10, 0x4f, 0x12, 0x1e, + 0x0a, 0x1a, 0x53, 0x65, 0x6d, 0x69, 0x74, 0x72, 0x75, 0x63, 0x6b, 0x54, 0x70, 0x6d, 0x73, 0x50, + 0x72, 0x65, 0x73, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x32, 0x52, 0x31, 0x10, 0x50, 0x12, 0x1e, + 0x0a, 0x1a, 0x54, 0x70, 0x6d, 0x73, 0x4c, 0x61, 0x73, 0x74, 0x53, 0x65, 0x65, 0x6e, 0x50, 0x72, + 0x65, 0x73, 0x73, 0x75, 0x72, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x46, 0x6c, 0x10, 0x51, 0x12, 0x1e, + 0x0a, 0x1a, 0x54, 0x70, 0x6d, 0x73, 0x4c, 0x61, 0x73, 0x74, 0x53, 0x65, 0x65, 0x6e, 0x50, 0x72, + 0x65, 0x73, 0x73, 0x75, 0x72, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x46, 0x72, 0x10, 0x52, 0x12, 0x1e, + 0x0a, 0x1a, 0x54, 0x70, 0x6d, 0x73, 0x4c, 0x61, 0x73, 0x74, 0x53, 0x65, 0x65, 0x6e, 0x50, 0x72, + 0x65, 0x73, 0x73, 0x75, 0x72, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x52, 0x6c, 0x10, 0x53, 0x12, 0x1e, + 0x0a, 0x1a, 0x54, 0x70, 0x6d, 0x73, 0x4c, 0x61, 0x73, 0x74, 0x53, 0x65, 0x65, 0x6e, 0x50, 0x72, + 0x65, 0x73, 0x73, 0x75, 0x72, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x52, 0x72, 0x10, 0x54, 0x12, 0x0e, + 0x0a, 0x0a, 0x49, 0x6e, 0x73, 0x69, 0x64, 0x65, 0x54, 0x65, 0x6d, 0x70, 0x10, 0x55, 0x12, 0x0f, + 0x0a, 0x0b, 0x4f, 0x75, 0x74, 0x73, 0x69, 0x64, 0x65, 0x54, 0x65, 0x6d, 0x70, 0x10, 0x56, 0x12, + 0x12, 0x0a, 0x0e, 0x53, 0x65, 0x61, 0x74, 0x48, 0x65, 0x61, 0x74, 0x65, 0x72, 0x4c, 0x65, 0x66, + 0x74, 0x10, 0x57, 0x12, 0x13, 0x0a, 0x0f, 0x53, 0x65, 0x61, 0x74, 0x48, 0x65, 0x61, 0x74, 0x65, + 0x72, 0x52, 0x69, 0x67, 0x68, 0x74, 0x10, 0x58, 0x12, 0x16, 0x0a, 0x12, 0x53, 0x65, 0x61, 0x74, + 0x48, 0x65, 0x61, 0x74, 0x65, 0x72, 0x52, 0x65, 0x61, 0x72, 0x4c, 0x65, 0x66, 0x74, 0x10, 0x59, + 0x12, 0x17, 0x0a, 0x13, 0x53, 0x65, 0x61, 0x74, 0x48, 0x65, 0x61, 0x74, 0x65, 0x72, 0x52, 0x65, + 0x61, 0x72, 0x52, 0x69, 0x67, 0x68, 0x74, 0x10, 0x5a, 0x12, 0x18, 0x0a, 0x14, 0x53, 0x65, 0x61, + 0x74, 0x48, 0x65, 0x61, 0x74, 0x65, 0x72, 0x52, 0x65, 0x61, 0x72, 0x43, 0x65, 0x6e, 0x74, 0x65, + 0x72, 0x10, 0x5b, 0x12, 0x17, 0x0a, 0x13, 0x41, 0x75, 0x74, 0x6f, 0x53, 0x65, 0x61, 0x74, 0x43, + 0x6c, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x4c, 0x65, 0x66, 0x74, 0x10, 0x5c, 0x12, 0x18, 0x0a, 0x14, + 0x41, 0x75, 0x74, 0x6f, 0x53, 0x65, 0x61, 0x74, 0x43, 0x6c, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x52, + 0x69, 0x67, 0x68, 0x74, 0x10, 0x5d, 0x12, 0x12, 0x0a, 0x0e, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, + 0x53, 0x65, 0x61, 0x74, 0x42, 0x65, 0x6c, 0x74, 0x10, 0x5e, 0x12, 0x15, 0x0a, 0x11, 0x50, 0x61, + 0x73, 0x73, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x53, 0x65, 0x61, 0x74, 0x42, 0x65, 0x6c, 0x74, 0x10, + 0x5f, 0x12, 0x16, 0x0a, 0x12, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x53, 0x65, 0x61, 0x74, 0x4f, + 0x63, 0x63, 0x75, 0x70, 0x69, 0x65, 0x64, 0x10, 0x60, 0x12, 0x26, 0x0a, 0x22, 0x53, 0x65, 0x6d, + 0x69, 0x74, 0x72, 0x75, 0x63, 0x6b, 0x50, 0x61, 0x73, 0x73, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x53, + 0x65, 0x61, 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x10, + 0x61, 0x12, 0x17, 0x0a, 0x13, 0x4c, 0x61, 0x74, 0x65, 0x72, 0x61, 0x6c, 0x41, 0x63, 0x63, 0x65, + 0x6c, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x10, 0x62, 0x12, 0x1c, 0x0a, 0x18, 0x4c, 0x6f, + 0x6e, 0x67, 0x69, 0x74, 0x75, 0x64, 0x69, 0x6e, 0x61, 0x6c, 0x41, 0x63, 0x63, 0x65, 0x6c, 0x65, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x10, 0x63, 0x12, 0x10, 0x0a, 0x0c, 0x44, 0x65, 0x70, 0x72, + 0x65, 0x63, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x32, 0x10, 0x64, 0x12, 0x12, 0x0a, 0x0e, 0x43, 0x72, + 0x75, 0x69, 0x73, 0x65, 0x53, 0x65, 0x74, 0x53, 0x70, 0x65, 0x65, 0x64, 0x10, 0x65, 0x12, 0x16, + 0x0a, 0x12, 0x4c, 0x69, 0x66, 0x65, 0x74, 0x69, 0x6d, 0x65, 0x45, 0x6e, 0x65, 0x72, 0x67, 0x79, + 0x55, 0x73, 0x65, 0x64, 0x10, 0x66, 0x12, 0x1b, 0x0a, 0x17, 0x4c, 0x69, 0x66, 0x65, 0x74, 0x69, + 0x6d, 0x65, 0x45, 0x6e, 0x65, 0x72, 0x67, 0x79, 0x55, 0x73, 0x65, 0x64, 0x44, 0x72, 0x69, 0x76, + 0x65, 0x10, 0x67, 0x12, 0x23, 0x0a, 0x1f, 0x53, 0x65, 0x6d, 0x69, 0x74, 0x72, 0x75, 0x63, 0x6b, + 0x54, 0x72, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x50, 0x61, 0x72, 0x6b, 0x42, 0x72, 0x61, 0x6b, 0x65, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x10, 0x68, 0x12, 0x23, 0x0a, 0x1f, 0x53, 0x65, 0x6d, 0x69, + 0x74, 0x72, 0x75, 0x63, 0x6b, 0x54, 0x72, 0x61, 0x69, 0x6c, 0x65, 0x72, 0x50, 0x61, 0x72, 0x6b, + 0x42, 0x72, 0x61, 0x6b, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x10, 0x69, 0x12, 0x11, 0x0a, + 0x0d, 0x42, 0x72, 0x61, 0x6b, 0x65, 0x50, 0x65, 0x64, 0x61, 0x6c, 0x50, 0x6f, 0x73, 0x10, 0x6a, + 0x12, 0x14, 0x0a, 0x10, 0x52, 0x6f, 0x75, 0x74, 0x65, 0x4c, 0x61, 0x73, 0x74, 0x55, 0x70, 0x64, + 0x61, 0x74, 0x65, 0x64, 0x10, 0x6b, 0x12, 0x0d, 0x0a, 0x09, 0x52, 0x6f, 0x75, 0x74, 0x65, 0x4c, + 0x69, 0x6e, 0x65, 0x10, 0x6c, 0x12, 0x12, 0x0a, 0x0e, 0x4d, 0x69, 0x6c, 0x65, 0x73, 0x54, 0x6f, + 0x41, 0x72, 0x72, 0x69, 0x76, 0x61, 0x6c, 0x10, 0x6d, 0x12, 0x14, 0x0a, 0x10, 0x4d, 0x69, 0x6e, + 0x75, 0x74, 0x65, 0x73, 0x54, 0x6f, 0x41, 0x72, 0x72, 0x69, 0x76, 0x61, 0x6c, 0x10, 0x6e, 0x12, + 0x12, 0x0a, 0x0e, 0x4f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x10, 0x6f, 0x12, 0x17, 0x0a, 0x13, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x10, 0x70, 0x12, 0x0b, 0x0a, 0x07, + 0x43, 0x61, 0x72, 0x54, 0x79, 0x70, 0x65, 0x10, 0x71, 0x12, 0x08, 0x0a, 0x04, 0x54, 0x72, 0x69, + 0x6d, 0x10, 0x72, 0x12, 0x11, 0x0a, 0x0d, 0x45, 0x78, 0x74, 0x65, 0x72, 0x69, 0x6f, 0x72, 0x43, + 0x6f, 0x6c, 0x6f, 0x72, 0x10, 0x73, 0x12, 0x0d, 0x0a, 0x09, 0x52, 0x6f, 0x6f, 0x66, 0x43, 0x6f, + 0x6c, 0x6f, 0x72, 0x10, 0x74, 0x12, 0x0e, 0x0a, 0x0a, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x50, + 0x6f, 0x72, 0x74, 0x10, 0x75, 0x12, 0x13, 0x0a, 0x0f, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x50, + 0x6f, 0x72, 0x74, 0x4c, 0x61, 0x74, 0x63, 0x68, 0x10, 0x76, 0x12, 0x12, 0x0a, 0x0e, 0x45, 0x78, + 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x5f, 0x31, 0x10, 0x77, 0x12, 0x12, + 0x0a, 0x0e, 0x45, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x5f, 0x32, + 0x10, 0x78, 0x12, 0x12, 0x0a, 0x0e, 0x45, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, + 0x61, 0x6c, 0x5f, 0x33, 0x10, 0x79, 0x12, 0x12, 0x0a, 0x0e, 0x45, 0x78, 0x70, 0x65, 0x72, 0x69, + 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x5f, 0x34, 0x10, 0x7a, 0x12, 0x14, 0x0a, 0x10, 0x47, 0x75, + 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x10, 0x7b, + 0x12, 0x15, 0x0a, 0x11, 0x50, 0x69, 0x6e, 0x54, 0x6f, 0x44, 0x72, 0x69, 0x76, 0x65, 0x45, 0x6e, + 0x61, 0x62, 0x6c, 0x65, 0x64, 0x10, 0x7c, 0x12, 0x1e, 0x0a, 0x1a, 0x50, 0x61, 0x69, 0x72, 0x65, + 0x64, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x4b, 0x65, 0x79, 0x41, 0x6e, 0x64, 0x4b, 0x65, 0x79, 0x46, + 0x6f, 0x62, 0x51, 0x74, 0x79, 0x10, 0x7d, 0x12, 0x18, 0x0a, 0x14, 0x43, 0x72, 0x75, 0x69, 0x73, + 0x65, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x44, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x10, + 0x7e, 0x12, 0x1c, 0x0a, 0x18, 0x41, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x69, 0x63, 0x42, 0x6c, + 0x69, 0x6e, 0x64, 0x53, 0x70, 0x6f, 0x74, 0x43, 0x61, 0x6d, 0x65, 0x72, 0x61, 0x10, 0x7f, 0x12, + 0x23, 0x0a, 0x1e, 0x42, 0x6c, 0x69, 0x6e, 0x64, 0x53, 0x70, 0x6f, 0x74, 0x43, 0x6f, 0x6c, 0x6c, + 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x57, 0x61, 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x43, 0x68, 0x69, 0x6d, + 0x65, 0x10, 0x80, 0x01, 0x12, 0x16, 0x0a, 0x11, 0x53, 0x70, 0x65, 0x65, 0x64, 0x4c, 0x69, 0x6d, + 0x69, 0x74, 0x57, 0x61, 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x10, 0x81, 0x01, 0x12, 0x1c, 0x0a, 0x17, + 0x46, 0x6f, 0x72, 0x77, 0x61, 0x72, 0x64, 0x43, 0x6f, 0x6c, 0x6c, 0x69, 0x73, 0x69, 0x6f, 0x6e, + 0x57, 0x61, 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x10, 0x82, 0x01, 0x12, 0x1b, 0x0a, 0x16, 0x4c, 0x61, + 0x6e, 0x65, 0x44, 0x65, 0x70, 0x61, 0x72, 0x74, 0x75, 0x72, 0x65, 0x41, 0x76, 0x6f, 0x69, 0x64, + 0x61, 0x6e, 0x63, 0x65, 0x10, 0x83, 0x01, 0x12, 0x24, 0x0a, 0x1f, 0x45, 0x6d, 0x65, 0x72, 0x67, + 0x65, 0x6e, 0x63, 0x79, 0x4c, 0x61, 0x6e, 0x65, 0x44, 0x65, 0x70, 0x61, 0x72, 0x74, 0x75, 0x72, + 0x65, 0x41, 0x76, 0x6f, 0x69, 0x64, 0x61, 0x6e, 0x63, 0x65, 0x10, 0x84, 0x01, 0x12, 0x21, 0x0a, + 0x1c, 0x41, 0x75, 0x74, 0x6f, 0x6d, 0x61, 0x74, 0x69, 0x63, 0x45, 0x6d, 0x65, 0x72, 0x67, 0x65, + 0x6e, 0x63, 0x79, 0x42, 0x72, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x4f, 0x66, 0x66, 0x10, 0x85, 0x01, + 0x12, 0x1e, 0x0a, 0x19, 0x4c, 0x69, 0x66, 0x65, 0x74, 0x69, 0x6d, 0x65, 0x45, 0x6e, 0x65, 0x72, + 0x67, 0x79, 0x47, 0x61, 0x69, 0x6e, 0x65, 0x64, 0x52, 0x65, 0x67, 0x65, 0x6e, 0x10, 0x86, 0x01, + 0x12, 0x0d, 0x0a, 0x08, 0x44, 0x69, 0x53, 0x74, 0x61, 0x74, 0x65, 0x46, 0x10, 0x87, 0x01, 0x12, + 0x0f, 0x0a, 0x0a, 0x44, 0x69, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x45, 0x4c, 0x10, 0x88, 0x01, + 0x12, 0x0f, 0x0a, 0x0a, 0x44, 0x69, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x45, 0x52, 0x10, 0x89, + 0x01, 0x12, 0x11, 0x0a, 0x0c, 0x44, 0x69, 0x48, 0x65, 0x61, 0x74, 0x73, 0x69, 0x6e, 0x6b, 0x54, + 0x46, 0x10, 0x8a, 0x01, 0x12, 0x13, 0x0a, 0x0e, 0x44, 0x69, 0x48, 0x65, 0x61, 0x74, 0x73, 0x69, + 0x6e, 0x6b, 0x54, 0x52, 0x45, 0x4c, 0x10, 0x8b, 0x01, 0x12, 0x13, 0x0a, 0x0e, 0x44, 0x69, 0x48, + 0x65, 0x61, 0x74, 0x73, 0x69, 0x6e, 0x6b, 0x54, 0x52, 0x45, 0x52, 0x10, 0x8c, 0x01, 0x12, 0x11, + 0x0a, 0x0c, 0x44, 0x69, 0x41, 0x78, 0x6c, 0x65, 0x53, 0x70, 0x65, 0x65, 0x64, 0x46, 0x10, 0x8d, + 0x01, 0x12, 0x13, 0x0a, 0x0e, 0x44, 0x69, 0x41, 0x78, 0x6c, 0x65, 0x53, 0x70, 0x65, 0x65, 0x64, + 0x52, 0x45, 0x4c, 0x10, 0x8e, 0x01, 0x12, 0x13, 0x0a, 0x0e, 0x44, 0x69, 0x41, 0x78, 0x6c, 0x65, + 0x53, 0x70, 0x65, 0x65, 0x64, 0x52, 0x45, 0x52, 0x10, 0x8f, 0x01, 0x12, 0x15, 0x0a, 0x10, 0x44, + 0x69, 0x53, 0x6c, 0x61, 0x76, 0x65, 0x54, 0x6f, 0x72, 0x71, 0x75, 0x65, 0x43, 0x6d, 0x64, 0x10, + 0x90, 0x01, 0x12, 0x14, 0x0a, 0x0f, 0x44, 0x69, 0x54, 0x6f, 0x72, 0x71, 0x75, 0x65, 0x41, 0x63, + 0x74, 0x75, 0x61, 0x6c, 0x52, 0x10, 0x91, 0x01, 0x12, 0x14, 0x0a, 0x0f, 0x44, 0x69, 0x54, 0x6f, + 0x72, 0x71, 0x75, 0x65, 0x41, 0x63, 0x74, 0x75, 0x61, 0x6c, 0x46, 0x10, 0x92, 0x01, 0x12, 0x16, + 0x0a, 0x11, 0x44, 0x69, 0x54, 0x6f, 0x72, 0x71, 0x75, 0x65, 0x41, 0x63, 0x74, 0x75, 0x61, 0x6c, + 0x52, 0x45, 0x4c, 0x10, 0x93, 0x01, 0x12, 0x16, 0x0a, 0x11, 0x44, 0x69, 0x54, 0x6f, 0x72, 0x71, + 0x75, 0x65, 0x41, 0x63, 0x74, 0x75, 0x61, 0x6c, 0x52, 0x45, 0x52, 0x10, 0x94, 0x01, 0x12, 0x12, + 0x0a, 0x0d, 0x44, 0x69, 0x53, 0x74, 0x61, 0x74, 0x6f, 0x72, 0x54, 0x65, 0x6d, 0x70, 0x46, 0x10, + 0x95, 0x01, 0x12, 0x14, 0x0a, 0x0f, 0x44, 0x69, 0x53, 0x74, 0x61, 0x74, 0x6f, 0x72, 0x54, 0x65, + 0x6d, 0x70, 0x52, 0x45, 0x4c, 0x10, 0x96, 0x01, 0x12, 0x14, 0x0a, 0x0f, 0x44, 0x69, 0x53, 0x74, + 0x61, 0x74, 0x6f, 0x72, 0x54, 0x65, 0x6d, 0x70, 0x52, 0x45, 0x52, 0x10, 0x97, 0x01, 0x12, 0x0c, + 0x0a, 0x07, 0x44, 0x69, 0x56, 0x42, 0x61, 0x74, 0x46, 0x10, 0x98, 0x01, 0x12, 0x0e, 0x0a, 0x09, + 0x44, 0x69, 0x56, 0x42, 0x61, 0x74, 0x52, 0x45, 0x4c, 0x10, 0x99, 0x01, 0x12, 0x0e, 0x0a, 0x09, + 0x44, 0x69, 0x56, 0x42, 0x61, 0x74, 0x52, 0x45, 0x52, 0x10, 0x9a, 0x01, 0x12, 0x14, 0x0a, 0x0f, + 0x44, 0x69, 0x4d, 0x6f, 0x74, 0x6f, 0x72, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x46, 0x10, + 0x9b, 0x01, 0x12, 0x16, 0x0a, 0x11, 0x44, 0x69, 0x4d, 0x6f, 0x74, 0x6f, 0x72, 0x43, 0x75, 0x72, + 0x72, 0x65, 0x6e, 0x74, 0x52, 0x45, 0x4c, 0x10, 0x9c, 0x01, 0x12, 0x16, 0x0a, 0x11, 0x44, 0x69, + 0x4d, 0x6f, 0x74, 0x6f, 0x72, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x52, 0x45, 0x52, 0x10, + 0x9d, 0x01, 0x12, 0x14, 0x0a, 0x0f, 0x45, 0x6e, 0x65, 0x72, 0x67, 0x79, 0x52, 0x65, 0x6d, 0x61, + 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x10, 0x9e, 0x01, 0x12, 0x10, 0x0a, 0x0b, 0x53, 0x65, 0x72, 0x76, + 0x69, 0x63, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x10, 0x9f, 0x01, 0x12, 0x0d, 0x0a, 0x08, 0x42, 0x4d, + 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x10, 0xa0, 0x01, 0x12, 0x1f, 0x0a, 0x1a, 0x47, 0x75, 0x65, + 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x41, 0x63, 0x63, 0x65, + 0x73, 0x73, 0x53, 0x74, 0x61, 0x74, 0x65, 0x10, 0xa1, 0x01, 0x12, 0x11, 0x0a, 0x0c, 0x44, 0x65, + 0x70, 0x72, 0x65, 0x63, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x31, 0x10, 0xa2, 0x01, 0x12, 0x14, 0x0a, + 0x0f, 0x44, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, + 0x10, 0xa3, 0x01, 0x12, 0x11, 0x0a, 0x0c, 0x44, 0x69, 0x49, 0x6e, 0x76, 0x65, 0x72, 0x74, 0x65, + 0x72, 0x54, 0x52, 0x10, 0xa4, 0x01, 0x12, 0x11, 0x0a, 0x0c, 0x44, 0x69, 0x49, 0x6e, 0x76, 0x65, + 0x72, 0x74, 0x65, 0x72, 0x54, 0x46, 0x10, 0xa5, 0x01, 0x12, 0x13, 0x0a, 0x0e, 0x44, 0x69, 0x49, + 0x6e, 0x76, 0x65, 0x72, 0x74, 0x65, 0x72, 0x54, 0x52, 0x45, 0x4c, 0x10, 0xa6, 0x01, 0x12, 0x13, + 0x0a, 0x0e, 0x44, 0x69, 0x49, 0x6e, 0x76, 0x65, 0x72, 0x74, 0x65, 0x72, 0x54, 0x52, 0x45, 0x52, + 0x10, 0xa7, 0x01, 0x12, 0x13, 0x0a, 0x0e, 0x45, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, + 0x74, 0x61, 0x6c, 0x5f, 0x35, 0x10, 0xa8, 0x01, 0x12, 0x13, 0x0a, 0x0e, 0x45, 0x78, 0x70, 0x65, + 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x5f, 0x36, 0x10, 0xa9, 0x01, 0x12, 0x13, 0x0a, + 0x0e, 0x45, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x5f, 0x37, 0x10, + 0xaa, 0x01, 0x12, 0x13, 0x0a, 0x0e, 0x45, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, + 0x61, 0x6c, 0x5f, 0x38, 0x10, 0xab, 0x01, 0x12, 0x13, 0x0a, 0x0e, 0x45, 0x78, 0x70, 0x65, 0x72, + 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x5f, 0x39, 0x10, 0xac, 0x01, 0x12, 0x14, 0x0a, 0x0f, + 0x45, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x5f, 0x31, 0x30, 0x10, + 0xad, 0x01, 0x12, 0x14, 0x0a, 0x0f, 0x45, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, + 0x61, 0x6c, 0x5f, 0x31, 0x31, 0x10, 0xae, 0x01, 0x12, 0x14, 0x0a, 0x0f, 0x45, 0x78, 0x70, 0x65, + 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x5f, 0x31, 0x32, 0x10, 0xaf, 0x01, 0x12, 0x14, + 0x0a, 0x0f, 0x45, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x5f, 0x31, + 0x33, 0x10, 0xb0, 0x01, 0x12, 0x14, 0x0a, 0x0f, 0x45, 0x78, 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, + 0x6e, 0x74, 0x61, 0x6c, 0x5f, 0x31, 0x34, 0x10, 0xb1, 0x01, 0x12, 0x14, 0x0a, 0x0f, 0x45, 0x78, + 0x70, 0x65, 0x72, 0x69, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x5f, 0x31, 0x35, 0x10, 0xb2, 0x01, + 0x12, 0x18, 0x0a, 0x13, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x43, 0x68, 0x61, 0x72, + 0x67, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x10, 0xb3, 0x01, 0x12, 0x20, 0x0a, 0x1b, 0x43, 0x61, 0x62, 0x69, 0x6e, 0x4f, 0x76, 0x65, 0x72, 0x68, 0x65, 0x61, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x65, - 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x65, 0x6d, 0x70, 0x65, 0x72, 0x61, 0x74, 0x75, 0x72, 0x65, - 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x10, 0xb5, 0x01, 0x12, 0x12, 0x0a, 0x0d, 0x43, 0x65, 0x6e, 0x74, - 0x65, 0x72, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x10, 0xb6, 0x01, 0x12, 0x17, 0x0a, 0x12, - 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x50, 0x6f, 0x72, 0x74, 0x44, 0x6f, 0x6f, 0x72, 0x4f, 0x70, - 0x65, 0x6e, 0x10, 0xb7, 0x01, 0x12, 0x16, 0x0a, 0x11, 0x43, 0x68, 0x61, 0x72, 0x67, 0x69, 0x6e, - 0x67, 0x43, 0x61, 0x62, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x10, 0xb9, 0x01, 0x12, 0x16, 0x0a, - 0x11, 0x43, 0x6c, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x4b, 0x65, 0x65, 0x70, 0x65, 0x72, 0x4d, 0x6f, - 0x64, 0x65, 0x10, 0xba, 0x01, 0x12, 0x1e, 0x0a, 0x19, 0x44, 0x65, 0x66, 0x72, 0x6f, 0x73, 0x74, - 0x46, 0x6f, 0x72, 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x69, - 0x6e, 0x67, 0x10, 0xbb, 0x01, 0x12, 0x10, 0x0a, 0x0b, 0x44, 0x65, 0x66, 0x72, 0x6f, 0x73, 0x74, - 0x4d, 0x6f, 0x64, 0x65, 0x10, 0xbc, 0x01, 0x12, 0x16, 0x0a, 0x11, 0x45, 0x66, 0x66, 0x69, 0x63, - 0x69, 0x65, 0x6e, 0x63, 0x79, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x10, 0xbd, 0x01, 0x12, - 0x26, 0x0a, 0x21, 0x45, 0x73, 0x74, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x64, 0x48, 0x6f, 0x75, 0x72, - 0x73, 0x54, 0x6f, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x54, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x10, 0xbe, 0x01, 0x12, 0x12, 0x0a, 0x0d, 0x45, 0x75, 0x72, 0x6f, 0x70, - 0x65, 0x56, 0x65, 0x68, 0x69, 0x63, 0x6c, 0x65, 0x10, 0xbf, 0x01, 0x12, 0x27, 0x0a, 0x22, 0x45, - 0x78, 0x70, 0x65, 0x63, 0x74, 0x65, 0x64, 0x45, 0x6e, 0x65, 0x72, 0x67, 0x79, 0x50, 0x65, 0x72, - 0x63, 0x65, 0x6e, 0x74, 0x41, 0x74, 0x54, 0x72, 0x69, 0x70, 0x41, 0x72, 0x72, 0x69, 0x76, 0x61, - 0x6c, 0x10, 0xc0, 0x01, 0x12, 0x14, 0x0a, 0x0f, 0x46, 0x61, 0x73, 0x74, 0x43, 0x68, 0x61, 0x72, - 0x67, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x10, 0xc1, 0x01, 0x12, 0x18, 0x0a, 0x13, 0x48, 0x6f, - 0x6d, 0x65, 0x6c, 0x69, 0x6e, 0x6b, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x75, 0x6e, - 0x74, 0x10, 0xc2, 0x01, 0x12, 0x13, 0x0a, 0x0e, 0x48, 0x6f, 0x6d, 0x65, 0x6c, 0x69, 0x6e, 0x6b, - 0x4e, 0x65, 0x61, 0x72, 0x62, 0x79, 0x10, 0xc3, 0x01, 0x12, 0x12, 0x0a, 0x0d, 0x48, 0x76, 0x61, - 0x63, 0x41, 0x43, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x10, 0xc4, 0x01, 0x12, 0x11, 0x0a, - 0x0c, 0x48, 0x76, 0x61, 0x63, 0x41, 0x75, 0x74, 0x6f, 0x4d, 0x6f, 0x64, 0x65, 0x10, 0xc5, 0x01, - 0x12, 0x11, 0x0a, 0x0c, 0x48, 0x76, 0x61, 0x63, 0x46, 0x61, 0x6e, 0x53, 0x70, 0x65, 0x65, 0x64, - 0x10, 0xc6, 0x01, 0x12, 0x12, 0x0a, 0x0d, 0x48, 0x76, 0x61, 0x63, 0x46, 0x61, 0x6e, 0x53, 0x74, - 0x61, 0x74, 0x75, 0x73, 0x10, 0xc7, 0x01, 0x12, 0x1f, 0x0a, 0x1a, 0x48, 0x76, 0x61, 0x63, 0x4c, - 0x65, 0x66, 0x74, 0x54, 0x65, 0x6d, 0x70, 0x65, 0x72, 0x61, 0x74, 0x75, 0x72, 0x65, 0x52, 0x65, - 0x71, 0x75, 0x65, 0x73, 0x74, 0x10, 0xc8, 0x01, 0x12, 0x0e, 0x0a, 0x09, 0x48, 0x76, 0x61, 0x63, - 0x50, 0x6f, 0x77, 0x65, 0x72, 0x10, 0xc9, 0x01, 0x12, 0x20, 0x0a, 0x1b, 0x48, 0x76, 0x61, 0x63, - 0x52, 0x69, 0x67, 0x68, 0x74, 0x54, 0x65, 0x6d, 0x70, 0x65, 0x72, 0x61, 0x74, 0x75, 0x72, 0x65, - 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x10, 0xca, 0x01, 0x12, 0x1e, 0x0a, 0x19, 0x48, 0x76, - 0x61, 0x63, 0x53, 0x74, 0x65, 0x65, 0x72, 0x69, 0x6e, 0x67, 0x57, 0x68, 0x65, 0x65, 0x6c, 0x48, - 0x65, 0x61, 0x74, 0x41, 0x75, 0x74, 0x6f, 0x10, 0xcb, 0x01, 0x12, 0x1f, 0x0a, 0x1a, 0x48, 0x76, - 0x61, 0x63, 0x53, 0x74, 0x65, 0x65, 0x72, 0x69, 0x6e, 0x67, 0x57, 0x68, 0x65, 0x65, 0x6c, 0x48, - 0x65, 0x61, 0x74, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x10, 0xcc, 0x01, 0x12, 0x1b, 0x0a, 0x16, 0x4f, - 0x66, 0x66, 0x72, 0x6f, 0x61, 0x64, 0x4c, 0x69, 0x67, 0x68, 0x74, 0x62, 0x61, 0x72, 0x50, 0x72, - 0x65, 0x73, 0x65, 0x6e, 0x74, 0x10, 0xcd, 0x01, 0x12, 0x18, 0x0a, 0x13, 0x50, 0x6f, 0x77, 0x65, - 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x48, 0x6f, 0x75, 0x72, 0x73, 0x4c, 0x65, 0x66, 0x74, 0x10, - 0xce, 0x01, 0x12, 0x23, 0x0a, 0x1e, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, - 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x74, 0x61, 0x6e, 0x65, 0x6f, 0x75, 0x73, 0x50, 0x6f, 0x77, - 0x65, 0x72, 0x4b, 0x57, 0x10, 0xcf, 0x01, 0x12, 0x15, 0x0a, 0x10, 0x50, 0x6f, 0x77, 0x65, 0x72, - 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x10, 0xd0, 0x01, 0x12, 0x19, - 0x0a, 0x14, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x6f, 0x70, - 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x10, 0xd1, 0x01, 0x12, 0x13, 0x0a, 0x0e, 0x50, 0x6f, 0x77, - 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x54, 0x79, 0x70, 0x65, 0x10, 0xd2, 0x01, 0x12, 0x1b, - 0x0a, 0x16, 0x52, 0x65, 0x61, 0x72, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x48, 0x76, 0x61, - 0x63, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x10, 0xd3, 0x01, 0x12, 0x14, 0x0a, 0x0f, 0x52, - 0x65, 0x61, 0x72, 0x53, 0x65, 0x61, 0x74, 0x48, 0x65, 0x61, 0x74, 0x65, 0x72, 0x73, 0x10, 0xd4, - 0x01, 0x12, 0x17, 0x0a, 0x12, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x53, 0x74, 0x61, 0x72, 0x74, - 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x10, 0xd5, 0x01, 0x12, 0x13, 0x0a, 0x0e, 0x52, 0x69, - 0x67, 0x68, 0x74, 0x48, 0x61, 0x6e, 0x64, 0x44, 0x72, 0x69, 0x76, 0x65, 0x10, 0xd6, 0x01, 0x12, - 0x1d, 0x0a, 0x18, 0x52, 0x6f, 0x75, 0x74, 0x65, 0x54, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x4d, - 0x69, 0x6e, 0x75, 0x74, 0x65, 0x73, 0x44, 0x65, 0x6c, 0x61, 0x79, 0x10, 0xd7, 0x01, 0x12, 0x2a, - 0x0a, 0x25, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x50, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x43, - 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x10, 0xd8, 0x01, 0x12, 0x2a, 0x0a, 0x25, 0x53, 0x6f, - 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x45, 0x78, 0x70, 0x65, - 0x63, 0x74, 0x65, 0x64, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x69, 0x6e, 0x75, - 0x74, 0x65, 0x73, 0x10, 0xd9, 0x01, 0x12, 0x2e, 0x0a, 0x29, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, - 0x72, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x61, - 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6c, - 0x65, 0x74, 0x65, 0x10, 0xda, 0x01, 0x12, 0x25, 0x0a, 0x20, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, - 0x72, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, - 0x64, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x10, 0xdb, 0x01, 0x12, 0x1a, 0x0a, - 0x15, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, - 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x10, 0xdc, 0x01, 0x12, 0x17, 0x0a, 0x12, 0x54, 0x6f, 0x6e, - 0x6e, 0x65, 0x61, 0x75, 0x4f, 0x70, 0x65, 0x6e, 0x50, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x10, - 0xdd, 0x01, 0x12, 0x14, 0x0a, 0x0f, 0x54, 0x6f, 0x6e, 0x6e, 0x65, 0x61, 0x75, 0x50, 0x6f, 0x73, - 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x10, 0xde, 0x01, 0x12, 0x14, 0x0a, 0x0f, 0x54, 0x6f, 0x6e, 0x6e, - 0x65, 0x61, 0x75, 0x54, 0x65, 0x6e, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x10, 0xdf, 0x01, 0x12, 0x15, - 0x0a, 0x10, 0x54, 0x70, 0x6d, 0x73, 0x48, 0x61, 0x72, 0x64, 0x57, 0x61, 0x72, 0x6e, 0x69, 0x6e, - 0x67, 0x73, 0x10, 0xe0, 0x01, 0x12, 0x15, 0x0a, 0x10, 0x54, 0x70, 0x6d, 0x73, 0x53, 0x6f, 0x66, - 0x74, 0x57, 0x61, 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x73, 0x10, 0xe1, 0x01, 0x12, 0x15, 0x0a, 0x10, - 0x56, 0x61, 0x6c, 0x65, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, - 0x10, 0xe2, 0x01, 0x12, 0x0e, 0x0a, 0x09, 0x57, 0x68, 0x65, 0x65, 0x6c, 0x54, 0x79, 0x70, 0x65, - 0x10, 0xe3, 0x01, 0x12, 0x15, 0x0a, 0x10, 0x57, 0x69, 0x70, 0x65, 0x72, 0x48, 0x65, 0x61, 0x74, - 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x10, 0xe4, 0x01, 0x2a, 0xbf, 0x01, 0x0a, 0x0d, 0x43, - 0x68, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x67, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x16, 0x0a, 0x12, - 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, - 0x77, 0x6e, 0x10, 0x00, 0x12, 0x1b, 0x0a, 0x17, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x53, 0x74, - 0x61, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x10, - 0x01, 0x12, 0x16, 0x0a, 0x12, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, - 0x4e, 0x6f, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x10, 0x02, 0x12, 0x17, 0x0a, 0x13, 0x43, 0x68, 0x61, - 0x72, 0x67, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x53, 0x74, 0x61, 0x72, 0x74, 0x69, 0x6e, 0x67, - 0x10, 0x03, 0x12, 0x17, 0x0a, 0x13, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x53, 0x74, 0x61, 0x74, - 0x65, 0x43, 0x68, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x67, 0x10, 0x04, 0x12, 0x17, 0x0a, 0x13, 0x43, - 0x68, 0x61, 0x72, 0x67, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, - 0x74, 0x65, 0x10, 0x05, 0x12, 0x16, 0x0a, 0x12, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x53, 0x74, - 0x61, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x70, 0x70, 0x65, 0x64, 0x10, 0x06, 0x2a, 0x82, 0x02, 0x0a, - 0x18, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x53, - 0x74, 0x61, 0x74, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1e, 0x0a, 0x1a, 0x44, 0x65, 0x74, - 0x61, 0x69, 0x6c, 0x65, 0x64, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, - 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x23, 0x0a, 0x1f, 0x44, 0x65, 0x74, - 0x61, 0x69, 0x6c, 0x65, 0x64, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, - 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x10, 0x01, 0x12, 0x1e, - 0x0a, 0x1a, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, - 0x53, 0x74, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x10, 0x02, 0x12, 0x1f, - 0x0a, 0x1b, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, - 0x53, 0x74, 0x61, 0x74, 0x65, 0x53, 0x74, 0x61, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x10, 0x03, 0x12, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x6f, 0x64, 0x65, 0x10, 0xb4, 0x01, 0x12, 0x2c, 0x0a, 0x27, + 0x43, 0x61, 0x62, 0x69, 0x6e, 0x4f, 0x76, 0x65, 0x72, 0x68, 0x65, 0x61, 0x74, 0x50, 0x72, 0x6f, + 0x74, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x65, 0x6d, 0x70, 0x65, 0x72, 0x61, 0x74, 0x75, + 0x72, 0x65, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x10, 0xb5, 0x01, 0x12, 0x12, 0x0a, 0x0d, 0x43, 0x65, + 0x6e, 0x74, 0x65, 0x72, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x10, 0xb6, 0x01, 0x12, 0x17, + 0x0a, 0x12, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x50, 0x6f, 0x72, 0x74, 0x44, 0x6f, 0x6f, 0x72, + 0x4f, 0x70, 0x65, 0x6e, 0x10, 0xb7, 0x01, 0x12, 0x13, 0x0a, 0x0e, 0x43, 0x68, 0x61, 0x72, 0x67, + 0x65, 0x72, 0x56, 0x6f, 0x6c, 0x74, 0x61, 0x67, 0x65, 0x10, 0xb8, 0x01, 0x12, 0x16, 0x0a, 0x11, + 0x43, 0x68, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x67, 0x43, 0x61, 0x62, 0x6c, 0x65, 0x54, 0x79, 0x70, + 0x65, 0x10, 0xb9, 0x01, 0x12, 0x16, 0x0a, 0x11, 0x43, 0x6c, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x4b, + 0x65, 0x65, 0x70, 0x65, 0x72, 0x4d, 0x6f, 0x64, 0x65, 0x10, 0xba, 0x01, 0x12, 0x1e, 0x0a, 0x19, + 0x44, 0x65, 0x66, 0x72, 0x6f, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x69, 0x6e, 0x67, 0x10, 0xbb, 0x01, 0x12, 0x10, 0x0a, 0x0b, + 0x44, 0x65, 0x66, 0x72, 0x6f, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x10, 0xbc, 0x01, 0x12, 0x16, + 0x0a, 0x11, 0x45, 0x66, 0x66, 0x69, 0x63, 0x69, 0x65, 0x6e, 0x63, 0x79, 0x50, 0x61, 0x63, 0x6b, + 0x61, 0x67, 0x65, 0x10, 0xbd, 0x01, 0x12, 0x26, 0x0a, 0x21, 0x45, 0x73, 0x74, 0x69, 0x6d, 0x61, + 0x74, 0x65, 0x64, 0x48, 0x6f, 0x75, 0x72, 0x73, 0x54, 0x6f, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, + 0x54, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x10, 0xbe, 0x01, 0x12, 0x12, + 0x0a, 0x0d, 0x45, 0x75, 0x72, 0x6f, 0x70, 0x65, 0x56, 0x65, 0x68, 0x69, 0x63, 0x6c, 0x65, 0x10, + 0xbf, 0x01, 0x12, 0x27, 0x0a, 0x22, 0x45, 0x78, 0x70, 0x65, 0x63, 0x74, 0x65, 0x64, 0x45, 0x6e, + 0x65, 0x72, 0x67, 0x79, 0x50, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x41, 0x74, 0x54, 0x72, 0x69, + 0x70, 0x41, 0x72, 0x72, 0x69, 0x76, 0x61, 0x6c, 0x10, 0xc0, 0x01, 0x12, 0x14, 0x0a, 0x0f, 0x46, + 0x61, 0x73, 0x74, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x10, 0xc1, + 0x01, 0x12, 0x18, 0x0a, 0x13, 0x48, 0x6f, 0x6d, 0x65, 0x6c, 0x69, 0x6e, 0x6b, 0x44, 0x65, 0x76, + 0x69, 0x63, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x10, 0xc2, 0x01, 0x12, 0x13, 0x0a, 0x0e, 0x48, + 0x6f, 0x6d, 0x65, 0x6c, 0x69, 0x6e, 0x6b, 0x4e, 0x65, 0x61, 0x72, 0x62, 0x79, 0x10, 0xc3, 0x01, + 0x12, 0x12, 0x0a, 0x0d, 0x48, 0x76, 0x61, 0x63, 0x41, 0x43, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, + 0x64, 0x10, 0xc4, 0x01, 0x12, 0x11, 0x0a, 0x0c, 0x48, 0x76, 0x61, 0x63, 0x41, 0x75, 0x74, 0x6f, + 0x4d, 0x6f, 0x64, 0x65, 0x10, 0xc5, 0x01, 0x12, 0x11, 0x0a, 0x0c, 0x48, 0x76, 0x61, 0x63, 0x46, + 0x61, 0x6e, 0x53, 0x70, 0x65, 0x65, 0x64, 0x10, 0xc6, 0x01, 0x12, 0x12, 0x0a, 0x0d, 0x48, 0x76, + 0x61, 0x63, 0x46, 0x61, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x10, 0xc7, 0x01, 0x12, 0x1f, + 0x0a, 0x1a, 0x48, 0x76, 0x61, 0x63, 0x4c, 0x65, 0x66, 0x74, 0x54, 0x65, 0x6d, 0x70, 0x65, 0x72, + 0x61, 0x74, 0x75, 0x72, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x10, 0xc8, 0x01, 0x12, + 0x0e, 0x0a, 0x09, 0x48, 0x76, 0x61, 0x63, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x10, 0xc9, 0x01, 0x12, + 0x20, 0x0a, 0x1b, 0x48, 0x76, 0x61, 0x63, 0x52, 0x69, 0x67, 0x68, 0x74, 0x54, 0x65, 0x6d, 0x70, + 0x65, 0x72, 0x61, 0x74, 0x75, 0x72, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x10, 0xca, + 0x01, 0x12, 0x1e, 0x0a, 0x19, 0x48, 0x76, 0x61, 0x63, 0x53, 0x74, 0x65, 0x65, 0x72, 0x69, 0x6e, + 0x67, 0x57, 0x68, 0x65, 0x65, 0x6c, 0x48, 0x65, 0x61, 0x74, 0x41, 0x75, 0x74, 0x6f, 0x10, 0xcb, + 0x01, 0x12, 0x1f, 0x0a, 0x1a, 0x48, 0x76, 0x61, 0x63, 0x53, 0x74, 0x65, 0x65, 0x72, 0x69, 0x6e, + 0x67, 0x57, 0x68, 0x65, 0x65, 0x6c, 0x48, 0x65, 0x61, 0x74, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x10, + 0xcc, 0x01, 0x12, 0x1b, 0x0a, 0x16, 0x4f, 0x66, 0x66, 0x72, 0x6f, 0x61, 0x64, 0x4c, 0x69, 0x67, + 0x68, 0x74, 0x62, 0x61, 0x72, 0x50, 0x72, 0x65, 0x73, 0x65, 0x6e, 0x74, 0x10, 0xcd, 0x01, 0x12, + 0x18, 0x0a, 0x13, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x48, 0x6f, 0x75, + 0x72, 0x73, 0x4c, 0x65, 0x66, 0x74, 0x10, 0xce, 0x01, 0x12, 0x23, 0x0a, 0x1e, 0x50, 0x6f, 0x77, + 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x74, 0x61, 0x6e, + 0x65, 0x6f, 0x75, 0x73, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x4b, 0x57, 0x10, 0xcf, 0x01, 0x12, 0x15, + 0x0a, 0x10, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x10, 0xd0, 0x01, 0x12, 0x19, 0x0a, 0x14, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, + 0x61, 0x72, 0x65, 0x53, 0x74, 0x6f, 0x70, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x10, 0xd1, 0x01, + 0x12, 0x13, 0x0a, 0x0e, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x54, 0x79, + 0x70, 0x65, 0x10, 0xd2, 0x01, 0x12, 0x1b, 0x0a, 0x16, 0x52, 0x65, 0x61, 0x72, 0x44, 0x69, 0x73, + 0x70, 0x6c, 0x61, 0x79, 0x48, 0x76, 0x61, 0x63, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x10, + 0xd3, 0x01, 0x12, 0x14, 0x0a, 0x0f, 0x52, 0x65, 0x61, 0x72, 0x53, 0x65, 0x61, 0x74, 0x48, 0x65, + 0x61, 0x74, 0x65, 0x72, 0x73, 0x10, 0xd4, 0x01, 0x12, 0x17, 0x0a, 0x12, 0x52, 0x65, 0x6d, 0x6f, + 0x74, 0x65, 0x53, 0x74, 0x61, 0x72, 0x74, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x10, 0xd5, + 0x01, 0x12, 0x13, 0x0a, 0x0e, 0x52, 0x69, 0x67, 0x68, 0x74, 0x48, 0x61, 0x6e, 0x64, 0x44, 0x72, + 0x69, 0x76, 0x65, 0x10, 0xd6, 0x01, 0x12, 0x1d, 0x0a, 0x18, 0x52, 0x6f, 0x75, 0x74, 0x65, 0x54, + 0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x4d, 0x69, 0x6e, 0x75, 0x74, 0x65, 0x73, 0x44, 0x65, 0x6c, + 0x61, 0x79, 0x10, 0xd7, 0x01, 0x12, 0x2a, 0x0a, 0x25, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, + 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x6f, 0x77, 0x6e, 0x6c, 0x6f, 0x61, 0x64, 0x50, + 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x10, 0xd8, + 0x01, 0x12, 0x2a, 0x0a, 0x25, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x55, 0x70, 0x64, + 0x61, 0x74, 0x65, 0x45, 0x78, 0x70, 0x65, 0x63, 0x74, 0x65, 0x64, 0x44, 0x75, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x4d, 0x69, 0x6e, 0x75, 0x74, 0x65, 0x73, 0x10, 0xd9, 0x01, 0x12, 0x2e, 0x0a, + 0x29, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, + 0x6e, 0x73, 0x74, 0x61, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x63, 0x65, + 0x6e, 0x74, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x10, 0xda, 0x01, 0x12, 0x25, 0x0a, + 0x20, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, + 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, + 0x65, 0x10, 0xdb, 0x01, 0x12, 0x1a, 0x0a, 0x15, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, + 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x10, 0xdc, 0x01, + 0x12, 0x17, 0x0a, 0x12, 0x54, 0x6f, 0x6e, 0x6e, 0x65, 0x61, 0x75, 0x4f, 0x70, 0x65, 0x6e, 0x50, + 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x10, 0xdd, 0x01, 0x12, 0x14, 0x0a, 0x0f, 0x54, 0x6f, 0x6e, + 0x6e, 0x65, 0x61, 0x75, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x10, 0xde, 0x01, 0x12, + 0x14, 0x0a, 0x0f, 0x54, 0x6f, 0x6e, 0x6e, 0x65, 0x61, 0x75, 0x54, 0x65, 0x6e, 0x74, 0x4d, 0x6f, + 0x64, 0x65, 0x10, 0xdf, 0x01, 0x12, 0x15, 0x0a, 0x10, 0x54, 0x70, 0x6d, 0x73, 0x48, 0x61, 0x72, + 0x64, 0x57, 0x61, 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x73, 0x10, 0xe0, 0x01, 0x12, 0x15, 0x0a, 0x10, + 0x54, 0x70, 0x6d, 0x73, 0x53, 0x6f, 0x66, 0x74, 0x57, 0x61, 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x73, + 0x10, 0xe1, 0x01, 0x12, 0x15, 0x0a, 0x10, 0x56, 0x61, 0x6c, 0x65, 0x74, 0x4d, 0x6f, 0x64, 0x65, + 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x10, 0xe2, 0x01, 0x12, 0x0e, 0x0a, 0x09, 0x57, 0x68, + 0x65, 0x65, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x10, 0xe3, 0x01, 0x12, 0x15, 0x0a, 0x10, 0x57, 0x69, + 0x70, 0x65, 0x72, 0x48, 0x65, 0x61, 0x74, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x10, 0xe4, + 0x01, 0x12, 0x12, 0x0a, 0x0d, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x48, 0x6f, + 0x6d, 0x65, 0x10, 0xe5, 0x01, 0x12, 0x12, 0x0a, 0x0d, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x65, 0x64, + 0x41, 0x74, 0x57, 0x6f, 0x72, 0x6b, 0x10, 0xe6, 0x01, 0x12, 0x16, 0x0a, 0x11, 0x4c, 0x6f, 0x63, + 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x46, 0x61, 0x76, 0x6f, 0x72, 0x69, 0x74, 0x65, 0x10, 0xe7, + 0x01, 0x12, 0x18, 0x0a, 0x13, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x44, 0x69, 0x73, 0x74, + 0x61, 0x6e, 0x63, 0x65, 0x55, 0x6e, 0x69, 0x74, 0x10, 0xe8, 0x01, 0x12, 0x1b, 0x0a, 0x16, 0x53, + 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x54, 0x65, 0x6d, 0x70, 0x65, 0x72, 0x61, 0x74, 0x75, 0x72, + 0x65, 0x55, 0x6e, 0x69, 0x74, 0x10, 0xe9, 0x01, 0x12, 0x16, 0x0a, 0x11, 0x53, 0x65, 0x74, 0x74, + 0x69, 0x6e, 0x67, 0x32, 0x34, 0x48, 0x6f, 0x75, 0x72, 0x54, 0x69, 0x6d, 0x65, 0x10, 0xea, 0x01, + 0x12, 0x1c, 0x0a, 0x17, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x54, 0x69, 0x72, 0x65, 0x50, + 0x72, 0x65, 0x73, 0x73, 0x75, 0x72, 0x65, 0x55, 0x6e, 0x69, 0x74, 0x10, 0xeb, 0x01, 0x12, 0x16, + 0x0a, 0x11, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x55, + 0x6e, 0x69, 0x74, 0x10, 0xec, 0x01, 0x12, 0x20, 0x0a, 0x1b, 0x43, 0x6c, 0x69, 0x6d, 0x61, 0x74, + 0x65, 0x53, 0x65, 0x61, 0x74, 0x43, 0x6f, 0x6f, 0x6c, 0x69, 0x6e, 0x67, 0x46, 0x72, 0x6f, 0x6e, + 0x74, 0x4c, 0x65, 0x66, 0x74, 0x10, 0xed, 0x01, 0x12, 0x21, 0x0a, 0x1c, 0x43, 0x6c, 0x69, 0x6d, + 0x61, 0x74, 0x65, 0x53, 0x65, 0x61, 0x74, 0x43, 0x6f, 0x6f, 0x6c, 0x69, 0x6e, 0x67, 0x46, 0x72, + 0x6f, 0x6e, 0x74, 0x52, 0x69, 0x67, 0x68, 0x74, 0x10, 0xee, 0x01, 0x2a, 0xbf, 0x01, 0x0a, 0x0d, + 0x43, 0x68, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x67, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x16, 0x0a, + 0x12, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x55, 0x6e, 0x6b, 0x6e, + 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x1b, 0x0a, 0x17, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x53, + 0x74, 0x61, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, + 0x10, 0x01, 0x12, 0x16, 0x0a, 0x12, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x53, 0x74, 0x61, 0x74, + 0x65, 0x4e, 0x6f, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x10, 0x02, 0x12, 0x17, 0x0a, 0x13, 0x43, 0x68, + 0x61, 0x72, 0x67, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x53, 0x74, 0x61, 0x72, 0x74, 0x69, 0x6e, + 0x67, 0x10, 0x03, 0x12, 0x17, 0x0a, 0x13, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x53, 0x74, 0x61, + 0x74, 0x65, 0x43, 0x68, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x67, 0x10, 0x04, 0x12, 0x17, 0x0a, 0x13, + 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x6c, + 0x65, 0x74, 0x65, 0x10, 0x05, 0x12, 0x16, 0x0a, 0x12, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x53, + 0x74, 0x61, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x70, 0x70, 0x65, 0x64, 0x10, 0x06, 0x2a, 0x82, 0x02, + 0x0a, 0x18, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, + 0x53, 0x74, 0x61, 0x74, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1e, 0x0a, 0x1a, 0x44, 0x65, + 0x74, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x53, 0x74, 0x61, 0x74, + 0x65, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x23, 0x0a, 0x1f, 0x44, 0x65, + 0x74, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x53, 0x74, 0x61, 0x74, + 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x65, 0x64, 0x10, 0x01, 0x12, + 0x1e, 0x0a, 0x1a, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x43, 0x68, 0x61, 0x72, 0x67, + 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x10, 0x02, 0x12, 0x1f, 0x0a, 0x1b, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x43, 0x68, 0x61, 0x72, 0x67, - 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x67, 0x10, 0x04, + 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x53, 0x74, 0x61, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x10, 0x03, 0x12, 0x1f, 0x0a, 0x1b, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x43, 0x68, 0x61, 0x72, - 0x67, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x10, - 0x05, 0x12, 0x1e, 0x0a, 0x1a, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x43, 0x68, 0x61, - 0x72, 0x67, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x70, 0x70, 0x65, 0x64, 0x10, - 0x06, 0x2a, 0x91, 0x01, 0x0a, 0x0a, 0x53, 0x68, 0x69, 0x66, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, - 0x12, 0x15, 0x0a, 0x11, 0x53, 0x68, 0x69, 0x66, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x55, 0x6e, - 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x15, 0x0a, 0x11, 0x53, 0x68, 0x69, 0x66, 0x74, - 0x53, 0x74, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x10, 0x01, 0x12, 0x0f, - 0x0a, 0x0b, 0x53, 0x68, 0x69, 0x66, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x50, 0x10, 0x02, 0x12, - 0x0f, 0x0a, 0x0b, 0x53, 0x68, 0x69, 0x66, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x10, 0x03, - 0x12, 0x0f, 0x0a, 0x0b, 0x53, 0x68, 0x69, 0x66, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4e, 0x10, - 0x04, 0x12, 0x0f, 0x0a, 0x0b, 0x53, 0x68, 0x69, 0x66, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x44, - 0x10, 0x05, 0x12, 0x11, 0x0a, 0x0d, 0x53, 0x68, 0x69, 0x66, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, - 0x53, 0x4e, 0x41, 0x10, 0x06, 0x2a, 0xbe, 0x01, 0x0a, 0x0e, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, - 0x44, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x19, 0x0a, 0x15, 0x46, 0x6f, 0x6c, 0x6c, - 0x6f, 0x77, 0x44, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, - 0x6e, 0x10, 0x00, 0x12, 0x13, 0x0a, 0x0f, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x44, 0x69, 0x73, - 0x74, 0x61, 0x6e, 0x63, 0x65, 0x31, 0x10, 0x01, 0x12, 0x13, 0x0a, 0x0f, 0x46, 0x6f, 0x6c, 0x6c, - 0x6f, 0x77, 0x44, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x32, 0x10, 0x02, 0x12, 0x13, 0x0a, - 0x0f, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x44, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x33, - 0x10, 0x03, 0x12, 0x13, 0x0a, 0x0f, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x44, 0x69, 0x73, 0x74, - 0x61, 0x6e, 0x63, 0x65, 0x34, 0x10, 0x04, 0x12, 0x13, 0x0a, 0x0f, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, - 0x77, 0x44, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x35, 0x10, 0x05, 0x12, 0x13, 0x0a, 0x0f, - 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x44, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x36, 0x10, - 0x06, 0x12, 0x13, 0x0a, 0x0f, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x44, 0x69, 0x73, 0x74, 0x61, - 0x6e, 0x63, 0x65, 0x37, 0x10, 0x07, 0x2a, 0xdc, 0x01, 0x0a, 0x1b, 0x46, 0x6f, 0x72, 0x77, 0x61, - 0x72, 0x64, 0x43, 0x6f, 0x6c, 0x6c, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x6e, 0x73, 0x69, - 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x12, 0x26, 0x0a, 0x22, 0x46, 0x6f, 0x72, 0x77, 0x61, 0x72, - 0x64, 0x43, 0x6f, 0x6c, 0x6c, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x6e, 0x73, 0x69, 0x74, - 0x69, 0x76, 0x69, 0x74, 0x79, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x22, - 0x0a, 0x1e, 0x46, 0x6f, 0x72, 0x77, 0x61, 0x72, 0x64, 0x43, 0x6f, 0x6c, 0x6c, 0x69, 0x73, 0x69, - 0x6f, 0x6e, 0x53, 0x65, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x4f, 0x66, 0x66, - 0x10, 0x01, 0x12, 0x23, 0x0a, 0x1f, 0x46, 0x6f, 0x72, 0x77, 0x61, 0x72, 0x64, 0x43, 0x6f, 0x6c, - 0x6c, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x76, 0x69, 0x74, - 0x79, 0x4c, 0x61, 0x74, 0x65, 0x10, 0x02, 0x12, 0x26, 0x0a, 0x22, 0x46, 0x6f, 0x72, 0x77, 0x61, + 0x67, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x67, 0x10, + 0x04, 0x12, 0x1f, 0x0a, 0x1b, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x43, 0x68, 0x61, + 0x72, 0x67, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, + 0x10, 0x05, 0x12, 0x1e, 0x0a, 0x1a, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x43, 0x68, + 0x61, 0x72, 0x67, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x70, 0x70, 0x65, 0x64, + 0x10, 0x06, 0x2a, 0x91, 0x01, 0x0a, 0x0a, 0x53, 0x68, 0x69, 0x66, 0x74, 0x53, 0x74, 0x61, 0x74, + 0x65, 0x12, 0x15, 0x0a, 0x11, 0x53, 0x68, 0x69, 0x66, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x55, + 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x15, 0x0a, 0x11, 0x53, 0x68, 0x69, 0x66, + 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x10, 0x01, 0x12, + 0x0f, 0x0a, 0x0b, 0x53, 0x68, 0x69, 0x66, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x50, 0x10, 0x02, + 0x12, 0x0f, 0x0a, 0x0b, 0x53, 0x68, 0x69, 0x66, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x10, + 0x03, 0x12, 0x0f, 0x0a, 0x0b, 0x53, 0x68, 0x69, 0x66, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4e, + 0x10, 0x04, 0x12, 0x0f, 0x0a, 0x0b, 0x53, 0x68, 0x69, 0x66, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, + 0x44, 0x10, 0x05, 0x12, 0x11, 0x0a, 0x0d, 0x53, 0x68, 0x69, 0x66, 0x74, 0x53, 0x74, 0x61, 0x74, + 0x65, 0x53, 0x4e, 0x41, 0x10, 0x06, 0x2a, 0xbe, 0x01, 0x0a, 0x0e, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, + 0x77, 0x44, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x19, 0x0a, 0x15, 0x46, 0x6f, 0x6c, + 0x6c, 0x6f, 0x77, 0x44, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, + 0x77, 0x6e, 0x10, 0x00, 0x12, 0x13, 0x0a, 0x0f, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x44, 0x69, + 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x31, 0x10, 0x01, 0x12, 0x13, 0x0a, 0x0f, 0x46, 0x6f, 0x6c, + 0x6c, 0x6f, 0x77, 0x44, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x32, 0x10, 0x02, 0x12, 0x13, + 0x0a, 0x0f, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x44, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, + 0x33, 0x10, 0x03, 0x12, 0x13, 0x0a, 0x0f, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x44, 0x69, 0x73, + 0x74, 0x61, 0x6e, 0x63, 0x65, 0x34, 0x10, 0x04, 0x12, 0x13, 0x0a, 0x0f, 0x46, 0x6f, 0x6c, 0x6c, + 0x6f, 0x77, 0x44, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x35, 0x10, 0x05, 0x12, 0x13, 0x0a, + 0x0f, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x44, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x36, + 0x10, 0x06, 0x12, 0x13, 0x0a, 0x0f, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x44, 0x69, 0x73, 0x74, + 0x61, 0x6e, 0x63, 0x65, 0x37, 0x10, 0x07, 0x2a, 0xdc, 0x01, 0x0a, 0x1b, 0x46, 0x6f, 0x72, 0x77, + 0x61, 0x72, 0x64, 0x43, 0x6f, 0x6c, 0x6c, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x6e, 0x73, + 0x69, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x12, 0x26, 0x0a, 0x22, 0x46, 0x6f, 0x72, 0x77, 0x61, 0x72, 0x64, 0x43, 0x6f, 0x6c, 0x6c, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x6e, 0x73, 0x69, - 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x41, 0x76, 0x65, 0x72, 0x61, 0x67, 0x65, 0x10, 0x03, 0x12, - 0x24, 0x0a, 0x20, 0x46, 0x6f, 0x72, 0x77, 0x61, 0x72, 0x64, 0x43, 0x6f, 0x6c, 0x6c, 0x69, 0x73, - 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x45, 0x61, - 0x72, 0x6c, 0x79, 0x10, 0x04, 0x2a, 0xe4, 0x06, 0x0a, 0x15, 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, - 0x6f, 0x64, 0x65, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, - 0x20, 0x0a, 0x1c, 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x4d, 0x6f, 0x62, 0x69, - 0x6c, 0x65, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, - 0x00, 0x12, 0x1d, 0x0a, 0x19, 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x4d, 0x6f, - 0x62, 0x69, 0x6c, 0x65, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x69, 0x74, 0x10, 0x01, - 0x12, 0x29, 0x0a, 0x25, 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x4d, 0x6f, 0x62, - 0x69, 0x6c, 0x65, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4e, 0x6f, 0x74, 0x41, 0x75, 0x74, 0x68, - 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x65, 0x64, 0x10, 0x02, 0x12, 0x26, 0x0a, 0x22, 0x47, - 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x41, 0x63, - 0x63, 0x65, 0x73, 0x73, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x65, - 0x64, 0x10, 0x03, 0x12, 0x27, 0x0a, 0x23, 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, - 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x41, 0x62, 0x6f, 0x72, - 0x74, 0x65, 0x64, 0x44, 0x72, 0x69, 0x76, 0x69, 0x6e, 0x67, 0x10, 0x04, 0x12, 0x30, 0x0a, 0x2c, - 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x41, - 0x63, 0x63, 0x65, 0x73, 0x73, 0x41, 0x62, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x55, 0x73, 0x69, 0x6e, - 0x67, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x53, 0x74, 0x61, 0x72, 0x74, 0x10, 0x05, 0x12, 0x2c, - 0x0a, 0x28, 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x4d, 0x6f, 0x62, 0x69, 0x6c, - 0x65, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x41, 0x62, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x55, 0x73, - 0x69, 0x6e, 0x67, 0x42, 0x4c, 0x45, 0x4b, 0x65, 0x79, 0x73, 0x10, 0x06, 0x12, 0x29, 0x0a, 0x25, - 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x41, - 0x63, 0x63, 0x65, 0x73, 0x73, 0x41, 0x62, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x56, 0x61, 0x6c, 0x65, - 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x10, 0x07, 0x12, 0x2c, 0x0a, 0x28, 0x47, 0x75, 0x65, 0x73, 0x74, + 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, + 0x22, 0x0a, 0x1e, 0x46, 0x6f, 0x72, 0x77, 0x61, 0x72, 0x64, 0x43, 0x6f, 0x6c, 0x6c, 0x69, 0x73, + 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x4f, 0x66, + 0x66, 0x10, 0x01, 0x12, 0x23, 0x0a, 0x1f, 0x46, 0x6f, 0x72, 0x77, 0x61, 0x72, 0x64, 0x43, 0x6f, + 0x6c, 0x6c, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x76, 0x69, + 0x74, 0x79, 0x4c, 0x61, 0x74, 0x65, 0x10, 0x02, 0x12, 0x26, 0x0a, 0x22, 0x46, 0x6f, 0x72, 0x77, + 0x61, 0x72, 0x64, 0x43, 0x6f, 0x6c, 0x6c, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x6e, 0x73, + 0x69, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x41, 0x76, 0x65, 0x72, 0x61, 0x67, 0x65, 0x10, 0x03, + 0x12, 0x24, 0x0a, 0x20, 0x46, 0x6f, 0x72, 0x77, 0x61, 0x72, 0x64, 0x43, 0x6f, 0x6c, 0x6c, 0x69, + 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x45, + 0x61, 0x72, 0x6c, 0x79, 0x10, 0x04, 0x2a, 0xe4, 0x06, 0x0a, 0x15, 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, - 0x41, 0x62, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, - 0x4f, 0x66, 0x66, 0x10, 0x08, 0x12, 0x35, 0x0a, 0x31, 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, - 0x64, 0x65, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x41, 0x62, - 0x6f, 0x72, 0x74, 0x65, 0x64, 0x44, 0x72, 0x69, 0x76, 0x65, 0x41, 0x75, 0x74, 0x68, 0x54, 0x69, - 0x6d, 0x65, 0x45, 0x78, 0x63, 0x65, 0x65, 0x64, 0x65, 0x64, 0x10, 0x09, 0x12, 0x2e, 0x0a, 0x2a, - 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x41, - 0x63, 0x63, 0x65, 0x73, 0x73, 0x41, 0x62, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x4e, 0x6f, 0x44, 0x61, - 0x74, 0x61, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x64, 0x10, 0x0a, 0x12, 0x31, 0x0a, 0x2d, + 0x12, 0x20, 0x0a, 0x1c, 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x4d, 0x6f, 0x62, + 0x69, 0x6c, 0x65, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, + 0x10, 0x00, 0x12, 0x1d, 0x0a, 0x19, 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x4d, + 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x49, 0x6e, 0x69, 0x74, 0x10, + 0x01, 0x12, 0x29, 0x0a, 0x25, 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x4d, 0x6f, + 0x62, 0x69, 0x6c, 0x65, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4e, 0x6f, 0x74, 0x41, 0x75, 0x74, + 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x65, 0x64, 0x10, 0x02, 0x12, 0x26, 0x0a, 0x22, 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x41, - 0x63, 0x63, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x46, - 0x72, 0x6f, 0x6d, 0x4d, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x10, 0x0b, 0x12, + 0x63, 0x63, 0x65, 0x73, 0x73, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, + 0x65, 0x64, 0x10, 0x03, 0x12, 0x27, 0x0a, 0x23, 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, + 0x65, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x41, 0x62, 0x6f, + 0x72, 0x74, 0x65, 0x64, 0x44, 0x72, 0x69, 0x76, 0x69, 0x6e, 0x67, 0x10, 0x04, 0x12, 0x30, 0x0a, + 0x2c, 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, + 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x41, 0x62, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x55, 0x73, 0x69, + 0x6e, 0x67, 0x52, 0x65, 0x6d, 0x6f, 0x74, 0x65, 0x53, 0x74, 0x61, 0x72, 0x74, 0x10, 0x05, 0x12, 0x2c, 0x0a, 0x28, 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x4d, 0x6f, 0x62, 0x69, - 0x6c, 0x65, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x69, - 0x6e, 0x67, 0x46, 0x72, 0x6f, 0x6d, 0x41, 0x75, 0x74, 0x68, 0x44, 0x10, 0x0c, 0x12, 0x2b, 0x0a, - 0x27, 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, - 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x41, 0x62, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x46, 0x65, 0x74, - 0x63, 0x68, 0x46, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x10, 0x0d, 0x12, 0x2f, 0x0a, 0x2b, 0x47, 0x75, - 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x41, 0x63, 0x63, - 0x65, 0x73, 0x73, 0x41, 0x62, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x42, 0x61, 0x64, 0x44, 0x61, 0x74, - 0x61, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x64, 0x10, 0x0e, 0x12, 0x26, 0x0a, 0x22, 0x47, - 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x41, 0x63, - 0x63, 0x65, 0x73, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x51, 0x52, 0x43, 0x6f, 0x64, - 0x65, 0x10, 0x0f, 0x12, 0x23, 0x0a, 0x1f, 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, - 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x53, 0x77, 0x69, 0x70, - 0x65, 0x64, 0x41, 0x77, 0x61, 0x79, 0x10, 0x10, 0x12, 0x2f, 0x0a, 0x2b, 0x47, 0x75, 0x65, 0x73, + 0x6c, 0x65, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x41, 0x62, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x55, + 0x73, 0x69, 0x6e, 0x67, 0x42, 0x4c, 0x45, 0x4b, 0x65, 0x79, 0x73, 0x10, 0x06, 0x12, 0x29, 0x0a, + 0x25, 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, + 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x41, 0x62, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x56, 0x61, 0x6c, + 0x65, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x10, 0x07, 0x12, 0x2c, 0x0a, 0x28, 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x41, 0x63, 0x63, 0x65, 0x73, - 0x73, 0x44, 0x69, 0x73, 0x6d, 0x69, 0x73, 0x73, 0x65, 0x64, 0x51, 0x52, 0x43, 0x6f, 0x64, 0x65, - 0x45, 0x78, 0x70, 0x69, 0x72, 0x65, 0x64, 0x10, 0x11, 0x12, 0x31, 0x0a, 0x2d, 0x47, 0x75, 0x65, + 0x73, 0x41, 0x62, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, + 0x65, 0x4f, 0x66, 0x66, 0x10, 0x08, 0x12, 0x35, 0x0a, 0x31, 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, + 0x6f, 0x64, 0x65, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x41, + 0x62, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x44, 0x72, 0x69, 0x76, 0x65, 0x41, 0x75, 0x74, 0x68, 0x54, + 0x69, 0x6d, 0x65, 0x45, 0x78, 0x63, 0x65, 0x65, 0x64, 0x65, 0x64, 0x10, 0x09, 0x12, 0x2e, 0x0a, + 0x2a, 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, + 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x41, 0x62, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x4e, 0x6f, 0x44, + 0x61, 0x74, 0x61, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x64, 0x10, 0x0a, 0x12, 0x31, 0x0a, + 0x2d, 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, + 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x69, 0x6e, 0x67, + 0x46, 0x72, 0x6f, 0x6d, 0x4d, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x10, 0x0b, + 0x12, 0x2c, 0x0a, 0x28, 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x4d, 0x6f, 0x62, + 0x69, 0x6c, 0x65, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x69, 0x6e, 0x67, 0x46, 0x72, 0x6f, 0x6d, 0x41, 0x75, 0x74, 0x68, 0x44, 0x10, 0x0c, 0x12, 0x2b, + 0x0a, 0x27, 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x4d, 0x6f, 0x62, 0x69, 0x6c, + 0x65, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x41, 0x62, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x46, 0x65, + 0x74, 0x63, 0x68, 0x46, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x10, 0x0d, 0x12, 0x2f, 0x0a, 0x2b, 0x47, + 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x41, 0x63, + 0x63, 0x65, 0x73, 0x73, 0x41, 0x62, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x42, 0x61, 0x64, 0x44, 0x61, + 0x74, 0x61, 0x52, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x64, 0x10, 0x0e, 0x12, 0x26, 0x0a, 0x22, + 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x41, + 0x63, 0x63, 0x65, 0x73, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x51, 0x52, 0x43, 0x6f, + 0x64, 0x65, 0x10, 0x0f, 0x12, 0x23, 0x0a, 0x1f, 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, + 0x65, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x53, 0x77, 0x69, + 0x70, 0x65, 0x64, 0x41, 0x77, 0x61, 0x79, 0x10, 0x10, 0x12, 0x2f, 0x0a, 0x2b, 0x47, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x41, 0x63, 0x63, 0x65, - 0x73, 0x73, 0x53, 0x75, 0x63, 0x63, 0x65, 0x65, 0x64, 0x65, 0x64, 0x50, 0x61, 0x69, 0x72, 0x65, - 0x64, 0x4e, 0x65, 0x77, 0x42, 0x4c, 0x45, 0x4b, 0x65, 0x79, 0x10, 0x12, 0x2a, 0x7d, 0x0a, 0x0f, - 0x4c, 0x61, 0x6e, 0x65, 0x41, 0x73, 0x73, 0x69, 0x73, 0x74, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, - 0x1a, 0x0a, 0x16, 0x4c, 0x61, 0x6e, 0x65, 0x41, 0x73, 0x73, 0x69, 0x73, 0x74, 0x4c, 0x65, 0x76, - 0x65, 0x6c, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x17, 0x0a, 0x13, 0x4c, - 0x61, 0x6e, 0x65, 0x41, 0x73, 0x73, 0x69, 0x73, 0x74, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x4e, 0x6f, - 0x6e, 0x65, 0x10, 0x01, 0x12, 0x1a, 0x0a, 0x16, 0x4c, 0x61, 0x6e, 0x65, 0x41, 0x73, 0x73, 0x69, - 0x73, 0x74, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x57, 0x61, 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x10, 0x02, - 0x12, 0x19, 0x0a, 0x15, 0x4c, 0x61, 0x6e, 0x65, 0x41, 0x73, 0x73, 0x69, 0x73, 0x74, 0x4c, 0x65, - 0x76, 0x65, 0x6c, 0x41, 0x73, 0x73, 0x69, 0x73, 0x74, 0x10, 0x03, 0x2a, 0xa1, 0x01, 0x0a, 0x1a, - 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x43, 0x68, 0x61, 0x72, 0x67, 0x69, 0x6e, - 0x67, 0x4d, 0x6f, 0x64, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x20, 0x0a, 0x1c, 0x53, 0x63, - 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x43, 0x68, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x67, 0x4d, - 0x6f, 0x64, 0x65, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x1c, 0x0a, 0x18, - 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x43, 0x68, 0x61, 0x72, 0x67, 0x69, 0x6e, - 0x67, 0x4d, 0x6f, 0x64, 0x65, 0x4f, 0x66, 0x66, 0x10, 0x01, 0x12, 0x20, 0x0a, 0x1c, 0x53, 0x63, - 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x43, 0x68, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x67, 0x4d, - 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x72, 0x74, 0x41, 0x74, 0x10, 0x02, 0x12, 0x21, 0x0a, 0x1d, - 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x43, 0x68, 0x61, 0x72, 0x67, 0x69, 0x6e, - 0x67, 0x4d, 0x6f, 0x64, 0x65, 0x44, 0x65, 0x70, 0x61, 0x72, 0x74, 0x42, 0x79, 0x10, 0x03, 0x2a, - 0xc6, 0x01, 0x0a, 0x0f, 0x53, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, - 0x61, 0x74, 0x65, 0x12, 0x1a, 0x0a, 0x16, 0x53, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x4d, 0x6f, 0x64, - 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, - 0x16, 0x0a, 0x12, 0x53, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, - 0x74, 0x65, 0x4f, 0x66, 0x66, 0x10, 0x01, 0x12, 0x17, 0x0a, 0x13, 0x53, 0x65, 0x6e, 0x74, 0x72, - 0x79, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x49, 0x64, 0x6c, 0x65, 0x10, 0x02, - 0x12, 0x18, 0x0a, 0x14, 0x53, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, - 0x61, 0x74, 0x65, 0x41, 0x72, 0x6d, 0x65, 0x64, 0x10, 0x03, 0x12, 0x18, 0x0a, 0x14, 0x53, 0x65, - 0x6e, 0x74, 0x72, 0x79, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x41, 0x77, 0x61, - 0x72, 0x65, 0x10, 0x04, 0x12, 0x18, 0x0a, 0x14, 0x53, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x4d, 0x6f, - 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x50, 0x61, 0x6e, 0x69, 0x63, 0x10, 0x05, 0x12, 0x18, - 0x0a, 0x14, 0x53, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, - 0x65, 0x51, 0x75, 0x69, 0x65, 0x74, 0x10, 0x06, 0x2a, 0x81, 0x01, 0x0a, 0x10, 0x53, 0x70, 0x65, - 0x65, 0x64, 0x41, 0x73, 0x73, 0x69, 0x73, 0x74, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x1b, 0x0a, - 0x17, 0x53, 0x70, 0x65, 0x65, 0x64, 0x41, 0x73, 0x73, 0x69, 0x73, 0x74, 0x4c, 0x65, 0x76, 0x65, - 0x6c, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x18, 0x0a, 0x14, 0x53, 0x70, - 0x65, 0x65, 0x64, 0x41, 0x73, 0x73, 0x69, 0x73, 0x74, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x4e, 0x6f, - 0x6e, 0x65, 0x10, 0x01, 0x12, 0x1b, 0x0a, 0x17, 0x53, 0x70, 0x65, 0x65, 0x64, 0x41, 0x73, 0x73, - 0x69, 0x73, 0x74, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x10, - 0x02, 0x12, 0x19, 0x0a, 0x15, 0x53, 0x70, 0x65, 0x65, 0x64, 0x41, 0x73, 0x73, 0x69, 0x73, 0x74, - 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x68, 0x69, 0x6d, 0x65, 0x10, 0x03, 0x2a, 0xe7, 0x01, 0x0a, - 0x0d, 0x42, 0x4d, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x13, - 0x0a, 0x0f, 0x42, 0x4d, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, - 0x6e, 0x10, 0x00, 0x12, 0x13, 0x0a, 0x0f, 0x42, 0x4d, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x53, - 0x74, 0x61, 0x6e, 0x64, 0x62, 0x79, 0x10, 0x01, 0x12, 0x11, 0x0a, 0x0d, 0x42, 0x4d, 0x53, 0x53, - 0x74, 0x61, 0x74, 0x65, 0x44, 0x72, 0x69, 0x76, 0x65, 0x10, 0x02, 0x12, 0x13, 0x0a, 0x0f, 0x42, - 0x4d, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x53, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x10, 0x03, - 0x12, 0x12, 0x0a, 0x0e, 0x42, 0x4d, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x72, - 0x67, 0x65, 0x10, 0x04, 0x12, 0x10, 0x0a, 0x0c, 0x42, 0x4d, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, - 0x46, 0x45, 0x49, 0x4d, 0x10, 0x05, 0x12, 0x16, 0x0a, 0x12, 0x42, 0x4d, 0x53, 0x53, 0x74, 0x61, - 0x74, 0x65, 0x43, 0x6c, 0x65, 0x61, 0x72, 0x46, 0x61, 0x75, 0x6c, 0x74, 0x10, 0x06, 0x12, 0x11, - 0x0a, 0x0d, 0x42, 0x4d, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x46, 0x61, 0x75, 0x6c, 0x74, 0x10, - 0x07, 0x12, 0x10, 0x0a, 0x0c, 0x42, 0x4d, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x57, 0x65, 0x6c, - 0x64, 0x10, 0x08, 0x12, 0x10, 0x0a, 0x0c, 0x42, 0x4d, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x54, - 0x65, 0x73, 0x74, 0x10, 0x09, 0x12, 0x0f, 0x0a, 0x0b, 0x42, 0x4d, 0x53, 0x53, 0x74, 0x61, 0x74, - 0x65, 0x53, 0x4e, 0x41, 0x10, 0x0a, 0x2a, 0x74, 0x0a, 0x0c, 0x42, 0x75, 0x63, 0x6b, 0x6c, 0x65, - 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x17, 0x0a, 0x13, 0x42, 0x75, 0x63, 0x6b, 0x6c, 0x65, - 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, - 0x19, 0x0a, 0x15, 0x42, 0x75, 0x63, 0x6b, 0x6c, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x55, - 0x6e, 0x6c, 0x61, 0x74, 0x63, 0x68, 0x65, 0x64, 0x10, 0x01, 0x12, 0x17, 0x0a, 0x13, 0x42, 0x75, - 0x63, 0x6b, 0x6c, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x61, 0x74, 0x63, 0x68, 0x65, - 0x64, 0x10, 0x02, 0x12, 0x17, 0x0a, 0x13, 0x42, 0x75, 0x63, 0x6b, 0x6c, 0x65, 0x53, 0x74, 0x61, - 0x74, 0x75, 0x73, 0x46, 0x61, 0x75, 0x6c, 0x74, 0x65, 0x64, 0x10, 0x03, 0x2a, 0x9b, 0x01, 0x0a, - 0x0c, 0x43, 0x61, 0x72, 0x54, 0x79, 0x70, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x12, 0x0a, - 0x0e, 0x43, 0x61, 0x72, 0x54, 0x79, 0x70, 0x65, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, - 0x00, 0x12, 0x11, 0x0a, 0x0d, 0x43, 0x61, 0x72, 0x54, 0x79, 0x70, 0x65, 0x4d, 0x6f, 0x64, 0x65, - 0x6c, 0x53, 0x10, 0x01, 0x12, 0x11, 0x0a, 0x0d, 0x43, 0x61, 0x72, 0x54, 0x79, 0x70, 0x65, 0x4d, - 0x6f, 0x64, 0x65, 0x6c, 0x58, 0x10, 0x02, 0x12, 0x11, 0x0a, 0x0d, 0x43, 0x61, 0x72, 0x54, 0x79, - 0x70, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x33, 0x10, 0x03, 0x12, 0x11, 0x0a, 0x0d, 0x43, 0x61, - 0x72, 0x54, 0x79, 0x70, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x59, 0x10, 0x04, 0x12, 0x14, 0x0a, - 0x10, 0x43, 0x61, 0x72, 0x54, 0x79, 0x70, 0x65, 0x53, 0x65, 0x6d, 0x69, 0x54, 0x72, 0x75, 0x63, - 0x6b, 0x10, 0x05, 0x12, 0x15, 0x0a, 0x11, 0x43, 0x61, 0x72, 0x54, 0x79, 0x70, 0x65, 0x43, 0x79, - 0x62, 0x65, 0x72, 0x74, 0x72, 0x75, 0x63, 0x6b, 0x10, 0x06, 0x2a, 0x71, 0x0a, 0x0f, 0x43, 0x68, - 0x61, 0x72, 0x67, 0x65, 0x50, 0x6f, 0x72, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x15, 0x0a, - 0x11, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x50, 0x6f, 0x72, 0x74, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, - 0x77, 0x6e, 0x10, 0x00, 0x12, 0x10, 0x0a, 0x0c, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x50, 0x6f, - 0x72, 0x74, 0x55, 0x53, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, - 0x50, 0x6f, 0x72, 0x74, 0x45, 0x55, 0x10, 0x02, 0x12, 0x10, 0x0a, 0x0c, 0x43, 0x68, 0x61, 0x72, - 0x67, 0x65, 0x50, 0x6f, 0x72, 0x74, 0x47, 0x42, 0x10, 0x03, 0x12, 0x11, 0x0a, 0x0d, 0x43, 0x68, - 0x61, 0x72, 0x67, 0x65, 0x50, 0x6f, 0x72, 0x74, 0x43, 0x43, 0x53, 0x10, 0x04, 0x2a, 0xa2, 0x01, - 0x0a, 0x14, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x50, 0x6f, 0x72, 0x74, 0x4c, 0x61, 0x74, 0x63, - 0x68, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1a, 0x0a, 0x16, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, - 0x50, 0x6f, 0x72, 0x74, 0x4c, 0x61, 0x74, 0x63, 0x68, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, - 0x10, 0x00, 0x12, 0x16, 0x0a, 0x12, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x50, 0x6f, 0x72, 0x74, - 0x4c, 0x61, 0x74, 0x63, 0x68, 0x53, 0x4e, 0x41, 0x10, 0x01, 0x12, 0x1d, 0x0a, 0x19, 0x43, 0x68, - 0x61, 0x72, 0x67, 0x65, 0x50, 0x6f, 0x72, 0x74, 0x4c, 0x61, 0x74, 0x63, 0x68, 0x44, 0x69, 0x73, - 0x65, 0x6e, 0x67, 0x61, 0x67, 0x65, 0x64, 0x10, 0x02, 0x12, 0x1a, 0x0a, 0x16, 0x43, 0x68, 0x61, - 0x72, 0x67, 0x65, 0x50, 0x6f, 0x72, 0x74, 0x4c, 0x61, 0x74, 0x63, 0x68, 0x45, 0x6e, 0x67, 0x61, - 0x67, 0x65, 0x64, 0x10, 0x03, 0x12, 0x1b, 0x0a, 0x17, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x50, - 0x6f, 0x72, 0x74, 0x4c, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x69, 0x6e, 0x67, - 0x10, 0x04, 0x2a, 0xcd, 0x01, 0x0a, 0x12, 0x44, 0x72, 0x69, 0x76, 0x65, 0x49, 0x6e, 0x76, 0x65, - 0x72, 0x74, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1d, 0x0a, 0x19, 0x44, 0x72, 0x69, + 0x73, 0x73, 0x44, 0x69, 0x73, 0x6d, 0x69, 0x73, 0x73, 0x65, 0x64, 0x51, 0x52, 0x43, 0x6f, 0x64, + 0x65, 0x45, 0x78, 0x70, 0x69, 0x72, 0x65, 0x64, 0x10, 0x11, 0x12, 0x31, 0x0a, 0x2d, 0x47, 0x75, + 0x65, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x41, 0x63, 0x63, + 0x65, 0x73, 0x73, 0x53, 0x75, 0x63, 0x63, 0x65, 0x65, 0x64, 0x65, 0x64, 0x50, 0x61, 0x69, 0x72, + 0x65, 0x64, 0x4e, 0x65, 0x77, 0x42, 0x4c, 0x45, 0x4b, 0x65, 0x79, 0x10, 0x12, 0x2a, 0x7d, 0x0a, + 0x0f, 0x4c, 0x61, 0x6e, 0x65, 0x41, 0x73, 0x73, 0x69, 0x73, 0x74, 0x4c, 0x65, 0x76, 0x65, 0x6c, + 0x12, 0x1a, 0x0a, 0x16, 0x4c, 0x61, 0x6e, 0x65, 0x41, 0x73, 0x73, 0x69, 0x73, 0x74, 0x4c, 0x65, + 0x76, 0x65, 0x6c, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x17, 0x0a, 0x13, + 0x4c, 0x61, 0x6e, 0x65, 0x41, 0x73, 0x73, 0x69, 0x73, 0x74, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x4e, + 0x6f, 0x6e, 0x65, 0x10, 0x01, 0x12, 0x1a, 0x0a, 0x16, 0x4c, 0x61, 0x6e, 0x65, 0x41, 0x73, 0x73, + 0x69, 0x73, 0x74, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x57, 0x61, 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x10, + 0x02, 0x12, 0x19, 0x0a, 0x15, 0x4c, 0x61, 0x6e, 0x65, 0x41, 0x73, 0x73, 0x69, 0x73, 0x74, 0x4c, + 0x65, 0x76, 0x65, 0x6c, 0x41, 0x73, 0x73, 0x69, 0x73, 0x74, 0x10, 0x03, 0x2a, 0xa1, 0x01, 0x0a, + 0x1a, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x43, 0x68, 0x61, 0x72, 0x67, 0x69, + 0x6e, 0x67, 0x4d, 0x6f, 0x64, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x20, 0x0a, 0x1c, 0x53, + 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x43, 0x68, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x67, + 0x4d, 0x6f, 0x64, 0x65, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x1c, 0x0a, + 0x18, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x43, 0x68, 0x61, 0x72, 0x67, 0x69, + 0x6e, 0x67, 0x4d, 0x6f, 0x64, 0x65, 0x4f, 0x66, 0x66, 0x10, 0x01, 0x12, 0x20, 0x0a, 0x1c, 0x53, + 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x43, 0x68, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x67, + 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x72, 0x74, 0x41, 0x74, 0x10, 0x02, 0x12, 0x21, 0x0a, + 0x1d, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x43, 0x68, 0x61, 0x72, 0x67, 0x69, + 0x6e, 0x67, 0x4d, 0x6f, 0x64, 0x65, 0x44, 0x65, 0x70, 0x61, 0x72, 0x74, 0x42, 0x79, 0x10, 0x03, + 0x2a, 0xc6, 0x01, 0x0a, 0x0f, 0x53, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x4d, 0x6f, 0x64, 0x65, 0x53, + 0x74, 0x61, 0x74, 0x65, 0x12, 0x1a, 0x0a, 0x16, 0x53, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x4d, 0x6f, + 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, + 0x12, 0x16, 0x0a, 0x12, 0x53, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, + 0x61, 0x74, 0x65, 0x4f, 0x66, 0x66, 0x10, 0x01, 0x12, 0x17, 0x0a, 0x13, 0x53, 0x65, 0x6e, 0x74, + 0x72, 0x79, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x49, 0x64, 0x6c, 0x65, 0x10, + 0x02, 0x12, 0x18, 0x0a, 0x14, 0x53, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x4d, 0x6f, 0x64, 0x65, 0x53, + 0x74, 0x61, 0x74, 0x65, 0x41, 0x72, 0x6d, 0x65, 0x64, 0x10, 0x03, 0x12, 0x18, 0x0a, 0x14, 0x53, + 0x65, 0x6e, 0x74, 0x72, 0x79, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x41, 0x77, + 0x61, 0x72, 0x65, 0x10, 0x04, 0x12, 0x18, 0x0a, 0x14, 0x53, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x4d, + 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x50, 0x61, 0x6e, 0x69, 0x63, 0x10, 0x05, 0x12, + 0x18, 0x0a, 0x14, 0x53, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, + 0x74, 0x65, 0x51, 0x75, 0x69, 0x65, 0x74, 0x10, 0x06, 0x2a, 0x81, 0x01, 0x0a, 0x10, 0x53, 0x70, + 0x65, 0x65, 0x64, 0x41, 0x73, 0x73, 0x69, 0x73, 0x74, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x1b, + 0x0a, 0x17, 0x53, 0x70, 0x65, 0x65, 0x64, 0x41, 0x73, 0x73, 0x69, 0x73, 0x74, 0x4c, 0x65, 0x76, + 0x65, 0x6c, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x18, 0x0a, 0x14, 0x53, + 0x70, 0x65, 0x65, 0x64, 0x41, 0x73, 0x73, 0x69, 0x73, 0x74, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x4e, + 0x6f, 0x6e, 0x65, 0x10, 0x01, 0x12, 0x1b, 0x0a, 0x17, 0x53, 0x70, 0x65, 0x65, 0x64, 0x41, 0x73, + 0x73, 0x69, 0x73, 0x74, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, + 0x10, 0x02, 0x12, 0x19, 0x0a, 0x15, 0x53, 0x70, 0x65, 0x65, 0x64, 0x41, 0x73, 0x73, 0x69, 0x73, + 0x74, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x68, 0x69, 0x6d, 0x65, 0x10, 0x03, 0x2a, 0xe7, 0x01, + 0x0a, 0x0d, 0x42, 0x4d, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, + 0x13, 0x0a, 0x0f, 0x42, 0x4d, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, + 0x77, 0x6e, 0x10, 0x00, 0x12, 0x13, 0x0a, 0x0f, 0x42, 0x4d, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, + 0x53, 0x74, 0x61, 0x6e, 0x64, 0x62, 0x79, 0x10, 0x01, 0x12, 0x11, 0x0a, 0x0d, 0x42, 0x4d, 0x53, + 0x53, 0x74, 0x61, 0x74, 0x65, 0x44, 0x72, 0x69, 0x76, 0x65, 0x10, 0x02, 0x12, 0x13, 0x0a, 0x0f, + 0x42, 0x4d, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x53, 0x75, 0x70, 0x70, 0x6f, 0x72, 0x74, 0x10, + 0x03, 0x12, 0x12, 0x0a, 0x0e, 0x42, 0x4d, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, + 0x72, 0x67, 0x65, 0x10, 0x04, 0x12, 0x10, 0x0a, 0x0c, 0x42, 0x4d, 0x53, 0x53, 0x74, 0x61, 0x74, + 0x65, 0x46, 0x45, 0x49, 0x4d, 0x10, 0x05, 0x12, 0x16, 0x0a, 0x12, 0x42, 0x4d, 0x53, 0x53, 0x74, + 0x61, 0x74, 0x65, 0x43, 0x6c, 0x65, 0x61, 0x72, 0x46, 0x61, 0x75, 0x6c, 0x74, 0x10, 0x06, 0x12, + 0x11, 0x0a, 0x0d, 0x42, 0x4d, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x46, 0x61, 0x75, 0x6c, 0x74, + 0x10, 0x07, 0x12, 0x10, 0x0a, 0x0c, 0x42, 0x4d, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, 0x57, 0x65, + 0x6c, 0x64, 0x10, 0x08, 0x12, 0x10, 0x0a, 0x0c, 0x42, 0x4d, 0x53, 0x53, 0x74, 0x61, 0x74, 0x65, + 0x54, 0x65, 0x73, 0x74, 0x10, 0x09, 0x12, 0x0f, 0x0a, 0x0b, 0x42, 0x4d, 0x53, 0x53, 0x74, 0x61, + 0x74, 0x65, 0x53, 0x4e, 0x41, 0x10, 0x0a, 0x2a, 0x74, 0x0a, 0x0c, 0x42, 0x75, 0x63, 0x6b, 0x6c, + 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x17, 0x0a, 0x13, 0x42, 0x75, 0x63, 0x6b, 0x6c, + 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, + 0x12, 0x19, 0x0a, 0x15, 0x42, 0x75, 0x63, 0x6b, 0x6c, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x55, 0x6e, 0x6c, 0x61, 0x74, 0x63, 0x68, 0x65, 0x64, 0x10, 0x01, 0x12, 0x17, 0x0a, 0x13, 0x42, + 0x75, 0x63, 0x6b, 0x6c, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x61, 0x74, 0x63, 0x68, + 0x65, 0x64, 0x10, 0x02, 0x12, 0x17, 0x0a, 0x13, 0x42, 0x75, 0x63, 0x6b, 0x6c, 0x65, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x46, 0x61, 0x75, 0x6c, 0x74, 0x65, 0x64, 0x10, 0x03, 0x2a, 0x9b, 0x01, + 0x0a, 0x0c, 0x43, 0x61, 0x72, 0x54, 0x79, 0x70, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x12, + 0x0a, 0x0e, 0x43, 0x61, 0x72, 0x54, 0x79, 0x70, 0x65, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, + 0x10, 0x00, 0x12, 0x11, 0x0a, 0x0d, 0x43, 0x61, 0x72, 0x54, 0x79, 0x70, 0x65, 0x4d, 0x6f, 0x64, + 0x65, 0x6c, 0x53, 0x10, 0x01, 0x12, 0x11, 0x0a, 0x0d, 0x43, 0x61, 0x72, 0x54, 0x79, 0x70, 0x65, + 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x58, 0x10, 0x02, 0x12, 0x11, 0x0a, 0x0d, 0x43, 0x61, 0x72, 0x54, + 0x79, 0x70, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x33, 0x10, 0x03, 0x12, 0x11, 0x0a, 0x0d, 0x43, + 0x61, 0x72, 0x54, 0x79, 0x70, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x59, 0x10, 0x04, 0x12, 0x14, + 0x0a, 0x10, 0x43, 0x61, 0x72, 0x54, 0x79, 0x70, 0x65, 0x53, 0x65, 0x6d, 0x69, 0x54, 0x72, 0x75, + 0x63, 0x6b, 0x10, 0x05, 0x12, 0x15, 0x0a, 0x11, 0x43, 0x61, 0x72, 0x54, 0x79, 0x70, 0x65, 0x43, + 0x79, 0x62, 0x65, 0x72, 0x74, 0x72, 0x75, 0x63, 0x6b, 0x10, 0x06, 0x2a, 0x71, 0x0a, 0x0f, 0x43, + 0x68, 0x61, 0x72, 0x67, 0x65, 0x50, 0x6f, 0x72, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x15, + 0x0a, 0x11, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x50, 0x6f, 0x72, 0x74, 0x55, 0x6e, 0x6b, 0x6e, + 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x10, 0x0a, 0x0c, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x50, + 0x6f, 0x72, 0x74, 0x55, 0x53, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x43, 0x68, 0x61, 0x72, 0x67, + 0x65, 0x50, 0x6f, 0x72, 0x74, 0x45, 0x55, 0x10, 0x02, 0x12, 0x10, 0x0a, 0x0c, 0x43, 0x68, 0x61, + 0x72, 0x67, 0x65, 0x50, 0x6f, 0x72, 0x74, 0x47, 0x42, 0x10, 0x03, 0x12, 0x11, 0x0a, 0x0d, 0x43, + 0x68, 0x61, 0x72, 0x67, 0x65, 0x50, 0x6f, 0x72, 0x74, 0x43, 0x43, 0x53, 0x10, 0x04, 0x2a, 0xa2, + 0x01, 0x0a, 0x14, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x50, 0x6f, 0x72, 0x74, 0x4c, 0x61, 0x74, + 0x63, 0x68, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1a, 0x0a, 0x16, 0x43, 0x68, 0x61, 0x72, 0x67, + 0x65, 0x50, 0x6f, 0x72, 0x74, 0x4c, 0x61, 0x74, 0x63, 0x68, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, + 0x6e, 0x10, 0x00, 0x12, 0x16, 0x0a, 0x12, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x50, 0x6f, 0x72, + 0x74, 0x4c, 0x61, 0x74, 0x63, 0x68, 0x53, 0x4e, 0x41, 0x10, 0x01, 0x12, 0x1d, 0x0a, 0x19, 0x43, + 0x68, 0x61, 0x72, 0x67, 0x65, 0x50, 0x6f, 0x72, 0x74, 0x4c, 0x61, 0x74, 0x63, 0x68, 0x44, 0x69, + 0x73, 0x65, 0x6e, 0x67, 0x61, 0x67, 0x65, 0x64, 0x10, 0x02, 0x12, 0x1a, 0x0a, 0x16, 0x43, 0x68, + 0x61, 0x72, 0x67, 0x65, 0x50, 0x6f, 0x72, 0x74, 0x4c, 0x61, 0x74, 0x63, 0x68, 0x45, 0x6e, 0x67, + 0x61, 0x67, 0x65, 0x64, 0x10, 0x03, 0x12, 0x1b, 0x0a, 0x17, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, + 0x50, 0x6f, 0x72, 0x74, 0x4c, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x69, 0x6e, + 0x67, 0x10, 0x04, 0x2a, 0xcd, 0x01, 0x0a, 0x12, 0x44, 0x72, 0x69, 0x76, 0x65, 0x49, 0x6e, 0x76, + 0x65, 0x72, 0x74, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1d, 0x0a, 0x19, 0x44, 0x72, + 0x69, 0x76, 0x65, 0x49, 0x6e, 0x76, 0x65, 0x72, 0x74, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, + 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x21, 0x0a, 0x1d, 0x44, 0x72, 0x69, 0x76, 0x65, 0x49, 0x6e, 0x76, 0x65, 0x72, 0x74, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x55, - 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x21, 0x0a, 0x1d, 0x44, 0x72, 0x69, 0x76, - 0x65, 0x49, 0x6e, 0x76, 0x65, 0x72, 0x74, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x55, 0x6e, - 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x10, 0x01, 0x12, 0x1d, 0x0a, 0x19, 0x44, + 0x6e, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x10, 0x01, 0x12, 0x1d, 0x0a, 0x19, + 0x44, 0x72, 0x69, 0x76, 0x65, 0x49, 0x6e, 0x76, 0x65, 0x72, 0x74, 0x65, 0x72, 0x53, 0x74, 0x61, + 0x74, 0x65, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x62, 0x79, 0x10, 0x02, 0x12, 0x1b, 0x0a, 0x17, 0x44, 0x72, 0x69, 0x76, 0x65, 0x49, 0x6e, 0x76, 0x65, 0x72, 0x74, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, - 0x65, 0x53, 0x74, 0x61, 0x6e, 0x64, 0x62, 0x79, 0x10, 0x02, 0x12, 0x1b, 0x0a, 0x17, 0x44, 0x72, - 0x69, 0x76, 0x65, 0x49, 0x6e, 0x76, 0x65, 0x72, 0x74, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, - 0x46, 0x61, 0x75, 0x6c, 0x74, 0x10, 0x03, 0x12, 0x1b, 0x0a, 0x17, 0x44, 0x72, 0x69, 0x76, 0x65, - 0x49, 0x6e, 0x76, 0x65, 0x72, 0x74, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x41, 0x62, 0x6f, - 0x72, 0x74, 0x10, 0x04, 0x12, 0x1c, 0x0a, 0x18, 0x44, 0x72, 0x69, 0x76, 0x65, 0x49, 0x6e, 0x76, - 0x65, 0x72, 0x74, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, - 0x10, 0x05, 0x2a, 0x4a, 0x0a, 0x0a, 0x48, 0x76, 0x69, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, - 0x12, 0x15, 0x0a, 0x11, 0x48, 0x76, 0x69, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x55, 0x6e, - 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x13, 0x0a, 0x0f, 0x48, 0x76, 0x69, 0x6c, 0x53, - 0x74, 0x61, 0x74, 0x75, 0x73, 0x46, 0x61, 0x75, 0x6c, 0x74, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, - 0x48, 0x76, 0x69, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4f, 0x4b, 0x10, 0x02, 0x2a, 0x71, - 0x0a, 0x0b, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x16, 0x0a, - 0x12, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x53, 0x74, 0x61, 0x74, 0x65, 0x55, 0x6e, 0x6b, 0x6e, - 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x15, 0x0a, 0x11, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x53, - 0x74, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x64, 0x10, 0x01, 0x12, 0x1c, 0x0a, 0x18, - 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x53, 0x74, 0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x74, 0x69, - 0x61, 0x6c, 0x6c, 0x79, 0x4f, 0x70, 0x65, 0x6e, 0x10, 0x02, 0x12, 0x15, 0x0a, 0x11, 0x57, 0x69, - 0x6e, 0x64, 0x6f, 0x77, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4f, 0x70, 0x65, 0x6e, 0x65, 0x64, 0x10, - 0x03, 0x2a, 0xc2, 0x01, 0x0a, 0x10, 0x53, 0x65, 0x61, 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x50, 0x6f, - 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1b, 0x0a, 0x17, 0x53, 0x65, 0x61, 0x74, 0x46, 0x6f, - 0x6c, 0x64, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, - 0x6e, 0x10, 0x00, 0x12, 0x17, 0x0a, 0x13, 0x53, 0x65, 0x61, 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x50, - 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x4e, 0x41, 0x10, 0x01, 0x12, 0x1b, 0x0a, 0x17, - 0x53, 0x65, 0x61, 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, - 0x46, 0x61, 0x75, 0x6c, 0x74, 0x65, 0x64, 0x10, 0x02, 0x12, 0x21, 0x0a, 0x1d, 0x53, 0x65, 0x61, - 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x6f, 0x74, - 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x65, 0x64, 0x10, 0x03, 0x12, 0x1a, 0x0a, 0x16, - 0x53, 0x65, 0x61, 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, - 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x64, 0x10, 0x04, 0x12, 0x1c, 0x0a, 0x18, 0x53, 0x65, 0x61, 0x74, - 0x46, 0x6f, 0x6c, 0x64, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x55, 0x6e, 0x66, 0x6f, - 0x6c, 0x64, 0x65, 0x64, 0x10, 0x05, 0x2a, 0x8e, 0x02, 0x0a, 0x10, 0x54, 0x72, 0x61, 0x63, 0x74, - 0x6f, 0x72, 0x41, 0x69, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1b, 0x0a, 0x17, 0x54, - 0x72, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x41, 0x69, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x55, - 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x20, 0x0a, 0x1c, 0x54, 0x72, 0x61, 0x63, - 0x74, 0x6f, 0x72, 0x41, 0x69, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4e, 0x6f, 0x74, 0x41, - 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x10, 0x01, 0x12, 0x19, 0x0a, 0x15, 0x54, 0x72, - 0x61, 0x63, 0x74, 0x6f, 0x72, 0x41, 0x69, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x45, 0x72, - 0x72, 0x6f, 0x72, 0x10, 0x02, 0x12, 0x1b, 0x0a, 0x17, 0x54, 0x72, 0x61, 0x63, 0x74, 0x6f, 0x72, - 0x41, 0x69, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x64, - 0x10, 0x03, 0x12, 0x30, 0x0a, 0x2c, 0x54, 0x72, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x41, 0x69, 0x72, - 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x69, 0x6e, 0x67, 0x50, 0x72, + 0x65, 0x46, 0x61, 0x75, 0x6c, 0x74, 0x10, 0x03, 0x12, 0x1b, 0x0a, 0x17, 0x44, 0x72, 0x69, 0x76, + 0x65, 0x49, 0x6e, 0x76, 0x65, 0x72, 0x74, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x41, 0x62, + 0x6f, 0x72, 0x74, 0x10, 0x04, 0x12, 0x1c, 0x0a, 0x18, 0x44, 0x72, 0x69, 0x76, 0x65, 0x49, 0x6e, + 0x76, 0x65, 0x72, 0x74, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x45, 0x6e, 0x61, 0x62, 0x6c, + 0x65, 0x10, 0x05, 0x2a, 0x4a, 0x0a, 0x0a, 0x48, 0x76, 0x69, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x12, 0x15, 0x0a, 0x11, 0x48, 0x76, 0x69, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x55, + 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x13, 0x0a, 0x0f, 0x48, 0x76, 0x69, 0x6c, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x46, 0x61, 0x75, 0x6c, 0x74, 0x10, 0x01, 0x12, 0x10, 0x0a, + 0x0c, 0x48, 0x76, 0x69, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4f, 0x4b, 0x10, 0x02, 0x2a, + 0x71, 0x0a, 0x0b, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x16, + 0x0a, 0x12, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x53, 0x74, 0x61, 0x74, 0x65, 0x55, 0x6e, 0x6b, + 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x15, 0x0a, 0x11, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, + 0x53, 0x74, 0x61, 0x74, 0x65, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x64, 0x10, 0x01, 0x12, 0x1c, 0x0a, + 0x18, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x53, 0x74, 0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x74, + 0x69, 0x61, 0x6c, 0x6c, 0x79, 0x4f, 0x70, 0x65, 0x6e, 0x10, 0x02, 0x12, 0x15, 0x0a, 0x11, 0x57, + 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4f, 0x70, 0x65, 0x6e, 0x65, 0x64, + 0x10, 0x03, 0x2a, 0xc2, 0x01, 0x0a, 0x10, 0x53, 0x65, 0x61, 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x50, + 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1b, 0x0a, 0x17, 0x53, 0x65, 0x61, 0x74, 0x46, + 0x6f, 0x6c, 0x64, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, + 0x77, 0x6e, 0x10, 0x00, 0x12, 0x17, 0x0a, 0x13, 0x53, 0x65, 0x61, 0x74, 0x46, 0x6f, 0x6c, 0x64, + 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x4e, 0x41, 0x10, 0x01, 0x12, 0x1b, 0x0a, + 0x17, 0x53, 0x65, 0x61, 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, + 0x6e, 0x46, 0x61, 0x75, 0x6c, 0x74, 0x65, 0x64, 0x10, 0x02, 0x12, 0x21, 0x0a, 0x1d, 0x53, 0x65, + 0x61, 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x6f, + 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x65, 0x64, 0x10, 0x03, 0x12, 0x1a, 0x0a, + 0x16, 0x53, 0x65, 0x61, 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, + 0x6e, 0x46, 0x6f, 0x6c, 0x64, 0x65, 0x64, 0x10, 0x04, 0x12, 0x1c, 0x0a, 0x18, 0x53, 0x65, 0x61, + 0x74, 0x46, 0x6f, 0x6c, 0x64, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x55, 0x6e, 0x66, + 0x6f, 0x6c, 0x64, 0x65, 0x64, 0x10, 0x05, 0x2a, 0x8e, 0x02, 0x0a, 0x10, 0x54, 0x72, 0x61, 0x63, + 0x74, 0x6f, 0x72, 0x41, 0x69, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1b, 0x0a, 0x17, + 0x54, 0x72, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x41, 0x69, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x20, 0x0a, 0x1c, 0x54, 0x72, 0x61, + 0x63, 0x74, 0x6f, 0x72, 0x41, 0x69, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4e, 0x6f, 0x74, + 0x41, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x10, 0x01, 0x12, 0x19, 0x0a, 0x15, 0x54, + 0x72, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x41, 0x69, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x45, + 0x72, 0x72, 0x6f, 0x72, 0x10, 0x02, 0x12, 0x1b, 0x0a, 0x17, 0x54, 0x72, 0x61, 0x63, 0x74, 0x6f, + 0x72, 0x41, 0x69, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, + 0x64, 0x10, 0x03, 0x12, 0x30, 0x0a, 0x2c, 0x54, 0x72, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x41, 0x69, + 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x69, 0x6e, 0x67, 0x50, + 0x72, 0x65, 0x73, 0x73, 0x75, 0x72, 0x65, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6d, 0x65, 0x64, 0x69, + 0x61, 0x74, 0x65, 0x10, 0x04, 0x12, 0x32, 0x0a, 0x2e, 0x54, 0x72, 0x61, 0x63, 0x74, 0x6f, 0x72, + 0x41, 0x69, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x45, 0x78, 0x68, 0x61, 0x75, 0x73, 0x74, + 0x69, 0x6e, 0x67, 0x50, 0x72, 0x65, 0x73, 0x73, 0x75, 0x72, 0x65, 0x49, 0x6e, 0x74, 0x65, 0x72, + 0x6d, 0x65, 0x64, 0x69, 0x61, 0x74, 0x65, 0x10, 0x05, 0x12, 0x1d, 0x0a, 0x19, 0x54, 0x72, 0x61, + 0x63, 0x74, 0x6f, 0x72, 0x41, 0x69, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x45, 0x78, 0x68, + 0x61, 0x75, 0x73, 0x74, 0x65, 0x64, 0x10, 0x06, 0x2a, 0xa8, 0x02, 0x0a, 0x10, 0x54, 0x72, 0x61, + 0x69, 0x6c, 0x65, 0x72, 0x41, 0x69, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1b, 0x0a, + 0x17, 0x54, 0x72, 0x61, 0x69, 0x6c, 0x65, 0x72, 0x41, 0x69, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x17, 0x0a, 0x13, 0x54, 0x72, + 0x61, 0x69, 0x6c, 0x65, 0x72, 0x41, 0x69, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x53, 0x4e, + 0x41, 0x10, 0x01, 0x12, 0x1b, 0x0a, 0x17, 0x54, 0x72, 0x61, 0x69, 0x6c, 0x65, 0x72, 0x41, 0x69, + 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x49, 0x6e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x10, 0x02, + 0x12, 0x1f, 0x0a, 0x1b, 0x54, 0x72, 0x61, 0x69, 0x6c, 0x65, 0x72, 0x41, 0x69, 0x72, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x42, 0x6f, 0x62, 0x74, 0x61, 0x69, 0x6c, 0x4d, 0x6f, 0x64, 0x65, 0x10, + 0x03, 0x12, 0x1b, 0x0a, 0x17, 0x54, 0x72, 0x61, 0x69, 0x6c, 0x65, 0x72, 0x41, 0x69, 0x72, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x64, 0x10, 0x04, 0x12, 0x30, + 0x0a, 0x2c, 0x54, 0x72, 0x61, 0x69, 0x6c, 0x65, 0x72, 0x41, 0x69, 0x72, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x69, 0x6e, 0x67, 0x50, 0x72, 0x65, 0x73, 0x73, 0x75, + 0x72, 0x65, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x74, 0x65, 0x10, 0x05, + 0x12, 0x32, 0x0a, 0x2e, 0x54, 0x72, 0x61, 0x69, 0x6c, 0x65, 0x72, 0x41, 0x69, 0x72, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x45, 0x78, 0x68, 0x61, 0x75, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x50, 0x72, 0x65, 0x73, 0x73, 0x75, 0x72, 0x65, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6d, 0x65, 0x64, 0x69, 0x61, - 0x74, 0x65, 0x10, 0x04, 0x12, 0x32, 0x0a, 0x2e, 0x54, 0x72, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x41, - 0x69, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x45, 0x78, 0x68, 0x61, 0x75, 0x73, 0x74, 0x69, - 0x6e, 0x67, 0x50, 0x72, 0x65, 0x73, 0x73, 0x75, 0x72, 0x65, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6d, - 0x65, 0x64, 0x69, 0x61, 0x74, 0x65, 0x10, 0x05, 0x12, 0x1d, 0x0a, 0x19, 0x54, 0x72, 0x61, 0x63, - 0x74, 0x6f, 0x72, 0x41, 0x69, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x45, 0x78, 0x68, 0x61, - 0x75, 0x73, 0x74, 0x65, 0x64, 0x10, 0x06, 0x2a, 0xa8, 0x02, 0x0a, 0x10, 0x54, 0x72, 0x61, 0x69, - 0x6c, 0x65, 0x72, 0x41, 0x69, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1b, 0x0a, 0x17, - 0x54, 0x72, 0x61, 0x69, 0x6c, 0x65, 0x72, 0x41, 0x69, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, - 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x17, 0x0a, 0x13, 0x54, 0x72, 0x61, - 0x69, 0x6c, 0x65, 0x72, 0x41, 0x69, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x53, 0x4e, 0x41, - 0x10, 0x01, 0x12, 0x1b, 0x0a, 0x17, 0x54, 0x72, 0x61, 0x69, 0x6c, 0x65, 0x72, 0x41, 0x69, 0x72, - 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x49, 0x6e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x10, 0x02, 0x12, - 0x1f, 0x0a, 0x1b, 0x54, 0x72, 0x61, 0x69, 0x6c, 0x65, 0x72, 0x41, 0x69, 0x72, 0x53, 0x74, 0x61, - 0x74, 0x75, 0x73, 0x42, 0x6f, 0x62, 0x74, 0x61, 0x69, 0x6c, 0x4d, 0x6f, 0x64, 0x65, 0x10, 0x03, - 0x12, 0x1b, 0x0a, 0x17, 0x54, 0x72, 0x61, 0x69, 0x6c, 0x65, 0x72, 0x41, 0x69, 0x72, 0x53, 0x74, - 0x61, 0x74, 0x75, 0x73, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x64, 0x10, 0x04, 0x12, 0x30, 0x0a, - 0x2c, 0x54, 0x72, 0x61, 0x69, 0x6c, 0x65, 0x72, 0x41, 0x69, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, - 0x73, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x69, 0x6e, 0x67, 0x50, 0x72, 0x65, 0x73, 0x73, 0x75, 0x72, - 0x65, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x74, 0x65, 0x10, 0x05, 0x12, - 0x32, 0x0a, 0x2e, 0x54, 0x72, 0x61, 0x69, 0x6c, 0x65, 0x72, 0x41, 0x69, 0x72, 0x53, 0x74, 0x61, - 0x74, 0x75, 0x73, 0x45, 0x78, 0x68, 0x61, 0x75, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x50, 0x72, 0x65, - 0x73, 0x73, 0x75, 0x72, 0x65, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x74, - 0x65, 0x10, 0x06, 0x12, 0x1d, 0x0a, 0x19, 0x54, 0x72, 0x61, 0x69, 0x6c, 0x65, 0x72, 0x41, 0x69, - 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x45, 0x78, 0x68, 0x61, 0x75, 0x73, 0x74, 0x65, 0x64, - 0x10, 0x07, 0x2a, 0x69, 0x0a, 0x11, 0x48, 0x76, 0x61, 0x63, 0x41, 0x75, 0x74, 0x6f, 0x4d, 0x6f, - 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1c, 0x0a, 0x18, 0x48, 0x76, 0x61, 0x63, 0x41, - 0x75, 0x74, 0x6f, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x55, 0x6e, 0x6b, 0x6e, - 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x17, 0x0a, 0x13, 0x48, 0x76, 0x61, 0x63, 0x41, 0x75, 0x74, - 0x6f, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4f, 0x6e, 0x10, 0x01, 0x12, 0x1d, - 0x0a, 0x19, 0x48, 0x76, 0x61, 0x63, 0x41, 0x75, 0x74, 0x6f, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, - 0x61, 0x74, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x72, 0x69, 0x64, 0x65, 0x10, 0x02, 0x2a, 0xcd, 0x01, - 0x0a, 0x20, 0x43, 0x61, 0x62, 0x69, 0x6e, 0x4f, 0x76, 0x65, 0x72, 0x68, 0x65, 0x61, 0x74, 0x50, - 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, - 0x74, 0x65, 0x12, 0x2b, 0x0a, 0x27, 0x43, 0x61, 0x62, 0x69, 0x6e, 0x4f, 0x76, 0x65, 0x72, 0x68, - 0x65, 0x61, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x6f, 0x64, - 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, - 0x27, 0x0a, 0x23, 0x43, 0x61, 0x62, 0x69, 0x6e, 0x4f, 0x76, 0x65, 0x72, 0x68, 0x65, 0x61, 0x74, + 0x74, 0x65, 0x10, 0x06, 0x12, 0x1d, 0x0a, 0x19, 0x54, 0x72, 0x61, 0x69, 0x6c, 0x65, 0x72, 0x41, + 0x69, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x45, 0x78, 0x68, 0x61, 0x75, 0x73, 0x74, 0x65, + 0x64, 0x10, 0x07, 0x2a, 0x69, 0x0a, 0x11, 0x48, 0x76, 0x61, 0x63, 0x41, 0x75, 0x74, 0x6f, 0x4d, + 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1c, 0x0a, 0x18, 0x48, 0x76, 0x61, 0x63, + 0x41, 0x75, 0x74, 0x6f, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x55, 0x6e, 0x6b, + 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x17, 0x0a, 0x13, 0x48, 0x76, 0x61, 0x63, 0x41, 0x75, + 0x74, 0x6f, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4f, 0x6e, 0x10, 0x01, 0x12, + 0x1d, 0x0a, 0x19, 0x48, 0x76, 0x61, 0x63, 0x41, 0x75, 0x74, 0x6f, 0x4d, 0x6f, 0x64, 0x65, 0x53, + 0x74, 0x61, 0x74, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x72, 0x69, 0x64, 0x65, 0x10, 0x02, 0x2a, 0xcd, + 0x01, 0x0a, 0x20, 0x43, 0x61, 0x62, 0x69, 0x6e, 0x4f, 0x76, 0x65, 0x72, 0x68, 0x65, 0x61, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, - 0x61, 0x74, 0x65, 0x4f, 0x66, 0x66, 0x10, 0x01, 0x12, 0x26, 0x0a, 0x22, 0x43, 0x61, 0x62, 0x69, - 0x6e, 0x4f, 0x76, 0x65, 0x72, 0x68, 0x65, 0x61, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, - 0x69, 0x6f, 0x6e, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4f, 0x6e, 0x10, 0x02, - 0x12, 0x2b, 0x0a, 0x27, 0x43, 0x61, 0x62, 0x69, 0x6e, 0x4f, 0x76, 0x65, 0x72, 0x68, 0x65, 0x61, + 0x61, 0x74, 0x65, 0x12, 0x2b, 0x0a, 0x27, 0x43, 0x61, 0x62, 0x69, 0x6e, 0x4f, 0x76, 0x65, 0x72, + 0x68, 0x65, 0x61, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x6f, + 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, + 0x12, 0x27, 0x0a, 0x23, 0x43, 0x61, 0x62, 0x69, 0x6e, 0x4f, 0x76, 0x65, 0x72, 0x68, 0x65, 0x61, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x6f, 0x64, 0x65, 0x53, - 0x74, 0x61, 0x74, 0x65, 0x46, 0x61, 0x6e, 0x4f, 0x6e, 0x6c, 0x79, 0x10, 0x03, 0x2a, 0xd8, 0x01, - 0x0a, 0x22, 0x43, 0x6c, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x68, 0x65, 0x61, - 0x74, 0x50, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x65, 0x6d, 0x70, 0x4c, - 0x69, 0x6d, 0x69, 0x74, 0x12, 0x2d, 0x0a, 0x29, 0x43, 0x6c, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x4f, - 0x76, 0x65, 0x72, 0x68, 0x65, 0x61, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6f, - 0x6e, 0x54, 0x65, 0x6d, 0x70, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, - 0x6e, 0x10, 0x00, 0x12, 0x2a, 0x0a, 0x26, 0x43, 0x6c, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x4f, 0x76, - 0x65, 0x72, 0x68, 0x65, 0x61, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, - 0x54, 0x65, 0x6d, 0x70, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x48, 0x69, 0x67, 0x68, 0x10, 0x01, 0x12, - 0x2c, 0x0a, 0x28, 0x43, 0x6c, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x68, 0x65, + 0x74, 0x61, 0x74, 0x65, 0x4f, 0x66, 0x66, 0x10, 0x01, 0x12, 0x26, 0x0a, 0x22, 0x43, 0x61, 0x62, + 0x69, 0x6e, 0x4f, 0x76, 0x65, 0x72, 0x68, 0x65, 0x61, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x65, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4f, 0x6e, 0x10, + 0x02, 0x12, 0x2b, 0x0a, 0x27, 0x43, 0x61, 0x62, 0x69, 0x6e, 0x4f, 0x76, 0x65, 0x72, 0x68, 0x65, + 0x61, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x6f, 0x64, 0x65, + 0x53, 0x74, 0x61, 0x74, 0x65, 0x46, 0x61, 0x6e, 0x4f, 0x6e, 0x6c, 0x79, 0x10, 0x03, 0x2a, 0xd8, + 0x01, 0x0a, 0x22, 0x43, 0x6c, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x68, 0x65, 0x61, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x65, 0x6d, 0x70, - 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x4d, 0x65, 0x64, 0x69, 0x75, 0x6d, 0x10, 0x02, 0x12, 0x29, 0x0a, - 0x25, 0x43, 0x6c, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x68, 0x65, 0x61, 0x74, - 0x50, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x65, 0x6d, 0x70, 0x4c, 0x69, - 0x6d, 0x69, 0x74, 0x4c, 0x6f, 0x77, 0x10, 0x03, 0x2a, 0x9c, 0x01, 0x0a, 0x10, 0x44, 0x65, 0x66, - 0x72, 0x6f, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1b, 0x0a, - 0x17, 0x44, 0x65, 0x66, 0x72, 0x6f, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, - 0x65, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x17, 0x0a, 0x13, 0x44, 0x65, - 0x66, 0x72, 0x6f, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4f, 0x66, - 0x66, 0x10, 0x01, 0x12, 0x1a, 0x0a, 0x16, 0x44, 0x65, 0x66, 0x72, 0x6f, 0x73, 0x74, 0x4d, 0x6f, - 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x72, 0x6d, 0x61, 0x6c, 0x10, 0x02, 0x12, - 0x17, 0x0a, 0x13, 0x44, 0x65, 0x66, 0x72, 0x6f, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, - 0x61, 0x74, 0x65, 0x4d, 0x61, 0x78, 0x10, 0x03, 0x12, 0x1d, 0x0a, 0x19, 0x44, 0x65, 0x66, 0x72, - 0x6f, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x41, 0x75, 0x74, 0x6f, - 0x44, 0x65, 0x66, 0x6f, 0x67, 0x10, 0x04, 0x2a, 0xb8, 0x01, 0x0a, 0x16, 0x43, 0x6c, 0x69, 0x6d, - 0x61, 0x74, 0x65, 0x4b, 0x65, 0x65, 0x70, 0x65, 0x72, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, - 0x74, 0x65, 0x12, 0x21, 0x0a, 0x1d, 0x43, 0x6c, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x4b, 0x65, 0x65, - 0x70, 0x65, 0x72, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x55, 0x6e, 0x6b, 0x6e, - 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x1d, 0x0a, 0x19, 0x43, 0x6c, 0x69, 0x6d, 0x61, 0x74, 0x65, + 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x2d, 0x0a, 0x29, 0x43, 0x6c, 0x69, 0x6d, 0x61, 0x74, 0x65, + 0x4f, 0x76, 0x65, 0x72, 0x68, 0x65, 0x61, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x69, + 0x6f, 0x6e, 0x54, 0x65, 0x6d, 0x70, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, + 0x77, 0x6e, 0x10, 0x00, 0x12, 0x2a, 0x0a, 0x26, 0x43, 0x6c, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x4f, + 0x76, 0x65, 0x72, 0x68, 0x65, 0x61, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x54, 0x65, 0x6d, 0x70, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x48, 0x69, 0x67, 0x68, 0x10, 0x01, + 0x12, 0x2c, 0x0a, 0x28, 0x43, 0x6c, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x68, + 0x65, 0x61, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x65, 0x6d, + 0x70, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x4d, 0x65, 0x64, 0x69, 0x75, 0x6d, 0x10, 0x02, 0x12, 0x29, + 0x0a, 0x25, 0x43, 0x6c, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x68, 0x65, 0x61, + 0x74, 0x50, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x65, 0x6d, 0x70, 0x4c, + 0x69, 0x6d, 0x69, 0x74, 0x4c, 0x6f, 0x77, 0x10, 0x03, 0x2a, 0x9c, 0x01, 0x0a, 0x10, 0x44, 0x65, + 0x66, 0x72, 0x6f, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1b, + 0x0a, 0x17, 0x44, 0x65, 0x66, 0x72, 0x6f, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, + 0x74, 0x65, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x17, 0x0a, 0x13, 0x44, + 0x65, 0x66, 0x72, 0x6f, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4f, + 0x66, 0x66, 0x10, 0x01, 0x12, 0x1a, 0x0a, 0x16, 0x44, 0x65, 0x66, 0x72, 0x6f, 0x73, 0x74, 0x4d, + 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x72, 0x6d, 0x61, 0x6c, 0x10, 0x02, + 0x12, 0x17, 0x0a, 0x13, 0x44, 0x65, 0x66, 0x72, 0x6f, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x53, + 0x74, 0x61, 0x74, 0x65, 0x4d, 0x61, 0x78, 0x10, 0x03, 0x12, 0x1d, 0x0a, 0x19, 0x44, 0x65, 0x66, + 0x72, 0x6f, 0x73, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x41, 0x75, 0x74, + 0x6f, 0x44, 0x65, 0x66, 0x6f, 0x67, 0x10, 0x04, 0x2a, 0xb8, 0x01, 0x0a, 0x16, 0x43, 0x6c, 0x69, + 0x6d, 0x61, 0x74, 0x65, 0x4b, 0x65, 0x65, 0x70, 0x65, 0x72, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, + 0x61, 0x74, 0x65, 0x12, 0x21, 0x0a, 0x1d, 0x43, 0x6c, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x4b, 0x65, + 0x65, 0x70, 0x65, 0x72, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x55, 0x6e, 0x6b, + 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x1d, 0x0a, 0x19, 0x43, 0x6c, 0x69, 0x6d, 0x61, 0x74, + 0x65, 0x4b, 0x65, 0x65, 0x70, 0x65, 0x72, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, + 0x4f, 0x66, 0x66, 0x10, 0x01, 0x12, 0x1c, 0x0a, 0x18, 0x43, 0x6c, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x4b, 0x65, 0x65, 0x70, 0x65, 0x72, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4f, - 0x66, 0x66, 0x10, 0x01, 0x12, 0x1c, 0x0a, 0x18, 0x43, 0x6c, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x4b, - 0x65, 0x65, 0x70, 0x65, 0x72, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4f, 0x6e, - 0x10, 0x02, 0x12, 0x1d, 0x0a, 0x19, 0x43, 0x6c, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x4b, 0x65, 0x65, - 0x70, 0x65, 0x72, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x44, 0x6f, 0x67, 0x10, - 0x03, 0x12, 0x1f, 0x0a, 0x1b, 0x43, 0x6c, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x4b, 0x65, 0x65, 0x70, - 0x65, 0x72, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x74, 0x79, - 0x10, 0x04, 0x2a, 0x9b, 0x01, 0x0a, 0x0e, 0x48, 0x76, 0x61, 0x63, 0x50, 0x6f, 0x77, 0x65, 0x72, - 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x19, 0x0a, 0x15, 0x48, 0x76, 0x61, 0x63, 0x50, 0x6f, 0x77, - 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, - 0x12, 0x15, 0x0a, 0x11, 0x48, 0x76, 0x61, 0x63, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x53, 0x74, 0x61, - 0x74, 0x65, 0x4f, 0x66, 0x66, 0x10, 0x01, 0x12, 0x14, 0x0a, 0x10, 0x48, 0x76, 0x61, 0x63, 0x50, - 0x6f, 0x77, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4f, 0x6e, 0x10, 0x02, 0x12, 0x1e, 0x0a, - 0x1a, 0x48, 0x76, 0x61, 0x63, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x50, - 0x72, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x10, 0x03, 0x12, 0x21, 0x0a, - 0x1d, 0x48, 0x76, 0x61, 0x63, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4f, - 0x76, 0x65, 0x72, 0x68, 0x65, 0x61, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x10, 0x04, - 0x2a, 0xed, 0x01, 0x0a, 0x0b, 0x46, 0x61, 0x73, 0x74, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x72, - 0x12, 0x16, 0x0a, 0x12, 0x46, 0x61, 0x73, 0x74, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x72, 0x55, - 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x1b, 0x0a, 0x17, 0x46, 0x61, 0x73, 0x74, - 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x72, 0x53, 0x75, 0x70, 0x65, 0x72, 0x63, 0x68, 0x61, 0x72, - 0x67, 0x65, 0x72, 0x10, 0x01, 0x12, 0x16, 0x0a, 0x12, 0x46, 0x61, 0x73, 0x74, 0x43, 0x68, 0x61, - 0x72, 0x67, 0x65, 0x72, 0x43, 0x48, 0x41, 0x64, 0x65, 0x4d, 0x4f, 0x10, 0x02, 0x12, 0x11, 0x0a, - 0x0d, 0x46, 0x61, 0x73, 0x74, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x72, 0x47, 0x42, 0x10, 0x03, - 0x12, 0x1e, 0x0a, 0x1a, 0x46, 0x61, 0x73, 0x74, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x72, 0x41, - 0x43, 0x53, 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x57, 0x69, 0x72, 0x65, 0x43, 0x41, 0x4e, 0x10, 0x04, - 0x12, 0x14, 0x0a, 0x10, 0x46, 0x61, 0x73, 0x74, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x72, 0x43, - 0x6f, 0x6d, 0x62, 0x6f, 0x10, 0x05, 0x12, 0x1e, 0x0a, 0x1a, 0x46, 0x61, 0x73, 0x74, 0x43, 0x68, - 0x61, 0x72, 0x67, 0x65, 0x72, 0x4d, 0x43, 0x53, 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x57, 0x69, 0x72, - 0x65, 0x43, 0x41, 0x4e, 0x10, 0x06, 0x12, 0x14, 0x0a, 0x10, 0x46, 0x61, 0x73, 0x74, 0x43, 0x68, - 0x61, 0x72, 0x67, 0x65, 0x72, 0x4f, 0x74, 0x68, 0x65, 0x72, 0x10, 0x07, 0x12, 0x12, 0x0a, 0x0e, - 0x46, 0x61, 0x73, 0x74, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x72, 0x53, 0x4e, 0x41, 0x10, 0x08, - 0x2a, 0x7f, 0x0a, 0x09, 0x43, 0x61, 0x62, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, - 0x10, 0x43, 0x61, 0x62, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, - 0x6e, 0x10, 0x00, 0x12, 0x10, 0x0a, 0x0c, 0x43, 0x61, 0x62, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, - 0x49, 0x45, 0x43, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x43, 0x61, 0x62, 0x6c, 0x65, 0x54, 0x79, - 0x70, 0x65, 0x53, 0x41, 0x45, 0x10, 0x02, 0x12, 0x12, 0x0a, 0x0e, 0x43, 0x61, 0x62, 0x6c, 0x65, - 0x54, 0x79, 0x70, 0x65, 0x47, 0x42, 0x5f, 0x41, 0x43, 0x10, 0x03, 0x12, 0x12, 0x0a, 0x0e, 0x43, - 0x61, 0x62, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x47, 0x42, 0x5f, 0x44, 0x43, 0x10, 0x04, 0x12, - 0x10, 0x0a, 0x0c, 0x43, 0x61, 0x62, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x53, 0x4e, 0x41, 0x10, - 0x05, 0x2a, 0xb9, 0x01, 0x0a, 0x14, 0x54, 0x6f, 0x6e, 0x6e, 0x65, 0x61, 0x75, 0x54, 0x65, 0x6e, - 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1f, 0x0a, 0x1b, 0x54, 0x6f, - 0x6e, 0x6e, 0x65, 0x61, 0x75, 0x54, 0x65, 0x6e, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, - 0x74, 0x65, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x20, 0x0a, 0x1c, 0x54, + 0x6e, 0x10, 0x02, 0x12, 0x1d, 0x0a, 0x19, 0x43, 0x6c, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x4b, 0x65, + 0x65, 0x70, 0x65, 0x72, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x44, 0x6f, 0x67, + 0x10, 0x03, 0x12, 0x1f, 0x0a, 0x1b, 0x43, 0x6c, 0x69, 0x6d, 0x61, 0x74, 0x65, 0x4b, 0x65, 0x65, + 0x70, 0x65, 0x72, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x74, + 0x79, 0x10, 0x04, 0x2a, 0x9b, 0x01, 0x0a, 0x0e, 0x48, 0x76, 0x61, 0x63, 0x50, 0x6f, 0x77, 0x65, + 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x19, 0x0a, 0x15, 0x48, 0x76, 0x61, 0x63, 0x50, 0x6f, + 0x77, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, + 0x00, 0x12, 0x15, 0x0a, 0x11, 0x48, 0x76, 0x61, 0x63, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x53, 0x74, + 0x61, 0x74, 0x65, 0x4f, 0x66, 0x66, 0x10, 0x01, 0x12, 0x14, 0x0a, 0x10, 0x48, 0x76, 0x61, 0x63, + 0x50, 0x6f, 0x77, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4f, 0x6e, 0x10, 0x02, 0x12, 0x1e, + 0x0a, 0x1a, 0x48, 0x76, 0x61, 0x63, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, + 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x10, 0x03, 0x12, 0x21, + 0x0a, 0x1d, 0x48, 0x76, 0x61, 0x63, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, + 0x4f, 0x76, 0x65, 0x72, 0x68, 0x65, 0x61, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x10, + 0x04, 0x2a, 0xed, 0x01, 0x0a, 0x0b, 0x46, 0x61, 0x73, 0x74, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, + 0x72, 0x12, 0x16, 0x0a, 0x12, 0x46, 0x61, 0x73, 0x74, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x72, + 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x1b, 0x0a, 0x17, 0x46, 0x61, 0x73, + 0x74, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x72, 0x53, 0x75, 0x70, 0x65, 0x72, 0x63, 0x68, 0x61, + 0x72, 0x67, 0x65, 0x72, 0x10, 0x01, 0x12, 0x16, 0x0a, 0x12, 0x46, 0x61, 0x73, 0x74, 0x43, 0x68, + 0x61, 0x72, 0x67, 0x65, 0x72, 0x43, 0x48, 0x41, 0x64, 0x65, 0x4d, 0x4f, 0x10, 0x02, 0x12, 0x11, + 0x0a, 0x0d, 0x46, 0x61, 0x73, 0x74, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x72, 0x47, 0x42, 0x10, + 0x03, 0x12, 0x1e, 0x0a, 0x1a, 0x46, 0x61, 0x73, 0x74, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x72, + 0x41, 0x43, 0x53, 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x57, 0x69, 0x72, 0x65, 0x43, 0x41, 0x4e, 0x10, + 0x04, 0x12, 0x14, 0x0a, 0x10, 0x46, 0x61, 0x73, 0x74, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x72, + 0x43, 0x6f, 0x6d, 0x62, 0x6f, 0x10, 0x05, 0x12, 0x1e, 0x0a, 0x1a, 0x46, 0x61, 0x73, 0x74, 0x43, + 0x68, 0x61, 0x72, 0x67, 0x65, 0x72, 0x4d, 0x43, 0x53, 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x57, 0x69, + 0x72, 0x65, 0x43, 0x41, 0x4e, 0x10, 0x06, 0x12, 0x14, 0x0a, 0x10, 0x46, 0x61, 0x73, 0x74, 0x43, + 0x68, 0x61, 0x72, 0x67, 0x65, 0x72, 0x4f, 0x74, 0x68, 0x65, 0x72, 0x10, 0x07, 0x12, 0x12, 0x0a, + 0x0e, 0x46, 0x61, 0x73, 0x74, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x72, 0x53, 0x4e, 0x41, 0x10, + 0x08, 0x2a, 0x7f, 0x0a, 0x09, 0x43, 0x61, 0x62, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, + 0x0a, 0x10, 0x43, 0x61, 0x62, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, + 0x77, 0x6e, 0x10, 0x00, 0x12, 0x10, 0x0a, 0x0c, 0x43, 0x61, 0x62, 0x6c, 0x65, 0x54, 0x79, 0x70, + 0x65, 0x49, 0x45, 0x43, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x43, 0x61, 0x62, 0x6c, 0x65, 0x54, + 0x79, 0x70, 0x65, 0x53, 0x41, 0x45, 0x10, 0x02, 0x12, 0x12, 0x0a, 0x0e, 0x43, 0x61, 0x62, 0x6c, + 0x65, 0x54, 0x79, 0x70, 0x65, 0x47, 0x42, 0x5f, 0x41, 0x43, 0x10, 0x03, 0x12, 0x12, 0x0a, 0x0e, + 0x43, 0x61, 0x62, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x47, 0x42, 0x5f, 0x44, 0x43, 0x10, 0x04, + 0x12, 0x10, 0x0a, 0x0c, 0x43, 0x61, 0x62, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x53, 0x4e, 0x41, + 0x10, 0x05, 0x2a, 0xb9, 0x01, 0x0a, 0x14, 0x54, 0x6f, 0x6e, 0x6e, 0x65, 0x61, 0x75, 0x54, 0x65, + 0x6e, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1f, 0x0a, 0x1b, 0x54, 0x6f, 0x6e, 0x6e, 0x65, 0x61, 0x75, 0x54, 0x65, 0x6e, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x53, 0x74, - 0x61, 0x74, 0x65, 0x49, 0x6e, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x10, 0x01, 0x12, 0x1e, 0x0a, - 0x1a, 0x54, 0x6f, 0x6e, 0x6e, 0x65, 0x61, 0x75, 0x54, 0x65, 0x6e, 0x74, 0x4d, 0x6f, 0x64, 0x65, - 0x53, 0x74, 0x61, 0x74, 0x65, 0x4d, 0x6f, 0x76, 0x69, 0x6e, 0x67, 0x10, 0x02, 0x12, 0x1e, 0x0a, - 0x1a, 0x54, 0x6f, 0x6e, 0x6e, 0x65, 0x61, 0x75, 0x54, 0x65, 0x6e, 0x74, 0x4d, 0x6f, 0x64, 0x65, - 0x53, 0x74, 0x61, 0x74, 0x65, 0x46, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x10, 0x03, 0x12, 0x1e, 0x0a, - 0x1a, 0x54, 0x6f, 0x6e, 0x6e, 0x65, 0x61, 0x75, 0x54, 0x65, 0x6e, 0x74, 0x4d, 0x6f, 0x64, 0x65, - 0x53, 0x74, 0x61, 0x74, 0x65, 0x41, 0x63, 0x74, 0x69, 0x76, 0x65, 0x10, 0x04, 0x2a, 0xc2, 0x01, - 0x0a, 0x14, 0x54, 0x6f, 0x6e, 0x6e, 0x65, 0x61, 0x75, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, - 0x6e, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1f, 0x0a, 0x1b, 0x54, 0x6f, 0x6e, 0x6e, 0x65, 0x61, - 0x75, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x65, 0x55, 0x6e, - 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x1f, 0x0a, 0x1b, 0x54, 0x6f, 0x6e, 0x6e, 0x65, - 0x61, 0x75, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x65, 0x49, - 0x6e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x10, 0x01, 0x12, 0x1e, 0x0a, 0x1a, 0x54, 0x6f, 0x6e, 0x6e, + 0x61, 0x74, 0x65, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x20, 0x0a, 0x1c, + 0x54, 0x6f, 0x6e, 0x6e, 0x65, 0x61, 0x75, 0x54, 0x65, 0x6e, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x53, + 0x74, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x10, 0x01, 0x12, 0x1e, + 0x0a, 0x1a, 0x54, 0x6f, 0x6e, 0x6e, 0x65, 0x61, 0x75, 0x54, 0x65, 0x6e, 0x74, 0x4d, 0x6f, 0x64, + 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4d, 0x6f, 0x76, 0x69, 0x6e, 0x67, 0x10, 0x02, 0x12, 0x1e, + 0x0a, 0x1a, 0x54, 0x6f, 0x6e, 0x6e, 0x65, 0x61, 0x75, 0x54, 0x65, 0x6e, 0x74, 0x4d, 0x6f, 0x64, + 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x46, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x10, 0x03, 0x12, 0x1e, + 0x0a, 0x1a, 0x54, 0x6f, 0x6e, 0x6e, 0x65, 0x61, 0x75, 0x54, 0x65, 0x6e, 0x74, 0x4d, 0x6f, 0x64, + 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x41, 0x63, 0x74, 0x69, 0x76, 0x65, 0x10, 0x04, 0x2a, 0xc2, + 0x01, 0x0a, 0x14, 0x54, 0x6f, 0x6e, 0x6e, 0x65, 0x61, 0x75, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, + 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1f, 0x0a, 0x1b, 0x54, 0x6f, 0x6e, 0x6e, 0x65, + 0x61, 0x75, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x65, 0x55, + 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x1f, 0x0a, 0x1b, 0x54, 0x6f, 0x6e, 0x6e, 0x65, 0x61, 0x75, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x65, - 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x64, 0x10, 0x02, 0x12, 0x25, 0x0a, 0x21, 0x54, 0x6f, 0x6e, 0x6e, - 0x65, 0x61, 0x75, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x65, - 0x50, 0x61, 0x72, 0x74, 0x69, 0x61, 0x6c, 0x6c, 0x79, 0x4f, 0x70, 0x65, 0x6e, 0x10, 0x03, 0x12, - 0x21, 0x0a, 0x1d, 0x54, 0x6f, 0x6e, 0x6e, 0x65, 0x61, 0x75, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, - 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x65, 0x46, 0x75, 0x6c, 0x6c, 0x79, 0x4f, 0x70, 0x65, 0x6e, - 0x10, 0x04, 0x2a, 0xe7, 0x01, 0x0a, 0x0f, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, - 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1a, 0x0a, 0x16, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, - 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, - 0x10, 0x00, 0x12, 0x1b, 0x0a, 0x17, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, - 0x53, 0x74, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x10, 0x01, 0x12, - 0x1e, 0x0a, 0x1a, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x61, - 0x74, 0x65, 0x48, 0x61, 0x6e, 0x64, 0x73, 0x68, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x10, 0x02, 0x12, - 0x17, 0x0a, 0x13, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x61, - 0x74, 0x65, 0x49, 0x6e, 0x69, 0x74, 0x10, 0x03, 0x12, 0x1a, 0x0a, 0x16, 0x50, 0x6f, 0x77, 0x65, - 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x45, 0x6e, 0x61, 0x62, 0x6c, - 0x65, 0x64, 0x10, 0x04, 0x12, 0x2a, 0x0a, 0x26, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, - 0x72, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x52, 0x65, - 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6e, 0x67, 0x53, 0x6f, 0x6f, 0x6e, 0x10, 0x05, - 0x12, 0x1a, 0x0a, 0x16, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, - 0x61, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x70, 0x70, 0x65, 0x64, 0x10, 0x06, 0x2a, 0xd8, 0x02, 0x0a, - 0x1a, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x6f, 0x70, 0x52, - 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x25, 0x0a, 0x21, 0x50, - 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x6f, 0x70, 0x52, 0x65, 0x61, - 0x73, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, - 0x10, 0x00, 0x12, 0x22, 0x0a, 0x1e, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, - 0x53, 0x74, 0x6f, 0x70, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, - 0x4e, 0x6f, 0x6e, 0x65, 0x10, 0x01, 0x12, 0x27, 0x0a, 0x23, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, - 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x6f, 0x70, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x53, 0x74, - 0x61, 0x74, 0x75, 0x73, 0x53, 0x4f, 0x43, 0x54, 0x6f, 0x6f, 0x4c, 0x6f, 0x77, 0x10, 0x02, 0x12, - 0x23, 0x0a, 0x1f, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x6f, - 0x70, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x74, - 0x72, 0x79, 0x10, 0x03, 0x12, 0x23, 0x0a, 0x1f, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, - 0x72, 0x65, 0x53, 0x74, 0x6f, 0x70, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, - 0x75, 0x73, 0x46, 0x61, 0x75, 0x6c, 0x74, 0x10, 0x04, 0x12, 0x22, 0x0a, 0x1e, 0x50, 0x6f, 0x77, - 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x6f, 0x70, 0x52, 0x65, 0x61, 0x73, 0x6f, - 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x55, 0x73, 0x65, 0x72, 0x10, 0x05, 0x12, 0x2a, 0x0a, - 0x26, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x6f, 0x70, 0x52, - 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x63, 0x6f, 0x6e, - 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6e, 0x67, 0x10, 0x06, 0x12, 0x2c, 0x0a, 0x28, 0x50, 0x6f, 0x77, - 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x6f, 0x70, 0x52, 0x65, 0x61, 0x73, 0x6f, - 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x10, 0x07, 0x2a, 0x91, 0x01, 0x0a, 0x14, 0x50, 0x6f, 0x77, 0x65, - 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x54, 0x79, 0x70, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, - 0x12, 0x1f, 0x0a, 0x1b, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x54, 0x79, - 0x70, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, - 0x00, 0x12, 0x1c, 0x0a, 0x18, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x54, - 0x79, 0x70, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4e, 0x6f, 0x6e, 0x65, 0x10, 0x01, 0x12, - 0x1c, 0x0a, 0x18, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x54, 0x79, 0x70, - 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x6f, 0x61, 0x64, 0x10, 0x02, 0x12, 0x1c, 0x0a, - 0x18, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x54, 0x79, 0x70, 0x65, 0x53, - 0x74, 0x61, 0x74, 0x75, 0x73, 0x48, 0x6f, 0x6d, 0x65, 0x10, 0x03, 0x2a, 0x95, 0x02, 0x0a, 0x0c, - 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x17, 0x0a, 0x13, - 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x53, 0x74, 0x61, 0x74, 0x65, 0x55, 0x6e, 0x6b, 0x6e, - 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x13, 0x0a, 0x0f, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, - 0x53, 0x74, 0x61, 0x74, 0x65, 0x4f, 0x66, 0x66, 0x10, 0x01, 0x12, 0x13, 0x0a, 0x0f, 0x44, 0x69, - 0x73, 0x70, 0x6c, 0x61, 0x79, 0x53, 0x74, 0x61, 0x74, 0x65, 0x44, 0x69, 0x6d, 0x10, 0x02, 0x12, - 0x19, 0x0a, 0x15, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x53, 0x74, 0x61, 0x74, 0x65, 0x41, - 0x63, 0x63, 0x65, 0x73, 0x73, 0x6f, 0x72, 0x79, 0x10, 0x03, 0x12, 0x12, 0x0a, 0x0e, 0x44, 0x69, - 0x73, 0x70, 0x6c, 0x61, 0x79, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4f, 0x6e, 0x10, 0x04, 0x12, 0x17, - 0x0a, 0x13, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x53, 0x74, 0x61, 0x74, 0x65, 0x44, 0x72, - 0x69, 0x76, 0x69, 0x6e, 0x67, 0x10, 0x05, 0x12, 0x18, 0x0a, 0x14, 0x44, 0x69, 0x73, 0x70, 0x6c, - 0x61, 0x79, 0x53, 0x74, 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x67, 0x10, - 0x06, 0x12, 0x14, 0x0a, 0x10, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x53, 0x74, 0x61, 0x74, - 0x65, 0x4c, 0x6f, 0x63, 0x6b, 0x10, 0x07, 0x12, 0x16, 0x0a, 0x12, 0x44, 0x69, 0x73, 0x70, 0x6c, - 0x61, 0x79, 0x53, 0x74, 0x61, 0x74, 0x65, 0x53, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x10, 0x08, 0x12, - 0x13, 0x0a, 0x0f, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x53, 0x74, 0x61, 0x74, 0x65, 0x44, - 0x6f, 0x67, 0x10, 0x09, 0x12, 0x1d, 0x0a, 0x19, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x53, - 0x74, 0x61, 0x74, 0x65, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x6d, 0x65, 0x6e, - 0x74, 0x10, 0x0a, 0x42, 0x2f, 0x5a, 0x2d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, - 0x6d, 0x2f, 0x74, 0x65, 0x73, 0x6c, 0x61, 0x6d, 0x6f, 0x74, 0x6f, 0x72, 0x73, 0x2f, 0x66, 0x6c, - 0x65, 0x65, 0x74, 0x2d, 0x74, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2f, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x49, 0x6e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x10, 0x01, 0x12, 0x1e, 0x0a, 0x1a, 0x54, 0x6f, 0x6e, + 0x6e, 0x65, 0x61, 0x75, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, + 0x65, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x64, 0x10, 0x02, 0x12, 0x25, 0x0a, 0x21, 0x54, 0x6f, 0x6e, + 0x6e, 0x65, 0x61, 0x75, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, + 0x65, 0x50, 0x61, 0x72, 0x74, 0x69, 0x61, 0x6c, 0x6c, 0x79, 0x4f, 0x70, 0x65, 0x6e, 0x10, 0x03, + 0x12, 0x21, 0x0a, 0x1d, 0x54, 0x6f, 0x6e, 0x6e, 0x65, 0x61, 0x75, 0x50, 0x6f, 0x73, 0x69, 0x74, + 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x65, 0x46, 0x75, 0x6c, 0x6c, 0x79, 0x4f, 0x70, 0x65, + 0x6e, 0x10, 0x04, 0x2a, 0xe7, 0x01, 0x0a, 0x0f, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, + 0x72, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1a, 0x0a, 0x16, 0x50, 0x6f, 0x77, 0x65, 0x72, + 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, + 0x6e, 0x10, 0x00, 0x12, 0x1b, 0x0a, 0x17, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, + 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x10, 0x01, + 0x12, 0x1e, 0x0a, 0x1a, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, + 0x61, 0x74, 0x65, 0x48, 0x61, 0x6e, 0x64, 0x73, 0x68, 0x61, 0x6b, 0x69, 0x6e, 0x67, 0x10, 0x02, + 0x12, 0x17, 0x0a, 0x13, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, + 0x61, 0x74, 0x65, 0x49, 0x6e, 0x69, 0x74, 0x10, 0x03, 0x12, 0x1a, 0x0a, 0x16, 0x50, 0x6f, 0x77, + 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x45, 0x6e, 0x61, 0x62, + 0x6c, 0x65, 0x64, 0x10, 0x04, 0x12, 0x2a, 0x0a, 0x26, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, + 0x61, 0x72, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x52, + 0x65, 0x63, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6e, 0x67, 0x53, 0x6f, 0x6f, 0x6e, 0x10, + 0x05, 0x12, 0x1a, 0x0a, 0x16, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, + 0x74, 0x61, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x70, 0x70, 0x65, 0x64, 0x10, 0x06, 0x2a, 0xd8, 0x02, + 0x0a, 0x1a, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x6f, 0x70, + 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x25, 0x0a, 0x21, + 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x6f, 0x70, 0x52, 0x65, + 0x61, 0x73, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, + 0x6e, 0x10, 0x00, 0x12, 0x22, 0x0a, 0x1e, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, + 0x65, 0x53, 0x74, 0x6f, 0x70, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x4e, 0x6f, 0x6e, 0x65, 0x10, 0x01, 0x12, 0x27, 0x0a, 0x23, 0x50, 0x6f, 0x77, 0x65, 0x72, + 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x6f, 0x70, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x53, 0x4f, 0x43, 0x54, 0x6f, 0x6f, 0x4c, 0x6f, 0x77, 0x10, 0x02, + 0x12, 0x23, 0x0a, 0x1f, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, + 0x6f, 0x70, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, + 0x74, 0x72, 0x79, 0x10, 0x03, 0x12, 0x23, 0x0a, 0x1f, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, + 0x61, 0x72, 0x65, 0x53, 0x74, 0x6f, 0x70, 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x46, 0x61, 0x75, 0x6c, 0x74, 0x10, 0x04, 0x12, 0x22, 0x0a, 0x1e, 0x50, 0x6f, + 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x6f, 0x70, 0x52, 0x65, 0x61, 0x73, + 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x55, 0x73, 0x65, 0x72, 0x10, 0x05, 0x12, 0x2a, + 0x0a, 0x26, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x6f, 0x70, + 0x52, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x63, 0x6f, + 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6e, 0x67, 0x10, 0x06, 0x12, 0x2c, 0x0a, 0x28, 0x50, 0x6f, + 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x53, 0x74, 0x6f, 0x70, 0x52, 0x65, 0x61, 0x73, + 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, + 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x10, 0x07, 0x2a, 0x91, 0x01, 0x0a, 0x14, 0x50, 0x6f, 0x77, + 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x54, 0x79, 0x70, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x12, 0x1f, 0x0a, 0x1b, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x54, + 0x79, 0x70, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, + 0x10, 0x00, 0x12, 0x1c, 0x0a, 0x18, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, + 0x54, 0x79, 0x70, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4e, 0x6f, 0x6e, 0x65, 0x10, 0x01, + 0x12, 0x1c, 0x0a, 0x18, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x54, 0x79, + 0x70, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x6f, 0x61, 0x64, 0x10, 0x02, 0x12, 0x1c, + 0x0a, 0x18, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x73, 0x68, 0x61, 0x72, 0x65, 0x54, 0x79, 0x70, 0x65, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x48, 0x6f, 0x6d, 0x65, 0x10, 0x03, 0x2a, 0x95, 0x02, 0x0a, + 0x0c, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x17, 0x0a, + 0x13, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x53, 0x74, 0x61, 0x74, 0x65, 0x55, 0x6e, 0x6b, + 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x13, 0x0a, 0x0f, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, + 0x79, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4f, 0x66, 0x66, 0x10, 0x01, 0x12, 0x13, 0x0a, 0x0f, 0x44, + 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x53, 0x74, 0x61, 0x74, 0x65, 0x44, 0x69, 0x6d, 0x10, 0x02, + 0x12, 0x19, 0x0a, 0x15, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x53, 0x74, 0x61, 0x74, 0x65, + 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x6f, 0x72, 0x79, 0x10, 0x03, 0x12, 0x12, 0x0a, 0x0e, 0x44, + 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x53, 0x74, 0x61, 0x74, 0x65, 0x4f, 0x6e, 0x10, 0x04, 0x12, + 0x17, 0x0a, 0x13, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x53, 0x74, 0x61, 0x74, 0x65, 0x44, + 0x72, 0x69, 0x76, 0x69, 0x6e, 0x67, 0x10, 0x05, 0x12, 0x18, 0x0a, 0x14, 0x44, 0x69, 0x73, 0x70, + 0x6c, 0x61, 0x79, 0x53, 0x74, 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x72, 0x67, 0x69, 0x6e, 0x67, + 0x10, 0x06, 0x12, 0x14, 0x0a, 0x10, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x53, 0x74, 0x61, + 0x74, 0x65, 0x4c, 0x6f, 0x63, 0x6b, 0x10, 0x07, 0x12, 0x16, 0x0a, 0x12, 0x44, 0x69, 0x73, 0x70, + 0x6c, 0x61, 0x79, 0x53, 0x74, 0x61, 0x74, 0x65, 0x53, 0x65, 0x6e, 0x74, 0x72, 0x79, 0x10, 0x08, + 0x12, 0x13, 0x0a, 0x0f, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x53, 0x74, 0x61, 0x74, 0x65, + 0x44, 0x6f, 0x67, 0x10, 0x09, 0x12, 0x1d, 0x0a, 0x19, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, + 0x53, 0x74, 0x61, 0x74, 0x65, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x6d, 0x65, + 0x6e, 0x74, 0x10, 0x0a, 0x2a, 0x5a, 0x0a, 0x0c, 0x44, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, + 0x55, 0x6e, 0x69, 0x74, 0x12, 0x17, 0x0a, 0x13, 0x44, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, + 0x55, 0x6e, 0x69, 0x74, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x15, 0x0a, + 0x11, 0x44, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x55, 0x6e, 0x69, 0x74, 0x4d, 0x69, 0x6c, + 0x65, 0x73, 0x10, 0x01, 0x12, 0x1a, 0x0a, 0x16, 0x44, 0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, + 0x55, 0x6e, 0x69, 0x74, 0x4b, 0x69, 0x6c, 0x6f, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x10, 0x02, + 0x2a, 0x68, 0x0a, 0x0f, 0x54, 0x65, 0x6d, 0x70, 0x65, 0x72, 0x61, 0x74, 0x75, 0x72, 0x65, 0x55, + 0x6e, 0x69, 0x74, 0x12, 0x1a, 0x0a, 0x16, 0x54, 0x65, 0x6d, 0x70, 0x65, 0x72, 0x61, 0x74, 0x75, + 0x72, 0x65, 0x55, 0x6e, 0x69, 0x74, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, + 0x1d, 0x0a, 0x19, 0x54, 0x65, 0x6d, 0x70, 0x65, 0x72, 0x61, 0x74, 0x75, 0x72, 0x65, 0x55, 0x6e, + 0x69, 0x74, 0x46, 0x61, 0x68, 0x72, 0x65, 0x6e, 0x68, 0x65, 0x69, 0x74, 0x10, 0x01, 0x12, 0x1a, + 0x0a, 0x16, 0x54, 0x65, 0x6d, 0x70, 0x65, 0x72, 0x61, 0x74, 0x75, 0x72, 0x65, 0x55, 0x6e, 0x69, + 0x74, 0x43, 0x65, 0x6c, 0x73, 0x69, 0x75, 0x73, 0x10, 0x02, 0x2a, 0x51, 0x0a, 0x0c, 0x50, 0x72, + 0x65, 0x73, 0x73, 0x75, 0x72, 0x65, 0x55, 0x6e, 0x69, 0x74, 0x12, 0x17, 0x0a, 0x13, 0x50, 0x72, + 0x65, 0x73, 0x73, 0x75, 0x72, 0x65, 0x55, 0x6e, 0x69, 0x74, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, + 0x6e, 0x10, 0x00, 0x12, 0x13, 0x0a, 0x0f, 0x50, 0x72, 0x65, 0x73, 0x73, 0x75, 0x72, 0x65, 0x55, + 0x6e, 0x69, 0x74, 0x50, 0x73, 0x69, 0x10, 0x01, 0x12, 0x13, 0x0a, 0x0f, 0x50, 0x72, 0x65, 0x73, + 0x73, 0x75, 0x72, 0x65, 0x55, 0x6e, 0x69, 0x74, 0x42, 0x61, 0x72, 0x10, 0x02, 0x2a, 0x5c, 0x0a, + 0x14, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x55, 0x6e, 0x69, 0x74, 0x50, 0x72, 0x65, 0x66, 0x65, + 0x72, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x15, 0x0a, 0x11, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x55, + 0x6e, 0x69, 0x74, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x10, 0x00, 0x12, 0x16, 0x0a, 0x12, + 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x55, 0x6e, 0x69, 0x74, 0x44, 0x69, 0x73, 0x74, 0x61, 0x6e, + 0x63, 0x65, 0x10, 0x01, 0x12, 0x15, 0x0a, 0x11, 0x43, 0x68, 0x61, 0x72, 0x67, 0x65, 0x55, 0x6e, + 0x69, 0x74, 0x50, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x10, 0x02, 0x42, 0x2f, 0x5a, 0x2d, 0x67, + 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x74, 0x65, 0x73, 0x6c, 0x61, 0x6d, + 0x6f, 0x74, 0x6f, 0x72, 0x73, 0x2f, 0x66, 0x6c, 0x65, 0x65, 0x74, 0x2d, 0x74, 0x65, 0x6c, 0x65, + 0x6d, 0x65, 0x74, 0x72, 0x79, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x62, 0x06, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x33, } var ( @@ -5081,7 +5432,7 @@ func file_protos_vehicle_data_proto_rawDescGZIP() []byte { return file_protos_vehicle_data_proto_rawDescData } -var file_protos_vehicle_data_proto_enumTypes = make([]protoimpl.EnumInfo, 36) +var file_protos_vehicle_data_proto_enumTypes = make([]protoimpl.EnumInfo, 40) var file_protos_vehicle_data_proto_msgTypes = make([]protoimpl.MessageInfo, 7) var file_protos_vehicle_data_proto_goTypes = []interface{}{ (Field)(0), // 0: telemetry.vehicle_data.Field @@ -5120,17 +5471,21 @@ var file_protos_vehicle_data_proto_goTypes = []interface{}{ (PowershareStopReasonStatus)(0), // 33: telemetry.vehicle_data.PowershareStopReasonStatus (PowershareTypeStatus)(0), // 34: telemetry.vehicle_data.PowershareTypeStatus (DisplayState)(0), // 35: telemetry.vehicle_data.DisplayState - (*LocationValue)(nil), // 36: telemetry.vehicle_data.LocationValue - (*Doors)(nil), // 37: telemetry.vehicle_data.Doors - (*TireLocation)(nil), // 38: telemetry.vehicle_data.TireLocation - (*Time)(nil), // 39: telemetry.vehicle_data.Time - (*Value)(nil), // 40: telemetry.vehicle_data.Value - (*Datum)(nil), // 41: telemetry.vehicle_data.Datum - (*Payload)(nil), // 42: telemetry.vehicle_data.Payload - (*timestamppb.Timestamp)(nil), // 43: google.protobuf.Timestamp + (DistanceUnit)(0), // 36: telemetry.vehicle_data.DistanceUnit + (TemperatureUnit)(0), // 37: telemetry.vehicle_data.TemperatureUnit + (PressureUnit)(0), // 38: telemetry.vehicle_data.PressureUnit + (ChargeUnitPreference)(0), // 39: telemetry.vehicle_data.ChargeUnitPreference + (*LocationValue)(nil), // 40: telemetry.vehicle_data.LocationValue + (*Doors)(nil), // 41: telemetry.vehicle_data.Doors + (*TireLocation)(nil), // 42: telemetry.vehicle_data.TireLocation + (*Time)(nil), // 43: telemetry.vehicle_data.Time + (*Value)(nil), // 44: telemetry.vehicle_data.Value + (*Datum)(nil), // 45: telemetry.vehicle_data.Datum + (*Payload)(nil), // 46: telemetry.vehicle_data.Payload + (*timestamppb.Timestamp)(nil), // 47: google.protobuf.Timestamp } var file_protos_vehicle_data_proto_depIdxs = []int32{ - 36, // 0: telemetry.vehicle_data.Value.location_value:type_name -> telemetry.vehicle_data.LocationValue + 40, // 0: telemetry.vehicle_data.Value.location_value:type_name -> telemetry.vehicle_data.LocationValue 1, // 1: telemetry.vehicle_data.Value.charging_value:type_name -> telemetry.vehicle_data.ChargingState 3, // 2: telemetry.vehicle_data.Value.shift_state_value:type_name -> telemetry.vehicle_data.ShiftState 7, // 3: telemetry.vehicle_data.Value.lane_assist_level_value:type_name -> telemetry.vehicle_data.LaneAssistLevel @@ -5142,7 +5497,7 @@ var file_protos_vehicle_data_proto_depIdxs = []int32{ 13, // 9: telemetry.vehicle_data.Value.car_type_value:type_name -> telemetry.vehicle_data.CarTypeValue 14, // 10: telemetry.vehicle_data.Value.charge_port_value:type_name -> telemetry.vehicle_data.ChargePortValue 15, // 11: telemetry.vehicle_data.Value.charge_port_latch_value:type_name -> telemetry.vehicle_data.ChargePortLatchValue - 37, // 12: telemetry.vehicle_data.Value.door_value:type_name -> telemetry.vehicle_data.Doors + 41, // 12: telemetry.vehicle_data.Value.door_value:type_name -> telemetry.vehicle_data.Doors 16, // 13: telemetry.vehicle_data.Value.drive_inverter_state_value:type_name -> telemetry.vehicle_data.DriveInverterState 17, // 14: telemetry.vehicle_data.Value.hvil_status_value:type_name -> telemetry.vehicle_data.HvilStatus 18, // 15: telemetry.vehicle_data.Value.window_state_value:type_name -> telemetry.vehicle_data.WindowState @@ -5152,7 +5507,7 @@ var file_protos_vehicle_data_proto_depIdxs = []int32{ 5, // 19: telemetry.vehicle_data.Value.forward_collision_sensitivity_value:type_name -> telemetry.vehicle_data.ForwardCollisionSensitivity 6, // 20: telemetry.vehicle_data.Value.guest_mode_mobile_access_value:type_name -> telemetry.vehicle_data.GuestModeMobileAccess 21, // 21: telemetry.vehicle_data.Value.trailer_air_status_value:type_name -> telemetry.vehicle_data.TrailerAirStatus - 39, // 22: telemetry.vehicle_data.Value.time_value:type_name -> telemetry.vehicle_data.Time + 43, // 22: telemetry.vehicle_data.Value.time_value:type_name -> telemetry.vehicle_data.Time 2, // 23: telemetry.vehicle_data.Value.detailed_charge_state_value:type_name -> telemetry.vehicle_data.DetailedChargeStateValue 22, // 24: telemetry.vehicle_data.Value.hvac_auto_mode_value:type_name -> telemetry.vehicle_data.HvacAutoModeState 23, // 25: telemetry.vehicle_data.Value.cabin_overheat_protection_mode_value:type_name -> telemetry.vehicle_data.CabinOverheatProtectionModeState @@ -5160,7 +5515,7 @@ var file_protos_vehicle_data_proto_depIdxs = []int32{ 25, // 27: telemetry.vehicle_data.Value.defrost_mode_value:type_name -> telemetry.vehicle_data.DefrostModeState 26, // 28: telemetry.vehicle_data.Value.climate_keeper_mode_value:type_name -> telemetry.vehicle_data.ClimateKeeperModeState 27, // 29: telemetry.vehicle_data.Value.hvac_power_value:type_name -> telemetry.vehicle_data.HvacPowerState - 38, // 30: telemetry.vehicle_data.Value.tire_location_value:type_name -> telemetry.vehicle_data.TireLocation + 42, // 30: telemetry.vehicle_data.Value.tire_location_value:type_name -> telemetry.vehicle_data.TireLocation 28, // 31: telemetry.vehicle_data.Value.fast_charger_value:type_name -> telemetry.vehicle_data.FastCharger 29, // 32: telemetry.vehicle_data.Value.cable_type_value:type_name -> telemetry.vehicle_data.CableType 30, // 33: telemetry.vehicle_data.Value.tonneau_tent_mode_value:type_name -> telemetry.vehicle_data.TonneauTentModeState @@ -5169,15 +5524,19 @@ var file_protos_vehicle_data_proto_depIdxs = []int32{ 32, // 36: telemetry.vehicle_data.Value.powershare_state_value:type_name -> telemetry.vehicle_data.PowershareState 33, // 37: telemetry.vehicle_data.Value.powershare_stop_reason_value:type_name -> telemetry.vehicle_data.PowershareStopReasonStatus 35, // 38: telemetry.vehicle_data.Value.display_state_value:type_name -> telemetry.vehicle_data.DisplayState - 0, // 39: telemetry.vehicle_data.Datum.key:type_name -> telemetry.vehicle_data.Field - 40, // 40: telemetry.vehicle_data.Datum.value:type_name -> telemetry.vehicle_data.Value - 41, // 41: telemetry.vehicle_data.Payload.data:type_name -> telemetry.vehicle_data.Datum - 43, // 42: telemetry.vehicle_data.Payload.created_at:type_name -> google.protobuf.Timestamp - 43, // [43:43] is the sub-list for method output_type - 43, // [43:43] is the sub-list for method input_type - 43, // [43:43] is the sub-list for extension type_name - 43, // [43:43] is the sub-list for extension extendee - 0, // [0:43] is the sub-list for field type_name + 36, // 39: telemetry.vehicle_data.Value.distance_unit_value:type_name -> telemetry.vehicle_data.DistanceUnit + 37, // 40: telemetry.vehicle_data.Value.temperature_unit_value:type_name -> telemetry.vehicle_data.TemperatureUnit + 38, // 41: telemetry.vehicle_data.Value.pressure_unit_value:type_name -> telemetry.vehicle_data.PressureUnit + 39, // 42: telemetry.vehicle_data.Value.charge_unit_preference_value:type_name -> telemetry.vehicle_data.ChargeUnitPreference + 0, // 43: telemetry.vehicle_data.Datum.key:type_name -> telemetry.vehicle_data.Field + 44, // 44: telemetry.vehicle_data.Datum.value:type_name -> telemetry.vehicle_data.Value + 45, // 45: telemetry.vehicle_data.Payload.data:type_name -> telemetry.vehicle_data.Datum + 47, // 46: telemetry.vehicle_data.Payload.created_at:type_name -> google.protobuf.Timestamp + 47, // [47:47] is the sub-list for method output_type + 47, // [47:47] is the sub-list for method input_type + 47, // [47:47] is the sub-list for extension type_name + 47, // [47:47] is the sub-list for extension extendee + 0, // [0:47] is the sub-list for field type_name } func init() { file_protos_vehicle_data_proto_init() } @@ -5318,13 +5677,17 @@ func file_protos_vehicle_data_proto_init() { (*Value_PowershareStateValue)(nil), (*Value_PowershareStopReasonValue)(nil), (*Value_DisplayStateValue)(nil), + (*Value_DistanceUnitValue)(nil), + (*Value_TemperatureUnitValue)(nil), + (*Value_PressureUnitValue)(nil), + (*Value_ChargeUnitPreferenceValue)(nil), } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_protos_vehicle_data_proto_rawDesc, - NumEnums: 36, + NumEnums: 40, NumMessages: 7, NumExtensions: 0, NumServices: 0, diff --git a/protos/vehicle_data.proto b/protos/vehicle_data.proto index 855db4d..25de691 100644 --- a/protos/vehicle_data.proto +++ b/protos/vehicle_data.proto @@ -192,12 +192,14 @@ enum Field { DetailedChargeState = 179; - // fields 180-228 is first available in firmware version 2024.44.25 + // fields 180-183, 185-228 are first available in firmware version 2024.44.25 + // field 184 is first available in firmware version 2024.44.32 CabinOverheatProtectionMode = 180; CabinOverheatProtectionTemperatureLimit = 181; CenterDisplay = 182; ChargePortDoorOpen = 183; + ChargerVoltage = 184; ChargingCableType = 185; ClimateKeeperMode = 186; DefrostForPreconditioning = 187; @@ -242,6 +244,19 @@ enum Field { ValetModeEnabled = 226; WheelType = 227; WiperHeatEnabled = 228; + + // fields 229-238 are first available in firmware version 2024.44.32 + + LocatedAtHome = 229; + LocatedAtWork = 230; + LocatedAtFavorite = 231; + SettingDistanceUnit = 232; + SettingTemperatureUnit = 233; + Setting24HourTime = 234; + SettingTirePressureUnit = 235; + SettingChargeUnit = 236; + ClimateSeatCoolingFrontLeft = 237; + ClimateSeatCoolingFrontRight = 238; } // ChargingState is deprecated and not used @@ -584,6 +599,30 @@ enum DisplayState { DisplayStateEntertainment = 10; } +enum DistanceUnit { + DistanceUnitUnknown = 0; + DistanceUnitMiles = 1; + DistanceUnitKilometers = 2; +} + +enum TemperatureUnit { + TemperatureUnitUnknown = 0; + TemperatureUnitFahrenheit = 1; + TemperatureUnitCelsius = 2; +} + +enum PressureUnit { + PressureUnitUnknown = 0; + PressureUnitPsi = 1; + PressureUnitBar = 2; +} + +enum ChargeUnitPreference { + ChargeUnitUnknown = 0; + ChargeUnitDistance = 1; + ChargeUnitPercent = 2; +} + message TireLocation { bool front_left = 1; bool front_right = 2; @@ -655,6 +694,10 @@ message Value { PowershareState powershare_state_value = 45; PowershareStopReasonStatus powershare_stop_reason_value = 46; DisplayState display_state_value = 47; + DistanceUnit distance_unit_value = 48; + TemperatureUnit temperature_unit_value = 49; + PressureUnit pressure_unit_value = 50; + ChargeUnitPreference charge_unit_preference_value = 51; } }