currencies in client never drifts from the server from now on

This commit is contained in:
Priec
2026-09-02 17:12:26 +02:00
parent 4ba518ab4e
commit 94ea9d1f7f
6 changed files with 28 additions and 2 deletions

View File

@@ -734,6 +734,10 @@ pub struct ListColumnTypesResponse {
/// Every column type, declarable or not, ordered by name.
#[prost(message, repeated, tag = "1")]
pub column_types: ::prost::alloc::vec::Vec<list_column_types_response::ColumnType>,
/// Every canonical ISO-4217 code accepted by currency-bearing columns and
/// profile accounting settings, ordered alphabetically.
#[prost(string, repeated, tag = "2")]
pub currency_codes: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
}
/// Nested message and enum types in `ListColumnTypesResponse`.
pub mod list_column_types_response {