diff --git a/mobile/openapi/lib/model/add_assets_dto.dart b/mobile/openapi/lib/model/add_assets_dto.dart index 930dc292f..11a929234 100644 --- a/mobile/openapi/lib/model/add_assets_dto.dart +++ b/mobile/openapi/lib/model/add_assets_dto.dart @@ -49,7 +49,7 @@ class AddAssetsDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "AddAssetsDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "AddAssetsDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "AddAssetsDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/add_assets_response_dto.dart b/mobile/openapi/lib/model/add_assets_response_dto.dart index 73d7f7194..85a26651d 100644 --- a/mobile/openapi/lib/model/add_assets_response_dto.dart +++ b/mobile/openapi/lib/model/add_assets_response_dto.dart @@ -71,7 +71,7 @@ class AddAssetsResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "AddAssetsResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "AddAssetsResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "AddAssetsResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/add_users_dto.dart b/mobile/openapi/lib/model/add_users_dto.dart index b6db1d1dc..d1108b0d7 100644 --- a/mobile/openapi/lib/model/add_users_dto.dart +++ b/mobile/openapi/lib/model/add_users_dto.dart @@ -49,7 +49,7 @@ class AddUsersDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "AddUsersDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "AddUsersDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "AddUsersDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/admin_signup_response_dto.dart b/mobile/openapi/lib/model/admin_signup_response_dto.dart index cd937c933..38a7a7518 100644 --- a/mobile/openapi/lib/model/admin_signup_response_dto.dart +++ b/mobile/openapi/lib/model/admin_signup_response_dto.dart @@ -73,7 +73,7 @@ class AdminSignupResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "AdminSignupResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "AdminSignupResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "AdminSignupResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/album_count_response_dto.dart b/mobile/openapi/lib/model/album_count_response_dto.dart index 198717553..95d51df2c 100644 --- a/mobile/openapi/lib/model/album_count_response_dto.dart +++ b/mobile/openapi/lib/model/album_count_response_dto.dart @@ -61,7 +61,7 @@ class AlbumCountResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "AlbumCountResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "AlbumCountResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "AlbumCountResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/album_response_dto.dart b/mobile/openapi/lib/model/album_response_dto.dart index 3ef986cd6..a6e9966e9 100644 --- a/mobile/openapi/lib/model/album_response_dto.dart +++ b/mobile/openapi/lib/model/album_response_dto.dart @@ -129,7 +129,7 @@ class AlbumResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "AlbumResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "AlbumResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "AlbumResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/all_job_status_response_dto.dart b/mobile/openapi/lib/model/all_job_status_response_dto.dart index 8b6f483c8..7ae4a370f 100644 --- a/mobile/openapi/lib/model/all_job_status_response_dto.dart +++ b/mobile/openapi/lib/model/all_job_status_response_dto.dart @@ -103,7 +103,7 @@ class AllJobStatusResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "AllJobStatusResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "AllJobStatusResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "AllJobStatusResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/api_key_create_dto.dart b/mobile/openapi/lib/model/api_key_create_dto.dart index 895356da1..f1e325179 100644 --- a/mobile/openapi/lib/model/api_key_create_dto.dart +++ b/mobile/openapi/lib/model/api_key_create_dto.dart @@ -59,7 +59,7 @@ class APIKeyCreateDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "APIKeyCreateDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "APIKeyCreateDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "APIKeyCreateDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/api_key_create_response_dto.dart b/mobile/openapi/lib/model/api_key_create_response_dto.dart index 84cb2b444..d0c7a76b8 100644 --- a/mobile/openapi/lib/model/api_key_create_response_dto.dart +++ b/mobile/openapi/lib/model/api_key_create_response_dto.dart @@ -55,7 +55,7 @@ class APIKeyCreateResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "APIKeyCreateResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "APIKeyCreateResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "APIKeyCreateResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/api_key_response_dto.dart b/mobile/openapi/lib/model/api_key_response_dto.dart index 8b34b4b9e..21e95d6d9 100644 --- a/mobile/openapi/lib/model/api_key_response_dto.dart +++ b/mobile/openapi/lib/model/api_key_response_dto.dart @@ -67,7 +67,7 @@ class APIKeyResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "APIKeyResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "APIKeyResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "APIKeyResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/api_key_update_dto.dart b/mobile/openapi/lib/model/api_key_update_dto.dart index 82dcdb49c..cbd6a256b 100644 --- a/mobile/openapi/lib/model/api_key_update_dto.dart +++ b/mobile/openapi/lib/model/api_key_update_dto.dart @@ -49,7 +49,7 @@ class APIKeyUpdateDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "APIKeyUpdateDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "APIKeyUpdateDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "APIKeyUpdateDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/asset_bulk_upload_check_dto.dart b/mobile/openapi/lib/model/asset_bulk_upload_check_dto.dart index 6d5fdf514..96e3223aa 100644 --- a/mobile/openapi/lib/model/asset_bulk_upload_check_dto.dart +++ b/mobile/openapi/lib/model/asset_bulk_upload_check_dto.dart @@ -49,7 +49,7 @@ class AssetBulkUploadCheckDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "AssetBulkUploadCheckDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "AssetBulkUploadCheckDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "AssetBulkUploadCheckDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/asset_bulk_upload_check_item.dart b/mobile/openapi/lib/model/asset_bulk_upload_check_item.dart index 5eb50ccc7..b84af26ee 100644 --- a/mobile/openapi/lib/model/asset_bulk_upload_check_item.dart +++ b/mobile/openapi/lib/model/asset_bulk_upload_check_item.dart @@ -56,7 +56,7 @@ class AssetBulkUploadCheckItem { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "AssetBulkUploadCheckItem[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "AssetBulkUploadCheckItem[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "AssetBulkUploadCheckItem[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/asset_bulk_upload_check_response_dto.dart b/mobile/openapi/lib/model/asset_bulk_upload_check_response_dto.dart index 9a0ed965f..7f035a337 100644 --- a/mobile/openapi/lib/model/asset_bulk_upload_check_response_dto.dart +++ b/mobile/openapi/lib/model/asset_bulk_upload_check_response_dto.dart @@ -49,7 +49,7 @@ class AssetBulkUploadCheckResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "AssetBulkUploadCheckResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "AssetBulkUploadCheckResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "AssetBulkUploadCheckResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/asset_bulk_upload_check_result.dart b/mobile/openapi/lib/model/asset_bulk_upload_check_result.dart index 016342de0..a6fdb8d24 100644 --- a/mobile/openapi/lib/model/asset_bulk_upload_check_result.dart +++ b/mobile/openapi/lib/model/asset_bulk_upload_check_result.dart @@ -81,7 +81,7 @@ class AssetBulkUploadCheckResult { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "AssetBulkUploadCheckResult[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "AssetBulkUploadCheckResult[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "AssetBulkUploadCheckResult[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/asset_count_by_time_bucket.dart b/mobile/openapi/lib/model/asset_count_by_time_bucket.dart index 1124d9106..d71c1bb2a 100644 --- a/mobile/openapi/lib/model/asset_count_by_time_bucket.dart +++ b/mobile/openapi/lib/model/asset_count_by_time_bucket.dart @@ -55,7 +55,7 @@ class AssetCountByTimeBucket { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "AssetCountByTimeBucket[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "AssetCountByTimeBucket[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "AssetCountByTimeBucket[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/asset_count_by_time_bucket_response_dto.dart b/mobile/openapi/lib/model/asset_count_by_time_bucket_response_dto.dart index 1f017ecd2..3105ec1d3 100644 --- a/mobile/openapi/lib/model/asset_count_by_time_bucket_response_dto.dart +++ b/mobile/openapi/lib/model/asset_count_by_time_bucket_response_dto.dart @@ -55,7 +55,7 @@ class AssetCountByTimeBucketResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "AssetCountByTimeBucketResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "AssetCountByTimeBucketResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "AssetCountByTimeBucketResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/asset_count_by_user_id_response_dto.dart b/mobile/openapi/lib/model/asset_count_by_user_id_response_dto.dart index b227850de..0b90dfbc2 100644 --- a/mobile/openapi/lib/model/asset_count_by_user_id_response_dto.dart +++ b/mobile/openapi/lib/model/asset_count_by_user_id_response_dto.dart @@ -73,7 +73,7 @@ class AssetCountByUserIdResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "AssetCountByUserIdResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "AssetCountByUserIdResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "AssetCountByUserIdResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/asset_file_upload_response_dto.dart b/mobile/openapi/lib/model/asset_file_upload_response_dto.dart index b00e17871..6c3b5abe7 100644 --- a/mobile/openapi/lib/model/asset_file_upload_response_dto.dart +++ b/mobile/openapi/lib/model/asset_file_upload_response_dto.dart @@ -55,7 +55,7 @@ class AssetFileUploadResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "AssetFileUploadResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "AssetFileUploadResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "AssetFileUploadResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/asset_ids_dto.dart b/mobile/openapi/lib/model/asset_ids_dto.dart index d76462847..910ab9887 100644 --- a/mobile/openapi/lib/model/asset_ids_dto.dart +++ b/mobile/openapi/lib/model/asset_ids_dto.dart @@ -49,7 +49,7 @@ class AssetIdsDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "AssetIdsDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "AssetIdsDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "AssetIdsDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/asset_ids_response_dto.dart b/mobile/openapi/lib/model/asset_ids_response_dto.dart index 6f9befea7..32b907401 100644 --- a/mobile/openapi/lib/model/asset_ids_response_dto.dart +++ b/mobile/openapi/lib/model/asset_ids_response_dto.dart @@ -65,7 +65,7 @@ class AssetIdsResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "AssetIdsResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "AssetIdsResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "AssetIdsResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/asset_response_dto.dart b/mobile/openapi/lib/model/asset_response_dto.dart index 3b9264034..9f80a9027 100644 --- a/mobile/openapi/lib/model/asset_response_dto.dart +++ b/mobile/openapi/lib/model/asset_response_dto.dart @@ -209,7 +209,7 @@ class AssetResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "AssetResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "AssetResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "AssetResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/auth_device_response_dto.dart b/mobile/openapi/lib/model/auth_device_response_dto.dart index f767362a8..4bf908eee 100644 --- a/mobile/openapi/lib/model/auth_device_response_dto.dart +++ b/mobile/openapi/lib/model/auth_device_response_dto.dart @@ -79,7 +79,7 @@ class AuthDeviceResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "AuthDeviceResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "AuthDeviceResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "AuthDeviceResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/change_password_dto.dart b/mobile/openapi/lib/model/change_password_dto.dart index d700b534a..8ed839e48 100644 --- a/mobile/openapi/lib/model/change_password_dto.dart +++ b/mobile/openapi/lib/model/change_password_dto.dart @@ -55,7 +55,7 @@ class ChangePasswordDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "ChangePasswordDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "ChangePasswordDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "ChangePasswordDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/check_duplicate_asset_dto.dart b/mobile/openapi/lib/model/check_duplicate_asset_dto.dart index bdc9d4acd..30c94473c 100644 --- a/mobile/openapi/lib/model/check_duplicate_asset_dto.dart +++ b/mobile/openapi/lib/model/check_duplicate_asset_dto.dart @@ -55,7 +55,7 @@ class CheckDuplicateAssetDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "CheckDuplicateAssetDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "CheckDuplicateAssetDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "CheckDuplicateAssetDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/check_duplicate_asset_response_dto.dart b/mobile/openapi/lib/model/check_duplicate_asset_response_dto.dart index 6f4586edb..07aecd10f 100644 --- a/mobile/openapi/lib/model/check_duplicate_asset_response_dto.dart +++ b/mobile/openapi/lib/model/check_duplicate_asset_response_dto.dart @@ -65,7 +65,7 @@ class CheckDuplicateAssetResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "CheckDuplicateAssetResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "CheckDuplicateAssetResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "CheckDuplicateAssetResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/check_existing_assets_dto.dart b/mobile/openapi/lib/model/check_existing_assets_dto.dart index 9eec51cd8..3c8a441b8 100644 --- a/mobile/openapi/lib/model/check_existing_assets_dto.dart +++ b/mobile/openapi/lib/model/check_existing_assets_dto.dart @@ -55,7 +55,7 @@ class CheckExistingAssetsDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "CheckExistingAssetsDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "CheckExistingAssetsDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "CheckExistingAssetsDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/check_existing_assets_response_dto.dart b/mobile/openapi/lib/model/check_existing_assets_response_dto.dart index 66ef952e3..d849f725f 100644 --- a/mobile/openapi/lib/model/check_existing_assets_response_dto.dart +++ b/mobile/openapi/lib/model/check_existing_assets_response_dto.dart @@ -49,7 +49,7 @@ class CheckExistingAssetsResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "CheckExistingAssetsResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "CheckExistingAssetsResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "CheckExistingAssetsResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/create_album_dto.dart b/mobile/openapi/lib/model/create_album_dto.dart index c1535d617..c75995cc7 100644 --- a/mobile/openapi/lib/model/create_album_dto.dart +++ b/mobile/openapi/lib/model/create_album_dto.dart @@ -61,7 +61,7 @@ class CreateAlbumDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "CreateAlbumDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "CreateAlbumDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "CreateAlbumDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/create_profile_image_response_dto.dart b/mobile/openapi/lib/model/create_profile_image_response_dto.dart index 3eeba4a13..389f415e8 100644 --- a/mobile/openapi/lib/model/create_profile_image_response_dto.dart +++ b/mobile/openapi/lib/model/create_profile_image_response_dto.dart @@ -55,7 +55,7 @@ class CreateProfileImageResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "CreateProfileImageResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "CreateProfileImageResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "CreateProfileImageResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/create_tag_dto.dart b/mobile/openapi/lib/model/create_tag_dto.dart index 855ab3be2..24eb9a189 100644 --- a/mobile/openapi/lib/model/create_tag_dto.dart +++ b/mobile/openapi/lib/model/create_tag_dto.dart @@ -55,7 +55,7 @@ class CreateTagDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "CreateTagDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "CreateTagDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "CreateTagDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/create_user_dto.dart b/mobile/openapi/lib/model/create_user_dto.dart index 870847aea..cd1fc5955 100644 --- a/mobile/openapi/lib/model/create_user_dto.dart +++ b/mobile/openapi/lib/model/create_user_dto.dart @@ -87,7 +87,7 @@ class CreateUserDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "CreateUserDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "CreateUserDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "CreateUserDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/curated_locations_response_dto.dart b/mobile/openapi/lib/model/curated_locations_response_dto.dart index 5b220a5aa..0c8d1a328 100644 --- a/mobile/openapi/lib/model/curated_locations_response_dto.dart +++ b/mobile/openapi/lib/model/curated_locations_response_dto.dart @@ -73,7 +73,7 @@ class CuratedLocationsResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "CuratedLocationsResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "CuratedLocationsResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "CuratedLocationsResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/curated_objects_response_dto.dart b/mobile/openapi/lib/model/curated_objects_response_dto.dart index e1a3a2582..9cb9e0a67 100644 --- a/mobile/openapi/lib/model/curated_objects_response_dto.dart +++ b/mobile/openapi/lib/model/curated_objects_response_dto.dart @@ -73,7 +73,7 @@ class CuratedObjectsResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "CuratedObjectsResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "CuratedObjectsResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "CuratedObjectsResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/delete_asset_dto.dart b/mobile/openapi/lib/model/delete_asset_dto.dart index cd5c7e353..366faf88f 100644 --- a/mobile/openapi/lib/model/delete_asset_dto.dart +++ b/mobile/openapi/lib/model/delete_asset_dto.dart @@ -49,7 +49,7 @@ class DeleteAssetDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "DeleteAssetDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "DeleteAssetDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "DeleteAssetDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/delete_asset_response_dto.dart b/mobile/openapi/lib/model/delete_asset_response_dto.dart index 6ee0a7d62..0d40c2ce7 100644 --- a/mobile/openapi/lib/model/delete_asset_response_dto.dart +++ b/mobile/openapi/lib/model/delete_asset_response_dto.dart @@ -55,7 +55,7 @@ class DeleteAssetResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "DeleteAssetResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "DeleteAssetResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "DeleteAssetResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/download_files_dto.dart b/mobile/openapi/lib/model/download_files_dto.dart index 97899c971..f2a5df04d 100644 --- a/mobile/openapi/lib/model/download_files_dto.dart +++ b/mobile/openapi/lib/model/download_files_dto.dart @@ -49,7 +49,7 @@ class DownloadFilesDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "DownloadFilesDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "DownloadFilesDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "DownloadFilesDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/exif_response_dto.dart b/mobile/openapi/lib/model/exif_response_dto.dart index 96b727434..0381eaff0 100644 --- a/mobile/openapi/lib/model/exif_response_dto.dart +++ b/mobile/openapi/lib/model/exif_response_dto.dart @@ -243,7 +243,7 @@ class ExifResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "ExifResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "ExifResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "ExifResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/get_asset_by_time_bucket_dto.dart b/mobile/openapi/lib/model/get_asset_by_time_bucket_dto.dart index 8301132ac..445d04553 100644 --- a/mobile/openapi/lib/model/get_asset_by_time_bucket_dto.dart +++ b/mobile/openapi/lib/model/get_asset_by_time_bucket_dto.dart @@ -82,7 +82,7 @@ class GetAssetByTimeBucketDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "GetAssetByTimeBucketDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "GetAssetByTimeBucketDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "GetAssetByTimeBucketDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/get_asset_count_by_time_bucket_dto.dart b/mobile/openapi/lib/model/get_asset_count_by_time_bucket_dto.dart index 57e283631..9b033165c 100644 --- a/mobile/openapi/lib/model/get_asset_count_by_time_bucket_dto.dart +++ b/mobile/openapi/lib/model/get_asset_count_by_time_bucket_dto.dart @@ -82,7 +82,7 @@ class GetAssetCountByTimeBucketDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "GetAssetCountByTimeBucketDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "GetAssetCountByTimeBucketDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "GetAssetCountByTimeBucketDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/import_asset_dto.dart b/mobile/openapi/lib/model/import_asset_dto.dart index bb322ba81..bb80e82aa 100644 --- a/mobile/openapi/lib/model/import_asset_dto.dart +++ b/mobile/openapi/lib/model/import_asset_dto.dart @@ -155,7 +155,7 @@ class ImportAssetDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "ImportAssetDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "ImportAssetDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "ImportAssetDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/job_command_dto.dart b/mobile/openapi/lib/model/job_command_dto.dart index d12037664..fc9805efb 100644 --- a/mobile/openapi/lib/model/job_command_dto.dart +++ b/mobile/openapi/lib/model/job_command_dto.dart @@ -55,7 +55,7 @@ class JobCommandDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "JobCommandDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "JobCommandDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "JobCommandDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/job_counts_dto.dart b/mobile/openapi/lib/model/job_counts_dto.dart index 936ef7546..af4fceda3 100644 --- a/mobile/openapi/lib/model/job_counts_dto.dart +++ b/mobile/openapi/lib/model/job_counts_dto.dart @@ -79,7 +79,7 @@ class JobCountsDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "JobCountsDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "JobCountsDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "JobCountsDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/job_settings_dto.dart b/mobile/openapi/lib/model/job_settings_dto.dart index dd9f82f3a..5bc68cf2c 100644 --- a/mobile/openapi/lib/model/job_settings_dto.dart +++ b/mobile/openapi/lib/model/job_settings_dto.dart @@ -49,7 +49,7 @@ class JobSettingsDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "JobSettingsDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "JobSettingsDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "JobSettingsDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/job_status_dto.dart b/mobile/openapi/lib/model/job_status_dto.dart index 47abf7582..1a40da6ba 100644 --- a/mobile/openapi/lib/model/job_status_dto.dart +++ b/mobile/openapi/lib/model/job_status_dto.dart @@ -55,7 +55,7 @@ class JobStatusDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "JobStatusDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "JobStatusDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "JobStatusDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/login_credential_dto.dart b/mobile/openapi/lib/model/login_credential_dto.dart index 381c455d4..b2cfae5c6 100644 --- a/mobile/openapi/lib/model/login_credential_dto.dart +++ b/mobile/openapi/lib/model/login_credential_dto.dart @@ -55,7 +55,7 @@ class LoginCredentialDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "LoginCredentialDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "LoginCredentialDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "LoginCredentialDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/login_response_dto.dart b/mobile/openapi/lib/model/login_response_dto.dart index ec8e858ed..e396d3e38 100644 --- a/mobile/openapi/lib/model/login_response_dto.dart +++ b/mobile/openapi/lib/model/login_response_dto.dart @@ -91,7 +91,7 @@ class LoginResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "LoginResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "LoginResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "LoginResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/logout_response_dto.dart b/mobile/openapi/lib/model/logout_response_dto.dart index 1280b7492..de09872ac 100644 --- a/mobile/openapi/lib/model/logout_response_dto.dart +++ b/mobile/openapi/lib/model/logout_response_dto.dart @@ -55,7 +55,7 @@ class LogoutResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "LogoutResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "LogoutResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "LogoutResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/map_marker_response_dto.dart b/mobile/openapi/lib/model/map_marker_response_dto.dart index f094c8be7..2b0ec7347 100644 --- a/mobile/openapi/lib/model/map_marker_response_dto.dart +++ b/mobile/openapi/lib/model/map_marker_response_dto.dart @@ -61,7 +61,7 @@ class MapMarkerResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "MapMarkerResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "MapMarkerResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "MapMarkerResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/memory_lane_response_dto.dart b/mobile/openapi/lib/model/memory_lane_response_dto.dart index 22987b29b..5e234dc0a 100644 --- a/mobile/openapi/lib/model/memory_lane_response_dto.dart +++ b/mobile/openapi/lib/model/memory_lane_response_dto.dart @@ -55,7 +55,7 @@ class MemoryLaneResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "MemoryLaneResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "MemoryLaneResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "MemoryLaneResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/o_auth_callback_dto.dart b/mobile/openapi/lib/model/o_auth_callback_dto.dart index ee1ba0e41..14fb79a35 100644 --- a/mobile/openapi/lib/model/o_auth_callback_dto.dart +++ b/mobile/openapi/lib/model/o_auth_callback_dto.dart @@ -49,7 +49,7 @@ class OAuthCallbackDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "OAuthCallbackDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "OAuthCallbackDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "OAuthCallbackDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/o_auth_config_dto.dart b/mobile/openapi/lib/model/o_auth_config_dto.dart index 827427515..d624f0ca5 100644 --- a/mobile/openapi/lib/model/o_auth_config_dto.dart +++ b/mobile/openapi/lib/model/o_auth_config_dto.dart @@ -49,7 +49,7 @@ class OAuthConfigDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "OAuthConfigDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "OAuthConfigDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "OAuthConfigDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/o_auth_config_response_dto.dart b/mobile/openapi/lib/model/o_auth_config_response_dto.dart index 949b31c18..e2fea1a61 100644 --- a/mobile/openapi/lib/model/o_auth_config_response_dto.dart +++ b/mobile/openapi/lib/model/o_auth_config_response_dto.dart @@ -103,7 +103,7 @@ class OAuthConfigResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "OAuthConfigResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "OAuthConfigResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "OAuthConfigResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/person_response_dto.dart b/mobile/openapi/lib/model/person_response_dto.dart index 8e23656f7..e7d31f72d 100644 --- a/mobile/openapi/lib/model/person_response_dto.dart +++ b/mobile/openapi/lib/model/person_response_dto.dart @@ -61,7 +61,7 @@ class PersonResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "PersonResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "PersonResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "PersonResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/person_update_dto.dart b/mobile/openapi/lib/model/person_update_dto.dart index 773cf6aed..55084d649 100644 --- a/mobile/openapi/lib/model/person_update_dto.dart +++ b/mobile/openapi/lib/model/person_update_dto.dart @@ -49,7 +49,7 @@ class PersonUpdateDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "PersonUpdateDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "PersonUpdateDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "PersonUpdateDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/queue_status_dto.dart b/mobile/openapi/lib/model/queue_status_dto.dart index 51100a545..ddc2f1e9a 100644 --- a/mobile/openapi/lib/model/queue_status_dto.dart +++ b/mobile/openapi/lib/model/queue_status_dto.dart @@ -55,7 +55,7 @@ class QueueStatusDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "QueueStatusDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "QueueStatusDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "QueueStatusDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/remove_assets_dto.dart b/mobile/openapi/lib/model/remove_assets_dto.dart index 01eb558bd..6c486bdef 100644 --- a/mobile/openapi/lib/model/remove_assets_dto.dart +++ b/mobile/openapi/lib/model/remove_assets_dto.dart @@ -49,7 +49,7 @@ class RemoveAssetsDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "RemoveAssetsDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "RemoveAssetsDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "RemoveAssetsDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/search_album_response_dto.dart b/mobile/openapi/lib/model/search_album_response_dto.dart index 26ad86f10..c78f31e9b 100644 --- a/mobile/openapi/lib/model/search_album_response_dto.dart +++ b/mobile/openapi/lib/model/search_album_response_dto.dart @@ -67,7 +67,7 @@ class SearchAlbumResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "SearchAlbumResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "SearchAlbumResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "SearchAlbumResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/search_asset_dto.dart b/mobile/openapi/lib/model/search_asset_dto.dart index 561e43bab..590693492 100644 --- a/mobile/openapi/lib/model/search_asset_dto.dart +++ b/mobile/openapi/lib/model/search_asset_dto.dart @@ -49,7 +49,7 @@ class SearchAssetDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "SearchAssetDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "SearchAssetDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "SearchAssetDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/search_asset_response_dto.dart b/mobile/openapi/lib/model/search_asset_response_dto.dart index 60bfd2d2c..7567193f7 100644 --- a/mobile/openapi/lib/model/search_asset_response_dto.dart +++ b/mobile/openapi/lib/model/search_asset_response_dto.dart @@ -67,7 +67,7 @@ class SearchAssetResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "SearchAssetResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "SearchAssetResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "SearchAssetResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/search_config_response_dto.dart b/mobile/openapi/lib/model/search_config_response_dto.dart index 5ec94abca..21213057a 100644 --- a/mobile/openapi/lib/model/search_config_response_dto.dart +++ b/mobile/openapi/lib/model/search_config_response_dto.dart @@ -49,7 +49,7 @@ class SearchConfigResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "SearchConfigResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "SearchConfigResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "SearchConfigResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/search_explore_item.dart b/mobile/openapi/lib/model/search_explore_item.dart index 7e5fbed4d..3d3855ddf 100644 --- a/mobile/openapi/lib/model/search_explore_item.dart +++ b/mobile/openapi/lib/model/search_explore_item.dart @@ -55,7 +55,7 @@ class SearchExploreItem { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "SearchExploreItem[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "SearchExploreItem[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "SearchExploreItem[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/search_explore_response_dto.dart b/mobile/openapi/lib/model/search_explore_response_dto.dart index 1c30196b7..cbc4345e2 100644 --- a/mobile/openapi/lib/model/search_explore_response_dto.dart +++ b/mobile/openapi/lib/model/search_explore_response_dto.dart @@ -55,7 +55,7 @@ class SearchExploreResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "SearchExploreResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "SearchExploreResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "SearchExploreResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/search_facet_count_response_dto.dart b/mobile/openapi/lib/model/search_facet_count_response_dto.dart index 7b3f5868c..522e1a242 100644 --- a/mobile/openapi/lib/model/search_facet_count_response_dto.dart +++ b/mobile/openapi/lib/model/search_facet_count_response_dto.dart @@ -55,7 +55,7 @@ class SearchFacetCountResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "SearchFacetCountResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "SearchFacetCountResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "SearchFacetCountResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/search_facet_response_dto.dart b/mobile/openapi/lib/model/search_facet_response_dto.dart index 1eddd4181..62d682f25 100644 --- a/mobile/openapi/lib/model/search_facet_response_dto.dart +++ b/mobile/openapi/lib/model/search_facet_response_dto.dart @@ -55,7 +55,7 @@ class SearchFacetResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "SearchFacetResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "SearchFacetResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "SearchFacetResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/search_response_dto.dart b/mobile/openapi/lib/model/search_response_dto.dart index 87e6edaf1..9e657316a 100644 --- a/mobile/openapi/lib/model/search_response_dto.dart +++ b/mobile/openapi/lib/model/search_response_dto.dart @@ -55,7 +55,7 @@ class SearchResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "SearchResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "SearchResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "SearchResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/server_info_response_dto.dart b/mobile/openapi/lib/model/server_info_response_dto.dart index be11babdd..ef6409b06 100644 --- a/mobile/openapi/lib/model/server_info_response_dto.dart +++ b/mobile/openapi/lib/model/server_info_response_dto.dart @@ -85,7 +85,7 @@ class ServerInfoResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "ServerInfoResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "ServerInfoResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "ServerInfoResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/server_ping_response.dart b/mobile/openapi/lib/model/server_ping_response.dart index 20faa1a8b..55386ebaf 100644 --- a/mobile/openapi/lib/model/server_ping_response.dart +++ b/mobile/openapi/lib/model/server_ping_response.dart @@ -49,7 +49,7 @@ class ServerPingResponse { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "ServerPingResponse[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "ServerPingResponse[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "ServerPingResponse[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/server_stats_response_dto.dart b/mobile/openapi/lib/model/server_stats_response_dto.dart index 1d37076e9..a9b861a8f 100644 --- a/mobile/openapi/lib/model/server_stats_response_dto.dart +++ b/mobile/openapi/lib/model/server_stats_response_dto.dart @@ -67,7 +67,7 @@ class ServerStatsResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "ServerStatsResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "ServerStatsResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "ServerStatsResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/server_version_reponse_dto.dart b/mobile/openapi/lib/model/server_version_reponse_dto.dart index 4071486d9..a5dadac87 100644 --- a/mobile/openapi/lib/model/server_version_reponse_dto.dart +++ b/mobile/openapi/lib/model/server_version_reponse_dto.dart @@ -61,7 +61,7 @@ class ServerVersionReponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "ServerVersionReponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "ServerVersionReponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "ServerVersionReponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/shared_link_create_dto.dart b/mobile/openapi/lib/model/shared_link_create_dto.dart index c8d1c547a..f89004444 100644 --- a/mobile/openapi/lib/model/shared_link_create_dto.dart +++ b/mobile/openapi/lib/model/shared_link_create_dto.dart @@ -115,7 +115,7 @@ class SharedLinkCreateDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "SharedLinkCreateDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "SharedLinkCreateDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "SharedLinkCreateDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/shared_link_edit_dto.dart b/mobile/openapi/lib/model/shared_link_edit_dto.dart index 5f031ca79..7d3c7c9cf 100644 --- a/mobile/openapi/lib/model/shared_link_edit_dto.dart +++ b/mobile/openapi/lib/model/shared_link_edit_dto.dart @@ -117,7 +117,7 @@ class SharedLinkEditDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "SharedLinkEditDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "SharedLinkEditDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "SharedLinkEditDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/shared_link_response_dto.dart b/mobile/openapi/lib/model/shared_link_response_dto.dart index 77b4a5016..d353082a5 100644 --- a/mobile/openapi/lib/model/shared_link_response_dto.dart +++ b/mobile/openapi/lib/model/shared_link_response_dto.dart @@ -133,7 +133,7 @@ class SharedLinkResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "SharedLinkResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "SharedLinkResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "SharedLinkResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/sign_up_dto.dart b/mobile/openapi/lib/model/sign_up_dto.dart index a68c3d92f..5a2414448 100644 --- a/mobile/openapi/lib/model/sign_up_dto.dart +++ b/mobile/openapi/lib/model/sign_up_dto.dart @@ -67,7 +67,7 @@ class SignUpDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "SignUpDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "SignUpDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "SignUpDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/smart_info_response_dto.dart b/mobile/openapi/lib/model/smart_info_response_dto.dart index 22e7f8c1b..0cb5a70de 100644 --- a/mobile/openapi/lib/model/smart_info_response_dto.dart +++ b/mobile/openapi/lib/model/smart_info_response_dto.dart @@ -63,7 +63,7 @@ class SmartInfoResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "SmartInfoResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "SmartInfoResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "SmartInfoResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/system_config_dto.dart b/mobile/openapi/lib/model/system_config_dto.dart index 1cef06bd1..2e8688b34 100644 --- a/mobile/openapi/lib/model/system_config_dto.dart +++ b/mobile/openapi/lib/model/system_config_dto.dart @@ -73,7 +73,7 @@ class SystemConfigDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "SystemConfigDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "SystemConfigDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "SystemConfigDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/system_config_f_fmpeg_dto.dart b/mobile/openapi/lib/model/system_config_f_fmpeg_dto.dart index cc11f4744..e799b7477 100644 --- a/mobile/openapi/lib/model/system_config_f_fmpeg_dto.dart +++ b/mobile/openapi/lib/model/system_config_f_fmpeg_dto.dart @@ -97,7 +97,7 @@ class SystemConfigFFmpegDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "SystemConfigFFmpegDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "SystemConfigFFmpegDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "SystemConfigFFmpegDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/system_config_job_dto.dart b/mobile/openapi/lib/model/system_config_job_dto.dart index c902e5005..8e9bfd40d 100644 --- a/mobile/openapi/lib/model/system_config_job_dto.dart +++ b/mobile/openapi/lib/model/system_config_job_dto.dart @@ -103,7 +103,7 @@ class SystemConfigJobDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "SystemConfigJobDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "SystemConfigJobDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "SystemConfigJobDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/system_config_o_auth_dto.dart b/mobile/openapi/lib/model/system_config_o_auth_dto.dart index 5ce9e0aba..4fa7359e7 100644 --- a/mobile/openapi/lib/model/system_config_o_auth_dto.dart +++ b/mobile/openapi/lib/model/system_config_o_auth_dto.dart @@ -103,7 +103,7 @@ class SystemConfigOAuthDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "SystemConfigOAuthDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "SystemConfigOAuthDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "SystemConfigOAuthDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/system_config_password_login_dto.dart b/mobile/openapi/lib/model/system_config_password_login_dto.dart index 67cc5f6d7..e6622a937 100644 --- a/mobile/openapi/lib/model/system_config_password_login_dto.dart +++ b/mobile/openapi/lib/model/system_config_password_login_dto.dart @@ -49,7 +49,7 @@ class SystemConfigPasswordLoginDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "SystemConfigPasswordLoginDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "SystemConfigPasswordLoginDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "SystemConfigPasswordLoginDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/system_config_storage_template_dto.dart b/mobile/openapi/lib/model/system_config_storage_template_dto.dart index c170ad07b..ae077c528 100644 --- a/mobile/openapi/lib/model/system_config_storage_template_dto.dart +++ b/mobile/openapi/lib/model/system_config_storage_template_dto.dart @@ -49,7 +49,7 @@ class SystemConfigStorageTemplateDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "SystemConfigStorageTemplateDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "SystemConfigStorageTemplateDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "SystemConfigStorageTemplateDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/system_config_template_storage_option_dto.dart b/mobile/openapi/lib/model/system_config_template_storage_option_dto.dart index 8ea0bdd38..23e20dff9 100644 --- a/mobile/openapi/lib/model/system_config_template_storage_option_dto.dart +++ b/mobile/openapi/lib/model/system_config_template_storage_option_dto.dart @@ -85,7 +85,7 @@ class SystemConfigTemplateStorageOptionDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "SystemConfigTemplateStorageOptionDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "SystemConfigTemplateStorageOptionDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "SystemConfigTemplateStorageOptionDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/tag_response_dto.dart b/mobile/openapi/lib/model/tag_response_dto.dart index 8c4dd45ed..30ff9b7aa 100644 --- a/mobile/openapi/lib/model/tag_response_dto.dart +++ b/mobile/openapi/lib/model/tag_response_dto.dart @@ -67,7 +67,7 @@ class TagResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "TagResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "TagResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "TagResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/update_album_dto.dart b/mobile/openapi/lib/model/update_album_dto.dart index 234e70bf7..671b45d8f 100644 --- a/mobile/openapi/lib/model/update_album_dto.dart +++ b/mobile/openapi/lib/model/update_album_dto.dart @@ -75,7 +75,7 @@ class UpdateAlbumDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "UpdateAlbumDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "UpdateAlbumDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "UpdateAlbumDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/update_asset_dto.dart b/mobile/openapi/lib/model/update_asset_dto.dart index 67e36d1a9..4063f8a71 100644 --- a/mobile/openapi/lib/model/update_asset_dto.dart +++ b/mobile/openapi/lib/model/update_asset_dto.dart @@ -97,7 +97,7 @@ class UpdateAssetDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "UpdateAssetDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "UpdateAssetDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "UpdateAssetDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/update_tag_dto.dart b/mobile/openapi/lib/model/update_tag_dto.dart index 325131480..d9d3f48be 100644 --- a/mobile/openapi/lib/model/update_tag_dto.dart +++ b/mobile/openapi/lib/model/update_tag_dto.dart @@ -59,7 +59,7 @@ class UpdateTagDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "UpdateTagDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "UpdateTagDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "UpdateTagDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/update_user_dto.dart b/mobile/openapi/lib/model/update_user_dto.dart index 1a77bd909..aa92fa64a 100644 --- a/mobile/openapi/lib/model/update_user_dto.dart +++ b/mobile/openapi/lib/model/update_user_dto.dart @@ -177,7 +177,7 @@ class UpdateUserDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "UpdateUserDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "UpdateUserDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "UpdateUserDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/usage_by_user_dto.dart b/mobile/openapi/lib/model/usage_by_user_dto.dart index fb23acc6f..b95e979d4 100644 --- a/mobile/openapi/lib/model/usage_by_user_dto.dart +++ b/mobile/openapi/lib/model/usage_by_user_dto.dart @@ -79,7 +79,7 @@ class UsageByUserDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "UsageByUserDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "UsageByUserDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "UsageByUserDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/user_count_response_dto.dart b/mobile/openapi/lib/model/user_count_response_dto.dart index a5005f184..61fe856d2 100644 --- a/mobile/openapi/lib/model/user_count_response_dto.dart +++ b/mobile/openapi/lib/model/user_count_response_dto.dart @@ -49,7 +49,7 @@ class UserCountResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "UserCountResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "UserCountResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "UserCountResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/user_response_dto.dart b/mobile/openapi/lib/model/user_response_dto.dart index 8765dc528..26363de85 100644 --- a/mobile/openapi/lib/model/user_response_dto.dart +++ b/mobile/openapi/lib/model/user_response_dto.dart @@ -133,7 +133,7 @@ class UserResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "UserResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "UserResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "UserResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/mobile/openapi/lib/model/validate_access_token_response_dto.dart b/mobile/openapi/lib/model/validate_access_token_response_dto.dart index 7a39b7f50..d7884d9c0 100644 --- a/mobile/openapi/lib/model/validate_access_token_response_dto.dart +++ b/mobile/openapi/lib/model/validate_access_token_response_dto.dart @@ -49,7 +49,7 @@ class ValidateAccessTokenResponseDto { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "ValidateAccessTokenResponseDto[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "ValidateAccessTokenResponseDto[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "ValidateAccessTokenResponseDto[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/server/openapi-generator/templates/mobile/serialization/native/native_class.mustache b/server/openapi-generator/templates/mobile/serialization/native/native_class.mustache index 9dfc6931a..83f4f0ded 100644 --- a/server/openapi-generator/templates/mobile/serialization/native/native_class.mustache +++ b/server/openapi-generator/templates/mobile/serialization/native/native_class.mustache @@ -120,7 +120,7 @@ class {{{classname}}} { assert(() { requiredKeys.forEach((key) { assert(json.containsKey(key), 'Required key "{{{classname}}}[$key]" is missing from JSON.'); - assert(json[key] != null, 'Required key "{{{classname}}}[$key]" has a null value in JSON.'); + // assert(json[key] != null, 'Required key "{{{classname}}}[$key]" has a null value in JSON.'); }); return true; }()); diff --git a/server/openapi-generator/templates/mobile/serialization/native/native_class.mustache.patch b/server/openapi-generator/templates/mobile/serialization/native/native_class.mustache.patch index 11ecf0271..67f0b2f8c 100644 --- a/server/openapi-generator/templates/mobile/serialization/native/native_class.mustache.patch +++ b/server/openapi-generator/templates/mobile/serialization/native/native_class.mustache.patch @@ -1,5 +1,5 @@ ---- native_class.mustache 2023-01-04 09:58:25.683944036 -0500 -+++ native_class1.mustache 2023-01-04 09:59:43.856353945 -0500 +--- native_class.mustache 2023-06-22 12:00:16.480685565 -0500 ++++ native_class1.mustache 2023-06-22 12:01:41.772534371 -0500 @@ -91,14 +91,14 @@ {{/isDateTime}} {{#isNullable}} @@ -17,3 +17,12 @@ } {{/defaultValue}} {{/required}} +@@ -120,7 +120,7 @@ + assert(() { + requiredKeys.forEach((key) { + assert(json.containsKey(key), 'Required key "{{{classname}}}[$key]" is missing from JSON.'); +- assert(json[key] != null, 'Required key "{{{classname}}}[$key]" has a null value in JSON.'); ++ // assert(json[key] != null, 'Required key "{{{classname}}}[$key]" has a null value in JSON.'); + }); + return true; + }());