Skip to content

Commit d271517

Browse files
committed
Merge branch 'feature/smbcloud-gresiq-sdk' into development
2 parents 9781894 + 1be0d0b commit d271517

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/smbcloud-gresiq-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smbcloud-gresiq-sdk"
3-
version = "0.3.34"
3+
version = "0.3.35"
44
edition = "2021"
55
description = "Rust client for the smbCloud GresIQ REST gateway — API-key auth, app management, and model assignment for Onde Inference."
66
license = "Apache-2.0"

crates/smbcloud-gresiq-sdk/src/onde_apps.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ pub struct OndeApp {
2424
pub status: Option<String>,
2525
pub app_secret: Option<String>,
2626
pub current_model_id: Option<String>,
27+
#[serde(alias = "activeModel")]
28+
pub active_model: Option<String>,
2729
pub created_at: Option<String>,
2830
pub updated_at: Option<String>,
2931
}

0 commit comments

Comments
 (0)