Latest generation

This commit is contained in:
ci core model
2025-11-25 09:29:23 +00:00
parent c541df9334
commit f1d83c793c
15 changed files with 581 additions and 1315 deletions

View File

@@ -76,11 +76,11 @@ class SiteServiceClient extends $grpc.Client {
return $createUnaryCall(_$bookAppointment, request, options: options);
}
$grpc.ResponseFuture<$0.BookAppointmentResponse> bookAppointmentNoReference($0.BookAppointmentNoReferenceRequest request, {$grpc.CallOptions? options,}) {
$grpc.ResponseFuture<$0.BookAppointmentResponse> bookAppointmentNoReference($0.BookAppointmentRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$bookAppointmentNoReference, request, options: options);
}
$grpc.ResponseFuture<$0.BookAppointmentResponse> forceBookAppointment($0.ForceBookAppointmentRequest request, {$grpc.CallOptions? options,}) {
$grpc.ResponseFuture<$0.BookAppointmentResponse> forceBookAppointment($0.BookAppointmentRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$forceBookAppointment, request, options: options);
}
@@ -92,11 +92,11 @@ class SiteServiceClient extends $grpc.Client {
return $createUnaryCall(_$updateAppointment, request, options: options);
}
$grpc.ResponseFuture<$0.BookAppointmentResponse> updateAppointmentNoReference($0.UpdateAppointmentNoReferenceRequest request, {$grpc.CallOptions? options,}) {
$grpc.ResponseFuture<$0.BookAppointmentResponse> updateAppointmentNoReference($0.UpdateAppointmentRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$updateAppointmentNoReference, request, options: options);
}
$grpc.ResponseFuture<$0.BookAppointmentResponse> forceUpdateAppointment($0.ForceUpdateAppointmentRequest request, {$grpc.CallOptions? options,}) {
$grpc.ResponseFuture<$0.BookAppointmentResponse> forceUpdateAppointment($0.UpdateAppointmentRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$forceUpdateAppointment, request, options: options);
}
@@ -218,13 +218,13 @@ class SiteServiceClient extends $grpc.Client {
'/api.SiteService/BookAppointment',
($0.BookAppointmentRequest value) => value.writeToBuffer(),
$0.BookAppointmentResponse.fromBuffer);
static final _$bookAppointmentNoReference = $grpc.ClientMethod<$0.BookAppointmentNoReferenceRequest, $0.BookAppointmentResponse>(
static final _$bookAppointmentNoReference = $grpc.ClientMethod<$0.BookAppointmentRequest, $0.BookAppointmentResponse>(
'/api.SiteService/BookAppointmentNoReference',
($0.BookAppointmentNoReferenceRequest value) => value.writeToBuffer(),
($0.BookAppointmentRequest value) => value.writeToBuffer(),
$0.BookAppointmentResponse.fromBuffer);
static final _$forceBookAppointment = $grpc.ClientMethod<$0.ForceBookAppointmentRequest, $0.BookAppointmentResponse>(
static final _$forceBookAppointment = $grpc.ClientMethod<$0.BookAppointmentRequest, $0.BookAppointmentResponse>(
'/api.SiteService/ForceBookAppointment',
($0.ForceBookAppointmentRequest value) => value.writeToBuffer(),
($0.BookAppointmentRequest value) => value.writeToBuffer(),
$0.BookAppointmentResponse.fromBuffer);
static final _$cancelAppointment = $grpc.ClientMethod<$0.CancelAppointmentRequest, $0.CancelAppointmentResponse>(
'/api.SiteService/CancelAppointment',
@@ -234,13 +234,13 @@ class SiteServiceClient extends $grpc.Client {
'/api.SiteService/UpdateAppointment',
($0.UpdateAppointmentRequest value) => value.writeToBuffer(),
$0.BookAppointmentResponse.fromBuffer);
static final _$updateAppointmentNoReference = $grpc.ClientMethod<$0.UpdateAppointmentNoReferenceRequest, $0.BookAppointmentResponse>(
static final _$updateAppointmentNoReference = $grpc.ClientMethod<$0.UpdateAppointmentRequest, $0.BookAppointmentResponse>(
'/api.SiteService/UpdateAppointmentNoReference',
($0.UpdateAppointmentNoReferenceRequest value) => value.writeToBuffer(),
($0.UpdateAppointmentRequest value) => value.writeToBuffer(),
$0.BookAppointmentResponse.fromBuffer);
static final _$forceUpdateAppointment = $grpc.ClientMethod<$0.ForceUpdateAppointmentRequest, $0.BookAppointmentResponse>(
static final _$forceUpdateAppointment = $grpc.ClientMethod<$0.UpdateAppointmentRequest, $0.BookAppointmentResponse>(
'/api.SiteService/ForceUpdateAppointment',
($0.ForceUpdateAppointmentRequest value) => value.writeToBuffer(),
($0.UpdateAppointmentRequest value) => value.writeToBuffer(),
$0.BookAppointmentResponse.fromBuffer);
static final _$rescheduleAppointment = $grpc.ClientMethod<$0.RescheduleAppointmentRequest, $0.BookAppointmentResponse>(
'/api.SiteService/RescheduleAppointment',
@@ -398,19 +398,19 @@ abstract class SiteServiceBase extends $grpc.Service {
false,
($core.List<$core.int> value) => $0.BookAppointmentRequest.fromBuffer(value),
($0.BookAppointmentResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.BookAppointmentNoReferenceRequest, $0.BookAppointmentResponse>(
$addMethod($grpc.ServiceMethod<$0.BookAppointmentRequest, $0.BookAppointmentResponse>(
'BookAppointmentNoReference',
bookAppointmentNoReference_Pre,
false,
false,
($core.List<$core.int> value) => $0.BookAppointmentNoReferenceRequest.fromBuffer(value),
($core.List<$core.int> value) => $0.BookAppointmentRequest.fromBuffer(value),
($0.BookAppointmentResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.ForceBookAppointmentRequest, $0.BookAppointmentResponse>(
$addMethod($grpc.ServiceMethod<$0.BookAppointmentRequest, $0.BookAppointmentResponse>(
'ForceBookAppointment',
forceBookAppointment_Pre,
false,
false,
($core.List<$core.int> value) => $0.ForceBookAppointmentRequest.fromBuffer(value),
($core.List<$core.int> value) => $0.BookAppointmentRequest.fromBuffer(value),
($0.BookAppointmentResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.CancelAppointmentRequest, $0.CancelAppointmentResponse>(
'CancelAppointment',
@@ -426,19 +426,19 @@ abstract class SiteServiceBase extends $grpc.Service {
false,
($core.List<$core.int> value) => $0.UpdateAppointmentRequest.fromBuffer(value),
($0.BookAppointmentResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.UpdateAppointmentNoReferenceRequest, $0.BookAppointmentResponse>(
$addMethod($grpc.ServiceMethod<$0.UpdateAppointmentRequest, $0.BookAppointmentResponse>(
'UpdateAppointmentNoReference',
updateAppointmentNoReference_Pre,
false,
false,
($core.List<$core.int> value) => $0.UpdateAppointmentNoReferenceRequest.fromBuffer(value),
($core.List<$core.int> value) => $0.UpdateAppointmentRequest.fromBuffer(value),
($0.BookAppointmentResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.ForceUpdateAppointmentRequest, $0.BookAppointmentResponse>(
$addMethod($grpc.ServiceMethod<$0.UpdateAppointmentRequest, $0.BookAppointmentResponse>(
'ForceUpdateAppointment',
forceUpdateAppointment_Pre,
false,
false,
($core.List<$core.int> value) => $0.ForceUpdateAppointmentRequest.fromBuffer(value),
($core.List<$core.int> value) => $0.UpdateAppointmentRequest.fromBuffer(value),
($0.BookAppointmentResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.RescheduleAppointmentRequest, $0.BookAppointmentResponse>(
'RescheduleAppointment',
@@ -634,17 +634,17 @@ abstract class SiteServiceBase extends $grpc.Service {
$async.Future<$0.BookAppointmentResponse> bookAppointment($grpc.ServiceCall call, $0.BookAppointmentRequest request);
$async.Future<$0.BookAppointmentResponse> bookAppointmentNoReference_Pre($grpc.ServiceCall $call, $async.Future<$0.BookAppointmentNoReferenceRequest> $request) async {
$async.Future<$0.BookAppointmentResponse> bookAppointmentNoReference_Pre($grpc.ServiceCall $call, $async.Future<$0.BookAppointmentRequest> $request) async {
return bookAppointmentNoReference($call, await $request);
}
$async.Future<$0.BookAppointmentResponse> bookAppointmentNoReference($grpc.ServiceCall call, $0.BookAppointmentNoReferenceRequest request);
$async.Future<$0.BookAppointmentResponse> bookAppointmentNoReference($grpc.ServiceCall call, $0.BookAppointmentRequest request);
$async.Future<$0.BookAppointmentResponse> forceBookAppointment_Pre($grpc.ServiceCall $call, $async.Future<$0.ForceBookAppointmentRequest> $request) async {
$async.Future<$0.BookAppointmentResponse> forceBookAppointment_Pre($grpc.ServiceCall $call, $async.Future<$0.BookAppointmentRequest> $request) async {
return forceBookAppointment($call, await $request);
}
$async.Future<$0.BookAppointmentResponse> forceBookAppointment($grpc.ServiceCall call, $0.ForceBookAppointmentRequest request);
$async.Future<$0.BookAppointmentResponse> forceBookAppointment($grpc.ServiceCall call, $0.BookAppointmentRequest request);
$async.Future<$0.CancelAppointmentResponse> cancelAppointment_Pre($grpc.ServiceCall $call, $async.Future<$0.CancelAppointmentRequest> $request) async {
return cancelAppointment($call, await $request);
@@ -658,17 +658,17 @@ abstract class SiteServiceBase extends $grpc.Service {
$async.Future<$0.BookAppointmentResponse> updateAppointment($grpc.ServiceCall call, $0.UpdateAppointmentRequest request);
$async.Future<$0.BookAppointmentResponse> updateAppointmentNoReference_Pre($grpc.ServiceCall $call, $async.Future<$0.UpdateAppointmentNoReferenceRequest> $request) async {
$async.Future<$0.BookAppointmentResponse> updateAppointmentNoReference_Pre($grpc.ServiceCall $call, $async.Future<$0.UpdateAppointmentRequest> $request) async {
return updateAppointmentNoReference($call, await $request);
}
$async.Future<$0.BookAppointmentResponse> updateAppointmentNoReference($grpc.ServiceCall call, $0.UpdateAppointmentNoReferenceRequest request);
$async.Future<$0.BookAppointmentResponse> updateAppointmentNoReference($grpc.ServiceCall call, $0.UpdateAppointmentRequest request);
$async.Future<$0.BookAppointmentResponse> forceUpdateAppointment_Pre($grpc.ServiceCall $call, $async.Future<$0.ForceUpdateAppointmentRequest> $request) async {
$async.Future<$0.BookAppointmentResponse> forceUpdateAppointment_Pre($grpc.ServiceCall $call, $async.Future<$0.UpdateAppointmentRequest> $request) async {
return forceUpdateAppointment($call, await $request);
}
$async.Future<$0.BookAppointmentResponse> forceUpdateAppointment($grpc.ServiceCall call, $0.ForceUpdateAppointmentRequest request);
$async.Future<$0.BookAppointmentResponse> forceUpdateAppointment($grpc.ServiceCall call, $0.UpdateAppointmentRequest request);
$async.Future<$0.BookAppointmentResponse> rescheduleAppointment_Pre($grpc.ServiceCall $call, $async.Future<$0.RescheduleAppointmentRequest> $request) async {
return rescheduleAppointment($call, await $request);