base.pbjson.dart 65 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452
  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 controlPointDescriptor instead')
  525. const ControlPoint$json = {
  526. '1': 'ControlPoint',
  527. '2': [
  528. {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
  529. {'1': 'info', '3': 2, '4': 1, '5': 11, '6': '.base.v1.ControlPointInfo', '10': 'info'},
  530. {'1': 'nfc_id_list', '3': 3, '4': 3, '5': 9, '10': 'nfcIdList'},
  531. {'1': 'on_map_x', '3': 4, '4': 1, '5': 3, '10': 'onMapX'},
  532. {'1': 'on_map_y', '3': 5, '4': 1, '5': 3, '10': 'onMapY'},
  533. {'1': 'sn', '3': 6, '4': 1, '5': 9, '10': 'sn'},
  534. {'1': 'ciPosition', '3': 7, '4': 1, '5': 11, '6': '.base.v1.Position', '10': 'ciPosition'},
  535. {'1': 'mapPosition', '3': 8, '4': 1, '5': 11, '6': '.base.v1.Position', '10': 'mapPosition'},
  536. {'1': 'category', '3': 9, '4': 1, '5': 5, '10': 'category'},
  537. ],
  538. };
  539. /// Descriptor for `ControlPoint`. Decode as a `google.protobuf.DescriptorProto`.
  540. final $typed_data.Uint8List controlPointDescriptor = $convert.base64Decode(
  541. 'CgxDb250cm9sUG9pbnQSDgoCaWQYASABKANSAmlkEi0KBGluZm8YAiABKAsyGS5iYXNlLnYxLk'
  542. 'NvbnRyb2xQb2ludEluZm9SBGluZm8SHgoLbmZjX2lkX2xpc3QYAyADKAlSCW5mY0lkTGlzdBIY'
  543. 'Cghvbl9tYXBfeBgEIAEoA1IGb25NYXBYEhgKCG9uX21hcF95GAUgASgDUgZvbk1hcFkSDgoCc2'
  544. '4YBiABKAlSAnNuEjEKCmNpUG9zaXRpb24YByABKAsyES5iYXNlLnYxLlBvc2l0aW9uUgpjaVBv'
  545. 'c2l0aW9uEjMKC21hcFBvc2l0aW9uGAggASgLMhEuYmFzZS52MS5Qb3NpdGlvblILbWFwUG9zaX'
  546. 'Rpb24SGgoIY2F0ZWdvcnkYCSABKAVSCGNhdGVnb3J5');
  547. @$core.Deprecated('Use controlPointSimpleDescriptor instead')
  548. const ControlPointSimple$json = {
  549. '1': 'ControlPointSimple',
  550. '2': [
  551. {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
  552. {'1': 'nfc_id_list', '3': 2, '4': 3, '5': 9, '10': 'nfcIdList'},
  553. {'1': 'sn', '3': 3, '4': 1, '5': 9, '10': 'sn'},
  554. ],
  555. };
  556. /// Descriptor for `ControlPointSimple`. Decode as a `google.protobuf.DescriptorProto`.
  557. final $typed_data.Uint8List controlPointSimpleDescriptor = $convert.base64Decode(
  558. 'ChJDb250cm9sUG9pbnRTaW1wbGUSDgoCaWQYASABKANSAmlkEh4KC25mY19pZF9saXN0GAIgAy'
  559. 'gJUgluZmNJZExpc3QSDgoCc24YAyABKAlSAnNu');
  560. @$core.Deprecated('Use gameDetailV2ReplyDescriptor instead')
  561. const GameDetailV2Reply$json = {
  562. '1': 'GameDetailV2Reply',
  563. '2': [
  564. {'1': 'game_id', '3': 1, '4': 1, '5': 5, '10': 'gameId'},
  565. {'1': 'isComplete', '3': 2, '4': 1, '5': 8, '10': 'isComplete'},
  566. {'1': 'start_at', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'startAt'},
  567. {'1': 'checked_sorted_list', '3': 4, '4': 3, '5': 11, '6': '.base.v1.ControlPointGameInfo', '10': 'checkedSortedList'},
  568. {'1': 'duration', '3': 5, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'duration'},
  569. {'1': 'stop_at', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'stopAt'},
  570. {'1': 'qrJsonCode', '3': 7, '4': 1, '5': 9, '10': 'qrJsonCode'},
  571. {'1': 'isSuccess', '3': 8, '4': 1, '5': 8, '10': 'isSuccess'},
  572. {'1': 'sysPoint', '3': 9, '4': 1, '5': 5, '10': 'sysPoint'},
  573. {'1': 'totalPointNum', '3': 10, '4': 1, '5': 5, '10': 'totalPointNum'},
  574. {'1': 'actName', '3': 13, '4': 1, '5': 9, '10': 'actName'},
  575. {'1': 'distance', '3': 14, '4': 1, '5': 5, '10': 'distance'},
  576. {'1': 'pace', '3': 15, '4': 1, '5': 5, '10': 'pace'},
  577. {'1': 'avgHr', '3': 16, '4': 1, '5': 5, '10': 'avgHr'},
  578. {'1': 'Calorie', '3': 17, '4': 1, '5': 5, '10': 'Calorie'},
  579. {'1': 'Ck', '3': 18, '4': 1, '5': 5, '10': 'Ck'},
  580. {'1': 'Ei', '3': 19, '4': 1, '5': 2, '10': 'Ei'},
  581. {'1': 'stepNum', '3': 20, '4': 1, '5': 5, '10': 'stepNum'},
  582. {'1': 'gameGpsInfo', '3': 21, '4': 3, '5': 11, '6': '.base.v1.GameGpsInfo', '10': 'gameGpsInfo'},
  583. {'1': 'map_zip', '3': 22, '4': 1, '5': 11, '6': '.base.v1.NetImage', '10': 'mapZip'},
  584. {'1': 'answerHistory', '3': 23, '4': 1, '5': 11, '6': '.base.v1.AnswerHistoryInfo', '10': 'answerHistory'},
  585. {'1': 'gameHrInfos', '3': 24, '4': 3, '5': 11, '6': '.base.v1.HeartRate', '10': 'gameHrInfos'},
  586. {'1': 'source', '3': 25, '4': 1, '5': 14, '6': '.base.v1.GameHistorySource', '10': 'source'},
  587. {'1': 'actId', '3': 26, '4': 1, '5': 5, '10': 'actId'},
  588. {'1': 'body', '3': 27, '4': 1, '5': 11, '6': '.base.v1.OrienteerBodyInfo', '10': 'body'},
  589. ],
  590. };
  591. /// Descriptor for `GameDetailV2Reply`. Decode as a `google.protobuf.DescriptorProto`.
  592. final $typed_data.Uint8List gameDetailV2ReplyDescriptor = $convert.base64Decode(
  593. 'ChFHYW1lRGV0YWlsVjJSZXBseRIXCgdnYW1lX2lkGAEgASgFUgZnYW1lSWQSHgoKaXNDb21wbG'
  594. 'V0ZRgCIAEoCFIKaXNDb21wbGV0ZRI1CghzdGFydF9hdBgDIAEoCzIaLmdvb2dsZS5wcm90b2J1'
  595. 'Zi5UaW1lc3RhbXBSB3N0YXJ0QXQSTQoTY2hlY2tlZF9zb3J0ZWRfbGlzdBgEIAMoCzIdLmJhc2'
  596. 'UudjEuQ29udHJvbFBvaW50R2FtZUluZm9SEWNoZWNrZWRTb3J0ZWRMaXN0EjUKCGR1cmF0aW9u'
  597. 'GAUgASgLMhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uUghkdXJhdGlvbhIzCgdzdG9wX2F0GA'
  598. 'YgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcFIGc3RvcEF0Eh4KCnFySnNvbkNvZGUY'
  599. 'ByABKAlSCnFySnNvbkNvZGUSHAoJaXNTdWNjZXNzGAggASgIUglpc1N1Y2Nlc3MSGgoIc3lzUG'
  600. '9pbnQYCSABKAVSCHN5c1BvaW50EiQKDXRvdGFsUG9pbnROdW0YCiABKAVSDXRvdGFsUG9pbnRO'
  601. 'dW0SGAoHYWN0TmFtZRgNIAEoCVIHYWN0TmFtZRIaCghkaXN0YW5jZRgOIAEoBVIIZGlzdGFuY2'
  602. 'USEgoEcGFjZRgPIAEoBVIEcGFjZRIUCgVhdmdIchgQIAEoBVIFYXZnSHISGAoHQ2Fsb3JpZRgR'
  603. 'IAEoBVIHQ2Fsb3JpZRIOCgJDaxgSIAEoBVICQ2sSDgoCRWkYEyABKAJSAkVpEhgKB3N0ZXBOdW'
  604. '0YFCABKAVSB3N0ZXBOdW0SNgoLZ2FtZUdwc0luZm8YFSADKAsyFC5iYXNlLnYxLkdhbWVHcHNJ'
  605. 'bmZvUgtnYW1lR3BzSW5mbxIqCgdtYXBfemlwGBYgASgLMhEuYmFzZS52MS5OZXRJbWFnZVIGbW'
  606. 'FwWmlwEkAKDWFuc3dlckhpc3RvcnkYFyABKAsyGi5iYXNlLnYxLkFuc3dlckhpc3RvcnlJbmZv'
  607. 'Ug1hbnN3ZXJIaXN0b3J5EjQKC2dhbWVIckluZm9zGBggAygLMhIuYmFzZS52MS5IZWFydFJhdG'
  608. 'VSC2dhbWVIckluZm9zEjIKBnNvdXJjZRgZIAEoDjIaLmJhc2UudjEuR2FtZUhpc3RvcnlTb3Vy'
  609. 'Y2VSBnNvdXJjZRIUCgVhY3RJZBgaIAEoBVIFYWN0SWQSLgoEYm9keRgbIAEoCzIaLmJhc2Uudj'
  610. 'EuT3JpZW50ZWVyQm9keUluZm9SBGJvZHk=');
  611. @$core.Deprecated('Use orienteerBodyInfoDescriptor instead')
  612. const OrienteerBodyInfo$json = {
  613. '1': 'OrienteerBodyInfo',
  614. '2': [
  615. {'1': 'oId', '3': 1, '4': 1, '5': 5, '10': 'oId'},
  616. {'1': 'sex', '3': 2, '4': 1, '5': 14, '6': '.base.v1.User.Sex', '10': 'sex'},
  617. {'1': 'birthdayYear', '3': 3, '4': 1, '5': 5, '10': 'birthdayYear'},
  618. {'1': 'heightMillimeter', '3': 4, '4': 1, '5': 5, '10': 'heightMillimeter'},
  619. {'1': 'weightGram', '3': 5, '4': 1, '5': 5, '10': 'weightGram'},
  620. {'1': 'staticHr', '3': 6, '4': 1, '5': 5, '10': 'staticHr'},
  621. ],
  622. };
  623. /// Descriptor for `OrienteerBodyInfo`. Decode as a `google.protobuf.DescriptorProto`.
  624. final $typed_data.Uint8List orienteerBodyInfoDescriptor = $convert.base64Decode(
  625. 'ChFPcmllbnRlZXJCb2R5SW5mbxIQCgNvSWQYASABKAVSA29JZBIjCgNzZXgYAiABKA4yES5iYX'
  626. 'NlLnYxLlVzZXIuU2V4UgNzZXgSIgoMYmlydGhkYXlZZWFyGAMgASgFUgxiaXJ0aGRheVllYXIS'
  627. 'KgoQaGVpZ2h0TWlsbGltZXRlchgEIAEoBVIQaGVpZ2h0TWlsbGltZXRlchIeCgp3ZWlnaHRHcm'
  628. 'FtGAUgASgFUgp3ZWlnaHRHcmFtEhoKCHN0YXRpY0hyGAYgASgFUghzdGF0aWNIcg==');
  629. @$core.Deprecated('Use controlPointGameInfoDescriptor instead')
  630. const ControlPointGameInfo$json = {
  631. '1': 'ControlPointGameInfo',
  632. '2': [
  633. {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
  634. {'1': 'sn', '3': 2, '4': 1, '5': 9, '10': 'sn'},
  635. {'1': 'cType', '3': 3, '4': 1, '5': 14, '6': '.base.v1.CType', '10': 'cType'},
  636. {'1': 'orderNo', '3': 4, '4': 1, '5': 5, '10': 'orderNo'},
  637. {'1': 'is_check_success', '3': 5, '4': 1, '5': 8, '10': 'isCheckSuccess'},
  638. {'1': 'check_after_last', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'checkAfterLast'},
  639. {'1': 'punchTime', '3': 7, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'punchTime'},
  640. {'1': 'position', '3': 8, '4': 1, '5': 11, '6': '.base.v1.Position', '10': 'position'},
  641. {'1': 'disAfterLast', '3': 9, '4': 1, '5': 5, '10': 'disAfterLast'},
  642. {'1': 'disStraightAfterLast', '3': 10, '4': 1, '5': 5, '10': 'disStraightAfterLast'},
  643. {'1': 'paceAfterLast', '3': 11, '4': 1, '5': 5, '10': 'paceAfterLast'},
  644. {'1': 'paceAfterStart', '3': 12, '4': 1, '5': 5, '10': 'paceAfterStart'},
  645. {'1': 'check_after_start', '3': 13, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'checkAfterStart'},
  646. ],
  647. };
  648. /// Descriptor for `ControlPointGameInfo`. Decode as a `google.protobuf.DescriptorProto`.
  649. final $typed_data.Uint8List controlPointGameInfoDescriptor = $convert.base64Decode(
  650. 'ChRDb250cm9sUG9pbnRHYW1lSW5mbxIOCgJpZBgBIAEoA1ICaWQSDgoCc24YAiABKAlSAnNuEi'
  651. 'QKBWNUeXBlGAMgASgOMg4uYmFzZS52MS5DVHlwZVIFY1R5cGUSGAoHb3JkZXJObxgEIAEoBVIH'
  652. 'b3JkZXJObxIoChBpc19jaGVja19zdWNjZXNzGAUgASgIUg5pc0NoZWNrU3VjY2VzcxJDChBjaG'
  653. 'Vja19hZnRlcl9sYXN0GAYgASgLMhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uUg5jaGVja0Fm'
  654. 'dGVyTGFzdBI4CglwdW5jaFRpbWUYByABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wUg'
  655. 'lwdW5jaFRpbWUSLQoIcG9zaXRpb24YCCABKAsyES5iYXNlLnYxLlBvc2l0aW9uUghwb3NpdGlv'
  656. 'bhIiCgxkaXNBZnRlckxhc3QYCSABKAVSDGRpc0FmdGVyTGFzdBIyChRkaXNTdHJhaWdodEFmdG'
  657. 'VyTGFzdBgKIAEoBVIUZGlzU3RyYWlnaHRBZnRlckxhc3QSJAoNcGFjZUFmdGVyTGFzdBgLIAEo'
  658. 'BVINcGFjZUFmdGVyTGFzdBImCg5wYWNlQWZ0ZXJTdGFydBgMIAEoBVIOcGFjZUFmdGVyU3Rhcn'
  659. 'QSRQoRY2hlY2tfYWZ0ZXJfc3RhcnQYDSABKAsyGS5nb29nbGUucHJvdG9idWYuRHVyYXRpb25S'
  660. 'D2NoZWNrQWZ0ZXJTdGFydA==');
  661. @$core.Deprecated('Use answerHistoryInfoDescriptor instead')
  662. const AnswerHistoryInfo$json = {
  663. '1': 'AnswerHistoryInfo',
  664. '2': [
  665. {'1': 'accuracy', '3': 1, '4': 1, '5': 5, '10': 'accuracy'},
  666. {'1': 'totalAnswerNum', '3': 2, '4': 1, '5': 5, '10': 'totalAnswerNum'},
  667. {'1': 'correctAnswerNum', '3': 3, '4': 1, '5': 5, '10': 'correctAnswerNum'},
  668. {'1': 'ranking', '3': 4, '4': 1, '5': 5, '10': 'ranking'},
  669. {'1': 'rankingDay', '3': 5, '4': 1, '5': 5, '10': 'rankingDay'},
  670. {'1': 'list', '3': 6, '4': 3, '5': 11, '6': '.base.v1.AnswerDetailInfo', '10': 'list'},
  671. {'1': 'rankingSurpass', '3': 7, '4': 1, '5': 5, '10': 'rankingSurpass'},
  672. ],
  673. };
  674. /// Descriptor for `AnswerHistoryInfo`. Decode as a `google.protobuf.DescriptorProto`.
  675. final $typed_data.Uint8List answerHistoryInfoDescriptor = $convert.base64Decode(
  676. 'ChFBbnN3ZXJIaXN0b3J5SW5mbxIaCghhY2N1cmFjeRgBIAEoBVIIYWNjdXJhY3kSJgoOdG90YW'
  677. 'xBbnN3ZXJOdW0YAiABKAVSDnRvdGFsQW5zd2VyTnVtEioKEGNvcnJlY3RBbnN3ZXJOdW0YAyAB'
  678. 'KAVSEGNvcnJlY3RBbnN3ZXJOdW0SGAoHcmFua2luZxgEIAEoBVIHcmFua2luZxIeCgpyYW5raW'
  679. '5nRGF5GAUgASgFUgpyYW5raW5nRGF5Ei0KBGxpc3QYBiADKAsyGS5iYXNlLnYxLkFuc3dlckRl'
  680. 'dGFpbEluZm9SBGxpc3QSJgoOcmFua2luZ1N1cnBhc3MYByABKAVSDnJhbmtpbmdTdXJwYXNz');
  681. @$core.Deprecated('Use answerDetailInfoDescriptor instead')
  682. const AnswerDetailInfo$json = {
  683. '1': 'AnswerDetailInfo',
  684. '2': [
  685. {'1': 'qbId', '3': 1, '4': 1, '5': 5, '10': 'qbId'},
  686. {'1': 'question', '3': 2, '4': 1, '5': 9, '10': 'question'},
  687. {'1': 'image', '3': 3, '4': 1, '5': 11, '6': '.base.v1.NetImage', '10': 'image'},
  688. {'1': 'answer', '3': 4, '4': 3, '5': 9, '10': 'answer'},
  689. {'1': 'rightAnswerIndex', '3': 5, '4': 1, '5': 5, '10': 'rightAnswerIndex'},
  690. {'1': 'userAnswerIndex', '3': 6, '4': 1, '5': 5, '10': 'userAnswerIndex'},
  691. {'1': 'answerCorrect', '3': 7, '4': 1, '5': 8, '10': 'answerCorrect'},
  692. {'1': 'isAnswer', '3': 8, '4': 1, '5': 8, '10': 'isAnswer'},
  693. ],
  694. };
  695. /// Descriptor for `AnswerDetailInfo`. Decode as a `google.protobuf.DescriptorProto`.
  696. final $typed_data.Uint8List answerDetailInfoDescriptor = $convert.base64Decode(
  697. 'ChBBbnN3ZXJEZXRhaWxJbmZvEhIKBHFiSWQYASABKAVSBHFiSWQSGgoIcXVlc3Rpb24YAiABKA'
  698. 'lSCHF1ZXN0aW9uEicKBWltYWdlGAMgASgLMhEuYmFzZS52MS5OZXRJbWFnZVIFaW1hZ2USFgoG'
  699. 'YW5zd2VyGAQgAygJUgZhbnN3ZXISKgoQcmlnaHRBbnN3ZXJJbmRleBgFIAEoBVIQcmlnaHRBbn'
  700. 'N3ZXJJbmRleBIoCg91c2VyQW5zd2VySW5kZXgYBiABKAVSD3VzZXJBbnN3ZXJJbmRleBIkCg1h'
  701. 'bnN3ZXJDb3JyZWN0GAcgASgIUg1hbnN3ZXJDb3JyZWN0EhoKCGlzQW5zd2VyGAggASgIUghpc0'
  702. 'Fuc3dlcg==');
  703. @$core.Deprecated('Use toActivityRegusterEditRequestDescriptor instead')
  704. const ToActivityRegusterEditRequest$json = {
  705. '1': 'ToActivityRegusterEditRequest',
  706. '2': [
  707. {'1': 'regId', '3': 1, '4': 1, '5': 5, '10': 'regId'},
  708. {'1': 'regName', '3': 2, '4': 1, '5': 9, '10': 'regName'},
  709. {'1': 'startSecond', '3': 3, '4': 1, '5': 3, '10': 'startSecond'},
  710. {'1': 'endSecond', '3': 4, '4': 1, '5': 3, '10': 'endSecond'},
  711. {'1': 'organizer', '3': 5, '4': 1, '5': 9, '10': 'organizer'},
  712. ],
  713. };
  714. /// Descriptor for `ToActivityRegusterEditRequest`. Decode as a `google.protobuf.DescriptorProto`.
  715. final $typed_data.Uint8List toActivityRegusterEditRequestDescriptor = $convert.base64Decode(
  716. 'Ch1Ub0FjdGl2aXR5UmVndXN0ZXJFZGl0UmVxdWVzdBIUCgVyZWdJZBgBIAEoBVIFcmVnSWQSGA'
  717. 'oHcmVnTmFtZRgCIAEoCVIHcmVnTmFtZRIgCgtzdGFydFNlY29uZBgDIAEoA1ILc3RhcnRTZWNv'
  718. 'bmQSHAoJZW5kU2Vjb25kGAQgASgDUgllbmRTZWNvbmQSHAoJb3JnYW5pemVyGAUgASgJUglvcm'
  719. 'dhbml6ZXI=');
  720. @$core.Deprecated('Use toActivityRegusterListRequestDescriptor instead')
  721. const ToActivityRegusterListRequest$json = {
  722. '1': 'ToActivityRegusterListRequest',
  723. '2': [
  724. {'1': 'offset', '3': 1, '4': 1, '5': 5, '10': 'offset'},
  725. {'1': 'limit', '3': 2, '4': 1, '5': 5, '10': 'limit'},
  726. ],
  727. };
  728. /// Descriptor for `ToActivityRegusterListRequest`. Decode as a `google.protobuf.DescriptorProto`.
  729. final $typed_data.Uint8List toActivityRegusterListRequestDescriptor = $convert.base64Decode(
  730. 'Ch1Ub0FjdGl2aXR5UmVndXN0ZXJMaXN0UmVxdWVzdBIWCgZvZmZzZXQYASABKAVSBm9mZnNldB'
  731. 'IUCgVsaW1pdBgCIAEoBVIFbGltaXQ=');
  732. @$core.Deprecated('Use toActivityRegusterListReplyDescriptor instead')
  733. const ToActivityRegusterListReply$json = {
  734. '1': 'ToActivityRegusterListReply',
  735. '2': [
  736. {'1': 'list', '3': 1, '4': 3, '5': 11, '6': '.base.v1.ToActivityRegusterInfo', '10': 'list'},
  737. ],
  738. };
  739. /// Descriptor for `ToActivityRegusterListReply`. Decode as a `google.protobuf.DescriptorProto`.
  740. final $typed_data.Uint8List toActivityRegusterListReplyDescriptor = $convert.base64Decode(
  741. 'ChtUb0FjdGl2aXR5UmVndXN0ZXJMaXN0UmVwbHkSMwoEbGlzdBgBIAMoCzIfLmJhc2UudjEuVG'
  742. '9BY3Rpdml0eVJlZ3VzdGVySW5mb1IEbGlzdA==');
  743. @$core.Deprecated('Use toActivityRegusterInfoDescriptor instead')
  744. const ToActivityRegusterInfo$json = {
  745. '1': 'ToActivityRegusterInfo',
  746. '2': [
  747. {'1': 'regId', '3': 1, '4': 1, '5': 5, '10': 'regId'},
  748. {'1': 'regName', '3': 2, '4': 1, '5': 9, '10': 'regName'},
  749. {'1': 'startSecond', '3': 3, '4': 1, '5': 3, '10': 'startSecond'},
  750. {'1': 'endSecond', '3': 4, '4': 1, '5': 3, '10': 'endSecond'},
  751. {'1': 'organizer', '3': 5, '4': 1, '5': 9, '10': 'organizer'},
  752. {'1': 'key', '3': 6, '4': 1, '5': 9, '10': 'key'},
  753. ],
  754. };
  755. /// Descriptor for `ToActivityRegusterInfo`. Decode as a `google.protobuf.DescriptorProto`.
  756. final $typed_data.Uint8List toActivityRegusterInfoDescriptor = $convert.base64Decode(
  757. 'ChZUb0FjdGl2aXR5UmVndXN0ZXJJbmZvEhQKBXJlZ0lkGAEgASgFUgVyZWdJZBIYCgdyZWdOYW'
  758. '1lGAIgASgJUgdyZWdOYW1lEiAKC3N0YXJ0U2Vjb25kGAMgASgDUgtzdGFydFNlY29uZBIcCgll'
  759. 'bmRTZWNvbmQYBCABKANSCWVuZFNlY29uZBIcCglvcmdhbml6ZXIYBSABKAlSCW9yZ2FuaXplch'
  760. 'IQCgNrZXkYBiABKAlSA2tleQ==');
  761. @$core.Deprecated('Use toGameRankingRequestDescriptor instead')
  762. const ToGameRankingRequest$json = {
  763. '1': 'ToGameRankingRequest',
  764. '2': [
  765. {'1': 'mapId', '3': 1, '4': 1, '5': 5, '10': 'mapId'},
  766. {'1': 'startSecond', '3': 2, '4': 1, '5': 3, '10': 'startSecond'},
  767. ],
  768. };
  769. /// Descriptor for `ToGameRankingRequest`. Decode as a `google.protobuf.DescriptorProto`.
  770. final $typed_data.Uint8List toGameRankingRequestDescriptor = $convert.base64Decode(
  771. 'ChRUb0dhbWVSYW5raW5nUmVxdWVzdBIUCgVtYXBJZBgBIAEoBVIFbWFwSWQSIAoLc3RhcnRTZW'
  772. 'NvbmQYAiABKANSC3N0YXJ0U2Vjb25k');
  773. @$core.Deprecated('Use toGameRankingReplyDescriptor instead')
  774. const ToGameRankingReply$json = {
  775. '1': 'ToGameRankingReply',
  776. '2': [
  777. {'1': 'list', '3': 1, '4': 3, '5': 11, '6': '.base.v1.ToActionRankInfo', '10': 'list'},
  778. ],
  779. };
  780. /// Descriptor for `ToGameRankingReply`. Decode as a `google.protobuf.DescriptorProto`.
  781. final $typed_data.Uint8List toGameRankingReplyDescriptor = $convert.base64Decode(
  782. 'ChJUb0dhbWVSYW5raW5nUmVwbHkSLQoEbGlzdBgBIAMoCzIZLmJhc2UudjEuVG9BY3Rpb25SYW'
  783. '5rSW5mb1IEbGlzdA==');
  784. @$core.Deprecated('Use toActionRankInfoDescriptor instead')
  785. const ToActionRankInfo$json = {
  786. '1': 'ToActionRankInfo',
  787. '2': [
  788. {'1': 'actId', '3': 1, '4': 1, '5': 5, '10': 'actId'},
  789. {'1': 'actName', '3': 2, '4': 1, '5': 9, '10': 'actName'},
  790. {'1': 'totalUserNum', '3': 3, '4': 1, '5': 5, '10': 'totalUserNum'},
  791. {'1': 'rankList', '3': 4, '4': 3, '5': 11, '6': '.base.v1.ToOrienteerRankInfo', '10': 'rankList'},
  792. ],
  793. };
  794. /// Descriptor for `ToActionRankInfo`. Decode as a `google.protobuf.DescriptorProto`.
  795. final $typed_data.Uint8List toActionRankInfoDescriptor = $convert.base64Decode(
  796. 'ChBUb0FjdGlvblJhbmtJbmZvEhQKBWFjdElkGAEgASgFUgVhY3RJZBIYCgdhY3ROYW1lGAIgAS'
  797. 'gJUgdhY3ROYW1lEiIKDHRvdGFsVXNlck51bRgDIAEoBVIMdG90YWxVc2VyTnVtEjgKCHJhbmtM'
  798. 'aXN0GAQgAygLMhwuYmFzZS52MS5Ub09yaWVudGVlclJhbmtJbmZvUghyYW5rTGlzdA==');
  799. @$core.Deprecated('Use toOrienteerRankInfoDescriptor instead')
  800. const ToOrienteerRankInfo$json = {
  801. '1': 'ToOrienteerRankInfo',
  802. '2': [
  803. {'1': 'gameId', '3': 1, '4': 1, '5': 5, '10': 'gameId'},
  804. {'1': 'oName', '3': 2, '4': 1, '5': 9, '10': 'oName'},
  805. {'1': 'phone', '3': 3, '4': 1, '5': 9, '10': 'phone'},
  806. {'1': 'courseName', '3': 4, '4': 1, '5': 9, '10': 'courseName'},
  807. {'1': 'state', '3': 5, '4': 1, '5': 5, '10': 'state'},
  808. {'1': 'start_at', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'startAt'},
  809. {'1': 'duration', '3': 7, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'duration'},
  810. {'1': 'distance', '3': 8, '4': 1, '5': 5, '10': 'distance'},
  811. {'1': 'totalControlNum', '3': 9, '4': 1, '5': 5, '10': 'totalControlNum'},
  812. {'1': 'oId', '3': 10, '4': 1, '5': 5, '10': 'oId'},
  813. ],
  814. };
  815. /// Descriptor for `ToOrienteerRankInfo`. Decode as a `google.protobuf.DescriptorProto`.
  816. final $typed_data.Uint8List toOrienteerRankInfoDescriptor = $convert.base64Decode(
  817. 'ChNUb09yaWVudGVlclJhbmtJbmZvEhYKBmdhbWVJZBgBIAEoBVIGZ2FtZUlkEhQKBW9OYW1lGA'
  818. 'IgASgJUgVvTmFtZRIUCgVwaG9uZRgDIAEoCVIFcGhvbmUSHgoKY291cnNlTmFtZRgEIAEoCVIK'
  819. 'Y291cnNlTmFtZRIUCgVzdGF0ZRgFIAEoBVIFc3RhdGUSNQoIc3RhcnRfYXQYBiABKAsyGi5nb2'
  820. '9nbGUucHJvdG9idWYuVGltZXN0YW1wUgdzdGFydEF0EjUKCGR1cmF0aW9uGAcgASgLMhkuZ29v'
  821. 'Z2xlLnByb3RvYnVmLkR1cmF0aW9uUghkdXJhdGlvbhIaCghkaXN0YW5jZRgIIAEoBVIIZGlzdG'
  822. 'FuY2USKAoPdG90YWxDb250cm9sTnVtGAkgASgFUg90b3RhbENvbnRyb2xOdW0SEAoDb0lkGAog'
  823. 'ASgFUgNvSWQ=');
  824. @$core.Deprecated('Use toGetUpdateVersionRequestDescriptor instead')
  825. const ToGetUpdateVersionRequest$json = {
  826. '1': 'ToGetUpdateVersionRequest',
  827. '2': [
  828. {'1': 'vCode', '3': 1, '4': 1, '5': 9, '10': 'vCode'},
  829. {'1': 'vShop', '3': 2, '4': 1, '5': 5, '10': 'vShop'},
  830. ],
  831. };
  832. /// Descriptor for `ToGetUpdateVersionRequest`. Decode as a `google.protobuf.DescriptorProto`.
  833. final $typed_data.Uint8List toGetUpdateVersionRequestDescriptor = $convert.base64Decode(
  834. 'ChlUb0dldFVwZGF0ZVZlcnNpb25SZXF1ZXN0EhQKBXZDb2RlGAEgASgJUgV2Q29kZRIUCgV2U2'
  835. 'hvcBgCIAEoBVIFdlNob3A=');
  836. @$core.Deprecated('Use toGetUpdateVersionReplyDescriptor instead')
  837. const ToGetUpdateVersionReply$json = {
  838. '1': 'ToGetUpdateVersionReply',
  839. '2': [
  840. {'1': 'needUpdate', '3': 1, '4': 1, '5': 8, '10': 'needUpdate'},
  841. {'1': 'vCode', '3': 2, '4': 1, '5': 9, '10': 'vCode'},
  842. {'1': 'vMemo', '3': 3, '4': 1, '5': 9, '10': 'vMemo'},
  843. {'1': 'vUrl', '3': 4, '4': 1, '5': 9, '10': 'vUrl'},
  844. ],
  845. };
  846. /// Descriptor for `ToGetUpdateVersionReply`. Decode as a `google.protobuf.DescriptorProto`.
  847. final $typed_data.Uint8List toGetUpdateVersionReplyDescriptor = $convert.base64Decode(
  848. 'ChdUb0dldFVwZGF0ZVZlcnNpb25SZXBseRIeCgpuZWVkVXBkYXRlGAEgASgIUgpuZWVkVXBkYX'
  849. 'RlEhQKBXZDb2RlGAIgASgJUgV2Q29kZRIUCgV2TWVtbxgDIAEoCVIFdk1lbW8SEgoEdlVybBgE'
  850. 'IAEoCVIEdlVybA==');
  851. @$core.Deprecated('Use toGameDetailReplyDescriptor instead')
  852. const ToGameDetailReply$json = {
  853. '1': 'ToGameDetailReply',
  854. '2': [
  855. {'1': 'game_id', '3': 1, '4': 1, '5': 5, '10': 'gameId'},
  856. {'1': 'isComplete', '3': 2, '4': 1, '5': 8, '10': 'isComplete'},
  857. {'1': 'start_at', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'startAt'},
  858. {'1': 'checked_sorted_list', '3': 4, '4': 3, '5': 11, '6': '.base.v1.ToControlPoint', '10': 'checkedSortedList'},
  859. {'1': 'duration', '3': 5, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'duration'},
  860. {'1': 'stop_at', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'stopAt'},
  861. {'1': 'isSuccess', '3': 8, '4': 1, '5': 8, '10': 'isSuccess'},
  862. {'1': 'sysPoint', '3': 9, '4': 1, '5': 5, '10': 'sysPoint'},
  863. {'1': 'totalPointNum', '3': 10, '4': 1, '5': 5, '10': 'totalPointNum'},
  864. {'1': 'actName', '3': 13, '4': 1, '5': 9, '10': 'actName'},
  865. {'1': 'distance', '3': 14, '4': 1, '5': 5, '10': 'distance'},
  866. {'1': 'pace', '3': 15, '4': 1, '5': 5, '10': 'pace'},
  867. {'1': 'avgHr', '3': 16, '4': 1, '5': 5, '10': 'avgHr'},
  868. {'1': 'Calorie', '3': 17, '4': 1, '5': 5, '10': 'Calorie'},
  869. {'1': 'Ck', '3': 18, '4': 1, '5': 5, '10': 'Ck'},
  870. {'1': 'Ei', '3': 19, '4': 1, '5': 2, '10': 'Ei'},
  871. {'1': 'stepNum', '3': 20, '4': 1, '5': 5, '10': 'stepNum'},
  872. {'1': 'gameGpsInfo', '3': 21, '4': 3, '5': 11, '6': '.base.v1.GameGpsInfo', '10': 'gameGpsInfo'},
  873. {'1': 'gameHrInfos', '3': 24, '4': 3, '5': 11, '6': '.base.v1.HeartRate', '10': 'gameHrInfos'},
  874. {'1': 'source', '3': 25, '4': 1, '5': 14, '6': '.base.v1.GameHistorySource', '10': 'source'},
  875. {'1': 'actId', '3': 26, '4': 1, '5': 5, '10': 'actId'},
  876. ],
  877. };
  878. /// Descriptor for `ToGameDetailReply`. Decode as a `google.protobuf.DescriptorProto`.
  879. final $typed_data.Uint8List toGameDetailReplyDescriptor = $convert.base64Decode(
  880. 'ChFUb0dhbWVEZXRhaWxSZXBseRIXCgdnYW1lX2lkGAEgASgFUgZnYW1lSWQSHgoKaXNDb21wbG'
  881. 'V0ZRgCIAEoCFIKaXNDb21wbGV0ZRI1CghzdGFydF9hdBgDIAEoCzIaLmdvb2dsZS5wcm90b2J1'
  882. 'Zi5UaW1lc3RhbXBSB3N0YXJ0QXQSRwoTY2hlY2tlZF9zb3J0ZWRfbGlzdBgEIAMoCzIXLmJhc2'
  883. 'UudjEuVG9Db250cm9sUG9pbnRSEWNoZWNrZWRTb3J0ZWRMaXN0EjUKCGR1cmF0aW9uGAUgASgL'
  884. 'MhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uUghkdXJhdGlvbhIzCgdzdG9wX2F0GAYgASgLMh'
  885. 'ouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcFIGc3RvcEF0EhwKCWlzU3VjY2VzcxgIIAEoCFIJ'
  886. 'aXNTdWNjZXNzEhoKCHN5c1BvaW50GAkgASgFUghzeXNQb2ludBIkCg10b3RhbFBvaW50TnVtGA'
  887. 'ogASgFUg10b3RhbFBvaW50TnVtEhgKB2FjdE5hbWUYDSABKAlSB2FjdE5hbWUSGgoIZGlzdGFu'
  888. 'Y2UYDiABKAVSCGRpc3RhbmNlEhIKBHBhY2UYDyABKAVSBHBhY2USFAoFYXZnSHIYECABKAVSBW'
  889. 'F2Z0hyEhgKB0NhbG9yaWUYESABKAVSB0NhbG9yaWUSDgoCQ2sYEiABKAVSAkNrEg4KAkVpGBMg'
  890. 'ASgCUgJFaRIYCgdzdGVwTnVtGBQgASgFUgdzdGVwTnVtEjYKC2dhbWVHcHNJbmZvGBUgAygLMh'
  891. 'QuYmFzZS52MS5HYW1lR3BzSW5mb1ILZ2FtZUdwc0luZm8SNAoLZ2FtZUhySW5mb3MYGCADKAsy'
  892. 'Ei5iYXNlLnYxLkhlYXJ0UmF0ZVILZ2FtZUhySW5mb3MSMgoGc291cmNlGBkgASgOMhouYmFzZS'
  893. '52MS5HYW1lSGlzdG9yeVNvdXJjZVIGc291cmNlEhQKBWFjdElkGBogASgFUgVhY3RJZA==');
  894. @$core.Deprecated('Use toHisUserListQueryReplyDescriptor instead')
  895. const ToHisUserListQueryReply$json = {
  896. '1': 'ToHisUserListQueryReply',
  897. '2': [
  898. {'1': 'list', '3': 1, '4': 3, '5': 11, '6': '.base.v1.ToHisUserBasic', '10': 'list'},
  899. ],
  900. };
  901. /// Descriptor for `ToHisUserListQueryReply`. Decode as a `google.protobuf.DescriptorProto`.
  902. final $typed_data.Uint8List toHisUserListQueryReplyDescriptor = $convert.base64Decode(
  903. 'ChdUb0hpc1VzZXJMaXN0UXVlcnlSZXBseRIrCgRsaXN0GAEgAygLMhcuYmFzZS52MS5Ub0hpc1'
  904. 'VzZXJCYXNpY1IEbGlzdA==');
  905. @$core.Deprecated('Use toHisUserBasicDescriptor instead')
  906. const ToHisUserBasic$json = {
  907. '1': 'ToHisUserBasic',
  908. '2': [
  909. {'1': 'OId', '3': 1, '4': 1, '5': 5, '10': 'OId'},
  910. {'1': 'OName', '3': 2, '4': 1, '5': 9, '10': 'OName'},
  911. {'1': 'list', '3': 3, '4': 3, '5': 11, '6': '.base.v1.ToHisUserInfo', '10': 'list'},
  912. ],
  913. };
  914. /// Descriptor for `ToHisUserBasic`. Decode as a `google.protobuf.DescriptorProto`.
  915. final $typed_data.Uint8List toHisUserBasicDescriptor = $convert.base64Decode(
  916. 'Cg5Ub0hpc1VzZXJCYXNpYxIQCgNPSWQYASABKAVSA09JZBIUCgVPTmFtZRgCIAEoCVIFT05hbW'
  917. 'USKgoEbGlzdBgDIAMoCzIWLmJhc2UudjEuVG9IaXNVc2VySW5mb1IEbGlzdA==');
  918. @$core.Deprecated('Use toHisUserInfoDescriptor instead')
  919. const ToHisUserInfo$json = {
  920. '1': 'ToHisUserInfo',
  921. '2': [
  922. {'1': 'GameId', '3': 1, '4': 1, '5': 5, '10': 'GameId'},
  923. {'1': 'CourseName', '3': 2, '4': 1, '5': 9, '10': 'CourseName'},
  924. {'1': 'ActName', '3': 3, '4': 1, '5': 9, '10': 'ActName'},
  925. {'1': 'isComplete', '3': 4, '4': 1, '5': 8, '10': 'isComplete'},
  926. {'1': 'start_at', '3': 5, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'startAt'},
  927. {'1': 'duration', '3': 6, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'duration'},
  928. ],
  929. };
  930. /// Descriptor for `ToHisUserInfo`. Decode as a `google.protobuf.DescriptorProto`.
  931. final $typed_data.Uint8List toHisUserInfoDescriptor = $convert.base64Decode(
  932. 'Cg1Ub0hpc1VzZXJJbmZvEhYKBkdhbWVJZBgBIAEoBVIGR2FtZUlkEh4KCkNvdXJzZU5hbWUYAi'
  933. 'ABKAlSCkNvdXJzZU5hbWUSGAoHQWN0TmFtZRgDIAEoCVIHQWN0TmFtZRIeCgppc0NvbXBsZXRl'
  934. 'GAQgASgIUgppc0NvbXBsZXRlEjUKCHN0YXJ0X2F0GAUgASgLMhouZ29vZ2xlLnByb3RvYnVmLl'
  935. 'RpbWVzdGFtcFIHc3RhcnRBdBI1CghkdXJhdGlvbhgGIAEoCzIZLmdvb2dsZS5wcm90b2J1Zi5E'
  936. 'dXJhdGlvblIIZHVyYXRpb24=');
  937. @$core.Deprecated('Use toUserInActionBasicQueryRequestDescriptor instead')
  938. const ToUserInActionBasicQueryRequest$json = {
  939. '1': 'ToUserInActionBasicQueryRequest',
  940. '2': [
  941. {'1': 'ActId', '3': 1, '4': 1, '5': 5, '10': 'ActId'},
  942. {'1': 'UserId', '3': 2, '4': 1, '5': 5, '10': 'UserId'},
  943. ],
  944. };
  945. /// Descriptor for `ToUserInActionBasicQueryRequest`. Decode as a `google.protobuf.DescriptorProto`.
  946. final $typed_data.Uint8List toUserInActionBasicQueryRequestDescriptor = $convert.base64Decode(
  947. 'Ch9Ub1VzZXJJbkFjdGlvbkJhc2ljUXVlcnlSZXF1ZXN0EhQKBUFjdElkGAEgASgFUgVBY3RJZB'
  948. 'IWCgZVc2VySWQYAiABKAVSBlVzZXJJZA==');
  949. @$core.Deprecated('Use toGetBinaryByMd5RequestDescriptor instead')
  950. const ToGetBinaryByMd5Request$json = {
  951. '1': 'ToGetBinaryByMd5Request',
  952. '2': [
  953. {'1': 'md5', '3': 1, '4': 1, '5': 12, '10': 'md5'},
  954. ],
  955. };
  956. /// Descriptor for `ToGetBinaryByMd5Request`. Decode as a `google.protobuf.DescriptorProto`.
  957. final $typed_data.Uint8List toGetBinaryByMd5RequestDescriptor = $convert.base64Decode(
  958. 'ChdUb0dldEJpbmFyeUJ5TWQ1UmVxdWVzdBIQCgNtZDUYASABKAxSA21kNQ==');
  959. @$core.Deprecated('Use getServerTimeRpDescriptor instead')
  960. const GetServerTimeRp$json = {
  961. '1': 'GetServerTimeRp',
  962. '2': [
  963. {'1': 'millisecondStamp', '3': 1, '4': 1, '5': 3, '10': 'millisecondStamp'},
  964. ],
  965. };
  966. /// Descriptor for `GetServerTimeRp`. Decode as a `google.protobuf.DescriptorProto`.
  967. final $typed_data.Uint8List getServerTimeRpDescriptor = $convert.base64Decode(
  968. 'Cg9HZXRTZXJ2ZXJUaW1lUnASKgoQbWlsbGlzZWNvbmRTdGFtcBgBIAEoA1IQbWlsbGlzZWNvbm'
  969. 'RTdGFtcA==');
  970. @$core.Deprecated('Use toSendCodeToPhoneRequestV2Descriptor instead')
  971. const ToSendCodeToPhoneRequestV2$json = {
  972. '1': 'ToSendCodeToPhoneRequestV2',
  973. '2': [
  974. {'1': 'phone', '3': 1, '4': 1, '5': 9, '10': 'phone'},
  975. {'1': 'smsType', '3': 2, '4': 1, '5': 14, '6': '.base.v1.SmsType', '10': 'smsType'},
  976. ],
  977. };
  978. /// Descriptor for `ToSendCodeToPhoneRequestV2`. Decode as a `google.protobuf.DescriptorProto`.
  979. final $typed_data.Uint8List toSendCodeToPhoneRequestV2Descriptor = $convert.base64Decode(
  980. 'ChpUb1NlbmRDb2RlVG9QaG9uZVJlcXVlc3RWMhIUCgVwaG9uZRgBIAEoCVIFcGhvbmUSKgoHc2'
  981. '1zVHlwZRgCIAEoDjIQLmJhc2UudjEuU21zVHlwZVIHc21zVHlwZQ==');
  982. @$core.Deprecated('Use toSignInRequestV2Descriptor instead')
  983. const ToSignInRequestV2$json = {
  984. '1': 'ToSignInRequestV2',
  985. '2': [
  986. {'1': 'userCode', '3': 1, '4': 1, '5': 9, '10': 'userCode'},
  987. {'1': 'password', '3': 2, '4': 1, '5': 9, '10': 'password'},
  988. {'1': 'ip', '3': 3, '4': 1, '5': 9, '10': 'ip'},
  989. ],
  990. };
  991. /// Descriptor for `ToSignInRequestV2`. Decode as a `google.protobuf.DescriptorProto`.
  992. final $typed_data.Uint8List toSignInRequestV2Descriptor = $convert.base64Decode(
  993. 'ChFUb1NpZ25JblJlcXVlc3RWMhIaCgh1c2VyQ29kZRgBIAEoCVIIdXNlckNvZGUSGgoIcGFzc3'
  994. 'dvcmQYAiABKAlSCHBhc3N3b3JkEg4KAmlwGAMgASgJUgJpcA==');
  995. @$core.Deprecated('Use mapListRequestV2Descriptor instead')
  996. const MapListRequestV2$json = {
  997. '1': 'MapListRequestV2',
  998. '2': [
  999. {'1': 'position', '3': 1, '4': 1, '5': 11, '6': '.base.v1.Position', '10': 'position'},
  1000. {'1': 'offset', '3': 2, '4': 1, '5': 5, '10': 'offset'},
  1001. {'1': 'limit', '3': 3, '4': 1, '5': 5, '10': 'limit'},
  1002. ],
  1003. };
  1004. /// Descriptor for `MapListRequestV2`. Decode as a `google.protobuf.DescriptorProto`.
  1005. final $typed_data.Uint8List mapListRequestV2Descriptor = $convert.base64Decode(
  1006. 'ChBNYXBMaXN0UmVxdWVzdFYyEi0KCHBvc2l0aW9uGAEgASgLMhEuYmFzZS52MS5Qb3NpdGlvbl'
  1007. 'IIcG9zaXRpb24SFgoGb2Zmc2V0GAIgASgFUgZvZmZzZXQSFAoFbGltaXQYAyABKAVSBWxpbWl0');
  1008. @$core.Deprecated('Use toMapListReplyV2Descriptor instead')
  1009. const ToMapListReplyV2$json = {
  1010. '1': 'ToMapListReplyV2',
  1011. '2': [
  1012. {'1': 'list', '3': 1, '4': 3, '5': 11, '6': '.base.v1.ToMapSimpleV2', '10': 'list'},
  1013. ],
  1014. };
  1015. /// Descriptor for `ToMapListReplyV2`. Decode as a `google.protobuf.DescriptorProto`.
  1016. final $typed_data.Uint8List toMapListReplyV2Descriptor = $convert.base64Decode(
  1017. 'ChBUb01hcExpc3RSZXBseVYyEioKBGxpc3QYASADKAsyFi5iYXNlLnYxLlRvTWFwU2ltcGxlVj'
  1018. 'JSBGxpc3Q=');
  1019. @$core.Deprecated('Use toMapSimpleV2Descriptor instead')
  1020. const ToMapSimpleV2$json = {
  1021. '1': 'ToMapSimpleV2',
  1022. '2': [
  1023. {'1': 'mapId', '3': 1, '4': 1, '5': 5, '10': 'mapId'},
  1024. {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  1025. {'1': 'mapScaleNumber', '3': 3, '4': 1, '5': 5, '10': 'mapScaleNumber'},
  1026. {'1': 'description', '3': 4, '4': 1, '5': 9, '10': 'description'},
  1027. {'1': 'distance', '3': 5, '4': 1, '5': 1, '10': 'distance'},
  1028. {'1': 'image', '3': 6, '4': 1, '5': 11, '6': '.base.v1.NetImage', '10': 'image'},
  1029. ],
  1030. };
  1031. /// Descriptor for `ToMapSimpleV2`. Decode as a `google.protobuf.DescriptorProto`.
  1032. final $typed_data.Uint8List toMapSimpleV2Descriptor = $convert.base64Decode(
  1033. 'Cg1Ub01hcFNpbXBsZVYyEhQKBW1hcElkGAEgASgFUgVtYXBJZBISCgRuYW1lGAIgASgJUgRuYW'
  1034. '1lEiYKDm1hcFNjYWxlTnVtYmVyGAMgASgFUg5tYXBTY2FsZU51bWJlchIgCgtkZXNjcmlwdGlv'
  1035. 'bhgEIAEoCVILZGVzY3JpcHRpb24SGgoIZGlzdGFuY2UYBSABKAFSCGRpc3RhbmNlEicKBWltYW'
  1036. 'dlGAYgASgLMhEuYmFzZS52MS5OZXRJbWFnZVIFaW1hZ2U=');
  1037. @$core.Deprecated('Use toMapInfoV2Descriptor instead')
  1038. const ToMapInfoV2$json = {
  1039. '1': 'ToMapInfoV2',
  1040. '2': [
  1041. {'1': 'mapId', '3': 1, '4': 1, '5': 5, '10': 'mapId'},
  1042. {'1': 'mapName', '3': 2, '4': 1, '5': 9, '10': 'mapName'},
  1043. {'1': 'zipImage', '3': 3, '4': 1, '5': 11, '6': '.base.v1.NetImage', '10': 'zipImage'},
  1044. ],
  1045. };
  1046. /// Descriptor for `ToMapInfoV2`. Decode as a `google.protobuf.DescriptorProto`.
  1047. final $typed_data.Uint8List toMapInfoV2Descriptor = $convert.base64Decode(
  1048. 'CgtUb01hcEluZm9WMhIUCgVtYXBJZBgBIAEoBVIFbWFwSWQSGAoHbWFwTmFtZRgCIAEoCVIHbW'
  1049. 'FwTmFtZRItCgh6aXBJbWFnZRgDIAEoCzIRLmJhc2UudjEuTmV0SW1hZ2VSCHppcEltYWdl');
  1050. @$core.Deprecated('Use toUserDetailQueryRequestV2Descriptor instead')
  1051. const ToUserDetailQueryRequestV2$json = {
  1052. '1': 'ToUserDetailQueryRequestV2',
  1053. '2': [
  1054. {'1': 'mapId', '3': 1, '4': 1, '5': 5, '10': 'mapId'},
  1055. ],
  1056. };
  1057. /// Descriptor for `ToUserDetailQueryRequestV2`. Decode as a `google.protobuf.DescriptorProto`.
  1058. final $typed_data.Uint8List toUserDetailQueryRequestV2Descriptor = $convert.base64Decode(
  1059. 'ChpUb1VzZXJEZXRhaWxRdWVyeVJlcXVlc3RWMhIUCgVtYXBJZBgBIAEoBVIFbWFwSWQ=');
  1060. @$core.Deprecated('Use toUserDetailQueryReplyV2Descriptor instead')
  1061. const ToUserDetailQueryReplyV2$json = {
  1062. '1': 'ToUserDetailQueryReplyV2',
  1063. '2': [
  1064. {'1': 'list', '3': 1, '4': 3, '5': 11, '6': '.base.v1.ToActionInfo', '10': 'list'},
  1065. ],
  1066. };
  1067. /// Descriptor for `ToUserDetailQueryReplyV2`. Decode as a `google.protobuf.DescriptorProto`.
  1068. final $typed_data.Uint8List toUserDetailQueryReplyV2Descriptor = $convert.base64Decode(
  1069. 'ChhUb1VzZXJEZXRhaWxRdWVyeVJlcGx5VjISKQoEbGlzdBgBIAMoCzIVLmJhc2UudjEuVG9BY3'
  1070. 'Rpb25JbmZvUgRsaXN0');
  1071. @$core.Deprecated('Use toActionInfoDescriptor instead')
  1072. const ToActionInfo$json = {
  1073. '1': 'ToActionInfo',
  1074. '2': [
  1075. {'1': 'actId', '3': 1, '4': 1, '5': 5, '10': 'actId'},
  1076. {'1': 'userList', '3': 4, '4': 3, '5': 11, '6': '.base.v1.ToOrienteerInGameInfo', '10': 'userList'},
  1077. ],
  1078. };
  1079. /// Descriptor for `ToActionInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1080. final $typed_data.Uint8List toActionInfoDescriptor = $convert.base64Decode(
  1081. 'CgxUb0FjdGlvbkluZm8SFAoFYWN0SWQYASABKAVSBWFjdElkEjoKCHVzZXJMaXN0GAQgAygLMh'
  1082. '4uYmFzZS52MS5Ub09yaWVudGVlckluR2FtZUluZm9SCHVzZXJMaXN0');
  1083. @$core.Deprecated('Use toActionBasicInfoDescriptor instead')
  1084. const ToActionBasicInfo$json = {
  1085. '1': 'ToActionBasicInfo',
  1086. '2': [
  1087. {'1': 'actId', '3': 1, '4': 1, '5': 5, '10': 'actId'},
  1088. {'1': 'actName', '3': 2, '4': 1, '5': 9, '10': 'actName'},
  1089. {'1': 'totalControlNum', '3': 3, '4': 1, '5': 5, '10': 'totalControlNum'},
  1090. {'1': 'state', '3': 4, '4': 1, '5': 5, '10': 'state'},
  1091. {'1': 'MatchBt', '3': 5, '4': 1, '5': 9, '10': 'MatchBt'},
  1092. {'1': 'MatchEt', '3': 6, '4': 1, '5': 9, '10': 'MatchEt'},
  1093. ],
  1094. };
  1095. /// Descriptor for `ToActionBasicInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1096. final $typed_data.Uint8List toActionBasicInfoDescriptor = $convert.base64Decode(
  1097. 'ChFUb0FjdGlvbkJhc2ljSW5mbxIUCgVhY3RJZBgBIAEoBVIFYWN0SWQSGAoHYWN0TmFtZRgCIA'
  1098. 'EoCVIHYWN0TmFtZRIoCg90b3RhbENvbnRyb2xOdW0YAyABKAVSD3RvdGFsQ29udHJvbE51bRIU'
  1099. 'CgVzdGF0ZRgEIAEoBVIFc3RhdGUSGAoHTWF0Y2hCdBgFIAEoCVIHTWF0Y2hCdBIYCgdNYXRjaE'
  1100. 'V0GAYgASgJUgdNYXRjaEV0');
  1101. @$core.Deprecated('Use toOrienteerInGameInfoDescriptor instead')
  1102. const ToOrienteerInGameInfo$json = {
  1103. '1': 'ToOrienteerInGameInfo',
  1104. '2': [
  1105. {'1': 'UserId', '3': 1, '4': 1, '5': 5, '10': 'UserId'},
  1106. {'1': 'gpsInfo', '3': 3, '4': 1, '5': 11, '6': '.base.v1.OrienteerGpsInfo', '10': 'gpsInfo'},
  1107. {'1': 'hrInfo', '3': 4, '4': 1, '5': 11, '6': '.base.v1.OrienteerHrInfo', '10': 'hrInfo'},
  1108. {'1': 'gameSaveInfo', '3': 5, '4': 1, '5': 11, '6': '.base.v1.OrienteerGameSaveInfo', '10': 'gameSaveInfo'},
  1109. {'1': 'otherInfo', '3': 7, '4': 1, '5': 11, '6': '.base.v1.OrienteerOtherInfo', '10': 'otherInfo'},
  1110. ],
  1111. };
  1112. /// Descriptor for `ToOrienteerInGameInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1113. final $typed_data.Uint8List toOrienteerInGameInfoDescriptor = $convert.base64Decode(
  1114. 'ChVUb09yaWVudGVlckluR2FtZUluZm8SFgoGVXNlcklkGAEgASgFUgZVc2VySWQSMwoHZ3BzSW'
  1115. '5mbxgDIAEoCzIZLmJhc2UudjEuT3JpZW50ZWVyR3BzSW5mb1IHZ3BzSW5mbxIwCgZockluZm8Y'
  1116. 'BCABKAsyGC5iYXNlLnYxLk9yaWVudGVlckhySW5mb1IGaHJJbmZvEkIKDGdhbWVTYXZlSW5mbx'
  1117. 'gFIAEoCzIeLmJhc2UudjEuT3JpZW50ZWVyR2FtZVNhdmVJbmZvUgxnYW1lU2F2ZUluZm8SOQoJ'
  1118. 'b3RoZXJJbmZvGAcgASgLMhsuYmFzZS52MS5PcmllbnRlZXJPdGhlckluZm9SCW90aGVySW5mbw'
  1119. '==');
  1120. @$core.Deprecated('Use toUserInActionBasicInfoDescriptor instead')
  1121. const ToUserInActionBasicInfo$json = {
  1122. '1': 'ToUserInActionBasicInfo',
  1123. '2': [
  1124. {'1': 'UserId', '3': 1, '4': 1, '5': 5, '10': 'UserId'},
  1125. {'1': 'baseInfo', '3': 2, '4': 1, '5': 11, '6': '.base.v1.OrienteerBaseInfo', '10': 'baseInfo'},
  1126. {'1': 'courseBaseInfo', '3': 6, '4': 1, '5': 11, '6': '.base.v1.CourseBaseInfo', '10': 'courseBaseInfo'},
  1127. ],
  1128. };
  1129. /// Descriptor for `ToUserInActionBasicInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1130. final $typed_data.Uint8List toUserInActionBasicInfoDescriptor = $convert.base64Decode(
  1131. 'ChdUb1VzZXJJbkFjdGlvbkJhc2ljSW5mbxIWCgZVc2VySWQYASABKAVSBlVzZXJJZBI2CghiYX'
  1132. 'NlSW5mbxgCIAEoCzIaLmJhc2UudjEuT3JpZW50ZWVyQmFzZUluZm9SCGJhc2VJbmZvEj8KDmNv'
  1133. 'dXJzZUJhc2VJbmZvGAYgASgLMhcuYmFzZS52MS5Db3Vyc2VCYXNlSW5mb1IOY291cnNlQmFzZU'
  1134. 'luZm8=');
  1135. @$core.Deprecated('Use orienteerBaseInfoDescriptor instead')
  1136. const OrienteerBaseInfo$json = {
  1137. '1': 'OrienteerBaseInfo',
  1138. '2': [
  1139. {'1': 'Name', '3': 1, '4': 1, '5': 9, '10': 'Name'},
  1140. {'1': 'Phone', '3': 2, '4': 1, '5': 9, '10': 'Phone'},
  1141. {'1': 'HeadUrl', '3': 3, '4': 1, '5': 9, '10': 'HeadUrl'},
  1142. ],
  1143. };
  1144. /// Descriptor for `OrienteerBaseInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1145. final $typed_data.Uint8List orienteerBaseInfoDescriptor = $convert.base64Decode(
  1146. 'ChFPcmllbnRlZXJCYXNlSW5mbxISCgROYW1lGAEgASgJUgROYW1lEhQKBVBob25lGAIgASgJUg'
  1147. 'VQaG9uZRIYCgdIZWFkVXJsGAMgASgJUgdIZWFkVXJs');
  1148. @$core.Deprecated('Use orienteerGpsInfoDescriptor instead')
  1149. const OrienteerGpsInfo$json = {
  1150. '1': 'OrienteerGpsInfo',
  1151. '2': [
  1152. {'1': 'gameGpsInfos', '3': 1, '4': 3, '5': 11, '6': '.base.v1.GameGpsInfo', '10': 'gameGpsInfos'},
  1153. {'1': 'Distance', '3': 2, '4': 1, '5': 5, '10': 'Distance'},
  1154. {'1': 'Pace', '3': 3, '4': 1, '5': 5, '10': 'Pace'},
  1155. ],
  1156. };
  1157. /// Descriptor for `OrienteerGpsInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1158. final $typed_data.Uint8List orienteerGpsInfoDescriptor = $convert.base64Decode(
  1159. 'ChBPcmllbnRlZXJHcHNJbmZvEjgKDGdhbWVHcHNJbmZvcxgBIAMoCzIULmJhc2UudjEuR2FtZU'
  1160. 'dwc0luZm9SDGdhbWVHcHNJbmZvcxIaCghEaXN0YW5jZRgCIAEoBVIIRGlzdGFuY2USEgoEUGFj'
  1161. 'ZRgDIAEoBVIEUGFjZQ==');
  1162. @$core.Deprecated('Use orienteerHrInfoDescriptor instead')
  1163. const OrienteerHrInfo$json = {
  1164. '1': 'OrienteerHrInfo',
  1165. '2': [
  1166. {'1': 'hrInfo', '3': 1, '4': 3, '5': 11, '6': '.base.v1.HeartRate', '10': 'hrInfo'},
  1167. ],
  1168. };
  1169. /// Descriptor for `OrienteerHrInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1170. final $typed_data.Uint8List orienteerHrInfoDescriptor = $convert.base64Decode(
  1171. 'Cg9PcmllbnRlZXJIckluZm8SKgoGaHJJbmZvGAEgAygLMhIuYmFzZS52MS5IZWFydFJhdGVSBm'
  1172. 'hySW5mbw==');
  1173. @$core.Deprecated('Use orienteerOtherInfoDescriptor instead')
  1174. const OrienteerOtherInfo$json = {
  1175. '1': 'OrienteerOtherInfo',
  1176. '2': [
  1177. {'1': 'StepNum', '3': 1, '4': 1, '5': 5, '10': 'StepNum'},
  1178. {'1': 'HeartRatePercent', '3': 2, '4': 1, '5': 5, '10': 'HeartRatePercent'},
  1179. ],
  1180. };
  1181. /// Descriptor for `OrienteerOtherInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1182. final $typed_data.Uint8List orienteerOtherInfoDescriptor = $convert.base64Decode(
  1183. 'ChJPcmllbnRlZXJPdGhlckluZm8SGAoHU3RlcE51bRgBIAEoBVIHU3RlcE51bRIqChBIZWFydF'
  1184. 'JhdGVQZXJjZW50GAIgASgFUhBIZWFydFJhdGVQZXJjZW50');
  1185. @$core.Deprecated('Use courseBaseInfoDescriptor instead')
  1186. const CourseBaseInfo$json = {
  1187. '1': 'CourseBaseInfo',
  1188. '2': [
  1189. {'1': 'CourseId', '3': 1, '4': 1, '5': 5, '10': 'CourseId'},
  1190. {'1': 'CourseName', '3': 2, '4': 1, '5': 9, '10': 'CourseName'},
  1191. {'1': 'controlPointSortedList', '3': 3, '4': 3, '5': 11, '6': '.base.v1.ToControlPoint', '10': 'controlPointSortedList'},
  1192. ],
  1193. };
  1194. /// Descriptor for `CourseBaseInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1195. final $typed_data.Uint8List courseBaseInfoDescriptor = $convert.base64Decode(
  1196. 'Cg5Db3Vyc2VCYXNlSW5mbxIaCghDb3Vyc2VJZBgBIAEoBVIIQ291cnNlSWQSHgoKQ291cnNlTm'
  1197. 'FtZRgCIAEoCVIKQ291cnNlTmFtZRJPChZjb250cm9sUG9pbnRTb3J0ZWRMaXN0GAMgAygLMhcu'
  1198. 'YmFzZS52MS5Ub0NvbnRyb2xQb2ludFIWY29udHJvbFBvaW50U29ydGVkTGlzdA==');
  1199. @$core.Deprecated('Use courseBaseDescriptor instead')
  1200. const CourseBase$json = {
  1201. '1': 'CourseBase',
  1202. '2': [
  1203. {'1': 'cId', '3': 1, '4': 1, '5': 5, '10': 'cId'},
  1204. {'1': 'cName', '3': 2, '4': 1, '5': 9, '10': 'cName'},
  1205. ],
  1206. };
  1207. /// Descriptor for `CourseBase`. Decode as a `google.protobuf.DescriptorProto`.
  1208. final $typed_data.Uint8List courseBaseDescriptor = $convert.base64Decode(
  1209. 'CgpDb3Vyc2VCYXNlEhAKA2NJZBgBIAEoBVIDY0lkEhQKBWNOYW1lGAIgASgJUgVjTmFtZQ==');
  1210. @$core.Deprecated('Use toControlPointDescriptor instead')
  1211. const ToControlPoint$json = {
  1212. '1': 'ToControlPoint',
  1213. '2': [
  1214. {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
  1215. {'1': 'sn', '3': 2, '4': 1, '5': 9, '10': 'sn'},
  1216. {'1': 'ciPosition', '3': 3, '4': 1, '5': 11, '6': '.base.v1.Position', '10': 'ciPosition'},
  1217. {'1': 'cType', '3': 4, '4': 1, '5': 14, '6': '.base.v1.CType', '10': 'cType'},
  1218. {'1': 'orderNo', '3': 5, '4': 1, '5': 5, '10': 'orderNo'},
  1219. {'1': 'is_check_success', '3': 6, '4': 1, '5': 8, '10': 'isCheckSuccess'},
  1220. {'1': 'check_after_last', '3': 7, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'checkAfterLast'},
  1221. {'1': 'punchTime', '3': 8, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'punchTime'},
  1222. {'1': 'disAfterLast', '3': 9, '4': 1, '5': 5, '10': 'disAfterLast'},
  1223. {'1': 'disStraightAfterLast', '3': 10, '4': 1, '5': 5, '10': 'disStraightAfterLast'},
  1224. {'1': 'paceAfterLast', '3': 11, '4': 1, '5': 5, '10': 'paceAfterLast'},
  1225. {'1': 'paceAfterStart', '3': 12, '4': 1, '5': 5, '10': 'paceAfterStart'},
  1226. {'1': 'check_after_start', '3': 13, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'checkAfterStart'},
  1227. ],
  1228. };
  1229. /// Descriptor for `ToControlPoint`. Decode as a `google.protobuf.DescriptorProto`.
  1230. final $typed_data.Uint8List toControlPointDescriptor = $convert.base64Decode(
  1231. 'Cg5Ub0NvbnRyb2xQb2ludBIOCgJpZBgBIAEoA1ICaWQSDgoCc24YAiABKAlSAnNuEjEKCmNpUG'
  1232. '9zaXRpb24YAyABKAsyES5iYXNlLnYxLlBvc2l0aW9uUgpjaVBvc2l0aW9uEiQKBWNUeXBlGAQg'
  1233. 'ASgOMg4uYmFzZS52MS5DVHlwZVIFY1R5cGUSGAoHb3JkZXJObxgFIAEoBVIHb3JkZXJObxIoCh'
  1234. 'Bpc19jaGVja19zdWNjZXNzGAYgASgIUg5pc0NoZWNrU3VjY2VzcxJDChBjaGVja19hZnRlcl9s'
  1235. 'YXN0GAcgASgLMhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uUg5jaGVja0FmdGVyTGFzdBI4Cg'
  1236. 'lwdW5jaFRpbWUYCCABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wUglwdW5jaFRpbWUS'
  1237. 'IgoMZGlzQWZ0ZXJMYXN0GAkgASgFUgxkaXNBZnRlckxhc3QSMgoUZGlzU3RyYWlnaHRBZnRlck'
  1238. 'xhc3QYCiABKAVSFGRpc1N0cmFpZ2h0QWZ0ZXJMYXN0EiQKDXBhY2VBZnRlckxhc3QYCyABKAVS'
  1239. 'DXBhY2VBZnRlckxhc3QSJgoOcGFjZUFmdGVyU3RhcnQYDCABKAVSDnBhY2VBZnRlclN0YXJ0Ek'
  1240. 'UKEWNoZWNrX2FmdGVyX3N0YXJ0GA0gASgLMhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uUg9j'
  1241. 'aGVja0FmdGVyU3RhcnQ=');
  1242. @$core.Deprecated('Use orienteerGameSaveInfoDescriptor instead')
  1243. const OrienteerGameSaveInfo$json = {
  1244. '1': 'OrienteerGameSaveInfo',
  1245. '2': [
  1246. {'1': 'start_at', '3': 1, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'startAt'},
  1247. {'1': 'duration', '3': 2, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'duration'},
  1248. {'1': 'nextControlPoint', '3': 3, '4': 1, '5': 11, '6': '.base.v1.GameArriveControlPoint', '10': 'nextControlPoint'},
  1249. {'1': 'checked_sorted_list', '3': 4, '4': 3, '5': 11, '6': '.base.v1.OrienteerGameSaveControlPoint', '10': 'checkedSortedList'},
  1250. ],
  1251. };
  1252. /// Descriptor for `OrienteerGameSaveInfo`. Decode as a `google.protobuf.DescriptorProto`.
  1253. final $typed_data.Uint8List orienteerGameSaveInfoDescriptor = $convert.base64Decode(
  1254. 'ChVPcmllbnRlZXJHYW1lU2F2ZUluZm8SNQoIc3RhcnRfYXQYASABKAsyGi5nb29nbGUucHJvdG'
  1255. '9idWYuVGltZXN0YW1wUgdzdGFydEF0EjUKCGR1cmF0aW9uGAIgASgLMhkuZ29vZ2xlLnByb3Rv'
  1256. 'YnVmLkR1cmF0aW9uUghkdXJhdGlvbhJLChBuZXh0Q29udHJvbFBvaW50GAMgASgLMh8uYmFzZS'
  1257. '52MS5HYW1lQXJyaXZlQ29udHJvbFBvaW50UhBuZXh0Q29udHJvbFBvaW50ElYKE2NoZWNrZWRf'
  1258. 'c29ydGVkX2xpc3QYBCADKAsyJi5iYXNlLnYxLk9yaWVudGVlckdhbWVTYXZlQ29udHJvbFBvaW'
  1259. '50UhFjaGVja2VkU29ydGVkTGlzdA==');
  1260. @$core.Deprecated('Use orienteerGameSaveControlPointDescriptor instead')
  1261. const OrienteerGameSaveControlPoint$json = {
  1262. '1': 'OrienteerGameSaveControlPoint',
  1263. '2': [
  1264. {'1': 'control_point_id', '3': 1, '4': 1, '5': 3, '10': 'controlPointId'},
  1265. {'1': 'is_check_success', '3': 2, '4': 1, '5': 8, '10': 'isCheckSuccess'},
  1266. {'1': 'check_after_start', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Duration', '10': 'checkAfterStart'},
  1267. {'1': 'distinct_after_start', '3': 4, '4': 1, '5': 1, '10': 'distinctAfterStart'},
  1268. {'1': 'longitude', '3': 5, '4': 1, '5': 1, '10': 'longitude'},
  1269. {'1': 'latitude', '3': 6, '4': 1, '5': 1, '10': 'latitude'},
  1270. {'1': 'altitude', '3': 7, '4': 1, '5': 1, '10': 'altitude'},
  1271. ],
  1272. };
  1273. /// Descriptor for `OrienteerGameSaveControlPoint`. Decode as a `google.protobuf.DescriptorProto`.
  1274. final $typed_data.Uint8List orienteerGameSaveControlPointDescriptor = $convert.base64Decode(
  1275. 'Ch1PcmllbnRlZXJHYW1lU2F2ZUNvbnRyb2xQb2ludBIoChBjb250cm9sX3BvaW50X2lkGAEgAS'
  1276. 'gDUg5jb250cm9sUG9pbnRJZBIoChBpc19jaGVja19zdWNjZXNzGAIgASgIUg5pc0NoZWNrU3Vj'
  1277. 'Y2VzcxJFChFjaGVja19hZnRlcl9zdGFydBgDIAEoCzIZLmdvb2dsZS5wcm90b2J1Zi5EdXJhdG'
  1278. 'lvblIPY2hlY2tBZnRlclN0YXJ0EjAKFGRpc3RpbmN0X2FmdGVyX3N0YXJ0GAQgASgBUhJkaXN0'
  1279. 'aW5jdEFmdGVyU3RhcnQSHAoJbG9uZ2l0dWRlGAUgASgBUglsb25naXR1ZGUSGgoIbGF0aXR1ZG'
  1280. 'UYBiABKAFSCGxhdGl0dWRlEhoKCGFsdGl0dWRlGAcgASgBUghhbHRpdHVkZQ==');