orb-billing 1.21.0 → 1.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 56dea05a2626c19d083f9b5767a79ac2b32da36f6a84ba7806e463ee0e62e4c8
4
- data.tar.gz: b6f8dc63976b9b34bf44c5f37d9175b86413930e8d72b137fbf05459121ca82c
3
+ metadata.gz: c8881d5c5ce3ce2170690cbd58bf18eb722b2cee0947b4678045716d63e8a0e9
4
+ data.tar.gz: 6d9b9c876db25a171ade9ec9631384299cece32bc5a505e24187df19b4621b4b
5
5
  SHA512:
6
- metadata.gz: 373086531e88024277c7c88454ed6312cfd556b3229008f97ba57b7650f17d1e21bdc40ab83016c5582aeead54be1e1e14ff295cb695e1a94d69e461ed7be5a6
7
- data.tar.gz: e09bccd76c50f24686e94cbebf64f5c58e09386c4a00b10442de233098834fabf23387cca68cb595cee67f97ed5b9d37a48197e55acc1fb2c62d44516b68112a
6
+ metadata.gz: cbc021724838465722a00f5148f8296de933ef9ea525172aa26a093c9ce2bb148dd3a85a6649e8030490721182c2c2b476b00f5739e50bfd6cfcda7c950807ef
7
+ data.tar.gz: b37b6815005f069aa35c06559e812669260bd3676ca12f33a92ca6e793178459851ad971c41e9d1a48a200404c4587df6ff38f183eda80ad572c7648b0203a9a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.22.0](https://github.com/orbcorp/orb-ruby/compare/v1.21.0...v1.22.0) (2026-07-25)
4
+
5
+
6
+ ### Features
7
+
8
+ * **api:** rename "trash alert" endpoint to "delete alert" ([443fe4e](https://github.com/orbcorp/orb-ruby/commit/443fe4e7f3205805101e81963c6836ead5d5befb))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **api:** rename "trash alert" endpoint to "delete alert" ([443fe4e](https://github.com/orbcorp/orb-ruby/commit/443fe4e7f3205805101e81963c6836ead5d5befb))
14
+
3
15
  ## [1.21.0](https://github.com/orbcorp/orb-ruby/compare/v1.20.0...v1.21.0) (2026-07-24)
4
16
 
5
17
 
data/README.md CHANGED
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
15
15
  <!-- x-release-please-start-version -->
16
16
 
17
17
  ```ruby
18
- gem "orb-billing", "~> 1.21.0"
18
+ gem "orb-billing", "~> 1.22.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -116,11 +116,11 @@ module Orb
116
116
  )
117
117
  end
118
118
 
119
- # This endpoint trashes a subscription- or customer-scoped alert. The alert is
119
+ # This endpoint deletes a subscription or customer-scoped alert. The alert is
120
120
  # soft-deleted: it stops firing immediately and no longer appears in fetch or list
121
121
  # responses, while the underlying record is retained internally for audit.
122
122
  #
123
- # Plan-level alerts cannot be trashed via the API — disable them instead
123
+ # Plan-level alerts cannot be deleted via the API — disable them instead
124
124
  # (`POST /v1/alerts/{alert_configuration_id}/disable`). Their removal would need
125
125
  # to be unwound from every subscription the alert was propagated to, which isn't
126
126
  # supported yet.
data/lib/orb/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Orb
4
- VERSION = "1.21.0"
4
+ VERSION = "1.22.0"
5
5
  end
@@ -92,11 +92,11 @@ module Orb
92
92
  )
93
93
  end
94
94
 
95
- # This endpoint trashes a subscription- or customer-scoped alert. The alert is
95
+ # This endpoint deletes a subscription or customer-scoped alert. The alert is
96
96
  # soft-deleted: it stops firing immediately and no longer appears in fetch or list
97
97
  # responses, while the underlying record is retained internally for audit.
98
98
  #
99
- # Plan-level alerts cannot be trashed via the API — disable them instead
99
+ # Plan-level alerts cannot be deleted via the API — disable them instead
100
100
  # (`POST /v1/alerts/{alert_configuration_id}/disable`). Their removal would need
101
101
  # to be unwound from every subscription the alert was propagated to, which isn't
102
102
  # supported yet.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: orb-billing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.21.0
4
+ version: 1.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Orb