From cb2ed865efae0e15c8269c5ee94e94bfdd9e3e3c Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 01:42:45 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- lib/increase/models/physical_card_profile.rb | 15 +++++++++------ rbi/increase/models/physical_card_profile.rbi | 18 ++++++++++++------ 3 files changed, 23 insertions(+), 14 deletions(-) diff --git a/.stats.yml b/.stats.yml index 1e5f14c3a..a3b26b560 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-af1c3f6f39bad6db3878ece15395915f818d9310c5535947520e935e82e8bac3.yml -openapi_spec_hash: 3291dcc6833f09527c442c898c8d11f0 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-f4ebad4aaba1af68442e3650238657c7f7600714bbf7a26d01e01e69e467ee4b.yml +openapi_spec_hash: 0b7280b86b511746a24a4abef602990a config_hash: ca1425272e17fa23d4466d33492334fa diff --git a/lib/increase/models/physical_card_profile.rb b/lib/increase/models/physical_card_profile.rb index f5a7b515f..a88bb1c00 100644 --- a/lib/increase/models/physical_card_profile.rb +++ b/lib/increase/models/physical_card_profile.rb @@ -11,13 +11,15 @@ class PhysicalCardProfile < Increase::Internal::Type::BaseModel required :id, String # @!attribute back_image_file_id - # The identifier of the File containing the physical card's back image. + # The identifier of the File containing the physical card's back image. This will + # be missing until the image has been post-processed. # # @return [String, nil] required :back_image_file_id, String, nil?: true # @!attribute carrier_image_file_id - # The identifier of the File containing the physical card's carrier image. + # The identifier of the File containing the physical card's carrier image. This + # will be missing until the image has been post-processed. # # @return [String, nil] required :carrier_image_file_id, String, nil?: true @@ -48,7 +50,8 @@ class PhysicalCardProfile < Increase::Internal::Type::BaseModel required :description, String # @!attribute front_image_file_id - # The identifier of the File containing the physical card's front image. + # The identifier of the File containing the physical card's front image. This will + # be missing until the image has been post-processed. # # @return [String, nil] required :front_image_file_id, String, nil?: true @@ -97,9 +100,9 @@ class PhysicalCardProfile < Increase::Internal::Type::BaseModel # # @param id [String] The Card Profile identifier. # - # @param back_image_file_id [String, nil] The identifier of the File containing the physical card's back image. + # @param back_image_file_id [String, nil] The identifier of the File containing the physical card's back image. This will # - # @param carrier_image_file_id [String, nil] The identifier of the File containing the physical card's carrier image. + # @param carrier_image_file_id [String, nil] The identifier of the File containing the physical card's carrier image. This wi # # @param contact_phone [String, nil] A phone number the user can contact to receive support for their card. # @@ -109,7 +112,7 @@ class PhysicalCardProfile < Increase::Internal::Type::BaseModel # # @param description [String] A description you can use to identify the Physical Card Profile. # - # @param front_image_file_id [String, nil] The identifier of the File containing the physical card's front image. + # @param front_image_file_id [String, nil] The identifier of the File containing the physical card's front image. This will # # @param idempotency_key [String, nil] The idempotency key you chose for this object. This value is unique across Incre # diff --git a/rbi/increase/models/physical_card_profile.rbi b/rbi/increase/models/physical_card_profile.rbi index 378652c52..21aaeca3c 100644 --- a/rbi/increase/models/physical_card_profile.rbi +++ b/rbi/increase/models/physical_card_profile.rbi @@ -12,11 +12,13 @@ module Increase sig { returns(String) } attr_accessor :id - # The identifier of the File containing the physical card's back image. + # The identifier of the File containing the physical card's back image. This will + # be missing until the image has been post-processed. sig { returns(T.nilable(String)) } attr_accessor :back_image_file_id - # The identifier of the File containing the physical card's carrier image. + # The identifier of the File containing the physical card's carrier image. This + # will be missing until the image has been post-processed. sig { returns(T.nilable(String)) } attr_accessor :carrier_image_file_id @@ -37,7 +39,8 @@ module Increase sig { returns(String) } attr_accessor :description - # The identifier of the File containing the physical card's front image. + # The identifier of the File containing the physical card's front image. This will + # be missing until the image has been post-processed. sig { returns(T.nilable(String)) } attr_accessor :front_image_file_id @@ -88,9 +91,11 @@ module Increase def self.new( # The Card Profile identifier. id:, - # The identifier of the File containing the physical card's back image. + # The identifier of the File containing the physical card's back image. This will + # be missing until the image has been post-processed. back_image_file_id:, - # The identifier of the File containing the physical card's carrier image. + # The identifier of the File containing the physical card's carrier image. This + # will be missing until the image has been post-processed. carrier_image_file_id:, # A phone number the user can contact to receive support for their card. contact_phone:, @@ -101,7 +106,8 @@ module Increase creator:, # A description you can use to identify the Physical Card Profile. description:, - # The identifier of the File containing the physical card's front image. + # The identifier of the File containing the physical card's front image. This will + # be missing until the image has been post-processed. front_image_file_id:, # The idempotency key you chose for this object. This value is unique across # Increase and is used to ensure that a request is only processed once. Learn more From 40b15d570bf53d40434b96182c164e9cba723310 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 01:43:07 +0000 Subject: [PATCH 2/2] release: 1.142.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Gemfile.lock | 2 +- README.md | 2 +- lib/increase/version.rb | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bf9ed174c..1086a7d20 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.141.0" + ".": "1.142.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c8a76679..8ae4c4853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 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) + +### Features + +* **api:** api update ([cb2ed86](https://github.com/Increase/increase-ruby/commit/cb2ed865efae0e15c8269c5ee94e94bfdd9e3e3c)) + ## 1.141.0 (2025-11-13) Full Changelog: [v1.140.0...v1.141.0](https://github.com/Increase/increase-ruby/compare/v1.140.0...v1.141.0) diff --git a/Gemfile.lock b/Gemfile.lock index 23f8fc21b..e7e84b7c5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - increase (1.141.0) + increase (1.142.0) connection_pool GEM diff --git a/README.md b/README.md index a24d3f86b..94ad40d9f 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.141.0" +gem "increase", "~> 1.142.0" ``` diff --git a/lib/increase/version.rb b/lib/increase/version.rb index f3b5df3ec..a7d983b23 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "1.141.0" + VERSION = "1.142.0" end