attlaz-client 1.72.0 → 1.73.0
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/Http/HttpStatus.d.ts +1 -0
- package/dist/Http/HttpStatus.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +2 -2
|
@@ -4,6 +4,7 @@ export declare class HttpStatus {
|
|
|
4
4
|
static HTTP_FORBIDDEN: number;
|
|
5
5
|
static HTTP_NOTFOUND: number;
|
|
6
6
|
static HTTP_NOT_ALLOWED: number;
|
|
7
|
+
static HTTP_REQUEST_ENTITY_TOO_LARGE: number;
|
|
7
8
|
static HTTP_UNPROCESSABLE_ENTITY: number;
|
|
8
9
|
static HTTP_INTERNAL_SERVER_ERROR: number;
|
|
9
10
|
static HTTP_BAD_GATEWAY: number;
|
package/dist/Http/HttpStatus.js
CHANGED
|
@@ -4,6 +4,7 @@ export class HttpStatus {
|
|
|
4
4
|
static HTTP_FORBIDDEN = 403;
|
|
5
5
|
static HTTP_NOTFOUND = 404;
|
|
6
6
|
static HTTP_NOT_ALLOWED = 405;
|
|
7
|
+
static HTTP_REQUEST_ENTITY_TOO_LARGE = 413;
|
|
7
8
|
static HTTP_UNPROCESSABLE_ENTITY = 422;
|
|
8
9
|
static HTTP_INTERNAL_SERVER_ERROR = 500;
|
|
9
10
|
static HTTP_BAD_GATEWAY = 502;
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "1.
|
|
1
|
+
export declare const VERSION = "1.72.0";
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = "1.
|
|
1
|
+
export const VERSION = "1.72.0";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "attlaz-client",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.73.0",
|
|
4
4
|
"description": "Javascript Client to access Attlaz API",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@types/jest": "^30.0.0",
|
|
53
|
-
"@types/node": "^25.9.
|
|
53
|
+
"@types/node": "^25.9.4",
|
|
54
54
|
"@typescript-eslint/eslint-plugin": "^8.59.3",
|
|
55
55
|
"@typescript-eslint/parser": "^8.59.3",
|
|
56
56
|
"eslint": "^9.39.4",
|