You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for bringing the issue. I sent a fix about the current problem. It used another DTO (Recipient) instead of Responder, and it causes that case. In the meantime, @GPHofficial was also right about the inheritance problem at the openapi-generator :D I tried to fix it temporarily by removing the inheritance props.
When I have time, I'll try to pull the latest openapi-generator updates to our repo. Then we can re-enable inheritance again.
Library's method __deserialize from api_client.py is wrongfully parsing Recipient Class Objects into UserRecipient / TeamRecipients
Expected: {'type': 'user', 'id': '{UUID_HERE}'}
Actual: {'name': None}
Reproducing: Call list_alerts, and check the field of responders.
The text was updated successfully, but these errors were encountered: