From 76886be04555480fbd2d31e1d22bd15e3d01e818 Mon Sep 17 00:00:00 2001 From: ci core model Date: Tue, 9 Jun 2026 08:57:36 +0000 Subject: [PATCH] Latest generation --- CHANGELOG.md | 2 +- lib/appointmentQuery.pbgrpc.dart | 21 +++++++++++++++++++++ pubspec.yaml | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa0caa47..fa8923c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.14.0-SNAPSHOT-260608112943 +Lib version: 1.14.0-SNAPSHOT-260609085649 diff --git a/lib/appointmentQuery.pbgrpc.dart b/lib/appointmentQuery.pbgrpc.dart index dde3d1a3..f685d90c 100644 --- a/lib/appointmentQuery.pbgrpc.dart +++ b/lib/appointmentQuery.pbgrpc.dart @@ -38,6 +38,10 @@ class AppointmentQueryClient extends $grpc.Client { return $createUnaryCall(_$getByIds, request, options: options); } + $grpc.ResponseFuture<$0.AppointmentByIdResult> getByIdsMine($0.AppointmentByIdQuery request, {$grpc.CallOptions? options,}) { + return $createUnaryCall(_$getByIdsMine, request, options: options); + } + $grpc.ResponseFuture<$0.AppointmentByFilterResult> find($0.AppointmentByFilterQuery request, {$grpc.CallOptions? options,}) { return $createUnaryCall(_$find, request, options: options); } @@ -84,6 +88,10 @@ class AppointmentQueryClient extends $grpc.Client { '/api.AppointmentQuery/GetByIds', ($0.AppointmentByIdQuery value) => value.writeToBuffer(), $0.AppointmentByIdResult.fromBuffer); + static final _$getByIdsMine = $grpc.ClientMethod<$0.AppointmentByIdQuery, $0.AppointmentByIdResult>( + '/api.AppointmentQuery/GetByIdsMine', + ($0.AppointmentByIdQuery value) => value.writeToBuffer(), + $0.AppointmentByIdResult.fromBuffer); static final _$find = $grpc.ClientMethod<$0.AppointmentByFilterQuery, $0.AppointmentByFilterResult>( '/api.AppointmentQuery/Find', ($0.AppointmentByFilterQuery value) => value.writeToBuffer(), @@ -138,6 +146,13 @@ abstract class AppointmentQueryServiceBase extends $grpc.Service { false, ($core.List<$core.int> value) => $0.AppointmentByIdQuery.fromBuffer(value), ($0.AppointmentByIdResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$0.AppointmentByIdQuery, $0.AppointmentByIdResult>( + 'GetByIdsMine', + getByIdsMine_Pre, + false, + false, + ($core.List<$core.int> value) => $0.AppointmentByIdQuery.fromBuffer(value), + ($0.AppointmentByIdResult value) => value.writeToBuffer())); $addMethod($grpc.ServiceMethod<$0.AppointmentByFilterQuery, $0.AppointmentByFilterResult>( 'Find', find_Pre, @@ -216,6 +231,12 @@ abstract class AppointmentQueryServiceBase extends $grpc.Service { $async.Future<$0.AppointmentByIdResult> getByIds($grpc.ServiceCall call, $0.AppointmentByIdQuery request); + $async.Future<$0.AppointmentByIdResult> getByIdsMine_Pre($grpc.ServiceCall $call, $async.Future<$0.AppointmentByIdQuery> $request) async { + return getByIdsMine($call, await $request); + } + + $async.Future<$0.AppointmentByIdResult> getByIdsMine($grpc.ServiceCall call, $0.AppointmentByIdQuery request); + $async.Future<$0.AppointmentByFilterResult> find_Pre($grpc.ServiceCall $call, $async.Future<$0.AppointmentByFilterQuery> $request) async { return find($call, await $request); } diff --git a/pubspec.yaml b/pubspec.yaml index e07237a2..ad520549 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dart_core_sdk description: dart libs from core model proto files -version: 1.14.0-SNAPSHOT-260608112943 +version: 1.14.0-SNAPSHOT-260609085649 homepage: '' publish_to: '' repository: ''