Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0521198

Browse files
committedMay 5, 2025·
Release 0.6.5
1 parent 07d016a commit 0521198

File tree

91 files changed

+731
-885
lines changed

Some content is hidden

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

91 files changed

+731
-885
lines changed
 

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vapi-ai/server-sdk",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"private": false,
55
"repository": "https://github.com/VapiAI/server-sdk-typescript",
66
"main": "./index.js",

‎src/api/resources/analytics/client/Client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ export class Analytics {
5959
Authorization: await this._getAuthorizationHeader(),
6060
"X-Fern-Language": "JavaScript",
6161
"X-Fern-SDK-Name": "@vapi-ai/server-sdk",
62-
"X-Fern-SDK-Version": "0.6.4",
63-
"User-Agent": "@vapi-ai/server-sdk/0.6.4",
62+
"X-Fern-SDK-Version": "0.6.5",
63+
"User-Agent": "@vapi-ai/server-sdk/0.6.5",
6464
"X-Fern-Runtime": core.RUNTIME.type,
6565
"X-Fern-Runtime-Version": core.RUNTIME.version,
6666
...requestOptions?.headers,

0 commit comments

Comments
 (0)
Please sign in to comment.