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

@@ -121,11 +121,7 @@ message PostTableDataRequest {
// - Some application-specific validations may apply (e.g., max length for
// certain fields like "telefon")
map<string, google.protobuf.Value> data = 3;
// 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.
optional int64 journal_id = 4;
reserved 4;
}
// Insert response.
@@ -150,9 +146,7 @@ message PostTableDataResponse {
message PostTableDataBulkRow {
// Required. Same data payload as PostTableDataRequest.data.
map<string, google.protobuf.Value> data = 1;
// Optional. Existing journal that receives the posting generated for this row.
optional int64 journal_id = 2;
reserved 2;
}
// Bulk insert request.