Skip to content

Commit 5787b5c

Browse files
Update OpenAPI specification
1 parent 6d0fb2e commit 5787b5c

6 files changed

+37
-0
lines changed

openapi/spec3.beta.sdk.json

+7
Original file line numberDiff line numberDiff line change
@@ -30022,6 +30022,12 @@
3002230022
"maxLength": 5000,
3002330023
"type": "string"
3002430024
},
30025+
"invoice": {
30026+
"description": "The ID of the invoice that contains this line item.",
30027+
"maxLength": 5000,
30028+
"nullable": true,
30029+
"type": "string"
30030+
},
3002530031
"invoice_item": {
3002630032
"anyOf": [
3002730033
{
@@ -30207,6 +30213,7 @@
3020730213
"discountable",
3020830214
"discounts",
3020930215
"id",
30216+
"invoice",
3021030217
"livemode",
3021130218
"metadata",
3021230219
"object",

openapi/spec3.beta.sdk.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -27157,6 +27157,11 @@ components:
2715727157
description: Unique identifier for the object.
2715827158
maxLength: 5000
2715927159
type: string
27160+
invoice:
27161+
description: The ID of the invoice that contains this line item.
27162+
maxLength: 5000
27163+
nullable: true
27164+
type: string
2716027165
invoice_item:
2716127166
anyOf:
2716227167
- maxLength: 5000
@@ -27298,6 +27303,7 @@ components:
2729827303
- discountable
2729927304
- discounts
2730027305
- id
27306+
- invoice
2730127307
- livemode
2730227308
- metadata
2730327309
- object

openapi/spec3.json

+6
Original file line numberDiff line numberDiff line change
@@ -20206,6 +20206,12 @@
2020620206
"maxLength": 5000,
2020720207
"type": "string"
2020820208
},
20209+
"invoice": {
20210+
"description": "The ID of the invoice that contains this line item.",
20211+
"maxLength": 5000,
20212+
"nullable": true,
20213+
"type": "string"
20214+
},
2020920215
"invoice_item": {
2021020216
"anyOf": [
2021120217
{

openapi/spec3.sdk.json

+7
Original file line numberDiff line numberDiff line change
@@ -25303,6 +25303,12 @@
2530325303
"maxLength": 5000,
2530425304
"type": "string"
2530525305
},
25306+
"invoice": {
25307+
"description": "The ID of the invoice that contains this line item.",
25308+
"maxLength": 5000,
25309+
"nullable": true,
25310+
"type": "string"
25311+
},
2530625312
"invoice_item": {
2530725313
"anyOf": [
2530825314
{
@@ -25457,6 +25463,7 @@
2545725463
"discountable",
2545825464
"discounts",
2545925465
"id",
25466+
"invoice",
2546025467
"livemode",
2546125468
"metadata",
2546225469
"object",

openapi/spec3.sdk.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -23068,6 +23068,11 @@ components:
2306823068
description: Unique identifier for the object.
2306923069
maxLength: 5000
2307023070
type: string
23071+
invoice:
23072+
description: The ID of the invoice that contains this line item.
23073+
maxLength: 5000
23074+
nullable: true
23075+
type: string
2307123076
invoice_item:
2307223077
anyOf:
2307323078
- maxLength: 5000
@@ -23188,6 +23193,7 @@ components:
2318823193
- discountable
2318923194
- discounts
2319023195
- id
23196+
- invoice
2319123197
- livemode
2319223198
- metadata
2319323199
- object

openapi/spec3.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -19134,6 +19134,11 @@ components:
1913419134
description: Unique identifier for the object.
1913519135
maxLength: 5000
1913619136
type: string
19137+
invoice:
19138+
description: The ID of the invoice that contains this line item.
19139+
maxLength: 5000
19140+
nullable: true
19141+
type: string
1913719142
invoice_item:
1913819143
anyOf:
1913919144
- maxLength: 5000

0 commit comments

Comments
 (0)