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: 19ef63a60d3c7abac26492062c409bc0
config_hash: 2ae0d8aaecf01b38cbf9f9e112822c23
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ private constructor(
@JvmField val GRASSHOPPER_BANK = of("grasshopper_bank")

/** Twin City Bank */
@JvmField val TWIN_CITY_BANK = of("twin_city_bank")
@JvmField val INCREASE_BANK = of("increase_bank")

@JvmStatic fun of(value: String) = Bank(JsonField.of(value))
}
Expand All @@ -683,7 +683,7 @@ private constructor(
/** Grasshopper Bank */
GRASSHOPPER_BANK,
/** Twin City Bank */
TWIN_CITY_BANK,
INCREASE_BANK,
}

/**
Expand All @@ -703,7 +703,7 @@ private constructor(
/** Grasshopper Bank */
GRASSHOPPER_BANK,
/** Twin City Bank */
TWIN_CITY_BANK,
INCREASE_BANK,
/** An enum member indicating that [Bank] was instantiated with an unknown value. */
_UNKNOWN,
}
Expand All @@ -720,7 +720,7 @@ private constructor(
CORE_BANK -> Value.CORE_BANK
FIRST_INTERNET_BANK -> Value.FIRST_INTERNET_BANK
GRASSHOPPER_BANK -> Value.GRASSHOPPER_BANK
TWIN_CITY_BANK -> Value.TWIN_CITY_BANK
INCREASE_BANK -> Value.INCREASE_BANK
else -> Value._UNKNOWN
}

Expand All @@ -738,7 +738,7 @@ private constructor(
CORE_BANK -> Known.CORE_BANK
FIRST_INTERNET_BANK -> Known.FIRST_INTERNET_BANK
GRASSHOPPER_BANK -> Known.GRASSHOPPER_BANK
TWIN_CITY_BANK -> Known.TWIN_CITY_BANK
INCREASE_BANK -> Known.INCREASE_BANK
else -> throw IncreaseInvalidDataException("Unknown Bank: $value")
}

Expand Down
2 changes: 1 addition & 1 deletion scripts/mock

Large diffs are not rendered by default.

Loading