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: 7b49030dedb55b3eb3ef6963ddc079a101a65f3f9ea2a84ca78b2a957c76b6fb
4
- data.tar.gz: c5761d9626c780531adbd1941d976ab1a327a663046f8f7f9c412ace041952f8
3
+ metadata.gz: a0e25bebc8851baa7464af853e3f45cec79e513728df7e21aa75235e518013b7
4
+ data.tar.gz: a4654b1d83ce3ebdd0df842779d0565a99d7168ca08be5831c1fb0ec2b9ac4fc
5
5
  SHA512:
6
- metadata.gz: 733c1a56b3ae09e0a6a803d10edca57c1a8135b8872c7f8140df340f1f19c2f7fee3fbae6e87750f3255d4762a54d017700e99bb98f7404e1fd00347274bb6ad
7
- data.tar.gz: 15be88c13613e9ae96f5a2d7b773f91f16c1b7d6abecd293eb15e7e83b3fe1245b2065c6c0cbb070e106b38f2b5f5d4d7661485a86413dc6c5cdfa902bc3dcdf
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
@@ -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.300.0"
18
+ gem "increase", "~> 1.301.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -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. If not provided, the
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. If not provided, the ch
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
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Increase
4
- VERSION = "1.300.0"
4
+ VERSION = "1.301.0"
5
5
  end
@@ -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. If not provided, the
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. If not provided, the
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.300.0
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-17 00:00:00.000000000 Z
11
+ date: 2026-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi