Alternative to deprecated `EsiBranchInfo` for retrieving branch name in Cameo 2024x
In Cameo 2024x we noticed that EsiBranchInfo appears to be deprecated. We were previously using it to retrieve the current active branch name of a Teamwork Cloud project checked out in Cameo.
Is there a new or recommended API/class we should be using instead to get the branch name? Ideally we are looking for the direct replacement that works in 2024x.
Alternative to deprecated `getLocalId()`:
We used to use getLocalId() to retrieve the local UUID of an element. As we understand, getID() returns the local UUID for non TWC projects but gives the server ID for TWC projects. Is there a new recommended way to consistently get the local UUID regardless of whether the project is local or in TWC?