diff --git a/src/PKPass.ts b/src/PKPass.ts index 3a7cb22..c06e441 100644 --- a/src/PKPass.ts +++ b/src/PKPass.ts @@ -261,6 +261,14 @@ export default class PKPass extends Bundle { this[propsSymbol].preferredStyleSchemes = value; } + /** + * Allows setting UpcomingPassInformation for poster event tickets + * (iOS 26+). + * + * @throws if current type is not "eventTicket" + * @throws if preferredStyleSchemes is not set or does not include "posterEventTicket" + */ + public set upcomingPassInformation( value: Schemas.UpcomingPassInformationEntry[], ) {