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

View File

@@ -56,7 +56,7 @@ message PreviewDirectConversionResponse {
optional string foreign_currency = 10;
optional string foreign_units = 11;
string source_id = 12;
optional int64 rate_observation_id = 13;
optional int64 official_observation_id = 13;
optional string observation_hash = 14;
optional string source_payload_hash = 15;
optional string rate_fetched_at = 16;
@@ -96,7 +96,7 @@ message ConversionEvidence {
string rounding_method = 13;
optional string rate_date = 14;
string source_id = 15;
optional int64 rate_observation_id = 16;
optional int64 official_observation_id = 16;
optional string observation_hash = 17;
optional string source_payload_hash = 18;
optional string rate_fetched_at = 19;