40 lines
1.4 KiB
Dart
40 lines
1.4 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': 'sign_name', '3': 1, '4': 1, '5': 9, '10': 'signName'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `SendMailRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List sendMailRequestDescriptor = $convert.base64Decode(
|
|
'Cg9TZW5kTWFpbFJlcXVlc3QSGwoJc2lnbl9uYW1lGAEgASgJUghzaWduTmFtZQ==');
|
|
|
|
@$core.Deprecated('Use sendMailResponseDescriptor instead')
|
|
const SendMailResponse$json = {
|
|
'1': 'SendMailResponse',
|
|
'2': [
|
|
{'1': 'request_id', '3': 1, '4': 1, '5': 9, '10': 'requestId'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `SendMailResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List sendMailResponseDescriptor = $convert.base64Decode(
|
|
'ChBTZW5kTWFpbFJlc3BvbnNlEh0KCnJlcXVlc3RfaWQYASABKAlSCXJlcXVlc3RJZA==');
|