accounts via id also, not just real account

This commit is contained in:
Priec
2026-09-15 13:02:26 +02:00
parent 891bcaa11d
commit 651f488312
8 changed files with 40 additions and 3 deletions

View File

@@ -136,6 +136,7 @@ message ImportFieldDescriptor {
string generated_from = 11;
optional ImportLinkDescriptor link = 12;
repeated ImportValueKind accepted_value_kinds = 13;
bool account_reference = 14;
}
message GetTableImportDescriptorResponse {