mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 22:25:24 +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.
|
||||
*/
|
||||
export type FieldWithRow = PassFieldContentWithRow;
|
||||
|
||||
@@ -343,7 +343,7 @@ export interface Semantics {
|
||||
/**
|
||||
* @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?: (
|
||||
| "PKPassengerCapabilityPreboarding"
|
||||
@@ -803,7 +803,7 @@ export const Semantics = Joi.object<Semantics>().keys({
|
||||
/**
|
||||
* @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(
|
||||
Joi.string().regex(
|
||||
|
||||
Reference in New Issue
Block a user