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.68.0"
".": "1.69.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: 217
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-98bb100223960756975a05c102fb497e2dba7857b02bec559ebc60d6c38d78e4.yml
openapi_spec_hash: b19fcec9237b7b3394002cfb662b391f
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-17c08bdd306c9bcf444a3d09db8878f633ec996cd2f091e1173742f6f3ffc5a5.yml
openapi_spec_hash: 70c131085fc22b07df6bac0f70fcf468
config_hash: e1885b38eded054b77308a024c5d80cc
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.69.0 (2025-09-08)

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

### Features

* **api:** api update ([02897b2](https://github.com/Increase/increase-ruby/commit/02897b2a6ead3059648d4be9cde81454c9a35eee))

## 1.68.0 (2025-09-07)

Full Changelog: [v1.67.0...v1.68.0](https://github.com/Increase/increase-ruby/compare/v1.67.0...v1.68.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.68.0)
increase (1.69.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.68.0"
gem "increase", "~> 1.69.0"
```

<!-- x-release-please-end -->
Expand Down
261 changes: 257 additions & 4 deletions lib/increase/models/entity_update_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,45 +68,235 @@ class EntityUpdateParams < Increase::Internal::Type::BaseModel
# @param request_options [Increase::RequestOptions, Hash{Symbol=>Object}]

class Corporation < Increase::Internal::Type::BaseModel
# @!attribute address
# The entity's physical address. Mail receiving locations like PO Boxes and PMB's
# are disallowed.
#
# @return [Increase::Models::EntityUpdateParams::Corporation::Address, nil]
optional :address, -> { Increase::EntityUpdateParams::Corporation::Address }

# @!attribute name
# The legal name of the corporation.
#
# @return [String, nil]
optional :name, String

# @!method initialize(name: nil)
# @!method initialize(address: nil, name: nil)
# Some parameter documentations has been truncated, see
# {Increase::Models::EntityUpdateParams::Corporation} for more details.
#
# Details of the corporation entity to update. If you specify this parameter and
# the entity is not a corporation, the request will fail.
#
# @param address [Increase::Models::EntityUpdateParams::Corporation::Address] The entity's physical address. Mail receiving locations like PO Boxes and PMB's
#
# @param name [String] The legal name of the corporation.

# @see Increase::Models::EntityUpdateParams::Corporation#address
class Address < Increase::Internal::Type::BaseModel
# @!attribute city
# The city of the address.
#
# @return [String]
required :city, String

# @!attribute line1
# The first line of the address. This is usually the street number and street.
#
# @return [String]
required :line1, String

# @!attribute state
# The two-letter United States Postal Service (USPS) abbreviation for the state of
# the address.
#
# @return [String]
required :state, String

# @!attribute zip
# The ZIP code of the address.
#
# @return [String]
required :zip, String

# @!attribute line2
# The second line of the address. This might be the floor or room number.
#
# @return [String, nil]
optional :line2, String

# @!method initialize(city:, line1:, state:, zip:, line2: nil)
# Some parameter documentations has been truncated, see
# {Increase::Models::EntityUpdateParams::Corporation::Address} for more details.
#
# The entity's physical address. Mail receiving locations like PO Boxes and PMB's
# are disallowed.
#
# @param city [String] The city of the address.
#
# @param line1 [String] The first line of the address. This is usually the street number and street.
#
# @param state [String] The two-letter United States Postal Service (USPS) abbreviation for the state of
#
# @param zip [String] The ZIP code of the address.
#
# @param line2 [String] The second line of the address. This might be the floor or room number.
end
end

class GovernmentAuthority < Increase::Internal::Type::BaseModel
# @!attribute address
# The entity's physical address. Mail receiving locations like PO Boxes and PMB's
# are disallowed.
#
# @return [Increase::Models::EntityUpdateParams::GovernmentAuthority::Address, nil]
optional :address, -> { Increase::EntityUpdateParams::GovernmentAuthority::Address }

# @!attribute name
# The legal name of the government authority.
#
# @return [String, nil]
optional :name, String

# @!method initialize(name: nil)
# @!method initialize(address: nil, name: nil)
# Some parameter documentations has been truncated, see
# {Increase::Models::EntityUpdateParams::GovernmentAuthority} for more details.
#
# Details of the government authority entity to update. If you specify this
# parameter and the entity is not a government authority, the request will fail.
#
# @param address [Increase::Models::EntityUpdateParams::GovernmentAuthority::Address] The entity's physical address. Mail receiving locations like PO Boxes and PMB's
#
# @param name [String] The legal name of the government authority.

# @see Increase::Models::EntityUpdateParams::GovernmentAuthority#address
class Address < Increase::Internal::Type::BaseModel
# @!attribute city
# The city of the address.
#
# @return [String]
required :city, String

# @!attribute line1
# The first line of the address. This is usually the street number and street.
#
# @return [String]
required :line1, String

# @!attribute state
# The two-letter United States Postal Service (USPS) abbreviation for the state of
# the address.
#
# @return [String]
required :state, String

# @!attribute zip
# The ZIP code of the address.
#
# @return [String]
required :zip, String

# @!attribute line2
# The second line of the address. This might be the floor or room number.
#
# @return [String, nil]
optional :line2, String

# @!method initialize(city:, line1:, state:, zip:, line2: nil)
# Some parameter documentations has been truncated, see
# {Increase::Models::EntityUpdateParams::GovernmentAuthority::Address} for more
# details.
#
# The entity's physical address. Mail receiving locations like PO Boxes and PMB's
# are disallowed.
#
# @param city [String] The city of the address.
#
# @param line1 [String] The first line of the address. This is usually the street number and street.
#
# @param state [String] The two-letter United States Postal Service (USPS) abbreviation for the state of
#
# @param zip [String] The ZIP code of the address.
#
# @param line2 [String] The second line of the address. This might be the floor or room number.
end
end

class NaturalPerson < Increase::Internal::Type::BaseModel
# @!attribute address
# The entity's physical address. Mail receiving locations like PO Boxes and PMB's
# are disallowed.
#
# @return [Increase::Models::EntityUpdateParams::NaturalPerson::Address, nil]
optional :address, -> { Increase::EntityUpdateParams::NaturalPerson::Address }

# @!attribute name
# The legal name of the natural person.
#
# @return [String, nil]
optional :name, String

# @!method initialize(name: nil)
# @!method initialize(address: nil, name: nil)
# Some parameter documentations has been truncated, see
# {Increase::Models::EntityUpdateParams::NaturalPerson} for more details.
#
# Details of the natural person entity to update. If you specify this parameter
# and the entity is not a natural person, the request will fail.
#
# @param address [Increase::Models::EntityUpdateParams::NaturalPerson::Address] The entity's physical address. Mail receiving locations like PO Boxes and PMB's
#
# @param name [String] The legal name of the natural person.

# @see Increase::Models::EntityUpdateParams::NaturalPerson#address
class Address < Increase::Internal::Type::BaseModel
# @!attribute city
# The city of the address.
#
# @return [String]
required :city, String

# @!attribute line1
# The first line of the address. This is usually the street number and street.
#
# @return [String]
required :line1, String

# @!attribute state
# The two-letter United States Postal Service (USPS) abbreviation for the state of
# the address.
#
# @return [String]
required :state, String

# @!attribute zip
# The ZIP code of the address.
#
# @return [String]
required :zip, String

# @!attribute line2
# The second line of the address. This might be the floor or room number.
#
# @return [String, nil]
optional :line2, String

# @!method initialize(city:, line1:, state:, zip:, line2: nil)
# Some parameter documentations has been truncated, see
# {Increase::Models::EntityUpdateParams::NaturalPerson::Address} for more details.
#
# The entity's physical address. Mail receiving locations like PO Boxes and PMB's
# are disallowed.
#
# @param city [String] The city of the address.
#
# @param line1 [String] The first line of the address. This is usually the street number and street.
#
# @param state [String] The two-letter United States Postal Service (USPS) abbreviation for the state of
#
# @param zip [String] The ZIP code of the address.
#
# @param line2 [String] The second line of the address. This might be the floor or room number.
end
end

class RiskRating < Increase::Internal::Type::BaseModel
Expand Down Expand Up @@ -196,17 +386,80 @@ module Vendor
end

class Trust < Increase::Internal::Type::BaseModel
# @!attribute address
# The entity's physical address. Mail receiving locations like PO Boxes and PMB's
# are disallowed.
#
# @return [Increase::Models::EntityUpdateParams::Trust::Address, nil]
optional :address, -> { Increase::EntityUpdateParams::Trust::Address }

# @!attribute name
# The legal name of the trust.
#
# @return [String, nil]
optional :name, String

# @!method initialize(name: nil)
# @!method initialize(address: nil, name: nil)
# Some parameter documentations has been truncated, see
# {Increase::Models::EntityUpdateParams::Trust} for more details.
#
# Details of the trust entity to update. If you specify this parameter and the
# entity is not a trust, the request will fail.
#
# @param address [Increase::Models::EntityUpdateParams::Trust::Address] The entity's physical address. Mail receiving locations like PO Boxes and PMB's
#
# @param name [String] The legal name of the trust.

# @see Increase::Models::EntityUpdateParams::Trust#address
class Address < Increase::Internal::Type::BaseModel
# @!attribute city
# The city of the address.
#
# @return [String]
required :city, String

# @!attribute line1
# The first line of the address. This is usually the street number and street.
#
# @return [String]
required :line1, String

# @!attribute state
# The two-letter United States Postal Service (USPS) abbreviation for the state of
# the address.
#
# @return [String]
required :state, String

# @!attribute zip
# The ZIP code of the address.
#
# @return [String]
required :zip, String

# @!attribute line2
# The second line of the address. This might be the floor or room number.
#
# @return [String, nil]
optional :line2, String

# @!method initialize(city:, line1:, state:, zip:, line2: nil)
# Some parameter documentations has been truncated, see
# {Increase::Models::EntityUpdateParams::Trust::Address} for more details.
#
# The entity's physical address. Mail receiving locations like PO Boxes and PMB's
# are disallowed.
#
# @param city [String] The city of the address.
#
# @param line1 [String] The first line of the address. This is usually the street number and street.
#
# @param state [String] The two-letter United States Postal Service (USPS) abbreviation for the state of
#
# @param zip [String] The ZIP code of the address.
#
# @param line2 [String] The second line of the address. This might be the floor or room number.
end
end
end
end
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.68.0"
VERSION = "1.69.0"
end
Loading