Latest generation

This commit is contained in:
ci core model
2025-11-18 10:01:42 +00:00
parent f653d5ac74
commit 3b56b52411
4 changed files with 23 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.12.0-SNAPSHOT-251118094918
Lib version: 1.12.0-SNAPSHOT-251118100117

View File

@@ -117,6 +117,7 @@ class AppointmentPayload extends $pb.GeneratedMessage {
$core.String? reason,
$core.bool? instructionAck,
$core.Iterable<$0.MetadataElement>? carrierInformation,
$core.String? actorID,
}) {
final result = create();
if (appointmentType != null) result.appointmentType = appointmentType;
@@ -136,6 +137,7 @@ class AppointmentPayload extends $pb.GeneratedMessage {
if (reason != null) result.reason = reason;
if (instructionAck != null) result.instructionAck = instructionAck;
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
if (actorID != null) result.actorID = actorID;
return result;
}
@@ -162,6 +164,7 @@ class AppointmentPayload extends $pb.GeneratedMessage {
..aOS(17, _omitFieldNames ? '' : 'Reason', protoName: 'Reason')
..aOB(18, _omitFieldNames ? '' : 'InstructionAck', protoName: 'InstructionAck')
..pc<$0.MetadataElement>(19, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $0.MetadataElement.create)
..aOS(20, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
..hasRequiredFields = false
;
@@ -310,6 +313,16 @@ class AppointmentPayload extends $pb.GeneratedMessage {
/// Carrier information metadata
@$pb.TagNumber(19)
$pb.PbList<$0.MetadataElement> get carrierInformation => $_getList(16);
/// Empty attribute, just used for inpout api payloads to resolve the site resource from project context with actor alias
@$pb.TagNumber(20)
$core.String get actorID => $_getSZ(17);
@$pb.TagNumber(20)
set actorID($core.String value) => $_setString(17, value);
@$pb.TagNumber(20)
$core.bool hasActorID() => $_has(17);
@$pb.TagNumber(20)
void clearActorID() => $_clearField(20);
}
class AppointmentTriplet extends $pb.GeneratedMessage {

View File

@@ -53,6 +53,7 @@ const AppointmentPayload$json = {
{'1': 'HasCommission', '3': 15, '4': 1, '5': 8, '10': 'HasCommission'},
{'1': 'Reason', '3': 17, '4': 1, '5': 9, '10': 'Reason'},
{'1': 'InstructionAck', '3': 18, '4': 1, '5': 8, '10': 'InstructionAck'},
{'1': 'ActorID', '3': 20, '4': 1, '5': 9, '8': {}, '10': 'ActorID'},
],
'7': {},
};
@@ -83,7 +84,13 @@ final $typed_data.Uint8List appointmentPayloadDescriptor = $convert.base64Decode
'R0YWNobWVudE51bWJlchgOIAEoBUIgkkEdMhtUb3RhbCBudW1iZXIgb2YgYXR0YWNobWVudHNS'
'EEF0dGFjaG1lbnROdW1iZXISJAoNSGFzQ29tbWlzc2lvbhgPIAEoCFINSGFzQ29tbWlzc2lvbh'
'IWCgZSZWFzb24YESABKAlSBlJlYXNvbhImCg5JbnN0cnVjdGlvbkFjaxgSIAEoCFIOSW5zdHJ1'
'Y3Rpb25BY2s6J5JBJAoi0gEPQXBwb2ludG1lbnRUeXBl0gENU2VnbWVudGF0aW9ucw==');
'Y3Rpb25BY2sStAIKB0FjdG9ySUQYFCABKAlCmQLywRiUAkNyZWF0ZWQsQ2FuY2VsZWQsU2xvdF'
'VwZGF0ZWQsQ29tbWlzc2lvbnNVcGRhdGVkLENhcnJpZXJJbmZvcm1hdGlvblVwZGF0ZWQsQ2Fy'
'cmllckV4cGVjdGVkLENhcnJpZXJBcnJpdmVkLEV4cGVkaXRpb25TdGFydGVkLEV4cGVkaXRpb2'
'5Mb2FkZWQsUmVjZXB0aW9uU3RhcnRlZCxSZWNlcHRpb25VbmxvYWRlZCxDYXJyaWVyRGVwYXJ0'
'ZWQsTWV0YURhdGFVcGRhdGVkLEF0dGFjaG1lbnRBZGRlZCxBdHRhY2htZW50UmVtb3ZlZCxFbW'
'FpbHNBZGRlZCxFbWFpbHNSZW1vdmVkLFNhbml0aXNlZFIHQWN0b3JJRDonkkEkCiLSAQ9BcHBv'
'aW50bWVudFR5cGXSAQ1TZWdtZW50YXRpb25z');
@$core.Deprecated('Use appointmentTripletDescriptor instead')
const AppointmentTriplet$json = {

View File

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