chore: update openapi ()

This commit is contained in:
Alex 2024-04-02 14:21:58 -05:00 committed by GitHub
parent 6dfa9e1146
commit 8337da183c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 173 additions and 12 deletions
mobile/openapi/lib

View file

@ -358,6 +358,8 @@ class ApiClient {
return OAuthCallbackDto.fromJson(value);
case 'OAuthConfigDto':
return OAuthConfigDto.fromJson(value);
case 'OnThisDayDto':
return OnThisDayDto.fromJson(value);
case 'PartnerResponseDto':
return PartnerResponseDto.fromJson(value);
case 'PathEntityType':