Skip to content

Commit

Permalink
feat: supporting statuses for Appointments (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
2ndalpha authored Dec 20, 2024
1 parent ac37b8c commit 1833a5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/Models/Ticket/Status.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ public enum Status: String, Codable {

/// Served
case served = "SERVED"

case scheduled = "SCHEDULED"

case schedulingCancelled = "SCHEDULING_CANCELLED"
}

0 comments on commit 1833a5b

Please sign in to comment.