From 8ce600670ae26d5fef83139a9074779053143613 Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 16:27:01 +0000 Subject: [PATCH] Release 6.0.1 --- package.json | 2 +- .../resources/accessTokens/client/Client.ts | 4 +-- .../client/Client.ts | 4 +-- .../resources/form1099Int/client/Client.ts | 32 +++++++++---------- src/api/resources/form1099K/client/Client.ts | 32 +++++++++---------- .../resources/form1099Misc/client/Client.ts | 32 +++++++++---------- .../resources/form1099Nec/client/Client.ts | 32 +++++++++---------- src/api/resources/formW8Ben/client/Client.ts | 12 +++---- src/api/resources/formW8BenE/client/Client.ts | 12 +++---- src/api/resources/formW9/client/Client.ts | 12 +++---- src/api/resources/mailings/client/Client.ts | 16 +++++----- .../resources/taxTreaties/client/Client.ts | 4 +-- .../tinVerifications/client/Client.ts | 12 +++---- src/api/resources/users/client/Client.ts | 16 +++++----- src/version.ts | 2 +- yarn.lock | 6 ++-- 16 files changed, 115 insertions(+), 115 deletions(-) diff --git a/package.json b/package.json index c1b1fbf7..110d1fd2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@withabound/node-sdk", - "version": "6.0.0", + "version": "6.0.1", "private": false, "repository": "https://github.com/withabound/abound-node", "main": "./index.js", diff --git a/src/api/resources/accessTokens/client/Client.ts b/src/api/resources/accessTokens/client/Client.ts index 4e789620..4f3deb5a 100644 --- a/src/api/resources/accessTokens/client/Client.ts +++ b/src/api/resources/accessTokens/client/Client.ts @@ -59,8 +59,8 @@ export class AccessTokens { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined, diff --git a/src/api/resources/electronicDeliveryConsents/client/Client.ts b/src/api/resources/electronicDeliveryConsents/client/Client.ts index 3f87193f..0b2db893 100644 --- a/src/api/resources/electronicDeliveryConsents/client/Client.ts +++ b/src/api/resources/electronicDeliveryConsents/client/Client.ts @@ -78,8 +78,8 @@ export class ElectronicDeliveryConsents { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/form1099Int/client/Client.ts b/src/api/resources/form1099Int/client/Client.ts index b6b141e3..6482fd19 100644 --- a/src/api/resources/form1099Int/client/Client.ts +++ b/src/api/resources/form1099Int/client/Client.ts @@ -82,8 +82,8 @@ export class Form1099Int { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -213,8 +213,8 @@ export class Form1099Int { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined, @@ -321,8 +321,8 @@ export class Form1099Int { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined, @@ -408,8 +408,8 @@ export class Form1099Int { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined, @@ -528,8 +528,8 @@ export class Form1099Int { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined, @@ -615,8 +615,8 @@ export class Form1099Int { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined, @@ -698,8 +698,8 @@ export class Form1099Int { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -780,8 +780,8 @@ export class Form1099Int { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/form1099K/client/Client.ts b/src/api/resources/form1099K/client/Client.ts index 6bcfc32e..5cc8ae28 100644 --- a/src/api/resources/form1099K/client/Client.ts +++ b/src/api/resources/form1099K/client/Client.ts @@ -82,8 +82,8 @@ export class Form1099K { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -221,8 +221,8 @@ export class Form1099K { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined, @@ -329,8 +329,8 @@ export class Form1099K { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined, @@ -416,8 +416,8 @@ export class Form1099K { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined, @@ -544,8 +544,8 @@ export class Form1099K { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined, @@ -631,8 +631,8 @@ export class Form1099K { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined, @@ -714,8 +714,8 @@ export class Form1099K { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -796,8 +796,8 @@ export class Form1099K { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/form1099Misc/client/Client.ts b/src/api/resources/form1099Misc/client/Client.ts index 0b57f446..bee711a7 100644 --- a/src/api/resources/form1099Misc/client/Client.ts +++ b/src/api/resources/form1099Misc/client/Client.ts @@ -82,8 +82,8 @@ export class Form1099Misc { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -214,8 +214,8 @@ export class Form1099Misc { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined, @@ -322,8 +322,8 @@ export class Form1099Misc { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined, @@ -409,8 +409,8 @@ export class Form1099Misc { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined, @@ -530,8 +530,8 @@ export class Form1099Misc { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined, @@ -617,8 +617,8 @@ export class Form1099Misc { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined, @@ -700,8 +700,8 @@ export class Form1099Misc { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -782,8 +782,8 @@ export class Form1099Misc { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/form1099Nec/client/Client.ts b/src/api/resources/form1099Nec/client/Client.ts index ffd1b8d2..d603bd47 100644 --- a/src/api/resources/form1099Nec/client/Client.ts +++ b/src/api/resources/form1099Nec/client/Client.ts @@ -82,8 +82,8 @@ export class Form1099Nec { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -202,8 +202,8 @@ export class Form1099Nec { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined, @@ -310,8 +310,8 @@ export class Form1099Nec { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined, @@ -397,8 +397,8 @@ export class Form1099Nec { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined, @@ -504,8 +504,8 @@ export class Form1099Nec { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined, @@ -591,8 +591,8 @@ export class Form1099Nec { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined, @@ -674,8 +674,8 @@ export class Form1099Nec { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -756,8 +756,8 @@ export class Form1099Nec { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/formW8Ben/client/Client.ts b/src/api/resources/formW8Ben/client/Client.ts index d4495669..77db4c34 100644 --- a/src/api/resources/formW8Ben/client/Client.ts +++ b/src/api/resources/formW8Ben/client/Client.ts @@ -74,8 +74,8 @@ export class FormW8Ben { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -193,8 +193,8 @@ export class FormW8Ben { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -276,8 +276,8 @@ export class FormW8Ben { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/formW8BenE/client/Client.ts b/src/api/resources/formW8BenE/client/Client.ts index 3884c47d..6f0f0096 100644 --- a/src/api/resources/formW8BenE/client/Client.ts +++ b/src/api/resources/formW8BenE/client/Client.ts @@ -74,8 +74,8 @@ export class FormW8BenE { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -193,8 +193,8 @@ export class FormW8BenE { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -276,8 +276,8 @@ export class FormW8BenE { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/formW9/client/Client.ts b/src/api/resources/formW9/client/Client.ts index e8ddf650..99237694 100644 --- a/src/api/resources/formW9/client/Client.ts +++ b/src/api/resources/formW9/client/Client.ts @@ -74,8 +74,8 @@ export class FormW9 { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -182,8 +182,8 @@ export class FormW9 { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined, @@ -266,8 +266,8 @@ export class FormW9 { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/mailings/client/Client.ts b/src/api/resources/mailings/client/Client.ts index 7d59402f..794a0173 100644 --- a/src/api/resources/mailings/client/Client.ts +++ b/src/api/resources/mailings/client/Client.ts @@ -70,8 +70,8 @@ export class Mailings { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -153,8 +153,8 @@ export class Mailings { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -259,8 +259,8 @@ export class Mailings { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined, @@ -343,8 +343,8 @@ export class Mailings { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/taxTreaties/client/Client.ts b/src/api/resources/taxTreaties/client/Client.ts index ec685312..0a456d67 100644 --- a/src/api/resources/taxTreaties/client/Client.ts +++ b/src/api/resources/taxTreaties/client/Client.ts @@ -62,8 +62,8 @@ export class TaxTreaties { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/tinVerifications/client/Client.ts b/src/api/resources/tinVerifications/client/Client.ts index 05253a76..1556345e 100644 --- a/src/api/resources/tinVerifications/client/Client.ts +++ b/src/api/resources/tinVerifications/client/Client.ts @@ -74,8 +74,8 @@ export class TinVerifications { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -163,8 +163,8 @@ export class TinVerifications { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined, @@ -247,8 +247,8 @@ export class TinVerifications { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/users/client/Client.ts b/src/api/resources/users/client/Client.ts index 2b4937cc..de35f1e3 100644 --- a/src/api/resources/users/client/Client.ts +++ b/src/api/resources/users/client/Client.ts @@ -70,8 +70,8 @@ export class Users { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -159,8 +159,8 @@ export class Users { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, "Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined, @@ -245,8 +245,8 @@ export class Users { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -331,8 +331,8 @@ export class Users { Authorization: await this._getAuthorizationHeader(), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@withabound/node-sdk", - "X-Fern-SDK-Version": "6.0.0", - "User-Agent": "@withabound/node-sdk/6.0.0", + "X-Fern-SDK-Version": "6.0.1", + "User-Agent": "@withabound/node-sdk/6.0.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 7ba3a938..d05d49d8 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const SDK_VERSION = "6.0.0"; +export const SDK_VERSION = "6.0.1"; diff --git a/yarn.lock b/yarn.lock index 3eb30782..6cf04b7a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1322,9 +1322,9 @@ domexception@^4.0.0: webidl-conversions "^7.0.0" electron-to-chromium@^1.5.4: - version "1.5.20" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.20.tgz#2914e42cfc5cc992cbee5538b500ddaf7c2c7091" - integrity sha512-74mdl6Fs1HHzK9SUX4CKFxAtAe3nUns48y79TskHNAG6fGOlLfyKA4j855x+0b5u8rWJIrlaG9tcTPstMlwjIw== + version "1.5.22" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.22.tgz#5ae58990a35391bad7605742e52855a0f281ef82" + integrity sha512-tKYm5YHPU1djz0O+CGJ+oJIvimtsCcwR2Z9w7Skh08lUdyzXY5djods3q+z2JkWdb7tCcmM//eVavSRAiaPRNg== emittery@^0.13.1: version "0.13.1"