Latest generation

This commit is contained in:
ci core model
2026-03-25 08:53:32 +00:00
parent 12180fe1c4
commit 691b5a8d3c
4 changed files with 5 additions and 37 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.13.0-SNAPSHOT-260324095714
Lib version: 1.13.0-SNAPSHOT-260325085240

View File

@@ -3213,14 +3213,7 @@ class AppointmentAllocationErrorResponse extends $pb.GeneratedMessage {
/// Event Payload
class AppointmentAllocationConfirmedPayload extends $pb.GeneratedMessage {
factory AppointmentAllocationConfirmedPayload({
@$core.Deprecated('This field is deprecated.')
$core.String? actorID,
}) {
final result = create();
if (actorID != null) result.actorID = actorID;
return result;
}
factory AppointmentAllocationConfirmedPayload() => create();
AppointmentAllocationConfirmedPayload._();
@@ -3228,7 +3221,6 @@ class AppointmentAllocationConfirmedPayload extends $pb.GeneratedMessage {
factory AppointmentAllocationConfirmedPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentAllocationConfirmedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOS(1, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
..hasRequiredFields = false
;
@@ -3248,19 +3240,6 @@ class AppointmentAllocationConfirmedPayload extends $pb.GeneratedMessage {
@$core.pragma('dart2js:noInline')
static AppointmentAllocationConfirmedPayload getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentAllocationConfirmedPayload>(create);
static AppointmentAllocationConfirmedPayload? _defaultInstance;
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(1)
$core.String get actorID => $_getSZ(0);
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(1)
set actorID($core.String value) => $_setString(0, value);
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(1)
$core.bool hasActorID() => $_has(0);
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(1)
void clearActorID() => $_clearField(1);
}
/// Event message

View File

@@ -899,24 +899,13 @@ final $typed_data.Uint8List appointmentAllocationErrorResponseDescriptor = $conv
@$core.Deprecated('Use appointmentAllocationConfirmedPayloadDescriptor instead')
const AppointmentAllocationConfirmedPayload$json = {
'1': 'AppointmentAllocationConfirmedPayload',
'2': [
{
'1': 'ActorID',
'3': 1,
'4': 1,
'5': 9,
'8': {'3': true},
'10': 'ActorID',
},
],
'7': {},
};
/// Descriptor for `AppointmentAllocationConfirmedPayload`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List appointmentAllocationConfirmedPayloadDescriptor = $convert.base64Decode(
'CiVBcHBvaW50bWVudEFsbG9jYXRpb25Db25maXJtZWRQYXlsb2FkEhwKB0FjdG9ySUQYASABKA'
'lCAhgBUgdBY3RvcklEOjiSQREKDzINRXZlbnQgUGF5bG9hZKK7GAVFdmVudKi7GAG6uxgTQWxs'
'b2NhdGlvbkNvbmZpcm1lZA==');
'CiVBcHBvaW50bWVudEFsbG9jYXRpb25Db25maXJtZWRQYXlsb2FkOjiSQREKDzINRXZlbnQgUG'
'F5bG9hZKK7GAVFdmVudKi7GAG6uxgTQWxsb2NhdGlvbkNvbmZpcm1lZA==');
@$core.Deprecated('Use appointmentAllocationConfirmedEventDescriptor instead')
const AppointmentAllocationConfirmedEvent$json = {

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk
description: dart libs from core model proto files
version: 1.13.0-SNAPSHOT-260324095714
version: 1.13.0-SNAPSHOT-260325085240
homepage: ''
publish_to: ''
repository: ''