typst json is legacy
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
- Never run `cargo fmt`, `rustfmt`, or any other automatic code-formatting command in this repository, including commands scoped to individual files or packages.
|
||||
- Preserve existing formatting. Make only the smallest hand-edited changes required for the task.
|
||||
- Do not run builds, checks, linters, or pre-existing tests. Only run tests that an agent wrote or modified as part of the current task; if the agent did not write or modify any tests, run no tests.
|
||||
|
||||
## Long-running commands
|
||||
|
||||
|
||||
2
client
2
client
Submodule client updated: dea91c5be6...534f72363d
Submodule client-gui2 updated: 20ef05269e...58593ae577
@@ -128,6 +128,7 @@ message TypstTemplateVersion {
|
||||
string typst_compiler_version = 7;
|
||||
string created_at = 8;
|
||||
string input_table_name = 9;
|
||||
repeated string field_paths = 10;
|
||||
}
|
||||
|
||||
message GetTypstTemplateVersionResponse {
|
||||
|
||||
Binary file not shown.
@@ -194,6 +194,8 @@ pub struct TypstTemplateVersion {
|
||||
pub created_at: ::prost::alloc::string::String,
|
||||
#[prost(string, tag = "9")]
|
||||
pub input_table_name: ::prost::alloc::string::String,
|
||||
#[prost(string, repeated, tag = "10")]
|
||||
pub field_paths: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
|
||||
}
|
||||
#[derive(serde::Serialize, serde::Deserialize)]
|
||||
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
|
||||
|
||||
2
server
2
server
Submodule server updated: 4852641efd...47476e10a6
Submodule tui-pages updated: 361dbdf071...e14860a384
Reference in New Issue
Block a user