mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat(server): return asset checksum (#2582)
* feat: return asset checksum * chore: generate open api * chore: coverage * feat(server): support base64 hashes in bulk upload check: * chore: generate open api
This commit is contained in:
parent
7f0ad8e2d2
commit
bca4626708
17 changed files with 111 additions and 103 deletions
20
mobile/openapi/test/asset_response_dto_test.dart
generated
20
mobile/openapi/test/asset_response_dto_test.dart
generated
|
|
@ -51,8 +51,8 @@ void main() {
|
|||
// TODO
|
||||
});
|
||||
|
||||
// String resizePath
|
||||
test('to test the property `resizePath`', () async {
|
||||
// bool resized
|
||||
test('to test the property `resized`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
|
|
@ -91,16 +91,6 @@ void main() {
|
|||
// TODO
|
||||
});
|
||||
|
||||
// String webpPath
|
||||
test('to test the property `webpPath`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// String encodedVideoPath
|
||||
test('to test the property `encodedVideoPath`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// ExifResponseDto exifInfo
|
||||
test('to test the property `exifInfo`', () async {
|
||||
// TODO
|
||||
|
|
@ -126,6 +116,12 @@ void main() {
|
|||
// TODO
|
||||
});
|
||||
|
||||
// base64 encoded sha1 hash
|
||||
// String checksum
|
||||
test('to test the property `checksum`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue