summaryrefslogtreecommitdiffstats
path: root/src/generated/structs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/generated/structs.rs')
-rw-r--r--src/generated/structs.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/generated/structs.rs b/src/generated/structs.rs
index bcb8682..cda1845 100644
--- a/src/generated/structs.rs
+++ b/src/generated/structs.rs
@@ -500,6 +500,8 @@ pub enum CreateHookOptionType {
/// required are "content_type" and "url" Required
#[derive(Debug, Clone, PartialEq, serde::Serialize, serde::Deserialize)]
pub struct CreateHookOptionConfig {
+ pub content_type: String,
+ pub url: url::Url,
#[serde(flatten)]
pub additional: BTreeMap<String, String>,
}