strenghten of invoices
This commit is contained in:
@@ -24,6 +24,7 @@ message SaveDocumentRequest {
|
||||
repeated SourceRecord source_records = 1;
|
||||
string template_name = 2;
|
||||
string data_json = 3;
|
||||
int64 expected_template_version_id = 4;
|
||||
}
|
||||
|
||||
message RegisterTypstTemplateRequest {
|
||||
@@ -73,6 +74,8 @@ message GetDocumentsRequest {
|
||||
optional int64 schema_id = 1;
|
||||
uint32 limit = 2;
|
||||
optional string template_name = 3;
|
||||
optional string source_profile_name = 4;
|
||||
optional string source_table_name = 5;
|
||||
}
|
||||
|
||||
message Document {
|
||||
|
||||
Reference in New Issue
Block a user