0.19.5
(fix): Fix unresolved import error when WebSocket channels exist in the API spec but
enableWebsockets is not enabled. The root client no longer emits
use crate::api::websocket::... imports when WebSocket generation is disabled,
preventing compilation failures on generated SDKs.