diff --git a/package.json b/package.json index 9129c27f8..680277d0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "square", - "version": "43.1.2", + "version": "43.2.0", "private": false, "repository": "github:square/square-nodejs-sdk", "license": "MIT", diff --git a/src/Client.ts b/src/Client.ts index 3c07b4fa0..fc7a0679c 100644 --- a/src/Client.ts +++ b/src/Client.ts @@ -93,8 +93,8 @@ export class SquareClient { "Square-Version": _options?.version ?? "2025-10-16", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "square", - "X-Fern-SDK-Version": "43.1.2", - "User-Agent": "square/43.1.2", + "X-Fern-SDK-Version": "43.2.0", + "User-Agent": "square/43.2.0", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/index.ts b/src/index.ts index 3a598ab85..d972a1c40 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,4 @@ +export * from "./api/index.js"; export * as Square from "./api/index.js"; export type { BaseClientOptions, BaseRequestOptions } from "./BaseClient.js"; export { SquareClient } from "./Client.js"; diff --git a/src/version.ts b/src/version.ts index 842485807..4e5c084f6 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const SDK_VERSION = "43.1.2"; +export const SDK_VERSION = "43.2.0";