Skip to content

Commit

Permalink
Update generated code for v1386
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Dec 6, 2024
1 parent 9f8515f commit 8e5435e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1384
v1386
3 changes: 2 additions & 1 deletion types/Forwarding/Requests.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ declare module 'stripe' {
| 'card_cvc'
| 'card_expiry'
| 'card_number'
| 'cardholder_name';
| 'cardholder_name'
| 'request_signature';

interface RequestContext {
/**
Expand Down
3 changes: 2 additions & 1 deletion types/Forwarding/RequestsResource.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ declare module 'stripe' {
| 'card_cvc'
| 'card_expiry'
| 'card_number'
| 'cardholder_name';
| 'cardholder_name'
| 'request_signature';

interface Request {
/**
Expand Down

0 comments on commit 8e5435e

Please sign in to comment.