From 47c4e13c784b4fb4354321e13f1d93abd7656791 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 17:38:42 +0000 Subject: [PATCH] SDK regeneration --- package.json | 2 +- src/Client.ts | 4 ++-- src/version.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 88e18b92..cb4c8827 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webflow-api", - "version": "3.2.3", + "version": "3.3.1", "private": false, "repository": "github:webflow/js-webflow-api", "license": "MIT", diff --git a/src/Client.ts b/src/Client.ts index 42d9d7d3..85bf5ef5 100644 --- a/src/Client.ts +++ b/src/Client.ts @@ -48,8 +48,8 @@ export class WebflowClient { { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "webflow-api", - "X-Fern-SDK-Version": "3.2.3", - "User-Agent": "webflow-api/3.2.3", + "X-Fern-SDK-Version": "3.3.1", + "User-Agent": "webflow-api/3.3.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/version.ts b/src/version.ts index 51965d74..d252770b 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const SDK_VERSION = "3.2.3"; +export const SDK_VERSION = "3.3.1";