From 75722383efc059cc29b3eb5f2b9f8662ab9d0d40 Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 20:23:15 +0000 Subject: [PATCH] Release 6.0.0-alpha.4 --- .mock/definition/api.yml | 2 +- .mock/definition/types/form-1099s.yml | 8 ++--- .mock/fern.config.json | 2 +- 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 +++---- .../form1099S/types/Form1099BaseSchema.ts | 4 +-- src/api/resources/users/client/Client.ts | 16 +++++----- yarn.lock | 24 +++++++------- 19 files changed, 131 insertions(+), 131 deletions(-) diff --git a/.mock/definition/api.yml b/.mock/definition/api.yml index fefccab..cf695c5 100644 --- a/.mock/definition/api.yml +++ b/.mock/definition/api.yml @@ -1,5 +1,5 @@ name: api -display-name: Abound API +display-name: Abound API - v4 auth: BearerAuthScheme auth-schemes: BearerAuthScheme: diff --git a/.mock/definition/types/form-1099s.yml b/.mock/definition/types/form-1099s.yml index c51b76e..d3a4d08 100644 --- a/.mock/definition/types/form-1099s.yml +++ b/.mock/definition/types/form-1099s.yml @@ -140,13 +140,13 @@ types: payerUrl: type: string docs: >- - The URL to the payer's 1099 document. The Payee's TIN is masked in - this document. + The URL to the payer's 1099 document. Both the Payer's and Payee's + TINs are not masked in this document. payeeUrl: type: string docs: >- - The URL to the payee's 1099 document. The Payee's TIN is not masked in - this document. + The URL to the payee's 1099 document. The Payee's TIN is masked in + this document. The Payer's TIN is not masked. payer: payer.PayerSchema payee: payee.PayeeSchema correctedById: diff --git a/.mock/fern.config.json b/.mock/fern.config.json index dfd0e03..4596541 100644 --- a/.mock/fern.config.json +++ b/.mock/fern.config.json @@ -1,4 +1,4 @@ { "organization" : "abound", - "version" : "0.40.0" + "version" : "0.41.0-rc1" } \ No newline at end of file diff --git a/package.json b/package.json index 44f6b47..6dec581 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@withabound/node-sdk", - "version": "6.0.0-alpha.3", + "version": "6.0.0-alpha.4", "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 cc241e7..9c0cbdc 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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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 ab554b5..eede384 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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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 7f49efc..41e5992 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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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 e41f36c..8d1c3c5 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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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 2b69d8a..5312cd8 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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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 89e15b1..4a47de8 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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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 d8ad7e6..4c10415 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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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 1e831b1..d667b1b 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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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 7705187..3125a9a 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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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 99b4fd5..f319d21 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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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 eae2612..e90a798 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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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 1675a1d..d5f08ae 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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/types/resources/form1099S/types/Form1099BaseSchema.ts b/src/api/resources/types/resources/form1099S/types/Form1099BaseSchema.ts index 3c12c22..18ef186 100644 --- a/src/api/resources/types/resources/form1099S/types/Form1099BaseSchema.ts +++ b/src/api/resources/types/resources/form1099S/types/Form1099BaseSchema.ts @@ -11,9 +11,9 @@ export interface Form1099BaseSchema { filingYear: Abound.types.FilingYear; /** The status of the 1099 document.
  • `CREATED`: The document has passed data validation and the PDFs have been generated.
  • `FILED`: The payee's TIN has been verified and the 1099 has been filed with the appropriate tax authorities.
  • `ACCEPTED`: The document has been acknowledged and accepted by the appropriate tax authorities.
  • `REJECTED`: The document has a TIN verification `MISMATCH` or has been rejected by one or more tax authories. */ status: Abound.types.Form1099StatusEnum; - /** The URL to the payer's 1099 document. The Payee's TIN is masked in this document. */ + /** The URL to the payer's 1099 document. Both the Payer's and Payee's TINs are not masked in this document. */ payerUrl: string; - /** The URL to the payee's 1099 document. The Payee's TIN is not masked in this document. */ + /** The URL to the payee's 1099 document. The Payee's TIN is masked in this document. The Payer's TIN is not masked. */ payeeUrl: string; payer: Abound.types.PayerSchema; payee: Abound.types.PayeeSchema; diff --git a/src/api/resources/users/client/Client.ts b/src/api/resources/users/client/Client.ts index 228a15b..49093dc 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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "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-alpha.3", - "User-Agent": "@withabound/node-sdk/6.0.0-alpha.3", + "X-Fern-SDK-Version": "6.0.0-alpha.4", + "User-Agent": "@withabound/node-sdk/6.0.0-alpha.4", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/yarn.lock b/yarn.lock index 229d009..3042e56 100644 --- a/yarn.lock +++ b/yarn.lock @@ -647,9 +647,9 @@ form-data "^4.0.0" "@types/node@*": - version "22.5.1" - resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.1.tgz#de01dce265f6b99ed32b295962045d10b5b99560" - integrity sha512-KkHsxej0j9IW1KKOOAA/XBA0z08UFSrRQHErzEfA3Vgq57eXIMYboIlHJuYIfd+lwCQjtKqUu3UnmKbtUc9yRw== + version "22.5.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.3.tgz#91a374e42c6e7ccb5893a87f1775f36ce1671d65" + integrity sha512-njripolh85IA9SQGTAqbmnNZTdxv7X/4OYGPz8tgy5JDr8MP+uDBa921GpYEoDDnwm0Hmn5ZPeJgiiSTPoOzkQ== dependencies: undici-types "~6.19.2" @@ -912,9 +912,9 @@ camelcase@^6.2.0: integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-lite@^1.0.30001646: - version "1.0.30001653" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001653.tgz#b8af452f8f33b1c77f122780a4aecebea0caca56" - integrity sha512-XGWQVB8wFQ2+9NZwZ10GxTYC5hk0Fa+q8cSkr0tgvMhYhMHP/QC+WTgrePMDBWiWc/pV+1ik82Al20XOK25Gcw== + version "1.0.30001655" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001655.tgz#0ce881f5a19a2dcfda2ecd927df4d5c1684b982f" + integrity sha512-jRGVy3iSGO5Uutn2owlb5gR6qsGngTw9ZTb4ali9f3glshcNmJ2noam4Mo9zia5P9Dk3jNNydy7vQjuE5dQmfg== chalk@^2.4.2: version "2.4.2" @@ -1154,9 +1154,9 @@ es-errors@^1.3.0: integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw== escalade@^3.1.1, escalade@^3.1.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.2.tgz#54076e9ab29ea5bf3d8f1ed62acffbb88272df27" - integrity sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA== + version "3.2.0" + resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.2.0.tgz#011a3f69856ba189dffa7dc8fcce99d2a87903e5" + integrity sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA== escape-string-regexp@^1.0.5: version "1.0.5" @@ -2239,9 +2239,9 @@ path-to-regexp@^2.2.1: integrity sha512-G6zHoVqC6GGTQkZwF4lkuEyMbVOjoBKAEybQUypI1WTkqinCOrq2x6U2+phkJ1XsEMTy4LjtwPI7HW+NVrRR2w== picocolors@^1.0.0, picocolors@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1" - integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew== + version "1.1.0" + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59" + integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw== picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1: version "2.3.1"