Latest generation

This commit is contained in:
ci core model
2025-04-28 11:35:10 +00:00
parent 5c663383eb
commit 120d0b52ed
161 changed files with 23587 additions and 10095 deletions

View File

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