@@ -102,8 +102,10 @@ export interface File {
102102 * - `mailed_check_image` - An image of a check that was mailed to a recipient.
103103 * - `check_voucher_image` - An image to be printed on the bottom or voucher of a
104104 * check that you've requested Increase print.
105- * - `check_attachment_image` - An image to be printed on an additional page and
105+ * - `check_attachment_image` - A document to be printed on an additional page and
106106 * mailed with a check that you've requested Increase print.
107+ * - `check_attachment` - A document to be printed on an additional page and mailed
108+ * with a check that you've requested Increase print.
107109 * - `inbound_mail_item` - A scanned mail item sent to Increase.
108110 * - `form_1099_int` - IRS Form 1099-INT.
109111 * - `form_1099_misc` - IRS Form 1099-MISC.
@@ -141,6 +143,7 @@ export interface File {
141143 | 'mailed_check_image'
142144 | 'check_voucher_image'
143145 | 'check_attachment_image'
146+ | 'check_attachment'
144147 | 'inbound_mail_item'
145148 | 'form_1099_int'
146149 | 'form_1099_misc'
@@ -185,8 +188,10 @@ export interface FileCreateParams {
185188 * - `mailed_check_image` - An image of a check that was mailed to a recipient.
186189 * - `check_voucher_image` - An image to be printed on the bottom or voucher of a
187190 * check that you've requested Increase print.
188- * - `check_attachment_image` - An image to be printed on an additional page and
191+ * - `check_attachment_image` - A document to be printed on an additional page and
189192 * mailed with a check that you've requested Increase print.
193+ * - `check_attachment` - A document to be printed on an additional page and mailed
194+ * with a check that you've requested Increase print.
190195 * - `form_ss_4` - IRS Form SS-4.
191196 * - `identity_document` - An image of a government-issued ID.
192197 * - `other` - A file purpose not covered by any of the other cases.
@@ -214,6 +219,7 @@ export interface FileCreateParams {
214219 | 'mailed_check_image'
215220 | 'check_voucher_image'
216221 | 'check_attachment_image'
222+ | 'check_attachment'
217223 | 'form_ss_4'
218224 | 'identity_document'
219225 | 'other'
@@ -287,6 +293,7 @@ export namespace FileListParams {
287293 | 'mailed_check_image'
288294 | 'check_voucher_image'
289295 | 'check_attachment_image'
296+ | 'check_attachment'
290297 | 'inbound_mail_item'
291298 | 'form_1099_int'
292299 | 'form_1099_misc'
0 commit comments