Skip to content

codegen: resync gen/ from EF 80b88f1f - #377

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

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

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 folder create -- POST /v3/folders
  • heygen folder get -- GET /v3/folders/{folder_id}
  • heygen template create -- POST /v3/templates
  • heygen template delete -- DELETE /v3/templates/{template_id}
  • heygen template update -- PATCH /v3/templates/{template_id}
  • heygen template variables update -- PUT /v3/templates/{template_id}/variables

Changed commands

  • heygen model audio tts create: added --pitch-shift, --pitch-variance, --speed
  • heygen video-agent send: added --idempotency-key; --message now optional
  • heygen voice clone create: added --age, --gender

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

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

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

@github-actions

Copy link
Copy Markdown
Contributor

Command surface: 3 existing command(s) changed

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

heygen model audio tts create
+ 			Name: "pitch-shift",
+ 			Type: "float64",
+ 			Default: "",
+ 			Required: false,
+ 			Enum: nil,
+ 			Min: nil,
+ 			Max: nil,
+ 			Source: "body",
+ 			JSONName: "pitch_shift",
+ 			Name: "pitch-variance",
+ 			Type: "float64",
+ 			Default: "",
+ 			Required: false,
+ 			Enum: nil,
+ 			Min: nil,
+ 			Max: nil,
+ 			Source: "body",
+ 			JSONName: "pitch_variance",
+ 			Name: "speed",
+ 			Type: "float64",
+ 			Default: "",
+ 			Required: false,
+ 			Enum: nil,
+ 			Min: nil,
+ 			Max: nil,
+ 			Source: "body",
+ 			JSONName: "speed",
heygen video-agent send
+ 			Name: "idempotency-key",
+ 			Type: "string",
+ 			Default: "",
+ 			Required: false,
+ 			Enum: nil,
+ 			Min: nil,
+ 			Max: nil,
+ 			Source: "header",
+ 			JSONName: "Idempotency-Key",
- 			Required: true,
---
+ 			Required: false,
heygen voice clone create
+ 			Name: "age",
+ 			Type: "string",
+ 			Default: "",
+ 			Required: false,
+ 			Enum: []string{"young", "old"},
+ 			Min: nil,
+ 			Max: nil,
+ 			Source: "body",
+ 			JSONName: "age",
+ 			Name: "gender",
+ 			Type: "string",
+ 			Default: "",
+ 			Required: false,
+ 			Enum: []string{"male", "female"},
+ 			Min: nil,
+ 			Max: nil,
+ 			Source: "body",
+ 			JSONName: "gender",

New commands — additive, nothing existing can break.

  • heygen folder create
  • heygen folder get
  • heygen template create
  • heygen template delete
  • heygen template update
  • heygen template variables update

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-9b0be99a from EF commit 9b0be99a7429f6fb7896a0470c5c9a1924e1eda3.

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.

3 participants