auth.pbjson.dart 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. ///
  2. // Generated code. Do not modify.
  3. // source: auth.proto
  4. //
  5. // @dart = 2.12
  6. // ignore_for_file: annotate_overrides,camel_case_types,unnecessary_const,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name,return_of_invalid_type,unnecessary_this,prefer_final_fields,deprecated_member_use_from_same_package
  7. import 'dart:core' as $core;
  8. import 'dart:convert' as $convert;
  9. import 'dart:typed_data' as $typed_data;
  10. @$core.Deprecated('Use signInRequestDescriptor instead')
  11. const SignInRequest$json = const {
  12. '1': 'SignInRequest',
  13. '2': const [
  14. const {'1': 'email', '3': 1, '4': 1, '5': 9, '10': 'email'},
  15. const {'1': 'password', '3': 2, '4': 1, '5': 9, '10': 'password'},
  16. ],
  17. };
  18. /// Descriptor for `SignInRequest`. Decode as a `google.protobuf.DescriptorProto`.
  19. final $typed_data.Uint8List signInRequestDescriptor = $convert.base64Decode('Cg1TaWduSW5SZXF1ZXN0EhQKBWVtYWlsGAEgASgJUgVlbWFpbBIaCghwYXNzd29yZBgCIAEoCVIIcGFzc3dvcmQ=');
  20. @$core.Deprecated('Use signInParamsDescriptor instead')
  21. const SignInParams$json = const {
  22. '1': 'SignInParams',
  23. '2': const [
  24. const {'1': 'email', '3': 1, '4': 1, '5': 9, '10': 'email'},
  25. const {'1': 'password', '3': 2, '4': 1, '5': 9, '10': 'password'},
  26. ],
  27. };
  28. /// Descriptor for `SignInParams`. Decode as a `google.protobuf.DescriptorProto`.
  29. final $typed_data.Uint8List signInParamsDescriptor = $convert.base64Decode('CgxTaWduSW5QYXJhbXMSFAoFZW1haWwYASABKAlSBWVtYWlsEhoKCHBhc3N3b3JkGAIgASgJUghwYXNzd29yZA==');
  30. @$core.Deprecated('Use signInResponseDescriptor instead')
  31. const SignInResponse$json = const {
  32. '1': 'SignInResponse',
  33. '2': const [
  34. const {'1': 'uid', '3': 1, '4': 1, '5': 9, '10': 'uid'},
  35. const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  36. const {'1': 'email', '3': 3, '4': 1, '5': 9, '10': 'email'},
  37. const {'1': 'token', '3': 4, '4': 1, '5': 9, '10': 'token'},
  38. ],
  39. };
  40. /// Descriptor for `SignInResponse`. Decode as a `google.protobuf.DescriptorProto`.
  41. final $typed_data.Uint8List signInResponseDescriptor = $convert.base64Decode('Cg5TaWduSW5SZXNwb25zZRIQCgN1aWQYASABKAlSA3VpZBISCgRuYW1lGAIgASgJUgRuYW1lEhQKBWVtYWlsGAMgASgJUgVlbWFpbBIUCgV0b2tlbhgEIAEoCVIFdG9rZW4=');
  42. @$core.Deprecated('Use signUpRequestDescriptor instead')
  43. const SignUpRequest$json = const {
  44. '1': 'SignUpRequest',
  45. '2': const [
  46. const {'1': 'email', '3': 1, '4': 1, '5': 9, '10': 'email'},
  47. const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  48. const {'1': 'password', '3': 3, '4': 1, '5': 9, '10': 'password'},
  49. ],
  50. };
  51. /// Descriptor for `SignUpRequest`. Decode as a `google.protobuf.DescriptorProto`.
  52. final $typed_data.Uint8List signUpRequestDescriptor = $convert.base64Decode('Cg1TaWduVXBSZXF1ZXN0EhQKBWVtYWlsGAEgASgJUgVlbWFpbBISCgRuYW1lGAIgASgJUgRuYW1lEhoKCHBhc3N3b3JkGAMgASgJUghwYXNzd29yZA==');
  53. @$core.Deprecated('Use signUpParamsDescriptor instead')
  54. const SignUpParams$json = const {
  55. '1': 'SignUpParams',
  56. '2': const [
  57. const {'1': 'email', '3': 1, '4': 1, '5': 9, '10': 'email'},
  58. const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  59. const {'1': 'password', '3': 3, '4': 1, '5': 9, '10': 'password'},
  60. ],
  61. };
  62. /// Descriptor for `SignUpParams`. Decode as a `google.protobuf.DescriptorProto`.
  63. final $typed_data.Uint8List signUpParamsDescriptor = $convert.base64Decode('CgxTaWduVXBQYXJhbXMSFAoFZW1haWwYASABKAlSBWVtYWlsEhIKBG5hbWUYAiABKAlSBG5hbWUSGgoIcGFzc3dvcmQYAyABKAlSCHBhc3N3b3Jk');
  64. @$core.Deprecated('Use signUpResponseDescriptor instead')
  65. const SignUpResponse$json = const {
  66. '1': 'SignUpResponse',
  67. '2': const [
  68. const {'1': 'uid', '3': 1, '4': 1, '5': 9, '10': 'uid'},
  69. const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  70. const {'1': 'email', '3': 3, '4': 1, '5': 9, '10': 'email'},
  71. ],
  72. };
  73. /// Descriptor for `SignUpResponse`. Decode as a `google.protobuf.DescriptorProto`.
  74. final $typed_data.Uint8List signUpResponseDescriptor = $convert.base64Decode('Cg5TaWduVXBSZXNwb25zZRIQCgN1aWQYASABKAlSA3VpZBISCgRuYW1lGAIgASgJUgRuYW1lEhQKBWVtYWlsGAMgASgJUgVlbWFpbA==');
  75. @$core.Deprecated('Use signOutParamsDescriptor instead')
  76. const SignOutParams$json = const {
  77. '1': 'SignOutParams',
  78. '2': const [
  79. const {'1': 'token', '3': 1, '4': 1, '5': 9, '10': 'token'},
  80. ],
  81. };
  82. /// Descriptor for `SignOutParams`. Decode as a `google.protobuf.DescriptorProto`.
  83. final $typed_data.Uint8List signOutParamsDescriptor = $convert.base64Decode('Cg1TaWduT3V0UGFyYW1zEhQKBXRva2VuGAEgASgJUgV0b2tlbg==');