@remnawave/backend-contract
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -21,1 +21,2 @@ "use strict"; | ||
__exportStar(require("./reorder.command"), exports); | ||
__exportStar(require("./update.command"), exports); |
@@ -256,2 +256,7 @@ "use strict"; | ||
}, | ||
UPDATE_HOST_ERROR: { | ||
code: 'A052', | ||
message: 'Update host error', | ||
httpCode: 500, | ||
}, | ||
}; |
@@ -5,1 +5,2 @@ export * from './create.command'; | ||
export * from './reorder.command'; | ||
export * from './update.command'; |
@@ -253,2 +253,7 @@ export const ERRORS = { | ||
}, | ||
UPDATE_HOST_ERROR: { | ||
code: 'A052', | ||
message: 'Update host error', | ||
httpCode: 500, | ||
}, | ||
} as const; |
{ | ||
"name": "@remnawave/backend-contract", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "A contract library for Remnawave", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
139782
176
3464