diff --git a/rippling/src/types.rs b/rippling/src/types.rs index 74f0f01..f02812d 100644 --- a/rippling/src/types.rs +++ b/rippling/src/types.rs @@ -13575,7 +13575,7 @@ pub struct ShiftInputValue { #[doc = "The id of the relevant shift input"] pub shift_input_id: String, #[doc = "The value of the shift input."] - pub value: Value, + pub value: serde_json::Value, #[doc = "The role that last added/updated this input.\n\nExpandable field"] #[serde(default, skip_serializing_if = "Option::is_none")] pub author: Option, @@ -13632,7 +13632,7 @@ pub struct ShiftInputValueRequest { #[doc = "The id of the relevant shift input"] pub shift_input_id: String, #[doc = "The value of the shift input."] - pub value: Value, + pub value: serde_json::Value, #[doc = "The id of the role that last added/updated this input."] #[serde(default, skip_serializing_if = "Option::is_none")] pub author_id: Option, diff --git a/specs/rippling.yaml b/specs/rippling.yaml index a3353d3..1c8666f 100644 --- a/specs/rippling.yaml +++ b/specs/rippling.yaml @@ -5769,7 +5769,6 @@ components: type: string description: The id of the relevant shift input value: - type: object description: The value of the shift input. author: type: object @@ -5795,7 +5794,6 @@ components: type: string description: The id of the relevant shift input value: - type: object description: The value of the shift input. author_id: type: string