@purpleschool/gptbot 0.7.30 → 0.7.31

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.
@@ -1712,4 +1712,9 @@ exports.ERRORS = {
1712
1712
  message: 'Произошла ошибка при удалении Telegram профиля',
1713
1713
  httpCode: 500,
1714
1714
  },
1715
+ TOOL_NOT_FOUND_ERROR: {
1716
+ code: 'A363',
1717
+ message: 'Инструмент не найден',
1718
+ httpCode: 404,
1719
+ },
1715
1720
  };
@@ -1719,4 +1719,9 @@ export const ERRORS = {
1719
1719
  message: 'Произошла ошибка при удалении Telegram профиля',
1720
1720
  httpCode: 500,
1721
1721
  },
1722
+ TOOL_NOT_FOUND_ERROR: {
1723
+ code: 'A363',
1724
+ message: 'Инструмент не найден',
1725
+ httpCode: 404,
1726
+ },
1722
1727
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpleschool/gptbot",
3
- "version": "0.7.30",
3
+ "version": "0.7.31",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",