gemcap-be-common 1.5.152 → 1.5.153

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.
@@ -30,7 +30,7 @@ export type TFileMetadataItem = {
30
30
  role: string;
31
31
  source: 'uploaded' | 'existing';
32
32
  };
33
- type TFileUploadContext = {
33
+ export type TFileUploadContext = {
34
34
  type: 'analysis';
35
35
  userId: string;
36
36
  taskId: string;
@@ -113,4 +113,3 @@ export declare const FileSchema: mongoose.Schema<IFile, TFileModel, {}, {}, {},
113
113
  _id: mongoose.Types.ObjectId;
114
114
  }>;
115
115
  export declare const File: TFileModel;
116
- export {};
@@ -9,7 +9,7 @@ export type TFileMetadataItem = {
9
9
  source: 'uploaded' | 'existing';
10
10
  };
11
11
 
12
- type TFileUploadContext =
12
+ export type TFileUploadContext =
13
13
  | { type: 'analysis'; userId: string; taskId: string }
14
14
  | { type: 'prospect'; userId: string; prospectId: string }
15
15
  | { type: 'borrower'; userId: string; borrowerId: string }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gemcap-be-common",
3
- "version": "1.5.152",
3
+ "version": "1.5.153",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {