diff --git a/src/schemas/index.ts b/src/schemas/index.ts index 3245c07..c0469d6 100644 --- a/src/schemas/index.ts +++ b/src/schemas/index.ts @@ -399,6 +399,15 @@ export interface PassProps { */ auxiliaryStoreIdentifiers?: number[]; + /** + * @iOSVersion 18.1 + * + * @description + * + * The text to display next to the logo on posterEventTicket passes. + */ + eventLogoText?: string; + /** * @iOSVersion 26 * @@ -865,6 +874,13 @@ export const OverridablePassProps = Joi.object({ */ auxiliaryStoreIdentifiers: Joi.array().items(Joi.number()), + /** + * @iOSVersion 18.1 + * + * The text to display next to the logo on posterEventTicket passes. + */ + eventLogoText: Joi.string(), + /** * @iOSVersion 26 *