Skip to content

Commit a4b824f

Browse files
feat(api): api update (#935)
1 parent a44117b commit a4b824f

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
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-cc87cb29bb20cb6bb17818eda6283205740084b0a055539bd6a04945eca539ab.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-37dc1802736b75bd7602c7be0989e9bbfcd9d2d93b1a3491011ce86cb150cc5a.yml

src/resources/files.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,6 @@ export interface File {
100100
* - `processed_check_image_back` - An image of the back of a deposited check after
101101
* processing by Increase and submission to the Federal Reserve.
102102
* - `mailed_check_image` - An image of a check that was mailed to a recipient.
103-
* - `check_voucher_image` - An image to be printed on the bottom or voucher of a
104-
* check that you've requested Increase print.
105-
* - `check_attachment_image` - A document to be printed on an additional page and
106-
* mailed with a check that you've requested Increase print.
107103
* - `check_attachment` - A document to be printed on an additional page and mailed
108104
* with a check that you've requested Increase print.
109105
* - `inbound_mail_item` - A scanned mail item sent to Increase.
@@ -141,8 +137,6 @@ export interface File {
141137
| 'processed_check_image_front'
142138
| 'processed_check_image_back'
143139
| 'mailed_check_image'
144-
| 'check_voucher_image'
145-
| 'check_attachment_image'
146140
| 'check_attachment'
147141
| 'inbound_mail_item'
148142
| 'form_1099_int'
@@ -186,10 +180,6 @@ export interface FileCreateParams {
186180
* deposits.
187181
* - `check_image_back` - An image of the back of a check, used for check deposits.
188182
* - `mailed_check_image` - An image of a check that was mailed to a recipient.
189-
* - `check_voucher_image` - An image to be printed on the bottom or voucher of a
190-
* check that you've requested Increase print.
191-
* - `check_attachment_image` - A document to be printed on an additional page and
192-
* mailed with a check that you've requested Increase print.
193183
* - `check_attachment` - A document to be printed on an additional page and mailed
194184
* with a check that you've requested Increase print.
195185
* - `form_ss_4` - IRS Form SS-4.
@@ -217,8 +207,6 @@ export interface FileCreateParams {
217207
| 'check_image_front'
218208
| 'check_image_back'
219209
| 'mailed_check_image'
220-
| 'check_voucher_image'
221-
| 'check_attachment_image'
222210
| 'check_attachment'
223211
| 'form_ss_4'
224212
| 'identity_document'
@@ -291,8 +279,6 @@ export namespace FileListParams {
291279
| 'processed_check_image_front'
292280
| 'processed_check_image_back'
293281
| 'mailed_check_image'
294-
| 'check_voucher_image'
295-
| 'check_attachment_image'
296282
| 'check_attachment'
297283
| 'inbound_mail_item'
298284
| 'form_1099_int'

0 commit comments

Comments
 (0)