@purpleschool/rugpt-lib-common 0.0.72-es-add-test → 0.0.73-es-add-test

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.
@@ -4398,6 +4398,11 @@ exports.ERRORS = {
4398
4398
  httpCode: 400,
4399
4399
  message: "Некорректное значение звука",
4400
4400
  },
4401
+ IMAGE_PERSON_REQUIRED: {
4402
+ code: "VIDEO.IMAGE_PERSON_REQUIRED",
4403
+ httpCode: 400,
4404
+ message: "Загрузите изображение, на котором хорошо виден человек",
4405
+ },
4401
4406
  JOB_DELETE_ERROR: {
4402
4407
  code: "VIDEO.JOB_DELETE_ERROR",
4403
4408
  httpCode: 500,
package/errors/errors.ts CHANGED
@@ -4510,6 +4510,12 @@ export const ERRORS = {
4510
4510
  httpCode: 400,
4511
4511
  message: "Некорректное значение звука",
4512
4512
  },
4513
+ IMAGE_PERSON_REQUIRED: {
4514
+ code: "VIDEO.IMAGE_PERSON_REQUIRED",
4515
+ httpCode: 400,
4516
+ message:
4517
+ "Загрузите изображение, на котором хорошо виден человек",
4518
+ },
4513
4519
  JOB_DELETE_ERROR: {
4514
4520
  code: "VIDEO.JOB_DELETE_ERROR",
4515
4521
  httpCode: 500,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpleschool/rugpt-lib-common",
3
- "version": "0.0.72-es-add-test",
3
+ "version": "0.0.73-es-add-test",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",