Skip to content

Commit b8baffe

Browse files
feat(api): api update (#962)
1 parent a681ee9 commit b8baffe

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
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: 201
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-187abeef8791e6babfd30ee4517635629b0a175d21d292c7689a0710095807b8.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-5e0974f81d8dea4e99659c75d479605f1661bcd04e3c22722f451bba180b308a.yml

src/increase/types/account.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ class Account(BaseModel):
1313
id: str
1414
"""The Account identifier."""
1515

16-
bank: Literal["blue_ridge_bank", "core_bank", "first_internet_bank", "grasshopper_bank"]
16+
bank: Literal["core_bank", "first_internet_bank", "grasshopper_bank"]
1717
"""The bank the Account is with.
1818
19-
- `blue_ridge_bank` - Blue Ridge Bank, N.A.
2019
- `core_bank` - Core Bank
2120
- `first_internet_bank` - First Internet Bank of Indiana
2221
- `grasshopper_bank` - Grasshopper Bank

src/increase/types/program.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ class Program(BaseModel):
1313
id: str
1414
"""The Program identifier."""
1515

16-
bank: Literal["blue_ridge_bank", "core_bank", "first_internet_bank", "grasshopper_bank"]
16+
bank: Literal["core_bank", "first_internet_bank", "grasshopper_bank"]
1717
"""The Bank the Program is with.
1818
19-
- `blue_ridge_bank` - Blue Ridge Bank, N.A.
2019
- `core_bank` - Core Bank
2120
- `first_internet_bank` - First Internet Bank of Indiana
2221
- `grasshopper_bank` - Grasshopper Bank

0 commit comments

Comments
 (0)