mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 18:25:24 +00:00
Fixed UpcomingPassInformation backFields property - not lowercase
This commit is contained in:
@@ -203,7 +203,7 @@ export interface UpcomingPassInformationEntry {
|
|||||||
auxiliaryStoreIdentifiers?: number[];
|
auxiliaryStoreIdentifiers?: number[];
|
||||||
|
|
||||||
/** The fields of information displayed on the details view of the upcoming pass information entry. */
|
/** The fields of information displayed on the details view of the upcoming pass information entry. */
|
||||||
backfields?: PassFieldContent[];
|
backFields?: PassFieldContent[];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Information about the start and end time of the upcoming pass information entry.
|
* Information about the start and end time of the upcoming pass information entry.
|
||||||
@@ -246,7 +246,7 @@ export const UpcomingPassInformationEntry =
|
|||||||
URLs: URLs,
|
URLs: URLs,
|
||||||
additionalInfoFields: Joi.array().items(PassFieldContent),
|
additionalInfoFields: Joi.array().items(PassFieldContent),
|
||||||
auxiliaryStoreIdentifiers: Joi.array().items(Joi.number()),
|
auxiliaryStoreIdentifiers: Joi.array().items(Joi.number()),
|
||||||
backfields: Joi.array().items(PassFieldContent),
|
backFields: Joi.array().items(PassFieldContent),
|
||||||
dateInformation: DateInformation,
|
dateInformation: DateInformation,
|
||||||
identifier: Joi.string().required(),
|
identifier: Joi.string().required(),
|
||||||
images: Images,
|
images: Images,
|
||||||
|
|||||||
Reference in New Issue
Block a user