gemcap-be-common 1.3.57 → 1.3.58

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.
@@ -103,7 +103,7 @@ export interface ICRMProspectExternalInfo {
103
103
  export interface ICRMProspectExternalNew {
104
104
  isLocked: boolean;
105
105
  lastSentDate: Date;
106
- infoUpdatedAt: Date;
106
+ infoUpdatedAt?: Date;
107
107
  info: ICRMProspectExternalInfo;
108
108
  }
109
109
  export declare enum EProspectFileGroups {
@@ -118,7 +118,7 @@ export interface ICRMProspectExternalInfo {
118
118
  export interface ICRMProspectExternalNew {
119
119
  isLocked: boolean;
120
120
  lastSentDate: Date;
121
- infoUpdatedAt: Date;
121
+ infoUpdatedAt?: Date;
122
122
  info: ICRMProspectExternalInfo;
123
123
  }
124
124
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gemcap-be-common",
3
- "version": "1.3.57",
3
+ "version": "1.3.58",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {