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.32.0"
".": "1.33.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: 202
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-86536168d84b951766d3c56adf7b371f15e15de83fff1de4b8052f55bb98034d.yml
openapi_spec_hash: 28053671bf8df1b93086dbe6123f8163
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-06c4af41ee358cc77681ee9eb3e3997fb985c94baa60639f3b21bba1a73dd990.yml
openapi_spec_hash: 636b35479a21d9be089b2d9b95646ba9
config_hash: a185e9a72778cc4658ea73fb3a7f1354
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.33.0 (2025-08-14)

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

### Features

* **api:** api update ([3a7dff1](https://github.com/Increase/increase-ruby/commit/3a7dff16065381bd9a3f2e8d49e87749679d9409))

## 1.32.0 (2025-08-13)

Full Changelog: [v1.31.0...v1.32.0](https://github.com/Increase/increase-ruby/compare/v1.31.0...v1.32.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.32.0)
increase (1.33.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.32.0"
gem "increase", "~> 1.33.0"
```

<!-- x-release-please-end -->
Expand Down
19 changes: 9 additions & 10 deletions lib/increase/models/entity_create_beneficial_owner_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ class Individual < Increase::Internal::Type::BaseModel

# @see Increase::Models::EntityCreateBeneficialOwnerParams::BeneficialOwner::Individual#address
class Address < Increase::Internal::Type::BaseModel
# @!attribute city
# The city, district, town, or village of the address.
#
# @return [String]
required :city, String

# @!attribute country
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
#
Expand All @@ -131,13 +137,6 @@ class Address < Increase::Internal::Type::BaseModel
# @return [String]
required :line1, String

# @!attribute city
# The city, district, town, or village of the address. Required in certain
# countries.
#
# @return [String, nil]
optional :city, String

# @!attribute line2
# The second line of the address. This might be the floor or room number.
#
Expand All @@ -157,20 +156,20 @@ class Address < Increase::Internal::Type::BaseModel
# @return [String, nil]
optional :zip, String

# @!method initialize(country:, line1:, city: nil, line2: nil, state: nil, zip: nil)
# @!method initialize(city:, country:, line1:, line2: nil, state: nil, zip: nil)
# Some parameter documentations has been truncated, see
# {Increase::Models::EntityCreateBeneficialOwnerParams::BeneficialOwner::Individual::Address}
# for more details.
#
# The individual's physical address. Mail receiving locations like PO Boxes and
# PMB's are disallowed.
#
# @param city [String] The city, district, town, or village of the address.
#
# @param country [String] The two-letter ISO 3166-1 alpha-2 code for the country of the address.
#
# @param line1 [String] The first line of the address. This is usually the street number and street.
#
# @param city [String] The city, district, town, or village of the address. Required in certain countri
#
# @param line2 [String] The second line of the address. This might be the floor or room number.
#
# @param state [String] The two-letter United States Postal Service (USPS) abbreviation for the US state
Expand Down
19 changes: 9 additions & 10 deletions lib/increase/models/entity_create_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,12 @@ class Individual < Increase::Internal::Type::BaseModel

# @see Increase::Models::EntityCreateParams::Corporation::BeneficialOwner::Individual#address
class Address < Increase::Internal::Type::BaseModel
# @!attribute city
# The city, district, town, or village of the address.
#
# @return [String]
required :city, String

# @!attribute country
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
#
Expand All @@ -361,13 +367,6 @@ class Address < Increase::Internal::Type::BaseModel
# @return [String]
required :line1, String

# @!attribute city
# The city, district, town, or village of the address. Required in certain
# countries.
#
# @return [String, nil]
optional :city, String

# @!attribute line2
# The second line of the address. This might be the floor or room number.
#
Expand All @@ -387,20 +386,20 @@ class Address < Increase::Internal::Type::BaseModel
# @return [String, nil]
optional :zip, String

# @!method initialize(country:, line1:, city: nil, line2: nil, state: nil, zip: nil)
# @!method initialize(city:, country:, line1:, line2: nil, state: nil, zip: nil)
# Some parameter documentations has been truncated, see
# {Increase::Models::EntityCreateParams::Corporation::BeneficialOwner::Individual::Address}
# for more details.
#
# The individual's physical address. Mail receiving locations like PO Boxes and
# PMB's are disallowed.
#
# @param city [String] The city, district, town, or village of the address.
#
# @param country [String] The two-letter ISO 3166-1 alpha-2 code for the country of the address.
#
# @param line1 [String] The first line of the address. This is usually the street number and street.
#
# @param city [String] The city, district, town, or village of the address. Required in certain countri
#
# @param line2 [String] The second line of the address. This might be the floor or room number.
#
# @param state [String] The two-letter United States Postal Service (USPS) abbreviation for the US state
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ class EntityUpdateBeneficialOwnerAddressParams < Increase::Internal::Type::BaseM
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]

class Address < Increase::Internal::Type::BaseModel
# @!attribute city
# The city, district, town, or village of the address.
#
# @return [String]
required :city, String

# @!attribute country
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
#
Expand All @@ -44,13 +50,6 @@ class Address < Increase::Internal::Type::BaseModel
# @return [String]
required :line1, String

# @!attribute city
# The city, district, town, or village of the address. Required in certain
# countries.
#
# @return [String, nil]
optional :city, String

# @!attribute line2
# The second line of the address. This might be the floor or room number.
#
Expand All @@ -70,20 +69,20 @@ class Address < Increase::Internal::Type::BaseModel
# @return [String, nil]
optional :zip, String

# @!method initialize(country:, line1:, city: nil, line2: nil, state: nil, zip: nil)
# @!method initialize(city:, country:, line1:, line2: nil, state: nil, zip: nil)
# Some parameter documentations has been truncated, see
# {Increase::Models::EntityUpdateBeneficialOwnerAddressParams::Address} for more
# details.
#
# The individual's physical address. Mail receiving locations like PO Boxes and
# PMB's are disallowed.
#
# @param city [String] The city, district, town, or village of the address.
#
# @param country [String] The two-letter ISO 3166-1 alpha-2 code for the country of the address.
#
# @param line1 [String] The first line of the address. This is usually the street number and street.
#
# @param city [String] The city, district, town, or village of the address. Required in certain countri
#
# @param line2 [String] The second line of the address. This might be the floor or room number.
#
# @param state [String] The two-letter United States Postal Service (USPS) abbreviation for the US state
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.32.0"
VERSION = "1.33.0"
end
21 changes: 8 additions & 13 deletions rbi/increase/models/entity_create_beneficial_owner_params.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,10 @@ module Increase
)
end

# The city, district, town, or village of the address.
sig { returns(String) }
attr_accessor :city

# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
sig { returns(String) }
attr_accessor :country
Expand All @@ -264,14 +268,6 @@ module Increase
sig { returns(String) }
attr_accessor :line1

# The city, district, town, or village of the address. Required in certain
# countries.
sig { returns(T.nilable(String)) }
attr_reader :city

sig { params(city: String).void }
attr_writer :city

# The second line of the address. This might be the floor or room number.
sig { returns(T.nilable(String)) }
attr_reader :line2
Expand All @@ -298,22 +294,21 @@ module Increase
# PMB's are disallowed.
sig do
params(
city: String,
country: String,
line1: String,
city: String,
line2: String,
state: String,
zip: String
).returns(T.attached_class)
end
def self.new(
# The city, district, town, or village of the address.
city:,
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
country:,
# The first line of the address. This is usually the street number and street.
line1:,
# The city, district, town, or village of the address. Required in certain
# countries.
city: nil,
# The second line of the address. This might be the floor or room number.
line2: nil,
# The two-letter United States Postal Service (USPS) abbreviation for the US
Expand All @@ -327,9 +322,9 @@ module Increase
sig do
override.returns(
{
city: String,
country: String,
line1: String,
city: String,
line2: String,
state: String,
zip: String
Expand Down
21 changes: 8 additions & 13 deletions rbi/increase/models/entity_create_params.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,10 @@ module Increase
)
end

# The city, district, town, or village of the address.
sig { returns(String) }
attr_accessor :city

# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
sig { returns(String) }
attr_accessor :country
Expand All @@ -664,14 +668,6 @@ module Increase
sig { returns(String) }
attr_accessor :line1

# The city, district, town, or village of the address. Required in certain
# countries.
sig { returns(T.nilable(String)) }
attr_reader :city

sig { params(city: String).void }
attr_writer :city

# The second line of the address. This might be the floor or room number.
sig { returns(T.nilable(String)) }
attr_reader :line2
Expand All @@ -698,22 +694,21 @@ module Increase
# PMB's are disallowed.
sig do
params(
city: String,
country: String,
line1: String,
city: String,
line2: String,
state: String,
zip: String
).returns(T.attached_class)
end
def self.new(
# The city, district, town, or village of the address.
city:,
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
country:,
# The first line of the address. This is usually the street number and street.
line1:,
# The city, district, town, or village of the address. Required in certain
# countries.
city: nil,
# The second line of the address. This might be the floor or room number.
line2: nil,
# The two-letter United States Postal Service (USPS) abbreviation for the US
Expand All @@ -727,9 +722,9 @@ module Increase
sig do
override.returns(
{
city: String,
country: String,
line1: String,
city: String,
line2: String,
state: String,
zip: String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ module Increase
)
end

# The city, district, town, or village of the address.
sig { returns(String) }
attr_accessor :city

# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
sig { returns(String) }
attr_accessor :country
Expand All @@ -83,14 +87,6 @@ module Increase
sig { returns(String) }
attr_accessor :line1

# The city, district, town, or village of the address. Required in certain
# countries.
sig { returns(T.nilable(String)) }
attr_reader :city

sig { params(city: String).void }
attr_writer :city

# The second line of the address. This might be the floor or room number.
sig { returns(T.nilable(String)) }
attr_reader :line2
Expand All @@ -117,22 +113,21 @@ module Increase
# PMB's are disallowed.
sig do
params(
city: String,
country: String,
line1: String,
city: String,
line2: String,
state: String,
zip: String
).returns(T.attached_class)
end
def self.new(
# The city, district, town, or village of the address.
city:,
# The two-letter ISO 3166-1 alpha-2 code for the country of the address.
country:,
# The first line of the address. This is usually the street number and street.
line1:,
# The city, district, town, or village of the address. Required in certain
# countries.
city: nil,
# The second line of the address. This might be the floor or room number.
line2: nil,
# The two-letter United States Postal Service (USPS) abbreviation for the US
Expand All @@ -146,9 +141,9 @@ module Increase
sig do
override.returns(
{
city: String,
country: String,
line1: String,
city: String,
line2: String,
state: String,
zip: String
Expand Down
Loading