multirow reference in the client
This commit is contained in:
@@ -45,10 +45,11 @@ pub struct PostTableDefinitionRequest {
|
||||
/// ISO-4217 base currency used by every MONEY column in this table.
|
||||
#[prost(string, tag = "6")]
|
||||
pub base_currency: ::prost::alloc::string::String,
|
||||
/// Column whose value identifies a row to users in pickers. "id" is always
|
||||
/// valid; otherwise this must name one of the user-defined columns above.
|
||||
#[prost(string, tag = "7")]
|
||||
pub row_display_column: ::prost::alloc::string::String,
|
||||
/// Columns whose values identify a row to users in pickers, in the order
|
||||
/// they are shown. Each must name one of the user-defined columns above.
|
||||
/// Empty means the row is identified by its id alone.
|
||||
#[prost(string, repeated, tag = "7")]
|
||||
pub row_display_columns: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
|
||||
/// ISO-4217 currency the profile keeps its accounting in. A profile is one
|
||||
/// accounting entity and keeps one set of books, so this is required only when
|
||||
/// the request creates the profile, and is ignored afterwards. It is unrelated
|
||||
@@ -82,8 +83,8 @@ pub struct CreateInvoiceTemplateTableRequest {
|
||||
pub typst_source: ::prost::alloc::string::String,
|
||||
#[prost(string, tag = "4")]
|
||||
pub base_currency: ::prost::alloc::string::String,
|
||||
#[prost(string, tag = "5")]
|
||||
pub row_display_column: ::prost::alloc::string::String,
|
||||
#[prost(string, repeated, tag = "5")]
|
||||
pub row_display_columns: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
|
||||
}
|
||||
/// One physical dynamic table created for an invoice template scope. The root
|
||||
/// has an empty collection_path and parent_table_name. Each \[\] scope names its
|
||||
@@ -205,9 +206,11 @@ pub mod profile_tree_response {
|
||||
/// Other tables this one references (based on link definitions only).
|
||||
#[prost(string, repeated, tag = "3")]
|
||||
pub depends_on: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
|
||||
/// Column whose value is used as the human-readable row label.
|
||||
#[prost(string, tag = "4")]
|
||||
pub row_display_column: ::prost::alloc::string::String,
|
||||
/// Columns whose values make up the human-readable row label, in order.
|
||||
#[prost(string, repeated, tag = "4")]
|
||||
pub row_display_columns: ::prost::alloc::vec::Vec<
|
||||
::prost::alloc::string::String,
|
||||
>,
|
||||
/// "dynamic" for user-defined tables, "system" for backend-managed tables.
|
||||
#[prost(string, tag = "5")]
|
||||
pub table_kind: ::prost::alloc::string::String,
|
||||
@@ -313,8 +316,8 @@ pub struct TableDetail {
|
||||
pub scripts: ::prost::alloc::vec::Vec<ScriptInfo>,
|
||||
#[prost(string, tag = "5")]
|
||||
pub base_currency: ::prost::alloc::string::String,
|
||||
#[prost(string, tag = "6")]
|
||||
pub row_display_column: ::prost::alloc::string::String,
|
||||
#[prost(string, repeated, tag = "6")]
|
||||
pub row_display_columns: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
|
||||
#[prost(map = "string, message", tag = "7")]
|
||||
pub column_behaviors: ::std::collections::HashMap<
|
||||
::prost::alloc::string::String,
|
||||
|
||||
Reference in New Issue
Block a user