auth.pbjson.dart 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. const {'1': 'name', '3': 3, '4': 1, '5': 9, '10': 'name'},
  17. ],
  18. };
  19. /// Descriptor for `SignInRequest`. Decode as a `google.protobuf.DescriptorProto`.
  20. final $typed_data.Uint8List signInRequestDescriptor = $convert.base64Decode('Cg1TaWduSW5SZXF1ZXN0EhQKBWVtYWlsGAEgASgJUgVlbWFpbBIaCghwYXNzd29yZBgCIAEoCVIIcGFzc3dvcmQSEgoEbmFtZRgDIAEoCVIEbmFtZQ==');
  21. @$core.Deprecated('Use signInParamsDescriptor instead')
  22. const SignInParams$json = const {
  23. '1': 'SignInParams',
  24. '2': const [
  25. const {'1': 'email', '3': 1, '4': 1, '5': 9, '10': 'email'},
  26. const {'1': 'password', '3': 2, '4': 1, '5': 9, '10': 'password'},
  27. const {'1': 'name', '3': 3, '4': 1, '5': 9, '10': 'name'},
  28. ],
  29. };
  30. /// Descriptor for `SignInParams`. Decode as a `google.protobuf.DescriptorProto`.
  31. final $typed_data.Uint8List signInParamsDescriptor = $convert.base64Decode('CgxTaWduSW5QYXJhbXMSFAoFZW1haWwYASABKAlSBWVtYWlsEhoKCHBhc3N3b3JkGAIgASgJUghwYXNzd29yZBISCgRuYW1lGAMgASgJUgRuYW1l');
  32. @$core.Deprecated('Use signInResponseDescriptor instead')
  33. const SignInResponse$json = const {
  34. '1': 'SignInResponse',
  35. '2': const [
  36. const {'1': 'user_id', '3': 1, '4': 1, '5': 9, '10': 'userId'},
  37. const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  38. const {'1': 'email', '3': 3, '4': 1, '5': 9, '10': 'email'},
  39. const {'1': 'token', '3': 4, '4': 1, '5': 9, '10': 'token'},
  40. ],
  41. };
  42. /// Descriptor for `SignInResponse`. Decode as a `google.protobuf.DescriptorProto`.
  43. final $typed_data.Uint8List signInResponseDescriptor = $convert.base64Decode('Cg5TaWduSW5SZXNwb25zZRIXCgd1c2VyX2lkGAEgASgJUgZ1c2VySWQSEgoEbmFtZRgCIAEoCVIEbmFtZRIUCgVlbWFpbBgDIAEoCVIFZW1haWwSFAoFdG9rZW4YBCABKAlSBXRva2Vu');
  44. @$core.Deprecated('Use signUpRequestDescriptor instead')
  45. const SignUpRequest$json = const {
  46. '1': 'SignUpRequest',
  47. '2': const [
  48. const {'1': 'email', '3': 1, '4': 1, '5': 9, '10': 'email'},
  49. const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  50. const {'1': 'password', '3': 3, '4': 1, '5': 9, '10': 'password'},
  51. ],
  52. };
  53. /// Descriptor for `SignUpRequest`. Decode as a `google.protobuf.DescriptorProto`.
  54. final $typed_data.Uint8List signUpRequestDescriptor = $convert.base64Decode('Cg1TaWduVXBSZXF1ZXN0EhQKBWVtYWlsGAEgASgJUgVlbWFpbBISCgRuYW1lGAIgASgJUgRuYW1lEhoKCHBhc3N3b3JkGAMgASgJUghwYXNzd29yZA==');
  55. @$core.Deprecated('Use signUpParamsDescriptor instead')
  56. const SignUpParams$json = const {
  57. '1': 'SignUpParams',
  58. '2': const [
  59. const {'1': 'email', '3': 1, '4': 1, '5': 9, '10': 'email'},
  60. const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  61. const {'1': 'password', '3': 3, '4': 1, '5': 9, '10': 'password'},
  62. ],
  63. };
  64. /// Descriptor for `SignUpParams`. Decode as a `google.protobuf.DescriptorProto`.
  65. final $typed_data.Uint8List signUpParamsDescriptor = $convert.base64Decode('CgxTaWduVXBQYXJhbXMSFAoFZW1haWwYASABKAlSBWVtYWlsEhIKBG5hbWUYAiABKAlSBG5hbWUSGgoIcGFzc3dvcmQYAyABKAlSCHBhc3N3b3Jk');
  66. @$core.Deprecated('Use signUpResponseDescriptor instead')
  67. const SignUpResponse$json = const {
  68. '1': 'SignUpResponse',
  69. '2': const [
  70. const {'1': 'user_id', '3': 1, '4': 1, '5': 9, '10': 'userId'},
  71. const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  72. const {'1': 'email', '3': 3, '4': 1, '5': 9, '10': 'email'},
  73. const {'1': 'token', '3': 4, '4': 1, '5': 9, '10': 'token'},
  74. ],
  75. };
  76. /// Descriptor for `SignUpResponse`. Decode as a `google.protobuf.DescriptorProto`.
  77. final $typed_data.Uint8List signUpResponseDescriptor = $convert.base64Decode('Cg5TaWduVXBSZXNwb25zZRIXCgd1c2VyX2lkGAEgASgJUgZ1c2VySWQSEgoEbmFtZRgCIAEoCVIEbmFtZRIUCgVlbWFpbBgDIAEoCVIFZW1haWwSFAoFdG9rZW4YBCABKAlSBXRva2Vu');