uapi-json 1.14.10 → 1.14.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uapi-json",
3
- "version": "1.14.10",
3
+ "version": "1.14.11",
4
4
  "description": "Travelport Universal API",
5
5
  "main": "src/",
6
6
  "files": [
@@ -98,7 +98,7 @@ const AirRuntimeError = createErrorClass(
98
98
  errorTypes.RuntimeError
99
99
  );
100
100
  Object.assign(AirRuntimeError, createErrorsList({
101
- NoSeatsAvailable: 'No seats available',
101
+ NoSeatsAvailable: ['No seats available', errorCodes.Validation],
102
102
  PNRSyncFailed: 'Unexpected System Error. PNR(s) sync failed',
103
103
  SegmentBookingFailed: 'Failed to book on or more segments',
104
104
  SegmentWaitlisted: 'One or more segments is waitlisted, not allowed',