automatic accounting - removing deprecacy/legacy
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user