invoice + some table name thing
This commit is contained in:
@@ -129,6 +129,16 @@ message TypstTemplateVersion {
|
||||
string created_at = 8;
|
||||
string input_table_name = 9;
|
||||
repeated string field_paths = 10;
|
||||
repeated TypstTemplateFieldBinding field_bindings = 11;
|
||||
}
|
||||
|
||||
// One profile-specific source mapping for an enabled template version.
|
||||
message TypstTemplateFieldBinding {
|
||||
string field_path = 1;
|
||||
string collection_path = 2;
|
||||
string column_name = 3;
|
||||
string source_table_name = 4;
|
||||
string source_column_name = 5;
|
||||
}
|
||||
|
||||
message GetTypstTemplateVersionResponse {
|
||||
|
||||
Reference in New Issue
Block a user