Latest generation

This commit is contained in:
ci core model
2025-11-05 09:40:06 +00:00
parent 4245584d07
commit 171d15086e
5 changed files with 19 additions and 6 deletions

View File

@@ -2341,10 +2341,12 @@ class CancelAppointmentRequest extends $pb.GeneratedMessage {
factory CancelAppointmentRequest({
$3.RequestProjectHeader? header,
$core.String? appointmentID,
$core.String? actorID,
}) {
final result = create();
if (header != null) result.header = header;
if (appointmentID != null) result.appointmentID = appointmentID;
if (actorID != null) result.actorID = actorID;
return result;
}
@@ -2356,6 +2358,7 @@ class CancelAppointmentRequest extends $pb.GeneratedMessage {
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CancelAppointmentRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$3.RequestProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestProjectHeader.create)
..aOS(2, _omitFieldNames ? '' : 'AppointmentID', protoName: 'AppointmentID')
..aOS(3, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
..hasRequiredFields = false
;
@@ -2395,6 +2398,15 @@ class CancelAppointmentRequest extends $pb.GeneratedMessage {
$core.bool hasAppointmentID() => $_has(1);
@$pb.TagNumber(2)
void clearAppointmentID() => $_clearField(2);
@$pb.TagNumber(3)
$core.String get actorID => $_getSZ(2);
@$pb.TagNumber(3)
set actorID($core.String value) => $_setString(2, value);
@$pb.TagNumber(3)
$core.bool hasActorID() => $_has(2);
@$pb.TagNumber(3)
void clearActorID() => $_clearField(3);
}
class CancelAppointmentResponse extends $pb.GeneratedMessage {

View File

@@ -582,6 +582,7 @@ const CancelAppointmentRequest$json = {
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
{'1': 'AppointmentID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'AppointmentID'},
{'1': 'ActorID', '3': 3, '4': 1, '5': 9, '10': 'ActorID'},
],
'7': {},
};
@@ -590,8 +591,8 @@ const CancelAppointmentRequest$json = {
final $typed_data.Uint8List cancelAppointmentRequestDescriptor = $convert.base64Decode(
'ChhDYW5jZWxBcHBvaW50bWVudFJlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcXVlc3'
'RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEi0KDUFwcG9pbnRtZW50SUQYAiABKAlC'
'B/pCBHICEAFSDUFwcG9pbnRtZW50SUQ6HpJBGwoZ0gEGSGVhZGVy0gENQXBwb2ludG1lbnRJRA'
'==');
'B/pCBHICEAFSDUFwcG9pbnRtZW50SUQSGAoHQWN0b3JJRBgDIAEoCVIHQWN0b3JJRDoekkEbCh'
'nSAQZIZWFkZXLSAQ1BcHBvaW50bWVudElE');
@$core.Deprecated('Use cancelAppointmentResponseDescriptor instead')
const CancelAppointmentResponse$json = {