Latest generation

This commit is contained in:
ci core model
2025-08-06 14:54:16 +00:00
parent c701d0a4e6
commit d7cc967ea0
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.11.0-SNAPSHOT-250805143451
Lib version: 1.11.0-SNAPSHOT-250806145355

View File

@@ -31,6 +31,7 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
$core.Iterable<$2.MetadataElement>? metaData,
$core.String? carrierID,
$core.String? carrierName,
$core.String? reason,
}) {
final result = create();
if (appointmentType != null) result.appointmentType = appointmentType;
@@ -42,6 +43,7 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
if (metaData != null) result.metaData.addAll(metaData);
if (carrierID != null) result.carrierID = carrierID;
if (carrierName != null) result.carrierName = carrierName;
if (reason != null) result.reason = reason;
return result;
}
@@ -60,6 +62,7 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
..pc<$2.MetadataElement>(8, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $2.MetadataElement.create)
..aOS(10, _omitFieldNames ? '' : 'CarrierID', protoName: 'CarrierID')
..aOS(11, _omitFieldNames ? '' : 'CarrierName', protoName: 'CarrierName')
..aOS(12, _omitFieldNames ? '' : 'Reason', protoName: 'Reason')
..hasRequiredFields = false
;
@@ -140,6 +143,15 @@ class AppointmentCreatedPayload extends $pb.GeneratedMessage {
$core.bool hasCarrierName() => $_has(8);
@$pb.TagNumber(11)
void clearCarrierName() => $_clearField(11);
@$pb.TagNumber(12)
$core.String get reason => $_getSZ(9);
@$pb.TagNumber(12)
set reason($core.String value) => $_setString(9, value);
@$pb.TagNumber(12)
$core.bool hasReason() => $_has(9);
@$pb.TagNumber(12)
void clearReason() => $_clearField(12);
}
/// Event message

View File

@@ -27,6 +27,7 @@ const AppointmentCreatedPayload$json = {
{'1': 'MetaData', '3': 8, '4': 3, '5': 11, '6': '.api.MetadataElement', '8': {}, '10': 'MetaData'},
{'1': 'CarrierID', '3': 10, '4': 1, '5': 9, '10': 'CarrierID'},
{'1': 'CarrierName', '3': 11, '4': 1, '5': 9, '10': 'CarrierName'},
{'1': 'Reason', '3': 12, '4': 1, '5': 9, '10': 'Reason'},
],
'7': {},
};
@@ -46,8 +47,8 @@ final $typed_data.Uint8List appointmentCreatedPayloadDescriptor = $convert.base6
'IHNwZWNpZmljIHRvIHRoZSBzaXRlLiBUaGV5IGNhbiBiZSBvZiBzZXZlcmFsIGRhdGEgZm9ybS'
'Aoc3RyaW5nLCBpbnRlZ2VyLCBmbG9hdCwgYm9vbGVhbiBvciB0aW1lc3RhbXApwMEYAerBGANL'
'ZXlSCE1ldGFEYXRhEhwKCUNhcnJpZXJJRBgKIAEoCVIJQ2FycmllcklEEiAKC0NhcnJpZXJOYW'
'1lGAsgASgJUgtDYXJyaWVyTmFtZTo+kkEjCiEyDUV2ZW50IFBheWxvYWTSAQ9BcHBvaW50bWVu'
'dFR5cGWiuxgFRXZlbnSouxgBursYB0NyZWF0ZWQ=');
'1lGAsgASgJUgtDYXJyaWVyTmFtZRIWCgZSZWFzb24YDCABKAlSBlJlYXNvbjo+kkEjCiEyDUV2'
'ZW50IFBheWxvYWTSAQ9BcHBvaW50bWVudFR5cGWiuxgFRXZlbnSouxgBursYB0NyZWF0ZWQ=');
@$core.Deprecated('Use appointmentCreatedEventDescriptor instead')
const AppointmentCreatedEvent$json = {

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk
description: dart libs from core model proto files
version: 1.11.0-SNAPSHOT-250805143451
version: 1.11.0-SNAPSHOT-250806145355
homepage: ''
publish_to: ''
repository: ''