diff --git a/Sources/Models/ProfileState.swift b/Sources/Models/ProfileState.swift index c42235e6..aaf4a003 100644 --- a/Sources/Models/ProfileState.swift +++ b/Sources/Models/ProfileState.swift @@ -11,4 +11,5 @@ import Foundation public enum ProfileState: String, Codable { case active = "ACTIVE" case invalid = "INVALID" + case expired = "EXPIRED" }