seatsio 87.3.0 → 87.5.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.
|
@@ -20,6 +20,11 @@ export declare class ChartObjectInfo {
|
|
|
20
20
|
section?: string;
|
|
21
21
|
isAccessible?: boolean;
|
|
22
22
|
isCompanionSeat?: boolean;
|
|
23
|
+
hasLiftUpArmrests?: boolean;
|
|
24
|
+
isHearingImpaired?: boolean;
|
|
25
|
+
isSemiAmbulatorySeat?: boolean;
|
|
26
|
+
hasSignLanguageInterpretation?: boolean;
|
|
27
|
+
isPlusSize?: boolean;
|
|
23
28
|
hasRestrictedView?: boolean;
|
|
24
29
|
zone?: string;
|
|
25
30
|
floor?: Floor;
|
|
@@ -22,6 +22,11 @@ var ChartObjectInfo = /** @class */ (function () {
|
|
|
22
22
|
this.numSeats = json.numSeats;
|
|
23
23
|
this.isAccessible = json.isAccessible;
|
|
24
24
|
this.isCompanionSeat = json.isCompanionSeat;
|
|
25
|
+
this.hasLiftUpArmrests = json.hasLiftUpArmrests;
|
|
26
|
+
this.isHearingImpaired = json.isHearingImpaired;
|
|
27
|
+
this.isSemiAmbulatorySeat = json.isSemiAmbulatorySeat;
|
|
28
|
+
this.hasSignLanguageInterpretation = json.hasSignLanguageInterpretation;
|
|
29
|
+
this.isPlusSize = json.isPlusSize;
|
|
25
30
|
this.hasRestrictedView = json.hasRestrictedView;
|
|
26
31
|
this.zone = json.zone;
|
|
27
32
|
this.floor = json.floor ? new Floor_1.Floor(json.floor.name, json.floor.displayName) : undefined;
|
|
@@ -27,6 +27,11 @@ export declare class EventObjectInfo {
|
|
|
27
27
|
isAccessible?: boolean;
|
|
28
28
|
isAvailable: boolean;
|
|
29
29
|
isCompanionSeat?: boolean;
|
|
30
|
+
hasLiftUpArmrests?: boolean;
|
|
31
|
+
isHearingImpaired?: boolean;
|
|
32
|
+
isSemiAmbulatorySeat?: boolean;
|
|
33
|
+
hasSignLanguageInterpretation?: boolean;
|
|
34
|
+
isPlusSize?: boolean;
|
|
30
35
|
label: string;
|
|
31
36
|
labels: Labels;
|
|
32
37
|
leftNeighbour?: string;
|
|
@@ -28,6 +28,11 @@ var EventObjectInfo = /** @class */ (function () {
|
|
|
28
28
|
this.extraData = json.extraData;
|
|
29
29
|
this.isAccessible = json.isAccessible;
|
|
30
30
|
this.isCompanionSeat = json.isCompanionSeat;
|
|
31
|
+
this.hasLiftUpArmrests = json.hasLiftUpArmrests;
|
|
32
|
+
this.isHearingImpaired = json.isHearingImpaired;
|
|
33
|
+
this.isSemiAmbulatorySeat = json.isSemiAmbulatorySeat;
|
|
34
|
+
this.hasSignLanguageInterpretation = json.hasSignLanguageInterpretation;
|
|
35
|
+
this.isPlusSize = json.isPlusSize;
|
|
31
36
|
this.hasRestrictedView = json.hasRestrictedView;
|
|
32
37
|
this.displayedObjectType = json.displayedObjectType;
|
|
33
38
|
this.parentDisplayedObjectType = json.parentDisplayedObjectType;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "seatsio",
|
|
3
|
-
"version": "87.
|
|
3
|
+
"version": "87.5.0",
|
|
4
4
|
"main": "dist/src/index.js",
|
|
5
5
|
"types": "dist/src/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"url": "https://github.com/seatsio/seatsio-js"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"axios": "1.13.
|
|
21
|
+
"axios": "1.13.4"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@jest/globals": "30.2.0",
|
|
25
25
|
"@types/jest": "30.0.0",
|
|
26
|
-
"@types/node": "25.0
|
|
26
|
+
"@types/node": "25.2.0",
|
|
27
27
|
"@typescript-eslint/eslint-plugin": "5.62.0",
|
|
28
28
|
"@typescript-eslint/parser": "5.62.0",
|
|
29
29
|
"ctix": "2.7.2",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"eslint-plugin-promise": "6.6.0",
|
|
35
35
|
"jest": "30.2.0",
|
|
36
36
|
"jest-cli": "30.2.0",
|
|
37
|
-
"prettier": "3.
|
|
37
|
+
"prettier": "3.8.1",
|
|
38
38
|
"semver": "7.7.3",
|
|
39
39
|
"ts-jest": "29.4.6",
|
|
40
40
|
"typescript": "5.9.3",
|