mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 14:25:17 +00:00
Fixed tailgatingAllowed type to be boolean
This commit is contained in:
@@ -264,7 +264,7 @@ export interface Semantics {
|
|||||||
* For newly-introduced event tickets
|
* For newly-introduced event tickets
|
||||||
* in iOS 18
|
* in iOS 18
|
||||||
*/
|
*/
|
||||||
tailgatingAllowed?: number;
|
tailgatingAllowed?: boolean;
|
||||||
|
|
||||||
totalPrice?: SemanticTagType.CurrencyAmount;
|
totalPrice?: SemanticTagType.CurrencyAmount;
|
||||||
transitProvider?: string;
|
transitProvider?: string;
|
||||||
@@ -468,7 +468,7 @@ export const Semantics = Joi.object<Semantics>().keys({
|
|||||||
silenceRequested: Joi.boolean(),
|
silenceRequested: Joi.boolean(),
|
||||||
sportName: Joi.string(),
|
sportName: Joi.string(),
|
||||||
|
|
||||||
tailgatingAllowed: Joi.number(),
|
tailgatingAllowed: Joi.boolean(),
|
||||||
|
|
||||||
totalPrice: CurrencyAmount,
|
totalPrice: CurrencyAmount,
|
||||||
transitProvider: Joi.string(),
|
transitProvider: Joi.string(),
|
||||||
|
|||||||
Reference in New Issue
Block a user