Adds a proper mapping for VIEW_SUBMISSION. The object was being properly parsed, but the enum didn't exist. This PR adds the enum in and adds a tests that should automatically ensure that the json subtypes always maps the relevant enum type in the future.
@szabowexler @johnnyleitrim
Adds a proper mapping for
VIEW_SUBMISSION
. The object was being properly parsed, but the enum didn't exist. This PR adds the enum in and adds a tests that should automatically ensure that the json subtypes always maps the relevant enum type in the future.