@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.
@@ -118,10 +118,9 @@ interface ICrmProfileBase {
118
118
  searchText: string;
119
119
  /** 0 if not called */
120
120
  lastTeamCallAt: number;
121
- foundPartner?: boolean;
122
- hasStripe?: boolean;
123
- hasTel?: boolean;
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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cofondateurauchomage/libs",
3
- "version": "1.1.160",
3
+ "version": "1.1.162",
4
4
  "description": "",
5
5
  "main": "build/index",
6
6
  "scripts": {