@cofondateurauchomage/libs 1.1.61 → 1.1.63

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.
@@ -52,6 +52,7 @@ const validatorsForAllRoutes = {
52
52
  invest,
53
53
  status,
54
54
  status_detail,
55
+ turnover: (0, validate_1.isNumber)().setMin(0).isOptional(),
55
56
  description,
56
57
  partner,
57
58
  redstart: (0, validate_1.isBoolean)().isOptional(),
@@ -49,6 +49,7 @@ export interface IProject {
49
49
  invest?: number;
50
50
  status?: TProjectStatus;
51
51
  status_detail?: string;
52
+ turnover?: number;
52
53
  description: string;
53
54
  partner: string;
54
55
  logo?: string;
@@ -100,6 +101,5 @@ export interface IReaction {
100
101
  createdAt: number;
101
102
  }
102
103
  export interface IVisit {
103
- uid: string;
104
104
  visits: number;
105
105
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cofondateurauchomage/libs",
3
- "version": "1.1.61",
3
+ "version": "1.1.63",
4
4
  "description": "",
5
5
  "main": "build/index",
6
6
  "scripts": {