@unito/integration-api 5.0.0 → 5.0.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.
@@ -75,6 +75,7 @@ const StatusCodes = {
75
75
  NO_CONTENT: 204,
76
76
  BAD_REQUEST: 400,
77
77
  UNAUTHORIZED: 401,
78
+ PAYMENT_REQUIRED: 402,
78
79
  FORBIDDEN: 403,
79
80
  NOT_FOUND: 404,
80
81
  NOT_ACCEPTABLE: 406,
@@ -471,6 +471,7 @@ export declare const StatusCodes: {
471
471
  readonly NO_CONTENT: 204;
472
472
  readonly BAD_REQUEST: 400;
473
473
  readonly UNAUTHORIZED: 401;
474
+ readonly PAYMENT_REQUIRED: 402;
474
475
  readonly FORBIDDEN: 403;
475
476
  readonly NOT_FOUND: 404;
476
477
  readonly NOT_ACCEPTABLE: 406;
package/dist/src/types.js CHANGED
@@ -73,6 +73,7 @@ export const StatusCodes = {
73
73
  NO_CONTENT: 204,
74
74
  BAD_REQUEST: 400,
75
75
  UNAUTHORIZED: 401,
76
+ PAYMENT_REQUIRED: 402,
76
77
  FORBIDDEN: 403,
77
78
  NOT_FOUND: 404,
78
79
  NOT_ACCEPTABLE: 406,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unito/integration-api",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "The Unito Integration API",
5
5
  "type": "module",
6
6
  "types": "./dist/src/index.d.ts",