@purpleschool/gptbot 0.8.101 → 0.9.2

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.
@@ -4266,6 +4266,11 @@ exports.ERRORS = {
4266
4266
  },
4267
4267
  },
4268
4268
  INTERIOR_DESIGN: {
4269
+ AI_ERROR: {
4270
+ code: 'INTERIOR_DESIGN.AI_ERROR',
4271
+ message: 'Произошла ошибка во время запроса к ИИ',
4272
+ httpCode: 500,
4273
+ },
4269
4274
  CONFIG_ERROR: {
4270
4275
  code: 'INTERIOR_DESIGN.CONFIG_ERROR',
4271
4276
  message: 'Произошла ошибка при получении конфигурации инструмента для редактирования дизайна интерьера',
@@ -4304,6 +4304,11 @@ export const ERRORS = {
4304
4304
  },
4305
4305
  },
4306
4306
  INTERIOR_DESIGN: {
4307
+ AI_ERROR: {
4308
+ code: 'INTERIOR_DESIGN.AI_ERROR',
4309
+ message: 'Произошла ошибка во время запроса к ИИ',
4310
+ httpCode: 500,
4311
+ },
4307
4312
  CONFIG_ERROR: {
4308
4313
  code: 'INTERIOR_DESIGN.CONFIG_ERROR',
4309
4314
  message:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpleschool/gptbot",
3
- "version": "0.8.101",
3
+ "version": "0.9.2",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",