Skip to content

codegen: resync gen/ from EF 3d91af6f - #352

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

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

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: 3d91af6f017d6574089e647bd0bf7394335cbce8
Triggered by: https://github.com/heygen-com/experiment-framework/commit/3d91af6f017d6574089e647bd0bf7394335cbce8

@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-f1e58a19 from EF commit f1e58a19c6dfe5eac30015682fad262cf7bee5c7.

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