Skip to content

Commit 8569c11

Browse files
refactor(api): remove other from reason enum (#21)
1 parent 22bd28b commit 8569c11

File tree

8 files changed

+0
-9
lines changed

8 files changed

+0
-9
lines changed

src/increase/resources/simulations/ach_transfers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ def return_(
123123
"returned_per_odfi_request",
124124
"limited_participation_dfi",
125125
"incorrectly_coded_outbound_international_payment",
126-
"other",
127126
"account_sold_to_another_dfi",
128127
"addenda_error",
129128
"beneficiary_or_account_holder_deceased",
@@ -368,7 +367,6 @@ async def return_(
368367
"returned_per_odfi_request",
369368
"limited_participation_dfi",
370369
"incorrectly_coded_outbound_international_payment",
371-
"other",
372370
"account_sold_to_another_dfi",
373371
"addenda_error",
374372
"beneficiary_or_account_holder_deceased",

src/increase/types/ach_transfer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ class Return(BaseModel):
8585
"returned_per_odfi_request",
8686
"limited_participation_dfi",
8787
"incorrectly_coded_outbound_international_payment",
88-
"other",
8988
"account_sold_to_another_dfi",
9089
"addenda_error",
9190
"beneficiary_or_account_holder_deceased",

src/increase/types/simulations/ach_transfer_return_params.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ class ACHTransferReturnParams(TypedDict, total=False):
3030
"returned_per_odfi_request",
3131
"limited_participation_dfi",
3232
"incorrectly_coded_outbound_international_payment",
33-
"other",
3433
"account_sold_to_another_dfi",
3534
"addenda_error",
3635
"beneficiary_or_account_holder_deceased",

src/increase/types/simulations/ach_transfer_simulation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ class TransactionSourceACHTransferReturn(BaseModel):
133133
"returned_per_odfi_request",
134134
"limited_participation_dfi",
135135
"incorrectly_coded_outbound_international_payment",
136-
"other",
137136
"account_sold_to_another_dfi",
138137
"addenda_error",
139138
"beneficiary_or_account_holder_deceased",

src/increase/types/simulations/inbound_real_time_payments_transfer_simulation_result.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ class TransactionSourceACHTransferReturn(BaseModel):
133133
"returned_per_odfi_request",
134134
"limited_participation_dfi",
135135
"incorrectly_coded_outbound_international_payment",
136-
"other",
137136
"account_sold_to_another_dfi",
138137
"addenda_error",
139138
"beneficiary_or_account_holder_deceased",

src/increase/types/simulations/interest_payment_simulation_result.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ class TransactionSourceACHTransferReturn(BaseModel):
122122
"returned_per_odfi_request",
123123
"limited_participation_dfi",
124124
"incorrectly_coded_outbound_international_payment",
125-
"other",
126125
"account_sold_to_another_dfi",
127126
"addenda_error",
128127
"beneficiary_or_account_holder_deceased",

src/increase/types/simulations/wire_transfer_simulation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ class TransactionSourceACHTransferReturn(BaseModel):
122122
"returned_per_odfi_request",
123123
"limited_participation_dfi",
124124
"incorrectly_coded_outbound_international_payment",
125-
"other",
126125
"account_sold_to_another_dfi",
127126
"addenda_error",
128127
"beneficiary_or_account_holder_deceased",

src/increase/types/transaction.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ class SourceACHTransferReturn(BaseModel):
121121
"returned_per_odfi_request",
122122
"limited_participation_dfi",
123123
"incorrectly_coded_outbound_international_payment",
124-
"other",
125124
"account_sold_to_another_dfi",
126125
"addenda_error",
127126
"beneficiary_or_account_holder_deceased",

0 commit comments

Comments
 (0)