Skip to content

Commit 00b726a

Browse files
committed
Release 6.0.65
1 parent 137d064 commit 00b726a

File tree

16 files changed

+124
-124
lines changed

16 files changed

+124
-124
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@withabound/node-sdk",
3-
"version": "6.0.64",
3+
"version": "6.0.65",
44
"private": false,
55
"repository": "https://github.com/withabound/abound-node",
66
"license": "MIT",

src/api/resources/accessTokens/client/Client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ export class AccessTokens {
6565
Authorization: await this._getAuthorizationHeader(),
6666
"X-Fern-Language": "JavaScript",
6767
"X-Fern-SDK-Name": "@withabound/node-sdk",
68-
"X-Fern-SDK-Version": "6.0.64",
69-
"User-Agent": "@withabound/node-sdk/6.0.64",
68+
"X-Fern-SDK-Version": "6.0.65",
69+
"User-Agent": "@withabound/node-sdk/6.0.65",
7070
"X-Fern-Runtime": core.RUNTIME.type,
7171
"X-Fern-Runtime-Version": core.RUNTIME.version,
7272
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,

src/api/resources/electronicDeliveryConsents/client/Client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ export class ElectronicDeliveryConsents {
8484
Authorization: await this._getAuthorizationHeader(),
8585
"X-Fern-Language": "JavaScript",
8686
"X-Fern-SDK-Name": "@withabound/node-sdk",
87-
"X-Fern-SDK-Version": "6.0.64",
88-
"User-Agent": "@withabound/node-sdk/6.0.64",
87+
"X-Fern-SDK-Version": "6.0.65",
88+
"User-Agent": "@withabound/node-sdk/6.0.65",
8989
"X-Fern-Runtime": core.RUNTIME.type,
9090
"X-Fern-Runtime-Version": core.RUNTIME.version,
9191
...requestOptions?.headers,

src/api/resources/form1099Int/client/Client.ts

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ export class Form1099Int {
8888
Authorization: await this._getAuthorizationHeader(),
8989
"X-Fern-Language": "JavaScript",
9090
"X-Fern-SDK-Name": "@withabound/node-sdk",
91-
"X-Fern-SDK-Version": "6.0.64",
92-
"User-Agent": "@withabound/node-sdk/6.0.64",
91+
"X-Fern-SDK-Version": "6.0.65",
92+
"User-Agent": "@withabound/node-sdk/6.0.65",
9393
"X-Fern-Runtime": core.RUNTIME.type,
9494
"X-Fern-Runtime-Version": core.RUNTIME.version,
9595
...requestOptions?.headers,
@@ -222,8 +222,8 @@ export class Form1099Int {
222222
Authorization: await this._getAuthorizationHeader(),
223223
"X-Fern-Language": "JavaScript",
224224
"X-Fern-SDK-Name": "@withabound/node-sdk",
225-
"X-Fern-SDK-Version": "6.0.64",
226-
"User-Agent": "@withabound/node-sdk/6.0.64",
225+
"X-Fern-SDK-Version": "6.0.65",
226+
"User-Agent": "@withabound/node-sdk/6.0.65",
227227
"X-Fern-Runtime": core.RUNTIME.type,
228228
"X-Fern-Runtime-Version": core.RUNTIME.version,
229229
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -333,8 +333,8 @@ export class Form1099Int {
333333
Authorization: await this._getAuthorizationHeader(),
334334
"X-Fern-Language": "JavaScript",
335335
"X-Fern-SDK-Name": "@withabound/node-sdk",
336-
"X-Fern-SDK-Version": "6.0.64",
337-
"User-Agent": "@withabound/node-sdk/6.0.64",
336+
"X-Fern-SDK-Version": "6.0.65",
337+
"User-Agent": "@withabound/node-sdk/6.0.65",
338338
"X-Fern-Runtime": core.RUNTIME.type,
339339
"X-Fern-Runtime-Version": core.RUNTIME.version,
340340
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -425,8 +425,8 @@ export class Form1099Int {
425425
Authorization: await this._getAuthorizationHeader(),
426426
"X-Fern-Language": "JavaScript",
427427
"X-Fern-SDK-Name": "@withabound/node-sdk",
428-
"X-Fern-SDK-Version": "6.0.64",
429-
"User-Agent": "@withabound/node-sdk/6.0.64",
428+
"X-Fern-SDK-Version": "6.0.65",
429+
"User-Agent": "@withabound/node-sdk/6.0.65",
430430
"X-Fern-Runtime": core.RUNTIME.type,
431431
"X-Fern-Runtime-Version": core.RUNTIME.version,
432432
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -550,8 +550,8 @@ export class Form1099Int {
550550
Authorization: await this._getAuthorizationHeader(),
551551
"X-Fern-Language": "JavaScript",
552552
"X-Fern-SDK-Name": "@withabound/node-sdk",
553-
"X-Fern-SDK-Version": "6.0.64",
554-
"User-Agent": "@withabound/node-sdk/6.0.64",
553+
"X-Fern-SDK-Version": "6.0.65",
554+
"User-Agent": "@withabound/node-sdk/6.0.65",
555555
"X-Fern-Runtime": core.RUNTIME.type,
556556
"X-Fern-Runtime-Version": core.RUNTIME.version,
557557
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -642,8 +642,8 @@ export class Form1099Int {
642642
Authorization: await this._getAuthorizationHeader(),
643643
"X-Fern-Language": "JavaScript",
644644
"X-Fern-SDK-Name": "@withabound/node-sdk",
645-
"X-Fern-SDK-Version": "6.0.64",
646-
"User-Agent": "@withabound/node-sdk/6.0.64",
645+
"X-Fern-SDK-Version": "6.0.65",
646+
"User-Agent": "@withabound/node-sdk/6.0.65",
647647
"X-Fern-Runtime": core.RUNTIME.type,
648648
"X-Fern-Runtime-Version": core.RUNTIME.version,
649649
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -730,8 +730,8 @@ export class Form1099Int {
730730
Authorization: await this._getAuthorizationHeader(),
731731
"X-Fern-Language": "JavaScript",
732732
"X-Fern-SDK-Name": "@withabound/node-sdk",
733-
"X-Fern-SDK-Version": "6.0.64",
734-
"User-Agent": "@withabound/node-sdk/6.0.64",
733+
"X-Fern-SDK-Version": "6.0.65",
734+
"User-Agent": "@withabound/node-sdk/6.0.65",
735735
"X-Fern-Runtime": core.RUNTIME.type,
736736
"X-Fern-Runtime-Version": core.RUNTIME.version,
737737
...requestOptions?.headers,
@@ -817,8 +817,8 @@ export class Form1099Int {
817817
Authorization: await this._getAuthorizationHeader(),
818818
"X-Fern-Language": "JavaScript",
819819
"X-Fern-SDK-Name": "@withabound/node-sdk",
820-
"X-Fern-SDK-Version": "6.0.64",
821-
"User-Agent": "@withabound/node-sdk/6.0.64",
820+
"X-Fern-SDK-Version": "6.0.65",
821+
"User-Agent": "@withabound/node-sdk/6.0.65",
822822
"X-Fern-Runtime": core.RUNTIME.type,
823823
"X-Fern-Runtime-Version": core.RUNTIME.version,
824824
...requestOptions?.headers,

src/api/resources/form1099K/client/Client.ts

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ export class Form1099K {
8888
Authorization: await this._getAuthorizationHeader(),
8989
"X-Fern-Language": "JavaScript",
9090
"X-Fern-SDK-Name": "@withabound/node-sdk",
91-
"X-Fern-SDK-Version": "6.0.64",
92-
"User-Agent": "@withabound/node-sdk/6.0.64",
91+
"X-Fern-SDK-Version": "6.0.65",
92+
"User-Agent": "@withabound/node-sdk/6.0.65",
9393
"X-Fern-Runtime": core.RUNTIME.type,
9494
"X-Fern-Runtime-Version": core.RUNTIME.version,
9595
...requestOptions?.headers,
@@ -230,8 +230,8 @@ export class Form1099K {
230230
Authorization: await this._getAuthorizationHeader(),
231231
"X-Fern-Language": "JavaScript",
232232
"X-Fern-SDK-Name": "@withabound/node-sdk",
233-
"X-Fern-SDK-Version": "6.0.64",
234-
"User-Agent": "@withabound/node-sdk/6.0.64",
233+
"X-Fern-SDK-Version": "6.0.65",
234+
"User-Agent": "@withabound/node-sdk/6.0.65",
235235
"X-Fern-Runtime": core.RUNTIME.type,
236236
"X-Fern-Runtime-Version": core.RUNTIME.version,
237237
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -341,8 +341,8 @@ export class Form1099K {
341341
Authorization: await this._getAuthorizationHeader(),
342342
"X-Fern-Language": "JavaScript",
343343
"X-Fern-SDK-Name": "@withabound/node-sdk",
344-
"X-Fern-SDK-Version": "6.0.64",
345-
"User-Agent": "@withabound/node-sdk/6.0.64",
344+
"X-Fern-SDK-Version": "6.0.65",
345+
"User-Agent": "@withabound/node-sdk/6.0.65",
346346
"X-Fern-Runtime": core.RUNTIME.type,
347347
"X-Fern-Runtime-Version": core.RUNTIME.version,
348348
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -433,8 +433,8 @@ export class Form1099K {
433433
Authorization: await this._getAuthorizationHeader(),
434434
"X-Fern-Language": "JavaScript",
435435
"X-Fern-SDK-Name": "@withabound/node-sdk",
436-
"X-Fern-SDK-Version": "6.0.64",
437-
"User-Agent": "@withabound/node-sdk/6.0.64",
436+
"X-Fern-SDK-Version": "6.0.65",
437+
"User-Agent": "@withabound/node-sdk/6.0.65",
438438
"X-Fern-Runtime": core.RUNTIME.type,
439439
"X-Fern-Runtime-Version": core.RUNTIME.version,
440440
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -566,8 +566,8 @@ export class Form1099K {
566566
Authorization: await this._getAuthorizationHeader(),
567567
"X-Fern-Language": "JavaScript",
568568
"X-Fern-SDK-Name": "@withabound/node-sdk",
569-
"X-Fern-SDK-Version": "6.0.64",
570-
"User-Agent": "@withabound/node-sdk/6.0.64",
569+
"X-Fern-SDK-Version": "6.0.65",
570+
"User-Agent": "@withabound/node-sdk/6.0.65",
571571
"X-Fern-Runtime": core.RUNTIME.type,
572572
"X-Fern-Runtime-Version": core.RUNTIME.version,
573573
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -658,8 +658,8 @@ export class Form1099K {
658658
Authorization: await this._getAuthorizationHeader(),
659659
"X-Fern-Language": "JavaScript",
660660
"X-Fern-SDK-Name": "@withabound/node-sdk",
661-
"X-Fern-SDK-Version": "6.0.64",
662-
"User-Agent": "@withabound/node-sdk/6.0.64",
661+
"X-Fern-SDK-Version": "6.0.65",
662+
"User-Agent": "@withabound/node-sdk/6.0.65",
663663
"X-Fern-Runtime": core.RUNTIME.type,
664664
"X-Fern-Runtime-Version": core.RUNTIME.version,
665665
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -746,8 +746,8 @@ export class Form1099K {
746746
Authorization: await this._getAuthorizationHeader(),
747747
"X-Fern-Language": "JavaScript",
748748
"X-Fern-SDK-Name": "@withabound/node-sdk",
749-
"X-Fern-SDK-Version": "6.0.64",
750-
"User-Agent": "@withabound/node-sdk/6.0.64",
749+
"X-Fern-SDK-Version": "6.0.65",
750+
"User-Agent": "@withabound/node-sdk/6.0.65",
751751
"X-Fern-Runtime": core.RUNTIME.type,
752752
"X-Fern-Runtime-Version": core.RUNTIME.version,
753753
...requestOptions?.headers,
@@ -833,8 +833,8 @@ export class Form1099K {
833833
Authorization: await this._getAuthorizationHeader(),
834834
"X-Fern-Language": "JavaScript",
835835
"X-Fern-SDK-Name": "@withabound/node-sdk",
836-
"X-Fern-SDK-Version": "6.0.64",
837-
"User-Agent": "@withabound/node-sdk/6.0.64",
836+
"X-Fern-SDK-Version": "6.0.65",
837+
"User-Agent": "@withabound/node-sdk/6.0.65",
838838
"X-Fern-Runtime": core.RUNTIME.type,
839839
"X-Fern-Runtime-Version": core.RUNTIME.version,
840840
...requestOptions?.headers,

src/api/resources/form1099Misc/client/Client.ts

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ export class Form1099Misc {
8888
Authorization: await this._getAuthorizationHeader(),
8989
"X-Fern-Language": "JavaScript",
9090
"X-Fern-SDK-Name": "@withabound/node-sdk",
91-
"X-Fern-SDK-Version": "6.0.64",
92-
"User-Agent": "@withabound/node-sdk/6.0.64",
91+
"X-Fern-SDK-Version": "6.0.65",
92+
"User-Agent": "@withabound/node-sdk/6.0.65",
9393
"X-Fern-Runtime": core.RUNTIME.type,
9494
"X-Fern-Runtime-Version": core.RUNTIME.version,
9595
...requestOptions?.headers,
@@ -223,8 +223,8 @@ export class Form1099Misc {
223223
Authorization: await this._getAuthorizationHeader(),
224224
"X-Fern-Language": "JavaScript",
225225
"X-Fern-SDK-Name": "@withabound/node-sdk",
226-
"X-Fern-SDK-Version": "6.0.64",
227-
"User-Agent": "@withabound/node-sdk/6.0.64",
226+
"X-Fern-SDK-Version": "6.0.65",
227+
"User-Agent": "@withabound/node-sdk/6.0.65",
228228
"X-Fern-Runtime": core.RUNTIME.type,
229229
"X-Fern-Runtime-Version": core.RUNTIME.version,
230230
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -334,8 +334,8 @@ export class Form1099Misc {
334334
Authorization: await this._getAuthorizationHeader(),
335335
"X-Fern-Language": "JavaScript",
336336
"X-Fern-SDK-Name": "@withabound/node-sdk",
337-
"X-Fern-SDK-Version": "6.0.64",
338-
"User-Agent": "@withabound/node-sdk/6.0.64",
337+
"X-Fern-SDK-Version": "6.0.65",
338+
"User-Agent": "@withabound/node-sdk/6.0.65",
339339
"X-Fern-Runtime": core.RUNTIME.type,
340340
"X-Fern-Runtime-Version": core.RUNTIME.version,
341341
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -426,8 +426,8 @@ export class Form1099Misc {
426426
Authorization: await this._getAuthorizationHeader(),
427427
"X-Fern-Language": "JavaScript",
428428
"X-Fern-SDK-Name": "@withabound/node-sdk",
429-
"X-Fern-SDK-Version": "6.0.64",
430-
"User-Agent": "@withabound/node-sdk/6.0.64",
429+
"X-Fern-SDK-Version": "6.0.65",
430+
"User-Agent": "@withabound/node-sdk/6.0.65",
431431
"X-Fern-Runtime": core.RUNTIME.type,
432432
"X-Fern-Runtime-Version": core.RUNTIME.version,
433433
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -552,8 +552,8 @@ export class Form1099Misc {
552552
Authorization: await this._getAuthorizationHeader(),
553553
"X-Fern-Language": "JavaScript",
554554
"X-Fern-SDK-Name": "@withabound/node-sdk",
555-
"X-Fern-SDK-Version": "6.0.64",
556-
"User-Agent": "@withabound/node-sdk/6.0.64",
555+
"X-Fern-SDK-Version": "6.0.65",
556+
"User-Agent": "@withabound/node-sdk/6.0.65",
557557
"X-Fern-Runtime": core.RUNTIME.type,
558558
"X-Fern-Runtime-Version": core.RUNTIME.version,
559559
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -644,8 +644,8 @@ export class Form1099Misc {
644644
Authorization: await this._getAuthorizationHeader(),
645645
"X-Fern-Language": "JavaScript",
646646
"X-Fern-SDK-Name": "@withabound/node-sdk",
647-
"X-Fern-SDK-Version": "6.0.64",
648-
"User-Agent": "@withabound/node-sdk/6.0.64",
647+
"X-Fern-SDK-Version": "6.0.65",
648+
"User-Agent": "@withabound/node-sdk/6.0.65",
649649
"X-Fern-Runtime": core.RUNTIME.type,
650650
"X-Fern-Runtime-Version": core.RUNTIME.version,
651651
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -732,8 +732,8 @@ export class Form1099Misc {
732732
Authorization: await this._getAuthorizationHeader(),
733733
"X-Fern-Language": "JavaScript",
734734
"X-Fern-SDK-Name": "@withabound/node-sdk",
735-
"X-Fern-SDK-Version": "6.0.64",
736-
"User-Agent": "@withabound/node-sdk/6.0.64",
735+
"X-Fern-SDK-Version": "6.0.65",
736+
"User-Agent": "@withabound/node-sdk/6.0.65",
737737
"X-Fern-Runtime": core.RUNTIME.type,
738738
"X-Fern-Runtime-Version": core.RUNTIME.version,
739739
...requestOptions?.headers,
@@ -819,8 +819,8 @@ export class Form1099Misc {
819819
Authorization: await this._getAuthorizationHeader(),
820820
"X-Fern-Language": "JavaScript",
821821
"X-Fern-SDK-Name": "@withabound/node-sdk",
822-
"X-Fern-SDK-Version": "6.0.64",
823-
"User-Agent": "@withabound/node-sdk/6.0.64",
822+
"X-Fern-SDK-Version": "6.0.65",
823+
"User-Agent": "@withabound/node-sdk/6.0.65",
824824
"X-Fern-Runtime": core.RUNTIME.type,
825825
"X-Fern-Runtime-Version": core.RUNTIME.version,
826826
...requestOptions?.headers,

0 commit comments

Comments
 (0)