Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.162.0"
".": "1.163.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 230
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-d9f5f3bab4d163b340b6737dde4f7a46bca89379801bcc761c4221a24f8cc4cf.yml
openapi_spec_hash: 7b5eddf42e9fa57ec04b5b1b6d9ff872
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-f184b6347de456d3db4fc3d5c691beb9dec85f74849cc4439a9dd4635998b1ec.yml
openapi_spec_hash: 255de9f0f702449bddf655b19a09a0cd
config_hash: ff2eb5f192b4de36611b37b27961c2d8
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.163.0 (2025-12-15)

Full Changelog: [v1.162.0...v1.163.0](https://github.com/Increase/increase-ruby/compare/v1.162.0...v1.163.0)

### Features

* **api:** api update ([e460bf9](https://github.com/Increase/increase-ruby/commit/e460bf9922c48bef47dc445ea2d40fd7da99c249))

## 1.162.0 (2025-12-15)

Full Changelog: [v1.161.0...v1.162.0](https://github.com/Increase/increase-ruby/compare/v1.161.0...v1.162.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
increase (1.162.0)
increase (1.163.0)
connection_pool

GEM
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
<!-- x-release-please-start-version -->

```ruby
gem "increase", "~> 1.162.0"
gem "increase", "~> 1.163.0"
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion lib/increase/models/file.rb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ module Purpose
# An image of a check that was mailed to a recipient.
MAILED_CHECK_IMAGE = :mailed_check_image

# A document to be printed on an additional page and mailed with a check that you've requested Increase print.
# A document to be printed on an additional page and mailed with a check that you've requested Increase print. This must be a PDF whose pages are all US letter size and all have the same orientation.
CHECK_ATTACHMENT = :check_attachment

# An image to be used as the check voucher image, which is printed in the middle of the trifold area of a check. This must be a 2550x1100 pixel PNG.
Expand Down
2 changes: 1 addition & 1 deletion lib/increase/models/file_create_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module Purpose
# An image of a check that was mailed to a recipient.
MAILED_CHECK_IMAGE = :mailed_check_image

# A document to be printed on an additional page and mailed with a check that you've requested Increase print.
# A document to be printed on an additional page and mailed with a check that you've requested Increase print. This must be a PDF whose pages are all US letter size and all have the same orientation.
CHECK_ATTACHMENT = :check_attachment

# An image to be used as the check voucher image, which is printed in the middle of the trifold area of a check. This must be a 2550x1100 pixel PNG.
Expand Down
2 changes: 1 addition & 1 deletion lib/increase/models/file_list_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ module In
# An image of a check that was mailed to a recipient.
MAILED_CHECK_IMAGE = :mailed_check_image

# A document to be printed on an additional page and mailed with a check that you've requested Increase print.
# A document to be printed on an additional page and mailed with a check that you've requested Increase print. This must be a PDF whose pages are all US letter size and all have the same orientation.
CHECK_ATTACHMENT = :check_attachment

# An image to be used as the check voucher image, which is printed in the middle of the trifold area of a check. This must be a 2550x1100 pixel PNG.
Expand Down
2 changes: 1 addition & 1 deletion lib/increase/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Increase
VERSION = "1.162.0"
VERSION = "1.163.0"
end
2 changes: 1 addition & 1 deletion rbi/increase/models/file.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ module Increase
MAILED_CHECK_IMAGE =
T.let(:mailed_check_image, Increase::File::Purpose::TaggedSymbol)

# A document to be printed on an additional page and mailed with a check that you've requested Increase print.
# A document to be printed on an additional page and mailed with a check that you've requested Increase print. This must be a PDF whose pages are all US letter size and all have the same orientation.
CHECK_ATTACHMENT =
T.let(:check_attachment, Increase::File::Purpose::TaggedSymbol)

Expand Down
2 changes: 1 addition & 1 deletion rbi/increase/models/file_create_params.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ module Increase
Increase::FileCreateParams::Purpose::TaggedSymbol
)

# A document to be printed on an additional page and mailed with a check that you've requested Increase print.
# A document to be printed on an additional page and mailed with a check that you've requested Increase print. This must be a PDF whose pages are all US letter size and all have the same orientation.
CHECK_ATTACHMENT =
T.let(
:check_attachment,
Expand Down
2 changes: 1 addition & 1 deletion rbi/increase/models/file_list_params.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ module Increase
Increase::FileListParams::Purpose::In::TaggedSymbol
)

# A document to be printed on an additional page and mailed with a check that you've requested Increase print.
# A document to be printed on an additional page and mailed with a check that you've requested Increase print. This must be a PDF whose pages are all US letter size and all have the same orientation.
CHECK_ATTACHMENT =
T.let(
:check_attachment,
Expand Down
2 changes: 1 addition & 1 deletion sig/increase/models/file.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ module Increase
# An image of a check that was mailed to a recipient.
MAILED_CHECK_IMAGE: :mailed_check_image

# A document to be printed on an additional page and mailed with a check that you've requested Increase print.
# A document to be printed on an additional page and mailed with a check that you've requested Increase print. This must be a PDF whose pages are all US letter size and all have the same orientation.
CHECK_ATTACHMENT: :check_attachment

# An image to be used as the check voucher image, which is printed in the middle of the trifold area of a check. This must be a 2550x1100 pixel PNG.
Expand Down
2 changes: 1 addition & 1 deletion sig/increase/models/file_create_params.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module Increase
# An image of a check that was mailed to a recipient.
MAILED_CHECK_IMAGE: :mailed_check_image

# A document to be printed on an additional page and mailed with a check that you've requested Increase print.
# A document to be printed on an additional page and mailed with a check that you've requested Increase print. This must be a PDF whose pages are all US letter size and all have the same orientation.
CHECK_ATTACHMENT: :check_attachment

# An image to be used as the check voucher image, which is printed in the middle of the trifold area of a check. This must be a 2550x1100 pixel PNG.
Expand Down
2 changes: 1 addition & 1 deletion sig/increase/models/file_list_params.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ module Increase
# An image of a check that was mailed to a recipient.
MAILED_CHECK_IMAGE: :mailed_check_image

# A document to be printed on an additional page and mailed with a check that you've requested Increase print.
# A document to be printed on an additional page and mailed with a check that you've requested Increase print. This must be a PDF whose pages are all US letter size and all have the same orientation.
CHECK_ATTACHMENT: :check_attachment

# An image to be used as the check voucher image, which is printed in the middle of the trifold area of a check. This must be a 2550x1100 pixel PNG.
Expand Down