gemcap-be-common 1.5.114 → 1.5.115

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.
@@ -6,6 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.AIJob = exports.AIJobSchema = void 0;
7
7
  const mongoose_1 = __importDefault(require("mongoose"));
8
8
  const _models_1 = require("./_models");
9
+ const AI_JOBS_FOLDER = 'AI_jobs';
9
10
  exports.AIJobSchema = new mongoose_1.default.Schema({
10
11
  taskId: {
11
12
  type: String,
@@ -3,6 +3,8 @@ import mongoose from 'mongoose';
3
3
  import { MODEL_NAMES, TModelName } from './_models';
4
4
  import { TTaskStatus } from '../interfaces/task.interface';
5
5
 
6
+ const AI_JOBS_FOLDER = 'AI_jobs';
7
+
6
8
  export interface IAIJobInputFile {
7
9
  storageFileId: string;
8
10
  aiStorageFileId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gemcap-be-common",
3
- "version": "1.5.114",
3
+ "version": "1.5.115",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {