Skip to content

Commit ee20f5e

Browse files
committed
SDK regeneration
1 parent 6d12413 commit ee20f5e

File tree

125 files changed

+116
-2925
lines changed

Some content is hidden

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

125 files changed

+116
-2925
lines changed

package.json

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hume",
3-
"version": "0.0.9",
3+
"version": "0.5.0",
44
"private": false,
55
"repository": "https://github.com/HumeAI/hume-typescript-sdk",
66
"main": "./index.js",
@@ -17,9 +17,9 @@
1717
"node-fetch": "2.7.0",
1818
"qs": "6.11.2",
1919
"ws": "^8.14.2",
20+
"@types/ws": "^8.5.9",
2021
"uuid": "9.0.1",
21-
"command-exists": "^1.2.9",
22-
"execa": "^5.1.1"
22+
"@types/uuid": "9.0.7"
2323
},
2424
"devDependencies": {
2525
"@types/url-join": "4.0.1",
@@ -30,9 +30,6 @@
3030
"ts-jest": "^29.1.1",
3131
"@types/node": "17.0.33",
3232
"prettier": "2.7.1",
33-
"typescript": "4.6.4",
34-
"@types/ws": "^8.5.9",
35-
"@types/uuid": "9.0.7",
36-
"@types/command-exists": "^1.2.3"
33+
"typescript": "4.6.4"
3734
}
3835
}

src/Client.ts

-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import * as environments from "./environments";
66
import * as core from "./core";
77
import { CustomModels } from "./api/resources/customModels/client/Client";
8-
import { EmpathicVoice } from "./api/resources/empathicVoice/client/Client";
98
import { ExpressionMeasurement } from "./api/resources/expressionMeasurement/client/Client";
109

