From e3cfc2d3f8b3d0927f21d78ebde304ae99a4c8bd Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 22:24:19 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- lib/increase/models/transaction.rb | 18 +++++++++--------- rbi/increase/models/transaction.rbi | 26 +++++++++++++------------- sig/increase/models/transaction.rbs | 26 +++++++++++++------------- 4 files changed, 37 insertions(+), 37 deletions(-) diff --git a/.stats.yml b/.stats.yml index ae7a72a04..318e5b772 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 202 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-66fad62aee38079ae7b0574a128763512b551d0b0f107a056bc981123d8e348d.yml -openapi_spec_hash: 299b75e8d2f36e6fe3d2df4c10d2557c +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-244805b184601a0639e868cb601337a5ebe0f259576a7e22d46c881ee22e17d3.yml +openapi_spec_hash: a667a8fca7bc57f82f22ddc2a9829e19 config_hash: a185e9a72778cc4658ea73fb3a7f1354 diff --git a/lib/increase/models/transaction.rb b/lib/increase/models/transaction.rb index 3e26bd64c..c162af8d8 100644 --- a/lib/increase/models/transaction.rb +++ b/lib/increase/models/transaction.rb @@ -1156,20 +1156,20 @@ module EventType # The user's chargeback was submitted. CHARGEBACK_SUBMITTED = :chargeback_submitted - # The user declined the merchant's request for pre-arbitration. - MERCHANT_PREARBITRATION_REQUEST_DECLINE_SUBMITTED = :merchant_prearbitration_request_decline_submitted + # The user declined the merchant's pre-arbitration submission. + MERCHANT_PREARBITRATION_DECLINE_SUBMITTED = :merchant_prearbitration_decline_submitted - # The merchant's request for pre-arbitration was received. - MERCHANT_PREARBITRATION_REQUEST_RECEIVED = :merchant_prearbitration_request_received + # The merchant's pre-arbitration submission was received. + MERCHANT_PREARBITRATION_RECEIVED = :merchant_prearbitration_received - # The transaction was represented by the merchant. + # The transaction was re-presented by the merchant. REPRESENTED = :represented - # The user's request for pre-arbitration was declined. - USER_PREARBITRATION_REQUEST_DECLINE_RECEIVED = :user_prearbitration_request_decline_received + # The user's pre-arbitration was declined by the merchant. + USER_PREARBITRATION_DECLINE_RECEIVED = :user_prearbitration_decline_received - # The user's request for pre-arbitration was submitted. - USER_PREARBITRATION_REQUEST_SUBMITTED = :user_prearbitration_request_submitted + # The user's pre-arbitration was submitted. + USER_PREARBITRATION_SUBMITTED = :user_prearbitration_submitted # The user withdrew from the dispute. USER_WITHDRAWAL_SUBMITTED = :user_withdrawal_submitted diff --git a/rbi/increase/models/transaction.rbi b/rbi/increase/models/transaction.rbi index f65477c08..a8f80ec19 100644 --- a/rbi/increase/models/transaction.rbi +++ b/rbi/increase/models/transaction.rbi @@ -2337,38 +2337,38 @@ module Increase Increase::Transaction::Source::CardDisputeFinancial::Visa::EventType::TaggedSymbol ) - # The user declined the merchant's request for pre-arbitration. - MERCHANT_PREARBITRATION_REQUEST_DECLINE_SUBMITTED = + # The user declined the merchant's pre-arbitration submission. + MERCHANT_PREARBITRATION_DECLINE_SUBMITTED = T.let( - :merchant_prearbitration_request_decline_submitted, + :merchant_prearbitration_decline_submitted, Increase::Transaction::Source::CardDisputeFinancial::Visa::EventType::TaggedSymbol ) - # The merchant's request for pre-arbitration was received. - MERCHANT_PREARBITRATION_REQUEST_RECEIVED = + # The merchant's pre-arbitration submission was received. + MERCHANT_PREARBITRATION_RECEIVED = T.let( - :merchant_prearbitration_request_received, + :merchant_prearbitration_received, Increase::Transaction::Source::CardDisputeFinancial::Visa::EventType::TaggedSymbol ) - # The transaction was represented by the merchant. + # The transaction was re-presented by the merchant. REPRESENTED = T.let( :represented, Increase::Transaction::Source::CardDisputeFinancial::Visa::EventType::TaggedSymbol ) - # The user's request for pre-arbitration was declined. - USER_PREARBITRATION_REQUEST_DECLINE_RECEIVED = + # The user's pre-arbitration was declined by the merchant. + USER_PREARBITRATION_DECLINE_RECEIVED = T.let( - :user_prearbitration_request_decline_received, + :user_prearbitration_decline_received, Increase::Transaction::Source::CardDisputeFinancial::Visa::EventType::TaggedSymbol ) - # The user's request for pre-arbitration was submitted. - USER_PREARBITRATION_REQUEST_SUBMITTED = + # The user's pre-arbitration was submitted. + USER_PREARBITRATION_SUBMITTED = T.let( - :user_prearbitration_request_submitted, + :user_prearbitration_submitted, Increase::Transaction::Source::CardDisputeFinancial::Visa::EventType::TaggedSymbol ) diff --git a/sig/increase/models/transaction.rbs b/sig/increase/models/transaction.rbs index 0a1f53a24..16baa41e1 100644 --- a/sig/increase/models/transaction.rbs +++ b/sig/increase/models/transaction.rbs @@ -813,11 +813,11 @@ module Increase type event_type = :chargeback_submitted - | :merchant_prearbitration_request_decline_submitted - | :merchant_prearbitration_request_received + | :merchant_prearbitration_decline_submitted + | :merchant_prearbitration_received | :represented - | :user_prearbitration_request_decline_received - | :user_prearbitration_request_submitted + | :user_prearbitration_decline_received + | :user_prearbitration_submitted | :user_withdrawal_submitted module EventType @@ -826,20 +826,20 @@ module Increase # The user's chargeback was submitted. CHARGEBACK_SUBMITTED: :chargeback_submitted - # The user declined the merchant's request for pre-arbitration. - MERCHANT_PREARBITRATION_REQUEST_DECLINE_SUBMITTED: :merchant_prearbitration_request_decline_submitted + # The user declined the merchant's pre-arbitration submission. + MERCHANT_PREARBITRATION_DECLINE_SUBMITTED: :merchant_prearbitration_decline_submitted - # The merchant's request for pre-arbitration was received. - MERCHANT_PREARBITRATION_REQUEST_RECEIVED: :merchant_prearbitration_request_received + # The merchant's pre-arbitration submission was received. + MERCHANT_PREARBITRATION_RECEIVED: :merchant_prearbitration_received - # The transaction was represented by the merchant. + # The transaction was re-presented by the merchant. REPRESENTED: :represented - # The user's request for pre-arbitration was declined. - USER_PREARBITRATION_REQUEST_DECLINE_RECEIVED: :user_prearbitration_request_decline_received + # The user's pre-arbitration was declined by the merchant. + USER_PREARBITRATION_DECLINE_RECEIVED: :user_prearbitration_decline_received - # The user's request for pre-arbitration was submitted. - USER_PREARBITRATION_REQUEST_SUBMITTED: :user_prearbitration_request_submitted + # The user's pre-arbitration was submitted. + USER_PREARBITRATION_SUBMITTED: :user_prearbitration_submitted # The user withdrew from the dispute. USER_WITHDRAWAL_SUBMITTED: :user_withdrawal_submitted From 82109da95812666dc083a02e2b8d5428dd8bfb9e Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 22:24:38 +0000 Subject: [PATCH 2/2] release: 1.28.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 4eb89879b..31d823888 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.27.0" + ".": "1.28.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f0889578c..3b56ec2ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.28.0 (2025-08-07) + +Full Changelog: [v1.27.0...v1.28.0](https://github.com/Increase/increase-ruby/compare/v1.27.0...v1.28.0) + +### Features + +* **api:** api update ([e3cfc2d](https://github.com/Increase/increase-ruby/commit/e3cfc2d3f8b3d0927f21d78ebde304ae99a4c8bd)) + ## 1.27.0 (2025-08-07) Full Changelog: [v1.26.0...v1.27.0](https://github.com/Increase/increase-ruby/compare/v1.26.0...v1.27.0) diff --git a/Gemfile.lock b/Gemfile.lock index a16ca4453..c39ee1d91 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - increase (1.27.0) + increase (1.28.0) connection_pool GEM diff --git a/README.md b/README.md index e2f493ca8..4a9d3b9de 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.27.0" +gem "increase", "~> 1.28.0" ``` diff --git a/lib/increase/version.rb b/lib/increase/version.rb index 6a0c0b801..9fa17ea72 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "1.27.0" + VERSION = "1.28.0" end