Skip to content

Commit 6cdcc35

Browse files
committed
SDK regeneration
1 parent 6d12413 commit 6cdcc35

File tree

9 files changed

+51
-51
lines changed

9 files changed

+51
-51
lines changed

package.json

+1-1
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",

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/resources/chats/client/Client.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class Chats {
5353
: undefined,
5454
"X-Fern-Language": "JavaScript",
5555
"X-Fern-SDK-Name": "hume",
56-
"X-Fern-SDK-Version": "0.0.9",
56+
"X-Fern-SDK-Version": "0.5.0",
5757
"X-Fern-Runtime": core.RUNTIME.type,
5858
"X-Fern-Runtime-Version": core.RUNTIME.version,
5959
...(await this._getCustomAuthorizationHeaders()),
@@ -123,7 +123,7 @@ export class Chats {
123123
: undefined,
124124
"X-Fern-Language": "JavaScript",
125125
"X-Fern-SDK-Name": "hume",
126-
"X-Fern-SDK-Version": "0.0.9",
126+
"X-Fern-SDK-Version": "0.5.0",
127127
"X-Fern-Runtime": core.RUNTIME.type,
128128
"X-Fern-Runtime-Version": core.RUNTIME.version,
129129
...(await this._getCustomAuthorizationHeaders()),

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

+9-9
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export class Configs {
5757
: undefined,
5858
"X-Fern-Language": "JavaScript",
5959
"X-Fern-SDK-Name": "hume",
60-
"X-Fern-SDK-Version": "0.0.9",
60+
"X-Fern-SDK-Version": "0.5.0",
6161
"X-Fern-Runtime": core.RUNTIME.type,
6262
"X-Fern-Runtime-Version": core.RUNTIME.version,
6363
...(await this._getCustomAuthorizationHeaders()),
@@ -116,7 +116,7 @@ export class Configs {
116116
: undefined,
117117
"X-Fern-Language": "JavaScript",
118118
"X-Fern-SDK-Name": "hume",
119-
"X-Fern-SDK-Version": "0.0.9",
119+
"X-Fern-SDK-Version": "0.5.0",
120120
"X-Fern-Runtime": core.RUNTIME.type,
121121
"X-Fern-Runtime-Version": core.RUNTIME.version,
122122
...(await this._getCustomAuthorizationHeaders()),
@@ -192,7 +192,7 @@ export class Configs {
192192
: undefined,
193193
"X-Fern-Language": "JavaScript",
194194
"X-Fern-SDK-Name": "hume",
195-
"X-Fern-SDK-Version": "0.0.9",
195+
"X-Fern-SDK-Version": "0.5.0",
196196
"X-Fern-Runtime": core.RUNTIME.type,
197197
"X-Fern-Runtime-Version": core.RUNTIME.version,
198198
...(await this._getCustomAuthorizationHeaders()),
@@ -252,7 +252,7 @@ export class Configs {
252252
: undefined,
253253
"X-Fern-Language": "JavaScript",
254254
"X-Fern-SDK-Name": "hume",
255-
"X-Fern-SDK-Version": "0.0.9",
255+
"X-Fern-SDK-Version": "0.5.0",
256256
"X-Fern-Runtime": core.RUNTIME.type,
257257
"X-Fern-Runtime-Version": core.RUNTIME.version,
258258
...(await this._getCustomAuthorizationHeaders()),
@@ -310,7 +310,7 @@ export class Configs {
310310
: undefined,
311311
"X-Fern-Language": "JavaScript",
312312
"X-Fern-SDK-Name": "hume",
313-
"X-Fern-SDK-Version": "0.0.9",
313+
"X-Fern-SDK-Version": "0.5.0",
314314
"X-Fern-Runtime": core.RUNTIME.type,
315315
"X-Fern-Runtime-Version": core.RUNTIME.version,
316316
...(await this._getCustomAuthorizationHeaders()),
@@ -363,7 +363,7 @@ export class Configs {
363363
: undefined,
364364
"X-Fern-Language": "JavaScript",
365365
"X-Fern-SDK-Name": "hume",
366-
"X-Fern-SDK-Version": "0.0.9",
366+
"X-Fern-SDK-Version": "0.5.0",
367367
"X-Fern-Runtime": core.RUNTIME.type,
368368
"X-Fern-Runtime-Version": core.RUNTIME.version,
369369
...(await this._getCustomAuthorizationHeaders()),
@@ -419,7 +419,7 @@ export class Configs {
419419
: undefined,
420420
"X-Fern-Language": "JavaScript",
421421
"X-Fern-SDK-Name": "hume",
422-
"X-Fern-SDK-Version": "0.0.9",
422+
"X-Fern-SDK-Version": "0.5.0",
423423
"X-Fern-Runtime": core.RUNTIME.type,
424424
"X-Fern-Runtime-Version": core.RUNTIME.version,
425425
...(await this._getCustomAuthorizationHeaders()),
@@ -478,7 +478,7 @@ export class Configs {
478478
: undefined,
479479
"X-Fern-Language": "JavaScript",
480480
"X-Fern-SDK-Name": "hume",
481-
"X-Fern-SDK-Version": "0.0.9",
481+
"X-Fern-SDK-Version": "0.5.0",
482482
"X-Fern-Runtime": core.RUNTIME.type,
483483
"X-Fern-Runtime-Version": core.RUNTIME.version,
484484
...(await this._getCustomAuthorizationHeaders()),
@@ -532,7 +532,7 @@ export class Configs {
532532
: undefined,
533533
"X-Fern-Language": "JavaScript",
534534
"X-Fern-SDK-Name": "hume",
535-
"X-Fern-SDK-Version": "0.0.9",
535+
"X-Fern-SDK-Version": "0.5.0",
536536
"X-Fern-Runtime": core.RUNTIME.type,
537537
"X-Fern-Runtime-Version": core.RUNTIME.version,
538538
...(await this._getCustomAuthorizationHeaders()),

0 commit comments

Comments
 (0)