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 Aug 24, 2023
1 parent 2ebbd35 commit 50fbcf4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 24 deletions.
32 changes: 18 additions & 14 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -40015,27 +40015,13 @@
"operation": "get",
"path": "/v1/quotes/{quote}/computed_upfront_line_items"
},
{
"method_name": "preview_invoices",
"method_on": "service",
"method_type": "custom",
"operation": "get",
"path": "/v1/quotes/{quote}/preview_invoices"
},
{
"method_name": "preview_invoice_lines",
"method_on": "service",
"method_type": "custom",
"operation": "get",
"path": "/v1/quotes/{quote}/preview_invoices/{preview_invoice}/lines"
},
{
"method_name": "preview_subscription_schedules",
"method_on": "service",
"method_type": "custom",
"operation": "get",
"path": "/v1/quotes/{quote}/preview_subscription_schedules"
},
{
"method_name": "list_lines",
"method_on": "service",
Expand Down Expand Up @@ -41353,6 +41339,15 @@
"transfer_data"
],
"x-resourceId": "quote_preview_invoice",
"x-stripeOperations": [
{
"method_name": "list",
"method_on": "service",
"method_type": "list",
"operation": "get",
"path": "/v1/quotes/{quote}/preview_invoices"
}
],
"x-stripeResource": {
"class_name": "QuotePreviewInvoice",
"has_collection_class": true,
Expand Down Expand Up @@ -41603,6 +41598,15 @@
"test_clock"
],
"x-resourceId": "quote_preview_schedule",
"x-stripeOperations": [
{
"method_name": "list",
"method_on": "service",
"method_type": "list",
"operation": "get",
"path": "/v1/quotes/{quote}/preview_subscription_schedules"
}
],
"x-stripeResource": {
"class_name": "QuotePreviewSchedule",
"has_collection_class": true,
Expand Down
22 changes: 12 additions & 10 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36790,21 +36790,11 @@ components:
method_type: custom
operation: get
path: '/v1/quotes/{quote}/computed_upfront_line_items'
- method_name: preview_invoices
method_on: service
method_type: custom
operation: get
path: '/v1/quotes/{quote}/preview_invoices'
- method_name: preview_invoice_lines
method_on: service
method_type: custom
operation: get
path: '/v1/quotes/{quote}/preview_invoices/{preview_invoice}/lines'
- method_name: preview_subscription_schedules
method_on: service
method_type: custom
operation: get
path: '/v1/quotes/{quote}/preview_subscription_schedules'
- method_name: list_lines
method_on: service
method_type: custom
Expand Down Expand Up @@ -38051,6 +38041,12 @@ components:
- total_tax_amounts
- transfer_data
x-resourceId: quote_preview_invoice
x-stripeOperations:
- method_name: list
method_on: service
method_type: list
operation: get
path: '/v1/quotes/{quote}/preview_invoices'
x-stripeResource:
class_name: QuotePreviewInvoice
has_collection_class: true
Expand Down Expand Up @@ -38255,6 +38251,12 @@ components:
- subscription
- test_clock
x-resourceId: quote_preview_schedule
x-stripeOperations:
- method_name: list
method_on: service
method_type: list
operation: get
path: '/v1/quotes/{quote}/preview_subscription_schedules'
x-stripeResource:
class_name: QuotePreviewSchedule
has_collection_class: true
Expand Down

0 comments on commit 50fbcf4

Please sign in to comment.