nomy-data-models 0.35.4

Data model definitions for Nomy wallet analysis data processing
Documentation
# Pull Request

## Description

<!-- REMOVE THIS COMMENT: Briefly describe the changes in this PR -->

## Related Issue

<!-- REMOVE THIS COMMENT: Link to the related issue (if any) using "Closes #XX" or "Fixes #XX" -->

## Type of Change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] CI related changes
- [ ] Other... Please describe:

## Checklist

- [ ] My code follows the code style of this project
- [ ] I have updated the documentation accordingly
- [ ] I have added tests to cover my changes
- [ ] All new and existing tests passed
- [ ] My PR title follows the conventional commit format.