ag-common 0.0.690 → 0.0.691

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.
@@ -59,7 +59,7 @@ function getIdTokenAuthHeader(_a) {
59
59
  });
60
60
  }
61
61
  const callOpenApi = (p) => __awaiter(void 0, void 0, void 0, function* () {
62
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
62
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
63
63
  const { func, apiUrl, logout, newDefaultApi, headers } = p;
64
64
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
65
65
  let error;
@@ -116,7 +116,7 @@ const callOpenApi = (p) => __awaiter(void 0, void 0, void 0, function* () {
116
116
  (_j = (_h = ae.response) === null || _h === void 0 ? void 0 : _h.statusText.toString()) !== null && _j !== void 0 ? _j : '',
117
117
  (_l = (_k = ae.response) === null || _k === void 0 ? void 0 : _k.status.toString()) !== null && _l !== void 0 ? _l : '',
118
118
  // eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
119
- (_m = ae.message.toString()) !== null && _m !== void 0 ? _m : '',
119
+ (_o = (_m = ae.message) === null || _m === void 0 ? void 0 : _m.toString()) !== null && _o !== void 0 ? _o : '',
120
120
  ]
121
121
  .filter(array_1.notEmpty)
122
122
  .sort((a, b) => (a.length < b.length ? -1 : 1))
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.690",
2
+ "version": "0.0.691",
3
3
  "name": "ag-common",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",