@cofondateurauchomage/libs 1.1.127 → 1.1.128

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.
@@ -109,7 +109,7 @@ export interface INotification {
109
109
  body?: string;
110
110
  link?: string;
111
111
  }
112
- export type IProspect = Partial<Omit<IUser, "id" | "plan" | "visibility" | "clicks" | "lastConnection" | "stripeId" | "photo">> & Partial<Omit<IProject, "id" | "plan" | "visibility" | "clicks" | "lastConnection" | "stripeId" | "logo" | "postedOnLinkedInAt">> & Partial<IContact> & {
112
+ export type IProspect = Partial<Omit<IUser, "id" | "plan" | "visibility" | "clicks" | "lastConnection" | "stripeId" | "photo" | 'availability'>> & Partial<Omit<IProject, "id" | "plan" | "visibility" | "clicks" | "lastConnection" | "stripeId" | "logo" | "postedOnLinkedInAt" | 'ambitions' | 'productTypes' | 'industries'>> & Partial<IContact> & {
113
113
  email: string;
114
114
  };
115
115
  export type IReactionStatus = "like" | "dislike";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cofondateurauchomage/libs",
3
- "version": "1.1.127",
3
+ "version": "1.1.128",
4
4
  "description": "",
5
5
  "main": "build/index",
6
6
  "scripts": {