Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAPI Update #781

Merged
merged 1 commit into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -21030,12 +21030,12 @@
]
},
"period_end": {
"description": "End of the usage period during which invoice items were added to this invoice.",
"description": "End of the usage period during which invoice items were added to this invoice. This looks back one period for a subscription invoice. Use the [line item period](/api/invoices/line_item#invoice_line_item_object-period) to get the service period for each price.",
"format": "unix-time",
"type": "integer"
},
"period_start": {
"description": "Start of the usage period during which invoice items were added to this invoice.",
"description": "Start of the usage period during which invoice items were added to this invoice. This looks back one period for a subscription invoice. Use the [line item period](/api/invoices/line_item#invoice_line_item_object-period) to get the service period for each price.",
"format": "unix-time",
"type": "integer"
},
Expand Down Expand Up @@ -50429,12 +50429,12 @@
]
},
"period_end": {
"description": "End of the usage period during which invoice items were added to this invoice.",
"description": "End of the usage period during which invoice items were added to this invoice. This looks back one period for a subscription invoice. Use the [line item period](/api/invoices/line_item#invoice_line_item_object-period) to get the service period for each price.",
"format": "unix-time",
"type": "integer"
},
"period_start": {
"description": "Start of the usage period during which invoice items were added to this invoice.",
"description": "Start of the usage period during which invoice items were added to this invoice. This looks back one period for a subscription invoice. Use the [line item period](/api/invoices/line_item#invoice_line_item_object-period) to get the service period for each price.",
"format": "unix-time",
"type": "integer"
},
Expand Down
4 changes: 2 additions & 2 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -14723,12 +14723,12 @@
"$ref": "#/components/schemas/invoices_payment_settings"
},
"period_end": {
"description": "End of the usage period during which invoice items were added to this invoice.",
"description": "End of the usage period during which invoice items were added to this invoice. This looks back one period for a subscription invoice. Use the [line item period](/api/invoices/line_item#invoice_line_item_object-period) to get the service period for each price.",
"format": "unix-time",
"type": "integer"
},
"period_start": {
"description": "Start of the usage period during which invoice items were added to this invoice.",
"description": "Start of the usage period during which invoice items were added to this invoice. This looks back one period for a subscription invoice. Use the [line item period](/api/invoices/line_item#invoice_line_item_object-period) to get the service period for each price.",
"format": "unix-time",
"type": "integer"
},
Expand Down
Loading