Skip to content

Commit c6d5b80

Browse files
committed
Release 6.0.12
1 parent 8422351 commit c6d5b80

File tree

18 files changed

+151
-151
lines changed

18 files changed

+151
-151
lines changed

.mock/definition/form-1099-k.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ types:
133133
transactions made to you through the PSE during the calendar year.
134134
Value must be in cents.
135135
aggregateGrossAmountCardNotPresent:
136-
type: integer
136+
type: optional<integer>
137137
validation:
138138
min: 0
139139
docs: >-
@@ -146,7 +146,7 @@ types:
146146
card not present transactions will not be reported. Value must be in
147147
cents.
148148
merchantCategoryCode:
149-
type: string
149+
type: optional<string>
150150
validation:
151151
minLength: 4
152152
maxLength: 4

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.11",
3+
"version": "6.0.12",
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
@@ -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.11",
63-
"User-Agent": "@withabound/node-sdk/6.0.11",
62+
"X-Fern-SDK-Version": "6.0.12",
63+
"User-Agent": "@withabound/node-sdk/6.0.12",
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.11",
82-
"User-Agent": "@withabound/node-sdk/6.0.11",
81+
"X-Fern-SDK-Version": "6.0.12",
82+
"User-Agent": "@withabound/node-sdk/6.0.12",
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.11",
86-
"User-Agent": "@withabound/node-sdk/6.0.11",
85+
"X-Fern-SDK-Version": "6.0.12",
86+
"User-Agent": "@withabound/node-sdk/6.0.12",
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.11",
217-
"User-Agent": "@withabound/node-sdk/6.0.11",
216+
"X-Fern-SDK-Version": "6.0.12",
217+
"User-Agent": "@withabound/node-sdk/6.0.12",
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.11",
325-
"User-Agent": "@withabound/node-sdk/6.0.11",
324+
"X-Fern-SDK-Version": "6.0.12",
325+
"User-Agent": "@withabound/node-sdk/6.0.12",
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.11",
412-
"User-Agent": "@withabound/node-sdk/6.0.11",
411+
"X-Fern-SDK-Version": "6.0.12",
412+
"User-Agent": "@withabound/node-sdk/6.0.12",
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.11",
532-
"User-Agent": "@withabound/node-sdk/6.0.11",
531+
"X-Fern-SDK-Version": "6.0.12",
532+
"User-Agent": "@withabound/node-sdk/6.0.12",
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.11",
619-
"User-Agent": "@withabound/node-sdk/6.0.11",
618+
"X-Fern-SDK-Version": "6.0.12",
619+
"User-Agent": "@withabound/node-sdk/6.0.12",
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.11",
702-
"User-Agent": "@withabound/node-sdk/6.0.11",
701+
"X-Fern-SDK-Version": "6.0.12",
702+
"User-Agent": "@withabound/node-sdk/6.0.12",
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.11",
784-
"User-Agent": "@withabound/node-sdk/6.0.11",
783+
"X-Fern-SDK-Version": "6.0.12",
784+
"User-Agent": "@withabound/node-sdk/6.0.12",
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.11",
86-
"User-Agent": "@withabound/node-sdk/6.0.11",
85+
"X-Fern-SDK-Version": "6.0.12",
86+
"User-Agent": "@withabound/node-sdk/6.0.12",
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.11",
225-
"User-Agent": "@withabound/node-sdk/6.0.11",
224+
"X-Fern-SDK-Version": "6.0.12",
225+
"User-Agent": "@withabound/node-sdk/6.0.12",
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.11",
333-
"User-Agent": "@withabound/node-sdk/6.0.11",
332+
"X-Fern-SDK-Version": "6.0.12",
333+
"User-Agent": "@withabound/node-sdk/6.0.12",
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.11",
420-
"User-Agent": "@withabound/node-sdk/6.0.11",
419+
"X-Fern-SDK-Version": "6.0.12",
420+
"User-Agent": "@withabound/node-sdk/6.0.12",
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.11",
548-
"User-Agent": "@withabound/node-sdk/6.0.11",
547+
"X-Fern-SDK-Version": "6.0.12",
548+
"User-Agent": "@withabound/node-sdk/6.0.12",
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.11",
635-
"User-Agent": "@withabound/node-sdk/6.0.11",
634+
"X-Fern-SDK-Version": "6.0.12",
635+
"User-Agent": "@withabound/node-sdk/6.0.12",
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.11",
718-
"User-Agent": "@withabound/node-sdk/6.0.11",
717+
"X-Fern-SDK-Version": "6.0.12",
718+
"User-Agent": "@withabound/node-sdk/6.0.12",
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.11",
800-
"User-Agent": "@withabound/node-sdk/6.0.11",
799+
"X-Fern-SDK-Version": "6.0.12",
800+
"User-Agent": "@withabound/node-sdk/6.0.12",
801801
"X-Fern-Runtime": core.RUNTIME.type,
802802
"X-Fern-Runtime-Version": core.RUNTIME.version,
803803
},

