Skip to content

codegen: resync gen/ from EF 70e1b27d - #358

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

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

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

@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-693cf314 from EF commit 693cf31455e527bbed647d5737a3760289f57427.

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