mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 21:25:26 +00:00
Splitted relevance method in beacons, locations, relevantDate and maxDistance as override
This commit is contained in:
@@ -76,6 +76,7 @@ interface OverridesSupportedOptions {
|
||||
labelColor?: string;
|
||||
groupingIdentifier?: string;
|
||||
suppressStripShine?: boolean;
|
||||
maxDistance?: number;
|
||||
}
|
||||
|
||||
const supportedOptions = Joi.object().keys({
|
||||
@@ -92,6 +93,7 @@ const supportedOptions = Joi.object().keys({
|
||||
groupingIdentifier: Joi.string(),
|
||||
suppressStripShine: Joi.boolean(),
|
||||
logoText: Joi.string(),
|
||||
maxDistance: Joi.number().positive(),
|
||||
}).with("webServiceURL", "authenticationToken");
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user