Autogenerated update for 3476ecaee0...7646d55b34

This commit is contained in:
2025-07-18 05:08:57 +00:00
parent 2253aa2294
commit a09deedc90

View File

@@ -95,7 +95,7 @@ pub mod validator_mapfix_service_client {
pub async fn create(
&mut self,
request: impl tonic::IntoRequest<super::MapfixCreate>,
) -> std::result::Result<tonic::Response<super::NullResponse>, tonic::Status> {
) -> std::result::Result<tonic::Response<super::MapfixId>, tonic::Status> {
self.inner
.ready()
.await
@@ -339,7 +339,7 @@ pub mod validator_mapfix_service_server {
async fn create(
&self,
request: tonic::Request<super::MapfixCreate>,
) -> std::result::Result<tonic::Response<super::NullResponse>, tonic::Status>;
) -> std::result::Result<tonic::Response<super::MapfixId>, tonic::Status>;
async fn create_audit_error(
&self,
request: tonic::Request<super::AuditErrorRequest>,
@@ -456,7 +456,7 @@ pub mod validator_mapfix_service_server {
impl<
T: ValidatorMapfixService,
> tonic::server::UnaryService<super::MapfixCreate> for CreateSvc<T> {
type Response = super::NullResponse;
type Response = super::MapfixId;
type Future = BoxFuture<
tonic::Response<Self::Response>,
tonic::Status,
@@ -1026,7 +1026,7 @@ pub mod validator_submission_service_client {
pub async fn create(
&mut self,
request: impl tonic::IntoRequest<super::SubmissionCreate>,
) -> std::result::Result<tonic::Response<super::NullResponse>, tonic::Status> {
) -> std::result::Result<tonic::Response<super::SubmissionId>, tonic::Status> {
self.inner
.ready()
.await
@@ -1272,7 +1272,7 @@ pub mod validator_submission_service_server {
async fn create(
&self,
request: tonic::Request<super::SubmissionCreate>,
) -> std::result::Result<tonic::Response<super::NullResponse>, tonic::Status>;
) -> std::result::Result<tonic::Response<super::SubmissionId>, tonic::Status>;
async fn create_audit_error(
&self,
request: tonic::Request<super::AuditErrorRequest>,
@@ -1390,7 +1390,7 @@ pub mod validator_submission_service_server {
T: ValidatorSubmissionService,
> tonic::server::UnaryService<super::SubmissionCreate>
for CreateSvc<T> {
type Response = super::NullResponse;
type Response = super::SubmissionId;
type Future = BoxFuture<
tonic::Response<Self::Response>,
tonic::Status,