uapi-json 1.16.1 → 1.16.2

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.16.1",
3
+ "version": "1.16.2",
4
4
  "description": "Travelport Universal API",
5
5
  "main": "src/",
6
6
  "files": [
@@ -37,7 +37,7 @@
37
37
  "license": "MIT",
38
38
  "dependencies": {
39
39
  "joi": "^17.6.2",
40
- "axios": "^0.27.2",
40
+ "axios": "^1.6.2",
41
41
  "galileo-screen": "1.0.5",
42
42
  "handlebars": "^4.7.7",
43
43
  "handlebars-helper-equal": "^1.0.0",
@@ -26,6 +26,7 @@ function errorHandler(rsp) {
26
26
  });
27
27
  case '6207': // Error retrieving AccessProfile Unable to retrieve enough Dynamic GTIDs for this transaction
28
28
  case '6119': // Host system error
29
+ case '14058': // Could not locate Session Token Information Session May Have Timed Out
29
30
  throw new RequestRuntimeError.UAPIServiceError({
30
31
  screen: faultString,
31
32
  });