increase 0.431.0 → 0.433.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/package.json +1 -1
- package/resources/exports.d.mts +96 -3
- package/resources/exports.d.mts.map +1 -1
- package/resources/exports.d.ts +96 -3
- package/resources/exports.d.ts.map +1 -1
- package/src/resources/exports.ts +113 -3
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.433.0 (2026-02-10)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.432.0...v0.433.0](https://github.com/Increase/increase-typescript/compare/v0.432.0...v0.433.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([706ec7e](https://github.com/Increase/increase-typescript/commit/706ec7e76d3c2b1b6c1a8999c76311ea3f1b52f0))
|
|
10
|
+
|
|
11
|
+
## 0.432.0 (2026-02-10)
|
|
12
|
+
|
|
13
|
+
Full Changelog: [v0.431.0...v0.432.0](https://github.com/Increase/increase-typescript/compare/v0.431.0...v0.432.0)
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **api:** api update ([6f0fd5f](https://github.com/Increase/increase-typescript/commit/6f0fd5fd578997c74b40bce9f06a70b684a86fe9))
|
|
18
|
+
|
|
3
19
|
## 0.431.0 (2026-02-10)
|
|
4
20
|
|
|
5
21
|
Full Changelog: [v0.430.0...v0.431.0](https://github.com/Increase/increase-typescript/compare/v0.430.0...v0.431.0)
|
package/package.json
CHANGED
package/resources/exports.d.mts
CHANGED
|
@@ -98,8 +98,11 @@ export interface Export {
|
|
|
98
98
|
* - `funding_instructions` - A PDF of funding instructions.
|
|
99
99
|
* - `form_1099_int` - A PDF of an Internal Revenue Service Form 1099-INT.
|
|
100
100
|
* - `form_1099_misc` - A PDF of an Internal Revenue Service Form 1099-MISC.
|
|
101
|
+
* - `fee_csv` - Export a CSV of fees. The time range must not include any fees
|
|
102
|
+
* that are part of an open fee statement.
|
|
103
|
+
* - `voided_check` - A PDF of a voided check.
|
|
101
104
|
*/
|
|
102
|
-
category: 'account_statement_ofx' | 'account_statement_bai2' | 'transaction_csv' | 'balance_csv' | 'bookkeeping_account_balance_csv' | 'entity_csv' | 'vendor_csv' | 'dashboard_table_csv' | 'account_verification_letter' | 'funding_instructions' | 'form_1099_int' | 'form_1099_misc';
|
|
105
|
+
category: 'account_statement_ofx' | 'account_statement_bai2' | 'transaction_csv' | 'balance_csv' | 'bookkeeping_account_balance_csv' | 'entity_csv' | 'vendor_csv' | 'dashboard_table_csv' | 'account_verification_letter' | 'funding_instructions' | 'form_1099_int' | 'form_1099_misc' | 'fee_csv' | 'voided_check';
|
|
103
106
|
/**
|
|
104
107
|
* The time the Export was created.
|
|
105
108
|
*/
|
|
@@ -114,6 +117,11 @@ export interface Export {
|
|
|
114
117
|
* is equal to `entity_csv`.
|
|
115
118
|
*/
|
|
116
119
|
entity_csv: Export.EntityCsv | null;
|
|
120
|
+
/**
|
|
121
|
+
* Details of the fee CSV export. This field will be present when the `category` is
|
|
122
|
+
* equal to `fee_csv`.
|
|
123
|
+
*/
|
|
124
|
+
fee_csv: Export.FeeCsv | null;
|
|
117
125
|
/**
|
|
118
126
|
* Details of the Form 1099-INT export. This field will be present when the
|
|
119
127
|
* `category` is equal to `form_1099_int`.
|
|
@@ -164,6 +172,11 @@ export interface Export {
|
|
|
164
172
|
* is equal to `vendor_csv`.
|
|
165
173
|
*/
|
|
166
174
|
vendor_csv: Export.VendorCsv | null;
|
|
175
|
+
/**
|
|
176
|
+
* Details of the voided check export. This field will be present when the
|
|
177
|
+
* `category` is equal to `voided_check`.
|
|
178
|
+
*/
|
|
179
|
+
voided_check: Export.VoidedCheck | null;
|
|
167
180
|
[k: string]: unknown;
|
|
168
181
|
}
|
|
169
182
|
export declare namespace Export {
|
|
@@ -298,6 +311,33 @@ export declare namespace Export {
|
|
|
298
311
|
*/
|
|
299
312
|
interface EntityCsv {
|
|
300
313
|
}
|
|
314
|
+
/**
|
|
315
|
+
* Details of the fee CSV export. This field will be present when the `category` is
|
|
316
|
+
* equal to `fee_csv`.
|
|
317
|
+
*/
|
|
318
|
+
interface FeeCsv {
|
|
319
|
+
/**
|
|
320
|
+
* Filter fees by their created date. The time range must not include any fees that
|
|
321
|
+
* are part of an open fee statement.
|
|
322
|
+
*/
|
|
323
|
+
created_at: FeeCsv.CreatedAt | null;
|
|
324
|
+
}
|
|
325
|
+
namespace FeeCsv {
|
|
326
|
+
/**
|
|
327
|
+
* Filter fees by their created date. The time range must not include any fees that
|
|
328
|
+
* are part of an open fee statement.
|
|
329
|
+
*/
|
|
330
|
+
interface CreatedAt {
|
|
331
|
+
/**
|
|
332
|
+
* Filter fees created after this time.
|
|
333
|
+
*/
|
|
334
|
+
after: string | null;
|
|
335
|
+
/**
|
|
336
|
+
* Filter fees created before this time.
|
|
337
|
+
*/
|
|
338
|
+
before: string | null;
|
|
339
|
+
}
|
|
340
|
+
}
|
|
301
341
|
/**
|
|
302
342
|
* Details of the Form 1099-INT export. This field will be present when the
|
|
303
343
|
* `category` is equal to `form_1099_int`.
|
|
@@ -393,6 +433,28 @@ export declare namespace Export {
|
|
|
393
433
|
*/
|
|
394
434
|
interface VendorCsv {
|
|
395
435
|
}
|
|
436
|
+
/**
|
|
437
|
+
* Details of the voided check export. This field will be present when the
|
|
438
|
+
* `category` is equal to `voided_check`.
|
|
439
|
+
*/
|
|
440
|
+
interface VoidedCheck {
|
|
441
|
+
/**
|
|
442
|
+
* The Account Number for the voided check.
|
|
443
|
+
*/
|
|
444
|
+
account_number_id: string;
|
|
445
|
+
/**
|
|
446
|
+
* The payer information printed on the check.
|
|
447
|
+
*/
|
|
448
|
+
payer: Array<VoidedCheck.Payer>;
|
|
449
|
+
}
|
|
450
|
+
namespace VoidedCheck {
|
|
451
|
+
interface Payer {
|
|
452
|
+
/**
|
|
453
|
+
* The contents of the line.
|
|
454
|
+
*/
|
|
455
|
+
line: string;
|
|
456
|
+
}
|
|
457
|
+
}
|
|
396
458
|
}
|
|
397
459
|
export interface ExportCreateParams {
|
|
398
460
|
/**
|
|
@@ -412,8 +474,9 @@ export interface ExportCreateParams {
|
|
|
412
474
|
* management dashboard.
|
|
413
475
|
* - `account_verification_letter` - A PDF of an account verification letter.
|
|
414
476
|
* - `funding_instructions` - A PDF of funding instructions.
|
|
477
|
+
* - `voided_check` - A PDF of a voided check.
|
|
415
478
|
*/
|
|
416
|
-
category: 'account_statement_ofx' | 'account_statement_bai2' | 'transaction_csv' | 'balance_csv' | 'bookkeeping_account_balance_csv' | 'entity_csv' | 'vendor_csv' | 'account_verification_letter' | 'funding_instructions';
|
|
479
|
+
category: 'account_statement_ofx' | 'account_statement_bai2' | 'transaction_csv' | 'balance_csv' | 'bookkeeping_account_balance_csv' | 'entity_csv' | 'vendor_csv' | 'account_verification_letter' | 'funding_instructions' | 'voided_check';
|
|
417
480
|
/**
|
|
418
481
|
* Options for the created export. Required if `category` is equal to
|
|
419
482
|
* `account_statement_bai2`.
|
|
@@ -457,6 +520,11 @@ export interface ExportCreateParams {
|
|
|
457
520
|
* Options for the created export. Required if `category` is equal to `vendor_csv`.
|
|
458
521
|
*/
|
|
459
522
|
vendor_csv?: ExportCreateParams.VendorCsv;
|
|
523
|
+
/**
|
|
524
|
+
* Options for the created export. Required if `category` is equal to
|
|
525
|
+
* `voided_check`.
|
|
526
|
+
*/
|
|
527
|
+
voided_check?: ExportCreateParams.VoidedCheck;
|
|
460
528
|
[k: string]: unknown;
|
|
461
529
|
}
|
|
462
530
|
export declare namespace ExportCreateParams {
|
|
@@ -682,6 +750,28 @@ export declare namespace ExportCreateParams {
|
|
|
682
750
|
*/
|
|
683
751
|
interface VendorCsv {
|
|
684
752
|
}
|
|
753
|
+
/**
|
|
754
|
+
* Options for the created export. Required if `category` is equal to
|
|
755
|
+
* `voided_check`.
|
|
756
|
+
*/
|
|
757
|
+
interface VoidedCheck {
|
|
758
|
+
/**
|
|
759
|
+
* The Account Number for the voided check.
|
|
760
|
+
*/
|
|
761
|
+
account_number_id: string;
|
|
762
|
+
/**
|
|
763
|
+
* The payer information to be printed on the check.
|
|
764
|
+
*/
|
|
765
|
+
payer?: Array<VoidedCheck.Payer>;
|
|
766
|
+
}
|
|
767
|
+
namespace VoidedCheck {
|
|
768
|
+
interface Payer {
|
|
769
|
+
/**
|
|
770
|
+
* The contents of the line.
|
|
771
|
+
*/
|
|
772
|
+
line: string;
|
|
773
|
+
}
|
|
774
|
+
}
|
|
685
775
|
}
|
|
686
776
|
export interface ExportListParams extends PageParams {
|
|
687
777
|
/**
|
|
@@ -705,8 +795,11 @@ export interface ExportListParams extends PageParams {
|
|
|
705
795
|
* - `funding_instructions` - A PDF of funding instructions.
|
|
706
796
|
* - `form_1099_int` - A PDF of an Internal Revenue Service Form 1099-INT.
|
|
707
797
|
* - `form_1099_misc` - A PDF of an Internal Revenue Service Form 1099-MISC.
|
|
798
|
+
* - `fee_csv` - Export a CSV of fees. The time range must not include any fees
|
|
799
|
+
* that are part of an open fee statement.
|
|
800
|
+
* - `voided_check` - A PDF of a voided check.
|
|
708
801
|
*/
|
|
709
|
-
category?: 'account_statement_ofx' | 'account_statement_bai2' | 'transaction_csv' | 'balance_csv' | 'bookkeeping_account_balance_csv' | 'entity_csv' | 'vendor_csv' | 'dashboard_table_csv' | 'account_verification_letter' | 'funding_instructions' | 'form_1099_int' | 'form_1099_misc';
|
|
802
|
+
category?: 'account_statement_ofx' | 'account_statement_bai2' | 'transaction_csv' | 'balance_csv' | 'bookkeeping_account_balance_csv' | 'entity_csv' | 'vendor_csv' | 'dashboard_table_csv' | 'account_verification_letter' | 'funding_instructions' | 'form_1099_int' | 'form_1099_misc' | 'fee_csv' | 'voided_check';
|
|
710
803
|
created_at?: ExportListParams.CreatedAt;
|
|
711
804
|
form_1099_int?: ExportListParams.Form1099Int;
|
|
712
805
|
form_1099_misc?: ExportListParams.Form1099Misc;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"exports.d.mts","sourceRoot":"","sources":["../src/resources/exports.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,IAAI,EAAE,KAAK,UAAU,EAAE,WAAW,EAAE;OACtC,EAAE,cAAc,EAAE;AAGzB,qBAAa,OAAQ,SAAQ,WAAW;IACtC;;;;;;;;;OASG;IACH,MAAM,CAAC,IAAI,EAAE,kBAAkB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,MAAM,CAAC;IAI9E;;;;;;;;;OASG;IACH,QAAQ,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,MAAM,CAAC;IAIxE;;;;;;;;;;OAUG;IACH,IAAI,CACF,KAAK,GAAE,gBAAgB,GAAG,IAAI,GAAG,SAAc,EAC/C,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,WAAW,EAAE,MAAM,CAAC;CAGpC;AAED,MAAM,MAAM,WAAW,GAAG,IAAI,CAAC,MAAM,CAAC,CAAC;AAEvC;;;;;;GAMG;AACH,MAAM,WAAW,MAAM;IACrB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IACH,sBAAsB,EAAE,MAAM,CAAC,oBAAoB,GAAG,IAAI,CAAC;IAE3D;;;OAGG;IACH,qBAAqB,EAAE,MAAM,CAAC,mBAAmB,GAAG,IAAI,CAAC;IAEzD;;;OAGG;IACH,2BAA2B,EAAE,MAAM,CAAC,yBAAyB,GAAG,IAAI,CAAC;IAErE;;;OAGG;IACH,WAAW,EAAE,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;IAEtC;;;OAGG;IACH,+BAA+B,EAAE,MAAM,CAAC,4BAA4B,GAAG,IAAI,CAAC;IAE5E
|
|
1
|
+
{"version":3,"file":"exports.d.mts","sourceRoot":"","sources":["../src/resources/exports.ts"],"names":[],"mappings":"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"}
|
package/resources/exports.d.ts
CHANGED
|
@@ -98,8 +98,11 @@ export interface Export {
|
|
|
98
98
|
* - `funding_instructions` - A PDF of funding instructions.
|
|
99
99
|
* - `form_1099_int` - A PDF of an Internal Revenue Service Form 1099-INT.
|
|
100
100
|
* - `form_1099_misc` - A PDF of an Internal Revenue Service Form 1099-MISC.
|
|
101
|
+
* - `fee_csv` - Export a CSV of fees. The time range must not include any fees
|
|
102
|
+
* that are part of an open fee statement.
|
|
103
|
+
* - `voided_check` - A PDF of a voided check.
|
|
101
104
|
*/
|
|
102
|
-
category: 'account_statement_ofx' | 'account_statement_bai2' | 'transaction_csv' | 'balance_csv' | 'bookkeeping_account_balance_csv' | 'entity_csv' | 'vendor_csv' | 'dashboard_table_csv' | 'account_verification_letter' | 'funding_instructions' | 'form_1099_int' | 'form_1099_misc';
|
|
105
|
+
category: 'account_statement_ofx' | 'account_statement_bai2' | 'transaction_csv' | 'balance_csv' | 'bookkeeping_account_balance_csv' | 'entity_csv' | 'vendor_csv' | 'dashboard_table_csv' | 'account_verification_letter' | 'funding_instructions' | 'form_1099_int' | 'form_1099_misc' | 'fee_csv' | 'voided_check';
|
|
103
106
|
/**
|
|
104
107
|
* The time the Export was created.
|
|
105
108
|
*/
|
|
@@ -114,6 +117,11 @@ export interface Export {
|
|
|
114
117
|
* is equal to `entity_csv`.
|
|
115
118
|
*/
|
|
116
119
|
entity_csv: Export.EntityCsv | null;
|
|
120
|
+
/**
|
|
121
|
+
* Details of the fee CSV export. This field will be present when the `category` is
|
|
122
|
+
* equal to `fee_csv`.
|
|
123
|
+
*/
|
|
124
|
+
fee_csv: Export.FeeCsv | null;
|
|
117
125
|
/**
|
|
118
126
|
* Details of the Form 1099-INT export. This field will be present when the
|
|
119
127
|
* `category` is equal to `form_1099_int`.
|
|
@@ -164,6 +172,11 @@ export interface Export {
|
|
|
164
172
|
* is equal to `vendor_csv`.
|
|
165
173
|
*/
|
|
166
174
|
vendor_csv: Export.VendorCsv | null;
|
|
175
|
+
/**
|
|
176
|
+
* Details of the voided check export. This field will be present when the
|
|
177
|
+
* `category` is equal to `voided_check`.
|
|
178
|
+
*/
|
|
179
|
+
voided_check: Export.VoidedCheck | null;
|
|
167
180
|
[k: string]: unknown;
|
|
168
181
|
}
|
|
169
182
|
export declare namespace Export {
|
|
@@ -298,6 +311,33 @@ export declare namespace Export {
|
|
|
298
311
|
*/
|
|
299
312
|
interface EntityCsv {
|
|
300
313
|
}
|
|
314
|
+
/**
|
|
315
|
+
* Details of the fee CSV export. This field will be present when the `category` is
|
|
316
|
+
* equal to `fee_csv`.
|
|
317
|
+
*/
|
|
318
|
+
interface FeeCsv {
|
|
319
|
+
/**
|
|
320
|
+
* Filter fees by their created date. The time range must not include any fees that
|
|
321
|
+
* are part of an open fee statement.
|
|
322
|
+
*/
|
|
323
|
+
created_at: FeeCsv.CreatedAt | null;
|
|
324
|
+
}
|
|
325
|
+
namespace FeeCsv {
|
|
326
|
+
/**
|
|
327
|
+
* Filter fees by their created date. The time range must not include any fees that
|
|
328
|
+
* are part of an open fee statement.
|
|
329
|
+
*/
|
|
330
|
+
interface CreatedAt {
|
|
331
|
+
/**
|
|
332
|
+
* Filter fees created after this time.
|
|
333
|
+
*/
|
|
334
|
+
after: string | null;
|
|
335
|
+
/**
|
|
336
|
+
* Filter fees created before this time.
|
|
337
|
+
*/
|
|
338
|
+
before: string | null;
|
|
339
|
+
}
|
|
340
|
+
}
|
|
301
341
|
/**
|
|
302
342
|
* Details of the Form 1099-INT export. This field will be present when the
|
|
303
343
|
* `category` is equal to `form_1099_int`.
|
|
@@ -393,6 +433,28 @@ export declare namespace Export {
|
|
|
393
433
|
*/
|
|
394
434
|
interface VendorCsv {
|
|
395
435
|
}
|
|
436
|
+
/**
|
|
437
|
+
* Details of the voided check export. This field will be present when the
|
|
438
|
+
* `category` is equal to `voided_check`.
|
|
439
|
+
*/
|
|
440
|
+
interface VoidedCheck {
|
|
441
|
+
/**
|
|
442
|
+
* The Account Number for the voided check.
|
|
443
|
+
*/
|
|
444
|
+
account_number_id: string;
|
|
445
|
+
/**
|
|
446
|
+
* The payer information printed on the check.
|
|
447
|
+
*/
|
|
448
|
+
payer: Array<VoidedCheck.Payer>;
|
|
449
|
+
}
|
|
450
|
+
namespace VoidedCheck {
|
|
451
|
+
interface Payer {
|
|
452
|
+
/**
|
|
453
|
+
* The contents of the line.
|
|
454
|
+
*/
|
|
455
|
+
line: string;
|
|
456
|
+
}
|
|
457
|
+
}
|
|
396
458
|
}
|
|
397
459
|
export interface ExportCreateParams {
|
|
398
460
|
/**
|
|
@@ -412,8 +474,9 @@ export interface ExportCreateParams {
|
|
|
412
474
|
* management dashboard.
|
|
413
475
|
* - `account_verification_letter` - A PDF of an account verification letter.
|
|
414
476
|
* - `funding_instructions` - A PDF of funding instructions.
|
|
477
|
+
* - `voided_check` - A PDF of a voided check.
|
|
415
478
|
*/
|
|
416
|
-
category: 'account_statement_ofx' | 'account_statement_bai2' | 'transaction_csv' | 'balance_csv' | 'bookkeeping_account_balance_csv' | 'entity_csv' | 'vendor_csv' | 'account_verification_letter' | 'funding_instructions';
|
|
479
|
+
category: 'account_statement_ofx' | 'account_statement_bai2' | 'transaction_csv' | 'balance_csv' | 'bookkeeping_account_balance_csv' | 'entity_csv' | 'vendor_csv' | 'account_verification_letter' | 'funding_instructions' | 'voided_check';
|
|
417
480
|
/**
|
|
418
481
|
* Options for the created export. Required if `category` is equal to
|
|
419
482
|
* `account_statement_bai2`.
|
|
@@ -457,6 +520,11 @@ export interface ExportCreateParams {
|
|
|
457
520
|
* Options for the created export. Required if `category` is equal to `vendor_csv`.
|
|
458
521
|
*/
|
|
459
522
|
vendor_csv?: ExportCreateParams.VendorCsv;
|
|
523
|
+
/**
|
|
524
|
+
* Options for the created export. Required if `category` is equal to
|
|
525
|
+
* `voided_check`.
|
|
526
|
+
*/
|
|
527
|
+
voided_check?: ExportCreateParams.VoidedCheck;
|
|
460
528
|
[k: string]: unknown;
|
|
461
529
|
}
|
|
462
530
|
export declare namespace ExportCreateParams {
|
|
@@ -682,6 +750,28 @@ export declare namespace ExportCreateParams {
|
|
|
682
750
|
*/
|
|
683
751
|
interface VendorCsv {
|
|
684
752
|
}
|
|
753
|
+
/**
|
|
754
|
+
* Options for the created export. Required if `category` is equal to
|
|
755
|
+
* `voided_check`.
|
|
756
|
+
*/
|
|
757
|
+
interface VoidedCheck {
|
|
758
|
+
/**
|
|
759
|
+
* The Account Number for the voided check.
|
|
760
|
+
*/
|
|
761
|
+
account_number_id: string;
|
|
762
|
+
/**
|
|
763
|
+
* The payer information to be printed on the check.
|
|
764
|
+
*/
|
|
765
|
+
payer?: Array<VoidedCheck.Payer>;
|
|
766
|
+
}
|
|
767
|
+
namespace VoidedCheck {
|
|
768
|
+
interface Payer {
|
|
769
|
+
/**
|
|
770
|
+
* The contents of the line.
|
|
771
|
+
*/
|
|
772
|
+
line: string;
|
|
773
|
+
}
|
|
774
|
+
}
|
|
685
775
|
}
|
|
686
776
|
export interface ExportListParams extends PageParams {
|
|
687
777
|
/**
|
|
@@ -705,8 +795,11 @@ export interface ExportListParams extends PageParams {
|
|
|
705
795
|
* - `funding_instructions` - A PDF of funding instructions.
|
|
706
796
|
* - `form_1099_int` - A PDF of an Internal Revenue Service Form 1099-INT.
|
|
707
797
|
* - `form_1099_misc` - A PDF of an Internal Revenue Service Form 1099-MISC.
|
|
798
|
+
* - `fee_csv` - Export a CSV of fees. The time range must not include any fees
|
|
799
|
+
* that are part of an open fee statement.
|
|
800
|
+
* - `voided_check` - A PDF of a voided check.
|
|
708
801
|
*/
|
|
709
|
-
category?: 'account_statement_ofx' | 'account_statement_bai2' | 'transaction_csv' | 'balance_csv' | 'bookkeeping_account_balance_csv' | 'entity_csv' | 'vendor_csv' | 'dashboard_table_csv' | 'account_verification_letter' | 'funding_instructions' | 'form_1099_int' | 'form_1099_misc';
|
|
802
|
+
category?: 'account_statement_ofx' | 'account_statement_bai2' | 'transaction_csv' | 'balance_csv' | 'bookkeeping_account_balance_csv' | 'entity_csv' | 'vendor_csv' | 'dashboard_table_csv' | 'account_verification_letter' | 'funding_instructions' | 'form_1099_int' | 'form_1099_misc' | 'fee_csv' | 'voided_check';
|
|
710
803
|
created_at?: ExportListParams.CreatedAt;
|
|
711
804
|
form_1099_int?: ExportListParams.Form1099Int;
|
|
712
805
|
form_1099_misc?: ExportListParams.Form1099Misc;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"exports.d.ts","sourceRoot":"","sources":["../src/resources/exports.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,IAAI,EAAE,KAAK,UAAU,EAAE,WAAW,EAAE;OACtC,EAAE,cAAc,EAAE;AAGzB,qBAAa,OAAQ,SAAQ,WAAW;IACtC;;;;;;;;;OASG;IACH,MAAM,CAAC,IAAI,EAAE,kBAAkB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,MAAM,CAAC;IAI9E;;;;;;;;;OASG;IACH,QAAQ,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,MAAM,CAAC;IAIxE;;;;;;;;;;OAUG;IACH,IAAI,CACF,KAAK,GAAE,gBAAgB,GAAG,IAAI,GAAG,SAAc,EAC/C,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,WAAW,EAAE,MAAM,CAAC;CAGpC;AAED,MAAM,MAAM,WAAW,GAAG,IAAI,CAAC,MAAM,CAAC,CAAC;AAEvC;;;;;;GAMG;AACH,MAAM,WAAW,MAAM;IACrB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IACH,sBAAsB,EAAE,MAAM,CAAC,oBAAoB,GAAG,IAAI,CAAC;IAE3D;;;OAGG;IACH,qBAAqB,EAAE,MAAM,CAAC,mBAAmB,GAAG,IAAI,CAAC;IAEzD;;;OAGG;IACH,2BAA2B,EAAE,MAAM,CAAC,yBAAyB,GAAG,IAAI,CAAC;IAErE;;;OAGG;IACH,WAAW,EAAE,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;IAEtC;;;OAGG;IACH,+BAA+B,EAAE,MAAM,CAAC,4BAA4B,GAAG,IAAI,CAAC;IAE5E
|
|
1
|
+
{"version":3,"file":"exports.d.ts","sourceRoot":"","sources":["../src/resources/exports.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,IAAI,EAAE,KAAK,UAAU,EAAE,WAAW,EAAE;OACtC,EAAE,cAAc,EAAE;AAGzB,qBAAa,OAAQ,SAAQ,WAAW;IACtC;;;;;;;;;OASG;IACH,MAAM,CAAC,IAAI,EAAE,kBAAkB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,MAAM,CAAC;IAI9E;;;;;;;;;OASG;IACH,QAAQ,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,MAAM,CAAC;IAIxE;;;;;;;;;;OAUG;IACH,IAAI,CACF,KAAK,GAAE,gBAAgB,GAAG,IAAI,GAAG,SAAc,EAC/C,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,WAAW,EAAE,MAAM,CAAC;CAGpC;AAED,MAAM,MAAM,WAAW,GAAG,IAAI,CAAC,MAAM,CAAC,CAAC;AAEvC;;;;;;GAMG;AACH,MAAM,WAAW,MAAM;IACrB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IACH,sBAAsB,EAAE,MAAM,CAAC,oBAAoB,GAAG,IAAI,CAAC;IAE3D;;;OAGG;IACH,qBAAqB,EAAE,MAAM,CAAC,mBAAmB,GAAG,IAAI,CAAC;IAEzD;;;OAGG;IACH,2BAA2B,EAAE,MAAM,CAAC,yBAAyB,GAAG,IAAI,CAAC;IAErE;;;OAGG;IACH,WAAW,EAAE,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;IAEtC;;;OAGG;IACH,+BAA+B,EAAE,MAAM,CAAC,4BAA4B,GAAG,IAAI,CAAC;IAE5E;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,QAAQ,EACJ,uBAAuB,GACvB,wBAAwB,GACxB,iBAAiB,GACjB,aAAa,GACb,iCAAiC,GACjC,YAAY,GACZ,YAAY,GACZ,qBAAqB,GACrB,6BAA6B,GAC7B,sBAAsB,GACtB,eAAe,GACf,gBAAgB,GAChB,SAAS,GACT,cAAc,CAAC;IAEnB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,mBAAmB,EAAE,MAAM,CAAC,iBAAiB,GAAG,IAAI,CAAC;IAErD;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC,SAAS,GAAG,IAAI,CAAC;IAEpC;;;OAGG;IACH,OAAO,EAAE,MAAM,CAAC,MAAM,GAAG,IAAI,CAAC;IAE9B;;;OAGG;IACH,aAAa,EAAE,MAAM,CAAC,WAAW,GAAG,IAAI,CAAC;IAEzC;;;OAGG;IACH,cAAc,EAAE,MAAM,CAAC,YAAY,GAAG,IAAI,CAAC;IAE3C;;;OAGG;IACH,oBAAoB,EAAE,MAAM,CAAC,mBAAmB,GAAG,IAAI,CAAC;IAExD;;;;OAIG;IACH,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAE/B;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC,MAAM,GAAG,IAAI,CAAC;IAE7B;;;;;;;OAOG;IACH,MAAM,EAAE,SAAS,GAAG,UAAU,GAAG,QAAQ,CAAC;IAE1C;;;OAGG;IACH,eAAe,EAAE,MAAM,CAAC,cAAc,GAAG,IAAI,CAAC;IAE9C;;;OAGG;IACH,IAAI,EAAE,QAAQ,CAAC;IAEf;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC,SAAS,GAAG,IAAI,CAAC;IAEpC;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC,WAAW,GAAG,IAAI,CAAC;IAExC,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACtB;AAED,yBAAiB,MAAM,CAAC;IACtB;;;OAGG;IACH,UAAiB,oBAAoB;QACnC;;WAEG;QACH,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;QAE1B;;WAEG;QACH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;QAE9B;;WAEG;QACH,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;KAC3B;IAED;;;OAGG;IACH,UAAiB,mBAAmB;QAClC;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QAEnB;;WAEG;QACH,UAAU,EAAE,mBAAmB,CAAC,SAAS,GAAG,IAAI,CAAC;KAClD;IAED,UAAiB,mBAAmB,CAAC;QACnC;;WAEG;QACH,UAAiB,SAAS;YACxB;;eAEG;YACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;YAErB;;eAEG;YACH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;SACvB;KACF;IAED;;;OAGG;IACH,UAAiB,yBAAyB;QACxC;;WAEG;QACH,iBAAiB,EAAE,MAAM,CAAC;QAE1B;;WAEG;QACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;KAC7B;IAED;;;OAGG;IACH,UAAiB,UAAU;QACzB;;WAEG;QACH,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;QAE1B;;WAEG;QACH,UAAU,EAAE,UAAU,CAAC,SAAS,GAAG,IAAI,CAAC;KACzC;IAED,UAAiB,UAAU,CAAC;QAC1B;;WAEG;QACH,UAAiB,SAAS;YACxB;;eAEG;YACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;YAErB;;eAEG;YACH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;SACvB;KACF;IAED;;;OAGG;IACH,UAAiB,4BAA4B;QAC3C;;WAEG;QACH,sBAAsB,EAAE,MAAM,GAAG,IAAI,CAAC;QAEtC;;WAEG;QACH,UAAU,EAAE,4BAA4B,CAAC,SAAS,GAAG,IAAI,CAAC;KAC3D;IAED,UAAiB,4BAA4B,CAAC;QAC5C;;WAEG;QACH,UAAiB,SAAS;YACxB;;eAEG;YACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;YAErB;;eAEG;YACH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;SACvB;KACF;IAED;;;OAGG;IACH,UAAiB,iBAAiB;KAAG;IAErC;;;OAGG;IACH,UAAiB,SAAS;KAAG;IAE7B;;;OAGG;IACH,UAAiB,MAAM;QACrB;;;WAGG;QACH,UAAU,EAAE,MAAM,CAAC,SAAS,GAAG,IAAI,CAAC;KACrC;IAED,UAAiB,MAAM,CAAC;QACtB;;;WAGG;QACH,UAAiB,SAAS;YACxB;;eAEG;YACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;YAErB;;eAEG;YACH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;SACvB;KACF;IAED;;;OAGG;IACH,UAAiB,WAAW;QAC1B;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QAEnB;;WAEG;QACH,SAAS,EAAE,OAAO,CAAC;QAEnB;;WAEG;QACH,WAAW,EAAE,MAAM,CAAC;QAEpB;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;KACd;IAED;;;OAGG;IACH,UAAiB,YAAY;QAC3B;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QAEnB;;WAEG;QACH,SAAS,EAAE,OAAO,CAAC;QAEnB;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;KACd;IAED;;;OAGG;IACH,UAAiB,mBAAmB;QAClC;;WAEG;QACH,iBAAiB,EAAE,MAAM,CAAC;KAC3B;IAED;;;OAGG;IACH,UAAiB,MAAM;QACrB;;WAEG;QACH,OAAO,EAAE,MAAM,CAAC;KACjB;IAED;;;OAGG;IACH,UAAiB,cAAc;QAC7B;;WAEG;QACH,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;QAE1B;;WAEG;QACH,UAAU,EAAE,cAAc,CAAC,SAAS,GAAG,IAAI,CAAC;KAC7C;IAED,UAAiB,cAAc,CAAC;QAC9B;;WAEG;QACH,UAAiB,SAAS;YACxB;;eAEG;YACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;YAErB;;eAEG;YACH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;SACvB;KACF;IAED;;;OAGG;IACH,UAAiB,SAAS;KAAG;IAE7B;;;OAGG;IACH,UAAiB,WAAW;QAC1B;;WAEG;QACH,iBAAiB,EAAE,MAAM,CAAC;QAE1B;;WAEG;QACH,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;KACjC;IAED,UAAiB,WAAW,CAAC;QAC3B,UAAiB,KAAK;YACpB;;eAEG;YACH,IAAI,EAAE,MAAM,CAAC;SACd;KACF;CACF;AAED,MAAM,WAAW,kBAAkB;IACjC;;;;;;;;;;;;;;;;;;OAkBG;IACH,QAAQ,EACJ,uBAAuB,GACvB,wBAAwB,GACxB,iBAAiB,GACjB,aAAa,GACb,iCAAiC,GACjC,YAAY,GACZ,YAAY,GACZ,6BAA6B,GAC7B,sBAAsB,GACtB,cAAc,CAAC;IAEnB;;;OAGG;IACH,sBAAsB,CAAC,EAAE,kBAAkB,CAAC,oBAAoB,CAAC;IAEjE;;;OAGG;IACH,qBAAqB,CAAC,EAAE,kBAAkB,CAAC,mBAAmB,CAAC;IAE/D;;;OAGG;IACH,2BAA2B,CAAC,EAAE,kBAAkB,CAAC,yBAAyB,CAAC;IAE3E;;;OAGG;IACH,WAAW,CAAC,EAAE,kBAAkB,CAAC,UAAU,CAAC;IAE5C;;;OAGG;IACH,+BAA+B,CAAC,EAAE,kBAAkB,CAAC,4BAA4B,CAAC;IAElF;;OAEG;IACH,UAAU,CAAC,EAAE,kBAAkB,CAAC,SAAS,CAAC;IAE1C;;;OAGG;IACH,oBAAoB,CAAC,EAAE,kBAAkB,CAAC,mBAAmB,CAAC;IAE9D;;;OAGG;IACH,eAAe,CAAC,EAAE,kBAAkB,CAAC,cAAc,CAAC;IAEpD;;OAEG;IACH,UAAU,CAAC,EAAE,kBAAkB,CAAC,SAAS,CAAC;IAE1C;;;OAGG;IACH,YAAY,CAAC,EAAE,kBAAkB,CAAC,WAAW,CAAC;IAE9C,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACtB;AAED,yBAAiB,kBAAkB,CAAC;IAClC;;;OAGG;IACH,UAAiB,oBAAoB;QACnC;;;WAGG;QACH,UAAU,CAAC,EAAE,MAAM,CAAC;QAEpB;;;;;WAKG;QACH,cAAc,CAAC,EAAE,MAAM,CAAC;QAExB;;;WAGG;QACH,UAAU,CAAC,EAAE,MAAM,CAAC;KACrB;IAED;;;OAGG;IACH,UAAiB,mBAAmB;QAClC;;WAEG;QACH,UAAU,EAAE,MAAM,CAAC;QAEnB;;WAEG;QACH,UAAU,CAAC,EAAE,mBAAmB,CAAC,SAAS,CAAC;KAC5C;IAED,UAAiB,mBAAmB,CAAC;QACnC;;WAEG;QACH,UAAiB,SAAS;YACxB;;;eAGG;YACH,KAAK,CAAC,EAAE,MAAM,CAAC;YAEf;;;eAGG;YACH,MAAM,CAAC,EAAE,MAAM,CAAC;YAEhB;;;eAGG;YACH,WAAW,CAAC,EAAE,MAAM,CAAC;YAErB;;;eAGG;YACH,YAAY,CAAC,EAAE,MAAM,CAAC;SACvB;KACF;IAED;;;OAGG;IACH,UAAiB,yBAAyB;QACxC;;WAEG;QACH,iBAAiB,EAAE,MAAM,CAAC;QAE1B;;WAEG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB;IAED;;;OAGG;IACH,UAAiB,UAAU;QACzB;;WAEG;QACH,UAAU,CAAC,EAAE,MAAM,CAAC;QAEpB;;WAEG;QACH,UAAU,CAAC,EAAE,UAAU,CAAC,SAAS,CAAC;KACnC;IAED,UAAiB,UAAU,CAAC;QAC1B;;WAEG;QACH,UAAiB,SAAS;YACxB;;;eAGG;YACH,KAAK,CAAC,EAAE,MAAM,CAAC;YAEf;;;eAGG;YACH,MAAM,CAAC,EAAE,MAAM,CAAC;YAEhB;;;eAGG;YACH,WAAW,CAAC,EAAE,MAAM,CAAC;YAErB;;;eAGG;YACH,YAAY,CAAC,EAAE,MAAM,CAAC;SACvB;KACF;IAED;;;OAGG;IACH,UAAiB,4BAA4B;QAC3C;;;WAGG;QACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;QAEhC;;WAEG;QACH,UAAU,CAAC,EAAE,4BAA4B,CAAC,SAAS,CAAC;KACrD;IAED,UAAiB,4BAA4B,CAAC;QAC5C;;WAEG;QACH,UAAiB,SAAS;YACxB;;;eAGG;YACH,KAAK,CAAC,EAAE,MAAM,CAAC;YAEf;;;eAGG;YACH,MAAM,CAAC,EAAE,MAAM,CAAC;YAEhB;;;eAGG;YACH,WAAW,CAAC,EAAE,MAAM,CAAC;YAErB;;;eAGG;YACH,YAAY,CAAC,EAAE,MAAM,CAAC;SACvB;KACF;IAED;;OAEG;IACH,UAAiB,SAAS;KAAG;IAE7B;;;OAGG;IACH,UAAiB,mBAAmB;QAClC;;WAEG;QACH,iBAAiB,EAAE,MAAM,CAAC;KAC3B;IAED;;;OAGG;IACH,UAAiB,cAAc;QAC7B;;WAEG;QACH,UAAU,CAAC,EAAE,MAAM,CAAC;QAEpB;;WAEG;QACH,UAAU,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC;KACvC;IAED,UAAiB,cAAc,CAAC;QAC9B;;WAEG;QACH,UAAiB,SAAS;YACxB;;;eAGG;YACH,KAAK,CAAC,EAAE,MAAM,CAAC;YAEf;;;eAGG;YACH,MAAM,CAAC,EAAE,MAAM,CAAC;YAEhB;;;eAGG;YACH,WAAW,CAAC,EAAE,MAAM,CAAC;YAErB;;;eAGG;YACH,YAAY,CAAC,EAAE,MAAM,CAAC;SACvB;KACF;IAED;;OAEG;IACH,UAAiB,SAAS;KAAG;IAE7B;;;OAGG;IACH,UAAiB,WAAW;QAC1B;;WAEG;QACH,iBAAiB,EAAE,MAAM,CAAC;QAE1B;;WAEG;QACH,KAAK,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;KAClC;IAED,UAAiB,WAAW,CAAC;QAC3B,UAAiB,KAAK;YACpB;;eAEG;YACH,IAAI,EAAE,MAAM,CAAC;SACd;KACF;CACF;AAED,MAAM,WAAW,gBAAiB,SAAQ,UAAU;IAClD;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACH,QAAQ,CAAC,EACL,uBAAuB,GACvB,wBAAwB,GACxB,iBAAiB,GACjB,aAAa,GACb,iCAAiC,GACjC,YAAY,GACZ,YAAY,GACZ,qBAAqB,GACrB,6BAA6B,GAC7B,sBAAsB,GACtB,eAAe,GACf,gBAAgB,GAChB,SAAS,GACT,cAAc,CAAC;IAEnB,UAAU,CAAC,EAAE,gBAAgB,CAAC,SAAS,CAAC;IAExC,aAAa,CAAC,EAAE,gBAAgB,CAAC,WAAW,CAAC;IAE7C,cAAc,CAAC,EAAE,gBAAgB,CAAC,YAAY,CAAC;IAE/C;;;;;OAKG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB,MAAM,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC;CAClC;AAED,yBAAiB,gBAAgB,CAAC;IAChC,UAAiB,SAAS;QACxB;;;WAGG;QACH,KAAK,CAAC,EAAE,MAAM,CAAC;QAEf;;;WAGG;QACH,MAAM,CAAC,EAAE,MAAM,CAAC;QAEhB;;;WAGG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB;;;WAGG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB;IAED,UAAiB,WAAW;QAC1B;;WAEG;QACH,UAAU,CAAC,EAAE,MAAM,CAAC;KACrB;IAED,UAAiB,YAAY;QAC3B;;WAEG;QACH,UAAU,CAAC,EAAE,MAAM,CAAC;KACrB;IAED,UAAiB,MAAM;QACrB;;;;WAIG;QACH,EAAE,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,UAAU,GAAG,QAAQ,CAAC,CAAC;KAC/C;CACF;AAED,MAAM,CAAC,OAAO,WAAW,OAAO,CAAC;IAC/B,OAAO,EACL,KAAK,MAAM,IAAI,MAAM,EACrB,KAAK,WAAW,IAAI,WAAW,EAC/B,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,gBAAgB,IAAI,gBAAgB,GAC1C,CAAC;CACH"}
|
package/src/resources/exports.ts
CHANGED
|
@@ -121,6 +121,9 @@ export interface Export {
|
|
|
121
121
|
* - `funding_instructions` - A PDF of funding instructions.
|
|
122
122
|
* - `form_1099_int` - A PDF of an Internal Revenue Service Form 1099-INT.
|
|
123
123
|
* - `form_1099_misc` - A PDF of an Internal Revenue Service Form 1099-MISC.
|
|
124
|
+
* - `fee_csv` - Export a CSV of fees. The time range must not include any fees
|
|
125
|
+
* that are part of an open fee statement.
|
|
126
|
+
* - `voided_check` - A PDF of a voided check.
|
|
124
127
|
*/
|
|
125
128
|
category:
|
|
126
129
|
| 'account_statement_ofx'
|
|
@@ -134,7 +137,9 @@ export interface Export {
|
|
|
134
137
|
| 'account_verification_letter'
|
|
135
138
|
| 'funding_instructions'
|
|
136
139
|
| 'form_1099_int'
|
|
137
|
-
| 'form_1099_misc'
|
|
140
|
+
| 'form_1099_misc'
|
|
141
|
+
| 'fee_csv'
|
|
142
|
+
| 'voided_check';
|
|
138
143
|
|
|
139
144
|
/**
|
|
140
145
|
* The time the Export was created.
|
|
@@ -153,6 +158,12 @@ export interface Export {
|
|
|
153
158
|
*/
|
|
154
159
|
entity_csv: Export.EntityCsv | null;
|
|
155
160
|
|
|
161
|
+
/**
|
|
162
|
+
* Details of the fee CSV export. This field will be present when the `category` is
|
|
163
|
+
* equal to `fee_csv`.
|
|
164
|
+
*/
|
|
165
|
+
fee_csv: Export.FeeCsv | null;
|
|
166
|
+
|
|
156
167
|
/**
|
|
157
168
|
* Details of the Form 1099-INT export. This field will be present when the
|
|
158
169
|
* `category` is equal to `form_1099_int`.
|
|
@@ -212,6 +223,12 @@ export interface Export {
|
|
|
212
223
|
*/
|
|
213
224
|
vendor_csv: Export.VendorCsv | null;
|
|
214
225
|
|
|
226
|
+
/**
|
|
227
|
+
* Details of the voided check export. This field will be present when the
|
|
228
|
+
* `category` is equal to `voided_check`.
|
|
229
|
+
*/
|
|
230
|
+
voided_check: Export.VoidedCheck | null;
|
|
231
|
+
|
|
215
232
|
[k: string]: unknown;
|
|
216
233
|
}
|
|
217
234
|
|
|
@@ -364,6 +381,36 @@ export namespace Export {
|
|
|
364
381
|
*/
|
|
365
382
|
export interface EntityCsv {}
|
|
366
383
|
|
|
384
|
+
/**
|
|
385
|
+
* Details of the fee CSV export. This field will be present when the `category` is
|
|
386
|
+
* equal to `fee_csv`.
|
|
387
|
+
*/
|
|
388
|
+
export interface FeeCsv {
|
|
389
|
+
/**
|
|
390
|
+
* Filter fees by their created date. The time range must not include any fees that
|
|
391
|
+
* are part of an open fee statement.
|
|
392
|
+
*/
|
|
393
|
+
created_at: FeeCsv.CreatedAt | null;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
export namespace FeeCsv {
|
|
397
|
+
/**
|
|
398
|
+
* Filter fees by their created date. The time range must not include any fees that
|
|
399
|
+
* are part of an open fee statement.
|
|
400
|
+
*/
|
|
401
|
+
export interface CreatedAt {
|
|
402
|
+
/**
|
|
403
|
+
* Filter fees created after this time.
|
|
404
|
+
*/
|
|
405
|
+
after: string | null;
|
|
406
|
+
|
|
407
|
+
/**
|
|
408
|
+
* Filter fees created before this time.
|
|
409
|
+
*/
|
|
410
|
+
before: string | null;
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
|
|
367
414
|
/**
|
|
368
415
|
* Details of the Form 1099-INT export. This field will be present when the
|
|
369
416
|
* `category` is equal to `form_1099_int`.
|
|
@@ -471,6 +518,31 @@ export namespace Export {
|
|
|
471
518
|
* is equal to `vendor_csv`.
|
|
472
519
|
*/
|
|
473
520
|
export interface VendorCsv {}
|
|
521
|
+
|
|
522
|
+
/**
|
|
523
|
+
* Details of the voided check export. This field will be present when the
|
|
524
|
+
* `category` is equal to `voided_check`.
|
|
525
|
+
*/
|
|
526
|
+
export interface VoidedCheck {
|
|
527
|
+
/**
|
|
528
|
+
* The Account Number for the voided check.
|
|
529
|
+
*/
|
|
530
|
+
account_number_id: string;
|
|
531
|
+
|
|
532
|
+
/**
|
|
533
|
+
* The payer information printed on the check.
|
|
534
|
+
*/
|
|
535
|
+
payer: Array<VoidedCheck.Payer>;
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
export namespace VoidedCheck {
|
|
539
|
+
export interface Payer {
|
|
540
|
+
/**
|
|
541
|
+
* The contents of the line.
|
|
542
|
+
*/
|
|
543
|
+
line: string;
|
|
544
|
+
}
|
|
545
|
+
}
|
|
474
546
|
}
|
|
475
547
|
|
|
476
548
|
export interface ExportCreateParams {
|
|
@@ -491,6 +563,7 @@ export interface ExportCreateParams {
|
|
|
491
563
|
* management dashboard.
|
|
492
564
|
* - `account_verification_letter` - A PDF of an account verification letter.
|
|
493
565
|
* - `funding_instructions` - A PDF of funding instructions.
|
|
566
|
+
* - `voided_check` - A PDF of a voided check.
|
|
494
567
|
*/
|
|
495
568
|
category:
|
|
496
569
|
| 'account_statement_ofx'
|
|
@@ -501,7 +574,8 @@ export interface ExportCreateParams {
|
|
|
501
574
|
| 'entity_csv'
|
|
502
575
|
| 'vendor_csv'
|
|
503
576
|
| 'account_verification_letter'
|
|
504
|
-
| 'funding_instructions'
|
|
577
|
+
| 'funding_instructions'
|
|
578
|
+
| 'voided_check';
|
|
505
579
|
|
|
506
580
|
/**
|
|
507
581
|
* Options for the created export. Required if `category` is equal to
|
|
@@ -555,6 +629,12 @@ export interface ExportCreateParams {
|
|
|
555
629
|
*/
|
|
556
630
|
vendor_csv?: ExportCreateParams.VendorCsv;
|
|
557
631
|
|
|
632
|
+
/**
|
|
633
|
+
* Options for the created export. Required if `category` is equal to
|
|
634
|
+
* `voided_check`.
|
|
635
|
+
*/
|
|
636
|
+
voided_check?: ExportCreateParams.VoidedCheck;
|
|
637
|
+
|
|
558
638
|
[k: string]: unknown;
|
|
559
639
|
}
|
|
560
640
|
|
|
@@ -810,6 +890,31 @@ export namespace ExportCreateParams {
|
|
|
810
890
|
* Options for the created export. Required if `category` is equal to `vendor_csv`.
|
|
811
891
|
*/
|
|
812
892
|
export interface VendorCsv {}
|
|
893
|
+
|
|
894
|
+
/**
|
|
895
|
+
* Options for the created export. Required if `category` is equal to
|
|
896
|
+
* `voided_check`.
|
|
897
|
+
*/
|
|
898
|
+
export interface VoidedCheck {
|
|
899
|
+
/**
|
|
900
|
+
* The Account Number for the voided check.
|
|
901
|
+
*/
|
|
902
|
+
account_number_id: string;
|
|
903
|
+
|
|
904
|
+
/**
|
|
905
|
+
* The payer information to be printed on the check.
|
|
906
|
+
*/
|
|
907
|
+
payer?: Array<VoidedCheck.Payer>;
|
|
908
|
+
}
|
|
909
|
+
|
|
910
|
+
export namespace VoidedCheck {
|
|
911
|
+
export interface Payer {
|
|
912
|
+
/**
|
|
913
|
+
* The contents of the line.
|
|
914
|
+
*/
|
|
915
|
+
line: string;
|
|
916
|
+
}
|
|
917
|
+
}
|
|
813
918
|
}
|
|
814
919
|
|
|
815
920
|
export interface ExportListParams extends PageParams {
|
|
@@ -834,6 +939,9 @@ export interface ExportListParams extends PageParams {
|
|
|
834
939
|
* - `funding_instructions` - A PDF of funding instructions.
|
|
835
940
|
* - `form_1099_int` - A PDF of an Internal Revenue Service Form 1099-INT.
|
|
836
941
|
* - `form_1099_misc` - A PDF of an Internal Revenue Service Form 1099-MISC.
|
|
942
|
+
* - `fee_csv` - Export a CSV of fees. The time range must not include any fees
|
|
943
|
+
* that are part of an open fee statement.
|
|
944
|
+
* - `voided_check` - A PDF of a voided check.
|
|
837
945
|
*/
|
|
838
946
|
category?:
|
|
839
947
|
| 'account_statement_ofx'
|
|
@@ -847,7 +955,9 @@ export interface ExportListParams extends PageParams {
|
|
|
847
955
|
| 'account_verification_letter'
|
|
848
956
|
| 'funding_instructions'
|
|
849
957
|
| 'form_1099_int'
|
|
850
|
-
| 'form_1099_misc'
|
|
958
|
+
| 'form_1099_misc'
|
|
959
|
+
| 'fee_csv'
|
|
960
|
+
| 'voided_check';
|
|
851
961
|
|
|
852
962
|
created_at?: ExportListParams.CreatedAt;
|
|
853
963
|
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.433.0'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.433.0";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.433.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.433.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|