Release 6.0.0
Breaking 💥
The tool used v1.1 tunnels REST API endpoint /available_tunnels to get all the tunnels for the user and their org. The endpoint is a part of API version that Sauce Labs is planning to deprecate in the future.
To get the same information with this and upcoming releases, use v1 tunnels REST API endpoint /tunnels?all=true&full=true to get all the tunnels for the user and their org. The endpoint is a part of the supported API version.
const availableTunnels = await api.listTunnels(username, { all: true, full: true })