Latest generation

This commit is contained in:
ci core model
2025-10-09 08:04:25 +00:00
parent aa094a9a75
commit cf3b0d100b
4 changed files with 50 additions and 35 deletions

View File

@@ -76,18 +76,20 @@ final $typed_data.Uint8List siteDescriptor = $convert.base64Decode(
const CreateSettingsRequest$json = {
'1': 'CreateSettingsRequest',
'2': [
{'1': 'SiteID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'SiteID'},
{'1': 'SiteName', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'SiteName'},
{'1': 'Email', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'Email'},
{'1': 'OrganisationID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'OrganisationID'},
{'1': 'SiteID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'SiteID'},
{'1': 'SiteName', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'SiteName'},
{'1': 'Email', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'Email'},
],
'7': {},
};
/// Descriptor for `CreateSettingsRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List createSettingsRequestDescriptor = $convert.base64Decode(
'ChVDcmVhdGVTZXR0aW5nc1JlcXVlc3QSHwoGU2l0ZUlEGAEgASgJQgf6QgRyAhABUgZTaXRlSU'
'QSIwoIU2l0ZU5hbWUYAiABKAlCB/pCBHICEAFSCFNpdGVOYW1lEh8KBUVtYWlsGAMgASgJQgn6'
'QgZyBBABYAFSBUVtYWlsOiGSQR4KHNIBBlNpdGVJRNIBBUVtYWls0gEIU2l0ZU5hbWU=');
'ChVDcmVhdGVTZXR0aW5nc1JlcXVlc3QSLwoOT3JnYW5pc2F0aW9uSUQYASABKAlCB/pCBHICEA'
'FSDk9yZ2FuaXNhdGlvbklEEh8KBlNpdGVJRBgCIAEoCUIH+kIEcgIQAVIGU2l0ZUlEEiMKCFNp'
'dGVOYW1lGAMgASgJQgf6QgRyAhABUghTaXRlTmFtZRIfCgVFbWFpbBgEIAEoCUIJ+kIGcgQQAW'
'ABUgVFbWFpbDohkkEeChzSAQZTaXRlSUTSAQVFbWFpbNIBCFNpdGVOYW1l');
@$core.Deprecated('Use createSettingsResponseDescriptor instead')
const CreateSettingsResponse$json = {