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.142.0"
".": "1.143.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: 229
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-f4ebad4aaba1af68442e3650238657c7f7600714bbf7a26d01e01e69e467ee4b.yml
openapi_spec_hash: 0b7280b86b511746a24a4abef602990a
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-7a6340375b0e06648ff3e7e4b8aa1527b71df0c7a3d793738ba6fe20eef6f624.yml
openapi_spec_hash: 3cb2076c8a4870d3b17d02780a295172
config_hash: ca1425272e17fa23d4466d33492334fa
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.143.0 (2025-11-14)

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

### Features

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

## 1.142.0 (2025-11-14)

Full Changelog: [v1.141.0...v1.142.0](https://github.com/Increase/increase-ruby/compare/v1.141.0...v1.142.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.142.0)
increase (1.143.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.142.0"
gem "increase", "~> 1.143.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 @@ -168,7 +168,7 @@ module Purpose
# An icon for you app to be rendered inside digital wallet apps. This must be a 100x100 pixel PNG.
DIGITAL_WALLET_APP_ICON = :digital_wallet_app_icon

# A card image to be printed on the front of a physical card. This must be a 2100x1340 pixel PNG with no other color but black.
# A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
PHYSICAL_CARD_FRONT = :physical_card_front

# The image to be printed on the back of a physical card.
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 @@ -79,7 +79,7 @@ module Purpose
# An icon for you app to be rendered inside digital wallet apps. This must be a 100x100 pixel PNG.
DIGITAL_WALLET_APP_ICON = :digital_wallet_app_icon

# A card image to be printed on the front of a physical card. This must be a 2100x1340 pixel PNG with no other color but black.
# A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
PHYSICAL_CARD_FRONT = :physical_card_front

# An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with no other color but black.
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 @@ -170,7 +170,7 @@ module In
# An icon for you app to be rendered inside digital wallet apps. This must be a 100x100 pixel PNG.
DIGITAL_WALLET_APP_ICON = :digital_wallet_app_icon

# A card image to be printed on the front of a physical card. This must be a 2100x1340 pixel PNG with no other color but black.
# A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
PHYSICAL_CARD_FRONT = :physical_card_front

# The image to be printed on the back of a physical card.
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.142.0"
VERSION = "1.143.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 @@ -222,7 +222,7 @@ module Increase
DIGITAL_WALLET_APP_ICON =
T.let(:digital_wallet_app_icon, Increase::File::Purpose::TaggedSymbol)

# A card image to be printed on the front of a physical card. This must be a 2100x1340 pixel PNG with no other color but black.
# A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
PHYSICAL_CARD_FRONT =
T.let(:physical_card_front, 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 @@ -147,7 +147,7 @@ module Increase
Increase::FileCreateParams::Purpose::TaggedSymbol
)

# A card image to be printed on the front of a physical card. This must be a 2100x1340 pixel PNG with no other color but black.
# A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
PHYSICAL_CARD_FRONT =
T.let(
:physical_card_front,
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 @@ -343,7 +343,7 @@ module Increase
Increase::FileListParams::Purpose::In::TaggedSymbol
)

# A card image to be printed on the front of a physical card. This must be a 2100x1340 pixel PNG with no other color but black.
# A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
PHYSICAL_CARD_FRONT =
T.let(
:physical_card_front,
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 @@ -159,7 +159,7 @@ module Increase
# An icon for you app to be rendered inside digital wallet apps. This must be a 100x100 pixel PNG.
DIGITAL_WALLET_APP_ICON: :digital_wallet_app_icon

# A card image to be printed on the front of a physical card. This must be a 2100x1340 pixel PNG with no other color but black.
# A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
PHYSICAL_CARD_FRONT: :physical_card_front

# The image to be printed on the back of a physical card.
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 @@ -93,7 +93,7 @@ module Increase
# An icon for you app to be rendered inside digital wallet apps. This must be a 100x100 pixel PNG.
DIGITAL_WALLET_APP_ICON: :digital_wallet_app_icon

# A card image to be printed on the front of a physical card. This must be a 2100x1340 pixel PNG with no other color but black.
# A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
PHYSICAL_CARD_FRONT: :physical_card_front

# An image representing the entirety of the carrier used for a physical card. This must be a 2550x3300 pixel PNG with no other color but black.
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 @@ -198,7 +198,7 @@ module Increase
# An icon for you app to be rendered inside digital wallet apps. This must be a 100x100 pixel PNG.
DIGITAL_WALLET_APP_ICON: :digital_wallet_app_icon

# A card image to be printed on the front of a physical card. This must be a 2100x1340 pixel PNG with no other color but black.
# A card image to be printed on the front of a physical card. This must be a 2100x1344 pixel PNG with no other color but black.
PHYSICAL_CARD_FRONT: :physical_card_front

# The image to be printed on the back of a physical card.
Expand Down