Skip to content

Commit

Permalink
Update generated code for v965
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Apr 17, 2024
1 parent 1a000b5 commit 3123d44
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v964
v965
21 changes: 21 additions & 0 deletions types/AccountSessionsResource.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ declare module 'stripe' {

capital_financing_promotion?: Components.CapitalFinancingPromotion;

/**
* Configuration for the capital overview embedded component.
*/
capital_overview?: Components.CapitalOverview;

/**
* Configuration for the documents embedded component.
*/
Expand Down Expand Up @@ -189,6 +194,22 @@ declare module 'stripe' {
interface Features {}
}

interface CapitalOverview {
/**
* Whether the embedded component is enabled.
*/
enabled: boolean;

/**
* The list of features enabled in the embedded component.
*/
features?: CapitalOverview.Features;
}

namespace CapitalOverview {
interface Features {}
}

interface Documents {
/**
* Whether the embedded component is enabled.
Expand Down

0 comments on commit 3123d44

Please sign in to comment.