diff --git a/CHANGELOG.md b/CHANGELOG.md index 71c9409e..9da594d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.14.0-SNAPSHOT-260616132800 +Lib version: 1.14.0-SNAPSHOT-260616135258 diff --git a/lib/messaging.pbgrpc.dart b/lib/messaging.pbgrpc.dart index d157581b..9e28eb7a 100644 --- a/lib/messaging.pbgrpc.dart +++ b/lib/messaging.pbgrpc.dart @@ -36,12 +36,12 @@ class MessagingServiceClient extends $grpc.Client { return $createUnaryCall(_$sendSMS, request, options: options); } - $grpc.ResponseFuture<$0.GetMessagingUsageResponse> getMessagingUsage($0.GetMessagingUsageRequest request, {$grpc.CallOptions? options,}) { - return $createUnaryCall(_$getMessagingUsage, request, options: options); + $grpc.ResponseFuture<$0.GetMessagingUsageResponse> getUsage($0.GetMessagingUsageRequest request, {$grpc.CallOptions? options,}) { + return $createUnaryCall(_$getUsage, request, options: options); } - $grpc.ResponseFuture<$0.IsMessagingMaxUsageReachedResponse> isMessagingMaxUsageReached($0.IsMessagingMaxUsageReachedRequest request, {$grpc.CallOptions? options,}) { - return $createUnaryCall(_$isMessagingMaxUsageReached, request, options: options); + $grpc.ResponseFuture<$0.IsMessagingMaxUsageReachedResponse> isMaxUsageReached($0.IsMessagingMaxUsageReachedRequest request, {$grpc.CallOptions? options,}) { + return $createUnaryCall(_$isMaxUsageReached, request, options: options); } // method descriptors @@ -50,12 +50,12 @@ class MessagingServiceClient extends $grpc.Client { '/api.MessagingService/SendSMS', ($0.SendSMSRequest value) => value.writeToBuffer(), $0.SendSMSResponse.fromBuffer); - static final _$getMessagingUsage = $grpc.ClientMethod<$0.GetMessagingUsageRequest, $0.GetMessagingUsageResponse>( - '/api.MessagingService/GetMessagingUsage', + static final _$getUsage = $grpc.ClientMethod<$0.GetMessagingUsageRequest, $0.GetMessagingUsageResponse>( + '/api.MessagingService/GetUsage', ($0.GetMessagingUsageRequest value) => value.writeToBuffer(), $0.GetMessagingUsageResponse.fromBuffer); - static final _$isMessagingMaxUsageReached = $grpc.ClientMethod<$0.IsMessagingMaxUsageReachedRequest, $0.IsMessagingMaxUsageReachedResponse>( - '/api.MessagingService/IsMessagingMaxUsageReached', + static final _$isMaxUsageReached = $grpc.ClientMethod<$0.IsMessagingMaxUsageReachedRequest, $0.IsMessagingMaxUsageReachedResponse>( + '/api.MessagingService/IsMaxUsageReached', ($0.IsMessagingMaxUsageReachedRequest value) => value.writeToBuffer(), $0.IsMessagingMaxUsageReachedResponse.fromBuffer); } @@ -73,15 +73,15 @@ abstract class MessagingServiceBase extends $grpc.Service { ($core.List<$core.int> value) => $0.SendSMSRequest.fromBuffer(value), ($0.SendSMSResponse value) => value.writeToBuffer())); $addMethod($grpc.ServiceMethod<$0.GetMessagingUsageRequest, $0.GetMessagingUsageResponse>( - 'GetMessagingUsage', - getMessagingUsage_Pre, + 'GetUsage', + getUsage_Pre, false, false, ($core.List<$core.int> value) => $0.GetMessagingUsageRequest.fromBuffer(value), ($0.GetMessagingUsageResponse value) => value.writeToBuffer())); $addMethod($grpc.ServiceMethod<$0.IsMessagingMaxUsageReachedRequest, $0.IsMessagingMaxUsageReachedResponse>( - 'IsMessagingMaxUsageReached', - isMessagingMaxUsageReached_Pre, + 'IsMaxUsageReached', + isMaxUsageReached_Pre, false, false, ($core.List<$core.int> value) => $0.IsMessagingMaxUsageReachedRequest.fromBuffer(value), @@ -94,16 +94,16 @@ abstract class MessagingServiceBase extends $grpc.Service { $async.Future<$0.SendSMSResponse> sendSMS($grpc.ServiceCall call, $0.SendSMSRequest request); - $async.Future<$0.GetMessagingUsageResponse> getMessagingUsage_Pre($grpc.ServiceCall $call, $async.Future<$0.GetMessagingUsageRequest> $request) async { - return getMessagingUsage($call, await $request); + $async.Future<$0.GetMessagingUsageResponse> getUsage_Pre($grpc.ServiceCall $call, $async.Future<$0.GetMessagingUsageRequest> $request) async { + return getUsage($call, await $request); } - $async.Future<$0.GetMessagingUsageResponse> getMessagingUsage($grpc.ServiceCall call, $0.GetMessagingUsageRequest request); + $async.Future<$0.GetMessagingUsageResponse> getUsage($grpc.ServiceCall call, $0.GetMessagingUsageRequest request); - $async.Future<$0.IsMessagingMaxUsageReachedResponse> isMessagingMaxUsageReached_Pre($grpc.ServiceCall $call, $async.Future<$0.IsMessagingMaxUsageReachedRequest> $request) async { - return isMessagingMaxUsageReached($call, await $request); + $async.Future<$0.IsMessagingMaxUsageReachedResponse> isMaxUsageReached_Pre($grpc.ServiceCall $call, $async.Future<$0.IsMessagingMaxUsageReachedRequest> $request) async { + return isMaxUsageReached($call, await $request); } - $async.Future<$0.IsMessagingMaxUsageReachedResponse> isMessagingMaxUsageReached($grpc.ServiceCall call, $0.IsMessagingMaxUsageReachedRequest request); + $async.Future<$0.IsMessagingMaxUsageReachedResponse> isMaxUsageReached($grpc.ServiceCall call, $0.IsMessagingMaxUsageReachedRequest request); } diff --git a/pubspec.yaml b/pubspec.yaml index c5f590e2..8f060b47 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-260616132800 +version: 1.14.0-SNAPSHOT-260616135258 homepage: '' publish_to: '' repository: ''