Browse Source

chore(server): patch dart openapi assertion (#2914)

* chore(server): patch dart openapi assertion

* remove unused file
Alex 2 years ago
parent
commit
4311d385fc
93 changed files with 103 additions and 94 deletions
  1. 1 1
      mobile/openapi/lib/model/add_assets_dto.dart
  2. 1 1
      mobile/openapi/lib/model/add_assets_response_dto.dart
  3. 1 1
      mobile/openapi/lib/model/add_users_dto.dart
  4. 1 1
      mobile/openapi/lib/model/admin_signup_response_dto.dart
  5. 1 1
      mobile/openapi/lib/model/album_count_response_dto.dart
  6. 1 1
      mobile/openapi/lib/model/album_response_dto.dart
  7. 1 1
      mobile/openapi/lib/model/all_job_status_response_dto.dart
  8. 1 1
      mobile/openapi/lib/model/api_key_create_dto.dart
  9. 1 1
      mobile/openapi/lib/model/api_key_create_response_dto.dart
  10. 1 1
      mobile/openapi/lib/model/api_key_response_dto.dart
  11. 1 1
      mobile/openapi/lib/model/api_key_update_dto.dart
  12. 1 1
      mobile/openapi/lib/model/asset_bulk_upload_check_dto.dart
  13. 1 1
      mobile/openapi/lib/model/asset_bulk_upload_check_item.dart
  14. 1 1
      mobile/openapi/lib/model/asset_bulk_upload_check_response_dto.dart
  15. 1 1
      mobile/openapi/lib/model/asset_bulk_upload_check_result.dart
  16. 1 1
      mobile/openapi/lib/model/asset_count_by_time_bucket.dart
  17. 1 1
      mobile/openapi/lib/model/asset_count_by_time_bucket_response_dto.dart
  18. 1 1
      mobile/openapi/lib/model/asset_count_by_user_id_response_dto.dart
  19. 1 1
      mobile/openapi/lib/model/asset_file_upload_response_dto.dart
  20. 1 1
      mobile/openapi/lib/model/asset_ids_dto.dart
  21. 1 1
      mobile/openapi/lib/model/asset_ids_response_dto.dart
  22. 1 1
      mobile/openapi/lib/model/asset_response_dto.dart
  23. 1 1
      mobile/openapi/lib/model/auth_device_response_dto.dart
  24. 1 1
      mobile/openapi/lib/model/change_password_dto.dart
  25. 1 1
      mobile/openapi/lib/model/check_duplicate_asset_dto.dart
  26. 1 1
      mobile/openapi/lib/model/check_duplicate_asset_response_dto.dart
  27. 1 1
      mobile/openapi/lib/model/check_existing_assets_dto.dart
  28. 1 1
      mobile/openapi/lib/model/check_existing_assets_response_dto.dart
  29. 1 1
      mobile/openapi/lib/model/create_album_dto.dart
  30. 1 1
      mobile/openapi/lib/model/create_profile_image_response_dto.dart
  31. 1 1
      mobile/openapi/lib/model/create_tag_dto.dart
  32. 1 1
      mobile/openapi/lib/model/create_user_dto.dart
  33. 1 1
      mobile/openapi/lib/model/curated_locations_response_dto.dart
  34. 1 1
      mobile/openapi/lib/model/curated_objects_response_dto.dart
  35. 1 1
      mobile/openapi/lib/model/delete_asset_dto.dart
  36. 1 1
      mobile/openapi/lib/model/delete_asset_response_dto.dart
  37. 1 1
      mobile/openapi/lib/model/download_files_dto.dart
  38. 1 1
      mobile/openapi/lib/model/exif_response_dto.dart
  39. 1 1
      mobile/openapi/lib/model/get_asset_by_time_bucket_dto.dart
  40. 1 1
      mobile/openapi/lib/model/get_asset_count_by_time_bucket_dto.dart
  41. 1 1
      mobile/openapi/lib/model/import_asset_dto.dart
  42. 1 1
      mobile/openapi/lib/model/job_command_dto.dart
  43. 1 1
      mobile/openapi/lib/model/job_counts_dto.dart
  44. 1 1
      mobile/openapi/lib/model/job_settings_dto.dart
  45. 1 1
      mobile/openapi/lib/model/job_status_dto.dart
  46. 1 1
      mobile/openapi/lib/model/login_credential_dto.dart
  47. 1 1
      mobile/openapi/lib/model/login_response_dto.dart
  48. 1 1
      mobile/openapi/lib/model/logout_response_dto.dart
  49. 1 1
      mobile/openapi/lib/model/map_marker_response_dto.dart
  50. 1 1
      mobile/openapi/lib/model/memory_lane_response_dto.dart
  51. 1 1
      mobile/openapi/lib/model/o_auth_callback_dto.dart
  52. 1 1
      mobile/openapi/lib/model/o_auth_config_dto.dart
  53. 1 1
      mobile/openapi/lib/model/o_auth_config_response_dto.dart
  54. 1 1
      mobile/openapi/lib/model/person_response_dto.dart
  55. 1 1
      mobile/openapi/lib/model/person_update_dto.dart
  56. 1 1
      mobile/openapi/lib/model/queue_status_dto.dart
  57. 1 1
      mobile/openapi/lib/model/remove_assets_dto.dart
  58. 1 1
      mobile/openapi/lib/model/search_album_response_dto.dart
  59. 1 1
      mobile/openapi/lib/model/search_asset_dto.dart
  60. 1 1
      mobile/openapi/lib/model/search_asset_response_dto.dart
  61. 1 1
      mobile/openapi/lib/model/search_config_response_dto.dart
  62. 1 1
      mobile/openapi/lib/model/search_explore_item.dart
  63. 1 1
      mobile/openapi/lib/model/search_explore_response_dto.dart
  64. 1 1
      mobile/openapi/lib/model/search_facet_count_response_dto.dart
  65. 1 1
      mobile/openapi/lib/model/search_facet_response_dto.dart
  66. 1 1
      mobile/openapi/lib/model/search_response_dto.dart
  67. 1 1
      mobile/openapi/lib/model/server_info_response_dto.dart
  68. 1 1
      mobile/openapi/lib/model/server_ping_response.dart
  69. 1 1
      mobile/openapi/lib/model/server_stats_response_dto.dart
  70. 1 1
      mobile/openapi/lib/model/server_version_reponse_dto.dart
  71. 1 1
      mobile/openapi/lib/model/shared_link_create_dto.dart
  72. 1 1
      mobile/openapi/lib/model/shared_link_edit_dto.dart
  73. 1 1
      mobile/openapi/lib/model/shared_link_response_dto.dart
  74. 1 1
      mobile/openapi/lib/model/sign_up_dto.dart
  75. 1 1
      mobile/openapi/lib/model/smart_info_response_dto.dart
  76. 1 1
      mobile/openapi/lib/model/system_config_dto.dart
  77. 1 1
      mobile/openapi/lib/model/system_config_f_fmpeg_dto.dart
  78. 1 1
      mobile/openapi/lib/model/system_config_job_dto.dart
  79. 1 1
      mobile/openapi/lib/model/system_config_o_auth_dto.dart
  80. 1 1
      mobile/openapi/lib/model/system_config_password_login_dto.dart
  81. 1 1
      mobile/openapi/lib/model/system_config_storage_template_dto.dart
  82. 1 1
      mobile/openapi/lib/model/system_config_template_storage_option_dto.dart
  83. 1 1
      mobile/openapi/lib/model/tag_response_dto.dart
  84. 1 1
      mobile/openapi/lib/model/update_album_dto.dart
  85. 1 1
      mobile/openapi/lib/model/update_asset_dto.dart
  86. 1 1
      mobile/openapi/lib/model/update_tag_dto.dart
  87. 1 1
      mobile/openapi/lib/model/update_user_dto.dart
  88. 1 1
      mobile/openapi/lib/model/usage_by_user_dto.dart
  89. 1 1
      mobile/openapi/lib/model/user_count_response_dto.dart
  90. 1 1
      mobile/openapi/lib/model/user_response_dto.dart
  91. 1 1
      mobile/openapi/lib/model/validate_access_token_response_dto.dart
  92. 1 1
      server/openapi-generator/templates/mobile/serialization/native/native_class.mustache
  93. 11 2
      server/openapi-generator/templates/mobile/serialization/native/native_class.mustache.patch

+ 1 - 1
mobile/openapi/lib/model/add_assets_dto.dart

@@ -49,7 +49,7 @@ class AddAssetsDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "AddAssetsDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/add_assets_response_dto.dart

@@ -71,7 +71,7 @@ class AddAssetsResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "AddAssetsResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/add_users_dto.dart

@@ -49,7 +49,7 @@ class AddUsersDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "AddUsersDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/admin_signup_response_dto.dart

@@ -73,7 +73,7 @@ class AdminSignupResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "AdminSignupResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/album_count_response_dto.dart

@@ -61,7 +61,7 @@ class AlbumCountResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "AlbumCountResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/album_response_dto.dart

@@ -129,7 +129,7 @@ class AlbumResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "AlbumResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/all_job_status_response_dto.dart

@@ -103,7 +103,7 @@ class AllJobStatusResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "AllJobStatusResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/api_key_create_dto.dart

@@ -59,7 +59,7 @@ class APIKeyCreateDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "APIKeyCreateDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/api_key_create_response_dto.dart

@@ -55,7 +55,7 @@ class APIKeyCreateResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "APIKeyCreateResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/api_key_response_dto.dart

@@ -67,7 +67,7 @@ class APIKeyResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "APIKeyResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/api_key_update_dto.dart

@@ -49,7 +49,7 @@ class APIKeyUpdateDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "APIKeyUpdateDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/asset_bulk_upload_check_dto.dart

@@ -49,7 +49,7 @@ class AssetBulkUploadCheckDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "AssetBulkUploadCheckDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/asset_bulk_upload_check_item.dart

@@ -56,7 +56,7 @@ class AssetBulkUploadCheckItem {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "AssetBulkUploadCheckItem[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/asset_bulk_upload_check_response_dto.dart

@@ -49,7 +49,7 @@ class AssetBulkUploadCheckResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "AssetBulkUploadCheckResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/asset_bulk_upload_check_result.dart

@@ -81,7 +81,7 @@ class AssetBulkUploadCheckResult {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "AssetBulkUploadCheckResult[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/asset_count_by_time_bucket.dart

@@ -55,7 +55,7 @@ class AssetCountByTimeBucket {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "AssetCountByTimeBucket[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/asset_count_by_time_bucket_response_dto.dart

@@ -55,7 +55,7 @@ class AssetCountByTimeBucketResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "AssetCountByTimeBucketResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/asset_count_by_user_id_response_dto.dart

@@ -73,7 +73,7 @@ class AssetCountByUserIdResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "AssetCountByUserIdResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/asset_file_upload_response_dto.dart

@@ -55,7 +55,7 @@ class AssetFileUploadResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "AssetFileUploadResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/asset_ids_dto.dart

@@ -49,7 +49,7 @@ class AssetIdsDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "AssetIdsDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/asset_ids_response_dto.dart

@@ -65,7 +65,7 @@ class AssetIdsResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "AssetIdsResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/asset_response_dto.dart

@@ -209,7 +209,7 @@ class AssetResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "AssetResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/auth_device_response_dto.dart

@@ -79,7 +79,7 @@ class AuthDeviceResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "AuthDeviceResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/change_password_dto.dart

@@ -55,7 +55,7 @@ class ChangePasswordDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "ChangePasswordDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/check_duplicate_asset_dto.dart

@@ -55,7 +55,7 @@ class CheckDuplicateAssetDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "CheckDuplicateAssetDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/check_duplicate_asset_response_dto.dart

@@ -65,7 +65,7 @@ class CheckDuplicateAssetResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "CheckDuplicateAssetResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/check_existing_assets_dto.dart

@@ -55,7 +55,7 @@ class CheckExistingAssetsDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "CheckExistingAssetsDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/check_existing_assets_response_dto.dart

@@ -49,7 +49,7 @@ class CheckExistingAssetsResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "CheckExistingAssetsResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/create_album_dto.dart

@@ -61,7 +61,7 @@ class CreateAlbumDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "CreateAlbumDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/create_profile_image_response_dto.dart

@@ -55,7 +55,7 @@ class CreateProfileImageResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "CreateProfileImageResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/create_tag_dto.dart

@@ -55,7 +55,7 @@ class CreateTagDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "CreateTagDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/create_user_dto.dart

@@ -87,7 +87,7 @@ class CreateUserDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "CreateUserDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/curated_locations_response_dto.dart

@@ -73,7 +73,7 @@ class CuratedLocationsResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "CuratedLocationsResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/curated_objects_response_dto.dart

@@ -73,7 +73,7 @@ class CuratedObjectsResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "CuratedObjectsResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/delete_asset_dto.dart

@@ -49,7 +49,7 @@ class DeleteAssetDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "DeleteAssetDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/delete_asset_response_dto.dart

@@ -55,7 +55,7 @@ class DeleteAssetResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "DeleteAssetResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/download_files_dto.dart

@@ -49,7 +49,7 @@ class DownloadFilesDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "DownloadFilesDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/exif_response_dto.dart

@@ -243,7 +243,7 @@ class ExifResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "ExifResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/get_asset_by_time_bucket_dto.dart

@@ -82,7 +82,7 @@ class GetAssetByTimeBucketDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "GetAssetByTimeBucketDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/get_asset_count_by_time_bucket_dto.dart

@@ -82,7 +82,7 @@ class GetAssetCountByTimeBucketDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "GetAssetCountByTimeBucketDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/import_asset_dto.dart

@@ -155,7 +155,7 @@ class ImportAssetDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "ImportAssetDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/job_command_dto.dart

@@ -55,7 +55,7 @@ class JobCommandDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "JobCommandDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/job_counts_dto.dart

@@ -79,7 +79,7 @@ class JobCountsDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "JobCountsDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/job_settings_dto.dart

@@ -49,7 +49,7 @@ class JobSettingsDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "JobSettingsDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/job_status_dto.dart

@@ -55,7 +55,7 @@ class JobStatusDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "JobStatusDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/login_credential_dto.dart

@@ -55,7 +55,7 @@ class LoginCredentialDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "LoginCredentialDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/login_response_dto.dart

@@ -91,7 +91,7 @@ class LoginResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "LoginResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/logout_response_dto.dart

@@ -55,7 +55,7 @@ class LogoutResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "LogoutResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/map_marker_response_dto.dart

@@ -61,7 +61,7 @@ class MapMarkerResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "MapMarkerResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/memory_lane_response_dto.dart

@@ -55,7 +55,7 @@ class MemoryLaneResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "MemoryLaneResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/o_auth_callback_dto.dart

@@ -49,7 +49,7 @@ class OAuthCallbackDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "OAuthCallbackDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/o_auth_config_dto.dart

@@ -49,7 +49,7 @@ class OAuthConfigDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "OAuthConfigDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/o_auth_config_response_dto.dart

@@ -103,7 +103,7 @@ class OAuthConfigResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "OAuthConfigResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/person_response_dto.dart

@@ -61,7 +61,7 @@ class PersonResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "PersonResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/person_update_dto.dart

@@ -49,7 +49,7 @@ class PersonUpdateDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "PersonUpdateDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/queue_status_dto.dart

@@ -55,7 +55,7 @@ class QueueStatusDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "QueueStatusDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/remove_assets_dto.dart

@@ -49,7 +49,7 @@ class RemoveAssetsDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "RemoveAssetsDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/search_album_response_dto.dart

@@ -67,7 +67,7 @@ class SearchAlbumResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "SearchAlbumResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/search_asset_dto.dart

@@ -49,7 +49,7 @@ class SearchAssetDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "SearchAssetDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/search_asset_response_dto.dart

@@ -67,7 +67,7 @@ class SearchAssetResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "SearchAssetResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/search_config_response_dto.dart

@@ -49,7 +49,7 @@ class SearchConfigResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "SearchConfigResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/search_explore_item.dart

@@ -55,7 +55,7 @@ class SearchExploreItem {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "SearchExploreItem[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/search_explore_response_dto.dart

@@ -55,7 +55,7 @@ class SearchExploreResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "SearchExploreResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/search_facet_count_response_dto.dart

@@ -55,7 +55,7 @@ class SearchFacetCountResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "SearchFacetCountResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/search_facet_response_dto.dart

@@ -55,7 +55,7 @@ class SearchFacetResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "SearchFacetResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/search_response_dto.dart

@@ -55,7 +55,7 @@ class SearchResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "SearchResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/server_info_response_dto.dart

@@ -85,7 +85,7 @@ class ServerInfoResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "ServerInfoResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/server_ping_response.dart

@@ -49,7 +49,7 @@ class ServerPingResponse {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "ServerPingResponse[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/server_stats_response_dto.dart

@@ -67,7 +67,7 @@ class ServerStatsResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "ServerStatsResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/server_version_reponse_dto.dart

@@ -61,7 +61,7 @@ class ServerVersionReponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "ServerVersionReponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/shared_link_create_dto.dart

@@ -115,7 +115,7 @@ class SharedLinkCreateDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "SharedLinkCreateDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/shared_link_edit_dto.dart

@@ -117,7 +117,7 @@ class SharedLinkEditDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "SharedLinkEditDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/shared_link_response_dto.dart

@@ -133,7 +133,7 @@ class SharedLinkResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "SharedLinkResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/sign_up_dto.dart

@@ -67,7 +67,7 @@ class SignUpDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "SignUpDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/smart_info_response_dto.dart

@@ -63,7 +63,7 @@ class SmartInfoResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "SmartInfoResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/system_config_dto.dart

@@ -73,7 +73,7 @@ class SystemConfigDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "SystemConfigDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/system_config_f_fmpeg_dto.dart

@@ -97,7 +97,7 @@ class SystemConfigFFmpegDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "SystemConfigFFmpegDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/system_config_job_dto.dart

@@ -103,7 +103,7 @@ class SystemConfigJobDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "SystemConfigJobDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/system_config_o_auth_dto.dart

@@ -103,7 +103,7 @@ class SystemConfigOAuthDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "SystemConfigOAuthDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/system_config_password_login_dto.dart

@@ -49,7 +49,7 @@ class SystemConfigPasswordLoginDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "SystemConfigPasswordLoginDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/system_config_storage_template_dto.dart

@@ -49,7 +49,7 @@ class SystemConfigStorageTemplateDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "SystemConfigStorageTemplateDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/system_config_template_storage_option_dto.dart

@@ -85,7 +85,7 @@ class SystemConfigTemplateStorageOptionDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "SystemConfigTemplateStorageOptionDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/tag_response_dto.dart

@@ -67,7 +67,7 @@ class TagResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "TagResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/update_album_dto.dart

@@ -75,7 +75,7 @@ class UpdateAlbumDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "UpdateAlbumDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/update_asset_dto.dart

@@ -97,7 +97,7 @@ class UpdateAssetDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "UpdateAssetDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/update_tag_dto.dart

@@ -59,7 +59,7 @@ class UpdateTagDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "UpdateTagDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/update_user_dto.dart

@@ -177,7 +177,7 @@ class UpdateUserDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "UpdateUserDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/usage_by_user_dto.dart

@@ -79,7 +79,7 @@ class UsageByUserDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "UsageByUserDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/user_count_response_dto.dart

@@ -49,7 +49,7 @@ class UserCountResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "UserCountResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/user_response_dto.dart

@@ -133,7 +133,7 @@ class UserResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "UserResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
mobile/openapi/lib/model/validate_access_token_response_dto.dart

@@ -49,7 +49,7 @@ class ValidateAccessTokenResponseDto {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "ValidateAccessTokenResponseDto[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 1 - 1
server/openapi-generator/templates/mobile/serialization/native/native_class.mustache

@@ -120,7 +120,7 @@ class {{{classname}}} {
       assert(() {
       assert(() {
         requiredKeys.forEach((key) {
         requiredKeys.forEach((key) {
           assert(json.containsKey(key), 'Required key "{{{classname}}}[$key]" is missing from JSON.');
           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;
         return true;
       }());
       }());

+ 11 - 2
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 @@
 @@ -91,14 +91,14 @@
      {{/isDateTime}}
      {{/isDateTime}}
      {{#isNullable}}
      {{#isNullable}}
@@ -17,3 +17,12 @@
      }
      }
          {{/defaultValue}}
          {{/defaultValue}}
        {{/required}}
        {{/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;
+       }());