pub answer: Option<String>,
}
+#[skip_serializing_none]
#[derive(Debug, Serialize, Deserialize, Clone, Default)]
#[cfg_attr(feature = "full", derive(TS))]
#[cfg_attr(feature = "full", ts(export))]
/// Fetches a Captcha item.
-pub struct GetCaptcha {}
+pub struct GetCaptcha {
+ pub auth: Option<Sensitive<String>>,
+}
#[skip_serializing_none]
#[derive(Debug, Serialize, Deserialize, Clone)]
pub custom_emojis: Vec<CustomEmojiView>,
}
+#[skip_serializing_none]
#[derive(Debug, Serialize, Deserialize, Clone)]
#[cfg_attr(feature = "full", derive(TS))]
#[cfg_attr(feature = "full", ts(export))]
/// Fetches the federated instances for your site.
-pub struct GetFederatedInstances {}
+pub struct GetFederatedInstances {
+ pub auth: Option<Sensitive<String>>,
+}
#[skip_serializing_none]
#[derive(Debug, Serialize, Deserialize, Clone)]