feat: approval steps description

This commit is contained in:
Ruben Fiszel
2024-03-27 14:03:53 +01:00
parent 240ae93748
commit 810136a4a4
7 changed files with 93 additions and 21 deletions
+2
View File
@@ -203,6 +203,8 @@ pub struct Suspend {
pub user_groups_required: Option<InputTransform>,
#[serde(skip_serializing_if = "Option::is_none")]
pub self_approval_disabled: Option<bool>,
#[serde(skip_serializing_if = "Option::is_none")]
pub hide_cancel: Option<bool>,
}
#[derive(Deserialize, Serialize, Debug, Clone)]