Skip to content

codegen: resync gen/ from EF faf7ba51 - #313

Merged
somanshreddy merged 2 commits into
mainfrom
sync/cli-codegen-faf7ba51
Aug 27, 2026
Merged

codegen: resync gen/ from EF faf7ba51#313
somanshreddy merged 2 commits into
mainfrom
sync/cli-codegen-faf7ba51

Conversation

@heygen-rui-bot

Copy link
Copy Markdown
Collaborator

Auto-generated PR: a production deploy shipped an updated OpenAPI spec. This PR contains the CLI command definitions regenerated from the now-live prod spec in gen/.

What changed

New commands

  • heygen brand glossaries delete -- DELETE /v3/brand-glossaries/{brand_glossary_id}
  • heygen video scenes get -- GET /v3/videos/{video_id}/scenes

Changed commands

  • heygen video batches create: added --folder-id

Public command surface only; commands hidden from --help are not listed.
Compared against heygen-cli main at 5f44bf1d60f693317c6fce5a144c49b6b7a49844.

If CI fails (e.g. missing examples), fix the issue and push to this branch.

Source commit: faf7ba511c4dcb84b51f952950a1566de6b006a5
Triggered by: https://github.com/heygen-com/experiment-framework/commit/faf7ba511c4dcb84b51f952950a1566de6b006a5

@github-actions

Copy link
Copy Markdown
Contributor

Command surface: 1 existing command(s) changed

Changed — these already existed, so a change can break existing calls.

heygen video batches create
+ 			Name: "folder-id",
+ 			Type: "string",
+ 			Default: "",
+ 			Required: false,
+ 			Enum: nil,
+ 			Min: nil,
+ 			Max: nil,
+ 			Source: "body",
+ 			JSONName: "folder_id",

New commands — additive, nothing existing can break.

  • heygen brand glossaries delete
  • heygen video scenes get

Reference only, never blocking. See RELEASE.md "Checking for Regressions" for how to read this.

The resync brought in two new endpoints. TestAllGeneratedCommandsHaveExamples
requires every generated command to carry at least one curated example, so CI
was red on all three runners until these were written.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@somanshreddy
somanshreddy force-pushed the sync/cli-codegen-faf7ba51 branch from d734fd5 to 5bddb21 Compare August 27, 2026 04:02
@somanshreddy
somanshreddy merged commit 68d52d4 into main Aug 27, 2026
10 checks passed
@somanshreddy
somanshreddy deleted the sync/cli-codegen-faf7ba51 branch August 27, 2026 04:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants