base.pbjson.dart 66 KB

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