src/api/resources/form1099K/types/Form1099KFormFieldsRequestSchema.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ export interface Form1099KFormFieldsRequestSchema {
1818
/** Aggregate gross amount of payment card/third party network transactions made to you through the PSE during the calendar year. Value must be in cents. */
1919
aggregateGrossAmount: number;
2020
/** The aggregate gross amount of all reportable payment transactions made to you through the PSE during the calendar year where the card was not present at the time of the transaction or the card number was keyed into the terminal. Typically, this relates to online sales, phone sales, or catalogue sales. If `transactionsReportedClassification` is `thirdPartyNetwork`, or if these are third party network transactions, card not present transactions will not be reported. Value must be in cents. */
21-
aggregateGrossAmountCardNotPresent: number;
21+
aggregateGrossAmountCardNotPresent?: number;
2222
/** Payment brands use merchant category codes (MCCs) to classify merchants and businesses by the type of goods or services provided. It is a four (4) digit code. This may be left blank. */
23-
merchantCategoryCode: string;
23+
merchantCategoryCode?: string;
2424
/** The number of payment transactions (not including refund transactions) processed through the payment card/third party network. */
2525
numberOfPaymentTransactions: number;
2626
/** The federal income tax withheld. Generally, a payer must backup withhold if you did not furnish your TIN or you did not furnish the correct TIN to the payer. Value must be in cents. Abound does not currently support `federalIncomeTaxWithheld` reporting on the 1099-K, please contact us for more information. */

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.11",
86-
"User-Agent": "@withabound/node-sdk/6.0.11",
85+
"X-Fern-SDK-Version": "6.0.12",
86+
"User-Agent": "@withabound/node-sdk/6.0.12",
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.11",
218-
"User-Agent": "@withabound/node-sdk/6.0.11",
217+
"X-Fern-SDK-Version": "6.0.12",
218+
"User-Agent": "@withabound/node-sdk/6.0.12",
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.11",
326-
"User-Agent": "@withabound/node-sdk/6.0.11",
325+
"X-Fern-SDK-Version": "6.0.12",
326+
"User-Agent": "@withabound/node-sdk/6.0.12",
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.11",
413-
"User-Agent": "@withabound/node-sdk/6.0.11",
412+
"X-Fern-SDK-Version": "6.0.12",
413+
"User-Agent": "@withabound/node-sdk/6.0.12",
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.11",
534-
"User-Agent": "@withabound/node-sdk/6.0.11",
533+
"X-Fern-SDK-Version": "6.0.12",
534+
"User-Agent": "@withabound/node-sdk/6.0.12",
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.11",
621-
"User-Agent": "@withabound/node-sdk/6.0.11",
620+
"X-Fern-SDK-Version": "6.0.12",
621+
"User-Agent": "@withabound/node-sdk/6.0.12",
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.11",
704-
"User-Agent": "@withabound/node-sdk/6.0.11",
703+
"X-Fern-SDK-Version": "6.0.12",
704+
"User-Agent": "@withabound/node-sdk/6.0.12",
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.11",
786-
"User-Agent": "@withabound/node-sdk/6.0.11",
785+
"X-Fern-SDK-Version": "6.0.12",
786+
"User-Agent": "@withabound/node-sdk/6.0.12",
787787
"X-Fern-Runtime": core.RUNTIME.type,
788788
"X-Fern-Runtime-Version": core.RUNTIME.version,
789789
},

0 commit comments

Comments
 (0)