@purpleschool/rugpt-lib-common 0.0.45 → 0.0.46

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.
@@ -488,6 +488,11 @@ exports.ERRORS = {
488
488
  httpCode: 500,
489
489
  message: "Ответ не соотвествует типу Palette",
490
490
  },
491
+ EXECUTE_ERROR: {
492
+ code: "CANVAS_NODE.EXECUTE_ERROR",
493
+ httpCode: 500,
494
+ message: "Ошибка при запуске Canvas node"
495
+ }
491
496
  },
492
497
  CATEGORY: {
493
498
  CHILD_LIMIT_ERROR: {
package/errors/errors.ts CHANGED
@@ -494,6 +494,11 @@ export const ERRORS = {
494
494
  httpCode: 500,
495
495
  message: "Ответ не соотвествует типу Palette",
496
496
  },
497
+ EXECUTE_ERROR: {
498
+ code: "CANVAS_NODE.EXECUTE_ERROR",
499
+ httpCode: 500,
500
+ message: "Ошибка при запуске Canvas node"
501
+ }
497
502
  },
498
503
  CATEGORY: {
499
504
  CHILD_LIMIT_ERROR: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpleschool/rugpt-lib-common",
3
- "version": "0.0.45",
3
+ "version": "0.0.46",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",