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:
Jason Rasmussen 2023-05-27 21:56:17 -04:00 committed by GitHub
parent 7f0ad8e2d2
commit bca4626708
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 111 additions and 103 deletions

View file

@ -123,7 +123,7 @@
</div>
{/if}
{#if asset.resizePath}
{#if asset.resized}
<ImageThumbnail
url={api.getAssetThumbnailUrl(asset.id, format, publicSharedKey)}
altText={asset.originalFileName}