MUST NOT validation

This commit is contained in:
mertalev
2025-10-08 17:23:48 -04:00
parent 2666ee2b4f
commit bc84486668
9 changed files with 273 additions and 37 deletions

View File

@@ -748,6 +748,8 @@ class ApiClient {
return UpdateAssetDto.fromJson(value);
case 'UpdateLibraryDto':
return UpdateLibraryDto.fromJson(value);
case 'UploadOkDto':
return UploadOkDto.fromJson(value);
case 'UsageByUserDto':
return UsageByUserDto.fromJson(value);
case 'UserAdminCreateDto':