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.155.0"
".": "1.156.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-db504b55f81ac4d64ccbfc4d2fecdd346b2a671da840afd3b47fd499ea52e640.yml
openapi_spec_hash: 06d1e20101565b4c8ba616cfa84fbfdd
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-56334e000721ba4ee20536271d3acf7231529d7b1f651729e2f4ebe75eb12048.yml
openapi_spec_hash: 45777c412bcbc1aead50c84f78695203
config_hash: b6f365add90e618b2174634df140826e
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.156.0 (2025-12-08)

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

### Features

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

## 1.155.0 (2025-12-06)

Full Changelog: [v1.154.0...v1.155.0](https://github.com/Increase/increase-ruby/compare/v1.154.0...v1.155.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.155.0)
increase (1.156.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.155.0"
gem "increase", "~> 1.156.0"
```

<!-- x-release-please-end -->
Expand Down
3 changes: 3 additions & 0 deletions lib/increase/models/entity.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,9 @@ module Vendor
# Oscilar. See https://oscilar.com for more information.
OSCILAR = :oscilar

# Persona. See https://withpersona.com for more information.
PERSONA = :persona

# @!method self.values
# @return [Array<Symbol>]
end
Expand Down
3 changes: 3 additions & 0 deletions lib/increase/models/entity_create_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1542,6 +1542,9 @@ module Vendor
# Oscilar. See https://oscilar.com for more information.
OSCILAR = :oscilar

# Persona. See https://withpersona.com for more information.
PERSONA = :persona

# @!method self.values
# @return [Array<Symbol>]
end
Expand Down
3 changes: 3 additions & 0 deletions lib/increase/models/entity_update_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,9 @@ module Vendor
# Oscilar. See https://oscilar.com for more information.
OSCILAR = :oscilar

# Persona. See https://withpersona.com for more information.
PERSONA = :persona

# @!method self.values
# @return [Array<Symbol>]
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.155.0"
VERSION = "1.156.0"
end
7 changes: 7 additions & 0 deletions rbi/increase/models/entity.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -1803,6 +1803,13 @@ module Increase
Increase::Entity::ThirdPartyVerification::Vendor::TaggedSymbol
)

# Persona. See https://withpersona.com for more information.
PERSONA =
T.let(
:persona,
Increase::Entity::ThirdPartyVerification::Vendor::TaggedSymbol
)

sig do
override.returns(
T::Array[
Expand Down
7 changes: 7 additions & 0 deletions rbi/increase/models/entity_create_params.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -2857,6 +2857,13 @@ module Increase
Increase::EntityCreateParams::ThirdPartyVerification::Vendor::TaggedSymbol
)

# Persona. See https://withpersona.com for more information.
PERSONA =
T.let(
:persona,
Increase::EntityCreateParams::ThirdPartyVerification::Vendor::TaggedSymbol
)

sig do
override.returns(
T::Array[
Expand Down
7 changes: 7 additions & 0 deletions rbi/increase/models/entity_update_params.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,13 @@ module Increase
Increase::EntityUpdateParams::ThirdPartyVerification::Vendor::TaggedSymbol
)

# Persona. See https://withpersona.com for more information.
PERSONA =
T.let(
:persona,
Increase::EntityUpdateParams::ThirdPartyVerification::Vendor::TaggedSymbol
)

sig do
override.returns(
T::Array[
Expand Down
5 changes: 4 additions & 1 deletion sig/increase/models/entity.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ module Increase
vendor: Increase::Models::Entity::ThirdPartyVerification::vendor
}

type vendor = :alloy | :middesk | :oscilar
type vendor = :alloy | :middesk | :oscilar | :persona

module Vendor
extend Increase::Internal::Type::Enum
Expand All @@ -829,6 +829,9 @@ module Increase
# Oscilar. See https://oscilar.com for more information.
OSCILAR: :oscilar

# Persona. See https://withpersona.com for more information.
PERSONA: :persona

def self?.values: -> ::Array[Increase::Models::Entity::ThirdPartyVerification::vendor]
end
end
Expand Down
5 changes: 4 additions & 1 deletion sig/increase/models/entity_create_params.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ module Increase
vendor: Increase::Models::EntityCreateParams::ThirdPartyVerification::vendor
}

type vendor = :alloy | :middesk | :oscilar
type vendor = :alloy | :middesk | :oscilar | :persona

module Vendor
extend Increase::Internal::Type::Enum
Expand All @@ -1276,6 +1276,9 @@ module Increase
# Oscilar. See https://oscilar.com for more information.
OSCILAR: :oscilar

# Persona. See https://withpersona.com for more information.
PERSONA: :persona

def self?.values: -> ::Array[Increase::Models::EntityCreateParams::ThirdPartyVerification::vendor]
end
end
Expand Down
5 changes: 4 additions & 1 deletion sig/increase/models/entity_update_params.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ module Increase
vendor: Increase::Models::EntityUpdateParams::ThirdPartyVerification::vendor
}

type vendor = :alloy | :middesk | :oscilar
type vendor = :alloy | :middesk | :oscilar | :persona

module Vendor
extend Increase::Internal::Type::Enum
Expand All @@ -360,6 +360,9 @@ module Increase
# Oscilar. See https://oscilar.com for more information.
OSCILAR: :oscilar

# Persona. See https://withpersona.com for more information.
PERSONA: :persona

def self?.values: -> ::Array[Increase::Models::EntityUpdateParams::ThirdPartyVerification::vendor]
end
end
Expand Down