@unito/integration-api 0.44.2 → 0.44.3

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.
@@ -8,6 +8,7 @@
8
8
  204,
9
9
  400,
10
10
  401,
11
+ 403,
11
12
  404,
12
13
  406,
13
14
  408,
@@ -80,6 +80,7 @@ exports.StatusCode = void 0;
80
80
  StatusCode[StatusCode["NO_CONTENT"] = 204] = "NO_CONTENT";
81
81
  StatusCode[StatusCode["BAD_REQUEST"] = 400] = "BAD_REQUEST";
82
82
  StatusCode[StatusCode["UNAUTHORIZED"] = 401] = "UNAUTHORIZED";
83
+ StatusCode[StatusCode["FORBIDDEN"] = 403] = "FORBIDDEN";
83
84
  StatusCode[StatusCode["NOT_FOUND"] = 404] = "NOT_FOUND";
84
85
  StatusCode[StatusCode["NOT_ACCEPTABLE"] = 406] = "NOT_ACCEPTABLE";
85
86
  StatusCode[StatusCode["REQUEST_TIMEOUT"] = 408] = "REQUEST_TIMEOUT";
@@ -427,6 +427,7 @@ export declare enum StatusCode {
427
427
  NO_CONTENT = 204,
428
428
  BAD_REQUEST = 400,
429
429
  UNAUTHORIZED = 401,
430
+ FORBIDDEN = 403,
430
431
  NOT_FOUND = 404,
431
432
  NOT_ACCEPTABLE = 406,
432
433
  REQUEST_TIMEOUT = 408,
package/dist/src/types.js CHANGED
@@ -78,6 +78,7 @@ export var StatusCode;
78
78
  StatusCode[StatusCode["NO_CONTENT"] = 204] = "NO_CONTENT";
79
79
  StatusCode[StatusCode["BAD_REQUEST"] = 400] = "BAD_REQUEST";
80
80
  StatusCode[StatusCode["UNAUTHORIZED"] = 401] = "UNAUTHORIZED";
81
+ StatusCode[StatusCode["FORBIDDEN"] = 403] = "FORBIDDEN";
81
82
  StatusCode[StatusCode["NOT_FOUND"] = 404] = "NOT_FOUND";
82
83
  StatusCode[StatusCode["NOT_ACCEPTABLE"] = 406] = "NOT_ACCEPTABLE";
83
84
  StatusCode[StatusCode["REQUEST_TIMEOUT"] = 408] = "REQUEST_TIMEOUT";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unito/integration-api",
3
- "version": "0.44.2",
3
+ "version": "0.44.3",
4
4
  "description": "The Unito Integration API",
5
5
  "type": "module",
6
6
  "types": "./dist/src/index.d.ts",