Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
[release] 0.10.71 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroidoruido committed Apr 7, 2023
1 parent 9764ed9 commit f92f229
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ The runtime default model is defined on the GladIA server.
- `toggle_text_emotion_recognition`: boolean
- `toggle_summarization`: boolean
- `toggle_chapterization`: boolean
- `webhook_url`: url
- `webhook_url`: string
- `diarization_max_speakers`: integer
- `output_format`: enum
- *`json`*
Expand Down Expand Up @@ -463,7 +463,7 @@ The runtime default model is defined on the GladIA server.
- `toggle_text_emotion_recognition`: boolean
- `toggle_summarization`: boolean
- `toggle_chapterization`: boolean
- `webhook_url`: url
- `webhook_url`: string
- `diarization_max_speakers`: integer
- `output_format`: enum
- *`json`*
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gladiaio/sdk",
"version": "0.10.70",
"version": "0.10.71",
"repository": {
"type": "git",
"url": "https://github.com/gladiaio/gladia-sdk-js.git"
Expand Down
4 changes: 2 additions & 2 deletions src/meta/endpoint-defs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export const ENDPOINT_DEFS: EndpointDef[] = [
},
{
"in": "formData",
"type": "url",
"type": "string",
"name": "webhook_url",
"example": "",
"required": false
Expand Down Expand Up @@ -656,7 +656,7 @@ export const ENDPOINT_DEFS: EndpointDef[] = [
},
{
"in": "formData",
"type": "url",
"type": "string",
"name": "webhook_url",
"example": "",
"required": false
Expand Down

0 comments on commit f92f229

Please sign in to comment.