track_offical.pbjson.dart 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. //
  2. // Generated code. Do not modify.
  3. // source: track_offical.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 toCooperationQueryReplyDescriptor instead')
  14. const ToCooperationQueryReply$json = {
  15. '1': 'ToCooperationQueryReply',
  16. '2': [
  17. {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
  18. {'1': 'leftMatchNum', '3': 2, '4': 1, '5': 5, '10': 'leftMatchNum'},
  19. ],
  20. };
  21. /// Descriptor for `ToCooperationQueryReply`. Decode as a `google.protobuf.DescriptorProto`.
  22. final $typed_data.Uint8List toCooperationQueryReplyDescriptor = $convert.base64Decode(
  23. 'ChdUb0Nvb3BlcmF0aW9uUXVlcnlSZXBseRISCgRuYW1lGAEgASgJUgRuYW1lEiIKDGxlZnRNYX'
  24. 'RjaE51bRgCIAEoBVIMbGVmdE1hdGNoTnVt');
  25. @$core.Deprecated('Use toCourseChackMatchRequestDescriptor instead')
  26. const ToCourseChackMatchRequest$json = {
  27. '1': 'ToCourseChackMatchRequest',
  28. '2': [
  29. {'1': 'id', '3': 1, '4': 1, '5': 5, '10': 'id'},
  30. {'1': 'cId', '3': 3, '4': 1, '5': 5, '10': 'cId'},
  31. ],
  32. };
  33. /// Descriptor for `ToCourseChackMatchRequest`. Decode as a `google.protobuf.DescriptorProto`.
  34. final $typed_data.Uint8List toCourseChackMatchRequestDescriptor = $convert.base64Decode(
  35. 'ChlUb0NvdXJzZUNoYWNrTWF0Y2hSZXF1ZXN0Eg4KAmlkGAEgASgFUgJpZBIQCgNjSWQYAyABKA'
  36. 'VSA2NJZA==');
  37. @$core.Deprecated('Use toActivityListReplyDescriptor instead')
  38. const ToActivityListReply$json = {
  39. '1': 'ToActivityListReply',
  40. '2': [
  41. {'1': 'list', '3': 1, '4': 3, '5': 11, '6': '.base.v1.ToActionBasicInfo', '10': 'list'},
  42. ],
  43. };
  44. /// Descriptor for `ToActivityListReply`. Decode as a `google.protobuf.DescriptorProto`.
  45. final $typed_data.Uint8List toActivityListReplyDescriptor = $convert.base64Decode(
  46. 'ChNUb0FjdGl2aXR5TGlzdFJlcGx5Ei4KBGxpc3QYASADKAsyGi5iYXNlLnYxLlRvQWN0aW9uQm'
  47. 'FzaWNJbmZvUgRsaXN0');
  48. @$core.Deprecated('Use toMatchRegusterEditRequestDescriptor instead')
  49. const ToMatchRegusterEditRequest$json = {
  50. '1': 'ToMatchRegusterEditRequest',
  51. '2': [
  52. {'1': 'id', '3': 1, '4': 1, '5': 5, '10': 'id'},
  53. {'1': 'regName', '3': 2, '4': 1, '5': 9, '10': 'regName'},
  54. {'1': 'start_at', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'startAt'},
  55. {'1': 'stop_at', '3': 4, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'stopAt'},
  56. {'1': 'isQueryPwd', '3': 5, '4': 1, '5': 8, '10': 'isQueryPwd'},
  57. {'1': 'queryPasswd', '3': 6, '4': 1, '5': 9, '10': 'queryPasswd'},
  58. ],
  59. };
  60. /// Descriptor for `ToMatchRegusterEditRequest`. Decode as a `google.protobuf.DescriptorProto`.
  61. final $typed_data.Uint8List toMatchRegusterEditRequestDescriptor = $convert.base64Decode(
  62. 'ChpUb01hdGNoUmVndXN0ZXJFZGl0UmVxdWVzdBIOCgJpZBgBIAEoBVICaWQSGAoHcmVnTmFtZR'
  63. 'gCIAEoCVIHcmVnTmFtZRI1CghzdGFydF9hdBgDIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1l'
  64. 'c3RhbXBSB3N0YXJ0QXQSMwoHc3RvcF9hdBgEIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3'
  65. 'RhbXBSBnN0b3BBdBIeCgppc1F1ZXJ5UHdkGAUgASgIUgppc1F1ZXJ5UHdkEiAKC3F1ZXJ5UGFz'
  66. 'c3dkGAYgASgJUgtxdWVyeVBhc3N3ZA==');
  67. @$core.Deprecated('Use toCourseListReplyDescriptor instead')
  68. const ToCourseListReply$json = {
  69. '1': 'ToCourseListReply',
  70. '2': [
  71. {'1': 'list', '3': 1, '4': 3, '5': 11, '6': '.base.v1.CourseBase', '10': 'list'},
  72. ],
  73. };
  74. /// Descriptor for `ToCourseListReply`. Decode as a `google.protobuf.DescriptorProto`.
  75. final $typed_data.Uint8List toCourseListReplyDescriptor = $convert.base64Decode(
  76. 'ChFUb0NvdXJzZUxpc3RSZXBseRInCgRsaXN0GAEgAygLMhMuYmFzZS52MS5Db3Vyc2VCYXNlUg'
  77. 'RsaXN0');
  78. @$core.Deprecated('Use toMatchRegusterListRequestDescriptor instead')
  79. const ToMatchRegusterListRequest$json = {
  80. '1': 'ToMatchRegusterListRequest',
  81. '2': [
  82. {'1': 'mapId', '3': 1, '4': 1, '5': 5, '10': 'mapId'},
  83. {'1': 'startSecond', '3': 2, '4': 1, '5': 3, '10': 'startSecond'},
  84. ],
  85. };
  86. /// Descriptor for `ToMatchRegusterListRequest`. Decode as a `google.protobuf.DescriptorProto`.
  87. final $typed_data.Uint8List toMatchRegusterListRequestDescriptor = $convert.base64Decode(
  88. 'ChpUb01hdGNoUmVndXN0ZXJMaXN0UmVxdWVzdBIUCgVtYXBJZBgBIAEoBVIFbWFwSWQSIAoLc3'
  89. 'RhcnRTZWNvbmQYAiABKANSC3N0YXJ0U2Vjb25k');
  90. @$core.Deprecated('Use toMatchRegusterListReplyDescriptor instead')
  91. const ToMatchRegusterListReply$json = {
  92. '1': 'ToMatchRegusterListReply',
  93. '2': [
  94. {'1': 'list', '3': 1, '4': 3, '5': 11, '6': '.to.v1.MatchRegusterInfo', '10': 'list'},
  95. ],
  96. };
  97. /// Descriptor for `ToMatchRegusterListReply`. Decode as a `google.protobuf.DescriptorProto`.
  98. final $typed_data.Uint8List toMatchRegusterListReplyDescriptor = $convert.base64Decode(
  99. 'ChhUb01hdGNoUmVndXN0ZXJMaXN0UmVwbHkSLAoEbGlzdBgBIAMoCzIYLnRvLnYxLk1hdGNoUm'
  100. 'VndXN0ZXJJbmZvUgRsaXN0');
  101. @$core.Deprecated('Use matchRegusterInfoDescriptor instead')
  102. const MatchRegusterInfo$json = {
  103. '1': 'MatchRegusterInfo',
  104. '2': [
  105. {'1': 'id', '3': 1, '4': 1, '5': 5, '10': 'id'},
  106. {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  107. {'1': 'totalUserNum', '3': 3, '4': 1, '5': 5, '10': 'totalUserNum'},
  108. {'1': 'qrCode', '3': 4, '4': 1, '5': 9, '10': 'qrCode'},
  109. {'1': 'isAllowEdit', '3': 5, '4': 1, '5': 8, '10': 'isAllowEdit'},
  110. {'1': 'isAllowDel', '3': 6, '4': 1, '5': 8, '10': 'isAllowDel'},
  111. {'1': 'userList', '3': 7, '4': 3, '5': 11, '6': '.to.v1.ToChackInsInfo', '10': 'userList'},
  112. {'1': 'state', '3': 8, '4': 1, '5': 5, '10': 'state'},
  113. {'1': 'MatchBt', '3': 9, '4': 1, '5': 9, '10': 'MatchBt'},
  114. {'1': 'MatchEt', '3': 10, '4': 1, '5': 9, '10': 'MatchEt'},
  115. ],
  116. };
  117. /// Descriptor for `MatchRegusterInfo`. Decode as a `google.protobuf.DescriptorProto`.
  118. final $typed_data.Uint8List matchRegusterInfoDescriptor = $convert.base64Decode(
  119. 'ChFNYXRjaFJlZ3VzdGVySW5mbxIOCgJpZBgBIAEoBVICaWQSEgoEbmFtZRgCIAEoCVIEbmFtZR'
  120. 'IiCgx0b3RhbFVzZXJOdW0YAyABKAVSDHRvdGFsVXNlck51bRIWCgZxckNvZGUYBCABKAlSBnFy'
  121. 'Q29kZRIgCgtpc0FsbG93RWRpdBgFIAEoCFILaXNBbGxvd0VkaXQSHgoKaXNBbGxvd0RlbBgGIA'
  122. 'EoCFIKaXNBbGxvd0RlbBIxCgh1c2VyTGlzdBgHIAMoCzIVLnRvLnYxLlRvQ2hhY2tJbnNJbmZv'
  123. 'Ugh1c2VyTGlzdBIUCgVzdGF0ZRgIIAEoBVIFc3RhdGUSGAoHTWF0Y2hCdBgJIAEoCVIHTWF0Y2'
  124. 'hCdBIYCgdNYXRjaEV0GAogASgJUgdNYXRjaEV0');
  125. @$core.Deprecated('Use toChackInsInfoDescriptor instead')
  126. const ToChackInsInfo$json = {
  127. '1': 'ToChackInsInfo',
  128. '2': [
  129. {'1': 'mciId', '3': 1, '4': 1, '5': 5, '10': 'mciId'},
  130. {'1': 'oId', '3': 2, '4': 1, '5': 5, '10': 'oId'},
  131. {'1': 'nickname', '3': 3, '4': 1, '5': 9, '10': 'nickname'},
  132. {'1': 'phone', '3': 4, '4': 1, '5': 9, '10': 'phone'},
  133. {'1': 'chackInsTime', '3': 5, '4': 1, '5': 9, '10': 'chackInsTime'},
  134. {'1': 'isAllowDel', '3': 6, '4': 1, '5': 8, '10': 'isAllowDel'},
  135. {'1': 'cName', '3': 7, '4': 1, '5': 9, '10': 'cName'},
  136. {'1': 'cId', '3': 8, '4': 1, '5': 5, '10': 'cId'},
  137. {'1': 'hrSn', '3': 9, '4': 1, '5': 9, '10': 'hrSn'},
  138. {'1': 'cState', '3': 10, '4': 1, '5': 14, '6': '.base.v1.CState', '10': 'cState'},
  139. ],
  140. };
  141. /// Descriptor for `ToChackInsInfo`. Decode as a `google.protobuf.DescriptorProto`.
  142. final $typed_data.Uint8List toChackInsInfoDescriptor = $convert.base64Decode(
  143. 'Cg5Ub0NoYWNrSW5zSW5mbxIUCgVtY2lJZBgBIAEoBVIFbWNpSWQSEAoDb0lkGAIgASgFUgNvSW'
  144. 'QSGgoIbmlja25hbWUYAyABKAlSCG5pY2tuYW1lEhQKBXBob25lGAQgASgJUgVwaG9uZRIiCgxj'
  145. 'aGFja0luc1RpbWUYBSABKAlSDGNoYWNrSW5zVGltZRIeCgppc0FsbG93RGVsGAYgASgIUgppc0'
  146. 'FsbG93RGVsEhQKBWNOYW1lGAcgASgJUgVjTmFtZRIQCgNjSWQYCCABKAVSA2NJZBISCgRoclNu'
  147. 'GAkgASgJUgRoclNuEicKBmNTdGF0ZRgKIAEoDjIPLmJhc2UudjEuQ1N0YXRlUgZjU3RhdGU=');
  148. @$core.Deprecated('Use toMatchRegusterAddRequestDescriptor instead')
  149. const ToMatchRegusterAddRequest$json = {
  150. '1': 'ToMatchRegusterAddRequest',
  151. '2': [
  152. {'1': 'regName', '3': 1, '4': 1, '5': 9, '10': 'regName'},
  153. {'1': 'start_at', '3': 2, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'startAt'},
  154. {'1': 'stop_at', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.Timestamp', '10': 'stopAt'},
  155. {'1': 'actId', '3': 4, '4': 1, '5': 5, '10': 'actId'},
  156. {'1': 'isQueryPwd', '3': 5, '4': 1, '5': 8, '10': 'isQueryPwd'},
  157. {'1': 'queryPasswd', '3': 6, '4': 1, '5': 9, '10': 'queryPasswd'},
  158. ],
  159. };
  160. /// Descriptor for `ToMatchRegusterAddRequest`. Decode as a `google.protobuf.DescriptorProto`.
  161. final $typed_data.Uint8List toMatchRegusterAddRequestDescriptor = $convert.base64Decode(
  162. 'ChlUb01hdGNoUmVndXN0ZXJBZGRSZXF1ZXN0EhgKB3JlZ05hbWUYASABKAlSB3JlZ05hbWUSNQ'
  163. 'oIc3RhcnRfYXQYAiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wUgdzdGFydEF0EjMK'
  164. 'B3N0b3BfYXQYAyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wUgZzdG9wQXQSFAoFYW'
  165. 'N0SWQYBCABKAVSBWFjdElkEh4KCmlzUXVlcnlQd2QYBSABKAhSCmlzUXVlcnlQd2QSIAoLcXVl'
  166. 'cnlQYXNzd2QYBiABKAlSC3F1ZXJ5UGFzc3dk');