This repository has no description

draft-vods: add empty output to deleteDraft for clean codegen master

golangci-lint flagged an S1021 (merge var declaration) on the generated deleteDraft stub because its lexicon had no output block, producing a bare 'var handleErr error' unlike every other procedure stub. Adding an empty output object (matching deleteBlock/deletePin/deleteGate/deleteVodGate) makes the generated stub follow the standard 'var out *...Output' pattern, and the handler now returns a *VodDeleteDraft_Output. Regenerated Go stubs/ types, TS client, and docs. lint clean (0 issues). Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>


+51 -15
6 changed files