From f252833bcdbe1356bc070815d61cbe08107bd6a9 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Fri, 14 Jun 2024 22:46:59 +0200 Subject: [PATCH] Added support to Semantics.Seat[].venueEntranceGate --- src/schemas/Semantics.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/schemas/Semantics.ts b/src/schemas/Semantics.ts index 9a3a79b..e4c146b 100644 --- a/src/schemas/Semantics.ts +++ b/src/schemas/Semantics.ts @@ -39,6 +39,12 @@ declare namespace SemanticTagType { seatIdentifier?: string; seatType?: string; seatDescription?: string; + + /** + * For newly-introduced event tickets + * in iOS 18 + */ + venueEntranceGate?: string; } interface WifiNetwork { @@ -70,6 +76,7 @@ const seat = Joi.object().keys({ seatIdentifier: Joi.string(), seatType: Joi.string(), seatDescription: Joi.string(), + venueEntranceGate: Joi.string(), }); const location = Joi.object().keys({