Latest generation

This commit is contained in:
ci core model
2025-12-22 08:55:17 +00:00
parent fa81e878d6
commit 8f653064bd
7 changed files with 366 additions and 9 deletions

View File

@@ -2320,6 +2320,270 @@ class AppointmentCarrierExpectedResponse extends $pb.GeneratedMessage {
$2.EntityID ensureID() => $_ensure(1);
}
/// Event Payload
class AppointmentAllocationErrorPayload extends $pb.GeneratedMessage {
factory AppointmentAllocationErrorPayload({
$core.String? actorID,
}) {
final result = create();
if (actorID != null) result.actorID = actorID;
return result;
}
AppointmentAllocationErrorPayload._();
factory AppointmentAllocationErrorPayload.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory AppointmentAllocationErrorPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentAllocationErrorPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOS(1, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
AppointmentAllocationErrorPayload clone() => AppointmentAllocationErrorPayload()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
AppointmentAllocationErrorPayload copyWith(void Function(AppointmentAllocationErrorPayload) updates) => super.copyWith((message) => updates(message as AppointmentAllocationErrorPayload)) as AppointmentAllocationErrorPayload;
@$core.override
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static AppointmentAllocationErrorPayload create() => AppointmentAllocationErrorPayload._();
@$core.override
AppointmentAllocationErrorPayload createEmptyInstance() => create();
static $pb.PbList<AppointmentAllocationErrorPayload> createRepeated() => $pb.PbList<AppointmentAllocationErrorPayload>();
@$core.pragma('dart2js:noInline')
static AppointmentAllocationErrorPayload getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentAllocationErrorPayload>(create);
static AppointmentAllocationErrorPayload? _defaultInstance;
@$pb.TagNumber(1)
$core.String get actorID => $_getSZ(0);
@$pb.TagNumber(1)
set actorID($core.String value) => $_setString(0, value);
@$pb.TagNumber(1)
$core.bool hasActorID() => $_has(0);
@$pb.TagNumber(1)
void clearActorID() => $_clearField(1);
}
/// Event message
class AppointmentAllocationErrorEvent extends $pb.GeneratedMessage {
factory AppointmentAllocationErrorEvent({
$2.EventHeader? header,
$2.EntityID? iD,
AppointmentAllocationErrorPayload? payload,
}) {
final result = create();
if (header != null) result.header = header;
if (iD != null) result.iD = iD;
if (payload != null) result.payload = payload;
return result;
}
AppointmentAllocationErrorEvent._();
factory AppointmentAllocationErrorEvent.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory AppointmentAllocationErrorEvent.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentAllocationErrorEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$2.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $2.EventHeader.create)
..aOM<$2.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $2.EntityID.create)
..aOM<AppointmentAllocationErrorPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentAllocationErrorPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
AppointmentAllocationErrorEvent clone() => AppointmentAllocationErrorEvent()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
AppointmentAllocationErrorEvent copyWith(void Function(AppointmentAllocationErrorEvent) updates) => super.copyWith((message) => updates(message as AppointmentAllocationErrorEvent)) as AppointmentAllocationErrorEvent;
@$core.override
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static AppointmentAllocationErrorEvent create() => AppointmentAllocationErrorEvent._();
@$core.override
AppointmentAllocationErrorEvent createEmptyInstance() => create();
static $pb.PbList<AppointmentAllocationErrorEvent> createRepeated() => $pb.PbList<AppointmentAllocationErrorEvent>();
@$core.pragma('dart2js:noInline')
static AppointmentAllocationErrorEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentAllocationErrorEvent>(create);
static AppointmentAllocationErrorEvent? _defaultInstance;
@$pb.TagNumber(1)
$2.EventHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($2.EventHeader value) => $_setField(1, value);
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => $_clearField(1);
@$pb.TagNumber(1)
$2.EventHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$2.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($2.EntityID value) => $_setField(2, value);
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => $_clearField(2);
@$pb.TagNumber(2)
$2.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
AppointmentAllocationErrorPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(AppointmentAllocationErrorPayload value) => $_setField(3, value);
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => $_clearField(3);
@$pb.TagNumber(3)
AppointmentAllocationErrorPayload ensurePayload() => $_ensure(2);
}
/// API Request
class AppointmentAllocationErrorRequest extends $pb.GeneratedMessage {
factory AppointmentAllocationErrorRequest({
$2.RequestProjectHeader? header,
$2.EntityID? iD,
AppointmentAllocationErrorPayload? payload,
}) {
final result = create();
if (header != null) result.header = header;
if (iD != null) result.iD = iD;
if (payload != null) result.payload = payload;
return result;
}
AppointmentAllocationErrorRequest._();
factory AppointmentAllocationErrorRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory AppointmentAllocationErrorRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentAllocationErrorRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$2.RequestProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $2.RequestProjectHeader.create)
..aOM<$2.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $2.EntityID.create)
..aOM<AppointmentAllocationErrorPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentAllocationErrorPayload.create)
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
AppointmentAllocationErrorRequest clone() => AppointmentAllocationErrorRequest()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
AppointmentAllocationErrorRequest copyWith(void Function(AppointmentAllocationErrorRequest) updates) => super.copyWith((message) => updates(message as AppointmentAllocationErrorRequest)) as AppointmentAllocationErrorRequest;
@$core.override
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static AppointmentAllocationErrorRequest create() => AppointmentAllocationErrorRequest._();
@$core.override
AppointmentAllocationErrorRequest createEmptyInstance() => create();
static $pb.PbList<AppointmentAllocationErrorRequest> createRepeated() => $pb.PbList<AppointmentAllocationErrorRequest>();
@$core.pragma('dart2js:noInline')
static AppointmentAllocationErrorRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentAllocationErrorRequest>(create);
static AppointmentAllocationErrorRequest? _defaultInstance;
@$pb.TagNumber(1)
$2.RequestProjectHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($2.RequestProjectHeader value) => $_setField(1, value);
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => $_clearField(1);
@$pb.TagNumber(1)
$2.RequestProjectHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$2.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($2.EntityID value) => $_setField(2, value);
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => $_clearField(2);
@$pb.TagNumber(2)
$2.EntityID ensureID() => $_ensure(1);
@$pb.TagNumber(3)
AppointmentAllocationErrorPayload get payload => $_getN(2);
@$pb.TagNumber(3)
set payload(AppointmentAllocationErrorPayload value) => $_setField(3, value);
@$pb.TagNumber(3)
$core.bool hasPayload() => $_has(2);
@$pb.TagNumber(3)
void clearPayload() => $_clearField(3);
@$pb.TagNumber(3)
AppointmentAllocationErrorPayload ensurePayload() => $_ensure(2);
}
/// API Response
class AppointmentAllocationErrorResponse extends $pb.GeneratedMessage {
factory AppointmentAllocationErrorResponse({
$2.ResponseHeader? header,
$2.EntityID? iD,
}) {
final result = create();
if (header != null) result.header = header;
if (iD != null) result.iD = iD;
return result;
}
AppointmentAllocationErrorResponse._();
factory AppointmentAllocationErrorResponse.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
factory AppointmentAllocationErrorResponse.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentAllocationErrorResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
..aOM<$2.ResponseHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $2.ResponseHeader.create)
..aOM<$2.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $2.EntityID.create)
..hasRequiredFields = false
;
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
AppointmentAllocationErrorResponse clone() => AppointmentAllocationErrorResponse()..mergeFromMessage(this);
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
AppointmentAllocationErrorResponse copyWith(void Function(AppointmentAllocationErrorResponse) updates) => super.copyWith((message) => updates(message as AppointmentAllocationErrorResponse)) as AppointmentAllocationErrorResponse;
@$core.override
$pb.BuilderInfo get info_ => _i;
@$core.pragma('dart2js:noInline')
static AppointmentAllocationErrorResponse create() => AppointmentAllocationErrorResponse._();
@$core.override
AppointmentAllocationErrorResponse createEmptyInstance() => create();
static $pb.PbList<AppointmentAllocationErrorResponse> createRepeated() => $pb.PbList<AppointmentAllocationErrorResponse>();
@$core.pragma('dart2js:noInline')
static AppointmentAllocationErrorResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentAllocationErrorResponse>(create);
static AppointmentAllocationErrorResponse? _defaultInstance;
@$pb.TagNumber(1)
$2.ResponseHeader get header => $_getN(0);
@$pb.TagNumber(1)
set header($2.ResponseHeader value) => $_setField(1, value);
@$pb.TagNumber(1)
$core.bool hasHeader() => $_has(0);
@$pb.TagNumber(1)
void clearHeader() => $_clearField(1);
@$pb.TagNumber(1)
$2.ResponseHeader ensureHeader() => $_ensure(0);
@$pb.TagNumber(2)
$2.EntityID get iD => $_getN(1);
@$pb.TagNumber(2)
set iD($2.EntityID value) => $_setField(2, value);
@$pb.TagNumber(2)
$core.bool hasID() => $_has(1);
@$pb.TagNumber(2)
void clearID() => $_clearField(2);
@$pb.TagNumber(2)
$2.EntityID ensureID() => $_ensure(1);
}
/// Event Payload
class AppointmentCarrierArrivedPayload extends $pb.GeneratedMessage {
factory AppointmentCarrierArrivedPayload({