@cofondateurauchomage/libs 1.1.87 → 1.1.89

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/api.d.ts CHANGED
@@ -31,7 +31,7 @@ export type BodyForO<O extends CloudFunctionNames | RouteNames> = {
31
31
  updateNewsletter: Omit<INewsletter, "new_profil_last_sent_date">;
32
32
  createProspect: Pick<IProspect, "email">;
33
33
  getProspect: Pick<IProspect, "email">;
34
- updateProspect: IProspect;
34
+ updateProspect: Omit<IProspect, "creationDate">;
35
35
  createReaction: {
36
36
  toId: string;
37
37
  status: IReactionStatus;
@@ -94,7 +94,7 @@ export interface INotification {
94
94
  body?: string;
95
95
  link?: string;
96
96
  }
97
- export type IProspect = Partial<Omit<IUser, "id" | "plan" | "visibility" | "clicks" | "creationDate" | "lastConnection" | "likes" | "stripeId" | "active" | "photo">> & Partial<Omit<IProject, "id" | "plan" | "visibility" | "clicks" | "creationDate" | "lastConnection" | "likes" | "stripeId" | "active" | "logo">> & Partial<IContact> & {
97
+ export type IProspect = Partial<Omit<IUser, "id" | "plan" | "visibility" | "clicks" | "lastConnection" | "likes" | "stripeId" | "active" | "photo">> & Partial<Omit<IProject, "id" | "plan" | "visibility" | "clicks" | "creationDate" | "lastConnection" | "likes" | "stripeId" | "active" | "logo">> & Partial<IContact> & {
98
98
  email: string;
99
99
  };
100
100
  export type IReactionStatus = "like" | "dislike";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cofondateurauchomage/libs",
3
- "version": "1.1.87",
3
+ "version": "1.1.89",
4
4
  "description": "",
5
5
  "main": "build/index",
6
6
  "scripts": {