Skip to content

Commit

Permalink
Update generated code for v1027
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed May 10, 2024
1 parent 46b7809 commit d3f5ab5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1026
v1027
10 changes: 10 additions & 0 deletions types/Entitlements/FeaturesResource.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,20 @@ declare module 'stripe' {
}

interface FeatureListParams extends PaginationParams {
/**
* If set, filter results to only include features with the given archive status.
*/
archived?: boolean;

/**
* Specifies which fields in the response should be expanded.
*/
expand?: Array<string>;

/**
* If set, filter results to only include features with the given lookup_key.
*/
lookup_key?: string;
}

class FeaturesResource {
Expand Down

0 comments on commit d3f5ab5

Please sign in to comment.