@purpleschool/rugpt-lib-common 0.0.44 → 0.0.45

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.
@@ -3875,7 +3875,7 @@ exports.ERRORS = {
3875
3875
  },
3876
3876
  VALIDATE_EMAIL_ERROR: {
3877
3877
  code: "USER.VALIDATE_EMAIL_ERROR",
3878
- httpCode: 500,
3878
+ httpCode: 400,
3879
3879
  message: "Не удалось валидировать почту",
3880
3880
  },
3881
3881
  VERIFY_EMAIL_ERROR: {
package/errors/errors.ts CHANGED
@@ -3973,7 +3973,7 @@ export const ERRORS = {
3973
3973
  },
3974
3974
  VALIDATE_EMAIL_ERROR: {
3975
3975
  code: "USER.VALIDATE_EMAIL_ERROR",
3976
- httpCode: 500,
3976
+ httpCode: 400,
3977
3977
  message: "Не удалось валидировать почту",
3978
3978
  },
3979
3979
  VERIFY_EMAIL_ERROR: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpleschool/rugpt-lib-common",
3
- "version": "0.0.44",
3
+ "version": "0.0.45",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",