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 Feb 12, 2024
1 parent 6d0fb2e commit 5787b5c
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 0 deletions.
7 changes: 7 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -30022,6 +30022,12 @@
"maxLength": 5000,
"type": "string"
},
"invoice": {
"description": "The ID of the invoice that contains this line item.",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"invoice_item": {
"anyOf": [
{
Expand Down Expand Up @@ -30207,6 +30213,7 @@
"discountable",
"discounts",
"id",
"invoice",
"livemode",
"metadata",
"object",
Expand Down
6 changes: 6 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27157,6 +27157,11 @@ components:
description: Unique identifier for the object.
maxLength: 5000
type: string
invoice:
description: The ID of the invoice that contains this line item.
maxLength: 5000
nullable: true
type: string
invoice_item:
anyOf:
- maxLength: 5000
Expand Down Expand Up @@ -27298,6 +27303,7 @@ components:
- discountable
- discounts
- id
- invoice
- livemode
- metadata
- object
Expand Down
6 changes: 6 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -20206,6 +20206,12 @@
"maxLength": 5000,
"type": "string"
},
"invoice": {
"description": "The ID of the invoice that contains this line item.",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"invoice_item": {
"anyOf": [
{
Expand Down
7 changes: 7 additions & 0 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -25303,6 +25303,12 @@
"maxLength": 5000,
"type": "string"
},
"invoice": {
"description": "The ID of the invoice that contains this line item.",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"invoice_item": {
"anyOf": [
{
Expand Down Expand Up @@ -25457,6 +25463,7 @@
"discountable",
"discounts",
"id",
"invoice",
"livemode",
"metadata",
"object",
Expand Down
6 changes: 6 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23068,6 +23068,11 @@ components:
description: Unique identifier for the object.
maxLength: 5000
type: string
invoice:
description: The ID of the invoice that contains this line item.
maxLength: 5000
nullable: true
type: string
invoice_item:
anyOf:
- maxLength: 5000
Expand Down Expand Up @@ -23188,6 +23193,7 @@ components:
- discountable
- discounts
- id
- invoice
- livemode
- metadata
- object
Expand Down
5 changes: 5 additions & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19134,6 +19134,11 @@ components:
description: Unique identifier for the object.
maxLength: 5000
type: string
invoice:
description: The ID of the invoice that contains this line item.
maxLength: 5000
nullable: true
type: string
invoice_item:
anyOf:
- maxLength: 5000
Expand Down

0 comments on commit 5787b5c

Please sign in to comment.