@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.
- package/dist/src/index.cjs +1 -0
- package/dist/src/types.d.ts +1 -0
- package/dist/src/types.js +1 -0
- package/package.json +1 -1
package/dist/src/index.cjs
CHANGED
package/dist/src/types.d.ts
CHANGED
|
@@ -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