hh-contracts 0.0.62 → 0.0.63

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.
@@ -127,6 +127,13 @@ exports.APP_ERRORS = {
127
127
  messageKey: 'errors.translation.required',
128
128
  },
129
129
  },
130
+ translate: {
131
+ failed: {
132
+ statusCode: 500, // HttpStatus.INTERNAL_SERVER_ERROR,
133
+ code: 'TRANSLATE-01',
134
+ messageKey: 'errors.translation.failed',
135
+ },
136
+ },
130
137
  user: {
131
138
  notFound: {
132
139
  statusCode: 404, // HttpStatus.NOT_FOUND,
@@ -127,6 +127,13 @@ export const APP_ERRORS = {
127
127
  messageKey: 'errors.translation.required',
128
128
  },
129
129
  },
130
+ translate: {
131
+ failed: {
132
+ statusCode: 500, // HttpStatus.INTERNAL_SERVER_ERROR,
133
+ code: 'TRANSLATE-01',
134
+ messageKey: 'errors.translation.failed',
135
+ },
136
+ },
130
137
  user: {
131
138
  notFound: {
132
139
  statusCode: 404, // HttpStatus.NOT_FOUND,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hh-contracts",
3
- "version": "0.0.62",
3
+ "version": "0.0.63",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {