Update reconcile to 0.8.0
This commit is contained in:
parent
2885026d2f
commit
aca1ca50a4
8 changed files with 36 additions and 30 deletions
|
|
@ -1,6 +1,6 @@
|
|||
use axum::body::Bytes;
|
||||
use axum_typed_multipart::{FieldData, TryFromMultipart};
|
||||
use reconcile_text::NumberOrString;
|
||||
use reconcile_text::NumberOrText;
|
||||
use serde::{self, Deserialize};
|
||||
use ts_rs::TS;
|
||||
|
||||
|
|
@ -40,7 +40,7 @@ pub struct UpdateTextDocumentVersion {
|
|||
pub relative_path: String,
|
||||
|
||||
#[ts(type = "Array<number | string>")]
|
||||
pub content: Vec<NumberOrString>,
|
||||
pub content: Vec<NumberOrText>,
|
||||
}
|
||||
|
||||
#[derive(TS, Debug, Deserialize)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue