Skip to content

Commit

Permalink
Update generated code for v969
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Apr 18, 2024
1 parent 081e01b commit df4e257
Show file tree
Hide file tree
Showing 3 changed files with 2,991 additions and 553 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v968
v969
4 changes: 4 additions & 0 deletions src/resources/Invoices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ export const Invoices = StripeResource.extend({
methodType: 'list',
}),
del: stripeMethod({method: 'DELETE', fullPath: '/v1/invoices/{invoice}'}),
createPreview: stripeMethod({
method: 'POST',
fullPath: '/v1/invoices/create_preview',
}),
finalizeInvoice: stripeMethod({
method: 'POST',
fullPath: '/v1/invoices/{invoice}/finalize',
Expand Down

0 comments on commit df4e257

Please sign in to comment.