diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1086a7d2..c7a8ee3e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.142.0" + ".": "1.143.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index a3b26b56..9a6f8ba0 100644 --- a/.stats.yml +++ b/.stats.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ae4c485..81cc4f0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Gemfile.lock b/Gemfile.lock index e7e84b7c..5b689bad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - increase (1.142.0) + increase (1.143.0) connection_pool GEM diff --git a/README.md b/README.md index 94ad40d9..d4f613bb 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application ```ruby -gem "increase", "~> 1.142.0" +gem "increase", "~> 1.143.0" ``` diff --git a/lib/increase/models/file.rb b/lib/increase/models/file.rb index 41e3a40d..1b5602f1 100644 --- a/lib/increase/models/file.rb +++ b/lib/increase/models/file.rb @@ -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. diff --git a/lib/increase/models/file_create_params.rb b/lib/increase/models/file_create_params.rb index 81713204..6a3c46b7 100644 --- a/lib/increase/models/file_create_params.rb +++ b/lib/increase/models/file_create_params.rb @@ -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. diff --git a/lib/increase/models/file_list_params.rb b/lib/increase/models/file_list_params.rb index de737ec6..a3a12f10 100644 --- a/lib/increase/models/file_list_params.rb +++ b/lib/increase/models/file_list_params.rb @@ -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. diff --git a/lib/increase/version.rb b/lib/increase/version.rb index a7d983b2..9b83c569 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "1.142.0" + VERSION = "1.143.0" end diff --git a/rbi/increase/models/file.rbi b/rbi/increase/models/file.rbi index 9079a197..f3dcb06b 100644 --- a/rbi/increase/models/file.rbi +++ b/rbi/increase/models/file.rbi @@ -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) diff --git a/rbi/increase/models/file_create_params.rbi b/rbi/increase/models/file_create_params.rbi index 6ee7adeb..cb86d3c9 100644 --- a/rbi/increase/models/file_create_params.rbi +++ b/rbi/increase/models/file_create_params.rbi @@ -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, diff --git a/rbi/increase/models/file_list_params.rbi b/rbi/increase/models/file_list_params.rbi index 0de31324..82f66adf 100644 --- a/rbi/increase/models/file_list_params.rbi +++ b/rbi/increase/models/file_list_params.rbi @@ -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, diff --git a/sig/increase/models/file.rbs b/sig/increase/models/file.rbs index 4648f8e5..851ca4f5 100644 --- a/sig/increase/models/file.rbs +++ b/sig/increase/models/file.rbs @@ -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. diff --git a/sig/increase/models/file_create_params.rbs b/sig/increase/models/file_create_params.rbs index 5d2b3919..85c1c134 100644 --- a/sig/increase/models/file_create_params.rbs +++ b/sig/increase/models/file_create_params.rbs @@ -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. diff --git a/sig/increase/models/file_list_params.rbs b/sig/increase/models/file_list_params.rbs index 8d498ac0..cabe3cd7 100644 --- a/sig/increase/models/file_list_params.rbs +++ b/sig/increase/models/file_list_params.rbs @@ -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.