Skip to content

Commit 44686c6

Browse files
committed
SDK regeneration
1 parent d9ff56c commit 44686c6

File tree

74 files changed

+892
-883
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+892
-883
lines changed

.mock/definition/empathic-voice/chat.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ channel:
22
path: /v0/evi/chat
33
url: prod
44
auth: false
5+
docs: Chat with Empathic Voice Interface (EVI)
56
query-parameters:
67
config_id:
78
type: optional<string>

.mock/definition/expression-measurement/v0StreamModels.yml .mock/definition/expression-measurement/stream/stream.yml

+15-14
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ channel:
22
path: /v0/stream/models
33
url: prod
44
auth: false
5-
display-name: Stream
65
headers:
76
X-Hume-Api-Key:
87
type: string
@@ -36,8 +35,8 @@ types:
3635
inline: true
3736
StreamModelPredictionsBurstPredictionsItem:
3837
properties:
39-
time: optional<unknown>
40-
emotions: optional<unknown>
38+
time: optional<streamRoot.TimeRange>
39+
emotions: optional<streamRoot.EmotionEmbedding>
4140
source:
4241
openapi: streaming-asyncapi.yml
4342
inline: true
@@ -56,7 +55,7 @@ types:
5655
time:
5756
type: optional<double>
5857
docs: Time in seconds when face detection occurred.
59-
bbox: optional<unknown>
58+
bbox: optional<streamRoot.StreamBoundingBox>
6059
prob:
6160
type: optional<double>
6261
docs: The predicted probability that a detected face was actually a face.
@@ -65,9 +64,9 @@ types:
6564
docs: >-
6665
Identifier for a face. Not that this defaults to `unknown` unless face
6766
identification is enabled in the face model configuration.
68-
emotions: optional<unknown>
69-
facs: optional<unknown>
70-
descriptions: optional<unknown>
67+
emotions: optional<streamRoot.EmotionEmbedding>
68+
facs: optional<streamRoot.EmotionEmbedding>
69+
descriptions: optional<streamRoot.EmotionEmbedding>
7170
source:
7271
openapi: streaming-asyncapi.yml
7372
inline: true
@@ -80,7 +79,7 @@ types:
8079
inline: true
8180
StreamModelPredictionsFacemeshPredictionsItem:
8281
properties:
83-
emotions: optional<unknown>
82+
emotions: optional<streamRoot.EmotionEmbedding>
8483
source:
8584
openapi: streaming-asyncapi.yml
8685
inline: true
@@ -96,10 +95,10 @@ types:
9695
text:
9796
type: optional<string>
9897
docs: A segment of text (like a word or a sentence).
99-
position: optional<unknown>
100-
emotions: optional<unknown>
101-
sentiment: optional<unknown>
102-
toxicity: optional<unknown>
98+
position: optional<streamRoot.TextPosition>
99+
emotions: optional<streamRoot.EmotionEmbedding>
100+
sentiment: optional<streamRoot.Sentiment>
101+
toxicity: optional<streamRoot.Toxicity>
103102
source:
104103
openapi: streaming-asyncapi.yml
105104
inline: true
@@ -112,8 +111,8 @@ types:
112111
inline: true
113112
StreamModelPredictionsProsodyPredictionsItem:
114113
properties:
115-
time: optional<unknown>
116-
emotions: optional<unknown>
114+
time: optional<streamRoot.TimeRange>
115+
emotions: optional<streamRoot.EmotionEmbedding>
117116
source:
118117
openapi: streaming-asyncapi.yml
119118
inline: true
@@ -435,3 +434,5 @@ types:
435434
received.
436435
source:
437436
openapi: streaming-asyncapi.yml
437+
imports:
438+
streamRoot: __package__.yml

.mock/definition/tts/voices.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ service:
2323
type: string
2424
docs: >-
2525
Id of the TTS generation (as returned by the [/v0/tts
26-
endpoint](/reference/text-to-speech-evi/synthesize-json#response.body.generations.generation_id))
26+
endpoint](/reference/text-to-speech-tts/synthesize-json#response.body.generations.generation_id))
2727
that should be saved as a voice.
2828
name:
2929
type: string

.mock/fern.config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"organization" : "hume",
3-
"version" : "0.53.17"
3+
"version" : "0.56.21"
44
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hume",
3-
"version": "0.9.12",
3+
"version": "0.9.13",
44
"private": false,
55
"repository": "https://github.com/HumeAI/hume-typescript-sdk",
66
"main": "./index.js",

0 commit comments

Comments
 (0)