orb-billing 0.10.0 → 0.11.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 +4 -4
- data/CHANGELOG.md +13 -0
- data/README.md +1 -1
- data/lib/orb/resources/subscriptions.rb +1 -1
- data/lib/orb/version.rb +1 -1
- data/rbi/orb/resources/subscriptions.rbi +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c8192f9ebe60191f7bec979e6ab606aab7da16eb738dd6e83c2d1bf073a9287c
|
4
|
+
data.tar.gz: 93e4fbff86d786018eeb14983a414be27baa664df33f69981bd0e428540935cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 31ec5eacb067b7b541caffde4b4e4ef98a7d9e44cfb5145a3014168b7012934f9e13b25973280d4db6f40f461c127cbbd6a4390ee9d9bd0f94b0ff7f66ae8400
|
7
|
+
data.tar.gz: 8c3d52412020ec2540b4d2a6257b7fa9a177bb165dedb4b084d65e27aa2cc281aa42e602b1b3f4b8dea86d719a50696a27273f62b500dbf94cfb90ef3219615e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 0.11.0 (2025-06-03)
|
4
|
+
|
5
|
+
Full Changelog: [v0.10.0...v0.11.0](https://github.com/orbcorp/orb-ruby/compare/v0.10.0...v0.11.0)
|
6
|
+
|
7
|
+
### Features
|
8
|
+
|
9
|
+
* **api:** api update ([7eff3fa](https://github.com/orbcorp/orb-ruby/commit/7eff3fa81e770e512c70c5659e73147e0ce80b1b))
|
10
|
+
|
11
|
+
|
12
|
+
### Chores
|
13
|
+
|
14
|
+
* **internal:** version bump ([79e25f6](https://github.com/orbcorp/orb-ruby/commit/79e25f64012492bbcdd5bb6dbe178c5156d014cb))
|
15
|
+
|
3
16
|
## 0.10.0 (2025-06-02)
|
4
17
|
|
5
18
|
Full Changelog: [v0.9.1...v0.10.0](https://github.com/orbcorp/orb-ruby/compare/v0.9.1...v0.10.0)
|
data/README.md
CHANGED
@@ -1357,7 +1357,7 @@ module Orb
|
|
1357
1357
|
end
|
1358
1358
|
|
1359
1359
|
# This endpoint can be used to unschedule any pending plan changes on an existing
|
1360
|
-
# subscription.
|
1360
|
+
# subscription. When called, all upcoming plan changes will be unscheduled.
|
1361
1361
|
#
|
1362
1362
|
# @overload unschedule_pending_plan_changes(subscription_id, request_options: {})
|
1363
1363
|
#
|
data/lib/orb/version.rb
CHANGED
@@ -1436,7 +1436,7 @@ module Orb
|
|
1436
1436
|
end
|
1437
1437
|
|
1438
1438
|
# This endpoint can be used to unschedule any pending plan changes on an existing
|
1439
|
-
# subscription.
|
1439
|
+
# subscription. When called, all upcoming plan changes will be unscheduled.
|
1440
1440
|
sig do
|
1441
1441
|
params(
|
1442
1442
|
subscription_id: String,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: orb-billing
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Orb
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: connection_pool
|