base.pbjson.dart 64 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430
  1. //
  2. // Generated code. Do not modify.
  3. // source: base.proto
  4. //
  5. // @dart = 2.12
  6. // ignore_for_file: annotate_overrides, camel_case_types, comment_references
  7. // ignore_for_file: constant_identifier_names, library_prefixes
  8. // ignore_for_file: non_constant_identifier_names, prefer_final_fields
  9. // ignore_for_file: unnecessary_import, unnecessary_this, unused_import
  10. import 'dart:convert' as $convert;
  11. import 'dart:core' as $core;
  12. import 'dart:typed_data' as $typed_data;
  13. @$core.Deprecated('Use errorCodeDescriptor instead')
  14. const ErrorCode$json = {
  15. '1': 'ErrorCode',
  16. '2': [
  17. {'1': 'OK', '2': 0},
  18. {'1': 'TokenExpire', '2': 1000},
  19. {'1': 'UserBan', '2': 1001},
  20. {'1': 'VfCodeExpire', '2': 1002},
  21. {'1': 'SmsSendFail', '2': 1003},
  22. {'1': 'UserStatusErr', '2': 1008},
  23. {'1': 'StatusErr', '2': 1009},
  24. {'1': 'PhoneNotExist', '2': 2001},
  25. {'1': 'UnknownErr', '2': 2002},
  26. {'1': 'ParamErr', '2': 5000},
  27. {'1': 'HeadSourceErr', '2': 5001},
  28. {'1': 'DATABASE', '2': 9000},
  29. {'1': 'NoRecord', '2': 9001},
  30. ],
  31. };
  32. /// Descriptor for `ErrorCode`. Decode as a `google.protobuf.EnumDescriptorProto`.
  33. final $typed_data.Uint8List errorCodeDescriptor = $convert.base64Decode(
  34. 'CglFcnJvckNvZGUSBgoCT0sQABIQCgtUb2tlbkV4cGlyZRDoBxIMCgdVc2VyQmFuEOkHEhEKDF'
  35. 'ZmQ29kZUV4cGlyZRDqBxIQCgtTbXNTZW5kRmFpbBDrBxISCg1Vc2VyU3RhdHVzRXJyEPAHEg4K'
  36. 'CVN0YXR1c0VychDxBxISCg1QaG9uZU5vdEV4aXN0ENEPEg8KClVua25vd25FcnIQ0g8SDQoIUG'
  37. 'FyYW1FcnIQiCcSEgoNSGVhZFNvdXJjZUVychCJJxINCghEQVRBQkFTRRCoRhINCghOb1JlY29y'
  38. 'ZBCpRg==');
  39. @$core.Deprecated('Use shopTypeDescriptor instead')
  40. const ShopType$json = {
  41. '1': 'ShopType',
  42. '2': [
  43. {'1': 'UnKnowShop', '2': 0},
  44. {'1': 'ParkShop', '2': 1},
  45. {'1': 'IPShop', '2': 2},
  46. {'1': 'AdminShop', '2': 3},
  47. ],
  48. };
  49. /// Descriptor for `ShopType`. Decode as a `google.protobuf.EnumDescriptorProto`.
  50. final $typed_data.Uint8List shopTypeDescriptor = $convert.base64Decode(
  51. 'CghTaG9wVHlwZRIOCgpVbktub3dTaG9wEAASDAoIUGFya1Nob3AQARIKCgZJUFNob3AQAhINCg'
  52. 'lBZG1pblNob3AQAw==');
  53. @$core.Deprecated('Use userTypeDescriptor instead')
  54. const UserType$json = {
  55. '1': 'UserType',
  56. '2': [
  57. {'1': 'UnDefine', '2': 0},
  58. {'1': 'AppUser', '2': 1},
  59. {'1': 'ParkAdmin', '2': 2},
  60. {'1': 'IPAdmin', '2': 3},
  61. {'1': 'SysAdmin', '2': 4},
  62. {'1': 'ToAdmin', '2': 5},
  63. {'1': 'CoopToAdmin', '2': 6},
  64. ],
  65. };
  66. /// Descriptor for `UserType`. Decode as a `google.protobuf.EnumDescriptorProto`.
  67. final $typed_data.Uint8List userTypeDescriptor = $convert.base64Decode(
  68. 'CghVc2VyVHlwZRIMCghVbkRlZmluZRAAEgsKB0FwcFVzZXIQARINCglQYXJrQWRtaW4QAhILCg'
  69. 'dJUEFkbWluEAMSDAoIU3lzQWRtaW4QBBILCgdUb0FkbWluEAUSDwoLQ29vcFRvQWRtaW4QBg==');
  70. @$core.Deprecated('Use loginSourceDescriptor instead')
  71. const LoginSource$json = {
  72. '1': 'LoginSource',
  73. '2': [
  74. {'1': 'UnDef', '2': 0},
  75. {'1': 'UserApp', '2': 1},
  76. {'1': 'WebAdmin', '2': 2},
  77. {'1': 'ShopApp', '2': 3},
  78. {'1': 'ToApp', '2': 4},
  79. {'1': 'CoopToWebAdmin', '2': 5},
  80. {'1': 'CoopToApp', '2': 6},
  81. ],
  82. };
  83. /// Descriptor for `LoginSource`. Decode as a `google.protobuf.EnumDescriptorProto`.
  84. final $typed_data.Uint8List loginSourceDescriptor = $convert.base64Decode(
  85. 'CgtMb2dpblNvdXJjZRIJCgVVbkRlZhAAEgsKB1VzZXJBcHAQARIMCghXZWJBZG1pbhACEgsKB1'
  86. 'Nob3BBcHAQAxIJCgVUb0FwcBAEEhIKDkNvb3BUb1dlYkFkbWluEAUSDQoJQ29vcFRvQXBwEAY=');
  87. @$core.Deprecated('Use smsTypeDescriptor instead')
  88. const SmsType$json = {
  89. '1': 'SmsType',
  90. '2': [
  91. {'1': 'UnKnow', '2': 0},
  92. {'1': 'Login', '2': 1},
  93. {'1': 'SignUp', '2': 2},
  94. ],
  95. };
  96. /// Descriptor for `SmsType`. Decode as a `google.protobuf.EnumDescriptorProto`.
  97. final $typed_data.Uint8List smsTypeDescriptor = $convert.base64Decode(
  98. 'CgdTbXNUeXBlEgoKBlVuS25vdxAAEgkKBUxvZ2luEAESCgoGU2lnblVwEAI=');
  99. @$core.Deprecated('Use projectContentTypeDescriptor instead')
  100. const ProjectContentType$json = {
  101. '1': 'ProjectContentType',
  102. '2': [
  103. {'1': 'Text', '2': 0},
  104. {'1': 'Html', '2': 1},
  105. ],
  106. };
  107. /// Descriptor for `ProjectContentType`. Decode as a `google.protobuf.EnumDescriptorProto`.
  108. final $typed_data.Uint8List projectContentTypeDescriptor = $convert.base64Decode(
  109. 'ChJQcm9qZWN0Q29udGVudFR5cGUSCAoEVGV4dBAAEggKBEh0bWwQAQ==');
  110. @$core.Deprecated('Use criterionTypeDescriptor instead')
  111. const CriterionType$json = {
  112. '1': 'CriterionType',
  113. '2': [
  114. {'1': 'CrUnKnow', '2': 0},
  115. {'1': 'CrOrder', '2': 1},
  116. {'1': 'CrNum', '2': 2},
  117. ],
  118. };
  119. /// Descriptor for `CriterionType`. Decode as a `google.protobuf.EnumDescriptorProto`.
  120. final $typed_data.Uint8List criterionTypeDescriptor = $convert.base64Decode(
  121. 'Cg1Dcml0ZXJpb25UeXBlEgwKCENyVW5Lbm93EAASCwoHQ3JPcmRlchABEgkKBUNyTnVtEAI=');
  122. @$core.Deprecated('Use cTypeDescriptor instead')
  123. const CType$json = {
  124. '1': 'CType',
  125. '2': [
  126. {'1': 'UnKnowType', '2': 0},
  127. {'1': 'BeginType', '2': 1},
  128. {'1': 'MiddleType', '2': 2},
  129. {'1': 'EndType', '2': 3},
  130. ],
  131. };
  132. /// Descriptor for `CType`. Decode as a `google.protobuf.EnumDescriptorProto`.
  133. final $typed_data.Uint8List cTypeDescriptor = $convert.base64Decode(
  134. 'CgVDVHlwZRIOCgpVbktub3dUeXBlEAASDQoJQmVnaW5UeXBlEAESDgoKTWlkZGxlVHlwZRACEg'
  135. 'sKB0VuZFR5cGUQAw==');
  136. @$core.Deprecated('Use statusTypeDescriptor instead')
  137. const StatusType$json = {
  138. '1': 'StatusType',
  139. '2': [
  140. {'1': 'UnKnowStatus', '2': 0},
  141. {'1': 'NormalStatus', '2': 1},
  142. {'1': 'DisabledStatus', '2': 8},
  143. {'1': 'DeleteStatus', '2': 9},
  144. ],
  145. };
  146. /// Descriptor for `StatusType`. Decode as a `google.protobuf.EnumDescriptorProto`.
  147. final $typed_data.Uint8List statusTypeDescriptor = $convert.base64Decode(
  148. 'CgpTdGF0dXNUeXBlEhAKDFVuS25vd1N0YXR1cxAAEhAKDE5vcm1hbFN0YXR1cxABEhIKDkRpc2'
  149. 'FibGVkU3RhdHVzEAgSEAoMRGVsZXRlU3RhdHVzEAk=');
  150. @$core.Deprecated('Use hrBandTypeDescriptor instead')
  151. const HrBandType$json = {
  152. '1': 'HrBandType',
  153. '2': [
  154. {'1': 'UnKnowHrBand', '2': 0},
  155. {'1': 'UseHrBand', '2': 1},
  156. {'1': 'NotUseHrBand', '2': 2},
  157. ],
  158. };
  159. /// Descriptor for `HrBandType`. Decode as a `google.protobuf.EnumDescriptorProto`.
  160. final $typed_data.Uint8List hrBandTypeDescriptor = $convert.base64Decode(
  161. 'CgpIckJhbmRUeXBlEhAKDFVuS25vd0hyQmFuZBAAEg0KCVVzZUhyQmFuZBABEhAKDE5vdFVzZU'
  162. 'hyQmFuZBAC');
  163. @$core.Deprecated('Use gameStateDescriptor instead')
  164. const GameState$json = {
  165. '1': 'GameState',
  166. '2': [
  167. {'1': 'AllGameState', '2': 0},
  168. {'1': 'NormalGameState', '2': 1},
  169. {'1': 'abnormalGameState', '2': 2},
  170. ],
  171. };
  172. /// Descriptor for `GameState`. Decode as a `google.protobuf.EnumDescriptorProto`.
  173. final $typed_data.Uint8List gameStateDescriptor = $convert.base64Decode(
  174. 'CglHYW1lU3RhdGUSEAoMQWxsR2FtZVN0YXRlEAASEwoPTm9ybWFsR2FtZVN0YXRlEAESFQoRYW'
  175. 'Jub3JtYWxHYW1lU3RhdGUQAg==');
  176. @$core.Deprecated('Use gameHistorySourceDescriptor instead')
  177. const GameHistorySource$json = {
  178. '1': 'GameHistorySource',
  179. '2': [
  180. {'1': 'GameHistorySourcAll', '2': 0},
  181. {'1': 'GameHistorySourceOrienteer', '2': 1},
  182. {'1': 'GameHistorySourceAss', '2': 2},
  183. ],
  184. };
  185. /// Descriptor for `GameHistorySource`. Decode as a `google.protobuf.EnumDescriptorProto`.
  186. final $typed_data.Uint8List gameHistorySourceDescriptor = $convert.base64Decode(
  187. 'ChFHYW1lSGlzdG9yeVNvdXJjZRIXChNHYW1lSGlzdG9yeVNvdXJjQWxsEAASHgoaR2FtZUhpc3'
  188. 'RvcnlTb3VyY2VPcmllbnRlZXIQARIYChRHYW1lSGlzdG9yeVNvdXJjZUFzcxAC');
  189. @$core.Deprecated('Use backGroundColorDescriptor instead')
  190. const BackGroundColor$json = {
  191. '1': 'BackGroundColor',
  192. '2': [
  193. {'1': 'UnKnowColor', '2': 0},
  194. {'1': 'BlueColor', '2': 1},
  195. {'1': 'GreenColor', '2': 2},
  196. {'1': 'BrownColor', '2': 3},
  197. ],
  198. };
  199. /// Descriptor for `BackGroundColor`. Decode as a `google.protobuf.EnumDescriptorProto`.
  200. final $typed_data.Uint8List backGroundColorDescriptor = $convert.base64Decode(
  201. 'Cg9CYWNrR3JvdW5kQ29sb3ISDwoLVW5Lbm93Q29sb3IQABINCglCbHVlQ29sb3IQARIOCgpHcm'
  202. 'VlbkNvbG9yEAISDgoKQnJvd25Db2xvchAD');
  203. @$core.Deprecated('Use netImageDescriptor instead')
  204. const NetImage$json = {
  205. '1': 'NetImage',
  206. '2': [
  207. {'1': 'url', '3': 1, '4': 1, '5': 9, '10': 'url'},
  208. {'1': 'md5', '3': 2, '4': 1, '5': 12, '10': 'md5'},
  209. ],
  210. };
  211. /// Descriptor for `NetImage`. Decode as a `google.protobuf.DescriptorProto`.
  212. final $typed_data.Uint8List netImageDescriptor = $convert.base64Decode(
  213. 'CghOZXRJbWFnZRIQCgN1cmwYASABKAlSA3VybBIQCgNtZDUYAiABKAxSA21kNQ==');
  214. @$core.Deprecated('Use userDescriptor instead')
  215. const User$json = {
  216. '1': 'User',
  217. '4': [User_Sex$json],
  218. };
  219. @$core.Deprecated('Use userDescriptor instead')
  220. const User_Sex$json = {
  221. '1': 'Sex',
  222. '2': [
  223. {'1': 'UnDefine', '2': 0},
  224. {'1': 'Male', '2': 1},
  225. {'1': 'Female', '2': 2},
  226. ],
  227. };
  228. /// Descriptor for `User`. Decode as a `google.protobuf.DescriptorProto`.
  229. final $typed_data.Uint8List userDescriptor = $convert.base64Decode(
  230. 'CgRVc2VyIikKA1NleBIMCghVbkRlZmluZRAAEggKBE1hbGUQARIKCgZGZW1hbGUQAg==');
  231. @$core.Deprecated('Use gameGpsInfoDescriptor instead')
  232. const GameGpsInfo$json = {
  233. '1': 'GameGpsInfo',
  234. '2': [
  235. {'1': 'gpsTime', '3': 1, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'gpsTime'},
  236. {'1': 'longitude', '3': 2, '4': 1, '5': 1, '10': 'longitude'},
  237. {'1': 'latitude', '3': 3, '4': 1, '5': 1, '10': 'latitude'},
  238. {'1': 'directionRadian', '3': 4, '4': 1, '5': 1, '10': 'directionRadian'},
  239. {'1': 'altitude', '3': 5, '4': 1, '5': 1, '10': 'altitude'},
  240. ],
  241. };
  242. /// Descriptor for `GameGpsInfo`. Decode as a `google.protobuf.DescriptorProto`.
  243. final $typed_data.Uint8List gameGpsInfoDescriptor = $convert.base64Decode(
  244. 'CgtHYW1lR3BzSW5mbxI0CgdncHNUaW1lGAEgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdG'
  245. 'FtcFIHZ3BzVGltZRIcCglsb25naXR1ZGUYAiABKAFSCWxvbmdpdHVkZRIaCghsYXRpdHVkZRgD'
  246. 'IAEoAVIIbGF0aXR1ZGUSKAoPZGlyZWN0aW9uUmFkaWFuGAQgASgBUg9kaXJlY3Rpb25SYWRpYW'
  247. '4SGgoIYWx0aXR1ZGUYBSABKAFSCGFsdGl0dWRl');
  248. @$core.Deprecated('Use heartRateDescriptor instead')
  249. const HeartRate$json = {
  250. '1': 'HeartRate',
  251. '2': [
  252. {'1': 'timeStampMs', '3': 1, '4': 1, '5': 3, '10': 'timeStampMs'},
  253. {'1': 'hr', '3': 2, '4': 1, '5': 5, '10': 'hr'},
  254. ],
  255. };
  256. /// Descriptor for `HeartRate`. Decode as a `google.protobuf.DescriptorProto`.
  257. final $typed_data.Uint8List heartRateDescriptor = $convert.base64Decode(
  258. 'CglIZWFydFJhdGUSIAoLdGltZVN0YW1wTXMYASABKANSC3RpbWVTdGFtcE1zEg4KAmhyGAIgAS'
  259. 'gFUgJocg==');
  260. @$core.Deprecated('Use signInReplyDescriptor instead')
  261. const SignInReply$json = {
  262. '1': 'SignInReply',
  263. '2': [
  264. {'1': 'token', '3': 1, '4': 1, '5': 9, '10': 'token'},
  265. ],
  266. };
  267. /// Descriptor for `SignInReply`. Decode as a `google.protobuf.DescriptorProto`.
  268. final $typed_data.Uint8List signInReplyDescriptor = $convert.base64Decode(
  269. 'CgtTaWduSW5SZXBseRIUCgV0b2tlbhgBIAEoCVIFdG9rZW4=');
  270. @$core.Deprecated('Use gameArriveControlPointDescriptor instead')
  271. const GameArriveControlPoint$json = {
  272. '1': 'GameArriveControlPoint',
  273. '2': [
  274. {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
  275. {'1': 'sn', '3': 2, '4': 1, '5': 9, '10': 'sn'},
  276. {'1': 'orderNo', '3': 3, '4': 1, '5': 5, '10': 'orderNo'},
  277. {'1': 'totalNo', '3': 4, '4': 1, '5': 5, '10': 'totalNo'},
  278. ],
  279. };
  280. /// Descriptor for `GameArriveControlPoint`. Decode as a `google.protobuf.DescriptorProto`.
  281. final $typed_data.Uint8List gameArriveControlPointDescriptor = $convert.base64Decode(
  282. 'ChZHYW1lQXJyaXZlQ29udHJvbFBvaW50Eg4KAmlkGAEgASgDUgJpZBIOCgJzbhgCIAEoCVICc2'
  283. '4SGAoHb3JkZXJObxgDIAEoBVIHb3JkZXJObxIYCgd0b3RhbE5vGAQgASgFUgd0b3RhbE5v');
  284. @$core.Deprecated('Use mapRouteDescriptor instead')
  285. const MapRoute$json = {
  286. '1': 'MapRoute',
  287. '2': [
  288. {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
  289. {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  290. {'1': 'image', '3': 3, '4': 1, '5': 11, '6': '.base.v1.NetImage', '10': 'image'},
  291. {'1': 'isNfc', '3': 4, '4': 1, '5': 8, '10': 'isNfc'},
  292. {'1': 'distanceMeter', '3': 5, '4': 1, '5': 5, '10': 'distanceMeter'},
  293. {'1': 'altitudeDiffMeter', '3': 6, '4': 1, '5': 5, '10': 'altitudeDiffMeter'},
  294. {'1': 'useCount', '3': 7, '4': 1, '5': 5, '10': 'useCount'},
  295. ],
  296. };
  297. /// Descriptor for `MapRoute`. Decode as a `google.protobuf.DescriptorProto`.
  298. final $typed_data.Uint8List mapRouteDescriptor = $convert.base64Decode(
  299. 'CghNYXBSb3V0ZRIOCgJpZBgBIAEoA1ICaWQSEgoEbmFtZRgCIAEoCVIEbmFtZRInCgVpbWFnZR'
  300. 'gDIAEoCzIRLmJhc2UudjEuTmV0SW1hZ2VSBWltYWdlEhQKBWlzTmZjGAQgASgIUgVpc05mYxIk'
  301. 'Cg1kaXN0YW5jZU1ldGVyGAUgASgFUg1kaXN0YW5jZU1ldGVyEiwKEWFsdGl0dWRlRGlmZk1ldG'
  302. 'VyGAYgASgFUhFhbHRpdHVkZURpZmZNZXRlchIaCgh1c2VDb3VudBgHIAEoBVIIdXNlQ291bnQ=');
  303. @$core.Deprecated('Use idArrRequestDescriptor instead')
  304. const IdArrRequest$json = {
  305. '1': 'IdArrRequest',
  306. '2': [
  307. {'1': 'IdArr', '3': 2, '4': 3, '5': 5, '10': 'IdArr'},
  308. ],
  309. };
  310. /// Descriptor for `IdArrRequest`. Decode as a `google.protobuf.DescriptorProto`.
  311. final $typed_data.Uint8List idArrRequestDescriptor = $convert.base64Decode(
  312. 'CgxJZEFyclJlcXVlc3QSFAoFSWRBcnIYAiADKAVSBUlkQXJy');
  313. @$core.Deprecated('Use baseMapInfoDescriptor instead')
  314. const BaseMapInfo$json = {
  315. '1': 'BaseMapInfo',
  316. '2': [
  317. {'1': 'shopId', '3': 1, '4': 1, '5': 5, '10': 'shopId'},
  318. {'1': 'mapName', '3': 2, '4': 1, '5': 9, '10': 'mapName'},
  319. {'1': 'zipImage', '3': 3, '4': 1, '5': 11, '6': '.base.v1.NetImage', '10': 'zipImage'},
  320. ],
  321. };
  322. /// Descriptor for `BaseMapInfo`. Decode as a `google.protobuf.DescriptorProto`.
  323. final $typed_data.Uint8List baseMapInfoDescriptor = $convert.base64Decode(
  324. 'CgtCYXNlTWFwSW5mbxIWCgZzaG9wSWQYASABKAVSBnNob3BJZBIYCgdtYXBOYW1lGAIgASgJUg'
  325. 'dtYXBOYW1lEi0KCHppcEltYWdlGAMgASgLMhEuYmFzZS52MS5OZXRJbWFnZVIIemlwSW1hZ2U=');
  326. @$core.Deprecated('Use regionDescriptor instead')
  327. const Region$json = {
  328. '1': 'Region',
  329. '2': [
  330. {'1': 'code', '3': 1, '4': 1, '5': 9, '10': 'code'},
  331. {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  332. ],
  333. };
  334. /// Descriptor for `Region`. Decode as a `google.protobuf.DescriptorProto`.
  335. final $typed_data.Uint8List regionDescriptor = $convert.base64Decode(
  336. 'CgZSZWdpb24SEgoEY29kZRgBIAEoCVIEY29kZRISCgRuYW1lGAIgASgJUgRuYW1l');
  337. @$core.Deprecated('Use shopListDescriptor instead')
  338. const ShopList$json = {
  339. '1': 'ShopList',
  340. '2': [
  341. {'1': 'shopId', '3': 1, '4': 1, '5': 5, '10': 'shopId'},
  342. {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  343. ],
  344. };
  345. /// Descriptor for `ShopList`. Decode as a `google.protobuf.DescriptorProto`.
  346. final $typed_data.Uint8List shopListDescriptor = $convert.base64Decode(
  347. 'CghTaG9wTGlzdBIWCgZzaG9wSWQYASABKAVSBnNob3BJZBISCgRuYW1lGAIgASgJUgRuYW1l');
  348. @$core.Deprecated('Use getSmsSendLeftTimeRequestDescriptor instead')
  349. const GetSmsSendLeftTimeRequest$json = {
  350. '1': 'GetSmsSendLeftTimeRequest',
  351. '2': [
  352. {'1': 'phone', '3': 1, '4': 1, '5': 9, '10': 'phone'},
  353. ],
  354. };
  355. /// Descriptor for `GetSmsSendLeftTimeRequest`. Decode as a `google.protobuf.DescriptorProto`.
  356. final $typed_data.Uint8List getSmsSendLeftTimeRequestDescriptor = $convert.base64Decode(
  357. 'ChlHZXRTbXNTZW5kTGVmdFRpbWVSZXF1ZXN0EhQKBXBob25lGAEgASgJUgVwaG9uZQ==');
  358. @$core.Deprecated('Use getSmsSendLeftTimeReplyDescriptor instead')
  359. const GetSmsSendLeftTimeReply$json = {
  360. '1': 'GetSmsSendLeftTimeReply',
  361. '2': [
  362. {'1': 'second', '3': 1, '4': 1, '5': 5, '10': 'second'},
  363. ],
  364. };
  365. /// Descriptor for `GetSmsSendLeftTimeReply`. Decode as a `google.protobuf.DescriptorProto`.
  366. final $typed_data.Uint8List getSmsSendLeftTimeReplyDescriptor = $convert.base64Decode(
  367. 'ChdHZXRTbXNTZW5kTGVmdFRpbWVSZXBseRIWCgZzZWNvbmQYASABKAVSBnNlY29uZA==');
  368. @$core.Deprecated('Use controlInfoListDescriptor instead')
  369. const ControlInfoList$json = {
  370. '1': 'ControlInfoList',
  371. '2': [
  372. {'1': 'ciId', '3': 1, '4': 1, '5': 5, '10': 'ciId'},
  373. {'1': 'ciCode', '3': 2, '4': 1, '5': 9, '10': 'ciCode'},
  374. ],
  375. };
  376. /// Descriptor for `ControlInfoList`. Decode as a `google.protobuf.DescriptorProto`.
  377. final $typed_data.Uint8List controlInfoListDescriptor = $convert.base64Decode(
  378. 'Cg9Db250cm9sSW5mb0xpc3QSEgoEY2lJZBgBIAEoBVIEY2lJZBIWCgZjaUNvZGUYAiABKAlSBm'
  379. 'NpQ29kZQ==');
  380. @$core.Deprecated('Use defaultReplyDescriptor instead')
  381. const DefaultReply$json = {
  382. '1': 'DefaultReply',
  383. };
  384. /// Descriptor for `DefaultReply`. Decode as a `google.protobuf.DescriptorProto`.
  385. final $typed_data.Uint8List defaultReplyDescriptor = $convert.base64Decode(
  386. 'CgxEZWZhdWx0UmVwbHk=');
  387. @$core.Deprecated('Use idRequestDescriptor instead')
  388. const IdRequest$json = {
  389. '1': 'IdRequest',
  390. '2': [
  391. {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
  392. ],
  393. };
  394. /// Descriptor for `IdRequest`. Decode as a `google.protobuf.DescriptorProto`.
  395. final $typed_data.Uint8List idRequestDescriptor = $convert.base64Decode(
  396. 'CglJZFJlcXVlc3QSDgoCaWQYASABKANSAmlk');
  397. @$core.Deprecated('Use defaultRequestDescriptor instead')
  398. const DefaultRequest$json = {
  399. '1': 'DefaultRequest',
  400. };
  401. /// Descriptor for `DefaultRequest`. Decode as a `google.protobuf.DescriptorProto`.
  402. final $typed_data.Uint8List defaultRequestDescriptor = $convert.base64Decode(
  403. 'Cg5EZWZhdWx0UmVxdWVzdA==');
  404. @$core.Deprecated('Use positionDescriptor instead')
  405. const Position$json = {
  406. '1': 'Position',
  407. '2': [
  408. {'1': 'longitude', '3': 1, '4': 1, '5': 1, '10': 'longitude'},
  409. {'1': 'latitude', '3': 2, '4': 1, '5': 1, '10': 'latitude'},
  410. {'1': 'altitude', '3': 3, '4': 1, '5': 1, '10': 'altitude'},
  411. ],
  412. };
  413. /// Descriptor for `Position`. Decode as a `google.protobuf.DescriptorProto`.
  414. final $typed_data.Uint8List positionDescriptor = $convert.base64Decode(
  415. 'CghQb3NpdGlvbhIcCglsb25naXR1ZGUYASABKAFSCWxvbmdpdHVkZRIaCghsYXRpdHVkZRgCIA'
  416. 'EoAVIIbGF0aXR1ZGUSGgoIYWx0aXR1ZGUYAyABKAFSCGFsdGl0dWRl');
  417. @$core.Deprecated('Use controlPointInfoDescriptor instead')
  418. const ControlPointInfo$json = {
  419. '1': 'ControlPointInfo',
  420. '2': [
  421. {'1': 'displayInfo', '3': 1, '4': 1, '5': 11, '6': '.google.protobuf.Any', '10': 'displayInfo'},
  422. ],
  423. };
  424. /// Descriptor for `ControlPointInfo`. Decode as a `google.protobuf.DescriptorProto`.
  425. final $typed_data.Uint8List controlPointInfoDescriptor = $convert.base64Decode(
  426. 'ChBDb250cm9sUG9pbnRJbmZvEjYKC2Rpc3BsYXlJbmZvGAEgASgLMhQuZ29vZ2xlLnByb3RvYn'
  427. 'VmLkFueVILZGlzcGxheUluZm8=');
  428. @$core.Deprecated('Use controlPointDisplayInfoSingleChoiceDescriptor instead')
  429. const ControlPointDisplayInfoSingleChoice$json = {
  430. '1': 'ControlPointDisplayInfoSingleChoice',
  431. '2': [
  432. {'1': 'question', '3': 1, '4': 1, '5': 9, '10': 'question'},
  433. {'1': 'image', '3': 2, '4': 1, '5': 11, '6': '.base.v1.NetImage', '10': 'image'},
  434. {'1': 'answer', '3': 3, '4': 3, '5': 9, '10': 'answer'},
  435. {'1': 'rightAnswerIndex', '3': 4, '4': 1, '5': 5, '10': 'rightAnswerIndex'},
  436. {'1': 'qbId', '3': 5, '4': 1, '5': 5, '10': 'qbId'},
  437. ],
  438. };
  439. /// Descriptor for `ControlPointDisplayInfoSingleChoice`. Decode as a `google.protobuf.DescriptorProto`.
  440. final $typed_data.Uint8List controlPointDisplayInfoSingleChoiceDescriptor = $convert.base64Decode(
  441. 'CiNDb250cm9sUG9pbnREaXNwbGF5SW5mb1NpbmdsZUNob2ljZRIaCghxdWVzdGlvbhgBIAEoCV'
  442. 'IIcXVlc3Rpb24SJwoFaW1hZ2UYAiABKAsyES5iYXNlLnYxLk5ldEltYWdlUgVpbWFnZRIWCgZh'
  443. 'bnN3ZXIYAyADKAlSBmFuc3dlchIqChByaWdodEFuc3dlckluZGV4GAQgASgFUhByaWdodEFuc3'
  444. 'dlckluZGV4EhIKBHFiSWQYBSABKAVSBHFiSWQ=');
  445. @$core.Deprecated('Use binaryPartDescriptor instead')
  446. const BinaryPart$json = {
  447. '1': 'BinaryPart',
  448. '2': [
  449. {'1': 'ext', '3': 1, '4': 1, '5': 9, '10': 'ext'},
  450. {'1': 'data', '3': 2, '4': 1, '5': 12, '10': 'data'},
  451. {'1': 'allCount', '3': 3, '4': 1, '5': 5, '10': 'allCount'},
  452. {'1': 'nonce', '3': 4, '4': 1, '5': 12, '10': 'nonce'},
  453. ],
  454. };
  455. /// Descriptor for `BinaryPart`. Decode as a `google.protobuf.DescriptorProto`.
  456. final $typed_data.Uint8List binaryPartDescriptor = $convert.base64Decode(
  457. 'CgpCaW5hcnlQYXJ0EhAKA2V4dBgBIAEoCVIDZXh0EhIKBGRhdGEYAiABKAxSBGRhdGESGgoIYW'
  458. 'xsQ291bnQYAyABKAVSCGFsbENvdW50EhQKBW5vbmNlGAQgASgMUgVub25jZQ==');
  459. @$core.Deprecated('Use binaryPartV2Descriptor instead')
  460. const BinaryPartV2$json = {
  461. '1': 'BinaryPartV2',
  462. '2': [
  463. {'1': 'data', '3': 1, '4': 1, '5': 12, '10': 'data'},
  464. ],
  465. };
  466. /// Descriptor for `BinaryPartV2`. Decode as a `google.protobuf.DescriptorProto`.
  467. final $typed_data.Uint8List binaryPartV2Descriptor = $convert.base64Decode(
  468. 'CgxCaW5hcnlQYXJ0VjISEgoEZGF0YRgBIAEoDFIEZGF0YQ==');
  469. @$core.Deprecated('Use imageDescriptor instead')
  470. const Image$json = {
  471. '1': 'Image',
  472. '2': [
  473. {'1': 'ext', '3': 1, '4': 1, '5': 9, '10': 'ext'},
  474. {'1': 'data', '3': 2, '4': 1, '5': 12, '10': 'data'},
  475. ],
  476. };
  477. /// Descriptor for `Image`. Decode as a `google.protobuf.DescriptorProto`.
  478. final $typed_data.Uint8List imageDescriptor = $convert.base64Decode(
  479. 'CgVJbWFnZRIQCgNleHQYASABKAlSA2V4dBISCgRkYXRhGAIgASgMUgRkYXRh');
  480. @$core.Deprecated('Use statusEditRequestDescriptor instead')
  481. const StatusEditRequest$json = {
  482. '1': 'StatusEditRequest',
  483. '2': [
  484. {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
  485. {'1': 'status', '3': 2, '4': 1, '5': 14, '6': '.base.v1.StatusType', '10': 'status'},
  486. ],
  487. };
  488. /// Descriptor for `StatusEditRequest`. Decode as a `google.protobuf.DescriptorProto`.
  489. final $typed_data.Uint8List statusEditRequestDescriptor = $convert.base64Decode(
  490. 'ChFTdGF0dXNFZGl0UmVxdWVzdBIOCgJpZBgBIAEoA1ICaWQSKwoGc3RhdHVzGAIgASgOMhMuYm'
  491. 'FzZS52MS5TdGF0dXNUeXBlUgZzdGF0dXM=');
  492. @$core.Deprecated('Use courseInfoDescriptor instead')
  493. const CourseInfo$json = {
  494. '1': 'CourseInfo',
  495. '2': [
  496. {'1': 'id', '3': 1, '4': 1, '5': 5, '10': 'id'},
  497. {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  498. {'1': 'totalControlNum', '3': 3, '4': 1, '5': 5, '10': 'totalControlNum'},
  499. {'1': 'maxRange', '3': 4, '4': 1, '5': 5, '10': 'maxRange'},
  500. {'1': 'control_point_sorted_list', '3': 5, '4': 3, '5': 11, '6': '.base.v1.ControlPoint', '10': 'controlPointSortedList'},
  501. ],
  502. };
  503. /// Descriptor for `CourseInfo`. Decode as a `google.protobuf.DescriptorProto`.
  504. final $typed_data.Uint8List courseInfoDescriptor = $convert.base64Decode(
  505. 'CgpDb3Vyc2VJbmZvEg4KAmlkGAEgASgFUgJpZBISCgRuYW1lGAIgASgJUgRuYW1lEigKD3RvdG'
  506. 'FsQ29udHJvbE51bRgDIAEoBVIPdG90YWxDb250cm9sTnVtEhoKCG1heFJhbmdlGAQgASgFUght'
  507. 'YXhSYW5nZRJQChljb250cm9sX3BvaW50X3NvcnRlZF9saXN0GAUgAygLMhUuYmFzZS52MS5Db2'
  508. '50cm9sUG9pbnRSFmNvbnRyb2xQb2ludFNvcnRlZExpc3Q=');
  509. @$core.Deprecated('Use controlPointDescriptor instead')
  510. const ControlPoint$json = {
  511. '1': 'ControlPoint',
  512. '2': [
  513. {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
  514. {'1': 'info', '3': 2, '4': 1, '5': 11, '6': '.base.v1.ControlPointInfo', '10': 'info'},
  515. {'1': 'nfc_id_list', '3': 3, '4': 3, '5': 9, '10': 'nfcIdList'},
  516. {'1': 'on_map_x', '3': 4, '4': 1, '5': 3, '10': 'onMapX'},
  517. {'1': 'on_map_y', '3': 5, '4': 1, '5': 3, '10': 'onMapY'},
  518. {'1': 'sn', '3': 6, '4': 1, '5': 9, '10': 'sn'},
  519. {'1': 'ciPosition', '3': 7, '4': 1, '5': 11, '6': '.base.v1.Position', '10': 'ciPosition'},
  520. {'1': 'mapPosition', '3': 8, '4': 1, '5': 11, '6': '.base.v1.Position', '10': 'mapPosition'},
  521. {'1': 'category', '3': 9, '4': 1, '5': 5, '10': 'category'},
  522. ],
  523. };
  524. /// Descriptor for `ControlPoint`. Decode as a `google.protobuf.DescriptorProto`.
  525. final $typed_data.Uint8List controlPointDescriptor = $convert.base64Decode(
  526. 'CgxDb250cm9sUG9pbnQSDgoCaWQYASABKANSAmlkEi0KBGluZm8YAiABKAsyGS5iYXNlLnYxLk'
  527. 'NvbnRyb2xQb2ludEluZm9SBGluZm8SHgoLbmZjX2lkX2xpc3QYAyADKAlSCW5mY0lkTGlzdBIY'
  528. 'Cghvbl9tYXBfeBgEIAEoA1IGb25NYXBYEhgKCG9uX21hcF95GAUgASgDUgZvbk1hcFkSDgoCc2'
  529. '4YBiABKAlSAnNuEjEKCmNpUG9zaXRpb24YByABKAsyES5iYXNlLnYxLlBvc2l0aW9uUgpjaVBv'
  530. 'c2l0aW9uEjMKC21hcFBvc2l0aW9uGAggASgLMhEuYmFzZS52MS5Qb3NpdGlvblILbWFwUG9zaX'
  531. 'Rpb24SGgoIY2F0ZWdvcnkYCSABKAVSCGNhdGVnb3J5');
  532. @$core.Deprecated('Use controlPointSimpleDescriptor instead')
  533. const ControlPointSimple$json = {
  534. '1': 'ControlPointSimple',
  535. '2': [
  536. {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
  537. {'1': 'nfc_id_list', '3': 2, '4': 3, '5': 9, '10': 'nfcIdList'},
  538. {'1': 'sn', '3': 3, '4': 1, '5': 9, '10': 'sn'},
  539. ],
  540. };
  541. /// Descriptor for `ControlPointSimple`. Decode as a `google.protobuf.DescriptorProto`.
  542. final $typed_data.Uint8List controlPointSimpleDescriptor = $convert.base64Decode(
  543. 'ChJDb250cm9sUG9pbnRTaW1wbGUSDgoCaWQYASABKANSAmlkEh4KC25mY19pZF9saXN0GAIgAy'
  544. 'gJUgluZmNJZExpc3QSDgoCc24YAyABKAlSAnNu');
  545. @$core.Deprecated('Use gameDetailV2ReplyDescriptor instead')
  546. const GameDetailV2Reply$json = {
  547. '1': 'GameDetailV2Reply',
  548. '2': [
  549. {'1': 'game_id', '3': 1, '4': 1, '5': 5, '10': 'gameId'},
  550. {'1': 'isComplete', '3': 2, '4': 1, '5': 8, '10': 'isComplete'},
  551. {'1': 'start_at', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'startAt'},
  552. {'1': 'checked_sorted_list', '3': 4, '4': 3, '5': 11, '6': '.base.v1.ControlPointGameInfo', '10': 'checkedSortedList'},
  553. {'1': 'duration', '3': 5, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'duration'},
  554. {'1': 'stop_at', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'stopAt'},
  555. {'1': 'qrJsonCode', '3': 7, '4': 1, '5': 9, '10': 'qrJsonCode'},
  556. {'1': 'isSuccess', '3': 8, '4': 1, '5': 8, '10': 'isSuccess'},
  557. {'1': 'sysPoint', '3': 9, '4': 1, '5': 5, '10': 'sysPoint'},
  558. {'1': 'totalPointNum', '3': 10, '4': 1, '5': 5, '10': 'totalPointNum'},
  559. {'1': 'actName', '3': 13, '4': 1, '5': 9, '10': 'actName'},
  560. {'1': 'distance', '3': 14, '4': 1, '5': 5, '10': 'distance'},
  561. {'1': 'pace', '3': 15, '4': 1, '5': 5, '10': 'pace'},
  562. {'1': 'avgHr', '3': 16, '4': 1, '5': 5, '10': 'avgHr'},
  563. {'1': 'Calorie', '3': 17, '4': 1, '5': 5, '10': 'Calorie'},
  564. {'1': 'Ck', '3': 18, '4': 1, '5': 5, '10': 'Ck'},
  565. {'1': 'Ei', '3': 19, '4': 1, '5': 2, '10': 'Ei'},
  566. {'1': 'stepNum', '3': 20, '4': 1, '5': 5, '10': 'stepNum'},
  567. {'1': 'gameGpsInfo', '3': 21, '4': 3, '5': 11, '6': '.base.v1.GameGpsInfo', '10': 'gameGpsInfo'},
  568. {'1': 'map_zip', '3': 22, '4': 1, '5': 11, '6': '.base.v1.NetImage', '10': 'mapZip'},
  569. {'1': 'answerHistory', '3': 23, '4': 1, '5': 11, '6': '.base.v1.AnswerHistoryInfo', '10': 'answerHistory'},
  570. {'1': 'gameHrInfos', '3': 24, '4': 3, '5': 11, '6': '.base.v1.HeartRate', '10': 'gameHrInfos'},
  571. {'1': 'source', '3': 25, '4': 1, '5': 14, '6': '.base.v1.GameHistorySource', '10': 'source'},
  572. {'1': 'actId', '3': 26, '4': 1, '5': 5, '10': 'actId'},
  573. {'1': 'body', '3': 27, '4': 1, '5': 11, '6': '.base.v1.OrienteerBodyInfo', '10': 'body'},
  574. ],
  575. };
  576. /// Descriptor for `GameDetailV2Reply`. Decode as a `google.protobuf.DescriptorProto`.
  577. final $typed_data.Uint8List gameDetailV2ReplyDescriptor = $convert.base64Decode(
  578. 'ChFHYW1lRGV0YWlsVjJSZXBseRIXCgdnYW1lX2lkGAEgASgFUgZnYW1lSWQSHgoKaXNDb21wbG'
  579. 'V0ZRgCIAEoCFIKaXNDb21wbGV0ZRI1CghzdGFydF9hdBgDIAEoCzIaLmdvb2dsZS5wcm90b2J1'
  580. 'Zi5UaW1lc3RhbXBSB3N0YXJ0QXQSTQoTY2hlY2tlZF9zb3J0ZWRfbGlzdBgEIAMoCzIdLmJhc2'
  581. 'UudjEuQ29udHJvbFBvaW50R2FtZUluZm9SEWNoZWNrZWRTb3J0ZWRMaXN0EjUKCGR1cmF0aW9u'
  582. 'GAUgASgLMhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uUghkdXJhdGlvbhIzCgdzdG9wX2F0GA'
  583. 'YgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcFIGc3RvcEF0Eh4KCnFySnNvbkNvZGUY'
  584. 'ByABKAlSCnFySnNvbkNvZGUSHAoJaXNTdWNjZXNzGAggASgIUglpc1N1Y2Nlc3MSGgoIc3lzUG'
  585. '9pbnQYCSABKAVSCHN5c1BvaW50EiQKDXRvdGFsUG9pbnROdW0YCiABKAVSDXRvdGFsUG9pbnRO'
  586. 'dW0SGAoHYWN0TmFtZRgNIAEoCVIHYWN0TmFtZRIaCghkaXN0YW5jZRgOIAEoBVIIZGlzdGFuY2'
  587. 'USEgoEcGFjZRgPIAEoBVIEcGFjZRIUCgVhdmdIchgQIAEoBVIFYXZnSHISGAoHQ2Fsb3JpZRgR'
  588. 'IAEoBVIHQ2Fsb3JpZRIOCgJDaxgSIAEoBVICQ2sSDgoCRWkYEyABKAJSAkVpEhgKB3N0ZXBOdW'
  589. '0YFCABKAVSB3N0ZXBOdW0SNgoLZ2FtZUdwc0luZm8YFSADKAsyFC5iYXNlLnYxLkdhbWVHcHNJ'
  590. 'bmZvUgtnYW1lR3BzSW5mbxIqCgdtYXBfemlwGBYgASgLMhEuYmFzZS52MS5OZXRJbWFnZVIGbW'
  591. 'FwWmlwEkAKDWFuc3dlckhpc3RvcnkYFyABKAsyGi5iYXNlLnYxLkFuc3dlckhpc3RvcnlJbmZv'
  592. 'Ug1hbnN3ZXJIaXN0b3J5EjQKC2dhbWVIckluZm9zGBggAygLMhIuYmFzZS52MS5IZWFydFJhdG'
  593. 'VSC2dhbWVIckluZm9zEjIKBnNvdXJjZRgZIAEoDjIaLmJhc2UudjEuR2FtZUhpc3RvcnlTb3Vy'
  594. 'Y2VSBnNvdXJjZRIUCgVhY3RJZBgaIAEoBVIFYWN0SWQSLgoEYm9keRgbIAEoCzIaLmJhc2Uudj'
  595. 'EuT3JpZW50ZWVyQm9keUluZm9SBGJvZHk=');
  596. @$core.Deprecated('Use orienteerBodyInfoDescriptor instead')
  597. const OrienteerBodyInfo$json = {
  598. '1': 'OrienteerBodyInfo',
  599. '2': [
  600. {'1': 'oId', '3': 1, '4': 1, '5': 5, '10': 'oId'},
  601. {'1': 'sex', '3': 2, '4': 1, '5': 14, '6': '.base.v1.User.Sex', '10': 'sex'},
  602. {'1': 'birthdayYear', '3': 3, '4': 1, '5': 5, '10': 'birthdayYear'},
  603. {'1': 'heightMillimeter', '3': 4, '4': 1, '5': 5, '10': 'heightMillimeter'},
  604. {'1': 'weightGram', '3': 5, '4': 1, '5': 5, '10': 'weightGram'},
  605. {'1': 'staticHr', '3': 6, '4': 1, '5': 5, '10': 'staticHr'},
  606. ],
  607. };
  608. /// Descriptor for `OrienteerBodyInfo`. Decode as a `google.protobuf.DescriptorProto`.
  609. final $typed_data.Uint8List orienteerBodyInfoDescriptor = $convert.base64Decode(
  610. 'ChFPcmllbnRlZXJCb2R5SW5mbxIQCgNvSWQYASABKAVSA29JZBIjCgNzZXgYAiABKA4yES5iYX'
  611. 'NlLnYxLlVzZXIuU2V4UgNzZXgSIgoMYmlydGhkYXlZZWFyGAMgASgFUgxiaXJ0aGRheVllYXIS'
  612. 'KgoQaGVpZ2h0TWlsbGltZXRlchgEIAEoBVIQaGVpZ2h0TWlsbGltZXRlchIeCgp3ZWlnaHRHcm'
  613. 'FtGAUgASgFUgp3ZWlnaHRHcmFtEhoKCHN0YXRpY0hyGAYgASgFUghzdGF0aWNIcg==');
  614. @$core.Deprecated('Use controlPointGameInfoDescriptor instead')
  615. const ControlPointGameInfo$json = {
  616. '1': 'ControlPointGameInfo',
  617. '2': [
  618. {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
  619. {'1': 'sn', '3': 2, '4': 1, '5': 9, '10': 'sn'},
  620. {'1': 'cType', '3': 3, '4': 1, '5': 14, '6': '.base.v1.CType', '10': 'cType'},
  621. {'1': 'orderNo', '3': 4, '4': 1, '5': 5, '10': 'orderNo'},
  622. {'1': 'is_check_success', '3': 5, '4': 1, '5': 8, '10': 'isCheckSuccess'},
  623. {'1': 'check_after_last', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'checkAfterLast'},
  624. {'1': 'punchTime', '3': 7, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'punchTime'},
  625. {'1': 'position', '3': 8, '4': 1, '5': 11, '6': '.base.v1.Position', '10': 'position'},
  626. {'1': 'disAfterLast', '3': 9, '4': 1, '5': 5, '10': 'disAfterLast'},
  627. {'1': 'disStraightAfterLast', '3': 10, '4': 1, '5': 5, '10': 'disStraightAfterLast'},
  628. {'1': 'paceAfterLast', '3': 11, '4': 1, '5': 5, '10': 'paceAfterLast'},
  629. {'1': 'paceAfterStart', '3': 12, '4': 1, '5': 5, '10': 'paceAfterStart'},
  630. {'1': 'check_after_start', '3': 13, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'checkAfterStart'},
  631. ],
  632. };
  633. /// Descriptor for `ControlPointGameInfo`. Decode as a `google.protobuf.DescriptorProto`.
  634. final $typed_data.Uint8List controlPointGameInfoDescriptor = $convert.base64Decode(
  635. 'ChRDb250cm9sUG9pbnRHYW1lSW5mbxIOCgJpZBgBIAEoA1ICaWQSDgoCc24YAiABKAlSAnNuEi'
  636. 'QKBWNUeXBlGAMgASgOMg4uYmFzZS52MS5DVHlwZVIFY1R5cGUSGAoHb3JkZXJObxgEIAEoBVIH'
  637. 'b3JkZXJObxIoChBpc19jaGVja19zdWNjZXNzGAUgASgIUg5pc0NoZWNrU3VjY2VzcxJDChBjaG'
  638. 'Vja19hZnRlcl9sYXN0GAYgASgLMhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uUg5jaGVja0Fm'
  639. 'dGVyTGFzdBI4CglwdW5jaFRpbWUYByABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wUg'
  640. 'lwdW5jaFRpbWUSLQoIcG9zaXRpb24YCCABKAsyES5iYXNlLnYxLlBvc2l0aW9uUghwb3NpdGlv'
  641. 'bhIiCgxkaXNBZnRlckxhc3QYCSABKAVSDGRpc0FmdGVyTGFzdBIyChRkaXNTdHJhaWdodEFmdG'
  642. 'VyTGFzdBgKIAEoBVIUZGlzU3RyYWlnaHRBZnRlckxhc3QSJAoNcGFjZUFmdGVyTGFzdBgLIAEo'
  643. 'BVINcGFjZUFmdGVyTGFzdBImCg5wYWNlQWZ0ZXJTdGFydBgMIAEoBVIOcGFjZUFmdGVyU3Rhcn'
  644. 'QSRQoRY2hlY2tfYWZ0ZXJfc3RhcnQYDSABKAsyGS5nb29nbGUucHJvdG9idWYuRHVyYXRpb25S'
  645. 'D2NoZWNrQWZ0ZXJTdGFydA==');
  646. @$core.Deprecated('Use answerHistoryInfoDescriptor instead')
  647. const AnswerHistoryInfo$json = {
  648. '1': 'AnswerHistoryInfo',
  649. '2': [
  650. {'1': 'accuracy', '3': 1, '4': 1, '5': 5, '10': 'accuracy'},
  651. {'1': 'totalAnswerNum', '3': 2, '4': 1, '5': 5, '10': 'totalAnswerNum'},
  652. {'1': 'correctAnswerNum', '3': 3, '4': 1, '5': 5, '10': 'correctAnswerNum'},
  653. {'1': 'ranking', '3': 4, '4': 1, '5': 5, '10': 'ranking'},
  654. {'1': 'rankingDay', '3': 5, '4': 1, '5': 5, '10': 'rankingDay'},
  655. {'1': 'list', '3': 6, '4': 3, '5': 11, '6': '.base.v1.AnswerDetailInfo', '10': 'list'},
  656. {'1': 'rankingSurpass', '3': 7, '4': 1, '5': 5, '10': 'rankingSurpass'},
  657. ],
  658. };
  659. /// Descriptor for `AnswerHistoryInfo`. Decode as a `google.protobuf.DescriptorProto`.
  660. final $typed_data.Uint8List answerHistoryInfoDescriptor = $convert.base64Decode(
  661. 'ChFBbnN3ZXJIaXN0b3J5SW5mbxIaCghhY2N1cmFjeRgBIAEoBVIIYWNjdXJhY3kSJgoOdG90YW'
  662. 'xBbnN3ZXJOdW0YAiABKAVSDnRvdGFsQW5zd2VyTnVtEioKEGNvcnJlY3RBbnN3ZXJOdW0YAyAB'
  663. 'KAVSEGNvcnJlY3RBbnN3ZXJOdW0SGAoHcmFua2luZxgEIAEoBVIHcmFua2luZxIeCgpyYW5raW'
  664. '5nRGF5GAUgASgFUgpyYW5raW5nRGF5Ei0KBGxpc3QYBiADKAsyGS5iYXNlLnYxLkFuc3dlckRl'
  665. 'dGFpbEluZm9SBGxpc3QSJgoOcmFua2luZ1N1cnBhc3MYByABKAVSDnJhbmtpbmdTdXJwYXNz');
  666. @$core.Deprecated('Use answerDetailInfoDescriptor instead')
  667. const AnswerDetailInfo$json = {
  668. '1': 'AnswerDetailInfo',
  669. '2': [
  670. {'1': 'qbId', '3': 1, '4': 1, '5': 5, '10': 'qbId'},
  671. {'1': 'question', '3': 2, '4': 1, '5': 9, '10': 'question'},
  672. {'1': 'image', '3': 3, '4': 1, '5': 11, '6': '.base.v1.NetImage', '10': 'image'},
  673. {'1': 'answer', '3': 4, '4': 3, '5': 9, '10': 'answer'},
  674. {'1': 'rightAnswerIndex', '3': 5, '4': 1, '5': 5, '10': 'rightAnswerIndex'},
  675. {'1': 'userAnswerIndex', '3': 6, '4': 1, '5': 5, '10': 'userAnswerIndex'},
  676. {'1': 'answerCorrect', '3': 7, '4': 1, '5': 8, '10': 'answerCorrect'},
  677. {'1': 'isAnswer', '3': 8, '4': 1, '5': 8, '10': 'isAnswer'},
  678. ],
  679. };
  680. /// Descriptor for `AnswerDetailInfo`. Decode as a `google.protobuf.DescriptorProto`.
  681. final $typed_data.Uint8List answerDetailInfoDescriptor = $convert.base64Decode(
  682. 'ChBBbnN3ZXJEZXRhaWxJbmZvEhIKBHFiSWQYASABKAVSBHFiSWQSGgoIcXVlc3Rpb24YAiABKA'
  683. 'lSCHF1ZXN0aW9uEicKBWltYWdlGAMgASgLMhEuYmFzZS52MS5OZXRJbWFnZVIFaW1hZ2USFgoG'
  684. 'YW5zd2VyGAQgAygJUgZhbnN3ZXISKgoQcmlnaHRBbnN3ZXJJbmRleBgFIAEoBVIQcmlnaHRBbn'
  685. 'N3ZXJJbmRleBIoCg91c2VyQW5zd2VySW5kZXgYBiABKAVSD3VzZXJBbnN3ZXJJbmRleBIkCg1h'
  686. 'bnN3ZXJDb3JyZWN0GAcgASgIUg1hbnN3ZXJDb3JyZWN0EhoKCGlzQW5zd2VyGAggASgIUghpc0'
  687. 'Fuc3dlcg==');
  688. @$core.Deprecated('Use toActivityRegusterEditRequestDescriptor instead')
  689. const ToActivityRegusterEditRequest$json = {
  690. '1': 'ToActivityRegusterEditRequest',
  691. '2': [
  692. {'1': 'regId', '3': 1, '4': 1, '5': 5, '10': 'regId'},
  693. {'1': 'regName', '3': 2, '4': 1, '5': 9, '10': 'regName'},
  694. {'1': 'startSecond', '3': 3, '4': 1, '5': 3, '10': 'startSecond'},
  695. {'1': 'endSecond', '3': 4, '4': 1, '5': 3, '10': 'endSecond'},
  696. {'1': 'organizer', '3': 5, '4': 1, '5': 9, '10': 'organizer'},
  697. ],
  698. };
  699. /// Descriptor for `ToActivityRegusterEditRequest`. Decode as a `google.protobuf.DescriptorProto`.
  700. final $typed_data.Uint8List toActivityRegusterEditRequestDescriptor = $convert.base64Decode(
  701. 'Ch1Ub0FjdGl2aXR5UmVndXN0ZXJFZGl0UmVxdWVzdBIUCgVyZWdJZBgBIAEoBVIFcmVnSWQSGA'
  702. 'oHcmVnTmFtZRgCIAEoCVIHcmVnTmFtZRIgCgtzdGFydFNlY29uZBgDIAEoA1ILc3RhcnRTZWNv'
  703. 'bmQSHAoJZW5kU2Vjb25kGAQgASgDUgllbmRTZWNvbmQSHAoJb3JnYW5pemVyGAUgASgJUglvcm'
  704. 'dhbml6ZXI=');
  705. @$core.Deprecated('Use toActivityRegusterListRequestDescriptor instead')
  706. const ToActivityRegusterListRequest$json = {
  707. '1': 'ToActivityRegusterListRequest',
  708. '2': [
  709. {'1': 'offset', '3': 1, '4': 1, '5': 5, '10': 'offset'},
  710. {'1': 'limit', '3': 2, '4': 1, '5': 5, '10': 'limit'},
  711. ],
  712. };
  713. /// Descriptor for `ToActivityRegusterListRequest`. Decode as a `google.protobuf.DescriptorProto`.
  714. final $typed_data.Uint8List toActivityRegusterListRequestDescriptor = $convert.base64Decode(
  715. 'Ch1Ub0FjdGl2aXR5UmVndXN0ZXJMaXN0UmVxdWVzdBIWCgZvZmZzZXQYASABKAVSBm9mZnNldB'
  716. 'IUCgVsaW1pdBgCIAEoBVIFbGltaXQ=');
  717. @$core.Deprecated('Use toActivityRegusterListReplyDescriptor instead')
  718. const ToActivityRegusterListReply$json = {
  719. '1': 'ToActivityRegusterListReply',
  720. '2': [
  721. {'1': 'list', '3': 1, '4': 3, '5': 11, '6': '.base.v1.ToActivityRegusterInfo', '10': 'list'},
  722. ],
  723. };
  724. /// Descriptor for `ToActivityRegusterListReply`. Decode as a `google.protobuf.DescriptorProto`.
  725. final $typed_data.Uint8List toActivityRegusterListReplyDescriptor = $convert.base64Decode(
  726. 'ChtUb0FjdGl2aXR5UmVndXN0ZXJMaXN0UmVwbHkSMwoEbGlzdBgBIAMoCzIfLmJhc2UudjEuVG'
  727. '9BY3Rpdml0eVJlZ3VzdGVySW5mb1IEbGlzdA==');
  728. @$core.Deprecated('Use toActivityRegusterInfoDescriptor instead')
  729. const ToActivityRegusterInfo$json = {
  730. '1': 'ToActivityRegusterInfo',
  731. '2': [
  732. {'1': 'regId', '3': 1, '4': 1, '5': 5, '10': 'regId'},
  733. {'1': 'regName', '3': 2, '4': 1, '5': 9, '10': 'regName'},
  734. {'1': 'startSecond', '3': 3, '4': 1, '5': 3, '10': 'startSecond'},
  735. {'1': 'endSecond', '3': 4, '4': 1, '5': 3, '10': 'endSecond'},
  736. {'1': 'organizer', '3': 5, '4': 1, '5': 9, '10': 'organizer'},
  737. {'1': 'key', '3': 6, '4': 1, '5': 9, '10': 'key'},
  738. ],
  739. };
  740. /// Descriptor for `ToActivityRegusterInfo`. Decode as a `google.protobuf.DescriptorProto`.
  741. final $typed_data.Uint8List toActivityRegusterInfoDescriptor = $convert.base64Decode(
  742. 'ChZUb0FjdGl2aXR5UmVndXN0ZXJJbmZvEhQKBXJlZ0lkGAEgASgFUgVyZWdJZBIYCgdyZWdOYW'
  743. '1lGAIgASgJUgdyZWdOYW1lEiAKC3N0YXJ0U2Vjb25kGAMgASgDUgtzdGFydFNlY29uZBIcCgll'
  744. 'bmRTZWNvbmQYBCABKANSCWVuZFNlY29uZBIcCglvcmdhbml6ZXIYBSABKAlSCW9yZ2FuaXplch'
  745. 'IQCgNrZXkYBiABKAlSA2tleQ==');
  746. @$core.Deprecated('Use toGameRankingRequestDescriptor instead')
  747. const ToGameRankingRequest$json = {
  748. '1': 'ToGameRankingRequest',
  749. '2': [
  750. {'1': 'mapId', '3': 1, '4': 1, '5': 5, '10': 'mapId'},
  751. {'1': 'startSecond', '3': 2, '4': 1, '5': 3, '10': 'startSecond'},
  752. ],
  753. };
  754. /// Descriptor for `ToGameRankingRequest`. Decode as a `google.protobuf.DescriptorProto`.
  755. final $typed_data.Uint8List toGameRankingRequestDescriptor = $convert.base64Decode(
  756. 'ChRUb0dhbWVSYW5raW5nUmVxdWVzdBIUCgVtYXBJZBgBIAEoBVIFbWFwSWQSIAoLc3RhcnRTZW'
  757. 'NvbmQYAiABKANSC3N0YXJ0U2Vjb25k');
  758. @$core.Deprecated('Use toGameRankingReplyDescriptor instead')
  759. const ToGameRankingReply$json = {
  760. '1': 'ToGameRankingReply',
  761. '2': [
  762. {'1': 'list', '3': 1, '4': 3, '5': 11, '6': '.base.v1.ToActionRankInfo', '10': 'list'},
  763. ],
  764. };
  765. /// Descriptor for `ToGameRankingReply`. Decode as a `google.protobuf.DescriptorProto`.
  766. final $typed_data.Uint8List toGameRankingReplyDescriptor = $convert.base64Decode(
  767. 'ChJUb0dhbWVSYW5raW5nUmVwbHkSLQoEbGlzdBgBIAMoCzIZLmJhc2UudjEuVG9BY3Rpb25SYW'
  768. '5rSW5mb1IEbGlzdA==');
  769. @$core.Deprecated('Use toActionRankInfoDescriptor instead')
  770. const ToActionRankInfo$json = {
  771. '1': 'ToActionRankInfo',
  772. '2': [
  773. {'1': 'actId', '3': 1, '4': 1, '5': 5, '10': 'actId'},
  774. {'1': 'actName', '3': 2, '4': 1, '5': 9, '10': 'actName'},
  775. {'1': 'totalUserNum', '3': 3, '4': 1, '5': 5, '10': 'totalUserNum'},
  776. {'1': 'rankList', '3': 4, '4': 3, '5': 11, '6': '.base.v1.ToOrienteerRankInfo', '10': 'rankList'},
  777. ],
  778. };
  779. /// Descriptor for `ToActionRankInfo`. Decode as a `google.protobuf.DescriptorProto`.
  780. final $typed_data.Uint8List toActionRankInfoDescriptor = $convert.base64Decode(
  781. 'ChBUb0FjdGlvblJhbmtJbmZvEhQKBWFjdElkGAEgASgFUgVhY3RJZBIYCgdhY3ROYW1lGAIgAS'
  782. 'gJUgdhY3ROYW1lEiIKDHRvdGFsVXNlck51bRgDIAEoBVIMdG90YWxVc2VyTnVtEjgKCHJhbmtM'
  783. 'aXN0GAQgAygLMhwuYmFzZS52MS5Ub09yaWVudGVlclJhbmtJbmZvUghyYW5rTGlzdA==');
  784. @$core.Deprecated('Use toOrienteerRankInfoDescriptor instead')
  785. const ToOrienteerRankInfo$json = {
  786. '1': 'ToOrienteerRankInfo',
  787. '2': [
  788. {'1': 'gameId', '3': 1, '4': 1, '5': 5, '10': 'gameId'},
  789. {'1': 'oName', '3': 2, '4': 1, '5': 9, '10': 'oName'},
  790. {'1': 'phone', '3': 3, '4': 1, '5': 9, '10': 'phone'},
  791. {'1': 'courseName', '3': 4, '4': 1, '5': 9, '10': 'courseName'},
  792. {'1': 'state', '3': 5, '4': 1, '5': 5, '10': 'state'},
  793. {'1': 'start_at', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'startAt'},
  794. {'1': 'duration', '3': 7, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'duration'},
  795. {'1': 'distance', '3': 8, '4': 1, '5': 5, '10': 'distance'},
  796. {'1': 'totalControlNum', '3': 9, '4': 1, '5': 5, '10': 'totalControlNum'},
  797. {'1': 'oId', '3': 10, '4': 1, '5': 5, '10': 'oId'},
  798. ],
  799. };
  800. /// Descriptor for `ToOrienteerRankInfo`. Decode as a `google.protobuf.DescriptorProto`.
  801. final $typed_data.Uint8List toOrienteerRankInfoDescriptor = $convert.base64Decode(
  802. 'ChNUb09yaWVudGVlclJhbmtJbmZvEhYKBmdhbWVJZBgBIAEoBVIGZ2FtZUlkEhQKBW9OYW1lGA'
  803. 'IgASgJUgVvTmFtZRIUCgVwaG9uZRgDIAEoCVIFcGhvbmUSHgoKY291cnNlTmFtZRgEIAEoCVIK'
  804. 'Y291cnNlTmFtZRIUCgVzdGF0ZRgFIAEoBVIFc3RhdGUSNQoIc3RhcnRfYXQYBiABKAsyGi5nb2'
  805. '9nbGUucHJvdG9idWYuVGltZXN0YW1wUgdzdGFydEF0EjUKCGR1cmF0aW9uGAcgASgLMhkuZ29v'
  806. 'Z2xlLnByb3RvYnVmLkR1cmF0aW9uUghkdXJhdGlvbhIaCghkaXN0YW5jZRgIIAEoBVIIZGlzdG'
  807. 'FuY2USKAoPdG90YWxDb250cm9sTnVtGAkgASgFUg90b3RhbENvbnRyb2xOdW0SEAoDb0lkGAog'
  808. 'ASgFUgNvSWQ=');
  809. @$core.Deprecated('Use toGetUpdateVersionRequestDescriptor instead')
  810. const ToGetUpdateVersionRequest$json = {
  811. '1': 'ToGetUpdateVersionRequest',
  812. '2': [
  813. {'1': 'vCode', '3': 1, '4': 1, '5': 9, '10': 'vCode'},
  814. {'1': 'vShop', '3': 2, '4': 1, '5': 5, '10': 'vShop'},
  815. ],
  816. };
  817. /// Descriptor for `ToGetUpdateVersionRequest`. Decode as a `google.protobuf.DescriptorProto`.
  818. final $typed_data.Uint8List toGetUpdateVersionRequestDescriptor = $convert.base64Decode(
  819. 'ChlUb0dldFVwZGF0ZVZlcnNpb25SZXF1ZXN0EhQKBXZDb2RlGAEgASgJUgV2Q29kZRIUCgV2U2'
  820. 'hvcBgCIAEoBVIFdlNob3A=');
  821. @$core.Deprecated('Use toGetUpdateVersionReplyDescriptor instead')
  822. const ToGetUpdateVersionReply$json = {
  823. '1': 'ToGetUpdateVersionReply',
  824. '2': [
  825. {'1': 'needUpdate', '3': 1, '4': 1, '5': 8, '10': 'needUpdate'},
  826. {'1': 'vCode', '3': 2, '4': 1, '5': 9, '10': 'vCode'},
  827. {'1': 'vMemo', '3': 3, '4': 1, '5': 9, '10': 'vMemo'},
  828. {'1': 'vUrl', '3': 4, '4': 1, '5': 9, '10': 'vUrl'},
  829. ],
  830. };
  831. /// Descriptor for `ToGetUpdateVersionReply`. Decode as a `google.protobuf.DescriptorProto`.
  832. final $typed_data.Uint8List toGetUpdateVersionReplyDescriptor = $convert.base64Decode(
  833. 'ChdUb0dldFVwZGF0ZVZlcnNpb25SZXBseRIeCgpuZWVkVXBkYXRlGAEgASgIUgpuZWVkVXBkYX'
  834. 'RlEhQKBXZDb2RlGAIgASgJUgV2Q29kZRIUCgV2TWVtbxgDIAEoCVIFdk1lbW8SEgoEdlVybBgE'
  835. 'IAEoCVIEdlVybA==');
  836. @$core.Deprecated('Use toGameDetailReplyDescriptor instead')
  837. const ToGameDetailReply$json = {
  838. '1': 'ToGameDetailReply',
  839. '2': [
  840. {'1': 'game_id', '3': 1, '4': 1, '5': 5, '10': 'gameId'},
  841. {'1': 'isComplete', '3': 2, '4': 1, '5': 8, '10': 'isComplete'},
  842. {'1': 'start_at', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'startAt'},
  843. {'1': 'checked_sorted_list', '3': 4, '4': 3, '5': 11, '6': '.base.v1.ToControlPoint', '10': 'checkedSortedList'},
  844. {'1': 'duration', '3': 5, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'duration'},
  845. {'1': 'stop_at', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'stopAt'},
  846. {'1': 'isSuccess', '3': 8, '4': 1, '5': 8, '10': 'isSuccess'},
  847. {'1': 'sysPoint', '3': 9, '4': 1, '5': 5, '10': 'sysPoint'},
  848. {'1': 'totalPointNum', '3': 10, '4': 1, '5': 5, '10': 'totalPointNum'},
  849. {'1': 'actName', '3': 13, '4': 1, '5': 9, '10': 'actName'},
  850. {'1': 'distance', '3': 14, '4': 1, '5': 5, '10': 'distance'},
  851. {'1': 'pace', '3': 15, '4': 1, '5': 5, '10': 'pace'},
  852. {'1': 'avgHr', '3': 16, '4': 1, '5': 5, '10': 'avgHr'},
  853. {'1': 'Calorie', '3': 17, '4': 1, '5': 5, '10': 'Calorie'},
  854. {'1': 'Ck', '3': 18, '4': 1, '5': 5, '10': 'Ck'},
  855. {'1': 'Ei', '3': 19, '4': 1, '5': 2, '10': 'Ei'},
  856. {'1': 'stepNum', '3': 20, '4': 1, '5': 5, '10': 'stepNum'},
  857. {'1': 'gameGpsInfo', '3': 21, '4': 3, '5': 11, '6': '.base.v1.GameGpsInfo', '10': 'gameGpsInfo'},
  858. {'1': 'gameHrInfos', '3': 24, '4': 3, '5': 11, '6': '.base.v1.HeartRate', '10': 'gameHrInfos'},
  859. {'1': 'source', '3': 25, '4': 1, '5': 14, '6': '.base.v1.GameHistorySource', '10': 'source'},
  860. {'1': 'actId', '3': 26, '4': 1, '5': 5, '10': 'actId'},
  861. ],
  862. };
  863. /// Descriptor for `ToGameDetailReply`. Decode as a `google.protobuf.DescriptorProto`.
  864. final $typed_data.Uint8List toGameDetailReplyDescriptor = $convert.base64Decode(
  865. 'ChFUb0dhbWVEZXRhaWxSZXBseRIXCgdnYW1lX2lkGAEgASgFUgZnYW1lSWQSHgoKaXNDb21wbG'
  866. 'V0ZRgCIAEoCFIKaXNDb21wbGV0ZRI1CghzdGFydF9hdBgDIAEoCzIaLmdvb2dsZS5wcm90b2J1'
  867. 'Zi5UaW1lc3RhbXBSB3N0YXJ0QXQSRwoTY2hlY2tlZF9zb3J0ZWRfbGlzdBgEIAMoCzIXLmJhc2'
  868. 'UudjEuVG9Db250cm9sUG9pbnRSEWNoZWNrZWRTb3J0ZWRMaXN0EjUKCGR1cmF0aW9uGAUgASgL'
  869. 'MhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uUghkdXJhdGlvbhIzCgdzdG9wX2F0GAYgASgLMh'
  870. 'ouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcFIGc3RvcEF0EhwKCWlzU3VjY2VzcxgIIAEoCFIJ'
  871. 'aXNTdWNjZXNzEhoKCHN5c1BvaW50GAkgASgFUghzeXNQb2ludBIkCg10b3RhbFBvaW50TnVtGA'
  872. 'ogASgFUg10b3RhbFBvaW50TnVtEhgKB2FjdE5hbWUYDSABKAlSB2FjdE5hbWUSGgoIZGlzdGFu'
  873. 'Y2UYDiABKAVSCGRpc3RhbmNlEhIKBHBhY2UYDyABKAVSBHBhY2USFAoFYXZnSHIYECABKAVSBW'
  874. 'F2Z0hyEhgKB0NhbG9yaWUYESABKAVSB0NhbG9yaWUSDgoCQ2sYEiABKAVSAkNrEg4KAkVpGBMg'
  875. 'ASgCUgJFaRIYCgdzdGVwTnVtGBQgASgFUgdzdGVwTnVtEjYKC2dhbWVHcHNJbmZvGBUgAygLMh'
  876. 'QuYmFzZS52MS5HYW1lR3BzSW5mb1ILZ2FtZUdwc0luZm8SNAoLZ2FtZUhySW5mb3MYGCADKAsy'
  877. 'Ei5iYXNlLnYxLkhlYXJ0UmF0ZVILZ2FtZUhySW5mb3MSMgoGc291cmNlGBkgASgOMhouYmFzZS'
  878. '52MS5HYW1lSGlzdG9yeVNvdXJjZVIGc291cmNlEhQKBWFjdElkGBogASgFUgVhY3RJZA==');
  879. @$core.Deprecated('Use toHisUserListQueryReplyDescriptor instead')
  880. const ToHisUserListQueryReply$json = {
  881. '1': 'ToHisUserListQueryReply',
  882. '2': [
  883. {'1': 'list', '3': 1, '4': 3, '5': 11, '6': '.base.v1.ToHisUserBasic', '10': 'list'},
  884. ],
  885. };
  886. /// Descriptor for `ToHisUserListQueryReply`. Decode as a `google.protobuf.DescriptorProto`.
  887. final $typed_data.Uint8List toHisUserListQueryReplyDescriptor = $convert.base64Decode(
  888. 'ChdUb0hpc1VzZXJMaXN0UXVlcnlSZXBseRIrCgRsaXN0GAEgAygLMhcuYmFzZS52MS5Ub0hpc1'
  889. 'VzZXJCYXNpY1IEbGlzdA==');
  890. @$core.Deprecated('Use toHisUserBasicDescriptor instead')
  891. const ToHisUserBasic$json = {
  892. '1': 'ToHisUserBasic',
  893. '2': [
  894. {'1': 'OId', '3': 1, '4': 1, '5': 5, '10': 'OId'},
  895. {'1': 'OName', '3': 2, '4': 1, '5': 9, '10': 'OName'},
  896. {'1': 'list', '3': 3, '4': 3, '5': 11, '6': '.base.v1.ToHisUserInfo', '10': 'list'},
  897. ],
  898. };
  899. /// Descriptor for `ToHisUserBasic`. Decode as a `google.protobuf.DescriptorProto`.
  900. final $typed_data.Uint8List toHisUserBasicDescriptor = $convert.base64Decode(
  901. 'Cg5Ub0hpc1VzZXJCYXNpYxIQCgNPSWQYASABKAVSA09JZBIUCgVPTmFtZRgCIAEoCVIFT05hbW'
  902. 'USKgoEbGlzdBgDIAMoCzIWLmJhc2UudjEuVG9IaXNVc2VySW5mb1IEbGlzdA==');
  903. @$core.Deprecated('Use toHisUserInfoDescriptor instead')
  904. const ToHisUserInfo$json = {
  905. '1': 'ToHisUserInfo',
  906. '2': [
  907. {'1': 'GameId', '3': 1, '4': 1, '5': 5, '10': 'GameId'},
  908. {'1': 'CourseName', '3': 2, '4': 1, '5': 9, '10': 'CourseName'},
  909. {'1': 'ActName', '3': 3, '4': 1, '5': 9, '10': 'ActName'},
  910. {'1': 'isComplete', '3': 4, '4': 1, '5': 8, '10': 'isComplete'},
  911. {'1': 'start_at', '3': 5, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'startAt'},
  912. {'1': 'duration', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'duration'},
  913. ],
  914. };
  915. /// Descriptor for `ToHisUserInfo`. Decode as a `google.protobuf.DescriptorProto`.
  916. final $typed_data.Uint8List toHisUserInfoDescriptor = $convert.base64Decode(
  917. 'Cg1Ub0hpc1VzZXJJbmZvEhYKBkdhbWVJZBgBIAEoBVIGR2FtZUlkEh4KCkNvdXJzZU5hbWUYAi'
  918. 'ABKAlSCkNvdXJzZU5hbWUSGAoHQWN0TmFtZRgDIAEoCVIHQWN0TmFtZRIeCgppc0NvbXBsZXRl'
  919. 'GAQgASgIUgppc0NvbXBsZXRlEjUKCHN0YXJ0X2F0GAUgASgLMhouZ29vZ2xlLnByb3RvYnVmLl'
  920. 'RpbWVzdGFtcFIHc3RhcnRBdBI1CghkdXJhdGlvbhgGIAEoCzIZLmdvb2dsZS5wcm90b2J1Zi5E'
  921. 'dXJhdGlvblIIZHVyYXRpb24=');
  922. @$core.Deprecated('Use toUserInActionBasicQueryRequestDescriptor instead')
  923. const ToUserInActionBasicQueryRequest$json = {
  924. '1': 'ToUserInActionBasicQueryRequest',
  925. '2': [
  926. {'1': 'ActId', '3': 1, '4': 1, '5': 5, '10': 'ActId'},
  927. {'1': 'UserId', '3': 2, '4': 1, '5': 5, '10': 'UserId'},
  928. ],
  929. };
  930. /// Descriptor for `ToUserInActionBasicQueryRequest`. Decode as a `google.protobuf.DescriptorProto`.
  931. final $typed_data.Uint8List toUserInActionBasicQueryRequestDescriptor = $convert.base64Decode(
  932. 'Ch9Ub1VzZXJJbkFjdGlvbkJhc2ljUXVlcnlSZXF1ZXN0EhQKBUFjdElkGAEgASgFUgVBY3RJZB'
  933. 'IWCgZVc2VySWQYAiABKAVSBlVzZXJJZA==');
  934. @$core.Deprecated('Use toGetBinaryByMd5RequestDescriptor instead')
  935. const ToGetBinaryByMd5Request$json = {
  936. '1': 'ToGetBinaryByMd5Request',
  937. '2': [
  938. {'1': 'md5', '3': 1, '4': 1, '5': 12, '10': 'md5'},
  939. ],
  940. };
  941. /// Descriptor for `ToGetBinaryByMd5Request`. Decode as a `google.protobuf.DescriptorProto`.
  942. final $typed_data.Uint8List toGetBinaryByMd5RequestDescriptor = $convert.base64Decode(
  943. 'ChdUb0dldEJpbmFyeUJ5TWQ1UmVxdWVzdBIQCgNtZDUYASABKAxSA21kNQ==');
  944. @$core.Deprecated('Use getServerTimeRpDescriptor instead')
  945. const GetServerTimeRp$json = {
  946. '1': 'GetServerTimeRp',
  947. '2': [
  948. {'1': 'millisecondStamp', '3': 1, '4': 1, '5': 3, '10': 'millisecondStamp'},
  949. ],
  950. };
  951. /// Descriptor for `GetServerTimeRp`. Decode as a `google.protobuf.DescriptorProto`.
  952. final $typed_data.Uint8List getServerTimeRpDescriptor = $convert.base64Decode(
  953. 'Cg9HZXRTZXJ2ZXJUaW1lUnASKgoQbWlsbGlzZWNvbmRTdGFtcBgBIAEoA1IQbWlsbGlzZWNvbm'
  954. 'RTdGFtcA==');
  955. @$core.Deprecated('Use toSendCodeToPhoneRequestV2Descriptor instead')
  956. const ToSendCodeToPhoneRequestV2$json = {
  957. '1': 'ToSendCodeToPhoneRequestV2',
  958. '2': [
  959. {'1': 'phone', '3': 1, '4': 1, '5': 9, '10': 'phone'},
  960. {'1': 'smsType', '3': 2, '4': 1, '5': 14, '6': '.base.v1.SmsType', '10': 'smsType'},
  961. ],
  962. };
  963. /// Descriptor for `ToSendCodeToPhoneRequestV2`. Decode as a `google.protobuf.DescriptorProto`.
  964. final $typed_data.Uint8List toSendCodeToPhoneRequestV2Descriptor = $convert.base64Decode(
  965. 'ChpUb1NlbmRDb2RlVG9QaG9uZVJlcXVlc3RWMhIUCgVwaG9uZRgBIAEoCVIFcGhvbmUSKgoHc2'
  966. '1zVHlwZRgCIAEoDjIQLmJhc2UudjEuU21zVHlwZVIHc21zVHlwZQ==');
  967. @$core.Deprecated('Use toSignInRequestV2Descriptor instead')
  968. const ToSignInRequestV2$json = {
  969. '1': 'ToSignInRequestV2',
  970. '2': [
  971. {'1': 'userCode', '3': 1, '4': 1, '5': 9, '10': 'userCode'},
  972. {'1': 'password', '3': 2, '4': 1, '5': 9, '10': 'password'},
  973. {'1': 'ip', '3': 3, '4': 1, '5': 9, '10': 'ip'},
  974. ],
  975. };
  976. /// Descriptor for `ToSignInRequestV2`. Decode as a `google.protobuf.DescriptorProto`.
  977. final $typed_data.Uint8List toSignInRequestV2Descriptor = $convert.base64Decode(
  978. 'ChFUb1NpZ25JblJlcXVlc3RWMhIaCgh1c2VyQ29kZRgBIAEoCVIIdXNlckNvZGUSGgoIcGFzc3'
  979. 'dvcmQYAiABKAlSCHBhc3N3b3JkEg4KAmlwGAMgASgJUgJpcA==');
  980. @$core.Deprecated('Use mapListRequestV2Descriptor instead')
  981. const MapListRequestV2$json = {
  982. '1': 'MapListRequestV2',
  983. '2': [
  984. {'1': 'position', '3': 1, '4': 1, '5': 11, '6': '.base.v1.Position', '10': 'position'},
  985. {'1': 'offset', '3': 2, '4': 1, '5': 5, '10': 'offset'},
  986. {'1': 'limit', '3': 3, '4': 1, '5': 5, '10': 'limit'},
  987. ],
  988. };
  989. /// Descriptor for `MapListRequestV2`. Decode as a `google.protobuf.DescriptorProto`.
  990. final $typed_data.Uint8List mapListRequestV2Descriptor = $convert.base64Decode(
  991. 'ChBNYXBMaXN0UmVxdWVzdFYyEi0KCHBvc2l0aW9uGAEgASgLMhEuYmFzZS52MS5Qb3NpdGlvbl'
  992. 'IIcG9zaXRpb24SFgoGb2Zmc2V0GAIgASgFUgZvZmZzZXQSFAoFbGltaXQYAyABKAVSBWxpbWl0');
  993. @$core.Deprecated('Use toMapListReplyV2Descriptor instead')
  994. const ToMapListReplyV2$json = {
  995. '1': 'ToMapListReplyV2',
  996. '2': [
  997. {'1': 'list', '3': 1, '4': 3, '5': 11, '6': '.base.v1.ToMapSimpleV2', '10': 'list'},
  998. ],
  999. };
  1000. /// Descriptor for `ToMapListReplyV2`. Decode as a `google.protobuf.DescriptorProto`.
  1001. final $typed_data.Uint8List toMapListReplyV2Descriptor = $convert.base64Decode(
  1002. 'ChBUb01hcExpc3RSZXBseVYyEioKBGxpc3QYASADKAsyFi5iYXNlLnYxLlRvTWFwU2ltcGxlVj'
  1003. 'JSBGxpc3Q=');
  1004. @$core.Deprecated('Use toMapSimpleV2Descriptor instead')
  1005. const ToMapSimpleV2$json = {
  1006. '1': 'ToMapSimpleV2',
  1007. '2': [
  1008. {'1': 'mapId', '3': 1, '4': 1, '5': 5, '10': 'mapId'},
  1009. {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  1010. {'1': 'mapScaleNumber', '3': 3, '4': 1, '5': 5, '10': 'mapScaleNumber'},
  1011. {'1': 'description', '3': 4, '4': 1, '5': 9, '10': 'description'},
  1012. {'1': 'distance', '3': 5, '4': 1, '5': 1, '10': 'distance'},
  1013. {'1': 'image', '3': 6, '4': 1, '5': 11, '6': '.base.v1.NetImage', '10': 'image'},
  1014. ],
  1015. };
  1016. /// Descriptor for `ToMapSimpleV2`. Decode as a `google.protobuf.DescriptorProto`.
  1017. final $typed_data.Uint8List toMapSimpleV2Descriptor = $convert.base64Decode(
  1018. 'Cg1Ub01hcFNpbXBsZVYyEhQKBW1hcElkGAEgASgFUgVtYXBJZBISCgRuYW1lGAIgASgJUgRuYW'
  1019. '1lEiYKDm1hcFNjYWxlTnVtYmVyGAMgASgFUg5tYXBTY2FsZU51bWJlchIgCgtkZXNjcmlwdGlv'
  1020. 'bhgEIAEoCVILZGVzY3JpcHRpb24SGgoIZGlzdGFuY2UYBSABKAFSCGRpc3RhbmNlEicKBWltYW'
  1021. 'dlGAYgASgLMhEuYmFzZS52MS5OZXRJbWFnZVIFaW1hZ2U=');
  1022. @$core.Deprecated('Use toMapInfoV2Descriptor instead')
  1023. const ToMapInfoV2$json = {
  1024. '1': 'ToMapInfoV2',
  1025. '2': [
  1026. {'1': 'mapId', '3': 1, '4': 1, '5': 5, '10': 'mapId'},
  1027. {'1': 'mapName', '3': 2, '4': 1, '5': 9, '10': 'mapName'},
  1028. {'1': 'zipImage', '3': 3, '4': 1, '5': 11, '6': '.base.v1.NetImage', '10': 'zipImage'},
  1029. ],
  1030. };
  1031. /// Descriptor for `ToMapInfoV2`. Decode as a `google.protobuf.DescriptorProto`.
  1032. final $typed_data.Uint8List toMapInfoV2Descriptor = $convert.base64Decode(
  1033. 'CgtUb01hcEluZm9WMhIUCgVtYXBJZBgBIAEoBVIFbWFwSWQSGAoHbWFwTmFtZRgCIAEoCVIHbW'
  1034. 'FwTmFtZRItCgh6aXBJbWFnZRgDIAEoCzIRLmJhc2UudjEuTmV0SW1hZ2VSCHppcEltYWdl');
  1035. @$core.Deprecated('Use toUserDetailQueryRequestV2Descriptor instead')
  1036. const ToUserDetailQueryRequestV2$json = {
  1037. '1': 'ToUserDetailQueryRequestV2',
  1038. '2': [
  1039. {'1': 'mapId', '3': 1, '4': 1, '5': 5, '10': 'mapId'},
  1040. ],
  1041. };
  1042. /// Descriptor for `ToUserDetailQueryRequestV2`. Decode as a `google.protobuf.DescriptorProto`.
  1043. final $typed_data.Uint8List toUserDetailQueryRequestV2Descriptor = $convert.base64Decode(
  1044. 'ChpUb1VzZXJEZXRhaWxRdWVyeVJlcXVlc3RWMhIUCgVtYXBJZBgBIAEoBVIFbWFwSWQ=');
  1045. @$core.Deprecated('Use toUserDetailQueryReplyV2Descriptor instead')
  1046. const ToUserDetailQueryReplyV2$json = {
  1047. '1': 'ToUserDetailQueryReplyV2',
  1048. '2': [
  1049. {'1': 'list', '3': 1, '4': 3, '5': 11, '6': '.base.v1.ToActionInfo', '10': 'list'},
  1050. ],
  1051. };
  1052. /// Descriptor for `ToUserDetailQueryReplyV2`. Decode as a `google.protobuf.DescriptorProto`.
  1053. final $typed_data.Uint8List toUserDetailQueryReplyV2Descriptor = $convert.base64Decode(
  1054. 'ChhUb1VzZXJEZXRhaWxRdWVyeVJlcGx5VjISKQoEbGlzdBgBIAMoCzIVLmJhc2UudjEuVG9BY3'
  1055. 'Rpb25JbmZvUgRsaXN0');
  1056. @$core.Deprecated('Use toActionInfoDescriptor instead')
  1057. const ToActionInfo$json = {
  1058. '1': 'ToActionInfo',
  1059. '2': [
  1060. {'1': 'actId', '3': 1, '4': 1, '5': 5, '10': 'actId'},
  1061. {'1': 'userList', '3': 4, '4': 3, '5': 11, '6': '.base.v1.ToOrienteerInGameInfo', '10': 'userList'},
  1062. ],
  1063. };
  1064. /// Descriptor for `ToActionInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1065. final $typed_data.Uint8List toActionInfoDescriptor = $convert.base64Decode(
  1066. 'CgxUb0FjdGlvbkluZm8SFAoFYWN0SWQYASABKAVSBWFjdElkEjoKCHVzZXJMaXN0GAQgAygLMh'
  1067. '4uYmFzZS52MS5Ub09yaWVudGVlckluR2FtZUluZm9SCHVzZXJMaXN0');
  1068. @$core.Deprecated('Use toActionBasicInfoDescriptor instead')
  1069. const ToActionBasicInfo$json = {
  1070. '1': 'ToActionBasicInfo',
  1071. '2': [
  1072. {'1': 'actId', '3': 1, '4': 1, '5': 5, '10': 'actId'},
  1073. {'1': 'actName', '3': 2, '4': 1, '5': 9, '10': 'actName'},
  1074. {'1': 'totalControlNum', '3': 3, '4': 1, '5': 5, '10': 'totalControlNum'},
  1075. ],
  1076. };
  1077. /// Descriptor for `ToActionBasicInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1078. final $typed_data.Uint8List toActionBasicInfoDescriptor = $convert.base64Decode(
  1079. 'ChFUb0FjdGlvbkJhc2ljSW5mbxIUCgVhY3RJZBgBIAEoBVIFYWN0SWQSGAoHYWN0TmFtZRgCIA'
  1080. 'EoCVIHYWN0TmFtZRIoCg90b3RhbENvbnRyb2xOdW0YAyABKAVSD3RvdGFsQ29udHJvbE51bQ==');
  1081. @$core.Deprecated('Use toOrienteerInGameInfoDescriptor instead')
  1082. const ToOrienteerInGameInfo$json = {
  1083. '1': 'ToOrienteerInGameInfo',
  1084. '2': [
  1085. {'1': 'UserId', '3': 1, '4': 1, '5': 5, '10': 'UserId'},
  1086. {'1': 'gpsInfo', '3': 3, '4': 1, '5': 11, '6': '.base.v1.OrienteerGpsInfo', '10': 'gpsInfo'},
  1087. {'1': 'hrInfo', '3': 4, '4': 1, '5': 11, '6': '.base.v1.OrienteerHrInfo', '10': 'hrInfo'},
  1088. {'1': 'gameSaveInfo', '3': 5, '4': 1, '5': 11, '6': '.base.v1.OrienteerGameSaveInfo', '10': 'gameSaveInfo'},
  1089. {'1': 'otherInfo', '3': 7, '4': 1, '5': 11, '6': '.base.v1.OrienteerOtherInfo', '10': 'otherInfo'},
  1090. ],
  1091. };
  1092. /// Descriptor for `ToOrienteerInGameInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1093. final $typed_data.Uint8List toOrienteerInGameInfoDescriptor = $convert.base64Decode(
  1094. 'ChVUb09yaWVudGVlckluR2FtZUluZm8SFgoGVXNlcklkGAEgASgFUgZVc2VySWQSMwoHZ3BzSW'
  1095. '5mbxgDIAEoCzIZLmJhc2UudjEuT3JpZW50ZWVyR3BzSW5mb1IHZ3BzSW5mbxIwCgZockluZm8Y'
  1096. 'BCABKAsyGC5iYXNlLnYxLk9yaWVudGVlckhySW5mb1IGaHJJbmZvEkIKDGdhbWVTYXZlSW5mbx'
  1097. 'gFIAEoCzIeLmJhc2UudjEuT3JpZW50ZWVyR2FtZVNhdmVJbmZvUgxnYW1lU2F2ZUluZm8SOQoJ'
  1098. 'b3RoZXJJbmZvGAcgASgLMhsuYmFzZS52MS5PcmllbnRlZXJPdGhlckluZm9SCW90aGVySW5mbw'
  1099. '==');
  1100. @$core.Deprecated('Use toUserInActionBasicInfoDescriptor instead')
  1101. const ToUserInActionBasicInfo$json = {
  1102. '1': 'ToUserInActionBasicInfo',
  1103. '2': [
  1104. {'1': 'UserId', '3': 1, '4': 1, '5': 5, '10': 'UserId'},
  1105. {'1': 'baseInfo', '3': 2, '4': 1, '5': 11, '6': '.base.v1.OrienteerBaseInfo', '10': 'baseInfo'},
  1106. {'1': 'courseBaseInfo', '3': 6, '4': 1, '5': 11, '6': '.base.v1.CourseBaseInfo', '10': 'courseBaseInfo'},
  1107. ],
  1108. };
  1109. /// Descriptor for `ToUserInActionBasicInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1110. final $typed_data.Uint8List toUserInActionBasicInfoDescriptor = $convert.base64Decode(
  1111. 'ChdUb1VzZXJJbkFjdGlvbkJhc2ljSW5mbxIWCgZVc2VySWQYASABKAVSBlVzZXJJZBI2CghiYX'
  1112. 'NlSW5mbxgCIAEoCzIaLmJhc2UudjEuT3JpZW50ZWVyQmFzZUluZm9SCGJhc2VJbmZvEj8KDmNv'
  1113. 'dXJzZUJhc2VJbmZvGAYgASgLMhcuYmFzZS52MS5Db3Vyc2VCYXNlSW5mb1IOY291cnNlQmFzZU'
  1114. 'luZm8=');
  1115. @$core.Deprecated('Use orienteerBaseInfoDescriptor instead')
  1116. const OrienteerBaseInfo$json = {
  1117. '1': 'OrienteerBaseInfo',
  1118. '2': [
  1119. {'1': 'Name', '3': 1, '4': 1, '5': 9, '10': 'Name'},
  1120. {'1': 'Phone', '3': 2, '4': 1, '5': 9, '10': 'Phone'},
  1121. {'1': 'HeadUrl', '3': 3, '4': 1, '5': 9, '10': 'HeadUrl'},
  1122. ],
  1123. };
  1124. /// Descriptor for `OrienteerBaseInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1125. final $typed_data.Uint8List orienteerBaseInfoDescriptor = $convert.base64Decode(
  1126. 'ChFPcmllbnRlZXJCYXNlSW5mbxISCgROYW1lGAEgASgJUgROYW1lEhQKBVBob25lGAIgASgJUg'
  1127. 'VQaG9uZRIYCgdIZWFkVXJsGAMgASgJUgdIZWFkVXJs');
  1128. @$core.Deprecated('Use orienteerGpsInfoDescriptor instead')
  1129. const OrienteerGpsInfo$json = {
  1130. '1': 'OrienteerGpsInfo',
  1131. '2': [
  1132. {'1': 'gameGpsInfos', '3': 1, '4': 3, '5': 11, '6': '.base.v1.GameGpsInfo', '10': 'gameGpsInfos'},
  1133. {'1': 'Distance', '3': 2, '4': 1, '5': 5, '10': 'Distance'},
  1134. {'1': 'Pace', '3': 3, '4': 1, '5': 5, '10': 'Pace'},
  1135. ],
  1136. };
  1137. /// Descriptor for `OrienteerGpsInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1138. final $typed_data.Uint8List orienteerGpsInfoDescriptor = $convert.base64Decode(
  1139. 'ChBPcmllbnRlZXJHcHNJbmZvEjgKDGdhbWVHcHNJbmZvcxgBIAMoCzIULmJhc2UudjEuR2FtZU'
  1140. 'dwc0luZm9SDGdhbWVHcHNJbmZvcxIaCghEaXN0YW5jZRgCIAEoBVIIRGlzdGFuY2USEgoEUGFj'
  1141. 'ZRgDIAEoBVIEUGFjZQ==');
  1142. @$core.Deprecated('Use orienteerHrInfoDescriptor instead')
  1143. const OrienteerHrInfo$json = {
  1144. '1': 'OrienteerHrInfo',
  1145. '2': [
  1146. {'1': 'hrInfo', '3': 1, '4': 3, '5': 11, '6': '.base.v1.HeartRate', '10': 'hrInfo'},
  1147. ],
  1148. };
  1149. /// Descriptor for `OrienteerHrInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1150. final $typed_data.Uint8List orienteerHrInfoDescriptor = $convert.base64Decode(
  1151. 'Cg9PcmllbnRlZXJIckluZm8SKgoGaHJJbmZvGAEgAygLMhIuYmFzZS52MS5IZWFydFJhdGVSBm'
  1152. 'hySW5mbw==');
  1153. @$core.Deprecated('Use orienteerOtherInfoDescriptor instead')
  1154. const OrienteerOtherInfo$json = {
  1155. '1': 'OrienteerOtherInfo',
  1156. '2': [
  1157. {'1': 'StepNum', '3': 1, '4': 1, '5': 5, '10': 'StepNum'},
  1158. {'1': 'HeartRatePercent', '3': 2, '4': 1, '5': 5, '10': 'HeartRatePercent'},
  1159. ],
  1160. };
  1161. /// Descriptor for `OrienteerOtherInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1162. final $typed_data.Uint8List orienteerOtherInfoDescriptor = $convert.base64Decode(
  1163. 'ChJPcmllbnRlZXJPdGhlckluZm8SGAoHU3RlcE51bRgBIAEoBVIHU3RlcE51bRIqChBIZWFydF'
  1164. 'JhdGVQZXJjZW50GAIgASgFUhBIZWFydFJhdGVQZXJjZW50');
  1165. @$core.Deprecated('Use courseBaseInfoDescriptor instead')
  1166. const CourseBaseInfo$json = {
  1167. '1': 'CourseBaseInfo',
  1168. '2': [
  1169. {'1': 'CourseId', '3': 1, '4': 1, '5': 5, '10': 'CourseId'},
  1170. {'1': 'CourseName', '3': 2, '4': 1, '5': 9, '10': 'CourseName'},
  1171. {'1': 'controlPointSortedList', '3': 3, '4': 3, '5': 11, '6': '.base.v1.ToControlPoint', '10': 'controlPointSortedList'},
  1172. ],
  1173. };
  1174. /// Descriptor for `CourseBaseInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1175. final $typed_data.Uint8List courseBaseInfoDescriptor = $convert.base64Decode(
  1176. 'Cg5Db3Vyc2VCYXNlSW5mbxIaCghDb3Vyc2VJZBgBIAEoBVIIQ291cnNlSWQSHgoKQ291cnNlTm'
  1177. 'FtZRgCIAEoCVIKQ291cnNlTmFtZRJPChZjb250cm9sUG9pbnRTb3J0ZWRMaXN0GAMgAygLMhcu'
  1178. 'YmFzZS52MS5Ub0NvbnRyb2xQb2ludFIWY29udHJvbFBvaW50U29ydGVkTGlzdA==');
  1179. @$core.Deprecated('Use courseBaseDescriptor instead')
  1180. const CourseBase$json = {
  1181. '1': 'CourseBase',
  1182. '2': [
  1183. {'1': 'cId', '3': 1, '4': 1, '5': 5, '10': 'cId'},
  1184. {'1': 'cName', '3': 2, '4': 1, '5': 9, '10': 'cName'},
  1185. ],
  1186. };
  1187. /// Descriptor for `CourseBase`. Decode as a `google.protobuf.DescriptorProto`.
  1188. final $typed_data.Uint8List courseBaseDescriptor = $convert.base64Decode(
  1189. 'CgpDb3Vyc2VCYXNlEhAKA2NJZBgBIAEoBVIDY0lkEhQKBWNOYW1lGAIgASgJUgVjTmFtZQ==');
  1190. @$core.Deprecated('Use toControlPointDescriptor instead')
  1191. const ToControlPoint$json = {
  1192. '1': 'ToControlPoint',
  1193. '2': [
  1194. {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
  1195. {'1': 'sn', '3': 2, '4': 1, '5': 9, '10': 'sn'},
  1196. {'1': 'ciPosition', '3': 3, '4': 1, '5': 11, '6': '.base.v1.Position', '10': 'ciPosition'},
  1197. {'1': 'cType', '3': 4, '4': 1, '5': 14, '6': '.base.v1.CType', '10': 'cType'},
  1198. {'1': 'orderNo', '3': 5, '4': 1, '5': 5, '10': 'orderNo'},
  1199. {'1': 'is_check_success', '3': 6, '4': 1, '5': 8, '10': 'isCheckSuccess'},
  1200. {'1': 'check_after_last', '3': 7, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'checkAfterLast'},
  1201. {'1': 'punchTime', '3': 8, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'punchTime'},
  1202. {'1': 'disAfterLast', '3': 9, '4': 1, '5': 5, '10': 'disAfterLast'},
  1203. {'1': 'disStraightAfterLast', '3': 10, '4': 1, '5': 5, '10': 'disStraightAfterLast'},
  1204. {'1': 'paceAfterLast', '3': 11, '4': 1, '5': 5, '10': 'paceAfterLast'},
  1205. {'1': 'paceAfterStart', '3': 12, '4': 1, '5': 5, '10': 'paceAfterStart'},
  1206. {'1': 'check_after_start', '3': 13, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'checkAfterStart'},
  1207. ],
  1208. };
  1209. /// Descriptor for `ToControlPoint`. Decode as a `google.protobuf.DescriptorProto`.
  1210. final $typed_data.Uint8List toControlPointDescriptor = $convert.base64Decode(
  1211. 'Cg5Ub0NvbnRyb2xQb2ludBIOCgJpZBgBIAEoA1ICaWQSDgoCc24YAiABKAlSAnNuEjEKCmNpUG'
  1212. '9zaXRpb24YAyABKAsyES5iYXNlLnYxLlBvc2l0aW9uUgpjaVBvc2l0aW9uEiQKBWNUeXBlGAQg'
  1213. 'ASgOMg4uYmFzZS52MS5DVHlwZVIFY1R5cGUSGAoHb3JkZXJObxgFIAEoBVIHb3JkZXJObxIoCh'
  1214. 'Bpc19jaGVja19zdWNjZXNzGAYgASgIUg5pc0NoZWNrU3VjY2VzcxJDChBjaGVja19hZnRlcl9s'
  1215. 'YXN0GAcgASgLMhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uUg5jaGVja0FmdGVyTGFzdBI4Cg'
  1216. 'lwdW5jaFRpbWUYCCABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wUglwdW5jaFRpbWUS'
  1217. 'IgoMZGlzQWZ0ZXJMYXN0GAkgASgFUgxkaXNBZnRlckxhc3QSMgoUZGlzU3RyYWlnaHRBZnRlck'
  1218. 'xhc3QYCiABKAVSFGRpc1N0cmFpZ2h0QWZ0ZXJMYXN0EiQKDXBhY2VBZnRlckxhc3QYCyABKAVS'
  1219. 'DXBhY2VBZnRlckxhc3QSJgoOcGFjZUFmdGVyU3RhcnQYDCABKAVSDnBhY2VBZnRlclN0YXJ0Ek'
  1220. 'UKEWNoZWNrX2FmdGVyX3N0YXJ0GA0gASgLMhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uUg9j'
  1221. 'aGVja0FmdGVyU3RhcnQ=');
  1222. @$core.Deprecated('Use orienteerGameSaveInfoDescriptor instead')
  1223. const OrienteerGameSaveInfo$json = {
  1224. '1': 'OrienteerGameSaveInfo',
  1225. '2': [
  1226. {'1': 'start_at', '3': 1, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'startAt'},
  1227. {'1': 'duration', '3': 2, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'duration'},
  1228. {'1': 'nextControlPoint', '3': 3, '4': 1, '5': 11, '6': '.base.v1.GameArriveControlPoint', '10': 'nextControlPoint'},
  1229. {'1': 'checked_sorted_list', '3': 4, '4': 3, '5': 11, '6': '.base.v1.OrienteerGameSaveControlPoint', '10': 'checkedSortedList'},
  1230. ],
  1231. };
  1232. /// Descriptor for `OrienteerGameSaveInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1233. final $typed_data.Uint8List orienteerGameSaveInfoDescriptor = $convert.base64Decode(
  1234. 'ChVPcmllbnRlZXJHYW1lU2F2ZUluZm8SNQoIc3RhcnRfYXQYASABKAsyGi5nb29nbGUucHJvdG'
  1235. '9idWYuVGltZXN0YW1wUgdzdGFydEF0EjUKCGR1cmF0aW9uGAIgASgLMhkuZ29vZ2xlLnByb3Rv'
  1236. 'YnVmLkR1cmF0aW9uUghkdXJhdGlvbhJLChBuZXh0Q29udHJvbFBvaW50GAMgASgLMh8uYmFzZS'
  1237. '52MS5HYW1lQXJyaXZlQ29udHJvbFBvaW50UhBuZXh0Q29udHJvbFBvaW50ElYKE2NoZWNrZWRf'
  1238. 'c29ydGVkX2xpc3QYBCADKAsyJi5iYXNlLnYxLk9yaWVudGVlckdhbWVTYXZlQ29udHJvbFBvaW'
  1239. '50UhFjaGVja2VkU29ydGVkTGlzdA==');
  1240. @$core.Deprecated('Use orienteerGameSaveControlPointDescriptor instead')
  1241. const OrienteerGameSaveControlPoint$json = {
  1242. '1': 'OrienteerGameSaveControlPoint',
  1243. '2': [
  1244. {'1': 'control_point_id', '3': 1, '4': 1, '5': 3, '10': 'controlPointId'},
  1245. {'1': 'is_check_success', '3': 2, '4': 1, '5': 8, '10': 'isCheckSuccess'},
  1246. {'1': 'check_after_start', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'checkAfterStart'},
  1247. {'1': 'distinct_after_start', '3': 4, '4': 1, '5': 1, '10': 'distinctAfterStart'},
  1248. {'1': 'longitude', '3': 5, '4': 1, '5': 1, '10': 'longitude'},
  1249. {'1': 'latitude', '3': 6, '4': 1, '5': 1, '10': 'latitude'},
  1250. {'1': 'altitude', '3': 7, '4': 1, '5': 1, '10': 'altitude'},
  1251. ],
  1252. };
  1253. /// Descriptor for `OrienteerGameSaveControlPoint`. Decode as a `google.protobuf.DescriptorProto`.
  1254. final $typed_data.Uint8List orienteerGameSaveControlPointDescriptor = $convert.base64Decode(
  1255. 'Ch1PcmllbnRlZXJHYW1lU2F2ZUNvbnRyb2xQb2ludBIoChBjb250cm9sX3BvaW50X2lkGAEgAS'
  1256. 'gDUg5jb250cm9sUG9pbnRJZBIoChBpc19jaGVja19zdWNjZXNzGAIgASgIUg5pc0NoZWNrU3Vj'
  1257. 'Y2VzcxJFChFjaGVja19hZnRlcl9zdGFydBgDIAEoCzIZLmdvb2dsZS5wcm90b2J1Zi5EdXJhdG'
  1258. 'lvblIPY2hlY2tBZnRlclN0YXJ0EjAKFGRpc3RpbmN0X2FmdGVyX3N0YXJ0GAQgASgBUhJkaXN0'
  1259. 'aW5jdEFmdGVyU3RhcnQSHAoJbG9uZ2l0dWRlGAUgASgBUglsb25naXR1ZGUSGgoIbGF0aXR1ZG'
  1260. 'UYBiABKAFSCGxhdGl0dWRlEhoKCGFsdGl0dWRlGAcgASgBUghhbHRpdHVkZQ==');