Unknown Response Stream Event
class UnknownResponseStreamEvent(val type: String, val sequenceNumber: Int, val raw: JsonObject) : ResponseStreamEvent
An event this version of the SDK cannot map: an unknown type, or a known one whose payload does not fit the expected shape.
Keeps the payload verbatim so the stream survives a schema the SDK has not caught up with.