base.pbjson.dart 65 KB

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