increase 1.315.0 → 1.316.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: c03adcb8dbf4753eaf33997e2862fd0f489fbeb001d2d70de29378324219bd09
4
- data.tar.gz: 950a751ec59c876e963fdcc46741327b4827ac0bcc69b44865da8d4c307acfe3
3
+ metadata.gz: 9ae3fff4c40fda1dfee72d0bbc1a6df80174449cae4ab97f231c5aa27d38d528
4
+ data.tar.gz: ac086117f6bd711074bc8d85d93b677e43c57bf8f21683e01c8c3cc65fd91fbc
5
5
  SHA512:
6
- metadata.gz: 672091dd5ec8af809c3d75a89a4b1913ccdee6ef41f725ce3ab1ac53908927b5e82d05b9c0824082c0dea9b28f87039719037e3473e76399305540b09b49b0a8
7
- data.tar.gz: acdba94d7b038db32c284b2cb964636f2a1f0b0a99160183070d16c98ae4cfe08c92d971f55261aff9724b64e7360eeb7978e1a0bd343397be4ccf75fec660e8
6
+ metadata.gz: 4cb2d76e3a0bee7753b902e4d531d7757d647aa05ae1f1ad27c6b7daf6676aa57c8259c76dfe7df5afb35dd6ba4d9dac2224a090edf923f71e54193f94efcf1d
7
+ data.tar.gz: b636a2b983ea2991156b9a148c64db57901529cc1f273eebe5ee5f5581c4ec35a1fc85d771244de1911def903e08efb9d9080dc34737d94a17096409424f74b4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.316.0 (2026-05-01)
4
+
5
+ Full Changelog: [v1.315.0...v1.316.0](https://github.com/Increase/increase-ruby/compare/v1.315.0...v1.316.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([b91698c](https://github.com/Increase/increase-ruby/commit/b91698c046321f14db5c10e5c8f6944cd4872d19))
10
+
3
11
  ## 1.315.0 (2026-05-01)
4
12
 
5
13
  Full Changelog: [v1.314.0...v1.315.0](https://github.com/Increase/increase-ruby/compare/v1.314.0...v1.315.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.315.0"
18
+ gem "increase", "~> 1.316.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -7,8 +7,8 @@ module Increase
7
7
  # Some parameter documentations has been truncated, see
8
8
  # {Increase::Models::Simulations::InboundMailItemCreateParams} for more details.
9
9
  #
10
- # Simulates an inbound mail item to your account, as if someone had mailed a
11
- # physical check to one of your account's Lockboxes.
10
+ # Simulates an Inbound Mail Item to one of your Lockbox Addresses or Lockbox
11
+ # Recipients, as if someone had mailed a physical check.
12
12
  #
13
13
  # @overload create(amount:, contents_file_id: nil, lockbox_address_id: nil, lockbox_recipient_id: nil, request_options: {})
14
14
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Increase
4
- VERSION = "1.315.0"
4
+ VERSION = "1.316.0"
5
5
  end
@@ -4,8 +4,8 @@ module Increase
4
4
  module Resources
5
5
  class Simulations
6
6
  class InboundMailItems
7
- # Simulates an inbound mail item to your account, as if someone had mailed a
8
- # physical check to one of your account's Lockboxes.
7
+ # Simulates an Inbound Mail Item to one of your Lockbox Addresses or Lockbox
8
+ # Recipients, as if someone had mailed a physical check.
9
9
  sig do
10
10
  params(
11
11
  amount: Integer,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: increase
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.315.0
4
+ version: 1.316.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Increase