Skip to content

Commit

Permalink
Release 6.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Sep 4, 2024
1 parent a3f51b4 commit 7572238
Show file tree
Hide file tree
Showing 19 changed files with 131 additions and 131 deletions.
2 changes: 1 addition & 1 deletion .mock/definition/api.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: api
display-name: Abound API
display-name: Abound API - v4
auth: BearerAuthScheme
auth-schemes:
BearerAuthScheme:
Expand Down
8 changes: 4 additions & 4 deletions .mock/definition/types/form-1099s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .mock/fern.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"organization" : "abound",
"version" : "0.40.0"
"version" : "0.41.0-rc1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/api/resources/accessTokens/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions src/api/resources/electronicDeliveryConsents/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down
32 changes: 16 additions & 16 deletions src/api/resources/form1099Int/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
},
Expand Down Expand Up @@ -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,
},
Expand Down
32 changes: 16 additions & 16 deletions src/api/resources/form1099K/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
},
Expand Down Expand Up @@ -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,
},
Expand Down
32 changes: 16 additions & 16 deletions src/api/resources/form1099Misc/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
},
Expand Down Expand Up @@ -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,
},
Expand Down
Loading

0 comments on commit 7572238

Please sign in to comment.