(Redoing this PR since the previous one accidentally got merged)
This is step zero in the process of removing Proxy objects from the JS client. This adds a number of public fields that are currently being accessed in Console via the .data property instead of accessing them directly. I have also modified the get() method on our Proxy handler in order to allow access to _links and _embedded directly instead of having to use .data or getLink()/getEmbed().
(Redoing this PR since the previous one accidentally got merged)
This is step zero in the process of removing Proxy objects from the JS client. This adds a number of public fields that are currently being accessed in Console via the .data property instead of accessing them directly. I have also modified the get() method on our Proxy handler in order to allow access to _links and _embedded directly instead of having to use .data or getLink()/getEmbed().