We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8bd23 commit 591304dCopy full SHA for 591304d
codex-rs/protocol/src/config_types.rs
@@ -78,7 +78,7 @@ pub enum SandboxMode {
78
DangerFullAccess,
79
}
80
81
-#[derive(Debug, Serialize, Deserialize, Clone, Copy, PartialEq, Eq, Display, TS)]
+#[derive(Debug, Serialize, Deserialize, Clone, Copy, PartialEq, Eq, Display, JsonSchema, TS)]
82
#[serde(rename_all = "lowercase")]
83
#[strum(serialize_all = "lowercase")]
84
pub enum ForcedLoginMethod {
0 commit comments