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-partner.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 adminPartnerDescriptor instead')
|
|
const AdminPartner$json = {
|
|
'1': 'AdminPartner',
|
|
'2': [
|
|
{'1': 'ID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ID'},
|
|
{'1': 'Name', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Name'},
|
|
{'1': 'LegalStructure', '3': 3, '4': 1, '5': 9, '10': 'LegalStructure'},
|
|
{'1': 'Address', '3': 4, '4': 1, '5': 11, '6': '.api.Address', '8': {}, '10': 'Address'},
|
|
{'1': 'OrganisationID', '3': 5, '4': 1, '5': 9, '8': {}, '10': 'OrganisationID'},
|
|
{'1': 'ActorIDs', '3': 6, '4': 3, '5': 9, '8': {}, '10': 'ActorIDs'},
|
|
{'1': 'Actors', '3': 7, '4': 3, '5': 11, '6': '.api.AdminActor', '10': 'Actors'},
|
|
{'1': 'PhotoURI', '3': 8, '4': 1, '5': 9, '8': {}, '10': 'PhotoURI'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `AdminPartner`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List adminPartnerDescriptor = $convert.base64Decode(
|
|
'CgxBZG1pblBhcnRuZXISFwoCSUQYASABKAlCB/pCBHICEAFSAklEEhsKBE5hbWUYAiABKAlCB/'
|
|
'pCBHICEAFSBE5hbWUSJgoOTGVnYWxTdHJ1Y3R1cmUYAyABKAlSDkxlZ2FsU3RydWN0dXJlEjAK'
|
|
'B0FkZHJlc3MYBCABKAsyDC5hcGkuQWRkcmVzc0II+kIFigECEAFSB0FkZHJlc3MSLwoOT3JnYW'
|
|
'5pc2F0aW9uSUQYBSABKAlCB/pCBHICEAFSDk9yZ2FuaXNhdGlvbklEEiQKCEFjdG9ySURzGAYg'
|
|
'AygJQgj6QgWSAQIYAVIIQWN0b3JJRHMSJwoGQWN0b3JzGAcgAygLMg8uYXBpLkFkbWluQWN0b3'
|
|
'JSBkFjdG9ycxJICghQaG90b1VSSRgIIAEoCUIskkEpSiciaHR0cHM6Ly9yZWZsZXgtdmlzaWJp'
|
|
'bGl0eS1mb3JldmVyLmpwZyJSCFBob3RvVVJJOiySQSkKJ9IBAklE0gEETmFtZdIBB0FkZHJlc3'
|
|
'PSAQ5PcmdhbmlzYXRpb25JRA==');
|
|
|