Skip to content

Commit

Permalink
Update generated code for v968
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Apr 18, 2024
1 parent 5688fb6 commit 3028293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v967
v968
2 changes: 1 addition & 1 deletion types/Billing/MetersResource.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ declare module 'stripe' {

interface DefaultAggregation {
/**
* Specifies how events are aggregated. Allowed values are `count` to count the number of events, `sum` to sum each event's value, or `last` to use the last event's value.
* Specifies how events are aggregated. Allowed values are `count` to count the number of events and `sum` to sum each event's value.
*/
formula: DefaultAggregation.Formula;
}
Expand Down

0 comments on commit 3028293

Please sign in to comment.