Latest generation

This commit is contained in:
ci core model
2025-03-31 12:58:50 +00:00
parent ca987a8e5b
commit 79f3015ef8
450 changed files with 8802 additions and 8388 deletions

View File

@@ -2,7 +2,7 @@
// Generated code. Do not modify.
// source: trackingInput.proto
//
// @dart = 2.12
// @dart = 3.3
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
// ignore_for_file: constant_identifier_names, library_prefixes
@@ -68,6 +68,7 @@ class TrackingInputAPIClient extends $grpc.Client {
return $createUnaryCall(_$eTAUpdated, request, options: options);
}
@$core.Deprecated('This method is deprecated')
$grpc.ResponseFuture<$27.TrackingDispatchedResponse> dispatched($27.TrackingDispatchedRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$dispatched, request, options: options);
}
@@ -156,36 +157,36 @@ abstract class TrackingInputAPIServiceBase extends $grpc.Service {
($27.TrackingDeletedResponse value) => value.writeToBuffer()));
}
$async.Future<$27.TrackingNotifiedResponse> notified_Pre($grpc.ServiceCall call, $async.Future<$27.TrackingNotifiedRequest> request) async {
return notified(call, await request);
$async.Future<$27.TrackingNotifiedResponse> notified_Pre($grpc.ServiceCall $call, $async.Future<$27.TrackingNotifiedRequest> $request) async {
return notified($call, await $request);
}
$async.Future<$27.TrackingETAUpdatedResponse> eTAUpdated_Pre($grpc.ServiceCall call, $async.Future<$27.TrackingETAUpdatedRequest> request) async {
return eTAUpdated(call, await request);
$async.Future<$27.TrackingETAUpdatedResponse> eTAUpdated_Pre($grpc.ServiceCall $call, $async.Future<$27.TrackingETAUpdatedRequest> $request) async {
return eTAUpdated($call, await $request);
}
$async.Future<$27.TrackingDispatchedResponse> dispatched_Pre($grpc.ServiceCall call, $async.Future<$27.TrackingDispatchedRequest> request) async {
return dispatched(call, await request);
$async.Future<$27.TrackingDispatchedResponse> dispatched_Pre($grpc.ServiceCall $call, $async.Future<$27.TrackingDispatchedRequest> $request) async {
return dispatched($call, await $request);
}
$async.Future<$27.TrackingHULabeledResponse> hULabeled_Pre($grpc.ServiceCall call, $async.Future<$27.TrackingHULabeledRequest> request) async {
return hULabeled(call, await request);
$async.Future<$27.TrackingHULabeledResponse> hULabeled_Pre($grpc.ServiceCall $call, $async.Future<$27.TrackingHULabeledRequest> $request) async {
return hULabeled($call, await $request);
}
$async.Future<$27.TrackingSwitchedResponse> switched_Pre($grpc.ServiceCall call, $async.Future<$27.TrackingSwitchedRequest> request) async {
return switched(call, await request);
$async.Future<$27.TrackingSwitchedResponse> switched_Pre($grpc.ServiceCall $call, $async.Future<$27.TrackingSwitchedRequest> $request) async {
return switched($call, await $request);
}
$async.Future<$27.TrackingAttachmentAddedResponse> attachmentAdded_Pre($grpc.ServiceCall call, $async.Future<$27.TrackingAttachmentAddedRequest> request) async {
return attachmentAdded(call, await request);
$async.Future<$27.TrackingAttachmentAddedResponse> attachmentAdded_Pre($grpc.ServiceCall $call, $async.Future<$27.TrackingAttachmentAddedRequest> $request) async {
return attachmentAdded($call, await $request);
}
$async.Future<$27.TrackingAttachmentRemovedResponse> attachmentRemoved_Pre($grpc.ServiceCall call, $async.Future<$27.TrackingAttachmentRemovedRequest> request) async {
return attachmentRemoved(call, await request);
$async.Future<$27.TrackingAttachmentRemovedResponse> attachmentRemoved_Pre($grpc.ServiceCall $call, $async.Future<$27.TrackingAttachmentRemovedRequest> $request) async {
return attachmentRemoved($call, await $request);
}
$async.Future<$27.TrackingDeletedResponse> deleted_Pre($grpc.ServiceCall call, $async.Future<$27.TrackingDeletedRequest> request) async {
return deleted(call, await request);
$async.Future<$27.TrackingDeletedResponse> deleted_Pre($grpc.ServiceCall $call, $async.Future<$27.TrackingDeletedRequest> $request) async {
return deleted($call, await $request);
}
$async.Future<$27.TrackingNotifiedResponse> notified($grpc.ServiceCall call, $27.TrackingNotifiedRequest request);