@seatsio/seatsio-types 6.24.0 → 6.25.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 +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1157,7 +1157,7 @@ export interface GeneralAdmissionArea extends AbstractBookableObject {
|
|
|
1157
1157
|
readonly dataPerEvent: Dict<object>;
|
|
1158
1158
|
readonly bookAsAWhole: boolean;
|
|
1159
1159
|
readonly labelShown: boolean;
|
|
1160
|
-
readonly
|
|
1160
|
+
readonly areaType: GeneralAdmissionAreaType;
|
|
1161
1161
|
}
|
|
1162
1162
|
export type BookableObject = Seat | GeneralAdmissionArea | Booth | Table;
|
|
1163
1163
|
export type SelectableObject = BookableObject | InteractiveSection;
|