@seatsio/seatsio-types 5.11.0 → 6.0.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 +0 -9
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -127,15 +127,6 @@ export interface ChartRendererConfigOptions extends DeprecatedConfigProperties,
127
127
  * @default false
128
128
  */
129
129
  multiSelectEnabled?: boolean;
130
- /**
131
- * This function is invoked when a user clicks on a GA area. If canGASelectionBeIncreased returns true, the user is able to increase the number of selected places by clicking on the + button of the ticket selector that pops up.
132
- * @param gaArea The GA area that has been selected.
133
- * @param defaultValue A boolean that indicates if additional GA places can be selected. This is determined by whether the number of selected places plus the number places booked by other users is smaller than the capacity of the GA area.
134
- * @param extraConfig Variables and data from your application. See extraConfig.
135
- * @param ticketType The ticket type for which the user clicked on the plus button. Optional.
136
- * {@link https://docs.seats.io/docs/renderer/config-cangaselectionbeincreased See documentation}
137
- */
138
- canGASelectionBeIncreased?: (gaArea: GeneralAdmissionArea, defaultValue: boolean, extraConfig: ExtraConfig, ticketType?: TicketTypeJson) => boolean;
139
130
  /**
140
131
  * If your chart div is enclosed within a <form>element, you can use this configuration option to automatically add the selected seat IDs to the form data. This is one of the ways you can pass the selected seats to your server, so that you can book them later on through the Seats API.
141
132
  * {@link https://docs.seats.io/docs/renderer/config-selectedobjectsinputname See documentation}
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": "5.11.0",
4
+ "version": "6.0.0",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",