@purpleschool/rugpt-lib-common 0.0.37 → 0.0.38

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.
@@ -3739,7 +3739,7 @@ exports.ERRORS = {
3739
3739
  },
3740
3740
  FIND_USERS_BY_CRITERIA_UNREGISTERED_UUID_ERROR: {
3741
3741
  code: "USER.FIND_USERS_BY_CRITERIA_UNREGISTERED_UUID_ERROR",
3742
- message: "Найден UUID незарегистрированного пользователя. Используйте ручки для unregistered-user.",
3742
+ message: "По данному UUID найден незарегистрированный пользователь",
3743
3743
  httpCode: 404,
3744
3744
  },
3745
3745
  },
package/errors/errors.ts CHANGED
@@ -3837,8 +3837,7 @@ export const ERRORS = {
3837
3837
  },
3838
3838
  FIND_USERS_BY_CRITERIA_UNREGISTERED_UUID_ERROR: {
3839
3839
  code: "USER.FIND_USERS_BY_CRITERIA_UNREGISTERED_UUID_ERROR",
3840
- message:
3841
- "Найден UUID незарегистрированного пользователя. Используйте ручки для unregistered-user.",
3840
+ message: "По данному UUID найден незарегистрированный пользователь",
3842
3841
  httpCode: 404,
3843
3842
  },
3844
3843
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpleschool/rugpt-lib-common",
3
- "version": "0.0.37",
3
+ "version": "0.0.38",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",