stripe 15.6.0.pre.alpha.2 → 15.6.0.pre.alpha.3
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 +21 -6
- data/VERSION +1 -1
- data/lib/stripe/event_types.rb +5 -1
- data/lib/stripe/events/v2_billing_cadence_billed_event.rb +2 -0
- data/lib/stripe/events/{v2_billing_cadence_errored_event.rb → v2_core_claimable_sandbox_claimed_event.rb} +3 -3
- data/lib/stripe/events/v2_core_claimable_sandbox_expired_event.rb +21 -0
- data/lib/stripe/events/v2_core_claimable_sandbox_expiring_event.rb +21 -0
- data/lib/stripe/events/v2_core_claimable_sandbox_sandbox_details_owner_account_updated_event.rb +21 -0
- data/lib/stripe/resources/v2/billing/cadence.rb +3 -0
- data/lib/stripe/resources/v2/billing/pricing_plan_subscription.rb +4 -0
- data/lib/stripe/resources/v2/billing/rate_card_subscription.rb +4 -0
- data/lib/stripe/resources/v2/billing/service_action.rb +8 -0
- data/lib/stripe/resources/v2/core/claimable_sandbox.rb +45 -21
- data/lib/stripe/resources.rb +4 -1
- data/lib/stripe/services/v2/billing/cadence_service.rb +7 -1
- data/lib/stripe/services/v2/billing/meter_event_stream_service.rb +1 -1
- data/lib/stripe/services/v2/billing/service_action_service.rb +23 -2
- data/lib/stripe/services/v2/core/claimable_sandbox_service.rb +15 -0
- data/lib/stripe/version.rb +1 -1
- data/rbi/stripe.rbi +2405 -2304
- metadata +6 -3
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stripe
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 15.6.0.pre.alpha.
|
|
4
|
+
version: 15.6.0.pre.alpha.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stripe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-09-
|
|
11
|
+
date: 2025-09-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Stripe is the easiest way to accept payments online. See https://stripe.com
|
|
14
14
|
for details.
|
|
@@ -60,7 +60,6 @@ files:
|
|
|
60
60
|
- lib/stripe/events/v2_billing_cadence_billed_event.rb
|
|
61
61
|
- lib/stripe/events/v2_billing_cadence_canceled_event.rb
|
|
62
62
|
- lib/stripe/events/v2_billing_cadence_created_event.rb
|
|
63
|
-
- lib/stripe/events/v2_billing_cadence_errored_event.rb
|
|
64
63
|
- lib/stripe/events/v2_billing_license_fee_created_event.rb
|
|
65
64
|
- lib/stripe/events/v2_billing_license_fee_updated_event.rb
|
|
66
65
|
- lib/stripe/events/v2_billing_license_fee_version_created_event.rb
|
|
@@ -113,6 +112,10 @@ files:
|
|
|
113
112
|
- lib/stripe/events/v2_core_account_person_deleted_event.rb
|
|
114
113
|
- lib/stripe/events/v2_core_account_person_updated_event.rb
|
|
115
114
|
- lib/stripe/events/v2_core_account_updated_event.rb
|
|
115
|
+
- lib/stripe/events/v2_core_claimable_sandbox_claimed_event.rb
|
|
116
|
+
- lib/stripe/events/v2_core_claimable_sandbox_expired_event.rb
|
|
117
|
+
- lib/stripe/events/v2_core_claimable_sandbox_expiring_event.rb
|
|
118
|
+
- lib/stripe/events/v2_core_claimable_sandbox_sandbox_details_owner_account_updated_event.rb
|
|
116
119
|
- lib/stripe/events/v2_core_event_destination_ping_event.rb
|
|
117
120
|
- lib/stripe/events/v2_core_health_api_error_firing_event.rb
|
|
118
121
|
- lib/stripe/events/v2_core_health_api_error_resolved_event.rb
|