Skip to content

Commit

Permalink
fix ramp
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Nov 7, 2024
1 parent f2bd651 commit 3f659fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ramp/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11749,6 +11749,9 @@ pub enum UserStatus {
#[serde(rename = "INVITE_PENDING")]
#[display("INVITE_PENDING")]
InvitePending,
#[serde(rename = "USER_INACTIVE")]
#[display("USER_INACTIVE")]
UserInactive,
#[serde(rename = "USER_ACTIVE")]
#[display("USER_ACTIVE")]
UserActive,
Expand Down
1 change: 1 addition & 0 deletions specs/ramp.json
Original file line number Diff line number Diff line change
Expand Up @@ -11437,6 +11437,7 @@
"INVITE_DELETED",
"INVITE_EXPIRED",
"INVITE_PENDING",
"USER_INACTIVE",
"USER_ACTIVE",
"USER_ONBOARDING",
"USER_SUSPENDED"
Expand Down

0 comments on commit 3f659fd

Please sign in to comment.