[Chore] Add missing FromExpression conversions
Description
Problem: In #696 (closed) we've added chest and chest_key types. However, one conversion for those types is missing.
Solution: Add the missing conversion. Also add the types to cleveland generators.
Related issue(s)
I've eschewed creating an issue for this, it's a very straightforward minor fix.
✅ Checklist for your Merge Request
Related changes (conditional)
-
Tests (see short guidelines)
-
If I added new functionality, I added tests covering it. -
If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
-
-
Documentation
I don't know if it's worth mentioning in the changelog.
Stylistic guide (mandatory)
-
My commits comply with the following policy. -
My code complies with the style guide.