client/dart/cms/pages.pbjson.dart

132 lines
4.9 KiB
Dart

// This is a generated file - do not edit.
//
// Generated from pages.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 getPagesByKeyRequestDescriptor instead')
const GetPagesByKeyRequest$json = {
'1': 'GetPagesByKeyRequest',
'2': [
{'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
],
};
/// Descriptor for `GetPagesByKeyRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List getPagesByKeyRequestDescriptor = $convert
.base64Decode('ChRHZXRQYWdlc0J5S2V5UmVxdWVzdBIQCgNrZXkYASABKAlSA2tleQ==');
@$core.Deprecated('Use pagesItemDescriptor instead')
const PagesItem$json = {
'1': 'PagesItem',
'2': [
{'1': 'identity', '3': 1, '4': 1, '5': 9, '10': 'identity'},
{'1': 'created_at', '3': 2, '4': 1, '5': 9, '10': 'created_at'},
{'1': 'updated_at', '3': 3, '4': 1, '5': 9, '10': 'updated_at'},
{'1': 'post_type', '3': 4, '4': 1, '5': 5, '10': 'post_type'},
{'1': 'rights', '3': 5, '4': 1, '5': 9, '10': 'rights'},
{'1': 'title', '3': 6, '4': 1, '5': 9, '10': 'title'},
{'1': 'key', '3': 7, '4': 1, '5': 9, '10': 'key'},
{'1': 'description', '3': 8, '4': 1, '5': 9, '10': 'description'},
{'1': 'cover_path', '3': 9, '4': 1, '5': 9, '10': 'cover_path'},
{'1': 'Cms', '3': 10, '4': 1, '5': 9, '10': 'Cms'},
{'1': 'has_accessory', '3': 11, '4': 1, '5': 8, '10': 'has_accessory'},
{
'1': 'accessory_identity_array',
'3': 12,
'4': 3,
'5': 9,
'10': 'accessory_identity_array'
},
{
'1': 'accessory_data',
'3': 13,
'4': 3,
'5': 11,
'6': '.cms.AccessoryItem',
'10': 'accessory_data'
},
{
'1': 'tags_data',
'3': 14,
'4': 3,
'5': 11,
'6': '.cms.TagsItem',
'10': 'tags_data'
},
{
'1': 'tags_identity_array',
'3': 15,
'4': 3,
'5': 9,
'10': 'tags_identity_array'
},
{'1': 'hits', '3': 16, '4': 1, '5': 3, '10': 'hits'},
],
};
/// Descriptor for `PagesItem`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List pagesItemDescriptor = $convert.base64Decode(
'CglQYWdlc0l0ZW0SGgoIaWRlbnRpdHkYASABKAlSCGlkZW50aXR5Eh4KCmNyZWF0ZWRfYXQYAi'
'ABKAlSCmNyZWF0ZWRfYXQSHgoKdXBkYXRlZF9hdBgDIAEoCVIKdXBkYXRlZF9hdBIcCglwb3N0'
'X3R5cGUYBCABKAVSCXBvc3RfdHlwZRIWCgZyaWdodHMYBSABKAlSBnJpZ2h0cxIUCgV0aXRsZR'
'gGIAEoCVIFdGl0bGUSEAoDa2V5GAcgASgJUgNrZXkSIAoLZGVzY3JpcHRpb24YCCABKAlSC2Rl'
'c2NyaXB0aW9uEh4KCmNvdmVyX3BhdGgYCSABKAlSCmNvdmVyX3BhdGgSEAoDQ21zGAogASgJUg'
'NDbXMSJAoNaGFzX2FjY2Vzc29yeRgLIAEoCFINaGFzX2FjY2Vzc29yeRI6ChhhY2Nlc3Nvcnlf'
'aWRlbnRpdHlfYXJyYXkYDCADKAlSGGFjY2Vzc29yeV9pZGVudGl0eV9hcnJheRI6Cg5hY2Nlc3'
'NvcnlfZGF0YRgNIAMoCzISLmNtcy5BY2Nlc3NvcnlJdGVtUg5hY2Nlc3NvcnlfZGF0YRIrCgl0'
'YWdzX2RhdGEYDiADKAsyDS5jbXMuVGFnc0l0ZW1SCXRhZ3NfZGF0YRIwChN0YWdzX2lkZW50aX'
'R5X2FycmF5GA8gAygJUhN0YWdzX2lkZW50aXR5X2FycmF5EhIKBGhpdHMYECABKANSBGhpdHM=');
@$core.Deprecated('Use pagesListRequestDescriptor instead')
const PagesListRequest$json = {
'1': 'PagesListRequest',
'2': [
{'1': 'page', '3': 1, '4': 1, '5': 3, '10': 'page'},
{'1': 'size', '3': 2, '4': 1, '5': 3, '10': 'size'},
{'1': 'keyword', '3': 3, '4': 1, '5': 9, '10': 'keyword'},
{'1': 'type', '3': 4, '4': 1, '5': 5, '10': 'type'},
],
};
/// Descriptor for `PagesListRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List pagesListRequestDescriptor = $convert.base64Decode(
'ChBQYWdlc0xpc3RSZXF1ZXN0EhIKBHBhZ2UYASABKANSBHBhZ2USEgoEc2l6ZRgCIAEoA1IEc2'
'l6ZRIYCgdrZXl3b3JkGAMgASgJUgdrZXl3b3JkEhIKBHR5cGUYBCABKAVSBHR5cGU=');
@$core.Deprecated('Use pagesListReplyDescriptor instead')
const PagesListReply$json = {
'1': 'PagesListReply',
'2': [
{'1': 'data', '3': 1, '4': 3, '5': 11, '6': '.cms.PagesItem', '10': 'data'},
{'1': 'count', '3': 2, '4': 1, '5': 3, '10': 'count'},
],
};
/// Descriptor for `PagesListReply`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List pagesListReplyDescriptor = $convert.base64Decode(
'Cg5QYWdlc0xpc3RSZXBseRIiCgRkYXRhGAEgAygLMg4uY21zLlBhZ2VzSXRlbVIEZGF0YRIUCg'
'Vjb3VudBgCIAEoA1IFY291bnQ=');
@$core.Deprecated('Use getPagesRequestDescriptor instead')
const GetPagesRequest$json = {
'1': 'GetPagesRequest',
'2': [
{'1': 'identity', '3': 1, '4': 1, '5': 9, '10': 'identity'},
],
};
/// Descriptor for `GetPagesRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List getPagesRequestDescriptor = $convert.base64Decode(
'Cg9HZXRQYWdlc1JlcXVlc3QSGgoIaWRlbnRpdHkYASABKAlSCGlkZW50aXR5');