Latest generation

This commit is contained in:
ci core model
2025-12-05 10:15:18 +00:00
parent b5195db54a
commit c902eff3f4
4 changed files with 11 additions and 11 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.12.0-SNAPSHOT-251205090118
Lib version: 1.12.0-SNAPSHOT-251205101454

View File

@@ -4617,11 +4617,11 @@ class SiteProjectAptTypeBookingContext extends $pb.GeneratedMessage {
class SiteProjectAptTypeBookingActorsContext extends $pb.GeneratedMessage {
factory SiteProjectAptTypeBookingActorsContext({
$2.CommandIdentifierEntry? commandIdentifierEntry,
$core.String? actorIDs,
$core.String? actorID,
}) {
final result = create();
if (commandIdentifierEntry != null) result.commandIdentifierEntry = commandIdentifierEntry;
if (actorIDs != null) result.actorIDs = actorIDs;
if (actorID != null) result.actorID = actorID;
return result;
}
@@ -4632,7 +4632,7 @@ class SiteProjectAptTypeBookingActorsContext extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'SiteProjectAptTypeBookingActorsContext', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..e<$2.CommandIdentifierEntry>(1, _omitFieldNames ? '' : 'CommandIdentifierEntry', $pb.PbFieldType.OE, protoName: 'CommandIdentifierEntry', defaultOrMaker: $2.CommandIdentifierEntry.CommandIdentifierEntry_MandatoryExceptForAllowedUsers, valueOf: $2.CommandIdentifierEntry.valueOf, enumValues: $2.CommandIdentifierEntry.values)
..aOS(2, _omitFieldNames ? '' : 'ActorIDs', protoName: 'ActorIDs')
..aOS(2, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
..hasRequiredFields = false
;
@@ -4663,13 +4663,13 @@ class SiteProjectAptTypeBookingActorsContext extends $pb.GeneratedMessage {
void clearCommandIdentifierEntry() => $_clearField(1);
@$pb.TagNumber(2)
$core.String get actorIDs => $_getSZ(1);
$core.String get actorID => $_getSZ(1);
@$pb.TagNumber(2)
set actorIDs($core.String value) => $_setString(1, value);
set actorID($core.String value) => $_setString(1, value);
@$pb.TagNumber(2)
$core.bool hasActorIDs() => $_has(1);
$core.bool hasActorID() => $_has(1);
@$pb.TagNumber(2)
void clearActorIDs() => $_clearField(2);
void clearActorID() => $_clearField(2);
}
class InitBookerProfileRequest extends $pb.GeneratedMessage {

View File

@@ -1235,7 +1235,7 @@ const SiteProjectAptTypeBookingActorsContext$json = {
'1': 'SiteProjectAptTypeBookingActorsContext',
'2': [
{'1': 'CommandIdentifierEntry', '3': 1, '4': 1, '5': 14, '6': '.api.CommandIdentifierEntry', '10': 'CommandIdentifierEntry'},
{'1': 'ActorIDs', '3': 2, '4': 1, '5': 9, '10': 'ActorIDs'},
{'1': 'ActorID', '3': 2, '4': 1, '5': 9, '10': 'ActorID'},
],
};
@@ -1243,7 +1243,7 @@ const SiteProjectAptTypeBookingActorsContext$json = {
final $typed_data.Uint8List siteProjectAptTypeBookingActorsContextDescriptor = $convert.base64Decode(
'CiZTaXRlUHJvamVjdEFwdFR5cGVCb29raW5nQWN0b3JzQ29udGV4dBJTChZDb21tYW5kSWRlbn'
'RpZmllckVudHJ5GAEgASgOMhsuYXBpLkNvbW1hbmRJZGVudGlmaWVyRW50cnlSFkNvbW1hbmRJ'
'ZGVudGlmaWVyRW50cnkSGgoIQWN0b3JJRHMYAiABKAlSCEFjdG9ySURz');
'ZGVudGlmaWVyRW50cnkSGAoHQWN0b3JJRBgCIAEoCVIHQWN0b3JJRA==');
@$core.Deprecated('Use initBookerProfileRequestDescriptor instead')
const InitBookerProfileRequest$json = {

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk
description: dart libs from core model proto files
version: 1.12.0-SNAPSHOT-251205090118
version: 1.12.0-SNAPSHOT-251205101454
homepage: ''
publish_to: ''
repository: ''