Skip to content

Commit 8f73145

Browse files
feat(api): api update
1 parent 5810e42 commit 8f73145

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
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: 228
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-519aac324dc804424cc26e20603010104b9ada1dd7cf2fc3fe18f12ae8feabdf.yml
3-
openapi_spec_hash: c1d8289e3421c14340d395e621c190eb
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-20e1561a0d8d3d75c643376822d6e039bcc63f27fd1feff20b8b1e6aced1decd.yml
3+
openapi_spec_hash: 225581a20e328afe5ebba8ee801e002b
44
config_hash: eb2035151c7b49c2f12caf55469b8f9a

src/increase/types/check_transfer.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,9 +453,10 @@ class CheckTransfer(BaseModel):
453453
status: Literal[
454454
"pending_approval",
455455
"canceled",
456-
"pending_submission",
456+
"pending_reviewing",
457457
"requires_attention",
458458
"rejected",
459+
"pending_submission",
459460
"pending_mailing",
460461
"mailed",
461462
"deposited",
@@ -466,10 +467,11 @@ class CheckTransfer(BaseModel):
466467
467468
- `pending_approval` - The transfer is awaiting approval.
468469
- `canceled` - The transfer has been canceled.
469-
- `pending_submission` - The transfer is pending submission.
470+
- `pending_reviewing` - The transfer is pending review.
470471
- `requires_attention` - The transfer requires attention from an Increase
471472
operator.
472473
- `rejected` - The transfer has been rejected.
474+
- `pending_submission` - The transfer is pending submission.
473475
- `pending_mailing` - The check is queued for mailing.
474476
- `mailed` - The check has been mailed.
475477
- `deposited` - The check has been deposited.

src/increase/types/check_transfer_list_params.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,10 @@ class CreatedAt(TypedDict, total=False):
7070
Literal[
7171
"pending_approval",
7272
"canceled",
73-
"pending_submission",
73+
"pending_reviewing",
7474
"requires_attention",
7575
"rejected",
76+
"pending_submission",
7677
"pending_mailing",
7778
"mailed",
7879
"deposited",

0 commit comments

Comments
 (0)