Skip to content

Commit 4b349b9

Browse files
feat(api): api update (#932)
1 parent d2151b1 commit 4b349b9

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 199
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-4a47b11a0e607e967e5084b9ca0602eca8b9d8fcae288dd554172894b4ae4bc5.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-cc87cb29bb20cb6bb17818eda6283205740084b0a055539bd6a04945eca539ab.yml

src/resources/files.ts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)