using unified system
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
// This file is @generated by prost-build.
|
||||
#[derive(serde::Serialize, serde::Deserialize)]
|
||||
#[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
|
||||
pub struct GetEcbPipelineStatusRequest {
|
||||
#[prost(int32, tag = "1")]
|
||||
pub batch_limit: i32,
|
||||
}
|
||||
#[derive(serde::Serialize, serde::Deserialize)]
|
||||
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
|
||||
pub struct EcbImportBatch {
|
||||
#[prost(int64, tag = "1")]
|
||||
@@ -29,6 +31,7 @@ pub struct EcbImportBatch {
|
||||
#[prost(string, optional, tag = "11")]
|
||||
pub error_message: ::core::option::Option<::prost::alloc::string::String>,
|
||||
}
|
||||
#[derive(serde::Serialize, serde::Deserialize)]
|
||||
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
|
||||
pub struct EcbCurrencyCoverage {
|
||||
#[prost(string, tag = "1")]
|
||||
@@ -40,6 +43,7 @@ pub struct EcbCurrencyCoverage {
|
||||
#[prost(string, optional, tag = "4")]
|
||||
pub verified_through_date: ::core::option::Option<::prost::alloc::string::String>,
|
||||
}
|
||||
#[derive(serde::Serialize, serde::Deserialize)]
|
||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||
pub struct GetEcbPipelineStatusResponse {
|
||||
#[prost(string, optional, tag = "1")]
|
||||
|
||||
Reference in New Issue
Block a user