Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
configured_endpoints: 238
openapi_spec_hash: 244db0c7a39ae8fff699dccda50b79bd
openapi_spec_hash: 854aaeeb5ea7751a9baa2f295c0bae33
config_hash: 2ae0d8aaecf01b38cbf9f9e112822c23
3 changes: 0 additions & 3 deletions lib/increase/models/simulations/program_create_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ module Bank
# Grasshopper Bank
GRASSHOPPER_BANK = :grasshopper_bank

# Twin City Bank
TWIN_CITY_BANK = :twin_city_bank

# @!method self.values
# @return [Array<Symbol>]
end
Expand Down
7 changes: 0 additions & 7 deletions rbi/increase/models/simulations/program_create_params.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,6 @@ module Increase
Increase::Simulations::ProgramCreateParams::Bank::TaggedSymbol
)

# Twin City Bank
TWIN_CITY_BANK =
T.let(
:twin_city_bank,
Increase::Simulations::ProgramCreateParams::Bank::TaggedSymbol
)

sig do
override.returns(
T::Array[
Expand Down
2 changes: 1 addition & 1 deletion scripts/mock

Large diffs are not rendered by default.

9 changes: 1 addition & 8 deletions sig/increase/models/simulations/program_create_params.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@ module Increase
request_options: Increase::RequestOptions
}

type bank =
:core_bank
| :first_internet_bank
| :grasshopper_bank
| :twin_city_bank
type bank = :core_bank | :first_internet_bank | :grasshopper_bank

module Bank
extend Increase::Internal::Type::Enum
Expand All @@ -64,9 +60,6 @@ module Increase
# Grasshopper Bank
GRASSHOPPER_BANK: :grasshopper_bank

# Twin City Bank
TWIN_CITY_BANK: :twin_city_bank

def self?.values: -> ::Array[Increase::Models::Simulations::ProgramCreateParams::bank]
end
end
Expand Down