increase 1.106.0 → 1.107.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed975e1fd6741ad63e000da9df6393ab5aa3881719db7dbfed9ed64da5c9ec0e
4
- data.tar.gz: e1ae02aae3cb9f2e8fa002f6ca7e56f92d3df5dbf03f59f08c533ea950d5731d
3
+ metadata.gz: af0d71dbe362ed27b6ecee143082ac0588d9135661e0fc577fc9932010403385
4
+ data.tar.gz: 9448c3cdb0400bbbf217cea87e3f7a5950ef049f1763dcfa0a0969828025b54f
5
5
  SHA512:
6
- metadata.gz: 1a12f9b01aacb7e1440de8f3de52c802f87a34520084edf155f0385e8d3a362a77cab408e010d07b497051a6092ad1bebd2f4c213c4e8d4541631d16d80b782d
7
- data.tar.gz: 4f1abf827811a46943dd42aa7d12a583fae027346602f4ea93a4302246a67897aa88fff063302b89bbedec535c87a2ee18a64e67f353890af6d5af22f0084468
6
+ metadata.gz: 5534f3b190558ec28fac7c604668bbbf9aa18942341929a5b13968ff659b39d52a37d54af5e63dc0e8f2d925bf01ce432cb6c79c15a7458be4baef8a82179e50
7
+ data.tar.gz: a52ca74c9b15f708ac579f9e2a41441ac0666ccb2b6a210c104409c7c9f9bee4ba664047f4d4e1ee34aca6c6fa559aeabf2f213ce38e1981e1020cc3b973bf0b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.107.0 (2025-10-11)
4
+
5
+ Full Changelog: [v1.106.0...v1.107.0](https://github.com/Increase/increase-ruby/compare/v1.106.0...v1.107.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([bcec28e](https://github.com/Increase/increase-ruby/commit/bcec28ec2c44033b99b2b09cca169644c2360eb6))
10
+
3
11
  ## 1.106.0 (2025-10-10)
4
12
 
5
13
  Full Changelog: [v1.105.0...v1.106.0](https://github.com/Increase/increase-ruby/compare/v1.105.0...v1.106.0)
data/README.md CHANGED
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
15
15
  <!-- x-release-please-start-version -->
16
16
 
17
17
  ```ruby
18
- gem "increase", "~> 1.106.0"
18
+ gem "increase", "~> 1.107.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -54,6 +54,9 @@ module Increase
54
54
  # Grasshopper Bank
55
55
  GRASSHOPPER_BANK = :grasshopper_bank
56
56
 
57
+ # Twin City Bank
58
+ TWIN_CITY_BANK = :twin_city_bank
59
+
57
60
  # @!method self.values
58
61
  # @return [Array<Symbol>]
59
62
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Increase
4
- VERSION = "1.106.0"
4
+ VERSION = "1.107.0"
5
5
  end
@@ -120,6 +120,13 @@ module Increase
120
120
  Increase::Simulations::ProgramCreateParams::Bank::TaggedSymbol
121
121
  )
122
122
 
123
+ # Twin City Bank
124
+ TWIN_CITY_BANK =
125
+ T.let(
126
+ :twin_city_bank,
127
+ Increase::Simulations::ProgramCreateParams::Bank::TaggedSymbol
128
+ )
129
+
123
130
  sig do
124
131
  override.returns(
125
132
  T::Array[
@@ -45,6 +45,7 @@ module Increase
45
45
  | :first_internet_bank
46
46
  | :global_innovations_bank
47
47
  | :grasshopper_bank
48
+ | :twin_city_bank
48
49
 
49
50
  module Bank
50
51
  extend Increase::Internal::Type::Enum
@@ -64,6 +65,9 @@ module Increase
64
65
  # Grasshopper Bank
65
66
  GRASSHOPPER_BANK: :grasshopper_bank
66
67
 
68
+ # Twin City Bank
69
+ TWIN_CITY_BANK: :twin_city_bank
70
+
67
71
  def self?.values: -> ::Array[Increase::Models::Simulations::ProgramCreateParams::bank]
68
72
  end
69
73
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: increase
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.106.0
4
+ version: 1.107.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Increase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-10-10 00:00:00.000000000 Z
11
+ date: 2025-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: connection_pool