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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ae3fff4c40fda1dfee72d0bbc1a6df80174449cae4ab97f231c5aa27d38d528
|
|
4
|
+
data.tar.gz: ac086117f6bd711074bc8d85d93b677e43c57bf8f21683e01c8c3cc65fd91fbc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
@@ -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
|
|
11
|
-
#
|
|
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
|
#
|
data/lib/increase/version.rb
CHANGED
|
@@ -4,8 +4,8 @@ module Increase
|
|
|
4
4
|
module Resources
|
|
5
5
|
class Simulations
|
|
6
6
|
class InboundMailItems
|
|
7
|
-
# Simulates an
|
|
8
|
-
#
|
|
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,
|