From 39614cb1ffb2d14b7442aa04ded4e7d56bcdcad7 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 18:42:54 +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 cb4c8827..6be4ba04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webflow-api", - "version": "3.3.1", + "version": "3.3.2", "private": false, "repository": "github:webflow/js-webflow-api", "license": "MIT", diff --git a/src/Client.ts b/src/Client.ts index 85bf5ef5..838230cf 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.3.1", - "User-Agent": "webflow-api/3.3.1", + "X-Fern-SDK-Version": "3.3.2", + "User-Agent": "webflow-api/3.3.2", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/version.ts b/src/version.ts index d252770b..759da223 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const SDK_VERSION = "3.3.1"; +export const SDK_VERSION = "3.3.2";