Skip to content

Commit d531e80

Browse files
feat(api): api update (#949)
1 parent 61b4a63 commit d531e80

File tree

3 files changed

+5
-3
lines changed

3 files changed

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

src/increase/types/account.py

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

16-
bank: Literal["blue_ridge_bank", "first_internet_bank", "grasshopper_bank"]
16+
bank: Literal["blue_ridge_bank", "core_bank", "first_internet_bank", "grasshopper_bank"]
1717
"""The bank the Account is with.
1818
1919
- `blue_ridge_bank` - Blue Ridge Bank, N.A.
20+
- `core_bank` - Core Bank
2021
- `first_internet_bank` - First Internet Bank of Indiana
2122
- `grasshopper_bank` - Grasshopper Bank
2223
"""

src/increase/types/program.py

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

16-
bank: Literal["blue_ridge_bank", "first_internet_bank", "grasshopper_bank"]
16+
bank: Literal["blue_ridge_bank", "core_bank", "first_internet_bank", "grasshopper_bank"]
1717
"""The Bank the Program is with.
1818
1919
- `blue_ridge_bank` - Blue Ridge Bank, N.A.
20+
- `core_bank` - Core Bank
2021
- `first_internet_bank` - First Internet Bank of Indiana
2122
- `grasshopper_bank` - Grasshopper Bank
2223
"""

0 commit comments

Comments
 (0)