1110
export declare namespace HumeClient {
@@ -31,12 +30,6 @@ export class HumeClient {
3130
return (this._customModels ??= new CustomModels(this._options));
3231
}
3332

34-
protected _empathicVoice: EmpathicVoice | undefined;
35-
36-
public get empathicVoice(): EmpathicVoice {
37-
return (this._empathicVoice ??= new EmpathicVoice(this._options));
38-
}
39-
4033
protected _expressionMeasurement: ExpressionMeasurement | undefined;
4134

4235
public get expressionMeasurement(): ExpressionMeasurement {

src/api/resources/customModels/resources/datasets/client/Client.ts

+9-9
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class Datasets {
6969
: undefined,
7070
"X-Fern-Language": "JavaScript",
7171
"X-Fern-SDK-Name": "hume",
72-
"X-Fern-SDK-Version": "0.0.9",
72+
"X-Fern-SDK-Version": "0.5.0",
7373
"X-Fern-Runtime": core.RUNTIME.type,
7474
"X-Fern-Runtime-Version": core.RUNTIME.version,
7575
...(await this._getCustomAuthorizationHeaders()),
@@ -140,7 +140,7 @@ export class Datasets {
140140
: undefined,
141141
"X-Fern-Language": "JavaScript",
142142
"X-Fern-SDK-Name": "hume",
143-
"X-Fern-SDK-Version": "0.0.9",
143+
"X-Fern-SDK-Version": "0.5.0",
144144
"X-Fern-Runtime": core.RUNTIME.type,
145145
"X-Fern-Runtime-Version": core.RUNTIME.version,
146146
...(await this._getCustomAuthorizationHeaders()),
@@ -205,7 +205,7 @@ export class Datasets {
205205
: undefined,
206206
"X-Fern-Language": "JavaScript",
207207
"X-Fern-SDK-Name": "hume",
208-
"X-Fern-SDK-Version": "0.0.9",
208+
"X-Fern-SDK-Version": "0.5.0",
209209
"X-Fern-Runtime": core.RUNTIME.type,
210210
"X-Fern-Runtime-Version": core.RUNTIME.version,
211211
...(await this._getCustomAuthorizationHeaders()),
@@ -274,7 +274,7 @@ export class Datasets {
274274
: undefined,
275275
"X-Fern-Language": "JavaScript",
276276
"X-Fern-SDK-Name": "hume",
277-
"X-Fern-SDK-Version": "0.0.9",
277+
"X-Fern-SDK-Version": "0.5.0",
278278
"X-Fern-Runtime": core.RUNTIME.type,
279279
"X-Fern-Runtime-Version": core.RUNTIME.version,
280280
...(await this._getCustomAuthorizationHeaders()),
@@ -336,7 +336,7 @@ export class Datasets {
336336
: undefined,
337337
"X-Fern-Language": "JavaScript",
338338
"X-Fern-SDK-Name": "hume",
339-
"X-Fern-SDK-Version": "0.0.9",
339+
"X-Fern-SDK-Version": "0.5.0",
340340
"X-Fern-Runtime": core.RUNTIME.type,
341341
"X-Fern-Runtime-Version": core.RUNTIME.version,
342342
...(await this._getCustomAuthorizationHeaders()),
@@ -409,7 +409,7 @@ export class Datasets {
409409
: undefined,
410410
"X-Fern-Language": "JavaScript",
411411
"X-Fern-SDK-Name": "hume",
412-
"X-Fern-SDK-Version": "0.0.9",
412+
"X-Fern-SDK-Version": "0.5.0",
413413
"X-Fern-Runtime": core.RUNTIME.type,
414414
"X-Fern-Runtime-Version": core.RUNTIME.version,
415415
...(await this._getCustomAuthorizationHeaders()),
@@ -489,7 +489,7 @@ export class Datasets {
489489
: undefined,
490490
"X-Fern-Language": "JavaScript",
491491
"X-Fern-SDK-Name": "hume",
492-
"X-Fern-SDK-Version": "0.0.9",
492+
"X-Fern-SDK-Version": "0.5.0",
493493
"X-Fern-Runtime": core.RUNTIME.type,
494494
"X-Fern-Runtime-Version": core.RUNTIME.version,
495495
...(await this._getCustomAuthorizationHeaders()),
@@ -557,7 +557,7 @@ export class Datasets {
557557
: undefined,
558558
"X-Fern-Language": "JavaScript",
559559
"X-Fern-SDK-Name": "hume",
560-
"X-Fern-SDK-Version": "0.0.9",
560+
"X-Fern-SDK-Version": "0.5.0",
561561
"X-Fern-Runtime": core.RUNTIME.type,
562562
"X-Fern-Runtime-Version": core.RUNTIME.version,
563563
...(await this._getCustomAuthorizationHeaders()),
@@ -636,7 +636,7 @@ export class Datasets {
636636
: undefined,
637637
"X-Fern-Language": "JavaScript",
638638
"X-Fern-SDK-Name": "hume",
639-
"X-Fern-SDK-Version": "0.0.9",
639+
"X-Fern-SDK-Version": "0.5.0",
640640
"X-Fern-Runtime": core.RUNTIME.type,
641641
"X-Fern-Runtime-Version": core.RUNTIME.version,
642642
...(await this._getCustomAuthorizationHeaders()),

src/api/resources/customModels/resources/files/client/Client.ts

+7-7
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export class Files {
6565
: undefined,
6666
"X-Fern-Language": "JavaScript",
6767
"X-Fern-SDK-Name": "hume",
68-
"X-Fern-SDK-Version": "0.0.9",
68+
"X-Fern-SDK-Version": "0.5.0",
6969
"X-Fern-Runtime": core.RUNTIME.type,
7070
"X-Fern-Runtime-Version": core.RUNTIME.version,
7171
...(await this._getCustomAuthorizationHeaders()),
@@ -136,7 +136,7 @@ export class Files {
136136
: undefined,
137137
"X-Fern-Language": "JavaScript",
138138
"X-Fern-SDK-Name": "hume",
139-
"X-Fern-SDK-Version": "0.0.9",
139+
"X-Fern-SDK-Version": "0.5.0",
140140
"X-Fern-Runtime": core.RUNTIME.type,
141141
"X-Fern-Runtime-Version": core.RUNTIME.version,
142142
...(await this._getCustomAuthorizationHeaders()),
@@ -207,7 +207,7 @@ export class Files {
207207
: undefined,
208208
"X-Fern-Language": "JavaScript",
209209
"X-Fern-SDK-Name": "hume",
210-
"X-Fern-SDK-Version": "0.0.9",
210+
"X-Fern-SDK-Version": "0.5.0",
211211
"X-Fern-Runtime": core.RUNTIME.type,
212212
"X-Fern-Runtime-Version": core.RUNTIME.version,
213213
...(await this._getCustomAuthorizationHeaders()),
@@ -272,7 +272,7 @@ export class Files {
272272
: undefined,
273273
"X-Fern-Language": "JavaScript",
274274
"X-Fern-SDK-Name": "hume",
275-
"X-Fern-SDK-Version": "0.0.9",
275+
"X-Fern-SDK-Version": "0.5.0",
276276
"X-Fern-Runtime": core.RUNTIME.type,
277277
"X-Fern-Runtime-Version": core.RUNTIME.version,
278278
...(await this._getCustomAuthorizationHeaders()),
@@ -333,7 +333,7 @@ export class Files {
333333
: undefined,
334334
"X-Fern-Language": "JavaScript",
335335
"X-Fern-SDK-Name": "hume",
336-
"X-Fern-SDK-Version": "0.0.9",
336+
"X-Fern-SDK-Version": "0.5.0",
337337
"X-Fern-Runtime": core.RUNTIME.type,
338338
"X-Fern-Runtime-Version": core.RUNTIME.version,
339339
...(await this._getCustomAuthorizationHeaders()),
@@ -397,7 +397,7 @@ export class Files {
397397
: undefined,
398398
"X-Fern-Language": "JavaScript",
399399
"X-Fern-SDK-Name": "hume",
400-
"X-Fern-SDK-Version": "0.0.9",
400+
"X-Fern-SDK-Version": "0.5.0",
401401
"X-Fern-Runtime": core.RUNTIME.type,
402402
"X-Fern-Runtime-Version": core.RUNTIME.version,
403403
...(await this._getCustomAuthorizationHeaders()),
@@ -459,7 +459,7 @@ export class Files {
459459
: undefined,
460460
"X-Fern-Language": "JavaScript",
461461
"X-Fern-SDK-Name": "hume",
462-
"X-Fern-SDK-Version": "0.0.9",
462+
"X-Fern-SDK-Version": "0.5.0",
463463
"X-Fern-Runtime": core.RUNTIME.type,
464464
"X-Fern-Runtime-Version": core.RUNTIME.version,
465465
...(await this._getCustomAuthorizationHeaders()),

src/api/resources/customModels/resources/jobs/client/Client.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class Jobs {
5656
: undefined,
5757
"X-Fern-Language": "JavaScript",
5858
"X-Fern-SDK-Name": "hume",
59-
"X-Fern-SDK-Version": "0.0.9",
59+
"X-Fern-SDK-Version": "0.5.0",
6060
"X-Fern-Runtime": core.RUNTIME.type,
6161
"X-Fern-Runtime-Version": core.RUNTIME.version,
6262
...(await this._getCustomAuthorizationHeaders()),
@@ -127,7 +127,7 @@ export class Jobs {
127127
: undefined,
128128
"X-Fern-Language": "JavaScript",
129129
"X-Fern-SDK-Name": "hume",
130-
"X-Fern-SDK-Version": "0.0.9",
130+
"X-Fern-SDK-Version": "0.5.0",
131131
"X-Fern-Runtime": core.RUNTIME.type,
132132
"X-Fern-Runtime-Version": core.RUNTIME.version,
133133
...(await this._getCustomAuthorizationHeaders()),

src/api/resources/customModels/resources/models/client/Client.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export class Models {
4949
: undefined,
5050
"X-Fern-Language": "JavaScript",
5151
"X-Fern-SDK-Name": "hume",
52-
"X-Fern-SDK-Version": "0.0.9",
52+
"X-Fern-SDK-Version": "0.5.0",
5353
"X-Fern-Runtime": core.RUNTIME.type,
5454
"X-Fern-Runtime-Version": core.RUNTIME.version,
5555
...(await this._getCustomAuthorizationHeaders()),
@@ -119,7 +119,7 @@ export class Models {
119119
: undefined,
120120
"X-Fern-Language": "JavaScript",
121121
"X-Fern-SDK-Name": "hume",
122-
"X-Fern-SDK-Version": "0.0.9",
122+
"X-Fern-SDK-Version": "0.5.0",
123123
"X-Fern-Runtime": core.RUNTIME.type,
124124
"X-Fern-Runtime-Version": core.RUNTIME.version,
125125
...(await this._getCustomAuthorizationHeaders()),
@@ -191,7 +191,7 @@ export class Models {
191191
: undefined,
192192
"X-Fern-Language": "JavaScript",
193193
"X-Fern-SDK-Name": "hume",
194-
"X-Fern-SDK-Version": "0.0.9",
194+
"X-Fern-SDK-Version": "0.5.0",
195195
"X-Fern-Runtime": core.RUNTIME.type,
196196
"X-Fern-Runtime-Version": core.RUNTIME.version,
197197
...(await this._getCustomAuthorizationHeaders()),
@@ -257,7 +257,7 @@ export class Models {
257257
: undefined,
258258
"X-Fern-Language": "JavaScript",
259259
"X-Fern-SDK-Name": "hume",
260-
"X-Fern-SDK-Version": "0.0.9",
260+
"X-Fern-SDK-Version": "0.5.0",
261261
"X-Fern-Runtime": core.RUNTIME.type,
262262
"X-Fern-Runtime-Version": core.RUNTIME.version,
263263
...(await this._getCustomAuthorizationHeaders()),
@@ -342,7 +342,7 @@ export class Models {
342342
: undefined,
343343
"X-Fern-Language": "JavaScript",
344344
"X-Fern-SDK-Name": "hume",
345-
"X-Fern-SDK-Version": "0.0.9",
345+
"X-Fern-SDK-Version": "0.5.0",
346346
"X-Fern-Runtime": core.RUNTIME.type,
347347
"X-Fern-Runtime-Version": core.RUNTIME.version,
348348
...(await this._getCustomAuthorizationHeaders()),
@@ -429,7 +429,7 @@ export class Models {
429429
: undefined,
430430
"X-Fern-Language": "JavaScript",
431431
"X-Fern-SDK-Name": "hume",
432-
"X-Fern-SDK-Version": "0.0.9",
432+
"X-Fern-SDK-Version": "0.5.0",
433433
"X-Fern-Runtime": core.RUNTIME.type,
434434
"X-Fern-Runtime-Version": core.RUNTIME.version,
435435
...(await this._getCustomAuthorizationHeaders()),

src/api/resources/empathicVoice/client/Client.ts

-45
This file was deleted.

src/api/resources/empathicVoice/client/index.ts

-1
This file was deleted.
-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
export * from "./resources";
22
export * from "./types";
3-
export * from "./client";

src/api/resources/empathicVoice/resources/chat/types/PublishEvent.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ import * as Hume from "../../../../..";
66

77
export type PublishEvent =
88
| Hume.empathicVoice.AudioInput
9-
| Hume.empathicVoice.SessionSettings
9+
| Hume.empathicVoice.Configuration
1010
| Hume.empathicVoice.TextInput
1111
| Hume.empathicVoice.TtsInput;

0 commit comments

Comments
 (0)