Types Changes
HAPI Elements was using an undocumented property on contract channel called allows_edit: boolean
to determine whether a contract was editable or not.
This has been changed so all contracts are editable by default.
We have also removed the undocumented property allows_edit: boolean
from ContractChannel
type definition.