Latest generation

This commit is contained in:
ci core model
2025-11-13 10:02:52 +00:00
parent 161012a31f
commit 471c723a7b
4 changed files with 17 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.12.0-SNAPSHOT-251113092958
Lib version: 1.12.0-SNAPSHOT-251113100228

View File

@@ -1609,6 +1609,7 @@ class AppointmentCommission extends $pb.GeneratedMessage {
$core.String? organisationID,
$core.String? partnerAppID,
$core.String? executionflowID,
$core.String? actorID,
}) {
final result = create();
if (projectID != null) result.projectID = projectID;
@@ -1617,6 +1618,7 @@ class AppointmentCommission extends $pb.GeneratedMessage {
if (organisationID != null) result.organisationID = organisationID;
if (partnerAppID != null) result.partnerAppID = partnerAppID;
if (executionflowID != null) result.executionflowID = executionflowID;
if (actorID != null) result.actorID = actorID;
return result;
}
@@ -1632,6 +1634,7 @@ class AppointmentCommission extends $pb.GeneratedMessage {
..aOS(4, _omitFieldNames ? '' : 'OrganisationID', protoName: 'OrganisationID')
..aOS(5, _omitFieldNames ? '' : 'PartnerAppID', protoName: 'PartnerAppID')
..aOS(6, _omitFieldNames ? '' : 'ExecutionflowID', protoName: 'ExecutionflowID')
..aOS(7, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
..hasRequiredFields = false
;
@@ -1699,6 +1702,15 @@ class AppointmentCommission extends $pb.GeneratedMessage {
$core.bool hasExecutionflowID() => $_has(5);
@$pb.TagNumber(6)
void clearExecutionflowID() => $_clearField(6);
@$pb.TagNumber(7)
$core.String get actorID => $_getSZ(6);
@$pb.TagNumber(7)
set actorID($core.String value) => $_setString(6, value);
@$pb.TagNumber(7)
$core.bool hasActorID() => $_has(6);
@$pb.TagNumber(7)
void clearActorID() => $_clearField(7);
}
class Commission extends $pb.GeneratedMessage {

View File

@@ -484,6 +484,7 @@ const AppointmentCommission$json = {
{'1': 'Quantities', '3': 3, '4': 3, '5': 11, '6': '.api.QuantityByUnit', '8': {}, '10': 'Quantities'},
{'1': 'OrganisationID', '3': 4, '4': 1, '5': 9, '10': 'OrganisationID'},
{'1': 'PartnerAppID', '3': 5, '4': 1, '5': 9, '10': 'PartnerAppID'},
{'1': 'ActorID', '3': 7, '4': 1, '5': 9, '10': 'ActorID'},
],
};
@@ -493,7 +494,8 @@ final $typed_data.Uint8List appointmentCommissionDescriptor = $convert.base64Dec
'9qZWN0SUQSGAoHT3JkZXJJRBgCIAEoCVIHT3JkZXJJRBIoCg9FeGVjdXRpb25mbG93SUQYBiAB'
'KAlSD0V4ZWN1dGlvbmZsb3dJRBI9CgpRdWFudGl0aWVzGAMgAygLMhMuYXBpLlF1YW50aXR5Qn'
'lVbml0Qgj6QgWSAQIIAVIKUXVhbnRpdGllcxImCg5PcmdhbmlzYXRpb25JRBgEIAEoCVIOT3Jn'
'YW5pc2F0aW9uSUQSIgoMUGFydG5lckFwcElEGAUgASgJUgxQYXJ0bmVyQXBwSUQ=');
'YW5pc2F0aW9uSUQSIgoMUGFydG5lckFwcElEGAUgASgJUgxQYXJ0bmVyQXBwSUQSGAoHQWN0b3'
'JJRBgHIAEoCVIHQWN0b3JJRA==');
@$core.Deprecated('Use commissionDescriptor instead')
const Commission$json = {

View File

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