@cofondateurauchomage/libs 1.1.160 → 1.1.162
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.
- package/build/db.model.d.ts +3 -4
- package/package.json +1 -1
package/build/db.model.d.ts
CHANGED
|
@@ -118,10 +118,9 @@ interface ICrmProfileBase {
|
|
|
118
118
|
searchText: string;
|
|
119
119
|
/** 0 if not called */
|
|
120
120
|
lastTeamCallAt: number;
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
hasLinkedin?: boolean;
|
|
121
|
+
hasStripe: boolean;
|
|
122
|
+
hasTel: boolean;
|
|
123
|
+
hasLinkedin: boolean;
|
|
125
124
|
}
|
|
126
125
|
export interface ICrmProfileProspect extends ICrmProfileBase {
|
|
127
126
|
type: "prospect";
|