conversions6

This commit is contained in:
Filipriec
2026-08-23 18:36:51 +02:00
parent 0c33d1fa5c
commit 6666f7a5b1
24 changed files with 45 additions and 51 deletions

Binary file not shown.

View File

@@ -68,7 +68,7 @@ pub struct JournalLineInput {
pub amount: ::prost::alloc::string::String,
#[prost(string, tag = "4")]
pub description: ::prost::alloc::string::String,
/// Empty uses previous publication and ECB. Set this per line when the
/// Empty uses the profile provider's previous publication. Set this per line when the
/// accountant needs a different rule, a saved custom rate, or a one-off rate.
#[prost(message, optional, tag = "5")]
pub exchange_rate_selection: ::core::option::Option<

View File

@@ -52,7 +52,7 @@ pub struct PreviewDirectConversionResponse {
#[prost(string, tag = "12")]
pub source_id: ::prost::alloc::string::String,
#[prost(int64, optional, tag = "13")]
pub rate_observation_id: ::core::option::Option<i64>,
pub official_observation_id: ::core::option::Option<i64>,
#[prost(string, optional, tag = "14")]
pub observation_hash: ::core::option::Option<::prost::alloc::string::String>,
#[prost(string, optional, tag = "15")]
@@ -126,7 +126,7 @@ pub struct ConversionEvidence {
#[prost(string, tag = "15")]
pub source_id: ::prost::alloc::string::String,
#[prost(int64, optional, tag = "16")]
pub rate_observation_id: ::core::option::Option<i64>,
pub official_observation_id: ::core::option::Option<i64>,
#[prost(string, optional, tag = "17")]
pub observation_hash: ::core::option::Option<::prost::alloc::string::String>,
#[prost(string, optional, tag = "18")]

View File

@@ -52,7 +52,7 @@ pub struct PostTableDefinitionRequest {
#[prost(string, tag = "8")]
pub accounting_currency: ::prost::alloc::string::String,
/// Compiled direct-rate provider selected when the profile is created.
/// Currently only "ecb" is available, and it requires EUR accounting.
/// The server validates this identifier against its compiled provider registry.
#[prost(string, tag = "11")]
pub rate_source_id: ::prost::alloc::string::String,
/// Append-only foreign currencies initially enabled for this profile.