automatic accounting - removing deprecacy/legacy

This commit is contained in:
Priec
2026-07-22 12:22:24 +02:00
parent 7c022daab5
commit d10546715a
15 changed files with 17 additions and 32 deletions

View File

@@ -45,11 +45,6 @@ pub struct PostTableDataRequest {
::prost::alloc::string::String,
::prost_types::Value,
>,
/// Optional. Existing journal that receives the posting generated for this row.
/// Required when the table has an active after-insert posting script and rejected
/// when the table has no active posting script.
#[prost(int64, optional, tag = "4")]
pub journal_id: ::core::option::Option<i64>,
}
/// Insert response.
#[derive(Clone, PartialEq, ::prost::Message)]
@@ -79,9 +74,6 @@ pub struct PostTableDataBulkRow {
::prost::alloc::string::String,
::prost_types::Value,
>,
/// Optional. Existing journal that receives the posting generated for this row.
#[prost(int64, optional, tag = "2")]
pub journal_id: ::core::option::Option<i64>,
}
/// Bulk insert request.
#[derive(Clone, PartialEq, ::prost::Message)]