Skip to content

Commit bfb26e6

Browse files
feat(api): api update
1 parent a57c1e0 commit bfb26e6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 232
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-46a90f99726aa861d06ec56fb73592b4dcb4499d5a765d1a10dfc9619446306f.yml
3-
openapi_spec_hash: 8406b96c39c72de064a810c393c00554
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-cfc57f9c5bccf2918dfb5fc56fb6b6fd1eadd851f037b6873ba4e2442d5c8126.yml
3+
openapi_spec_hash: 7e54b69798d6a1487474ed229a83c6fc
44
config_hash: 27e44ed36b9c5617b580ead7231a594a

src/increase/types/account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class Account(BaseModel):
8787
entity_id: str
8888
"""The identifier for the Entity the Account belongs to."""
8989

90-
funding: Optional[Literal["loan", "deposits"]] = None
90+
funding: Literal["loan", "deposits"]
9191
"""Whether the Account is funded by a loan or by deposits.
9292
9393
- `loan` - An account funded by a loan. Before opening a loan account, contact

0 commit comments

Comments
 (0)