diff --git a/package.json b/package.json index aa8f7cb5b..e8abeb249 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vellum-ai", - "version": "1.10.0", + "version": "1.10.1", "private": false, "repository": "https://github.com/vellum-ai/vellum-client-node", "license": "MIT", diff --git a/src/Client.ts b/src/Client.ts index a74ef3d83..3c4cb6763 100644 --- a/src/Client.ts +++ b/src/Client.ts @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/adHoc/client/Client.ts b/src/api/resources/adHoc/client/Client.ts index 5c7de2009..56358b202 100644 --- a/src/api/resources/adHoc/client/Client.ts +++ b/src/api/resources/adHoc/client/Client.ts @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/containerImages/client/Client.ts b/src/api/resources/containerImages/client/Client.ts index eecaf3339..fc5f70e26 100644 --- a/src/api/resources/containerImages/client/Client.ts +++ b/src/api/resources/containerImages/client/Client.ts @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/deployments/client/Client.ts b/src/api/resources/deployments/client/Client.ts index 48de7273b..cb93053ea 100644 --- a/src/api/resources/deployments/client/Client.ts +++ b/src/api/resources/deployments/client/Client.ts @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/documentIndexes/client/Client.ts b/src/api/resources/documentIndexes/client/Client.ts index 5acb6acc5..995cbe494 100644 --- a/src/api/resources/documentIndexes/client/Client.ts +++ b/src/api/resources/documentIndexes/client/Client.ts @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -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.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/documents/client/Client.ts b/src/api/resources/documents/client/Client.ts index ec0b90c60..32c997110 100644 --- a/src/api/resources/documents/client/Client.ts +++ b/src/api/resources/documents/client/Client.ts @@ -97,8 +97,8 @@ export class Documents { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -185,8 +185,8 @@ export class Documents { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -269,8 +269,8 @@ export class Documents { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -351,8 +351,8 @@ export class Documents { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -469,8 +469,8 @@ export class Documents { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/environments/client/Client.ts b/src/api/resources/environments/client/Client.ts index eb300db70..8b995c4bc 100644 --- a/src/api/resources/environments/client/Client.ts +++ b/src/api/resources/environments/client/Client.ts @@ -70,8 +70,8 @@ export class Environments { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/events/client/Client.ts b/src/api/resources/events/client/Client.ts index 3ce16c3d9..12267ea31 100644 --- a/src/api/resources/events/client/Client.ts +++ b/src/api/resources/events/client/Client.ts @@ -114,8 +114,8 @@ export class Events { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/folderEntities/client/Client.ts b/src/api/resources/folderEntities/client/Client.ts index 2a31609f5..896e47169 100644 --- a/src/api/resources/folderEntities/client/Client.ts +++ b/src/api/resources/folderEntities/client/Client.ts @@ -97,8 +97,8 @@ export class FolderEntities { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -197,8 +197,8 @@ export class FolderEntities { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/integrationAuthConfigs/client/Client.ts b/src/api/resources/integrationAuthConfigs/client/Client.ts index 439d61734..383f804a1 100644 --- a/src/api/resources/integrationAuthConfigs/client/Client.ts +++ b/src/api/resources/integrationAuthConfigs/client/Client.ts @@ -107,8 +107,8 @@ export class IntegrationAuthConfigs { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/integrationProviders/client/Client.ts b/src/api/resources/integrationProviders/client/Client.ts index 90fc26385..5d20085eb 100644 --- a/src/api/resources/integrationProviders/client/Client.ts +++ b/src/api/resources/integrationProviders/client/Client.ts @@ -86,8 +86,8 @@ export class IntegrationProviders { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -206,8 +206,8 @@ export class IntegrationProviders { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/integrations/client/Client.ts b/src/api/resources/integrations/client/Client.ts index 205ea9ded..85b395591 100644 --- a/src/api/resources/integrations/client/Client.ts +++ b/src/api/resources/integrations/client/Client.ts @@ -81,8 +81,8 @@ export class Integrations { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -195,8 +195,8 @@ export class Integrations { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -322,8 +322,8 @@ export class Integrations { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -410,8 +410,8 @@ export class Integrations { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/metricDefinitions/client/Client.ts b/src/api/resources/metricDefinitions/client/Client.ts index 3fe3981ac..daeda2d65 100644 --- a/src/api/resources/metricDefinitions/client/Client.ts +++ b/src/api/resources/metricDefinitions/client/Client.ts @@ -84,8 +84,8 @@ export class MetricDefinitions { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -177,8 +177,8 @@ export class MetricDefinitions { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/mlModels/client/Client.ts b/src/api/resources/mlModels/client/Client.ts index e2bd861d5..0f82fcefa 100644 --- a/src/api/resources/mlModels/client/Client.ts +++ b/src/api/resources/mlModels/client/Client.ts @@ -73,8 +73,8 @@ export class MlModels { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/organizations/client/Client.ts b/src/api/resources/organizations/client/Client.ts index deaa8abd7..93413fa30 100644 --- a/src/api/resources/organizations/client/Client.ts +++ b/src/api/resources/organizations/client/Client.ts @@ -70,8 +70,8 @@ export class Organizations { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/prompts/client/Client.ts b/src/api/resources/prompts/client/Client.ts index b22d0e544..4f450bcaf 100644 --- a/src/api/resources/prompts/client/Client.ts +++ b/src/api/resources/prompts/client/Client.ts @@ -85,8 +85,8 @@ export class Prompts { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, Accept: "application/json", @@ -205,8 +205,8 @@ export class Prompts { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/sandboxes/client/Client.ts b/src/api/resources/sandboxes/client/Client.ts index 79298f4eb..d96028e1b 100644 --- a/src/api/resources/sandboxes/client/Client.ts +++ b/src/api/resources/sandboxes/client/Client.ts @@ -77,8 +77,8 @@ export class Sandboxes { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -184,8 +184,8 @@ export class Sandboxes { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -275,8 +275,8 @@ export class Sandboxes { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/testSuiteRuns/client/Client.ts b/src/api/resources/testSuiteRuns/client/Client.ts index 8c20b24ba..58f1c404e 100644 --- a/src/api/resources/testSuiteRuns/client/Client.ts +++ b/src/api/resources/testSuiteRuns/client/Client.ts @@ -80,8 +80,8 @@ export class TestSuiteRuns { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -168,8 +168,8 @@ export class TestSuiteRuns { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -274,8 +274,8 @@ export class TestSuiteRuns { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/testSuites/client/Client.ts b/src/api/resources/testSuites/client/Client.ts index af8073295..90e5facd0 100644 --- a/src/api/resources/testSuites/client/Client.ts +++ b/src/api/resources/testSuites/client/Client.ts @@ -87,8 +87,8 @@ export class TestSuites { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -201,8 +201,8 @@ export class TestSuites { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -287,8 +287,8 @@ export class TestSuites { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -393,8 +393,8 @@ export class TestSuites { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/workflowDeployments/client/Client.ts b/src/api/resources/workflowDeployments/client/Client.ts index 902bf40d4..9cda5d6d6 100644 --- a/src/api/resources/workflowDeployments/client/Client.ts +++ b/src/api/resources/workflowDeployments/client/Client.ts @@ -93,8 +93,8 @@ export class WorkflowDeployments { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -181,8 +181,8 @@ export class WorkflowDeployments { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -289,8 +289,8 @@ export class WorkflowDeployments { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -382,8 +382,8 @@ export class WorkflowDeployments { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -477,8 +477,8 @@ export class WorkflowDeployments { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -589,8 +589,8 @@ export class WorkflowDeployments { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -682,8 +682,8 @@ export class WorkflowDeployments { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -777,8 +777,8 @@ export class WorkflowDeployments { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -886,8 +886,8 @@ export class WorkflowDeployments { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -981,8 +981,8 @@ export class WorkflowDeployments { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/workflowExecutions/client/Client.ts b/src/api/resources/workflowExecutions/client/Client.ts index 6e5a91b0b..cd529ccd1 100644 --- a/src/api/resources/workflowExecutions/client/Client.ts +++ b/src/api/resources/workflowExecutions/client/Client.ts @@ -89,8 +89,8 @@ export class WorkflowExecutions { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/workflowSandboxes/client/Client.ts b/src/api/resources/workflowSandboxes/client/Client.ts index 16f957dc8..485f2b7e3 100644 --- a/src/api/resources/workflowSandboxes/client/Client.ts +++ b/src/api/resources/workflowSandboxes/client/Client.ts @@ -74,8 +74,8 @@ export class WorkflowSandboxes { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -184,8 +184,8 @@ export class WorkflowSandboxes { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/workflows/client/Client.ts b/src/api/resources/workflows/client/Client.ts index fdd2ac74d..8c27c7849 100644 --- a/src/api/resources/workflows/client/Client.ts +++ b/src/api/resources/workflows/client/Client.ts @@ -103,8 +103,8 @@ export class Workflows { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -191,8 +191,8 @@ export class Workflows { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -318,8 +318,8 @@ export class Workflows { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -413,8 +413,8 @@ export class Workflows { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/workspaceSecrets/client/Client.ts b/src/api/resources/workspaceSecrets/client/Client.ts index 9d1924347..e169da5cb 100644 --- a/src/api/resources/workspaceSecrets/client/Client.ts +++ b/src/api/resources/workspaceSecrets/client/Client.ts @@ -73,8 +73,8 @@ export class WorkspaceSecrets { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), @@ -163,8 +163,8 @@ export class WorkspaceSecrets { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/api/resources/workspaces/client/Client.ts b/src/api/resources/workspaces/client/Client.ts index e97d35981..343a3922c 100644 --- a/src/api/resources/workspaces/client/Client.ts +++ b/src/api/resources/workspaces/client/Client.ts @@ -70,8 +70,8 @@ export class Workspaces { : "2025-07-30", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", - "X-Fern-SDK-Version": "1.10.0", - "User-Agent": "vellum-ai/1.10.0", + "X-Fern-SDK-Version": "1.10.1", + "User-Agent": "vellum-ai/1.10.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, ...(await this._getCustomAuthorizationHeaders()), diff --git a/src/version.ts b/src/version.ts index 68af0b5d1..65431a942 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const SDK_VERSION = "1.10.0"; +export const SDK_VERSION = "1.10.1"; diff --git a/yarn.lock b/yarn.lock index a916b1135..a5b1a11e2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1300,9 +1300,9 @@ dunder-proto@^1.0.1: gopd "^1.2.0" electron-to-chromium@^1.5.238: - version "1.5.248" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.248.tgz#e69941494efbc69ebf2803517f4e85d016013d4b" - integrity sha512-zsur2yunphlyAO4gIubdJEXCK6KOVvtpiuDfCIqbM9FjcnMYiyn0ICa3hWfPr0nc41zcLWobgy1iL7VvoOyA2Q== + version "1.5.249" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.249.tgz#e4fc3a3e60bb347361e4e876bb31903a9132a447" + integrity sha512-5vcfL3BBe++qZ5kuFhD/p8WOM1N9m3nwvJPULJx+4xf2usSlZFJ0qoNYO2fOX4hi3ocuDcmDobtA+5SFr4OmBg== emittery@^0.13.1: version "0.13.1"