gap-nodejs-sdk 1.0.733 → 1.0.734

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.
@@ -106,7 +106,7 @@ export class HttpClient {
106
106
  }
107
107
  if (!Array.isArray(response.data) &&
108
108
  (!/^(2|OK|null)/gi.test((_a = response === null || response === void 0 ? void 0 : response.data) === null || _a === void 0 ? void 0 : _a.status) ||
109
- !/^(2|OK|null)/gi.test((_c = (_b = response === null || response === void 0 ? void 0 : response.data) === null || _b === void 0 ? void 0 : _b.result) === null || _c === void 0 ? void 0 : _c.status))) {
109
+ !/^(2|OK|null|CHECK_IN_PEDDING|CHECK_IN_LIMIT|CHECK_IN_ACTIVE)/gi.test((_c = (_b = response === null || response === void 0 ? void 0 : response.data) === null || _b === void 0 ? void 0 : _b.result) === null || _c === void 0 ? void 0 : _c.status))) {
110
110
  const errorMessage = JSON.stringify(response.data.message || response.data.result.message, null, 2);
111
111
  const headers = response.headers;
112
112
  const code = response.status;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gap-nodejs-sdk",
3
- "version": "1.0.733",
3
+ "version": "1.0.734",
4
4
  "description": "GCI App Platform Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",