client/dart/sender/mail.pbjson.dart

65 lines
2.2 KiB
Dart

// This is a generated file - do not edit.
//
// Generated from mail.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 sendMailRequestDescriptor instead')
const SendMailRequest$json = {
'1': 'SendMailRequest',
'2': [
{'1': 'provider', '3': 1, '4': 1, '5': 9, '10': 'provider'},
{'1': 'template_key', '3': 2, '4': 1, '5': 9, '10': 'templateKey'},
{'1': 'to', '3': 4, '4': 1, '5': 9, '10': 'to'},
{
'1': 'paramters',
'3': 5,
'4': 3,
'5': 11,
'6': '.sender.SendMailRequest.ParamtersEntry',
'10': 'paramters'
},
],
'3': [SendMailRequest_ParamtersEntry$json],
};
@$core.Deprecated('Use sendMailRequestDescriptor instead')
const SendMailRequest_ParamtersEntry$json = {
'1': 'ParamtersEntry',
'2': [
{'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
{'1': 'value', '3': 2, '4': 1, '5': 9, '10': 'value'},
],
'7': {'7': true},
};
/// Descriptor for `SendMailRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List sendMailRequestDescriptor = $convert.base64Decode(
'Cg9TZW5kTWFpbFJlcXVlc3QSGgoIcHJvdmlkZXIYASABKAlSCHByb3ZpZGVyEiEKDHRlbXBsYX'
'RlX2tleRgCIAEoCVILdGVtcGxhdGVLZXkSDgoCdG8YBCABKAlSAnRvEkQKCXBhcmFtdGVycxgF'
'IAMoCzImLnNlbmRlci5TZW5kTWFpbFJlcXVlc3QuUGFyYW10ZXJzRW50cnlSCXBhcmFtdGVycx'
'o8Cg5QYXJhbXRlcnNFbnRyeRIQCgNrZXkYASABKAlSA2tleRIUCgV2YWx1ZRgCIAEoCVIFdmFs'
'dWU6AjgB');
@$core.Deprecated('Use sendMailReplyDescriptor instead')
const SendMailReply$json = {
'1': 'SendMailReply',
'2': [
{'1': 'data', '3': 1, '4': 1, '5': 9, '10': 'data'},
],
};
/// Descriptor for `SendMailReply`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List sendMailReplyDescriptor =
$convert.base64Decode('Cg1TZW5kTWFpbFJlcGx5EhIKBGRhdGEYASABKAlSBGRhdGE=');