conversions5

This commit is contained in:
Filipriec
2026-08-23 15:50:03 +02:00
parent af7016e4c7
commit 0c33d1fa5c
20 changed files with 1197 additions and 845 deletions

View File

@@ -55,7 +55,7 @@ pub struct PostAccountingTableDataRequest {
pub row: ::core::option::Option<PostTableDataRequest>,
#[prost(message, optional, tag = "2")]
pub exchange_rate_selection: ::core::option::Option<
super::ecb::ExchangeRateSelection,
super::exchange_rates::ExchangeRateSelection,
>,
}
/// Insert response.
@@ -173,7 +173,7 @@ pub struct PutAccountingTableDataRequest {
pub update: ::core::option::Option<PutTableDataRequest>,
#[prost(message, optional, tag = "2")]
pub exchange_rate_selection: ::core::option::Option<
super::ecb::ExchangeRateSelection,
super::exchange_rates::ExchangeRateSelection,
>,
#[prost(bool, tag = "3")]
pub confirmed: bool,