@purpleschool/rugpt-lib-common 0.0.6 → 0.0.8

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.
@@ -4600,4 +4600,11 @@ exports.ERRORS = {
4600
4600
  httpCode: 400,
4601
4601
  },
4602
4602
  },
4603
+ JOB_MODEL_ANALYTICS: {
4604
+ SAVE_ERROR: {
4605
+ code: "JOB_MODEL_ANALYTICS.SAVE_ERROR",
4606
+ message: "Произошла ошибка при сохранении аналитики по джобе",
4607
+ httpCode: 500,
4608
+ },
4609
+ },
4603
4610
  };
package/errors/errors.ts CHANGED
@@ -4835,4 +4835,11 @@ export const ERRORS = {
4835
4835
  httpCode: 400,
4836
4836
  },
4837
4837
  },
4838
+ JOB_MODEL_ANALYTICS: {
4839
+ SAVE_ERROR: {
4840
+ code: "JOB_MODEL_ANALYTICS.SAVE_ERROR",
4841
+ message: "Произошла ошибка при сохранении аналитики по джобе",
4842
+ httpCode: 500,
4843
+ },
4844
+ },
4838
4845
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpleschool/rugpt-lib-common",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",