@unito/integration-api 0.45.0 → 0.45.1

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.
@@ -85,6 +85,7 @@ exports.StatusCode = void 0;
85
85
  StatusCode[StatusCode["NOT_ACCEPTABLE"] = 406] = "NOT_ACCEPTABLE";
86
86
  StatusCode[StatusCode["REQUEST_TIMEOUT"] = 408] = "REQUEST_TIMEOUT";
87
87
  StatusCode[StatusCode["UNPROCESSABLE_CONTENT"] = 422] = "UNPROCESSABLE_CONTENT";
88
+ StatusCode[StatusCode["LOCKED"] = 423] = "LOCKED";
88
89
  StatusCode[StatusCode["TOO_MANY_REQUESTS"] = 429] = "TOO_MANY_REQUESTS";
89
90
  StatusCode[StatusCode["INTERNAL_SERVER_ERROR"] = 500] = "INTERNAL_SERVER_ERROR";
90
91
  })(exports.StatusCode || (exports.StatusCode = {}));
@@ -407,6 +407,7 @@ export declare enum StatusCode {
407
407
  NOT_ACCEPTABLE = 406,
408
408
  REQUEST_TIMEOUT = 408,
409
409
  UNPROCESSABLE_CONTENT = 422,
410
+ LOCKED = 423,
410
411
  TOO_MANY_REQUESTS = 429,
411
412
  INTERNAL_SERVER_ERROR = 500
412
413
  }
package/dist/src/types.js CHANGED
@@ -83,6 +83,7 @@ export var StatusCode;
83
83
  StatusCode[StatusCode["NOT_ACCEPTABLE"] = 406] = "NOT_ACCEPTABLE";
84
84
  StatusCode[StatusCode["REQUEST_TIMEOUT"] = 408] = "REQUEST_TIMEOUT";
85
85
  StatusCode[StatusCode["UNPROCESSABLE_CONTENT"] = 422] = "UNPROCESSABLE_CONTENT";
86
+ StatusCode[StatusCode["LOCKED"] = 423] = "LOCKED";
86
87
  StatusCode[StatusCode["TOO_MANY_REQUESTS"] = 429] = "TOO_MANY_REQUESTS";
87
88
  StatusCode[StatusCode["INTERNAL_SERVER_ERROR"] = 500] = "INTERNAL_SERVER_ERROR";
88
89
  })(StatusCode || (StatusCode = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unito/integration-api",
3
- "version": "0.45.0",
3
+ "version": "0.45.1",
4
4
  "description": "The Unito Integration API",
5
5
  "type": "module",
6
6
  "types": "./dist/src/index.d.ts",