conversions5
This commit is contained in:
@@ -3,7 +3,7 @@ syntax = "proto3";
|
||||
package komp_ac.tables_data;
|
||||
|
||||
import "common.proto";
|
||||
import "ecb.proto";
|
||||
import "exchange_rates.proto";
|
||||
import "google/protobuf/struct.proto";
|
||||
|
||||
// Read and write row data for user-defined tables inside profiles (schemas).
|
||||
@@ -166,7 +166,7 @@ map<string, google.protobuf.Value> data = 3;
|
||||
|
||||
message PostAccountingTableDataRequest {
|
||||
PostTableDataRequest row = 1;
|
||||
komp_ac.ecb.ExchangeRateSelection exchange_rate_selection = 2;
|
||||
komp_ac.exchange_rates.ExchangeRateSelection exchange_rate_selection = 2;
|
||||
}
|
||||
|
||||
// Insert response.
|
||||
@@ -259,7 +259,7 @@ message PutTableDataRequest {
|
||||
|
||||
message PutAccountingTableDataRequest {
|
||||
PutTableDataRequest update = 1;
|
||||
komp_ac.ecb.ExchangeRateSelection exchange_rate_selection = 2;
|
||||
komp_ac.exchange_rates.ExchangeRateSelection exchange_rate_selection = 2;
|
||||
bool confirmed = 3;
|
||||
repeated string expected_affected_profiles = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user