Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vellum-ai",
"version": "1.8.4",
"version": "1.8.3",
Comment on lines 1 to +3

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Avoid regressing published SDK version

This commit changes the declared SDK version from 1.8.4 back to 1.8.3 in package.json (and the generated headers). The parent commit already published 1.8.4, so merging this would cause the package metadata and User-Agent headers to report an older version. Publishing would also fail because npm rejects reusing a previously released version number. The version should continue forward (e.g. 1.8.5) rather than reverting.

Useful? React with 👍 / 👎.

"private": false,
"repository": "https://github.com/vellum-ai/vellum-client-node",
"license": "MIT",
Expand Down
44 changes: 22 additions & 22 deletions src/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ export class VellumClient {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -327,8 +327,8 @@ export class VellumClient {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -435,8 +435,8 @@ export class VellumClient {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -528,8 +528,8 @@ export class VellumClient {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -652,8 +652,8 @@ export class VellumClient {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -743,8 +743,8 @@ export class VellumClient {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -873,8 +873,8 @@ export class VellumClient {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -969,8 +969,8 @@ export class VellumClient {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -1085,8 +1085,8 @@ export class VellumClient {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -1188,8 +1188,8 @@ export class VellumClient {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -1287,8 +1287,8 @@ export class VellumClient {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down
8 changes: 4 additions & 4 deletions src/api/resources/adHoc/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ export class AdHoc {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -192,8 +192,8 @@ export class AdHoc {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down
16 changes: 8 additions & 8 deletions src/api/resources/containerImages/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ export class ContainerImages {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -175,8 +175,8 @@ export class ContainerImages {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -257,8 +257,8 @@ export class ContainerImages {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -348,8 +348,8 @@ export class ContainerImages {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down
32 changes: 16 additions & 16 deletions src/api/resources/deployments/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ export class Deployments {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -181,8 +181,8 @@ export class Deployments {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -274,8 +274,8 @@ export class Deployments {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -386,8 +386,8 @@ export class Deployments {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -479,8 +479,8 @@ export class Deployments {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -576,8 +576,8 @@ export class Deployments {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -673,8 +673,8 @@ export class Deployments {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -786,8 +786,8 @@ export class Deployments {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down
32 changes: 16 additions & 16 deletions src/api/resources/documentIndexes/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ export class DocumentIndexes {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -194,8 +194,8 @@ export class DocumentIndexes {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -291,8 +291,8 @@ export class DocumentIndexes {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -384,8 +384,8 @@ export class DocumentIndexes {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -469,8 +469,8 @@ export class DocumentIndexes {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -551,8 +551,8 @@ export class DocumentIndexes {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -644,8 +644,8 @@ export class DocumentIndexes {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down Expand Up @@ -728,8 +728,8 @@ export class DocumentIndexes {
: "2025-07-30",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "vellum-ai",
"X-Fern-SDK-Version": "1.8.4",
"User-Agent": "vellum-ai/1.8.4",
"X-Fern-SDK-Version": "1.8.3",
"User-Agent": "vellum-ai/1.8.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
...(await this._getCustomAuthorizationHeaders()),
Expand Down
Loading