Latest generation

This commit is contained in:
ci core model
2025-05-14 13:23:24 +00:00
parent 9ea17d3abe
commit b61709b2fa
177 changed files with 13987 additions and 14240 deletions

View File

@@ -15,48 +15,44 @@ import 'dart:core' as $core;
import 'package:grpc/service_api.dart' as $grpc;
import 'package:protobuf/protobuf.dart' as $pb;
import 'partnerInput.pb.dart' as $47;
import 'partnerInput.pb.dart' as $48;
export 'partnerInput.pb.dart';
@$pb.GrpcServiceName('api.PartnerInputAPI')
class PartnerInputAPIClient extends $grpc.Client {
static final _$created = $grpc.ClientMethod<$47.PartnerCreatedRequest, $47.PartnerCreatedResponse>(
static final _$created = $grpc.ClientMethod<$48.PartnerCreatedRequest, $48.PartnerCreatedResponse>(
'/api.PartnerInputAPI/Created',
($47.PartnerCreatedRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $47.PartnerCreatedResponse.fromBuffer(value));
static final _$deleted = $grpc.ClientMethod<$47.PartnerDeletedRequest, $47.PartnerDeletedResponse>(
($48.PartnerCreatedRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $48.PartnerCreatedResponse.fromBuffer(value));
static final _$deleted = $grpc.ClientMethod<$48.PartnerDeletedRequest, $48.PartnerDeletedResponse>(
'/api.PartnerInputAPI/Deleted',
($47.PartnerDeletedRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $47.PartnerDeletedResponse.fromBuffer(value));
static final _$attachmentAdded = $grpc.ClientMethod<$47.PartnerAttachmentAddedRequest, $47.PartnerAttachmentAddedResponse>(
($48.PartnerDeletedRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $48.PartnerDeletedResponse.fromBuffer(value));
static final _$attachmentAdded = $grpc.ClientMethod<$48.PartnerAttachmentAddedRequest, $48.PartnerAttachmentAddedResponse>(
'/api.PartnerInputAPI/AttachmentAdded',
($47.PartnerAttachmentAddedRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $47.PartnerAttachmentAddedResponse.fromBuffer(value));
static final _$attachmentRemoved = $grpc.ClientMethod<$47.PartnerAttachmentRemovedRequest, $47.PartnerAttachmentRemovedResponse>(
($48.PartnerAttachmentAddedRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $48.PartnerAttachmentAddedResponse.fromBuffer(value));
static final _$attachmentRemoved = $grpc.ClientMethod<$48.PartnerAttachmentRemovedRequest, $48.PartnerAttachmentRemovedResponse>(
'/api.PartnerInputAPI/AttachmentRemoved',
($47.PartnerAttachmentRemovedRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $47.PartnerAttachmentRemovedResponse.fromBuffer(value));
($48.PartnerAttachmentRemovedRequest value) => value.writeToBuffer(),
($core.List<$core.int> value) => $48.PartnerAttachmentRemovedResponse.fromBuffer(value));
PartnerInputAPIClient($grpc.ClientChannel channel,
{$grpc.CallOptions? options,
$core.Iterable<$grpc.ClientInterceptor>? interceptors})
: super(channel, options: options,
interceptors: interceptors);
PartnerInputAPIClient(super.channel, {super.options, super.interceptors});
$grpc.ResponseFuture<$47.PartnerCreatedResponse> created($47.PartnerCreatedRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$48.PartnerCreatedResponse> created($48.PartnerCreatedRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$created, request, options: options);
}
$grpc.ResponseFuture<$47.PartnerDeletedResponse> deleted($47.PartnerDeletedRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$48.PartnerDeletedResponse> deleted($48.PartnerDeletedRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$deleted, request, options: options);
}
$grpc.ResponseFuture<$47.PartnerAttachmentAddedResponse> attachmentAdded($47.PartnerAttachmentAddedRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$48.PartnerAttachmentAddedResponse> attachmentAdded($48.PartnerAttachmentAddedRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$attachmentAdded, request, options: options);
}
$grpc.ResponseFuture<$47.PartnerAttachmentRemovedResponse> attachmentRemoved($47.PartnerAttachmentRemovedRequest request, {$grpc.CallOptions? options}) {
$grpc.ResponseFuture<$48.PartnerAttachmentRemovedResponse> attachmentRemoved($48.PartnerAttachmentRemovedRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$attachmentRemoved, request, options: options);
}
}
@@ -66,54 +62,54 @@ abstract class PartnerInputAPIServiceBase extends $grpc.Service {
$core.String get $name => 'api.PartnerInputAPI';
PartnerInputAPIServiceBase() {
$addMethod($grpc.ServiceMethod<$47.PartnerCreatedRequest, $47.PartnerCreatedResponse>(
$addMethod($grpc.ServiceMethod<$48.PartnerCreatedRequest, $48.PartnerCreatedResponse>(
'Created',
created_Pre,
false,
false,
($core.List<$core.int> value) => $47.PartnerCreatedRequest.fromBuffer(value),
($47.PartnerCreatedResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$47.PartnerDeletedRequest, $47.PartnerDeletedResponse>(
($core.List<$core.int> value) => $48.PartnerCreatedRequest.fromBuffer(value),
($48.PartnerCreatedResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$48.PartnerDeletedRequest, $48.PartnerDeletedResponse>(
'Deleted',
deleted_Pre,
false,
false,
($core.List<$core.int> value) => $47.PartnerDeletedRequest.fromBuffer(value),
($47.PartnerDeletedResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$47.PartnerAttachmentAddedRequest, $47.PartnerAttachmentAddedResponse>(
($core.List<$core.int> value) => $48.PartnerDeletedRequest.fromBuffer(value),
($48.PartnerDeletedResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$48.PartnerAttachmentAddedRequest, $48.PartnerAttachmentAddedResponse>(
'AttachmentAdded',
attachmentAdded_Pre,
false,
false,
($core.List<$core.int> value) => $47.PartnerAttachmentAddedRequest.fromBuffer(value),
($47.PartnerAttachmentAddedResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$47.PartnerAttachmentRemovedRequest, $47.PartnerAttachmentRemovedResponse>(
($core.List<$core.int> value) => $48.PartnerAttachmentAddedRequest.fromBuffer(value),
($48.PartnerAttachmentAddedResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$48.PartnerAttachmentRemovedRequest, $48.PartnerAttachmentRemovedResponse>(
'AttachmentRemoved',
attachmentRemoved_Pre,
false,
false,
($core.List<$core.int> value) => $47.PartnerAttachmentRemovedRequest.fromBuffer(value),
($47.PartnerAttachmentRemovedResponse value) => value.writeToBuffer()));
($core.List<$core.int> value) => $48.PartnerAttachmentRemovedRequest.fromBuffer(value),
($48.PartnerAttachmentRemovedResponse value) => value.writeToBuffer()));
}
$async.Future<$47.PartnerCreatedResponse> created_Pre($grpc.ServiceCall $call, $async.Future<$47.PartnerCreatedRequest> $request) async {
$async.Future<$48.PartnerCreatedResponse> created_Pre($grpc.ServiceCall $call, $async.Future<$48.PartnerCreatedRequest> $request) async {
return created($call, await $request);
}
$async.Future<$47.PartnerDeletedResponse> deleted_Pre($grpc.ServiceCall $call, $async.Future<$47.PartnerDeletedRequest> $request) async {
$async.Future<$48.PartnerDeletedResponse> deleted_Pre($grpc.ServiceCall $call, $async.Future<$48.PartnerDeletedRequest> $request) async {
return deleted($call, await $request);
}
$async.Future<$47.PartnerAttachmentAddedResponse> attachmentAdded_Pre($grpc.ServiceCall $call, $async.Future<$47.PartnerAttachmentAddedRequest> $request) async {
$async.Future<$48.PartnerAttachmentAddedResponse> attachmentAdded_Pre($grpc.ServiceCall $call, $async.Future<$48.PartnerAttachmentAddedRequest> $request) async {
return attachmentAdded($call, await $request);
}
$async.Future<$47.PartnerAttachmentRemovedResponse> attachmentRemoved_Pre($grpc.ServiceCall $call, $async.Future<$47.PartnerAttachmentRemovedRequest> $request) async {
$async.Future<$48.PartnerAttachmentRemovedResponse> attachmentRemoved_Pre($grpc.ServiceCall $call, $async.Future<$48.PartnerAttachmentRemovedRequest> $request) async {
return attachmentRemoved($call, await $request);
}
$async.Future<$47.PartnerCreatedResponse> created($grpc.ServiceCall call, $47.PartnerCreatedRequest request);
$async.Future<$47.PartnerDeletedResponse> deleted($grpc.ServiceCall call, $47.PartnerDeletedRequest request);
$async.Future<$47.PartnerAttachmentAddedResponse> attachmentAdded($grpc.ServiceCall call, $47.PartnerAttachmentAddedRequest request);
$async.Future<$47.PartnerAttachmentRemovedResponse> attachmentRemoved($grpc.ServiceCall call, $47.PartnerAttachmentRemovedRequest request);
$async.Future<$48.PartnerCreatedResponse> created($grpc.ServiceCall call, $48.PartnerCreatedRequest request);
$async.Future<$48.PartnerDeletedResponse> deleted($grpc.ServiceCall call, $48.PartnerDeletedRequest request);
$async.Future<$48.PartnerAttachmentAddedResponse> attachmentAdded($grpc.ServiceCall call, $48.PartnerAttachmentAddedRequest request);
$async.Future<$48.PartnerAttachmentRemovedResponse> attachmentRemoved($grpc.ServiceCall call, $48.PartnerAttachmentRemovedRequest request);
}