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.161.0"
".": "1.162.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: 230
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-e2b7de6202d48efc0e77fd72d2788987e6e3ecf2dfff8a491b88fe9a838f0bd5.yml
openapi_spec_hash: 5af8bcd38aae780c364688cb048d258b
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-d9f5f3bab4d163b340b6737dde4f7a46bca89379801bcc761c4221a24f8cc4cf.yml
openapi_spec_hash: 7b5eddf42e9fa57ec04b5b1b6d9ff872
config_hash: ff2eb5f192b4de36611b37b27961c2d8
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.162.0 (2025-12-15)

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

### Features

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

## 1.161.0 (2025-12-15)

Full Changelog: [v1.160.0...v1.161.0](https://github.com/Increase/increase-ruby/compare/v1.160.0...v1.161.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.161.0)
increase (1.162.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.161.0"
gem "increase", "~> 1.162.0"
```

<!-- x-release-please-end -->
Expand Down
3 changes: 3 additions & 0 deletions lib/increase/models/check_transfer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,9 @@ module Category
# The check has been delivered.
DELIVERED = :delivered

# There is an issue preventing delivery. The delivery will be attempted again if possible. If the issue cannot be resolved, the check will be returned to sender.
DELIVERY_ISSUE = :delivery_issue

# Delivery failed and the check was returned to sender.
RETURNED_TO_SENDER = :returned_to_sender

Expand Down
3 changes: 3 additions & 0 deletions lib/increase/models/physical_card.rb
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,9 @@ module Category
# The physical card has been delivered.
DELIVERED = :delivered

# There is an issue preventing delivery. The delivery will be attempted again if possible. If the issue cannot be resolved, the physical card will be returned to sender.
DELIVERY_ISSUE = :delivery_issue

# Delivery failed and the physical card was returned to sender.
RETURNED_TO_SENDER = :returned_to_sender

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ module Category
# The physical card has been delivered.
DELIVERED = :delivered

# There is an issue preventing delivery. The delivery will be attempted again if possible. If the issue cannot be resolved, the physical card will be returned to sender.
DELIVERY_ISSUE = :delivery_issue

# Delivery failed and the physical card was returned to sender.
RETURNED_TO_SENDER = :returned_to_sender

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.161.0"
VERSION = "1.162.0"
end
7 changes: 7 additions & 0 deletions rbi/increase/models/check_transfer.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -1271,6 +1271,13 @@ module Increase
Increase::CheckTransfer::PhysicalCheck::TrackingUpdate::Category::TaggedSymbol
)

# There is an issue preventing delivery. The delivery will be attempted again if possible. If the issue cannot be resolved, the check will be returned to sender.
DELIVERY_ISSUE =
T.let(
:delivery_issue,
Increase::CheckTransfer::PhysicalCheck::TrackingUpdate::Category::TaggedSymbol
)

# Delivery failed and the check was returned to sender.
RETURNED_TO_SENDER =
T.let(
Expand Down
7 changes: 7 additions & 0 deletions rbi/increase/models/physical_card.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,13 @@ module Increase
Increase::PhysicalCard::Shipment::Tracking::Update::Category::TaggedSymbol
)

# There is an issue preventing delivery. The delivery will be attempted again if possible. If the issue cannot be resolved, the physical card will be returned to sender.
DELIVERY_ISSUE =
T.let(
:delivery_issue,
Increase::PhysicalCard::Shipment::Tracking::Update::Category::TaggedSymbol
)

# Delivery failed and the physical card was returned to sender.
RETURNED_TO_SENDER =
T.let(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,13 @@ module Increase
Increase::Simulations::PhysicalCardCreateParams::Category::TaggedSymbol
)

# There is an issue preventing delivery. The delivery will be attempted again if possible. If the issue cannot be resolved, the physical card will be returned to sender.
DELIVERY_ISSUE =
T.let(
:delivery_issue,
Increase::Simulations::PhysicalCardCreateParams::Category::TaggedSymbol
)

# Delivery failed and the physical card was returned to sender.
RETURNED_TO_SENDER =
T.let(
Expand Down
4 changes: 4 additions & 0 deletions sig/increase/models/check_transfer.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ module Increase
:in_transit
| :processed_for_delivery
| :delivered
| :delivery_issue
| :returned_to_sender

module Category
Expand All @@ -529,6 +530,9 @@ module Increase
# The check has been delivered.
DELIVERED: :delivered

# There is an issue preventing delivery. The delivery will be attempted again if possible. If the issue cannot be resolved, the check will be returned to sender.
DELIVERY_ISSUE: :delivery_issue

# Delivery failed and the check was returned to sender.
RETURNED_TO_SENDER: :returned_to_sender

Expand Down
4 changes: 4 additions & 0 deletions sig/increase/models/physical_card.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ module Increase
:in_transit
| :processed_for_delivery
| :delivered
| :delivery_issue
| :returned_to_sender

module Category
Expand All @@ -329,6 +330,9 @@ module Increase
# The physical card has been delivered.
DELIVERED: :delivered

# There is an issue preventing delivery. The delivery will be attempted again if possible. If the issue cannot be resolved, the physical card will be returned to sender.
DELIVERY_ISSUE: :delivery_issue

# Delivery failed and the physical card was returned to sender.
RETURNED_TO_SENDER: :returned_to_sender

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ module Increase
:in_transit
| :processed_for_delivery
| :delivered
| :delivery_issue
| :returned_to_sender

module Category
Expand All @@ -69,6 +70,9 @@ module Increase
# The physical card has been delivered.
DELIVERED: :delivered

# There is an issue preventing delivery. The delivery will be attempted again if possible. If the issue cannot be resolved, the physical card will be returned to sender.
DELIVERY_ISSUE: :delivery_issue

# Delivery failed and the physical card was returned to sender.
RETURNED_TO_SENDER: :returned_to_sender

Expand Down