increase 1.300.0 → 1.301.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: a0e25bebc8851baa7464af853e3f45cec79e513728df7e21aa75235e518013b7
|
|
4
|
+
data.tar.gz: a4654b1d83ce3ebdd0df842779d0565a99d7168ca08be5831c1fb0ec2b9ac4fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2e5e41bac9e301f2cf7d0a803d8f8fe755223b369f7320a640842b5f1ee0fb989f68760cf29c1d29e14b388f9089cde4539aa64c06c824fbf437c97cb63f874b
|
|
7
|
+
data.tar.gz: f7df534990e95bd6e3974180914f83abd7df667dc099aea728ecd45ece2c135ce6035b356f2f9e854acf375cbd93cc1579e343c7d552d733fb74394bf6211f01
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.301.0 (2026-04-20)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v1.300.0...v1.301.0](https://github.com/Increase/increase-ruby/compare/v1.300.0...v1.301.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([9e9dfa4](https://github.com/Increase/increase-ruby/commit/9e9dfa429fa3ab562df9f51ac9edac5bfdf7fb77))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Chores
|
|
13
|
+
|
|
14
|
+
* **tests:** bump steady to v0.22.1 ([34526ff](https://github.com/Increase/increase-ruby/commit/34526ff13739d1d2572863d35a4c7e54a655d387))
|
|
15
|
+
|
|
3
16
|
## 1.300.0 (2026-04-17)
|
|
4
17
|
|
|
5
18
|
Full Changelog: [v1.299.0...v1.300.0](https://github.com/Increase/increase-ruby/compare/v1.299.0...v1.300.0)
|
data/README.md
CHANGED
|
@@ -34,19 +34,15 @@ module Increase
|
|
|
34
34
|
required :action, enum: -> { Increase::InboundMailItemActionParams::Check::Action }
|
|
35
35
|
|
|
36
36
|
# @!attribute account_id
|
|
37
|
-
# The identifier of the Account to deposit the check into.
|
|
38
|
-
# check will be deposited into the Account associated with the Lockbox.
|
|
37
|
+
# The identifier of the Account to deposit the check into.
|
|
39
38
|
#
|
|
40
39
|
# @return [String, nil]
|
|
41
40
|
optional :account_id, String
|
|
42
41
|
|
|
43
42
|
# @!method initialize(action:, account_id: nil)
|
|
44
|
-
# Some parameter documentations has been truncated, see
|
|
45
|
-
# {Increase::Models::InboundMailItemActionParams::Check} for more details.
|
|
46
|
-
#
|
|
47
43
|
# @param action [Symbol, Increase::Models::InboundMailItemActionParams::Check::Action] The action to perform on the Inbound Mail Item.
|
|
48
44
|
#
|
|
49
|
-
# @param account_id [String] The identifier of the Account to deposit the check into.
|
|
45
|
+
# @param account_id [String] The identifier of the Account to deposit the check into.
|
|
50
46
|
|
|
51
47
|
# The action to perform on the Inbound Mail Item.
|
|
52
48
|
#
|
data/lib/increase/version.rb
CHANGED
|
@@ -68,8 +68,7 @@ module Increase
|
|
|
68
68
|
end
|
|
69
69
|
attr_accessor :action
|
|
70
70
|
|
|
71
|
-
# The identifier of the Account to deposit the check into.
|
|
72
|
-
# check will be deposited into the Account associated with the Lockbox.
|
|
71
|
+
# The identifier of the Account to deposit the check into.
|
|
73
72
|
sig { returns(T.nilable(String)) }
|
|
74
73
|
attr_reader :account_id
|
|
75
74
|
|
|
@@ -86,8 +85,7 @@ module Increase
|
|
|
86
85
|
def self.new(
|
|
87
86
|
# The action to perform on the Inbound Mail Item.
|
|
88
87
|
action:,
|
|
89
|
-
# The identifier of the Account to deposit the check into.
|
|
90
|
-
# check will be deposited into the Account associated with the Lockbox.
|
|
88
|
+
# The identifier of the Account to deposit the check into.
|
|
91
89
|
account_id: nil
|
|
92
90
|
)
|
|
93
91
|
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.
|
|
4
|
+
version: 1.301.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Increase
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-04-
|
|
11
|
+
date: 2026-04-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|