@seatsio/seatsio-types 6.20.0 → 6.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1064,6 +1064,7 @@ export interface AbstractSelectableObject extends InteractiveObject {
|
|
|
1064
1064
|
readonly companionSeat: boolean | undefined;
|
|
1065
1065
|
readonly semiAmbulatorySeat: boolean | undefined;
|
|
1066
1066
|
readonly liftUpArmrests: boolean | undefined;
|
|
1067
|
+
readonly aisleSeat: boolean | undefined;
|
|
1067
1068
|
readonly displayObjectType: string | undefined;
|
|
1068
1069
|
readonly category?: CategoryToJSON;
|
|
1069
1070
|
readonly pricing: PricingJson;
|
|
@@ -1138,6 +1139,7 @@ export interface GeneralAdmissionArea extends AbstractBookableObject {
|
|
|
1138
1139
|
readonly holds: Dict<Dict<number>>;
|
|
1139
1140
|
readonly dataPerEvent: Dict<object>;
|
|
1140
1141
|
readonly bookAsAWhole: boolean;
|
|
1142
|
+
readonly labelShown: boolean;
|
|
1141
1143
|
}
|
|
1142
1144
|
export type BookableObject = Seat | GeneralAdmissionArea | Booth | Table;
|
|
1143
1145
|
export type SelectableObject = BookableObject | InteractiveSection;
|