fix(backend): clips/my-favorites APIをページネーションに対応させる (#16835)

* fix(backend): `clips/my-favorites` APIをページネーションに対応させる

* fix

* fix test

* fix
This commit is contained in:
かっこかり
2025-11-23 22:41:14 +09:00
committed by GitHub
parent c741aa5d7d
commit 70fa621e22
7 changed files with 39 additions and 10 deletions

View File

@@ -1223,6 +1223,9 @@ type ClipsListRequest = operations['clips___list']['requestBody']['content']['ap
// @public (undocumented)
type ClipsListResponse = operations['clips___list']['responses']['200']['content']['application/json'];
// @public (undocumented)
type ClipsMyFavoritesRequest = operations['clips___my-favorites']['requestBody']['content']['application/json'];
// @public (undocumented)
type ClipsMyFavoritesResponse = operations['clips___my-favorites']['responses']['200']['content']['application/json'];
@@ -1774,6 +1777,7 @@ declare namespace entities {
ClipsFavoriteRequest,
ClipsListRequest,
ClipsListResponse,
ClipsMyFavoritesRequest,
ClipsMyFavoritesResponse,
ClipsNotesRequest,
ClipsNotesResponse,