[backend][assetmodel] Made AssetType a python enum
Summary
This merge request modifies the type of AssetType to be a python Enum class. This will allow a better use.
The main change it implies it's that it's not a part of AssetModel anymore and must be explicitly imported to be used.