diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 6371c5c2ae..f3b4e033cd 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v1026 \ No newline at end of file +v1027 \ No newline at end of file diff --git a/types/Entitlements/FeaturesResource.d.ts b/types/Entitlements/FeaturesResource.d.ts index a3d07eebd4..4d127f4e32 100644 --- a/types/Entitlements/FeaturesResource.d.ts +++ b/types/Entitlements/FeaturesResource.d.ts @@ -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; + + /** + * If set, filter results to only include features with the given lookup_key. + */ + lookup_key?: string; } class FeaturesResource {