Some model parameters should be numeric but are currently only accepted as floats by the model. This is causing issues with hasura, which converts floats to ints if they have a trailing zero if you change the parameters directly in the database. So this updates the model to let the parameters be both floats and ints.
Description
Some model parameters should be numeric but are currently only accepted as floats by the model. This is causing issues with hasura, which converts floats to ints if they have a trailing zero if you change the parameters directly in the database. So this updates the model to let the parameters be both floats and ints.
Jira Ticket
https://arcpublishing.atlassian.net/browse/ELEX-3460
Test Steps
The following is throwing an error in develop branch, but not in this branch: