mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Fixed upsert new DeviceInfo with null isAutoBackup property
This commit is contained in:
parent
f096910abc
commit
09103dc981
9 changed files with 9 additions and 27 deletions
8
mobile/openapi/lib/api/device_info_api.dart
generated
8
mobile/openapi/lib/api/device_info_api.dart
generated
|
|
@ -16,8 +16,6 @@ class DeviceInfoApi {
|
|||
|
||||
final ApiClient apiClient;
|
||||
|
||||
///
|
||||
///
|
||||
/// @deprecated
|
||||
///
|
||||
/// Note: This method returns the HTTP [Response].
|
||||
|
|
@ -50,8 +48,6 @@ class DeviceInfoApi {
|
|||
);
|
||||
}
|
||||
|
||||
///
|
||||
///
|
||||
/// @deprecated
|
||||
///
|
||||
/// Parameters:
|
||||
|
|
@ -72,8 +68,6 @@ class DeviceInfoApi {
|
|||
return null;
|
||||
}
|
||||
|
||||
///
|
||||
///
|
||||
/// @deprecated
|
||||
///
|
||||
/// Note: This method returns the HTTP [Response].
|
||||
|
|
@ -106,8 +100,6 @@ class DeviceInfoApi {
|
|||
);
|
||||
}
|
||||
|
||||
///
|
||||
///
|
||||
/// @deprecated
|
||||
///
|
||||
/// Parameters:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue