Skip to content

Commit 319fa91

Browse files
feat(api): api update
1 parent 29d5fdb commit 319fa91

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-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: 232
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-8c14214fe620b72e4667dc96bab3be38311397f63ee477fed5138ba3a61d101b.yml
3-
openapi_spec_hash: 0bc956c12e8c8bb14c1002fb4618a214
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-742384c2f763b7fb4e6534ac57539f4f1854d9bd126ea173f3caeffdf1642462.yml
3+
openapi_spec_hash: 49897b127960069cd3fe917475ad4b5b
44
config_hash: 27e44ed36b9c5617b580ead7231a594a

src/InboundCheckDeposits/InboundCheckDeposit/DepositReturn/Reason.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ enum Reason: string
1818
case ENDORSEMENT_MISSING = 'endorsement_missing';
1919

2020
case ENDORSEMENT_IRREGULAR = 'endorsement_irregular';
21+
22+
case REFER_TO_MAKER = 'refer_to_maker';
2123
}

src/InboundCheckDeposits/InboundCheckDepositReturnParams/Reason.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ enum Reason: string
1818
case ENDORSEMENT_MISSING = 'endorsement_missing';
1919

2020
case ENDORSEMENT_IRREGULAR = 'endorsement_irregular';
21+
22+
case REFER_TO_MAKER = 'refer_to_maker';
2123
}

0 commit comments

Comments
 (0)