Skip to content

Commit

Permalink
Update generated code for v630
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Oct 30, 2023
1 parent a712b77 commit 0b2fe66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v629
v630
2 changes: 1 addition & 1 deletion types/BillingPortal/Configurations.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ declare module 'stripe' {
enabled: boolean;

/**
* The list of products that support subscription updates.
* The list of up to 10 products that support subscription updates.
*/
products: Array<SubscriptionUpdate.Product> | null;

Expand Down
4 changes: 2 additions & 2 deletions types/BillingPortal/ConfigurationsResource.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ declare module 'stripe' {
enabled: boolean;

/**
* The list of products that support subscription updates.
* The list of up to 10 products that support subscription updates.
*/
products: Stripe.Emptyable<Array<SubscriptionUpdate.Product>>;

Expand Down Expand Up @@ -449,7 +449,7 @@ declare module 'stripe' {
enabled?: boolean;

/**
* The list of products that support subscription updates.
* The list of up to 10 products that support subscription updates.
*/
products?: Stripe.Emptyable<Array<SubscriptionUpdate.Product>>;

Expand Down

0 comments on commit 0b2fe66

Please sign in to comment.