This commit is contained in:
aviv926 2025-10-16 12:28:33 +05:30 committed by GitHub
commit c2e203e2bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 516 additions and 15 deletions

View file

@ -410,6 +410,8 @@ class ApiClient {
return MergePersonDto.fromJson(value);
case 'MetadataSearchDto':
return MetadataSearchDto.fromJson(value);
case 'MobileDeviceDto':
return MobileDeviceDto.fromJson(value);
case 'NotificationCreateDto':
return NotificationCreateDto.fromJson(value);
case 'NotificationDeleteAllDto':