geoengine-api-client 0.0.33

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
--- rust/src/models/spatial_bounds_derive.rs
+++ rust/src/models/spatial_bounds_derive.rs
@@ -13,7 +13,7 @@
 
 /// SpatialBoundsDerive : Spatial bounds derivation options for the [`MockPointSource`].
 #[derive(Clone, Debug, PartialEq, Serialize, Deserialize)]
-#[serde(tag = "type")]
+#[serde(untagged)]
 pub enum SpatialBoundsDerive {
     #[serde(rename="derive")]
     Derive(Box<models::SpatialBoundsDeriveDerive>),