Merge remote-tracking branch 'origin/master'

This commit is contained in:
Gregory Schier
2025-01-18 17:56:39 -08:00
36 changed files with 482 additions and 226 deletions

View File

@@ -383,7 +383,8 @@ pub struct EnvironmentVariable {
pub enabled: bool,
pub name: String,
pub value: String,
pub id: String,
#[ts(optional, as = "Option<String>")]
pub id: Option<String>,
}
#[derive(Debug, Clone, Serialize, Deserialize, Default, TS)]