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.29.0"
".": "1.30.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-65d55098340df71e6f5c251c62e6853ad5184102c603d9f74622e8b33581c800.yml
openapi_spec_hash: 9f772e02b53a65c6e8ada7ac684117fb
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-37ce9b56dd0adf1b5dce2b5135f6fe1cf22244fab923c8934dd98488f69c3ae3.yml
openapi_spec_hash: a478c8758b24bbf44a6a6a262f5c0a63
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.30.0 (2025-08-11)

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

### Features

* **api:** api update ([815c58c](https://github.com/Increase/increase-ruby/commit/815c58c15e47ab866a7b7506cad299796ca8761d))

## 1.29.0 (2025-08-11)

Full Changelog: [v1.28.0...v1.29.0](https://github.com/Increase/increase-ruby/compare/v1.28.0...v1.29.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.29.0)
increase (1.30.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.29.0"
gem "increase", "~> 1.30.0"
```

<!-- x-release-please-end -->
Expand Down
6 changes: 6 additions & 0 deletions lib/increase/models/event.rb
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,12 @@ module Category
# Occurs whenever an IntraFi Exclusion is updated.
INTRAFI_EXCLUSION_UPDATED = :"intrafi_exclusion.updated"

# Occurs whenever a Legacy Card Dispute is created.
LEGACY_CARD_DISPUTE_CREATED = :"legacy_card_dispute.created"

# Occurs whenever a Legacy Card Dispute is updated.
LEGACY_CARD_DISPUTE_UPDATED = :"legacy_card_dispute.updated"

# Occurs whenever a Lockbox is created.
LOCKBOX_CREATED = :"lockbox.created"

Expand Down
6 changes: 6 additions & 0 deletions lib/increase/models/event_list_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,12 @@ module In
# Occurs whenever an IntraFi Exclusion is updated.
INTRAFI_EXCLUSION_UPDATED = :"intrafi_exclusion.updated"

# Occurs whenever a Legacy Card Dispute is created.
LEGACY_CARD_DISPUTE_CREATED = :"legacy_card_dispute.created"

# Occurs whenever a Legacy Card Dispute is updated.
LEGACY_CARD_DISPUTE_UPDATED = :"legacy_card_dispute.updated"

# Occurs whenever a Lockbox is created.
LOCKBOX_CREATED = :"lockbox.created"

Expand Down
6 changes: 6 additions & 0 deletions lib/increase/models/event_subscription.rb
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,12 @@ module SelectedEventCategory
# Occurs whenever an IntraFi Exclusion is updated.
INTRAFI_EXCLUSION_UPDATED = :"intrafi_exclusion.updated"

# Occurs whenever a Legacy Card Dispute is created.
LEGACY_CARD_DISPUTE_CREATED = :"legacy_card_dispute.created"

# Occurs whenever a Legacy Card Dispute is updated.
LEGACY_CARD_DISPUTE_UPDATED = :"legacy_card_dispute.updated"

# Occurs whenever a Lockbox is created.
LOCKBOX_CREATED = :"lockbox.created"

Expand Down
6 changes: 6 additions & 0 deletions lib/increase/models/event_subscription_create_params.rb
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,12 @@ module SelectedEventCategory
# Occurs whenever an IntraFi Exclusion is updated.
INTRAFI_EXCLUSION_UPDATED = :"intrafi_exclusion.updated"

# Occurs whenever a Legacy Card Dispute is created.
LEGACY_CARD_DISPUTE_CREATED = :"legacy_card_dispute.created"

# Occurs whenever a Legacy Card Dispute is updated.
LEGACY_CARD_DISPUTE_UPDATED = :"legacy_card_dispute.updated"

# Occurs whenever a Lockbox is created.
LOCKBOX_CREATED = :"lockbox.created"

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.29.0"
VERSION = "1.30.0"
end
14 changes: 14 additions & 0 deletions rbi/increase/models/event.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,20 @@ module Increase
Increase::Event::Category::TaggedSymbol
)

# Occurs whenever a Legacy Card Dispute is created.
LEGACY_CARD_DISPUTE_CREATED =
T.let(
:"legacy_card_dispute.created",
Increase::Event::Category::TaggedSymbol
)

# Occurs whenever a Legacy Card Dispute is updated.
LEGACY_CARD_DISPUTE_UPDATED =
T.let(
:"legacy_card_dispute.updated",
Increase::Event::Category::TaggedSymbol
)

# Occurs whenever a Lockbox is created.
LOCKBOX_CREATED =
T.let(:"lockbox.created", Increase::Event::Category::TaggedSymbol)
Expand Down
14 changes: 14 additions & 0 deletions rbi/increase/models/event_list_params.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,20 @@ module Increase
Increase::EventListParams::Category::In::TaggedSymbol
)

# Occurs whenever a Legacy Card Dispute is created.
LEGACY_CARD_DISPUTE_CREATED =
T.let(
:"legacy_card_dispute.created",
Increase::EventListParams::Category::In::TaggedSymbol
)

# Occurs whenever a Legacy Card Dispute is updated.
LEGACY_CARD_DISPUTE_UPDATED =
T.let(
:"legacy_card_dispute.updated",
Increase::EventListParams::Category::In::TaggedSymbol
)

# Occurs whenever a Lockbox is created.
LOCKBOX_CREATED =
T.let(
Expand Down
14 changes: 14 additions & 0 deletions rbi/increase/models/event_subscription.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,20 @@ module Increase
Increase::EventSubscription::SelectedEventCategory::TaggedSymbol
)

# Occurs whenever a Legacy Card Dispute is created.
LEGACY_CARD_DISPUTE_CREATED =
T.let(
:"legacy_card_dispute.created",
Increase::EventSubscription::SelectedEventCategory::TaggedSymbol
)

# Occurs whenever a Legacy Card Dispute is updated.
LEGACY_CARD_DISPUTE_UPDATED =
T.let(
:"legacy_card_dispute.updated",
Increase::EventSubscription::SelectedEventCategory::TaggedSymbol
)

# Occurs whenever a Lockbox is created.
LOCKBOX_CREATED =
T.let(
Expand Down
14 changes: 14 additions & 0 deletions rbi/increase/models/event_subscription_create_params.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,20 @@ module Increase
Increase::EventSubscriptionCreateParams::SelectedEventCategory::TaggedSymbol
)

# Occurs whenever a Legacy Card Dispute is created.
LEGACY_CARD_DISPUTE_CREATED =
T.let(
:"legacy_card_dispute.created",
Increase::EventSubscriptionCreateParams::SelectedEventCategory::TaggedSymbol
)

# Occurs whenever a Legacy Card Dispute is updated.
LEGACY_CARD_DISPUTE_UPDATED =
T.let(
:"legacy_card_dispute.updated",
Increase::EventSubscriptionCreateParams::SelectedEventCategory::TaggedSymbol
)

# Occurs whenever a Lockbox is created.
LOCKBOX_CREATED =
T.let(
Expand Down
8 changes: 8 additions & 0 deletions sig/increase/models/event.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ module Increase
| :"intrafi_account_enrollment.updated"
| :"intrafi_exclusion.created"
| :"intrafi_exclusion.updated"
| :"legacy_card_dispute.created"
| :"legacy_card_dispute.updated"
| :"lockbox.created"
| :"lockbox.updated"
| :"oauth_connection.created"
Expand Down Expand Up @@ -324,6 +326,12 @@ module Increase
# Occurs whenever an IntraFi Exclusion is updated.
INTRAFI_EXCLUSION_UPDATED: :"intrafi_exclusion.updated"

# Occurs whenever a Legacy Card Dispute is created.
LEGACY_CARD_DISPUTE_CREATED: :"legacy_card_dispute.created"

# Occurs whenever a Legacy Card Dispute is updated.
LEGACY_CARD_DISPUTE_UPDATED: :"legacy_card_dispute.updated"

# Occurs whenever a Lockbox is created.
LOCKBOX_CREATED: :"lockbox.created"

Expand Down
8 changes: 8 additions & 0 deletions sig/increase/models/event_list_params.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ module Increase
| :"intrafi_account_enrollment.updated"
| :"intrafi_exclusion.created"
| :"intrafi_exclusion.updated"
| :"legacy_card_dispute.created"
| :"legacy_card_dispute.updated"
| :"lockbox.created"
| :"lockbox.updated"
| :"oauth_connection.created"
Expand Down Expand Up @@ -357,6 +359,12 @@ module Increase
# Occurs whenever an IntraFi Exclusion is updated.
INTRAFI_EXCLUSION_UPDATED: :"intrafi_exclusion.updated"

# Occurs whenever a Legacy Card Dispute is created.
LEGACY_CARD_DISPUTE_CREATED: :"legacy_card_dispute.created"

# Occurs whenever a Legacy Card Dispute is updated.
LEGACY_CARD_DISPUTE_UPDATED: :"legacy_card_dispute.updated"

# Occurs whenever a Lockbox is created.
LOCKBOX_CREATED: :"lockbox.created"

Expand Down
8 changes: 8 additions & 0 deletions sig/increase/models/event_subscription.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ module Increase
| :"intrafi_account_enrollment.updated"
| :"intrafi_exclusion.created"
| :"intrafi_exclusion.updated"
| :"legacy_card_dispute.created"
| :"legacy_card_dispute.updated"
| :"lockbox.created"
| :"lockbox.updated"
| :"oauth_connection.created"
Expand Down Expand Up @@ -334,6 +336,12 @@ module Increase
# Occurs whenever an IntraFi Exclusion is updated.
INTRAFI_EXCLUSION_UPDATED: :"intrafi_exclusion.updated"

# Occurs whenever a Legacy Card Dispute is created.
LEGACY_CARD_DISPUTE_CREATED: :"legacy_card_dispute.created"

# Occurs whenever a Legacy Card Dispute is updated.
LEGACY_CARD_DISPUTE_UPDATED: :"legacy_card_dispute.updated"

# Occurs whenever a Lockbox is created.
LOCKBOX_CREATED: :"lockbox.created"

Expand Down
8 changes: 8 additions & 0 deletions sig/increase/models/event_subscription_create_params.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ module Increase
| :"intrafi_account_enrollment.updated"
| :"intrafi_exclusion.created"
| :"intrafi_exclusion.updated"
| :"legacy_card_dispute.created"
| :"legacy_card_dispute.updated"
| :"lockbox.created"
| :"lockbox.updated"
| :"oauth_connection.created"
Expand Down Expand Up @@ -328,6 +330,12 @@ module Increase
# Occurs whenever an IntraFi Exclusion is updated.
INTRAFI_EXCLUSION_UPDATED: :"intrafi_exclusion.updated"

# Occurs whenever a Legacy Card Dispute is created.
LEGACY_CARD_DISPUTE_CREATED: :"legacy_card_dispute.created"

# Occurs whenever a Legacy Card Dispute is updated.
LEGACY_CARD_DISPUTE_UPDATED: :"legacy_card_dispute.updated"

# Occurs whenever a Lockbox is created.
LOCKBOX_CREATED: :"lockbox.created"

Expand Down