MUST NOT validation

This commit is contained in:
mertalev 2025-10-08 17:23:48 -04:00
parent b1a2e7708e
commit 38d2a03836
No known key found for this signature in database
GPG key ID: DF6ABC77AAD98C95
8 changed files with 144 additions and 13 deletions

View file

@ -740,6 +740,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':