- Update gen for transign api v2
- Add 'isFavorite' field to translation model
- Remove FavoriteTranslation model
- In textToSignLang
- Rename TextToSignLangRequest to UUIDTextMessage
- Replace TextToSignLangResponse to Translation
- in translationHistory
- Replace TranslationHistoryResponse to Translations in GetHistory
- Replace UUIDMessage to RemoveHistoryRequest in RemoveHistory
- Replace RemoveHistoryRequest to Translations in RemoveHistory
- in favoriteTranslation
- Replace GetFavoriteTranslationResponse to Translations in GetFavorite
- Replace ToggleFavorite to SetFavorite
- Add RemoveFavorite