You've already forked dart-core-sdk
44 lines
2.0 KiB
Dart
44 lines
2.0 KiB
Dart
// This is a generated file - do not edit.
|
|
//
|
|
// Generated from admin-actor.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 adminActorDescriptor instead')
|
|
const AdminActor$json = {
|
|
'1': 'AdminActor',
|
|
'2': [
|
|
{'1': 'ID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ID'},
|
|
{'1': 'Name', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Name'},
|
|
{'1': 'OrganisationID', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'OrganisationID'},
|
|
{'1': 'PartnerID', '3': 4, '4': 1, '5': 9, '10': 'PartnerID'},
|
|
{'1': 'Address', '3': 6, '4': 1, '5': 11, '6': '.api.Address', '8': {}, '10': 'Address'},
|
|
{'1': 'Contact', '3': 7, '4': 1, '5': 11, '6': '.api.ActorContact', '8': {}, '10': 'Contact'},
|
|
{'1': 'Typology', '3': 8, '4': 1, '5': 14, '6': '.api.ActorTypology', '10': 'Typology'},
|
|
{'1': 'AdditionalInformation', '3': 9, '4': 1, '5': 9, '10': 'AdditionalInformation'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `AdminActor`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List adminActorDescriptor = $convert.base64Decode(
|
|
'CgpBZG1pbkFjdG9yEhgKAklEGAEgASgJQgi6gQEEcgIQAVICSUQSHAoETmFtZRgCIAEoCUIIuo'
|
|
'EBBHICEAFSBE5hbWUSMAoOT3JnYW5pc2F0aW9uSUQYAyABKAlCCLqBAQRyAhABUg5Pcmdhbmlz'
|
|
'YXRpb25JRBIcCglQYXJ0bmVySUQYBCABKAlSCVBhcnRuZXJJRBIxCgdBZGRyZXNzGAYgASgLMg'
|
|
'wuYXBpLkFkZHJlc3NCCbqBAQWKAQIQAVIHQWRkcmVzcxI2CgdDb250YWN0GAcgASgLMhEuYXBp'
|
|
'LkFjdG9yQ29udGFjdEIJuoEBBYoBAhABUgdDb250YWN0Ei4KCFR5cG9sb2d5GAggASgOMhIuYX'
|
|
'BpLkFjdG9yVHlwb2xvZ3lSCFR5cG9sb2d5EjQKFUFkZGl0aW9uYWxJbmZvcm1hdGlvbhgJIAEo'
|
|
'CVIVQWRkaXRpb25hbEluZm9ybWF0aW9uOiKSQR8KHdIBAklE0gEETmFtZdIBDk9yZ2FuaXNhdG'
|
|
'lvbklE');
|
|
|