@seatsio/seatsio-types 6.20.0 → 6.21.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1138,6 +1138,7 @@ export interface GeneralAdmissionArea extends AbstractBookableObject {
1138
1138
  readonly holds: Dict<Dict<number>>;
1139
1139
  readonly dataPerEvent: Dict<object>;
1140
1140
  readonly bookAsAWhole: boolean;
1141
+ readonly labelShown: boolean;
1141
1142
  }
1142
1143
  export type BookableObject = Seat | GeneralAdmissionArea | Booth | Table;
1143
1144
  export type SelectableObject = BookableObject | InteractiveSection;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@seatsio/seatsio-types",
3
3
  "description": "Type definitions for Seats.io",
4
- "version": "6.20.0",
4
+ "version": "6.21.0",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",