client/dart/initial/data.pbjson.dart

171 lines
6.4 KiB
Dart

// This is a generated file - do not edit.
//
// Generated from data.proto.
// @dart = 3.3
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
// ignore_for_file: constant_identifier_names
// ignore_for_file: curly_braces_in_flow_control_structures
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
// ignore_for_file: non_constant_identifier_names, unused_import
import 'dart:convert' as $convert;
import 'dart:core' as $core;
import 'dart:typed_data' as $typed_data;
@$core.Deprecated('Use emptyDescriptor instead')
const Empty$json = {
'1': 'Empty',
};
/// Descriptor for `Empty`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List emptyDescriptor =
$convert.base64Decode('CgVFbXB0eQ==');
@$core.Deprecated('Use countryReplyDescriptor instead')
const CountryReply$json = {
'1': 'CountryReply',
'2': [
{
'1': 'countries',
'3': 1,
'4': 3,
'5': 11,
'6': '.initial.CountryItem',
'10': 'countries'
},
],
};
/// Descriptor for `CountryReply`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List countryReplyDescriptor = $convert.base64Decode(
'CgxDb3VudHJ5UmVwbHkSMgoJY291bnRyaWVzGAEgAygLMhQuaW5pdGlhbC5Db3VudHJ5SXRlbV'
'IJY291bnRyaWVz');
@$core.Deprecated('Use countryItemDescriptor instead')
const CountryItem$json = {
'1': 'CountryItem',
'2': [
{'1': 'id', '3': 1, '4': 1, '5': 13, '10': 'id'},
{'1': 'Iso2', '3': 2, '4': 1, '5': 9, '10': 'Iso2'},
{'1': 'Iso3', '3': 3, '4': 1, '5': 9, '10': 'Iso3'},
{'1': 'num_code', '3': 4, '4': 1, '5': 9, '10': 'numCode'},
{'1': 'phone_code', '3': 5, '4': 1, '5': 9, '10': 'phoneCode'},
{'1': 'currency', '3': 6, '4': 1, '5': 9, '10': 'currency'},
{'1': 'currency_symbol', '3': 7, '4': 1, '5': 9, '10': 'currencySymbol'},
{'1': 'region', '3': 8, '4': 1, '5': 9, '10': 'region'},
{'1': 'timezones', '3': 9, '4': 1, '5': 9, '10': 'timezones'},
{'1': 'translations', '3': 10, '4': 1, '5': 9, '10': 'translations'},
{'1': 'name', '3': 11, '4': 1, '5': 9, '10': 'name'},
{'1': 'local_name', '3': 12, '4': 1, '5': 9, '10': 'localName'},
{'1': 'enabled', '3': 13, '4': 1, '5': 8, '10': 'enabled'},
{'1': 'sort_order', '3': 14, '4': 1, '5': 5, '10': 'sortOrder'},
],
};
/// Descriptor for `CountryItem`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List countryItemDescriptor = $convert.base64Decode(
'CgtDb3VudHJ5SXRlbRIOCgJpZBgBIAEoDVICaWQSEgoESXNvMhgCIAEoCVIESXNvMhISCgRJc2'
'8zGAMgASgJUgRJc28zEhkKCG51bV9jb2RlGAQgASgJUgdudW1Db2RlEh0KCnBob25lX2NvZGUY'
'BSABKAlSCXBob25lQ29kZRIaCghjdXJyZW5jeRgGIAEoCVIIY3VycmVuY3kSJwoPY3VycmVuY3'
'lfc3ltYm9sGAcgASgJUg5jdXJyZW5jeVN5bWJvbBIWCgZyZWdpb24YCCABKAlSBnJlZ2lvbhIc'
'Cgl0aW1lem9uZXMYCSABKAlSCXRpbWV6b25lcxIiCgx0cmFuc2xhdGlvbnMYCiABKAlSDHRyYW'
'5zbGF0aW9ucxISCgRuYW1lGAsgASgJUgRuYW1lEh0KCmxvY2FsX25hbWUYDCABKAlSCWxvY2Fs'
'TmFtZRIYCgdlbmFibGVkGA0gASgIUgdlbmFibGVkEh0KCnNvcnRfb3JkZXIYDiABKAVSCXNvcn'
'RPcmRlcg==');
@$core.Deprecated('Use areasRequestDescriptor instead')
const AreasRequest$json = {
'1': 'AreasRequest',
'2': [
{'1': 'country_id', '3': 1, '4': 1, '5': 5, '10': 'countryId'},
{'1': 'country_code', '3': 2, '4': 1, '5': 9, '10': 'countryCode'},
{'1': 'show_town', '3': 3, '4': 1, '5': 8, '10': 'showTown'},
],
};
/// Descriptor for `AreasRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List areasRequestDescriptor = $convert.base64Decode(
'CgxBcmVhc1JlcXVlc3QSHQoKY291bnRyeV9pZBgBIAEoBVIJY291bnRyeUlkEiEKDGNvdW50cn'
'lfY29kZRgCIAEoCVILY291bnRyeUNvZGUSGwoJc2hvd190b3duGAMgASgIUghzaG93VG93bg==');
@$core.Deprecated('Use areasReplyDescriptor instead')
const AreasReply$json = {
'1': 'AreasReply',
'2': [
{
'1': 'areas',
'3': 1,
'4': 3,
'5': 11,
'6': '.initial.AreasItem',
'10': 'areas'
},
],
};
/// Descriptor for `AreasReply`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List areasReplyDescriptor = $convert.base64Decode(
'CgpBcmVhc1JlcGx5EigKBWFyZWFzGAEgAygLMhIuaW5pdGlhbC5BcmVhc0l0ZW1SBWFyZWFz');
@$core.Deprecated('Use areasItemDescriptor instead')
const AreasItem$json = {
'1': 'AreasItem',
'2': [
{'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
{'1': 'pid', '3': 2, '4': 1, '5': 9, '10': 'pid'},
{'1': 'deep', '3': 3, '4': 1, '5': 5, '10': 'deep'},
{'1': 'name', '3': 4, '4': 1, '5': 9, '10': 'name'},
{'1': 'pinyin_prefix', '3': 5, '4': 1, '5': 9, '10': 'pinyinPrefix'},
{'1': 'pinyin', '3': 6, '4': 1, '5': 9, '10': 'pinyin'},
{'1': 'ext_id', '3': 7, '4': 1, '5': 9, '10': 'extId'},
{'1': 'ext_name', '3': 8, '4': 1, '5': 9, '10': 'extName'},
],
};
/// Descriptor for `AreasItem`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List areasItemDescriptor = $convert.base64Decode(
'CglBcmVhc0l0ZW0SDgoCaWQYASABKAlSAmlkEhAKA3BpZBgCIAEoCVIDcGlkEhIKBGRlZXAYAy'
'ABKAVSBGRlZXASEgoEbmFtZRgEIAEoCVIEbmFtZRIjCg1waW55aW5fcHJlZml4GAUgASgJUgxw'
'aW55aW5QcmVmaXgSFgoGcGlueWluGAYgASgJUgZwaW55aW4SFQoGZXh0X2lkGAcgASgJUgVleH'
'RJZBIZCghleHRfbmFtZRgIIAEoCVIHZXh0TmFtZQ==');
@$core.Deprecated('Use datasReplyDescriptor instead')
const DatasReply$json = {
'1': 'DatasReply',
'2': [
{
'1': 'datas',
'3': 1,
'4': 3,
'5': 11,
'6': '.initial.DatasItem',
'10': 'datas'
},
],
};
/// Descriptor for `DatasReply`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List datasReplyDescriptor = $convert.base64Decode(
'CgpEYXRhc1JlcGx5EigKBWRhdGFzGAEgAygLMhIuaW5pdGlhbC5EYXRhc0l0ZW1SBWRhdGFz');
@$core.Deprecated('Use datasItemDescriptor instead')
const DatasItem$json = {
'1': 'DatasItem',
'2': [
{'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
{'1': 'data_type', '3': 2, '4': 1, '5': 9, '10': 'dataType'},
{'1': 'key', '3': 3, '4': 1, '5': 9, '10': 'key'},
{'1': 'title', '3': 4, '4': 1, '5': 9, '10': 'title'},
{'1': 'remark', '3': 5, '4': 1, '5': 9, '10': 'remark'},
{'1': 'icon', '3': 6, '4': 1, '5': 9, '10': 'icon'},
],
};
/// Descriptor for `DatasItem`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List datasItemDescriptor = $convert.base64Decode(
'CglEYXRhc0l0ZW0SDgoCaWQYASABKANSAmlkEhsKCWRhdGFfdHlwZRgCIAEoCVIIZGF0YVR5cG'
'USEAoDa2V5GAMgASgJUgNrZXkSFAoFdGl0bGUYBCABKAlSBXRpdGxlEhYKBnJlbWFyaxgFIAEo'
'CVIGcmVtYXJrEhIKBGljb24YBiABKAlSBGljb24=');