Skip to content

Commit 2c6557c

Browse files
feat(api): api update
1 parent d547dac commit 2c6557c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 230
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-1d2c6658404319b576b7bc1c75242f23493b8ffedefd81b41b36dc5456af766a.yml
3-
openapi_spec_hash: 0d8eeda32c249e6371843545f8f211ff
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-acaa7510acabd57dfdde78063277cef0c611dd42abd998e5f1f851c4655e8fd0.yml
3+
openapi_spec_hash: d0684f4b10e09e2585ad70360531501c
44
config_hash: ff2eb5f192b4de36611b37b27961c2d8

src/increase/types/export.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ class Export(BaseModel):
2727
"entity_csv",
2828
"vendor_csv",
2929
"dashboard_table_csv",
30+
"account_verification_letter",
31+
"funding_instructions",
32+
"form_1099_int",
33+
"form_1099_misc",
3034
]
3135
"""The category of the Export.
3236
@@ -47,6 +51,10 @@ class Export(BaseModel):
4751
management dashboard.
4852
- `dashboard_table_csv` - Certain dashboard tables are available as CSV exports.
4953
This export cannot be created via the API.
54+
- `account_verification_letter` - A PDF of an account verification letter.
55+
- `funding_instructions` - A PDF of funding instructions.
56+
- `form_1099_int` - A PDF of an Internal Revenue Service Form 1099-INT.
57+
- `form_1099_misc` - A PDF of an Internal Revenue Service Form 1099-MISC.
5058
"""
5159

5260
created_at: datetime

src/increase/types/export_list_params.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ class ExportListParams(TypedDict, total=False):
4949
"entity_csv",
5050
"vendor_csv",
5151
"dashboard_table_csv",
52+
"account_verification_letter",
53+
"funding_instructions",
54+
"form_1099_int",
55+
"form_1099_misc",
5256
]
5357
],
5458
},

0 commit comments

Comments
 (0)