veza/apps/web/src/services/generated/model/getPlaylistsSharedToken200Data.ts
senke 3ca9a2afec
Some checks failed
Veza CI / Backend (Go) (push) Failing after 0s
Veza CI / Frontend (Web) (push) Failing after 0s
Veza CI / Rust (Stream Server) (push) Failing after 0s
Frontend CI / test (push) Failing after 0s
Security Scan / Secret Scanning (gitleaks) (push) Failing after 0s
Veza CI / Notify on failure (push) Failing after 0s
chore(web): regenerate orval output with expanded OpenAPI coverage (v1.0.8 B)
Post-annotation regen. Runs the orval generator against the updated
veza-backend-api/openapi.yaml which now covers the full B-2 scope
(track crud + social + analytics + search + hls + waveform,
playlist collaborators/share/favoris/import/search/recommendations,
user follow/block/search/suggestions).

Scale change in generated/:
- track/track.ts   +3924 LOC  → 122 operation hooks
- playlist.ts      +1713 LOC  → 68 operation hooks
- user/user.ts     +1047 LOC  → 50 operation hooks
- model/ schemas   minor tweaks (User, Playlist, Track fields)

No hand-written frontend code touched in this commit; the hooks are
ready to be consumed feature-by-feature. B3-B8 (actual service
migrations) happen as follow-up commits so each migration stays
reviewable.

make openapi + npm run typecheck .

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-24 01:13:05 +02:00

12 lines
354 B
TypeScript

/**
* Generated by orval v8.8.1 🍺
* Do not edit manually.
* Veza Backend API
* Backend API for Veza platform.
* OpenAPI spec version: 1.2.0
*/
import type { VezaBackendApiInternalModelsPlaylist } from './vezaBackendApiInternalModelsPlaylist';
export type GetPlaylistsSharedToken200Data = {
playlist?: VezaBackendApiInternalModelsPlaylist;
};