Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
akilburge authored Aug 2, 2023
1 parent 3cc36e0 commit 1dc7308
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions static/openapi/sales.json
Original file line number Diff line number Diff line change
Expand Up @@ -3174,13 +3174,27 @@
"description": "Tacking number of the ticket shipment.",
"nullable": true
},
"seating": {
"description": "Any updated seating information about the tickets sold",
"nullable": true,
"oneOf": [
{
"$ref": "#/components/schemas/Seating"
}
]
},
"barcodes": {
"type": "array",
"description": "The barcode(s) for the ticket(s).",
"nullable": true,
"items": {
"$ref": "#/components/schemas/BarcodeInformation2"
}
},
"mobile_provider": {
"type": "string",
"description": "The vendor being used to transfer the mobile ticket. Can be one of the following values:\nStubHub,\nTicketMaster,\nTicketmasterCa,\nAXS,\nEventbrite,\nLivenation,\nBroadway,\nTelecharge,\nTicketon,\nSeetickets,\nEtix,\nTixr,\nFesticket,\nInsomniac,\nDiceImport,\nMGMResorts,\nTickeri,\nSmithCenterImport,\nStubwire,\nComputicket,",
"nullable": true
}
}
},
Expand Down

0 comments on commit 1dc7308

Please sign in to comment.