feat: добавить endpoint picture/srcset

- добавлен contract DTO для picture sources и fallback image
- реализована выдача versioned Gateway URLs по static presets
- обновлена документация business API и dev smoke flow
This commit is contained in:
2026-05-05 13:35:25 +03:00
parent 3ec1e51bea
commit 56d551b43b
6 changed files with 279 additions and 2 deletions

View File

@@ -90,6 +90,7 @@ curl -sS -X POST http://localhost:3001/api/assets \
curl -sS http://localhost:3001/api/presets
curl -sS http://localhost:3001/api/assets
curl -sS http://localhost:3001/api/assets/asset_demo
curl -sS 'http://localhost:3001/api/assets/asset_demo/picture?preset=card&sizes=100vw'
curl -sS http://localhost:3001/api/assets/asset_demo/variants
```