Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Sep 6, 2024
1 parent 77d72b7 commit 7c0a153
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 6 deletions.
2 changes: 2 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -207306,6 +207306,7 @@
"style": "deepObject"
},
{
"description": "Only return subscriptions whose current_period_end falls within the given date interval.",
"explode": true,
"in": "query",
"name": "current_period_end",
Expand Down Expand Up @@ -207348,6 +207349,7 @@
"style": "deepObject"
},
{
"description": "Only return subscriptions whose current_period_start falls within the given date interval.",
"explode": true,
"in": "query",
"name": "current_period_start",
Expand Down
10 changes: 8 additions & 2 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195824,7 +195824,10 @@ paths:
- lte
- type: integer
style: deepObject
- explode: true
- description: >-
Only return subscriptions whose current_period_end falls within the
given date interval.
explode: true
in: query
name: current_period_end
required: false
Expand Down Expand Up @@ -195852,7 +195855,10 @@ paths:
- lte
- type: integer
style: deepObject
- explode: true
- description: >-
Only return subscriptions whose current_period_start falls within
the given date interval.
explode: true
in: query
name: current_period_start
required: false
Expand Down
2 changes: 2 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -141036,6 +141036,7 @@
"style": "deepObject"
},
{
"description": "Only return subscriptions whose current_period_end falls within the given date interval.",
"explode": true,
"in": "query",
"name": "current_period_end",
Expand Down Expand Up @@ -141068,6 +141069,7 @@
"style": "deepObject"
},
{
"description": "Only return subscriptions whose current_period_start falls within the given date interval.",
"explode": true,
"in": "query",
"name": "current_period_start",
Expand Down
2 changes: 2 additions & 0 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -164453,6 +164453,7 @@
"style": "deepObject"
},
{
"description": "Only return subscriptions whose current_period_end falls within the given date interval.",
"explode": true,
"in": "query",
"name": "current_period_end",
Expand Down Expand Up @@ -164495,6 +164496,7 @@
"style": "deepObject"
},
{
"description": "Only return subscriptions whose current_period_start falls within the given date interval.",
"explode": true,
"in": "query",
"name": "current_period_start",
Expand Down
10 changes: 8 additions & 2 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155491,7 +155491,10 @@ paths:
- lte
- type: integer
style: deepObject
- explode: true
- description: >-
Only return subscriptions whose current_period_end falls within the
given date interval.
explode: true
in: query
name: current_period_end
required: false
Expand Down Expand Up @@ -155519,7 +155522,10 @@ paths:
- lte
- type: integer
style: deepObject
- explode: true
- description: >-
Only return subscriptions whose current_period_start falls within
the given date interval.
explode: true
in: query
name: current_period_start
required: false
Expand Down
10 changes: 8 additions & 2 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119595,7 +119595,10 @@ paths:
type: object
- type: integer
style: deepObject
- explode: true
- description: >-
Only return subscriptions whose current_period_end falls within the
given date interval.
explode: true
in: query
name: current_period_end
required: false
Expand All @@ -119614,7 +119617,10 @@ paths:
type: object
- type: integer
style: deepObject
- explode: true
- description: >-
Only return subscriptions whose current_period_start falls within
the given date interval.
explode: true
in: query
name: current_period_start
required: false
Expand Down

0 comments on commit 7c0a153

Please sign in to comment.