Skip to content

Commit 4cde8ca

Browse files
Update generated code for v2023 and 2025-09-30.clover (stripe#1661)
Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent c279c39 commit 4cde8ca

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2022
1+
v2023

lib/stripe/services/v2/billing/meter_event_stream_service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def initialize(event_name: nil, identifier: nil, payload: nil, timestamp: nil)
3030
@timestamp = timestamp
3131
end
3232
end
33-
# List of meter events to include in the request.
33+
# List of meter events to include in the request. Supports up to 100 events per request.
3434
attr_accessor :events
3535

3636
def initialize(events: nil)

rbi/stripe.rbi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204922,7 +204922,7 @@ module Stripe
204922204922
}
204923204923
def initialize(event_name: nil, identifier: nil, payload: nil, timestamp: nil); end
204924204924
end
204925-
# List of meter events to include in the request.
204925+
# List of meter events to include in the request. Supports up to 100 events per request.
204926204926
sig {
204927204927
returns(T::Array[::Stripe::V2::Billing::MeterEventStreamService::CreateParams::Event])
204928204928
}

rbi/stripe/services/v2/billing/meter_event_stream_service.rbi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module Stripe
4040
}
4141
def initialize(event_name: nil, identifier: nil, payload: nil, timestamp: nil); end
4242
end
43-
# List of meter events to include in the request.
43+
# List of meter events to include in the request. Supports up to 100 events per request.
4444
sig {
4545
returns(T::Array[::Stripe::V2::Billing::MeterEventStreamService::CreateParams::Event])
4646
}

0 commit comments

Comments
 (0)