Skip to content

Commit 0b95029

Browse files
committed
SDK regeneration
1 parent b7866da commit 0b95029

73 files changed

Lines changed: 2542 additions & 103 deletions

File tree

Some content is hidden

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

.fern/metadata.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"cliVersion": "4.3.0",
2+
"cliVersion": "4.67.1",
33
"generatorName": "fernapi/fern-typescript-node-sdk",
44
"generatorVersion": "3.53.3",
55
"generatorConfig": {
@@ -9,10 +9,8 @@
99
"skipResponseValidation": true,
1010
"includeApiReference": true,
1111
"shouldGenerateWebsocketClients": true,
12-
"enableForwardCompatibleEnums": true,
13-
"packageJson": {
14-
"name": "@deepgram/sdk"
15-
}
12+
"enableForwardCompatibleEnums": true
1613
},
17-
"sdkVersion": "5.0.0"
14+
"originGitCommit": "7c77ce0f15bf78cb7e10ec5c4e79556f4f8dbbbe",
15+
"sdkVersion": "5.0.1"
1816
}

context7.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

package.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepgram/sdk",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"private": false,
55
"repository": {
66
"type": "git",
@@ -452,6 +452,39 @@
452452
},
453453
"default": "./dist/cjs/api/resources/speak/resources/v1/resources/audio/exports.js"
454454
},
455+
"./voiceAgent": {
456+
"import": {
457+
"types": "./dist/esm/api/resources/voiceAgent/exports.d.mts",
458+
"default": "./dist/esm/api/resources/voiceAgent/exports.mjs"
459+
},
460+
"require": {
461+
"types": "./dist/cjs/api/resources/voiceAgent/exports.d.ts",
462+
"default": "./dist/cjs/api/resources/voiceAgent/exports.js"
463+
},
464+
"default": "./dist/cjs/api/resources/voiceAgent/exports.js"
465+
},
466+
"./voiceAgent/configurations": {
467+
"import": {
468+
"types": "./dist/esm/api/resources/voiceAgent/resources/configurations/exports.d.mts",
469+
"default": "./dist/esm/api/resources/voiceAgent/resources/configurations/exports.mjs"
470+
},
471+
"require": {
472+
"types": "./dist/cjs/api/resources/voiceAgent/resources/configurations/exports.d.ts",
473+
"default": "./dist/cjs/api/resources/voiceAgent/resources/configurations/exports.js"
474+
},
475+
"default": "./dist/cjs/api/resources/voiceAgent/resources/configurations/exports.js"
476+
},
477+
"./voiceAgent/variables": {
478+
"import": {
479+
"types": "./dist/esm/api/resources/voiceAgent/resources/variables/exports.d.mts",
480+
"default": "./dist/esm/api/resources/voiceAgent/resources/variables/exports.mjs"
481+
},
482+
"require": {
483+
"types": "./dist/cjs/api/resources/voiceAgent/resources/variables/exports.d.ts",
484+
"default": "./dist/cjs/api/resources/voiceAgent/resources/variables/exports.js"
485+
},
486+
"default": "./dist/cjs/api/resources/voiceAgent/resources/variables/exports.js"
487+
},
455488
"./package.json": "./package.json"
456489
},
457490
"files": [

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)