@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.
- package/build/api.validate.js +1 -0
- package/build/db.model.d.ts +1 -1
- package/package.json +1 -1
package/build/api.validate.js
CHANGED
package/build/db.model.d.ts
CHANGED
|
@@ -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
|
}
|