increase 1.119.0 → 1.120.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: 4c7d340fbf8611bb24d2b08c38d325ca92b4ee032275ea96262e353d02a7c645
4
- data.tar.gz: e417c97519f69636f8c1a6234b436e80b49208b2c32b78212f007aa0ac884ae0
3
+ metadata.gz: 6c02a9f705eb858df139c51f9e6530f9406e7109c29ec150cba73fae641752c3
4
+ data.tar.gz: 90a428353e5e021b7d03f49eed06e6fa35d411ac46c2155559fd00e1af8959e9
5
5
  SHA512:
6
- metadata.gz: 30df189c97d5ee17c4280dfd6aef106221a312a73d1b84da13c2ae1797c330f67bc011609a30fe816eb8b6c8c78000384f3bf4620a3d78badc6b15f7d21c8923
7
- data.tar.gz: 80cd425bd952b3464b8ba42ed9a52d56d6a3f87855ef59cef521821a7e8e858b7955279492c91a26f8313898e46ee756c20dcddacba08b34748efd3753260ca5
6
+ metadata.gz: 4a7ceaee2d2f5d7231cb896b66b0f7c996441867dadcf7859344a2bb39e22f41b34b6e3b1e2783e74c0fd2103679af3d2e5ef9228f14dadb8689913121acae2c
7
+ data.tar.gz: afac6723d0d71c9db846c4733ad06b854da8394e07fd088220484814c87c47fb2eb19c925207bb7532b5cb243f9632329364e88702b666588e7bbf2bbfcac03a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.120.0 (2025-10-29)
4
+
5
+ Full Changelog: [v1.119.0...v1.120.0](https://github.com/Increase/increase-ruby/compare/v1.119.0...v1.120.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([50e4728](https://github.com/Increase/increase-ruby/commit/50e47280d36a4e8339026f810158a3b0ff127651))
10
+
3
11
  ## 1.119.0 (2025-10-28)
4
12
 
5
13
  Full Changelog: [v1.118.0...v1.119.0](https://github.com/Increase/increase-ruby/compare/v1.118.0...v1.119.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.119.0"
18
+ gem "increase", "~> 1.120.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -21,7 +21,7 @@ module Increase
21
21
 
22
22
  # @!attribute informational_entity_id
23
23
  # The identifier of an Entity that, while not owning the Account, is associated
24
- # with its activity. Its relationship to your group must be `informational`.
24
+ # with its activity. This is generally the beneficiary of the funds.
25
25
  #
26
26
  # @return [String, nil]
27
27
  optional :informational_entity_id, String
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Increase
4
- VERSION = "1.119.0"
4
+ VERSION = "1.120.0"
5
5
  end
@@ -23,7 +23,7 @@ module Increase
23
23
  attr_writer :entity_id
24
24
 
25
25
  # The identifier of an Entity that, while not owning the Account, is associated
26
- # with its activity. Its relationship to your group must be `informational`.
26
+ # with its activity. This is generally the beneficiary of the funds.
27
27
  sig { returns(T.nilable(String)) }
28
28
  attr_reader :informational_entity_id
29
29
 
@@ -53,7 +53,7 @@ module Increase
53
53
  # The identifier for the Entity that will own the Account.
54
54
  entity_id: nil,
55
55
  # The identifier of an Entity that, while not owning the Account, is associated
56
- # with its activity. Its relationship to your group must be `informational`.
56
+ # with its activity. This is generally the beneficiary of the funds.
57
57
  informational_entity_id: nil,
58
58
  # The identifier for the Program that this Account falls under. Required if you
59
59
  # operate more than one Program.
@@ -19,7 +19,7 @@ module Increase
19
19
  # The identifier for the Entity that will own the Account.
20
20
  entity_id: nil,
21
21
  # The identifier of an Entity that, while not owning the Account, is associated
22
- # with its activity. Its relationship to your group must be `informational`.
22
+ # with its activity. This is generally the beneficiary of the funds.
23
23
  informational_entity_id: nil,
24
24
  # The identifier for the Program that this Account falls under. Required if you
25
25
  # operate more than one Program.
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.119.0
4
+ version: 1.120.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-28 00:00:00.000000000 Z
11
+ date: 2025-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: connection_pool