gemcap-be-common 1.3.85 → 1.3.86

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.
@@ -149,6 +149,8 @@ export interface ICRMProspectFile {
149
149
  fileId: string;
150
150
  filename: string;
151
151
  uploadedAt: Date;
152
+ sharepointId?: string;
153
+ sharepointWebUrl?: string;
152
154
  }
153
155
  export type TCRMProspectFiles = {
154
156
  [K in typeof prospectFileGroups[number]]: {
@@ -333,6 +333,8 @@ export interface ICRMProspectFile {
333
333
  fileId: string;
334
334
  filename: string;
335
335
  uploadedAt: Date;
336
+ sharepointId?: string;
337
+ sharepointWebUrl?: string;
336
338
  }
337
339
 
338
340
  export type TCRMProspectFiles = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gemcap-be-common",
3
- "version": "1.3.85",
3
+ "version": "1.3.86",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {