Skip to content

Commit c0b4a88

Browse files
magic-hour-sdk-bot[bot]sdk-github-actions[bot]davidhu2000
authored
feat: add generation mode to lip sync API, update default for talking photo to pro (#123)
Co-authored-by: sdk-github-actions[bot] <sdk-github-actions[bot]@users.noreply.github.com> Co-authored-by: David Hu <[email protected]>
1 parent fd95db2 commit c0b4a88

File tree

38 files changed

+173
-17
lines changed

38 files changed

+173
-17
lines changed

.sdk.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "efe25d79-fd74-485d-ab71-dbbcd9d68b8d",
2+
"id": "31df0519-cea5-43da-929f-50f1bfbc429b",
33
"tracked_paths": [
44
{
55
"editable": true,
@@ -941,6 +941,14 @@
941941
"editable": false,
942942
"path": "src/types/v1-lip-sync-create-body-assets.ts"
943943
},
944+
{
945+
"editable": false,
946+
"path": "src/types/v1-lip-sync-create-body-style-generation-mode-enum.ts"
947+
},
948+
{
949+
"editable": false,
950+
"path": "src/types/v1-lip-sync-create-body-style.ts"
951+
},
944952
{
945953
"editable": false,
946954
"path": "src/types/v1-lip-sync-create-body.ts"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magic-hour",
3-
"version": "0.40.0",
3+
"version": "0.41.0",
44
"main": "./dist/index.js",
55
"types": "./dist/index.d.ts",
66
"exports": {

src/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export enum Environment {
22
Environment = "https://api.magichour.ai",
3-
MockServer = "https://api.sideko.dev/v1/mock/magichour/magic-hour/0.40.0",
3+
MockServer = "https://api.sideko.dev/v1/mock/magichour/magic-hour/0.41.0",
44
}

src/resources/v1/ai-clothes-changer/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Module Functions
44

55

6+
67
<!-- CUSTOM DOCS START -->
78
### AI Clothes Changer Generate Workflow <a name="generate"></a>
89

src/resources/v1/ai-face-editor/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Module Functions
44

55

6+
67
<!-- CUSTOM DOCS START -->
78
### AI Face Editor Generate Workflow <a name="generate"></a>
89

src/resources/v1/ai-gif-generator/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Module Functions
44

55

6+
67
<!-- CUSTOM DOCS START -->
78
### AI Gif Generator Generate Workflow <a name="generate"></a>
89

src/resources/v1/ai-headshot-generator/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Module Functions
44

55

6+
67
<!-- CUSTOM DOCS START -->
78
### AI Headshot Generator Generate Workflow <a name="generate"></a>
89

src/resources/v1/ai-image-editor/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Module Functions
44

55

6+
67
<!-- CUSTOM DOCS START -->
78
### AI Image Editor Generate Workflow <a name="generate"></a>
89

src/resources/v1/ai-image-generator/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Module Functions
44

55

6+
67
<!-- CUSTOM DOCS START -->
78
### AI Image Generator Generate Workflow <a name="generate"></a>
89

src/resources/v1/ai-image-upscaler/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Module Functions
44

55

6+
67
<!-- CUSTOM DOCS START -->
78
### AI Image Upscaler Generate Workflow <a name="generate"></a>
89

0 commit comments

Comments
 (0)