mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 14:25:17 +00:00
Fixed typos
This commit is contained in:
@@ -58,7 +58,7 @@ export interface PassFieldContentWithRow extends PassFieldContent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated Use `PassFieldContent` instead,
|
* @deprecated Use `PassFieldContentWithRow` instead,
|
||||||
* which is the right Apple name.
|
* which is the right Apple name.
|
||||||
*/
|
*/
|
||||||
export type FieldWithRow = PassFieldContentWithRow;
|
export type FieldWithRow = PassFieldContentWithRow;
|
||||||
|
|||||||
@@ -343,7 +343,7 @@ export interface Semantics {
|
|||||||
/**
|
/**
|
||||||
* @iOSVersion 26
|
* @iOSVersion 26
|
||||||
*
|
*
|
||||||
* A list of capabilties the passenger has. Only use this key for airline boarding passes.
|
* A list of capabilities the passenger has. Only use this key for airline boarding passes.
|
||||||
*/
|
*/
|
||||||
passengerCapabilities?: (
|
passengerCapabilities?: (
|
||||||
| "PKPassengerCapabilityPreboarding"
|
| "PKPassengerCapabilityPreboarding"
|
||||||
@@ -803,7 +803,7 @@ export const Semantics = Joi.object<Semantics>().keys({
|
|||||||
/**
|
/**
|
||||||
* @iOSVersion 26
|
* @iOSVersion 26
|
||||||
*
|
*
|
||||||
* A list of capabilties the passenger has. Only use this key for airline boarding passes.
|
* A list of capabilities the passenger has. Only use this key for airline boarding passes.
|
||||||
*/
|
*/
|
||||||
passengerCapabilities: Joi.array().items(
|
passengerCapabilities: Joi.array().items(
|
||||||
Joi.string().regex(
|
Joi.string().regex(
|
||||||
|
|||||||
Reference in New Issue
Block a user