@seatsio/seatsio-types 6.8.0 → 6.10.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 +5 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -505,7 +505,7 @@ export interface BaseChartDesignerConfigOptions {
|
|
|
505
505
|
/**
|
|
506
506
|
* Documentation: {@link https://docs.seats.io/docs/embedded-designer/configuration-language}
|
|
507
507
|
*/
|
|
508
|
-
language?: 'de' | 'en' | 'es' | 'fr' | 'pt' | 'it';
|
|
508
|
+
language?: 'de' | 'en' | 'es' | 'fr' | 'pt' | 'it' | 'ar';
|
|
509
509
|
onChartCreated?: (chartKey: string) => void;
|
|
510
510
|
onChartPublished?: (chartKey: string) => void;
|
|
511
511
|
onChartUpdated?: (chartKey: string) => void;
|
|
@@ -1026,6 +1026,10 @@ export interface AbstractSelectableObject extends InteractiveObject {
|
|
|
1026
1026
|
readonly selected: boolean;
|
|
1027
1027
|
readonly selectedTicketType: string | undefined;
|
|
1028
1028
|
readonly accessible: boolean | undefined;
|
|
1029
|
+
readonly hearingImpaired: boolean | undefined;
|
|
1030
|
+
readonly signLanguageInterpretation: boolean | undefined;
|
|
1031
|
+
readonly cartServices: boolean | undefined;
|
|
1032
|
+
readonly plusSize: boolean | undefined;
|
|
1029
1033
|
readonly restrictedView: boolean | undefined;
|
|
1030
1034
|
readonly companionSeat: boolean | undefined;
|
|
1031
1035
|
readonly liftUpArmrests: boolean | undefined;
|