You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -15,40 +15,40 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'movementInput.pb.dart' as $24;
|
||||
import 'movementInput.pb.dart' as $48;
|
||||
|
||||
export 'movementInput.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('api.MovementInputAPI')
|
||||
class MovementInputAPIClient extends $grpc.Client {
|
||||
static final _$created = $grpc.ClientMethod<$24.MovementCreatedRequest, $24.MovementCreatedResponse>(
|
||||
static final _$created = $grpc.ClientMethod<$48.MovementCreatedRequest, $48.MovementCreatedResponse>(
|
||||
'/api.MovementInputAPI/Created',
|
||||
($24.MovementCreatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $24.MovementCreatedResponse.fromBuffer(value));
|
||||
static final _$generated = $grpc.ClientMethod<$24.MovementGeneratedRequest, $24.MovementGeneratedResponse>(
|
||||
($48.MovementCreatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $48.MovementCreatedResponse.fromBuffer(value));
|
||||
static final _$generated = $grpc.ClientMethod<$48.MovementGeneratedRequest, $48.MovementGeneratedResponse>(
|
||||
'/api.MovementInputAPI/Generated',
|
||||
($24.MovementGeneratedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $24.MovementGeneratedResponse.fromBuffer(value));
|
||||
static final _$stockValueUpdated = $grpc.ClientMethod<$24.MovementStockValueUpdatedRequest, $24.MovementStockValueUpdatedResponse>(
|
||||
($48.MovementGeneratedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $48.MovementGeneratedResponse.fromBuffer(value));
|
||||
static final _$stockValueUpdated = $grpc.ClientMethod<$48.MovementStockValueUpdatedRequest, $48.MovementStockValueUpdatedResponse>(
|
||||
'/api.MovementInputAPI/StockValueUpdated',
|
||||
($24.MovementStockValueUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $24.MovementStockValueUpdatedResponse.fromBuffer(value));
|
||||
static final _$claimAdded = $grpc.ClientMethod<$24.MovementClaimAddedRequest, $24.MovementClaimAddedResponse>(
|
||||
($48.MovementStockValueUpdatedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $48.MovementStockValueUpdatedResponse.fromBuffer(value));
|
||||
static final _$claimAdded = $grpc.ClientMethod<$48.MovementClaimAddedRequest, $48.MovementClaimAddedResponse>(
|
||||
'/api.MovementInputAPI/ClaimAdded',
|
||||
($24.MovementClaimAddedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $24.MovementClaimAddedResponse.fromBuffer(value));
|
||||
static final _$attachmentAdded = $grpc.ClientMethod<$24.MovementAttachmentAddedRequest, $24.MovementAttachmentAddedResponse>(
|
||||
($48.MovementClaimAddedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $48.MovementClaimAddedResponse.fromBuffer(value));
|
||||
static final _$attachmentAdded = $grpc.ClientMethod<$48.MovementAttachmentAddedRequest, $48.MovementAttachmentAddedResponse>(
|
||||
'/api.MovementInputAPI/AttachmentAdded',
|
||||
($24.MovementAttachmentAddedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $24.MovementAttachmentAddedResponse.fromBuffer(value));
|
||||
static final _$attachmentRemoved = $grpc.ClientMethod<$24.MovementAttachmentRemovedRequest, $24.MovementAttachmentRemovedResponse>(
|
||||
($48.MovementAttachmentAddedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $48.MovementAttachmentAddedResponse.fromBuffer(value));
|
||||
static final _$attachmentRemoved = $grpc.ClientMethod<$48.MovementAttachmentRemovedRequest, $48.MovementAttachmentRemovedResponse>(
|
||||
'/api.MovementInputAPI/AttachmentRemoved',
|
||||
($24.MovementAttachmentRemovedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $24.MovementAttachmentRemovedResponse.fromBuffer(value));
|
||||
static final _$deleted = $grpc.ClientMethod<$24.MovementDeletedRequest, $24.MovementDeletedResponse>(
|
||||
($48.MovementAttachmentRemovedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $48.MovementAttachmentRemovedResponse.fromBuffer(value));
|
||||
static final _$deleted = $grpc.ClientMethod<$48.MovementDeletedRequest, $48.MovementDeletedResponse>(
|
||||
'/api.MovementInputAPI/Deleted',
|
||||
($24.MovementDeletedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $24.MovementDeletedResponse.fromBuffer(value));
|
||||
($48.MovementDeletedRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $48.MovementDeletedResponse.fromBuffer(value));
|
||||
|
||||
MovementInputAPIClient($grpc.ClientChannel channel,
|
||||
{$grpc.CallOptions? options,
|
||||
@@ -56,31 +56,31 @@ class MovementInputAPIClient extends $grpc.Client {
|
||||
: super(channel, options: options,
|
||||
interceptors: interceptors);
|
||||
|
||||
$grpc.ResponseFuture<$24.MovementCreatedResponse> created($24.MovementCreatedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$48.MovementCreatedResponse> created($48.MovementCreatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$created, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$24.MovementGeneratedResponse> generated($24.MovementGeneratedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$48.MovementGeneratedResponse> generated($48.MovementGeneratedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$generated, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$24.MovementStockValueUpdatedResponse> stockValueUpdated($24.MovementStockValueUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$48.MovementStockValueUpdatedResponse> stockValueUpdated($48.MovementStockValueUpdatedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$stockValueUpdated, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$24.MovementClaimAddedResponse> claimAdded($24.MovementClaimAddedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$48.MovementClaimAddedResponse> claimAdded($48.MovementClaimAddedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$claimAdded, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$24.MovementAttachmentAddedResponse> attachmentAdded($24.MovementAttachmentAddedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$48.MovementAttachmentAddedResponse> attachmentAdded($48.MovementAttachmentAddedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$attachmentAdded, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$24.MovementAttachmentRemovedResponse> attachmentRemoved($24.MovementAttachmentRemovedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$48.MovementAttachmentRemovedResponse> attachmentRemoved($48.MovementAttachmentRemovedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$attachmentRemoved, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$24.MovementDeletedResponse> deleted($24.MovementDeletedRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$48.MovementDeletedResponse> deleted($48.MovementDeletedRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleted, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -90,90 +90,90 @@ abstract class MovementInputAPIServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'api.MovementInputAPI';
|
||||
|
||||
MovementInputAPIServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$24.MovementCreatedRequest, $24.MovementCreatedResponse>(
|
||||
$addMethod($grpc.ServiceMethod<$48.MovementCreatedRequest, $48.MovementCreatedResponse>(
|
||||
'Created',
|
||||
created_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $24.MovementCreatedRequest.fromBuffer(value),
|
||||
($24.MovementCreatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$24.MovementGeneratedRequest, $24.MovementGeneratedResponse>(
|
||||
($core.List<$core.int> value) => $48.MovementCreatedRequest.fromBuffer(value),
|
||||
($48.MovementCreatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$48.MovementGeneratedRequest, $48.MovementGeneratedResponse>(
|
||||
'Generated',
|
||||
generated_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $24.MovementGeneratedRequest.fromBuffer(value),
|
||||
($24.MovementGeneratedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$24.MovementStockValueUpdatedRequest, $24.MovementStockValueUpdatedResponse>(
|
||||
($core.List<$core.int> value) => $48.MovementGeneratedRequest.fromBuffer(value),
|
||||
($48.MovementGeneratedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$48.MovementStockValueUpdatedRequest, $48.MovementStockValueUpdatedResponse>(
|
||||
'StockValueUpdated',
|
||||
stockValueUpdated_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $24.MovementStockValueUpdatedRequest.fromBuffer(value),
|
||||
($24.MovementStockValueUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$24.MovementClaimAddedRequest, $24.MovementClaimAddedResponse>(
|
||||
($core.List<$core.int> value) => $48.MovementStockValueUpdatedRequest.fromBuffer(value),
|
||||
($48.MovementStockValueUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$48.MovementClaimAddedRequest, $48.MovementClaimAddedResponse>(
|
||||
'ClaimAdded',
|
||||
claimAdded_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $24.MovementClaimAddedRequest.fromBuffer(value),
|
||||
($24.MovementClaimAddedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$24.MovementAttachmentAddedRequest, $24.MovementAttachmentAddedResponse>(
|
||||
($core.List<$core.int> value) => $48.MovementClaimAddedRequest.fromBuffer(value),
|
||||
($48.MovementClaimAddedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$48.MovementAttachmentAddedRequest, $48.MovementAttachmentAddedResponse>(
|
||||
'AttachmentAdded',
|
||||
attachmentAdded_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $24.MovementAttachmentAddedRequest.fromBuffer(value),
|
||||
($24.MovementAttachmentAddedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$24.MovementAttachmentRemovedRequest, $24.MovementAttachmentRemovedResponse>(
|
||||
($core.List<$core.int> value) => $48.MovementAttachmentAddedRequest.fromBuffer(value),
|
||||
($48.MovementAttachmentAddedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$48.MovementAttachmentRemovedRequest, $48.MovementAttachmentRemovedResponse>(
|
||||
'AttachmentRemoved',
|
||||
attachmentRemoved_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $24.MovementAttachmentRemovedRequest.fromBuffer(value),
|
||||
($24.MovementAttachmentRemovedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$24.MovementDeletedRequest, $24.MovementDeletedResponse>(
|
||||
($core.List<$core.int> value) => $48.MovementAttachmentRemovedRequest.fromBuffer(value),
|
||||
($48.MovementAttachmentRemovedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$48.MovementDeletedRequest, $48.MovementDeletedResponse>(
|
||||
'Deleted',
|
||||
deleted_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $24.MovementDeletedRequest.fromBuffer(value),
|
||||
($24.MovementDeletedResponse value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $48.MovementDeletedRequest.fromBuffer(value),
|
||||
($48.MovementDeletedResponse value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$24.MovementCreatedResponse> created_Pre($grpc.ServiceCall $call, $async.Future<$24.MovementCreatedRequest> $request) async {
|
||||
$async.Future<$48.MovementCreatedResponse> created_Pre($grpc.ServiceCall $call, $async.Future<$48.MovementCreatedRequest> $request) async {
|
||||
return created($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$24.MovementGeneratedResponse> generated_Pre($grpc.ServiceCall $call, $async.Future<$24.MovementGeneratedRequest> $request) async {
|
||||
$async.Future<$48.MovementGeneratedResponse> generated_Pre($grpc.ServiceCall $call, $async.Future<$48.MovementGeneratedRequest> $request) async {
|
||||
return generated($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$24.MovementStockValueUpdatedResponse> stockValueUpdated_Pre($grpc.ServiceCall $call, $async.Future<$24.MovementStockValueUpdatedRequest> $request) async {
|
||||
$async.Future<$48.MovementStockValueUpdatedResponse> stockValueUpdated_Pre($grpc.ServiceCall $call, $async.Future<$48.MovementStockValueUpdatedRequest> $request) async {
|
||||
return stockValueUpdated($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$24.MovementClaimAddedResponse> claimAdded_Pre($grpc.ServiceCall $call, $async.Future<$24.MovementClaimAddedRequest> $request) async {
|
||||
$async.Future<$48.MovementClaimAddedResponse> claimAdded_Pre($grpc.ServiceCall $call, $async.Future<$48.MovementClaimAddedRequest> $request) async {
|
||||
return claimAdded($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$24.MovementAttachmentAddedResponse> attachmentAdded_Pre($grpc.ServiceCall $call, $async.Future<$24.MovementAttachmentAddedRequest> $request) async {
|
||||
$async.Future<$48.MovementAttachmentAddedResponse> attachmentAdded_Pre($grpc.ServiceCall $call, $async.Future<$48.MovementAttachmentAddedRequest> $request) async {
|
||||
return attachmentAdded($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$24.MovementAttachmentRemovedResponse> attachmentRemoved_Pre($grpc.ServiceCall $call, $async.Future<$24.MovementAttachmentRemovedRequest> $request) async {
|
||||
$async.Future<$48.MovementAttachmentRemovedResponse> attachmentRemoved_Pre($grpc.ServiceCall $call, $async.Future<$48.MovementAttachmentRemovedRequest> $request) async {
|
||||
return attachmentRemoved($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$24.MovementDeletedResponse> deleted_Pre($grpc.ServiceCall $call, $async.Future<$24.MovementDeletedRequest> $request) async {
|
||||
$async.Future<$48.MovementDeletedResponse> deleted_Pre($grpc.ServiceCall $call, $async.Future<$48.MovementDeletedRequest> $request) async {
|
||||
return deleted($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$24.MovementCreatedResponse> created($grpc.ServiceCall call, $24.MovementCreatedRequest request);
|
||||
$async.Future<$24.MovementGeneratedResponse> generated($grpc.ServiceCall call, $24.MovementGeneratedRequest request);
|
||||
$async.Future<$24.MovementStockValueUpdatedResponse> stockValueUpdated($grpc.ServiceCall call, $24.MovementStockValueUpdatedRequest request);
|
||||
$async.Future<$24.MovementClaimAddedResponse> claimAdded($grpc.ServiceCall call, $24.MovementClaimAddedRequest request);
|
||||
$async.Future<$24.MovementAttachmentAddedResponse> attachmentAdded($grpc.ServiceCall call, $24.MovementAttachmentAddedRequest request);
|
||||
$async.Future<$24.MovementAttachmentRemovedResponse> attachmentRemoved($grpc.ServiceCall call, $24.MovementAttachmentRemovedRequest request);
|
||||
$async.Future<$24.MovementDeletedResponse> deleted($grpc.ServiceCall call, $24.MovementDeletedRequest request);
|
||||
$async.Future<$48.MovementCreatedResponse> created($grpc.ServiceCall call, $48.MovementCreatedRequest request);
|
||||
$async.Future<$48.MovementGeneratedResponse> generated($grpc.ServiceCall call, $48.MovementGeneratedRequest request);
|
||||
$async.Future<$48.MovementStockValueUpdatedResponse> stockValueUpdated($grpc.ServiceCall call, $48.MovementStockValueUpdatedRequest request);
|
||||
$async.Future<$48.MovementClaimAddedResponse> claimAdded($grpc.ServiceCall call, $48.MovementClaimAddedRequest request);
|
||||
$async.Future<$48.MovementAttachmentAddedResponse> attachmentAdded($grpc.ServiceCall call, $48.MovementAttachmentAddedRequest request);
|
||||
$async.Future<$48.MovementAttachmentRemovedResponse> attachmentRemoved($grpc.ServiceCall call, $48.MovementAttachmentRemovedRequest request);
|
||||
$async.Future<$48.MovementDeletedResponse> deleted($grpc.ServiceCall call, $48.MovementDeletedRequest request);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user