Skip to content

Commit

Permalink
#62 Add ProjectPending to RequestStatus enumerator.
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasvandeweerdt committed Dec 9, 2022
1 parent c84ca3b commit ed32b62
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Source/Sdk4me/Enumerators/Enumerators.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1730,7 +1730,12 @@ public enum RequestStatus
/// Reservation pending.
/// </summary>
[EnumMember(Value = "reservation_pending")]
ReservationPending
ReservationPending,
/// <summary>
/// Project pending.
/// </summary>
[EnumMember(Value = "project_pending")]
ProjectPending
}

#endregion
Expand Down

0 comments on commit ed32b62

Please sign in to comment.