Skip to content

Commit

Permalink
fixups for rippling
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Aug 11, 2024
1 parent 624e09d commit 9062cef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rippling/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Worker>,
Expand Down Expand Up @@ -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<String>,
Expand Down
2 changes: 0 additions & 2 deletions specs/rippling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9062cef

Please sign in to comment.