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 11, 2023
1 parent 4326f1f commit 65030f7
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 611 deletions.
116 changes: 0 additions & 116 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -15855,15 +15855,6 @@
"nullable": true,
"type": "string"
},
"rendering": {
"anyOf": [
{
"$ref": "#/components/schemas/invoices_invoice_rendering"
}
],
"description": "The rendering-related settings that control how the invoice is displayed on customer-facing surfaces such as PDF and Hosted Invoice Page.",
"nullable": true
},
"rendering_options": {
"anyOf": [
{
Expand Down Expand Up @@ -16081,7 +16072,6 @@
"pre_payment_credit_notes_amount",
"quote",
"receipt_number",
"rendering",
"rendering_options",
"shipping_cost",
"shipping_details",
Expand Down Expand Up @@ -16128,7 +16118,6 @@
"payment_intent",
"payment_settings",
"quote",
"rendering",
"rendering_options",
"shipping_cost",
"shipping_details",
Expand Down Expand Up @@ -16615,31 +16604,6 @@
"in_package": ""
}
},
"invoice_rendering_pdf": {
"description": "",
"properties": {
"page_size": {
"description": "Page size of invoice pdf. Options include a4, letter, and auto. If set to auto, page size will be switched to a4 or letter based on customer locale.",
"enum": [
"a4",
"auto",
"letter"
],
"nullable": true,
"type": "string"
}
},
"required": [
"page_size"
],
"title": "InvoiceRenderingPdf",
"type": "object",
"x-expandableFields": [],
"x-stripeResource": {
"class_name": "InvoiceRenderingPdfResource",
"in_package": ""
}
},
"invoice_setting_custom_field": {
"description": "",
"properties": {
Expand Down Expand Up @@ -17296,32 +17260,6 @@
"in_package": ""
}
},
"invoices_invoice_rendering": {
"description": "",
"properties": {
"pdf": {
"anyOf": [
{
"$ref": "#/components/schemas/invoice_rendering_pdf"
}
],
"description": "Invoice pdf rendering options",
"nullable": true
}
},
"required": [
"pdf"
],
"title": "InvoicesInvoiceRendering",
"type": "object",
"x-expandableFields": [
"pdf"
],
"x-stripeResource": {
"class_name": "InvoiceRendering",
"in_package": ""
}
},
"invoices_payment_method_options": {
"description": "",
"properties": {
Expand Down Expand Up @@ -85952,10 +85890,6 @@
"explode": true,
"style": "deepObject"
},
"rendering": {
"explode": true,
"style": "deepObject"
},
"rendering_options": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -86591,29 +86525,6 @@
],
"type": "string"
},
"rendering": {
"description": "The rendering-related settings that control how the invoice is displayed on customer-facing surfaces such as PDF and Hosted Invoice Page.",
"properties": {
"pdf": {
"description": "Invoice pdf rendering options",
"properties": {
"page_size": {
"description": "Page size for invoice PDF. Can be set to a4, letter, or auto.\n If set to auto, page size will be switched to a4 or letter based on customer locale.",
"enum": [
"a4",
"auto",
"letter"
],
"type": "string"
}
},
"title": "rendering_pdf_param",
"type": "object"
}
},
"title": "rendering_param",
"type": "object"
},
"rendering_options": {
"anyOf": [
{
Expand Down Expand Up @@ -89625,10 +89536,6 @@
"explode": true,
"style": "deepObject"
},
"rendering": {
"explode": true,
"style": "deepObject"
},
"rendering_options": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -90262,29 +90169,6 @@
"title": "payment_settings",
"type": "object"
},
"rendering": {
"description": "The rendering-related settings that control how the invoice is displayed on customer-facing surfaces such as PDF and Hosted Invoice Page.",
"properties": {
"pdf": {
"description": "Invoice pdf rendering options",
"properties": {
"page_size": {
"description": "Page size for invoice PDF. Can be set to a4, letter, or auto.\n If set to auto, page size will be switched to a4 or letter based on customer locale.",
"enum": [
"a4",
"auto",
"letter"
],
"type": "string"
}
},
"title": "rendering_pdf_param",
"type": "object"
}
},
"title": "rendering_param",
"type": "object"
},
"rendering_options": {
"anyOf": [
{
Expand Down
101 changes: 0 additions & 101 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14828,14 +14828,6 @@ components:
maxLength: 5000
nullable: true
type: string
rendering:
anyOf:
- $ref: '#/components/schemas/invoices_invoice_rendering'
description: >-
The rendering-related settings that control how the invoice is
displayed on customer-facing surfaces such as PDF and Hosted Invoice
Page.
nullable: true
rendering_options:
anyOf:
- $ref: '#/components/schemas/invoice_setting_rendering_options'
Expand Down Expand Up @@ -15031,7 +15023,6 @@ components:
- pre_payment_credit_notes_amount
- quote
- receipt_number
- rendering
- rendering_options
- shipping_cost
- shipping_details
Expand Down Expand Up @@ -15077,7 +15068,6 @@ components:
- payment_intent
- payment_settings
- quote
- rendering
- rendering_options
- shipping_cost
- shipping_details
Expand Down Expand Up @@ -15476,28 +15466,6 @@ components:
x-stripeResource:
class_name: FinancialConnections
in_package: ''
invoice_rendering_pdf:
description: ''
properties:
page_size:
description: >-
Page size of invoice pdf. Options include a4, letter, and auto. If
set to auto, page size will be switched to a4 or letter based on
customer locale.
enum:
- a4
- auto
- letter
nullable: true
type: string
required:
- page_size
title: InvoiceRenderingPdf
type: object
x-expandableFields: []
x-stripeResource:
class_name: InvoiceRenderingPdfResource
in_package: ''
invoice_setting_custom_field:
description: ''
properties:
Expand Down Expand Up @@ -16044,23 +16012,6 @@ components:
x-stripeResource:
class_name: FromInvoice
in_package: ''
invoices_invoice_rendering:
description: ''
properties:
pdf:
anyOf:
- $ref: '#/components/schemas/invoice_rendering_pdf'
description: Invoice pdf rendering options
nullable: true
required:
- pdf
title: InvoicesInvoiceRendering
type: object
x-expandableFields:
- pdf
x-stripeResource:
class_name: InvoiceRendering
in_package: ''
invoices_payment_method_options:
description: ''
properties:
Expand Down Expand Up @@ -78028,9 +77979,6 @@ paths:
payment_settings:
explode: true
style: deepObject
rendering:
explode: true
style: deepObject
rendering_options:
explode: true
style: deepObject
Expand Down Expand Up @@ -78674,29 +78622,6 @@ paths:
- include
- include_and_require
type: string
rendering:
description: >-
The rendering-related settings that control how the invoice
is displayed on customer-facing surfaces such as PDF and
Hosted Invoice Page.
properties:
pdf:
description: Invoice pdf rendering options
properties:
page_size:
description: >-
Page size for invoice PDF. Can be set to a4, letter,
or auto.
If set to auto, page size will be switched to a4 or letter based on customer locale.
enum:
- a4
- auto
- letter
type: string
title: rendering_pdf_param
type: object
title: rendering_param
type: object
rendering_options:
anyOf:
- properties:
Expand Down Expand Up @@ -81577,9 +81502,6 @@ paths:
payment_settings:
explode: true
style: deepObject
rendering:
explode: true
style: deepObject
rendering_options:
explode: true
style: deepObject
Expand Down Expand Up @@ -82191,29 +82113,6 @@ paths:
settings](https://dashboard.stripe.com/settings/billing/invoice).
title: payment_settings
type: object
rendering:
description: >-
The rendering-related settings that control how the invoice
is displayed on customer-facing surfaces such as PDF and
Hosted Invoice Page.
properties:
pdf:
description: Invoice pdf rendering options
properties:
page_size:
description: >-
Page size for invoice PDF. Can be set to a4, letter,
or auto.
If set to auto, page size will be switched to a4 or letter based on customer locale.
enum:
- a4
- auto
- letter
type: string
title: rendering_pdf_param
type: object
title: rendering_param
type: object
rendering_options:
anyOf:
- properties:
Expand Down
Loading

0 comments on commit 65030f7

Please sign in to comment.