Skip to content

codegen: resync gen/ from EF a5638a9b - #354

Closed
heygen-rui-bot wants to merge 1 commit into
mainfrom
sync/cli-codegen-a5638a9b
Closed

heygen-rui-bot wants to merge 1 commit into
mainfrom
sync/cli-codegen-a5638a9b

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 video-translate proofreads delete -- DELETE /v3/video-translations/proofreads/{proofread_id}
  • heygen video-translate proofreads list -- GET /v3/video-translations/proofreads

Changed commands

  • heygen video-agent create: added --visibility

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

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

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

@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-agent create
+ 			Name: "visibility",
+ 			Type: "string",
+ 			Default: "team",
+ 			Required: false,
+ 			Enum: []string{"private", "team", "public"},
+ 			Min: nil,
+ 			Max: nil,
+ 			Source: "body",
+ 			JSONName: "visibility",

New commands — additive, nothing existing can break.

  • heygen video-translate proofreads delete
  • heygen video-translate proofreads list

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

@heygen-rui-bot

Copy link
Copy Markdown
Collaborator Author

Superseded by sync/cli-codegen-7f537a38 from EF commit 7f537a3841a95b85b58c2301a3ff83e130f70e3e.

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