Skip to content

Commit 16c248d

Browse files
committed
Release 6.0.9
1 parent 415c475 commit 16c248d

File tree

19 files changed

+291
-271
lines changed

19 files changed

+291
-271
lines changed

.mock/fern.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"organization" : "abound",
3-
"version" : "0.43.0"
3+
"version" : "0.44.11"
44
}

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 Abound.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ const client = new AboundClient({
3030
});
3131
```
3232

33+
## Reference
34+
35+
A full reference for this library is available [here](./reference.md).
36+
3337
## Usage
3438

3539
Instantiate and use the client with the following:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "@withabound/node-sdk",
3-
"version": "6.0.8",
3+
"version": "6.0.9",
44
"private": false,
55
"repository": "https://github.com/withabound/abound-node",
6+
"license": "MIT",
67
"main": "./index.js",
78
"types": "./index.d.ts",
89
"scripts": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ export class AccessTokens {
5959
Authorization: await this._getAuthorizationHeader(),
6060
"X-Fern-Language": "JavaScript",
6161
"X-Fern-SDK-Name": "@withabound/node-sdk",
62-
"X-Fern-SDK-Version": "6.0.8",
63-
"User-Agent": "@withabound/node-sdk/6.0.8",
62+
"X-Fern-SDK-Version": "6.0.9",
63+
"User-Agent": "@withabound/node-sdk/6.0.9",
6464
"X-Fern-Runtime": core.RUNTIME.type,
6565
"X-Fern-Runtime-Version": core.RUNTIME.version,
6666
"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
@@ -78,8 +78,8 @@ export class ElectronicDeliveryConsents {
7878
Authorization: await this._getAuthorizationHeader(),
7979
"X-Fern-Language": "JavaScript",
8080
"X-Fern-SDK-Name": "@withabound/node-sdk",
81-
"X-Fern-SDK-Version": "6.0.8",
82-
"User-Agent": "@withabound/node-sdk/6.0.8",
81+
"X-Fern-SDK-Version": "6.0.9",
82+
"User-Agent": "@withabound/node-sdk/6.0.9",
8383
"X-Fern-Runtime": core.RUNTIME.type,
8484
"X-Fern-Runtime-Version": core.RUNTIME.version,
8585
},

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ export class Form1099Int {
8282
Authorization: await this._getAuthorizationHeader(),
8383
"X-Fern-Language": "JavaScript",
8484
"X-Fern-SDK-Name": "@withabound/node-sdk",
85-
"X-Fern-SDK-Version": "6.0.8",
86-
"User-Agent": "@withabound/node-sdk/6.0.8",
85+
"X-Fern-SDK-Version": "6.0.9",
86+
"User-Agent": "@withabound/node-sdk/6.0.9",
8787
"X-Fern-Runtime": core.RUNTIME.type,
8888
"X-Fern-Runtime-Version": core.RUNTIME.version,
8989
},
@@ -213,8 +213,8 @@ export class Form1099Int {
213213
Authorization: await this._getAuthorizationHeader(),
214214
"X-Fern-Language": "JavaScript",
215215
"X-Fern-SDK-Name": "@withabound/node-sdk",
216-
"X-Fern-SDK-Version": "6.0.8",
217-
"User-Agent": "@withabound/node-sdk/6.0.8",
216+
"X-Fern-SDK-Version": "6.0.9",
217+
"User-Agent": "@withabound/node-sdk/6.0.9",
218218
"X-Fern-Runtime": core.RUNTIME.type,
219219
"X-Fern-Runtime-Version": core.RUNTIME.version,
220220
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -321,8 +321,8 @@ export class Form1099Int {
321321
Authorization: await this._getAuthorizationHeader(),
322322
"X-Fern-Language": "JavaScript",
323323
"X-Fern-SDK-Name": "@withabound/node-sdk",
324-
"X-Fern-SDK-Version": "6.0.8",
325-
"User-Agent": "@withabound/node-sdk/6.0.8",
324+
"X-Fern-SDK-Version": "6.0.9",
325+
"User-Agent": "@withabound/node-sdk/6.0.9",
326326
"X-Fern-Runtime": core.RUNTIME.type,
327327
"X-Fern-Runtime-Version": core.RUNTIME.version,
328328
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -408,8 +408,8 @@ export class Form1099Int {
408408
Authorization: await this._getAuthorizationHeader(),
409409
"X-Fern-Language": "JavaScript",
410410
"X-Fern-SDK-Name": "@withabound/node-sdk",
411-
"X-Fern-SDK-Version": "6.0.8",
412-
"User-Agent": "@withabound/node-sdk/6.0.8",
411+
"X-Fern-SDK-Version": "6.0.9",
412+
"User-Agent": "@withabound/node-sdk/6.0.9",
413413
"X-Fern-Runtime": core.RUNTIME.type,
414414
"X-Fern-Runtime-Version": core.RUNTIME.version,
415415
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -528,8 +528,8 @@ export class Form1099Int {
528528
Authorization: await this._getAuthorizationHeader(),
529529
"X-Fern-Language": "JavaScript",
530530
"X-Fern-SDK-Name": "@withabound/node-sdk",
531-
"X-Fern-SDK-Version": "6.0.8",
532-
"User-Agent": "@withabound/node-sdk/6.0.8",
531+
"X-Fern-SDK-Version": "6.0.9",
532+
"User-Agent": "@withabound/node-sdk/6.0.9",
533533
"X-Fern-Runtime": core.RUNTIME.type,
534534
"X-Fern-Runtime-Version": core.RUNTIME.version,
535535
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -615,8 +615,8 @@ export class Form1099Int {
615615
Authorization: await this._getAuthorizationHeader(),
616616
"X-Fern-Language": "JavaScript",
617617
"X-Fern-SDK-Name": "@withabound/node-sdk",
618-
"X-Fern-SDK-Version": "6.0.8",
619-
"User-Agent": "@withabound/node-sdk/6.0.8",
618+
"X-Fern-SDK-Version": "6.0.9",
619+
"User-Agent": "@withabound/node-sdk/6.0.9",
620620
"X-Fern-Runtime": core.RUNTIME.type,
621621
"X-Fern-Runtime-Version": core.RUNTIME.version,
622622
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -698,8 +698,8 @@ export class Form1099Int {
698698
Authorization: await this._getAuthorizationHeader(),
699699
"X-Fern-Language": "JavaScript",
700700
"X-Fern-SDK-Name": "@withabound/node-sdk",
701-
"X-Fern-SDK-Version": "6.0.8",
702-
"User-Agent": "@withabound/node-sdk/6.0.8",
701+
"X-Fern-SDK-Version": "6.0.9",
702+
"User-Agent": "@withabound/node-sdk/6.0.9",
703703
"X-Fern-Runtime": core.RUNTIME.type,
704704
"X-Fern-Runtime-Version": core.RUNTIME.version,
705705
},
@@ -780,8 +780,8 @@ export class Form1099Int {
780780
Authorization: await this._getAuthorizationHeader(),
781781
"X-Fern-Language": "JavaScript",
782782
"X-Fern-SDK-Name": "@withabound/node-sdk",
783-
"X-Fern-SDK-Version": "6.0.8",
784-
"User-Agent": "@withabound/node-sdk/6.0.8",
783+
"X-Fern-SDK-Version": "6.0.9",
784+
"User-Agent": "@withabound/node-sdk/6.0.9",
785785
"X-Fern-Runtime": core.RUNTIME.type,
786786
"X-Fern-Runtime-Version": core.RUNTIME.version,
787787
},

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ export class Form1099K {
8282
Authorization: await this._getAuthorizationHeader(),
8383
"X-Fern-Language": "JavaScript",
8484
"X-Fern-SDK-Name": "@withabound/node-sdk",
85-
"X-Fern-SDK-Version": "6.0.8",
86-
"User-Agent": "@withabound/node-sdk/6.0.8",
85+
"X-Fern-SDK-Version": "6.0.9",
86+
"User-Agent": "@withabound/node-sdk/6.0.9",
8787
"X-Fern-Runtime": core.RUNTIME.type,
8888
"X-Fern-Runtime-Version": core.RUNTIME.version,
8989
},
@@ -221,8 +221,8 @@ export class Form1099K {
221221
Authorization: await this._getAuthorizationHeader(),
222222
"X-Fern-Language": "JavaScript",
223223
"X-Fern-SDK-Name": "@withabound/node-sdk",
224-
"X-Fern-SDK-Version": "6.0.8",
225-
"User-Agent": "@withabound/node-sdk/6.0.8",
224+
"X-Fern-SDK-Version": "6.0.9",
225+
"User-Agent": "@withabound/node-sdk/6.0.9",
226226
"X-Fern-Runtime": core.RUNTIME.type,
227227
"X-Fern-Runtime-Version": core.RUNTIME.version,
228228
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -329,8 +329,8 @@ export class Form1099K {
329329
Authorization: await this._getAuthorizationHeader(),
330330
"X-Fern-Language": "JavaScript",
331331
"X-Fern-SDK-Name": "@withabound/node-sdk",
332-
"X-Fern-SDK-Version": "6.0.8",
333-
"User-Agent": "@withabound/node-sdk/6.0.8",
332+
"X-Fern-SDK-Version": "6.0.9",
333+
"User-Agent": "@withabound/node-sdk/6.0.9",
334334
"X-Fern-Runtime": core.RUNTIME.type,
335335
"X-Fern-Runtime-Version": core.RUNTIME.version,
336336
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -416,8 +416,8 @@ export class Form1099K {
416416
Authorization: await this._getAuthorizationHeader(),
417417
"X-Fern-Language": "JavaScript",
418418
"X-Fern-SDK-Name": "@withabound/node-sdk",
419-
"X-Fern-SDK-Version": "6.0.8",
420-
"User-Agent": "@withabound/node-sdk/6.0.8",
419+
"X-Fern-SDK-Version": "6.0.9",
420+
"User-Agent": "@withabound/node-sdk/6.0.9",
421421
"X-Fern-Runtime": core.RUNTIME.type,
422422
"X-Fern-Runtime-Version": core.RUNTIME.version,
423423
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -544,8 +544,8 @@ export class Form1099K {
544544
Authorization: await this._getAuthorizationHeader(),
545545
"X-Fern-Language": "JavaScript",
546546
"X-Fern-SDK-Name": "@withabound/node-sdk",
547-
"X-Fern-SDK-Version": "6.0.8",
548-
"User-Agent": "@withabound/node-sdk/6.0.8",
547+
"X-Fern-SDK-Version": "6.0.9",
548+
"User-Agent": "@withabound/node-sdk/6.0.9",
549549
"X-Fern-Runtime": core.RUNTIME.type,
550550
"X-Fern-Runtime-Version": core.RUNTIME.version,
551551
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -631,8 +631,8 @@ export class Form1099K {
631631
Authorization: await this._getAuthorizationHeader(),
632632
"X-Fern-Language": "JavaScript",
633633
"X-Fern-SDK-Name": "@withabound/node-sdk",
634-
"X-Fern-SDK-Version": "6.0.8",
635-
"User-Agent": "@withabound/node-sdk/6.0.8",
634+
"X-Fern-SDK-Version": "6.0.9",
635+
"User-Agent": "@withabound/node-sdk/6.0.9",
636636
"X-Fern-Runtime": core.RUNTIME.type,
637637
"X-Fern-Runtime-Version": core.RUNTIME.version,
638638
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -714,8 +714,8 @@ export class Form1099K {
714714
Authorization: await this._getAuthorizationHeader(),
715715
"X-Fern-Language": "JavaScript",
716716
"X-Fern-SDK-Name": "@withabound/node-sdk",
717-
"X-Fern-SDK-Version": "6.0.8",
718-
"User-Agent": "@withabound/node-sdk/6.0.8",
717+
"X-Fern-SDK-Version": "6.0.9",
718+
"User-Agent": "@withabound/node-sdk/6.0.9",
719719
"X-Fern-Runtime": core.RUNTIME.type,
720720
"X-Fern-Runtime-Version": core.RUNTIME.version,
721721
},
@@ -796,8 +796,8 @@ export class Form1099K {
796796
Authorization: await this._getAuthorizationHeader(),
797797
"X-Fern-Language": "JavaScript",
798798
"X-Fern-SDK-Name": "@withabound/node-sdk",
799-
"X-Fern-SDK-Version": "6.0.8",
800-
"User-Agent": "@withabound/node-sdk/6.0.8",
799+
"X-Fern-SDK-Version": "6.0.9",
800+
"User-Agent": "@withabound/node-sdk/6.0.9",
801801
"X-Fern-Runtime": core.RUNTIME.type,
802802
"X-Fern-Runtime-Version": core.RUNTIME.version,
803803
},

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ export class Form1099Misc {
8282
Authorization: await this._getAuthorizationHeader(),
8383
"X-Fern-Language": "JavaScript",
8484
"X-Fern-SDK-Name": "@withabound/node-sdk",
85-
"X-Fern-SDK-Version": "6.0.8",
86-
"User-Agent": "@withabound/node-sdk/6.0.8",
85+
"X-Fern-SDK-Version": "6.0.9",
86+
"User-Agent": "@withabound/node-sdk/6.0.9",
8787
"X-Fern-Runtime": core.RUNTIME.type,
8888
"X-Fern-Runtime-Version": core.RUNTIME.version,
8989
},
@@ -214,8 +214,8 @@ export class Form1099Misc {
214214
Authorization: await this._getAuthorizationHeader(),
215215
"X-Fern-Language": "JavaScript",
216216
"X-Fern-SDK-Name": "@withabound/node-sdk",
217-
"X-Fern-SDK-Version": "6.0.8",
218-
"User-Agent": "@withabound/node-sdk/6.0.8",
217+
"X-Fern-SDK-Version": "6.0.9",
218+
"User-Agent": "@withabound/node-sdk/6.0.9",
219219
"X-Fern-Runtime": core.RUNTIME.type,
220220
"X-Fern-Runtime-Version": core.RUNTIME.version,
221221
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -322,8 +322,8 @@ export class Form1099Misc {
322322
Authorization: await this._getAuthorizationHeader(),
323323
"X-Fern-Language": "JavaScript",
324324
"X-Fern-SDK-Name": "@withabound/node-sdk",
325-
"X-Fern-SDK-Version": "6.0.8",
326-
"User-Agent": "@withabound/node-sdk/6.0.8",
325+
"X-Fern-SDK-Version": "6.0.9",
326+
"User-Agent": "@withabound/node-sdk/6.0.9",
327327
"X-Fern-Runtime": core.RUNTIME.type,
328328
"X-Fern-Runtime-Version": core.RUNTIME.version,
329329
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -409,8 +409,8 @@ export class Form1099Misc {
409409
Authorization: await this._getAuthorizationHeader(),
410410
"X-Fern-Language": "JavaScript",
411411
"X-Fern-SDK-Name": "@withabound/node-sdk",
412-
"X-Fern-SDK-Version": "6.0.8",
413-
"User-Agent": "@withabound/node-sdk/6.0.8",
412+
"X-Fern-SDK-Version": "6.0.9",
413+
"User-Agent": "@withabound/node-sdk/6.0.9",
414414
"X-Fern-Runtime": core.RUNTIME.type,
415415
"X-Fern-Runtime-Version": core.RUNTIME.version,
416416
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -530,8 +530,8 @@ export class Form1099Misc {
530530
Authorization: await this._getAuthorizationHeader(),
531531
"X-Fern-Language": "JavaScript",
532532
"X-Fern-SDK-Name": "@withabound/node-sdk",
533-
"X-Fern-SDK-Version": "6.0.8",
534-
"User-Agent": "@withabound/node-sdk/6.0.8",
533+
"X-Fern-SDK-Version": "6.0.9",
534+
"User-Agent": "@withabound/node-sdk/6.0.9",
535535
"X-Fern-Runtime": core.RUNTIME.type,
536536
"X-Fern-Runtime-Version": core.RUNTIME.version,
537537
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -617,8 +617,8 @@ export class Form1099Misc {
617617
Authorization: await this._getAuthorizationHeader(),
618618
"X-Fern-Language": "JavaScript",
619619
"X-Fern-SDK-Name": "@withabound/node-sdk",
620-
"X-Fern-SDK-Version": "6.0.8",
621-
"User-Agent": "@withabound/node-sdk/6.0.8",
620+
"X-Fern-SDK-Version": "6.0.9",
621+
"User-Agent": "@withabound/node-sdk/6.0.9",
622622
"X-Fern-Runtime": core.RUNTIME.type,
623623
"X-Fern-Runtime-Version": core.RUNTIME.version,
624624
"Idempotency-Key": idempotencyKey != null ? idempotencyKey : undefined,
@@ -700,8 +700,8 @@ export class Form1099Misc {
700700
Authorization: await this._getAuthorizationHeader(),
701701
"X-Fern-Language": "JavaScript",
702702
"X-Fern-SDK-Name": "@withabound/node-sdk",
703-
"X-Fern-SDK-Version": "6.0.8",
704-
"User-Agent": "@withabound/node-sdk/6.0.8",
703+
"X-Fern-SDK-Version": "6.0.9",
704+
"User-Agent": "@withabound/node-sdk/6.0.9",
705705
"X-Fern-Runtime": core.RUNTIME.type,
706706
"X-Fern-Runtime-Version": core.RUNTIME.version,
707707
},
@@ -782,8 +782,8 @@ export class Form1099Misc {
782782
Authorization: await this._getAuthorizationHeader(),
783783
"X-Fern-Language": "JavaScript",
784784
"X-Fern-SDK-Name": "@withabound/node-sdk",
785-
"X-Fern-SDK-Version": "6.0.8",
786-
"User-Agent": "@withabound/node-sdk/6.0.8",
785+
"X-Fern-SDK-Version": "6.0.9",
786+
"User-Agent": "@withabound/node-sdk/6.0.9",
787787
"X-Fern-Runtime": core.RUNTIME.type,
788788
"X-Fern-Runtime-Version": core.RUNTIME.version,
789789
},

0 commit comments

Comments
 (0)