3.73.0

(feat): Add support for SSE id and retry fields in the TypeScript SDK Stream class. A new withMetadata() method returns an AsyncIterable<ServerSentEvent<T>> exposing per-event id, retry, and event fields alongside the parsed data. Default iteration still yields T, so this is fully backward compatible.